eafx

Members
  • Posts

    42
  • Joined

  • Last visited

Posts posted by eafx

  1. 3 minutes ago, biggiesize said:

    I just submitted a pull request to fix the issue. I am not aware if the dev is still actively working on it so I'm not sure it will be brought in. If you want, you can temporarily use my container I used to test the fix by changing the repository to "diamondprecisioncomputing/rebuild-dndc:unraid-m"

    Hi there, I'm the dev for this repo. I've currently moved houses and will be moving again later this year, unfortunately my Unraid server is in storage, so haven't tested any of the new builds.

     

    I've merged your pull request, thanks for that :) 

    @knaack Docker image should've been updated as well now, could you please pull and test when you get a chance?

  2. Think I know what your issue is, the "network type" on rebuild-dndc container should be bridge mode/it shouldn't be using the VPN container network. The reason it's stopping itself is because it's using the VPN container network (or at least at some point it was using the VPN network) and has marked itself as a container in-scope for rebuild.

     

    1. Make sure rebuild-dnc isn't using the VPN container network.

    2. Stop the rebuild container and delete all the *.tmp files in config\rebuild-dndc folder, better to clear any any previous misconfiguration and then restart it.

    3. Some other useful tips

    • Make sure the VPN container is the first container on your docker startup list
    • Move the Rebuild-DNDC container to the end of your container startup list.

     

    Edit: Also, FYI the issue with bubuntux/nordvpn might've been resolved now. Problem was that container didn't have iputils-ping package installed and the rebuild container uses the ping command to check for connectivity on the VPN container.
    https://github.com/elmerfdz/rebuild-dndc/issues/52 and seems like that has been implemented now: https://github.com/bubuntux/nordvpn/issues/163

  3. Once you deploy the vpn container, you need to make sure it's working/connected, only then start the rebuild-dndc container.

     

    "- CONNECTIVITY: BROKEN" message suggests that there might be an issue with your vpn container connection i.e. rebuild-dndc is unable to ping (via your vpn container) any of the set dns servers (CF or Google) to check for an active connection, hence it's restarting your vpn docker hoping that would fix the connectivity issue.

     

     

     

     

  4. 32 minutes ago, Squid said:

    The update on the context menu should be there when on the docker page.  It's just not appearing correctly on the dashboard page.    (Or put another way, the dashboard's context menu would never allow you to update an app whereas the docker page would via the context menu)

    Not bothered about the update not showing on the context menu. It's just if you're using a private repo, it will always show there's an update available for that container on the dashboard (i.e. the container name is in blue text) even though it's already up to date. This behaviour was fixed in 6.8.1 but now it's back with 6.8.3

  5. Upgraded from 6.8.2 without any issues.

     

    Noticed one thing, the following change was introduced in 6.8.1, has this been removed in 6.8.3? 

     

    image.png.f05c34413388677453d7362d9d5f02a6.png

     

    I've got a private docker repo, which is now showing as there's an update available even if I try re-pulling the image. Think the above change in 6.8.1 fixed it for me but now it's back.

     

    Edit: when I say it's showing as update available, I mean container name is in blue but It doesn't give me an option to update the container on right-click.

     

     

  6. 3 hours ago, FoxxMD said:

    Fork was a poor choice of words but you know what I mean. If the way statping is staged in the author's dockerfile changes in a way that is incompatible with what you have done (new volumes? exposes new ports? requires changed/new dependencies?) then you're a link in the chain that needs to respond before updates to containers on unraid aren't broken. Are you volunteering to take on that responsibility?

     

    I will make a PR to the author with your changes to see if there is a compromise to be had first.

    Official image builds the app package from source, I'm grabbing their GH releases.

    I'm using my own alpine image as the base image of this container, which is basically a fork of lsio's alpine-base, that has s6-overlay installed (used for setting PUID/GUID and running service scripts).

     

    TBH I don't see the point of merging this with the official image. I would suggest you open up an issue on their GH requesting to add support for PUID/GUID, let's see what they say.

  7. 17 minutes ago, FoxxMD said:

    This is awesome! Could I convince you to PR your changes to the original repository though? Or I can do it. I'd rather not have to use a fork if possible, for simplicity's sake.

    It's not a fork and a different approach to the official one, so don't think there's a chance it will be merged.

  8. 28 minutes ago, Skitals said:

    It's definitely hitting the character limit for the GET request. I am changing it to a POST request.

     

    Edit: Update should be live!

    Works as expected now :) thanks!

     

    If I want to include my theme with the plugin, does my theme need to use the plugin variables or can I have it set entirely within custom styling?

  9. 1 minute ago, Skitals said:

    Can you save any changes, or only when trying to use custom variables? If you add just a few letters and hit apply, does it save? It's possible what you are inputting has special characters that are getting misinterpreted when the textarea is passed to the script.

    Happens only when using my own custom variables, no issues saving random text or css otherwise.

  10. @Skitals I'm trying to use my own custom variables for my theme in 'custom styling (advanced)' , so whenever I try to save my css with the :root { } block it won't save it, to get it to work I have to either get rid of root block or manually edit the theme's css file and then it will show up fine on the plugin but it won't allow me to edit & save it from the plugin.

     

    Any idea what's going on here?

  11. Think I'm having the same issue, updated to the latest beta from 6.8.0-rc1 almost 17hrs back and had no issues after the initial reboot, tried rebooting the server few mins back and now can't back into the GUI, not getting a ping back, I can log into the terminal via ipmi but the IPv4 address has changed to 169.254.xxx.xx range, sounds like the exact issue described here.

     

    Tried manually copying over the bz files from /boot/previous folder but it's still the same.

     

     

    titan-diagnostics-20191019-0115.zip

  12. 31 minutes ago, AnnabellaRenee87 said:

    That fixed it but I don't feel great leaving it like that, Guess there is an issue with the current version of ruTorrent/rTorrent that doesn't like being proxyed through a DNS resolver like Cloudflair.

    Yea looks like, I've rolled back to 1.1.r38.gd52abd2-1-05, the last working version with Cloudflare.