Hi,
I am trying to run vncserver on solaris 8. Its running fine but when I
try to schedule this under cron I am getting error -

[EMAIL PROTECTED] t
        VNC_COUNT=`/usr/bin/ps -ef | /usr/bin/grep Xvnc | /usr/bin/grep
-v grep |/usr/bin/wc -l`
+ /usr/bin/ps -ef
+ /usr/bin/grep Xvnc
+ /usr/bin/grep -v grep
+ /usr/bin/wc -l
VNC_COUNT=       0
        if [ $VNC_COUNT -eq 0 ] ; then
           if [ -f /tmp/.X11-unix/X0 ] ; then
        /usr/bin/rm /tmp/.X11-unix/X0
           fi
                /usr/local/bin/vncserver :0
        echo "Restarted VNC at "`date` >> /usr/local/bin/restart_vnc.log
        fi
+ [ 0 -eq 0 ]
+ [ -f /tmp/.X11-unix/X0 ]
+ /usr/local/bin/vncserver :0
vncserver: couldn't find "xauth" on your PATH.
+ date
+ echo Restarted VNC at Tue Oct

Thanks,
Raj
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to