On Fri, Apr 24, 2015 at 11:09 PM, Josivan Barbosa <
josivan.barbos...@gmail.com> wrote:

> Hello,
>
> I am trying to install some packages and is presenting the following error:
>
> # mount -uw /
> # pkg update
>  Updating FreeBSD repository catalogue...
>  Fetching meta.txz: 100%    944 B   0.9kB/s    00:01
>  Fetching packagesite.txz: 100%    5 MiB 759.4kB/s    00:07
>
>  /var: write failed, filesystem is full
>  pkg: archive_read_extract(extract error): No space left on device
>


=> Trying to download the standard and full FreeBSD package database needs
more than 50MB of free space on /var/db/pkg.
and the /var directory on BSDRP is a 16MB ramdisk.

Because your /data partition is a lot's bigger, you should try to do this
(untested):
mount -uw /
mkdir /data/pkg
cp /var/db/pkg/* /data/pkg
ln -s /data/pkg /var/db/pkg
pkg update

If "pkg update" didn't fill up the /tmp directory during
downloading/extracting its sqlite database it should works.

But all your changes will be lost after an upgrade.

Regards,

Olivier
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Bsdrp-users mailing list
Bsdrp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bsdrp-users

Reply via email to