-
demido
what's the right word for how much of a comp is in use? cpu, ram, etc
-
dango
demido: "utilization", maybe? That's the word I tend to see in AWS docs about metrics, at least.
-
demido
dango ya that's prolly right
-
scottpedia
demido: you into aws?
-
demido
no i don't support centralization
-
demido
you?
-
scottpedia
neither. but I used to do stuff on aws.
-
scottpedia
it's a very inefficient and thus expensive platform
-
demido
you agree utilization is right term for how much of a comp is in use?
-
demido
doesn't surprise me
-
scottpedia
well i'd say "resource utilization" is a more accurate one if you are refering to physical hardware
-
scottpedia
as in windows's resource monitor
-
demido
not just physical but vm too ya?
-
scottpedia
yeah
-
TommyC
"Resource Utilization", I like that. I'm gonna use that now. :3
-
scottpedia
shit you are the guy who called me a monkey last time demido
-
demido
awesome ty for the help guys!
-
scottpedia
nvm we are cool
-
» pike is playing with LossyWave
-
bebop
anyone using input-leap used to be known as synergy? KVM software?
-
bebop
thought it was in ports but it is not
-
crb
why does it take so long from powering off a linux guest until the bhyve process exits back to the command line?
-
mtll
has anyone booted an arch based iso on a bhyve vm more recently than 2016, using vm-bhyve
-
mtll
also, how do I get some more information than "bhyve exited with status 4"
-
antranigv
mornings y'all
-
mage
Hello, when I'm running freebsd-update -r XY.Z-RELEASE upgrade is there a way to skip the merge process and always install the new file?
-
mage
and also answer "yes" to all questions
-
mage
I'm asking this because I have all my configuration in Saltstack and I'd like to upgrade multiple jails automatically
-
[tj]
mtll: " 4 exited due to an error"
-
mtll
well, I found that in the manpage
-
mtll
I was hoping there was some way to ascertain what the error actually was. more verbose logging, or something
-
[tj]
-
[tj]
there are 12 places it errors out, most have a preceeding print
-
mtll
hmm, I couldn't find anything printed anywhere
-
[tj]
is "add logging to bhyve" an option?
-
mtll
I'll look into it some more later
-
mtll
I guess my more pressing question is, is vm-bhyve still being maintained? because it seems like some of the example configs are rather out of date
-
mtll
the arch one at least references the 2016 ISO
-
mtll
it's structured differently now, it seems based on poking around the iso FS
-
[tj]
-
[tj]
you could try applying that, building and running
-
mtll
or is there some other bhyve wrapper which is more hands off?
-
mtll
most VM software, like virtualbox, I can just give it an ISO and it'll boot, for the most part
-
crest
i just prefer to run bhyve under s6 supervision managed by s6-rc for dependencies e.g. create the bridge before the tap/vmnet device
-
scoobybejesus_tl
Alver secure_level? Maybe that's why you can't assign an IP... maybe. I had to temporarily change a jail's security level sometime in the past, but I can't remember why
-
burie
does zfs handle async writes on its own so there is little benefit from mounting zfs with async flag?
-
Alver
scoobybejesus_tl: it turned out to be a combination of devfs rules and (afterwards) me using a Linux ifconfig syntax on BSD
-
okapi
mage: never tried it myself but I think you can do that with the ALWAYS_INSTALL option in /etc/etcupdate.conf
-
ketas
holy shiiit
-
ketas
FUSE exfat 1.4.0 (libfuse3)
-
ketas
ERROR: 'VIDEO' directory size 32768 is not divisible by 131072.
-
ketas
how to even deal with that
-
hc
Hi all, quick question, what's the reason that the /var/cache partition is not on its own zfs volume by default? The way it is, it's part of a snapshot of the ROOT partition
-
ek
hc: Unsure. But, you can always make it a separate dataset.
-
hc
ek: I just did -- for all my freebsd machines
-
hc
Just want to make sure I didn't miss an important point
-
ek
Not that I'm aware of. As long as /var/cache is accessible, it shouldn't make a difference how it's segregated or mounted.
-
hc
kk, thanks! :-)
-
hc
So far, it is working fine
-
luke_sb
cool!
-
mccd
How does capsicum compare to pledge? As I understand it they're both ways for an application to basically limit what they can do
-
dch
I need to mirror 14.3-RELEASE FreeBSD-base packages locally, so I don't keep fetching them again & again & again
-
dch
I'm on 15.0-CURRENT
-
dch
something like this should work: `doas env IGNORE_OSVERSION=yes ABI=FreeBSD:14:amd64 OSVERSION=1403000 pkg fetch -r FreeBSD-base -Uyao .`
-
Daboone72
15.0's not out yet is it? Due 11th July
-
dch
septemberish
-
Daboone72
Reading here
freebsd.org/releases/15.0R/schedule ahh ok stable 15 Sept 5th
-
dch
-
dch
but `pkg fetch` really doesn't want to fetch 14 bits
-
Daboone72
I'm a newbie so I'll take your word for it.
-
dch
problem worked around by slinging it in a jail