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 is not a real problem. I just noticed this CLI admin dilemma.
I have a script that adds 4 predefined users to a target FreeBSD installation dir. It runs as root. All users of the target system have file aaa in their home directory. They also...
When I drop into the shell in Clonezilla (based on Debian) I try to mount the NFS share but get this error which means nothing to me:-
mount.nfs: failed to apply fstab options
I just found this link which I will try to comprehend:-...
At run time, when that one running in a tmux session, I have no matches:
[21:04 r730-01 dvl ~] % ls -l /dev/nm*
zsh: no matches found: /dev/nm*
[21:04 r730-01 dvl ~] %
You don't need the backup file to be sparse if you compress it.
Instead of compressing disk backup files I store them uncompressed on a ZFS with compression and dedup enabled. That gives huge savings with incremental new backups of the same...
I'm in the process of trying to get working via PXE, but can't get an NFS mount set up properly.
Rather I think I did about ten years ago, but I'm trying to create a script so that I can automatically back up any disk I attach to my PXE client...
Windows XP will generally not boot anyway when you change the PC too much or use a different one.
To make compression of the disk image more effective you should write a large file of zeros to fill up the filesystem, then unlink it.
You should...
Its a disk with an installation of Windows XP which I'd like to keep a backup copy of in case I need again at some time so I don't have to go through the pain of installing it again.
There is options CAM_IOSCHED_DYNAMIC non-default build time option (kernel configuration), but maybe it's not the OP wants.
And as this is kernel configuration, enabling it requires custom kernel.
From my memo in my kernel configuration...
New release - v2.0 — 2026-04-25
- Automatic backup creation for "/etc/sysctl.conf" and "/boot/loader.conf" for safe rollback.
- Resolved problem with un‑commented variables in "/etc/sysctl.conf" and "/boot/loader.conf".
Try FBSD-Net-Autotuner
These lines write in /etc/sysctl.conf
192 echo "# Added by fbsd-net-autotuner on $(date '+%F %T')" >> /etc/sysctl.conf
193 echo "${key}=${val}" >> /etc/sysctl.conf
the next line is for write in the log
194 log "Added persistent $key=$val to...
balanga, you didn't specify the type of data on that system and whether you need the entire filesystem byte for byte. Assuming it's just regular "user data" files, I'd simply do a: tar -cvzf /mnt/path/to/backup.tar.gz /path/to/my/data
I tried creating a second HASS instance. It has the same start problem.
I was able to create a new VM and get it running, but only when using -f
Followed https://community.home-assistant.io/t/homeassistant-on-freebsd-using-bhyve/859127/1...
This seems to be the main difference between -f and not using -f:
This is the failed start:
2026-04-25T17:31:05+00:00: [bhyve console: -l com1,/dev/nmdm-hass.1A]
This is the start with -f which succeeds:
2026-04-25T17:32:01+00:00: [bhyve...
Chris I.
Nailed it!
Adding set console="eficom" during boot (ESC to add boot options and then "boot") booted it up as it should. Then adding the same option to the /boot/loader.conf file has everything working great again. Thanks!
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.