Bug 98580 - a dbus rc script does not support a dynamic /var, specifically the creation of the /var/run/dbus directory.
Summary: a dbus rc script does not support a dynamic /var, specifically the creati...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-06 08:30 UTC by srwadleigh
Modified: 2006-06-10 20:06 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.20 KB, patch)
2006-06-06 08:30 UTC, srwadleigh
no flags Details | Diff

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