Lucas Rey
Contributor
- Joined
- Jul 25, 2011
- Messages
- 180
Hello guys,
on my previous FreeNas 7 (FULL installation) I succesfully installed Squid proxy.
Is there a way to install also on FreeNas 8.0.2?
I tried to make the same procedure, but this is the result:
Well seems Perl package is already installed as newer version, so I tried to force installation (-f), but this time I got filesystem full:
/var: write failed, filesystem is full
I also tried to install on mount point:
[root@freenas] ~# pkg_add -r squid -P /mnt/mountest
But squid doesn't start because search its files in system folders like /etc, /usr/sbin, etc...
Maybe I miss some "alias" that point to the new location?
First of all, is there a way to extend system partition? Or at least, is there any specific procedure to install squid (or something else) in FreeNas 8??
Thanks!
on my previous FreeNas 7 (FULL installation) I succesfully installed Squid proxy.
Is there a way to install also on FreeNas 8.0.2?
I tried to make the same procedure, but this is the result:
Code:
[root@freenas] ~# pkg_add -r squid Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.2-release/Latest/squid.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.2-release/All/perl-5.10.1_3.tbz... pkg_add: package 'perl-5.10.1_3' conflicts with perl-5.12.4 pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation pkg_add: pkg_add of dependency 'perl-5.10.1_3' failed!
Well seems Perl package is already installed as newer version, so I tried to force installation (-f), but this time I got filesystem full:
/var: write failed, filesystem is full
I also tried to install on mount point:
[root@freenas] ~# pkg_add -r squid -P /mnt/mountest
But squid doesn't start because search its files in system folders like /etc, /usr/sbin, etc...
Maybe I miss some "alias" that point to the new location?
First of all, is there a way to extend system partition? Or at least, is there any specific procedure to install squid (or something else) in FreeNas 8??
Thanks!