Tyler
Samo
To perform a dry run and display what actions would be taken without actually executing them on a ZFS pool, you can use the -n or --dryrun flag with the zfs command. This flag allows you to simulate the actions and see the results without making any changes.
Tyler
Samo
another "layer" of complexity ;-)
Null
https://github.com/DtxdF/AppJail
Null
https://github.com/mmatuska/mfsbsd
This is a set of scripts that generates a bootable image, ISO file or boot files only, that create a working minimal installation of FreeBSD. This minimal installation gets completely loaded into memory.
Juraj
yes. I mentor its integration into FreeBSD base system via Google Summer of Code.
トミ
トミ
same thing but for openbsd
Tyler
When i was reading handbook i havent meet with the term of "rpool". The thing is i have 12 partitions now and only freebsd has got zfs. Does it mean zfs that i have zpool as well? 🤔 i dont think so. As many youtube tutorials i have seen that choosing zfs auto guide when doing partitioning. After that when they do df list every entry starts with zpool. Like zpool/tmp zpool/home. However in my case there is no zpool. Only /root /user /tmp but i did manually (expert) partitioning (freebsd-zfs) but i was requiring that zpool/xxx will be applied. 🧐
https://superuser.com/questions/1692038/zfs-on-a-single-partition-mixed-with-other-partitions This link might help you better understand what i am talking about. In this link i was meeting for first time with the "rpool" term. 🙄
Hardcode
> Does it mean zfs that i have zpool as well? 🤔 i dont think so.
think twice
Krond
Here both "zpool" and "rpool" are used as zpool names. Try zfs list.
Hardcode
zpool list would be even better :)
[]
hi! somebody got problems with virtualbox on 13.2?
[]
built the kmod port multiple times, but kldload keeps tellin not available or version mismatch
[]
im sure 13.2 is my actual kernel (file, uname, freebsd-version -k), the port make even says 'only to use with 13.2' so i dont understand why is not compatible
Hardcode
vbox on freebsd is kinda abandonware since we got bhyve
Hardcode
convert the image and use it there
[]
Hardcode
otherwise you will get all kinds of crashes/traps etc
[]
on desktop i prefer vbox for certain uses
[]
Hardcode
well, you're kinda doomed then
[]
for sure there is a solution :)
[]
[]
done, tar -C / src.txz my /usr/src dir wasnt upgraded from 13.1
[]
at least this abadonware its not limited to a crapy VNC :D
[]
hope some day bhyve devs work in some modern passthrough implementation aside from taking away complete PCI bus from host xD
トミ
Tyler
Tyler
i did install brave nightly but cant launch it from chroot linux. i have /proc/sys but no fs directory...🧐 So how can i launch it? 🤔
Tyler
Krond
I'm using hostnames for boot pools and some other schema for data pools.
Tyler
Neville
https://github.com/mrclksr/linux-browser-installer
Neville
Tyler
https://github.com/mrclksr/linux-browser-installer
i was trying that but brave installer did not work as i have got error with installing dependencies. it is using an old, outdated ubuntu archive. focal. Also i want run brave nightly not brave.
Neville
Сергей
Good afternoon. tell me how to wrap lines in the /etc/rc.conf file?
Сергей
Lots of static routes.
ɴꙩᴍᴀᴅ
I never tried it, but have you checked with \?
Tyler
Сергей
Tyler
any idea how to fix kodi-xrandr: Failed to get size of gamma for output default
Tyler
i have nvidia 390 driver installed and i915kms for intel
Ronard NX
Hello bois
Ronard NX
I have some issue with wifibox. It doesnt connect to the internet anymore after resume from suspend. Running wifibox stop, wifibox start and dhclient wifibox0 seens fine tho. I added those script as a devd rule but i have the upper issue
VB
Ronard NX
Ronard NX
Suspend. I added a devd rule to fix the reboot after suspend. but wifibox works only if i restart wpa_supplicant
Baron
Baron
after a day building kernel and world, it is time to rebuild all ports
Anonymous
wow
Neville
Ronard NX
My holy mother😬😬
Ronard NX
Does microsoft uses fbsd in any way? I saw them in bsd s testimonials
Krond
Previously Microsoft was using some TCP headers and may be a little of code AFAIR, but since 10 they released new network stack so I highly doubt they are using it right now.
Ronard NX
Thanks
Baron
Baron
only 2 ports failed until now
Baron
Guys is there a way to limit system load with poudriere?
i686
I don't know about poudriere, but I'm sure that desktop color will burn your eyeballs in no time!
Jeff
poudriere.conf has a ton of comments, limiting resources is in there.
Baron
ɴꙩᴍᴀᴅ
[][I/0][]
imagine bsd running on phone❤️
i686
rotary phone? that'd be awesome LMAO
Baron
https://forums.freebsd.org/threads/questions-about-how-poudriere-works.89391/
Tyler
i want chroot my broken freebsd system. but if i boot from liveUSB i cant create directory. mkdir Read-only filesystem. chroot man page does not mention anything about it. 😒 Any idea?
トミ
Tyler
before mount i want mkdir.
Tyler
Tyler
ada0p12 my freebsd system and ada0p11 is my /boot/efi
Jeff
tmpfs? Create a directory in /tmp/ and mount in there.
Tyler
Tyler