-
Macer
it's tagged at 201 (the vid)
-
Macer
ok. got it.
-
Macer
i saw what i did wrong there.
-
Macer
sweet! it's doing exactly what i need it to do. now for the real test lol
-
rtprio
great
-
dho
zi doesn't want more connections
-
zi
whoa
-
zi
is dho!
-
dho
tis!
-
dho
how've you been
-
zi
good man, how bout you?
-
zi
been many moons
-
dho
it has -- sorry, running kiddo bedtime, back in a bit!
-
nwe
good morning! when I running this script both as root and regular user
dpaste.org/7u7vo it´s working and detect external-monitor, but when I running this script (via devd) it doesn't work the it always suspending, what Im missing? my lid.conf (devd) looks like this
dpaste.org/oZFw4
-
nwe
or is it like this that I cant run devd and xrandr?
-
Macer
It’s working but rclone is super slow. I guess the trials and tribulations of using fuse?
-
Macer
Maybe I can tweak rclone a bit to speed it up.
-
ridcully_
rclone can "patch" large files instead of transfering them again. this may or may not be a good idea, depending on the data, the fs, the transport. make sure, you are using the mode best for your use-case
-
ketas
just like freebsd-update?
-
ketas
hmm
-
ketas
btw
-
ketas
how to get missing feature out of tcsh and into sh
-
ketas
it's not in bash either
-
ketas
i have no idea which other shells have this partial history search
-
ketas
at quick glance as if nobody ever used heard wanted what i used form 4.6
-
ketas
from
-
ketas
:p
-
ketas
exec echo\ndate\nw\n, then type e and up, in csh you get echo, in sh and bash you get w
-
ketas
i can't find what it even is called
-
ketas
when i used linux, i don't think i even knew what shell i used, let alone change it, so i didn't change it in fbsd either :p
-
ridcully
`!e\n` would work at least with bash afaik
-
ketas
ridcully: that executes it directly?
-
ketas
yes it does
-
ketas
but what just gets it on prompt?
-
ketas
it's like, oh i had this oneliner, i think it all started with fgrep so you hit up on f
-
ketas
likely find it so you can reuse parts of it
-
ketas
! would just russian roulette run something from past
-
ridcully
zsh can tab-complete ! - everything beyond that i use fzf for. the feature you want is named `history-beginning-search-backward` in zsh. maybe this gives you a hint for the other shells or something to search with
-
ketas
-
ketas
hmm
-
ketas
yeah it can do a little bit like that
-
ketas
cursor is wrong tho
-
ketas
for some funny reasons bash, at least here, never has it on
-
ketas
sh also has no {} while bash bash that
-
ketas
has
-
ketas
bash bash wtf
-
ketas
some people never know {} either :p
-
ketas
one was like wait what did type {,.bak}
-
ketas
you
-
ketas
or ^d on prompt :p
-
ketas
-
ketas
oh look
-
ketas
how many additional bugs it created
-
ketas
the issue
-
cyric
s/bugs/bug reports/, someone just can't use search or better yet post to current/stable mailing list
-
Koston
ketas: I think bash enables incremental history search by default with CTRL-R?
-
pertho
I'm trying to run WINE in a jail, and when I try to run /usr/local/share/wine/pkg32.sh install... I get: "/usr/lib32/libc.so.7" not found; exiting. I'm running bastille and using a thin jail. Is there something I need to run to fill in the lib32 dependencies on the jail?
-
ketas
cyric: yeah i did botg
-
ketas
h
-
pertho
ahh I think I found it.. bastille_bootstrap_archives=
-
ketas
Koston: i tried but i can't use it somehow, i have no idea how it works, i type chars and something just inline appears
-
CrtxReavr
pertho, find /usr -type f -name 'libc.so.*'
-
pertho
CrtxReavr: yeah I just had to add 'lib32' to the bastille_bootstrap_archives list and re-bootstrap and it was happy
-
nimaje
BarnabasDK: you know about sesutil?
-
nimaje
as linux_base-c7 is deprecated, what do we use as linux base now? I didn't find another linux base in ports
-
BarnabasDK
nimaje, not really
-
nimaje
well, sesutil seems to be what you asked about some time ago, it lets you control the state leds of disk
-
BarnabasDK
yeah, if it is scsi
-
nimaje
hm, I should test on my desktop what the sesutil commands do, as it somewhy has ses, but only SATA connectors and I put normal SATA disks in there, I don't think they have leds anywhere; I already tested sesutil show, it can show me which disk is connected to which slot
-
cyric
ketas: and it keeps piling up
-
ketas
cyric: where?
-
ketas
yeah people build their worlds i guess
-
ketas
:p
-
ketas
yeah 5 total reports
-
ketas
funny, it's hard to test thing too
-
ketas
kevans: where those changes should be put to for feedback i wonder, i've tried to put them into some ml before, later filed pr, there none were rejected, were useful ideas, but it's not like i can do anything else
-
kevans
ketas: throw them in phabricator and we can tag a few people that might be willing to review
-
ketas
i guess i could make account there
-
ketas
some them i couldn't figure out fully either
-
ketas
as if more than one brain is needed :p
-
ketas
i watched bunch of phabs, seemed like changes came after reviews, etc
-
ketas
was curious of process
-
ketas
but yeah i'll see
-
ketas
while looking around i found wontfix from old times that proposed 24h clock into many places
-
ketas
but ps did get 24h now eh
-
ketas
maybe that was the right place
-
ketas
and uptime everyone just configures locally
-
V_PauAmma_V
-
ketas
i find it fun how i created special script to search for 24h locales so i can use them solely for that purpose
-
ketas
because apparently it's easier for coders to do it that way
-
ketas
even made my own special locale because nothing else did fit
-
ketas
at least it would be easier to get diffs there :p
-
ketas
directly from wd
-
ketas
hmm
-
nerozero
Hi, I never worked with different routing tables ( fibs ) so let me ask some questions
-
nerozero
1 have configured 3 nets igb1, igb2 - two ISPs ... igb0 - lan
-
nerozero
igb1 is in fib 0, while igb2 in fib 2
-
nerozero
lets imagine situation when igb1 is down - isp1 - down
-
nerozero
the routing still holds but the local dns resolver - bind which sitting in FIB0 cannot do queries
-
nerozero
so If i do `setfib 1 service named restart` the bind starts working, locally.... but I cannot query DNS from igb0 ( lan ), all requests is timed out ...
-
nerozero
despite the bind still opens sockets on a local interface igb0
-
ketas
are you the same one
-
ketas
or maybe not
-
ketas
damn routings suck
-
nerozero
a shorter version of a question
-
ketas
it's a problem i can't imagine how to get right
-
nerozero
why I can query bind running in fib0 and cannot while it runs in fib1
-
ketas
it sends reply into wrong place
-
ketas
would be it
-
ketas
maybe
-
ketas
now how to make bind route both right
-
ketas
no idea
-
ketas
use route get 1.3.4.5 to unfuck this
-
ketas
somehow
-
ketas
maybe pf needs to be involved
-
nerozero
ketas, are you some kind of AI ?
-
Teraii
lol
-
ketas
no
-
Teraii
consider using pf instead of interfaces
-
Teraii
pass in on em0 to !<localnets> rtable 1
-
Teraii
etc
-
Teraii
via interfaces only the incoming packets are tagged on the interface fib
-
nerozero
so I need to somehow route local - this machine traffic ...
-
Teraii
and if you want some bind responding on two fib , must be two instances of bind ...
-
nerozero
ok, need to dive deeper into IPFW ...
-
nerozero
Teraii, I cannot connect bind running in different fib !
-
nerozero
that is the issue at the moment
-
Teraii
and you can't ever
-
nerozero
but why ?
-
Teraii
only one fib at a time
-
Teraii
for one process
-
nerozero
and natting between them ?
-
Teraii
(with setfib X process)
-
Teraii
natting if not routing
-
Teraii
natting is not routing
-
nerozero
something like ipfw add xxx setfib 1 ip all from any to any rcvd in . ,, ??
-
Teraii
sorry
-
ketas
rdr it?
-
Teraii
i do not use ipfw for long time ago :)
-
ketas
nat has other uses too i found
-
ketas
btw
-
Teraii
but i think it's the same way as pf
-
nerozero
I stick to it .. it faster... and my brain is not big enough for changin things to PF ..
-
ketas
i had to connect into device which has no routing in it
-
Teraii
mine too :)
-
ketas
no defgw
-
ketas
so you can't access it from far away
-
ketas
so i had to nat it
-
nerozero
yeah ,... i'm getting old
-
ketas
fun
-
ketas
nat made all packets come as if from same ip and it worked :p
-
ketas
what would happen if you rdr the bind traffic?
-
ketas
tho outgoing is still sucky
-
ketas
oh i don't like to think of it
-
ketas
feels like my brain wants out
-
Teraii
yea it's not easy
-
ketas
meanwhile, how to make openvpn listen on all interfaces and both families?
-
ketas
kind of same
-
Teraii
ensure you have default route on each fib
-
ketas
me?
-
ketas
it's just 1 fib here
-
Teraii
yes
-
ketas
i gave up on v6 and just ran ovpn on v4 only
-
Teraii
fib0 or fib1 ? :)
-
Teraii
fib0 is the default
-
ketas
managed to make it work
-
ketas
i have other fibs tho
-
nerozero
Teraii, thanks ...
-
ketas
but i run ovpn in 0
-
Teraii
;)
-
nerozero
the machines from the local network has no issues reaching outside world with both providers
-
ketas
i have wan #1 that's inet & wan #2 that's my iptv
-
nerozero
I'm having issues with bind only ..
-
ketas
should have wan #3 that's lte so there it's real fun
-
ketas
well you can't run bind with two tables
-
ketas
so put bind into fib0
-
ketas
could maybe even nat it?
-
ketas
that's a stupid idea maybe
-
ketas
in any way packets need to route right
-
ketas
so
-
ketas
bind works where?
-
ketas
if bind only works towards network it has default route for
-
ketas
then you know :p
-
ketas
should probably make some virtual test to try here
-
ketas
but why rdr won't work here?
-
ketas
like imagine if your dns is separate machine igb3
-
ketas
how would you get traffic there :)
-
ketas
s/igb3/on igb3/
-
ketas
fun, i didn't know, igb was merged into em but it represents itself as igb
-
ketas
i looked what i have created in my pf
-
ketas
it has extensive rdr's
-
ketas
and 2 nats which aren unconventional
-
ketas
eg they aren't on wan
-
mzar
ketas: please don't scare people seeking help here
-
ketas
what
-
Reinhilde
mzar, i fail to see how ketas is scaring folk, although i have him dimmed in my irc client so it's harder for me to read what he says
-
ketas
why the dims
-
ketas
:p
-
ketas
funnily, certain types of translations have like certain use cases
-
ketas
but they have others too
-
mzar
Reinhilde: no worries, it was a joke, I tried to cheer him up only; but why you dimmed him... it's scary
-
ketas
hah
-
mzar
:=D
-
ketas
it's so dark now
-
vkarlsen
He scares me, especially when he's in the dark
-
ketas
where did daddy touch you
-
ek
Right in the PS/2 port.
-
Ltning
Is there a way, with zdb or something, to find the recordsize of a specific file on ZFS?
-
mzar
zfs get recordsize path/to/dataset
-
Ltning
*file*, not dataset
-
Ltning
I have a dataset that was created with recordsize=1M, and some very large files. I have since changed the recordsize to 128K (it had side effects I did not consider), and now need to rewrite those files that still have recordsize 1M.
-
CrtxReavr
vkarlsen, show me on this doll where he hurt you.
-
kevans
hmm
-
kevans
Ltning: I think `stat -f %k` would be sufficient if you're fine with the fact that files < recordsize will have a smaller blksize
-
kevans
basically, you can't assume == 1M, you have to assume that >128K means they were written with 1M recorsize
-
Ltning
Yeah, that works. Brilliant, thanks!
-
Ltning
Too bad zfs rewrite does not handle record size changes :(
-
Ltning
I feel that bears mentioning in the man page
-
kevans
hmm, yeah, that'd be a good note
-
mzar
So, bummer!
-
» kevans looks around for a zfser to prod, maybe they'll decide that having it rewrite with the new record size is easier than amending the manpage
-
Ltning
That would be even better, obviously.
-
vkarlsen
CrtxReavr: It was in the ps/2 port, all the way
-
vkarlsen
And he used a DIN plug
-
ketas
lmfao
-
kevans
Ltning: word on the street is that making zfs-rewrite do it would be a major rework, unfortunately, so I suppose documenting it will have to suffice
-
Ltning
kevans: thanks for checking. It's strange, but .. i won't pretend to have the brain power to understand why. ;)
-
kevans
the short version is that the bits behind it don't actually rewrite the layout, just dirties up blocks