Jump to content

ich777

Community Developer
  • Posts

    15,715
  • Joined

  • Days Won

    202

Everything posted by ich777

  1. Stop the container and try to delete it and then to start it up again then it should say that the runtime isn't found and it will redownload it. Is this also a Linux machine? Try for troubleshooting reasons to delete the savegame for now then this issue should be resolved. Sorry can't test it until tomorrow evening, weekend is family time for me... Eventually I find some spare time then I will respond earlier.
  2. Have you eventually shut the container down or restarted it on the very first start, because this looks not like the really first start, you have to wait at the very first a little longer since it downloads the runtime. Please try to delete the folder 'runtime' in your minecraftbasicserver folder. Where did you put this command in? It seems also that you have mods already added... The log says something or better speaking that a dependencie or something in your savegame is missing (keep in mind there are different versions for windows and linux out there) and that you have to confirm that.
  3. Das sieht eigentlich nicht so schlecht aus bitte poste hier aber dein syslog evtl schreibt dir irgendwas das syslog voll. Probier mal zum aufräumen folgendes einzugeben (aber bitte vergiss nicht vorher das syslog herunterzuladen): rm -rf /var/log/syslog Auf welcher version von Unraid bist du? Hast du eine VM am laufen? Wenn ja bitte probier mal diese zu editieren und stell das Netzwerk auf Virtio-Net um (auch wenn es schon auf dem steht speichere es unbedingt nochmal) und berichte dann ob dein syslog noch immer vollgespamt wird.
  4. Hoffentlich. Ich schätze mal irgendwas schreibt konstant in dein verzeichnis /var/log und füllt es. Kannst mal auf Tools und Syslog gehen und dort nachsehen ob dort ein und die gleiche Meldung sehr oft auftritt oder ob irgenetwas oft rot oder orange angezeigt wird? Du kannst dein Log auch ganz unten auf dieser Seite mit dem button Download runterladen und dann hier posten. Öffne mal ein terminal und gib folgendes ein: cd /var/log ls -la Und poste einen Screenshot hier.
  5. Please try to: Stop the array Open up a terminal and type in: 'zpool export -a' and wait for it to finish Then click reboot Please report back what happens
  6. Yes I think that would be best since 6.9.0rc2 is pretty stable and if the issues that you had where related to a drive failure it should work now. So transcoding is now working with you Nvidia card? What do you mean exactly with rebooting? Does the server not shut down? Can you eventually try to shutdown the array, then issue the command: zpool export -a and then try to reboot?
  7. Ich hab auch einen 2. Unraid Server als Backup mit nem china board und einer Intel CPU 2. Generation, der läuft nur ab und an... Also sollte das reichen... Sobald sich der aufdreht schickt der mir eine Nachricht über Pushover das er bereit ist und danach startet der Docker LuckyBackup (nutzt rsync als backend) und synct mittels SSH (mittels SSH preshard keys) die Daten, wäre also auch theoretisch über das Internet möglich das der sich von dort wo immer der auch steht sich zu mir auf den Server verbindet, Powerdown, also ausschalten hab ich noch nicht implementiert.
  8. Funktioniert in vielen Container mit einer Variable... Ich hab auch Container die haben Redis oder MariaDB eingebaut weil es einfach einfach ist aber das ist manchmal ganzschön schwierig die ohne root rechte laufen zu lassen weil das ist bei mir das oberste Gebot...
  9. Hab grad gesehen das der das letzt mal vor 5 Jahren upgedated wurde... Nicht die beste Lösung... Warum nicht? Stimmt updates muss man dann selbst machen aber das funktioniert komfortabel über die WebUI oder würde auch mit Cron funktionieren hab ich mal gelesen mit occ soweit ich weiß, korrigier mich wenn ich falsch liege... Ich mach die Updates lieber selbst, du glaubst nicht wie oft ich mit Gitea Probleme hab weil die irgend ein Update gepusht haben das wieder irgendwas nicht funktioniert. So weiß man wenigstens wo man zu Suchen beginnen muss.
  10. Kann passieren wenn der Container nicht dafür ausgelegt ist bzw. wenn der Benutzer am Host nicht genügend Rechte hat, das ist leider ein bisschen kompliziert und funktioniert nicht auf anhieb in jedem container bzw müssen die Rechte für den Benutzer am Host auch stimmen. Auf jeden fall ist das ein Hinweis darauf das die Berechtigungen nicht passen und er nicht starten kann. Ja das kann man natürlich machen, wäre es für dich keine alternative zB SWAG zu verwenden, das wäre ein Container der nginx, php, LetsEncrypt (certbot) und fail2ban in einem Container vereint. Ich hab zB auch SWAG am laufen mit ein paar custom Packages, damit ich Nextcloud direkt in SWAG ohne extra Container laufen lassen kann, die du mit einem Userscript beim Containerstart installieren kannst bzw. geprüft wird ob die installiert sind. Hab dann noch zusätzlich den Redis Container und die MariaDB, aus der CA App, mit Nextcloud verknüpft und die können miteinander kommunizieren. Wenn du natürlich Apache willst dann gibt's glaub ich den 'Apache PHP' Container in der CA App.
  11. Do you need anything special built in? Why doesn't you stay on RC2?
  12. I hope you know that this is not a Unraid issue only... The problem with the patch (gnif/vendor-reset) is that it is not mature enough and has some issues also there are different versions of the patch available on github. Have you tried to build a custom version for RC2 only takes about 15 minutes and a reboot of the server. Just be sure to turn off all VM's and Dockers when you are building the images. EDIT: It's really simple, just read the description and the post that I've linked.
  13. The prebuilt images at the bottom just work fine, I've updated them recently. The build for 6.8.3 is not possible or at least will fail, I had to remove this version because of some strange requests here in this thread on page 22 and blaming me for some things... Yes becaus it's now only for 6.9.0rc2 and up The build will fail because it's not compatible... Glad to hear that everything is working now.
  14. Why in a container, I would implement that directly into the Plugin itself so you can run the command directly from the command line. Yes I know, I also have DVB Drivers and a few other things that needs compiling when a new Kernel is released in my repo and this would be no problem to compile it in one run with the other things.
  15. Exactly, that's clear to me. So the tool that's also part of the repo would also a nice to have because you can change the controller mode? I'm only asking because of this comment: That's also clear to me, trying now to find the best way to implement this one way would be through the Unraid Kernel Helper and one possible way I could think of is a Plugin, will try it after the weekend -> family time... Sorry didn't noticed that this is another tool because of this super individual acronyms of HP...
  16. Are you sure? The description says that it is possible but you have to pass an argument at boot, in our case for Unraid to syslinux.cfg: 'hpsa.hpsa_use_nvram_hba_flag=1' or do I understand the following wrong:
  17. This should work now please see this post here from @giganode on the Unraid-Kernel-Helper thread (btw you don't have to add the Variable manually anymore it's now in the templat itself just set the gnif/vendor-reset to 'true' and also click on 'Show more...' and at gnif/vendor-reset Branch set it to 'feature/audio_reset'):
  18. @grugo So only the kernel module is needed, but what if someone needs to change the mode of the disk itself? Can this also be done somewhere in ILO? I don't think a plugin would be the correct way since a few kernel modules needs to be replaced but I will look into it...
  19. May I ask to which resolution you want to set it? Can you anyways post the logs after setting the resolution? You sould also have a novnc.log and a x11nc.log in the appdata directory can you post them as well?
  20. You can try it but please keep in mind that this could lead to the same problem. Please report back.
  21. Have you built the Images with Nvidia or do you use the Nvidia-Driver Plugin (but I think the filesize tells me that you built it without the Nvidia drivers)? Please try to uninstall the Nvidia-Driver Plugin for troubleshooting reasons and then try to boot with the custom images. Have you also installed any other modifications like a custom Kernel (bzimage) or something?
  22. Is this the right repo? https://github.com/im-0/hpsahba If so I will look into it ASAP.
  23. Completely overlooked this mentioning sorry for that. Yes but you could temporarily build it in RAM and create a temporary Docker.img with lets say 1GB. Is this patch or module working for the drives since I theoreticaly could build that as an extra option into the Kernel-Helper itself.
  24. You are doing nothing worng but the container does, please delete one more time the container and also the directory for AssetoCorsa in your appdata directory and redownload it from the CA App. I've now updated the container, one download points to the wrong place... Sorry for that and thank you that you brought that up.
  25. Have you read the first post: Step 3 is where it says what to do, you could also copy the files that are located in '/mnt/cache/appdata/kernel/output-VERSION' to your computer, shutdown the server, pull the USB boot device out of the server, put the files that you copied over to your computer in the root of your USB boot device and replace all bz* files (please be sure to also backup all bz* files that are on the USB boot device to your local computer in case something goes wrong). Another way is to use WinSCP if you are on Windows, connect to your server with the IP 'root' and your password and copy the files from '/mnt/cache/appdata/kernel/output-VERSION' to your '/boot' folder. This should be it. (Please keep in mind that if you shared the appdata folder via samba you can go into the '.../appdata/kernel/output-VERSION' and grab the files there)
×
×
  • Create New...