00:00:08 rtprio: tuning(7) says so 00:00:15 Here is the top of a thread that I have bookmarked: https://forums.freebsd.org/threads/disable-overcommit-set-global-memory-limits-bypass-thrashing-and-oom.93454/ 00:00:20 rwp: that's not how i understand tuning(7) 00:01:21 I haven't adventured into that part of the cave yet but the other adventures who passed by me said this: https://forums.freebsd.org/threads/how-to-make-impossible-memory-allocations-fail-in-a-sane-way.83582/page-3#post-550016 00:02:04 but it's been a long time since i've had any trouble with memory pressure 00:02:50 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. 00:02:53 16GB these days isn't enough for web browsing, compiling Android, LTO'ing C++, and a whole lot of other stuff, sadly 00:03:11 It's enough to do any one of those things at a time. :-/ 00:03:23 nah I tried 00:03:49 I've stopped all services I could, Xorg, etc and tried to compile Android on 16GB. Not enough 00:04:04 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. 00:04:18 same when LTOing several C++ projects in the hundreds of thousands of LoC range 00:04:40 I haven't tried compiling Android. Or some other huge memory compile projects. But it's enough for FreeBSD to self-host itself. 00:05:20 I just use a separate machine for VMs that way my desktop doesn't suffer 00:06:14 hopefully a relative throws away some machine with 2x8GB DDR3 sticks soon and then I can nab the memory 00:07:39 i installed a pip which started the rust compiler that absolutely pegged all cores and the zpool 00:07:58 but i have plenty of freebsd vm's that are 4-5gb 00:17:49 sudo shutdown -h now 00:31:54 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. 00:33:01 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. 00:35:18 pip user esperience is horrid in general. seems every language has their own silly package manager that deosn't work these days 06:52:34 \\:] 06:52:44 hi! 07:57:47 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? 12:31:16 There is ongoing discussion on a rust libc breaking change for FreeBSD, and I guess some around here could have an opinion - https://github.com/rust-lang/libc/pull/3367 12:35:14 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? 17:54:45 <_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? 18:49:58 hello 18:50:49 root install is latest while jail install (seemingly) quaterly. do you know why they differ? 18:55:41 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/ 19:31:36 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 ? 19:31:56 force it 19:32:44 is that an option? 19:36:32 or what command should one use for "system" updates on stable versions? 19:36:37 " --currently-running release" Update as if currently running this release 19:36:45 set that to the closest previous release 19:36:55 okok 19:36:55 but it depends on what you're running 19:40:08 thnx, rtprio! 19:40:24 I just don't get why that message shows up at all. :( 19:40:27 yeah, seatbelts off, make backups, etc etc 19:40:48 the program has a very confined scope of what it can update from and to 19:41:05 it can't just pick up any system and figure out what to install 19:41:08 I mean, why shouldn't one be able to get security updates for the system because you run stable? 19:44:00 that i can't answer (i don't run stable) 19:47:03 "The -STABLE version will get the same security fixes, at the same time, as a -RELEASE." 19:47:47 they're still available, you just have to build your own ? 19:49:50 like download each fix and install it separate? 19:50:21 s/separate/manually 19:50:24 dandyn: you're supposed to build stable from source. or if you want binaries, consider using pkgbase, but that's still very experimental 19:52:11 i wouldn't say *very* experimental, but expect breakages sometimes :D 19:52:43 experimental as in it works okay but it gets set up, but the initial switch for a new user is a bit tricky :-) 19:52:49 s/but it/once it 19:53:12 build stable from source, is that like reinstall freebsd? 19:53:13 yeah that sounds about right 19:53:42 dandyn: no, build from source means you upgrade from the source code instead of using freebsd-update 19:53:43 dandyn: no it's just a matter of cloning the freebsd source tree, switching to the stable branch and buildworld + buildkernel 19:53:59 there's a chapter in the handbook on how to do that 19:56:57 ah, thnx all! 20:02:28 dandyn: don't hesitate to build and run STABLE, ther's nothing wrong about it 20:09:53 mzar: *thumbs up