Closed GoogleCodeExporter closed 8 years ago
My 2 cents:
NX Server need a start/stop daemon like script to clean session db. When
something goes
wrong you must have a way to perform a clean restart: restarting the server may
be
usefull to clean the db during the starting procedure. If the NX Server is not
running
simply there can't be session running so during the starting if db is reporting
a
running session, simply clean up the session or mark it as failed/error.
Original comment by jokerulez
on 20 Aug 2009 at 12:50
What I did for now is a simple bash to run on startup :
#!/bin/sh
rm -rf /usr/local/var/lib/neatx/sessions/*
But, it means that there's no way to 'resume' a session, if there's a
crash/unplanned
reboot; i hope this would be a 'feature' in the next release(s)
Original comment by discoun...@gmail.com
on 20 Aug 2009 at 12:56
Of course the running/suspended sessions are lost when computer switch off,
actually.
In this condition there is no way to resume a session except if you are Henry
Potter
(^_^)
Original comment by jokerulez
on 20 Aug 2009 at 1:04
jokerulez is spot on. This is already covered by
http://code.google.com/p/neatx/issues/detail?id=21 , so i'm gonna mark it as a
duplicate. Thanks,
Steve
Original comment by kormat
on 23 Aug 2009 at 4:28
Original issue reported on code.google.com by
discoun...@gmail.com
on 20 Aug 2009 at 10:08