Check what packages you have installed on your server, it's possible
that you have too many old kernels:
$ echo "Largest 20 packages:"
$ dpkg-query -Wf '${Installed-size}\t${Package}\n'|sort -rg|head -n 20
$ echo "Installed packages total size, in KB:"
$ dpkg-query -Wf '${Installed-size}\t${Package}\n' | awk '{sum+=$1} END
{print sum}'
$ echo "Installed kernels:"
$ ls /boot/vmlinuz*
On 18/12/2014 10:00 πμ, Takala Tuomas wrote:
> Hello
>
> 10 /mnt/bin
> 10 /mnt/etc
> 12 /mnt/sbin
> 176 /mnt/opt
> 233 /mnt/boot
> 854 /mnt/var
> 1130 /mnt/lib
> 3363 /mnt/usr
> 5782 total
>
> What should i do next?
>
> Thanks for help.
>
> Tuomas Takala
>
> ________________________________________
> Lähettäjä: Vagrant Cascadian [[email protected]]
> Lähetetty: 17. joulukuuta 2014 20:29
> Vastaanottaja: [email protected]
> Aihe: Re: [Ltsp-discuss] Ubuntu 14.04 Ltsp-pnp image is bigger and bigger
>
> On 2014-12-17, Ben Green wrote:
>> Quoting Takala Tuomas <[email protected]>:
>>
>>> I have done :
>>>
>>> Apt-get autoremove and apt-get autoclean. Do i need ti do something else?
>>
>> For the first I would recommend:
>>
>> apt-get --purge autoremove
>>
>> for the second:
>>
>> apt-get clean
>
> None of those are likely to do much, as those files are excluded from
> the image in /etc/ltsp/ltsp-update-image.excludes.
>
> Did you modify ltsp-update-image.excludes?
>
> Are your images located in /opt/ltsp? It only excludes images in
> /opt/ltsp by default.
>
> Mount the image and see if there are any files that shouldn't be in the
> client image:
>
> mount -o loop /opt/ltsp/images/i386.img /mnt
> du -smc /mnt/* | sort -n
>
> Look in directories with the largest files and see if anything obviou
> turns up...
>
>
> live well,
> vagrant
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net