search for: gzf

Displaying 4 results from an estimated 4 matches for "gzf".

Did you mean: gz
2007 Apr 18
2
[Patch]: Drive/Partition and extensible filesystem support for syslinux
...(intptr_t) &dfd); fd = fs->ops.open(fs, "MYFILE CFG", O_RDONLY); // This will give you a open descriptor // Now on, you can read files just like any other *nix file...! :) read(fd, mybuf, 128); // read 128 bytes from file.. OR you can use zlib funtionality of syslinux with: gzFile gzf = gzdopen(fd, "r"); gzread(gzf, mybuffer, 128); etc... //After you are done, you can close the descriptor with close(fd); // FS can be closed with libfat_close(fs); One thing which is missing is the way you specify file names for open. It is the short name format of DOS. Would...
2016 Jul 27
2
ext4 error when testing virtio-scsi & vhost-scsi
.../mnt > root@(none)$ ls > [ 301.444966] sbc_parse_cdb cdb[0]=0x28 > [ 301.449003] fd_execute_rw > lost+found test > root@(none)$ rm test > [ 304.281920] sbc_parse_cdb cdb[0]=0x28 > [ 304.285955] fd_execute_rw > [ 118.002338] EXT4-fs error (device sda):[ 304.290685] gzf sbc_parse_cdb cdb[0 > ]=0x28 > ext4_mb_generate_buddy:758: gro[ 304.296737] gzf fd_execute_rw > up 3, block bitmap and bg descri[ 304.304099] sbc_parse_cdb cdb[0]=0x28 > ptor inconsistent: 21504 vs 2143[ 304.309322] fd_execute_rw > 9 free clusters > [ 118.015903] JBD2: Spot...
2016 Jul 27
2
ext4 error when testing virtio-scsi & vhost-scsi
.../mnt > root@(none)$ ls > [ 301.444966] sbc_parse_cdb cdb[0]=0x28 > [ 301.449003] fd_execute_rw > lost+found test > root@(none)$ rm test > [ 304.281920] sbc_parse_cdb cdb[0]=0x28 > [ 304.285955] fd_execute_rw > [ 118.002338] EXT4-fs error (device sda):[ 304.290685] gzf sbc_parse_cdb cdb[0 > ]=0x28 > ext4_mb_generate_buddy:758: gro[ 304.296737] gzf fd_execute_rw > up 3, block bitmap and bg descri[ 304.304099] sbc_parse_cdb cdb[0]=0x28 > ptor inconsistent: 21504 vs 2143[ 304.309322] fd_execute_rw > 9 free clusters > [ 118.015903] JBD2: Spot...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking