[plug] VNC Shell Script
James Devenish
devenish at guild.uwa.edu.au
Sun Nov 7 19:27:26 WST 2004
In message <2741D621-30AF-11D9-8F16-000D936A747A at iinet.net.au>
on Sun, Nov 07, 2004 at 07:21:22PM +0800, Brock Woolf wrote:
> My cron job is going fine, the vncserver is starting up fine. But if i
> connect to the linux box with my vnc client, the client box doesn't
> get a screen of the remote linux server.
This is technically correct behaviour, so I won't bother explaining it,
except to say that the solution to the problem is to change something.
My first suggestion would be to change from:
DISPLAY=:0 x0rfbserver
to
x0rfbserver :0
The only problem with this is that perhaps your password problem will
re-emerge. Don't know what happens if you do
DISPLAY=:0 x0rfbserver :0
It probably shouldn't be correct in general, but might be good enough
for your specific application.
More information about the plug
mailing list