[Bug 63738] cupsys breaks systems with file-rc installed

2006-10-03 Thread baszoetekouw
Public bug reported:

Binary package hint: cupsys

cupsys 1.2.3-1ubuntu3 depends on sysv-rc (>= 2.86.ds1-14.1ubuntu2).
This breaks systems of people who have file-rc installed and don't want
to downgrade to sysv-rc.

** Affects: cupsys (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
cupsys breaks systems with file-rc installed
https://launchpad.net/bugs/63738

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-10-02 Thread baszoetekouw
Ah, sorry people.   It turns out that my version of gnome-power-manager
is from Debian experimental.

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-10-01 Thread baszoetekouw
After the dist-upgrade I did earlier today, the power button is
functioning again as it was in dapper.  My current version of gnome-
power-manager is 2.16.0-1.

Feel free to close the bug.

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63066] mount.crypt broken: Luks volumes won't mount anymore

2006-09-29 Thread baszoetekouw
Public bug reported:

Binary package hint: libpam-mount

Since my upgrade this afternoon of libpam-mount to 0.15-1ubuntu1,
pam_mount stopped mounting my dm_crypt/Luks encrypted homedir
automaticaly at login.

After some debugging, it turns out that in /sbin/mount.crypt, which sets
up the decrypted device and mount it, the following code (taken from
libpam-mount 0.13)

  if "$CRYPTSETUP" isLuks "$DEVICE" 2>/dev/null; then
  LUKS=true;
  "$CRYPTSETUP" luksOpen "$DEVICE" "$DMDEVICE";
  else

was replaced by

  if "$CRYPTSETUP" isLuks "$DEVICE" 2>/dev/null; then
  LUKS=true;
  "$CRYPTSETUP" luksOpen --key-file=/dev/fd/0 "$DEVICE" "$DMDEVICE";
  else

causing mount.crypt to try to read the encryption key from a floppy
disk, rather than using the use password, that was passed from pam to
the mount command.

I'm not sure why this change was made, but it makes absolutely no sense
to me, it breaks existing setups terribly, and it contradicts the text
of Readme.Debian.  Also, in Debian sid (libpam-mount version 0.18), the
--key-file=/dev/fd/0 part is not present.

** Affects: libpam-mount (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
mount.crypt broken: Luks volumes won't mount anymore
https://launchpad.net/bugs/63066

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40125] Re: Doesn't bring the network back online when resuming from suspend / hibernate

2006-09-12 Thread baszoetekouw
I can confirm that the solution by Nikolaus Filus (at 2006-09-08) works
perfectly for me (HP Compaq nc6120).  After I made the changes he
suggested, I've had no more problems with the network after
suspend/resume.  Thanks!

-- 
Doesn't bring the network back online when resuming from suspend / hibernate
https://launchpad.net/bugs/40125

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40125] Re: Doesn't bring the network back online when resuming from suspend / hibernate

2006-09-08 Thread baszoetekouw
Ok, I've made these changes (basically moved the resume script from 85
to 63 and added the whitelist).  I'll report back in a few days after
I've tested it a bit.

-- 
Doesn't bring the network back online when resuming from suspend / hibernate
https://launchpad.net/bugs/40125

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-09-01 Thread baszoetekouw


-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-09-01 Thread baszoetekouw


-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-09-01 Thread baszoetekouw
Paul,

It means that if gnome-power-manager is running, the button does nothing
at al.  If gnome-power-manager is not running, the normal acpi rules
work fine, the the power button puts my laptop in S3 suspend.

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-08-28 Thread baszoetekouw
I'm not sure it's the logout dialog it should pop up.  The old dialog
was similar, but my logout (Quit) dialog has only logout, reboot, etc;
not hibernate and suspend.

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57872] regression: pressing power button no longer gives power manager menu

2006-08-27 Thread baszoetekouw
Public bug reported:

In dapper, pressing the power button on my laptop (HP nc6120) would
bring op the gnome-power-manager menu, with option to shutdown, suspend,
hibernate, etc.  In edgy, this stopped working, and the power button on
my laptop is now non-functioning (as the usual acpid /etc/acpi/sleep.sh
behaviour is overidden while gnome-power-manager is running).

Please let me know if you need some info to debug this.

** Affects: gnome-power-manager (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
regression: pressing power button no longer gives power manager menu
https://launchpad.net/bugs/57872

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 56807] usplash outputs "chdir: No such file or directory" in each invocation

2006-08-18 Thread baszoetekouw
Public bug reported:

Binary package hint: usplash

Recently in edgy, lots of init scripts (for example /etc/init.d/gdm)
started spawning error messages "chdir: No such file or directory" on
invocation.  This turns out to be usplash's fault, which tries to chdir
to /dev/.initramfs, even though that dir doesn't exist (I'm running a
self-compiled kernel, without initramfs).

** Affects: usplash (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
usplash outputs "chdir: No such file or directory" in each invocation
https://launchpad.net/bugs/56807

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40125] Re: Doesn't bring the network back online when resuming from suspend / hibernate

2006-08-09 Thread baszoetekouw
Oh, I forgot to mention, I'm on edgy, using 0.6.3-2ubuntu2.

-- 
Doesn't bring the network back online when resuming from suspend / hibernate
https://launchpad.net/bugs/40125

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 40125] Re: Doesn't bring the network back online when resuming from suspend / hibernate

2006-08-09 Thread baszoetekouw
For me (HP nc6120), the fix of comment #43 worked fine, except that
after suspend, network-manager thinks my wireless card is actually wired
(see screenshot).  This might be a separate bug though.

-- 
Doesn't bring the network back online when resuming from suspend / hibernate
https://launchpad.net/bugs/40125

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs