Chester

Members
  • Posts

    29
  • Joined

  • Last visited

Recent Profile Visitors

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

Chester's Achievements

Noob

Noob (1/14)

0

Reputation

  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