-
kevans
yeah, that's a bit of a corner case because we basically never expect someone to have freshly installed a -p* build
-
polyex
why would it be so odd for someone to install an actually up to date build?
-
kevans
because we, for better or worse (no, definitely worse), can't re-roll install media for a release
-
kevans
so even if there's something critical enough that it really should be rolled in to the release media, that just won't happen right now (though re@ could probably figure it out given a bit of time)
-
kevans
people rolling their own release media in the wild basically never happens if you look at the nonexistent pile of reports that come from that scenario
-
polyex
so really the only supported way of deploying freebsd is install a potentially insecure version of the OS then rush to perform network updates before getting rooted
-
polyex
embellishing a bit but still, the model is broken imo
-
kevans
yup pretty much
-
polyex
doesn't feel great on the user side fwiw
-
» kevans shrugs
-
kevans
ootb there's not a whole lot of options for remote accessibility in the first place
-
polyex
huh?
-
jb1277976
polyex i think ootb is out of the box
-
kevans
this is another one of those overly-abstract problems, out of the box there's very few vectors one has to exploit remotely and ideally you're not silly enough to start deploying services before you've updated it
-
polyex
i don't even know what remote accessibility means
-
kevans
if you take off the 'ibility' maybe
-
polyex
eh still tho, to require network connections to freebsd servers to bring a server from installed to up to date sucks
-
jb1277976
I'm done with laptops for today (possibly) lol later all!
-
bsdbandit
later jb1277976
-
kevans
it doesn't require network connections to freebsd servers necessarily
-
kevans
if you're that paranoid you're probably running your own freebsd-update server in the first place
-
polyex
no the whole idea of installing an out of date OS is what doesn't make sense. the network update after install step should be totally optional
-
kevans
feel free to file a bug report
-
unixwitch
your point isn't unreasonable, but almost every mainstream OS works like this, unless it has a way to include patches in the install media (like Windows does), but even then hardly anyone actually does that
-
kevans
re is under new management so it's a great time to revisit things like this and try to understand why the current model exists and what can be done to improve the situation
-
kevans
but none of that will happen in #freebsd unfortunately
-
polyex
how can i debug why sudo pkg upgrade outputs pkg: an error occured while fetching package?
-
polyex
it doesn't say which host it's trying to connect to lol
-
unixwitch
you know, it's odd that a chip called "Killer E2500 Gigabit Ethernet Controller" doesn't actually support 2.5Gbps Ethernet. could they have chosen a more confusing model name?
-
polyex
lol
-
Hello71
logically it should support 2.5 terabit ethernet
-
meena
unixwitch: every time i see that, my dyslexic brain makes this out of it
im.eena.me/uploads/1a53e1b4f920d7f4/ethernetkiller-4112566390.jpg
-
dautor
There is no brace expansion in sh as there is in bash... how do i replicate this behaviour in sh 'file{1..100}'?
-
rtprio
for i in `jot 100`; do echo file${i}; done
-
fikran
Anyone ever received this error? <jemalloc>: jemalloc_rtree.c:205: Failed assertion: "!dependent || leaf != NULL"
-
fikran
I don't quote know what it means or have remalloc_rtree.c in /usr/src
-
dautor
rtprio thank you!
-
kevans
fikran: src/contrib/jemalloc/src/rtree.c
-
kevans
no idea where the jemalloc_ prefix comes from in the assertion output
-
unixwitch
success! 64 bytes from 10.1.4.1: icmp_seq=0 ttl=64 time=0.222 ms
-
unixwitch
except i'm not sure how i fixed it, i just set the interrupt mask to ~(uint32_t)0 ... probably need to work out which particular bit it wants
-
fikran
kevans: thank you! Curious why its mislabeled...
-
fikran
kevans: what does this error meaning? I don't quite get it from looking at the code.
-
kevans
fikran: no idea, sorry
-
kevans
jemalloc and i haven't been friends since they ripped out the redzone support that was really useful
-
fikran
weird, I'm not even using jemalloc
-
yuripv_
i think it's the default allocator, i.e. if you do man malloc, you get the jemalloc man page
-
fikran
yeah...not sure how to proceed heh.
-
fikran
This error makes no sense to me.
-
kevans
yeah, jemalloc is the only libc malloc in freebsd today
-
fikran
do you think FreeBSD devs would accept restructuring sys/dev/usb/wlan/STUFF to sys/dev/usb/STUFF ?
-
kevans
I can't really imagine a good reason to do that, no
-
kevans
usb tries to be reasonably organized by function, why would you want to merge all of this?
-
voy4g3r2
can anyone see if there is anything wrong with this zfs output?
bsd.to/fLxN
-
VimDiesel
Title: dpaste/fLxN (Plain Text)
-
voy4g3r2
when i try to connect a client to the server.. it keeps giving me this tcp] 192.168.0.120:/storage/blinksystem: RPCPROG_NFS: RPC: Program not registered
-
voy4g3r2
when i try to mount the drive.. which DID work at one time
-
fikran
kevans: to be consistent with other USB drivers
-
kevans
fikran: which other drivers? i feel like you're missing that the vast majority of usb drivers are in functional subdirectories (net, serial, video, storage)
-
kevans
everything left directly in sys/dev/usb are mostly infrastructural bits
-
scoobybejesus
voy4g3r2: i fought with something like that for a while. try rebooting. the issue is sometimes that the rpc crap gets all registered at once, so if you restarted rpcbind, it drops those registrations. sometimes you will get lucky (it was inconsistent for me), but at some point i realized that i had the configs correct and just restarting allowed all the things to start in the correct order that the nfs shares registered
-
voy4g3r2
hrm.. at this point might as well give it a try
-
voy4g3r2
scoobybejesus: i know that nfs option works.. i have used it before
-
voy4g3r2
well looks like i will be right back
-
scoobybejesus
you should see it with showmount
-
voy4g3r2
hrm.. still happening
-
scoobybejesus
showmount on the server gives the expected output?
-
scoobybejesus
-m? -u? I forget
-
scoobybejesus
and then showmount <server-ip> from the client
-
voy4g3r2
i get that RPG message again
-
voy4g3r2
showmount: can't do mountdump rpc
-
scoobybejesus
from the server, you get that error?
-
voy4g3r2
yeah
-
scoobybejesus
you don't have this folder in /etc/exports, right? zfs sharing over nfs is supposed to be easy (I think)
-
scoobybejesus
I double checked my notes. you don't need anything in etc/exports, and you don't need to reload mountd or restart nfsd service
-
voy4g3r2
nope.. i have no /etc/exports
-
voy4g3r2
-
VimDiesel
Title: dpaste/BaqS (Plain Text)
-
voy4g3r2
this is my /etc/rc.conf
-
voy4g3r2
messy but i think i got what i need
-
voy4g3r2
i know services are working from zfs.. because netatalk is now running.. through time machine on my laptop
-
scoobybejesus
you just zfs set sharenfs='network 192.168.0.0/24' storage/blinksystem. you don't need to set it 'on'. try without the maproot part
-
voy4g3r2
same result
-
scoobybejesus
you have nfs_client_enable instead of nfs_server_enable
-
voy4g3r2
son of a gun
-
scoobybejesus
i don't know if you need nfsuserd_enable, and i don't think you need (but it couldn't hurt, i don't think) nfsv4_server_enable
-
voy4g3r2
was just going to ask that v4 is NOT loaded
-
voy4g3r2
add the v4 to the /etc/rc.conf line?
-
scoobybejesus
again, you may want to reboot because of how these services register themselves with rpcbind. but service nfsd start might do it.. not sure
-
voy4g3r2
it loaded :)
-
scoobybejesus
that v4 line is a separate line. you'd keep both
-
scoobybejesus
nice!
-
voy4g3r2
now to see why this /etc/fstab is garbage
-
voy4g3r2
thank you
-
scoobybejesus
happy to help. just realized my nfs server is not working now. i thought it survived the jump to 14.0-release. maybe not. i will look into that later
-
voy4g3r2
funny you should say that.. last time i fiddled with this was on 13.2
-
voy4g3r2
and was like.. why is this not working anymore
-
voy4g3r2
thank you scoobybejesus , time to get this git server moved to the zfs
-
rwp
voy4g3r2, In your previous paste
bsd.to/fLxN/raw there is a line "on,-maproot=chrisdavidson:blinksystem,192.168.0.0/24". What syntax are you using for the 192.168.0.0/24 part? It's just hanging there in space. I have never seen that syntax before. I expect it to be something like a traditional "-network 192.168.230.0/24" or "-network 192.168.230.0 -mask 255.255.255.0" or something and not just an IP address there.
-
VimDiesel
Title: fLxN
-
voy4g3r2
rwp: in an article i read it said take what you have in /etc/exports and mold to blah
-
voy4g3r2
and make sure on is there..
-
voy4g3r2
but i like the new way better :)
-
voy4g3r2
it looks prettier
-
rwp
That is true enough. It should be the line from /etc/exports. In which case what will the "on" do?
-
mmlj4
if I install ports at install time, will freebsd-update update my ports tree?
-
rwp
mmlj4, No. Ports and base are individual and separate.
-
rwp
Upgrade binary pkg ports with "pkg upgrade"
-
voy4g3r2
rwp: the one was suppose to invoke zfs sharenfs=on
-
mmlj4
so use the git pull method? or...?
-
mmlj4
rwp: I'm asking about ports, not packages
-
rwp
If you have ports compiled locally then you would follow the make install command for them, which I don't recall off the top of my head.
-
mmlj4
never mind, thanks
-
rwp
The main issue to be aware of for ports is that they compile and link against shared libs in base. When base updates some of those shared libs are obsoleted and removed. So ports need to be compiled against the new set of base shared libraries.
-
mmlj4
you're still talking about apples, I'm asking about oranges
-
rwp
Otherwise they try to run, find a shared library that previously existed in base is now missing, and the port can't run.
-
rwp
You said compiled ports. But regardless what I said applies to both.
-
mmlj4
I did not.
-
mmlj4
I asked about the ports tree
-
mmlj4
apples, please
-
mmlj4
can anyone answer my actual question? thanks.
-
rwp
Sorry but I think we are talking past each other.
-
mmlj4
4.5.1. Installing the Ports Collection
-
mmlj4
Before an application can be compiled using a port, the Ports Collection must first be installed. If it was not installed during the installation of FreeBSD, use one of the following methods to install it:
-
mmlj4
Procedure: Git Method
-
kevans
mmlj4: the answer is no, freebsd-update won't touch a ports tree
-
mmlj4
ports tree, not compiled ports.
-
mmlj4
kevans: then the tree is orphaned?
-
kevans
effectively; historically you'd manage it with portsnap, these days you'd manage it with git instead
-
mmlj4
fair enough. Thanks.
-
mmlj4
is portsnap a dead project?
-
kevans
kind of... ports folks were insistent on deprecating it because it didn't handle some things very well (quarterly vs. latest, maybe? my memory is foggy) but the servers are alive and well probably for the foreseeable future
-
kevans
the maintainer was somewhat against deprecation because there are many valid uses
-
mmlj4
it seems to be working, for now anyway
-
mmlj4
the git method kept crashing for me with different errors each time :-/
-
kevans
with git you probably have to specifically do ssh cloning with anongit@
-
kevans
or clone it through github
-
kevans
the ports tree repo is massive and has historically had some issues trying to do HTTP(S?) cloning
-
mmlj4
if portsnap keeps working I won't need the git method, regardless
-
mmlj4
I'm down the road, thanks, kevans
-
AumNamahShivaya
dang I need a sound card, but my pci-e slot is taken up by bluetooth wifi card :/ I think
-
rtprio
there's only one?
-
AumNamahShivaya
hmm let me double check
-
AumNamahShivaya
yeah it could have two but I think one is obscured by the width of the graphics card
-
AumNamahShivaya
it has been a while since I took it apart
-
nebhal
I'm having an issue running a freebsd router with openbgpd using pf as my firewall. I want to be able to restrict traffic to my bgp port from only my peers, and otherwise unrestrict traffic in/out. Is this something anyone can help with?
-
polyex
ok so freebsd gets buggy if i try to build releng/13.2 and latest patchlevel. but is base what's buggy or is it just freebsd-update, and i can just ignore for now?
-
parv
Can't say, for the latest patch-level may be buggy for you but it has not been in my case🤷🏽♂️
-
polyex
parv so you git pull a branch like releng/13.2 with latest patch, build, build installer, install with installer?
-
parv
polyex, I think "releng/13.2" would be a Git "tag" not a "branch". Further, I have not notice (do update me if there are) any tags for each patch level. In any case, I follow the "stable/1[34
-
parv
]" branch & pick a point in the commit history to install
-
polyex
you pick a point based on what, stable code?
-
parv
based on guess, past mailing list messages, & specifically when "__FreeBSD_version" changes
-
polyex
k then you run that and don't use freebsd-update?
-
parv
Right (on some hosts I use "freebsd-update" & others update from the source)
-
parv
Just updated from source in branch "stable/14" due to "__FreeBSD_version" change as that would become significant in near future for package updates
-
polyex
ok ya. today ppl were acting like i had 3 heads because i was building locally instead of using release plus freebsd-update
-
polyex
was doubting myself for a sec lol
-
polyex
tbh i thought MOST ppl with large fleets deployed up to date code instead of installing old shit + needing a bunch of update downloads
-
polyex
obv not
-
parv
Whatever works. When I started with FreeBSD 14, it was still -CURRENT thus would not have "freebsd-update" support. Any newer installations, of 14, would be updated via "freebsd-update". A clear advantage, & only one AFAIAC, of updating from source is that I do not have accept all the changes since last patch-level update.
-
polyex
ya
-
polyex
i'm looking at unbound's pkg
cgit.freebsd.org/ports/tree/dns/unbound but where's the default unbound.conf that we get in /usr/local/etc/unbound after installing?
-
VimDiesel
Title: unbound « dns - ports - FreeBSD ports tree
-
parv
In one case, really need 14-CURRENT for GPU driver support. In another, I happened to have only 14 installation image, did not bother to download+copy 13 one; so.
-
parv
s/need/&ed/
-
parv
Re unbound, see the "pkg-plist" file; in there at the very top is the sample configuration file location
-
polyex
@sample %%ETCDIR%%/unbound.conf.sample
-
polyex
but how does it get into etc?
-
polyex
it would have to come from the unbound pkg itself no?
-
parv
Yes
-
parv
Could be in the directory wherever "unbound" is built
-
kolla
so current is 14.0.RELEASE-p4 - is there a URL or something where this string of latest can be found?
-
parv
kolla, Outside of errata or security announcements, I do not know; there is
freebsd.org/releases/14.0R/errata but does not have exactly that you are seeking
-
VimDiesel
Title: FreeBSD 14.0-RELEASE Errata | The FreeBSD Project
-
kolla
right, I only found it there as well
-
polyex
i can't believe it's so hard to find the unbound.conf that gets installed with the pkg. how is that good for learning?
-
parv
What? Did you not find a configuration file after fetching+extracting the source (given use of Ports)?
-
polyex
no web
-
parv
polyex, Do you "unbound" installed? If so, try "pkg info -l -x unbound | grep "[.].conf"
-
parv
s/you/& have/
-
» parv throws a " in past
-
polyex
ya i do
-
kevans
parv: releng/x.y are branches
-
parv
kevans, Ah. Thanks much for the correction
-
parv
kevans, While you are here, are patch levels tagged in some way too?
-
kevans
unfortunately not
-
» parv 🤦🏽♂️
-
parv
polyex, Correction for "pkg | grep": pkg info -l -x unbound | grep '[.]conf'
-
parv
kevans, Thanks
-
kevans
I vaguely recall asking someone about this recently, but searching my inbox for "tag patch levels" is a disaster
-
polyex
parv ya ty. i can do that but what i wanted was a way to browse online the package as a unit of what it'll be putting on my OS
-
polyex
so i could see what its default unbound.conf looks like
-
polyex
maybe that's not useful to anyone else
-
kevans
we don't really maintain a set of ports distfiles all extracted anywhere
-
kevans
lots of storage needed
-
polyex
ah
-
kevans
we've had requests from time to time to have such a thing for searching, though
-
kevans
sometimes what you want can be found in files/, but in this case and many others we're just installing something from the software's release archive as a sample
-
parv
polyex, In that case seek out the project web site|page & hope that it has put up the information of interest
-
polyex
okie
-
parv
Is anyone using FreeBSD in dual-boot with Windows 11, each on its own partition on a single disk, scenario? (There will be space+connection for only one SSD in the future laptop)
-
parv
... yeah I could continue to use FreeBSD VM as currently I am ...
-
parv
... but the reports of people getting ads in Windows 11 make running the VM not as appealing.
-
yuripv_
ugh, what ads
-
parv
-
VimDiesel
Title: windows 11 ads at DuckDuckGo
-
yuripv
looks like fud
-
parv
ok🤷🏽♂️
-
parv
-
VimDiesel
Title: Post by rl_dane (@rl_dane⊙aps)
-
parv
... but the laptop (HP EliteBook 640 G10+|Lenovo ThinkPad T14 Gen 4+) hardware would have to be properly supported by FreeBSD for me to that even consider🤦🏽♂️
-
polyex
i can type resolvconf -a vtnet0 < /path/to/file to pass the file contents in, but what if i wanna pass 'a string of text' in instead of file contents, how should the syntax be?
-
parv
Use "cat" with "heredoc":
termbin.com/57b6
-
polyex
8 lines to pass 1 string into resolvconf?
-
parv
That was just an example. Do not know|care what or how "resolvconf" needs
-
parv
Last 2 lines are the output of "cat | awk"
-
parv
There is also "echo" or "printf": printf "%s" "whatever" | resolveconf ...
-
parv
... "echo" has different usage than "printf"
-
BarnabasDK
hmm after an update to 14.0-RELEASE sudo and pkg where both defunct - needing libcrypto.so.111 and libsso.so.111 - fortunately it turns out they where elsewhere on the disk and I had user elevation though su
-
BarnabasDK
now I have a nagging feeling I have a halfway upgraded system
-
BarnabasDK
any way to rerun the installation for 14.0-RELEASE again ?
-
BarnabasDK
not libsso but libssl
-
yuripv
BarnabasDK: openssl was upgraded to version 3 in base; you should rebuild all dependent ports (or force-upgrade packages)
-
yuripv
i think freebsd-update tells you to do just that (if you used that)
-
BarnabasDK
yes - I saw that in the release notes. I just think it is strange that the upgrade of the OS deletes the needed old shared objects before you get to this step
-
BarnabasDK
so - I copied in the old libs - did the upgrade of pkg and a reinstall of sudo - and deleted them again
-
yuripv
you had pkg-static for that
-
BarnabasDK
ah ..
-
BarnabasDK
there is a statically linked version - did not know that
-
unixwitch
BarnabasDK: did you upgrade with freebsd-update or from source?
-
BarnabasDK
freebsd-update
-
unixwitch
BarnabasDK: so when you do a release upgrade with freebsd-update, you run install three times. the first time installs the new kernel, the second time installs the new userland, and the third time removes obsolete files, including shared libraries. you need to update packages/ports to the new release between the second and third freebsd-update install runs to avoid this.
-
mane
anyone familiar withj nis?
-
polyex
there a command to append some text to a file? echo "foo" > file.txt doesn't append it overwrites
-
unixwitch
polyex: echo "foo" >>file.txt
-
polyex
yes!!!
-
kolla
wanna be fancy, you use tee
-
kolla
added bonus, it works with sudo
-
unixwitch
so this github pull system seems to work quite well, and i imagine it's good for attracting contributors, but it's kind of a shame it depends on github
-
polyex
could set up an official freebsd gitlab instance?
-
kolla
from what I searched, there already is
-
mane
any clueas why ypbind wont bind on my freebsd client but on linux it's not a problem?
-
kolla
-
VimDiesel
Title: FreeBSD · GitLab
-
kolla
woo, ypbind, now there's a relic from the past :D
-
kolla
mane: I can think of a few possibilities... lke ipv4 vs ipv6
-
kolla
*like
-
mane
cxan you be more specific?
-
kolla
are server and client speaking same protocols?
-
mane
they run both on 13.2
-
kolla
ah, ypserv is also on freebsd?
-
mane
yes
-
kolla
all systems on same lan?
-
mane
of course
-
kolla
what's the error message? "server not responding"?
-
mane
ypcat: no such map hosts.byaddr. Reason: Can't bind to server which serves this domain
-
unixwitch
is there a reason crypto/heimdal hasn't been updated from upstream for ~10 years? (not a complaint, i'm just curious, especially if there's something i can do help with it)
-
meena
unixwitch: do you mean the port or the base libraries?
-
unixwitch
meena: the base libraries
-
meena
oh that's weird
-
polyex
wow
-
unixwitch
it's missing some useful newer encryption types, like the SHA-2 based ones (we're stuck with aes256-cts-hmac-sha1-96, upstream has hmac-sha256-128-aes128)
-
meena
-
unixwitch
meena: the vendor branch has been updated but it doesn't seem to have been merged in...
-
unixwitch
-
VimDiesel
Title: src - FreeBSD source tree
-
meena
So then the question is, what's the difference between that, and
cgit.freebsd.org/src/tree/kerberos5 ?
-
VimDiesel
Title: kerberos5 - src - FreeBSD source tree
-
unixwitch
is that the freebsd-specific Makefiles etc. for heimdal?
-
unixwitch
yeah, like kerberos5/lib/libkrb5/Makefile pulls from ${KRB5DIR} which is crypto/heimdal
-
meena
ah, sorry._. I'm still just on the phone
-
polyex
so i install a default disc1 with basically nothing but defaultrouter and ifconfig_ in /etc/rc.conf.local. so obviously dns fails because i don't have a resolver setup yet but why can't i ping my router? lol
-
polyex
ifconfig shows the expected ip for the if
-
polyex
netstat -rn shows default with the gateway ip of my router
-
polyex
so wtf
-
dvl
My current task: find out why snmpd on jail foo reports Memory Usage, but snmpd on the host itself does not. It must be configuration. snmpd config is not just a single text file. :/
-
unixwitch
polyex: is the interface up? what error do you get from ping? what does tcpdump say?
-
polyex
ifconfig says the if status is active. ping says ping: sendto: Host is down
-
unixwitch
'active' isn't enough, it needs to have UP in the interface flags, like this: ix1: flags=1008943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
-
polyex
ah ya it's UP
-
unixwitch
does tcpdump show packets going out on that interface when you run ping?
-
polyex
how do i use tcpdump for this?
-
unixwitch
in one window run 'tcpdump -ni <ifname>' then in another window run ping (or whatever) and look at what tcpdump prints
-
polyex
k gotta enable ssh gimme a sec
-
polyex
it's gonna take me a bit i gotta rework some stuff. weird that i couldn't just get a network connection to my router lol
-
voy4g3r2
hey everyone, i started receiving some i/o errors on my zpool and the only way i was ble to clear them was with a reboot...
-
voy4g3r2
the zpool is now operational again but i have a strong feeling, this is NOW dying too.. is there a way to perform a health check of sorts?
-
vkarlsen
voy4g3r2: Does zpool status tell you anything?
-
voy4g3r2
vkarlsen: it says everything is good now.. after the reboot of the machine
-
vkarlsen
voy4g3r2: Have you scrubbed recently?
-
rtprio
voy4g3r2: what was the `zpool status` before you rebooted?
-
voy4g3r2
no i have not
-
bsdbandit
good morning everyone
-
polyex
morn
-
voy4g3r2
-
VimDiesel
Title: Message ID: ZFS-8000-HC — OpenZFS documentation
-
voy4g3r2
it pointed me to that.. for some reason dmesg is now blank... trying to pull up the logs
-
rtprio
smartctl is the tool to ask the drive how it's doing; sysutils/smartmontools
-
unixwitch
i am having a really weird zfs issue, which only started since i upgraded to 14.0 (which makes me wonder if it's a bug) where a pool gets random data errors, but only on snapshots (never on files) and which vanish on reboot
-
unixwitch
i thought it was a memory issue, but i've run memtest86 twice and it didn't find an problems
-
voy4g3r2
-
VimDiesel
Title: dpaste/mAD6 (Plain Text)
-
voy4g3r2
that is one drive.. nothing looks out of wak
-
voy4g3r2
whack
-
rtprio
oh, a WD green
-
voy4g3r2
yeah...
-
voy4g3r2
i know i know..
-
voy4g3r2
if i can keep these stable enough.. i want the data OFF the dang things to i can properly evaluate this stuf
-
voy4g3r2
i was hoping to wake up, my time machine backup would be done.. and i can start "moving" the data off
-
rtprio
you could do a long test, but i wouldn't trust a green further than i could throw it
-
voy4g3r2
-
VimDiesel
Title: dpaste/OQi5 (Plain Text)
-
voy4g3r2
it is a lot of information
-
voy4g3r2
haha.. yes i have read that and i have had people tell me that
-
CrtxReavr
Will ipfw in-kernel NAT support syntax like?:
bpa.st/QCVQ
-
VimDiesel
Title: View paste QCVQ
-
CrtxReavr
I'm specifically referring to the port ranges.
-
CrtxReavr
It's supposed to be a (mostly) drop-in replacement for natd, which supported them - but I haven't found any examples with the in-kernel NAT.
-
isley
just type it in and see if it accepts the syntax
-
voy4g3r2
well ltest see what these 235 patches do for the release 14.0 updates
-
voy4g3r2
did not expect this many updates since release.. oh well
-
meena
unixwitch: what's next on the list?
-
unixwitch
meena: maybe fix this zfs issue :-) i've given up on alc(4) for now, i mailed the Linux driver maintainer to see if they have an actual documentation for the thing...
-
rtprio
i don't follow how it only errors on snapshots
-
unixwitch
it seems like only metadata is affected, when the problem occurs "zfs list -t snapshot" will fail to list some of the snapshots and says "cannot iterate filesystems: I/O error" ... but there's no i/o errors, no checksum errors, and all the data is perfectly fine
-
voy4g3r2
unixwitch: alc or acl?
-
unixwitch
voy4g3r2: alc
-
unixwitch
the driver for AR81xx Ethernet cards
-
voy4g3r2
ah okay.. i am going through documentation "bugs"
-
voy4g3r2
and i remember seeing acl issues
-
unixwitch
in this case the issue isn't freebsd documentation, but documentation for the chip itself :-)
-
voy4g3r2
-
VimDiesel
Title: FreeBSD Bug Hunting – An inquisitive person finding their way in a FreeBSD world.
-
voy4g3r2
haha
-
voy4g3r2
-
VimDiesel
Title: boss!! we got a list!!! – FreeBSD Bug Hunting
-
rtprio
that does sound weird
-
unixwitch
it is very weird, to the point it really feels like an issue with the hardware, but then i'd expect at least cksum errors
-
voy4g3r2
rtprio: would you recommend a scrub for this zfs.. before i try to get this data off as you just "love" the wd greens
-
unixwitch
what's a nice desktop font? i don't like Deja Vu, the spacing seems weird
-
voy4g3r2
-
VimDiesel
Title: Programming Fonts - Test Drive
-
voy4g3r2
i have been enjoying this font
-
voy4g3r2
-
VimDiesel
Title: Nerd Fonts - Iconic font aggregator, glyphs/icons collection, & fonts patcher
-
voy4g3r2
you can download there
-
voy4g3r2
but my days are usually in man pages, nvim and other console tools.. not much of a gui person on the desktop
-
unixwitch
i use a gui mail client (claws) since i haven't found a terminal client that handles multiple imap accounts and folders very well... maybe i should look at that mutt sidebar patch
-
voy4g3r2
that i just use my phone.. mailing list recovering addict here
-
voy4g3r2
i remember penn state telling me, i was overloading my email account.. i have been recording every since
-
voy4g3r2
like 20 years ago
-
voy4g3r2
rtprio: i know not many fans of the wd green.. what about the barracuda line of drives?
-
mane
ypwhich: can't yp_bind: reason: RPC failure
-
mane
any ideas what's wrong?
-
voy4g3r2
mane: are your rpcbind services running?
-
mane
yes
-
mane
rpcbind is running
-
voy4g3r2
does dmesg or /var/log/messages say anything more?
-
voy4g3r2
i was having similar rpc pains, last night, and it was a tango that i was stepping on feet
-
unixwitch
god i hate roff syntax
-
unixwitch
can we convert all the manpages to latex?
-
mane
voy4g3r2 maybe you'll think something out, really need this project to work
-
meena
unixwitch: you just have to breathe thru it, and at some point you don't even see the syntax any more
-
meena
I don't know how long it takes to reach that point, probably writing and rewriting some thirty odd man pages, but, yeah
-
tmp_
unixwitch: Can, yes. Although 'can' and 'should' are different words. First step would be to add tex support to man and related commands.
-
unixwitch
meena: it's giving me flashbacks to highschool when i set my homework in troff
-
mane
unixwitch maybe you'll know what's wrong?
-
» tmp_ used a wordprocessor back in the day that used something roff-like for formatting.
-
meena
Also, picture what the base system would look like, if man supported LaTeX
-
meena
probably… different
-
unixwitch
mane: with your YP? sorry, i haven't used that for ages. i use LDAP nowadays.
-
tmp_
Very different.
-
meena
maybe we'd stop pretending that our computer is a teletype, and start treating it as a computer?!
-
mane
unixwitch maybe you got a good ldap tutorial for me|?
-
mane
i want to know how to configure the ldap freebsd servers and clients
-
unixwitch
not sure about a tutorial. for client i use net/nss-pam-ldapd, for server, openldap, it's bit of a hassle to configure but the documentation is good
-
unixwitch
what are the criteria for marking a commit as "MFC after"? or is it just use reasonable judgement?
-
kevans
unixwitch: kind of a reasonable judgement thing; if it fixes something and can be backported without breaking KBI/ABI somewhere important, that's a good candidate
-
voy4g3r2
unixwitch: it would be nice to just be able to have al the man pages in one semantic syntax.. regardless of roff or latex.. i am trying to "find" broken links.. and there are multiple ways to make a link.. .Xr is not the only way..
-
voy4g3r2
mane: you are trying to get bind operational? i apologize not 100% sure what you are trying to get operaitonal.
-
meena
voy4g3r2: what are the other 'commonly' used ones?
-
mane
i'm trying to make ypind work
-
mane
ypbind
-
mane
it works on linux clients but can't bin on fbsd clients
-
voy4g3r2
-
VimDiesel
Title: boss!! we got a list!!! – FreeBSD Bug Hunting
-
voy4g3r2
Pagename(section)
-
voy4g3r2
\flpagename\fR(section)
-
voy4g3r2
\fBpagename\fR(section)
-
voy4g3r2
also .Xr all produce links in man pages..
-
meena
aaah, i've used Pagename(section) myself before, actually…
-
voy4g3r2
yeah, i have been documenting the "fixes" and what i am learning in the process.. there
-
voy4g3r2
it all started when i was trying to read up on zfs(8) stuff and a link did not work
-
meena
-
VimDiesel
Title: domain
-
meena
has a bunch of that, and I didn't realize it's "official"
-
meena
but i still went out of my way to correct them
-
voy4g3r2
then you got weird ones like zzz(8) does not exist in base install
-
voy4g3r2
the focus is just what is in FreeBSD 14.0. and NOT including ports
-
voy4g3r2
which all circles back to the zfs stuff being a pain as all my work is there
-
meena
voy4g3r2: i would generally focus on what's in CURRENT, since that's where you gonna contribute fixes to
-
meena
can you briefly explain why the ZFS stuff is a pain?
-
kevans
> RESOLUTION: Removed this reference as it is not in the base OS but in the ports
-
kevans
I don't think that's necessarily how we want to handle those
-
voy4g3r2
kevans: possible, it is why i am documenting what i was doing for the world to see
-
voy4g3r2
my focus is NOT ports but base os..and leave it up for debate outside of my efforts
-
voy4g3r2
meena: i have thought abou the CURRENT thing, then the zfs stuff was acting up
-
voy4g3r2
meena: i think the hard drives in the zfs pool are starting to die and i am having weird status issues, drives sometimes connecting.. all because i am using usb.. i have not figured out root cause
-
voy4g3r2
kevans: which one in particular are you referring too?
-
meena
it would be nice to annotate SEE ALSOs with, these are in ports, installable via $package-name
-
kevans
that one was blk(8) reference in zfs(4) if I'm reading this right, but it's more about the general problem
-
kevans
I don't think we want to axe a link just because the software is in ports
-
kevans
blkid(8)
-
meena
we have blkid in ports? i could've just depended on it, rather than writing a parser for geom?
-
voy4g3r2
i thought of this $package-name route then was getting lost in ports
-
kevans
that one's probably a bad example because I think it went away entirely in a later zfs
-
meena
oh, util-linux… brrrrr
-
kevans
oh that's neat, I didn't realize freshports lists man pages provided separately (e.g.
freshports.org/devel/util-linux)
-
voy4g3r2
it is interesting when you get down to things like speaker(4) if you do not have a speaker on your computer.. it does not get installed but appears to be part of base install
-
unixwitch
the new ZFS manpages are full of Linuxisms...
-
meena
kevans: it's a new development
-
dvl
kevans: it's new.
-
kevans
that's incredibly useful, thanks
-
voy4g3r2
then a fascinating one is the whole atof_l() vs atof()
-
voy4g3r2
the difference is precision of holding data in a variable.. but one has a man page and another does not
-
voy4g3r2
atof_l() no man page.. but references in the stdlib.h
-
dvl
kevans: Thank Graham Perrin too. Blame him.
FreshPorts/freshports #492
-
VimDiesel
Title: manual pages: if a page can be inferred from the pkg-plist, then link to the page · Issue #492 · FreshPorts/freshports · GitHub
-
VimDiesel
492 – sysinstall shows "success" after "no space" failure.
bugs.freebsd.org/bugzilla/show_bug.cgi?id=492
-
meena
voy4g3r2: it should probably just be documented in the same man page as atof()
-
voy4g3r2
meena: yup, the "fix" i just pointed atof_l() to the atof() manpage.. dragonflybsd did that
-
meena
so we can just import it from them?
-
voy4g3r2
i did not do that... i just looked at what they did and replicated it manually
-
voy4g3r2
this is my first bug i am working through
-
voy4g3r2
so learning as i go :)
-
meena
voy4g3r2: it's simple, you just add the dragonfly git repo as another remote, and git cherry-pick -x the commit where they make the change, then clean up the mess that creates because we've drifted too far apart.
-
voy4g3r2
it is why i baselined 14 instead of CURRENT.. i know for a fact CURRENT will change everyday. and that chaos just adds a variable i am not prepared for yet
-
» meena swims in the chaos (but she cannot properly swim in actual water)
-
kevans
the good thing about using CURRENT is that it's a lot easier to work on this incrementally if you can get finding problems down to a science of some sort
-
kevans
some of these will have disappeared in the interim, and it's hard to say how many that might be
-
voy4g3r2
well that output is generated through an awk script :)
-
voy4g3r2
it looks through /usr/share/man hierarchy and does it magic.
-
unixwitch
do people run current on desktops nowadays or just use a VM?
-
meena
i used it on a laptop, until i bricked it
-
kevans
voy4g3r2: sweet, so that's pretty solid
-
meena
now I'm too chicken to install it on *this* laptop, which is running some Ubuntu derivate, so I'm running it in VMs
-
unixwitch
i think i mentioned the other day that the last time i tried it was during the removal of giant locking which kind of put me off running current forever
-
kevans
imo the optimal approach here is to roll with -CURRENT and just re-scope it; e.g., today I'm only dealing with section 1 manpages. your patches will need to be against -CURRENT anyways, so whittling away at the problem there is ideal
-
meena
i should *maybe* upgrade this Ubuntu derivate some time, that might solve some issues I'm having with it…
-
meena
unixwitch: removal of giant lock? when is that gonna be?
-
kevans
unixwitch: i've rolled with -current on my laptop for somewhere around 6 years now
-
voy4g3r2
unixwitch: that sounds like a good idea for a post on this blog
-
voy4g3r2
a VM of current on this mac
-
unixwitch
meena: hah, well not removal, i mean during 5-CURRENT when fine-grained locking first appeared
-
voy4g3r2
kevans: yeah thanks, a person on X has been trying for years and was able to help with building one.. tim chase
-
unixwitch
(although... isn't giant going away in 15 or 16?)
-
meena
unixwitch: it's going away any year now.
-
» meena hasn't been on FreeBSD that long
-
meena
I think I've started using it full-time when VIMAGE was merged into GENERIC
-
kevans
giant had its tentacles in the kbd/console area, which all gets a bit sticky
-
meena
in a RELEASE, so, 10.1?
-
unixwitch
kevans: good to know. maybe i'll try it (with a backup be...)
-
kevans
(had, probably still has)
-
unixwitch
i think atkbd and psm still use it, which surely can't be removed yet. maybe when i386 is removed...
-
kevans
last time I tried re-locking kbd it got hairy
-
kevans
yeah, you can fix atkbd to not use giant with kbd not using giant, which also requires some work in vt(4) and sc(4)
-
meena
unixwitch: two words: Boot Environments
-
kevans
to be fair they did say 'backup be'
-
meena
(i should've used them, it's the reason my old laptop is now a brick)
-
meena
kevans: don't you know I can't read
-
unixwitch
meena: that's what i meant by 'backup be' :-)
-
meena
unixwitch: don't you know I can't read?
-
unixwitch
(i'm so glad freebsd has caught up Solaris's Live Upgrade from the 1990s :-D)
-
meena
my first job was solaris, so I thought that was *normal*, and was shocked to find out that it's not
-
kevans
solaris is far from normal
-
meena
kevans: I've also briefly touched AIX, and
-
unixwitch
Solaris is the reference implementation of UNIX System V Release 4, so by definition, it is the most normal OS. :-)
-
meena
what unixwitch said.
-
kevans
bah
-
meena
and, like, who here hasn't built SVR4 packages?
-
unixwitch
i used to have a whole custom ports-like toolchain for building those
-
meena
same…
-
unixwitch
in retrospect i probably should've used pkgsrc but i don't remember if it worked on solaris at the time
-
meena
well, mine was inspired by Archlinux
-
meena
unixwitch: I should've used OpenCSW, but one of the senior admins vetoed it.
-
meena
"it won't be as optmized as it can be if we don't compile it ourselves"
-
meena
i have wasted life-times on compiling PHP…
-
unixwitch
did they know you can't compile solaris
-
unixwitch
(well okay, you can, but like)
-
unixwitch
i felt like a bit of an arch user when i put CPUTYPE?=znver3 in my make.conf the other day. maybe that's more gentoo than arch.
-
meena
unixwitch: try CPUTYPE=native and see what breaks
-
voy4g3r2
meena: i have not built SVR4 packages.. i did get to play with a HP-UX box in the late 90s early 2000s
-
unixwitch
btw, if you remember my setuid ping_exporter complaint from the other day, someone (not me) submitted an update to it:
bugs.freebsd.org/bugzilla/show_bug.cgi?id=275628 ... hope this gets committed soon
-
VimDiesel
Title: 275628 – net-mgmt/ping_exporter: Update to 1.1.0
-
voy4g3r2
i even got to dabble with carroll.psu.edu back in the day..
-
unixwitch
my personal web server used to be an HP-UX box... i quite liked it, even if it was weird in places. (less weird than AIX though)
-
unixwitch
the packaging system was quite nice, you could bundle a bunch of subpackages (like bin, man, doc) into a single file and select which to install
-
meena
-
VimDiesel
Title: ports - FreeBSD ports tree
-
unixwitch
oh, that was 14 minutes, i didn't reload the tab :-D
-
kevans
it's too bad they didn't structure it to fix the setuid issue then update it, but I guess it doesn't matter that much with the end of the quarter days away
-
meena
kevans: imagine if we could do more than one commit in ports, you know, like in git…
-
kevans
'magic'
-
unixwitch
meena: you could, i suppose, attach the output of a git format-patch with multiple commits to a bug? or is that not allowed?
-
meena
unixwitch: i don't know how ports committers do anything
-
meena
speaking of commits, somebody review and merge my extremely good pull requests, while i go find something to eat
-
meena
(and reboot the freezer)
-
voy4g3r2
well that is just werid.. i thougth when i would do a zpool scrub, it would just run in foreground.. nope it runs in background.. 33% complete :)
-
unixwitch
a film 20 years from now will open the a voiceover, "In a world... where people had to reboot their freezers..."
-
voy4g3r2
silicon valley? didn't they do that whole thing with the fridges
-
unixwitch
voy4g3r2: you *can* run it in the foreground (zpool scrub -w) but it just runs it in the background and waits for it to complete
-
voy4g3r2
i sort of like in background.. it will be done in 3 hours.. and hopefully i will know more about what is goign on
-
voy4g3r2
looking at replacement drives now.. no idea what to even get.. i just know not WD green drives.. as rtprio just loves those :)
-
meena
it's really just a sensor that's broken, not a real computer issue… but I'll need to find someone who knows how to fix big electronics, knows how to use a soldering iron, and knows where to buy the sensor in question, in rural ireland.
-
meena
until then, "rebooting" it is.
-
meena
my partner and i both work in the tech industry, and thus, none of our heavy duty equiment has computers inside
-
unixwitch
voy4g3r2: i like the Seagate Exos drives, which are available in both SAS and SATA flavours, but they're quite expensive. you can find them on eBay easily though, often without too much wear
-
unixwitch
HGST are also good but i don't know if they make/made SATA disks
-
voy4g3r2
oh wow.. for a 128meg catch 4tb is it is 75 bucks on amazon
-
voy4g3r2
got to 8tb and 256 jumps to 175
-
voy4g3r2
two 16TB 445
-
voy4g3r2
wow that jumped quickly
-
voy4g3r2
unixwitch: thoughts on the barracuda ones?
-
unixwitch
i haven't used one of those for a while... from what i remember they were fine but they're designed as desktop disks so they might not like running 24/7, i had a couple die
-
voy4g3r2
well gives me something to think about when i gym it up and listening to some podcasts..
bsdnow.tv
-
VimDiesel
Title: BSD Now
-
unixwitch
buying consumer hard disks or SSDs nowadays seems like a nightmare because everyone lies about what the device actually is
-
kevans
voy4g3r2: ah yes, the soothing tones of benedict and tom (and i don't think i've actually listened to an episode with jason tubnor just yet)
-
unixwitch
what kernel options do i want for CURRENT on a desktop? i'm assuming turning off INVARIANTS and WITNESS is probably okay (unless i run into a panic or something)?
-
mns
What do those options do ? I've not built a kernel in ages, not just for FreeBSD, for any other OS
-
unixwitch
mns: WITNESS is for debugging mutex-related issues, INVARIANTS is code to check a bunch of things that should always be true (like asserts)
-
mns
unixwitch: ok that makes sense. Yeah I doubt you'd want those for a desktop system you were using regulary
-
» unixwitch wonders how hard it is to find a job working on freebsd (if you don't live in the US...)
-
kevans
kinda depends on what exactly you're wanting to work on, I think
-
unixwitch
yeah, i guess no one is going to pay me to write sctp manpages
-
kevans
klara's often got at least one or two contractor freebsd roles open, they've got folks in and out of north america:
klarasystems.com/careers
-
VimDiesel
Title: Careers | Klara Inc
-
meena
unixwitch: I would just compile both, GENERIC and GENERIC-NODEBUG, and run GENERIC-NODEBUG and boot GENERIC when you're in trouble
-
unixwitch
me, use generic? like some sort of pleb?
-
meena
(personally, I always just ran GENERIC)
-
unixwitch
(this is a joke don't @ me)
-
meena
(well, GENERIC-MMCCAM, which, as it turns out, it's actually MINIMAL)
-
unixwitch
i noticed your PR for that earlier, is this about CAM for mmcsd(4)? or something else
-
meena
yes, just equalising it across platforms
-
meena
Also, adding VIMAGE to MINIMAL, because that's pretty useful
-
unixwitch
re: this heimdal thing, i'm wondering if it makes sense to backport the new algorithms from current heimdal if we can't update it in base. does everyone just use the heimdal port? but that doesn't help with base sshd/nfs/...
-
meena
why can't we update heimdal?
-
kevans
last full update was just in january, but I vaguely recall that cy was maybe talking about kicking substantial parts of it out of base and maybe switching the rest to mit
-
unixwitch
kevans: are you sure? the version in main is 1.5.2 which is >10 years old
-
unixwitch
the vendor branch was updated but it wasn't merged in, as far as i can see
-
kevans
ah
-
kevans
that's unusual
-
unixwitch
meena: i can't find it now but there was a post somewhere (maybe on the mailing list) that basically said "it's really, really hard to update heimdal because <reason>"... but i can't remember what the reason was...
-
kevans
i wonder if therer was som echange to admin-y bits in the interim and we can't update without losing some compatibility with older but supported freebsd releases
-
unixwitch
it wouldn't seen unreasonable to keep libkrb5 in base and shove the rest into ports (kadmin, kdc, etc)
-
kevans
yeah, the idea was that if you need a server implementation just get the whole thing from ports, but we'd keep just enough client-side bits in base to authenticate against / use kerberos
-
kevans
since those tend to be more compatible with either implementation iiuc
-
unixwitch
is there a list for discussing this sort of thing? freebsd-ecurity?
-
kevans
-arch probably
-
unixwitch
-security
-
unixwitch
ah
-
meena
the s is ecurity stands for security
-
parv
-
VimDiesel
Title: FreeBSD Patch Level Table
-
kevans
since we just branched 14 off this would probably be a great time to try and spur movement there
-
meena
unixwitch: go go go!
-
unixwitch
i would be happy to push on this since the current situation seems terrible, but i don't want to annoy people
-
unixwitch
maybe i'll start by asking a question on -arch :-)
-
meena
annoying people is the only way to get things done
-
kevans
yeah, ask there and cc cy@ specifically just in case
-
meena
(until you get a commit bit, and then you're seen as the blocker and people start to annoy you)
-
kevans
if you're interested in doing it, getting consensus and making sure you're not stepping on cy's toes are basically the start
-
unixwitch
meena: i spend far too much time drunkenly computing to get a commit bit anyway
-
kevans
i bet the src part of this is relatively easy and straightening out ports USES=gssapi is the annoying part
-
voy4g3r2
kevans: it is not bad with him.. but i ahve been only really listening to them since episode 500
-
meena
hot new idea for C34 or C45: make __result_use_check the default
-
kevans
voy4g3r2: oh yeah, I'm sure he's good... just kind of ran out of time for podcasts myself
-
meena
kevans: get rid of your dishwasher, if you want more time for podcasts
-
kevans
i think I'd have better luck getting rid of my eyedoctor / dentist
-
kevans
but she's too cute to evict, and the surprise dental inspections have really calmed down in the last 12 months
-
voy4g3r2
kevans: yeah i only get time when i head down to the gym.. it is part of my get out of the 2019-2023 mess.. i use to gym it up 5 days a week.. my body is like what are you doing to me man
-
voy4g3r2
hrm.. this current install through virtualbox is not as bad as i remember
-
rtprio
current is not as unstable as many people make it out to be
-
voy4g3r2
yeah i even went the route of bootonly image amd64 and letting it install on the mac
-
voy4g3r2
this will help isolate the manpages work.. because i "guess" i should do this work with current over release 14.0
-
voy4g3r2
heck even using an image ont eh zfs.. might as well use the dang thing
-
unixwitch
loader(8) seems *really* slow on a 4K display, and i'm pretty sure it's because the method it uses to clear the screen via EFIRT is really slow, and it does this like 3 times
-
unixwitch
i wonder if it could be fixed to just not do that
-
» kevans runs away
-
voy4g3r2
well if you want to send me over that 4k monitor.. i could take a look
-
voy4g3r2
no promises though :)
-
unixwitch
voy4g3r2: you wouldn't want it, it's either broken or about to break...
-
unixwitch
although weirdly since i switched from macOS to FreeBSD on my desktop is it working a bit better
-
voy4g3r2
this VG2732m-LED from viewsonic is showing its age
-
voy4g3r2
yeah well going from a retina to a non-retina display "whatever the heck retina means" is hard
-
unixwitch
i couldn't go back to 1080p now, i use one sometimes in our home "office" and it's so ugly
-
voy4g3r2
i had an apple display.. back in teh day a 23" cinema display dvi version.. that was nice
-
voy4g3r2
i sold it as i had no room, at the time, for 300 bucks
-
voy4g3r2
which was not bad at all.. now this 2012 15" retina is holding on for dear life
-
voy4g3r2
well that is just fun.. installer finishes with a checksum error
-
kevans
recently made the horrific discovery that with three displays in my house, the only 1080p display was our old 55"-ish TV
-
kevans
horrific because the gear I was working on wouldn't boot with a 4K efifb, and neither of the 4K displays let you fake EDID to get 1080p where I need it
-
kevans
no wifi on it either, so had to relocate it across the house to debug its boot failure then move it back
-
unixwitch
oh no, graphics/drm-kmod is broken on main
-
unixwitch
oh... or it's trying to use src from /usr/src for some reason...
-
kevans
iirc you have to set SRC_BASE for the port build if you're using a different location for your tree
-
kevans
admittedly haven't built a kmod port in ages, I just cloned the drm-kmod rwpo locally and LOCAL_MODULES it in so that it gets built as a tied kmod w/ buildkernel
-
unixwitch
actually i think was confused about /usr/src, this is in poudriere so it should get the /usr/src from main
-
rtprio
voy4g3r2: i had both the 23" and 30" cinema
-
rtprio
they were great
-
voy4g3r2
yeah they were
-
voy4g3r2
pricey but worth it
-
voy4g3r2
hopefully this install of current works.. the latest 20231216 bootonly is giving checksum errors
-
voy4g3r2
could be that i am using netatalk to transmit the iso images.. we shall see.. because kenny loggins danger zone
-
rtprio
netatalk? what the shit
-
unixwitch
yeah, why would anyone choose AppleTalk when you could use DECnet Phase V?
-
voy4g3r2
rtprio: because it was arleady setup for the time machine .. maybe samba? this is all happening on a mac book.. wanted to make it easy :)
-
voy4g3r2
i did setup samba for my music library streaming :)
-
voy4g3r2
okay, well maybe i should move this image.. that is 2 images from a file server that were not aligning checksum
-
unixwitch
ah, fixed it, just needed to update to latest ports tree
-
voy4g3r2
well okay.. bootonly does not work on a virtualbox.. time to just try disk1 instead
-
unixwitch
is the llvm FORTRAN compiler really called 'flang'? this just looks like an obscure swear word to me
-
unixwitch
god flang it
-
voy4g3r2
okay thi sis just odd.. how can 3 different iso files from current all have checksum errors
-
unixwitch
how are you downloading/copying them? don't say netatalk...
-
voy4g3r2
haha
-
voy4g3r2
well wget
-
voy4g3r2
to get them
-
voy4g3r2
i even tried installing directly from machine, same result
-
voy4g3r2
i am going to try a virtualbox image now
-
voy4g3r2
yes.. i have intertwined netatalk in there :)
-
unixwitch
if you run the checksum multiple times on the same machine, do you get the same result?
-
kevans
voy4g3r2: because iso newer or older than latest snapshot
-
unixwitch
they don't get updated at the same time?
-
kevans
if all three are from the same build that probably makes sense if we're fetching one or more set
-
voy4g3r2
what checksum, i just downloaded the iso images and went from there.. am i suppose to also download the checksum file?
-
unixwitch
oh, i thought you were downloading the ISO and then checking the checksum of the ISO you downloaded... but you mean the checksum error is during install
-
voy4g3r2
yes, it is during install.. my bad
-
voy4g3r2
but now my timemachine backups are acting up also
-
voy4g3r2
let me reboot this laptop and give this another try
-
kevans
voy4g3r2: not all dist sets are on the release media, some have to be fetched remotely
-
kevans
iirc the checksums for all are stashed on the media
-
kevans
if you have an older snapshot and have to download a dist set, boom, blows up because dist sets are replaced with each buils
-
kevans
build
-
kevans
(along a branch)
-
meena
unixwitch: do you use New Flang, or Classic Flang?
-
s2r
I'm getting this error for a non bootable SSD. "GEOM: da2: using the secondary instead -- recovery strongly advised." should I ignore it?
-
unixwitch
s2r: does it contain a ZFS filesystem? i've had that when using zpool create if the disk already has a GPT label... (seems like a bug)
-
s2r
The device has zfs. pool: zssd - ONLINE --errors: No known data errors
-
unixwitch
in that case i would just ignore it. *don't* use gpart recover because it will wipe the ZFS label and replace it with whatever was there before
-
s2r
I haven't noticed this error in previous reboots. This time is running 13.2p8
-
unixwitch
nice how the Dovecot docs for setting up Kerberos tell you to do everything via samba-tool, like no one uses Kerberos except on Windows anymore
-
_xor
kevans: Do you know if there's active work going on for the Bluetooth stack?
-
kevans
_xor: pretty sure there's not at all
-
_xor
:/ I was wondering if I was missing something other than blued.
-
tmp_
unixwitch: I don't do windows.
-
unixwitch
tmp_: neither do i, i was being a bit sarcastic there
-
tmp_
Indeed. I felt it called for an obvious followup.
-
unixwitch
although i did run into an actual problem, which is that dovecot seems to have no obvious way to map kerberos principals to userdb users...
-
unixwitch
i guess you need to do that in ldap
-
vdamewood
Windows is a fun little game launcher.
-
tmp_
Not something I've dug into. I work with systems with ldap, kerberos, nss and dovecot.
-
meena
I don't play games, I wonder if that's why windows and I don't get along
-
unixwitch
i spent so much time playing /usr/games/larn many years ago. apparently that's been removed from base at some point :-(
-
unixwitch
oh all of /usr/games was removed?
-
unixwitch
darn those fun-hating freebsd developers
-
unixwitch
s/darn/flang
-
unixwitch
is it bad practice to put comments in manpage sources? i feel like this would make them a lot easier to navigate when editing
-
tmp_
Some things from /usr/games moved into /usr/bin
-
tmp_
factor, rot13, primes, morse.... But hunt is gone. I ran that one a bit.
-
meena
unixwitch: if comments are useful, then comments should be put in the man page