> hello there: > could anyone help me regarding this error after i run this command: > "usr/local/squid/bin/squid -z" > ����� the error is: mydomain squid:getgrnam failed to find groupid for > effective group'nogroup' > but i already had an entry in my squid.conf as" cache_effective_user > nogroup > can you help me enlighten with this error.
Is nogroup listed in /etc/group? In most Linux systems, nobody is used instead of nogroup or nouser. I'd recommend creating a squid user/group, but if you really want squid to run as nobody, simply use the following entries in squid.conf: cache_effective_user nobody cache_effective_group nobody -------------------------------------- Gino LV. Ledesma Ateneo Campus Network Group Ateneo de Manila University Quezon City, Philippines _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
