- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- samba doesnt 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
06-01-2002 11:37 AM
06-01-2002 11:37 AM
tiny:~# ps aux | grep smbd
root 13577 0.0 0.8 2792 1272 ? S 14:29 0:00 /usr/sbin/smbd -D
root 13610 0.0 0.2 1108 392 pts/0 S 14:47 0:00 grep smbd
tiny:~#
and the netbios server is running as well:
tiny:~# ps aux | grep nmbd
root 13575 0.0 0.7 2224 1200 ? S 14:29 0:00 /usr/sbin/nmbd -D
root 13580 0.0 0.6 2164 948 ? S 14:29 0:00 /usr/sbin/nmbd -D
root 13612 0.0 0.2 1108 392 pts/0 S 14:48 0:00 grep nmbd
tiny:~#
and the nbtstat shows it as resolving the netbios:
C:\>nbtstat -a 192.168.0.3
Local Area Connection 2:
Node IpAddress: [192.168.0.2] Scope Id: []
NetBIOS Remote Machine Name Table
Name Type Status
---------------------------------------------
TINY <00> UNIQUE Registered
TINY <03> UNIQUE Registered
TINY <20> UNIQUE Registered
..__MSBROWSE__.<01> GROUP Registered
WORKGROUP <00> GROUP Registered
WORKGROUP <1D> UNIQUE Registered
WORKGROUP <1E> GROUP Registered
MAC Address = 00-00-00-00-00-00
and when i look in the network places in win2k, it shows the box as being there...
however.. when i try to browse the server, it says it cant connect to it:
\\Tiny is not accessible
Access denied.
anyone know what the problem could be? i have attached the smb.conf.
thanks,
james
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2002 10:52 AM
06-02-2002 10:52 AM
Re: samba doesnt work..
I had to create an user to be able to attach to my samba (similar problems as you).
I haven't seen though any shares which you've made (unless you only want to share printers which are in printcap)
Petr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2002 11:42 AM
06-02-2002 11:42 AM
Re: samba doesnt work..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 03:48 AM
06-03-2002 03:48 AM
Re: samba doesnt work..
What OS are you trying to connect from as the client? If NT 4.0/Win2k/XP, try it from the command-line and let us know what error you get.
c:> net use z: \\server\share /user:
-hal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 04:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 06:10 AM
06-03-2002 06:10 AM
Re: samba doesnt work..
The syntax of this command is:
NET USE [devicename | *] [\\computername\sharename[\volume] [password | *]]
[/USER:[domainname\]username]
[/USER:[dotted domain name\]username]
[/USER:[username@dotted domain name]
[[/DELETE] | [/PERSISTENT:{YES | NO}]]
NET USE {devicename | *} [password | *] /HOME
NET USE [/PERSISTENT:{YES | NO}]
C:\>net use z: \\tiny\per0xide
The password or user name is invalid for \\tiny\per0xide.
Type the password for \\tiny\per0xide:
System error 1219 has occurred.
The credentials supplied conflict with an existing set of credentials.
C:\>net use z: \\tiny\per0xide per0xide per0xide
The syntax of this command is:
NET USE [devicename | *] [\\computername\sharename[\volume] [password | *]]
[/USER:[domainname\]username]
[/USER:[dotted domain name\]username]
[/USER:[username@dotted domain name]
[[/DELETE] | [/PERSISTENT:{YES | NO}]]
NET USE {devicename | *} [password | *] /HOME
NET USE [/PERSISTENT:{YES | NO}]
C:\>net use z: \\tiny\per0xide per0xide
System error 1219 has occurred.
The credentials supplied conflict with an existing set of credentials.
C:\>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 03:25 AM
06-05-2002 03:25 AM
Re: samba doesnt work..
You used the wrong slash for the user flag. Try "/user:per0xide".
If you still get error 1219, see this Microsoft page for an explanation.
http://support.microsoft.com/search/preview.aspx?scid=kb;en-us;Q106211
But you may not get that error.
If you do, open Explorer, go to Tools / Disconnect Network Drive. You might find a session there that you need to disconnect as it is causing the credentials to conflict as stated by that error message.
Let us know what happens...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 01:12 AM
06-07-2002 01:12 AM
Re: samba doesnt work..
I meant to create user and then authenticate him with smbpasswd.
read these documents:
http://www.samba.org/samba/docs/Samba-HOWTO-Collection.html
http://www.samba.org/samba/docs/ENCRYPTION.html
good luck
Petr