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

Ignore this toot just testing something.#FreeBSD

Uncategorized
32 9 114

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    2 Posts
    0 Views
    once this is done, i'd like to improve how we do package staging. currently we have to run stageworld every time we build packages, and stageworld is equivalent to installworld, so it's quite slow and makes the rebuild/update/test cycle for packages take longer than it should.instead, we should not install anything during stageworld, and just add a path= attribute to the METALOG pointing at the built object in objdir. then pkg-create(8) can use that to pick the files from objdir to build the package. that means you'd only have to re-run stageworld if something about the metadata changed or files were added or removed.so then you could rebuild and reinstall cron using something like:% make -C usr.sbin/cron all% make -C packages/cron all installpackage#freebsd
  • 0 Votes
    2 Posts
    11 Views
    @teapot_ben I'm glad you find those blog posts helpful!
  • How far along has tarfs gotten in #FreeBSD?

    Uncategorized freebsd
    1
    0 Votes
    1 Posts
    10 Views
    How far along has tarfs gotten in #FreeBSD? I've been watching @dch 's talk on immutable FreeBSD from EuroBSDCon 2023 (1 hour wasn't enough to cover your talk!)I've been looking into applying the principles but sadly it won't be for $day_job as they've no interest in my FreeBSD ideas but for something else.I'm curious which sockets were used in the jails. Was /tmp replaced with tmpfs in the jail and did you use a socket to talk to syslog-ng on the host? https://youtu.be/5oHLU9w1vVk
  • 0 Votes
    1 Posts
    11 Views
    Bastille networks can be bridged, NAT’d, or VNET’d. Run jails like mini-VMs, or keep them lean on localhost. Flexibility is baked in. Which setup do you prefer?#FreeBSD #BastilleBSD #VNET #NAT