LeoRX

Members
  • Posts

    54
  • Joined

  • Last visited

Recent Profile Visitors

1146 profile views

LeoRX's Achievements

Rookie

Rookie (2/14)

6

Reputation

  1. maybe unicornTranscoder is what you are looking for. https://github.com/UnicornTranscoder/UnicornTranscoder
  2. 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?
  3. Thanks all. reboot Traefik seems to have resolved the issue.
  4. 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.
  5. 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.
  6. Manually specify the nextcloud version by docker tags. upgrade it to 25, then 26 then 27. which nextcloud image are you using?
  7. @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.
  8. following... i'm getting similar issue as well. can't figure out what is causing cpu to run so high.
  9. 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.
  10. https://tailscale.com/kb/1103/exit-nodes/ this kb explain it pretty well. hope this helps.
  11. 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.
  12. 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.
  13. 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?
  14. 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
  15. 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.