LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 05-25-2004, 02:48 PM   #16
slacker9876
Member
 
Registered: Apr 2004
Location: Colorado
Distribution: Ubuntu 6.10, SLED 10
Posts: 119

Rep: Reputation: 16

pirisisi -

Please forgive me for not having a clue as to what I am doing here, but I am new to Linux. As per your post I downloaded 0.3.2 and I too got it working but get the same suid root smbmnt and smbumount.

I am thinking that suid is "super user ID" so I login as root and this all works like a champ. What is it that I need to do you get it working under my user account? As I have read and learned, it is a bad idea to work as root but I am really not sure what the syntax above directs me to do. Am I supposed to remain a super user all the time?

Last edited by slacker9876; 05-25-2004 at 02:50 PM.
 
Old 05-26-2004, 02:48 AM   #17
ticker
LQ Newbie
 
Registered: May 2004
Posts: 8

Rep: Reputation: 0
Lightbulb

Read the FAQ. It has the answers you are looking for http://smb4k.berlios.de/faq.html
 
Old 05-26-2004, 04:57 PM   #18
curmudgeon
LQ Newbie
 
Registered: May 2004
Posts: 1

Rep: Reputation: 0
The gui stuff always takes a while to work (witness Windows).
As for NT4 domains, mentioned earlier in the thread, M$ won't support the domains, or issue security patches for NT4 after September, so it's time to move on (or off Windows).

What always works, even for suse91 which I am using now, is regular old unix, command line:

mkdir /mnt ; mkdir /mnt/winboxname
mount -t smbfs -o username=someadminID //winboxname/c$ /mnt/winboxname

You will be prompted for a password. As you are mounting an administrative share (c$) of the C drive you'd better be a domain admin or a local admin of the winbox, depending on policy or the whims of Mr Bill.
You will get a bogus error. Don't worry. CD to /mnt/winboxname and look at the C drive. Copy stuff, write stuff, delete stuff, whatever. You can go into whatever gui file manager you want to use and see the remote box under that directorry (/mnt/winboxname). Do your thing.

You can modify your /etc/fstab to mount winboxes automatically, or not. If non-automatic entry is in the fstab, you just have to type: "mount /mnt/winbox" and *nix knows where to mount it, and how to mount it.
(man fstab)

It's a work-around, but until somebody figures out what broke in the GUI or in Samba config, it'll do for me just fine. I've got too much other stuff to fix to worry about something that has a work-around.

--curmudgeon
 
Old 05-27-2004, 09:49 AM   #19
slacker9876
Member
 
Registered: Apr 2004
Location: Colorado
Distribution: Ubuntu 6.10, SLED 10
Posts: 119

Rep: Reputation: 16
Quote:
Originally posted by ticker
Read the FAQ. It has the answers you are looking for http://smb4k.berlios.de/faq.html
LOL, okay I am feeling pretty dumb now ... I did read it, must have missed that on the first go-round. After re-reading the FAQ I have 0.3.2 working fine, suits my needs, thanks to all for your help!
 
Old 05-27-2004, 08:14 PM   #20
rimcrazy
Member
 
Registered: Dec 2003
Location: Overgaard, AZ
Distribution: Suse 10.0, FC5, RHEL4
Posts: 32

Original Poster
Rep: Reputation: 15
Smile

To all who have posted thanks much. I went and downloaded smb4k and installed it and it works great.
I suppose it would be nice to know what the root cause of the issue is but those days for me are long gone.
Anymore, I just want to install it and use it. I'm guessing it is either a bug in Konqueror or win2k or some
interaction between the two. Samba on SuSE is certainly running properly and from every other measurement
it is not related to anything there. Now I can print and file share and I'll leave the why's up to the wizards to
figure out.

Tnx
 
Old 05-29-2004, 08:20 AM   #21
Raptor Ramjet
Member
 
Registered: Apr 2003
Location: Under a rock
Distribution: Slackware "current" - Praise "Bob" !!!!
Posts: 92

Rep: Reputation: 15
Hello,

Well I'm just about to download smb4k but in the meantime I discovered that when you've been prompted for a user name and password to connect to a Windows share then, when the process fails, the address in the addres bar shows "smb://user@windowshostname/".

Now if you change this to "smb://windowshostname/sharename" then you are connected as normal. So the problem would appear to be the "smb://" share string that konqueror constructs for you (I'm presuming it's knonqueror that does this)

Oh well... I'll download sm4k and fix the problem now but just thought I'd mention the workaround in case it's of use !
 
Old 05-29-2004, 11:29 AM   #22
Pcghost
Senior Member
 
Registered: Feb 2003
Location: The Arctic
Distribution: Fedora, Debian, OpenSuSE and Android
Posts: 1,820

Rep: Reputation: 46
SuSE just released an update for the smbclient. I don't know if it corrects the issues people are having with Konqueror and SMB, but it might help. I went the way of fstab, and my network shares are as close as /mnt/archives. I still fail to see what advantage there is to using smb4k as opposed to a one line entry in fstab and having the share mounted locally.
 
Old 05-29-2004, 12:14 PM   #23
ticker
LQ Newbie
 
Registered: May 2004
Posts: 8

Rep: Reputation: 0
Konq is still pooped after the updates.
 
Old 05-29-2004, 07:05 PM   #24
rimcrazy
Member
 
Registered: Dec 2003
Location: Overgaard, AZ
Distribution: Suse 10.0, FC5, RHEL4
Posts: 32

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Pcghost
SuSE just released an update for the smbclient. I don't know if it corrects the issues people are having with Konqueror and SMB, but it might help. I went the way of fstab, and my network shares are as close as /mnt/archives. I still fail to see what advantage there is to using smb4k as opposed to a one line entry in fstab and having the share mounted locally.
You hit it on the head. In fact after installing smb4k and doing a quick top I uninstalled it or basically quit running it. I is constantly
doing something and the memory usuage slowly creeps up. Just to a mnt with fstab and fagetaboutit as they would say.
 
Old 06-02-2004, 09:00 AM   #25
gacott
LQ Newbie
 
Registered: Dec 2002
Posts: 22

Rep: Reputation: 15
Come on, it's a bug

I found an easy workaround, and one that was probably meant to be how it all worked.

Kcontrol/network settings/local network browsing

Place you client info there

reboot/restart the client

done.

Works perfectly.

Garret
 
Old 06-03-2004, 12:22 PM   #26
candtalan
LQ Newbie
 
Registered: Jun 2004
Posts: 5

Rep: Reputation: 0
Question

I have this problem too with suse 9.1. Since I am a very new linux user I am not yet confident enough to sustitute new (old) programs into 9.1. Is there any news about this prob yet?
 
Old 06-03-2004, 01:11 PM   #27
candtalan
LQ Newbie
 
Registered: Jun 2004
Posts: 5

Rep: Reputation: 0
Unhappy

Apologies - have just tried Garret's workaround and it is pretty good - thanks

(is this a suse issue or a samba etc or konq or what?)
 
Old 06-03-2004, 02:00 PM   #28
gacott
LQ Newbie
 
Registered: Dec 2002
Posts: 22

Rep: Reputation: 15
Apologies

Quote:
(is this a suse issue or a samba etc or konq or what?)
Glad it worked for you.

It looks like a SuSE issue to me, especially since the fix is Konq based.

Garret
 
Old 06-05-2004, 01:16 PM   #29
powadha
Member
 
Registered: Nov 2003
Location: Zwolle
Distribution: Arch
Posts: 651

Rep: Reputation: 31
Thanx guys, I followed this thread and got some good pointers on how to get shares working. All I need to be able to do from this box is being able to read and write shares on winboxes. Well (thanx to smb4k) this now all works. One problem left, I saw it mentioned in one of the first post: my debbox is fine now, but I can't use my winbox to enter a share on this linuxbox? How was that fixed by you? The shares on my other box (clarkconnect 2.2, someday to become a webserver if I ever get to understand all this Samba, Apache and configuring stuff), can be read from both.

Regards
 
Old 06-07-2004, 06:57 PM   #30
shakimssk1
LQ Newbie
 
Registered: Apr 2004
Posts: 1

Rep: Reputation: 0
suse 9.1 and samba problems

Suse have fixed the problem....

Perform an "Online Update" and you'll notice SMB files being updated...

Once completed..the glitch is gone....
 
  


Reply



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 problems with suse 10 dark_templar SUSE / openSUSE 3 11-11-2005 06:50 AM
Samba Problems - SuSE 9.2 AMD64 w/config ekasteng Linux - Networking 3 02-14-2005 09:09 AM
samba problems on suse 9.1 ozzytx Linux - Networking 10 06-15-2004 12:33 PM
Problems installing Samba 3.0.4 rpm on suse 9.0 Aloodb Linux - Software 3 05-15-2004 10:18 AM
Newbie having problems with Suse 9 and Samba Irf Linux - Software 10 05-11-2004 01:43 AM

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

All times are GMT -5. The time now is 03:44 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