00:17:49 I got a question for the freebsd crew 00:18:21 have you ever had issues with sluggish drag with mouse almost all the apps? 00:18:26 is that a driver issue 00:19:04 how does the mouse act on a different PC? 00:19:55 normal 00:20:01 now here's the kick 00:20:11 the terminal windows drags just fine 00:20:30 everything else begins to tile and going turtle speed 00:20:42 no weird macros store in the mouse? 00:22:01 nothing 00:26:22 my cpu is under 25% at best under workload else is regularly 2% 00:26:59 and since I run Lxqt I have over 4Gb availabel 00:38:12 any ideas what could be causing the problem? 01:19:19 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 01:25:48 darwin: How did you set the timezone? It's all pretty straight forward. Did you follow something like https://www.cyberciti.biz/faq/howto-set-date-and-time-timezone-in-freebsd/ which is informative? 01:43:25 in setup 01:46:23 when I did a cat of /etc/localtime it said PSTPDT or something (correct) at end 01:47:39 so the problem seems to be an assumption BIOS is set UTC/GMT which it isn't 01:50:39 darwin: What does "adjkerntz -a" say? 01:51:44 nothing 01:52:17 AFAIK, the install/setup just runs "tzsetup" so I'm not sure what could've gone wrong. 01:52:51 darwin: What does "date" show? The wrong tz? 01:56:00 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.) 01:56:37 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? 01:56:54 What happens if you set the TZ to UTC? 01:59:10 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. 01:59:45 s/clock\'s/clocks/ 02:24:15 'pkg: No packages available to install matching 'tzsetup' have been found in the repositories' 02:24:37 date shows right zone, wrong time 02:27:51 i reset it with date 04:06:59 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. 04:30:14 darwin: for the record, you probably wanted to fuck with /etc/wall_cmos_clock to fix this 04:30:52 fuck with as in create it 04:44:45 i see 04:45:36 i'm back from 2600 Club now so can work on that... what are the steps to create that file? 04:45:45 just touch it or it needs certain permissions or content? 04:46:33 just touch it 04:49:38 how that's used sounds absolutely cursed 04:56:15 okay. Is this a standard/historical *BSD UNIX thing maybe or just unique to FreeBSD? 04:56:27 i think it's our own brand of funkiness 12:45:58 Can I preserve extattr with rsync or cp? 13:35:59 dautor8518050867: cp -p will preserve modification time, access time, file flags, file mode, ACL, user ID, and group ID 13:36:29 I tried with -p but it still does not preserve extattrs i added. 13:36:46 Which extattrs? 13:38:24 All? 13:38:42 For example, try running 'setextattr user key value file'. 13:46:02 Doesn't look like cp supports it 13:49:56 That's a bummer... I guess a simple script will do... 14:07:12 rsync does - -E, --extended-attributes 14:54:15 Ah, it does, but it is not under -E or --extended-attributes but under --xattrs or -X. 16:29:53 Hi, is there any documentation about the state of USB4/Thunderbolt 3 support? 17:45:35 anyone know what alt key magic would print a degree symbol [ ° ] in screen(8) 17:49:00 does alt+k work? 17:49:39 if i type [shift+alt]0176 i get "Degree Symbol Alt Code4F4H4C" 17:50:11 scoobybejesus: no 17:50:25 i doubt it's something with screen. i think it's the terminal emulator and the fonts installed 17:51:27 term emu is terminator, font is Liberation Mono regular 9 17:53:26 do you get the degree symbol in the terminal but not using screen? 17:53:49 good question 17:54:10 i'll see if i can bring up just the console 17:56:06 shift-alt-0 pastes the mouse buffer, so no 17:56:43 im running kde5, i wonder if it's a setting there 17:56:54 is this over ssh or local? 17:57:03 either 18:00:03 it's a hard problem ;) 18:01:43 what do you get when you enter `locale` in terminator? do those say utf-8 ? 18:02:59 en_GB.UTF-8 18:03:35 hmmm... yeah, maybe a wizard will pop in, but i dunno 18:04:56 i'll try it in the console on a linux vm 18:05:07 ty for helping btw 18:07:19 it doesnt work in latest debian either lol 18:08:42 it's no biggie cos i can go on the web, find the symbol, paste it into a txt file 18:09:43 it'd just be cool to either use the shift-alt key directly or program the sequence into a Fn key 18:44:36 It seems like if my home server has accumulated quite a few boot environments over the years that it has been running. 18:44:54 "zfs list" contains the following list: https://pastebin.com/raw/jMkc4ajX 18:45:43 Is it safe to remove all 13 - 14.0 and only keep the 14.1? 18:46:40 If it is safe to remove these old boot environments, is "zfs destroy" the correct methode? 18:53:31 boot environments can be removed with bectl(8) command 18:55:23 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 18:57:07 that's not my intention to advise you such the solution 18:57:15 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. 19:01:37 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: ° 19:02:22 In this case Alt is not used. 19:03:06 It works on the CLI too for me. Just checked. 19:05:30 Tested in screen and tmux, works in both here. 19:07:06 Errr, I should clarify by "CLI" I meant in a terminal emulator on X, not the console. 19:12:34 f451, for the record, I found the answer in the AI response at the top of the page here: https://search.brave.com/search?q=kde+character+map&source=web&tf=py&summary=1&summary_og=5c8334a957b24efdc5f9b3 19:15:00 I also used the GNOME Character Map application to find the Unicode number 00b0 for the degree symbol. Hopefully this helps you. 19:37:58 lw 19:53:39 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… 19:59:24 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… 🤔 19:59:30 err 19:59:44 damn, weechat ate the message i typed 20:00:45 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. 20:07:55 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… 20:09:41 upgrading? 20:12:10 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 20:12:12 sshd_config… 20:12:27 also no idea why it hasn't cried about this before… 20:13:09 did you ever do ports and pkg on the same install? 20:13:43 ever? yes. on this install, don't think so. but i did migrate from the official pkg repo to a custom one. 20:14:14 the change to disable the official repo is the other change noted in mergemaster.mtree. 20:14:26 Not certain that is what is affecting you, but generally you have to stick with one or the other 20:14:41 yeah, learned that the hard way in a previous install. 20:14:47 especially with a novice like me 20:16:00 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 20:17:24 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. 20:18:23 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 20:18:24 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. 20:19:34 id suggest a good backup 20:19:37 I hope it works though 20:21:32 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 20:21:59 have you upgraded an upgrade? 20:22:11 work out ok? 20:22:51 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 20:22:59 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. 20:23:07 same 20:23:17 s/not/now 20:25:18 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. 🤔 21:44:40 thanks