Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154346 - net-irc/ircservices-5.0.59 init.d script not working
Summary: net-irc/ircservices-5.0.59 init.d script not working
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-07 04:30 UTC by Conrad Kostecki
Modified: 2006-11-07 14:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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
.