-
meena
nacelle: yes. most complex patches are developed (or rather: reviewed) on phabricator, and so, yes, if someone finds a typo, you'd fix it before it gets merged
-
nacelle
rebasing is different than fixing there
-
nacelle
this is where you efectively hide your commits that people never really need to see
-
nacelle
-
VimDiesel
Title: Git Interactive Rebase, Squash, Amend and Other Ways of Rewriting History
-
nacelle
see "fixup" command in the interactive rebase editor thing.
-
AlaskanEmily
You can also just cherry-pick, and to squash do a soft reset to HEAD^1 and then commit ammend.
-
AlaskanEmily
Which can avoid some really weird and annoying things that rebasing/merging can do..
-
nacelle
AlaskanEmily: also? thats the url I posted :-)
-
nacelle
you're not actually rebasing out to a new tree or something
-
AlaskanEmily
Right, though I would advocate never ever doing a rebase through the `git rebase` command :P
-
rtprio
how else would you rebase, without the `git rebase` command ?
-
rwp
"git pull --rebase" Or setting gitconfig pull.rebase=true which I always do for other projects rtprio.
-
rtprio
righto.
-
AlaskanEmily
rtprio: I use `git cherry-pick` to do a "rebase"
-
kevans
nacelle: normal, yes, but we prevent rewriting history in the freebsd repos
-
kevans
so only in WIP will you see it happen
-
nacelle
ahhh
-
dch
clever,
arxiv.org/abs/2209.12993 tracking users by source port usage. wow.
-
VimDiesel
Title: [2209.12993] Device Tracking via Linux's New TCP Source Port Selection Algorithm (Extended Version)
-
dch
linux only, presumably
-
polyex
anyone have problems using .local as the tld for lans?
-
dch
yeah, dont do that, zeroconf / bonjour and other appley stuff get very confused
-
polyex
i dont wanna pay for a domain just to have lan systems use a common name
-
polyex
well wtf can we use
-
dch
.home is ok, .lan also. basically .local is already used by mDNS and avahi and other things expect it
-
polyex
pretty sure .lan isnt ok anymore
-
dch
rfc-editor.org/rfc/rfc6762 has a good list, I didn't keep up with the news.
-
VimDiesel
Title: RFC 6762: Multicast DNS
-
dch
rfc-editor.org/rfc/rfc8375 says .home is bad, use .home.arpa (seriously screw that idea)
-
VimDiesel
Title: RFC 8375: Special-Use Domain 'home.arpa.'
-
polyex
ya so there's basically no official option for us
-
polyex
just to push more domain purchases or some BS
-
dch
-
VimDiesel
Title: Locally-Served DNS Zones
-
dch
polyex: nah I think you're reading that wrong. the options aren't great but those 2 lists have some choices.
-
dch
the official tld list is this one,
iana.org/domains/root/db and I think its sad that .home is not reserved by the IANA IETF nerd council.
-
VimDiesel
Title: Root Zone Database
-
dch
along with .heim .maison and every variation in 180 world languages.
-
dch
I'd just use .home and set up a local unbound to serve it.
-
dch
anybody trying to buy the .home or .lan TLD is going to get shot down, it was published in
rfc-editor.org/rfc/rfc7788 and theres a lot of stuff out that that will use it *anyway* now
-
VimDiesel
Title: RFC 7788: Home Networking Control Protocol
-
dch
and TIL about HNCP !
-
dch
and
icann.org/resources/board-material/resolutions-2018-02-04-en covers the failed attempt by somebody to register those TLDs which got spanked down
-
VimDiesel
Title: Approved Board Resolutions | Regular Meeting of the ICANN Board - ICANN
-
polyex
ok what about running lans on .test, any prob there?
-
polyex
maybe i'll use .lan
-
sams
have a nanopi r4s running freebsd and opnsense but iperf3 results are circa 600mbit and openwrt seems to do full throttle. whats causing this lack luster performance in freebsd with the nics?!
-
parv
RealTek NIC?
-
sams
not sure how do i check? website doesnt state
-
sams
-
VimDiesel
Title: NanoPi R4S
-
parv
What does "ifconfig -a" show?
-
sams
txqueuelen 1000 (Ethernet)
-
sams
nothing much besides that
-
sams
lspci: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
-
sams
also sysbench from ports isnt accurate, says this nanopi is faster than my desktop lol
-
parv
And "htop" gives/gave you 16 ZB RAM where only a measly 16-32 GB max could be available
-
sams
so realtek nics suck?
-
parv
Certainly on FreeBSD due to lack of docs from RealTek; there was a mailing list thread with more explanation which I do not have bookmarked. See also
truenas.com/community/threads/realtek-nics.86322
-
VimDiesel
Title: Realtek NICs? | TrueNAS Community
-
yuripv
"The RealTek 8139 PCI NIC redefines the meaning of 'low end.' This is probably the worst PCI ethernet controller ever made"
-
yuripv
that's what comment in if_rl.c says, newer nics could be better though
-
sams
why does it work at max speed in openwrt though?
-
sams
havent tried linux though cannot think of an arm64 firewall there
-
dch
newer nics could be worse even. perhaps we need to update the docs even more.
-
dch
sams have you loaded aesni ?
-
sams
whats that\
-
dch
sams: crypto accelerator
-
dch
debdrup: do we have a manbot here? like !man aesni
-
dch
-
VimDiesel
Title: aesni
-
dch
thanks Vim, can you do the reverse?
-
dch
VimDiesel: help
-
VimDiesel
dch: Use the 'list' command to list all plugins, and 'list <plugin>' to list all commands in a plugin. To show the help of a command, use 'help <command>'.
-
angry_vincent
aesni is now compiled in into kernel, not module ( since 13.0 )
-
sams
why do i need a crypto driver?!
-
parv
Do en- & decrpyt things; hashing; random number
-
dch
sams because it does hardware crypto acceleration and may help your scabby network throughput
-
dch
man aesni
-
dch
!man aesni
-
VimDiesel
aesni(4) - driver for the AES and SHA accelerator on x86 CPUs
freebsd.org/cgi/man.cgi?query=aesni
-
dch
neat!
-
dch
!man aesni @dch
-
VimDiesel
dch: aesni(4) - driver for the AES and SHA accelerator on x86 CPUs
freebsd.org/cgi/man.cgi?query=aesni
-
dch
meh
-
sams
does this also work on this aarch64/arm64 though?!
-
dch
sams woops I missed the first bit of your OP. So clearly no, there is an equivalent but maybe the pi doesn't have it?
-
koobs
!man aesni
-
VimDiesel
aesni(4) - driver for the AES and SHA accelerator on x86 CPUs
freebsd.org/cgi/man.cgi?query=aesni
-
koobs
win.
-
dch
koobs: too slow mate
-
koobs
dch: i was showing the chan it works, but thanks mate :)
-
dch
I can't believe I haven't seen that already koobs
-
koobs
TIl right
-
koobs
:]
-
dch
sams: on my arm64 its cryptodev but I load it at loader time. Not 100% sure if its the same, I will ask
-
koobs
it supports <sektion> though i cant remember if its first or second arg
-
sams
how do i load it? ill try
-
sams
kinda hoping i can keep using opnsense here openwrt isnt my forte
-
sams
but a gimped network is ftl
-
parv
-
VimDiesel
Title: Problems with realtek NIC
-
parv
Frankly I would be happy to be corrected if support for RealTek NICs would have improved, for the self-serving purpose of not having to avoid the laptops|motherboards which have one
-
sams
i manually loded cryptodev no difference in iperf3
-
sams
would the realtek driver from ports be worth trying?!
-
sams
'Switch to the official Realtek driver in ports: net/realtek-re-kmod'
-
sams
was suggested in that thread
-
parv
AESNI would help only if the CPU supports & "aesni(4)" manual page mentions only x86 CPUs. Is that manual page lagging or is there (usable) FreeBSD support for arm64 CPUs too?
-
mage
parv: aesni is an x86 thing
-
parv
mage, Thanks
-
parv
Is not there any equivalent of AES-NI for arm64?
-
parv
-
VimDiesel
Title: AES instruction set - Wikipedia
-
dch
has anybody used the ungoogled-chromium yet? I'm avoiding doing actual work, so it seems like a good time to try this and see what happens if it can re-use the same profile directories etc
-
angry_vincent
shouldn't there be none@ for wifi card, after i blacklisted? i have devmatch_blacklist="if_iwn.ko" set, but pciconf still gives: iwn0@pci0:3:0:0
-
dch
angry_vincent: IIRC its just if_iwn, I will boot my laptop and confirm
-
dch
also, check manpage for rc.conf to see if your version has `devmatch_blocklist` which is what I have here now (on 14.x)
-
angry_vincent
i have tried if_iwn too
-
angry_vincent
ah, it is blOcklist, not blAcklist
-
angry_vincent
let's see
-
meka
angry_vincent: when I "grep devmatch /etc/defaults/rc.conf" it suggests you might also need devmatch_enable="YES"
-
dch
meka, angry_vincent: you can use `sysrc -D devmatch_enable` to get the default setting. many more choices in sysrc manpage.
-
meka
That's cool!
-
meka
Thanx
-
yuripv
looks like zsh has completion for variables in sysrc, nice
-
dch
angry_vincent (or somebody who can remind them on return) I have `if_iwm` here and that works fine. So drop the .ko and you should be good.
-
dch
-
VimDiesel
Title: devmatch « rc.d « rc « libexec - src - FreeBSD source tree
-
angry_vincent
so, yes, i had wrong, deprecated blacklist. with blocklist it is ok
-
yuripv
looking at the script, it seems to process blacklist still, wonder why it did not work
-
angry_vincent
i do not know :)
-
idwer
dch: side thought, I wonder whether the Brave browser can import chromium profiles
-
dch
idwer: I wonder
-
dch
ungoogled-chromium shares the same profile, so just switch and restart
-
idwer
-
VimDiesel
Title: Import chrome data to brave - Mobile Support - Brave Community
-
dch
huge mad props to rnagy at openbsd who I believe did most of this
-
wez
Where is madprops?
-
sukamu
Is it possible to run this driver
wiki.freebsd.org/WiFi/Rtw88 in FreeBSD 13.1?
-
VimDiesel
Title: WiFi/Rtw88 - FreeBSD Wiki
-
angry_vincent
judging from wiki, it is not stable enough, so, maybe best try is to use wifibox
-
parv
In case anyone else is interested, "src/sys/contrib/dev/rtw88" is the tree on "stable/13" branch, discounting the manual pages
-
cpach
hi. i'm extracting some archives using `tar`, and some of those archives have incorrect permissions. (some directories there have 644 permissions.) any suggestions on how to fix this when extracting the archives?
-
cpach
the format is cpio (or more correct, .rpm)
-
parv
cpach, See if "--no-same-permissions" would help (I don't know)
-
cpach
parv: i'm afraid not
-
cpach
perhaps I'll just run this after extraction: `find . -type d -exec chmod u+rwx {} \;`
-
parv
I was going to suggest that myself but "fix this when extracting the archive"
-
cpach
fix after is sufficient
-
cpach
it's part of a larger process so that solution is fine
-
cpach
i was thinking if maybe I should log errors if there are incorrect permissions, but i probably don't need that
-
cpach
since it's not the responsibility of this particular program
-
cpach
i was thinking if tar had some builtin option. but tar does what it's told, i guess that's to be expected.
-
cpach
perhaps libarchive didn't foresee, or care about, people who set 644 on directories.
-
cpach
fair enough :)
-
parv
Could be a case of setting file permissions but directories got involved too (had to fix such things myself due to myself)
-
dch
suggestions for a basic "capture video from my webcam?" app or tool?
-
dch
ideally movement triggered recording
-
BinGOs
not a recommendation but motion is in ports: multimedia/motion
-
dch
BinGOs: perfect!
-
Crocodillian
I have a weird problem with ibus, I can type in this terminal window but I can't type anything in any gnome dialog
-
Crocodillian
I think that might have been because I had no input methods configured in ibus-setup
-
tuaris
I'd be surprised if the .com root DNS servers use text files for storing zone data. I'm trying to build a scalable DNS system on BIND and wondering... is a database backend the best option? or is LDAP the way to go?
-
Crocodillian
there used to be a package for the nvidia driver, is it still possible to build the port on current?
-
debdrup
dch: pwcview
-
zpiro
lattera: a fan, but do you known Conflict from #unixpunx fame?
-
lattera
zpiro: my memory is horrid these days, so I'm unsure
-
JoBbZ
kenobi: one thing to keep in mind is that openbsd lacks a unified buffer cache, which makes some software not work correctly on it. NetBSD and FreeBSD do not have that issue.
-
zpiro
lattera: #unixpunx of efnet, and then moved to GCnet, IIRC. And Conflict of The Unseen, Paul Russo real name as a central figure of ftp.unixpunx.org or some such.
-
zpiro
lattera: we fine?
-
zpiro
lattera: Ii know want to know. when #unixpunx got upset that I was going to be conscipt in NATO from Norway. Is it true that the newphew of Peter M. Hansteen is a class mate of mine?
-
nacelle
tuaris: does ldap sound like a fast and responsive back end for dns queries? (it does not to me)
-
dch
ok, motion was fine, and a bit of ffmpeg near the end. thanks BinGOs!
-
zpiro
I am complaining: 19:00 -!- mode/#openbsd [+q-o $a:zpiro phy1729] by phy1729
-
dch
I am trying to find out what the crow that lurks on my roof does, when I'm away and it romps around the balcony.
-
nacelle
I recommend motion fwiw
-
nacelle
(I've been using motion for over a decade)
-
zpiro
mbakke in #guix can confirm.
-
psionic
is the PI zeros wifi chip still unsupported ? Unsupported (BCM43438 Driver)
-
zpiro
but,
jrlevine/grepcidr3 #2 if this feature is written in C, many will be happy.
-
VimDiesel
Title: Algorithm to sanitize file with addreses and remove nestet overlapping blocks · Issue #2 · jrlevine/grepcidr3 · GitHub
-
VimDiesel
2 – Kernel cannot be built with soundcard driver
bugs.freebsd.org/bugzilla/show_bug.cgi?id=2
-
zpiro
II wish there was a way for me to not care.
-
debdrup
What the blazes was that about.
-
JoBbZ
nacelle LDAP is orders of magnitude faster than RDBMs engines, but not sure that I'd use LDAP for DNS. PowerDNS uses the same LMDB key value database for its backend that OpenLDAP uses for it's back-mdb backend, but they are not using LDAP itself
-
nacelle
JoBbZ: ah, I was basically referring to that - LDAP is usually a service backed by a DB, so asking if putting LDAP in vs a DB seems like a good way to introduce overhead.
-
idwer
does ldap support transactions/rollback? seems like you're comparing apples and oranges
-
nacelle
09:13 < tuaris> I'd be surprised if the .com root DNS servers use text files for storing zone data. I'm trying to
-
nacelle
build a scalable DNS system on BIND and wondering... is a database backend the best option? or is
-
nacelle
LDAP the way to go?
-
Crocodillian
my topping DAC is recognized as a USB audio device by FreeBSD but it produces no sound (checked volume level)
-
Crocodillian
could it be a frequency mismatch issue
-
Crocodillian
the DAC is 48khz
-
polyex
im using .lan tld for my lan i decided
-
yuripv
Crocodillian: did you set it as default sound device? (cat /dev/sndstat)
-
Crocodillian
yup
-
grahamperrin
debdrup: which project?