LinuxQuestions.org
LinuxAnswers - the LQ Linux tutorial section.
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
 
LinkBack Search this Thread
Old 02-21-2004, 08:51 PM   #1
uranologist
Member
 
Registered: Aug 2003
Location: Philly, PA
Distribution: Slackware
Posts: 81

Rep: Reputation: 15
Exclamation Samba and Suse 9.0


hi all -

i've switched to SuSe 9.0 on my laptop, and it's been awesome - battery monitor works well, all hardware is automatically set.

some problems however - i'm having difficulty getting my dell optical usb wheel mouse to work, i twiddled in YaST and got it partially working - it only scrolls down, not up. biggest problem i currently have is getting samba set up. i have a 4 computer network, 2 computers run windows XP, one runs win enterprise server 2003. i need to be able to access 2 computers and transfer all my files onto this laptop before i can switch my other desktop to suse. i've tried some things with samba in yast, but whenever i go to smb:\ i keep getting an error that says:

"Internal Error
Please send a full bug report at http://bugs.kde.org
libsmbclient reported an error, but didn't specify what the problem is. This might indicate a severe problem with your network - but also might indicate a problem with libsmbclient.
If you want to help us, please provide a tcpdump of the network interface while you try to browse (be aware that it might contain private data, so don't post it if you're unsure about that - you can send it privately to the developers if they ask for it)"


also, would i be able to run microsoft visual .NET or C++ under wine, or should i go ahead and buy Win4Lin?

thanks

Last edited by uranologist; 02-22-2004 at 01:09 AM.
 
Old 02-22-2004, 02:07 AM   #2
Micah
Member
 
Registered: Apr 2002
Location: OK, USA
Distribution: Slackware 13.x
Posts: 178

Rep: Reputation: 30
Have you tryed:
smb://[server name]/[server share]
( note the '//' instead of the '\' )
 
Old 02-22-2004, 04:26 PM   #3
uranologist
Member
 
Registered: Aug 2003
Location: Philly, PA
Distribution: Slackware
Posts: 81

Original Poster
Rep: Reputation: 15
yes, it says there's a "Malformed URL - smb//" i know that smb isn't fully set up... i've tried to set it up - the internet works, but the network doesn't work.
 
Old 02-22-2004, 10:33 PM   #4
Micah
Member
 
Registered: Apr 2002
Location: OK, USA
Distribution: Slackware 13.x
Posts: 178

Rep: Reputation: 30
Are you running samba as a daemon or as a service?
(NOTE: Can't spell)

daemon is:
nmbd -D
smbd -D

service is, some enties in your inetd.conf and service files (in /etc)
 
Old 02-22-2004, 10:47 PM   #5
uranologist
Member
 
Registered: Aug 2003
Location: Philly, PA
Distribution: Slackware
Posts: 81

Original Poster
Rep: Reputation: 15
i believe daemon. i'm not so sure. in RH9 and Mandrake, i had no problems setting up samba. with suse 8.2 and now, 9.0, i still havent been able to get samba to work correctly for networking, only to acess the internet. i have a router and a usb hub (for usb devices like printers, scanners, digicam).
 
Old 02-23-2004, 12:48 PM   #6
Micah
Member
 
Registered: Apr 2002
Location: OK, USA
Distribution: Slackware 13.x
Posts: 178

Rep: Reputation: 30
Have you test to see if Samba can look at your other machines' shares?
(smbclient -L [pcname] -U [username])

You should verify Samba is installed correctly first... I've been reading lately that in most distros, pieces of it aren't there (I don't know how accurate that is either)
 
Old 02-23-2004, 09:21 PM   #7
uranologist
Member
 
Registered: Aug 2003
Location: Philly, PA
Distribution: Slackware
Posts: 81

Original Poster
Rep: Reputation: 15
thats strange... i did what you said and entered smbclient -L J-server -U Administrator, and i got this:

linux:/home/JDOGG # smbclient -L J-server -U Administrator
added interface ip=192.168.1.105 bcast=192.168.1.255 nmask=255.255.255.0
Got a positive name query response from 192.168.1.101 ( 192.168.1.101 )
Password:
Domain=[MSHOME] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 5.2]

Sharename Type Comment
--------- ---- -------
IPC$ IPC Remote IPC
J-Server-HD Disk
ADMIN$ Disk Remote Admin
C$ Disk Default share

Server Comment
--------- -------
J-SERVER
LAUREN Lauren's Comp
LINUX Samba Server

Workgroup Master
--------- -------
MSHOME LAUREN


but when i use Konqueror to access the network, the error message is still:

Internal Error
Please send a full bug report at http://bugs.kde.org
libsmbclient reported an error, but didn't specify what the problem is. This might indicate a severe problem with your network - but also might indicate a problem with libsmbclient.
If you want to help us, please provide a tcpdump of the network interface while you try to browse (be aware that it might contain private data, so don't post it if you're unsure about that - you can send it privately to the developers if they ask for it)

and konqueror doesnt accept smb:// - it's smb:/

there's one other thing - i've set up the lisa daemon, but it didnt seem to do anything helpful for my case.
 
Old 02-24-2004, 02:03 AM   #8
philipph
LQ Newbie
 
Registered: Feb 2004
Location: Graz
Distribution: SuSE 9.0
Posts: 10

Rep: Reputation: 0
I have also problem with samba resources in konqueror (sometimes it works, sometime not)

So I tried Linneighborhood (great tool, you can broese the network, mount win-resources...) should be on the DVD.

philipp
 
Old 02-24-2004, 12:21 PM   #9
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Rep: Reputation: 30
Just curious but, are you using the samba that came built with the SuSE9.0 distro?
I had a few problems with that package myself, and I run SuSE on about 7 diff boxz.
I eventually went back to doing it the manual way, because A) I was more familiar/comfortable because of all the samba work in the past, and B) its much easier to open the smb.conf in a text editor (vi) than it is to click your way thru yast modules and screens.
 
Old 02-24-2004, 05:21 PM   #10
Marc
LQ Newbie
 
Registered: Dec 2001
Distribution: SuSE 10.1
Posts: 19

Rep: Reputation: 0
Angry I'm having the same samba problem

I also have SuSe 9.0 installed and running. I setup the samba server and the samba client. I can access the SuSe linux box from my windows box just fine. I can transfer files back and forth. However, I cannot see the windows box from the SuSe linux box.

Oh and how did you get the lisa daemon running???

-=Marc=-
 
Old 02-25-2004, 07:51 PM   #11
uranologist
Member
 
Registered: Aug 2003
Location: Philly, PA
Distribution: Slackware
Posts: 81

Original Poster
Rep: Reputation: 15
well, yes i'm using samba that came with the suse 9 OS. samba in RH9 and Mandrake worked just fine, just not in suse 8.2 or 9.0... like marc, i can access my laptop from windows enterprise server 2003 and XP, but not the other way around. i liked how samba worked in RH9 and mandrake, i'd like to continue using samba... but if i have to use something else, i will.

also - still having problems with my mouse wheel not scrolling up... it only scrolls down.
 
Old 02-26-2004, 02:53 PM   #12
Micah
Member
 
Registered: Apr 2002
Location: OK, USA
Distribution: Slackware 13.x
Posts: 178

Rep: Reputation: 30
You might try installing from Source Code... I have Slackware 8.0 installed with Massive updates including Samba 3.0.2a...

It works From Linux to Windows and From Windows to Linux... So far, all OSs can connect either way... (Only tried Windows 2000, Windows 2003, Windows XP, and Linux) -- Took me a while to get SWAT/PAM working right with Samba, but the rest was mostly default =)

Just a thought =)
 
Old 02-28-2004, 03:44 PM   #13
Marc
LQ Newbie
 
Registered: Dec 2001
Distribution: SuSE 10.1
Posts: 19

Rep: Reputation: 0
I figured out that communication from the linux box to the windows box work just fine on the command line using smbclient. The GUI front end in Suse 9.0 is fussy though.
 
Old 02-28-2004, 06:16 PM   #14
Micah
Member
 
Registered: Apr 2002
Location: OK, USA
Distribution: Slackware 13.x
Posts: 178

Rep: Reputation: 30
Then you might try updating the GUI part and see if that fixes it =)
(I can't help with that part though... I barely have a GUI on my box and no space =(
 
  


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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba in SuSE 8.0? rodda Linux - Networking 1 02-12-2005 11:10 AM
Samba in Suse John_Emad Linux - Networking 9 01-28-2005 06:37 AM
Samba: /etc/samba/dhcp.conf on SuSE 9.1 sskt74 Linux - Networking 0 01-05-2005 05:03 AM
SuSe 9.0 and Samba? uranologist Linux - Distributions 13 03-04-2004 09:18 PM
samba in suse 9.0 misophist Linux - Networking 1 12-18-2003 04:58 AM


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

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration