ports?

Locked
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

ports?

Post by corpse »

When I log on to one of my accounts I get this message

ListenOnPort(),bind()failed



XP Home. sp3, AVG, defender.

I know its not much to go on, but if someone could help. I have googled it but didnt get the results I expected or understood.
Tormentius
Posts: 4108
Joined: Sat Dec 14, 2002 8:00 am

Re: ports?

Post by Tormentius »

Accounts for what? More info is needed to help you out.
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Re: ports?

Post by corpse »

Sorry, just a plain user account with admin priviledges. The computer has 3 or 4 user accounts, all admin. Nothing special abouit any of them.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: ports?

Post by ^misantropia^ »

Some application is trying to bind to a privileged port (port no <= 1024, I think it's the same on Windows). Now the question is: which application?
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: ports?

Post by ^misantropia^ »

Either that, or it is trying to bind to a port that is already in use. `netstat` is your friend here.
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Re: ports?

Post by corpse »

OK, I googled netstat and found some stuff like -a and -r

-a displays all connections and listening ports

and -r displays router table

I have a router with several other computers.

Am I best here to run the -a and I'm guessing it will show all computers and ports etc.

Then I can figure out where the conflict is?
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: ports?

Post by ^misantropia^ »

Yep, you will want to know what applications are listening on what ports, so do `netstat -a -b`.

Though you still need to know what application is producing the error message from your original post.
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Re: ports?

Post by corpse »

Thank you, I will give this a try.
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Re: ports?

Post by corpse »

Not sure if this is related, but when I first started getting this message, I was also getting an error 403 [forbidden] when trying to open Internet explorer....home page msn.com

I didnt put this in at first because this has gone away on its own.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: ports?

Post by ^misantropia^ »

You're not running some kind of proxy, are you?
axbaby
Posts: 3424
Joined: Wed Dec 22, 1999 8:00 am

Re: ports?

Post by axbaby »

firewall problem?
have you recently un-installed a firewall ,if so it may still be causing havoc.
[color=#FF0000][WYD][/color]
corpse
Posts: 678
Joined: Sun Jan 12, 2003 8:00 am

Re: ports?

Post by corpse »

Thanks for the replies. Not sure what it was. All I ended up doing was msconfig and disabled everything except antivirus. That worked
Locked