Bug 98580

Summary: a dbus rc script does not support a dynamic /var, specifically the creation of the /var/run/dbus directory.
Product: Ports & Packages Reporter: srwadleigh <srw>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me CC: srw
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description srwadleigh 2006-06-06 08:30:26 UTC
	dbus rc script does not support a dynamic /var, specifically the creation of the /var/run/dbus directory.
	This results in dbus not starting if either /var or /var/run is mounted from an mfs volume where /var/run/dbus 
	created during port install is no longer present.

Fix: I altered the rc script to create and delete the /var/run/dbus directory on start and stop commands.
How-To-Repeat: 	/var/run/dbus directory is not recreated in the presence of a dynamic /var or /var/run, in my case when mounting 
	/var from mfs.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-06 08:53:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2006-06-10 20:06:28 UTC
State Changed
From-To: open->closed

Fixed in a slightly different way in dbus-0.61_4.