--- Log opened Sat Jun 03 00:00:03 2023 00:02 -!- hugohagogo [~cleber@user/hugohagogo] has quit [Ping timeout: 240 seconds] 00:04 -!- feldzeugmeister [~feldzeugm@gateway/vpn/pia/paperowl] has quit [Ping timeout: 250 seconds] 00:07 -!- elagost [~elagost@user/elagost] has joined #openbsd 00:18 -!- durtal [~durtal@user/durtal] has quit [Ping timeout: 268 seconds] 00:19 -!- elagost [~elagost@user/elagost] has quit [Quit: WeeChat 3.8] 00:21 -!- jacobk [~quassel@47-186-122-163.dlls.tx.frontiernet.net] has quit [Ping timeout: 250 seconds] 00:26 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: leaving] 00:27 -!- ArtGravity [~artgravit@2001:470:b:10c:5814:35ba:10a0:76ce] has joined #openbsd 00:27 -!- feldzeugmeister [~feldzeugm@gateway/vpn/pia/paperowl] has joined #openbsd 00:30 -!- ArtGravity [~artgravit@2001:470:b:10c:5814:35ba:10a0:76ce] has quit [Client Quit] 00:30 -!- ArtGravity [~artgravit@user/artgravity] has joined #openbsd 00:34 -!- jak3b [~jak3b@2601:645:8085:b6d0::5b24] has joined #openbsd 00:38 -!- jak3b [~jak3b@2601:645:8085:b6d0::5b24] has quit [Client Quit] 00:42 < noober332> anyone have an openbsd machine with a long uptime? if you could share your uptime output,  i want to see how it is formatted with days, months, etc 00:42 -!- NicknameJohn [~NicknameJ@187-27-131-93.3g.claro.net.br] has joined #openbsd 00:44 -!- ArtGravity [~artgravit@user/artgravity] has quit [Quit: ArtGravity] 00:44 -!- XFXF-100 [~tomorrow@141.255.164.91] has quit [Ping timeout: 246 seconds] 00:45 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has joined #openbsd 00:49 < brocashelm> i'm using xfce and have had uptime up to 3 weeks before rebooting 00:49 < brocashelm> something i've noticed is that at some point, the system slows down and glitches, especially if left idle 00:50 < brocashelm> perhaps it's due to running pkg commands at any point that could interfere with actively running processes 00:50 < AlaskanEmily> The only thing I've found that has issues with that is Firefox when left open for over a week, I've had uptimes of > 100 days without stopping X11 00:54 -!- norayr [~norayr@37.252.78.253] has left #openbsd [] 00:54 < noober332> do you recall if e.g. "5:53PM  up 10:20, 2 users, load averages: 0.10, 0.13, 0.09" the  `up` value ever displays weeks, months, years? or does it only ever display `days, hours` 00:55 < noober332> (iirc I have seen different formatting on other systems) 01:00 -!- edthix [~Thunderbi@2404:160:181:884f:494d:9f7b:1ed0:9e04] has quit [Quit: edthix] 01:07 -!- XFXF-100 [~tomorrow@141.255.164.91] has joined #openbsd 01:12 -!- solaarae [~solaarae@user/solaarae] has joined #openbsd 01:24 -!- xet7 [~xet7@user/xet7] has quit [Quit: Leaving] 01:24 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 01:27 -!- peas [~peasfulto@user/PeasfulTown] has quit [Ping timeout: 240 seconds] 01:27 < riceandbeans> sibiria: Well, when things break I do tend to check the pflogs...but I guess I could theoretically just disable all the logging 01:28 -!- nyah [~nyah@york-06-b2-v4wan-167893-cust646.vm25.cable.virginm.net] has quit [Quit: leaving] 01:33 -!- elagost [~elagost@user/elagost] has joined #openbsd 01:34 < noober332> I understand openbsd sed and gnu sed are a little different, how would one match a HH:MM time string e.g. 10:32? 01:34 < noober332> if anyone cares to enlighten me, please! 01:35 -!- glider [~glider@user/glider] has joined #openbsd 01:36 < dayid> noober332: there's many ways to match a regex, but my natural fastest inclination is just `[0-9]{2}\:[0-9]{2}` which is regardless of version of sed, awk, vi, or anything else that handles regex really 01:36 -!- acidfoo [~nbouliane@modemcable137.64-162-184.mc.videotron.ca] has quit [Ping timeout: 256 seconds] 01:36 < pardis> what is the purpose of escaping the :? 01:37 < dayid> habit 01:37 < pardis> do some regex engines treat that as special? 01:37 < pardis> ah, okay 01:37 -!- robertdfrench [~robert@robertdfrench.com] has joined #openbsd 01:37 < dayid> it's (to me) mentally faster to escape a lot of non-alphanumeric chars than to remember which I need to in which context 01:37 < dayid> (i also have to deal with software which refuses regex but only works with globs so I get muddled often) 01:39 < thrig> vi don't do [0-9]{2} unless you set extended 01:40 < dayid> eyup 01:40 < noober332> I must be missing something $  date +%H:%M | sed 's/[0-9]{2}\:[0-9]{2}/replaced/' 01:40 < noober332> returns the date still 01:41 < pardis> there is no difference with GNU sed for this case 01:41 < pardis> if you want extended regex features, you have to tell sed to enable them 01:42 < noober332> ah yes,  -E fixed it 01:42 < noober332> thank you 01:46 -!- yella [regg@user/yella] has quit [Ping timeout: 256 seconds] 01:58 -!- zimmer [~zimmer@92.40.202.83.threembb.co.uk] has quit [Ping timeout: 250 seconds] 02:03 -!- xet7 [~xet7@user/xet7] has joined #openbsd 02:05 -!- elagost [~elagost@user/elagost] has quit [Quit: WeeChat 3.8] 02:13 -!- foul_owl [~kerry@71.212.137.212] has joined #openbsd 02:16 -!- davef [~davef@user/davef] has quit [Quit: Quit] 02:17 < noober332> have a good day 02:17 -!- noober332 [~noober332@user/noober332] has quit [Quit: Connection closed] 02:18 -!- davef [sid287421@user/davef] has joined #openbsd 02:20 -!- tozhu [~tozhu@223.75.225.124] has quit [Quit: tozhu] 02:20 -!- brocashelm [~brocashel@user/brocashelm] has quit [Quit: Leaving] 02:21 -!- davef_ [~davef@user/davef] has joined #openbsd 02:21 -!- davef_ [~davef@user/davef] has quit [Remote host closed the connection] 02:26 -!- brocashelm [~brocashel@user/brocashelm] has joined #openbsd 02:34 -!- chrisz [a9zvfqouxi@195.52.186.152] has quit [Ping timeout: 246 seconds] 02:36 -!- chrisz [bvrdaryhlt@195.52.177.87] has joined #openbsd 02:37 -!- vysn [~vysn@user/vysn] has joined #openbsd 02:53 -!- reset [~reset@user/reset] has joined #openbsd 03:01 -!- dcx [~dcx@user/dac] has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in] 03:03 -!- bpye [~bpye@user/bpye] has quit [Ping timeout: 240 seconds] 03:03 -!- bpye [~bpye@user/bpye] has joined #openbsd 03:08 -!- qqq [~qqq@92.43.167.61] has joined #openbsd 03:17 -!- morte_ [~user@user/monkey/x-0691028] has quit [Ping timeout: 250 seconds] 03:19 -!- moldorcoder7 [~moldorcod@192.145.81.23] has quit [Ping timeout: 246 seconds] 03:25 -!- yella [regg@2607:fb90:806e:25b3:133a:6bc1:dfb:4de3] has joined #openbsd 03:25 -!- yella [regg@2607:fb90:806e:25b3:133a:6bc1:dfb:4de3] has quit [Changing host] 03:25 -!- yella [regg@user/yella] has joined #openbsd 03:27 -!- yella [regg@user/yella] has quit [Max SendQ exceeded] 03:30 -!- yella [regg@user/yella] has joined #openbsd 03:30 -!- dqk [~dqk@lfbn-gre-1-178-214.w90-112.abo.wanadoo.fr] has quit [Ping timeout: 265 seconds] 03:32 -!- yella [regg@user/yella] has quit [Max SendQ exceeded] 03:35 -!- yella [regg@user/yella] has joined #openbsd 03:37 -!- yella [regg@user/yella] has quit [Max SendQ exceeded] 03:38 -!- thrig [~thrig@c-73-225-161-25.hsd1.wa.comcast.net] has quit [Quit: leaving] 03:40 -!- yella [regg@user/yella] has joined #openbsd 03:41 -!- thrig [~thrig@c-73-225-161-25.hsd1.wa.comcast.net] has joined #openbsd 03:42 -!- yella [regg@user/yella] has quit [Max SendQ exceeded] 03:42 -!- yella [regg@user/yella] has joined #openbsd 03:43 -!- yella [regg@user/yella] has quit [Max SendQ exceeded] 03:47 -!- yella [regg@user/yella] has joined #openbsd 03:48 -!- yella [regg@user/yella] has quit [Max SendQ exceeded] 03:49 -!- yella [regg@user/yella] has joined #openbsd 03:50 -!- yella [regg@user/yella] has quit [Max SendQ exceeded] 03:55 -!- yella [regg@user/yella] has joined #openbsd 03:56 -!- yella [regg@user/yella] has quit [Max SendQ exceeded] 03:57 -!- yella [regg@2607:fb90:806e:25b3:133a:6bc1:dfb:4de3] has joined #openbsd 03:57 -!- yella [regg@2607:fb90:806e:25b3:133a:6bc1:dfb:4de3] has quit [Changing host] 03:57 -!- yella [regg@user/yella] has joined #openbsd 04:02 -!- jacobk [~quassel@47-186-122-163.dlls.tx.frontiernet.net] has joined #openbsd 04:17 -!- Weston [~Laguen@gateway/tor-sasl/laguen] has joined #openbsd 04:17 -!- acidfoo [~nbouliane@modemcable137.64-162-184.mc.videotron.ca] has joined #openbsd 04:20 -!- Roscon [~Laguen@gateway/tor-sasl/laguen] has quit [Ping timeout: 240 seconds] 04:22 -!- acidfoo [~nbouliane@modemcable137.64-162-184.mc.videotron.ca] has quit [Ping timeout: 250 seconds] 04:23 -!- koo5_ [~quassel@vmi579006.contaboserver.net] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 04:24 -!- koo5__ [~quassel@vmi579006.contaboserver.net] has joined #openbsd 04:40 -!- seninha [~seninha@user/seninha] has joined #openbsd 04:40 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 04:41 -!- seninha [~seninha@user/seninha] has joined #openbsd 04:57 -!- terminalpusher [~terminalp@2a01:586:91bb:1:9af0:5abf:74dd:4980] has joined #openbsd 05:04 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has joined #openbsd 05:14 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has quit [Quit: https://github.com/ivdsangen] 05:15 -!- NicknameJohn [~NicknameJ@187-27-131-93.3g.claro.net.br] has quit [Ping timeout: 246 seconds] 05:22 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 05:23 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 05:50 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has joined #openbsd 06:00 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 06:09 -!- demouser [~demouser@ip-109-42-112-29.web.vodafone.de] has quit [Ping timeout: 250 seconds] 06:12 -!- Trigon [~reuben@144.39.114.115] has quit [Ping timeout: 268 seconds] 06:12 -!- dastain [~dastain@2a00:d880:6:262::45a3] has quit [Ping timeout: 240 seconds] 06:14 -!- dastain [~dastain@81.4.102.12] has joined #openbsd 06:19 -!- corg_ [~corg_@user/corg/x-5561729] has quit [Ping timeout: 250 seconds] 06:33 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 06:39 -!- demouser [~demouser@ip-109-42-114-228.web.vodafone.de] has joined #openbsd 06:43 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 06:53 -!- op2 [~op2@user/op2] has joined #openbsd 06:54 -!- dastain [~dastain@81.4.102.12] has quit [Ping timeout: 240 seconds] 07:00 -!- dastain [~dastain@2a00:d880:6:262::45a3] has joined #openbsd 07:03 -!- ThinkT510 [~auronanda@sortix/contributor/ThinkT510] has quit [Quit: WeeChat 3.8] 07:10 -!- ThinkT510 [~auronanda@sortix/contributor/ThinkT510] has joined #openbsd 07:11 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 240 seconds] 07:13 -!- schillingklaus [~schilling@37.4.226.42] has joined #openbsd 07:17 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 07:23 -!- zimmer [~zimmer@92.40.202.78.threembb.co.uk] has joined #openbsd 07:25 -!- grobi [~grobi@user/grobi] has joined #openbsd 07:28 -!- zer0bitz_ [~zer0bitz@user/zer0bitz] has joined #openbsd 07:30 -!- zer0bitz [~zer0bitz@user/zer0bitz] has quit [Ping timeout: 248 seconds] 07:30 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has joined #openbsd 07:33 -!- schillingklaus [~schilling@37.4.226.42] has quit [Remote host closed the connection] 07:49 -!- reset [~reset@user/reset] has quit [Ping timeout: 250 seconds] 08:00 -!- shiranaihito_ [~shiranaih@61-64-208-51-adsl-tpe.dynamic.so-net.net.tw] has joined #openbsd 08:02 -!- reset [~reset@user/reset] has joined #openbsd 08:07 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Remote host closed the connection] 08:14 -!- foul_owl [~kerry@71.212.137.212] has quit [Ping timeout: 256 seconds] 08:21 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 08:24 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 265 seconds] 08:27 -!- foul_owl [~kerry@94.140.8.26] has joined #openbsd 08:34 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Quit: cylater] 08:36 -!- qqq [~qqq@92.43.167.61] has quit [Quit: leaving] 08:36 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 08:42 -!- dqk [~dqk@lfbn-gre-1-178-214.w90-112.abo.wanadoo.fr] has joined #openbsd 08:42 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 240 seconds] 08:46 -!- lumidify [~lumidify@user/lumidify] has quit [Quit: leaving] 08:50 -!- viq|w [~viq@user/viq] has quit [Ping timeout: 248 seconds] 08:51 -!- Night-Shade [~Tim@ip5b4168cf.dynamic.kabel-deutschland.de] has joined #openbsd 08:51 -!- shiranaihito_ [~shiranaih@61-64-208-51-adsl-tpe.dynamic.so-net.net.tw] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 08:52 -!- viq|w [~viq@user/viq] has joined #openbsd 08:58 -!- lumidify [~lumidify@user/lumidify] has joined #openbsd 08:59 -!- Leone [~Leo@104.247.239.156] has quit [] 08:59 -!- Leone [~Leo@104.247.239.156] has joined #openbsd 09:02 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has joined #openbsd 09:04 -!- rak [~rak@debian/rak] has quit [Quit: Segmentation fault (core recycled)] 09:04 -!- rak [~rak@debian/rak] has joined #openbsd 09:05 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 09:06 -!- demouser [~demouser@ip-109-42-114-228.web.vodafone.de] has quit [Ping timeout: 250 seconds] 09:06 -!- Night-Shade [~Tim@ip5b4168cf.dynamic.kabel-deutschland.de] has quit [Quit: Textual IRC Client: www.textualapp.com] 09:06 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has quit [Remote host closed the connection] 09:10 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Remote host closed the connection] 09:18 -!- terminalpusher [~terminalp@2a01:586:91bb:1:9af0:5abf:74dd:4980] has quit [Ping timeout: 245 seconds] 09:24 -!- demouser [~demouser@ip-109-42-113-236.web.vodafone.de] has joined #openbsd 09:24 -!- moldorcoder7 [~moldorcod@192.145.81.26] has joined #openbsd 09:27 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 09:31 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 09:43 -!- adip [~adip@c136-211.icpnet.pl] has joined #openbsd 09:43 -!- durtal1 [~durtal@120.151.191.210] has joined #openbsd 09:45 -!- durtal1 [~durtal@120.151.191.210] has quit [Client Quit] 10:01 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 10:04 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Remote host closed the connection] 10:06 -!- elagost [~elagost@user/elagost] has joined #openbsd 10:06 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 10:07 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 265 seconds] 10:09 -!- dastain [~dastain@2a00:d880:6:262::45a3] has quit [Ping timeout: 240 seconds] 10:11 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 10:14 -!- dastain [~dastain@81.4.102.12] has joined #openbsd 10:15 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Quit: Client closed] 10:21 -!- XFXF-100 [~tomorrow@141.255.164.91] has quit [Quit: ZNC 1.8.2 - https://znc.in] 10:24 -!- irc-open-up [bounce@bounce.nastycode.com] has quit [Ping timeout: 248 seconds] 10:26 -!- dastain [~dastain@81.4.102.12] has quit [Ping timeout: 240 seconds] 10:31 -!- dastain [~dastain@2a00:d880:6:262::45a3] has joined #openbsd 10:32 -!- jaj [~jaj@menial.joachim.cc] has left #openbsd [] 10:32 -!- irc-open-up [bounce@bounce.nastycode.com] has joined #openbsd 10:40 -!- XFXF-100 [~tomorrow@141.255.164.91] has joined #openbsd 10:42 -!- jaj [~jaj@menial.joachim.cc] has joined #openbsd 10:52 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 10:55 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Client Quit] 11:08 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 11:09 -!- rvalles [~rvalles@user/rvalles] has quit [Read error: Connection reset by peer] 11:13 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Quit: Client closed] 11:15 < sibiria> riceandbeans: it's definitely a good tool for troubleshooting network issues. my pf setup is prepared for logging, i just keep it off until i need to, because it gets kind of intense to run all the time 11:17 -!- demouser [~demouser@ip-109-42-113-236.web.vodafone.de] has quit [Quit: Connection closed] 11:18 -!- grobi [~grobi@user/grobi] has quit [Ping timeout: 250 seconds] 11:18 -!- n4dir [~user@i59F518DD.versanet.de] has joined #openbsd 11:33 -!- Xeroine [uid588633@user/xeroine] has quit [Quit: Connection closed for inactivity] 11:39 -!- djhankb [~djhankb@208.113.164.68] has quit [Read error: Connection reset by peer] 11:39 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 11:48 -!- iceman1 [~loki@pool-68-132-17-211.nycmny.fios.verizon.net] has joined #openbsd 11:54 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 11:57 -!- n4dir [~user@i59F518DD.versanet.de] has quit [Remote host closed the connection] 12:04 -!- xet7 [~xet7@user/xet7] has quit [Ping timeout: 250 seconds] 12:06 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 250 seconds] 12:11 -!- moldorcoder7 [~moldorcod@192.145.81.26] has quit [Ping timeout: 240 seconds] 12:15 -!- shiranaihito__ [~shiranaih@2001-b011-4011-7bdf-58d6-45b0-995a-05a2.dynamic-ip6.hinet.net] has joined #openbsd 12:17 -!- adip [~adip@c136-211.icpnet.pl] has quit [Ping timeout: 240 seconds] 12:18 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has quit [Ping timeout: 240 seconds] 12:20 < oldlaptop> pflog synergizes with gkrellm/gkrellmd, which can graph traffic on virtual network interfaces just as much as real ones 12:22 -!- jaj [~jaj@menial.joachim.cc] has left #openbsd [] 12:22 -!- zimmer [~zimmer@92.40.202.78.threembb.co.uk] has quit [Read error: Connection reset by peer] 12:25 -!- jaj [~jaj@menial.joachim.cc] has joined #openbsd 12:26 -!- iceman1 [~loki@pool-68-132-17-211.nycmny.fios.verizon.net] has quit [Ping timeout: 268 seconds] 12:53 -!- tertullian [~sonne@95.211.146.71] has quit [Ping timeout: 265 seconds] 12:53 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 12:59 -!- zimmer [~zimmer@92.40.202.78.threembb.co.uk] has joined #openbsd 13:04 -!- sarthalion [nrosvall@shell.nor.fi] has joined #openbsd 13:06 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 240 seconds] 13:11 -!- sarthalion [nrosvall@shell.nor.fi] has quit [Quit: leaving] 13:13 -!- morte_ [~user@user/monkey/x-0691028] has joined #openbsd 13:14 -!- sarthalion [nrosvall@shell.nor.fi] has joined #openbsd 13:14 -!- adip [~adip@c138-182.icpnet.pl] has joined #openbsd 13:24 -!- acidfoo [~nbouliane@modemcable137.64-162-184.mc.videotron.ca] has joined #openbsd 13:25 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 13:25 -!- morte_ [~user@user/monkey/x-0691028] has quit [Remote host closed the connection] 13:31 -!- monkey_ [~user@user/monkey/x-0691028] has joined #openbsd 13:39 -!- Leonarbro [~Leo@user/leonarbro] has joined #openbsd 13:44 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 13:46 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has quit [Ping timeout: 240 seconds] 13:55 -!- zarock [~zarock@user/zarock] has joined #openbsd 13:57 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 265 seconds] 13:58 -!- jak3b [~jak3b@2601:645:8085:b6d0::5b24] has joined #openbsd 14:01 -!- raspbeguy [~raspbeguy@wireguard/tunneler/raspbeguy] has quit [Quit: Gateway shutdown] 14:04 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Ping timeout: 268 seconds] 14:04 -!- adip [~adip@c138-182.icpnet.pl] has quit [Ping timeout: 250 seconds] 14:07 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 14:08 -!- iceman1 [~loki@cpe-67-250-81-4.nyc.res.rr.com] has joined #openbsd 14:11 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has joined #openbsd 14:16 -!- adip [~adip@c142-167.icpnet.pl] has joined #openbsd 14:21 -!- jak3b [~jak3b@2601:645:8085:b6d0::5b24] has quit [Quit: WeeChat 3.8] 14:21 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1344-171.w86-207.abo.wanadoo.fr] has joined #openbsd 14:21 -!- jfsimon1981 [~jfsimon19@lfbn-lyo-1-1344-171.w86-207.abo.wanadoo.fr] has quit [Remote host closed the connection] 14:29 -!- Tlsx [~rscastilh@189-82-108-215.user3p.veloxzone.com.br] has joined #openbsd 14:30 -!- jacobk [~quassel@47-186-122-163.dlls.tx.frontiernet.net] has quit [Ping timeout: 240 seconds] 14:35 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 14:36 -!- LW [~LW@i5E866B41.versanet.de] has joined #openbsd 14:36 -!- Tlsx [~rscastilh@189-82-108-215.user3p.veloxzone.com.br] has quit [Remote host closed the connection] 14:37 -!- Albright [~Albright@2001:19f0:8001:ca4:51f3:e00d:84e1:cc77] has quit [Quit: ZNC 1.8.2 - https://znc.in] 14:37 -!- Albright [~Albright@149.28.13.173] has joined #openbsd 14:38 -!- Tlsx [~rscastilh@189-82-108-215.user3p.veloxzone.com.br] has joined #openbsd 14:42 -!- Tlsx [~rscastilh@189-82-108-215.user3p.veloxzone.com.br] has quit [Remote host closed the connection] 14:43 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Remote host closed the connection] 14:45 -!- monkeybusiness [~monkeybus@user/monkeybusiness] has quit [Quit: Bye] 14:45 -!- tozhu [~tozhu@113.57.113.28] has joined #openbsd 14:46 -!- Roscon [~Laguen@gateway/tor-sasl/laguen] has joined #openbsd 14:47 -!- monkey_ [~user@user/monkey/x-0691028] has quit [Ping timeout: 240 seconds] 14:48 -!- Weston [~Laguen@gateway/tor-sasl/laguen] has quit [Ping timeout: 240 seconds] 14:49 -!- monkeybusiness [~monkeybus@user/monkeybusiness] has joined #openbsd 14:51 -!- tozhu [~tozhu@113.57.113.28] has quit [Quit: tozhu] 14:51 -!- tozhu [~tozhu@113.57.113.28] has joined #openbsd 14:54 -!- jacobk [~quassel@2603-8080-b200-7b02-0000-0000-0000-0771.res6.spectrum.com] has joined #openbsd 14:54 -!- demouser [~demouser@ip-109-42-112-191.web.vodafone.de] has joined #openbsd 14:56 -!- monkey_ [~user@user/monkey/x-0691028] has joined #openbsd 14:56 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 15:00 -!- tozhu [~tozhu@113.57.113.28] has quit [Quit: tozhu] 15:01 -!- tozhu [~tozhu@113.57.113.28] has joined #openbsd 15:01 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Quit: Konversation terminated!] 15:04 -!- jacobk [~quassel@2603-8080-b200-7b02-0000-0000-0000-0771.res6.spectrum.com] has quit [Ping timeout: 250 seconds] 15:07 -!- sliced [~sliced@81.15.241.20] has quit [Ping timeout: 250 seconds] 15:09 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 15:09 -!- tozhu [~tozhu@113.57.113.28] has quit [Quit: tozhu] 15:12 -!- tozhu [~tozhu@113.57.113.28] has joined #openbsd 15:13 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has joined #openbsd 15:14 -!- shiranaihito__ [~shiranaih@2001-b011-4011-7bdf-58d6-45b0-995a-05a2.dynamic-ip6.hinet.net] has quit [Ping timeout: 248 seconds] 15:14 -!- tozhu [~tozhu@113.57.113.28] has quit [Client Quit] 15:14 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 15:15 -!- tozhu [~tozhu@113.57.113.28] has joined #openbsd 15:22 -!- tozhu [~tozhu@113.57.113.28] has quit [Quit: tozhu] 15:22 -!- monkey_ [~user@user/monkey/x-0691028] has quit [Remote host closed the connection] 15:22 -!- tozhu [~tozhu@113.57.113.28] has joined #openbsd 15:24 -!- tozhu [~tozhu@113.57.113.28] has quit [Client Quit] 15:26 -!- tozhu [~tozhu@113.57.113.28] has joined #openbsd 15:26 -!- tozhu [~tozhu@113.57.113.28] has quit [Client Quit] 15:31 -!- Trigon [~reuben@144.39.114.115] has joined #openbsd 15:36 -!- morte_ [~user@user/monkey/x-0691028] has joined #openbsd 15:38 -!- ule [~ule@216.128.176.248] has quit [Changing host] 15:38 -!- ule [~ule@user/ule] has joined #openbsd 15:43 -!- user71 [~user71@2001:1530:1017:e9b0:1e6f:65ff:fe88:557f] has joined #openbsd 15:44 < lavaball> turtles 4 makes snes9xgtk core dump! oh noes. 15:52 -!- jacobk [~quassel@2603-8080-b200-7b02-0000-0000-0000-0771.res6.spectrum.com] has joined #openbsd 15:53 -!- greeb [~greeb@user/greeb] has quit [Quit: boopin and beepin] 15:54 -!- freshmaker666 [~greeb@user/greeb] has joined #openbsd 15:55 -!- Assassink786[m] [~assassin7@2001:470:69fc:105::2:ac85] has quit [Ping timeout: 265 seconds] 15:58 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Quit: cylater all] 16:03 -!- jmcunx [jmc@user/zjmc] has joined #openbsd 16:05 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 240 seconds] 16:09 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has quit [Ping timeout: 250 seconds] 16:10 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Quit: Client closed] 16:18 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 16:21 -!- telser [~quassel@user/telser] has quit [Ping timeout: 240 seconds] 16:25 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has joined #openbsd 16:31 -!- telser [~quassel@user/telser] has joined #openbsd 16:35 -!- moldorcoder7 [~moldorcod@192.145.81.24] has joined #openbsd 16:38 -!- hussein1 [~weechat@gateway/tor-sasl/hussein1] has joined #openbsd 16:41 -!- vysn [~vysn@user/vysn] has quit [Remote host closed the connection] 16:42 -!- Night-Shade [~Tim@ip5b4168cf.dynamic.kabel-deutschland.de] has joined #openbsd 16:48 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Ping timeout: 240 seconds] 16:52 -!- iceman1 [~loki@cpe-67-250-81-4.nyc.res.rr.com] has quit [Ping timeout: 250 seconds] 16:53 -!- rawgreaze [~rawgreaze@user/rawgreaze] has joined #openbsd 16:54 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has quit [Ping timeout: 240 seconds] 16:54 -!- telser [~quassel@user/telser] has quit [Ping timeout: 240 seconds] 16:55 -!- vysn [~vysn@user/vysn] has joined #openbsd 17:02 -!- telser [~quassel@user/telser] has joined #openbsd 17:04 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 17:04 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Client Quit] 17:12 -!- raspbeguy [~raspbeguy@wireguard/tunneler/raspbeguy] has joined #openbsd 17:20 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has joined #openbsd 17:26 -!- rtred [~rtred@180.190.230.14] has joined #openbsd 17:27 -!- ciprian_craciun [~ciprian_c@79.114.102.69] has joined #openbsd 17:31 -!- leo-unglaub [~leo-ungla@2001:871:258:b3a6:37de:cbbe:5db5:c159] has joined #openbsd 17:33 -!- martian67 [~martian67@user/martian67] has quit [Remote host closed the connection] 17:33 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1344-171.w86-207.abo.wanadoo.fr] has quit [Remote host closed the connection] 17:33 -!- martian67 [~martian67@user/martian67] has joined #openbsd 17:34 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1344-171.w86-207.abo.wanadoo.fr] has joined #openbsd 17:35 -!- shabius [~shabius@2a0e:1c80:2:1021::1001] has joined #openbsd 17:36 -!- vysn [~vysn@user/vysn] has quit [Remote host closed the connection] 17:36 -!- Xeroine [uid588633@user/xeroine] has joined #openbsd 17:37 -!- fuller2 [~c@i5c74dffe.versanet.de] has joined #openbsd 17:39 -!- fuller2 [~c@i5c74dffe.versanet.de] has quit [Changing host] 17:39 -!- fuller2 [~c@user/rootwyrm] has joined #openbsd 17:39 < fuller2> Hi! How can I only route selected traffic over a wireguard connection? When I want to select the wg0 interface address as source (i.e. curl --interface wg0 'https://foo.bar/ip'), the packets still get routed over the default route, and blocked by pf. Where to start? routes, pf.conf, AllowedIps? 17:39 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 17:40 -!- jmcunx [jmc@user/zjmc] has left #openbsd [] 17:41 < thrig> rdomain might be one way 17:42 -!- Trigon [~reuben@144.39.114.115] has quit [Ping timeout: 256 seconds] 17:43 < pardis> if you are able to select the traffic you want to route over wg0 with pf matchers, you can use route-to in pf.conf 17:46 -!- corg_ [~corg_@user/corg/x-5561729] has joined #openbsd 17:46 -!- shabius [~shabius@2a0e:1c80:2:1021::1001] has quit [Remote host closed the connection] 17:46 -!- shabius [~shabius@2a0e:1c80:2:1021::1001] has joined #openbsd 17:47 -!- corg_ [~corg_@user/corg/x-5561729] has quit [Remote host closed the connection] 17:48 -!- terminalpusher [~terminalp@2a01:586:91bb:1:703e:ae50:fc1a:95a2] has joined #openbsd 17:49 -!- corg_ [~corg_@user/corg/x-5561729] has joined #openbsd 17:49 -!- Roscon [~Laguen@gateway/tor-sasl/laguen] has quit [Remote host closed the connection] 17:50 -!- Roscon [~Laguen@gateway/tor-sasl/laguen] has joined #openbsd 17:51 -!- vol [~vol@static.158.151.21.65.clients.your-server.de] has quit [Ping timeout: 248 seconds] 17:51 -!- Vizva [~vizva@gateway/tor-sasl/vizva] has joined #openbsd 17:52 -!- VarikValefor[m] [~varikvale@2001:470:69fc:105::a5d] has quit [Ping timeout: 265 seconds] 17:52 -!- vol [~vol@static.158.151.21.65.clients.your-server.de] has joined #openbsd 17:52 -!- archive[m] [~archivema@2001:470:69fc:105::3:4eec] has quit [Ping timeout: 265 seconds] 17:52 -!- superju[m] [~superjuma@2001:470:69fc:105::2:b088] has quit [Ping timeout: 265 seconds] 17:52 -!- hsiktas[m] [~hsiktasm]@2001:470:69fc:105::30d4] has quit [Ping timeout: 265 seconds] 17:54 -!- leo-unglaub [~leo-ungla@2001:871:258:b3a6:37de:cbbe:5db5:c159] has quit [Quit: Leaving.] 17:54 -!- corg_ [~corg_@user/corg/x-5561729] has quit [Remote host closed the connection] 17:55 < fuller2> ok thank you, that will get me started 17:55 -!- fuller2 [~c@user/rootwyrm] has quit [Quit: WeeChat 3.8] 17:57 -!- op2 [~op2@user/op2] has quit [Remote host closed the connection] 17:59 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 17:59 -!- zimmer [~zimmer@92.40.202.78.threembb.co.uk] has quit [Ping timeout: 240 seconds] 17:59 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 18:04 -!- Xenguy_ [~Xenguy@user/xenguy] has joined #openbsd 18:05 -!- Trigon [~reuben@144.39.114.115] has joined #openbsd 18:05 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 250 seconds] 18:05 -!- Vizva [~vizva@gateway/tor-sasl/vizva] has quit [Remote host closed the connection] 18:06 -!- VarikValefor[m] [~varikvale@2001:470:69fc:105::a5d] has joined #openbsd 18:06 -!- jaj [~jaj@menial.joachim.cc] has left #openbsd [] 18:07 -!- n4dir [~user@i59F518DD.versanet.de] has joined #openbsd 18:08 -!- superju[m] [~superjuma@2001:470:69fc:105::2:b088] has joined #openbsd 18:15 -!- jaj [~jaj@menial.joachim.cc] has joined #openbsd 18:26 -!- tozhu [~tozhu@113.57.113.28] has joined #openbsd 18:26 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has joined #openbsd 18:37 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Quit: cylater all] 18:39 -!- adip [~adip@c142-167.icpnet.pl] has quit [Ping timeout: 250 seconds] 18:40 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 18:49 < Xeroine> Hi, I'm trying to figure out which keysym name in /usr/include/dev/wscons/wsksymdef.h corresponds to the command key on my keyboard. I tried out binding KS_Cmd to Control_L with `wsconsctl keyboard.map+="keysym Cmd = Control_L"` but I got a "parse: syntax error". What could be wrong? 18:50 -!- adip [~adip@c136-154.icpnet.pl] has joined #openbsd 18:52 < Xeroine> If I try with the suffix KS_Cmd it gives a different error message "not a keysym" so not sure what the issue is when I try Cmd 18:53 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has quit [Ping timeout: 265 seconds] 18:54 < Xeroine> I have a mac keyboard btw if that matters 18:55 < Xeroine> picked "us" keyboard layout during install 18:58 -!- jaj [~jaj@menial.joachim.cc] has left #openbsd [] 18:59 -!- morte_ [~user@user/monkey/x-0691028] has quit [Remote host closed the connection] 19:00 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 19:01 -!- iceman1 [~loki@pool-68-132-17-211.nycmny.fios.verizon.net] has joined #openbsd 19:02 -!- morte_ [~user@user/monkey/x-0691028] has joined #openbsd 19:08 -!- oldpcuser_ [~oldpcuser@user/oldpcuser] has joined #openbsd 19:09 -!- oldpcuser [~oldpcuser@user/oldpcuser] has quit [Killed (NickServ (GHOST command used by oldpcuser_))] 19:09 -!- oldpcuser_ is now known as oldpcuser 19:14 < Xeroine> many of the Cmd keys don't work 19:15 -!- cation [cation@user/cation] has quit [Remote host closed the connection] 19:15 -!- cation [cation@user/cation] has joined #openbsd 19:16 -!- jaj [~jaj@menial.joachim.cc] has joined #openbsd 19:16 -!- zimmer [~zimmer@51.219.226.24] has joined #openbsd 19:18 -!- apoorv569[m] [~apoorv569@2001:470:69fc:105::ceb9] has quit [Ping timeout: 265 seconds] 19:20 -!- Guest32 [~Guest69@dslb-092-073-253-106.092.073.pools.vodafone-ip.de] has joined #openbsd 19:20 -!- kodcode [~kodcode@user/kodcode] has joined #openbsd 19:25 -!- oldpcuser [~oldpcuser@user/oldpcuser] has quit [Remote host closed the connection] 19:25 -!- oldpcuser [~oldpcuser@user/oldpcuser] has joined #openbsd 19:34 < lavaball> pardis, have you actually done it with route-to? because the man page says different. rdomain is right. solene has even written something about it somewhere. though he uses the wg0 for all traffic in his tutorial. anyway, route-to is wrong. 19:35 < IcePic> I would not go pf route-to immediately, didn't sound as if pf would be the best option. rdomains is probably nice there. 19:35 < IcePic> apart from solenes guide, matthieu herrb also wrote one up on wireguard and rdomain 19:36 < IcePic> unless I misremember 19:36 < lavaball> you still need pf rtable or you have to do route -T1 exec for everything. 19:36 -!- sunwind [~paradox@145.41.9.51.dyn.plus.net] has quit [Remote host closed the connection] 19:37 < lavaball> oh, you also need nat-to because why use the wg0 device address, when you can go with a physicial one instead? 19:38 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 240 seconds] 19:39 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has quit [Quit: https://github.com/ivdsangen] 19:40 -!- apoorv569[m] [~apoorv569@2001:470:69fc:105::ceb9] has joined #openbsd 19:42 -!- lolok [~lolok@user/lolok] has joined #openbsd 19:44 -!- sunwind [~paradox@145.41.9.51.dyn.plus.net] has joined #openbsd 19:48 < pardis> I didn't mean to recommend it, merely suggest it as a possibility 19:48 < pardis> without specifics on the setup and *what* should be routed over wg0, it's hard to say what the best option is 19:50 < lavaball> yeah, sorry. 9 out of 10 he wants default route to be wg0 for specific applications. 19:50 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 19:52 < lavaball> and he even said wg0 as source. so he either gave us wrong intel, or he wants default route which route-to doesn't do. 19:52 -!- morte_ [~user@user/monkey/x-0691028] has quit [Ping timeout: 250 seconds] 19:53 -!- sunwind [~paradox@145.41.9.51.dyn.plus.net] has quit [Remote host closed the connection] 19:53 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has joined #openbsd 19:55 -!- peas [~peasfulto@user/PeasfulTown] has joined #openbsd 19:56 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 240 seconds] 19:58 -!- nyah [~nyah@york-06-b2-v4wan-167893-cust646.vm25.cable.virginm.net] has joined #openbsd 20:01 -!- terminalpusher [~terminalp@2a01:586:91bb:1:703e:ae50:fc1a:95a2] has quit [Remote host closed the connection] 20:03 -!- corg_ [~corg_@user/corg/x-5561729] has joined #openbsd 20:05 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 20:06 -!- seninha [~seninha@user/seninha] has joined #openbsd 20:07 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 240 seconds] 20:07 -!- kufarius [~danny@isp.dialup.br232.de] has joined #openbsd 20:07 -!- kufarius [~danny@isp.dialup.br232.de] has quit [Quit: WeeChat 3.8] 20:07 -!- iceman1 [~loki@pool-68-132-17-211.nycmny.fios.verizon.net] has quit [Quit: Reconnecting] 20:08 -!- iceman1 [~loki@pool-68-132-17-211.nycmny.fios.verizon.net] has joined #openbsd 20:08 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 20:08 -!- kufarius [~danny@isp.dialup.br232.de] has joined #openbsd 20:10 -!- jacobk [~quassel@2603-8080-b200-7b02-0000-0000-0000-0771.res6.spectrum.com] has quit [Ping timeout: 250 seconds] 20:13 -!- morte_ [~user@user/monkey/x-0691028] has joined #openbsd 20:17 -!- feriman [~feriman@188.163.114.49] has quit [Ping timeout: 240 seconds] 20:18 -!- Xenguy_ is now known as Xenguy 20:23 -!- rcf is now known as SusGhost 20:24 -!- SusGhost is now known as rcf 20:25 -!- shabius [~shabius@2a0e:1c80:2:1021::1001] has quit [Quit: Leaving] 20:26 -!- Guest32 [~Guest69@dslb-092-073-253-106.092.073.pools.vodafone-ip.de] has quit [Quit: Client closed] 20:28 -!- fro [fro@humpty.dance] has joined #openbsd 20:28 -!- oldpcuser [~oldpcuser@user/oldpcuser] has quit [Quit: Eu uso Vum - Vi Useless not iMproved Text Editor! =D] 20:28 -!- pstef [~pstef@user/pstef] has quit [Ping timeout: 240 seconds] 20:30 -!- pstef [~pstef@user/pstef] has joined #openbsd 20:31 -!- vysn [~vysn@user/vysn] has joined #openbsd 20:31 -!- jaj [~jaj@menial.joachim.cc] has left #openbsd [] 20:32 -!- sunwind [~paradox@145.41.9.51.dyn.plus.net] has joined #openbsd 20:32 -!- oldpcuser [~oldpcuser@user/oldpcuser] has joined #openbsd 20:34 -!- user71 [~user71@2001:1530:1017:e9b0:1e6f:65ff:fe88:557f] has quit [Quit: Leaving] 20:41 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Quit: cylater friends] 20:44 -!- solzao [~mxuser@187.61.153.177] has quit [Read error: Connection reset by peer] 20:49 -!- martian67 [~martian67@user/martian67] has quit [Remote host closed the connection] 20:50 -!- martian67 [~martian67@user/martian67] has joined #openbsd 20:55 -!- LW [~LW@i5E866B41.versanet.de] has quit [Quit: WeeChat 3.8] 21:01 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has quit [Remote host closed the connection] 21:05 -!- josuah [~josuah@46.23.94.12] has quit [Quit: josuah] 21:05 -!- josuah [~josuah@46.23.94.12] has joined #openbsd 21:10 -!- jaj [~jaj@menial.joachim.cc] has joined #openbsd 21:11 -!- peas [~peasfulto@user/PeasfulTown] has quit [Ping timeout: 240 seconds] 21:13 -!- peas [~peasfulto@user/PeasfulTown] has joined #openbsd 21:14 -!- RypPn [~RypPn@user/ryppn] has quit [Quit: Real-time updating is paused. (Resume)] 21:30 -!- fsflp23 [~anonymous@user/fsflp23] has quit [Quit: Konversation terminated!] 21:30 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 240 seconds] 21:33 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 21:33 -!- oldpcuser_ [~oldpcuser@user/oldpcuser] has joined #openbsd 21:35 -!- oldpcuser [~oldpcuser@user/oldpcuser] has quit [Ping timeout: 240 seconds] 21:35 -!- hsiktas[m] [~hsiktasm]@2001:470:69fc:105::30d4] has joined #openbsd 21:35 -!- archive[m] [~archivema@2001:470:69fc:105::3:4eec] has joined #openbsd 21:35 -!- Assassink786[m] [~assassin7@2001:470:69fc:105::2:ac85] has joined #openbsd 21:37 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 21:41 -!- shabius [~shabius@2a0e:1c80:2:1021::1001] has joined #openbsd 21:56 -!- Xeroine [uid588633@user/xeroine] has quit [Quit: Connection closed for inactivity] 21:56 -!- oldpcuser_ [~oldpcuser@user/oldpcuser] has quit [Ping timeout: 265 seconds] 21:58 -!- edthix [~Thunderbi@60.52.79.215] has joined #openbsd 21:59 -!- edthix [~Thunderbi@60.52.79.215] has quit [Client Quit] 22:01 -!- desnudopenguino1 [~Thunderbi@2601:602:d100:16fb:5d1b:e5dd:d6ae:76f4] has joined #openbsd 22:04 -!- desnudopenguino [~Thunderbi@2601:602:d100:16fb:5d1b:e5dd:d6ae:76f4] has quit [Ping timeout: 250 seconds] 22:04 -!- desnudopenguino1 is now known as desnudopenguino 22:12 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 256 seconds] 22:13 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 22:18 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Remote host closed the connection] 22:20 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 22:44 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 22:46 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has quit [Ping timeout: 265 seconds] 22:46 -!- jacobk [~quassel@47-186-122-163.dlls.tx.frontiernet.net] has joined #openbsd 22:51 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has quit [Quit: ....and i am outta here....] 22:54 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has joined #openbsd 22:55 -!- jak3b [~jak3b@2601:645:8085:b6d0::5b24] has joined #openbsd 22:56 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 22:58 -!- jak3b [~jak3b@2601:645:8085:b6d0::5b24] has quit [Client Quit] 23:00 -!- morte_ [~user@user/monkey/x-0691028] has quit [Ping timeout: 250 seconds] 23:01 -!- iceman1 [~loki@pool-68-132-17-211.nycmny.fios.verizon.net] has quit [Ping timeout: 250 seconds] 23:01 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Remote host closed the connection] 23:04 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 240 seconds] 23:06 -!- XFXF-100 [~tomorrow@141.255.164.91] has quit [Quit: ZNC 1.8.2 - https://znc.in] 23:09 -!- n4dir [~user@i59F518DD.versanet.de] has quit [Remote host closed the connection] 23:10 -!- sunwind [~paradox@145.41.9.51.dyn.plus.net] has quit [Remote host closed the connection] 23:14 -!- jacobk [~quassel@47-186-122-163.dlls.tx.frontiernet.net] has quit [Ping timeout: 240 seconds] 23:16 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 23:22 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 23:26 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Remote host closed the connection] 23:28 -!- xtile [~terrain@c-24-56-224-169.customer.broadstripe.net] has joined #openbsd 23:29 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 23:34 -!- fstd_ [~fstd@xdsl-87-79-174-97.nc.de] has joined #openbsd 23:37 -!- fstd [~fstd@xdsl-195-14-222-235.nc.de] has quit [Ping timeout: 248 seconds] 23:37 -!- fstd_ is now known as fstd 23:41 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 268 seconds] 23:45 -!- feldzeugmeister [~feldzeugm@gateway/vpn/pia/paperowl] has quit [Ping timeout: 250 seconds] 23:47 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 23:48 -!- oldpcuser [~oldpcuser@user/oldpcuser] has joined #openbsd 23:57 -!- iceman1 [~loki@pool-68-132-17-211.nycmny.fios.verizon.net] has joined #openbsd --- Log closed Sun Jun 04 00:00:04 2023