Hi, John Francis Lee wrote: > j...@ws0:/usr/lib/python2.5/site-packages/Pootle$ sudo > /etc/init.d/apache2 start * Starting web server apache2 > (98)Address already in use: > make_sock: could not bind to address 0.0.0.0:80 > no listening sockets available, shutting down > Unable to open logs [fail] > > j...@ws0:/usr/lib/python2.5/site-packages/Pootle$ netstat -lnp | grep > '0.0.0.0:80' > (Not all processes could be identified, non-owned process info > will not be shown, you would have to be root to see it all.) Those kind of errors are usually fixed by 1) making sure that the server (apache... or another web-server) is not already running, or 2) waiting for the address to be freed by the kernel (usually takes a minute or 5).
-- Walter Leibbrandt http://translate.org.za/blogs/walter Software Developer +27 12 460 1095 (w) Translate.org.za Recent blogs: * Virtaal's MVCisation http://www.translate.org.za/blogs/walter/en/content/virtaals-mvcisation * Things that changed the way I code * Switching from Subversion to git ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Translate-pootle mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/translate-pootle
