Jump to content

ich777

Community Developer
  • Posts

    15,742
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. Das funktioniert aber nur bei Dateien die im Ziel nicht vorhanden sind. 'mv' ersetzt keine Dateien, deshalb 'cp'
  2. Also hab ich nicht probiert aber du kannst: #!/bin/bash # Copy files from source to destination if cp -R /mnt/remotes/DEINQUELLVERZEICHNIS /mnt/user/DEINZIELVERZEICHNIS ; then logger "Copy from share /mnt/remotes/DEINQUELLVERZEICHNIS to /mnt/user/DEINZIELVERZEICHNIS successfull!" else /usr/local/emhttp/plugins/dynamix/scripts/notify -e "Copy Failed" -d "Copy from share /mnt/remotes/DEINQUELLVERZEICHNIS to /mnt/user/DEINZIELVERZEICHNIS failed!" -i "alert" exit 1 fi # Remove all files from source rm -rf /mnt/remotes/DEINQUELLVERZEICHNIS/ Das wäre jetzt wirklich sehr vereinfacht gemacht, wenn das 'cp' fehl schlägt dann steigt er aus (eben wegen 'exit 1' = Fehler) und gibt einen Fehler im unRAID GUI aus, wenn alles geklappt hat schreibt er ins Syslog den Eintrag von 'logger'. Vergiss aber nicht wenn du den seltenen Fall hast das deine Fritzbox sich disconnected von unRAID und dann wieder connected dann könnte es sein das er trotzdem alles löscht weil eben kein Fehler, aber das müsste wirklich schon ein blöder Zufall sein.
  3. You can ignore that, just Warnings and nothing to worry about. Can you try it with english instead? In the initial setup it should show that it uses gedit as default texteditor, maybe go to the settings and try to change the default text editor there.
  4. Wie soll man das verstehen? Sorry ich hinterfrag gerne, vergiss nicht das ist ein sehr spezielles Anliegen das du hier hast... Mit luckyBackup weiß ich nicht ob es die beste Lösung ist... Du könntest dir mit den user scripts ein wirklich einfaches script schreiben: #!/bin/bash # Copy files from source to destination cp -R /mnt/remotes/DEINQUELLVERZEICHNIS /mnt/user/DEINZIELVERZEICHNIS # Remove all files from source rm -rf /mnt/remotes/DEINQUELLVERZEICHNIS/ Dieses script is glaub ich selbsterklärend... Der erste Teil also 'cp' = copy, kopiert dir alle Dateien '-R' rekursiv, also inklusiver aller Unterordner vom share '/mnt/remotes/DEINQUELLVERZEICHNIS' nach '/mnt/user/DEINZIELVERZEICHNIS' Der zweite Teil also 'rm' = remove, löscht alle Dateien '-rf' = rekursiv & force, also inklusive aller Unterordner vom share '/mnt/remotes/DEINQUELLVERZEICHNIS/' Ich schreibs jetzt nur dazu, bitte pass mit remove und den Verzeichnissen immer auf mit dem kannst du schneller was löschen als du denkst.
  5. This should not happen, in my container I haven't installed Kate instead there should be Gedit. Try to open up a terminal in the Krusader GUI and type in 'gedit' (without quotes). Maybe look at the settings within Krusader the only thing that I can imagine is that the default text editor is reset somehow...
  6. Die einfachste Lösung ist nicht immer die beste, bei SWAG hast du Fail2Ban, GeoBlocking usw alles gleich eingebaut, inklusver der ganzen Proxy configs. Ich würde SWAG immer dem NginxProxyManager vorziehen, nur weil was eine GUI hat ist es nicht besser... Das liegt bei dir... Ich versuche immer die Offiziellen zu verwenden. Das kann man aber meistens reparieren, ich kann dir nur sagen das meine Nextcloud damal von Owncloud migriert wurde und von 3 verschiedenen Systemen umgezogen wurde und nun schließelich in einzelnen Dockern läuft und dabei bleibt es jetzt auch, ist bis jetzt die beste Lösung. EDIT: Warum änderst du was in der config im container, wenn dann liegt das am NginxProxyManager.
  7. The latest Windows 11 build doesn't even complains about the CPU when you install it...
  8. Please refer to this thread, SWTPM will be integrated into unRAID:
  9. What error? Also try to delete the file installedv... I also don't know what you've changed in the server settings. Maybe try to start over again (delete the container and also the fivem directory that is created in your appdata) and let everything at default values and enter only the license key to the template. After the first start shutdown the container and place the new fx.tar.xz in the main directory and then go to the template and enable the manual updates. May I ask why do you need the latest unstable build from FiveM? Does this have any benefits over the recommended one? Do you want to do a fresh unRAID install?
  10. @4n0nyM ich hab ein wenig ein unkonventionelles setup damit ich mir einen container erspare hab ich in SWAG einfach einen neuen eintrag gemacht und Nextcloud einfach dort installiert, läuft auch super. Ich hab auch den gleichen Fehler und bekomm den nicht weg, nicht um die Burg, mich stört das aber auch nicht weiter wenn du die Social App von Nextcloud nicht verwendest dann ignorier das einfach, ich würd ansonsten mal einen Bug thread aufmachen auf Github von Nextcloud selbst. Wobei man muss auch sagen das ist jetzt nicht wirklich ein Fehler sondern eher als Warnung anzusehen: EDIT: Oh da steht sogar Warnung... Sollte lesen lernen.
  11. Please refresh the page or open up a new log window. After you've set it to manual it deletes the fx file yes. Btw it is a fx.tar.xz file usually. Yes, restarted it a few times because I also tried if it installs it correctly when you change the variable. I don't understand, what should it load else?
  12. Just share the appdata share /mnt/cache/appdata is just the real path to the appdata share and basically the same as /mnt/user/appdata
  13. Schau dich mal gebraucht um eine GTX1050 oder Quadro P400 bekommst evtl für 60,- (wenn du glück hast momentan).
  14. Is the official documentation not helpful: Click A quick google search also brought up this: Click
  15. The container will always downloads the "Latest Recommended" build and that is as time of writing 4394 (you can see this here: Click) I found an error in my template, will change that ASAP, please click on "Edit" at the Manual download and change it like this: I don't understand what you mean with that, I've now tried it and it works just fine. Are you connecting to "YOURunraidIP:9016"? Here is a screenshot from the WebConsole: Keep in mind the WebConsole is only available if the server is fully started! Also attached the log from a full server startup: fivem.log
  16. Welche Plugins und Container hast du denn installiert?
  17. As said above you can always build the FusionIO modules with the Kernel-Helper, simply search the Unraid-Kernel-Helper thread about FusionIO and you will find more information and maybe also the Github repo where he customized the Unraid-Kernel-Helper, but I don't think this won't work on newer unRAID versions because of the above said issues. The main issue with this drives is that they are not actively maintained by someone, correct my if I'm wrong... Also FusionIO was acquired by SanDisk.
  18. Is this still a thing since NVME drives got faster and more reliable too, since fusionIO is basically dead... You can use my Unraid-Kernel-Helper container to build your own customized version from unRAID but keep in mind I will deprecate the container in the near future because you can add basically everything via plugins since 6.9.0-beta35. From what I know a user customized the Kernel Helper somewhere on Github but it doesn't work for newer versions of unRAID because 6.9.2 uses Kernel 5.10.28 and the FusionIO Github repos, at least the ones that I know, only support Kernel versions up to 5.0.0 But aren't they too expensive for what they offer in times of really speedy and reliable NVMEs?
  19. Von dem rate ich strikt ab! Sei dir bewusst wenn deine Karte transocded und du dann die VM an machst kann es sein das unRAID abstürzt, muss nicht sein aber kann sein. Diesen Satz verstehe ich nicht ganz, hast du die Karte an VFIO gebunden? Wenn ja dann ist klar das sie unRAID nicht sieht. Selbst wenn sie nicht an VFIO gebunden ist muss die VM aus sein damit sie das Nvidia Driver Plugin sieht. Ich würd dir empfehlen eine 2. Karte, in die Richtung einer GTX1050/Ti oder Quadro P400/P600/P1000 zu holen, die rechen alle mal, natürlich je nachdem was du vor hast und wieviele gleichzeitige transocdes du brauchst. Welche transcoding software verwendestu du oder hast du vor zu verwenden?
  20. Schon mal versucht alle container auszuschalten? Evtl verursacht das ein container... Welche container hast du am laufen usw?
  21. That are actually warnings and can be irnored, if you want to hide it you have to start NVTOP with: nvtop 2>/dev/null
  22. Nicht vergessen, deutsches Subforum... Sieht so aus als wäre das Netzwerk auf den sich der Container mittels OpenVPN verbinden will nicht verfügbar ist bzw. der Server/Domainname/IP-Adresse.
  23. I don't think it's worth changing, are we talking about Cable or Satellite? I'm really happy how fast the channel switching is working on the DD DVB-C Cards.
×
×
  • Create New...