-
kerneldove_
how can i debug why my box is showing 20% packetloss when i have a 1gbit inet connection and sudo iftop only shows 120Mb of combined traffic rate?
-
kerneldove_
igb driver fwiw
-
kerneldove_
i got a lagg if over igb0 and igb1 fwiw
-
divlamir
the problem could be anywhere between you box and the destination, not necessarily your box itself.
-
kerneldove_
if the problem is my box, how could i debug it? like if my OS needs tuning
-
kerneldove_
or can a default freebsd handle 1gbps of mostly udp just fine?
-
divlamir
I'd use iperf on a local network for a bandwith test like that
-
kerneldove_
in other words how can i see if my OS is overloaded and needs expansion of tunables
-
kerneldove_
can iperf test udp?
-
divlamir
yes
-
kerneldove_
ok great idea. btw i tested pinging the box from another box in the same DC that ISNT having packetloss issues, and packetloss is showing same 20%
-
divlamir
btw, UDP tests with iperf3 default to 1Mbit/s, don't forget to use sth like '--bitrate 1G' on the client side
-
kerneldove_
ok ty
-
divlamir
and you can reverse the sender with '-R' to see which one chokes
-
kerneldove_
do you think my cpu being used 94% would explain the packetloss?
-
iRobbery
check your IRQ usage
-
kerneldove_
ok i got the numbers with vmstat -i, how do i know if the numbers are too high?
-
iRobbery
depends on too many factors to give a number
-
kerneldove_
ok so how do i make use of the numbers then?
-
iRobbery
top -P -S
-
iRobbery
how much percentage irq you see per thread?
-
iRobbery
30 and more packetloss is probable
-
kerneldove_
by per thread do you mean the per cpu count at the top?
-
kerneldove_
because for all of those cpu lines, the interrupt is 0.0% or so
-
kerneldove_
sometimes 1 will be like 0.4%
-
kerneldove_
idle is around 60% for each
-
kerneldove_
oh sorry wrong box, interrupt is same but idle is like 9% for each
-
iRobbery
idle machine interrupt is at 9%?
-
kerneldove_
the box with 20% packetloss is showing interrupt at either 0.0% or 0.4% for each cpu core, and idle around 7%
-
kerneldove_
for each cpu core
-
Alver
Have you replaced the cable?
-
kerneldove_
no
-
iRobbery
worth a try too
-
Alver
9 out of 10 times when I've seen packet loss it ended up being a stupid hardware issue. Mostly cable.
-
kerneldove_
is there anything else i can check to see if it's on the OS level? box is in a DC and i don't wanna bug them unless i kinda need to
-
Alver
Hm, DC cables are usually decent enough quality.
-
Alver
(the people there know how to make them, and usually do test before use)
-
iRobbery
can you check for broadcast traffic, is your network limited to just you, or you share switches with other parties?
-
iRobbery
do you have pocketloss locally there too between boxes you run? or is it towards el internetzo?
-
kerneldove_
how do i do that? pretty sure we share
-
kerneldove_
yep
-
kerneldove_
from another box there that has no packetloss, when i ping the lossy 1 i get same 20% rate
-
iRobbery
well then you could create a ticket i guess, and some of the dc people can check stats, you would not need to pay for hands on support afaics
-
kerneldove_
what do i ask them? what's the point about broadcast traffic?
-
iRobbery
You could write that you have packetloss on one of your machines, and if they can verify the switch isnt overloaded or something in that line
-
Koston
I have an Atom C3558 mini-PC, with broken uart(4) which tends to freeze the box entirely. this only happens when booted with EFI; legacy bootloader works fine. bug persists through 13.5 to latest CUR snapshot. is this worth reporting or should I just disregard it as a firmware issue?
-
Koston
fwiw, Linux w/ EFI works fine, but I quickly tapped out from reading / cross-referencing fbsd and linux serial driver sources on account of time and sanity
-
kerneldove_
so as long as the cpu core interrupt % is less than 1, it's not overloaded NIC causing packetloss. is there anything else OS level i could check for causing packetloss? like some kinda network buffers getting overfilled or?
-
kerneldove_
i'm not using any firewall like pf atm, fwiw
-
Koston
even if cpu core ran >90% interrupt handler it shouldn't cause packet loss
-
kerneldove_
dang
-
AmyMalik
it should only cause packet loss if the CPU is veritably overloaded
-
kerneldove_
what do you consider overloaded? top shows idle around 5%
-
AmyMalik
the core is pinned
-
AmyMalik
so, 100%
-
kerneldove_
ah, damn. any other ideas for what it could be?
-
kerneldove_
on OS level. ofc it could be hw
-
AmyMalik
try changing the cable
-
AmyMalik
your firewall settings could be wonky, but don't assume that if they've not changed since before this started
-
kerneldove_
no fw enabled
-
AmyMalik
you've eliminated every OS level possibility, I think. try changing the cable. if that fails, press your backup switch (assuming you have one) into service.
-
AmyMalik
concretely: power it up, and plug all your cables into it
-
AmyMalik
and then power down your main switch
-
AmyMalik
then retest
-
divlamir
not an easy task in a remote DC..
-
kerneldove_
dropped the cpu usage from 95% down to 75% and the packetloss went away. why?
-
Onepamopa
Does ifconfig_<iface> / _alias<x> do any ordering? Asking, because I'm configuring the "primary" IP as a first, then adding alias1/2/.... but for some reason the first IP goes last?
-
Onepamopa
tried "ordering" them as alias0(the primary IP), 1/2/3 but still.. the 1st goes last ?
-
divlamir
ifconfig_iface_alias0 is not the primary IP, it's the first alias
-
Onepamopa
divlamir I said I tried... but nomatter what I tried, the 1st IP I set is never actually set as the 1st IP (i.e. the one that is used for outbound traffic by default)
-
Onepamopa
had to do some fuckery with defaultrouter and -ifa
-
Remilia
Onepamopa: ifconfig iface0 inet A.B.C.D/N alias prefer_source
-
Onepamopa
rc.conf equivalent == ?
-
ivy
prefer_source is only for IPv6, isn't it?
-
Remilia
ivy: oh are we talking aobut v4 hmm
-
Remilia
was disconnected from the bouncer, sorry
-
Remilia
and brain fried
-
Remilia
wonder if you could use pf for this
-
ivy
Onepamopa: are the netmasks set correctly? usually the source address for the route will be whichever IP address can reach the router (/24 or whatever) while the aliases will be /32s. this doesn't work if your primary address is also a /32, though
-
Onepamopa
the netmasks are all /32 (it's a VPS, I don't have much choice), even though I tried setting a /24 mask on the primary IP, it still ended up being last in the "list" ...
-
Onepamopa
the 3 aliases are 51.38.xxx.xxx
-
Onepamopa
the primary IP is 51.75.xxx.xxx
-
ivy
try this: assign the primary address to the external interface, and configure the secondary addresses as aliases on lo0
-
Onepamopa
something "orders" them in a way where the "smaller" IPs are at the top
-
Onepamopa
and the aliases would be reachable via vtnet0 when they aren't aliases on it?
-
ivy
yes. at least this is how it works in IPv6, i don't use this setup for IPv4 but i think it should also work
-
ivy
the main difference is for IPv4 you need at least one IP address on the interface itself, for IPv6 you don't, but in this case you want an address on the interface anyway so that's fine
-
Onepamopa
that's so un-intuitive....
-
ivy
in Linux, there is a feature called prefsrc that can be used to set the default source IP address for a route. i'd like to have that in FreeBSD, but currently we don't
-
Onepamopa
defaultrouter="51.75.xxx.1 -ifa 51.75.xxx.xxx"
-
Onepamopa
that's the fuckery I referred to earlier
-
Onepamopa
and my surprise when setting an IP address and then aliases... results in that IP address being sent "downwards" for some reason, who "tells" it to "move" ? :)
-
Onepamopa
for some reason... even -ifa doesn't work
-
ivy
what are you expecting -ifa to do? that doesn't affect source address selection as far as i know
-
Onepamopa
well... setting the aliases @ lo0 also doesn't work... nginx listens to 1 of them, trying to connect from the "outside" - no packets @ vtnet0, nothing ...
-
ivy
no packets at all would mean that IP address isn't routed to your VM at all, you should see incoming traffic regardless of local network configuration
-
Onepamopa
it is :) and there are packets when it's alias @ vtnet0
-
Onepamopa
so all I changed was ifconfig_vtnet0_aliasX -> lo0
-
ivy
do you see ARP requests for the address? maybe it's done via L2 instead of routed (in which case, ugh)
-
Onepamopa
yup.. there's arp for the aliases
-
ivy
that is a horrible configuration, i cannot think of a solution off hand
-
Onepamopa
that's OVH for you
-
Onepamopa
needed a test vps for some fuckeries I'm doing...
-
TommyC
Oracle has free ones iirc.
-
ivy
Onepamopa: you could try adding a static ARP entry for the address on vtnet0 with the "pub" keyword (see arp(8)), iirc this doesn't actually work though, but i can't remember why
-
ivy
i.e., put the address on lo0, but add the arp entry on vtnet0
-
Onepamopa
what's horrible IMHO is the fact that previous versions of freebsd weren't doing this fuckery... the 1st IP was 1st IP, all IPs were added in the order they're in as aliasX Y Z ...
-
ivy
that basically makes the machine proxy arp for its own address, which is... weird... but this is why i prefer to avoid cheap VPS providers :-)
-
Onepamopa
I'll put money where my mouth is and reinstall using 13.5-stable (currently the VPS is 14.3-stable... just want to confirm this F-ing behavior (got servers with 13.3 where this F-ing behavior isn't observed - 51.210 is the "1st" IP, then some 91.xxx aliases, then 51.30 aliases - at the "bottom")
-
divlamir
Onepamopa: just tried in a vm, and seems to work here, an old vm running 14.1-RELEASE. will do a freebsd-update to see if it misbehaves
-
divlamir
-
Onepamopa
divlamir here's what I get:
bpa.st/KYPA
-
Onepamopa
1 alias completely missing, IPs not added in the order of rc.conf ....
-
Onepamopa
any..... ideas ?
-
Remilia
and that's after a system reboot with that rc.conf?
-
Onepamopa
yep, after reboot ..
-
divlamir
hrm
-
Onepamopa
divlamir my thoughts, exactly ....
-
divlamir
still working here after updating to 14.3-RELEASE-p4
-
Onepamopa
I'll switch kernel/world to 14.3-release, rebuild and get back to you .... if you think it's a "releae vs stable" issue ..
-
Onepamopa
would take a couple of hours tho
-
divlamir
it weird, no idea
-
Onepamopa
okay, I'll rebuild and see if that'd still be the case
-
divlamir
don't have a stable at hand to test it with
-
Remilia
I switched to binary updates for base system years ago so no more STABLE for me too
-
Remilia
my kernels are custom but not the base system haha
-
ivy
Remilia: with the magic of pkgbase, you can now run -STABLE and still get binary updates!
-
ivy
although i don't recommend doing this until 15 is out
-
Remilia
I'm not really into that
-
Remilia
just need to stuff to work and RELEASEs are good
-
ivy
yeah, right now i run main everywhere but i think i'm going to switch to 15.0-RELEASE for non-dev systems
-
ivy
there's a limit to how much you want to be wasting time on that stuff
-
Remilia
Onepamopa: tbh if there are no weird control codes in the rc.conf statement for alias0 and yet the alias is not brought up, it sounds like your rc framework is broken in a weird way
-
Onepamopa
question would be... why / how
-
Remilia
Onepamopa: 14.3-RELEASE-p3, all aliases are added in order of appearance, none are droped
-
Remilia
dropped*
-
Remilia
(this is in Hyper-V, I used /32 for all of them)
-
Onepamopa
Remilia I'll just backup some stuff from the VPS and reinstall it via the OVH panel. I think it's 14.3 by default, will see if the fuckery with the aliases persists on a "clean" system
-
Remilia
btw could you perchance avoid the f-bombs here?
-
Onepamopa
sorry about that... it's just frustrating AF :)
-
Retrofan
Hi guys
-
Retrofan
Could I use ZFS only for my personal partitions not disks, and not system disk
-
ivy
yes, there is no requirement to use ZFS for root, UFS remains fully supported
-
Retrofan
and will that help in testing the freebsd 14 upgrade?
-
Retrofan
without breaking my system
-
ivy
help in what way?
-
Retrofan
Someone here said that to me few months ago
-
ivy
if you don't use ZFS for root you don't get boot environments, which is the usual way to test upgrades and roll back in case of problems, so if that's a concern for you, i would suggest using ZFS root
-
Retrofan
How?
-
Retrofan
after I installed the system
-
Retrofan
and I will it break my whole installation?
-
ivy
there is no built-in way to convert an existing system to ZFS root, you need to create the zfs pool and copy the system over by hand, i would not recommend trying that if you aren't already quite comfortable with ZFS and the FreeBSD boot process
-
Retrofan
Ivy: yeah I feel it will be danger
-
Retrofan
And I just want my system to use UFS for root
-
Retrofan
And ZFS for my data
-
ivy
that's fine, but then you can't use ZFS-specific features for upgrading, so it's up to you
-
Retrofan
Could I use something like external hard drive for that (ZFS-specific features for upgrading)
-
ivy
no, because it relies on the root filesystem using ZFS
-
Retrofan
Ok, thank you :)
-
Retrofan
ivy: This why I want LTS for freebsd
-
ivy
i'm not getting into that again
-
Retrofan
Like using the same version for +4 years with no concern about upgrading..
-
Retrofan
Ah, then it was you heh
-
Retrofan
I just forgot
-
Onepamopa
Remilia divlamir ivy .. "clean" 14.3-RELEASE-p2 after reinstall via the OVH panel ... still does the exact same ******* ....
-
Onepamopa
so, either OVH changed something, or .... no clue
-
Onepamopa
(and by changed, I mean - screwed up)
-
Remilia
do you get any error messages if you try to add the missing alias manually?
-
Remilia
also is it an image provided by OVH because who knows what they add there
-
Onepamopa
it's not only the alias that is missing, it's the complete "Misalignment" of the rest ...
-
Onepamopa
it's a VPS from OVH installed using their image, so I'd imagine they F-ed up, badly
-
Remilia
it does not matter for diagnostics purposes, delete all aliases and add them manually in the order you want them, see what happens
-
Onepamopa
okay, moment..
-
Remilia
I would not be surprised if OVH has some daemon/startup service of their own that configures stuff itself
-
Onepamopa
Removed all aliases, reboot, added manually - no issues - aliases appear normally and in the order I added them in...
-
Remilia
that means something weird is going on with your rc subsystem
-
Remilia
I'm just going to try your exact configuration with my hyper-v VM as an experiment
-
Onepamopa
not mine, their...
-
Onepamopa
I'll F-ing destroy them in a ticket .... SHORTLY
-
ivy
Remilia: OVH maintains cloud-init in freebsd, so i assume they're using it on their platform
-
Remilia
oh
-
Onepamopa
the only thing I don't recognize is: 858 u0- I 0:00.00 /bin/sh -o verify /etc/rc autoboot
-
Remilia
I think I saw cloud-init on this super cheap VPS I have from alexhost
-
Onepamopa
cloud-init.. how to stop this **** ?
-
ivy
you can probably turn it off in rc.conf
-
ivy
i think the service is called nuageinit, unless they install the ports version
-
Remilia
Onepamopa:
bpa.st/4RCQ as you can see here
-
Onepamopa
yeah, obviously they F-ed something up, question is how to find and stop it
-
Onepamopa
I was already rebuilt kernel + world ... that didn't help
-
Remilia
it wouldn't because cloud-init is not in the base system
-
divlamir
i see u have qemu_guest_agent_enable=YES, try disabling that too maybe
-
ivy
Remilia: it is: /etc/rc.d/nuageinit. although i don't know what version this was added in
-
Remilia
oh
-
ivy
it's not "cloud-init" (the software) but it is an implementation of the cloud-init spec
-
Onepamopa
divlamir already tried, it's not it ..
-
divlamir
ok
-
Onepamopa
nuageinit is also the 1st thing I disabled ...
-
divlamir
nuageinit is already disabled in your prevoius rc.conf paste
-
Onepamopa
yeah, was enabled by default
-
divlamir
didn't know they provided FreeBSD images, I use mfsbsd to install my vps from the qemu shell
-
Remilia
tbh I'd check console log
-
Remilia
from boot time
-
Onepamopa
I think I found the culprit
-
Onepamopa
just a sec...
-
divlamir
service -e ?
-
Onepamopa
In /etc/rc.conf.d/ -- network and routing ... setting the interface to DHCP, some ipv6 and what not
-
Onepamopa
commented out everything, reboot, voila - everything - as - expected
-
Retrofan
Ah guys did you added the bug warning in HP 6305 SFF bios to wiki?
-
Retrofan
I don't want other users suffer from that..
-
divlamir
Onepamopa: nice!
-
divlamir
The wiki is not really meant for bug reports, there's bugzilla for that, and you can submit your report there
-
divlamir
But iirc it was not a freebsd bug, but hardware issues, wasn't it Retrofan?
-
divlamir
I left OVH for Hetzner when my vps in Strasbourg melted in the fire. Looking at the pricing they offer about twice the capacity for the same price, hm. Might switch back
-
Onepamopa
divlamir don't get me started on that SBG disaster ... lost a few servers + the backup server which was in a neighboring "room" 1 wall away from the fire
-
ivy
divlamir: my one experience with OVH ended when i asked them to replace a failed disk in a dedicated server running NetBSD, and instead they reinstalled the working disk with Linux
-
Onepamopa
no backups ... it was FUN
-
divlamir
ouch
-
divlamir
backup server in the same DC doesn't really count for off-site though
-
Onepamopa
well, I had servers in RBX GRA and SBG .. and the backups were in SBG
-
divlamir
very bad luck then :-/
-
Onepamopa
yep..
-
Onepamopa
now I got 2 backups ;)
-
Onepamopa
as for hetzner... how are the things in there, anything comparable with ovh's "firewall" / mitigation / etc ?
-
Onepamopa
cause... got hit with a few 200-300 Gbps floods, handled perfectly in ovh (drop udp all ;) ), no complaints from them whatsoever.
-
divlamir
I found the ovh interface very clunky, hetzner is way better organized
-
divlamir
you are talking about ddos mitigations? haven't had any issues
-
Onepamopa
so, they have ~same functionality as ovh ?
-
divlamir
Though maybe they don't insist on reporting them as ovh
-
divlamir
pretty much
-
divlamir
and maybe better
-
Onepamopa
interesting
-
Onepamopa
worth testing at some point
-
ivy
re: Hetzner, i remember an issue a while ago where someone reported an abusive customer, and they forwarded the reporter's contact details (real name, etc.) to the customer, which was not a popular move
-
Onepamopa
huh
-
divlamir
what provider would you recommend in EU?
-
divlamir
there's netcup, been looking at their offerings too lately
-
divlamir
any comments about them?
-
Onepamopa
I wouldn't go with someone smaller than ovh/hetzner to be honest ...
-
Onepamopa
seen my share of ddos.. smaller providers just won't handle it properly i.e. your IPs null-routed ...
-
ivy
the only EU provider i've tried is Leaseweb and i wasn't super impressed, nothing especially wrong but the service was mediocre. i guess that's typical for large providers though
-
Onepamopa
that just won't do...
-
Retrofan
divlamir: yeah but I think it should be mentioned
-
Retrofan
Is 6005 bug even mentioned?
-
kerneldove_
hetzner sucks. demanded photo of gov ID for a crappy $20/mo ded server
-
kerneldove_
didn't buy over vpn, nothing unusual at all
-
kerneldove_
EU ded servers are like 50% more than US based
-
kerneldove_
same with ovh
-
Remilia
I'm using netcup because they offer guaranteed resources
-
Remilia
regular VPS stuff scares me
-
divlamir
their "root" servers? that is what I am looking at
-
Remilia
yes
-
Remilia
got one I think 2 years ago?
-
Remilia
the 10 vCPU / 32 GB RAM plan
-
Remilia
it's a lot faster than my old OneProvider dedicated server (Paris DC) and roughly 40% cheaper
-
Remilia
also no iLO3 to deal with and server restart is 1 second instead of 8 minutes of sea of sensors
-
divlamir
Yeah, in the end it's has the flexibility of a vps, jsut dedicated ressources
-
Remilia
however, unlike OneProvider, their networks keep getting blacklisted by MS
-
Remilia
for SMTP that is
-
divlamir
ah, but that happens often elsewhere too
-
Remilia
never happened with OneProvider for me
-
Remilia
I only had to email MS once to whitelist my IP and that was it
-
Remilia
with netcup it's like
-
Remilia
'mitigation applied' then a month later relay access denied again
-
Remilia
> Diagnostic-Code: smtp; 550 5.7.1 Unfortunately, messages from [94.16.X.X] weren't sent. Please contact your Internet service provider since part of their network is on our block list (S3150).
-
divlamir
hrm, thanks for sharing
-
Remilia
and contacting netcup about this is pointless
-
ivy
divlamir: i know you asked for EU, but if you can tolerate UK, all my hosting is at
mythic-beasts.com now (they do have a presence in .nl, but it's a UK company). it's not a large company and it's also more expensive than "cloud" providers, so maybe not quite what you're looking for
-
ivy
but i've never had issues with SMTP, support is excellent and they're happy to do custom stuff within reason
-
divlamir
thank you ivy, will check them out. I prefer EU for geo latency reasons, not anything else
-
ivy
the only thing i don't like is their .nl isn't L3 access yet, because they acquired it from another company, but last i heard (from a support ticket answered by head of network engineering) they're working on that
-
divlamir
wow, a bit steep their pricing
-
divlamir
will stick with hetzner for the moment. I don't need much horsepower, just sth that pushes packets outside of my cgnat contryside hell
-
Remilia
ivy: those prices are scary haha
-
divlamir
yep
-
Remilia
they ask 1000 euro or so for half of what I have with netcup
-
Remilia
I pay 330 at the moment
-
Remilia
(yearly)
-
Remilia
and that's with a bandwidth limit that I would break :\
-
polarian
ivy: what happened to using jump networks :P
-
s1lversurfer
hi guys, someone here use on freebsd a similar software as Obsidian?
-
vkarlsen
I use Obsidian (sometimes)
-
s1lversurfer
vkarlsen: nice, but do u emulate it or install using rpm/deb mechanism of linux binaries compatibility of freebsd?
-
vkarlsen
s1lversurfer: I install textproc/obsidian from ports
-
s1lversurfer
i'll check it :)
-
vkarlsen
s1lversurfer: There's some license issue that prevents it from being distributed as a package
-
s1lversurfer
vkarlsen: interesting, i haven't checked ports.. i am so dumb and newbie hehe, but it's ok i'am almost drunk, some beers u know... :D
-
vkarlsen
s1lversurfer: Take a look at the Makefile, there's a list of instructions there that will make it easy
-
s1lversurfer
yesterday i've installed vscode, almost there, compiling Obsidian :) i'm in love with freebsd, i am a linux user since 2004 and i never tested a bsd system, have no explanation for that lol
-
s1lversurfer
the openbsd still alive right ? but the freebsd have the biggest community?
-
mzar
you missed a lot
-
mzar
in 2004 Linux was stable enough that there was no need to seek any alternatives - that might justify it
-
s1lversurfer
mzar: ya! empty mind.. i used to work with Red Hat for many years, but u know, they are creating some partnerships with Microsoft... wtff is that ?
-
mzar
I have nothing against them and their partnerships, but FreeBSD is just decent OS
-
s1lversurfer
and now the linux community stills in war because of pieces of rust code on linux kernel hehe even Linus Torvalds giving his aprovement
-
s1lversurfer
freebsd is a boat on the internet titanic, if you have my age will know, the scene are fuc* up by a lot of posers on youtube, hacker is just a guy that watched Mr. Robot and play CTF, programmers walking around with their macbooks and those thousands of frameworks with bulssh*** what a mess... sorry for this, ourburst... :D
-
aic
did you install vscode or not?
-
s1lversurfer
aic: yeah ! :D
-
aic
I use Emacs, not very customized. but anyway speaking of vscode, here's a very cool emacs setup emulating vscode IDE:
github.com/doomemacs/doomemacs
-
aic
sexy screenshot alone makes me want to try it
-
s1lversurfer
aic: i'll check out, i had a problem with electron34, but i solved it, and now i'm having a problem with electron33 :D but i will fix it too hehe
-
s1lversurfer
dooom hehe
-
aic
this is my obsidian for 20 years now:
orgmode.org
-
tykling
am I the only one getting some anubis error when accessing bugs.freebsd.org ?
-
tykling
is it my browser or is it actually broken
-
s1lversurfer
aic: wow! 20 years of material, you are not joking hehe, i only have 2 years note on Obsidian, the rest of my life i'll try to recover on a 1TB Seagate Barracuda that is broken
-
s1lversurfer
tykling: working here!
-
tykling
thanks
-
tykling
god I hate that anubis thing, shame it is needed
-
aic
you need to enable javascript (e.g. whitelist the site in NoScript extension in your browser) and you need to accept cookies from that domain
-
tykling
-
aic
that will make anubis happy
-
tykling
aic: I accept all cookies and do not have noscript in my browser, and anubis usually works on other sites
-
spmzt
@aic ty for introducing the orgmode, I found the vim alternative here:
github.com/jceb/vim-orgmode . obsidian is good, but you should compile it everytime...
-
aic
wow finally one for vim. I gotta share that with all my coworkers (infidels all use vim :)
-
tykling
maybe it is because 13.4 is eol and they already depend on something only in 13.5+ in node_exporter
-
tykling
it is.
-
tykling
prometheus/node_exporter #3177 this change from node_exporter 1.9.0
-
tykling
oh well, time to upgrade I guess
-
black
guys
-
tuaris
NIS/yp seems like a great solution over LDAP in my opinion. I get that passwords and user info are unencrypted, but nobody uses password based auth anyway, and multi-site connectivity is behind IPsec. So why do people keep saying not to use NIS?
-
tuaris
NIS has some great potentail when used in combonation with SSH CA
-
aic
governance risk and compliance departments are probably not going to sign off on it, as it is considered obsolete/insecure
-
aic
maybe check Keycloak if it can do what you want, it can use LDAP but it is not mandatory
-
uzuri
hi!
-
aic
-
uzuri
could a kind soul pinpoint me to the location of the release signing key? i would like to verify my downloaded .img's, and i dont know which key of the 1000s listed here:
docs.freebsd.org/pgpkeys/pgpkeys.txt is the right one
-
uzuri
thanks in advance !!
-
aic
it says it's for "web applications" but in a company I worked at we also used it for SSH with hardware tokens rotating one-time passwords
-
aic
uzuri: gpg --verbose CHECKSUM.SHA256-FreeBSD-15.0-ALPHA4-riscv-riscv64-vm.asc
-
aic
gpg: Signature made Sat Sep 27 19:42:45 2025 CEST
-
aic
gpg: using RSA key 82563B84D0620EDC0DFB86413897F2E22E65AD3F
-
aic
-
aic
and there you go....
-
aic
uzuri: you got that how I determined the key?
-
uzuri
shoot, i disconnected, can you please say it again?
-
aic
uzuri: gpg --verbose CHECKSUM.SHA256-FreeBSD-15.0-ALPHA4-riscv-riscv64-vm.asc
-
aic
gpg: using RSA key 82563B84D0620EDC0DFB86413897F2E22E65AD3F
-
uzuri
couldnt see a single reply
-
aic
search
docs.freebsd.org/pgpkeys/pgpkeys.txt for string: 65AD3F and there you go...
-
uzuri
aic: thanks...
-
uzuri
there really should be a more direct way to get the link