Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2010 11:12:49 -0400
From:      Tim Kellers <kellers@njit.edu>
To:        Matthew Seaman <m.seaman@infracaninophile.co.uk>
Cc:        Tim Kellers <timothyk@wallnet.com>, "questions@freebsd.org" <questions@freebsd.org>, kellers@njit.edu
Subject:   Re: can't ping localhost
Message-ID:  <4C6D49F1.5040909@njit.edu>
In-Reply-To: <4C6D479E.9010706@infracaninophile.co.uk>
References:  <4C6D3E04.5060009@wallnet.com> <4C6D479E.9010706@infracaninophile.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On 08/19/10 11:02, Matthew Seaman wrote:
> On 19/08/2010 15:21, Tim Kellers wrote:
>    
>> I'm eagerly open to suggestions.
>>
>>      
> What does 'ifconfig lo0' say?
>
> What does 'sockstat | grep :25' say?
>
> What does 'ls -la /usr/libexec/sendmail/' say?
>
> What does 'mount | grep /usr' say?
>
> It sounds as if either:
>
>     * Your loopback interface has lost address 127.0.0.1
>
> or:
>
>     * Some process other than a live sendmail instance has bound to port
>       25 on the loopback.
>
> or:
>
>     * sendmail has somehow lost its setgid-ness
>
> 	Cheers,
>
> 	Matthew
>
>    
# ifconfig lo0
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
         inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
         inet6 ::1 prefixlen 128

(lo0 looks unconfigured to me)

# sockstat | grep :25
root     sendmail   7371  3  tcp4   *:25                  *:*
root     sendmail   7371  5  tcp6   *:25                  *:*

(that looks fine to me)

# ls -la /usr/libexec/sendmail/
total 676
drwxr-xr-x  2 root  wheel     512 Mar 30 21:03 .
drwxr-xr-x  5 root  wheel    1536 Mar 30 21:03 ..
-r-xr-sr-x  1 root  smmsp  669788 Mar 30 21:03 sendmail

(looks OK to me, too)

# mount | grep /usr
/dev/aacd0s1f on /usr (ufs, local, soft-updates)

(Looks normal to me, too)

Thanks

Tim Kellers





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C6D49F1.5040909>