-
Oops sorry a typo.
'The production system (the one with ssh only listening to port 22)...
should read:
'The production system (the one with ssh only listening to port 5897)... '
Corrected version:
To avoid the "too many connections" problem I set the mysql variable wait_timeout to 60 seconds. This worked on my development system but failed on my production system. The...
2007-02-23 21:19:51 UTC in NSS MySQL Library
-
To avoid the "too many connections" problem I set the mysql variable wait_timeout to 60 seconds. This worked on my development system but failed on my production system. The production system has sshd_config with 'Port 5897' and iptables set accordingly whereas the development system has both 'Port 5897' and 'Port 22' in sshd_config and iptables allowing both ports through. The...
2007-02-23 21:14:18 UTC in NSS MySQL Library
-
Logged In: YES
user_id=343119
The output of ldd keeps changing, with Fedora Core 4 I get:
# ldd /usr/bin/getent
linux-gate.so.1 => (0x00111000)
libc.so.6 => /lib/libc.so.6 (0x00ab9000)
/lib/ld-linux.so.2 (0x00a9b000)
(Failure of getent to find it's shared libraries causes jail
iteself to fail when getent is issued after chrooting.)
I have patched...
2006-09-02 09:05:44 UTC in Jail Chroot Project
-
I followed the instructions in decoder/README to create microcode.so - all worked as advertised.
When I try to run it everything works up to and including
dl ("./microcode.so");
but then
databay_microcode_include("encrypted.php");
fails with:
An error occured while loading http://10.0.0.2/info.php:
Connection to host 10.0.0.2 is broken
encrypted php was...
2005-07-27 21:45:35 UTC in microCODE