[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-09-05 Thread Darren Warner
Actually, the bootup problem is different - running '/etc/init.d/nscd
start' will silently fail - the following messages appear in syslog:

/var/run/nscd/nscd.pid: No such file or directory
/var/run/nscd/socket: No such file or directory

Creating /var/run/nscd fixes this problem, but this needs to be done
every time the system boots. Executing '/etc/init.d/nscd restart' fails
regardless.

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-09-14 Thread Markus Olausson
Same problem here. Had to add the creation of /var/run/nscd to a local start 
script.
In /etc/init.d/nscd, I replaced

$DAEMON --invalidate

with

$DAEMON --invalidate passwd
$DAEMON --invalidate group 
$DAEMON --invalidate hosts

to get past the restart problem.

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-10-09 Thread Timo Aaltonen
*** This bug is a duplicate of bug 59914 ***

** This bug has been marked a duplicate of bug 59914
   nscd fails to start due to the fact that directory /var/run/nscd is missing

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-09-05 Thread Darren Warner
Actually, the bootup problem is different - running '/etc/init.d/nscd
start' will silently fail - the following messages appear in syslog:

/var/run/nscd/nscd.pid: No such file or directory
/var/run/nscd/socket: No such file or directory

Creating /var/run/nscd fixes this problem, but this needs to be done
every time the system boots. Executing '/etc/init.d/nscd restart' fails
regardless.

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-09-14 Thread Markus Olausson
Same problem here. Had to add the creation of /var/run/nscd to a local start 
script.
In /etc/init.d/nscd, I replaced

$DAEMON --invalidate

with

$DAEMON --invalidate passwd
$DAEMON --invalidate group 
$DAEMON --invalidate hosts

to get past the restart problem.

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-10-09 Thread Timo Aaltonen
*** This bug is a duplicate of bug 59914 ***

** This bug has been marked a duplicate of bug 59914
   nscd fails to start due to the fact that directory /var/run/nscd is missing

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-09-05 Thread Darren Warner
Actually, the bootup problem is different - running '/etc/init.d/nscd
start' will silently fail - the following messages appear in syslog:

/var/run/nscd/nscd.pid: No such file or directory
/var/run/nscd/socket: No such file or directory

Creating /var/run/nscd fixes this problem, but this needs to be done
every time the system boots. Executing '/etc/init.d/nscd restart' fails
regardless.

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-09-14 Thread Markus Olausson
Same problem here. Had to add the creation of /var/run/nscd to a local start 
script.
In /etc/init.d/nscd, I replaced

$DAEMON --invalidate

with

$DAEMON --invalidate passwd
$DAEMON --invalidate group 
$DAEMON --invalidate hosts

to get past the restart problem.

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-10-09 Thread Timo Aaltonen
*** This bug is a duplicate of bug 59914 ***

** This bug has been marked a duplicate of bug 59914
   nscd fails to start due to the fact that directory /var/run/nscd is missing

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-09-05 Thread Darren Warner
Actually, the bootup problem is different - running '/etc/init.d/nscd
start' will silently fail - the following messages appear in syslog:

/var/run/nscd/nscd.pid: No such file or directory
/var/run/nscd/socket: No such file or directory

Creating /var/run/nscd fixes this problem, but this needs to be done
every time the system boots. Executing '/etc/init.d/nscd restart' fails
regardless.

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-09-14 Thread Markus Olausson
Same problem here. Had to add the creation of /var/run/nscd to a local start 
script.
In /etc/init.d/nscd, I replaced

$DAEMON --invalidate

with

$DAEMON --invalidate passwd
$DAEMON --invalidate group 
$DAEMON --invalidate hosts

to get past the restart problem.

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-10-09 Thread Timo Aaltonen
*** This bug is a duplicate of bug 59914 ***

** This bug has been marked a duplicate of bug 59914
   nscd fails to start due to the fact that directory /var/run/nscd is missing

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-09-05 Thread Darren Warner
Actually, the bootup problem is different - running '/etc/init.d/nscd
start' will silently fail - the following messages appear in syslog:

/var/run/nscd/nscd.pid: No such file or directory
/var/run/nscd/socket: No such file or directory

Creating /var/run/nscd fixes this problem, but this needs to be done
every time the system boots. Executing '/etc/init.d/nscd restart' fails
regardless.

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-09-14 Thread Markus Olausson
Same problem here. Had to add the creation of /var/run/nscd to a local start 
script.
In /etc/init.d/nscd, I replaced

$DAEMON --invalidate

with

$DAEMON --invalidate passwd
$DAEMON --invalidate group 
$DAEMON --invalidate hosts

to get past the restart problem.

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-10-09 Thread Timo Aaltonen
*** This bug is a duplicate of bug 59914 ***

** This bug has been marked a duplicate of bug 59914
   nscd fails to start due to the fact that directory /var/run/nscd is missing

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-09-05 Thread Darren Warner
Actually, the bootup problem is different - running '/etc/init.d/nscd
start' will silently fail - the following messages appear in syslog:

/var/run/nscd/nscd.pid: No such file or directory
/var/run/nscd/socket: No such file or directory

Creating /var/run/nscd fixes this problem, but this needs to be done
every time the system boots. Executing '/etc/init.d/nscd restart' fails
regardless.

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-09-14 Thread Markus Olausson
Same problem here. Had to add the creation of /var/run/nscd to a local start 
script.
In /etc/init.d/nscd, I replaced

$DAEMON --invalidate

with

$DAEMON --invalidate passwd
$DAEMON --invalidate group 
$DAEMON --invalidate hosts

to get past the restart problem.

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59046] Re: Fails to start (option '--invalidate' requires an argument)

2006-10-09 Thread Timo Aaltonen
*** This bug is a duplicate of bug 59914 ***

** This bug has been marked a duplicate of bug 59914
   nscd fails to start due to the fact that directory /var/run/nscd is missing

-- 
Fails to start (option '--invalidate' requires an argument)
https://launchpad.net/bugs/59046

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs