-
Yaazkal
hernan604 I'm checking your leaseweb.com suggestion. I like what I'm seeing. They even have VPS with FreeBSD. Cool.
-
Yaazkal
hernan604: Do you have services with them? If so, how has been the service?
-
hernan604
Yaazkal: no i dont
-
hernan604
but i think its good
-
hernan604
considering moving there
-
Yaazkal
ok
-
Yaazkal
just requested an small VPS, prices are insane, let's see performance
-
Yaazkal
thanks for the information
-
hernan604
Yaazkal: there is also
tailormadeservers.com
-
hernan604
i think its texas
-
hernan604
but they are nice
-
hernan604
but leaseweb is bigger
-
hernan604
and i think better
-
Yaazkal
I see
-
ivy
-
rhaberkorn
I was just trying to `pkg ugrade` and it seems that audacity and evince have vanished from the repos. What's going on? Unresolved package fallout?
-
nimaje
yeah, some bigger fallout, probably because of a bug in -CURRENT
lists.freebsd.org/archives/freebsd-ports/2025-April/007557.html
-
rhaberkorn
Btw. I had a bug in my sciteco port, which should consistently cause fallout due to some Poudriere peculiarities. I immediately submitted a patch, but it's still not merged. Anyway, I was surprised to see that binary packages actually still ended up in the repo. No idea how that happened.
-
mzar
ivy: were they streaming it live ?
-
ivy
mzar: yes
-
ivy
the stream was a bit ropey but the talk was interesting, worth a watch if they put up a recorded version
-
SKull
Posterdati: regarding your question regarding xfce: i have no idea. I use FreeBSD only via ssh without a window manager or desktop environment
-
oxbar
guys i'm using cbsd and i have a vm set up.. trying to install windows via cbsd everything looks good but when i boot it goes to a uefi shell.. what does that even mean ?
-
thedaemon
sorry what is cbsd?
-
tykling
-
antranigv
oxbar are you able to boot Windows? make sure you've set the ISO.
-
thedaemon
thanks tykling
-
meandrain
I've updated freebsd to 14.2 on lenovo x230 and now my video is broken. Any idea how to fix that ?
-
meandrain
so it seems i915kms is the problem
-
mzar
meandrain: rebuild or install i915kms for 14.2 ->
blendit.bsd.cafe/post/821622
-
meandrain
mzar: thank you !
-
mzar
kmods_quarterly_2 or kmods_latest_2
-
meandrain
Do I need i915kms in order for x.org and a window manager to work ?
-
mzar
sure, you need it, otherwise it will be falling into vesa IIRC
-
meandrain
well, I kind of "fix" the problem by using drm-515-kmod package instead of drm-61-kmod
-
oxbar
antranigv: nope straight to uefi shell.. iso is mounted.. doesn’t mean it’s trying to read the hdd ?
-
antranigv
oxbar maybe boot order is not correct? I usually use bhyve directly or vm-bhyve, not sure about cbsd. if you keep getting UEFI shell then ISO is not being booted.
-
o0x1eef
meandrain: The other option I've used in the past is
wiki.freebsd.org/GraphicsOld/SCFB but to get the most out of your graphics card you probably want drm-kmod, unless you're happy with the trade offs.
-
meandrain
now I am curious guys what window managers you use in 2025 ?
-
o0x1eef
I use i3
-
meandrain
I watched this video:
youtube.com/watch?v=wGXdqZv71CA but I am not sure I want to use a tiling window manager
-
meandrain
maybe I'll try just out of curiosity. I am kind of lazy learning shortcuts
-
o0x1eef
Some require more configuration than others, i3 doesn't require much
-
meandrain
I am following this guide:
docs.freebsd.org/en/books/handbook/desktop to install gnome but there's no "gnome" or "gnome-lite" package
-
zilti
I'm a bit stumped with my server. FreeBSD 14.2, root on ZFS. The ZFS pool is fine, I booted a rescue system and was able to mount it. But the system doesn't fully boot - it initializes the devices, changes the network link states to up, gets to "Security policy loaded: MAC/ntpd (mac_ntpd)"... and then just stops. No login prompt, and no ssh access
-
zilti
either.
-
zilti68
also, sorry for the rejoins. My connection is quite bad at the moment.
-
zilti68
I have no idea what I am even looking for or what my problem is called, so any pointer is appreciated
-
zilti
Also, I suppose ssh does get initialized, because connection attempts don't time out, they get refused immediately
-
mason
zilti: Make sure it's not flipping over to a serial console or somesuch.
-
mason
And probably double check that it's getting the IP you want, and that there's no address contention... and that sshd is set to run.
-
zilti
mason: sshd is definitely set to run. I guess it also gets a proper network connection since it does rewrite the resov.conf. I do get the IP from my hoster's web interface, where it shows what IP has been given, so I guess I can rule that one out, too
-
mason
zilti: Address conflict - if sshd is listening on the address it should be, is something else beating it to the punch? Can you ping? (Doesn't rule out address conflict, but it's a sort of sanity check.)
-
mason
zilti: Another thought, tell it to start a pcap on boot and see if packets are getting to it.
-
zilti
mason: pinging works. I did turn off all services via the rescue system (I'm able to boot it with mfsBSD and mount the zpool there). That ended up working. So now I turn them on again one-by-one to see which one causes it.
-
mason
zilti: You get a usable console now?
-
zilti
mason: yes, to my surprise I get both a login promot on the actual machine and ssh works too. :) Thanks for the help! Out of interest, how would I enable that pcap?
-
mason
zilti: A cheap and easy way would be to run it out of /etc/rc.local
-
mason
tcpdump
-
mason
or I guess maybe tshark
-
zilti
Ah, tcpdump, ok
-
mason
But it sounds like you don't strictly need it now.
-
zilti
Looks like my pf.conf config is at fault... which is weird, because I used that exact config before and it worked. And starting it while the system is running also works. Weird... I'm gonna re-do that config, there's not much in it anyways.
-
zilti
I had no idea a misconfigured PF could prevent the machine to boot all the way to the login tty
-
mason
That's strange. At a guess it's bound up some process that held up the rest of boot.
-
dvl_
I'm looking at examples, but getting no luck yet at changing an Nginx request for /images/foo.jpg so it instead delivers /images-alt/foo.jpg -> I'm trying location /images/foo.org { alias /images-alt/foo.jpg; } and still getting the old image. I can view /images-alt/foo.jpg using my browser.. so I know it's there.
-
nimaje
is /images/foo.org just a typo here or in your config too?
-
dvl_
checking...
-
meandrain
I would like to have this in FreeBSD packages:
github.com/tenacityteam/tenacity
-
dvl
nimaje: it was in the config too. fixed it. DIdn't fix the image goal though.