Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 1145)

Ticket Resolution Summary Owner Reporter
#105 wontfix need libssl or lynx cannot run wdc

Reported by wdc, 15 years ago.

Description

As reported by alexp:

athena% lynx lynx: error while loading shared libraries: libssl.so.0.9.7: cannot open shared object file: No such file or directory

#107 worksforme Printing from acroread broken kchen

Reported by kchen, 15 years ago.

Description

On my feisty machine, printing from acroread is broken:

Traceback (most recent call last):

File "/usr/bin/lpr", line 131, in <module>

fn(*fn_args)

File "/usr/bin/lpr", line 63, in useCups

if queue == None or cupsQueueExists(queue) or not lprngQueueExists(queue):

File "/usr/bin/lpr", line 45, in cupsQueueExists

return returnCode('/usr/bin/lpq.debathena-orig', '-P%s' % queue) == 0

File "/usr/bin/lpr", line 40, in returnCode

return call(command, stdout=PIPE, stderr=PIPE)

File "/usr/lib/python2.5/subprocess.py", line 443, in call

return Popen(*popenargs, kwargs).wait()

File "/usr/lib/python2.5/subprocess.py", line 1166, in wait

pid, sts = self._waitpid_no_intr(self.pid, 0)

File "/usr/lib/python2.5/subprocess.py", line 1007, in _waitpid_no_intr

return os.waitpid(pid, options)

OSError: [Errno 10] No child processes

Printing from other programs works fine.

#108 worksforme lpr without printer name does not work kchen

Reported by kchen, 15 years ago.

Description

kchen@scyther:~$ lpr -Poof foo.ps [file prints]

kchen@scyther:~$ lpr foo.ps Traceback (most recent call last):

File "/usr/bin/lpr", line 116, in <module>

queue = getPrintQueue(command, sys.argv)

File "/usr/bin/lpr", line 102, in getPrintQueue

h = hesiod.Lookup(os.uname()[1], 'cluster')

AttributeError?: 'module' object has no attribute 'Lookup'

Note: See TracQuery for help on using queries.