- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba Problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 10:22 PM
09-21-2003 10:22 PM
Samba Problem
HPUX11i (Version 11.11)
Couldn´t start smbd daemon !
Teh nmbd daemon is running !
Errormessage:
[2003/09/22 09:50:16, 0] lib/util_sock.c:(804)
bind failed on port 139 socket_addr = 0.0.0.0.
Error = Address already in use
Can somebody help me !
Thanks Ren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 10:57 PM
09-21-2003 10:57 PM
Re: Samba Problem
It might be hte netbios service running on that machine.
Just do a
#lsof -i tcp:139
to find out the serice that is stopping smbd to start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 11:00 PM
09-21-2003 11:00 PM
Re: Samba Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 11:02 PM
09-21-2003 11:02 PM
Re: Samba Problem
Download and install lsof from this site,
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.67/
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 11:05 PM
09-21-2003 11:05 PM
Re: Samba Problem
you can try smbd using a different port using
#smbd -p
revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 11:12 PM
09-21-2003 11:12 PM
Re: Samba Problem
But I have a new Problem:
Errormessage:
[2003/09/22 13:10:12, 0] smbd/service.c:(597)
pc17-c803 (138.232.81.32) Can't change directory to /tmp (Permission denied)
Anybody know what´s that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 11:16 PM
09-21-2003 11:16 PM
Re: Samba Problem
1777 permissions.
ie,rwxrwxrwxt
revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 11:18 PM
09-21-2003 11:18 PM
Re: Samba Problem
that´s not the problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 11:23 PM
09-21-2003 11:23 PM
Re: Samba Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2003 03:07 PM
09-22-2003 03:07 PM
Re: Samba Problem
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2003 06:45 PM
09-22-2003 06:45 PM
Re: Samba Problem
The script starts now earlier at startup !
Now it works ! I don´t know what prozess uses the port 139 ?
Thanks for your attention
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 06:46 PM
09-23-2003 06:46 PM
Re: Samba Problem
samba service enable into /etc/rc.config.d/file
then start /sbin/init.d/
Thanx