-
Yaazkal
Seems CLion does not run on freebsd, what IDE do you use for C programming?
-
AlaskanEmily
elvis or vim, and LXTerminal.
-
SponiX
everyone else using pkgbase too?
-
mtll
hernan604: for some reason, I tried scfb, but it seems the docs said that scfb only provided access to laptop monitors?
-
mtll
maybe I misunderstood em
-
cyric
mtll: it's generic non-accelerated driver using your console framebuffer
-
mage
hello, except for the KMODs, is it correct that packages build on any X.Y-RELEASE can be used on any X version?
-
mage
for example if I'm building packages on a 13.5 box can I be 100% sure that they will run on 13.0, 13.1, 13.2, 13.3, 13.4, 13.5 RELEASEs ?
-
nimaje
normally stuff build on X.Y can be used on X.Z with Z >= Y, as ABIs are stable in a major version, but some kmods use KBIs that aren't stable in a major version
-
mage
so if I'm building on 13.5 it won't run on 13.0 ?
-
nimaje
that is also why packages for 14.Z where build on 14.1 until its EOL recently
-
mage
(I don't care about kmods)
-
nimaje
no they won't, as additions to the ABI are possible, but you should use jails to isolate builds anyway and can then use a 13.0 jail to build
-
mage
thanks
-
mtll
so, I've been able to get i915kms module loaded, by manually disabling the discrete gpu via devctl
-
mtll
it seems to pick up the igpu fine, but I can't get xorg to start
-
mtll
starting it with no custom config it errors out with Cannot run in framebuffer mode. Please specify busIDs f
-
mtll
with this warning happening right before it:
-
mtll
VGA arbiter: cannot open kernel arbiter, no multi-card support
-
polyduekes
so it seems they really were waiting for q2 to merge the xorg-server security update in quarterly branch
-
nimaje
as each quarter a new quarterly branch is cut from the main branch, merge into quarterly for those security updates is now overcome by events
-
ivy
this doesn't change my personal preference to never use quarterly, though
-
ivy
security fixes being overcome by events a month later should be seen as a bug by itself
-
nimaje
yes, it is pretty bad, that nobody merged it into quarterly when it mattered
-
polyduekes
well in some cases like firefox for example, port updates get pushed into the quarterly branch asap, not sure why they can't do that for critical security updates
-
mtll
ok so I got frustrated, and physically removed my dgpu, just to see if the presence of it was confusing X somehow. and apparently it was, because I now get a different error
-
mtll
let me pastebin the logs, sec
-
mtll
-
ivy
i am hacking on bridge(4) vlan support a bit if anyone is interested:
llfw/freebsd-src 7d77bba
-
nimaje
wait, there is no x such that 14745600 <= x <= 4194304 how does xorg want that to be solved?
-
mtll
probably the bounds are wrong, not the x
-
mtll
I have no idea what this error means though
-
mtll
gonna try the drm-kmod 6.8 branch as a hail mary
-
mtll
got the same error with that version... maybe the 6.1 port?
-
mtll
pretty much get the same error no matter which version I try
-
mtll
it is interesting that the log contains multiple warnings related to DRI2 not being available, and the error happens right after "Initializing extension DRI2"
-
[tj]
how are people finding plasma6 cause I'm am not happy
-
LXGHTNXNG
would you like to go into detail
-
jpb
greetings - anyone using zfs in large enterprise environments?
-
mzar
sure, people do
-
martinrame
Hi, I'm trying to use an ssh key with a different name than id_rsa, in my case is 14_1-rsa and 14_1-rsa.pub, but those aren't read (and they exists in ~/.ssh).
-
martinrame
how can I tell ssh to read those, apart from the usual id_rsa and id_rsa.pub
-
armin
martinrame: identityfile in ~/.ssh/config
-
mzar
martinrame: please take your time, read the manul and you will learn, then, you will be able to help more people
-
mzar
s/manul/manual
-
CrtxReavr
Also -i at runtime, also in ssh(1).
-
martinrame
thanks!
-
n|Phreak
Hello, just setup a new 14.2 install on a Dell E-45 APU laptop (Wrestler) , I put in radeonkms in rc.conf but when I rebooted I now have a blackscreen and I can't even get into another TTY.
-
n|Phreak
How can I change to VESA instead ?
-
n|Phreak
I was trying to get Hikari to work
-
CrtxReavr
Try control-alt-backspace?
-
CrtxReavr
That hotkey should kill the X server.
-
CrtxReavr
Can you ssh into it?
-
CrtxReavr
Otherwise you're prolly looking at a hard reboot into single-luser mode.
-
n|Phreak
ok I logged via single user and zfs readonly=off zroot/ROOT/default
-
CrtxReavr
fix0r
-
n|Phreak
and I was allowed to edit rc.conf , and change to vesa , rebooting
-
n|Phreak
ok so didn't load hikari but I have login access again
-
n|Phreak
so device is a Wrestler [Radeon HD 6320]
-
n|Phreak
so if I use radeonkms and I get a blackscreen ,chances are video driver is working correct ?
-
jpb
n|Phreak: there have been issues with 14.2 video drivers. if you just want to try freebsd, download and install 14.1.
-
jpb
video drivers should be fixed soon.
-
n|Phreak
ohh ok , cool
-
mzar
14.1 went EoL yesterday
-
n|Phreak
lol damn , 14.2 went so smooth
-
ivy
14.1 being EOL should cause ports to be rebuilt against 14.2, which should fix the problem with DRM drivers, although that might take a few weeks as it has to be done manually
-
jpb
it's just timing. 14.2 had some issues with drm-kmod which affects video. 14.1 didn't have that. 14.2 packages are being built as we speak and should be available very soon (if not out already)
-
n|Phreak
ok , no big deal I can always upgrade to 14.2 later right ?
-
jpb
you can install 14.1 now and, in a few days, upgrade to 14.2
-
jpb
yes
-
jpb
14.1 will be just as smooth (or should be anyway)
-
ivy
jpb: do you know the PR for the problem in 14.2? i didn't see an errata notice for this, i assumed the problem was just the usual kernel/userland version mismatch in ports kmods
-
kevans
pretty sure they're just referring to the usual problem of trying to run 14.1 drm-kmod on 14.2
-
ivy
ah, i thought "14.2 had some issues with drm-kmod" meant there was a bug in 14.2 specifically
-
jpb
yes, that's it. there are a million similar discussions across different boards.
-
jpb
ivy:
bugs.freebsd.org/bugzilla/show_bug.cgi?id=282549 i think is part of this. i know when i tried 14.2 my intel i915kms module borked my display.
-
ivy
so this isn't actually fixed in 14.2, it will just break again later when 14.3 is released :-)
-
jpb
that being said, i'm using 14.2 now with xfce on a different machine using nvidia
-
n|Phreak
could be wayland also with seatd cause I was only using wayland anyway , xfce4 is x11
-
jpb
i'll probably try 14.2 on my older lenovo T530 again in a few days.
-
n|Phreak
does vesa work with wayland ?
-
jpb
no idea - never used wayland. others here may know.
-
CrtxReavr
I would think so. . . but I can't say for sure.
-
ivy
i didn't think there was a "vesa" DRM driver
-
n|Phreak
is that was xf86-video-vesa is ?
-
n|Phreak
isn't that what xf86-video-vesa is ?
-
CrtxReavr
Dunno if it's DRM.
-
n|Phreak
hmm good point
-
CrtxReavr
DRM is very worthwhile to try and get working though.
-
n|Phreak
yeah I know , works great on all my nix devies
-
n|Phreak
yeah I know , works great on all my nix devices
-
ivy
n|Phreak: but that's for X, not Wayland
-
n|Phreak
yeah your right my other devices are all intel drm
-
n|Phreak
ok so the video driver works because the screen changes but get "no clients on seatd0 to activate ?
-
n|Phreak
how would I change gid=1001 from gid=0(wheel) ? pretty sure I screwed this up going through to fast create a user
-
n|Phreak
cause uid should match gid correct ?
-
rtprio
i would not use 0 as a gid
-
n|Phreak
right I screwed up creating users , how do I change gid=0 to gid=1001 ?
-
jpb
run "man chgrp" to view the manual page for chgrp.
-
n|Phreak
lol finally got hikari working .. thanks everyone for your help
-
jpb
\o/
-
cinnabun
\o/
-
n|Phreak
wow hikari is really cool, I usually use sway / hyprland but I really like this.
-
n|Phreak
hmm linux-browsers ? what browsers do you guys use on FreeBSD ?
-
cinnabun
-
nimaje
I use qutebrowser, netsurf and librewolf
-
n|Phreak
yeah I like qutebrowser
-
nimaje
ah, and curl piped into less bundled into a shell function, I always forget about that one, probably because it became more like muscle memory
-
RelayChat
hi
-
RelayChat
does anybody know how close the PS5 OS is to FreeBSD in terms of kernel space?
-
RelayChat
i take it userspace is mostly entirely different?
-
rtprio
since sony doesn't publish their repo, it's purely hypothtical
-
RelayChat
okay
-
RelayChat
what is the general architecture of freebsd?
-
RelayChat
like a random binary making a write() call from userspace - does it directly cross the kernel boundary, or does it have to be exported from libc or something equivalent?
-
RelayChat
in other words, how similar is it to linux?
-
dstolfa
RelayChat: the latter
-
dstolfa
there's now a libsys as well
-
jpb
RelayChat: probably overkill for an answer but you can find all you need to know here:
github.com/iceqp/books-1/blob/maste…ting%20System%20(2nd%20Edition).pdf
-
holopeinen
hi, is there anyway to pass all my outgoing traffic via proxy
-
holopeinen
I used this rdr pass on $ext_if proto tcp from any to any port 1:65535 -> 127.0.0.1 port 3128 in pf, but nothing happen
-
mzar
holopeinen: does your proxy support transpareng proxying ?
-
holopeinen
mzar, yes it does
-
mzar
what it is ?
-
RelayChat
thanks
-
holopeinen
mzar, pq.hosting
-
mzar
was the software patched correctly for transparent proxying with PF ?
-
holopeinen
mzar, I do not, but I used squid locally because the provider has login:password. I tested curl -x 127.0.0.1:3128 and it works good
-
mzar
OK
-
holopeinen
but curl
ifconfig.me , it gives me my IP that ISP gives me
-
n|Phreak
awesome hikari + librewolf + doom-emacs
-
polarian
hmmm is there anywhere the documentation folks hang out?
-
polarian
I would like to discuss something within the handbook :)
-
ivy
polarian: try #bsddocs on efnet