Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Mine won't start up properly' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Mine won't start up properly
Authored by: shutch on Jun 23, '02 08:58:07AM

when the & is added it gives

Jun 23 13:46:20 localhost sendmail[300]: NOQUEUE: SYSERR(root): fill_fd: before readcf: fd 2 not open: Bad file descriptor
Jun 23 13:46:20 localhost sendmail[300]: NOQUEUE: 0: fl=0x2, mode=20666: CHR: dev=2/1035380, ino=34721668, nlink=1, u/gid=0/0, size=0
Jun 23 13:46:20 localhost sendmail[300]: NOQUEUE: 1: fl=0x1, mode=20666: CHR: dev=2/1035380, ino=34721668, nlink=1, u/gid=0/0, size=0
Jun 23 13:46:20 localhost sendmail[300]: NOQUEUE: 3: fl=0x2, mode=140000: SOCK [0]->[[UNIX: /var/run/syslog]]
Jun 23 13:46:20 localhost sendmail[299]: NOQUEUE: SYSERR(root): fill_fd: before readcf: fd 2 not open: Bad file descriptor
Jun 23 13:46:20 localhost sendmail[299]: NOQUEUE: 0: fl=0x2, mode=20666: CHR: dev=2/1035380, ino=34721668, nlink=1, u/gid=0/0, size=0
Jun 23 13:46:20 localhost sendmail[299]: NOQUEUE: 1: fl=0x1, mode=20666: CHR: dev=2/1035380, ino=34721668, nlink=1, u/gid=0/0, size=0
Jun 23 13:46:20 localhost sendmail[299]: NOQUEUE: 3: fl=0x2, mode=140000: SOCK [0]->[[UNIX: /var/run/syslog]]
Jun 23 13:46:20 localhost sendmail[299]: gethostbyaddr(10.0.1.2) failed: 1
Jun 23 13:46:21 localhost sendmail[299]: gethostbyaddr(10.64.64.64) failed: 1


Something about the queue's I guess, but don't know what, so living with the delayed startup until I or someone else can work it out



[ Reply to This | # ]
Reverse DNS problem ?
Authored by: nekura on Jun 24, '02 10:05:28AM

While working on a x86 FreeBSD server, I noticed that sendmail startup was surprisingly long. It turned out that sendmail was by default trying to find the network name for each of the IP adresses of the machine.

If no DNS reverse information was available, it seemed that sendmail had some kind of timeout, waiting for a DNS reply. This gives the log lines shown in the previous comment :

Jun 23 13:46:20 localhost sendmail[299]: gethostbyaddr(10.0.1.2) failed: 1
Jun 23 13:46:21 localhost sendmail[299]: gethostbyaddr(10.64.64.64) failed: 1

On the x86 box, I solved the problem by adding a few lines in the DNS to allow reverse name resolution on my IP addresses.
However, I don't know if the booting delay of sendmail on OS X has the same origin, and if it can be treated in the same way...



[ Reply to This | # ]