I have approx 22 client sites setup on Ubuntu servers.
While we are waiting for the Packages to be updated.
add :
# Set the correct 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
I add this behind :
# 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
<<Charley>>
Asif wrote:
> We are experiencing the same issue as well.
>
> Currently we are doing the following manually.
>
> ~$ sudo mkdir /var/run/hobbit
> ~$ sudo pkill -u hobbit
> ~$ sudo /etc/init.d/hobbit-client start
> * Starting Hobbit Client hobbitclient
> ...done.
>
> We could add the change that ourself, but would be nice if the package
> gets fixed in the repo.
>
>
I have approx 22 client sites setup on Ubuntu servers.
While we are waiting for the Packages to be updated.
add :
# Set the correct rights hobbit/ client/ tmp
if [ -d /var/lib/hobbit/tmp ]; then
chown -R hobbit.hobbit /var/lib/hobbit/tmp
chown -R hobbit.hobbit /usr/lib/
fi
I add this behind :
# 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
<<Charley>>
Asif wrote: d/hobbit- client start
> We are experiencing the same issue as well.
>
> Currently we are doing the following manually.
>
> ~$ sudo mkdir /var/run/hobbit
> ~$ sudo pkill -u hobbit
> ~$ sudo /etc/init.
> * Starting Hobbit Client hobbitclient
> ...done.
>
> We could add the change that ourself, but would be nice if the package
> gets fixed in the repo.
>
>