[ 51.320000] Call Trace:
[ 51.320000] [<800767e8>] kthread_data+0x4/0xc
[ 51.320000] [<80072dac>] wq_worker_sleeping+0x18/0xd0
[ 51.320000] [<8004764c>] __schedule+0x11c/0x54c
[ 51.320000] [<80060b88>] do_exit+0x108/0x788
[ 51.320000] [<80050f8c>] default_cu2_call+0x0/0x44
[ 51.320000]
[ 51.320000]
Code: 03e00008 30420001 8c8201d4 <03e00008> 8c42fff0 27bdffe0 afbf001c 8c8501d4 24060004
[ 51.320000] ar2315-wdt ar2315-wdt.0: watchdog expired, rebooting system
prototype. Work in progress. Do not use in production.
Hi Jose,
let me explain: recently we have been developing a new set of software modules that are going to gradually replace the OW Manager, OW Geographic Monitoring and OW Firmware, which I call openwisp1.
django-netjsonconfig, netjsonconfig, django-x509, openwisp-config and luci-openwisp are the new generation of modules which I refer to as openwisp2.
The ansible role ansible-openwisp2 installs the modules that are needed for controlling OpenWRT devices, but has nothing to do yet with the repo which contains the warning.
Recently I created the repo openwisp/openwisp2 (the one which contains the warning) to iterate, experiment and develop quickly new modules, but I just realized now that it was not a good idea.
Thank you for helping me realize this. I will take action asap to solve the misunderstanding.
Federico
--
You received this message because you are subscribed to the Google Groups "OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
First of all, thank you very much for replying so fast.I understand that OpenWisp2 and openwisp-config are sort of the "equivalent" to OWM and OWF, right?
Does this new version have the same client-server model as on version 1? You've talked about some new modules I'm not familiar with, and right now I wouldn't be able to tell where to place them. I'd really appreciate it if you could shed some light on this matter.
Yes you can install the OpenWISP packages via opkg.After compiling OpenWRT with OpenWISP, you will find the compiled packages in the bin directory.
And when I tried to install the package via opkg:
root@OpenWrt:/tmp# opkg install openwisp-fw-base_4cf8215_ath25.ipk
Unknown package 'openwisp-fw-base'.
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for openwisp-fw-base found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package openwisp-fw-base.
So I checked the architecture of my current OpenWRT build:
root@OpenWrt:/tmp# uname -m
mips
I don't know what can be happening here
--
--
Yes it would be good to start a new thread because it will be easier to find it in the future, for both of us but also for other people that may be looking for the same question.
Regarding the fonera, don't you really have another device to test with? I have never used one of those, and my colleague Riccardo (who doesn't write much here but usually lurks) was telling me today that is probably an old device. We are very comfortable with TpLinks WDR4300 and ubiquiti (Nanostation M2, unifi, ecc).A list of hardware supported by OpenWRT is available at https://wiki.openwrt.org/toh/start.
Regarding the fonera, don't you really have another device to test with? I have never used one of those, and my colleague Riccardo (who doesn't write much here but usually lurks) was telling me today that is probably an old device. We are very comfortable with TpLinks WDR4300 and ubiquiti (Nanostation M2, unifi, ecc).A list of hardware supported by OpenWRT is available at https://wiki.openwrt.org/toh/start.Indeed it's an old device, and I don't think there's any newer hardware I can use for now... If I make OpenWisp run successfully on my "test" hardware I'll be able to choose newer devices for the infrastructure I'm designing.
Mm.. I also do not understand what's wrong. It seems you are doing the correct steps.What type of openwrt image did you flash on the device?Federico
I see. Could you try to install the precompiled openwisp-config package on your test hardware?Find it here: http://downloads.openwisp.org/openwisp-config/latest/
root@OpenWrt:/tmp# opkg install http://downloads.openwisp.org/openwisp-config/latest/ar71xx/openwisp-config-nossl_0.4.2a-1_ar71xx.ipk
Downloading http://downloads.openwisp.org/openwisp-config/latest/ar71xx/openwisp-config-nossl_0.4.2a-1_ar71xx.ipk.
Unknown package 'openwisp-config-nossl'.
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for openwisp-config-nossl found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package openwisp-config-nossl.
root@OpenWrt:/tmp# opkg install http://downloads.openwisp.org/openwisp-config/latest/ramips/openwisp-config-nossl_0.4.2a-1_ramips.ipk
Downloading http://downloads.openwisp.org/openwisp-config/latest/ramips/openwisp-config-nossl_0.4.2a-1_ramips.ipk.
Unknown package 'openwisp-config-nossl'.
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for openwisp-config-nossl found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package openwisp-config-nossl.
root@OpenWrt:/tmp# opkg install http://downloads.openwisp.org/openwisp-config/latest/x86/openwisp-config-nossl_0.4.2a-1_x86.ipk
Downloading http://downloads.openwisp.org/openwisp-config/latest/x86/openwisp-config-nossl_0.4.2a-1_x86.ipk.
Unknown package 'openwisp-config-nossl'.
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for openwisp-config-nossl found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package openwisp-config-nossl.
A few questions:
- what's the name of the image file you flashed on it?
- did you install an official openwrt image?
- if yes, could you provide the link?
Regarding the fonera, don't you really have another device to test with? I have never used one of those, and my colleague Riccardo (who doesn't write much here but usually lurks) was telling me today that is probably an old device. We are very comfortable with TpLinks WDR4300 and ubiquiti (Nanostation M2, unifi, ecc).A list of hardware supported by OpenWRT is available at https://wiki.openwrt.org/toh/start.
--
great news! Yes, TP-Link WDR4300 or 3600 work very well, these are the ones I have been using latelly for testing.Regarding backfire, OpenWISP Firmware (openwisp1) should work, but I've never tested openwisp-config (openwisp2), which I have tested only on Chaos Calmer, Designated Driver and LEDE (the recent OpenWRT fork).
Ok. I have never tried that model, but as long as it's supported by chaos calmer, it should work.
Looking forward to read news on your work.
Fed
--