-
rtprio
wipt: what version? what panic
-
Koston
are you sure your disks are ok
-
kerneldove_
anyone know why server ram prices have tripled and wtf?
-
Oks4
kerneldove_: slop generation
-
kerneldove_
by slop you mean ai?
-
Oks4
yes
-
kerneldove_
fuckers
-
kerneldove_
atleast ai makes search engines actually good
-
SomeVisitor
by stealing information and presenting it as its own. Well …
-
black1
SomeVisitor: that's a based statement
-
nerozero
hi, sh scripting question
-
nerozero
what does this line expected to do? ': ${resolvconf_enable="YES"}'
-
nerozero
not understood the behavior of ":"
-
nerozero
if this assumes some kind of default value - this had 0 effect in sh -c ': ${resolvconf_enable="YES"}; echo $resolvconf_enable;'
-
ridcully_
nerozero: `:` can be used to fill an empty then-branch with if e.g.
-
nerozero
I had similar feelings, but it has 0 effect while testing in sh -c ...
-
ridcully_
i think this is somewhat of a no-op allowed allowed char
-
nerozero
somevar="" sh -c ': ${somevar}="abc"}; echo $somevar;' - empty
-
nerozero
somevar="blabla" sh -c ': ${somevar}="abc"}; echo $somevar;' -> "blabla" ...
-
ridcully_
yes, this looks like a no-op to me
-
ridcully_
`:` is something like `true` - it behaves like a command
-
nerozero
sh -c ': ${somevar}="abc"}; echo $somevar;' - empty ....
-
ridcully_
and i guess it eats or ignores the arguments?
-
nerozero
ah this is something like test ?
-
nerozero
but there is [] option ..
-
nerozero
it is on line 315 in `/sbin/dhclient-script`
-
nerozero
it follows the "case $reason in"
-
cyric
nerozero: somevar="" SETS somevar to empty value; that construct would only work if somevar was not set at all
-
nerozero
cyric, so this assumes that statement `:{var="defaultvalue"}` ?
-
nerozero
if variable not defined nor empty - its set to the default value right ?
-
cyric
yes, set to defaultvalue iff variable was not set at all
-
ketas
i wonder how well newer thinkpad will work with fbsd now
-
black2
ketas: as long as you stick with conventional hardware
-
black2
things should be fine
-
ketas
black2: the hell is unconventional hw?
-
black2
ketas: imo things like touch-screen display
-
ketas
i'm impressed that
dmesgd.nycbug.org/dmesgd still works
-
black2
and radio modems that require special drivers
-
ketas
oh yeah, that hw
-
ketas
don't you get both working somehow tho?
-
ketas
esp the modem
-
ketas
wifi would have issues too :p
-
wipt
rtprio: newest release, 14.3R
-
black2
ketas: you can't be sure. you don't want to have a laptop at hand that doesn't work with the hardware
-
wipt
Koston: I had the assumption, but I haven't checked.
-
black2
to ba on the safe side, prefer older models and generic hardware
-
ketas
a touch one is rare in secondhand anyway
-
ketas
tho cool
-
black2
they trying to get the customers impressed with very stunning designs
-
black2
but usually that device doesn't last very long
-
ketas
some t should still be ok
-
Reinhilde
:-(
-
ketas
it could break anyway
-
ketas
lol, stupidest error i just heard of laptop going bust is, didn't charge suddenly, so owner took usb c off and plugged back, immediately smoke and machine gone
-
black2
the best choices out there imo are the rugged laptops that I assume can work for 10 years plus.
-
ketas
well there's no exact need for those i guess
-
black2
durability
-
ketas
what where those metal briefcase panasonics
-
ketas
saw one
-
ketas
yes but
-
black2
they have hot-pluggable batteries so...
-
wipt
Koston: I should check, might make sense why I was having issues with getting the encryption to work
-
wipt
My last newest machine was a rooted chromebook. $30 something on ebay, essentially a disposable machine.
-
black2
wipt: yeah. these are very nice deals. if you have termux installed it's basically a working GNU/Linux machine
-
ketas
that's bit weird hw and low perf last time i checked
-
ketas
but yeah
-
ketas
those are nice too
-
black2
extra-long battery life is an advantage
-
black2
14 hr+
-
ketas
yeah
-
ketas
those were all arms?
-
wipt
black2:
docs.mrchromebox.tech changed the firmware/bios
-
black2
well a few made by acer and samsung I believe are intel-based ketas
-
wipt
ketas: most are x86
-
black2
wipt: that's better. if you can get it rooted and flashed with what you want.
-
wipt
just have to steer clear of the really low performance ones.
-
ke8cqc
I'm very new to FreeBSD and have been spinning my wheels trying to get bluetooth to headphones working for several weeks. I've googled around for tutorials, but nothing has worked. The lasest tuturial I'm trying to follow is the first post in this conversation:
forums.freebsd.org/threads/bluetoot…uetooth-headphones-on-freebsd.82671 Everything works fine until I go to start the
-
ke8cqc
Bluetooth stack ubt0 twice. It fails both times. Please HELP!!!
-
black2
wipt: yeah but honestly if you just do text-editing and no compilation tasks most models'd suffice
-
wipt
I already have an old netbook, wanted something for AV1 codec video for family videos
-
ke8cqc
I will be more than happy to pastebin any info you want to look at.
-
wipt
ke8cqc: doesn't hurt to pastebin and maybe someone will see it in a few hours?
-
ke8cqc
wipt: What command would you like me to pastebin?
-
ke8cqc
... or contents of what file???
-
ketas
unsure where to point for the next bt audio user
-
ketas
i'm surprised it works at all :p
-
wipt
ke8cqc: I've never touched BT on BSD, took me some time to get it to work under linux...
-
ke8cqc
Is FreeBSD bt like Linux bt?
-
ke8cqc
wipt: BT for headsets doesn't work in Linux. It only works for file transferring.
-
wipt
ke8cqc: I've been able to pair audio
-
ketas
did it work?
-
ketas
well obviously it works on something
-
ke8cqc
wipt: ... on which OS???
-
wipt
yeah. Just a pain on a dual boot machine, after you pair in in windows, and move to linux, you have to reset the headphones.
-
ke8cqc
Honestly, I can live without the audio part. I would at least like to get it working for file transfers between this machine, my other lappy, phone, and tablet.
-
wipt
My daughter is watching a movie with a BT speaker being driven from a Debian Linux machine right now. Works fine.
-
ke8cqc
I haven't run Debian in years.
-
ketas
apart from few more t60's i could hack up working, i guess maybe ~200€ t4xx something is good, you have to find best batt/cpu/ram/condition combination
-
ke8cqc
The only way that would happen on this machine is if I installed Debian in Virtualbox... and I'm not sure if that would work.
-
wipt
It's been decent for a desktop. I ran BSD on the desktop when I was younger, I was a bit of a masochist
-
ketas
are you still
-
ketas
i mean who said you need to have only one os :p
-
wipt
FBSD for my servers, ZFS to samba shares for everything else in the house.
-
ketas
a nice wipthouse
-
ke8cqc
I'll try back later after my Buckeyes spank some Nittany Lions and send them back to Happy Valley with their tails between their legs.
-
ketas
i feel kind of sad, i got n.o.s. t60 and i like used it up apparently
-
ketas
lasted over 10y :p
-
ketas
i mean..,
-
ketas
one fucked up thing i found was that screen hinges seize up on them
-
ketas
in one i managed to break part of frame
-
ketas
still haven't taken it apart
-
ketas
but at least i know what force it takes
-
ketas
from what i did read later, apparently dust enters the stickgrease surfaces in hinges and you can't "work it" loose, gets worse even, and if you try to clean and lube it as obvious solution, it gets too loose
-
ketas
and new one has cost of entire machine value :p
-
SomeVisitor
ke8cqc │ wipt: BT for headsets doesn't work in Linux. ← I've been using BT-Headsets on Linux for years now …
-
ketas
i guess it's - varies
-
angry_vincent
stable/15 branch needs
cgit.freebsd.org/src/commit/?id=e4f…350955406ffd58dd3f0bb7610df0f36d647 backported, otherwise buildworld fails on pkg as described in commit message.
-
ivy
angry_vincent: i'm sure it will be, it was only committed to main this morning. Ed doesn't usually include MFC after in his commit messages, even when he plans to MFC something
-
angry_vincent
ok. no problem
-
rtprio
any way to get my fn keys working on this x1 carbon? i've tried loading acpi_ibm but not sure what else to try.
-
rtprio
(they're not getting through with `wev` so it doesn't matter right now how they're mapped)
-
ketas
ivy: funniest commits say mfc after 3 minutes
-
ketas
:p
-
ivy
ketas: that's pretty common during a release cycle since the point of the commit is to fix the stable build
-
ivy
i often use MFC after: 3 seconds
-
ketas
not mfc instantly?
-
ketas
:p
-
ketas
immediately or so
-
kevans
most people can't stage a cherry-pick for an immediate mfc, there's clearly always some latency :-)
-
kevans
odds are ~one second is the lowest you can manage, since the first push has to succeed to be certain that the MFC commit's cherry-pick annotation doesn't end up with a hash that the remote rejects
-
ketas
silicon brains can do it
-
ketas
wait, git hashes are actually calculated from real data?
-
ketas
i had to look
-
kevans
yes
-
kevans
if you lose the push-race, you have to rebase: new parent hash changes the hash of your own
-
ketas
o/` if you lose the push-race, you have to rebase o/`
-
Reinhilde
docs and translations are the entering wedge
-
rtprio
what is 'the wedge' ?
-
ketas
who was wedgied
-
ketas
so yeah i assumed git commit id is head -c 1024 /dev/urandom | sha1
-
ketas
:/
-
rtprio
yep
-
Reinhilde
rtprio, The way the AI maximalists get in.
-
markmcb
Was some sort of IP filtering put on the pkg.freebsd.org site? For three days now I'm intermittently denied access to one or all of ports, base, and kmods. I can see this when pkg update fails, but also if I manually browse to the web site, I get 403 errors that correlate to the pkg update failures.
-
markmcb
I saw some else mention it here, and a few on Mastodon, so I'm confident it's not just me.
-
markmcb
For example, right now, on my laptop in on public wifi, I can browse
pkg.freebsd.org/FreeBSD:15:amd64/quarterly
-
markmcb
On my server at home, I get a 403
-
markmcb
but on that same server, on the same base url, /base_release_0/ works just fine
-
markmcb
something seems wonky
-
kerneldove_
will 15 be ready on time? only a month left
-
rtprio
kerneldove_: time is a construct
-
duncan
rtprio: is the looming release a-series or b-series?