-
debdrup
You don't really need bacblocks with UFS or ZFS.
-
adilix
hi all
-
mason
I'm noticing for some variety of lately that bash segfaults on shutdown. Is this a known thing?
-
meena
does devd fire an event on wakeup? i'd like to restart openntpd when a VM walked
-
meena
wakes up
-
debdrup
There's /etc/rc.suspend and /etc/rc.wakeup iirc
-
debdrup
Sorry, it's /etc/rc.resume
-
meena
man.freebsd.org/rc.resume(8) isn't very descriptive on /etc/rc.resume itself
-
VimDiesel
Title: rc.resume(8)
-
debdrup
It's just an rc script, like any other.
-
debdrup
Also yes, devd gets resume notifications from the kernel, see devd.conf(5)
-
debdrup
..that was what you asked for, after all.
-
debdrup
oh, lol - i didn't read the deprecation notice - it's going away :/
-
debdrup
or maybe it's only one of them? seems inclear..
-
debdrup
unclear
-
meena
debdrup: Where's the deprecation notice?
-
meena
doesn't seem to be called
-
meena
-
VimDiesel
Title: freebsd-src/rc.resume at main - freebsd-src - Codeberg.org
-
meena
-
VimDiesel
Title: gist:ec8f515cb05321272e4fd78783a664e9 · GitHub
-
meena
-
VimDiesel
Title: gist:0eacd0e1052b15538f2f9645137fcb7c · GitHub
-
meena
and devd -d doesn't log anything happening
-
yuripv
eh, echo "Usage: $0 [apm|acpi] [standby,suspend|1-4]"
-
debdrup
-
VimDiesel
Title: devd.conf
-
debdrup
although since it's in the kernel system, it might've just been moved
-
meena
debdrup: I'm testing 13.1 right now, and this:
gist.github.com/fa271e15e99681f779a1696048aeedb8 doesn't fire
-
VimDiesel
Title: gist:fa271e15e99681f779a1696048aeedb8 · GitHub
-
meena
doesn't fire with kern either
-
msiism
Does FreeBSD offer a digital signature for its release images somewhere?
-
kp
Yes. For example on
freebsd.org/releases/12.3R/announce there is "PGP-signed checksums for the release images are also available at:
FreeBSD.org/releases/12.3R/signatures"
-
VimDiesel
Title: FreeBSD 12.3-RELEASE Announcement | The FreeBSD Project
-
msiism
Oh, great. Thanks.
-
msiism
Maybe, Chapter 2 of the Handbook should also mention that.
-
msiism
Does a desktop system actually need a /var partition?
-
msiism
Coming from Linux, I'm used to partition layout like this: /boot, /, swap, /home.
-
msiism
But then, /home seems to be /usr/home in FreeBSD.
-
mfm_
midnight: /home is a symbolic link to /usr/home
-
msiism
I see.
-
msiism
So, is there anyhting wrong with using the above partition scheme then, if I get the sizes right?
-
meena
msiism: I usually just go with whatever the installer suggests
-
paul2
hi just curious I finally installed linux ubuntu on my laptop but was wondering how easy it would be to do that with freebsd?
-
msiism
meena: Yeah, but then that might not be ideal in every case.
-
paul2
cause it sounded complicated this was very simple
-
meena
msiism: are you using ZFS or UFS?
-
msiism
I mean, I really like the idea of having /home on a separate partition.
-
msiism
I'll be uisng UFS because I don't have a lot of RAM.
-
meena
paul2: depends on the hardware.
-
meena
msiism: how much is not a lot?
-
msiism
2G
-
msiism
Also, I guess UFS is fine for me.
-
msiism
I've been using ext3/4 on Linux up until now.
-
meena
msiism: I run VMs with that little RAM on ZFS; generally, ZFS has a threshold for when to start using ARC (the thing that eats lots of RAM)
-
msiism
I see.
-
meena
I find the benefits of ZFS outweigh what it weighs on the RAM
-
paul2
what is ZFS ?
-
paul2
can you explain it?
-
msiism
I'm not exactly sure about those benefits, to be honest. But I guess I don't really need them.
-
paul2
I understand the different file systems
-
V_PauAmma_V
-
VimDiesel
Title: Chapter 21. The Z File System (ZFS) | FreeBSD Documentation Portal
-
meena
boot environments are pretty cool…
-
» meena has used ZFS for so long, she's forgotten what normal filesystems are like
-
meena
and then I get a VM dropped into my hands, and it's running on UFS, and I cry,,,
-
meena
anyway, remember Solaris kids? I grew on Solaris
-
V_PauAmma_V
(And same as meena, I have 2GB VMs using ZFS. So much so than when I installed one using UFS, it felt unusual, despite being raised on SunOS4.)
-
msiism
Okay, I'm not using multiple disks, but maybe ZFS is worht a shot anyway.
-
msiism
I mean, this isn't going to be the last time I'll be installing FreeBSD on that computer, I guess.
-
msiism
Iterative refinement…
-
meena
msiism: in the first couple of weeks of getting a computer, i re-installed Windows about 70 times
-
msiism
Well, I'm probably not gonna do it this many times.
-
msiism
I just need to get into how this actually works.
-
meena
by the end, I knew XP key by heart
-
msiism
Seems like FreeBSd is actually a nice system that I should have started looking into much earlier.
-
meena
-
VimDiesel
Title: The Cursed Computer Iceberg Meme
-
meena
msiism: I only started looking into it (again) after jails got VNET…
-
meena
so, around 2017
-
msiism
I only have a vague idea of what jails is. I'm generally a desktop user, though not necessarily using a GUI.
-
meena
i use emacs (as vim) and browser and a terminal, and everything else happens on servers in jails
-
mfm_
msiism: you should look at Mr. Jan Schaumann CS615, Week 4, Segment 2, OS Installation. Although the examples are related to NetBSD, the general concept should apply to FreeBSD;
youtube.com/watch?v=XRTDMgIpK68&t=1s
-
VimDiesel
Title: CS615 System Administration, Week 04, Segment 2 - OS Installation - YouTube
-
msiism
Okay, I'll try that. I have run NetBSD for a bit on that same machine, a while back.
-
msiism
Thanks for the tips. I'll probably be back later.