[Bug 356354] [NEW] hobbit-client init script try to write to an no-existing directory

phi.mic michels at rz.uni-freiburg.de
Mon Apr 6 15:11:58 UTC 2009


Public bug reported:

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

** Affects: hobbit (Ubuntu)
     Importance: Undecided
         Status: New

-- 
hobbit-client init script try to write to an no-existing directory
https://bugs.launchpad.net/bugs/356354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list