Hi,
if you followed the instruction step by step, you disabled the daemons blocking the port 80 and the dnsmasq using the "updat-rc.d" command.
And right in front of that the stop command is issued. like:
Can you verify, that you did that section?
regards Matthias
if you followed the instruction step by step, you disabled the daemons blocking the port 80 and the dnsmasq using the "updat-rc.d" command.
And right in front of that the stop command is issued. like:
/etc/init.d/lighttpd stop
Can you verify, that you did that section?
# sudo apt-get update # sudo apt-get -y install lighttpd # sudo /etc/init.d/lighttpd stop # sudo update-rc.d lighttpd remove # sudo apt-get -y install dnsmasq # sudo /etc/init.d/dnsmasq stop # sudo update-rc.d dnsmasq remove # sudo apt-get -y install hostapd # sudo /etc/init.d/hostapd stop # sudo update-rc.d hostapd remove # sudo apt-get -y install iw # sudo rm /bin/sh # sudo ln /bin/bash /bin/sh # sudo chmod a+rw /bin/sh(without the # in front of)
regards Matthias