On Thu, 21 Sep 2006 10:58:48 +1000 (EST), Voytek Eymont uttered
> hmmmm, I think maybe this is the one:
> 
> # grep crit 21-error.log
> [Thu Sep 21 07:52:10 2006] [crit] (98)Address already in use: make_sock:
> could not bind to port 443
> [Thu Sep 21 07:52:44 2006] [crit] (98)Address already in use: make_sock:
> could not bind to port 443
> [Thu Sep 21 07:54:26 2006] [crit] (98)Address already in use: make_sock:
> could not bind to port 443
> 
> that's probably it..?
> 
> how to overcome it ?
> 
Use either lsof, fuser or netstat to find with process ID is bound to
port 443, and wield kill.

Cheers,
-- 
                                        Steve
"...In the UNIX world, people tend to interpret `non-technical user'
 as meaning someone who's only ever written one device driver." -- Daniel Pead
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to