[Gambas-user] Warning Help and Documentation inaccessible.

Christof Thalhofer chrisml at ...3340...
Tue Feb 2 23:12:12 CET 2016


Am 02.02.2016 um 15:31 schrieb Benoît Minisini:
> Le 02/02/2016 15:24, Gianluigi a écrit :
>> Well now all is ok!
>>
> 
> Thanks for the warning. The disk was full, because of the stupid Ubuntu 
> automatic updates that accumulate kernel images without removing the 
> unused ones...

If the kernels are marked as manually installed they won't be removed
automatically. You can test it so:

apt-mark showmanual | grep linux-image
apt-mark showmanual | grep linux-headers

Alter them so:

apt-mark showmanual | grep linux-image | xargs sudo apt-mark markauto
apt-mark showmanual | grep linux-headers | xargs sudo apt-mark markauto

And remove them so:

apt-get autoremove



Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20160202/530bc398/attachment.sig>


More information about the User mailing list