-
babz_
well, looking at the code, I see that pkg can't upgrade/downgrade a package from a local file, it only works for installing a new package
-
babz_
but I have no idea why...
-
_xor
What's the basic gist and status of netlink on FreeBSD?
-
_xor
I'm porting netbird and currently my build is failing in the package that handles manipulating the routing table. The Linux implementation uses netlink. My options are to implement it for FreeBSD by reviewing /usr/src/sbin/route/route.c to see how it does it, or look at /usr/src/sys/netlink/* to see if there's enough there to fixup the
-
_xor
Linux-specific code.
-
lw
_xor: basic functionality should be there, like managing the routing table and interfaces (freebsd route(8) uses netlink, for example). more esoteric stuff might be missing
-
paulf
pid 19983 (perl), jid 0, uid 1001, was killed: failed to reclaim memory
-
paulf
any idea why?
-
debdrup
paulf: a lot of the time, grep'ing the source code for a specific error like that will only return an error, so `find /usr/src -type f -exec grep "failed to reclaim memory" {} +` will likely find an answer reasonably quickly
-
paulf
I was on my mac when I asked
-
debdrup
Do you have something taking up a large amount of wired memory (such as ZFS ARC), and very tightly constrained VM watermark levels? There are some OIDs in the the vm. MIB, where you should have v_free_severe < v_free_min < v_free_target - but they might need tweaking, if they're too low.
-
kenrap
that error seems like the result of an out-of-memory incident
-
debdrup
kenrap: was that not obvious?
-
paulf
quite possible, first time I've used aws, and I suspected it was oom
-
paulf
didn't expect perl to get killed though
-
debdrup
I don't know if there's some interaction between Amazon's hypervisor and FreeBSD, but it's not something I've ever seen, and I run my systems with pretty high memory utilization.
-
debdrup
Try tweaking the VM watermark levels, though.
-
debdrup
You can also lower the size of the ZFS ARC manually.
-
paulf
I need to figure out how to create an instance with the right CPU first - the one I set up was wrong for my needs
-
debdrup
Can't help there.
-
paulf
And quite likely instances with graviton 4 have more memory
-
darwin
it said portsnap is deprecated but not what's replacing it :(
-
angry_vincent
is latest pkg repository slowed down in updates? there were no updates for a week. not that it is a problem of having no updates, just an observation
-
V_PauAmma_V
angry_vincent, which architecture? I had about 2 dozen package upgrades 2 days ago, amd64. (I think my previous pkg upgrade was 3 days earlier, so still within the past week.)
-
angry_vincent
amd64 i have
-
V_PauAmma_V
That's weird. Maybe one of the package mirrors didn't get sync'd and you were routed to that one? (IIRC the package mirrors use geo(mumble).)
-
adilix
hi all
-
angry_vincent
Hi.
-
debdrup
I'm pretty sure it's impossible for them to be in sync, to the point that it's possible _that_ is why they aren't up-to-date.
-
debdrup
angry_vincent: what version?
-
angry_vincent
debdrup: i follow stable/14 if this version asked
-
debdrup
-
debdrup
That was somewhere around the 14th.
-
debdrup
Wait, no - possibly later.
-
tf
comparing 140amd64 and 132amd64 (default) you can see 132amd64 does incremental update builds, but 140amd64 doesnt
-
debdrup
13th of may was the last repo update
-
angry_vincent
i cannot browse above link ( maybe due to it is on ipv6 )
-
debdrup
Yes, it's only got AAAA addresses.
-
debdrup
tf: huh, yeah that does seem somewhat odd.
-
debdrup
Might be worth filing a report with the cluster admin team on
bugs.freebsd.org
-
VimDiesel
Title: FreeBSD Bugzilla Main Page
-
skered
debdrup: I think it's know and is IPv6 only.
-
skered
known*
-
debdrup
skered: in that some people know it, or that _everyone_ knows it? :P
-
rwp
In that the powers-that-be that control it know it. It's known to the implementers and maintainers of it.
-
rwp
I also know that several of the build machines are IPv6 only. Thanks for dch for mentoring me through some of the understanding of it.
-
skered
I mean it has been reported and it is ipv6 only.
-
skered
why? because?
-
JustBleedFan
Is it easy to get java installed on FreeBSD? Not for development, but just as a dependency for certain apps. I see various recommendations online.
-
polyex
jvm in a jail?
-
dstolfa
JustBleedFan: pkg search jdk
-
JustBleedFan
Not in a jail, just a regular desktop user who needs java installed to run a certain app.
-
dstolfa
same answer
-
JustBleedFan
Okay thanks I'll try that.
-
dstolfa
pick a version you need and pkg install it
-
dstolfa
should just work(TM)
-
btcgiveaway
test