On 5/30/05, Paul Slootman <[EMAIL PROTECTED]> wrote: > On Thu 26 May 2005, hacker wrote: > > > > > > Could you do an "lsof -p 8349", to see what rsync is listening to? > > > > Today, it's process 1984 and 'lsof -p 1984' returns to the prompt > > (nothing identified) on the next line. > > That's wrong, at the very least it should show things like shared libs. > Were you root at the time? > > > Paul Slootman >
I don't recall whether I was root at the time, but today it's process 5864 and I get a reply whether root or user: root:~# lsof -p 5864 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME rsync 5864 root cwd DIR 3,6 680 2 / rsync 5864 root rtd DIR 3,6 680 2 / rsync 5864 root txt REG 3,6 241324 100890 /usr/bin/rsync rsync 5864 root mem REG 3,6 1254500 18082 /lib/tls/i686/cmov/libc-2.3.2.so rsync 5864 root mem REG 3,6 64924 18096 /lib/tls/i686/cmov/libresolv-2.3.2.so rsync 5864 root mem REG 3,6 26624 3141 /lib/libpopt.so.0.0.0 rsync 5864 root mem REG 3,6 90248 104637 /lib/ld-2.3.2.so rsync 5864 root 0u CHR 1,3 2328 /dev/null rsync 5864 root 1u CHR 1,3 2328 /dev/null rsync 5864 root 2u CHR 1,3 2328 /dev/null rsync 5864 root 4u IPv4 9944 TCP *:rsync (LISTEN) had to transcribe this by hand, so could have a typo. hacker