Wednesday, March 31, 2010

resize netboot image for MacOSX server

resize netbook image

Saturday, March 27, 2010

Gentoo stage3 with Synology

Follow http://dsmg600.info/howto:chroot_gentoo and check

ash shell in Synology seem prevent to call chroot saved in other directory. Copy chroot from the bunzipped stage3 to /bin/ will solve the problem

Sunday, March 21, 2010

vmware-rawdiskCreator - Use entire disk instead of a single partition

Follow this vmware-rawdiskCreator - Use entire disk instead of a single partition

fdisk /dev/disk?
Disk: /dev/disk? geometry: 977/32/63 xxx sectors

/Library/Application\ Support/VMware\ Fusion/vmware-vdiskmanager -c -s xxx -a lsilogic -t 1 rawdisk.vmdk
rm rawdisk-s*.vmdk

edit the only file rawdisk.vmdk and replace the two lines inside

createType="fullDevice"
RW xxx FLAT "/dev/disk?" 0

Seem vmware-rawdiskCreator can do the same
/Library/Application\ Support/Vmware\ Fusion/vmware-rawdiskCreator create /dev/disk? 1 lsilogic

modify lines inside
# Extent description
RW 63 FLAT "s320g-pt.vmdk" 0
RW 409600 FLAT "/dev/disk0s1" 0
RW 624727682 ZERO
RW 5103 ZERO


replace with
RW 625142448 figures FLAT "/dev/disk0" 0

Tuesday, March 02, 2010

stardom NAS gcc and glibc version

GNU C Library stable release version 2.3.5, by Roland McGrath et al.
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 3.4.4.
Compiled on a Linux 2.6.11.12-fa0 system on 2005-09-07.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
linuxthreads-0.10 by Xavier Leroy
BIND-8.2.3-T5B
libthread_db work sponsored by Alpha Processor Inc
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
For bug reporting instructions, please see:
.