hillloha.blogg.se

Could not bind to listening port toontown offline
Could not bind to listening port toontown offline













could not bind to listening port toontown offline

The normal boot process for apache2 is not working right.

could not bind to listening port toontown offline

You would think a reboot would fix it, but it doesn't because apache2 starts on boot and hangs. Time to stop apache2: /usr/sbin/apache2ctl stopĪ big clue! You try to stop apache2 and it lost the process id! So Ubuntu can't stop apache2 because it doesn't know where it is! So Ubuntu seems to be having trouble managing apache2 on bootup. What confuses me is that service reports that apache2 is NOT running: sudo service apache2 statusĪnd when you query apache2ctl for its status, it hangs. Yes, in this case apache2 is running, I was trying to start apache2 a second time on the same port. That means apache2 is preventing apache2 from starting. etc/apache2/nf:# Include list of ports to listen on and which to use for name based vhosts etc/apache2/nf:# supposed to determine listening ports for incoming connections, and which The Apache error log may have more information.Īddress already in Use? What could be using it? Check it out: grep -ri listen /etc/apache2

could not bind to listening port toontown offline

No listening sockets available, shutting down (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 Here's the error I got: sudo service apache2 start Here is my walkthrough to where the bugs might be in the software.

#Could not bind to listening port toontown offline install#

I got this error on a fresh install when starting apache2 Ubuntu 12.10.















Could not bind to listening port toontown offline