--- Log opened Tue May 27 00:00:42 2025 00:12 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 00:13 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 00:15 -!- frogprog [~frogprog@user/frogprog] has quit [Ping timeout: 252 seconds] 00:16 -!- frogprog [~frogprog@user/frogprog] has joined #openbsd 00:18 -!- yclept [~yclept@user/yclept] has quit [Remote host closed the connection] 00:20 -!- sinvet [~sinvet@user/sinvet] has quit [Ping timeout: 260 seconds] 00:22 -!- fluffery_ [~quassel@user/fluffery] has quit [Read error: Connection reset by peer] 00:27 -!- fluffery [~quassel@user/fluffery] has joined #openbsd 00:31 -!- Anti-Citation [~Anti-Cita@user/Anti-Citation] has quit [Quit: WeeChat 4.5.2] 00:32 -!- Oneirodaemon [~Oneirodae@103.21.1.64] has joined #openbsd 00:33 -!- Oneirodaemon [~Oneirodae@103.21.1.64] has left #openbsd [] 00:46 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 268 seconds] 00:46 -!- sinvet [~sinvet@user/sinvet] has joined #openbsd 00:47 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 00:50 -!- sandbag [~sandbag@user/sandbag] has quit [Ping timeout: 244 seconds] 00:50 -!- GilaMn5tr [~Chris@bras-base-nwmkon8533w-grc-58-65-94-119-98.dsl.bell.ca] has joined #openbsd 00:51 -!- sinvet [~sinvet@user/sinvet] has quit [Ping timeout: 252 seconds] 00:56 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 264 seconds] 00:57 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 00:59 -!- aprilwall_ [~aprilwall@83.220.239.86] has joined #openbsd 01:00 -!- jambove_ [~jambove@BC063A0D.dsl.pool.telekom.hu] has joined #openbsd 01:03 -!- jambove [~jambove@BC063A0D.dsl.pool.telekom.hu] has quit [Ping timeout: 244 seconds] 01:18 -!- aprilwall_ [~aprilwall@83.220.239.86] has quit [Quit: Leaving] 01:28 -!- noone [~six@user/six] has quit [Ping timeout: 268 seconds] 01:29 -!- runelind_ [~runelind@user/runelind] has joined #openbsd 01:29 -!- runelind [~runelind@user/runelind] has quit [Ping timeout: 252 seconds] 01:29 -!- monolith [~rm@p54872c19.dip0.t-ipconnect.de] has quit [Ping timeout: 252 seconds] 01:30 -!- noone [~six@user/six] has joined #openbsd 01:35 -!- monolith [~rm@p200300c8974b78af1e697afffe060baa.dip0.t-ipconnect.de] has joined #openbsd 01:37 -!- dbohdan [~dbohdan@user/dbohdan] has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in] 01:43 -!- dbohdan [~dbohdan@user/dbohdan] has joined #openbsd 01:55 -!- talos [~talos@2600:6c5d:0:4b06:3e4d:133c:5286:2a03] has quit [Quit: talos] 01:58 -!- talos [~talos@syn-068-186-150-133.res.spectrum.com] has joined #openbsd 02:00 -!- sdds [~sdds@user/sdds] has joined #openbsd 02:02 -!- sandbag [~sandbag@user/sandbag] has joined #openbsd 02:05 -!- naoki [~Thunderbi@240f:10b:7440:1:85e9:2a7f:e450:166c] has joined #openbsd 02:07 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 276 seconds] 02:08 -!- sjg [~sjg@user/sjg] has joined #openbsd 02:09 -!- macabro [~user@user/monkey/x-0691028] has quit [Quit: ERC 5.6.0.30.1 (IRC client for GNU Emacs 30.1)] 02:23 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 276 seconds] 02:24 -!- macabro [~user@user/monkey/x-0691028] has joined #openbsd 02:26 -!- sjg [~sjg@user/sjg] has joined #openbsd 02:31 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 252 seconds] 02:32 -!- DptPirate [~dpirate@metalpunks.info] has joined #openbsd 02:33 -!- sjg [~sjg@user/sjg] has joined #openbsd 02:40 < DptPirate> Hello, I'd like to build a package of a fork of software that is already available in ports. I'm already familiar with how to build packages on RedHat, Slackware and Arch. But I'm running into some problems and have questions. I followed the instructions in the FAQ, downloaded the ports, set up mk.conf, changed the perms of /usr/obj/ports /usr/distfiles /usr/packages for my regular user. But 02:40 < DptPirate> building a port still fails because /usr/obj has by default the wrong perms. Do I need to change the perms of /usr/obj or do I need to add my user to some group? Then if I build a port by typing 'make' in a port dir, will it create a package in /usr/packages? And is it possible to build a package from the clone of a git repository as source or does it have to be an archive? 02:42 -!- gatlinggoat [~Thunderbi@2600:4040:ad65:b400:d41d:cf3f:fce7:a533] has joined #openbsd 02:46 < thrig> you could clone the repo and then apply any openbsd patches, but in that case you'd probably want to install to some other prefix 02:48 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has joined #openbsd 02:50 < DptPirate> I don't want to install to some other prefix, I want to build a package that will install to /usr/local like all other packages on OpenBSD 02:50 < DptPirate> and uninstall cleanly 02:51 -!- treefrob [~treefrob@p5dc70bdf.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 02:54 -!- _zip100 [~zip100@193.32.248.252] has quit [Ping timeout: 260 seconds] 02:55 -!- _zip100 [~zip100@193.32.248.149] has joined #openbsd 02:58 -!- Aedil [~adrian@188.193.3.19] has joined #openbsd 03:00 < oldlaptop> DptPirate: Assuming by "the FAQ" you mean the porter's handbook (https://www.openbsd.org/faq/ports/index.html), did you not follow its pointers to bsd.port.mk(5)? 03:10 -!- GilaMn5tr [~Chris@bras-base-nwmkon8533w-grc-58-65-94-119-98.dsl.bell.ca] has quit [Ping timeout: 252 seconds] 03:12 -!- tvtoon [~The_cUnix@user/tvtoon] has quit [Quit: "Quicktime opening movie..."] 03:18 < DptPirate> oldlaptop: that man page looks like it would take two weeks doing just that to figure out how to build a package. I was hoping I could just cp -ar the port's directory, make the necessary minor modification to point to the git clone and just build the package. 03:21 < oldlaptop> Did you try looking at the specific part the handbook specifically links you to, that specifically describes how to set up permissions and so on (assuming you do not want to run your build as root)? 03:31 < DptPirate> The handbook just says this: "If desired, you can also change the ownership of these directories to your local username and group, so that the ports system can create the underlying working directories as a regular user. Again, ports can be build as a user, but must be installed by root or with doas(1)". The handbook mentions creating /usr/obj/ports, /usr/distfiles, and /usr/packages to use ports 03:31 < DptPirate> as "read-only" (I guess that means as a regular user). So I created them and chown to my user. Except /usr/obj is 0770 build:wobj by default. I don't know if there is a reason for it being 0770 and not 0775 for example since the handbook suggests to create /usr/obj/ports 03:33 < oldlaptop> I'll say, once more, to the brick wall: you should follow its links to bsd.port.mk(5), and read the specific section those links point to. 03:37 < oldlaptop> ("Read-only" does, in fact, mean "read-only", not anything else.) 03:39 < oldlaptop> https://www.openbsd.org/faq/faq5.html and the manuals *it* links to do explain more about /usr/obj and what it is principally for. 03:45 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 272 seconds] 03:54 -!- Uurguu [~gil@amontsouris-654-1-54-10.w90-2.abo.wanadoo.fr] has quit [Ping timeout: 244 seconds] 03:55 -!- Uurguu [~gil@amontsouris-654-1-54-10.w90-2.abo.wanadoo.fr] has joined #openbsd 04:01 < thrig> talking to a wall is a common trick when you're forbidden to tell humans (directly) that a Big Flood is coming 04:05 < anelli> noah? 04:05 < anelli> god-wall? 04:27 -!- Grell [~Grell@79.127.185.197] has quit [Remote host closed the connection] 04:28 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has joined #openbsd 04:28 -!- Grell [~Grell@79.127.185.197] has joined #openbsd 04:30 -!- jonf_ [~jonf@c-73-199-154-254.hsd1.nj.comcast.net] has quit [Remote host closed the connection] 04:30 -!- jonf [~jonf@c-73-199-154-254.hsd1.nj.comcast.net] has joined #openbsd 04:33 -!- treefrob [~treefrob@p5dc70ab3.dip0.t-ipconnect.de] has joined #openbsd 05:07 -!- ChubaDuba [~ChubaDuba@46.147.219.70] has joined #openbsd 05:12 -!- sandbag [~sandbag@user/sandbag] has quit [Remote host closed the connection] 05:16 -!- fluffery [~quassel@user/fluffery] has quit [Ping timeout: 252 seconds] 05:21 -!- horrad [~Thunderbi@2003:a:61f:c901:9907:f2af:6ea5:44bb] has joined #openbsd 05:37 -!- Yukiteru [~Yukiteru@user/yukiteru] has joined #openbsd 05:42 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has quit [Remote host closed the connection] 06:03 -!- adig [~adi@iuliusmall2.suceava.rdsnet.ro] has quit [Read error: Connection reset by peer] 06:05 -!- adig [~adi@iuliusmall2.suceava.rdsnet.ro] has joined #openbsd 06:07 -!- CHR0N0S [~CHR0N0S@user/CHR0N0S] has joined #openbsd 06:28 -!- hjckr [~nikolay@46-10-186-245.ip.btc-net.bg] has quit [Ping timeout: 252 seconds] 06:29 < DptPirate> Success! I built a package of the fork by cheating a bit since 'cat /usr/ports/*/*/distinfo | less' doesn't seem to indicate that it is possible to build from a cloned repo as the source unless it's some Go module. Figured it out by trial and error.. 06:29 -!- WeeZeL [~weezel@severi.biz] has quit [Quit: blargh] 06:30 -!- hjckr [~nikolay@46-10-186-245.ip.btc-net.bg] has joined #openbsd 06:30 < FenderQ> nice work DptPirate 06:32 -!- shiranaihito_ [~shiranaih@ppp-171-96-205-111.revip8.asianet.co.th] has joined #openbsd 06:38 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 06:38 -!- xx [~xx@user/xx] has joined #openbsd 06:39 -!- adig [~adi@iuliusmall2.suceava.rdsnet.ro] has quit [Ping timeout: 245 seconds] 06:40 -!- horrad1 [~Thunderbi@2003:a:61f:c901:5feb:1845:95b2:9e91] has joined #openbsd 06:40 -!- horrad1 [~Thunderbi@2003:a:61f:c901:5feb:1845:95b2:9e91] has quit [Remote host closed the connection] 06:41 -!- itchy [~mr@user/itchy] has quit [Ping timeout: 252 seconds] 06:42 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 06:42 -!- Grell [~Grell@79.127.185.197] has quit [Remote host closed the connection] 06:42 -!- Grell [~Grell@79.127.185.197] has joined #openbsd 06:43 -!- struchu [~struchu@62.87.192.114] has joined #openbsd 06:43 -!- hjckr [~nikolay@46-10-186-245.ip.btc-net.bg] has quit [Ping timeout: 260 seconds] 06:43 -!- itchy [~mr@user/itchy] has joined #openbsd 06:51 -!- aebx [~anders@c-85-228-19-228.bbcust.telenor.se] has quit [Remote host closed the connection] 06:56 -!- nodelay [~zack@user/nodelay] has joined #openbsd 06:56 -!- ChubaDuba [~ChubaDuba@46.147.219.70] has quit [Quit: WeeChat 4.6.3] 06:58 -!- Grell [~Grell@79.127.185.197] has quit [Remote host closed the connection] 06:59 -!- Grell [~Grell@79.127.185.197] has joined #openbsd 07:00 -!- skippy8 [~skippy8@user/Skippy8] has joined #openbsd 07:11 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 07:12 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 07:13 -!- hjckr [~nikolay@79-100-139-93.ip.btc-net.bg] has joined #openbsd 07:15 -!- Grell [~Grell@79.127.185.197] has quit [Remote host closed the connection] 07:16 -!- Grell [~Grell@79.127.185.197] has joined #openbsd 07:18 -!- weezelding [~weezel@severi.biz] has joined #openbsd 07:20 -!- monolith [~rm@p200300c8974b78af1e697afffe060baa.dip0.t-ipconnect.de] has quit [Ping timeout: 252 seconds] 07:20 -!- Yukiteru [~Yukiteru@user/yukiteru] has quit [Quit: WeeChat 4.6.3] 07:22 -!- monolith [~rm@p54872c19.dip0.t-ipconnect.de] has joined #openbsd 07:23 -!- apac [~alexander@user/apac] has joined #openbsd 07:26 -!- Grell [~Grell@79.127.185.197] has quit [Remote host closed the connection] 07:26 -!- Grell [~Grell@79.127.185.197] has joined #openbsd 07:28 -!- Guest47 [~textual@2405:201:500d:211a:3520:b265:21b5:afb4] has joined #openbsd 07:34 -!- feriman [~feriman@user/feriman] has joined #openbsd 07:37 -!- apac [~alexander@user/apac] has quit [Ping timeout: 244 seconds] 07:46 -!- zyn [~zyn@146.70.199.21] has joined #openbsd 07:48 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 07:57 -!- yclept [~yclept@user/yclept] has joined #openbsd 07:57 -!- ixc [~x@user/ixc] has quit [Read error: Connection reset by peer] 07:59 -!- Grell [~Grell@79.127.185.197] has quit [Remote host closed the connection] 07:59 -!- zwrr [~zwr@200-97-243-136.user3p.veloxzone.com.br] has quit [Read error: Connection reset by peer] 07:59 -!- CHR0N0S [~CHR0N0S@user/CHR0N0S] has quit [Quit: CHR0N0S] 08:00 -!- Grell [~Grell@79.127.185.197] has joined #openbsd 08:03 -!- ixc [~x@user/ixc] has joined #openbsd 08:05 -!- zwr [~zwr@200-97-243-136.user3p.veloxzone.com.br] has joined #openbsd 08:06 -!- CrimeWave [~Montreal@user/CrimeWave] has quit [Quit: Textual IRC 7.2.5 2025 OSX] 08:09 -!- jxl [~jxl@user/jxl] has quit [Ping timeout: 244 seconds] 08:12 < cs_0x6373> sibiria: i just installed OpenBSD 7.6 on a Lenovo SR630 or something and after removing the virtual installation media it booted right into OpenBSD. 08:13 < cs_0x6373> not sure what issues i had last time on the Dell server 08:13 -!- Guest47 [~textual@2405:201:500d:211a:3520:b265:21b5:afb4] has quit [Quit: Textual IRC Client: www.textualapp.com] 08:18 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 08:19 -!- Grell [~Grell@79.127.185.197] has quit [Remote host closed the connection] 08:20 -!- Grell [~Grell@79.127.185.197] has joined #openbsd 08:37 -!- SiFuh__ [~SiFuh@user/sifuh] has joined #openbsd 08:37 -!- SiFuh___ [~SiFuh@user/sifuh] has joined #openbsd 08:38 -!- SiFuh_ [~SiFuh@user/sifuh] has quit [Ping timeout: 248 seconds] 08:39 -!- SiFuh [~SiFuh@user/sifuh] has quit [Ping timeout: 252 seconds] 08:39 -!- Aedil [~adrian@188.193.3.19] has quit [Ping timeout: 252 seconds] 08:43 -!- pruiz [~7c00@user/pruiz] has joined #openbsd 08:43 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 08:44 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 08:46 -!- gatlinggoat [~Thunderbi@2600:4040:ad65:b400:d41d:cf3f:fce7:a533] has quit [Ping timeout: 260 seconds] 08:48 -!- SiFuh__ is now known as SiFuh 08:49 < sibiria> cs_0x6373: possibly the disk setup, the ESP partition 08:49 < sibiria> glad it's working normally 08:53 -!- CosmicDJ [~cosmicdj@p200300e24f05450102e04cfffe01e7ab.dip0.t-ipconnect.de] has quit [Quit: reboot] 08:53 -!- d-ra [~d-ra@user/d-ra] has joined #openbsd 08:59 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 09:01 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 09:07 -!- CosmicDJ [~cosmicdj@p200300e24f05450102e04cfffe01e7ab.dip0.t-ipconnect.de] has joined #openbsd 09:24 -!- Grell [~Grell@79.127.185.197] has quit [Remote host closed the connection] 09:24 -!- Grell [~Grell@79.127.185.197] has joined #openbsd 09:34 -!- sinvet [~sinvet@user/sinvet] has joined #openbsd 09:37 -!- rak [~rak@debian/rak] has quit [Quit: Segmentation fault (core recycled)] 09:37 -!- echelon [~steerpike@gateway/tor-sasl/steerpike] has quit [Remote host closed the connection] 09:37 -!- rak [~rak@debian/rak] has joined #openbsd 09:38 -!- echelon [~steerpike@gateway/tor-sasl/steerpike] has joined #openbsd 09:44 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 09:46 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 09:50 -!- Shirkdog [~M.Shirk@user/shirkdog] has quit [Ping timeout: 244 seconds] 09:53 -!- accelerat0r [~user@user/accelerat0r] has quit [Remote host closed the connection] 09:58 -!- sdds [~sdds@user/sdds] has quit [Ping timeout: 264 seconds] 09:58 -!- pruiz_ [~7c00@user/pruiz] has joined #openbsd 09:59 < cs_0x6373> i will get two Dell servers for production in a few weeks, we'll see then 10:00 -!- frogprog [~frogprog@user/frogprog] has quit [Read error: Connection reset by peer] 10:01 -!- pruiz [~7c00@user/pruiz] has quit [Ping timeout: 248 seconds] 10:02 -!- frogprog [~frogprog@user/frogprog] has joined #openbsd 10:02 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 10:03 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 10:06 -!- Grell [~Grell@79.127.185.197] has quit [Remote host closed the connection] 10:06 -!- Grell [~Grell@79.127.185.197] has joined #openbsd 10:10 -!- Poltawer [~xt003@user/Poltawer] has joined #openbsd 10:16 -!- Poltawer [~xt003@user/Poltawer] has quit [Ping timeout: 252 seconds] 10:19 -!- noone [~six@user/six] has quit [Quit: nyaa~] 10:20 -!- Poltawer [~xt003@user/Poltawer] has joined #openbsd 10:20 -!- FenderQ [~fenderq@user/fenderq] has quit [Quit: FenderQ] 10:22 -!- skippy8 [~skippy8@user/Skippy8] has quit [Quit: WeeChat 4.5.2] 10:26 -!- Poltawer [~xt003@user/Poltawer] has quit [Ping timeout: 260 seconds] 10:27 -!- Poltawer [~xt003@user/Poltawer] has joined #openbsd 10:32 -!- Grell [~Grell@79.127.185.197] has quit [Remote host closed the connection] 10:32 -!- naoki [~Thunderbi@240f:10b:7440:1:85e9:2a7f:e450:166c] has quit [Quit: naoki] 10:33 -!- Grell [~Grell@79.127.185.197] has joined #openbsd 10:38 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Remote host closed the connection] 10:43 -!- Grell [~Grell@79.127.185.197] has quit [Remote host closed the connection] 10:43 -!- Poltawer [~xt003@user/Poltawer] has quit [Ping timeout: 252 seconds] 10:43 -!- Grell [~Grell@79.127.185.197] has joined #openbsd 10:45 -!- Poltawer [~xt003@user/Poltawer] has joined #openbsd 10:56 < finkfox> -quit 10:56 -!- finkfox [~finkfox@user/finkfox] has quit [Quit: nyaa~] 10:56 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 10:56 -!- finkfox [~finkfox@user/finkfox] has quit [Client Quit] 11:00 -!- deepesttoaster [~deepestto@user/deepesttoaster] has quit [Remote host closed the connection] 11:05 -!- xx [~xx@user/xx] has quit [Ping timeout: 264 seconds] 11:06 -!- xx [~xx@user/xx] has joined #openbsd 11:06 -!- deepesttoaster [~deepestto@user/deepesttoaster] has joined #openbsd 11:07 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 11:07 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 11:08 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 11:21 -!- Poltawer [~xt003@user/Poltawer] has quit [Ping timeout: 252 seconds] 11:23 -!- Poltawer [~xt003@user/Poltawer] has joined #openbsd 11:25 -!- zyn [~zyn@146.70.199.21] has quit [Ping timeout: 240 seconds] 11:27 -!- kn [~kn@obsd-lab.genua.de] has quit [Ping timeout: 248 seconds] 11:29 -!- Poltawer [~xt003@user/Poltawer] has quit [Ping timeout: 260 seconds] 11:29 -!- Poltawer [~xt003@user/Poltawer] has joined #openbsd 11:35 -!- ndut7 [~ndut7@user/ndut7] has joined #openbsd 11:37 -!- ndut7 [~ndut7@user/ndut7] has quit [Client Quit] 11:41 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 11:53 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 11:54 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 12:07 -!- cavecanem [~cavecanem@user/cavecanem] has joined #openbsd 12:08 -!- moko [~rusty2@user/scuttlecell] has quit [Ping timeout: 276 seconds] 12:13 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 12:14 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 12:22 -!- ublx [~ublx@user/ublx] has joined #openbsd 12:29 -!- seninha [~seninha@user/seninha] has joined #openbsd 12:32 -!- huy [~huy@arennes-650-1-228-166.w92-135.abo.wanadoo.fr] has left #openbsd [] 12:32 -!- huy [~huy@arennes-650-1-228-166.w92-135.abo.wanadoo.fr] has joined #openbsd 12:34 -!- zwr [~zwr@200-97-243-136.user3p.veloxzone.com.br] has quit [Ping timeout: 276 seconds] 12:44 -!- wnh [~Thunderbi@user/wnh] has joined #openbsd 12:44 -!- krl [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 12:46 -!- krl__ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 12:47 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 252 seconds] 12:49 -!- krl [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 265 seconds] 12:51 -!- zwr [~zwr@200-97-243-136.user3p.veloxzone.com.br] has joined #openbsd 12:51 -!- gnucode [~gnucode@user/jab] has joined #openbsd 12:58 -!- struchu [~struchu@62.87.192.114] has quit [Quit: WeeChat 4.6.2] 13:12 -!- sbr [~sbr@dddd.8by3.net] has quit [Quit: leaving] 13:16 -!- rIMpossible [~rIMpossib@ams.skapf.de] has quit [Quit: leaving] 13:16 -!- rIMpossible [~rIMpossib@ams.skapf.de] has joined #openbsd 13:23 -!- sbr [~sbr@dddd.8by3.net] has joined #openbsd 13:23 -!- pruiz_ [~7c00@user/pruiz] has quit [Ping timeout: 276 seconds] 13:51 -!- gnucode [~gnucode@user/jab] has quit [Quit: Leaving.] 14:02 -!- magyar [~magyar@user/magyar] has quit [Killed (NickServ (GHOST command used by magyar_))] 14:02 -!- magyar_ [~magyar@user/magyar] has joined #openbsd 14:03 -!- struchu [~struchu@62.87.192.114] has joined #openbsd 14:19 -!- pruiz [~7c00@user/pruiz] has joined #openbsd 14:21 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." -- Mikhail Tal] 14:24 -!- pruiz [~7c00@user/pruiz] has quit [Ping timeout: 272 seconds] 14:25 -!- pruiz [~7c00@user/pruiz] has joined #openbsd 14:28 -!- ewig [~ewig@user/ewig] has joined #openbsd 14:29 -!- lysy5 [~The@pc125-16.multinet.gliwice.pl] has joined #openbsd 14:31 -!- lysy [~The@pc125-16.multinet.gliwice.pl] has quit [Ping timeout: 245 seconds] 14:31 -!- lysy5 [~The@pc125-16.multinet.gliwice.pl] has quit [Client Quit] 14:31 -!- Michelle [~michelle@gate.mhix.org] has quit [Ping timeout: 252 seconds] 14:32 -!- lysy [~The@pc125-16.multinet.gliwice.pl] has joined #openbsd 14:32 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 14:35 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 14:36 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 14:40 -!- CrashOverride [~strcat@p57b4b8e4.dip0.t-ipconnect.de] has joined #openbsd 14:42 -!- Leo_V [~Leo@104-195-237-50.cpe.teksavvy.com] has joined #openbsd 14:42 -!- Leo_V [~Leo@104-195-237-50.cpe.teksavvy.com] has quit [Client Quit] 14:47 -!- pruiz [~7c00@user/pruiz] has quit [Quit: WeeChat 4.6.3] 14:49 -!- Bradipo [~Bradipo@50.77.44.29] has joined #openbsd 14:52 -!- Aedil [~adrian@ipbcc10313.dynamic.kabel-deutschland.de] has joined #openbsd 14:52 -!- theruran [uid11305@id-11305.hampstead.irccloud.com] has joined #openbsd 14:53 -!- zyn [~zyn@146.70.199.21] has joined #openbsd 15:00 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 15:02 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 15:02 -!- horrad [~Thunderbi@2003:a:61f:c901:9907:f2af:6ea5:44bb] has quit [Ping timeout: 248 seconds] 15:06 -!- sonya [~nologin@gateway/tor-sasl/sonya] has joined #openbsd 15:09 -!- struchu [~struchu@62.87.192.114] has quit [Quit: WeeChat 4.6.2] 15:11 -!- k2patel [~k2patel@user/k2patel] has joined #openbsd 15:16 -!- qiy [~rusty2@sys3.eientei.ra.yakumo.ch] has joined #openbsd 15:16 -!- qiy is now known as mokp 15:17 -!- gnucode [~gnucode@user/jab] has joined #openbsd 15:17 -!- Michelle [~michelle@gate.mhix.org] has joined #openbsd 15:17 -!- zyn [~zyn@146.70.199.21] has quit [Remote host closed the connection] 15:20 -!- gnucode [~gnucode@user/jab] has quit [Client Quit] 15:22 -!- user71 [~user71@2001:1530:1011:76f4:c5e0:7b60:5a4e:187c] has joined #openbsd 15:24 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 15:27 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 15:28 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 15:36 -!- zimmer [~zimmer@user/zimmer] has quit [Read error: Connection reset by peer] 15:38 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.4.2] 15:40 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 15:41 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 15:41 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 15:43 -!- Poltawer [~xt003@user/Poltawer] has quit [Ping timeout: 252 seconds] 15:45 -!- Poltawer [~xt003@user/Poltawer] has joined #openbsd 15:54 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 15:55 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 15:59 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has joined #openbsd 16:00 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has quit [Quit: The Lounge - https://thelounge.chat] 16:01 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has joined #openbsd 16:08 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 16:09 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 16:10 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 276 seconds] 16:17 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Ping timeout: 252 seconds] 16:26 -!- shtrophic [~m-hrdsqi@user/shtrophic] has quit [Remote host closed the connection] 16:33 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 16:49 -!- shtrophic [~m-hrdsqi@user/shtrophic] has joined #openbsd 16:51 -!- shtrophic [~m-hrdsqi@user/shtrophic] has quit [Remote host closed the connection] 16:52 -!- shtrophic [~m-hrdsqi@user/shtrophic] has joined #openbsd 16:55 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has joined #openbsd 16:56 -!- artmdl [~art5456@d173-183-34-71.bchsia.telus.net] has quit [Ping timeout: 252 seconds] 16:57 -!- d-ra [~d-ra@user/d-ra] has quit [Quit: Leaving] 17:00 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has quit [Quit: The Lounge - https://thelounge.chat] 17:00 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has joined #openbsd 17:08 -!- apac [~alexander@user/apac] has joined #openbsd 17:10 -!- cantelope [uid598105@id-598105.hampstead.irccloud.com] has joined #openbsd 17:11 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 248 seconds] 17:12 -!- k2patel [~k2patel@user/k2patel] has quit [Quit: k2patel] 17:15 -!- k2patel [~k2patel@user/k2patel] has joined #openbsd 17:18 -!- sjg [~sjg@user/sjg] has joined #openbsd 17:21 -!- euphores [~SASL_euph@user/euphores] has quit [Quit: Leaving.] 17:28 -!- ublx [~ublx@user/ublx] has quit [Read error: Connection reset by peer] 17:29 -!- oraculo [~mirc-rc@179.235.202.169] has joined #openbsd 17:31 -!- slesa [~Slesa@85.95.216.35] has joined #openbsd 17:32 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 17:46 -!- fspax [~fspax@46.148.132.203] has joined #openbsd 17:47 -!- fspax [~fspax@46.148.132.203] has quit [Client Quit] 17:48 -!- maccampus [~maccampus@user/maccampus] has joined #openbsd 17:52 -!- gnucode [~gnucode@user/jab] has joined #openbsd 17:55 -!- slesa [~Slesa@85.95.216.35] has quit [Remote host closed the connection] 17:56 -!- slesa [~Slesa@2a0d:ee00:8010:5b00:e37f:5913:37f5:c314] has joined #openbsd 17:59 -!- oraculo [~mirc-rc@179.235.202.169] has quit [Ping timeout: 276 seconds] 18:13 -!- ixc [~x@user/ixc] has quit [Read error: Connection reset by peer] 18:14 -!- FenderQ [~fenderq@user/fenderq] has joined #openbsd 18:19 -!- ixc [~x@user/ixc] has joined #openbsd 18:27 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has quit [Quit: leaving] 18:28 -!- Grell [~Grell@79.127.185.197] has quit [Remote host closed the connection] 18:28 -!- Grell [~Grell@79.127.185.197] has joined #openbsd 18:28 -!- yclept [~yclept@user/yclept] has quit [Remote host closed the connection] 18:29 -!- gnucode [~gnucode@user/jab] has left #openbsd [] 18:36 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 18:39 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has joined #openbsd 18:41 -!- kn [~kn@2a12:6900:1000:2:98c0:becd:33e4:88f6] has joined #openbsd 18:41 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 18:44 -!- yclept [~yclept@user/yclept] has joined #openbsd 18:52 -!- anelli [~anelli@user/macarona] has quit [Read error: Connection reset by peer] 18:54 -!- anelli [~anelli@user/macarona] has joined #openbsd 18:59 -!- ublx [~ublx@user/ublx] has joined #openbsd 19:01 -!- robertf [~frederic@segolene.fredericrobert.be] has quit [Quit: leaving] 19:02 -!- robertf [~frederic@segolene.fredericrobert.be] has joined #openbsd 19:03 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 19:04 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 19:10 < riceandbeans> =2 19:10 < riceandbeans> =2 19:16 < pardis> weird emoticon 19:17 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 248 seconds] 19:20 -!- ewig [~ewig@user/ewig] has quit [Remote host closed the connection] 19:20 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 19:22 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 19:22 -!- ixc [~x@user/ixc] has quit [Quit: .] 19:26 -!- gnucode [~gnucode@user/jab] has joined #openbsd 19:28 -!- ludo_ [jimbo@user/ludovicus] has quit [Remote host closed the connection] 19:29 < Posterdati> hiu 19:29 < Posterdati> please help 19:30 < Posterdati> how can I limit cpu and ram usage for a shell user, using /etc/login.conf ??? 19:31 < Posterdati> thanks 19:31 -!- anelli [~anelli@user/macarona] has quit [Remote host closed the connection] 19:34 -!- gustik [~gusto@178-143-44-8.static.orange.sk] has joined #openbsd 19:34 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Ping timeout: 252 seconds] 19:34 < Posterdati> https://pastebin.com/6tKi1WEg 19:34 -!- maccampus [~maccampus@user/maccampus] has quit [Ping timeout: 252 seconds] 19:34 < Posterdati> this is part of login.conf 19:35 -!- anelli [~anelli@user/macarona] has joined #openbsd 19:39 -!- gnucode [~gnucode@user/jab] has quit [Quit: Leaving.] 19:45 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 19:46 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 19:53 -!- slesa [~Slesa@2a0d:ee00:8010:5b00:e37f:5913:37f5:c314] has quit [Remote host closed the connection] 19:55 -!- jfsimon [~jfsimon19@lfbn-lyo-1-763-48.w92-137.abo.wanadoo.fr] has joined #openbsd 19:56 < jfsimon> gOOD EVENING 20:03 -!- xx [~xx@user/xx] has quit [Ping timeout: 264 seconds] 20:16 -!- Aedil [~adrian@ipbcc10313.dynamic.kabel-deutschland.de] has quit [Ping timeout: 252 seconds] 20:22 -!- zerous [~van@mx.nocebo.space] has joined #openbsd 20:22 -!- zerous [~van@mx.nocebo.space] has quit [Client Quit] 20:24 -!- ludovicus [jimbo@user/ludovicus] has joined #openbsd 20:27 -!- oraculo [~mirc-rc@179.235.202.169] has joined #openbsd 20:29 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 20:30 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 20:32 -!- amadaluzia [~amadaluzi@user/amadaluzia] has joined #openbsd 20:33 -!- gustik [~gusto@178-143-44-8.static.orange.sk] has quit [Quit: leaving] 20:34 -!- Xenguy_ [~Xenguy@user/xenguy] has joined #openbsd 20:35 -!- pikapika_lunar_a is now known as militantorc 20:36 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 252 seconds] 20:37 -!- shtrophic [~m-hrdsqi@user/shtrophic] has quit [Remote host closed the connection] 20:38 -!- shtrophic [~m-hrdsqi@user/shtrophic] has joined #openbsd 20:47 -!- Shirkdog [~M.Shirk@user/shirkdog] has joined #openbsd 20:52 -!- user71 [~user71@2001:1530:1011:76f4:c5e0:7b60:5a4e:187c] has quit [Quit: Leaving] 21:01 -!- gnucode [~gnucode@user/jab] has joined #openbsd 21:02 -!- gnucode [~gnucode@user/jab] has quit [Client Quit] 21:02 -!- gnucode [~gnucode@user/jab] has joined #openbsd 21:03 -!- gnucode [~gnucode@user/jab] has quit [Client Quit] 21:03 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 21:04 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 21:08 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 21:08 -!- unpx [~unpx@83.136.104.244] has quit [Remote host closed the connection] 21:09 -!- amadaluzia [~amadaluzi@user/amadaluzia] has quit [Ping timeout: 260 seconds] 21:09 -!- amadaluzia [~amadaluzi@user/amadaluzia] has joined #openbsd 21:10 -!- feriman [~feriman@user/feriman] has joined #openbsd 21:10 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.4.2] 21:12 -!- noone [~six@user/six] has joined #openbsd 21:12 -!- unpx [~unpx@83.136.104.244] has joined #openbsd 21:15 -!- apac [~alexander@user/apac] has quit [Ping timeout: 244 seconds] 21:18 -!- nodelay [~zack@user/nodelay] has quit [Ping timeout: 252 seconds] 21:22 -!- nodelay [~zack@user/nodelay] has joined #openbsd 21:23 -!- shiranaihito_ [~shiranaih@ppp-171-96-205-111.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 21:24 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 21:25 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 21:25 -!- fluffery [~quassel@user/fluffery] has joined #openbsd 21:29 < FenderQ> evening jfsimon 21:37 -!- frogprog [~frogprog@user/frogprog] has quit [Ping timeout: 244 seconds] 21:38 -!- frogprog [~frogprog@user/frogprog] has joined #openbsd 21:41 -!- Poltawer [~xt003@user/Poltawer] has quit [Quit: WeeChat 4.6.3] 21:41 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 21:43 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 21:43 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 21:46 -!- a1fa [~a1fa@user/a1fa] has joined #openbsd 21:47 < a1fa> hello.. i am trying to setup unbound to lookup a domain on a forward server.. i see the lookup go out, and a response come back to unbound.. but when unbound responds back to me, i get ServFail 21:50 -!- SingleDigitIq [~sam@user/SingleDigitIq] has quit [Ping timeout: 272 seconds] 21:51 < a1fa> its resolving other domains just fine 21:51 -!- SingleDigitIq [~sam@user/SingleDigitIq] has joined #openbsd 21:51 < a1fa> i have two forward zones setup 21:51 -!- SingleDigitIq [~sam@user/SingleDigitIq] has quit [Max SendQ exceeded] 21:53 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 21:54 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 21:55 -!- sonya [~nologin@gateway/tor-sasl/sonya] has quit [Remote host closed the connection] 21:56 -!- fro [fro@humpty.dance] has quit [Remote host closed the connection] 21:57 -!- SingleDigitIq [~sam@user/SingleDigitIq] has joined #openbsd 21:58 -!- SingleDigitIq [~sam@user/SingleDigitIq] has quit [Max SendQ exceeded] 21:58 -!- SingleDigitIq [~sam@user/SingleDigitIq] has joined #openbsd 21:58 -!- SingleDigitIq [~sam@user/SingleDigitIq] has quit [Max SendQ exceeded] 22:00 -!- feriman [~feriman@user/feriman] has quit [Read error: Connection reset by peer] 22:04 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 22:04 -!- SingleDigitIq [~sam@user/SingleDigitIq] has joined #openbsd 22:05 -!- SingleDigitIq [~sam@user/SingleDigitIq] has quit [Max SendQ exceeded] 22:05 -!- wnh [~Thunderbi@user/wnh] has quit [Ping timeout: 244 seconds] 22:10 -!- naoki [~Thunderbi@240f:10b:7440:1:3adb:73ee:bb3f:53f4] has joined #openbsd 22:10 < a1fa> figured it out. had to enable more verbose logging 22:11 < a1fa> domain-insecure: "home" 22:11 -!- SingleDigitIq [~sam@user/SingleDigitIq] has joined #openbsd 22:11 -!- SingleDigitIq [~sam@user/SingleDigitIq] has quit [Max SendQ exceeded] 22:14 -!- fro [fro@humpty.dance] has joined #openbsd 22:14 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 22:19 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has quit [Remote host closed the connection] 22:20 -!- a1fa [~a1fa@user/a1fa] has quit [Quit: leaving] 22:21 -!- lord4163 [~lord4163@78-69-9-195-no169.tbcn.telia.com] has quit [Ping timeout: 248 seconds] 22:28 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Quit: Konversation terminated!] 22:29 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 22:29 -!- nodelay [~zack@user/nodelay] has quit [Ping timeout: 276 seconds] 22:29 -!- fro [fro@humpty.dance] has quit [Quit: EPIC6-0.0.1[3056] - amnesiac : Are we there yet?] 22:32 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 22:33 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 22:34 -!- lord4163 [~lord4163@78-69-9-195-no169.tbcn.telia.com] has joined #openbsd 22:37 -!- schalken [~schalken@117-118-178-69.gci.net] has quit [Ping timeout: 276 seconds] 22:38 -!- schalken [~schalken@117-118-178-69.gci.net] has joined #openbsd 22:38 -!- CrashOverride [~strcat@p57b4b8e4.dip0.t-ipconnect.de] has quit [Ping timeout: 244 seconds] 22:41 -!- km_ [~km@biz.krot.org] has quit [Read error: Connection reset by peer] 22:42 -!- km [~km@biz.krot.org] has joined #openbsd 22:43 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 22:43 -!- tvtoon [~The_cUnix@user/tvtoon] has joined #openbsd 22:44 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 22:47 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 22:57 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 22:58 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 23:00 -!- viq|w [~viq@user/viq] has quit [Ping timeout: 268 seconds] 23:01 -!- viq|w [~viq@user/viq] has joined #openbsd 23:01 -!- zip100- [~zip100@193.32.248.192] has joined #openbsd 23:01 -!- _zip100 [~zip100@193.32.248.149] has quit [Ping timeout: 252 seconds] 23:03 -!- xet7 [~xet7@user/xet7] has joined #openbsd 23:04 -!- gatlinggoat [~Thunderbi@96.225.72.95] has joined #openbsd 23:11 -!- todi [~todi@p57803331.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 23:20 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 23:21 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 23:27 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 23:32 -!- emmanuelux [~emmanuelu@user/emmanuelux] has joined #openbsd 23:37 -!- treefrob [~treefrob@p5dc70ab3.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 23:39 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 23:39 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 23:41 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has joined #openbsd 23:51 -!- viq|w [~viq@user/viq] has quit [Ping timeout: 276 seconds] 23:53 -!- viq|w [~viq@user/viq] has joined #openbsd --- Log closed Wed May 28 00:00:43 2025