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
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to