Seitens des Neanderfunks (Freifunk im Neanderland, Mettmann) sind wir gerade dabei, die GL-Domains (bgl, rrh, lln, ode, bcd) bei uns in die Infrastruktur zu integrieren, da @tünnes gern zum Jahresende die Finanzierung der Supernodes auslaufen lassen möchte.
Dafür ist eine Firmware-Migration notwendig. Das wird bei >90% der Knoten automatisch laufen, da der Autoupdater dort aktiv ist.
Jedoch gibt es Knoten, die beim Autoupdate nicht mitkommen werden und die, falls sie nicht offline sein möchten im neuen Jahr, „manuelle Mithilfe“ benötigen.
Entweder weil deren Autoupdater abgeschaltet ist oder schlicht nicht beim bisherigen FW-Server nach Updates fragen.
Problemknoten (derzeit) ungelöst
- nicht in „stable“-autoupdater
- rrh:experimentall2tp
- „Alexandra-Renke“, https://map.ffgl.eu/#!v:g;n:50c7bf1521b0
Unbekannt wo der Autoupdater hinzielt, nicht auf FW-Server zu finden als Request
- „Alexandra-Renke“, https://map.ffgl.eu/#!v:g;n:50c7bf1521b0
- bgl:marssl
- „CafeKroppenbergGarten“, (ForumUser Marssl), https://map.ffgl.eu/#!v:g;n:14cc20ba526a
Unbekannt wo der Autoupdater hinzielt, nicht auf FW-Server zu finden als Request
(angeschrieben via Forum)
- „CafeKroppenbergGarten“, (ForumUser Marssl), https://map.ffgl.eu/#!v:g;n:14cc20ba526a
- rrh:experimentall2tp
- gar kein autoupdater aktiv
- bgl
- „aequalitas“, https://map.ffgl.eu/#!v:g;n:30b5c2812352
- lln
- „FGH_Witzhelden“, https://map.ffgl.eu/#!v:g;n:6466b39d5188
- Wohnheim3", https://map.ffgl.eu/#!v:g;n:ec086b3529a0
- „Wohnheim2“, https://map.ffgl.eu/#!v:g;n:ec086b3527de
- „Wohnheim1“, https://map.ffgl.eu/#!v:g;n:ec086b3528f8
- bgl
Dort wäre es nötig, den Autoupdater-Branch auf „stable“ zu stellen, vorausgesetzt, sie melden sich dann auch dem üblichen Server. (Genaue Befehle für die ssh-konsole füge ich unten nochmal an, bitte für die richtige Domain herauskopieren)
Vermutlich ist es am Einfachsten (wenn ihr keinen ssh-Zugang zu Euren Knoten habt), ein Sysupgrade aus folgendem Verzeichnissen einzuspielen:
- Index of /bgl/stable.2019/sysupgrade/
- Index of /rrh/stable.2019/sysupgrade/
- Index of /lln/stable.2019/sysupgrade/
Alternativ könntet ihr (per PM) vielleicht Ansprechpersonen „bei dem Knoten“ nennen, dann würden wir die kontaktieren und evtl. auch einen VorOrt-Termin absprechen.
BTW: Über aktiv Mitwirkende freuen wir uns. Wir treffen uns wöchentlich am Dienstag abend ab 20h30 im Jitsi unter https://meet.ffmuc.net/neandergebastel
scratchpad
(um Knoten auf aktuellen Autoupdater-Pfad zu heben, siehe Knotenliste oben)
goto bgl-stable
uci -q delete autoupdater.branch.stable;
uci set autoupdater.stable=branch
uci -q delete autoupdater.stable.mirror;
uci add_list autoupdater.stable.mirror='http://images.bgl/stable/sysupgrade';
uci add_list autoupdater.stable.mirror='http://images.ffgl.eu/bgl/stable/sysupgrade';
uci add_list autoupdater.stable.mirror='http://[fda0:cab1:e1e5:5b91:c0ff:ee::]/images/bgl/stable/sysupgrade';
uci add_list autoupdater.stable.mirror='http://firmware.ffnef.de/firmware/stable/43_bggl/sysupgrade';
uci add_list autoupdater.stable.mirror='http://[2a03:2260:100c:062b::733]/firmware/stable/43_bggl/sysupgrade';
uci -q delete autoupdater.stable.pubkey;
uci add_list autoupdater.stable.pubkey='fb919d4adc69bd404f5093ce6b43badf351f9e642ad458406be986baf6096247';
uci add_list autoupdater.stable.pubkey='579de7b1ded1dc39583515f722d72524f6dce78da635a7ac2d11cfe1dc046e7e';
uci add_list autoupdater.stable.pubkey='2a61930930a240c027f6ca4197203d400b6e4a32f9e92041e5f086907796c9bc';
uci add_list autoupdater.stable.pubkey='96d644ff1ce07d6f67d9329a0eb9a1548d0d01a3519d17ec1fe9d49da3270bfc';
uci add_list autoupdater.stable.pubkey='cd97b5e735cdefb1da4aede68f127c8c2f4536df6f544b568df5c801b88a9225';
uci add_list autoupdater.stable.pubkey='bd9e2ec7c5a1d420ff31543f27e02576b01ba5c887e726ab9388a25853b7d623';
uci set autoupdater.stable.name='stable';
uci set autoupdater.stable.good_signatures=3;
uci set autoupdater.settings.branch=stable;
uci set autoupdater.settings.enabled=1;
uci commit
echo 20160101>/lib/gluon/release
goto rrh-stable
uci -q delete autoupdater.branch.stable;
uci set autoupdater.stable=branch
uci -q delete autoupdater.stable.mirror;
uci add_list autoupdater.stable.mirror='http://images.rrh/stable/sysupgrade';
uci add_list autoupdater.stable.mirror='http://images.ffgl.eu/rrh/stable/sysupgrade';
uci add_list autoupdater.stable.mirror='http://[fda0:cab1:e1e5:5776:c0ff:ee::]/images/rrh/stable/sysupgrade';
uci add_list autoupdater.stable.mirror='http://firmware.ffnef.de/firmware/stable/47_roes/sysupgrade';
uci add_list autoupdater.stable.mirror='http://[2a03:2260:100c:062b::733]/firmware/stable/47_roes/sysupgrade';
uci -q delete autoupdater.stable.pubkey;
uci add_list autoupdater.stable.pubkey='fb919d4adc69bd404f5093ce6b43badf351f9e642ad458406be986baf6096247';
uci add_list autoupdater.stable.pubkey='579de7b1ded1dc39583515f722d72524f6dce78da635a7ac2d11cfe1dc046e7e';
uci add_list autoupdater.stable.pubkey='2a61930930a240c027f6ca4197203d400b6e4a32f9e92041e5f086907796c9bc';
uci add_list autoupdater.stable.pubkey='96d644ff1ce07d6f67d9329a0eb9a1548d0d01a3519d17ec1fe9d49da3270bfc';
uci add_list autoupdater.stable.pubkey='cd97b5e735cdefb1da4aede68f127c8c2f4536df6f544b568df5c801b88a9225';
uci add_list autoupdater.stable.pubkey='bd9e2ec7c5a1d420ff31543f27e02576b01ba5c887e726ab9388a25853b7d623';
uci set autoupdater.stable.name='stable';
uci set autoupdater.stable.good_signatures=3;
uci set autoupdater.settings.branch=stable;
uci set autoupdater.settings.enabled=1;
uci commit
echo 20160101>/lib/gluon/release
goto lln-stable
uci -q delete autoupdater.branch.stable;
uci set autoupdater.stable=branch
uci -q delete autoupdater.stable.mirror;
uci add_list autoupdater.stable.mirror='http://images.lln/stable/sysupgrade';
uci add_list autoupdater.stable.mirror='http://images.ffgl.eu/lln/stable/sysupgrade';
uci add_list autoupdater.stable.mirror='http://[fda0:cab1:e1e5:5116:c0ff:ee::]/images/lln/stable/sysupgrade';
uci add_list autoupdater.stable.mirror='http://firmware.ffnef.de/firmware/stable/44_llng/sysupgrade';
uci add_list autoupdater.stable.mirror='http://[2a03:2260:100c:062b::733]/firmware/stable/44_llng/sysupgrade';
uci -q delete autoupdater.stable.pubkey;
uci add_list autoupdater.stable.pubkey='fb919d4adc69bd404f5093ce6b43badf351f9e642ad458406be986baf6096247';
uci add_list autoupdater.stable.pubkey='579de7b1ded1dc39583515f722d72524f6dce78da635a7ac2d11cfe1dc046e7e';
uci add_list autoupdater.stable.pubkey='2a61930930a240c027f6ca4197203d400b6e4a32f9e92041e5f086907796c9bc';
uci add_list autoupdater.stable.pubkey='96d644ff1ce07d6f67d9329a0eb9a1548d0d01a3519d17ec1fe9d49da3270bfc';
uci add_list autoupdater.stable.pubkey='cd97b5e735cdefb1da4aede68f127c8c2f4536df6f544b568df5c801b88a9225';
uci add_list autoupdater.stable.pubkey='bd9e2ec7c5a1d420ff31543f27e02576b01ba5c887e726ab9388a25853b7d623';
uci set autoupdater.stable.name='stable';
uci set autoupdater.stable.good_signatures=3;
uci set autoupdater.settings.branch=stable;
uci set autoupdater.settings.enabled=1;
uci commit
echo 20160101>/lib/gluon/release