--- Log opened Fri Nov 21 00:00:23 2025 00:01 -!- agentcasey [~agentcase@2600:1702:d70:4520::12] has joined #openbsd 00:06 -!- tozhu [~tozhu@171.223.92.232] has quit [Quit: tozhu] 00:09 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has joined #openbsd 00:10 -!- tobiasu [~tobiasu@user/tobiasu] has joined #openbsd 00:10 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 244 seconds] 00:12 -!- jerryf_ [~jerryf@user/jerryf] has joined #openbsd 00:13 -!- jerryf [~jerryf@user/jerryf] has quit [Remote host closed the connection] 00:13 -!- mbuhl [~mbuhl@user/mbuhl] has quit [Remote host closed the connection] 00:15 -!- CrimeWave [~Ebox-MTL@user/CrimeWave] has joined #openbsd 00:15 -!- fro [fro@humpty.dance] has quit [Quit: ..: die bastards!@#&!#] 00:16 -!- mbuhl [~mbuhl@user/mbuhl] has joined #openbsd 00:17 -!- sjg [~sjg@user/sjg] has joined #openbsd 00:19 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has quit [Ping timeout: 272 seconds] 00:25 -!- sombrero [~sombrero@user/sombrero] has quit [Ping timeout: 272 seconds] 00:29 -!- wmcd [~sombrero@user/sombrero] has joined #openbsd 00:29 -!- wmcd is now known as sombrero 00:35 -!- sombrero [~sombrero@user/sombrero] has quit [Ping timeout: 272 seconds] 00:40 -!- swaggboi [~kvirc@slackware.uk/supporter/swaggboi] has quit [Remote host closed the connection] 00:43 -!- sjg_ [~sjg@user/sjg] has joined #openbsd 00:43 -!- swaggboi [~kvirc@slackware.uk/supporter/swaggboi] has joined #openbsd 00:43 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 00:44 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 00:46 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 265 seconds] 00:49 -!- sjg_ [~sjg@user/sjg] has quit [Ping timeout: 260 seconds] 00:56 -!- sjg [~sjg@user/sjg] has joined #openbsd 01:02 -!- wmcd [~sombrero@user/sombrero] has joined #openbsd 01:02 -!- wmcd is now known as sombrero 01:10 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 01:20 -!- bigato_ [~bigato@170.81.150.196] has joined #openbsd 01:20 -!- bigato [~bigato@user/bigato] has quit [Read error: Connection reset by peer] 01:24 -!- gotohello [~gotohello@user/gotohello] has joined #openbsd 01:25 -!- sjg_ [~sjg@user/sjg] has joined #openbsd 01:26 -!- znedw4542 [~znedw@2400:a846:4040::f61] has quit [Ping timeout: 256 seconds] 01:29 -!- znedw4542 [~znedw@2400:a846:4040:0:76eb:b370:c665:7c0c] has joined #openbsd 01:29 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 256 seconds] 01:32 -!- sjg_ [~sjg@user/sjg] has quit [Ping timeout: 252 seconds] 01:33 -!- sjg [~sjg@user/sjg] has joined #openbsd 01:36 < echelon> hi, in httpd.conf, how do you configure a server stanza so it captures all domains? 01:37 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 01:37 < echelon> server "*" { .. } ? 01:40 -!- sombrero [~sombrero@user/sombrero] has quit [Ping timeout: 272 seconds] 01:41 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 244 seconds] 01:42 < pardis> the third sentence in the SERVERS section of httpd.conf(5) seems relevant 01:42 -!- seagoat [seagoat@front0.emacsconf.org] has joined #openbsd 01:44 -!- sjg [~sjg@user/sjg] has joined #openbsd 01:45 < ssm_> $ man httpd.conf | col -b | sed -n '/server name {...}/,/including wildcards/p' 01:45 < echelon> yeah, i read that, wasn't sure if you just use a wildcard by itself 01:46 < echelon> the other thing i'm trying is to just serve an empty page and just return 200 for every uri request 01:46 < echelon> is a uri required for the block return feature? 01:46 -!- seagoat [seagoat@front0.emacsconf.org] has left #openbsd [] 01:47 < Bradipo> block return? 01:47 < ssm_> rtfm the fucking manual 01:47 < ssm_> oh 01:47 < ssm_> wrong channel 01:47 < ssm_> sorry, not the behavior to use here 01:47 * pardis isn't sure how much clearer httpd.conf(5) can get when it says "The optional uri argument" 01:48 < echelon> yeah, like.. location * { block return 200 } 01:48 < Bradipo> You can probably just use location. 01:48 < echelon> hmm 01:49 < Bradipo> Oh wait, you want to just "block return 200", interesting. 01:49 < Bradipo> The description does say "Close the connection and send an error page". 01:49 < Bradipo> Maybe you need to provide an errdoc 200.html 01:49 < oldlaptop> ERROR: Everything is OK. 01:50 < Bradipo> Well, in theory if it returns 200 it's not an error. :-) 01:50 < Bradipo> At least not to the client. 01:50 < Bradipo> Or you could have err.html. 01:50 < Bradipo> See the "errdocs" keyword. 01:50 < Bradipo> All untested mind you. 01:50 < ssm_> any working examples of obscure sed(1) features like functions, hold and pattern space? 01:50 < Bradipo> Oh I have some I could dig up if you're really interested. 01:51 < echelon> this is what i get https://pastee.dev/r/WZfFypQU 01:51 < ssm_> I get how they work, but I don't get many ideas on how to "use" them 01:51 < oldlaptop> Situation erroneous: nothing fouled up. 01:51 < Bradipo> Then there's always sedtris. 01:52 < Bradipo> echelon: Yeah, well, you didn't provide an errdocs directory with an appropriate 200.html or err.html, did you? 01:52 < Bradipo> It's serving up the default errdocs page. 01:52 < echelon> nope, i was trying it without it 01:53 < puffybuf> can I just bridge tap0 with my network iface? tcpdump -i tap0 shows it gets arp requests but doesn't send a reply. If I do tcpdump -i bridge0 it shows the reply 01:55 < dlg> what are you trying to do? 01:56 < puffybuf> I just want my Linux VM to be able to use the network 01:56 -!- wmcd [~sombrero@user/sombrero] has joined #openbsd 01:56 -!- wmcd is now known as sombrero 01:56 < dlg> is your network connected via ethernet? 01:58 < puffybuf> so I'm installing debian on my openbsd machine as a virtual machine. I setup vm.conf and I put 'pass on tap0' in my pf.conf and I bridged tap and my network iface 01:58 < dlg> that should work 01:58 < dlg> did you bring bridge0 up? 01:59 < dlg> are you using dhcp on your network iface? 02:00 < echelon> Bradipo: https://pastee.dev/r/5zrRZzdv 02:01 < Bradipo> Does httpd have access to /var/httpd/errdocs? 02:01 < Bradipo> Did you read the man page that says: directory is relative to the chroot. 02:02 < echelon> it's world-readable 02:02 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has joined #openbsd 02:02 < Bradipo> By default the chroot directory is /var/www, so are you saying you have a /var/www/var/httpd/errdocs ? 02:03 < echelon> i didn't realize it used chroot by default 02:03 < Bradipo> If you're using httpd(8) I don't think it can run *without* chroot. 02:05 < echelon> that did the trick! thanks :) 02:07 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has quit [Ping timeout: 272 seconds] 02:08 -!- cryptexx0 [~cryptexx0@185-177-124-101.hosted-by-worldstream.net] has joined #openbsd 02:14 -!- agentcasey_ [agentcasey@2600:3c03::f03c:93ff:febe:5054] has joined #openbsd 02:15 -!- agentcasey [~agentcase@2600:1702:d70:4520::12] has quit [Ping timeout: 264 seconds] 02:29 -!- down200 [~down200@shell.lug.mtu.edu] has quit [Quit: ZNC - https://znc.in] 02:33 -!- Bradipo is now known as Guest3634 02:33 -!- Guest3634 [~Bradipo@50.77.44.29] has quit [Killed (zinc.libera.chat (Nickname regained by services))] 02:34 -!- Bradipo [~Bradipo@50.77.44.19] has joined #openbsd 02:39 -!- jitter [~jitter@user/jitter] has quit [Ping timeout: 244 seconds] 02:41 -!- jitter [~jitter@134.101.135.178.dynamic-pppoe.dt.ipv4.wtnet.de] has joined #openbsd 02:41 -!- jitter [~jitter@134.101.135.178.dynamic-pppoe.dt.ipv4.wtnet.de] has quit [Changing host] 02:41 -!- jitter [~jitter@user/jitter] has joined #openbsd 02:46 -!- martinver [~martinver@200.68.171.218] has joined #openbsd 02:48 -!- martinver [~martinver@200.68.171.218] has quit [Client Quit] 02:53 -!- pony [sid524992@smol/hors] has joined #openbsd 02:57 < puffybuf> yea I can't get dhcp to work over the bridge either 03:00 -!- ewig [~ewig@user/ewig] has joined #openbsd 03:02 -!- m0v_ [~m0v@113.192.29.134] has joined #openbsd 03:02 -!- m0v [~m0v@user/m0v] has quit [Ping timeout: 246 seconds] 03:05 -!- ecbrown [~user@user/ecbrown] has joined #openbsd 03:06 -!- tvtoon [~The_cUnix@user/tvtoon] has quit [Quit: "She got issues..."] 03:09 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 03:14 -!- ecbrown [~user@user/ecbrown] has quit [Ping timeout: 264 seconds] 03:15 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 03:28 -!- grifter_ [~grifter@user/grifter-:19210] has joined #openbsd 03:29 -!- km [~km@c978F5BC1.dhcp.as2116.net] has quit [] 03:31 -!- nature [~nature@64.137.144.64] has quit [Ping timeout: 244 seconds] 03:33 -!- nature [~nature@openvpn-37.cs.toronto.edu] has joined #openbsd 03:36 -!- eniac [~eniac@user/eniac] has quit [Remote host closed the connection] 03:37 -!- qqe [~qqq@185.54.21.140] has joined #openbsd 03:54 -!- _zip100 [~zip100@185.209.196.202] has quit [Ping timeout: 264 seconds] 03:54 -!- zip100 [~zip100@185.209.196.245] has joined #openbsd 03:58 -!- tozhu [~tozhu@223.87.244.17] has joined #openbsd 04:00 -!- tozhu [~tozhu@223.87.244.17] has quit [Client Quit] 04:01 -!- ZHuangZi [~ZHuangZi@user/ZhuangZi] has quit [Quit: patching] 04:02 -!- senninha [~seninha@user/seninha] has quit [Remote host closed the connection] 04:03 < echelon> is it possible to make unbound just answer for specific host entries instead of answering authoritatively for an entire zone? 04:03 -!- tozhu [~tozhu@223.87.244.17] has joined #openbsd 04:04 -!- mover [~hischild@user/mover] has quit [Quit: leaving] 04:05 < echelon> oh! transparent instead of static 04:09 < echelon> for some reason it just hangs 04:10 -!- sombrero [~sombrero@user/sombrero] has quit [Ping timeout: 272 seconds] 04:37 < echelon> when i do forward-zone "." forward-addr to a working recursive server, it hangs 04:38 -!- nature [~nature@openvpn-37.cs.toronto.edu] has quit [Ping timeout: 264 seconds] 04:40 -!- nature [~nature@64.137.144.64] has joined #openbsd 04:40 -!- luscious1 [~luscious@user/lusciouslover] has joined #openbsd 04:40 -!- lusciouslover [~luscious@user/lusciouslover] has quit [Ping timeout: 264 seconds] 04:45 < dlg> puffybuf: you should switch from bridge(4) to veb(4) 05:25 -!- MrHAPPY [~pxq@user/MrHAPPY] has joined #openbsd 05:30 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has joined #openbsd 05:31 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has quit [Remote host closed the connection] 05:31 -!- Bradipo [~Bradipo@50.77.44.19] has quit [Quit: Lost terminal] 05:34 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has joined #openbsd 05:34 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has quit [Remote host closed the connection] 05:34 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has joined #openbsd 05:35 -!- agentcasey [~agentcase@143-42-229-181.ip.linodeusercontent.com] has joined #openbsd 05:36 -!- agentcasey_ [agentcasey@2600:3c03::f03c:93ff:febe:5054] has quit [Ping timeout: 264 seconds] 05:37 -!- shiranaihito_ [~shiranaih@ppp-58-11-158-244.revip2.asianet.co.th] has joined #openbsd 05:41 -!- h3artbl33d [~h3artbl33@user/h3artbl33d] has quit [Read error: Connection reset by peer] 05:41 < echelon> ah! it's because i have two interfaces 05:41 < echelon> i didn't list them all with the outgoing-interface setting 05:57 -!- tux100_ [~tux100@user/tux100] has joined #openbsd 05:58 -!- MrHAPPY [~pxq@user/MrHAPPY] has quit [] 06:01 -!- tux100_ is now known as tux01 06:02 -!- johnzlly [~johnzlly@user/johnzlly] has quit [Ping timeout: 250 seconds] 06:06 -!- m0v_ [~m0v@113.192.29.134] has quit [Ping timeout: 252 seconds] 06:09 -!- m0v [~m0v@113.192.29.134] has joined #openbsd 06:09 -!- m0v [~m0v@113.192.29.134] has quit [Changing host] 06:09 -!- m0v [~m0v@user/m0v] has joined #openbsd 06:13 -!- xx [~xx@user/xx] has quit [Remote host closed the connection] 06:14 -!- xx [~xx@user/xx] has joined #openbsd 06:22 -!- ixc [~ixc@user/ixc] has joined #openbsd 06:28 -!- tux01 [~tux100@user/tux100] has quit [Ping timeout: 264 seconds] 06:31 -!- LenPayne [~LenPayne@user/lenpayne] has quit [Ping timeout: 244 seconds] 06:31 -!- LenPayne [~LenPayne@user/lenpayne] has joined #openbsd 06:40 -!- busterbcook [~busterbco@user/busterbcook] has quit [Ping timeout: 244 seconds] 06:41 -!- busterbcook [~busterbco@user/busterbcook] has joined #openbsd 06:45 -!- LenPayne [~LenPayne@user/lenpayne] has quit [Ping timeout: 264 seconds] 06:46 -!- fart_cat [~fart_cat@user/fart-cat:36778] has quit [Remote host closed the connection] 06:49 -!- LenPayne [~LenPayne@user/lenpayne] has joined #openbsd 06:57 -!- Lucanis_ [~lucanis@user/lucanis] has quit [Read error: Connection reset by peer] 06:59 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 07:00 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 07:00 -!- jerryf [~jerryf@user/jerryf] has joined #openbsd 07:00 -!- jerryf_ [~jerryf@user/jerryf] has quit [Remote host closed the connection] 07:02 -!- librecat [uid714233@id-714233.helmsley.irccloud.com] has joined #openbsd 07:14 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 07:14 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 07:14 -!- zenptr [~zenptr@user/zenptr] has quit [Quit: ZNC 1.8.2 - https://znc.in] 07:14 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has joined #openbsd 07:15 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has joined #openbsd 07:15 -!- jerryf [~jerryf@user/jerryf] has quit [Remote host closed the connection] 07:16 -!- jerryf [~jerryf@user/jerryf] has joined #openbsd 07:17 -!- zenptr [~zenptr@user/zenptr] has joined #openbsd 07:20 -!- johnzlly [~johnzlly@user/johnzlly] has joined #openbsd 07:40 -!- km [~km@c978f5bc1.dhcp.as2116.net] has joined #openbsd 07:41 -!- h3artbl33d [~h3artbl33@user/h3artbl33d] has joined #openbsd 07:45 -!- km [~km@c978f5bc1.dhcp.as2116.net] has quit [] 07:45 -!- psydroid3 [~psydroid@185.99.206.53] has joined #openbsd 07:46 -!- lagrange [~john@user/lagrange] has joined #openbsd 07:53 -!- struchu [~struchu@62.87.192.114] has joined #openbsd 07:58 -!- nature [~nature@64.137.144.64] has quit [Ping timeout: 252 seconds] 08:02 -!- atypicalscholar [~atypicals@213.233.104.214] has joined #openbsd 08:05 -!- jerryf_ [~jerryf@user/jerryf] has joined #openbsd 08:07 -!- jerryf [~jerryf@user/jerryf] has quit [Remote host closed the connection] 08:07 -!- skippy8 [~skippy8@185.224.112.81] has joined #openbsd 08:11 -!- jerryf_ [~jerryf@user/jerryf] has quit [Remote host closed the connection] 08:12 -!- ewig [~ewig@user/ewig] has quit [Remote host closed the connection] 08:16 -!- atypicalscholar [~atypicals@213.233.104.214] has quit [Ping timeout: 250 seconds] 08:19 -!- psydroid3 [~psydroid@185.99.206.53] has quit [Ping timeout: 256 seconds] 08:23 -!- johnzlly [~johnzlly@user/johnzlly] has quit [Ping timeout: 240 seconds] 08:26 -!- jerryf [~jerryf@user/jerryf] has joined #openbsd 08:26 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 08:28 -!- zippy [~quassel@188.27.44.161] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 08:29 -!- zippy [~quassel@188.27.44.161] has joined #openbsd 08:30 -!- daugaard [~daugaard@user/daugaard] has joined #openbsd 08:31 -!- feriman [~feriman@user/feriman] has joined #openbsd 08:45 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Remote host closed the connection] 08:57 -!- luscious1 is now known as lusciouslover 08:58 -!- psydroid3 [~psydroid@185.99.206.53] has joined #openbsd 09:05 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 09:13 -!- m0v [~m0v@user/m0v] has quit [Ping timeout: 250 seconds] 09:15 -!- mesaoptimizer [~mesa@user/PapuaHardyNet] has quit [Quit: WeeChat 4.0.4] 09:15 -!- skippy8 [~skippy8@185.224.112.81] has quit [Quit: WeeChat 4.7.1] 09:18 -!- sd0 [~nobody@user/sd0] has quit [] 09:23 -!- psydroid3 [~psydroid@185.99.206.53] has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/] 09:24 -!- skippy8 [~skippy8@185.224.112.81] has joined #openbsd 09:25 -!- m0v [~m0v@113.192.29.134] has joined #openbsd 09:25 -!- m0v [~m0v@113.192.29.134] has quit [Changing host] 09:25 -!- m0v [~m0v@user/m0v] has joined #openbsd 09:26 -!- rc [~rc@user/rc] has quit [Quit: nyaa~] 09:27 -!- johnzlly [~johnzlly@kd118158186024.ppp-bb.dion.ne.jp] has joined #openbsd 09:27 -!- johnzlly [~johnzlly@kd118158186024.ppp-bb.dion.ne.jp] has quit [Changing host] 09:27 -!- johnzlly [~johnzlly@user/johnzlly] has joined #openbsd 09:28 -!- begriffs_ [~begriffs@user/begriffs] has joined #openbsd 09:29 -!- ninex [ninex@user/ninex] has quit [Quit: ninex] 09:29 -!- ninex [ninex@user/ninex] has joined #openbsd 09:30 -!- beg [~begriffs@user/begriffs] has quit [Ping timeout: 244 seconds] 09:30 -!- librecat [uid714233@id-714233.helmsley.irccloud.com] has quit [Quit: Connection closed for inactivity] 09:36 -!- johnzlly [~johnzlly@user/johnzlly] has quit [Ping timeout: 264 seconds] 09:38 -!- johnzlly [~johnzlly@user/johnzlly] has joined #openbsd 09:41 -!- sd0 [~nobody@user/sd0] has joined #openbsd 09:44 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 09:46 -!- atypicalscholar [~atypicals@213.233.104.214] has joined #openbsd 09:48 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has quit [Remote host closed the connection] 09:49 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has joined #openbsd 09:52 -!- Bingulous [~quassel@82.20.30.160] has joined #openbsd 09:53 -!- shiranaihito_ [~shiranaih@ppp-58-11-158-244.revip2.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 09:54 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 09:55 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 09:55 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 09:56 -!- struchu [~struchu@62.87.192.114] has quit [Ping timeout: 256 seconds] 09:58 -!- tcb [~quassel@user/tcberner] has quit [Ping timeout: 246 seconds] 09:59 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has quit [Ping timeout: 272 seconds] 09:59 -!- antranigv_ [~antranigv@bsd.am] has joined #openbsd 10:00 -!- antranigv [~antranigv@bsd.am] has quit [Ping timeout: 240 seconds] 10:01 -!- atypicalscholar [~atypicals@213.233.104.214] has quit [Quit: Client closed] 10:01 -!- CrashOverride [~strcat@p57b4b4f4.dip0.t-ipconnect.de] has joined #openbsd 10:01 -!- tcberner [~quassel@user/tcberner] has joined #openbsd 10:03 -!- memset_ [~memset@gateway/tor-sasl/memset] has joined #openbsd 10:08 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 272 seconds] 10:08 -!- struchu [~struchu@62.87.192.114] has joined #openbsd 10:11 -!- Minall [~user@user/Minall] has joined #openbsd 10:11 < Minall> Hello OpenBSD Community! 10:12 < zelest> Hello Minall 10:12 < luna__> hi 10:12 < Minall> Previously I had this conversation already, but I lost/didn't save the info, apologies. I'm about to buy a thinkpad specifically for OpenBSD. Yet I wonder if everything is supported. Specifically Thinkpad T14 G5. Which uses lapotp Intel® Wi-Fi 6E AX211 2x2 AX and appears to be supported. Now, I'm more concerned about the Intel® Core™ Ultra 5 125U, if it is too bleeding edge 10:12 < WrezHole> Hi 10:12 < Minall> zelest, luna__, WrezHole: Hi! 10:13 < Minall> I mean, the integrated GPU and so on, just to make sure everything will go smoothly. I will buy this laptop as a personal and will use it a lot, so I do want it to be the best possible... The problem with the ones that have processors I7 11gen for example, is that, I can only get used ones from about 3 years 10:13 -!- CrimeWave [~Ebox-MTL@user/CrimeWave] has quit [Quit: Electronic Box Montréal - Textual IRC 7.2.6 OSX] 10:13 < Minall> And since it is a pc I will use a lot, I would prefer it new 10:21 -!- alip is now known as antirust 10:23 -!- dansimon [~dan@ti0577q162-9637.bb.online.no] has joined #openbsd 10:25 < Minall> So I'm between buying a reused, but at that point there are some options where the WIFI is not supported, or are too old 10:26 -!- thrig [~thrig@c-73-221-177-233.hsd1.wa.comcast.net] has quit [Ping timeout: 264 seconds] 10:32 -!- feriman [~feriman@user/feriman] has quit [Read error: Connection reset by peer] 10:32 -!- thrig [~thrig@c-73-221-177-233.hsd1.wa.comcast.net] has joined #openbsd 10:32 < Minall> Oh, there's also a Lenovo Thinkpad T14 G2 I17-1185G7. And has a good wifi card. This may be the one. 10:33 < Minall> I'm checking a page I also obtained from a user here in IRC; https://dmesgd.nycbug.org/dmesgd 10:35 < Minall> There's nothing on the Intel one, now honestly it appears to be supported 10:42 -!- shiranaihito_ [~shiranaih@49.228.24.66] has joined #openbsd 10:43 -!- tozhu [~tozhu@223.87.244.17] has quit [Quit: tozhu] 10:46 < lts-> Minall: you should be fine, especially with the older model. Search internet and you'll find reports like https://old.reddit.com/r/openbsd/comments/oi501u/just_ordered_a_lenovo_thinkpad_t14_amd_gen_2/ . If the wifi is not one of the supported intel AX cards, you can buy one for a price of a sixpack and install it yourself 10:46 -!- gotohello [~gotohello@user/gotohello] has quit [Quit: Client closed] 10:47 < Minall> Thanks, just bough it. <- Not the most bleeding edge, but the t14 g2 one 10:47 < Minall> I'll post a dmesg for future users 10:48 < lts-> Consider posting to https://bsd-hardware.info/ as well. They have plenty of FreeBSD reports but not so many OpenBSD 10:48 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 10:49 < Minall> On another note... I would like to understand the architecture side of this as to learn more about OpenBSD. Perhaps this is a too broad question, and if I have to refer to 30 manuals, then I would read them happily. So OpenBSD will have modules separated for WIFI devices, Sound devices and afterward I need to check Xorg for graphics, right? <- As in, if I were a new user, what can I do to be super sure something is supported in case my 10:49 < Minall> specific model hasn't much info? 10:49 -!- antirust is now known as alip 10:49 < Minall> For example, the one you gave me is AMD, while mine is Intel 10:49 < Minall> But I would know that Intel works correctly, since it is intel core i5 yadah yadah, but what about super bleeding edge CPU's that have more features? 10:50 < Minall> Thanks, I'll check https://bsd-hardware.info/. 10:51 -!- ZHuangZi [~ZHuangZi@user/ZhuangZi] has joined #openbsd 10:51 < Minall> Also, I tried to read about Xorg as to understand where in the architecture it reads for the drivers, but Xorg manuals are too specific for me to understand the whole picture 10:57 < Minall> Found some T14's in bsd-hardware.info, waiting for probe's to charg 11:00 < brynet> Meteor Lake should be fairly well supported as of OpenBSD 7.8, there's been some initial support since 7.6. 11:01 < brynet> OpenBSD uses the drm drivers ported from Linux 6.12.y longterm stable, and Intel tends to upstream GPU support to Linux fairly early. 11:01 -!- freem [~quassel@166.ip-51-178-51.eu] has joined #openbsd 11:02 < dansimon> Minall: Xorg isn't the right place to look for drivers, you should look at the generic OS documentation for that. As brynet said, OpenBSD borrow its GPU drivers from Linux, meaning Intel/AMD should work fine, NVIDIA however is problematic. 11:03 -!- mesaoptimizer [~user@user/PapuaHardyNet] has joined #openbsd 11:06 < Minall> brynet: I see. In my case which I'm learning more about the system, I would know that on Release notes? 11:06 < Minall> dansimon: Oh, okay. In this case, which manual should I take a look on OpenBSD? <- Sorry if my question may be stupid or too broad, even if it is not that much OpenBSD specific, I'm trying to make sense of it here 11:07 -!- housemate [~housemate@202.7.247.155] has quit [Quit: “He who has had the self-dignity to respect, never harm, nor speak badly about others, deserves the right to be left alone.” ~ H.S.T.] 11:08 -!- housemate [~housemate@202.7.247.155] has joined #openbsd 11:09 -!- housemate [~housemate@202.7.247.155] has quit [Max SendQ exceeded] 11:09 < Minall> Of course and if there's a book or manual I need to read to understand, I would love to know. So far I've go through the FAQ and the manuals about wifi devices and so on, like iwx, now I'm trying to understand at what point does OpenBSD call for iwx and detects it, and how different it is from GPU's 11:09 -!- housemate [~housemate@202.7.247.155] has joined #openbsd 11:09 < dansimon> Minall: No, it's ok. In the OpenBSD release notes for 7.8 for instance it says: "Updated drm(4) to Linux 6.12.50", that means OpenBSD has the same stock GPU drivers as Linux 6.12.50. In practical terms, this means nearly all Intel/AMD GPU's from when that kernel was released should work fine. NVIDIA is uncooperative towards the open source community, so their cards are hairy. 11:10 < freem> Hi. This may be a silly question, but does someone have some links to share about how to migrate from a debian toward openbsd? I have been using debian since I left windows, ~15 years ago, but it gets worst and worst, and debian 13 is basically a deal breaker. I need a solution I can rely on for the next years. 11:10 -!- memset_ [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 11:10 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 11:10 -!- housemate [~housemate@202.7.247.155] has quit [Max SendQ exceeded] 11:11 -!- beech [~gavin@grassfield.plus.com] has quit [Quit: leaving] 11:11 < dansimon> Minall: Check out "Absolute OpenBSD" from Michael W. Lucas. Of course the OpenBSD FAQ is a nice resource too: https://www.openbsd.org/faq/index.html 11:12 -!- housemate [~housemate@202.7.247.155] has joined #openbsd 11:12 < brynet> Minall: Not really, you can certainly read release notes, compare with upstream Linux or Mesa library information, check Intel Ark for codenames and try to figure out when support was introduced for a certain generation.. or you could try booting OpenBSD and see if it works. :] 11:12 < dansimon> Minall: also man 4 drm, if you want the nitty gritty... 11:13 -!- housemate [~housemate@202.7.247.155] has quit [Max SendQ exceeded] 11:13 < brynet> That page won't help much. :-) 11:13 < dansimon> brynet: Yeah, no... but you migt be curious ;) 11:14 -!- housemate [~housemate@202.7.247.155] has joined #openbsd 11:14 -!- housemate [~housemate@202.7.247.155] has quit [Remote host closed the connection] 11:14 < dansimon> freem: https://www.openbsd.org/faq/index.html 11:15 < dansimon> freem: Anything specific you were thinking of? Any specific applications etc? 11:18 < freem> not really applications, I'm certain I can handle that myself, but I suspect I'll have troubles with basic stuff which may differ between a GNU/linux system and a BSD one. Not talking about systemd since I don't use it, but rather stuff like partitionning system. I remember trying a BSD in the past (a long while ago) and to be rather puzzled by the partitionning tool. Ideally, I'd like to get a multi-boot on a single storage, but I think I'll play 11:18 < freem> safe and use a separate device, instead. 11:18 < freem> I'm reading the FAQ entry on migration for now, for some reason I did not noticed it 11:19 -!- foton [~unknown@user/foton] has quit [Quit: WeeChat 4.5.1] 11:20 < freem> oh. Is there is a GUI/TUI tool to manage packages btw? I really liked aptitude's TUI despite it's bad perf, I find it more handy than managing thousands of packages through a CLI 11:20 < freem> for the rest, as long as I have a shell, vi, awk and a C/C++ compiler I should be fine 11:21 < freem> the partition system is really what I am afraid of, honestly. 11:21 < dansimon> freem: Yeah, OpenBSD's partitioning scheme and disk management in general is a bit confusing coming from Linux. Maybe this blog might be interesting for you: https://www.k58.uk/openbsd.html 11:23 < freem> thanks 11:23 < freem> well, linux basically uses the same stuff I was used to under MSDOS/windows, so it was dead simple to me 11:23 < dansimon> also: https://www.openbsd.org/faq/faq14.html 11:24 -!- foton [~unknown@user/foton] has joined #openbsd 11:24 < freem> also, because I'll likely still need to exchange data between systems for a while, are there file systems that are supported by both linux and openbsd? 11:25 < sibiria> freem: for multibooting i really recommend that you run an EFI system so you can keep the EFI applications separated. a bootloader like rEFInd also helps a lot 11:26 < dansimon> freem: install pkg_mgr for an ncurses package manager. 11:26 < freem> I have syslinux around since a long while, it handles EFI just fine... but right, I guess I'll need to use something else, not sure it can handle openbsd. That's not a problem, I can always just pick which storage to boot on at computer start 11:26 -!- foton [~unknown@user/foton] has quit [Client Quit] 11:26 -!- foton [~unknown@user/foton] has joined #openbsd 11:26 < freem> dansimon: thanks for the tool name! 11:26 < sibiria> it should boot openbsd fine, if it's EFI capable 11:27 < sibiria> just point it at openbsd's EFI application, which in turn will boot from the correct partition 11:27 < Minall> dansimon: Oh, Okay I understand now. Thanks for the book, I'll check it. 11:27 < Minall> Now, I do want to understand more of it so the drm page was cool for me!. Thanks. 11:28 < freem> oh, also, can an install be bootstrapped from my current system? That usually makes things much easier 11:28 < freem> I guess answer is yes, but checking still 11:28 < sibiria> just boot the installer and point it at an empty partition 11:28 -!- btnxyz [~btnxyz@user/btnxyz] has joined #openbsd 11:28 < Minall> So DRM is a Direct Rendering Manager, and as the manual states it is a framework to manage GPU's. It is a driver which provides support for the DRI, and basically it detects the GPU and chooses which to use, amdgpu, intel and radeon. And from those manuals I would know if something is supported. 11:28 < vortexx> freem: ext2fs is supported rw on OpenBSD. You can recompile your linux kernel to mount BSD FFS/UFS rw too. The easiest way to share is over NFS 11:29 < freem> well, NFS is fine, for several machines. 11:30 -!- cli [~m-vsauiy@user/cli] has quit [Ping timeout: 264 seconds] 11:30 < Minall> Or there are cases where I would go through the route you mention dansimon, of comparing the upstream Linux or mesa library information, and so on. <- So OpenBSD boots, then auto detects and runs the DRM driver which runs according to the hardware, and from there I would check those manuals in order to see support?. Is that right? 11:30 < freem> not for a migration 11:30 < Minall> Architecturally I mean 11:30 < freem> sibiria: sure, I can do that, but bootstrapping from a fully functionning system have the advantage that I can go check documentation the way I'm used to, makes things easier 11:31 < vortexx> freem: external drive then formated ext2fs or FFS 11:31 < vortexx> or dualboot? 11:31 < freem> I'll go dual boot yes 11:32 < freem> on several devices though, I remember too much the last time I tried to get a dual boot bsd/debian. Borked my setup that day :) (I think it was netbsd, but dunno, it's old story.) 11:34 < dansimon> Minall: Yes, I would check out what hardware the Linux kernel in question supports, since that is the drivers OpenBSD has ported over. 11:34 < Minall> I'll for sure will be buying the Absolute OpenBSD book, 2nd edition 11:34 < Minall> dansimon: Thank you :D 11:34 < Minall> I'll understand the core system better with the book 11:34 < dansimon> Minall: Yeah, the book is great :) 11:35 < freem> thanks for the infos, I'll proceed later, got work to do, that last problem I have which decided me to migrate have slowed me down too much in my work already :/ 11:35 < vortexx> freem: do a test install in a VM so you can practice setting up grub for dualboot + having a shared partition between the OSes. On OpenBSD make sure your ext2fs partition (if you choose that) is the i partition, not one of the previous letters (like sd0d for ex) as those are expected to be FFS and the kernel will panic and halt the boot and drop you to single user shell, which can be a pain 11:36 < freem> lol no grub thanks 11:36 < freem> I have very bad memories of it being super confused by multi boots 11:37 < dansimon> freem: Quick tip - I'd recommend an external NAS to sync files, that's easier and safer I think. 11:38 < freem> since I got it shuffling my systems randomly because I dared to update a kernel and have 2 identical OSes on the same HDD, it's banned from my system, and I prefer to use somethign that requires me to update my boot manually: automatic tools are not exactly good at managing simple stuff, and grub2 is a complexity monster 11:38 < freem> only have one computer around here 11:39 -!- shiranaihito_ [~shiranaih@49.228.24.66] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 11:39 < freem> regarding VMs, actually, it seems virtualbox does not have builds for openbsd, and I'll likely need such a tool 11:40 < freem> what would you recommend? 11:40 < freem> I'm not afraid of CLI but I don't exactly like it when CLI tools have thousand of options hard to discover and no quickstart doc (hello qemu) 11:40 < dansimon> freem: vmd? https://www.openbsd.org/faq/faq16.html 11:41 < dansimon> vmd is a CLI tool, but like all things OpenBSD, it's actually sane and simple :) 11:42 < freem> ah good. If creating a virtual network with it is sane and simple, it will be a huge change from qemu, which I never could use to setup the most basic stuff, hence me sticking with virtualbox: at least it have a good GUI that does the job for you in 2 clicks 11:43 < freem> yes, I *am* lazy. VMs are tools to do quick experiment for me, I'm not operating a datacenter 11:43 < freem> qemu feels like using Gimp to change the colour of 5 pixels 11:44 -!- Rain_ [Rain@user/Rain-:22721] has quit [Quit: ZNC 1.9.0+deb2build3 - https://znc.in] 11:44 < freem> its probably a marvellous tool for super complicated needs, but it sucks at doing the basic stuff 11:44 -!- dansimon [~dan@ti0577q162-9637.bb.online.no] has quit [Quit: leaving] 11:44 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 11:45 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 11:45 -!- foton [~unknown@user/foton] has quit [Quit: WeeChat 4.5.1] 11:45 -!- ZHuangZi [~ZHuangZi@user/ZhuangZi] has quit [Quit: leaving] 11:46 -!- cli [~m-vsauiy@user/cli] has joined #openbsd 11:51 -!- beech [~gavin@grassfield.plus.com] has joined #openbsd 11:51 -!- vdamewood [~vdamewood@fedora/vdamewood] has joined #openbsd 11:52 -!- ZHuangZi [~ZHuangZi@user/ZhuangZi] has joined #openbsd 11:54 -!- down200 [~down200@shell.lug.mtu.edu] has joined #openbsd 11:55 < Minall> Just for curiosity freem, what do you dislike currently about Debian and, choose OpenBSD? 11:56 < freem> the why OpenBSD out of all the other systems is a very simple answer: it's the only FOSS OS around which is maintained which does not relies on PAM. 11:57 < freem> what got me to leave debian though, is the cumulation of bad choices, and now, I am unable to update to current debian stable, the update process fails with more than 500 broken packages 11:57 < freem> I *could* fix that manually 11:57 < freem> it would take me half a day or somethign like that 11:58 < freem> but then I have also read they're going to put rust into apt, just for the sake of it. This comes from an Ubuntu developper, and on that particular topic, ubuntu have shown enough lack of care on their rust fashion-victim transition 11:58 < freem> there's also the usrmerge and all the fanatism over systemd-is-the-best (crap) 11:58 < freem> the system is heavier and heavier over the years, without clear reason, too 11:59 < freem> I have been tempted to migrate since long for something else, because I get it that my goals are not theirs, but so far I still considered debian to be usable 12:00 < freem> I mean, it did had rock solid base and smooth upgrades, that was not a myth. It now is. And it was the stuff I valued the most. 12:00 < freem> Apparently the breakage in the update I have are linked to the date transition, packages with "t64" suffix. Now, that should not be needed on a 64bit system anyway 12:01 < freem> so I really question the thing. I would not have bothered too much if the updade went smoothly, but... yeah, it does not upgrades smoothly at all. 12:02 < freem> I have been using debian since ~15 years, and I am not a distro hopper, so yeah, debian 13 really got on my nerves 12:02 < freem> thanks for the fish, I guess 12:03 < freem> I would have picked another linux distro, if I could have found one that meets what I want, but I don't see any distro with enough of both sanity and guts around 12:04 < freem> I mean, I really like the idea of bsdauth, but that's not so much compared to staying in my comfort zone 12:05 -!- housemate [~housemate@202.7.247.155] has joined #openbsd 12:05 < freem> regarding PAM, I remember toying with openLDAP, and got it segfault. That made my whole system unusable, had to repair it, which was not hard, but still sends a very bad signal. Not to mention that, to debug it, you need to rely on some pretty weird combination of environment variable and syslog, which I don't really consider a sane idea 12:06 < freem> I mean, really, syslog? Having all logs of all daemons logged in the same place, so that if one is corrupted, you lose *all* your logs? And having the very core system safety rely on that, too? 12:06 < freem> I don't get it. 12:07 -!- btnxyz [~btnxyz@user/btnxyz] has quit [Remote host closed the connection] 12:07 -!- rebo [~Rebo@h-98-128-174-229.A785.priv.bahnhof.se] has quit [Read error: Connection reset by peer] 12:08 < freem> OTOH bsdauth is just... simple and even relatively obvious. Instead of loading shared library which is suid0, you get a good old IPC, af_unix to, I guess (that part is not clear in my mind, the documentation does not describes it, only the C API) transfers ownership through... what was the name already? 12:08 < freem> ah, ancillary messages 12:08 < freem> if I got the idea right, then it's clean, it's simple, it's safe and sane 12:10 -!- alx^ [~alx@195.15.28.34] has joined #openbsd 12:10 < freem> oh, that reminds me, there is another question I have. Is there something like overcommit? I dislike that so much, when my kernel lies to my programs. 12:11 < Minall> That's quire interesting, thanks for the explanation freem ! 12:11 < freem> it's something I have kept disabled since a long while, as it made me lose enough hours of work by making the system thrashing to death 12:11 < Minall> I don't know about PAM though, what do you mean by it? 12:11 < Minall> Oh actually you elaborate more on it, sorry I was reading 12:12 < freem> np :) 12:13 < Minall> Very interesting, we're on the same boat mostly, I'm also migrating and learning more about it. 12:13 < Minall> Hope it goes flawlessly for u 12:13 -!- slimeball [~Username@user/slimeball] has joined #openbsd 12:13 < freem> it's a low level layer of most systems, I doubt so many know about it. And in practice, the variant of the ldap stuff that works relies on... IPC. It loads the silly pam-ldap.so.something, which in turns ends up creating a connection to a daemon through af_unix. The sane way, except with a huge vuln in between 12:13 < freem> oh, and why are you migrating? 12:13 < Minall> Not sure about overcommit, sorry. 12:14 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has joined #openbsd 12:14 < freem> and from what, too :) 12:14 < IcePic> freem: BSDs do far less overcommit, you need to have ram+swap to cover for allocations or they will fail, more or less. 12:15 < IcePic> it won't map pages in until you actually use them, but you can't preallocate 100TB and go "but im gonna use only 50k of that" 12:15 < freem> that's the sane way, IcePic. Kernels should not lie. 12:16 < freem> https://www.debian.org/releases/stable/release-notes/issues.en.html#ch-information also that made me quite angry "5.1.15. /etc/sysctl.conf is no longer honored" 12:16 < freem> ofc I do not use systemd, but who knows how this is going to impact me still? 12:16 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has quit [Remote host closed the connection] 12:16 < IcePic> also, obsd will give users quite a limited ulimit for ram, so the actual limits might be lots lower than your ram, but those are at least editable when needed 12:16 -!- johnzlly [~johnzlly@user/johnzlly] has quit [Ping timeout: 240 seconds] 12:17 < freem> I prefer my systems stricter 12:17 < freem> as long as I can adjust the threshold, ofc 12:17 < freem> the stricter the system, the easier it is to avoid losing work 12:18 < freem> computers are about having well defined behavior, not playing russian roulette 12:19 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has joined #openbsd 12:19 -!- johnzlly [~johnzlly@user/johnzlly] has joined #openbsd 12:19 < IcePic> "suddenly consistent" 12:20 < freem> in any case, I don't want to fight my system in order to use it. It's a tool, it is here to serve me, and not the other way. 12:20 < zelest> Just play russian roulette with 6 bullets :D very suddenly.. much consistent.. 12:21 < freem> lol 12:23 < freem> "5.1.17. Network interface names may change" also lol 12:23 < freem> the actual good question is more: why stick with debian? 12:24 < freem> a system which claims to be about stability and smooth upgrades gets a major release that will randomly rename your interfaces, can't upgrade without having 500+ (roughly 30%) breakages, and more lol 12:25 < freem> I'm not from the last rain, my bullshit detector is carefully maintained since decades 12:26 < freem> anyway, yes, the boat is sinking, and I'll be one of the rats leaving 12:26 < Minall> Here I find a lot of things that are just more though out, and work flawlessly 12:26 < Minall> Which is why I want to understand more of it yea 12:27 -!- foton [~unknown@user/foton] has joined #openbsd 12:28 < freem> you mean, less "warnings that can be safely ignored"? During the upgrade, dpkg will print warnings like the following, for various packages. This is due to the finalization of the usrmerge project, and the warnings can be safely ignored. 12:29 < IcePic> its not like homebrew that sometimes needs sudo-pw, and then you give it and after it runs something as admin, it prints out "the following package might ask for your pw" when you have already entered iut 12:30 < freem> I personnally take great pride that my C/C++ programs compile without warning despite -Wall and -Weverything or -Wextra, after filtering out those that make no sense, so I find it very concerning that the core tool emits warnings and they can be "safely ignored" 12:31 -!- jastrom [~jastrom@user/jastrom] has quit [Quit: ZNC 1.10.1 - https://znc.in] 12:31 < freem> a system that claims to be super stable should not let that pass... but the reason is obvious: pushing systemd more and more, despite the high complexity of the tool, way too high for the task at hands 12:31 < freem> and because redhat can't be bothered to write good code, they can't support having /usr on another partition 12:32 < freem> that's the root of so many problems... 12:32 < IcePic> or /var for that matter 12:32 < freem> wdym, or /var? 12:32 < IcePic> disrupts the /run to /var/run softlink coupling 12:32 < freem> rofl 12:32 < freem> I did not knew about this one 12:32 -!- foton [~unknown@user/foton] has quit [Quit: WeeChat 4.5.1] 12:32 -!- Bingulous [~quassel@82.20.30.160] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 12:33 < freem> good thing microsoft when further in the crap with their LLM in the OS, otherwise windows would have been a good alternative to linux systems 12:33 -!- jastrom [~jastrom@user/jastrom] has joined #openbsd 12:34 < freem> but maybe in a handful of years there will be a llm module to systemd, too 12:36 < freem> really, I would not give a damn about systemd, if it's many limitations were not affecting me, who is not using it 12:36 -!- slimeball [~Username@user/slimeball] has quit [Read error: Connection reset by peer] 12:36 < freem> but they are 12:36 -!- slimeball [~Username@user/slimeball] has joined #openbsd 12:37 < freem> and that is totally unacceptable to me. The most basic wisdom of electronics and computing is module isolation 12:37 -!- mover [~hischild@user/mover] has joined #openbsd 12:37 < freem> unix way is to get programs that do one thing and do it well, OOP is to have minimal classes with clear interfaces, too 12:37 < freem> this is just going the way which is known since many decades to be real dumb 12:40 -!- jastrom [~jastrom@user/jastrom] has quit [Quit: ZNC 1.10.1 - https://znc.in] 12:41 -!- feriman [~feriman@user/feriman] has joined #openbsd 12:41 -!- jastrom [~jastrom@user/jastrom] has joined #openbsd 12:41 < freem> where the programs are should be an implementation detail of a program 12:51 -!- qqe [~qqq@185.54.21.140] has quit [Quit: Lost terminal] 12:53 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 260 seconds] 12:53 -!- haddock [~haddock@user/haddock] has joined #openbsd 12:53 -!- antranigv [~antranigv@bsd.am] has joined #openbsd 12:54 -!- antranigv_ [~antranigv@bsd.am] has quit [Ping timeout: 264 seconds] 12:57 -!- rebo [~Rebo@h-98-128-174-229.A785.priv.bahnhof.se] has joined #openbsd 13:00 -!- shiranaihito_ [~shiranaih@ppp-58-11-158-244.revip2.asianet.co.th] has joined #openbsd 13:00 -!- edthix [~Thunderbi@60.48.88.84] has joined #openbsd 13:00 -!- bitflip_ [~bitflip@136.33.6.97] has quit [Quit: ttfn] 13:02 -!- bitflip_ [~bitflip@136.33.6.97] has joined #openbsd 13:14 -!- housemate_ [~housemate@202.7.247.155] has joined #openbsd 13:14 -!- housemate [~housemate@202.7.247.155] has quit [Read error: Connection reset by peer] 13:16 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has quit [Remote host closed the connection] 13:17 -!- housemate_ [~housemate@202.7.247.155] has quit [Client Quit] 13:26 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has joined #openbsd 13:26 -!- zcram [~zcram@2001:1530:1052:fc00:8bc5:9f9f:642:2a22] has joined #openbsd 13:26 -!- zcram [~zcram@2001:1530:1052:fc00:8bc5:9f9f:642:2a22] has quit [Changing host] 13:26 -!- zcram [~zcram@user/zcram] has joined #openbsd 13:28 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has quit [Remote host closed the connection] 13:28 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has joined #openbsd 13:32 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 13:33 -!- johnzlly [~johnzlly@user/johnzlly] has quit [Ping timeout: 264 seconds] 13:35 -!- feriman [~feriman@user/feriman] has quit [Quit: leaving] 13:36 -!- feriman [~feriman@user/feriman] has joined #openbsd 13:36 -!- Minall [~user@user/Minall] has left #openbsd [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)] 13:37 -!- bigato__ [~bigato@170.81.149.215] has joined #openbsd 13:39 -!- lotsen [~lotsen@user/Lotsen] has quit [Remote host closed the connection] 13:40 -!- bigato_ [~bigato@170.81.150.196] has quit [Ping timeout: 252 seconds] 13:40 -!- daugaard [~daugaard@user/daugaard] has joined #openbsd 13:42 -!- rebo [~Rebo@h-98-128-174-229.A785.priv.bahnhof.se] has quit [Quit: WeeChat 4.7.1] 13:42 -!- lotsen [~lotsen@user/Lotsen] has joined #openbsd 13:54 -!- deltahotel [~deltahote@user/deltahotel] has joined #openbsd 14:01 -!- unpx [~unpx@83.136.104.244] has quit [Quit: unpx] 14:06 -!- housemate [~housemate@202.7.247.155] has joined #openbsd 14:06 -!- housemate [~housemate@202.7.247.155] has quit [Remote host closed the connection] 14:14 -!- rebo [~Rebo@h-98-128-174-229.A785.priv.bahnhof.se] has joined #openbsd 14:17 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 14:17 < puffybuf> ok so bridge doesn't work over wireless. I guess because it needs to impersonate different MAC 14:18 -!- krl [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 14:21 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 252 seconds] 14:22 -!- slimeball [~Username@user/slimeball] has quit [Remote host closed the connection] 14:26 -!- sombrero [~sombrero@user/sombrero] has joined #openbsd 14:38 < IcePic> yeah, wifi is close to ethernet but not really the same 14:42 -!- kazar [~kazar@2-248-147-19-no600.tbcn.telia.com] has joined #openbsd 14:51 < vortexx> it's one of the defects of the IEEE802.11 specification, unfortunately 14:52 < vortexx> or why laptops with just wifi are not really suitable as hypervisors 14:53 < IcePic> I couldn't even get my rpi4 to bridge wifi<->ethernet, they removed that functionality on raspbian even 14:55 < sibiria> you could tuck the network into a vlan 14:55 < sibiria> though not entirely the same thing, it solves a few situations 14:56 -!- sombrero [~sombrero@user/sombrero] has quit [Remote host closed the connection] 14:56 -!- sombrero [~sombrero@user/sombrero] has joined #openbsd 14:57 -!- kazar [~kazar@2-248-147-19-no600.tbcn.telia.com] has quit [Changing host] 14:57 -!- kazar [~kazar@user/kazar] has joined #openbsd 14:58 -!- Bradipo [~Bradipo@50.77.44.19] has joined #openbsd 15:00 -!- cryptexx0 [~cryptexx0@185-177-124-101.hosted-by-worldstream.net] has quit [Read error: Connection reset by peer] 15:00 -!- Rayyan [~Rayyan@user/rayyan] has quit [Remote host closed the connection] 15:00 < eea> /3 15:00 < eea> oop 15:01 -!- cryptexx0 [~cryptexx0@169.150.196.119] has joined #openbsd 15:01 -!- Rayyan [~Rayyan@user/rayyan] has joined #openbsd 15:06 -!- zbcm [~zbcm@user/zbcm] has quit [Ping timeout: 244 seconds] 15:06 -!- zbcm [~zbcm@user/zbcm] has joined #openbsd 15:07 -!- cryptexx0 [~cryptexx0@169.150.196.119] has quit [Ping timeout: 264 seconds] 15:10 -!- slimeball [~Username@67.183.133.197] has joined #openbsd 15:10 -!- slimeball [~Username@67.183.133.197] has quit [Changing host] 15:10 -!- slimeball [~Username@user/slimeball] has joined #openbsd 15:11 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 15:12 -!- jalfresi [~bendavies@224.186.187.81.in-addr.arpa] has joined #openbsd 15:16 < quinq> n/12 15:16 < quinq> oops 15:18 -!- trucy [~trucy_she@user/trucy] has quit [Quit: Ping timeout (120 seconds)] 15:18 -!- trucy [~trucy_she@user/trucy] has joined #openbsd 15:26 < vortexx> hang around long enough in this channel and you don't even need to do ctcp version to find out which irc clients people are using, lol 15:30 < quinq> I'm using mIRC 6.1 15:34 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 15:34 -!- skippy8 [~skippy8@185.224.112.81] has quit [Quit: WeeChat 4.7.1] 15:39 -!- struchu [~struchu@62.87.192.114] has quit [Quit: WeeChat 4.7.1] 15:46 -!- martinver [~martinver@2806:370:10a2:d4d0:4c3f:9a20:ca9b:2e4a] has joined #openbsd 15:48 < TommyC> I can confirm vortexx is a BitchX user. :3 15:49 -!- sysfu [~sysfu@sysfu.net] has quit [Ping timeout: 264 seconds] 15:52 -!- martinver [~martinver@2806:370:10a2:d4d0:4c3f:9a20:ca9b:2e4a] has left #openbsd [] 15:58 -!- edthix [~Thunderbi@60.48.88.84] has quit [Quit: edthix] 15:58 -!- mahlay [~maylay@2600:1702:537b:97f:7ed3:aff:fe1a:45ae] has quit [Quit: Pipe Terminated] 15:59 < vortexx> TommyC: you wish 16:00 < vortexx> never could stand that client. The only user I know of is cpet 16:01 < IcePic> quinq: I bet you even registered it! 16:03 < vortexx> one of the five people on the planet who have, probably 16:04 -!- ublx [~ublx@user/ublx] has joined #openbsd 16:06 -!- lagrange [~john@user/lagrange] has quit [Quit: leaving] 16:14 -!- jalfresi [~bendavies@224.186.187.81.in-addr.arpa] has quit [Ping timeout: 240 seconds] 16:14 -!- km [~km@c978F5BC1.dhcp.as2116.net] has joined #openbsd 16:16 < quinq> Well, you have to pay if you want good quality support 16:16 < quinq> Don't come complaining to me when your color theme doesn't work anymore! 16:22 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 16:23 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 16:24 -!- km [~km@c978F5BC1.dhcp.as2116.net] has quit [] 16:30 -!- unpx [~unpx@83.136.104.244] has joined #openbsd 16:40 -!- tozhu [~tozhu@171.223.92.232] has joined #openbsd 16:44 -!- sombrero [~sombrero@user/sombrero] has quit [Ping timeout: 272 seconds] 16:44 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 16:44 -!- tozhu [~tozhu@171.223.92.232] has quit [Ping timeout: 240 seconds] 16:44 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 16:45 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 240 seconds] 16:53 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 16:54 -!- housemate [~housemate@202.7.247.155] has joined #openbsd 16:54 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 16:54 -!- ublx [~ublx@user/ublx] has quit [Ping timeout: 260 seconds] 16:55 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 16:56 -!- sombrero [~sombrero@user/sombrero] has joined #openbsd 16:57 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 17:02 -!- Xe_ is now known as Xe 17:10 -!- rfmoz [~rfmoz@static-145-126-230-77.ipcom.comunitel.net] has joined #openbsd 17:11 -!- Xylemon [~Xylemon@97.90.117.47] has quit [Ping timeout: 264 seconds] 17:13 -!- ublx [~ublx@user/ublx] has joined #openbsd 17:14 -!- mlw [~mlw@41.73.193.26] has joined #openbsd 17:16 -!- Xylemon [~Xylemon@97.90.117.47] has joined #openbsd 17:17 -!- deltahotel [~deltahote@user/deltahotel] has quit [Read error: Connection reset by peer] 17:17 -!- deltahotel [~deltahote@user/deltahotel] has joined #openbsd 17:26 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 17:28 -!- nature [~nature@64.137.144.64] has joined #openbsd 17:32 -!- feriman [~feriman@user/feriman] has joined #openbsd 17:33 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 17:34 -!- _wnh_1 [~Thunderbi@user/wnh] has joined #openbsd 17:35 -!- qqe [~qqq@185.54.21.140] has joined #openbsd 17:38 -!- _wnh_ [~Thunderbi@user/wnh] has quit [Ping timeout: 264 seconds] 17:41 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 17:48 -!- shinbeth [~shinbeth@user/sinvet] has joined #openbsd 17:57 -!- vdamewood [~vdamewood@fedora/vdamewood] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 18:00 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 18:01 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 18:02 -!- chasmo77 [~chas77@c-76-105-254-179.hsd1.or.comcast.net] has quit [Quit: It's just that easy] 18:05 -!- chasmo77 [~chas77@c-76-105-254-179.hsd1.or.comcast.net] has joined #openbsd 18:10 -!- |darc|- [darc@23-112-65-16.lightspeed.nworla.sbcglobal.net] has quit [Quit: later] 18:11 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 265 seconds] 18:13 -!- sjg [~sjg@user/sjg] has joined #openbsd 18:13 -!- fastcall [~fastcall@user/fastcall] has quit [Remote host closed the connection] 18:13 -!- fastcall [~fastcall@user/fastcall] has joined #openbsd 18:14 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 18:15 -!- jkm_ [~jkm@91.226.50.242] has joined #openbsd 18:15 -!- jkm_ [~jkm@91.226.50.242] has quit [Changing host] 18:15 -!- jkm_ [~jkm@user/jkm] has joined #openbsd 18:19 -!- Netsplit *.net <-> *.split quits: waves, connstruct, carneous, Siva, dgoerger, cobra, fallback, jkm 18:24 -!- Netsplit over, joins: Siva, cobra, fallback, waves, dgoerger, carneous, connstruct 18:29 -!- gotohello [~gotohello@user/gotohello] has joined #openbsd 18:31 -!- |darc|- [darc@23-112-65-16.lightspeed.nworla.sbcglobal.net] has joined #openbsd 18:39 -!- shinbeth [~shinbeth@user/sinvet] has quit [Ping timeout: 265 seconds] 18:44 -!- psydroid2 [~psydroid@user/psydroid] has joined #openbsd 18:47 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 18:49 -!- psydroid2 [~psydroid@user/psydroid] has quit [Excess Flood] 18:49 -!- psydroid2 [~psydroid@user/psydroid] has joined #openbsd 18:50 -!- mlw [~mlw@41.73.193.26] has quit [Quit: leaving] 18:52 -!- bradd [~quassel@user/bradd] has quit [Ping timeout: 240 seconds] 18:53 -!- bradd [~quassel@user/bradd] has joined #openbsd 18:57 -!- nologin [~nightwolf@gateway/tor-sasl/sonya] has joined #openbsd 18:59 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 19:00 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 19:00 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has quit [Ping timeout: 272 seconds] 19:00 -!- deltahotel [~deltahote@user/deltahotel] has quit [Quit: deltahotel] 19:02 -!- Lucas_ [~Lucas@moon.lgv5.net] has quit [Quit: bye] 19:04 -!- Guestmodinfo [~chatzilla@user/Guestmodinfo] has joined #openbsd 19:05 -!- witcher [~witcher@2001:4090:e007:9581:90f6:714b:1d0:6267] has quit [Ping timeout: 256 seconds] 19:07 -!- typicat [~iam@user/typicat] has joined #openbsd 19:07 -!- szilard [~szilard@1F2EF991.nat.pool.telekom.hu] has quit [Read error: Connection reset by peer] 19:08 -!- m1dnight [~m1dnight@d8D861A17.access.telenet.be] has quit [Ping timeout: 252 seconds] 19:08 -!- szilard [~szilard@1F2EF991.nat.pool.telekom.hu] has joined #openbsd 19:08 -!- housemate [~housemate@202.7.247.155] has quit [Quit: (1) You're on meth, and (2) you want to kill jesus. LOL.] 19:10 -!- housemate [~housemate@202.7.247.155] has joined #openbsd 19:12 -!- Lucas_ [~Lucas@moon.lgv5.net] has joined #openbsd 19:19 -!- Guestmodinfo [~chatzilla@user/Guestmodinfo] has quit [Ping timeout: 244 seconds] 19:22 -!- ZLima12 [~zlima12@user/meow/ZLima12] has joined #openbsd 19:22 -!- ZLima12_ [~zlima12@user/meow/ZLima12] has quit [Ping timeout: 260 seconds] 19:22 -!- typicat [~iam@user/typicat] has quit [Quit: leaving] 19:29 -!- m1dnight [~m1dnight@d8D861A17.access.telenet.be] has joined #openbsd 19:34 -!- slimeball [~Username@user/slimeball] has quit [Read error: Connection reset by peer] 19:34 -!- fro [fro@humpty.dance] has joined #openbsd 19:34 -!- slimeball [~Username@user/slimeball] has joined #openbsd 19:36 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 19:37 -!- skippy8 [~skippy8@185.224.112.81] has joined #openbsd 19:38 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 19:41 -!- gotohello [~gotohello@user/gotohello] has quit [Quit: Client closed] 19:49 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 19:53 -!- dlock23 [~dlock23@2a0c:5a81:d404:ed00:7f73:6080:a36e:8f24] has joined #openbsd 19:54 -!- dlock23 [~dlock23@2a0c:5a81:d404:ed00:7f73:6080:a36e:8f24] has quit [Changing host] 19:54 -!- dlock23 [~dlock23@user/dlock23] has joined #openbsd 19:55 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 240 seconds] 20:02 -!- Lucanis [~lucanis@user/lucanis] has joined #openbsd 20:03 -!- rfmoz [~rfmoz@static-145-126-230-77.ipcom.comunitel.net] has quit [Remote host closed the connection] 20:04 -!- winq [~winq@user/winq] has quit [Quit: .] 20:07 -!- winq [~winq@user/winq] has joined #openbsd 20:14 -!- bigato__ [~bigato@170.81.149.215] has quit [Ping timeout: 240 seconds] 20:16 -!- vezhlys [~Andrius@cl-78-158-15-148.fastlink.lt] has joined #openbsd 20:18 -!- jalfresi [~bendavies@224.186.187.81.in-addr.arpa] has joined #openbsd 20:32 -!- alx_ [~alx@195.15.28.34] has joined #openbsd 20:32 -!- feee [~feeeee@aannecy-651-1-433-239.w86-209.abo.wanadoo.fr] has joined #openbsd 20:32 -!- freakazoid332 [~frkazoid3@2603-900b-46f0-b390-3883-d3bf-a249-3470.inf6.spectrum.com] has joined #openbsd 20:32 -!- DetourNe- [~DetourNet@user/DetourNetworkUK] has joined #openbsd 20:32 -!- mappx1 [~mapp@72.136.115.209] has joined #openbsd 20:32 -!- vaelen_ [quasselcor@m68k.club] has joined #openbsd 20:32 -!- ixc [~ixc@user/ixc] has quit [Ping timeout: 252 seconds] 20:32 -!- Warr1024 [~Warr@user/warr1024] has quit [Killed (lithium.libera.chat (Nickname regained by services))] 20:32 -!- Warr1024 [~Warr@user/warr1024] has joined #openbsd 20:33 -!- enwu1 [~enwu@user/enwu] has joined #openbsd 20:33 -!- luser17 [~luser@user/luser1] has joined #openbsd 20:33 -!- _wnh_ [~Thunderbi@user/wnh] has joined #openbsd 20:33 -!- cow321_ [~deflated8@user/meow/deflated8837] has joined #openbsd 20:33 -!- fastcall_ [~fastcall@user/fastcall] has joined #openbsd 20:34 -!- nawcom_ [~nawcom@bulldadachat.com] has joined #openbsd 20:35 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 20:35 -!- whatcc_ [~whatcc@user/whatcc] has joined #openbsd 20:35 -!- puffybuf_ [~puffy@user/puffybuf] has joined #openbsd 20:35 -!- Xe_ [~Xe@perl/impostor/xe] has joined #openbsd 20:35 -!- mordac- [~mordac@user/mordac] has joined #openbsd 20:35 -!- busterb [~busterbco@user/busterbcook] has joined #openbsd 20:35 -!- tobiasu` [~tobiasu@user/tobiasu] has joined #openbsd 20:35 -!- Uurguu_ [~gil@amontsouris-654-1-73-106.w90-2.abo.wanadoo.fr] has joined #openbsd 20:35 -!- nobody-- [~doom@neptune.tagram.net] has joined #openbsd 20:35 -!- sjg_ [~sjg@user/sjg] has joined #openbsd 20:35 -!- topcat_001 [~topcat001@user/topcat001] has joined #openbsd 20:35 -!- mischief2 [~mischief@2604:5500:c29f:e800::c0ca:c01a] has joined #openbsd 20:35 -!- PyR3X_ [~PyR3X@user/pyr3x] has joined #openbsd 20:36 -!- qqe_ [~qqq@185.54.21.140] has joined #openbsd 20:36 -!- nsuperbus_ [~nsuperbus@host-46-251-26-104.kabelnet.hu] has joined #openbsd 20:37 -!- bsdperl_ [~bsdperl@user/bsdperl] has joined #openbsd 20:37 -!- k2patel1 [~k2patel@user/k2patel] has joined #openbsd 20:37 -!- typicat [~iam@user/typicat] has joined #openbsd 20:40 -!- byteskep1ical [~amnesia@user/byteskeptical] has joined #openbsd 20:41 -!- Netsplit *.net <-> *.split quits: qqe, mappx, Xe, kazar, fastcall, mischief, defa, vaelen, frkzoid, whatcc, (+22 more, use /NETSPLIT to show all of them) 20:41 -!- DetourNe- is now known as DetourNetworkUK 20:41 -!- nawcom_ is now known as nawcom 20:41 -!- cow321_ is now known as cow321 20:41 -!- luser17 is now known as luser1 20:41 -!- enwu1 is now known as enwu 20:41 -!- kazar [~kazar@2001:2043:7e1a:7b00:8200:bff:fe20:33c] has joined #openbsd 20:41 -!- bsdperl_ is now known as bsdperl 20:41 -!- foton [~unknown@user/foton] has joined #openbsd 20:42 -!- foton [~unknown@user/foton] has quit [Client Quit] 20:43 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 20:48 -!- typicat [~iam@user/typicat] has quit [Ping timeout: 260 seconds] 20:48 -!- fgarcia [~lei@user/fgarcia] has quit [Quit: Remote host closed the connection] 20:49 -!- MrPlop [~cedric@bender.ddpo.be] has joined #openbsd 20:58 -!- nologin is now known as sonya 20:59 -!- psydroid2 [~psydroid@user/psydroid] has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/] 21:03 -!- nature [~nature@64.137.144.64] has quit [Ping timeout: 244 seconds] 21:06 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Quit: Konversation terminated!] 21:09 -!- gotohello [~gotohello@user/gotohello] has joined #openbsd 21:11 -!- witcher [~witcher@2001:4090:e007:9581:3e7:6129:92cf:8cc3] has joined #openbsd 21:27 -!- qqe_ [~qqq@185.54.21.140] has quit [Quit: Lost terminal] 21:38 -!- shiranaihito_ [~shiranaih@ppp-58-11-158-244.revip2.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 21:42 -!- nature [~nature@138.51.50.40] has joined #openbsd 21:43 -!- housemate [~housemate@202.7.247.155] has quit [Quit: (1) You're on meth, and (2) you want to kill jesus. LOL. My dick is embedded into the euthereum blockchain for eternity. woot.] 21:43 -!- housemate [~housemate@202.7.247.155] has joined #openbsd 21:45 -!- Lucas_ [~Lucas@moon.lgv5.net] has quit [Quit: bye] 21:45 -!- housemate [~housemate@202.7.247.155] has quit [Client Quit] 21:45 -!- housemate [~housemate@202.7.247.155] has joined #openbsd 21:47 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 21:55 -!- Lucas_ [~Lucas@moon.lgv5.net] has joined #openbsd 21:57 -!- weezelding [~weezel@severi.biz] has quit [Ping timeout: 264 seconds] 21:58 -!- zcram [~zcram@user/zcram] has quit [Quit: Do the right thing.] 22:03 -!- sombrero [~sombrero@user/sombrero] has quit [Ping timeout: 272 seconds] 22:06 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 22:06 -!- sombrero [~sombrero@user/sombrero] has joined #openbsd 22:11 -!- WeeZeL [~weezel@severi.biz] has joined #openbsd 22:11 -!- rc [~rc@user/rc] has joined #openbsd 22:11 -!- Lucanis [~lucanis@user/lucanis] has quit [Ping timeout: 244 seconds] 22:15 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has quit [Quit: Leaving] 22:15 -!- jab [~user@user/jab] has joined #openbsd 22:20 -!- Feigr_ [~REDACTED@c-85-228-19-228.bbcust.telenor.se] has quit [Remote host closed the connection] 22:21 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has quit [Quit: leaving] 22:23 -!- tvtoon [~The_cUnix@user/tvtoon] has joined #openbsd 22:28 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 22:32 -!- sombrero [~sombrero@user/sombrero] has quit [Remote host closed the connection] 22:32 -!- sombrero [~sombrero@user/sombrero] has joined #openbsd 22:41 -!- visl [~visl@user/visl] has joined #openbsd 22:42 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 22:44 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 244 seconds] 22:52 -!- CrashOverride [~strcat@p57b4b4f4.dip0.t-ipconnect.de] has quit [Ping timeout: 256 seconds] 22:55 -!- jalfresi [~bendavies@224.186.187.81.in-addr.arpa] has quit [Remote host closed the connection] 22:56 -!- sombrero [~sombrero@user/sombrero] has quit [Ping timeout: 272 seconds] 23:00 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 23:00 -!- rfmoz [~rfmoz@static-145-126-230-77.ipcom.comunitel.net] has joined #openbsd 23:06 -!- kazar [~kazar@2001:2043:7e1a:7b00:8200:bff:fe20:33c] has quit [Quit: leaving] 23:11 -!- nature [~nature@138.51.50.40] has quit [Ping timeout: 260 seconds] 23:16 -!- feriman [~feriman@user/feriman] has joined #openbsd 23:16 -!- mischief2 is now known as mischief 23:17 -!- ublx [~ublx@user/ublx] has quit [Read error: Connection reset by peer] 23:20 -!- _wnh_ [~Thunderbi@user/wnh] has quit [Ping timeout: 260 seconds] 23:23 -!- ublx [~ublx@user/ublx] has joined #openbsd 23:24 -!- skippy8 [~skippy8@185.224.112.81] has quit [Quit: WeeChat 4.7.1] 23:24 -!- sombrero [~sombrero@user/sombrero] has joined #openbsd 23:31 -!- dlock23 [~dlock23@user/dlock23] has quit [Quit: Leaving] 23:36 -!- fedaykin [~rusty@user/fedaykin] has quit [Quit: leaving] 23:38 -!- johnzlly [~johnzlly@KD118158186024.ppp-bb.dion.ne.jp] has joined #openbsd 23:38 -!- johnzlly [~johnzlly@KD118158186024.ppp-bb.dion.ne.jp] has quit [Changing host] 23:38 -!- johnzlly [~johnzlly@user/johnzlly] has joined #openbsd 23:43 -!- fastcall_ is now known as fastcall 23:53 -!- fedaykin [~rusty@user/fedaykin] has joined #openbsd 23:57 -!- nature [~nature@64.137.144.64] has joined #openbsd 23:58 -!- emmanuelux [~emmanuelu@user/emmanuelux] has joined #openbsd --- Log closed Sat Nov 22 00:00:24 2025