similar to: Post held in moderation "Rsync chokes on this file"

Displaying 20 results from an estimated 1200 matches similar to: "Post held in moderation "Rsync chokes on this file""

2011 Sep 23
1
Rsync goes chokes on this file, can the developers look into it?
I posted a message to the list earlier about rsync's problem with a file, - here is a link to the post.- http://permalink.gmane.org/gmane.network.rsync.general/24044 I have been trying to backup some files which rsync and it always chokes on this file. It simple halts with a non intuitive error message. rsync --version produces this info : rsync version 3.0.4 protocol version 30 It is
2017 Apr 21
0
Are there any GUI tools for analyzing xapian databases?
Are there any GUI tools for analyzing xapian databases? I am looking for something that can create graphs from analyzing xapian database contents. -- Frank Church ======================= http://devblog.brahmancreations.com
2011 Apr 24
2
restoring system
I have restored my home directory in the past using rsync but never the entire system. If I rsync / (on my usb drive containing the backup) to / on the computer with a fresh install of the OS, what problems will I run into? What about links? I am presently triple booting 3 linux distros and want to delete one to install something else. The distro I'm installing will be on 3 partitions (/,
2010 Sep 21
1
rsync errors
Running Ubuntu 10.04.1 and rsync 3.0.7-1. Used rsync successfully for over a year for backups. Recently there was a kernel upgrade to 2.6.32-25. Don't know if that has any bearing. When I tried to run a backup today rsync failed with the error message: sending incremental file list rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]: Broken pipe (32) rsync: mkdir
2011 Sep 08
3
Is it possible to be on the rsync list without getting all the samba bugs?
When I signed up for the rsync mailing list, I was not expecting to get all the samba bugs as well. Is it possible to be on just the rsync mailing list, without being on the bug report list as well?
2006 Mar 29
1
Fixing output_compression for Rails 1.1
With Rails 1.1 the output_compression[1] plugin was broken. Once I upgraded to 1.1, I had to tweak it a bit to make it work. Mainly it''s removing the code dealing with component requests, as that''s part of rails now, and changing one function call. Get the modified output_compression.rb file from http://devblog.famundo.com/output_compression.rb and give it a try. It''s
2004 Jun 08
2
piping to ogg123: Error opening - using the oggvorbis
module. The file may be corrupted. Message-ID: <Pine.LNX.4.43.0406081110070.26162-100000@pilchuck.reedmedia.net> I am unable to pipe to ogg123 with cat, but redirecting with < works fine. rainier:~$ cat ~/audio/acdc-who_made_who.ogg | ogg123 -v - Audio Device: OSS audio driver output Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca> Comments: Outputs audio to the Open Sound
2006 Apr 03
0
Making output_compression work with send_file
While working with the newly fixed output compression plugin, one of the devs in my team discovered that it breaks with send_file(). So if you are using send_file() in your application you must get the fixed file I''ve put at: http://devblog.famundo.com/output_compression.rb. The change is actually in checking for the Content-Disposition header added by send_file(). See the full writeup
2015 Nov 18
2
exclude being ignored
Running debian wheezy w/ rsync 3.0.9-4. The command in question is rsync -vahHz --delete --exclude '/proc' --exclude '*.iso' --exclude '/home/holtzm/mail/backup' --exclude '/sys ' --exclude '/tmp'--exclude '/media' /. /media/cf0a98ed-3c11-4107-b61e-f5139d024396/Wheezy-laptop notice the --exclude '/media' notation. This setup has been
2015 Nov 20
2
exclude being ignored
On Wed, Nov 18, 2015 at 07:22:12PM -0500, Kevin Korb wrote: > Note the lack of a space here: --exclude '/tmp'--exclude > > Also, just use / for the source instead of /. > > Also, don't use -z on a local copy. Many thanks for the reply/solution. I've looked at the command 10-12 times and missed the omission of the space. I had been dinking around with it and
2006 May 14
0
Beware of HashWithIndifferentAccess#symbolize_keys!
Hi, I just posted a patch tot he rails trac for a bug we found where running symbolize_keys! on a HashWithIndifferentAccess will delete all items from the hash. Please make sure you either never call symbolize_keys! (or to_options! which just alias it) on a HashWithIndifferentAccess, or apply the path attached from the ticket at: http://dev.rubyonrails.org/ticket/5076 I also posted a much longer
2006 May 30
0
Fixing PUT to work with multipart messages
We recently wrote our API to be fully REST, and so user PUT for updates. The problem is, we need multipart requests, but there''s a bug in CGI, and it doesn''t work. The rails code as a fix for POST requests, but not for PUT requests. So we added PUT as well and it works great now. I posted this as a patch in trac (http://dev.rubyonrails.org/ticket/5235) so you can get it if you
2016 Jan 20
3
rsync stopped working
Running Debian 8.2, xfce 4.10, rsync 3.1.1-3. I just edited my backup script as follows: #The first line deletes extraneous files. The second does not and is used for normal backups. # rsync -vaHz --delete --exclude '/proc' --exclude '*.iso' --exclude '/sys' --exclude '/home/holtzm/Documents/*.iso' --exclude '/media' /.
2008 Dec 09
3
a custom progress bar formatter
I''ve always been a little bit bemused by the default ruby test/unit and rspec output. Basically, what I want is a progress bar and that any errors and warnings be displayed immediately. I also want warnings to be printed for slow specs. When using color, I want the entire progress bar printed in green if everything is good, yellow if there has been a warning, and red if there has been an
2009 Feb 05
2
[Cucumber] Progress Bar
Inspired by Nick Evans'' RSpec progress bar[1], I had a little crack at implementing the progress bar for cucumber, ''cause I want to know how long a break I can take while the features are running :) It''s in my fork, in the coverage_formatter branch: http://github.com/mattwynne/cucumber/tree/master It will dump failing feature, scenario, step and the exception as
2004 Aug 06
2
Vorbis stream on-line
Greetings: Ouch, that's not good. I can tap into the stream just fine with 'xmms http://64.108.112.135:8000/shouter.ogg' but not by clicking on the same address as a link. More debugging ahead... ;) Btw, I've restarted the stream. Thanks for the report ! Best regards, == Dave Phillips The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
2004 Aug 06
2
Vorbis stream on-line
Greetings: Ouch, that's not good. I can tap into the stream just fine with 'xmms http://64.108.112.135:8000/shouter.ogg' but not by clicking on the same address as a link. More debugging ahead... ;) Btw, I've restarted the stream. Thanks for the report ! Best regards, == Dave Phillips The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
2007 Apr 26
2
multiple users - auth'd source?
Hi, I am trying to bring up an Icecast service for users of a free & paid subscription system. Paid users can source a stream. Free signups can listen (auth) to the paid user's streams. My user data is in LDAP mainly, but I have a URI that returns "icecast-auth-user: 1" when passed the user= and pass= variables on the HTTP GET. AFAICT - the source password has to be
2009 Mar 24
3
Submitting Patches for Facebook Connect
Hi I am currently using facebooker to do some facebook connect. I found out that these functions are currently missing from facebooker connect.registerUsers connect.unregisterUsers I have modified user.rb and parser.rb to get these function going. I have verified that it works and would love to contribute stuff back. However I can''t figure out how to go about it. Any help would be
2003 Jun 02
1
[Bug 583] Chokes
http://bugzilla.mindrot.org/show_bug.cgi?id=583 Summary: Chokes Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: trivial Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org ReportedBy: cowboy at dsl.one.pl I