Bug#705879: general: wheezy don't boot on ext4 with external-journal

2013-05-04 Thread Calvin Owens
I encountered a similar problem in Gentoo - e2fsck 1.42.5 can't check
read-only mounted FS with an external journal. Ted Ts'o just wrote a
fix: http://www.spinics.net/lists/linux-ext4/msg38096.html

That fixes the problem for me; it should for you as well. 


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130505005009.gb21...@gmail.com



Bug#25837: How are you?

2007-12-10 Thread calvin huntley
I'm ok!!! (as usual), because I'm very funny person and I often have a
good mood. My mood happens a different. Without in dependence good or
bad  it varies very quickly. I am very lovely and attractive
girl. There were  many pleasant moments in life which it will be
pleasant for me to share with you. Yes it so. Certainly you also would like
to see my appearance and appeal, all my merits and demerits:). I will
be very glad to send you my photo in the next letter . Than you could
see my appearance:). I have started to use the Internet recently and
so I have a small experience. I am assured that you wish
to find out where we could get acquainted with you. I know that the
Internet very big and a lot of interesting it is possible to find in
it. But I have not remembered all. But I know only one that you have
written the electronic address for me on a dating site.
Forgive that I can not write you the site name. Because I looked many
 dating sites. But when you have written the electronic
address than I was understood that I wish to correspond only with you
and you are very interesting to me.

Well, now i should finish my letter because I have to work again, I hope
you'll answer my letter and I thing you are pleased to make friends
with me. With a good-natured smile I wait your letter. And with the
big pleasure I will be glad to write to you to the answer. bye.
Here my e-mail address: [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



list-rc.d

2003-07-11 Thread Calvin Wong
i have this simple shell script called list-rc.d
hosted here http://mirrorlynx.com/download.php
it doesnt do what chkconfig does but its usefull for doing
something like chkconfig --list on redhat.

- calvin

Avoid the Gates of Hell.  Use Linux
(Unknown source)





Re: Proposal: Reorganizing Python for Python 2.0

2001-01-10 Thread calvin
Hello,

   * we make /usr/bin/python point to python 2 thanks to alternatives
   * we run a compileall.py in python/site-packages in order to
 get them byte-recompiled for 2.0
From the Python news file:
- Python bytecode files (*.pyc and *.pyo) are not compatible between
releases.

Now what if you install Python 2.0 and then call /usr/bin/python15?
This will use the newly-compiled .pyc files which are incompatible.

Bastian Kleineidam


pgpDestWj2Ani.pgp
Description: PGP signature


Re: big Packages.gz file

2001-01-08 Thread calvin
Hello,

On Tue, Jan 09, 2001 at 03:04:10AM +0800, zhaoway wrote:
 * To seperate Packages.gz to be along with each package as another seperate
   file. Ceazar's belong to Ceazar. ;)
   i.e., each pkg_ver-sub_arch.deb with a pkg_ver-sub_arch.idx
No, thats not a win. You would end up checking time stamps for thousands
of files in case of an update.
I liked the idea of alphabetical splitting in Packages-[a-z0-9].gz

 * At the same time, provide a big Packages.gz by collecting these small
   files for compatibility. Or, maybe even a trimmed Packages.gz by removing
   all of the Description:s.
Jup, just keep a copy of Packages.gz and provide backwards compatibility.

Bastian Kleineidam


pgp0mckdUDTPq.pgp
Description: PGP signature


Re: tar -I incompatibility

2001-01-07 Thread calvin
Hello,

I think the -I == -j change is not that bad.
The only package I found using -I was devscripts' /usr/bin/uupdate.
I submitted this patch:

--- uupdate.origSun Jan  7 18:40:59 2001
+++ uupdate Sun Jan  7 18:43:13 2001
@@ -294,7 +294,7 @@
 X=${ARCHIVE##*/}
 case $X in
*.tar.gz)  X=${X%.tar.gz};  UNPACK=tar zxf ;;
-   *.tar.bz2) X=${X%.tar.bz2}; UNPACK=tar Ixf ;;
+   *.tar.bz2) X=${X%.tar.bz2}; UNPACK=tar --bzip2 -xf ;;
*.tar.Z)   X=${X%.tar.Z};   UNPACK=tar zxf ;;
*.tgz) X=${X%.tgz}; UNPACK=tar zxf ;;
*.tar) X=${X%.tar}; UNPACK=tar xf  ;;


Bastian Kleineidam


pgprqVOBKNKm9.pgp
Description: PGP signature