Re: [Samba] couldn't write to home dir

2003-09-21 Thread andrej misovic
yes my operating system support it,
I don't know, that you see what have been write
in this treath..
If I enable quota on filesystem, where are homedirs,
samba don't allow to write in homes
and send to client message that disk is full..
how can I check my compiling options?
I'm not sure, that I compile with qota support,
..this probably should be that problem..
thx.
		andrej

John H Terpstra wrote:
On Sat, 20 Sep 2003, andrej misovic wrote:


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


Only if your operating system supports quotas.
If your OS supports them, and Samba has been compiled with the
--with-quotas option, then things should work just fine.
Then again, given past experience I am inclineed to be very autious in
answering this question. So maybe you could explain precisely what you are
looking for. It will help to make certain that I am not misleading you.
- John T.



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: [EMAIL PROTECTED]   
e-mail: [EMAIL PROTECTED]  

// 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


Re: [Samba] couldn't write to home dir

2003-09-20 Thread kurt weiss
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
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] couldn't write to home dir

2003-09-20 Thread andrej misovic
I think, that rights are okay,
I have 755 rights on each user dir..
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: [EMAIL PROTECTED]   
e-mail: [EMAIL PROTECTED]  

// 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


Re: [Samba] couldn't write to home dir

2003-09-20 Thread andrej misovic
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: [EMAIL PROTECTED]   
e-mail: [EMAIL PROTECTED]  

// 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


Re: [Samba] couldn't write to home dir

2003-09-20 Thread John H Terpstra
On Sat, 20 Sep 2003, andrej misovic wrote:

 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

Only if your operating system supports quotas.
If your OS supports them, and Samba has been compiled with the
--with-quotas option, then things should work just fine.

Then again, given past experience I am inclineed to be very autious in
answering this question. So maybe you could explain precisely what you are
looking for. It will help to make certain that I am not misleading you.

- John T.


 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
 



-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] couldn't write to home dir

2003-09-19 Thread andrej misovic
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: [EMAIL PROTECTED]   
e-mail: [EMAIL PROTECTED]  

// 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


Re: [Samba] couldn't write to home dir

2003-09-19 Thread Luiz Fernando Aguiar Leme
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 [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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: [EMAIL PROTECTED]   
  e-mail: [EMAIL PROTECTED]  
 
 // 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


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] couldn't write to home dir

2003-09-19 Thread Billy Houster
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 [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 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: [EMAIL PROTECTED]   
   e-mail: [EMAIL PROTECTED]  
  
  // 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
 
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] couldn't write to home dir

2003-09-19 Thread andrej misovic
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..

Bye
--

jabber: [EMAIL PROTECTED]   
e-mail: [EMAIL PROTECTED]  

// 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


Re: [Samba] couldn't write to home dir

2003-09-19 Thread andrej misovic
a note:

if I set write acces for some other dirs,
as is home and profile dir, it works fine..
I don't know...
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..

Bye
--

jabber: [EMAIL PROTECTED]   
e-mail: [EMAIL PROTECTED]  

// 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


Re: [Samba] couldn't write to home dir

2003-09-19 Thread andrej misovic
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 [EMAIL PROTECTED]
To: Luiz Fernando Aguiar Leme [EMAIL PROTECTED]
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: [EMAIL PROTECTED]   
e-mail: [EMAIL PROTECTED]  

// just visit http://www.nirvanaclub.sk



--

jabber: [EMAIL PROTECTED]   
e-mail: [EMAIL PROTECTED]  

// 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


Re: [Samba] couldn't write to home dir

2003-09-19 Thread Tom Dickson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
First off, %U doesn't work in rc2 and earlier.

Secondly, if you're running samba 3 rc4, try:

valid users = %D+%U

Because if you're using winbind, your UNIX name is DOMAIN+UserName, and
%D is domain.
If that fails, try:

write list = %D+%U

which works even in rc2

- -Tom

andrej misovic wrote:
| 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 [EMAIL PROTECTED]
| To: Luiz Fernando Aguiar Leme [EMAIL PROTECTED]
| 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: [EMAIL PROTECTED]   
| e-mail: [EMAIL PROTECTED]  
| 
| // just visit http://www.nirvanaclub.sk
|
|
|
|
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/a6znRliD/69byygRAkADAJ9sjcU8R0ttS3uj6QrFZVobkCetcgCdGAk6
HRwKsQsem4JLCFJ1XkOHnwg=
=8bv9
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba