-
michaelsavage
hi
-
michaelsavage
how do we see what people are working on with freebsd project?
-
michaelsavage
aka product backlog
-
michaelsavage
I guess nobody is here now
-
edenist
michaelsavage perhaps the quarterly report is a good place to start?
-
michaelsavage
yes sounds good
-
edenist
-
VimDiesel`
Title: FreeBSD Quarterly Status Report Third Quarter 2022 | The FreeBSD Project
-
michaelsavage
that's every 12 weeks?
-
edenist
Yep
-
V_PauAmma_V
Every 3 months, so more like 13 weeks.
-
michaelsavage
thank you just going to read through that
-
V_PauAmma_V
michaelsavage, and on a microlevel, you can look at what people are committing to the 3 repositories:
cgit.freebsd.org
-
VimDiesel`
Title: FreeBSD Git repositories
-
michaelsavage
are there any developments that are contracted to the freebsd foundation?
-
michaelsavage
to freebsd basically?
-
michaelsavage
for example, does net flix contract freebsd to do development or another enterprise?
-
jimmy399
Hy!
-
michaelsavage
this tier 1 cloud service is interesting
-
wez
michaelsavage: Which one?
-
michaelsavage
-
VimDiesel`
Title: FreeBSD as a Tier I cloud-init Platform | FreeBSD Foundation
-
michaelsavage
this one
-
wez
ah nice
-
michaelsavage
my questions on this is that how do they approach and plan on getting it done?
-
wez
cloud-init is mostly used by AWS right? Or have other adopted it?
-
michaelsavage
have they broken this task up into story points that will get completed in 5 weeks?
-
michaelsavage
I think oracle adopted it also if I remember correctly
-
wez
michaelsavage: I think they use T-Shirt sizes over story points
-
wez
Or dog breeds
-
michaelsavage
are you serious or joking?
-
wez
Joking, I have no idea what they use
-
wez
but T-Shirt sizes and dog breeds are other common ones
-
michaelsavage
well is this project going to fall through the cracks or is it getting done?
-
michaelsavage
in progress when was the start date and what is the progress?
-
wez
All excellent questions
-
michaelsavage
how do we get answers?
-
michaelsavage
I guess I will contact the office
-
michaelsavage
I'm sort of trying to understand how they go about getting things done
-
poisone
is FreeBSD repo still using cvs?
-
michaelsavage
we go about getting things done :) since I can be considered part of the team :)
-
michaelsavage
yes I think so
-
poisone
why not git?
-
michaelsavage
they use git
-
poisone
good
-
michaelsavage
git just transfers over a fie
-
michaelsavage
there's actually a nice article about why svn is better
-
michaelsavage
but you can use one or the other and get the same results
-
poisone
i've readed git docs (while using it for ~4 years before) and found that cvs is drastically feature-less than git
-
poisone
for example no feature branch workflow process
-
sixpiece
hi wer
-
sixpiece
sorry for coming so long again my laptop suddenly froze and was watching a television show
-
VVelox
Been racking my brain trying to figure out why 'block drop quick proto tcp from <f2b-fast-log-pbt> to any
-
VVelox
' is not working. I am seeing IPs in the table 'f2b-fast-log-pbt' still being able to send traffic.
-
VVelox
And the f2b anchor is the first thing after block all, so there should not be any reason it is still being forwarded.
-
VVelox
blarg, after spending nearly an hour bashing my head in about it, I realized derp... proto tcp... yeah, just removed that and it is happy
-
VVelox
okay, no difference
-
parv
VVelox, You might have states? Have you checked the rule hits after flushing everything?
-
parv
Also "tcpdump" with remote IP addresses as source|destination specified could be instructive
-
parv
Oh, at least during the debugging I hope you are logging everything
-
VVelox
parv: ohh! forgot about that, thanks!
-
parv
VVelox, So was it the pre-established states that allowed the block rules to be skipped?
-
VVelox
parv: either that or something else funny with the rules... went wrote most of them as there was lots of stuff no long relevant in them, I think one of those blew state that causing the issue
-
parv
VVelox, Ah. Alright
-
VVelox
parv: hmm... okay actually looks like I needed to flush it via pfctl -F state
-
VVelox
restarting/reloading apparently does not do it
-
tyler82
Hey!
-
tyler82
Anybody did succesfull installation on QEMU KVM with KDE Plasma desktop environment?? I cant set up xserver...
-
tyler82
Oclair: Should work now.
-
VVelox
parv: So was apparently wrong. Did not make a difference.
-
VVelox
parv: if you are curious...
bsd.to/s7Y1 it looks good... that said looks like a few lines got wrapped after ->
-
VimDiesel`
Title: dpaste/s7Y1 (Plain Text)
-
V_PauAmma_V
michaelservice I think not directly, but Netflix contributes code to FreeBSD, either/both code developed in-house or by sponsoring independent developers. Look in the changelog for "Sponsored by: Netflix" (unsure of capitalization, so use -i)
-
grahamperrin
-
VimDiesel`
Title: src - FreeBSD source tree
-
DanGer
any idea why ntp_gettime() returns code 5 (ERROR)
-
thorre
Greetings, when executing a "pkg search samba" the newest one i get is 4.13 on FreeBSD 13.1. Is this correct?
-
thorre
-
VimDiesel`
Title: XnL4
-
normal_user
hello folks
-
thorre
Nevermind, saw now that 4.16 is not available (yet) in quarterly.
-
normal_user
I'm looking to migrate a server form linux (qemu/kvm VMs) to freebsd+bhyve.
-
normal_user
how would I interface with the headless bhyve VMs on the remote machine? other than SSH, ofc.
-
fragcula
Lesson learnt hard way don't run `service netif stop` over ssh :)
-
normal_user
and if TRIM support implemented yet? didn't find clear information on that.
-
thorre
fragcula: :-)
-
thorre
fragcula: is the machine within resonable distance from you?
-
fragcula
thorre: Monday morning it will be :X but not a production machine at all
-
debdrup
normal_user: add a COM port and use nmdm(4) plus tip(1)
-
normal_user
debdrup simple enough, thanks!
-
hjf
hi. i screwed up my termcap and pretty much everything is broken in my system now
-
hjf
i tried to run cap_mkdb /etc/termcap and it generates the termcap.db but all shells tell me that xterm is not recognized
-
hjf
export TERM=xterm
-
hjf
zsh: can't find terminal definition for xterm
-
poisone
hello
-
debdrup
hjf: when I fixed that once after breaking it, I ended up using ed
-
hjf
debdrup: how did you fix it? i restored termcap back to the original but it still doesn't work
-
debdrup
hjf: sorry, I really don't remember anything else about it, it was almost two decades ago
-
debdrup
You might be able to use single-user mode and /rescue
-
hjf
i'm able to use the system. things kind of work inside gnu screen
-
hjf
ok finally
-
hjf
it was a ~/termcap.db file.
-
HolyTaint
-
VimDiesel`
Title: Linux kernel - Wikipedia
-
CCFL_Man
i want to use wget to capture a file on an ftp server, but run a simple script that would append the date to the output file name. how can i do that in bash?
-
CCFL_Man
define a variable?
-
V_PauAmma_V
Does wget have an option to set the local filename?
-
V_PauAmma_V
OK, it does. -O. Bash understands backquotes IIRC, so use something like wget -O filename.`date '+%Y-%m-%d-%H-%M-%S'`
ftp.example.org/path/to/filename
-
CCFL_Man
V_PauAmma_V: yes, but it doesn't seem to have an option to add a string to the file name
-
CCFL_Man
oh, really?
-
V_PauAmma_V
See above.
-
CCFL_Man
it's that simple?
-
CCFL_Man
thanks! I'll give that a try
-
V_PauAmma_V
(Even if bash doesn't understand backquotes as such, ISTR it has a way to include output of a command into the arguments of another.)
-
RhodiumToad
backquotes are old-style and deprecated
-
RhodiumToad
$(blah) is preferred, because the quoting rules are easier to understand
-
RhodiumToad
and that's not a bash-ism either, it's POSIX standard
-
V_PauAmma_V
Duly noted.
-
RhodiumToad
best example is probably echo '`' vs. echo `echo '`'` vs. echo $(echo '`')
-
V_PauAmma_V
I haven't needed to read and understand sh code in over a decade, or write any in... 2 or more.
-
jmnbtslsQE
is lua set to replace sh eventually for non-C code in freebsd?
-
jmnbtslsQE
or maybe only for new such code, since no reason to replace existing sh code
-
Soni
how does freebsd handle dns? (is there a /dev/dns?)
-
V_PauAmma_V
Define "handle dns"? If you mean "how does it resolve names", see "man resolver" for the userland API.
-
Soni
the blocking resolver has some obvious issues. a /dev/dns would solve that.
-
Soni
(in fact a /dev/dns would be far more flexible)
-
crb
can you mount a file system at more than one place?
-
_xor
Quick opinion poll: If someone asked you, "How many programming languages do you know?" - would you include assembly in your answer?
-
tsoome
which assembly?;)
-
_xor
Any.
-
tsoome
of course. language is language.
-
_xor
My initial reaction wasn't a quick yes or no. It was questioning, "Well, what level of constructs are we talking?", "Is it Turing-complete?" (before I realized 2 seconds later that duh, of course it is)
-
_xor
I mean assemblers don't have to deal with semantics like compilers do (afaik, though I haven't ever written a real assembler).
-
rtprio
crb: yep
-
rtprio
Soni: man 5 resolver
-
rtprio
_xor: i would, but only if it was relevant
-
CCFL_Man
V_PauAmma_V: thank you so much! that works quite well
-
koobs
morning
-
trench
-
VimDiesel`
Title: PackageManagerRosettaStone - FreeBSD Wiki
-
trench
all the stuff about openbsd is wrong
-
trench
or not added
-
jb1277976
sup koobs
-
jb1277976
Anyone here use neomutt? if so what terminal emulator do you use. looking for a good emulator that can open up links
-
parv
Could you not assign a key binding in "neomutt" to open a link in whatever browser you want? Or, how does opening a link depends on an emulator?
-
shiroyasha
parv: Some terminal emulators let you click on links to open them in web browsers. I'm guessing that's what they're looking for.
-
parv
shiroyasha, Ah. Thanks