PDA

View Full Version : Very Strange Happenings


linux-head
20th May 2009, 22:27
Hi All

Ive just installed ISPC3 in a Centos5.3 Virgin install - all appeared to go well, with no errors, but Im now getting the following

error:
One or more needed Services are offline [More...]
Web-Server: Offline
FTP-Server: Offline
SMTP-Server: Offline
POP3-Server: Offline
IMAP-Server: Offline
myDNS-Server: Offline
mySQL-Server: Offline

All the services are started and websites do appear to be being served, Im not able to send / receive any email tho

Any thoughts

Ta

till
20th May 2009, 22:28
Most likely you dont have a line for localhost in the /etc/hosts file that points to the IP 127.0.0.1.

Post the output of:

netstat -tap

linux-head
20th May 2009, 22:39
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:sanity *:* LISTEN 2157/rpc.statd
tcp 0 0 localhost.localdomain:10024 *:* LISTEN 2687/amavisd (maste
tcp 0 0 localhost.localdomain:10025 *:* LISTEN 2775/master
tcp 0 0 *:mysql *:* LISTEN 2593/mysqld
tcp 0 0 localhost.local:dyna-access *:* LISTEN 2497/clamd
tcp 0 0 localhost.localdomain:783 *:* LISTEN 2643/spamd.pid
tcp 0 0 *:sunrpc *:* LISTEN 2116/portmap
tcp 0 0 *:ftp *:* LISTEN 2862/pure-ftpd (SER
tcp 0 0 b26ws-acer1.home.sit:domain *:* LISTEN 2623/mydns
tcp 0 0 localhost.localdomai:domain *:* LISTEN 2623/mydns
tcp 0 0 localhost.localdomain:ipp *:* LISTEN 2460/cupsd
tcp 0 0 *:smtp *:* LISTEN 2775/master
tcp 0 0 localhost.localdomain:smtp localhost.localdomain:41732 ESTABLISHED -
tcp 0 0 b26ws-acer1.home.site:smtp n61d.bullet.mail.sp1.:42379 ESTABLISHED -
tcp 0 0 b26ws-acer1.home.site:smtp n50d.bullet.mail.sp1.:34630 ESTABLISHED -
tcp 0 0 *:imaps *:* LISTEN 2705/couriertcpd
tcp 0 0 *:pop3s *:* LISTEN 2717/couriertcpd
tcp 0 0 *:pop3 *:* LISTEN 2711/couriertcpd
tcp 0 0 *:imap *:* LISTEN 2698/couriertcpd
tcp 0 0 *:webcache *:* LISTEN 2845/httpd
tcp 0 0 *:http *:* LISTEN 2845/httpd
tcp 0 0 *:ftp *:* LISTEN 2862/pure-ftpd (SER
tcp 0 0 localhost6.localdoma:domain *:* LISTEN 2623/mydns
tcp 0 0 *:ssh *:* LISTEN 2444/sshd
tcp 0 0 *:https *:* LISTEN 2845/httpd
tcp 0 148 b26ws-acer1.home.site:ssh ::ffff:10.168.10.201:54497 ESTABLISHED 2640/0
tcp 0 0 localhost.localdomain:41732 localhost.localdomain:smtp ESTABLISHED 2810/n4KJ16It019845

linux-head
20th May 2009, 22:44
/etc/hosts

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
aaa.bbb.ccc.ddd myservername myservername.mydomain

falko
21st May 2009, 20:41
Looks ok. Is SELinux disabled?