Displaying 20 results from an estimated 600 matches similar to: "rsyncd bug for sym-links"
2002 Oct 21
0
daemon and absolute sym-links
I THINK I've found a bug in rsync. When running an rsync daemon, absolute
sym-links are not created correctly on the daemon end; the leading 'slash'
is stripped off. To 'fix' this behavior, the following 3 changes can be
made (to version 2.5.5):
flist.c:63 add: extern int am_daemon;
flist.c:538 (was 537) modify: if (sanitize_paths && !am_daemon) {
config.h:316
2003 Nov 13
3
an unwanted chroot() call
Hello,
I am trying to run rsync under my own userid on a high-numbered port.
The problem is that, when I use the --daemon option, I get an error
saying that a chroot() call failed.
My config file does *not* have any chroot call in it.
How can I avoid a chroot() invocation when running as a normal non-root
user?
Thanks in advance for any advice!
--
Daniel Ortmann, LSI Logic, 3425 40th Av NW,
2003 Nov 12
1
rsync directory with symbolic links
Hi all,
I have a problem synching a directory that as symbolic links.
The behavior is:
If a symlink is relative (like ../../file) the link is copied correctly
If a symlink is absolute (like /root/document) the link is copied like
(root/document) whithout the first slash.
By the way some link are not usable.
I use rsync 2.5.5 protocol 26 and the command is
rsync -varlRHpogDtxP .
2010 Apr 09
4
zfs send hangs
My zfs filesystem hangs when transferring large filesystems (>500GB)
with a couple dozen snapshots between servers using zfs send/receive
with netcat. The transfer hangs about halfway through and is
unkillable, freezing all IO to the filesystem, requiring a hard
reboot. I have attempted this three times and failed every time.
On the destination server I use:
nc -l -p 8023 | zfs receive -vd sas
2008 May 09
2
Stepwise regression
I am using stepAIC for stepwise regression modeling.
Is there a way to change the entry and exit alpha levels for the
stepwise regression using stepAIC ?
Many thanks,
Berthold
Berthold Stegemann
Bakken Research Center
Maastricht
The Netherlands
[[alternative HTML version deleted]]
2004 Apr 27
1
No error messages in rsyncd log in 2.6.1pre-1
(As I was composing this, the 2.6.1 release notice on the rsync
list rolled in. The quoted source, below, hasn't changed, so
I'll leave the 'pre-1' references unchanged...)
I have a situation where an error message seems to be sent from
the daemon to the client, but none is logged in the daemon's log.
Daemon is 2.6.1pre-1, with --timeout=3600, light CPU load.
Client is
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
2006 Jun 15
3
DO NOT REPLY [Bug 3839] New: The '/' in the Softlink is missing on the remote Rsyncd server !
https://bugzilla.samba.org/show_bug.cgi?id=3839
Summary: The '/' in the Softlink is missing on the remote Rsyncd
server !
Product: rsync
Version: 2.5.7
Platform: x86
OS/Version: Windows 98
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo:
2002 Jul 06
1
[PATCH] Infinite recursion in rsync --server
-----BEGIN PGP SIGNED MESSAGE-----
With rsync --server, sometimes when the remote side control-C's a transfer,
rsync will immediately start consuming all available RAM.
gdb shows that its recursing while trying to report the failed write:
#0 0x420503ac in vfprintf () from /lib/i686/libc.so.6
#1 0x42072f74 in vsnprintf () from /lib/i686/libc.so.6
#2 0x08052ca4 in rprintf
2002 May 06
1
Prevent infinite recursion in rwrite()
Here's a resend of an old patch that is intended to avoid an infinite
recursion (ending in a stack overflow) of the rwrite() function getting
an error that calls rwrite(), ad naseum. I've only seen this happen
when one of the sides dies due to a program error -- in that case, the
connection is closed, and when we try to send an error to the other
side and it generates an error, the error
2004 Jan 06
2
[patch] making rsync less verbose
Unless you suppress all output with the -q option, rsync will always
print an initial "building/receiving file list ... done" line. In my
opinion, this is a bit superfluous. When I want to see a progress
indication, I can use the --progress option. Another issue is the
3-line transfer speed and speedup factor report at the end. So every
rsync invocation produces at least four lines of
2023 Jul 03
0
[PATCH] Add option --log-after to log after moving file into place
This mode is useful when a process is monitoring the log for
post-processing of transferred files.
With --log-after in local mode, both sender and receiver log to
the same log file, so it require --log-file with absolute path.
We add %o to the default log format, so it will be easy to tell
the logs of the sender from the logs of the receiver:
2023/02/14 14:40:25 [559755] building file list
2006 Sep 18
1
code 23 error.
Hello everyone!
I didn't find anything in the archives that seemed similar (same error, different offending lines of code).
I'm having an issue with rsync on a couple of my servers. A couple of others run just fine but 2 of them give me the same message (see below) when I try to do backups from one server to these linux boxes. All of the linux boxes are the same and have the save
2002 Feb 24
2
Write-only option
Hi!
I am doing backups from a number of machines to an rsync server. For some
time I was trying to come up with a solution, which would prevent users
from peeking at each other's files, which are backed up. Finally, I've
hacked rsync, introducing a new option "write only" for rsyncd.conf. When
set to true, this option forbids the transfers from server to the client,
thus solving
2008 Dec 15
1
rsync architecture
Hi All,
I am trying to see the rsync source code. I could see that there are main
three processes: I realize that Server or Client becomes Sender or Receiver
based on arguments provided.
1. Daemon
start_daemon : clientserver.c
2. Server
if(sender) {
call recv_filter_list : exclude.c
call send_file_list : flist.c
call send_files :
1998 Feb 19
7
smbstatus
Have just upgraded to samba 1.9.18p3 on a RedHat 5.0 linux system...
now... when i type smbstatus... this is what i get..
Couldn't open status file /var/lock/samba/STATUS..LCK
so i assume that for some reason... this status file is not created upon
startup..
Pat.
2003 Apr 08
2
[Patch] Require extra --stats to emit heap statistics
Since the heap statistics were added, I have viewed thousands of rsync
reports (with --verbose and --stats), and not once have I had a need
for them. So for me, they're just noise.
Here is a 3-part patch to v2.5.6 that treats --stats in a similar
fashion to --verbose in that additional --stats will get you more
statistics. For this initial case, there's only one additional level
of
2001 Jan 17
0
Couldn't open status file /var/adm/slh/samba/locks/STATUS..LC K
Gunnar,
Check (ll -d dirname) to make sure that there is at least x permission for
everyone in each directory down the /var/adm/slh/samba/locks path;
also, does the STATUS..LCK file exist in the named directory, and if so what
are the permissions on it?
Hope this helps,
Don
-----Original Message-----
From: Bakken, Gunnar [mailto:bakkengj@mail.slh.wisc.edu]
Sent: Tuesday, January 16, 2001 6:08 PM
2004 Mar 19
1
Spatial Statistics: surf.gls
In an experimental setup we obtain z-data samples at equidistant grid points.
The surf.gls (Kriging) algorithm produces an error under this circumstance when performing the Choleski decomposition.
A workaround is to dither the grid coordinates using (x <- rnorm(length(x)) ; y<- rnowm(length(y))).
Question: Is this an expected behaviour of the surf.gls function ?
Regards,
Berthold
2013 Jan 07
14
[Bug 2058] New: SSH Banner message displays UTF-8 multibyte char incorrrectly
https://bugzilla.mindrot.org/show_bug.cgi?id=2058
Bug ID: 2058
Summary: SSH Banner message displays UTF-8 multibyte char
incorrrectly
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.1p1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5