-
demido
i ran through bsdinstall and it put aesni_load="YES" in /boot/loader.conf but it's not listed when i run kldstat why not?
-
rwp
demido, If it is built into the kernel then it is not needed as a module.
-
demido
ahh rwp there any way to check at runtime if OS has aesni? kldstat obviously isn't a solution since it could be bilt into kernel
-
jtdowney
demido you would see it in dmesg, so `dmesg | grep aesni` would show what as detected
-
MountainMan1312
I'm on my 3rd attempt at trying to use the ports tree in any capacity at all, and I keep getting the same exact error. I've tried the installer-provided ports tree and tried the git method of obtaining an up-to-date tree. "Brotli" keeps having an error "fetch: ... size mismatch: expected 1022. actual 1024." It does this on the very first package I
-
MountainMan1312
try to install, no matter which one it is. Only the smallest things like nano are able to install successfully, and even then it took multiple tries and I'm not sure what I did right...
-
MountainMan1312
I also notice a bit of an oddity in the error text: "port manually into /usr/ports/distfiles// and try again"... it has two forward slashes... looks weird to me
-
demido
jtdowney ok so i saw the installer adds aesni_load and cryptodev_load into /boot/loader.conf like i said, and i just checked dmesg and you're right aesni is in there. kldstat shows cryptodev. all god. but then on another identical box, i DON'T put aesni/cryptodev lines in /boot/loader.conf and it has aesni in dmesg, and cryptodev in kldstat. so it
-
demido
seems they're loaded automatically if supported. hence, why does bsdinstall bother putting them in files explicitly?
-
MountainMan1312
Is there perhaps a recommended order to build ports? Or some other trick I'm missing to reduce build errors?
-
MountainMan1312
On new installations, I mean
-
mzar
MountainMan1312: poudriere is remommended to build ports en masse
-
mzar
-
MountainMan1312
mzar: I'm not deploying to a bunch of machines, just one workstation
-
Feigr
Hi, I recently updated my FreeBSD VM to 14.2 and now that portsnap doesn't work anymore I installed gitup, but my first run of it gave me this:
pastie.org/p/6x8EOf9EAUbk7XINWqTcQg
-
Feigr
Do I need to do more prep work before running gitup ports?
-
ketas
Feigr: is there any real reason you didn't install git instead and just done git clone
git.freebsd.org/ports.git /usr/ports ? network seems there for both gitup and repo fetch, maybe disk space, memory or cpu that would justice extra effort?
-
ketas
or maybe network is byte capped
-
ketas
maybe it was simpler too
-
Feigr
ketas: short answer is I want my pkg info output to be a short as possible
-
ketas
only that? :p
-
Feigr
I have 10GB free on the VM, which I assume would be enough
-
ketas
git indeed did pull (what a pun) lot of deps in
-
Feigr
it does indeed
-
ketas
but when did gitup ever work...
-
Feigr
trying to keep it minimalist on a VM that is just used for irc and maybe some Inform7 programming
-
Feigr
I started reading up after updating on what people use instead of portsnap and gitup was recommended as a minimal alternative
-
ketas
unsure about that error
-
ketas
i mean it should work
-
ketas
this is ports from installer, isn't it?
-
ketas
or no maybe
-
Feigr
-
Feigr
that's what pointed me to gitup
-
ketas
even that mentions errors eg
-
ketas
eh
-
ketas
maybe gitup needs fix
-
Feigr
another thread mentioned in passing that gitup is a memory hog, and seeing as this VM currently only has ~100MB free
-
Feigr
might be that
-
becrel
for christmas I got a thiknpad t480, which I intended to use to experiment and test things I wouldn't on my main computer
-
becrel
like testing operating systems
-
becrel
so I decided to install freebsd on it, which I at first used only in the console
-
becrel
fast-forward to now where I got x11 to work, audio to work correctly with my headphones, installed i3 and actually made an effort to make it look decent unlike my main computer
-
becrel
and now I feel too invested in it to actually replace it and try another os on it (I intended to tinker with nixos), oops
-
|cos|
becrel: you could run nixos in a bhyve, where linux belongs...
-
|cos|
becrel: sounds like a success story to me though. the x-mas until now journey.
-
becrel
it's definitely been quite fun :D
-
becrel
I liked building things from the ground up and I like the way freebsd is organised
-
becrel
well not "building" as in using make, building as in installing and setting up every piece I need after starting with only the base os
-
becrel
I don't know what a bhyve is so I'll start reading on that, thanks
-
becrel
since I found bhyve in the handbook, I'll add the docs to the list of things I like about freebsd
-
Feigr
I tried running gitup again while looking at top, and it does indeed chew up all available memory and then fails, so it looks like I need more RAM on this VM
-
becrel
although there is maybe one thing that could be more convenient on the doc
-
becrel
since it's distributed in html and pdf format, you need to install a reader before you can read the docs
-
Feigr
still the same error in gitup with 1024MB on the VM rather than 512
-
CyberCr33p
I upgrade my system to 14.2, I upgrade zpool and I run "sysctl vfs.zfs.bclone_enabled=1". But when I cp a file I see the user quota grows. Any idea why the block cloning doesn't work?
-
veg
hey there! now that Sendmail has been deprecated in favor of DMA in FreeBSD, is it safe to remove all sendmail_* lines in /etc/rc.conf?
-
vkarlsen
veg: Yes
-
veg
thanks for the confirmation, vkarlsen
-
jimmiejaz
holy hanna, almost an hour to build ports-mgmt/pkg to get version 2.0.5, I hate this craptop
-
worf1337
what laptop?
-
jimmiejaz
a 2010 Asus
-
jimmiejaz