LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-10-2004, 04:10 PM   #16
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 906

Original Poster
Rep: Reputation: 154Reputation: 154

compassman

Can you elaborate on your statement.

"BUT, I cannot connect to any Samba share. It is as if they were invisible."

What errors do you get?

AK
 
Old 08-11-2004, 05:49 AM   #17
amfoster
Member
 
Registered: Aug 2004
Distribution: debian, SuSE
Posts: 365

Rep: Reputation: 36
Just as a trouble shooting task, did you create that temp share above and try to connect to it? Also, you have a line that in your altairshare that reads username = joe, etc

Nuke that line out. Just keep the valid users line
 
Old 08-15-2004, 10:13 AM   #18
compassman
LQ Newbie
 
Registered: Apr 2004
Posts: 9

Rep: Reputation: 0
I haven't tried adding /tmp to the share list. I will try this shortly. I have had some curious problems as well:

1) I can't ping SAMBA1 from the command prompt. The response is unknown host SAMBA1. From the XP client, I see SAMBA1 and there are connections below, but I get no response in a reseasonable time (5 minutes). BTW: The RH server gets its IP address from a DHCP server, so an entry in hosts is out of the question.

2) I ran smbclient on the RH machine yesterday and got the following:

smbclient -L windows1 -U larry
added interface ip=192.168.0.107 bcast=192.168.0.255 nmask=255.255.255.0
Got a positive name query response from 192.168.0.106 ( 192.168.0.106 )
Password:

Sharename Type Comment
--------- ---- -------
WEDNESDAY Disk
THURSDAY Disk
WEEKEND Disk
IPC$ IPC Remote Inter Process Communication

Server Comment
--------- -------

Workgroup Master
--------- -------
MS_NETWORK MHOWARD

I ran it again today, and got this:

smbclient -L windows1 -U larry
added interface ip=192.168.0.107 bcast=192.168.0.255 nmask=255.255.255.0
Got a positive name query response from 192.168.0.106 ( 192.168.0.106 )
Password:

Sharename Type Comment
--------- ---- -------
WEDNESDAY Disk
THURSDAY Disk
WEEKEND Disk
IPC$ IPC Remote Inter Process Communication

Server Comment
--------- -------

Workgroup Master
--------- -------

The XP machine MHOWARD is down, so it can't be a master browser. But other XP machines are up as well as the RH machine. Something should have been elected the master browser. Odder still is the Workgroup is missing. I can find that with nmblookup.

I am wondering is this is a problem with the version of SAMBA I am running - 2.2.7a-security-rollup-fix. I was running at some point in the past, though not really pushed. I am thinking that the update hosed something. Any ideas or comments?
 
Old 08-17-2004, 05:44 AM   #19
compassmanwi
LQ Newbie
 
Registered: Apr 2004
Posts: 13

Rep: Reputation: 0
I added a TEMP share and am getting the same thing. When I try to connect to the share with the XP Network Places wizard, I can see the Samba server, but I can't see the shares. When I use net use at the command prompt with the netbios name of the server and the name of the share, I get System error 53 has occured. The network path was not found. On the Win98 machine, my network neighborhood sees the share, but I get a no permissions error.

To make things even stranger, I cannot ping the Samba server by netbios name, eventhough XP sees it by this name.

Does anyone have an idea what is wrong here?
 
Old 08-17-2004, 04:06 PM   #20
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 906

Original Poster
Rep: Reputation: 154Reputation: 154
I'm not an expert in these matters. I fix problems eventually!

Have you tried to access your RH from one of your XP machines with -

net use z: \\nn.nn.nn.nn\xxxxxxx

where xxxxxx is one of your RH users and nn.nn.nn.nn is the ip address of your RH machine.

What response do you get?


My router acts as a DHCP server and I can configure it to a host name for different machines. It remembers it most of the time.

2.2.7a-security should be OK. If you think there is a problem uninstall/reinstall it. Take a backup of your smb.conf file first. Maybe start the smb.conf file from first principles.

AK
 
Old 08-18-2004, 08:16 AM   #21
compassmanwi
LQ Newbie
 
Registered: Apr 2004
Posts: 13

Rep: Reputation: 0
I tried to connect as you suggested. I tried net use * \\ip_address\username and got a system error 53 - network path not found error. I tried net use z: \\ip_addrress\home\username and got a system error 85 error - local device name already in use error.

I suggestion to uninstall/reinstall samba is a good one. I will backup smb.conf and its variants before doing so.
 
Old 08-20-2004, 05:52 AM   #22
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 906

Original Poster
Rep: Reputation: 154Reputation: 154
Not at my box at the moment but I would guess that

system error 85 error - local device name already in use

Could possibly be that you already have the drive letter Z allocated on your box?

Regards
 
Old 08-24-2004, 06:50 AM   #23
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 906

Original Poster
Rep: Reputation: 154Reputation: 154
Well I thought I sorted it!

It now looks like the problem was Webroot Spy Sweeper running on the XP Box. When it is running I get "Access Denied" when trying to map to my home directory on my slackware box. If I stop it and recycle the user I can map to slackware (assuming Spy Sweeper doesn't start automatically).

AK
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba - access denied on windows time112852 Linux - Software 11 06-04-2010 10:08 AM
samba/swat access denied bob_man_uk Linux - Software 2 10-19-2005 03:12 AM
Samba - access denied on windows suco Linux - Software 6 09-26-2005 10:30 PM
Access denied XP samba shares djtsa Linux - Software 0 10-02-2003 06:26 AM
windows xp and samba access denied eradiate Linux - Networking 4 06-01-2003 09:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration