I have updated the addon and the boot now correctly runs and creates full logs when i reboot (i also suffered the bug before, i just realized too late). Sorry for this pesky boot issue.
I had a problem with the mervlan_update not running correctly on 0.52.8. This can be due to the test...
I'm currently fixing the last stuff in the new update.
I have tried to fix the boot issues by using a wrapper instead. This way we have clear rules on what needs to be present when we boot but keep the services-start clean.
Hopefully this will fix this for you.
I'll post when it's up.
the "|| :" means that we continue on errors. This is to prevent the addon from stalling the services-start if there are other inserts here.
But why i wanted to see the full file was so see the order thing have been injected.
Is install.sh first or last?
In this you don't have boot or cron enabled at all. You try pressing "enable services", copy the file again. Make sure it sticks after a reboot too.
Everytime you uninstall the addon the boot gets disabled. This have happened before when updating too but should be fixed but I'll double check it...
@mistermoonlight1
mervlan v0.52.8
This update is mostly about increasing stability and giving a better visibility into what, when, and where things happen in thenetwork. By adding SSID/VLAN node filters and "boot-time gating," we are trying to to remove the guesswork of boot-up timing issues...
Thank you for testing it! The problem seems to come from the fact the the hardware on your unit differs. If you want I could really use the output from three commands to strengthen both this script but also the MerVLAN addon.
Run this twice. Once with only WAN connected and once with a cable in...
I have patched the missing cmd bug. Im currently patching the "missing on boot" bug. This is error that is grounded in multiple places but to make it short the router comes up and isnt finished, the manager runs but starts throwing errors. Because i havent guarded the services-starts commands...
@mistermoonlight1
mervlan v0.52.7
This update resolves critical UI logout issues, enhances node sync reliability,
improves VLAN healing with faster monitoring and escalation logic, plus major
improvements to the installation system with interactive branch selection,
tarball management, and...
Thank you, I will take a look at that tonight but right now I'm working on solving that logout bug once and for all. With the service enabled can you try to trigger a couple of logout events and after that run this command to capture those logs?
cat /tmp/syslog.log-1 /tmp/syslog.log | \
grep -Ei...
@mistermoonlight1
mervlan v0.52.6
IMPORTANT: TRANSITION UPDATE FOR EXISTING INSTALLATIONS
========================================================
If you are updating from v0.52.5 or earlier, you MUST use one of the
following commands to update. This is required because the update process
now...
Right now Persistent doesn't do anything. If you set it to "on" the mervlan_manager.sh will translate that off. There is code for using this for AP and some other stuff but after much testing it turned out to pose problems on some users devices. I chose to ditch it (temporarily at least) until I...
I cant thank you enough for testing this and trying to debug it. It really helps me!
I have found one of the problem and its coming from the actual update. When i wrote this (quite long ago) the settings.json was quite barebone. Now when the addon has expanded it contains a lot more sections...
First i have some questions:
Did you get an "unsupported" popup when reloading in 0.52.5?
The new feature affecting you makes easier to track these kind of bugs from now on. The ui bug should be fixed now and this is probably a profile problem.
You can test this easily. (in 0.52.5)
Run
nano...
mervlan v0.52.5
- This update adds support for per-node/AP ethernet VLAN overrides so
LAN VLANs can be configured individually across all connected nodes/APs.
- Adds a default profile for unsupported devices.
UPDATED FILES:
execute_nodes.sh
- Parse NODE1..NODE5 with index and IP for...