[Samba] Some Xp Client do not save Profiles

2010-07-21 Thread Michele Moscioni
Hi everybody, I have a samba-3.0.28-0.5 server running on SUSE sles 10 SP2 as PDC with LDAP. It worked fine form months with 25 windows xp SP2 clients storing user profiles. Now with two client installed on march and a new client intalled on june, the user profile is not saved anymore on the s

Re: [Samba] Are acl_xattr and admin users option incompatible?

2010-07-21 Thread Jeremy Allison
On Wed, Jul 21, 2010 at 08:15:35AM -0400, John Mulligan wrote: > Hello List, > > I've run into an interesting situation and am wondering if this is by > design or just an interesting side effect: using both acl_xattr and > a user in the "admin users" list at the same time seem to conflict. > > I

[Samba] smbcontrol -d 3 smbd reload-config permission denied message.

2010-07-21 Thread Northcott, Steve
Hi, I was attempting to make some changes to the file specified on the username map parameter. I then assumed that I needed to refresh the smbd options for this to take effect. I issued smbcontrol -d 3 smbd reload-config but the changes did not happen. In the trace output, I see the following m

Re: [Samba] Pittfals Windows 7 and samba 3.3.8 (centos 5.5), LDAP BE - joining domain

2010-07-21 Thread Cain, Marc
Hi Gotz, See the following link for proper Windows 7 settings: http://wiki.samba.org/index.php/Windows7 Marc On Jul 21, 2010, at 7:24 AM, Götz Reinicke - IT-Koordinator wrote: > Hi, > > recently I got my samba/ldap/pdc setup up and running with xp clients. > > Server: centos 5.5, openlda

[Samba] Pittfals Windows 7 and samba 3.3.8 (centos 5.5), LDAP BE - joining domain

2010-07-21 Thread Götz Reinicke - IT-Koordinator
Hi, recently I got my samba/ldap/pdc setup up and running with xp clients. Server: centos 5.5, openldap-2.3.43-12 and samba3x-3.3.8. The new challenge: adding Windows 7 Clients and upgrading to samba 3.3.x I followed a posting from the centos forum (1) which worked so far for the samba update

Re: [Samba] windows 7 unable to join domain

2010-07-21 Thread fred2010
Cain, Marc wrote: > > On Jun 15, 2010, at 1:42 AM, Ciernik Tomas wrote: > > See: http://wiki.samba.org/index.php/Windows7 for the correct settings. > That page is correct, but for me, when using Windows 7, the pages in http://www.samba.org/samba/docs/man/... are wrong. I spent so long on this

Re: [Samba] smbd -D hangs

2010-07-21 Thread Kai Blin
On Wed, 21 Jul 2010 15:02:35 +0200 Laurent Blin wrote: Hi Laurent, > If I launch manually lpstat -v => it hangs > I had errors in /etc/printers.conf! I fix them. > => lpstat -v finishes correctly > => smbd -D works. > > Thanks for your help, Kay! No problem, you did all of the hard work yourse

[Samba] Are acl_xattr and admin users option incompatible?

2010-07-21 Thread John Mulligan
Hello List, I've run into an interesting situation and am wondering if this is by design or just an interesting side effect: using both acl_xattr and a user in the "admin users" list at the same time seem to conflict. I have a tool that is running on a windows box that needs full access to files

[Samba] sendfile and oplocks

2010-07-21 Thread Ofer Heifetz
Hi list, I want to understand why can`t I disable oplocks and enable sendfile. Basically I do not see a problem when a user opens a file for read to enable sendfile (thus get the performance boost of refraining from copy_to_user/copy_frpm_user). -Ofer -- To unsubscribe from this list go to th

Re: [Samba] smbd -D hangs

2010-07-21 Thread Laurent Blin
OK, I guess I've found. The Truss gives me at the end "fork *" followed by a process number (here, 2316. If I do: # ptree 2316 829 /usr/lib/ssh/sshd 2216 /usr/lib/ssh/sshd 2217 /usr/lib/ssh/sshd 2223 -sh 2227 bash 2314 truss /usr/sfw/sbin/smbd -i -d 10

Re: [Samba] Weird samba pdc problem.

2010-07-21 Thread Donny Brooks
Thanks for the input. Before I received this reply I did a little further testing and do believe I got it working right. I ended up having to remove the machine from the domain, remove the local copy of the users profile on the machine, readd the machine to the domain, and have the user re-logi

Re: [Samba] smbd -D hangs

2010-07-21 Thread Laurent Blin
Hi, I managed to get the smbd "starting" log files: /usr/sfw/sbin/smbd -D -d 3 -l=/var/log/ # cat log.smbd [2010/07/21 12:29:13, 3] lib/fault.c:(134) Maximum core file size limits now -3(soft) -3(hard) [2010/07/21 12:29:13, 3] smbd/sec_ctx.c:(168) get_current_groups: user is in 11 groups: 1

[Samba] Migrate AD to SAMBA 4

2010-07-21 Thread Abhijeet Banerjee
is there any way to migrate w2k3 AD to SAMBA 4 and make samba4 live as AD . I am able to join samba4 to w2k3 AD as DC but not able to promote samba4 to main DC and deactivate the present w2k3 server. Can some help TIA Regards Abhi -- To unsubscribe from this list go to the following URL an

Re: [Samba] smbd -D hangs

2010-07-21 Thread Laurent Blin
Le 21/07/2010 11:14, Kai Blin a écrit : Can you run "strace smbd -D" and capture the output of that so we can see where smbd gets stuck? Below is the truss of smbd Regards, Laurent bash-3.00# truss /usr/sfw/sbin/smbd -D execve("/usr/sfw/sbin/smbd", 0xFFBFFCA4, 0xFFBFFCB0) argc = 2 resolvep

Re: [Samba] smbd -D hangs

2010-07-21 Thread Kai Blin
On Wed, 21 Jul 2010 10:41:28 +0200 Laurent Blin wrote: > Any idea? > Strange thing is it used to work perfectly fine until one close/start. > Since then, smbd juste don't start. Can you run "strace smbd -D" and capture the output of that so we can see where smbd gets stuck? Cheers, Kai -- Kai

[Samba] smbd -D hangs

2010-07-21 Thread Laurent Blin
I'm testing both sunfreeware and official sun (sfw) samba on Solaris 10. For some reason since yesterday, the smbd process just "hangs" at the start. No log is generated on server side Where smbd is started, I can't find any open port on 139 or 145 My OS is Solaris 10 # uname -a SunOS labo2 5

Re: [Samba] how to set samba to not download the whole roaming profiles ?

2010-07-21 Thread Natxo Asenjo
On Wed, Jul 21, 2010 at 10:03 AM, Hubert Choma wrote: > How to set up roaming profiles that samba doesn't download whole > profiles, only necessary files ntuser.ini ntuser.dat eg. end rest of > registry settings? > I would like to setup profiles running (downloading) fast from server > when client

[Samba] how to set samba to not download the whole roaming profiles ?

2010-07-21 Thread Hubert Choma
How to set up roaming profiles that samba doesn't download whole profiles, only necessary files ntuser.ini ntuser.dat eg. end rest of registry settings? I would like to setup profiles running (downloading) fast from server when clients login. Clients XP PRO SP3. Samba ver. 3.0.33-3.29.el5_5 Wh