[Bug 510788] New: useradd / userdel / usermod hangs endless
http://bugzilla.novell.com/show_bug.cgi?id=510788 Summary: useradd / userdel / usermod hangs endless Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dominique.leuenberger@tmf-group.com QAContact: qa@suse.de Found By: Community User Created an attachment (id=296654) --> (http://bugzilla.novell.com/attachment.cgi?id=296654) strace useradd test 2> strace The user modification programs are hanging for ever (well, I guess. didn't let it run more than 30 minutes). a simple "useradd test" fails to finish. The attachment is an strace against it. It shows a wait for nscd. In fact, when nscd is shut down first (rcnscd stop) and then a user added / modified, the action works. I consider this 'major' as user{add,del,mod} are basic system tools and are frequently executed during pre/post scripts of rpms (apache for example). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |pbaudis@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c1 --- Comment #1 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-06-08 04:43:26 MDT --- output of nscd -d while running useradd testy: 16548: handle_request: request received (Version = 2) from PID 16557 16548: GETFDPW 16548: provide access to FD 5, for passwd 16548: handle_request: request received (Version = 2) from PID 16557 16548: GETFDPW 16548: provide access to FD 5, for passwd 16548: handle_request: request received (Version = 2) from PID 16561 16548: GETFDPW 16548: provide access to FD 5, for passwd 16548: handle_request: request received (Version = 2) from PID 16561 16548: GETFDPW 16548: provide access to FD 5, for passwd 16548: handle_request: request received (Version = 2) from PID 16565 16548: GETFDPW 16548: provide access to FD 5, for passwd 16548: handle_request: request received (Version = 2) from PID 16565 16548: GETFDPW 16548: provide access to FD 5, for passwd 16548: Reloading "0" in password cache! 16548: Reloading "0" in password cache! 16548: Reloading "polkituser" in password cache! nscd: cache.c:405: prune_cache: Assertion `dh->usable' failed. Aborted the abort seems to be different to normal running, as useradd passed afterwards (nscd no longer running). nscd does not crash away in case of it being started with rcnscd start. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c2 --- Comment #2 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-06-08 04:48:04 MDT --- attaching using strace to (a) running nscd daemon, shows: Process 16709 attached - interrupt to quit epoll_wait(13, {{EPOLLRDNORM, {u32=12, u64=12}}}, 100, 29976) = 1 syscall_288(0xc, 0, 0, 0x800, 0, 0x346f9b37a6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) = 0xf epoll_ctl(13, EPOLL_CTL_ADD, 15, {EPOLLRDNORM, {u32=15, u64=15}}) = 0 epoll_wait(13, {{EPOLLRDNORM, {u32=15, u64=15}}}, 100, 29964) = 1 epoll_ctl(13, EPOLL_CTL_DEL, 15, NULL) = 0 futex(0x7fd3fe1b37a4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7fd3fe1b37a0, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1 epoll_wait(13, {{EPOLLRDNORM, {u32=12, u64=12}}}, 100, 29976) = 1 syscall_288(0xc, 0, 0, 0x800, 0, 0x346f9b37a6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) = 0xf epoll_ctl(13, EPOLL_CTL_ADD, 15, {EPOLLRDNORM, {u32=15, u64=15}}) = 0 epoll_wait(13, {{EPOLLRDNORM, {u32=15, u64=15}}}, 100, 29964) = 1 epoll_ctl(13, EPOLL_CTL_DEL, 15, NULL) = 0 futex(0x7fd3fe1b37a4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7fd3fe1b37a0, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1 epoll_wait(13, {{EPOLLRDNORM, {u32=12, u64=12}}}, 100, 29976) = 1 syscall_288(0xc, 0, 0, 0x800, 0, 0x3474ba15fe, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) = 0xf epoll_ctl(13, EPOLL_CTL_ADD, 15, {EPOLLRDNORM, {u32=15, u64=15}}) = 0 epoll_wait(13, {{EPOLLRDNORM, {u32=15, u64=15}}}, 100, 29964) = 1 epoll_ctl(13, EPOLL_CTL_DEL, 15, NULL) = 0 futex(0x7fd3fe1b37a4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7fd3fe1b37a0, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1 epoll_wait(13, {{EPOLLRDNORM, {u32=12, u64=12}}}, 100, 29976) = 1 syscall_288(0xc, 0, 0, 0x800, 0, 0x3474ba15fe, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) = 0xf epoll_ctl(13, EPOLL_CTL_ADD, 15, {EPOLLRDNORM, {u32=15, u64=15}}) = 0 epoll_wait(13, {{EPOLLRDNORM, {u32=15, u64=15}}}, 100, 29964) = 1 epoll_ctl(13, EPOLL_CTL_DEL, 15, NULL) = 0 futex(0x7fd3fe1b37a4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7fd3fe1b37a0, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1 epoll_wait(13, {{EPOLLRDNORM, {u32=12, u64=12}}}, 100, 29976) = 1 syscall_288(0xc, 0, 0, 0x800, 0, 0x3479d8f456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) = 0xf epoll_ctl(13, EPOLL_CTL_ADD, 15, {EPOLLRDNORM, {u32=15, u64=15}}) = 0 epoll_wait(13, {{EPOLLRDNORM, {u32=15, u64=15}}}, 100, 29964) = 1 epoll_ctl(13, EPOLL_CTL_DEL, 15, NULL) = 0 futex(0x7fd3fe1b37a4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7fd3fe1b37a0, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1 epoll_wait(13, {{EPOLLRDNORM, {u32=12, u64=12}}}, 100, 29976) = 1 syscall_288(0xc, 0, 0, 0x800, 0, 0x347a463188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) = 0xf epoll_ctl(13, EPOLL_CTL_ADD, 15, {EPOLLRDNORM, {u32=15, u64=15}}) = 0 epoll_wait(13, {{EPOLLRDNORM, {u32=15, u64=15}}}, 100, 29964) = 1 epoll_ctl(13, EPOLL_CTL_DEL, 15, NULL) = 0 futex(0x7fd3fe1b37a4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7fd3fe1b37a0, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1 epoll_wait(13, ^C <unfinished ...> Process 16709 detached after the epoll-wait it takes approx 5 seconds (feeling.. not measured) to pass on to the next round) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c3 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sboyce@blueyonder.co.uk --- Comment #3 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-06-15 09:17:21 MDT --- *** Bug 512872 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=512872 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Critical -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #296654|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User jkupec@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c4 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jkupec@novell.com --- Comment #4 from Ján Kupec <jkupec@novell.com> 2009-06-19 05:00:43 MDT --- This affects also upgrade of aaa_base. It calls the following in %post and hangs there: $ /usr/sbin/usermod -g nobody nobody -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User sboyce@blueyonder.co.uk added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c5 --- Comment #5 from Sid Boyce <sboyce@blueyonder.co.uk> 2009-06-20 06:58:00 MDT --- Bug #512872 original symptoms are still there with gdm hanging [50%] on install by zypper dup. The latest pwdutils is installed. "usemod -g nobody nobody" after some minutes comes back with "Cannot lock password file: already locked". "zypper in aaa_base" already installed. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User sboyce@blueyonder.co.uk added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c6 --- Comment #6 from Sid Boyce <sboyce@blueyonder.co.uk> 2009-06-22 05:37:38 MDT --- # zypper in gdm Loading repository data... Reading installed packages... Resolving package dependencies... The following package is going to be upgraded: gdm 1 package to upgrade. Overall download size: 717.0 KiB. After the operation, 4.0 KiB will be freed. Continue? [y/n/?] (y): Retrieving package gdm-2.26.1-3.1.x86_64 (1/1), 717.0 KiB (2.1 MiB unpacked) Installing: gdm-2.26.1-3.1 [0%] # tail /var/log/zypper.log 2009-06-22 12:11:01 <1> slipstream(13477) [zypp] RepoProvideFile.cc(setVerifierForRepo):159 Repository 'openSUSE_Factory' has 1 medias 2009-06-22 12:11:01 <1> slipstream(13477) [zypp:fetcher] Fetcher.cc(downloadAndReadIndexList):722 No indexes to read. 2009-06-22 12:11:01 <1> slipstream(13477) [zypp:fetcher] Fetcher.cc(validate):397 Checking job [/var/cache/zypp/packages/openSUSE_Factory/suse/x86_64/gdm-2.26.1-3.1.x86_64.rpm] (1 checkers ) 2009-06-22 12:11:01 <1> slipstream(13477) [Progress++] ProgressData.cc(report):86 {#10|}END 2009-06-22 12:11:01 <1> slipstream(13477) [zypp] RepoProvideFile.cc(provideFile):294 provideFile at /var/cache/zypp/packages/openSUSE_Factory/suse/x86_64/gdm-2.26.1-3.1.x86_64.rpm 2009-06-22 12:11:01 <1> slipstream(13477) [zypp:fetcher] Fetcher.cc(~Impl):134 2009-06-22 12:11:01 <1> slipstream(13477) [zypp] PackageProvider.cc(providePackage):147 provided Package (11333)gdm-2.26.1-3.1.x86_64(openSUSE_Factory) at /var/cache/zypp/packages/openSUSE_Factory/suse/x86_64/gdm-2.26.1-3.1.x86_64.rpm 2009-06-22 12:11:01 <1> slipstream(13477) [zypp] RpmDb.cc(doInstallPackage):1976 RpmDb::installPackage(/var/cache/zypp/packages/openSUSE_Factory/suse/x86_64/gdm-2.26.1-3.1.x86_64.rpm,0x0000000c) 2009-06-22 12:11:01 <1> slipstream(13477) [zypp++] ExternalProgram.cc(start_program):210 Executing 'rpm' '--root' '/' '--dbpath' '/var/lib/rpm' '-U' '--percent' '--force' '--nodeps' '--' '/var/cache/zypp/packages/openSUSE_Factory/suse/x86_64/gdm-2.26.1-3.1.x86_64.rpm' 2009-06-22 12:11:01 <1> slipstream(13477) [zypp++] ExternalProgram.cc(start_program):354 pid 13505 launched -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User pbaudis@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c7 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tiwai@novell.com --- Comment #7 from Petr Baudis <pbaudis@novell.com> 2009-06-23 09:04:57 MDT --- *** Bug 515601 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=515601 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c8 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rkrell@gmx.net --- Comment #8 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-06-24 01:49:53 MDT --- *** Bug 515896 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=515896 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User sboyce@blueyonder.co.uk added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c9 --- Comment #9 from Sid Boyce <sboyce@blueyonder.co.uk> 2009-07-05 03:36:29 MDT --- Still happening with Milestone3 and it's mainly with gdm. To get past that I have to lock gdm. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User sboyce@blueyonder.co.uk added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c10 --- Comment #10 from Sid Boyce <sboyce@blueyonder.co.uk> 2009-07-05 03:49:20 MDT --- On another box amavisd-new stuck at 50% installing, zypper al amavisd-new after kill -9 of the rpm task, zypper dup proceeding, but I expect other hangs, at least one when it gets to gdm. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User sboyce@blueyonder.co.uk added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c11 --- Comment #11 from Sid Boyce <sboyce@blueyonder.co.uk> 2009-07-05 19:59:35 MDT --- On another box amavisd-new stuck at 50% installing, zypper al amavisd-new after kill -9 of the rpm task, zypper dup proceeding, but I expect other hangs, at least one when it gets to gdm. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c12 --- Comment #12 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-07-06 00:34:04 MDT --- just to have the best current available workaround documented here (kill is not that nice during an rpm script execution):
rcnscd stop is all it takes. Then the process completes.
-- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User meissner@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c13 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |belef@risx.sk --- Comment #13 from Marcus Meissner <meissner@novell.com> 2009-07-06 00:44:40 MDT --- *** Bug 519327 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=519327 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c14 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dave.plater@yahoo.co.uk --- Comment #14 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-07-06 09:39:23 MDT --- *** Bug 519481 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=519481 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User dave.plater@yahoo.co.uk added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c15 --- Comment #15 from Dave Plater <dave.plater@yahoo.co.uk> 2009-07-07 03:59:56 MDT --- (In reply to comment #14)
*** Bug 519481 has been marked as a duplicate of this bug. ***
I'm trying to reproduce this bug from the exact command used by yast with -vv added and after downgrading to the previous aaa_base:- rpm -vv --root / --dbpath /var/lib/rpm -U --percent --force --nodeps -- /var/cache/zypp/packages/factory/suse/x86_64/aaa_base-11.2-26.2.x86_64.rpm but although + /usr/sbin/usermod -g nobody nobody hangs for about 30sec it doesn't hang forever. http://bugzilla.novell.com/show_bug.cgi?id=519481 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User sboyce@blueyonder.co.uk added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c16 --- Comment #16 from Sid Boyce <sboyce@blueyonder.co.uk> 2009-07-07 05:52:02 MDT --- I haven't had a hang since I did "rcnscd stop", but gdm and some others hung forever, like overnight. Never encountered a hang on aaa_base. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User dave.plater@yahoo.co.uk added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c17 --- Comment #17 from Dave Plater <dave.plater@yahoo.co.uk> 2009-07-07 06:18:46 MDT --- (In reply to comment #16)
I haven't had a hang since I did "rcnscd stop", but gdm and some others hung forever, like overnight. Never encountered a hang on aaa_base.
Stopping nscd makes no difference in my case and after more careful timing the hang is actually one minute. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c18 Dominique Leuenberger <dominique.leuenberger@tmf-group.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wolfgang@rosenauer.org --- Comment #18 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-07-08 05:58:22 MDT --- *** Bug 519709 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=519709 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User kmachalkova@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c19 Katarina Machalkova <kmachalkova@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |squan@web.de --- Comment #19 from Katarina Machalkova <kmachalkova@novell.com> 2009-07-14 07:14:27 MDT --- *** Bug 521332 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=521332 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User pbaudis@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c20 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #20 from Petr Baudis <pbaudis@novell.com> 2009-07-16 04:52:00 MDT --- user* gets stuck when invalidating cache; trivial testcase: while true; do id pbaudis; id root; id tttest; nscd -i passwd; done -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User pbaudis@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c21 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #21 from Petr Baudis <pbaudis@novell.com> 2009-07-16 08:04:39 MDT --- nscd locking went horribly bad in glibc-2.10. Fixed that now I think, submitreq 14530. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User pbaudis@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c22 --- Comment #22 from Petr Baudis <pbaudis@novell.com> 2009-07-16 08:18:15 MDT --- Created an attachment (id=305572) --> (http://bugzilla.novell.com/attachment.cgi?id=305572) used patch For reference, this is the patch I committed. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User pbaudis@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c23 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #23 from Petr Baudis <pbaudis@novell.com> 2009-07-20 12:58:11 MDT --- We agreed with Ulrich that this patch is not the right solution, it reintroduces more obscure races. More thorough investigation is required. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User jkupec@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c24 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |badshah400@gmail.com --- Comment #24 from Ján Kupec <jkupec@novell.com> 2009-07-29 05:40:30 MDT --- *** Bug 518125 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=518125 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c25 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |SHIP_STOPPER+ --- Comment #25 from Stephan Kulow <coolo@novell.com> 2009-08-18 07:28:36 MDT --- I switched to unscd as default, but updates still have nscd. I wonder why no one reported the problem in august - no more a problem? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c26 --- Comment #26 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-08-18 07:32:09 MDT --- Coolo: The used patch from comment #22 has been distributed out: 3120-2914:~ # rpm -q glibc --changelog | head -50 * Fri Jul 17 2009 pbaudis@suse.cz - Update to glibc-2.10.1-4253a1e0b2 of glibc/pb-stable.git glibc-2.10-branch (Still the same source is used for glibc-ports.) - random minor fixes * Fix broken locking within nscd [bnc#510788] - Fix compilation with 2.6.30 kernel headers on IA64 For this reason I assume nobody actually sees the problem at the moment. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User dominique.leuenberger@tmf-group.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c27 --- Comment #27 from Dominique Leuenberger <dominique.leuenberger@tmf-group.com> 2009-08-18 07:33:46 MDT --- 3120-2914:~ # rcnscd status Checking for Name Service Cache Daemon: running 3120-2914:~ # useradd testbnc510788 3120-2914:~ # It passes perfectly through. But as said above, the 'wrong' patch has been pushed out and apparently never taken out (even though it states in comment #23 that it's a wrong patch) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User pbaudis@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c28 --- Comment #28 from Petr Baudis <pbaudis@novell.com> 2009-08-18 08:42:37 MDT --- I was on vacation and now I'm still debugging this; having this patch is still better than no patch, which is why I didn't retract it. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User pbaudis@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c29 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #29 from Petr Baudis <pbaudis@novell.com> 2009-08-25 16:52:08 MDT --- I've found the culprit and submitted a nscd that should fix this for good - after all the debugging, as usual it turned out to be a simple inverted boolean condition in one of our local patches. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User sbrabec@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c30 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |monkey9@iae.nl --- Comment #30 from Stanislav Brabec <sbrabec@novell.com> 2009-09-03 09:01:03 MDT --- *** Bug 527283 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=527283 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=510788 User colAflash@gmx.net added comment http://bugzilla.novell.com/show_bug.cgi?id=510788#c31 Moritz Duge <colAflash@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colAflash@gmx.net --- Comment #31 from Moritz Duge <colAflash@gmx.net> 2009-10-17 15:33:20 MDT --- Maybe #547935 is a duplicate of this bug, but please check to be shure! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com