similar to: rsync error: error in rsync protocol data stream (code 12) at io.c(140)

Displaying 20 results from an estimated 1100 matches similar to: "rsync error: error in rsync protocol data stream (code 12) at io.c(140)"

2007 Oct 29
0
rsync error: error in rsync protocol data stream (code 12) at io.c(140)
This is an extrememly old post, so it might not be of any use anymore. I encountered this same error, and the problem ended up being a full filesystem (my destination filled up before completion). rsync error: error in rsync protocol data stream (code 12) at io.c(140) Dave Dykstra dwd at bell-labs.com <mailto:rsync%40lists.samba.org?Subject=rsync%20error%3A%20error%20in%20
2013 Mar 28
2
how to search a list that contains multiple dissimilar vectors?
Dear All, This is a simple question, but I'm stumped about the simplest way to search a list object such as the following: This randomish snippet: n <- c(round(runif(round(runif(1,1,10),0),1,10),0)) alist <- new("list") for (i in seq_along(n)) { alist[[i]] <- c(round(runif(round(runif(1,1,10),0),1,10),0)) } names(alist) <- sample(letters[1:length(n)]) rm(n);c(alist)
2001 Nov 23
4
ext3 patch for 2.4.15
Hi, this site: http://www.uow.edu.au/~andrewm/linux/ext3/ says "Forbidden" when I try to access .... , where can I download the ext3 patch for 2.4.15 ? Thank you Nikolai
2001 Jul 06
1
ext3-2.4-0.9.0
An update of the ext3 journalling filesystem for 2.4 kernels is available at http://www.uow.edu.au/~andrewm/linux/ext3/ Patches are against 2.4.6-ac1 and 2.4.6. Changes since 0.0.8 include: - Multiplied the version numbering by ten to cater for bugfix releases against the 0.9.0 stream. - The main thrust has been the removal of a number of changes in the core kernel which were required
2006 Mar 28
2
Dealing with Form Data
Google lets me down once again :-) Coming from a PHP background I know I can take submitted form data, mix it, mash it and put it together in very odd ways. In other words do this. $title = "My Title" $sub_title = "My Sub Title" $full_title = $title . "-" . $sub_table And submit $full_title to the database. I have yet to find a solution for this in Rails - I
2001 Sep 26
1
Reverting to etx2???
I am in the odd situation of needing to revert my root partition back to ext2 so that it may be resized. I prefer to use Partition Magic at the moment and it can only work with partitions of ext2, not ext3. I believe that the documentation for ext3 exists at the main web site, http://www.uow.edu.au/~andrewm/linux/ext3/. That is my next destination but as the answer may not exist there, I
2001 Sep 07
4
ext3-2.4-0.9.9
Patches against 2.4.10-pre4 and 2.4.9-ac9 are at http://www.uow.edu.au/~andrewm/linux/ext3/ It's a fairly large change. The most significant parts are * the inclusion of Stephen's error-handling work, which is designed to remount the fs read-only in the presence of software and hardware errors, rather than forcing a panic. * Stephen's fix for the journal_revoke assertion
2000 Jun 12
1
Openssh on SCO Openserver Release 5
Yo Andrew! What version of Openssh are you trying? RGDS GARY On Mon, 12 Jun 2000, Andrew McGill wrote: > Date: Mon, 12 Jun 2000 15:26:53 +0200 > From: Andrew McGill <andrewm at datrix.co.za> > To: djm at ibs.com.au > Cc: gem at rellim.com > Subject: Openssh on SCO Openserver Release 5 > > Hi there > > Your e-mail address appears in the README for openssh,
2001 Nov 06
1
patch download
Hey how is it going. I can't seem to access the latest patch for 2.4.14 from the website @ www.uow.edu.au/~andrewm/linux/ext3/ Can someone send me the file (by email) or have a mirror/site where I can download from. Thanks ps - I know the purpose of the mailing list is not this, but this is my last resort. I really need to try ext3 on my laptop. thanks again exo
2001 Nov 06
1
2.4.14 patch
Hey, Thanks for sending me the patch Wiktor, but I was looking for the patch ext3-2.4-0.9.15-2414.gz . If someone has that let me know. Does it work well with kernel 2.4.14 (any installation issues ?) . Why can't I download from http://www.uow.edu.au/~andrewm/linux/ext3 page. If someone can zip the gz patch and email it to me that would be awesome. My email client acts up sometimes.
2001 Oct 26
1
2.4.13 patch
Passes all my testing. http://www.uow.edu.au/~andrewm/linux/ext3/ It's still at 0.9.13. No changes were made apart from resolving the fs.h reject, and retesting. People who have already applied the 2.4.13-pre6 patch to 2.4.13 needn't apply this patch.
2001 Oct 28
1
Ext3 needs updated "mount" also + SILO note
Just wanted to note that you also need "mount" => 2.11 to use "auto" in fstab. On the homepage http://www.uow.edu.au/~andrewm/linux/ext3/ it only tells you to use "util-linux" => 2.11 Also, a note about SILO not working with unclean Ext3 would be nice (i.e. make a dedicated ext2 /boot partition if you want to run ext3 on Sparc). /Martin (very new to this list)
2001 Oct 30
1
patch for 2.4.9
Is there a patch for 2.4.9 out there. I saw the ac one on http://www.uow.edu.au/~andrewm/linux/ext3/ but cant fond one for the main branch Regards Robert Stanford
2001 Sep 24
1
ext3-2.4-0.9.10
An ext3 patch against linux 2.4.10 is at http://www.uow.edu.au/~andrewm/linux/ext3/ This patch is *lightly tested* - ie, it boots and does stuff. The changes to ext3 are small, but the kernel which it patches has recently changed a lot. If you're cautious, please wait a couple of days. The patch retains the buffer-tracing code. This will soon be broken out into a separate patch to make
2001 Aug 07
1
ext3fs for 2.4.5
Hi, I have ext3 installed against the 2.2.19 kernel. I am able to make the ext3 file system and mount it. I am not able to install the ext3fs for kernel-2.4.5 . I am unable to add the ext3 patch to the kernel. In the directory ~andrewm/linux/ext3/, which is the patch for 2.4.5 kernel. ( I can only see the patches for 2.4.6 and 2.4.7 ). Also, is there any prescribed pattern for
2001 Jun 01
2
ext3 and 2.4.5: OK, but how to convert / ?
Hi. I just installed ext3 for 2.4.5 from http://www.uow.edu.au/~andrewm/linux/ext3/ but couldn't find anything about converting my root partition to ext3. 2 partitions are now ext3 after I umount and tune2fs, but what should I do with / ? I tried init 1 and umount, but tune2fs would fail because it was on read-only fs. Another question is if I can now build ext2 as a module, and if it's
2001 Jun 10
1
compile error ext3-2.4-0.0.6 on
Hi all, I followed the instructions on http://www.uow.edu.au/~andrewm/linux/ext3/ext3-usage.html, and make bzImage gave the following: ..... make[1]: Leaving directory `/usr/src/linux-2.4.5/arch/i386/lib' ld -m elf_i386 -T /usr/src/linux-2.4.5/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \ --start-group \
2016 Mar 15
3
dovecot wiki...
Hi, Just want to know if this is a problem at my end (in my browser), or if it is something else. When I copy text from the wiki, the page changes to an edit one; that is very, very annoying. How can I stop this if it is normal dovecot wiki behaviour and what do you think I might look at in my browser if it isn't? I'm never likely to want to edit the wiki any time soon. Thanks AndrewM
2018 Apr 01
1
rsync -- new feature option... (request)
Hi, NB: I am only subscribed because the list doesn't allow non-subscribers to post by default. I find that a bit strange, especially for such a low volume list. Okay, I've thought about this for a while. Let's say you do an rsync as a dry run (deliberately), why not allow a state file to be saved (ala, like a cookie file which wget has as an option). Then if the dry run gives the
2016 Feb 22
2
Require different setting for mail_location for each of POP3S and IMAPS protocols
Okay, Let's try this a different way. I've been able to configure past dovecot to have a different mail_location setting for the same user, but with different protocols. When the user requests POP3S, I adjusted the mail_location to /var/mail/$USER (with mbox in use). When that *same* user requested IMAPS protocol, the required mail_location is the Maildir folder. This allows for