Jump to content

ich777

Community Developer
  • Posts

    15,742
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. Yes, but I actually think that the server needs to accept inbound connections too. Could be totally wrong about this... From what I know the server is just working fine since I know a few users that are actually running the container and it is working fine, haven't spun it up in a long time myself because I don't have installed GTA V anymore.
  2. Genau das ist auch mein Hintergedanke, man teilt heutzutage schon so viel mit der Welt wessen man sich gar nicht bewusst ist bzw. und auch bewusst hier im Forum. Man muss ja nicht überall und für jeden "gläsern" sein. Geht hier nicht um irgendwas zu verstecken mir geht es eher darum nicht komplett "gläsern" zu sein, ganz anonym geht sowieso nicht.
  3. I'm really not too familiar with FiveM anymore but I think the FiveM server actually has to communicate with the Master Server that it appears on the list and if you want to join from your local LAN it is actually similar to Source games with the parameter "sv_lan" IIRC. Isn't it also possible that you enter a IP address in the client to connect?
  4. Genau, wenn du es so benutzt ist es nicht wirklich Sinnvoll Unbound zu benutzen. Nur zur Erklärung, ich benutze AdGuard Home in verbindung mit Unbound nicht so wie du... Ich habe mir in AdGuard Home eigene Listen erstellt bzw. auch vorgefertigte mit denen ich die Seiten mit: rausfiltere und dann ab ich in AdGuard Home noch den DoH server aktiviert der per AdGuard/Intra am Handy aktiv ist und somit auch on the go greift.
  5. Have you now deleted the Variable? You have to set it to nothing, otherwise nothing is changed. Also I have to apologize, I have forgotten to tell you that you have to create a port in the template like description from the Variable tells you to, like: Click on: "Add another Path, Port, Variable, Label or Device" From the drop down select "Port" Set Host Port to: "40120" Set Container Port to: "40120" Make sure that "TCP" is selected Click "Add" Click "Apply"
  6. Mein Homeassistant Docker braucht momentan nicht ganz 300MB RAM und ich hab viele Geräte drin... Gibt es auch als Docker, würd dir aber eher zu AdGuard Home raten. Sieh dir mal rclone, sollte auch Dokumente direkt nach OneDrive hochladen können wenn ich mich nicht irre. Für die Administrativen Zwecke sieh dir mal meinen Debian Bullseye container von der CA App an, da kannst du dich bequem von jedem PC in deinem Netzwerk verbinden und der braucht im idle nur ein bisschen über 200MB RAM. Das ist natürlich klar, hab selbst 64GB verbaut obwohl das auch übertrieben ist aber beim kopieren mit 10Gbit/s ist es schon von Vorteil. Hoffe ich auch.
  7. Can you try to to set the Variable "ConfigFile" in the template to nothing like in the screenshot, this will actually start the container with txAdmin instead: You should then be able to connect to the txAdmin web panel through: YOURUNRAIDIP:40120 form a web browser.
  8. The ports won't show as open since they don't answer to normal port scan requests in the case for FiveM if I'm not mistaken. For example Valheim is also a game that shows the port as closed if you let a port scanner scan the ports but they are actually open, they appear as closed because the port scanner doesn't get a answer since Valheim uses a proprietary protocol. What have you done so far? Can you connect to the container from a client? What does the log say?
  9. So wie ich es eingestellt hab fragt der direkt bei den root DNS Servern an, deswegen auch die root.hints Datei. Weil ich IPv6 eigentlich deaktiviert hab/besitze, den Fehler kannst du aber eigentlich getrost ignorieren, kann man unter umständen aber auch abschalten, hat mich persönlich aber noch nicht wirklich gestört -> deswegen auch noch nicht "gelöst". Also eine DNS Anfrage würd dann so ca. ablaufen: +-------------------------------------------+ | Anfrage -> AdGuard -> Unbound | | \ | | root DNS Server | | / | | Antwort <- AdGuard <- Unbound | +-------------------------------------------+
  10. Ja das kann leicht möglich sein, ist bei meinem ASUS Z490-E GAMING auch so, ich kann noch so viel einstellen das er die iGPU benutzen soll wenn eine dGPU eingebaut ist aber er benutzt immer die dGPU als primäre Ausgabe wenn kein HDMI Dummy Adapter dran ist... Man muss nicht alles verstehen... ^^ Sieht doch ganz gut aus, die 16GB reichen doch auch locker aus wenn du nicht zu viele Container VMs gleichzeitig betreibst... Wie gesagt das mit der GPU "aufteilen" ist leider ein wenig blöd auf Linux, hättest du vor von den VMs die Spiele zu streamen oder?
  11. vGPU wird von QEMU zwar unterstützt aber nur von deiner RTX3080 nicht, das ist nur den Datacenter Karten vorbehalten und wenn du es auf anderen Karten verwendest verstößt es eigentlich gegen die EULA von Nvidia und sollte eigentlich nicht weiter diskutiert werden, ich hoffe du verstehst das... Nicht böse gemeint... Ja leider. Ohne das du gegen irgendwelche Regeln bzw. EULA's verstößt wird das eher nicht funktionieren und Nvidia ist ziemlich schnell mit Rechtlichen schritten. Leider sind solche Features leider, wie oben schon erwähnt Datacenter Karten vorbehalten. Ich hoffe das SR-IOV in Zukunft auch von Nvidia Consumer Karten unterstütz wird aber das sieht eher auch eher schlecht aus. Was meinst du mit diesem Satz? Welche Hardware (Motherboard/CPU) hast du denn verbaut? Du meinst vermutlich wegen der Konsolen Ausgabe von unRAID oder? Verstehe ich das richtig das du die eine Karte für zwei VMs verwenden willst für das Spiele streaming oder?
  12. Maybe Google doesn't support some file attributes. Try to turn on that the destination is on a NTFS formatted drive in the luckyBackup sync job settings. Sent from my C64
  13. You don't have to run it as Privileged, just set the Variable "Run as root" to "true" this should be enough. Please always keep in mind that if you are using rsync to upload files to a hoster using rclone all kinds of different issues can occur. I would first try to set the option as mention above to true and try it locally on the server to a temporary directory for testing purposes, if everything went well you can try it to the Google Driver connected through rclone. Also keep in mind you don't have to run it in Privileged mode, just set the option from above to true, that should be well enough.
  14. Hier ist das template von meinem Container, ich nehm Custom: br0, Pfade, IP musst du wie üblich anpassen,... my-Unbound.xml (das template kannst du einfach in "/boot/config/plugins/dockerMan/templates-user" schmeißen dann hast du es unter "Add Container" zur Auswahl) ...und hier noch die config Datei selbst, dort musst du nur noch die IP die der Container dann hat ändern: unbound.conf und auch noch die root.hints die ich benutze: root.hints (Container einmal starten lassen und dann beenden - wichtig weil ich eben "--restart=unless-stopped" verwende. Dann in das Hauptverzeichnis vom Container in appdata schmeißen, danach Container starten und dann sollte der auch laufen)
  15. No problem, just wanted to ask. 😉 You should have an option in the template from the container "Run as root" that you can set to "true" most of my containers run as a non privileged user.
  16. Wenn du eine config brauchst nur melden, hier hilft man sich ja. 😉
  17. This is usually caused because a network error happened. What I also can think of is if Google Drive has a maximum file upload size and the file is simply too big. May I ask why don't use use rclone for the backup too? You add only a layer of complexity to the backup process if you use another application for it. This is mostly caused by not having sufficient file privileges, do you run luckyBackup as root?
  18. Please read the comment above and also the linked post, your card doesn't report this values through nvidia-smi and there is nothing @b3rs3rk or I can do about that.
  19. You can actually do that by clicking the little gear icon in the lower right corner in the web player and select "Playback Data" this will bring up a window like: Hope that helps.
  20. If I'm not completely wrong I can't query the configuration from my card because I deleted the BIOS ROM from my card for faster boot speeds and because I simply don't need it, these are only the settings for "Next Boot". But I can try. EDIT: Yes, can't query the card. root@Server:~# mstconfig -d 01:00.0 query Device #1: ---------- Device type: ConnectX3 Device: 01:00.0 Configurations: Next Boot -E- Failed to query device current configuration
  21. Also no problem here on 6.10.0-rc2: mlx4_core: Mellanox ConnectX core driver v4.0-0 mlx4_core: Initializing 0000:01:00.0 mlx4_core 0000:01:00.0: DMFS high rate steer mode is: disabled performance optimized steering mlx4_core 0000:01:00.0: 31.504 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x4 link) mlx4_en: Mellanox ConnectX HCA Ethernet driver v4.0-0 mlx4_en 0000:01:00.0: Activating port:1 mlx4_en: 0000:01:00.0: Port 1: Using 12 TX rings mlx4_en: 0000:01:00.0: Port 1: Using 8 RX rings mlx4_en: 0000:01:00.0: Port 1: Initializing port mlx4_en 0000:01:00.0: registered PHC clock mlx4_en: eth0: Link Up mlx4_en: eth0: Steering Mode 1 mlx4_en: eth0: Link Up
  22. From what I see you are running unRAID as a VM on some kind of Hypervisor or am I wrong? Can you try to boot with Legacy (CSM) boot and not in UEFI mode? I usually don't give support when using virtualized unRAID instances because this can also be an issue related to the Hypervisor or even if a option is not set, set wrong,... on the Hypervisor for the guest. I would recommend to look first here if you want to run unRAID virtualized: https://forums.unraid.net/forum/46-virtualizing-unraid/
  23. This seems like a issue from Tdarr from what I know, please see here: Please also note that switching the branches in the Nvidia Driver plugin does nothing else then change the version in the config file from the driver plugin which is located on the USB Boot device. Have you access to a display that is connected directly to the server. I'm really curious what causes this... I think this is more related to Tdarr (issue linked above): Have you tried Unmanic yet if this happens there too?
  24. It is linked to this topic: Can't confirm this since I'm running it for almost 4 days and have no crashes whatsoever, are you sure that the Nvidia Driver plugin causes this? I'm on unRAID v6.10.0-rc2 with Nvidia driver v470.86 If you experience any crashing please post your Diagnostics. Latest is actually the "Next Feature Branch" at time of writing.
×
×
  • Create New...