<html><head></head><body>Hi Christian,<br>
<br>
Das kommt aus der Überprüfung in fff-wireless, ob der Kanal 2,4 oder 5 GHz ist. Siehe dazu auch mein Kommentar im fff-wireless Patch.<br>
<br>
Fabian<br><br><div class="gmail_quote">On 10 October 2017 18:39:45 GMT+02:00, Christian Dresel <fff@chrisi01.de> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">hi<br /><br />ich hab grad mal ein paar Situationen durchgespielt, "was wäre wenn" Spiele.<br /><br />Aktuelle Situation:<br /> - Uplinkrouter ist aus<br /> - Meshrouter sucht per w2sta nach nen hidden AP findet aber keinen da<br />keiner vorhanden<br /><br />Folgende Ausgabe wenn ich /usr/sbin/configurehood aufrufen (hab es davor<br />schon einige male aufgerufen, ist also nicht der erste Aufruf daher<br />fehlen schon Files):<br /><br />root@Test:~# /usr/sbin/configurehood<br />rm: can't remove '/tmp/keyxchangev2data': No such file or directory<br />rm: can't remove '/www/public/keyxchangev2data': No such file or directory<br />sh: auto: out of range<br />sh: auto: out of range<br />w2sta<br />Connecting to [fe80::1%w2sta] ([fe80::1%w2sta]:80)<br />wget: download timed out<br />We haven't got a file. We do nothing. We try it again in 5 minutes...<br /><br />stutzig macht mich die Zeilen:<br />sh: auto: out of range<br /><br />Kommt das durch den Autokanalwahl für den wXsta? Wenn ich den<br />Uplinkrouter wieder einschalte, scheint er ihn aber dennoch zu finden.<br /><br />root@Test:~# /usr/sbin/configurehood<br />rm: can't remove '/tmp/keyxchangev2data': No such file or directory<br />rm: can't remove '/www/public/keyxchangev2data': No such file or directory<br />sh: auto: out of range<br />sh: auto: out of range<br />w2sta<br />Connecting to [fe80::1%w2sta] ([fe80::1%w2sta]:80)<br />New file detect, we reconfigure the Node<br />Setting hood name: FuerthV2<br />w2ap<br />w2mesh<br />Loading wifi<br />Address already set.<br />Address already set.<br />Route already set.<br />root@Test:~#<br /><br />Dennoch irritiert mich die Zeile ein wenig.<br /><br />mfg<br /><br />Christian<br /><br /><br />On 10.10.2017 17:09, Christian Dresel wrote:<br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> hi<br /> <br /> On 09.10.2017 17:56, Fabian Bläse wrote:<br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"> From: Adrian Schmutzler <freifunk@adrianschmutzler.de><br /><br /> Only apply after keyXv2 patchset!<br /><br /> Changes in v2:<br /> - rebase due to conflict with 802.11s<br /><br /> Changes in v3:<br /> - Fix wrong variable name introduced in v2<br /><br /> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de><br /> Signed-off-by: Fabian Bläse <fabian@blaese.de><br /> ---<br />  src/packages/fff/fff-hoods/files/usr/sbin/configurehood | 8 ++++----<br />  1 file changed, 4 insertions(+), 4 deletions(-)<br /><br /> diff --git a/src/packages/fff/fff-hoods/files/usr/sbin/configurehood b/src/packages/fff/fff-hoods/files/usr/sbin/configurehood<br /> index 6ff7104..cf5a84b 100755<br /> --- a/src/packages/fff/fff-hoods/files/usr/sbin/configurehood<br /> +++ b/src/packages/fff/fff-hoods/files/usr/sbin/configurehood<br /> @@ -74,8 +74,8 @@ else<br />    fi<br />    #now we look for phy and add this<br />    for phy in $(iw phy | awk '/^Wiphy/{ print $2 }'); do<br /> -   radio="$(wifiAddPhyCond "$phy" "2" "$chan2ghz")"<br /> -   radio5="$(wifiAddPhyCond "$phy" "5" "$chan5ghz")"<br /> +   radio="$(wifiAddPhyCond "$phy" "2" "auto")"<br /> +   radio5="$(wifiAddPhyCond "$phy" "5" "auto")"<br />     [ -n "$radio5" ] && radio="$radio5"<br />  <br />     #and here we add the station<br /> @@ -125,10 +125,10 @@ if [ -s /tmp/keyxchangev2data ]; then<br />    json_get_var essid essid<br />    json_get_var ntpip ntp_ip<br />    # i think the next things we don't active this in the first version! we can do it later<br /></blockquote> <br /> auch hier passt der Kommentar nicht mehr, bitte mit<br /> <a href="http://lists.freifunk.net/pipermail/franken-dev-freifunk.net/2017-October/012859.html">http://lists.freifunk.net/pipermail/franken-dev-freifunk.net/2017-October/012859.html</a><br /> absprechen damit sich hier nix überschneidet ;)<br /> <br /> mfg<br /> <br /> Christian<br /> <br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"> -  #json_get_var channel2 channel2<br /> +  json_get_var chan2ghz channel2<br />    #json_get_var mode2 mode2<br />    json_get_var mesh_type2 mesh_type2<br /> -  #json_get_var channel5 channel5<br /> +  json_get_var chan5ghz channel5<br />    #json_get_var mode5 mode5<br />    json_get_var mesh_type5 mesh_type5<br />    #json_get_var protocol protocol</blockquote><br /> <br /> <br /> <br /></blockquote><br /></pre></blockquote></div></body></html>