Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 1998 12:22:02 -0600 (CST)
From:      "Jasper O'Malley" <jooji@webnology.com>
To:        Clarence Griffin <Clarence_Griffin@ed.gov>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Re[2]: ?? " bind: Address already in use"
Message-ID:  <Pine.LNX.4.02.9811201212410.2788-100000@mercury.webnology.com>
In-Reply-To: <002B3383.003144@ed.gov>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 20 Nov 1998, Clarence Griffin wrote:

>      Yes i did reboot.  The process I try to start never gets started 

My bad. I just realized 226 was the process number of the daemon that you
were attempting to start, and not one already started :P Sorry.

>      And when I do a 'ps' I do not see any lpd process runnning

What options to ps did you use? Try ps ax if you haven't already.

>      is there a command i can use to see the 'bind' that is in control?

bind() is a system call that binds a network socket to a port. Try
executing netstat -anfinet and checking out if there's a process
listening on port 515. It won't tell you what that process is, but it'll
tell you whether something is, in fact, using that port.

Cheers,
Mick

The Reverend Jasper P. O'Malley          dotdot:jooji@webnology.com
    Systems Administrator                  ringring:asktheadmiral
	Webnology, LLC               woowoo:http://www.webnology.com/~jooji


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.02.9811201212410.2788-100000>