Displaying 20 results from an estimated 1000 matches similar to: "rsync flags freebsd"
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
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
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
2004 Mar 12
3
rsync wont work
can someone tell me what am i doing wrong?
d# rsync -vcrlpogtz . rsync@domain.ltd:/rsync/
rsync@domain.ltd's password:
sh: rsync: rsync: connection unexpectedly closed (0 bytes read so far) rsync
error: error in rsync protocol data stream (code 12) at io.c(189)
d#
it works fine if i just specify directory instead of remote site, but thats
not what i need..
thanks in advance
alexus
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.
2009 Apr 07
2
dovecot doesnt see any emails
$ dovecot --version
1.1.13
$ grep ^mail_location /usr/local/etc/dovecot.conf
mail_location = maildir:~vpopmail/domains/%d/%u/Maildir/
$
i use SquirrelMail as a client to IMAP in, but when I login, I dont
see any emails in my INBOX
I even tried pop3 same story
$ telnet localhost pop3
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Dovecot ready.
USER XXXXXX at
2008 Jun 22
1
3.0.3pre2 errors under interix
I've been trying to sync two directories under interix between two
machines on the local network and I keep getting the flowing errors:-
The first error is "failed: Bad address (14)" which always occurs
rsync: readlink "/dev/fs/D/Media/Audio/The Hoosiers/desktop.ini" failed: Bad address (14)
The second is randomly occuring, restarting will make it continue
for a bit then
2006 Aug 02
7
DO NOT REPLY [Bug 3988] New: -a collides with --flags
https://bugzilla.samba.org/show_bug.cgi?id=3988
Summary: -a collides with --flags
Product: rsync
Version: 2.6.8
Platform: x86
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: rsync@oldach.net
QAContact:
2010 Sep 16
2
iptables
I'm trying to do some simple tcp port forwarding
[root at wcmisdlin02 ~]# cat /proc/sys/net/ipv4/ip_forward
0
[root at wcmisdlin02 ~]# /bin/echo 1 > /proc/sys/net/ipv4/ip_forward
[root at wcmisdlin02 ~]# cat /proc/sys/net/ipv4/ip_forward
1
[root at wcmisdlin02 ~]# iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all --
2013 Feb 05
2
problems with the mfi
after rebooting I get very often:
...
mfi0: COMMAND 0xffffff800132d990 TIMEOUT AFTER 659 SECONDS
mfi0: COMMAND 0xffffff800132d990 TIMEOUT AFTER 689 SECONDS
mfi0: COMMAND 0xffffff800132d990 TIMEOUT AFTER 719 SECONDS
...
another reboot usualy fixes this.
danny
2013 Jul 22
1
FreeBSD 9 and PERC H200
I got a Dell T110-II server on 2013-July-19. It has two 1Tbyte drives
that the PERC H200 controls, RAID 1. I tried to install
FreeBSD-9.1-RELEASE from a DVD from FreebsdMall. The autopart segfaulted,
evidently because it could not find any disks. I think there is a PR
about the segfaulting (bad bug, no messages).
I worked around the problem by going to the loader prompt when the initial
2008 Apr 04
3
rsync error
hi
I have the script http://pastebin.com/d4b062d28 and the roots cron
entry are as below
30 2 * * * su sms /usr/local/bin/testrsync_mysql.sh
I am getting the below error
building file list ... rsync: opendir "/var/lib/mysql/wordpress"
failed: Permission denied (13) done mysql/ib_logfile0
mysql/ib_logfile1
Killed by signal 2.
rsync error: unexplained error (code 255) at rsync.c(276)
2013 Jul 09
2
OCZ Vertex4 quirks
Same as its brothers/sisters, it's optimized for 4 KB blocks.
/*
* OCZ Vertex 4 SSDs
* 4k optimized
*/
{ T_DIRECT, SIP_MEDIA_FIXED, "ATA", "OCZ_VERTEX4*", "*"},
/*quirks/DA_Q_4K
Borja.
2013 Oct 23
2
OpenPAM/SSHD privacy hole (FreeBSD 9.2+ affected)
Hello,
I found that in the new FreeBSD 9.2 (probably in 10 also) updated OpenPAM sources.
The big embarrassment was in pam_get_authtok.c. The problem is that even without a
valid SSH login it's possible to know the server's hostname.
az at az:/home/az % ssh 1.2.3.4
Password for az at real.hostname.com:
Changes made by "des":
2003 Jun 25
2
Can I remove lib-elf.so.1?
I am cleaning up my 4-STABLE system. After a fresh installworld, I am
looking at files that did not get touched by the install. Is it safe to
remove all such files?
In particular, I am looking at /usr/libexec/lib-elf.so.1, which has the
schg flag set. I am afraid to remove this for fear of making my system
unbootable. Could somebody please reassure me that it is ok to noschg
and remove this old
2008 Jan 30
3
newfs locks entire machine for 20seconds
----- Original Message -----
From: "Ivan Voras" <ivoras@freebsd.org>
>> The machine is running with ULE on 7.0 as mention using an Areca 1220
>> controller over 8 disks in RAID 6 + Hotspare.
>
> I'd suggest you first try to reproduce the stall without ULE, while
> keeping all other parameters exactly the same.
Ok tried with an updated 7 world / kernel as
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
2013 Jun 22
2
slow bootloader on Dell R320
Hi all !
Thanks for the very good support of Dell R320 hardware, perc H310 is
well supported, BCM5720 seems to work correctly and performances are
great.
The only problem i have found is very strange. The FreeBSD bootloader
take many times to load, 30sec-2minutes to boot the kernel and show the
bootloader menu. After that, the system boots properly, at a normal
speed.
Is there any issue or
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 Dec 02
1
rsync / checksum small block / xfer small block
is there a way to somehow force rsync to check checksum in blocks vs
the whole file and xfer only part that has changed vs the whole file?
for instance i have a few gig file, and it usually keeps adding at the
end, maybe a line a day, yet rsync xfer the whole file over and it
takes forever...
--
http://alexus.org/