Published at: 10:04 am - Friday April 16 2010
I have just bought an Asus Eee 1101HA and (after compiling a custom kernel with the correct drivers) it is working almost perfectly. Sometimes the whole system just hung and after a keypress the hung had gone and it was OK for a while until the next hang…
This had been happening in console and under [...]
Published at: 10:01 pm - Tuesday January 12 2010
I was trying to load database from an RMAN backup (duplicate database until …), and the restore process died after some time, and gave me the following error messages (I have tried it several times, with different backups, these repeated randomly):
ORA-19502: write error on file “/path/to/datafile.dbf”, blockno 1669073 (blocksize=8192)
ORA-27072: File I/O error
Linux Error: 2: No [...]
Published at: 04:12 am - Sunday December 20 2009
Although the Bootsplash has been superseded by Splashy many of us liked Bootsplash. I was unable to find a patch for 2.6.32, so I made one from the patch for 2.6.30.
http://dev.kakaopor.hu/stuffs/bootsplash-3.1.6a-2.6.32.diff
Published at: 12:06 am - Monday June 08 2009
If you have accidentaly locked out yourself, or just forgot your password for the admin (root) user of the MySQL, here is a quick-and-dirty solution.
First you have to shut down the MySQL server, next you need to start it in safe mode with no priviliges table loaded, update the password to a new one, and [...]
Published at: 05:05 pm - Sunday May 31 2009
I have updated the early-ssh to version 0.2. This includes just a few bugfixes and new features, including scp support.
You can download the new version from http://dev.kakaopor.hu/early-ssh/
Published at: 12:04 am - Monday April 13 2009
Early-ssh is a simple initramfs-tools hook script which provides an SSH server at boottime (in the initramfs) before the root filesystem gets mounted, so you will be able to do a numerous things, such as:
unlocking crypto devices – even your root can be an encrypted filesystem
assembling/altering mdadm RAID arrays
checking the root filesystem in read-write mode, [...]
Published at: 03:04 am - Sunday April 05 2009
I was unable to find a place where all these things are collected, so I have decided I will write it down here.
So I am currently working on a little project where I need to have SSH access during the boot (on the initrd system). The following things are needed to create a working – [...]
Published at: 08:03 pm - Friday March 27 2009
Today I have faced with a crashed SQLite database. Actually, I am not totally sure it was crashed, but the sqlite process had not shut down properly, and (after this) to select anything from it has taken more than an hour, anyway it was damn slow, and has eaten a lot of CPU time, and [...]
Published at: 01:03 am - Sunday March 15 2009
Today I have run into an error with fdisk under busybox. I am currently building a really small system with basic stuffs, and I need to run fdisk in the initramfs. Unfortunately when I try to run fdisk interactively, I get the following error:
fdisk[...]: segfault at 8117dc4 ip 080ff478 sp bffee994 error 7 in fdisk[8048000+df000]
Segmentation [...]
Published at: 05:03 pm - Friday March 13 2009
I have “released” the first version of my own Captcha generator for PHP.
You can download it (for free of course) on these links:
http://dev.kakaopor.hu/captchaz/
http://sourceforge.net/projects/captchaz/
If you have any comments, questions or anything contact me by commenting to this post, or by filling the contact form on the captchaz page.
Have fun with it!