--- Log opened Thu May 15 00:00:25 2025 00:00 -!- oraculo [~mirc-rc@179.152.250.79] has quit [Ping timeout: 252 seconds] 00:02 < passstab> tvtoon: I'm guessing I shouldn't try to correct that? 00:03 < farhan> dlg: Why is it doing it multiple times in a loop? I'm unclear on that part. 00:04 -!- nodelay [~zack@user/nodelay] has quit [Ping timeout: 244 seconds] 00:04 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 00:06 < rcf> passstab: does fdisk identify it correctly, at least? 00:07 < passstab> rcf: yes 00:07 < mischief> farhan: there could (in theory) be multiple rx transfers in flight, but it seems in this case there's only 1 rx buffer.. haha. 00:11 < tvtoon> if you got some Lenovo, Dell, Acer, HP or whatever with Windows, better change everything as soon as you can, however I think changing the partition type will be harmless 00:13 < passstab> tvtoon: This one is a p14s gen 5, the other is a t480. 00:13 < passstab> The disk on here was transfered from a t14 gen 3. 00:14 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 248 seconds] 00:16 < tvtoon> thinkpad? 00:16 < passstab> yes 00:17 < passstab> both 00:18 < rcf> passstab: so, the protective MBR has a GPT with type EE, and the GPTs have an 'EFI Sys'? I think you can check that with fdisk -v 00:20 < passstab> rcf: It has ID EE 00:21 < rcf> So that's standard. 00:21 < passstab> It also says EFI GPT at the end of the line 00:22 < passstab> 0: EE 0 0 2 - 121601 80 63 [ 1: 1953525167 ] EFI GPT 00:30 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 00:30 < passstab> Another question, I'm trying to set up a machine as a ChromeOS clone with OpenBSD under the hood. What WM would would you all suggest? 00:30 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 00:31 -!- afresh1 [~afresh1@us.holligan.net] has quit [Ping timeout: 276 seconds] 00:33 < rcf> passstab: and you have EFI Sys under the GPT section? Because that should be enough for the disklabel to show it as msdos, at least. 00:33 -!- tozhu [~tozhu@221.237.139.182] has quit [Quit: tozhu] 00:34 < rcf> As for ChromeOS... I've not used it in a very long time, unfortunately. 00:35 < passstab> I'm sorry you see that as unfortunate... 00:35 < passstab> What do you mean GPT section? 00:36 < rcf> fdisk -v will give you Primary GPT and Secondary GPT. They should match, and one of the partitions should have type 'EFI Sys' 00:37 < rcf> That's what triggers the disklabel spoofing to describe it as msdos, rather than something unknown. 00:38 < passstab> I see that they match and say EFI. 00:39 < passstab> Also has "Attributes: (0x8000000000000001) Required MSNoAutoMount" 00:40 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 00:40 -!- schalken [~schalken@117-118-178-69.gci.net] has quit [Ping timeout: 265 seconds] 00:43 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 00:44 -!- tozhu [~tozhu@221.237.139.182] has joined #openbsd 00:47 -!- schalken [~schalken@117-118-178-69.gci.net] has joined #openbsd 00:47 -!- afresh1 [~afresh1@us.holligan.net] has joined #openbsd 00:49 -!- naoki [~Thunderbi@240f:10b:7440:1:d508:39:51c1:3aba] has joined #openbsd 00:49 < rcf> As long as it's EFI Sys, it should be working. If it's just EFI, that's rather weird; my reading of the code says it should just list the UUID at that point 00:51 < passstab> Should I try to remove that attribute? 00:51 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 00:51 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 00:53 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Remote host closed the connection] 00:53 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 00:57 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 01:05 < rcf> passstab: ah, OK. Apparently you'd have to remove the Required attribute to get it to show up in disklabel properly 01:06 < passstab> I was just looking into that, how do I change it? 01:06 < passstab> rcf: 01:07 -!- tozhu [~tozhu@221.237.139.182] has quit [Quit: tozhu] 01:09 < rcf> passstab: enter fdisk's command mode (-e), and you can set the attributes with the flag command. 01:11 < rcf> You'd want 0x8000000000000000 (I think that's the right number of zeroes) -- this keeps the MSNoAutoMount (which is usually desirable if you boot Windows), but clears Required. 01:13 < passstab> sd0*: 1> flag 0 800000000000000 01:13 < passstab> Partition 0 flag value set to 0x2d79883d20000. 01:13 < passstab> Did I just skrew it up? 01:13 < rcf> The 0x is important. 01:13 < passstab> rcf: 01:14 < passstab> That looks better 01:14 < rcf> It's a bit field, not a random number. 01:15 < passstab> I fixed it, and it looks better. 01:16 < rcf> Then write, reboot, and see if you have an msdos device again. 01:17 < passstab> oh, I need to write. I was just wondering why fdisk -v didn't change. 01:19 < passstab> rcf: just repeated that with the write, and no change. 01:20 < passstab> Do I need to reboot before fdisk -v will change? 01:20 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 01:21 < passstab> oh, wait, no, the ending 1 is gone! 01:22 < rcf> The 1 is Required, so you should be good. Hopefully. 01:23 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 01:24 < passstab> sd0i is still unknown as per diskpart 01:24 < rcf> I think you need disklabel -c to have it reread it from disk. 01:25 -!- reset [~reset@user/reset] has quit [Quit: reset] 01:26 < passstab> rcf: no change 01:29 * rcf checks some things.... 01:30 -!- rcf [rcf@alps.edemeumasinus.online] has quit [Quit: WeeChat 4.5.2] 01:30 < passstab> To be specific, that is to say I tried 01:30 < passstab> doas disklabel -c sd0 01:30 < passstab> and i is still unknown 01:33 -!- rcf [rcf@alps.edemeumasinus.online] has joined #openbsd 01:34 -!- lantern [~lantern@216.164.243.105] has joined #openbsd 01:34 -!- lantern is now known as mewt 01:35 < mewt> Hi, interested in when the armv7 packages for 7.7 are likely to be done. I guess this says unofficial so it may not be known 01:35 < mewt> They seem to be about the last thing left, and I stupidly upgraded to 7.7 believing the release meant pkgs were ready 01:35 < mewt> last architcture, rather 01:36 < rcf> passstab: ...and yet when I try to reproduce this, having Required set doesn't actually make a difference. I guess https://github.com/openbsd/src/blob/master/sys/kern/subr_disk.c#L645 was lying to me this whole time. 01:37 -!- horsegoosemeth_ [~horsegoos@user/horsegoosemeth] has joined #openbsd 01:37 -!- horsegoosemeth_ [~horsegoos@user/horsegoosemeth] has quit [Max SendQ exceeded] 01:38 -!- Aedil [~adrian@188.193.3.19] has quit [Ping timeout: 244 seconds] 01:38 -!- horsegoosemeth_ [~horsegoos@user/horsegoosemeth] has joined #openbsd 01:39 -!- horsegoosemeth_ [~horsegoos@user/horsegoosemeth] has quit [Client Quit] 01:40 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 01:42 < passstab> doas disklabel -c sd0 01:43 < passstab> sorry, didn't mean to paste that time 01:43 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has joined #openbsd 01:43 -!- mewt [~lantern@216.164.243.105] has quit [Read error: Connection reset by peer] 01:43 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 01:44 -!- mewt [~lantern@216.164.243.105] has joined #openbsd 02:09 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Remote host closed the connection] 02:09 -!- ixc [~x@user/ixc] has quit [Read error: Connection reset by peer] 02:09 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has joined #openbsd 02:11 -!- horsegoosemeth_ [~horsegoos@user/horsegoosemeth] has joined #openbsd 02:12 -!- horsegoosemeth_ [~horsegoos@user/horsegoosemeth] has quit [Max SendQ exceeded] 02:12 -!- horsegoosemeth_ [~horsegoos@user/horsegoosemeth] has joined #openbsd 02:14 -!- ixc [~x@user/ixc] has joined #openbsd 02:14 -!- passstab [~passstab@71.224.209.64] has quit [Quit: Lost terminal] 02:14 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Ping timeout: 245 seconds] 02:15 -!- horsegoosemeth_ [~horsegoos@user/horsegoosemeth] has quit [Remote host closed the connection] 02:16 -!- horsegoosemeth_ [~horsegoos@user/horsegoosemeth] has joined #openbsd 02:16 -!- horsegoosemeth_ [~horsegoos@user/horsegoosemeth] has quit [Max SendQ exceeded] 02:16 -!- tozhu [~tozhu@223.87.244.17] has joined #openbsd 02:17 -!- horsegoosemeth_ [~horsegoos@user/horsegoosemeth] has joined #openbsd 02:18 -!- horsegoosemeth_ [~horsegoos@user/horsegoosemeth] has quit [Remote host closed the connection] 02:21 -!- tozhu [~tozhu@223.87.244.17] has quit [Client Quit] 02:23 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has joined #openbsd 02:27 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Client Quit] 02:28 -!- tozhu [~tozhu@223.87.244.17] has joined #openbsd 02:31 -!- bradd [~quassel@user/bradd] has quit [Remote host closed the connection] 02:31 -!- tozhu [~tozhu@223.87.244.17] has quit [Client Quit] 02:33 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 02:33 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 02:33 -!- bradd [~quassel@user/bradd] has joined #openbsd 02:35 -!- tozhu [~tozhu@223.87.244.17] has joined #openbsd 02:40 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 02:42 -!- Twiggie [~Twiggie@user/Twiggie] has quit [Remote host closed the connection] 02:42 -!- zero-xray [~nonlinear@user/nonlinear] has joined #openbsd 02:43 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 02:48 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Quit: Konversation terminated!] 02:48 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 02:53 -!- zip100 [~zip100@185.213.155.192] has joined #openbsd 02:54 -!- _zip100 [~zip100@185.213.155.211] has quit [Ping timeout: 276 seconds] 02:56 -!- edthix [~Thunderbi@115.132.140.246] has joined #openbsd 03:05 -!- Bradipo [~Bradipo@50.77.44.29] has quit [Quit: Lost terminal] 03:06 -!- tvtoon [~The_cUnix@user/tvtoon] has quit [Quit: "Doodly"] 03:20 -!- bket [~bket@user/bket] has quit [Read error: Connection reset by peer] 03:20 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 03:20 -!- bket_ [~bket@user/bket] has joined #openbsd 03:23 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 03:27 -!- bket_ is now known as bket 03:35 -!- znedw4 [~znedw@2400:a846:4040::f61] has quit [Ping timeout: 272 seconds] 03:39 -!- macabro` [~user@181.209.233.38] has joined #openbsd 03:39 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 260 seconds] 03:40 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 03:41 -!- macabro [~user@user/monkey/x-0691028] has quit [Ping timeout: 268 seconds] 03:43 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 03:49 -!- znedw4 [~znedw@2400:a846:4040::f61] has joined #openbsd 03:54 -!- Whistler [uid479003@user/whistler] has quit [Quit: Connection closed for inactivity] 03:56 -!- FenderQ [~fenderq@user/fenderq] has joined #openbsd 04:00 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 04:00 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 04:03 -!- nodelay [~zack@user/nodelay] has joined #openbsd 04:07 -!- user21 [~user21@71.203.62.57] has quit [Ping timeout: 260 seconds] 04:25 -!- Old-Ben-Jabroni [~oldben@user/Old-Ben-Jabroni] has quit [Remote host closed the connection] 04:25 -!- Old-Ben-Jabroni [~oldben@user/Old-Ben-Jabroni] 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:36 -!- cqst_ [~cqst@user/cqst] has joined #openbsd 04:36 -!- cqst [~cqst@user/cqst] has quit [Ping timeout: 252 seconds] 04:36 -!- cqst_ is now known as cqst 04:39 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has joined #openbsd 04:40 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 04:43 -!- Aedil [~adrian@188.193.3.19] has joined #openbsd 04:43 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 04:51 -!- manwithluck [~manwithlu@2a09:bac5:5084:2387::38a:39] has quit [Ping timeout: 276 seconds] 04:51 -!- manwithluck [~manwithlu@2a09:bac5:5084:2387::38a:3b] has joined #openbsd 05:00 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 05:02 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 245 seconds] 05:03 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 05:04 -!- sjg [~sjg@user/sjg] has joined #openbsd 05:14 -!- sdds [~sdds@user/sdds] has joined #openbsd 05:14 -!- SiFuh_ [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 05:14 -!- SiFuh_ [~SiFuh@user/sifuh] has joined #openbsd 05:20 -!- sdds [~sdds@user/sdds] has quit [Remote host closed the connection] 05:20 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 05:21 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 05:41 -!- daugaard [~daugaard@user/daugaard] has joined #openbsd 05:49 -!- ZLima12 [~zlima12@user/meow/ZLima12] has quit [] 05:52 -!- Maccampus [~textual@ptr-1w54zltwt0bxmxbf5bq.18120a2.ip6.access.telenet.be] has joined #openbsd 05:57 -!- Maccampus [~textual@ptr-1w54zltwt0bxmxbf5bq.18120a2.ip6.access.telenet.be] has quit [Ping timeout: 265 seconds] 06:00 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 06:01 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 06:01 -!- Old-Ben-Jabroni [~oldben@user/Old-Ben-Jabroni] has quit [Remote host closed the connection] 06:02 -!- Old-Ben-Jabroni [~oldben@user/Old-Ben-Jabroni] has joined #openbsd 06:11 -!- Aedil [~adrian@188.193.3.19] has quit [Quit: leaving] 06:13 -!- ZLima12 [~zlima12@user/meow/ZLima12] has joined #openbsd 06:17 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 06:18 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 06:19 -!- shiranaihito_ [~shiranaih@ppp-171-96-204-185.revip8.asianet.co.th] has joined #openbsd 06:20 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 06:22 -!- naoki [~Thunderbi@240f:10b:7440:1:d508:39:51c1:3aba] has quit [Quit: naoki] 06:23 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 06:26 -!- cantelope [uid598105@id-598105.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 06:28 -!- sonya [~nologin@gateway/tor-sasl/sonya] has joined #openbsd 06:34 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 06:39 -!- o0x1eef [~user@user/o0x1eef] has quit [Read error: Connection reset by peer] 06:39 -!- o0x1eef [~user@user/o0x1eef] has joined #openbsd 06:40 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 06:40 -!- shreven [~shreven@user/shreven] has quit [Ping timeout: 248 seconds] 06:41 -!- itchy [~mr@user/itchy] has quit [Ping timeout: 260 seconds] 06:43 -!- itchy [~mr@user/itchy] has joined #openbsd 06:43 -!- adip [~adip@c145-14.icpnet.pl] has joined #openbsd 06:43 -!- shreven [~shreven@user/shreven] has joined #openbsd 06:43 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 06:52 -!- Guest47 [~textual@49.43.100.108] has joined #openbsd 06:53 -!- CosmicDJ [~cosmicdj@p200300e24f183f0102e04cfffe01e7ab.dip0.t-ipconnect.de] has joined #openbsd 07:05 -!- chorc [~chorc@user/chorc] has quit [Quit: ZNC 1.9.1 - https://znc.in] 07:05 -!- ewig [~ewig@user/ewig] has joined #openbsd 07:06 -!- chorc [~chorc@user/chorc] has joined #openbsd 07:08 -!- comradeCrow [~comradeCr@99-110-128-132.lightspeed.irvnca.sbcglobal.net] has quit [Remote host closed the connection] 07:09 -!- mexen [uid495612@user/mexen] has quit [Quit: Connection closed for inactivity] 07:16 -!- user21 [~user21@71.203.62.57] has joined #openbsd 07:18 -!- anelli [~noodle@user/macarona] has joined #openbsd 07:18 -!- comradeCrow [~comradeCr@99-110-128-132.lightspeed.irvnca.sbcglobal.net] has joined #openbsd 07:19 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 252 seconds] 07:20 -!- parsee [~parsee@2601:58b:200:1f39::9af] has quit [Remote host closed the connection] 07:20 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 07:21 -!- parsee [~parsee@2601:58b:200:1f39::9af] has joined #openbsd 07:21 -!- reight [~reight@user/reight] has quit [Quit: reight] 07:22 -!- reight [~reight@user/reight] has joined #openbsd 07:23 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 07:26 -!- user21 [~user21@71.203.62.57] has quit [Ping timeout: 252 seconds] 07:28 -!- chrisz [w9zfvlisde@195.52.177.41] has joined #openbsd 07:28 < ssm_> shithub is going to start rate limiting repo fetches for users without accounts. this seems bad for ports bulk builds. 07:30 < ssm_> multibillion corp can't handle traffic they've successfully handled for decade(s), my tells me there's something they want from the tracking that comes from account usage 07:32 -!- jlavsund [~jlavsund@2.66.47.141.mobile.tre.se] has joined #openbsd 07:33 < ssm_> the actual blogpost. http fetches are going to be rate limited, but of course you can't do ssh fetches without an account https://github.blog/changelog/2025-05-08-updated-rate-limits-for-unauthenticated-requests/ 07:34 < FenderQ> ssm_: I have faith in the OpenBSD devs at adapting to these kind of problems created 07:35 < IcePic> ssm_: you could still use "deploy keys" or something for your scriptet pulls 07:35 < FenderQ> :) 07:39 -!- parsee [~parsee@2601:58b:200:1f39::9af] has quit [Quit: parsee] 07:40 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 07:41 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 07:41 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Read error: Connection reset by peer] 07:43 -!- Aedil [~adrian@188.193.3.19] has joined #openbsd 07:45 < ssm_> IcePic: I was thinking a set of preinstalled keys for ~50 accounts stored in ${PORTSDIR}/infrastructure where a random one (or some other distribution) gets pulled during fetch/dist targets 07:46 -!- bradd [~quassel@user/bradd] has quit [Remote host closed the connection] 07:46 < ssm_> or http fetches over open proxies, we love MITM attacks 07:48 -!- bradd [~quassel@user/bradd] has joined #openbsd 07:49 -!- Lucanis [~lucanis@user/lucanis] has joined #openbsd 07:49 < anelli> this is sad. microsoft is tryna kill everything slowly 07:49 < ssm_> there's some popular image of an astronaut floating behind another astronaut with a gun for this sort of thing 07:49 < anelli> lmao yeah 07:50 < IcePic> my guess is that scraping bots is hurting gh just as they do for lots of other sites that generate output 07:51 < anelli> add screenshot of https://en.wikipedia.org/wiki/Microsoft_acquisitions to the meme :b 07:52 < anelli> IcePic: good for them if that's the case. they scrapped code first to feed their pilot thingie 07:52 < ssm_> turd polishing never before seen 07:52 < IcePic> sure, just my view as opposed to "they want to track us" also suggested 07:54 -!- henrix [~henrix@user/henrix] has quit [Quit: leaving] 07:54 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 07:55 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 07:55 < IcePic> given that we know lots of sites have had to make measures to stop bots from asking "please list all diffs between v1.23234 and v1.4587457" for all possible versions, it seems likely that gh also are hit by this on all publically reachable repos 07:57 < mischief> > The primary rate limit for unauthenticated requests is 60 requests per hour. 07:57 < mischief> unless git clones somehow count as multiple requests, i highly doubt you will ever hit this building ports 07:58 < mischief> (maybe if you only fetch and dont build?) 07:58 -!- user21 [~user21@71.203.62.57] has joined #openbsd 07:59 -!- henrix [~henrix@user/henrix] has joined #openbsd 08:01 -!- typicat [~iam@user/typicat] has quit [Ping timeout: 252 seconds] 08:01 < ssm_> dpb for large ports can pull in hundreds of packages, many of which come from github. I could see that rate limit being hit very easily, even for some smaller bulk builds 08:02 < IcePic> so I guess if a bot gets to the history of a single file, like https://github.com/openbsd/src/commits/master/Makefile and then "presses" each individual commit to list what it changes, there will be a lot of cpu churn for gh to calculate the differences, and caching it for GH wide will just not be possible 08:02 < ssm_> I'm not educated in webshit enough to know if the blogpost included ratelimiting things like fetches from archived releases 08:02 -!- typicat [~iam@user/typicat] has joined #openbsd 08:03 -!- daugaard [~daugaard@user/daugaard] has joined #openbsd 08:08 < IcePic> perhaps "asset" downloads isnt in the list they say is affected, "These changes will apply to operations like cloning repositories over HTTPS, anonymously interacting with our REST APIs, and downloading files from raw.githubusercontent.com" 08:08 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 244 seconds] 08:08 < IcePic> or does ports often checkout gh and build from that? 08:08 -!- fturco [~fturco@user/fturco] has joined #openbsd 08:20 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 08:22 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 08:22 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 08:23 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 08:29 -!- xx [~xx@user/xx] has joined #openbsd 08:33 -!- rgz [uid670983@user/rgz] has joined #openbsd 08:35 -!- xet7 [~xet7@user/xet7] has quit [Ping timeout: 252 seconds] 08:37 -!- raspbeguy [~raspbeguy@wireguard/tunneler/raspbeguy] has quit [Ping timeout: 252 seconds] 08:39 -!- raspbeguy [~raspbeguy@wireguard/tunneler/raspbeguy] has joined #openbsd 08:40 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 08:41 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 08:46 -!- apac [~alexander@user/apac] has joined #openbsd 08:47 -!- xet7 [~xet7@user/xet7] has joined #openbsd 08:51 < anelli> IcePic: just tried a port and it fetched https://github.com/s-macke/SAM/archive/a7b36efac730957b59471a42a45fd779f94d77dd.tar.gz this is for a commit tho. it generates it ig 08:51 < anelli> i think it does different things dependning on if it's a version 08:53 -!- xx [~xx@user/xx] has quit [Ping timeout: 264 seconds] 08:53 -!- xx [~xx@user/xx] has joined #openbsd 08:54 < anelli> the other method is SITES=https://github.com/acct/project/releases/download/relname/ 08:56 < anelli> so it hits /archive/ for commits or tags, or /releases/ for releases from https://www.openbsd.org/faq/ports/guide.html#PortsChecklist 08:57 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 08:59 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 09:00 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 09:01 < IcePic> yeah, I guess sometimes a port must use a commit instead of a release, even if it is technically worse for the checksumming to be stable and so on 09:03 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 09:04 -!- apac [~alexander@user/apac] has quit [Ping timeout: 265 seconds] 09:08 -!- ewig [~ewig@user/ewig] has quit [Quit: ERC 5.6.1-git (IRC client for GNU Emacs 31.0.50)] 09:10 -!- ewig [~ewig@user/ewig] has joined #openbsd 09:20 < anelli> IcePic: idk it still gets sha256 summed in distinfo like normal 09:20 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 09:23 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 09:26 < IcePic> anelli: yes, but if GH changes anything in how they export from the git repo into a downloadable .tgz then the checksum will change even if the code does not 09:26 < IcePic> like if "tar" or "gzip" changes something 09:27 < anelli> fair. it's necessitiy anyways bc the SAM thing ddoesn't have releases or tags 09:27 < mewt> hrm, maybe one extra time since more people are here: how long do the armv7 packages usually take to build after a new release? Been 15d and no sign of them, which prevents me from using my beaglebone black properly on 7.7 09:32 < IcePic> in 7.6 it looks like arm pkgs were added a month later than the fast arches 09:32 < IcePic> packages are release before, so its not totally correct 09:33 < Lucas_> mewt: armv7 is a very slow arch 09:34 < IcePic> looking at 7.5 and 7.6, it seems that the prediction "30 days after the fast arches" is somewhat close, but this would imply any-day-now since the fast 7.7 packages were done Arp-11 09:34 < IcePic> Apr* 09:36 -!- shiranaihito_ [~shiranaih@ppp-171-96-204-185.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 09:40 < IcePic> seems like no report on armv7 bulk builds since Feb-1 09:40 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 09:41 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 09:41 < IcePic> and that started dec-26 and took 1M7D or so 09:51 -!- ixc [~x@user/ixc] has quit [Quit: ] 09:54 < mischief> the generated tarballs used to very unstable but i guess they improved on that 09:58 -!- ixc [~x@user/ixc] has joined #openbsd 10:00 -!- frogprog [~frogprog@user/frogprog] has quit [Read error: Connection reset by peer] 10:00 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 10:01 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 10:02 -!- frogprog [~frogprog@user/frogprog] has joined #openbsd 10:03 -!- jlavsund [~jlavsund@2.66.47.141.mobile.tre.se] has quit [Read error: Connection reset by peer] 10:07 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 10:10 -!- Guest47 [~textual@49.43.100.108] has quit [Quit: Textual IRC Client: www.textualapp.com] 10:13 < IcePic> mischief: sure, but its only one bug in tar/zlib away from changing again, doesn't have to be very malicious or anything 10:14 -!- jlavsund [~jlavsund@2.66.47.141.mobile.tre.se] has joined #openbsd 10:17 -!- kotrcka [~user@185.249.112.195] has joined #openbsd 10:20 -!- sibiria [~sibiria@user/sibiria] has quit [Ping timeout: 272 seconds] 10:20 -!- sibiria [~sibiria@user/sibiria] has joined #openbsd 10:28 -!- shiranaihito_ [~shiranaih@ppp-58-11-157-9.revip2.asianet.co.th] has joined #openbsd 10:29 -!- fturco [~fturco@user/fturco] has quit [Ping timeout: 252 seconds] 10:30 -!- _zip100 [~zip100@185.213.155.218] has joined #openbsd 10:31 -!- zip100 [~zip100@185.213.155.192] has quit [Ping timeout: 245 seconds] 10:35 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 10:46 -!- dksjd [~dksjd@178.49.152.41] has joined #openbsd 11:00 -!- deepesttoaster [~deepestto@user/deepesttoaster] has quit [Remote host closed the connection] 11:01 < jgh> d 11:01 < jgh> wups, sorry 11:03 -!- gatlinggoat [~Thunderbi@96.225.72.95] has quit [Ping timeout: 260 seconds] 11:04 -!- jlavsund [~jlavsund@2.66.47.141.mobile.tre.se] has quit [Remote host closed the connection] 11:04 -!- jlavsund [~jlavsund@2.66.47.141.mobile.tre.se] has joined #openbsd 11:06 -!- deepesttoaster [~deepestto@user/deepesttoaster] has joined #openbsd 11:08 -!- Maccampus [~textual@ptr-1w54zlsfbnclw13gtzf.18120a2.ip6.access.telenet.be] has joined #openbsd 11:14 -!- ueulo_ [~ueulo@BSN-142-140-246.dynamic.siol.net] has joined #openbsd 11:17 -!- bsdperl [~bsdperl@user/bsdperl] has quit [Quit: bsdperl] 11:19 -!- ueulo_ [~ueulo@BSN-142-140-246.dynamic.siol.net] has quit [Quit: leaving] 11:20 -!- kerzhak [~kerzhak@user/kerzhak] has quit [Remote host closed the connection] 11:20 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 11:21 -!- kerzhak [~kerzhak@user/kerzhak] has joined #openbsd 11:23 -!- ueulo [~ueulo@BSN-142-140-246.dynamic.siol.net] has joined #openbsd 11:24 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 11:33 -!- tozhu [~tozhu@223.87.244.17] has quit [Quit: tozhu] 11:36 -!- shiranaihito_ [~shiranaih@ppp-58-11-157-9.revip2.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 11:37 -!- dvl [~dvl@user/dvl] has quit [Quit: Ride fast. Take chances.] 11:37 -!- ublx [~ublx@user/ublx] has joined #openbsd 11:40 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 11:41 -!- dvl [~dvl@znc.unixathome.org] has joined #openbsd 11:41 -!- dvl [~dvl@znc.unixathome.org] has quit [Changing host] 11:41 -!- dvl [~dvl@user/dvl] has joined #openbsd 11:43 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 11:45 -!- jlavsund [~jlavsund@2.66.47.141.mobile.tre.se] has quit [Remote host closed the connection] 11:45 -!- bsdperl [~bsdperl@user/bsdperl] has joined #openbsd 11:52 -!- ueulo [~ueulo@BSN-142-140-246.dynamic.siol.net] has quit [Quit: leaving] 11:53 -!- xet7 [~xet7@user/xet7] has quit [Ping timeout: 272 seconds] 11:56 -!- yraten [~quassel@2a05:4f46:701:d900:d2a9:9669:1d0a:d1f4] has joined #openbsd 11:58 -!- gatlinggoat [~Thunderbi@172.59.212.212] has joined #openbsd 12:00 -!- feriman [~feriman@user/feriman] has joined #openbsd 12:00 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 12:03 -!- shiranaihito_ [~shiranaih@171.6.148.142] has joined #openbsd 12:04 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 12:06 -!- noone [~six@user/six] has quit [Quit: nyaa~] 12:17 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 12:19 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 12:20 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 12:20 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 12:21 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 12:26 -!- macabro` [~user@181.209.233.38] has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)] 12:32 -!- macabro` [~user@181.209.233.38] has joined #openbsd 12:32 -!- macabro` [~user@181.209.233.38] has quit [Remote host closed the connection] 12:41 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 12:43 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 12:44 -!- gatlinggoat [~Thunderbi@172.59.212.212] has quit [Ping timeout: 244 seconds] 12:45 -!- edthix [~Thunderbi@115.132.140.246] has quit [Quit: edthix] 12:54 -!- cantelope [uid598105@id-598105.hampstead.irccloud.com] has joined #openbsd 12:55 -!- Bradipo [~Bradipo@50.77.44.29] has joined #openbsd 13:00 -!- Xe [~Xe@perl/impostor/xe] has quit [Ping timeout: 245 seconds] 13:01 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 13:01 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 13:01 -!- Xe [~Xe@perl/impostor/xe] has joined #openbsd 13:04 -!- dksjd [~dksjd@178.49.152.41] has quit [Quit: Client closed] 13:04 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 13:05 -!- viq|w [~viq@user/viq] has quit [Ping timeout: 248 seconds] 13:06 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Ping timeout: 268 seconds] 13:08 -!- viq|w [~viq@user/viq] has joined #openbsd 13:14 -!- gnucode [~gnucode@user/jab] has joined #openbsd 13:20 -!- shiranaihito_ [~shiranaih@171.6.148.142] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 13:21 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 13:22 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 276 seconds] 13:24 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 13:26 -!- kerzhak_ [~kerzhak@user/kerzhak] has joined #openbsd 13:26 -!- kerzhak [~kerzhak@user/kerzhak] has quit [Ping timeout: 264 seconds] 13:27 -!- kerzhak_ is now known as kerzhak 13:27 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 13:27 -!- Slesa [~Slesa@78-11-88-211.static.ip.netia.com.pl] has joined #openbsd 13:29 -!- umgeher [~umgeher@189.79.114.197] has joined #openbsd 13:29 -!- umgeher [~umgeher@189.79.114.197] has quit [Changing host] 13:29 -!- umgeher [~umgeher@user/umgeher] has joined #openbsd 13:34 -!- feriman [~feriman@user/feriman] has joined #openbsd 13:39 -!- user21 [~user21@71.203.62.57] has quit [Ping timeout: 252 seconds] 13:39 -!- friedorange [~devi@193.138.7.145] has joined #openbsd 13:41 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 13:41 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 13:44 -!- gnucode [~gnucode@user/jab] has quit [Quit: Leaving.] 13:46 -!- Slesa [~Slesa@78-11-88-211.static.ip.netia.com.pl] has quit [Ping timeout: 265 seconds] 13:52 -!- yraten [~quassel@2a05:4f46:701:d900:d2a9:9669:1d0a:d1f4] has left #openbsd [] 13:54 -!- xet7 [~xet7@user/xet7] has joined #openbsd 13:54 -!- luna [~luna@90-227-72-210-no600.tbcn.telia.com] has joined #openbsd 14:01 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 14:04 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 14:05 -!- shiranaihito_ [~shiranaih@ppp-171-96-204-185.revip8.asianet.co.th] has joined #openbsd 14:26 -!- Xe [~Xe@perl/impostor/xe] has quit [Quit: ZNC 1.9.1 - https://znc.in] 14:26 -!- apac [~alexander@user/apac] has joined #openbsd 14:30 -!- luna [~luna@90-227-72-210-no600.tbcn.telia.com] has left #openbsd [] 14:31 -!- Xe [~Xe@perl/impostor/xe] has joined #openbsd 14:33 -!- CrashOverride [~strcat@p54855153.dip0.t-ipconnect.de] has joined #openbsd 14:46 -!- Shsl-Junko-POSER [~Shsl-Junk@50.235.208.178] has joined #openbsd 14:46 -!- Shsl-Junko-POSER [~Shsl-Junk@50.235.208.178] has quit [Write error: Broken pipe] 14:46 -!- Shsl-Junko-POSER [~Shsl-Junk@50.235.208.178] has joined #openbsd 14:48 -!- Shsl-Junko-POSER [~Shsl-Junk@50.235.208.178] has quit [Client Quit] 14:48 -!- Shsl-Junko-POSER [~Shsl-Junk@50.235.208.178] has joined #openbsd 14:48 -!- user71 [~user71@2001:1530:1001:ed0f:280:cb:2d84:84e8] has joined #openbsd 14:51 -!- gatlinggoat [~Thunderbi@172.59.208.116] has joined #openbsd 14:57 -!- Shsl-Junko-POSER [~Shsl-Junk@50.235.208.178] has quit [Quit: Client closed] 14:58 -!- Shsl-Junko-POSER [~Shsl-Junk@50.235.208.178] has joined #openbsd 15:01 -!- Shsl-Junko-POSER [~Shsl-Junk@50.235.208.178] has quit [Client Quit] 15:05 -!- gnucode [~gnucode@user/jab] has joined #openbsd 15:05 -!- gnucode [~gnucode@user/jab] has quit [Client Quit] 15:08 -!- Michelle [~michelle@gate.mhix.org] has quit [Read error: Connection reset by peer] 15:09 -!- Michelle [~michelle@gate.mhix.org] has joined #openbsd 15:10 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has quit [Ping timeout: 248 seconds] 15:10 -!- alx_ [~alx@195.15.28.34] has quit [Ping timeout: 248 seconds] 15:10 -!- PyR3X [~PyR3X@user/pyr3x] has quit [Ping timeout: 252 seconds] 15:10 -!- durian_distro [~durian_di@user/durian-distro:13436] has quit [Ping timeout: 272 seconds] 15:10 -!- PyR3X [~PyR3X@user/pyr3x] has joined #openbsd 15:11 -!- durian_distro [~durian_di@user/durian-distro:13436] has joined #openbsd 15:11 -!- p9t1 [~stian@blabla.sletner.com] has quit [Ping timeout: 248 seconds] 15:11 -!- tuplario [~tuplario@user/tuplario] has quit [Ping timeout: 272 seconds] 15:11 -!- p9t1 [~stian@blabla.sletner.com] has joined #openbsd 15:11 -!- C-Keen [cckeen@krieg.pestilenz.org] has quit [Ping timeout: 252 seconds] 15:11 -!- C-Keen [cckeen@krieg.pestilenz.org] has joined #openbsd 15:11 -!- umgeher [~umgeher@user/umgeher] has quit [Ping timeout: 272 seconds] 15:11 -!- BasketCase [~BasketCas@syn-097-102-170-019.res.spectrum.com] has quit [Ping timeout: 272 seconds] 15:12 -!- BasketCase [~BasketCas@syn-097-102-170-019.res.spectrum.com] has joined #openbsd 15:12 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 248 seconds] 15:12 -!- thrig [~thrig@c-73-221-177-233.hsd1.wa.comcast.net] has quit [Ping timeout: 248 seconds] 15:12 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has joined #openbsd 15:12 -!- sjg [~sjg@user/sjg] has joined #openbsd 15:12 -!- thrig [~thrig@c-73-221-177-233.hsd1.wa.comcast.net] has joined #openbsd 15:12 -!- Bradipo [~Bradipo@50.77.44.29] has quit [Ping timeout: 248 seconds] 15:13 -!- om3ga [~om3ga@93.177.187.134] has joined #openbsd 15:13 -!- umgeher [~umgeher@189.79.114.197] has joined #openbsd 15:13 -!- umgeher [~umgeher@189.79.114.197] has quit [Changing host] 15:13 -!- umgeher [~umgeher@user/umgeher] has joined #openbsd 15:13 -!- antranigv_ [~antranigv@bsd.am] has joined #openbsd 15:13 -!- unpx [~unpx@83.136.104.244] has quit [Ping timeout: 272 seconds] 15:13 -!- jason123onirc [~jason123o@user/jason123onirc] has quit [Ping timeout: 252 seconds] 15:13 -!- n1000_ [~n1000@user/n1000] has quit [Ping timeout: 252 seconds] 15:13 -!- d-ra [~d-ra@user/d-ra] has joined #openbsd 15:13 -!- toxic063 [~toxic0@82.66.203.96] has quit [Ping timeout: 272 seconds] 15:13 -!- antranigv [~antranigv@bsd.am] has quit [Ping timeout: 248 seconds] 15:14 -!- n1000 [~n1000@user/n1000] has joined #openbsd 15:14 -!- toxic063 [~toxic0@82.66.203.96] has joined #openbsd 15:14 -!- phy1729 [~phy1729@zsh/wizard/phy1729] has quit [Ping timeout: 248 seconds] 15:14 -!- trillion_exabyte [~X@80.239.178.98] has quit [Ping timeout: 252 seconds] 15:14 -!- m3a [~m3a@170.52.78.11] has quit [Ping timeout: 252 seconds] 15:14 -!- phy1729 [~phy1729@zsh/wizard/phy1729] has joined #openbsd 15:14 -!- trillion_exabyte [~X@80.239.178.98] has joined #openbsd 15:16 -!- nawcom [~nawcom@bulldadachat.com] has quit [Ping timeout: 272 seconds] 15:16 -!- nawcom [~nawcom@bulldadachat.com] has joined #openbsd 15:17 -!- cobra [~cobra@user/Cobra] has quit [Ping timeout: 272 seconds] 15:17 -!- Ekho [~Ekho@user/ekho] has quit [Ping timeout: 248 seconds] 15:18 -!- pkubaj [~pkubaj@87.207.208.161] has quit [Ping timeout: 252 seconds] 15:19 -!- obcecado [pcaetano@user/obcecado] has quit [Ping timeout: 252 seconds] 15:20 -!- midnight_ [~midnight@user/midnight] has quit [Ping timeout: 248 seconds] 15:21 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 15:21 -!- prime [~prime@user/prime] has quit [Ping timeout: 272 seconds] 15:21 -!- beastie [~luis@user/thebeastie] has quit [Quit: WeeChat 4.6.0] 15:21 -!- pyro [~root@zhaozhou.dcollins.info] has quit [Ping timeout: 252 seconds] 15:22 -!- nologin [~nightwolf@gateway/tor-sasl/sonya] has joined #openbsd 15:22 -!- nologin [~nightwolf@gateway/tor-sasl/sonya] has quit [Remote host closed the connection] 15:23 -!- cobra [~cobra@user/Cobra] has joined #openbsd 15:23 -!- nckx [~nckx@libera/staff/owl/nckx] has quit [Ping timeout: 252 seconds] 15:24 -!- quinq [~user@user/quinq] has quit [Ping timeout: 248 seconds] 15:24 -!- nckx [~nckx@libera/staff/owl/nckx] has joined #openbsd 15:26 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 15:26 -!- remiliascarlet [~remiliasc@user/remiliascarlet] has quit [Ping timeout: 252 seconds] 15:27 -!- beastie [~luis@user/thebeastie] has joined #openbsd 15:27 -!- antanst [~antanst@user/antanst] has quit [Ping timeout: 248 seconds] 15:27 -!- jonf_ is now known as jonf 15:28 -!- metala [~metala@user/metala] has quit [Ping timeout: 272 seconds] 15:28 -!- gbmor [gbmor@gbmor.org] has quit [Ping timeout: 252 seconds] 15:28 -!- rika07 [~rika07@83.6.215.194.ipv4.supernova.orange.pl] has quit [Ping timeout: 252 seconds] 15:28 -!- Maccampus [~textual@ptr-1w54zlsfbnclw13gtzf.18120a2.ip6.access.telenet.be] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 15:29 -!- B113_ [~apery@user/b113] has quit [Ping timeout: 272 seconds] 15:30 -!- huy [~huy@arennes-650-1-228-166.w92-135.abo.wanadoo.fr] has quit [Ping timeout: 272 seconds] 15:30 -!- cgnarne [~pk@user/cgnarne] has quit [Ping timeout: 272 seconds] 15:32 -!- user24037 [~user47239@user/user282069] has quit [Ping timeout: 272 seconds] 15:33 -!- user24037 [~user47239@user/user282069] has joined #openbsd 15:33 -!- cgnarne [~pk@2001-4dd6-56d4-0-220-91ff-feff-ee02.ipv6dyn.netcologne.de] has joined #openbsd 15:33 -!- cgnarne [~pk@2001-4dd6-56d4-0-220-91ff-feff-ee02.ipv6dyn.netcologne.de] has quit [Changing host] 15:33 -!- cgnarne [~pk@user/cgnarne] has joined #openbsd 15:36 -!- gman999 [~GMan999@user/gman999] has quit [Ping timeout: 252 seconds] 15:36 -!- xet7 [~xet7@user/xet7] has quit [Ping timeout: 276 seconds] 15:36 -!- uncleyear [~ian@178.66.131.172] has quit [Ping timeout: 248 seconds] 15:36 -!- unpx [~unpx@83.136.104.244] has joined #openbsd 15:36 -!- midnight [~midnight@user/midnight] has joined #openbsd 15:36 -!- user24037 [~user47239@user/user282069] has quit [Excess Flood] 15:36 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 15:37 -!- user24037 [~user47239@user/user282069] has joined #openbsd 15:37 -!- obcecado [pcaetano@user/obcecado] has joined #openbsd 15:37 -!- pyro [~root@zhaozhou.dcollins.info] has joined #openbsd 15:37 -!- metala [~metala@user/metala] has joined #openbsd 15:38 -!- Bradipo [~Bradipo@50.77.44.29] has joined #openbsd 15:38 -!- jason123onirc [~jason123o@user/jason123onirc] has joined #openbsd 15:38 -!- pkubaj [~pkubaj@87.207.208.161] has joined #openbsd 15:38 -!- prime [~prime@user/prime] has joined #openbsd 15:39 -!- mewt [~lantern@216.164.243.105] has quit [Ping timeout: 252 seconds] 15:40 -!- antanst [~antanst@user/antanst] has joined #openbsd 15:40 -!- huy [~huy@arennes-650-1-228-166.w92-135.abo.wanadoo.fr] has joined #openbsd 15:42 -!- Maccampus [~textual@ptr-1w54zlsfbnclw13gtzf.18120a2.ip6.access.telenet.be] has joined #openbsd 15:44 -!- quinq [~user@user/quinq] has joined #openbsd 15:46 -!- horrad [~Thunderbi@2003:a:61f:c901:9907:f2af:6ea5:44bb] has quit [Ping timeout: 252 seconds] 15:46 -!- uncleyear [~ian@178.66.131.172] has joined #openbsd 15:46 -!- gatlinggoat [~Thunderbi@172.59.208.116] has quit [Ping timeout: 248 seconds] 15:48 -!- xet7 [~xet7@user/xet7] has joined #openbsd 15:49 -!- kotrcka [~user@185.249.112.195] has quit [Remote host closed the connection] 15:50 -!- manwithluck [~manwithlu@2a09:bac5:5084:2387::38a:3b] has quit [Remote host closed the connection] 15:51 -!- mewt [~lantern@2403:fbc0:7000::e22a] has joined #openbsd 15:52 -!- m3a [~m3a@170.52.78.11] has joined #openbsd 15:54 -!- manwithluck [~manwithlu@2a09:bac5:5084:2387::38a:3b] has joined #openbsd 15:55 -!- apac [~alexander@user/apac] has quit [Ping timeout: 272 seconds] 15:58 -!- jason123onirc [~jason123o@user/jason123onirc] has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in] 15:59 -!- jason123onirc [~jason123o@192.227.153.85] has joined #openbsd 16:00 -!- jason123onirc [~jason123o@192.227.153.85] has quit [Client Quit] 16:03 -!- jason123onirc [~jason123o@192.227.153.85] has joined #openbsd 16:14 -!- apac [~alexander@user/apac] has joined #openbsd 16:19 -!- jason123onirc [~jason123o@192.227.153.85] has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in] 16:22 -!- jason123onirc [~jason123o@user/jason123onirc] has joined #openbsd 16:24 -!- gnucode [~gnucode@user/jab] has joined #openbsd 16:31 -!- tuplario [~tuplario@user/tuplario] has joined #openbsd 16:34 -!- rika07 [~rika07@83.6.215.194.ipv4.supernova.orange.pl] has joined #openbsd 16:35 -!- Ekho [~Ekho@user/ekho] has joined #openbsd 16:35 -!- remiliascarlet [~remiliasc@user/remiliascarlet] has joined #openbsd 16:36 -!- gbmor [gbmor@gbmor.org] has joined #openbsd 16:40 -!- Maccampus [~textual@ptr-1w54zlsfbnclw13gtzf.18120a2.ip6.access.telenet.be] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 16:41 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.4.2] 16:42 < echelon> what do i need to do if i didn't enable xenodom at install and want to enable it? 16:42 < echelon> just rcctl enable xenodm? 16:43 -!- B113_ [~apery@user/b113] has joined #openbsd 16:43 < echelon> when i do rcctl start xenodm, i get failed 16:44 < echelon> oh shoot.. i forgot to install the X sets 16:45 < mischief> a simple tar away 16:48 -!- apac [~alexander@user/apac] has quit [Ping timeout: 252 seconds] 16:49 -!- tozhu [~tozhu@221.237.139.182] has joined #openbsd 16:50 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 16:53 -!- d-ra [~d-ra@user/d-ra] has quit [Quit: Leaving] 16:53 -!- tozhu [~tozhu@221.237.139.182] has quit [Ping timeout: 240 seconds] 16:54 -!- ewig [~ewig@user/ewig] has quit [Ping timeout: 265 seconds] 16:54 < echelon> done 16:54 < echelon> i don't have a /etc/X11/xenodm/Xsession 16:54 -!- zip100 [~zip100@193.32.248.190] has joined #openbsd 16:54 -!- _zip100 [~zip100@185.213.155.218] has quit [Ping timeout: 245 seconds] 16:55 < echelon> am i missing anything else? 16:55 < echelon> i untarred xbase77.tgz, xfont77.tgz, xserv77.tgz and xshare77.tgz 16:56 -!- ublx [~ublx@user/ublx] has quit [Ping timeout: 272 seconds] 16:57 < echelon> could someone paste the contents of their /etc/X11/xenodm/Xsession 16:58 -!- ewig [~ewig@user/ewig] has joined #openbsd 16:59 -!- gatlinggoat [~Thunderbi@172.59.215.52] has joined #openbsd 17:00 < vortexx> if you're missing a file you're better off booting bsd.rd and running upgrade. xetc77.tgz is probably in base77.tgz 17:00 -!- Maccampus [~textual@ptr-1w54zlsfbnclw13gtzf.18120a2.ip6.access.telenet.be] has joined #openbsd 17:01 < vortexx> then again it's in xbase77.tgz 17:02 -!- mewt [~lantern@2403:fbc0:7000::e22a] has quit [Ping timeout: 252 seconds] 17:04 -!- mewt [~lantern@216.164.243.105] has joined #openbsd 17:05 -!- sirphat0n [~sp@user/sirphat0n] has quit [Ping timeout: 248 seconds] 17:08 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 17:09 < echelon> vortexx: xbase77 has the /etc/X11/xenodm directory, but there's no Xsession file 17:12 < vortexx> just run the upgrade it'll solve it 17:13 < echelon> from usb? 17:13 < vortexx> or over http 17:13 < echelon> ok, thanks 17:13 < vortexx> yw 17:13 -!- gnucode [~gnucode@user/jab] has quit [Quit: Leaving.] 17:13 < echelon> is upgrade able to handle encrypted disks? 17:15 < lts> Yes 17:15 < vortexx> yes if you boot the bsd.rd on disk you'll unlock the disks when you boot 17:17 -!- ewig [~ewig@user/ewig] has quit [Ping timeout: 245 seconds] 17:20 < echelon> oh, i just booted from the usb installer, and selected upgrade, but it says Available disks are: none 17:20 < sonya> xetc77:/etc/X11/xenodm/Xsession 17:20 -!- dkfjm [~dkfjm@178.49.152.152] has joined #openbsd 17:21 -!- ewig [~ewig@user/ewig] has joined #openbsd 17:21 < echelon> sonya: there's no xetc77.tgz https://cloudflare.cdn.openbsd.org/pub/OpenBSD/7.7/amd64/ 17:23 < echelon> is there any reason bsd.rd wouldn't recognize my usb kb/mouse? 17:25 < sonya> $ tar tvzf /home/ftp/pub/OpenBSD/7.7/amd64/xbase77.tgz | grep tgz 17:25 < sonya> xetc is inside 17:26 < sonya> check your fs if you've already untarred xbase 17:26 < sonya> ./var/sysmerge/xetc.tgz 17:30 < echelon> awesome! 17:35 -!- ewig [~ewig@user/ewig] has quit [Ping timeout: 248 seconds] 17:35 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 17:36 -!- seninha [~seninha@user/seninha] has joined #openbsd 17:42 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 17:43 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 17:48 -!- jsto [~jsto@user/meow/jsto] has quit [Ping timeout: 248 seconds] 17:57 < echelon> i created a w95 fat32 (lba) partition on linux on a thumb drive, but in openbsd it shows up as an unused partition 17:57 < echelon> what's the deal 17:59 < echelon> i formatted it with mkfs.vfat in linux, and i can see the contents of the flash drive in linux.. is there something I need that's special for openbsd? 17:59 < mischief> is it not just sdXi in openbsd? 18:00 < mischief> or did you not put a partition table on it? 18:01 < vortexx> echelon: because you didn't boot the disk the install is on, you have to manually decrypt the drive with bioctl. Just reboot and boot bsd.rd on your disk 18:02 < vortexx> that'll handle the decryption and the bsd.rd can do the upgrade via http or the usb 18:02 < echelon> vortexx: i was able to just install xetc77.tgZ, thanks! 18:03 < vortexx> great! It's for the next time this happens 18:03 < echelon> mischief: i did put a partition table on jt 18:04 < echelon> it 18:05 < uwharrie> what do you mean by "shows up as an unused partition"? what's the output of fdisk and disklabel on the drive? 18:08 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 18:09 -!- mIRC-rockcavera2 [~mirc-rc@179.152.250.79] has joined #openbsd 18:09 -!- mIRC-rockcavera2 is now known as oraculo 18:09 -!- zimmer [~zimmer@user/zimmer] has quit [Read error: Connection reset by peer] 18:09 -!- oraculo [~mirc-rc@179.152.250.79] has quit [Killed (platinum.libera.chat (Nickname regained by services))] 18:09 -!- mIRC-rockcavera2 [~mirc-rc@179.152.250.79] has joined #openbsd 18:09 -!- mIRC-rockcavera2 is now known as oraculo 18:09 < echelon> uwharrie: https://paste.ee/r/XXbnOXUU 18:10 -!- oraculo is now known as Guest7381 18:11 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 18:11 -!- Guest75 [~Guest75@89-109-51-91.dynamic.mts-nn.ru] has joined #openbsd 18:12 -!- Guest75 [~Guest75@89-109-51-91.dynamic.mts-nn.ru] has quit [Client Quit] 18:12 < echelon> uwharrie: https://paste.ee/r/z6ewoeYL 18:13 < echelon> why is disklabel and fdisk's output different? 18:13 < uwharrie> because they're reporting different things 18:13 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 252 seconds] 18:14 -!- wnh [~Thunderbi@user/wnh] has quit [Quit: wnh] 18:20 < uwharrie> fdisk is for the MBR/GPT partition table, disklabel is for the disk slices within one of or all of those partitions https://www.openbsd.org/faq/faq14.html 18:22 -!- wnh [~Thunderbi@user/wnh] has joined #openbsd 18:26 -!- Slesa [~Slesa@78-11-88-211.static.ip.netia.com.pl] has joined #openbsd 18:27 -!- ublx [~ublx@user/ublx] has joined #openbsd 18:28 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 18:28 < uwharrie> trying to verify this is still the case, but I recall that openbsd only auto-allocates a single slice for the first foreign filesystem and you have to manually add additional ones 18:31 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 18:43 < uwharrie> appears to be the case for partitions created and formatted outside of OpenBSD 18:47 -!- zwr [~zwr@200-97-243-136.user3p.veloxzone.com.br] has quit [Read error: Connection reset by peer] 18:48 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 18:49 -!- dkfjm [~dkfjm@178.49.152.152] has quit [Quit: Client closed] 18:50 -!- gatlinggoat [~Thunderbi@172.59.215.52] has quit [Ping timeout: 272 seconds] 18:51 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 18:53 -!- zwr [~zwr@200-97-243-136.user3p.veloxzone.com.br] has joined #openbsd 18:53 -!- dkfjm [~dkfjm@178.49.152.152] has joined #openbsd 18:56 -!- mo8 [~mo8@user/mo8] has joined #openbsd 18:58 < mo8> if fw-update doesn't install anything after I switch m.2 wi-fi card does that mean I can't get wi-fi (wi-fi is bloat anyways I totally didn't want it anyways). Currently I have a MediaTek MT7921 and previously I had a (Broadcom?) BCM94360NG which also didn't install anything when I did fw-update. 19:00 < uwharrie> depends on whether the chip is both supported and requires firmware 19:01 < lts> mo8: Quick internet search says looks like that card does not work. Go ahead and enjoy life without it (and consider a 15EUR/USD AX200/201/210/211 m.2 replacement if you want wifi) 19:01 -!- Leone [~Leo@104-195-237-50.cpe.teksavvy.com] has quit [Read error: Connection reset by peer] 19:02 < echelon> uwharrie: so how does one manually allocate a foreign fs? 19:02 < mo8> Damn the Intel Ax200 is only 15eur? I think my Broadcom cost me 20 or 25 and was allegedly the correct one for hackintosh support but it wasn't only up to Ventura (13) and 15 Sonoma was the latest not sure if 16 is out yet I don't really like Mac OS and the Intel AX200 is the right one... I messed up for sure 19:02 < mischief> mo8: i have a pretty similar chip in my desktop (MT7922), also doesn't work on openbsd. have an ethernet cable? :-) 19:02 < mo8> Yup typing this from firefox on my OpenBSD laptop 19:03 < uwharrie> echelon: you'd add an entry to the disklabel with the correct offset and size 19:06 -!- ublx [~ublx@user/ublx] has quit [Read error: Connection reset by peer] 19:07 < uwharrie> https://man.openbsd.org/disklabel#E 19:13 -!- seninha [~seninha@user/seninha] has joined #openbsd 19:16 -!- Maccampus [~textual@ptr-1w54zlsfbnclw13gtzf.18120a2.ip6.access.telenet.be] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 19:20 -!- ublx [~ublx@user/ublx] has joined #openbsd 19:27 -!- dayid [~dayid@user/dayid] has quit [Quit: quit] 19:27 -!- o0x1eef [~user@user/o0x1eef] has quit [Quit: Quit] 19:27 -!- mo8 [~mo8@user/mo8] has quit [Quit: Client closed] 19:27 -!- absc [absc@2a04:ee41:8:6055::101] has joined #openbsd 19:28 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 19:31 -!- user71 [~user71@2001:1530:1001:ed0f:280:cb:2d84:84e8] has quit [Quit: Leaving] 19:31 -!- o0x1eef [~user@user/o0x1eef] has joined #openbsd 19:31 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 19:32 -!- gnucode [~gnucode@user/jab] has joined #openbsd 19:32 < echelon> is there any reason why firefox would alert this on video streams? No compatible source was found for this media 19:33 < echelon> do i need to install codecs? 19:33 -!- gnucode [~gnucode@user/jab] has quit [Client Quit] 19:33 < mischief> DRM? 19:34 < echelon> no 19:34 < echelon> html5/hls/m3u8 19:35 -!- dayid [~dayid@bench.dayid.org] has joined #openbsd 19:35 -!- dayid [~dayid@bench.dayid.org] has quit [Changing host] 19:35 -!- dayid [~dayid@user/dayid] has joined #openbsd 19:35 < echelon> /usr/local/share/doc/pkg-readmes/firefox indicates i need ffmpeg 19:36 < Bradipo> Yeah, I make it a routine to install ffmpeg. 19:37 -!- jsto [~jsto@user/meow/jsto] has joined #openbsd 19:38 -!- Slesa [~Slesa@78-11-88-211.static.ip.netia.com.pl] has quit [Remote host closed the connection] 19:39 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has quit [Quit: leaving] 19:44 -!- Slesa [~Slesa@78-11-88-211.static.ip.netia.com.pl] has joined #openbsd 19:48 -!- apac [~alexander@user/apac] has joined #openbsd 19:48 -!- gnucode [~gnucode@user/jab] has joined #openbsd 19:51 -!- xet7 [~xet7@user/xet7] has quit [Quit: Leaving] 19:52 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 19:53 -!- mete- [~beelink@186.250.13.253] has quit [Read error: Connection reset by peer] 19:55 -!- stefanobsdcafe [~m-2ld27b@user/stefanobsdcafe] has quit [Ping timeout: 276 seconds] 19:55 -!- dvb [~dvb@user/dvb] has quit [Ping timeout: 276 seconds] 19:55 -!- stefanobsdcafe [~m-2ld27b@user/stefanobsdcafe] has joined #openbsd 19:55 -!- dvb [~dvb@user/dvb] has joined #openbsd 19:56 -!- adip [~adip@c145-14.icpnet.pl] has quit [Ping timeout: 252 seconds] 19:57 -!- mete- [~beelink@143.202.111.87] has joined #openbsd 19:57 -!- bla [~bla@91.234.125.131] has quit [Ping timeout: 276 seconds] 19:58 -!- adip [~adip@c145-14.icpnet.pl] has joined #openbsd 20:00 -!- bla [~bla@91.234.125.131] has joined #openbsd 20:01 -!- Aedil [~adrian@188.193.3.19] has quit [Ping timeout: 245 seconds] 20:09 -!- Slesa [~Slesa@78-11-88-211.static.ip.netia.com.pl] has quit [Ping timeout: 245 seconds] 20:14 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 20:16 -!- krl__ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 20:17 -!- krl [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 272 seconds] 20:19 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 276 seconds] 20:26 -!- dkfjm [~dkfjm@178.49.152.152] has quit [Quit: Client closed] 20:28 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 20:31 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 20:37 -!- absc [absc@2a04:ee41:8:6055::101] has quit [Quit: Got to go. irctk 1.1.0-beta] 20:40 -!- beastie [~luis@user/thebeastie] has quit [Quit: WeeChat 4.6.0] 20:40 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 20:41 -!- beastie [~luis@user/thebeastie] has joined #openbsd 20:41 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 20:42 -!- beastie [~luis@user/thebeastie] has quit [Client Quit] 20:42 -!- beastie [~luis@user/thebeastie] has joined #openbsd 20:47 -!- cryptexx0 [~cryptexx0@37.19.205.154] has quit [Ping timeout: 240 seconds] 20:47 -!- cryptexx0_ [~cryptexx0@37.19.205.154] has joined #openbsd 20:47 -!- cryptexx0_ is now known as cryptexx0 20:48 -!- daugaard [~daugaard@user/daugaard] has joined #openbsd 20:48 -!- shreven [~shreven@user/shreven] has quit [Quit: WeeChat 4.6.2] 20:50 -!- shreven [~shreven@user/shreven] has joined #openbsd 21:02 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.4.2] 21:06 -!- noone [~six@user/six] has joined #openbsd 21:09 -!- ublx [~ublx@user/ublx] has quit [Ping timeout: 265 seconds] 21:10 -!- ublx [~ublx@user/ublx] has joined #openbsd 21:13 < vortexx> maybe ffmpeg should be made a dependency for firefox? 21:15 < Bradipo> No, it's not really. 21:15 < Bradipo> It's a "nice to have". 21:15 < sibiria> it's a very nice to have, but should be just libavcodec. not the ffmpeg package as it stands now. for firefox it's some 5mb of useful library, 145mb of useless baggage 21:16 -!- gt [~gt@user/gt] has quit [Ping timeout: 268 seconds] 21:18 -!- gt [~gt@user/gt] has joined #openbsd 21:19 -!- umgeher [~umgeher@user/umgeher] has quit [Quit: afk] 21:21 < vortexx> are we really that short of space in /usr/local? (I know, 5Gb isn't enough for most desktop stuff) 21:22 < sibiria> no. it's just... a lot of packages and a lot of surface 21:23 -!- Xenguy_ [~Xenguy@user/xenguy] has joined #openbsd 21:23 < Bradipo> If libavcodec does a better job, it would make sense. Why isn't it being used? Licensing? 21:24 < sibiria> libavcodec is the core component of ffmpeg that does all the lifting 21:24 < sibiria> maintainer (or anyone else) just hasn't bothered making a flavor with only the necessary parts for decoding video 21:25 < sibiria> ffmpeg package = the full monty with extra bells and whistles, to cover everyone's desires 21:25 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 244 seconds] 21:26 < Bradipo> I see. 21:28 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 21:31 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 21:38 -!- gnucode [~gnucode@user/jab] has quit [Quit: Leaving.] 21:38 -!- shiranaihito_ [~shiranaih@ppp-171-96-204-185.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 21:53 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 21:57 -!- apac [~alexander@user/apac] has quit [Ping timeout: 245 seconds] 22:01 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 22:01 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 22:08 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 22:08 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 22:10 -!- Xenguy_ is now known as Xenguy 22:19 -!- CrashOverride [~strcat@p54855153.dip0.t-ipconnect.de] has quit [Ping timeout: 276 seconds] 22:19 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 22:19 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 22:26 -!- sonya [~nologin@gateway/tor-sasl/sonya] has quit [Remote host closed the connection] 22:30 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has quit [Ping timeout: 244 seconds] 22:30 -!- Guest7381 is now known as Oraculo 22:34 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has joined #openbsd 22:37 -!- Ramon20 [~Ramon20@200.68.132.74] has joined #openbsd 22:38 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 22:39 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 22:41 -!- Ramon20 [~Ramon20@200.68.132.74] has quit [Client Quit] 22:41 -!- Ramon20 [~Ramon20@200.68.132.74] has joined #openbsd 22:42 -!- Ramon20 [~Ramon20@200.68.132.74] has quit [Client Quit] 22:46 -!- Ramon20 [~Ramon20@200.68.176.149] has joined #openbsd 22:47 -!- mental_pad [~mental_pa@user/mental-pad/x-8491385] has quit [Ping timeout: 276 seconds] 22:48 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has quit [Ping timeout: 260 seconds] 22:48 -!- mental_pad [~mental_pa@user/mental-pad/x-8491385] has joined #openbsd 22:49 -!- adip [~adip@c145-14.icpnet.pl] has quit [Ping timeout: 268 seconds] 22:57 -!- Ramon20 [~Ramon20@200.68.176.149] has quit [Quit: Client closed] 22:59 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 272 seconds] 22:59 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 23:07 -!- ryan [ryan@fragged.slipgate.org] has quit [Quit: EPIC5-3.0.1[2143] - amnesiac : I really dispise you internet know-it-alls] 23:08 -!- manwithluck [~manwithlu@2a09:bac5:5084:2387::38a:3b] has quit [Ping timeout: 248 seconds] 23:08 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 23:08 -!- manwithluck [~manwithlu@2a09:bac5:5082:2387::38a:10] has joined #openbsd 23:09 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Read error: Connection reset by peer] 23:09 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 23:10 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has joined #openbsd 23:11 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 23:15 -!- mbuhl [~mbuhl@user/mbuhl] has quit [Remote host closed the connection] 23:17 -!- mbuhl [~mbuhl@user/mbuhl] has joined #openbsd 23:32 -!- Ramon20 [~Ramon20@200.68.132.74] has joined #openbsd 23:33 -!- Ramon20 [~Ramon20@200.68.132.74] has quit [Client Quit] 23:34 -!- naoki [~Thunderbi@240f:10b:7440:1:6cae:e4c:cb28:2780] has joined #openbsd 23:36 -!- AtleoS [~AtleoS@user/AtleoS] has joined #openbsd 23:37 -!- Ramon20 [~Ramon20@200.68.132.74] has joined #openbsd 23:38 -!- tuplario [~tuplario@user/tuplario] has quit [Ping timeout: 272 seconds] 23:39 -!- tuplario [~tuplario@user/tuplario] has joined #openbsd 23:41 -!- Ramon20 [~Ramon20@200.68.132.74] has quit [Client Quit] 23:46 -!- Ramon20 [~Ramon20@200.68.132.74] has joined #openbsd 23:46 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 23:47 -!- Ramon20 [~Ramon20@200.68.132.74] has quit [Client Quit] 23:49 -!- xx [~xx@user/xx] has quit [Quit: xx] 23:50 -!- kerzhak [~kerzhak@user/kerzhak] has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in] 23:50 -!- kerzhak [~kerzhak@user/kerzhak] has joined #openbsd 23:53 -!- anelli [~noodle@user/macarona] has left #openbsd [] 23:56 -!- anelli [~noodle@user/macarona] has joined #openbsd --- Log closed Fri May 16 00:00:26 2025