LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-18-2015, 07:56 PM   #1
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,308

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
recent current updates, nscd.conf empty?


I diff orig to new files when there's changes so I can see what's different, /etc/nscd.conf is now empty, is that right, no mention in changelog.txt.
 
Old 12-18-2015, 09:47 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,311
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
For what it's worth, mine contains the following:

Code:
$ cat /etc/nscd.conf
#
# /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                 <initial #threads to use>
#       max-threads             <maximum #threads to use>
#       server-user             <user to run server as instead of root>
#               server-user is ignored if nscd is started with -S parameters
#       stat-user               <user who is allowed to request statistics>
#       reload-count            unlimited|<number>
#       paranoia                <yes|no>
#       restart-interval        <time in seconds>
#
#       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>
#       persistent              <service> <yes|no>
#       shared                  <service> <yes|no>
#       max-db-size             <service> <number bytes>
#       auto-propagate          <service> <yes|no>
#
# Currently supported cache names (services): passwd, group, hosts, services
#


#       logfile                 /var/log/nscd.log
#       threads                 4
#       max-threads             32
#       server-user             nobody
#       stat-user               somebody
        debug-level             0
#       reload-count            5
        paranoia                no
#       restart-interval        3600

        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           3600
        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

        enable-cache            hosts           yes
        positive-time-to-live   hosts           3600
        negative-time-to-live   hosts           20
        suggested-size          hosts           211
        check-files             hosts           yes
        persistent              hosts           yes
        shared                  hosts           yes
        max-db-size             hosts           33554432

        enable-cache            services        yes
        positive-time-to-live   services        28800
        negative-time-to-live   services        20
        suggested-size          services        211
        check-files             services        yes
        persistent              services        yes
        shared                  services        yes
        max-db-size             services        33554432

        enable-cache            netgroup        yes
        positive-time-to-live   netgroup        28800
        negative-time-to-live   netgroup        20
        suggested-size          netgroup        211
        check-files             netgroup        yes
        persistent              netgroup        yes
        shared                  netgroup        yes
        max-db-size             netgroup        33554432
 
Old 12-19-2015, 02:42 AM   #3
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,096

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
Quote:
Originally Posted by glorsplitz View Post
I diff orig to new files when there's changes so I can see what's different, /etc/nscd.conf is now empty, is that right, no mention in changelog.txt.
if you are using multilib check the latest version changelog.

Last edited by ponce; 12-19-2015 at 02:57 AM.
 
Old 12-19-2015, 08:22 AM   #4
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,308

Original Poster
Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
Thanks ponce but not using multilib, slackware64 current, I'm going to leave original.
 
Old 12-19-2015, 01:44 PM   #5
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
I just checked the x86_64 package, glibc-2.22-x86_64-2.txz, and the etc/nscd.conf.new file is empty.

Code:
jbhansen@craven-moorhead:~/tmp/etc$ ls -la
total 16
drwxr-xr-x 3 jbhansen users 4096 Dec 17 20:07 ./
drwxr-xr-x 8 jbhansen users 4096 Dec 17 20:07 ../
-rw-r--r-- 1 jbhansen users    0 Dec 17 20:05 nscd.conf.new
drwxr-xr-x 2 jbhansen users 4096 Dec 17 20:07 profile.d/
-rw-r--r-- 1 jbhansen users 1634 Dec 17 20:00 rpc
Same with the i586 version, glibc-2.22-i586-2.txz

Code:
jbhansen@craven-moorhead:~/tmp$ ls -la etc
total 16
drwxr-xr-x 3 jbhansen users 4096 Dec 17 20:57 ./
drwxr-xr-x 8 jbhansen users 4096 Dec 17 20:57 ../
-rw-r--r-- 1 jbhansen users    0 Dec 17 20:55 nscd.conf.new
drwxr-xr-x 2 jbhansen users 4096 Dec 17 20:57 profile.d/
-rw-r--r-- 1 jbhansen users 1634 Dec 17 20:50 rpc
 
1 members found this post helpful.
Old 12-19-2015, 02:19 PM   #6
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,055

Rep: Reputation: Disabled
That looks strange as in current's glibc.SlackBuild I see:
Code:
cat nscd/nscd.conf > $PKG/etc/nscd.conf.new
and in the source tarball:
Code:
/tmp/baf/glibc-2.22$ ls -l nscd/nscd.conf
-rw-r--r-- 1 didier users 2387 août   5 08:42 nscd/nscd.conf
/tmp/baf/glibc-2.22$
 
1 members found this post helpful.
Old 12-19-2015, 02:36 PM   #7
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
The fix is coming. I was just a bit too fast in releasing the multilib glibc rebuild... I thought Pat had already released the rebuilt glibc for slackware-current.
 
1 members found this post helpful.
Old 12-19-2015, 03:04 PM   #8
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,308

Original Poster
Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
Thanks Eric.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
(SOLVED) Unable to send mail with Mutt after recent Slackware Current updates frankbell Slackware 4 08-28-2015 12:19 AM
ValueError: max() arg is an empty sequence Traceback (most recent call last): File puru45 Ubuntu 1 11-25-2014 02:26 PM
Recent - current libelf updates wildwizard Slackware 3 05-17-2014 01:54 PM
Sound issues in -current since recent updates rpedrica Slackware 1 08-02-2012 01:10 AM
Gnome 2.10 - Recent Documents always empty linmix Linux - Software 2 04-03-2006 02:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration