Replies: 4 comments 2 replies
|
Hi @gpelleja — thanks for the detailed report. The fact that Proxmox native SMART still works but ProxMenux doesn't points to which pass-through mode is being tried under the hood. To narrow it down, could you run these on the host and paste the output? All read-only. Use whichever letters your DAS drives show under 1) How the drives are attached and their flags: lsblk -o NAME,TYPE,TRAN,VENDOR,MODEL,SIZE,RM2) What smartctl auto-detects, and what each pass-through returns for one affected disk: smartctl --scan
smartctl -a /dev/sdX
smartctl -d sat -a /dev/sdX3) The sysfs path for that disk (tells us how ProxMenux identifies it as USB): readlink -f /sys/block/sdX4) Anything the Monitor logged for SMART lately: journalctl -u proxmenux-monitor -n 300 --no-pager | grep -iE "smart|temperature|sdX"5) The ProxMenux Monitor version — visible in Settings → About in the UI, or from the shell: grep '"version"' /usr/local/share/proxmenux/monitor-app/web/package.jsonRedact any hostnames or serials you'd rather not share publicly. With those outputs we should be able to tell whether your enclosure needs a specific pass-through type that isn't being tried, or whether something else shifted after the DAS restart. |
|
Hey @gpelleja — thanks for the thorough output, this pretty much pinned it down. To be sure that's exactly it, could you run these three and paste the first ~30 lines of each? Just want to see whether the ASMedia/JMicron/Realtek probes actually return anything for smartctl -a -j -d sntasmedia /dev/sda 2>&1 | head -30
smartctl -a -j -d sntjmicron /dev/sda 2>&1 | head -30
smartctl -a -j -d sntrealtek /dev/sda 2>&1 | head -30If any of them come back with a JSON |
|
Hello @MacRimi, None of the above commands shows any json with model_name or serial_number, with or without first 30 lines filter. I've made some research with AI knowing the DAS have an ASMedia chipset, and with this command I get the model name and serial number of the sda.
Hope this is useful for you Best Regards |
|
Hey @gpelleja — thanks for going the extra mile with those three tests, that's exactly the smoking gun. All three What was happening on the Monitor side: I was prepending the three Fix on the way in the next beta: the The temperature history graph will have a gap for the days the probe was failing (the sampler was writing null values), but the previous history stays intact and it'll pick up fresh samples from the new build onwards. Thanks again for the patience and the clean diagnostic — this class of ASMedia-SATA bug wouldn't have been obvious without the -d snt* output you captured. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, I have a 6-bay TerraMaster DAS connected via USB-C (10Gbps), and I hadn't had any issues until now. Last night, I had to restart the DAS. I'm not sure if the problem started then or after the last Proxmenux update, but I'm no longer getting SMART values like temperature or power-on hours. In Proxmox, I can still see these values under the SMART option, and running a short SMART test works fine.
My 2 NVME shows values without any problem.
Any idea about this? I don't know if is a bug or a problem with my proxmox
All reactions