[SOLVED] "opsi-setup --set-rights" problem with samba 4 and acl ?

Antworten
bourhis
Beiträge: 112
Registriert: 07 Nov 2012, 15:57

[SOLVED] "opsi-setup --set-rights" problem with samba 4 and acl ?

Beitrag von bourhis »

Hi,

the command "opsi-setup --set-rights" put the directory "/var/lib/opsi/depot/" with the "660" umask (-rw-rw----), but with the last update of samba the depot need to have the "execute" right.
So I have to do :

Code: Alles auswählen

cd /var/lib/opsi/depot/
chmod u+x,g+x -R *
otherwise no product could be installed (netboot or localboot) !
That's the topic I wrote friday : viewtopic.php?f=8&t=8343

Is anybody have the same problem ?
N.B. : I have activated the "acl" on my server to integrate it in my samba 4 active-directory domain.

My server release is :Ubuntu 14.04.4 LTS
Samba package version : 2:4.3.8
Acl version : 2.2.52-1

Best regards.
Zuletzt geändert von bourhis am 25 Apr 2016, 16:52, insgesamt 1-mal geändert.
Benutzeravatar
SisterOfMercy
Beiträge: 1531
Registriert: 22 Jun 2012, 19:18

Re: "opsi-setup --set-rights" problem with samba 4 and acl ?

Beitrag von SisterOfMercy »

I think something about this has been mentioned in the 4.0.6 release notes.
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
bourhis
Beiträge: 112
Registriert: 07 Nov 2012, 15:57

Re: "opsi-setup --set-rights" problem with samba 4 and acl ?

Beitrag von bourhis »

OK , I read : Now I have the explanation!

Thank you
Antworten