Yes that is from command line , i am simply typing foobar then CR , nothing special just the enter button here is the relevant part from squid.conf
auth_param negotiate program /usr/lib/squid/squid_kerb_auth auth_param negotiate children 20 auth_param negotiate keep_alive on external_acl_type unix_group ttl=28800 children=20 %LOGIN /usr/lib/squid/squid_unix_group -p -s acl free_access external unix_group it telemanagers developers squid marketing acl netconf external unix_it acl gmail_access proxy_auth group [EMAIL PROTECTED] acl our_networks src 10.0.0.128/25 acl gmail dstdom_regex gmail mail\.google www.google http_access allow our_networks gmail gmail_access http_access deny our_networks switchport !netconf http_access deny our_networks !allowed_sites !good_ips !urls !domregex !ftp_rewrite !free_access http_access allow our_networks http_access allow localhost http_access deny all --------------------------------------------------------------------------------------- allowed_sites , good_ips etc.. are personal websites in acl btw, did you try duplicating the error? you can see it just by running squid_unix_group on the command line and typing anything.. Sincerly Marcelo On Mon, Mar 31, 2008 at 9:04 PM, Luigi Gangitano <[EMAIL PROTECTED]> wrote: > Marcelo, > can you please provide your squid configuration file (/etc/squid/ > squid.conf)? If you're running the squid_unix_group from the command > line as it seems from your mail, the garbage you see is simply > something you are passing to the program just after 'foobar'. > > If you are running it from squid, probably it has been invoked with > the wrong arguments. > > Regards, > > L > > -- > Luigi Gangitano -- <[EMAIL PROTECTED]> -- <[EMAIL PROTECTED]> > GPG: 1024D/924C0C26: 12F8 9C03 89D3 DB4A 9972 C24A F19B A618 924C 0C26 > > >

