dfI am attempting to run nfsen.rc start for the first time, but I am
encountering this error:

Running nfsen-1.2.4

# ./nfsen.rc start
./nfsen.rc: syntax error at line 103: `x=$' unexpected

!
                while [ -f $pidfile -a "$x" -le 120 ]; do
                    # increment the value of x:
                    x=$(expr $x + 1)
                    sleep 1
                        echo -n "."
!

I have attempted to use /bin/bash as the shell interpreter, which seems to
work, but instead of one instance of nfcapd for each source, I get 2
instances for each source...

# ./nfsen.rc start
Starting nfcpad: sdhqir0201 sdhqir0202 done.
Starting nfsen-run: unix dgram connect: Socket operation on non-socket at
/usr/local/nfsen/bin/nfsen-run line 585
unix dgram connect: Socket operation on non-socket at
/usr/local/nfsen/bin/nfsen-run line 79
no connection to syslog available at /usr/local/nfsen/bin/nfsen-run line 79
done.

Thanks,

-- 
Eric Cables
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Nfsen-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to