Denis
Both made well, but zfs has 128 bit checksums, and many other features which takes ticks
Jay
Denis
Sure. And turn off all features. But why not just use ufs then?
Denis
Features like checksums
Denis
You will just get quite handy volume manager
Denis
But if you dont need it - ufs
Phil
But in the documentation of postgres they talk about some lacks that depends on the choice of UFS and ZFS .. and I don't understand why it takes effect
Phil
@Pascal3366 I always choose the minimalist softwares, in your case if you wanted to use this disk as backup disk with mirroring use ZFS it's made for, otherwise use UFS it's simple. By the way, OpenBSD choose to not develop ZFS due to its many features. To sum up if you use it for cloud purpose ZFS, otherwise....
Denis
Denis
Jay
Denis
Aren't cddl bsd-friendly?
Phil
It wasn't for the license but more for the simplicity
Phil
./pascal.sh
Phil
on notebook use UFS; on the nas use ZFS; if you want to add HA on the nas then add new disks and start mirroring. Be aware there exist many types of mirroring the first one is on two disks, but exists another method on three disk where it's more optimized for. Cause it will only use 30% instead of 50%. I think it's called RAID (I'm not sure).
Phil
Maybe I m wrong about this type of choice, but that's what I m thinking about...
Jay
I see no problems running ZFS even on smaller devices
Jay
Got it running on 1gb and 2gb VPSes
./pascal.sh
Mh my server is updating ports since a few hours now
It seems that it even now pulls stuff from ports it did not before
Is that normal ?
./pascal.sh
I am installing llvm through ports currently
I can't remember that I installed that through ports
./pascal.sh
Denis
./pascal.sh
Denis
Confused with lvm, sorry. Yes, some fresh ports needs a fresh clang/llvm. Those are build dependant mostly - so you can install built binaries using pkg temporary
./pascal.sh
mh so upgrading the ports did not work
it failed with
meson.build:319:4: ERROR: Problem encountered: No platforms specified, consider -Dplatforms=drm,x11,surfaceless at least
A full log can be found at /usr/ports/graphics/mesa-libs/work/mesa-19.0.8/_build/meson-logs/meson-log.txt
./pascal.sh
i don't even know why mesa got pulled
there is no graphical stuff installed at all
./pascal.sh
mh my syncthing daemon is still eating up over 100% cpu usage all the time
./pascal.sh
Mh okay i changed the scan Interval now to hourly
Hope that will be better
./pascal.sh
ok now cpu usage is between 5-15%
thats ok
./pascal.sh
Anonymous
it does fetch update n install
./pascal.sh
Ok
Anonymous
sorry....typo.... it's portsnap auto...my bad
./pascal.sh
Nice I just saw that my Thinkpad T580 has full freebsd support, according to the wiki
./pascal.sh
Nice my 256gb 2242 SSD just arrived
I am going to install that later in my thinkpad and install freebsd on it
./pascal.sh
Can someone tell me how I can get my kabylake graphics to work?
Arminio
./pascal.sh
./pascal.sh
its an i5-8250u if I am correct
./pascal.sh
Intel uhd 620 graphics
Arminio
Hi Pascal. :)
./pascal.sh
Hi :)
Arminio
Yeah that sounds good. Could work.
Arminio
It's not unlikely that you will have zero problems. :)
./pascal.sh
So drm-kmod is installed
And I added
kld_list="/boot/modules/i915kms.ko" to /etc/rc.conf
Arminio
Are you used to running FreeBSD on desktops already? There are some awful things you have to know.
./pascal.sh
Arminio
./pascal.sh
Arminio
Except the bluetooth thing I guess?
Arminio
oh wow
./pascal.sh
Mh am I missing something ?
So in my /etc/rc.conf I have
kld_list="/boot/modules/i915kms.ko sysctlinfo cuse utouch"
./pascal.sh
And xorg seems to work because if I run startx with default options I get terminals and a 1080p resolution
Arminio
Sounds fine to me
./pascal.sh
Uhm OK startx does not work anymore
./pascal.sh
oh OK
module i915kms does not exists
./pascal.sh
That should be "intel" right?
Arminio
Are you sure? /boot/kernel/i915kms.ko should exist.
./pascal.sh
./pascal.sh
But in the xorg log it says
Module does not exists
./pascal.sh
Oh wait I did not have
i915kms_load="YES"
In my /boot/loader.conf
Let's try that and reboot ....
Arminio
Ah that, yes
Arminio
That rings something
./pascal.sh
Nope
./pascal.sh
i915kms is still not found
Arminio
https://github.com/netzverweigerer/freebsd-notebook-install
Arminio
These here are my notes for installing FreeBSD on an X220, I believe most of the steps should be identical to your setup
Arminio
kSo maybe that helps you :)