ɴꙩᴍᴀᴅ
Hello and welcome @irtupin
Anonymous
Hey guys do you know any FreeBSD VPS provider with cryptocurrency payment ?
kub-kun
kub-kun
they are very cheap
kub-kun
personally I use vultr
Neruq
Gamers forthine
Anonymous
vultr, mvps
Are you sure that they support cryptocurrency payment ?
kub-kun
kub-kun
vultr supports btc and bitcoin cash
kub-kun
mvps support btc bitcoin cash and eth
Anonymous
Anonymous
I can't use paypal 😢
Vultr is fine
Anonymous
Does pkg have any functionality to verify the checksums of packages that are installed from other mirrors (Like Dnf) ???
I modified my /etc/pkg/FreeBSD.conf file and added USTC (China) mirror because the official mirror was slow. 😢
Phil
Is geom or bioctl compatible between FreeBSD And OpenBSD to crypt devices ?
Anonymous
Anonymous
Hey guys how i can use a GUI software with Xorg ? (Without any wm).
I type startx , but it uses twm.
i tried xinit firefox and it works , how i can use multiple GUI softwares with xorg ??
i tried xinit firefox gimp , but it errors 😢
I couldn't find anything about it in freebsd forums and freebsd handbook. Just a bunch of useless Linux tutorials which only work for bash.
ɴꙩᴍᴀᴅ
ɴꙩᴍᴀᴅ
Anonymous
Anonymous
ɴꙩᴍᴀᴅ
ɴꙩᴍᴀᴅ
Anonymous
Anonymous
ɴꙩᴍᴀᴅ
Anonymous
Anonymous
Anonymous
😂😂😂😂
kub-kun
Anonymous
i really like openbox
Openbox is beautiful but it was discontinued. 😢
ArchLab's openbox configuration is fine 😅
Phil
Dwm is the best wm of all time
Badugar
#ʍʀ.Áʟɨ
Hi Bruh
Anonymous
Hardcode
yeah. but ufs is like dead
Hardcode
unless you run some embedded stuff on nanobsd you should use zfs
K
Hardcode
it is. nobody patches a gazillion of known issues.
Hardcode
they stay open for years.
Hardcode
and there's no single reason to use it in production (except given above)
Hardcode
all the netflix guys are under NDA, so these a rumors, possibly outdated
Hardcode
after all, you're not netflix
K
https://www.reddit.com/r/freebsd/comments/ltjv8m/zfs_is_overwhelminly_praised_yet_why_does_netflix/
K
The link inside
Anonymous
Hey guys i can't delete a non empty directory with :
doas rm -rf ~/dir
error : ufs_rmdir : Bad link count 2 on parent inode x in file system /
Anonymous
is my file system dead ??
Anonymous
i also moved that directory to /tmp and rebooted but it is still there 😳
ɴꙩᴍᴀᴅ
ɴꙩᴍᴀᴅ
Badugar
Or /tmp can be mounted as tmpfs in /etc/fstab
Badugar
That's what I have set on my systems, /tmp is tmpfs
Anonymous
Anonymous
Anonymous
https://serverfault.com/questions/898030/how-to-fix-inode-2-on-a-freebsd-ufs-filesystem#912358
I also did this. But it changed nothing.
Hardcode
yeah, fsck -y on an unmounted one
Hardcode
and if its tmpfs just drop and recreate it
Hardcode
well...
Hardcode
if it's /dev/ada0s4 then it just cannot be tmpfs
Hardcode
tmpfs it's an all-in-memory fs type
Hardcode
and since you're seem to be lost about what is and what isn't in your environment I'd suggest you recheck the whole setup to understand ^)
Anonymous
tmpfs it's an all-in-memory fs type
I just mounted an ext4 partitions , transfered a tar archive to FreeBSD , extracted that archive and now i want to delete all of those files from FreeBSD.
But i can't 😢
ɴꙩᴍᴀᴅ
Hello and welcome @furkanalptokac
Anonymous
Anonymous
Hello and welcome @furkanalptokac
Hey bro is it possible to use zfs on MBR ???
My hardware is old (2009) so i can't use GPT Scheme 😢
I tried to somehow use zfs but i couldn't. (Selected partitioning manually)
1 :
freebsd-zfs (/)
freebsd-swap
(Couldn't boot FreeBSD)
2 :
freebsd-zfs (/)
freebsd-ufs (/boot)
freebsd-swap
(Couldn't boot FreeBSD)
3:
(On Qemu/KVM)
Selected GPT scheme
Selected partitioning manually
freebsd-zfs (/) (bsdinstall asked me to make a freebsd-boot , so that i can boot from this partition , but this option wasn't avaiable for MBR 😳)
freebsd-swap
(It boots without any error)
ɴꙩᴍᴀᴅ
Krond
Well that's just a way to UEFI. You can certainly do bare ZFS without any partitions and I guess it still can be made bootable.
Krond
The problem is that for updating boot code you would need to write data onto mounted partition. It's safe, as ZFS has some spare space inside for that.
Krond
MBR boot is easy, as you can go right through boot0 -> boot1 -> loader and boot from ZFS root, no need for separate /boot.
Krond
On UEFI it's kindda tricky as UEFI manages part of the boot process. So safe way to boot from UEFI is to create UEFI boot partition, then UFS /boot, then /.
Krond
Anonymous
Krond
Well, it evolved. Last version can do journaling and other neat stuff. But it's still direct descendant from FFS.
Phil
Yeah confirm : ufs and ffs aren't the same
Anonymous
Krond
Come to us, we are friendly.
ɴꙩᴍᴀᴅ
Which steps did you do?