RECORDING MY FANTASY

Thursday, April 22, 2010

useful toolkits for web service dev (xpath, soap, etc)

http://ditchnet.org/aquapath/


Saturday, April 10, 2010

The website for Analysis of IMEI numbers


The website is here:



The introduction is here

Analysis of IMEI numbers

All mobile phones are assigned a unique 15 digit IMEI code upon production. Below you can check all known information regarding manufacturer, model type, and country of approval of a handset.

Tip! The IMEI can be displayed on most mobile handsets by dialling *#06#. Otherwise check the compliance plate under the battery.


Friday, April 09, 2010

AUFS is needed to build the diskless image

mounting 192.168.11.108:/install/netboot/sles11.1/ppc64/test/rootimg on /ro
Using NFS over UDP can cause data corruption.
Please refer to the WARNINGS section of the nfs(5) manual page.
mount.nfs used greatest stack depth: 8304 bytes left
mount: unknown filesystem type 'aufs'
mkdir: cannot create directory `/sysroot/var/lib/dhcpcd/': No such file or directory
cp: cannot create regular file `/sysroot/var/lib/dhcpcd/': No such file or directory
cp: cannot create regular file `/sysroot/etc/': Is a directory
cp: cannot create regular file `/sysroot/etc/': Is a directory
mknod: `/sysroot/dev/console': No such file or directory
/lib/mkinitrd/bin/run-init: current directory on the same filesystem as the root: Success
run-init used greatest stack depth: 7920 bytes left
Kernel panic - not syncing: Attempted to kill init!
Call Trace:
[c0000000ce5e39e0] [c0000000000125dc] .show_stack+0x6c/0x198 (unreliable)
[c0000000ce5e3a90] [c0000000005af970] .panic+0x80/0x1cc
[c0000000ce5e3b20] [c0000000000b211c] .forget_original_parent+0x34c/0x350
[c0000000ce5e3c00] [c0000000000b2154] .exit_notify+0x34/0x1f8
[c0000000ce5e3c90] [c0000000000b2538] .do_exit+0x220/0x438
[c0000000ce5e3d30] [c0000000000b27a8] .do_group_exit+0x58/0xf8
[c0000000ce5e3dc0] [c0000000000b285c] .SyS_exit_group+0x14/0x28
[c0000000ce5e3e30] [c0000000000085b4] syscall_exit+0x0/0x40
Rebooting in 180 seconds..

Egan said aufs.ko should be complied and put into the directory contained genimage; I will have try.

StatelessLinux for Fedora

http://fedoraproject.org/wiki/StatelessLinux

 Stateless Linux

Stateless Linux is not a deployment model. It is not any single technology. It's a new way of thinking about how a system is supposed to run and be managed.

To be stateless, a system should be able to be replaced at any time, whether it's running diskless or with local storage. Hard drive crash? Just resync your remote image to a new drive, and you're good to go. Server goes offline? Start a new virtual instance running your OS image off of your network storage.

Moreover, it's about being able to run multiple machines from identical OS metadata. Instead of managing each machine independently, the single copy of the OS metadata is managed.

For more information, you might want to view the Red Hat Summit presentation

Tuesday, April 06, 2010

中天门远眺


中天门远眺, originally uploaded by minjun_buaa.

去年国庆节期间爬泰山时,在中天门休息的时候拍的一张照片

Sunday, April 04, 2010

Reading "iPhone SDK 3 programming"

Now, I am reading chapter 7.4: Modal View controllers.