Anonymous
https://urldna.io/scan/662ec7100ae81798f70f9be8
Anonymous
More like these is coming. 😎
haidar - love 🇲🇨🇵🇸
Gnome keyring is killing me
haidar - love 🇲🇨🇵🇸
Bye, never ever use UFS again..
che
Bye, never ever use UFS again..
Is UFS2 + soft updates?
haidar - love 🇲🇨🇵🇸
Is UFS2 + soft updates?
No, it's always crash when I logout. And I turn off. It happen 3 times. Now it's broken
Krond
…and journalling. UFS is pretty nice, but some extensions may get edgy. Personally switched to ZFS long time ago and forgot all of this. But need to say basic UFS was always pretty solid for me.
Gowen
No, it's always crash when I logout. And I turn off. It happen 3 times. Now it's broken
Perhaps there is a problem with the disk. Is it a hard drive hdd? If yes, you have the initial sectors of the disk broken. The disk metadata is written there and a backup at the end. The error message says that it can't access metadata and that no backup.
haidar - love 🇲🇨🇵🇸
its nvme
haidar - love 🇲🇨🇵🇸
I didn't try tunefs yet, will try
Gowen
If fails, don't touch. Make a backup first.
Gowen
Mount read only and backup.
haidar - love 🇲🇨🇵🇸
Yes, Actually no important data, conf maybe. I like to reinstall it with STABLE version and ZFS
Gowen
Oks. Check the disk sanity before.
haidar - love 🇲🇨🇵🇸
Gowen
With nvme don't know.
Gowen
Perhaps smartctl
haidar - love 🇲🇨🇵🇸
Awesome, just type fsck (no Journaling) And press y dozens time. Then bring it back
haidar - love 🇲🇨🇵🇸
Trying linuxulator, one more step closer...
X
Kid: Dad, is it wrong that I'm 13 and still believe in the Easter bunny? Dad: Well, son, I'm 39 and still believe that I write high-quality, bug-free software. (nixCraft)
X
Neofetch repository archived. More here: https://linuxiac.com/neofetch-tool-now-discontinued/
UDENIX
Neofetch repository archived. More here: https://linuxiac.com/neofetch-tool-now-discontinued/
Fastfetch was and is better than neofetch in many ways, so I am not concerned that it has been discontinued. If you want an alternative to pfetch (also archived), you can try ufetch.
X
https://arstechnica.com/security/2024/05/microsoft-plans-to-lock-down-windows-dns-like-never-before-heres-how/?utm_social-type=owned
X
https://www.osnews.com/story/139545/freebsd-is-building-a-graphical-installer/
polyduekes
https://www.freebsd.org/status/report-2024-01-2024-03/
B
Hi ! I have a 20G UDF 2.01 partition on my disk . And a 16G swap . The disk uses GPT . There are a total of 7 partition on the disk but out of the seven 2 of them do not show up in /dev/gptid/ The two are the swap and the udf partition . Is there any reason from them not showing up ? Maybe a GEOM config ?
X
https://arstechnica.com/security/2024/05/novel-attack-against-virtually-all-vpn-apps-neuters-their-entire-purpose/
Gowen
Udf? Are you sure? This is the dvd format and doesn't mount by default.
Gowen
Try with mount -t udf /dev/yourdisk /media
Hardcode
UDF comprises a million versions and extensions and FreeBSD actually hasn't got support of any except a few first alphas
Hardcode
it's fair to say thaе FreeBSD still doesn't have UDF support
Gowen
Any one has tried to install on Intel N100 hardware??
Vedrovid
does anyone have the knowledge to help me choose the command for propper memory used display? There are a lot of commands and they are not showing the same output.
Maxim
Try free - h
command not found. what are you advising, again?
Daniel Sławek
free -h Sorry
Maxim
free -h Sorry
are you joking rn?
ɴꙩᴍᴀᴅ
does anyone have the knowledge to help me choose the command for propper memory used display? There are a lot of commands and they are not showing the same output.
top gets you info about your memory, dmesg also gives you all available system memory. You can combine both data and calculate used and free memory in your system
Gowen
sysctl -a | grep freemem
Gowen
I write from memory, but there are some sysctl about memory, grep mem to search.
Jekyll
Does anyone have the experience updating an old jail environment that doesn't have freebsd-version built-in (e.g. 8.4-RELEASE) ?
Jekyll
According to the handbook 17.4.1, it says the following command can update the environment to the latest patch level: # freebsd-update -b /usr/local/jails/containers/classic/ fetch install
Jekyll
But according to 17.7.1, the following command is used to update/upgrade the jail environment: # freebsd-update -j classic fetch install # service jail restart classic But it says "The specified jail either doesn't exist or does not have freebsd-version."
Jekyll
So will the first command work as expected?
Rincewind
Mhh, i think yes
Rincewind
Create backup and test it
Rincewind
Usw cpdup for it
Jekyll
I'll try that, thank you.
Gowen
But, is there any configuration of your jail at /etc/jail.conf ?
Jekyll
But, is there any configuration of your jail at /etc/jail.conf ?
Yes, I put it in /etc/jail.conf.d/<jail_name>.conf , and include /etc/jail.conf.d/*.conf from /etc/jail.conf .
Jekyll
Create backup and test it
Looks like it works (tested with zfs snapshot), but got another problem: freebsd-update updated i386 arch (of jail environment) with amd64 (host arch) files...
UDENIX
https://freebsdfoundation.org/open-positions/
.
Did anyone happen to try the latest version (3.1.0) of the Dillo webbrowser already? https://dillo-browser.github.io/latest.html And if so, is it any good?
Neruq
Hello @n0madcoder, Thank you for your help 😀
bittin-
https://www.bsdnow.tv/558
Константин
Hi all. Please tell me, does anyone know if Firefox on freebsd supports sandbox isolation or not?
ɴꙩᴍᴀᴅ
Hi all. Please tell me, does anyone know if Firefox on freebsd supports sandbox isolation or not?
From pkg-message: Missing features: ... - Process sandboxing (requires Capsicum backend) ...
Константин
From pkg-message: Missing features: ... - Process sandboxing (requires Capsicum backend) ...
thx. This means that the sandbox does not work at all on freebsd.
haidar - love 🇲🇨🇵🇸
https://blogs.vmware.com/workstation/2024/05/vmware-workstation-pro-now-available-free-for-personal-use.html
Vedrovid
did anyone managed to successfully install calibre on freebsd 14? For some reason it doesnt work out of the box and terminal tells that it needs qt 6.7. I did install qt6...
accelerat0r 🇮🇱 🇮🇱 🇮🇱
Vedrovid
You maybe are doing latest packages instead the stable package set. Tested in stable and it works
hmm. pkg install installs this version of package by default. Im on release branch...
Maxim
hmm. pkg install installs this version of package by default. Im on release branch...
wdym "on release branch"? which exact URL is pkg using?
Vedrovid
url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly"
Vedrovid
in my /etc/pkg/FreeBSD.conf
Vedrovid
but i dont have /usr/local/etc/pkg/repos/FreeBSD.conf since i did not make it.
Maxim
so you're on quarterly branch, actually
Maxim
[16:07:26] 0 [che@hamster ~]% grep quarterly /usr/local/etc/pkg/repos/FreeBSD.conf url: "http://pkg0.fra.freebsd.org/${ABI}/quarterly", [16:34:47] 0 [che@hamster ~]% pkg info -ix calibre calibre-7.8.0 [16:34:53] 0 [che@hamster ~]% pkg search calibre calibre-7.8.0 Ebook management application calibre is installed, works like a charm
Maxim
now, from what pkg info -ix qt shows, qt 6.6 is installed
Maxim
url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly"
what version of calibre is installed on your machine? what exactly does it say when you try and launch it?
Vedrovid
Maxim
weird. you installed it using pkg install calibre, right?
Maxim
ha! I reinstalled calibre from packages, and now I have the same error