[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#338507: nscd: init script doesn't stop the daemon



Package: nscd
Version: 2.3.5-6
Severity: normal

The nscd init script (i.e. `nscd -K') doesn't stop the running
daemons.  It just seems to render them useless by removing the socket:

  # pgrep nscd
  # /etc/init.d/nscd start
  Starting Name Service Cache Daemon: nscd.
  # pgrep nscd
  4697
  4698
  4699
  4700
  4701
  4702
  4703
  4704
  # ls -l /var/run/nscd/
  total 4
  -rw-r--r--  1 root root 5 2005-11-10 18:42 nscd.pid
  srw-rw-rw-  1 root root 0 2005-11-10 18:42 socket
  # /etc/init.d/nscd stop 
  Stopping Name Service Cache Daemon: nscd.
  # pgrep nscd
  4697
  4698
  4699
  4700
  4701
  4702
  4703
  # ls -l /var/run/nscd/
  total 0
  # 
  
-- System Information:
Debian Release: 3.1
  APT prefers stable
  APT policy: (900, 'stable')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-sparc64
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages nscd depends on:
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an

nscd recommends no packages.

-- no debconf information



Reply to: