Chester

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Chester

  1. Thanks so much. I did make some changes to the worlds and added some resource packs. I'm still learning Docker volume mapping and have yet to find a good write-up on creating persistent volumes. Should I use the config folder, or should I create a location on the array? Appreciate all your hard work.
  2. Gah - thanks, missed the button somehow. I backed up my worlds folder, resource and behavior packs, and some config. I'm guessing I have to reload them to preserve the previous settings? Thanks!
  3. If a new version is available, where would I see this? My docker page and CA show up to date. Or is the process manual? Thanks!
  4. Hey folks: Posted to the wrong thread like a dope. Reposting... ---- My kids are really enjoying the container. Throwing out a flyer for help here. I'm looking to mod a container to run Pokemon mods. I imported a world from a Windows based laptop (also bedrock server software) - where it runs ok but very under-powered. I'm looking to use my Unraid box. After import it kicks out errors. It looks like a dependency is missing. Can someone help me interpret these errors? (The mod owner runs a discord, where they recommended against running a server - but I was pleasantly surprised when it ran on a windows box. So I gave it a shot importing it over, but failed). Appreciate any help that can be offered! 2023-07-02 23:31:09:192 ERROR] [Scripting] Plugin [§cPoke§bBedrock §ev1.2.2 BEH - 1.0.0] - requesting dependency on module [@minecraft/server] but it is not configured to use it. [2023-07-02 23:31:09:192 ERROR] [Scripting] Plugin [§cPoke§bBedrock §ev1.2.2 BEH - 1.0.0] - requesting dependency on module [@minecraft/server-ui] but it is not configured to use it. [2023-07-02 23:31:09:872 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:silicon_ore [2023-07-02 23:31:09:872 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:dawn_stone_ore [2023-07-02 23:31:09:872 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:leaf_stone_ore [2023-07-02 23:31:09:872 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:bauxite_ore [2023-07-02 23:31:09:888 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:water_stone_ore [2023-07-02 23:31:10:435 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:fire_stone_ore [2023-07-02 23:31:10:435 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:sun_stone_ore
  5. oh jeez, not sure how that happened. my apologies...
  6. Thanks for responding and taking a look! I am trying to run it on a Bedrock server container. (My kids access with Ipads). I tested the mod on a windows box laptop running bedrock, and it worked. (This made me think it work in an unraid docker, but I am new to mods.) I'll try the mod discord again - but it's 2 or 3 word responses from the devs.
  7. Hey folks: My kids are really enjoying the container. Throwing out a flyer for help here. I'm looking to mod a container to run Pokemon mods. I imported a world from a Windows based laptop (server software) - where it runs ok but very under-powered. I'm looking to use my Unraid box which was just updated with a new processor. After import it kicks out errors. It looks like a dependency is missing. Can someone help me interpret these errors? (The mod owner runs a discord, where they recommended against running a server - but I was pleasantly surprised when it ran on a windows box. So I gave it a shot importing it over, but failed). Appreciate any help that can be offered! 2023-07-02 23:31:09:192 ERROR] [Scripting] Plugin [§cPoke§bBedrock §ev1.2.2 BEH - 1.0.0] - requesting dependency on module [@minecraft/server] but it is not configured to use it. [2023-07-02 23:31:09:192 ERROR] [Scripting] Plugin [§cPoke§bBedrock §ev1.2.2 BEH - 1.0.0] - requesting dependency on module [@minecraft/server-ui] but it is not configured to use it. [2023-07-02 23:31:09:872 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:silicon_ore [2023-07-02 23:31:09:872 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:dawn_stone_ore [2023-07-02 23:31:09:872 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:leaf_stone_ore [2023-07-02 23:31:09:872 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:bauxite_ore [2023-07-02 23:31:09:888 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:water_stone_ore [2023-07-02 23:31:10:435 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:fire_stone_ore [2023-07-02 23:31:10:435 ERROR] [Json] Unknown block during Deferred BlockDescriptor resolution: pokeb:sun_stone_ore
  8. Good Afternoon: I recently upgraded my network router. The router provides DHCP, not pihole. For some reason, the hostnames in Pihole are still showing the names associated with the prior IP addresses. (For instance, one windows system is being shown as an Ipad). This is causing issues with my group rules. I have tried to flush the table, cleared the logs, and powered the Pihole off and on. This seems like it should be an easy fix. Can someone help? Thanks.
  9. Hey man: Regular joe here, so take the advice for what it is worth. It sounds like your router is acting as DHCP server. If your DHCP settings are starting at .2, my guess is that some other device on the network was assigned to .2 by the router. Maybe try changing the start of the range to .3. This will set aside .1 for router and an open IP (.2) for the Pihole. When you restart your router, devices that need an IP will be assigned starting at .3, and you clear the conflict at .2. Make sense? (I don't use the Pi-hole as a DHCP server - so your setup might be different. Maybe start getting it running with the router as DHCP server, get it running and adjust from there)
  10. UPDATE - it's fixed. I followed Space Invader One's video - I guess I needed to assign a fixed IP to the docker. I'm not positive. There is nothing intentionally running there anyway. The only recent change was updating pi-hole and UNRAID to new versions. If needed - the DHCP range starts at .10. .6 was set aside for pi-hole. My kids devices were pointed there for DNS. arp -a shows nothing assigned. That's about the limit of my networking skills unfortunately. Everything worked until I updated UNRAID and had to reinstall pi-hole.
  11. Folks: Due to a system problem, I am attempting to reinstall pi-hole using my prior settings, and am receiving an error. 192.168.1.6 was the prior IP for pi-hole. Nothing else should be using it. What am I missing? root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='pihole-template' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'DNS1'='8.8.8.8' -e 'DNS2'='8.8.4.4' -e 'TZ'='Europe/London' -e 'WEBPASSWORD'='admin' -e 'INTERFACE'='br0' -e 'ServerIP'='192.168.1.6' -e 'ServerIPv6'='' -e 'IPv6'='False' -e 'DNSMASQ_LISTENING'='all' -p '53:53/tcp' -p '53:53/udp' -p '67:67/udp' -p '80:80/tcp' -p '443:443/tcp' -v '/mnt/user/appdata/pihole/pihole/':'/etc/pihole/':'rw' -v '/mnt/user/appdata/pihole/dnsmasq.d/':'/etc/dnsmasq.d/':'rw' --cap-add=NET_ADMIN --restart=unless-stopped 'pihole/pihole:latest' eed605eab752e8e4f3c6eec49be60833852616e6a91938df1f7a7941b2579880 docker: Error response from daemon: driver failed programming external connectivity on endpoint pihole-template (196976ec9b914759b932679f1066b4cca1d77542d395fcc22d07a00824dd938f): Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use.
  12. After replacing with a fresh flash drive - it appears to run normally. Only issue is and error replacing the pi-hole app. Appears to be returning an error from prior config.
  13. UPDATE - solved with new flash drive. Folks: I posted in the General Support forum, but realized it may be more useful here. Long story short, after a upgrade to 6.9.2, I ended up doing a fresh install. Trying to reinstall CA, I am receiving the following error. Anyone help? I also have several errors showing in the docker section of the dashboard. Warning: parse_ini_file(/boot/config/docker.cfg): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 50 Warning: array_replace_recursive(): Expected parameter 2 to be an array, bool given in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 50 Warning: parse_ini_file(/boot/config/domain.cfg): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix.vm.manager/include/libvirt_helpers.php on line 478
  14. work in progress. Good news is that I was able to recover the drives after some trial and error in the config file. (I thought I had it running, but the array would not start). Ultimately I did a clean flash install with the existing flash drive. Appreciate the help. Remaining issues: 1. For some reason, the license is MIA. I thought I copied it to the config file. (Same flash drive as before). This could be user error. 2. A lot of weird docker / plug in errors, and Community Applications cannot be loaded even with the fresh install. (The only plug-in I had loaded was Pihole). 3. Is there an easy way to assign a new fixed IP? The box grabbed a random IP when it finally booted - so now I have to remap all my other computers. The IP info is grayed out in settings. If someone can help, it would be appreciated, but I can start another thread if needed. These appear to be docker errors. Warning: parse_ini_file(/boot/config/docker.cfg): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 50 Warning: array_replace_recursive(): Expected parameter 2 to be an array, bool given in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 50 Warning: parse_ini_file(/boot/config/domain.cfg): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix.vm.manager/include/libvirt_helpers.php on line 478
  15. all right. it looks like I need to try a clean flash install. the troubleshooter says copy the key file. what is this filed named? if I can boot it with a clean flash install - I will not lose data provided I do not assign drives right? assuming I can get that far - how do I recover the arrays? The troubleshooting docs seem to be a work in process there. I am assuming that I will need to assign drives at some point, but want to tread lightly.
  16. Ok - I reformatted the drive. Ran the make bootable file, and then replaced the config file. Still no change. I'll have more time tonight to mess with it. I did notice that 6.9.2 appears to have a plugin folder, while my config folder has a file.
  17. Ok - I may have used the wrong process. I restored the files to the drive and ran the make bootable application as admin (Windows). I then replaced the config file. No joy. Should I format the drive and start fresh? Or try the flash drive making tool?
  18. Hey folks: I tried to do a manual update to 6.9.2, and am now having boot issues. I have worked through the troubleshooting page on the wiki but am stuck. Here is the process I followed - connect the flash drive to a PC/Mac make a backup of the flash drive in case you want to be able later revert download the zip of the release you want to use from the unRaid download page extract all the bz* type files overwriting the ones on the flash drive After attempting to boot - it first seemed that SysLinux became corrupted and was kicking out a no config file error. (Opening the folder in windows showed gibberish, and odd file names, so I am assuming the config file error relates to SysLinux anyway.) So I also copied a new version SysLinux directory on the flash drive. Now boot appears normal, but stops at a system login (both in the headless, GUI boot, and safe options). It does not connect to the local network and I am unable to ping the device or reach the GUI. (I entered root as the user name, and it shows a root linux prompt). What are my next steps? The good news (I think) is that I have a good copy of the config directory that was working this afternoon. I was going to try a new flash drive - and copy over the existing config file, but wanted to ask the pros first. Thanks!
  19. Hello folks: I have a 2 array system - a 12TB parity drive, and 2TB data drive. Hardware prices are bananas and I would like to repurpose the 12TB drive to another system, and replace it with a smaller drive. (The case I am using is too small, and I would rather burn out a smaller drive while I figure out cases / cooling). But, I thought I read somewhere that the replacement parity drive needs to be the same size or bigger than the original? Can anyone confirm - I cannot find the reference. Thanks all.
  20. sorry for jumping the thread - but will this method preserve current settings?
  21. thanks so much...for some reason I'm getting an file I/O failure during the update.
  22. I think I am in the right place. I am having difficulty upgrading to the most recent template version (running 5.2.4 currently). When I check for updates in the GUI, I see: I am pointed to the repository: https://github.com/limetech/docker-templates The Github instructions seem to say that the ideal way to upgrade is to install a new Docker, but I would like to backup my settings first. Can someone help or put me on the right path? Thanks!
  23. thanks. I missed that section. turns out the boot priority was changed during the reboot. most difficult part was finding a monitor and keyboard to make the change back to boot from USB. kinda silly - but thanks for the help anyway.