Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 154346

Summary: net-irc/ircservices-5.0.59 init.d script not working
Product: Gentoo Linux Reporter: Conrad Kostecki <conikost>
Component: New packagesAssignee: Packages in net-irc <net-irc>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description Conrad Kostecki gentoo-dev 2006-11-07 04:30:11 UTC
Hello!
The init.d script of net-irc/ircservices-5.0.59 is not working.
But its easy to fix.

Just change --chuid ircservices to --user ircservices --group ircservices!

See here: http://forums.gentoo.org/viewtopic-t-514232-highlight-.html
Comment 1 Sven Wegener gentoo-dev 2006-11-07 14:13:50 UTC
No, --chuid is correct, as we do not want to run ircservices as root. It was a bug in the ebuild, resulting in bad permission. Make sure your permissions are:

drwxr-x--- 2 root        ircservices    48 Nov  7 21:59 /etc/ircservices
-rw-r----- 1 root        ircservices 37058 Nov  7 21:59 /etc/ircservices/ircservices.conf
-rw-r----- 1 root        ircservices 57677 Nov  7 21:59 /etc/ircservices/modules.conf
drwxr-x--- 2 ircservices ircservices    94 Nov  7 21:59 /var/lib/ircservices
Comment 2 Sven Wegener gentoo-dev 2006-11-07 14:19:16 UTC
.