Displaying 20 results from an estimated 900 matches similar to: "Strange bug (buffer overflow) happening only under cron"
2010 Feb 05
1
Error 11: can not backup /var/lib/zope2.9
Moin,
I wrote a small backup script that use rsync: r5backup
(http://sourceforge.net/projects/r5backup/). It backup dozen of unix machines
for many people.
But when I try to backup /var/lib/zope2.9 I get an error 11. It does not
matter if zope is running or not.
I can't see an error meassge in the (verbose) logfile:
[client] parse_filter_file(/etc/r5backup/profiles/boulder.exclude,0,3)
2009 Aug 18
2
rsync 3.0.4 under cygwin: problems with --exclude
Hi all,
I'm trying to backup a disk using rsync but I need to exclude some folder.
I'm using rsync 3.0.4 under cygwin on a winxp machine.
The script that I use is:
# ---------------------------------------------------------------- #
SRCDIR=/cygdrive/d
LOGDIR=/cygdrive/f
BCKDIR=/cygdrive/f/Backup
rsync -auv --progress --delete --delete-excluded --log-file=$LOGDIR/`date
+%Y%m%d`.log
2007 Jul 20
0
[ycui1@bloomberg.com: Re: rsync bug?? (rsync fails when -C is used).]
On Thu, Jul 19, 2007 at 06:24:10PM -0400, Matt McCutchen wrote:
> The remote rsync is running out of memory as it collects the CVS
> ignore rules (add_rule). Something could be awry with the CVS ignore
> rules, or the machine could just be low on memory. Please run rsync
> again with -vvv (three verbose options), which will make the remote
> rsync show (among other useful
2005 Apr 26
1
Bug#306368: filter rules are too modern for remote rsync (which is 2.5.6)
I received the following bug report for the Debian rsync package today.
I wouldn't have expected 2.6.4 to refuse to talk to even a 2.6.2 in this
way...
Perhaps Wayne could comment?
Paul Slootman
On Tue 26 Apr 2005, Alexey Feldgendler wrote:
>
> Rsync fails to push filters to the the remote host if the remote rsync
> is older than the Debian's. I've tried to connect to a
2011 Sep 13
1
protect rule prevents file sending when in merge filter file?
Hi,
We upgraded from rsync 2.6.8 to 3.0.6, and ran into a problem with P (protect)
rules coming in from filter files. The rule works if given on command line, but
if given via . (merge), it no longer works. The effect is that files are not
sent to the destination any more.
I verified the problem still exists in 3.0.9pre2. I don't think this is bug
8309
2018 Jun 10
1
[Bug 13467] New: an xattr filter rule is treated as a file filter rule on the remote side
https://bugzilla.samba.org/show_bug.cgi?id=13467
Bug ID: 13467
Summary: an xattr filter rule is treated as a file filter rule
on the remote side
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5
Component: core
2008 Apr 30
2
rsync copying over existing files
Hi again all..
When using rsync 3.0 to sync files between 2 local directories, it works as
i expect it, but when the destination folder is a mounted smb share, it
always copies over the files even though they already exist on the
destination.
Any ideas on why this is happening? even using the same options, but with a
different destination path.
I have tried using -vvv, but it doesn't make
2016 Apr 18
0
VPN suggestions centos 6, 7
On Mon, 18 Apr 2016, david wrote:
> FOLLOWUP & REPORT
>
> I had lots of suggestions, and the most persuasive was to try
> OpenVPN. I already had a CA working, so issuing certificates was
> easy. The HOW-TO guides were less helpful than I could hope, but
> comparing several of them, applying common sense, and trying things
> out, I arrived at a dead-end. Here's
2016 Apr 19
0
VPN suggestions centos 6, 7
On Tue, 19 Apr 2016, david wrote:
>
>
>
> At 09:09 AM 4/18/2016, you wrote:
>> On Mon, 18 Apr 2016, david wrote:
>>
>> > FOLLOWUP & REPORT
>> >
>> > I had lots of suggestions, and the most persuasive was to try OpenVPN. I
>> > already had a CA working, so issuing certificates was easy. The HOW-TO
>> > guides were less
2016 Apr 19
2
VPN suggestions centos 6, 7
At 09:09 AM 4/18/2016, you wrote:
>On Mon, 18 Apr 2016, david wrote:
>
>>FOLLOWUP & REPORT
>>
>>I had lots of suggestions, and the most persuasive was to try
>>OpenVPN. I already had a CA working, so issuing certificates was
>>easy. The HOW-TO guides were less helpful than I could hope, but
>>comparing several of them, applying common sense, and
2007 Jul 19
2
rsync bug?? (rsync fails when -C is used).
hi, All.
I just compiled the latest rsync (2.6.9). but I'm getting an error when
I use the -C option.
eg:
$ rsync -aCv host1:/home/john/data/ /home/john/data
receiving file list ... ERROR: out of memory in add_rule [sender]
rsync error: error allocating core memory buffers (code 22) at util.c(115) [sender=2.6.9]
rsync: connection unexpectedly closed (8 bytes received so far) [receiver]
2018 Apr 29
3
bug: xattr filter rule treated as file filter rule on the remote side
Summary: an xattr filter rule (e.g. --filter='-x! user.*’, which is suggested by the documentation) is treated as a file filter rule on the remote side.
Repro #1, sender is local:
host1$ rsync --filter=‘-x! user.*' -avvvHX --delete /tmp/test/. host2:test
...
[Receiver] add_rule(-! user.*)
Repro #2, sender is remote:
host1$ rsync --filter=‘-x! user.*' -avvvHX --delete host2:test/.
2014 Nov 06
1
group install KDE does not enable runtime?
In my continuing investigation of CentOS-7 I did yet another minimal install.
Subsequent to that I ran yum update kernel, and then yum group install KDE.
Now, KDE installed about 480Mb of stuff, which compares favourably to Gnome's
971Mb. However, when I run startx from the command line, instead of getting a
desktop I see these errors instead:
xauth: file /root/.serverauth.12462 does not
2010 Sep 16
1
Rsync failed as a cron task.
Any advice for an all around newbie.
I have a rsync command that works just fine whenever I have executed it directly from the command line.
/usr/local/bin/rsync -v -v -v -P --stats -z -r -t -p -l --delete --password-file=/export/home/webuser/.appprod --exclude "*.htaccess" /export/home/xternal/htdocs/ webuser at appprod::dprweb_www > /export/home/webuser/logs/rsync
But when we
2024 Jul 04
1
Request for a Lockdown option
Simon Josefsson wrote in
<87jzi1fg24.fsf at kaka.sjd.se>:
|Jochen Bern <Jochen.Bern at binect.de> writes:
|> (And since you mention "port knocking", I'd like to repeat how fond I
|> am of upgrading that original concept to a single-packet
|> crypto-armored implementation like fwknop.)
|
|I am reluctantly considering to use some kind of port knocking
2011 Nov 17
0
problem with Gnome gui xcp
Hi all,
i have a problem to execute Gnome GUI on a virtual machine on xcp 1.0.
When I execute startx I obtain:
startx
xauth: creating new authority file /root/.serverauth.5610
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/mathematica:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for
2016 Jan 05
0
No GUI with CentOS-7.2
Hello Timothy,
On 5 January 2016 at 07:55, Timothy Murphy <gayleard at eircom.net> wrote:
> When I re-booted my HP MicroServer into CentOS-7.2
> I was given a text console.
> When I run "startx" I get the response on screen [edited]:
> =====================
> [tim at alfred ~]$ startx
> xauth: file /home/tim/.serverauth.21307 does not exist
> X.Org X Server
2016 Jan 04
5
No GUI with CentOS-7.2
When I re-booted my HP MicroServer into CentOS-7.2
I was given a text console.
When I run "startx" I get the response on screen [edited]:
=====================
[tim at alfred ~]$ startx
xauth: file /home/tim/.serverauth.21307 does not exist
X.Org X Server 1.17.2
Release Date: 2015-06-16
X Protocol Version 11, Revision 0
Build Operating System: 2.6.32-220.17.1.el6.x86_64
...
Build ID:
2010 Jul 25
2
Enabling X on headless server via network
Hi all. I need to run X on a headless server, and I am having a hard
time configuring null devices in xorg.conf. Here are the server's
vital stats as per the getinfo.sh script on centos.org:
http://pastebin.centos.org/33908
When I try to start X:
[root at CentOS-55-32-minimal ~]# startx
xauth: creating new authority file /root/.serverauth.11196
X Window System Version 7.1.1
Release Date:
2011 Jan 22
4
rsync -rcv printing out filenames when content identical
Hi,
I'm heavly relying on rsync -nvrc during my day-to-day work in UNIX-like
enviroment. I'm using rsync for few years now and today I've found a
situation which I do not understand.
I have two directories with few maildirs in it. Each maildir containg
some emails. I'm testing scripts which I wrote to manipulate those
emails.
Each time I want to revert changes in one set of