Search results

  1. dave

    NFS exports with wildcard domains

    Use the IP subnet instead of the DNS name: -network=X.X.X.0/24
  2. dave

    Solved Avoid upgrading to PHP 8.0

    From that perspective, I couldn't agree more. But WordPress powers forty three percent of all sites. And sadly, EOL doesn't always mean end of use.
  3. dave

    Solved Avoid upgrading to PHP 8.0

    I know this is an old thread, but I think it's worth noting here that WordPress, which could arguably be the most common use of PHP on FreeBSD, is still in "beta support" of PHP > 7.4. https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/ That makes...
  4. dave

    Port That Generates Its Own Man Page?

    LOL yeah, good point. Work in progress. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271028
  5. dave

    Port That Generates Its Own Man Page?

    Thanks! I think I have it resolved, but I'll wait until the port is committed before I post code.
  6. dave

    Port That Generates Its Own Man Page?

    Is it possible to run the executable of a port post-build? I'm working on a port of gum and the build does not generate a man page, but the program itself can be run to output the man page contents, like so: gum man So I'd like to do soemthing like this. Please excuse the very rough...
  7. dave

    FreeBSD-Update: files have been modified locally

    ...and now it says no updates needed. So that solves it, I guess.
  8. dave

    FreeBSD-Update: files have been modified locally

    Thanks. I thought the same RE: unfinished update, but freebsd-update install gives me... No updates are available to install. Run '/usr/sbin/freebsd-update fetch' first. ...so I'll just back it up and try the latest update.
  9. dave

    FreeBSD-Update: files have been modified locally

    Hello, I recently ran freebsd-update on a FreeBSD 13.1-RELEASE machine and got the following message... The following files are affected by updates. No changes have been downloaded, however, because the files have been modified locally: /var/db/etcupdate/log (END) I will not post the entire...
  10. dave

    Bridge configuration confusion, or my understanding of Bridge use?

    The manual says, "A bridge works by learning the MAC addresses of the devices on each of its network interfaces. It forwards traffic between networks only when the source and destination MAC addresses are on different networks." Is it possible the laptop MAC address is still in the main LAN...
  11. dave

    Solved freebsd-update to 13.1-RELEASE Fails to Boot

    Following up on this so I can complete the upgrade... This is what my zroot layout looks like. (I know, it's a bit of a mess; I followed a blog post on how to convert my UFS system to ZFS.) NAME USED AVAIL REFER MOUNTPOINT zroot 33.3G 197G...
  12. dave

    Solved freebsd-update to 13.1-RELEASE Fails to Boot

    I did a bit of research and ended up rolling back the zfs filesystems (each one separately as there doesn't seem to be a command to do this recursively) on zroot using commands like... zfs rollback -R zroot@daily-snapshot-name zfs rollback -R zroot/usr@daily-snapshot-name zfs rollback -R...
  13. dave

    Solved freebsd-update to 13.1-RELEASE Fails to Boot

    Can I roll back to a snapshot?
  14. dave

    Solved freebsd-update to 13.1-RELEASE Fails to Boot

    Booting from external media, I can see both my root pool and storage pool. Unfortunately, importing the zroot pool breaks everything; i.e. after that I cannot run zfs or zpool or /rescue/zfs or /rescue/zpool. covacat I am able to list mounts, though, and there is only one filesystem that...
  15. dave

    Solved freebsd-update to 13.1-RELEASE Fails to Boot

    Pressing 8 gets me this... ______ ____ _____ _____ | ____| | _ \ / ____| __ \ | |___ _ __ ___ ___ | |_) | (___ | | | | | ___| '__/ _ \/ _ \| _ < \___ \| | | | | | | | | __/ __/| |_) |____) | |__| | | | | | | | || | | |...
  16. dave

    Solved freebsd-update to 13.1-RELEASE Fails to Boot

    Thanks for the tip on /rescue/zfs, but it gives the same error... # /rescue/zfs mount zroot/. / # /rescue/zfs list internal error: pid 34 (zfs), jid 0, uid 0: exited on signal 6 Invalid argument Abort trap Will try booting external media and report back...
  17. dave

    Solved freebsd-update to 13.1-RELEASE Fails to Boot

    I was using freebsd-update to upgrade a box to 13.1-RELEASE. Here is the command I used to start the process... freebsd-update upgrade -r 13.1-RELEASE I followed the usual process and when prompted to reboot the first time, rebooted. Now I get this... | \ ______ ____ _____...
  18. dave

    ZFS ZFS on hardware RAID

    IMHO, while ZFS was clearly designed for managing multiple physical disks, and providing advantages over hardware RAID systems, you still get a ton of advantages by using ZFS even when on a single physical or virtual disk. Even in cases where I'm working with a hardware RAID, with VMware on...
  19. dave

    ZFS ZFS Version and Encryption

    If I were to install sysutils/openzfs, what steps would I need to take to boot root on zfs - other than the ones in the pkg message about /boot/loader.conf changes?
  20. dave

    ZFS ZFS Version and Encryption

    Any thoughts on why zfs version doesn't work?
Back
Top