LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   my website appears under construction (https://www.linuxquestions.org/questions/linux-newbie-8/my-website-appears-under-construction-413415/)

nasim2 02-09-2006 07:48 AM

my website appears under construction
 
apache server httpd-2.0.51-2.9 on FC2
hangs on, and my website appears under construction
i checked the log files, and when i restart the network interfaces the website works for few minutes then under construction appears again

tail -f /var/log/messages


Feb 9 15:31:00 pleiad smbd -D[6592]: error: bind: Address already in use
Feb 9 15:31:00 pleiad smbd -D[6592]: fatal: Bind to port 65115 failed: Transport endpoint is not connected.
Feb 9 15:31:00 pleiad smbd -D[6597]: error: bind: Address already in use
Feb 9 15:31:00 pleiad smbd -D[6597]: fatal: Bind to port 65115 failed: Transport endpoint is not connected.
Feb 9 15:36:49 pleiad smbd -D[6645]: error: bind: Address already in use
Feb 9 15:36:49 pleiad smbd -D[6645]: fatal: Bind to port 65115 failed: Transport endpoint is not connected.
Feb 9 15:36:49 pleiad smbd -D[6650]: error: bind: Address already in use
Feb 9 15:36:49 pleiad smbd -D[6650]: fatal: Bind to port 65115 failed: Transport endpoint is not connected.

Matir 02-09-2006 08:27 AM

smbd should have no impact on the apache server.

fouldsy 02-09-2006 08:31 AM

What other network services do you have running? As mentioned by Matir, the Samba daemon shouldn't affect Apache, but maybe try stopping the Samba service and see what happens.

nasim2 02-09-2006 09:16 AM

i don't thing that the samba is the problem, the daemon of samba is smb and works on ports 137:139

but here smbd and the bind to port is higher port

netstat -na | grep tcp

tcp 0 0 0.0.0.0:65115 0.0.0.0:* LISTEN

i saw this port in the log files, i thing the service running on this port makes the problem, but how to know what is this service

Matir 02-09-2006 04:49 PM

Add the -p flag to nestat.


All times are GMT -5. The time now is 06:02 PM.