Preocupado com erro com meu sistema Linux

1. Preocupado com erro com meu sistema Linux

Carlos Vinicius Ramalho Soares
LinuxBio

(usa Debian)

Enviado em 10/07/2022 - 15:46h

Olá, sou um iniciante no linux e comecei a usar o linux a 5 meses comecei com lubuntu, agora migrei para MXlinux a 2 meses eu inserir ele em um pendrive de 128gb como um "linux de bolso" para trabalho e deveres fora de casa. O meu sistema linux esta apresentando mensagens a "Erro: O tempo limite foi alcançado" e também a "appstreamcli: error while loading shared libraries: /lib/x86_64-linux-gnu/libstemmer.so.0d: invalid ELF header"

As mensagens aparece em quase todos os processos de atualização do sistema. Mais os programas instalam normalmente.

ja testei os comandos:

dpkg --configure -a
dpkg apt --fix-broken install


comando:
sudo apt update
Atingido:1 http://mirror.ufam.edu.br/mx/mx/repo bullseye InRelease
Atingido:2 http://deb.debian.org/debian bullseye-updates InRelease
Atingido:3 http://deb.debian.org/debian bullseye InRelease
Atingido:4 https://dl.google.com/linux/chrome/deb stable InRelease
Atingido:5 http://deb.debian.org/debian bullseye-backports InRelease
Ign:6 http://linux.dropbox.com/debian sid InRelease
Atingido:7 http://linux.dropbox.com/debian sid Release
Obter:10 https://mega.nz/linux/repo/Debian_11 ./ InRelease [2.959 B]
Atingido:8 https://ubuntu.qgis.org/ubuntu bullseye InRelease
Atingido:11 http://security.debian.org/debian-security bullseye-security InRelease
Obter:12 https://zotero.retorque.re/file/apt-package-archive ./ InRelease [2.153 B]
Baixados 5.112 B em 6s (810 B/s)
Erro: O tempo limite foi alcançado
appstreamcli: error while loading shared libraries: /lib/x86_64-linux-gnu/libstemmer.so.0d: invalid ELF header
Lendo listas de pacotes... Pronto
Construindo árvore de dependências... Pronto
Lendo informação de estado... Pronto

Podem me ajudar..



  


2. Re: Preocupado com erro com meu sistema Linux

leandro peçanha scardua
leandropscardua

(usa Ubuntu)

Enviado em 10/07/2022 - 20:51h

Abre um prompt de comando e veja quais arquiteturas estão configuradas no seu sistema. Parece que tem coisa de outra arquitetura.

dpkg --print-foreign-architectures
dpkg --print-architecture



3. Re: Preocupado com erro com meu sistema Linux

Marcelo Oliver
msoliver

(usa Debian)

Enviado em 10/07/2022 - 20:55h

Boa noite.
Comente a linha abaixo no source list:
https://zotero.retorque.re/file/apt-package-archive /
O link está errado:
Acessando pelo navegador, tenho a mensagem:
{
"code": "bad_request",
"message": "File names must contain at least one character",
"status": 400
}


______________________________________________________________________
Importante:
lynx --dump https://www.vivaolinux.com.br/termos-de-uso/ | sed -nr '/^[ ]+Se/,/dou.$/p'
______________________________________________________________________
Nota de esclarecimento:
O comando: ACIMA, faz parte da minha assinatura.
Att.: Marcelo Oliver
______________________________________________________________________



4. Re: Preocupado com erro com meu sistema Linux

Lorenzo darbonne
Lorenzodarbonne

(usa Metamorphose)

Enviado em 21/10/2022 - 06:21h

Before you rush to find a fix, make sure there is a problem, to begin with. After all, if disk space has actually run out on your system, there is no need to panic. You can just remove unnecessary data to free up more space.

There are two Linux system commands for getting information about disk space – du and df. The du command estimates the disk space usage, while the df command analyzes the free space present on the disk. Using them in conjunction with sudo gives you an accurate report of how much space is actually available on the disk.

Let’s start with the du command. Its output can be rather long and cumbersome to go through, so we will use the -s and -h flags. -s summarizes the results, while -h ensures it is human readable. So enter the command sudo du -sh / where / points to the base directory.

Don’t worry about all the permission denied messages – that’s how it trawls through all subdirectories of the system. Depending on the size of the drive you may have to leave it running for a while, as it recursively goes through everything.

When du finishes scanning, it will output a simple list of directories alongside their sizes. For example, this is the output of the du command applied to an ordinary directory.

Now we will use df to see how much free space is available. The df command is much simpler to use since it only shows the mounted filesystems and their usage statistics. Once again, we will use the -h flag to make the output human readable.
https://www.myccpay.win/

sudo df -h


The idea is to tally the results of the du and df commands. Any discrepancy points to disk space that is not freely available despite not being used by any files or folders.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts