« Question: Does this exist? | Main | Cool Toy, Eye Candy - some Synergy for you! »

Note to self (fbsd related) - inetd:

YOU NEED TO ENABLE INETD (inetd_enable="YES" in /etc/rc.conf) in order for any of the services located and configured therein to work... Dohhh... I have been dinking around with a new amanda installation on a server and couldn't figure out why the amanda service (incoming port 10080) wouldn't work. Well, after noticing that running netstat -a didn't reveal any running amanda service, I checked on the latest status of inetd (I had a gut feeling something was different in 5.0 RELEASE) and lo' and behold, you need to enable inetd... Make sense from a security standpoint, but I had gotten so used to it being enabled by default (can you feel me whining?)...

Comments (3)

Rick:

Hi,
I have followed ur howto exactly as mentioned but.. i am unable to start qmail.

As shown below is my /var/qmail/rc file

#!/bin/sh
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start ./Maildir/ /usr/local/bin/multilog t /var/log/qmail qmaill


also.. how do i start my tcpserver and stuff.
Is there a file that will start everything?

Thanx

This is not the place you should have commented. If you have specific questions relating to the qmail installation and you are reading this posting and relating the two, you are mistaken. Please go back to the qmail howto documentation and follow the instructions. You will notice in section 1.3, the installation of daemontools is explained. If you have installed daemontools and still cannot get qmail to start (after going through the rest of the howto), then something is likely wrong with your daemontools installation. Please see DJB's daemontools website for more information on daemontools.

luke:

on freebsdbetter than netstat -a is sockstat -l4(that's a lowercase 'L'.) it's much faster than netstat -a and cleaner output.

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About

This page contains a single entry from the blog posted on March 31, 2003 10:38 PM.

The previous post in this blog was Question: Does this exist?.

The next post in this blog is Cool Toy, Eye Candy - some Synergy for you!.

Many more can be found on the main index page or by looking through the archives.

Creative Commons License
This weblog is licensed under a Creative Commons License.