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

Re: dnsmasq not workoing and port address 80 is in use

$
0
0
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:

/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

Viewing all articles
Browse latest Browse all 1863

Trending Articles