same here.  We set the following in our init.d script

--- snipp ---
test -x $DAEMON || exit 0

# Create hobbitclient PIDDIR
if [ -d /var/run -a ! -d /var/run/hobbit ]; then
        mkdir -p /var/run/hobbit
        chown hobbit.hobbit /var/run/hobbit
fi

# Set the right rights
if [ -d /var/lib/hobbit/tmp ]; then
        chown -R hobbit.hobbit /var/lib/hobbit/tmp
        chown -R hobbit.hobbit /usr/lib/hobbit/client/tmp
fi

# Include hobbitclient defaults if available
if [ -f /etc/default/hobbit-client ] ; then
        . /etc/default/hobbit-client
fi
--- snipp ---

-- 
hobbit-client fails to load config due to missing /var/run/hobbit
https://bugs.launchpad.net/bugs/235137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to