search for: bzipped

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

Did you mean: gzipped
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
...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 hd space. And the files were very compressible. Regards, Alexander Toresson PS. Please CC me, I'm not subscribed.
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?
2013 Sep 22
0
[LLVMdev] Why total number of store instructions increased in case of gvn with reg2mem?
Below are the 4 cases out of which for the first 3 cases am able to understand 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
2013 Sep 22
0
[LLVMdev] Why total number of store instructions increased in case of gvn with reg2mem?
Might have to do with GVN's PRE (partial redundancy elimination), which tends to increase code size. H. ----- Original Message ----- From: Abhinash Jain Sent: 09/22/13 01:17 AM To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] Why total number of store instructions increased in case of gvn with reg2mem? Below are the 4 cases out of which for the first 3 cases am able to understand the variation
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 ?
Hello, I have a Mac Mini model "late 2009" running a Debian Testing/Squeeze and I have some difficulties with the nouveau driver. I don't know if my video card (Nvidia GeForce 9400M) is supported or not by the nouveau driver ? I have the dreaded black screen with the message in my syslog: "TMDS table revision 2.0 not currently supported". So it seems that my video card
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
2017 May 24
2
memcmp code fragment
On Fri, May 19, 2017 at 4:32 PM, Daniel Berlin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > i 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
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_SOC...
2017 Feb 07
2
答复: how can I know the version of my zlib checked by R
Dear Martyn, Thank you so much for your suggestion. Can I install R by rpm WITHOUT Internet? This Linux server cannot connect to web. Best Regards Wei Ning Ctrip, Shanghai -----????----- ???: Martyn Plummer [mailto:plummerm at iarc.fr] ????: 2017?2?7? 17:17 ???: r-sig-fedora at r-project.org; nw?? <wning at Ctrip.com> ??: Re: [R-sig-Fedora] how can I know the version of my zlib checked
2006 Aug 09
2
[LLVMdev] Tablegen problem in LLVM 1.8
Hi, Today I downloaded LLVM 1.8 (until yesterday I used 1.7) and I tried to build it (Slackware 10.2 with default GCC 3.3.6). However, the build process fails each time it reaches lib/Target/XXX/XXXISelDAGToDAG.cpp for all backends (XXX=X86, ARM, ...), e.g. like: /.../llvm-build/lib/Target/ARM/ARMGenDAGISel.inc:145: error: syntax error before `{' token ... [lots of other errors
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
hello all, (cc'ing some other package maintainers) I attached a patch against vorbis-tools-1.1.1 to make the code also compile against the upcoming FLAC 1.1.3, beta available here: http://prdownloads.sourceforge.net/flac/flac-1.1.3-beta2.tar.gz?download changelog: http://flac.cvs.sourceforge.net/*checkout*/flac/flac/doc/html/changelog.html with FLAC 1.1.3 there is no need for EasyFLAC. the