--- Log opened Fri Feb 23 00:00:32 2024 00:01 -!- SiFuh [~SiFuh@user/sifuh] has quit [Ping timeout: 272 seconds] 00:04 -!- ssm_ [~ssm_@mail.howdoesmycode.work] has quit [Quit: ZNC 1.8.2 - https://znc.in] 00:05 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 00:05 -!- ssm_ [~ssm_@mail.howdoesmycode.work] has joined #openbsd 00:07 -!- jacobk [~quassel@64.189.201.150] has quit [Ping timeout: 268 seconds] 00:26 -!- srfsh [~srfsh@user/srfsh] has quit [Remote host closed the connection] 00:26 -!- gxt_ [~gxt@gateway/tor-sasl/gxt] has quit [Remote host closed the connection] 00:26 -!- martian67 [~martian67@user/martian67] has quit [Remote host closed the connection] 00:26 -!- tozhu [~tozhu@171.212.255.133] has joined #openbsd 00:26 -!- srfsh [~srfsh@user/srfsh] has joined #openbsd 00:27 -!- gxt_ [~gxt@gateway/tor-sasl/gxt] has joined #openbsd 00:27 -!- martian67 [~martian67@user/martian67] has joined #openbsd 00:28 -!- runelind_ [~runelind@user/runelind] has quit [Ping timeout: 260 seconds] 00:30 -!- runelind [~runelind@user/runelind] has joined #openbsd 00:31 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 00:31 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 00:31 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 00:34 -!- donofrio_ [~donofrio@c-68-40-123-196.hsd1.mi.comcast.net] has joined #openbsd 00:35 -!- GnarledHorn [~GnarledHo@184-088-011-148.res.spectrum.com] has quit [Ping timeout: 245 seconds] 00:38 -!- donofrio__ [~donofrio@155.178.180.11] has quit [Ping timeout: 246 seconds] 00:38 -!- chrisz [molp7xmlwx@62.144.52.199] has quit [Ping timeout: 255 seconds] 00:40 -!- chrisz [bopv14kwop@62.144.48.229] has joined #openbsd 00:41 -!- imega [~coma@55.42.150.83.ftth.as8758.net] has quit [Ping timeout: 256 seconds] 00:51 -!- accelerat0r [~accelerat@user/accelerat0r] has joined #openbsd 00:52 -!- accelerat0r [~accelerat@user/accelerat0r] has quit [Read error: Connection reset by peer] 00:53 -!- accelerat0r [~accelerat@user/accelerat0r] has joined #openbsd 00:57 -!- CrashOverride [~strcat@p57b4bcfd.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 01:00 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 01:04 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 01:05 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 01:08 -!- Paul [~Paul@user/paul] has quit [Quit: Leaving] 01:11 -!- tozhu [~tozhu@171.212.255.133] has quit [Quit: tozhu] 01:16 -!- guru_ [~guru@2001:9e8:e82a:a900:36bc:d8ad:e828:3bf7] has joined #openbsd 01:19 -!- guru__ [~guru@2001:9e8:e824:8500:e092:af0a:892b:30f4] has quit [Ping timeout: 260 seconds] 01:25 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 01:30 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 01:34 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 268 seconds] 01:37 -!- ssm_ [~ssm_@mail.howdoesmycode.work] has quit [Ping timeout: 268 seconds] 01:38 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 01:39 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 01:44 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 01:45 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 01:53 -!- desnudopenguino1 [~Thunderbi@c-73-157-16-238.hsd1.wa.comcast.net] has joined #openbsd 01:54 < Bradipo> Having trouble getting a chrooted sftp setup going... 01:54 < Bradipo> I have a Match User X block that seems to apply correctly. 01:55 < Bradipo> When I run: sshd -T -C user=X,addr=Y it reports forcecommand internal-sftp (among other things). 01:55 < Bradipo> it also reports chrootdirectory /home/chroot 01:56 < Bradipo> But when I SSH using that user and a key installed in that user's home directory, it drops me into /home/X, not /home/chroot/home/X as expected. 01:56 -!- desnudopenguino [~Thunderbi@c-73-157-16-238.hsd1.wa.comcast.net] has quit [Ping timeout: 264 seconds] 01:56 -!- desnudopenguino1 is now known as desnudopenguino 01:57 < phy1729> are you sure? You shouldn't see that you're in a chroot from inside the chroot 01:57 < Bradipo> I'm absolutely sure because there are only 3 things in /home/chroot 01:58 < Bradipo> But when I cd /home, I can see a bunch of things that are *not* in /home/chroot. 01:58 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 01:58 < phy1729> ah ok 01:58 < Bradipo> I can also SSH and it does *not* force internal-sftp as sshd says it should. 01:59 < Bradipo> So even though sshd -T -C ... shows that the options apply, when I actually do the deed with "ssh user@host" it seems to ignore those things. 01:59 < Bradipo> So maybe my -C options don't actually reflect what sshd is getting when I connect... 01:59 < Bradipo> Not sure how I could get user=X,addr=Y wrong though. 02:04 < Bradipo> phy1729: Oh my, you're going to get a kick out of this... 02:04 < Bradipo> So, sshd tells me what is "theoretically" possible given the current configuration. 02:05 < Bradipo> After I modified /etc/ssh/sshd_config, I ran "rcctl restart httpd" 02:06 < Bradipo> Of course, now that I've actually restarted sshd it works as expected! 02:13 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 02:13 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 02:20 -!- shamoe [uid613739@user/shamoe] has quit [Quit: Connection closed for inactivity] 02:22 -!- shamoe [uid613739@user/shamoe] has joined #openbsd 02:32 -!- ssm_ [~ssm_@mail.howdoesmycode.work] has joined #openbsd 02:33 -!- Bradipo [~amb@50.77.44.29] has quit [Quit: Lost terminal] 02:35 -!- bouncy [~ben@user/benoit] has joined #openbsd 02:37 -!- NicknameJohn [~NicknameJ@187-27-157-39.3g.claro.net.br] has joined #openbsd 02:39 -!- Red_ [~Red@102.92-221-235.customer.lyse.net] has joined #openbsd 02:42 -!- Red [~Red@102.92-221-235.customer.lyse.net] has quit [Ping timeout: 264 seconds] 02:42 -!- Red_ is now known as Red 02:43 < ssm_> my openbsd vps has been freezing, it seems to be due to running out of memory; I think someone's spamming my mail server or something https://0x0.st/H5_d.png 02:44 < ssm_> anyone know why filter-dkim would use so much memory? 02:44 -!- chrisz [bopv14kwop@62.144.48.229] has quit [Ping timeout: 256 seconds] 02:46 -!- chrisz [zb7j1dwhx7@195.52.162.91] has joined #openbsd 02:47 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 02:47 < ssm_> it's from the openbsd-filter-dkimsign package 02:47 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 02:48 < ssm_> should adjust my limits, at the very least 02:51 < ssm_> DC for a second, rebooting with new limits 02:51 -!- ssm_ [~ssm_@mail.howdoesmycode.work] has quit [Quit: ZNC 1.8.2 - https://znc.in] 02:52 -!- ssm_ [~ssm_@mail.howdoesmycode.work] has joined #openbsd 02:59 < byteskeptical> ssm_: what/how many filters are you running? 03:03 < ssm_> my filters check for (no)dyndns, rdns, fcrdns, and dkimsign 03:04 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 03:04 < ssm_> filter line for dkimsign is: filter "dkimsign" proc-exec "filter-dkimsign -d howdoesmycode.work -s 20211117 -k /etc/mail/dkim/howdoesmycode.work.key" user _dkimsign group _dkimsign 03:05 < ssm_> I don't think it's a bug because I've been running this config for years on -stable, think someone's up to something nefarious 03:06 < ssm_> nothing weird in maillog 03:08 < ssm_> last messages before the big memory bomb are `Feb 22 20:31:58 ssmvps smtpd[55431]: 8dc89b5e69392b30 smtp connected address=199.185.178.25 host=mail.openbsd.org` and `Feb 22 20:31:59 ssmvps smtpd[55431]: 8dc89b5e69392b30 smtp tls ciphers=TLSv1.3:TLS_AES_256_GCM_SHA384:256` 03:10 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 03:11 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 03:20 -!- maylay [~gren@108-198-59-230.lightspeed.miamfl.sbcglobal.net] has quit [Ping timeout: 272 seconds] 03:21 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 03:21 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 03:37 -!- maylay [~gren@108-198-59-230.lightspeed.miamfl.sbcglobal.net] has joined #openbsd 03:43 -!- bilegeek [~bilegeek@2600:1008:b060:46ec:ee43:3ef:aa5a:2476] has joined #openbsd 03:45 -!- hirigaray [~hirigaray@user/hirigaray] has quit [Remote host closed the connection] 03:46 -!- hirigaray [~hirigaray@2001:19f0:5:f12:5400:4ff:febc:b0a3] has joined #openbsd 03:46 -!- hirigaray [~hirigaray@2001:19f0:5:f12:5400:4ff:febc:b0a3] has quit [Changing host] 03:46 -!- hirigaray [~hirigaray@user/hirigaray] has joined #openbsd 03:47 -!- hugohagogo [~cleber@user/hugohagogo] has quit [Ping timeout: 260 seconds] 03:48 -!- zimmer [~zimmer@user/zimmer] has quit [Remote host closed the connection] 03:51 -!- edthix [~Thunderbi@115.132.139.224] has joined #openbsd 03:53 -!- edthix [~Thunderbi@115.132.139.224] has quit [Client Quit] 03:53 -!- Qual [~sage@user/Qual] has joined #openbsd 03:54 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 03:55 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 03:58 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 04:01 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has quit [Ping timeout: 268 seconds] 04:02 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has joined #openbsd 04:09 -!- jacobk [~quassel@47-186-95-57.dlls.tx.frontiernet.net] has joined #openbsd 04:18 -!- hugohagogo [~cleber@201.150.56.4] has joined #openbsd 04:19 -!- gce108 [~gce@user/gce108] has quit [Quit: Leaving] 04:20 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 264 seconds] 04:22 -!- gce108 [~gce@user/gce108] has joined #openbsd 04:29 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 04:29 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 04:32 -!- mxz [~mxz@user/mxz] has quit [Ping timeout: 264 seconds] 04:50 -!- mlw [~mlw@154.127.5.203] has joined #openbsd 04:51 -!- schna [~schna@2a02:8071:5980:b340::ec5] has quit [] 04:52 -!- schna [~schna@2a02:8071:5980:b340:9b61:39f4:22ae:384b] has joined #openbsd 04:56 -!- shiranaihito_ [~shiranaih@ppp-171-96-204-67.revip8.asianet.co.th] has joined #openbsd 05:03 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 05:03 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 05:04 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Ping timeout: 255 seconds] 05:15 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 05:17 -!- SomeAB [~ssabs@205.254.175.183] has joined #openbsd 05:18 -!- SomeAB [~ssabs@205.254.175.183] has quit [Client Quit] 05:19 -!- SomeAB [~ssabs@205.254.175.183] has joined #openbsd 05:22 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 05:23 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 05:24 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 05:26 -!- jacobk [~quassel@47-186-95-57.dlls.tx.frontiernet.net] has quit [Ping timeout: 260 seconds] 05:36 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 05:37 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 05:38 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 05:44 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has quit [Ping timeout: 260 seconds] 05:45 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has joined #openbsd 05:51 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 06:02 -!- nicke_ [~virys@user/lovisabet] has quit [Ping timeout: 255 seconds] 06:11 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 06:12 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 06:12 -!- tercaL [~tercaL@user/tercal] has joined #openbsd 06:15 -!- raoul^ [~cd@c-98-242-74-66.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 06:15 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 06:15 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Remote host closed the connection] 06:20 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 06:20 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 06:23 -!- SomaAB [~ssabs@205.254.175.183] has joined #openbsd 06:24 -!- SomeAB [~ssabs@205.254.175.183] has quit [Quit: Konversation terminated!] 06:24 -!- SomaAB [~ssabs@205.254.175.183] has quit [Client Quit] 06:27 -!- jacobk [~quassel@utdpat242016.utdallas.edu] has joined #openbsd 06:28 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 06:29 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has quit [Ping timeout: 256 seconds] 06:30 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has joined #openbsd 06:36 -!- jacobk [~quassel@utdpat242016.utdallas.edu] has quit [Ping timeout: 240 seconds] 06:38 -!- mxz [~mxz@user/mxz] has joined #openbsd 06:39 -!- moetuned [~Jean-luc@125-168-247-236.sta.wbroadband.net.au] has quit [Remote host closed the connection] 06:39 -!- moetuned [~Jean-luc@125-168-247-236.sta.wbroadband.net.au] has joined #openbsd 06:45 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 06:45 -!- NicknameJohn [~NicknameJ@187-27-157-39.3g.claro.net.br] has quit [Ping timeout: 256 seconds] 06:46 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 06:51 -!- jacobk [~quassel@utdpat242026.utdallas.edu] has joined #openbsd 07:00 -!- shiranaihito_ [~shiranaih@ppp-171-96-204-67.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 07:08 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 256 seconds] 07:14 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 07:14 -!- edthix [~Thunderbi@1.32.127.138] has joined #openbsd 07:19 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 07:20 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 07:30 -!- adip [~adip@c156-26.icpnet.pl] has joined #openbsd 07:31 -!- zwr [~zwr@200-97-244-121.user3p.veloxzone.com.br] has quit [Ping timeout: 264 seconds] 07:34 -!- Jaywalker_ [~Jaywalker@209.33.126.194] has joined #openbsd 07:34 -!- jastrom [~jastrom@user/jastrom] has quit [Ping timeout: 246 seconds] 07:34 -!- Jaywalker [~Jaywalker@209.33.126.194] has quit [Ping timeout: 264 seconds] 07:34 -!- adip [~adip@c156-26.icpnet.pl] has quit [Ping timeout: 252 seconds] 07:40 -!- shamoe [uid613739@user/shamoe] has quit [Quit: Connection closed for inactivity] 07:43 -!- mlw [~mlw@154.127.5.203] has quit [Ping timeout: 268 seconds] 07:43 -!- feriman [~feriman@user/feriman] has joined #openbsd 07:44 -!- bilegeek [~bilegeek@2600:1008:b060:46ec:ee43:3ef:aa5a:2476] has quit [Quit: Leaving] 07:44 -!- mlw [~mlw@154.127.5.170] has joined #openbsd 07:44 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 07:45 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 07:53 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 07:54 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 07:59 -!- shiranaihito_ [~shiranaih@2001:fb1:76:38e8:b006:d28d:b3eb:f44b] has joined #openbsd 08:04 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has quit [Ping timeout: 264 seconds] 08:04 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has joined #openbsd 08:08 -!- jacobk [~quassel@utdpat242026.utdallas.edu] has quit [Ping timeout: 268 seconds] 08:09 -!- Nixkernal [~quassel@2a02:1210:1613:e600:8174:b8dd:7253:3344] has joined #openbsd 08:11 -!- adip [~adip@c156-26.icpnet.pl] has joined #openbsd 08:18 -!- Guest7282 [~Guest7282@1.195-178-91.adsl-dyn.isp.belgacom.be] has joined #openbsd 08:22 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 08:22 -!- micro [~micro@user/micro] has quit [Ping timeout: 255 seconds] 08:23 -!- micro [~micro@user/micro] has joined #openbsd 08:27 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 08:28 -!- feriman [~feriman@user/feriman] has quit [Quit: leaving] 08:28 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 08:31 < natmeo> if there's nothing in mail log then you aren't being spammed 08:33 < natmeo> is this the issue 08:33 < natmeo> https://github.com/sdgathman/pymilter/issues/35 08:35 -!- angle [63e74f1abb@2a03:6000:1812:100::124d] has quit [Remote host closed the connection] 08:35 -!- casaca [ce7c759250@user/casaca] has quit [Remote host closed the connection] 08:35 -!- jjf [4dfd5f9d80@user/jjf] has quit [Remote host closed the connection] 08:35 -!- akarle [be2b385958@user/akarle] has quit [Read error: Connection reset by peer] 08:35 -!- apangona [e83a60e6f0@2a03:6000:1812:100::3d8] has quit [Remote host closed the connection] 08:35 -!- paulgrmn [4935b8e2c8@user/paulgrmn] has quit [Remote host closed the connection] 08:35 -!- MonsoonSecrecy [f78c86e960@2a03:6000:1812:100::f99] has quit [Remote host closed the connection] 08:35 -!- ggb [a62ffbaf4f@2a03:6000:1812:100::3ac] has quit [Write error: Connection reset by peer] 08:35 -!- signaryk [584d7fd4a4@2a03:6000:1812:100::286] has quit [Remote host closed the connection] 08:35 -!- SusanTheNerd [94eebe0143@user/SusanTheNerd] has quit [Remote host closed the connection] 08:35 -!- insistent [67ed50a5ca@user/insistent] has quit [Remote host closed the connection] 08:35 -!- sherbert [d006a0b946@2a03:6000:1812:100::155] has quit [Write error: Connection reset by peer] 08:35 -!- rodolphoeck [d0c09e266b@2a03:6000:1812:100::3c9] has quit [Remote host closed the connection] 08:35 -!- consus [dc384293e6@2a03:6000:1812:100::1234] has quit [Remote host closed the connection] 08:35 -!- eax_ [6ba2dd7b84@user/eax/x-8810663] has quit [Remote host closed the connection] 08:35 -!- gwn [00597634f8@2a03:6000:1812:100::390] has quit [Remote host closed the connection] 08:35 -!- riksteri [d20812115c@2a03:6000:1812:100::1e6] has quit [Remote host closed the connection] 08:35 -!- eigil [6d1d0ce290@user/eigil] has quit [Remote host closed the connection] 08:35 -!- pvac [7ad04df12b@user/pvac] has quit [Remote host closed the connection] 08:35 -!- akspecs [00cc8321af@sourcehut/user/akspecs] has quit [Remote host closed the connection] 08:35 -!- okt [560965ea7b@user/okt] has quit [Remote host closed the connection] 08:35 -!- coyote [974102286c@user/coyote] has quit [Remote host closed the connection] 08:35 -!- gjn [cb73e0a324@user/gjnoonan] has quit [Remote host closed the connection] 08:35 -!- dubiousness [7eb4bb2c96@user/dubiousness] has quit [Remote host closed the connection] 08:35 -!- m15o [965950e801@2a03:6000:1812:100::27d] has quit [Remote host closed the connection] 08:35 -!- lemontree [bf8dd0254d@user/lemontree] has quit [Remote host closed the connection] 08:35 -!- lescx [0e4aeb91f3@2a03:6000:1812:100::1312] has quit [Remote host closed the connection] 08:35 -!- knrd [a4ecc02eba@2a03:6000:1812:100::f8f] has quit [Remote host closed the connection] 08:35 -!- utzig [d5d7f726e3@2a03:6000:1812:100::71] has quit [Remote host closed the connection] 08:35 -!- artoj [6b3000d6fb@user/artoj] has quit [Read error: Connection reset by peer] 08:35 -!- ninjin [e5f30034cf@user/ninjin] has quit [Write error: Connection reset by peer] 08:35 -!- froggychair [04a2c177dd@2a03:6000:1812:100::1073] has quit [Remote host closed the connection] 08:35 -!- nikken [afb4c4a035@2a03:6000:1812:100::e20] has quit [Remote host closed the connection] 08:35 -!- fputs [368c3b758d@2a03:6000:1812:100::e10] has quit [Remote host closed the connection] 08:35 -!- srhm [dda3db84b5@user/srhm] has quit [Remote host closed the connection] 08:35 -!- raghavgururajan [ea769b8000@user/raghavgururajan] has quit [Remote host closed the connection] 08:35 -!- sliwkr [1aac56ad72@user/sliwkr] has quit [Remote host closed the connection] 08:35 -!- j3s_ is now known as j3s 08:36 -!- sm2n [ae95cb1267@user/sm2n] has quit [Remote host closed the connection] 08:36 -!- mesaoptimizer0 [2bde75e804@user/PapuaHardyNet] has quit [Remote host closed the connection] 08:36 -!- psw [2b13331353@user/psw] has quit [Remote host closed the connection] 08:36 -!- ymherklotz [cb2c9cfbdd@2a03:6000:1812:100::29a] has quit [Remote host closed the connection] 08:36 -!- alexisg [0f1138bdbc@sourcehut/alexisgeoffrey] has quit [Remote host closed the connection] 08:36 -!- mesaoptimizer0_ [2bde75e804@2a03:6000:1812:100::1288] has joined #openbsd 08:36 -!- ninjin [e5f30034cf@2a03:6000:1812:100::bd] has joined #openbsd 08:36 -!- MonsoonSecrecy [f78c86e960@2a03:6000:1812:100::f99] has joined #openbsd 08:36 -!- raghavgururajan [ea769b8000@2a03:6000:1812:100::242] has joined #openbsd 08:36 -!- ggb [a62ffbaf4f@2a03:6000:1812:100::3ac] has joined #openbsd 08:36 -!- jjf [4dfd5f9d80@2a03:6000:1812:100::129f] has joined #openbsd 08:36 -!- pvac [7ad04df12b@2a03:6000:1812:100::1191] has joined #openbsd 08:36 -!- riksteri [d20812115c@2a03:6000:1812:100::1e6] has joined #openbsd 08:36 -!- consus [dc384293e6@2a03:6000:1812:100::1234] has joined #openbsd 08:36 -!- sliwkr [1aac56ad72@2a03:6000:1812:100::251] has joined #openbsd 08:36 -!- sliwkr [1aac56ad72@2a03:6000:1812:100::251] has quit [Changing host] 08:36 -!- sliwkr [1aac56ad72@user/sliwkr] has joined #openbsd 08:36 -!- mesaoptimizer0_ is now known as mesaoptimizer0 08:36 -!- nikken [afb4c4a035@2a03:6000:1812:100::e20] has joined #openbsd 08:36 -!- knrd [a4ecc02eba@2a03:6000:1812:100::f8f] has joined #openbsd 08:36 -!- dubiousness [7eb4bb2c96@user/dubiousness] has joined #openbsd 08:36 -!- ymherklotz [cb2c9cfbdd@2a03:6000:1812:100::29a] has joined #openbsd 08:36 -!- rodolphoeck [d0c09e266b@2a03:6000:1812:100::3c9] has joined #openbsd 08:36 -!- gwn [00597634f8@2a03:6000:1812:100::390] has joined #openbsd 08:36 -!- angle [63e74f1abb@2a03:6000:1812:100::124d] has joined #openbsd 08:36 -!- pvac [7ad04df12b@2a03:6000:1812:100::1191] has quit [Changing host] 08:36 -!- pvac [7ad04df12b@user/pvac] has joined #openbsd 08:36 -!- insistent [67ed50a5ca@user/insistent] has joined #openbsd 08:36 -!- jjf [4dfd5f9d80@2a03:6000:1812:100::129f] has quit [Changing host] 08:36 -!- jjf [4dfd5f9d80@user/jjf] has joined #openbsd 08:36 -!- signaryk [584d7fd4a4@2a03:6000:1812:100::286] has joined #openbsd 08:36 -!- froggychair [04a2c177dd@2a03:6000:1812:100::1073] has joined #openbsd 08:36 -!- psw [2b13331353@user/psw] has joined #openbsd 08:36 -!- raghavgururajan [ea769b8000@2a03:6000:1812:100::242] has quit [Changing host] 08:36 -!- raghavgururajan [ea769b8000@user/raghavgururajan] has joined #openbsd 08:36 -!- eigil [6d1d0ce290@user/eigil] has joined #openbsd 08:36 -!- ninjin [e5f30034cf@2a03:6000:1812:100::bd] has quit [Changing host] 08:36 -!- ninjin [e5f30034cf@user/ninjin] has joined #openbsd 08:36 -!- sherbert [d006a0b946@2a03:6000:1812:100::155] has joined #openbsd 08:36 -!- coyote [974102286c@user/coyote] has joined #openbsd 08:36 -!- srhm [dda3db84b5@user/srhm] has joined #openbsd 08:36 -!- akarle [be2b385958@user/akarle] has joined #openbsd 08:36 -!- m15o [965950e801@2a03:6000:1812:100::27d] has joined #openbsd 08:36 -!- utzig [d5d7f726e3@2a03:6000:1812:100::71] has joined #openbsd 08:36 -!- lemontree [bf8dd0254d@user/lemontree] has joined #openbsd 08:36 -!- artoj [6b3000d6fb@user/artoj] has joined #openbsd 08:36 -!- casaca [ce7c759250@user/casaca] has joined #openbsd 08:36 -!- okt [560965ea7b@user/okt] has joined #openbsd 08:36 -!- alexisg [0f1138bdbc@sourcehut/alexisgeoffrey] has joined #openbsd 08:36 -!- paulgrmn [4935b8e2c8@user/paulgrmn] has joined #openbsd 08:36 -!- eax_ [6ba2dd7b84@user/eax/x-8810663] has joined #openbsd 08:36 -!- akspecs [00cc8321af@sourcehut/user/akspecs] has joined #openbsd 08:36 -!- fputs [368c3b758d@2a03:6000:1812:100::e10] has joined #openbsd 08:36 -!- sm2n [ae95cb1267@user/sm2n] has joined #openbsd 08:36 -!- gjn [cb73e0a324@user/gjnoonan] has joined #openbsd 08:36 -!- lescx [0e4aeb91f3@2a03:6000:1812:100::1312] has joined #openbsd 08:36 -!- SusanTheNerd [94eebe0143@user/SusanTheNerd] has joined #openbsd 08:36 -!- apangona [e83a60e6f0@2a03:6000:1812:100::3d8] has joined #openbsd 08:52 -!- shiranaihito_ [~shiranaih@2001:fb1:76:38e8:b006:d28d:b3eb:f44b] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 08:57 -!- c64 [uid502328@user/c64] has joined #openbsd 08:59 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 09:02 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 09:02 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 09:02 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 09:06 -!- shiranaihito_ [~shiranaih@2405:9800:bc00:487c:210e:fbe2:c415:666d] has joined #openbsd 09:06 -!- sonya [~nologin@gateway/tor-sasl/sonya] has joined #openbsd 09:06 -!- user71 [~user71@2001:1530:1012:411e:1e6f:65ff:fe88:557f] has joined #openbsd 09:08 -!- Guest44 [~Guest44@c-5eea61d7-74736162.cust.telenor.se] has joined #openbsd 09:11 -!- Guest44 is now known as aade 09:13 < aade> I'm finding that the ix(4) based cards, such as the X550 perform much better than ixl(4) cards, such as the X710 when it comes to 10gbps. I would like to use an X710 card but I'm running into limitations. Is there anything I can do to mitigate this? 09:14 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Remote host closed the connection] 09:16 < aade> Throughput with ix(4) interfaces is around ~9gbps which should be roughly where it's at. ixl(4) interfaces perform at best around ~3gbps. NetBSD behaves the same way, but FreeBSD pushes the ixl(4) interfaces so I'm thinking it's not a hardware limitation per se. 09:18 -!- bket [~bket@user/bket] has quit [Read error: Connection reset by peer] 09:18 -!- bket [~bket@user/bket] has joined #openbsd 09:20 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 09:23 -!- feriman [~feriman@user/feriman] has joined #openbsd 09:29 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 264 seconds] 09:32 -!- aade [~Guest44@c-5eea61d7-74736162.cust.telenor.se] has quit [Ping timeout: 250 seconds] 09:33 -!- zwr [~zwr@200-97-244-121.user3p.veloxzone.com.br] has joined #openbsd 09:36 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 09:36 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 09:37 -!- sonya [~nologin@gateway/tor-sasl/sonya] has quit [Ping timeout: 255 seconds] 09:38 -!- lbia [~lbia@user/lbia] has quit [Ping timeout: 240 seconds] 09:39 -!- zwr [~zwr@200-97-244-121.user3p.veloxzone.com.br] has quit [Ping timeout: 256 seconds] 09:41 -!- bouncy [~ben@user/benoit] has quit [Ping timeout: 256 seconds] 09:43 -!- shiranaihito_ [~shiranaih@2405:9800:bc00:487c:210e:fbe2:c415:666d] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 09:45 -!- rain0r [~rainer@static.198.178.130.94.clients.your-server.de] has quit [Quit: rain0r] 09:45 -!- rain0r [~rainer@static.198.178.130.94.clients.your-server.de] has joined #openbsd 09:50 -!- sonya [~nologin@gateway/tor-sasl/sonya] has joined #openbsd 09:50 -!- Guest44 [~Guest44@c-5eea61d7-74736162.cust.telenor.se] has joined #openbsd 09:50 -!- bouncy [~ben@user/benoit] has joined #openbsd 09:50 -!- Guest44 is now known as aade 09:51 -!- shiranaihito_ [~shiranaih@2405:9800:bc00:487c:210e:fbe2:c415:666d] has joined #openbsd 09:54 -!- fspax [~fspax@185.244.48.254] has joined #openbsd 10:09 -!- antanst [~user@user/antanst] has joined #openbsd 10:10 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 10:10 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 10:11 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 10:15 -!- seninha [~seninha@user/seninha] has joined #openbsd 10:20 -!- souji [~souji@user/souji] has joined #openbsd 10:23 -!- bouncy [~ben@user/benoit] has quit [Ping timeout: 268 seconds] 10:23 -!- bouncy [~ben@user/benoit] has joined #openbsd 10:28 -!- imega [~coma@55.42.150.83.ftth.as8758.net] has joined #openbsd 10:28 -!- bouncy [~ben@user/benoit] has quit [Ping timeout: 255 seconds] 10:30 -!- bouncy [~ben@user/benoit] has joined #openbsd 10:32 -!- reset [~reset@user/reset] has quit [Quit: reset] 10:34 -!- jacobk [~quassel@ae27-60.ksczmogn1cw.bcs.kc.rr.com] has joined #openbsd 10:39 -!- ublx [~ublx@user/ublx] has joined #openbsd 10:41 -!- accelerat0r [~accelerat@user/accelerat0r] has quit [Quit: Leaving] 10:42 -!- psy32nd [psychhim@psychhim.inspirenet.org] has quit [Ping timeout: 240 seconds] 10:45 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 10:46 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 10:54 -!- user71 [~user71@2001:1530:1012:411e:1e6f:65ff:fe88:557f] has quit [Quit: Leaving] 10:54 -!- zwr [~zwr@200-97-244-121.user3p.veloxzone.com.br] has joined #openbsd 10:55 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 10:55 -!- seninha [~seninha@user/seninha] has joined #openbsd 10:58 -!- tozhu [~tozhu@171.212.255.133] has joined #openbsd 11:01 -!- aade [~Guest44@c-5eea61d7-74736162.cust.telenor.se] has quit [Ping timeout: 250 seconds] 11:02 -!- tozhu [~tozhu@171.212.255.133] has quit [Ping timeout: 252 seconds] 11:03 -!- ivanbu [~weechat@93.176.167.32] has joined #openbsd 11:06 -!- schna [~schna@2a02:8071:5980:b340:9b61:39f4:22ae:384b] has quit [Ping timeout: 256 seconds] 11:06 -!- schna [~schna@2a02:8071:5980:b340:9b61:39f4:22ae:384b] has joined #openbsd 11:13 -!- edthix [~Thunderbi@1.32.127.138] has quit [Quit: edthix] 11:19 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 11:19 -!- solaare [~solaarae@user/solaarae] has quit [Ping timeout: 246 seconds] 11:19 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 11:22 -!- solaare [~solaarae@user/solaarae] has joined #openbsd 11:33 -!- dqk [~dqk@lfbn-gre-1-178-214.w90-112.abo.wanadoo.fr] has quit [Ping timeout: 256 seconds] 11:34 -!- dqk [~dqk@lfbn-gre-1-178-214.w90-112.abo.wanadoo.fr] has joined #openbsd 11:43 -!- adip [~adip@c156-26.icpnet.pl] has quit [Ping timeout: 255 seconds] 11:44 -!- trench [trench@user/trench] has quit [Quit: leaving] 11:44 -!- shiranaihito_ [~shiranaih@2405:9800:bc00:487c:210e:fbe2:c415:666d] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 11:45 -!- adip [~adip@c156-201.icpnet.pl] has joined #openbsd 11:45 -!- gxt_ [~gxt@gateway/tor-sasl/gxt] has quit [Ping timeout: 255 seconds] 11:47 -!- gxt_ [~gxt@gateway/tor-sasl/gxt] has joined #openbsd 11:49 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 264 seconds] 11:49 -!- tozhu [~tozhu@171.212.255.133] has joined #openbsd 11:50 -!- bouncy [~ben@user/benoit] has quit [Ping timeout: 260 seconds] 11:51 -!- psy32nd [psychhim@psychhim.inspirenet.org] has joined #openbsd 11:53 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 11:54 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 11:54 -!- jastrom [~jastrom@user/jastrom] has joined #openbsd 11:56 -!- yclept [~yclept@user/yclept] has joined #openbsd 12:01 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 256 seconds] 12:01 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 12:03 -!- donofrio [~donofrio@155.178.180.11] has joined #openbsd 12:04 -!- tozhu [~tozhu@171.212.255.133] has quit [Quit: tozhu] 12:05 -!- donofrio_ [~donofrio@c-68-40-123-196.hsd1.mi.comcast.net] has quit [Ping timeout: 240 seconds] 12:05 -!- miojo [~miojo@2804:29b8:5137:18f4:68b7:32ae:c12a:fc0e] has joined #openbsd 12:06 -!- tozhu [~tozhu@171.212.255.133] has joined #openbsd 12:12 -!- PyR3X [~PyR3X@user/pyr3x] has quit [Quit: quit] 12:14 -!- jacobk [~quassel@ae27-60.ksczmogn1cw.bcs.kc.rr.com] has quit [Ping timeout: 240 seconds] 12:16 -!- PyR3X [~PyR3X@user/pyr3x] has joined #openbsd 12:23 -!- gxt_ [~gxt@gateway/tor-sasl/gxt] has quit [Remote host closed the connection] 12:23 -!- gxt_ [~gxt@gateway/tor-sasl/gxt] has joined #openbsd 12:24 -!- bket [~bket@user/bket] has quit [Read error: Connection reset by peer] 12:24 -!- bket [~bket@user/bket] has joined #openbsd 12:28 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 12:28 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 12:33 -!- Leone [~Leo@45.72.211.215] has joined #openbsd 12:35 -!- scain [~scain@2603-8080-b104-4e00-45cf-678b-0a7f-b897.res6.spectrum.com] has joined #openbsd 12:40 -!- schna [~schna@2a02:8071:5980:b340:9b61:39f4:22ae:384b] has quit [Ping timeout: 264 seconds] 12:40 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has quit [Ping timeout: 255 seconds] 12:40 -!- miojo [~miojo@2804:29b8:5137:18f4:68b7:32ae:c12a:fc0e] has quit [Remote host closed the connection] 12:41 -!- schna [~schna@2a02:8071:5980:b340:9b61:39f4:22ae:384b] has joined #openbsd 12:41 -!- miojo [~miojo@187.19.173.178] has joined #openbsd 12:42 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 12:47 -!- shiranaihito_ [~shiranaih@2001:fb1:7c:63d4:e19e:9838:f37e:cb51] has joined #openbsd 12:47 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has joined #openbsd 12:49 -!- tozhu [~tozhu@171.212.255.133] has quit [Quit: tozhu] 12:51 -!- shiranaihito_ [~shiranaih@2001:fb1:7c:63d4:e19e:9838:f37e:cb51] has quit [Ping timeout: 246 seconds] 12:58 -!- mlw [~mlw@154.127.5.170] has quit [Ping timeout: 268 seconds] 12:59 -!- mlw [~mlw@154.127.13.190] has joined #openbsd 13:02 -!- vados [~vados@89.209.64.12] has quit [Ping timeout: 268 seconds] 13:02 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 13:03 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 13:03 -!- vados [~vados@31.144.169.114] has joined #openbsd 13:07 -!- yclept [~yclept@user/yclept] has quit [Ping timeout: 260 seconds] 13:07 -!- shiranaihito_ [~shiranaih@ppp-171-96-204-67.revip8.asianet.co.th] has joined #openbsd 13:08 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 13:08 -!- psydroid [~psydroid@user/psydroid] has joined #openbsd 13:08 -!- eki [~eki@dsl-hkibng41-54f85a-212.dhcp.inet.fi] has quit [Quit: leaving] 13:08 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 13:10 -!- shazaum [~Thunderbi@user/shazaum] has joined #openbsd 13:15 -!- tozhu [~tozhu@171.212.255.133] has joined #openbsd 13:19 -!- bket [~bket@user/bket] has quit [Quit: leaving] 13:20 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 13:21 -!- jakef [~user@user/jakef] has joined #openbsd 13:22 -!- ublx [~ublx@user/ublx] has joined #openbsd 13:24 -!- CrashOverride [~strcat@p57b4bcfd.dip0.t-ipconnect.de] has joined #openbsd 13:25 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has joined #openbsd 13:28 -!- tozhu [~tozhu@171.212.255.133] has quit [Quit: tozhu] 13:29 -!- tozhu [~tozhu@171.212.255.133] has joined #openbsd 13:30 -!- fettuccine [~fettuccin@gateway/tor-sasl/fettuccine] has quit [Ping timeout: 255 seconds] 13:31 -!- tozhu [~tozhu@171.212.255.133] has quit [Client Quit] 13:35 -!- Noisytoot [~noisytoot@sourcehut/user/noisytoot] has quit [Excess Flood] 13:36 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 13:37 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 13:37 -!- Noisytoot [~noisytoot@sourcehut/user/noisytoot] has joined #openbsd 13:52 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 13:54 < Lucas6023> ssm_: your load avgs are way too high. I'd worry about that before the memory consumption of filter-dkimsign 13:55 -!- tozhu [~tozhu@171.212.255.133] has joined #openbsd 13:56 -!- cole [~cole@user/cole] has quit [Read error: Connection reset by peer] 13:57 < Lucas6023> oh, you're running httpd and gotwebd. I have seen some web spiders banging my server too hard. goaccess comes handy to take a look at that. 13:59 -!- maccampus [~textual@d54c44bb3.access.telenet.be] has joined #openbsd 13:59 -!- cole [~cole@user/cole] has joined #openbsd 14:01 -!- eki [~eki@dsl-hkibng41-54f85a-212.dhcp.inet.fi] has joined #openbsd 14:01 -!- Bradipo [~amb@50.77.44.29] has joined #openbsd 14:01 -!- tozhu [~tozhu@171.212.255.133] has quit [Quit: tozhu] 14:03 < sibiria> ssm_: what's that filter process? dkimsign, or dkimverify? 14:03 < sibiria> they are both, in my experience as well, unusually memory hungry 14:03 < sibiria> though i'm not seeing numbers anywhere near yours. then again, i also have very little mail activity 14:04 < sibiria> in my case they are both eating about 45 MB of RAM, currently on 30 days uptime 14:04 -!- dutch [~DutchIngr@user/dutch] has quit [Quit: WeeChat 4.2.1] 14:05 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 14:05 -!- adig [~default@109.166.137.56] has joined #openbsd 14:06 -!- guru_ [~guru@2001:9e8:e82a:a900:36bc:d8ad:e828:3bf7] has quit [Ping timeout: 260 seconds] 14:08 -!- a51 [a51@gateway/vpn/protonvpn/a51] has quit [Quit: WeeChat 4.2.1] 14:09 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 14:10 -!- tozhu [~tozhu@171.212.255.133] has joined #openbsd 14:10 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 14:11 -!- jfsimon1981 [~jfsimon19@amontpellier-658-1-216-89.w92-145.abo.wanadoo.fr] has joined #openbsd 14:11 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 14:12 -!- dutch [~DutchIngr@user/dutch] has joined #openbsd 14:15 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." - Mikhail Tal] 14:15 -!- a51 [a51@gateway/vpn/protonvpn/a51] has joined #openbsd 14:16 -!- maccampus [~textual@d54c44bb3.access.telenet.be] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 14:18 * sonya got a chinese RD9700 usb_to_rj45 with sources for a linux kernel module (2$ on sale).. on the other hand, those pesky necromancers from HoMM3 SoD.. so.. another 4$ went for RTL8152 based usb-lan gadget.. heh.. 14:25 < natmeo> necromancers did nothing wrong 14:25 < natmeo> well except for Sandro 14:32 -!- seninha [~seninha@user/seninha] has joined #openbsd 14:32 -!- tozhu [~tozhu@171.212.255.133] has quit [Quit: tozhu] 14:34 -!- tozhu [~tozhu@171.212.255.133] has joined #openbsd 14:35 -!- maccampus [~textual@d54c44bb3.access.telenet.be] has joined #openbsd 14:38 -!- tozhu [~tozhu@171.212.255.133] has quit [Client Quit] 14:39 -!- m3a [~m3a@104.158.106.182] has quit [Ping timeout: 255 seconds] 14:41 -!- tozhu [~tozhu@171.212.255.133] has joined #openbsd 14:45 -!- gxt_ [~gxt@gateway/tor-sasl/gxt] has quit [Ping timeout: 255 seconds] 14:45 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 14:46 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 14:46 -!- tozhu [~tozhu@171.212.255.133] has quit [Quit: tozhu] 14:47 -!- gxt_ [~gxt@gateway/tor-sasl/gxt] has joined #openbsd 14:49 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has joined #openbsd 14:51 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 14:53 -!- shamoe [uid613739@user/shamoe] has joined #openbsd 14:57 -!- deepesttoaster [~deepestto@user/deepesttoaster] has quit [Ping timeout: 256 seconds] 14:57 -!- tozhu [~tozhu@171.212.255.133] has joined #openbsd 14:57 -!- deepesttoaster [~deepestto@user/deepesttoaster] has joined #openbsd 15:02 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has joined #openbsd 15:05 -!- fettuccine [~fettuccin@gateway/tor-sasl/fettuccine] has joined #openbsd 15:05 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 15:06 -!- seninha [~seninha@user/seninha] has joined #openbsd 15:06 -!- bket [~bket@user/bket] has joined #openbsd 15:07 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.0.4] 15:08 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 15:09 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 15:09 -!- Posterdati [~Posterdat@user/Posterdati] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 15:10 -!- shazaum [~Thunderbi@user/shazaum] has quit [Quit: shazaum] 15:11 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 256 seconds] 15:11 -!- Posterdati [~Posterdat@user/Posterdati] has joined #openbsd 15:15 -!- shazaum1 [~Thunderbi@user/shazaum] has joined #openbsd 15:20 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 15:20 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 15:22 -!- shazaum1 [~Thunderbi@user/shazaum] has quit [Quit: shazaum1] 15:23 -!- yclept [~yclept@user/yclept] has joined #openbsd 15:24 -!- xet7 [~xet7@user/xet7] has quit [Ping timeout: 246 seconds] 15:25 -!- Tekk [~Tekk@157.245.82.116] has joined #openbsd 15:27 -!- zanetti [~Thunderbi@2804:7f0:9b80:1c84:6255:6c3a:a15f:1981] has joined #openbsd 15:29 -!- runelind [~runelind@user/runelind] has quit [Read error: Connection reset by peer] 15:32 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 15:34 -!- eightt [m-eytojc@ip109-204-226-51.osphost.fi] has quit [Remote host closed the connection] 15:34 -!- eightthree [m-eytojc@ip109-204-226-51.osphost.fi] has quit [Remote host closed the connection] 15:36 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 15:38 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 15:39 < sonya> natmeo: and Nimbus.. and Lord Freyr (red-eyed punk with swarm of geath knights).. and all those barriers.. and .. well.. i'm thinking to reduce difficulty, though it's equal to defeat in some aspect.. 15:40 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 15:44 -!- mlw [~mlw@154.127.13.190] has quit [Ping timeout: 260 seconds] 15:45 -!- mlw [~mlw@154.127.5.74] has joined #openbsd 15:54 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 15:55 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 15:55 -!- miojo [~miojo@187.19.173.178] has quit [Ping timeout: 250 seconds] 15:55 -!- runelind [~runelind@user/runelind] has joined #openbsd 15:56 -!- adig [~default@109.166.137.56] has quit [Ping timeout: 264 seconds] 16:02 -!- mlw [~mlw@154.127.5.74] has quit [Ping timeout: 268 seconds] 16:05 -!- bouncy [~ben@user/benoit] has joined #openbsd 16:08 -!- miojo [~miojo@2804:29b8:5137:18f4:d5eb:379:4c3a:ba74] has joined #openbsd 16:12 -!- maccampus [~textual@d54c44bb3.access.telenet.be] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 16:13 -!- mlw [~mlw@41.223.181.199] has joined #openbsd 16:15 -!- jakef [~user@user/jakef] has quit [Remote host closed the connection] 16:17 -!- Guest7282 [~Guest7282@1.195-178-91.adsl-dyn.isp.belgacom.be] has left #openbsd [] 16:21 -!- billchenchina [~billchenc@103.152.35.21] has joined #openbsd 16:25 -!- maccampus [~textual@d54c44bb3.access.telenet.be] has joined #openbsd 16:28 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 16:29 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 16:30 -!- bruflu [~bruflu@user/bruflu] has joined #openbsd 16:38 -!- euphores [~SASL_euph@user/euphores] has quit [Quit: Leaving.] 16:40 -!- rawgreaze [~rawgreaze@user/rawgreaze] has quit [Quit: ZNC 1.8.2 - https://znc.in] 16:45 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 16:47 -!- Guest7282 [~Guest7282@1.195-178-91.adsl-dyn.isp.belgacom.be] has joined #openbsd 16:58 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 255 seconds] 16:58 -!- pirateoverboard [~pirateove@user/pirateoverboard] has quit [Quit: ZNC 1.8.2 - https://znc.in] 16:59 -!- pirateoverboard [~pirateove@user/pirateoverboard] has joined #openbsd 17:02 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 17:03 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 17:04 -!- ClaudioM [claudiom@tilde.institute] has joined #openbsd 17:05 -!- maccampus [~textual@d54c44bb3.access.telenet.be] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 17:06 -!- rawgreaze [~rawgreaze@user/rawgreaze] has joined #openbsd 17:07 -!- tercaL [~tercaL@user/tercal] has quit [Quit: enter the Tekken!] 17:08 -!- tercaL [~tercaL@user/tercal] has joined #openbsd 17:11 -!- A1ice [~a1ice@gateway/tor-sasl/a1ice] has joined #openbsd 17:15 -!- rawgreaze [~rawgreaze@user/rawgreaze] has quit [Quit: ZNC 1.8.2 - https://znc.in] 17:28 -!- feriman [~feriman@user/feriman] has quit [Quit: leaving] 17:29 -!- feriman [~feriman@user/feriman] has joined #openbsd 17:30 -!- rawgreaze [~rawgreaze@user/rawgreaze] has joined #openbsd 17:33 -!- rawgreaze [~rawgreaze@user/rawgreaze] has quit [Client Quit] 17:35 -!- mynam [~tim@user/mynam] has quit [Quit: WeeChat 4.1.2] 17:35 -!- rawgreaze [~rawgreaze@user/rawgreaze] has joined #openbsd 17:36 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 17:37 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 17:37 -!- A1ice [~a1ice@gateway/tor-sasl/a1ice] has quit [Remote host closed the connection] 17:37 -!- A1ice [~a1ice@gateway/tor-sasl/a1ice] has joined #openbsd 17:38 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has joined #openbsd 17:38 -!- rawgreaze [~rawgreaze@user/rawgreaze] has quit [Client Quit] 17:40 -!- rawgreaze [~rawgreaze@user/rawgreaze] has joined #openbsd 17:44 -!- lil_lasagna [~lil_lasag@178.237.236.239] has joined #openbsd 17:45 -!- Akawama [akawama@user/akawama] has left #openbsd [Leaving] 17:48 -!- A1ice [~a1ice@gateway/tor-sasl/a1ice] has quit [Ping timeout: 255 seconds] 17:51 -!- lil_lasagna [~lil_lasag@178.237.236.239] has quit [Quit: Client closed] 17:55 -!- mynam [~mynam@user/mynam] has joined #openbsd 17:55 -!- maccampus [~textual@d54c44bb3.access.telenet.be] has joined #openbsd 17:55 -!- aade [~aade@h-81-170-148-184.A465.priv.bahnhof.se] has joined #openbsd 17:55 -!- imega [~coma@55.42.150.83.ftth.as8758.net] has quit [Ping timeout: 246 seconds] 17:57 -!- aade [~aade@h-81-170-148-184.A465.priv.bahnhof.se] has quit [Client Quit] 17:58 -!- Leonarbro [~Leo@user/leonarbro] has joined #openbsd 18:08 -!- absc [absc@2a04:ee41:8:6055:775d:a961:5dd6:aa8e] has joined #openbsd 18:09 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 18:11 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 18:11 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 18:16 -!- yclept [~yclept@user/yclept] has quit [Quit: nyaa~] 18:21 -!- maccampus [~textual@d54c44bb3.access.telenet.be] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 18:25 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 268 seconds] 18:26 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 255 seconds] 18:27 -!- martian67 [~martian67@user/martian67] has quit [Ping timeout: 255 seconds] 18:28 -!- martian67 [~martian67@user/martian67] has joined #openbsd 18:28 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 18:28 -!- xFFFFEFFFFFFFFFF [~psyhician@88.201.243.61] has joined #openbsd 18:30 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 18:30 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has quit [Quit: tarxvfz] 18:37 -!- bruflu [~bruflu@user/bruflu] has quit [Quit: nyaa~] 18:42 -!- Leonarbro [~Leo@user/leonarbro] has quit [Ping timeout: 260 seconds] 18:45 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 18:46 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 18:46 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 264 seconds] 18:47 -!- ZtevOz [~Thunderbi@lfbn-idf3-1-360-46.w83-199.abo.wanadoo.fr] has joined #openbsd 18:48 -!- lolok [~lolok@user/lolok] has joined #openbsd 18:50 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Remote host closed the connection] 18:51 -!- psy32nd [psychhim@psychhim.inspirenet.org] has quit [Ping timeout: 246 seconds] 18:53 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 18:56 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 19:01 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has quit [Ping timeout: 240 seconds] 19:04 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 19:08 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 246 seconds] 19:11 -!- psy32nd [psychhim@psychhim.inspirenet.org] has joined #openbsd 19:14 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 19:17 -!- ZtevOz [~Thunderbi@lfbn-idf3-1-360-46.w83-199.abo.wanadoo.fr] has quit [Quit: ZtevOz] 19:18 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 19:18 -!- [0x1eef_] [~mrleef@al-quran.reflectslight.io] has quit [Quit: Leaving] 19:18 -!- [0x1eef] [~mrleef@al-quran.reflectslight.io] has joined #openbsd 19:20 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 19:20 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 19:24 -!- foton [~foton@user/foton] has quit [Remote host closed the connection] 19:25 -!- mlw [~mlw@41.223.181.199] has quit [Ping timeout: 260 seconds] 19:26 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has joined #openbsd 19:26 -!- mlw [~mlw@154.127.5.148] has joined #openbsd 19:30 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 255 seconds] 19:32 -!- miojo [~miojo@2804:29b8:5137:18f4:d5eb:379:4c3a:ba74] has left #openbsd [] 19:34 -!- foton [~foton@user/foton] has joined #openbsd 19:39 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 19:40 -!- foton [~foton@user/foton] has quit [Remote host closed the connection] 19:42 -!- foton [~foton@user/foton] has joined #openbsd 19:43 -!- MentalExcuse [~MentalExc@inetz.connected.by.freedominter.net] has quit [Ping timeout: 264 seconds] 19:43 -!- Yonle [~Yonle@user/yonle] has quit [Quit: See you later.] 19:45 -!- MentalExcuse [~MentalExc@inetz.connected.by.freedominter.net] has joined #openbsd 19:46 -!- zetef [~quassel@2a02:2f00:5208:300:c040:6289:5a5f:2d91] has joined #openbsd 19:47 -!- e1e0 [~e1e0@user/e1e0] has quit [Ping timeout: 260 seconds] 19:48 -!- e1e0 [~e1e0@user/e1e0] has joined #openbsd 19:51 -!- gh34 [~textual@184-058-181-106.res.spectrum.com] has joined #openbsd 19:53 -!- zetef [~quassel@2a02:2f00:5208:300:c040:6289:5a5f:2d91] has quit [Remote host closed the connection] 19:54 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 19:54 -!- Yonle [~Yonle@user/yonle] has joined #openbsd 19:55 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 19:55 -!- jupiter126 [~jupiter12@87.240.204.87] has quit [Remote host closed the connection] 19:55 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 255 seconds] 20:01 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 20:06 -!- ClaudioM [claudiom@tilde.institute] has quit [Quit: leaving] 20:08 -!- err [~err@user/xilo] has joined #openbsd 20:19 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 255 seconds] 20:22 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 20:23 -!- ublx [~ublx@user/ublx] has joined #openbsd 20:24 -!- shiranaihito_ [~shiranaih@ppp-171-96-204-67.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 20:26 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 20:28 -!- krono [sid197855@user/krono] has quit [Ping timeout: 252 seconds] 20:28 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 20:29 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 20:31 -!- krono [sid197855@user/krono] has joined #openbsd 20:35 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 264 seconds] 20:36 -!- maccampus [~textual@d54C44BB3.access.telenet.be] has joined #openbsd 20:38 -!- tercaL [~tercaL@user/tercal] has quit [Remote host closed the connection] 20:40 -!- irl [sid495535@hambsd/irl] has quit [Ping timeout: 252 seconds] 20:40 -!- maccampus [~textual@d54C44BB3.access.telenet.be] has quit [Client Quit] 20:41 -!- irl [sid495535@hambsd/irl] has joined #openbsd 20:44 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 272 seconds] 20:47 -!- xet7 [~xet7@user/xet7] has joined #openbsd 20:49 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Quit: format_c] 20:50 -!- c64 [uid502328@user/c64] has quit [Quit: Connection closed for inactivity] 20:50 -!- Livestradamus [~quassel@user/livestradamus] has quit [Ping timeout: 264 seconds] 20:51 -!- Livestradamus_ [~quassel@188.54.109.156] has joined #openbsd 20:54 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 21:02 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 21:03 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 21:07 -!- jfsimon1981 [~jfsimon19@amontpellier-658-1-216-89.w92-145.abo.wanadoo.fr] has quit [Ping timeout: 260 seconds] 21:09 -!- jfsimon1981 [~jfsimon19@amontpellier-658-1-216-89.w92-145.abo.wanadoo.fr] has joined #openbsd 21:10 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 260 seconds] 21:12 -!- kevin [kevin@user/doof] has quit [Ping timeout: 252 seconds] 21:16 -!- kevin [kevin@user/doof] has joined #openbsd 21:17 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 21:20 -!- sskras [sid542048@tinside.irccloud.com] has quit [Ping timeout: 252 seconds] 21:23 -!- sskras [sid542048@id-542048.tinside.irccloud.com] has joined #openbsd 21:30 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 21:30 -!- mlw [~mlw@154.127.5.148] has quit [Ping timeout: 264 seconds] 21:30 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has joined #openbsd 21:33 -!- octagon4842 [octagon484@gateway/vpn/protonvpn/octagon4842] has joined #openbsd 21:34 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 21:34 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 256 seconds] 21:35 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 21:37 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 21:37 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 21:41 -!- finkfox [~finkfox@user/finkfox] has quit [Remote host closed the connection] 21:41 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 21:42 -!- Guru_DE [~guru@2001:9e8:e82a:a900:36bc:d8ad:e828:3bf7] has joined #openbsd 21:42 -!- Guru_DE [~guru@2001:9e8:e82a:a900:36bc:d8ad:e828:3bf7] has quit [Max SendQ exceeded] 21:43 -!- Guru_DE [~guru@2001:9e8:e82a:a900:36bc:d8ad:e828:3bf7] has joined #openbsd 21:45 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 21:45 -!- jfsimon1981 [~jfsimon19@amontpellier-658-1-216-89.w92-145.abo.wanadoo.fr] has quit [Remote host closed the connection] 21:45 -!- fallback [fallback@2605:6400:20:b4:2df7:c15d:5c14:7a83] has quit [Read error: Connection reset by peer] 21:46 -!- sonya [~nologin@gateway/tor-sasl/sonya] has quit [Remote host closed the connection] 21:46 -!- danilogondolfo [~danilogon@37.228.206.65] has quit [Remote host closed the connection] 21:47 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 21:51 -!- seninha [~seninha@user/seninha] has joined #openbsd 21:55 -!- zetef [~quassel@2a02:2f00:5208:300:c040:6289:5a5f:2d91] has joined #openbsd 21:56 -!- zetef [~quassel@2a02:2f00:5208:300:c040:6289:5a5f:2d91] has quit [Remote host closed the connection] 21:57 -!- zetef [~quassel@2a02:2f00:5208:300:c040:6289:5a5f:2d91] has joined #openbsd 21:57 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has quit [Ping timeout: 240 seconds] 21:57 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 260 seconds] 21:57 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 21:59 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 22:00 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 264 seconds] 22:01 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Ping timeout: 255 seconds] 22:03 -!- zetef [~quassel@2a02:2f00:5208:300:c040:6289:5a5f:2d91] has quit [Ping timeout: 255 seconds] 22:04 -!- psydroid [~psydroid@user/psydroid] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 22:05 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 22:06 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 22:06 -!- scain [~scain@2603-8080-b104-4e00-45cf-678b-0a7f-b897.res6.spectrum.com] has quit [Quit: Konversation terminated!] 22:09 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Quit: format_c] 22:11 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 22:12 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 22:12 -!- fallback [fallback@2605:6400:20:b4:d215:d916:1183:4c75] has joined #openbsd 22:13 -!- yclept [~yclept@user/yclept] has joined #openbsd 22:13 -!- shamoe [uid613739@user/shamoe] has quit [Quit: Connection closed for inactivity] 22:14 -!- CutieMelo [~CutieMelo@dhcp46-187-164-95.eaw.com.pl] has quit [Ping timeout: 272 seconds] 22:15 -!- megaTherion [~therion@unix.io] has quit [Remote host closed the connection] 22:20 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 268 seconds] 22:20 -!- xet7 [~xet7@user/xet7] has quit [Remote host closed the connection] 22:23 -!- octagon4842 [octagon484@gateway/vpn/protonvpn/octagon4842] has quit [Quit: leaving] 22:26 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 22:36 -!- SirJitsu-work [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 22:39 -!- gvg [~dcd@user/gvg] has quit [Ping timeout: 260 seconds] 22:41 -!- gvg [~dcd@user/gvg] has joined #openbsd 22:41 -!- polarian_ [~polarian@znc.polarian.dev] has joined #openbsd 22:42 -!- polarian [~polarian@znc.polarian.dev] has quit [Ping timeout: 255 seconds] 22:42 -!- polarian_ is now known as polarian 22:42 -!- NicknameJohn [~NicknameJ@187-27-135-19.3g.claro.net.br] has joined #openbsd 22:45 -!- djhankb [~djhankb@208.113.164.68] has quit [Read error: Connection reset by peer] 22:46 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 255 seconds] 22:46 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 22:47 -!- plan9 [~stian@blabla.sletner.com] has joined #openbsd 22:56 -!- yclept [~yclept@user/yclept] has quit [Ping timeout: 256 seconds] 22:56 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 23:01 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has quit [Ping timeout: 255 seconds] 23:01 -!- shamoe [uid613739@user/shamoe] has joined #openbsd 23:03 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has joined #openbsd 23:04 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 268 seconds] 23:05 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.0.4] 23:07 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 23:14 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 246 seconds] 23:16 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 23:17 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has quit [Quit: https://github.com/ivdsangen] 23:18 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 23:19 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 23:20 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 23:21 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 23:28 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 23:33 -!- hisacro [~OBSD@my.displ.nl] has quit [Ping timeout: 256 seconds] 23:36 -!- polarian [~polarian@znc.polarian.dev] has quit [Quit: Polarian has disappeared] 23:38 -!- imega [~coma@55.42.150.83.ftth.as8758.net] has joined #openbsd 23:38 -!- polarian [~polarian@znc.polarian.dev] has joined #openbsd 23:44 -!- tjk [~tjk@user/tjk] has joined #openbsd 23:44 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Ping timeout: 268 seconds] 23:45 -!- gh34 [~textual@184-058-181-106.res.spectrum.com] has quit [Quit: Textual IRC Client: www.textualapp.com] 23:48 -!- xFFFFEFFFFFFFFFF [~psyhician@88.201.243.61] has quit [Read error: Connection reset by peer] 23:48 -!- hisacro [~OBSD@my.displ.nl] has joined #openbsd 23:52 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 23:52 -!- Bradipo [~amb@50.77.44.29] has quit [Quit: Lost terminal] 23:53 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 23:54 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 23:54 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 23:55 -!- tjk [~tjk@user/tjk] has left #openbsd [WeeChat 3.8] 23:56 -!- lolok [~lolok@user/lolok] has quit [Quit: lolok] 23:56 -!- absc [absc@2a04:ee41:8:6055:775d:a961:5dd6:aa8e] has quit [Quit: Got to go. irctk 1.1.0-alpha] --- Log closed Sat Feb 24 00:00:33 2024