-
ring0_starr
*I* am not even sure how to do system administration anymore with all these new technologies.
-
ring0_starr
if I were an AI bot trying to mimic what I see currently, I'd be blending together random buzzwords into a blender and pouring the soup on top of linux
-
ring0_starr
"grafana and prometheus on the kubernetes cluster to manage our docker containers on the AWS EC2 instance"
-
ketas
replace yourself with ai
-
ring0_starr
I mean, if they want to do that, good for them, they can have their tech stack. Meanwhile i'm stuck in the year 2005 with FreeBSD/Nginx/Postgres/PHP or python or something
-
ring0_starr
and more mentally stable because of it
-
ketas
well it all kind of sucks indeee
-
ketas
indeed
-
ketas
where's security in 1000 js libs from github?
-
ring0_starr
it's in Rust
-
ring0_starr
if you rewrite it all in rust, it'll be flawless
-
ketas
good for hackers :p
-
ring0_starr
the issue is those memory corruption buggers
-
ring0_starr
we can trust 4000 randoms on the internet whose libraries we depend upon
-
ring0_starr
it's not like there were ever any backdoored npm modules before
-
ring0_starr
wait
-
ketas
there are also examples how you could get libs easily installed with curl | sh
-
ketas
:p
-
ketas
awesome
-
voy4g3r2
increase libraries and other peoples great work and in the same time increase copmlexity with liability.. fun times
-
ketas
sshd patch appeared, fyi
-
ketas
polarian: ?
-
ketas
:p
-
sbr
o/ braindumped what it takes to develop elixir on freebsd. might be useful to some, if there are glairing issues, shout.
mh.8by3.net/posts/elixir-bsd
-
darwin
for GigaByte GeForce RTX 4090 OC, can I get something like nvidiafb with small text--what would I need to install? I installed nvidia-driver, nvidia-drm, but it's very large text, and the 4K monitor sets to something like 1024x768 and the other two monitors don't turn on, in XFCE
-
dch
looks like I need a USB-C <> NVMe M.2 adapter
-
dch
doesn't need to be fast, just needs to work. Is it likely most anything will be fine?
-
dch
sbr: I'm the lang/elixir (and related ports) maintainer, and also responsible for the tailwind monstrosity
-
dch
post looks great to me, sbr, thanks for sharing the BSD love :D
-
sbr
Nice, didn't even consider to check channel members to see if that dch was here ;-). I knew I had to thank you for tailwinds, didn't realise it was elixir on fbsd in general! I owe you beer or non alcoholic beverage of choice next time I am in Austria (not likey soon). Really appreciate the effort to make FBSD a first class elixir platform.
-
polarian
ketas: yeah the patch hit this morning
-
polarian
I saw the security advisory hit my email
-
polarian
only took them like 3 days longer than *Linux distros and OpenBSD :P
-
polarian
also I assume the ? was about my previous message, you geli can do passphrase on its own, keyfile or both, I am setting up a server which needs to boot unattended, I believe TPM was recently merged into geli but there is no docs on this nor does the hardware support it, so that leaves keyfile (a 64 byte random key on a usb stick which is used to decrypt the server disks.
-
polarian
problem is, I am not sure keyfile is supported within the installation media, if it is I cant figure out how to do it
-
polarian
I know how to do it manually using the command line, but that means doing the entire freebsd install manually then
-
polarian
which is fine, just not too sure how to do it (does anyone have a guide on this they can share?)
-
kmd_
Hello. I have a question about amdgpu driver on FreeBSD; did anyone tried to undervolt a Navi2 GPU? I was trying to look around how to pass amdgpu.ppfeaturemask param to the kernel, so it would be possible to adjust voltages. Anyone tried that?
-
nimaje
polarian: afaik there should be a way in the installer to just setup the disks manually and then let it continue
-
polarian
nimaje: I will look into it
-
polarian
Meanwhile another issue, i915kms still is broken in 14.2-RELEASE :/
-
polarian
trying to load the module causes a black screen
-
polarian
14.1-RELEASE works just fine but will hit EOL in a few months :/
-
polarian
wait I think its next month
-
polarian
I wonder if it could be due to libreboot
-
nimaje
it is because kernel abis aren't completly stable between minor versions and so the kms kmods have to be build for the exact kernel version they are to be used for, building on 14.1 and using on 14.2 doesn't work
-
polarian
nimaje: I was told that the kmod would be starting to be built on 14.2 after a month or two
-
polarian
its been months since 14.2 why is it still being built on 14.1?
-
polarian
also better question is why the ports aren't release-specific... too much storage/compute needed to build them for each version?
-
kentoj_
Hey, im new to freebsd and struggling with a custom .rc file for a webdav server. I create an executable /usr/local/etc/rc.d/webdav, made it source /etc/rc.subr, added name="webdav", "rcvar=webdav_enabled", load_rc_config "$name" and run_rc_command "$1" along with command and pid file definiton. Now when i use 'service webdav start' it works as intended, however after enabling it with 'service
-
kentoj_
webdav enable' it doesnt run on reboot.
-
polarian
kentoj_: you do have $servicename_enabled="YES" in the rc.conf file right?
-
polarian
nimaje: so if I manaully compile i915 from the ports it should work, right?
-
nimaje
yes, just compile it from ports
-
kentoj_
polarian: well its 'webdav_enable="YES"' but yes
-
kentoj_
oh yea i mistyped the message here, mb
-
nimaje
polarian: abis are stable between minor releases, so building ports for each minor release would unnessesary multiply compute and storage, just some kernel intern interfaces aren't stable and some ports (like drm-kmods and vbox-kmod) use them, so those few ports should get build for each minor release and afaik someone works on making that happen, iirc it will likely land together with pkgbase
-
kentoj_
Problem resolved, turns out pid file is not automatically managed so it reported wrongly as i didnt create it
-
polarian
nimaje: maybe there should be an additional flag introduced such as "verdep" or something which is a version dependency, and all ports are assumed to be "any" unless this flag is set in which case the remote has a different version for each of the port to fetch
-
polarian
although that would be a major change the port system and would need a lot of development
-
polarian
but it would be useful to be able to differentiate between version specific ports, and version inspecific ports (the majority of ports)
-
nimaje
well, pkgbase already needs something like that I think, but maybe it is just another repo per minor version there and pkg has no idea about the minor versions, I didn't look how it is implemented
-
CrtxReavr
WTF do I have an 800MB ~/.cargo/ directory tree?
-
CrtxReavr
I know that .cargo is a rust thing, but that doesn't answer why that file is there.
-
CrtxReavr
s/file/directory
-
psionic
why is block log all does not block the outbound connections as it should?
-
psionic
It does the incoming ports except the ones I specifically allowed
-
psionic
but outgoing is free roam
-
nimaje
~/.cargo should only be there if you used cargo, did you build anything as your user?
-
dvl
I'm about to grab the bogons file for pf... I feel like this should be a port. install the port, add the rules, done.
-
psionic
telnet: Unable to connect to remote host: No route to host
-
psionic
hmmm
-
psionic
this is how the pf blocks?
-
psionic
like no route to host lol
-
psionic
not timeout or something
-
psionic
or maybe its doing this cos i blocked icmp alltogether
-
realdeimos
it can drop or reject depending how it is configured
-
psionic
this is actually quite smart compared to linux if you setup stateful inbound rules for some ports with flags S/SA keep state then you dont need any stateful allow for tcp on outbound its automatic
-
psionic
isnt there a way so root cannot change the gateway period? like in securelevel 2 you cannot change the fw rules
-
rtprio
not that i recall