--- Log opened Mon May 11 00:00:22 2026 00:10 < oldlaptop> I would be concerned about relying on LLMs to review pf(4) rulesets (besides any general principle) for at least one specific reason: there have been syntax changes over the years, which other BSD derivatives have not kept up with - meaning there's a lot of training material out there that is wrong as applied to current OpenBSD. 00:11 < oldlaptop> (In other words, the same fundamental issue with copy/pasting pf.conf snippets from random blog posts and stackoverflow answers.) 00:15 < dlg> pf rules are generally readable once you have a couple of concepts in your head 00:16 -!- CrimeWave [~Ebox-MTL@user/CrimeWave] has joined #openbsd 00:20 -!- djPoorly [~atmo@user/djPoorly] has quit [Quit: WeeChat 4.9.0] 00:20 -!- zimmer [~zimmer@user/zimmer] has quit [Read error: Connection reset by peer] 00:24 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 00:25 -!- jerryf [~jerryf@user/jerryf] has quit [Remote host closed the connection] 00:25 -!- jerryf [~jerryf@user/jerryf] has joined #openbsd 00:27 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has quit [Ping timeout: 276 seconds] 00:27 -!- zimmer__ [~zimmer@user/zimmer] has joined #openbsd 00:28 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has joined #openbsd 00:43 -!- sandbag [~sandbag@user/sandbag] has joined #openbsd 00:47 < thumbs> Relying blindly on anything from a LLM without experience in the subject matter is a bad idea yes. 00:52 -!- emmanuelux [~em@user/emmanuelux] has joined #openbsd 00:58 -!- Ozymandias42 [~Ozymandia@user/Ozymandias42] has quit [Read error: Connection reset by peer] 00:59 -!- Ozymandias42 [~Ozymandia@user/Ozymandias42] has joined #openbsd 01:11 -!- uwharrie [~uwharrie@user/uwharrie] has joined #openbsd 01:13 -!- i00nsu [~i00nsu@user/i00nsu] has joined #openbsd 01:19 < fedaykin> thumbs: truth 01:27 -!- td123 [~tom@user/td123] has joined #openbsd 01:34 < loopb> >he doesn't copy/paste his pf.conf from stackoverflow 01:34 -!- Ozymandias42_ [~Ozymandia@user/Ozymandias42] has joined #openbsd 01:34 < loopb> ngmi 01:35 -!- Ozymandias42 [~Ozymandia@user/Ozymandias42] has quit [Ping timeout: 244 seconds] 01:35 -!- Ozymandias42_ is now known as Ozymandias42 01:38 -!- jitter [~jitter@user/jitter] has quit [Ping timeout: 248 seconds] 01:40 -!- jitter [~jitter@188.136.252.144] has joined #openbsd 01:40 -!- jitter [~jitter@188.136.252.144] has quit [Changing host] 01:40 -!- jitter [~jitter@user/jitter] has joined #openbsd 01:52 -!- tozhu [~tozhu@222.210.190.57] has quit [Quit: tozhu] 01:59 -!- zimmer__ [~zimmer@user/zimmer] has quit [Remote host closed the connection] 01:59 -!- zimmer__ [~zimmer@user/zimmer] has joined #openbsd 01:59 -!- zimmer [~zimmer@user/zimmer] has quit [Quit: Leaving] 02:16 -!- chasmo77 [~chas77@c-76-105-254-179.hsd1.or.comcast.net] has quit [Quit: It's just that easy] 02:22 -!- lolok [~lolok@user/lolok] has joined #openbsd 02:28 -!- agentcasey [~dracos@192-155-88-18.ip.linodeusercontent.com] has joined #openbsd 02:28 -!- itrsea [~itrsea@user/itrsea] has joined #openbsd 02:34 -!- agentcasey [~dracos@192-155-88-18.ip.linodeusercontent.com] has quit [Ping timeout: 244 seconds] 02:41 -!- chilledfrogs [~chilledfr@rsa59-h05-176-133-210-176.dsl.sta.abo.bbox.fr] has quit [Quit: connection reset by purr] 02:47 -!- Rue [~rue@118.150.113.73] has joined #openbsd 02:52 -!- tozhu [~tozhu@223.87.244.17] has joined #openbsd 02:53 -!- _zip100 [~zip100@193.32.248.182] has joined #openbsd 02:53 -!- zip100 [~zip100@185.209.196.207] has quit [Ping timeout: 245 seconds] 02:56 -!- chilledfrogs [~chilledfr@176.133.210.176] has joined #openbsd 03:12 -!- tvtoon [~The_cUnix@user/tvtoon] has quit [Quit: "Boom boom day..."] 03:14 -!- renoo [~rano@169.224.70.34] has joined #openbsd 03:17 -!- darkst4r [~darkst4r@user/darkst4r] has quit [Quit: Leaving] 03:17 -!- rano [~rano@user/rano] has quit [Ping timeout: 264 seconds] 03:19 -!- macabro [~user@user/monkey/x-0691028] has quit [Read error: Connection reset by peer] 03:19 -!- hsw [~hsw@112.104.8.95] has joined #openbsd 03:19 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has quit [Ping timeout: 245 seconds] 03:21 -!- macabro [~user@user/monkey/x-0691028] has joined #openbsd 03:23 -!- mcornick [~mcornick@user/mcornick] has quit [Remote host closed the connection] 03:24 < deimosBSD> a GPT should be good at guessing the next word in a pf ruleset. maybe i'll build a model for pf if i can find enough input text. 03:26 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has joined #openbsd 03:28 < phy1729> You can generate a valid next token using the grammar at the bottom of pf.conf(5), but just because a ruleset is valid doesn't make it useful. 03:33 -!- mcornick [~mcornick@user/mcornick] has joined #openbsd 03:33 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has quit [Ping timeout: 255 seconds] 03:37 < deimosBSD> so first build a model that understands BNF, then pf 03:37 < deimosBSD> ;) 03:37 < lts> But I asked Claude and it said it's the ruleset I need 03:37 < lts> Let me copypaste the entire three-page output 03:38 < dlg> god grant me the confidence of a mindless llm 03:44 < phy1729> $ yes "You're absolutely right" 03:47 < dlg> why thank you 03:55 -!- Rue [~rue@118.150.113.73] has quit [Quit: WeeChat 4.7.1] 03:56 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has joined #openbsd 03:56 -!- mexen [uid495612@user/mexen] has joined #openbsd 03:57 -!- Rue [~rue@118.150.113.73] has joined #openbsd 04:03 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has quit [Ping timeout: 245 seconds] 04:05 -!- gbe [~gbe@ext.ttyv0.de] has joined #openbsd 04:08 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has joined #openbsd 04:12 -!- macabro [~user@user/monkey/x-0691028] has quit [Ping timeout: 264 seconds] 04:17 -!- eki [~eki@87-92-7-211.bb.dnainternet.fi] has quit [Quit: leaving] 04:18 -!- eki [~eki@87-92-7-211.bb.dnainternet.fi] has joined #openbsd 04:20 -!- hotsoup [~hotsoup@user/hotsoup] has quit [Quit: ZNC 1.9.1+deb2+b3 - https://znc.in] 04:20 -!- zimmer__ [~zimmer@user/zimmer] has quit [Remote host closed the connection] 04:20 -!- zimmer__ [~zimmer@user/zimmer] has joined #openbsd 04:22 -!- hotsoup [~hotsoup@user/hotsoup] has joined #openbsd 04:29 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has quit [Ping timeout: 276 seconds] 04:31 -!- zimmer__ [~zimmer@user/zimmer] has quit [Ping timeout: 276 seconds] 04:32 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has joined #openbsd 04:39 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has quit [Ping timeout: 264 seconds] 04:58 -!- ewig [~Ewig@user/ewig] has joined #openbsd 05:04 -!- itrsea [~itrsea@user/itrsea] has quit [Remote host closed the connection] 05:14 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has joined #openbsd 05:34 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has quit [Ping timeout: 244 seconds] 05:44 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has joined #openbsd 05:55 -!- zcram [~zcram@user/zcram] has joined #openbsd 06:00 -!- unixpro1970 [~unixpro19@gateway/tor-sasl/unixpro1970] has quit [Remote host closed the connection] 06:01 -!- unixpro1970 [~unixpro19@gateway/tor-sasl/unixpro1970] has joined #openbsd 06:09 -!- mapet [~marc@user/mapet] has joined #openbsd 06:12 -!- bagatur [~bagatur@user/bagatur] has joined #openbsd 06:13 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Ping timeout: 265 seconds] 06:15 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 06:15 -!- echelon [~steerpike@gateway/tor-sasl/steerpike] has quit [Remote host closed the connection] 06:15 -!- echelon [~steerpike@gateway/tor-sasl/steerpike] has joined #openbsd 06:17 -!- martian67 [~martian67@user/meow/martian67] has quit [Remote host closed the connection] 06:18 -!- martian67 [~martian67@user/meow/martian67] has joined #openbsd 06:21 -!- pabs3 [~pabs3@user/pabs3] has quit [Ping timeout: 265 seconds] 06:22 -!- uncleyear [~ian@178.66.158.141] has joined #openbsd 06:26 -!- pabs3 [~pabs3@user/pabs3] has joined #openbsd 06:29 -!- MrPlop [~cedric@ns3.ddpo.be] has quit [Quit: WeeChat 4.6.3] 06:29 -!- MrPlop [~cedric@ns3.ddpo.be] has joined #openbsd 06:32 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Ping timeout: 264 seconds] 06:39 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 06:43 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 06:45 < rIMpossible> G'morning 06:45 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 06:47 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Remote host closed the connection] 06:47 -!- jerryf [~jerryf@user/jerryf] has quit [Remote host closed the connection] 06:47 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Read error: Connection reset by peer] 06:47 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 06:47 -!- jerryf [~jerryf@user/jerryf] has joined #openbsd 06:47 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 06:53 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 276 seconds] 07:02 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 07:12 -!- trevor [~iavor@212.233.185.80] has joined #openbsd 07:13 -!- trevor [~iavor@212.233.185.80] has left #openbsd [] 07:16 -!- cpk [~cpk@185.172.87.163] has joined #openbsd 07:20 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 276 seconds] 07:21 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 07:30 -!- vados [~vados@46-133-44-55.mobile.vf-ua.net] has quit [Quit: WeeChat 4.7.1] 07:40 -!- CrimeWave [~Ebox-MTL@user/CrimeWave] has quit [Quit: Electronic Box Montréal - Textual IRC 7.2.6 OSX] 07:44 < rIMpossible> Is vultr-CLI with vultr the same as console server with OpenBSD Amsterdam? I want a console with vultr for installing FDE, what requires a passphrase at system startup. 07:47 -!- rueda [~rueda@2404:9400:3:0:216:3eff:fee1:7d67] has quit [Quit: nyaa~] 07:48 -!- rueda [~rueda@2404:9400:3:0:216:3eff:fee1:7d67] has joined #openbsd 07:50 -!- emmanuelux_ [~em@2a02-842a-4aa6-a401-5f8e-c216-e5c6-1a86.rev.sfr.net] has joined #openbsd 07:50 -!- emmanuelux [~em@user/emmanuelux] has quit [Ping timeout: 248 seconds] 07:53 -!- franks2 [~franks2@user/franks2] has quit [Remote host closed the connection] 07:53 -!- franks2 [~franks2@user/franks2] has joined #openbsd 07:59 -!- sdds [~sdds@user/sdds] has joined #openbsd 08:00 -!- chasmo77 [~chas77@c-76-105-254-179.hsd1.or.comcast.net] has joined #openbsd 08:00 -!- kylen [kylen@user/kylen] has quit [Remote host closed the connection] 08:06 -!- emmanuelux_ [~em@2a02-842a-4aa6-a401-5f8e-c216-e5c6-1a86.rev.sfr.net] has quit [Quit: bye] 08:07 -!- emmanuelux [~em@user/emmanuelux] has joined #openbsd 08:08 -!- tozhu [~tozhu@223.87.244.17] has quit [Ping timeout: 250 seconds] 08:14 -!- sdds [~sdds@user/sdds] has quit [Remote host closed the connection] 08:15 -!- sdds [~sdds@user/sdds] has joined #openbsd 08:16 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 08:19 -!- hwpplayer1 [~hwpplayer@user/hwpplayer1] has joined #openbsd 08:23 -!- Hobbes` [~calvin@2001:4b98:dc0:47:216:3eff:fe18:5d33] has joined #openbsd 08:25 -!- emmanuelux [~em@user/emmanuelux] has quit [Quit: bye] 08:25 -!- akinji [~akinji@user/akinji] has joined #openbsd 08:27 < Hobbes`> Hi! I am trying to pxe boot openbsd arm64 on a Raspberry Pi and I've got as far as u-boot fetching the openbsd kernel but fails to load it with this error - `Bad Linux ARM64 Image magic!` Boot failed (err=-14) 08:30 < Hobbes`> FWIW I have tried both bsd.mp and bsd.rd and both fail with the same error. 08:30 -!- paulf [~paulf@146.122.203.34] has joined #openbsd 08:30 < Hobbes`> Both are of type `ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, not stripped` 08:44 < IcePic> Hobbes`: perhaps you are supposed to first pick up some bootloader that in turn loads the kernel? 08:47 < IcePic> thinking of this line in the INSTALL.arm64 text file: 08:47 < IcePic> Firmware which provides an UEFI interface with a Device Tree Blob 08:47 < IcePic> (DTB) file or ACPI support is required to boot. 08:47 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has quit [Ping timeout: 252 seconds] 08:49 -!- fspax [~fspax@46.148.130.252] has joined #openbsd 08:50 < IcePic> a bit of nitpicking, but its not PXE unless you tftp a floppy disk image and boot from, on non-x86 its almost always dhcp+tftpboot in some sense. Not super important distinction, but still.. 08:51 < IcePic> "man diskless" seems to have all but zero content for arm(64), so if someone manages to run a complete system diskless on such an arch, there are some commits to be had to that manpage 08:55 < Hobbes`> IcePic The arm64 disk image comes with u-boot. (I extraced it from the miniroot78.img) 08:56 < Hobbes`> extracted* 08:56 < IcePic> sure, but it would need loading, if you are to pick a kernel over the net 08:56 < IcePic> ..if my guess(es) are correct 08:57 < Hobbes`> I original tried to directly load bsd.mp/rd but that didn't seem to work .. so the current flow is pi loads u-boot - u-boot loads kernel.. and it fetches it using tftp but fails to load after that. 08:58 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has joined #openbsd 09:00 < dlg> does u-boot support efi? 09:00 < dlg> u-boot should be loading the boot loader 09:00 < dlg> and the boot loader will load the kernel 09:01 < k0ga> it supports a minimun set of efi 09:01 < IcePic> the install docs says 09:01 < IcePic> Running EFI payloads with U-Boot: 09:01 < IcePic> If the U-Boot target supports "distro_bootcmd" efiboot will automatically 09:01 < IcePic> be loaded by placing bootaa64.efi into /efi/boot/bootaa64.efi on a FAT 09:01 < IcePic> filesystem. With dtb files placed in /vendor/, /dtbs/vendor/, or 09:01 < IcePic> /dtb/current/vendor/ 09:02 < k0ga> they explicitely say that they are not going to implement full efi because it is out of scope 09:02 < Hobbes`> dlg I can try making it get the efi off tftp instead of the kernel. (Not sure if Pi3B supports EFI) 09:02 < k0ga> (and it makes sense, EFI is full of bullshit ...) 09:02 < IcePic> so my understanding (without doing a lot of arm64-obsd) is that you would still need to load efi and dtb blobs, then kernel 09:02 < Hobbes`> but then efi may not know how to fetch the kernel off tftp 09:03 < Hobbes`> oooh the efi binary has tftp strings in it.. let me try that 09:03 -!- ozeqa [~bmo@bras-base-mtrlpq42zf4-grc-13-70-24-234-136.dsl.bell.ca] has quit [Ping timeout: 244 seconds] 09:04 -!- fspax [~fspax@46.148.130.252] has quit [Quit: Lost terminal] 09:10 -!- renoo [~rano@169.224.70.34] has quit [Changing host] 09:10 -!- renoo [~rano@user/rano] has joined #openbsd 09:13 < Hobbes`> EFI also failed with the same error. I think u-boot somehow needs to be told that it's not dealing with Linux 09:16 < IcePic> on octeons you do "bootoctlinux" and its fine 09:16 < IcePic> from u-boot, no need there to tell the u-boot that its not linux 09:17 -!- hotsoup [~hotsoup@user/hotsoup] has quit [Ping timeout: 276 seconds] 09:19 -!- hotsoup [~hotsoup@user/hotsoup] has joined #openbsd 09:20 -!- B113 [~apery@user/b113] has quit [Quit: paka] 09:24 -!- vados [~vados@46-133-44-55.mobile.vf-ua.net] has joined #openbsd 09:27 -!- B113 [~apery@user/b113] has joined #openbsd 09:45 -!- witcher [~witcher@2001:4090:e007:9581:81a3:2768:dd2e:4b40] has quit [Ping timeout: 256 seconds] 09:48 -!- renoo [~rano@user/rano] has quit [Remote host closed the connection] 09:49 -!- renoo [~renoo@user/rano] has joined #openbsd 09:50 < Hobbes`> Is this an BSD kernel error + registers(?) or a u-boot one? --> "Synchronous Abort" handler, esr 0x96000044, far 0xffffff8000200000 09:50 < Hobbes`> elr: 0000000000070824 lr : 0000000000073040 (reloc) 09:51 -!- GuestAwesome [~GuestAwes@188.146.136.146] has joined #openbsd 09:54 < Hobbes`> Found the cause of the original error.. u-boot is trying to run `booti` which expects a "Linux flat or compressed Image" at the address. 09:54 -!- GuestAwesome [~GuestAwes@188.146.136.146] has quit [Client Quit] 10:07 -!- fanbass [~fanbass@user/fanbass] has joined #openbsd 10:08 -!- franks2 [~franks2@user/franks2] has quit [Remote host closed the connection] 10:08 -!- franks2 [~franks2@user/franks2] has joined #openbsd 10:09 < Hobbes`> yay! I managed to manually get into efi and have a "boot>" prompt. 10:11 < Hobbes`> had to use the `bootefi` option in u-boot... need to figure how to configure that in pxelinux.cfg 10:14 -!- rc [~rc@user/rc] has quit [Quit: nyaa~] 10:14 -!- franks2 [~franks2@user/franks2] has quit [Remote host closed the connection] 10:15 -!- franks2 [~franks2@user/franks2] has joined #openbsd 10:25 -!- hotsoup [~hotsoup@user/hotsoup] has quit [Quit: ZNC 1.9.1+deb2+b3 - https://znc.in] 10:26 -!- hotsoup [~hotsoup@user/hotsoup] has joined #openbsd 10:27 -!- wampie [~wampie@62.250.57.158] has joined #openbsd 10:33 -!- wampie [~wampie@62.250.57.158] has quit [Quit: Client closed] 10:53 -!- sonya [~nologin@gateway/tor-sasl/sonya] has joined #openbsd 10:59 -!- paulf [~paulf@146.122.203.34] has quit [Ping timeout: 245 seconds] 11:11 -!- renooo [~renoo@169.224.70.34] has joined #openbsd 11:11 -!- renooo [~renoo@169.224.70.34] has quit [Changing host] 11:11 -!- renooo [~renoo@user/rano] has joined #openbsd 11:15 -!- renoo [~renoo@user/rano] has quit [Ping timeout: 255 seconds] 11:15 -!- root4 [~kayvlim@user/kayvlim] has quit [Ping timeout: 268 seconds] 11:23 -!- renoo [~renoo@169.224.70.34] has joined #openbsd 11:23 -!- renoo [~renoo@169.224.70.34] has quit [Changing host] 11:23 -!- renoo [~renoo@user/rano] has joined #openbsd 11:25 -!- renooo [~renoo@user/rano] has quit [Ping timeout: 248 seconds] 11:36 -!- zimmer__ [~zimmer@user/zimmer] has joined #openbsd 11:42 -!- StayClassy [~StayClass@68.216.20.33] has joined #openbsd 11:49 -!- krl [~krl@155.4.221.200] has joined #openbsd 11:50 -!- paulf [~paulf@146.122.203.34] has joined #openbsd 11:51 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 264 seconds] 11:52 -!- witcher [~witcher@2001:4090:e007:9581:8161:7c3a:e20c:20f1] has joined #openbsd 11:54 -!- mexen [uid495612@user/mexen] has quit [Quit: Connection closed for inactivity] 12:01 -!- snk [~snk@user/snk] has quit [Remote host closed the connection] 12:02 -!- snk [~snk@user/snk] has joined #openbsd 12:05 -!- root4 [~kayvlim@user/kayvlim] has joined #openbsd 12:05 -!- farhan_ [~farhan@2401:4900:ae3d:aef0:4fc1:a079:b566:47ec] has joined #openbsd 12:06 -!- robertkeizer [~irc@user/robertkeizer] has quit [Ping timeout: 268 seconds] 12:06 -!- bazflo [~bazflo@user/bazflo] has quit [Ping timeout: 276 seconds] 12:06 -!- farhan_ [~farhan@2401:4900:ae3d:aef0:4fc1:a079:b566:47ec] has quit [Client Quit] 12:06 -!- robertkeizer [~irc@irc.robert.keizer.ca] has joined #openbsd 12:07 -!- robertkeizer is now known as Guest9311 12:07 -!- WhyNotHugo [~WhyNotHug@2a03:6000:6f72:631::106] has quit [Remote host closed the connection] 12:09 -!- bazflo [~bazflo@user/bazflo] has joined #openbsd 12:13 -!- logan [~logan@105.235.158.197] has joined #openbsd 12:14 -!- logan [~logan@105.235.158.197] has quit [Client Quit] 12:19 -!- pyu [~pyu@cm222-166-164-22.hkcable.com.hk] has joined #openbsd 12:21 -!- WhyNotHugo [~WhyNotHug@anchor.whynothugo.nl] has joined #openbsd 12:33 -!- mete- [~beelink@186.250.11.107] has quit [Ping timeout: 248 seconds] 12:34 -!- mete- [~beelink@186.250.11.107] has joined #openbsd 12:37 -!- dTc74 [~dTc74@user/dTc74] has joined #openbsd 12:38 -!- antanst7125 [~antanst@user/antanst] has quit [Quit: The Lounge - https://thelounge.chat] 12:46 -!- antanst7125 [~antanst@user/antanst] has joined #openbsd 12:57 -!- lusciouslover [~luscious@user/lusciouslover] has quit [Ping timeout: 246 seconds] 12:57 -!- ublx [~ublx@user/ublx] has joined #openbsd 13:00 -!- lusciouslover [~luscious@user/lusciouslover] has joined #openbsd 13:02 -!- kc3zyt [~kc3zyt@user/kc3zyt] has quit [Quit: The Lounge - https://thelounge.chat] 13:02 -!- kc3zyt [~kc3zyt@user/kc3zyt] has joined #openbsd 13:10 -!- renooo [~renoo@user/rano] has joined #openbsd 13:14 -!- renoo [~renoo@user/rano] has quit [Ping timeout: 255 seconds] 13:16 -!- angeld [8cd35c0812@layka.disroot.org] has joined #openbsd 13:19 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 13:21 -!- fanbass [~fanbass@user/fanbass] has quit [Ping timeout: 245 seconds] 13:25 -!- renooo [~renoo@user/rano] has quit [Quit: renooo] 13:38 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 13:43 -!- zimmer__ [~zimmer@user/zimmer] has quit [Ping timeout: 244 seconds] 13:49 -!- sdds [~sdds@user/sdds] has quit [Ping timeout: 276 seconds] 13:52 -!- lotsen [~Lotsen@user/Lotsen] has quit [Read error: Connection reset by peer] 13:52 -!- opv [~opv@37.120.166.89] has quit [Quit: Lost terminal] 13:52 -!- lotsen [~Lotsen@user/Lotsen] has joined #openbsd 13:52 -!- opv [~opv@37.120.166.89] has joined #openbsd 14:01 -!- DetourNetworkUK [~DetourNet@user/DetourNetworkUK] has quit [Ping timeout: 272 seconds] 14:02 -!- Guest8123323 [~Guest8123@188.92.22.29] has joined #openbsd 14:02 -!- fvincenzo [~somebody@fw-tnat-cam1.arm.com] has joined #openbsd 14:08 -!- DetourNetworkUK [~DetourNet@user/DetourNetworkUK] has joined #openbsd 14:08 -!- Guest8123323 [~Guest8123@188.92.22.29] has quit [Quit: Client closed] 14:09 -!- slack-ng_ [~slack-ng@120.20.66.20] has quit [Ping timeout: 244 seconds] 14:11 -!- slack-ng [~slack-ng@120.20.66.20] has joined #openbsd 14:11 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 14:13 -!- cp- [~cp-@b157153.ppp.asahi-net.or.jp] has quit [Quit: Disappeared in a puff of smoke] 14:13 -!- bagatur [~bagatur@user/bagatur] has quit [Ping timeout: 256 seconds] 14:14 -!- cp- [~cp-@b157153.ppp.asahi-net.or.jp] has joined #openbsd 14:14 -!- bagatur [~bagatur@user/bagatur] has joined #openbsd 14:17 -!- hwpplayer1 [~hwpplayer@user/hwpplayer1] has quit [Quit: be back] 14:20 -!- viniciorl [~viniciorl@2806:104e:1f:50b4:14d9:f0a1:dd86:874e] has quit [Quit: jyane] 14:25 -!- megawatt [~megawatt@user/megawatt] has joined #openbsd 14:31 -!- l4nc [~l4nc@user/l4nc] has joined #openbsd 14:31 -!- WhyNotHugo [~WhyNotHug@anchor.whynothugo.nl] has quit [Remote host closed the connection] 14:32 -!- fanbass [~fanbass@user/fanbass] has joined #openbsd 14:32 -!- psydroid2 [~psydroid@user/psydroid] has joined #openbsd 14:37 -!- ivdsangen [~ivo@83-82-34-145.cable.dynamic.v4.ziggo.nl] has joined #openbsd 14:39 -!- viniciorl [~viniciorl@2806:104e:1f:50b4:5ab7:1c5e:6d37:67ad] has joined #openbsd 14:45 -!- housemate [~housemate@2403-4800-940a-3401-2eee-3a55-959e-c5b7.sta.dodo.net.au] has quit [Quit: https://ineedsomeacidtocalmmedown.space/] 14:55 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 14:55 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 15:01 -!- van [~van@mx.nocebo.space] has quit [Quit: WeeChat 4.5.2] 15:01 -!- van [~van@mx.nocebo.space] has joined #openbsd 15:03 -!- H3110 [~H3110@49.36.113.108] has joined #openbsd 15:04 -!- paulf [~paulf@146.122.203.34] has quit [Ping timeout: 245 seconds] 15:04 < H3110> Hey, i was able to download a file from browser, but unable to upload it from the Downloads dir. Tried firefox and ungoogle-chromium 15:07 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 244 seconds] 15:09 -!- housemate [~housemate@2403-4800-940a-3401-2eee-3a55-959e-c5b7.sta.dodo.net.au] has joined #openbsd 15:09 < thrig> do the pledge allows allow for reads from whatever directory? 15:09 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 15:10 < H3110> I haven't changed any settings 15:11 < thrig> did you look at the pledge settings to see if they allow reads from whatever directory? 15:11 < H3110> the download reaches 100% at my internet speed, but never completes 15:11 < H3110> upload* 15:11 < H3110> idk, let me figure out how to check 15:12 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 15:13 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 15:13 < H3110> firefox/unveil.main has: ~/Downloads rwc 15:13 < H3110> so read permission is there, along with write and create 15:14 < H3110> i was able to download, but not upload 15:14 < thenightmail> I didn't setup anything relating to pf after installing openbsd. hmm, if it is able to get all the way to 100% that is kind of interesting 15:14 -!- erthyacheck [~erthyache@user/erthyacheck] has joined #openbsd 15:20 -!- ublx [~ublx@user/ublx] has quit [Ping timeout: 252 seconds] 15:23 -!- l4nc [~l4nc@user/l4nc] has quit [Quit: Leaving] 15:28 -!- H3110 [~H3110@49.36.113.108] has quit [Quit: Client closed] 15:31 -!- H3110 [~H3110@49.36.113.108] has joined #openbsd 15:32 -!- ublx [~ublx@user/ublx] has joined #openbsd 15:34 -!- fanbass [~fanbass@user/fanbass] has quit [Ping timeout: 245 seconds] 15:36 -!- magyar [~magyar@user/magyar] has quit [Ping timeout: 248 seconds] 15:36 -!- magyar [~magyar@user/magyar] has joined #openbsd 15:37 < H3110> now im trying to send mail, and its stuck at sending 15:37 < H3110> through browser 15:40 < H3110> only to misc@openbsd not else 15:40 -!- magyar [~magyar@user/magyar] has quit [Killed (NickServ (GHOST command used by magyar_))] 15:40 -!- magyar_ [~magyar@user/magyar] has joined #openbsd 15:42 -!- paulf [~paulf@146.122.203.34] has joined #openbsd 15:43 -!- H3110 [~H3110@49.36.113.108] has quit [Quit: Client closed] 15:53 -!- alx_ [~alx@195.15.28.34] has quit [Read error: Connection reset by peer] 15:55 -!- alx^ [~alx@195.15.28.34] has joined #openbsd 15:56 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 15:57 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 16:02 < ssm_> official puffy sperm https://cvsweb.openbsd.org/checkout/www/opencvs/images/opencvs.gif,v?rev=1.1 16:02 -!- Chewbakka85 [~chewy@irc.chewbakka.ch] has quit [Quit: Yes there are two paths you can go by, but in the long run, there's still time to change the road you're on!] 16:03 -!- Chewbakka85 [~chewy@irc.chewbakka.ch] has joined #openbsd 16:04 -!- Chewbakka85 [~chewy@irc.chewbakka.ch] has quit [Client Quit] 16:05 -!- Chewbakka85 [~chewy@irc.chewbakka.ch] has joined #openbsd 16:05 -!- Chewbakka85 [~chewy@irc.chewbakka.ch] has quit [Client Quit] 16:06 -!- Chewbakka85 [~chewy@irc.chewbakka.ch] has joined #openbsd 16:07 < izder456> i have a usb audio dac from creative that works great but my 3.5mm mic died. i do have a backup usb mic i can use but i can't figure out how to make both the usb mic and the dac active in sndiod, is this just unsupported? 16:08 -!- WhyNotHugo [~WhyNotHug@anchor.whynothugo.nl] has joined #openbsd 16:13 -!- paulf [~paulf@146.122.203.34] has quit [Quit: Client closed] 16:14 -!- paulf [~paulf@146.122.203.34] has joined #openbsd 16:17 -!- erthyacheck [~erthyache@user/erthyacheck] has quit [Ping timeout: 265 seconds] 16:24 < pardis> you can't have them appear as a single device in sndiod, nor is that generally an easy problem to solve in any implementation 16:24 < pardis> but you can set AUDIOPLAYDEVICE and AUDIORECDEVICE to different devices in your client program 16:25 < pardis> see sndio(7) 16:26 < pardis> but there will be no drift correction unless your program handles that itself 16:29 < izder456> so i'd just set those environment variables? 16:29 < izder456> that seems simple enough 16:30 -!- hotsoup [~hotsoup@user/hotsoup] has quit [Quit: ZNC 1.9.1+deb2+b3 - https://znc.in] 16:30 < izder456> would i set it to snd/{0,1,2} etc ? 16:30 -!- psydroid2 [~psydroid@user/psydroid] has quit [Ping timeout: 245 seconds] 16:31 < pardis> yes 16:33 -!- hotsoup [~hotsoup@user/hotsoup] has joined #openbsd 16:33 < izder456> thanks pardis 16:33 < izder456> i'll try in a second 16:37 -!- cli_ [~m-vsauiy@user/cli] has joined #openbsd 16:37 -!- mexen [uid495612@user/mexen] has joined #openbsd 16:38 -!- cli [~m-vsauiy@user/cli] has quit [Ping timeout: 248 seconds] 16:39 -!- gotohello [~gotohello@user/gotohello] has quit [Quit: Client closed] 16:41 -!- cli_ is now known as cli 16:43 < izder456> yay that worked 16:43 < izder456> thanks so much 16:51 -!- mlw [~mlw@41.73.193.26] has joined #openbsd 16:52 < mlw> Hello. Might anyone here be aware of OpenBSD armv7 supporting the Netgate SG-3100 gateway appliance? 16:54 -!- paulf [~paulf@146.122.203.34] has quit [Quit: Client closed] 17:09 -!- td123 [~tom@user/td123] has quit [Quit: Konversation terminated!] 17:20 < IcePic> mlw: I don't think there is a lot of care for armv7, or any other 32bit platform at this time 17:39 -!- psydroid2 [~psydroid@user/psydroid] has joined #openbsd 17:41 -!- StayClassy [~StayClass@68.216.20.33] has quit [Remote host closed the connection] 17:46 < rIMpossible> Are the port wireguard-tools ( wg(8), wg-quick(8) ) still necessary for building a wireguard secure network or is everything fully handled by ifconfig(8) ? I followed these instructions from ianix (2022). Today I saw this blog entry from Vincent Delft (2024) what mentions, no packages are necessary. What to prefer? 17:47 < rIMpossible> ianix : https://ianix.com/wireguard/openbsd-howto.html | Vincent Delft : https://www.vincentdelft.be/post/post_20241005 17:48 < oldlaptop> The tools from ports have never been "necessary" for anything other than consistency with the tools used on linux 17:48 < phy1729> iirc ifconfig has always been enough 17:48 < phy1729> Doubt it would have been added to the kernel if something from ports was required to use it 17:49 < rIMpossible> Is in base the barely necessary or is it a complete exchange of wireguard-tools? 17:49 < rIMpossible> phy1729: Ok, to fast in typing. I understand. Thank you 17:49 < oldlaptop> There might be "sugar" scripts of some kind, I guess? ("wg-quick"? that was *not* there last I remember, multiple years ago) 17:50 < oldlaptop> but AFAIK ifconfig(8) does everything wg(8) from linux or ports will do other than read the same config files, use the same commandline syntax, etc. 17:50 < rIMpossible> Ok. Thank you so far. I will clone my setup with base tools 17:51 < oldlaptop> in an OpenBSD context I never saw the point - everything else in network configuration is in hostname.if files, why add a windows-ini file for just this one thing? 17:52 < pardis> might be slightly helpful if you want to config-manage OpenBSD alongside other systems 17:53 < rIMpossible> Ok, I understand, pardis 17:54 < rIMpossible> oldlaptop: that was the point, I started this discussion. But I was kinda unsure. Thank you clarifying 17:55 < rIMpossible> btw : the wg tools are from 20210914 17:55 < rIMpossible> So kinda unmaintained 17:56 < oldlaptop> ISTR upstream does list them as "out of date" in their "how to install wireguard" page 17:57 < morpho> wg-quick is still used no? 17:58 < oldlaptop> the cvs log kind of reads as though jasperla might have lost interest once it went in-kernel 18:05 -!- paulf [~paulf@2a01:cb15:8545:7700:62cf:84ff:fe81:caec] has joined #openbsd 18:11 -!- uwharrie [~uwharrie@user/uwharrie] has quit [Ping timeout: 264 seconds] 18:12 -!- ZHuangZi [~ZHuangZi@user/ZhuangZi] has quit [Quit: leaving] 18:17 -!- psydroid2 [~psydroid@user/psydroid] has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/] 18:17 -!- psydroid2 [~psydroid@user/psydroid] has joined #openbsd 18:39 -!- mlw [~mlw@41.73.193.26] has quit [Quit: leaving] 18:39 -!- IAgainstI [~themis@user/IAgainstI] has quit [Quit: leaving] 18:46 -!- zimmer__ [~zimmer@user/zimmer] has joined #openbsd 18:58 -!- hitest [~hitest@user/hitest] has joined #openbsd 19:00 -!- memset_ [~memset@gateway/tor-sasl/memset] has joined #openbsd 19:01 -!- paulf [~paulf@2a01:cb15:8545:7700:62cf:84ff:fe81:caec] has quit [Quit: Client closed] 19:02 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 19:06 -!- duri [~mduregon@97-120-53-115.ptld.qwest.net] has quit [Quit: leaving] 19:06 -!- duri [~mduregon@97-120-53-115.ptld.qwest.net] has joined #openbsd 19:07 -!- skippy8 [~skippy8@user/Skippy8] has joined #openbsd 19:11 -!- zcram [~zcram@user/zcram] has quit [Quit: Do the right thing!] 19:20 -!- ivdsangen [~ivo@83-82-34-145.cable.dynamic.v4.ziggo.nl] has quit [Quit: leaving] 19:31 -!- empee [~empee@mail.xmpe.de] has quit [Quit: WeeChat 4.7.1] 19:32 -!- hotsoup_ [~hotsoup@user/hotsoup] has joined #openbsd 19:34 -!- hotsoup [~hotsoup@user/hotsoup] has quit [Ping timeout: 248 seconds] 19:38 -!- polarian [~polarian@2001:8b0:57a:2385:216:3eff:fefd:34cc] has quit [Excess Flood] 19:41 -!- polarian [~polarian@2001:8b0:57a:2385:216:3eff:fefd:34cc] has joined #openbsd 19:42 -!- empee [~empee@mail.xmpe.de] has joined #openbsd 19:46 -!- Rue [~rue@118.150.113.73] has quit [Quit: WeeChat 4.7.1] 19:46 -!- fspax [~fspax@46.148.130.252] has joined #openbsd 19:51 -!- kris_ [~kris_@user/kris-:46098] has quit [Ping timeout: 272 seconds] 19:55 -!- crb [~crb@23-93-251-120.dedicated.static.sonic.net] has quit [Quit: Leaving] 19:57 < Hobbes`> Got the kernel to load from EFI but it fails because there's no config specifying the root / consol etc. Anyone know the EFI commands to configure those? 19:57 -!- elagost [~elagost@user/elagost] has quit [Quit: WeeChat 4.6.3] 19:59 -!- angeld [8cd35c0812@layka.disroot.org] has quit [Remote host closed the connection] 20:00 -!- elagost [~elagost@user/elagost] has joined #openbsd 20:03 -!- polarian_ [~polarian@2001:8b0:57a:2385:216:3eff:fefd:34cc] has joined #openbsd 20:04 -!- polarian [~polarian@2001:8b0:57a:2385:216:3eff:fefd:34cc] has quit [Ping timeout: 244 seconds] 20:04 -!- polarian_ is now known as polarian 20:04 -!- hitest [~hitest@user/hitest] has quit [Quit: Leaving] 20:06 -!- crb [~crb@23-93-251-120.dedicated.static.sonic.net] has joined #openbsd 20:06 -!- kris_ [~kris_@user/kris-:46098] has joined #openbsd 20:21 -!- uwharrie [~uwharrie@user/uwharrie] has joined #openbsd 20:21 -!- oxzi [~oxzi@marohu.lurk.space] has quit [Quit: WeeChat] 20:22 -!- rc [~rc@user/rc] has joined #openbsd 20:22 -!- fspax [~fspax@46.148.130.252] has quit [Quit: Lost terminal] 20:31 -!- lotsen [~Lotsen@user/Lotsen] has quit [Quit: Leaving] 20:31 -!- Lotsen_ [~Lotsen@user/Lotsen] has joined #openbsd 20:31 -!- Lotsen_ is now known as Lotsen 20:32 -!- Not_Revan [~Not_Revan@pool-173-62-255-140.phlapa.fios.verizon.net] has joined #openbsd 20:32 -!- Not_Revan [~Not_Revan@pool-173-62-255-140.phlapa.fios.verizon.net] has quit [Changing host] 20:32 -!- Not_Revan [~Not_Revan@user/Not-Revan:15097] has joined #openbsd 20:33 -!- Not_Revan [~Not_Revan@user/Not-Revan:15097] has quit [Client Quit] 20:34 -!- emmanuelux [~em@user/emmanuelux] has joined #openbsd 20:35 -!- joe9 [~joe@c-73-24-235-207.hsd1.az.comcast.net] has joined #openbsd 20:36 -!- oxzi [~oxzi@marohu.lurk.space] has joined #openbsd 20:38 -!- fspax [~fspax@46.148.130.252] has joined #openbsd 20:38 -!- skippy8 [~skippy8@user/Skippy8] has quit [Quit: WeeChat 4.8.1] 20:39 -!- skippy8 [~skippy8@user/Skippy8] has joined #openbsd 20:39 -!- memset_ [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 20:40 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 20:41 -!- joe9 [~joe@c-73-24-235-207.hsd1.az.comcast.net] has quit [Quit: leaving] 20:45 < thenightmail> alright instead of working on anki, I found a flashcard program that I would rather contribute to ports. haven't looked into this too much, but it would make a nice first project for me starting to use OpenBSD. 20:46 -!- bagatur [~bagatur@user/bagatur] has quit [Ping timeout: 255 seconds] 20:48 < humm> what’s it called? 20:48 < thenightmail> vocage 20:48 < thenightmail> let me know if there is something else I ought to know about 20:50 < morpho> does it compile 20:56 -!- mexen [uid495612@user/mexen] has quit [] 21:00 -!- shadowtux [~shadowtux@user/meow/shadowtux] has quit [Quit: The Lounge - https://thelounge.chat] 21:00 -!- shadowtux [~shadowtux@user/meow/shadowtux] has joined #openbsd 21:06 -!- uncleyear [~ian@178.66.158.141] has quit [Ping timeout: 256 seconds] 21:06 -!- skippy8 [~skippy8@user/Skippy8] has quit [Quit: WeeChat 4.8.1] 21:07 -!- memset_ [~memset@gateway/tor-sasl/memset] has joined #openbsd 21:09 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 21:10 -!- rcttts [~rcttts@user/rcttts] has quit [Remote host closed the connection] 21:11 -!- psydroid2 [~psydroid@user/psydroid] has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/] 21:15 -!- vdamewood [~vdamewood@fedora/vdamewood] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 21:20 -!- akinji [~akinji@user/akinji] has quit [Ping timeout: 265 seconds] 21:20 -!- lusciouslover [~luscious@user/lusciouslover] has quit [Quit: nicht dran zu denken] 21:22 -!- henrik [~henrik@ira.affekt.org] has quit [Quit: WeeChat 4.9.0] 21:23 -!- henrik [~henrik@ira.affekt.org] has joined #openbsd 21:23 -!- rcttts [~rcttts@user/rcttts] has joined #openbsd 21:24 -!- tylerius [~tylerius@user/tylerius] has quit [Quit: tylerius] 21:25 -!- librecat [uid714233@id-714233.helmsley.irccloud.com] has quit [Quit: Connection closed for inactivity] 21:28 -!- tangentnet [~tangentne@user/tangentnet] has joined #openbsd 21:29 -!- lusciouslover [~luscious@user/lusciouslover] has joined #openbsd 21:30 -!- pfc [~pfc@user/pfc] has quit [Ping timeout: 244 seconds] 21:36 -!- megawatt [~megawatt@user/megawatt] has left #openbsd [] 21:39 -!- fspax [~fspax@46.148.130.252] has quit [Ping timeout: 248 seconds] 21:49 -!- fspax [~fspax@46.148.130.252] has joined #openbsd 21:51 -!- grimpeux [~grimpeux@modemcable116.16-178-173.mc.videotron.ca] has quit [Quit: Ping timeout (120 seconds)] 21:51 -!- grimpeux [~grimpeux@modemcable116.16-178-173.mc.videotron.ca] has joined #openbsd 21:57 -!- bagatur [~bagatur@user/bagatur] has joined #openbsd 21:59 -!- polarian [~polarian@2001:8b0:57a:2385:216:3eff:fefd:34cc] has quit [Quit: Polarian has disappeared] 22:02 -!- jcs [~jcs@user/jcs] has joined #openbsd 22:02 -!- polarian [~polarian@znc.polarian.dev] has joined #openbsd 22:08 -!- km [~km@c978F5BC1.dhcp.as2116.net] has quit [Quit: WeeChat 4.8.2] 22:15 -!- huy [~huy@5.48.202.12] has quit [Ping timeout: 272 seconds] 22:17 -!- memset_ [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 22:22 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 22:24 -!- fspax [~fspax@46.148.130.252] has quit [Ping timeout: 245 seconds] 22:24 -!- huy [~huy@5.48.202.12] has joined #openbsd 22:28 < schalken> thenightmail: +1 on wanting flashcard options on openbsd 22:28 -!- tvtoon [~The_cUnix@user/tvtoon] has joined #openbsd 22:30 -!- fspax [~fspax@46.148.133.131] has joined #openbsd 22:32 < thrig> somewhat unsupported gemini://thrig.me/tmp/krefu.tar.gz 22:34 -!- fspax [~fspax@46.148.133.131] has quit [Ping timeout: 255 seconds] 22:34 -!- ozeqa [~bmo@70.24.234.136] has joined #openbsd 22:36 -!- fspax [~fspax@46.148.130.252] has joined #openbsd 22:45 -!- km [~km@c978F5BC1.dhcp.as2116.net] has joined #openbsd 22:47 -!- paulgupta [xgpt@user/xgpt] has joined #openbsd 22:48 -!- zoraj_ [~zoraj@102.113.122.79] has quit [Ping timeout: 245 seconds] 22:49 -!- DarkTaffy [~oldben@user/Old-Ben-Jabroni] has quit [Ping timeout: 276 seconds] 22:50 -!- DarkTaffy [~oldben@user/Old-Ben-Jabroni] has joined #openbsd 22:52 -!- zoraj [~zoraj@102.113.87.83] has joined #openbsd 22:53 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 22:53 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 22:54 -!- fro [fro@humpty.dance] has quit [Remote host closed the connection] 22:55 -!- aiub [~aiub@user/aiub-1:38606] has joined #openbsd 22:55 < ffuentes> sorry what's that? I'm intrigued lol 22:57 -!- ozeqa [~bmo@70.24.234.136] has quit [Ping timeout: 272 seconds] 23:01 -!- dv^_^ [~dv@2a01:4f8:c0c:b9f4::1] has quit [Quit: dv^_^] 23:01 -!- sonya [~nologin@gateway/tor-sasl/sonya] has quit [Remote host closed the connection] 23:02 -!- ozeqa [~bmo@70.24.234.136] has joined #openbsd 23:03 -!- dv^_^ [~dv@2a01:4f8:c0c:b9f4::1] has joined #openbsd 23:03 -!- fro [fro@humpty.dance] has joined #openbsd 23:03 -!- vados [~vados@46-133-44-55.mobile.vf-ua.net] has quit [Read error: Connection reset by peer] 23:04 -!- fspax [~fspax@46.148.130.252] has quit [Ping timeout: 244 seconds] 23:10 -!- mbuhl [~mbuhl@user/mbuhl] has quit [Remote host closed the connection] 23:12 -!- mbuhl [~mbuhl@user/mbuhl] has joined #openbsd 23:17 < quinq> Something that should just be gopher 23:18 -!- vados [~vados@31.144.93.210] has joined #openbsd 23:18 -!- sdds [~sdds@user/sdds] has joined #openbsd 23:22 -!- tdvn [~tdvn@12.175.69.66] has quit [Read error: Connection reset by peer] 23:22 -!- chilledfrogs [~chilledfr@176.133.210.176] has quit [Ping timeout: 244 seconds] 23:31 -!- fcn0 [~fcn@88.230.162.132] has quit [Ping timeout: 255 seconds] 23:31 < oldlaptop> they have reasonable arguments for replacing gopher, I'd say 23:43 -!- uwharrie [~uwharrie@user/uwharrie] has quit [Ping timeout: 255 seconds] 23:51 -!- chilledfrogs [~chilledfr@static-176-185-214-4.axione.abo.bbox.fr] has joined #openbsd 23:53 < quinq> Problem is, like often, the pseudo replacement is worth in many aspects, without actually solving the pseudo issues 23:53 < quinq> And HTTP already exists 23:59 -!- fcn0 [~fcn@88.230.163.62] has joined #openbsd --- Log closed Tue May 12 00:00:24 2026