Hi, On 2023-07-07 07:00, matteo wrote: > Hi, > > same here. I have the full log of apt upgrade: > > ... skipping the initial part without errors ... > > Running mktexlsr. This may take some time... done. > /usr/sbin/update-fmtutil: line 213: 93596 Segmentation fault find > "$SNIPPET_BASE/$tree" -maxdepth 1 -type f -name '*'$EXT -exec cat '{}' \; >> > "$tempfile" > dpkg: error processing package tex-common (--configure): > installed tex-common package post-installation script subprocess returned > error exit status 139 > Processing triggers for dbus (1.14.8-1) ... > Processing triggers for shared-mime-info (2.2-1) ... > Processing triggers for ca-certificates-java (20230620) ... > done. > Processing triggers for install-info (6.8-6+b1) ... > Processing triggers for mailcap (3.70+nmu1) ... > Processing triggers for desktop-file-utils (0.26-1) ... > Processing triggers for initramfs-tools (0.142) ... > update-initramfs: Generating /boot/initrd.img-6.3.0-2-amd64 > Segmentation fault
Thanks for the log. Would it be possible to share the initial part without errors? It seems the problem is not in the content of the packages, but in the sequence of installation, so it would be useful to know what got unpack and what didn't. Just two random things to test to try to unbrick the system: - Try running 'ldconfig'. As it seems that some postinst scripts have been able to run before things start to crash, it could be that it is not run properly. - Try unsetting LC_ALL (and possibly LC_*) and LANGUAGES environment variables. Given the issue appears in the tolower function, it could be a problem with the locales. Regards Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurel...@aurel32.net http://aurel32.net