[Bug 159941] Re: fglrx driver does not work in RT kernel

2009-10-25 Thread j.engelh
>Could you explain what is wrong? I would not be so sure whether you can just replace rcu_read_lock by preempt_disable in RT, given thatRT's rcu_read_lock is a little more code than just disabling preempt. #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,17) +#if !defined(CONFIG_PREEMPT_RT) rcu_

[Bug 159941] Re: fglrx driver does not work in RT kernel

2009-10-16 Thread j.engelh
(Meant >fglrx-rt-compat.patch.diff<, 'cause that is what changes rcu_read_lock.) -- fglrx driver does not work in RT kernel https://bugs.launchpad.net/bugs/159941 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing li

[Bug 159941] Re: fglrx driver does not work in RT kernel

2009-10-16 Thread j.engelh
Your patch rt_preempt_31.patch does the locking totally wrong. -- fglrx driver does not work in RT kernel https://bugs.launchpad.net/bugs/159941 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 367577] Re: mount.crypt needs to pass -s to cryptsetup

2009-06-08 Thread j.engelh
Your patch is flawed, it makes the key_size array too small. -- mount.crypt needs to pass -s to cryptsetup https://bugs.launchpad.net/bugs/367577 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 373732] Re: libpam-mount ignores debug setting with luserconf

2009-06-08 Thread j.engelh
As a temporary workaround, put the debug=0 line in your .conf.xml before luserconf, and the patch won't be needed. Though maybe that is not always intuitive so let me think of something for a future version. -- libpam-mount ignores debug setting with luserconf https://bugs.launchpad.net/bugs/3737

[Bug 375685] Re: umount.crypt always exits with a status of 1

2009-06-08 Thread j.engelh
This has *long long* been fixed upstream already. tag v1.17 Date: Mon Jan 26 00:41:17 2009 +0100 -- umount.crypt always exits with a status of 1 https://bugs.launchpad.net/bugs/375685 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 234727] Re: apt: segmentation fault [ubuntu 8.04]

2009-04-22 Thread j.engelh
Tracked on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492333 (and who would have thought - initially posted the same day) ** Bug watch added: Debian Bug tracker #492333 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492333 -- apt: segmentation fault [ubuntu 8.04] https://bugs.launchpa

[Bug 332833] Re: pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"

2009-04-10 Thread j.engelh
>which IMO should be addressed in the distribution well seems like they take the "should" by its definition as it appears in RFCs -- and decide not to address it ;-) -- pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass" https://bugs.launchpad.net/bugs/332833 You received this

[Bug 332833] Re: pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"

2009-03-02 Thread j.engelh
So remove the option from the pam_mount line in your pam configs. -- pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass" https://bugs.launchpad.net/bugs/332833 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 179894] Re: passwd, pam_mount, and LUKS/dm_crypt need better integration

2009-01-07 Thread j.engelh
There is (was) a mechanism, the passwdehd script. (Not yet resurrected with the move to the new mount.crypt.) -- passwd, pam_mount, and LUKS/dm_crypt need better integration https://bugs.launchpad.net/bugs/179894 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 210357] Re: "NCP volume definition missing user option" but XML file is correct

2008-10-25 Thread j.engelh
Fixed in 1.1. (Please just submit it to upstream next time, because you won't get a reaction from Ubuntu.) -- "NCP volume definition missing user option" but XML file is correct https://bugs.launchpad.net/bugs/210357 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 281459] Re: Excessive spurious requests for authentication

2008-10-25 Thread j.engelh
What command do you for example execute that asks you for the password? -- Excessive spurious requests for authentication https://bugs.launchpad.net/bugs/281459 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 160124] Re: LUKS encrypted loopback files get double mounted, filesystem corruption follows

2008-10-25 Thread j.engelh
fixed upstream since at least 1.0. -- LUKS encrypted loopback files get double mounted, filesystem corruption follows https://bugs.launchpad.net/bugs/160124 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 102299] Re: wrong order of cryptmount options

2008-07-31 Thread j.engelh
Already fixed upstream. ** Changed in: libpam-mount (Ubuntu) Status: New => Confirmed -- wrong order of cryptmount options https://bugs.launchpad.net/bugs/102299 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 210357] Re: "NCP volume definition missing user option" but XML file is correct

2008-07-31 Thread j.engelh
Right, this looks like it should have been == NULL not != NULL. This is anyway fixed in a later version (0.39 and up) where the btree was replaced and the line has been implicitly removed. -- "NCP volume definition missing user option" but XML file is correct https://bugs.launchpad.net/bugs/21035

[Bug 227194] Re: libpam-mount works no more with Hardy

2008-07-31 Thread j.engelh
You should not need uid=%(USER), this is implicit for filesystems like cifs and smb. -- libpam-mount works no more with Hardy https://bugs.launchpad.net/bugs/227194 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 138331] Re: trackerd running under "user" after "user" logs out

2008-06-28 Thread j.engelh
>I had the same problem with gutsy and pam_mount. I found that trackerd is >neither the only problem (gtk-window-decorator is too) nor the root cause. >It seems that some processes (trackerd for example) are never even notified of >a logout by gdm until after pam_mount tries to do a umount. Then