-
nicholaus04
Howdy, folks!
-
nicholaus04
I'm actually using ircii this time.
-
ek
Hello, nicholaus04.
-
ek
IrcII isn't so bad.
-
OwlWizard
do any of you use pidgin for xmpp? if so do you know if i can just compile plugins from linux source and have them run?
-
OwlWizard
i just realised that the xmpp part doesnt matter much
-
jauntyd
if there is a man page on-line for a particular application for freebsd, does that mean the application exists? Ex:
man.freebsd.org/cgi/man.cgi?query=a…ion=8&manpath=freebsd-release-ports
-
kevans
v
-
kpel
CrtxReavr: the acpi code in question is tracing the error messag I mentioned roughly every ten seconds so it keeps getting executed. I don't think that's pre-kernel. Were you referring to something else?
-
fm2279
Anybody here know anything about DisplayLink drivers (udl)?
-
CrtxReavr
kpel, I mean it's a flag that needs to be set at kernel boot time. . . not something you can change without rebooting.
-
sjk
Hi guys! I am trying to upgrade from 13.2 to 14.1 using freebsd-update. After rebooting, I get a LUA error: "LUA ERROR: /boot/lua/core.lua:68: attempt to concatenate a nil value (field 'lua_path')" and "can't load 'kernel'"
-
sjk
However, if I just type "boot" it does boot into 14.1
-
sjk
Full error here:
ibb.co/3fKcVgk
-
sponix2ipfw
might wanna read the release notes, errata, and other fun things to see if there is a listed work-a-round or fix for that
-
sponix2ipfw
what happens when you move core.lua to core.lua.OLD and reboot?
-
sponix2ipfw
I find it odd that it is looking for a lua scripting language bit during the initial boot process anyway
-
sponix2ipfw
-
sponix2ipfw
sjk: that covers similar, and might be your fix
-
sjk
sponix2ipfw: yeah, I found that thread too. I tried copying /boot/loader.efi over, but then when I rebooted I was back in 13.2, lol!
-
sponix2ipfw
well, it is much to my surprise that online docs tell me that lua is used in the FreeBSD final boot stages
-
sponix2ipfw
lua is probably more "stable" than python though
-
sjk
But I had done a cp BOOTX64.efi{,.old} before hand, so I could just revert back
-
sponix2ipfw
-
sponix2ipfw
I would look into the code mod in that specific bit
-
sponix2ipfw
seems core.lua needed a couple of lines added back into it
-
sjk
hrm
-
sponix2ipfw
I'm NEW to FreeBSD though, and have never done a upgrade from one major release to another
-
sponix2ipfw
I think there is some sort of "merge' process to be done on config files though
-
sponix2ipfw
sjk: any luck?
-
sjk
yes! I tried copying /boot/loader.efi over to the efi partition's efi/freebsd/ directory instead, and that actually worked :D
-
nwe
good evening, I wondering if someone has got FreeBSD to work on EdgeRouter X ? :)
-
l00py
so comparing linux and freebsd uses memory when it's free instead of swap, but linux is starting to use swap before ram is used up. literally like half free and it's already using GB of swap lol wtf how did linux beat freebsd ffs
-
rtprio
linux also by default overcommits memory so 🤷
-
l00py
what's that mean overcommit memory?
-
rtprio
it means you can allocate more than you have
-
rtprio
until oomkiller comes by and decides that you cannot
-
l00py
such feces
-
l00py
maybe that's why it's mem mgmt subsystem is so eager to swap, it's a bandaid
-
l00py
don't use windows server for serious stuff ok, but use linux? how did that happen. freebsd 5's problems?
-
rtprio
i'm not certain what the point is that you're trying to make
-
sponix2ipfw
sjk: glad to hear you got it working
-
zwr
l00py: that's vm.swappiness at work
-
rwp
Pushing untouched stale memory pages to swap aggressively is a good thing because it makes ram available for actual use by something that needs it. If it can do this ahead of time during otherwise idle system time then it is immediately available in the future when needed.
-
zwr
yeah. And FreeBSD overcommits too by default
-
rtprio
uh, by default? you sure about that?
-
rwp
That's actually a weak point for FreeBSD. In Linux one can disable overcommit (I do) but on FreeBSD there this apparently can't be fully done.
-
rwp
rtprio, Pretty sure. Yes. And no way to disable it AFAIK.