Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • berryberry
    Participant
      Post count: 3

      Anybody tested the new Firmware from Experte 4?

      It looks same 2.10.

      There are two firmware included .

      fschneidfschneid
      Participant
        Post count: 2

        I 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?

        gediagedia
        Participant
          Post count: 6

          You can unzip it with 7-zip under Windows. I’ll update this thread if I get it to work…

          P.S. hstrans is gone.

          fschneidfschneid
          Participant
            Post count: 2

            yes, 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

             

            gediagedia
            Participant
              Post count: 6

              You’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.

              damiandmdamiandm
              Participant
                Post count: 5