LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-14-2002, 03:54 PM   #1
gritts
LQ Newbie
 
Registered: Apr 2002
Location: Washington
Distribution: Mepis
Posts: 15

Rep: Reputation: 0
Win xp pro on samba PDC????


Hello,
I am fairly new to Linux. I have redhat 7.2 and have set up samba 2.2.3a . I was able to set up the samba server and view shares with my xp machine, then I decided to set samba up as Primary domain controller. Now I can join the domain, but after reboot can't log into domain error message : domain controller down, not available, or machine account not found.
I have already tried the winxp_signorseal.reg that didn't help any!
If anyone can get me headed in the correct direction I'd appreciate it!
 
Old 04-15-2002, 01:58 PM   #2
gritts
LQ Newbie
 
Registered: Apr 2002
Location: Washington
Distribution: Mepis
Posts: 15

Original Poster
Rep: Reputation: 0
has it been done succesfully?

Ok, next question .
does anyone know if a windows xp pro workstation has succesfully been joined and logged into a samba domain?
'cause I haven't found any info anywhere that would say yes it has!
Chris
 
Old 04-15-2002, 11:31 PM   #3
gritts
LQ Newbie
 
Registered: Apr 2002
Location: Washington
Distribution: Mepis
Posts: 15

Original Poster
Rep: Reputation: 0
2 weeks of time pays off!!

Finally....
with only 2 weeks of my time tweaking on this I finally have succesfully joined and logged into my samba PDC from my xp workstation.
now just trying to configure logon paths and scripts and all that fun stuff.

For anyone else that is trying to do this I am working on thoroughly documenting everything that I have done to make this work!
 
Old 05-24-2002, 04:56 PM   #4
gritts
LQ Newbie
 
Registered: Apr 2002
Location: Washington
Distribution: Mepis
Posts: 15

Original Poster
Rep: Reputation: 0
samba PDC info

Real quickly to the guys that have inquired.
you'll need the registry tweak
http://www.gritton.biz/samba_xp_domain_member.txt
and you'll need samba v2.2.3a
A little info I started on but have not finished (just through together) is here
http://www.gritton.biz/samba
--Updated links 07/16/2003--
Hope that helps and if any questions feel free to ask them.

Last edited by gritts; 10-19-2003 at 11:55 PM.
 
Old 06-03-2002, 06:35 PM   #5
sewer_monkey
Member
 
Registered: May 2002
Location: Toronto, ON, Canada
Distribution: Ubuntu, Debian, RedHat/CentOS
Posts: 624

Rep: Reputation: 31
LOL, I am now at the stage where I can join the domain, but unable to log in to any account defined on the PDC. Any insight will be appreciated. I am using Windoze XP Pro as well (my setup is pretty much identical to yours).

Thanx in advance!

P.S. Nice web site you got there, BTW your registry patch is available in /usr/share/doc/samba-2.2.3a/docs/Registry
 
Old 06-04-2002, 10:01 AM   #6
sewer_monkey
Member
 
Registered: May 2002
Location: Toronto, ON, Canada
Distribution: Ubuntu, Debian, RedHat/CentOS
Posts: 624

Rep: Reputation: 31
OK, I got it. Apparently I used the registry patch (which is analogou to yours) that came with SAMBA without checking it out first. It was is UNIX format (i.e. LF line endings), and that &%% Registry Editor reported that everything was merged successfully, when it wasn't. I keep on getting more and more surprised at the stupidity of M$ developers. Basically, due to messed up line endings, the file was just a commented one liner. Well, why the hell would regedit report that it's OK? There's nothing to merge from it! What idiots!

Well, I feel like an idiot myself too, for being prone to such a stupid problem and for not doublechecking the registry editor's work ...
 
Old 09-11-2002, 01:03 AM   #7
DJFauß
Member
 
Registered: May 2001
Location: Germany
Distribution: SuSE 8.1
Posts: 48

Rep: Reputation: 15
Hi peepz,

I followed gritts tut and still have the problem that I can't log on to the PDC with the known error message: domain controller down, not available, or machine account not found.

Any idea's what the heck is going on?

Running:
SuSE 8.0 Pro with Samba 2.2.3a as a PDC
WinXP SP1 as clients

Last edited by DJFauß; 09-11-2002 at 01:09 AM.
 
Old 09-11-2002, 01:43 AM   #8
DJFauß
Member
 
Registered: May 2001
Location: Germany
Distribution: SuSE 8.1
Posts: 48

Rep: Reputation: 15
Problem 1 solved:

Windows wants to have NetBIOS over TCP/IP activated instead of the default entry use NetBIOS configuration of the server, which can be edited on the network configuration -> TCP/IP.

Problem 2:

Now Windows logs on and tell's me it couldn't find my profile and then it can't find the local one either ... if it's not there wasn't samba supposed to create it? (I'm a PDC ). Is there something I need to do to WinXP so my serverside profile will be created?
Currently I get logged on as "Default user" - not very exciting.

Last edited by DJFauß; 09-11-2002 at 01:23 PM.
 
Old 09-19-2002, 01:14 AM   #9
DJFauß
Member
 
Registered: May 2001
Location: Germany
Distribution: SuSE 8.1
Posts: 48

Rep: Reputation: 15
Anybody alive?
 
Old 11-20-2002, 07:16 PM   #10
gritts
LQ Newbie
 
Registered: Apr 2002
Location: Washington
Distribution: Mepis
Posts: 15

Original Poster
Rep: Reputation: 0
I am sure you have figured it out by now, but thought I'd check.

For your roaming profile to be created you'll need to make sure that you have

logon path = \\%L\profiles\%U

logon drive = S:

logon home = \\%L\%U


[homes]

comment = Home Directories

read only = No

browseable = No

[netlogon]

comment = Network Logon Service

path = /home/netlogon

guest ok = Yes

browseable = No

share modes = No

[profiles]

path = /home/profiles

read only = No

guest ok = Yes

browseable = No

In your SMB.conf file, I think that the shares must be named " net logon" and " profiles "
also with the appropriate rights and I don't recall what they must be set to.
Hope you've had it figured out. Sorry, that I didn't get back sooner!
Chris Gritton
 
Old 11-21-2002, 01:14 AM   #11
DJFauß
Member
 
Registered: May 2001
Location: Germany
Distribution: SuSE 8.1
Posts: 48

Rep: Reputation: 15
Got it working already thx
I'm currently stuck with the printers ...
 
Old 11-26-2002, 05:56 AM   #12
saavik
Member
 
Registered: Nov 2001
Location: NRW, Germany
Distribution: SLES / FC/ OES / CentOS
Posts: 614

Rep: Reputation: 32
linux as pdc in medium network

Hy!

I` am thinking about making Linux the PDC in a network containing about 130 Clients and about 200 User.
What about your experience ?
Will this work ?

By the way:

I know, I like linux too, but what about the different advantages and disadvantages ?

Thanks!
 
Old 11-26-2002, 08:36 AM   #13
kaiwhoeatspie
LQ Newbie
 
Registered: Nov 2002
Location: London, England
Distribution: SuSE 8.1 Professional
Posts: 18

Rep: Reputation: 0
Hi DJFauß, it sounds like you've got exactly the same setup as mine (Linux & XP). Could you post a copy of your smb.conf?
 
Old 11-26-2002, 09:40 AM   #14
DJFauß
Member
 
Registered: May 2001
Location: Germany
Distribution: SuSE 8.1
Posts: 48

Rep: Reputation: 15
I will asap .. but won't be before friday ...
 
  


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, win 9x and 2k acop Linux - Networking 0 10-31-2005 01:35 PM
Win XP not saving / uploading (or even downloading) profiles to / from samba PDC systemparadox Linux - Networking 4 05-10-2005 02:01 PM
Samba 2.2 PDC AND Win 2k gasurfman Linux - Networking 0 10-30-2003 02:41 PM
Setting up Samba with SuSe 8.1 and Win 2K/Win XP Pro crstine Linux - Networking 1 12-11-2002 06:21 AM
Samba PDC: i can't create shares on win box dbos Linux - Software 6 08-15-2002 11:01 PM

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

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