Quantcast
Channel: PirateBox Forum - Raspberry Pi(rate)Box
Viewing all articles
Browse latest Browse all 1863

Re: Solving the bootup issue

$
0
0
Do the startup steps manually and call
hostapd -dd /opt/piratebox/conf/hostapd.conf
? It produces some output for me at least...

Or maybe edit
 start-stop-daemon -m -S -b -p $PIDFILE_HOSTAPN  -x /usr/sbin/hostapd --  $CONF_APN
in the piratebox_alt script to something like
 /usr/sbin/hostapd  -dd $CONF_APN >> /opt/piratebox/hostapd.log

which is dirty, but we can maybe presume that hostapd is not running when that script is called and it will eventually terminate with some error, thus not blocking the rest of the script.

Good Luck!^^

Viewing all articles
Browse latest Browse all 1863

Trending Articles