Coldfusion 9 losing connection to MySQL 5 database server a couple of weeks after the server is started

We get the following Coldfusion error message after our server have been running for a couple of weeks: Error Executing Database Query.Could not create connection to database server. Attempted reconnect 3 times We run Coldfusion Enterprise 9 on a one year old XServer with Snow Leopard and MySQL 5 The server has about ten DSN … Read more

Attach X2Go to X Session “:0”

I don’t know if I’m right in concept. But when I connect to a remote host (a cloud VPS) by X2Go, $DISPLAY variable echoes “:50”, I need that variable equals to “:0” when I connect to that host. How can achieve this? Thanks in forward. Answer well it is too late to answer the original … Read more

XServer, remote Debian workstation [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 4 years ago. Improve this question I wish to set up a headless workstation machine running Debian Linux. I’d like to actually run XServer on another machine. Think thin-client, … Read more

Disable Xserver autostart on Debian

How to disable Xserver autostart? I tried update-rc.d -f gdm remove but after reboot it started again… Answer There are a number of ways to do this, from relatively clean to completely messed up… (I won’t touch upon the latter 🙂 Using update-rc.d to forcibly remove an init script may work if you remove the … Read more

SSH forwarding – x server display remote program on local machine

Two debian machines Debian 10 Kali Linux 2020 rolling lak:~# sudo ssh -XC spusr@192.168.4.2 works to forward specific programs like firefox, nautilus connected via ethernet lan Things noticed Nautilus works with only a slight lag compared to local desktop x display of nautilus, Firefox lags so user can not enter settings, unsuably slow response, hangs … Read more

Coldfusion 9 losing connection to MySQL 5 database server a couple of weeks after the server is started

We get the following Coldfusion error message after our server have been running for a couple of weeks: Error Executing Database Query.Could not create connection to database server. Attempted reconnect 3 times We run Coldfusion Enterprise 9 on a one year old XServer with Snow Leopard and MySQL 5 The server has about ten DSN … Read more

cygwin help: Xlib: connection to “ip:0.0” refused by server

I followed cygwin user guide as below: http://x.cygwin.com/docs/ug/using-remote-apps.html on windows xp, i started Cygwin/X->XWin server, EXPORT DISPLAY=:0.0 ssh -Y user@ip i saw below warning Warning: No xauth data; using fake authentication data for X11 forwarding. after login, i typed bash-3.00$ xclock & [1] 26962 bash-3.00$ Xlib: connection to “clientip:0.0” refused by server Xlib: No protocol … Read more