Bug#296179: cloop-utils: create_compmressed_fs creates one more block than necessary

2005-08-25 Thread Igor Belyi
Eduard Bloch wrote: Nice. I have read that paper http://heather.cs.ucdavis.edu/~matloff/Python/PyThreads.pdf to get an overview on its features. Thanks. This paper triggered my interest in reviewing what I've done in the code. :-) The good news is that zlib module releases the global lock

Bug#296179: cloop-utils: create_compmressed_fs creates one more block than necessary

2005-08-24 Thread Eduard Bloch
#include * Igor Belyi [Wed, Aug 24 2005, 10:52:55AM]: > Eduard Bloch wrote: > > >Interesting. Looks nice, most things are done the same way I did with > >C++, and looking very clean. I was rewritting advfs primarily to make it > >multithreaded, since we have a Dual-Opteron cluster nearby so Klaus

Bug#296179: cloop-utils: create_compmressed_fs creates one more block than necessary

2005-08-24 Thread Igor Belyi
Eduard Bloch wrote: Interesting. Looks nice, most things are done the same way I did with C++, and looking very clean. I was rewritting advfs primarily to make it multithreaded, since we have a Dual-Opteron cluster nearby so Klaus could compress his DVDs in 5 minutes using best compression rathe

Bug#296179: cloop-utils: create_compmressed_fs creates one more block than necessary

2005-08-23 Thread Eduard Bloch
#include * Igor Belyi [Tue, Aug 23 2005, 09:15:10AM]: > Eduard Bloch wrote: > > >#include > >* Eduard Bloch [Tue, Aug 23 2005, 12:22:04AM]: > > > > > >>Eh, did you test that with the _driver_? I am rewritting advfs right now > >>and stumbled over the same problem. > >> > Hm.. Since you rewritti

Bug#296179: cloop-utils: create_compmressed_fs creates one more block than necessary

2005-08-23 Thread Igor Belyi
Eduard Bloch wrote: #include * Eduard Bloch [Tue, Aug 23 2005, 12:22:04AM]: Eh, did you test that with the _driver_? I am rewritting advfs right now and stumbled over the same problem. Hm.. Since you rewritting advfs, I wonder if you will find useful my 2 cents in a form of python scripts

Bug#296179: cloop-utils: create_compmressed_fs creates one more block than necessary

2005-08-22 Thread Eduard Bloch
#include * Eduard Bloch [Tue, Aug 23 2005, 12:22:04AM]: > > I've attached the patch fixing the problem. > > Eh, did you test that with the _driver_? I am rewritting advfs right now > and stumbled over the same problem. I still don't get the reason for > adding this block but the driver insists o

Bug#296179: cloop-utils: create_compmressed_fs creates one more block than necessary

2005-08-22 Thread Eduard Bloch
#include * Igor Belyi [Sun, Feb 20 2005, 04:05:13PM]: > Package: cloop-utils > Version: 2.01.5-3 > Severity: important > > create_compressed_fs add extra block to the compressed image if the size of > the original image is a multiple of the block size. You can verify this by > the following simpl

Bug#296179: cloop-utils: create_compmressed_fs creates one more block than necessary

2005-02-20 Thread Igor Belyi
Package: cloop-utils Version: 2.01.5-3 Severity: important create_compressed_fs add extra block to the compressed image if the size of the original image is a multiple of the block size. You can verify this by the following simple test: % head -c 65536 /dev/zero > uncompressed.iso % create_compres