public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nscd/10181] New: nscd discards entries even with unlimited reload count
@ 2009-05-21  9:12 dqarras at yahoo dot com
  2009-05-21  9:13 ` [Bug nscd/10181] " dqarras at yahoo dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: dqarras at yahoo dot com @ 2009-05-21  9:12 UTC (permalink / raw)
  To: glibc-bugs

(Upstreamed from https://bugzilla.redhat.com/show_bug.cgi?id=488597)

Description of problem:
With the configuration below nscd seems to remove user info after a period of
time (noticed both after 5 minutes and after 15 hours). I did something like
this to test (using LDAP as info source):

service ldap start  [succeeds]
service nscd start  [succeeds]
id testuser         [succeeds]
ls -l ~testuser     [succeeds]
service ldap stop   [succeeds]
id testuser         [succeeds]
ls -l ~testuser     [succeeds]
<wait, retry, wait, ...>
id testuser         [fails]
ls -l ~testuser     [fails]

It seems that the time after which entries get removed is more or less random
making it hard to identify any clear occurances causing this.

This is important to allow laptops to work when not connected to the home
network.



 server-user  nscd
 debug-level  0
 reload-count  unlimited
 paranoia  no

 enable-cache  passwd  yes
 positive-time-to-live passwd  600
 negative-time-to-live passwd  20
 suggested-size  passwd  211
 check-files  passwd  yes
 persistent  passwd  yes
 shared   passwd  yes
 max-db-size  passwd  33554432
 auto-propagate  passwd  yes

 enable-cache  group  yes
 positive-time-to-live group  600
 negative-time-to-live group  60
 suggested-size  group  211
 check-files  group  yes
 persistent  group  yes
 shared   group  yes
 max-db-size  group  33554432
 auto-propagate  group  yes  


I was able to reproduce this easily on Fedora 10 with all updates as of
2009-03-10 installed, including:

root@localhost:~# rpm -q nscd
nscd-2.9-3.i386

I will attach from Fedora 10 test /etc/nscd.conf, /var/log/nscd.log, and steps
done in a terminal.

-- 
           Summary: nscd discards entries even with unlimited reload count
           Product: glibc
           Version: 2.10
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nscd
        AssignedTo: drepper at redhat dot com
        ReportedBy: dqarras at yahoo dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10181

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug nscd/10181] nscd discards entries even with unlimited reload count
  2009-05-21  9:12 [Bug nscd/10181] New: nscd discards entries even with unlimited reload count dqarras at yahoo dot com
  2009-05-21  9:13 ` [Bug nscd/10181] " dqarras at yahoo dot com
@ 2009-05-21  9:13 ` dqarras at yahoo dot com
  2009-05-21  9:14 ` dqarras at yahoo dot com
  2009-10-26 20:08 ` dqarras at yahoo dot com
  3 siblings, 0 replies; 8+ messages in thread
From: dqarras at yahoo dot com @ 2009-05-21  9:13 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From dqarras at yahoo dot com  2009-05-21 09:13 -------
Created an attachment (id=3951)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=3951&action=view)
/etc/nscd.conf


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10181

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug nscd/10181] nscd discards entries even with unlimited reload count
  2009-05-21  9:12 [Bug nscd/10181] New: nscd discards entries even with unlimited reload count dqarras at yahoo dot com
@ 2009-05-21  9:13 ` dqarras at yahoo dot com
  2009-05-21  9:13 ` dqarras at yahoo dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: dqarras at yahoo dot com @ 2009-05-21  9:13 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From dqarras at yahoo dot com  2009-05-21 09:13 -------
Created an attachment (id=3952)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=3952&action=view)
/var/log/nscd.log


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10181

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug nscd/10181] nscd discards entries even with unlimited reload count
  2009-05-21  9:12 [Bug nscd/10181] New: nscd discards entries even with unlimited reload count dqarras at yahoo dot com
  2009-05-21  9:13 ` [Bug nscd/10181] " dqarras at yahoo dot com
  2009-05-21  9:13 ` dqarras at yahoo dot com
@ 2009-05-21  9:14 ` dqarras at yahoo dot com
  2009-10-26 20:08 ` dqarras at yahoo dot com
  3 siblings, 0 replies; 8+ messages in thread
From: dqarras at yahoo dot com @ 2009-05-21  9:14 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From dqarras at yahoo dot com  2009-05-21 09:13 -------
Created an attachment (id=3953)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=3953&action=view)
nscd test steps


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10181

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug nscd/10181] nscd discards entries even with unlimited reload count
  2009-05-21  9:12 [Bug nscd/10181] New: nscd discards entries even with unlimited reload count dqarras at yahoo dot com
                   ` (2 preceding siblings ...)
  2009-05-21  9:14 ` dqarras at yahoo dot com
@ 2009-10-26 20:08 ` dqarras at yahoo dot com
  3 siblings, 0 replies; 8+ messages in thread
From: dqarras at yahoo dot com @ 2009-10-26 20:08 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From dqarras at yahoo dot com  2009-10-26 20:08 -------
This is being discussed in detail at

https://bugzilla.redhat.com/show_bug.cgi?id=488597

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10181

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug nscd/10181] nscd discards entries even with unlimited reload count
       [not found] <bug-10181-131@http.sourceware.org/bugzilla/>
  2011-09-17 13:01 ` dqarras at yahoo dot com
  2012-05-03 19:13 ` dqarras at yahoo dot com
@ 2014-07-01 20:25 ` fweimer at redhat dot com
  2 siblings, 0 replies; 8+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01 20:25 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=10181

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug nscd/10181] nscd discards entries even with unlimited reload count
       [not found] <bug-10181-131@http.sourceware.org/bugzilla/>
  2011-09-17 13:01 ` dqarras at yahoo dot com
@ 2012-05-03 19:13 ` dqarras at yahoo dot com
  2014-07-01 20:25 ` fweimer at redhat dot com
  2 siblings, 0 replies; 8+ messages in thread
From: dqarras at yahoo dot com @ 2012-05-03 19:13 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10181

Daniel Qarras <dqarras at yahoo dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.10                        |unspecified
         AssignedTo|drepper.fsp at gmail dot    |unassigned at sourceware
                   |com                         |dot org

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug nscd/10181] nscd discards entries even with unlimited reload count
       [not found] <bug-10181-131@http.sourceware.org/bugzilla/>
@ 2011-09-17 13:01 ` dqarras at yahoo dot com
  2012-05-03 19:13 ` dqarras at yahoo dot com
  2014-07-01 20:25 ` fweimer at redhat dot com
  2 siblings, 0 replies; 8+ messages in thread
From: dqarras at yahoo dot com @ 2011-09-17 13:01 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=10181

--- Comment #5 from Daniel Qarras <dqarras at yahoo dot com> 2011-09-17 13:01:23 UTC ---
Any plans to fix this? It's been over 2 years since this was reported and
fixing this would still be most helpful. Thanks.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-07-01 20:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-21  9:12 [Bug nscd/10181] New: nscd discards entries even with unlimited reload count dqarras at yahoo dot com
2009-05-21  9:13 ` [Bug nscd/10181] " dqarras at yahoo dot com
2009-05-21  9:13 ` dqarras at yahoo dot com
2009-05-21  9:14 ` dqarras at yahoo dot com
2009-10-26 20:08 ` dqarras at yahoo dot com
     [not found] <bug-10181-131@http.sourceware.org/bugzilla/>
2011-09-17 13:01 ` dqarras at yahoo dot com
2012-05-03 19:13 ` dqarras at yahoo dot com
2014-07-01 20:25 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).