Networking Forums

Networking Forums > Computer Networking > Linux Networking > Cannot bind to http port 8080

Reply
Thread Tools Display Modes

Cannot bind to http port 8080

 
 
Carter Brey
Guest
Posts: n/a

 
      12-10-2003, 03:56 AM
Hello,

Until a few days ago I was happily using Popfile, the antispam program.
It connects to http port 8080. One day-- no upgrades, no new kernel, for
no discernable reason, it stopped working, and when I attempted to
restart it, it gave me the following message:

"Couldn't start the html HTTP interface because POPFile could not bind
to the
HTTP port 8080. This could be because there is another service
using that port or because you do not have the right privileges on
your system (On Unix systems this can happen if you are not root
and the port you specified is less than 1024).

Failed to start while starting the html module at ./popfile.pl line 344."

This happens even when I try to run it as superuser. How can I diagnose
this problem? How do I find out if another service is using that port?

Many thanks in advance.

Carter

 
Reply With Quote
 
 
 
 
ynotssor
Guest
Posts: n/a

 
      12-10-2003, 05:23 AM
"Carter Brey" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)

> This happens even when I try to run it as superuser. How can I
> diagnose this problem? How do I find out if another service is using
> that port?


lsof -i :8080

or

netstat -pan | grep :8080


--
use hotmail for any email replies


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
Leon.
Guest
Posts: n/a

 
      12-10-2003, 05:25 AM

"Carter Brey" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
>
> Until a few days ago I was happily using Popfile, the antispam program.
> It connects to http port 8080. One day-- no upgrades, no new kernel, for
> no discernable reason, it stopped working, and when I attempted to
> restart it, it gave me the following message:
>
> "Couldn't start the html HTTP interface because POPFile could not bind
> to the
> HTTP port 8080. This could be because there is another service
> using that port or because you do not have the right privileges on
> your system (On Unix systems this can happen if you are not root
> and the port you specified is less than 1024).
>
> Failed to start while starting the html module at ./popfile.pl line 344."
>
> This happens even when I try to run it as superuser. How can I diagnose
> this problem? How do I find out if another service is using that port?


netstat can tell you what is listening on that port.

Perhaps it is "squid"

is squid running ? ps auxwwww | grep squid

>
> Many thanks in advance.
>
> Carter
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Bind to port 22 on 0.0.0.0 failed: Address already in use Pascal Hambourg Linux Networking 2 03-01-2010 12:00 PM
can't bind to port: 80 Permission denied Ciur Eugen Linux Networking 9 04-02-2009 12:25 PM
HTTP on port 8080 ??? Why? linuxlover992000@yahoo.com Linux Networking 9 09-12-2006 03:44 PM
Can not bind() on a specific port Rogier Mulder Linux Networking 1 10-06-2004 08:37 PM
Bind succeeds for a used port prasad Linux Networking 2 04-16-2004 04:21 AM



1 2 3 4 5 6 7 8 9 10 11