--- Log opened Wed May 10 00:00:24 2023 00:00 < rsjw> I think the tty does support color because the console messages that you see e.g when you shut down are in color. maybe you just need to write the terminfo entries to make programs work with it 00:01 -!- rawgreaze [~rawgreaze@user/rawgreaze] has joined #openbsd 00:03 < rsjw> oh... you can just set TERM. for instance "TERM=pccon vim file" shows color and "TERM=xterm vim file" shows color too. now it's just a question of which TERM value is appropriate 00:05 < systemdsucks> xterm-256color 00:09 < rsjw> for VTs? 00:11 < rsjw> hmm the description reported by "infocmp pccon" suggests that TERM=pccon is the right choice 00:12 -!- yella [regg@user/yella] has joined #openbsd 00:13 -!- dcunit3d [~quassel@c-73-148-45-182.hsd1.va.comcast.net] has quit [Ping timeout: 248 seconds] 00:13 < pardis> it depends on architecture as well 00:13 -!- dcunit3d [~quassel@c-73-148-45-182.hsd1.va.comcast.net] has joined #openbsd 00:14 < pardis> another good reason to use X, you get the same experience on every X-supported platform (modulo some performance) 00:14 < thrig> you could tmux for pastebuffers, but xclip or whatever can be handy 00:15 < Bradipo> I've started relying on xclipboard more lately because of browsers. 00:16 < Bradipo> And more specifically web pages that don't allow me to see text to highlight/copy and only provide a javascript button to "copy to clipboard". 00:18 < thrig> yucky... 00:18 < rsjw> it looks like there are a number of OpenBSD consoles, which can be found by cd /usr/share/terminfo; for t in */*; do infocmp `basename $t` | grep OpenBSD; done 00:19 < rsjw> s/consoles/console terminfo desciptions/ 00:20 < megeve> rsjw: I tried them all - and found issues w/ htop, midnight commander, emacs etc. 00:20 -!- ebonheart_ [~quassel@182-166-252-208f1.osk3.eonet.ne.jp] has joined #openbsd 00:20 -!- ebonheart [~quassel@182-167-89-166f1.osk3.eonet.ne.jp] has quit [Ping timeout: 268 seconds] 00:20 -!- ficonni [~ficonni@178-223-149-188.dynamic.isp.telekom.rs] has quit [Remote host closed the connection] 00:21 < rsjw> megeve: do you know whether they use terminfo? maybe they just assume a certain terminal. or maybe the openbsd descriptions need fixing, who knows 00:21 < megeve> My questions (to be clear) were mainly around the historic reasons for OpenBSD not supporting modern TERMs. Is there a security reason? 00:21 < thrig> lack of resources, nobody cares, alternatives exist 00:21 < pardis> of course everything in OpenBSD has a security reason 00:22 < rsjw> what do you mean by a modern TERM? 00:22 < megeve> thrig: that makes sense 00:23 < rsjw> TERM doesn't describe features, terminfo capabilties do. 00:23 -!- vysn [~vysn@user/vysn] has quit [Remote host closed the connection] 00:24 < megeve> rsjw: I am not sure myself what I meant. But for instance "TERM=pccon mutt" would not yield proper colors et 00:30 < oldlaptop> pccon seems to work on my amd64 systems 00:31 < dlg> xterm-256color has a good chance of working on the console 00:32 < rsjw> pccon works for me with vim but not with mutt 00:32 < oldlaptop> (I won't ever have tried mutt.) 00:33 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 248 seconds] 00:33 -!- seninha [~seninha@user/seninha] has joined #openbsd 00:36 -!- ebonheart_ [~quassel@182-166-252-208f1.osk3.eonet.ne.jp] has quit [Ping timeout: 256 seconds] 00:37 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has joined #openbsd 00:43 -!- Trigon [~reuben@144.39.114.115] has quit [Ping timeout: 248 seconds] 00:45 -!- huy_ [~huy@lfbn-tou-1-1287-51.w90-89.abo.wanadoo.fr] has quit [Ping timeout: 260 seconds] 00:47 -!- huy [~huy@lfbn-tou-1-1287-51.w90-89.abo.wanadoo.fr] has joined #openbsd 00:48 -!- mns` [~mns@45.189.240.68] has quit [Quit: WeeChat 3.8] 00:49 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:5b5c:587d:9e9e:d473] has quit [Killed (mercury.libera.chat (Nickname regained by services))] 00:49 -!- elastic_dog [~elastic_d@asi195.neoplus.adsl.tpnet.pl] has joined #openbsd 00:51 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 00:51 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 00:52 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 00:52 -!- jacobk [~quassel@64.189.201.150] has joined #openbsd 00:53 < rsjw> ...but when I set ~/.muttrc to specify colors, TERM=pccon mutt works 00:55 < rsjw> unfortunately it doesn't set the colors back to normal on exit :( 01:00 -!- NicknameJohn [~NicknameJ@187-27-129-35.3g.claro.net.br] has quit [Ping timeout: 256 seconds] 01:01 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 260 seconds] 01:06 < megeve> rsjw: thanks for trying. Same with xterm-256color? 01:09 < rsjw> xterm256-color seems so work well. it shows colors and restores the color on exit 01:09 < rsjw> *seems to 01:09 < thrig> ksh might not reset the terminal fully like zsh will 01:10 < rsjw> what was odd is that with TERM=pccon mutt, after I exited, not even reset(1) fixed the colors 01:11 < rsjw> oh that's probably because I needed TERM=pccon reset lol 01:11 < rsjw> yeah that did it 01:16 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 01:18 < oldlaptop> that's the other thing, I've always fooled with that by changing it in /etc/ttys 01:19 < oldlaptop> so /everything/ in that session has the same idea of TERM 01:19 < rsjw> yeah I was only setting it per-program invocation because it's faster and easier to test 01:23 -!- synack [~synack@user/synack] has left #openbsd [] 01:29 -!- moldorcoder7 [~moldorcod@192.145.81.27] has quit [Ping timeout: 250 seconds] 01:34 -!- edthix [~Thunderbi@42.190.126.191] has joined #openbsd 01:37 -!- dsrt^ [~dsrt@c-76-105-96-13.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 01:40 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 01:41 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 01:47 -!- gnucode [~gnucode@user/jab] has quit [Remote host closed the connection] 01:47 -!- gnucode [~gnucode@user/jab] has joined #openbsd 01:48 -!- gnucode [~gnucode@user/jab] has quit [Remote host closed the connection] 01:59 -!- SexWarrior [~DankFrank@2a01:4b00:940e:f600:69c0:e91e:cef1:8e76] has quit [Quit: Leaving] 02:02 -!- Trigon [~reuben@144.39.114.115] has joined #openbsd 02:05 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 02:14 -!- morte_ [~user@user/monkey/x-0691028] has quit [Ping timeout: 268 seconds] 02:20 -!- fstd_ [~fstd@xdsl-84-44-221-224.nc.de] has joined #openbsd 02:22 -!- Rynn [~rynn@216.30.158.198] has quit [Quit: ZZZzzz…] 02:23 -!- fstd [~fstd@xdsl-89-1-173-135.nc.de] has quit [Ping timeout: 240 seconds] 02:23 -!- fstd_ is now known as fstd 02:23 -!- yella [regg@user/yella] has quit [Ping timeout: 248 seconds] 02:25 -!- yella [~yell@user/yella] has joined #openbsd 02:36 -!- Bradipo [~amb@50-77-44-29-static.hfc.comcastbusiness.net] has quit [Quit: Lost terminal] 02:37 -!- chrisz [ifdwf6zo8t@195.52.152.27] has quit [Ping timeout: 240 seconds] 02:39 -!- chrisz [k3owcoq5mm@195.52.145.71] has joined #openbsd 02:40 -!- Mete-- [~Mete-@2804:da8:f7a3:f16e:d43b:e3b6:5845:229e] has quit [Ping timeout: 264 seconds] 02:57 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 02:58 -!- elastic_dog [~elastic_d@asi195.neoplus.adsl.tpnet.pl] has quit [Read error: Connection reset by peer] 02:59 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:5b5c:587d:9e9e:d473] has joined #openbsd 03:02 -!- yella [~yell@user/yella] has quit [Ping timeout: 265 seconds] 03:02 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 240 seconds] 03:09 -!- yella [regg@user/yella] has joined #openbsd 03:10 -!- clicker [~clicker@ip70-161-192-21.hr.hr.cox.net] has joined #openbsd 03:12 -!- clicker [~clicker@ip70-161-192-21.hr.hr.cox.net] has quit [Client Quit] 03:13 -!- clicker [~clicker@ip70-161-192-21.hr.hr.cox.net] has joined #openbsd 03:14 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has quit [Ping timeout: 240 seconds] 03:14 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has joined #openbsd 03:23 -!- viniciorl [~viniciorl@189.232.51.46] has quit [Read error: Connection reset by peer] 03:29 -!- sunwind [~paradox@173.41.9.51.dyn.plus.net] has quit [Ping timeout: 256 seconds] 03:30 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 256 seconds] 03:41 < clicker> hello everyone, does anyone know how i can disable sleep that is for some reason automatically enabled when amdgpu(4) is installed? i've checked and i don't have apmd running, so i'm a bit confused on what's making the system sleep after being untouched for 10ish minutes. 03:41 < rsjw> is it sleeping or just dpms? 03:42 < clicker> i'm actually not sure, i'm a bit bad with suspend/hibernate/sleep terminology and kind of assumed sleep just meant turning the screen off haha, but i guess dpms is probably what's actually happening 03:44 < rsjw> you can change the dpms timeout with "xset dpms num1 num2 num3" but for me at least, it only works when I reduce the time to below 10 minutes - anything longer gets shortened to 10 minutes 03:45 < clicker> hm :/ is there a way to completely disable it? i'd rather just shut my machine down when i have to walk away from it for an amount of time that would actually make me concerned about screen burn 03:46 < rsjw> there's "xset dpms off" but it doesn't work for me (see xset(1)) 03:47 < clicker> reading online and it seems that we might have to do a combination of disabling dpms and the built in screensaver using "xset s off" 03:47 < rsjw> or maybe "off" is to set the monitor off... maybe "xset +dpms" disables it 03:48 < clicker> gonna do some testing i'll report back if i figure out a solution that works 03:48 < rsjw> alrighty 03:50 -!- yella [regg@user/yella] has quit [Ping timeout: 240 seconds] 03:59 -!- devune [~devune@5.202.16.28] has quit [Ping timeout: 240 seconds] 04:04 -!- Trigon [~reuben@144.39.114.115] has quit [Ping timeout: 256 seconds] 04:16 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 04:16 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 04:22 < clicker> alright i'm back, after running "xset dpms 0 0 0 && xset s off" and leaving my system untouched for about 30 minutes, the screen is still on! hurrah! 04:22 -!- sunwind [~paradox@145.41.9.51.dyn.plus.net] has joined #openbsd 04:23 < rsjw> great! I'm trying with xset s off as well, as that's probably the issue, but I'll have to wait until I'm not using the computer to actually test it 04:24 < clicker> there are some equivalent options that you can use in xorg.conf to have it persist, but i'm a bit lazy right now so i may just chuck the commands in CDE's autostart script 04:25 < rsjw> xorg.conf is system-wide anyway. it seems like display timeouts would be something each user would want to set 04:26 < clicker> ideally, but i suppose that doesn't matter as much on a desktop unless you're sharing it with people 04:27 < rsjw> true 04:28 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 240 seconds] 04:28 < clicker> very happy we could figure this out though (at least for me, hope it works for you too!) appreciate you nudging me in the right direction haha 04:29 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 04:30 < rsjw> yeah I'm pretty happy with it too. I actually had a note in my .xsession above the xset dpms setting saying something to the effect of "this doesn't work", so it was definitely on the list. thanks for the screensaver setting tip 04:31 < clicker> suppose i can go ahead and re-enable apmd now, seems i misunderstood its function anyways. doesn't seem like it does auto hibernating on idle by default anyways 04:32 -!- frkazoid333 [~frkazoid3@35.136.233.205] has quit [Read error: Connection reset by peer] 04:32 -!- topcat001 [~topcat001@user/topcat001] has joined #openbsd 04:34 -!- frkazoid333 [~frkazoid3@2603-9000-cf01-74e0-1c9b-afe2-97cb-ad04.inf6.spectrum.com] has joined #openbsd 04:44 -!- sonne [~vmlinuz@user/sonne] has joined #openbsd 04:46 -!- Alhazred [~Alhazred@user/Alhazred] has quit [Ping timeout: 265 seconds] 04:48 -!- Alhazred [~Alhazred@user/Alhazred] has joined #openbsd 05:01 -!- Trigon [~reuben@144.39.114.115] has joined #openbsd 05:01 -!- dqk [~dqk@80.215.159.155] has quit [Ping timeout: 240 seconds] 05:02 -!- dqk [~dqk@80.215.159.155] has joined #openbsd 05:02 -!- artmdl [~art5456@d172-218-174-94.bchsia.telus.net] has quit [Read error: Connection reset by peer] 05:03 -!- res0 [~zero@user/res0] has joined #openbsd 05:08 -!- bilegeek [~bilegeek@2600:1008:b09d:371f:c3bc:4d29:b46c:9e1c] has joined #openbsd 05:10 -!- bgs [~bgs@212-85-160-171.dynamic.telemach.net] has joined #openbsd 05:10 < calmclam> Hello, it looks to me like openbsd is using the DRM code from linux in the kernel, is that because the linux DRM code is not under GPL but a more permissive license? 05:11 -!- terminalpusher [~terminalp@2a01:586:8cfe:1:3acb:3676:48f:e66d] has joined #openbsd 05:14 < calmclam> Also, I'm curious how much of a chore it is to continuously adapt the linux DRM code to the openbsd kernel? 05:14 -!- struchu [~struchu@staticline-31-183-134-120.toya.net.pl] has joined #openbsd 05:15 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 05:15 -!- res0 [~zero@user/res0] has quit [Quit: ""\] 05:16 -!- jacobk [~quassel@64.189.201.150] has quit [Quit: No Ping reply in 180 seconds.] 05:17 < brocashelm> i mentioned strawberry music player the other day; the openbsd build instructions are official from the maintainer's github, and the program compiled successfully on 7.3-current. i am able to launch it and play music files without any issues. if anyone else would like to give it a shot, the instructions are here: https://github.com/strawberrymusicplayer/strawberry/wiki/Compile-and-install-on-openbsd 05:18 < brocashelm> with that said, please consider adding strawberry to the official ports. it has differed a lot from clementine since its forking (e.g. by focusing more on larger collections/audiophile settings) 05:18 -!- jacobk [~quassel@64.189.201.150] has joined #openbsd 05:21 < rsjw> calmclam: looking through some of the drm sources, it appears to be dual-licensed 05:22 -!- artmdl [~art5456@d172-218-174-94.bchsia.telus.net] has joined #openbsd 05:22 < rsjw> or at least many parts of it have multiple licenses 05:27 -!- Lucas6023 [~Lucas6023@gateway/tor-sasl/lucas6023] has quit [Remote host closed the connection] 05:27 -!- Lucas6023 [~Lucas6023@gateway/tor-sasl/lucas6023] has joined #openbsd 05:30 < rsjw> it looks like it's not always simple https://lists.freedesktop.org/archives/intel-gfx/2019-November/220235.html 05:38 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has quit [Ping timeout: 268 seconds] 05:38 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has joined #openbsd 05:40 -!- ssm_ [~ssm_@69-218-221-16.lightspeed.rlghnc.sbcglobal.net] has quit [Ping timeout: 248 seconds] 05:42 -!- dastain [~dastain@2a00:d880:6:262::45a3] has quit [Ping timeout: 248 seconds] 05:43 -!- horrad [~horrad@217.91.26.253] has joined #openbsd 05:44 -!- jacobk [~quassel@64.189.201.150] has quit [Ping timeout: 250 seconds] 05:45 -!- dastain [~dastain@81.4.102.12] has joined #openbsd 05:46 < clicker> does anyone know where i can find the log files for sndiod(8)? i keep having a strange issue where i have to run "doas rcctl restart sndiod" after a reboot to get sound working and i figure any logs available might help me find the root cause of the issue 05:47 < clicker> checked the man pages for both sndiod and sndio and sadly didn't see any log file paths noted 05:49 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has quit [Ping timeout: 240 seconds] 05:50 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has joined #openbsd 05:51 -!- umaxx [~umaxx@user/umaxx] has quit [Ping timeout: 256 seconds] 05:53 -!- NicknameJohn [~NicknameJ@187-27-128-152.3g.claro.net.br] has joined #openbsd 05:56 < IcePic> clicker: adding one or more -d to sndiod could have a positive effect on error visibility 05:56 < clicker> is there a way i can add that to the arguments that rc starts it with? 05:56 -!- tjdaugaard [~tjdaugaar@77.241.136.126.bredband.3.dk] has joined #openbsd 06:00 -!- Leone [~Leo@104.247.239.156] has quit [Read error: Connection reset by peer] 06:00 < calmclam> rsjw: that's unfortunate, thanks 06:03 < IcePic> clicker: rcctl set ... 06:04 < clicker> thank you ^^ 06:04 < IcePic> but stopping sndiod with rcctl and then running it manually as root with one or more -d's should also work I guess 06:05 < clicker> perhaps but that may not yield the same issue since it only happens on the first start of sndiod 06:05 < clicker> after that i can restart it as many times as i like and it works great 06:08 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has quit [Ping timeout: 240 seconds] 06:08 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has joined #openbsd 06:08 < IcePic> perhaps disable sndiod, reboot, start with -d and see if it says anything useful 06:08 < clicker> oh good idea 06:10 < IcePic> strange that it acts differently on first and next runs, hope you find the cause for it so it can get fixed 06:12 < clicker> yeah it's very strange, if i had to guess off the top of my head though it might be something with my usb audio interface. maybe it's starting with the wrong default device (which is my onboard audio with nothing plugged in) and it fails and switches to the right device on restart 06:12 -!- dastain [~dastain@81.4.102.12] has quit [Ping timeout: 256 seconds] 06:13 < clicker> so actually maybe i should try using the command in the FAQ that sets it to auto switch devices again and see if that helps before i try disabling sndiod and going through logs 06:14 -!- dastain [~dastain@81.4.102.12] has joined #openbsd 06:17 -!- mncheckm [~mncheck@193.224.205.254] has joined #openbsd 06:18 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has quit [Ping timeout: 240 seconds] 06:18 -!- clicker [~clicker@ip70-161-192-21.hr.hr.cox.net] has quit [Quit: nyaa~] 06:18 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has joined #openbsd 06:34 -!- umaxx [~umaxx@user/umaxx] has joined #openbsd 06:35 -!- devune [~devune@5.202.17.75] has joined #openbsd 06:38 -!- sliced [~sliced@81.15.241.20] has joined #openbsd 06:46 -!- bgs [~bgs@212-85-160-171.dynamic.telemach.net] has quit [Remote host closed the connection] 06:52 < Voyager_MP> if the col length of a terminal is 348, how do I align the printf on the right side? tput cup 1 0 printf "%-45.45s\r" "$_l" tput cup 46 55 printf "%-${_cols}s" "$_r" 06:55 < Voyager_MP> I would like to split the terminal in neerly the middle, align the left printf left and the right printf right :) sounds stupid :D 06:56 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has quit [Ping timeout: 268 seconds] 07:00 -!- sewn [~sewnenvsn@2001:470:69fc:105::2:f8cf] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- lennox[m] [~lennox@2001:470:69fc:105::2:601d] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- luffy[m] [~luffyinte@2001:470:69fc:105::3:4cd5] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- jcmdln [~jcmdln@user/jcmdln] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- general_j[m] [~generaljm@2001:470:69fc:105::3:463b] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- superju[m] [~superjuma@2001:470:69fc:105::2:b088] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- Assassink786[m] [~assassin7@2001:470:69fc:105::2:ac85] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- hsiktas[m] [~hsiktasm]@2001:470:69fc:105::30d4] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- apoorv569[m] [~apoorv569@2001:470:69fc:105::ceb9] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- teva[m] [~tevanetcr@2001:470:69fc:105::3:335c] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- Akawama[m] [~akawama@user/akawama] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- LoaDAccumulator[ [~ldafreeta@2001:470:69fc:105::3:4dcc] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- VarikValefor[m] [~varikvale@2001:470:69fc:105::a5d] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- unix-priest[m] [~unix-prie@2001:470:69fc:105::3:5044] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- DataLinkDroid[m] [~datalinkd@2001:470:69fc:105::2:6cbd] has quit [Quit: Bridge terminating on SIGTERM] 07:00 -!- hellstabber [~hellstabb@user/hellstabber] has quit [Quit: Bridge terminating on SIGTERM] 07:01 -!- bilegeek [~bilegeek@2600:1008:b09d:371f:c3bc:4d29:b46c:9e1c] has quit [Quit: Leaving] 07:02 -!- bilegeek [~bilegeek@2600:1008:b09d:371f:c3bc:4d29:b46c:9e1c] has joined #openbsd 07:03 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has joined #openbsd 07:04 -!- engler [~engler@user/emilengler] has joined #openbsd 07:05 -!- NicknameJohn [~NicknameJ@187-27-128-152.3g.claro.net.br] has quit [Remote host closed the connection] 07:09 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 07:09 -!- Trigon [~reuben@144.39.114.115] has quit [Ping timeout: 240 seconds] 07:11 -!- demouser [~demouser@ip-109-42-114-176.web.vodafone.de] has joined #openbsd 07:13 -!- ebonheart [~quassel@121-83-63-32f1.osk2.eonet.ne.jp] has quit [Ping timeout: 268 seconds] 07:14 -!- solo [~solo@2601:19c:4a01:cba:5870:148e:a6c4:c06b] has joined #openbsd 07:17 -!- demouser [~demouser@ip-109-42-114-176.web.vodafone.de] has quit [Ping timeout: 256 seconds] 07:18 -!- hiddener [~topseykra@146.70.126.220] has joined #openbsd 07:19 -!- zelest [jesper@81-233-184-27-no13.tbcn.telia.com] has joined #openbsd 07:19 -!- schillingklaus [~schilling@ip2504e20a.dynamic.kabel-deutschland.de] has joined #openbsd 07:23 -!- solo [~solo@2601:19c:4a01:cba:5870:148e:a6c4:c06b] has quit [Read error: Connection reset by peer] 07:24 -!- solo [~solo@2601:19c:4a01:cba:88d4:6f0c:bbbd:bcd1] has joined #openbsd 07:32 -!- rnsanchez [~rnsanchez@2804:14d:2c92:8cec:4a03:1676:b8c8:4acf] has quit [Ping timeout: 248 seconds] 07:34 -!- solo [~solo@2601:19c:4a01:cba:88d4:6f0c:bbbd:bcd1] has quit [Read error: Connection reset by peer] 07:35 -!- rnsanchez [~rnsanchez@2804:14d:2c92:8cec:4a03:1676:b8c8:4acf] has joined #openbsd 07:35 -!- bilegeek [~bilegeek@2600:1008:b09d:371f:c3bc:4d29:b46c:9e1c] has quit [Quit: Leaving] 07:36 -!- solo [~solo@2601:19c:4a01:cba:b4de:2a8c:4bda:f155] has joined #openbsd 07:36 -!- untitled [untitled@sadistto.net] has quit [Changing host] 07:36 -!- untitled [untitled@user/untitled] has joined #openbsd 07:37 -!- LW [~LW@i5E866B3E.versanet.de] has joined #openbsd 07:37 -!- ecdhe [~ecdhe@user/ecdhe] has quit [Ping timeout: 268 seconds] 07:38 -!- paddymahoney [~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com] has joined #openbsd 07:39 -!- CosmicDJ [~cosmicdj@p200300e24f241f01131e752907e91c6a.dip0.t-ipconnect.de] has joined #openbsd 07:42 -!- therajsun [~therajasu@bb219-74-112-179.singnet.com.sg] has joined #openbsd 07:44 -!- ecdhe [~ecdhe@user/ecdhe] has joined #openbsd 07:44 -!- hiddener [~topseykra@146.70.126.220] has quit [Quit: leaving] 07:46 -!- vysn [~vysn@user/vysn] has joined #openbsd 07:46 -!- danilogondolfo [~danilogon@37.228.206.65] has joined #openbsd 07:46 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 07:54 -!- Xylemon [~Xylemon@075-142-154-118.res.spectrum.com] has quit [Read error: Connection reset by peer] 07:56 -!- imega [~coma@nat-wlan-eduroam-192-41-132-233.uzh.ch] has joined #openbsd 07:56 -!- feriman [~feriman@188.163.114.49] has quit [Ping timeout: 246 seconds] 08:01 -!- Xylemon [~Xylemon@075-142-154-118.res.spectrum.com] has joined #openbsd 08:09 -!- bouncy [~ben@user/benoit] has quit [Ping timeout: 256 seconds] 08:19 -!- therajsun [~therajasu@bb219-74-112-179.singnet.com.sg] has quit [Quit: Leaving] 08:22 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 08:25 -!- struchu [~struchu@staticline-31-183-134-120.toya.net.pl] has quit [Quit: WeeChat 3.8] 08:27 -!- dcunit3d_ [~quassel@c-73-148-45-182.hsd1.va.comcast.net] has joined #openbsd 08:27 -!- dcunit3d [~quassel@c-73-148-45-182.hsd1.va.comcast.net] has quit [Ping timeout: 268 seconds] 08:33 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 08:35 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 08:40 -!- Leopold [~quassel@gateway/tor-sasl/leopold] has joined #openbsd 08:41 -!- fstrelok` [~francis@96-2-111-87-static.midco.net] has joined #openbsd 08:41 -!- fstrelok [~francis@user/fstrelok] has quit [Remote host closed the connection] 08:45 -!- desnudopenguino [~Thunderbi@c-67-183-224-99.hsd1.wa.comcast.net] has quit [Quit: desnudopenguino] 08:50 -!- dcunit3d_ [~quassel@c-73-148-45-182.hsd1.va.comcast.net] has quit [Ping timeout: 256 seconds] 08:50 < Voyager_MP> Does anyone uses HAProxy for smtp ? 08:51 < edgars_> Voyager_MP: i used, years ago 08:52 < Voyager_MP> I used relayd until the new cert is ecdsa, relayd can only rsa 08:52 -!- demouser [~demouser@ip-109-40-241-17.web.vodafone.de] has joined #openbsd 08:53 < tanyastopguy> has anyone had trouble getting X11 to work in qemu? Is there a guide somewhere? chatgpt couldn't help, I'm getting an error from startx: (EE) no screens found(EE) 08:54 < tanyastopguy> tried with several different -vga std -vga virtio, etc. flags which some people on the freebsd forums suggested might help 08:54 < Voyager_MP> @edgars_ do you remember how to forward the original ip to the backend mailserver ? 08:56 -!- Mete-- [~Mete-@2804:da8:f7a3:f16e:35c7:87ef:cffb:2579] has joined #openbsd 08:58 < edgars_> Voyager_MP: sorry, dont remember :( 09:03 -!- peas [~peasfulto@user/PeasfulTown] has quit [Ping timeout: 250 seconds] 09:05 -!- seninha [~seninha@user/seninha] has joined #openbsd 09:08 -!- nyah [~nyah@cpc75709-york6-2-0-cust260.7-1.cable.virginm.net] has joined #openbsd 09:10 -!- schillingklaus [~schilling@ip2504e20a.dynamic.kabel-deutschland.de] has quit [Remote host closed the connection] 09:13 -!- SOLARIS_s [~SOLARIS_s@99.235.11.104] has quit [Remote host closed the connection] 09:13 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 09:17 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Client Quit] 09:18 -!- raspbeguy [~raspbeguy@wireguard/tunneler/raspbeguy] has quit [Quit: Gateway shutdown] 09:20 -!- hellstabber [~hellstabb@user/hellstabber] has joined #openbsd 09:23 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 09:34 -!- ficonni [~ficonni@178-223-149-188.dynamic.isp.telekom.rs] has joined #openbsd 09:41 -!- dreaded [~a@5.180.208.214] has quit [] 09:42 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 09:44 -!- mfs [~mfs@user/mfs] has joined #openbsd 09:47 -!- dcunit3d [~quassel@c-73-148-45-182.hsd1.va.comcast.net] has joined #openbsd 09:50 -!- terminalpusher [~terminalp@2a01:586:8cfe:1:3acb:3676:48f:e66d] has quit [Ping timeout: 245 seconds] 10:05 -!- sinvet [~sinvet@user/sinvet] has quit [Remote host closed the connection] 10:11 -!- LW [~LW@i5E866B3E.versanet.de] has quit [Quit: WeeChat 3.8] 10:16 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Quit: Client closed] 10:19 -!- cth [felix@31.204.155.215] has joined #openbsd 10:21 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 10:22 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 10:26 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 10:26 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 10:28 -!- ficonni [~ficonni@178-223-149-188.dynamic.isp.telekom.rs] has quit [Quit: Lost terminal] 10:39 -!- ficonni [~ficonni@178-223-149-188.dynamic.isp.telekom.rs] has joined #openbsd 10:45 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 10:50 -!- n4dir [~user@i59F518CF.versanet.de] has joined #openbsd 10:55 -!- tjdaugaard [~tjdaugaar@77.241.136.126.bredband.3.dk] has quit [Ping timeout: 240 seconds] 10:58 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 11:01 -!- zer0bitz_ [~zer0bitz@user/zer0bitz] has joined #openbsd 11:04 -!- zer0bitz [~zer0bitz@user/zer0bitz] has quit [Ping timeout: 240 seconds] 11:08 -!- moldorcoder7 [~moldorcod@185.245.254.238] has joined #openbsd 11:11 -!- n4dir [~user@i59F518CF.versanet.de] has quit [Remote host closed the connection] 11:19 -!- dcunit3d [~quassel@c-73-148-45-182.hsd1.va.comcast.net] has quit [Quit: No Ping reply in 180 seconds.] 11:20 -!- dcunit3d [~quassel@c-73-148-45-182.hsd1.va.comcast.net] has joined #openbsd 11:28 -!- uuaaeeii [~user@user/uuaaeeii] has quit [Ping timeout: 246 seconds] 11:30 -!- Leopold [~quassel@gateway/tor-sasl/leopold] has quit [Remote host closed the connection] 11:32 -!- Leone [~Leo@104.247.239.156] has joined #openbsd 11:33 -!- Leopold [~quassel@23.137.249.65] has joined #openbsd 11:35 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 256 seconds] 11:37 -!- seninha [~seninha@user/seninha] has joined #openbsd 11:38 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 11:38 -!- adip [~adip@c134-177.icpnet.pl] has joined #openbsd 11:38 -!- seninha [~seninha@user/seninha] has joined #openbsd 11:54 -!- Rynn [~rynn@216.30.158.198] has joined #openbsd 12:02 -!- edthix [~Thunderbi@42.190.126.191] has quit [Quit: edthix] 12:03 -!- tjdaugaard [~tjdaugaar@77.241.136.126.bredband.3.dk] has joined #openbsd 12:05 -!- moldorcoder7 [~moldorcod@185.245.254.238] has quit [Ping timeout: 246 seconds] 12:09 -!- feriman [~feriman@188.163.114.49] has quit [Ping timeout: 265 seconds] 12:14 -!- eki [~eki@dsl-hkibng41-54f85a-212.dhcp.inet.fi] has quit [Quit: leaving] 12:16 -!- hiddener [~topseykra@146.70.126.220] has joined #openbsd 12:16 -!- eki [~eki@dsl-hkibng41-54f85a-212.dhcp.inet.fi] has joined #openbsd 12:19 -!- engler [~engler@user/emilengler] has quit [Quit: leaving] 12:21 -!- struchu [~struchu@staticline-31-183-134-120.toya.net.pl] has joined #openbsd 12:33 -!- SexWarrior [~DankFrank@2a01:4b00:940e:f600:ed1a:a12d:e7d2:6ade] has joined #openbsd 12:40 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Quit: Client closed] 12:42 -!- dqk [~dqk@80.215.159.155] has quit [Read error: Connection reset by peer] 12:44 -!- dqk [~dqk@80.215.159.155] has joined #openbsd 12:44 -!- Bradipo [~amb@50-77-44-29-static.hfc.comcastbusiness.net] has joined #openbsd 12:50 -!- VarikValefor[m] [~varikvale@2001:470:69fc:105::a5d] has joined #openbsd 12:50 -!- apoorv569[m] [~apoorv569@2001:470:69fc:105::ceb9] has joined #openbsd 12:50 -!- general_j[m] [~generaljm@2001:470:69fc:105::3:463b] has joined #openbsd 12:50 -!- Akawama[m] [~akawama@user/akawama] has joined #openbsd 12:50 -!- teva[m] [~tevanetcr@2001:470:69fc:105::3:335c] has joined #openbsd 12:50 -!- lennox[m] [~lennox@2001:470:69fc:105::2:601d] has joined #openbsd 12:50 -!- sewn [~sewnenvsn@2001:470:69fc:105::2:f8cf] has joined #openbsd 12:50 -!- Assassink786[m] [~assassin7@2001:470:69fc:105::2:ac85] has joined #openbsd 12:50 -!- hsiktas[m] [~hsiktasm]@2001:470:69fc:105::30d4] has joined #openbsd 12:50 -!- jcmdln [~jcmdln@user/jcmdln] has joined #openbsd 12:50 -!- superju[m] [~superjuma@2001:470:69fc:105::2:b088] has joined #openbsd 12:50 -!- luffy[m] [~luffyinte@2001:470:69fc:105::3:4cd5] has joined #openbsd 12:50 -!- unix-priest[m] [~unix-prie@2001:470:69fc:105::3:5044] has joined #openbsd 12:50 -!- LoaDAccumulator[ [~ldafreeta@2001:470:69fc:105::3:4dcc] has joined #openbsd 12:50 -!- DataLinkDroid[m] [~datalinkd@2001:470:69fc:105::2:6cbd] has joined #openbsd 12:57 < renaud> what kind of IDS do you run on OpenBSD? 12:58 -!- scain [~scain@2603-8080-b104-4e00-45cf-678b-0a7f-b897.res6.spectrum.com] has joined #openbsd 12:59 < gman999> are you asking generally renaud? 12:59 < gman999> there is stuff in security/ like snort 13:00 < gman999> but depedsn on what you're trying to accomplish 13:00 < gman999> host or network IDS? 13:00 < renaud> network IDS to install on a gateway 13:00 < renaud> I only want to have some warnings, graphs 13:00 < renaud> I used snort in the past 13:01 < gman999> afaik snort is still the default choice 13:01 < renaud> I was wondering about suricata, it's also in the ports, but I never used it 13:02 -!- calmclam [~calmclam@user/calmclam] has quit [Remote host closed the connection] 13:02 < gman999> yes... that was the other one i was thinking of 13:02 -!- calmclam [~calmclam@user/calmclam] has joined #openbsd 13:03 < oldlaptop> renaud: Not really what you're asking for, but gkrellm/gkrellmd is nice to have a *live* graph in the corner of your eye 13:03 -!- pkubaj_ [~pkubaj@46.248.190.59] has joined #openbsd 13:03 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 3.8] 13:03 < oldlaptop> not just CPU and actual network usage - conveniently pflog is a virtual network interface, etc. 13:04 -!- pkubaj [~pkubaj@46.248.190.59] has quit [Ping timeout: 268 seconds] 13:07 < renaud> yes, pflog being a vnic is quite nice, but I never thought about graphing it 13:09 < oldlaptop> Something like an nmap run is usually pretty obvious 13:09 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 256 seconds] 13:13 -!- leo-unglaub [~leo-ungla@91-113-57-64.adsl.highway.telekom.at] has joined #openbsd 13:15 < eea> +1 for vnstat 13:16 -!- morte_ [~user@user/monkey/x-0691028] has joined #openbsd 13:21 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 13:24 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Client Quit] 13:25 -!- Rynn [~rynn@216.30.158.198] has quit [Quit: Disconnecting...] 13:25 -!- edgars [~edgars@95.68.97.7] has joined #openbsd 13:26 -!- iockywolf is now known as lockywolf 13:28 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: Leaving] 13:30 -!- edgars [~edgars@95.68.97.7] has quit [Ping timeout: 240 seconds] 13:38 -!- hiddener [~topseykra@146.70.126.220] has quit [Read error: Connection reset by peer] 13:40 -!- uuaaeeii [~user@75.165.17.131] has joined #openbsd 13:42 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 13:49 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 13:50 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 13:51 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 265 seconds] 13:56 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 14:02 -!- seninha [~seninha@user/seninha] has quit [Read error: Connection reset by peer] 14:02 -!- Mete-- [~Mete-@2804:da8:f7a3:f16e:35c7:87ef:cffb:2579] has quit [Read error: Connection reset by peer] 14:02 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Ping timeout: 240 seconds] 14:03 -!- Mete-- [~Mete-@2804:da8:f7a3:f16e:35c7:87ef:cffb:2579] has joined #openbsd 14:03 -!- seninha [~seninha@user/seninha] has joined #openbsd 14:04 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 14:06 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 14:07 -!- feriman [~feriman@188.163.114.49] has quit [Ping timeout: 265 seconds] 14:08 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 14:12 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 246 seconds] 14:13 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 240 seconds] 14:13 -!- Mete- [~quassel@186.250.13.100] has quit [Ping timeout: 250 seconds] 14:15 -!- Mete-- [~Mete-@2804:da8:f7a3:f16e:35c7:87ef:cffb:2579] has quit [Ping timeout: 264 seconds] 14:16 -!- Mete- [~Mete-@186.250.13.100] has joined #openbsd 14:25 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 14:26 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 14:36 -!- jmcunx [jmc@user/zjmc] has joined #openbsd 14:38 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 14:40 -!- mns` [~mns@45.189.240.68] has joined #openbsd 14:49 -!- horrad [~horrad@217.91.26.253] has quit [Remote host closed the connection] 14:50 < byteskeptical> https://blog.koehntopp.info/2023/05/06/50-years-in-filesystems-1984.html 14:51 < Bradipo> What is it lately with this trend to have fonts so large on websites? 14:51 < thrig> looks fine in w3m 14:51 < Bradipo> Just about every website I visit these days I have to scale down to 80--70%. 14:51 < Bradipo> Hahaha, yes, w3m I suppose would not have this issue. :-) 14:52 < byteskeptical> Bradipo: you can set your own font instead of letting sites choose for you 14:52 < thrig> "enshittification" could be applied broadly to the modern web, not in the specific sense Cory used it in 14:53 -!- davlefou [~davlefou@2a01:e0a:5f4:4bd0:cb64:11cc:f67d:d3e6] has quit [Ping timeout: 240 seconds] 14:53 -!- Mete- [~Mete-@186.250.13.100] has quit [Remote host closed the connection] 14:53 < Bradipo> My guess is that all these new websites with large fonts are doing so because normal fonts on mobile devices look terrible. 14:54 -!- elastic_dog is now known as Guest2898 14:54 -!- Guest2898 [~elastic_d@2a01:118f:620:5c00:5b5c:587d:9e9e:d473] has quit [Ping timeout: 256 seconds] 14:54 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:5b5c:587d:9e9e:d473] has joined #openbsd 14:54 < uwharrie> or the people designing them are all on high DPI displays and don't test elsewhere 14:54 < thrig> smartphones were "oh, this thing can't even display text... ask for a refund" 14:54 < byteskeptical> It's one of the easiest ways to track people on the internet, free fonts 14:55 < Bradipo> haha, yes, I used to block fonts.googleapis.com 14:57 < byteskeptical> and google took that personally 14:57 < Bradipo> Probably not, but it made my pages load faster. :-) 14:58 < thrig> 50,000? fire 100,000! 14:58 < byteskeptical> Bradipo: without google fonts? that's impossible 14:58 < byteskeptical> thrig: lol 14:59 < byteskeptical> thrig: that's how we know they are sand-bagging with Bard 15:01 -!- hiddener [~topseykra@146.70.126.220] has joined #openbsd 15:06 -!- davlefou [~davlefou@2a01:e0a:5f4:4bd0:3e0d:e9d8:3790:ce09] has joined #openbsd 15:09 -!- peas [~peasfulto@user/PeasfulTown] has joined #openbsd 15:11 -!- leo-unglaub [~leo-ungla@91-113-57-64.adsl.highway.telekom.at] has quit [Quit: Leaving.] 15:12 -!- Mete- [~quassel@2804:24c:f7a0:f5db:7749:8a22:ee4f:5cac] has joined #openbsd 15:13 < tommyrot> Bradipo: i have my browser to automatically scale to 110% because i'm old and blind lol 15:15 < Bradipo> tommyrot: I think the entire www must be getting old and blind, at least that's the inference I would make from the majority of websites that seem to now be using huge fonts. 15:16 < pardis> you mean the majority of those websites that still have text on them, rather than just a slideshow of vaguely feel-good images 15:16 < tommyrot> i think we're just looking at mobile ported sites for desktop, the trend has been going on for a decade 15:17 < Bradipo> pardis: Actually, yes, it does seem like a lot of informational websites these days have more image content than text, and that text is using huge fonts. 15:17 < tommyrot> be glad everything isn't a twitter thread instead of some attempt at a coherently published document 15:17 < Bradipo> Twitter: an attempt to pack as many meaningless concepts into as few words as possible. 15:18 < pardis> I actually find well-written Twitter threads more informative than most corporate websites nowadays 15:18 -!- \dev\null is now known as devnull 15:18 < rsjw> I'm often able to fix ill-formatted sites with a user style sheet 15:18 < Bradipo> Well, yeah, I think I would expect that. Most corporate websites aren't there to be useful. :-) 15:26 < thrig> websites have images? 15:31 -!- leo-unglaub [~leo-ungla@91-113-57-64.adsl.highway.telekom.at] has joined #openbsd 15:33 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 15:36 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 264 seconds] 15:43 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 15:43 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 246 seconds] 15:48 -!- leo-unglaub [~leo-ungla@91-113-57-64.adsl.highway.telekom.at] has quit [Quit: Leaving.] 15:51 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 264 seconds] 15:51 -!- struchu [~struchu@staticline-31-183-134-120.toya.net.pl] has quit [Quit: WeeChat 3.8] 15:56 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 15:58 -!- Trigon [~reuben@144.39.114.115] has joined #openbsd 16:01 -!- devnull is now known as \dev\null 16:04 < eea> who has more widely adopted "defacto standards" in the wild... ISC or OpenBSD? 16:04 < thrig> unix 16:04 < eea> +1 thrig 16:05 < thrig> I mean they came along later and tried to bolt standards to unix and C 16:05 < eea> heh, and blast fax kudos all around. Bravo OpenBSD 16:07 -!- Trigon [~reuben@144.39.114.115] has quit [Ping timeout: 265 seconds] 16:11 -!- tuu [~test123te@2a00:20:d052:64ff:4200:a8c4:9951:3ca] has joined #openbsd 16:14 -!- desnudopenguino [~Thunderbi@2601:602:d100:16fb:31b6:f2f3:bc2:e288] has joined #openbsd 16:19 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 16:19 -!- tuu [~test123te@2a00:20:d052:64ff:4200:a8c4:9951:3ca] has quit [Quit: Leaving] 16:21 -!- Vizva [~vizva@gateway/tor-sasl/vizva] has joined #openbsd 16:22 -!- typicat [~me0w@user/typicat] has joined #openbsd 16:24 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 246 seconds] 16:29 -!- ALchat [~samuelm@135.180.58.181] has joined #openbsd 16:29 -!- n4dir [~user@i59F518CF.versanet.de] has joined #openbsd 16:30 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 246 seconds] 16:30 < ALchat> Hi 16:31 -!- moldorcoder7 [~moldorcod@192.145.81.25] has joined #openbsd 16:37 -!- zolk3ri [~zolk3ri@gateway/tor-sasl/zolk3ri] has joined #openbsd 16:39 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 16:40 -!- aaro [aaro@user/aaro] has quit [Ping timeout: 248 seconds] 16:46 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 264 seconds] 16:46 -!- xilo [~yourname@user/xilo] has joined #openbsd 16:47 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Quit: Client closed] 16:47 -!- hiddener [~topseykra@146.70.126.220] has quit [Quit: leaving] 16:49 < ALchat> Hello, hello, hello, is anybody out there? 16:49 -!- POLICLINICA_ [~POLICLINI@2804:29b8:5080:2b15:d1e2:38e1:fff8:2933] has joined #openbsd 16:49 < rsjw> yes, but people usually don't reply to just "hi" 16:50 < ALchat> What's the purpose of this channel anyway? 16:50 < rsjw> to talk about the openbsd operating system. see the /topic 16:50 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 16:50 < thrig> or, global world domination 16:51 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 16:51 < rsjw> oh yeah, forgot about global world domination 16:51 < ALchat> well no incendiary topics allowed, so I guess we'll use AI to dominate the world instead? 16:52 < thrig> John McCarthy invented AI to get money 16:52 < ALchat> I use AI to draw poneys 16:53 < pony> :O 16:54 -!- thenemesis [~thenemesi@2409:4073:4e0a:6f8b:a0ab:9c43:71e2:83a5] has joined #openbsd 16:54 < ALchat> unbelievable 16:54 -!- aaro [aaro@user/aaro] has joined #openbsd 16:54 * eea points toward #openbsd-social 16:54 -!- jacobk [~quassel@64.189.201.150] has joined #openbsd 16:57 -!- thenemesis [~thenemesi@2409:4073:4e0a:6f8b:a0ab:9c43:71e2:83a5] has quit [Client Quit] 16:58 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 16:58 -!- seninha [~seninha@user/seninha] has joined #openbsd 16:58 -!- thenemesis [~thenemesi@2409:4073:4e0a:6f8b:a0ab:9c43:71e2:83a5] has joined #openbsd 17:00 -!- tjdaugaard [~tjdaugaar@77.241.136.126.bredband.3.dk] has quit [Read error: Connection reset by peer] 17:01 -!- desnudopenguino1 [~Thunderbi@c-67-183-224-99.hsd1.wa.comcast.net] has joined #openbsd 17:02 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 246 seconds] 17:02 -!- thenemesis [~thenemesi@2409:4073:4e0a:6f8b:a0ab:9c43:71e2:83a5] has quit [Ping timeout: 240 seconds] 17:04 -!- schillingklaus [~schilling@ip2504e20a.dynamic.kabel-deutschland.de] has joined #openbsd 17:05 -!- desnudopenguino [~Thunderbi@2601:602:d100:16fb:31b6:f2f3:bc2:e288] has quit [Ping timeout: 246 seconds] 17:05 -!- desnudopenguino1 is now known as desnudopenguino 17:07 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 17:10 -!- tjdaugaard [~tjdaugaar@nat-cgn12-185-107-14-36.static.kviknet.net] has joined #openbsd 17:11 -!- tuu [~test123te@2a00:20:d052:64ff:4200:cfa1:8ea2:d9e7] has joined #openbsd 17:15 -!- jak3b [~jak3b@c-73-71-185-185.hsd1.ca.comcast.net] has joined #openbsd 17:15 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Quit: Client closed] 17:17 -!- peas [~peasfulto@user/PeasfulTown] has quit [Ping timeout: 240 seconds] 17:20 -!- peas [~peasfulto@user/PeasfulTown] has joined #openbsd 17:22 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 17:23 -!- jak3b [~jak3b@c-73-71-185-185.hsd1.ca.comcast.net] has quit [Quit: WeeChat 3.8] 17:23 -!- bouncy [~ben@user/benoit] has joined #openbsd 17:24 -!- solo [~solo@2601:19c:4a01:cba:b4de:2a8c:4bda:f155] has quit [Read error: Connection reset by peer] 17:36 -!- jacobk [~quassel@64.189.201.150] has quit [Ping timeout: 240 seconds] 17:42 -!- jacobk [~quassel@64.189.201.150] has joined #openbsd 17:44 -!- Tekk [~tekk@66.63.167.213] has joined #openbsd 17:49 -!- terminalpusher [~terminalp@2a01:586:8cfe:1:d8eb:4f82:337d:3aee] has joined #openbsd 17:51 < riceandbeans> lol damn https://www.blackhatethicalhacking.com/news/critical-linux-kernel-flaw-unprivileged-users-gain-root-control/ 17:51 -!- cleric [~cleric@2604:a880:2:d0::53b2:f001] has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in] 17:51 < riceandbeans> Times like this I'm glad my stuff runs pf 17:52 < pony> lol 17:52 -!- cleric [~cleric@138.68.21.116] has joined #openbsd 17:52 < pony> I feel a lot safer now 17:53 < thrig> but but where are the containers?!1! 17:54 < riceandbeans> Hmmm, can a container have its own distinct firewall rules given that it's sharing the host's kernel? 17:54 < riceandbeans> Anyway, I read about a type of OpenBSD VM I had no idea about until like a week ago 17:54 < riceandbeans> aaaaaaand I closed the browser tab 17:54 < riceandbeans> God damn it 17:55 < thrig> containers might have bridges or something like that 17:55 < sibiria> you can run pf in your openbsd vmd guests if you want 17:56 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 246 seconds] 17:57 < riceandbeans> https://jonwillia.ms/2023/03/20/vmctl-ssh 17:57 < riceandbeans> yeah! 17:57 < riceandbeans> vmd 17:57 < riceandbeans> I had to dig through my history, but I thought that was really cool when I read that one 17:58 -!- solo [~solo@c-71-233-184-207.hsd1.ct.comcast.net] has joined #openbsd 17:58 < thrig> I have an alpine linux virt. even turned it on this year 17:59 < oldlaptop> riceandbeans: See https://www.openwall.com/lists/oss-security/2023/05/10/3 for details; it appears that if not for "the containers?!!1!" it would be roughly equivalent to a local privlege escalation exploitable by users with rw to /dev/pf 17:59 < riceandbeans> Fancy 18:00 < riceandbeans> oldlaptop: a lot of places still aren't using containers and a lot of places still think containers fix all their security problems and will somehow make their code faster and more efficient :\ 18:00 < riceandbeans> Of all the places I've worked, only the 2 big name groups used containers 18:01 < riceandbeans> No one likes me trying to evangelize BSD 18:01 < riceandbeans> In terms of how annoying I am, it's somewhere between Poettering and Stallman 18:03 < thrig> actually, openbsd might benefit from marketing better than what "crumudegeon unix sysadmin" offer 18:03 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 240 seconds] 18:04 < oldlaptop> OpenBSD: no kids left on this lawn 18:04 -!- tjdaugaard [~tjdaugaar@nat-cgn12-185-107-14-36.static.kviknet.net] has quit [Ping timeout: 240 seconds] 18:05 < oldlaptop> Maybe steal sqlite's idea: free, functional, and secure: pick any three 18:05 < thrig> finger jmates@thrig.me 18:05 < riceandbeans> jesus christ 18:05 < riceandbeans> https://www.youtube.com/watch?v=xSkCny-HtTw 18:06 < riceandbeans> I was going to say I know all the words to Stallman's song... 18:06 < riceandbeans> And then I found that a group of dudes covered it... 18:08 -!- jmcunx [jmc@user/zjmc] has left #openbsd [] 18:09 -!- Guest81 [~Guest81@ns301923.ip-94-23-57.eu] has joined #openbsd 18:10 < sibiria> catchy 18:14 -!- Guest81 [~Guest81@ns301923.ip-94-23-57.eu] has quit [Client Quit] 18:17 -!- jacobk [~quassel@64.189.201.150] has quit [Ping timeout: 240 seconds] 18:19 < riceandbeans> sibiria: Imagine if Linux kernel releases came out with songs like that to rival the OpenBSD songs... 18:19 < riceandbeans> I'm just saying...you guys have some competition man 18:19 -!- gust43 [~gust43@net-188-153-90-77.cust.vodafonedsl.it] has joined #openbsd 18:19 < sibiria> give the amount of linux dists available, there'd be enough material for an annual competition along the lines of Eurovision Song Contest 18:19 < sibiria> except all of it would probably be worse. a lot worse 18:21 < n4dir> not if you include the distros focused on audio-production. 18:24 -!- schillingklaus [~schilling@ip2504e20a.dynamic.kabel-deutschland.de] has quit [Quit: schillingklaus] 18:31 -!- piotr_ [~piotr@user/filystyn] has joined #openbsd 18:31 -!- piotr_ is now known as Filystyn 18:33 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 18:37 -!- Tracnac [~Thunderbi@user/tracnac] has joined #openbsd 18:38 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 18:39 -!- ArtGravity [~artgravit@user/artgravity] has joined #openbsd 18:40 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 264 seconds] 18:48 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 18:53 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 18:53 -!- n4dir [~user@i59F518CF.versanet.de] has quit [Remote host closed the connection] 18:58 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 265 seconds] 19:00 -!- vi-user [~vi-user@b3zdna.net] has joined #openbsd 19:10 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 19:11 -!- dayid [~dayid@bench.dayid.org] has quit [Quit: quit] 19:15 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 256 seconds] 19:16 -!- imega [~coma@nat-wlan-eduroam-192-41-132-233.uzh.ch] has quit [Ping timeout: 256 seconds] 19:18 -!- dayid [~dayid@bench.dayid.org] has joined #openbsd 19:18 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 19:21 -!- frkzoid [~frkazoid3@2603-9000-cf01-74e0-5d93-aab1-4044-dc57.inf6.spectrum.com] has joined #openbsd 19:22 -!- frkazoid333 [~frkazoid3@2603-9000-cf01-74e0-1c9b-afe2-97cb-ad04.inf6.spectrum.com] has quit [Ping timeout: 256 seconds] 19:29 -!- moth is now known as moth_ 19:29 -!- vysn [~vysn@user/vysn] has quit [Remote host closed the connection] 19:32 -!- absc [~absc@213.55.242.46] has joined #openbsd 19:32 < moth_> how do openbsd people deal with the intel management engine or the amd platform security processor? is there any practical advice from a security standpoint or do you just throw your hands up in the air at that point? 19:34 -!- archpc [~archpc@user/archpc] has quit [Quit: cat /pet/pat] 19:34 -!- archpc [~archpc@user/archpc] has joined #openbsd 19:35 < oldlaptop> I think, practically speaking, the AMD thing isn't nearly as much of a concern. 19:36 -!- Tracnac [~Thunderbi@user/tracnac] has quit [Quit: Tracnac] 19:36 < thrig> arm is a thing 19:37 -!- POLICLINICA_ [~POLICLINI@2804:29b8:5080:2b15:d1e2:38e1:fff8:2933] has quit [Quit: Leaving] 19:37 < oldlaptop> The ME is concerning over and above other hardware insofar as intel has a track record of using it to implement (say) buggy out-of-band management systems with security flaws 19:37 < oldlaptop> As far as the black helicopters using it to exfiltrate all your secrets... 19:38 < moth_> i wish arm was a thing on all of my machines. realistically speaking, i have to deal with intel cpus. 19:39 < oldlaptop> Why can't the black helicopters use an ARM, or RISCV, or whatever, to exfiltrate your secrets? (You don't know what the factories and fabs and so on are really doing with those, either.) 19:39 < oldlaptop> At a certain point it doesn't repay worring about 19:41 -!- Vizva [~vizva@gateway/tor-sasl/vizva] has quit [Remote host closed the connection] 19:43 -!- gust43 [~gust43@net-188-153-90-77.cust.vodafonedsl.it] has quit [Quit: Client closed] 19:44 < moth_> i assume that at least some of you are using openbsd because you're conscious about security and if there's credible evidence of how it can be undermined it should cause concern. 19:44 < moth_> in the same way that i don't trust my mobile phone. 19:46 -!- edgars [~edgars@95.68.97.7] has joined #openbsd 19:47 < oldlaptop> I'm suggesting it's better to approach hardware with intel's ME as something squishy and (potentially) full of holes that needs to be behind a firewall to be internet-connected than as a tool of the Illuminati conspiracy or something 19:47 < moth_> if i'd laugh it off by thinking of myself as someone worrying that a squad is roping themselves into my home from the building, i might as well use windows. 19:48 < oldlaptop> The latter isn't something you can deal with in any case, including by choosing other hardware. The former *is*: you can buy hardware that doesn't have buggy remote-management features, or firewall it carefully, or... 19:50 < jcs> so ME has been known about for how many years now and how many attacks on it have ever been published? vs the infinite number of vulnerabilities in browsers, network stacks, ssl libraries, etc. 19:51 -!- edgars [~edgars@95.68.97.7] has quit [Ping timeout: 264 seconds] 19:51 < jcs> it's kind of silly to even worry about it as an attack vector when there are so many other things to worry about 19:52 < thrig> humans worry a lot about sitting in a plane, but sit in a car with no worries 19:52 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has joined #openbsd 19:52 < jcs> yeah, and you're much more likely to die on the way to the airport than in the air 19:52 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Quit: Client closed] 19:52 < jcs> but people are not rational 19:55 -!- archpc [~archpc@user/archpc] has quit [Quit: cat /pet/pat] 19:55 -!- archpc [~archpc@user/archpc] has joined #openbsd 19:55 < jcs> also, who are you to warrant the amount of state-backed effort to compromise a computer remotely via the ME? they spend millions buying iOS exploits to spy on other countries and van dissidents, not break into some weirdo's computer just to see his hentai porn and watch him idle on irc 19:59 < moth_> lol... okay, i've been compared to someone who worries about 'black helicopters' and now i'm being told that i have 'hentai porn' to hide and that i'm idling on irc all the time. you guys keep doing your thing on irc. see ya. 19:59 -!- moth_ [~moth@238c.org] has left #openbsd [] 20:00 < thrig> projecting the shadow much? 20:00 -!- archpc [~archpc@user/archpc] has quit [Client Quit] 20:00 -!- tjdaugaard [~tjdaugaar@nat-cgn12-185-107-14-36.static.kviknet.net] has joined #openbsd 20:00 -!- ajr [~ajr@user/ajr] has joined #openbsd 20:12 -!- pirateoverboard_ [~pirateove@user/pirateoverboard] has joined #openbsd 20:13 -!- pirateoverboard [~pirateove@user/pirateoverboard] has quit [Ping timeout: 265 seconds] 20:13 -!- feriman [~feriman@188.163.114.49] has quit [Ping timeout: 240 seconds] 20:15 < brocashelm> what just happened here 20:26 -!- pvalenta_ [~petr@user/pvalenta] has joined #openbsd 20:29 -!- pvalenta [~petr@user/pvalenta] has quit [Ping timeout: 240 seconds] 20:31 < psionic> So 7.4 will only come next year? 20:31 < psionic> In that case it's time to try 7.3 20:32 < psionic> dont like the shit getting updated too often either, my last test image is 7.0 20:32 < thrig> next year would be 7.5 and 7.6 20:33 -!- absc [~absc@213.55.242.46] has quit [Remote host closed the connection] 20:34 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 20:35 < oldlaptop> Every six-ish months, spring and fall 20:35 < eea> every 6 months, like clockwork 20:35 < oldlaptop> The "like clockwork" changed when CDs went away 20:35 < oldlaptop> usually seems to be earlier than May 1/November 1 20:36 < eea> Einstien tried to explain relativity 20:37 < psionic> is there some good all in one benchmark sute it can run on it? Like the phoronix thing on linux 20:38 -!- scain [~scain@2603-8080-b104-4e00-45cf-678b-0a7f-b897.res6.spectrum.com] has quit [Quit: Konversation terminated!] 20:41 < Bradipo> Speaking of CDs, I miss them. 20:42 < thrig> fix your scope? 20:42 < Bradipo> I prefer archery. 20:43 < oldlaptop> I'm not sure "good" and "all-in-one benchmark suite" are compatible concepts 20:44 -!- duckl1ng [~bodzio@uluru.ap-media.pl] has left #openbsd [] 20:44 -!- peas [~peasfulto@user/PeasfulTown] has quit [Ping timeout: 240 seconds] 20:44 < finkfox> what your favorte commandline music player on openbsd, that allows for good playlist management? I'm currenly using cmus, still getting used to it. 20:45 < oldlaptop> I stopped using anything but mpd on non-smartphone computers a long time ago 20:46 < oldlaptop> (commandline clients include mpc, ncmpc - which is to "ncmpcpp" as C is to C++, roughly) 20:46 -!- n4dir [~user@i59F518CF.versanet.de] has joined #openbsd 20:46 < typicat> ncspot! 20:46 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 20:46 -!- peas [~peasfulto@user/PeasfulTown] has joined #openbsd 20:48 < brocashelm> cmus is great 20:49 < brocashelm> moc would be my second choice 20:49 -!- foobared [~freebsd@catv-176-63-14-236.catv.fixed.vodafone.hu] has joined #openbsd 20:49 -!- cth [felix@31.204.155.215] has quit [Remote host closed the connection] 20:49 < finkfox> ok thanks will have a look 20:50 < dqk> mpd and ncmpcpp on top altough any client supporting mpd can be used on boxen where ncmpcpp isn't present 20:50 -!- cth [felix@31.204.155.215] has joined #openbsd 20:51 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 265 seconds] 20:52 -!- foobared [~freebsd@catv-176-63-14-236.catv.fixed.vodafone.hu] has left #openbsd [] 20:54 < hussein1> if i want to write a program that makes ioctls, netintro.4 says "the ioctl is made on a socket" but how do i know which socket? 20:54 < thrig> probably the one you gave as an argument to ioctl 20:55 < hussein1> how do i know which socket to pass as an argument? 20:55 -!- dqk [~dqk@80.215.159.155] has quit [Read error: Connection reset by peer] 20:55 < thrig> the one you want the ioctl to apply to 20:57 -!- tjdaugaard [~tjdaugaar@nat-cgn12-185-107-14-36.static.kviknet.net] has quit [Ping timeout: 240 seconds] 20:59 -!- dqk [~dqk@176.160.70.56] has joined #openbsd 20:59 < n4dir> xmms2 ist not too bad 21:00 -!- Filystyn [~piotr@user/filystyn] has quit [Quit: Lost terminal] 21:01 < psionic> xmms was always bad :D I stay with winamp 21:02 < psionic> I remember using beep media player for a while 21:02 < n4dir> xmms2 is not xmms 21:02 < psionic> yeah thats the shit which never had a gui by default 21:02 -!- cth [felix@31.204.155.215] has quit [Quit: cth] 21:02 < n4dir> i wouldn't bet moc or cmus have it. 21:04 < brocashelm> only gui music player i'd use is strawberry, for the graphical EQ 21:07 -!- jak3b [~jak3b@2601:645:8085:b6d0::5b24] has joined #openbsd 21:10 -!- shored [~shored@user/shored] has quit [Ping timeout: 240 seconds] 21:12 -!- shored [~shored@user/shored] has joined #openbsd 21:14 -!- jak3b [~jak3b@2601:645:8085:b6d0::5b24] has quit [Quit: WeeChat 3.8] 21:14 -!- dsrt^ [~dsrt@73.237.206.60] has joined #openbsd 21:15 -!- xet7 [~xet7@user/xet7] has quit [Read error: Connection reset by peer] 21:18 -!- ficonni [~ficonni@178-223-149-188.dynamic.isp.telekom.rs] has quit [Remote host closed the connection] 21:20 < finkfox> so I tried to install "mpd" but got something like "... (sqlite3-3.41.0): minor is too small" error 21:20 < finkfox> what does this actually mean? I'm on -current. 21:21 < finkfox> do I need to do pkg_add -u? or sysupgrade? 21:22 < Bradipo> You might have to wait a few years for minor to grow up? 21:22 < finkfox> Bradipo: :-) 21:22 < thrig> or raise the 3rd 21:23 < Bradipo> If you raise the 3rd does it become second? 21:23 < finkfox> but seriously, what does the error actually mean precisely? 21:23 < Bradipo> It's comparing a version string to something. 21:23 < Bradipo> Major could be 3, minor 41. 21:23 < Bradipo> Just a guess though. 21:24 < finkfox> the full error is: Can't install mpd-0.23.12 because of libraries 21:24 < finkfox> |library sqlite3.37.23 not found 21:25 < sibiria> it's built against a version of sqlite not available on your mirror (yet) 21:25 < finkfox> | /usr/local/lib/libsqlite3.so.37.22 (sqlite3-3.41.0): minor is too small 21:25 < oldlaptop> Or it is available on your mirror, but you haven't done a `pkg_add - u` in a while 21:25 < oldlaptop> in that case you could pkg_add -u and try again, or use -U 21:25 < sibiria> pkg_add -Ui 21:25 < oldlaptop> (this is what -U is for) 21:26 < psionic> oooo new encrypt disk option gonna try this next time 21:26 < psionic> How long till partition c will be reserved ? :) 21:26 < psionic> why is c reserved anyway is that theos favorite letter or smth 21:27 < finkfox> ok thank you. 21:32 -!- xet7 [~xet7@user/xet7] has joined #openbsd 21:38 < finkfox> what I find cumbersome with cmus: to a track to a playlist, one hast to select the playlist first. it would be nice if the playlist to use would be asked for interactively. 21:38 < finkfox> (to add a track to a playlist) 21:39 -!- danilogondolfo [~danilogon@37.228.206.65] has quit [Quit: Leaving] 21:45 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 240 seconds] 21:53 -!- dqk [~dqk@176.160.70.56] has quit [Read error: Connection reset by peer] 21:55 -!- dqk [~dqk@176.160.70.56] has joined #openbsd 21:55 -!- morte_ [~user@user/monkey/x-0691028] has quit [Remote host closed the connection] 21:59 < vortexx> psionic: it goes back much further than just OpenBSD, it's old BSD lore, when it wasn't on PCs iirc (the good old days of VAX) 22:03 < psionic> Is this new feature that it can display disk geometry now in MB/GB with p M or just I didnt notice in the past :> 22:08 < vortexx> nah that's been there for ages and ages 22:12 -!- imega [~coma@2001-8e0-2222-2000--a30.ewz.ftth.ip6.as8758.net] has joined #openbsd 22:12 -!- ajr [~ajr@user/ajr] has quit [] 22:13 -!- mfs [~mfs@user/mfs] has quit [Quit: leaving] 22:15 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 3.8] 22:20 -!- znedw23 [~znedw@home.znedw.com] has quit [Ping timeout: 256 seconds] 22:21 -!- rsjw [~rsjw@pool-138-88-60-108.washdc.fios.verizon.net] has left #openbsd [] 22:21 -!- srfsh [~srfsh@user/srfsh] has quit [Remote host closed the connection] 22:22 -!- srfsh [~srfsh@user/srfsh] has joined #openbsd 22:23 -!- znedw23 [~znedw@home.znedw.com] has joined #openbsd 22:28 -!- imega [~coma@2001-8e0-2222-2000--a30.ewz.ftth.ip6.as8758.net] has quit [Ping timeout: 265 seconds] 22:28 -!- SexWarrior [~DankFrank@2a01:4b00:940e:f600:ed1a:a12d:e7d2:6ade] has quit [Quit: Leaving] 22:29 -!- CalculusCats [NyaaTheKit@user/calculuscat] has joined #openbsd 22:32 -!- nyah [~nyah@cpc75709-york6-2-0-cust260.7-1.cable.virginm.net] has quit [Quit: leaving] 22:35 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 22:41 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has quit [Ping timeout: 248 seconds] 22:43 < pardis> the origins of c being reserved go back further than BSD, actually 22:43 -!- dqk [~dqk@176.160.70.56] has quit [Read error: Connection reset by peer] 22:44 < pardis> AT&T UNIX had hardcoded partition layouts in which the third "partition" was used to represent the entire disk (back then disks were small enough and usage patterns standard enough that custom layouts weren't needed) 22:45 < pardis> that eventually evolved into BSD disklabel, but the convention of the third partition being the whole disk never changed 22:45 -!- dqk [~dqk@176.160.70.56] has joined #openbsd 22:47 -!- n4dir [~user@i59F518CF.versanet.de] has quit [Remote host closed the connection] 22:47 -!- edgars_ [~edgars@95.68.97.7] has joined #openbsd 22:51 < uwharrie> C:\> 22:51 -!- znedw23 [~znedw@home.znedw.com] has quit [Ping timeout: 264 seconds] 22:53 -!- edgars_ [~edgars@95.68.97.7] has quit [Ping timeout: 265 seconds] 22:54 -!- stellacy [~stellacy@gateway/tor-sasl/stellacy] has quit [Ping timeout: 240 seconds] 22:55 -!- op2 [~op2@user/op2] has quit [Ping timeout: 264 seconds] 22:56 < jcs> dir /w 22:57 -!- stellacy [~stellacy@gateway/tor-sasl/stellacy] has joined #openbsd 22:58 -!- znedw23 [~znedw@home.znedw.com] has joined #openbsd 23:13 -!- dsrt^ [~dsrt@73.237.206.60] has quit [Ping timeout: 265 seconds] 23:14 -!- dsrt^ [~dsrt@73.237.206.60] has joined #openbsd 23:16 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 23:23 -!- mncheckm [~mncheck@193.224.205.254] has quit [Ping timeout: 268 seconds] 23:24 -!- Bradipo [~amb@50-77-44-29-static.hfc.comcastbusiness.net] has quit [Quit: Lost terminal] 23:24 -!- mns` [~mns@45.189.240.68] has quit [Quit: bbl] 23:29 -!- Trigon [~reuben@144.39.114.115] has joined #openbsd 23:31 -!- desnudopenguino1 [~Thunderbi@2601:602:d100:16fb:529c:1414:4343:8f8a] has joined #openbsd 23:32 -!- desnudopenguino [~Thunderbi@c-67-183-224-99.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 23:32 -!- desnudopenguino1 is now known as desnudopenguino 23:34 -!- jak3b [~jak3b@2601:645:8085:b6d0::5b24] has joined #openbsd 23:43 -!- blackmetal [~BlackMeta@9.20.213.193.static.cust.telenor.com] has joined #openbsd 23:44 -!- zimmer [~zimmer@user/zimmer] has quit [Remote host closed the connection] 23:46 -!- jak3b [~jak3b@2601:645:8085:b6d0::5b24] has quit [Quit: WeeChat 3.8] 23:47 -!- adip [~adip@c134-177.icpnet.pl] has quit [Ping timeout: 240 seconds] 23:50 -!- djhankb [~djhankb@208.113.164.68] has quit [Read error: Connection reset by peer] 23:51 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd --- Log closed Thu May 11 00:00:12 2023