-
ivy
15.0 is now 15.0-PRERELEASE
-
Macer
yay!
-
mason
ivy: Is pkgbase going to be the default for 15?
-
mason
-
mason
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.
-
mason
I'm sorry to have linked that thread. Should have read it first.
-
mason
Hm, still a few months to go. I should experiment with pkgbase in advance:
freebsd.org/releases/15.0R/schedule
-
Remilia
mason: interesting is an interesting choice of word haha, it's just plain weird
-
Remilia
(a page later) this is why I stopped using forums about a decade ago I guess
-
modev
hi, I want to say that there is new channel #odin-lang for interested in Odin programing.
-
modev
sorry for spam
-
Afterglow
Programming with a hammer :-)
-
Montoya
Hi
-
williamstoner
can someone sell me on freebsd
-
surrounder
williamstoner: yes, you can
-
williamstoner
like why would i use it instead of debian surrounder
-
surrounder
to have a real OS instead of a hump of 3rd party packages lumped together
-
kserg
Tenkawa, forum was fixed
-
williamstoner
wouldn't third party software that have been tried and tested be just as stable tho?
-
Demosthenex
no.
-
Demosthenex
linux is a mishmash of software from disparate sources, duck taped and tied together by the distro
-
Demosthenex
freebsd is shipped as one OS. the core OS is a single unit created and distributed by the same team
-
SponiX
williamstoner: FreeBSD has a handful of Pros and a few Cons
-
Demosthenex
third party stuff is then installed on top of that solid rock of a base system
-
Demosthenex
freebsd should give you confidence that you can't break the base system thru farting around with third party software
-
SponiX
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 ;)
-
Demosthenex
i think one of the mailing list posts just nailed it
-
SponiX
Demosthenex: well, that is what I and a few other folks have done recently ;)
-
Demosthenex
this seems to be about making a smaller base image so containers and embedded can pick and choose
-
Demosthenex
but then they want third party pkgs to PULL deps from the base OS that aren't installed
-
SponiX
well, I'm hoping before 15 is released with pkgbase they iron that out
-
Demosthenex
so they want to force the core to be packaged, so third party can trigger installation of core pkgs
-
Demosthenex
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
-
SponiX
Yeah, that is why it caught me off guard when I broke my box that way
-
SponiX
didn't expect that to be a problem, found out the hard way
-
SponiX
anyone tried Dragonfly BSD?
-
llua
yeah
-
SponiX
Does it have ZFS?
-
surrounder
no, hammerfs
-
SponiX
that's right.. forgot about that
-
SponiX
I've honestly never even booted it up in a vm
-
williamstoner
what's the difference in all those BSD distros if they all have the same package manager?
-
surrounder
the software
-
Demosthenex
williamstoner: the OS and the third party packages are separated
-
Demosthenex
nvm, i read that again :P
-
williamstoner
can you give me an example
-
Demosthenex
you meant they all use pkg, as opposed to deb or rpm?
-
williamstoner
yeah
-
surrounder
williamstoner: why is suse different from redhat? they both use rpm!
-
williamstoner
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
-
surrounder
so are opensuse and fedora
-
surrounder
so are openbsd and freebsd
-
AmyMalik
but they build their packgaes differently and have different defaults
-
surrounder
I mainly don't understand the question of 'selling' an OS to anybody
-
surrounder
just give it a shot and form your own opinion
-
williamstoner
yeah surrounder you are right but i tried once and i got some weird error during install and then just forgot
-
surrounder
so try again?
-
surrounder
very easy with virtualization around everywhere
-
williamstoner
i will definitely
-
Demosthenex
"give it a shot?"
-
Demosthenex
that's very loose criteria
-
Demosthenex
OS's should be chosen by features and requirements
-
Demosthenex
i require: third party software can't screw up my OS. ZFS with boot environments. no systemd. reliable upgrades.
-
Demosthenex
access to most common OSS packages is a plus
-
AmyMalik
also 'pkg' is different utilities on freebsd vs. open and net
-
AmyMalik
«third party software can't screw up the OS» requires third party software to be run in containers.
-
Demosthenex
no. / vs /usr/local is enough
-
williamstoner
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
-
Demosthenex
"figure the issue during the install"?
-
williamstoner
Demosthenex: i tried installing freebsd on my laptop and got some weird issue with the sdhci driver that wouldnt let me go further
-
williamstoner
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
-
williamstoner
but the command returned unknown command lol so my freebsd journey ended there
-
Demosthenex
ah. yeah, freebsd hardware support is where linux was a decade ago
-
Demosthenex
i'm rather used to debugging those driver issues. laptops tend to be... finiky
-
Demosthenex
you might try on a desktop or vm first
-
Remilia
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
-
Remilia
oooooh this explains weird spikes at 03:00 when periodic scripts run
-
Remilia
I think they include find
-
Remilia
CPU: 2.6% user, 0.0% nice, 41.4% system, 0.1% interrupt, 55.9% idle
-
skered
You're thinking is correct.
-
Remilia
and that's not the lowest hahaha, it was 83%
-
Remilia
in system
-
skered
locate rebuild, finding suids
-
Remilia
why can't ARC just take more memory, I do not get it
-
Remilia
Mem: 4112M Active, 18G Inact, 3486M Laundry, 4861M Wired, 136K Buf, 681M Free
-
Remilia
and this is on 14.3-RELEASE-p1
-
rtprio
why does it need more
-
decuser
hiall, is there a way to get interactive loading of rc.conf/loader.conf during boot?
-
decuser
i seem to remember being able to do this, but can't find it anywhere.