I am thinking that I may NOT be able to add a package like the dhcp server to a Live version of FreeBSD
if using the DVD iso to run the OS from - like I am now - instead of a USB live version. But it is running in RAM so . . .
. . . could it be just the guest login/password is all that is limiting access restriction and that is holding back the package add.
Thanks for any suggestions and criticism.
if using the DVD iso to run the OS from - like I am now - instead of a USB live version. But it is running in RAM so . . .
Code:
root@RoFreeSBIE:~# pkg_add -r -v dhcp6
. . .
looking up ftp.freebsd.org
connecting to ftp.freebsd.org:21
<<< 220 ftp.beastie.tdk.net FTP server (Version 6.00LS) ready.
>>> USER anonymous
<<< 331 Guest login ok, send your email address as password.
>>> PASS root@RoFreeSBIE
<<< 230 Guest login ok, access restrictions apply.
>>> PWD
. . .
extract: /usr/local/etc/dhcp6s.conf.sample
extract: /usr/local/etc/dhcp6c.conf.sample
extract: /usr/local/sbin/dhcp6c
extract: /usr/local/sbin/dhcp6relay
extract: /usr/local/sbin/dhcp6s
extract: /usr/local/sbin/dhcp6ctl
extract: /usr/local/share/doc/dhcp6/COPYRIGHT
extract: /usr/local/share/doc/dhcp6/README
extract: CWD to /usr/local
man/man5/dhcp6c.conf.5.gz: Could not unlink: Read-only file system
man/man5/dhcp6s.conf.5.gz: Could not unlink: Read-only file system
man/man8/dhcp6c.8.gz: Could not unlink: Read-only file system
. . .
. . . could it be just the guest login/password is all that is limiting access restriction and that is holding back the package add.
Thanks for any suggestions and criticism.