search for: ungzipped

Displaying 20 results from an estimated 25 matches for "ungzipped".

2005 Jan 25
1
feature request: gzip support in syslinux itself
HPA, is it possible to add GZ support in syslinux itself? Some standalone software compresses very well, but is not compressed. Example is the Memtest86+ binary (90KB uncompressed --> 35KB gzip'd) and maybe Smart Boot Manager (gzip'd COM32 binary instead of normal COM32 binary?). I'm using both on a simple bootdisk, and all space savings are welcome. a workaround could ofcourse
2001 Nov 18
3
gunzipping the patch...
...upid question, but when I type in the line: gunzip < ~/ext3-***extraStuffHere***.gz | patch -p1 as in the installation guide, it tells me that the patch is not a proper gzip file. What do I do??? Also, when it says "make menuconfig", does the menuconfig file appear once the patch is ungzipped, or should it be there already? I'm kinda worried because it says that later on you should build the kernel, but all the HOW-TOs I've seen say that the existing kernel is somewhere in /usr/src/linux/, but I don't have a linux directory in /usr/src. Is this a problem (btw, I'm runnin...
2004 Dec 03
1
SUGGESTION: rsyncing gziped source with non gziped destination
Would it be possible to make rsync capable to sync gziped source (at server) with non gziped detination file? PROBLEM: The rsyncd server provides a few *frequently* accessed, slow changing, *big* text files (DNS RBL zones). It seems that the source files are too big to stay in memory caches and rsync sessions cause to many hard disk I/O operations. Making rsynd capable to "ungzip"
2003 Nov 14
1
initramfs gunzip problems.
I've been having an exchange of e-mails with Bryan O'Sullivan regarding this problem. I thought it time to bring it to the list. I've run into a problem where my initramfs archives get this during bootup: checking if image is initramfs...it isn't (ungzip failed); looks like an initrd The same .cpio archive works if I don't gzip it. I stuck a bunch of debug statements into
2002 Oct 22
1
initramfs scripts and other stuff
Hi, The attached patch is an update to the latest klibc (I just checked a few bits into CVS) which adds support for initramfs. Since it contains bits that aren't available yet on the main site, I've also put a tarball up which contains only what's in the latest CVS. The initramfs stuff is what I use here to boot one of my machines; it works for me, but probably won't work
2003 May 22
0
[PATCH 2.5.69 3/3] Bandaids for gen_init_cpio and initramfs
Last patch for now. This gets gen_init_cpio into a state where it can pick up a "kinit" binary from usr and stuff it into the cpio archive as /sbin/init. This is obviously a crock, but it suffices for testing until something sane is done about integrating klibc into the kernel tree. The patch also adds a bit of instrumentation to initramfs.c, to try to help flush out bug 740.
2008 Dec 17
4
vim helpfile tag issues
Just wondering if anyone can replicate this issue.... On CentOS 5.2, using vim 7.0.237, I'm having a consistent issue across all my centos boxen. if I try and access the help files direct (as root), such as ":help tutor" I get: "usr_01.txt.gz" [readonly][noeol][converted] 11L, 4393C E434: Can't find tag pattern Press ENTER or type command to continue If I press
2000 Aug 22
3
comparisons
...noticed that it gets very close to the size of an mp3, great job guys. Then I got to thinking that maybe it could be compressed further with gzip so I tried it. I also gzipped the mp3 to compare and it looks like the mp3 gzips better but gzipping the ogg file will get the size a bit smaller than an ungzipped mp3. I'm not sure if it's really worth the decompression overhead, although gzip is pretty fast even though I used -9. Sorry if I'm a bit naive about compression. ;-) -rw-r--r-- 1 palisade users 4007318 Aug 22 16:31 tommy.ogg -rw-r--r-- 1 palisade users 3989911 A...
2019 Oct 26
2
Font for cyrillic letters
...tters were displayed correctly! But how could I get such file without external blog posts? Is it possible to convert psf2 font to psf1 format? Also, I have found this question: https://toster.ru/q/138495 and there is a config with russian letters and with using Cyr_a8x16.psf font. I again used an ungzipped file from Arch Linux, but it did not displayed russian letters. It was again a v2 font "file Cyr_a8x16.psfu": Cyr_a8x16.psfu: Linux/i386 PC Screen Font v2 data, 256 characters, Unicode directory, 16x8 Were psf1 fonts gone from kbd package, but still required to be used with syslinux? Th...
2005 Mar 22
2
LME correlation structures: user defined
Let me modify my question about user-defined covariance structures for LME models: Can somebody tell me how I can see the code for the definition of the correlation structures that come with the NLME package. Specifically I like to see the code for the functions coef, corMatrix, and intialize for any of the pre-defined correlation structures, and use this as a template to define a new correlation
2001 Mar 15
5
Whats all this Linux business anyway?
Alright lads, I'm Rick Masters and I know very little about networks, but for some mad reason I have been given the job of setting up a Linux File Server on an NT network. How the dickens does that work? Anyway I need as much help as you can be bothered to give me. And there is a free pizza in it for the guy who helps me get it working :-) You are all super and great fun (I'm sure).
2019 Oct 26
2
Font for cyrillic letters
...ld I get such file without external blog posts? Is it >> possible to convert psf2 font to psf1 format? >> >> Also, I have found this question: https://toster.ru/q/138495 and there >> is a config with russian letters and with using Cyr_a8x16.psf font. I >> again used an ungzipped file from Arch Linux, but it did not >> displayed russian letters. It was again a v2 font "file >> Cyr_a8x16.psfu": Cyr_a8x16.psfu: Linux/i386 PC Screen Font v2 data, >> 256 characters, Unicode directory, 16x8 > > > As the Syslinux wiki explains, you need...
2009 Jan 28
3
vm ignores kickstart
Hi, I''m trying to use a kickstart file to install VMs on a Scientific Linux 5.2 (repackaged RHEL52) host, but the install process seems to ignore my kickstart file. The command I''m using is: virt-install -n sl4vm01 --ram=1024 --vcpus=1 --os-type=linux --os-variant=rhel4 --extra-args="ks=http://particle.phys.uvic.ca/~fransham/ks.cfg" --paravirt --nographics
2016 Jan 06
0
[PATCH klibc] gzip: Fix silent fallback to decompression
If the gzip utilities are built without support for compression, they will always attempt to carry out decompression even if the command name and options don't imply that. Instead they should fail with an explicit error in this case. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/gzip/gzip.c | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13
2016 Jan 06
0
[klibc:master] gzip: Fix silent fallback to decompression
Commit-ID: 0016a343f734cfe002dd45ab97a67b857ffe2e6d Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=0016a343f734cfe002dd45ab97a67b857ffe2e6d Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Wed, 6 Jan 2016 01:21:27 +0000 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Tue, 5 Jan 2016 17:51:26 -0800 [klibc] gzip: Fix silent fallback
2019 Oct 27
0
Font for cyrillic letters
...ree types of fonts that supports cyrillic: Type A. Alt, Type B Koi8 and Type C ISO 8859-5. And the only fonts that could be accepted by syslinux are only of type A, am I correct? I still did not understand where did that blogger (from the page I linked at first message) got that font file. I have ungzipped all files from usr/share/kbd/consolefonts (excluding partialfonts folder), then grepped v1 fonts. And there are very few of them: file * | grep -v "Linux/i386 PC Screen Font v1" eurlatgr.psfu: Linux/i386 PC Screen Font v1 data, 512 characters, Unicode directory, 8x16 lat0-sun...
2010 Apr 22
2
install or uncompress package build in one platform in another platform
Hi, Is an R package built under Unix (package.tar.gz) could be installed on other platforms like windows or Mac? The compressed tar file (.tar.gz) built under Unix doesn't seem to be uncompressed under windows (unzip under windows instead of gunzip). How to proceed? Look forward to your reply, Carol
2003 Jan 03
1
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125 ------- Additional Comments From jrj at purdue.edu 2003-01-04 06:29 ------- The following attachment updates the suggested patch to 3.5p1. The attachment is a gzip'd tar file. Once you download it, ungzip it and then untar it into a temp directory (or use the 'z' option of GNU tar). Then look at the README for more information.
2005 Oct 07
5
[Bug 1098] $MAIL being set incorrectly for HPUX server login
http://bugzilla.mindrot.org/show_bug.cgi?id=1098 Summary: $MAIL being set incorrectly for HPUX server login Product: Portable OpenSSH Version: 4.2p1 Platform: HPPA OS/Version: HP-UX Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy:
2019 Oct 26
0
Font for cyrillic letters
...> But how could I get such file without external blog posts? Is it > possible to convert psf2 font to psf1 format? > > Also, I have found this question: https://toster.ru/q/138495 and there > is a config with russian letters and with using Cyr_a8x16.psf font. I > again used an ungzipped file from Arch Linux, but it did not > displayed russian letters. It was again a v2 font "file > Cyr_a8x16.psfu": Cyr_a8x16.psfu: Linux/i386 PC Screen Font v2 data, > 256 characters, Unicode directory, 16x8 As the Syslinux wiki explains, you need one font file being compatib...