-
AuthorPosts
-
berryParticipant2013-03-29 at 10:22Post count: 3
Anybody tested the new Firmware from Experte 4?
It looks same 2.10.
There are two firmware included .
fschneidParticipant2013-03-29 at 11:42Post count: 2I can’t find an HS_4.0.TGZ File in the firmare directory anymore. It is not possible to untar the new INTRD File? Any Help?
gediaParticipant2013-03-29 at 12:56Post count: 6You can unzip it with 7-zip under Windows. I’ll update this thread if I get it to work…
P.S. hstrans is gone.
fschneidParticipant2013-03-29 at 13:02Post count: 2yes, unzip was possible but not more like untar, becaust it seems to be a initrd ramdisk file now.
I can extract all files with the following command. It is not necessary to unzip the file before!
zcat INITRD | cpio -iv
But the Homeserver will not start, becaus of missing libraries?
/hs/bin/hs_main: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
gediaParticipant2013-03-29 at 15:48Post count: 6You’re most probably missing some dependencies. I ran some preliminary tests with a clean debian 6.0.7 i386 installation and only minimal changes seem to be needed:
1) Install debian squeeze using the netinstall ISO on your VM. I went with Roel’s suggestion of using two disks: /dev/vda for the OS installation, /dev/vdb for use by hs_main
2) You need a valid MAC for this to work. hs_main seems to be OK with ifconfig reporting the MAC address in lowercase now
3) Copy the following directories from the firmware image to the root of your filesystem: /hs and /scripts
4) run: “apt-get install python-imaging”
5) Provided your MAC is valid, running /scripts/starths.sh will go through the initialization procedure and then start hs_main
6) Symlinking doesn’t really work right for block devices, use a hex editor to change all instances of /dev/hdb or /dev/hdc in the hs_main binary to whatever you’re using. If I’m not mistaken, it was Borgal who first suggested doing this, so the credit goes to him (or her).
P.S. I used the image for HS3, not HS4.
damiandmParticipant2013-03-29 at 16:41Post count: 5