[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xvncviewer respawn



Hugh Saunders said:

> but this just causes
> INIT: id "8" respawning to fast: disabled for 5 minutes
> to be repeated on the console. so that is obviously not the way to do it,
> any better ideas?

probably because it cannot connect to the X server..

you could try a shell script

something like

#!/bin/bash

while true;
do
/path/to/xvncviewer
done


whenever xvncviwer exits it will be reloaded

not sure how you have authentication setup, I haven't used VNC
that much, you may have to re input your password each time

nate





Reply to: