--- Log opened Fri Jan 31 00:00:37 2025 --- Day changed Fri Jan 31 2025 00:00 < Bradipo> So, "on rdomain number"... 00:00 < Bradipo> e.g. pass in on rdomain 2 00:00 < Bradipo> Where will that match? 00:01 < Bradipo> I have an interface em2 which has rdomain 2 on it. 00:01 < Bradipo> And how is that different from "pass in on em2" ? 00:02 < Bradipo> Are packets coming in on em2 automatically part of rdomain 2? 00:02 < Bradipo> Or do they have to be explicitly assigned in pf.conf ? 00:02 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 00:03 < Bradipo> Also, "rtable number" says that it's only effective filtering inbound... 00:04 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 00:05 -!- adip [~adip@c145-14.icpnet.pl] has quit [Ping timeout: 260 seconds] 00:07 -!- naoki [~Thunderbi@240f:10b:7440:1:10ab:862f:38f8:ab6e] has quit [Ping timeout: 260 seconds] 00:08 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 260 seconds] 00:10 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has joined #openbsd 00:12 -!- down200 [~down200@shell.lug.mtu.edu] has quit [Ping timeout: 244 seconds] 00:17 -!- down200 [~down200@shell.lug.mtu.edu] has joined #openbsd 00:18 < drotte> rdomain and rtable are used for routing domains and routing tables. pass in on rdomain 2 applies to any interface that belongs to rdomain 2, not just em2. if you later add another interface to rdomain 2, the rule still applies. pass in on em2 applies only to traffic on em2, regardless of the routing domain. yes, if an interface is assigned to rdomain 2 (ifconfig em2 rdomain 2), then packets 00:18 < drotte> arriving on em2 are automatically in rdomain 2. don???t need to assign the rdomain explicitly in pf.conf; it's inherited from the interface configuration. rtable number is only effective for inbound traffic. means pass in rtable 2 applies to packets that are received and belong to routing table 2 (not necessarily from a specific interface). rtable filtering doesn???t affect outbound traffic, while 00:18 < drotte> rdomain does (since an interface is tied to a routing domain and routes are chosen accordingly). 00:19 -!- viq|w [~viq@user/viq] has quit [Ping timeout: 245 seconds] 00:22 -!- viq|w [~viq@user/viq] has joined #openbsd 00:33 -!- accelerat0r [~user@user/accelerat0r] has joined #openbsd 00:36 -!- cqst [~cqst@user/cqst] has joined #openbsd 00:42 -!- m3a [~m3a@197.192.196.172] has quit [Ping timeout: 248 seconds] 00:44 -!- megawatt [~megawatt@user/megawatt] has left #openbsd [] 00:50 < Bradipo> drotte: Thanks, I got it working. Turned out to be much simpler than I thought. 00:51 < Bradipo> Not the concept, but the rule. 00:51 -!- masetrax [~masetrax@159.196.132.8] has joined #openbsd 00:52 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 00:56 -!- Bradipo [~Bradipo@50.77.44.29] has quit [Quit: Lost terminal] 00:56 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 246 seconds] 00:56 -!- accelerat0r [~user@user/accelerat0r] has quit [Ping timeout: 260 seconds] 01:06 < unpx> Or I should try read better sndiod man page or https://jcs.org/2020/11/18/openbsd_btaudio 01:06 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 01:06 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has quit [Quit: naoki] 01:06 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has joined #openbsd 01:19 -!- Lucanis [~lucanis@user/lucanis] has quit [Ping timeout: 245 seconds] 01:25 -!- el [el@libera/staff/el] has quit [Quit: updates] 01:28 -!- el [el@libera/staff/el] has joined #openbsd 01:28 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has quit [Quit: naoki] 01:29 -!- naoki1 [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has joined #openbsd 01:31 -!- naoki1 is now known as naoki 01:40 -!- anelli_ [~anelli@user/macarona] has joined #openbsd 01:41 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 01:41 -!- anelli [~anelli@user/macarona] has quit [Killed (NickServ (GHOST command used by anelli_))] 01:41 -!- anelli_ is now known as anelli 01:44 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has quit [Quit: naoki] 01:45 -!- naoki1 [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has joined #openbsd 01:45 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 265 seconds] 01:47 -!- naoki1 is now known as naoki 01:49 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has quit [Quit: ....and i am outta here....] 01:50 -!- Tingo [~Tingo@2407:d000:b:a34e:683f:dd76:a033:5f3] has joined #openbsd 01:50 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has joined #openbsd 02:11 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 252 seconds] 02:12 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 02:18 -!- jitter [~jitter@user/jitter] has quit [Ping timeout: 252 seconds] 02:20 -!- jitter [~jitter@149.233.142.33.dynamic-pppoe.dt.ipv4.wtnet.de] has joined #openbsd 02:20 -!- jitter [~jitter@149.233.142.33.dynamic-pppoe.dt.ipv4.wtnet.de] has quit [Changing host] 02:20 -!- jitter [~jitter@user/jitter] has joined #openbsd 02:24 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 02:29 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 02:30 -!- dansas [~user@186.213.84.39] has quit [Ping timeout: 265 seconds] 02:30 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 244 seconds] 02:34 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 260 seconds] 02:43 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has quit [Ping timeout: 245 seconds] 02:48 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has joined #openbsd 02:49 -!- chaky [~chaky@93-143-16-218.adsl.net.t-com.hr] has quit [Ping timeout: 244 seconds] 02:50 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Quit: Konversation terminated!] 02:50 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 02:51 -!- chaky [~chaky@93-138-236-187.adsl.net.t-com.hr] has joined #openbsd 02:53 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 252 seconds] 02:54 -!- zwr [~zwr@200-97-58-10.user3p.veloxzone.com.br] has quit [Read error: Connection reset by peer] 02:56 -!- tvtoon [~The_cUnix@user/tvtoon] has quit [Quit: "When everything slips, hold on..."] 02:58 -!- theruran [uid11305@id-11305.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 02:58 -!- xet7 [~xet7@user/xet7] has joined #openbsd 03:00 -!- psychonate [~nbosley@user/psychonate] has quit [Quit: leaving] 03:00 -!- zwr [~zwr@200-97-58-10.user3p.veloxzone.com.br] has joined #openbsd 03:18 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 03:22 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 246 seconds] 03:32 -!- Darkcipher [~Darkciphe@seve-27-b2-v4wan-169267-cust4454.vm13.cable.virginm.net] has joined #openbsd 03:34 -!- TheyCallMePaul [~paul@ip70-173-180-77.lv.lv.cox.net] has quit [Quit: Konversation terminated!] 03:41 -!- UDENIX [~UDENIX@user/udenix] has quit [Read error: Connection reset by peer] 03:42 -!- Darkcipher [~Darkciphe@seve-27-b2-v4wan-169267-cust4454.vm13.cable.virginm.net] has quit [Quit: Asta La Vista !!] 03:52 -!- _zip100 [~zip100@185.213.155.195] has joined #openbsd 03:52 -!- cantelope [uid598105@id-598105.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 03:53 -!- UDENIX [~UDENIX@user/udenix] has joined #openbsd 03:53 -!- zip100 [~zip100@185.209.196.170] has quit [Ping timeout: 260 seconds] 03:57 -!- m0v [~m0v@user/m0v] has quit [Read error: Connection reset by peer] 04:00 -!- VoidKrypt [VoidKrypt@user/VoidKrypt] has quit [Remote host closed the connection] 04:00 -!- m0v [~m0v@103.208.204.243] has joined #openbsd 04:00 -!- m0v [~m0v@103.208.204.243] has quit [Changing host] 04:00 -!- m0v [~m0v@user/m0v] has joined #openbsd 04:06 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 04:11 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 260 seconds] 04:20 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 04:34 -!- VoidKrypt [VoidKrypt@user/VoidKrypt] has joined #openbsd 04:37 -!- Tingo [~Tingo@2407:d000:b:a34e:683f:dd76:a033:5f3] has quit [Quit: Client closed] 04:41 -!- xet7 [~xet7@user/xet7] has quit [Ping timeout: 252 seconds] 04:43 -!- sandbag [~sandbag@user/sandbag] has joined #openbsd 04:46 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has quit [Quit: ....and i am outta here....] 04:47 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has joined #openbsd 04:49 -!- LohanG [~LohanG@user/lohang] has quit [Quit: I'll be back later] 04:51 -!- LohanG [~LohanG@user/lohang] has joined #openbsd 04:54 -!- xet7 [~xet7@user/xet7] has joined #openbsd 04:55 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 04:59 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 244 seconds] 05:13 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 05:14 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 05:14 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has quit [Remote host closed the connection] 05:14 -!- user21 [~user21@71.203.62.57] has quit [Remote host closed the connection] 05:14 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has joined #openbsd 05:19 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 05:23 -!- UDENIX [~UDENIX@user/udenix] has quit [Read error: Connection reset by peer] 05:24 -!- weevoy [~weevoy@121.127.33.125] has joined #openbsd 05:25 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has quit [Quit: naoki] 05:26 -!- naoki [~Thunderbi@240f:10b:7440:1:5dfb:d44a:ce2e:ca40] has joined #openbsd 05:30 -!- jonf [~jjf@c-174-166-163-232.hsd1.nj.comcast.net] has quit [Remote host closed the connection] 05:30 -!- jonf [~jjf@c-174-166-163-232.hsd1.nj.comcast.net] has joined #openbsd 05:32 -!- loganaden [~logan@196.1.0.99] has joined #openbsd 05:35 -!- UDENIX [~UDENIX@user/udenix] has joined #openbsd 05:37 -!- ficonni [~ficonni@178-223-139-140.dynamic.isp.telekom.rs] has quit [Ping timeout: 244 seconds] 05:37 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 260 seconds] 05:39 -!- sjg [~sjg@user/sjg] has joined #openbsd 05:40 -!- ficonni [~ficonni@178.220.43.145] has joined #openbsd 05:44 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 05:44 -!- xet7 [~xet7@user/xet7] has quit [Quit: Leaving] 05:46 -!- sunwind [~paradox@129.235.189.80.dyn.plus.net] has quit [Quit: Outside Context Problem.] 05:46 -!- naoki [~Thunderbi@240f:10b:7440:1:5dfb:d44a:ce2e:ca40] has quit [Quit: naoki] 05:48 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 260 seconds] 05:49 -!- sunwind [~paradox@129.235.189.80.dyn.plus.net] has joined #openbsd 05:50 -!- loganaden [~logan@196.1.0.99] has quit [Ping timeout: 265 seconds] 05:58 -!- naoki [~Thunderbi@240f:10b:7440:1:64d4:7669:a90e:5681] has joined #openbsd 06:06 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has joined #openbsd 06:10 -!- BudsOfStone [~BudsOfSto@syn-024-059-062-184.res.spectrum.com] has joined #openbsd 06:11 -!- masetrax [~masetrax@159.196.132.8] has quit [Ping timeout: 260 seconds] 06:13 -!- weevoy [~weevoy@121.127.33.125] has quit [Remote host closed the connection] 06:13 -!- weevoy [~weevoy@121.127.33.125] has joined #openbsd 06:14 -!- dastain [~dastain@81.4.102.12] has quit [Ping timeout: 260 seconds] 06:18 -!- dastain [~dastain@2a00:d880:6:262::45a3] has joined #openbsd 06:24 -!- hudlee [~hudlee123@c-73-182-155-171.hsd1.ma.comcast.net] has quit [Ping timeout: 252 seconds] 06:25 -!- weevoy [~weevoy@121.127.33.125] has quit [Remote host closed the connection] 06:32 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 06:33 -!- shiranaihito_ [~shiranaih@ppp-171-96-192-99.revip8.asianet.co.th] has joined #openbsd 06:36 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 252 seconds] 06:41 -!- jmcgnh [~jmcgnh@wikipedia/jmcgnh] has quit [Excess Flood] 06:43 -!- jonf [~jjf@c-174-166-163-232.hsd1.nj.comcast.net] has quit [Ping timeout: 252 seconds] 06:45 -!- masetrax [~masetrax@159.196.132.8] has joined #openbsd 06:49 -!- jmcgnh [~jmcgnh@wikipedia/jmcgnh] has joined #openbsd 06:51 -!- hudlee [~hudlee123@c-76-152-43-43.hsd1.nh.comcast.net] has joined #openbsd 06:53 -!- terullian [~sonne@ip-078-094-224-090.um19.pools.vodafone-ip.de] has quit [Quit: leaving] 06:55 -!- naoki [~Thunderbi@240f:10b:7440:1:64d4:7669:a90e:5681] has quit [Ping timeout: 248 seconds] 07:02 -!- Old-Ben-Jabroni [~oldben@user/Old-Ben-Jabroni] has joined #openbsd 07:02 -!- masetrax [~masetrax@159.196.132.8] has quit [Ping timeout: 252 seconds] 07:08 -!- Aedil [~adrian@146.52.105.208] has joined #openbsd 07:12 -!- naoki [~Thunderbi@240f:10b:7440:1:ac1:1d68:718d:e80b] has joined #openbsd 07:16 -!- naoki [~Thunderbi@240f:10b:7440:1:ac1:1d68:718d:e80b] has quit [Ping timeout: 260 seconds] 07:17 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has joined #openbsd 07:19 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has quit [Read error: Connection reset by peer] 07:19 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has joined #openbsd 07:21 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has quit [Client Quit] 07:21 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 07:21 -!- naoki1 [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has joined #openbsd 07:23 -!- naoki1 is now known as naoki 07:25 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 260 seconds] 07:37 < unpx> I guess the only way to list audio devices is dissecting dmesg 07:43 -!- edthix [~Thunderbi@115.135.48.96] has joined #openbsd 07:47 < quinq> Hi 07:47 < quinq> Anybody else having trouble contacting openbsd.amsterdam servers? 07:50 < surrounder> I'm talking from a vps there 07:50 < quinq> I get connection refused (SSH) on any server, over IPv4/6 07:51 < quinq> And can't access my VM at all 07:51 < IcePic> quinq: I have same 07:51 < surrounder> weird 07:51 < zelest> mine works just fine 07:51 < surrounder> works good for me 07:51 < quinq> (which incidently hosts my email system to Mischa :D) 07:51 < quinq> Ah, thanks IcePic 07:51 < surrounder> quark: lol 07:51 < surrounder> mischa++ 07:51 < zelest> quinq, I can poke him 07:51 < quinq> zelest, that would be great! 07:52 < IcePic> wait, I can now reach one, I remember not being able to yesterday, but I had other issues then (only v6 and no v4, which took me and wife a long time to even notice btw ;) 07:52 < IcePic> seems my vps's at obsd.ams were running, they have 7-15 days uptime (last time I upgraded) 07:53 < quinq> zelest, https://clbin.com/CahRA 07:54 < zelest> Aren't they listening on !22 ? 07:54 < quinq> lel 07:54 < quinq> Let-me check :D 07:54 < surrounder> think they turned on the frenchfilter :O 07:54 < surrounder> quinq: I'm also on server13 07:54 < surrounder> howdy neighbour! 07:55 < IcePic> but I do recall being able to ping but not ssh yesterday, so there was something about ssh for me then 07:55 < quinq> ok, I'm able to connect to server12 07:56 < quinq> s/12/13/ 07:56 < quinq> Howdy surrounder 07:56 < zelest> :) 07:56 < quinq> Now let's see what's up with that VM 07:56 < IcePic> can't lose my ams vm, I have my experimental vscsi ramdisk code there... 07:56 < IcePic> (yes, I have backups and no, it doesn't work yet) 07:58 < quinq> I'm stupid 07:58 < quinq> I'm mixing hosts, sorry for the noise 07:59 < zelest> I need to break out of vmd to figure out what username I have again.. :D 07:59 < quinq> Is it not "zelest"? 08:00 < zelest> I thought so too 08:00 -!- feriman [~feriman@user/feriman] has joined #openbsd 08:01 < IcePic> ssh the_least@46.23.91.xx 08:06 -!- shiranaihito_ [~shiranaih@ppp-171-96-192-99.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 08:08 -!- leo_ [~leo@arioch.leonhardt.eu] has quit [Quit: leaving] 08:09 -!- loganaden [~logan@196.1.0.99] has joined #openbsd 08:09 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 08:14 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 252 seconds] 08:15 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 08:17 < CosmicDJ> server6 here :) 08:17 < zelest> server1 :) 08:19 < IcePic> server9 and one on the experimental one 08:21 < pardis> server3, and I can reach it just dandy 08:24 < zelest> I can reach mine, but I need my backup disk at home to find my old ssh-key I think :D 08:24 < zelest> or I'm locked out :D 08:25 -!- leo_ [~leo@arioch.leonhardt.eu] has joined #openbsd 08:29 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Quit: au revoir] 08:29 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Remote host closed the connection] 08:41 -!- k0ga [~k0ga@simple-cc.org] has left #openbsd [] 08:42 -!- k0ga [~k0ga@simple-cc.org] has joined #openbsd 08:49 -!- jonf [~jjf@c-174-166-163-232.hsd1.nj.comcast.net] has joined #openbsd 08:50 -!- shiranaihito_ [~shiranaih@ppp-58-11-157-210.revip2.asianet.co.th] has joined #openbsd 08:51 -!- loganaden [~logan@196.1.0.99] has quit [Ping timeout: 252 seconds] 08:58 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 08:59 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 09:01 -!- loganaden [~logan@196.1.0.99] has joined #openbsd 09:02 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 246 seconds] 09:09 -!- znedw0868 [~znedw@2400:a846:4040::f61] has quit [Quit: The Lounge - https://thelounge.chat] 09:09 -!- znedw0868 [~znedw@2400:a846:4040::f61] has joined #openbsd 09:10 -!- bithackr [~bithackr@c-73-242-9-229.hsd1.mn.comcast.net] has quit [Ping timeout: 260 seconds] 09:14 -!- bithackr [~bithackr@c-73-242-9-229.hsd1.mn.comcast.net] has joined #openbsd 09:16 -!- megawatt [~megawatt@user/megawatt] has joined #openbsd 09:19 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 09:20 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 09:28 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 09:39 -!- sdds [~sdds@user/sdds] has joined #openbsd 09:43 -!- adig [~adig@cassaloco.suceava.rdsnet.ro] has quit [Remote host closed the connection] 09:46 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 09:51 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 244 seconds] 09:56 -!- klsrqm [~klsrqm@user/klsrqm] has quit [Remote host closed the connection] 09:57 -!- sdds [~sdds@user/sdds] has quit [Remote host closed the connection] 09:57 -!- klsrqm [~klsrqm@user/klsrqm] has joined #openbsd 10:00 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has quit [Quit: The Lounge - https://thelounge.chat] 10:00 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has joined #openbsd 10:02 -!- loganaden [~logan@196.1.0.99] has quit [Ping timeout: 260 seconds] 10:03 -!- accelerat0r [~user@user/accelerat0r] has joined #openbsd 10:04 -!- shiranaihito_ [~shiranaih@ppp-58-11-157-210.revip2.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 10:06 -!- dansas [~user@179.165.183.207] has joined #openbsd 10:06 -!- loganaden [~logan@196.1.0.99] has joined #openbsd 10:06 -!- masetrax [~masetrax@159.196.132.8] has joined #openbsd 10:06 -!- Mete-- [~Mete-@2804:24c:f7a3:9ec7:5ea8:905e:e514:6b7e] has quit [Remote host closed the connection] 10:07 -!- Mete-- [~Mete-@2804:24c:f7a3:9ec7:5ea8:905e:e514:6b7e] has joined #openbsd 10:07 -!- Warr1024 [~Warr@user/warr1024] has quit [Read error: Connection reset by peer] 10:08 -!- Warr1024 [~Warr@user/warr1024] has joined #openbsd 10:12 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has quit [Quit: echelon] 10:19 -!- getz- [~getz@user/getz] has joined #openbsd 10:19 -!- adip [~adip@c145-14.icpnet.pl] has joined #openbsd 10:20 -!- getz [~getz@user/getz] has quit [Ping timeout: 272 seconds] 10:22 -!- getz- is now known as getz 10:23 -!- nyah [~nyah@cpc159269-nrth1-2-0-cust376.8-4.cable.virginm.net] has joined #openbsd 10:25 -!- daugaard [~daugaard@user/daugaard] has joined #openbsd 10:28 -!- loganaden [~logan@196.1.0.99] has quit [Ping timeout: 252 seconds] 10:31 -!- CrashOverride [~strcat@p5485533f.dip0.t-ipconnect.de] has joined #openbsd 10:32 -!- loganaden [~logan@196.1.0.99] has joined #openbsd 10:34 -!- accelerat0r [~user@user/accelerat0r] has quit [Ping timeout: 252 seconds] 10:34 -!- noone [~six@user/six] has quit [Quit: nyaa~] 10:35 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 10:36 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 10:36 -!- loganaden [~logan@196.1.0.99] has quit [Ping timeout: 244 seconds] 10:36 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 10:37 -!- shiranaihito_ [~shiranaih@2405:9800:b660:bebf:29ea:34fb:e0e6:2090] has joined #openbsd 10:39 -!- zami3l [~zami3l@185.157.244.200] has quit [Remote host closed the connection] 10:40 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 244 seconds] 10:45 -!- getz [~getz@user/getz] has quit [Read error: Connection reset by peer] 10:47 -!- getz [~getz@user/getz] has joined #openbsd 10:48 -!- loganaden [~logan@196.1.0.99] has joined #openbsd 11:00 -!- getz [~getz@user/getz] has quit [Read error: Connection reset by peer] 11:03 -!- getz [~getz@user/getz] has joined #openbsd 11:07 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 11:09 -!- antranigv [~antranigv@bsd.am] has quit [Quit: ZNC 1.9.0 - https://znc.in] 11:09 -!- loganaden [~logan@196.1.0.99] has quit [Ping timeout: 260 seconds] 11:25 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 11:25 -!- stefanobsdcafe [~m-2ld27b@user/stefanobsdcafe] has quit [Read error: Connection reset by peer] 11:29 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 246 seconds] 11:29 -!- stefanobsdcafe [~m-2ld27b@mail.bsd.cafe] has joined #openbsd 11:29 -!- stefanobsdcafe [~m-2ld27b@mail.bsd.cafe] has quit [Changing host] 11:29 -!- stefanobsdcafe [~m-2ld27b@user/stefanobsdcafe] has joined #openbsd 11:37 -!- nckx [nckx@libera/staff/owl/nckx] has quit [Ping timeout: 608 seconds] 11:46 -!- Mete-- [~Mete-@2804:24c:f7a3:9ec7:5ea8:905e:e514:6b7e] has quit [Ping timeout: 260 seconds] 11:48 -!- loganaden [~logan@196.1.0.99] has joined #openbsd 11:49 -!- Mete- [~Mete-@2804:24c:f7a3:9ec7:3237:7759:64b5:8fbf] has joined #openbsd 11:53 -!- Mete- [~Mete-@2804:24c:f7a3:9ec7:3237:7759:64b5:8fbf] has quit [Remote host closed the connection] 11:54 -!- Mete- [~Mete-@2804:24c:f7a3:9ec7:42af:2a72:34aa:ca29] has joined #openbsd 11:55 -!- Mete- [~Mete-@2804:24c:f7a3:9ec7:42af:2a72:34aa:ca29] has quit [Remote host closed the connection] 11:55 -!- Mete- [~Mete-@2804:24c:f7a3:9ec7:1e29:a41:c3d0:a3d5] has joined #openbsd 11:59 -!- Guest64 [~Guest64@2600:387:f:7e17::1] has joined #openbsd 11:59 -!- Mete- [~Mete-@2804:24c:f7a3:9ec7:1e29:a41:c3d0:a3d5] has quit [Remote host closed the connection] 11:59 -!- Mete- [~Mete-@2804:24c:f7a3:9ec7:3c29:2b9e:cd86:5b9d] has joined #openbsd 12:00 -!- Guest64 [~Guest64@2600:387:f:7e17::1] has quit [Client Quit] 12:00 -!- Guest94 [~Guest64@2600:387:f:7e12::b] has joined #openbsd 12:02 -!- BudsOfStone [~BudsOfSto@syn-024-059-062-184.res.spectrum.com] has quit [Ping timeout: 244 seconds] 12:04 -!- Guest94 [~Guest64@2600:387:f:7e12::b] has quit [Client Quit] 12:04 -!- Guest64 [~Guest64@2600:387:f:7e12::b] has joined #openbsd 12:07 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 12:07 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 12:10 -!- Guest64 [~Guest64@2600:387:f:7e12::b] has quit [Quit: Client closed] 12:12 -!- wnldfdcislair^ [~wnldfdcis@108.192.66.114] has quit [Remote host closed the connection] 12:12 -!- wnldfdcislair^ [~wnldfdcis@108.192.66.114] has joined #openbsd 12:13 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 12:18 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 260 seconds] 12:21 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has quit [Quit: naoki] 12:24 -!- macabro [~user@user/monkey/x-0691028] has quit [Ping timeout: 265 seconds] 12:24 -!- masetrax [~masetrax@159.196.132.8] has quit [Ping timeout: 252 seconds] 12:31 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 248 seconds] 12:36 -!- shiranaihito_ [~shiranaih@2405:9800:b660:bebf:29ea:34fb:e0e6:2090] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 12:37 -!- naoki [~Thunderbi@240f:10b:7440:1:ffbf:1ecd:c16d:aa46] has joined #openbsd 12:38 -!- kodcode_ [~kodcode@user/kodcode] has quit [Quit: leaving] 12:39 -!- schalken [~schalken@117-118-178-69.gci.net] has quit [Ping timeout: 252 seconds] 12:57 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 246 seconds] 12:58 -!- devune [~devune@121.127.33.125] has quit [Ping timeout: 252 seconds] 13:00 -!- bitflip_ [~bitflip@136.33.6.97] has quit [Quit: ttfn] 13:01 -!- bitflip_ [~bitflip@136.33.6.97] has joined #openbsd 13:02 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 13:06 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 244 seconds] 13:10 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 13:11 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 13:15 -!- earthwormjim [~earthworm@user/earthwormjim] has joined #openbsd 13:23 -!- earthwormjim [~earthworm@user/earthwormjim] has quit [Quit: Toodles] 13:25 -!- loganaden [~logan@196.1.0.99] has quit [Ping timeout: 248 seconds] 13:27 -!- Aedil [~adrian@146.52.105.208] has quit [Quit: Rebooting…] 13:29 -!- shiranaihito_ [~shiranaih@ppp-171-96-192-99.revip8.asianet.co.th] has joined #openbsd 13:29 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 13:30 -!- loganaden [~logan@196.1.0.99] has joined #openbsd 13:31 -!- schalken [~schalken@117-118-178-69.gci.net] has joined #openbsd 13:38 -!- Aedil [~adrian@ip923469d0.dynamic.kabel-deutschland.de] has joined #openbsd 13:38 -!- cantelope [uid598105@id-598105.hampstead.irccloud.com] has joined #openbsd 13:38 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 13:39 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 13:45 -!- antranigv [~antranigv@bsd.am] has joined #openbsd 13:45 -!- daugaard [~daugaard@user/daugaard] has joined #openbsd 13:50 -!- pebble|2 [~pebble@145-255-192-100.ecomservice.bg] has joined #openbsd 13:50 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 13:55 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 252 seconds] 14:03 -!- mystified [~redcoreus@1.157.196.129] has joined #openbsd 14:06 < mystified> looking to install openbsd on a 2 in 1 dell Intel Core i5-10210U Qualcomm Atheros QCA6174 802.11ac & intel i915 Gpu coffee lake, can you hare if 7.6 supports the wlan, there is no other network devices ? 14:06 < mystified> thanks 14:07 -!- kdc [~kdc@user/kdc] has joined #openbsd 14:12 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." -- Mikhail Tal] 14:15 < sibiria> mystified: you can search the "apropos" on man.ifconfig.se and man.openbsd.org 14:16 -!- zami3l [~zami3l@185.157.244.200] has joined #openbsd 14:17 -!- user21 [~user21@71.203.62.57] has joined #openbsd 14:18 -!- d-ra [~d-ra@user/d-ra] has joined #openbsd 14:20 -!- sdds [~sdds@user/sdds] has joined #openbsd 14:24 < mystified> sibiria: thanks ! 14:27 < IcePic> I did not find any hints of support, same for fbsd which seems to try to add it to ath10k or whatever the driver was there, but its not supported yet as far as I could tell 14:27 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 14:29 < quinq> At a glance though, qwx – Qualcomm IEEE 802.11a/ac/ax/b/g/n wireless network device 14:29 < quinq> The qwx driver provides support for Qualcomm Technologies QCNFA765 802.11ax devices. 14:29 < quinq> Ah well, what IcePic said. 14:29 < mystified> lol 14:31 < mystified> ok. I'll look to replace pci wlan. what do you guys suggest ? 14:32 < mystified> in linux it's supported by ath10k 14:32 < quinq> I have little experience with wireless on OpenBSD, by my experience was a but on the low side 14:32 < mystified> thanks guys !! 14:32 -!- donofrio [~donofrio@68.60.130.115] has joined #openbsd 14:33 < mystified> I look to get an intel device. 14:36 -!- zami3l [~zami3l@185.157.244.200] has quit [Quit: Bye] 14:37 -!- zami3l [~zami3l@185.157.244.200] has joined #openbsd 14:39 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 14:39 -!- naoki [~Thunderbi@240f:10b:7440:1:ffbf:1ecd:c16d:aa46] has quit [Quit: naoki] 14:43 -!- umgeher [~umgeher@user/umgeher] has joined #openbsd 14:44 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 272 seconds] 14:44 -!- horrad [~Thunderbi@p50989fe8.dip0.t-ipconnect.de] has quit [Ping timeout: 272 seconds] 14:44 -!- kdc_ [~kdc@user/kdc] has joined #openbsd 14:45 -!- kdc [~kdc@user/kdc] has quit [Remote host closed the connection] 14:52 -!- edthix [~Thunderbi@115.135.48.96] has quit [Quit: edthix] 14:53 -!- sdds [~sdds@user/sdds] has quit [Remote host closed the connection] 14:54 -!- passstab [~passstab@2601:45:4000:6280:285f:e2af:ab6b:858f] has joined #openbsd 14:55 -!- wnh [~Thunderbi@user/wnh] has quit [Ping timeout: 252 seconds] 14:57 -!- pebble|2 [~pebble@145-255-192-100.ecomservice.bg] has quit [Read error: Connection reset by peer] 14:57 -!- mover [~hischild@user/mover] has joined #openbsd 14:58 < passstab> I'm looking to move from my 256 gig windows drive to a larger one I can dual boot with OpenBSD. If I'm not noticing write speeds right now on windows, is there a reason to get a faster one for OpenBSD? 14:59 < passstab> I'm using the NVME drive that came with the recent thinkpad. 14:59 < IcePic> nvmes are damned fast most all of them. 15:00 < IcePic> compared to the crap XT/IDE drives most grew up with, having 3 or 5GB/s top speed is probably not going to be noticeable 15:01 < IcePic> its super nice what current nvmes can do, but the leap from SAS/SATA-connected drives or ssds to nvme was so huge that I think the limitations now have moved elsewhere, like the network or the computers ability to create content fast enough for the drive to again become the limit 15:01 -!- Mete- [~Mete-@2804:24c:f7a3:9ec7:3c29:2b9e:cd86:5b9d] has quit [Remote host closed the connection] 15:01 -!- Mete- [~Mete-@2804:24c:f7a3:9ec7:3c29:2b9e:cd86:5b9d] has joined #openbsd 15:04 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.4.2] 15:05 -!- kdc_ [~kdc@user/kdc] has quit [Quit: Leaving] 15:05 < passstab> That's what I figured. Just seemed worth asking when I could triple most speeds for not much money. 15:13 -!- loganaden [~logan@196.1.0.99] has quit [Ping timeout: 245 seconds] 15:14 -!- donofrio [~donofrio@68.60.130.115] has quit [Ping timeout: 260 seconds] 15:16 -!- seninha [~seninha@user/seninha] has joined #openbsd 15:16 -!- masetrax [~masetrax@159.196.132.8] has joined #openbsd 15:20 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 248 seconds] 15:22 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 15:23 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 15:23 -!- feriman [~feriman@user/feriman] has joined #openbsd 15:24 -!- wnh [~Thunderbi@user/wnh] has joined #openbsd 15:24 -!- donofrio [~donofrio@68.60.130.115] has joined #openbsd 15:24 -!- user71 [~user71@2001:1530:1010:2346:d834:4a9d:155b:e6a7] has joined #openbsd 15:25 -!- mystified [~redcoreus@1.157.196.129] has left #openbsd [Killing loneliness ...] 15:29 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 15:30 -!- getz [~getz@user/getz] has quit [Read error: Connection reset by peer] 15:32 -!- getz [~getz@user/getz] has joined #openbsd 15:33 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 252 seconds] 15:39 -!- duri [~mduregon@97-120-145-109.ptld.qwest.net] has joined #openbsd 15:45 -!- ghoti [~paul@user/ghoti] has quit [Remote host closed the connection] 15:46 -!- passstab [~passstab@2601:45:4000:6280:285f:e2af:ab6b:858f] has quit [Ping timeout: 240 seconds] 15:47 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: leaving] 15:47 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 15:50 -!- ublx [~ublx@user/ublx] has joined #openbsd 15:50 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 15:52 -!- donofrio [~donofrio@68.60.130.115] has quit [Ping timeout: 248 seconds] 16:00 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 16:01 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 16:07 -!- colectora003478 [~thelounge@pool-173-56-93-88.nycmny.fios.verizon.net] has joined #openbsd 16:10 -!- passstab [~passstab@2601:45:4000:6280:285f:e2af:ab6b:858f] has joined #openbsd 16:14 -!- figment [~figment@user/figment] has quit [Ping timeout: 272 seconds] 16:15 -!- passstab [~passstab@2601:45:4000:6280:285f:e2af:ab6b:858f] has quit [Quit: Client closed] 16:16 -!- anavel [~anavel@user/anavel] has quit [Ping timeout: 260 seconds] 16:19 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 16:23 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 244 seconds] 16:23 -!- quark [quark@user/meow/Quark] has quit [Quit: Bye!] 16:24 -!- quark [quark@user/meow/Quark] has joined #openbsd 16:27 -!- masetrax [~masetrax@159.196.132.8] has quit [Ping timeout: 244 seconds] 16:29 -!- RayS [~raysl@sdf-1.vm.tornadovps.net] has quit [Quit: ZNC 1.9.1 - https://znc.in] 16:30 -!- ublx [~ublx@user/ublx] has quit [Ping timeout: 252 seconds] 16:31 -!- RayS [~raysl@sdf-1.vm.tornadovps.net] has joined #openbsd 16:33 -!- anavel [~anavel@user/anavel] has joined #openbsd 16:33 -!- user21 [~user21@71.203.62.57] has quit [Read error: Connection reset by peer] 16:45 -!- huy_ [~huy@alyon-552-1-32-231.w80-9.abo.wanadoo.fr] has joined #openbsd 16:46 -!- huy [~huy@alyon-552-1-32-231.w80-9.abo.wanadoo.fr] has quit [Ping timeout: 260 seconds] 16:46 -!- d-ra [~d-ra@user/d-ra] has quit [Remote host closed the connection] 16:46 -!- d-ra [~d-ra@user/d-ra] has joined #openbsd 16:49 -!- Bradipo [~Bradipo@50.77.44.19] has joined #openbsd 16:52 -!- Slesa [~Slesa@2a0d:ee00:8010:5b00:ec30:3849:642:62ff] has joined #openbsd 16:52 -!- zwr [~zwr@200-97-58-10.user3p.veloxzone.com.br] has quit [Read error: Connection reset by peer] 16:56 -!- disapper3nce [~disapper3@125.119.224.37] has joined #openbsd 16:56 -!- disapper3nce [~disapper3@125.119.224.37] has quit [Client Quit] 16:57 -!- zwr [~zwr@200-97-58-10.user3p.veloxzone.com.br] has joined #openbsd 16:58 -!- Guest846 [~Sif@125.119.224.37] has joined #openbsd 16:58 -!- Guest846 [~Sif@125.119.224.37] has quit [Client Quit] 17:00 -!- Guest1078 [~Sif@125.119.224.37] has joined #openbsd 17:00 -!- Guest1078 is now known as s1f 17:00 -!- s1f is now known as s11f 17:01 -!- s11f is now known as sigmund-floyd 17:03 -!- sigmund-floyd [~Sif@125.119.224.37] has quit [Client Quit] 17:03 -!- Guest7526 [~Sif@125.119.224.37] has joined #openbsd 17:03 -!- Guest7526 [~Sif@125.119.224.37] has quit [Client Quit] 17:09 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 17:09 -!- angelwood [~Thunderbi@user/angelwood] has joined #openbsd 17:10 -!- donofrio [~donofrio@68.60.130.115] has joined #openbsd 17:13 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 260 seconds] 17:13 -!- adig [~adig@cassaloco.suceava.rdsnet.ro] has joined #openbsd 17:13 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 17:18 -!- jitter [~jitter@user/jitter] has quit [Quit: show me the way to the next whiskey bar] 17:19 -!- crumpet [~Thunderbi@user/crumpet] has joined #openbsd 17:19 -!- dansas [~user@179.165.183.207] has quit [Quit: thanks, #emacs] 17:20 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 17:22 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 17:24 -!- artmdl [~art5456@d216-232-222-146.bchsia.telus.net] has quit [Read error: Connection reset by peer] 17:28 -!- angelwood [~Thunderbi@user/angelwood] has quit [Ping timeout: 252 seconds] 17:36 -!- angelwood [~Thunderbi@user/angelwood] has joined #openbsd 17:37 -!- uncleyear [~ian@178.66.129.237] has quit [Ping timeout: 272 seconds] 17:43 < crumpet> Hi i'm looking for the original files for the shirts for the 6.6 release and i'm wondering where / how i could find them. 17:46 -!- passstab [~passstab@pool-108-16-60-118.phlapa.fios.verizon.net] has joined #openbsd 17:47 -!- ChubaDuba [~ChubaDuba@5.167.114.255] has joined #openbsd 17:49 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 17:49 -!- uncleyear [~ian@178.66.129.59] has joined #openbsd 17:50 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 17:50 -!- cmc [~methos@gateway/tor-sasl/cmc] has quit [Remote host closed the connection] 17:50 -!- Mete- [~Mete-@2804:24c:f7a3:9ec7:3c29:2b9e:cd86:5b9d] has quit [Remote host closed the connection] 17:51 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 17:51 -!- fro [fro@humpty.dance] has quit [Remote host closed the connection] 17:51 -!- cmc [~methos@gateway/tor-sasl/cmc] has joined #openbsd 17:51 < uwharrie> this? https://cvsweb.openbsd.org/www/images/sixdotsix.gif?rev=1.1&content-type=text/x-cvsweb-markup 17:52 < uwharrie> nope, guess not 17:52 -!- noone [~six@user/six] has joined #openbsd 17:53 < crumpet> https://www.openbsd.org/images/tshirt-49-66-evon.jpg these 17:53 < crumpet> just not on the shirts 17:54 -!- artmdl [~art5456@d216-232-222-146.bchsia.telus.net] has joined #openbsd 17:54 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 17:55 < uwharrie> the artwork copyright is generally assumed to be retained by the original artist, in this case https://www.instagram.com/natazilla/ 17:56 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 17:56 -!- donofrio [~donofrio@68.60.130.115] has quit [Read error: Connection reset by peer] 17:58 -!- donofrio [~donofrio@68.60.130.115] has joined #openbsd 17:58 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 18:01 < crumpet> oh okk 18:01 < crumpet> thank youu 18:02 -!- d-ra [~d-ra@user/d-ra] has quit [Remote host closed the connection] 18:02 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 246 seconds] 18:02 -!- passstab [~passstab@pool-108-16-60-118.phlapa.fios.verizon.net] has quit [Quit: Client closed] 18:03 -!- donofrio [~donofrio@68.60.130.115] has quit [Ping timeout: 245 seconds] 18:05 -!- loganaden [~logan@102.163.30.137] has joined #openbsd 18:15 -!- donofrio [~donofrio@68.60.130.115] has joined #openbsd 18:19 -!- typicat [~iam@user/typicat] has quit [Quit: Lost terminal] 18:23 -!- crumpet [~Thunderbi@user/crumpet] has quit [Ping timeout: 252 seconds] 18:23 -!- typicat [~iam@user/typicat] has joined #openbsd 18:27 -!- ublx [~ublx@user/ublx] has joined #openbsd 18:28 -!- Bradipo [~Bradipo@50.77.44.19] has quit [Quit: Lost terminal] 18:36 -!- nyah [~nyah@cpc159269-nrth1-2-0-cust376.8-4.cable.virginm.net] has quit [Ping timeout: 244 seconds] 18:40 -!- ghoti [~paul@user/ghoti] has joined #openbsd 18:42 -!- daugaard [~daugaard@user/daugaard] has joined #openbsd 18:42 -!- wnldfdcislair^ [~wnldfdcis@108.192.66.114] has quit [Ping timeout: 260 seconds] 18:44 -!- lcubed [~lcubed@user/lcubed] has quit [Ping timeout: 244 seconds] 18:44 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 18:44 -!- wnldfdcislair^ [~wnldfdcis@108.192.66.114] has joined #openbsd 18:45 -!- donofrio [~donofrio@68.60.130.115] has quit [Ping timeout: 248 seconds] 18:45 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 18:45 -!- sandbag [~sandbag@user/sandbag] has quit [Ping timeout: 248 seconds] 18:47 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 18:47 -!- magyar [~magyar@user/magyar] has quit [Quit: Riding the split] 18:50 -!- kurtis_ [~kurtis@syn-067-242-209-001.res.spectrum.com] has joined #openbsd 18:52 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 252 seconds] 18:52 -!- kurtis [~kurtis@user/kurtis] has quit [Killed (NickServ (GHOST command used by kurtis_!~kurtis@syn-067-242-209-001.res.spectrum.com))] 18:52 -!- kurtis [~kurtis@user/kurtis] has joined #openbsd 18:53 -!- wnldfdcislair^ [~wnldfdcis@108.192.66.114] has quit [Ping timeout: 260 seconds] 18:53 -!- wnldfdcislair^ [~wnldfdcis@108.192.66.114] has joined #openbsd 18:53 -!- MyNetAz [~MyNetAz@user/MyNetAz] has quit [Read error: Connection reset by peer] 18:57 -!- wnldfdcislair^ [~wnldfdcis@108.192.66.114] has quit [Remote host closed the connection] 18:58 -!- magyar [~magyar@user/magyar] has joined #openbsd 18:59 -!- kurtis_ [~kurtis@syn-067-242-209-001.res.spectrum.com] has quit [] 18:59 -!- loganaden [~logan@102.163.30.137] has quit [Ping timeout: 248 seconds] 19:00 -!- m0v [~m0v@user/m0v] has quit [Read error: Connection reset by peer] 19:01 -!- dsrt^ [~dsrt@108.192.66.114] has joined #openbsd 19:05 -!- m0v [~m0v@103.208.204.243] has joined #openbsd 19:05 -!- m0v [~m0v@103.208.204.243] has quit [Changing host] 19:05 -!- m0v [~m0v@user/m0v] has joined #openbsd 19:06 -!- MyNetAz [~MyNetAz@user/MyNetAz] has joined #openbsd 19:17 -!- adig_ [~default@cassaloco.suceava.rdsnet.ro] has joined #openbsd 19:18 < yang3> Hello, how do I fix this error? with "cvs update" maybe? https://paste.debian.net/hidden/ce15400b/ 19:19 -!- donofrio [~donofrio@68.60.130.115] has joined #openbsd 19:19 < pardis> have you tried the suggestion given in the output? 19:20 < yang3> not yet 19:21 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 19:21 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 19:21 < yang3> https://paste.debian.net/hidden/238a2112/ 19:26 -!- lcubed [~lcubed@user/lcubed] has joined #openbsd 19:26 -!- apac [~alexander@user/apac] has joined #openbsd 19:26 < yang3> https://paste.debian.net/hidden/77c0e0d7/ 19:28 < yang3> https://paste.debian.net/hidden/4db5a577/ 19:29 < yang3> ok it seems cvs update fixed it 19:37 -!- adig_ [~default@cassaloco.suceava.rdsnet.ro] has quit [Read error: Connection reset by peer] 19:39 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 19:43 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 246 seconds] 19:44 -!- BudsOfStone [~BudsOfSto@syn-024-059-062-184.res.spectrum.com] has joined #openbsd 19:45 -!- crumpet [~Thunderbi@user/crumpet] has joined #openbsd 19:46 -!- devune [~devune@121.127.33.125] has joined #openbsd 19:53 -!- donofrio_ [~donofrio@68.60.130.115] has joined #openbsd 19:54 -!- donofrio [~donofrio@68.60.130.115] has quit [Read error: Connection reset by peer] 20:03 -!- Old-Ben-Jabroni [~oldben@user/Old-Ben-Jabroni] has quit [Remote host closed the connection] 20:05 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 252 seconds] 20:22 -!- xs [~xs@user/xs] has joined #openbsd 20:28 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 20:32 -!- ficonni [~ficonni@178.220.43.145] has quit [Quit: Lost terminal] 20:32 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 248 seconds] 20:34 -!- lavaball [~Melissa@31.204.155.215] has quit [Quit: lavaball] 20:37 -!- sunwind [~paradox@129.235.189.80.dyn.plus.net] has quit [Quit: Outside Context Problem.] 20:39 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 20:40 -!- absc [~absc@2a04:ee41:8:6055:7b99:24ee:b01e:d9d1] has joined #openbsd 20:45 -!- dsrt^ [~dsrt@108.192.66.114] has quit [Ping timeout: 252 seconds] 20:49 -!- chakuari [~antonio@151.49.240.175] has joined #openbsd 20:49 < chakuari> hi 20:50 -!- donofrio_ [~donofrio@68.60.130.115] has quit [Ping timeout: 245 seconds] 20:53 < chakuari> do you use nnn as file manager? 20:53 -!- chakuari [~antonio@151.49.240.175] has quit [Client Quit] 20:54 -!- donofrio_ [~donofrio@68.60.130.115] has joined #openbsd 20:54 -!- chakuari [~antonio@151.49.240.175] has joined #openbsd 20:55 < chakuari> I'm trying using nnn as file browser, and I see that there's a weird (?) behaviour in opening pdf files 20:56 < chakuari> if I open them with 'o' I can choose zathura and they open in that program 20:56 -!- davlefou [~davlefou@2a01:e0a:5f4:4bd0:feb1:5e17:9772:4e6c] has quit [Ping timeout: 248 seconds] 20:57 < chakuari> but if I open a PDF with the right arrow key it's opened in a sort of "preview" browser, but it doesn't seem to be zathura so I can't use the TAB key to show the index 20:57 < chakuari> has anyone had the same behavior? 20:58 -!- chakuari_ [~antonio@151.49.240.175] has joined #openbsd 20:58 < chakuari> or maybe I'm missing something? 21:03 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has quit [Quit: leaving] 21:05 -!- gchound [~gchound@2601:280:c300:8d0:3b:d3db:6ce6:69b8] has joined #openbsd 21:06 -!- Slesa [~Slesa@2a0d:ee00:8010:5b00:ec30:3849:642:62ff] has quit [Remote host closed the connection] 21:06 -!- gchound [~gchound@2601:280:c300:8d0:3b:d3db:6ce6:69b8] has quit [Changing host] 21:06 -!- gchound [~gchound@user/gchound] has joined #openbsd 21:06 -!- crumpet1 [~Thunderbi@user/crumpet] has joined #openbsd 21:07 -!- crumpet [~Thunderbi@user/crumpet] has quit [Ping timeout: 252 seconds] 21:07 -!- crumpet1 is now known as crumpet 21:09 -!- davlefou [~davlefou@2a01:e0a:5f4:4bd0:4eaa:21e:d88d:7337] has joined #openbsd 21:10 -!- krl [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 21:13 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 260 seconds] 21:14 -!- chakuari_ [~antonio@151.49.240.175] has quit [Quit: leaving] 21:14 -!- chakuari [~antonio@151.49.240.175] has quit [Quit: Leaving] 21:18 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 21:19 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 21:22 -!- Aedil [~adrian@ip923469d0.dynamic.kabel-deutschland.de] has quit [Ping timeout: 265 seconds] 21:23 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 252 seconds] 21:33 -!- tvtoon [~The_cUnix@user/tvtoon] has joined #openbsd 21:35 -!- user71 [~user71@2001:1530:1010:2346:d834:4a9d:155b:e6a7] has quit [Quit: Leaving] 21:38 -!- passstab [~passstab@pool-108-16-60-118.phlapa.fios.verizon.net] has joined #openbsd 21:41 -!- sunwind [~paradox@129.235.189.80.dyn.plus.net] has joined #openbsd 21:41 -!- shiranaihito_ [~shiranaih@ppp-171-96-192-99.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 21:47 < ssm_> I read the qemu pkg-readme which says a network device is added by default for guests, however my openbsd-riscv64 guest only reports lo0, ure0, and pflog0, even when run as root 21:47 < ssm_> s/ure/enc/ 21:51 -!- uncleyear [~ian@178.66.129.59] has quit [Ping timeout: 246 seconds] 21:51 -!- Juliaaa [~sdjai@user/juliaaa] has joined #openbsd 21:51 < Juliaaa> anyone knows this https://canvis.app/meshtastic-map ? 21:56 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 252 seconds] 21:58 -!- uncleyear [~ian@178.66.129.59] has joined #openbsd 22:00 -!- passstab [~passstab@pool-108-16-60-118.phlapa.fios.verizon.net] has quit [Ping timeout: 240 seconds] 22:02 -!- PaulFertser [paul@paulfertser.info] has joined #openbsd 22:03 -!- crumpet [~Thunderbi@user/crumpet] has quit [Ping timeout: 252 seconds] 22:06 -!- ChubaDuba [~ChubaDuba@5.167.114.255] has quit [Quit: WeeChat 4.5.1] 22:08 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 22:08 -!- tvtoon [~The_cUnix@user/tvtoon] has quit [Ping timeout: 252 seconds] 22:09 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 22:10 -!- tvtoon [~The_cUnix@user/tvtoon] has joined #openbsd 22:13 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 272 seconds] 22:15 -!- Juliaaa [~sdjai@user/juliaaa] has left #openbsd [] 22:17 -!- znedw0868 [~znedw@2400:a846:4040::f61] has quit [Read error: Connection reset by peer] 22:19 -!- znedw0868 [~znedw@2400:a846:4040::f61] has joined #openbsd 22:20 -!- naoki [~Thunderbi@240f:10b:7440:1:a822:5836:6476:6cf3] has joined #openbsd 22:22 -!- donofrio_ [~donofrio@68.60.130.115] has quit [Ping timeout: 272 seconds] 22:23 -!- apac [~alexander@user/apac] has quit [Ping timeout: 260 seconds] 22:24 -!- typicat [~iam@user/typicat] has quit [Ping timeout: 244 seconds] 22:26 -!- typicat [~iam@user/typicat] has joined #openbsd 22:27 -!- angelwood1 [~Thunderbi@user/angelwood] has joined #openbsd 22:29 -!- angelwood [~Thunderbi@user/angelwood] has quit [Ping timeout: 272 seconds] 22:29 -!- angelwood1 is now known as angelwood 22:31 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." -- Mikhail Tal] 22:33 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 22:34 -!- lynge_ is now known as lynge 22:38 < metala> Q: What is the standard terminal mux in OpenBSD? GNU screen? 22:39 < metala> Juliaaa: I know some stuff about Meshtastic. 22:40 < rueda> tmux(1), which is in base 22:44 < metala> Ah.. nice. Thnak you! 22:54 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Quit: tomorrow is another day] 22:57 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 22:59 -!- absc [~absc@2a04:ee41:8:6055:7b99:24ee:b01e:d9d1] has quit [Quit: Got to go. irctk 1.1.0-beta] 23:00 < BasketCase> screen is in ports though if you prefer 23:02 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 252 seconds] 23:02 < metala> there is a package. I am more used to screen(1), but I don't mind tmux(1). I will try to stick to it when on OpenBSD. 23:07 < ssm_> metala: tmux is actually an openbsd project, if you didn't know :> 23:07 -!- megawatt [~megawatt@user/megawatt] has left #openbsd [] 23:08 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.4.2] 23:10 -!- o0x1eef [~user@user/o0x1eef] has joined #openbsd 23:10 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 244 seconds] 23:11 < metala> I didn't. I guess I will get used to it. I had some complains (which I dont remember at the moment) about it, but I think screen has more issues. 23:12 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 23:12 -!- o0x1eef [~user@user/o0x1eef] has quit [Client Quit] 23:12 -!- sjg [~sjg@user/sjg] has joined #openbsd 23:12 -!- o0x1eef [~user@user/o0x1eef] has joined #openbsd 23:14 < mischief> historically there was the much simpler window that got deleted when tmux appeared, i believe https://man.openbsd.org/OpenBSD-4.5/window.1 23:25 -!- iy [~rusty2@user/scuttlecell] has quit [Remote host closed the connection] 23:26 < metala> I am thinking of trying to build Brave on OpenBSD. I am not sure how much of endevaour would that be. I expect a lot of pain. 23:27 -!- qiy [~rusty2@sys3.eientei.ra.yakumo.ch] has joined #openbsd 23:27 -!- qiy [~rusty2@sys3.eientei.ra.yakumo.ch] has quit [Changing host] 23:27 -!- qiy [~rusty2@user/scuttlecell] has joined #openbsd 23:30 -!- qiy [~rusty2@user/scuttlecell] has quit [Remote host closed the connection] 23:31 -!- qiy [~rusty2@sys3.eientei.ra.yakumo.ch] has joined #openbsd 23:32 -!- qiy [~rusty2@sys3.eientei.ra.yakumo.ch] has quit [Changing host] 23:32 -!- qiy [~rusty2@user/scuttlecell] has joined #openbsd 23:39 < unrznbl> any tips on why i get "status: no network" on bwi0 on macppc? 23:40 < unrznbl> ifconfig bwi0 scan shows me my ssid and i config for that, but no network i guess? 23:40 < unrznbl> ifconfig bwi0 debug didn't seem to give any clues... 23:42 < uwharrie> you'll need to be more verbose/provide more context if anyone's going to help. the exact commands, hostname.if, outputs, and possibly a dmesg would be useful 23:42 < unrznbl> yeah 23:43 < unrznbl> i didnt see anything bwi0 related in dmesg or var log messages... i did "ifconfig bwi0 nwid mynwid wpakey mykey" 23:43 -!- nyah [~nyah@cpc159269-nrth1-2-0-cust376.8-4.cable.virginm.net] has joined #openbsd 23:45 < unrznbl> does wpakey handle wpa2 psk? 23:45 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 23:46 < unrznbl> i tried an /etc/hostname.bwi0 but deleted it in favor of doing it all by command 23:46 -!- alfiee [~alfiee@user/alfiee] has joined #openbsd 23:48 < unrznbl> ah, "wpaprotos wpa2" seems to have changed things to "status: active" 23:48 < oldlaptop> I am thinking of trying to build Brave on OpenBSD. I am not sure how much of endevaour would that be. I expect a lot of pain. 23:48 < oldlaptop> Given that it's more or less chromium, a lot of the pain has been felt for you already. (There's no saving you from the build time.) 23:49 < unrznbl> uwhatrie: that fixed it! internet i have! thanks. 23:49 < oldlaptop> The more they've done to make openbsd's extensive collection of patches (to make chromium run on an OS the chromium upstream explicitly does not give any damns about) not apply, the more of that pain you'll have to re-feel. 23:50 < uwharrie> unrznbl: quack quack 23:51 * oldlaptop hasn't had any need to explicitly set wpaprotos on 802.11 before 23:51 -!- alfiee [~alfiee@user/alfiee] has quit [Ping timeout: 272 seconds] 23:51 < oldlaptop> but I don't think I've tried with anything as old and crusty as bwi(4) 23:53 < unrznbl> powerbook g4, circa 2004/2005 :) loving it. 23:54 < uwharrie> no battery swelling? congrats 23:54 < unrznbl> indeed. thanks for the rubber duck uwharrie 23:55 < unrznbl> i know, right! actually, the battery doesnt work at all. it is an aftermarket battery and i am considering just removing the 18650s or putting new ones in. 23:56 < metala> oldlaptop: thanks, but degoogled chromium is something I really need, if I want to make OpenBSD my main OS. Firefox is no longer an option for me, it just doesn't have good sandboxing, from what I have been told. 23:56 < oldlaptop> "swollen steel-cased cell" is one of those very concerning phrases 23:56 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 23:57 < oldlaptop> metala: What don't you like about firefox's sandboxing? 23:57 < oldlaptop> (There's some "ungoogled-chromium" or something in ports. Not sure what's supposed to make it different.) 23:58 < metala> openlaptop: AFAIR, single process for all tabs, there were a few other things. I will check the ungoogled-chromium and it's sources. 23:58 < metala> oldlaptop* 23:58 < oldlaptop> firefox hasn't been single-process for, what, fifteen years? 23:59 < oldlaptop> (it'll put different tabs on the *same* process, as will chromium) --- Log closed Sat Feb 01 00:00:56 2025