Hi all!
I try to use Podman on my FreeBSD 14.3-RELEASE like this:
It's ok, I get into bash and then I try to update repo info but get error:
Of course, I tried to play with APT::Cache-Start but failed.
Could anyone suggest how to fix it?
I try to use Podman on my FreeBSD 14.3-RELEASE like this:
Code:
sudo podman run --rm -ite LC_ALL=C.UTF-8 --os=linux docker.io/library/debian:latest /bin/bash
It's ok, I get into bash and then I try to update repo info but get error:
Code:
root@4940d1d2bc8c:/# apt update
Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]
Get:5 http://deb.debian.org/debian trixie-updates/main amd64 Packages [5412 B]
Get:6 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [113 kB]
Fetched 10.0 MB in 6s (1628 kB/s)
Error: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. Current value: 25165824. (man 5 apt.conf)
Reading package lists... Error!
Error: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. Current value: 25165824. (man 5 apt.conf)
Error: Error occurred while processing python3-ontospy (NewVersion2)
Error: Problem with MergeList /var/lib/apt/lists/deb.debian.org_debian_dists_trixie_main_binary-amd64_Packages.lz4
Error: The package lists or status file could not be parsed or opened.
Of course, I tried to play with APT::Cache-Start but failed.
Could anyone suggest how to fix it?