hello, I try to use samba as PDC on NetBSD, but I 've had problem with that combination.. samba work perfectly..but if someone want to write into homedir, they couldn't, and w2k workstation appear message , that disk is full.. disk isn't full, and permission are set correct I don't know, where should be a mistake, I check configuration problably 100x, but I haven't found any problem in it.. have you ever had someone similiar problem? thx a lot andrej -- >> jabber: ado@njs.netlab.cz << >> e-mail: ado@nirvanaclub.sk << ---------------------------------------- // just visit> http://www.nirvanaclub.sk
andre, Verify owner end group of the your home directory (ex andre:group) and permissions (wrx______) inside the file smb.conf, in the your home share, add the option valid users = OWNER OF THE HOME DIRECTORY writable = yes write list = OWNER OF THE HOME DIRECORY Try to do the changes.. Bye ----- Original Message ----- From: "andrej misovic" <ado@nirvanaclub.sk> To: <samba@lists.samba.org> Sent: Friday, September 19, 2003 1:21 PM Subject: [Samba] couldn't write to home dir> hello, > I try to use samba as PDC on NetBSD, > but I 've had problem with that combination.. > > samba work perfectly..but > if someone want to write into homedir, they couldn't, > and w2k workstation appear message , > that disk is full.. > disk isn't full, and permission are set correct > I don't know, where should be a mistake, > I check configuration problably 100x, > but I haven't found any problem in it.. > > have you ever had someone similiar problem? > thx a lot > > andrej > -- > > >> jabber: ado@njs.netlab.cz << > >> e-mail: ado@nirvanaclub.sk << > ---------------------------------------- > // just visit> http://www.nirvanaclub.sk > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >
Andre> > Verify owner end group of the your home directory (ex andre:group) and > permissions (wrx______) > > inside the file smb.conf, in the your home share, add the option > > valid users = OWNER OF THE HOME DIRECTORY > writable = yes > write list = OWNER OF THE HOME DIRECORY > > Try to do the changes.. > > Bye > ----- Original Message ----- > From: "andrej misovic" <ado@nirvanaclub.sk> > To: <samba@lists.samba.org> > Sent: Friday, September 19, 2003 1:21 PM > Subject: [Samba] couldn't write to home dir > > > > hello, > > I try to use samba as PDC on NetBSD, > > but I 've had problem with that combination.. > > > > samba work perfectly..but > > if someone want to write into homedir, they couldn't, > > and w2k workstation appear message , > > that disk is full.. > > disk isn't full, and permission are set correct > > I don't know, where should be a mistake, > > I check configuration problably 100x, > > but I haven't found any problem in it.. > > > > have you ever had someone similiar problem? > > thx a lot > > > > andrej > > -- > > > > >> jabber: ado@njs.netlab.cz << > > >> e-mail: ado@nirvanaclub.sk << > > ---------------------------------------- > > // just visit> http://www.nirvanaclub.sk > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba > > >
yeah, everything in system is okay.. if I log as a user from workstation, which isn't in domain it works perfectly, but when I try to do this with pc in domain, I couldn't write to homedir and profiledir ...strange ado Billy Houster wrote:> ok Ado, > > Check the etc/group. Perhaps samba server follow the permissions writed on > /etc/group > > only for test, add a new user on NetBSD, make the home directory and > permission 777. verify no etc/passwd using VIPW if the user was add > correctly. make the new share on smb.conf. REstart the services... > > Regards. > ----- Original Message ----- > From: "andrej misovic" <ado@nirvanaclub.sk> > To: "Luiz Fernando Aguiar Leme" <billy@tol.net.br> > Sent: Friday, September 19, 2003 1:39 PM > Subject: Re: [Samba] couldn't write to home dir > > > >>permissions are okay, >>for test I tred set full 777 perm., but haven't worked, >>in home section I have: >> >> writable = yes >>valid users = %U >>write list = @group >> >>.. >> >>ado >> >>Luiz Fernando Aguiar Leme wrote: >> >>>andre, >>> >>>Verify owner end group of the your home directory (ex andre:group) and >>>permissions (wrx______) >>> >>>inside the file smb.conf, in the your home share, add the option >>> >>>valid users = OWNER OF THE HOME DIRECTORY >>>writable = yes >>>write list = OWNER OF THE HOME DIRECORY >>> >>>Try to do the changes.. >>> >> >>-- >> >> >> jabber: ado@njs.netlab.cz << >> >> e-mail: ado@nirvanaclub.sk << >>---------------------------------------- >>// just visit> http://www.nirvanaclub.sk >> >> > >-- >> jabber: ado@njs.netlab.cz << >> e-mail: ado@nirvanaclub.sk << ---------------------------------------- // just visit> http://www.nirvanaclub.sk
maybe your parent directory has the wrong rights: e.g.: /network/samba/username user: username group: wingroup network: root.root 0750 (drwxr-x---) samba: root.wingroup 0777 (drwxrwxrwx) username:username.wingroup 0777 (drwxrwxrwx) *** this will *not* work - u need basically executable rights on all parent directories. (mistake in 'network') network: root.root 0751 (drwxr-x--x) samba: root.wingroup 0750 (drwxr-x---) username:username.wingroup 0700 (drwx------) *** this will work - username has minimal x rights on all parents... i hope it helpes... gk andrej misovic schrieb:> hello, > I try to use samba as PDC on NetBSD, > but I 've had problem with that combination.. > > samba work perfectly..but > if someone want to write into homedir, they couldn't, > and w2k workstation appear message , > that disk is full.. > disk isn't full, and permission are set correct > I don't know, where should be a mistake, > I check configuration problably 100x, > but I haven't found any problem in it.. > > have you ever had someone similiar problem? > thx a lot > > andrej
I found where was that problem.. I turned on quotas on home filesystem and it didn't work, but after disabling quotas, it works fine.. Does samba 2 support quotas? I really need to have quotas on that system thx. andrej kurt weiss wrote:> no, that's an example. it should show, that u have problems, if in one > of your *parent directories* u have zero rights... > > we always ru users for samba under a extra group (without shell), so we > deny access to linux for all winusers... > > andrej misovic schrieb: > >> ehm, one question, >> I must somewhere specify wingroup?? >> >> kurt weiss wrote: >> >>> maybe your parent directory has the wrong rights: >>> e.g.: >>> >>> /network/samba/username >>> user: username group: wingroup >>> >>> network: root.root 0750 (drwxr-x---) >>> samba: root.wingroup 0777 (drwxrwxrwx) >>> username:username.wingroup 0777 (drwxrwxrwx) >>> *** this will *not* work - u need basically executable rights on all >>> parent directories. (mistake in 'network') >>> >>> network: root.root 0751 (drwxr-x--x) >>> samba: root.wingroup 0750 (drwxr-x---) >>> username:username.wingroup 0700 (drwx------) >>> *** this will work - username has minimal x rights on all parents... >>> >>> i hope it helpes... >>> gk >>>-- >> jabber: ado@njs.netlab.cz << >> e-mail: ado@nirvanaclub.sk << ---------------------------------------- // just visit> http://www.nirvanaclub.sk