-
quackgyver
Is anyone here an old-timer who coded in the 70s-80s?
-
nacelle
that generation doesnt often irc ime
-
nacelle
vs gen-X and some millennials, where irc was in peak use in their youths, and unlike genZ and whatnot where they've seen someone use irc once, maybe...
-
quackgyver
Gen-X coded in the 80s too.
-
nacelle
not generally professionally
-
nacelle
but sometimes
-
nacelle
I mean, I was dorking with basic in the 80s
-
nacelle
does that count?
-
nacelle
(I took the question to mean someone in the 70s through the 80s, my bad I guess)
-
quackgyver
Nevermind, got my question answered. :-)
-
quackgyver
I just had some questions about BASIC yeah.
-
quackgyver
But I got some info from elsewhere.
-
quackgyver
Thanks though. :-)
-
mason
quackgyver: 80s
-
debdrup
This is #FreeBSD, not #askrandomquestionsandexpecttohavethemansweredbecauseyoucan'tbebothered to use a search engine. ;)
-
debdrup
It also couldn't be that, because that exceeds the maximum length of channel names. :P
-
crb
how does one prevent a module from being loaded? I don't want to load intel wifi for instance
-
debdrup
crb: what's it being loaded by?
-
debdrup
And speaking of not that at all,
freshports.org/sysutils/sndy seems like it could be useful.
-
quackgyver
It's hard to find answers to the kind of questions I had, so I opted for looking in places that were likely to have a lot of senior programmers with decades of experience. :)
-
VimDiesel
Title: FreshPorts -- sysutils/sndy: Sound Switcher
-
crb
debdrup: I'm not sure I see it in the boot messages but it's not listed in my loader.conf
-
debdrup
quackgyver: That doesn't really address anything about what I said.
-
quackgyver
It addresses the being lazy and not wanting to use a search engine part. :)
-
debdrup
crb: it's possible that it's kld_list in /etc/rc.conf
-
crb
debdrup: nope it's not in /etc/rc.conf I believe it's being autoloaded because it's a hardware device that's present but I don't use it and compiled it out of my custom kernel
-
debdrup
Outside of devd, I can't really think what could be auto-loading it. FreeBSD doesn't really have any facilities for auto-loading, which is partly why devmatch(8) exists to begin with.
-
debdrup
Are you using FreeBSD or some derivative?
-
crb
FreeBSD
-
crb
well perhaps it's devmatch then, is there a way to disable it
-
debdrup
I think you misunderstand.
-
crb
perhaps I do
-
debdrup
There's nothing that autoloads in FreeBSD (aside from maybe devd, like I said) - devmatch(8) exists to inform you which unattached devices have drivers available for them.
-
rtprio
uh, i don't know about that
-
rtprio
and module_blacklist in loader.conf doesn't work as one would expect
-
kevans
crb: devmatch_blocklist
-
kevans
rtprio: what would one expect?
-
kevans
debdrup: devmatch also loads those drivers by default, not sure if there's actually an inform-only mode
-
kevans
oh wait, maybe by manual operation
-
kevans
looking at the manpage, it's really missing some important details
-
crb
kevans: where in rc.conf or loader.con or somewhere else?
-
kevans
crb: rc.conf
-
kevans
see /etc/rc.d/devmatch for details
-
crb
kevans: thank you!
-
rtprio
kevans: i would expect the module not to load
-
rtprio
reality: i'm doing it wrong or the module still loads
-
kevans
rtprio: it's a loader-only knob
-
kevans
it prevents the module from loading in loader, unless you force it
-
kevans
it was kind of a rushjob because drm started killing off machines if it was loaded that early around 12.0 time, so the documentation probably sucks if it exists
-
concrete_houses
using pkg to get chromium new version and its 8.2kb/s
-
concrete_houses
is there something wrong?
-
concrete_houses
13.1
-
concrete_houses
i7
-
rtprio
i know and i put it in loader.conf and it doesn't work as expected
-
rtprio
concrete_houses: just a slow mirror, patience young skywalker
-
kevans
i don't know what to tell you, then
-
kevans
it works as designed
-
kraptv
any chance anyone here has gone through a recent depenguinization FreeBSD 13.1 install on Hetzner? (Would be nice if it was in the new Hillsboro, OR location) - Hetzner and DigitalOcean have been disappointing and stopped supporting FreeBSD as some of you might know.
-
rtprio
kevans: which one are you blocklisting?
-
rtprio
i tried blocklisting zfs and zpool commands still load the module
-
kevans
right, that's not what the knob does
-
kevans
like I said, it's a loader-only knob
-
kevans
there's no way to stop zpool(8) from loading the module short of removing the module, afaik
-
otis
kraptv: i've used mfsbsd recently, works fine with PX62-NVMe
-
kraptv
otis: thank you very much for that - just trying to gauge that the mfsbsd method is still somewhat valid. sounds like it is!
-
concrete_houses
patience luke!
-
rtprio
kevans: ugh
-
rtprio
that strikes me of limited use
-
vkarlsen
meena: Line 19 where I pressed ctrl-c at the Y/n prompt
-
drobban
anyone experienced getting code 5 error on startup with chromium?
-
drobban
has someone
-
drobban
the problem feels familiar. Think I had this problem in OpenBSD caused by memory limits. But I cant understand why I get crashes and the errors in freebsd on a fresh install
-
parv
If there is some debug or increased verbosity option, you could try running with that
-
drobban
ill do that, lets see if get any wiser
-
concrete_houses
no error on chrome startup
-
concrete_houses
here
-
drobban
concrete_houses: note sure if the error message is the cause.
-
drobban
ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address - not sure what the problem is
-
meena
every time I get a paste from some infiniband devices, I feel like half my assumptions are invalidated
-
jgh
you should never have asked :)
-
debdrup
kevans: huh, I didn't realize that - from the escription subheader in the manual page and
wiki.freebsd.org/AutoLoad it's not really evident
-
VimDiesel
Title: AutoLoad - FreeBSD Wiki
-
debdrup
The rc.d script is pretty unequivacle though.
-
angry_vincent
ugh, drm-kmod now synced with linux-5.15, hopefully, my long standing hangs with i915 will be fixed
-
mason
Funny that we're ahead of Debian now.
-
Demosthenex
mason: in?
-
mason
Demosthenex: Re: angry_vincent's noting: "drm-kmod now synced with linux-5.15"
-
angry_vincent
mason: fun, indeed :)
-
Demosthenex
interesting
-
» yuripv wants working vmwgfx
-
kevans
debdrup: yeah, devmatch(8) has a vague SEE ALSO to rc.conf, but IMO it'd be nice if it actually described the devd/rc integration a little bit more
-
» debdrup makes a note for his TODO
-
debdrup
angry_vincent: which long-standing bug?
-
debdrup
I've had issues with the i915_request uma(9) zone ballooning to many GB (currently it's just shy of 4GB) and eventually starving all other parts of the VM of memory (including ZFS ARC) - but so far this only seems to happen after +40 days of uptime, which is much less than my 14-CURRENT upgrade schedule (and is also longer than most periods between SAs for -RELEASE)..
-
debdrup
"Build 14-CURRENT with KASAN is also on the TODO list", but... it seems to be append-only, currently. :(
-
angry_vincent
#259670
-
angry_vincent
very similar #266315
-
debdrup
I think I've seen that very rarely.
-
angry_vincent
switching to CURRENT improved little bit, but still i getting sporadic freezes/hangs which appear out of nothing
-
debdrup
I think the last time I looked into it, I got stumped by not being able to look up the error code in any documentation on the other side of the pond.
-
debdrup
Without knowing what the error codes mean, we can't even determine if the multiple bugs in the report are the same issue, or not.
-
yuripv
don't they use -errno?
-
debdrup
If it does, I'm not sure it makes sense that it's throwing an ENXIO
-
ghoti
So, I have a linux guest running in bhyve using vm-bhyve for management. The guest has its IP, but when I ping external addresses, tcpdump shows my ICMP as coming from the main IP of my host, not my guest. What could I be missiung?
-
debdrup
otakon: it's generally not considered very polite to send private messages to people without asking first.
-
debdrup
And I'm pretty sure I already made it clear that I don't want to be on the hook whenever you need help.
-
debdrup
If you have a question about FreeBSD, just ask it in the channel and if someone knows and has time, they'll help.
-
yuripv
/mode +g helps :)
-
rwp
I thought the question was about FreeBSD bhyve's network routing. No?
-
rwp
Then I guess ghoti needs to generate a FreeBSD guest in vm-bhyve and then it becomes a FreeBSD question due to lack of needing to mention anything else.
-
setesh
there's a #bhyve channel here on libera as well, I believe?
-
otakon
I was going to ask you, for if you have any info since the last conversation here, to repost it here. sry for being intrunsive
-
ghoti
All traffic out from my bhyve instance seems to have a source IP of my host, not the bhyve guest. Any idea why that might be happening?
-
nacelle
nat?
-
hubertm
does that warning on the freebsd handbook 4.5. (using the ports collection) mean that PKGs and ports should not be used on the same system at all or does it mean that you shouldn't use pkgs and ports of the same program on the same system?
-
hubertm
i mean... if i have used pkgs so far but a program is available only as port, i guess i can use it
-
nimaje
hubertm: there are some points you should keep in mind when mixing ports and pkgs (and I heard years ago it was even more); use the same branch of the ports tree (easiest probably to switch to the latest pkg repo and use the main branch to build your ports; if you build ports with changed option, stuff depending on it may need to be build against that version too, so better play it save and also
-
nimaje
build reverse dependencies yourself then, (did I forgot something?); to make it easier to work with ports you can use poudriere, the -devel version has an option to fetch packages from the official repo too and then check what needs to be rebuild, so that you don't need to build stuff where you didn't change options in many cases