similar to: deflate on token returned 0 (16384 bytes left)

Displaying 20 results from an estimated 400 matches similar to: "deflate on token returned 0 (16384 bytes left)"

2003 Apr 22
2
full upload happening even though only a timestamp has changed
Hello, For no apparent reason Rsync is uploading the whole file even though the the remote file is identical to the local file. Here is a transcript to demonstrate what is going wrong: tomg@nova:~/mylibrary$ rsync -rtlPvessh /extra/library teep:/extra/tomg building file list ... 46349 files to consider wrote 1358812 bytes read 20 bytes 44551.87 bytes/sec total size is 5240249974 speedup is
2003 May 06
0
mkstemp done in sub-optimal directory
Hello, The remote rsync process will call the mkstemp library call whenever it's updating (or uploading, I'm not sure) a new file. The mkstemp call uses a pathname that does not place the temporary file in the same directory as the updated file. In my case the permissions for these directories are different, and I get a "Permission denied" error message. Here is my Rsync
2017 Feb 03
2
KBDMAP and chainloading supported by syslinux.efi?
Hallo List, Maybe someone on the list can answer these questions for everyone concerning the more or less experimental syslinux.efi for UEFI boot: 1. Is the KBDMAP directive supported by syslinux.efi? In my tests with a german keymap generated as documented in http://www.syslinux.org/wiki/index.php?title=Config#KBDMAP only the BIOS version of syslinux loads and sets the correct keymap, while the
2000 Mar 28
1
openssh X11Forwarding problem solution
Hi! Several people noticed problems with openssh Version 1.2.2 through 1.2.3 related to X11 forwarding under Linux. For example: Magnus Holmberg <pucko at lysator.liu.se> wrote: > I have just installed openssh-1.2.2p1-1 > on two of my machines and I have one problem. > > I have > X11Forwarding yes > in my /etc/ssh/sshd_config > > but when I try to ssh to that
2003 Jun 27
0
dealing with renamed files
Hello, If I rename a directory full of files, or a bunch of files, and I use Rsync to update the directory tree, Rsync will upload all these files again and delete the old ones. This is suboptimal since all the data is already there. Rsync should be able to check for renamed files by scanning for files with the same MD5 hashes, checksums, or delta signatures (is that what you called them?).
2014 Jul 04
1
Creating LiveCD with EFI option?
I have been using syslinux-6.x along with isohybrid --mac and --efi option to create a usb hybrid iso with EFI support. The thing with EFI is that you'll need to use grub as your bootloader for EFI but isohybrid does setup the proper partition schema for EFI. You'll need to use the following to generate an iso that works. xorriso -as mkisofs -J -R -l -V some-vol-label \ -o ../image.iso
2003 Apr 25
0
Re: knoppix from ms-dos
On Fri, Apr 25, 2003 at 01:01:41PM +0200, SAGA Serge (Neuilly Gestion) wrote: > Hi, > i use the knoppix cdrom > i would like to be able to start knoppix from ms-dos with a program like > "loadlin" > i think it's possible to do it from the files : > > vmlinux ( kernel 2.4.X ) > boot.img ( ~1.44Mo) and KNOPPIX ( ~695Mo) > > can yu help !? Sorry, I
2006 Jun 14
5
Sortable Tree - Stoping Event dispatch ?
Hi, I''m trying to play with sortable tree and have two issues: I have an AJAX Tree looking like: <ul class=''TreeCat'' id=''work''> <li class=''open''> <img src=''s.gif'' class=''node'' onclick="Ajax.Tree.toggle(event,this);"/> <a
2014 Oct 15
1
syslinux efi configuration file name proposal
On Wed, Aug 27, 2014 at 2:08 AM, Prof. Dipl.-Ing. Klaus Knopper <syslinux at knopper.net> wrote: > Apparently, the rename of ldlinux.e32 to ldlinux.e64 for the 64bit > variant is already in the mainline git, so the only change left for > automatically chosing a different config file is the tiny patch attached > here, which will > > - prepend syslnx64.cfg to the config file
2017 Feb 03
0
KBDMAP and chainloading supported by syslinux.efi?
On Fri, Feb 3, 2017 at 9:27 AM, Klaus Knopper via Syslinux <syslinux at zytor.com> wrote: > Hallo List, > > Maybe someone on the list can answer these questions for everyone > concerning the more or less experimental syslinux.efi for UEFI boot: > > 1. > Is the KBDMAP directive supported by syslinux.efi? In my tests with a > german keymap generated as documented in
2006 Jun 14
4
Extend Draggable
Hello all, I want to extend a draggable object so it has one more attribute (type attribute, so I can distinguish different draggable types). Can anyone tell me how to do it? I''ve search throught the examples (like http://wiki.script.aculo.us/scriptaculous/show/ExtendClass) but I can''t seem to understand what I should do. Thanks for you help, H
2008 Jul 28
4
RHEL 5.2 i386 image - Xen kernel doesn''t recognize the total amount of system memory
Hello, We have installed RHEL 5.2 Server ( i386 image ) on a machine with 64GB of RAM. When booting the default PAE kernel ( 2.6.18-92.el5PAE ) that is shipped with RHEL 5.2 installation the OS detects 64GB of RAM. But when booting the Xen kernel ( 2.6.18-92.el5xen ) the OS detects only 14GB of the total amount of available RAM. Did anyone encounter this problem before ? Is it a normal
2006 Jun 20
10
Next script.aculo.us release, help needed
Hey there! I''m in the process of looking through the various bug reports and tickets and fixing script.aculo.us as I go along. As I want a 1.6.2 bugfix release to happen this week, please help me out with: - Looking throught the open bugs list on the trac, testing stuff and giving helpful comments (like "+1") - Identifiying what bugs/patches should be included (answer to
2006 Aug 07
8
Dropables problem on scroll bars
I have a droppable and draggable implementation. works pretty much well except when my droppables are on a scrollbar (created via overflow:auto) since my droppables are on a list. seems that the droppables aren''t working well with scrollbars and overflow. please help! thanks! _______________________________________________ Rails-spinoffs mailing list
2013 May 07
2
Question about syslinux EFI alpha version
Dear list, I would like to add and test EFI boot support for a live system. Since I use isolinux and syslinux for everything, I would be glad to have syslinux.efi as boot loader for EFI-only machines, so I can just keep all syslinux.cfg files, help files and boot screen as they are. I checked out version 6.00-pre git of syslinux (the "firmware" branch) and was able to compile efi32 and
2014 Aug 27
0
syslinux efi configuration file name proposal
Hello Ady, On Wed, Aug 27, 2014 at 10:52:25AM +0300, Ady wrote: > > Hello Ady & list, > > > > On Wed, Aug 27, 2014 at 08:17:51AM +0300, Ady wrote: > > > > Hello Ady, > > > > > > > > On Fri, Aug 01, 2014 at 08:35:27PM +0300, Ady wrote: > > > > > Goal: To have one USB drive capable of booting UEFI IA32 and UEFI X64 >
2002 Dec 23
1
deflate on token returned 0 (16384 bytes left)
Hello All, I have searched for this error and found similiar errors, but everything seems to indicate that this should be fixed in the 2.5.5 version. rsync version 2.5.5 protocol version 26 I am running rsync with -axz, trying to sync up a large gz file : Source machine: -rw-r--r-- 1 root other 175214792 Dec 22 00:17
2014 Jul 03
2
Creating LiveCD with EFI option?
I've been using various versions of syslinux as the boot loader for the g4l project that I have been the maintainer of since 2004. It was already using syslinux, so I've just updated it over the years, and currently have it use 5.10 version, but have done test builds with the 6.x versions. Recently had request from to users about EFI support, and one suggested that virtualbox has
2014 Aug 27
0
syslinux efi configuration file name proposal
Hello Ady & list, On Wed, Aug 27, 2014 at 08:17:51AM +0300, Ady wrote: > > Hello Ady, > > > > On Fri, Aug 01, 2014 at 08:35:27PM +0300, Ady wrote: > > > Goal: To have one USB drive capable of booting UEFI IA32 and UEFI X64 > > > (with an optional Syslinux menu containing multiple entries). > > > > > > Problem (solved) #1: The default
2006 Apr 13
0
Isolinux and Windows NT Installations
Hello! El Torito & isolinux test with qemu - 3.06 boots, BUT windows boot files can't be loaded. ISOLINUX 3.06 2005-01-10 isolinux: Image checksum error, sorry... Boot failed: Press a key to retry... - 3.07 boots and starts windows boot files in the second run. The first one gives: isolinux: Disk error 0C, AX = 4204, drive E0 - 3.08 boots und starts windows boot files in