Skip to content

Apt command failed with return code: 100: Package distributor has shipped an updated version.

OS: trixie/sid

FreedomBox version: 24.18

I keep seeing this error message:

ERROR plinth.actions Error running action plinth..install(app_id="firewall", packages=["firewalld", "nftables"], skip_recommends=false, force_configuration=null, reinstall=false, force_missing_configuration=false): RuntimeError("Apt command failed with return code: 100") Stdout: │ Setting up firewalld (2.2.1-1) ... │ freedombox set on hold. Stderr: ║ Initialized apps - apache, api, names, avahi, storage, backups, cockpit, firewall, config, datetime, diagnostics, dynamicdns, first_boot, help, letsencrypt, networks, power, privacy, security, snapshot, ssh, sso, upgrades, users, bepasty, bind, calibre, coturn, deluge, ejabberd, email, gitweb, i2p, ikiwiki, infinoted, janus, jsxc, kiwix, matrixsynapse, mediawiki, minetest, minidlna, mumble, openvpn, pagekite, performance, privoxy, quassel, radicale, roundcube, rssbridge, samba, searx, shaarli, shadowsocks, shadowsocksserver, sharing, syncthing, tor, torproxy, transmission, ttrss, wireguard, wordpress, zoph, featherwiki, miniflux, nextcloud, tiddlywiki ║ ║ Configuration file '/etc/firewalld/firewalld.conf' ║ ==> Modified (by you or by a script) since installation. ║ ==> Package distributor has shipped an updated version. ║ What would you like to do about it ? Your options are: ║ Y or I : install the package maintainer's version ║ N or O : keep your currently-installed version ║ D : show the differences between the versions ║ Z : start a shell to examine the situation ║ The default action is to keep your current version. ║ *** firewalld.conf (Y/I/N/O/D/Z) [default=N] ? dpkg: error processing package firewalld (--configure): ║ end of file on stdin at conffile prompt ║ Errors were encountered while processing: ║ firewalld ║ quota not working (qgroup not set) ║ quota not working (qgroup not set) ║ E: Sub-process /usr/bin/dpkg returned an error code (1) ║ quota not working (qgroup not set) ║ quota not working (qgroup not set) ║ E: Sub-process /usr/bin/dpkg returned an error code (1) Action traceback: ╞ File "/freedombox/plinth/actions.py", line 377, in _privileged_call ╞ return_values = func(*arguments['args'], **arguments['kwargs']) ╞ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╞ File "/freedombox/plinth/privileged/packages.py", line 70, in install ╞ raise RuntimeError(

ERROR plinth.package Error installing package: Apt command failed with return code: 100 Traceback (most recent call last): File "/freedombox/plinth/package.py", line 387, in install privileged.install(**kwargs) File "/freedombox/plinth/actions.py", line 72, in wrapper return _run_privileged_method_as_process(func, module_name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/freedombox/plinth/actions.py", line 133, in _run_privileged_method_as_process return _wait_for_return(*wait_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/freedombox/plinth/actions.py", line 190, in _wait_for_return raise exception RuntimeError: Apt command failed with return code: 100 INFO plinth.setup Setup completed: firewall: Error updating app: Apt command failed with return code: 100 Apt command failed with return code: 100 DEBUG plinth.operation Operation: firewall: Updating app: on_complete called ERROR plinth.setup Error running setup - Apt command failed with return code: 100