mikeydk

Members
  • Posts

    68
  • Joined

  • Last visited

Recent Profile Visitors

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

mikeydk's Achievements

Rookie

Rookie (2/14)

6

Reputation

  1. I tried the support thread too, waited 5-6 days with no reply, deleted the message again to not post same message multiple places.
  2. Has anyone tried to restore a database in the influxdb docker? I got the database exported from another source in the portable format, and looking at restoring it. I have found this https://www.influxdata.com/blog/backuprestore-of-influxdb-fromto-docker-containers/ but I don't know how to actually execute the procedure with unraid.
  3. I am using your config to run a Valheim server, and it is working fine. Now I am trying to add yours for Rust too, but when I try to add it, it opens up as the Valheim one? Do I need to change something?
  4. No rush, it seems to work as it should, even when it is one version behind.
  5. Thank you, got it to start up now, so the quick fix worked.
  6. Trying to use the TheLounge docker, but the log is showing this, and the gui can't be reached. ---Checking if UID: 99 matches user--- ---Checking if GID: 100 matches user--- ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Starting...--- ---Version Check--- ---Version missmatch, installed v4.1.0, downloading and installing latest v4.2.0...--- ---Something went wrong, can't download TheLounge v4.2.0, putting container into sleep mode!---
  7. You are right... for some reason disk2 became cache2 in my head when I read the message...
  8. I have added a secondary cache disk, and I am running the cache pool in raid 1. After adding that Fix Common Problems is now reporting an error The following files exist within the same folder on more than one disk. This duplicated file means that only the version on the lowest numbered disk will be readable, and the others are only going to confuse unRaid and take up excess space: /mnt/user/system/docker/docker.img disk2 cache /mnt/user/system/libvirt/libvirt.img disk2 cache Is that something I can just ignore? With raid 1 all the files should exist on both drives at the same time?
  9. Adding the extra parameter, and it started working for me.
  10. Just tried to install this, but it cant start, getting this in log �[36mINFO�[0m[0000] Starting Statping v0.80.71 �[36mtype�[0m=cmd New Update 0.80.70 Available! Update Command: curl -o- -L https://statping.com/install.sh | bash �[31mERRO�[0m[0000] config.yml file not found at /app/config.yml - starting in setup mode �[31mtype�[0m=cmd �[31mFATA�[0m[0000] user doesn't have permission to write to this directory �[31mtype�[0m=cmd Do I manually need to put a config.yml file in? If so, where do I find it?
  11. I got it working. To get it to work I had to change Network Type to Bridge, and then add a port. After doing this the WebUI option no longer direct to the right address, but typing the address in manually works. Scrap that... F5 and it is back to the 3 dots again.
  12. I am having some problems getting this to run. I took the filebrowser.json and put it in /mnt/user/appdata/filebrowser/filebrowser.json But when I start the docker and tries to access the webui, I just get 3 dots fading from left to right. Log file contain this 2020/01/12 16:35:14 Using config file: /.filebrowser.json 2020/01/12 16:35:14 Listening on [::]:80 No matter what port I set in the json file, it continue to listen to port 80 too. Opening console I am getting a fast flash of an error containing something with $PATH. It is flashing so fast I can't read it.
  13. This might have been asked before, but searching this thread didn't give me anything useful. In Unraid (6.8.0) I have set my disks to not spin down, but the disks mounted with Unassigned Devices are still spinning down. Is there a way to keep them from spinning down too?
  14. Oh, doesn't it load the last savegame? Maybe @mikeydk can help? When you go in and edit the docker, you got the option to set extra start parameters, there you just add -D -g "<full path to save game>" You can find it and more on this page https://wiki.openttd.org/Dedicated_server
  15. I just removed a disk1 from my array using the guide on the wiki. The guide included emptying the disk to remove, and setting all shares to only include other disks. I only got 2 disks in (+cache), and after my change I will have 1 disk+cache. After using the new config function I removed disk1 as I wanted, and then set disk2 as disk1. Setting disk2 to disk1 caused some problems. All shares were still set to use only disk2, but I didn't have the option to change that. The dropdown for include and exclude disks were both empty, while being marked as "All", but seemingly still only wanting to use disk2, which is no longer present.