Flan
How do you check for upgrades/changes to the kernel? I'm thinking of upgrading again but I don't wanna go into kernel panic mode again
Flan
Upgrading from 13.2 to 13.3 yields this Fetching 19 files... ....10.... /usr/sbin/freebsd-update: cannot open filelist: No such file or directory done. rm: files.wanted: No such file or directory rm: filelist: No such file or directory rm: patchlist: No such file or directory
bittin-
https://freebsdfoundation.org/blog/results-from-the-2024-freebsd-community-survey-report/ https://www.bsdnow.tv/564
Flan
welp, it was unsalvageable, upgrading was impossible
Rincewind
Rollback is your friend Update 13.2 to the end and then upgrade to 13.3 or 14.x
Rincewind
Hope's help
haidar - love 🇲🇨🇵🇸
its a interessting hardware no matter what
This one is also cheap. Add more around $300. But the speed Ryzen 4650U is vastly faster then 2500U
Flan
that's what I did a month back, tried to upgrade yesterday, no go, I backed up as much as I could, but I couldn't
Flan
installing was also tricky since I wanted /home to be its own slice
Makaba
https://github.com/phillbush/xfiles I would like to build this file manager for FreeBSD but it fails. Any help? There is a package for Openbsd https://openbsd.app/?search=Xfiles
ɴꙩᴍᴀᴅ
Wayland works?
https://docs.freebsd.org/en/books/handbook/wayland/ somehow, yeah
Flan
I just noticed when I read the handbook today
Makaba
Oh hey, I've seen that guy on irc. Ask him
I sent him an email days ago. He's inactive everywhere. I hope he's fine.
David
Anyone have problems building virtualbox-ose-kmod after 14.1 upgrade ?
X
Hi. Just upgraded from fbsd 13.3>14.1. The upgrade process was smooth. After restarting the computer i run these commands: sudo freebsd-update install Then: sudo pkg bootstrap -f as suggested(major version upgrade). And: sudo pkg update sudo pkg upgrade Running the latest command informed me that some pkgs will be removed/downgraded and reinstalled. I was surprised to see that FF, email client and other apps that i use will be removed. Why such behaviour? Why do you remove the installed apps like the email client, browser and so on?
M4x
Can i get the dots brotha
haidar - love 🇲🇨🇵🇸
haidar - love 🇲🇨🇵🇸
Vinay
how to install older version of emacs in freebsd
Maxim
how to install older version of emacs in freebsd
either use the ports tree or compile yourself
Vinay
either use the ports tree or compile yourself
Can you guide me how to compile I tried ports but error coming
Vinay
Vinay
Maxim
This one
can you install texinfo from a package, maybe? pkg install texinfo or something?
Vinay
Now this much error coming
Maxim
oh, it needs a specific python version
Maxim
that's not as easy to fix, I'm afraid
Vinay
I am in college i have given a project on freebsd
Vinay
But I don't know about freebsd lots error and complications are coming
Vinay
Can anyone help me
Vinay
And the main problem is I have to work on older version of freebsd like 11 12 13 in 11 12 PKG not working
Vinay
I don't know how to transfer the file
John
There are tags in the ports repository on the last versions that support a particular FreeBSD version. For example, "git checkout 12-eol" to get the newest version that support FreeBSD 12.x.
Jekyll
scp or sftp?
Gowen
scp or sftp?
I think this answer should be in Ports subgroup.
Vinay
How to install PKG in older version
Vinay
Like 11
Rincewind
What is the prob
Vinay
i want to run some file in 12.1 freebsd ther is no pkg so i am not able to install the packages
Rincewind
Ok
Rincewind
And the ports
Rincewind
Maybe update to the latest fbsd 14.1 as solution
Vinay
Ports also not working throughing errors
Vinay
But I have some project on older version
Alex
ArtInChip D21x PCBs arrived and I have assembled one for a test. The $4 chip has 64mb of DRAM included so it is capable of running FreeBSD. It also features high speed 4-lanes differential pair MIPI DSI so we can drive a smartphone-class display with it. I don't believe you can find anything similar on the market with such a spec in just 88-pins QFN package. Absolutely brilliant RISC-V SoC made for IoT market by Chinese Art 🎨 In Chip.
Rincewind
Mhhh
Rincewind
Use jail or bhyve for a vm
haidar - love 🇲🇨🇵🇸
Can anyone check the 14.1, is it empty also ?
haidar - love 🇲🇨🇵🇸
https://download.freebsd.org/snapshots/amd64/amd64/ISO-IMAGES/14.1/
Maxim
it is. probably, some issues building 14.1-STABLE
Jekyll
i want to run some file in 12.1 freebsd ther is no pkg so i am not able to install the packages
I tested on a 12.1-RELEASE vm, and ports works fine. It's also possible to install emacs from ports.
Jekyll
Gowen
Ports also not working throughing errors
There are compatibility pkgs for old ABI FreeBsd versions.
Gowen
Install them on 14.1
Jekyll
but i want older version of emacs
You didn't mention which version of emacs you need, just mentioned FreeBSD 12.1, so I tested on it.
Vinay
less than29.3
Jekyll
@Cvv1111122 emacs 26.3.3 from ports in FreeBSD 12.1-RELEASE should be old enough.
Vinay
@Cvv1111122 emacs 26.3.3 from ports in FreeBSD 12.1-RELEASE should be old enough.
and where i can get the details about freebsd ports which are vulnerable what is the vulnerbiility so i can update it
Jekyll
and where i can get the details about freebsd ports which are vulnerable what is the vulnerbiility so i can update it
ports itself warns you if there's known vulnerability in the version of software you're installing.
Jekyll
Yes.
Vinay
Yes.
how can you guide me i want to install xorg xfce
Jekyll
how can you guide me i want to install xorg xfce
Try this, https://docs.freebsd.org/en/books/handbook/x11/ , though I'm not sure if it's good for you since it's for recent versions.
Vinay
this erorr coming
Jekyll
Replace any package installation with ports, and I suggest using portmaster.
Vinay
Replace any package installation with ports, and I suggest using portmaster.
i am new i don't know how to use it is there any resource
ɴꙩᴍᴀᴅ
i am new i don't know how to use it is there any resource
FreeBSD official docs are a good place to start https://docs.freebsd.org/en/ Working with ports shortcut: https://docs.freebsd.org/en/books/handbook/ports/#ports-using