cholzer

Members
  • Posts

    164
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

cholzer's Achievements

Apprentice

Apprentice (3/14)

16

Reputation

2

Community Answers

  1. Maybe someone else can use this too. I have the Tailscale Docker running on Unraid (192.168.1.5). On Unraid I also run Plex as Docker with its IP set to 192.168.1.6. To access that Plex Docker through the Tailscale node simply add the following to the "UP-FLAGS" field in the Tailscale Docker. --advertise-routes=192.168.1.6/32 Now u can access Plex by its IP 192.168.1.6 remotely through the Unraid Tailscale node. I also recommend to enable the advanced view on the Tailscale docker and then add to the Extra Parameters. --restart=unless-stopped
  2. My log looks like this: Sep 26 07:05:57 NAS kernel: vethbf83a3e: renamed from eth0 Sep 26 07:05:58 NAS kernel: eth0: renamed from veth9c122b6 Sep 26 07:06:01 NAS kernel: veth9c122b6: renamed from eth0 Sep 26 07:06:02 NAS kernel: eth0: renamed from vethc115e45 Sep 26 07:06:05 NAS kernel: vethc115e45: renamed from eth0 Sep 26 07:06:07 NAS kernel: eth0: renamed from veth8833121 Sep 26 07:06:10 NAS kernel: veth8833121: renamed from eth0 Sep 26 07:06:13 NAS kernel: eth0: renamed from vethfcb7b12 Sep 26 07:06:16 NAS kernel: vethfcb7b12: renamed from eth0 Sep 26 07:06:23 NAS kernel: eth0: renamed from veth1941e91 Sep 26 07:06:26 NAS kernel: veth1941e91: renamed from eth0 Sep 26 07:06:39 NAS kernel: eth0: renamed from veth3a3e044 Sep 26 07:06:43 NAS kernel: veth3a3e044: renamed from eth0 Sep 26 07:07:09 NAS kernel: eth0: renamed from veth13b5a96 Sep 26 07:07:11 NAS kernel: veth13b5a96: renamed from eth0 Sep 26 07:08:03 NAS kernel: eth0: renamed from veth2a876ee Sep 26 07:08:06 NAS kernel: veth2a876ee: renamed from eth0 Sep 26 07:09:06 NAS kernel: eth0: renamed from veth56008ba Sep 26 07:09:09 NAS kernel: veth56008ba: renamed from eth0 Sep 26 07:10:10 NAS kernel: eth0: renamed from veth5587952 Sep 26 07:10:13 NAS kernel: veth5587952: renamed from eth0 Sep 26 07:11:13 NAS kernel: eth0: renamed from veth21b20a6 Sep 26 07:11:16 NAS kernel: veth21b20a6: renamed from eth0 Sep 26 07:12:16 NAS kernel: eth0: renamed from veth4e69dbb Sep 26 07:12:19 NAS kernel: veth4e69dbb: renamed from eth0 I dont remember having seen this in the past. Only thing i changed resently was switching docker from macvlan to ipvlan - reason for this switch was that I still encountered crashes with macvlan in 6.12.4 //edit - this was caused by a docker container being stuck in an endless restart loop
  3. The AppleTV is the only device which accesses my Plex Server and the transcoding is audio only as Video is direct streamed (Apple still refuses to support TrueHD / DTS-HD). So I thought that 8GB should be enough for this. But I have increased it to 16GB now. I wonder why Plex Server does not clean up after itself. However previously I have noticed that the transcode folder rarely reset in size while I was transcoding to an SSD. I always manually deleted the folder once a week.
  4. Funny problem, Plex on my AppleTV complains that there is not enough disk space to transcode. And indeed, the ram disk it is full. Filesystem Size Used Avail Use% Mounted on tmpfs 8.6G 8.5G 107M 99% /tmp/PlexRamScratch Shouldnt Plex clean up old transcode files?
  5. I upgraded to 6.12.4 last week, today I found this in the log. It looks like my Code Server docker container is dead now, while the other containers are still working. //edit okay, recreating the docker.img & restoring the containers was surprisingly easy. Why did this happen tho?
  6. yeah just tried it on a 2nd system here, same GPU, doesnt occur. odd that it worked prior to upgrading to 6.12.4, but, well. not that much of an problem 😄
  7. If this was a baremetal system, any idea where I could start to look why it switches the GUI output to the Nvidia GPU after Unraid finished booting up even though disable_xconfig=true ?
  8. previously an intel 9700k iPGU, last weekend I moved the whole Unraid system to run under proxmox. after that move the GUI still worked nicely inside the proxmox console. today I made the upgrade and now I only get a blackscreen then the GPU is passed through. hardware transcoding in plex also works nicely, only the GUI doesnt work anymore. when I remove the GPU then the GUI works again.
  9. NVIDIA Driver I have an GTX1050 for Plex transcoding. I just upgraded from 6.11.5 to 6.12.4 - and now I dont get a GUI anymore - after the boot I just see a blackscreen weblogin works fine. I checked config\plugins\nvidia-driver\settings.cfg first_installation=false driver_version=latest disable_xconfig=true update_check=true No change there. So it should work. Is there a problem with 6.12.4 ?
  10. LOL, okay - I wondered if commands had changed in the new version. I misunderstood the description. 😅 I did then use the old commands from my cheat sheet with which i could set it up as usual. I only started it, then I noticed the error in the log. After another restart it seems to have updated. 😃 ---BattleNetPrefill v1.6.1 up-to-date---
  11. Just did a clean install of LanCache Prefill on a new machine. After the setup I ran: su $USER cd ${DATA_DIR}/(BattleNet|Epic|Steam)Prefill which resulted in: bash: syntax error near unexpected token `(' I then looked in the logfile where I noticed this: ---Version missmatch, installed v1.5.0, downloading and installing latest v1.6.1...--- ---Something went wrong, can't download BattleNetPrefill v1.6.1, putting container in sleep mode---
  12. Thank you! Now I can shutdown Unraid from inside the proxmox webinterface!
  13. @jonp can you tell us the current state of SMB Multichannel? Did anything change since this blog post? https://unraid.net/blog/how-to-beta-test-smb-multi-channel-support
  14. Thx! I will wait for this release to reach stable status and then maybe a week or two before I upgrade.