NEWS
iob diag - Skript
-
Ich hab gerade eine neue Version hochgeladen. Die Ermittlung der Basisumgebung erfolgt jetzt anders.
Können insbesondere die Docker-User das mal testen?
Ich vermute da ist noch was zu verbessern. -
folgende Fehler kommen
*** BASE SYSTEM *** ./iob_diag: line 45: hostnamectl: command not found ======================= SUMMARY ======================= v.2023-05-27 ./iob_diag: line 320: hostnamectl: command not found
-
Danke, hatte ich schon befürchtet. Also wieder Sonderstrick...
-
Magst du noch mal testen?
Interessant für mich ist der Block
*** BASE SYSTEM ***
aus dem Hauptteil und die ersten Zeilen aus der Summary (bis zur Anzahl der Updates). -
@thomas-braun
In Zeile 65 ist noch ein d zu viel. Nach entfernen sieht es bei mir so aus.Skript v.2023-05-28 *** BASE SYSTEM *** Kernel : x86_64 Userland : amd64 Docker : v8.0.1 Kernel : x86_64 Userland : amd64 Docker : v8.0.1 Virtualization : Unknown (buanet/Synology?) Systemuptime and Load: 14:26:49 up 12 days, 2:47, 0 users, load average: 0.22, 0.32, 0.35 CPU threads: 6
======================= SUMMARY ======================= v.2023-05-28 Kernel : x86_64 Userland : amd64 Docker : v8.0.1 Installation: Docker Kernel: x86_64 Userland: amd64 Timezone: Europe/Berlin User-ID: 0 X-Server: false
-
@thomas-braun
Keine Ausgaberoot@iobroker:/opt/iobroker# grep Model /proc/cpuinfo root@iobroker:/opt/iobroker#
meinst du so :
root@iobroker:/opt/iobroker# grep 'model name' /proc/cpuinfo model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz root@iobroker:/opt/iobroker# grep 'model name' /proc/cpuinfo | tail -1 model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz root@iobroker:/opt/iobroker#
-
Bitte nochmal durchorgeln
-
root@iobroker:/opt/iobroker# grep -i model /proc/cpuinfo model : 92 model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz model : 92 model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz model : 92 model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz model : 92 model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz root@iobroker:/opt/iobroker#
-
@thomas-braun sagte in iob diag - Skript:
Bitte nochmal durchorgeln
Hast du nicht mein ... gesehn :
@glasfaser sagte in iob diag - Skript:
meinst du so :
root@iobroker:/opt/iobroker# grep 'model name' /proc/cpuinfo model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz root@iobroker:/opt/iobroker# grep 'model name' /proc/cpuinfo | tail -1 model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz root@iobroker:/opt/iobroker#
-
echad@chet:~/iob_diag $ cat /proc/cpuinfo processor : 0 BogoMIPS : 108.00 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 3 processor : 1 BogoMIPS : 108.00 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 3 processor : 2 BogoMIPS : 108.00 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 3 processor : 3 BogoMIPS : 108.00 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd08 CPU revision : 3 Hardware : BCM2835 Revision : d03114 Serial : 10000000b60d25ed Model : Raspberry Pi 4 Model B Rev 1.4
Da scheint die Ausgabe von System zu System unterschiedlich zu sein. Ziel ist es eigentlich das 'Model' aus der letzten Zeile auszulesen.
-
Skript v.2023-05-28-1 *** BASE SYSTEM *** model : 158 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz model : 158 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz model : 158 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz model : 158 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz model : 158 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz model : 158 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz Kernel : x86_64 Userland : amd64 Docker : v8.0.1 model : 158 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz model : 158 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz model : 158 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz model : 158 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz model : 158 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz model : 158 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz Virtualization : Unknown (buanet/Synology?) Systemuptime and Load: 14:45:01 up 12 days, 3:05, 0 users, load average: 0.69, 0.46, 0.40 CPU threads: 6
======================= SUMMARY ======================= v.2023-05-28-1 Kernel : x86_64 Userland : amd64 Docker : v8.0.1 Installation: Docker Kernel: x86_64 Userland: amd64 Timezone: Europe/Berlin User-ID: 0 X-Server: false
-
@thomas-braun sagte in iob diag - Skript:
Da scheint die Ausgabe von System zu System unterschiedlich zu sein. Ziel ist es eigentlich das 'Model' aus der letzten Zeile auszulesen.
SYNOLOGY
-
Hab noch was geändert.
-
Ja war mir klar
root@iobroker:/opt/iobroker# grep -i model /proc/cpuinfo | tail -1 model name : Intel(R) Celeron(R) CPU J3455 @ 1.50GHz root@iobroker:/opt/iobroker#
-
@thomas-braun
Mein setup ist übrigens etwas sehr speziell. Docker läuft unter Proxmox im LCX-Container.
Ist nur eine Testinstanz.Skript v.2023-05-28-2 *** BASE SYSTEM *** model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz Kernel : x86_64 Userland : amd64 Docker : v8.0.1 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz Virtualization : Unknown (buanet/Synology?) Systemuptime and Load: 14:57:17 up 12 days, 3:17, 0 users, load average: 0.80, 0.52, 0.41 CPU threads: 6
======================= SUMMARY ======================= v.2023-05-28-2 model name : Intel(R) Core(TM) i5-8500T CPU @ 2.10GHz Kernel : x86_64 Userland : amd64 Docker : v8.0.1 Installation: Docker Kernel: x86_64 Userland: amd64 Timezone: Europe/Berlin User-ID: 0 X-Server: false
-
Jetzt scheints zu passen.
-
Mein setup ist übrigens etwas sehr speziell.
könntest du mal das testen :
cat /sys/devices/virtual/dmi/id/sys_vendor
bei mir :
root@iobroker:/opt/iobroker# cat /sys/devices/virtual/dmi/id/sys_vendor Synology root@iobroker:/opt/iobroker#
EDIT :
gibt auch das Modell aus , mit :
root@iobroker:/opt/iobroker# cat /sys/devices/virtual/dmi/id/product_name DS918+
-
@glasfaser
Ja das passt.root@8b0ad1f33859:/opt/iobroker# cat /sys/devices/virtual/dmi/id/sys_vendor LENOVO root@8b0ad1f33859:/opt/iobroker#
-
@glasfaser sagte in iob diag - Skript:
@mrjeschkeMein setup ist übrigens etwas sehr speziell.
könntest du mal das testen :
EDIT :
gibt auch das Modell aus , mit :
root@iobroker:/opt/iobroker# cat /sys/devices/virtual/dmi/id/product_name DS918+
Was kommt damit !?
-
root@8b0ad1f33859:/opt/iobroker# cat /sys/devices/virtual/dmi/id/product_name 10V8S04H0W root@8b0ad1f33859:/opt/iobroker#