Hello! Having an issue with getting gpo to apply for my win7 clients. Running samba4. Creating gpo with gpmc and they are created under var/locks/sysvol/"mydomain"/policies They applies just perfect on win xp clients but when trying on win7 clients they just won?t apply. When runnin gpupdate /force we get this(summary): Could not read the file "path to policy". Possible problems. a. Namematch/connection to dc b. Delay in file replication service c. dfs client inactive Anyone got any ideas?
On 12/05/2011 11:21, taetre at bredband.net wrote:> > Hello! > > Having an issue with getting gpo to apply for my win7 > clients. > > Running samba4. > > Creating gpo with gpmc and they are created > under var/locks/sysvol/"mydomain"/policies > > They applies just perfect > on win xp clients but when trying on win7 clients they just won?t apply. > > > When runnin gpupdate /force we get this(summary): > > Could not read the > file "path to policy". Possible problems. > > a. Namematch/connection to > dc > > b. Delay in file replication service > > c. dfs client inactive > > > Anyone got any ideas?Try to add: host msdfs = yes in [Global] section. Also try to access your sysvol folder this way \\mydomain.tld\sysvol\mydomain.tld\Policies in windows XP and then in windows 7. Finally you can send us a tcpdump/tshark capture between you windows client and samba server, see here for instruction on tracing: https://wiki.samba.org/index.php/Capture_Packets. Matthieu. -- Matthieu Patou Samba Team http://samba.org Private repo http://git.samba.org/?p=mat/samba.git;a=summary
Hi, I thought dfs is not working with samba4, " Try to add: host msdfs = yes"???!! Is it or not? My last tries failed. ----------------------------------------------- EDV Daniel M?ller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 T?bingen Tel.: 07071/206-463, Fax: 07071/206-499 eMail: mueller at tropenklinik.de Internet: www.tropenklinik.de ----------------------------------------------- -----Urspr?ngliche Nachricht----- Von: samba-bounces at lists.samba.org [mailto:samba-bounces at lists.samba.org] Im Auftrag von Matthieu Patou Gesendet: Freitag, 13. Mai 2011 10:49 An: samba at lists.samba.org Betreff: Re: [Samba] Samba 4 and gpo in win7 On 12/05/2011 11:21, taetre at bredband.net wrote:> > Hello! > > Having an issue with getting gpo to apply for my win7 > clients. > > Running samba4. > > Creating gpo with gpmc and they are created > under var/locks/sysvol/"mydomain"/policies > > They applies just perfect > on win xp clients but when trying on win7 clients they just won?t apply. > > > When runnin gpupdate /force we get this(summary): > > Could not read the > file "path to policy". Possible problems. > > a. Namematch/connection to > dc > > b. Delay in file replication service > > c. dfs client inactive > > > Anyone got any ideas?Try to add: host msdfs = yes in [Global] section. Also try to access your sysvol folder this way \\mydomain.tld\sysvol\mydomain.tld\Policies in windows XP and then in windows 7. Finally you can send us a tcpdump/tshark capture between you windows client and samba server, see here for instruction on tracing: https://wiki.samba.org/index.php/Capture_Packets. Matthieu. -- Matthieu Patou Samba Team http://samba.org Private repo http://git.samba.org/?p=mat/samba.git;a=summary -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
Hi! Could access sysvol directory per default from xp and win7 machines. Tried adding adding host msdfs = yes in smb.conf. Afterwards non of the clients could access sysvol directory through explorer view. And still no gpo applying for win7 clients. I?m kinda confused. Are gpo suppose to work with samba4 and win7? It works perfect with my win xp clients. ----- Ursprungligt meddelande ----- Fr?n: "Daniel M?ller" <mueller at tropenklinik.de> Till: mat at samba.org, samba at lists.samba.org Skickat: fredag, 13 maj 2011 11:14:21 ?mne: Re: [Samba] Samba 4 and gpo in win7 Hi, I thought dfs is not working with samba4, " Try to add: host msdfs = yes"???!! Is it or not? My last tries failed. ----------------------------------------------- EDV Daniel M?ller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 T?bingen Tel.: 07071/206-463, Fax: 07071/206-499 eMail: mueller at tropenklinik.de Internet: www.tropenklinik.de ----------------------------------------------- -----Urspr?ngliche Nachricht----- Von: samba-bounces at lists.samba.org [mailto:samba-bounces at lists.samba.org] Im Auftrag von Matthieu Patou Gesendet: Freitag, 13. Mai 2011 10:49 An: samba at lists.samba.org Betreff: Re: [Samba] Samba 4 and gpo in win7 On 12/05/2011 11:21, taetre at bredband.net wrote:> > Hello! > > Having an issue with getting gpo to apply for my win7 > clients. > > Running samba4. > > Creating gpo with gpmc and they are created > under var/locks/sysvol/"mydomain"/policies > > They applies just perfect > on win xp clients but when trying on win7 clients they just won?t apply. > > > When runnin gpupdate /force we get this(summary): > > Could not read the > file "path to policy". Possible problems. > > a. Namematch/connection to > dc > > b. Delay in file replication service > > c. dfs client inactive > > > Anyone got any ideas?Try to add: host msdfs = yes in [Global] section. Also try to access your sysvol folder this way \\mydomain.tld\sysvol\mydomain.tld\Policies in windows XP and then in windows 7. Finally you can send us a tcpdump/tshark capture between you windows client and samba server, see here for instruction on tracing: https://wiki.samba.org/index.php/Capture_Packets. Matthieu. -- Matthieu Patou Samba Team http://samba.org Private repo http://git.samba.org/?p=mat/samba.git;a=summary -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
On 13/05/2011 13:14, Daniel M?ller wrote:> Hi, > > I thought dfs is not working with samba4, " Try to add: host msdfs = yes"???!! > Is it or not? My last tries failed. >We support just the dfs referral location resolving protocol on samba4 and only for sysvol and netlogon share. Matthieu -- Matthieu Patou Samba Team http://samba.org Private repo http://git.samba.org/?p=mat/samba.git;a=summary
On 12/05/2011 11:21, taetre at bredband.net wrote:> > Hello! > > Having an issue with getting gpo to apply for my win7 > clients. > > Running samba4. > > Creating gpo with gpmc and they are created > under var/locks/sysvol/"mydomain"/policies > > They applies just perfect > on win xp clients but when trying on win7 clients they just won?t apply. > > > When runnin gpupdate /force we get this(summary): >So I pushed a few fixes in the Git tree of samba and made a lot of tests about this. First you need: host msdfs = yes in the [global] part of your configuration. Then reboot XP / windows7. Try to access \\domain.tld\sysvol and also navigate inside it. If it works it means that dfs for sysvol is working in most the case it will solve Windows7 problems with fetching the GPO. If not make trace from the samba server and send us for analysis, trace can be done like this: tcpdump -i any host ip_of_the_client -s 16000 -w /tmp/trace.pcap. Matthieu. -- Matthieu Patou Samba Team http://samba.org Private repo http://git.samba.org/?p=mat/samba.git;a=summary
Hello! Attached a trace file while running gpupdate. Accessing sysvol works through: \\ip\sysvol and \\dc.domain_name\sysvol Doesn?t work through \\domainname\sysvol ----- Ursprungligt meddelande ----- Fr?n: "Matthieu Patou" <mat at samba.org> Till: samba at lists.samba.org, "samba-technical" <samba-technical at lists.samba.org> Skickat: torsdag, 19 maj 2011 15:31:34 ?mne: Re: [Samba] Samba 4 and gpo in win7 On 12/05/2011 11:21, taetre at bredband.net wrote:> > Hello! > > Having an issue with getting gpo to apply for my win7 > clients. > > Running samba4. > > Creating gpo with gpmc and they are created > under var/locks/sysvol/"mydomain"/policies > > They applies just perfect > on win xp clients but when trying on win7 clients they just won?t apply. > > > When runnin gpupdate /force we get this(summary): >So I pushed a few fixes in the Git tree of samba and made a lot of tests about this. First you need: host msdfs = yes in the [global] part of your configuration. Then reboot XP / windows7. Try to access \\domain.tld\sysvol and also navigate inside it. If it works it means that dfs for sysvol is working in most the case it will solve Windows7 problems with fetching the GPO. If not make trace from the samba server and send us for analysis, trace can be done like this: tcpdump -i any host ip_of_the_client -s 16000 -w /tmp/trace.pcap. Matthieu. -- Matthieu Patou Samba Team http://samba.org Private repo http://git.samba.org/?p=mat/samba.git;a=summary -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
in your example>Accessing sysvol works through: \\ip\sysvol and >\\dc.domain_name\sysvol^^^^^^^^ ^^^^^^^^^^^^^^^^ Ipadres Hostname.domainname_local>Doesn?t work through \\domainname\sysvol^^^^^^^^^^^^^^ expected here is \\hostname \\domainname is a no go. Louis>-----Oorspronkelijk bericht----- >Van: kalle at zimbra.inputinterior.se >[mailto:samba-bounces at lists.samba.org] Namens Kalle Pettersson >Verzonden: 2011-05-20 16:51 >Aan: mat at samba.org >CC: samba at lists.samba.org >Onderwerp: Re: [Samba] Samba 4 and gpo in win7 > >Hello! > >Attached a trace file while running gpupdate. > >Accessing sysvol works through: \\ip\sysvol and >\\dc.domain_name\sysvol >Doesn?t work through \\domainname\sysvol > > > > > >----- Ursprungligt meddelande ----- > >Fr?n: "Matthieu Patou" <mat at samba.org> >Till: samba at lists.samba.org, "samba-technical" ><samba-technical at lists.samba.org> >Skickat: torsdag, 19 maj 2011 15:31:34 >?mne: Re: [Samba] Samba 4 and gpo in win7 > >On 12/05/2011 11:21, taetre at bredband.net wrote: >> >> Hello! >> >> Having an issue with getting gpo to apply for my win7 >> clients. >> >> Running samba4. >> >> Creating gpo with gpmc and they are created >> under var/locks/sysvol/"mydomain"/policies >> >> They applies just perfect >> on win xp clients but when trying on win7 clients they just >won?t apply. >> >> >> When runnin gpupdate /force we get this(summary): >> >So I pushed a few fixes in the Git tree of samba and made a >lot of tests >about this. >First you need: >host msdfs = yes in the [global] part of your configuration. > >Then reboot XP / windows7. > >Try to access \\domain.tld\sysvol and also navigate inside it. >If it works it means that dfs for sysvol is working in most >the case it >will solve Windows7 problems with fetching the GPO. > >If not make trace from the samba server and send us for >analysis, trace >can be done like this: tcpdump -i any host ip_of_the_client -s >16000 -w >/tmp/trace.pcap. > >Matthieu. > > > > >-- >Matthieu Patou >Samba Team http://samba.org >Private repo http://git.samba.org/?p=mat/samba.git;a=summary > > >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/options/samba >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/options/samba >