Re: [gentoo-user] Socks-ifying an application

2012-05-16 Thread Mick
On 15 May 2012 23:19, Mick michaelkintz...@gmail.com wrote: On Tuesday 15 May 2012 22:08:17 you wrote: I don't see anything wrong with the rest of your config. I honestly think you are dealing with a chromium feature not a chromium bug. Have you searched chromium-specific sites to see what

[gentoo-user] Socks-ifying an application

2012-05-15 Thread Mick
I am not sure what I am doing wrong, but I can't seem to be able to get tsocks, or proxychains working. I set up a socks server virtue of ssh dynamic port forwarding: $ ssh -D localhost:12465 root@10.10.10.12 Then I run: $ . tsocks on $ tsocks sh LD_PRELOAD=/lib/libtsocks.so $ tsocks firefox

Re: [gentoo-user] Socks-ifying an application

2012-05-15 Thread Alan McKinnon
On Tue, 15 May 2012 10:50:43 +0100 Mick michaelkintz...@gmail.com wrote: I am not sure what I am doing wrong, but I can't seem to be able to get tsocks, or proxychains working. I set up a socks server virtue of ssh dynamic port forwarding: $ ssh -D localhost:12465 root@10.10.10.12 This

Re: [gentoo-user] Socks-ifying an application

2012-05-15 Thread Mick
On 15 May 2012 15:45, Alan McKinnon alan.mckin...@gmail.com wrote: On Tue, 15 May 2012 10:50:43 +0100 Mick michaelkintz...@gmail.com wrote: $ ssh -D localhost:12465 root@10.10.10.12 This part is fine. I tried the next part. It didn't work nicely for me. Ah, thanks for this! It's

Re: [gentoo-user] Socks-ifying an application

2012-05-15 Thread Alan McKinnon
On Tue, 15 May 2012 16:57:26 +0100 Mick michaelkintz...@gmail.com wrote: On 15 May 2012 15:45, Alan McKinnon alan.mckin...@gmail.com wrote: On Tue, 15 May 2012 10:50:43 +0100 Mick michaelkintz...@gmail.com wrote: $ ssh -D localhost:12465 root@10.10.10.12 This part is fine. I

Re: [gentoo-user] Socks-ifying an application

2012-05-15 Thread Mick
On Tuesday 15 May 2012 22:08:17 you wrote: On Tue, 15 May 2012 16:57:26 +0100 Mick michaelkintz...@gmail.com wrote: I am not sure if the problem is related to the tsocks LD_PRELOAD error. It almost certainly is, tsocks uses LD_PRELOAD to mangle it's magic so that stuff works. I believe