- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Samba dont work
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
04-19-2002 02:07 AM
04-19-2002 02:07 AM
Samba dont work
If i will make a connection to my share, i become the message "the network path was not fount"
Server can ping to client and client can ping to server.
I have RedHat 7.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 02:12 AM
04-19-2002 02:12 AM
Re: Samba dont work
check whether smbd and nmbd are running .
ps -ef | grep smbd
ps -ef | grep nmbd
try restarting samba service
service samba restart
try gain accessing the share.
From the windows client try to ping to samba server using samba server's netbeui name (UNC)
also try this,
c:\>nbtstat -a "server's ip"
please attach the output of the above command
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 02:36 AM
04-19-2002 02:36 AM
Re: Samba dont work
i have attached the message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 03:07 AM
04-19-2002 03:07 AM
Re: Samba dont work
your samba server is not answering netbeui name
queries. are you sure nmbd is running ?
give this command
#nmbd
any errors ?.
#ps -ef | grep nmbd
running ?.
have you set the server name properly in smb.conf?.
also try accessing the share from a windows 98 machine and get back with results.
can please you attach the smb.conf file ?.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 03:46 AM
04-19-2002 03:46 AM
Re: Samba dont work
here can you see my smb.conf
attached:smb.conf.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 04:03 AM
04-19-2002 04:03 AM
Re: Samba dont work
i think the problem is solved . you have not removed the comment before netbios name .
; netbios name = apprentice
remove ;
then restart the samba service
then give command "ping apprentice" from windows machine.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 04:16 AM
04-19-2002 04:16 AM
Re: Samba dont work
encrypt passwords = no
netbios name = swizhapp-01
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 04:23 AM
04-19-2002 04:23 AM
Re: Samba dont work
what is the result after restarting the service after this configuration change ?.
i would recommend to kill nmbd once and restart the samba service using
service samba restart.
please get back with results. if nmbd is running with netbios name = parameter enabled
you will be able to get name of the server
using the nbtstat command which i have previously mentioned.
regards,
U.SivaKumar