Public bug reported:

Binary package hint: kannel

The /etc/init.d/kannel script tries to put files inside /var/run/kannel.
That directory doesn't exist and gets erased every time.

I suggest adding something sort of like this into the /etc/init.d/kannel
script:

# Create the PIDFILES dir if it doesn't exist.
test ! -d $PIDFILES && mkdir $PIDFILES && chown kannel $PIDFILES

This is how I have fixed the problem on my boxes, anyway.

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

-- 
/etc/init.d/kannel depends on nonexistant /var/run/kannel directory
https://bugs.launchpad.net/bugs/187356
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to