--- Log opened Fri Dec 01 00:00:03 2023 --- Day changed Fri Dec 01 2023 00:00 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has quit [Remote host closed the connection] 00:00 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 00:00 -!- an3223 [~user@user/an3223] has quit [Remote host closed the connection] 00:00 -!- martian67 [~martian67@user/martian67] has quit [Remote host closed the connection] 00:00 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 00:00 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Read error: Connection reset by peer] 00:00 -!- martian67 [~martian67@user/martian67] has joined #openbsd 00:00 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 00:00 -!- an3223 [~user@user/an3223] has joined #openbsd 00:00 -!- steerpike [~echelon@gateway/tor-sasl/steerpike] has joined #openbsd 00:00 < Bradipo> brocashelm: Incresing kernel buffer from 20 to 90 helped you with your bootable USB stick? 00:02 -!- tozhu [~tozhu@171.88.173.201] has quit [Client Quit] 00:02 -!- tozhu [~tozhu@171.88.173.201] has joined #openbsd 00:02 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 00:04 -!- thewanderer1983 [~Thunderbi@220-244-247-224.static.tpgi.com.au] has quit [Quit: 73] 00:05 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 00:05 -!- thewanderer1983 [~Thunderbi@220-244-247-224.static.tpgi.com.au] has joined #openbsd 00:05 < brocashelm> bradipo: oh, i meant a regular hdd/ssd (responding to the "why is openbsd so slow" question) 00:05 < brocashelm> i accidentally installed openbsd to a usb stick once... didn't go that well 00:06 -!- tozhu [~tozhu@171.88.173.201] has quit [Client Quit] 00:08 -!- Intrepid [~Intrepid@194.15.111.111] has joined #openbsd 00:09 -!- esotericwarfare [~esotericw@euroexit.net] has quit [Ping timeout: 268 seconds] 00:09 -!- adip [~adip@c151-157.icpnet.pl] has quit [Ping timeout: 268 seconds] 00:10 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 00:10 < Intrepid> Hi All, I'm trying to umount an encrypted USB backup drive using the typical #umount /mnt/pen command but keep getting "Device busy". I've used fstat to see what processes are running to put it in this 'busy' state and it shows "less" and "mount" Using "kill and the relevant process ID" doesn't change the list of running processes when I next do 00:10 < Intrepid> the fstat command if that's relevant.. 00:11 < Bradipo> I use it from a USB stick, but it's quite a bit slower than normal disks. 00:11 < Bradipo> Intrepid: If fstat still shows things running that have that mount point then you need to kill them. 00:12 < Intrepid> Bradipo I've tried that using kill {PID} which seems to work because it returns me to the # prompt, but when I do fstat -f /mnt/path I still see the same processes running.. 00:13 < Bradipo> You could try "kill -HUP {PID} 00:14 < Bradipo> If that doesn't work, you could give it the hammer with: kill -KILL {PID} 00:14 -!- zetef [~quassel@2a02:2f00:5201:4b00:19c:1be6:f517:649f] has joined #openbsd 00:16 < Intrepid> Bradipo thanks - I just tried kill -HUP to no avail (processes still running), and am now considering the kill - KILL {PID} option, but any risks? (Remember I'm working with a crypto volume whose data I want to keep secure) 00:18 < Intrepid> For context: I used two Xterm windows to go into root and run various copying etc. commands on the encrypted drive. I've exited root from one of those xterm windows before then trying the umount. Would that explain why I'm in this "Device busy" situation when trying to umount from one of the Xterm windows? 00:18 < Bradipo> Well, the default signal is TERM (e.g. kill {PID} is equivalen to kill -TERM {PID} 00:18 < Intrepid> OR: Is it because I did CTRL-Z after using the man command at one point earlier before the umount attempt? 00:18 < Bradipo> If you have anything open that has open file descriptors on that mount point it will fail to unmount. 00:19 < Bradipo> Ahh, you did ctrl-z... 00:19 < Bradipo> That would STOP the process. 00:19 < Bradipo> You could do: kill -CONT {PID} and then it will likely respond to the kill signal. 00:19 < Bradipo> It might also just die if it doesn't have a tty anymore. 00:20 < Intrepid> ah ok, but another thing: it shows two processes using the /mnt/pathtoUSB (Man and Less). Will I then have to kill the Less process and what is "Less" anyway? 00:20 -!- willyg_cos [~willyg_co@user/willyg-cos/x-4994202] has joined #openbsd 00:20 < thrig> ^Z is SIGTSTP? but close enough... 00:20 < Bradipo> less is more but more. 00:20 < pardis> if only there were a command that could tell you what less is 00:20 < Bradipo> You mean like: man less 00:20 < Bradipo> And no, that's not a political statement. 00:21 < Intrepid> good humour here nonetheless :) 00:23 < Bradipo> thrig: Hmm, I'm intrigued by the difference... 00:23 < Intrepid> Ok great news Bradipo kil -CONT {PID} sorted it 00:24 < Bradipo> So if I "kill -STOP " I see: [1] + Suspended (signal) less ... 00:24 < Bradipo> Oh, I see, you're saying that STOP != TSTP... 00:24 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Ping timeout: 252 seconds] 00:25 < Bradipo> Interesting, I guess I learned something today! 00:25 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 00:26 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 00:27 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 00:31 -!- esotericwarfare [~esotericw@euroexit.net] has joined #openbsd 00:32 < Bradipo> Hard to tell the difference between TSTP and STOP when looking at ps output. 00:32 < Bradipo> They both just show Tp. 00:35 < Intrepid> Thanks again for the help - now back to RL 00:35 < Intrepid> adeus 00:36 -!- Intrepid [~Intrepid@194.15.111.111] has quit [Quit: Client closed] 00:37 -!- esotericwarfare [~esotericw@euroexit.net] has quit [Ping timeout: 256 seconds] 00:39 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 00:39 -!- Nahual [~Nahual@centos/community/Nahual] has quit [Quit: Leaving.] 00:44 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Ping timeout: 252 seconds] 00:44 -!- rpratt [~rpratt@4.35.36.142] has quit [Quit: Leaving] 00:44 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has joined #openbsd 00:44 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has joined #openbsd 00:45 -!- esotericwarfare [~esotericw@euroexit.net] has joined #openbsd 00:45 -!- XFXF-100 [~mk@user/XFXF-100] has quit [Quit: ZNC 1.8.2 - https://znc.in] 00:45 -!- lockywolf [~lockywolf@public.lockywolf.net] has quit [Quit: ZNC 1.8.2 - https://znc.in] 00:46 -!- XFXF-100 [~mk@user/XFXF-100] has joined #openbsd 00:46 -!- lockywolf [~lockywolf@public.lockywolf.net] has joined #openbsd 00:46 -!- zer0bitz_ [~zer0bitz@user/zer0bitz] has quit [Read error: Connection reset by peer] 00:46 -!- zer0bitz [~zer0bitz@user/zer0bitz] has joined #openbsd 00:47 -!- bouncy [~ben@user/benoit] has quit [Ping timeout: 264 seconds] 00:49 -!- lordow [~lordow@2a02:3102:4421:ffed:e8f0:2e70:9a2e:fcd3] has joined #openbsd 00:51 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 00:53 -!- lordow [~lordow@2a02:3102:4421:ffed:e8f0:2e70:9a2e:fcd3] has quit [Client Quit] 00:54 -!- lordow [~lordow@2a02:3102:4421:ffed:e8f0:2e70:9a2e:fcd3] has joined #openbsd 00:54 -!- lordow [~lordow@2a02:3102:4421:ffed:e8f0:2e70:9a2e:fcd3] has quit [Client Quit] 00:55 -!- lordow [~lordow@2a02:3102:4421:ffed:e8f0:2e70:9a2e:fcd3] has joined #openbsd 00:55 -!- lordow [~lordow@2a02:3102:4421:ffed:e8f0:2e70:9a2e:fcd3] has quit [Client Quit] 00:55 -!- sdfgsdfg [~JarJarBin@user/sdfgsdfg] has joined #openbsd 00:57 -!- thewanderer1983 [~Thunderbi@220-244-247-224.static.tpgi.com.au] has left #openbsd [73] 00:58 -!- antim0d3s [~JarJarBin@2405:6e00:301f:9c00:8934:4df3:edc8:ca74] has quit [Ping timeout: 276 seconds] 00:59 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Ping timeout: 268 seconds] 01:00 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 01:01 -!- gbowne1 [~gbowne1@97.113.91.0] has quit [Remote host closed the connection] 01:01 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 01:01 -!- gbowne1 [~gbowne1@97.113.91.0] has joined #openbsd 01:02 -!- esotericwarfare [~esotericw@euroexit.net] has quit [Ping timeout: 255 seconds] 01:04 -!- esotericwarfare [~esotericw@euroexit.net] has joined #openbsd 01:04 -!- nex8192 [~Guest7221@user/nex8192] has left #openbsd [Error from remote client] 01:10 -!- wood [~wood@198.22.92.40] has joined #openbsd 01:10 < wood> test 01:11 -!- wood is now known as SNAX_74 01:11 < SNAX_74> hello 01:13 -!- fstd [~fstd@xdsl-78-34-102-227.nc.de] has quit [Remote host closed the connection] 01:13 -!- fstd [~fstd@xdsl-78-34-102-227.nc.de] has joined #openbsd 01:13 -!- alx_ [~alx@195.15.28.34] has quit [Read error: Connection reset by peer] 01:13 -!- alx_ [~alx@195.15.28.34] has joined #openbsd 01:14 -!- mx [max@tilde.net.ua] has quit [Quit: ZNC 1.8.2 - https://znc.in] 01:15 -!- DreamweaverN [~Dreamweav@2001:1af8:4700:b0d0:a800::] has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in] 01:15 -!- mx [max@tilde.net.ua] has joined #openbsd 01:15 -!- DreamweaverN [~Dreamweav@2001:1af8:4700:b0d0:a800::] has joined #openbsd 01:20 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has quit [Ping timeout: 260 seconds] 01:21 -!- zetef_ [~quassel@2a02:2f00:5201:4b00:7fc8:6fbe:33d9:ba2a] has joined #openbsd 01:21 -!- zetef_ [~quassel@2a02:2f00:5201:4b00:7fc8:6fbe:33d9:ba2a] has quit [Remote host closed the connection] 01:22 -!- Old-Ben-Jabroni [~oldben@user/Old-Ben-Jabroni] has joined #openbsd 01:23 -!- esotericwarfare [~esotericw@euroexit.net] has quit [Ping timeout: 260 seconds] 01:24 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Ping timeout: 255 seconds] 01:24 -!- SNAX_74 [~wood@198.22.92.40] has quit [Quit: Leaving] 01:24 -!- notbad [~notbad@gateway/tor-sasl/notbad] has quit [Remote host closed the connection] 01:25 -!- zetef [~quassel@2a02:2f00:5201:4b00:19c:1be6:f517:649f] has quit [Ping timeout: 255 seconds] 01:25 -!- notbad [~notbad@gateway/tor-sasl/notbad] has joined #openbsd 01:25 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 01:26 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 01:28 -!- Kruppt [~Kruppt@50.111.25.8] has quit [Quit: Leaving] 01:30 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has joined #openbsd 01:31 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Ping timeout: 268 seconds] 01:31 -!- esotericwarfare [~esotericw@euroexit.net] has joined #openbsd 01:34 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has quit [Ping timeout: 246 seconds] 01:35 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 01:35 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 01:40 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has joined #openbsd 01:48 -!- esotericwarfare [~esotericw@euroexit.net] has quit [Ping timeout: 276 seconds] 01:49 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 01:55 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Ping timeout: 256 seconds] 01:55 -!- esotericwarfare [~esotericw@euroexit.net] has joined #openbsd 02:00 -!- esotericwarfare [~esotericw@euroexit.net] has quit [Ping timeout: 255 seconds] 02:01 -!- esotericwarfare [~esotericw@euroexit.net] has joined #openbsd 02:06 -!- esotericwarfare [~esotericw@euroexit.net] has quit [Ping timeout: 255 seconds] 02:08 -!- leo_ [~leo@arioch.leonhardt.eu] has quit [Ping timeout: 255 seconds] 02:09 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 02:10 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 02:15 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has quit [Ping timeout: 245 seconds] 02:30 -!- SNAX_74 [~SNAAX_74@198.22.92.40] has joined #openbsd 02:33 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 02:37 -!- SNAX_74 [~SNAAX_74@198.22.92.40] has quit [Remote host closed the connection] 02:39 -!- bilegeek [~bilegeek@2600:1008:b08b:c471:bc55:c296:ae99:b34c] has joined #openbsd 02:44 -!- djhankb [~djhankb@208.113.164.68] has quit [Read error: Connection reset by peer] 02:44 -!- shiranaihito_ [~shiranaih@ppp-171-97-42-13.revip8.asianet.co.th] has joined #openbsd 02:44 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 02:46 -!- codermattie [~codermatt@174-21-58-92.tukw.qwest.net] has quit [Quit: Leaving...] 02:55 -!- hisacro [~OBSD@my.displ.nl] has quit [Ping timeout: 276 seconds] 02:55 -!- mikess [~sam@user/mikess] has joined #openbsd 03:03 -!- mikess [~sam@user/mikess] has quit [Read error: Connection reset by peer] 03:04 -!- mikess [~sam@user/mikess] has joined #openbsd 03:09 -!- hisacro [~OBSD@my.displ.nl] has joined #openbsd 03:15 -!- shazaum [~Thunderbi@user/shazaum] has quit [Quit: shazaum] 03:15 -!- leo_ [~leo@arioch.leonhardt.eu] has joined #openbsd 03:18 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 03:18 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 03:24 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 03:32 -!- rnkn [~rnkn@starbeastie.paulwrankin.com] has joined #openbsd 03:36 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has joined #openbsd 03:45 -!- Bradipo [~amb@50-77-44-29-static.hfc.comcastbusiness.net] has quit [Quit: Lost terminal] 03:52 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 03:53 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 03:55 -!- n6bsd [~n6bsd@user/n6bsd] has left #openbsd [] 03:59 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 04:03 -!- davlefou [~davlefou@2a01:e0a:5f4:4bd0:feb1:5e17:9772:4e6c] has quit [Ping timeout: 255 seconds] 04:05 -!- Mellowlink [~Mellowlin@user/mellowlink] has quit [Ping timeout: 268 seconds] 04:07 -!- Mellowlink [~Mellowlin@user/mellowlink] has joined #openbsd 04:07 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 04:11 -!- teliu [~teliu@2001:9e8:83c0:a200:b68:9d8a:2930:c1da] has quit [Ping timeout: 246 seconds] 04:12 -!- teliu [~teliu@2001:9e8:83c7:bf00:3549:6c58:7103:db96] has joined #openbsd 04:14 -!- bouncy [~ben@user/benoit] has joined #openbsd 04:19 -!- mlw [~mlw@41.223.181.119] has joined #openbsd 04:24 -!- kikadf [~quassel@20014C4E2BC65A00DEA632FFFE5AD709.dsl.pool.telekom.hu] has quit [Ping timeout: 256 seconds] 04:24 -!- kikadf_ [~quassel@20014C4E2BCF5D00DEA632FFFE5AD709.dsl.pool.telekom.hu] has joined #openbsd 04:27 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 04:27 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 04:27 -!- Z_O [~zero@user/Z-O/x-2536656] has joined #openbsd 04:32 -!- davlefou [~davlefou@2a01:e0a:5f4:4bd0:feb1:5e17:9772:4e6c] has joined #openbsd 04:34 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 04:38 -!- vbotka [~vbotka@92.245.202.144] has joined #openbsd 04:39 -!- vbotka [~vbotka@92.245.202.144] has quit [Remote host closed the connection] 04:42 -!- mxz [~mxz@user/mxz] has quit [Quit: cya] 04:43 -!- mxz [~mxz@user/mxz] has joined #openbsd 04:44 -!- steerpike [~echelon@gateway/tor-sasl/steerpike] has quit [Remote host closed the connection] 04:44 -!- steerpike [~echelon@gateway/tor-sasl/steerpike] has joined #openbsd 04:46 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Remote host closed the connection] 04:46 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 04:49 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has quit [Ping timeout: 260 seconds] 04:51 -!- jambove [~jambove@C3E48464.dsl.pool.telekom.hu] has quit [Ping timeout: 256 seconds] 04:53 -!- jambove [~jambove@BC063D6B.dsl.pool.telekom.hu] has joined #openbsd 04:55 -!- Old-Ben-Jabroni [~oldben@user/Old-Ben-Jabroni] has quit [Remote host closed the connection] 04:56 -!- Old-Ben-Jabroni [~oldben@user/Old-Ben-Jabroni] has joined #openbsd 05:01 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 05:01 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 05:08 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has joined #openbsd 05:10 -!- mlw [~mlw@41.223.181.119] has quit [Ping timeout: 252 seconds] 05:15 -!- qqq [~qqq@92.43.167.61] has joined #openbsd 05:15 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has quit [Ping timeout: 276 seconds] 05:17 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 05:20 -!- jacobk [~quassel@utdpat241105.utdallas.edu] has joined #openbsd 05:20 -!- shiranaihito_ [~shiranaih@ppp-171-97-42-13.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 05:22 -!- nonlinear [~nonlinear@069-023-143-155.res.spectrum.com] has joined #openbsd 05:22 -!- nonlinear is now known as zero-xray 05:24 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 240 seconds] 05:25 -!- deltahotel [~deltahote@user/deltahotel] has joined #openbsd 05:27 -!- disapper3nce [~disapper3@64.176.195.170] has joined #openbsd 05:28 -!- disapper3nce [~disapper3@64.176.195.170] has quit [Client Quit] 05:28 -!- disapper3nce [~disapper3@64.176.195.170] has joined #openbsd 05:31 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 05:31 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Remote host closed the connection] 05:32 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 05:35 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 05:36 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 05:50 -!- mlw [~mlw@41.223.181.119] has joined #openbsd 05:50 -!- deltahote1 [~deltahote@80.12.254.14] has joined #openbsd 05:50 -!- rustyy [~rusty@74.3.163.187] has quit [Quit: leaving] 05:51 -!- deltahotel [~deltahote@user/deltahotel] has quit [Ping timeout: 245 seconds] 05:52 -!- deltahote2 [~deltahote@80.12.254.109] has joined #openbsd 05:53 -!- jacobk [~quassel@utdpat241105.utdallas.edu] has quit [Ping timeout: 268 seconds] 05:54 -!- deltahote1 [~deltahote@80.12.254.14] has quit [Ping timeout: 256 seconds] 05:56 -!- deltahote3 [~deltahote@80.12.254.30] has joined #openbsd 05:56 -!- deltahote2 [~deltahote@80.12.254.109] has quit [Ping timeout: 260 seconds] 05:59 -!- deltahote4 [~deltahote@80.12.254.110] has joined #openbsd 06:00 -!- deltahote3 [~deltahote@80.12.254.30] has quit [Ping timeout: 246 seconds] 06:02 -!- deltahote5 [~deltahote@80.12.254.88] has joined #openbsd 06:03 -!- deltahote4 [~deltahote@80.12.254.110] has quit [Ping timeout: 256 seconds] 06:07 -!- deltahote5 [~deltahote@80.12.254.88] has quit [Ping timeout: 260 seconds] 06:09 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 06:10 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 06:11 -!- pirateoverboard [~pirateove@user/pirateoverboard] has quit [Ping timeout: 260 seconds] 06:12 -!- pirateoverboard [~pirateove@user/pirateoverboard] has joined #openbsd 06:12 -!- zero-xray [~nonlinear@069-023-143-155.res.spectrum.com] has quit [Quit: Bye] 06:26 -!- shiranaihito_ [~shiranaih@ppp-171-96-75-76.revip8.asianet.co.th] has joined #openbsd 06:30 -!- imega [~coma@55.42.150.83.ftth.as8758.net] has quit [Ping timeout: 245 seconds] 06:30 -!- jacobk [~quassel@64.189.201.150] has joined #openbsd 06:34 -!- deltahote5 [~deltahote@80.12.254.92] has joined #openbsd 06:36 -!- edthix [~Thunderbi@175.138.116.12] has joined #openbsd 06:37 -!- edthix [~Thunderbi@175.138.116.12] has quit [Client Quit] 06:37 -!- bket [~bket@user/bket] has quit [Read error: Connection reset by peer] 06:41 -!- vbotka [~vbotka@92.245.202.144] has joined #openbsd 06:43 -!- bket [~bket@user/bket] has joined #openbsd 06:43 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 06:44 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 06:44 -!- shiranaihito_ [~shiranaih@ppp-171-96-75-76.revip8.asianet.co.th] has quit [Ping timeout: 264 seconds] 06:45 -!- horrad [~horrad@p50989fe8.dip0.t-ipconnect.de] has joined #openbsd 06:55 -!- shiranaihito_ [~shiranaih@ppp-124-122-77-197.revip2.asianet.co.th] has joined #openbsd 07:03 -!- gaussianblue [~gaussianb@user/gaussianblue] has joined #openbsd 07:06 -!- foul_owl [~kerry@185.219.141.160] has quit [Ping timeout: 260 seconds] 07:08 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has joined #openbsd 07:15 -!- rainystorm [~rainystor@user/rainystorm] has joined #openbsd 07:17 -!- deltahote5 [~deltahote@80.12.254.92] has quit [Quit: deltahote5] 07:18 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 07:18 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 07:19 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has quit [Remote host closed the connection] 07:20 -!- foul_owl [~kerry@157.97.134.167] has joined #openbsd 07:21 -!- emmanuelux [~emmanuelu@user/emmanuelux] has joined #openbsd 07:23 -!- gbe [~gbe@ext.ttyv0.de] has quit [Remote host closed the connection] 07:23 -!- cp- [~cp-@b157153.ppp.asahi-net.or.jp] has quit [Ping timeout: 268 seconds] 07:25 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 07:25 -!- seninha [~seninha@user/seninha] has joined #openbsd 07:28 -!- cp- [~cp-@b157153.ppp.asahi-net.or.jp] has joined #openbsd 07:32 -!- gbe [~gbe@ext.ttyv0.de] has joined #openbsd 07:33 -!- Jaywalker [~Jaywalker@209.33.126.194] has quit [Ping timeout: 252 seconds] 07:35 -!- Jaywalker [~Jaywalker@209.33.126.194] has joined #openbsd 07:37 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Quit: au revoir] 07:38 -!- teliu [~teliu@2001:9e8:83c7:bf00:3549:6c58:7103:db96] has quit [Quit: Konversation terminated!] 07:40 -!- manillaroad [~manillaro@50.37.93.9] has quit [Ping timeout: 268 seconds] 07:43 -!- bilegeek [~bilegeek@2600:1008:b08b:c471:bc55:c296:ae99:b34c] has quit [Ping timeout: 268 seconds] 07:44 -!- cp- [~cp-@b157153.ppp.asahi-net.or.jp] has quit [Ping timeout: 276 seconds] 07:46 -!- cp- [~cp-@2405:6584:8e80:400::1] has joined #openbsd 07:47 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 07:48 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 07:48 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 07:52 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 07:53 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 07:58 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 07:58 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 08:00 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has quit [Remote host closed the connection] 08:01 -!- struchu [~struchu@62.87.192.114] has joined #openbsd 08:01 -!- shiranaihito_ [~shiranaih@ppp-124-122-77-197.revip2.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 08:01 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has joined #openbsd 08:06 -!- shiranaihito_ [~shiranaih@184.82.207.81] has joined #openbsd 08:10 -!- imega [~coma@mob-194-230-148-232.cgn.sunrise.net] has joined #openbsd 08:12 -!- teliu [~teliu@2001:9e8:83c7:bf00:3549:6c58:7103:db96] has joined #openbsd 08:12 -!- rustyy [~rusty@74.3.163.187] has joined #openbsd 08:17 -!- shiranaihito_ [~shiranaih@184.82.207.81] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 08:22 -!- rnkn [~rnkn@starbeastie.paulwrankin.com] has quit [Quit: rnkn] 08:23 -!- rnkn [~rnkn@starbeastie.paulwrankin.com] has joined #openbsd 08:24 -!- struchu [~struchu@62.87.192.114] has quit [Quit: WeeChat 4.0.5] 08:24 -!- struchu [~struchu@62.87.192.114] has joined #openbsd 08:26 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 08:27 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 08:27 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 08:30 -!- bilegeek [~bilegeek@152.sub-174-209-33.myvzw.com] has joined #openbsd 08:31 -!- adip [~adip@85.221.151.157] has joined #openbsd 08:36 -!- m3a [~m3a@104.158.106.182] has quit [Ping timeout: 268 seconds] 08:36 -!- todi [~todi@pd9571327.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 08:37 -!- desnudopenguino1 [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has joined #openbsd 08:38 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has quit [Ping timeout: 255 seconds] 08:38 -!- desnudopenguino1 is now known as desnudopenguino 08:39 -!- manillaroad [~manillaro@50.37.93.9] has joined #openbsd 08:47 -!- gbowne1 [~gbowne1@97.113.91.0] has quit [Quit: Leaving] 08:49 -!- todi [~todi@pd9571327.dip0.t-ipconnect.de] has joined #openbsd 08:55 -!- danilogondolfo [~danilogon@37.228.206.65] has joined #openbsd 08:56 -!- Old-Ben-Jabroni [~oldben@user/Old-Ben-Jabroni] has quit [Ping timeout: 240 seconds] 09:01 -!- feriman [~feriman@user/feriman] has joined #openbsd 09:01 -!- f451 [~f451@89.145.80.101] has quit [Quit: f451] 09:01 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 09:02 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 09:02 -!- shiranaihito_ [~shiranaih@2405:9800:b660:8269:8014:8487:56f8:5649] has joined #openbsd 09:04 -!- dsrt^ [~dsrt@c-98-242-74-66.hsd1.ga.comcast.net] has quit [Ping timeout: 256 seconds] 09:04 -!- f451 [~f451@2a02:8010:610d:1:dea6:32ff:fee2:48fc] has joined #openbsd 09:04 -!- grobi [~grobi@user/grobi] has joined #openbsd 09:04 -!- dsrt^ [~dsrt@c-98-242-74-66.hsd1.ga.comcast.net] has joined #openbsd 09:05 -!- teliu [~teliu@2001:9e8:83c7:bf00:3549:6c58:7103:db96] has quit [Ping timeout: 256 seconds] 09:07 -!- xusr [~xusr@user/xusr] has joined #openbsd 09:07 -!- feriman [~feriman@user/feriman] has quit [Quit: leaving] 09:08 -!- rainystorm [~rainystor@user/rainystorm] has quit [Ping timeout: 268 seconds] 09:14 < xusr> ls 09:15 -!- xusr [~xusr@user/xusr] has left #openbsd [] 09:20 -!- imega [~coma@mob-194-230-148-232.cgn.sunrise.net] has quit [Read error: Connection reset by peer] 09:24 -!- feriman [~feriman@user/feriman] has joined #openbsd 09:25 -!- teliu [~teliu@i5387A773.versanet.de] has joined #openbsd 09:36 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 09:36 < betabug> . .. files more_files 09:37 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 09:37 -!- imega [~coma@mob-194-230-148-232.cgn.sunrise.net] has joined #openbsd 09:43 -!- ztevoz [~Thunderbi@lfbn-idf3-1-360-46.w83-199.abo.wanadoo.fr] has joined #openbsd 09:44 -!- bilegeek [~bilegeek@152.sub-174-209-33.myvzw.com] has quit [Ping timeout: 268 seconds] 09:45 -!- ztevoz [~Thunderbi@lfbn-idf3-1-360-46.w83-199.abo.wanadoo.fr] has quit [Client Quit] 09:50 -!- ficonni [~ficonni@178.220.63.32] has joined #openbsd 09:59 -!- A1ice [~A1ice@138.199.7.160] has joined #openbsd 10:00 -!- Code_Bleu [~Code_Bleu@user/code-bleu/x-6939963] has quit [Ping timeout: 268 seconds] 10:04 -!- yetoo [~yetoo@user/yetoo] has quit [Quit: Leaving] 10:06 -!- cation [cation@user/cation] has quit [Remote host closed the connection] 10:06 -!- yetoo [~yetoo@user/yetoo] has joined #openbsd 10:07 -!- remiliascarlet [~remiliasc@user/remiliascarlet] has quit [Ping timeout: 260 seconds] 10:09 -!- c64 [uid502328@user/c64] has joined #openbsd 10:10 -!- nex8192 [~nex8192@156.195-129-109.adsl-dyn.isp.belgacom.be] has joined #openbsd 10:10 -!- nex8192 is now known as Guest7282 10:11 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 10:11 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 10:12 -!- kodcode_ [~kodcode@user/kodcode] has quit [Ping timeout: 255 seconds] 10:12 -!- Code_Bleu [~Code_Bleu@user/code-bleu/x-6939963] has joined #openbsd 10:12 -!- Guest7282 [~nex8192@156.195-129-109.adsl-dyn.isp.belgacom.be] has left #openbsd [] 10:13 -!- teliu [~teliu@i5387A773.versanet.de] has quit [Quit: Konversation terminated!] 10:20 -!- remiliascarlet [~remiliasc@user/remiliascarlet] has joined #openbsd 10:21 -!- accelerat0r [~user@user/accelerat0r] has quit [Remote host closed the connection] 10:21 -!- Nixkernal [~Nixkernal@115.16.194.178.dynamic.wline.res.cust.swisscom.ch] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 10:22 -!- remiliascarlet [~remiliasc@user/remiliascarlet] has quit [Read error: Connection reset by peer] 10:23 -!- mikess [~sam@user/mikess] has quit [Read error: Connection reset by peer] 10:26 -!- remiliascarlet [~remiliasc@user/remiliascarlet] has joined #openbsd 10:31 -!- A1ice [~A1ice@138.199.7.160] has quit [Quit: Unlibre time out!] 10:37 -!- zetef [~quassel@2a02:2f00:5201:4b00:7fc8:6fbe:33d9:ba2a] has joined #openbsd 10:38 -!- grobi [~grobi@user/grobi] has quit [Ping timeout: 260 seconds] 10:39 -!- willyg_cos [~willyg_co@user/willyg-cos/x-4994202] has quit [Quit: willyg_cos] 10:42 -!- tozhu [~tozhu@171.88.173.201] has joined #openbsd 10:43 -!- ztevoz [~Thunderbi@lfbn-idf3-1-360-46.w83-199.abo.wanadoo.fr] has joined #openbsd 10:45 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 10:46 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 10:49 -!- ztevoz [~Thunderbi@lfbn-idf3-1-360-46.w83-199.abo.wanadoo.fr] has quit [Remote host closed the connection] 10:53 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 10:55 -!- grobi [~grobi@user/grobi] has joined #openbsd 10:56 -!- Code_Bleu [~Code_Bleu@user/code-bleu/x-6939963] has quit [Ping timeout: 252 seconds] 11:00 -!- shiranaihito_ [~shiranaih@2405:9800:b660:8269:8014:8487:56f8:5649] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 11:00 -!- rainystorm [~rainystor@user/rainystorm] has joined #openbsd 11:04 -!- imega [~coma@mob-194-230-148-232.cgn.sunrise.net] has quit [Ping timeout: 252 seconds] 11:05 -!- imega [~coma@37.163.241.14] has joined #openbsd 11:11 -!- Code_Bleu [~Code_Bleu@user/code-bleu/x-6939963] has joined #openbsd 11:13 -!- imega [~coma@37.163.241.14] has quit [Ping timeout: 252 seconds] 11:14 -!- shiranaihito_ [~shiranaih@2405:9800:b660:8269:8014:8487:56f8:5649] has joined #openbsd 11:15 -!- imega [~coma@78.210.77.50] has joined #openbsd 11:19 -!- grobi [~grobi@user/grobi] has quit [Read error: Connection reset by peer] 11:19 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 11:20 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 11:20 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has joined #openbsd 11:21 -!- ztevoz [~Thunderbi@lfbn-idf3-1-360-46.w83-199.abo.wanadoo.fr] has joined #openbsd 11:30 -!- zetef [~quassel@2a02:2f00:5201:4b00:7fc8:6fbe:33d9:ba2a] has quit [Ping timeout: 255 seconds] 11:31 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 11:34 -!- tozhu [~tozhu@171.88.173.201] has quit [Ping timeout: 244 seconds] 11:40 -!- bouncy [~ben@user/benoit] has quit [Quit: WeeChat 2.8] 11:42 -!- shazaum [~Thunderbi@user/shazaum] has joined #openbsd 11:48 -!- shiranaihito_ [~shiranaih@2405:9800:b660:8269:8014:8487:56f8:5649] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 11:52 -!- imega [~coma@78.210.77.50] has quit [Ping timeout: 256 seconds] 11:53 -!- zetef [~quassel@2a02:2f00:5201:4b00:7fc8:6fbe:33d9:ba2a] has joined #openbsd 11:53 -!- dsrt^ [~dsrt@c-98-242-74-66.hsd1.ga.comcast.net] has quit [Ping timeout: 255 seconds] 11:54 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 11:54 -!- billchenchina [~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe] has joined #openbsd 11:54 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 11:56 -!- billchenchina [~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe] has quit [Remote host closed the connection] 12:01 -!- dsrt^ [~dsrt@c-98-242-74-66.hsd1.ga.comcast.net] has joined #openbsd 12:06 -!- Lucanis [~Lucanis@user/lucanis] has quit [Ping timeout: 260 seconds] 12:07 -!- Lucanis [~Lucanis@user/lucanis] has joined #openbsd 12:10 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 12:10 -!- remiliascarlet [~remiliasc@user/remiliascarlet] has quit [Ping timeout: 255 seconds] 12:12 -!- remiliascarlet [~remiliasc@user/remiliascarlet] has joined #openbsd 12:15 -!- imega [~coma@37.161.241.121] has joined #openbsd 12:21 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 12:23 -!- dsrt^ [~dsrt@c-98-242-74-66.hsd1.ga.comcast.net] has quit [Ping timeout: 245 seconds] 12:26 -!- grobi [~grobi@user/grobi] has joined #openbsd 12:27 -!- Foxy_ [~fox@user/Foxy/x-8224177] has quit [Ping timeout: 255 seconds] 12:27 -!- A1ice [~A1ice@138.199.7.161] has joined #openbsd 12:28 -!- A1ice [~A1ice@138.199.7.161] has quit [Remote host closed the connection] 12:28 -!- psydroid [~psydroid@user/psydroid] has joined #openbsd 12:28 -!- A1ice [~A1ice@138.199.7.161] has joined #openbsd 12:29 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 12:29 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 12:31 -!- zetef [~quassel@2a02:2f00:5201:4b00:7fc8:6fbe:33d9:ba2a] has quit [Remote host closed the connection] 12:31 -!- Leone [~Leo@104.247.230.90] has joined #openbsd 12:33 -!- remiliascarlet [~remiliasc@user/remiliascarlet] has quit [Ping timeout: 240 seconds] 12:34 -!- scain [~scain@2603-8080-b104-4e00-45cf-678b-0a7f-b897.res6.spectrum.com] has joined #openbsd 12:36 -!- A7ice [~A1ice@138.199.7.160] has joined #openbsd 12:38 -!- shazaum [~Thunderbi@user/shazaum] has quit [Ping timeout: 276 seconds] 12:38 -!- A1ice [~A1ice@138.199.7.161] has quit [Ping timeout: 264 seconds] 12:39 -!- remiliascarlet [~remiliasc@user/remiliascarlet] has joined #openbsd 12:40 -!- A7ice is now known as A1ice 12:41 -!- zetef [~quassel@2a02:2f00:5201:4b00:7fc8:6fbe:33d9:ba2a] has joined #openbsd 12:43 -!- imega [~coma@37.161.241.121] has quit [Ping timeout: 246 seconds] 12:46 -!- imega [~coma@78.210.222.94] has joined #openbsd 12:46 -!- shazaum [~Thunderbi@user/shazaum] has joined #openbsd 12:46 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Remote host closed the connection] 12:48 -!- zetef [~quassel@2a02:2f00:5201:4b00:7fc8:6fbe:33d9:ba2a] has quit [Ping timeout: 256 seconds] 12:49 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 12:52 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Remote host closed the connection] 12:54 -!- ztevoz [~Thunderbi@lfbn-idf3-1-360-46.w83-199.abo.wanadoo.fr] has quit [Ping timeout: 256 seconds] 12:59 -!- dsrt^ [~dsrt@c-98-242-74-66.hsd1.ga.comcast.net] has joined #openbsd 13:04 -!- ztevoz [~Thunderbi@lfbn-idf3-1-360-46.w83-199.abo.wanadoo.fr] has joined #openbsd 13:04 -!- Nahual [~Nahual@centos/community/Nahual] has joined #openbsd 13:05 -!- dsrt^ [~dsrt@c-98-242-74-66.hsd1.ga.comcast.net] has quit [Ping timeout: 255 seconds] 13:05 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 13:05 -!- CrashOverride [~strcat@p54855246.dip0.t-ipconnect.de] has joined #openbsd 13:08 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has quit [Ping timeout: 240 seconds] 13:08 -!- notbad [~notbad@gateway/tor-sasl/notbad] has quit [Ping timeout: 240 seconds] 13:09 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 13:10 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 13:11 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has joined #openbsd 13:15 -!- feriman [~feriman@user/feriman] has quit [Read error: Connection reset by peer] 13:16 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Quit: Lost terminal] 13:16 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 13:17 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Client Quit] 13:17 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 13:19 -!- zwr [~zwr@2804:d45:b922:8800:4383:114f:adf4:52dc] has quit [Ping timeout: 268 seconds] 13:19 -!- zwr [~zwr@200-97-244-121.user3p.veloxzone.com.br] has joined #openbsd 13:20 -!- shiranaihito_ [~shiranaih@ppp-171-97-42-13.revip8.asianet.co.th] has joined #openbsd 13:21 -!- feriman [~feriman@user/feriman] has joined #openbsd 13:21 -!- joe9 [~joe@c-73-24-194-198.hsd1.az.comcast.net] has quit [Quit: leaving] 13:22 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Quit: Lost terminal] 13:23 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 13:23 -!- ClaudioM [claudiom@tilde.institute] has joined #openbsd 13:24 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Client Quit] 13:24 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 13:25 -!- imega [~coma@78.210.222.94] has quit [Ping timeout: 260 seconds] 13:25 -!- ztevoz [~Thunderbi@lfbn-idf3-1-360-46.w83-199.abo.wanadoo.fr] has quit [Quit: ztevoz] 13:25 -!- dsrt^ [~dsrt@c-98-242-74-66.hsd1.ga.comcast.net] has joined #openbsd 13:27 -!- grobi [~grobi@user/grobi] has quit [Read error: Connection reset by peer] 13:27 -!- grobi [~grobi@user/grobi] has joined #openbsd 13:29 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Client Quit] 13:29 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 13:30 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Client Quit] 13:30 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 13:33 -!- shazaum [~Thunderbi@user/shazaum] has quit [Ping timeout: 245 seconds] 13:35 -!- purplepills [~purplepil@pa49-185-155-227.pa.vic.optusnet.com.au] has joined #openbsd 13:35 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 13:36 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Quit: Lost terminal] 13:36 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 13:37 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Client Quit] 13:37 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 13:37 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 240 seconds] 13:42 -!- dsrt^ [~dsrt@c-98-242-74-66.hsd1.ga.comcast.net] has quit [Ping timeout: 256 seconds] 13:44 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 13:44 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 13:45 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 13:46 -!- purplepills [~purplepil@pa49-185-155-227.pa.vic.optusnet.com.au] has quit [Quit: Bail out. That's enough of the bullocks, here's my work. Patient Zero. https://mastodon.social/@onebigspacegoose] 13:46 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Ping timeout: 268 seconds] 13:47 -!- esotericwarfare [~esotericw@euroexit.net] has joined #openbsd 13:52 -!- shazaum [~Thunderbi@user/shazaum] has joined #openbsd 14:09 -!- esotericwarfare [~esotericw@euroexit.net] has quit [Ping timeout: 268 seconds] 14:09 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 14:10 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 14:18 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 14:19 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 14:19 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 240 seconds] 14:25 -!- dsrt^ [~dsrt@c-98-242-74-66.hsd1.ga.comcast.net] has joined #openbsd 14:26 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Ping timeout: 246 seconds] 14:26 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.0.4] 14:27 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: Leaving] 14:28 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 14:33 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Ping timeout: 264 seconds] 14:34 < solene> good news everyone, I improved the delivery of backported binary packages with a one liner :D (in some cases) 14:34 < solene> I meant delivery speed 14:35 -!- esotericwarfare [~esotericw@euroexit.net] has joined #openbsd 14:35 -!- horrad [~horrad@p50989fe8.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 14:36 < byteskeptical> solene: noice thanks! 14:40 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 14:40 -!- dsrt^ [~dsrt@c-98-242-74-66.hsd1.ga.comcast.net] has quit [Ping timeout: 276 seconds] 14:41 -!- Kruppt [~Kruppt@50.111.25.8] has joined #openbsd 14:46 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 14:50 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has quit [Remote host closed the connection] 14:53 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 14:53 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 14:55 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has joined #openbsd 15:04 -!- feriman [~feriman@user/feriman] has quit [Quit: leaving] 15:06 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has quit [Ping timeout: 255 seconds] 15:09 < meena> why is git complaining about dubious complaining about git running git under it with: fatal: detected dubious ownership in repository at '/home/meena/src/cloud-init' 15:09 < meena> no… that sentence didn't make sense, lemme try that again 15:09 < avemestr> Sounds like a git issue? 15:09 < meena> why is git complaining about "fatal: detected dubious ownership in repository at '/home/meena/src/cloud-init'" when run under doas but not when run under sudo? 15:16 < thrig> the permissions and ownerships might be relevant debugging information to provide 15:17 < thrig> also the real and effective userids 15:20 < meena> thrig: I'm executing `doas git rev-parse --abbrev-ref HEAD` on a git repo owned by me. when I execute `sudo git rev-parse --abbrev-ref HEAD` i get the response: "main" ; if i run `sudo id` / `doas id` they look the exact same. 15:22 < metavoid> why do use doas? 15:23 < meena> metavoid: because it's in base. 15:23 < meena> It's one less dependency… 15:23 < metavoid> yeah, but for what reason+ 15:23 < metavoid> ? 15:23 < avemestr> But why do you need root privs for git? 15:23 < metavoid> just do: git rev-parse --abbrev-ref HEAD 15:23 < meena> ah. 15:23 < metavoid> if you own it 15:23 < metavoid> no need to elevate to root 15:23 < meena> This is part of an installation procedure. 15:23 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 15:24 < metavoid> somebody needs whipping then 15:24 -!- shazaum [~Thunderbi@user/shazaum] has quit [Ping timeout: 264 seconds] 15:24 < meena> well, if this was packaged (ported) then the checkout process would have happened by root, too? or maybe it would install in a different directory where it doesn't need root privileges, etc… 15:24 < avemestr> Sounds like a linuxism. "Download this script and execute it. When asked for password, just enter it." 15:25 < meena> we don't have a port yet 15:25 < avemestr> Is it a secret what the software in question is? 15:25 < thrig> take this port... please 15:25 < meena> cloud-init. 15:26 < meena> anyway, if there was a port, I would be more productive questions like: does OpenBSD have a way to read out smbios info without installing dmidecode? 15:26 < solene> hi meena 15:27 < meena> solene: o/~ heya 15:27 < solene> it may be that by default doas doesn't pass environment variables, maybe USER 15:27 < metavoid> meena: the port would probably contain a release without having todo git stuff 15:27 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 15:27 < solene> you need permit keepenv user as root 15:27 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 15:29 < meena> metavoid: either way, git would fail for different reasons, and you would fall-back on reading the version number some other way. This is just extra bit of fluff for generating a distinct version number for the release that, strictly speaking, isn't necessary. Just… interesting… as to why it doesn't work. 15:29 < metavoid> I'm not sure I'm following, but don't see a reason for doing git operations as root 15:30 < thrig> bonus points when there's a git security issue 15:31 -!- virys [~virys@user/lovisabet] has quit [Quit: leaving] 15:31 < solene> the question here is why sudo git works and not doas git :-) 15:32 < meena> I don't want to do git as root. That's not my normal work-flow. That's not something i enjoy doing on weekends either. But I'm glad that solene understood the question. 15:33 < meena> having a port would be better than doas/sudo python3 setup.py --🙈, but that's not the case yet. 15:34 < solene> meena: does adding "keepenv" to /etc/doas.conf work? 15:35 < meena> solene: nope! 15:37 -!- duri [~mduregon@97-120-166-37.ptld.qwest.net] has quit [Remote host closed the connection] 15:38 < betabug> ugh, sudo python3 setup.py ... that sounds scary 15:39 < betabug> no way to put this in a virtualenv at least? 15:39 < meena> betabug: imagine how scary it'd sound when you knew that you wrote a bunch of that code. 15:39 < betabug> you can't run it in a venv? 15:39 -!- Guest7282 [~nex8192@156.195-129-109.adsl-dyn.isp.belgacom.be] has joined #openbsd 15:40 < betabug> I haven't installed any python stuff in the system environment in years, probably more than 10 years 15:40 < solene> meena: meh, I'm surprised it's working with sudo as if I search for this error, people have issues with "sudo git ..." :D 15:41 -!- duri [~mduregon@97-120-222-72.ptld.qwest.net] has joined #openbsd 15:42 < meena> hrm… so, dmidecode needs kern.allowkmem=1 in sysctl.conf. And somehow I would've expected that would reveal more things under sysctl hw. hierarchy 15:42 -!- jtbx [~jtbx@user/jtbx] has quit [Remote host closed the connection] 15:43 -!- jtbx [~jtbx@user/jtbx] has joined #openbsd 15:43 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has quit [Remote host closed the connection] 15:44 < IcePic> meena: what is the purpose of reading out smbios data? 15:45 < meena> IcePic: to identify* what kind of (virtualized) system you're running on. 15:46 < meena> identify* best effort guess. 15:47 < meena> I'm working on cloud-init. Its job is to figure out where it's running (unless you explicitly configure it with the designated datasource_list), and that's done with dmidecode (checking vendor and UID), and checking for specific disks/CD-ROMs with specific filesystems and labels. 15:48 < IcePic> I guess dmesg can give a few hints, 15:48 < IcePic> pvbus0 at mainbus0: KVM 15:49 < meena> i mean, cloud-init does run early, so at this point dmesg wouldn't have overrun with garbage, but I'd rather not rely on effectively reading log files 15:50 < IcePic> there should be a dmesg.boot in /var/run 15:51 -!- remiliascarlet [~remiliasc@user/remiliascarlet] has quit [Ping timeout: 252 seconds] 15:52 < IcePic> pcidump seems to list a ton of Qumranet virtio-devices, usbdevs lists (on one VM I test on) QEMU USB Tablet 15:52 < IcePic> I think there are a bunch of hints if you need 15:52 < meena> IcePic: did you need to enable kern.allowkmem for any of these? 15:53 -!- remiliascarlet [~remiliasc@user/remiliascarlet] has joined #openbsd 15:59 -!- joe9 [~joe@c-73-24-194-198.hsd1.az.comcast.net] has joined #openbsd 16:01 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 16:02 -!- jrmu [jrmu@breadofgod.org] has joined #openbsd 16:02 < jrmu> openbsd's ipsec doesn't support multicasting right? 16:02 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 16:03 -!- struchu [~struchu@62.87.192.114] has quit [Quit: WeeChat 4.0.5] 16:03 < meena> it looks like i can correlate some if not most sysctl hw fields with what FreeBSD puts under kenv smbios 16:03 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has joined #openbsd 16:04 -!- enzuru [~enzu.ru@user/enzuru] has quit [Quit: ZNC 1.8.2 - https://znc.in] 16:05 -!- riceandbeans [~zach@user/riceandbeans] has quit [Ping timeout: 255 seconds] 16:06 -!- riceandbeans [~zach@user/riceandbeans] has joined #openbsd 16:06 -!- shazaum [~Thunderbi@user/shazaum] has joined #openbsd 16:09 -!- enzuru [~enzu.ru@user/enzuru] has joined #openbsd 16:10 -!- A1ice [~A1ice@138.199.7.160] has quit [Read error: Connection reset by peer] 16:11 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has joined #openbsd 16:12 -!- esotericwarfare [~esotericw@euroexit.net] has quit [Ping timeout: 260 seconds] 16:13 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 16:14 -!- gh34 [~textual@cpe-184-58-181-106.wi.res.rr.com] has joined #openbsd 16:15 -!- user71 [~user71@2001:1530:1011:d546:1e6f:65ff:fe88:557f] has joined #openbsd 16:17 -!- A1ice [~A1ice@138.199.7.161] has joined #openbsd 16:20 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 16:21 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has joined #openbsd 16:22 -!- polarian_ [~polarian@znc.polarian.dev] has joined #openbsd 16:23 -!- polarian [~polarian@znc.polarian.dev] has quit [Ping timeout: 256 seconds] 16:23 -!- polarian_ is now known as polarian 16:23 -!- shazaum [~Thunderbi@user/shazaum] has quit [Quit: shazaum] 16:24 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has quit [Ping timeout: 268 seconds] 16:26 -!- feriman [~feriman@user/feriman] has joined #openbsd 16:26 -!- grobi [~grobi@user/grobi] has quit [Quit: ᗧ•··ᗣ·•·♝·eat·the·rich·♞·ᗤ•ᗣᗣᗣᗧ•] 16:28 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has joined #openbsd 16:33 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has joined #openbsd 16:34 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has quit [Quit: Leaving] 16:35 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has joined #openbsd 16:35 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 16:36 -!- enzuru [~enzu.ru@user/enzuru] has quit [Quit: ZNC 1.8.2 - https://znc.in] 16:36 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 16:38 < IcePic> meena: no, no change of allowkmem 16:39 < IcePic> jrmu: no, I think you need to wrap a gif(4) tunnel or something else inside the ipsec for that 16:39 < jrmu> yeah thanks IcePic , I was searching the man pages and couldn't find any mention of it either. Apparently IPSec did have some multicasting proposals, maybe even an RFC, but it was really niche 16:40 -!- enzuru [~enzu.ru@user/enzuru] has joined #openbsd 16:42 -!- Bahhumbug is now known as Scrooge 16:45 -!- A1ice [~A1ice@138.199.7.161] has quit [Ping timeout: 268 seconds] 16:47 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Remote host closed the connection] 16:47 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has joined #openbsd 16:48 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has joined #openbsd 16:49 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Read error: Connection reset by peer] 16:49 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has joined #openbsd 16:56 -!- ajf [~ashton@user/ajf] has quit [Remote host closed the connection] 16:56 -!- tertullian [~sonne@ip-078-094-224-090.um19.pools.vodafone-ip.de] has quit [Quit: leaving] 17:02 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Remote host closed the connection] 17:02 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has joined #openbsd 17:10 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 17:10 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 17:11 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 17:12 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 17:18 -!- comradeCrow [~comradeCr@99-110-128-132.lightspeed.irvnca.sbcglobal.net] has quit [Ping timeout: 256 seconds] 17:19 -!- shazaum [~Thunderbi@user/shazaum] has joined #openbsd 17:20 -!- jacobk [~quassel@64.189.201.150] has quit [Ping timeout: 255 seconds] 17:22 -!- systemdsucks [~systemdsu@user/systemdsucks] has quit [Quit: leaving] 17:23 -!- systemdsucks [~systemdsu@user/systemdsucks] has joined #openbsd 17:25 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 17:26 -!- desnudopenguino [~Thunderbi@2601:602:d280:6d14:ac66:54:1bd3:1036] has joined #openbsd 17:34 -!- desnudopenguino1 [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has joined #openbsd 17:36 -!- enzuru [~enzu.ru@user/enzuru] has quit [Quit: ZNC 1.8.2 - https://znc.in] 17:37 -!- desnudopenguino1 [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 17:38 -!- desnudopenguino [~Thunderbi@2601:602:d280:6d14:ac66:54:1bd3:1036] has quit [Ping timeout: 256 seconds] 17:38 -!- fspax [~fspax@185.244.48.254] has joined #openbsd 17:38 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has joined #openbsd 17:40 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Ping timeout: 264 seconds] 17:42 -!- enzuru [~enzu.ru@user/enzuru] has joined #openbsd 17:42 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 17:44 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 17:45 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 17:47 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 17:47 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has joined #openbsd 17:52 -!- steerpike [~echelon@gateway/tor-sasl/steerpike] has quit [Ping timeout: 240 seconds] 17:52 -!- steerpike [~echelon@gateway/tor-sasl/steerpike] has joined #openbsd 17:55 -!- gaussianblue [~gaussianb@user/gaussianblue] has quit [Quit: leaving] 17:56 -!- Guest7282 [~nex8192@156.195-129-109.adsl-dyn.isp.belgacom.be] has left #openbsd [] 17:59 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Ping timeout: 256 seconds] 18:00 -!- danilogondolfo [~danilogon@37.228.206.65] has quit [Quit: Leaving] 18:01 -!- esotericwarfare [~esotericw@euroexit.net] has joined #openbsd 18:02 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 18:03 -!- typicat [~typicat@user/typicat] has joined #openbsd 18:04 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has joined #openbsd 18:07 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has quit [Ping timeout: 256 seconds] 18:08 -!- m5zs7k [aquares@web10.mydevil.net] has quit [Ping timeout: 255 seconds] 18:09 -!- m5zs7k [aquares@web10.mydevil.net] has joined #openbsd 18:17 -!- mikess [~sam@user/mikess] has joined #openbsd 18:18 -!- esotericwarfare [~esotericw@euroexit.net] has quit [Ping timeout: 268 seconds] 18:19 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 18:19 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 18:20 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 18:23 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 18:24 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 18:28 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 240 seconds] 18:29 -!- Guest7282 [~nex8192@156.195-129-109.adsl-dyn.isp.belgacom.be] has joined #openbsd 18:34 -!- desnudopenguino1 [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has joined #openbsd 18:36 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has quit [Remote host closed the connection] 18:36 -!- extrowerk [~extrowerk@BC06D7A9.dsl.pool.telekom.hu] has quit [Quit: Bye!] 18:37 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 18:37 -!- desnudopenguino1 is now known as desnudopenguino 18:37 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has joined #openbsd 18:43 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Ping timeout: 252 seconds] 18:44 -!- extrowerk [~extrowerk@BC06D7A9.dsl.pool.telekom.hu] has joined #openbsd 18:44 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 18:49 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has joined #openbsd 18:50 -!- notbad [~notbad@gateway/tor-sasl/notbad] has joined #openbsd 18:54 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 18:55 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 18:58 -!- el [el@libera/staff/el] has quit [Remote host closed the connection] 18:58 -!- el [el@libera/staff/el] has joined #openbsd 19:00 -!- teliu [~teliu@2001:9e8:83c7:bf00:f919:d9c3:895d:c8b2] has joined #openbsd 19:01 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Ping timeout: 256 seconds] 19:03 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 19:06 -!- d-ra [~d-ra@user/d-ra] has joined #openbsd 19:07 -!- deepesttoaster [~deepestto@user/deepesttoaster] has quit [Remote host closed the connection] 19:09 -!- shiranaihito_ [~shiranaih@ppp-171-97-42-13.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 19:10 -!- deepesttoaster [~deepestto@user/deepesttoaster] has joined #openbsd 19:11 -!- teliu [~teliu@2001:9e8:83c7:bf00:f919:d9c3:895d:c8b2] has quit [Quit: Konversation terminated!] 19:14 -!- desnudopenguino1 [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has joined #openbsd 19:16 -!- SirJitsu-work [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 19:16 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has quit [Ping timeout: 255 seconds] 19:16 -!- desnudopenguino1 is now known as desnudopenguino 19:22 -!- Z_O [~zero@user/Z-O/x-2536656] has quit [Quit: leaving] 19:24 -!- rainystorm [~rainystor@user/rainystorm] has quit [Ping timeout: 268 seconds] 19:27 -!- coyote [974102286c@user/coyote] has quit [Remote host closed the connection] 19:27 -!- coyote [974102286c@user/coyote] has joined #openbsd 19:29 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 19:30 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 19:31 -!- c64 [uid502328@user/c64] has quit [Quit: Connection closed for inactivity] 19:36 -!- BillyZane2 is now known as BillyZane 19:37 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has quit [Quit: tarxvfz] 19:37 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 19:38 -!- shazaum [~Thunderbi@user/shazaum] has quit [Quit: shazaum] 19:38 -!- shazaum [~Thunderbi@user/shazaum] has joined #openbsd 19:43 -!- vortexx [~nothing@user/vortexx] has quit [Quit: reboot] 19:43 -!- Guest7282 [~nex8192@156.195-129-109.adsl-dyn.isp.belgacom.be] has left #openbsd [] 19:45 -!- deepesttoaster [~deepestto@user/deepesttoaster] has quit [Remote host closed the connection] 19:45 -!- shazaum [~Thunderbi@user/shazaum] has quit [Quit: shazaum] 19:46 -!- shazaum [~Thunderbi@user/shazaum] has joined #openbsd 19:47 -!- deepesttoaster [~deepestto@user/deepesttoaster] has joined #openbsd 19:52 -!- zetef [~quassel@2a02:2f00:5201:4b00:7fc8:6fbe:33d9:ba2a] has joined #openbsd 19:54 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Quit: Lost terminal] 19:54 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 19:56 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Client Quit] 19:58 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 19:59 -!- vortexx [~nothing@casper.nineinchnetworks.ch] has joined #openbsd 19:59 -!- vortexx [~nothing@casper.nineinchnetworks.ch] has quit [Changing host] 19:59 -!- vortexx [~nothing@user/vortexx] has joined #openbsd 20:00 -!- teliu [~teliu@2001:9e8:83c7:bf00:f919:d9c3:895d:c8b2] has joined #openbsd 20:03 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 20:04 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 20:07 -!- d-ra [~d-ra@user/d-ra] has quit [Ping timeout: 256 seconds] 20:10 -!- Maylay [~gren@108-198-59-230.lightspeed.miamfl.sbcglobal.net] has quit [Quit: Pipe Terminated] 20:14 -!- deepesttoaster [~deepestto@user/deepesttoaster] has quit [Ping timeout: 240 seconds] 20:22 -!- ficonni [~ficonni@178.220.63.32] has quit [Quit: Lost terminal] 20:23 -!- Maylay [~gren@108-198-59-230.lightspeed.miamfl.sbcglobal.net] has joined #openbsd 20:24 < Maddie> Does anyone have experience in running custom daemons with chroot? rc.d(8) seems to suggest that pgrep is being used to search for the $daemon and $daemon_flags to see if its running however chroot seems to be exec'ing (or something similar behind the hood idk) the given command and I belive thats whats causeing rc to fail at findind my daemon with rc check. Could be that I'm missing something 20:24 < Maddie> though so heres my rc.d/znc https://emailaffinity.top/~mk/files/a.znc 20:24 -!- fstd [~fstd@xdsl-78-34-102-227.nc.de] has quit [Ping timeout: 264 seconds] 20:24 -!- deepesttoaster [~deepestto@user/deepesttoaster] has joined #openbsd 20:26 < uwharrie> Maddie: have you inspected its argv after it's started and tried a custom pexp if the default isn't accurate? 20:27 < Maddie> uwharrie: Thats too technical for me lol but heres ps output "_znc 42198 0.0 0.4 7640 7704 ?? Sc 3:15PM 0:00.12 /usr/local/bin/znc -d /usr/local" 20:28 < phy1729> I wonder if it'd be considered generally useful enough a daemon_chroot flag would be accepted. There's already daemon_execdir and daemon_user and I think it'd fix the pexp issue 20:28 < uwharrie> yeah, that'd require a custom pexp 20:29 < Maddie> :O didn't know about daemon_chroot, couldn't find the proper documentation for rc.d scripts again but I know it exists so I kinda just winged it. 20:29 < phy1729> It doesn't exist; I was musing about if a patch for it would be accepted 20:29 < uwharrie> Maddie: https://man.openbsd.org/rc.subr 20:29 < Maddie> That doesn't say chroot 20:30 < pardis> I would probably just override rc_start or maybe rc_exec instead of setting daemon to something other than the daemon you want to run 20:30 < Maddie> phy1729: That would be great though. 20:30 < pardis> that way you could also have daemon_user honoured properly 20:30 < Maddie> pardis: Ah, great idea, I'll try that. 20:31 -!- grimpeux [~joepr@107.171.159.211] has joined #openbsd 20:32 -!- grimpeux [~joepr@107.171.159.211] has quit [Remote host closed the connection] 20:37 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has quit [Quit: https://github.com/ivdsangen] 20:38 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 20:39 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 20:42 < Maddie> Am I missing something? Just overwrite rc_exec inside of a rc_start function right? 20:43 -!- gbowne1 [~gbowne1@97.113.91.0] has joined #openbsd 20:44 < Maddie> :O it works! 20:44 < Maddie> Thank you everyone, I apreciate it :) 20:48 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Ping timeout: 240 seconds] 20:48 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has quit [Ping timeout: 256 seconds] 20:48 -!- mlw [~mlw@41.223.181.119] has quit [Ping timeout: 246 seconds] 20:50 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 20:50 < phy1729> Hrm the easy way to do daemon_chroot would need su and /bin/sh in the chroot 20:51 -!- Guest7282 [~nex8192@156.195-129-109.adsl-dyn.isp.belgacom.be] has joined #openbsd 20:56 < thrig> embiggens the attack surface 20:57 < sibiria> maybe tuck it in a docker container to, uh, well, contain the attack surface 20:59 < thrig> this rug is lumpy... have you been sweeping things under it? 21:01 < pony> does docker run on openbsd now? 21:02 < pony> https://openports.pl/path/sysutils/docker-cli oh, ok 21:03 < ssm_> pony: no 21:05 < ssm_> docker is very linux-dependent, it only works on freebsd thanks to the linuxulator, which I think explains everything you need to know. Consider reading up on vmm(4) and chroot(8) 21:05 < pony> what's the thing I just posted then? :S 21:06 < thrig> another method might go something like https://sha256.net/privsep.html 21:08 -!- qqq [~qqq@92.43.167.61] has quit [Ping timeout: 255 seconds] 21:10 -!- qqq [~qqq@92.43.167.61] has joined #openbsd 21:11 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 246 seconds] 21:12 < ssm_> pony: https://marc.info/?l=openbsd-ports&m=160080737110919&w=2 "This is created in the same spirit as sysutils/kubectl, allowing OpenBSD 21:12 < ssm_> users to interact with Docker servers from their OpenBSD systems." 21:13 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 21:13 < pony> I see 21:13 < phy1729> And chroot(8) calls chdir("/"), so either you need a shell in the chroot or you can't support an execdir inside the chroot 21:13 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 21:15 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has joined #openbsd 21:16 < ssm_> openbsd's base system is fairly small, so making a full chroot isn't a big deal. No better or worse than running a full vm 21:17 -!- user71 [~user71@2001:1530:1011:d546:1e6f:65ff:fe88:557f] has quit [Quit: Leaving] 21:17 < ssm_> not going to be as small as alpine in docker, but then you're dealing with all the caveats of using docker 21:17 -!- Rue [~rue@111-243-74-18.dynamic-ip.hinet.net] has quit [Ping timeout: 264 seconds] 21:18 < ssm_> you can also make a chroot template that only installs what you need if you're actually planning to make a lot of them 21:19 -!- Rue [~rue@1-162-130-170.dynamic-ip.hinet.net] has joined #openbsd 21:22 < pardis> OpenBSD base is hardly small 21:22 < pardis> you almost certainly don't want to stuff an entire base system into every chroot 21:23 < pardis> or even an entire base.tgz into every chroot 21:23 < ssm_> 21:23 < ssm_> like what /var/www does 21:24 -!- n6bsd [~n6bsd@user/n6bsd] has joined #openbsd 21:24 < ssm_> then on update you can copy new stuff into the chroot assuming you have a template 21:24 < phy1729> /var/www doesn't have a /bin/sh or su because the daemon makes the chroot call itself. It'd be too fiddly to add a daemon_chroot I think, so nevermind. 21:26 -!- Guest7282 [~nex8192@156.195-129-109.adsl-dyn.isp.belgacom.be] has left #openbsd [] 21:26 -!- teliu [~teliu@2001:9e8:83c7:bf00:f919:d9c3:895d:c8b2] has quit [Quit: Konversation terminated!] 21:28 -!- fspax [~fspax@185.244.48.254] has quit [Quit: Lost terminal] 21:28 < pardis> on the other hand, unveil avoids duplication and requires no special handling of updates 21:28 < ssm_> so many cool ways to do things. oh no, we've become linux! 21:35 < brocashelm> :( 21:37 -!- zetef [~quassel@2a02:2f00:5201:4b00:7fc8:6fbe:33d9:ba2a] has quit [Remote host closed the connection] 21:37 -!- fstd [~fstd@xdsl-78-34-102-227.nc.de] has joined #openbsd 21:47 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 21:48 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 21:48 < ssm_> was joke 21:49 < ssm_> pardis: unveil and pledge are syscalls though, only works at an application level, can't really apply it to your full environment like a jail/chroot, or easily configure it like a jail/chroot 21:50 < ssm_> with exceptions, like firefox and chromium ports 21:50 -!- jvl [~jvl@46.255.230.226] has quit [Remote host closed the connection] 21:52 -!- psydroid [~psydroid@user/psydroid] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 21:59 -!- aqsd [~aqsd@user/aqsd] has quit [Ping timeout: 245 seconds] 22:01 -!- n6bsd [~n6bsd@user/n6bsd] has quit [Quit: leaving] 22:01 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has joined #openbsd 22:02 -!- n6bsd [~n6bsd@user/n6bsd] has joined #openbsd 22:05 -!- CrashOverride [~strcat@p54855246.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 22:06 -!- adip [~adip@85.221.151.157] has quit [Ping timeout: 255 seconds] 22:08 -!- polishdub [~polishdub@ip72-208-203-185.ph.ph.cox.net] has joined #openbsd 22:09 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 22:12 -!- shazaum [~Thunderbi@user/shazaum] has quit [Quit: shazaum] 22:13 -!- zetef [~quassel@2a02:2f00:5201:4b00:7fc8:6fbe:33d9:ba2a] has joined #openbsd 22:16 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 22:18 -!- aqsd [~aqsd@user/aqsd] has joined #openbsd 22:19 -!- gh34 [~textual@cpe-184-58-181-106.wi.res.rr.com] has quit [Quit: Textual IRC Client: www.textualapp.com] 22:22 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has quit [Ping timeout: 245 seconds] 22:22 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 22:23 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 22:29 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has quit [Ping timeout: 255 seconds] 22:30 -!- n6bsd [~n6bsd@user/n6bsd] has quit [Ping timeout: 268 seconds] 22:32 -!- n6bsd [~n6bsd@user/n6bsd] has joined #openbsd 22:35 -!- nckx [~nckx@libera/staff/owl/nckx] has quit [Ping timeout: 256 seconds] 22:39 -!- nckx [~nckx@libera/staff/owl/nckx] has joined #openbsd 22:43 -!- scain [~scain@2603-8080-b104-4e00-45cf-678b-0a7f-b897.res6.spectrum.com] has quit [Quit: Konversation terminated!] 22:44 -!- jacobk [~quassel@129.110.242.224] has joined #openbsd 22:45 -!- gbowne1 [~gbowne1@97.113.91.0] has quit [Remote host closed the connection] 22:45 -!- gbowne1 [~gbowne1@97.113.91.0] has joined #openbsd 22:55 -!- ficonni [~ficonni@178.220.63.32] has joined #openbsd 22:57 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 22:58 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 23:04 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has quit [Remote host closed the connection] 23:08 -!- tuftedocelot [sid104015@id-104015.tinside.irccloud.com] has quit [] 23:09 -!- timebender [~timebende@sc-206-217-23-68.sumnercomm.net] has joined #openbsd 23:19 -!- nckx [~nckx@libera/staff/owl/nckx] has quit [Ping timeout: 276 seconds] 23:27 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Ping timeout: 276 seconds] 23:27 -!- esotericwarfare [~esotericw@euroexit.net] has joined #openbsd 23:31 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 23:32 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 23:36 -!- esotericwarfare [~esotericw@euroexit.net] has quit [Ping timeout: 276 seconds] 23:37 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 23:43 -!- Kruppt [~Kruppt@50.111.25.8] has quit [Quit: Leaving] 23:43 -!- ficonni [~ficonni@178.220.63.32] has quit [Quit: Lost terminal] 23:45 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 23:48 -!- fspax [~fspax@185.244.48.254] has joined #openbsd 23:49 -!- nckx [~nckx@libera/staff/owl/nckx] has joined #openbsd 23:53 -!- tuftedocelot [~tuftedoce@2a03:6000:1019::57] has joined #openbsd 23:54 -!- fspax [~fspax@185.244.48.254] has quit [Quit: Lost terminal] 23:56 -!- martian67 [~martian67@user/martian67] has quit [Remote host closed the connection] 23:59 -!- alx- [~alx@195.15.28.34] has joined #openbsd 23:59 -!- tuftedocelot [~tuftedoce@2a03:6000:1019::57] has quit [Remote host closed the connection] 23:59 -!- tuftedocelot [~tuftedoce@2a03:6000:1019::57] has joined #openbsd --- Log closed Sat Dec 02 00:00:42 2023