LinuxQuestions.org
Review your favorite Linux distribution.
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 07-10-2003, 01:19 PM   #46
Kennie_n2000
LQ Newbie
 
Registered: Jun 2003
Posts: 21

Rep: Reputation: 15

Hakcenter,

Try this, open your smb.conf and delete this line "encrypt passwords = yes" then save the file, restart the 2 daemons
in the console >>> service smb restart

Then goto win2k server refresh ur network neighborhood, wait at least a min then click your linux host name and see if u able to see the linux share, good luck

it wortha try, keep us update...
 
Old 07-10-2003, 04:44 PM   #47
hakcenter
Member
 
Registered: Apr 2003
Location: Not to far from the computer screen
Distribution: RedHat 9.0
Posts: 324

Original Poster
Rep: Reputation: 30
nope, didnt work
 
Old 07-10-2003, 04:58 PM   #48
WorldBuilder
Member
 
Registered: Mar 2003
Location: Massachusetts, USA
Distribution: RH 8, Solaris, Windoze eXPunged
Posts: 520

Rep: Reputation: 30
Nah, that wouldn't have worked. With Win NT, 2k, and XP, you need to have that line. I was thinking that might be the problem until hak posted his conf file... I'm stumped, hak. Sorry!

Chris

hak, Have you tried with an older version of samba? I had to do that once... Last year, I installed the most recent version, it gave me sh*t for days, I removed it and installed an older version and everything was cool. To this day I don't know what was wrong, but oh well!
 
Old 07-10-2003, 08:01 PM   #49
ckone
Member
 
Registered: Mar 2003
Location: el paso
Distribution: Redhat, Suse, and freebsd
Posts: 90

Rep: Reputation: 15
Know wait a minute.
I've got a question for all those how spent this much time on it.
When I gave up on it ohh about the third time it drop signal from the W2k pro.

Fact is that if the windows machine is not on before the Linux machine it would not recognize the Samba share just cause me to reboot.

Know I faced this same problem with windows 95/98 to a Windows 2000 server. They would some times find the workgroup and other time have a spike or miss connection causing me to reboot the windows 95/98 machine.

Finally the question is that by reading the book I have hear called "Samba Unleashed" Some where in the reading I came acrosst the fact that all version prior to Samba 3.0 were not to be taken as a fully supported version. Because all version prior to this were to be for better lack of a word a beta. So this is a way for programmer to figure out what is wrong and fix it in all the releases leading up to Samba 3.0......

Know this book hear is about 2 years old and I have not looked at Samba's website to see if they support this program to run as a fully supported version. Or does Samba state it runs without flaws.

Last but not least I'm trying to infact find the reason why a windows machine infact falls to connect to a Windows 2k server.

No solution yet don't know if it is missing a good connection with the DHCP server because it is running to far away and needs a DHCP relay agent or is there to meany requests asked at one time to windows server and puts to much load on the server.
 
Old 07-10-2003, 10:17 PM   #50
ikw38
Member
 
Registered: Nov 2002
Location: Dallas
Distribution: RedHat 8
Posts: 270

Rep: Reputation: 30
OK Hak try this, Last night I had a man help get mine setup using Samba 3.02b-- we worked on it for two hours before we got it.
One thing funny was that my iptables were conflicting with my router, we disabled the Iptables completely. Then restarted Samba.

Now I have a custom script I will be glad to share with you- butit only works with Samba3.
Be sure remove any and all previous version of Samba before attemping to install 3.
How I did it was /etc/samba
# rm -f samba
It was quick and very efficient.

Email me for the SMB.Conf I have.

ikw38
 
Old 07-11-2003, 02:27 AM   #51
hakcenter
Member
 
Registered: Apr 2003
Location: Not to far from the computer screen
Distribution: RedHat 9.0
Posts: 324

Original Poster
Rep: Reputation: 30
just post it in the forum
on other news, i emailed one of the makers, and hope to hear from them. Probly not, just gunna spam them for a bit.
 
Old 07-11-2003, 08:58 AM   #52
ikw38
Member
 
Registered: Nov 2002
Location: Dallas
Distribution: RedHat 8
Posts: 270

Rep: Reputation: 30
Be sure to use this only in Samba 3.02b ....

[global]
workgroup = Samson
netbios name = samuel
server string = Samba PDC running %v
passdb backend = tdbsam, guest
log level = 1
syslog = 0
log file = /var/log/samba/%m
max log size = 50
socket options = TCP_NODELAY SO_KEEPALIVE SO_SNDBUF=8192 SO_RCVBUF=8192
disable spoolss = Yes
add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
logon path = \\%L\profiles\%U
logon drive = H:
logon home =
domain logons = Yes
os level = 35
preferred master = Yes
domain master = Yes
wins support = Yes
idmap uid = 15000-20000
idmap gid = 15000-20000
printing = lprng
use client driver = Yes

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

[public]
comment = A public share for vendor docs, etc.
path = /usr/public
read only = No
create mask = 0755
force directory mode = 0755
guest ok = Yes

[temp]
comment = A place to drop off temporary files
path = /tmp
read only = No
create mask = 0755
force directory mode = 0755
guest ok = Yes

[docs]
comment = Main Document Share for important Corporate Documents
path = /doc
read only = No
create mask = 0755
force directory mode = 0755
guest ok = Yes

[homes]
comment = Home directories
valid users = %S
read only = No
create mask = 0755
browseable = No

[profiles]
comment = User Profiles (change path as needed)
path = /var/spool/profiles
read only = No
profile acls = Yes
 
Old 07-11-2003, 10:57 AM   #53
hakcenter
Member
 
Registered: Apr 2003
Location: Not to far from the computer screen
Distribution: RedHat 9.0
Posts: 324

Original Poster
Rep: Reputation: 30
Well I'll be fucking damned, after days of problems

I got it, guess what the problem was!

































Aboslutely nothing, theres a incompatibility with my server configuration and samba. 3.02b Samba upgrade via webmin, and the shit starts working, HURRAH HURRAH

If we had dancing bananas i'd post a screen of them
 
Old 07-11-2003, 11:06 AM   #54
ikw38
Member
 
Registered: Nov 2002
Location: Dallas
Distribution: RedHat 8
Posts: 270

Rep: Reputation: 30
Hey congratulations-- but please watch the bad words....

ikw38
 
Old 07-11-2003, 12:11 PM   #55
hakcenter
Member
 
Registered: Apr 2003
Location: Not to far from the computer screen
Distribution: RedHat 9.0
Posts: 324

Original Poster
Rep: Reputation: 30
their just words, its pretty common vocal out where im at, including my boss.
 
  


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 PDC & Win2K Profiles Pimple Linux - Networking 2 01-14-2006 10:43 AM
SuSE9 && Samba && Win2k DaFrEQ Linux - Software 2 01-27-2004 07:45 AM
SuSE 9, Samba server and Win2k server domain koskoboy Linux - Networking 3 12-11-2003 06:32 AM
Samba & R.H.9, Win2k chopp Linux - Networking 16 09-24-2003 01:00 PM
Samba & Active Directory in Win2k robinhood1995 Linux - General 3 04-13-2002 09:12 PM

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

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