Topic: chillispot won't start at boot

chillispot won't start at boot if I specify uamallowed to domain name like
uamallowed google.com
the error message is invalid uamallowed domain or address,
but the problem is intermittent some times it works and sometimes it doesn't work
but if I specify with an IP instead like:
uamallowed 192.168.182.1
It works fine.

does anyone have the same problem?

Re: chillispot won't start at boot

dmkhn wrote:

I wrote script

#!/bin/bash
if pgrep chilli
then echo "Checking for Chilli runing is OK" >> /var/log/syslog
else /etc/init.d/chillispot start
fi

and add it to cron to run with 5 minut interval

Thanks for your solution dmkhn, I think this might work.. I'll test this out right now..