ingarb

Members
  • Posts

    15
  • Joined

  • Last visited

Recent Profile Visitors

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

ingarb's Achievements

Noob

Noob (1/14)

4

Reputation

  1. Hi! There was an update to this docker yesterday/today - and I clicked on it by accident. Big oops. And now it doesnt work any more. There are no errors in the log, it starts fine. But there is no service listening anymore on :19132. No config was changed, removing and recreating the docker has no effect. Config is correct in the Unraid UI. Updated this maany times before with no issues. WebAdmin GUI does not work eiter: Error: "There is no screen to be attached matching minecraft." Any tips? Perhaps rollback, but I actually dont know how to do that binhex_bedrock_mc_log.txt
  2. Hi, thank you! That fixed it, works now and Tunnel is back up.
  3. Hi. Tried restarting the container, but now it won't start anymore. Also tried removing the docker completely, including the image, but still won't start. hp?doing_wp_cron=1682404875.6131670475006103515625 ip=198.41.200.113 type=http % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16.8M 100 16.8M 0 0 14.6M 0 0:00:01 0:00:01 --:--:-- 24.9M ./cloudflared: line 2: syntax error: unexpected newline % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16.8M 100 16.8M 0 0 25.8M 0 --:--:-- --:--:-- --:--:-- 46.1M ./cloudflared: line 2: syntax error: unexpected newline % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16.8M 100 16.8M 0 0 27.6M 0 --:--:-- --:--:-- --:--:-- 75.0M ./cloudflared: line 2: syntax error: unexpected newline ** Press ANY KEY to close this window **
  4. I added this to /etc/sysctl.conf inside the Docker, but the error message appears. I tried to set ut using the sysctl command as well running from inside the Redis docker, but "su" has a password? Thankful for any tips
  5. if this shouldn't be configured like this, then it would be nice to have this default in the docker in stead of changing it after deployment?
  6. Hi! Is this still being maintained? I'm having a few issues. 1. The Port mapping from docker to host is mandatory, so I can't remove it. But maybe I can do that manually? 2. The "Support" link in the Unraid Docker GUI is wrong, so I had to find this thread manually. Any tips would be helpful
  7. Really appreciate this Cloudflare Tunnels docker! It's worked amazing. But now I'm getting warnings from Cloudflare that my Tunnel version is outdated.. Any plans for a new release of this docker?
  8. Only disappointment here, is that the Unraid upgrade process wrote to the USB stick and did not verify checksum of the new OS files after writing... Because they were totally borked.
  9. THanks @itimpi! Replaced the bz files like in the guide you posted and Unraid back up running again. Thanks again.
  10. Hi. Just keyboard dongle and the USB-stick with Unraid. Nothing else.
  11. Hi! Tried to update Unraid today to the latest version and clicked reboot when it asked me to. Now when it tries to boot, it shows this error (see screenshot). Any quicktips? Thank you.
  12. Hi! I upgraded my MariaDBs on Unraid, and now none of them will start. Apparently, just Clicking "Update" on the docker, does not gracefully shut-down Mariadb, but terminate it? So after the Update, the MariaDB now says "Upgrade after crash not supported" and then InnoDB wont start. This seems to be a quite common issue, but any way to firstly get this up and running? Secondly, apparently just using the "Upgrade/Update" button on the MariaDB Docker in the Unraid WebGUI, isn't a good idea since it hard-kills the docker and then upgrades it, leaving perhaps un-applied redo-logs / unstartable docker? The mariadb will probably start if I just Delete the redo-logs, but I'd rather not? Hope one of you experts here can help me out. I'm no MariaDB expert, I usually stick to Oracle DB Thanks mariadb04_docker_log.txt
  13. Hi! I am running this docker very flawlessly, so great! My only issue, is with updates. When it says that a new update is available and I click update, after the update it puts back the "-p 80:8080" mapping (which I have removed). I have quite a few containers, so it is a bit time consuming to remove it, click ok, and then go to edit and remove and click OK again. I also have many MariaDB containers and I have also removed the port-mapping there, but it's only the Wordpress docker that puts these back. When mariadb updates, i just have to click update and then that's it.. Any idea how I can make the Wordpress container behave the same way so I don't have to edit and remove the port-mapping for every docker, every time there is an update?
  14. Hi! Where and how to you specify that (in the web GUI) ?
  15. Hi! I have an issue with this, and the PHP Max upload size. I have a Wordpress plugin I need to install, but it won't let me because it exceeds the PHP Max upload size (2MB). I saw some posts online regarding this issue, but they all went straight over my head. Any quick and easy way to change the PHP.ini of my existing Wordpress docker container? Perhaps editing the run command when the docker container starts?