-
debdrup
yuripv: depending on the version of FreeBSD, it's either ~330 or ~74 bytes per record, iirc.
-
debdrup
A good rule of thumb is 5GB memory per 1TB of used diskspace.
-
zykotick9
debdrup: thanks.
-
debdrup
It's perhaps also worth mentioning that the current implementation leaves a lot of performance on the table; Matt Ahrens did a back-of-napkin proposal for a reimplementation of dedup that could speed it up by ~1000x.
-
zykotick9
debdrup: thanks (again). ~1000x speed would be nice.
-
skered
Inside a jail can you change INADDR_LOOPBACK? I have a c/cpp program that's using it and since I can't (or don't want) have 127.0.0.1 it would be nice to rename that.
-
skered
Unless if I'm wrong about 127.0.0.1 in a jail? That won't conflict/overlap/share with the host?
-
jmnbtsls1E
if you set vnet, you will have your own loopback interface and other interfaces, but then you will need to configure connectivity for the jail, if needed
-
Molnija
is there demand paging, and is there a way to hack the demand paging? I seem to have a problem where it feels like an application needs to swap in for me to use it, but I'm not swapping (I actually don't have a drum mounted.)
-
Molnija
(actually, don't answer the "is there a way to hack" part. I just want to understand if my speculations on why things are slow on a fast workstation are in any way founded.)
-
debdrup
-
VimDiesel
Title: Design elements of the FreeBSD VM system | FreeBSD Documentation Portal
-
debdrup
The funny thing, to me at least, is that John Dyson and David Greenman both worked at AT&T at the time.
-
adilix
hi all
-
debdrup
-
VimDiesel
Title: Chapter 7. Virtual Memory System | FreeBSD Documentation Portal
-
Fudge
hey all
-
Fudge
after some advice, my new preloved server I just bought arived today. I currently use Debian on a dual xeon HP Z820 with some vms, media and stuff. I really want the host OS to be FreeBSD but the installation is a barrier.
-
Fudge
I'm looking at this kind of headless guide but it's probably a bit beyond me as partioning slices on command line is not a strong point.
-
Fudge
-
VimDiesel
Title: Installing FreeBSD manually (no installer) | The FreeBSD Forums
-
debdrup
Fudge: see the SCRIPTING section of bsdinstall(8).
-
debdrup
Ie.
man.freebsd.org/bsdinstall#SCRIPTING since I'm assuming you don't have access to a FreeBSD system since you're trying to install it.
-
VimDiesel
Title: bsdinstall
-
Fudge
debdrup: thanks will erad now
-
Fudge
read
-
Fudge
autopart looks nice, my 9yo will be reading the screen for me hense probs too
-
Fudge
maybe bootstrap will be easier
-
nakibrayan
hi
-
nakibrayan
how can i install sway in freebsd
-
nakibrayan
i am new to bsd
-
nakibrayan
in installed sway using `pkg install sway`
-
nakibrayan
and when i try to run `sway` i get XDG_RUNTIME_DIR not set
-
nakibrayan
my user is in the video group
-
V_PauAmma_V
-
VimDiesel
Title: Chapter 6. Wayland | FreeBSD Documentation Portal
-
nakibrayan
thank you
-
V_PauAmma_V
(If you followed the instructions there and still have a problem, let us know so we can fix/clarify it.)
-
nakibrayan
ok
-
V_PauAmma_V
Also, welcome to FreeBSD.
-
nakibrayan
thank you
-
nakibrayan
when i execute `doas seatd start` my shell dont come back and when i use `ctrl + c` it says that seatd is stoped
-
nakibrayan
varaindemian: .
-
parv
.oO( Hunh. From some of the screenshots, "sway" seemed to be a tiling WM💩; hell with that )
-
varaindemian
nakibrayan: ?
-
nakibrayan
you didn't understand my question ?
-
nakibrayan
varaindemian: ok i am sorry i taged you insted of V_PauAmma_V
-
varaindemian
ah k
-
nakibrayan
V_PauAmma_V: when i execute `doas seatd start` my shell dont come back and when i use `ctrl + c` it says that seatd is stoped
-
nakibrayan
varaindemian: :)
-
nakibrayan
is X less secure then wayland
-
nakibrayan
-
VimDiesel
Title: Chapter 6. Wayland | FreeBSD Documentation Portal
-
nakibrayan
and when i start sway i get `ERROR: cannot create backend`
-
MonsoonSecrecy
nakibrayan: you are probably missing a graphics driver but I am not sure
-
nakibrayan
what should i use with freebsd (sudo or doas)
-
nakibrayan
none of them is installed by default
-
V_PauAmma_V
nakibrayan, matter of taste. (I use sudo because I'm used to it, but others prefer doas.) And yeah, you probably need to install drm-kmod: (as root) pkg install drm-kmod
-
V_PauAmma_V
Then in /etc/rc.conf, you need to specify the appropriate driver for your GPU. (I need to AFK for a while, but someone else should be able to help you figure out which driver you need and how to load it on boot.)
-
V_PauAmma_V
Oh, they left.
-
mns
/34
-
cpet
/23
-
rtprio
too many windows, guys
-
cpet
if you have 34 windows open you gotta get out more
-
mason
/44
-
mns
rtprio: yes too many windows
-
angry_vincent
dch: may i private msg?
-
dch
angry_vincent sure
-
duncan_bayne
Hello :) I've been building an Emacs dev environment with ezjail, and was wondering how people tend to manage their network interfaces. Most guides I've read suggest manually creating and removing them, but I was wondering if it might be reasonable to extend ezjail to manage those, too.
-
msiism
Hey, section 1.3.5 of the Handbook says: "For localized versions replace the "en" with language prefix of choice. Be aware that some of the localised versions might be out of date…"
-
satanist
duncan_bayne: there is /usr/share/examples/jails/jib, you can add this to jail_$jailname_exec_prestart and jail_$jailname_exec_poststop (requires a jail_$jailname_vnet_interface)
-
msiism
Someone should decide on one spelling of "localized" in the whole book.
-
satanist
-
msiism
Well, it should probably be s/localised/localized/ because that's what the localization chapter uses throughout.
-
duncan_bayne
satanist: Thanks, that's exactly what I was looking for 🤘
-
satanist
duncan_bayne: I have also a small patch for ezjail to allow adding an vnet interface on creation, still missing the prestart/poststop option