--- Log opened Mon Jul 08 00:00:10 2024 00:03 < ForeverNoob[m]> Nice velocity, but a bit too fast for my liking on the server. 00:21 -!- mcornick [~mcornick@user/mcornick] has quit [Quit: bbiaf] 00:22 -!- zorz [~zorz@user/zorz] has quit [Quit: leaving] 00:22 -!- zorz_ [~zorz@user/zorz] has joined #openbsd 00:22 -!- zorz_ is now known as zorz 00:34 < sysfu> I'm struggling with getting php web apps such as wordpress to display correctly in the browser when served from httpd. It looks like the barebones text is loading properly, but the all the purdy formatting and styles are not loading. 00:35 < sysfu> I'm using the fastcgi stanzas given in the last post of the httpd github issue https://github.com/reyk/httpd/issues/67 00:36 < sysfu> I've seen other examples online with much more complicated httpd.conf examples, but hey, I like OpenBSDs minimalism, so I want minimal httpd.conf stanzas to git 'er done. 00:38 -!- CrashOverride [~strcat@p54855f0b.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 00:39 -!- guru_ [~guru@2001:9e8:e822:5d00:20c:29ff:fe5c:9d22] has joined #openbsd 00:40 -!- Guru_DE [~guru@2001:9e8:e81c:8000:20c:29ff:fe5c:9d22] has quit [Ping timeout: 264 seconds] 00:40 -!- rez [~rez@user/rez] has joined #openbsd 00:45 < jrmu> sysfu: it could be due to wordpress mixing http and https 00:45 < jrmu> that's an issue I had before. Check to see if you have mixed content on your page 00:45 < Tingo> sysfu: check .htaccess file in your wordpress web-root directory.. 00:46 < sysfu> jrmu, I deleted .htaccess because I thought it was only for the apache web server. Let me re-extract from the zip file and restore.. 00:47 < jrmu> my friend used this patch to force wordpress to use ssl 00:47 < jrmu> https://paste.ircnow.org/g9m7wpizg16bgluz09uz 00:47 < jrmu> I've never tested this before so don't sue me if it doesn't work, but it might help 00:48 < sysfu> the particular app I'm working with right now in called pancake, it's invoicing software. but I had the same problem on this staging server when I was trying to setup wordpress. 00:48 < Tingo> sysfu : are you running Apache/HTTPD or Nginx ? 00:48 < sysfu> Tingo, httpd 00:48 < Tingo> yea, then need its .htaccess file.. 00:51 < Tingo> but also have to check VirtualHost Configuration.. either do you have enabled AllowOveride All in Apache for web-root 00:52 -!- rez [~rez@user/rez] has quit [Quit: much snoozes...] 00:52 < jrmu> are you using openhttpd? 00:52 < jrmu> openhttpd doesn't use .htaccess I think 00:53 < jrmu> it's not the same as apache 00:54 < sysfu> Only mention I can find of htaccess support in httpd is this issue comment https://github.com/reyk/httpd/issues/27#issuecomment-113925177 00:55 < sysfu> and this mailing list post https://marc.info/?l=openbsd-tech&m=152761257806283 00:55 < sysfu> but I don't interpret any of that as offering direct support for .htaccess 00:55 < Tingo> yea, one more thing openbsd has already its built in httpd for installing apache-httpd e.g $ pkg_add apache-httpd 00:58 < oldlaptop> Tingo: If you mean 'apache', please don't say 'httpd' - you'll confuse people into thinking you're talking about httpd(8) (which has almost no sysadmin stuff in common with apache) 00:58 -!- zorz [~zorz@user/zorz] has quit [Quit: leaving] 01:00 < Tingo> Yea, Sorry, i wanted to just asking that either is he using Nginx or HTTPD.. i know that Apache and httpd is different in openbsd.. 01:01 -!- tozhu [~tozhu@218.89.234.220] has joined #openbsd 01:01 < sysfu> One issue that is immediately apparent is that the url will include /index.php?/admin at the end of the fqdn for the web site. 01:03 < jrmu> this wordpress install guide worked for my friend: https://wiki.ircnow.org/index.php?n=Wordpress.Install 01:03 < jrmu> never tried it myself but maybe it'd help 01:10 < sysfu> Nothing differs much in there from what I already have save for the find & chown www:bin and www:deamon commands which is a nice detail that I'll be using going forward. 01:11 < sysfu> Maybe the example nginx.conf rewrite rules could be used to develop the proper httpd.conf server stanza location statements https://snips.sh/f/X3hQDXUWxr 01:14 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 01:17 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 01:26 < jrmu> Anyone able to help me with my ripd setup? https://paste.ircnow.org/052zgxuf4tmnw1u3oh2n The two ripd servers appear not to be propagating routes despite my best efforts, and there seems very little debug info I can glean 01:37 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 01:49 -!- jagtalon [~jagtalon@pool-100-34-179-37.phlapa.fios.verizon.net] has joined #openbsd 01:51 -!- jagtalon [~jagtalon@pool-100-34-179-37.phlapa.fios.verizon.net] has quit [Client Quit] 01:51 -!- bountyht [arelor@triton.blinkenshell.org] has quit [Ping timeout: 268 seconds] 01:51 -!- bountyht [arelor@triton.blinkenshell.org] has joined #openbsd 01:54 < Tingo> jrmu:  my networking is not too good.. but i will try my best.. :) 01:57 < Tingo> r1# ripctl show is showing is showing LinkState : unknown ? 01:57 < jrmu> ripctl shows 3 active links, let me paste it 01:58 < jrmu> https://paste.ircnow.org/0xiz4dunod67sxqf8dyv 01:58 < Tingo> r1# cat /etc/hostname.vport11 is showing !route add -inet 10/8 10.2.1.1 and all are running under /16, so ? 01:59 < jrmu> but all those are subnets that r2 itself defined, none of them are coming from other servers 01:59 < jrmu> oh hmm good point 01:59 < jrmu> let me fix vport11's route 01:59 < jrmu> that may be messing things up 02:01 -!- sdds [~sdds@user/sdds] has joined #openbsd 02:03 -!- bountyht [arelor@triton.blinkenshell.org] has quit [Ping timeout: 256 seconds] 02:04 < jrmu> when I run # ripd -dvvv I still get recv_packet: cannot find a matching interface 02:04 < jrmu> so it makes me wonder if it's the fact that an interface is not set up properly for multicasting ; but all the interfaces seem to be marked with MULTICAST enabled 02:05 -!- bountyht [arelor@triton.blinkenshell.org] has joined #openbsd 02:05 < dlg> the MULTICAST flag means they support receiving multicast packets and can be configured to do so 02:05 < dlg> it doesnt mean ripd has set things up properly 02:06 < Tingo> r1# ripctl show is still showing unknown under Linkstate ? 02:06 < jrmu> on r1 or r2? 02:06 < jrmu> r2 shows 3 active 02:06 < jrmu> no unknown 02:06 < jrmu> r1 shows unknown, let me paste 02:07 < jrmu> https://paste.ircnow.org/4pafkhe341ufwdiv8t6j 02:08 < jrmu> thank you this helps a lot, at least I have a hint 02:08 -!- tozhu [~tozhu@218.89.234.220] has quit [Quit: tozhu] 02:08 < jrmu> so I'm guessing the problem lies with how I configured vport11 02:09 -!- tozhu [~tozhu@218.89.234.220] has joined #openbsd 02:10 < Tingo> yea, might be.. require to have deeply check your configurations.. 02:10 < jrmu> this has got the configs https://paste.ircnow.org/052zgxuf4tmnw1u3oh2n 02:10 < Tingo> How R1 and R2 and R4 are connected in Network ? 02:12 < jrmu> R1 is connected to R2; and R2 to R4 02:12 < jrmu> they're actually all running inside virtual machines to save money 02:12 < Tingo> new pastebing link is still showing !route add -inet 10/8 10.2.1.1 for r1# cat /etc/hostname.vport11 .. ? 02:13 < Tingo> yor new pastebin is not updated ? 02:13 < jrmu> oh yeah one sec sorry let me update it 02:15 < Tingo> which virtualization platform using for them ? 02:16 -!- thelounge0954 [~thelounge@168.91.18.109] has joined #openbsd 02:16 < jrmu> openbsd vmm 02:16 < jrmu> https://paste.ircnow.org/gdub496nsxyrs96nc5q7 02:16 < jrmu> thanks for your patience and help 02:17 -!- thelounge0954 [~thelounge@168.91.18.109] has quit [Client Quit] 02:18 -!- swaggboi [~kvirc@slackware.uk/supporter/swaggboi] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 02:20 < Tingo> https://man.openbsd.org/ripd.conf.5 02:20 < Tingo> interface em0 { 02:20 < Tingo>  cost 9 02:20 < Tingo>  auth-type none 02:20 < Tingo> } 02:20 < jrmu> did I misconfigure ripd.conf? 02:20 < jrmu> oh hm 02:20 < jrmu> em0 needs to be added? ok one sec 02:21 < Tingo> you dont have auth-type none in your conf 02:21 < jrmu> I thought default was none 02:21 < jrmu> let me add it just in case let's see 02:23 < Tingo> hmm.. btw Pastebing the full ifconfig command for R1 and R2.. 02:23 < jrmu> ok that last one should be current 02:23 < jrmu> https://paste.ircnow.org/gdub496nsxyrs96nc5q7 02:23 < Tingo> yea, default auth-type is none.. still reading doc :) 02:23 < jrmu> I added interface em1 but does not seem to make ripctl show anything new 02:24 -!- swaggboi [~kvirc@slackware.uk/supporter/swaggboi] has joined #openbsd 02:24 < jrmu> https://paste.ircnow.org/c12bgd6bctqrkd27kd6v 02:24 < jrmu> em1 is now active, vport11 remains unknown 02:24 < jrmu> I wonder if this issue is specific to veb/vport, I may try bridge/vether later 02:32 < jrmu> I tested similar setups on R3, R4, and R5 as well, and none of them seem to be detecting neighbors either 02:32 < jrmu> so something must be wrong with all the setups I think 02:32 < jrmu> # ripctl show neighbor is blank for all 5 nodes 02:33 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 264 seconds] 02:35 -!- sjg [~sjg@user/sjg] has joined #openbsd 02:35 -!- rnkn [~rnkn@66.135.27.208] has joined #openbsd 02:39 < Tingo> one more thing found.. 02:39 < jrmu> are ethernet addresses spoofed during multicast replies? 02:39 < jrmu> because I locked the hardware address down 02:39 < Tingo> in /etc/sysctl.conf  have to add (net.inet.ip.mforwarding=1 # 1=Permit forwarding (routing) of IPv4 multicast packets) 02:39 < jrmu> ok let me add that 02:39 < jrmu> I thoought that was only for multicast routers 02:40 < jrmu> hm, did not seem to fix it 02:40 < jrmu> I think that's only if we're running mrouted or something similar 02:43 < Tingo> did you update sysctl after adding line in sysctl.conf for verication ? 02:44 < jrmu> yeah I updated the sysctl 02:44 < jrmu> I didn't add it to sysctl.conf, just ran sysctl 02:45 < Tingo> k 02:45 < jrmu> # sysctl net.inet.ip.mforwarding=1 02:45 < jrmu> net.inet.ip.mforwarding: 0 -> 1 02:45 < Tingo> what do you meant about because I locked the hardware address down ? 02:46 < jrmu> I locked the mac address of each of the interfaces to prevent any spoofing 02:46 < jrmu> they would be unable to send eg as 01:00:5e:00:00:09 02:48 -!- tozhu [~tozhu@218.89.234.220] has quit [Quit: tozhu] 02:49 < Tingo> k 02:51 < Tingo> one more thing ticking me.. r2# cat /etc/hostname.vio0 is showing !route add -inet default 10.1.2.1 remove this line from this file .. 02:52 < jrmu> hm weird let me see 02:53 < jrmu> ok deleted 02:53 < jrmu> missed that by accident 02:53 < jrmu> https://paste.ircnow.org/cxqjodqnkti3ole3ct27 02:56 -!- tozhu [~tozhu@218.89.234.220] has joined #openbsd 02:56 -!- tozhu [~tozhu@218.89.234.220] has quit [Client Quit] 03:02 < jrmu> thanks for your help Tingo , I'm gonna reread about RIP and try this again in an hour or so, gotta run real quick 03:05 < Tingo> Ok, i am also leaving soon.. Good Luck!! and See yaa again may be tomorrow .. :) 03:06 -!- donofrio [~donofrio@actproxy.faa.gov] has joined #openbsd 03:09 -!- ack_ [~ack@115.187.36.85] has joined #openbsd 03:10 < Tingo> unknown in LinkState is showing because you have groups: vport in r1# ifconfig vport11 03:16 -!- CoBryceIRCMatrix [hfbxpgBtlX@2001:19f0:8001:891:1d1e:f001:0:28e] has quit [Quit: Bridge terminating on SIGTERM] 03:18 -!- CoBryceIRCMatrix [KTAfmCcgIK@2001:19f0:8001:891:1d1e:f001:0:28f] has joined #openbsd 03:18 -!- kubernatty [~x@pool-68-132-28-33.nycmny.fios.verizon.net] has quit [Ping timeout: 246 seconds] 03:19 -!- mcornick [~mcornick@user/mcornick] has joined #openbsd 03:22 -!- mxz_ [~mxz@user/mxz] has joined #openbsd 03:23 -!- mxz [~mxz@user/mxz] has quit [Ping timeout: 264 seconds] 03:23 -!- mxz_ is now known as mxz 03:23 -!- Guest230 [~mxz@user/mxz] has quit [Ping timeout: 268 seconds] 03:27 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 03:29 < jrmu> Tingo: I suspect vport11 is automatically added to vport, because I didn't add it 03:32 -!- sdds [~sdds@user/sdds] has quit [Ping timeout: 260 seconds] 03:37 -!- sdds [~sdds@user/sdds] has joined #openbsd 03:38 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 03:41 -!- magyar [~magyar@user/magyar] has joined #openbsd 03:45 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 03:47 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 260 seconds] 03:49 -!- tozhu [~tozhu@117.139.163.129] has quit [Client Quit] 03:55 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 03:58 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 03:58 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 256 seconds] 04:03 -!- kurtis [~kurtis@syn-067-242-209-001.res.spectrum.com] has joined #openbsd 04:03 -!- kurtis [~kurtis@syn-067-242-209-001.res.spectrum.com] has quit [Changing host] 04:03 -!- kurtis [~kurtis@user/kurtis] has joined #openbsd 04:06 -!- laidback_01 [~laidback_@98.97.33.254] has quit [Remote host closed the connection] 04:06 -!- laidback_01 [~laidback_@98.97.33.254] has joined #openbsd 04:13 < Tingo> in /etc/ripd.conf .. try to change redistribute connected , if it doesnot work then stick with  redistribute static.. 04:14 -!- Tingo [~Tingo@2407:d000:b:ec84:5082:2ae1:4095:2d05] has quit [Quit: Client closed] 04:14 < jrmu> ok I'll give it a try 04:15 < jrmu> actually I suspect that's not the cause 04:15 < jrmu> because I do see the correct routes being sent on tcpdump 04:15 < jrmu> it's just ripd can't seem to read/learn from the routes 04:18 -!- jambove [~jambove@C3E484B0.unconfigured.pool.telekom.hu] has quit [Ping timeout: 252 seconds] 04:18 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 04:20 -!- jambove [~jambove@C3E484B0.dsl.pool.telekom.hu] has joined #openbsd 04:20 -!- ChubaDuba [~ChubaDuba@79.136.180.130] has joined #openbsd 04:21 -!- ChubaDuba [~ChubaDuba@79.136.180.130] has left #openbsd [] 04:21 -!- ChubaDuba [~ChubaDuba@79.136.180.130] has joined #openbsd 04:21 -!- ChubaDuba [~ChubaDuba@79.136.180.130] has left #openbsd [] 04:22 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 04:23 -!- iniq [iniq@adidas.mwji.net] has quit [Quit: leaving] 04:26 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 04:27 -!- solaare [~solaarae@user/solaarae] has quit [Ping timeout: 240 seconds] 04:32 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 04:35 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 04:45 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 04:45 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 04:53 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 04:54 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 04:56 -!- tozhu [~tozhu@117.139.163.129] has quit [Client Quit] 04:57 -!- rnkn [~rnkn@66.135.27.208] has quit [Quit: rnkn] 04:58 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 05:05 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 05:09 -!- kurtis [~kurtis@user/kurtis] has quit [] 05:11 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 05:11 -!- ebonheart [~quassel@124-145-164-25.rev.home.ne.jp] has quit [Ping timeout: 264 seconds] 05:17 -!- hudlee [~hudlee123@c-73-182-155-171.hsd1.ma.comcast.net] has quit [Ping timeout: 256 seconds] 05:20 -!- solarsparq [~quassel@108.174.50.37] has quit [Ping timeout: 260 seconds] 05:22 -!- solarsparq [~quassel@108.174.50.37] has joined #openbsd 05:27 -!- solarsparq [~quassel@108.174.50.37] has quit [Ping timeout: 240 seconds] 05:29 -!- mxz_ [~mxz@user/mxz] has joined #openbsd 05:29 -!- bsd4me [~bsduser@user/bsd4me] has quit [Quit: Beware of programmers who carry screwdrivers.] 05:31 -!- solarsparq [~quassel@108.174.50.37] has joined #openbsd 05:34 -!- lactose [~lactose@2601:1c0:4c00:2144:a156:bb67:317a:2f8f] has joined #openbsd 05:35 -!- lactose [~lactose@2601:1c0:4c00:2144:a156:bb67:317a:2f8f] has quit [Client Quit] 05:38 -!- solarsparq [~quassel@108.174.50.37] has quit [Ping timeout: 268 seconds] 05:38 -!- donofrio_ [~donofrio@c-68-40-123-196.hsd1.mi.comcast.net] has joined #openbsd 05:39 -!- hudlee [~hudlee123@c-73-182-155-171.hsd1.ma.comcast.net] has joined #openbsd 05:39 -!- access [~assign.pe@user/access] has joined #openbsd 05:39 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 05:42 -!- donofrio [~donofrio@actproxy.faa.gov] has quit [Ping timeout: 268 seconds] 05:42 -!- dastain [~dastain@81.4.102.12] has quit [Ping timeout: 252 seconds] 05:44 -!- solarsparq [~quassel@108.174.50.37] has joined #openbsd 05:47 -!- dastain [~dastain@81.4.102.12] has joined #openbsd 05:48 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 05:48 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has quit [Remote host closed the connection] 05:49 -!- tozhu [~tozhu@117.139.163.129] has left #openbsd [] 05:52 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 264 seconds] 05:59 -!- jlavsund [~jlavsund@37.250.42.94.bredband.tre.se] has joined #openbsd 06:00 -!- gaussianblue [~gaussianb@user/gaussianblue] has joined #openbsd 06:02 -!- zami3l8 [~zami3l@185.157.244.200] has joined #openbsd 06:03 -!- jlavsund [~jlavsund@37.250.42.94.bredband.tre.se] has quit [Read error: Connection reset by peer] 06:04 -!- zami3l [~zami3l@185.157.244.200] has quit [Ping timeout: 268 seconds] 06:04 -!- zami3l8 is now known as zami3l 06:04 -!- x1t [~cytokine_@user/cytokine-storm/x-1083107] has quit [Read error: Connection reset by peer] 06:05 -!- ebonheart [~quassel@124-145-164-25.rev.home.ne.jp] has joined #openbsd 06:06 -!- jlavsund [~jlavsund@37.250.42.94.bredband.tre.se] has joined #openbsd 06:07 -!- Night-Shade [~Tim@109-226-164-68.cable.swschwedt.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 06:09 -!- Night-Shade [~Tim@109-226-164-68.cable.swschwedt.net] has joined #openbsd 06:11 -!- Night-Shade [~Tim@109-226-164-68.cable.swschwedt.net] has quit [Client Quit] 06:12 -!- x1t [~cytokine_@user/cytokine-storm/x-1083107] has joined #openbsd 06:12 -!- zwr [~zwr@189.80.71.215] has quit [Ping timeout: 268 seconds] 06:25 -!- maybebyte [~ph4ntom@user/maybebyte] has quit [Changing host] 06:25 -!- maybebyte [~ph4ntom@about/hackers/maybebyte] has joined #openbsd 06:30 -!- jfsimon1981_c [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Ping timeout: 252 seconds] 06:30 -!- rustyy [~rusty@74.3.163.187] has quit [Quit: leaving] 06:32 -!- rustyy [~rusty@74.3.163.187] has joined #openbsd 06:34 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 06:35 -!- duckworld [~duckworld@user/duckworld] has quit [Ping timeout: 264 seconds] 06:36 -!- ack_ [~ack@115.187.36.85] has quit [Quit: ack_] 06:36 -!- redruM [~redrum@user/redrum] has quit [Ping timeout: 268 seconds] 06:37 -!- duckworld [~duckworld@user/duckworld] has joined #openbsd 06:38 -!- struchu [~struchu@62.87.192.114] has joined #openbsd 06:38 -!- feriman [~feriman@user/feriman] has joined #openbsd 06:41 -!- frdem [~frdem@109.7.17.106] has joined #openbsd 06:45 -!- frdem [~frdem@109.7.17.106] has quit [Ping timeout: 246 seconds] 06:46 -!- jfsimon1981_c [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has joined #openbsd 06:46 -!- frdem [~frdem@109.7.17.106] has joined #openbsd 06:51 -!- jfsimon1981_c [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Ping timeout: 246 seconds] 06:58 -!- adip [~adip@c159-63.icpnet.pl] has joined #openbsd 07:01 -!- arch-nemesis [~arch-neme@user/arch-nemesis] has quit [Remote host closed the connection] 07:03 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 07:03 -!- jfsimon1981_c [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has joined #openbsd 07:03 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 07:04 -!- arch-nemesis [~arch-neme@user/arch-nemesis] has joined #openbsd 07:05 -!- morte [~user@user/monkey/x-0691028] has quit [Ping timeout: 240 seconds] 07:06 -!- arch-nemesis [~arch-neme@user/arch-nemesis] has quit [Remote host closed the connection] 07:11 -!- arch-nemesis [~arch-neme@user/arch-nemesis] has joined #openbsd 07:13 -!- guru__ [~guru@2001:9e8:e822:5d00:20c:29ff:fe5c:9d22] has joined #openbsd 07:15 -!- guru_ [~guru@2001:9e8:e822:5d00:20c:29ff:fe5c:9d22] has quit [Read error: Connection reset by peer] 07:15 -!- zs0lt [~root@user/zs0lt] has quit [Quit: Lost terminal] 07:16 -!- shiranaihito_ [~shiranaih@2001:fb1:fa:de26:50c7:8ecf:6f94:c450] has joined #openbsd 07:18 -!- jlmk [~jlmk@user/jlmk] has quit [] 07:20 -!- Hackerpcs [~user@user/hackerpcs] has quit [Quit: Hackerpcs] 07:23 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 07:23 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 07:27 -!- uncleyear [~ian@45.80.46.92] has quit [Remote host closed the connection] 07:28 -!- rnkn [~rnkn@66.135.27.208] has joined #openbsd 07:28 -!- uncleyear [~ian@45.80.46.92] has joined #openbsd 07:30 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 07:33 -!- shiranaihito_ [~shiranaih@2001:fb1:fa:de26:50c7:8ecf:6f94:c450] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 07:34 -!- laidback_01 [~laidback_@98.97.33.254] has quit [Ping timeout: 268 seconds] 07:36 -!- euphores [~SASL_euph@user/euphores] has quit [Quit: Leaving.] 07:42 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 07:43 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 07:50 -!- xx [~xx@user/xx] has joined #openbsd 07:56 -!- danilogondolfo [~danilogon@37.228.206.65] has joined #openbsd 07:57 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 08:06 -!- krl [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 08:07 < ForeverNoob[m]> I reverted the VM to a previous snapshot, and restarted ntpd so that the clock got synced again, but when I do `pkg_add -u` I get TLS errors (https://0x0.st/XBIW.txt) - I tried modifying the /etc/installurl into https://ftp.openbsd.org/pub/OpenBSD - Then I turned it into plain http and it worked. 08:07 -!- SiFuh_ [~SiFuh@user/sifuh] has joined #openbsd 08:07 < ForeverNoob[m]> I guess this brings me to the following question, in terms of packages, they're signed and verified (using signify) anyway, so encryption during transport shouldn't really be necessary in the first place, right? 08:07 -!- bpye4 [~bpye@user/bpye] has joined #openbsd 08:07 -!- ninjin_ [e5f30034cf@2a03:6000:1812:100::bd] has joined #openbsd 08:07 -!- DIDAVISION [~DINOWILLI@138.204.24.109] has joined #openbsd 08:07 -!- eightt_ [m-eytojc@ip109-204-226-51.osphost.fi] has joined #openbsd 08:08 -!- ssm__ [~ssm_@mail.howdoesmycode.work] has joined #openbsd 08:08 -!- whiteman809_ [~whiteman8@paraboletancza.org] has joined #openbsd 08:08 -!- buayadarat_ [~evo@static.208.198.34.188.clients.your-server.de] has joined #openbsd 08:08 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 08:08 -!- b50d_ [~b50d@62.96.54.30] has joined #openbsd 08:09 -!- JerryXia1 [~JerryXiao@user/jerryxiao] has joined #openbsd 08:09 -!- eightt [m-eytojc@ip109-204-226-51.osphost.fi] has quit [Ping timeout: 268 seconds] 08:09 -!- gipa [~gipa@user/gipa] has quit [Ping timeout: 268 seconds] 08:09 -!- bpye [~bpye@user/bpye] has quit [Read error: Connection reset by peer] 08:09 -!- whiteman809 [~whiteman8@paraboletancza.org] has quit [Remote host closed the connection] 08:09 -!- Snaffu [~Snaffu@c-73-101-50-216.hsd1.pa.comcast.net] has quit [Read error: Connection reset by peer] 08:09 -!- buayadarat [~evo@2a01:4f8:1c0c:4ff6::1] has quit [Ping timeout: 268 seconds] 08:09 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Remote host closed the connection] 08:09 -!- ninjin [e5f30034cf@user/ninjin] has quit [Read error: Connection reset by peer] 08:09 -!- ssm_ [~ssm_@mail.howdoesmycode.work] has quit [Read error: Connection reset by peer] 08:09 -!- DinoWilliam [~DINOWILLI@138.204.24.109] has quit [Ping timeout: 268 seconds] 08:09 -!- sysfu [~sysfu@149.248.4.209] has quit [Ping timeout: 268 seconds] 08:09 -!- JerryXiao [~JerryXiao@user/jerryxiao] has quit [Ping timeout: 268 seconds] 08:09 -!- bpye4 is now known as bpye 08:09 -!- ninjin_ is now known as ninjin 08:09 -!- ninjin is now known as Guest891 08:09 -!- b50d [~b50d@62.96.54.30] has quit [Ping timeout: 268 seconds] 08:09 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 268 seconds] 08:09 -!- SiFuh [~SiFuh@user/sifuh] has quit [Ping timeout: 268 seconds] 08:11 -!- Snaffu [~Snaffu@c-73-101-50-216.hsd1.pa.comcast.net] has joined #openbsd 08:12 -!- duckworld [~duckworld@user/duckworld] has quit [Ping timeout: 264 seconds] 08:12 -!- eightt_ is now known as eightt 08:14 -!- duckworld [~duckworld@user/duckworld] has joined #openbsd 08:17 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 08:26 -!- ficonni [~ficonni@213.196.101.65] has joined #openbsd 08:29 -!- zwr [~zwr@189.80.71.215] has joined #openbsd 08:32 -!- shiranaihito_ [~shiranaih@ppp-171-96-205-93.revip8.asianet.co.th] has joined #openbsd 08:37 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has joined #openbsd 08:39 -!- consus_ is now known as consus 08:42 -!- vdamewood [~vdamewood@fedora/vdamewood] has quit [Quit: Life beckons] 08:51 -!- CrashOverride [~strcat@p54855f0b.dip0.t-ipconnect.de] has joined #openbsd 09:00 -!- access [~assign.pe@user/access] has quit [Remote host closed the connection] 09:01 -!- access [~assign.pe@user/access] has joined #openbsd 09:02 -!- adip [~adip@c159-63.icpnet.pl] has quit [Ping timeout: 252 seconds] 09:02 -!- mikeybsd [~solo@user/mikeybsd] has joined #openbsd 09:03 -!- adip [~adip@c159-63.icpnet.pl] has joined #openbsd 09:03 -!- mikeybsd [~solo@user/mikeybsd] has quit [Max SendQ exceeded] 09:03 -!- tozhu [~tozhu@218.89.234.220] has joined #openbsd 09:03 -!- tozhu [~tozhu@218.89.234.220] has quit [Client Quit] 09:04 -!- DIDAVISION [~DINOWILLI@138.204.24.109] has quit [Ping timeout: 256 seconds] 09:05 -!- DINOWILLIAM [~DINOWILLI@138.204.24.109] has joined #openbsd 09:05 -!- mikeybsd [~solo@user/mikeybsd] has joined #openbsd 09:06 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Ping timeout: 260 seconds] 09:09 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 09:10 -!- mikeybsd [~solo@user/mikeybsd] has quit [Read error: Connection reset by peer] 09:12 -!- mikeybsd [~solo@user/mikeybsd] has joined #openbsd 09:14 -!- mikeybsd [~solo@user/mikeybsd] has quit [Read error: Connection reset by peer] 09:16 -!- Guest891 [e5f30034cf@2a03:6000:1812:100::bd] has quit [Remote host closed the connection] 09:16 -!- ninjin [e5f30034cf@user/ninjin] has joined #openbsd 09:19 -!- mikeybsd [~solo@user/mikeybsd] has joined #openbsd 09:19 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 09:20 -!- livestradamus [~livestrad@user/livestradamus] has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in] 09:20 -!- accelerat0r [~user@user/accelerat0r] has joined #openbsd 09:21 -!- livestradamus [~livestrad@user/livestradamus] has joined #openbsd 09:22 -!- accelerat0r [~user@user/accelerat0r] has quit [Remote host closed the connection] 09:26 -!- mikeybsd [~solo@user/mikeybsd] has quit [Read error: Connection reset by peer] 09:27 -!- sonya [~nologin@gateway/tor-sasl/sonya] has joined #openbsd 09:31 -!- mikeybsd [~solo@user/mikeybsd] has joined #openbsd 09:32 -!- tozhu [~tozhu@218.89.234.220] has joined #openbsd 09:34 -!- mikeybsd [~solo@user/mikeybsd] has quit [Read error: Connection reset by peer] 09:34 -!- tozhu [~tozhu@218.89.234.220] has quit [Client Quit] 09:46 -!- DINOWILLIAM [~DINOWILLI@138.204.24.109] has quit [Read error: Connection reset by peer] 09:47 -!- tozhu [~tozhu@218.89.234.220] has joined #openbsd 09:47 -!- DINOWILLIAM [~DINOWILLI@138.204.24.109] has joined #openbsd 09:51 -!- donofrio_ [~donofrio@c-68-40-123-196.hsd1.mi.comcast.net] has quit [Remote host closed the connection] 09:52 -!- feriman [~feriman@user/feriman] has quit [Quit: leaving] 09:56 -!- cation [cation@user/cation] has quit [Ping timeout: 264 seconds] 10:03 -!- fabricsheet [~fabricshe@user/fabricsheet] has joined #openbsd 10:03 -!- feriman [~feriman@user/feriman] has joined #openbsd 10:07 -!- ublx [~ublx@user/ublx] has joined #openbsd 10:13 -!- tozhu [~tozhu@218.89.234.220] has quit [Quit: tozhu] 10:14 -!- rnkn [~rnkn@66.135.27.208] has quit [Quit: rnkn] 10:16 -!- DINOWILLIAM [~DINOWILLI@138.204.24.109] has quit [Ping timeout: 246 seconds] 10:17 -!- DIDAVISION [~DINOWILLI@177.92.53.43] has joined #openbsd 10:25 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 10:33 -!- jab [~user@user/jab] has joined #openbsd 10:40 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has quit [Remote host closed the connection] 10:43 -!- cation [cation@user/cation] has joined #openbsd 10:44 -!- d-ra [~d-ra@user/d-ra] has joined #openbsd 10:50 -!- jlavsund [~jlavsund@37.250.42.94.bredband.tre.se] has quit [Ping timeout: 256 seconds] 10:51 -!- euphores [~SASL_euph@user/euphores] has quit [Quit: Leaving.] 10:54 -!- jlavsund [~jlavsund@37.250.42.94.bredband.tre.se] has joined #openbsd 10:56 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 11:19 -!- zorz [~zorz@user/zorz] has joined #openbsd 11:19 -!- cruncher [~cruncher@user/cruncher] has joined #openbsd 11:32 -!- jab [~user@user/jab] has quit [Ping timeout: 268 seconds] 11:39 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 11:41 -!- Snaffu [~Snaffu@c-73-101-50-216.hsd1.pa.comcast.net] has quit [Quit: leaving] 12:16 -!- zorz [~zorz@user/zorz] has quit [Quit: leaving] 12:16 -!- zorz [~zorz@user/zorz] has joined #openbsd 12:23 -!- jrmu [jrmu@jrmu.jrmu.host.ircnow.org] has quit [Ping timeout: 256 seconds] 12:24 -!- sleetdrop [~sleetdrop@61.135.152.141] has joined #openbsd 12:27 -!- srfsh [~srfsh@user/srfsh] has quit [Ping timeout: 260 seconds] 12:28 -!- zami3l [~zami3l@185.157.244.200] has quit [Quit: Bye] 12:30 -!- psydroid2 [~psydroid@user/psydroid] has joined #openbsd 12:34 -!- jlavsund [~jlavsund@37.250.42.94.bredband.tre.se] has quit [Remote host closed the connection] 12:35 -!- d-ra [~d-ra@user/d-ra] has quit [Ping timeout: 240 seconds] 12:39 -!- mikeybsd [~solo@user/mikeybsd] has joined #openbsd 12:40 -!- srfsh [~srfsh@user/srfsh] has joined #openbsd 12:42 -!- mikeybsd [~solo@user/mikeybsd] has quit [Read error: Connection reset by peer] 12:45 -!- sdds [~sdds@user/sdds] has quit [Remote host closed the connection] 12:46 -!- sdds [~sdds@user/sdds] has joined #openbsd 12:47 -!- zorz [~zorz@user/zorz] has quit [Quit: leaving] 13:01 -!- Nahual [~Nahual@centos/community/Nahual] has joined #openbsd 13:01 -!- laidback_01 [~laidback_@98.97.47.31] has joined #openbsd 13:06 -!- sleetdrop [~sleetdrop@61.135.152.141] has quit [Quit: Textual IRC Client: www.textualapp.com] 13:09 -!- extrowerk [~extrowerk@BC06D5E1.dsl.pool.telekom.hu] has quit [Quit: Bye!] 13:09 -!- lbia [~lbia@user/lbia] has quit [Ping timeout: 252 seconds] 13:10 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 268 seconds] 13:11 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 13:12 < finkfox> hi. wondering, is there a way to manually toggle if a laptop connect to AC power charges or not? motivation is to preserve the battery life time of a laptop that is constantly (most of the time) connected to AC power. 13:13 -!- Xenguy [~Xenguy@user/xenguy] has quit [Remote host closed the connection] 13:13 -!- sdds [~sdds@user/sdds] has quit [Ping timeout: 260 seconds] 13:16 -!- extrowerk [~extrowerk@BC06D5E1.unconfigured.pool.telekom.hu] has joined #openbsd 13:18 -!- d-ra [~d-ra@user/d-ra] has joined #openbsd 13:20 -!- rhuijzer [~rhuijzer@user/rhuijzer] has joined #openbsd 13:20 -!- jambove [~jambove@C3E484B0.dsl.pool.telekom.hu] has quit [Ping timeout: 264 seconds] 13:21 -!- sdds [~sdds@user/sdds] has joined #openbsd 13:23 -!- jambove [~jambove@BC063908.dsl.pool.telekom.hu] has joined #openbsd 13:33 -!- zimmer__ [~zimmer@user/zimmer] has joined #openbsd 13:34 -!- morte [~user@user/monkey/x-0691028] has joined #openbsd 13:36 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 256 seconds] 13:40 -!- zimmer__ [~zimmer@user/zimmer] has quit [Ping timeout: 246 seconds] 13:48 -!- kubernatty [~x@pool-68-132-28-33.nycmny.fios.verizon.net] has joined #openbsd 13:56 -!- rhuijzer [~rhuijzer@user/rhuijzer] has quit [Quit: rhuijzer] 13:59 < sonya> finkfox: i guess only if you've got thinkpad with supported acpi/bios/uefi/whatever_can_control_charging.. $ man 2 sysctl (grep -i charging) - will provide more in-depth details 14:00 < sonya> finkfox: # sysctl hw.battery .. section 14:03 < sonya> finkfox: also look into bios/uefi.. it could contain values, related to charging, though it could not as well.. 14:04 -!- daru [daru@gateway/vpn/airvpn/daru] has quit [Quit: ...] 14:14 -!- jfsimon1981_c is now known as jfsimon 14:14 -!- x1t [~cytokine_@user/cytokine-storm/x-1083107] has quit [Read error: Connection reset by peer] 14:14 -!- x1t [~cytokine_@user/cytokine-storm/x-1083107] has joined #openbsd 14:15 -!- lbia [~lbia@user/lbia] has joined #openbsd 14:16 -!- jambove [~jambove@BC063908.dsl.pool.telekom.hu] has quit [Ping timeout: 268 seconds] 14:19 -!- jambove [~jambove@BC063FD5.dsl.pool.telekom.hu] has joined #openbsd 14:33 -!- daru [daru@gateway/vpn/airvpn/daru] has joined #openbsd 14:33 -!- sonya [~nologin@gateway/tor-sasl/sonya] has quit [Ping timeout: 260 seconds] 14:34 -!- access [~assign.pe@user/access] has quit [Remote host closed the connection] 14:35 -!- struchu [~struchu@62.87.192.114] has quit [Quit: WeeChat 4.3.3] 14:35 -!- gaussianblue [~gaussianb@user/gaussianblue] has quit [Quit: leaving] 14:36 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.2.1] 14:37 -!- djames [~djames@user/djames/x-9001197] has joined #openbsd 14:38 -!- sdds [~sdds@user/sdds] has quit [Ping timeout: 260 seconds] 14:39 -!- jfsimon [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Remote host closed the connection] 14:39 -!- jfsimon [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has joined #openbsd 14:42 -!- srfsh [~srfsh@user/srfsh] has quit [Ping timeout: 260 seconds] 14:43 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 14:43 -!- mlw [~mlw@154.127.13.138] has joined #openbsd 14:44 -!- zimmer__ [~zimmer@user/zimmer] has joined #openbsd 14:49 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 14:52 -!- Maylay [~gren@108-198-59-230.lightspeed.miamfl.sbcglobal.net] has quit [Quit: Pipe Terminated] 14:55 -!- srfsh [~srfsh@user/srfsh] has joined #openbsd 14:56 -!- finkfox [~finkfox@user/finkfox] has quit [Quit: finkfox] 14:57 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 14:57 -!- access [~assign.pe@cm-58-10-2-187.revip7.asianet.co.th] has joined #openbsd 14:57 -!- access [~assign.pe@cm-58-10-2-187.revip7.asianet.co.th] has quit [Changing host] 14:57 -!- access [~assign.pe@user/access] has joined #openbsd 14:58 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has joined #openbsd 15:01 -!- morte [~user@user/monkey/x-0691028] has quit [Ping timeout: 268 seconds] 15:02 -!- Bradipo [~Bradipo@50.77.44.29] has joined #openbsd 15:12 -!- morte [~user@user/monkey/x-0691028] has joined #openbsd 15:20 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 15:21 -!- access [~assign.pe@user/access] has quit [Remote host closed the connection] 15:22 -!- jfsimon [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Remote host closed the connection] 15:22 -!- jfsimon [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has joined #openbsd 15:25 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 15:26 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 15:30 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 15:33 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has joined #openbsd 15:33 -!- dastain [~dastain@81.4.102.12] has quit [Ping timeout: 268 seconds] 15:36 < WhyNotHugo> finkfox: https://whynothugo.nl/journal/2023/11/24/setting-a-battery-charge-threshold/ 15:37 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 268 seconds] 15:43 -!- vvv [~vvv@user/vvv] has joined #openbsd 15:48 -!- dastain [~dastain@2a00:d880:6:262::45a3] has joined #openbsd 15:51 -!- znedw0 [~znedw@home.znedw.com] has quit [Ping timeout: 268 seconds] 15:54 -!- xx [~xx@user/xx] has quit [Remote host closed the connection] 15:55 -!- znedw0 [~znedw@home.znedw.com] has joined #openbsd 15:55 -!- xx [~xx@user/xx] has joined #openbsd 15:56 -!- morte [~user@user/monkey/x-0691028] has quit [Ping timeout: 268 seconds] 16:03 -!- x1t [~cytokine_@user/cytokine-storm/x-1083107] has quit [Quit: WeeChat 4.2.1] 16:06 -!- tozhu [~tozhu@218.89.234.220] has joined #openbsd 16:09 -!- mlw [~mlw@154.127.13.138] has quit [Ping timeout: 268 seconds] 16:12 -!- Maylay [~gren@108-198-59-230.lightspeed.miamfl.sbcglobal.net] has joined #openbsd 16:14 -!- SiFuh_ is now known as SiFuh 16:15 -!- mlw [~mlw@154.127.13.138] has joined #openbsd 16:18 -!- b50d_ [~b50d@62.96.54.30] has quit [Remote host closed the connection] 16:38 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 268 seconds] 16:39 -!- nmdv [~nmdv@user/nmdv] has joined #openbsd 16:42 -!- gipa [~gipa@user/gipa] has joined #openbsd 16:45 -!- zorz [~zorz@user/zorz] has joined #openbsd 16:47 -!- kwami [~kwami@tlt-cust-129-122-240-229.zapfibra.co.ao] has joined #openbsd 16:48 -!- morte [~user@user/monkey/x-0691028] has joined #openbsd 16:49 < kwami> Hi guys 16:57 -!- dub_a [~dub_a@c-73-25-187-149.hsd1.wa.comcast.net] has joined #openbsd 17:02 -!- mcornick [~mcornick@user/mcornick] has quit [Quit: bbl] 17:03 -!- znedw0 [~znedw@home.znedw.com] has quit [Ping timeout: 268 seconds] 17:03 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 17:04 -!- znedw0 [~znedw@home.znedw.com] has joined #openbsd 17:13 -!- vvv [~vvv@user/vvv] has quit [Quit: Leaving] 17:15 -!- frkazoid333 [~frkazoid3@syn-035-145-250-165.res.spectrum.com] has joined #openbsd 17:17 -!- frkzoid [~frkazoid3@2603-9000-cf00-1a4e-2c4b-b253-a2a3-416a.inf6.spectrum.com] has quit [Ping timeout: 256 seconds] 17:39 -!- Xeroine [~Xeroine@user/xeroine] has joined #openbsd 17:52 -!- Steeve [~steve@user/steeve] has joined #openbsd 17:58 -!- jlmk [~jlmk@user/jlmk] has joined #openbsd 18:03 -!- leeb [~leeb@tk2-243-31079.vs.sakura.ne.jp] has quit [Ping timeout: 268 seconds] 18:04 -!- kwami [~kwami@tlt-cust-129-122-240-229.zapfibra.co.ao] has quit [Ping timeout: 252 seconds] 18:05 -!- leeb [~leeb@tk2-243-31079.vs.sakura.ne.jp] has joined #openbsd 18:05 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Quit: Konversation terminated!] 18:05 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 18:06 -!- frdem [~frdem@109.7.17.106] has quit [Ping timeout: 268 seconds] 18:06 -!- zami3l [~zami3l@185.157.244.200] has joined #openbsd 18:08 -!- CrashOverride [~strcat@p54855f0b.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 18:09 -!- CrashOverride [~strcat@p54855b6a.dip0.t-ipconnect.de] has joined #openbsd 18:12 -!- Vaelatern [~Vaelatern@voidlinux/maintainer/Vaelatern] has quit [Ping timeout: 264 seconds] 18:16 -!- d-ra [~d-ra@user/d-ra] has quit [Remote host closed the connection] 18:18 -!- slim [~slim@user/meow/slim] has quit [Quit: bWFkZSB5b3UgbG9vaw==] 18:19 -!- slim [~slim@user/meow/slim] has joined #openbsd 18:20 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Quit: Konversation terminated!] 18:21 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 18:24 -!- Steeve [~steve@user/steeve] has quit [Quit: WeeChat 3.5] 18:24 -!- kubernatty [~x@pool-68-132-28-33.nycmny.fios.verizon.net] has quit [Ping timeout: 264 seconds] 18:28 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has quit [Quit: https://github.com/ivdsangen] 18:28 < ripsum> hi 18:31 < polishdub> ehlo 18:32 < thrig> missing hostname 18:32 < polishdub> :D 18:33 < lts> I haven't seen anyone in IRC from Angola before 18:34 -!- FuzzyOni [~fuzzy@c-73-35-154-239.hsd1.wa.comcast.net] has joined #openbsd 18:46 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Quit: Konversation terminated!] 18:46 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 18:51 -!- zs0lt [~root@user/zs0lt] has joined #openbsd 18:52 -!- FuzzyOni [~fuzzy@c-73-35-154-239.hsd1.wa.comcast.net] has quit [Quit: WeeChat 4.3.2] 18:55 -!- jfsimon [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Remote host closed the connection] 18:55 -!- jfsimon [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has joined #openbsd 18:58 -!- cypheon [~cypheon@user/cypheon] has quit [Ping timeout: 256 seconds] 19:13 -!- dub_a [~dub_a@c-73-25-187-149.hsd1.wa.comcast.net] has quit [Quit: WeeChat 4.2.1] 19:19 -!- psydroid2 [~psydroid@user/psydroid] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 19:20 -!- kubernatty [~x@pool-68-132-28-33.nycmny.fios.verizon.net] has joined #openbsd 19:28 -!- morte [~user@user/monkey/x-0691028] has quit [Ping timeout: 240 seconds] 19:30 -!- zimmer__ [~zimmer@user/zimmer] has quit [Ping timeout: 268 seconds] 19:38 -!- bsd4me [~bsduser@user/bsd4me] has joined #openbsd 19:43 -!- nmdv [~nmdv@user/nmdv] has quit [Ping timeout: 264 seconds] 19:44 -!- absc [~absc@2a04:ee41:8:6055:eb15:d723:ef56:947e] has joined #openbsd 19:46 -!- dub_a [~dub_a@c-73-25-187-149.hsd1.wa.comcast.net] has joined #openbsd 19:47 -!- jrmu [jrmu@jrmu.jrmu.host.ircnow.org] has joined #openbsd 19:50 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 19:51 -!- ozeqa [~ozeqa@172-127-95-65.lightspeed.irvnca.sbcglobal.net] has joined #openbsd 19:51 -!- Sven00 [Sven00@user/Sven00] has quit [Ping timeout: 268 seconds] 19:52 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 19:54 -!- feriman [~feriman@user/feriman] has joined #openbsd 19:56 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has quit [Remote host closed the connection] 20:05 -!- mlw [~mlw@154.127.13.138] has quit [Quit: leaving] 20:07 -!- Figworm [FiggyWitIt@user/figworm] has quit [Quit: Figworm] 20:09 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 260 seconds] 20:09 -!- zorz [~zorz@user/zorz] has quit [Quit: Lost terminal] 20:10 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 20:11 -!- cypheon [~cypheon@user/cypheon] has joined #openbsd 20:12 -!- danilogondolfo [~danilogon@37.228.206.65] has quit [Remote host closed the connection] 20:13 -!- zorz [~zorz@user/zorz] has joined #openbsd 20:15 -!- ublx [~ublx@user/ublx] has quit [Ping timeout: 268 seconds] 20:16 -!- Figworm [FiggyWitIt@user/figworm] has joined #openbsd 20:16 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Remote host closed the connection] 20:22 -!- vdamewood [~vdamewood@fedora/vdamewood] has joined #openbsd 20:23 -!- erpicht [~sennler@2601:283:4f80:5390:9232:4bff:fe7f:edb5] has quit [Ping timeout: 255 seconds] 20:23 -!- sennler [~sennler@2601:283:4f80:5390:9232:4bff:fe7f:edb5] has joined #openbsd 20:24 < echelon> is there a way to pledge DIOCRADDADDRS with pf? 20:25 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 20:27 < phy1729> No (It's not in man pledge and if you really wanted to be sure it's not in sys/kern/kern_pledge.c either) 20:27 -!- Neutron7 [~Neutron7@user/Neutron7] has quit [Read error: Connection reset by peer] 20:28 < echelon> phy1729: how would i do it then? 20:28 < thrig> do what? 20:29 < echelon> add or remove entries from a pf table in a pledged application 20:29 < phy1729> You cannot call that ioctl after calling pledge 20:29 -!- Neutron7 [~Neutron7@user/Neutron7] has joined #openbsd 20:29 < echelon> i'm already pledging ioctl 20:30 < phy1729> You can pledge all the promises; it's still not allowed. 20:32 < echelon> why not 20:32 < echelon> is pfctl not pledged? 20:33 < phy1729> Looks like no 20:34 < thrig> presumably one could have a process allowed to fiddle with things, and talk to it with a pipe or something 20:35 < echelon> so i would have to do an exec()? 20:36 < echelon> how is that safer 20:36 < phy1729> It's safer for all the other things that pledge pf 20:36 < thrig> the security requirements here are vague 20:38 -!- topcat001 [~topcat001@user/topcat001] has joined #openbsd 20:39 < echelon> thrig: i'm trying to write an application that dynamically adds/deletes ip's to/from a table 20:42 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has joined #openbsd 20:43 -!- ficonni [~ficonni@213.196.101.65] has quit [Remote host closed the connection] 20:43 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 20:43 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 240 seconds] 20:46 -!- cruncher [~cruncher@user/cruncher] has quit [Quit: Leaving] 20:51 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 21:02 -!- zolk3ri [~zolk3ri@gateway/tor-sasl/zolk3ri] has joined #openbsd 21:05 -!- jfsimon [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Remote host closed the connection] 21:05 -!- jfsimon [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has joined #openbsd 21:08 -!- desnudopenguino1 [~Thunderbi@c-24-16-0-66.hsd1.wa.comcast.net] has joined #openbsd 21:10 -!- ublx [~ublx@user/ublx] has joined #openbsd 21:12 -!- desnudopenguino [~Thunderbi@c-24-16-0-66.hsd1.wa.comcast.net] has quit [Ping timeout: 272 seconds] 21:12 -!- desnudopenguino1 is now known as desnudopenguino 21:18 -!- kwami [~kwami@tlt-cust-129-122-240-229.zapfibra.co.ao] has joined #openbsd 21:20 -!- absc [~absc@2a04:ee41:8:6055:eb15:d723:ef56:947e] has quit [Remote host closed the connection] 21:21 -!- shiranaihito_ [~shiranaih@ppp-171-96-205-93.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 21:26 -!- nmdv [~nmdv@user/nmdv] has joined #openbsd 21:27 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.2.1] 21:42 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." -- Mikhail Tal] 21:59 -!- ozeqa [~ozeqa@172-127-95-65.lightspeed.irvnca.sbcglobal.net] has quit [Ping timeout: 260 seconds] 22:00 -!- sennler [~sennler@2601:283:4f80:5390:9232:4bff:fe7f:edb5] has quit [Read error: Connection reset by peer] 22:00 -!- sennler [~sennler@2601:283:4f80:5390:9232:4bff:fe7f:edb5] has joined #openbsd 22:07 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 22:07 -!- adip [~adip@c159-63.icpnet.pl] has quit [Ping timeout: 260 seconds] 22:09 -!- adip [~adip@c159-63.icpnet.pl] has joined #openbsd 22:15 -!- bountyht [arelor@triton.blinkenshell.org] has quit [Ping timeout: 268 seconds] 22:18 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 22:19 < PapaChub> This seems odd... On an old(er) OpenBSD 6.8 machine, running something like `wc -c` with no arguments (or cat, or anything that reads from STDIN) does what I've come to expect: it lets me type/paste 8192 characters, but then BEL's until I backspace and hit enter... 22:19 < PapaChub> On OpenBSD 7.3, however, once it hits that 8192nd character, A) it no longer BELs, and B) it *LOCKS UP THE ENTIRE TERMINAL* -- i.e., no combination of backspace, ^U, etc. seems to have any effect; I have to ~. my SSH session. :-( Any idea what's changed? 22:21 -!- bountyht [arelor@triton.blinkenshell.org] has joined #openbsd 22:28 < cation> is seeing this line at boot bad? "RNG GetRNG() failed (6)" 22:29 < byteskeptical> PapaChub: have you tried 7.4 or current? 22:32 < PapaChub> I don't have a later version on-hand, but it should be easy enough for somebody to reproduce (or NOT reproduce) and help figure out if I'm going crazy or not... :-} 22:32 < PapaChub> perl -e 'for (1 .. 8191) { print +($_ % 10) }; print "\n"' -- then copy-paste the results into `wc -c` and hit a key or two 22:33 -!- antranigv [~antranigv@bsd.am] has quit [Quit: ZNC 1.9.0 - https://znc.in] 22:34 < byteskeptical> PapaChub: you can do the same with a live boot usb or a more recent version if your unwilling or unable to upgrade the current system 22:34 < byteskeptical> s/or/of 22:34 < Bradipo> Works for me. 22:35 < Bradipo> Both client/server are OpenBSD 7.4 22:35 -!- inky [~inky@37.252.77.193] has quit [Ping timeout: 255 seconds] 22:38 < byteskeptical> on current #174 8192 22:39 -!- cation [cation@user/cation] has quit [Remote host closed the connection] 22:39 -!- gumnos [~gumnos@2600:381:f9a0:1ef7:ba70:f4ff:fe1e:1ef2] has quit [Quit: WeeChat 4.2.1] 22:41 -!- gumnos [~gumnos@2600:381:f9a0:1ef7:ba70:f4ff:fe1e:1ef2] has joined #openbsd 22:41 -!- Tobbi [~Tobbi@SuperTux/Tobbi] has quit [Ping timeout: 268 seconds] 22:41 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 260 seconds] 22:44 -!- adip [~adip@c159-63.icpnet.pl] has quit [Ping timeout: 252 seconds] 22:45 < thrig> perl -e 'print "a"x8191' would be shorter and a buffer issue probably don't care if the bytes are randomized 22:48 -!- Tobbi [~Tobbi@SuperTux/Tobbi] has joined #openbsd 22:50 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 22:55 -!- antranigv [~antranigv@bsd.am] has joined #openbsd 22:55 -!- cation [cation@user/cation] has joined #openbsd 22:56 -!- Tingo [~Tingo@2407:d000:b:ec84:20a9:aa1f:f427:423c] has joined #openbsd 22:58 -!- xx [~xx@user/xx] has quit [Ping timeout: 260 seconds] 23:01 -!- sysfu [~sysfu@149.248.4.209] has joined #openbsd 23:04 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 23:06 -!- Tobbi [~Tobbi@SuperTux/Tobbi] has quit [Ping timeout: 268 seconds] 23:07 -!- Tobbi [~Tobbi@SuperTux/Tobbi] has joined #openbsd 23:12 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 23:15 -!- UDENIX [~UDENIX@user/udenix] has quit [Ping timeout: 240 seconds] 23:16 -!- UDENIX [~UDENIX@user/udenix] has joined #openbsd 23:22 -!- chasmo77 [~chas77@c-98-232-187-196.hsd1.or.comcast.net] has quit [Excess Flood] 23:22 -!- chasmo77 [~chas77@c-98-232-187-196.hsd1.or.comcast.net] has joined #openbsd 23:29 -!- Tobbi [~Tobbi@SuperTux/Tobbi] has quit [Ping timeout: 268 seconds] 23:32 -!- fro [fro@humpty.dance] has quit [Remote host closed the connection] 23:36 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 260 seconds] 23:42 -!- antranigv [~antranigv@bsd.am] has quit [Quit: ZNC 1.9.0 - https://znc.in] 23:47 -!- topcat001 [~topcat001@user/topcat001] has quit [Quit: Client closed] 23:53 -!- topcat001 [~topcat001@user/topcat001] has joined #openbsd 23:58 -!- Tobbi_ [~Tobbi@SuperTux/Tobbi] has joined #openbsd --- Log closed Tue Jul 09 00:00:12 2024