Displaying 20 results from an estimated 50000 matches similar to: "[Bug 2871] rsync fails on chown command."
2005 Jul 12
0
[Bug 2871] New: rsync fails on chown command.
https://bugzilla.samba.org/show_bug.cgi?id=2871
Summary: rsync fails on chown command.
Product: rsync
Version: 2.6.4
Platform: PA-RISC
OS/Version: HP-UX
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: jeff.huff@snapon.com
QAContact:
2017 Jul 18
2
[Bug 12916] New: when rsync fails to chown, it gives up and does not set timestamp
https://bugzilla.samba.org/show_bug.cgi?id=12916
Bug ID: 12916
Summary: when rsync fails to chown, it gives up and does not
set timestamp
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: core
Assignee:
2011 Sep 26
8
[Bug 8483] New: rsync: chown failed: Permission denied (13)
https://bugzilla.samba.org/show_bug.cgi?id=8483
Summary: rsync: chown failed: Permission denied (13)
Product: rsync
Version: 3.0.8
Platform: x86
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: cas at totallylost.org
2013 Oct 14
1
rsync-3.1.0 --chown, --usermap, and --groupmap ignored?
The man page describes options --chown, --usermap, and --groupmap, but
these seem to be silently ignored beyond validating that the user and
groups do indeed exist. Is the following supposed to work?
$ touch a
$ rsync --chown=http:http a b
$ ls -l a b
-rw-r--r-- 1 jed jed 0 Oct 14 02:44 a
-rw-r--r-- 1 jed jed 0 Oct 14 02:45 b
$ chown http:http b
chown: changing ownership of 'b':
2007 Mar 27
2
DO NOT REPLY [Bug 1442] rsync sender appears to hang when receiver recounters an error
https://bugzilla.samba.org/show_bug.cgi?id=1442
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|WORKSFORME |
------- Comment #8 from wayned@samba.org 2007-03-27 17:46 MST -------
If you
2020 Aug 30
4
[Bug 3206] New: sftp client(32bit) chown command does not support uid >LONG_MAX
https://bugzilla.mindrot.org/show_bug.cgi?id=3206
Bug ID: 3206
Summary: sftp client(32bit) chown command does not support uid
>LONG_MAX
Product: Portable OpenSSH
Version: 6.9p1
Hardware: 68k
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: sftp
2015 Sep 11
1
Doubt on usage of rsync for chown of existing folders
Hi
I would like to have changes (chown) in the destination.
However, some files did not changed size or rights. All files should have new owner.
Thanks,
Regards,CJ
Em Quinta-feira, 10 de Setembro de 2015 20:26, Kevin Korb <kmk at sanitarium.net> escreveu:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Rsync does not change anything on the source. Only on the target.
Only
2015 Sep 10
0
Doubt on usage of rsync for chown of existing folders
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Rsync does not change anything on the source. Only on the target.
Only root can change the ownership of a file.
On 09/10/2015 07:16 PM, Celso de Sousa Junior wrote:
> Hi Kevin,
>
> Thank you very much. I changed my user in the remote machine (su).
>
> Then, by trying again with rsync but with no modification in the
> source
2015 Sep 10
0
Doubt on usage of rsync for chown of existing folders
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The syntax looks correct. However, note that only root can chown.
You must be running rsync on the target end as root for --chown or
- --owner to work. If you aren't using root access then just run the
target rsync as the user you want the files to be owned by and it will
have no choice.
On 09/10/2015 06:42 PM, Celso de Sousa Junior wrote:
>
2007 Feb 12
5
chown command goof up
Basically, what I typed was:
chown -R user2:user2 *
chown -R user2:user2 .*
chown -R user2:user2 *.*
...all in /home. Duh. I forgot which way recursive went.
So, I then did:
chown -R root:root *
chown -R root:root .*
chown -R root:root *.*
...this time in / to try and f things. Duh again. Other items need to
have other owners & groups.
So, how can I fix this? In MacOSX, there is a utility
Suggested change to Samba documentation - possible missing RFC2307 attribute prior to chown command?
2019 Apr 03
2
Suggested change to Samba documentation - possible missing RFC2307 attribute prior to chown command?
Hi everyone, i've just been following the instructions about setting up
a Samba domain member as a file shares. I am using Samba version
4.5.16-Debian (yes its old, but i'm stuck with it for now ;) ) and I
have been following the official Samba documentation found here:
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs
I just wanted to give you a heads up, I am
Suggested change to Samba documentation - possible missing RFC2307 attribute prior to chown command?
2019 Apr 03
0
Suggested change to Samba documentation - possible missing RFC2307 attribute prior to chown command?
On Wed, 3 Apr 2019 12:33:55 +0100
Stephen via samba <samba at lists.samba.org> wrote:
> Hi everyone, i've just been following the instructions about setting
> up a Samba domain member as a file shares. I am using Samba version
> 4.5.16-Debian (yes its old, but i'm stuck with it for now ;) ) and I
> have been following the official Samba documentation found here:
>
2017 May 25
3
Not possible to chown as guest?
I run Samba server on my OpenWRT router. I normally access the share
as guest from my Linux box. Here's the relevant line from my
/etc/fstab:
//192.168.1.1/T_Drive /mnt/r cifs
guest,rw,iocharset=utf8,uid=1000 0 0
Recently I harnessed rsync to backup a number of photos from the Linux
to the Samba share mountpoint but rsync said that chgrp failed when it
tried to change group
2017 May 26
2
Not possible to chown as guest?
On 5/27/17, Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Sat, 27 May 2017 04:31:07 +0900
> john smith via samba <samba at lists.samba.org> wrote:
>
>> > getent passwd nobody
>> > nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
>>
>> Ok, I know that. Please read my 1st post more carefully. I added my
>> nobody
2009 Nov 27
1
DO NOT REPLY [Bug 6936] New: rsync silently fails to preserve uid/gid of -1
https://bugzilla.samba.org/show_bug.cgi?id=6936
Summary: rsync silently fails to preserve uid/gid of -1
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: matt at mattmccutchen.net
2015 Sep 10
2
Doubt on usage of rsync for chown of existing folders
Hi Kevin,
Thank you very much. I changed my user in the remote machine (su).
Then, by trying again with rsync but with no modification in the source folder, I see that file ownership continues the same.
Would be possible for rsync to change the ownership in this case (I am not root) ?
Thanks,
Regards,CJ
Em Quinta-feira, 10 de Setembro de 2015 20:01, Kevin Korb <kmk at
2006 Oct 26
1
DO NOT REPLY [Bug 2607] Rsync logging time incorrectly
https://bugzilla.samba.org/show_bug.cgi?id=2607
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |
------- Comment #8 from wayned@samba.org 2006-10-25 21:32 MST -------
A while
2005 Oct 17
0
[Bug 2760] some time rsync is exiting with received SIGUSR1 or SIGINT (code 20) at rsync.c(229).
https://bugzilla.samba.org/show_bug.cgi?id=2760
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From wayned@samba.org 2005-10-17 11:01
2005 Feb 07
0
[Bug 2320] rsync option to rsync directory structure only
https://bugzilla.samba.org/show_bug.cgi?id=2320
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From wayned@samba.org 2005-02-07 10:40
2004 Sep 21
0
[Bug 1442] rsync sender appears to hang when receiver recounters an error
https://bugzilla.samba.org/show_bug.cgi?id=1442
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From wayned@samba.org 2004-09-20 23:37