Displaying 20 results from an estimated 2000 matches similar to: "default extended file attributes on ZFS [samba 3.6.5 / freebsd ]"
2009 Jun 22
2
Creating ZFS filesystem with inherited ACLs ?
Hi @all,
with ZFS its recommended to create a new filesystem, for example for each user to give them a home directory.
So far, so good. The homes should be under tank/export/home/staff and my intention is to restrict the ACL rights so only the user self can access his own home directory.
I study the ZFS Admin Guide and found the aclmode and aclinherit options, IMHO for my intention the
2010 Oct 23
2
No ACL inheritance with aclmode=passthrough in onnv-134
Hi list,
while preparing for the changed ACL/mode_t mapping semantics coming
with onnv-147 [1], I discovered that in onnv-134 on my system ACLs are
not inherited when aclmode is set to passthrough for the filesystem.
This very much puzzles me. Example:
$ uname -a
SunOS os 5.11 snv_134 i86pc i386 i86pc
$ pwd
/Volumes/ACLs/dir1
$ zfs list | grep /Volumes
rpool/Volumes 7,00G 39,7G 6,84G
2008 Jul 15
1
Cannot share RW, "Permission Denied" with sharenfs in ZFS
Hi everyone,
I have just installed Solaris and have added a 3x500GB raidz drive array. I am able to use this pool (''tank'') successfully locally, but when I try to share it remotely, I can only read, I cannot execute or write. I didn''t do anything other than the default ''zfs set sharenfs=on tank''... how can I get it so that any allowed user can access
2008 Jul 15
2
Cannot share RW, "Permission Denied" with sharenfs in ZFS
Hi everyone,
I have just installed Solaris and have added a 3x500GB raidz drive array. I am able to use this pool (''tank'') successfully locally, but when I try to share it remotely, I can only read, I cannot execute or write. I didn''t do anything other than the default ''zfs set sharenfs=on tank''... how can I get it so that any allowed user can access
2010 Oct 01
1
File permissions getting destroyed with M$ software on ZFS
All,
Running Samba 3.5.4 on Solaris 10 with ZFS file system. I have
issues where we have shared group folders. In these folders a userA in
GroupA create file just fine with the correct inherited permissions
660. Problem is when userB in GroupA reads and modifies that file, with
M$ office apps, the permissions get whacked to 060+ and the file becomes
read only by everyone.
I did
2011 Jun 30
1
cross platform (freebsd) zfs pool replication
Hi,
I have two servers running: freebsd with a zpool v28 and a nexenta (opensolaris b134) running zpool v26.
Replication (with zfs send/receive) from the nexenta box to the freebsd works fine, but I have a problem accessing my replicated volume. When I''m typing and autocomplete with tab key the command cd /remotepool/us (for /remotepool/users) I get a panic.
check the panic @
2012 May 20
1
[Bug 8948] New: ZFS acls are not inherited.
https://bugzilla.samba.org/show_bug.cgi?id=8948
Summary: ZFS acls are not inherited.
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: ryan at mailinator.com
2010 Oct 04
1
Solaris 10, zfs and windows
This seems to work.
The Samba (3.0.37) server is running Solaris 10 8/07 with the share on
zfs and joined to a windows 2003 active directory domain. Files created
in Solaris can be edited from windows without the permission being
changed. Files created from windows have the correct Solaris
permissions, owner and group and can be edited without permissions being
changed. We use the chmod command to
2016 Nov 10
0
ACL on ZFS
My Server is running 4.5.1 on Ubuntu 16.04, most of the shares are located
on a zfs raid. Some of the added profiles are now getting corrputed and
cannot login anymore due to some files in the profile share not being
accessible
After searching online I found two solutions:
a) setting aclmode=passthrough, aclinherit=passthrough on the zfs volume
b) using nt4 acl mode and the vfs_zfsacl module on
2015 Sep 27
1
Maildir: ACLs/Unix perms: unlink(...) failed: Permission denied
Hi,
I tried again with some other options.
After finding
http://www.dovecot.org/list/dovecot/2013-November/093793.html
I deleted every ACL from the directory Maildir and I also assigned the
group "mail" to it, recursively:
OmniOS-Xeon:/tank/home/olaf/Maildir/.Generiche $ ls -lV
total 903
drwxrwxrwx 2 olaf mail 2 Sep 27 23:47 cur
2016 Jan 15
1
problems with initial install, simple server config
On 2016-01-15, ROWLAND PENNY wrote:
> Try running 'samba -b' this will show you where the AD DC expects to
> find things, you should be able to work out from there what needs
> changing on your system.
Ok thanks. I wasn't sure which of the listed directories was important.
I ran samba-tool with debug 9 and I think the issue is where it tries to
create the sysvol volume,
2008 Nov 24
1
No write permission if POSIX bits 0 on ZFS written by M$ Office - dos_mode returning r
Hi all,
I'd appreciate any pointers or advise regarding the following issue with files
written by M$ Office on Samba 3.0.32 on snv_98 (OpenSolaris) on a ZFS filesystem:
samba share:
[sharename]
read only = No
browseable = yes
writeable = yes
directory mask = 0770
create mask = 0770
delete readonly = Yes
acl check permissions =
2016 Sep 02
2
Segmentation fault in samba_upgradedns - Samba 4.4.5
On 2 September 2016 at 12:21, Rowland Penny via samba <samba at lists.samba.org
> wrote:
> On Fri, 2 Sep 2016 11:51:02 +0100
> Cameron Murdoch <cam at macaroon.net> wrote:
>
> > On 2 September 2016 at 09:53, Rowland Penny via samba
> > <samba at lists.samba.org
> > > wrote:
> >
> > > On Thu, 1 Sep 2016 14:12:21 +0100
> > >
2006 Nov 20
1
Temporary mount Properties, small bug?
Hi,
Just playing with zfs and the admin manual ...
# mkfile 100m /export/zfs/disk1
# zpool create data /export/zfs/disk1
# zfs create data/users
# zfs mount -o remount,noatime data/users
# zfs get all data/users
NAME PROPERTY VALUE SOURCE
data/users type filesystem -
data/users creation Mon Nov 20 11:25 2006
2008 Jun 05
2
ZFS NFS cannot write
This is the first time I tried nfs with zfs. I shared the zfs filesystem with nfs, but i can''t write to the files though i mount it as read-write. This is for Solaris 10 update 4. I wonder if there is a bug?
---------------server (sdw2-2)
#zfs create -o sharenfs=on data/nfstest
#zfs get all data/nfstest
NAME PROPERTY VALUE SOURCE
data/nfstest type
2016 Feb 25
1
Can't create gpo with samba4.3 on FreeBSD and ZFS
I have samba 4.3 running on FreeBSD 10.2 on ZFS and I am unable to create new GPOs, getting "invalid Parameter" response.Log files indicate ACL issues. Domain was provisioned with --use-ntvfs option.Filesystem is mounted with this options:zroot/ROOT/default on / (zfs, local, noatime, nfsv4acls)
acl options on zfs are this:zroot/ROOT/default aclmode passthrough inherited from
2010 Jan 06
0
ZFS filesystem size mismatch
A ZFS file system reports 1007GB beeing used (df -h / zfs list). When doing a ''du -sh'' on the filesystem root, I only get appr. 300GB which is the correct size.
The file system became full during Christmas and I increased the quota from 1 to 1.5 to 2TB and then decreased to 1.5TB. No reservations. Files and processes that filled up the file systems have been removed/stopped.
2013 Mar 06
0
where is the free space?
hi All,
Ubuntu 12.04 and glusterfs 3.3.1.
root at tipper:/data# df -h /data
Filesystem Size Used Avail Use% Mounted on
tipper:/data 2.0T 407G 1.6T 20% /data
root at tipper:/data# du -sh .
10G .
root at tipper:/data# du -sh /data
13G /data
It's quite confused.
I also tried to free up the space by stopping the machine (actually LXC VM) with no lock.
After umounting the space
2010 Jun 16
0
files lost in the zpool - retrieval possible ?
Greetings,
my Opensolaris 06/2009 installation on an Thinkpad x60 notebook is a little unstable. From the symptoms during installation it seems that there might be something with the ahci driver. No problem with the Opensolaris LiveCD system.
Some weeks ago during copy of about 2 GB from a USB stick to the zfs filesystem, the system froze and afterwards refused to boot.
Now when investigating
2009 Jan 06
2
POSIX permission bits, ACEs, and inheritance confusion
I am running a test system with Solaris 10u6 and I am somewhat confused as to how ACE inheritance works. I''ve read through http://opensolaris.org/os/community/zfs/docs/zfsadmin.pdf but it doesn''t seem to cover what I am experiencing.
The ZFS file system that I am working on has both aclmode and aclinherit set to passthrough, which I thought would result in the ACEs being just