Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-17 Thread Jake Vickers
[EMAIL PROTECTED] wrote: Found the problem but now need to understand why it's happening? Because this was intermittent, I didn't see it every time I looked at the system processes. This time I noticed the following; root 27992 0.0 0.1 1784 612 ?R00:23 0:00 hostname

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-17 Thread [EMAIL PROTECTED]
That's what all of my systems are. It's one of the first places I checked, /etc/hosts then this, they are all good. I have several systems that seem to lose their hostname now and then and these are the two places I always check first. I set the name's of the machines when I build them. What

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-17 Thread [EMAIL PROTECTED]
I've seen this in datacenters that assign static IPs by DHCP (assign a static to a specific MAC). Anything like that the case in your situation? Not in my case. I use DHCP to assign temporary machines IP's such as laptops and PC's for testing or for access. Everything else is static because

[qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread [EMAIL PROTECTED]
I think this happened while trying some things in another thread about trying to get DK working. Here's the problem now; authlib: up (pid 2323) 4230 seconds clamd: up (pid 2321) 4230 seconds imap4: up (pid 796) 0 seconds imap4-ssl: up (pid 801) 0 seconds pop3: up (pid 2333) 4230 seconds

[qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread [EMAIL PROTECTED]
Any thoughts folks? --- I think this happened while trying some things in another thread about trying to get DK working. Here's the problem now; authlib: up (pid 2323) 4230 seconds clamd: up (pid 2321) 4230 seconds imap4: up (pid 796) 0 seconds imap4-ssl: up (pid 801) 0 seconds pop3: up (pid

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread Jake Vickers
[EMAIL PROTECTED] wrote: In ps; Seems to be finding the FQDN alright. /usr/bin/tcpserver -v -R -H -l qm249.domain.com -x /etc/tcprules. This is obviously a problem and part of why IMAP isn't starting, right? root 4835 0.0 0.0 00 ? Z01:12 0:00 [tcpserver] defunct root 4840

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread [EMAIL PROTECTED]
Post your run file for imapd and pop3d. I posted the IMAP to the other reply. #!/bin/sh PASSPROG=/home/vpopmail/bin/vchkpw HOSTNAME=`hostname --fqdn` exec /usr/bin/softlimit -m 900 \ /usr/bin/tcpserver -v -R -c 200 0 110 \ /var/qmail/bin/qmail-popup $HOSTNAME \ $PASSPROG

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread Jake Vickers
[EMAIL PROTECTED] wrote: Post your run file for imapd and pop3d. I posted the IMAP to the other reply. #!/bin/sh PASSPROG=/home/vpopmail/bin/vchkpw HOSTNAME=`hostname --fqdn` exec /usr/bin/softlimit -m 900 \ /usr/bin/tcpserver -v -R -c 200 0 110 \ /var/qmail/bin/qmail-popup

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread [EMAIL PROTECTED]
What does your run file for imap look like? And did you adjust these files in any way? No, I've not changed anything. I was working on the DK problem and didn't have to mess with any startup scripts and such. It's the default file. I found a message about removing hostname which I tried,

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread Adam Cantwell
On 11/16/2007 02:26 PM, [EMAIL PROTECTED] wrote: Any thoughts folks? --- I think this happened while trying some things in another thread about trying to get DK working. Here's the problem now; authlib: up (pid 2323) 4230 seconds clamd: up (pid 2321) 4230 seconds imap4: up (pid 796) 0

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread [EMAIL PROTECTED]
Have you tried a reboot since then? Also, what does your hosts file look like? Yes, I have. I've rebooted several times after making adjustments here and there and so far, no luck. At this point, it's got both the hostname and the domainname information. 27.0.0.1 localhost

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread Jake Vickers
[EMAIL PROTECTED] wrote: What it's basically saying is that it doesn't know what port to use, which is normally defined in the run file - this error could also be caused by another program using the same port. Did you change the hostname at all? Is it in the hosts file? That is one of the

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread [EMAIL PROTECTED]
What it's basically saying is that it doesn't know what port to use, which is normally defined in the run file - this error could also be caused by another program using the same port. Did you change the hostname at all? Is it in the hosts file? That is one of the things I was trying various

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread Jake Vickers
[EMAIL PROTECTED] wrote: Have you tried a reboot since then? Also, what does your hosts file look like? Yes, I have. I've rebooted several times after making adjustments here and there and so far, no luck. At this point, it's got both the hostname and the domainname information.

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread Jake Vickers
[EMAIL PROTECTED] wrote: Yes, it's a typo :). On Fri, 16 Nov 2007 17:49:09 -0500, Jake Vickers wrote: [EMAIL PROTECTED] wrote: Have you tried a reboot since then? Also, what does your hosts file look like? Yes, I have. I've rebooted several times after making adjustments here

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread [EMAIL PROTECTED]
Yes, I even tried this and it didn't work. On Fri, 16 Nov 2007 18:22:06 -0500, Jake Vickers wrote: [EMAIL PROTECTED] wrote: Yes, it's a typo :). On Fri, 16 Nov 2007 17:49:09 -0500, Jake Vickers wrote:[EMAIL PROTECTED] wrote: Have you tried a reboot since then? Also, what does your

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread Jake Vickers
[EMAIL PROTECTED] wrote: Yes, it's a typo :). On Fri, 16 Nov 2007 17:49:09 -0500, Jake Vickers wrote: [EMAIL PROTECTED] wrote: Have you tried a reboot since then? Also, what does your hosts file look like? Yes, I have. I've rebooted several times after making adjustments here

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread [EMAIL PROTECTED]
What does 'netstat -vl' show? I'm off to dinner, so I may not pop back in tonight. Ok, tomorrow then, thanks so much for the help! I see domain in there??? Is that the problem? #netstat -vl Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign

Re: [qmailtoaster] [tcpserver] defunct - IMAP/POP not starting

2007-11-16 Thread [EMAIL PROTECTED]
Found the problem but now need to understand why it's happening? Because this was intermittent, I didn't see it every time I looked at the system processes. This time I noticed the following; root 27992 0.0 0.1 1784 612 ?R00:23 0:00 hostname --fqdn So, of course, I tried;