search for: bzip

Displaying 20 results from an estimated 129 matches for "bzip".

Did you mean: bzip2
2009 Jan 11
1
lzma and bzip compressed kernels, initrds and images
hpa, will there be support for lzma and bzip compressed kernels, initrds and images in one of the following releases of syslinux? I saw that you want lzma and bzip2 compression included in the kernel: http://groups.google.com/group/linux.kernel/browse_thread/thread/f415aa765c09c9f7/dae008992e14840f?lnk=raot&pli=1 Gert Hulselmans
2005 Oct 25
1
Building wine-20050930 uses *a lot* of hd space
.... Turned out that it was the wine-20050930 build directory that was using 850mb of hd space. I pinned down the problem to the wine-20050930/dlls directory, which was using about 600mb hd space. For example, advapi32.dll.so was 1155k, while advapi.c was only 8518 bytes and advapi.o was 149k. I tried bzipping advapi32.dll.so, and its size went down to 279k. Then I tried making the wine-20050930 directory into one big bzipped tar, and it became 174mb. Is it just me that finds this to be strange? 850mb is a lot of hd space, and I don't remember that building older versions of wine used that much...
2009 Jul 03
7
slugishness
Hi all, I have a 3G AM2 quad core CPU... x86_64 centos 5.3 When I am doing backing up to my external USB drive my system becomes sluggish. Clicking on a thunderbird compose takes some time to pop up the window. Typeing doesnt keep up etc... Is there something I can change so this backup doesnt slow my system down so much? I dont see HOW it can be taking so much CPU. top at times shows 0 idle
2007 Nov 09
6
backups and md5 all in one while splitting
I'm trying to back up our svn repositories, and I found a nice little backup command line bzip's the backup and creates the md5 hash all in one: svnadmin dump --deltas /repo |bzip2 |tee dump.bz2 | md5sum >dump.md5 The problem is I need to split the backups, so this doesn't really work. Is there perhaps another way of piping things to allow for splitting of the backups? Curre...
2013 Sep 22
0
[LLVMdev] Why total number of store instructions increased in case of gvn with reg2mem?
...the variation on total number of store inst. But when -gvn parameters is passed (in case 4) , why does the total number of strore Instruction present on the attached file increases (instead of decrease). Please explain considering that use of -reg2mem pass is mandatory. eg. clang -emit-llvm bzip.c -c -o bzip1.bc 1. opt -load /home/honey/llvm/build/Debug+Asserts/lib/loadInstruction.so -storeInstruction < bzip1.bc output :- Total Store Instruction 3115 2. opt -reg2mem -load /home/honey/llvm/build/Debug+Asserts/lib/loadInstruction.so -storeInstruction < bzip1.bc output :- Tot...
2013 Sep 22
0
[LLVMdev] Why total number of store instructions increased in case of gvn with reg2mem?
...erstand the variation on total number of store inst. But when -gvn parameters is passed (in case 4) , why does the total number of strore Instruction present on the attached file increases (instead of decrease). Please explain considering that use of -reg2mem pass is mandatory. eg. clang -emit-llvm bzip.c -c -o bzip1.bc 1. opt -load /home/honey/llvm/build/Debug+Asserts/lib/loadInstruction.so -storeInstruction < bzip1.bc output :- Total Store Instruction 3115 2. opt -reg2mem -load /home/honey/llvm/build/Debug+Asserts/lib/loadInstruction.so -storeInstruction < bzip1.bc output :- Total Store In...
2006 Aug 30
2
CentOS-4.4 update: don't forget those rpmsave and rpmnew files folks!
After you do your update, done forget to do updatedb, makewhatis, ... The locate for rpmnew has a couple items of interest and the locate for rpmsave returns one that occupies 24MB of your precious disks - /var/lib/Pegasus/prev-repository*. It compresses nicely to appx. 1MB, cpio bzipped --best. Change in your rndc key too, for DNS.
2010 Aug 04
0
Nvidia GeForce 9400M supported card ?
...g-list about the Nvidia 9400M. So I'm not sure, how can I check if my video card is supported ? In attachment you can find Xorg.0.log, syslog and lspci.txt. Thanks in advance, -------------- next part -------------- A non-text attachment was scrubbed... Name: lspci.txt.bz2 Type: application/x-bzip Size: 525 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20100804/a5b3b9c6/attachment-0003.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: syslog.bz2 Type: application/x-bzip Size: 15878 bytes Desc: not availa...
2006 Apr 15
19
Trouble with Lighty
I''m trying to setup my rails application with Light+fcgi. This is the error I''m getting when I try to start Lighttpd : ============ [getcapture@alpha getcapture]$ ~/etc/rc.d/lighttpd.sh start Starting Lighttpd 2006-04-15 11:27:24: (mod_fastcgi.c.1022) execve failed for: /home/getcapture/application/public/dispatch.fcgi No such file or directory [getcapture@alpha getcapture]$
2010 Feb 03
2
[BUG] problem with zlib plugin
Hi, i think i've the same problem as described here: http://www.dovecot.org/list/dovecot/2009-June/040687.html when opening a folder without an index (?) and bzip-compressed files i get following error message: 2010-02-03T14:12:10.026452+01:00 server dovecot: IMAP(user): gzread() failed: PARAM_ERROR 2010-02-03T14:12:10.026477+01:00 server dovecot: IMAP(user): FETCH for mailbox folder UID 105 failed to read message input: Invalid argument Matthias --...
2017 May 24
2
memcmp code fragment
...think you'd have to write some idiom recognizer here. The ones we have > won't do it. > > I guess my other question would be how commonly this happens. If it's common > and matters a lot, awesome. > I wouldn't do it just to fix SPEC :P > > (people who care about bzip2 speed probably use any of the faster bzip2 > impls :P) > Danny, do you know of forks of bzip2 that are more efficient than bzip.org? I haven't seen one. Sirish is going to send a patch to Julian Seward and try to get the change in a new release of bzip2, and from there we may need to a...
2011 May 06
4
compressed mboxes very slow
I have some archive mails in gzipped mboxes. I could use them with dovecot 1.x without problems. But recently I have installed dovecot 2.0.12, and they are slow. very slow. Creating index files takes about 10 minutes for ~20M file with 560 messages for bzipped mbox, for gzipped is little better but still unusable :( Stracing dovecot process shows that every ~ 20 messages it rereads complete mbox file. Am I doing something wrong? KJ -- http://modnebzdury.wordpress.com/2009/10/01/niewiarygodny-list-prof-majewskiej-wprowadzenie/
2003 May 23
2
Invalid or corrupt kernel image
Guys, I'm trying to use PXELINUX to boot a server with a PXE Intel NIC but I always Get "Invalid or corrupt kernel image" error. TFTP server is TFTP32 but I've also tried tftpd-hpa. The kernel I'm trying to boot is a standard Red-Hat 7.2 kernel; I tried both Gzipped and bzipped images; tried unzipped images and OpenBSD images as well. Any advice on troubleshooting this? Thank you in advance for any support. Ciao, Andrea
2004 Feb 01
1
bzfile() in R
I'm putting together a data package and am finding that I get enormous savings in space by using bzip instead of the usual gzip in save(). Is it safe to assume that for R versions, say >= 1.7.1, that the function bzfile() will always be available? Thanks, -roger
2013 Aug 20
0
[PATCH] modernize configure.ac, update gnulib macros and add the havelib module, remove aclocal.m4
...avoid a dependency on gnulib (which would, IIUC, require more drastic changes to rsync's build scripts), I am suggesting to pull in some useful m4 macros from gnulib. Being at it, I have also modernized configure.ac. Due to the external code, the attached patch is relatively big, so I have bzipped it to get below mailman's limit. From the commit msg: - aclocal.m4: we don't keep auto-generated files (says Wayne) - pull in required gnulib macros to avoid the overhead of using gnulib's build process and requiring gnulib - socklen is now an own m4 module (socklen.m4) - HAVE_...
2017 Feb 07
2
答复: how can I know the version of my zlib checked by R
.... Do you really need to install from source? The EPEL RPMs by Tom Callaway from Redhat contain a bundled version of zlib for platforms that do not have an up-to-date system version, and so are much easier to install. Note that it is not only zlib that is affected. You will have the same issue for bzip, xzv, pcre, and curl. > ?????????So, I eager to know which version of zlib did R-3.3.2 > software examine at its configure step. How could I check the version > of zlib? I will appreciate a lot if you could do me a favour. This information is contained in the "R Installation and A...
2006 Aug 09
2
[LLVMdev] Tablegen problem in LLVM 1.8
...although I remember LLVM had unexpected failures back then too. Did anyone experience similar problems? Kind regards, Bram Adams GH-SEL, INTEC, Ghent University (Belgium) -------------- next part -------------- A non-text attachment was scrubbed... Name: testresults.tar.bz2 Type: application/x-bzip Size: 20787 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060809/d8739aa3/attachment.bin>
2006 Mar 29
13
Rails on Mongrel
Hi, After following advice from you good folks, I gave mongrel a try in a cluster design based on the example on the Mongrel website - and it worked right out of the box which is great - and it''s very fast :) I have got a bit stuck though. I have two MS Word files in /public/files/. I can pull back these files no problem but it isn''t sending a mimetype. I think I have two
2006 Feb 22
5
Rails on lighttpd locks up, freezes, unresponsive every day
I have RoR running on lighttpd on RedHat Linux and every morning that I check the web page it just keeps waiting to refresh it forever, Firefox and IE never times out on any of the pages I try. Has anyone seen that happening to their RoR? I also removed lighttpd completely and just ran webrick but there was no difference. The linux box has a pretty old kernel 2.4.21-4, could that be the
2006 Oct 19
2
vorbis-tools patch to support upcoming FLAC 1.1.3
...lac.c though) Josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: flac-1.1.3.patch.bz2 Type: application/x-bzip Size: 2764 bytes Desc: 2799710632-flac-1.1.3.patch.bz2 Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20061017/6d8aa61f/flac-1.1.3.patch.bin