Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nscd unresponsiveness
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
teknocrust
n00b
n00b


Joined: 03 Feb 2013
Posts: 11

PostPosted: Thu Feb 21, 2013 9:19 pm    Post subject: nscd unresponsiveness Reply with quote

hey all not sure if others experience this, but after some time my nscd becomes unresponsive..
and i have to kill -9 in order to restart it.. it also complains on reboot...
not sure if this is my configuration or not..
any tips would be great..

here is my nscd.conf below:

Code:

#
# /etc/nscd.conf
#
# An example Name Service Cache config file.  This file is needed by nscd.
#
# Legal entries are:
#
#   logfile         <file>
#   debug-level      <level>
#   threads         <#threads to use>
#   server-user             <user to run server as instead of root>
#      server-user is ignored if nscd is started with -S parameters
#
#       enable-cache      <service> <yes|no>
#   positive-time-to-live   <service> <time in seconds>
#   negative-time-to-live   <service> <time in seconds>
#       suggested-size      <service> <prime number>
#   check-files      <service> <yes|no>
#
# Currently supported cache names (services): passwd, group, hosts
#


   logfile         /var/log/nscd.log
   threads         6
   server-user      nobody
#   debug-level      1
   enable-cache      services   yes

   enable-cache      passwd      yes
   positive-time-to-live   passwd      600
   negative-time-to-live   passwd      20
   suggested-size      passwd      211
   check-files      passwd      yes

   enable-cache      group      yes
   positive-time-to-live   group      3600
   negative-time-to-live   group      60
   suggested-size      group      211
   check-files      group      yes

   enable-cache      hosts      yes
   positive-time-to-live   hosts      3600
   negative-time-to-live   hosts      20
   suggested-size      hosts      211
   check-files      hosts      yes
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum