Everything posted by Lilarcor
-
Not Connected to Mothership
Is the bug fixed and my server experiences this still with running 6.10 and latest plugin.
-
question for replacing AMD cpu
I am using AMD 3700X and planning to switch to 4650G which has a GPU embedded. Current Unraid version is 6.9.2. Question Will Unraid 6.9.2 recognize the GPU or shall I upgrade to 6.10 rc5? Will this cause a crash as the CPU is replaced ? Can plex dokcer use the AMD GPU to transcode?
-
Plex docker keeps buffering when direct play in web
I tried several Plex dockers and got same results. A media plays correctly and keeps buffering after 10-20mins. And this only happens when it plays in direct play mode in web. Server is AMD 3700x with 48gb ram. Tried on Mac/PC with safari,firefox,edge. Sent from my iPhone using Tapatalk
-
[SOLVED] Spinning down
6.9.2 and I have same issue. Now I disable plex container to keep an eye.
-
Uncast Episode 5: All about Unraid 6.10 and 10gbps
Will I get benefits if my server has 2.5Gb NIC, or it’s for 10Gb only?
-
Centos not working after upgrading to 6.9.1
Everything is fine when I upgraded unraid os from 6.8.3 to 6.9.1. But one of my vm(centos 7, 3.10.0-957.27.2.el7.x86_64) isn't working any more. It's bootable, means I can see the kernel core selection splash screen, after that, the cursor stops in a black screen then no more movements. So far, I have to rollback to 6.8.3 so the centos vm is working again.
-
[Plugin] rclone
Thanks for your quick reply. As my internet connection isn't good enough to download rclone binary (poor performance to download files oversea) untill my vm in unraid is up (for a vpn connection). Is that possible to set an option to hold the update when unraid boots up even there is an update?
-
[Plugin] rclone
For the latest version, will it re-download rclone after each rebooting ? I experienced the issue when using the version in 2019.
-
CIFS / SMB Stale File Handle
I got the same situation, is there a resolution for it ?
-
Wake on Lan for Virtual Machines for 6.1+
Hello, I ssh into my unraid I got following root@unraid:~# ps aux | grep libvirtwol root 2085 0.0 0.0 3912 2140 pts/6 S+ 23:37 0:00 grep libvirtwol but for running root@unraid:~# /usr/share/libvirt-python-env/bin/python /usr/local/emhttp/plugins/libvirtwol/scripts/libvirtwol.py br0 It returned nothing, and I could only see the cursor is waiting. After I checked the status, it shows running and even I set it to no, it's still running. After I closed my ssh session, it's stopped again and I didn't get any message. Thanks for your reply. I finally figured it out. As you said, the plugin seem monitor the br0 as default one and I was using another br0.10 (I have several vlan). After I made the vm default network to br0, the status shows correctly in web gui. And your plugin works well if I set vm client network to br0 as NIC. But the issue is that all my vm are running in br0.10, and if I set the vm default network to br0.10, your plugin will never start from web gui.
-
Wake on Lan for Virtual Machines for 6.1+
I am using unraid 6.8, and status for "Libvirt wake on lan" always shows stopped. I have installed python2 in nerd and nothing shows in log /var/log/libvirt/libvirtwakeonlan.log it's empty. execute /etc/rc.d/rc.libvirtwol start/stop without error
-
Network isolation in unRAID 6.4 and newer
I have another question about vlan config. As I have many docker containers running, and I don't want each containers has different IP address.If I add vlan10 for unraid itself and give its ip 192.168.6.10, is it possible to let container to bind/listen the bridge to 192.168.6.10. If I select the default setting(bridge, not custom:br0.10), will it work?