Displaying 20 results from an estimated 31 matches for "gzio".
Did you mean:
gpio
2007 Aug 27
1
fix for broken largefile seek() on 32-bit linux (PR#9883)
...time tests for large file support use "HAVE_SEEKO" instead of
"HAVE_FSEEKO", and so fail.
The same typo appears in one of the extra/zlib files, so I'm fixing
it in the patch below, but I haven't tested whether that actually
produces a bug.
PATCH
Index: src/extra/zlib/gzio.c
===================================================================
--- src/extra/zlib/gzio.c (revision 42664)
+++ src/extra/zlib/gzio.c (working copy)
@@ -25,7 +25,7 @@
#include "zutil.h"
/* R ADDITION */
-#if defined(HAVE_OFF_T) && defined(HAVE_SEEKO)
+#if defined(HAVE_OFF...
2018 Feb 07
2
/dev/md1 => 93% Used. Warning. Disk Filling up. - what would be safe to delete in /boot ?
...OS Linux (3.10.0-693.17.1.el7.x86_64) 7 (Core)' --class
centos --class gnu-linux --class gnu --class os --unrestricted
$menuentry_id_option
'gnulinux-3.10.0-327.13.1.el7.x86_64-advanced-2a4bc862-eb7a-46b1-8979-d19c873dca3b'
{
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/84bbf877f8bd0f7aa0c64064178966b4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
--h...
2015 Sep 14
2
adding xen support to grub2 got segfault running grub2-mkimage
...http://107.185.144.55/xen/cent7/dom0/RPMS/stable-4.5/mock/
this gave a segfault from grub2-mkimage with a cmdline like/usr/bin/grub2-mkimage? -O x86_64-xen?? -C auto? -d /usr/lib/grub/x86_64-xen -c ./grub-bootstrap.cfg???? -m ./memdisk.tar???? -o ./grub2-x86_64-xen.bin -v? ext2 fat file font fshelp gzio halt hashsum help legacycfg linux loadenv loopback part_dvh part_gpt part_msdos part_plan part_sun xfs xnu_uuid xnu_uuid_test xzio
the image would finish if I cut down the module list to about 8 or less modules. This is not enough for a useful image .
Second Attempt----------------In the same buil...
2006 Jul 25
1
valgrind complains about save (PR#9096)
...Type 'q()' to quit R.
==13521== Conditional jump or move depends on uninitialised value(s)
==13521== at 0x5D2740: longest_match (deflate.c:1121)
==13521== by 0x5D3BB6: deflate_slow (deflate.c:1595)
==13521== by 0x5D30EB: deflate (deflate.c:790)
==13521== by 0x5D4D21: do_flush (gzio.c:757)
==13521== by 0x5D4F39: gzclose (gzio.c:991)
==13521== by 0x44AC22: gzfile_close (connections.c:1035)
==13521== by 0x44A703: con_close1 (connections.c:2256)
==13521== by 0x44A742: con_close (connections.c:2283)
==13521== by 0x44D3A3: do_close (connections.c:2303)
==13521== b...
2010 Dec 30
1
problem building R 2.12.1 64-bit on Windows 7
...9;"x64"' -DW64 -c crc32.c -o crc32.o
gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic
-DR_ARCH='"x64"' -DW64 -c deflate.c -o deflate.o
gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic
-DR_ARCH='"x64"' -DW64 -c gzio.c -o gzio.o
gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic
-DR_ARCH='"x64"' -DW64 -c infback.c -o infback.o
gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic
-DR_ARCH='"x64"' -DW64 -c inffast.c -o inffast.o
gcc -std=gnu99...
2013 Sep 29
2
Bug#603391: Workaround PyGrub issue
...bian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(/dev/xvda,msdos1)'
search --no-floppy --fs-uuid --set=root f395d5a0-4612-4872-806c-33cd37c152f0
echo 'Loading Linux 3.2.0-4-amd64 ...'
linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=f395d5a0-4612-4872-806c-33cd37c152f0 ro
echo 'Load...
2013 Apr 12
7
Xen not seeing all the memory in the box
I''m running Xen 4.1 (4.1.3-3ubuntu1.3) on an Ubuntu 12.10 server with
an AMD FX-8150 processor (8 cores) and 16 GB of RAM.
When I boot the server, Xen sees only 3 GB of RAM (instead of 16 GB).
If I try to create a domU with more than about 1.5 GB of RAM, the create
fails with messages saying it "could not allocate memory for HVM guest".
Here''s the output when I do
2006 Jan 23
1
R-2.2.1 doesn't compile under cygwin/Win2000
...ure script runs
ok, but make generates the following error after a while:
----------------------------------------------------------------------------
-----
al/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -g -O2 -c zutil.c -o zutil.o
rm -f libz.a
ar cr libz.a adler32.o compress.o crc32.o deflate.o gzio.o infback.o
inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o
ranlib libz.a
make[4]: Leaving directory `/home/Vonkad/R-2.2.1/src/extra/zlib'
make[3]: Leaving directory `/home/Vonkad/R-2.2.1/src/extra/zlib'
make[3]: Entering directory `/home/Vonkad/R-2.2.1/src/extra/xdr'
make[4]:...
2013 Jun 26
1
[PATCH] pygrub: add fedora 19 grub.cfg example
...###
+menuentry ''Fedora, with Linux 3.9.6-301.fc19.i686.PAE'' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option ''gnulinux-3.9.6-301.fc19.i686.PAE-advanced-738519ba-06da-4402-9b68-a1c1efada512'' {
+ load_video
+ set gfxpayload=keep
+ insmod gzio
+ insmod part_msdos
+ insmod ext2
+ set root=''hd0,msdos1''
+ if [ x$feature_platform_search_hint = xy ]; then
+ search --no-floppy --fs-uuid --set=root --hint=''hd0,msdos1'' 5001334f-de37-4b0b-bd2b-c1cea036f293
+ else
+ search --no-floppy --fs-uuid --set=root 5...
2013 Oct 10
1
[PATCH] pygrub: Support (/dev/xvda) style disk specifications
...ormal=cyan/blue
+set menu_color_highlight=white/blue
+### END /etc/grub.d/05_debian_theme ###
+
+### BEGIN /etc/grub.d/10_linux ###
+menuentry ''Debian GNU/Linux, with Linux 3.2.0-4-amd64'' --class debian --class gnu-linux --class gnu --class os {
+ load_video
+ insmod gzio
+ insmod part_msdos
+ insmod ext2
+ set root=''(/dev/xvda,msdos1)''
+ search --no-floppy --fs-uuid --set=root f395d5a0-4612-4872-806c-33cd37c152f0
+ echo ''Loading Linux 3.2.0-4-amd64 ...''
+ linux /boot/vmlinuz-3.2.0-4-...
2023 Mar 14
1
Kernel updates do not boot - always boots oldest kernel
Am 14.03.23 um 12:30 schrieb Rob Kampen:
> OK,
>
> found out the problem as to why it doesn't boot any kernel except 36.2
>
> the system reports that it cannot find
>
> vmlinuz-3.10.0-1160.88.1.el7.x86_64
>
> or any one of the others, except for vmlinuz-3.10.0-1160.36.2.el7.x86_64
>
> hence a manual selection from the grub menu when in front of the machine
2002 Jul 02
2
[PATCH] Compressed output files
...t.
Destination files are gunzip'd before their checksums are
calculated.
- Added an option "--ignore-sizes", since there is no easy way for
the receiver to know the uncompressed size of the files it
already has. For now you have to use --checksum to be sure...
- Added gzio.c from the latest zlib distribution so we can call
gzwrite() etc.
What remains to be done / problems:
- Needs more testing, especially with remote clients / servers.
- Batch files are not compressed.
- Reading compressed files should be implemented in a more generic
fashion, perhaps in...
2013 Oct 01
0
Bug#603391: Bug#603391: Workaround PyGrub issue
...nu_color_normal=cyan/blue
+set menu_color_highlight=white/blue
+### END /etc/grub.d/05_debian_theme ###
+
+### BEGIN /etc/grub.d/10_linux ###
+menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class gnu-linux --class gnu --class os {
+ load_video
+ insmod gzio
+ insmod part_msdos
+ insmod ext2
+ set root='(/dev/xvda,msdos1)'
+ search --no-floppy --fs-uuid --set=root f395d5a0-4612-4872-806c-33cd37c152f0
+ echo 'Loading Linux 3.2.0-4-amd64 ...'
+ linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=f395...
2019 Jan 03
2
Xen PVH support for grub-xen in Buster
...Slightly OT, but may be interesting for others reading this:
At work, I'm using this in a bit different way than the debian
grub-xen-host/bin package does, since I avoid having anything grub
related in virtual machines.
An example config file is:
root='(xen/xvda)'
insmod xzio
insmod gzio
insmod zstd
insmod btrfs
insmod ext2
echo 'Loading Linux ...'
linux /vmlinuz root=/dev/xvda ro console=hvc0 elevator=noop
echo 'Loading initial ramdisk ...'
initrd /initrd.img
echo 'There we go! ...'
boot
I have a bunch of those with different options etc, and we create the...
2016 Apr 13
0
7.2 installer says "/dev/root does not exist"
Hi folks,
I have an existing CentOS 7.2 system, that I want to re-install. I
copied /vmlinuz and /initrd.img into /boot, place my kickstart file into
/boot, and created a grub2 menu entry for this, as follows:
menuentry "Install CentOS 7" {
insmod gzio
insmod part_gpt
insmod xfs
set root=(hd0,2)
linux /vmlinuz console=tty0 console=ttyS1,115200
inst.ks=hd:/dev/sda2/ks.cfg
initrd /initrd.img
}
When I reboot and select this, the kernel boots, unpacks the initrd, and
then exits with the warning "/dev/root" does not exis...
2006 Oct 11
0
Asterisk 1.4.0 compile error on AMD64 Opteron server; recompile with -fPIC?
Hi,
Installed 1.4.0 libpri and 1.4.0 zaptel and everything went smoothly. I configured asterisk 1.4.0 with no problems (./configure), but when I compile it (make), it fails with this error:
[LD] res_snmp.o snmp/agent.o -> res_snmp.so
/usr/bin/ld: /usr/local/lib/libz.a(gzio.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libz.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: *** [res_snmp.so] Error 1
make: *** [res] Error 2
How do I recompile with...
2013 Mar 21
5
Bug#703586: Xen fails to boot Linux
...messages go by fast), then I get a blank screen,
followed seconds later by a reboot. No messages redolent of Linux.
/ is on dm-crypt, if that matters; a straight Linux boot finds it.
I notice in /boot/grub/grub.cfg, the menuentrys for Xen are missing the
"load_video" and "insmod gzio" that straight Linux has, if that matters.
2017 Aug 17
1
[Bug 102275] New: Laptop bootup and suspend and wake issues
...70473.
Resolved all issues after setting boot parameters and updating Dell XPS BIOS
firmware and everything was working well with kernel 4.11.11-300.
Current boot sequence that works with 4.11.11-300 is:
========================================================
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 46985d35-b7e3-41f9-9bc0-8ae6c11bc84c
else
search --no-floppy --fs-uuid --set=root 46985d35-b7e3-41f9-9bc0-8ae6c11bc84c
fi
linuxefi /vmlinuz-4.11.11-300.fc26.x86_64 root=/dev/map...
2013 Sep 22
0
UEFI boot - no console will be available to OS
...##
menuentry ''Arch Linux, with Linux core repo kernel'' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option ''gnulinux-core repo kernel-true-0b8cebb6-e937-402c-b9e1-16d4e422b590'' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
set root=''hd0,gpt2''
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 0b8cebb6-e937-402c-b9e1-16d4e422...
2017 Dec 02
2
Can USBstikA boot USBstkB ?!
...069 Nov 22 01:24 isolinux.cfg
...
USBstikB-partition3:
Currently boots a 32bit installation, via GRUB using the entry:-----
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-486 (recovery mode)'
--class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd1,msdos3)'
search --no-floppy --fs-uuid --set=root
3169ee17-bdeb-41fa-984a-94badd02799a
echo 'Loading Linux 3.2.0-4-486 ...'
linux /boot/vmlinuz-3.2.0-4-486
root=UUID=3169ee17-bdeb-41fa-9...