search for: easyco

Displaying 6 results from an estimated 6 matches for "easyco".

2006 Oct 02
0
Re: Fw: Xend start and after lose network
...sue. In my case, I think the issue is somewhat flaky hardware. Hopefully this will help you as well. ps: I am "off-list" but the archives are still quite useful. -- -------------------------------------------------------------------- Doug Dumitru 800-470-2756 (610-237-2000) EasyCo LLC doug@easyco.com http://easyco.com -------------------------------------------------------------------- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2024 Oct 28
1
[smb.conf] How to get "rw r r" ?
...gt; > archive/hidden/system.? For these, see `store dos attributes` > > and `map system`, `map hidden` etc in smb.conf manpage. > > Using "force create mode = 0644", a new file is still rwx r r, not rw > r r as expected :-/ > > The man page > <http://mrtg.easyco.net/easydocs/linux/man/man5/smb.conf.htm> doesn't > include "store dos attributes". Your link appears to point to the smb.conf manpage for Samba 1.9.18, just what version of Samba are you using ? On what OS ? If you are using vfs_acl_xattr, then you shouldn't be using any...
2024 Oct 28
1
[smb.conf] How to get "rw r r" ?
On 28/10/2024 12:37, Rowland Penny via samba wrote: >> The man page >> <http://mrtg.easyco.net/easydocs/linux/man/man5/smb.conf.htm> doesn't >> include "store dos attributes". > Your link appears to point to the smb.conf manpage for Samba 1.9.18, > just what version of Samba are you using ? On what OS ? I didn't know what version if refered to. Samba? 4....
2024 Oct 28
1
[smb.conf] How to get "rw r r" ?
..., these are mapped to DOS attributes, > archive/hidden/system.? For these, see `store dos attributes` > and `map system`, `map hidden` etc in smb.conf manpage. Using "force create mode = 0644", a new file is still rwx r r, not rw r r as expected :-/ The man page <http://mrtg.easyco.net/easydocs/linux/man/man5/smb.conf.htm> doesn't include "store dos attributes". "map system: This controls whether DOS style system files should be mapped to the UNIX group execute bit. Note that this requires the 'create mask' to be set such that the group execu...
2024 Oct 28
1
[smb.conf] How to get "rw r r" ?
...Fault <https://serverfault.com/questions/96514/how-to-set-linux-default-acls-differently-for-directories-and-files> Jonathan Le 10/28/2024 ? 1:39 PM, Gilles via samba a ?crit : > On 28/10/2024 12:37, Rowland Penny via samba wrote: >>> The man page >>> <http://mrtg.easyco.net/easydocs/linux/man/man5/smb.conf.htm> doesn't >>> include "store dos attributes". >> Your link appears to point to the smb.conf manpage for Samba 1.9.18, >> just what version of Samba are you using ? On what OS ? > > I didn't know what version if...
2024 Oct 26
1
[smb.conf] How to get "rw r r" ?
On 25.10.2024 13:25, Gilles via samba wrote: > Hello, > > On a Linux partition, I'd like new files to be created as "rw r r". > > 0133 doesn't seem to be the right mask for that pupose. > > Does someone know what I should use instead? You need create mask = 0755 (or 0644, but watch for directory mask). This is not like the unix umask thing, this it the