my socks proxy appears to have failed and wasn't able to restart.
from the logs:
2009:07:11-15:09:49 CIPS sockd[4944]: pass(1): tcp/accept [: .60862 -> .1080
2009:07:11-15:09:49 CIPS sockd[4945]: pass(4): tcp/connect [: .60862 -> .52285
2009:07:11-17:04:46 CIPS sockd[4626]: serverinit(): bind(FWIP.1080): Address already in use (errno = 98)
2009:07:11-17:04:46 CIPS sockd[4626]: sockdexit(): terminating
and from then on all SOCKS requests failed.
ps gave me:
# ps -efl | grep sock
chroot 4612 1 0 Jul11 ? 00:00:00 /bin/sockd -D
chroot 4613 4612 0 Jul11 ? 00:00:00 /bin/sockd -D
root 9134 9133 0 22:44 ? 00:00:00 /usr/bin/tail -n 10 -f /var/log/sockd.log
restarting socksd by hand worked:
# ps -ef | grep sock
root 9134 9133 0 22:44 ? 00:00:00 /usr/bin/tail -n 10 -f /var/log/sockd.log
chroot 9449 1 0 22:52 ? 00:00:00 /bin/sockd -D
chroot 9453 9449 0 22:52 ? 00:00:00 /bin/sockd -D
chroot 9454 9449 0 22:52 ? 00:00:00 /bin/sockd -D
chroot 9455 9449 0 22:52 ? 00:00:00 /bin/sockd -D
chroot 9456 9449 0 22:52 ? 00:00:00 /bin/sockd -D
chroot 9457 9449 0 22:52 ? 00:00:00 /bin/sockd -D
chroot 9458 9449 0 22:52 ? 00:00:00 /bin/sockd -D
root 9623 9399 0 22:58 pts/0 00:00:00 grep sock
Any ideas why it failed like it did and why it didn't come back automatically?
thanks
dan
This thread was automatically locked due to age.