admsilvio
(usa Ubuntu)
Enviado em 31/12/2013 - 22:13h
clever-ton escreveu:
tá mais do que na cara aí.
Mais o objetivo é solucionar e evitar ocorrer de novo. Então.
Imagino, que já faz tempo que você vem com seu ubuntu?
Também imagino que você não seja um usuário avançado, e que tenha deixado a formatação por conta do sistema.
Se isto for verdade posta aí depois.
Mais seria interessante saber também quais são as atualizações a quais o sistema se refere. Vejo que deve ser alguma de kernel.
Isto esta acontecendo por causa do tamanho da sua partição /boot que é de 228M e está com +90% de uso.
Provalvelmente você deve ter mais de uma imagem de kernel no seu /boot
Faz o seguinte. No terminal, depois posta aqui o resultado.
Sê possível, veja quais são as atualizações que o sistema lhe sugere.
uname -r > /tmp/relatorio.txt
echo #### /boot #### >> /tmp/relatorio.txt
ls /boot >> /tmp/relatorio.txt
uldn't find font "-adobe-helvetica-medium-r-*-*-10-*-*-*-*-*-iso8859-1",
trying "fixed". Please fix your system so helvetica can be found,
this font typically is in the rpm (or pkg equivalent) package
XFree86-[75,100]dpi-fonts or fonts-xorg-[75,100]dpi.
*******************************************
* *
* W E L C O M E to R O O T *
* *
* Version 5.34/00 5 June 2012 *
* *
* You are welcome to visit our Web site *
*
http://root.cern.ch *
* *
*******************************************
ROOT 5.34/00 (branches/v5-34-00-patches@44555, Apr 18 2013, 04:51:00 on linux)
CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0] tmp
Error: Symbol tmp is not defined in current scope (tmpfile):1:
*** Interpreter error recovered ***
root [1] uname -r >
Error: Symbol uname is not defined in current scope (tmpfile):1:
Error: Symbol r is not defined in current scope (tmpfile):1:
Syntax Error: uname -r > (tmpfile):1:
*** Interpreter error recovered ***
root [2] relatorio
Error: Symbol relatorio is not defined in current scope (tmpfile):1:
*** Interpreter error recovered ***
root [3] -r relatorio
Error: Invalid type 'r' in declaration of 'relatorio' (tmpfile):1:
Error: Symbol r relatorio is not defined in current scope (tmpfile):1:
(const int)0
*** Interpreter error recovered ***
root [4] -r relatorio.txt
Error: Invalid type 'r' in declaration of 'relatorio' (tmpfile):1:
Error: Invalid type 'r' in declaration of 'relatorio' (tmpfile):1:
Error: Symbol r relatorio is not defined in current scope (tmpfile):1:
Error: Failed to evaluate r relatorio.txt
(const int)0
*** Interpreter error recovered ***
root [5]