On Sun, 2005-06-19 at 13:57 +0300, Lars Wirzenius wrote:
> su, 2005-06-19 kello 17:25 +1000, Nathan Hand kirjoitti:
> > Package: nscd
> > Version: 2.3.5-1ubuntu7
> 
> Does this also happen with a Debian version? Debian's versions of 2.3.5
> are in experimental, though.
> 

Yes, same behaviour for the debian/experimental version.

[EMAIL PROTECTED]:~$ ls /var/run/nscd
ls: /var/run/nscd: No such file or directory
[EMAIL PROTECTED]:~$ sudo apt-get install nscd/experimental
Reading Package Lists... Done
Building Dependency Tree... Done
Selected version 2.3.5-1 (Debian:experimental) for nscd
The following NEW packages will be installed:
  nscd
0 upgraded, 1 newly installed, 0 to remove and 555 not upgraded.
Need to get 0B/115kB of archives.
After unpacking 262kB of additional disk space will be used.
Selecting previously deselected package nscd.
(Reading database ... 137284 files and directories currently installed.)
Unpacking nscd (from .../nscd_2.3.5-1_powerpc.deb) ...
Setting up nscd (2.3.5-1) ...
Starting Name Service Cache Daemon: nscd.

[EMAIL PROTECTED]:~$ ps ax | grep nscd
 8606 pts/1    R+     0:00 grep nscd
[EMAIL PROTECTED]:~$ ls /var/run/nscd
ls: /var/run/nscd: No such file or directory
[EMAIL PROTECTED]:~$ sudo mkdir /var/run/nscd
[EMAIL PROTECTED]:~$ sudo /etc/init.d/nscd start
Starting Name Service Cache Daemon: nscd.
[EMAIL PROTECTED]:~$ ls /var/run/nscd
nscd.pid  socket
[EMAIL PROTECTED]:~$ ps ax | grep nscd
 8617 ?        Ssl    0:00 /usr/sbin/nscd
 8659 pts/1    S+     0:00 grep nscd



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to