--- Log opened Fri Jul 18 00:00:27 2025 00:00 -!- escobear [~gknux@user/galaxy-knuckles/x-3015990] has joined #openbsd 00:01 -!- itrsea [~Thunderbi@user/itrsea] has quit [Remote host closed the connection] 00:01 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has quit [Ping timeout: 245 seconds] 00:01 -!- itrsea [~Thunderbi@user/itrsea] has joined #openbsd 00:02 < oldlaptop> That sounds like the actual device is not attaching. 00:02 < oldlaptop> (What you see in xinput is a sort of multiplexed mouse provided by wscons(4).) 00:02 < c0co> I don't intend to get mousepad gestures or any of the more complex mousepad controls working. I just want to move the cursor and click with it really. 00:03 < c0co> In fact I'm not opposed to just using this device from term only. But it's annoying me that such a simple device isn't working if I really want it to, so trying to figure it out 00:03 < oldlaptop> It'd be necessary to see the whole dmesg, but most likely the device is not supported. 00:04 < oldlaptop> (Such things are not very well standardized nowadays, especially on cheap chromebooks.) 00:04 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has joined #openbsd 00:04 < oldlaptop> Something may come of it if you mail a dmesg to bugs@, where the right people will see it. 00:05 -!- escobear [~gknux@user/galaxy-knuckles/x-3015990] has quit [Ping timeout: 276 seconds] 00:08 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 00:14 -!- m1dnight [~m1dnight@78-20-51-206.access.telenet.be] has quit [Ping timeout: 260 seconds] 00:23 -!- Zeftax [~Zeftax@user/Zeftax] has quit [Quit: Konversation terminated!] 00:28 -!- m1dnight [~m1dnight@78-20-51-206.access.telenet.be] has joined #openbsd 00:30 -!- fro [fro@humpty.dance] has quit [Remote host closed the connection] 00:30 < c0co> Done, thanks 00:31 -!- wnh [~Thunderbi@user/wnh] has joined #openbsd 00:32 -!- Xenguy_ [~Xenguy@user/xenguy] has joined #openbsd 00:32 -!- Xenguy [~Xenguy@user/xenguy] has quit [Read error: Connection reset by peer] 00:34 < c0co> I'd like to share the full dmseg here for visibility too. 0x0.st is down 00:39 -!- lolok [~lolok@user/lolok] has quit [Quit: lolok] 00:45 -!- fro [fro@humpty.dance] has joined #openbsd 00:58 < oldlaptop> The /topic has a couple other suggestions 00:59 < c0co> thanks! https://termbin/igrf 01:03 -!- lrosa [~lrosa@user/lrosa] has quit [Quit: Konversation terminated!] 01:06 -!- cavecanem5 [~cavecanem@user/cavecanem] has joined #openbsd 01:07 < ssm_> reading tcpdump, why does mounting nfs require port 731? I can't find any info on it, it's not in services(5) 01:07 < oldlaptop> the bit around ietp0 seems odd. 01:08 < oldlaptop> https://man.openbsd.org/ietp should be the touchpad, and it looks like it's attaching 01:08 -!- cavecanem [~cavecanem@user/cavecanem] has quit [Ping timeout: 272 seconds] 01:08 -!- cavecanem5 is now known as cavecanem 01:09 < oldlaptop> but something goofy is happening - it reads like wsmouse0's attach message is being written between ietp0's attach message proper and its terminating newline 01:10 < oldlaptop> (maybe it's deterministic - it shows up the same way in both boots you pasted - but maybe something ickier and racier is happening) 01:14 -!- agentfife [~agentfife@user/agentfife] has quit [Quit: Textual IRC Client: www.textualapp.com] 01:15 -!- aqsd [~aqsd@user/aqsd] has joined #openbsd 01:18 -!- vlcg [~mirc-rc@user/vlcg] has quit [Quit: )] 01:18 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 01:19 < Matt|home> quadruple quintuple checking: NTFS is not supported on openbsd correct? yeah im reading it right here, i just want to make sure that's currently the case and they didn't add support for it later 01:21 -!- itchy [~itchy@user/itchy] has quit [Ping timeout: 248 seconds] 01:23 -!- itchy [~itchy@user/itchy] has joined #openbsd 01:23 < pardis> are you reading documentation from 2003? 01:23 -!- mtoy [~mtoy@user/mtoy] has quit [Read error: Connection reset by peer] 01:23 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has quit [Quit: ....and i am outta here....] 01:24 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 01:26 -!- mtoy [~mtoy@user/mtoy] has joined #openbsd 01:26 -!- seninha [~seninha@user/seninha] has joined #openbsd 01:29 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has joined #openbsd 01:33 -!- Zeftax [~Zeftax@193-179-55-149.customers.tmcz.cz] has joined #openbsd 01:33 -!- Zeftax [~Zeftax@193-179-55-149.customers.tmcz.cz] has quit [Changing host] 01:33 -!- Zeftax [~Zeftax@user/Zeftax] has joined #openbsd 01:34 < ssm_> okay so rpc programs use random ports determined by portmap(8) I believe... that's kind of hard to do any sort of policy-based routing with. I want to binat only on rpc and nfs ports and regular nat on other ports 01:34 -!- Xenguy__ [~Xenguy@user/xenguy] has joined #openbsd 01:35 < ssm_> mountd manual says to read part of the spec for port numbers but my search engine is failing me 01:36 -!- gtlwuc [uid621242@user/gtlwuc] has joined #openbsd 01:36 -!- Xenguy_ [~Xenguy@user/xenguy] has quit [Ping timeout: 252 seconds] 01:46 * ssm_ tries to find the range in source code and fails 01:47 < ssm_> other nfs's have MOUNTD_PORTS to force a port but my grepping tells me we don't have that 01:54 -!- Xenguy__ is now known as Xenguy 02:00 -!- renaud [~renaud@amandil.arnor.org] has quit [Server closed connection] 02:01 -!- renaud [~renaud@amandil.arnor.org] has joined #openbsd 02:08 -!- itrsea [~Thunderbi@user/itrsea] has quit [Remote host closed the connection] 02:08 -!- itrsea [~Thunderbi@user/itrsea] has joined #openbsd 02:17 < c0co> thank you oldlaptop. Do you have any suggestions for how I might fix such? 02:24 < c0co> wsconsctl lines for the touchpad: https://www.termbin/rjo9 and xinput: https://termbin.com/xu1u 02:24 -!- c0co [~c0co@user/c0co] has quit [Quit: Ragequite] 02:27 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 02:30 -!- zorz [~zorz@user/zorz] has quit [Ping timeout: 248 seconds] 02:32 -!- zorz [~zorz@user/zorz] has joined #openbsd 02:43 < oldlaptop> Other than "learn kernel hacking", not really. 02:44 < oldlaptop> I almost wonder if a non-MP (bsd.sp) kernel wpuld show different symptoms. 02:44 -!- cavecanem1 [~cavecanem@user/cavecanem] has joined #openbsd 02:44 < Matt|home> i've been at this for a while.. i just finished formatting a thumb drive to FAT32, doing a bunch of troubleshooting, and when i try to mount it im getting 'device not configured' 02:45 < Matt|home> is there some fundamental thing preventing this drive from working between windows and bsd? 02:46 -!- cavecanem [~cavecanem@user/cavecanem] has quit [Ping timeout: 276 seconds] 02:46 -!- cavecanem1 is now known as cavecanem 02:47 -!- TheChinX [~TheChinX@user/TheChinX] has joined #openbsd 02:53 -!- _zip100 [~zip100@185.209.196.200] has joined #openbsd 02:53 -!- zip100 [~zip100@193.32.248.193] has quit [Ping timeout: 260 seconds] 02:59 -!- skippy8 [~skippy8@user/Skippy8] has joined #openbsd 03:00 -!- TheChinX [~TheChinX@user/TheChinX] has quit [Quit: WeeChat 4.6.3] 03:10 -!- znedw45 [~znedw@2400:a846:4040::f61] has quit [Read error: Connection reset by peer] 03:10 -!- znedw45 [~znedw@2400:a846:4040::f61] has joined #openbsd 03:22 -!- tvtoon [~The_cUnix@user/tvtoon] has quit [Quit: "Pray for the bot..."] 03:28 -!- shreven [~shreven@user/shreven] has quit [Quit: WeeChat 4.6.3] 03:29 -!- zorz [~zorz@user/zorz] has quit [Quit: leaving] 03:29 -!- Dj_Dexter [~Dark_X@2803:c180:2100:64e9::1] has quit [Ping timeout: 276 seconds] 03:31 -!- shreven [~shreven@user/shreven] has joined #openbsd 03:33 -!- shreven [~shreven@user/shreven] has quit [Client Quit] 03:33 -!- shreven [~shreven@user/shreven] has joined #openbsd 03:34 -!- cqst [~cqst@user/cqst] has quit [Ping timeout: 252 seconds] 03:36 -!- cqst [~cqst@user/cqst] has joined #openbsd 03:45 < Matt|home> got it working.. yayy.. 03:46 -!- gtlwuc [uid621242@user/gtlwuc] has quit [Quit: Connection closed for inactivity] 03:47 -!- bket [~bket@user/bket] has quit [Remote host closed the connection] 03:50 -!- annamalai [~annamalai@157.49.220.187] has quit [Remote host closed the connection] 03:50 -!- bket [~bket@user/bket] has joined #openbsd 03:54 -!- gotohello [~gotohello@user/gotohello] has joined #openbsd 03:56 -!- gotohello [~gotohello@user/gotohello] has quit [Client Quit] 04:03 -!- cantelope [uid598105@id-598105.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 04:07 -!- gotohello [~gotohello@user/gotohello] has joined #openbsd 04:07 -!- gotohello [~gotohello@user/gotohello] has quit [Client Quit] 04:08 -!- gotohello [~gotohello@user/gotohello] has joined #openbsd 04:09 -!- gotohello [~gotohello@user/gotohello] has quit [Client Quit] 04:10 -!- njn [~njn@user/njn] has joined #openbsd 04:19 -!- xet7 [~xet7@user/xet7] has joined #openbsd 04:20 -!- koo5__ [~quassel@vmi579006.contaboserver.net] has joined #openbsd 04:26 -!- xet7 [~xet7@user/xet7] has quit [Quit: Leaving] 04:28 -!- kremlin [~kremlin@ip124.ip-167-114-218.net] has joined #openbsd 04:31 -!- sandbag [~sandbag@user/sandbag] has joined #openbsd 04:37 -!- tuftedocelot [~tuftedoce@2a03:6000:1019::57] has quit [Ping timeout: 265 seconds] 04:38 -!- hussein1 [~weechat@gateway/tor-sasl/hussein1] has quit [Remote host closed the connection] 04:38 -!- hussein1 [~weechat@gateway/tor-sasl/hussein1] has joined #openbsd 04:39 -!- sandbag [~sandbag@user/sandbag] has quit [Ping timeout: 245 seconds] 04:44 -!- xx [~xx@user/xx] has joined #openbsd 04:46 -!- chiselfuse [~chiselfus@user/chiselfuse] has quit [Remote host closed the connection] 04:46 -!- jerryf [~jerryf@user/jerryf] has quit [Remote host closed the connection] 04:47 -!- chiselfuse [~chiselfus@user/chiselfuse] has joined #openbsd 04:47 -!- jerryf [~jerryf@user/jerryf] has joined #openbsd 04:54 -!- lusciouslover [~lusciousl@2603:6080:d03:610d::1050] has quit [Read error: Connection reset by peer] 04:55 -!- lusciouslover [~lusciousl@2603:6080:d03:610d::1050] has joined #openbsd 04:57 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 04:57 -!- Aedil [~adrian@ipbcc10313.dynamic.kabel-deutschland.de] has joined #openbsd 04:57 -!- qqe [~qqq@185.54.21.199] has joined #openbsd 05:08 -!- njn [~njn@user/njn] has quit [Ping timeout: 265 seconds] 05:09 -!- fstd_ [~fstd@xdsl-78-34-188-10.nc.de] has joined #openbsd 05:09 -!- fstd [~fstd@xdsl-213-196-254-18.nc.de] has quit [Ping timeout: 244 seconds] 05:09 -!- fstd_ is now known as fstd 05:15 -!- gtlwuc [uid621242@user/gtlwuc] has joined #openbsd 05:17 -!- xet7 [~xet7@user/xet7] has joined #openbsd 05:30 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 05:30 -!- sunwind` [~paradox@219.235.189.80.dyn.plus.net] has quit [Quit: Outside Context Problem.] 05:32 -!- sunwind [~paradox@219.235.189.80.dyn.plus.net] has joined #openbsd 05:32 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 05:40 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has joined #openbsd 05:40 -!- agentcasey [agentcasey@2600:3c03::f03c:93ff:febe:5054] has quit [Remote host closed the connection] 05:41 -!- agentcasey [agentcasey@2600:3c03::f03c:93ff:febe:5054] has joined #openbsd 05:49 -!- xx [~xx@user/xx] has quit [Remote host closed the connection] 05:50 -!- xx [~xx@user/xx] has joined #openbsd 05:52 -!- eniac [~eniac@user/eniac] has quit [Remote host closed the connection] 05:52 -!- eki [~eki@159-255-247-158.bb.dnainternet.fi] has quit [Quit: leaving] 05:52 -!- eniac [~eniac@user/eniac] has joined #openbsd 05:52 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 276 seconds] 05:57 -!- xet7 [~xet7@user/xet7] has quit [Quit: Leaving] 06:02 -!- kvo [kvo@envs.net] has joined #openbsd 06:04 -!- donofrio2 [~donofrio@68.60.130.115] has joined #openbsd 06:06 -!- Xenguy [~Xenguy@user/xenguy] has quit [Remote host closed the connection] 06:07 -!- donofrio [~donofrio@68.60.130.115] has quit [Ping timeout: 272 seconds] 06:09 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 06:10 -!- struchu [~struchu@staticline-31-183-152-219.toya.net.pl] has joined #openbsd 06:10 -!- Xenguy [~Xenguy@user/xenguy] has quit [Remote host closed the connection] 06:13 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 06:14 -!- Xenguy [~Xenguy@user/xenguy] has quit [Remote host closed the connection] 06:29 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 06:41 -!- eki [~eki@159-255-247-158.bb.dnainternet.fi] has joined #openbsd 06:49 -!- sandbag [~sandbag@user/sandbag] has joined #openbsd 06:53 -!- Matt|home [~Matt@2601:580:c005:5a10:3cf1:aea8:b7f6:a485] has quit [Quit: Matt|home] 06:54 -!- CrashOverride [~strcat@p548543d8.dip0.t-ipconnect.de] has joined #openbsd 06:55 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has quit [Quit: leaving] 06:58 -!- c0co [~c0co@user/c0co] has joined #openbsd 07:02 -!- shiranaihito_ [~shiranaih@ppp-171-97-85-234.revip8.asianet.co.th] has joined #openbsd 07:06 < c0co> sorry oldlaptop, I will have missed any reply you sent re the wconstl / xinput dumps 07:08 < IcePic> ssm_: portmap is a weird kind of protocol, and nfs using it means it also becomes weird in terms of ports as you found out. If you wanted to limit access, I'd almost suggest running nfs inside wireguard and use wg access instead of nfs+pf to limit who can access it 07:14 -!- m1dnight [~m1dnight@78-20-51-206.access.telenet.be] has quit [Ping timeout: 252 seconds] 07:21 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has joined #openbsd 07:25 -!- rIMpossible [~rIMpossib@ams.skapf.de] has quit [Server closed connection] 07:26 -!- rIMpossible [~rIMpossib@ams.skapf.de] has joined #openbsd 07:30 -!- beech [~gavin@grassfield.plus.com] has quit [Server closed connection] 07:31 -!- beech [~gavin@grassfield.plus.com] has joined #openbsd 07:43 < xs> c0co: what driver is attached to the touchpad, can you share a dmesg ? 07:43 -!- kuzdra [~kuzdra@user/kuzdra] has quit [Ping timeout: 252 seconds] 07:44 < xs> ah sorry my client was displaying old messages 07:49 < c0co> no problem 07:50 -!- CrimeWave [~Montreal@user/CrimeWave] has quit [Quit: Textual IRC 7.2.5 OSX] 07:50 -!- Vigdis [~danj@ns4.chown.me] has quit [Server closed connection] 07:51 -!- Vigdis [~danj@ns4.chown.me] has joined #openbsd 07:55 -!- Aedil [~adrian@ipbcc10313.dynamic.kabel-deutschland.de] has quit [Quit: leaving] 07:56 -!- qqe [~qqq@185.54.21.199] has quit [Read error: Connection reset by peer] 07:57 -!- feriman [~feriman@user/feriman] has quit [Quit: Lost terminal] 07:58 -!- feriman [~feriman@user/feriman] has joined #openbsd 07:59 -!- lolok [~lolok@user/lolok] has joined #openbsd 08:06 -!- kuzdra [~kuzdra@user/kuzdra] has joined #openbsd 08:28 -!- qqe [~qqq@185.54.21.199] has joined #openbsd 08:33 -!- itrsea [~Thunderbi@user/itrsea] has quit [Remote host closed the connection] 08:33 -!- itrsea [~Thunderbi@user/itrsea] has joined #openbsd 08:35 -!- pikapika_lunar_a [~pikapika_@pika.powered.by.lunarbnc.net] has quit [Read error: Connection reset by peer] 08:36 -!- pikapika_lunar [~pikapika_@pika.powered.by.lunarbnc.net] has joined #openbsd 08:37 -!- sonya [~nologin@gateway/tor-sasl/sonya] has joined #openbsd 08:38 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 08:45 -!- gtlwuc [uid621242@user/gtlwuc] has quit [Quit: Connection closed for inactivity] 08:45 -!- pebble [~pebble@145-255-192-100.ecomservice.bg] has joined #openbsd 08:49 -!- Poltawer [~xt003@user/Poltawer] has joined #openbsd 08:52 -!- edthix [~Thunderbi@115.133.194.62] has quit [Quit: edthix] 08:55 -!- terminaldweller [~terminald@user/terminaldweller] has quit [Remote host closed the connection] 08:59 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Remote host closed the connection] 09:07 -!- pkubaj [~pkubaj@46.248.190.59] has quit [Remote host closed the connection] 09:10 -!- m1dnight [~m1dnight@d8D861A17.access.telenet.be] has joined #openbsd 09:13 -!- apac [~alexander@user/apac] has joined #openbsd 09:13 < ssm_> IcePic: I already am, I'm trying to limit what services I binat to through wg 09:14 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has joined #openbsd 09:15 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Remote host closed the connection] 09:15 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has joined #openbsd 09:22 -!- emigrant [emigrant@user/emigrant] has quit [Ping timeout: 260 seconds] 09:22 < ssm_> wait just woke up and I think I'm stupid, binat's for my rdomains not wg. nevermind 09:22 -!- emigrant [emigrant@user/emigrant] has joined #openbsd 09:23 -!- pkubaj [~pkubaj@46.248.190.59] has joined #openbsd 09:24 < ssm_> lost in the sauce again 09:29 -!- xx [~xx@user/xx] has quit [Remote host closed the connection] 09:29 -!- xx [~xx@user/xx] has joined #openbsd 09:31 -!- hge [~hge@a89-153-55-243.cpe.netcabo.pt] has quit [Quit: Client closed] 09:31 -!- daugaard [~daugaard@user/daugaard] has joined #openbsd 09:46 -!- pebble [~pebble@145-255-192-100.ecomservice.bg] has quit [Ping timeout: 252 seconds] 09:47 -!- pebble [~pebble@145-255-192-100.ecomservice.bg] has joined #openbsd 09:50 -!- SiFuh_ [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 09:50 -!- Aedil [~adrian@ipbcc10313.dynamic.kabel-deutschland.de] has joined #openbsd 09:50 -!- SiFuh_ [~SiFuh@user/sifuh] has joined #openbsd 09:50 -!- hge [~hge@a89-153-55-243.cpe.netcabo.pt] has joined #openbsd 09:52 -!- pebble [~pebble@145-255-192-100.ecomservice.bg] has quit [Ping timeout: 248 seconds] 09:55 -!- shiranaihito_ [~shiranaih@ppp-171-97-85-234.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 09:57 -!- sonya [~nologin@gateway/tor-sasl/sonya] has quit [Ping timeout: 244 seconds] 09:58 -!- ssm_ [~ssm_@mail.howdoesmycode.work] has quit [Quit: ZNC 1.9.1 - https://znc.in] 10:03 -!- shiranaihito_ [~shiranaih@ppp-49-237-74-159.revip6.asianet.co.th] has joined #openbsd 10:07 -!- noone [~six@user/six] has quit [Quit: nyaa~] 10:07 -!- shiranaihito_ [~shiranaih@ppp-49-237-74-159.revip6.asianet.co.th] has quit [Read error: Connection reset by peer] 10:08 -!- shiranaihito_ [~shiranaih@ppp-49-237-74-159.revip6.asianet.co.th] has joined #openbsd 10:08 -!- pebble [~pebble@145-255-192-100.ecomservice.bg] has joined #openbsd 10:09 < kuzdra> hi. i have an amd64 machine with an extra SATA SSD connected to it. the drive is used just as a filer, not gonna boot from it. do i still need to create an MBR with fdisk before i create a disklabel? 10:09 -!- shiranaihito_ [~shiranaih@ppp-49-237-74-159.revip6.asianet.co.th] has quit [Client Quit] 10:15 -!- struchu [~struchu@staticline-31-183-152-219.toya.net.pl] has quit [Ping timeout: 248 seconds] 10:16 -!- ssm_ [~ssm_@mail.howdoesmycode.work] has joined #openbsd 10:37 -!- Core2318 [~horsegoos@user/horsegoosemeth] has joined #openbsd 10:37 < ssm_> wg(4) with policy based routing via pf + rdomains is so much nicer than the standard corpo vpn on or off and nothing else paradigm. you can choose exactly what will and will not go through the tunnel, and can even do things like route domain traffic through the tunnel and rdr to the remote server's dns server without needing any janky local setup that still originates dns requests on the client side 10:37 < ssm_> regardless of encryption 10:38 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Ping timeout: 260 seconds] 10:39 -!- gtlwuc [uid621242@user/gtlwuc] has joined #openbsd 10:39 < ssm_> throw in some other traffic through the tunnel like ssh and irc and isps will have a harder time with traffic based analysis 10:46 -!- lrosa [~lrosa@user/lrosa] has joined #openbsd 10:47 -!- itrsea [~Thunderbi@user/itrsea] has quit [Remote host closed the connection] 10:48 -!- itrsea [~Thunderbi@user/itrsea] has joined #openbsd 10:49 -!- Core2318 [~horsegoos@user/horsegoosemeth] has quit [Ping timeout: 276 seconds] 10:51 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has joined #openbsd 10:56 -!- davlefou [~davlefou@2a01:e0a:5f4:4bd0:821d:3a55:881a:72d9] has quit [Ping timeout: 260 seconds] 10:57 -!- frank- is now known as franks2 10:57 -!- franks2 [~frank@82.194.205.217] has quit [Changing host] 10:57 -!- franks2 [~frank@user/franks2] has joined #openbsd 10:57 < franks2> The man (2) bind is much more full on Linux than OpenBSD, with examples etc. is this by design? are there any other place i can look for examples? 11:00 -!- deepesttoaster [~deepestto@user/deepesttoaster] has quit [Remote host closed the connection] 11:01 -!- deepesttoaster [~deepestto@user/deepesttoaster] has joined #openbsd 11:02 -!- jerryf [~jerryf@user/jerryf] has quit [Ping timeout: 244 seconds] 11:02 -!- jerryf_ [~jerryf@user/jerryf] has joined #openbsd 11:02 < ssm_> franks2: `grep -r 'bind[ \t]*(' /usr/share/man/` pointed me to getaddrinfo(3), which has some good examples 11:04 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 11:04 < franks2> ssm_: thx! 11:08 -!- davlefou [~davlefou@2a01:e0a:5f4:4bd0:478b:5ad4:ab96:92ca] has joined #openbsd 11:08 -!- apac [~alexander@user/apac] has quit [Ping timeout: 245 seconds] 11:11 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 11:16 -!- shiranaihito_ [~shiranaih@2405:9800:b671:1cd4:7980:ab40:8e67:1122] has joined #openbsd 11:22 -!- kazar [~kazar@user/kazar] has joined #openbsd 11:24 -!- struchu [~struchu@staticline-31-183-152-219.toya.net.pl] has joined #openbsd 11:29 -!- zorz [~zorz@user/zorz] has joined #openbsd 11:34 -!- sonya [~nologin@gateway/tor-sasl/sonya] has joined #openbsd 11:40 -!- jerryf_ is now known as jerryf 12:00 -!- bitflip_ [~bitflip@136.33.6.97] has quit [Quit: ttfn] 12:08 -!- bitflip_ [~bitflip@136.33.6.97] has joined #openbsd 12:09 -!- Core9261 [~horsegoos@user/horsegoosemeth] has joined #openbsd 12:11 -!- shiranaihito_ [~shiranaih@2405:9800:b671:1cd4:7980:ab40:8e67:1122] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 12:11 -!- adip [~adip@c145-14.icpnet.pl] has joined #openbsd 12:11 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Ping timeout: 248 seconds] 12:14 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 276 seconds] 12:17 -!- Core9261 [~horsegoos@user/horsegoosemeth] has quit [Ping timeout: 276 seconds] 12:18 -!- sbr [~sbr@dddd.8by3.net] has quit [Ping timeout: 260 seconds] 12:20 -!- hussein1 [~weechat@gateway/tor-sasl/hussein1] has quit [Remote host closed the connection] 12:26 -!- Dj_Dexter [~Dark_X@2803:c180:2100:64e9::1] has joined #openbsd 12:32 -!- sbr [~sbr@dddd.8by3.net] has joined #openbsd 12:32 -!- sonya [~nologin@gateway/tor-sasl/sonya] has quit [Remote host closed the connection] 12:34 -!- m0v [~m0v@user/m0v] has quit [Ping timeout: 276 seconds] 12:34 -!- sonya [~nologin@gateway/tor-sasl/sonya] has joined #openbsd 12:37 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has joined #openbsd 12:37 -!- m0v [~m0v@113.192.29.134] has joined #openbsd 12:37 -!- m0v [~m0v@113.192.29.134] has quit [Changing host] 12:37 -!- m0v [~m0v@user/m0v] has joined #openbsd 12:38 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Remote host closed the connection] 12:44 -!- shiranaihito_ [~shiranaih@171.6.0.207] has joined #openbsd 12:45 -!- ublx [~ublx@user/ublx] has joined #openbsd 12:47 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has joined #openbsd 12:56 -!- terminaldweller [~terminald@user/terminaldweller] has joined #openbsd 12:59 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 13:00 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 13:00 -!- d-ra [~d-ra@user/d-ra] has joined #openbsd 13:02 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 13:02 -!- itrsea [~Thunderbi@user/itrsea] has quit [Remote host closed the connection] 13:03 -!- itrsea [~Thunderbi@user/itrsea] has joined #openbsd 13:12 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 13:15 -!- Core4766 [~horsegoos@user/horsegoosemeth] has joined #openbsd 13:15 -!- hge [~hge@a89-153-55-243.cpe.netcabo.pt] has quit [Quit: Client closed] 13:17 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Ping timeout: 260 seconds] 13:20 -!- Core4766 [~horsegoos@user/horsegoosemeth] has quit [Ping timeout: 276 seconds] 13:22 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has joined #openbsd 13:28 -!- henrix [~henrix@user/henrix] has quit [Quit: leaving] 13:29 -!- henrix [~henrix@user/henrix] has joined #openbsd 13:29 -!- lifeless [~lifelover@88.252.11.147] has joined #openbsd 13:32 -!- hge [~hge@a89-153-55-243.cpe.netcabo.pt] has joined #openbsd 13:34 -!- apac [~alexander@user/apac] has joined #openbsd 13:50 -!- pebble [~pebble@145-255-192-100.ecomservice.bg] has quit [] 13:50 -!- xet7 [~xet7@user/xet7] has joined #openbsd 13:53 -!- sandbag [~sandbag@user/sandbag] has quit [Ping timeout: 248 seconds] 13:54 -!- user71 [~user71@2001:1530:1013:17:ac10:f3f4:635b:3302] has joined #openbsd 13:56 -!- sandbag [~sandbag@user/sandbag] has joined #openbsd 13:58 -!- gtlwuc [uid621242@user/gtlwuc] has quit [Quit: Connection closed for inactivity] 14:09 -!- zorz [~zorz@user/zorz] has quit [Quit: leaving] 14:09 -!- dooder2 [~dooder@172.56.153.152] has joined #openbsd 14:13 -!- chilledfrogs [~chilledfr@176-133-210-176.abo.bbox.fr] has quit [Quit: connection reset by purr] 14:13 -!- dooder [~dooder@user/dooder] has quit [Ping timeout: 252 seconds] 14:13 -!- zorz [~zorz@user/zorz] has joined #openbsd 14:14 -!- dooder [~dooder@75-164-245-50.ptld.qwest.net] has joined #openbsd 14:14 -!- dooder [~dooder@75-164-245-50.ptld.qwest.net] has quit [Changing host] 14:14 -!- dooder [~dooder@user/dooder] has joined #openbsd 14:14 -!- dooder2 [~dooder@172.56.153.152] has quit [Ping timeout: 276 seconds] 14:20 -!- cantelope [uid598105@id-598105.hampstead.irccloud.com] has joined #openbsd 14:21 < thrig> there may be some examples in the source code 14:22 -!- ublx [~ublx@user/ublx] has quit [Ping timeout: 276 seconds] 14:23 -!- pikapika_lunar is now known as militantorc 14:24 -!- lifeless [~lifelover@88.252.11.147] has quit [Quit: leaving] 14:28 -!- chilledfrogs [~chilledfr@176-133-210-176.abo.bbox.fr] has joined #openbsd 14:30 -!- dumbmf [~dumbmf@syn-104-034-080-093.res.spectrum.com] has quit [Ping timeout: 248 seconds] 14:31 -!- skippy8 [~skippy8@user/Skippy8] has quit [Quit: WeeChat 4.6.3] 14:31 -!- dumbmf [~dumbmf@syn-104-034-080-093.res.spectrum.com] has joined #openbsd 14:42 -!- feriman [~feriman@user/feriman] has joined #openbsd 14:42 -!- shiranaihito_ [~shiranaih@171.6.0.207] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 14:51 -!- slim [~slim@user/meow/slim] has quit [Quit: bWFkZSB5b3UgbG9vaw==] 14:53 -!- slim [~slim@user/meow/slim] has joined #openbsd 15:00 -!- treefrob [~treefrob@p57a96a9d.dip0.t-ipconnect.de] has quit [Server closed connection] 15:01 -!- treefrob [~treefrob@p57a96a9d.dip0.t-ipconnect.de] has joined #openbsd 15:04 -!- Bradipo [~Bradipo@50.77.44.29] has joined #openbsd 15:04 -!- d-ra [~d-ra@user/d-ra] has quit [Quit: Leaving] 15:05 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has quit [Server closed connection] 15:06 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has joined #openbsd 15:06 -!- chkhd` [~chkhd@144.24.251.28] has quit [Quit: zzzZZZzzz] 15:08 -!- runelind [~runelind@user/runelind] has quit [Quit: ZNC 1.10.1 - https://znc.in] 15:08 -!- runelind [~runelind@user/runelind] has joined #openbsd 15:15 -!- eki [~eki@159-255-247-158.bb.dnainternet.fi] has quit [Quit: leaving] 15:16 -!- eki [~eki@159-255-247-158.bb.dnainternet.fi] has joined #openbsd 15:18 -!- shiranaihito_ [~shiranaih@ppp-171-97-85-234.revip8.asianet.co.th] has joined #openbsd 15:27 -!- seninha [~seninha@user/seninha] has joined #openbsd 15:29 -!- adig [~default@2a02:2f0e:f804:a301:7151:595c:9a0b:614] has joined #openbsd 15:35 -!- struchu [~struchu@staticline-31-183-152-219.toya.net.pl] has quit [Quit: WeeChat 4.6.3] 15:37 -!- qqe [~qqq@185.54.21.199] has quit [Quit: Lost terminal] 15:38 -!- chkhd [~chkhd@144.24.251.28] has joined #openbsd 15:39 -!- apac [~alexander@user/apac] has quit [Ping timeout: 248 seconds] 15:48 -!- pirateoverboard_ [~pirateove@user/pirateoverboard] has quit [Quit: ZNC 1.10.1 - https://znc.in] 15:49 -!- ficonni [~ficonni@178.220.19.128] has quit [Quit: Lost terminal] 15:50 -!- pirateoverboard [~pirateove@user/pirateoverboard] has joined #openbsd 15:54 -!- ublx [~ublx@user/ublx] has joined #openbsd 15:55 -!- begriffs [~begriffs@user/begriffs] has quit [Quit: Leaving] 15:57 -!- wnh [~Thunderbi@user/wnh] has quit [Remote host closed the connection] 16:00 -!- PHENIBUT [~PHENIBUT@2405:6e00:2454:6065:2de5:7ece:26ee:c712] has joined #openbsd 16:00 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Ping timeout: 276 seconds] 16:09 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 16:11 -!- macabro [~user@user/monkey/x-0691028] has joined #openbsd 16:14 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 16:15 -!- euphores [~SASL_euph@user/euphores] has quit [Quit: Leaving.] 16:15 -!- mesaoptimizer [~mesa@user/PapuaHardyNet] has quit [Server closed connection] 16:16 -!- mesaoptimizer [~mesa@user/PapuaHardyNet] has joined #openbsd 16:16 -!- ublx [~ublx@user/ublx] has joined #openbsd 16:24 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 16:25 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 276 seconds] 16:31 -!- gtlwuc [uid621242@user/gtlwuc] has joined #openbsd 16:41 -!- dqk [~dqk@lfbn-lyo-1-287-234.w2-7.abo.wanadoo.fr] has quit [Ping timeout: 268 seconds] 16:42 -!- dqk [~dqk@lfbn-lyo-1-287-234.w2-7.abo.wanadoo.fr] has joined #openbsd 16:44 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 248 seconds] 16:54 -!- agentcasey_ [agentcasey@2600:3c03::f03c:93ff:febe:5054] has joined #openbsd 16:55 -!- agentcasey [agentcasey@2600:3c03::f03c:93ff:febe:5054] has quit [Ping timeout: 276 seconds] 16:56 -!- krl [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 16:58 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 260 seconds] 17:10 -!- hge [~hge@a89-153-55-243.cpe.netcabo.pt] has quit [Quit: Client closed] 17:11 -!- kvo [kvo@envs.net] has quit [Ping timeout: 260 seconds] 17:12 -!- ublx [~ublx@user/ublx] has quit [Read error: Connection reset by peer] 17:12 -!- PHENIBUT [~PHENIBUT@2405:6e00:2454:6065:2de5:7ece:26ee:c712] has quit [Remote host closed the connection] 17:13 -!- PHENIBUT [~PHENIBUT@2405:6e00:2454:6065:2de5:7ece:26ee:c712] has joined #openbsd 17:13 -!- skippy8 [~skippy8@user/Skippy8] has joined #openbsd 17:14 -!- adig [~default@2a02:2f0e:f804:a301:7151:595c:9a0b:614] has quit [Read error: Connection reset by peer] 17:16 -!- parai [~parai@user/parai] has quit [Quit: connection reset by purr] 17:17 -!- parai [~parai@user/parai] has joined #openbsd 17:19 -!- ublx [~ublx@user/ublx] has joined #openbsd 17:19 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 17:25 -!- PHENIBUT [~PHENIBUT@2405:6e00:2454:6065:2de5:7ece:26ee:c712] has quit [Quit: CoreIRC for Android - www.coreirc.com] 17:25 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has joined #openbsd 17:27 -!- zimmer__ [~zimmer@user/zimmer] has joined #openbsd 17:27 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 17:28 -!- zimmer [~zimmer@user/zimmer] has quit [Read error: Connection reset by peer] 17:34 -!- todi [~todi@p57803331.dip0.t-ipconnect.de] has quit [Quit: ZNC - https://znc.in] 17:35 -!- zimmer__ [~zimmer@user/zimmer] has quit [Ping timeout: 265 seconds] 17:36 -!- feriman [~feriman@user/feriman] has joined #openbsd 17:42 -!- polarian [~polarian@znc.polarian.dev] has quit [Quit: Polarian has disappeared] 17:44 -!- polarian [~polarian@znc.polarian.dev] has joined #openbsd 17:46 -!- Poltawer [~xt003@user/Poltawer] has quit [Quit: WeeChat 4.6.3] 17:49 -!- Poltawer [~xt003@user/Poltawer] has joined #openbsd 17:56 -!- uncleyear [~ian@178.66.131.150] has quit [Remote host closed the connection] 17:56 -!- fro [fro@humpty.dance] has quit [Remote host closed the connection] 17:57 -!- uncleyear [~ian@178.66.131.150] has joined #openbsd 18:06 -!- terminaldweller [~terminald@user/terminaldweller] has quit [Ping timeout: 248 seconds] 18:07 -!- fro [fro@humpty.dance] has joined #openbsd 18:09 -!- Dj_Dexter [~Dark_X@2803:c180:2100:64e9::1] has quit [Ping timeout: 265 seconds] 18:10 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 18:12 -!- terminaldweller [~terminald@user/terminaldweller] has joined #openbsd 18:26 -!- zorz [~zorz@user/zorz] has quit [Quit: leaving] 18:27 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 18:29 -!- sandbag [~sandbag@user/sandbag] has quit [Ping timeout: 268 seconds] 18:41 -!- zorz [~zorz@user/zorz] has joined #openbsd 18:49 -!- sonya [~nologin@gateway/tor-sasl/sonya] has quit [Ping timeout: 244 seconds] 18:50 -!- vlcg [~mirc-rc@187.21.12.166] has joined #openbsd 18:50 -!- vlcg [~mirc-rc@187.21.12.166] has quit [Changing host] 18:50 -!- vlcg [~mirc-rc@user/vlcg] has joined #openbsd 19:01 -!- gtlwuc [uid621242@user/gtlwuc] has quit [Quit: Connection closed for inactivity] 19:03 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Quit: Konversation terminated!] 19:06 -!- Lucas_ [~Lucas@moon.lgv5.net] has quit [Quit: bye] 19:27 -!- itrsea [~Thunderbi@user/itrsea] has quit [Remote host closed the connection] 19:27 -!- itrsea [~Thunderbi@user/itrsea] has joined #openbsd 19:28 -!- lavaball [~Melissa@31.204.155.215] has quit [Quit: lavaball] 19:29 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 19:35 -!- wnh [~Thunderbi@user/wnh] has joined #openbsd 19:40 -!- WhyPok [~WhyPok@lfbn-dij-1-1005-5.w90-125.abo.wanadoo.fr] has joined #openbsd 19:47 -!- yclept [~yclept@user/yclept] has joined #openbsd 19:50 -!- daugaard [~daugaard@user/daugaard] has joined #openbsd 19:53 -!- sirphat0n [~sp@user/sirphat0n] has quit [Quit: ZNC 1.9.1 - https://znc.in] 20:04 -!- _wnh_ [~Thunderbi@user/wnh] has joined #openbsd 20:05 -!- wnh [~Thunderbi@user/wnh] has quit [Ping timeout: 248 seconds] 20:05 -!- _wnh_ is now known as wnh 20:06 -!- euphores [~SASL_euph@user/euphores] has quit [Ping timeout: 276 seconds] 20:10 -!- sonya [~nologin@gateway/tor-sasl/sonya] has joined #openbsd 20:15 -!- metavoid [~80blocks@user/metavoid] has quit [Server closed connection] 20:17 -!- Matt|home [~Matt@2601:580:c005:5a10:dc55:caaa:da20:c8aa] has joined #openbsd 20:21 -!- user71 [~user71@2001:1530:1013:17:ac10:f3f4:635b:3302] has quit [Quit: Leaving] 20:22 -!- Lucas_ [~Lucas@moon.lgv5.net] has joined #openbsd 20:23 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 20:29 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Quit: Konversation terminated!] 20:29 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 20:30 -!- hussein1 [~weechat@gateway/tor-sasl/hussein1] has joined #openbsd 20:39 -!- CrimeWave [~Montreal@user/CrimeWave] has joined #openbsd 20:42 -!- chasmo77 [~chas77@c-76-105-254-179.hsd1.or.comcast.net] has quit [Ping timeout: 272 seconds] 20:46 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has quit [Quit: leaving] 20:52 -!- skippy8 [~skippy8@user/Skippy8] has quit [Quit: WeeChat 4.6.3] 20:54 -!- kazar [~kazar@user/kazar] has quit [Quit: leaving] 20:56 -!- chasmo77 [~chas77@c-76-105-254-179.hsd1.or.comcast.net] has joined #openbsd 20:57 -!- Aedil [~adrian@ipbcc10313.dynamic.kabel-deutschland.de] has quit [Quit: leaving] 20:58 -!- jibsaramnim [~jibsaramn@user/Jibsaramnim] has quit [Quit: ZNC 1.10.1 - https://znc.in] 20:58 -!- jibsaramnim [~jibsaramn@59.5.160.14] has joined #openbsd 20:58 -!- jibsaramnim [~jibsaramn@59.5.160.14] has quit [Changing host] 20:58 -!- jibsaramnim [~jibsaramn@user/Jibsaramnim] has joined #openbsd 21:09 -!- noone [~six@user/six] has joined #openbsd 21:09 -!- WhyPok [~WhyPok@lfbn-dij-1-1005-5.w90-125.abo.wanadoo.fr] has quit [Quit: /kill WeeChat 4.2.1] 21:10 -!- zorz [~zorz@user/zorz] has quit [Ping timeout: 252 seconds] 21:27 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 21:27 -!- kremlin [~kremlin@ip124.ip-167-114-218.net] has quit [Quit: WeeChat 3.8] 21:28 -!- kremlin [~kremlin@167.114.218.124] has joined #openbsd 21:28 -!- c0co [~c0co@user/c0co] has quit [Ping timeout: 252 seconds] 21:33 -!- lusciouslover [~lusciousl@2603:6080:d03:610d::1050] has quit [Quit: \] 21:34 -!- lusciouslover [~lusciousl@2603:6080:d03:610d::1050] has joined #openbsd 21:42 -!- elnegro [elnegro@r167-57-215-213.dialup.adsl.anteldata.net.uy] has joined #openbsd 21:54 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.4.2] 21:54 -!- shiranaihito_ [~shiranaih@ppp-171-97-85-234.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 21:55 -!- elnegro [elnegro@r167-57-215-213.dialup.adsl.anteldata.net.uy] has left #openbsd [] 21:58 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 21:59 -!- xx [~xx@user/xx] has quit [Ping timeout: 244 seconds] 22:14 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 22:19 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 22:20 -!- zimmer [~zimmer@user/zimmer] has quit [Read error: Connection reset by peer] 22:40 -!- ruidx [~zk@194.87.226.86] has joined #openbsd 22:42 -!- adip [~adip@c145-14.icpnet.pl] has quit [Ping timeout: 268 seconds] 22:51 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 260 seconds] 22:53 -!- wnh [~Thunderbi@user/wnh] has quit [Quit: wnh] 22:55 -!- sonya [~nologin@gateway/tor-sasl/sonya] has quit [Ping timeout: 244 seconds] 22:58 -!- Poltawer [~xt003@user/Poltawer] has quit [Quit: WeeChat 4.6.3] 23:00 -!- zorz [~zorz@user/zorz] has joined #openbsd 23:04 -!- frx [~frx@user/frx] has quit [Ping timeout: 248 seconds] 23:05 -!- lusciouslover [~lusciousl@2603:6080:d03:610d::1050] has quit [Remote host closed the connection] 23:05 -!- lusciouslover [~lusciousl@2603:6080:d03:610d::1050] has joined #openbsd 23:11 -!- le2m [~lucas@189.7.87.165] has quit [Quit: WeeChat 4.5.2] 23:14 -!- |darc|- [darc@23-112-65-16.lightspeed.nworla.sbcglobal.net] has quit [Excess Flood] 23:15 -!- |darc|- [darc@23-112-65-16.lightspeed.nworla.sbcglobal.net] has joined #openbsd 23:17 -!- ublx [~ublx@user/ublx] has quit [Ping timeout: 245 seconds] 23:17 -!- feriman [~feriman@user/feriman] has quit [Quit: Lost terminal] 23:19 -!- feriman [~feriman@user/feriman] has joined #openbsd 23:21 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 23:21 -!- ublx [~ublx@user/ublx] has joined #openbsd 23:24 -!- emmanuelux [~emmanuelu@user/emmanuelux] has joined #openbsd 23:31 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 252 seconds] 23:31 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 23:32 -!- ublx [~ublx@user/ublx] has joined #openbsd 23:33 < emmanuelux> hello #openbsd, nothing to say all is good... 23:37 -!- duri [~mduregon@97-120-174-200.ptld.qwest.net] has quit [Remote host closed the connection] 23:38 < vortexx> I've got a social question to ask, related to an openbsd router: I need to make an android phone to connect via vpn (protocol doesn't matter so long as it works, wg prefered whatever app but whatever stays perm active is better). The point is that all DNS requests from the phone go to the specified DNS server over the vpn at all times, over 4G/5G 23:38 < vortexx> is this doable? 23:38 < vortexx> I wnat to use unbound-adblock use extra lists to protect the user 23:38 < vortexx> s/wnat/want 23:39 -!- duri [~mduregon@97-120-174-200.ptld.qwest.net] has joined #openbsd 23:39 < dooder> I think so ya. It's more of a general wg thing I think. My phone connects to my wireguard server whenever it's not on a certain APs. The dns server to use is part of the wg config IIRC 23:39 < TommyC> vortexx: Yeah that's do-able. 23:40 < vortexx> the prob is the user may disconnect the wg just because of power usage 23:40 < vortexx> I want something that's as transparent as possible, not app dependent 23:40 -!- jason123onirc is now known as im_14 23:41 -!- knd [~knd@user/knd] has joined #openbsd 23:41 < TommyC> vortexx: Ok so it sounds like maybe you just need to specify a DNS server for the phone to use, no? 23:41 < Bradipo> And if wg is disconnected then the DNS fails? 23:41 < vortexx> TommyC: prob DNS server is behind NAT 23:41 < dooder> Could just be a dhcp setting 23:41 < vortexx> thus I need vpn 23:41 -!- im_14 is now known as jason123onirc 23:41 < Bradipo> Meaning that the device will only be useable while on the VPN? 23:42 < TommyC> vortexx: Ok so then the question becomes: What do you want to happen if the phone isn't connected to the OpenBSD router (via VPN)? 23:42 < vortexx> I have full control of the ISP router DNS wise at the home, but I need the phone to only use the DNS via vpn to the home DNS server 23:42 < vortexx> TommyC: to fail 23:43 < vortexx> I don't care if it fails if out of range 23:44 < vortexx> home router is sufficiently reliable as is the APU2 behind it for serving DNS via unbound-adblock 23:44 -!- accelerat0r [~user@user/accelerat0r] has joined #openbsd 23:44 < TommyC> Ok, so you can set up the phone to specifically use the DNS server on the home router. 23:44 < vortexx> what's my best VPN ? 23:44 < vortexx> yes 23:44 < TommyC> Problem solved, no? 23:44 < vortexx> I want something that is transparent on the phone 23:45 < vortexx> the user should never question that vpn is in use 23:45 < TommyC> Now I'm starting to think you're doing a stalker performing a MITM... 23:45 < TommyC> s/doing// 23:46 < vortexx> lol 23:46 < vortexx> I have a parent falling into dementia, is that going to enough? 23:47 < vortexx> a/that going to enough/that going to be enough 23:49 < vortexx> I don't normally share anything personal on this channel, I have by the past had to suggest that sometimes technical meant social issues at the other end 23:50 < vortexx> I know have to protect a parent from bad sites, and if that person must keep on having a phone, I need to block at the DNS level 23:51 < vortexx> s/know/now 23:51 < vortexx> absinthe is getting in the way tonight 23:52 < vortexx> so any constructive suggestions, I'm all ears, and I do log this channel 23:55 < oldlaptop> I suppose it's to be hoped that things aren't to the point where a feature phone is the obvious choice 23:55 < vortexx> (if you don't log this channel, you're a fool, it's at least as good as misc@openbsd) 23:56 < vortexx> oldlaptop: not yet 23:56 -!- CrashOverride [~strcat@p548543d8.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 23:56 < vortexx> that may come, but we need whatsapp in Europe if it comes to features phones. I haven't yet explored that 23:56 < oldlaptop> Offhand I would think big organizations that issue smartphones would have basically the same problem. 23:57 -!- frx [~frx@user/frx] has joined #openbsd 23:57 < vortexx> phone is android 15 btw 23:57 < vortexx> there's at least ipsec in there 23:57 < oldlaptop> (At least they would need to prevent the user from disabling the VPN. Hiding its existence wouldn't be an issue - at least on this side of the big salty lake the user will generally have signed a thing stating the user understands the company devices, network, etc. are monitored.) 23:58 < oldlaptop> The user probably will not have read it, I guess. 23:58 < vortexx> OK so I may have something to work with 23:58 < vortexx> I've had to activate parental controls 23:58 < vortexx> via google and all thatr 23:59 < oldlaptop> Something in the back of my head says iOS is easier for that sort of institutional control, but I have no idea what it is or how it got there. (And there's something else arguing with it.) --- Log closed Sat Jul 19 00:00:15 2025