Bug#450954: Username 'admin' is reserved

2014-02-11 Thread Josh Kelley
Ubuntu no longer uses the admin group (and, as far as I can tell, never used the admin username). http://askubuntu.com/a/122500/5682 https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/893842 Based on this, I suggest removing admin from the list of reserved names. -- Josh Kelley

Bug#574468: samba: pam_winbind leaks file descriptors

2010-03-18 Thread Josh Kelley
Package: samba Version: 2:3.4.7~dfsg-1~bpo50+1 Severity: important Tags: patch The pam_winbind module leaks file descriptors. wb_common.c keeps its file descriptor in the winbindd_fd global variable and closes that through the winbind_close_sock function, but there's no provision for making sure

Bug#561270: apt: APT::Status-Fd=1 causes problems

2009-12-15 Thread Josh Kelley
Package: apt Version: 0.7.20.2+lenny1 Severity: normal We have scripts that run apt-get upgrade -o APT::Status-Fd=1 to easily capture apt-get's progress along with its regular output. This works until apt forks a child process (such as to run localepurge after upgrade); it closes stdout on fork,

Bug#532914: foomatic-db: Fails to build with CDPATH or hp-ppd

2009-06-12 Thread Josh Kelley
Package: foomatic-db Version: 20090508-1 Severity: important Justification: fails to build from source Three build problems: 1) foomatic-db may fail to build if CDPATH is set; the cwd line printed by cd when CDPATH is set breaks the tar pipe used to populate the db/source directory. debian/rul

Bug#532781: grub: Build fails with spaces in user or group name

2009-06-11 Thread Josh Kelley
Package: grub Version: 0.97-47lenny2 Severity: normal Tags: patch If the user or group building the software has spaces in the name (which is common with Winbind setups that use Windows' "domain users" as the group name), then the build fails, because it tries to grab the sixth word out of ls -l'

Bug#465753: libc6: symbol _dl_out_of_memory, version GLIBC_PRIVATE not defined

2008-02-18 Thread Josh Kelley
I'm not sure if you're still trying to locally reproduce this bug or not, but in case it helps, I was able to reproduce it by trying to upgrade to sid using the Debian Etch netinstall VMware image off of http://www.thoughtpolice.co.uk/vmware/ and VMware Player 2.0.2. Josh Kelley