Hi all We''ve migrated from an old samba installation to a new box with openindiana, and it works well, but... It seems Windows now honours the executable bit, so that .exe files for installing packages, are no longer directly executable. While it is positive that windows honours this bit, it breaks things when we have a software repository on this server. Does anyone know a way to counter this without chmod -R o+x? Vennlige hilsener / Best regards roy -- Roy Sigurd Karlsbakk (+47) 97542685 roy at karlsbakk.net http://blogg.karlsbakk.net/ -- I all pedagogikk er det essensielt at pensum presenteres intelligibelt. Det er et element?rt imperativ for alle pedagoger ? unng? eksessiv anvendelse av idiomer med fremmed opprinnelse. I de fleste tilfeller eksisterer adekvate og relevante synonymer p? norsk.
Chris Ridd
2011-Aug-13 08:14 UTC
[zfs-discuss] [OpenIndiana-discuss] Question about ZFS/CIFS
On 12 Aug 2011, at 21:47, Roy Sigurd Karlsbakk wrote:> Hi all > > We''ve migrated from an old samba installation to a new box with openindiana, and it works well, but... It seems Windows now honours the executable bit, so that .exe files for installing packages, are no longer directly executable. While it is positive that windows honours this bit, it breaks things when we have a software repository on this server. > > Does anyone know a way to counter this without chmod -R o+x?Does setting the aclinherit=passthrough-x zfs property on the filesystem help? I''m not sure, but you may still need to do a chmod -R on each filesystem to set the ACLs on each existing directory. Chris
Roy Sigurd Karlsbakk
2011-Aug-13 12:37 UTC
[zfs-discuss] [OpenIndiana-discuss] Question about ZFS/CIFS
> Does setting the aclinherit=passthrough-x zfs property on the > filesystem help?I''ll try that once I''m back at the office - thanks!> I''m not sure, but you may still need to do a chmod -R on each > filesystem to set the ACLs on each existing directory.I''ll try the one above first... Vennlige hilsener / Best regards roy -- Roy Sigurd Karlsbakk (+47) 97542685 roy at karlsbakk.net http://blogg.karlsbakk.net/ -- I all pedagogikk er det essensielt at pensum presenteres intelligibelt. Det er et element?rt imperativ for alle pedagoger ? unng? eksessiv anvendelse av idiomer med fremmed opprinnelse. I de fleste tilfeller eksisterer adekvate og relevante synonymer p? norsk.
Roy Sigurd Karlsbakk
2011-Aug-15 08:57 UTC
[zfs-discuss] [OpenIndiana-discuss] Question about ZFS/CIFS
> > We''ve migrated from an old samba installation to a new box with > > openindiana, and it works well, but... It seems Windows now honours > > the executable bit, so that .exe files for installing packages, are > > no longer directly executable. While it is positive that windows > > honours this bit, it breaks things when we have a software > > repository on this server. > > > > Does anyone know a way to counter this without chmod -R o+x? > > Does setting the aclinherit=passthrough-x zfs property on the > filesystem help? > > I''m not sure, but you may still need to do a chmod -R on each > filesystem to set the ACLs on each existing directory.Setting aclinherit didn''t help much. It seems +x isn''t inherited to files, only dirs. I found new files are created with the correct permissions, so I just chmod +x the lot... Vennlige hilsener / Best regards roy -- Roy Sigurd Karlsbakk (+47) 97542685 roy at karlsbakk.net http://blogg.karlsbakk.net/ -- I all pedagogikk er det essensielt at pensum presenteres intelligibelt. Det er et element?rt imperativ for alle pedagoger ? unng? eksessiv anvendelse av idiomer med fremmed opprinnelse. I de fleste tilfeller eksisterer adekvate og relevante synonymer p? norsk.