--- Log opened Tue Mar 12 00:00:57 2024 00:00 -!- carbonfiber [uid513797@id-513797.uxbridge.irccloud.com] has quit [Quit: Connection closed for inactivity] 00:02 -!- [0x1eef_] [~mrleef@al-quran.reflectslight.io] has joined #openbsd 00:04 -!- aqsd [~aqsd@user/aqsd] has joined #openbsd 00:04 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 00:04 -!- [0x1eef] [~mrleef@al-quran.reflectslight.io] has quit [Ping timeout: 256 seconds] 00:05 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 00:07 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 00:07 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 00:08 -!- Ssokar [~maize@2a09:bac5:151:355::55:36] has joined #openbsd 00:09 -!- finkfox_ [~finkfox@user/finkfox] has quit [Ping timeout: 268 seconds] 00:11 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 260 seconds] 00:20 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 00:20 < dostoyevsky2> I am installing a new cloud server on hetzner (vps) with an openbsd iso but after the first boot is complete, I cannot use the ssh key I set for the installation in the hetzner cloud api... but not sure how the key is being transferred to the os... is that part of cloud init? If I were to install that on openbsd, I might get the ssh key? 00:21 < dostoyevsky2> (it works if I setup the cloud server with linux instead of openbsd, I suppose they have activated cloud init by default) 00:27 -!- _nmdv_ [~nmdv@user/nmdv] has quit [Ping timeout: 246 seconds] 00:30 < thrig> ask your cloud vendor? 00:37 < sibiria> dostoyevsky2: hetzner doesn't do any interaction with anything besides regular cloud-init, and openbsd does not have cloud-init out of the box 00:37 -!- ficonni [~ficonni@46.235.97.247] has quit [Remote host closed the connection] 00:37 < sibiria> you will need to provide the key with openbsd's site install mechanism, or you can boot up hetzner's rescue mode and drop the key into place from there 00:38 -!- jagtalon [~jag@user/jagtalon] has joined #openbsd 00:38 < sibiria> last resort is to prepare your own installation in e.g. qemu or virtualbox and migrate the VM disk image from there to your hetzner setup 00:39 < alka2> interesting, the message "error connecting to /tmp/tmux-1000/default (No such file or directory)" popped up in my xterm and I wasn't doing anything with tmux. what the 00:39 < sibiria> possibly The Hacker doing it, then 00:40 < alka2> time to nuke this drive and start over 00:40 < thrig> or /tmp got cleaned up 00:40 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." - Mikhail Tal] 00:40 < alka2> slightly paranoid because I was goofing with downloading some ports earlier 00:41 < phy1729> The setup in vmm and shove the image into the cloud provider isn't that bad. I've done it with packer for GCP and looks like packer has a hetzner plugin too. 00:41 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 00:41 < sibiria> with hetzner you can just dd the .img directly onto storage from rescue mode, without involving packer 00:42 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 00:42 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 260 seconds] 00:42 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 246 seconds] 00:43 < sibiria> their rescue mode is a custom debian installation with some pre-installed tools, network access, temp storage, and direct access to the host storage 00:43 < dostoyevsky2> sibiria: I know the key is at http://169.254.169.254/latest/meta-data/public-keys 00:44 < sibiria> dostoyevsky2: that doesn't help openbsd out of the box 00:44 < sibiria> it doesn't *do* "cloud-init" 00:44 < dostoyevsky2> sibiria: I could put it into the rc file and write to root's authorized keys, no? 00:45 < sibiria> if you boot to rescue mode you can mount the disk from there and set-up your ~/.ssh/authorized_keys file manually 00:48 < dostoyevsky2> sibiria: why couldn't I add a curl to the boot script in rescue mode that curls an authorized key from the mentioned url and adds it to root's authorized_keys file? 00:49 -!- tozhu [~tozhu@218.89.244.115] has joined #openbsd 00:49 < sibiria> you can if you want to, from rc.local 00:50 < sibiria> don't forget to also "pkg_add curl" 00:50 < sibiria> (best use ftp(1)) 00:50 < Bradipo> Definitely better to use ftp(1) for this, no dependency on packages. 00:51 < Bradipo> And make sure you maintain proper TLS trust. 00:53 < pardis> /etc/rc.firsttime is a better place for this 00:54 < pardis> and there is no TLS for an EC2-compatible metadata API, but it's served from a link-local address on a trusted network, so that doesn't matter much 00:55 -!- tozhu [~tozhu@218.89.244.115] has quit [Quit: tozhu] 00:56 < dostoyevsky2> hmmm.. I am not sure if I can mount the openbsd hdd via hetzner's linux-based rescue system 00:56 < sibiria> it *should* be mountable as ufs 00:56 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 00:56 < sibiria> to be honest, i don't know if debian 12 removed that from vanilla kernel... if so there might be a way for you to acquite support for it via fuse or some kernel module 00:57 < sibiria> the rescue system has network access and will allow you to install new stuff with apt 00:58 -!- alka2 [~alka2@user/alka2] has quit [Ping timeout: 255 seconds] 00:58 < dostoyevsky2> oh, I needed to "modprobe ufs" first (debian 12) 01:00 -!- Leopold [~Leopold@user/Leopold] has quit [Client Quit] 01:03 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 01:03 -!- aqsd [~aqsd@user/aqsd] has quit [Ping timeout: 260 seconds] 01:04 < dostoyevsky2> I can't write to the OpenBSD disk though: `mount -w -t ufs -o ufstype=ufs2 /dev/sda4 /mnt/ && touch /mnt/root/test || umount /mnt' -> touch: cannot touch '/mnt/root/test': Read-only file system 01:04 -!- SirJitsu-work [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Remote host closed the connection] 01:09 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 260 seconds] 01:11 -!- jagtalon [~jag@user/jagtalon] has quit [Quit: leaving] 01:11 -!- jagtalon [~jag@user/jagtalon] has joined #openbsd 01:15 -!- aqsd [~aqsd@user/aqsd] has joined #openbsd 01:15 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 01:16 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 01:18 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 01:27 -!- dsrt^ [~cd@c-98-242-74-66.hsd1.ga.comcast.net] has joined #openbsd 01:38 -!- iNomad [~iNomad@176.116.80.4] has quit [Ping timeout: 256 seconds] 01:38 -!- iNomad [~iNomad@176.116.80.4] has joined #openbsd 01:42 -!- adig [~default@37.251.222.6] has quit [Read error: Connection reset by peer] 01:50 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 01:50 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 01:54 -!- gnucode [~gnucode@user/jab] has quit [Remote host closed the connection] 01:55 -!- Guest12Nerd [~Guest12Ne@138.199.43.76] has joined #openbsd 01:58 -!- Guest12Nerd [~Guest12Ne@138.199.43.76] has quit [Client Quit] 02:02 -!- Guest12Nerd [~Guest12Ne@138.199.43.76] has joined #openbsd 02:04 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 260 seconds] 02:06 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 02:06 -!- linetrace [~linetrace@c-76-19-81-84.hsd1.vt.comcast.net] has quit [Read error: Connection reset by peer] 02:06 -!- linetrac1 [~linetrace@c-76-19-81-84.hsd1.vt.comcast.net] has joined #openbsd 02:06 -!- Guest12Nerd [~Guest12Ne@138.199.43.76] has quit [Client Quit] 02:07 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 02:13 -!- Leopold [~Leopold@user/Leopold] has quit [Excess Flood] 02:14 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 02:16 -!- _nmdv_ [~nmdv@user/nmdv] has joined #openbsd 02:20 -!- jagtalon [~jag@user/jagtalon] has quit [Remote host closed the connection] 02:21 -!- treefrob [~treefrob@p5dc70bbf.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 02:22 -!- Leopold [~Leopold@user/Leopold] has quit [Remote host closed the connection] 02:24 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 02:25 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 02:25 < vortexx> dostoyevsky2: you have to recompile the ufs module with write enabled on linux, it's a pita that not a single distro will enable it by default just because someone marked it DANGEROUS 20 if not 25+ years ago 02:25 * oldlaptop vaguely recalls that someone switched it to enabled by default relatively recently, but not who 02:26 < oldlaptop> I would imagine (based on nothing much) that ffs2 is about the safest one to write to(?) 02:26 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 02:26 < thrig> but they forgot to mark ext, reiserfs, btrfs, xfs as dangerous 02:26 < oldlaptop> as relatively narrowly defined (not so many random '80s vendors with their own five flavors) 02:28 < vortexx> does bsd.rd use ffs2 or is it still ffs1? 02:29 -!- _nmdv_ [~nmdv@user/nmdv] has quit [Ping timeout: 252 seconds] 02:29 -!- Leopold [~Leopold@user/Leopold] has quit [Read error: Connection reset by peer] 02:33 -!- mlw [~mlw@154.127.5.112] has joined #openbsd 02:34 -!- treefrob [~treefrob@p5dc70d55.dip0.t-ipconnect.de] has joined #openbsd 02:34 -!- lennox [~lennox@172.245.168.208] has quit [Remote host closed the connection] 02:34 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 02:35 -!- seninha [~seninha@user/seninha] has joined #openbsd 02:36 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Read error: Connection reset by peer] 02:36 -!- emmanuelux [~emmanuelu@user/emmanuelux] has joined #openbsd 02:39 < dostoyevsky2> vortexx: I reinstalled a fresh openbsd and then added a fetch for cloud-init's public key after that 02:55 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 02:58 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 02:59 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 03:00 -!- uwharrie [~uwharrie@user/uwharrie] has joined #openbsd 03:08 -!- tursom3 [~tursom@240e:390:859:9c40:be24:11ff:fe6c:6ae6] has quit [Quit: The Lounge - https://thelounge.chat] 03:11 -!- dub_a [~dub_a@c-73-25-187-149.hsd1.wa.comcast.net] has quit [Ping timeout: 256 seconds] 03:12 -!- tursom3 [~tursom@183.157.13.162] has joined #openbsd 03:15 -!- lagash [lagash@tomglok.freeirc.org] has quit [Remote host closed the connection] 03:15 -!- lagash [lagash@cornel.freeirc.org] has joined #openbsd 03:24 -!- tursom3 [~tursom@183.157.13.162] has quit [Quit: The Lounge - https://thelounge.chat] 03:24 -!- tursom9 [~tursom@183.157.13.162] has joined #openbsd 03:25 -!- mlw [~mlw@154.127.5.112] has quit [Ping timeout: 256 seconds] 03:32 -!- tursom9 [~tursom@183.157.13.162] has quit [Quit: The Lounge - https://thelounge.chat] 03:33 -!- tursom9 [~tursom@183.157.13.162] has joined #openbsd 03:33 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 03:33 -!- dub_a [~dub_a@c-73-25-187-149.hsd1.wa.comcast.net] has joined #openbsd 03:33 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 03:38 -!- edthix [~Thunderbi@115.132.139.224] has joined #openbsd 03:42 -!- tursom94 [~tursom@183.157.13.162] has joined #openbsd 03:42 -!- tursom9 [~tursom@183.157.13.162] has quit [Ping timeout: 256 seconds] 03:42 -!- tursom94 is now known as tursom9 03:44 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 260 seconds] 03:45 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 03:51 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 260 seconds] 03:52 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 03:59 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 260 seconds] 03:59 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 04:02 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 260 seconds] 04:07 -!- aqsd [~aqsd@user/aqsd] has quit [Ping timeout: 240 seconds] 04:08 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 04:08 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 04:09 -!- mlw [~mlw@154.127.5.112] has joined #openbsd 04:09 -!- tursom99 [~tursom@240e:390:859:9c40:be24:11ff:fe6c:6ae6] has joined #openbsd 04:10 -!- tursom9 [~tursom@183.157.13.162] has quit [Read error: Connection reset by peer] 04:10 -!- tursom99 is now known as tursom9 04:12 -!- quiliro [~user@157.100.143.13] has quit [Remote host closed the connection] 04:12 -!- mxz [~mxz@user/mxz] has quit [Ping timeout: 255 seconds] 04:14 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 04:20 -!- aqsd [~aqsd@user/aqsd] has joined #openbsd 04:21 -!- shiranaihito_ [~shiranaih@ppp-124-122-56-103.revip2.asianet.co.th] has joined #openbsd 04:23 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 260 seconds] 04:25 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 04:28 -!- jambove [~jambove@BC063DD6.dsl.pool.telekom.hu] has quit [Ping timeout: 264 seconds] 04:29 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 04:29 -!- jambove [~jambove@BC063DD6.dsl.pool.telekom.hu] has joined #openbsd 04:35 -!- tursom9 [~tursom@240e:390:859:9c40:be24:11ff:fe6c:6ae6] has quit [Quit: The Lounge - https://thelounge.chat] 04:35 -!- tursom4 [~tursom@240e:390:859:9c40:be24:11ff:fe6c:6ae6] has joined #openbsd 04:37 -!- Bradipo [~amb@50.77.44.29] has quit [Ping timeout: 260 seconds] 04:41 -!- leo-unglaub [~leo-ungla@2001:871:258:5c5e:5b64:841:c76:87ed] has quit [Quit: Leaving.] 04:42 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 04:43 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 04:53 -!- lennox [~lennox@ladoublery.org] has joined #openbsd 04:55 -!- lennox [~lennox@ladoublery.org] has quit [Client Quit] 05:01 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 05:07 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 260 seconds] 05:08 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 05:10 -!- Warr1024 [~Warr@user/warr1024] has quit [Read error: Connection reset by peer] 05:11 -!- Warr1024 [~Warr@user/warr1024] has joined #openbsd 05:17 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 05:17 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 05:24 -!- tozhu [~tozhu@117.139.163.129] has left #openbsd [] 05:44 -!- shiranaihito_ [~shiranaih@ppp-124-122-56-103.revip2.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 05:51 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 05:52 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 06:08 -!- audaine [~gentoo@2601:5cf:8000:7960:4be0:890f:3fe7:f011] has joined #openbsd 06:18 -!- uncleyear [~ian@178.66.131.97] has joined #openbsd 06:19 -!- mxz [~mxz@user/mxz] has joined #openbsd 06:25 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 06:26 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 06:28 -!- shiranaihito_ [~shiranaih@2001:fb1:76:cc50:5d62:c719:cf9:f591] has joined #openbsd 06:32 -!- mlw [~mlw@154.127.5.112] has quit [Ping timeout: 264 seconds] 06:33 -!- Jaywalker_ [~Jaywalker@209.33.126.194] has quit [Ping timeout: 246 seconds] 06:34 -!- Jaywalker [~Jaywalker@209.33.126.194] has joined #openbsd 06:34 -!- mlw [~mlw@154.127.13.192] has joined #openbsd 06:39 -!- Leopold_ [~Leopold@user/Leopold] has joined #openbsd 06:42 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 260 seconds] 06:46 -!- Guest7282 [~Guest7282@1.195-178-91.adsl-dyn.isp.belgacom.be] has joined #openbsd 06:52 -!- tozhu [~tozhu@117.136.62.99] has joined #openbsd 06:53 -!- zskwrel [~gadfly@72-46-61-50.lnk.ne.static.allophone.net] has quit [Quit: ZNC 1.8.2 - https://znc.in] 06:53 -!- tozhu [~tozhu@117.136.62.99] has quit [Read error: Connection reset by peer] 06:57 -!- zetef [~quassel@95.77.17.251] has joined #openbsd 06:57 -!- zskwrel [~gadfly@72-46-61-50.lnk.ne.static.allophone.net] has joined #openbsd 06:58 -!- zoraj [~zoraj@41.136.95.203] has quit [Ping timeout: 255 seconds] 06:59 -!- zoraj [~zoraj@102.113.105.16] has joined #openbsd 07:00 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 07:00 -!- Leopold_ [~Leopold@user/Leopold] has quit [Remote host closed the connection] 07:01 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 07:01 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 07:06 -!- foton [~foton@user/foton] has joined #openbsd 07:06 -!- om3ga [~om3ga@46.49.41.80] has joined #openbsd 07:11 -!- shiranaihito_ [~shiranaih@2001:fb1:76:cc50:5d62:c719:cf9:f591] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 07:15 -!- user71 [~user71@2001:1530:1012:3ac0:1e6f:65ff:fe88:557f] has joined #openbsd 07:18 -!- user71 [~user71@2001:1530:1012:3ac0:1e6f:65ff:fe88:557f] has quit [Remote host closed the connection] 07:18 -!- user71 [~user71@2001:1530:1012:3ac0:1e6f:65ff:fe88:557f] has joined #openbsd 07:35 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 07:35 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 07:44 -!- horrad [~horrad@p50989fe8.dip0.t-ipconnect.de] has joined #openbsd 07:48 -!- deron [~Thunderbi@47.217.237.186] has quit [Remote host closed the connection] 07:50 -!- struchu [~struchu@62.87.192.114] has joined #openbsd 07:50 -!- foton [~foton@user/foton] has quit [Read error: Connection reset by peer] 07:51 -!- gbowne1 [~gbowne1@97-113-75-249.tukw.qwest.net] has quit [Quit: Leaving] 07:51 -!- arch-nemesis [~arch-neme@user/arch-nemesis] has quit [Remote host closed the connection] 07:52 -!- foton [~foton@user/foton] has joined #openbsd 07:58 -!- rustyy [~rusty@74.3.163.187] has quit [Quit: leaving] 08:03 -!- edthix [~Thunderbi@115.132.139.224] has quit [Quit: edthix] 08:04 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:ed7c:6283:1fd4:b8a4] has quit [Ping timeout: 255 seconds] 08:05 -!- imega [~coma@55.42.150.83.ftth.as8758.net] has joined #openbsd 08:07 -!- shiranaihito_ [~shiranaih@ppp-124-122-56-103.revip2.asianet.co.th] has joined #openbsd 08:07 -!- aqsd [~aqsd@user/aqsd] has quit [Ping timeout: 240 seconds] 08:08 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 08:09 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 08:10 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 08:11 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 08:12 -!- vbotka [~vbotka@92.245.202.144] has joined #openbsd 08:14 -!- imega [~coma@55.42.150.83.ftth.as8758.net] has quit [Ping timeout: 260 seconds] 08:15 -!- adip [~adip@c159-63.icpnet.pl] has joined #openbsd 08:16 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:ed7c:6283:1fd4:b8a4] has joined #openbsd 08:19 -!- vdamewood [~vdamewood@fedora/vdamewood] has joined #openbsd 08:20 -!- aqsd [~aqsd@user/aqsd] has joined #openbsd 08:39 -!- adip [~adip@c159-63.icpnet.pl] has quit [Ping timeout: 260 seconds] 08:39 -!- rs [~rs@user/rs] has quit [Ping timeout: 252 seconds] 08:42 -!- ikichiga [~ikichiga@5.101.21.156] has quit [Ping timeout: 272 seconds] 08:43 -!- mystic [~mystic@user/mystic] has joined #openbsd 08:43 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 08:44 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 08:44 -!- mystic [~mystic@user/mystic] has quit [Client Quit] 08:45 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 08:45 -!- rs [~rs@50.35.109.75] has joined #openbsd 08:45 -!- rs is now known as Guest7702 08:49 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Ping timeout: 252 seconds] 08:53 -!- imega [~coma@55.42.150.83.ftth.as8758.net] has joined #openbsd 08:58 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 08:59 -!- edthix [~Thunderbi@115.132.139.224] has joined #openbsd 09:01 -!- Guest7702 [~rs@50.35.109.75] has quit [Ping timeout: 246 seconds] 09:01 -!- mystic [~mystic@user/mystic] has joined #openbsd 09:01 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 09:03 < mystic> hello guys, anyone has cache problem with browser chromium ? I mean it gives me not fresh pages.. so on facebook or other sites it gives me stale (and then fake) pages. Anyone has the same problem ? 09:04 -!- ikichiga [~ikichiga@5.101.21.156] has joined #openbsd 09:07 -!- rs [~rs@50.35.109.75] has joined #openbsd 09:07 -!- rs is now known as Guest1053 09:10 -!- Leonarbro [~Leo@user/leonarbro] has joined #openbsd 09:18 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 09:19 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 09:22 -!- emmanuelux [~emmanuelu@user/emmanuelux] has joined #openbsd 09:23 -!- Foxy_ [~fox@user/Foxy/x-8224177] has quit [Quit: WeeChat 4.1.1] 09:24 -!- mystic [~mystic@user/mystic] has quit [Quit: leaving] 09:26 -!- emmanuelux_ [~emmanuelu@user/emmanuelux] has joined #openbsd 09:27 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Ping timeout: 255 seconds] 09:27 -!- Foxy_ [~fox@user/Foxy/x-8224177] has joined #openbsd 09:35 -!- pamal [~pamal@user/pamal] has joined #openbsd 09:38 -!- pamal [~pamal@user/pamal] has quit [Client Quit] 09:38 -!- needle_ [~needle@user/needle] has joined #openbsd 09:39 -!- needle_ [~needle@user/needle] has left #openbsd [] 09:40 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 09:40 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 09:40 -!- user71 [~user71@2001:1530:1012:3ac0:1e6f:65ff:fe88:557f] has quit [Quit: Leaving] 09:46 -!- jas-maelstrom [~jas@2600:8803:7685:4e00::33aa] has quit [Ping timeout: 255 seconds] 09:53 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 09:54 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 09:57 -!- rustyy [~rusty@74.3.163.187] has joined #openbsd 09:57 -!- Nixkernal [~quassel@2a02:1210:1613:e600:d0fa:d2bd:772c:83e7] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 09:58 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 268 seconds] 09:59 -!- Nixkernal [~quassel@2a02:1210:1613:e600:6423:5a57:65aa:24f] has joined #openbsd 10:01 -!- agrosant [~agrosant@77.49.160.162.dsl.dyn.forthnet.gr] has joined #openbsd 10:12 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 10:18 -!- jakef [~user@user/jakef] has joined #openbsd 10:18 -!- SiFuh_ [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 10:25 -!- emmanuelux_ [~emmanuelu@user/emmanuelux] has quit [Ping timeout: 255 seconds] 10:27 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 10:27 -!- Guest7282 [~Guest7282@1.195-178-91.adsl-dyn.isp.belgacom.be] has left #openbsd [] 10:28 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 10:33 -!- ficonni [~ficonni@46.235.97.247] has joined #openbsd 10:33 -!- jakef [~user@user/jakef] has quit [Remote host closed the connection] 10:33 -!- fettuccine [~fettuccin@gateway/tor-sasl/fettuccine] has quit [Ping timeout: 260 seconds] 10:37 -!- shiranaihito_ [~shiranaih@ppp-124-122-56-103.revip2.asianet.co.th] has quit [Read error: Connection reset by peer] 10:37 -!- shiranaihito__ [~shiranaih@ppp-124-122-56-103.revip2.asianet.co.th] has joined #openbsd 10:43 -!- ficonni [~ficonni@46.235.97.247] has quit [Quit: Lost terminal] 10:43 -!- ficonni [~ficonni@46.235.97.247] has joined #openbsd 10:44 -!- agrosant [~agrosant@77.49.160.162.dsl.dyn.forthnet.gr] has quit [Ping timeout: 264 seconds] 10:45 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 10:46 -!- edthix [~Thunderbi@115.132.139.224] has quit [Quit: edthix] 10:48 -!- jas-maelstrom [~jas@2600:8803:7685:4e00::33aa] has joined #openbsd 10:50 -!- fettuccine [~fettuccin@gateway/tor-sasl/fettuccine] has joined #openbsd 10:51 < pardis> you asked the same question nearly a year ago 10:56 -!- adip [~adip@c159-63.icpnet.pl] has joined #openbsd 10:56 -!- zetef [~quassel@95.77.17.251] has quit [Remote host closed the connection] 11:02 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 11:03 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 11:03 < IcePic> pardis: if your pages don't change for a year, then it is certainly a problem. ;) 11:04 < pardis> last year it turned out the "problem" had nothing to do with stale cache and sounded like some sort of transparent proxy on a corporate network was injecting nonsense or something 11:04 < pardis> but of course no real detail was provided 11:04 < pardis> probably just a troll 11:05 < sibiria> imo best to disable disk caches. practically no benefit in storing stuff > 24 hours. a small RAM cache faster, better, less grindier 11:08 -!- c64 [uid502328@user/c64] has joined #openbsd 11:09 -!- agrosant [~agrosant@188.4.1.113.dsl.dyn.forthnet.gr] has joined #openbsd 11:12 -!- jakef [~user@user/jakef] has joined #openbsd 11:27 -!- zetef [~quassel@95.77.17.251] has joined #openbsd 11:31 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 11:34 -!- jakef [~user@user/jakef] has quit [Remote host closed the connection] 11:35 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 260 seconds] 11:36 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 11:37 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 11:37 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 11:39 -!- jakef [~user@user/jakef] has joined #openbsd 11:40 < dostoyevsky2> When I scp my installer to the server and then ssh to run `./installer' I get the message "Text file busy" .. so now I scp it to payload and then in the ssh I first do a `cp payload installer && chmod 700 installer' and then I don't get the busy message... 11:42 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 260 seconds] 11:43 < sibiria> dostoyevsky2: if it were me i'd just prepare my installation as a virtual machine locally, then dd that diskimage onto the host storage 11:44 < sibiria> gives you some peace and quiet to do basic setup and patching before the setup boots out in the wild 11:45 < dostoyevsky2> sibiria: my installations are too dynamic to use just a static diskimage 11:45 < sibiria> "too dynamic" how? 11:46 < sibiria> what part of the install cannot be configured once the install is complete? 11:48 -!- Leone [~Leo@45.72.211.215] has joined #openbsd 11:48 < dostoyevsky2> sibiria: the pkg_adds are different, based on the profile of the server, also what users are created and whether they are allowed to run "doas" 11:50 < dostoyevsky2> sibiria: But seems to me you are talking about the actual OpenBSD install... which I boot from a snapshot in hetzner which from after I setup cloud-init, I guess that's similar to dd'ing? 11:50 < sibiria> see "man install.site" 11:51 < sibiria> i suppose the snapshot from hetzner is similar. i never really checked their premade images out so i don't know what customization is in there 11:51 < sibiria> but openbsd's native solution is install.site since it doesn't have anything cloud-init so far 11:53 < dostoyevsky2> sibiria: My workflow is like: Create a new server with debian in the console (because OpenBSD cannot be selected there) and then attach the openbsd74 installer iso to the server after the first boot into debian, reboot -> install OpenBSD -> boot into OpenBSD -> setup cloud-init -> create snapshot ... now one can create new servers via the REST API specifying that OpenBSD snapshot... if there is an 11:53 < dostoyevsky2> error I can just create another snapshot from that initial openbsd vm I created 11:54 < sibiria> so same as i would do but locally in qemu or virtualbox 11:54 < dostoyevsky2> the cloud-init helps a lot because the ssh keys involved are also dynamic 11:56 < sibiria> what do you mean with "cloud-init"? the inofficial openbsd port, or reyk's cloud-agent? 11:56 < dostoyevsky2> > /usr/local/bin/curl http://169.254.169.254/latest/meta-data/public-keys | /usr/local/bin/jq -r '.[0] // empty' > /root/.ssh/authorized_keys__cloud_init 11:57 < sibiria> ok your own custom thing 11:57 -!- aqsd [~aqsd@user/aqsd] has quit [Quit: Everywhere I turn I see more of those hollow glass chickens.] 11:57 < sibiria> install.site is the openbsd method for that. for now 11:59 < dostoyevsky2> I wonder if hetzner also uses qemu to run those cloud servers 12:00 < dostoyevsky2> pcidump show me `Bochs VGA' ... I thought the disks are also tagged as qemu somewhere 12:00 < sibiria> it's probably qemu/kvm, like almost everywhere else 12:04 < dostoyevsky2> I think on aws/gcp they use Xen or the like 12:05 < sibiria> aws uses kvm, and some of their other custom ingredients in the mix 12:05 < sibiria> e.g. "Nitro" 12:05 < IcePic> I think aws used xen before, but moved to kvm later 12:05 < IcePic> but also, aws and google and such are large enough to be able to maintain and develop forks of their own 12:05 < sibiria> [ 0.000000] Hypervisor detected: KVM <- from c6a generation 12:07 < dostoyevsky2> aws has these devices tagged "Amazon" in the pcidump output... they have custom devices I think 12:08 < sibiria> loads of them 12:09 < dostoyevsky2> And GCP has some scsi devices tagged as Google 12:11 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 12:11 < dostoyevsky2> I guess they emulate block devices on top of network storage that way 12:12 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 12:12 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 12:14 -!- inky [inky@gateway/vpn/protonvpn/inky] has quit [Quit: Leaving.] 12:18 -!- user71 [~user71@87-119-177-156.tll.elisa.ee] has joined #openbsd 12:19 -!- a51 [a51@gateway/vpn/protonvpn/a51] has joined #openbsd 12:21 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.0.4] 12:30 -!- quiliro [~user@157.100.143.8] has joined #openbsd 12:36 -!- luna_ [~luna@fedora/bittin] has joined #openbsd 12:36 -!- yifei [~azureuser@20.78.38.172] has quit [Ping timeout: 255 seconds] 12:36 < luna_> o: BSD Now on a Tuesday instead of a Thursday: https://www.bsdnow.tv/550 12:37 -!- yifei [~azureuser@20.78.38.172] has joined #openbsd 12:45 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 12:47 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 12:47 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 12:49 -!- donofrio [~donofrio@c-68-40-123-196.hsd1.mi.comcast.net] has quit [Read error: Connection reset by peer] 12:50 -!- zetef [~quassel@95.77.17.251] has quit [Remote host closed the connection] 12:55 -!- seninha [~seninha@user/seninha] has joined #openbsd 12:56 -!- ficonni [~ficonni@46.235.97.247] has quit [Remote host closed the connection] 12:56 -!- Guest7282 [~Guest7282@1.195-178-91.adsl-dyn.isp.belgacom.be] has joined #openbsd 12:57 -!- zorz [~zorz@ppp-2-85-104-25.home.otenet.gr] has joined #openbsd 12:57 -!- user71 [~user71@87-119-177-156.tll.elisa.ee] has quit [Quit: Leaving] 13:01 -!- tercaL [~tercaL@user/tercal] has joined #openbsd 13:03 < tercaL> Hi. Any idea on to install gnupg extension for PHP? I guess there is no such package under OpenBSD 7.4/amd64. Any clue would be much appreciated. 13:04 < tercaL> The FreeBSD does has the package, named; php81-pecl-gnupg-1.5.1 13:04 < tercaL> But couldn't find that on OpenBSD. 13:08 -!- aqsd [~aqsd@user/aqsd] has joined #openbsd 13:09 -!- tozhu [~tozhu@27.115.59.194] has joined #openbsd 13:10 < sibiria> can't imagine it'd be that hard to compile the shared lib 13:11 -!- busterb [~busterbco@user/busterbcook] has quit [Quit: ZNC 1.8.2 - https://znc.in] 13:11 -!- yclept [~yclept@user/yclept] has joined #openbsd 13:14 -!- busterbcook [~busterbco@user/busterbcook] has joined #openbsd 13:15 -!- quiliro [~user@157.100.143.8] has quit [Ping timeout: 260 seconds] 13:16 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." - Mikhail Tal] 13:21 -!- a51 [a51@gateway/vpn/protonvpn/a51] has quit [Quit: WeeChat 4.2.1] 13:21 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 13:21 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 13:21 -!- inky [inky@gateway/vpn/protonvpn/inky] has joined #openbsd 13:23 -!- Ssokar [~maize@2a09:bac5:151:355::55:36] has quit [Quit: Konversation terminated!] 13:23 -!- agrosant [~agrosant@188.4.1.113.dsl.dyn.forthnet.gr] has quit [Ping timeout: 264 seconds] 13:25 -!- busterbcook [~busterbco@user/busterbcook] has quit [Quit: ZNC 1.8.2 - https://znc.in] 13:26 -!- busterbcook [~busterbco@user/busterbcook] has joined #openbsd 13:26 -!- tozhu [~tozhu@27.115.59.194] has quit [Quit: tozhu] 13:29 -!- quiliro [~user@157.100.200.94] has joined #openbsd 13:29 -!- luna_ [~luna@fedora/bittin] has left #openbsd [] 13:32 -!- emmanuelux [~emmanuelu@user/emmanuelux] has joined #openbsd 13:36 -!- vados [~vados@46-133-148-32.mobile.vf-ua.net] has quit [Ping timeout: 272 seconds] 13:39 -!- user71 [~user71@gprs-inet-65-218.elisa.ee] has joined #openbsd 13:41 -!- mbuhl [~mbuhl@user/mbuhl] has quit [Ping timeout: 264 seconds] 13:41 -!- ClaudioM [claudiom@tilde.institute] has joined #openbsd 13:45 -!- agrosant [~agrosant@188.4.25.145.dsl.dyn.forthnet.gr] has joined #openbsd 13:47 -!- foton [~foton@user/foton] has quit [Ping timeout: 246 seconds] 13:50 -!- inky [inky@gateway/vpn/protonvpn/inky] has quit [Quit: Leaving.] 13:50 -!- agrosant [~agrosant@188.4.25.145.dsl.dyn.forthnet.gr] has quit [Ping timeout: 264 seconds] 13:51 -!- inky [inky@gateway/vpn/protonvpn/inky] has joined #openbsd 13:52 -!- jakef [~user@user/jakef] has quit [Remote host closed the connection] 13:55 -!- djhankb [~djhankb@208.113.164.68] has quit [Read error: Connection reset by peer] 13:56 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 14:00 -!- tozhu [~tozhu@27.115.59.194] has joined #openbsd 14:03 -!- tozhu [~tozhu@27.115.59.194] has quit [Client Quit] 14:05 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has joined #openbsd 14:13 -!- agrosant [~agrosant@62.1.251.207.dsl.dyn.forthnet.gr] has joined #openbsd 14:22 -!- rcf1 [~rcf@209.128.221.188] has quit [Quit: WeeChat 3.6] 14:22 -!- xet7 [~xet7@user/xet7] has joined #openbsd 14:26 -!- tursom4 [~tursom@240e:390:859:9c40:be24:11ff:fe6c:6ae6] has quit [Ping timeout: 255 seconds] 14:26 -!- struchu [~struchu@62.87.192.114] has quit [Quit: WeeChat 4.2.1] 14:26 -!- ficonni [~ficonni@93.87.80.250] has joined #openbsd 14:26 < tercaL> sibiria: I was preparing to activate enigma plugin (PGP/GPG plugin) for Roundcube on OpenBSD, and I thought it would need that PHP package.. However, it seems gnupg-2.4.3p2 was enough for it to work. Without PHP module, feeling lucky. 14:28 -!- agrosant [~agrosant@62.1.251.207.dsl.dyn.forthnet.gr] has quit [Ping timeout: 264 seconds] 14:28 -!- donofrio [~donofrio@actproxy.faa.gov] has joined #openbsd 14:30 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 14:30 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 14:30 -!- struchu [~struchu@62.87.192.114] has joined #openbsd 14:33 -!- mbuhl [~mbuhl@user/mbuhl] has joined #openbsd 14:35 -!- luca_ [~luca@dyndsl-095-033-154-214.ewe-ip-backbone.de] has joined #openbsd 14:35 -!- Bradipo [~amb@50.77.44.29] has joined #openbsd 14:36 -!- ublx [~ublx@user/ublx] has joined #openbsd 14:36 -!- luca_ is now known as OwlWizard 14:38 -!- OwlWizard [~luca@dyndsl-095-033-154-214.ewe-ip-backbone.de] has quit [Client Quit] 14:39 -!- mlw [~mlw@154.127.13.192] has quit [Ping timeout: 264 seconds] 14:40 -!- inky [inky@gateway/vpn/protonvpn/inky] has quit [Quit: Leaving.] 14:41 -!- agrosant [~agrosant@188.4.133.100.dsl.dyn.forthnet.gr] has joined #openbsd 14:41 -!- mlw [~mlw@154.127.5.165] has joined #openbsd 14:41 -!- inky [inky@gateway/vpn/protonvpn/inky] has joined #openbsd 14:44 -!- a51 [a51@gateway/vpn/protonvpn/a51] has joined #openbsd 14:46 -!- agrosant [~agrosant@188.4.133.100.dsl.dyn.forthnet.gr] has quit [Ping timeout: 264 seconds] 14:53 -!- tursom4 [~tursom@122.231.70.18] has joined #openbsd 14:54 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 14:56 -!- tozhu [~tozhu@27.115.59.194] has joined #openbsd 14:59 -!- vados [~vados@46-133-60-152.mobile.vf-ua.net] has joined #openbsd 15:00 -!- quiliro [~user@157.100.200.94] has quit [Ping timeout: 255 seconds] 15:01 -!- quiliro [~user@157.100.88.225] has joined #openbsd 15:02 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 260 seconds] 15:02 -!- tozhu [~tozhu@27.115.59.194] has quit [Quit: tozhu] 15:04 -!- euphores [~SASL_euph@user/euphores] has quit [Quit: Leaving.] 15:04 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 15:05 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 15:05 -!- tozhu [~tozhu@27.115.59.194] has joined #openbsd 15:05 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 15:05 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 260 seconds] 15:07 -!- struchu [~struchu@62.87.192.114] has quit [Quit: WeeChat 4.2.1] 15:10 -!- _nmdv_ [~nmdv@user/nmdv] has joined #openbsd 15:13 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 15:17 -!- gh34 [~textual@184-058-181-106.res.spectrum.com] has joined #openbsd 15:18 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 15:19 -!- jakef [~user@user/jakef] has joined #openbsd 15:19 -!- awesome [~awesome@146.158.122.14] has joined #openbsd 15:21 -!- miojo [~mns@187.19.173.130] has joined #openbsd 15:23 -!- psydroid [~psydroid@user/psydroid] has joined #openbsd 15:23 -!- PyR3X [~PyR3X@user/pyr3x] has quit [Quit: quit] 15:23 -!- desnudopenguino1 [~Thunderbi@c-73-157-16-238.hsd1.wa.comcast.net] has joined #openbsd 15:23 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 15:24 -!- justache is now known as fotastache 15:25 -!- jakef [~user@user/jakef] has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1)] 15:25 -!- PyR3X [~PyR3X@user/pyr3x] has joined #openbsd 15:26 -!- desnudopenguino [~Thunderbi@c-73-157-16-238.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 15:26 -!- desnudopenguino1 is now known as desnudopenguino 15:31 -!- NewtonTrendy [~ubuntu@user/bopqod] has joined #openbsd 15:37 -!- awesome [~awesome@146.158.122.14] has quit [Quit: Leaving] 15:37 < NewtonTrendy> hi, I'm not overaly experienced with openbsd, but the security and updates side of it is a major plus. Would like to have a portal I can issue vouchers for that let people instance their own IPv6 VPS (any os), would also like it to use spare resources to mine cryptocurrency on CPU, I'm typically an ubuntu user so i've considered things like microcloud, but it needs several servers for high 15:37 < NewtonTrendy> availability. 15:39 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 15:40 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 15:41 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has quit [Remote host closed the connection] 15:45 -!- tozhu [~tozhu@27.115.59.194] has quit [Quit: tozhu] 15:48 -!- adig [~default@37.251.222.6] has joined #openbsd 15:54 -!- Kruppt [~Kruppt@user/Kruppt] has joined #openbsd 15:55 -!- PyR3X [~PyR3X@user/pyr3x] has quit [Quit: quit] 15:55 -!- horrad [~horrad@p50989fe8.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 15:58 -!- PyR3X [~PyR3X@user/pyr3x] has joined #openbsd 15:59 -!- awesome [~awesome@146.158.122.14] has joined #openbsd 15:59 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 272 seconds] 16:11 -!- vdamewood [~vdamewood@fedora/vdamewood] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 16:11 -!- tozhu [~tozhu@27.115.59.194] has joined #openbsd 16:12 -!- quiliro` [~user@157.100.200.94] has joined #openbsd 16:14 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 16:15 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 16:15 -!- quiliro [~user@157.100.88.225] has quit [Ping timeout: 256 seconds] 16:18 -!- Guest7282 [~Guest7282@1.195-178-91.adsl-dyn.isp.belgacom.be] has left #openbsd [] 16:21 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has joined #openbsd 16:27 -!- Guest7282 [~Guest7282@1.195-178-91.adsl-dyn.isp.belgacom.be] has joined #openbsd 16:33 -!- donofrio [~donofrio@actproxy.faa.gov] has quit [Ping timeout: 268 seconds] 16:33 -!- awesome [~awesome@146.158.122.14] has quit [Remote host closed the connection] 16:34 -!- donofrio [~donofrio@actproxy.faa.gov] has joined #openbsd 16:34 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 252 seconds] 16:38 -!- donofrio [~donofrio@actproxy.faa.gov] has quit [Ping timeout: 268 seconds] 16:48 -!- A1ice [~a1ice@gateway/tor-sasl/a1ice] has joined #openbsd 16:49 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 16:50 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 16:50 -!- A7ice [~a1ice@gateway/tor-sasl/a1ice] has joined #openbsd 16:51 -!- A1ice [~a1ice@gateway/tor-sasl/a1ice] has quit [Remote host closed the connection] 16:54 -!- donofrio [~donofrio@c-68-40-123-196.hsd1.mi.comcast.net] has joined #openbsd 16:55 -!- CrashOverride [~strcat@p5485586b.dip0.t-ipconnect.de] has joined #openbsd 16:57 -!- donofrio_ [~donofrio@iactcepasv500.faa.gov] has joined #openbsd 16:59 -!- varighet [~varighet@94-224-80-37.access.telenet.be] has quit [Quit: WeeChat 4.2.1] 17:01 -!- donofrio [~donofrio@c-68-40-123-196.hsd1.mi.comcast.net] has quit [Ping timeout: 264 seconds] 17:01 -!- A7ice [~a1ice@gateway/tor-sasl/a1ice] has quit [Ping timeout: 260 seconds] 17:01 -!- yclept [~yclept@user/yclept] has quit [Remote host closed the connection] 17:11 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has joined #openbsd 17:17 -!- yclept [~yclept@user/yclept] has joined #openbsd 17:20 -!- seninha [~seninha@user/seninha] has joined #openbsd 17:20 -!- ficonni [~ficonni@93.87.80.250] has quit [Remote host closed the connection] 17:21 -!- c64 [uid502328@user/c64] has quit [Quit: Connection closed for inactivity] 17:22 -!- fotastache [~justache@user/justache] has quit [Quit: ZNC 1.8.2 - https://znc.in] 17:24 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 17:24 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 17:25 -!- varighet [~varighet@94-224-80-37.access.telenet.be] has joined #openbsd 17:25 -!- cat5 [~de@user/cat5] has joined #openbsd 17:28 -!- cornpaffies [~cornpaffi@user/cornpaffies] has joined #openbsd 17:35 -!- quiliro` is now known as quiliro 17:41 -!- martin_ [nobody@84-52-249.35.3p.ntebredband.no] has quit [Quit: WeeChat 3.8] 17:43 -!- ikichiga [~ikichiga@5.101.21.156] has quit [Ping timeout: 255 seconds] 17:44 -!- martin_ [nobody@84-52-249.35.3p.ntebredband.no] has joined #openbsd 17:46 -!- thrig [~thrig@c-73-221-177-233.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 17:47 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 17:48 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 17:51 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 255 seconds] 17:53 -!- ikichiga [~ikichiga@188.225.48.193] has joined #openbsd 17:55 -!- vdamewood [~vdamewood@fedora/vdamewood] has joined #openbsd 17:56 -!- thrig [~thrig@c-73-221-177-233.hsd1.wa.comcast.net] has joined #openbsd 17:58 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 17:59 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 18:14 -!- oneeyedalien [~oneeyedal@user/oneeyedalien] has joined #openbsd 18:24 -!- desnudopenguino1 [~Thunderbi@c-73-157-16-238.hsd1.wa.comcast.net] has joined #openbsd 18:28 -!- desnudopenguino [~Thunderbi@c-73-157-16-238.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 18:28 -!- desnudopenguino1 is now known as desnudopenguino 18:30 -!- euphores [~SASL_euph@user/euphores] has quit [Ping timeout: 264 seconds] 18:31 -!- oneeyedalien [~oneeyedal@user/oneeyedalien] has quit [Quit: Leaving] 18:33 -!- lus [~twanny@195.158.111.16] has joined #openbsd 18:33 -!- lus [~twanny@195.158.111.16] has quit [Client Quit] 18:34 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 18:34 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 18:41 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 18:44 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 18:45 -!- cornpaffies [~cornpaffi@user/cornpaffies] has quit [Quit: bye] 18:52 -!- qqq [~qqq@92.43.167.61] has quit [Remote host closed the connection] 18:52 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 18:55 -!- awesome [~awesome@146.158.122.14] has joined #openbsd 19:00 -!- ArtGravity [~artgravit@user/artgravity] has joined #openbsd 19:00 < miah> bitcoin is a waste of electricity 19:01 < thrig> and time spent purging the mail server of "brother, have you heard the good word of bitcoin?" spam 19:03 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has quit [Quit: tarxvfz] 19:04 < sibiria> and penny stocks are a waste of pennys. news at eleven 19:05 < sibiria> pennies* 19:05 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 19:07 < ssm_> wasting pennies doesn't burn the planet 19:09 < sibiria> bitcoin mining's impact is greatly exaggerated. bitcoin (and crypto) transactions even more so 19:09 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 19:09 < phy1729> It's also not topical here 19:09 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 19:10 -!- kylen [kylen@lagoon.freebsd.lublin.pl] has quit [Ping timeout: 264 seconds] 19:11 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 260 seconds] 19:11 -!- kylen [~kylen@lagoon.freebsd.lublin.pl] has joined #openbsd 19:11 < byteskeptical> nice just in time for the bitcoin talk 19:13 -!- fettuccine [~fettuccin@gateway/tor-sasl/fettuccine] has quit [Quit: WeeChat 4.0.4] 19:13 -!- quiliro` [~user@157.100.88.225] has joined #openbsd 19:15 -!- quiliro [~user@157.100.200.94] has quit [Ping timeout: 256 seconds] 19:16 -!- quiliro` is now known as quiliro 19:19 -!- vesper [~jdoe@gateway/tor-sasl/vesper] has joined #openbsd 19:19 -!- vesper [~jdoe@gateway/tor-sasl/vesper] has quit [Client Quit] 19:20 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 19:23 < NewtonTrendy> you saw the email dump? it said about how satoshi used the reason that the bitcoin blockchain uses less resources than having banking buildings and employing staff 19:23 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 19:23 < phy1729> NewtonTrendy: still not topical here 19:23 < NewtonTrendy> phy1729: i didnt notice you warn the first time sorry 19:23 < NewtonTrendy> i've seen now 19:24 -!- gbowne1 [~gbowne1@97-113-75-249.tukw.qwest.net] has joined #openbsd 19:30 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Ping timeout: 268 seconds] 19:30 -!- jfsimon1981 [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Ping timeout: 272 seconds] 19:31 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 19:31 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 19:41 -!- ClaudioM [claudiom@tilde.institute] has quit [Quit: leaving] 19:42 -!- mlw [~mlw@154.127.5.165] has quit [Ping timeout: 252 seconds] 19:43 -!- gh34 [~textual@184-058-181-106.res.spectrum.com] has quit [Quit: Textual IRC Client: www.textualapp.com] 19:43 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 19:44 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 19:52 -!- lus [~twanny@195.158.111.16] has joined #openbsd 19:53 -!- lus [~twanny@195.158.111.16] has quit [Quit: leaving] 20:00 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 20:01 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 260 seconds] 20:01 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 20:11 -!- awesome [~awesome@146.158.122.14] has quit [Quit: awesome] 20:12 -!- shiranaihito__ [~shiranaih@ppp-124-122-56-103.revip2.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 20:13 -!- donofrio_ [~donofrio@iactcepasv500.faa.gov] has quit [Read error: Connection reset by peer] 20:14 -!- donofrio_ [~donofrio@iactcepasv500.faa.gov] has joined #openbsd 20:17 -!- user71 [~user71@gprs-inet-65-218.elisa.ee] has quit [Quit: Leaving] 20:18 -!- djhankb [~djhankb@208.113.164.68] has quit [Read error: Connection reset by peer] 20:19 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 20:26 -!- lavaball [~Melissa@31.204.155.215] has quit [Quit: lavaball] 20:31 -!- format_c [~format_c@home.koeppe.rocks] has joined #openbsd 20:33 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 20:33 -!- vdamewood [~vdamewood@fedora/vdamewood] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 20:41 -!- Leopold [~Leopold@user/Leopold] has quit [Ping timeout: 260 seconds] 20:42 -!- absc [absc@2a04:ee41:8:6055:2c52:3169:59ee:2d1b] has joined #openbsd 20:47 -!- Guest1053 [~rs@50.35.109.75] has left #openbsd [] 20:50 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has quit [Quit: https://github.com/ivdsangen] 20:52 -!- Leopold [~Leopold@user/Leopold] has joined #openbsd 20:52 -!- zetef [~quassel@5.2.182.98] has joined #openbsd 20:53 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 20:53 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 20:58 -!- SexWarrior [~DankFrank@2a01:4b00:940e:f600:3461:288:be93:c0b3] has joined #openbsd 21:07 -!- zetef [~quassel@5.2.182.98] has quit [Remote host closed the connection] 21:10 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 21:14 -!- danilogondolfo [~danilogon@37.228.206.65] has quit [Quit: Leaving] 21:23 -!- yclept [~yclept@user/yclept] has quit [Remote host closed the connection] 21:26 -!- absc [absc@2a04:ee41:8:6055:2c52:3169:59ee:2d1b] has quit [Quit: Got to go. irctk 1.1.0-alpha] 21:28 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 21:28 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 21:31 -!- arch-nemesis [~arch-neme@user/arch-nemesis] has joined #openbsd 21:39 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 21:44 -!- zanetti [~Thunderbi@2804:7f0:9b80:8c6:b4d3:4e33:4e69:ec6f] has quit [Quit: zanetti] 21:49 -!- uncleyear [~ian@178.66.131.97] has quit [Remote host closed the connection] 21:51 -!- uncleyear [~ian@178.66.131.97] has joined #openbsd 21:57 -!- CrashOverride [~strcat@p5485586b.dip0.t-ipconnect.de] has quit [Ping timeout: 255 seconds] 21:57 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.0.4] 22:02 -!- tursom49 [~tursom@240e:390:85b:3700:be24:11ff:fe6c:6ae6] has joined #openbsd 22:03 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 22:03 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 22:04 -!- tursom4 [~tursom@122.231.70.18] has quit [Ping timeout: 264 seconds] 22:11 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 22:12 -!- quiliro` [~user@157.100.88.225] has joined #openbsd 22:15 -!- quiliro [~user@157.100.88.225] has quit [Ping timeout: 264 seconds] 22:25 -!- jfsimon1981 [~jfsimon19@228.142.155.78.rev.sfr.net] has joined #openbsd 22:32 -!- andkrau [~andkrau@2601:243:900:8b06:7ef1:9750:bba9:9d88] has joined #openbsd 22:35 < dostoyevsky2> htop shows me `Mem: 722M/1.87G' with `top -b -d 1 1 | grep Mem ; sysctl hw.physmem hw.usermem hw.pagesize ' I get: `Memory: Real: 30M/1063M act/tot Free: 850M Cache: 342M Swap: 0K/935M\nhw.physmem=2080227328\nhw.usermem=2080210944\nhw.pagesize=4096" ... somehow I am never able to reproduce memory used/free numbers, also on other OSes 22:37 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Remote host closed the connection] 22:37 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 22:38 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 22:39 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 22:39 -!- format_c [~format_c@home.koeppe.rocks] has quit [Quit: format_c] 22:41 -!- hyperreal [~hyperreal@fedora/hyperreal] has quit [Ping timeout: 255 seconds] 22:52 -!- jfsimon1981 [~jfsimon19@228.142.155.78.rev.sfr.net] has quit [Remote host closed the connection] 22:55 -!- adip [~adip@c159-63.icpnet.pl] has quit [Ping timeout: 264 seconds] 22:55 -!- hyperreal [~hyperreal@fedora/hyperreal] has joined #openbsd 23:00 -!- psydroid [~psydroid@user/psydroid] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 23:00 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has quit [Read error: Connection reset by peer] 23:02 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has joined #openbsd 23:08 -!- hyperreal [~hyperreal@fedora/hyperreal] has quit [Ping timeout: 268 seconds] 23:11 -!- jardsonto [~jardsonto@200.220.236.135] has joined #openbsd 23:12 -!- comradeCrow [~comradeCr@99-110-128-132.lightspeed.irvnca.sbcglobal.net] has joined #openbsd 23:13 -!- adig [~default@37.251.222.6] has quit [Read error: Connection reset by peer] 23:13 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 23:13 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 23:15 -!- Bradipo [~amb@50.77.44.29] has quit [Quit: Lost terminal] 23:16 -!- jardsonto [~jardsonto@200.220.236.135] has quit [Ping timeout: 264 seconds] 23:17 -!- jardsonto [~jardsonto@200.220.237.241] has joined #openbsd 23:18 < dostoyevsky2> When I do `# pkg_mklocatedb > a' I see a lot of garbled output in a... `.rrsstpyt..hmlhttxxtmatm.t.conim2.vikerb.pin.vere.tes.re.3leakONRES.0.thliEScm1.opilptt-_CeshoINn.co10E' 23:20 -!- inky [inky@gateway/vpn/protonvpn/inky] has quit [Ping timeout: 252 seconds] 23:22 -!- SexWarrior [~DankFrank@2a01:4b00:940e:f600:3461:288:be93:c0b3] has quit [Quit: Leaving] 23:22 < dostoyevsky2> If I omit the "> a" it just outputs it to stdout... like 100k of garbled output... 23:35 -!- jardsonto [~jardsonto@200.220.237.241] has quit [Ping timeout: 255 seconds] 23:37 -!- jakef [~user@user/jakef] has joined #openbsd 23:41 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 23:47 -!- germ [~quassel@user/mipsel3] has quit [Ping timeout: 255 seconds] 23:47 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 23:48 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 23:49 -!- germ [~quassel@50.39.179.7] has joined #openbsd 23:51 -!- cornpaffies [~cornpaffi@user/cornpaffies] has joined #openbsd 23:53 -!- seninha [~seninha@user/seninha] has joined #openbsd 23:54 -!- inky [inky@gateway/vpn/protonvpn/inky] has joined #openbsd --- Log closed Wed Mar 13 00:00:59 2024