-
rtprio
dont use brave
-
LXGHTNXNG
better to think twice before usingit, but yea i'm biased to think it's malware
-
Macer
kerneldove_: i never had to do anything to get my ix devices to work
-
Macer
they just worked out hte box
-
Macer
what i'm curious about is fbsd arc (a310) support
-
Macer
-
kerneldove_
got ix working out of the box, tyvm
-
kerneldove_
10gbps of sultry bandwidth yess
-
Matt|home
ibb.co/album/Kb5fLX <-- okay let's see if this works. first time baking a cake, had to improvise a lot, recipe looked insane but i guess we'll see
-
TommyC
I don't hear much about browsers outside of Chrom{e,ium} and Firefox. What's wrong with Brave?
-
ivy
TommyC: a lot of people dislike it because of its association with cryptocurrency
-
dh
Brave is Chromium
-
ivy
TommyC: also because it was founded by Brandon Eich, a famous homophobe
-
ivy
Brendan
-
TommyC
ah, lotsa controversies around it I see
-
ivy
Vivaldi (a Chrome reskin, but with a fair amount of custom UI work) seems quite popular, but it's closed source and there's no freebsd version
-
Macer
firefox esr is all that is needed :)
-
Macer
reactos.org/forum/viewtopic.php?t=22603 <- i wanted to see if this was possible just to see if i could use rsat in it
-
Macer
i doubt the ad bits are in it though
-
JetpackJackson
Macer: why ESR over latest, out of curiosity?
-
polarian
JetpackJackson: bullshit gets merged into it slower
-
polarian
means your configs do not need to be updated as often
-
JetpackJackson
Oh
-
polarian
also less features == less places for code to be attacked
-
polarian
and new code is what is easiest to attack
-
polarian
so there are security benefits
-
polarian
to not always taking the latest features
-
LXGHTNXNG
new code isn't necessarily easier to attack by virtue of being new
-
LXGHTNXNG
code does not age, it is changed
-
polarian
LXGHTNXNG: new code has not had as many eyes on it, furthermore it has not existed for as long. A new feature is more likely to have vulnerable code over code which has been looked over and patched for many many years...
-
ivy
i don't know if that's really true. code that comes from 4BSD might not have been looked at for years and was developed before modern security context
-
ivy
like, how long have we had rtsold? did that come from KAME?
-
polarian
ivy: we are talking about browsers here
-
polarian
many of the changes made are features, not security improvements
-
polarian
also I didnt say old code is secure, legacy crypto is a big issue
-
polarian
legacy features which are not patched or maintained
-
polarian
all have their own security concerns
-
polarian
but comparing firefox and firefox esr which have the same underlying code but one has the latest features and one doesn't, I would trust the one without the new features
-
polarian
if there is a vuln in legacy code, it will likely be in both firefox versions
-
polarian
in which case... shit :)
-
LXGHTNXNG
old or new code is not *inherently* less or more secure, it's less or more secure because of the literal nature of the code. code written in a time when networks could be trusted is more likely to be insecure because of the inherent trust that one won't put something malicious in it.
-
LXGHTNXNG
not because it's old. it was insecure then and it's insecure now
-
ant-x
Hello, all. Does not FreeBSD have strace? What can I use instead?
-
ivy
ant-x: truss(1), ktrace(1)
-
clapont
hi, everyone. I wish you happy christmas and a better new year!
-
ant-x
ivy, thanks.
-
ant-x
clapont, well seasoned-greating to you and all.
-
ant-x
* greatings
-
ant-x
* greetings
-
clapont
yep, I prefer the last, thanks :-)
-
ant-x
ktrace to truss :-)
-
ant-x
ivy, which package provides the truss utility? ``pkg install truss'' on 14.3 complains that there is not such package.
-
rtprio
FreeBSD-utilities
-
ant-x
Is it available via pkg in 14.3? I can't find it.
-
isley
it's part of base it should already be there you don't need to install it.
-
» ant-x slaps his forehead
-
LXGHTNXNG
valid.
-
kerneldove_
what causes state-insert (failures) in the output of pfctl -si? (state-insert state insertion failure)
-
nimaje
ivy: well the security bug is in resolvconf, rtsol only gives attackers an attack vector for it
-
dogg0
so weird im using freebsd15 (happened with 14 too) guest, linux host. terminal only. when exiting vm i often get stuck in this weird purgatory that i dont even know how to get out of
-
dogg0
-
vkarlsen
dogg0: You're stuck in vi?
-
dogg0
its ben happening alot only in this particular circumstance... i end up mashing keys and somestimes come out of it or reset
-
dogg0
freebsd on bare metal or any other os as guest it never hahpens
-
Liaf
If I want to fully encrypt the discs of my server, I want to use geli instead of gdbe, right? Also is there a way to enter the passphrase via ssh during boot? I have seen setups for this on some linux servers and wonder if those are individual solutions or if there's something like that already integrated :-)
-
ant-x
dogg0, I don't understand. Is it inside the vi editor? Try: ESC : q ! (four keys in sequence)
-
ant-x
vkarlsen, /Stuck in Mobile/ -- /Stuck in vi/
-
ant-x
dogg0, as to how you can have got into vi -- it may be your default $EDITOR.
-
ant-x
dogg0, how exactly did you cope that text to pastebin? Is it literally what you see in the terminal?
-
ant-x
Usually, vi displays special characters with a ^ prefix, so that REG is ^M
-
ant-x
* RET
-
dogg0
ive been using vi for years. but his happens only with freebsd guest in qemu. and yes thats literally what i see in the terminal. i just highlight iwth mouse and paste here
-
rtprio
sounds like your terminal is not entirely functional
-
rtprio
what's $TERM ?
-
dogg0
xterm-256color ?
-
dogg0
idk im using everyting just ootb
-
ant-x
My terminal is frequently broken in FreeBSD, but I never cared to establish a stable reproduction scenario.
-
ant-x
I feel totally disoriented in my shell: <
paste.c-net.org/ShermanJudgment> . Where am I?
-
cyric
ant-x: you likely removed the directory you are in (ad1), easy to reproduce
-
ant-x
Ah. Thanks. I did not mean that as an instance of a broken terminal though. A broken terminal is a situation where I cannot type normally.
-
rtprio
ant-x: is this a quiz or did you make a broken symlink on purpose?
-
ant-x
I did not make a symlink!
-
ant-x
Nor is this a quiz.
-
rtprio
looks like the directory was removed elsewhere while you were still in it
-
ant-x
I got this in the middle of trying to trace why svn hangs at checkout with ktrace and truss.
-
ant-x
rtprio, this is possible.
-
ant-x
rtprio, I have read and accepted your suggestion earlier.
-
vkarlsen
ant-x: Stuck in the middle with vi
-
ant-x
vkarlsen, I was tyring to joke about this and the Bob Dylan song.
-
voy4g3r2
ant-x: and the best rednition of that song, with pop culture, is reservior dogs
-
ant-x
I dislike Bob Dylan and that song, but I love the movie!
-
vkarlsen
ant-x: I followed up with Stealers Wheel