Re: Who is listening on port xxx?

2004-01-28 Thread pa3gcu
On Wednesday 28 January 2004 19:56, [EMAIL PROTECTED] wrote: > Hi, here's the network newbie again... > > How or Where can I find which process is listening on specific port? Suggestions have been 'fuser' and 'netstat', i would suggest 'nmap' as it shows all open ports and what they listen for.

Re: Debian libc6 upgrade

2004-01-28 Thread Ray Olszewski
At 10:27 PM 1/28/2004 +0100, Michael Scondo wrote: > > > > Hi to all, > > > > I'm running a mixed Debian Woody, with a few backports and libc6 > > > > 2.3.1-16. Now I would like to upgrade to libc6 2.3.2.ds1-10. > > > > Anything runs fine - until I try to compile a program : > The current version o

Re: boot partitions

2004-01-28 Thread caszonyi
On Thu, 29 Jan 2004, S. Barret Dolph wrote: > Are these really necessary? I never had problems without one but I only have > Linux on my box and no other users. > no usually it's better to have a separate boot partition in a multiuser environment > How about Swapfiles instead of a swap partition

Re: Debian libc6 upgrade

2004-01-28 Thread Michael Scondo
Ok, sorry for my confusion. Everything compiles good so far. Seems to me that I will have to upgrade all other librarys, which I need for compiling, too. Thanks for the help Micha - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED

Re: Who is listening on port xxx?

2004-01-28 Thread caszonyi
yOn Wed, 28 Jan 2004, [EMAIL PROTECTED] wrote: > Hi, here's the network newbie again... > > How or Where can I find which process is listening on specific port? > netstat -a -- "A mouse is a device used to point at the xterm you want to type in". Kim Alm on a.s.r. - To unsubscribe from this li

Re: Debian libc6 upgrade

2004-01-28 Thread Michael Scondo
> > > > Hi to all, > > > > I'm running a mixed Debian Woody, with a few backports and libc6 > > > > 2.3.1-16. Now I would like to upgrade to libc6 2.3.2.ds1-10. > > > > Anything runs fine - until I try to compile a program : > The current version of libc6 for woody is 2.2.5-11.5, mixed system, bec

Re: Who is listening on port xxx?

2004-01-28 Thread Ray Olszewski
At 08:17 PM 1/28/2004 +0100, Jens Sülwald wrote: Am Mi, den 28.01.2004 schrieb [EMAIL PROTECTED] um 19:56: > Hi, here's the network newbie again... > > How or Where can I find which process is listening on specific port? fuser -v -n tcp or fuser -v -n udp You might also find various options in "n

boot partitions

2004-01-28 Thread S. Barret Dolph
Are these really necessary? I never had problems without one but I only have Linux on my box and no other users. How about Swapfiles instead of a swap partition? Does this really work? Cordially, S. Barret Dolph Taipei Taiwan - To unsubscribe from this list: send the line "unsubscribe linux-newb

Re: Who is listening on port xxx?

2004-01-28 Thread Jens Sülwald
Am Mi, den 28.01.2004 schrieb [EMAIL PROTECTED] um 19:56: > Hi, here's the network newbie again... > > How or Where can I find which process is listening on specific port? fuser -v -n tcp or fuser -v -n udp -- ICQ: 56519352 | AIM: WereBones Jabber: [EMAIL PROTECTED] [EMAIL PROTECTED]

Who is listening on port xxx?

2004-01-28 Thread [EMAIL PROTECTED]
Hi, here's the network newbie again... How or Where can I find which process is listening on specific port? - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Pl

Re: Debian libc6 upgrade

2004-01-28 Thread Micha
> > > Hi to all, > > > I'm running a mixed Debian Woody, with a few backports and libc6 > > > 2.3.1-16. Now I would like to upgrade to libc6 2.3.2.ds1-10. > > > Anything runs fine - until I try to compile a program : > > Sorry I missed this the first time through. Let me ask the basic question: > w