-
Already on my todo list...
Regarding the 3rd option (external):
This option is identical to openssh's ProxyCommand option (see ssh_config manpage). I also recently added a helper-program pconnect which can be used as external proxy. (doc for that is currently in it's source only)
2009-10-15 12:59:26 UTC in OpenNX Client
-
Perhaps it's a timing issue (cupsd taking too long to startup)?
If you have a debug-build, you can enable tracing of MySession and watch for the trace output.
If it is indeed timing, you probably should check why cupsd is taking so long (usually some DNS related timeouts). Also, instead of just having a wsThread::Sleep(500) in prepareCups(), perhaps a loop would be better. Something like...
2009-10-11 18:07:28 UTC in OpenNX Client
-
Regarding 1st hunk:
It's a *bad* idea to prevent cupsd from running, if it cannot write the pidfile. Not writing a pidfile does not harm cupsd functionality at all. As long as the pidfile's content is not used inside cupsd (e.g.: to prevent duplicate processes), it is more like a convenience for the init-scripts. On my test platforms (fedora, suse), cupsd *continues* running even if it can't...
2009-10-11 17:12:56 UTC in OpenNX Client
-
felfert committed revision 444 to the OpenNX Client SVN repository, changing 1 files.
2009-10-11 17:10:30 UTC in OpenNX Client
-
felfert committed revision 443 to the OpenNX Client SVN repository, changing 1 files.
2009-10-11 15:35:56 UTC in OpenNX Client
-
felfert committed revision 442 to the OpenNX Client SVN repository, changing 1 files.
2009-10-10 16:48:37 UTC in OpenNX Client
-
felfert committed revision 441 to the OpenNX Client SVN repository, changing 2 files.
2009-10-10 14:23:33 UTC in OpenNX Client
-
felfert committed revision 440 to the OpenNX Client SVN repository, changing 1 files.
2009-10-10 13:30:52 UTC in OpenNX Client
-
felfert committed revision 439 to the OpenNX Client SVN repository, changing 1 files.
2009-10-10 12:45:08 UTC in OpenNX Client
-
felfert committed revision 438 to the OpenNX Client SVN repository, changing 1 files.
2009-10-10 12:07:23 UTC in OpenNX Client