Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 1145)

Ticket Resolution Summary Owner Reporter
#107 worksforme Printing from acroread broken kchen

Reported by kchen, 16 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, 16 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'

#109 fixed debathena-pam-config updates for Intrepid andersk

Reported by andersk, 16 years ago.

Description

debathena-pam-config needs to be updated to work on Intrepid, as outlined in my email from August:

From: Anders Kaseorg <andersk@…> To: debathena@… Subject: Major PAM configuration changes in intrepid Date: Thu, 28 Aug 2008 05:47:18 -0400

I’m guessing the rest of you are too lame to run intrepid, but just so you have advance warning, they completely redid their PAM configuration today in a much more package-friendly way. There’s a new pam-auth-update(8) utility that manages /etc/pam.d/common-* by using package-supplied configuration snippets in /usr/share/pam-configs. Here’s an example from /usr/share/pam-configs/ldap:

Name: LDAP Authentication
Default: yes
Priority: 128
Auth-Type: Primary
Auth-Initial:
	[success=end default=ignore]	pam_ldap.so
Auth-Final:
	[success=end default=ignore]	pam_ldap.so use_first_pass
Account-Type: Primary
Account-Final:
	[success=end default=ignore]	pam_ldap.so
Password-Type: Primary
Password-Initial:
	[success=end user_unknown=ignore default=die]	pam_ldap.so
Password-Final:
	[success=end user_unknown=ignore default=die]	pam_ldap.so use_authtok try_first_pass
Session-Type: Additional
Session-Final:
	optional			pam_ldap.so

Some information is available at:  https://wiki.ubuntu.com/PAMConfigFrameworkSpec

With intrepid scheduled for release in about two months, it would be a very good idea for someone to play with this new framework and come up with a plan for updating debathena-pam-config (and maybe even splitting it somewhat, now that this seems possible).

Anders

Note: See TracQuery for help on using queries.