01:24:49 15.0 is now 15.0-PRERELEASE 01:33:57 yay! 04:34:02 ivy: Is pkgbase going to be the default for 15? 04:35:04 Hm, here's a clue: https://forums.freebsd.org/threads/freebsd-foundation-flounders-on-15-with-rust-pkgbase-and-kde.98695/ 04:36:32 The thread is... interesting... in that the traditional way to upgrade is to build or to unroll new tarballs, with freebsd-update being a somewhat nonstandard middle ground. 04:37:56 I'm sorry to have linked that thread. Should have read it first. 04:38:57 Hm, still a few months to go. I should experiment with pkgbase in advance: https://www.freebsd.org/releases/15.0R/schedule/ 07:43:06 mason: interesting is an interesting choice of word haha, it's just plain weird 08:03:18 (a page later) this is why I stopped using forums about a decade ago I guess 08:52:49 hi, I want to say that there is new channel #odin-lang for interested in Odin programing. 08:52:53 sorry for spam 09:08:16 Programming with a hammer :-) 10:09:39 Hi 11:37:42 can someone sell me on freebsd 11:45:39 williamstoner: yes, you can 11:46:09 like why would i use it instead of debian surrounder 11:46:52 to have a real OS instead of a hump of 3rd party packages lumped together 11:49:22 Tenkawa, forum was fixed 11:54:18 wouldn't third party software that have been tried and tested be just as stable tho? 12:04:21 no. 12:04:47 linux is a mishmash of software from disparate sources, duck taped and tied together by the distro 12:05:09 freebsd is shipped as one OS. the core OS is a single unit created and distributed by the same team 12:05:10 williamstoner: FreeBSD has a handful of Pros and a few Cons 12:05:26 third party stuff is then installed on top of that solid rock of a base system 12:05:51 freebsd should give you confidence that you can't break the base system thru farting around with third party software 12:06:15 mason: I can tell you one thing don't do "pkg remove -a" with pkgbase going, it will take out your core pkgs too right now, leaving you with an unusable system that needs a fresh install ;) 12:06:39 i think one of the mailing list posts just nailed it 12:06:42 Demosthenex: well, that is what I and a few other folks have done recently ;) 12:06:50 this seems to be about making a smaller base image so containers and embedded can pick and choose 12:07:02 but then they want third party pkgs to PULL deps from the base OS that aren't installed 12:07:33 well, I'm hoping before 15 is released with pkgbase they iron that out 12:07:35 so they want to force the core to be packaged, so third party can trigger installation of core pkgs 12:07:59 i'm all for minimal OS footprint, but... i don't like the idea that third party packages can have ANY impact on the base 12:08:33 Yeah, that is why it caught me off guard when I broke my box that way 12:08:44 didn't expect that to be a problem, found out the hard way 12:16:32 anyone tried Dragonfly BSD? 12:17:33 yeah 12:18:15 Does it have ZFS? 12:23:10 no, hammerfs 12:27:11 that's right.. forgot about that 12:27:24 I've honestly never even booted it up in a vm 12:31:13 what's the difference in all those BSD distros if they all have the same package manager? 12:31:28 the software 12:31:56 williamstoner: the OS and the third party packages are separated 12:32:17 nvm, i read that again :P 12:32:25 can you give me an example 12:32:52 you meant they all use pkg, as opposed to deb or rpm? 12:33:11 yeah 12:34:11 williamstoner: why is suse different from redhat? they both use rpm! 12:35:30 surrounder: that's fair but 99% of linux distros are just fork of others with different configs. But, for example, debian and arch are way different 12:35:44 so are opensuse and fedora 12:35:49 so are openbsd and freebsd 12:36:22 but they build their packgaes differently and have different defaults 12:36:51 I mainly don't understand the question of 'selling' an OS to anybody 12:37:01 just give it a shot and form your own opinion 12:37:57 yeah surrounder you are right but i tried once and i got some weird error during install and then just forgot 12:38:13 so try again? 12:38:21 very easy with virtualization around everywhere 12:38:43 i will definitely 12:38:51 "give it a shot?" 12:38:54 that's very loose criteria 12:39:04 OS's should be chosen by features and requirements 12:39:42 i require: third party software can't screw up my OS. ZFS with boot environments. no systemd. reliable upgrades. 12:40:05 access to most common OSS packages is a plus 12:40:28 also 'pkg' is different utilities on freebsd vs. open and net 12:40:49 «third party software can't screw up the OS» requires third party software to be run in containers. 12:42:22 no. / vs /usr/local is enough 12:43:13 i like the philosphy of freebsd i just dont know if taking the time to figure out the issue during the install is worth it instead of simply sticking with debian 12:45:00 "figure the issue during the install"? 12:48:55 Demosthenex: i tried installing freebsd on my laptop and got some weird issue with the sdhci driver that wouldnt let me go further 12:50:23 i made a post on reddit about that because i couldn't understand what it meant and i was told to blacklist the driver with a command on the terminal 12:50:41 but the command returned unknown command lol so my freebsd journey ended there 13:07:34 ah. yeah, freebsd hardware support is where linux was a decade ago 13:07:47 i'm rather used to debugging those driver issues. laptops tend to be... finiky 13:08:19 you might try on a desktop or vm first 19:09:11 found a way to completely wreck my server's MediaWiki performance: just run `find` and arc_prune shoots to 100% CPU, making every php-fpm process go crazy on I/O waits 19:10:01 oooooh this explains weird spikes at 03:00 when periodic scripts run 19:10:14 I think they include find 19:12:06 CPU: 2.6% user, 0.0% nice, 41.4% system, 0.1% interrupt, 55.9% idle 19:12:12 You're thinking is correct. 19:12:14 and that's not the lowest hahaha, it was 83% 19:12:23 in system 19:13:01 locate rebuild, finding suids 19:13:56 why can't ARC just take more memory, I do not get it 19:14:05 Mem: 4112M Active, 18G Inact, 3486M Laundry, 4861M Wired, 136K Buf, 681M Free 19:15:17 and this is on 14.3-RELEASE-p1 19:32:23 why does it need more 23:23:24 hiall, is there a way to get interactive loading of rc.conf/loader.conf during boot? 23:24:19 i seem to remember being able to do this, but can't find it anywhere.