Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

NAMEbastille zfs – Manage ZFS options/attributes for jail(s).

Uncategorized
1 1 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    2 Posts
    1 Views
    # Emergency disinfection proceduresudo pkg install bleach holy-waterdoas vm stop win11dev doas zfs destroy -r zroot/bhyve/win11dev doas rm -rf /zroot/bhyve/win11dev/tpm/* Hope that is enough. Don't want to do an exorthism on that laptop again. Last time, he needed 3 month of therapy after that .. #windows #redmond #joke
  • 0 Votes
    1 Posts
    3 Views
    so Raptor gave me access to a Talos II to do some work on FreeBSD/ppc64le. first thing i noticed: the boot process is *very* unusual. it doesn't use the FreeBSD loader at all; instead it has a Linux-based firmware loader called Petitboot which can load and kexec() the FreeBSD kernel directly. however it needs a rather odd partition layout to do that:# Device Mountpoint FStype Options Dump Pass#/dev/nda0p2 / ufs rw 1 1/dev/nda0p1 /boot msdosfs rw 2 2i assume this is because Petitboot can't read FreeBSD UFS, so we need the kernel (which is in /boot/kernel) to be on FAT. Raptor suggested we should make the loader kexec()able instead, which seems like a good idea, but from what i can tell this platform doesn't use OpenFirmware at all, and i'm not even sure we have a PowerNV-native loader.(as you can tell, i know very little about either POWER or FreeBSD/powerpc, so this is going to be an interesting learning experience.)#FreeBSD
  • 0 Votes
    1 Posts
    6 Views
    Need a test environment identical to production? bastille clone is your friend. Instantly duplicate an existing jail for testing, staging, or quick deployment. Save time, reduce errors! #FreeBSD #BastilleBSD #DevOps
  • 0 Votes
    1 Posts
    13 Views
    Attention to meta packages alone is insufficient to prevent removal of the kernel. In the attached screenshot, there was no force.#FreeBSD #pkgbase #bug