hobbit-client init script tries to write to a no-existing directory

Bug #356354 reported by phi.mic
2
Affects Status Importance Assigned to Milestone
hobbit (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: hobbit-client

The hobbit-client init-script /etc/init.d/hobbit-client tries to write to a non-existing directory /var/run/hobbit.

I get the following error messages on startup:

/etc/init.d/hobbit-client: 84: cannot create /var/run/hobbit/bbdisp-runtime.cfg: Directory nonexistent
/etc/init.d/hobbit-client: 84: cannot create /var/run/hobbit/clientlaunch-include.cfg: Directory nonexistent

I added the following two lines as workaround in /etc/init.d/hobbit-client:

if [ ! -d /var/run/hobbit ] ; then
    mkdir -p /var/run/hobbit
fi

phi.mic (michels)
summary: - hobbit-client init script try to write to an no-existing directory
+ hobbit-client init script tries to write to a no-existing directory
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.