-
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 by felfert
-
Now I can use only:
Direct (without proxy)
Proxy (anonymous proxy?)
Use script (I don't understand what it's)
Please add feature for configure proxy settings e.g. username and password.
2009-10-15 06:30:29 UTC by bsavelev
-
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 by felfert
-
ok. thanks.
about hunk #2.
i dont know why, but when I testing, using only "return isCupsRunning()" seems what return value is wrong...
and message box about "Could not start CUPS printing" shows me always.
ok, I think about this a little more-)
2009-10-11 17:25:16 UTC by bsavelev
-
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 by felfert
-
felfert committed revision 444 to the OpenNX Client SVN repository, changing 1 files.
2009-10-11 17:10:30 UTC by felfert
-
first hunk add options "PidFile" for users cupsd.conf
without this options CUPS from my system or Debian doesn't work in user-mode with string in error_log "Unable to write pid file"
(pidfile patch links:
http://bazaar.launchpad.net/~pitti/cups/debian-lenny/annotate/head%3A/debian/patches/pidfile.dpatch
http://sisyphus.ru/ru/srpm/Sisyphus/cups/patches/3 )
second hunk is call...
2009-10-11 15:49:05 UTC by bsavelev
-
felfert committed revision 443 to the OpenNX Client SVN repository, changing 1 files.
2009-10-11 15:35:56 UTC by felfert
-
felfert committed revision 442 to the OpenNX Client SVN repository, changing 1 files.
2009-10-10 16:48:37 UTC by felfert
-
felfert committed revision 441 to the OpenNX Client SVN repository, changing 2 files.
2009-10-10 14:23:33 UTC by felfert