--- Log opened Thu Oct 26 00:00:11 2023 --- Day changed Thu Oct 26 2023 00:00 -!- antranigv [~antranigv@37.252.78.252] has quit [Quit: ZNC 1.8.2 - https://znc.in] 00:00 -!- antranigv [~antranigv@37.252.78.252] has joined #openbsd 00:02 < _leo___> hello, i'm trying to upgrade to GENERIC.MP, it is booting but i have "error Relinking to create unique kernel... failed!" and reorder_kernel error is : make: don't know how to make newbsd , i copy MakeFile from GENERIC directory but it asks many .o files, that i could copy from GENERIC too, but it might be dangerous. 00:03 < Bradipo> I don't know if building your own kernel works with "creating unique kernel". 00:03 < Bradipo> You might have to disable reorder_kernel. 00:04 -!- e1e0 [~e1e0@user/e1e0] has quit [Ping timeout: 272 seconds] 00:04 -!- e1e0 [~e1e0@user/e1e0] has joined #openbsd 00:06 < _leo___> Bradipo, how I disable this, and syspatch doesnt work 00:08 < Bradipo> syspatch should work for everything but the kernel I should think, but maybe not... 00:09 < Bradipo> The CAVEATS does say: syspatch is designed to work solely on official OpenBSD releases. 00:09 < Bradipo> What do you want a custom GENERIC.MP build for? 00:11 < _leo___> openbsd has used the GENERIC kernel after an upgrade, and I want to reuse the MP one 00:11 < _leo___> i follow this process https://www.reddit.com/r/openbsd/comments/f5uov8/convertupgrade_from_generic_to_genericmp/ 00:11 < _leo___> syspatch -R 00:11 < _leo___> etc... 00:12 < Bradipo> OpenBSD automatically switched from using the MP kernel to SP during an upgrade? 00:13 < _leo___> or a new install, i dont remember 00:14 < fro> this makes no sense 00:15 < fro> if it's a new install why don't you just reinstall it instead of trying something weird? 00:15 < fro> since you don't remember 00:16 < fro> shouldn't be a big deal 00:18 < _leo___> it is not a new install 00:18 -!- nature [~nature@46.23.92.148] has joined #openbsd 00:21 < nature> good evening, so things have been a bit crazy the past week... I broke my laptop screen so I ordered the exact same model t460s without a hard drive and swapped the old hard drive in 00:22 < thrig> that is the nature of things 00:23 < nature> now I have tons of issue I never had before, my wireguard connection doesn't work, I can't ssh into anything, when I sysupgrade https doesn't work because ca certificate are invalid, when I use http it tells me "invalid signing key" etc... 00:23 < Bradipo> That doesn't seem consistent with just moving a hard drive. 00:24 < Bradipo> Did the old laptop have more than one drive? 00:24 < nature> oh and apm tells me that my battery is at 216% and charging, while 610619 minutes are left for a full charge :) 00:24 < phy1729> Sounds like the date is off 00:25 < nature> Bradipo: no, the old laptop had only a single hard drive that I moved into the new laptop 00:25 < Bradipo> You could have put the new monitor into the old laptop. 00:25 < Bradipo> Check date as phy1729 suggests. 00:25 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 00:25 < nature> phy1729: could be 00:25 < nature> it was 2 hrs ahead, so I set it manually 00:25 < Bradipo> That shouldn't affect SSH but definitely does a number on SSL. 00:25 < nature> when I use rdate I have an error too... 00:26 < Bradipo> rdate probably won't work if ntpd is running. 00:27 < codermattie> nature: maybe the new hard-drive-less laptop is broken in a lot of ways 00:28 < nature> just stopped ntpd, and rdate still gives me the error "not enough valid responses received in time" 00:28 < nature> codermattie: that would suck :( 00:28 < Bradipo> What rdate arguments are you using? 00:28 < codermattie> nature: I got rid of a lot of hardware right before it broke 00:28 < nature> rdate pool.ntp.org 00:29 < Bradipo> That won't work. You need -n 00:29 < Bradipo> Oh, well, that's the default. :-) 00:29 < Bradipo> Try a single server maybe, instead of a pool. 00:29 < Bradipo> And maybe -4 just to be certain. 00:31 < phy1729> Or just set it manually via date and let ntp handle the few seconds you're off by later 00:31 < nature> yeah I already did, let me check the actual time here 00:32 < Bradipo> Try: date; rdate -p -n pool.ntp.org 00:33 < nature> rdate commande doesn't work 00:34 < codermattie> nature: what can you ping? 00:34 < codermattie> I always go router,debian.org 00:34 < nature> and I set the time manually and I still can't sysupgrade, error "sysupgrade: invalid signing key" 00:34 < nature> codermattie: I can ping everything 00:35 < nature> ping works, ssh, rdate, sysupgrade, etc doesn't... 00:35 < Bradipo> Try rebooting after correcting date? Shouldn't really matter, but who knows. 00:36 < codermattie> can you curl undeadly.org? 00:36 < nature> if I do cat /home/_sysupgrade/SHA256.sig I get something funny 00:36 < fro> how funny is it 00:36 < nature> i get an html file 00:36 < nature> with a single meta tag inside html/head 00:37 < Bradipo> I've never heard of /home/_sysupgrade... 00:37 -!- znedw [~znedw@home.znedw.com] has quit [Read error: Connection reset by peer] 00:37 -!- znedw [~znedw@home.znedw.com] has joined #openbsd 00:37 < nature> it's where the sets gets downloaded 00:38 < fro> yeah that's normal 00:38 < Bradipo> Oh, I guess I never use sysupgrade, that's why I don't have one. 00:38 < thrig> a captive web portal might be problematic to run sysupgrade through 00:38 < Bradipo> Still, /home seems like a poor place for it. Shouldn't /var be more appropriate? 00:38 -!- jacobk [~quassel@59.sub-97-158-209.myvzw.com] has quit [Read error: Connection reset by peer] 00:38 < nature> thrig, oh that could explaim the issue!! 00:38 < fro> no 00:38 -!- zwr [~zwr@152.238.205.198] has quit [Ping timeout: 258 seconds] 00:38 < thrig> /home tends to be bigger than /var 00:38 < Bradipo> So. 00:38 < thrig> a needle pulling thread 00:39 < nature> since my laptop's screen broke a week ago, maybe the captive portal forgot me... 00:39 < Bradipo> If that's the argument /home should also be used for /usr and we can do away with the warning that /usr isn't big enough for X. 00:39 -!- acidfoo [~acidfoo@67-130-41-130.dia.static.qwest.net] has joined #openbsd 00:39 < nature> it was supposed to remember me until december :( 00:39 < Bradipo> Haha, /usr isn't big enough for upgrading. 00:40 < thrig> usr used to be the user drive, but they ran out of space on it 00:40 < Bradipo> X was meant to be a placeholder for some "message", not the X11R6 system. 00:40 < codermattie> Captive Web Portal? Are you upgrading at StarBucks? 00:40 < fro> you should propose your /var suggestion on the mailing lists 00:40 < fro> see what kinda response that gets 00:41 < Bradipo> Yeah, a bunch of childish rants I'm sure. 00:41 < Bradipo> I'm sure someone will point to hier(7) and say, "It's documented as being in home". 00:41 < Bradipo> Then someone will say, "Are you my boss?" 00:41 < fro> well 00:41 < fro> are you? 00:42 < ssm_> submit a patch that changes hier.7 in the same mail 00:42 < Bradipo> I honestly don't care, I don't use sysupgrade. But it just seems odd that it should be in /home. 00:42 < fro> doesn't seem odd to me 00:42 < ssm_> you can do `sysupgrade -b /var` to change it if you want 00:43 < ssm_> I think it'd make more sense in /var too 00:43 < fro> well he doesn't use it 00:43 < Bradipo> I don't use it, but at least it's possible to change. 00:44 < ssm_> why don't you use it? 00:45 < Bradipo> Well, reason n+1 is now the default directory is /home/_sysupgrade. :-) 00:46 < ssm_> so what's reason n 00:46 < Bradipo> If I did use it, then I would have to worry about excluding it from the backups of /home. 00:46 < fro> no you wouldn't 00:46 < fro> it deletes the files after it finishes 00:46 < codermattie> I just backup everything 00:46 < Bradipo> Oh, so it's temporary stuff? The kind of thing that /var is for? :-) 00:47 < Bradipo> /var/ Multi-purpose log, temporary, transient, and spool files. 00:47 < codermattie> space is cheap 00:47 < ssm_> yes, but you wouldn't have to include it in your backup 00:47 < Bradipo> Precisely, I would exclude it in my backups. 00:47 < ssm_> s/include/exclude 00:47 < fro> you'd just be excluding an empty directory 00:47 < fro> waste of time 00:47 < Bradipo> Assuming a bug free system, and no problems, sure. 00:48 < fro> you could switch it to /var tho 00:48 < nature> codermattie: I am at a school 00:49 < codermattie> nature: try it at home 00:49 < codermattie> schools do funny things to networks 00:49 -!- utkojhamela [~utkojhame@37.111.216.225] has joined #openbsd 00:50 -!- _leo___ [~emmanuelu@user/emmanuelux] has quit [Read error: Connection reset by peer] 00:50 < ssm_> sysupgrade is the beginning of GNUification of openbsd! bsd is doomed! 00:50 -!- _leo___ [~emmanuelu@user/emmanuelux] has joined #openbsd 00:50 < codermattie> ssm_: bsd has a working kernel, its not gnu yet.... 00:50 < ssm_> next they'll replace dhclient, wait, they already did! 00:50 < nature> I forgot there was this captive portal thing... but it works now 00:51 < nature> codermattie: I live in the dorm... so technically this is my home for now... 00:51 < codermattie> nature: oh lord, even in the dorms? 00:52 < nature> everything works now, let's see if my battery will blow up at some point 00:52 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 00:52 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 00:52 < ssm_> is there a tool to authenticate those stupid captive portal things without having a web browser 00:52 < nature> i guess the issue was that since I just swapped the drive, the mac address changed, and the captive portal did not remember me :( 00:54 < nature> ssm_: not that I know of... although now that ungoogled-chromium is in the port I don't mind using "modern" web stuff 00:54 < codermattie> nature: firefox is usable for basic stuff 00:55 < ssm_> I wish webkitgtk wasn't a buggy mess 00:55 < codermattie> nature: everything else is webkit 00:55 < nature> ikr, i don't trust mozilla tho 00:55 < ssm_> there's netsurf, it seems like it's dead or at least dying though :( 00:55 < ssm_> nature: I agree, but do you trust mozilla less than google? 00:56 < nature> that's why I use ungoogled-chromium 00:56 < codermattie> ive tried all kinds of browers, is firefox or webkit if you want to do things like pay bills and live in the real world 00:56 * ssm_ looks for the unmozilla'd firefox 00:56 < ssm_> librewolf? 00:56 -!- geekthattweaks [uid433447@user/geekthattweaks] has quit [Quit: Connection closed for inactivity] 00:57 -!- MentalEx- [~MentalExc@inetz.connected.by.freedominter.net] has joined #openbsd 00:57 < codermattie> iridium is another stripped chrome that is borderline broken 00:57 -!- MentalExcuse [~MentalExc@82-72-181-94.cable.dynamic.v4.ziggo.nl] has quit [Ping timeout: 255 seconds] 00:57 -!- MentalEx- is now known as MentalExcuse 00:58 < ssm_> also I don't know about the dynamic size, but even ungoogled chromium is exceedingly larger than firefox's package 01:00 < ssm_> just looking at the dependency list, chromium's is a lot longer, but that of course isn't indicative of size alone 01:00 -!- _leo___ [~emmanuelu@user/emmanuelux] has quit [Read error: Connection reset by peer] 01:01 < codermattie> what I actually do is use a normal person computer for normal stuff and keep my unix machines lean and mean 01:03 < ssm_> "I use openbsd for everything" -> gigachad 01:03 -!- utkojhamela [~utkojhame@37.111.216.225] has quit [Ping timeout: 260 seconds] 01:04 < magnahelix> A totally based gigachad lol. 01:05 < ssm_> actually the main thing keeping me from using chromium is the recent attitude to change web standards to serve ads, and that starts at the browser 01:05 < ssm_> forks are only going to do so much 01:05 < codermattie> chromium is just webkit + google 01:05 < codermattie> since their whole model is selling your data I wont go there 01:06 < codermattie> Ill stick with safari 01:06 < ssm_> chromium's rendering engine is blink 01:07 < codermattie> ssm_: its webkit on my phone, I havent kept up with what they do on the desktop 01:08 < codermattie> I de-googled my life 01:08 < ssm_> I mean blink was forked from webcore, a component of webkit; I don't know how far it's strayed from webkit but I'd imagine it's about as similar as android is to linux 01:11 < codermattie> with a company like google you also have to worry about them using your data for AI training 01:12 < ssm_> doomsday argument gets more compelling every day that passes 01:13 < ssm_> at least netsurf still exists, even if it's seemingly dead 01:14 < nature> anywho, thanks for helping out Bradipo, codermattie and thrig :) 01:15 < codermattie> :) 01:15 < codermattie> nature: good luck with school 01:16 -!- hardkorebob [~hardkoreb@ip98-169-151-203.dc.dc.cox.net] has joined #openbsd 01:16 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 01:16 -!- code1 [~igloo@98.50.111.25] has joined #openbsd 01:17 * ssm_ dreads the day one of his professors will use respondus or similar 01:17 < codermattie> man, all you students are making me feel old... 01:18 < ssm_> at least there's fresh meat using openbsd 01:18 < codermattie> ssm_: definitely 01:21 < nature> thanks, let me reassure you, I am not a student, I visit my partner. will start a phd next year tho 01:22 -!- emmanuelux [~emmanuelu@user/emmanuelux] has joined #openbsd 01:27 -!- acidfoo [~acidfoo@67-130-41-130.dia.static.qwest.net] has quit [Ping timeout: 240 seconds] 01:27 -!- d93 [~d93@173-207-31-31.cpe.cableone.net] has quit [Remote host closed the connection] 01:28 -!- code1 [~igloo@98.50.111.25] has quit [Quit: Igloo IRC: https://iglooirc.com] 01:28 -!- codeRex13 [~igloo@98.50.111.25] has joined #openbsd 01:30 -!- Noisytoot [~noisytoot@sourcehut/user/noisytoot] has quit [Quit: ZNC 1.8.2 - https://znc.in] 01:31 -!- Noisytoot [~noisytoot@sourcehut/user/noisytoot] has joined #openbsd 01:31 -!- jas-maelstrom [~jas@2600:8803:7685:4e00::f05a] has quit [Ping timeout: 240 seconds] 01:33 -!- ivandragomije [~myself@user/ivandragomije] has joined #openbsd 01:33 -!- ivandragomije_ [~myself@user/ivandragomije] has quit [Ping timeout: 264 seconds] 01:33 -!- beefyran [~beefyran@user/beefyran] has joined #openbsd 01:34 -!- artmdl [~art5456@d172-218-174-94.bchsia.telus.net] has quit [Read error: Connection reset by peer] 01:37 -!- seninha [~seninha@user/seninha] has joined #openbsd 01:40 -!- artmdl [~art5456@d172-218-174-94.bchsia.telus.net] has joined #openbsd 01:41 -!- memset_ [~memset@gateway/tor-sasl/memset] has joined #openbsd 01:41 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 01:42 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 01:44 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 256 seconds] 01:47 -!- codermattie [~mattie@174-21-52-209.tukw.qwest.net] has quit [Quit: leaving] 01:48 -!- codeRex13 [~igloo@98.50.111.25] has quit [Ping timeout: 258 seconds] 01:51 -!- codermattie [~codermatt@174-21-52-209.tukw.qwest.net] has joined #openbsd 01:51 -!- sunwind [~paradox@101.189.208.46.dyn.plus.net] has quit [Quit: Outside Context Problem.] 01:54 -!- beefyran [~beefyran@user/beefyran] has quit [Quit: Client closed] 01:55 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 01:58 -!- codermattie [~codermatt@174-21-52-209.tukw.qwest.net] has quit [Quit: Goodbye cruel world] 01:58 -!- codermattie [~codermatt@174-21-52-209.tukw.qwest.net] has joined #openbsd 01:59 -!- sunwind [~paradox@101.189.208.46.dyn.plus.net] has joined #openbsd 02:00 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 02:00 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 02:09 -!- codermattie [~codermatt@174-21-52-209.tukw.qwest.net] has quit [Quit: Goodbye cruel world] 02:13 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 02:13 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 02:18 -!- codermattie [~codermatt@174-21-52-209.tukw.qwest.net] has joined #openbsd 02:23 -!- nonlinear [~nonlinear@cpe-69-23-143-155.elp.res.rr.com] has joined #openbsd 02:24 -!- shiranaihito_ [~shiranaih@2001:fb1:76:6e91:b4ff:3765:36cd:244] has joined #openbsd 02:25 -!- emmanuelux_ [~emmanuelu@user/emmanuelux] has joined #openbsd 02:25 -!- emmanuelux_ [~emmanuelu@user/emmanuelux] has quit [Client Quit] 02:27 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Ping timeout: 240 seconds] 02:31 -!- hussein1 [~weechat@gateway/tor-sasl/hussein1] has quit [Remote host closed the connection] 02:31 -!- hussein1 [~weechat@gateway/tor-sasl/hussein1] has joined #openbsd 02:41 -!- chrisz [r8i3dxt8wv@62.144.39.9] has quit [Ping timeout: 240 seconds] 02:43 -!- chrisz [ildl6vhg1s@62.144.44.89] has joined #openbsd 02:53 -!- my [~my@user/my] has quit [Ping timeout: 255 seconds] 03:07 -!- utkojhamela [~utkojhame@37.111.216.225] has joined #openbsd 03:14 -!- tozhu [~tozhu@218.253.136.10] has joined #openbsd 03:15 -!- tozhu [~tozhu@218.253.136.10] has quit [Client Quit] 03:20 -!- my [~my@user/my] has joined #openbsd 03:23 -!- jas-maelstrom [~jas@2600:8803:7685:4e00::ad51] has joined #openbsd 03:37 -!- tozhu [~tozhu@218.253.136.10] has joined #openbsd 03:39 -!- tozhu [~tozhu@218.253.136.10] has quit [Client Quit] 03:50 -!- d93 [~d93@173-207-31-31.cpe.cableone.net] has joined #openbsd 03:54 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has joined #openbsd 04:02 -!- koo5__ [~quassel@vmi579006.contaboserver.net] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 04:03 -!- koo5__ [~quassel@vmi579006.contaboserver.net] has joined #openbsd 04:05 -!- nonlinear [~nonlinear@cpe-69-23-143-155.elp.res.rr.com] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 04:09 -!- Leonarbro [~Leo@user/leonarbro] has quit [Quit: Bye] 04:11 -!- jacobk [~quassel@utdpat242016.utdallas.edu] has joined #openbsd 04:15 -!- sunwind [~paradox@101.189.208.46.dyn.plus.net] has quit [Quit: Outside Context Problem.] 04:19 -!- nature [~nature@46.23.92.148] has quit [Ping timeout: 255 seconds] 04:21 -!- nonlinear [~nonlinear@cpe-69-23-143-155.elp.res.rr.com] has joined #openbsd 04:22 -!- rainystorm [~rainystor@user/rainystorm] has joined #openbsd 04:25 -!- zwr [~zwr@152.238.205.198] has joined #openbsd 04:25 -!- nonlinear [~nonlinear@cpe-69-23-143-155.elp.res.rr.com] has quit [Client Quit] 04:25 -!- toxic063 [~toxic0@82.66.203.96] has quit [Read error: Connection reset by peer] 04:27 -!- utkojhamela [~utkojhame@37.111.216.225] has quit [Remote host closed the connection] 04:27 -!- sunwind [~paradox@101.189.208.46.dyn.plus.net] has joined #openbsd 04:27 -!- shiranaihito_ [~shiranaih@2001:fb1:76:6e91:b4ff:3765:36cd:244] has quit [Read error: Connection reset by peer] 04:32 -!- geekthattweaks [uid433447@user/geekthattweaks] has joined #openbsd 04:34 -!- neptuneia [~neptuneia@125-238-81-131-adsl.sparkbb.co.nz] has quit [Remote host closed the connection] 04:34 -!- jtbx [~jtbx@user/jtbx] has quit [Remote host closed the connection] 04:35 -!- neptuneia [~neptuneia@125-238-81-131-adsl.sparkbb.co.nz] has joined #openbsd 04:35 -!- jtbx [~jtbx@user/jtbx] has joined #openbsd 04:42 -!- toxic063 [~toxic0@82.66.203.96] has joined #openbsd 04:47 -!- uwu_linux_openbs [~uwu_linux@2a09:bac1:36a0:10::241:d] has joined #openbsd 04:49 -!- qqq [~qqq@92.43.167.61] has joined #openbsd 04:50 -!- Lucanis [~Lucanis@user/lucanis] has quit [Ping timeout: 252 seconds] 04:51 -!- Lucanis [~Lucanis@user/lucanis] has joined #openbsd 04:52 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 04:56 -!- memset_ [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 256 seconds] 04:57 -!- Lucanis [~Lucanis@user/lucanis] has quit [Ping timeout: 258 seconds] 04:58 -!- Lucanis [~Lucanis@user/lucanis] has joined #openbsd 05:04 -!- jacobk [~quassel@utdpat242016.utdallas.edu] has quit [Ping timeout: 248 seconds] 05:04 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has quit [Remote host closed the connection] 05:09 -!- billchenchina [~billchenc@113.57.152.160] has joined #openbsd 05:10 -!- zwr [~zwr@152.238.205.198] has quit [Quit: Lost terminal] 05:10 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 05:10 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 05:11 -!- billchenchina- [~billchenc@113.57.152.160] has joined #openbsd 05:12 -!- codeRex13 [~igloo@98.50.111.25] has joined #openbsd 05:14 -!- billchenchina [~billchenc@113.57.152.160] has quit [Ping timeout: 255 seconds] 05:18 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 05:18 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 05:18 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 05:18 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 05:19 -!- rainystorm [~rainystor@user/rainystorm] has quit [Quit: WeeChat 4.0.5] 05:20 -!- jmjl [jmjl@user/jmjl] has quit [Quit: ~nyaa] 05:24 -!- codeRex13 [~igloo@98.50.111.25] has quit [Ping timeout: 240 seconds] 05:25 -!- billchenchina [~billchenc@2a0c:b641:7a2:230::10] has joined #openbsd 05:26 -!- my [~my@user/my] has quit [Quit: my] 05:26 -!- my [~my@user/my] has joined #openbsd 05:27 -!- billchenchina- [~billchenc@113.57.152.160] has quit [Ping timeout: 255 seconds] 05:27 -!- jmjl [jmjl@user/jmjl] has joined #openbsd 05:28 -!- codeRex13 [~codeRex13@98.50.111.25] has joined #openbsd 05:34 -!- Bradipo [~amb@50-77-44-29-static.hfc.comcastbusiness.net] has quit [Quit: Lost terminal] 05:47 -!- frkzoid [~frkazoid3@2603-9000-cf00-6dc3-fd20-ee42-f55e-3774.inf6.spectrum.com] has joined #openbsd 05:49 -!- tertullian [~sonne@95.211.199.145] has quit [Quit: leaving] 05:51 -!- freakazoid332 [~frkazoid3@2603-9000-cf00-6dc3-295c-2443-5e92-cf69.inf6.spectrum.com] has quit [Ping timeout: 248 seconds] 05:52 -!- codeRex13 [~codeRex13@98.50.111.25] has quit [Remote host closed the connection] 05:53 -!- rainystorm [~rainystor@user/rainystorm] has joined #openbsd 05:56 -!- codeRex13 [~codeRex13@98.50.111.25] has joined #openbsd 06:01 -!- rainystorm [~rainystor@user/rainystorm] has quit [Quit: WeeChat 4.0.5] 06:02 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 06:04 -!- billchenchina [~billchenc@2a0c:b641:7a2:230::10] has quit [Remote host closed the connection] 06:06 -!- codeRex13 [~codeRex13@98.50.111.25] has quit [Ping timeout: 252 seconds] 06:06 -!- jacobk [~quassel@64.189.201.150] has joined #openbsd 06:10 -!- codeRex13 [~codeRex13@98.50.111.25] has joined #openbsd 06:10 -!- codeRex13 [~codeRex13@98.50.111.25] has quit [Client Quit] 06:16 -!- rainystorm [~rainystor@user/rainystorm] has joined #openbsd 06:16 -!- grobi [~grobi@user/grobi] has joined #openbsd 06:22 < kodcode> Good morning all. 06:24 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 06:27 < uwu_linux_openbs> morning 06:28 < tercaL> Good morning 06:30 -!- drk [~drk@gateway/tor-sasl/drk] has joined #openbsd 06:30 -!- xmszkn [~xmszkn@user/xmszkn] has quit [Ping timeout: 255 seconds] 06:30 < quinq> morning all. 06:34 -!- Jaywalker_ [~Jaywalker@209.33.126.194] has joined #openbsd 06:34 -!- Jaywalker [~Jaywalker@209.33.126.194] has quit [Ping timeout: 255 seconds] 06:41 -!- huy_ [~huy@lfbn-tou-1-1287-51.w90-89.abo.wanadoo.fr] has quit [Ping timeout: 240 seconds] 06:41 -!- huy [~huy@lfbn-tou-1-1287-12.w90-89.abo.wanadoo.fr] has joined #openbsd 06:52 -!- jsolano [~juan@li2042-246.members.linode.com] has joined #openbsd 06:54 -!- jsolano [~juan@li2042-246.members.linode.com] has quit [Client Quit] 06:54 -!- jsolano [~juan@li2042-246.members.linode.com] has joined #openbsd 06:57 -!- struchu [~struchu@62.87.192.114] has joined #openbsd 06:59 -!- gbowne1 [~gbowne1@97-113-93-3.tukw.qwest.net] has quit [Remote host closed the connection] 06:59 -!- jsolano [~juan@li2042-246.members.linode.com] has quit [Quit: leaving] 06:59 -!- jsolano [~juan@li2042-246.members.linode.com] has joined #openbsd 07:05 -!- jsolano [~juan@li2042-246.members.linode.com] has quit [Quit: leaving] 07:06 -!- jsolano [~juan@li2042-246.members.linode.com] has joined #openbsd 07:07 -!- jastrom [~jastrom@mailer.nolife.se] has joined #openbsd 07:10 -!- jsolano [~juan@li2042-246.members.linode.com] has quit [Client Quit] 07:10 -!- edthix [~Thunderbi@1.9.207.33] has joined #openbsd 07:12 -!- jsolano [~juan@li2042-246.members.linode.com] has joined #openbsd 07:12 -!- billchenchina [~billchenc@113.57.152.160] has joined #openbsd 07:14 -!- billchenchina- [~billchenc@113.57.152.160] has joined #openbsd 07:14 -!- jsolano [~juan@li2042-246.members.linode.com] has quit [Client Quit] 07:15 -!- jsolano [~juan@li2042-246.members.linode.com] has joined #openbsd 07:17 -!- billchenchina [~billchenc@113.57.152.160] has quit [Ping timeout: 240 seconds] 07:18 -!- jsolano [~juan@li2042-246.members.linode.com] has quit [Client Quit] 07:19 -!- jsolano [~juan@li2042-246.members.linode.com] has joined #openbsd 07:24 -!- Posterdati [~Posterdat@user/Posterdati] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 07:24 -!- billchenchina- [~billchenc@113.57.152.160] has quit [Ping timeout: 240 seconds] 07:24 -!- billchenchina [~billchenc@2a0c:b641:7a2:230::10] has joined #openbsd 07:26 -!- shiranaihito_ [~shiranaih@2001:fb1:76:64dd:5895:cbe3:6ca0:8ef7] has joined #openbsd 07:27 -!- an3223 [~user@user/an3223] has quit [Remote host closed the connection] 07:28 -!- feriman [~feriman@user/feriman] has joined #openbsd 07:32 -!- feriman [~feriman@user/feriman] has quit [Client Quit] 07:33 -!- feriman [~feriman@user/feriman] has joined #openbsd 07:33 -!- danilogondolfo [~danilogon@37.228.206.65] has joined #openbsd 07:35 -!- vysn [~vysn@user/vysn] has joined #openbsd 07:36 -!- f6k__ [~f6k@2a01:e0a:211:2070:4750:4b48:6287:152f] has joined #openbsd 07:38 -!- an3223 [~user@user/an3223] has joined #openbsd 07:38 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 07:39 -!- f6k_ [~f6k@69.4.234.36] has quit [Ping timeout: 272 seconds] 07:40 -!- markmcb [~markmcb@138.199.43.95] has quit [Ping timeout: 258 seconds] 07:41 -!- Posterdati [~Posterdat@user/Posterdati] has joined #openbsd 07:43 -!- markmcb [~markmcb@192.252.212.44] has joined #openbsd 07:44 < Posterdati> hi 07:45 < Posterdati> wow the latest x server patch is fantastic, now the screen saver crashes more frequently 07:45 < Posterdati> :) 07:45 -!- billchenchina [~billchenc@2a0c:b641:7a2:230::10] has quit [Remote host closed the connection] 07:46 -!- daugaard [~daugaard@nat-cgn9-185-107-12-178.static.kviknet.net] has joined #openbsd 07:49 -!- Old-Ben-Jabroni [~Old-Ben-J@user/Old-Ben-Jabroni] has joined #openbsd 07:59 -!- codermattie [~codermatt@174-21-52-209.tukw.qwest.net] has quit [Read error: Connection reset by peer] 08:03 -!- teliu [~teliu@2001:9e8:83c9:6d00:d01b:e18c:faff:ac6d] has joined #openbsd 08:06 -!- shiranaihito_ [~shiranaih@2001:fb1:76:64dd:5895:cbe3:6ca0:8ef7] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 08:14 -!- tertullian [~sonne@95.211.199.154] has joined #openbsd 08:27 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has quit [Remote host closed the connection] 08:28 -!- Old-Ben-Jabroni [~Old-Ben-J@user/Old-Ben-Jabroni] has quit [Remote host closed the connection] 08:31 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has joined #openbsd 08:31 -!- jambove_ [~jambove@51B6E4A8.dsl.pool.telekom.hu] has joined #openbsd 08:32 -!- jsolano [~juan@li2042-246.members.linode.com] has quit [Quit: leaving] 08:33 -!- jsolano [~juan@li2042-246.members.linode.com] has joined #openbsd 08:33 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:ed7c:6283:1fd4:b8a4] has quit [Ping timeout: 240 seconds] 08:33 -!- Old-Ben-Jabroni [~Old-Ben-J@user/Old-Ben-Jabroni] has joined #openbsd 08:35 -!- jambove [~jambove@51B6E4A8.dsl.pool.telekom.hu] has quit [Ping timeout: 255 seconds] 08:36 -!- jsolano [~juan@li2042-246.members.linode.com] has quit [Client Quit] 08:37 -!- jsolano [~juan@li2042-246.members.linode.com] has joined #openbsd 08:39 -!- rustyy [~rusty@74.3.163.187] has quit [Ping timeout: 255 seconds] 08:40 -!- Old-Ben-Jabroni [~Old-Ben-J@user/Old-Ben-Jabroni] has quit [Remote host closed the connection] 08:41 -!- teliu [~teliu@2001:9e8:83c9:6d00:d01b:e18c:faff:ac6d] has quit [Ping timeout: 252 seconds] 08:45 -!- Old-Ben-Jabroni [~Old-Ben-J@user/Old-Ben-Jabroni] has joined #openbsd 08:45 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:ed7c:6283:1fd4:b8a4] has joined #openbsd 08:45 -!- ficonni [~ficonni@178-223-128-35.dynamic.isp.telekom.rs] has quit [Quit: Lost terminal] 08:45 -!- xmszkn [~xmszkn@user/xmszkn] has joined #openbsd 08:47 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Remote host closed the connection] 08:48 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 08:49 -!- tetra_ [~tetra@159.100.245.96] has quit [Quit: tetra_] 08:52 -!- schillingklaus [~schilling@ip-77-25-21-135.web.vodafone.de] has joined #openbsd 08:54 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 08:56 -!- rustyy [~rusty@74.3.163.187] has joined #openbsd 08:56 -!- my [~my@user/my] has quit [Read error: Connection reset by peer] 08:56 -!- my [~my@user/my] has joined #openbsd 09:01 -!- coreystephanphd [~irc@user/coreystephanphd] has quit [Ping timeout: 272 seconds] 09:02 -!- f6k__ is now known as f6k 09:03 -!- coreystephanphd [~irc@user/coreystephanphd] has joined #openbsd 09:07 -!- willyg_cos [~willyg_co@user/willyg-cos/x-4994202] has quit [Quit: willyg_cos] 09:13 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 256 seconds] 09:14 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 09:15 -!- imega [~coma@55.42.150.83.ftth.as8758.net] has quit [Read error: Connection reset by peer] 09:20 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 09:20 -!- znedw [~znedw@home.znedw.com] has quit [Ping timeout: 255 seconds] 09:23 -!- BillyZane2 is now known as BillyZane 09:26 -!- znedw [~znedw@home.znedw.com] has joined #openbsd 09:32 -!- deepestt1aster [~deepestto@user/deepesttoaster] has joined #openbsd 09:32 -!- psydroid [~psydroid@user/psydroid] has joined #openbsd 09:33 -!- deepesttoaster [~deepestto@user/deepesttoaster] has quit [Ping timeout: 240 seconds] 09:36 -!- Alhazred [~Alhazred@user/Alhazred] has joined #openbsd 09:38 -!- adip [~adip@c144-197.icpnet.pl] has joined #openbsd 09:39 -!- billchenchina [~billchenc@113.57.152.160] has joined #openbsd 09:48 < armin> your screensaver is crashing? which one do you use? 09:51 < armin> and apropos screensavers, i somewhat fell in love with xlock recently, it feels just somewhat as weird as xscreensaver does... 09:52 < armin> but then again, i3lock felt somewhat crazy to me as well. 09:52 -!- shiranaihito_ [~shiranaih@2405:9800:b660:6a51:7106:be62:ba5d:a0ae] has joined #openbsd 09:53 -!- billchenchina- [~billchenc@2408:844f:1540:3a14:66f7:dd31:6474:1bb6] has joined #openbsd 09:55 -!- billchenchina [~billchenc@113.57.152.160] has quit [Ping timeout: 255 seconds] 09:57 -!- randyn24 [264b2a7c@m396.ata.ams-1.nl.appbox.co] has quit [Quit: Appbox - https://www.seedboxco.net] 09:58 -!- billchenchina- [~billchenc@2408:844f:1540:3a14:66f7:dd31:6474:1bb6] has quit [Remote host closed the connection] 09:59 -!- billchenchina- [~billchenc@2408:844f:1540:3a14:66f7:dd31:6474:1bb6] has joined #openbsd 10:05 -!- tby [~tby@2a05:d016:9cd:a400::c0de] has joined #openbsd 10:07 -!- zapata [~zapata@2a02:1748:fad4:7260:f9bc:8b58:a676:50f3] has joined #openbsd 10:07 -!- tetra_ [~tetra@91.92.155.18] has joined #openbsd 10:18 -!- randyn24 [d5c26659@m396.ata.ams-1.nl.appbox.co] has joined #openbsd 10:19 -!- kubast2 [~jakubby@user/kubast2] has joined #openbsd 10:22 -!- nightlor` [~user@31.185.2.82] has joined #openbsd 10:23 < kubast2> Hey I would like to ask about the openssh package. "https://termbin.com/98v5" /etc/ssh/sshd_config; Is it a well defined behavior? With ChrootDirectory, the user can't be used for sftp; 10:23 < kubast2> I just wanna know if there's some problem with the debian stable package or it's working as intended 10:25 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 10:27 -!- kubast2 [~jakubby@user/kubast2] has left #openbsd [Leaving] 10:29 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 256 seconds] 10:41 < IcePic> kusoneko: at least with internal-sftp, the directory the user lands in needs to be owned by root. All dirs under this place can be owned by the user 10:41 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 10:41 < IcePic> mis-nicked 10:41 -!- my [~my@user/my] has quit [Quit: my] 10:41 < IcePic> was for kubast2 which left 10:41 -!- my [~my@user/my] has joined #openbsd 10:42 -!- billchenchina- [~billchenc@2408:844f:1540:3a14:66f7:dd31:6474:1bb6] has quit [Remote host closed the connection] 10:47 -!- seninha [~seninha@user/seninha] has joined #openbsd 10:51 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 10:51 -!- seninha [~seninha@user/seninha] has joined #openbsd 11:01 -!- an3223 [~user@user/an3223] has quit [Remote host closed the connection] 11:02 -!- an3223 [~user@user/an3223] has joined #openbsd 11:03 -!- Night-Shade [~Tim@ip5b4142d0.dynamic.kabel-deutschland.de] has joined #openbsd 11:07 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:ed7c:6283:1fd4:b8a4] has quit [Ping timeout: 255 seconds] 11:09 -!- Old-Ben-Jabroni [~Old-Ben-J@user/Old-Ben-Jabroni] has quit [Remote host closed the connection] 11:09 -!- acidfoo [~acidfoo@67-130-41-130.dia.static.qwest.net] has joined #openbsd 11:09 -!- Old-Ben-Jabroni [~Old-Ben-J@user/Old-Ben-Jabroni] has joined #openbsd 11:17 -!- geekthattweaks [uid433447@user/geekthattweaks] has quit [Quit: Connection closed for inactivity] 11:19 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:ed7c:6283:1fd4:b8a4] has joined #openbsd 11:21 -!- shiranaihito_ [~shiranaih@2405:9800:b660:6a51:7106:be62:ba5d:a0ae] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 11:26 -!- SirJitsu-work [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 11:33 -!- my [~my@user/my] has quit [Ping timeout: 248 seconds] 11:33 -!- scain [~scain@2603-8080-b104-4e00-45cf-678b-0a7f-b897.res6.spectrum.com] has joined #openbsd 11:33 -!- cation [cation@user/cation] has quit [Ping timeout: 260 seconds] 11:36 -!- my [~my@user/my] has joined #openbsd 11:51 -!- Old-Ben-Jabroni [~Old-Ben-J@user/Old-Ben-Jabroni] has quit [Remote host closed the connection] 12:00 -!- miojo [~miojo@2804:18:6079:7029:6dc6:9ca0:de38:f897] has joined #openbsd 12:01 -!- nightlor` [~user@31.185.2.82] has left #openbsd [] 12:02 -!- Old-Ben-Jabroni [~Old-Ben-J@user/Old-Ben-Jabroni] has joined #openbsd 12:08 -!- zwr [~zwr@152.238.205.198] has joined #openbsd 12:13 -!- fspax [~fspax@185.244.48.254] has joined #openbsd 12:16 -!- Mete- [~quassel@2804:da8:f7a2:472c:9b5b:607d:ffab:5e2e] has quit [Ping timeout: 240 seconds] 12:18 -!- yool [yool@gateway/vpn/protonvpn/yool] has joined #openbsd 12:19 -!- edthix [~Thunderbi@1.9.207.33] has quit [Quit: edthix] 12:19 -!- Mete- [~quassel@186.250.13.100] has joined #openbsd 12:23 -!- markmcb [~markmcb@192.252.212.44] has quit [Ping timeout: 240 seconds] 12:24 -!- shazaum [~Thunderbi@user/shazaum] has joined #openbsd 12:27 -!- markmcb [~markmcb@173.205.93.6] has joined #openbsd 12:28 -!- yool [yool@gateway/vpn/protonvpn/yool] has quit [Ping timeout: 248 seconds] 12:29 -!- acidfoo [~acidfoo@67-130-41-130.dia.static.qwest.net] has quit [Ping timeout: 272 seconds] 12:30 < il> Noobie question: On my linux machines, my trackballs have some properties I can change with xinput (mainly concerned with properties which are named "libinput Scroll Method Enabled" and "libinput Button Scrolling Button"). It's not a shortsighted assumption to assume similar/same is available on obsd? 12:32 -!- imega [~coma@55.42.150.83.ftth.as8758.net] has joined #openbsd 12:32 -!- rainystorm [~rainystor@user/rainystorm] has quit [Quit: WeeChat 4.0.5] 12:33 -!- rainystorm1 [~rainystor@user/rainystorm] has joined #openbsd 12:38 -!- codeRex13 [~codeRex13@c-76-131-130-113.hsd1.co.comcast.net] has joined #openbsd 12:41 -!- acidfoo [~acidfoo@67-130-41-130.dia.static.qwest.net] has joined #openbsd 12:42 -!- yool [yool@gateway/vpn/protonvpn/yool] has joined #openbsd 12:43 -!- dub_a [~dub_a@c-73-25-187-149.hsd1.wa.comcast.net] has joined #openbsd 12:44 -!- codeRex13 [~codeRex13@c-76-131-130-113.hsd1.co.comcast.net] has quit [Ping timeout: 272 seconds] 12:46 -!- acidfoo [~acidfoo@67-130-41-130.dia.static.qwest.net] has quit [Ping timeout: 252 seconds] 12:46 -!- shiranaihito_ [~shiranaih@2001:fb1:76:6e91:812d:3fc0:3426:42a9] has joined #openbsd 12:47 -!- yool [yool@gateway/vpn/protonvpn/yool] has quit [Quit: Client closed] 12:49 -!- my [~my@user/my] has quit [Quit: my] 12:50 -!- my [~my@user/my] has joined #openbsd 12:50 -!- yool [yool@gateway/vpn/protonvpn/yool] has joined #openbsd 12:51 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 12:51 < armin> il: i would assume there's something in "wsconsctl" 12:52 -!- antim0d3s [~JarJarBin@101.117.122.171] has joined #openbsd 12:52 < armin> il: wsmouse is exposed as xinput device, too, so using xinput might work as well, but i never had to use that. 12:54 -!- yool [yool@gateway/vpn/protonvpn/yool] has quit [Client Quit] 12:54 -!- sdfgsdfg [~JarJarBin@user/sdfgsdfg] has quit [Ping timeout: 258 seconds] 12:55 -!- ficonni [~ficonni@178-223-128-35.dynamic.isp.telekom.rs] has joined #openbsd 12:58 -!- rainystorm1 [~rainystor@user/rainystorm] has quit [Quit: WeeChat 4.0.5] 13:02 < hardkorebob> morning 13:08 -!- BillyZane [~BillyZane@user/BillyZane] has quit [Ping timeout: 260 seconds] 13:11 < PyR3X> is the pine64 laptop pro fully supported on openbsd? 13:14 < sibiria> no 13:14 < sibiria> but it works reasonable well with a bit of effort 13:14 < sibiria> reasonably* 13:19 -!- rainystorm [~rainystor@user/rainystorm] has joined #openbsd 13:24 -!- Leonarbro [~Leo@user/leonarbro] has joined #openbsd 13:25 -!- deepesttoaster [~deepestto@user/deepesttoaster] has joined #openbsd 13:26 -!- d93 [~d93@173-207-31-31.cpe.cableone.net] has quit [Remote host closed the connection] 13:27 -!- deepestt1aster [~deepestto@user/deepesttoaster] has quit [Ping timeout: 264 seconds] 13:27 -!- eeerik8 [~eeerik8@95.179.149.48] has quit [Quit: leaving] 13:27 -!- eeerik8 [~eeerik8@95.179.149.48] has joined #openbsd 13:29 -!- schna [~schna@ip-178-200-236-181.um45.pools.vodafone-ip.de] has quit [] 13:36 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 264 seconds] 13:39 -!- zimmer [~zimmer@92.40.214.88.threembb.co.uk] has joined #openbsd 13:39 -!- zimmer [~zimmer@92.40.214.88.threembb.co.uk] has quit [Changing host] 13:39 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 13:41 -!- schillingklaus [~schilling@ip-77-25-21-135.web.vodafone.de] has quit [Remote host closed the connection] 13:43 -!- shiranaihito_ [~shiranaih@2001:fb1:76:6e91:812d:3fc0:3426:42a9] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 13:44 -!- miojo [~miojo@2804:18:6079:7029:6dc6:9ca0:de38:f897] has quit [Ping timeout: 248 seconds] 13:46 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has quit [Ping timeout: 256 seconds] 13:49 -!- daugaard [~daugaard@nat-cgn9-185-107-12-178.static.kviknet.net] has quit [Ping timeout: 258 seconds] 13:49 -!- Bradipo [~amb@50-77-44-29-static.hfc.comcastbusiness.net] has joined #openbsd 13:50 -!- shiranaihito_ [~shiranaih@2001:fb1:76:6e91:9528:660f:1fac:b4b] has joined #openbsd 13:52 -!- grobi [~grobi@user/grobi] has quit [Remote host closed the connection] 13:52 -!- shazaum [~Thunderbi@user/shazaum] has quit [Quit: shazaum] 14:02 -!- bob_x1 [~bob_x@user/bob-x1/x-8934932] has quit [Ping timeout: 256 seconds] 14:02 -!- utkojhamela [~utkojhame@37.111.219.185] has joined #openbsd 14:02 -!- bob_x1 [~bob_x@user/bob-x1/x-8934932] has joined #openbsd 14:03 -!- teliu [~teliu@2001:638:a06:1060:b6b9:fb02:8048:e36b] has joined #openbsd 14:05 -!- Guest7221 [~Guest7221@user/nex8192] has left #openbsd [Error from remote client] 14:07 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has joined #openbsd 14:10 -!- Neo [~Neo@176.212.112.193] has joined #openbsd 14:10 -!- Neo is now known as Guest2483 14:10 -!- Guest2483 is now known as Sasipator 14:11 -!- Sasipator is now known as register 14:11 -!- register is now known as TiberianSun 14:12 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 260 seconds] 14:12 < TiberianSun> hi all! 14:13 < TiberianSun> help me plese with openbsd multiproccessors 14:13 < hardkorebob> Hi 14:13 < hardkorebob> shoot the q 14:13 < TiberianSun> i`m installing openbsd 7.4 on virtualbox in smp mode, then i change mode to multi, but in htop i see only one CPU 14:14 < TiberianSun> and i do now have bsd.mp 14:14 -!- luna_ [~luna@fedora/bittin] has joined #openbsd 14:14 < TiberianSun> when i try on boot: boot /bsd.mp i see no suck file 14:15 < hardkorebob> did u change the virtualbox settings? 14:15 < TiberianSun> yes 14:16 < TiberianSun> bsd use kernel /bsd on boot (kernel for simple CPU) 14:16 < TiberianSun> but kernel /bsd.mp i do not have :( 14:16 < hardkorebob> TiberianSun, https://bpa.st/CWDQ 14:16 < hardkorebob> maybe because it doesnt see the multi "virtual" cpus 14:19 < TiberianSun> i`m do not understand step 2 14:19 < TiberianSun>  fw_update 14:20 < TiberianSun> server# fw_update 14:20 < TiberianSun> fw_update: add none; update none; keep amd 14:20 < TiberianSun> server# 14:20 < TiberianSun> :( 14:21 < hardkorebob> TiberianSun, https://bpa.st/YNCA 14:21 < TiberianSun> server# cp /bsd.mp /bsd 14:21 < TiberianSun> cp: /bsd.mp: No such file or directory 14:21 < TiberianSun> server# 14:24 -!- daugaard [~daugaard@nat-cgn9-185-107-12-178.static.kviknet.net] has joined #openbsd 14:24 < hardkorebob> https://www.openbsd.org/faq/faq4.html 14:24 -!- dastain [~dastain@81.4.102.12] has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in] 14:24 < hardkorebob> https://ftp.openbsd.org/pub/OpenBSD/7.4/amd64/ [change your arch to whatever (amd64)] 14:25 < hardkorebob> you can download the bsd.mp there 14:26 -!- my [~my@user/my] has left #openbsd [Good Bye] 14:26 < TiberianSun> wow. thx for you! 14:27 -!- V-T60 [~me@shapovalov.tech] has quit [Read error: Connection reset by peer] 14:27 -!- billchenchina [~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe] has joined #openbsd 14:28 -!- user71 [~user71@2001:1530:1012:12c2:1e6f:65ff:fe88:557f] has joined #openbsd 14:28 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has quit [Ping timeout: 256 seconds] 14:29 < hardkorebob> forgive me friends 14:29 < hardkorebob> I wont link any more ChatGPT 14:29 < hardkorebob> Didint know that was a 'no-no' on irc, even tho its a sanitized paste. Not sure how Im doing a diservice 14:30 < TiberianSun> hardkorebob, it work! verry verry verry thx for you!!!!!!!! 14:31 -!- billchenchina [~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe] has quit [Remote host closed the connection] 14:31 -!- billchenchina [~billchenc@2408:824e:d25:b11:d040:81bb:144:724d] has joined #openbsd 14:32 -!- V-T60 [~me@shapovalov.tech] has joined #openbsd 14:33 -!- TFOZ [~tom@user/TFOZ] has joined #openbsd 14:33 < Bradipo> hardkorebob: Well for one, the link that you posted seems to have all kinds of misinformation in it. 14:34 -!- vortexx [~nothing@user/vortexx] has quit [Ping timeout: 258 seconds] 14:35 < Bradipo> It suggests using pkg_add to install bsd.mp? Really? Unless there is some backdoor functionality, pkg_add is used to install packages(7). 14:36 < Bradipo> It also talks about using fw_update to install bsd.mp. Again, nothing but misinformation. 14:36 < IcePic> also, you need to change /etc/boot.conf to use /bsd.mp unless you overwrite /bsd so it would not even work even if pkg_add was possible 14:37 < IcePic> so typical AI vomit of stuff that looks plausible but in the end is so wrong that it takes a keen eye to spot all the problems, so by then you don't need to talk to the AI to get "help" from it 14:37 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has joined #openbsd 14:42 -!- thimc [~thimc@2a03:1b20:1:f410::a01e] has joined #openbsd 14:42 -!- dastain [~dastain@81.4.102.12] has joined #openbsd 14:44 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 14:45 < pardis> TiberianSun: do not simply download bsd.mp to /bsd.mp 14:45 < pardis> you will not get kernel security patches with syspatch that way 14:45 < pardis> the simplest thing to do is boot /bsd.rd, "upgrade" to the same version, then reapply syspatches 14:45 < pardis> the installer will install bsd.mp by default if it detects multiple cores 14:47 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 14:48 < sibiria> what else does the system track for this besides the checksums in /var/db? 14:48 -!- holsta [~holsta@user/holsta] has joined #openbsd 14:48 < pardis> you also need the object files for the correct kernel, which are in the base set 14:49 < pardis> you can extract that manually, but it's probably more work than what I said 14:49 < pardis> especially for a new user 14:55 -!- nonlinear [~nonlinear@cpe-69-23-143-155.elp.res.rr.com] has joined #openbsd 14:57 < TiberianSun> pardis, when i install openbsd on virtualbox - multiprocessor call error, then i turn off multiproc, install openbsd, and turn on mulriproc 14:58 -!- TiberianSun [~Neo@176.212.112.193] has quit [Quit: Client closed] 14:58 < oldlaptop> What "error" do you see, exactly? 14:58 < oldlaptop> Oh. 14:58 -!- Neo [~Neo@176.212.112.193] has joined #openbsd 14:58 -!- Neo is now known as Guest3674 14:58 -!- Guest3674 is now known as TiberianSun 14:58 < oldlaptop> TiberianSun: What "error" do you see, exactly? 14:58 < TiberianSun> one sec 14:59 < TiberianSun> Installing bsd 0% (...)dc_atapi_start: not ready, st = 40fatal protection fault in supervisor modetrap type 4 code 0 rip ff(...) cs 8 rflags 10286 cr2 42f9c8 cpl 6 rsp ff(...)gsbase 0xff(...) kgsbase 0x0panic: trap type 4, code=0, pc=ff(...)syncing disks...6 6 (...) 14:59 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 15:00 < oldlaptop> That seems kind of suspicious. The kernel the installer runs (bsd.rd) doesn't even have multiprocessor support. 15:00 -!- struchu [~struchu@62.87.192.114] has quit [Quit: WeeChat 4.0.5] 15:00 < oldlaptop> (as nearly as I can recall, anyway) 15:00 -!- billchenchina- [~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe] has joined #openbsd 15:00 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 15:01 -!- NavalUser [~naval_use@176.212.112.193] has joined #openbsd 15:01 < oldlaptop> dc_atapi_start sounds like something to do with the emulated CD-ROM drive. (Not necessarily connected with the panic.) 15:02 -!- neirac [~neirac@132.226.160.236] has joined #openbsd 15:02 -!- brock [~brock@207.38.160.30] has quit [Ping timeout: 255 seconds] 15:03 -!- billchenchina [~billchenc@2408:824e:d25:b11:d040:81bb:144:724d] has quit [Ping timeout: 258 seconds] 15:03 < TiberianSun> :( 15:03 -!- billchenchina- [~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe] has quit [Remote host closed the connection] 15:03 -!- billchenchina- [~billchenc@103.152.35.21] has joined #openbsd 15:04 < oldlaptop> I would usually recommend using some other hypervisor than Virtualbox to run OpenBSD, precisely because it (Virtualbox) seems to be rather buggy. On Windows, Hyper-V is a better option; on Linux, kvm works well, and virt-manager is a "friendly" GUI for it vaguely similar to Virtualbox's. 15:05 < oldlaptop> (OpenBSD has explicit paravirtualization support for both of those.) 15:06 -!- TiberianSun [~Neo@176.212.112.193] has quit [Quit: Client closed] 15:06 -!- NavalUser is now known as TiberianSun 15:06 < TiberianSun> I guess I'll do just that, switch to hyper-v 15:08 -!- luna_ [~luna@fedora/bittin] has left #openbsd [] 15:08 -!- uwu_linux_openbs [~uwu_linux@2a09:bac1:36a0:10::241:d] has quit [Remote host closed the connection] 15:09 -!- uwu_linux_openbs [~uwu_linux@2a09:bac1:36a0:10::241:d] has joined #openbsd 15:09 -!- ZtevOz [~Thunderbi@lfbn-idf3-1-360-46.w83-199.abo.wanadoo.fr] has joined #openbsd 15:11 < hardkorebob> again pardon the intrusion 15:12 -!- rainystorm [~rainystor@user/rainystorm] has quit [Quit: WeeChat 4.0.5] 15:15 -!- billchenchina- [~billchenc@103.152.35.21] has quit [Read error: Connection reset by peer] 15:17 -!- billchenchina [~billchenc@103.152.35.21] has joined #openbsd 15:19 -!- brock [~brock@207.38.160.30] has joined #openbsd 15:20 -!- utkojhamela [~utkojhame@37.111.219.185] has quit [Read error: Connection reset by peer] 15:21 -!- hardkorebob [~hardkoreb@ip98-169-151-203.dc.dc.cox.net] has quit [Remote host closed the connection] 15:25 -!- joe9 [~joe@c-73-24-194-198.hsd1.az.comcast.net] has joined #openbsd 15:26 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 15:26 -!- nightlor` [~user@31.185.2.82] has joined #openbsd 15:27 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 15:27 -!- teliu [~teliu@2001:638:a06:1060:b6b9:fb02:8048:e36b] has quit [Ping timeout: 258 seconds] 15:30 -!- rainystorm [~rainystor@user/rainystorm] has joined #openbsd 15:30 -!- utkojhamela [~utkojhame@37.111.219.185] has joined #openbsd 15:31 -!- zxrom [~zxrom@mm-73-16-212-37.vitebsk.dynamic.pppoe.byfly.by] has quit [Quit: Leaving] 15:34 -!- rustyy [~rusty@74.3.163.187] has quit [Quit: leaving] 15:38 -!- hardkorebob [~hardkoreb@ip98-169-151-203.dc.dc.cox.net] has joined #openbsd 15:38 -!- ClaudioM [claudiom@tilde.institute] has joined #openbsd 15:38 -!- Rue_ [~rue@1-162-150-58.dynamic-ip.hinet.net] has joined #openbsd 15:40 -!- rustyy [~rusty@74.3.163.187] has joined #openbsd 15:44 -!- f6k_ [~f6k@149.102.246.46] has joined #openbsd 15:47 -!- f6k [~f6k@2a01:e0a:211:2070:4750:4b48:6287:152f] has quit [Ping timeout: 240 seconds] 15:47 < lts> Spam via announce@ list? 15:48 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 15:48 < visl> i have one of these intel cpus that has e-cores and p-cores. is there a way for me to enable/disable them from sysctl or something? essentially i'd want to run on e-cores all the time unless i decide i want to compile something then i'd re-enable the p-cores and disable them when i'm done. 15:50 < Abdullah> My boss said, "In general, aim for about 1000 words (shorter if a poem or ASCII art). Your file 15:50 < Abdullah> must be done in the vi editor and then subsequently tared to your floppy to be 15:50 < Abdullah> handed into me." 15:50 < Abdullah> so I should create a ascii art using vim, tar it and hand it over to him? 15:50 < Abdullah> sorry, I"m not a native English speaker. 15:50 < ssm_> Abdullah: wrong channel? 15:51 < Abdullah> I know but its related to UNIX ;-) 15:51 < Bradipo> Abdullah: Well, he didn't say vim, he said vi. 15:51 < moviuro> what happened on announce@ ? Got a spam from it 15:51 < Abdullah> ah yeah but vi is mostly symlinked to vim ;-) 15:52 < Bradipo> moviuro: Spam is a fact of life. 15:52 < Bradipo> Abdullah: No it's not. 15:52 < moviuro> Bradipo: not when it's from announce@openbsd.org, no 15:52 < ssm_> normal text editors don't leave metadata identifying what text editor you edited the file in. You have to go to bloat editors and bloat formats for that kind of nonsense 15:52 < Abdullah> In OpenBSD its not symlinked. 15:52 < Bradipo> Abdullah: Last I checked, this is #openbsd. :-) 15:53 -!- hardkorebob [~hardkoreb@ip98-169-151-203.dc.dc.cox.net] has quit [Remote host closed the connection] 15:53 < moviuro> http://ix.io/4K14 15:53 -!- uwu_linux_openbs [~uwu_linux@2a09:bac1:36a0:10::241:d] has quit [Quit: WeeChat 4.0.5] 15:53 < Abdullah> /usr/sbin/vi: symbolic link to ex 15:56 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has quit [Ping timeout: 256 seconds] 15:57 -!- ArtGravity [~artgravit@user/artgravity] has joined #openbsd 15:58 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 15:59 < dqk> you can know when something is created by emacs though, it's not puting a newline at the end of the file 15:59 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 255 seconds] 15:59 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has joined #openbsd 15:59 -!- Rue_ [~rue@1-162-150-58.dynamic-ip.hinet.net] has quit [Quit: WeeChat 4.0.4] 16:00 -!- Rue_ [~rue@1-162-150-58.dynamic-ip.hinet.net] has joined #openbsd 16:01 -!- sunwind [~paradox@101.189.208.46.dyn.plus.net] has quit [Quit: Outside Context Problem.] 16:05 -!- Onepamopa [~Onepamopa@78.83.17.196] has joined #openbsd 16:06 -!- ficonni [~ficonni@178-223-128-35.dynamic.isp.telekom.rs] has quit [Quit: Lost terminal] 16:07 -!- tby [~tby@2a05:d016:9cd:a400::c0de] has quit [Remote host closed the connection] 16:08 -!- f6k__ [~f6k@2a01:e0a:211:2070:4750:4b48:6287:152f] has joined #openbsd 16:10 -!- utkojhamela [~utkojhame@37.111.219.185] has quit [Ping timeout: 272 seconds] 16:11 -!- f6k_ [~f6k@149.102.246.46] has quit [Ping timeout: 255 seconds] 16:12 -!- f6k__ is now known as f6k 16:16 -!- grobi [~grobi@user/grobi] has joined #openbsd 16:18 < dayid> Abdullah: There is no "/usr/sbin/vi" in OpenBSD base. 16:18 -!- jastrom [~jastrom@mailer.nolife.se] has quit [Quit: Leaving] 16:19 -!- TiberianSun [~naval_use@176.212.112.193] has quit [Quit: Naval v1.2 Pro] 16:19 -!- tby [~tby@2a05:d016:9cd:a400::c0de] has joined #openbsd 16:21 -!- sjg [~sjg@user/sjg] has joined #openbsd 16:25 -!- hardkorebob [~hardkoreb@ip98-169-151-203.dc.dc.cox.net] has joined #openbsd 16:26 < eea> any strong opinions about CalDAV services on openbsd/httpd? 16:26 < eea> looking at baikal now 16:28 -!- zxrom [~zxrom@mm-73-16-212-37.vitebsk.dynamic.pppoe.byfly.by] has joined #openbsd 16:28 -!- utkojhamela [~utkojhame@58.145.184.254] has joined #openbsd 16:28 < lts> Never heard of issues with them, they just seem to work. I run baikal, though it's on a linux host 16:33 -!- rcf [rcf@209.160.32.186] has quit [Quit: WeeChat 3.8] 16:33 < sdk_> eea: I'm running radicale on openbsd. No complaints. Does what it should do. 16:34 -!- rcf [rcf@iceland.sdf.org] has joined #openbsd 16:34 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 16:34 < sdk_> eea: it doesn't need httpd. It runs on its own port. I use relayd for tls and redirect to radicale. 16:35 < eea> sdk_: pro tip, thank you. since I am already using relayd for tls, i will give radicale a go 16:38 -!- nonlinear [~nonlinear@cpe-69-23-143-155.elp.res.rr.com] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 16:39 -!- rainystorm [~rainystor@user/rainystorm] has quit [Quit: WeeChat 4.0.5] 16:43 -!- piotr_ [~piotr@user/filystyn] has joined #openbsd 16:47 -!- miojo [~miojo@2804:18:6079:7029:6dc6:9ca0:de38:f897] has joined #openbsd 16:49 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 256 seconds] 16:50 -!- seninha [~seninha@user/seninha] has joined #openbsd 16:51 -!- rainystorm [~rainystor@user/rainystorm] has joined #openbsd 16:54 < armin> my recommendation is radicale, too. 16:54 < armin> it's not perfect, but it's the best i was able to find. 16:55 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 16:55 -!- ajr [uid609314@user/ajr] has joined #openbsd 17:01 -!- Onepamopa [~Onepamopa@78.83.17.196] has quit [Quit: Client closed] 17:06 -!- anexit [~anexit@46.23.90.146] has quit [Ping timeout: 248 seconds] 17:06 -!- k0ga [~k0ga@simple-cc.org] has quit [Ping timeout: 255 seconds] 17:06 -!- letoram [~bjorn@user/letoram] has quit [Ping timeout: 255 seconds] 17:08 -!- anexit [~anexit@46.23.90.146] has joined #openbsd 17:08 -!- k0ga [~k0ga@simple-cc.org] has joined #openbsd 17:08 -!- letoram [~bjorn@user/letoram] has joined #openbsd 17:09 -!- gh34 [~textual@cpe-184-58-181-106.wi.res.rr.com] has joined #openbsd 17:10 -!- bket [~bket@user/bket] has quit [Ping timeout: 248 seconds] 17:11 -!- jacobk [~quassel@64.189.201.150] has quit [Ping timeout: 248 seconds] 17:12 -!- bket [~bket@user/bket] has joined #openbsd 17:22 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 17:23 -!- TiberianSun [~naval_use@176.212.112.193] has joined #openbsd 17:23 -!- Onepamopa [~Onepamopa@78.83.17.196] has joined #openbsd 17:23 < TiberianSun> guys, tell me please, how i can install php82-xmlrpc on openbsd 7.4? 17:23 < TiberianSun> pkg_add can not search package :( 17:23 < TiberianSun> can search only for php72 17:27 < CNOT> pkg_info -Q php-xmlrpc 17:28 -!- vortexx [~nothing@85-218-31-108.dclient.lsne.ch] has joined #openbsd 17:28 -!- vortexx [~nothing@85-218-31-108.dclient.lsne.ch] has quit [Changing host] 17:28 -!- vortexx [~nothing@user/vortexx] has joined #openbsd 17:29 < CNOT> i dont know how php works but normal 'php' package seems to be "php 82" at least 17:30 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 17:31 -!- nonlinear [~nonlinear@cpe-69-23-143-155.elp.res.rr.com] has joined #openbsd 17:31 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 17:38 -!- hardkorebob [~hardkoreb@ip98-169-151-203.dc.dc.cox.net] has quit [Remote host closed the connection] 17:40 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has joined #openbsd 17:42 -!- Guest7221 [~Guest7221@user/nex8192] has joined #openbsd 17:46 -!- memset_ [~memset@gateway/tor-sasl/memset] has joined #openbsd 17:47 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 256 seconds] 17:49 -!- miojo [~miojo@2804:18:6079:7029:6dc6:9ca0:de38:f897] has quit [Remote host closed the connection] 17:55 -!- mason [~mason@fsf/member/ChibaPet] has left #openbsd [] 17:56 < vortexx> I was going to wait till after 10 pm to restart all my OpenBSD devices to boot the new 002 syspatch kernel but the cleaning lady managed to disconnect the server ... Oh well, all done 17:57 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 17:58 < CNOT> you have a 'cleaning lady'? ok 17:59 -!- ZtevOz [~Thunderbi@lfbn-idf3-1-360-46.w83-199.abo.wanadoo.fr] has quit [Quit: ZtevOz] 18:00 -!- memset_ [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 256 seconds] 18:07 -!- jacobk [~quassel@129.110.242.224] has joined #openbsd 18:07 -!- eki [~eki@dsl-hkibng41-54f85a-212.dhcp.inet.fi] has quit [Quit: leaving] 18:07 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 18:08 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 18:14 -!- shiranaihito_ [~shiranaih@2001:fb1:76:6e91:9528:660f:1fac:b4b] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 18:15 -!- rainystorm [~rainystor@user/rainystorm] has quit [Ping timeout: 248 seconds] 18:17 -!- nightlor` [~user@31.185.2.82] has left #openbsd [] 18:19 -!- format_c [~format_c@home.koeppe.rocks] has joined #openbsd 18:20 -!- format_c [~format_c@home.koeppe.rocks] has quit [Client Quit] 18:20 -!- tercaL [~tercaL@user/tercal] has quit [Quit: enter the Tekken!] 18:23 -!- miojo [~miojo@2804:18:6079:7029:6dc6:9ca0:de38:f897] has joined #openbsd 18:27 -!- miojo [~miojo@2804:18:6079:7029:6dc6:9ca0:de38:f897] has quit [Ping timeout: 248 seconds] 18:29 -!- tercaL [~tercaL@user/tercal] has joined #openbsd 18:34 -!- memset_ [~memset@gateway/tor-sasl/memset] has joined #openbsd 18:36 -!- joe9 [~joe@c-73-24-194-198.hsd1.az.comcast.net] has quit [Quit: leaving] 18:36 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 240 seconds] 18:38 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 256 seconds] 18:41 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Remote host closed the connection] 18:43 -!- viq|w [~viq@user/viq] has quit [Ping timeout: 255 seconds] 18:46 -!- billchenchina [~billchenc@103.152.35.21] has quit [Remote host closed the connection] 18:59 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has quit [Remote host closed the connection] 18:59 -!- nonlinear [~nonlinear@cpe-69-23-143-155.elp.res.rr.com] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 19:02 -!- Noisytoot [~noisytoot@sourcehut/user/noisytoot] has quit [Remote host closed the connection] 19:03 -!- Noisytoot [~noisytoot@sourcehut/user/noisytoot] has joined #openbsd 19:04 -!- TiberianSun [~naval_use@176.212.112.193] has quit [Quit: Naval v1.2 Pro] 19:07 -!- sunwind [~paradox@101.189.208.46.dyn.plus.net] has joined #openbsd 19:08 -!- viq|w [~viq@user/viq] has joined #openbsd 19:10 -!- pehaef [~pehaef@user/pehaef] has joined #openbsd 19:10 -!- pehaef [~pehaef@user/pehaef] has quit [Client Quit] 19:10 -!- eki [~eki@dsl-hkibng41-54f85a-212.dhcp.inet.fi] has joined #openbsd 19:11 -!- Rue_ [~rue@1-162-150-58.dynamic-ip.hinet.net] has quit [Quit: WeeChat 4.0.4] 19:11 -!- codermattie [~codermatt@174-21-52-209.tukw.qwest.net] has joined #openbsd 19:13 -!- feriman [~feriman@user/feriman] has quit [Read error: Connection reset by peer] 19:14 -!- wiu [~wiu@user/wiu] has quit [Ping timeout: 255 seconds] 19:18 -!- feriman [~feriman@user/feriman] has joined #openbsd 19:18 -!- wiu [~wiu@user/wiu] has joined #openbsd 19:20 -!- lester29 [lester29@nastycode.com] has quit [Ping timeout: 248 seconds] 19:29 -!- lester29 [lester29@nastycode.com] has joined #openbsd 19:30 -!- jacobk [~quassel@129.110.242.224] has quit [Ping timeout: 260 seconds] 19:34 < ssm_> anyone else unable to play any videos inside a gtkwebkit browser? 19:34 < ssm_> (luakit, badwolf, epiphany, etc) 19:34 -!- lester29 [lester29@nastycode.com] has quit [Ping timeout: 272 seconds] 19:34 < ssm_> video plays for a few frames and then freezes 19:36 < ssm_> get the errors `Error writing to the eventfd at DMABufReleaseFlag: Device not configured` and `Failed to get GBM buffer from swap chain: no buffers available` in every gtkwebkit browser I try 19:36 < ssm_> looks kind of like a driver error? videos play fine in firefox or using gstreamer directly itself though 19:39 -!- vysn [~vysn@user/vysn] has quit [Remote host closed the connection] 19:39 < ssm_> s/gstreamer directly itself/gst-play-1.0/ 19:41 -!- jak3b [~jak3b@user/jak3b] has joined #openbsd 19:42 -!- Error [err@user/error] has quit [Ping timeout: 260 seconds] 19:43 -!- yool39 [yool@gateway/vpn/protonvpn/yool] has joined #openbsd 19:44 < piotr_> openbsd, games ? 19:44 -!- piotr_ is now known as FIlystyn 19:45 -!- Error [err@user/error] has joined #openbsd 19:46 < ssm_> FIlystyn: #openbsd-gaming 19:46 -!- yool39 [yool@gateway/vpn/protonvpn/yool] has quit [Client Quit] 19:47 -!- yool13 [yool@gateway/vpn/protonvpn/yool] has joined #openbsd 19:49 -!- yool13 [yool@gateway/vpn/protonvpn/yool] has quit [Client Quit] 19:49 -!- yool49 [yool@gateway/vpn/protonvpn/yool] has joined #openbsd 19:50 < avemestr> FIlystyn: Lots: https://www.playonbsd.com/games/ 19:52 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has joined #openbsd 19:54 -!- yool49 [yool@gateway/vpn/protonvpn/yool] has quit [Client Quit] 19:54 -!- wiu_1 [~wiu@mail.wiuma.de] has joined #openbsd 19:56 -!- wiu [~wiu@user/wiu] has quit [Ping timeout: 255 seconds] 19:56 -!- tozhu [~tozhu@218.253.136.10] has joined #openbsd 19:56 -!- tozhu [~tozhu@218.253.136.10] has quit [Client Quit] 19:56 < FIlystyn> jk i just don't play anygames nearly, sometimes zandonum doom but on linux since they use some closed sound lib that is not compiled for obsd and playing without sound sucks 19:56 < armin> i do play games on a very slow thinclient that runs openbsd. 19:57 < FIlystyn> compiled it even on obsd but well no sound sucks ;p 19:57 -!- jak3b [~jak3b@user/jak3b] has quit [Quit: WeeChat 4.1.0] 19:58 < ssm_> cataclysm-dda is the premier openbsd game, for me anyways 19:59 < FIlystyn> games take too much time 19:59 < FIlystyn> yeah just looked how it looks a DW variation 19:59 < FIlystyn> DF*** 20:00 -!- mappx1 [~KM@24.114.85.140] has joined #openbsd 20:01 < ssm_> it's nothing like DF 20:01 < ssm_> DF is more of a civilization management game 20:01 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 20:01 -!- byteskep1ical [~amnesia@user/byteskeptical] has joined #openbsd 20:01 -!- byteskep1ical [~amnesia@user/byteskeptical] has quit [Client Quit] 20:01 < ssm_> CDDA is an open ended apocalypse simulator where you play as a single character 20:03 -!- mappx [~KM@user/mappx] has quit [Ping timeout: 272 seconds] 20:05 -!- TFOZ [~tom@user/TFOZ] has quit [Quit: Konversation terminated!] 20:08 -!- shazaum [~Thunderbi@user/shazaum] has joined #openbsd 20:10 -!- lester29 [lester29@lester29.nastycode.com] has joined #openbsd 20:14 < FIlystyn> pretty sure there was single character in DF 20:15 < FIlystyn> where you played as some kind of DnD one char team 20:16 -!- mappx_ [~KM@104-192-232-164.ppp.storm.ca] has joined #openbsd 20:17 -!- user71 [~user71@2001:1530:1012:12c2:1e6f:65ff:fe88:557f] has quit [Quit: Leaving] 20:19 -!- gbowne1 [~gbowne1@97-113-93-3.tukw.qwest.net] has joined #openbsd 20:19 -!- mappx1 [~KM@24.114.85.140] has quit [Ping timeout: 240 seconds] 20:22 -!- SirJitsu-work [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Read error: Connection reset by peer] 20:24 < armin> 21:59 [ FIlystyn] games take too much time 20:24 < armin> depends on the game. i'd say that's true for at least 99% of them. 20:24 -!- seninha [~seninha@user/seninha] has joined #openbsd 20:24 < armin> most games are simply wayyyyyyyyyyyyyyy to complex. 20:24 -!- teliu [~teliu@2001:9e8:83c9:6d00:d01b:e18c:faff:ac6d] has joined #openbsd 20:25 < armin> there was this chromium-bsu game for example, i never managed to even reach level 3. 20:25 < ssm_> oh yeah DF has adventurer mode, which seems to be more like a standard roguelike experience 20:26 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Ping timeout: 240 seconds] 20:27 -!- fspax [~fspax@185.244.48.254] has quit [Quit: Lost terminal] 20:32 -!- fspax [~fspax@185.244.48.254] has joined #openbsd 20:32 -!- nonlinear [~nonlinear@cpe-69-23-143-155.elp.res.rr.com] has joined #openbsd 20:37 -!- rpratt [~rpratt@172.76.69.208] has joined #openbsd 20:41 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 20:42 -!- Noisytoot [~noisytoot@sourcehut/user/noisytoot] has quit [Ping timeout: 260 seconds] 20:47 -!- wiu [~wiu@user/wiu] has joined #openbsd 20:47 < FIlystyn> armin - thats why i liek doom. one map 1-2 hours of gameplay and fin. Most maps are made you can end it starting with pistol, you collect other weapons in the gameplay. no saves needed. for me best expirence. Since i probably play 1 - 2 time per month 20:47 -!- wiu_1 [~wiu@mail.wiuma.de] has quit [Ping timeout: 255 seconds] 20:48 -!- Noisytoot [~noisytoot@sourcehut/user/noisytoot] has joined #openbsd 20:49 -!- fspax [~fspax@185.244.48.254] has quit [Quit: Lost terminal] 20:50 -!- wiu_1 [~wiu@mail.wiuma.de] has joined #openbsd 20:51 -!- wiu [~wiu@user/wiu] has quit [Ping timeout: 246 seconds] 20:55 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has quit [Ping timeout: 248 seconds] 20:56 -!- shazaum [~Thunderbi@user/shazaum] has quit [Ping timeout: 240 seconds] 20:59 -!- wiu [~wiu@user/wiu] has joined #openbsd 20:59 -!- wiu_1 [~wiu@mail.wiuma.de] has quit [Ping timeout: 240 seconds] 21:02 -!- jacobk [~quassel@129.110.242.224] has joined #openbsd 21:03 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 21:07 -!- zimmer [~zimmer@user/zimmer] has quit [Remote host closed the connection] 21:08 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 21:08 -!- jjf [~user@c-174-166-163-232.hsd1.nj.comcast.net] has joined #openbsd 21:10 -!- thimc [~thimc@2a03:1b20:1:f410::a01e] has quit [Quit: thimc] 21:10 -!- codermattie [~codermatt@174-21-52-209.tukw.qwest.net] has quit [Quit: Leaving...] 21:11 -!- lester29 [lester29@lester29.nastycode.com] has quit [Ping timeout: 240 seconds] 21:11 -!- FIlystyn [~piotr@user/filystyn] has quit [Quit: Lost terminal] 21:13 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 255 seconds] 21:13 -!- shazaum [~Thunderbi@user/shazaum] has joined #openbsd 21:14 -!- wiu [~wiu@user/wiu] has quit [Ping timeout: 240 seconds] 21:14 -!- wiu [~wiu@user/wiu] has joined #openbsd 21:17 -!- shazaum [~Thunderbi@user/shazaum] has quit [Client Quit] 21:18 -!- lester29 [lester29@lester29.nastycode.com] has joined #openbsd 21:19 -!- accelerat0r [~user@user/accelerat0r] has joined #openbsd 21:25 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 272 seconds] 21:25 -!- ficonni [~ficonni@178-223-128-35.dynamic.isp.telekom.rs] has joined #openbsd 21:32 -!- lester29 [lester29@lester29.nastycode.com] has quit [Ping timeout: 245 seconds] 21:37 -!- miojo [~miojo@2804:18:6079:7029:6dc6:9ca0:de38:f897] has joined #openbsd 21:51 -!- xet7 [~xet7@user/xet7] has quit [Remote host closed the connection] 21:52 -!- wiu [~wiu@user/wiu] has quit [Ping timeout: 245 seconds] 21:52 -!- wiu_1 [~wiu@mail.wiuma.de] has joined #openbsd 21:54 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 21:54 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 21:59 -!- nonlinear [~nonlinear@cpe-69-23-143-155.elp.res.rr.com] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 22:00 -!- wiu [~wiu@user/wiu] has joined #openbsd 22:00 -!- wiu_1 [~wiu@mail.wiuma.de] has quit [Ping timeout: 264 seconds] 22:01 -!- Guest7221 [~Guest7221@user/nex8192] has left #openbsd [Error from remote client] 22:01 -!- teliu [~teliu@2001:9e8:83c9:6d00:d01b:e18c:faff:ac6d] has quit [Quit: Konversation terminated!] 22:02 -!- gh34 [~textual@cpe-184-58-181-106.wi.res.rr.com] has quit [Quit: Textual IRC Client: www.textualapp.com] 22:05 -!- ClaudioM [claudiom@tilde.institute] has quit [Quit: leaving] 22:06 -!- Guest7221 [~Guest7221@user/nex8192] has joined #openbsd 22:08 -!- format_c [~format_c@home.koeppe.rocks] has joined #openbsd 22:15 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 22:16 < tercaL> yet an another package issue on OpenBSD 7.4 fresh install - amd64; pkg_add php-gd 22:17 < tercaL> Can't install gd-2.3.3 because of libraries |library fontconfig.13.1 not found |library freetype.30.3 not found Can't install php-gd-8.0.30p0: can't resolve gd-2.3.3 - Couldn't install gd-2.3.3 php-gd-8.0.30p0 22:17 -!- monkeybusiness [monkeybusi@user/monkeybusiness] has quit [Ping timeout: 260 seconds] 22:17 < tercaL> Could someone confirm that, pretty please? 22:18 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 22:18 < pardis> did you install all the sets? 22:18 -!- devune [devune@nastycode.com] has quit [Ping timeout: 245 seconds] 22:18 < tercaL> pardis: Well, much likely. Let's check. 22:20 < pardis> well, what does 'ls /usr/X11R6/lib/' output? 22:21 < tercaL> "X11 libSM.la libXdamage.so.4.0 libXmuu.so.6.0 libXvMC.so.6.0 libfontenc.a libxcb-dpms.a libxcb-render-util.la libxcb-xrm.a" and so on 22:21 -!- znedw [~znedw@home.znedw.com] has quit [Quit: The Lounge - https://thelounge.chat] 22:22 < pardis> do you have libfontconfig and libfreetype in there? 22:23 < tercaL> pardis: Yep 22:25 -!- wiu_1 [~wiu@2a01:4f8:13a:d05::4] has joined #openbsd 22:25 -!- ajr [uid609314@user/ajr] has quit [Quit: Connection closed for inactivity] 22:25 -!- wiu [~wiu@user/wiu] has quit [Ping timeout: 255 seconds] 22:25 -!- znedw [~znedw@home.znedw.com] has joined #openbsd 22:28 -!- tercaL [~tercaL@user/tercal] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 22:28 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 255 seconds] 22:31 < apotheon> Maybe the /topic should be updated to mention the new OpenBSD release 22:31 < apotheon> . 22:32 < thrig> people read the topic? 22:32 < phy1729> The version number isn't in the topic 22:34 < apotheon> phy1729: I'm aware. 22:35 < fro> i don't see any reason to update it 22:38 -!- wiu [~wiu@user/wiu] has joined #openbsd 22:39 -!- wiu_1 [~wiu@2a01:4f8:13a:d05::4] has quit [Ping timeout: 258 seconds] 22:41 -!- jacobk [~quassel@129.110.242.224] has quit [Ping timeout: 240 seconds] 22:42 -!- danilogondolfo [~danilogon@37.228.206.65] has quit [Quit: Leaving] 22:43 -!- Hackerpcs [~user@user/hackerpcs] has quit [Quit: Hackerpcs] 22:45 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 22:45 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 22:47 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 22:48 -!- utkojhamela [~utkojhame@58.145.184.254] has quit [Ping timeout: 258 seconds] 22:50 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has joined #openbsd 22:55 < Bradipo> The /top hardly shows anything to me in my IRC client. All I see is: Unofficial OpenBSD support channel; please try to stay on topic | https://www. 22:55 < Bradipo> So if the version were buried somewhere in the topic, I wouldn't see it. 22:56 < Bradipo> Except perhaps when I /join. 22:58 -!- Guest7221 [~Guest7221@user/nex8192] has left #openbsd [Error from remote client] 23:00 -!- nonlinear [~nonlinear@cpe-69-23-143-155.elp.res.rr.com] has joined #openbsd 23:01 -!- drk [~drk@gateway/tor-sasl/drk] has quit [Ping timeout: 256 seconds] 23:02 -!- ariel [ariel@user/ariel] has quit [Ping timeout: 246 seconds] 23:02 < visl> "[...] stay on topic | latest version at https://www.openbsd.org | [...]" 23:03 -!- lognull [wolf@tilde.institute] has quit [Ping timeout: 246 seconds] 23:03 -!- drk [~drk@gateway/tor-sasl/drk] has joined #openbsd 23:04 -!- obcecado [pcaetano@user/obcecado] has quit [Ping timeout: 255 seconds] 23:05 -!- lester29 [lester29@nastycode.com] has joined #openbsd 23:13 -!- miojo [~miojo@2804:18:6079:7029:6dc6:9ca0:de38:f897] has quit [Remote host closed the connection] 23:18 -!- rpratt [~rpratt@172.76.69.208] has quit [Quit: Leaving] 23:18 -!- grobi [~grobi@user/grobi] has quit [Remote host closed the connection] 23:19 -!- nonlinear [~nonlinear@cpe-69-23-143-155.elp.res.rr.com] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 23:21 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 23:24 -!- wiu_1 [~wiu@2a01:4f8:13a:d05::4] has joined #openbsd 23:25 -!- wiu [~wiu@user/wiu] has quit [Ping timeout: 258 seconds] 23:32 -!- format_c [~format_c@home.koeppe.rocks] has quit [Quit: format_c] 23:38 -!- ArtGravity [~artgravit@user/artgravity] has quit [] 23:41 -!- nonlinear [~nonlinear@cpe-69-23-143-155.elp.res.rr.com] has joined #openbsd 23:41 < fro> i see 6 lines of stuff for the topic and it still cuts off 23:41 < fro> but there's no reason to have the version in there 23:42 < fro> the info is solid and most people would only see it on join 23:48 -!- codermattie [~codermatt@174-21-52-209.tukw.qwest.net] has joined #openbsd 23:49 -!- psydroid [~psydroid@user/psydroid] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 23:53 < vortexx> apotheon: you know it's only updated when -current hits the next version and people have to use -Dsnap for pkg_add -u ... It's fine as is 23:53 < vortexx> Bradipo: here's a nickel kid, get a better irc client :P 23:57 < Bradipo> What makes you think it's the client. 23:58 < Bradipo> I run irssi in a terminal that is 80x24. 23:58 < Bradipo> I'm quite pleased that it doesn't wrap the topic. 23:59 < vortexx> 80x24... that does make a bit more sense then --- Log closed Fri Oct 27 00:00:02 2023