-
parv
Watching VT-IME presentation by Fan Chung. Damn a long road to go for better input support on vt(4)
-
debdrup
Probably a good thing they're enforcing the masking mandate, then.
-
gzar
hey folks, how can i tell zfs to import/mount a specific pool last?
-
dvl
gzar: what's the problem you are seeing and trying to solve?
-
gzar
empty mountpoints after reboot, zfs mounts them but they show no contents. Have to do an export and then import to make them mount properly
-
dvl
gzar: could it be something mounting over top of it?
-
gzar
yeah, zroot
-
gzar
its why i want to try and change the order
-
gzar
i've seen someone on the forums have the same issue, they decided to change the mountpoints due to /home/ being a symlink and whatnot
-
CorvetteZR1
hello. i need to connect to an old hp ilo3 kvm console; it only supports java webstart
-
CorvetteZR1
i have icedtea-web installed, but there is no javaws binary anywhere
-
CorvetteZR1
how can i used javaws in freebsd?
-
otis
itweb-javaws
-
meena
-
VimDiesel
Title: FreshPorts -- Search
-
meena
i reckon this will still require a jre installed
-
meena
gzar: how is zroot not mounted / imported first??
-
CorvetteZR1
i have openjdk 1.8 installed
-
CorvetteZR1
OpenJDK Runtime Environment (build 1.8.0_362-b09)
-
meena
I'm pretty, and sure, that jdk provides the same stuff as jre
-
dvl
gzar: it might be easier to ask zroot not to over-mount.
-
gzar
no idea honestly, how do i tell zfs to not over-mount?
-
dvl
gzar: What are the two mountpoints in question?
-
dvl
gzar: I don't want to say: just set canmount=off, because that may not be what you want. Knowing more will help.
-
morsing
drobban: It's an EFI issue, I just need to figure out how to tell EFI which disk to boot from. No-one seems to know how EFI works, though.
-
gzar
dvl: /home/newuser/work and /usr/home i guess?
-
gzar
its weird cause they are different mount points
-
dvl
gzar: Let's not guess. Can you do a pastebin for the details please? zfs list output please.
-
CorvetteZR1
so with openjdk8 and icedtea-web installed, any idea why javaws is still no where to be found?
-
gzar
-
VimDiesel
Title: dpaste: 2Z4JB6MM9
-
dvl
gzar: which lines numbers are creating the problem?
-
gzar
7 - its not getting mounted
-
dvl
gzar: My first guess, perhaps lines 6 and 7 want to be /usr/home not /home
-
gzar
yeah i thought that as well, i'll change the home prefix to /usr/home and see if it helps
-
dvl
[15:25 r730-01 dvl /] % ls -ld home
-
dvl
lrwxr-xr-x 1 root wheel 8 2023.02.14 00:39 home -> usr/home
-
gzar
yeah, all /home/ stuff isnt mounted, the rest is
-
gzar
its because of the symlink, why is that an issue
-
dvl
gzar: Have a good look in /usr/home when both filesystems are umounted - you might have unintended files in there which should be in the other filesytems.
-
dvl
gzar: I don't know. I'd need to poke around your system to find out.
-
gzar
-
dvl
gzar: see also line 3
-
VimDiesel
Title: Solved - mounting zfs datasets | The FreeBSD Forums
-
dvl
gzar: any progress?
-
gzar
yeah, i changed the mountpoints
-
gzar
moved the offending mountpoints to just /hddpool/xxx
-
dvl
gzar: You should be able to get them mounted in home directories
-
gzar
i will change them once i'll be rebooting, to check if its mounted automatically, dont want to reboot right now
-
morsing
I have a ZFS partition from an install on another disk. How to I either import it, or delete/re-create it? Either the zpool or the partition? I just get:
-
morsing
gpart: arg0 'nvd0p3': Invalid argument
-
morsing
or:
-
morsing
gpart: index '3': File exists
-
morsing
or:
-
morsing
zroot UNAVAIL insufficient replicas
-
morsing
nvd0p3 UNAVAIL cannot open
-
morsing
Nothing seems to work.
-
morsing
nvmecontrol format nvme0 seems to have done the trick?
-
morsing
No, still broken.
-
morsing
Installing Linux on it, that will kill it...
-
debdrup
morsing: the way to go about it is to use zpool-labelclear(8)
-
debdrup
vdev labels, which is what zfs uses to recognize itself, are written to at least 4 places on the disk during pool creation - and it isn't impacted by any kind of regular disk partition (whether physical or logical)
-
debdrup
nvmecontrol format (because actually-zeroing a SSD is bad) probably just tells the nvme disk to wipe a cell table, and zfs is made to resist that kind of data tampering
-
BarnabasDK
have been a user of freebsd for many years, also a software developer since the 90s. if one where to join the freebsd project to payback some of the favors, what is the most needed area?
-
BarnabasDK
do you need kerel devs, userland devs or ports devs?
-
BarnabasDK
or all of the above
-
BarnabasDK
seems hard to deduce from the web pages
-
plasma
if i would need to guess i would say ports devs
-
BarnabasDK
would really like to contribute
-
plasma
but im in no position
-
elgrande
ports are imho always a good point to start
-
BarnabasDK
so - is there a list of ports needing attention?
-
elgrande
you can also port some new software that is not there yet if you have an idea
-
BarnabasDK
no
-
meena
BarnabasDK: there's lists of unmaintained ports, that's a start
-
BarnabasDK
lets just stick to what we have
-
meena
also, both, ports and pkg need features
-
BarnabasDK
meena, agree
-
meena
you can ask in #bsdports (on EFnet) what is missing, but i think subpackages comes to mind
-
BarnabasDK
and also maybe I can now dedicate a fifth of my time to it
-
BarnabasDK
one day a week
-
meena
whooot
-
BarnabasDK
something else than what I usually do
-
debdrup
BarnabasDK: what I did was find some area where there was one person working on it consistently and it seemed like there was more work than one person could reasonably manage in the given timeframe, and started sending patches to them.
-
BarnabasDK
looked at the howto thing on the freebsd site, seems to be a lot about how to use git properly ..
-
debdrup
This will inevitably end up in you getting punished for your good deeds, with a commit bit.
-
BarnabasDK
seems to be something you need to just know imho
-
debdrup
s/inevitably/usually/
-
debdrup
Yeah, you'll need to know how to use the VCS (though 12 still uses svn, git is probably a better choice)
-
meena
on the kernel side there's also plenty of stuff that needs doing…
-
BarnabasDK
debdrup, how is that different from any other systems dev
-
debdrup
BarnabasDK: how is what different, sorry.
-
debdrup
s/.$/\?/
-
BarnabasDK
I am probably not a hc kernel dev eventhough I have dabbled in kernel modules and such
-
debdrup
BarnabasDK: I'm not a kernel developer either, I work on documentation.
-
meena
BarnabasDK: FreeBSD also had people contributing docs patches, and, well, many of them might not be familiar with git
-
debdrup
There's never enough documentation writers, and it's just as important.
-
debdrup
If you can learn asciidoctor and git, you shouldn't have any problems finding documentation to write.
-
meena
also, the docs where written at least partially as a transition document for getting lots of existing developers and docs people from svn to git
-
BarnabasDK
sorry debdrup , but I don't want to join the project to document it
-
debdrup
That's fair.
-
BarnabasDK
if I could just document what I do - that would be fine
-
debdrup
That'd be expected of you as a src developer, of course.
-
BarnabasDK
yes
-
BarnabasDK
still you have a deficit?
-
debdrup
I can't imagine there'd be a point where FreeBSD has enough of any kind of committer.
-
BarnabasDK
or- obvoiusly you do
-
BarnabasDK
no
-
BarnabasDK
well, I have used freebsd since the early naughties, and feel like maybe if some one can use what I know as a developer maybe it could be used
-
BarnabasDK
am now in a positioin where I have to use time on other things aside from what I can use in my company - danish tax laws - it may as well me a non profit projekt
-
debdrup
I'm intimately familiar with Danish tax laws, since I had to pay almost $1000 back in taxes. :(
-
debdrup
Generally though, you become a committer because someone gets tired of you sending so many patches, that they eventually propose to mentor you.
-
BarnabasDK
hmm makes sense
-
debdrup
It's done this way because what's important is that people want to actively work on the project.
-
BarnabasDK
yes
-
BarnabasDK
I read the rules to proceed to this
-
debdrup
Anyway, best advice I can give is start submitting patches and get them in front of someone who work in a particular area (based on the VCS log, you can see who commits to what parts of the tree), so that you aren't working on very disparate things.
-
debdrup
I can't tell you how much work it'll involve, because I'm not sure there's any guidelines for that.
-
debdrup
Setting out to get a commit bit seems to me to perhaps be the wrong way to go about things, as well - though I realize that's not exactly what you said.
-
debdrup
The way you phrased it, you can just as easily be a contributor to the project, as many people are.
-
debdrup
-
VimDiesel
Title: Contributors to FreeBSD | FreeBSD Documentation Portal
-
xtile
For every project I've ever gotten involved in, I've started with documentation fixes, by just being a user.
-
debdrup
Well, like I said, there's no such thing as too much documentation.
-
debdrup
Err, let me rephrase that a bit.. :D
-
BarnabasDK
and I have been since at least 20 years
-
debdrup
There's no such thing as documentation that's too good.
-
BarnabasDK
debdrup, true
-
xtile
BarnabasDK: Another thing to consider is not just doing things that appeal to others (which is good!) but to maybe add your own personal hoped-for improvements and features: perhaps someone else will like them. :D
-
BarnabasDK
and also, is there any place still for static documentation
-
xtile
I've added a couple of the current pkg alias aliases
-
debdrup
Documentation can be too verbose (and the documentation project primer even mentions trying to stay concise). ;)
-
debdrup
BarnabasDK: static documentation, as in?
-
BarnabasDK
do you remember the meters of printed system documentation that followed say - digital os'es?
-
BarnabasDK
back in the day
-
BarnabasDK
DEC systems
-
debdrup
I started FreeBSD 4 with the handbook printed at AATS :P
-
BarnabasDK
yes - my argument is, as cool as those manuals where - the where relevant for exactly mostly half a year
-
BarnabasDK
they litteraly took up something like 4 meters of shelf space ..
-
debdrup
That's why the documentation lives online now, and doesn't reference specific versions (where it can be avoided).
-
BarnabasDK
yes
-
debdrup
I'm not sure what you're getting at though..
-
xtile
I think a lot of Unix things are kinda frozen in terms of functionality. Not all things, but many things have become timeless
-
xtile
still cool new things~
-
BarnabasDK
anyways, hopefully has got nothing to do with bsd today aside the fact it is a derivative of the same system
-
BarnabasDK
dont even know digital unix even is a thing
-
BarnabasDK
it surely used to be - used to be viscous on the alpha platforms
-
BarnabasDK
still think it is the largest noof cores platform I have ever programmed for
-
meena
BarnabasDK: I'm also in #freebsd-bugs which is mostly just a stream of bugs coming into bugzilla
-
meena
granted, most of it are upgrades for ports. but there's some cool issues sometimes
-
BarnabasDK
meena, am doing sort of the same right now 2nd/3rd level support having been moved of cold development because I am an old git ..
-
BarnabasDK
suppose thats how it goes
-
BarnabasDK
even for a contractor
-
meena
what is cold development? it sounds harsh
-
BarnabasDK
well - if you just implement new business requirements of the stack
-
BarnabasDK
make your tests complete
-
debdrup
Refridgeration development?
-
BarnabasDK
but never really follow them into actual production
-
BarnabasDK
nah more ecommerce in my case
-
BarnabasDK
at lest the last few hears
-
BarnabasDK
years
-
debdrup
Sorry, I made a bad joke.
-
BarnabasDK
before that - national security (nemid) denmark
-
BarnabasDK
more telco stuff
-
BarnabasDK
debdrup, it was cool though
-
debdrup
NemID, the thing that every state and many financial institutions rely on, and which goes down regularly? :P
-
BarnabasDK
what data do you base that on - and also - it is now legacy
-
BarnabasDK
as public it projects go in Denmark, I would hail nemid as a total success
-
BarnabasDK
granted - the cometition is weak
-
debdrup
What competition? :P
-
BarnabasDK
myid?
-
BarnabasDK
the replacement?
-
BarnabasDK
that for - whatever reason I do no grasp, was necessary
-
BarnabasDK
not saying it is bad
-
debdrup
The procurement process is call for tenders (I think that's the English phrase) where the lowest bidder wins.
-
debdrup
It isn't exactly a process that's well-known for producing the highest-quality solution.
-
BarnabasDK
well nemid lived for 10 years at least without any major security leaks made public at least
-
BarnabasDK
now retired
-
BarnabasDK
so - as public projects go - a total success
-
debdrup
If that's our standard for success, it's no wonder there's something rotten in the state of Denmark.
-
debdrup
John Mogensen was right.
-
BarnabasDK
well - its based on PKI
-
BarnabasDK
like the rest of the net
-
BarnabasDK
so .. do you trust your local porn site ..
-
BarnabasDK
am not going to clever myself on the replacement mitid
-
debdrup
Their latest big downtime got called "a monument of incompetence" by the biggest national media.
-
BarnabasDK
aw common
-
BarnabasDK
you trust media - today?
-
debdrup
They failed to test their disaster recovery.
-
BarnabasDK
as I said nemid is dead - retired
-
BarnabasDK
have no idea about the new replacement
-
BarnabasDK
and also - do not trust the media
-
debdrup
I don't trust "media", I trust individual journalists - and Henrik Moltke is one of the writers of said article.
-
BarnabasDK
ah .. and he was one of the guys who whined about his friends getting kicked off twitter because they felt entiteld to posting Elon musks private jet locaions?
-
BarnabasDK
on twitter ..
-
BarnabasDK
or am I mistaken?
-
debdrup
what.
-
BarnabasDK
you need to look more into the depths of this I think - and also - if I am to help with freebsd I would like to keep it non political if I may
-
BarnabasDK
does that make sense?
-
debdrup
If you're referring to ADS, it's public information.
-
debdrup
In fact, aircraft are required to publicize it according to international statues.
-
BarnabasDK
and what does this have to do with freebsd
-
BarnabasDK
if I may sir
-
debdrup
I don't know, nor do I know why you brought it up as a response to me mentioning a specific journalist.
-
BarnabasDK
ok lets leave it there then
-
BarnabasDK
maybe a freebsd-offtopic channel would be nice
-
BarnabasDK
maybe it is already there?
-
debdrup
The journalists in question were calling out the hypocracy of Elon Musk, who's on record as being a free speech absolutist (even though the 1st amendmend doesnt apply on the internet, and even though it only applies to what the US government can't do), yet using his power as the new CEO of Twitter to take down a profile which publicized public information.
-
BarnabasDK
debdrup, which is no different from what was before him?
-
debdrup
I don't even know how to interpret that.
-
BarnabasDK
yes you do :-) - but again - I am not in this for a political online fight
-
debdrup
No, I really don't.
-
BarnabasDK
ok
-
BarnabasDK
so lets agree to disagree ?
-
» debdrup shrugs
-
BarnabasDK
novel thought for young ppl
-
debdrup
You probably shouldn't make assumptions about people you don't know :)
-
BarnabasDK
no I probably should't
-
angry_vincent
so happy by never having any twitter/facebook/whatever accounts
-
meena
iirc, debdrup is about double my age, and my birth certificate is already very very yellow and faded
-
BarnabasDK
my next birthday is the big 50
-
BarnabasDK
and why is this important btw?
-
debdrup
I don't know, you brought up age as if it was relevant.
-
BarnabasDK
I did?
-
debdrup
Now all you gotta do is tell us about how when you were young, it was up hill to school both ways, and how when it was snowing it'd be slippery and cause you to slide two steps back for every one forward. ;)
-
BarnabasDK
well is isn't - hopefully
-
» meena should probably preface any thing she says about numbers with: i can't actually do math
-
BarnabasDK
aah come on debdrup , not taking that bait
-
debdrup
My grandfather on my fathers side used to make those jokes when he was still here.
-
BarnabasDK
coma gain
-
debdrup
BarnabasDK: it was a joke..
-
BarnabasDK
it alwais is isn't it
-
debdrup
Not really, no.
-
BarnabasDK
ah
-
BarnabasDK
so there is a list of jokes that are no longer jokes and a list of those who are?
-
meena
I actually went a really weird shortcut to my school in Bosnia, so i did end up going downhill both ways, but thru wire
-
BarnabasDK
who is the maintainer
-
debdrup
ENOMAINTAINER
-
BarnabasDK
funny - but not really an answer :-)
-
BarnabasDK
unless thats the joke off cause
-
debdrup
Quantum jokes, where we don't know if they're jokes or not, possibly even with observation.
-
BarnabasDK
they are only funny if you observe them
-
BarnabasDK
why did this turn political - if because of me - if fervently apologize - not the intention
-
» debdrup has long since moved on.
-
BarnabasDK
check
-
debdrup
There's a 7000-page thread of cat pictures that isn't gonna browse itself.
-
BarnabasDK
naked pussy?
-
BarnabasDK
sorry ..
-
BarnabasDK
could we get back to the actual subject ?
-
debdrup
There was a subject? :P
-
BarnabasDK
yeah
-
BarnabasDK
freebsd
-
Lovis_IX
BarnabasDK: is it a new port?
-
BarnabasDK
no
-
BarnabasDK
although I would like to see a port of for example the old software from logtech for the squeezebox
-
vkarlsen
meena: Downhill both ways? I hereby crown you mastress of entropy
-
BarnabasDK
still works fine on freebsd
-
BarnabasDK
but it is a compilation journey
-
johnjaye
what's a good place to start with programming sockets? a written book or something on the website?
-
meena
vkarlsen: my memory may be hazy, but I'm fairly certain about the barb wire fences. I'm not quite sure what they were meant to keep out, but they certainly didn't keep kids out
-
meena
johnjaye: what's your need, let's start with that?
-
vkarlsen
meena: They never do. I've been a kid, I know.
-
meena
like, yes, there's a few standard books and articles, but maybe if we start with what you need we can narrow down the options a bit
-
johnjaye
well i want to work on a project related to it for scheme. but i remember bsd has a lot of good networking books.
-
johnjaye
and since it invented sockets that makes sense
-
meena
mmmmm scheme…
-
johnjaye
i was sure there was a chapter on it in the freebsd developer's handbook. aha it's chapter 7.
-
debdrup
-
debdrup
The Design and Implementation of BSD and FreeBSD respectively are probably also go-tos.
-
debdrup
-
VimDiesel
Title: The Design and Implementation of the 4.4BSD Operating System | FreeBSD Documentation Portal
-
meena
what's go-tos?
-
meena
duh
-
meena
i thought you said, "and probably also go-tos"
-
debdrup
Not gonna lie, I had to think about it for a second when posting it, but I decided that it did make sense. :D
-
debdrup
I was partially right, it made a sort of sense.
-
johnjaye
wikipedia says 4.2 bsd was critical for the adoption of tcp/ip.
-
debdrup
It was.
-
debdrup
Funny you mention it though, I was looking at BSDs TCP/IP implementation just last night.
-
johnjaye
ah that's funny.
-
debdrup
-
VimDiesel
Title: [csrg] Log of /sys/netinet/tcp_output.c
-
debdrup
wnj = William Nelson Joy, aka Bill Joy
-
debdrup
BBN made the reference implementation, but wnj improved on it by making the implementation in BSD a fair bit faster.
-
debdrup
That's why a lot of companies copied the one found in 4.2BSD (revision 14241, if memory serves).
-
debdrup
sam (Sam Leffler, if memory serves) handled that, because by then wnj had left for Sun Microsystems.
-
johnjaye
the wiki page skips over 4.2 bsd entirely. it only mentions 4.3 and 4.4
-
johnjaye
interestingly freebsd was born years before the last official bsd release when the CSRG was dissolved.
-
debdrup
I was looking into it, because a conversation elsewhere got me thinking about the TCP/IP implementation found in Linux; and it seems like by the time it appeared, it'd already been more or less written-with-full-BSD-compatibility.
-
debdrup
Wikipedia is often wrong.
-
johnjaye
indeed
-
debdrup
TCP/IP debuted in 4.1BSD, but that implementation wasn't complete.
-
johnjaye
1995 being the year win95 came out and the internet became a household word
-
debdrup
Since Linux' early source history is... pretty bad (read: nonexistent, the only thing available are tags for the versions with no vcs log information), it's hard to determine where their implementation came from - but I'm fairly sure the people who worked on it looked at the source code from BSD.
-
johnjaye
now that you mention it i have no idea how the early history of linux related to bsd codewise
-
debdrup
Most of the TCP/IP development took place in the 80s, as you can see from the svnweb link above.
-
johnjaye
i sort of assumed things were just copied over
-
debdrup
There's no answer to give, because early Linux has no vcs history that's public.
-
debdrup
All you can find are tags for the various releases, and anything between 0.01 and 0.10 doesn't exist at all.
-
johnjaye
right
-
Lovis_IX
whaou! still impressive to readd famous names like wnj.
-
debdrup
Of the four people who're credited with providing the source code to Linux, one of them worked at Nortel at the time, and the others used either university email addresses (implying they were either not affiliated with a company, or were students), and one of them doesn't appear to be easy to find.
-
johnjaye
Lovis_IX: that explains why bsd formed the basis of SunOS.
-
Lovis_IX
(no, i am not impress by Linux Torvald, sorry)
-
debdrup
johnjaye: SunOS was based off BSD, just like NeXTSTEP was - most proprietary Unixes had some kind of BSD code.
-
johnjaye
well as regards linux, i guess the "wikipedia argument" would be the lawsuit prevented bsd from going mainstream. but i have no idea.
-
debdrup
s/based/partially based/
-
johnjaye
right. even apple today is bsd flavored in the command line utilities
-
debdrup
johnjaye: it certainly didn't help.
-
johnjaye
which makes me paranoid tbh. i never know if some subtle grep or sed or awk behavior will be different on my mac or not
-
meena
lots of if_bridge(4) related bugs lately:
bugs.freebsd.org/270607
-
debdrup
Although I think it needs to be said that Linux would've had similar issues as BSD, had USL won the lawsuit.
-
VimDiesel
Title: 270607 – if_bridge: net.link.bridge.inherit_mac doesn't quite work
-
debdrup
There's a fair number of reasons why USL didn't win (and probably couldn't have), but had they managed it, I don't see why Linux would've been safe.
-
yuripv
-
VimDiesel
Title: 267749 – Running "grep -Fivx -f known.words new.words" gives wrong result
-
debdrup
For one thing, UNIX (as in the actual product) contained code which had been taken from BSD and had its copyright notices stripped. For another, the lawyers managed to get the lawsuit into a Californian court of law.
-
debdrup
But had the lawsuit proceeded in the original court (which was the home-state of USL, I think?), not even the fact that UNIX contained BSD code stripped of copyright was guarenteed to help.
-
debdrup
If I remember McKusicks telling of it, it was discovered fairly late in the proceedings?
-
parv
-
VimDiesel
Title: 254763 – grep very slow with 13.0-RC4
-
debdrup
Anyway, the lawsuit wasn't the only reason, it was just a chilling effect.
-
parv
yuripv, Thanks for the link to "Running "grep -Fivx -f known.words new.words" gives wrong result" bug, was not aware of that
-
» debdrup wanders off to do something else.
-
yuripv
it's now fixed in latest macos, i guess by simply updating to what's in FreeBSD, so hopefully no subtle differences
-
johnjaye
that's... interesting. meaning macos is actively tracking and incorporating changes ?
-
debdrup
They're barely got any code to track, so why not?
-
Lovis_IX
people, it's so great to learn so much at your contact. Thanks very much for that. It's time for me to go to bed. Read you tomorow.
-
debdrup
The only BSD code that gets any regular updating is the userland command line utilities; the VFS, netstack, and process models have diverged.
-
debdrup
I don't think any modern programs on macOS use the BSD syscalls either.
-
johnjaye
i see
-
rustyaxe
Linux gave me a terrible skin rash i cannot get rid of.. I was told you lot might be able to help... ;)
-
meena
hi, yes, we are non allergenic.
-
meena
but if your skin rash is actually an auto immune reaction, i would seek out a doctor
-
gzar
rustyaxe: why what happened to you on linux
-
rustyaxe
Mostly keep catching systemd. It's happened to a few good distros now. So im just seeing whats chan ged since freebsd 5 days i last ran this :)
-
meena
systemd is a great idea, really. it's just unfortunate that the design, and implementation are terrible. and the documentation is pretty subpar. also, their community management was absolutely abysmal
-
Stazer
tjoaaaa
-
meena
but the idea is okay. (and, like, it's not like it's novel. Solaris and MacOS, and Windows had it a decade earlier. AIX and Windows probably two or three decades)
-
rustyaxe
idk so far im settlign in OK. setting up a kerberos/dhcp/dns instances on our new VM server at the remote station. I kinda wanted to try freebsd again since its been.. 20 years and good memories, if even a bit foggy ;)
-
meena
oh I'm sure quite a bit has changed in twenty years, but a surprising amount has not ;)
-
» meena often finds code that hasn't been touched in over a decade
-
vishwin
systemd does solve a major problem of monolithic unix: lack of a service layer.
-
vishwin
a former core team member did an entire preso on it...
-
debdrup
-
VimDiesel
Title: The Tragedy of systemd :: FreeBSD Presentations and Papers
-
meena
in case anyone is interested on working towards that goal,
github.com/freebsd/meetings/tree/master/supervision
-
VimDiesel
Title: meetings/supervision at master · freebsd/meetings · GitHub
-
AReal486
Anyone else try out 13.2 RC6? I have an it's fixed my suspend/resume issues on my laptop!
-
bsdguydr
Hi! On FreeBSD, blacklistd or py*-fail2ban? Scenarios where use one or another?
-
Demosthenex
bsdbandit01: blacklistd is already integrated with sshd, instead of log file scraping
-
meena
bsdguydr: ⬆️
-
meena
AReal486: cool! In #freebsd-dev somebody just said their mouse doesn't wake up from suspend, i.e.: /dev/psm0 isn't created
-
bsdbandit01
Hey everyone
-
AReal486
I only have suspend active on my laptop so I don't know anything about that. I'm running a Lenovo T590 and both the trackpad and nipple are working fine.
-
parv
AReal486, do mouse buttons work too?
-
AReal486
They do.
-
bsdguydr
Demosthenex: thanks!
-
AReal486
Sometimes my WiFi doesn't come back up but running netif takes care of that. Only happened once and after that WiFi works fine after resume.
-
parv
What is WiFi card|chipset & related driver?
-
meena
-
VimDiesel
Title: Contributors to FreeBSD | FreeBSD Documentation Portal
-
agentchicken722
Freebsd is amazing I just wish it was as popular as linux
-
agentchicken722
Though bash is better
-
agentchicken722
Hi
-
rustyaxe
agentchicken722: you know you can have bash on freebsd, right?
-
rustyaxe
since at least 1991
-
agentchicken722
Yes what I'm saying is it is a better default though
-
agentchicken722
I am currently running gentoo and going to move to freebsd
-
» meena loves tcsh (for root) and fish (for herself)
-
debdrup
I think /bin/csh acts as the C shell, whereas /bin/tcsh acts as the TENEX C shell, despite them being the same binary.
-
debdrup
See the (+) and (u) labels in the manual page.
-
mns
I'm happy with tcsh for myself, though I use bash at work and other places.
-
meena
I'm dyslexic (sort of) and bash's completions weren't enough for me. zsh was slightly better, but gosh fish is just really my jam
-
debdrup
meena: yes, but is it fitted aurally?
-
meena
youtube.com/watch?v=ZEqkBcj5qlA& it's like this, but with shells
-
VimDiesel
Title: Final Fantasy Song - YouTube
-
meena
Unix (shells) are not the reason I'm not married, BTW, it's mostly because of bureaucracy.