LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 04-26-2001, 04:52 AM   #1
elwis
LQ Newbie
 
Registered: Apr 2001
Location: Sweden
Posts: 4

Rep: Reputation: 0
Angry


Hi everybody!
I have an awesome problem with my Samba server. 2 days ago I installed RH7 on an old computer at work, since I thought it might work as an extra fileserver. Well, I read tons of man-pages and managed to get Samba up and running. But not too good though. If I ping it, I get some 20-60 % packet loss, both to and from the RH box. My colleague says it isn't a physical problem, since he claims it worked perfectly with the former Os(win98).
I can do a net use to my Samba resources, but if I try to browse any folders the NT client crashes. If I do a "tail -f" on my computers logfile I get a lot of messages about the connection being opened/closed to my computer quit frequently, and weird one ssaying "call_nt_transact_ioctl:currently not implemented" and "read_socket_data:recv failure"

Does anyone know what this is all about? i did the "testparm" on my smb.conf and it went smoothly??

Regards!

P.S: I tried 3 different swedish discussionforums but so far, no success :0(
 
Old 04-26-2001, 04:59 AM   #2
drjimstuckinwin
Member
 
Registered: Mar 2001
Location: Manchester UK
Distribution: Mainly Fedora
Posts: 496

Rep: Reputation: 30
Hi
I can't really help you, but this sounds similar to my Win98 crash scenario posted yesterday, though packet loss shouldn't have anything to do with Samba. When my win98 machine crashes, it sometimes says the network resource is unavailable, or word says there is file corruption. Maybe packet loss is to blame. Only reply I've had so far is to suggest windows profile problems, but everything that needs to be shared seems to be. Can you open docs at all? I can open one with no problems -only crashes on subsequent attempts.
If I get any replies to my other post, I'll let you know.
Regards
Jim
 
Old 04-26-2001, 05:00 PM   #3
hazza96
Member
 
Registered: Apr 2001
Location: Brisbane, Australia
Distribution: Ubuntu
Posts: 146

Rep: Reputation: 15
Samba COnfig file resource

Like Jim I don't think your pinging packet loss has anything to do with Samba. To test it stop samba and then try pinging again.

I found a great site for setting up samba, http://www.phonax.com he has sample config files that are VERY easy to understand and edit. I would say 80% of my samba knowledge comes from playing with those files and see what effects it has.

I learnt HEAPS and now my samba.conf file looks nothing like his samples but I could not have done it without them.

I just can't get my head around most of the man pages and HOWTOS so I don't bother any more. I just search the internet cause someone else would have asked any question I can think of.
 
Old 04-27-2001, 02:24 AM   #4
drjimstuckinwin
Member
 
Registered: Mar 2001
Location: Manchester UK
Distribution: Mainly Fedora
Posts: 496

Rep: Reputation: 30
Looked at the link, thought about it, tried changing WINS server settings, nmb non functional. Returned to previous settings, working again, just. Seems to me that it's just incredibly slow, and that wincrap gets bored and hangs. However, it strikes me as abnormal for software used for commercial servers to be this slow. I undoubtedly need to redo my config--- at present have setup with guest access as I struggled to figure the password scenarios. Maybe that's it. Will devote some time to it when I've finished my research crap. In the meantime, all bright ideas appreciated
Jim
 
Old 04-27-2001, 04:43 AM   #5
drjimstuckinwin
Member
 
Registered: Mar 2001
Location: Manchester UK
Distribution: Mainly Fedora
Posts: 496

Rep: Reputation: 30
Hi
Decided research was too boring for Friday, so playing with samba. I'm convinced this is a password problem, testparm on both systems shows connection denied (I'm sure that didn't happen before), and log files all seem to point in that direction. I originally got things going using the NHF at linuxnewbie.com, using guest access only. I'll tinker away and see if I can fix it.
Jim
 
Old 04-27-2001, 05:54 AM   #6
drjimstuckinwin
Member
 
Registered: Mar 2001
Location: Manchester UK
Distribution: Mainly Fedora
Posts: 496

Rep: Reputation: 30
Samba Gurus needed!

Update
Tinkered and set up proper user logins. Win machine crashes when accessing files, explorer dies, whole thing locks up and have to use the power switch to reboot. I reran testparm on my smb.conf, which now says connections allowed to both machines.

smb.conf looks like this

# Samba config file created using SWAT
# from jimslaptop.42strathmore (192.168.1.2)
# Date: 2001/04/27 12:48:21

# Global parameters
[global]
workgroup = 42STRATHMORE
server string = Samba Server
security = SHARE
encrypt passwords = Yes
log file = /var/log/samba/%m.log
max log size = 0
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
os level = 60
preferred master = Yes
domain master = Yes
wins support = Yes
printing = lprng

[printers]
comment = All Printers
path = /var/spool/samba
guest ok = Yes
printable = Yes
browseable = No

[Campics]
comment = Campics
path = /home/samba/Campics
writeable = Yes

[Docs]
comment = Docs
path = /home/samba/Docs
writeable = Yes

[stuff]
comment = Stuff
path = /home/samba/stuff
writeable = Yes

[lp]
path = /var/spool/samba
writeable = Yes
guest ok = Yes
printable = Yes
print command = lpr -P %p %s; rm %s
printer = lp
oplocks = No
share modes = No

[windisc]
path = /mnt/windisc
writeable = Yes

It looks OK to me. I am coming to the conclusion that there is something wrong with my win98 setup ? TCP/IP settings. Or am I missing something vital?

Jim
 
Old 04-28-2001, 12:49 AM   #7
hazza96
Member
 
Registered: Apr 2001
Location: Brisbane, Australia
Distribution: Ubuntu
Posts: 146

Rep: Reputation: 15
Packet loss?

How's your packet loss now?

If you have a network problem then you will get lots of problems with samba and everything else.

If your still having such a large packet loss look into that first.
 
  


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
Crash, Crash, Crash, Crash and You Guessed it Crash! little_penguin SUSE / openSUSE 8 07-04-2005 09:34 AM
Samba shares crash Windows clients GT_Onizuka Linux - Software 5 07-01-2005 11:02 AM
xmms crash xine crash mplayer crash paledread Linux - Software 9 03-09-2004 07:09 AM
Samba 3.0 i386 RH9.0 slow/crash on WinXP using DeamonScript OmegaTron Linux - Networking 2 02-29-2004 05:03 PM
samba pdc explorer crash pretoriano Linux - Networking 0 09-09-2003 10:27 AM

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

All times are GMT -5. The time now is 08:37 AM.

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