dpkg mintsystem --config

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
rq005

dpkg mintsystem --config

Post by rq005 »

Hello guys! I cant get rid of the following error.
Can you help me please?
Thanks!
Edit. This started after dist upgrage.

escritorio@escritorio-H55M-S2V:~$ sudo dpkg --configure -a
Configurando mintsystem (8.4.1) ...
Removed /etc/systemd/system/multi-user.target.wants/mintsystem.service.
Created symlink /etc/systemd/system/multi-user.target.wants/mintsystem.service → /lib/systemd/system/mintsystem.service.
Traceback (most recent call last):
File "/usr/lib/linuxmint/mintsystem/mint-adjust.py", line 7, in <module>
import fileinput
ModuleNotFoundError: No module named 'fileinput'
dpkg: error al procesar el paquete mintsystem (--configure):
el subproceso instalado paquete mintsystem script post-installation devolvió el código de salida de error 1
dpkg: problemas de dependencias impiden la configuración de mint-meta-core:
mint-meta-core depende de mintsystem; sin embargo:
El paquete `mintsystem' no está configurado todavía.

dpkg: error al procesar el paquete mint-meta-core (--configure):
problemas de dependencias - se deja sin configurar
dpkg: problemas de dependencias impiden la configuración de ubuntu-system-adjustments:
ubuntu-system-adjustments depende de mintsystem; sin embargo:
El paquete `mintsystem' no está configurado todavía.

dpkg: error al procesar el paquete ubuntu-system-adjustments (--configure):
problemas de dependencias - se deja sin configurar
dpkg: problemas de dependencias impiden la configuración de mint-meta-cinnamon:
mint-meta-cinnamon depende de mint-meta-core; sin embargo:
El paquete `mint-meta-core' no está configurado todavía.

dpkg: error al procesar el paquete mint-meta-cinnamon (--configure):
problemas de dependencias - se deja sin configurar
Se encontraron errores al procesar:
mintsystem
mint-meta-core
ubuntu-system-adjustments
mint-meta-cinnamon

OS: Mint 19.1 tessa
Kernel: x86_64 Linux 4.15.0-43-generic
DE: Cinnamon 4.0.9
CPU: Intel Core i3 540 @ 4x 3.059GHz [72.0°C]
GPU: NV92
RAM: 1692MiB / 3810MiB
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
gm10

Re: dpkg mintsystem --config

Post by gm10 »

rq005 wrote: Thu Jan 10, 2019 3:20 pm ModuleNotFoundError: No module named 'fileinput'
You messed with your python3.6 system libraries. Either undo whatever you did and restore the original python environment, or go back to your last timeshift snapshot and don't do it again. As you can see, the system depends on the system-default python version.
rq005

Re: dpkg mintsystem --config

Post by rq005 »

gm10 wrote: Fri Jan 11, 2019 8:10 am
rq005 wrote: Thu Jan 10, 2019 3:20 pm ModuleNotFoundError: No module named 'fileinput'
You messed with your python3.6 system libraries. Either undo whatever you did and restore the original python environment, or go back to your last timeshift snapshot and don't do it again. As you can see, the system depends on the system-default python version.
Any chance to fix it? i dont have snapshot...
gm10

Re: dpkg mintsystem --config

Post by gm10 »

If the changes you made where through the package management system, the file /var/log/apt/history.log should give some indication. Otherwise say what you did, e.g. compile your own python3 version? Also post output of inxi -Sr.

In the meantime try this:

Code: Select all

sudo apt-get install --reinstall python3/bionic-updates python3.6/bionic-updates libpython3/bionic-updates libpython3.6/bionic-updates libpython3.6-minimal/bionic-updates libpython3.6-stdlib/bionic-updates -t bionic-updates
Last edited by gm10 on Sun Jan 13, 2019 4:21 am, edited 1 time in total.
rq005

Re: dpkg mintsystem --config

Post by rq005 »

gm10 wrote: Fri Jan 11, 2019 3:06 pm The the changes you made where through the package management system, the file /var/log/apt/history.log should give some indication. Otherwise say what you did, e.g. compile your own python3 version? Also post output of inxi -Sr.

In the meantime try this:

Code: Select all

sudo apt-get install --reinstall python3/bionic-updates python3.6/bionic-updates libpython3/bionic-updates libpython3.6/bionic-updates libpython3.6-minimal/bionic-updates libpython3.6-stdlib/bionic-updates -t bionic-updates
Thanks very much!
Locked

Return to “Other topics”