|
From: Bart V. A. <bar...@gm...> - 2008-03-23 14:21:20
|
Hello Julian,
Can you please have a look at the following:
$ ls -l /var/run/nscd/passwd
-rw------- 1 root root 217016 2008-03-23 15:11 /var/run/nscd/passwd
$ ./vg-in-place --tool=none knode
...
--4396-- WARNING: Serious error when reading debug info
--4396-- When reading debug info from /var/run/nscd/passwd:
--4396-- can't open file to inspect ELF header
...
>From the output of strace -f knode:
...
[pid 4457] socket(PF_FILE, SOCK_STREAM, 0) = 10
[pid 4457] fcntl(10, F_SETFL, O_RDWR|O_NONBLOCK) = 0
[pid 4457] connect(10, {sa_family=AF_FILE,
path="/var/run/nscd/socket"}, 110) = 0
...
Thanks,
Bart.
|