- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can't get swat to run to configure samba
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
02-22-2002 06:50 AM
02-22-2002 06:50 AM
swat/tcp: Unknown service
(it is listing all the other services,like ftp/tcp,added service server /usr/lbin/ftpd). Is this what is causing my problem? my server does not hook up to the outside at all. Do I need to enable something else? I'd appreciate a shove in the right direction. Thanks!
Mark
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:02 AM
02-22-2002 07:02 AM
Re: can't get swat to run to configure samba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:05 AM
02-22-2002 07:05 AM
Re: can't get swat to run to configure samba
netbios-ssn stream tcp nowait root /opt/samba/bin/smbd smbd
netbios-ns dgram udp wait root /opt/samba/bin/nmbd nmbd
swat stream tcp nowait.400 root /opt/samba/bin/swat swat
Your /etc/services .. ?
netbios_ns 137/tcp # NetBIOS Name Service
netbios_ns 137/udp #
netbios_dgm 138/tcp # NetBIOS Datagram Service
netbios_dgm 138/udp #
netbios_ssn 139/tcp # NetBIOS Session Service
netbios_ssn 139/udp #
swat 901/tcp # SAMBA Web-based Admin Tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:05 AM
02-22-2002 07:05 AM
Re: can't get swat to run to configure samba
I don't have a services line in /etc/nsswtich.conf. it reads:
hosts: nis [NOTFOUND=return UNAVAIL=continue] files [NOTFOUND=return UNAVAIL=continue]
passwd: files [NOTFOUND=return UNAVAIL=continue]
group: files [NOTFOUND=return UNAVAIL=continue]
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:07 AM
02-22-2002 07:07 AM
Re: can't get swat to run to configure samba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:07 AM
02-22-2002 07:07 AM
Re: can't get swat to run to configure samba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:10 AM
02-22-2002 07:10 AM
Re: can't get swat to run to configure samba
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:22 AM
02-22-2002 07:22 AM
Re: can't get swat to run to configure samba
actually when samba installs, it'll remove these in /etc/services..
netbios_ns 137/tcp # NetBIOS Name Service
netbios_ns 137/udp #
netbios_dgm 138/tcp # NetBIOS Datagram Service
netbios_dgm 138/udp #
netbios_ssn 139/tcp # NetBIOS Session Service
netbios_ssn 139/udp #
and added this these entry ..
netbios-ns 137/udp # for nmbd
netbios-ssn 139/tcp # for smbd
instead.
That way it is consistent with the "samba netbios" entries found in /etc/inetd.conf. I believe all these are added during install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:27 AM
02-22-2002 07:27 AM
Re: can't get swat to run to configure samba
Are you using NIS?
# ypwhich
# ypcat -k services |grep swat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:29 AM
02-22-2002 07:29 AM
Re: can't get swat to run to configure samba
# netstat -an | grep 901
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:30 AM
02-22-2002 07:30 AM
Re: can't get swat to run to configure samba
#ypwhich
munix
#ypcat -k services |grep swat
901/tcp swat 901/tcp #SAMBA web-based Admin Tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:31 AM
02-22-2002 07:31 AM
Re: can't get swat to run to configure samba
#netstat -an |grep 901
I just got another prompt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:41 AM
02-22-2002 07:41 AM
Re: can't get swat to run to configure samba
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 07:44 AM
02-22-2002 07:44 AM