Hello,
I am using ezjail on my FreeBSD 12.x setup. I am trying to install a package from the web and getting the following error:
This was the closet thing that I found to a solution so far...
I am using ZFS btw.
I am using ezjail on my FreeBSD 12.x setup. I am trying to install a package from the web and getting the following error:
Code:
root@smokeping:~ # pkg add "https://bintray.com/ookla/download/download_file?file_path=ookla-speedtest-1.0.0-freebsd.pkg"
[smokeping] Fetching download_file?file_path=ookla-speedtest-1.0.0-freebsd.pkg: 100% 520 KiB 532.1kB/s 00:01
[smokeping] Installing speedtest-1.0.0.2-1.5ae238b...
[smokeping] Extracting speedtest-1.0.0.2-1.5ae238b: 0%
pkg: Fail to create temporary file: /usr/share/man/man5/.pkgtemp.speedtest.5.sJma0PUoDxkf:Read-only file system
[smokeping] Extracting speedtest-1.0.0.2-1.5ae238b: 100%
Failed to install the following 1 package(s): https://bintray.com/ookla/download/download_file?file_path=ookla-speedtest-1.0.0-freebsd.pkg
root@smokeping:~ #
FreeBSD: Mount /usr/ports Inside Jail - nixCraft
Q. I'd like to save disk space for my FreeBSD 7 ISP server. We run webserver, nameserver from various jails under powerful HP RAID 10 server. How do I export /usr/ports from host to each jail hosted on /jail/ volume such as /jail/www, /jail/ns, /jail/sql etc?
www.cyberciti.biz
I am using ZFS btw.