Everything posted by reggierat
-
[Support] Machinaris - Chia cryptocurrency farming + Plotman plotting + Unraid WebUI
Is plotting madmax v3 plots supported? difficulty c29-30 ?
-
Change of hardware, network drops when starting VM
Thanks for taking a look. I've concluded the NIC has been damaged somehow in the changeover. Rolled up a trial version of unraid on a fresh USB and had the same issue. Have switched over to the onboard NIC and all seems to be fine
-
Change of hardware, network drops when starting VM
Sorry if i wasn't clear , the unraid Host
-
Change of hardware, network drops when starting VM
I have just swapped my motherboard, CPU and memory. I have kept the same Intel NIC Since swapping the hardware everytime i start my windows VM i lose network access to the unraid Host update: seems a bit random, sometimes doing it before starting the array etc I have verified this several times booting into GUI mode Any help would be greatly appreciated I have deleted both my network config file and the vfio-bind config file unraid-diagnostics-20220402-1400.zip
-
[Support] Josh5 - Unmanic - Library Optimiser
I've been testing this out on a new series folders and wondering before i let it loose on my entire tv folder, is it possible to exclude folders ? there's a few tv series i'd prefer to leave as is for the time being Also for general tv stuff, how do people feel about H265/HEVC media, slow and lossless settings? Should also mention i'm viewing on a 120" screen
-
Backup unraid flash with Veeam Backup and Replication Server
I have a Veeam B & R Server running in a VM on my unraid machine, with the intention of consolidating some backups under the one umbrella. I am currently backing up several unraid shares using this method without a problem, \Picture \Music for example. The problem i have is with the \flash share. Veeam is able to see the files, but when it attempts to copy them it gives an 'access denied' error. I have confirmed i can access the flash and copy the files using windows explorer within the VM, i have also tried changing the SMB Security settings on the flash share to private and created a backup user with access to the share, this made no difference.
-
Dynamix - V6 Plugins
Gotcha, no, definitely no flash up
-
Dynamix - V6 Plugins
could you explain what you mean by this?
-
Dynamix - V6 Plugins
I realise this is a bit of a stretch, but is anyone running unraid nvidia + the s3 sleep plugin successfully? My server crashes running the above combo when putting itself to sleep. Not really expect much support on this one though
-
Dynamix - V6 Plugins
I don't think you'll find anyway for Unraid to wake itself up. Some router's have the ability to wake devices up. Kodi has a WoL plugin which is a great way to wake your server up when your media players power on. Home Assistant running on a raspberry pi can do this as well
-
Dynamix - V6 Plugins
Thank you for this, works perfectly
-
Dynamix - V6 Plugins
Fair enough mate, Is there a http command that i could send the server to tell it to manually sleep? This way in the meantime i could have Home Assistant put it to sleep once my media players have been switched off for the night?
-
Dynamix - V6 Plugins
Any news on the sleep plugin?
-
[Support] Linuxserver.io - OpenVPN AS
I'm having trouble getting this set up. The Docker is configured correctly but i am unable to access the VPN remotely using either host or bridge on eth0. I have bonding disabled. I can only access the VPN remotely if i changed interface to br0 and then port forward to the new ip address but then i have the problem of not being able to connect to the unraid webui which is the whole point of setting it up. When i switch back to eth0 and portforward to the unraid server's ip address i cannot connect root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='openvpn-as' --net='host' --privileged=true -e TZ="Australia/Sydney" -e HOST_OS="unRAID" -e 'TCP_PORT_943'='943' -e 'TCP_PORT_9443'='9443' -e 'UDP_PORT_1194'='1194' -e 'INTERFACE'='eth0' -e 'PGID'='100' -e 'PUID'='99' -v '/mnt/user/appdata/openvpn-as':'/config':'rw' 'linuxserver/openvpn-as' 14838eadcaad9f357f44bf731f9a842f1f6e4faf9a31655b02020f72c3195b92 [edit] Still don't understand what the problem was, but i have fixed it by changing the port from 1194 to 1195.. can't see that anything else is using 1194 on unraid, it's a pretty stock config
-
Dynamix - V6 Plugins
Experiencing the same issue here as well. Drives appear spun down but still reporting temp and preventing sleep from occurring.
-
Dynamix - V6 Plugins
Thanks Boniel, champion
-
Dynamix - V6 Plugins
Having the same issues with the Sleep Plugin as well
-
New Emby Docker
Awesome! thanks for the reply
-
New Emby Docker
When will the docker update to Version 3.2.22.0, there is a bug fix in it that im after.
-
Docker requests
You've just asked for a docker that's already a docker.... I'm good like that I guess i'm asking for a template then for ease of installation in unraid. I just messed around for 20mins to add it manually but didn't achieve much Yeah, it looks broken.... Glad it wasn't just me then. VM it is!
-
Docker requests
You've just asked for a docker that's already a docker.... I'm good like that I guess i'm asking for a template then for ease of installation in unraid. I just messed around for 20mins to add it manually but didn't achieve much
-
Docker requests
and this https://hub.docker.com/r/danielguerra/soulseek/
-
Bergware's Dynamix S3 Sleep
Preferred way to wake it is using WOL magic packet. If you have any Kodi Media Centre's there is an addon to send WOL packet as the devices turns on. There are also windows and smart phone apps which can send the magic packet as well.
-
Dynamix - V6 Plugins
Having Kodi automatically wake the server
-
Dynamix - V6 Plugins
Does 6.2 still have the issue with drive spin-up and spin-down mis-reporting after waking from sleep. About to make the jump from 6.1.9 and have been using the following command after wake for disknum in 0 `ls /dev/md* | sed "sX/dev/mdXX"`; do /usr/local/sbin/mdcmd spindown $disknum; done just wondering if this is still required?