You are not logged in.
Installed, enabled, and started nscd (the default configuration is fine for my purposes) - all was well. However, looking at "systemctl status nscd" produced rather startling results:
nscd.service - Name Service Cache Daemon
Loaded: loaded (/usr/lib/systemd/system/nscd.service; enabled)
Active: active (running) since Tue 2013-05-21 16:05:08 EDT; 30min ago
Main PID: 30145 (nscd)
CGroup: name=systemd:/system/nscd.service
└─30145 /usr/sbin/nscd
May 21 16:05:08 tiberius systemd[1]: Starting Name Service Cache Daemon...
May 21 16:05:08 tiberius systemd[1]: PID file /run/nscd/nscd.pid not readable (yet?) after start.
May 21 16:05:08 tiberius systemd[1]: Started Name Service Cache Daemon.
May 21 16:05:08 tiberius nscd[30145]: 30145 cannot stat() file `': No such file or directory
May 21 16:05:08 tiberius nscd[30145]: 30145 cannot stat() file `': No such file or directory
May 21 16:05:08 tiberius nscd[30145]: 30145 cannot stat() file `hosts': No such file or directory
May 21 16:05:08 tiberius nscd[30145]: 30145 cannot stat() file `tc/resolv.conf': No such file or directory
May 21 16:05:08 tiberius nscd[30145]: 30145 cannot stat() file `': No such file or directory
Interesting, no? I suspected typos or poor commenting in nscd.conf, but I checked, and none was evident. More interestingly, the specific string "tc/resolv.conf" (minus the leading 'e', obviously) is not present in any file underneath /etc.
I'm stumped. Anyone else see this?
Rodney
Offline