[AdGuard] install failed on an i386

My YunoHost server

Hardware: Old MacBook (intel 32bit)
YunoHost version: 4.3.6.2 (stable)
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

Trying to install AdGuard from webadmin

** Error logs: ** https://paste.yunohost.org/raw/kujilogone

2022-03-06 23:12:01,469: WARNING - lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
2022-03-06 23:12:01,471: WARNING -       Output information may be incomplete.
2022-03-06 23:12:02,262: DEBUG - + return 0
2022-03-06 23:12:02,263: DEBUG - + cp /tmp/adguardhome-ynh-deps.control /tmp/tmp.uMlhZts9qy/control
2022-03-06 23:12:02,807: DEBUG - + cd /tmp/tmp.uMlhZts9qy
2022-03-06 23:12:02,807: DEBUG - + LC_ALL=C
2022-03-06 23:12:02,808: DEBUG - + equivs-build ./control
2022-03-06 23:12:06,829: DEBUG - + tee ./dpkg_log
2022-03-06 23:12:06,830: DEBUG - + LC_ALL=C
2022-03-06 23:12:06,830: DEBUG - + dpkg --force-depends --install ./adguardhome-ynh-deps_0.107.3~ynh1_all.deb
2022-03-06 23:12:07,172: DEBUG - Selecting previously unselected package adguardhome-ynh-deps.
2022-03-06 23:12:07,491: DEBUG - (Reading database ... 153336 files and directories currently installed.)
2022-03-06 23:12:07,516: DEBUG - Preparing to unpack .../adguardhome-ynh-deps_0.107.3~ynh1_all.deb ...
2022-03-06 23:12:07,592: DEBUG - Unpacking adguardhome-ynh-deps (0.107.3~ynh1) ...
2022-03-06 23:12:07,914: DEBUG - dpkg: adguardhome-ynh-deps: dependency problems, but configuring anyway as you requested:
2022-03-06 23:12:07,915: DEBUG -  adguardhome-ynh-deps depends on python3-bcrypt; however:
2022-03-06 23:12:07,915: DEBUG -   Package python3-bcrypt is not installed.

Hello !

The package python3-bcrypt is missing.

Can you check its availability with sudo apt update && apt-cache policy python3-bcrypt ?

It managed to install python-bcrypt. Once installed it didn’t change the errors when I re-ran the install.

Not sure what to do next

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.