-
labestia
I got a question for the freebsd crew
-
labestia
have you ever had issues with sluggish drag with mouse almost all the apps?
-
labestia
is that a driver issue
-
timothias
how does the mouse act on a different PC?
-
labestia
normal
-
labestia
now here's the kick
-
labestia
the terminal windows drags just fine
-
labestia
everything else begins to tile and going turtle speed
-
timothias
no weird macros store in the mouse?
-
labestia
nothing
-
labestia
my cpu is under 25% at best under workload else is regularly 2%
-
labestia
and since I run Lxqt I have over 4Gb availabel
-
labestia
any ideas what could be causing the problem?
-
darwin
i set my timezone Pacific Time (PT, UTC-/GMT-8) on my FreeBSD laptop but instead it's been set to UTC/GMT... how can I fix this? My BIOS is of course also set for my time zone, not for UTC, which I don't want to change
-
ek
darwin: How did you set the timezone? It's all pretty straight forward. Did you follow something like
cyberciti.biz/faq/howto-set-date-and-time-timezone-in-freebsd which is informative?
-
darwin
in setup
-
darwin
when I did a cat of /etc/localtime it said PSTPDT or something (correct) at end
-
darwin
so the problem seems to be an assumption BIOS is set UTC/GMT which it isn't
-
ek
darwin: What does "adjkerntz -a" say?
-
darwin
nothing
-
ek
AFAIK, the install/setup just runs "tzsetup" so I'm not sure what could've gone wrong.
-
ek
darwin: What does "date" show? The wrong tz?
-
ek
Hrm. Looking at some info in the adjkerntz man page, it appears it adjusts the kernel clock (always UTC) against the CMOS clock (which can be anything.)
-
ek
I'm wondering if because you have the CMOS clock set to PDT, it's offsetting the date when the timezone is set to another -8 PDT?
-
ek
What happens if you set the TZ to UTC?
-
ek
I believe I've always left my CMOS clock's at UTC so I'm not sure I can be of all that much help. But, certainly has me curious.
-
ek
s/clock\'s/clocks/
-
darwin
'pkg: No packages available to install matching 'tzsetup' have been found in the repositories'
-
darwin
date shows right zone, wrong time
-
darwin
i reset it with date
-
rwp
darwin, JFTR but timezones are part of base not ports, meaning that it is not installed with pkg but comes bundled with the base system.
-
kevans
darwin: for the record, you probably wanted to fuck with /etc/wall_cmos_clock to fix this
-
kevans
fuck with as in create it
-
darwin
i see
-
darwin
i'm back from 2600 Club now so can work on that... what are the steps to create that file?
-
darwin
just touch it or it needs certain permissions or content?
-
kevans
just touch it
-
kevans
how that's used sounds absolutely cursed
-
darwin
okay. Is this a standard/historical *BSD UNIX thing maybe or just unique to FreeBSD?
-
kevans
i think it's our own brand of funkiness
-
dautor8518050867
Can I preserve extattr with rsync or cp?
-
vkarlsen
dautor8518050867: cp -p will preserve modification time, access time, file flags, file mode, ACL, user ID, and group ID
-
dautor8518050867
I tried with -p but it still does not preserve extattrs i added.
-
vkarlsen
Which extattrs?
-
dautor8518050867
All?
-
dautor8518050867
For example, try running 'setextattr user key value file'.
-
vkarlsen
Doesn't look like cp supports it
-
dautor8518050867
That's a bummer... I guess a simple script will do...
-
cracauer
rsync does - -E, --extended-attributes
-
dautor8518050867
Ah, it does, but it is not under -E or --extended-attributes but under --xattrs or -X.
-
duncan
Hi, is there any documentation about the state of USB4/Thunderbolt 3 support?
-
f451
anyone know what alt key magic would print a degree symbol [ ° ] in screen(8)
-
scoobybejesus
does alt+k work?
-
f451
if i type [shift+alt]0176 i get "Degree Symbol Alt Code4F4H4C"
-
f451
scoobybejesus: no
-
scoobybejesus
i doubt it's something with screen. i think it's the terminal emulator and the fonts installed
-
f451
term emu is terminator, font is Liberation Mono regular 9
-
scoobybejesus
do you get the degree symbol in the terminal but not using screen?
-
f451
good question
-
f451
i'll see if i can bring up just the console
-
f451
shift-alt-0 pastes the mouse buffer, so no
-
f451
im running kde5, i wonder if it's a setting there
-
scoobybejesus
is this over ssh or local?
-
f451
either
-
f451
it's a hard problem ;)
-
scoobybejesus
what do you get when you enter `locale` in terminator? do those say utf-8 ?
-
f451
en_GB.UTF-8
-
scoobybejesus
hmmm... yeah, maybe a wizard will pop in, but i dunno
-
f451
i'll try it in the console on a linux vm
-
f451
ty for helping btw
-
f451
it doesnt work in latest debian either lol
-
f451
it's no biggie cos i can go on the web, find the symbol, paste it into a txt file
-
f451
it'd just be cool to either use the shift-alt key directly or program the sequence into a Fn key
-
thorre
It seems like if my home server has accumulated quite a few boot environments over the years that it has been running.
-
thorre
"zfs list" contains the following list:
pastebin.com/raw/jMkc4ajX
-
thorre
Is it safe to remove all 13 - 14.0 and only keep the 14.1?
-
thorre
If it is safe to remove these old boot environments, is "zfs destroy" the correct methode?
-
mzar
boot environments can be removed with bectl(8) command
-
thorre
mzar: thank you for your reply, would it be safe to assume that it is ok to remove all but the curreent 14.1 boot environments with bectl
-
mzar
that's not my intention to advise you such the solution
-
thorre
The reason for my question is maily storage related, looking to free up some space on my zroot due to the monthly zroot backup snapshoot is increasing in size.
-
unixman_home
f451, I am not on KDE, I use MATE which is a Gnome derivative. That said, using Ctrl + Shift + U [release, shows an underlined u in the entry field] then typing 00b0 [Enter] got me this: °
-
unixman_home
In this case Alt is not used.
-
unixman_home
It works on the CLI too for me. Just checked.
-
unixman_home
Tested in screen and tmux, works in both here.
-
unixman_home
Errr, I should clarify by "CLI" I meant in a terminal emulator on X, not the console.
-
unixman_home
f451, for the record, I found the answer in the AI response at the top of the page here:
search.brave.com/search?q=kde+chara…1&summary_og=5c8334a957b24efdc5f9b3
-
unixman_home
I also used the GNOME Character Map application to find the Unicode number 00b0 for the degree symbol. Hopefully this helps you.
-
jbo
lw
-
phryk
what is /var/db/mergemaster.mtree? freebsd-update is telling me about local changes to that file, does this indicate an unfinished previous update? i'm finding some forum posts about this file, but none that explain what it's actually for…
-
phryk
what is /var/db/mergemaster.mtree? freebsd-update is telling me about local changes to that file, does this indicate an unfinished previous update? i'm finding some forum posts about this file, but none that explain what it's actually for… 🤔
-
phryk
err
-
phryk
damn, weechat ate the message i typed
-
phryk
can't find the file (or anything looking to be transformed into it) in the base system sources, but the message about "local changes" sure makes it sound like it's part of the files tracked by freebsd-update… then again this wouldn't be the first time i got turned around by a confusing warning/error.
-
phryk
mhh, seems to contain hashes of base system files. noting modifications that i made to two files… still not sure what this is for, tho…
-
timothias
upgrading?
-
phryk
timothias: it makes freebsd-update refuse to update (not even upgrading to a new freebsd version, just regular update within 14.0-RELEASE)… i can't really reason about this, because i don't know how/when it's updated. if it's updated whenever one of the base system files is changed, that would seem antithetical to it, as it would mean you can't update as soon as you change for example
-
phryk
sshd_config…
-
phryk
also no idea why it hasn't cried about this before…
-
timothias
did you ever do ports and pkg on the same install?
-
phryk
ever? yes. on this install, don't think so. but i did migrate from the official pkg repo to a custom one.
-
phryk
the change to disable the official repo is the other change noted in mergemaster.mtree.
-
timothias
Not certain that is what is affecting you, but generally you have to stick with one or the other
-
phryk
yeah, learned that the hard way in a previous install.
-
timothias
especially with a novice like me
-
scoobybejesus
i pretty much always do `mkdir -p /usr/local/etc/pkg/repos` followed by `echo 'FreeBSD: { url: 'pkg+http://pkg.FreeBSD.org/\$\{ABI\}/latest', enabled: yes }' > /usr/local/etc/pkg/repos/FreeBSD.conf`, which keeps it out of /etc
-
phryk
scoobybejesus: yeah, i usually disable through /usr/local/, too, but that won't solve the sshd_config thing and i'm not sure why it's complaining about that.
-
scoobybejesus
yeah, that one is annoying. i don't remember when that happened (not long ago), but it let me pass. of course, most folks' sshd_config will be different
-
phryk
anyhow, i renamed mergemaster.mtree and backed up the files it had changes for. gonna apply the update and see if it kept the local changes to sshd_config and FreeBSD.conf or not, i guess.
-
timothias
id suggest a good backup
-
timothias
I hope it works though
-
scoobybejesus
i would have thought it would do etcupdate-style three way diff on sshd_config, at worst. it was annoying to have to say "i am not interested in the future changes" because the choice was to keep my changes or accept the new upstream changes
-
timothias
have you upgraded an upgrade?
-
timothias
work out ok?
-
scoobybejesus
all fine. but i am not reminded that i don't have the upstream sshd_config, nor do i know what the proposed changes were
-
phryk
scoobybejesus: yeah i want to keep the changes to like 3 lines i've made, but i'd like all other lines to still keep up with default best practices as envisioned by the team for everything else.
-
scoobybejesus
same
-
scoobybejesus
s/not/now
-
phryk
mhh, freebsd-update install kept the local versions of the changed files after removing mergemaster.mtree… this kind of implies that the mergemaster.mtree file is kinda pointless. 🤔
-
darwin
thanks