Displaying 20 results from an estimated 2000 matches similar to: "Fedora and MingW32 Build Notes"
2010 Jan 07
0
cross compile on Fedora configure script
#!/bin/bash
#./configure-fedora-compile-mingw32.sh
#./configure --host=i686-pc-mingw32 --with-lzo=./lzo-2.03/
--with-lzo-include=./lzo-2.03/include/ --with-lzo-lib=./lzo-2.03/
#./configure --host=i686-pc-mingw32 --with-lzo=./lzo/
--with-lzo-include=./lzo/include/lzo/ --with-lzo-lib=./lzo/
#./configure --host=i686-pc-mingw32 \
# --with-lzo=$HOME/Dropbox/SOURCE/tinc/lzo-2.03/ \
#
2013 Mar 03
0
[linux-linus test] 16875: regressions - trouble: broken/fail/pass
flight 16875 linux-linus real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/16875/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl 15 guest-stop fail REGR. vs. 12557
test-amd64-i386-xl 15 guest-stop fail REGR. vs. 12557
test-amd64-i386-xl-credit2 15 guest-stop
2014 Jul 09
0
CESA-2014:0861 Moderate CentOS 6 lzo Update
CentOS Errata and Security Advisory 2014:0861 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-0861.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
5573a762c075a0d03f070c6bd0b47c41311fff66e21e034863d514ee65d8c081 lzo-2.03-3.1.el6_5.1.i686.rpm
2003 May 06
0
lzo compression support for tinc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I've added lzo compression support for tinc 1.0pre8. Lzo is a very fast
compressor (see http://www.oberhumer.com/opensource/lzo/).
I've implemented it by using two new compression levels. Compression level 10
is for fast compression using lzo1x-1 algorithm. Compression level 11 is for
slow compression using lzo1x-999 algorithm.
2014 Jul 09
0
CESA-2014:0861 Moderate CentOS 7 lzo Update
CentOS Errata and Security Advisory 2014:0861 Moderate
Upstream details at : https://access.redhat.com/errata/RHSA-2014:0861
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
898c40521dfa677aa2217a083a9f382618b359d7a1a0361167427123f3397632 lzo-2.06-6.el7_0.2.i686.rpm
2018 Oct 04
0
Re: LZO compression for NBD ?
[adding libguestfs list, for nbdkit reference below]
On 10/4/18 8:39 AM, Stefan Fröberg wrote:
> Hello.
> Is it possible to improve NBD throughtput with LZO compression ?
As in, have a way for the client and server to negotiate that both
understand an LZO extension, at which point the client can request a
read or write with a flag set to mark that the data is LZO-compressed,
for less
2012 Oct 21
3
unrecognized mount option 'compression=lzo' and defragment -c errors
Hi,
I planned to boost my btrfs performance today. here some errors I met:
my ''btrfs filesystem show'' result:
~ # btrfs filesystem show
failed to read /dev/sr0
Label: none uuid: 9b9aa9d9-760e-445c-a0ab-68e102d9f02e
Total devices 1 FS bytes used 36.59GB
devid 1 size 49.52GB used 49.52GB path /dev/sda6
Label: none uuid: 559dec06-4fd0-47c1-97b8-cc4fa6153fa0
2024 Oct 16
0
Bug#1085137: libxen: Libxen Includes Code Similar to LZO Decompressor with a Known CVE
On Tue, 15 Oct 2024 14:20:02 +0400 Mariam Arutunian
<mariamarutunian at gmail.com> wrote:
> Package: libxen
> Version: 4.17.3
> Severity: normal
> X-Debbugs-Cc: mariamarutunian at gmail.com
>
> Dear Maintainer,
> A vulnerability identified as CVE-2014-4608 was discovered and fixed
in LZO decompressor in the Linux kernel with the following commit:
2014 Jul 10
0
CentOS-announce Digest, Vol 113, Issue 5
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2012 Aug 21
7
[GIT PULL v2] Update LZO compression
Hi all,
as suggested on the mailing list I have converted the updated LZO
code into git, so please pull my "lzo-update" branch from
git://github.com/markus-oberhumer/linux.git lzo-update
You can browse the branch at
https://github.com/markus-oberhumer/linux/compare/lzo-update
I''d ask some official kernel maintainer for review and to push this into
linux-next so that it
2013 Feb 15
1
[PATCH] btrfs: use kmalloc for lzo de/compress buffer
The size of de/compress buffer and LZO1X_MEM_COMPRESS is small enough.
Allocating it with kmalloc rather than vmalloc is preferred.
This patch depends on my previous patch, “btrfs: fix decompress buffer size”.
Signed-off-by: Kyungsik Lee <kyungsik.lee@lge.com>
Cc: David Sterba <dsterba@suse.cz>
---
fs/btrfs/lzo.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
2003 Sep 14
1
tinc under cygwin: lzo-librarys probs
Hello,
I try to install tinc under cygwin. When I make an ./configure with
tinc-1.0.1 I get the error-message
checking for lzo1x_1_compress in -llzo... no
configure: error:"lzo libraries not found"
I have installed lzo-1.08. But it was not from the cygwin-Homepage and
so I think that there was a wrong installation-path for the
lzo-libraries. How can I find out where to install the
2014 Jun 06
0
memory leak
Hi,
I am running tinc on alpine linux 2.7.8 in 2 seperate environments. The
first environment is running for about a month without any problems.
The second environment causes some trouble. It looks like a memory leak on
the client side.
tincd.conf:
ConnectTo=ServerHost
Device=/dev/net/tun
Mode=switch
Name=ClientHost
PMTUDiscovery = yes
DeviceType=tap
PriorityInheritance = yes
2014 Jun 11
0
Fwd: memory leak
Hi,
I've observed this strange behaviour for a while in my test environment. It
looks like that all problems gone away when I switch to "hub-mode" instead
of switch mode.
Does tinc still work properly in switch mode when I transport vlan tagged
traffic within that tunnel? In my environment the side, which is receiving
arp requests from the wired interface, is running out of
2019 Jul 19
0
[Patch] Fix lzo memory aliasing issue
Originated/took from Steffen Winterfeldt and Michael Matz in opensuse's
Syslinux package:
https://bugzilla.opensuse.org/show_bug.cgi?id=1125616
"fix lzo memory aliasing issue"
--- lzo/Makefile
+++ lzo/Makefile
@@ -19,6 +19,8 @@
LIB = lzo.a
BINS = prepcore
+OPTFLAGS += -fno-strict-aliasing
+
all : makeoutputdirs $(BINS)
makeoutputdirs:
--
-Ady
2025 Jan 10
0
Bug#1085137: marked as done (libxen: Libxen Includes Code Similar to LZO Decompressor with a Known CVE)
Your message dated Fri, 10 Jan 2025 20:36:04 +0100
with message-id <39184179.XM6RcZxFsP at localhost>
and subject line Re: libxen: Libxen Includes Code Similar to LZO Decompressor with a Known CVE
has caused the Debian Bug report #1085137,
regarding libxen: Libxen Includes Code Similar to LZO Decompressor with a Known CVE
to be marked as done.
This means that you claim that the problem has
2016 Jan 30
2
binutils (objcopy?) >= 2.26 breaks syslinux (bios) build
Hi Fi
$ rpm --query --file /usr/bin/objcopy
binutils-2.25.1-9.fc24.x86_64
$ cd syslinux-7cd1ed6/
$ make bios
...
make[3]: Leaving directory '/tmp/syslinux-7cd1ed6/bios/gpxe'
make[2]: Leaving directory '/tmp/syslinux-7cd1ed6/bios'
make[1]: Leaving directory '/tmp/syslinux-7cd1ed6'
$ file bios/core/*.bin
bios/core/isolinux.bin: data
bios/core/isolinux-debug.bin:
2010 Nov 16
2
[Btrfs-Progs] Update for lzo support
- Add incompat flag, otherwise btrfs-progs will report error
when operating on btrfs filesystems mounted with lzo option.
- Allow to turn on lzo compression for defrag operation:
# btrfs filesystem defragment -c[zlib, lzo] <file>
Note: "-c zlib" will fail, because that''s how getopt() works
for optional arguments.
Signed-off-by: Li Zefan
2013 Mar 27
4
zlib vs lzo uncompress speed, ssd vs nossd
I just setup a new SSD with my laptop root filesystem, and at the time I
though, "eh, I''ll just use zlib compression during the first copy, and then
switch to lzo afterwards to maintain write speed when I''m using the laptop
after the copy and reboot".
Now, I rebooted with the new ssd and zlib compressed rootfs, and it seemed
to boot slower than it did before with the
2009 Apr 12
2
tinc on Fedora
Hello,
I downloaded tinc 1.0.9 from the site and tried to build on Fedora 10 on
i386 (and also x86_64).
I get, during the configure phase:
checking for zlib.h... yes
checking for compress2 in -lz... yes
checking for lzo1x_1_compress in -llzo2... no
checking for lzo1x_1_compress in -llzo... no
configure: error: "lzo libraries not found."
but:
# rpm -qi lzo
Name : lzo