Wong Ching Kuen Frederick wrote:
>
> has anyone tried sockify squid by the following command?
> runsocks squid -sY >> /usr/local/squid.out 2>&1 &
> seems it doesn't work. i get
>
> Ambiguous output redirect.
That is an shell error message. Try removing the redirections, or use
sh -c "runsocks squid -sY >> /usr/local/squid/logs/squid.out 2>&1"
to force bourne-shell syntax when parsing the command.
> anyway, what is the meaning of this command?
It automatically socksifies a dynamically linked applikation. Works on
most applications, but I can't tell if it works for Squid.. (Don't use
SOCKS here).
-- Henrik Nordstrom Spare time Squid hackerReceived on Mon Aug 09 1999 - 12:56:50 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:47:53 MST