*** This bug is a duplicate of bug 249447 ***
https://bugs.launchpad.net/bugs/249447
** This bug has been marked a duplicate of bug 249447
roxen4 misses /var/run/roxen4
--
roxen4 package from dapper doesn't create /var/run/roxen4
https://bugs.launchpad.net/bugs/106873
You received this bu
I fixed this by adding the following near the head of my
/etc/init.d/roxen script.
if [ ! -d /var/run/roxen4 ] ; then
mkdir /var/run/roxen4
chown www-data: /var/run/roxen4
fi
... although it may be better added to roxenloader.pike perhaps (that is
where other diirectories are created)
--
ro