Displaying 20 results from an estimated 31 matches for "chksums".
Did you mean:
chksum
2014 Jun 29
0
[PATCH 1/6] chain/partiter: fix and improve gpt handling in buggy cases
Previous version had some issues in case of error situations, among
those:
- backup gpt header was not read if reading of primary failed
- alternating nature of lba_cur and lba_alt was ignored
This patch fixes this and extends the gpt handling.
The current behavior is:
- try primary header; if unreadable or checksum fails (or sanity checks
fail unless relax flag is set) - try secondary header
2002 Dec 20
1
smbclient and large file support
smbclient (and smbtar) in version 2.2.7a (and prior) has problems with
large files (> 4GB). The following patch (against 2.2.7a) fixes all
known problems with this. This code has been checked into the CVS tree
in all branches as well.
--
======================================================================
Herb Lewis Silicon Graphics
Networking Engineer
2009 Jul 31
1
[PATCH] [memdisk] Additional EDD Device Parameter Table fields
Some additional fields from the EDD-4 spec. draft for the Device
Parameter
Table have been added into the structure in setup.c and memdisk.inc.
These
were added in the hopes of resolving a FreeDOS MEMDISK bug on IBM
ThinkPads.
---
memdisk/memdisk.inc | 11 +++++++++++
memdisk/setup.c | 10 ++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/memdisk/memdisk.inc
2013 Dec 05
14
Re: Question about TCP checksum offload in Xen
On Tue, Dec 03, 2013 at 01:00:23PM +0000, Balraj Singh wrote:
> Hi,
>
> I''m working on verifying TCP checksums on incoming packets in Mirage, but
> I''ve run into a bit of a problem.
>
> If TCP checksum offload is turned on on a virtual interface (this is the
> default), and if the TCP connection is local to the machine, it looks like
> Xen does not
2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
Below, attached, and available at the 'ifmemdsk' branch at:
http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=a975c12919bbd48739fede4ebfe099d98b87192e
Review welcome!
- Shao Miller
-----
From a975c12919bbd48739fede4ebfe099d98b87192e Mon Sep 17 00:00:00 2001
From: Shao Miller <shao.miller at yrdsb.edu.on.ca>
Date: Sat, 6 Aug 2011 05:24:46 -0400
Subject: [PATCH]
2006 Jan 18
1
Rails and PostgreSQL bytea
Hi!
I''m trying to insert binary data into a PostgreSQL database where the
field is of type ''bytea''. This works fine if a do Base64 encoding but I
just want to do character escaping. How do I do this????.
What I get is this:
ActiveRecord::StatementInvalid in Init_test#save_file
ArgumentError: Invalid Ruby/cstring: INSERT INTO
2010 Jun 14
0
Sockets are Killing Me!
I''ve been trying to interface to the onlineNIC API which uses
sockets. The following 4 lines of test code illustrate my problem:
socket=TCPSocket::new(''ip'',''port'')
puts("Connect:\n"+socket.read()+"\n\n")
socket.print(login_request)
puts("Login:\n"+socket.read()+"\n\n")
In the actual code the real IP address and
2007 Nov 15
3
How to make rsync faster?
I manage 250+ redhat linux boxes. The boxes are all setup the same way.
On a daily basis, we sync the app directory which is about 30gb out to
all hosts. The daily delta is actually less than 1gb, but since I can't
be sure if any individual box was tempered during the day, I always do a
full sync. On a monthly basis, we run with "--delete" to clean out the
stale files on the hosts.
2014 Jun 29
10
[PATCH 0/6] chain.c32 patches
This small set fixes few bugs, improves gpt handling (under buggy conditions)
and implements strict flag with more fine grained control which should fix
issues with sanity checks against disk sizes.
If this set is allright I'd want to do what I mentioned in older discussion
with Ady - backport missing patches from 6.x to 5.x and 4.x so all versions
have up to date chain version.
Michal
2013 Oct 18
0
[RFC/PATCH 1/3] Move partiter from com32/chain to com32/lib/syslinux
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
MultiFS depends on the availability of partiter to find a partition.
Signed-off-by: Raphael S. Carvalho <raphael.scarv at gmail.com>
---
com32/chain/Makefile | 2 +-
com32/chain/chain.c | 4 +-
com32/chain/mangle.c | 4 +-
com32/chain/mangle.h | 2 +-
2010 Feb 15
0
Re: pv_ops kernel and network problems (checksumoffloading?)
Hi,
I found this mail about network problems in the archive.
I think I have the same network problems with a routing (with or without
NAT) domU connected by two network bridges.
The dom0 logs thousands of following messages:
--
Attempting to checksum a non-TCP/UDP packet, dropping a protocol 1 packet
--
and all outgoing TCP packets have wrong TCP checksums (traced on another
machine on the
2002 Aug 12
0
AW: AW: Samba tries to contact external IP ?
Hi Anreas,
I have problems interpreting the PIX output
> -----Urspr?ngliche Nachricht-----
> Von: Andreas Moroder [mailto:andreas.moroder@sb-brixen.it]
> Gesendet: Donnerstag, 8. August 2002 07:56
> An: Uli Luckas
> Cc: samba@lists.samba.org
> Betreff: Re: AW: [Samba] Samba tries to contact external IP ?
>
>
> Hello Uli,
>
> the packet are TCP. Our PIX does not
1999 Oct 05
0
smbclient tar restore problem (linkflag) from tape-drive
Greetings,
I am currently having a problem using smbclient (Samba v2.05a)
running on Solaris 2.5.1 to restore a tar file from a tape drive
onto a Win NT share.
smbclient works successfully when using a tar file on disk,
but is skipping the tar file (created by a third party)
on the tape drive.
The command used is as follows:
smbclient //celeborn/test -U peter -T x /dev/rmt/0
The problem
2012 Nov 06
50
chain.c32 (and partiter) updates v2
This is a bit updated set of chain.c32 changes that simplifies a few things
(and in partiter part), fixes few minor issues and adds a few new features.
Details are in the following commits, below is the summary and pull details at
the end.
Shao - any chance to peek over them ? Most of those are relatively simple
changes and well tested, though of course something might have slipped my
attention.
2010 Aug 08
1
PATCH/RFC chain.c: update iterator code, yank from chain.c, move both to separate directory
1) code split and move
Iterator related functionality is yanked from chain.c and moved to
iterator.{c,h}. Both are moved to com32/chain and this way chain.c is ready
for further splitting.
Alternatively, partiter could be moved to com32/lib at any time in the future.
It's potentially useful for other modules (e.g. if someone wanted to code
partition dumper or editor).
2) Iterator updates
2009 Dec 07
3
[PATCH] memdisk: "safe hook" and mBFT
Two additions to MEMDISK to support OS drivers.
The "safe hook" structure ("Safe Master Boot Record INT 13h Hook Routines")
is a means for an OS driver to follow a chain of INT 13h hooks, examining
the hooks'' vendors and assuming responsibility for hook functionality along
the way. For MEMDISK, we guarantee an additional field which holds the
physical address for the
2012 Jan 31
1
RAM failure led to data corruption
Hi!
Today I encountered data corruption on two zfs pools due to a RAM failure in my OI box running on a dell T710. My rpool now looks like this (after reboot):
pool: rpool
state: ONLINE
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire
2015 Jul 22
0
[PULL 1/8] Move partiter from com32/chain to com32/lib/syslinux
From: "Raphael S. Carvalho" <raphael.scarv at gmail.com>
MultiFS depends on the availability of partiter to find a partition.
Cc: Gene Cumm <gene.cumm at gmail.com>
Signed-off-by: Raphael S. Carvalho <raphael.scarv at gmail.com>
Signed-off-by: Paulo Alcantara <pcacjr at zytor.com>
---
com32/chain/Makefile | 2 +-
com32/chain/chain.c
2002 Dec 28
2
rsync windows -> unix still hanging :(
I spent about 12 hours today writing a nice backup system based on
Mike Rubel's snapshot system; but much to my dismay, when I took it
for a test drive, I found that rsync hung on the first large directory
I tried to back up. Aiee!
A few web searches later, I realized that a lot of folks have seen this
problem. I saw one proposed fix...
2006 Aug 23
3
bcmxcp: stop whining (and log spamming)
corrupted checksums happen all the time with the 6-port serial card,
even when only using one port (and I don't give a shit about the other
ports, if anybody has a one-port laying around...)
so stop whining already.
$OpenBSD$
--- drivers/bcmxcp_ser.c.orig Wed Aug 23 11:15:54 2006
+++ drivers/bcmxcp_ser.c Wed Aug 23 11:26:37 2006
@@ -168,8 +168,8 @@ int get_answer(unsigned char *data, unsi