-
Beladona
RhodiumToad checking
-
Beladona
whats the threashold?
-
Beladona
My drive activity starts and peaks "daily" runs at 3am and keeps running for hours. I read/ thought that was it.
-
Beladona
RhodiumToad /etc/periodic.conf file does not exists
-
V_PauAmma_V
By default, it's every 35 days, IIRC.
-
RhodiumToad
then it's probably not zfs scrub that's your problem
-
Beladona
V_PauAmma_V where?
-
RhodiumToad
more likely it's the security run
-
Beladona
RhodiumToad but on hdds?
-
RhodiumToad
security run will do a find ... over every mounted local filesystem that's not marked 'nosuid'
-
RhodiumToad
so if you have filesystems with very many files, that can take a long time
-
RhodiumToad
('nosuid' or 'noexec', I should say)
-
RhodiumToad
you should set any filesystems that contain only data and not programs/jails/other executables to at least nosuid
-
V_PauAmma_V
Beladona, "zpool status" will tell you when the last scrub took place.
-
Beladona50
disconnected. I might have missed messages
-
RhodiumToad
security run will do a find ... over every mounted local filesystem that's not marked 'nosuid'
-
RhodiumToad
so if you have filesystems with very many files, that can take a long time
-
RhodiumToad
you should set any filesystems that contain only data and not programs/jails/other executables to at least nosuid
-
Beladona50
RhodiumToad ok how to set it nosuid
-
Beladona50
like at the time of mounting?
-
RhodiumToad
yes
-
RhodiumToad
are you using zfs?
-
Beladona50
yes
-
RhodiumToad
you need to set the setuid=off property on the appropriate datasets
-
Beladona50
RhodiumToad so its safe? I don't have exec files in that pool.
-
RhodiumToad
why would it not be safe?
-
Beladona50
# zfs get all big-drive |grep uid
-
Beladona50
big-drive setuid on default
-
Beladona50
doing zfs set setuid=off big-drive
-
Beladona50
is it expected to take forever RhodiumToad
-
Beladona50
maybe the hdd is busy
-
RhodiumToad
I wouldn't expect it to take long, how long has it been?
-
Beladona50
since 5 mins
-
Beladona50
thanks, I will leave it to work. should leave too myself
-
Beladona50
RhodiumToad its done. thanks
-
SpaceBass
Glad I'm not the only one with a zpool called big-drive
-
bsdbandit
good evening everyone
-
occ
Does freebsd support intel N100 CPU?
-
occ
I'm not sure about whether freebsd support Intel N100(its NIC and display) or not.
-
occ
there is not information about that in
freebsd.org/releases/13.1R/hardware
-
VimDiesel
Title: FreeBSD 13.1-RELEASE Hardware Notes | The FreeBSD Project
-
occ
s/not/no
-
mason
no was correct in both cases
-
mason
not* I mean
-
mason
I guess either works.
-
RhodiumToad
for the display, you'd have to look up the device id in the drm driver lists, probably
-
RhodiumToad
and indeed, it's not in the list for drm-515-kmod
-
RhodiumToad
so there's probably no better than framebuffer support for it
-
occ
RhodiumToad: it means I need waiting more time for the newer version of drm-kmod ...
-
occ
RhodiumToad: mason: thank you.
-
mason
occ: Might be worth asking in efnet/#freebsd-xorg
-
mason
The big X brains are there.
-
occ
mason: ok, thank you again.
-
bsdbandit
so im running freebsd 13.2 and i wanted to changed the color of my boot up text so ive added the following lines to the new kernel options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN) options SC_NORM_ATTR=(FG_GREEN|BG_BLACK) options TERMINAL_NORM_ATTR=(FG_RED|BG_BLACK) and options TERMINAL_KERN_ATTR=(FG_RED|BG_BLACK) but when booting into the new kernel im still getting the default white text
-
bsdbandit
not sure what else to try
-
V_PauAmma_V
Did you check the options took with "sysctl kern.conftxt | grep -E 'options.*_NORM_'"?
-
bsdbandit
ive used the sc options back in freebsd 12.x an it worked but looks like something has changed in 13.2
-
bsdbandit
going to check that file right now V_PauAmma_V
-
V_PauAmma_V
Also: sysctl kern.vty
-
RhodiumToad
bsdbandit: man vt
-
RhodiumToad
also, what hardware?
-
bsdbandit
im running freebsd on thinkpad x1 extreme
-
RhodiumToad
uefi boot?
-
bsdbandit
yeah
-
bsdbandit
running zfs as well
-
RhodiumToad
anything in loader.conf ?
-
bsdbandit
hey this is my load.conf
bsd.to/zXKj
-
VimDiesel
Title: dpaste/zXKj (Plain Text)
-
RhodiumToad
most of those are probably pointless but should also be harmless
-
bsdbandit
do i need to add something to the boot.loader.conf ?
-
RhodiumToad
shouldn't do.
-
RhodiumToad
you checked you actually did boot the changed kernel and that it has those options in
-
bsdbandit
yeah
-
bsdbandit
FreeBSD banditbox 13.2-RELEASE-p2 FreeBSD 13.2-RELEASE-p2 GENERIC-BANDIT amd64
-
kevans
I have a vague recollection that loader changes broke some of that
-
kevans
one second
-
bsdbandit
ok
-
kevans
try setting teken.fg_color and teken.bg_color in loader.conf
-
kevans
corresponding to the TC_* constants in /usr/include/teken/teken.h
-
bsdbandit
ok would i need to recompile the kernel as well ?
-
kevans
iirc loader will set them unconditionally now, so we don't fallback to TERMINAL_*_ATTR
-
kevans
nah
-
bsdbandit
ok
-
kevans
tsoome_: ^ may remember the details on this a little better, I only very vaguely recall a report on it and don't remember if it got fixed
-
kevans
i think it's only like 07:00 where he's at, though, so he probably won't be around for a while yet
-
parv
Those "teken*" knobs are new to me. Setting the ones related to "*vt*" (for achieving the corresponding affect of setting colors via *sc* ) had been a futile effot.
-
parv
s/effot/effort/
-
bsdbandit
thank you all so much going to do some more reading in the morning need to head to bed
-
andmars
morning, trying to install intel graphics and followed the handbook. So I did "pkg install drm-kmod" and "sysrc kld_list+=915kms" adding user to "video". I also created "20-intel.conf". Still I get the error "No drivers available". It works if I install "xf86-video-intel" which is not mentioned in the handbook. So which is the correct way to go here?
-
parv
(Remove "xf86-video-intel" while using "drm-51*-kmod" ) Have you rebooted or loaded the "i915kms" kernel module?
-
andmars
parv: yes, I have rebooted, still this error without xf86-video-intel
-
meena
I think kmods are still built against 13.1, so you will have to build the port yourself
-
parv
Do you actually have "915kms" in /etc/rc.conf, instead of "i915kms"?
-
andmars
parv: I followed the handbook which states "sysrc kld_list+=i915kms"
-
parv
I wanted to verify because earlier you wrote: So I did "pkg install drm-kmod" and "sysrc kld_list+=915kms"...
-
andmars
parv: typo on my part here in irssi...in rc.conf it's the correct line
-
parv
-
VimDiesel
Title: Graphics - FreeBSD Wiki
-
andmars
parv: yes, it goes blank for a second which it didn't do before installing the driver
-
andmars
it also says "x11-drivers/xf86-video-intel is optional"
-
andmars
"In most cases" that is...
-
parv
andmars, As meena mentioned earlier, try with self compiled version of drm-*-kmod. You may need to declare some "Screen" device or set up "modesetting", I cannot say. Post the current "/var/log/Xorg.0.log" somewhere (for others to help)
-
meena
we really need to do something about this. it's tripping so many people up
-
debdrup
-
VimDiesel
Title: DmitrySalychev/PinePhonePro - FreeBSD Wiki
-
CmdLnKid
:q
-
CmdLnKid
dumbit all
-
CmdLnKid
active window is not allways the forground!
-
Beladona
dmesg:
termbin.com/caxm and now my file manager isn't working (thunar) . Not even opening. Is this nortmal in bsd/zfs
-
Beladona
rsync stuck since hours, file manager not working, no file browsing . This happens sometimes. 766,377,984 78% 1.21MB/s 0:02:48 . Drive 1: most issues with
termbin.com/j5m2 drive 2:
termbin.com/kizsg
-
Beladona
Now I can't even `ls` any part of any other drive or any system path either. and all what I said happens occasionally. zpool status -v says ONLINE but even if it is dead, why I can't ls anywhere elsewher
-
Beladona
The LS should have worked for other places. What is wrong with the stable freebsd here?
-
CmdLnKid
your hardware
-
Beladona
dock or drive ? but either way, why LS/ thunar stops system wide?
-
CmdLnKid
because your io is locked doing something more intensive
-
CmdLnKid
dock as in USB dock >
-
Beladona
yes
-
CmdLnKid
i would blame your problems on that
-
Beladona
-
VimDiesel
Title: Amazon.com: ORICO Dual Bay 2.5" 3.5" USB 3.0 to SATA Hard Drive Docking Station with Offline Duplicator and Clone Function [UASP Protocol and 2 x 12TB Supported]- 6629US3 : Everything Else
-
CmdLnKid
i get that on different platforms other than freebsd
-
CmdLnKid
and freebsd
-
Beladona
ya but ls on other system paths should work
-
Beladona
or not?
-
Beladona
so its dock or the drive?
-
CmdLnKid
rsync on usb for the longest time seems to overread
-
CmdLnKid
or write and the buffer can't keep up making you wait
-
CmdLnKid
moreso bandwidth caps with usb and the disk
-
CmdLnKid
i can do the same thing on a macbook pro and my usb connected disk dock any time i want if i run rsync to it. and thats even a diff filesystem than what you are using
-
CmdLnKid
seems it gets clogged between write/read speeds on the usb bus
-
Beladona
i see
-
CmdLnKid
if there is a way you can limit your write speeds with rsync id suggest it but id never looked into it
-
CmdLnKid
-
VimDiesel
Title: main/vendor/vehosting/slowdown.c at master · DataIX/main · GitHub
-
CueXXIII
rsync does have --bwlimit to limit the sync speed
-
CmdLnKid
k
-
Beladona
if I plug the hdd directly to systme sata, it will be online all the time. I don't want that
-
Beladona
I only want to plug it in when making backups
-
Beladona
any suggestions how to do / or disable the drive?
-
Beladona
if I can't put it in docking station
-
CmdLnKid
you can but im failing to remember what i did but think its something like camcontrol
-
V_PauAmma_V
Beladona left.
-
CmdLnKid
errr why am i not getting quit notices
-
CmdLnKid
i was trying to figure it out the other day and can't locate it
-
V_PauAmma_V
Which IRC client?
-
CmdLnKid
irssi
-
CmdLnKid
latest ver
-
CmdLnKid
at some point recently it just stopped
-
CmdLnKid
the same with /names being displayed on join
-
CmdLnKid
even tho this config has not changed in ~ 5 years
-
yuripv
/ignore
-
CmdLnKid
oooh /me takes a look
-
yuripv
wait, actually yes, names are not shown any longer
-
CmdLnKid
yep but yuripv your right about ignores/ joins parts thanks
-
CmdLnKid
dunno when i did that but yes /names are no longer shown on join
-
CmdLnKid
that doesn't bother me so much tho
-
CmdLnKid
eh!!! there was a quit
-
» CmdLnKid owes yuripv a beer
-
vkarlsen
I think it shows /names only when joining small channels, but I don't know what the limit is
-
CmdLnKid
nah its all channels
-
vkarlsen
Ah: The NAMES list is now hidden by default if there are more than 18 users on the channel (an#7). To revert to the previous behaviour: /SET show_names_on_join_limit -1
-
CmdLnKid
im on chans with 67 users and 600+
-
CmdLnKid
wth
-
CmdLnKid
where'd you find that
-
V_PauAmma_V
This here channel has 649.
-
vkarlsen
-
VimDiesel
Title: NEWS - IrssiMenuExpandLight modeDark modeAuto light/dark mode
-
CmdLnKid
wholly shit
-
CmdLnKid
the last place id look for that feature to be explained haha
-
» CmdLnKid is now starting a list of ppl i owe a beer
-
CmdLnKid
surprising they set it so low
-
antranigv
Hey all. I need a way to get a speed per IP. similar to `systat -ifstat` but per destination. any tools we have in base or ports?
-
debdrup
net-mgmt/iftop
-
debdrup
It dates back to the early 2000s and is a TUI thing, but it works pretty consistently because it's just relying on libpcap.
-
andmars
hi, I'm trying to install st as my terminal but want to build it myself from the suckless.org website. It works fine with dwm and dmenu, using this forum post:
forums.FreeBSD.org/threads/installi…m-manually-vs-pkg.74687/post-457030
-
VimDiesel
Title: DWM - Installing dwm manually vs pkg | The FreeBSD Forums
-
andmars
but with st I get an error: fatal error: 'ft2build.h' file not found
-
andmars
installing pkgconf somehow did the trick for st
-
SpaceBass
Anyone have a clever idea for setting the locale of a user without a shell?
-
llua
a login class
-
SpaceBass
Like in /etc/login.conf?
-
llua
correct
-
SpaceBass
I've got :lang=en_US.UTF-8 set there, but its not being applied to users
-
checkpoint
# login.conf - login class capabilities database.
-
checkpoint
#
-
checkpoint
# Remember to rebuild the database after each change to this file:
-
checkpoint
#
-
checkpoint
# cap_mkdb /etc/login.conf
-
llua
did you run cap_mkdb?
-
SpaceBass
Yes
-
SpaceBass
Surely I don't have to reboot, right?
-
checkpoint
you have to re-login
-
SpaceBass
Im specifically trying to get this to apply to a user that is for a service only (no shell, no home)
-
checkpoint
what login class ?
-
SpaceBass
Guess I can bounce the box...
-
checkpoint
for CGI scripts running from nginx it should be 'daemon' class, I guess
-
SpaceBass
I remember how to change classes but not show them
-
SpaceBass
Anyway... bounced the box and now my service user shows the right language ... but it didn't fix the underlying problem im working on
-
llua
why didn't you just bounce the service?
-
SpaceBass
Im not a smart man
-
checkpoint
btw, "ps auxw -o class" can be used to learn current login class of a process
-
SpaceBass
Helpful, thanks!
-
SpaceBass
I think its a bug in the port relative to 14.0 ... ive been in touch with the maintainer but wanted to rule out everything on my end
-
Kit_Leopold
Hello dear members of the chat. I have a rather general question for those people who use the operating system on their home computer. Can you please tell me what problems you faced while using the FreeBSD system? Maybe you were missing something that is available in Linux distributions and not in FreeBSD?
-
llua
it hasn't make me a billion yet
-
llua
made*
-
V_PauAmma_V
I had some trouble making XFCE work until I 1- read the doc and 2- did what the doc said to do. That strikes me as a me problem, not a FreeBSD problem.
-
Kit_Leopold
Thank you.
-
V_PauAmma_V
(Step 2 is, unsurprisingly in hindsight, crucial.)