Bug 676409 - bip does not work with systemd
Summary: bip does not work with systemd
Keywords:
Status: CLOSED DUPLICATE of bug 656551
Alias: None
Product: Fedora
Classification: Fedora
Component: bip
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-09 19:01 UTC by Nicolas Mailhot
Modified: 2011-02-13 01:44 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-02-13 01:44:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Nicolas Mailhot 2011-02-09 19:01:47 UTC
Description of problem:

In fedora devel (just about to become F15alpha) :

# systemctl start bip.service
Job failed. See system logs and 'systemctl status' for details.
# systemctl status bip.service
bip.service - LSB: bip is an IRC proxy server
	  Loaded: loaded (/etc/rc.d/init.d/bip)
	  Active: failed since Wed, 09 Feb 2011 19:53:36 +0100; 6s ago
	 Process: 2605 ExecStart=/etc/rc.d/init.d/bip start (code=exited, status=1/FAILURE)
	  CGroup: name=systemd:/system/bip.service

Probably due to

# rpm -V bip
5S.T.....  c /etc/bip.conf
missing     /var/run/bip

# mount |grep run
tmpfs on /var/run type tmpfs (rw,nosuid,nodev,noexec,relatime,rootcontext=system_u:object_r:var_run_t:s0,seclabel,mode=755)
Version-Release number of selected component (if applicable):

⇒ with systemd /var/run is a tmpfs so packages that need subdirs inside need to be modified to tell systemd to create them

See also
http://fedoraproject.org/wiki/Tmpfiles.d_packaging_draft

How reproducible:
always

Additional info:
systemd-units-17-3.fc15.x86_64
systemd-gtk-17-3.fc15.x86_64
systemd-17-3.fc15.x86_64
bip-0.8.6-1.fc15.x86_64

Comment 1 Brian Lane 2011-02-13 01:44:47 UTC

*** This bug has been marked as a duplicate of bug 656551 ***


Note You need to log in before you can comment on or make changes to this bug.