-
polyex27
cant believe im actually fixing stuff and not just begging others for help
-
polyex27
it's like a whole new world
-
koobs
asking for help is a sign of strength
-
mason
It's being fully human, as we are communal beings.
-
polyex27
ya but i gotta be able to admin a box myself and till now i needed mostly begging to do it
-
polyex27
so i got caddy running again and it has http/3 quic now. starts up fine, runs fine. but i see in caddy log message that failed to increase receive buffer size
-
polyex27
-
VimDiesel
Title: UDP Receive Buffer Size · lucas-clemente/quic-go Wiki · GitHub
-
polyex27
i dont trust non-bsd ppl
-
V_PauAmma_V
polyex27, I've been here (since I returned) 3.5 years, and I happily do both - sometimes alternating, sometimes together, as in "help! I started fixing this document and I don't understand what it should say!"
-
polyex27
well im sure ill still ask for help, like i am now with the maxsockbuf advice. it's just amazing to actually be fixing shit on my own box myself. never thought i'd see the day
-
polyex27
i just doubled the default maxsockbuf
-
gh00p
Can I get a hand making fusefs go? Or if someone else can tell me a good way to read an exfat filesystem....
-
gh00p
I haven't used fuse, and I'm not sure about .. the daemon, where it is or how to start it.. or how to tell fuse to use exfat, even?
-
gh00p
So, I bought this 16TB m.2 SSD which I do not trust. `file -s /dev/da1p2` tells me it is. a `DOS/MBR boot sector". I can `od -c /dev/da1p2` and I see the word "EXFAT" in the output. Am I on the right track?
-
ebonheart
gh00p: How much did you pay for the ssd? Too good to be true? I would expect a disk like that to show up as an NVMe...
-
ebonheart
gh00p: and if you bought it, aren't you going to wipe it and put your own FS on there?
-
debdrup
koobs: I don't disagree at all, but it's also a proper _good_ feeling when you do figure something out on your own
-
debdrup
gh00p: I can almost guarentee you got scammed.
-
debdrup
There's no way 16TB fits on any M.2 form factor; the 16TB SSDs that you can buy take up either 2.5" via U.2 or the "Ruler" form factor that Intel is pushing.
-
debdrup
Actually, I think the 16TB SSD I saw was 3.5"
-
grahamperrin
<debdrup> "Graham Perrin: the project isn't..." <- The conversation began in a FreeBSD area where GitHub is primary.
-
meena
polyex27: why is caddy opening a UDP port??
-
meena
oh, probably because QUIC…
-
nacelle
debdrup: they make legit 2.5" 16TB ssd
-
nacelle
but tehy're also thousands of bucks new
-
nacelle
heh, what do you know
-
nacelle
you can get a 16TB m.2 nvme
-
nacelle
-
nacelle
but its not exactly 2280...
-
nacelle
oh pardon, thats ngsff being compared to m2, <-- learning
-
nacelle
Measuring only 30.5mm x 110mm x 4.38mm, the NGSFF
-
nacelle
form factor offers three times the capacity of a 2.5 inch while maintaining
-
nacelle
serviceability in an M.2 size.
-
nacelle
(I do imagine you're right about it being a scam fwiw)
-
Plasmoduck
how can I change my pkg server?
-
lavaball
plasma, it's in /etc/installurl.
-
lavaball
oh, i meant the other guy.
-
lavaball
my bad.
-
plasma
nvm ;)
-
grahamperrin
V_PauAmma_V: now I realise, the example screenshot in GitHub-provided documentation is misleading (as a result of dimming parts of the shot).
-
lavaball
oh, also i'm in the wrong channel. so i'm guessing you also have /etc/installurl?
-
-
grahamperrin
Now I see, edits from maintainers allowed by default, and not only with drafts:
-
meena
anyone here using doas to give out privileges to accounts, rather than sudo?
-
V_PauAmma_V
No. I didn't even know that was a thing.
-
meka
Well, it almost isn't a thing. I don't know what, but something from OpenBSD is missing in FreeBSD which makes doas work nice. I think it's about remembering you for a while like sudo does, so you don't have to type password every single time
-
meka
But take it with a huge grain of salt, as I didn't do the research
-
yuripv
i used it previously until they decided to make it "secure" and it stopped doing something sudo can (i don't remember what exactly, didn't look back)
-
steew
As far as I know, it's just that the OpenDOAS port has the persistence flag disabled by default on compilation, but it can be built with it and added to doas.conf as `permit persist :wheel`
-
steew
They mention it follows the same method sudo does of relying on timestamps, and supposedly OpenBSD has a kernel API for this kind of auth
-
steew
but yeah, it can be made to persist though not (supposedly) as securely as OpenBSD
-
f451
is there a known problem with pkg right now on arm64 -current ?
-
meena
f451: much easier to tell us what you're experiencing
-
» grahamperrin toys with alternatives to a2x(1) …
-
grahamperrin
w3m -dump -cols 2147483647
freebsd.org/status/report-2022-01-2022-03 > /tmp/test.txt && less /tmp/test.txt
-
VimDiesel
Title: FreeBSD Quarterly Status Report First Quarter 2022 | The FreeBSD Project
-
f451
meena: lol, point taken ;)
-
meena
steew: FreeBSD doesn't package OpenDoas: it packages
github.com/slicer69/doas
-
VimDiesel
Title: GitHub - slicer69/doas: A port of OpenBSD's doas which runs on FreeBSD, Linux, NetBSD, and illumos
-
f451
in fairness, there was a ton of output
-
» meena can't read a ton of output either…
-
f451
ok in summary
-
f451
The package management tool is not yet installed on your system.
-
f451
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:14:aarch64/latest, please wait...
-
f451
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
-
f451
Child process pid=97234 terminated abnormally: Segmentation fault
-
f451
it's "not installed" rn because i tried to fix the issue by deinstalling and reinstalling it
-
f451
unfortunately gdb isn't installed either
-
meena
f451: so, summary-summary: "pkg on CURRENT / aarch64 is segfaulting"
-
f451
yes
-
f451
maybe it's cos ive got retpoline enabled
-
f451
make: "/usr/src/share/mk/bsd.prog.mk" line 68: warning: Retpoline requested but not supported by compiler or linker
-
f451
i thought retpoline was all good?
-
f451
maybe not
-
f451
nah, same error
-
SpaceBass_laptop
I've got a port I just upgraded... did a make reinstall, says it is installing v 1.59 but whenever I check the version of the bin it shows an older version. I did a find to see if there were two bins and there are not
-
SpaceBass_laptop
Any ideas how to resolve that?
-
SpaceBass_laptop
I guess I can copy from /u/s/p/net/rclone/work/bin/rclone to /usr/bin
-
gh00p
Hi. In rsync, is there a way to preserve permissions *except* group? I am trying to back up a zfs volume to exFAT. I don't care about keeping the group, but I would like to be free of the error messages.
-
meena
gh00p: -a, --archive archive mode; equals -rlptgoD (no -H,-A,-X)
-
meena
gh00p: so if you expand that yourself, and drop the -g, you'll get what you want
-
gh00p
meena, ah, tysm. I guess I have more options to remove to make this happy with exFAT though. :/
-
gh00p
exFAT sucks. Is it likely that I can get away with formatting a 16TB SSD with ufs instead?
-
rwp
gh00p, Since FAT stores only to the 2-second level you will also need --modify-window=1 too.
-
gh00p
rwp, oh, that makes sense. Thank you, I would not have figured that error out.
-
grahamperrin
SpaceBass_laptop: what's the port?
-
grahamperrin
rclone?
-
rwp
gh00p, It doesn't actually produce an error message. It just can never make the target "up to date". Because the timestamp on odd second files can't be equal.
-
rwp
And therefore rsync will always try to update the file thinking that the timestamp does not match.
-
gh00p
Yes, errors without error messages are some of the worst. :)
-
rwp
My digital audio player uses FAT and I run into that issue rsync'ing files there.
-
gh00p
But FAT is not exFAT. Does exFAT have the same time limitation?
-
rwp
gh00p, I guess not!
en.wikipedia.org/wiki/ExFAT "Timestamp granularity of 10 ms for creation and modified times (down from 2 s of FAT ..."
-
VimDiesel
Title: exFAT - Wikipedia
-
last1
how can I sort files found by find ?
-
last1
I tried find ./ -type f -print0 | sort -z
-
last1
but it prints them all in one line, whereas I need them one per line
-
dodo
last1: remove -print0
-
last1
genius - thank you! so find already outputs the null char ?
-
dodo
if you tell it to
-
rwp
last1, the sort -z reads zero terminated strings on input and *writes zero terminated strings on output*.
-
rwp
That's why they appeared to you as being all on one line. They were zero terminated not newline terminated.
-
grahamperrin
last1: I guess, you're also aware of option -s in find(1)?
-
grahamperrin
find -s ./ -type f -print
-
grahamperrin
Results may differ, as mentioned in the manual page
-
grahamperrin
Alternatively, with sysutils/bfs:
-
grahamperrin
bfs -s ./ -type f -print
-
rwp
If it is me and I know there are no whitespace problems with files then I just use traditional newline terminated strings. Like: find . -type f -print | sort
-
rwp
Because it seems silly to use zstrings and then convert at the end. Ex: find . -type f -print0 | sort -z | xargs -0rL1
-
nacelle
do you seriously need to use -print still?
-
nacelle
even openbsd's find dropped that years ago
-
meena
nacelle: that's for print0
-
meena
(and some people never get used to not using certain parameters…)
-
nacelle
I see a raw -print on the line above it :-)
-
nacelle
(the only reason I got better at unix commands is after peers poked fun at me for using arcane syntax, maybe this helps, maybe its doesnt)