--- Log opened Thu Jan 09 00:00:23 2025 00:01 -!- jupiter126 [~jupiter12@ip-83-99-6-5.dyn.luxdsl.pt.lu] has joined #openbsd 00:03 -!- jupiter126 [~jupiter12@ip-83-99-6-5.dyn.luxdsl.pt.lu] has quit [Remote host closed the connection] 00:06 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 00:15 -!- jupiter126 [~jupiter12@ip-83-99-6-5.dyn.luxdsl.pt.lu] has joined #openbsd 00:21 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 00:36 -!- redruM [~redrum@user/redrum] has joined #openbsd 00:43 -!- saulosilva [~saulosilv@181.216.220.21] has joined #openbsd 00:46 -!- wnh [~Thunderbi@user/wnh] has quit [Ping timeout: 265 seconds] 00:49 -!- adig [~default@109.166.138.98] has joined #openbsd 00:55 -!- coppola [~coppola_@user/coppola] has joined #openbsd 00:55 -!- coppola [~coppola_@user/coppola] has quit [Client Quit] 00:59 -!- saulosilva [~saulosilv@181.216.220.21] has quit [Quit: Client closed] 01:06 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 01:06 -!- drin [~geezabisc@user/geezabiscuit] has joined #openbsd 01:07 -!- ichilton [~ichilton@delta.ichilton.net] has quit [Ping timeout: 252 seconds] 01:08 -!- geezabiscuit [~geezabisc@user/geezabiscuit] has quit [Ping timeout: 265 seconds] 01:08 -!- drin is now known as geezabiscuit 01:14 -!- ichilton [~ichilton@delta.ichilton.net] has joined #openbsd 01:22 -!- m5zs7k [aquares@web10.mydevil.net] has quit [Ping timeout: 265 seconds] 01:24 -!- m5zs7k [aquares@web10.mydevil.net] has joined #openbsd 01:29 -!- kli0rf [kli0rf@user/kli0rf] has quit [Remote host closed the connection] 01:29 -!- ublix [~ublx@user/ublx] has joined #openbsd 01:29 -!- ublx [~ublx@user/ublx] has quit [Ping timeout: 248 seconds] 01:31 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 265 seconds] 01:34 -!- ublix [~ublx@user/ublx] has quit [Ping timeout: 265 seconds] 01:35 -!- ublx [~ublx@user/ublx] has joined #openbsd 01:39 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.4.2] 01:43 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Remote host closed the connection] 01:44 < ssm_> recommendation on port for parsing json? 01:44 < ssm_> specifically yt-dlp --write-comments output 01:47 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 01:48 < thrig> I used jansson to parse restic output, and it wasn't terrible? 01:48 < phy1729> jq is the standard for command line jsoning 01:48 < ssm_> thank you, I'll take a look 01:51 -!- emmanuelux_ [~emmanuelu@user/emmanuelux] has joined #openbsd 01:51 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Ping timeout: 260 seconds] 01:56 -!- mystic [~mystic@user/mystic] has joined #openbsd 02:04 -!- sdds [~sdds@user/sdds] has joined #openbsd 02:04 < oldlaptop> ssm_: if you read https://sqlite.org/json1.html you will either find your new favorite json tool or not 02:05 < oldlaptop> (Maybe not my favorite json commandline tool, but definitely my favorite json parser/generator library for Tcl.) 02:05 -!- jitter [~jitter@user/jitter] has quit [Ping timeout: 252 seconds] 02:07 -!- jitter [~jitter@46.59.140.141.dynamic-pppoe.dt.ipv4.wtnet.de] has joined #openbsd 02:07 -!- jitter [~jitter@46.59.140.141.dynamic-pppoe.dt.ipv4.wtnet.de] has quit [Changing host] 02:07 -!- jitter [~jitter@user/jitter] has joined #openbsd 02:22 -!- ecbrown [~user@user/ecbrown] has quit [Remote host closed the connection] 02:27 -!- sputnik [kli0rf@user/kli0rf] has joined #openbsd 02:31 -!- user21 [~user21@71.203.62.57] has joined #openbsd 02:36 -!- bitflip_ [~bitflip@136.33.6.97] has quit [Quit: ttfn] 02:36 -!- bitflip_ [~bitflip@136.33.6.97] has joined #openbsd 02:39 -!- adonis [~weechat@user/adonis] has joined #openbsd 02:41 < adonis> With openbsd acting as a router, how would I go about detecting a website url being browsed and then routing the packets via a different gateway? I have relayd picking up on the url but it only lets me "forward" to another destination while I instead need it to "route-to".. 02:42 -!- mystic [~mystic@user/mystic] has quit [Quit: leaving] 02:48 < oldlaptop> it might be better to explain the broader context of what you're trying to do 02:50 < adonis> oldlaptop: I have a wg tunnel (vpn) which I want to put specific websites through when they are requested. The websites themselves have many varying ips so its not feasible to simply add the ips directly in pf, and was instead thinking of doing a transparent proxy via relayd to pick up on the websites being requested. I'm missing the part of how to route the sites to the wg0 interface once relayd 02:50 < adonis> picks up on them though. 02:52 < pardis> what you are asking for doesn't really make sense from a network point of view, independently of how you would implement it with OpenBSD (or any other specific tool) 02:52 < adonis> pardis: why doesn't it make sense? 02:53 < pardis> by the time a URL can be known, you already have an established TCP connection via a specific route 02:53 < adonis> pardis: is that really true if relayd is proxying the connection? 02:54 < pardis> ah, I'm actually not sure in that case, I may be wrong 02:54 < adonis> yea, if relayd is in the middle it allows forwarding to other hosts for example.. thing is I'm not looking for "forwarding", I'm looking for more like don't modify the packet at all and put it on the wg0 interface 02:56 < adonis> from what I got in relayd.conf man pages, forwarding modifies the destination address (which I need it to stay as is) and placed on the wg0 interface 02:56 < oldlaptop> By the time relayd knows the full URL, forwarding/proxying is all it can do. It's substituted itself for the real web server. 02:58 < pardis> what happens if you try 'route to'? 02:58 < adonis> oldlaptop: I guess that’s a short way of saying it S/SA'd the connection right? 03:00 < adonis> pardis: route to is not allowed if you are using the "relay" section of relayd.conf.. It's supported in "redirect" section :) but redirect only allows level 3 inspection not level 7.. 03:00 < pardis> aha, I see 03:00 < adonis> lol yea 03:00 < pardis> you could set up a layer 3 proxy that just routes all traffic via the wg tunnel, then forward to 127.0.0.1 back into relayd 03:01 < pardis> that is, it first goes through a layer 7 proxy that chooses whether to pass it on as normal or forward it back to relayd, and if it gets forwarded back to relayd then it gets routed via wg 03:02 -!- chaky [~chaky@93-143-114-49.adsl.net.t-com.hr] has quit [Ping timeout: 252 seconds] 03:02 < pardis> actually, that probably won't work since you'd need to inspect at least the Host header in the second step 03:02 < adonis> pardis: I thought of that but I don't think that will work. "forward" will change the destination address from the target web url to the relayd "redirect" instance.. 03:03 < adonis> meaning I will lose the destination address 03:03 < oldlaptop> poking at the big knot some more: what would be the bad consequence of putting things other than the special websites through the wireguard tunnel? 03:03 -!- chaky [~chaky@93-143-135-9.adsl.net.t-com.hr] has joined #openbsd 03:04 < adonis> it’s a pretty bad consequence.. it would mean people browsing google.com on my network would be routed out the other end of the tunnel (aka, singapore or wherever its at).. I essentially want only specific websites (with dynamic ips) going out there. 03:04 -!- Guest52 [~Guest52@152.117.98.2] has joined #openbsd 03:05 -!- Guest52 [~Guest52@152.117.98.2] has quit [Client Quit] 03:05 < adonis> I don't think my use case is particularly wild tbh, but yea, it hasn't been easy implementing lol. 03:07 < pardis> do you actually need filtering on URLs? what you just described sounds like you want this to apply to whole websites 03:08 < adonis> I don't need filtering no, I just need all requests to specific websites (and possible redirects) to go out the tunnel; keeping in mind the ips for these sites are very dynamic. 03:09 < pardis> in which case you can handle this in DNS, have clients see the IP address of the remote end of the wg tunnel instead of the "real" address, and have a proxy there send the traffic on to the "real" IP address 03:09 < pardis> bonus: traffic to other websites doesn't need to traverse a MITM proxy at all 03:10 < oldlaptop> possible wrinkle: clients set up to DNS-over-HTTPS or some such foolishness 03:10 < oldlaptop> perhaps they deserve what happens to them 03:10 < adonis> oldlaptop: lol, in this specific case, that’s not an issue. all the sites are http, not https 03:10 < pardis> that's not really relevant to DNS-over-HTTPS 03:11 < adonis> oh.. true 03:12 < adonis> dns-over-https will not be done though 03:13 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 03:13 -!- seninha [~seninha@user/seninha] has joined #openbsd 03:14 < oldlaptop> You'll still get clients (IIRC some smartphones these days?) set up to run their own resolvers. 03:14 < adonis> pardis: so your suggestion is, overwrite the dns requests for the sites to return my own proxy running on the remote end of the tunnel and then have my proxy simply pass the requests out? 03:15 < pardis> yes, your proxy would then need to do name resolution based on the URL requested 03:15 < pardis> this is also arguably more correct: if any of these websites have geographically-varying DNS, the request will go to the appropriate address for the place where it exits the VPN 03:17 * oldlaptop might argue this is only trading one kind of wrong for another 03:17 < oldlaptop> but only to be irritating 03:18 < adonis> pardis: relayd do can do name resolution on a url that it picks up at layer7? Not seeing how that would be implemented. 03:19 < oldlaptop> more seriously it should be least-pessimal, should it not? assuming magic-geographic-dns is used for the most obviously legitimate purpose of minimizing network distance, and not for such purposes as serving different content to different areas 03:20 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 244 seconds] 03:22 < adonis> heres a general question also, tags done at the relayd level can be acted on at pf? Or the other way around is the only way that works? 03:24 -!- huy [~huy@alyon-552-1-32-231.w80-9.abo.wanadoo.fr] has quit [Ping timeout: 265 seconds] 03:25 -!- Matt74 [~Matt@152.117.98.2] has joined #openbsd 03:26 -!- Matt74 [~Matt@152.117.98.2] has quit [Client Quit] 03:26 -!- MattyIce [~MattyIce@152.117.98.2] has joined #openbsd 03:26 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 03:27 -!- MattyIce [~MattyIce@152.117.98.2] has quit [Client Quit] 03:28 -!- loganaden [~logan@105.235.158.88] has joined #openbsd 03:30 -!- huy [~huy@alyon-552-1-32-231.w80-9.abo.wanadoo.fr] has joined #openbsd 03:42 -!- loganaden [~logan@105.235.158.88] has quit [Ping timeout: 244 seconds] 03:43 -!- deepesttoaster [~deepestto@user/deepesttoaster] has joined #openbsd 03:45 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 03:45 -!- wickedshell [~wickedshe@2601:8c0:800:4baa:a983:962d:1791:50c4] has quit [Ping timeout: 246 seconds] 03:53 -!- _zip100 [~zip100@193.32.248.206] has joined #openbsd 03:54 -!- zip100- [~zip100@193.32.248.192] has quit [Ping timeout: 248 seconds] 04:01 -!- housemate [~housemate@pa49-185-55-223.pa.vic.optusnet.com.au] has joined #openbsd 04:02 -!- wickedshell [~wickedshe@2601:8c0:800:4baa:14a7:8208:fc46:b96] has joined #openbsd 04:03 -!- macabro [~user@user/monkey/x-0691028] has joined #openbsd 04:10 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has quit [Ping timeout: 276 seconds] 04:10 -!- gotohello [~gotohello@user/gotohello] has joined #openbsd 04:11 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has joined #openbsd 04:11 -!- Bradipo [~Bradipo@50.77.44.29] has quit [Quit: Lost terminal] 04:13 -!- sinvet [sinvet@user/sinvet] has quit [Ping timeout: 252 seconds] 04:24 -!- cmc [~methos@gateway/tor-sasl/cmc] has quit [Remote host closed the connection] 04:24 -!- cmc [~methos@gateway/tor-sasl/cmc] has joined #openbsd 04:26 -!- Aedil [~adrian@146.52.105.208] has joined #openbsd 04:58 -!- tuftedocelot [~tuftedoce@46.23.87.57] has quit [Remote host closed the connection] 05:04 -!- tuftedocelot [~tuftedoce@46.23.87.57] has joined #openbsd 05:16 -!- Aedil [~adrian@146.52.105.208] has quit [Ping timeout: 245 seconds] 05:20 -!- xet7 [~xet7@user/xet7] has joined #openbsd 05:26 -!- loganaden [~logan@196.1.0.103] has joined #openbsd 05:28 -!- adonis [~weechat@user/adonis] has quit [Quit: WeeChat 4.5.1] 05:29 -!- mlw [~mlw@41.73.193.26] 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 -!- housemate [~housemate@pa49-185-55-223.pa.vic.optusnet.com.au] has quit [Read error: Connection reset by peer] 05:30 -!- loganaden [~logan@196.1.0.103] has quit [Ping timeout: 244 seconds] 05:30 -!- jonf [~jjf@c-174-166-163-232.hsd1.nj.comcast.net] has joined #openbsd 05:38 -!- loganaden [~logan@196.1.0.103] has joined #openbsd 05:40 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 264 seconds] 05:42 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 05:49 -!- shiranaihito_ [~shiranaih@ppp-115-87-227-115.revip4.asianet.co.th] has joined #openbsd 05:56 -!- eniac [~eniac@user/eniac] has joined #openbsd 06:09 -!- housemate [~housemate@pa49-199-197-80.pa.vic.optusnet.com.au] has joined #openbsd 06:11 -!- loganaden [~logan@196.1.0.103] has quit [Ping timeout: 272 seconds] 06:13 -!- sandbag [~sandbag@user/sandbag] has joined #openbsd 06:15 -!- ublx [~ublx@user/ublx] has quit [Ping timeout: 246 seconds] 06:22 -!- skydrome [~emordyks@user/skydrome] has quit [Ping timeout: 276 seconds] 06:25 -!- cantelope [uid598105@id-598105.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 06:26 -!- uncleyear [~ian@45.80.46.84] has joined #openbsd 06:26 -!- skydrome [~emordyks@user/skydrome] has joined #openbsd 06:28 -!- loganaden [~logan@196.1.0.103] has joined #openbsd 06:36 -!- horrad [~Thunderbi@2003:a:61f:c901:9907:f2af:6ea5:44bb] has joined #openbsd 06:37 < shtrophic> Lucas_: hmm, IIRC it already creates an unbound-rpz? 06:37 -!- loganaden [~logan@196.1.0.103] has quit [Ping timeout: 248 seconds] 06:42 -!- loganaden [~logan@196.1.0.103] has joined #openbsd 06:43 -!- jlavsund [jlavsund@2.71.27.230.mobile.tre.se] has joined #openbsd 06:52 -!- mlw [~mlw@41.73.193.26] has quit [Ping timeout: 244 seconds] 06:59 -!- mlw [~mlw@41.73.193.26] has joined #openbsd 07:01 -!- mijndert2 [~mijndert@86-86-243-190.fixed.kpn.net] has joined #openbsd 07:02 -!- gotohello [~gotohello@user/gotohello] has quit [Quit: Client closed] 07:03 -!- adig [~default@109.166.138.98] has quit [Read error: Connection reset by peer] 07:06 -!- redruM [~redrum@user/redrum] has quit [Quit: leaving] 07:21 -!- struchu [~struchu@staticline-31-183-160-116.toya.net.pl] has joined #openbsd 07:27 -!- feriman [~feriman@user/feriman] has joined #openbsd 07:28 -!- loganaden [~logan@196.1.0.103] has quit [Ping timeout: 272 seconds] 07:39 -!- adip [~adip@c145-14.icpnet.pl] has joined #openbsd 07:45 -!- mlw [~mlw@41.73.193.26] has quit [Ping timeout: 260 seconds] 07:46 -!- mlw [~mlw@41.73.193.26] has joined #openbsd 07:56 -!- xet7_ [~xet7@user/xet7] has joined #openbsd 07:59 -!- xet7 [~xet7@user/xet7] has quit [Ping timeout: 260 seconds] 08:03 -!- xet7_ [~xet7@user/xet7] has quit [Remote host closed the connection] 08:04 -!- loganaden [~logan@196.1.0.103] has joined #openbsd 08:04 -!- RypPn [~RypPn@user/ryppn] has quit [Quit: Real-time updating is paused. (Resume)] 08:06 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has quit [Remote host closed the connection] 08:06 -!- shtrophic [~m-hrdsqi@user/shtrophic] has quit [Ping timeout: 276 seconds] 08:19 -!- zelu [~zelu@user/zelu] has joined #openbsd 08:27 -!- dnerchm^ [dnerchm@c-98-242-74-66.hsd1.ga.comcast.net] has joined #openbsd 08:37 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 08:41 -!- emmanuelux_ [~emmanuelu@user/emmanuelux] has quit [Quit: au revoir] 08:46 -!- megawatt [~megawatt@user/megawatt] has joined #openbsd 08:51 -!- loganaden [~logan@196.1.0.103] has quit [Ping timeout: 244 seconds] 08:59 -!- Guest62 [~Guest62@212.233.194.115] has joined #openbsd 09:00 -!- Guest62 [~Guest62@212.233.194.115] has quit [Write error: Broken pipe] 09:06 -!- loganaden [~logan@196.1.0.103] has joined #openbsd 09:06 < anddam> back to my yesterday question about opensmtpd I was able to focus a bit more on where the issue is, it's on the transfer that is the remote delivery of the messages 09:07 < anddam> I paused -P smtp -P mda and could see the repeated block of mta subsystem failing to connect and retry, so I'll start tracing its component and eventually track down the error 09:08 < anddam> meanwhile, day 2 without vanity domain email 09:16 -!- sonne_ [~vmlinuz@user/sonne] has joined #openbsd 09:17 -!- sonne [~vmlinuz@user/sonne] has quit [Ping timeout: 264 seconds] 09:22 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 09:24 < mischief> i missed the convo yesterday but i still mercifully have my free google apps domains 09:25 < mischief> otherwise the inevitable move to smtpd would likely have already happened 09:27 -!- housemate [~housemate@pa49-199-197-80.pa.vic.optusnet.com.au] has quit [Ping timeout: 276 seconds] 09:36 -!- luscusrex [~luscusrex@user/luscusrex] has joined #openbsd 09:37 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 09:37 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 265 seconds] 09:43 < anddam> mischief: I still do, this is out of ~~fun~~ curiosity 09:43 < renaud> opensmtpd works quite fine 09:44 < renaud> anddam: I don't know your issue, but you might have better luck on #opensmtpd 09:45 -!- loganaden [~logan@196.1.0.103] has quit [Ping timeout: 260 seconds] 09:47 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Remote host closed the connection] 09:47 < anddam> I am sure opensmtpd works quite fine, and it will for me once we become more acquainted 09:47 < anddam> actually I did manage to hack the config and run the smtpd for two years 09:48 < anddam> now I jumped host, brought previous config but something got lost in translation 09:48 < anddam> or traduction in this case 09:49 < sibiria> or just some other host config outside smtpd that you may have forgotten 09:50 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 09:50 < sibiria> happens easily if the setup is not documented or "deployed" 09:50 < renaud> can you paste your config? 09:57 < mischief> i used to have a shell host with a secondary domain that ran on smtpd on a vps, but after being broke that all went to shit. running a shell server was kinda fun though 09:58 < mischief> and yes, you should paste your config and logs. 10:01 -!- SiFuh_ [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 10:01 -!- jlavsund [jlavsund@2.71.27.230.mobile.tre.se] has quit [Remote host closed the connection] 10:01 -!- SiFuh_ [~SiFuh@user/sifuh] has joined #openbsd 10:03 -!- RypPn2 [~RypPn@mail.rosscom.co.uk] has joined #openbsd 10:07 -!- RypPn2 is now known as RypPn 10:07 -!- RypPn [~RypPn@mail.rosscom.co.uk] has quit [Changing host] 10:07 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 10:12 -!- sonne_ is now known as sonne 10:17 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 10:34 -!- shiranaihito_ [~shiranaih@ppp-115-87-227-115.revip4.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 10:38 -!- loganaden [~logan@196.1.0.103] has joined #openbsd 10:46 -!- BillyZane2 [~BillyZane@user/BillyZane] has joined #openbsd 10:47 -!- loganaden [~logan@196.1.0.103] has quit [Ping timeout: 272 seconds] 10:49 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has quit [Ping timeout: 252 seconds] 10:49 -!- BillyZane [~BillyZane@user/BillyZane] has quit [Ping timeout: 252 seconds] 10:49 -!- itsuki- [~itsuki@104.128.92.162] has joined #openbsd 10:50 -!- itsuki [~itsuki@user/itsuki] has quit [Ping timeout: 252 seconds] 10:50 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 272 seconds] 10:51 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has joined #openbsd 10:51 -!- loganaden [~logan@196.1.0.103] has joined #openbsd 10:53 -!- rain0r [~rainer@static.198.178.130.94.clients.your-server.de] has quit [Ping timeout: 252 seconds] 10:53 -!- rain0r [~rainer@static.198.178.130.94.clients.your-server.de] has joined #openbsd 10:53 -!- MiniontobyPI [Miniontoby@ircforever.org] has quit [Ping timeout: 252 seconds] 10:53 -!- ludovicus [jimbo@user/ludovicus] has quit [Ping timeout: 252 seconds] 10:53 -!- drkDark [~dark@45.32.176.184] has quit [Ping timeout: 252 seconds] 10:54 -!- ludovicus [jimbo@user/ludovicus] has joined #openbsd 10:54 -!- markmcb [~markmcb@45.76.242.175] has quit [Ping timeout: 252 seconds] 10:55 -!- markmcb [~markmcb@45.76.242.175] has joined #openbsd 10:55 -!- drkDark [~dark@45.32.176.184] has joined #openbsd 10:56 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 10:56 -!- noone [~six@user/six] has quit [Quit: nyaa~] 11:00 -!- sinvet [sinvet@user/sinvet] has joined #openbsd 11:00 -!- BillyZane2 is now known as BillyZane 11:02 -!- vdamewood [~vdamewood@fedora/vdamewood] has quit [Quit: Life beckons] 11:04 -!- RypPn2 [~RypPn@mail.rosscom.co.uk] has joined #openbsd 11:06 -!- RypPn [~RypPn@user/ryppn] has quit [Ping timeout: 265 seconds] 11:06 -!- RypPn2 is now known as RypPn 11:06 -!- RypPn [~RypPn@mail.rosscom.co.uk] has quit [Changing host] 11:06 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 11:07 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 245 seconds] 11:09 -!- shiranaihito_ [~shiranaih@2405:9800:b670:aba2:3c9c:2bae:ce16:150] has joined #openbsd 11:10 -!- loganaden [~logan@196.1.0.103] has quit [Ping timeout: 246 seconds] 11:11 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 11:12 -!- MiniontobyPI [Miniontoby@Miniontoby.staff.ircforever.org] has joined #openbsd 11:12 -!- uncleyear [~ian@45.80.46.84] has quit [Ping timeout: 248 seconds] 11:14 -!- uncleyear [~ian@45.80.46.21] has joined #openbsd 11:15 -!- sdds [~sdds@user/sdds] has quit [Remote host closed the connection] 11:20 -!- thyssentishman [~thyssenti@user/thyssentishman] has quit [Remote host closed the connection] 11:22 -!- loganaden [~logan@196.1.0.103] has joined #openbsd 11:23 -!- thyssentishman [~thyssenti@user/thyssentishman] has joined #openbsd 11:26 -!- mover [~hischild@user/mover] has joined #openbsd 11:27 -!- ficonni [~ficonni@178-223-139-140.dynamic.isp.telekom.rs] has joined #openbsd 11:28 < anddam> yep, need a little time as I am pretending to work rn 11:37 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 11:39 < RobbieAB> 32yc^p.MQQ?#arue 11:41 < IcePic> not a totally bad password 11:41 < CosmicDJ> nice password, time to change it though 11:41 < RobbieAB> Indeed... 11:44 -!- al1r4d [~24545661@user/al1r4d] has joined #openbsd 11:45 -!- fstd [~fstd@xdsl-84-44-248-75.nc.de] has quit [Ping timeout: 244 seconds] 11:46 -!- fstd [~fstd@xdsl-87-78-207-87.nc.de] has joined #openbsd 11:46 -!- Op3kkt4r [sid572902@id-572902.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 11:49 -!- euphores [~SASL_euph@user/euphores] has quit [Read error: Connection reset by peer] 11:59 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 12:03 -!- Guest56 [~Guest56@69.170.192.194] has quit [Quit: Client closed] 12:04 -!- m3a [~m3a@197.193.15.113] has quit [Ping timeout: 265 seconds] 12:05 -!- loganaden [~logan@196.1.0.103] has quit [Ping timeout: 276 seconds] 12:06 -!- RypPn [~RypPn@user/ryppn] has quit [Ping timeout: 265 seconds] 12:09 -!- mk_ [~mk@user/mk-:55564] has quit [Read error: Connection reset by peer] 12:09 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 12:11 -!- mk_ [~mk@user/mk-:55564] has joined #openbsd 12:13 -!- fstd_ [~fstd@xdsl-87-78-206-39.nc.de] has joined #openbsd 12:13 -!- fstd [~fstd@xdsl-87-78-207-87.nc.de] has quit [Ping timeout: 272 seconds] 12:13 -!- fstd_ is now known as fstd 12:17 -!- daugaard [~daugaard@user/daugaard] has joined #openbsd 12:25 -!- loganaden [~logan@196.1.0.103] has joined #openbsd 12:36 -!- Aedil [~adrian@146.52.105.208] has joined #openbsd 12:49 -!- makr [~textual@2001:8f8:1a2d:b017:e15f:2ba4:72ff:3d78] has quit [Ping timeout: 245 seconds] 12:51 -!- makr [~textual@2001:8f8:1a2d:b017:6969:9b2e:3484:d723] has joined #openbsd 12:54 -!- feriman [~feriman@user/feriman] has joined #openbsd 12:58 -!- xet7 [~xet7@user/xet7] has joined #openbsd 13:06 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 264 seconds] 13:06 -!- RypPn [~RypPn@user/ryppn] has quit [Ping timeout: 265 seconds] 13:07 -!- shiranaihito_ [~shiranaih@2405:9800:b670:aba2:3c9c:2bae:ce16:150] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 13:08 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 13:09 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 13:17 -!- Darkcipher [~Darkciphe@seve-27-b2-v4wan-169267-cust4454.vm13.cable.virginm.net] has joined #openbsd 13:23 -!- Darkcipher [~Darkciphe@seve-27-b2-v4wan-169267-cust4454.vm13.cable.virginm.net] has quit [Quit: Asta La Vista !!] 13:34 -!- user71 [~user71@2001:1530:1000:28d9:34e1:ef9d:1d52:66ae] has joined #openbsd 13:38 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 276 seconds] 13:39 -!- loganaden [~logan@196.1.0.103] has quit [Ping timeout: 252 seconds] 13:39 -!- Nahual [~Nahual@centos/community/Nahual] has quit [Ping timeout: 260 seconds] 13:41 -!- Nahual [~Nahual@centos/community/Nahual] has joined #openbsd 13:44 -!- ublx [~ublx@user/ublx] has joined #openbsd 13:49 -!- seninha [~seninha@user/seninha] has joined #openbsd 13:50 -!- Bigdawg12 [~Bigdawg11@user/Bigdawg11] has joined #openbsd 13:52 -!- loganaden [~logan@196.1.0.103] has joined #openbsd 13:53 -!- WhyNotHugo [~WhyNotHug@anchor.whynothugo.nl] has joined #openbsd 13:54 -!- Bigdawg12 [~Bigdawg11@user/Bigdawg11] has quit [Quit: WeeChat 4.4.3] 13:54 -!- Bigdawg11 [~Bigdawg11@user/Bigdawg11] has joined #openbsd 13:55 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 13:58 -!- sandbag [~sandbag@user/sandbag] has quit [Ping timeout: 245 seconds] 13:58 -!- shiranaihito_ [~shiranaih@ppp-115-87-227-115.revip4.asianet.co.th] has joined #openbsd 14:01 -!- Pixi` [~Pixi@user/pixi] has joined #openbsd 14:03 -!- WhyNotHugo [~WhyNotHug@anchor.whynothugo.nl] has quit [Remote host closed the connection] 14:03 -!- WhyNotHugo [~WhyNotHug@anchor.whynothugo.nl] has joined #openbsd 14:04 -!- Pixi__ [~Pixi@user/pixi] has joined #openbsd 14:04 -!- Pixi [~Pixi@user/pixi] has quit [Ping timeout: 260 seconds] 14:06 -!- RypPn [~RypPn@user/ryppn] has quit [Ping timeout: 265 seconds] 14:07 -!- Pixi` [~Pixi@user/pixi] has quit [Ping timeout: 246 seconds] 14:11 -!- amhais [~amhais@c-76-118-134-122.hsd1.ct.comcast.net] has joined #openbsd 14:12 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 14:18 -!- MrPlop [~cedric@bender.ddpo.be] has quit [Read error: Connection reset by peer] 14:22 -!- Bigdawg11 [~Bigdawg11@user/Bigdawg11] has quit [Quit: WeeChat 4.4.3] 14:24 -!- loganaden [~logan@196.1.0.103] has quit [Ping timeout: 276 seconds] 14:27 -!- psydroid [~psydroid@user/psydroid] has quit [Ping timeout: 252 seconds] 14:28 -!- MrPlop [~cedric@bender.ddpo.be] has joined #openbsd 14:34 -!- loganaden [~logan@196.1.0.103] has joined #openbsd 14:36 -!- user03 [~gchound@2601:280:c300:8d0:8ee7:2a51:95b9:b7ea] has joined #openbsd 14:37 -!- user03 [~gchound@2601:280:c300:8d0:8ee7:2a51:95b9:b7ea] has quit [Changing host] 14:37 -!- user03 [~gchound@user/gchound] has joined #openbsd 14:37 -!- shtrophic [~m-hrdsqi@user/shtrophic] has joined #openbsd 14:37 -!- cantelope [uid598105@id-598105.hampstead.irccloud.com] has joined #openbsd 14:40 -!- psydroid [~psydroid@user/psydroid] has joined #openbsd 14:40 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 14:41 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 14:42 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 14:44 -!- varighet [~varighet@94-224-80-37.access.telenet.be] has quit [Quit: WeeChat 4.2.1] 14:45 -!- loganaden [~logan@196.1.0.103] has quit [Ping timeout: 276 seconds] 14:50 -!- oraculo [~mirc-rc@177.100.68.254] has joined #openbsd 14:50 -!- wnh [~Thunderbi@user/wnh] has joined #openbsd 14:56 -!- varighet [~varighet@94-224-80-37.access.telenet.be] has joined #openbsd 14:59 -!- adonis [~weechat@user/adonis] has joined #openbsd 15:00 -!- zelu [~zelu@user/zelu] has quit [Quit: WeeChat 4.5.1] 15:01 < adonis> For some reason, when I type 'mail' as my normal user I am seeing mail delivered to root. Yet when su'd to to root, I see no mail? What config is driving that? 15:01 -!- wnh [~Thunderbi@user/wnh] has quit [Ping timeout: 248 seconds] 15:01 < IcePic> adonis: sounds like /etc/mail/aliases have your id as an alias for root@localhost 15:03 < adonis> IcePic: I checked that file, and I haven't modified it. My id is not in there.. 15:03 -!- RypPn2 [~RypPn@mail.rosscom.co.uk] has joined #openbsd 15:03 < phy1729> Could be /root/.forward 15:04 < adonis> yup! it is. What set that up that way? I didn't even know about that file 15:05 < phy1729> distrib/miniroot/install.sub does echo $ADMIN >/mnt/root/.forward 15:06 < adonis> and that makes it so mail meant for root is not even in root's mailbox now but instead in my current user? I thought forward somehow still deliver it to root. 15:06 -!- RypPn [~RypPn@user/ryppn] has quit [Ping timeout: 265 seconds] 15:06 -!- RypPn2 is now known as RypPn 15:06 -!- RypPn [~RypPn@mail.rosscom.co.uk] has quit [Changing host] 15:06 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 15:06 < adonis> would still* 15:08 < IcePic> it does deliver to root, which then forwards it to your account, but doesn't keep a copy 15:09 -!- struchu [~struchu@staticline-31-183-160-116.toya.net.pl] has quit [Quit: WeeChat 4.4.4] 15:09 < adonis> ok. Thanks! 15:18 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 15:24 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.4.2] 15:27 -!- saulosilva [~saulosilv@181.216.220.21] has joined #openbsd 15:28 -!- housemate [~housemate@pa49-185-147-81.pa.vic.optusnet.com.au] has joined #openbsd 15:33 -!- saulosilva [~saulosilv@181.216.220.21] has quit [Quit: Client closed] 15:34 -!- wnh [~Thunderbi@user/wnh] has joined #openbsd 15:35 -!- housemate [~housemate@pa49-185-147-81.pa.vic.optusnet.com.au] has quit [Ping timeout: 252 seconds] 15:37 -!- housemate [~housemate@pa49-185-123-160.pa.vic.optusnet.com.au] has joined #openbsd 15:41 -!- piroko [~piroko@104.225.216.16] has quit [Ping timeout: 276 seconds] 15:45 -!- housemate_ [~housemate@pa49-184-15-137.pa.vic.optusnet.com.au] has joined #openbsd 15:47 -!- housemate [~housemate@pa49-185-123-160.pa.vic.optusnet.com.au] has quit [Ping timeout: 252 seconds] 15:49 -!- housemate_ [~housemate@pa49-184-15-137.pa.vic.optusnet.com.au] has quit [Remote host closed the connection] 15:51 -!- housemate [~housemate@pa49-184-15-137.pa.vic.optusnet.com.au] has joined #openbsd 15:54 -!- housemate [~housemate@pa49-184-15-137.pa.vic.optusnet.com.au] has quit [Remote host closed the connection] 15:55 -!- housemate [~housemate@pa49-184-15-137.pa.vic.optusnet.com.au] has joined #openbsd 15:56 -!- Everything [~Everythin@195.138.86.118] has joined #openbsd 15:58 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 16:01 -!- luna_ [~luna@90-227-72-210-no600.tbcn.telia.com] has joined #openbsd 16:04 -!- horrad [~Thunderbi@2003:a:61f:c901:9907:f2af:6ea5:44bb] has quit [Ping timeout: 272 seconds] 16:05 -!- adonis [~weechat@user/adonis] has quit [Quit: WeeChat 4.5.1] 16:06 -!- RypPn [~RypPn@user/ryppn] has quit [Ping timeout: 265 seconds] 16:12 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 16:13 -!- lite [~lite@137.255.61.242] has joined #openbsd 16:13 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 16:13 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 16:14 -!- Bradipo [~Bradipo@50.77.44.29] has joined #openbsd 16:14 -!- Everythi1g [~Everythin@static.208.206.21.65.clients.your-server.de] has joined #openbsd 16:15 -!- Everything [~Everythin@195.138.86.118] has quit [Quit: leaving] 16:15 -!- Everythi1g [~Everythin@static.208.206.21.65.clients.your-server.de] has quit [Client Quit] 16:15 -!- Everything [~Everythin@static.208.206.21.65.clients.your-server.de] has joined #openbsd 16:15 -!- lite [~lite@137.255.61.242] has quit [Client Quit] 16:19 -!- user21 [~user21@71.203.62.57] has quit [Ping timeout: 244 seconds] 16:27 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Ping timeout: 252 seconds] 16:31 -!- user21 [~user21@71.203.62.57] has joined #openbsd 16:36 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 16:36 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has joined #openbsd 16:43 -!- Bradipo [~Bradipo@50.77.44.29] has quit [Quit: Lost terminal] 16:46 -!- housemate_ [~housemate@pa49-199-91-123.pa.vic.optusnet.com.au] has joined #openbsd 16:46 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 16:47 -!- housemate [~housemate@pa49-184-15-137.pa.vic.optusnet.com.au] has quit [Ping timeout: 265 seconds] 16:48 -!- Bradipo [~Bradipo@50.77.44.29] has joined #openbsd 16:56 < lts> wireguard errata, sounds interesting 16:56 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 244 seconds] 16:59 -!- luna_ [~luna@90-227-72-210-no600.tbcn.telia.com] has left #openbsd [] 17:01 * oldlaptop takes this to be the wireguard issue that's been bouncing about on the lists for a little while 17:06 -!- user21 [~user21@71.203.62.57] has quit [Remote host closed the connection] 17:11 -!- housemate_ [~housemate@pa49-199-91-123.pa.vic.optusnet.com.au] has quit [Ping timeout: 248 seconds] 17:13 -!- feriman [~feriman@user/feriman] has joined #openbsd 17:18 -!- tvtoon [~The_cUnix@user/tvtoon] has joined #openbsd 17:29 -!- cgnarne_ [~pk@2001-4dd6-8574-0-220-91ff-feff-ee02.ipv6dyn.netcologne.de] has joined #openbsd 17:31 -!- cgnarne [~pk@user/cgnarne] has quit [Ping timeout: 252 seconds] 17:36 < tommyrot> Traffic sent over wg(4) could result in kernel crash. 17:44 -!- dsrt^ [dsrt@c-98-242-74-66.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 17:44 -!- dnerchm^ [dnerchm@c-98-242-74-66.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 17:49 -!- mover [~hischild@user/mover] has quit [Ping timeout: 244 seconds] 17:54 -!- rueda [~rueda@2404:9400:3:0:216:3eff:fee1:7d67] has quit [Ping timeout: 248 seconds] 17:54 -!- rueda [~rueda@2404:9400:3:0:216:3eff:fee1:7d67] has joined #openbsd 17:56 -!- mover [~hischild@user/mover] has joined #openbsd 18:04 -!- shtrophic [~m-hrdsqi@user/shtrophic] has quit [Ping timeout: 276 seconds] 18:05 -!- jimzah_ [~jim@2001:678:c40:1::17c] has joined #openbsd 18:06 -!- shtrophic [~m-hrdsqi@user/shtrophic] has joined #openbsd 18:07 -!- jimzah [~jim@user/jimzah] has quit [Ping timeout: 260 seconds] 18:09 -!- mover [~hischild@user/mover] has quit [Ping timeout: 246 seconds] 18:09 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Quit: Konversation terminated!] 18:11 -!- mover [~hischild@user/mover] has joined #openbsd 18:16 -!- m3a [~m3a@197.193.15.113] has joined #openbsd 18:19 -!- Nahual [~Nahual@centos/community/Nahual] has quit [Ping timeout: 276 seconds] 18:22 -!- housemate [~housemate@pa49-183-34-52.pa.vic.optusnet.com.au] has joined #openbsd 18:24 -!- mover [~hischild@user/mover] has quit [Ping timeout: 244 seconds] 18:27 -!- emigrant [emigrant@user/emigrant] has quit [Remote host closed the connection] 18:28 -!- emigrant [emigrant@user/emigrant] has joined #openbsd 18:28 -!- ChubaDuba [~ChubaDuba@176.212.36.252] has joined #openbsd 18:33 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 18:33 -!- memset_ [~memset@gateway/tor-sasl/memset] has joined #openbsd 18:35 -!- Nahual [~Nahual@centos/community/Nahual] has joined #openbsd 18:36 -!- EtherNet [~ethernet@user/ethernet] has quit [Ping timeout: 248 seconds] 18:36 -!- mover [~hischild@user/mover] has joined #openbsd 18:41 -!- EtherNet [~ethernet@user/ethernet] has joined #openbsd 18:41 < puffybuf> anyone use cloud hosting for openbsd virtual servers? I'm currently using linode for just $7 / month with their cheapest option. It's pretty cool I can run wireguard tunnel and have my own obsd machine on the web. 18:42 -!- psychonate [nbosley@user/psychonate] has joined #openbsd 18:42 < betabug> you could go to the amsterdam guys 18:43 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 18:43 -!- memset_ [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 18:45 -!- adip [~adip@c145-14.icpnet.pl] has quit [Ping timeout: 246 seconds] 18:46 -!- typicat [~iam@h-178-174-137-135.NA.cust.bahnhof.se] has quit [Ping timeout: 264 seconds] 18:46 -!- thrig [~thrig@c-73-221-177-233.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 18:47 -!- typicat [~iam@h-178-174-137-135.NA.cust.bahnhof.se] has joined #openbsd 18:48 < setient> puffybuf: https://chrispinnock.com/2021/05/18/openbsd-on-aws/ i guess you could do this! 18:50 < sibiria> puffybuf: i use oracle since 2 years or so. previously also scaleway, but their hosts have made things a bit too complicated to continue it 18:50 -!- thrig [~thrig@c-73-221-177-233.hsd1.wa.comcast.net] has joined #openbsd 18:50 < setient> https://www.linode.com/community/questions/27/how-do-i-deploy-a-custom-iso looks like you can do it with linode and a custom iso 18:51 < setient> oh you mentioned that already :) 18:51 < setient> you can, if you are clever, find one of those cheap kvm hosts and install openbsd from linux over the os itself using the swap partition, if there is one 18:52 -!- adip [~adip@c145-14.icpnet.pl] has joined #openbsd 18:54 -!- devune_ is now known as devune 18:54 -!- shiranaihito_ [~shiranaih@ppp-115-87-227-115.revip4.asianet.co.th] has quit [Quit: Textual IRC Client: www.textualapp.com] 18:55 -!- shiranaihito_ [~shiranaih@ppp-115-87-227-115.revip4.asianet.co.th] has joined #openbsd 18:56 -!- krzych [krzych@user/krzych] has quit [Remote host closed the connection] 18:57 < phy1729> I have OpenBSD on GCP, but haven't updated that image in a release or two 18:58 < Lucas_> puffybuf: I use OpenBSD in Hetzner and Alwyzon 18:58 < Lucas_> run -current in a few of them 18:58 < Lucas_> it works well, but I haven't tried their ISOs 18:59 < Lucas_> I create the servers as Debian (any Linux, for the matter), then download and check miniroot76.img and `dd bs=1m if=miniroot76.img of=/dev/sda` 18:59 < Lucas_> it's important to refer to the whole disk and not a partition (no sda1, so to say) 19:00 < Lucas_> (also check the correct disk, which might not be sda--it's an example) 19:01 -!- krzych [krzych@user/krzych] has joined #openbsd 19:03 < Lucas_> and then force-reset 19:04 < Lucas_> doing a `shutdown -r now` might not work 19:04 -!- rIMpossible [~rIMpossib@ams.skapf.de] has quit [Quit: leaving] 19:05 -!- saulosilva [~saulosilv@181.216.220.21] has joined #openbsd 19:08 -!- rIMpossible [~rIMpossib@ams.skapf.de] has joined #openbsd 19:09 -!- PyR3X [~PyR3X@user/pyr3x] has quit [Quit: quit] 19:09 -!- housemate [~housemate@pa49-183-34-52.pa.vic.optusnet.com.au] has quit [Quit: Nothing to see here. I wasn't there. I take IRC seriously.] 19:11 -!- PyR3X [~PyR3X@user/pyr3x] has joined #openbsd 19:14 -!- PyR3X [~PyR3X@user/pyr3x] has quit [Client Quit] 19:16 -!- PyR3X [~PyR3X@user/pyr3x] has joined #openbsd 19:26 -!- leah [~leah@libreboot/developer/leah] has quit [Quit: WeeChat 3.8] 19:27 -!- wnh [~Thunderbi@user/wnh] has quit [Read error: Connection reset by peer] 19:27 -!- wnh [~Thunderbi@user/wnh] has joined #openbsd 19:31 -!- oxzi [~oxzi@marohu.lurk.space] has quit [Quit: WeeChat] 19:38 -!- housemate [~housemate@pa49-184-10-32.pa.vic.optusnet.com.au] has joined #openbsd 19:43 -!- oxzi [~oxzi@marohu.lurk.space] has joined #openbsd 19:48 -!- housemate_ [~housemate@pa49-185-156-132.pa.vic.optusnet.com.au] has joined #openbsd 19:49 -!- housemate_ [~housemate@pa49-185-156-132.pa.vic.optusnet.com.au] has quit [Remote host closed the connection] 19:50 -!- lavaball [~Melissa@31.204.155.215] has quit [Quit: lavaball] 19:51 -!- housemate [~housemate@pa49-184-10-32.pa.vic.optusnet.com.au] has quit [Ping timeout: 265 seconds] 19:52 -!- leah [~leah@libreboot/developer/leah] has joined #openbsd 19:53 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has quit [Quit: https://github.com/ivdsangen] 19:53 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 19:55 -!- psychonate [nbosley@user/psychonate] has quit [Ping timeout: 276 seconds] 19:56 -!- Zeftax [~Zeftax@user/Zeftax] has quit [Remote host closed the connection] 19:57 -!- psychonate [~nbosley@user/psychonate] has joined #openbsd 20:00 -!- saulosilva [~saulosilv@181.216.220.21] has quit [Quit: Client closed] 20:01 -!- user71 [~user71@2001:1530:1000:28d9:34e1:ef9d:1d52:66ae] has quit [Quit: Leaving] 20:09 -!- housemate [~housemate@pa49-185-156-132.pa.vic.optusnet.com.au] has joined #openbsd 20:20 -!- jmcgnh [~jmcgnh@wikipedia/jmcgnh] has quit [Ping timeout: 248 seconds] 20:25 -!- ChubaDuba [~ChubaDuba@176.212.36.252] has quit [Quit: WeeChat 4.4.2] 20:30 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Remote host closed the connection] 20:30 -!- jmcgnh [~jmcgnh@wikipedia/jmcgnh] has joined #openbsd 20:48 -!- lynge [~lynge@v.16b1.dk] has quit [Quit: leaving] 20:50 -!- ficonni [~ficonni@178-223-139-140.dynamic.isp.telekom.rs] has quit [Quit: Lost terminal] 20:54 -!- housemate [~housemate@pa49-185-156-132.pa.vic.optusnet.com.au] has quit [Quit: Nothing to see here. I wasn't there. I take IRC seriously.] 20:54 -!- lynge [~lynge@v.16b1.dk] has joined #openbsd 20:58 -!- housemate [~housemate@pa49-185-156-132.pa.vic.optusnet.com.au] has joined #openbsd 21:00 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Read error: Connection reset by peer] 21:01 -!- housemate [~housemate@pa49-185-156-132.pa.vic.optusnet.com.au] has quit [Remote host closed the connection] 21:03 < anddam> setient: I did that with my cheap kvm VPS provider, installed a Void Linux using grub and sideloading the ISO 21:03 < anddam> Lucas_: so you can dd the system you are running dd from? 21:04 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 21:04 < anddam> I made a bigger ESP and copied the iso there, then rebooted into grub's prompt and loaded it from there using the installer 21:09 < Bradipo> Why does the User-Agent for Firefox on OpenBSD report as Linux? 21:09 < Bradipo> It didn't always return Linux... 21:10 -!- Slesa [~Slesa@85.95.216.35] has joined #openbsd 21:10 < Bradipo> Someone change a compile-time option to try to hide OpenBSD users from prying eyes? 21:10 -!- polarian [~polarian@znc.polarian.dev] has quit [Quit: Polarian has disappeared] 21:10 -!- adig [~default@109.166.138.98] has joined #openbsd 21:10 < Bradipo> Make us "blend in" with the rest of the Linux crowd? 21:11 -!- znedw0868 [~znedw@2400:a846:4040::a41] has quit [Ping timeout: 248 seconds] 21:12 < ssm_> Bradipo: netsurf-gtk3 reports as `Mozilla/5.0 (OpenBSD) NetSurf/3.11` for me links+ is `Links (2.30; OpenBSD 7.6 amd64; LLVM/Clang 16.0.6; x)` 21:12 -!- polarian [~polarian@znc.polarian.dev] has joined #openbsd 21:12 -!- housemate [~housemate@pa49-185-156-132.pa.vic.optusnet.com.au] has joined #openbsd 21:12 < Bradipo> Hmm. 21:12 < ssm_> netsurf is definitely mozilla 21:13 < Bradipo> Right, but I'm running Firefox proper, not netsurf-gtk3. 21:13 < ssm_> well there's the problem! 21:13 < eea> what's wrong with Firefox? 21:13 < eea> ;) 21:13 < Bradipo> Not sure why that's the problem. As far as I know FF used to report OpenBSD. 21:15 -!- housemate [~housemate@pa49-185-156-132.pa.vic.optusnet.com.au] has quit [Remote host closed the connection] 21:15 < ssm_> eea: I'm surprised PPA wasn't patched out of ports immediately, or at least disabled by default 21:16 < Bradipo> What's PPA? 21:16 -!- housemate [~housemate@pa49-185-156-132.pa.vic.optusnet.com.au] has joined #openbsd 21:16 < ssm_> "privacy preserving" attribution 21:16 < ssm_> aka adware 21:16 < thrig> https://thrig.me/tmp/ua.txt 21:19 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 21:20 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 21:20 -!- polarian_ [~polarian@znc.polarian.dev] has joined #openbsd 21:21 -!- polarian [~polarian@znc.polarian.dev] has quit [Ping timeout: 265 seconds] 21:21 -!- polarian_ is now known as polarian 21:22 -!- beefyran [~beefyran@user/beefyran] has joined #openbsd 21:25 < tommyrot> Google and the Linux Foundation today announced the creation of the "Supporters of Chromium-Based Browsers" fund to help provide funding to open-source developers working on Chromium-based open-source projects. In addition to Google providing funding, Meta, Microsoft, and Opera are also part of this initiative. 21:25 < Bradipo> Is that satire? 21:25 < tommyrot> nope 21:26 < Bradipo> Is Opera still a thing? 21:27 < thrig> they dabble with a reskinned chrome, just like microsoft does? 21:27 < Bradipo> I did give Opera a try 20+ years ago. 21:27 < Bradipo> Yeah, seems that Opera just uses Chrome underneath now. 21:28 < Bradipo> Chromium rather. 21:28 < eea> soon, all the browsers will be chromium methinks 21:28 < thrig> funny way to spell IE6 21:28 < Bradipo> That's pretty sad. 21:29 < ssm_> hellworld, as per usual 21:29 < Bradipo> When do we get OpenWebKit? :-) 21:30 < jcs> you can have ladybird 21:31 -!- housemate [~housemate@pa49-185-156-132.pa.vic.optusnet.com.au] has quit [Quit: Nothing to see here. I wasn't there. I take IRC seriously.] 21:33 -!- typicat [~iam@h-178-174-137-135.NA.cust.bahnhof.se] has quit [Changing host] 21:33 -!- typicat [~iam@user/typicat] has joined #openbsd 21:34 < ssm_> I have many browsers installed depending on various levels of awful: [ungarbage]ftp -o- | less, links+/w3m, badwolf, ungoogled-chromium[max containment] 21:34 -!- shiranaihito_ [~shiranaih@ppp-115-87-227-115.revip4.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 21:34 < ssm_> netsurf between badwolf and links+/w3m 21:35 < Bradipo> Yeah, I've heard of ladybird... hopefully they don't make it dependent on Linux to work. :-) 21:38 -!- zcheng3 [~zcheng3@d104-205-176-6.abhsia.telus.net] has joined #openbsd 21:42 -!- housemate [~housemate@pa49-185-156-132.pa.vic.optusnet.com.au] has joined #openbsd 21:45 < ssm_> apple, not linux. ladybird switched from c++ to swift some time ago (which doesn't appear to be ported) 21:46 < sibiria> there's swift for linux and windows 21:54 -!- oraculo [~mirc-rc@177.100.68.254] has quit [Quit: Access and use #POP!_OS] 21:54 -!- mlw [~mlw@41.73.193.26] has quit [Ping timeout: 252 seconds] 21:55 < Bradipo> Oh, well, in their FAQ they said Unix... 21:55 < Bradipo> And that they had not started on Windows or any other platform but Unix-like. 22:00 -!- mijndert2 [~mijndert@86-86-243-190.fixed.kpn.net] has quit [Quit: kbye] 22:01 -!- housemate [~housemate@pa49-185-156-132.pa.vic.optusnet.com.au] has quit [Quit: Nothing to see here. I wasn't there. I take IRC seriously.] 22:02 -!- luscusrex [~luscusrex@user/luscusrex] has quit [Quit: Leaving] 22:05 -!- lavaball [~Melissa@31.204.155.215] has quit [Quit: lavaball] 22:08 -!- wickedshell [~wickedshe@2601:8c0:800:4baa:14a7:8208:fc46:b96] has quit [Ping timeout: 248 seconds] 22:09 -!- Slesa [~Slesa@85.95.216.35] has quit [Remote host closed the connection] 22:11 -!- beefyran [~beefyran@user/beefyran] has quit [Quit: Client closed] 22:11 -!- Slesa [~slesa@2a0d:ee00:8010:5b00:2edb:172d:fa7c:8f94] has joined #openbsd 22:13 -!- noone [~six@user/six] has joined #openbsd 22:14 -!- schalken [~schalken@117-118-178-69.gci.net] has joined #openbsd 22:15 -!- megawatt [~megawatt@user/megawatt] has left #openbsd [] 22:16 -!- Guest56 [~Guest56@69.170.192.194] has joined #openbsd 22:21 -!- g00gler [uid125351@id-125351.uxbridge.irccloud.com] has joined #openbsd 22:23 -!- Everything [~Everythin@static.208.206.21.65.clients.your-server.de] has quit [Quit: leaving] 22:23 < mischief> that's neat, gitea died. 22:23 < mischief> gitea/gitea.log:1797:2025/01/05 06:21:14 cmd/web_graceful.go:51:runFCGI() [F] Failed to start FCGI main server: accept unix /var/www/run/gitea/gitea.sock: accept4: too many open files 22:24 -!- begriffs [~begriffs@user/begriffs] has quit [Remote host closed the connection] 22:25 -!- begriffs [~begriffs@user/begriffs] has joined #openbsd 22:27 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 265 seconds] 22:28 -!- leah [~leah@libreboot/developer/leah] has quit [Ping timeout: 264 seconds] 22:30 -!- housemate [~housemate@pa49-183-78-10.pa.vic.optusnet.com.au] has joined #openbsd 22:34 -!- mischief [~mischief@2601:646:100:1688::c0ca:c01a] has quit [Ping timeout: 252 seconds] 22:36 -!- Slesa [~slesa@2a0d:ee00:8010:5b00:2edb:172d:fa7c:8f94] has quit [Remote host closed the connection] 22:36 -!- mischief [~mischief@c-98-207-251-56.hsd1.ca.comcast.net] has joined #openbsd 22:41 -!- leah [~leah@libreboot/developer/leah] has joined #openbsd 22:42 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.4.2] 22:46 -!- rueda [~rueda@2404:9400:3:0:216:3eff:fee1:7d67] has quit [Quit: rueda] 22:47 -!- nsuperbus [~nsuperbus@94.248.247.228] has quit [Quit: goodbye] 22:48 -!- nsuperbus [~nsuperbus@94.248.247.228] has joined #openbsd 22:53 -!- amhais [~amhais@c-76-118-134-122.hsd1.ct.comcast.net] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 22:59 -!- rueda [~rueda@2404:9400:3:0:216:3eff:fee1:7d67] has joined #openbsd 23:00 -!- km [~km@biz.krot.org] has quit [Quit: ZNC - https://znc.in] 23:00 -!- km [~km@biz.krot.org] has joined #openbsd 23:03 -!- rain0r [~rainer@static.198.178.130.94.clients.your-server.de] has quit [Quit: rain0r] 23:03 -!- mischief [~mischief@c-98-207-251-56.hsd1.ca.comcast.net] has quit [Quit: WeeChat 4.4.3] 23:04 -!- rain0r [~rainer@static.198.178.130.94.clients.your-server.de] has joined #openbsd 23:06 -!- agentcas- [agentcasey@2600:3c03::f03c:93ff:febe:5054] has joined #openbsd 23:06 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 23:06 -!- seninha [~seninha@user/seninha] has joined #openbsd 23:07 -!- agentcasey [~agentcase@2600:1702:d70:4520:2bec:e9b5:3718:ab89] has quit [Ping timeout: 264 seconds] 23:08 -!- mischief [~mischief@2601:646:100:1688::c0ca:c01a] has joined #openbsd 23:14 -!- user03 [~gchound@user/gchound] has quit [Quit: WeeChat 4.1.1] 23:15 -!- m3a [~m3a@197.193.15.113] has quit [Read error: Connection reset by peer] 23:16 -!- leah [~leah@libreboot/developer/leah] has quit [Ping timeout: 276 seconds] 23:17 -!- leah [~leah@libreboot/developer/leah] has joined #openbsd 23:19 < ssm_> just learned that I'm supposed to be copying the pubkey generated on my local machine to other machines instead of copying the private keys from other machines to my local machine -_- 23:21 < dlg> yes 23:22 < systemdsucks> so you type more 23:22 < mischief> hack the planet 23:22 -!- adip [~adip@c145-14.icpnet.pl] has quit [Ping timeout: 252 seconds] 23:22 -!- housemate_ [~housemate@pa49-185-168-48.pa.vic.optusnet.com.au] has joined #openbsd 23:23 -!- housemate_ [~housemate@pa49-185-168-48.pa.vic.optusnet.com.au] has quit [Remote host closed the connection] 23:24 -!- housemate [~housemate@pa49-183-78-10.pa.vic.optusnet.com.au] has quit [Ping timeout: 244 seconds] 23:29 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 23:30 -!- euphores [~SASL_euph@user/euphores] has quit [Read error: Connection reset by peer] 23:30 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 23:39 -!- psychonate [~nbosley@user/psychonate] has quit [Quit: leaving] 23:44 < byteskeptical> that's just a reverse shell homie 23:47 -!- uncleyear [~ian@45.80.46.21] has quit [Ping timeout: 265 seconds] 23:52 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 23:54 -!- tvtoon [~The_cUnix@user/tvtoon] has quit [Quit: "Hot swap!"] 23:55 -!- dsrt^ [~dsrt@c-98-242-74-66.hsd1.ga.comcast.net] has joined #openbsd 23:57 -!- byt [~byt@c-67-161-187-143.hsd1.ca.comcast.net] has joined #openbsd 23:57 -!- tvtoon [~The_cUnix@user/tvtoon] has joined #openbsd 23:59 -!- mbuhl [~mbuhl@user/mbuhl] has quit [Remote host closed the connection] --- Log closed Fri Jan 10 00:00:24 2025