Hello,
Yes I did try the sed command you listed, but nothing changed. Typing 'systemctl status piratebox'
yields:
Dec 31 17:00:09 alarmpi piratebox_alt[117]: Starting hostap...
Dec 31 17:00:09 alarmpi piratebox_alt[117]: 0
Dec 31 17:00:09 alarmpi piratebox_alt[117]: Setting up wlan
Dec 31 17:00:10 alarmpi piratebox_alt[117]: Bringing up wifi interface wlan0
Dec 31 17:00:10 alarmpi piratebox_alt[117]: wlan0: ERROR while getting interface flags: No such device
Dec 31 17:00:10 alarmpi systemd[1]: piratebox.service: control process exited, code=exited status=255
Dec 31 17:00:10 alarmpi piratebox_alt[117]: ..failed
Dec 31 17:00:10 alarmpi piratebox_alt[117]: failed setting up Interface
Dec 31 17:00:10 alarmpi systemd[1]: Failed to start PirateBox Service.
Dec 31 17:00:10 alarmpi systemd[1]: Unit piratebox.service entered failed state.
and the contents of my piratebox.conf file are:
PIRATEBOX_FOLDER="/opt/piratebox"
WWW_FOLDER="/opt/piratebox/www"
#Do not change untill really needed.
PIRATEBOX_PYTHONPATH="$PIRATEBOX_FOLDER/python_lib"
#Datafolder , where is you usb-stick // drive mounted
SHARE_FOLDER="$PIRATEBOX_FOLDER/share"
#Upload Folder
# Change this if you want to user uploaded data in a subfolder
# Make sure the folder exists
# UPLOADFOLDER="$SHARE_FOLDER/Upload"
UPLOADFOLDER="$SHARE_FOLDER/Shared"
#----------------- Startup Configuration -------------------#
# Which Steps has to be done
#Do network config
DO_IFCONFIG="yes"
#Do IW config - setting up a wlan0 interface with iw
Regards
Peter
Yes I did try the sed command you listed, but nothing changed. Typing 'systemctl status piratebox'
yields:
Dec 31 17:00:09 alarmpi piratebox_alt[117]: Starting hostap...
Dec 31 17:00:09 alarmpi piratebox_alt[117]: 0
Dec 31 17:00:09 alarmpi piratebox_alt[117]: Setting up wlan
Dec 31 17:00:10 alarmpi piratebox_alt[117]: Bringing up wifi interface wlan0
Dec 31 17:00:10 alarmpi piratebox_alt[117]: wlan0: ERROR while getting interface flags: No such device
Dec 31 17:00:10 alarmpi systemd[1]: piratebox.service: control process exited, code=exited status=255
Dec 31 17:00:10 alarmpi piratebox_alt[117]: ..failed
Dec 31 17:00:10 alarmpi piratebox_alt[117]: failed setting up Interface
Dec 31 17:00:10 alarmpi systemd[1]: Failed to start PirateBox Service.
Dec 31 17:00:10 alarmpi systemd[1]: Unit piratebox.service entered failed state.
and the contents of my piratebox.conf file are:
PIRATEBOX_FOLDER="/opt/piratebox"
WWW_FOLDER="/opt/piratebox/www"
#Do not change untill really needed.
PIRATEBOX_PYTHONPATH="$PIRATEBOX_FOLDER/python_lib"
#Datafolder , where is you usb-stick // drive mounted
SHARE_FOLDER="$PIRATEBOX_FOLDER/share"
#Upload Folder
# Change this if you want to user uploaded data in a subfolder
# Make sure the folder exists
# UPLOADFOLDER="$SHARE_FOLDER/Upload"
UPLOADFOLDER="$SHARE_FOLDER/Shared"
#----------------- Startup Configuration -------------------#
# Which Steps has to be done
#Do network config
DO_IFCONFIG="yes"
#Do IW config - setting up a wlan0 interface with iw
Regards
Peter