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.
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
Krond
any reason not to use uuids as names for zpools?
Whatever you prefer, I guess inside there's some unique markers anyway.
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
トミ
Whatever you prefer, I guess inside there's some unique markers anyway.
but what if you want to mount a second pool that also named zpool? it's a hassel to start remaning stuff when you want to use it... better coming up with a scheme so that every disk has its unique name
Krond
I'm using hostnames for boot pools and some other schema for data pools.
Neville
https://github.com/mrclksr/linux-browser-installer
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.
Tyler
Running brave nightly may be a little difficult.
yes. but i want it. i am using it on arch and debian also. i am happy with that. but if brave install possible on freebsd brave nightly also could be...🙄
Сергей
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
harmony5 🇺🇳 ⌤
Good afternoon. tell me how to wrap lines in the /etc/rc.conf file?
rc.conf(5) says assignments use sh(1) syntax, which uses "\" for continuations
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
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
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
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 don't know about poudriere, but I'm sure that desktop color will burn your eyeballs in no time!
why? red is safe for your eyes, AFAIK it is the blue color that fck you up, no?
ɴꙩᴍᴀᴅ
why? red is safe for your eyes, AFAIK it is the blue color that fck you up, no?
Blue light yeah... which reminds me of bsod... 🤔
[][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
ada0p12 my freebsd system and ada0p11 is my /boot/efi
Jeff
tmpfs? Create a directory in /tmp/ and mount in there.
Tyler
tmpfs? Create a directory in /tmp/ and mount in there.
oh, this is different from arch-chroot 🙄