Setting where? I tried /usr/local/vm/hass2/hass2.conf and then
[12:37 r730-01 dvl /usr/local/vm/hass2] % sudo vm start hass2
Starting hass2
* found guest in /usr/local/vm/hass2
* booting...
The output looks similar (see above) to that...
Unable to do anything with pkgs...
FreeBSD has no meta file, using default settings
pkg: packagesite URL error for pkg+http://pkg.FreeBSD.org/FreeBSD:15:amd64/latest/meta.conf -- pkg+:// implies SRV mirror type
pkg: packagesite URL error for...
Sure, no problem. Set the appropriate variables in /etc/rc.conf:
nfs_server_enable="YES"
nfsv4_server_enable="YES"
Define the NFSv4 tree root:
/etc/exports
# V4: /<nfsv4_tree_root>, example:
V4: /nfsshares
Define remote mount points for...
Address: CleanerDNS Inc. dba Quad9
Address: 1442A Walnut Street, Suite 501
City: Berkeley
https://en.wikipedia.org/wiki/Walnut_Creek_CDROM
Seems to have good FreeBSD credentials.
I wonder if some personnel are linked.
I would grep for the MFSROOT_MAXSIZE. It looks like there is one set to 200m, which overrides the 4096M.
Alternatively git-clone a frech copy of mfsBSD.
This looks good on the FreeBSD host side. I've tested the setup with a Linux Mint client (all in bhyve guests) but couldn't reproduce the error.
My setup has no firewall enabled., have you tried without the firewall?
By the way, exporting...
JFI I access the Internet via a USB tethered phone. I have a spare phone which is broken for normal use but until yesterday tethering worked normally and has been doing so for months.
I have now connected my normal phone and have Internet...
It depends. Snapshots provide the user a means to view and access (parts or all) of your system storage taken at some previous point in time.
No, if you want to retain these snapshots for further use in the future: once deleted you cannot get...
Everything before the / is the homedirs path only?
It's the $HOME dir. export HOME="" ends ~ interpretation. I think /usr/bin/login remembers it because it reads de passwd file anyway and passes it to the shell.
You mean the fstab on clonezilla which has just booted via PXE?
If you insists. here it is:-
# UNCONFIGURED FSTAB FOR BASE SYSTEM
overlay / overlay rw 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0
But I suspect the error msg has no real bearing on...
Can anyone explain what is happening here:-
PING 1.1.1.1 (1.1.1.1): 56 data bytes
92 bytes from 192.168.194.75: Destination Net Unreachable
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
4 5 00 0054 2e17 0 0000 40 01...
So ~ stands for the 7th field of the passwd file? I thought it was a POSIX demand that all shells comply with.
It still works without the password files, though. It's not using $HOME?
I thought the idea of it was to make referencing to the home dir of different users universal. They can all use the same application that installs things there. It's also time-efficient at manual CLI operation. ~ = my homedir. I often use >~/a to...
Very solid thanks for posting ideas. We have lots of these servers and big plans to upgrade most of them
to FreeBSD 15.
Our problem has been resolved. Thanks Chris and EK and others for suggestions.
I also have a similar post on HPE forums which...
Thanks!
Kohrokho, I leave here a note in case it may prove useful: if you end up following handbook's doc on linuxator and using libc6-shim, beware of where you install the Linux environment. The handbook, for Debian/Ubuntu installs, recommends...
Hi gang!
Editorial
Fun fact: I've been using FreeBSD for quite a while now and to be perfectly honest with you lot I'm (still) quite passionate about the whole thing. Always have, always will be. At the time of writing my backup VPS server is...
Why are we over 50 posts in this thread? OP decides FreeBSD doesn't work for them, ok fine. Don't use it. Why be dramatic about "leaving FreeBSD".
I've never understood threads like this. If one decides that a Ford automobile does not meet...
The source file should be ~/file for all users, pointing to their own home dir. Problem was that ~/file gets translated to /root/file always because root runs this code.
~<user> does avoid that.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.