-
zwr
rtprio: tuning(7) says so
-
rwp
-
rtprio
rwp: that's not how i understand tuning(7)
-
rwp
I haven't adventured into that part of the cave yet but the other adventures who passed by me said this:
forums.freebsd.org/threads/how-to-m…a-sane-way.83582/page-3#post-550016
-
rtprio
but it's been a long time since i've had any trouble with memory pressure
-
rwp
RAM is less expensive now and it is easy to buy a machine with huge amounts of it. It's still a problem on VMs and other smaller systems.
-
zwr
16GB these days isn't enough for web browsing, compiling Android, LTO'ing C++, and a whole lot of other stuff, sadly
-
rwp
It's enough to do any one of those things at a time. :-/
-
zwr
nah I tried
-
zwr
I've stopped all services I could, Xorg, etc and tried to compile Android on 16GB. Not enough
-
rwp
My biggest systems are 16GB systems. But my N-1 generation machines are all 8GB machines. But then there are VMs which all have the minimum possible.
-
zwr
same when LTOing several C++ projects in the hundreds of thousands of LoC range
-
rwp
I haven't tried compiling Android. Or some other huge memory compile projects. But it's enough for FreeBSD to self-host itself.
-
zwr
I just use a separate machine for VMs that way my desktop doesn't suffer
-
zwr
hopefully a relative throws away some machine with 2x8GB DDR3 sticks soon and then I can nab the memory
-
rtprio
i installed a pip which started the rust compiler that absolutely pegged all cores and the zpool
-
rtprio
but i have plenty of freebsd vm's that are 4-5gb
-
jgh
sudo shutdown -h now
-
rwp
I use a separate machine for VMs too. So that they are stable and I can thrash and reboot my desktop on my schedule without affecting any of the VMs.
-
rwp
I think the pip/cpan/gem way of doing things is a failure, a failure of windows which doesn't have a package manager for such things, and it leaked into all of the rest from there.
-
zwr
pip user esperience is horrid in general. seems every language has their own silly package manager that deosn't work these days
-
Norkle
\\:]
-
Norkle
hi!
-
kpel
CrtxReavr: got it. The thing is even if I set the logging level to init messages only (or even the empty string "") I still see that error message every few seconds. Any ideas?
-
yannd
There is ongoing discussion on a rust libc breaking change for FreeBSD, and I guess some around here could have an opinion -
rust-lang/libc #3367
-
beauby
Hi, my jails (esp. including the one with my DNS server) are not starting at boot, and it seems to be because ntpd fails to start (since it cannot resolve 0.freebsd.pool.ntp.org because the jails are not started yet). What is a good workaround?
-
_xor
Creating a bootable disk image that I can raw write to a hard drive. Any reason NOT to use a zfs volume + gpart, instead of mkimg + mdconfig?
-
luke_jobless_sb
hello
-
luke_jobless_sb
root install is latest while jail install (seemingly) quaterly. do you know why they differ?
-
scoobybejesus
i run pkg from inside the jail. it refers to what's in the jail. if i want latest in the jail, i create the necessary file in /usr/local/etc/
-
dandyn
so when using none '-RELEASE versions' and trying to use 'freebsd-update fetch' one will get this message 'only works with release versions'.. so.. is there any other way to do this update ?
-
rtprio
force it
-
dandyn
is that an option?
-
dandyn
or what command should one use for "system" updates on stable versions?
-
rtprio
" --currently-running release" Update as if currently running this release
-
rtprio
set that to the closest previous release
-
dandyn
okok
-
rtprio
but it depends on what you're running
-
dandyn
thnx, rtprio!
-
dandyn
I just don't get why that message shows up at all. :(
-
rtprio
yeah, seatbelts off, make backups, etc etc
-
rtprio
the program has a very confined scope of what it can update from and to
-
rtprio
it can't just pick up any system and figure out what to install
-
dandyn
I mean, why shouldn't one be able to get security updates for the system because you run stable?
-
rtprio
that i can't answer (i don't run stable)
-
dandyn
"The -STABLE version will get the same security fixes, at the same time, as a -RELEASE."
-
rtprio
they're still available, you just have to build your own ?
-
dandyn
like download each fix and install it separate?
-
dandyn
s/separate/manually
-
ivy
dandyn: you're supposed to build stable from source. or if you want binaries, consider using pkgbase, but that's still very experimental
-
dstolfa
i wouldn't say *very* experimental, but expect breakages sometimes :D
-
ivy
experimental as in it works okay but it gets set up, but the initial switch for a new user is a bit tricky :-)
-
ivy
s/but it/once it
-
dandyn
build stable from source, is that like reinstall freebsd?
-
dstolfa
yeah that sounds about right
-
ivy
dandyn: no, build from source means you upgrade from the source code instead of using freebsd-update
-
dstolfa
dandyn: no it's just a matter of cloning the freebsd source tree, switching to the stable branch and buildworld + buildkernel
-
ivy
there's a chapter in the handbook on how to do that
-
dandyn
ah, thnx all!
-
mzar
dandyn: don't hesitate to build and run STABLE, ther's nothing wrong about it
-
dandyn
mzar: *thumbs up