poate ajuta...
You could also check as follows:
netstat -ltnp |grep 32768
-> tcp 0 0 0.0.0.0:32768 0.0.0.0:*
LISTEN
617/rpc.statd
and then:
grep status /etc/rpc
-> status 100024
and:
rpcinfo -n 32768 -t localhost 100024
-> program 100024 version 1 ready and waiting
This rpc based service for nfs has the following function:
The rpc.statd server implements the NSM (Network Status Monitor)
RPC protocol. This service is somewhat misnomed, since it
doesn't actually provide active monitoring as one might suspect;
instead, NSM implements a reboot notification service. It is used
by the NFS file locking service, rpc.lockd, to implement lock
recovery when the NFS server machine crashes and reboots.
It is started by init script /etc/init.d/nfslock
Cheers,
Phibo
On Wed, 29 Aug 2001, Lance wrote:
>this is a very useful thread.
>thanks to all for information given.
>
>Lance
>
>On Tue, 2001-08-28 at 04:24, Prakash Purushotham wrote:
>> netstat reports 32768/tcp listening on 0.0.0.0.
>>
>> Could this be a hack?
>>
>> RH7.1, all patches except kernel current.
>>
>> Prakash
>>
>> __________________________________________________
>> Do You Yahoo!?
>> Make international calls for as low as $.04/minute with Yahoo! Messenger
>> http://phonecard.yahoo.com/
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.