-
ek
Again, it doesn't really matter in the long run. The port will still pull and install the same data no matter what the compression chosen.
-
ek
Either way, thanks for contributing!
-
tm512
mjp: that would be "mode 11a" under ifconfig_wlan0, I guess either before or after "WPA DHCP"?
-
tm512
locking to specific channels in wpa_supplicant.conf seems like it'll cause problems down the road, or at least will require upkeep. the router's channel selection is set to auto, and I probably want to leave it that way assuming it looks to find the least congested band
-
mjp
try it and see
-
gman999
ek... so TAG? i'd rather do RELEASE.
-
gman999
the question is in freebsd i assume release is preferred no?
-
ek
gman999: Well, that's kind of entirely up to the maintainer of the port. You can specify a tag or commit to lock it down to a specific push or you can specify a release (which could possibly change but likely, it will not.)
-
ek
I tend to stick to releases since they are, for the better part of most dev's intent, to be non-devel and ready for consumption.
-
ek
"Public-ready"
-
gman999
yes.. that's my point.
-
gman999
lm stare at the bsd.port.mk file for a bit
-
ek
IMO, you should just go ahead and use the release version and not worry about the compression level/choice. A bunzip is fine. Who cares what it pulls?
-
ek
Er... bzip.
-
ek
Doesn't matter what the compression is. It's the same exact data either way. Keep the port simple and don't waste your time with nuances. :)
-
tm512
mjp: the mode 11a thing I'm kinda worried might break things if I end up having to connect to a 2.4GHz-only network, unless ifconfig will take the mode as a mere preference
-
tm512
for whatever it's worth, google's AI is suggesting adding the bssid of my router's 5GHz radio to my wpa_supplicant network block
-
tm512
the bssid solution will presumably mess up connecting to the other AP we've got here but considering it's connected to the main AP wirelessly and is about as far away as my laptop ever will be, I guess it's a worthwhile sacrifice
-
tm512
time to try it out
-
rwp
wpa_supplicant operates with multiple SSIDs specified in the config file just fine. No problem.
-
tm512
the other AP has the same SSID. I'm not sure that I can specify multiple BSSIDs for the same network
-
tm512
in practice, connecting to just this AP is probably fine
-
rwp
So... You have multiple APs with the same SSID? If so then they should be set up with what Cisco calls a "roaming" configuration. But from what I read I interpret that is not the case? Then isn't that going to be a problem?
-
tm512
basically all I know is that devices will connect to whichever AP gives the strongest signal, but by specifying a BSSID in wpa_supplicant.conf, I'm overriding that
-
tm512
what I'm gathering is that now it's never going to connect to the AP on the other side of the apartment, because that one doesn't have a matching BSSID on any of its radios
-
rwp
Adding an additional section to the wpa_supplicant.conf file with the additional ssid will allow wpa_supplicant to connect to either one.
-
rwp
Regarding Roaming: Same SSID, shared IP address subnet with shared DHCP assignment so that IP addresses don't need to change when switching from one AP to the other AP with the same SSID name. I am sure I am missing some detail or another but that's the general idea. Strange I don't find a Wikipedia article on it.
-
tm512
so I can have two network blocks in wpa_supplicant with the same SSID?
-
rtprio
i don't see why not
-
tm512
wonder then if it's possible to just specify bssid twice in the one network block, or if it'll ignore the extraneous one
-
rwp
Are you saying you have two APs with the same SSID but they have different passphrases? Otherwise I don't know why there would need to be multiple sections.
-
rwp
The current man page says something different but in an older version it was more descriptive: Configuration file can include one or more network blocks, e.g., one for each used SSID. wpa_supplicant will automatically select the best network based on the order of network blocks in the configuration file, network security level (WPA/WPA2 is preferred), and signal strength.
-
rwp
-
rwp
The current man page says something much more vague about how it works.
-
tm512
they have the same SSID and PSK. I dunno if you're following
-
rwp
I have never thought about having multiple sections with the same ssid declared. Please let us know how it works for you in practice.
-
tm512
there are 4 BSSIDs under the same SSID with the same PSK
-
tm512
two APs, each with a 2.4GHz and 5GHz band
-
rwp
If they have the same BSSID and PSK then wouldn't they all be covered by one config section?
-
tm512
they all have a different BSSID
-
tm512
in my wpa_supplicant.conf I specified the BSSID of the 5GHz radio on the main AP
-
rwp
Right. They must have different MAC addresses. Wait... You are putting the MAC in the wpa_supplicant.conf file? I have never thought of doing that before.
-
tm512
that's exactly what I did, yes
-
tm512
to prevent it from connecting to the 2.4GHz band (which is a different MAC/BSSID
-
rwp
I will back away as you are using wpa_supplicant differently than I have ever thought about using it and so my experience with it does not apply. And I need to run an errand anyway.
-
tm512
it'd be nice to allow it to choose between the two APs without allowing it to connect to 2.4GHz though, considering 11ac isn't working on 2.4GHz. friend says I should test this out on a Linux live system to check whether it's actually a FreeBSD-specific issue
-
tm512
but I think it's fair to assume that it is, considering how new 11ac support is here
-
tm512
I guess it's important to test that out though if I end up filing a bug report. since it's happening on iwx as well though I guess it's not an iwlwifi bug, but a net80211 bug
-
Hecate
hey folks, I'm trying to implement a Continuous Delivery pipeline from GitHub Actions to CBSD jails. I used to have a setup with `supervisor`, but it's proven more and more unreliable over time. Is there a solution out there that could replace it? I really just want to kill a process and restart it from my workflow. :)
-
nimaje
daemon --restart ?
-
Hecate
nimaje: I can use raw daemon(8) indeed! Thanks a lot.
-
ivy
what happened to the Ryzen 5900XT? apparently it launched in 2024, and now no one has it for sale
-
hodapp
something something AI
-
ivy
AI is causing a shortage of consumer desktop CPUs?
-
scottpedia
ivy: why? is ML not supposed to be run on specialty chips or FPGAs?
-
heston76
AI is causing a shortage for everything.
-
scottpedia
it's not accurate to use that acronym to refer to that specific thing
-
scottpedia
i'd call it "ML-derived Application"
-
scottpedia
and the a-word does not exist yet
-
hodapp
it's AI per the long-established definition of AI, as are many other commonplace things
-
hodapp
it's still not really AGI despite the hype
-
hodapp
but do mind the difference
-
rtprio
we might have agi soon but most folks won't be able to afford a computer by that point
-
scottpedia
when AGI comes out, we'd not be aware.
-
hodapp
we're not gonna have AGI soon
-
hodapp
or, at the very least: we're not going to get there by just scaling bigger
-
rtprio
*won't natter how well our AI works because most folks won't be able to afford a computer by that point
-
Tykling
come on just one more datacenter bro
-
scottpedia
that's the problem. it always runs one step faster ahead of us. like Judgement Day in T3
-
scottpedia
it'd exceed our human awareness. so it's aware of us while we are not aware of "it"
-
hodapp
Tykling: hey if I promise to pay you a lot of money to use my datacenter that I haven't built yet will you agree to build the datacenter for me
-
hodapp
Tykling: also what's a datacenter
-
Tykling
hodapp: I like the cut of your jib you've got a deal
-
scottpedia
rtprio: why most folks won't be able to afford a computer by then?
-
hodapp
scottpedia: nothing about AGI implies it's always going to be one step ahead of us
-
hodapp
it could very easily be perpetually a little bit dumber than us, and think 10 times slower, but still exhibit some notion of generalized intelligence
-
hodapp
Tykling: alright cool we just grew the market by like $500M or something idk how numbers work
-
scottpedia
well I think it's an "awareness game" we are playing. there was this fable that goes like in the old south a bunch of slaves work in a plantation, and they think they are under the control of their masters, because they'd get punished if not working. but the truth is if the slaves stop working the master will be starved to death, so sort of a symbiosis relationship actually. but the slaves still
-
scottpedia
THINK they are not in control not because of any actual circumstances but rather because they are not AS AWARE.
-
rtprio
scottpedia: have you priced ram or disks lately?
-
scottpedia
that could be applied to the relationship between humans and machines. who's on top depends on AWARENESS not performance or anything else
-
scottpedia
rtprio: nope. heard about some spikes in RAM prices.
-
hodapp
scottpedia: right now our models are nowhere even remotely close to this
-
scottpedia
hodapp: yes. but my point is, by the time AGI emerges, we'd not be AWARE of such happening.
-
hodapp
scottpedia: there's nothing about AGI that automatically implies that
-
hodapp
it's just a tautological "if we're not aware of it, then we're not aware of it"
-
scottpedia
yes. that's just a hypothesis by now. but AWARENESS is a tricking game as in the slavery example I mentioned
-
scottpedia
hodapp: yeah sort of like that "you don't know what you don't know" kind of things
-
scottpedia
tricky*
-
scottpedia
anyways gotta go laterz
-
mage
Hecate: I've implemented something similar with hierarchical jails and orchestration using Saltstack
-
mage
and ZFS of course
-
mirens
hello, I'm downloading freebsd iso right now. Are amd gpu drivers in the kernel like on linux mesa driver?
-
rtprio
they are not in the kernel, as i recall, but they are kernel modules
-
rtprio
downloaded from using packages
-
polarian
yes its distributed within the port tree
-
mirens
I am on linux at the moment so... sorry for comparing the two systems I know they are different, I am hyped to try freeBSD :)
-
mirens
so something like mesa vulkan I have to install manually
-
ialokin
-
zi
-
mirens
only one thing is bothering me to totally switch... my wife plays one simple game on steam, some match 3 small game and if I can get that to work on freebsd I hope to make the switch for good!
-
mirens
:D
-
mirens
thank you for the links I will take a look
-
zi
not sure id say "have to install manually" per se: pkg install mesa-devel
-
zi
having the package exist does the majority of the work for you
-
mirens
great news! thank you for the responses I will make the bootable usb now and install it on the linux. I hope it is not more difficult to install than arch :)
-
ek
It's very easy to install, actually.
-
mirens
Also I am so glad people use irc still.
-
mirens
oh one more thing... there is some happenings in X and Xlibre... shoud I go with Xlibre?
-
ek
Either is fine, but Xlibre seems like it will be running the show in the future (along with Wayland?)
-
mirens
I am used to KDE but I can see some bad moves toward freeBSD, should I use xfce or mate or it will be fine using kde on the long run
-
ek
Also, I haven't tried Steam gaming on FreeBSD (or anything else, honestly) but I've heard good things about it.
-
mirens
can they coexist on one system, wayland and X together?
-
ek
-
mirens
great news ek
-
ek
mirens: Yes. They can co-exist.
-
rtprio
xlibre has some interesting (not in a good way) code as well as a project founder with some controversial views, if that means anything to you
-
mirens
yes that is what I heard about Xlibre
-
mirens
but than again if something that I need works only on Xlibre what to do...
-
zerotime
good day #freebsd
-
zerotime
does anyone know when upgrades for 13.x and 14.x stop working after eol?
-
rtprio
mirens: unlikely that anything that only works on xlibre wouldn't also work on xorg OR xwayland for that matter
-
ek
zerotime: EOL is the date that updates/upgrades are no longer provided.
-
mirens
thanks for clarification rtprio
-
zerotime
thanks ek - do you know if there will be a mirror archive for packages?
-
ek
mirens: Also, KDE Plasma runs perfectly fine on FreeBSD. In fact, it's many people's go-to.
-
mirens
KDE it is than!
-
ek
zerotime: FreeBSD won't have official archives for EOL'd packages (it hasn't in the past, anyway.) However, archive.org will. I'd be very careful about trusting packages from random sources, though.
-
rtprio
i prefer i3 or sway, but to each their own
-
ek
I kinda like fluxbox. :/
-
ek
I really don't mind many of the DE's or WM's that are out there. Though, I've never had much luck with Gnome3. It just doesn't "click" for me.
-
mirens
one thing I like about kde... I can set Screen brightnes with the slider near clock on the taskbar. I know it sounds stupid but I really nead that :D
-
mosaid
Hello
-
mirens
also sorry for my bad english
-
ek
mosaid: Hello
-
ek
mirens: You're English is fine.
-
mosaid
searching for old pkgs for FreeBSD? I can help :)
-
zerotime
-
ek
mirens: With KDE's screen brightness icon in the status bar, you can also use scrolling while hovering to adjust the brightness which is kind of handy.
-
mosaid
I have many good sources here for 9/10/11/12
-
mosaid
all pkgs
-
zerotime
any for 13 & 14?
-
mosaid
why?
-
mirens
wow ek I didnt know that!!!
-
mosaid
still supported
-
mirens
now I love it even more :D
-
ek
mosaid: I think zerotime is looking for access to pkgs in the future once they're EOL'd.
-
ek
If there are plans for 13? Great!
-
zerotime
right on the nail ek
-
mosaid
Surly some mirrors will appear somewhere
-
ek
Definitely. They always pop up. Just gotta hunt them down.
-
mosaid
*surely
-
zerotime
thanks for the insights all
-
mirens
well... image is "burned" to usb... time to read install DOC's and install freeBSD, wish me luck! Hope to hang around on this irc channel... you don't know how much I missed irc!
-
ek
mirens: Have fun! I don't think you'll need any luck, though. :)
-
mirens
Dont let AI bots in irc please :D I like human interaction like this! You were all very helpfull thanks and see you soon on freeBSD! Ciao!
-
mosaid
-
mosaid
ftp.neonet.bc.ca/freebsd-pkg (Some pkgs not in above one)
-
mosaid
pkg.opnsense.org (Oh, 13/14/15 is there!)
-
mosaid
-
mosaid
-
mosaid
as I remember I have more links but can't find them
-
mosaid
also, try get old ports from svn
-
rtprio
why are we trying to install old ports?
-
mosaid
me?
-
rtprio
yes you
-
mosaid
Some good stuff gone long ago
-
mosaid
so I get them back heh :)
-
mosaid
Like I am using Rox, rox-clib removed; cuz python2.7 Eold.. and I need it to build rox-all apps
-
mosaid
many apps really important, like video thumps.. the app factory (which creates wrappers for non-rox applications).. mime editor app (for setting this thing up)
-
mosaid
Pager.. Ireally need this thing
-
mosaid
I also modified the code, and build it with latest python3.11 +python2.7
-
eekay
mosaid: Why not update the port and re-introduce it to the ports tree to make it current again?
-
mosaid
python2.7 eol
-
mosaid
and the devs here will not this
-
mosaid
I also build many old apps with new stuff like gtkdialog.. but as I said
-
eekay
mosaid: Ah. Is upstream no longer maintaining for py3.N?
-
mosaid
no still supported
-
mosaid
I talk about py2.7
-
mosaid
those apps need the both
-
eekay
mosaid: Huh. That's... interesting? Not sure what to say about that.
-
DarkMattr
Sorry if this is a newbie question, but the last time I used FreeBSD was in 1995. I've started using FreeBSD 15 and it seems like there are very few packages with the package manager. I keep having to compile apps, am I missing something? Are there more apps in the repository for 14 or am I missing some repositories.
-
deimosBSD
there are roughly 36,000 packages in the official repos DarkMattr.
-
deimosBSD
-
hodapp
I am surprised regularly at how much is in there
-
deimosBSD
maybe more helpful, what are you not finding? DarkMattr
-
DarkMattr
I couldn't get vscode or vice installed
-
deimosBSD
unlikely proprietary software will be in the repos
-
DarkMattr
Google's AI lied to me, it said it was fully supported in 15, lol
-
DarkMattr
Just type pkg install vscode
-
» deimosBSD is both shocked and chagrined
-
hodapp
can't believe that AI would generate something that sounds plausible but is wrong
-
DarkMattr
It actually said 'sudo pkg install vscode' lol
-
deimosBSD
most llms are trained on linux and just assume freebsd is a new distribution of linux
-
DarkMattr
vice is opensource, I'm probably going to have to compile it. At least I dont' have to compile llvm, that took forever on my linux computers
-
DarkMattr
I'm happy to see FreeBSDs native compiler is clang
-
DarkMattr
Illini alum here
-
hodapp
deimosBSD: I don't think that's exactly true; it runs a bit deeper than that
-
hodapp
they aren't advanced enough to 'assume' anything, but they'll gladly hallucinate when it pertains to Linux too
-
deimosBSD
DarkMattr: welcome back to freebsd
-
deimosBSD
hodapp: true
-
DarkMattr
I wish I could get vscode, that's the only downside I see with FreeBSD so far, having to use neovim
-
deimosBSD
fancy autocomplete or stochastic pigeons
-
DarkMattr
lol
-
deimosBSD
i've found "kate" from kde does 99% of what i need in an interface
-
rtprio
DarkMattr: i use vscode on freebsd no problem
-
rtprio
not sure what you're talking about
-
DarkMattr
What version of FreeBSD?
-
DarkMattr
It looks like it's only out for 14, I can't get it installed on 15
-
DarkMattr
I'll check out kate
-
rtprio
DarkMattr: i'm on 15
-
deimosBSD
-
DarkMattr
How did you install it. The main thing I want from vscode is attaching to containers on remote machines
-
rtprio
IIRC `pkg install vscode`
-
DarkMattr
is there a 3rd party repository I need to add?
-
DarkMattr
I did that, is said package not found
-
DarkMattr
it said
-
DarkMattr
No packages available
-
scoobybejesus
freshports.org/editors/vscode no current build for 15 right now, it seems. prob a dependency issue that'll get sorted at some point
-
DarkMattr
kate does look like a 99% solution, it does ssh and docker containers
-
DarkMattr
thanks for all the advice, I'll keep giving freebsd a go
-
DarkMattr
I'm sure with the user base, it will eventually get caught up
-
DarkMattr
So, there's a version of vscode available for 14 and 16, but not 15. Are the even numbered releases like the Linux lts releases?
-
bdrewery
no
-
heston76
The port does build in 15, running vscode-1.109.0 here currently.
-
DarkMattr
heston76: I'm cloning the source now, did you have any issues with dependencies?
-
DarkMattr
the source is almost 2gb, this is going to take a while
-
eekay
DarkMattr: I think heston76 is talking about the FBSD port of vscode (editors/vscode).
-
eekay
You can, for ease of build until the package is ready, install ports (git clone --depth=1
git.freebsd.org/ports.git /usr/ports) and then install using the editors/vscode port to pull in all dependencies (make -C /usr/ports/editors/vscode all install clean)
-
eekay
This is kind of a lot compared to simple package installs. But, if you're needing it now and can't wait for the packages (I'd guess a couple days if there are no build issues?) then this will suffice until the package is available.
-
heston76
Yeah, I was refering to the the editors/vscode port. Apologies, I am still new to this irc and not sure how to tag / reply.
-
eekay
heston76: You've nailed it. There is no tagging or replying in IRC. You just type something.
-
rtprio
eekay: there is tagging
-
eekay
Wait. There is? I guess it might depend on client?
-
eekay
Oh, wait. Are you talking about nick tagging (like @, :, or,?) or something? Maybe my thought of tagging is different.
-
nulltaz
heston76 Welcome to IRC. Since you're here, when you get a chance, perhaps look into getting an IRC bouncer.
-
rtprio
well, it depends on the client to notify you if it matches your nickname, yeah
-
eekay
rtprio: Okay. That kind of tagging. Yes, there has (almost always) been that.
-
eekay
But, it isn't like tagging a message for reference or anything in things like Discord or Matrix or something.
-
eekay
Not sure which tagging heston76 is expecting.