« Festival will not work with gnome-speech | Main | Safari bundled with Mac OS X 10.4.3 passed ACID 2 test »

October 27, 2005

runsocks / socks5-client on ubuntu 5.10

The first thing before I start to work on ubuntu is to get cvs work through SOCKS proxy.
I access mozilla's source code repository by SSH.
But I don't have an account for gnome's CVS repository.
So I have to use anonymous pserver.
Usually I use runsocks for that propose on SUSE/Fedora Core.
But I found it doesn't work on ubuntu, neither my own build or copy from Fedora Core's rpm.
I got a SegFault.

Then I tried tsocks, still can't work.
Finally, I turned to dante.
I downloaded dante-1.1.18 tar ball, built and installed it.
It works great.
Now I can throw runsocks away and start grabbing gnome code.

Hers is my conf file.
$cat /etc/socks.conf
resolveprotocol: fake
route {
from: 0.0.0.0/0 to: 0.0.0.0/0 via: xxx.xxx.xxx.xxx port = 1080
proxyprotocol: socks_v5
}

Technorati Tags:

Posted by ginn at October 27, 2005 5:49 PM

Trackback Pings

TrackBack URL for this entry:
http://www.chenqi.org/mt/mt-tb.cgi/55

Comments

Post a comment




Remember Me?