Fedora Linux Support Community & Resources Center
  #1  
Old 13th May 2004, 02:50 PM
JonR's Avatar
JonR Offline
Registered User
 
Join Date: Apr 2004
Location: Wiltshire - UK
Posts: 199
Nautilus cannot browse SMB

I am trying to configure Samba on the FC1 boxes on my mixed WinXP FC1 network. I have a couple of XP boxes which share directory trees as well as two FC1 Samba Server boxes.

I've got a few problems I'm trying to work through but I'm trying to take it one at a time... The current question is:

I can connect to my main FC1 server from any other box ok, but... I can't connect to the XP shares using Nautilus on the main FC1 Samba Server box. (The other FC1 Samba Server connects to the XP shares fine.)

I've tried smbclient in the cli on the main FC1 Samba Server and using "$ smbclient //XPBox/Sharename" I can connect to an XP share ok. It looks like SMB is working ok but Nautilus seems to think otherwise.

When I type SMB: or SMB:/// in the address box in Nautilus all I get is a failure message "Couldn't display "smb:///", because Nautilus cannot contact the SMB master browser. Check that an SMB server is running on the network".


Anybody got any ideas where to look next?

Last edited by JonR; 13th May 2004 at 02:53 PM.
Reply With Quote
  #2  
Old 13th May 2004, 09:36 PM
micha's Avatar
micha Offline
Registered User
 
Join Date: Feb 2004
Location: France
Age: 35
Posts: 533
Have you tried to use other software like smb4k, LinNeighborhood,... to see if the problem comes from Nautilus or not ?
Reply With Quote
  #3  
Old 13th May 2004, 09:45 PM
JonR's Avatar
JonR Offline
Registered User
 
Join Date: Apr 2004
Location: Wiltshire - UK
Posts: 199
Quote:
Originally posted by micha
Have you tried to use other software like smb4k, LinNeighborhood,... to see if the problem comes from Nautilus or not ?
Tried to load LinNeighbourhood today but can't get it to run. Window briefly appears and then just as quickly vanishes. Tried running it in a terminal as well - no joy.

Doesn't the fact that I can see other smb servers with smbclient suggest that it is more likely to do with Nautilus than not?
Reply With Quote
  #4  
Old 13th May 2004, 10:16 PM
micha's Avatar
micha Offline
Registered User
 
Join Date: Feb 2004
Location: France
Age: 35
Posts: 533
Quote:
Originally posted by JonR
Doesn't the fact that I can see other smb servers with smbclient suggest that it is more likely to do with Nautilus than not?
It does to me. You can try other software like komba, gnomba, xfsamba, xsmbrowser...
Reply With Quote
  #5  
Old 22nd May 2004, 01:55 AM
mictubis Offline
Registered User
 
Join Date: May 2004
Posts: 10
You need to define your samba server as the master server. Sounds simple enough but it took me a few days of message board searching to find this solution when I had that problem.

Add these lines to the global section of your /etc/samba/smb.conf file and restart samba:

---8<---SNIP---8<---

os level = 200
preferred master = True
domain master = True
wins support = Yes
local master = Yes

---8<--- SNIP ---8<---

You should be good to go after that.

This will also take care any problems with the samba server randomly disappearing from your workgroup on the Windows side. You may not have seen it yet, but it happens and is quite annoying.

If in the future you decide to have more than one samba server on your network you can adjust which one is the 'master server' by adjusting the os level on each box to a number in the range 0 -> 200, with 200 being the strongest. If your 200 level os is offline for any reason then the next one down will take over as the master until it comes back.

Last edited by mictubis; 22nd May 2004 at 02:21 AM.
Reply With Quote
  #6  
Old 25th May 2004, 07:42 PM
Igoraus's Avatar
Igoraus Offline
Registered User
 
Join Date: Mar 2004
Location: Slovenija
Age: 35
Posts: 208
type in nautilus

smb://computername/sherename/

nautilus will prompt you for username,domename and password

In FC2 is so
Reply With Quote
  #7  
Old 26th May 2004, 01:26 AM
JonR's Avatar
JonR Offline
Registered User
 
Join Date: Apr 2004
Location: Wiltshire - UK
Posts: 199
All I get with this is the Nautilus window hanging up and eventually crashing with a segmentation fault.

I'm not getting very far with this...
__________________
One man's geek is another man's guru...
Registered Linux User #363869.
i686 F8, Quad Core F10 64-bit, Core2Duo F16 64-bit.
Reply With Quote
  #8  
Old 6th November 2004, 06:01 PM
satovey Offline
Registered User
 
Join Date: Aug 2004
Posts: 15
Quote:
Originally Posted by JonR
All I get with this is the Nautilus window hanging up and eventually crashing with a segmentation fault.

I'm not getting very far with this...
I have this same problem.
If I log in as root, I can connect to the samba shares on my Mitel SME server.
If I log in as username, I have the same problems as you do. Is it possible that
Nautilus has some permissions that need to be modified in order for username
to connect to other servers?

Scott
Reply With Quote
  #9  
Old 6th November 2004, 10:20 PM
JonR's Avatar
JonR Offline
Registered User
 
Join Date: Apr 2004
Location: Wiltshire - UK
Posts: 199
I'm no longer running FC1 and since figuring out how to get Samba set up with FC2 have had few problems with it other than being unable to browse smb with nautilus which, I'm told is broken with gnome 2.6.
__________________
One man's geek is another man's guru...
Registered Linux User #363869.
i686 F8, Quad Core F10 64-bit, Core2Duo F16 64-bit.
Reply With Quote
  #10  
Old 7th November 2004, 01:05 AM
satovey Offline
Registered User
 
Join Date: Aug 2004
Posts: 15
Quote:
Originally Posted by JonR
I'm no longer running FC1 and since figuring out how to get Samba set up with FC2 have had few problems with it other than being unable to browse smb with nautilus which, I'm told is broken with gnome 2.6.
I found this Samba Tutorial in the howto section:
http://www.fedoraforum.org/forum/showthread.php?t=2556
I done this and I can view the files using Nautilus.
Here's a hint that is not told though.
If you want to make it easier to get to
the files on your server, create a simlink
in the user directory to the /mnt/share.
This shortens the amount of directories you need
to go through to get to the server files.

I also found that I was able to edit the files using
gedit and openoffice without any trouble.

Take care.
Scott
Reply With Quote
  #11  
Old 7th November 2004, 08:16 PM
bryancole Offline
Registered User
 
Join Date: Jul 2004
Posts: 414
My experience (and there may be many problems with smb-browsing other than the ones I've encountered) is that nautilus (gnome-vfs actually) does not perform user authentication for *browsing* when a non-samba (i.e. M$-Win server) machine is the domain controller. However, it *does* do the correct authentication to actually connect to a share. Thus, I can read&write to shares by typing smb://hostname/sharename directly into the location box (or using the Connect To Server nautilus feature) and nautilus asks for the username and password in the expected manner.

If, instead, I want to browse the available hosts on the network, this also works OK, but when I come to list the available shares on any one Windows PC, I get a permission-denied error. The basic samba client works fine however with "smbclient -L //hostname".

This is still broken in gnome-2.8 AFAIK. Maybe they'll fix smb-authentication in gnome-vfs in time for gnome-2.10 & FC4. Here's hoping...
Reply With Quote
  #12  
Old 8th November 2004, 04:52 AM
satovey Offline
Registered User
 
Join Date: Aug 2004
Posts: 15
Ah,

That explains some of the problems I was having using
connect to server. It didn't work even though I was
connecting to another linux server running samba.
I'm moving away from MS Windows so as long as
it works and does what I need it to do, I am ok.

Just so you know, it wouldn't show the server
in my network either, I got the same error
message that you get when trying to view
all of the machines on the network. So this
is a bug that is not specifically MS related.

Scott
Reply With Quote
Reply

Tags
browse, nautilus, smb

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't browse public FTP folders with Nautilus manubellini Using Fedora 17 24th March 2009 04:00 PM
latest kernel update broke smb browse in nautilus abirdman Using Fedora 6 5th April 2008 01:02 PM
httpd directory browse onf F7 (ok can browse) and F8 (Forbidden, error 403) nuaing Servers & Networking 7 31st March 2008 10:14 AM
Can't browse network through Nautilus senderap Servers & Networking 3 14th December 2004 02:59 AM


Current GMT-time: 02:12 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat