** Changed in: libpam-mount (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/574329
Title:
gdm-session-worker crashes on logout when pam_mount is enabl
Well... thanks, it works!
Just one question: is recompiling really mandatory? Couldn't I use plain
maverick packages in ubuntu LTS?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/574329
Title:
gdm-s
Why is this fix not being pushed out to the main repo's so that we can
implement the fix more widespread. I had to go through and image an
entire library worth of machines with this pre-rolled up because gdm
crashes all the time when we use pam_mount. Thanks fedsed for the
fixes. I keep this pag
** Attachment removed: "libhx22_3.4-1ubuntu1_i386.deb"
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/574329/+attachment/1701149/+files/libhx22_3.4-1ubuntu1_i386.deb
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.net/bugs/574329
You recei
It is visible a bad file
** Attachment added: "libhx22_3.4-1ubuntu1_i386.deb"
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/574329/+attachment/1701514/+files/libhx22_3.4-1ubuntu1_i386.deb
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.n
Problem with libhx22:
dpkg: Fehler beim Bearbeiten von libhx22_3.4-1ubuntu1_i386.deb (--install):
nicht vollständig gelesen in buffer_copy (Backend dpkg-deb während
»./usr/lib/libHX.so.22.3.0«)
In English: Error while working on libhx22_3.4-1ubuntu1_i386.deb (--install):
read not completed in b
** Attachment added: "libpam-mount_2.3-1_i386.deb"
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/574329/+attachment/1701151/+files/libpam-mount_2.3-1_i386.deb
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.net/bugs/574329
You received t
** Attachment added: "libhx-doc_3.4-1ubuntu1_i386.deb"
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/574329/+attachment/1701150/+files/libhx-doc_3.4-1ubuntu1_i386.deb
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.net/bugs/574329
You re
** Attachment added: "libhx22_3.4-1ubuntu1_i386.deb"
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/574329/+attachment/1701149/+files/libhx22_3.4-1ubuntu1_i386.deb
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.net/bugs/574329
You receiv
Has solved a problem as follows.
I took following sources packages from ubuntu 10.10:
cryptsetup, libhx, libpam-mount.
Has rebuild them by means of a command: "dpkg-buildpackage -b"
Has received following packages:
cryptsetup_1.1.2-1ubuntu1_i386.deb
cryptsetup-udeb_1.1.2-1ubuntu1_i386.udeb
libcrypt
The same happens here :(
Ubuntu 10.04 LTS crash at logoff, the problem is the pam_mount mount the
shares as root and when it unmount, it do as normal user.
please how can we fix this?
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.net/bugs/574329
You re
I, am experiencing this same exact issue. I believe the problem lies in
the fact that the volume is having difficulty unmounting.
The logs above also indicate that with the error:
"pam_mount(mount.c:68): umount.nfs: /home/USER: device is busy".
I am experiencing the same problem, only with CIFS.
Too package reassemblage has not helped me.
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.net/bugs/574329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs
Hm it only helped yesterday, now I get a different backtrace haning again. It
looks like there is a glibc doublefree that raises SIGABRT, which tries to fork
but hangs to do so. I'm a bit uncertain what could make a fork to actually
hang? Besides that it is weird that there is a double free.
Thi
One of the many automatic backtraces and gdb attachments show a backtrace
haning in libpam-mount / pam_end.
Digging deeper I rebuild pam-mount with DEB_BUILD_OPTIONS=nostrip. The bug then
could no longer be reproduced. I then rebuild libpam-mount without any
DEB_BUILD_OPTIONS and the bug also no
Adding custom.conf does not help it for me. I recompiled gdm with
nostrip option and got this backtrace when logging out.
Program received signal SIGTERM, Terminated.
0x00aed422 in __kernel_vsyscall ()
(gdb) bt
#0 0x00aed422 in __kernel_vsyscall ()
#1 0x004beb86 in poll () from /lib/tls/i686/cmo
For me , bug solved with the same file custom.conf from fedsed
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.net/bugs/574329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs maili
** Changed in: libpam-mount (Ubuntu)
Status: New => Confirmed
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.net/bugs/574329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
As a temporary variant.
To add in a file /etc/gdm/PostSession/Default
#!/bin/sh
pid=`ps ax | grep gdm-session-worker | grep -v grep | awk '{print $1}'`
kill -9 $pid
exit 0
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.net/bugs/574329
You received this b
There was again a crashes :(
:0-slave.log
gdm-session-worker[19214]: GLib-GObject-CRITICAL: g_value_get_boolean:
assertion `G_VALUE_HOLDS_BOOLEAN (value)' failed
gdm-session-worker[19214]: pam_unix(gdm:auth): authentication failure; logname=
uid=0 euid=0 tty=:0 ruser= rhost= user=user1
gdm-sessi
When I create the file with the contents, gdm-session-worker is still
crashing. Only the to warning lines are gone.
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.net/bugs/574329
You received this bug notification because you are a member of Ubuntu
Bugs,
Yes I use pam_mount.
Without a file custom.conf I too had a crashes.
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.net/bugs/574329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bug
Are you using pam_mount?
When I mount all homes at once via the fstab file, everything works.
But with pam_mount gdm-session-worker crashes.
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.net/bugs/574329
You received this bug notification because you ar
I have created a file/etc/gdm/custom.conf with such contents and at me
have ceased to crash gdm.
custom.conf:
[daemon]
[security]
[xdmcp]
[gui]
[greeter]
IncludeAll=false
[chooser]
[debug]
[servers]
--
gdm-session-worker crashes on logout when pam_mount is enabled
https://bugs.launchpad.
24 matches
Mail list logo