Everything posted by Struck
-
[Support] for atribe's repo Docker images
I was indeed pulling from telegraf:alpine, but changing it to telegraf:latest does not solve my problem.
-
[Support] for atribe's repo Docker images
I tried this. but telegraf smartctl not found: when i try to put the path to smartctl in telegraf.conf it says Error in plugin: failed to run command '/usr/sbin/smartctl --scan': fork/exec /usr/sbin/smartctl: no such file or directory if i run /usr/sbin/smartctl --scan in the terminal it works without error, even just smartctl --scan so smartctl is in the PATH, but somehow telegraf can not find it. Some permission thing?
-
[Support] for atribe's repo Docker images
I don't have the option for either smart_device nor serial_no, are you using HDDtemp for smart data ?
-
[Support] for atribe's repo Docker images
Is it possible to have HDTEMP collect the serial number instead of the device id? The device ids, are shuffled every time i have a hardware change, which annoys me a bit.
-
[Support] for atribe's repo Docker images
The latest telegraf update (1.12.2) fixed it for me.
-
[Support] binhex - Krusader
Thank you It did the job
-
[Support] binhex - Krusader
Hi Is it possible to disable the trash can inside of krusader ?. i apparently had 30GB inside it which made backup very slow.
-
Pass a USB device to node-RED docker - permission denied
Ok, i tried to do chmod 777 ttyACM0, and it worked. But as far as i know, the permission will reset when restarted, right? How do i make it persistent? root@Hotbox:/dev# ls -l ttyACM0 crw-rw---- 1 root dialout 166, 0 Feb 1 00:45 ttyACM0 root@Hotbox:/dev# chmod 777 ttyACM0 root@Hotbox:/dev# ls -l ttyACM0 crwxrwxrwx 1 root dialout 166, 0 Feb 1 00:45 ttyACM0
-
Pass a USB device to node-RED docker - permission denied
Hi I am trying to connect an arduino pro micro via usb serial to the node-RED docker container, but i have no luck. I have made a minimalistic arduino code that just outputs a number on the serial. When i connect the arduino to the unraid server, i can from the console use the screen command, to see the output on the serial port (/dev/ttyACM0) I have then tried to map this device into the node-red docker by adding a new device into the docker, with the value field to "/dev/ttyACM0" Wheni then try to run node-RED with the serial port plugin, and try to set the serial port to /dev/ttyACM0 it tells me "serial port /dev/ttyACM0 error: Error: Error: Permission denied, cannot open /dev/ttyACM0" I have also tried with the privileged mode. Any ideas? As bonus info, I have successfully connected to the serial port with a VM running windows as a test.
-
[Support] Djoss - HandBrake
Yes this is my though too. The problem is, i don't realy know when it is done encoding. Another thing i am wondering about is how to use symlinks in the watch folder. Instead of me moving the data from the array to the watch share i would like to use symlinks (if possible) I tried creating a symlink with Krusader, but this didn't trigger handbrake to do anything. I tried to use symlinks for both folders and files directly in the watch folder. Any ideas?
-
[Support] Djoss - HandBrake
I'm looking in the dockers web ui.
-
[Support] Djoss - HandBrake
When i use the watch folder to encode a video, i cant see the progress in the handbrake container. Is this an error, or intended? Where can i see the progress of my encoding when using the watch folder to automatically encode a video?