-
hodapp
Macer: It was something to do with the machine not releasing the existing DHCP lease, and coming back up with the drive in a weird state.
-
JetpackJackson
If I get an Ethernet to WiFi adapter, would that connection be affected by
wiki.freebsd.org/bhyve#Q:_Why_can.2…s_over_a_wireless_host_interface.3F ?
-
hernan604
JetpackJackson: what are trying to do ?
-
hernan604
the vm is supposed to use the host as a proxy for internet stuff
-
hernan604
the host can use WIFI/cable to connect... the vm doesnt need to use wifi
-
JetpackJackson
Right but my host only has WiFi and I can't use host WiFi for guest internet
-
JetpackJackson
So if I can somehow make the Ethernet adapter show the WiFi connection as a wired one, would it work for VMs?
-
cpet
hernan604: have you updated yet ?
-
vortexx
JetpackJackson: wifi protocol (802.11) can't do bridged connections, only NAT, so if you need to have VMs you'll be out of luck on that. Then there's workarounds (which I have not tested) involving virtual interfaces and portforwarding to services on the VM.
-
JetpackJackson
Ah. Shucks. At least I can USB tether with my phone for now then, cause that works
-
JetpackJackson
Thanks for the explanation
-
mason
vortexx: Is there something definitive to read about that? Second time I've seen someone asking about this recently and I'd love to find a definitive answer as to why it doesn't work.
-
scottpedia
what virtualization platform is the guy using?
-
scottpedia
I can do bridged on wifi iface perfactly fine in vbox
-
cpet
bhyve
-
cpet
virtualbox is a whole different beast
-
Aedil
Hi FreeBSD'ers.
-
cpet
hi
-
cpet
i managed to get vm-bhyve and bastille working
-
cpet
but now I forgot what I did to make it work
-
Aedil
+
-
cpet
++
-
cpet
interesting how theres an active community in regards to CDE
-
ninjin
Trying out 14.3-RELEASE, but struggling to get my AMD Radeon RX 5700 XT to work with amdgpu and X. drm-510-kmod freezes the system on kldload amdgpu and drm-61-kmod results in a kernel panic. I have not used FreeBSD since ~2010, so any pointers are welcome.
-
rwp
Probably what is happening is that the binary kernel module is from ports and it is out of sync with the kernel which is in base. That's a continuing problem with FreeBSD. Recently there has been an effort to produce them more in sync. But those being out of sync sounds like your problem.
-
ninjin
Cheers, will dig up build instructions and get cracking.
-
ninjin
Quick check, stepping up to 16.0-CURRENT or 15.0-STABLE will likely not help the situation, correct?
-
rwp
I have a system that uses the amd radeon module on 14.3-RELEASE. I have installed drm-61-kmod-6.1.128.1403000_6 and am looking to see the associated version of the radeon module. Because it's working for me.
-
rwp
I heard someone else with the same problem on 15 I think yesterday so no probably won't help.
-
rwp
I have had that problem myself with the radeon module before and that's why I know about it.
-
ninjin
Got it. I saw hints about it online, but mostly posts from a few years back and related to them being out of sync close to release.
-
ninjin
Building from source is hardly scary though, just requires a wee bit of reading.
-
angry_vincent
i always build drm-kmod from sources
-
rwp
I also think that now by default the FreeBSD-kmods repository is now included and the plan is that it will always be in sync with the current kernel. But sometimes there are build failures.
-
rwp
For example right now chromium failed to build and so isn't available until that build failure is debbugged, fixed, and the net build run completed.
-
rwp
Sometimes switching from Quarterly to Latest works because Latest was able to build when Quarterly failed. And sometimes the reverse. It all depends.
-
rwp
It looks like drm-61-kmod build okay though:
freshports.org/graphics/drm-61-kmod
-
rwp
So maybe I have missed the diagnosis and that is not the problem.
-
ninjin
Could also be that things are borked for my card in source of course. But I have booted a FreeBSD about a year ago from a live CD on the same machine, so in that case it is a regression.
-
ninjin
Will report back after a bit more digging.
-
rwp
My other desktop machine is an HP t740 using the amdgpu raven module and it is 14.3-RELEASE and it is running X okay right now for me.
-
rwp
Looks like that one installed drm-61-kmod-6.1.128.1403000_7 and gpu-firmware-kmod-20241114,1 for reference.
-
ninjin
ACK
-
rwp
I was trying to avoid the "works for me" when I have an older installation and you are trying to install fresh. Because one of the things that happen is if it isn't available in the repository but I already have an older version installed then it might work for me with the older version and not on a fresh install.
-
rwp
Such as the chromium problem right now. I have the previous build but the current build of it has failed.
freshports.org/www/chromium
-
rwp
But at the same time encourage that it can work because it's working for me. Maybe what I said made some sense. It's too late here. I should crash. Good night all!
-
tykling
TL;DR: FreeBSD 15.0 pkgbase repo signing keys are hosted on AWS KMS controlled by Release Engineering. Backup keys are held by the Security Officer.
-
tykling
that feels a bit surprising
-
ninjin
Sweet dreams! Booting into FreeBSD now to get building. Will probably reinstall from scratch just to get everything into a clean state for easier debugging.
-
ninjin
No dice and have to handle some other matters. Built from source and I get the same kernel panic, so I suspect this is my specific card having issues rather than being the kernel and kernel module diverging.
-
Posterdati
hi\
-
Posterdati
hi
-
Posterdati
upgrading to 15.0-RELEASE from 14.3 p5 :)
-
Posterdati
fingers crossed!
-
Posterdati
what is world/base-dbg world/lib32-dbg ????
-
polarian
I had to drop my laptop memory down to 4GB
-
polarian
I didn't realise firefox uses like 2GB of memory now
-
polarian
I dont even have many tabs open, this is insane
-
polarian
theres already a hefty amount of page swapping
-
LxGHTNxNG
I've found that Firefox memory usage consistently increases. Now, what part of that is page memory leaks and what part of that is Firefox itself, I don't the fuck know. But yea
-
V_PauAmma_V
I haven't checked recently, but I distinctly remember that 3 years or so ago, Firefox would show up in top(1) as using more VM than my computer had RAM+swap.
-
LxGHTNxNG
It always shows up as using hundreds of gigabytes of virtual memory for us.
-
rtyler
polarian: firefox definitely chews up virtual memory, `about:memory` has been illuminating for me recently. On a intel lunar lake laptop I have it is solely responsible for pushing disk I/O in a way that slows down the whole machine v_v
-
rtyler
Posterdati: those are debug symbols for world/base and world/lib32
-
polarian
-
polarian
I wonder what caused this
-
CrtxReavr
polarian, i9xx is shared memory video. . . have you booted that machine with a memtest86 ISO?
-
CrtxReavr
s/video/video\ controller
-
polarian
CrtxReavr: I just swapped out the dimm
-
polarian
lol
-
CrtxReavr
That fix it?
-
polarian
good chance it could also have been due to out of memory
-
polarian
CrtxReavr: no I mean, this occured within maybe 15 mins of swapping dimms
-
polarian
I took my good set to test another laptop
-
polarian
stuck its 4GB stick into my main laptop
-
CrtxReavr
Whenever I see "Fence" in logs, I think of that Red Hat clustering thing.
-
polarian
with firefox open 4GB is not a lot of memory
-
polarian
considering the gpu I assume needs to share a certain amount (not sure how to see how much it uses) I wouldn't be surprised if firefox is starving it
-
CrtxReavr
Maybe hit craigslist and find a better laptop? That thing must be old AF.
-
polarian
I daily drive a E6430 flashed with libreboot
-
polarian
with freebsd
-
polarian
xorg
-
polarian
i3
-
polarian
same dotfiles as I have used for many years
-
polarian
issue with older laptops is finding high capacity memory is difficult, and £££
-
polarian
2-4GB dimms are rather cheap, but 8GB are much more expensive, and 16GB are gold dust
-
CrtxReavr
I've always found that old memory always costs disproportionally more than newer memory does.
-
CrtxReavr
Also harder to trust old (used) memory.
-
c3p1
hello
-
c3p1
i'm having issues, trying to setup a debian vm with vm-bhyve
-
c3p1
i'm probably doing something wrong because i can't get the network working
-
rtprio
what did you do
-
c3p1
i'm restarting my server, so i can share my cfg files
-
rtprio
did you create a bridge with `vm switch` ?
-
c3p1
yeah
-
c3p1
i tried couple things, like creating and using a vm switch, or using the bridge im currently using for my VNET jails
-
c3p1
some info about my current setup
-
c3p1
-
rtprio
hrm
-
rtprio
do packets come onto the bridge (tcpdump) from the vm?
-
c3p1
nope
-
c3p1
oh, i think its working
-
rtprio
yay
-
c3p1
i managed a debian install, but there was a grub issue on the reboot. i'm currently trying to install from network opensuse, that was my initial goal
-
Macer
hm. that's odd.. zfs-2.4.0-rc4-FreeBSD_g099f69ff5 (after installing 15.0-RELEASE
-
Macer
did zfs just not make it in time for RELEASE?
-
JetpackJackson
cpet: did you ever get orca slicer to build? Trying to build it and got cmake to configure it (using prusa port as a guide) and now it's trying to pull Linux hidapi stuff
-
JetpackJackson
Although, I guess I can just install it on my Linux PC
-
JetpackJackson
I tried prusa but its very different and relies on x11 so niri can't do it (xwayland crashes in niri on freebsd for some reason) so I would have to try KDE or something but my testing laptop is underpowered
-
JetpackJackson
Idk but I did get the media server running with FreeBSD no issue
-
rtprio
$ pkg info |grep zfs
-
rtprio
FreeBSD-zfs-15.0 ZFS filesystem support
-
rtprio
Macer: eh
-
cpet
JetpackJackson: i gave up when I realized will I ever use this and said no
-
cpet
JetpackJackson: :P
-
JetpackJackson
Ah
-
JetpackJackson
Fair