-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
startup trouble due to missing interfaces #19
Comments
Check put openwrt-routing/packages here on github. It stores all OpenWrt specific files for bmx6 |
Thanks! https://github.com/openwrt-routing/packages/blob/master/bmx6/files/etc/init.d/bmx6 https://github.com/openwrt-routing/packages/blob/master/bmx7/files/etc/init.d/bmx7 @aparcar @axn and what do you think to change from |
Are you sure that solves the issue. Checking the gitlab issue a few more logs could help. What is blocking? |
Hi @aparcar, really we're not sure if this solves the issue. The performed tests suggest bmx6 needs to be start later almost in LEDE 17.01.4. If we delay it in someway ( Can you confirm this issue in a fresh LEDE/OpenWRT? |
@pedro-nonfree @dyangol hi, thanks for the clarification I patched and cleaned the inti script so that it looks for interface changes and reloads bmx automatically, please test this (untested) version here If it works I'll create a PR to merge it upstream |
@dangowrt @axn can you explain the magic of this part? It looks a bit hacky and could be replaced by the procd triggers, can't it? aparcar/packages-1@9c0e733#diff-f0406929ccdf40437e581b6196d5ab1cR19 |
@aparcar I've just tried your commited
|
@aparcar apparently bmx6 try to start on an interface name
|
Please show the contents of |
This is the content of my
|
No luck :-(
|
@dangowrt can you please have a look at the trigger part of the init script? |
In general, Bmx accepts new interfaces via reload. Used many times
Am 15. Juli 2018 07:38:26 MESZ schrieb Paul Spooren <[email protected]>:
…
@dyangol could you change this line from `reload` to `restart`? I'm not
sure if bmx accepts new interfaces via a reload. If that doesn't help
neither I'll get in contact with @axn to fix the problem
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#19 (comment)
--
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
|
At the moment I'm newbie with this, but we had race conditions issues during boot because of
/etc/init.d/bmx6
filequestion: what do you think about this issue => https://gitlab.com/guifi-exo/temba/issues/18
we are going to patch on temba "firmware", but probably this is useful for bmx6 in general (so should we patch it to upstream? where is it?)
Thanks for reading
The text was updated successfully, but these errors were encountered: