similar to: rsync 2.6.5 'max verbosity' snafu

Displaying 20 results from an estimated 9000 matches similar to: "rsync 2.6.5 'max verbosity' snafu"

2005 Jun 10
1
rsync 2.6.5 segfault using --fuzzy & --link-dest
I've been reworking my backup script & decided to give some of the newer options a try. It would appear I've found a combination that doesn't play nice. $ rsync --archive --delete-during --fuzzy --hard-links --numeric-ids --quiet --sparse --temp-dir /backup/helium/ --link-dest /backup/hydrogen/tuesday/ --password-file /backup/helium/.password rsync://backup@helium/backup/
2007 Oct 16
3
To inc_recurse or not to inc_recurse? [Re: 3.0.0pre2: bookend breakage (2 different errors)]
On 10/15/07, Erik Jan Tromp <betageek@sympatico.ca> wrote: > # The second error > Invalid file index: -101 (-1 - 0) with iflags 0 [receiver] > rsync error: protocol incompatibility (code 2) at rsync.c(273) [receiver=3.0.0pre2] > rsync: connection unexpectedly closed (21 bytes received so far) [generator] > rsync error: error in rsync protocol data stream (code 12) at io.c(596)
2007 Oct 06
2
non-recursive remote listing breakage in 3.0.0pre1
It would appear something snuck in that breaks non-recursive remote listings when talking to a non-3.0.0pre1 version of rsync. The symptom itself is simple enough to see; rather than displaying member directories/regular files/symlinks/etc as one would expect, only non-directories (with the exception of '.') are listed. Other tidbits.. some obvious, some maybe not: - not limited to just
2008 Mar 28
1
3.0.0pre2 error on module, fine on subdir
Just tripped over this one today. $ rsync --no-motd rsync://alphageek.dyndns.org/slackware rsync: link_stat "." (in slackware) failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at main.c(1498) [receiver=3.0.1pre2] $ rsync --no-motd rsync://alphageek.dyndns.org/slackware/slackware-current drwxr-xr-x 4096 2008/03/26 01:30:27
2005 Mar 29
2
Annotation metadata "kills" help.search
Greetings! OS: Windows R 2.0.1 Before anyone flames -- I tried to query this on the R searchable web site and using google and did not find anything applicable. As of about a week ago the help.search function dies when used in the simple help.search("something") usage. The error is Error in rbind(...) : number of columns of matrices must match (see arg 203) After some effort I have
2005 Apr 09
0
Documentation/Website Snafu
As I announced earlier, I have installed an early release of SuSE 9.3 on several of my systems here. Included in that release is Docbook XSL 1.68. This version of the XSL "deprecates" use of a feature that I have been using to provide shading of examples and quotes within the documents ("deprecates" is in quotes because that is the word in the warning message produced by
2004 Dec 30
1
CDR IAX calls snafu ?
Skipped content of type multipart/alternative-------------- next part -------------- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.6 - Release Date: 12/28/2004
2009 Aug 19
0
AsteriskGUI Create VoiceMenu SNAFU
Hi All, I'm new to Asterisk, but am a relatively accomplished Linux guy (RH5.1) .. I'm using the Asterisk-GUI to try and create a menu for incoming calls on an Analog Trunk. I have recorded some .WAV files for the menu, but when I try to upload the files, I get an AG101 message. So I copied the files to /var/lib/asterisk/sounds/record .. when I go to the Voice Menu Prompts
2009 Aug 20
1
Create VoiceMenu SNAFU
Hi All, I'm new to Asterisk, but am a relatively accomplished Linux guy (RH5.1) .. I'm using the Asterisk-GUI to try and create a menu for incoming calls on an Analog Trunk. I have recorded some .WAV files for the menu, but when I try to upload the files, I get an AG101 message. So I copied the files to /var/lib/asterisk/sounds/record .. when I go to the Voice Menu Prompts
2005 Dec 21
1
ustack() issues && correlating SIGSEGV activity?
Howdy, I was playing around with the malloc/free D script provided by Philip Beevers: http://www.opensolaris.org/jive/thread.jspa?threadID=4224&tstart=15 And decided to change the free:entry probe from: pid24169::free:entry / sz[arg0] / { printf("Freeing %p (size %d)\n", arg0, sz[arg0]); sz[arg0] = 0; } to: pid24169::free:entry / ! sz[arg0] / { printf("[ *
2005 Jul 19
1
Verbosity of log messages in daemon mode
When running rsync in daemon mode, is there a way to suppress server-excluded messages in the logfile? I've tried setting both of max verbosity = 0 transfer logging = no but they are still showing up. Rsync 2.6.5. Unfortunately, I'm using rsync to get a whole tree every half hour, but there are a few excluded directories that have several hundreds of files in them, and its making the
2006 Mar 13
2
feature request/change for 2.6.8
Wayne, I've been experimenting with the {pre,post}-xfer exec options ever since the original diff showed up in patches/ - fantastic stuff. My feature request/change centers around the new RSYNC_ARG# variables. Would it be possible to make these available as an array (ie: ${RSYNC_ARG[#]}) rather than discrete variables? If nothing else, it would greatly simplify chewing through all the args
2004 Sep 22
2
question about 2.6.3pre2's --link-by-hash behaviour
I had noticed the --link-by-hash patch a short while back & decided it was time to experiment with it. Sadly, its behaviour is considerabely different from what I expected - to the point that I find it unusable in its current form. I had hoped to use it both for my rotating backups & for my (unofficial) slackware mirror. For the test itself, I did the following: - created 3 directories in
2004 Feb 26
0
Winbind log question.
Hi. I got samba-3.0.2a-1 on fedora core 1 working as a domain member. We have some shares there and the domain users is authentificated by a windows 2003 DC. Everything runs smooth but this comes up in the log every time a cronjob By root is runned. The samt thing if I log in.. ------- winbindd.log ----------- [2004/02/26 23:01:01, 1] nsswitch/winbindd_group.c:winbindd_getgroups(954) user
2009 Jul 30
0
[PULL] lguest & virtio fixes, cleanups
Note that the bulk of this is comment updates and style fixups: the diffstat on the 5 fixes is: Documentation/lguest/lguest.c | 6 - drivers/lguest/lguest_user.c | 5 drivers/virtio/virtio_pci.c | 246 +++++++++++++++++++++++------------------- 3 files changed, 147 insertions(+), 110 deletions(-) The bulk of *that* is the virtio_pci MSI-X support "refactor": I should have
2009 Jul 30
0
[PULL] lguest & virtio fixes, cleanups
Note that the bulk of this is comment updates and style fixups: the diffstat on the 5 fixes is: Documentation/lguest/lguest.c | 6 - drivers/lguest/lguest_user.c | 5 drivers/virtio/virtio_pci.c | 246 +++++++++++++++++++++++------------------- 3 files changed, 147 insertions(+), 110 deletions(-) The bulk of *that* is the virtio_pci MSI-X support "refactor": I should have
2002 Jul 24
2
ssh-keygen listing fingerprints little unclear
Since ssh-keygen is not listing the _types_ of keys I have in my file, wouldn't it be a good idea to make the -t switch filtering out the selected type of key when doing a listing with -l? i.e. in this case I see both rsa1, rsa, and dss keys: $ ssh-keygen -l -f ~/.ssh/known_hosts 1024 a9:4f:0b:b6:33:d7:d0:ad:6a:11:b4:57:25:7e:1e:f8 fluff.x42.com 1024
2009 Aug 04
3
setting verbosity for asterisk cli..
Hi, I am using asterisk 1.6.0.10 For debugging i set verbosity to 10 with asterisk -vvvvvvvvvvr.. now i am trying to set it lower but.. when i type asterisk -r it starts with Connected to Asterisk 1.6.0.10 currently running on asterisk1 (pid = 2408) Verbosity is at least 10 when i try set verobisty 1 or similar commands.. i think this command is obselete in 1.6 .. set verbose 1 No such command
2019 Oct 29
1
[Bug 1376] New: Verbosity
https://bugzilla.netfilter.org/show_bug.cgi?id=1376 Bug ID: 1376 Summary: Verbosity Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: s.egbert at
2002 Jul 02
4
Samba 2.2.4 and PRINT$
Hi, I'm having difficulty configuring Printing with Samba 2.2.4 and Windows 2000 clients. The samba installations is running as a PDC against LDAP. All the sharing of network file systems seem to be working perfectly.. I have a share [printers] path = /usr/spool/samba guest ok = yes printable = yes browsable = no guest ok = yes writable =