-
skered
THat's pkg-version output?
-
rtprio
skered: yes it is
-
nwe
good morning! how does people running slack on their FreeBSD desktop? whats the best solution?
-
rtprio
i just you know, went to the site
-
nwe
rtprio: yeah maybe that´s the best solution.. today I using macOS and the slack-app.. what I missing in the browser-version is I dont have tha "quick" sidebard to switch workspace..
-
rtprio
grandpa, what was chat like when you were young? just irc and having to type /window and no emoji or file uploads or jira integration
-
rtprio
the way god intended
-
ivy
rtprio: if /usr/ports exists, pkg may decide to use that instead of the remote repository to find packages, which means all base packages will appear to be orphaned. i think there's an option to stop it from doing that
-
nimaje
another reason to have the ports tree cloned somewhere else and not at /usr/ports yay
-
ivy
i think this is arguably a bug, because the existance of a random directory shouldn't cause its behaviour to change like that
-
nimaje
javavmwrapper does it selection logic by looking up the default java version from the local ports tree, instead of the default java version it was build with (and why would I change anything for the local ports tree, that is there to look at the ports, but they are build on my builder)
-
rwp
I have this very large archive of METAR weather data (it's not important why) but it is mostly repetitive text. It's 14813572689 bytes in content. On ZFS with lz4 it uses 4470997 in disk space. I am really loving the zfs compressed file system.
-
nwe
can someone here recomend a good dockbar something similar macOS which do you guys recomend?
-
GoSox
oh if you get an answer let me know
-
rwp
I can't help you since I don't run a Desktop Environment but only a regular X Windows window manager.
-
paulf
KDE here but I don't do anything fancy, mostly just use krunner
-
rwp
In addition to KDE I know that Xfce has both a system tray and a panel.
-
paulf
(except to start konsole because some twat changed the startup directory to / rather than $HOME)
-
nwe
I using evilwm, but want a dockbar :)
-
rwp
My search-fu says that cairo-dock and plank are dockbars available under FreeBSD.
-
nwe
rwp: I will take a look on plank
-
ivy
does anyone use FreeBSD/powerpc64? i think we've broken crypto in main, curious if anyone has an earlier version where it works
-
Samy
Hi, i'm working on HA tunnels using CARP VIP as an endpoint for GRE tunnels, but i am having issues reaching the VIP as it doesn't answer to pings, whereas GRE tunnels to public IPs answer with no issues, any hint on how to resolve this issue ?
-
rtprio
ivy: i guess i could rename it and see
-
spaciouskarter78
hey can we use libadwaita/gtk4 software in freebsd?
-
[tj]
yes
-
[tj]
I have used solvespace on freebsd recently
-
[tj]
which is gtk4
-
CrtxReavr
Is solvespace some kind of AI site aggregator?
-
wipt
Hey there! Upgraded from 14.3p10 to 14.4, on reboot I end up booting to 14.3. There's nothing more to update. I saw there was errata, tried turning off kernel_autodetect, no luck.
-
Reinhilde
checked you have the right boot environment?
-
wipt
Reinhilde: How do I do that?
-
lts
wipt: man bectl
-
Reinhilde
wipt, if you use ZFS, more information can be found at `man bectl` as lts said
-
wipt
Thanks!
-
scoobybejesus
rtprio, not to be an annoying onlooker, but i'm sure i'm not the only one who has a few fears about converting to pkgbase, so I'm eagerly awaiting your resolution to this :)
-
rtprio
well, i did update the repo to latest from quarterly
-
rtprio
which actually didn't seem to work as i expected
-
rtprio
Installed packages to be DOWNGRADED: FreeBSD-zoneinfo: 15.0 -> 15.snap20260402113922 [FreeBSD-base]
-
ivy
rtprio: you've somehow switched from base_latest_0 (15.0-RELEASE) to base_latest (15.0-STABLE)
-
ivy
check what you have in /usr/local/etc/pkg/repos/FreeBSD-base.conf, it should just be "FreeBSD-base: { enabled: yes }" and nothing else should reference that repository, except /etc/pkg/FreeBSD.conf which you never edit
-
rtprio
then perhaps i need a fresh one
-
ivy
-
ivy
oh, i mean base_release_0, not base_latest_0 (which isn't a thing)
-
rtprio
i think i was aiming for the tip of the 15 branch, but staying with release i suppose is ok
-
wipt
I'm doing something wrong. Using "bectl activate" on the snapshot created by freebsd-update, it shows as status R. Rebooting puts me into the same enviroment, though.
-
ivy
well, if you want stable/15, it's expected that 15.0 to 15.snap is a "downgrade" -- it's a little confusing, but pkg considers "snap" to be older than "0"
-
rtprio
despite being newer
-
ivy
it's because usually you go 16.snap (16.0-CURRENT) -> 16.0 -> 16.1 ..., but in the case of switching from release to stable it's the other way, i'm not sure if there's a good fix
-
ivy
perhaps the stable packages should be called 15.0+snapYYYYMMDD or something
-
rtprio
i think my goal was to get the most up to date ports. so that should be done as an override in /usr/local/etc/pkg/repos/ eh
-
ivy
yes, just add the new "url" key to /usr/local/etc/pkg/repos/FreeBSD.conf, everything else will be inherited from /etc/pkg/FreeBSD.conf
-
ivy
(you need to update both FreeBSD-ports and FreeBSD-ports-kmods)
-
ivy
or you could call it FreeBSD-ports.conf, to be more clear
-
rtprio
i think that's what confused me was the kmods straddling _latest and _release_0
-
wipt
Hmm, renamed the snapshots, looks like I'm booting the new one, but somehow it isn't the version it should be?
-
ivy
pkg.freebsd.org/FreeBSD:15:amd64 <- kmods_latest* and kmods_quarterly* are for the ports branch you want, the _0 is for 15.0 and the one without _0 is for 15-stable
-
ivy
so you probably want kmods_latest_${VERSION_MINOR} if you're on 15.0R
-
ivy
we could probably put some more examples of this in /etc/pkg/FreeBSD.conf
-
rtprio
yeah, that would help
-
rtprio
even a wiki page of a list of common senarios with a code block to slap into the overrides
-
wipt
freebsd-version -ku reports 14.4-RELEASE-p1, uname -a says I'm still on 14.3-RELEASE. I've done the freebsd-update upgrade, install, reboot, install again. I've activated the new snapshot with bectl that each install seems to make.
-
wipt
Rebooting doesn't seem to actually boot the new snapshot, it just boots default. If I change the new snapshot name to default, it will boot it, but it's like the install never happened.
-
swee
I'm using KDE Plasma 6.6.3 on FreeBSD 15.0-RELEASE with i915kms loaded, but it is using llvmpipe according to glxinfo
-
swee
the iGPU is Intel UHD Graphic 630 on an Intel i7-8700
-
swee
s/el i/el core i
-
swee
-
rwp
wipt, You say "snapshot" but Boot Environments are "clones" of snapshots. The snapshot is part of it but snapshots are read-only so it needs to become a file system clone to be read-write and bootable as a Boot Environment.
-
rwp
Renaming a snapshot to default is the wrong thing to do. And being a snapshot name it won't affect the file system clone names and won't affect the BE. To boot a different BE activat it with bectl.
-
rwp
If you want to boot a different BE than activated then at boot time there is a Boot Environments option which will cycle through each of the available boot environments. It's a little tedious if you have many BEs but boot and select that and explicitly select the BE to boot so that you know which one you booted.
-
rwp
Please verify that to upgrade from 14.3-RELEASE to 14.4-RELEASE you used "freebsd-update -r 14.4-RELEASE upgrade" followed by "freebsd-update install" then "shutdown -r now" then "freebsd-update install" a second time. Then "pkg upgrade -y".
-
rwp
And also what does "freebdsd-version -kru" say?