Displaying 20 results from an estimated 12000 matches similar to: "permissions problem with "hide dot files = No""
2010 Jan 12
0
ZFS auto-snapshot in zone
Hello,
I''ve got auto-snapshots enabled in global zone for home directories of all users. Users log in to their individual zones and home directory loads from global zone. All works fine, except that new auto-snapshot have no properties and therefore can''t be accessed in zones.
example from zone:
[~/.zfs/snapshot]:$ ls -Alh
ls: cannot access
2015 Jan 08
0
getting permissions denied on home folders
First, I keep forgetting that I need to change the email address to
reply to the mailing list. Sorry about that, everyone. (Hard to follow a
thread that is fragmented like this one now is.) I am focusing to
intently on my problem.
Rowland, changed to 0755 for the three directories you suggested and
still getting "Access is denied" from my W7 client. I even restarted the
server and
2015 Jan 08
0
getting permissions denied on home folders
Part of the smb.conf
[home]
path = /home/samba/DTDC01/users
comment = user folder 4 redirection
read only = no
Hum-m-m?
---
-------------------------
Bob Wooden of Donelson Trophy
615.885.2846 (main)
www.donelsontrophy.com [1]
"Everyone deserves an award!!"
On 2015-01-08 12:56, Rowland Penny wrote:
> On 08/01/15 18:37, Bob of Donelson Trophy wrote:
> First, I keep
2015 Jan 08
1
getting permissions denied on home folders
On 08/01/15 19:10, Bob of Donelson Trophy wrote:
>
>
> Part of the smb.conf
>
> [home]
> path = /home/samba/DTDC01/users
> comment = user folder 4 redirection
> read only = no
>
> Hum-m-m?
>
> ---
>
> -------------------------
>
> Bob Wooden of Donelson Trophy
>
> 615.885.2846 (main)
> www.donelsontrophy.com [1]
>
>
2015 Jan 08
2
getting permissions denied on home folders
On 08/01/15 18:37, Bob of Donelson Trophy wrote:
>
>
> First, I keep forgetting that I need to change the email address to
> reply to the mailing list. Sorry about that, everyone. (Hard to follow a
> thread that is fragmented like this one now is.) I am focusing to
> intently on my problem.
>
> Rowland, changed to 0755 for the three directories you suggested and
>
2008 Apr 04
1
ACL strange behaviour
hi,
i'm experiencing a strange behaviour when setting ACL from Windows XP
clients (server is BDC with LDAP) after migrating service from SLES 9.3
to SLES 10.1:
i can't set ACL to a folder to give access to individual users without
allowing the group of the creator. step by step, i tried to remove group
permissions (which worked fine) but, when i add permissions to other
users, group
2015 Mar 10
0
setting up W7 profiles
Okay, so I tried a "Bob thing" and it made no difference. So, no comment
on that. However, I am learning.
This is 'wbinfo -*' from my DC1:
root at tdc01:~# wbinfo -u
Administrator
Guest
krbtgt
dns-tdc01
dns-TDC02
root at tdc01:~# wbinfo -g
Enterprise Read-Only Domain Controllers
Domain Admins
Domain Users
Domain Guests
Domain Computers
Domain Controllers
Schema Admins
2015 Mar 09
2
setting up W7 profiles
Gentlemen,
First, let me point out that sometimes (and sometimes not) the mailing
list will strip out some backslash marks in cut and paste. So, if there
is a backslash missing . . . well, ignore that missing mark.
Louis,
When your script runs it creates the following default permissions:
root at mbr01:~# ls -alh /home/samba/TEST/profiles
total 8.0K
drwxr-xr-t 2 root root 4.0K Feb 21 18:39
2006 Aug 07
2
samba 3.0.23a + ldap as PDC - should work, but why?
I've got an issue with roaming profiles with samba 3.0.23a and an LDAP backend. I can use the ldap to authenticate an NT and a local user, and I know alot about PAM, NSS, and general linux. BUT, I can't get ANY roaming profiles to work.
Other than my domain name changed for security purposes, the following is my smb.conf file. (I first used SWAT, then did more customization)
2017 Mar 19
4
Permission denied when logrotating dovecot.log
Thank you. And what user/group/file perms does your dovecot.log file have?
- Michael
On 19/03/17 13:43, Richard wrote:
>
>> Date: Sunday, March 19, 2017 13:32:57 +1300
>> From: Michael Heuberger <michael.heuberger at binarykitchen.com>
>>
>> Hello guys
>>
>> Having headaches here how to make logrotation for dovecot log files
>> work. Having
2017 Mar 19
0
Permission denied when logrotating dovecot.log
> Date: Sunday, March 19, 2017 13:32:57 +1300
> From: Michael Heuberger <michael.heuberger at binarykitchen.com>
>
> Hello guys
>
> Having headaches here how to make logrotation for dovecot log files
> work. Having permission issues:
>
> michael.heuberger at xxx /e/l/daily ??? sudo logrotate -fv
> dovecot.daily
> ?
> reading config file dovecot.daily
2017 Mar 19
0
Permission denied when logrotating dovecot.log
> Date: Sunday, March 19, 2017 14:56:01 +1300
> From: Michael Heuberger <michael.heuberger at binarykitchen.com>
>
> On 19/03/17 13:43, Richard wrote:
>>
>>> Date: Sunday, March 19, 2017 13:32:57 +1300
>>> From: Michael Heuberger <michael.heuberger at binarykitchen.com>
>>>
>>> Hello guys
>>>
>>> Having
2017 Mar 19
0
Permission denied when logrotating dovecot.log
> Date: Sunday, March 19, 2017 15:28:35 +1300
> From: Michael Heuberger <michael.heuberger at binarykitchen.com>
>
> On 19/03/17 15:12, Richard wrote:
>>
>>> Date: Sunday, March 19, 2017 14:56:01 +1300
>>> From: Michael Heuberger <michael.heuberger at binarykitchen.com>
>>>
>>> On 19/03/17 13:43, Richard wrote:
2017 Mar 19
2
Permission denied when logrotating dovecot.log
Well, I tried the same but it didn't work.
Setting my dovecot.log to 600 with root:root is breaking my mail system.
I am then unable to receive and open emails.
Had to apply an ugly hack
/var/log/dovecot*.log {
su syslog syslog
create 666 syslog syslog
rotate 10
...
}
Like that anyone who wants to access/write to it, can do it and all works.
That's my
2017 Mar 19
1
Permission denied when logrotating dovecot.log
Well, I'd rather to have dovecot log alone in one log file.
My initial question is that user/group and file permissions to use??
On 19/03/17 15:40, Richard wrote:
>
>> Date: Sunday, March 19, 2017 15:28:35 +1300
>> From: Michael Heuberger <michael.heuberger at binarykitchen.com>
>>
>> On 19/03/17 15:12, Richard wrote:
>>>> Date: Sunday, March 19,
2015 Jan 08
4
getting permissions denied on home folders
I have a fresh Debian based Samba server and Member server setup.
I have configured profiles and they appear to be saving properly to the
member server.
When I attempt to adjust file permissions (as instructed by the
Sambawiki page "Samba & Windows Profiles") I am getting "Access Denied"
complaints. These I believe (I could be wrong) relate to the file
permissions
2015 Jan 28
1
problem giving setting user permissions on specific folder
On 01/28/15 14:04, Rowland Penny wrote:
> On 28/01/15 18:45, Alberto Valdes Gonzalez wrote:
>> Hi Rowland:
>>
>> voyager /data/company # ls -la folder1/
>> insgesamt 56
>> drwxrwxr-x+ 1 administrator dom?nen-benutzer 744 26. Sep 12:45 .
>> drwxr-xr-x 9 root root 4096 25. Sep 23:33 ..
>> drwxrwxr-x+ 1 user dom?nen-benutzer 200
2015 Mar 05
6
setting up W7 profiles
I am setting up W7 profiles following the "Samba & Windows Profiles" on
the Sambawiki.
If it matters, I have two functional DC's and one member server.
When I run '# chmod 1770 /srv/samba/profiles' (on the member server) the
permissions changed to:
root at mbr01:~# ls -alh /srv/samba/profiles
total 12K
drwxrwx--T+ 2 root root 4.0K Mar 1 10:21 .
drwxr-xr-t 5 root
2015 Jan 28
3
problem giving setting user permissions on specific folder
Hi Rowland:
voyager /data/company # ls -la folder1/
insgesamt 56
drwxrwxr-x+ 1 administrator dom?nen-benutzer 744 26. Sep 12:45 .
drwxr-xr-x 9 root root 4096 25. Sep 23:33 ..
drwxrwxr-x+ 1 user dom?nen-benutzer 200 20. Jan 14:40 folderx
drwxrwxr-x+ 1 user dom?nen-benutzer 288 19. Jan 14:19 folderxt
drwxrwxr-x+ 1 administrator dom?nen-benutzer 20 26. Sep 00:18
2012 Dec 04
1
dotlock error
i finally manage to control access on public folder by File system permission.
i have 3 test users.
1. tom
2. fmaster
3 . testmail
tom and fmaster are a group called "news-own" and testmail user is a
readonly one.
here is my folder structure ill share dovecot -n output at the end of
this email.
drwxrwxr-t 2 tom news-own 4.0K Dec 4 19:08 tmp
drwxrwxr-t 2 tom news-own 4.0K Dec