--- Log opened Thu May 25 00:00:50 2023 00:02 < Lucas6023> ty 00:10 -!- tozhu [~tozhu@171.221.44.72] has quit [Quit: tozhu] 00:12 -!- NicknameJohn [~NicknameJ@187-27-147-88.3g.claro.net.br] has quit [Ping timeout: 240 seconds] 00:14 -!- peas [~peasfulto@user/PeasfulTown] has quit [Remote host closed the connection] 00:18 -!- PeasfulTown [~peasfulto@user/PeasfulTown] has joined #openbsd 00:18 -!- PeasfulTown is now known as peas 00:20 < vortexx> Lucas6023: have you updated over time to all the latest releases of the coreboot firmware for your APU6? 00:21 < seninha> hi, how can i check (from the .core file generated by the aborted process) which call violated a pledge promise? 00:23 < pardis> it's easier to find that information from dmesg 00:24 < pardis> but you can use gdb (or egdb) to generate a backtrace from the core file, which should show you which libc syscall stub it's in 00:25 < seninha> pardis, thanks, i didn't know that shows up on dmesg 00:28 < seninha> "prot_exec"? That's weird, i have used XCreatePixmap before and that never required prot_exec... 00:29 < thrig> x11 programs like to randomly call fontconfig or whatnot, which pledge may shoot down 00:34 < seninha> i know that x11 programs do randomly access database files at /usr/X11R6, like when it fails it get error message from the errordb, that's why i pledge "rpath" 00:35 < seninha> (there's a workaround tho https://github.com/openbsd/xenocara/blob/master/app/xclock/xclock.c#L230 ) 00:35 < seninha> but prot_exec is new for me 00:36 < seninha> i'm pledging x11/pmenu btw 00:36 -!- NicknameJohn [~NicknameJ@187-27-158-71.3g.claro.net.br] has joined #openbsd 00:36 < seninha> https://github.com/phillbush/pmenu 00:44 < thrig> for example, libfontconfig might be dlopen'd and thus needs to be mapped into memory 00:52 < seninha> weird... i have another pledged program (x11/xfiles) which uses fontconfig and does not use prot_exec in the promises 00:55 < seninha> hmm, this one also dlopens png because of imlib2 00:55 < seninha> and imlib2 can probably dlopen other stuff 00:56 < seninha> i can add all that on LDFLAGS, but i can probably miss something imlib can use 00:59 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 00:59 -!- ajshell12 [~ajshell1@c-76-120-147-191.hsd1.pa.comcast.net] has quit [Ping timeout: 240 seconds] 01:00 -!- ajshell12 [~ajshell1@c-76-120-147-191.hsd1.pa.comcast.net] has joined #openbsd 01:02 < seninha> imlib2 also requires "recvfd". I'm doing pledge("exec proc prot_exec recvfd rpath stdio unix", NULL). 01:02 < seninha> I should probably just leave it unpledged... 01:03 < seninha> Imlib2 and x11 are complicating stuff 01:05 -!- donofrio [~donofrio@c-68-40-123-196.hsd1.mi.comcast.net] has quit [Remote host closed the connection] 01:06 < oldlaptop> I suppose the attempt alone is educational 01:09 -!- SexWarrior [~DankFrank@2a01:4b00:940e:f600:7962:3e96:c5be:e7f9] has quit [Quit: Leaving] 01:09 < Lucas6023> vortexx: no, but there weren't that much releases afterwards 01:11 < Lucas6023> I really think that the issue is the mPCIe drive I'm using 01:11 -!- ikonia [~irc@user/ikonia] has quit [Ping timeout: 246 seconds] 01:11 < Lucas6023> and the issue persist after using a power brick that is supposed to deliver 5A 01:11 -!- ikonia_ [~irc@user/ikonia] has quit [Ping timeout: 256 seconds] 01:11 < Lucas6023> or 3.5A, can't remember now from the top of my head 01:12 < Lucas6023> vs the 2A that comes with the standard power brick from PCEngines 01:20 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 01:21 -!- scain [~scain@2603-8080-b104-4e00-45cf-678b-0a7f-b897.res6.spectrum.com] has quit [Quit: Konversation terminated!] 01:24 -!- SOLARIS_s [~SOLARIS_s@99.235.11.104] has quit [Remote host closed the connection] 01:25 -!- seninha [~seninha@user/seninha] has joined #openbsd 01:41 < vortexx> testing i211 from the APU6 vs the i210 on the APU2... i211 is close to 600MBps whilst the APU2 is barely at 420MBps, seems to have gotten worse somehow because of the hw tx/rx offloading? 01:42 < vortexx> Lucas6023: yeah probably your mPCIe drive. Have you tried activating watchdog in BIOS to help with the hanging? 01:47 -!- peas [~peasfulto@user/PeasfulTown] has quit [Ping timeout: 268 seconds] 01:53 < dlg> which drivers for the nics? 01:55 -!- Intrepid [~Intrepid@89.37.173.249] has joined #openbsd 01:55 -!- diomarrrrrrrrrrr [~diomarrrr@c-71-204-38-59.hsd1.ga.comcast.net] has joined #openbsd 01:55 < Intrepid> Hi all, I'm getting ready to install 7.3 ... Is it true that the installation process now includes the ability to encrypt the whole drive? (guided) ? 01:58 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 01:58 -!- moldorcoder7 [~moldorcod@192.145.81.25] has quit [Ping timeout: 248 seconds] 02:00 < Intrepid> If so, does this mean I get an entirely reformatted and repartitioned drive (deleting all past disk contents) ? 02:03 < vortexx> dlg: em 02:03 < dlg> on both types of APU? 02:03 < vortexx> Intrepid: yes it includes the ability to encrypt it all, and will of course wipe all data by doing so 02:03 < vortexx> dlg: yes 02:03 < dlg> weird 02:06 < Intrepid> thanks vortexx ! 02:07 -!- edthix [~Thunderbi@115.135.136.106] has joined #openbsd 02:07 < Intrepid> The one thing I envisage potentially missing from my existing install is some kind of aliasing command I used at one point to maek it so that FWWM2 command lines show the directory I'm in at any given time... Which file would I need to backup to keep that feature? 02:08 < Intrepid> oh and btw, does 7.3 do away with the need for Obsdfreq to keep CPU temps down? 02:08 < thrig> when did fvwm get command lines? 02:08 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 02:09 < Intrepid> Ah maybe I'm referring to something else... Whatever the default command line is that you get with a fresh openbsd install (typically shows as $username 02:10 -!- Guestmod [~Guestmod@202.142.117.149] has joined #openbsd 02:11 < thrig> probably you are talking about your shell configuration, which may run in some sort of X terminal, which is all unrelated to the window manager 02:11 < Intrepid> sure... x terminal 02:11 < Intrepid> so do we still need obsdfreqd or has that issue been resolved in 7.3? 02:13 < vortexx> Intrepid: to preserve your PS1 setting either it's ~/.profile or /etc/profile 02:13 < Intrepid> thks again vortexx 02:15 < vortexx> you're welcome 02:20 < Lucas6023> vortexx: there is no watchdog support from OpenBSD side. There is patch sent on 2020-02-08 with subject "piixpm(4) support for AMD FCH watchdog", for which claudio@ made some comment but was never followed-up. 02:20 < Lucas6023> also, I prefer dealing with the issues with an stable mPCIe instead :D 02:25 -!- househorse [~housemate@120.18.109.119] has joined #openbsd 02:34 -!- Newbix [~msn@37.169.88.151] has joined #openbsd 02:36 < Intrepid>  /away 02:39 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Read error: Connection reset by peer] 02:40 < househorse> /here 02:43 -!- chrisz [gwq98tgkyd@195.52.181.36] has quit [Ping timeout: 240 seconds] 02:44 -!- NicknameJohn [~NicknameJ@187-27-158-71.3g.claro.net.br] has quit [Ping timeout: 240 seconds] 02:45 -!- chrisz [dzr5j9rspf@195.52.183.136] has joined #openbsd 02:45 -!- Newbix [~msn@37.169.88.151] has quit [Read error: Connection reset by peer] 02:51 -!- zer0bitz_ [~zer0bitz@user/zer0bitz] has joined #openbsd 02:51 -!- zer0bitz [~zer0bitz@user/zer0bitz] has quit [Ping timeout: 240 seconds] 02:55 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 02:59 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Read error: Connection reset by peer] 03:05 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 03:09 -!- househorse_ [~housemate@120.18.194.11] has joined #openbsd 03:10 -!- xtile [~terrain@c-24-56-224-169.customer.broadstripe.net] has joined #openbsd 03:11 -!- househorse_ [~housemate@120.18.194.11] has quit [Remote host closed the connection] 03:11 -!- morte_ [~user@user/monkey/x-0691028] has quit [Ping timeout: 264 seconds] 03:12 -!- househorse [~housemate@120.18.109.119] has quit [Ping timeout: 268 seconds] 03:14 -!- Intrepid [~Intrepid@89.37.173.249] has quit [Ping timeout: 245 seconds] 03:15 -!- xtile [~terrain@c-24-56-224-169.customer.broadstripe.net] has quit [Quit: oops back later] 03:21 -!- Intrepid [~Intrepid@89.37.173.249] has joined #openbsd 03:21 -!- znedw23 [~znedw@home.znedw.com] has quit [Quit: The Lounge - https://thelounge.chat] 03:24 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 03:25 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 03:26 -!- znedw23 [~znedw@home.znedw.com] has joined #openbsd 03:32 < Intrepid>  /quit 03:32 -!- Intrepid [~Intrepid@89.37.173.249] has quit [Quit: Intrepid] 04:09 -!- frkzoid [~frkazoid3@2603-9000-cf01-74e0-390c-428c-fbac-eb23.inf6.spectrum.com] has joined #openbsd 04:10 -!- freakazoid332 [~frkazoid3@2603-9000-cf01-74e0-390c-428c-fbac-eb23.inf6.spectrum.com] has joined #openbsd 04:11 -!- frkazoid333 [~frkazoid3@2603-9000-cf01-74e0-390c-428c-fbac-eb23.inf6.spectrum.com] has quit [Ping timeout: 246 seconds] 04:13 -!- frkzoid [~frkazoid3@2603-9000-cf01-74e0-390c-428c-fbac-eb23.inf6.spectrum.com] has quit [Ping timeout: 264 seconds] 04:16 -!- jmjl [~jmjl@user/jmjl] has quit [Quit: ~nyaa] 04:18 -!- mason [~mason@fsf/member/ChibaPet] has joined #openbsd 04:22 -!- jmjl [jmjl@user/jmjl] has joined #openbsd 04:24 -!- househorse [~housemate@49.255.144.165] has joined #openbsd 04:26 -!- pucara [~i@host161.181-10-35.telecom.net.ar] has joined #openbsd 04:28 -!- househorse_ [~housemate@49.255.144.165] has joined #openbsd 04:31 -!- househorse [~housemate@49.255.144.165] has quit [Ping timeout: 265 seconds] 04:33 -!- frank__ [~housemate@49.255.144.165] has joined #openbsd 04:35 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has joined #openbsd 04:35 -!- frank__ [~housemate@49.255.144.165] has quit [Client Quit] 04:36 -!- househorse_ [~housemate@49.255.144.165] has quit [Ping timeout: 265 seconds] 04:45 -!- househorse [~housemate@49.255.144.165] has joined #openbsd 04:48 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 04:54 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has quit [Quit: Textual IRC Client: www.textualapp.com] 04:55 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has joined #openbsd 05:05 -!- Hooloovoo [~Hooloovoo@hax0rbana.org] has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in] 05:06 -!- ajshell12 [~ajshell1@c-76-120-147-191.hsd1.pa.comcast.net] has quit [Read error: Connection reset by peer] 05:06 -!- Hooloovoo [~Hooloovoo@hax0rbana.org] has joined #openbsd 05:06 -!- Guestmod [~Guestmod@202.142.117.149] has quit [Quit: Client closed] 05:06 -!- ajshell122 [~ajshell1@c-76-120-147-191.hsd1.pa.comcast.net] has joined #openbsd 05:19 -!- Sauvin [~sauvin@user/Sauvin] has quit [Read error: Connection reset by peer] 05:22 -!- mncheck [~mncheck@193.224.205.254] has joined #openbsd 05:22 -!- grobi [~grobi@user/grobi] has quit [Ping timeout: 246 seconds] 05:24 -!- struchu [~struchu@staticline-31-183-134-120.toya.net.pl] has joined #openbsd 05:25 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 05:26 -!- househorse [~housemate@49.255.144.165] has quit [Remote host closed the connection] 05:29 -!- zimmer [~zimmer@51.219.226.24] has quit [Ping timeout: 240 seconds] 05:29 -!- imega [~coma@2001-8e0-2222-2000--a30.ewz.ftth.ip6.as8758.net] has quit [Ping timeout: 265 seconds] 05:30 -!- pucara [~i@host161.181-10-35.telecom.net.ar] has quit [Quit: Lost terminal] 05:44 -!- nitro_ [~nitro@c-73-148-118-5.hsd1.va.comcast.net] has joined #openbsd 05:45 -!- househorse [~housemate@49.255.144.165] has joined #openbsd 05:47 -!- Sauvin [~sauvin@user/Sauvin] has joined #openbsd 05:48 -!- househorse [~housemate@49.255.144.165] has quit [Client Quit] 05:49 -!- swaggboi [~swaggboi@slackware.uk/supporter/swaggboi] has quit [Ping timeout: 248 seconds] 05:49 -!- bgs [~bgs@212-85-160-171.dynamic.telemach.net] has joined #openbsd 06:00 -!- lowcrash [~admin@84-255-205-230.static.t-2.net] has quit [Quit: Ping timeout (120 seconds)] 06:01 -!- lowcrash [~admin@84-255-205-230.static.t-2.net] has joined #openbsd 06:02 -!- swaggboi [~swaggboi@slackware.uk/supporter/swaggboi] has joined #openbsd 06:05 -!- horrad [~horrad@217.91.26.253] has joined #openbsd 06:09 -!- adip [~adip@c136-211.icpnet.pl] has joined #openbsd 06:10 -!- bgs [~bgs@212-85-160-171.dynamic.telemach.net] has quit [Remote host closed the connection] 06:13 -!- househorse [~housemate@49.255.144.165] has joined #openbsd 06:19 -!- engler [~engler@user/emilengler] has joined #openbsd 06:19 -!- engler [~engler@user/emilengler] has quit [Client Quit] 06:22 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 06:24 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 06:24 -!- househorse [~housemate@49.255.144.165] has quit [Remote host closed the connection] 06:24 -!- househorse [~housemate@49.255.144.165] has joined #openbsd 06:26 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 06:29 -!- xtile [~terrain@c-24-56-224-169.customer.broadstripe.net] has joined #openbsd 06:34 -!- engler [~engler@user/emilengler] has joined #openbsd 06:36 -!- Leopold_ [~quassel@23.137.249.65] has joined #openbsd 06:39 -!- Leopold [~quassel@gateway/tor-sasl/leopold] has quit [Ping timeout: 240 seconds] 06:44 -!- househorse [~housemate@49.255.144.165] has quit [Ping timeout: 268 seconds] 06:44 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 06:44 -!- jimrickshaw [~jimricksh@134.208.52.24] has quit [Ping timeout: 240 seconds] 06:44 -!- jimrickshaw [~jimricksh@134.208.52.24] has joined #openbsd 06:44 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 06:50 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 06:55 -!- feriman [~feriman@188.163.114.49] has quit [Quit: leaving] 07:00 -!- househorse [~housemate@49.255.144.165] has joined #openbsd 07:02 -!- coreystephanphd [~irc@user/coreystephanphd] has quit [Ping timeout: 250 seconds] 07:02 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 07:02 -!- Leonarbro [~Leo@user/leonarbro] has quit [Quit: Bye] 07:03 -!- coreystephanphd [~irc@user/coreystephanphd] has joined #openbsd 07:06 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 07:12 -!- househorse [~housemate@49.255.144.165] has quit [Remote host closed the connection] 07:12 -!- househorse [~housemate@49.255.144.165] has joined #openbsd 07:24 -!- op2 [~op2@user/op2] has joined #openbsd 07:28 -!- vysn [~vysn@user/vysn] has joined #openbsd 07:31 -!- shiranaihito_ [~shiranaih@219-84-253-71-adsl-tai.dynamic.so-net.net.tw] has joined #openbsd 07:36 -!- ficonni [~ficonni@46.235.98.18] has joined #openbsd 07:37 -!- shiranaihito_ [~shiranaih@219-84-253-71-adsl-tai.dynamic.so-net.net.tw] has quit [Read error: Connection reset by peer] 07:37 -!- shiranaihito_ [~shiranaih@219-84-253-71-adsl-tai.dynamic.so-net.net.tw] has joined #openbsd 07:38 -!- imega [~coma@89.206.80.49] has joined #openbsd 07:39 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 07:41 -!- icy [~icy@user/icy] has quit [Ping timeout: 240 seconds] 07:42 -!- icy [~icy@user/icy] has joined #openbsd 07:43 -!- MajorBiscuit [~MajorBisc@c-001-031-054.client.tudelft.eduvpn.nl] has joined #openbsd 07:44 -!- pony [sid524992@smol/hors] has quit [] 07:51 -!- holsta [~holsta@user/holsta] has quit [Ping timeout: 250 seconds] 07:54 -!- househorse [~housemate@49.255.144.165] has quit [Remote host closed the connection] 07:54 -!- househorse [~housemate@49.255.144.165] has joined #openbsd 07:55 -!- olk [~olk@195-138-87-176.client-ip.tenet.odessa.ua] has joined #openbsd 07:57 -!- engler [~engler@user/emilengler] has quit [Quit: Relax and enjoy your hobbies!] 08:01 -!- danilogondolfo [~danilogon@37.228.206.65] has joined #openbsd 08:01 -!- househorse [~housemate@49.255.144.165] has quit [Ping timeout: 264 seconds] 08:05 -!- zimmer [~zimmer@92.40.190.251.threembb.co.uk] has joined #openbsd 08:06 -!- househorse [~housemate@49.255.144.165] has joined #openbsd 08:08 -!- shiranaihito_ [~shiranaih@219-84-253-71-adsl-tai.dynamic.so-net.net.tw] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 08:11 -!- househorse [~housemate@49.255.144.165] has quit [Ping timeout: 240 seconds] 08:13 -!- moldorcoder7 [~moldorcod@185.245.254.238] has joined #openbsd 08:18 -!- chanceyan [~chanceyan@user/chanceyan] has joined #openbsd 08:19 -!- nyah [~nyah@cpc75709-york6-2-0-cust260.7-1.cable.virginm.net] has joined #openbsd 08:24 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 08:25 -!- seninha [~seninha@user/seninha] has joined #openbsd 08:26 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 08:26 -!- seninha [~seninha@user/seninha] has joined #openbsd 08:28 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Client Quit] 08:28 -!- shiranaihito_ [~shiranaih@2001-b011-4013-5df2-6584-5327-b7d9-b4a0.dynamic-ip6.hinet.net] has joined #openbsd 08:33 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 08:38 -!- chanceyan [~chanceyan@user/chanceyan] has quit [Quit: chanceyan] 08:39 -!- ficonni [~ficonni@46.235.98.18] has quit [Quit: Lost terminal] 08:40 -!- weevoy [~weevoy@5.202.16.96] has joined #openbsd 08:41 -!- ficonni [~ficonni@46.235.98.18] has joined #openbsd 08:42 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 08:43 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 08:44 -!- ficonni [~ficonni@46.235.98.18] has quit [Client Quit] 08:50 -!- ficonni [~ficonni@46.235.98.18] has joined #openbsd 08:54 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 256 seconds] 09:02 -!- c014 [c014@gotlandia.net] has joined #openbsd 09:05 -!- househorse [~housemate@49.255.144.165] has joined #openbsd 09:07 -!- edthix [~Thunderbi@115.135.136.106] has quit [Ping timeout: 264 seconds] 09:09 -!- edthix [~Thunderbi@183.171.121.197] has joined #openbsd 09:11 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Read error: Connection reset by peer] 09:12 -!- emmanuelux [~emmanuelu@user/emmanuelux] has joined #openbsd 09:14 -!- mbuhl6 [~mbuhl@user/mbuhl] has joined #openbsd 09:15 -!- mbuhl [~mbuhl@user/mbuhl] has quit [Ping timeout: 268 seconds] 09:15 -!- mbuhl6 is now known as mbuhl 09:16 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 09:17 < finkfox> anybody know a simple online store that operates well with openbsd? maybe even in ports? 09:17 < finkfox> I see "odoo" but that seems rather bloated 09:17 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has joined #openbsd 09:23 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has quit [Ping timeout: 248 seconds] 09:23 < sibiria> there are loads of such for wordpress 09:24 < zelest> sibiria, please no :( 09:29 -!- househorse [~housemate@49.255.144.165] has quit [Ping timeout: 240 seconds] 09:31 < sibiria> "let's roll our own from scratch. it will be more secure" 09:32 -!- moldorcoder7_ [~moldorcod@192.145.81.29] has joined #openbsd 09:32 -!- moldorcoder7 [~moldorcod@185.245.254.238] has quit [Ping timeout: 240 seconds] 09:40 -!- n4dir [~user@i59F518DC.versanet.de] has joined #openbsd 09:43 -!- househorse [~housemate@49.255.144.165] has joined #openbsd 09:43 -!- shiranaihito_ [~shiranaih@2001-b011-4013-5df2-6584-5327-b7d9-b4a0.dynamic-ip6.hinet.net] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 09:44 < finkfox> sibiria: I was hoping to avoid wordpress 09:51 -!- shiranaihito_ [~shiranaih@2001-b011-4013-5df2-6584-5327-b7d9-b4a0.dynamic-ip6.hinet.net] has joined #openbsd 09:52 -!- edthix [~Thunderbi@183.171.121.197] has quit [Read error: Connection reset by peer] 09:52 -!- edthix1 [~Thunderbi@115.135.136.116] has joined #openbsd 09:54 -!- edthix1 is now known as edthix 10:00 -!- hiddener [~topseykra@146.70.126.220] has joined #openbsd 10:02 -!- raghavgururajan [9fd51d1ea8@user/raghavgururajan] has joined #openbsd 10:02 -!- househorse [~housemate@49.255.144.165] has quit [Quit: Probably insane, but also not in the least. HAHA. STILL; I AM SAVING THE UNIVERSE. ROFL!] 10:03 -!- feriman [~feriman@188.163.114.49] has quit [Quit: Lost terminal] 10:04 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 10:06 -!- raghavgururajan [9fd51d1ea8@user/raghavgururajan] has quit [Ping timeout: 248 seconds] 10:10 -!- raghavgururajan [9fd51d1ea8@user/raghavgururajan] has joined #openbsd 10:13 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 10:13 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 10:20 -!- Andros [~Andros@176.116.80.3] has joined #openbsd 10:22 -!- n4dir [~user@i59F518DC.versanet.de] has quit [Remote host closed the connection] 10:25 -!- zer0bitz_ [~zer0bitz@user/zer0bitz] has quit [Read error: Connection reset by peer] 10:33 -!- seninha [~seninha@user/seninha] has joined #openbsd 10:36 -!- krzych [krzych@nroot.pl] has quit [Ping timeout: 265 seconds] 10:37 -!- shiranaihito_ [~shiranaih@2001-b011-4013-5df2-6584-5327-b7d9-b4a0.dynamic-ip6.hinet.net] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 10:39 -!- elagost [~elagost@user/elagost] has joined #openbsd 10:42 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 240 seconds] 10:56 -!- brock [~brock@209.122.210.88] has joined #openbsd 10:57 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 11:06 -!- edthix [~Thunderbi@115.135.136.116] has quit [Quit: edthix] 11:07 -!- BillyZane2 is now known as BillyZane 11:11 -!- thiago [~thiago@2801:b0:d0:2103:1be:d455:e068:4901] has joined #openbsd 11:12 -!- thiago [~thiago@2801:b0:d0:2103:1be:d455:e068:4901] has quit [Client Quit] 11:15 -!- mncheck [~mncheck@193.224.205.254] has quit [Read error: Connection reset by peer] 11:18 -!- hiddener [~topseykra@146.70.126.220] has quit [Quit: leaving] 11:19 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 11:24 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has joined #openbsd 11:30 -!- moldorcoder7_ [~moldorcod@192.145.81.29] has quit [Ping timeout: 240 seconds] 11:33 -!- thiago [~thiago@2801:b0:d0:2103:1be:d455:e068:4901] has joined #openbsd 11:34 -!- thiago [~thiago@2801:b0:d0:2103:1be:d455:e068:4901] has quit [Client Quit] 11:34 -!- thiago [~marzosh@2801:b0:d0:2103:1be:d455:e068:4901] has joined #openbsd 11:35 -!- thiago [~marzosh@2801:b0:d0:2103:1be:d455:e068:4901] has quit [Client Quit] 11:41 -!- pucara [~i@host161.181-10-35.telecom.net.ar] has joined #openbsd 11:48 -!- krzych [krzych@nroot.pl] has joined #openbsd 11:55 -!- olk [~olk@195-138-87-176.client-ip.tenet.odessa.ua] has quit [Quit: olk] 11:55 -!- olk [~olk@195-138-87-176.client-ip.tenet.odessa.ua] has joined #openbsd 11:55 -!- olk [~olk@195-138-87-176.client-ip.tenet.odessa.ua] has quit [Remote host closed the connection] 11:56 -!- olk [~olk@195-138-87-176.client-ip.tenet.odessa.ua] has joined #openbsd 11:56 -!- olk [~olk@195-138-87-176.client-ip.tenet.odessa.ua] has quit [Remote host closed the connection] 11:56 -!- olk [~olk@195-138-87-176.client-ip.tenet.odessa.ua] has joined #openbsd 11:59 -!- RonaldR34g4m [~baby@2405:6e00:31ed:f800:2be6:86cc:48d8:f91e] has joined #openbsd 12:01 -!- kodcode [~kodcode@user/kodcode] has joined #openbsd 12:01 -!- Vyrus [~baby@user/Vyrus] has quit [Ping timeout: 256 seconds] 12:02 -!- kodcode [~kodcode@user/kodcode] has quit [Client Quit] 12:03 -!- kodcode [~kodcode@user/kodcode] has joined #openbsd 12:05 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: Leaving] 12:05 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Remote host closed the connection] 12:06 -!- tozhu [~tozhu@171.221.44.72] has joined #openbsd 12:08 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 12:24 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Ping timeout: 240 seconds] 12:25 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Quit: Client closed] 12:26 -!- olk [~olk@195-138-87-176.client-ip.tenet.odessa.ua] has quit [Changing host] 12:26 -!- olk [~olk@user/olk] has joined #openbsd 12:33 -!- engler [~engler@user/emilengler] has joined #openbsd 12:33 -!- v45h [~david@82.66.159.90] has joined #openbsd 12:34 -!- lowcrash [~admin@84-255-205-230.static.t-2.net] has quit [Quit: Ping timeout (120 seconds)] 12:34 -!- lowcrash [~admin@84-255-205-230.static.t-2.net] has joined #openbsd 12:36 -!- Guestmod [~Guestmod@202.142.117.149] has joined #openbsd 12:37 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 12:43 -!- househorse [~housemate@120.17.168.18] has joined #openbsd 12:43 -!- househorse [~housemate@120.17.168.18] has quit [Read error: Connection reset by peer] 12:44 -!- Guestmod [~Guestmod@202.142.117.149] has quit [Quit: Client closed] 12:44 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 268 seconds] 12:46 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 12:46 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 12:47 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 12:51 -!- xtile [~terrain@c-24-56-224-169.customer.broadstripe.net] has quit [Quit: sleep] 12:58 -!- rvalles [~rvalles@user/rvalles] has quit [Ping timeout: 240 seconds] 12:58 -!- scain [~scain@2603-8080-b104-4e00-45cf-678b-0a7f-b897.res6.spectrum.com] has joined #openbsd 13:04 -!- tozhu [~tozhu@171.221.44.72] has quit [Quit: tozhu] 13:05 -!- tozhu [~tozhu@171.221.44.72] has joined #openbsd 13:06 -!- olk [~olk@user/olk] has quit [Quit: olk] 13:07 -!- morte_ [~user@user/monkey/x-0691028] has joined #openbsd 13:10 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 13:10 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 13:11 -!- v45h [~david@82.66.159.90] has quit [Quit: v45h] 13:14 -!- lemoniter [~lemoniter@user/lemoniter] has joined #openbsd 13:22 < seninha> hi. i saw that OpenBSD supports the Freescale i.MX 7 ARM processor, which can be found on some e-readers (those devices with e-ink and e-stuff). Do you know whether anyone has successfuly installed OpenBSD on an e-reader? 13:23 < seninha> i want to hack my new kobo. i just installed Debian on it, but i like OpenBSD more. 13:23 < IcePic> the cpu is a rather small part of porting to a new arch 13:24 < IcePic> if you have no idea on how to find the display, the drive(s), the keyboard/inputs, having the same "cpu" as a working platform does not make it very useful. 13:24 < thrig> especially arm which aren't wired up like IBM PC 13:25 < Lucas6023> and don't forget that there is no MP support for ARM 13:25 < Lucas6023> armv7 to be precise 13:25 < Lucas6023> arm64 does have MP support 13:26 -!- househorse [~housemate@120.17.168.18] has joined #openbsd 13:29 -!- duri [~mduregon@97-120-221-217.ptld.qwest.net] has quit [Ping timeout: 240 seconds] 13:30 -!- markb1 [~markb1@2603-6080-6000-00d4-babd-8253-5f07-7f82.res6.spectrum.com] has quit [Ping timeout: 250 seconds] 13:30 < seninha> i see 13:31 < seninha> thanks 13:31 -!- duri [~mduregon@97-120-155-48.ptld.qwest.net] has joined #openbsd 13:35 -!- tercaL [~tercaL@user/tercal] has joined #openbsd 13:41 -!- feriman [~feriman@188.163.114.49] has quit [Quit: leaving] 13:42 -!- markb1 [~markb1@2603-6080-6000-00d4-babd-8253-5f07-7f82.res6.spectrum.com] has joined #openbsd 13:44 -!- zacque [~zacque@175.143.56.30] has joined #openbsd 13:46 -!- diomarrrrrrrrrrr [~diomarrrr@c-71-204-38-59.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 13:55 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 13:57 -!- Leonarbro [~Leo@user/leonarbro] has joined #openbsd 14:01 -!- toshywoshy [~toshywosh@ptr-377wf33o3bnthuddmycb.18120a2.ip6.access.telenet.be] has quit [Ping timeout: 264 seconds] 14:04 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 14:06 -!- feriman [~feriman@188.163.114.49] has quit [Client Quit] 14:10 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 14:12 -!- v45h [~david@82.66.159.90] has joined #openbsd 14:15 -!- Bradipo [~amb@50-77-44-29-static.hfc.comcastbusiness.net] has joined #openbsd 14:16 -!- olk [~olk@user/olk] has joined #openbsd 14:20 -!- pucara [~i@host161.181-10-35.telecom.net.ar] has quit [Quit: Lost terminal] 14:20 -!- zacque [~zacque@175.143.56.30] has quit [Remote host closed the connection] 14:22 -!- struchu [~struchu@staticline-31-183-134-120.toya.net.pl] has quit [Quit: WeeChat 3.8] 14:28 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 14:31 -!- Kruppt [~Kruppt@50-111-43-252.drhm.nc.frontiernet.net] has joined #openbsd 14:31 -!- barca [~a_barca@191.95.158.40] has joined #openbsd 14:31 -!- barca [~a_barca@191.95.158.40] has left #openbsd [] 14:33 -!- toshywoshy [~toshywosh@ptr-377wf33o3bnthuddmycb.18120a2.ip6.access.telenet.be] has joined #openbsd 14:33 -!- captnemo [~captnemo@193.32.127.232] has joined #openbsd 14:35 -!- engler [~engler@user/emilengler] has quit [Quit: leaving] 14:42 -!- feriman [~feriman@188.163.114.49] has quit [Quit: leaving] 14:45 -!- morte_ [~user@user/monkey/x-0691028] has quit [Remote host closed the connection] 14:46 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Quit: Client closed] 14:47 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 14:47 -!- frkazoid333 [~frkazoid3@35.136.233.205] has joined #openbsd 14:48 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 14:49 -!- freakazoid332 [~frkazoid3@2603-9000-cf01-74e0-390c-428c-fbac-eb23.inf6.spectrum.com] has quit [Ping timeout: 240 seconds] 14:52 -!- olk [~olk@user/olk] has quit [Quit: olk] 14:53 -!- olk [~olk@user/olk] has joined #openbsd 14:59 -!- horrad [~horrad@217.91.26.253] has quit [Remote host closed the connection] 15:08 -!- frkzoid [~frkazoid3@2603-9000-cf01-74e0-004a-a204-5412-0409.inf6.spectrum.com] has joined #openbsd 15:11 -!- frkazoid333 [~frkazoid3@35.136.233.205] has quit [Ping timeout: 240 seconds] 15:12 -!- frkzoid [~frkazoid3@2603-9000-cf01-74e0-004a-a204-5412-0409.inf6.spectrum.com] has quit [Ping timeout: 240 seconds] 15:16 -!- househorse [~housemate@120.17.168.18] has quit [Read error: Connection reset by peer] 15:16 -!- frkazoid333 [~frkazoid3@35.136.233.205] has joined #openbsd 15:17 -!- olk [~olk@user/olk] has quit [Read error: Connection reset by peer] 15:18 -!- olk [~olk@user/olk] has joined #openbsd 15:18 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 15:24 -!- frkazoid333 [~frkazoid3@35.136.233.205] has quit [Ping timeout: 240 seconds] 15:29 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 3.8] 15:34 -!- zarock [~zarock@user/zarock] has quit [Ping timeout: 256 seconds] 15:36 -!- imega [~coma@89.206.80.49] has quit [Ping timeout: 240 seconds] 15:38 -!- morte_ [~user@user/monkey/x-0691028] has joined #openbsd 15:40 -!- morte_ is now known as morte 15:41 -!- Leonarbro [~Leo@user/leonarbro] has quit [Quit: Bye] 15:46 -!- captnemo [~captnemo@193.32.127.232] has quit [Quit: WeeChat 3.8] 15:47 -!- bgs [~bgs@212-85-160-171.dynamic.telemach.net] has joined #openbsd 15:50 < psionic> What the minimal install size in MB for the base system and which bsd is the smallest? 15:51 -!- dutch [~DutchIngr@user/dutch] has quit [Quit: WeeChat 3.8] 15:53 < Tekk> I think a base OpenBSD install runs in the hundreds of mb 15:54 < Tekk> poking around with du I think base would be ~2GB? 15:55 < Tekk> My install's on the old side and I have a bunch of stuff installed so I had to do a bunch of -x stuff 15:55 < Tekk> 1.2G in /usr, 400 meg in X11r6, ~200 meg in / 15:55 < Tekk> If I remember right netbsd's the smallest out of the box, but don't quote me on that. 15:56 < mason> FreeBSD might be fairly minimal given that it doesn't ship X. 15:56 < Tekk> Does net? Last time I got that up I thought I had to add X in myself 15:57 < mason> Sans kernel, a base FreeBSD 13....2? system here shows up around 650M 15:57 < Tekk> FreeBSD might be smaller just because iirc they got rid of the whole base system idea. isn't everything in packages like linux over there now? I haven't run FBSD in a hot minute 15:57 < mason> X is the big thing. 15:58 < thrig> 1BSD should be pretty small 15:58 < Tekk> 1BSD? 15:59 < thrig> 2.11BSD is still being maintained, too 16:00 < Tekk> On the topic of tiny install sizes, I wonder if I could do the same trick I did before to fit linux on a floppy with openbsd 16:00 < Tekk> Might be harder to trim the openbsd kernel down to fit in ~1mb than Linux though 16:01 < Tekk> Would ~2.8mb be small enough for you psionic ? c: 16:01 < mason> $ ls -lh /boot/vmlinuz-5.10.0-22-amd64 16:01 < mason> -rw-r--r-- 1 root root 6.8M Apr 22 08:24 /boot/vmlinuz-5.10.0-22-amd64 16:01 < Tekk> linux has "make allnoconfig" though, which gets it down to a few hundred k 16:01 < mason> ah, didn't know that 16:02 < Tekk> Yeah, mine was allnoconfig then I just went in and turned on ext2 and loadable module support, came in at ~1.2M 16:02 < Tekk> That way I could at least load up another floppy with kernel modules and add drivers if I needed to 16:02 < mason> and then you realize you've got a USB keyboard :P 16:02 < Tekk> That was the trick! 16:02 < Tekk> I did it on a Thinkpad T41 so that the keyboard was ps/2 :p 16:02 < mason> heh 16:03 < Tekk> The USB stack adds like 1mb in itself because then it needs the whole scsi stack 16:04 < Tekk> Iirc that's what stopped me. Needed to squeeze the USB stack in because I only had a USB floppy drive but it was just a bit too tight. That and fighting to get gcc & friends working on musl (which an openbsd rebase would help with, thinking about it) 16:07 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 16:12 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 16:13 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 16:13 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 16:16 -!- gh34 [~textual@cpe-184-58-181-106.wi.res.rr.com] has joined #openbsd 16:17 -!- user71 [~user71@2001:1530:1007:6c44:1e6f:65ff:fe88:557f] has joined #openbsd 16:23 -!- reset [~reset@user/reset] has joined #openbsd 16:31 -!- moldorcoder7 [~moldorcod@185.245.254.239] has joined #openbsd 16:34 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 256 seconds] 16:38 -!- Vizva [~vizva@gateway/tor-sasl/vizva] has joined #openbsd 16:41 -!- rvalles [~rvalles@user/rvalles] has joined #openbsd 16:41 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 16:42 -!- olk [~olk@user/olk] has quit [Quit: olk] 16:44 -!- frkazoid333 [~frkazoid3@2603-9000-cf01-74e0-ddad-8599-f876-fe98.inf6.spectrum.com] has joined #openbsd 16:45 -!- piotr [~piotr@user/filystyn] has joined #openbsd 16:46 -!- piotr is now known as Filystyn 16:54 -!- rvalles [~rvalles@user/rvalles] has quit [Quit: rvalles] 16:56 -!- rvalles [~rvalles@user/rvalles] has joined #openbsd 16:58 -!- rvalles [~rvalles@user/rvalles] has quit [Read error: Connection reset by peer] 16:59 -!- rvalles [~rvalles@user/rvalles] has joined #openbsd 16:59 -!- Alhazred [~Alhazred@user/Alhazred] has quit [Ping timeout: 240 seconds] 17:00 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 240 seconds] 17:00 -!- meros67817602046 [~meros@81-236-138-206-no275.tbcn.telia.com] has quit [Quit: The Lounge - https://thelounge.chat] 17:01 -!- meros67817602046 [~meros@81-236-138-206-no275.tbcn.telia.com] has joined #openbsd 17:01 -!- zer0bitz [~zer0bitz@user/zer0bitz] has joined #openbsd 17:01 -!- Alhazred [~Alhazred@user/Alhazred] has joined #openbsd 17:08 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 17:15 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Remote host closed the connection] 17:15 -!- nwe [~nwe@sigwait.se] has quit [Ping timeout: 264 seconds] 17:16 -!- ioxception [~quassel@185.193.64.182] has joined #openbsd 17:19 -!- ioxception_ [~quassel@185.203.217.101] has quit [Ping timeout: 240 seconds] 17:22 -!- lynge [~lynge@v.16b1.dk] has quit [Ping timeout: 265 seconds] 17:29 -!- finkfox [~finkfox@user/finkfox] has quit [Read error: Connection reset by peer] 17:30 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 17:32 -!- Stealth [stealth@sourcemage/archon/stealth] has quit [Quit: Dont wait to die to find paradise...] 17:35 -!- finkfox [~finkfox@user/finkfox] has quit [Quit: zzz] 17:45 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 17:46 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 17:50 -!- morte [~user@user/monkey/x-0691028] has quit [Remote host closed the connection] 17:51 -!- olk [~olk@user/olk] has joined #openbsd 17:51 -!- olk [~olk@user/olk] has quit [Remote host closed the connection] 17:51 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 17:58 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 17:59 -!- vysn [~vysn@user/vysn] has quit [Remote host closed the connection] 18:02 -!- v2px [~v2px@user/v2px] has joined #openbsd 18:03 -!- ClaudioM [claudiom@tilde.institute] has joined #openbsd 18:04 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 256 seconds] 18:04 -!- Stealth [stealth@sourcemage/archon/stealth] has joined #openbsd 18:04 -!- zimmer [~zimmer@92.40.190.251.threembb.co.uk] has quit [Ping timeout: 264 seconds] 18:05 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Quit: format_c] 18:11 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 18:12 -!- lynge [~lynge@v.16b1.dk] has joined #openbsd 18:15 -!- NicknameJohn [~NicknameJ@187-27-128-87.3g.claro.net.br] has joined #openbsd 18:26 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 18:27 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 18:27 -!- seninha [~seninha@user/seninha] has joined #openbsd 18:32 -!- Andros [~Andros@176.116.80.3] has quit [Quit: Leaving] 18:35 -!- nwe [~nwe@sigwait.se] has joined #openbsd 18:43 -!- feriman [~feriman@188.163.114.49] has quit [Quit: leaving] 18:47 -!- peas [~peasfulto@user/PeasfulTown] has joined #openbsd 18:49 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 248 seconds] 18:49 -!- Alhazred [~Alhazred@user/Alhazred] has quit [Ping timeout: 268 seconds] 18:50 -!- zenstoic [uid461840@id-461840.hampstead.irccloud.com] has joined #openbsd 18:52 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 19:05 -!- dennis [d@ennis.no] has joined #openbsd 19:06 -!- peas [~peasfulto@user/PeasfulTown] has quit [Ping timeout: 268 seconds] 19:08 -!- peas [~peasfulto@user/PeasfulTown] has joined #openbsd 19:14 -!- Alhazred [~Alhazred@user/Alhazred] has joined #openbsd 19:18 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Ping timeout: 240 seconds] 19:19 -!- Vizva [~vizva@gateway/tor-sasl/vizva] has quit [Remote host closed the connection] 19:20 -!- op2 [~op2@user/op2] has quit [Excess Flood] 19:20 -!- op2 [~op2@user/op2] has joined #openbsd 19:22 -!- grobi [~grobi@user/grobi] has joined #openbsd 19:34 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 240 seconds] 19:41 -!- ClaudioM [claudiom@tilde.institute] has quit [Quit: leaving] 19:45 -!- DivanSantana [~user@192.145.132.53] has joined #openbsd 19:47 -!- morte_ [~user@user/monkey/x-0691028] has joined #openbsd 19:57 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 19:57 -!- stellacy [~stellacy@gateway/tor-sasl/stellacy] has quit [Remote host closed the connection] 20:01 -!- stellacy [~stellacy@gateway/tor-sasl/stellacy] has joined #openbsd 20:03 -!- hitest [~hitest@user/hitest] has joined #openbsd 20:08 -!- pony [sid524992@smol/hors] has joined #openbsd 20:09 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 20:09 -!- user71 [~user71@2001:1530:1007:6c44:1e6f:65ff:fe88:557f] has quit [Quit: Leaving] 20:11 -!- peas [~peasfulto@user/PeasfulTown] has quit [Ping timeout: 240 seconds] 20:12 -!- _0bitcount [~BigByte@232.pool85-60-131.dynamic.orange.es] has joined #openbsd 20:13 -!- peas [~peasfulto@user/PeasfulTown] has joined #openbsd 20:17 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 20:19 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has quit [Quit: Client closed] 20:19 -!- jak3b [~jak3b@c-73-71-185-185.hsd1.ca.comcast.net] has joined #openbsd 20:22 -!- markmcb [~markmcb@146.70.168.190] has quit [Ping timeout: 240 seconds] 20:22 -!- markmcb [~markmcb@146.70.173.254] has joined #openbsd 20:23 -!- hitest [~hitest@user/hitest] has quit [Quit: Leaving] 20:34 -!- lavaball [~Melissa@31.204.155.215] has quit [Quit: lavaball] 20:40 -!- ioxception [~quassel@185.193.64.182] has quit [Quit: Leaving] 20:41 -!- ioxception [~quassel@185.193.64.182] has joined #openbsd 20:42 < Tekk> Anyone seen kristaps around in a while? bsd.lv seems to have gone down at some point. 20:42 < Tekk> Luckily archive.org exists and all the docs for kcgi are in man pages, but I'm curious if something happened 20:43 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:5b5c:587d:9e9e:d473] has quit [Ping timeout: 240 seconds] 20:44 -!- _0bitcount [~BigByte@232.pool85-60-131.dynamic.orange.es] has quit [Quit: Leaving] 20:44 -!- lpn-cls [~lpn-cls@user/lpn-cls] has joined #openbsd 20:44 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:5b5c:587d:9e9e:d473] has joined #openbsd 20:45 < seninha> Hi, i have a few virtual machines with two interfaces: one to the host's physical network, and the other to a virtual network. It works, but the guests cannot resolve names on the virtual network (only on the physical network). my configs: https://ttm.sh/Bh3.txt 20:45 -!- jak3b [~jak3b@c-73-71-185-185.hsd1.ca.comcast.net] has quit [Quit: WeeChat 3.8] 20:45 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 20:46 < seninha> the host is also a dhcpd server on the virtual network to assign ips to the vms on that network 20:46 -!- dsrt^ [~dsrt@c-71-204-38-59.hsd1.ga.comcast.net] has joined #openbsd 20:47 < seninha> are my config files ok? what should i do for names to resolve on the virtual network (when i disable the "physical" one, for example) 20:47 < seninha> ? 20:48 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 20:49 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 20:49 < thrig> where is the DNS configuration? 20:52 -!- typicat [~karl@user/typicat] has quit [Ping timeout: 246 seconds] 20:53 < seninha> thrig: wdym? 20:53 -!- lpn-cls [~lpn-cls@user/lpn-cls] has quit [Ping timeout: 256 seconds] 20:54 -!- zimmer [~zimmer@51.219.226.24] has joined #openbsd 20:54 < seninha> i tried to set up unbound(8) on the host; but with it enabled, i can only resolve a name on the virtual machine if i have already been resolved on the host 20:57 < sibiria> are you sure unbound allows the network of the guest? 20:58 < sibiria> that is, do you have an interface and an access-control statement? 20:59 < sibiria> if you happen to toggle vmd on and off, your unbound config may also need ip-transparent enabled 21:00 -!- MajorBiscuit [~MajorBisc@c-001-031-054.client.tudelft.eduvpn.nl] has quit [Quit: WeeChat 3.6] 21:01 -!- danq54 [~danq54@90.195.238.222] has joined #openbsd 21:04 < seninha> (my network knowledge tends to zero, so i can be talking shit) is it necessary for the host to have nsd or unbound enabled and configured? 21:05 < seninha> also, here's all the configs with /var/unbound/etc/unbound.conf (it is disabled rn): https://ttm.sh/BhC.txt 21:05 < thrig> local DNS tends to require an authoritative server. or you could throw everything in the hosts file 21:08 -!- Filystyn [~piotr@user/filystyn] has quit [Quit: Lost terminal] 21:08 < sibiria> i didn't look at your pf setup, but try adding to unbound: access-control: 100.64.0.0/10 allow 21:09 < sibiria> the forward zone doesn't seem useful 21:09 < pardis> given that none of the guests appear to have addresses in 100.64.0.0/10, that seems unlikely to do anything 21:09 < thrig> (also unbound isn't really an authoritative server) 21:11 -!- morte_ [~user@user/monkey/x-0691028] has quit [Ping timeout: 240 seconds] 21:11 < seninha> yeah, guests are on 10.0.0.0/24. And there's an "access-control: 10.0.0.0/24 allow" there. 21:12 < sibiria> so look at the forward zones. they don't seem useful 21:13 < seninha> the unbound configuration is the one whose correctness i am least confident about 21:13 < sibiria> forwarding back to itself, and to somewhere else in your LAN 21:13 < sibiria> try just a single forward-addr: 9.9.9.9 21:13 -!- Kruppt [~Kruppt@50-111-43-252.drhm.nc.frontiernet.net] has quit [Quit: Leaving] 21:13 -!- zenstoic [uid461840@id-461840.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 21:13 < sibiria> to make it forward to something out on the itnernet that actually exists 21:17 < seninha> can i make it forward to the ip at /etc/resolv.conf (so it can use whatever the home router is using)? 21:19 < sibiria> you can set the same ip, but you can't ask it to read the file to get the ip 21:19 < seninha> hmm 21:20 -!- vhns [~vhns@140.238.186.144] has quit [Quit: restart] 21:20 -!- vhns [~vhns@140.238.186.144] has joined #openbsd 21:22 -!- bgs [~bgs@212-85-160-171.dynamic.telemach.net] has quit [Remote host closed the connection] 21:22 < pardis> if you want to query the same resolver as the host, you don't need unbound for that 21:22 < pardis> just configure the host as a router and pass udp/53 and tcp/53 with pf 21:22 < pardis> possibly with nat-to, if you need that 21:23 < pardis> then configure each guest to use the resolver you want 21:23 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has joined #openbsd 21:26 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 3.8] 21:26 -!- eniac [~eniac@gateway/tor-sasl/eniac] has joined #openbsd 21:28 -!- NiceBirb [~NiceBird@185.133.111.196] has joined #openbsd 21:28 -!- ecdhe_ [~ecdhe@user/ecdhe] has joined #openbsd 21:28 -!- nitro__ [~nitro@c-73-148-118-5.hsd1.va.comcast.net] has joined #openbsd 21:30 -!- \dev\null [~\dev\null@user/ShadowPasswd] has joined #openbsd 21:30 -!- dlg_ [~dlg@toy.eait.uq.edu.au] has joined #openbsd 21:30 -!- tibobo [~tib@strasfo.tib.cc] has joined #openbsd 21:30 -!- f91w [~f91w@45.32.220.195] has joined #openbsd 21:31 -!- jimricks1aw [~jimricksh@134.208.52.24] has joined #openbsd 21:32 -!- nameless_ [~nameless@23.183.81.195] has joined #openbsd 21:32 -!- zelest_ [jesper@81-233-184-27-no13.tbcn.telia.com] has joined #openbsd 21:33 -!- renaud_ [~renaud@amandil.arnor.org] has joined #openbsd 21:33 -!- bigfondu1 [~sm@45.77.146.243] has joined #openbsd 21:34 < seninha> pardis: thanks 21:35 < seninha> i'm not quite sure what i need to change on pf.conf 21:35 < seninha> i still need to read the Book of PF (and the manuals) carefully 21:37 < pardis> option 3 here is sufficient for this purpose: https://www.openbsd.org/faq/faq16.html#VMMnet 21:37 < pardis> you just want to make sure you only pass udp and tcp ports 53 if you don't want the guests to have access to the internet 21:37 -!- Netsplit *.net <-> *.split quits: dastain, bigfondue, eriol, tobiasu, vinishor, Zyxer, rjc, MentalExcuse, pirateoverboard_, baak6, (+34 more, use /NETSPLIT to show all of them) 21:38 < pardis> it looks like you already have that set up? do you have IP forwarding turned on? 21:38 < seninha> pardis: no, i want them to have access to the Internet 21:39 < pardis> then what you have is sufficient, assuming you have also turned on IP forwarding per the FAQ 21:39 < seninha> pardis:yes, i do have IP forwarding turned on. 21:39 < pardis> or should be sufficient, anyway 21:41 -!- mnour_bsd [~mnour_bsd@77-160-155-87.fixed.kpn.net] has joined #openbsd 21:42 < seninha> still cannot resolve names on the guest 21:42 < seninha> i can ping a ip on the Internet, but not a url 21:42 -!- Netsplit over, joins: xarthna 21:46 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 21:46 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 21:46 -!- NicknameJohn [~NicknameJ@187-27-128-87.3g.claro.net.br] has quit [Ping timeout: 248 seconds] 22:02 -!- pstef_ [~pstef@user/pstef] has joined #openbsd 22:03 -!- pstef [~pstef@user/pstef] has quit [Ping timeout: 256 seconds] 22:04 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:5b5c:587d:9e9e:d473] has joined #openbsd 22:04 -!- Error [~err@user/error] has joined #openbsd 22:04 -!- dastain [~dastain@2a00:d880:6:262::45a3] has joined #openbsd 22:04 -!- vinishor [~vinishor@2603:c022:4:2e37:c02f:4d5b:31f3:de3a] has joined #openbsd 22:04 -!- zmoment [~zmoment@bl20-250-43.dsl.telepac.pt] has joined #openbsd 22:04 -!- MentalExcuse [~MentalExc@45.138.55.174] has joined #openbsd 22:04 -!- pirateoverboard_ [~pirateove@user/pirateoverboard] has joined #openbsd 22:04 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 22:04 -!- SomeAB[m]1 [ymlHRgEUVI@2001:19f0:8001:891:1d1e:f001:0:288] has joined #openbsd 22:04 -!- ipetruk [~user@user/ipetruk] has joined #openbsd 22:04 -!- chilledfrogs [~chilledfr@2001:861:8c97:f330:9196:48a8:1e3c:ea79] has joined #openbsd 22:04 -!- lucenera [~lucenera@user/lucenera] has joined #openbsd 22:04 -!- tobiasu [~tobiasu@user/tobiasu] has joined #openbsd 22:04 -!- dostoyevsky2 [~sck@user/dostoyevsky2] has joined #openbsd 22:04 -!- xse [~xse@user/xse] has joined #openbsd 22:04 -!- rueda [~rueda@tumor.rlr.id.au] has joined #openbsd 22:04 -!- Echoz [~chris@user/echoz] has joined #openbsd 22:04 -!- drobban [~drobban@109.124.153.112] has joined #openbsd 22:04 -!- heartburn [~gass@2a00:d880:3:1::b1e4:b241] has joined #openbsd 22:04 -!- dv^_^ [~dv@2a01:4f8:c0c:b9f4::1] has joined #openbsd 22:04 -!- veg [~veg@user/veg] has joined #openbsd 22:04 -!- Zyxer [~anon@89-253-106-217.customers.ownit.se] has joined #openbsd 22:04 -!- eau [~chat@user/eau] has joined #openbsd 22:04 -!- eriol [~eriol@debian/eriol] has joined #openbsd 22:04 -!- leah [~leah@libreboot/developer/leah] has joined #openbsd 22:04 -!- rain0r [~rainer@static.176.169.109.65.clients.your-server.de] has joined #openbsd 22:04 -!- baak6 [~baak6@lexington.baak6.com] has joined #openbsd 22:04 -!- bpye [~bpye@user/bpye] has joined #openbsd 22:04 -!- rjc [yzkmufzg0g@srv.dataswamp.org] has joined #openbsd 22:04 -!- BadCoderFinger [~john@user/badcoderfinger] has joined #openbsd 22:04 -!- beeblebrox [~beeblebro@163.150.148.32] has joined #openbsd 22:05 -!- heartburn [~gass@2a00:d880:3:1::b1e4:b241] has quit [Max SendQ exceeded] 22:05 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 22:05 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:5b5c:587d:9e9e:d473] has quit [Max SendQ exceeded] 22:05 -!- dv^_^ [~dv@2a01:4f8:c0c:b9f4::1] has quit [Max SendQ exceeded] 22:05 -!- danq54 [~danq54@90.195.238.222] has quit [Remote host closed the connection] 22:05 -!- dv^_^ [~dv@2a01:4f8:c0c:b9f4::1] has joined #openbsd 22:05 -!- heartburn [~gass@2a00:d880:3:1::b1e4:b241] has joined #openbsd 22:05 -!- scain [~scain@2603-8080-b104-4e00-45cf-678b-0a7f-b897.res6.spectrum.com] has quit [Quit: Konversation terminated!] 22:05 -!- Leonarbro [~Leo@user/leonarbro] has joined #openbsd 22:06 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:5b5c:587d:9e9e:d473] has joined #openbsd 22:06 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 22:07 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 22:09 -!- v2px [~v2px@user/v2px] has quit [Quit: CARRIER LOST] 22:21 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has quit [Ping timeout: 264 seconds] 22:24 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 22:25 < Bradipo> Does perl have an option similar to sh -x ? 22:25 < Bradipo> Ahh, never mind... I think a search engine found it. 22:26 < Bradipo> Seems that lately, search engines are trying to be too smart in their results. 22:26 -!- traph__ [~traph@gateway/tor-sasl/traph] has joined #openbsd 22:26 -!- xet7 [~xet7@user/xet7] has quit [Ping timeout: 268 seconds] 22:26 -!- traph_ [~traph@gateway/tor-sasl/traph] has quit [Remote host closed the connection] 22:27 -!- xet7 [~xet7@user/xet7] has joined #openbsd 22:34 -!- NicknameJohn [~NicknameJ@187-27-146-139.3g.claro.net.br] has joined #openbsd 22:40 -!- lemoniter [~lemoniter@user/lemoniter] has quit [Quit: Leaving] 22:49 -!- danilogondolfo [~danilogon@37.228.206.65] has quit [Remote host closed the connection] 22:53 -!- jld [~jld@2603:300b:79:6100:6923:4dd5:bc4b:8143] has quit [Ping timeout: 250 seconds] 22:54 -!- jld [~jld@2603:300b:79:6100:583a:6262:b416:a941] has joined #openbsd 23:03 -!- feriman [~feriman@188.163.114.49] has quit [Ping timeout: 240 seconds] 23:03 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 240 seconds] 23:08 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Ping timeout: 268 seconds] 23:09 -!- xet7 [~xet7@user/xet7] has quit [Quit: Leaving] 23:09 -!- xet7 [~xet7@user/xet7] has joined #openbsd 23:10 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 23:20 -!- demouser [~demouser@ip-109-42-115-76.web.vodafone.de] has quit [Quit: Connection closed] 23:23 -!- travisp [~Thunderbi@173.217.196.134] has quit [Ping timeout: 240 seconds] 23:24 -!- lolok [~lolok@user/lolok] has joined #openbsd 23:29 -!- Trigon_ [~reuben@144.39.114.115] has joined #openbsd 23:32 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 23:35 -!- travisp [~Thunderbi@173.217.196.134] has joined #openbsd 23:43 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 23:45 -!- gce108 [~gce@user/gce108] has joined #openbsd 23:49 -!- CalculusCats is now known as CalculusCat 23:56 < riceandbeans> If you see constant auth failure attempts on your opensmtpd from a whole series of addresses, what might you change, or is that just expected in this era? 23:56 -!- seninha [~seninha@user/seninha] has joined #openbsd 23:57 < mason> riceandbeans: I like combing through mail logs periodically and blacklisting offenders. 23:58 < mason> By periodically I mean "every minute" so they don't get that much of a chance. 23:58 < riceandbeans> mason: It's a lot though ma 23:58 < mason> It is, yes. 23:58 < riceandbeans> Man there's like, one every five seconds. 23:58 < mason> A distinct, new one every five seconds? 23:59 < riceandbeans> Not on the dot, but about that frequency, and yeah not the same IPs --- Log closed Fri May 26 00:00:11 2023