SSD/Linux - Errata
Japanese | English
0.4-current
0.4-LATEST
Not found
0.4-20080627 - 0.4-20080907
OpenBlockS266
Communications can be established only between OpenBlockS266s as IPv6 nodes. It is because of updating the kernel version from 2.6.16.59 to 2.6.16.60 or 2.6.16.62. This is a bug of the kernels.
0.4-20080320
OpenBlockS266
The size of the firmware,
zImage.initrd.treeboot-product
is larger than 8192000 bytes. It cannot be used with OBS266 and OBS266/128.
Please use the firmware,
zImage.initrd.treeboot
or earlier one.
0.4-20071102 - 0.4-20071130
A compilation of glibc fails on OpenBlockS266 since a files, elf/trusted-dirs.h, of glibc is not created normaly with update version of gawk from 3.1.5 to 3.1.6. Please apply a patch as follows.
# cd /usr/src/dist/glibc # patch -p1 </tmp/glibc-2.x-gen-trusted-dirs.patch
glibc-2.x-gen-trusted-dirs.patch BEGIN-------- --- glibc-2.3.6.orig/elf/gen-trusted-dirs.awk 1999-05-04 06:55:30.000000000 +0900 +++ glibc-2.3.6/elf/gen-trusted-dirs.awk 2007-12-05 13:44:16.000000000 +0900 @@ -1,5 +1,6 @@ BEGIN { FS = " "; + cnt = 0; } { END--------
0.4-20070713 - 0.4-20070921
When installed on CF/HDD, files which exist may not be found during compiling in the source tree. It happens when the ext3 file system is created by mke2fs of e2fsprogs-1.40.2 in the installer. A workaround is to reinstall by 0.4-20070928 or later whose the version of e2fsprogs is 1.39.
0.4-20070119
The installer does not work well. A workaround to install 0.4-current is as follows.
o From CD-ROM
Boot from the CD-ROM of 0.3-STABLE. When you see the login prompt, eject the CD-ROM of 0.3-STABLE and insert a CD-ROM of 0.4-current. Login as root, execute fdisk(8) for partitioning and do sysinst(8).
o From FD
Boot from FD of 0.3-STABLE. Login as root, execute fdisk(8) for partitioning and do sysinst(8).
0.3-current
0.3-20060127
Not found
0.2-current
0.2-20040813
Not found
0.2-20040409
i386
GRUB installation failure from sysinst(8) or with /usr/mdec/installboot in the installation FD or CD-ROM.
Install 0.2-current with sysinst(8). Then follow one of the below procedures.
o Install GRUB natively as follows.
# e2fsck /dev/hda1 # mount -t ext2 /dev/hda1 /mnt # grub grub> root (hd0,0) grub> setup (hd0) grub> quit # umount /mnt
o Shutdown, boot from 0.1-STABLE FD or CD-ROM, and install GRUB manually as follows.
# e2fsck /dev/hda1 # mount -t ext2 /dev/hda1 /mnt # ln -s /mnt/boot /boot # /usr/mdec/installboot --root-directory=/mnt /dev/hda
0.2-20040402
OpenBlockS
/ and /usr must be in the same partition.
Some commands in /bin and /sbin load shared libraries in /usr/lib.
0.2-20040319
i386
MAKEDEV segmentaion fault in sysinst(8).
Because of segmentaion fault of chmod(1) and chown(1). Please follow the below procedure after booting with 0.1-STABLE FD.
# e2fsck /dev/hda1 # mount -t ext2 /dev/hda1 /mnt # cd /mnt/dev # ./MAKEDEV generic # cd / # umount
i386
Installation failure by way of PC LAN Card.
depmod(8) does not work. Please follow the below procedure after booting with FD.
# cd /lib/modules/2.4.20/pcmcia # insmod pcmcia_core.o.gz # insmod i82365.o.gz [poll_interval=100] # insmod ds.o.gz # cardmgr
Insert your PC LAN Card (3c574_cs, 3c589_cs, fmvj18x_cs, and pcnet_cs are available. See SUPPORTED.CARDS of pcmcia-cs). You see the following message.
cardmgr[35] : module /lib/modules/2.4.20/pcmcia/<driver name>.o not available
where <driver name> is one of 3c574_cs, 3c589_cs, fmvj18x_cs, and pcnet_cs. Eject your PC LAN Card then execute the following command.
# gzip -d <driver name>.o.gz
Insert your PC LAN Card, check interface and eth0 available with
# ifconfig -a
Modules loaded are listed with
# cat /proc/modules
0.3-STABLE
0.3-STABLE-20071024
Not found
0.2-STABLE
0.2-STABLE-20050723
Not found
0.1-STABLE
0.1-STABLE-20040419
Not found