| Ill incorporate that in the tree, thanks. fyi, rhel6 uses tigervnc with the patch as well. Sent from Lotus Traveler Payne, Allen M --- Re: [xcat-user] is wvid still suppose to work with KVM guests in 2.6.9?? ---
The following syntax works with the non-Fedora vncviewers: export VNC_VIA_CMD='/usr/bin/ssh -o BatchMode=yes -f -L "$L":"$H":"$R" "$G" sleep 20' ( flock 200 (echo $rvid_password ; echo $rvid_password) | vncpasswd /tmp/vncpass$$ > /dev/null 2>&1 vncviewer :$myport -via $rvid_server AutoSelect=0 FullColor=1 PasswordFile=/tmp/vncpass$$ >& /dev/null & sleep 5 rm -f /tmp/vncpass$$ flock -u 200 ) 200> /tmp/xcat/virtvnclock Regards Allen |