similar to: EOF erors

Displaying 20 results from an estimated 4000 matches similar to: "EOF erors"

2001 Oct 20
4
rsync on cygwin: Connection reset by peer
I have been trying to get rsync running correctly on cygwin for the past couple of days. I found a post on the cygwin list that said there was a bug in cygwin when using socketpair() but when I compiled the sample code: (http://jrepp.com/rsync/socketpair.c) both ways it works fine. Here's the article for reference: http://sources.redhat.com/ml/cygwin/2001-08/msg00357.html I am running the
2001 Nov 20
3
Is anybody else gettting these?
I keep getting these smarmy sermons from somebody's mail account. I include my response to it below, though from its message, it probably won't be read. Tim Conway tim.conway@philips.com 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnnnnnnnnnnn,
2001 Nov 30
5
Why does one of there work and the other doesn't
I was planning to use rsync to backup to a second drive, but I ran out of swap space. No problem, I will let rsync do it a few directories at a time overnight when the computer usually sits idle except for incomming email. I have 2 question: 1. How much memory does each file to be copied need. Obvisiouly I have too many files. 2. Why does this command work: rsync -ax /usr/xx /backup/usr/
2001 Sep 07
6
unexpected EOF in read_timeout
Perhaps someone can shed some light on the problem I'm having using rsync 2.4.6. I'm getting the following error: receiving file list ... done htdocs/acescounseling/logs/ htdocs/adihome/logs/ . . htdocs/coupons/logs/error_log htdocs/court/logs/combined_log htdocs/cowgirl/logs/combined_log htdocs/cowgirl/logs/error_log htdocs/cowgirl/logs/ssl_log Connection to nova closed by remote host.
2001 Aug 10
1
Rsync and WinNT
I've been using rsync in a linux environment for some time, but I'm trying to grow my NT 4.0 environment to utilize rsync's features to keep a folder on one NTServer (with IIS) sync'd with one on the other side of a firewall. My issue is that I can't seem to get rsync v2.4.5 to load as a daemon. I've followed the hints in Mike McHenry's paper to no avail. I can run
2002 Jul 29
2
rsync from Windows and Linux over ssh
Hi All, I'm a newbie to RSYNC on Windows. I installed RSYNC(version 2.5.1) on Windows and it is running as a service on Windows 2000. I've been trying to copy some files using RSYNC on linux machine running RH Linux 7.2 kernel 2.4.7 from Windows 2000 machines using the following command: $rsync -avz -e ssh <windows-machine>:/rsync/* . but i'm getting the following error
2013 Dec 25
2
[PATCH stable 2/2] virtio-net: make all RX paths handle erors consistently
receive mergeable now handles errors internally. Do same for big and small packet paths, otherwise the logic is too hard to follow. Cc: Jason Wang <jasowang at redhat.com> Cc: David S. Miller <davem at davemloft.net> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> (cherry picked from commit f121159d72091f25afb22007c833e60a6845e912) --- drivers/net/virtio_net.c | 56
2013 Dec 25
2
[PATCH stable 2/2] virtio-net: make all RX paths handle erors consistently
receive mergeable now handles errors internally. Do same for big and small packet paths, otherwise the logic is too hard to follow. Cc: Jason Wang <jasowang at redhat.com> Cc: David S. Miller <davem at davemloft.net> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> (cherry picked from commit f121159d72091f25afb22007c833e60a6845e912) --- drivers/net/virtio_net.c | 56
2002 Feb 14
1
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
This is where it sets a sort of 60 second timeout if you don't set a timeout at all. As far as what it affects, I'm not that good with the code. I just know that my big syncs would die in almost exactly 1 minute unless I specified a timeout, and then would die at that timeout until i got it very large. +++++++++++++++++++++++++++++++++++++++++++++++++++++ Tools@willy
2006 Apr 28
9
[AWDR] Tutorial in A4 wont ''destroy'' items
Hello, I''m working through the tutorial, and I''ve run into a little snag. In the first part of the tutorial, the destroy link is not working correctly. I can''t figure out where I goofed. Removing :confirm doesn''t seem to resolve the issue. Thanks, Randy. development.log ----->8----- Processing AdminController#destroy (for 127.0.0.1 at 2006-04-27
2001 Jan 24
1
Samba erors...
What can i do about this... ~~ # smbstatus Can't create or use IPC area. Error was File exists ERROR: Failed to initialise share modes Can't initialise shared memory - exiting In log-uri: Jan 24 07:22:41 lapd smbd[19406]: [2001/01/24 07:22:41, 0] locking/shmem_sysv.c:sysv_shm_open(667) Jan 24 07:22:41 lapd smbd[19406]: Can't create or use IPC area. Error was File exists Jan 24
2013 Nov 27
0
[PATCH 2/2] virtio-net: make all RX paths handle erors consistently
receive mergeable now handles errors internally. Do same for big and small packet paths, otherwise the logic is too hard to follow. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- While I can't point at a bug this fixes, I'm not sure there's no bug in the existing logic. So not exactly a bug fix bug I think it's justified for net. drivers/net/virtio_net.c | 53
2013 Nov 28
0
[PATCH v2 2/2] virtio-net: make all RX paths handle erors consistently
receive mergeable now handles errors internally. Do same for big and small packet paths, otherwise the logic is too hard to follow. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> Acked-by: Jason Wang <jasowang at redhat.com> --- I don't see a bug in current code but I think it's still a good idea to queue this in 3.13, for consistency. drivers/net/virtio_net.c | 54
2000 Apr 14
2
Remote backups of Unix machines
My boss asked me to investigate a free (as in no cost) solution that would allow us to archive our AIX server onto the 12 gig tape drive sitting on our Linux server. I tried doing an SMB share with valid user set to root, but this apparently loses the permissions that the AIX box uses (everything is owned root/root), making it rather useless for backup and restore. Can SMB do what I need, or
2002 Feb 14
0
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
I should have specified what i was replying to. This section seemed to be in reference to what I had experienced before. " > Well, I'm stumped too. (Although I thought I'd read that the > default timeout was not infinite when not otherwise specified, > but I've got so much going on right now that I could easily be > confused on that one!) > " Tim Conway
2004 Jan 07
1
Analyzing dendrograms
Ladies and Gentlemen, As Johan Lindberg points out, the documentation for handling dendrograms is sparse....Does anyone know who is responsible for or working on development of tree methods and objects? I've written a couple of scripts for my own use to translate between parenthetical (A(B(CD))) or binary A00 B10 C11 D11 tree formats and cluster objects in R, but as an inexperienced
2012 Feb 06
1
Rsync v2.6.9 hangs
Hi all We have a legacy system, which utilises rsync for file transfer - but occasionally hangs on the clinet. We tracked this down to the read_timeout function in io.c. It performs a select(), which appears to return a zero, so the read_timeout function never exists. An strace shows what happens : [root at tcu ~]# strace -p 10566 Process 10566 attached - interrupt to quit select(4, [3], [],
2001 Aug 22
1
@RSYNC EXIT / @RSYNC EOF
tridge and Wayne in particular: I checked in this patch, which is meant to consolidate the ones from both of you for handling EOF in a modules list. The idea is that we need to handle servers that just close the socket rather than sending a nice ending token, but we want to keep EOF detection on in general. (The IO code is such a mess!) -- Martin Index: clientserver.c
2001 Nov 30
2
problem with 2.4.7pre4
rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(139) Also, on 2.4.6 I was getting this: access_log write failed on access_log : Success unexpected EOF in read_timeout THis is about an 800meg file I'm trying to copy. Thanks -jeremy -- The trouble with being poor is that it takes up all your time.
2006 Jul 20
5
Need HELP changing link_to_remote to a button
I would really appreciate some help with changing a link_to_remote call to a button of some sort. Here''s a little background. On the page there are two <div>s. One is a form that lets the visitor enter items. The second <div> is where the entered items get displayed, each in it''s own item <div>. Each item <div> has two <span>s. The first one