-
doug
i've got an NFS server running on ec2. i'm mounting it onto an external client via the public IP. that works just fine. but when i fire up lockd it fails. seems the client is sending lock RPC calls to the private IP instead of the public.
-
doug
anyone ever run into this?
-
CrtxReavr
Sounds like you're running NFSv2 or 3?
-
CrtxReavr
doug, maybe pass ``-h bindip`` do nfsd?
-
doug
yeah, v3. i'd guess -h is for choosing which local address to bind to, can't imagine it working with the public IP (as it's not actually assigned to any interface)
-
Beladona
I have a zroot pool on current OS. I just plugged a drive that also had zroot named pool. If I import it, will it cause any problems?
-
angry_vincent
Beladona: you can import it with different name, for example zroot_second
-
Beladona
angry_vincent via altroot or -R ?
-
angry_vincent
yes
-
Beladona
angry_vincent no I mean, which one?
-
rtprio
Beladona: if it's going to stay in that system, i'd rename it. -R set's the altroot
-
yannd
is there a way currently for a userspace process to poll() for an IP address change ?
-
rtprio
how often does that happen? no, not really
-
debdrup
yannd: devd.conf has ADDR_DEL and ADDR_ADD
-
debdrup
It's not quite poll-based, though.
-
yannd
debdrup: that part of devd does not get through devctl, right?
-
debdrup
I'm not sure I understand the question.
-
debdrup
They're two separate subsystems that have little to do with each other beyond the fact that one can control the other via scripts in the first.
-
yannd
oh I assumed devd was just a daemon using the devctl subsystem - a couple of things left to learn ;)
-
debdrup
That'd be rather impressive, considering there's like 10 years time between devd and devctl, with devd being first.
-
yannd
however on 12.2 devd(8) only points to devctl(4), and devd.conf(5) does not mention ADDR_*
-
debdrup
Ah, it might've been added after 12.2 was cut, then.
-
yannd
ah, seems I need to get my hands on v13
-
debdrup
better check it's available there first
-
yannd
sure, I don't find it in sbin/devd/ on stable/13
-
yannd
could it be newer stuff relying on netlink?
-
debdrup
-
VimDiesel
Title: src - FreeBSD source tree
-
yannd
oh, so it seems to get through devctl really
-
yannd
unrelated question - I'm trying to build a the xenstore-sys Rust crate on 12.2 (installed Rust through rustup), and it fails to find xenstore.h (which comes with xen-tools in /usr/local/include/). I guess that crate could be doing something wrong, and it would likely not be the first one, but I can't find any similar error
-
debdrup
i'd assume it's using the wrong include path
-
debdrup
but i know almost nothing about rust
-
meena
I have never read the books, I just know they look thick, I think I've only ever watched David Lynch movie.
-
meena
-
VimDiesel
Title: The Fremen Mirage – A Collection of Unmitigated Pedantry
-
meena
hrm… wrong channel
-
yuripv
out of context, that looked awesome: "I have never read the books, I just know they look thick"
-
yannd
My problem with Rust's xenstore-sys seems to build down to much simpler: clang does not have /usr/local in its -I and -L flags, so seems by default unable to use libs installed through ports, whereas gcc does. How is that usually handled? Is it just a clang bug ?
-
yannd
-
VimDiesel
Title: WarnerLosh/UsrLocal - FreeBSD Wiki
-
NerdyMcNerdface
Feeling a bit silly not figuring this out, but if adding "set skip on { ice0 }" to pf.conf and loading the ruleset, how on earth do I remove the skip on ice0 afterwards? If I remove that line from pf.conf and reload it, the skipping remains active.
-
meena
yannd: so if you install a newer clang from package/ports, you'll get the same behaviour as gcc?.
-
meena
NerdyMcNerdface: did you flush the rules in between?
-
NerdyMcNerdface
meena: Nope. It works if I do "pfctl -F all -f /etc/pf.conf", but that kills all existing states and is kind of destructive.
-
NerdyMcNerdface
At least that is better than rebooting, but I'd imagine someone must have had the need to unset skip for a given interface?
-
yannd
meena: uninstalled gcc to make some room for an additional clang, but I'm quite surprised to see df reporting "-744M" available after this
-
meena
NerdyMcNerdface: you'd think there'd be an unskip if there's a skip
-
meena
yannd: i can't do math for shit, but that does strike me as odd
-
NerdyMcNerdface
meena: exactly. But I can live with "-F all" for now. And maybe nag a developer about it later. :)
-
meena
NerdyMcNerdface: or someone with more knowledge than me. often, opening a bug about pf summons kp, and he usually knows what's up. alternatively, maybe some #OpenBSD people know
-
meena
and then, if it's not supported in FreeBSD's pf, you should definitely open a bug
-
NerdyMcNerdface
meena: there is indeed a new(?) feature in pfctl in OpenBSD that resets just options like this. "pfctl -F Reset". Ref
man.openbsd.org/pfctl
-
VimDiesel
Title: pfctl(8) - OpenBSD manual pages
-
debdrup
The implementations of pf have drifted so much, that there really isn't any point in comparing them.
-
Demosthenex
any way to put date/time on sh's PS1?
-
Demosthenex
i don't want to use bash as root, but i prefer to have a more dynamic ps1
-
debdrup
sh(1) has a whole list of variables that can be added to the prompt.
-
CrtxReavr
It's interesting to see nVidia getting into the RAID market.
-
Demosthenex
debdrup: hrm. looked like hostname and user and pwd.
-
Demosthenex
which is why i asked ;]
-
debdrup
I think (t)csh is the shell that can do those things.
-
LxGHTNxNG
CrtxReavr: Didn't they m&a it?
-
CrtxReavr
I dunno.
-
Demosthenex
debdrup: isn't csh being replaced in 14?
-
Demosthenex
i was a bit more comfy on sh anyway ;]
-
CrtxReavr
bash is always one of the first things I install.
-
debdrup
In what sense?
-
debdrup
tcsh isn't going anywhere, but roots shell is being changed to the Almquist shell.
-
Demosthenex
debdrup: i read somewhere csh was deprecated and sh would replace csh as the root shell in v14
-
debdrup
Please tell me where you read that.
-
debdrup
Whoever wrote it is a liar.
-
Demosthenex
-
VimDiesel
Title: Interacting with FreeBSD – Learning the Fundamentals of the FreeBSD Shell | Klara Inc
-
CrtxReavr
I read somewhere that Trump *REALLY* won the 2020 election too, but there's all kinds of bullshit out there.
-
debdrup
CrtxReavr: please take that anywhere else.
-
Demosthenex
-
VimDiesel
Title: [HEADSUP] making /bin/sh the default shell for root
-
debdrup
Demosthenex: there's absolutely no mention of deprecation
-
debdrup
You need to read the things you link.
-
Demosthenex
debdrup: sorry, "sh replaces csh as the root shell in v14". deprecation was my wording.
-
CrtxReavr
I'm at the top of this article, and I'm already encountering bullhit.
-
Demosthenex
not that csh is going away, just the root shell portion
-
CrtxReavr
bullshit even
-
xtile
interesting
-
Demosthenex
i read it and the list postings, but i was just looking for PS1 customization info :P
-
CrtxReavr
"In sh, assigning an environment variable requires two steps—the first step assigns the variable, and the second exports it. "
-
Demosthenex
i can't take responsibility for his blog ;] only that it came up in my search
-
debdrup
It's not your responsiblility that you interpreted something from an article that doesn't say what you claim it said?
-
CrtxReavr
So where's the part about replacing (t)csh with bourne shell?
-
Demosthenex
i owned my poor wording ;]
-
Demosthenex
CrtxReavr: first line of that klarasystems link, and he linked to a mailing list post
-
Demosthenex
but limited scope, only root's default shell
-
Demosthenex
i did find that csh allows PS1 with date and time, nice.
-
Demosthenex
i use zsh in my non-root accounts, but i know better than to change root's shell to nonstandard.
-
CrtxReavr
What value does that provide though?
-
Demosthenex
which is why that announcement surprised me. perahsp it isn't accurate
-
Demosthenex
CrtxReavr: zsh?
-
debdrup
Why are you using roots shell to begin with?
-
CrtxReavr
No, dispalying date and/or time in your prompt?
-
Demosthenex
debdrup: i don't often. which is why i don't want to customize it
-
debdrup
If you're using su on a modern Unix-like, you're probably doing something wrong.
-
Beladona
My colleageu and I found that wacom pen and stylus support in freebsd is very very buggy. The pen is detected but writes so glitchy and buggy. What can be done here?
wiki.freebsd.org/WacomTablet
-
VimDiesel
Title: WacomTablet - FreeBSD Wiki
-
Demosthenex
CrtxReavr:
dpaste.org/OKAzz/raw i use a long PS1 because i frame the results for screenshotting
-
meena
-
Demosthenex
debdrup: there is utility to being root when you're administering. sudo is a wet blanket.
-
VimDiesel
Title: [HEADSUP] making /bin/sh the default shell for root
-
Beladona
Is there another driver I need?
-
Demosthenex
CrtxReavr: i use zsh for two reasons, i think their completion framework is much better than bash completion. i also like being able to show my # of background jobs and the exit code of the last command in my PS1 with color coding.
-
Demosthenex
other than that, as long as i have emacs keybinds on the prompt i'm happy
-
CrtxReavr
Demosthenex, you use OhMyZsh too?
-
Demosthenex
CrtxReavr: NO. that's a huge ball of crap
-
CrtxReavr
Really, 'cause it seems like it's always the trifecta with people. . .
-
Demosthenex
i prefer to avoid large configs like that because it includes too much
-
CrtxReavr
zsh, emacs, & OhMyZsh. . . they go hand in hand.
-
Demosthenex
Beladona: have you set any of the desktop tuning params like kern.sched.preempt_thresh?
-
Demosthenex
CrtxReavr: never heard that, though i know OhMyZsh seems to be a common thing for zsh users now.
-
Demosthenex
i have a small simple config, just a larger ps1
-
Demosthenex
i take extensive notes while working on servers, lots of copy/paste (or screenshots for the CLI disabled), and strongly prefer to have date/time, host user, command and output included and comment out the key PS1 lines to prevent paste running anything by accident.
-
CrtxReavr
My PS1 is longish, but only because I use a little color in it.
-
CrtxReavr
\[\033[35m\]\u\[\033[32m\]@\[\033[33m\]\h\[\033[32m\]-\[\033[36m\]${PWD}\[\033[32m\]\$ \[\033[0m\]
-
Demosthenex
if you saw the dpaste, the ps1 forms a kind of text block around the command, and the date/time is from the NEXT prompt meaning it's a fairly accurate time of when a task was done
-
Beladona
Demosthenex kern.sched.preempt_thresh. No. where?
-
Beladona
I just did, anything else to set? what values? 224?
-
Demosthenex
Beladona: i'm using 224. that seems to be a common setting for desktop environments to improve responsiveness
-
Demosthenex
i added it the other day and it stopped my audio stuttering
-
Demosthenex
you might check the forums for other desktop tunables.
-
Demosthenex
i recall seeing a few
-
Demosthenex
but i am *not* an expert on tunables, and i use them sparingly
-
CrtxReavr
-
Demosthenex
CrtxReavr: yep. maybe consider putting # at the front so if you copy/paste by accident the command is interpreted as a comment
-
Demosthenex
mine is long, but only for screenshotting.
-
Beladona
Demosthenex that was nice but there are buggy things. The movment stops at a certain point. No pressure support.
-
Beladona
etc
-
CrtxReavr
Demosthenex, that seems silly.
-
Demosthenex
Beladona: well i can't speak to the other features, i just thought the tunables mayhelp with pointer responsiveness
-
Demosthenex
CrtxReavr: oh?
-
Demosthenex
debdrup: so i just read the whole mailing list thread, it appears the consensus was to replace the root shell with sh in v14.
-
xtile
Haven't all the other BSDs already done so? I know OpenBSD has, not sure about NetBSD. (I'm not promoting conformism: just noting prior art)
-
Beladona
Demosthenex those things help but I think its the driver issue. I ran a virtualmachine inside freebsd as ubuntu the guest. The same pen worked fine in linux guest
-
Beladona
But that surprises me that wacm drivers are kind of built in the kernal irrc
-
Demosthenex
Beladona: wacom's drivers for windoze and mac are actual malware. reporting back over the net every app you have open while you use it. they aren't really open, so i'm not surprised an open driver would be incomplete. i think this is just not well supported.
-
Demosthenex
xtile: being trendy isn't always being right. i don't mind csh, i just was curious why this is a point of contention or an unconfirmed change
-
Beladona
xsetwacom --list shows nothing
-
Beladona
xinput does show one device 'Wacom co' only
-
Beladona
Demosthenex have you used wacome stylus on your system?
-
xtile
Demosthenex: of course, I don't disagree
-
Demosthenex
Beladona: no, sorry. i only spoke up because the tunable recently fixed my usb audio and i thought it could be related to poor response time on your tablet.
-
Demosthenex
xtile: naturally i completely don't agree to not disagree about the agreement. glad we concur.
-
Beladona
oh ok
-
Demosthenex
Beladona: i've been on freebsd about a year, and i use it as my daily driver as an x11 workstation on my thinkpad t480 with stumpwm. i work in mostly terminals (urxvt), emacs, and i use virtualbox to jail an ubuntu VM for malware like webex, teams, citrix, and such.
-
Demosthenex
i'm a complete convert. i was using linux from 1995 to 2021, and growing increasingly disappointed with the breaking changes, horrid device support, and windozization of the OS. i started using ZFS, and found freebsd promoted it to a first class feature, and now i'm happily settled in.
-
Demosthenex
is that a word? windozization? gatesification? potteringcrapification?
-
Demosthenex
linux is a hobbyist OS built in fragments with no cohesion, and it shows.
-
Demosthenex
of course, i'm an AIX bigot, but i really appreciate freebsd is available for my personal use.
-
Demosthenex
wish more of my customers would use freebsd instead of redhat.
-
CrtxReavr
I liked AIX. . .
-
CrtxReavr
Not touched it in a lot of years though.
-
Demosthenex
CrtxReavr: it's an excellent server OS. the new mainframe. rock solid, great device and storage, scales incredibly.
-
LapsangS
never tried
-
Demosthenex
but i think freebsd is a better server OS choice for smaller systems where linux might be used.
-
LapsangS
yes
-
Demosthenex
linux can't even properly mirror OS :P
-
Demosthenex
sad
-
CrtxReavr
IT's a pretty standard SystemV varient. . . has the "When in doubt, type 'smit'." uber system config program.
-
LapsangS
if Linux Torvalds had ever heard of FreeBSD he would not have bothered to start his Linux project
-
Demosthenex
CrtxReavr: i can take someone who used AIX in 1990 and put them on the current one and they can still manage it
-
Demosthenex
LapsangS: linux is a fine fast moving prototyping and development platform for javascript malware and windoze wannabes.
-
LapsangS
heheh
-
CrtxReavr
LapsangS, actually. . . Linus had heard of it, and he's on record for having said if BSD wasnt' being sued by Sun & Bell Labs (AT*T), he never would have bothered to start linux.
-
LapsangS
yeah
-
LapsangS
something like that
-
CrtxReavr
No one would have guessed that BSD would win, with a Pro-Bono legal team, against those industry titans.
-
LapsangS
BSD license is more free than GPL
-
Lovis_IX
Demosthenex:I used to learn Unix on AIX in 1992/1993. On a RS/6000 machine (a small one)
-
LapsangS
you guys are so old
-
LapsangS
back then i was still in kindergarten or so
-
CrtxReavr
My first exposure to UNIX was on some SysV variant on some HP-3000 machine in university.
-
Lovis_IX
LapsangS:I take that as a compliment
-
CrtxReavr
I'd used the thing for weeks, before I realized it was internet-connected.
-
LapsangS
of course
-
CrtxReavr
First accessed it by these shitty TVI-312 dumb-terminals.
-
CrtxReavr
Was a Pascal programming class.
-
LapsangS
i think some of you have used the old fashioned real UNIXes.. dumb terminals etc
-
LapsangS
it must have been interesting
-
Demosthenex
LapsangS: i played a MUD (game) over telnet on the early internet in the gopher and ftp only days. met my wife there, before web browsers existed.
-
LapsangS
great
-
CrtxReavr
Though technically. . . the original defintion of "dumb terminal" & "smart terminal" was whether or not you could just access info (dumb), vs. change/create info (smart).
-
CrtxReavr
But with the proliferaton of PCs, anything that was just a terminal, became "dumb."
-
LapsangS
modern terminal is the software that you install on freebsd
-
xtile
MUCKs are fun. Haven't played any MUDs in ages.
-
CrtxReavr
Had some crazy fun with MUDs.
-
CrtxReavr
Also BBS door games.
-
LapsangS
my first computer was Spectravideo 328
-
LapsangS
8 bit home computer
-
LapsangS
similar to Commodore 64 in specs
-
CrtxReavr
My first was a Sinclair ZX-81. . . a kit my dad and I put together.
-
CrtxReavr
I actually still have my Commodore 64. . . still works.
-
LapsangS
nice
-
CrtxReavr
The SX-64 variety.
-
Lovis_IX
oh! If you want to go back to the first computer, at home it was a zx81 and at scholl PET CBM.
-
LapsangS
it is a legendary piece of hardware
-
yuripv
sinclair is the author's name, i think, and it's called zx-spectrum?
-
CrtxReavr
The ZX Spectrum was a later, more capable model.
-
yuripv
ah
-
LapsangS
my first pc was 386
-
CrtxReavr
Supported *COLOR* for one thing.
-
CrtxReavr
Had a keyboard with BUTTONS!
-
Beladona
Demosthenex nice! ya netflix, webx, tetc won't run on freebsd and would need linux vm. I have similar strategies. What do you mean about zfs? linux does not unlocks all features of it?
-
Lovis_IX
CrtxReavr: did you have the "keyboard" and the 16k memory extension on your ZX81?
-
CrtxReavr
The ZX-81, they keyboard was a sticker, with a ribbon cable that plugged into the motherboard.
-
LapsangS
but the olivetti keyboard in that machine was wonderful I used that for 20 years
-
CrtxReavr
I later got the 16k RAM extension. . .
-
CrtxReavr
Though that had its own issues.
-
CrtxReavr
"RAM pack wobble."
-
paulf
wobbly ram connector!
-
LapsangS
4 MB RAM and 40 MB HDD in that
-
paulf
Sinclair was famous for good ideas and bad peripherals
-
CrtxReavr
My parents had a Tandy 1000 8088 machine, with 1MB of RAM and a 20 MB HD, which was mounted on an ISA card.
-
CrtxReavr
My first PC was a PackardBell 386sx with a 40 MB HD, and I upgraded it to 2 MB of RAM.
-
LapsangS
normal home 8 bit computers did not even have a hard drive
-
paulf
The worst I ever saw was the QL printer - imagine a loo roll dispenser converted into a themal printer
-
LapsangS
it was luxurious
-
Demosthenex
Beladona: linux zfs is yet another tinker toy link in the fragile stack of linux storage tools. it's not properly supported, integrated,and certainly not good to boot from.
-
CrtxReavr
Sinclair released a thermal printer. . .
-
Demosthenex
i spent two years trying to make gentoo have boot environments and it broke every time i merged world
-
LapsangS
i had very long and painful mission to install this colour laser printer
-
CrtxReavr
It was infamous for it's silver paper, unfit for turning homework in on. . . also turned dark if you handled it too much.
-
LapsangS
now it works
-
paulf
-
VimDiesel
Title: ZX Printer - Wikipedia
-
Beladona
Demosthenex right.
-
LapsangS
Epson Aculaser C1600
-
LapsangS
but with CUPS and Konica Minolta it works
-
LapsangS
foo2js sth was the package that needed to be installed
-
CrtxReavr
paulf, that's it. . . I wonder if it would have helped at all with RAM wobble.
-
CrtxReavr
(used the same slot)
-
CrtxReavr
Prolly made it worse.
-
Demosthenex
*sigh* printers. bane of IT
-
Demosthenex
only ever buy networked lasers that speak postscript natively. no one listens ;]
-
CrtxReavr
And *NEVER* buy anything that uses inkcartridges.
-
CrtxReavr
Suckers' game.
-
CrtxReavr
I got through college with a 24-pin dot matrix.
-
CrtxReavr
Panasonic KXP-1123.
-
Demosthenex
yeah. i have a 5 yro brother, works fine via lpd and postscript. 'course just today it developed a persistant jam i need to fix
-
CrtxReavr
Great unit.
-
skered
No 5 year old should ever have to deal with lpd or postscript.
-
» skered calls the authorites.
-
xtile
lpd isn't that bad ;3
-
Lovis_IX
i cannot make my lexmark works with my FreeBSD 13.1. Annoyoing, but I use my linux dev machine. "Printers and Users are the IT' makor nightmare"
-
Lovis_IX
major*
-
LapsangS
this printer is some weirdo winprinter
-
LapsangS
but it works
-
Demosthenex
xtile: yeah, i was miffed i had to install cups for firefox to print
-
LapsangS
cuos did the trick
-
LapsangS
i wondered if this works on linux then why not on freebsd
-
Lovis_IX
I ask my self the same question. The message is "the filter failed".
-
LapsangS
yeah
-
LapsangS
cups + filters
-
Saint_Tuesday
Hey LapsangS!
-
LapsangS
hey
-
Saint_Tuesday
I am now lurking in three separate BSD channels
-
LapsangS
xfce4 and freensd works fine
-
Demosthenex
aix gives me ksh88 by default, so i thought freebsd's csh was an upgrade ;]
-
LapsangS
i installed bash
-
LapsangS
i dont like sh
-
rukus
hehe, sh is symlinked to bash :)
-
LapsangS
yes they are similar
-
LapsangS
sh scripts do run on bash
-
Demosthenex
write posix shell scripts and use shellcheck, never worry about portability :P
-
LapsangS
yeah
-
LapsangS
nowadays even the bsdinstall works in Finnish keyboards
-
LapsangS
öäå
-
Beladona
Demosthenex I see. What pain points do you see in freebsd as an x linux user/
-
Demosthenex
Beladona: my transition from gentoo to freebsd was nearly seamless and no more difficult than changing between debian and redhat. i had to update a few script locations, update paths in my profile, and do a little HW integration with my laptop.
-
LapsangS
i am a ex-windows user
-
Demosthenex
i even turned on the linux binary support and all the stuff i hadn't considered that i compiled and placed in my local path JUST WORKED
-
LapsangS
i prefer the freebsd because of the excellent Handbook
-
Demosthenex
i'm also a professional systems integrator, so i had done repeated installs and tests with freebsd and was very impressed
-
Demosthenex
i didn't take moving from gentoo to freebsd lightly.
-
LapsangS
the documentation on fbsd is excellent
-
Beladona
Demosthenex impressed on?
-
Beladona
Demosthenex Isn't putting linux binary on a bad idea if linux is the thing you want to move away from?
-
Demosthenex
Beladona: the hard separation between the highly integrated core OS from the packages (ie: / vs /usr/local), the modern hardware support, and ZFS as a fully supported primary feature.
-
LapsangS
i find this thing easier to install than most linux distros
-
LapsangS
just read the handbook
-
Beladona
Demosthenex I see
-
Demosthenex
Beladona: yeah, but i have misc little programs in ~/.local/bin/ i my homedir, i didn't even think about them. also stumpwm was sbcl dumped as a linux executable in ~/.quicklisp, and it just worked.
-
Beladona
I see
-
Demosthenex
Beladona: linux is a mess. thousands of packages trying to make an os. freebsd is a single OS, and well integrated. the package addons cannot break the core os.
-
LapsangS
some files are located in different places
-
LapsangS
than in linux
-
Demosthenex
meh, locations always change
-
Beladona
Demosthenex so freebsd is more stable, less crashes, handles nice/priorities better? better UI stability? zfs of course best on bsd
-
LapsangS
yes
-
LapsangS
i use ufs still
-
LapsangS
i am still testing this
-
Beladona
Demosthenex what top 3 things you would consider leading freebsd at a better position? one is zfs, many apps vs single os. or any other top one?
-
LapsangS
i think freebsd has done wonderful job in server area but it is also great on desktop... it is not advertised
-
LapsangS
i tried to install ubuntu
-
LapsangS
it failed
-
LapsangS
then i came back to freebsd
-
LapsangS
weird
-
LapsangS
isnt ubuntu supposed to be easy
-
LapsangS
it had some issues with my efi/bios
-
Demosthenex
Beladona: ZFS for THE OS including the power of boot environments integrated with OS updates, ZFS for data, single project for the OS, and jails with ZFS integration
-
LapsangS
ZFS is cool but a bit more resource hungry
-
Beladona
Demosthenex alright!
-
LapsangS
for most normal users whatever you pick is good enough
-
Beladona
what minimum drive is ok for zfs?
-
Beladona
provided that gui, snapshots, normal stuff
-
LapsangS
any normal computer does fine with both
-
Beladona
LapsangS both what?
-
LapsangS
both what
-
LapsangS
i think gui or command-wise i dunno
-
ghoti
What letsencrypt tools do peopple use? acme.sh looks reasonable to me (especially the dependency list), but is there a "best" one I don't know about? (haproxy+dovecot+sendmail)
-
Demosthenex
Beladona: have a pc made in the last decade? not on a raspberry pi? use zfs.
-
kevans
i mean, i'm told zfs on the 8gb models isn't bad
-
Demosthenex
could be. needs tuning of ARC i think
-
meena
Beladona: i use ZFS on my VPS storage… thingies where the smolest is 10G
-
meena
I use it to store SQLite databases lol
-
Demosthenex
my impression is that ZFS is fine for all usage, but may require tuning for small systems.
-
Beladona
meena I see
-
Beladona
Demosthenex tuning like what for drives under 100G?
-
Demosthenex
Beladona: no the ZFS ARC cache for low memory systems
-
Demosthenex
may not be a big deal anymore, but i've had to tune it down a few times.
-
CrtxReavr
With tcpdump, verbosity level shoudn't matter if I'm capturing to a file, no?
-
debdrup
What're you trying to do?
-
debdrup
It does somewhat change the behaviour of tcpdump, from what I recall - so depending on what you want to do, maybe it's something you need.
-
CrtxReavr
Writing the capture to a file with -w so I can crack it open with wireshark.
-
Demosthenex
i think -w saves the binary packets. verbosity only affects the local report printing. you may need to check if it keeps the whole packet or just a part
-
CrtxReavr
If memory servers, it keep the whole packet if you pass -s0
-
CrtxReavr
serves
-
CrtxReavr
Working in IT has made it near impossible to type "serve" or "serves."
-
mason
Hear, hear.
-
Demosthenex
yeah, just try typing this command while on a projector or screenshare with important customers: fuser -ck /mnt/X
-
Demosthenex
years of the internet make that a real hard job
-
mason
Shell script in advance! Shell script in advance!
-
gzar
lol
-
skered
Is it Christmas in March?!