Posts by giaguaro
-
-
i still dont understand why , copying from OMV disk to an SSD or usb key on my pc, speed goes from 58 to 0 and than again to 58.. isnt it cache problem? I will like a more stable speed
-
due to my lack of knowledge, i am wondering if my 16gb ram ., somehow, are expected to do that for me
-
i found it. Having the OMV system on an SSD, do you think i can use part of it for Bcache?
-
-
hello everyone.
I often see, while transferring file also on fast media, a loss in speed.
Is there a cache service i failed to start, to maintain a speed?
Thanks
-
ok. I did. Added the line at what already was in the file.
Now i see the temp in CPU temp ! (not in 2 or 3 but i guess i have to have only one at time)
Thanks ryecoaaron for the patience
-
What part of the Guide instructions doesn't explain well what to do?
Guide - Custom cpu temp script for openmediavault-cputemp pluginYou need to create the file with:
sudo nano /usr/sbin/cpu-temp
Then paste/write the line (as it is) that you obtained:
sensors k10temp-pci-00c3 | awk '$1 == "temp1:" { print $2 }' | grep -o '[0-9.]\+' | sed 's/\.//'
It's all on the above posted guide.
no part.
I did everything in the guide and we were testing why the dashboard does not output the temperature in CPU Temp plugin.
What i didnt understand was how to execute the command, because i have NO knoledge in debian , trying to have but not still.
Understood?
Thanks
-
Nope. That is what the divisor (OMV_CPU_TEMP_DIVISOR) is for.
Put the command in /usr/sbin/cpu-temp
sensors k10temp-pci-00c3 | awk '$1 == "temp1:" { print $2 }' | grep -o '[0-9.]\+' | sed 's/\.//'
Dummy here
"Put the command in" does it means , write first " /usr......" then "sensors....."
?
-
is there a "." lost?
-
root@Openmediavault:~# sensors k10temp-pci-00c3 | awk '$1 == "temp1:" { print $2 }' | grep -o '[0-9.]\+' | sed 's/\.//'
256
root@Openmediavault:~# sensors k10temp-pci-00c3 | awk '$1 == "temp1:" { print $2 }' | grep -o '[0-9.]\+' | sed 's|\.||'
264
root@Openmediavault:~# echo '25.5' | sed 's/\.//'
255
-
I forgot to include a further test:
sensors k10temp-pci-00c3 | awk '$1 == "temp1:" { print $2 }' | grep -o '[0-9.]\+'
Are you typing the command in or cut&paste?
root@Openmediavault:~# sensors k10temp-pci-00c3 | awk '$1 == "temp1:" { print $2 }' | grep -o '[0-9.]\+'
25.5
(ctrl+c , right mouse button click)
-
and i forgot to tell you i have a new dashboard window: SENSORS !
nct6776-isa-0290
Adapter: ISA adapter
Vcore: 992.00 mV
in1: 1.85 V
AVCC: 3.38 V
+3.3V: 3.38 V
in4: 2.04 V
in5: 1.70 V
in6: 2.04 V
3VSB: 3.46 V
Vbat: 3.09 V
fan1: 0 RPM
fan2: 3562 RPM
fan3: 0 RPM
SYSTIN: +22.0°C
CPUTIN: +26.0°C
AUXTIN: -62.0°C
PCH_CHIP_TEMP: +0.0°C
PCH_CPU_TEMP: +0.0°C
PCH_MCH_TEMP: +0.0°C
intrusion0: ALARM
intrusion1: ALARM
beep_enable: disabled
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +25.8°C -
root@Openmediavault:~# sensors k10temp-pci-00c3
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +25.2°C (high = +70.0°C)
(crit = +100.0°C, hyst = +98.0°C)
root@Openmediavault:~# sensors k10temp-pci-00c3 | awk '$1 == "temp1:" { print $2 }'
+24.5°C
-
i mean, it doesnt have an output
-
What is the output of:
sensors k10temp-pci-00c3 | awk '$1 == "temp1:" { print $2 }' | grep -o '[0-9.]\+' | sed 's/\.//'
nothing
-
It means that jellyfin has to be running on the LAN.
If you run it on OMV (via docker/compose plugin), you only need to install the jellyfin android app on the LG TV (WebOS has it. I use it on both my LG TVs).
thaqnks, but how to install on my OMV? i think it's not a plugin
-
Install the Jellyfin android app and point it to the LAN Jellyfin server IP and port
Soma does this means i have to install a plugin on OMV?
-
late but done
-
nct6776-isa-0290
Adapter: ISA adapter
Vcore: 1.40 V (min = +0.00 V, max = +1.74 V)
in1: 1.84 V (min = +0.00 V, max = +0.00 V) ALARM
AVCC: 3.38 V (min = +2.98 V, max = +3.63 V)
+3.3V: 3.38 V (min = +2.98 V, max = +3.63 V)
in4: 2.04 V (min = +0.00 V, max = +0.00 V) ALARM
in5: 1.70 V (min = +0.00 V, max = +0.00 V) ALARM
in6: 2.04 V (min = +0.00 V, max = +0.00 V) ALARM
3VSB: 3.46 V (min = +2.98 V, max = +3.63 V)
Vbat: 3.09 V (min = +2.70 V, max = +3.63 V)
fan1: 0 RPM (min = 0 RPM)
fan2: 3580 RPM (min = 0 RPM)
fan3: 0 RPM (min = 0 RPM)
SYSTIN: +23.0°C (high = +0.0°C, hyst = +0.0°C) ALARM sensor = thermistor
CPUTIN: +26.5°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
AUXTIN: -62.0°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
PCH_CHIP_TEMP: +0.0°C
PCH_CPU_TEMP: +0.0°C
PCH_MCH_TEMP: +0.0°C
intrusion0: ALARM
intrusion1: ALARM
beep_enable: disabled
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +25.9°C (high = +70.0°C)
(crit = +100.0°C, hyst = +98.0°C)