Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-09-2004, 09:52 AM
|
#1
|
Member
Registered: Jul 2003
Location: Au
Distribution: SLES8, centOS 3.5 & 4 servers, xandros desktops
Posts: 95
Rep:
|
"port already in use" error. How do I?
Hi Forum,
When I try to start my Lotus Notes server, the screen print reports two port conflicts
"Port =6400 errno=98 Address already in use"
and
"TCP/IP port nr 25 is already in use on this system"
I'm on SuSE 8.2.
How can I see which applications are using these ports and reconfigure them to use other ports. I'm running SuSE 8.2.
Thanks
|
|
|
10-09-2004, 10:06 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
port 25 is SMTP... you already have sendmail or another smtp server running...
|
|
|
10-09-2004, 10:23 AM
|
#3
|
Member
Registered: Jul 2003
Location: Au
Distribution: SLES8, centOS 3.5 & 4 servers, xandros desktops
Posts: 95
Original Poster
Rep:
|
So far as I can see, I haven't installed any of the mail applications that SuSE packages. In fact the Suse install is very basic with no network options selected at all. But it does look like you're right. How can I see what applications are using these ports (and kill them!)
|
|
|
10-09-2004, 10:45 AM
|
#4
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
"ps ax" will probably list sendmail, qmail, postifx or ssmtp. Don't kill it though... stop the service nicely! "/etc/rc3.d/sendmail stop" for example. i presume YaSt can also stop services very well, but i've never used it...
|
|
|
10-09-2004, 10:49 AM
|
#5
|
Senior Member
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032
Rep:
|
Try lsof. lsof means "list open files" - everything in Unix is a file, even network connections. lsof -i or netstat -pla --tcp will show what's listening.
Håkan
|
|
|
All times are GMT -5. The time now is 11:34 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|