Tagged: , ,

Viewing 15 posts - 76 through 90 (of 102 total)
  • Author
    Posts
  • sinn3r
    Participant
      Post count: 348

      Bitte wartet mal noch ein paar Tage, ich bin gerade dran, ein Image basierend auf einem tatsächlichen HS4 Image zu bauen.
      Das sollte dann tatsächlich direkt bei jedem funktionieren.

      ruby
      Participant
        Post count: 17

        @ich hast du Secure aktiviert beim ip Router? Ich glaube der hs hat noch kein Secure implementiert….

        sinn3r
        Participant
          Post count: 348

          Bitte diesen Thread nicht weiter verfolgen, da ich kein Image basierend auf einer regulären Linux-Installation mehr bereitstellen werde.
          Bitte im neuen Thread lesen, da gibt’s was feines…

          Ich
          Participant
            Post count: 38

            @urs
            Nein, ich habe in der ETS nichts verändert. Sobald ich die alte Hardware mit Firmware 4.2 wieder einschalte, funktioniert alles wunderbar. Vermutlich ging bei der Installation irgendwas schief.

            Welcher Dienst ist für die Kommunikation mit der Bus zuständig ? Kann ich dessen Funktion irgendwie prüfen ?

            lebi1976
            Participant
              Post count: 44

              @sinn3r Hast Du schon einen Verdacht warum der TKS-IP Gateway keine Bilder speichern kann wenn man die Installation laut Anleitung macht?

              ur63
              Participant
                Post count: 64

                Gilt eigentlich weiterhin, dass auf einen kompatiblen Board (z.B. Fujitsu D3003, 3313, etc.) der HS4.9 Baremetal installierbar ist, nachdem die entsprechenden Anpassungen im BIOS vorgenommen (mit DMIEdit?) wurden?

                Hat das jemand Baremetal so am Laufen und könnte vielleicht ein kurze Anleitung geben?

                pstack
                Participant
                  Post count: 4

                  Finally, i was able to fix the problem with hstk. The binary used to communicate with TKS-IP is still 32-bit statically linked. Therefore there are some system dependencies needed to get the hstk binary work properly.

                  1st, libcn32.so is needed and should be readable for the hs user (uid 1000)

                  # ls -la /lib32
                  total 4264
                  drwxr-xr-x  2 root root    4096 Aug 18 21:48 .
                  drwxr-xr-x 24 root root    4096 Aug 16 14:50 ..
                  -rwxr-xr-x  1 root root  146716 Jun 12 16:14 ld-2.24.so
                  lrwxrwxrwx  1 root root      17 Jun 12 16:14 ld-linux.so.2 -> /lib32/ld-2.24.so
                  -rw-r--r--  1 root root   30165 Jun 12 16:14 libcn32.so
                  -rwxr-xr-x  1 root root 1791908 Jun 12 16:14 libc.so.6
                  -rw-r--r--  1 root root  341556 Jun 12 16:14 libm.so.6
                  -rwxr-xr-x  1 root root 2036364 Jun 12 16:14 libpthread.so.0
                  

                  2nd, glibc linux core lib ld-linux.so.2 is needed to be existent at the correct location (make a soft-link)

                  # ls -la /lib
                  total 132
                  drwxr-xr-x 13 root root  4096 Aug 23 14:16 .
                  drwxr-xr-x 24 root root  4096 Aug 16 14:50 ..
                  drwxr-xr-x  2 root root  4096 Aug 16 14:26 console-setup
                  drwxr-xr-x  2 root root  4096 Aug 16 14:30 discover
                  drwxr-xr-x  2 root root  4096 Aug 16 14:23 ifupdown
                  drwxr-xr-x  2 root root  4096 Aug 16 14:21 init
                  -rwxr-xr-x  1 root root 70952 May  9  2016 klibc-k3La8MUnuzHQ0_kG8hokcGAC0PA.so
                  lrwxrwxrwx  1 root root    17 Aug 23 14:16 ld-linux.so.2 -> /lib32/ld-2.24.so
                  drwxr-xr-x  3 root root  4096 Aug 16 14:21 lsb
                  drwxr-xr-x  2 root root  4096 Aug 16 14:29 modprobe.d
                  drwxr-xr-x  4 root root  4096 Aug 16 14:29 modules
                  drwxr-xr-x  8 root root  4096 Aug 16 14:29 systemd
                  drwxr-xr-x 15 root root  4096 Aug 16 14:20 terminfo
                  drwxr-xr-x  4 root root  4096 Aug 16 14:30 udev
                  drwxr-xr-x  3 root root 12288 Aug 16 14:34 x86_64-linux-gnu
                  

                  Hth, pstack

                  lebi1976
                  Participant
                    Post count: 44