Error in Upgrade a GlobaLeaks Docker installation #3819
waltergambino
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would like to know what the procedure is for updating a version of Globaleaks installed via Docker.
I performed these operations:
[root@vps3enesisrl ~]# docker exec -it Globaleaks_TEST_8999 sh
apt-get update && apt-get install globaleaks
Hit:2 http://deb.debian.org/debian bookworm InRelease
Get:3 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Ign:1 https://deb.globaleaks.org bookworm/ InRelease
Hit:5 https://deb.globaleaks.org bookworm/ Release
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [105 kB]
Fetched 205 kB in 0s (577 kB/s)
Reading package lists... Done
W: http://deb.globaleaks.org/bookworm/Release.gpg: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
dpkg --configure -a
apt-get update && apt-get install globaleaks
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Ign:4 https://deb.globaleaks.org bookworm/ InRelease
Hit:5 https://deb.globaleaks.org bookworm/ Release
Reading package lists... Done
W: http://deb.globaleaks.org/bookworm/Release.gpg: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be upgraded:
globaleaks
1 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
1 not fully installed or removed.
Need to get 82.6 MB of archives.
After this operation, 1444 kB disk space will be freed.
Get:1 https://deb.globaleaks.org bookworm/ globaleaks 4.13.18 [82.6 MB]
Fetched 82.6 MB in 2s (39.1 MB/s)
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 18497 files and directories currently installed.)
Preparing to unpack .../globaleaks_4.13.18_all.deb ...
Stopping ...Disabling GlobaLeaks Network Sandboxing...iptables-save v1.8.9 (nf_tables): Could not fetch rule set generation id: Permission denied (you must be root)
ip6tables-save v1.8.9 (nf_tables): Could not fetch rule set generation id: Permission denied (you must be root)
done.
[root@vps3enesisrl ~]#
Thank you
Beta Was this translation helpful? Give feedback.
All reactions