-
mason
-
mason
And... I've isolated the bad interaction. It's the default binds. "set -o" still shouldn't matter, so it remains a bug, but it's an interesting one. I'll try to get time to debug it further.
-
mason
(Hidden backstory - I'm thinking of using /bin/sh as my default shell.)
-
TommyC
mason: Why?
-
TommyC
Many other shells have /bin/sh's features and more.
-
mason
It's minimalist.
-
mason
I like minimalism.
-
TommyC
Don't get me wrong, I use /bin/sh for my scripts too, but for my user shell I like some features.
-
smlavine
How fast is FreeBSD's /bin/sh compared to dash (used by Debian etc.)?
-
mason
smlavine: They're both Ash. I'd bet they're indistinguishable.
-
n|Phreak
Good evening , I had wayland and other compositors working great with 14.1 but I restarted and now I have no permission with seat0 , I have video group added , and no changes with kld in rc.conf
-
n|Phreak
I didn't need XDG before do I need it now ?
-
n|Phreak
Sorry wayfire and other wayland compositors worked before
-
Macer
crazy question but does fbsd compress ram by default nowadays?
-
cpet
What does that even mean ?
-
cpet
Reminds me of the site that allows you to download . more ram
-
n|Phreak
I get the error now "Could not set VT mode to enable process switching: Operation not permitted"
-
cpet
Means you arent root or something else
-
cpet
Jail?
-
mason
Macer: Not by default.
-
mason
-
mason
Macer: Maybe not at all. "Not by default" was the wrong answer.
-
n|Phreak
Looking at the hyprland logs and wayfire logs I see "wayland backend cannot start" "DRM backened failed"
-
mason
Looks like there have been a couple Summer of Code projects.
-
cpet
hrm
-
cpet
people really need stop thinking every OS is the same as Linux
-
SponiX
cpet: why? lol
-
ketas
-
ketas
there is hack for this but unsure if good
-
ketas
in some cases it might be good to compress ram... MAYBE
-
ketas
memory is fun, my android phone has 12g ram and 8g swap, if it compresses any of them, it would give even more (slow) memory, yet it doesn't do much, isn't even fast... and then i have box with 4g ram and 16g swap which somehow performs much better
-
mason
I had RamDoubler on the Mac decades ago. Worked pretty well.
-
ketas
you know in some sense i get why android chose to have java ui
-
ketas
even
-
SponiX
did they ever pay out to Oracle over that?
-
ketas
i wonder if swap in compressed malloc based md would work
-
mzar
are you compressing swap ketas ?
-
ketas
or more like, would it be useful
-
ketas
no i don't
-
mzar
OK, go with zstd
-
ketas
swap on zfs?
-
ketas
or there was geom compression class?
-
ketas
i can't see one
-
ketas
could always swap into fuse or so
-
ketas
this all sounds like crap
-
ketas
i've done swap over nfs :)
-
ketas
there are number of issues here
-
ketas
as with zfs, what if you want to swap but in order to swap you need to allocate more memory which you can't since there's no memory left, and if you would have memory left you won't need to swap at all
-
ketas
unsure why zram never went in
-
ketas
too complex with less benefits?
-
ketas
only thing that compresses now is zfs arc
-
SponiX
"zram" is a thing in the current default Fedora Linux installs. For better or worse
-
ketas
is it adaptive?
-
ketas
i wonder how much benefit it gives you
-
ketas
cba, more slower ram, less fast ram
-
n|Phreak
Is anyone else having issues with seatd not finding any gpu's ?
-
n|Phreak
using freebsd 14.1
-
SponiX
n|Phreak: this is required for something you are doing with Wayland?
-
n|Phreak
yeah wayland uses seatd
-
n|Phreak
Everything was working just fine before , I install hikari and wayfire
-
n|Phreak
now I can't get seatd to work properly
-
SponiX
quick search tells me that 14.1 is EOL - although I have no recommendations on how to fix the seatd problem, I do recommend that you update to 14.2-RELEASE
-
n|Phreak
yeah I just get error Waiting for DRM card device
-
n|Phreak
hmm ok
-
SponiX
I'm on 14.2-RELEASE with drm-61-kmod and amdgpu for an RX 5700 and it works well with X11. I have not tried anything Wayland YET though
-
SponiX
Yeah, "freebsd-update fetch" and "freebsd-update install" should make a boot environment for you and get you up to speed on 14.2
-
n|Phreak
yeah I'm running freebsd-update fetch now
-
n|Phreak
reading the handbook
-
SponiX
well, staying on the non EOL production release should at least give you security patches to keep the machine safer
-
SponiX
and it is the easiest method to do that
-
SponiX
Also there is an ABI change from 14.1 to 14.2 -- so chances are you might need to "pkg update" and "pkg upgrade" after the reboot making the 14.2 active
-
n|Phreak
I just don't understand why all of a sudden seatd doesn't work , even though I haven't changed anything
-
SponiX
I'm at a loss on that too
-
SponiX
I've never used seatd for anything though
-
n|Phreak
I'll do that , I see there are 135 patches in 14.2
-
n|Phreak
not even wayland ?
-
SponiX
I've not used Wayland on FreeBSD at all. It is my default on Fedora Rawhide KDE Plasma edition though
-
SponiX
(Fedora Linux)
-
n|Phreak
yeah I have it on all my devices
-
SponiX
Oh, if you are a KDE Plasma fan, 14.2 has "kde" meta port now that installs KDE Plasma 6.3.4
-
SponiX
I'm using that right now
-
n|Phreak
nah I rather use a tiling window manager
-
SponiX
-
n|Phreak
I stopped using kde / gnome a long time ago
-
SponiX
So, hyprland, sway ?
-
n|Phreak
yeah from sway to hyprland
-
n|Phreak
on wayland , or i3 xorg , enlightenment
-
n|Phreak
hmm freebsd-update install didn't install 14.2 ?
-
SponiX
Oh, you might want to disable your GPU driver from loading in rc.conf and load.conf -- because when move to 14.2 those will need a re-install, and it trying to load the old one will likely give you a kernel panic
-
SponiX
hmm, maybe it needs a "release" target before it does that
-
SponiX
I'll have a look
-
SponiX
-r release -- Target for upgrade (e.g., 13.2-RELEASE)
-
SponiX
so try freebsd-update -r 14.2-RELEASE
-
SponiX
and frreebsd-update install
-
SponiX
could also be: freebsd-update -r 14.2-RELEASE upgrade
-
SponiX
sorry for any confusion. I am New to FreeBSD
-
n|Phreak
yeah its ok , I might have to fresh install 14.2 anyway
-
n|Phreak
-
SponiX
yeah, those directions look a lot better than me "winging it"
-
n|Phreak
so for future reference its , freebsd-update upgrade -r 14.2-RELEASE
-
SponiX
Nice
-
n|Phreak
lol didn't have to re-install anything , video drivers work just fine , hyprland is up .. so weird
-
SponiX
Nice
-
SponiX
so "seatd" is working now?
-
n|Phreak
yeah , as soon the screen changed I new the video drivers were working again
-
SponiX
lol
-
SponiX
well, glad I helped you "fix seatd" even if neither of us know how it was done :P
-
SponiX
I will sleep better knowing you are on 14.2 and getting security updates
-
n|Phreak
yeah it was good advice
-
n|Phreak
Thanks
-
cpet
SponiX: cause people keep saying but it worked on Linux
-
cpet
(TM)
-
ivy
can anyone name a layer 2 networking protocol which is supported by a current freebsd release (so not ATM) and which is exposed as a network device (so not fibre channel) and which has a link level network address (so not PPP) but which does not use Ethernet addresses as its AF_LINK address format?
-
tykling
o_0
-
tykling
this was on final jeopardy last night
-
cpet
LLDP
-
ivy
lldp does not count since it's not exposed as a network device in freebsd
-
ivy
(specifically, i want something that shows up in ifconfig)
-
cpet
Token ring ?
-
ivy
do we still have any token ring drivers?
-
cpet
Yeap
-
cpet
If we don't would not be that hard to port back in
-
ivy
could you name one? :) man -k token isn't turning up much...
-
cpet
Oltr if you want to Install 5.4
-
cpet
But that's all I got
-
ivy
ifconfig is not helping either, the only format is has actual support for is "ether", the rest are just shown as generic lladdr
-
cpet
Token ring is old don't think any is has support for it
-
cpet
Besides hacking it
-
cpet
But based on the above that's only thing that comes to mind
-
ivy
the reason i ask is, i'm trying to decide if it's necessary to support address formats in link_addr(3) other than 48-bit ethernet addresses. i can't find any situation where you'd actually need that. (this is the function that parses the argument to 'ifconfig if0 link <address>')
-
cpet
What does the RFC say ?
-
ivy
there is no RFC for this
-
ivy
i don't think link_addr is in POSIX either, it seems to come from BSD/OS
-
ivy
actually no, it was in 4.4BSD
-
ivy
of course back then they had lots of interesting network protocols, now it's all just ethernet
-
MrHAPPY
wait? what?
-
cpet
If we don't change the size of Mac addresses don't see why you would change that
-
cpet
BSD 4.4 Reno
-
cpet
I have src for that
-
cpet
-
Macer
sorry. i missed the whole conversation. but yeah. zram tends to be the way to go with linux. i was just curious if fbsd already compressed ram by default and if so, how. but it seems like it doesn't and that zram is in progress.
-
Macer
i must have been thinking about arc compressing ram in zfs
-
cpet
who was the one asking about zram?
-
cpet
I can't sleep so I did some reading
-
cpet
and mdconfig has a -o compress option
-
cpet
not exactly the same as gram but similar
-
CyberCr33p
I am trying to troubleshoot this issue:
bugs.freebsd.org/bugzilla/show_bug.cgi?id=286442. Could someone who has Postfix installed please run the following command and report the results?
-
CyberCr33p
postfix set-permissions upgrade-configuration
-
polarian
hmm it doesn't seem the pf mailing list is very active, I wonder if it would have been worth cc'ing it to freebsd-questions which tend to get more responses than on more specialised mailing lists
-
polarian
(I guess this is the issue with freebsd's sprawling number of mailing lists, its hard to keep track of them all)
-
polarian
I am a big fan of how openbsd sticks most shit into misc@ so I can tune into what I am interested in and discard what I am not
-
CrtxReavr
-
» kevans facepalms
-
kevans
not a word after Colin pointed out the idea was lifted from the release announcement, eh?
-
kevans
you could probably argue that it was presumably not a default configuration, though then you get into arguing about how downstreams assess risk in writing their own announcements
-
ketas
if GSSAPI authentication is enabled, but the likelihood of successful exploitation appears remote.
-
kevans
indeed
-
drobban
someone in here been able to build ollama for arm64 on freebsd?
-
mzar
/14/14
-
mzar
err
-
badkat
drobban: didnt tried that, whats the problem?
-
badkat
im having some issues with this new userland software in 14.2 "dsbdriverd"
-
badkat
seems like some systemd stuff to me, its touching my interfaces, i hate that crap
-
rtprio
never heard of it
-
badkat
yesterday i deployed a new freebsd box that contains a bhyve VM, using a tap-bridge
-
badkat
rtprio: its from 14.2
-
badkat
this happens, the tap interface is getting destroyed by that new deamon
-
badkat
-
rtprio
what installed it?
-
badkat
rtprio: nice question, im on that investigation now
-
rtprio
it's not 'from 14.2' it's from the ports. uninstall it
-
badkat
yes my bad is not base userland
-
rtprio
or disable it `sysrc dsbdriverd_enable=NO`
-
badkat
damn sorry for my blaming post :(, i got rageful thinking that was on base, didnt even noticed the bin path
-
drobban
badkat: no port available for arm64 in ports, tried to see if I could figure shit for my self, but im getting snagged on the fact it tries to compile with support for gpu, dont care for the gpu, want to try it with cpu only.
-
drobban
cant figure out how to disable those parts. Seems like I have to start learning go.
-
mtll
drobban: I don't know go, but sounds like that should be something you can disable with a compile-time flag or something
-
mtll
might not be though, but that would be good engineering
-
drobban
mtll: yea, agree with you.. Ill have to study the build tools more.
-
mtll
-
mtll
my cmake is rusty, but looks like it has some support for building for CPU
-
drobban
thanks for the pointers i'll have a look
-
jaredj
hey i've got a fun question
-
jaredj
so i decided to implement a CARP-redundant firewall/router inside VNET jails on two machines
-
jaredj
i know this is pretty silly - that's not the question yet :)
-
jaredj
i created vlan interfaces on my host for each tagged vlan; bridges for each vlan with the vlan interfaces connected (so i can have other jails on a given vlan along with the firewall); and epairs connected to the bridges with the b-sides handed to the vnet firewall jail.
-
jaredj
CARP got pretty upset when epair101a sent a CARP packet from MAC 00:00:5e:whatever it is and then re0.1 suddenly sent with that MAC too
-
cpet
jaredj: ever herd the song about carp ?
-
cpet
no song listening no help
-
jaredj
lol no
-
megaTherion
I know perl carp...
-
jaredj
so i'm gonna try with netgraph instead of all these bridges and epairs
-
jaredj
i see that there is an ng_ipfw but not an ng_pf. i don't think i have anything amazing to use ng_ipfw for, and ipfw doesn't have pfsync like pf does
-
jaredj
so i've watched the presentation about netgraph, read netgraph(4), read a FBSDJournal article about it - has anyone here used it in conjunction with a firewall?
-
jaredj
that, i think, is the question. the only thing that needs fixing is my head because i'm not just running opnsense vm's, probably
-
badkat
cpet: there was a carp song from openbsd but not sure, that one?
-
cpet
badkat: every openbsd release they put our an image and a song
-
cpet
carp had one and it was hilarious
-
jaredj
-
cpet
yeap
-
jaredj
reading. laughing :D
-
badkat
cpet: i know about the songs dude :)
-
cpet
no you dont you just googled it after I mentioned it
-
cpet
dont lie
-
badkat
this guy...
-
badkat
i didnt know the release related to the song
-
badkat
why i mention openbsd then XD
-
jaredj
*shrug* i sure did. :)
-
jaredj
er, -- search for it
-
badkat
cpet: you are more stupid than i tought, or maybe im flaming a handicaped guy :P should not expect more cognitive resolution from you
-
jaredj
boy howdy. i had read a history of CARP on the Wiki page but this is far more colorful :)
-
badkat
jaredj: any idea do you want to implement over netgraph?
-
cpet
badkat: i was kidding ?
-
badkat
cpet: then i was too
-
cpet
ok then
-
cpet
you are more stupider than I thought
-
badkat
thanks
-
cpet
np man
-
jaredj
aww you gu -- um, peoples ^_^
-
cpet
jaredj: seeing how some peple here cant take jokes
-
cpet
what exactly is your issue
-
cpet
netgraph is probably not they way to go
-
jaredj
i certainly want to collect netflow data; i was gonna try to move to netgraph in the future, but with this crazy bridge contraption thing not working, it's forcing my hand
-
cpet
we need configs, examples
-
cpet
copy and paste
-
cpet
not just it doesnt work
-
cpet
dont be that linux guy
-
cpet
forget his name
-
jaredj
hell, there's no "it"
-
cpet
well remove it
-
badkat
jaredj: which netflow spec in special?
-
cpet
and still show us some stuffs
-
jaredj
mmm, i don't know enough to care which netflow version yet... *distant stare* i learned a thing or two about those last year
-
jaredj
any preferred / forbidden pastebins or pic sites?
-
cpet
just paste it here
-
cpet
i hate using pastebins
-
cpet
i hate looking at pastebins
-
cpet
and i hate people posting pastebins
-
cpet
and i hate those who think copying and pasting is hard to hard
-
cpet
and i hate people who dont listen to the openbsd songs
-
cpet
whats the default DOCSDIR ?
-
jaredj
-
cpet
jaredj: i dont know maybe smarty pants can help you
-
badkat
jaredj: just put all the openbsd songs in a playlist then everything gets easier
-
megaTherion
:D
-
badkat
if you listen the 6.6 backwards there is an easter egg
-
jaredj
i was happy to see 9front has a song this release
-
jaredj
haven't listened to it though :D
-
jaredj
cpet: pikchr <<EOF
-
jaredj
HostA: [box "re0" height 200%; line dotted; box "re0.1"; line chop; box "bridge1"; line; box "epair101a" center ">" above rjust ">" below rjust;]; box width HostA.width+1cm height HostA.height+1cm at HostA.center; text "Host A" bold above ljust at 0.75cm n of HostA.nw; JailA: [Epair101b: box "epair101b" center "<" above ljust "<" below ljust;]; with w at 1cm e of HostA.e; box width JailA.width+1cm height JailA.height+1cm at
-
jaredj
JailA.center; text "Firewall jail A" bold above ljust at 0.75cm n of JailA.nw; ; move to 3.5cm s of HostA.sw;
-
jaredj
HostB: [box "re0" height 200%; line dotted; box "re0.1"; line chop; box "bridge1"; line; box "epair101a" center ">" above rjust ">" below rjust;]; box width HostB.width+1cm height HostB.height+1cm at HostB.center; text "Host B" bold above ljust at 0.75cm n of HostB.nw; JailB: [box "epair101b" center "<" above ljust "<" below ljust;];
-
megaTherion
*lol*
-
jaredj
with w at 1cm e of HostB.e; box width JailB.width+1cm height JailB.height+1cm at JailB.center; text "Firewall jail B" bold above ljust at 0.75cm n of JailB.nw; ; spline thick from JailA.n up 0.5cm then left until even with 1cm right of HostA.nw then down until even with HostB.sw then right until even with 0.5cm s of JailB.s then to JailB.s; text "Intended CARP redundancy" ljust at 1.5cm right of 0.5 between HostA.sw and HostB.nw
-
jaredj
EOF
-
megaTherion
please reformat in svg and encode in base64 :D