Jump to content

ich777

Community Developer
  • Posts

    15,714
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. Kein problem. Wenn du noch was brauchst, einfach Fragen.
  2. If you already have SWAG from @linuxserver.io or some other Reverse Proxy installed you can that do also with this container and http auth. You don't have to do it over Apache Guacamole Have you installed SWAG or some other reverse proxy container? If so I can help you with this. Apache Guacamole is also a web based VNC viewer like NoVNC that I use in my containers. EDIT: I've read through the linked tutorial and think there are better ways to do that. Depending if you want to do it over a VPN or over SWAG/Letsencrypt
  3. Hallo. Nein brauchst du nicht. Probier es doch einfach aus eine VM zu erstellen. Wenn du sie erstellt hast und die VM läuft kannst du dich mittels einem klick auf das symbol der VM mit ihr zum installieren verbinden. Wenn du mit der installation der VM fertig bist würd ich direkt in der VM entweder Remote Desktop oder einen VNC server installieren/aktivieren damit du dich dann einfacher mit der VM selbst verbinden kannst.
  4. I don't do those kind of builds eventually @linuxserver.io or @Djoss can look into this. Why has it to be Apache Guacamole? EDIT: You actually can do that change the network from bridge to custom give it a static IP in your network an you can connect to it with the standard VNC port 5900 and the static IP that you assigned from Apache Guacamole if you mean that.
  5. I know Both, I will report that directly to @limetech it's more kind of a bug but not sure if it's easily fixable... Yep, I won't get to technical. I know what it is and I will report back about my findings.
  6. @LSL1337 & @INTEL Try to disable 'Advanced View' on the docker page and report back, I bet it will be the solution.
  7. @LSL1337 & @INTEL What kind of Unraid installation are you on? Have you a Nvidia build running?
  8. That's really strange since I never had a problem since then (changed a little bit in the container so that this should never happen again) and also a buddy of me haven't got that problem since then. Yes you can do that with a script, place it somewhere on your Unraid server (I recommend not to place it in the jdownloader directory since the script is executed as root on each start of the container) and name it 'jDownloader.sh' and put in something like this: #!/bin/bash if [ -f ${DATA_DIR}/JDownloader.jar ]; then rm -rf ${DATA_DIR}/JDownloader.jar fi Then create a new path in template with the container path '/opt/scripts/user.sh' and the host path to the script eg: '/mnt/user/appdata/jDownloader.sh' (please note that you have to write 'user.sh' and 'jDownloader.sh' since you can't select it from the dropdown. Then the container will execute the script on each start (as root) and delete the JDownloader.jar inside your appdata directory and move it again over - hope this is what you want...
  9. Welche? Verlass dich nicht immer auf Youtube Videos, schau mal von wann das Video ist und wieviele zusätzliche Features Unraid jetzt schon hat. Bei mir läuft das ganze über br0 Geht auch nicht da dir die Fritzbox immer den letzten Eintrag für eine IP mit MAC Adresse anzeigt. Ja, ging aber aus deinem Post nicht hervor was du nutzt eher das du br1 nutzt. Kannst auch auf 1 stellen. Hast du zufällig von der 6.8.3 auf eine neue beta gewechselt? Virtio-net ist der Adapter. Ich würd das eher gleich machen da du dann evtl. wieder vor einem Problem stehst und wenn du das später machst dann hast du außerdem einen komplett anderen Routing Table und br1 nicht mehr. Dann würd ich das gleich in Unraid auch machen.
  10. Warum keinen esp8266? Natürlich funktioniert da kein hdmi input. EDIT: Hab mir selbst auch schon einen arduino fan controller für den server gebaut da ich das alles ein wenig didizierter wollte. Sorry wir sind hier komplett off topic. Vergiss es und verfolgen wir das hier nicht weiter, evtl. neuen Thread aufmachen.
  11. The log doesn't look too good... On which unraid version are you now? You should always be on that version for that you are building for. Something doesn't seem quite right. Have you already installed the linuxserver.io build for Nvidia or was something using the GPU when you where building the custom images? Also the patches aren't applied right. How big is the image now? With iSCSI ZFS and Nvidia the bzroot should be about 260MB
  12. Nice that it works now. Bitteschön. Oh no there is a bug on v6.8.3, please change the ZFS version entry from 'master' to '0.8.5' without quotes 0.8.5 is the latest version and I recommend building with this version (I only changed the v6.9.0 container to build from the master branch on Github since there was no easy way of building a version with ZFS for newer Kernels but now with 0.8.5 the building on newer Kernels is possible). Thanks for reporting that! I will update the template in the CA App but it will take a few hours to update.
  13. Das würdest du wohl gerne wissen... Das mach ich mit Homematic Hab sogar ein paar WiFi Steckdose die ich in die Firewall einbinden könnte oder dann einfach aus dem LAN per OpenVPN über die IP erreichen kann gibt auch so Steckdosen die du über die Fritzbox anbindest also mit DECT (glaub ich, bin mir nicht sicher, aber ziemlich sicher das ich das mal wo gelesen hab), achja und PowerOn nach Stromausfall ist natürlich an (sowie bei allen meinen Geräten, wunderbarer Weg alles zu automatisieren) sonst würd das nicht funktionieren. APU Board von PCEngines - gibts natürlich auch ein schönes Gehäuse dazu (gibt auch schon neuere Sachen, das APU Board läuft Einwandfrei aber am Limit wenn ich 250Mbit up/down voll auslaste - nur so als Nebeninfo mein altes ALIX Board, ziemlich das gleiche wie ein APU Board nur um einiges schwächer läuft heute noch immer und das nach gut 10 Jahren). Ich persönlich bin kein Freund von der Frizbox (ist zwar nicht schlecht aber ich hab dann lieber doch alles selber in der Hand), hab auch früher mal Ipfire drauf laufen gehabt die hatten dann wie schon geschrieben ein Problem mit dem DHCP Client der durch meinen Provider verursacht wurde und deswegen der Umstieg auf Pfsense (haben die aber mittlerweile gefixt). Jep is klar aber für meine Zwecke nicht sinnvoll. Reverse SSH wäre nichts für dich, also nur als anderer Lösungsansatz. Hab auch lange mit Zerotier geliebäugelt und auch probiert aber habs dann gelassen aus Gründen die ich heute nicht mehr weiß. EDIT: Hab vergessen zu sagen der DebianBuster Container läuft auch auf ARMv7 und ARMv8 (also 64 bit).
  14. Yes that's why the container isn't working because it can't connect to that site, have you got a instance of PiHole running on your server or something else? Is the site https://www.kernel.org/ working or is it the same? Yes, if it would stop then the message would say that This is because done intentionally because the container only stops if the build is finished (but that doesn't mean that everything compiled or installed correctly because I simply can't monitor each build process or the Nvidia driver installation that easy). Prebuilt images are on the bottom of the first post if you can't build it yourself because something is stopping you form connecting to kernel.org If you can get that file for 6.8.3 'linux-4.19.107.tar.gz' from somewhere else (but that's nothing I recommend) and place it in the main directory it would also built the container. Eventually you can try it from your mobile phone without being connected through your wifi. The file is reachable and downloadable (attached a screenshot):
  15. Eigentlich gar nicht, ich geh auf meine Domain mit dementsprechender Subdomain (wäre auch wie meine Vorredner geschrieben haben mit DOMAIN:PORT) geb mein Passwort ein und hab ein vollwertiges Linux zur verfügung ohne das ein PC oder sonstiges laufen muss und geht von jedem PC/Tablet mit Internet (PC is mir noch immer lieber wie das Handy oder Tablet). Wenn ich vom Handy ins Netzwerk will mach ich das mit OpenVPN ist standardmäßig in Pfsense dabei und einfach einzurichten, sogar der client download ist ganz easy. Zerotier kenn ich ja aber ist für meine Zwecke nicht praktikabel - denn wenn der Server mal nicht erreichbar ist aus welchen Gründen auch immer (Absturz, Bug, weil er keine Lust hatte, weil wieder mal jemand am falschen Schalter ankam) könnte ich mich trotzdem nicht mit Zerotier verbinden da dies ja am Server läuft... Da OpenVPN direkt auf der Firewall läuft hab ich den Komfort das ich den Server auch so neustarten kann auch wenn er an einem Hardlock gestorben ist oder jemand den falschen Schalter gedrückt hat. Ich verlass mich da lieber auf meine Firewall und nicht auf den Server wo noch 29 andere Sachen drauf laufen. Nicht vergessen das ist ein Container und keine VM. So läuft der im Idle: EDIT: Was meinst mit Portforwarding funktioniert bei deinem Remote NAS nicht?
  16. No problem hope the container works now for you as intended.
  17. Please try if you can open this link Click (this is the Kernel v4.19.107 itself that the container tries to download and should theoreticaly work, I also tried this here and it works just normal). Is it possible that you stopped the container once while it wasn't finished (that could also lead to that error)? What do you mean that the container doesn't go to sleep (sleep is not the same thing as stopping) - sleep means that the container is running and wait for you to fix the issue you have to restart it manually or stop and start it again. You can place the file that the container is trying to download (that I linked above) in your main folder for the container since it's searching for that file if it's already downloaded. Try this steps: stop the container delete all files from the folder for this container in your appdata directory start the container and wait if it's working Please let me know if it worked. EDIT: What kind of build are you trying to build?
  18. This is because you've choosen the wrong network type I think... Use br0 not Custom if you use custom it has it's own IP address on port 8080 then the ports doesn't matter because it has it's own IP address.
  19. Schau mal in der CA App, ich hab einen Container der im Prinzip ein vollständiges Debian System in einem Docker mit VNC Webinterface ist oder wenn du dem Container eine Statische IP zuteils mittels dem Custom network in Unraid kannst auch direkt mit einem VNC Viewer drauf zugreifen. (natürlich nur von Intern). Hab das ganze mittels reverse Proxy in SWAG eingebunden mit http auth und Fail2Ban so kann ich eigentlich von überall aus zugreifen und bin in meinem Netzwerk zu Hause (kann auch Internetsurfen oder sonstiges machen, manchmal mach ich sogar andere Container über diesen Container ). Wenn du Fragen hast einfach Fragen
  20. Ah ca so wie bei pfsense... Rumspielen bei Anwendungen die man nur eigentlich nur im LAN verwendet hab ich mir schon abgewöhnt.... Deswegen hab ich meinen Debian Buster Container da kann ich von überall zugreifen ohne eine VPN zu brauchen.
  21. Warum benutzt du nicht die Netzwerkkarte die du auch für die Docker Container nutzt für die VM's? Warum schaltest du dauernd hin und her? Du solltest die VM entweder mit VNC oder ohne konfigurieren, gibt dazu unzälige Beträge im KVM forum, das mit VNC ist ein Feature von KVM selbst. Bitte poste einen screenshot deiner beiden konfigurierten interfaces, da ist ein Fehler drin, brauch aber beide Interfaces. Das stimmt so nicht, das kommt immer auf den Router an. Das solltest du auf keinen Fall machen da du dir dein komplettes Netzwerk außer gefecht setzen kannst, zumindest wenn der Server läuft bzw. wenn du ihn wieder anschaltest. Wie oft hast du den Server in der zwischenzeit neu gestartet? Welchen Router hast du genau? Dir ist bewusst das du bei Metrik 211 eingetragen hast oder? Du weißt das wenn du so eine hohe Metrik einträgst dein Router sie unter Umständen ignoriert? Hast du selbst etwas unten in die Tabelle eingetragen? Was du versuchen solltest: Starte den server neu stoppe alle vm's und deaktiviere den autostart stoppe das array danach konfigurierst du dein 2. interface deinen wünschen nach mit adresse, gateway, dns und wichtig mit bridging support dann gehst du zu den einstellungen in die vm und wählst dort als standardnetzwerk br1 start das array gehe zu deinen vm's und wähle nun je nachdem br1 (schätze mal du willst br0 für die docker container verwenden wenn ich da richtig liege), musst manuell machen da du die ja schon vorher konfiguriert hast danach sollten alle vm's eine ip per dhcp bekommen Ich würd dir aber ans herz legen das du dir ein LAG 802.3ax bzw mit LACP 802.1ax konfigurierst wenn es dein router/switch kann damit ersparst du dir die mühe und es wird mehr oder weniger der traffic balanced (es kann schon fast jeder 80,- switch ein LAG bzw. LACP).
  22. Are you sure that you've put the memory modules in the recommended slots from the manufacturer (typically your manual has the right informations). Have you applied any overclock or XMP profile to the memory? If so I recommend disabling it because this is a server and it is supposed to run 24/7 and that's not the intention of XMP or any overclock. In a server environment is stability the key (but also speed - not overclocked).
  23. Please note that PhotoPrism is currently in somewhat of an alpha state... This should give you a good understanding how to do it: Click Add the corresponding variables ('PHOTOPRISM_DATABASE_DRIVER', 'PHOTOPRISM_DATABASE_DSN') and a database entry to you existing MariaDB and that should it be, never tried that but should work.
  24. Stop the container, delete the photoprism folder from your appdata directory and start it again.
  25. Should be possible. But I don't know what that exactly is... I don't play that game personally... You can install something extra to the game yes but have you got somewhere a tutorial how to do that on a dedicated server? If yes I can look into it and give you a basic explanation how to do that. The containers are not different than other linux servers except for the path's and variables.
×
×
  • Create New...