-
voy4g3r2
after this long break.. this nfs is getting more odd.. so some how setting the mapping to a specific user name / group on the server, the client is linking to something else
-
voy4g3r2
-
VimDiesel
Title: dpaste/hR5b (Plain Text)
-
voy4g3r2
i do not understand how focing a sharenfs mount to one user, would "change" on a client
-
voy4g3r2
disregard above, if anyone sees, aligned UID / GID between client and server.. relogin to client, remount and all fixed
-
ghoti
My swap is full and `top` is telling me I have most of my memory allocated to "Laudry". What is that?
-
ghoti
Sorry, "Laundry"
-
entikan
no idea but I'm going to say it's related to chromium/electron :P
-
meena
-
VimDiesel
Title: Exploring Swap on FreeBSD | Klara Inc
-
ghoti
I do seem to have more "cron -s" processes than normal in the process list (1200 of them), but not enough to use up memory.
-
ghoti
entikan: alas, not a workstation, no X.'
-
ghoti
meena: okay, so perhaps my laundry queue is not being cleared. That would be a kernel function. What do you suppose could be the problem?
-
ghoti
"Mem: 17M Active, 8192B Inact, 112G Laundry, 9116M Wired, 1434M Free"
-
meena
ghoti: i wouldn't know without actually looking at the system. you mentioned cron running a lot of instances. what are they doing?
-
uskerine
I am reading about the termios (not the most trendy thing), I can see that there are some flags in the struct termios defined in POSIX and not defined in FreeBSD 13, does anyone know where the FLAGs are defined? (in which .h) And why are some flags from POSIX.1 not defined? Thanks
-
hc
Hi all, say, is it posslible to dl_open and .so file that resides on a noexec mounted partition?
-
hc
s/posslible/possible/
-
hc
s/and/an/
-
VVD
hi! what is better for zpool with 3 disks - raidz1 or draid1:2d:3c:0s?
-
adilix
hi all
-
tercaL
hi adilix
-
meena
VVD: that looks… weird
-
VVD
meena, why?
-
meena
I don't know
-
VVD
:-D
-
blabber
I finally made the switch from xorg and dwm to wayland and hikari. i have to retrain my muscle memory, butt all in all it works nicely :)
-
blabber
s/butt/but/
-
mason
VVD: three-way mirror
-
ek
Anyone else seeing "fetch:
ietf.org/timezones/data/leap-seconds.list: Not Found" in their periodic daily run outputs under "Checking for rejected mail hosts:"?
-
ek
I can disable it from /etc/defaults/periodic.conf but I'm afraid I'll forget to re-enable it later.
-
VVD
mason, good joke! :-o
-
mason
VVD: Not at all. If you have three disks, it's the only safe option.
-
VVD
ek, me too
-
VVD
mason, and good choice for waste space
-
mason
Hey, it's your data. Have at it.
-
VVD
lol
-
VVD
I have 2nd copy on other server
-
VVD
and original data on production server
-
mason
lol, you're all set then
-
VVD
It's 2nd backup server.
-
debdrup
VVD: draids advantage is that it has much faster resilver, the (big) downside is that it's records are fixed instead of variable.
-
debdrup
Much faster resilver in the context of very very wide arrays.
-
meena
AllanJude: I made you a very simple PR:
allanjude/uclcmd #29
-
VimDiesel
Title: Fix file permissions by igalic · Pull Request #29 · allanjude/uclcmd · GitHub
-
AllanJude
old mess from my environment
-
AllanJude
thanks
-
debdrup
Could these be in src/tools/tools?
-
debdrup
ah, devel/uclcmd
-
meena
debdrup: I would like to clean it up enough to just include it in base, but the code reads like I wrote it
-
meena
(no offense, AllanJude)
-
AllanJude
it was the first thing I ever wrote in c
-
AllanJude
so no offense taken
-
meena
The first thing I wrote in C outside of school was a file shoveller for/from Tibco message queues.
-
meena
(because the Java people didn't believe that they could do it in Java)
-
meena
That was a long time ago.
-
VVD
debdrup, I know that. But anyway I have choice. And I pick draid - my "small" tests show draid1 is faster than raidz1 for several %.
-
VVD
I did tests several times and on different disks with same zfs raid configuration.
-
AllanJude
draid is much worse at small blocks though
-
AllanJude
since it always uses a full stripe
-
AllanJude
the records (logical) work the same way
-
AllanJude
but the physical writes are aligned differently, to allow that faster resilvering
-
_xor
I saw a tool the other day on github that visualizes how dRAID lays out data on your disks. Looked pretty cool.
-
voy4g3r2
i am reading up on dns services, for local network, and it keeps pointing me to unbound but once in a while it is dnsmasq.. am i correct in thinking they perform the same basic function but there are differences for services? My object is to be able to do name resolution locally and potential side-effect computers use a "cache" copy of dns records to reduce hops to ISP