Everything posted by nebosa
-
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.
-
nfs4
Great thank you I will try it. and damn good system
-
nfs4
that means unraid can not nfs4 ? will it come?
-
nfs4
Hello, I only have 10 more days to test .... I need your help. I want to use nfs4 ?! The manual says: I can not find these settings Can someone explain what I have to do? thx
-
[Support] Linuxserver.io - TVHeadend
Hello I have a problem and I'm stuck. I am using unRAID 6.6.6 I have installed from LinuxServer.io: unRAID DVB Edition and tvheadend as well as Dynamix S3 Sleep and Dynamix System Buttons. The computer has a Digital Devices DVB-S 6.5 installed. When the computer is restarted, everything works fine. When the computer goes to sleep over the Butto Sleep or with Dynamix S3 Sleep and again wakes up tvheadend no longer works. Restart or restart the container unfortunately remains without success. Even the connected monitor does not turn on !? The webgui of unRAID can be reached. I have tried in the S3 Sleep Plugin with modprobe -r ddbridge to unload the drivers and when waking up with the parameters modprobe ddbrige to load again, unfortunately, has also brought no success. Reset and Reboot do not solve the problem! Just turning off the computer and turning it on will solve the problem ... until the next sleep. Does anyone have an idea and can help me please? Sorry had to ask google for the text Log: Jan 6 22:44:05 Tower kernel: stv090x_read_reg: Read error, Reg=[0xf5a9], Status=-5 Jan 6 22:44:06 Tower kernel: ddbridge 0000:01:00.0: I2C timeout, card 0, port 0, link 0 Jan 6 22:44:06 Tower kernel: ddbridge 0000:01:00.0: DDBridge IRS 000000f3 Jan 6 22:44:06 Tower kernel: stv090x_read_reg: Read error, Reg=[0xf5aa], Status=-5 Jan 6 22:44:07 Tower kernel: ddbridge 0000:01:00.0: I2C timeout, card 0, port 0, link 0 Jan 6 22:44:07 Tower kernel: ddbridge 0000:01:00.0: DDBridge IRS 000000f3 Jan 6 22:44:07 Tower kernel: stv090x_read_reg: Read error, Reg=[0xf5ab], Status=-5 Jan 6 22:44:08 Tower kernel: ddbridge 0000:01:00.0: I2C timeout, card 0, port 0, link 0 Jan 6 22:44:08 Tower kernel: ddbridge 0000:01:00.0: DDBridge IRS 000000f3 Jan 6 22:44:08 Tower kernel: stv090x_read_reg: Read error, Reg=[0xf5ac], Status=-5 Jan 6 22:44:09 Tower kernel: ddbridge 0000:01:00.0: I2C timeout, card 0, port 0, link 0 Jan 6 22:44:09 Tower kernel: ddbridge 0000:01:00.0: DDBridge IRS 000000f3 Jan 6 22:44:09 Tower kernel: stv090x_write_regs: Reg=[0xf5a8], Data=[0x00 ...], Count=1, Status=-5 Jan 6 22:44:09 Tower kernel: stv090x_read_per: I/O error Jan 6 22:44:10 Tower kernel: ddbridge 0000:01:00.0: I2C timeout, card 0, port 0, link 0 Jan 6 22:44:10 Tower kernel: ddbridge 0000:01:00.0: DDBridge IRS 000000f3 Jan 6 22:44:11 Tower kernel: ddbridge 0000:01:00.0: I2C timeout, card 0, port 0, link 0 Jan 6 22:44:11 Tower kernel: ddbridge 0000:01:00.0: DDBridge IRS 000000f3 Jan 6 22:44:11 Tower kernel: stv090x_read_reg: Read error, Reg=[0xf12a], Status=-5