Linux Images (ROCK64)
Hello,
I installed the Debian Stretch minimal 0.7.8.
I have done the standard apt-get update, apt-get upgrade. But apt list *ntop* no longer finds ntopng. It was available in the 0.6 version. There is only ntopng-data. Is there something I have to do to get ntopng ?
Thanks
  Reply
(09-12-2018, 06:02 AM)Averell Wrote: Hello,
I installed the Debian Stretch minimal 0.7.8.
I have done the standard apt-get update, apt-get upgrade. But apt list *ntop* no longer finds ntopng. It was available in the 0.6 version. There is only ntopng-data. Is there something I have to do to get ntopng ?
Thanks


For what ever reason, only an armhf package exists, not an arm64...

https://packages.debian.org/stretch/ntopng
  Reply
I've had my rock64 for a while now and been updating the builds. Noticed Ayufan hasn't updated the builds over a month but his github profile is still getting updates. Is he taking a break? Who would take over the builds if he retired?
  Reply
(09-19-2018, 10:16 PM)thewonderer Wrote: I've had my rock64 for a while now and been updating the builds. Noticed Ayufan hasn't updated the builds over a month but his github profile is still getting updates.  Is he taking a break?  Who would take over the builds if he retired?

He will likely push a build this week or the next.
You can find me on IRC, Discord and Twitter


  Reply
Thanks Luke. The active development is what drew me to the rock64 above other boards.
  Reply
(09-12-2018, 06:21 AM)evilbunny Wrote: For what ever reason, only an armhf package exists, not an arm64...

https://packages.debian.org/stretch/ntopng

Thanks for the answer.
They now offer the arm64 version.
They recommand to add : deb http://ftp.de.debian.org/debian stretch main to the /etc/apt/sources.list file. (replacing "de" by whatever suits you from the list of available mirrors.
I tried and new lists were downloaded, but ntopng is still unavailable.
They discourage installing from the .deb file :  ntopng_2.4+dfsg1-3_amd64.deb, but it is possible to use apt-get with a .deb file.
I tried, but it produced the following message :


Code:
Note : sélection de « ntopng:amd64 » au lieu de « ./ntopng_2.4+dfsg1-3_amd64.deb »
Certains paquets ne peuvent être installés.
[color=#000000] [/color]
Les paquets suivants contiennent des dépendances non satisfaites :
 ntopng:amd64 : Dépend: libc6:amd64 (>= 2.15) mais il n'est pas installable
                Dépend: libcurl3-gnutls:amd64 (>= 7.16.2) mais il n'est pas installable
                Dépend: libgcc1:amd64 (>= 1:3.4) mais il n'est pas installable
                Dépend: libgeoip1:amd64 mais il n'est pas installable
                Dépend: libhiredis0.13:amd64 (>= 0.13.1) mais il n'est pas installable
                Dépend: libjson-c3:amd64 (>= 0.11) mais il n'est pas installable
                Dépend: libluajit-5.1-2:amd64 mais il n'est pas installable
                Dépend: libmariadbclient18:amd64 (>= 5.5.36) mais il n'est pas installable
                Dépend: libndpi4:amd64 (>= 1.8) mais il n'est pas installable
                Dépend: libpcap0.8:amd64 (>= 0.9.8) mais il n'est pas installable
                Dépend: librrd8:amd64 (>= 1.3.0) mais il n'est pas installable
                Dépend: libsqlite3-0:amd64 (>= 3.5.9) mais il n'est pas installable
                Dépend: libstdc++6:amd64 (>= 5.2) mais il n'est pas installable
                Dépend: libzmq5:amd64 (>= 3.2.3+dfsg) mais il n'est pas installable
                Dépend: zlib1g:amd64 (>= 1:1.1.4) mais il n'est pas installable
                Dépend: redis-server:amd64 (>= 2.6) mais il n'est pas installable
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».

 
So we will have to wait a little bit.
  Reply
(09-26-2018, 05:31 AM)Averell Wrote: They now offer the arm64 version.

<snip>

They discourage installing from the .deb file :  ntopng_2.4+dfsg1-3_amd64.deb, but it is possible to use apt-get with a .deb file.


amd64 images won't work on arm64 boards...
  Reply
Oooops ! Sorry, confused arm and amd...
the right one is :
http://packages.ntop.org/RaspberryPI/str..._armhf.deb
I'll try and tell if it works.
  Reply
Unfortunately, the result is the same, because arm64 is needed (I think) and armhf does not fit :

Using username "rock64".
ntopng:armhf : Dépend: libsqlite3-0:armhf mais il n'est pas installable
Dépend: redis-server:armhf mais il n'est pas installable
Dépend: librrd8:armhf mais il n'est pas installable
Dépend: libzmq5:armhf mais il n'est pas installable
Dépend: logrotate:armhf mais il n'est pas installable
Dépend: libcurl3:armhf mais il n'est pas installable
Dépend: libnetfilter-queue1:armhf mais il n'est pas installable
Dépend: libmariadb2:armhf mais il n'est pas installable
Dépend: libldap-2.4-2:armhf mais il n'est pas installable
Dépend: libssl1.1:armhf mais il n'est pas installable
Dépend: libpcap0.8:armhf mais il n'est pas installable
Dépend: libhiredis0.13:armhf mais il n'est pas installable
Dépend: libmariadbclient18:armhf mais il n'est pas installable
Dépend: ethtool:armhf mais il n'est pas installable
Dépend: libnetfilter-conntrack3:armhf mais il n'est pas installable
Dépend: libmaxminddb0:armhf mais il n'est pas installable
I tried to install squlite3 and some others, but the error is still the same.

Something that surprises me : is there so much difference between Ubuntu Bionic and Debian Stretch that what can be installed on the first will not on the second ? I have not been able to find the arm64 package in ubuntu packages site. They indicate it exists in Bionic, but when I click the link, there is no available download site. Why does this happen ? Two months ago, I had ntopng on my rock64 with Bionc !
  Reply
Finally ! I found an arm64 installer for ntopng :
https://answers.launchpad.net/ubuntu/bio....4+dfsg1-4
Unfortunately, there are still two unsatisfied dependencies :

Les paquets suivants contiennent des dépendances non satisfaites :
ntopng : Depends: libluajit-5.1-2 (>= 2.0.4+dfsg) but is not installable
Depends: libmysqlclient20 (>= 5.7.11) but is not installable
Depends: ntopng-data (= 2.4+dfsg1-4) but will not be installed

for the first one, there is libluajit-5.1-common/stable,stable,now 2.0.4+dfsg-1 all
But it does not solve the problem. And libmysqlclient is not available.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  irradium (based on crux linux) Rock64 riscv64, aarch64 mara 0 137 03-24-2024, 01:07 PM
Last Post: mara
  Rock64 v2 - did not work song / audio sqw200zu 2 1,333 03-14-2024, 03:09 AM
Last Post: dmitrymyadzelets
  Rock64 won't boot dstallmo 0 325 12-27-2023, 10:34 AM
Last Post: dstallmo
  HDMI doesn't work on rock64 Noung1991 1 600 11-21-2023, 08:33 AM
Last Post: as365n4
  Rock64 + Klipper + KlipperScreen Instructions godzilla62 0 598 10-22-2023, 01:52 AM
Last Post: godzilla62
  Rock64 Debian 11 (Bullseye) install problem jbize 15 8,281 10-12-2023, 05:14 PM
Last Post: tpaul
  slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) mara 133 189,767 10-09-2023, 03:31 AM
Last Post: mara
  arch rock64 does not boot nemnob 0 584 07-09-2023, 03:28 AM
Last Post: nemnob
  MIPI-CSI IMX214 on Linux NO SUCCESS zeus666 2 1,725 06-02-2023, 07:52 AM
Last Post: diederik
  RXDP from Win10 to Armbian on Rock64 Transportsicherung 0 640 05-27-2023, 06:11 AM
Last Post: Transportsicherung

Forum Jump:


Users browsing this thread: 1 Guest(s)