-
nebosa started following pass through multiple GPUs ?
-
VM/VNC not working anymore
Hello, it is apparently the Broser (cache?). However, did I clear Chromium's cache and it still doesn't work? In contrast, Firefox and Opera display everything correctly. Does somebody has any idea ?
-
VM/VNC not working anymore
Hello, I'm going to register here and need help. My VMs are running! But the internal VNC player no longer starts. I can call the VMs via an external VNC player. How do I get the internal VNC up and running again? Thank you
-
[Support] Linuxserver.io - TVHeadend
thanks, here's the script: #!/bin/bash # # set ACPI Wakeup alarm # safe_margin - minutes to start up system before the earliest timer # script does not check if recording is in progress # # echo 1 > /timer # bootup system 60 sec. before timer safe_margin=120 # modyfy if different location for tvheadend dvr/log path cd /mnt/cache/appdata/tvheadend/dvr/log ###################### start_date=0 echo $start_date stop_date=0 echo $stop_date current_date=`date +%s` for i in $( ls ); do tmp_start=`cat $i | grep '"start":' | cut -f 2 -d " " | cut -f 1 -d ","` tmp_stop=`cat $i | grep '"stop":' | cut -f 2 -d " " | cut -f 1 -d ","` echo $tmp_start echo $tmp_stop # check for outdated timer if [ $((tmp_stop)) -gt $((current_date)) -a $((tmp_start)) -gt $((current_date)) ]; then # take lower value (tmp_start or start_date) if [ $((start_date)) -eq 0 -o $((tmp_start)) -lt $((start_date)) ]; then start_date=$tmp_start stop_date=$tmp_stop echo $start_date echo $stop_date fi fi done wake_date=$((start_date-safe_margin)) echo $start_date >> /timer echo $wake_date >> /timer # set up waleup alarm if [ $((start_date)) -ne 0 ]; then echo 2 >> /timer echo 0 > /sys/class/rtc/rtc0/wakealarm echo $wake_date > /sys/class/rtc/rtc0/wakealarm fi the problem only occurs if an expired timer (file) is in /log. If I delete the file by hand, it works again for the next recording.
-
[Support] Linuxserver.io - TVHeadend
Hello,I use the wakeup script from the tvh wiki https://tvheadend.org/projects/tvheadend/wiki/Wakeup If the directory /mnt/cache/appdata/tvheadend/dvr/log/ is empty everything works fine !The computer is awakened by the created timer makes its recording and goes back to sleep. The old timer remains in the directoryA new timer does not wake the computer anymore! I started the script by hand with the following error message: /test.sh: line 29: 15517842001551784202: syntax error in expression (error token is "1551784202") if I empty the directory / log everything works again what happens there, what am I doing wrong? sorry for my english, i need google
-
Dynamix - V6 Plugins
why is unRAID going to sleep? it is a recording in tvheadend started ... The file is stored in the array without cache. Sleep Plugin monitors the array. On the first pass, Sleep recognizes a hard drive from the array in use. After a short while, the server falls asleep in the middle of the recording. I tested a lot, I can not get on my own. I hope for help. Thank you log:
-
Dynamix - V6 Plugins
can I enter the hard drive manuel in the config file until then? Where can I find the file?
-
Dynamix - V6 Plugins
pulldown menu has only one entry
-
Dynamix - V6 Plugins
root@Tower:/usr/local/emhttp/plugins/dynamix.s3.sleep/scripts# /usr/local/emhttp/plugins/dynamix.s3.sleep/scripts/s3_sleep -ED sdj=ST3000VN000-1H4167_W300LSRL sde=ST3000VN000-1H4167_Z300RW7B sdk=ST3000VN000-1H4167_Z300TR2S sdi=ST3000VN000-1H4167_Z301FX5N sdd=TOSHIBA_DT01ABA300_43LNH62GS
-
Dynamix - V6 Plugins
root@Tower:~# /usr/local/emhttp/plugins/dynamix.s3.sleep/script/s3_sleep -ED -bash: /usr/local/emhttp/plugins/dynamix.s3.sleep/script/s3_sleep: No such file or directory
-
Dynamix - V6 Plugins
Problem with sleep and Unassigned Devices ?! is that a bug of the sleep plugin? https://forums.unraid.net/?app=core&module=system&controller=content&do=find&content_class=forums_Topic&content_id=44104&content_commentid=723168 Thank you
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Hello, sorry for my english I need google My problem, there are missing drives in the settings. Here as an example Sleep. This is what my array looks like that is the view in the plugin Unassigned Devices: and here are the hard drives to choose from: why are not all hard drives available for selection here? I ask for help. Many Thanks
-
[Support] Linuxserver.io - SABnzbd
the world can be so easy sometimes Yes, it works THANK YOU
-
[Support] Linuxserver.io - SABnzbd
Hello, after successful installation (stable) I get the following error message when calling webui: can someone help me ?
- nfs4
-
nfs4
How do I change the file /etc/nfsmount.conf from which it survived after a reboot? Please be a beginner.
nebosa
Members
-
Joined
-
Last visited