Giter Site home page Giter Site logo

Comments (5)

SMillerDev avatar SMillerDev commented on July 18, 2024 1

That seems to have worked, thanks a ton @MichaIng !

from dietpi.

MichaIng avatar MichaIng commented on July 18, 2024
installed locales package post-installation script subprocess was killed by signal (Bus error)

The postinst script of the locale package fails. Not sure what this "Bus error" signal means. It fails as well when you run the configuration step manually?

dpkg --configure locales

If so, can you run this:

bash -x /var/lib/dpkg/info/locales.postinst configure

from dietpi.

SMillerDev avatar SMillerDev commented on July 18, 2024

No dice on the first one:

root@DietPi:~# dpkg --configure locales
Setting up locales (2.31-13+rpt2+rpi1+deb11u7) ...
dpkg: error processing package locales (--configure):
 installed locales package post-installation script subprocess was killed by signal (Bus error)
Errors were encountered while processing:
 locales

from dietpi.

SMillerDev avatar SMillerDev commented on July 18, 2024

And the second is not showing any more info either:

root@DietPi:~# bash -x /var/lib/dpkg/info/locales.postinst configure
+ set -e
+ LG=/etc/locale.gen
+ EE=/etc/default/locale
+ LC_ALL=C
+ LANG=C
+ '[' configure = configure ']'
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ PERL_DL_NONLAZY=1
++ export PERL_DL_NONLAZY
++ '[' '' ']'
++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/locales.postinst configure
Bus error

from dietpi.

MichaIng avatar MichaIng commented on July 18, 2024

It is the debconf frontend call which fails. Since we force noninteractive, it is the perl script itself or perl-base. Try to reinstall those two packages:

apt install --reinstall debconf perl-base

from dietpi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.