When I try to start or stop nfsen this the error i am getting below, I
need help from someone who have encountered similar issue, which came
after I tried to kill processes of nfsen and nfsend..

nfsen start
Use of uninitialized value in scalar chomp at
/usr/local/libexec/nfsen/NfSenRC.pm line 139.
Use of uninitialized value in kill at /usr/local/libexec/nfsen/NfSenRC.pm
line 141.
NfSen is already running!

and this where the first value scalar chomp is

my $pid = <PID>;
                chomp $pid;
                close PID;
                if ( kill( 0, $pid) == 1  ) {
                        print "NfSen is already running!\n";
                        return;
I am running out of ideas guys..

Thanks


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


------------------------------------------------------------------------------
_______________________________________________
Nfsen-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to