search for: permfil

Displaying 3 results from an estimated 3 matches for "permfil".

Did you mean: permfail
2015 Jan 27
2
Permissions Changing on BIND, Causing Samba Trouble
Greetings, For whatever reason, the BIND server running on our Samba AD instance changes permissions on /var/lib/samba/private/ldapi and /var/lib/samba/private to root:root, and causes all kinds of trouble. If I change the permissions back to named:root, it works fine. But after about 3 or 4 weeks it will revert back to root:root. How do I prevent this from happening in the future? Thanks.
2015 Jan 28
0
Permissions Changing on BIND, Causing Samba Trouble
.../samba/private") if [ "$permdir" = "755" ]; then echo "/var/lib/samba/private permissions are 755, which is ok." else echo "enable-ing access for bind in /var/lib/samba/private" chmod 755 /var/lib/samba/private fi permfile=$(stat -c %G "/var/lib/samba/private/dns.keytab") if [ "$permdir" = "bind" ]; then echo "Group bind is already set on /var/lib/samba/private/dns.keytab" else echo "enable-ing access for bind in /var/lib/samba/private"...
2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
...if (i->blocked_by) + printf(" blocked on = %s\n", i->blocked_by); if (!i->in->inhdr || i->in->used) printf(" got %i bytes of %s\n", i->in->used, i->in->inhdr ? "header" : "data"); @@ -1431,7 +1509,6 @@ permfile = talloc_strdup(root, "/tool/xenstored"); if (!set_perms(NULL, permfile, &perms, 1)) barf_perror("Could not create permissions on %s", permfile); - talloc_free(root); if (mkdir(xs_daemon_transactions(), 0750) != 0) barf_perror("Could not create transaction...