similar to: rsync default handling of permissions

Displaying 20 results from an estimated 7000 matches similar to: "rsync default handling of permissions"

2003 Feb 12
2
rsync & ldap authentication
Hi, I'm trying to get rsync 2.5.6 to authenticate users via openldap-2.0.23. I was looking through the mailing list archives and found a patch for rsync-2.4.6 that does this for me. I was just wondering if this is still valid, or if there has been a new patch or new implementation that has superceded this patch. Any help would be great. The message I am referring to is as follows:
2003 Mar 10
1
BUG: logging on the wrong side with 2.5.6
I have upgraded an rsyncd Server to 2.5.6. When I upload files using rsync -rv --stats --progress /bla/content/ webmaster@webserver::bla I noticed that the client was relative quite while lots of lines listing directory names are or deleting files show up in the rsyncd log: 2003/03/07 12:21:08 [7445] deleting directory 2002/blas/bla8 2003/03/07 12:21:08 [7445] deleting
2004 Jan 07
1
BUG in 2.6.0: make test failes if build dir is not source dir
There is a small bug in the build system of 2.6.0: If the directory you build rsync in differs from the sourcedir "make test" failes: $ tar -xzf ~/rsync-2.6.0.tar.gz $ mkdir build $ cd build $ ../rsync-2.6.0/configure .... $ make test .... PASS unsafe-byname PASS unsafe-links ----- wildmatch log follows Testing for symlinks using 'test -h' + /tmp/bla/build/wildtest Unable
2002 Apr 23
1
patch: timeout problem solved
hi, I made some changes to generator.c : - reading data, calculating checksums and sending it to the sender now happens in one loop. - the code has become shorter - it uses less memory - 2 malloc's less that may fail - the line will be used all the time - it should be a bit faster It seems to work for me, please have a look at it. You should run "make proto" after
2003 Mar 13
0
(fwd) PATCH: managing permissions with rsyncd.conf options
-- Martin -------------- next part -------------- An embedded message was scrubbed... From: Stefan Nehlsen <sn@ParlaNet.de> Subject: PATCH: managing permissions with rsyncd.conf options Date: Mon, 10 Mar 2003 17:09:06 +0100 Size: 8872 Url: http://lists.samba.org/archive/rsync/attachments/20030313/e9cc5751/attachment.eml
2003 Mar 11
0
PATCH: rsyncd.conf permission options
This is a patch to control unix permissions when uploading to a rsyncd-server by setting rsyncd.conf options. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | sn@parlanet.de | +49 431 988-1260 -------------- next part -------------- diff -ur rsync-2.5.5/loadparm.c rsync-2.5.5-umask/loadparm.c --- rsync-2.5.5/loadparm.c Mon Mar 25 05:04:23 2002 +++ rsync-2.5.5-umask/loadparm.c Sun Mar 2
2001 Oct 20
0
EXT3 crash?!
Just wondering if someone could help me debug this: I was moving data from an ATARAID (via Promise FastTrack100 Controller) into the LVM device below: 58,1: # cat /proc/lvm/VGs/foo3/LVs/bar name: /dev/foo3/bar size: 476315648 access: 3 status: 1 number: 0 open: 1 allocation: 0 device: 58:01 # /sbin/pvscan pvscan -- reading all physical volumes
2017 Apr 17
0
doubt
Ok thanks, i make new tests. 2017-04-17 15:21 GMT-03:00 Rowland Penny <rpenny at samba.org>: > On Mon, 17 Apr 2017 14:57:45 -0300 > Luiz Guilherme Nunes Fernandes <narutospinal at gmail.com> wrote: > > > Well, i dont have sssd installed. > > OK, now we know that ;-) > > > > > With winbind i install this packages: > > yum install realmd oddjob
2010 Oct 07
1
Problem with dovecot-acl was not solved
Problems with acl in dovecot-1.2.15 was not solved! See my configs below. And I see the new bug - still something wrong with configs: cat dovecot-acl: user=t1 lrwsti #user=oper-olegs lrwsti #user=oper-antona lrwsti user=operdss lr #user=operdss lrwsti User t1 can't create subfolers in inbox. He can only create subfolders in the first levels: Inbox test3 test4 Outbox Sent Trash Test1 - test
2010 Oct 19
1
delivering mail to public mbox with permission 660?
I am migrating a couple old RH servers running sendmail and UW-IMAP to a new Ubuntu 10.04 servers running Postfix and Dovecot. I have everything working reasonably well except that the permissions of newly created mbox mail folders is always 600. I have reviewed the archives, google, and double checked everything is as suggested in the Dovecot Wiki / SharedMailboxes / Permissions. I am
2007 Jan 04
1
SYSLINUX 3.32-pre7 release candidate&In-Reply-To=
Hi, First, many thanks for your great work. Don't know if it's the good way to post .... But I want to give you a good information ( and also good for me). I try to make an usb bootable SystemrescueCd (www.sysrescd.org) on a new 2Gb Usb Key (noname, UT163 controller from USBest) and it was impossible with syslinux 3.31 release ( using win32 version syslinux.exe). The syslinux command
2017 Apr 07
0
LAYOUT=fs and subfolders listing
dovecot-2.2.28-1.el6_31.wing.x86_64 I've created this public shared namespace with namespace public2 { type = public separator = . prefix = Public2. location = maildir:/mail/public2:INDEX=/mail/%u/public:LAYOUT=fs:DIRNAME=.store subscriptions = no } and I'm using the "imap_client_workarounds = tb-extra-mailbox-sep" and filesystem structure listed at the end. The
2010 Nov 05
1
sieve fileinto public shared mbox?
Could someone verify if 1) sieve can fileinto shared public mbox? 2) if it can, what I might be doing wrong? I am getting errors in the log when I try to have sieve fileinto a shared public mbox. 11/04/10 06:08:12 pm n3 dovecot deliver(tarts): sieve: msgid=<201011050108.oA5187sm003711 at JaySmith.com>: failed to store into mailbox 'public/SPAM/SPAMMM': Mailbox
2014 Oct 15
0
permissions when moving mails
Hi! I am using Unix groups to control access to shared mailboxes. This works fine as long as files are not moved between mailboxes that are owned by different groups. The move operation doesn't change group ownership of the mail. Is there a way to force dovecot to e.g. inherit the ownership from the parent folder, not only for new messages bot also for messages moved from one folder to
2015 Oct 12
0
Sysvol acl check failed
On 10/12/2015 12:20 PM, Stefan Kania wrote: > Hello, > > when I check ACLs on my sysvol I got the following errors: > > root at DKHHDC1:~# samba-tool gpo aclcheck > ERROR(<type 'exceptions.KeyError'>): uncaught exception - 'No such > element' > File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", > line 175, in _run >
2009 Jun 29
0
Lots of "smbd/vfs.c:reduce_name(985)" in log.smbd
Hi. I subscripted just now to the mailing list, but I've been using a Samba file server (PDC) on Debian for about 2.5 years now. Users are almost all WinXP SP3. No users are complaining but since I changed everything to one share with group permission on underlying directories I see a lot of errors in log.smbd. Anyone knows what the log message exactly means? I guess it has something to
2013 Jun 07
1
Folder permissions not working
I seem to be having a bit of a brain fade with regard to permissions in samba. I have a share with several folders owned by different groups: drwxrws--- 13 root accounts 4.0K Jun 7 12:12 Accounts drwxrws--- 16 ian accounts 4.0K Jun 7 11:24 Administration drwxrws--- 14 accounts users 4.0K Apr 22 12:05 Downloads drwxrwsr-x 7 ian users 4.0K Mar 22 13:51
2015 Oct 13
0
Sysvol acl check failed (solved)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 13.10.2015 um 11:20 schrieb Stefan Kania: > Am 12.10.2015 um 18:47 schrieb James: >> On 10/12/2015 12:20 PM, Stefan Kania wrote: >>> Hello, >>> >>> when I check ACLs on my sysvol I got the following errors: >>> >>> root at DKHHDC1:~# samba-tool gpo aclcheck ERROR(<type >>>
2017 Apr 17
2
doubt
On Mon, 17 Apr 2017 14:57:45 -0300 Luiz Guilherme Nunes Fernandes <narutospinal at gmail.com> wrote: > Well, i dont have sssd installed. OK, now we know that ;-) > > With winbind i install this packages: > yum install realmd oddjob oddjob-mkhomedir adcli samba-common > samba-common-tools krb5-workstation openldap-clients > policycoreutils-python samba-winbind-clients I
2015 Oct 12
2
Sysvol acl check failed
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, when I check ACLs on my sysvol I got the following errors: root at DKHHDC1:~# samba-tool gpo aclcheck ERROR(<type 'exceptions.KeyError'>): uncaught exception - 'No such element' File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File