|
From: Michael I. <mic...@ra...> - 2016-05-31 16:25:55
|
For which component did you create the debian/compat file? > On May 31, 2016, at 9:36 AM, Max Parker <pr...@gm...> wrote: > > hi > i tried to install OpenBTS to the fresh Ubuntu server 16.04 64bit > did everything by O'Reilly books > > by the way i fixed this error by creating a file ../debian/compat and put 9 in it > but after rerunning the build found new errors (something like missed a53.h and etc) > so, I left it and returned to the previous version > > BR, > Max > > On Mon, May 30, 2016 at 6:25 PM, Michael Iedema <mic...@ra...> wrote: > Did you update the source on the other components as well? All of the compat levels should be ok after the last update. > > $ cd your/clone/of/dev > $ git pull > $ ./pull.sh > > BTW, which component is failing in your output? > > > > On May 30, 2016, at 9:20 AM, Max Parker <pr...@gm...> wrote: > > > > With Ubuntu 16.04 server installation process failed with error: > > # Add here commands to compile the arch part of the package. > > #/usr/bin/make > > touch build-arch-stamp > > dh_testdir > > dh_testroot > > dh_clean -k -s > > dh_clean: Pretending DH_COMPAT was set to 5 > > dh_clean: - this is a temporary measure to avoid FTBFS in packages > > dh_clean: relying on cdbs to set debian/compat to 5 during the build > > dh_clean: dh_clean -k is deprecated; use dh_prep instead > > dh_clean: No compatibility level specified in debian/compat > > dh_clean: This package will soon FTBFS; time to fix it! > > dh_installdirs -s > > dh_installdirs: No compatibility level specified in debian/compat > > dh_installdirs: This package will soon FTBFS; time to fix it! > > dh_installdirs: Compatibility levels before 4 are no longer supported (level 1 requested) > > END failed--call queue aborted. > > debian/rules:69: recipe for target 'install-arch' failed > > make: *** [install-arch] Error 2 > > dpkg-buildpackage: error: debian/rules binary gave error exit status 2 > > # ERROR: command failed! > > How can i fix it? > > > > On Fri, May 27, 2016 at 1:15 AM, Michael Iedema <mic...@ra...> wrote: > > Hi everyone, > > > > We’ve been working on this for quite awhile and wanted to share it here. Our commercial basestation firmware, RangeSDMN, has a major update: > > - OpenBTS-UMTS now has voice support as well as support for combined voice/data operation > > - OpenBTS-GSM added full RRLP support for carriers > > - GPRS has been reworked to dramatically increase throughput and reliability > > - Multi-ARFCN support extended to Ettus Research radios and increased to 4 concurrent ARFCNs > > - this plus the usual collection of performance and stability improvements > > > > Our firmware automates 90% of setting up a network. You can have 2G or 3G up from scratch in 5-10 minutes and toggle between those modes with a single button. Configuration can be backed-up or restored using a single file. Software upgrades via a WebUI, etc. Basically, it’s what you expect in a modern appliance. > > > > And now we also have a new 3G desktop kit to run it on! This kit has the same form factor as our 2G kit but has been upgraded to an Intel i7-class processor and an Ettus B200 miniSDR so there’s enough horsepower and bandwidth for 3G (Atom-class processors just don't have enough for 3G). > > > > We’re offering an early order program with more information on our website here: > > - http://www.rangenetworks.com/products/3g-desktop-kit > > > > > > In addition to the commercial updates, public has been updated to support Ubuntu 16.04 as well as the AMD64 arch. Give it a shot and let us know how it goes! > > > > Regards, > > -Michael > > ------------------------------------------------------------------------------ > > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > > patterns at an interface-level. Reveals which users, apps, and protocols are > > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > > J-Flow, sFlow and other flows. Make informed decisions using capacity > > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > > _______________________________________________ > > Openbts-discuss mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/openbts-discuss > > > > |