Jump to content

crafty35a

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by crafty35a

  1. This is suddenly happening to me as well. If I toggle the tunnel a few times, it will eventually handshake. But even then, the tunnel does not show up as a network for docker containers (I have "VPN tunneled access for docker" selected), so it doesn't appear to actually be working.

     

    Edit- I imported a second tunnel, and suddenly both appear as available networks for containers. But they still don't seem to work at all, I can't get any traffic over the tunnels.

     

    Edit2- I was able to fix this after downgrading from 6.12 RC2 to stable. Oddly, it took multiple reboots to start working. I was assuming this was the same exact issue as OP, but maybe not since I was on 6.12.

  2. On 3/28/2023 at 12:29 PM, luckyheiko said:

    i have the problem.

    if I change the order of the folder, it is not saved and when I reload the side the order is like before.

     

    I can confirm, there are a couple issues regarding sort order on 6.12 RC2 with Docker Folders.

    • Containers inside a folder cannot be re-ordered. The orange up/down icon appears next to the container, but the containers are not draggable. Containers outside of a folder can still be dragged.
    • Re-ordering folders themselves does appear to work, but the order does not stick. After a reload, the previous order returns.
    • Like 1
    • Upvote 2
  3. 5 hours ago, roland said:

    the first gap was just stop / start and the second was a container update. The history survived an update.

     

    The instructions I had followed were to map the /netdata/dbengine subfolder, not the entire netdata folder -- I will try it the way you show here and let you know if I lose history again tonight. Is this the only change you made from the template defaults?

     

    Also, did you make the "delete obsolete charts files" change or was that not necessary?

     

    Edit - I'm not quite sure how to set this up, the container won't start with this setting ('netdata ERROR : MAIN : Failed to initialize database at /var/cache/netdata/netdata-meta.db, due to "unable to open database file'). Guessing I need to copy the db over manually before starting, but I'm not clear on how to do so

  4. 6 hours ago, roland said:

    can you please check this and see if that solves it?

     

    I tried that back in April when I first started using Netdata and ran into this issue, and it definitely had no effect. I just changed that setting again and switched back from the stable tag to netdata/netdata to force an update, and lost my history.

     

    I can check to see if history is cleared again for the next pushed update as well, but I'm pretty sure it will be.

  5. Since updating to the fork, folders do not show up on my dashboard anymore - just the standard big list of containers. Anyone else? I initially updated directly. But then I removed the plugin, rebooted, reinstalled the plugin and created a new folder - same result, folders do not show up on the dashboard.

  6. On 5/6/2022 at 12:41 PM, bonienl said:

     

    See new version...

     

    image.thumb.png.d7755909669af151388bdefc40cc662e.png

     

    This is awesome! The only thing is we now lost the ability to copy the current path to clipboard (very useful when simultaneously using a terminal). Would you consider using a bold / character, instead of the stylized chevron that you now use?

  7. On 5/1/2022 at 12:44 PM, Astryl said:

    Anyone know how to get the folders to display the correct ram allocations and usage %s? Folders themselves don't aggregate the totals.

     

    Mine all look correct. But I notice that your containers are showing different numbers for total RAM available. The 1.78Gib total you are seeing is the sum of the two containers that show 8GiB total RAM.

     

    Are you somehow limiting the RAM available to some containers? if so, that's probably what's causing the numbers to not be included in the total.

    • Like 1
  8. Just a quick suggestion - it would be really cool if you could make the full path at the top function as a clickable breadcrumb style navigation (like Windows Explorer, Krusader, etc). Clicking "Parent Directory" repeatedly gets pretty tedious!

    • Thanks 1
  9. What is the proper way to make my chart data persistent? I already bound the dbengine folder into my appdata. Data persists through a restart of the container, but not an update (and updates are very frequent!).

     

     

    Also, just a heads up- there is a typo in the OP instructions on mounting netdata.conf (it's misspelled as netAdata.conf on both sides)

     

    On 6/3/2016 at 8:14 AM, roland said:
    -v '/mnt/cache/appdata/netdata/netadata.conf':'/etc/netdata/netadata.conf':'rw'

     

    • Thanks 1
  10. Great work on this! I'm completely new to Docker, but did eventually get this working on Windows in Hyper-V mode (Mullvad/Wireguard).

     

    My question - is it possible to get this working with Docker set to WSL 2 mode? So far I haven't been able to get it working. The main error seems to be:

     

    2021-02-04 15:44:05,318 DEBG 'start-script' stderr output:
    iptables-restore v1.8.7 (legacy): unknown option "--save-mark"
    Error occurred at line: 5
    Try `iptables-restore -h' or 'iptables-restore --help' for more information.

     

    Which I believe means the WSL2 kernel does not include the CONNMARK module. But I swapped out the WSL2 kernel for one built with wireguard/connmark support, and I'm still getting errors.

     

    --EDIT--

    Got it! I had to manually compile the WSL2 kernel with CONFIG_NETFILTER_XT_MATCH_CONNMARK=y

     

    Everything works great when using that modified kernel. Instructions here (not mine) in case anyone else runs into this in the future.

     

×
×
  • Create New...