dockerd install error

Report problems and success stories with Gargoyle on various hardware platforms.

Moderator: Moderators

Post Reply
senis_kenis
Posts: 8
Joined: Sun Feb 23, 2020 5:27 am

dockerd install error

Post by senis_kenis »

Hello, I'm getting this error on Xiaomi Mi Router 3G:

Code: Select all

root@Gargoyle:~# opkg install dockerd
ERROR: Dependency kmod-nf-ipvs of package dockerd cannot be found, try updating your package lists

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: dockerd install error

Post by Lantis »

opkg => gpkg

Did you do a gpkg update first?
Regardless, even if you do find the kmod to install, it is going to complain about it being built for the wrong kernel.
You will need to custom compile this for yourself.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

senis_kenis
Posts: 8
Joined: Sun Feb 23, 2020 5:27 am

Re: dockerd install error

Post by senis_kenis »

I did uptate in opkg, tried with gpkg and got same error:

Code: Select all

root@Gargoyle:~# gpkg update
Downloading package list for openwrt_22.03.5_base source...
Package list for openwrt_22.03.5_base downloaded successfully.

Downloading package list for gargoyle_kernel_specific source...
Package list for gargoyle_kernel_specific downloaded successfully.

Downloading package list for gargoyle source...
Package list for gargoyle downloaded successfully.

Downloading package list for openwrt_22.03.5_routing source...
Package list for openwrt_22.03.5_routing downloaded successfully.

Downloading package list for openwrt_22.03.5_telephony source...
Package list for openwrt_22.03.5_telephony downloaded successfully.

Downloading package list for openwrt_22.03.5_packages source...
Package list for openwrt_22.03.5_packages downloaded successfully.

root@Gargoyle:~# gpkg install dockerd
ERROR: Dependency kmod-nf-ipvs of package dockerd cannot be found, try updating your package lists
root@Gargoyle:~#
Lantis, can you point me to custom compile guide?

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: dockerd install error

Post by Lantis »

https://github.com/ericpaulbishop/gargo ... /README.md

You will want to modify the config file for ramips/mt7621 and turn on kmod-nf-ipvs, then compile with
make FULL_BUILD=true ramips.mt7621
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Post Reply