Everything posted by LeoRX
-
Unraid Web GUI Inaccessible with Error 500
wow. how can this issue still exist in 2025, since the last post. Thanks for sharing the fix.
-
[Plugin] Realtek R8125 R8126 R8168 and R8152\6\7 drivers
-
Reliable USB Ethernet Adapter
Recommended adapters 2.5Gbe 5Gbe 10Gbe
-
Reliable USB Ethernet Adapter
Hi All, I'm looking to replace the onboard 1gbe ethernet to a fast ethernet adapter as eth0. I've tested Wavlink 5gbe adapter and found it so unstable, it's not worth the effort to upgrade. ethernet adapter should just work and automatically return to operation after a reboot. I'm looking for people who have done this and have experience with good, reliable USB ethernet adapters. with your recommendation, I'll keep a list of recommended adapters on the next post. Thanks all.
-
[Plugin] Swapfile for 6.9.1
@primeval_god Thank you for this plugin. I have a 32GB ram running a Windows VM and a bunch of containers. Earlier this week, out of the blue docker dropped off, can't ssh to Unraid, and everything is super slow (the VM was running ok). so basically to recover everything I had to shut down and restart. Most of the time for some reason, the Unraid USB is not longer detected I'd have to shutdown, pull the power, unplug my powered USB hub, push on button to make sure all power is out, and then plug everything back in, turn on and finally go to BIOS to reconfigure boot device to from Unraid USB. Yes, I might have issues with power USB hub backfed on to the motherboard. but I narrowed it down to Duplicati container chewing up all the memory and caused the errors below Nov 23 03:46:17 node kernel: kworker/u64:15 invoked oom-killer: gfp_mask=0x8c40(GFP_NOFS|__GFP_NOFAIL), order=0, oom_score_adj=0 Nov 23 03:46:17 node php-fpm[10831]: [WARNING] [pool www] child 540983 exited on signal 9 (SIGKILL) after 14.973309 seconds from start Nov 23 03:47:27 node kernel: hwmon hwmon1: Failed to acquire mutex Nov 23 03:47:27 node kernel: hwmon hwmon1: update_ec_sensors() failure I've no idea how they are all related, and setting memory limits to duplicate containers made it even worse. Finally I installed the swapfile on 7.0.0 beta 4, got the swap file working and managed to complete the backup in Duplicati without anything error. Some say swapfile is not required and if swap file is used, the performance will be horrible. I do have 10GB ram free at the time of this post, but I won't have any RAM free while duplicati is running a backup. so in my case, swapfile has its purpose, because I wouldn't want to upgrade ram just so Duplicati can run backup once every 2 weeks. Obviously, performance isn't an issue as last backup took about 10 hours and the limiting factor is probably my internet speed. Thank you again.
-
[Plugin] Realtek R8125 R8126 R8168 and R8152\6\7 drivers
Hi All, Got my Wavlink NWU340G 5gbe USB adapter about 2 days ago. I found if I enter the line below, I get 2.5gbe negotiated speed. Removing it, allows the nic to negotiate 5gbe. so it's staying off for now. 'ethtool -s eth0 autoneg on advertise 0x180000000002f' I am however having trouble with stability issue. the first day it stay connected for a while, now its disappearing every couple of hours. I'm finding lines like these in the log file. Anything idea what could be causing this? also, I've noticed a new driver (2.19.2) was released. How do we go about trying it out? Thanks in advance!
-
mounting a GPU on a remote machine to Plex for remote transcoding
maybe unicornTranscoder is what you are looking for. https://github.com/UnicornTranscoder/UnicornTranscoder
-
Problems after replacing cache drive
do'h that'll be frustratingly. I'm about to replace my cache drive in 2 days and found your post. I'd stop all the containers and troubleshoot one container at the time. perhaps its the path or permission of the appdata folder in the cache drive that have changed. start with the container that doesn't use mariadb. and then work on mariadb and then nextcloud. what nextcloud image are you using?
-
[Support] Linuxserver.io - Nextcloud
Thanks all. reboot Traefik seems to have resolved the issue.
-
[Support] Linuxserver.io - Nextcloud
Anyone using Traefik as reverse proxy in front of their docker instance? I was running 27.0.0 and it worked fine, after upgrade to 27.0.1 Nextcloud does not display things correctly. As you screenshot above, I have 11 folders, but it only showing one. Pressing home icon will show all the files, but I'm not able to scroll. I've tried clear browser cache, remove all the apps with no luck. I suspect its something within traefik is doing this, because everything display normally if I connect to the container directly. Anyone have a solution or suggestions? thanks.
-
Need some help with Nextcloud.. please
I suspect you are using "latest" image tag and jumped a version or two compare to your previous Nextcloud install. check your the version variable in config.php. specify docker tag to the version and restart.
-
Nextcloud WebUI not opening
Manually specify the nextcloud version by docker tags. upgrade it to 25, then 26 then 27. which nextcloud image are you using?
-
100% CPU Usage?
@Be-Art Just out of curiosity, do you have authentik containers running? I stopped the containers one by one untill the cpu and read on the cache drive drop. I then realise i was still running a 2022 version and then updated since. been ok so far.
-
100% CPU Usage?
following... i'm getting similar issue as well. can't figure out what is causing cpu to run so high.
-
[Support] aeleos - cloudflared tunnels
you could look in to putting a raspberry pi at someone's house or running a free tier off oracle cloud. not sure what the data charge is for the latter.
-
[Support] aeleos - cloudflared tunnels
https://tailscale.com/kb/1103/exit-nodes/ this kb explain it pretty well. hope this helps.
-
[Support] aeleos - cloudflared tunnels
As far as I'm aware you shouldn't be putting stream traffic through argo tunnel. Apprently its in the T&C somewhere. As an alternative, maybe look in to Tailscale to setup an exit node somewhere create an encrypted connection between your plex clients and server.
-
VirtioFS Support Page
Just want to say I test it again this morning. I did manage to get similar speed on virtio-fs drive on the first try with write speed at about 110MBytes/sec. but the computer freezed up on second try. Perhaps its the freeze bug I've been experince that caused performance issue. I'm looking forward to the day the freeze bug is resolved.
-
VirtioFS Support Page
I'm getting bad VM performance over all when Virtio-FS is setup. Other then the Windows VM freeze issue, I first noticed stutter just using the VM browsing web sites. and then I noticed games run horriably and becomes unplayable. so I figure I should do some testing and see if virtio-fs is really better then samba share and I was expecting it to be so, but the finding is interesting. I did two speed test using parkdale while i have virtio-fs setup. First testing the speed to a share through samba then test the speed to the same folder through virtio-fs. Lastly, I removed virtio-fs setup and did another test on the same share over samba. Overall VM performance is so much better without virtio-fs configured and even samba share are faster. I thought I'm suppose to get "like passthrough" performance using virio-fs. Am I missing something or doing something wrong?
-
Windows 10 VM completely freezing after 6.11.1 upgrade
Spoke too soon. I did manage to get this error in libvirt log. 2022-10-14 05:55:47.004+0000: 23325: warning : qemuDomainObjTaintMsg:6464 : Domain id=1 name='Windows 11' uuid=3e508dc2-73ba-c317-b3cf-099c8f0be7a0 is tainted: custom-ga-command
-
Windows 10 VM completely freezing after 6.11.1 upgrade
In the attempt to try and generate more log. I did the following step and the Windows guest have not freezed once in the past 6 hours. 1. Edited /etc/libvirt/libvirtd.conf and updated log_level = 3 (and remove the hash that was in front of it). 2. Set Enable VMs to "No", under VM Manager in the GUI and click "Apply". 3. Set Enable VMs back to "Yes" and click "Apply". At this stage, the VM Manager won't start, so I rebooted the server. 4. Reboot Unraid. That's it. I'm not seeing any log when click on "View libvirt log" button before or after change this setting. So I'm wondering if anyone that's having this problem have rebooted Unraid after setting up Virtio-FS. Perhaps a reboot is all that's needed? Can someone try and report back? I shall report back if the Windows guest freeze again.
-
Windows 10 VM completely freezing after 6.11.1 upgrade
I don't think its load related either. majority of the time when it freeze is either when I'm away from the desk and nothing is running or just playing a video on youtube. I've left task manager running, at the time of freeze, the task manager shows CPU at 2%, Memory 40%, 0% Disk, 0% Network, 0% GPU. I've also tried some troubleshooting of my own. Initially I was using the Virtio-FS service that was already there, but I've notice it does not include any dependencies so I created my own service with VirtioIO FS Driver and WinFsp.Launcher as dependencies. Does not make any difference appearntly. I've left task manager running, at the time of freeze, the task manager shows CPU at 2%, Memory 40%, 0% Disk, 0% Network, 0% GPU.
- VirtioFS Support Page
-
Windows 10 VM completely freezing after 6.11.1 upgrade
Same here. Reverted back to use Samba shares, reverted memorybacking setting in the xml and removed virtio-fs from VM. but I still get a frozen Windows 11 VM every 2 hours also. I should also note while virtio-fs io was setup, i do notice occational studder in terms of responsiveness. not sure if that is related. M/B: ASUSTeK COMPUTER INC. ROG STRIX X570-I GAMING Version Rev X.0x BIOS: American Megatrends Inc. Version 4403. Dated: 04/27/2022 CPU: AMD Ryzen 9 5900X 12-Core @ 3700 MHz HVM: Enabled IOMMU: Enabled Cache: 768 KiB, 6 MB, 64 MB Memory: 32 GiB DDR4 (max. installable capacity 128 GiB) Network: bond0: fault-tolerance (active-backup), mtu 1500 Kernel: Linux 5.19.14-Unraid x86_64 node-diagnostics-20221013-1203.zip
-
[Support] aeleos - cloudflared tunnels
I get this error if the tunnel was not shutdown gracefully. Reboot the router seems to do the trick for me. It may have something to do with getting a different IP address.