Displaying 20 results from an estimated 700 matches similar to: "hard links and schg flags."
2013 Dec 15
0
[Bug 10325] New: Links to files marked schg (system immutable) fail
https://bugzilla.samba.org/show_bug.cgi?id=10325
Summary: Links to files marked schg (system immutable) fail
Product: rsync
Version: 3.1.0
Platform: x64
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: rkoberman at
2010 Sep 22
0
fileflags, hardlinks and FreeBSD
I have an rsync daemon running on a FreeBSD 7.3 system. It is running
rsync 3.0.4 with fileflags enabled. I have the following six files on it
which are all hardlinks and have the immutable flag set:
6830483 -r-sr-xr-x 6 root wheel schg 33268 Jan 6 2005 chfn
6830483 -r-sr-xr-x 6 root wheel schg 33268 Jan 6 2005 chpass
6830483 -r-sr-xr-x 6 root wheel schg 33268 Jan 6 2005
2000 Oct 30
0
FreeBSD Security Advisory: FreeBSD-SA-00:58.chpass
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SA-00:58 Security Advisory
FreeBSD, Inc.
Topic: chpass family contains local root vulnerability
Category: core
Module:
2012 May 07
0
Solved problem with hard links and schg flag under FreeBSD
Hi!
Using rsync under FreeBSD with hard links and files having schg set
result in EPERM "Operation not permitted". This behavior can be observed
if rsyncing /usr/bin/.
The patch fileflags.diff tries to deal with this situation but changes
the flags of the parent directory only. It doesn't change the flags of
the files itself.
do_link() in syscall.c has to be fixed. The
2008 May 31
1
rsync 3.0.2 with --fileflags on FreeBSD: cannot rsync hardlinked immutable files
Hi *,
it seems rsync with --fileflags isn't able to work on (already)
hardlinked and immutable ("schg") files on FreeBSD. The following
scripts will create a simple example for this behaviour:
--------------------------------------------------------------
#! /bin/sh
#
#
set -x
DIR="/var/tmp/rsync_$(date +%s)/"
mkdir "${DIR}/"
# Preparing dir_A
mkdir
2017 Jan 10
0
[Bug 12508] New: fileflags & forcechange don't work for hardlinks
https://bugzilla.samba.org/show_bug.cgi?id=12508
Bug ID: 12508
Summary: fileflags & forcechange don't work for hardlinks
Product: rsync
Version: 3.1.2
Hardware: All
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
2009 Oct 01
0
patch: --force-change for hard links
Hi All!
rsync-3.0.6 with fileflags.diff under FreeBSD 8.0-RC1: if there is a file
with uchg or schg flag in source directory and it's hard-linked (usual
case for /usr/bin), then rsync cannot create the link in destination
directory. Error message: rsync: link "/tmp/s/a" => b failed: Operation
not permitted (1)
The problem is that it's not allowed to link a *chg'ed file.
2012 Sep 19
0
schg flags from installworld
On Tue 2012-09-18 (23:31), Gareth de Vaux wrote:
> Looking at /usr/src/share/mk/bsd.prog.mk and /usr/src/share/mk/bsd.lib.mk -
> bins and libs get installed with schg if PRECIOUSPROG and PRECIOUSLIB are
> set respectively in their makefiles, both of which can be overridden by
> setting NO_FSCHG, presumably in /etc/make.conf.
>
> Without this doing jail maintenance/upgrades is a
2008 Feb 15
4
Revised flags patch
Hi,
first of all, sorry for taking so long. Unfortunately, some other tasks
kept coming up. Anyway, attached is the version of the flags patch, that
is based on the one I'm using with 2.6.9. It is against the rsync-3.0.0pre9
release.
I've included the option name change from the repository, so the
option is now called --fileflags. Improved from the previously
distributed version is the
2008 Mar 04
1
Several changes missing from [HEAD] fileflags.diff
Looking at http://rsync.samba.org/ftp/rsync/patches/fileflags.diff --
It looks like the changes from fileflags-fixes.diff patch were applied
to the patch from http://rsync.samba.org/ftp/rsync/rsync-patches-3.0.0.tar.gz
, but this entire chunk of the that original diff file was lost:
> diff -up a/config.h.in b/config.h.in
> --- a/config.h.in
> +++ b/config.h.in
> @@ -64,6 +64,9 @@
2011 Jan 11
1
--detect-renamed for mac users : proposition of a modification
Hello,
Object of my mail :
1/ stick a problem of incompatibylity between 2 patches (fileflags.diff &
detect-renamed.diff)
2/ proposition of a correction
I wanted to run rsync on a mac (OS X 10.6.5) with the --detect-renamed
option.
I therefore tried to compile rsync with the 3 relevant patches :
- fileflags.diff
- crtimes.diff
- detect-renamed.diff
But the patch detect-renamed.diff is
2009 Mar 13
3
rsync flags freebsd
is there a way to save special flags in freebsd when using rsync?
for example
dd# ls -lo init
-r-xr-xr-x 1 root wheel schg 711744 Mar 12 18:51 init
dd#
file has flag schg
when i just use rsync it copy that file and loses that flag
--
http://alexus.org/
2013 Oct 10
2
Cannot build rsync 3.1.0 on MacOSX 10.8.5 with fileflags patch
Returning to this list after a long hiatus: rsync 3 has been working very well for me for many years, as a supplementary backup tool for MacOSX.
However, attempting to build the new 3.1.0 release on a brand new Mountain Lion box with my standard 'fileflags' and 'crimes' patches applied, make fails, reporting that 'force_change' is undeclared.
In fact, the problem occurs
2011 Mar 16
3
[Bug 8019] New: Various improvements to the fileflags patch
https://bugzilla.samba.org/show_bug.cgi?id=8019
Summary: Various improvements to the fileflags patch
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: mike at bombich.com
2007 Jun 11
4
freeBSD User provider
Hello,
from the doc it seems that the User type has a provider of ''pw'' for
FreeBSD. It seems the provider does not allow dupelicate, does not
allow to manage the homedir and to manage password.
in the code the duplicate uid is set so it seems the doc is out of
date on this :)
- manage home directory, i don''t really understand what is that
parameter. The
2010 Dec 18
0
Compilation for mac OS X with detect-renamed.diff patch
Hello,
I need to run rsync on a mac (OS X 10.6.5) with the --detect-renamed option
available.
I therefore started to compile rsync with the 3 relevant patches (in my
opinion) :
- fileflags.diff
- crtimes.diff
- detect-renamed.diff
Here are my exact compile instructions :
patch -p1 <patches/fileflags.diff
patch -p1 <patches/crtimes.diff
patch -p1 <patches/detect-renamed.diff
2009 May 10
1
rsync on OSX for transferring files using FAT32
I am trying to transfer files between two OSX machines using a FAT32
formatted flash drive. I am transferring a "big" directory (7G).
Basically I want to sync everyday my home and work computers for some
directories.
I tried many possible rsyncs (original supplied, fink 3.0.5/3.0.4
macports 3.0.5, rsync-2.6.3+hfsmode-1.2b2, 3.0.6+fileflags+crtimes)
What I would really like to happen
2009 Jul 29
1
Problem with 3.0.6 and fileflags
Good day,
I am having trouble compiling rsync 3.0.6 on Red hat Linux EL 5.3.
I have downloaded 3.0.6, and the patches for 3.0.6. I then do the
following:
$ patch -p1 <patches/fileflags.diff
$ ./prepare-source
$ ./configure ?disable-acl-support
$ make
When I run ./rsync, the following is returned:
Capabilities:
64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long
2013 Oct 24
0
patch for combining detect-renamed and fileflags patches (fwd)
Dear collegaues,
please evaluate the patch attached, which allow to use both --detect-renamed
and --fileflags extra features.
This is meta-patch which sould be applied to detect-renamed. fileflags patch
should be applied first, following by the modified detect-renamed patch.
It is included in current FreeBSD port, but it seems it would be much more
useful to be supported by samba
2008 May 22
1
rsync, OpenSolaris, & Mac Attributes?
I've been trying to set up an OpenSolaris-based ZFS NAS server, with one of
its functions being a backup server for my Mac-based network. I'm using
rsync 3.0.3 pre2 on my Macs with some extended attribute patches, but have
been running into some compatibility problems when rsyncing via SSH from a
Mac to the Solaris server (I'm not running daemon mode on the server, but
rsync 3.0.3 pre2