--- Log opened Sun Jun 18 00:00:24 2023 00:05 -!- SamuelMarks [~SamuelMar@user/samuelmarks] has joined #openbsd 00:05 < SamuelMarks> hi 00:05 < SamuelMarks> To use this function, do I need to define `_BSD_SOURCE`? - https://man.freebsd.org/cgi/man.cgi?query=strnstr&sektion=3 00:07 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: Leaving] 00:09 -!- rawgreaze [~rawgreaze@user/rawgreaze] has quit [Quit: ZNC 1.8.2 - https://znc.in] 00:09 -!- ludovicus [jimbo@user/ludovicus] has quit [Ping timeout: 240 seconds] 00:15 -!- rawgreaze [~rawgreaze@user/rawgreaze] has joined #openbsd 00:20 < phy1729> That's a freebsd man page. You'd have to ask them 00:20 -!- ludovicus [jimbo@user/ludovicus] has joined #openbsd 00:22 -!- pieguy128 [~pieguy128@bras-base-mtrlpq5031w-grc-56-65-92-162-12.dsl.bell.ca] has quit [Quit: ZNC 1.8.2 - https://znc.in] 00:22 -!- pieguy128 [~pieguy128@bras-base-mtrlpq5031w-grc-56-65-92-162-12.dsl.bell.ca] has joined #openbsd 00:24 < SamuelMarks> phy1729 - Yeah but I'm having fun #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \ defined(__bsdi__) || defined(__DragonFly__) || defined(BSD) 00:24 < SamuelMarks> What do I need to support OpenBSD? - Because I'm getting ld: error: undefined symbol: strnstr 00:25 < xtile> SamuelMarks: http://man.openbsd.org/strnstr Do you think OpenBSD has strnstr()? 00:26 < SamuelMarks> xtile - Oh gucci then I'll provide my own impl for OpenBSD, hold up 00:26 < SamuelMarks> perfect 00:27 -!- ludovicus [jimbo@user/ludovicus] has quit [Ping timeout: 240 seconds] 00:28 < SamuelMarks> Now I support OpenBSD - https://github.com/offscale/c89stringutils/commit/a9564ebdade0de40a733a1d234af18732a87e97b#diff-1cc900b421ffcd1848cbd0d416d8a9745c515baf606aefbaea497218da0a1a37R66 00:31 < xtile> I think it'd be better to just drop support for any environment that doesn't have C99, personally. 00:32 -!- zwr [~zwr@189.80.71.140] has quit [Ping timeout: 240 seconds] 00:32 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 3.8] 00:33 -!- Noisytoot [~noisytoot@sourcehut/user/noisytoot] has quit [Quit: ZNC 1.8.2 - https://znc.in] 00:35 < SamuelMarks> xtile - that's a lot of lost targets 00:35 < SamuelMarks> Whereas with my approach you can target MS-DOS, SunOS, OpenBSD, Windows, &etc. 00:36 < xtile> Solaris and OpenBSD support C99, and the other OSes don't matter. 00:36 < SamuelMarks> And support every programming language through FFI or other techniques 00:37 < SamuelMarks> For example, the most popular Python FFI layer only support C89 00:38 < xtile> aha 00:39 -!- norayr [~norayr@37.252.78.253] has left #openbsd [] 00:39 -!- zwr [~zwr@189.80.71.140] has joined #openbsd 00:40 -!- Noisytoot [~noisytoot@sourcehut/user/noisytoot] has joined #openbsd 00:43 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 00:45 -!- tozhu [~tozhu@171.88.173.55] has quit [Quit: tozhu] 00:54 -!- tozhu [~tozhu@171.88.173.55] has joined #openbsd 00:55 -!- hussein1 [~weechat@gateway/tor-sasl/hussein1] has quit [Ping timeout: 240 seconds] 00:57 -!- hussein1 [~weechat@gateway/tor-sasl/hussein1] has joined #openbsd 01:01 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 01:03 -!- tozhu [~tozhu@171.88.173.55] has quit [Quit: tozhu] 01:03 -!- tozhu [~tozhu@171.88.173.55] has joined #openbsd 01:03 -!- systemdsucks [~systemdsu@user/systemdsucks] has joined #openbsd 01:04 -!- ludovicus [jimbo@user/ludovicus] has joined #openbsd 01:14 -!- tozhu [~tozhu@171.88.173.55] has quit [Quit: tozhu] 01:14 -!- tozhu [~tozhu@171.88.173.55] has joined #openbsd 01:14 -!- Old-Ben-Jabroni [~oldben@user/Old-Ben-Jabroni] has quit [Remote host closed the connection] 01:18 -!- tozhu [~tozhu@171.88.173.55] has quit [Client Quit] 01:18 -!- tozhu [~tozhu@171.88.173.55] has joined #openbsd 01:18 -!- johnLate [~johnlate@miranda.scnr.net] has quit [Server closed connection] 01:18 -!- johnLate [~johnlate@miranda.scnr.net] has joined #openbsd 01:19 -!- solo2 [~solo@c-71-233-185-3.hsd1.ct.comcast.net] has quit [Ping timeout: 252 seconds] 01:21 -!- solo2 [~solo@c-71-233-185-219.hsd1.ct.comcast.net] has joined #openbsd 01:21 -!- Kilroy [Kilroy@user/Kilroy] has joined #openbsd 01:26 -!- tozhu [~tozhu@171.88.173.55] has quit [Quit: tozhu] 01:26 -!- wmoxam [~wmoxam@li130-207.members.linode.com] has quit [Server closed connection] 01:26 -!- wmoxam [~wmoxam@li130-207.members.linode.com] has joined #openbsd 01:27 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 01:27 -!- tozhu [~tozhu@171.88.173.55] has joined #openbsd 01:28 -!- Alhazred [~Alhazred@user/Alhazred] has quit [Ping timeout: 240 seconds] 01:29 -!- Alhazred [~Alhazred@user/Alhazred] has joined #openbsd 01:37 -!- ebonheart_ [~quassel@121-83-125-212f1.osk2.eonet.ne.jp] has quit [Ping timeout: 240 seconds] 01:38 -!- ebonheart [~quassel@121-83-34-111f1.shg1.eonet.ne.jp] has joined #openbsd 01:41 -!- tozhu [~tozhu@171.88.173.55] has quit [Quit: tozhu] 01:45 -!- acidfoo [~acidfoo@modemcable137.64-162-184.mc.videotron.ca] has joined #openbsd 01:46 < acidfoo> is there a way to start services like relayd, httpd directly in a specific rdomain ? thanks 01:46 -!- SamuelMarks [~SamuelMar@user/samuelmarks] has quit [Quit: leaving] 01:50 < phy1729> rcctl set httpd rtable 2 01:50 < acidfoo> oh nice, thanks 01:52 -!- hitest [~hitest@user/hitest] has joined #openbsd 01:57 -!- acidfoo [~acidfoo@modemcable137.64-162-184.mc.videotron.ca] has quit [Remote host closed the connection] 02:14 -!- bilegeek [~bilegeek@2600:1008:b085:8180:1da1:2103:9ba6:bd4d] has quit [Quit: Leaving] 02:16 -!- chrisz [dog9ztm510@195.52.132.242] has quit [Ping timeout: 240 seconds] 02:18 -!- bouncy [~ben@user/benoit] has quit [Ping timeout: 260 seconds] 02:18 -!- chrisz [l9wthzdaow@195.52.143.33] has joined #openbsd 02:24 -!- desnudopenguino [~Thunderbi@c-67-183-224-99.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 02:24 -!- desnudopenguino [~Thunderbi@2601:602:d100:16fb:5ea0:4f2f:f4c1:18d5] has joined #openbsd 02:42 -!- znedw23 [~znedw@home.znedw.com] has quit [Ping timeout: 240 seconds] 02:42 -!- znedw234 [~znedw@home.znedw.com] has joined #openbsd 02:50 -!- Andrew [Andrew@user/AndrewYu] has quit [Killed (lithium.libera.chat (Nickname regained by services))] 02:50 -!- AndrewYu [Andrew@user/AndrewYu] has joined #openbsd 02:55 -!- moldorcoder7 [~moldorcod@185.245.254.239] has quit [Ping timeout: 240 seconds] 03:19 -!- mbuhl [~mbuhl@user/mbuhl] has quit [Ping timeout: 240 seconds] 03:21 -!- hitest [~hitest@user/hitest] has quit [Quit: Leaving] 03:22 -!- mbuhl [~mbuhl@user/mbuhl] has joined #openbsd 03:29 -!- tozhu [~tozhu@171.88.173.55] has joined #openbsd 03:31 -!- tozhu [~tozhu@171.88.173.55] has quit [Client Quit] 03:34 -!- samedi [~samedi@user/samedi] has quit [Quit: Leaving] 03:47 -!- xtile [~terrain@c-24-56-224-169.customer.broadstripe.net] has quit [Quit: sleep] 03:48 -!- terminalpusher [~terminalp@2a01:586:179b:1:193c:ca30:29:d68d] has joined #openbsd 03:54 -!- xet7 [~xet7@user/xet7] has quit [Remote host closed the connection] 04:07 < ninjin> Adding an external encrypted drive and looking to have it unlocked and mounted at boot. Not seeing a way to do it with fstab only, so should I add the unlock/mount sequence to rc.local? 04:07 < ninjin> s/external/additional/ 04:08 -!- nyah [~nyah@york-06-b2-v4wan-167893-cust646.vm25.cable.virginm.net] has joined #openbsd 04:09 -!- slim [~slim@user/slim] has quit [Ping timeout: 260 seconds] 04:10 -!- dkfjm [~dkfjm@178.49.152.42] has quit [Quit: Client closed] 04:11 -!- dkfjm [~dkfjm@178.49.152.42] has joined #openbsd 04:11 -!- RhDoc [~Thunderbi@81-223-196-34.static.upcbusiness.at] has joined #openbsd 04:20 -!- terminalpusher [~terminalp@2a01:586:179b:1:193c:ca30:29:d68d] has quit [Remote host closed the connection] 04:24 -!- lord4163 [~lord4163@81-233-183-142-no86.tbcn.telia.com] has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in] 04:26 -!- mornfall [~mornfall@user/mornfall] has quit [Server closed connection] 04:26 -!- mornfall [~mornfall@user/mornfall] has joined #openbsd 04:31 -!- lord4163 [~lord4163@81-233-183-142-no86.tbcn.telia.com] has joined #openbsd 04:33 -!- marekp [~marek@user/marekp] has quit [Ping timeout: 258 seconds] 04:33 -!- nyx_land [~nyx_land@75-164-157-179.ptld.qwest.net] has quit [Server closed connection] 04:33 -!- nyx_land [~nyx_land@75-164-157-179.ptld.qwest.net] has joined #openbsd 04:34 -!- marekp [~marek@user/marekp] has joined #openbsd 04:39 < cpet> ninjin: can always copy over the key to a usb disk and use the -k for keydist and use that to auto decrypt drive, or somethign similar 04:41 -!- terminalpusher [~terminalp@2a01:586:179b:1:193c:ca30:29:d68d] has joined #openbsd 04:42 -!- ioxception_ [~quassel@185.213.80.166] has joined #openbsd 04:45 -!- ioxception [~quassel@31.187.69.87] has quit [Ping timeout: 252 seconds] 04:46 -!- peas [~peasfulto@user/PeasfulTown] has joined #openbsd 04:51 < ninjin> cpet: Thanks, that is a good suggestion. I tend to rely on passphrases though for my laptop, so for now I will just write a few lines of shell in rc.local until I stumble upon another solution. It is not an ugly solution after all, just wondered if I had missed something in the documentation. 04:51 < cpet> I dont have anything on my machine that requires disk encryption 04:56 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has joined #openbsd 04:58 -!- Schadenfreude [~Schadenfr@105.157.53.240] has joined #openbsd 04:59 -!- Schadenfreude [~Schadenfr@105.157.53.240] has quit [Remote host closed the connection] 05:11 -!- Guest8809 [~user@badhost.se] has quit [Server closed connection] 05:11 -!- diox_ [~user@badhost.se] has joined #openbsd 05:19 -!- dastain [~dastain@81.4.102.12] has quit [Ping timeout: 252 seconds] 05:21 -!- dastain [~dastain@81.4.102.12] has joined #openbsd 05:28 < IcePic> ninjin: sounds hard to "rely on passphrases" and at the same time wanting it to boot unattended, that just means the secret needs to be stored in a 100% usable form somewhere, and takes away some (but not all!) the gains from encrypting your drive 05:31 < ninjin> IcePic: Booting unattended is not a requirement though (sorry if it seemed like I implied it) on my part as it is my laptop. I see your point though. 05:32 -!- apotheon [~apotheon@copyfree/founder/apotheon] has quit [Ping timeout: 240 seconds] 05:34 -!- apotheon [~apotheon@copyfree/founder/apotheon] has joined #openbsd 05:38 < IcePic> yeah, that was an assumption I made from "in fstab" 05:40 -!- rueda [~rueda@tumor.rlr.id.au] has quit [Remote host closed the connection] 05:41 -!- solo2 [~solo@c-71-233-185-219.hsd1.ct.comcast.net] has quit [Ping timeout: 240 seconds] 05:42 -!- rueda [~rueda@2404:9400:317d:67c2::dada] has joined #openbsd 05:43 -!- solo2 [~solo@71.233.185.4] has joined #openbsd 05:44 -!- peas [~peasfulto@user/PeasfulTown] has quit [Ping timeout: 240 seconds] 05:46 -!- w1r3d [~w1r3d@user/w1r3d] has quit [Quit: Leaving] 05:47 -!- shiranaihito__ [~shiranaih@2001-b011-4012-3978-5127-d59a-6203-4501.dynamic-ip6.hinet.net] has joined #openbsd 05:47 -!- Leonarbro [~Leo@user/leonarbro] has quit [Quit: Bye] 05:49 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has quit [Ping timeout: 258 seconds] 05:51 < emmanuelux> hi, in /etc/hostname.wg0 : "!route -T30 add -inet default 192.168.30.2" does work on one side (vps) and does not work on my local side : route command seems not executed at all, no error message, how to verify that 05:58 < IcePic> perhaps it fails if routing domain 30 does not exist at this point? 05:58 < emmanuelux> i try a sleep ? 05:58 < emmanuelux> rdomain 30 does exist 05:59 < cpet> IcePic: I have a password storage app I use, and it gets to be a pain to have to install the app on each device then copy and paste it 06:02 -!- Trigon [~reuben@2601:680:8000:2eb2::ef3] has quit [Ping timeout: 258 seconds] 06:03 < emmanuelux> it is a pb of path 06:05 < cpet> what does ifconfig say regarding rdomain 30 06:05 < emmanuelux> wg0: flags=80c3 rdomain 30 mtu 1420, the link is OK, it is just the route command, i need to manually type it 06:06 < emmanuelux> sbin commands are not read by !..... 06:06 < emmanuelux> on the vps it is ok 06:07 < emmanuelux> bin commands are ok 06:07 < IcePic> good idea to always use full path in scripts, crontabs and hostname files 06:07 < cpet> im guessing you want to isolate the two? 06:07 < cpet> somethign fishy with pf ? 06:08 < emmanuelux> /sbin/route does not work in hostname.wg0 06:08 < cpet> sure it does 06:08 < emmanuelux> it is a pb with my config 06:08 < emmanuelux> i promess it does not 06:08 < emmanuelux> !echo command => ok 06:08 < emmanuelux> cause it is in /bin 06:09 < cpet> # This is an example comment line. 06:09 < cpet> inet6 alias fec0::1 64 06:09 < cpet> inet6 alias fec0::2 64 anycast 06:09 < cpet> !route add 65.65.65.65 10.0.1.13 06:09 < cpet> up 06:09 < emmanuelux> but sbin is blacklist dont know why 06:09 < cpet> you dont need the path 06:09 < emmanuelux> I know it is working for you cause it is working on my vps 06:10 < emmanuelux> but my config is brokien on local side 06:11 < cpet> misconfigured isnt broken 06:11 < emmanuelux> yes if you want 06:12 < cpet> is this a local system, sitting in a DC ? 06:13 < IcePic> if echo works, then running "echo $PATH > /root/my-path.txt" could shine a light on why route doesn't work, and if your setup mistakenly lacks /sbin in the PATH environment var 06:14 < emmanuelux> /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin 06:14 < emmanuelux> seems ok 06:14 < IcePic> I meant from /etc/hostname.wg0 06:14 < IcePic> during boot. 06:16 < cpet> slaps https://www.irccloud.com/pastebin/lnezDmmD/slaps 06:17 -!- BiovhD [~N5Qi7GU@20014C4C21E76A000000000000001000.catv.pool.telekom.hu] has joined #openbsd 06:25 < emmanuelux> it is reworking after changing place of up; very strange 06:26 < emmanuelux> and now if replace up as before, it is working too 06:26 < emmanuelux> there is a bug somewhere 06:26 < IcePic> perhaps you managed to get some unprintable char in there that screwed up the parsing 06:27 < emmanuelux> possible 06:27 < emmanuelux> file is in utf-8 06:28 < IcePic> when I am on the work mac, the option-7 thing for pipe often makes me type an option-space after the pipe which screws up the command the pipe feeds into. Some kind of non-whitespace "blank" character. 06:30 < quinq> Most likely unsecable space 06:30 < emmanuelux> i see 06:31 < emmanuelux> may be netstart script could display errors 06:32 -!- Jaywalker_ [~Jaywalker@209.33.126.194] has joined #openbsd 06:33 < IcePic> dmesg -s should be a decent place to see them 06:33 -!- Jaywalker [~Jaywalker@209.33.126.194] has quit [Ping timeout: 252 seconds] 06:34 < emmanuelux> thx for the time again 06:35 < quinq> eat vegetables, enjoy bsd 06:35 < IcePic> not necessarily in that order 06:35 < byteskeptical> hugo 06:36 -!- Thorne [~thorne@user/Thorne] has quit [Quit: No Water.] 06:36 < byteskeptical> sry wrong window 06:36 -!- reset [~reset@user/reset] has quit [Quit: reset] 06:36 -!- Thorne [~thorne@user/Thorne] has joined #openbsd 06:37 < quinq> No problem, I was about to go anyway 06:37 -!- dkfjm [~dkfjm@178.49.152.42] has quit [Quit: Client closed] 06:38 < cpet> wilson ! 06:40 < byteskeptical> strapi 06:40 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: leaving] 06:41 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Ping timeout: 252 seconds] 07:04 -!- zimmer [~zimmer@51.219.226.24] has quit [Ping timeout: 252 seconds] 07:07 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has joined #openbsd 07:13 -!- bsdbandit [~bwell@users.757.org] has quit [Server closed connection] 07:13 -!- bsdbandit [~bwell@users.757.org] has joined #openbsd 07:18 -!- holsta [~holsta@user/holsta] has quit [Server closed connection] 07:18 -!- holsta [~holsta@user/holsta] has joined #openbsd 07:20 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 07:20 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 07:21 -!- marekp [~marek@user/marekp] has quit [Quit: leaving] 07:24 -!- marekp [~marek@user/marekp] has joined #openbsd 07:27 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 07:40 -!- lcubed [~lcubed@user/lcubed] has quit [Remote host closed the connection] 07:40 -!- vysn [~vysn@user/vysn] has joined #openbsd 07:40 -!- broesel [~broesel@gateway/tor-sasl/broesel] has joined #openbsd 07:43 -!- piotr_ [~piotr@user/filystyn] has joined #openbsd 07:44 -!- piotr_ is now known as Filystyn 07:46 -!- lcubed [~lcubed@user/lcubed] has joined #openbsd 07:56 < brocashelm> print screen key is not recognized by openbsd. is this normal, and is there a way to fix this? 07:57 < Filystyn> starts with xev 07:57 < Filystyn> meaby it's broken 07:58 < Filystyn> start* 07:59 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has joined #openbsd 07:59 < brocashelm> while searching, this was the only url that was relevant to my issue (can't access because of the reddit api shit): https://old.reddit.com/r/openbsd/comments/qkbkta/keyboard_event_capturing_in_a_lower_level_than 07:59 < brocashelm> i will check with xev 08:02 < bob_x2> what is xev ? 08:02 -!- zimmer [~zimmer@92.40.189.58.threembb.co.uk] has joined #openbsd 08:02 < bob_x2> tried to google and only X server links are relevant 08:04 < lts> https://man.openbsd.org/xev 08:04 < brocashelm> still no dice; did not detect printscreen key 08:05 < brocashelm> i had to map xfce4-screenshooter with ctrl+alt+p for now 08:05 < lts> Try to isolate the problem by seeing does the button work in another machine, or with another OS. Might just be physically broken 08:06 < ivdsangen> its the same here, no X event on print screen 08:06 < brocashelm> yes, it definitely does work on another machine/os (like linux) 08:06 < brocashelm> tested with three different usb keyboards 08:07 < lts> Any other keys that xev does not recognize? 08:08 < lts> That sounds like confirmed to be an OpenBSD issue, but more information helps finding the root cause 08:09 -!- cturner [sid301738@id-301738.lymington.irccloud.com] has quit [Server closed connection] 08:10 < brocashelm> there might have been another key, but printscreen for sure is not being detected by openbsd 08:10 -!- cturner [sid301738@id-301738.lymington.irccloud.com] has joined #openbsd 08:11 < ivdsangen> i never noticed this, i use this machine daily and other keys just work as far as i know 08:13 < brocashelm> i wonder, would remapping the key possibly help? found this just now: https://www.openbsd.org/faq/faq7.html 08:13 < brocashelm> if i could do that for printscreen key, that would work 08:14 < brocashelm> or maybe remap to a keybind 08:14 < lts> If xev does not detect it, chances of remapping it are not great 08:16 < brocashelm> still, i wonder why it isn't picked up? security thing or what? 08:22 -!- Warr10243 [~Warr@user/warr1024] has joined #openbsd 08:22 -!- Warr1024 is now known as Guest5546 08:22 -!- Warr10243 is now known as Warr1024 08:23 -!- norayr [~norayr@37.252.78.253] has joined #openbsd 08:24 -!- Guest5546 [~Warr@user/warr1024] has quit [Ping timeout: 252 seconds] 08:27 -!- JimRM_ [sid450065@id-450065.hampstead.irccloud.com] has quit [Server closed connection] 08:27 -!- JimRM_ [sid450065@id-450065.hampstead.irccloud.com] has joined #openbsd 08:28 -!- goksin [~goksin@176.240.252.108] has joined #openbsd 08:28 -!- broesel [~broesel@gateway/tor-sasl/broesel] has left #openbsd [] 08:31 -!- goksin [~goksin@176.240.252.108] has quit [Client Quit] 08:35 -!- feriman [~feriman@188.163.114.49] has quit [Quit: leaving] 08:35 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 08:39 -!- arpeas [~jamie@178-222-168-242.dynamic.isp.telekom.rs] has quit [Quit: gone in a flash] 08:45 -!- Warr1024 [~Warr@user/warr1024] has quit [Quit: Warr1024] 08:46 -!- bouncy [~ben@user/benoit] has joined #openbsd 08:46 -!- Warr1024 [~Warr@user/warr1024] has joined #openbsd 08:49 -!- bigfondu1 [~sm@45.77.146.243] has quit [Server closed connection] 08:49 -!- bigfondu1 [~sm@45.77.146.243] has joined #openbsd 09:03 -!- Vizva [~vizva@gateway/tor-sasl/vizva] has joined #openbsd 09:04 -!- unix-priest[m] [~unix-prie@2001:470:69fc:105::3:5044] has quit [Remote host closed the connection] 09:19 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 09:28 -!- BillyZane2 [~BillyZane@91.196.220.152] has joined #openbsd 09:28 -!- anigma [~coder@user/anigma] has quit [Server closed connection] 09:29 -!- anigma [~coder@user/anigma] has joined #openbsd 09:30 -!- BillyZane [~BillyZane@91.196.220.153] has quit [Ping timeout: 260 seconds] 09:31 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has quit [Remote host closed the connection] 09:32 -!- crc [sid2647@id-2647.uxbridge.irccloud.com] has quit [Server closed connection] 09:32 -!- crc [sid2647@2a03:5180:f:5::a57] has joined #openbsd 09:42 -!- Warr1024 [~Warr@user/warr1024] has quit [Read error: Connection reset by peer] 09:43 -!- Warr1024 [~Warr@user/warr1024] has joined #openbsd 09:54 -!- jmcgnh [~jmcgnh@wikipedia/jmcgnh] has quit [Server closed connection] 09:59 -!- jmcgnh [~jmcgnh@wikipedia/jmcgnh] has joined #openbsd 10:00 -!- AndrewYu is now known as Andrew 10:11 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:3e1e:4014:786a:95cb] has quit [Ping timeout: 240 seconds] 10:13 < quinq> Hummm, I'm releasing a VPS with OpenBSD on it 10:13 < quinq> Would you recommend destroying data there, and a method for doing it? 10:14 < quinq> I suppose that they'd have backups anyway… 10:14 < quinq> (fs is unencrypted) 10:24 -!- osm [~osm@user/osm] has quit [Server closed connection] 10:24 -!- osm [~osm@h-81-170-131-78.A357.priv.bahnhof.se] has joined #openbsd 10:24 -!- elastic_dog [~elastic_d@2a01:118f:620:5c00:3e1e:4014:786a:95cb] has joined #openbsd 10:27 -!- arpeas [~jamie@178.222.168.242] has joined #openbsd 10:31 -!- qqq [~qqq@92.43.167.61] has joined #openbsd 10:37 -!- genpaku_ [~waldner@107.191.100.185] has quit [Read error: Connection reset by peer] 10:45 -!- moldorcoder7 [~moldorcod@192.145.81.26] has joined #openbsd 10:46 < lts> Assuming the VPS is on a flash disk, your chances of really deleting the data are slim. You can basically delete the VPS and make sure you are not keeping any manual backups of it in the VPS system, and the rest should rotate out from provider's possible backups in some time 10:46 < lts> Next time indeed consider encrypting the disks if you are worried about this 10:53 -!- e1e0 [~e1e0@user/e1e0] has joined #openbsd 10:56 -!- Error [~err@user/error] has quit [Ping timeout: 265 seconds] 10:58 -!- Error [~err@user/error] has joined #openbsd 10:59 -!- slim [~slim@user/slim] has joined #openbsd 11:00 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 11:01 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 11:14 < IcePic> quinq: best you could do is boot bsd.rd, dd crap over the drive and hope the hoster doesn't dig into your backups 11:14 < IcePic> as lts said, there are options one could have used before, but if you wrote lots of unencrypted data that they have backups of, then you are possibly out of luck 11:14 < quinq> Yeah, just did (kind of) that :) 11:15 < quinq> lts, indeed, wasn't really worried actually, I just thought of it now that I want to release it jeej 11:34 -!- qqq [~qqq@92.43.167.61] has quit [Quit: leaving] 11:41 -!- rebo [~Martin@98.128.174.229] has joined #openbsd 11:43 -!- qqq [~qqq@92.43.167.61] has joined #openbsd 11:47 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 11:48 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 11:53 -!- Error [~err@user/error] has quit [Ping timeout: 260 seconds] 11:58 -!- RhDoc [~Thunderbi@81-223-196-34.static.upcbusiness.at] has quit [Ping timeout: 240 seconds] 11:59 -!- Error [~err@user/error] has joined #openbsd 12:11 -!- hiddener [~topseykra@146.70.126.220] has joined #openbsd 12:15 -!- Hooloovoo [~Hooloovoo@hax0rbana.org] has quit [Ping timeout: 255 seconds] 12:22 -!- Error [~err@user/error] has quit [Ping timeout: 265 seconds] 12:22 -!- n4dir [~user@i59F518CF.versanet.de] has joined #openbsd 12:25 -!- Error [~err@user/error] has joined #openbsd 12:27 -!- desnudopenguino1 [~Thunderbi@c-67-183-224-99.hsd1.wa.comcast.net] has joined #openbsd 12:29 -!- Hakuchi [hakuchi@user/hakuchi] has quit [Server closed connection] 12:29 -!- Hakuchi [hakuchi@user/hakuchi] has joined #openbsd 12:30 -!- desnudopenguino [~Thunderbi@2601:602:d100:16fb:5ea0:4f2f:f4c1:18d5] has quit [Ping timeout: 240 seconds] 12:31 -!- desnudopenguino1 is now known as desnudopenguino 12:35 -!- omtht [~gavin@grassfield.plus.com] has quit [Ping timeout: 240 seconds] 12:38 -!- Hooloovoo [~Hooloovoo@216.169.5.238] has joined #openbsd 12:39 -!- markmcb_ [~markmcb@104.129.57.100] has joined #openbsd 12:41 -!- markmcb [~markmcb@static-198-54-131-133.cust.tzulo.com] has quit [Ping timeout: 240 seconds] 12:41 -!- markmcb_ is now known as markmcb 12:42 -!- n4dir [~user@i59F518CF.versanet.de] has quit [Remote host closed the connection] 12:47 -!- omtht [~gavin@81.174.135.19] has joined #openbsd 12:53 -!- omtht [~gavin@81.174.135.19] has quit [Ping timeout: 240 seconds] 12:59 -!- feriman [~feriman@188.163.114.49] has quit [Quit: leaving] 12:59 < Filystyn> in error logs 13:00 < Filystyn> Full sentances with always Capitla latter on start and dot at end ? 13:01 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 13:01 < sibiria> there's no general rule. you format your messages as you like 13:03 < Filystyn> sure but this was bugging me for years 13:03 < Filystyn> what's better 13:04 < Filystyn> ogh sorry 13:04 < Filystyn> wrong channnel 13:04 -!- brock [~brock@209.122.210.88] has quit [Ping timeout: 258 seconds] 13:06 -!- brock [~brock@87.249.138.169] has joined #openbsd 13:07 -!- omtht [~gavin@grassfield.plus.com] has joined #openbsd 13:07 -!- zami3l [~zami3l@103.241.65.179] has quit [Server closed connection] 13:08 -!- zami3l [~zami3l@103.241.65.179] has joined #openbsd 13:17 -!- forero [~forero@20.127.152.1] has quit [Server closed connection] 13:17 -!- forero [~forero@20.127.152.1] has joined #openbsd 13:26 -!- brock [~brock@87.249.138.169] has quit [Ping timeout: 252 seconds] 13:28 -!- brock [~brock@209.122.210.88] has joined #openbsd 13:33 -!- polarian [~polarian@znc.polarian.dev] has quit [Ping timeout: 240 seconds] 13:37 -!- Leonarbro [~Leo@user/leonarbro] has joined #openbsd 13:39 -!- Jaywalker_ [~Jaywalker@209.33.126.194] has quit [Ping timeout: 260 seconds] 13:44 -!- polarian [~polarian@znc.polarian.dev] has joined #openbsd 13:47 -!- Jaywalker [~Jaywalker@209.33.126.194] has joined #openbsd 13:53 -!- moldorcoder7 [~moldorcod@192.145.81.26] has quit [Ping timeout: 240 seconds] 13:59 -!- kodcode [~kodcode@user/kodcode] has joined #openbsd 14:10 -!- bp99[m] [~bp99bp99e@2001:470:69fc:105::3:71d9] has joined #openbsd 14:14 -!- bp99 [~bp99@88.212.56.20] has joined #openbsd 14:15 -!- feriman [~feriman@188.163.114.49] has quit [Read error: Connection reset by peer] 14:17 -!- weevoy [~weevoy@5.202.22.242] has joined #openbsd 14:18 -!- rkta [~rkta@user/rkta] has quit [Server closed connection] 14:18 -!- rkta_ [~rkta@user/rkta] has joined #openbsd 14:21 -!- bp99 [~bp99@88.212.56.20] has quit [Quit: Client closed] 14:21 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 14:21 -!- bp99[m] [~bp99bp99e@2001:470:69fc:105::3:71d9] has quit [Remote host closed the connection] 14:22 -!- RhDoc [~Thunderbi@81-223-196-34.static.upcbusiness.at] has joined #openbsd 14:23 -!- bp99[m] [~bp99@2001:470:69fc:105::3:71d9] has joined #openbsd 14:38 -!- lowcrash8 [~admin@84-255-205-230.static.t-2.net] has joined #openbsd 14:38 -!- SiFuh [~SiFuh@user/sifuh] has quit [Read error: Connection reset by peer] 14:39 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 14:40 -!- lowcrash [~admin@84-255-205-230.static.t-2.net] has quit [Ping timeout: 246 seconds] 14:40 -!- lowcrash8 is now known as lowcrash 14:45 -!- hitest [~hitest@user/hitest] has joined #openbsd 14:54 -!- norayr [~norayr@37.252.78.253] has left #openbsd [] 14:56 -!- RhDoc [~Thunderbi@81-223-196-34.static.upcbusiness.at] has quit [Quit: RhDoc] 14:56 -!- lesta [~lesta@user/lesta] has joined #openbsd 14:57 -!- RhDoc [~Thunderbi@81-223-196-34.static.upcbusiness.at] has joined #openbsd 14:57 -!- lesta [~lesta@user/lesta] has left #openbsd [] 15:03 -!- RhDoc [~Thunderbi@81-223-196-34.static.upcbusiness.at] has quit [Quit: RhDoc] 15:04 -!- tozhu [~tozhu@171.88.173.55] has joined #openbsd 15:05 -!- RhDoc [~Thunderbi@81.223.196.34] has joined #openbsd 15:10 -!- tozhu [~tozhu@171.88.173.55] has quit [Quit: tozhu] 15:12 -!- zer0bitz_ [~zer0bitz@user/zer0bitz] has joined #openbsd 15:13 -!- zer0bitz [~zer0bitz@user/zer0bitz] has quit [Ping timeout: 240 seconds] 15:14 -!- reset [~reset@user/reset] has joined #openbsd 15:14 -!- tozhu [~tozhu@171.88.173.55] has joined #openbsd 15:14 -!- tozhu [~tozhu@171.88.173.55] has quit [Client Quit] 15:18 -!- Alhazred [~Alhazred@user/Alhazred] has quit [Ping timeout: 240 seconds] 15:21 -!- Alhazred [~Alhazred@user/Alhazred] has joined #openbsd 15:29 -!- tozhu [~tozhu@171.88.173.55] has joined #openbsd 15:36 -!- hiddener [~topseykra@146.70.126.220] has quit [Quit: leaving] 15:39 -!- bp99[m] [~bp99@2001:470:69fc:105::3:71d9] has quit [Remote host closed the connection] 15:39 -!- bp99[m] [~bp99@2001:470:69fc:105::3:71d9] has joined #openbsd 15:39 < bp99[m]> !reconnect 15:40 < thrig> didn't work 15:40 < quinq> Unless it was very fast 15:41 < bp99[m]> hah, sorry about that :) 15:41 < pardis> or very slow 15:42 -!- nehsou^ [~nehsou@c-71-204-38-59.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 15:44 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has quit [Ping timeout: 252 seconds] 15:46 -!- technoid_ [~Tech@twoaday.nettek.io] has quit [Changing host] 15:46 -!- technoid_ [~Tech@user/technoid/x-1284035] has joined #openbsd 15:51 -!- tozhu [~tozhu@171.88.173.55] has quit [Quit: tozhu] 15:53 -!- tozhu [~tozhu@171.88.173.55] has joined #openbsd 15:54 -!- antranigv [~antranigv@37.252.78.252] has quit [Quit: ZNC 1.8.2 - https://znc.in] 15:55 -!- antranigv [~antranigv@37.252.78.252] has joined #openbsd 15:57 -!- goksin [~goksin@176.240.252.108] has joined #openbsd 16:00 -!- meros67817602046 [~meros@213-64-148-45-no600.tbcn.telia.com] has quit [Quit: The Lounge - https://thelounge.chat] 16:00 -!- meros67817602046 [~meros@213-64-148-45-no600.tbcn.telia.com] has joined #openbsd 16:01 -!- dsrt^ [~dsrt@c-71-204-38-59.hsd1.ga.comcast.net] has joined #openbsd 16:04 -!- jak3b [~jak3b@c-73-71-185-185.hsd1.ca.comcast.net] has joined #openbsd 16:08 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has joined #openbsd 16:12 -!- Snaffu [~Snaffu@c-174-60-107-126.hsd1.pa.comcast.net] has quit [Ping timeout: 240 seconds] 16:13 -!- tozhu [~tozhu@171.88.173.55] has quit [Quit: tozhu] 16:15 -!- terminalpusher [~terminalp@2a01:586:179b:1:193c:ca30:29:d68d] has quit [Remote host closed the connection] 16:22 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has joined #openbsd 16:24 -!- shiranaihito__ [~shiranaih@2001-b011-4012-3978-5127-d59a-6203-4501.dynamic-ip6.hinet.net] has quit [Ping timeout: 240 seconds] 16:24 -!- tozhu [~tozhu@171.88.173.55] has joined #openbsd 16:27 -!- jak3b [~jak3b@c-73-71-185-185.hsd1.ca.comcast.net] has quit [Quit: WeeChat 3.8] 16:34 -!- znedw234 [~znedw@home.znedw.com] has quit [Quit: The Lounge - https://thelounge.chat] 16:34 -!- znedw23 [~znedw@home.znedw.com] has joined #openbsd 16:36 -!- tozhu [~tozhu@171.88.173.55] has quit [Quit: tozhu] 16:39 -!- tozhu [~tozhu@171.88.173.55] has joined #openbsd 16:41 -!- tozhu [~tozhu@171.88.173.55] has quit [Client Quit] 16:42 -!- Filystyn [~piotr@user/filystyn] has quit [Quit: Lost terminal] 16:44 -!- toastloop [~toastloop@user/toastloop] has joined #openbsd 16:51 -!- hitest [~hitest@user/hitest] has quit [Quit: Leaving] 16:52 -!- Alhazred [~Alhazred@user/Alhazred] has quit [Ping timeout: 240 seconds] 16:55 -!- Alhazred [~Alhazred@user/Alhazred] has joined #openbsd 16:58 -!- user71 [~user71@2001:1530:1010:57d0:1e6f:65ff:fe88:557f] has joined #openbsd 17:04 -!- emmanuelux [~emmanuelu@user/emmanuelux] has joined #openbsd 17:05 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 240 seconds] 17:12 -!- engler [~engler@user/emilengler] has joined #openbsd 17:12 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 17:13 -!- foton [~foton@user/foton] has quit [Read error: Connection reset by peer] 17:15 -!- Potpourri [~Potpourri@185.213.155.247] has quit [Ping timeout: 246 seconds] 17:17 -!- foton [~foton@user/foton] has joined #openbsd 17:18 -!- xtile [~terrain@c-24-56-224-169.customer.broadstripe.net] has joined #openbsd 17:22 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 17:34 -!- RhDoc [~Thunderbi@81.223.196.34] has quit [Quit: RhDoc] 17:34 -!- RhDoc [~Thunderbi@81-223-196-34.static.upcbusiness.at] has joined #openbsd 17:42 -!- solo2 [~solo@71.233.185.4] has quit [Ping timeout: 240 seconds] 17:44 -!- solo2 [~solo@71.233.186.27] has joined #openbsd 17:46 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: Leaving] 17:46 -!- ra1nb0w [~rainbow@user/rainbow] has quit [Server closed connection] 17:46 -!- rainbow [~rainbow@user/rainbow] has joined #openbsd 17:54 -!- n4dir [~user@89.245.24.207] has joined #openbsd 17:57 -!- zimmer [~zimmer@92.40.189.58.threembb.co.uk] has quit [Ping timeout: 252 seconds] 17:58 -!- vysn [~vysn@user/vysn] has quit [Remote host closed the connection] 18:05 -!- goksin [~goksin@176.240.252.108] has quit [Quit: Leaving] 18:08 -!- r0lh_ [~r0lh@offseclab.de] has quit [Server closed connection] 18:08 -!- r0lh [~r0lh@offseclab.de] has joined #openbsd 18:16 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 18:20 -!- fspax [~fspax@host-185-209-29-241.hosted-by-vdsina.ru] has joined #openbsd 18:21 -!- rfv_ [sid29807@id-29807.lymington.irccloud.com] has quit [Server closed connection] 18:21 -!- rfv_ [sid29807@id-29807.lymington.irccloud.com] has joined #openbsd 18:30 -!- n1gh7m4r3 [~risc@risc.com] has joined #openbsd 18:30 -!- n1gh7m4r3 [~risc@risc.com] has quit [Client Quit] 18:31 -!- arpeas [~jamie@178.222.168.242] has quit [Quit: and he's gone!] 18:32 -!- arpeas [~jamie@178-222-168-242.dynamic.isp.telekom.rs] has joined #openbsd 18:32 -!- shiranaihito_ [~shiranaih@123-192-192-149.dynamic.kbronet.com.tw] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 18:33 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has joined #openbsd 18:38 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 18:42 -!- Ekho [~Ekho@user/ekho] has quit [Server closed connection] 18:44 -!- sliced [~sliced@81.15.241.20] has quit [Ping timeout: 258 seconds] 18:45 -!- eki [~eki@dsl-hkibng41-54f85a-212.dhcp.inet.fi] has quit [Quit: leaving] 18:46 -!- freakazoid332 [~frkazoid3@2603-9000-cf01-74e0-f5b0-5847-d7ab-52a8.inf6.spectrum.com] has joined #openbsd 18:46 -!- mcornick [fca145cfd2@user/mcornick] has left #openbsd [] 18:46 -!- gvg_ [~dcd@user/gvg] has joined #openbsd 18:47 -!- frkzoid [~frkazoid3@2603-9000-cf01-74e0-c97b-a117-9101-aac2.inf6.spectrum.com] has quit [Ping timeout: 240 seconds] 18:47 -!- gvg [~dcd@user/gvg] has quit [Ping timeout: 268 seconds] 18:48 -!- frkazoid333 [~frkazoid3@2603-9000-cf01-74e0-c97b-a117-9101-aac2.inf6.spectrum.com] has quit [Ping timeout: 260 seconds] 18:48 -!- frkazoid333 [~frkazoid3@2603-9000-cf01-74e0-f5b0-5847-d7ab-52a8.inf6.spectrum.com] has joined #openbsd 18:48 -!- venichka [~venichka@2a0f:93c1:26:199::2] has quit [Server closed connection] 18:49 -!- venichka [~venichka@185.193.158.229] has joined #openbsd 18:49 -!- fspax [~fspax@host-185-209-29-241.hosted-by-vdsina.ru] has quit [Quit: leaving] 18:54 -!- piotr_ [~piotr@user/filystyn] has joined #openbsd 18:55 -!- piotr_ is now known as Filystyn 18:56 -!- sliced [~sliced@81.15.241.20] has joined #openbsd 18:57 -!- Ekho [~Ekho@user/ekho] has joined #openbsd 19:00 -!- fspax [~fspax@host-185-209-29-241.hosted-by-vdsina.ru] has joined #openbsd 19:03 -!- fspax [~fspax@host-185-209-29-241.hosted-by-vdsina.ru] has quit [Remote host closed the connection] 19:04 -!- arpeas [~jamie@178-222-168-242.dynamic.isp.telekom.rs] has quit [Ping timeout: 252 seconds] 19:07 -!- fspax [~fspax@host-185-209-29-241.hosted-by-vdsina.ru] has joined #openbsd 19:08 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 19:11 -!- morte_ [~user@user/monkey/x-0691028] has joined #openbsd 19:16 -!- gvg_ [~dcd@user/gvg] has quit [Ping timeout: 240 seconds] 19:17 -!- zimmer [~zimmer@51.219.226.24] has joined #openbsd 19:19 -!- engler [~engler@user/emilengler] has quit [Quit: leaving] 19:19 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 240 seconds] 19:22 -!- n4dir [~user@89.245.24.207] has quit [Remote host closed the connection] 19:23 -!- gvg [~dcd@user/gvg] has joined #openbsd 19:29 -!- morte_ [~user@user/monkey/x-0691028] has quit [Remote host closed the connection] 19:29 -!- xmszkn [~xmszkn@user/xmszkn] has quit [Quit: ZNC - https://znc.in] 19:30 -!- xmszkn [~xmszkn@user/xmszkn] has joined #openbsd 19:30 -!- Leone [~Leo@104.247.239.156] has quit [] 19:31 -!- RhDoc [~Thunderbi@81-223-196-34.static.upcbusiness.at] has quit [Ping timeout: 240 seconds] 19:32 -!- Leone [~Leo@104.247.239.156] has joined #openbsd 19:33 -!- Xylemon [~Xylemon@075-142-154-041.res.spectrum.com] has quit [Read error: Connection reset by peer] 19:38 -!- morte_ [~user@user/monkey/x-0691028] has joined #openbsd 19:38 -!- dondon [~dondon@2604:180:1:6ea::6827] has quit [Server closed connection] 19:39 -!- dondon [~dondon@2604:180:1:6ea::6827] has joined #openbsd 19:39 -!- xmszkn [~xmszkn@user/xmszkn] has quit [Quit: ZNC - https://znc.in] 19:40 -!- xmszkn [~xmszkn@user/xmszkn] has joined #openbsd 19:42 -!- Xylemon [~Xylemon@75.142.154.41] has joined #openbsd 19:45 -!- Vizva [~vizva@gateway/tor-sasl/vizva] has quit [Ping timeout: 240 seconds] 19:46 -!- fspax [~fspax@host-185-209-29-241.hosted-by-vdsina.ru] has quit [Ping timeout: 252 seconds] 19:46 -!- Alhazred [~Alhazred@user/Alhazred] has quit [Ping timeout: 240 seconds] 19:49 -!- Alhazred [~Alhazred@user/Alhazred] has joined #openbsd 19:49 -!- mistrrhappy [~mistrrhap@c-76-143-254-94.hsd1.tx.comcast.net] has joined #openbsd 19:53 -!- mistrrhappy [~mistrrhap@c-76-143-254-94.hsd1.tx.comcast.net] has left #openbsd [] 19:56 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has quit [Quit: https://github.com/ivdsangen] 20:00 -!- user71 [~user71@2001:1530:1010:57d0:1e6f:65ff:fe88:557f] has quit [Quit: Leaving] 20:06 -!- eki [~eki@dsl-hkibng41-54f85a-212.dhcp.inet.fi] has joined #openbsd 20:09 -!- morte_ [~user@user/monkey/x-0691028] has quit [Ping timeout: 240 seconds] 20:12 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 20:17 -!- hugohagogo [~cleber@user/hugohagogo] has quit [Ping timeout: 248 seconds] 20:20 -!- ThinkT510 [~auronanda@sortix/contributor/ThinkT510] has quit [Quit: WeeChat 3.8] 20:21 -!- moldorcoder7 [~moldorcod@192.145.81.24] has joined #openbsd 20:22 -!- toxic0 [~toxic0@gateway/vpn/pia/toxic0] has quit [Ping timeout: 240 seconds] 20:23 -!- toxic0 [~toxic0@gateway/vpn/pia/toxic0] has joined #openbsd 20:24 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 20:26 -!- Potpourri [~Potpourri@185.195.233.182] has joined #openbsd 20:31 -!- z3bra [~z3bra@apophis.z3bra.org] has quit [Server closed connection] 20:31 -!- z3bra [~z3bra@2a01:4f9:c010:10d8:dead::ca7] has joined #openbsd 20:32 -!- ThinkT510 [~auronanda@sortix/contributor/ThinkT510] has joined #openbsd 20:39 -!- hugohagogo [~cleber@2804:1b4c::4] has joined #openbsd 20:41 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 20:41 -!- Filystyn [~piotr@user/filystyn] has quit [Quit: Lost terminal] 20:57 -!- eau [~chat@user/eau] has joined #openbsd 20:59 -!- quiliro [~user@181.199.54.225] has joined #openbsd 21:00 -!- Trigon [~reuben@2601:680:8000:2eb2::23a] has joined #openbsd 21:01 -!- gvg [~dcd@user/gvg] has quit [Ping timeout: 240 seconds] 21:02 -!- gvg [~dcd@user/gvg] has joined #openbsd 21:04 -!- Lucanis0 [~Lucanis@user/lucanis] has quit [Quit: Leaving] 21:04 -!- Lucanis [~Lucanis@user/lucanis] has joined #openbsd 21:08 -!- gvg [~dcd@user/gvg] has quit [Ping timeout: 240 seconds] 21:17 -!- bouncy [~ben@user/benoit] has quit [Ping timeout: 240 seconds] 21:17 -!- tercaL [~tercaL@user/tercal] has joined #openbsd 21:23 -!- norayr [~norayr@37.252.78.253] has joined #openbsd 21:29 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 21:34 -!- bilegeek [~bilegeek@2600:1008:b0a2:c545:7bfb:76e2:41bb:db48] has joined #openbsd 22:06 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 22:12 -!- feriman [~feriman@188.163.114.49] has quit [Ping timeout: 240 seconds] 22:20 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Read error: Connection reset by peer] 22:20 -!- emmanuelux [~emmanuelu@user/emmanuelux] has joined #openbsd 22:22 -!- zelest [jesper@213-66-161-116-no600.tbcn.telia.com] has quit [Ping timeout: 260 seconds] 22:31 -!- Leone [~Leo@104.247.239.156] has quit [] 22:39 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: bbiab] 22:40 -!- fkr [~fkr@hawkins.hazardous.org] has quit [Server closed connection] 22:41 -!- fkr [~fkr@hawkins.hazardous.org] has joined #openbsd 22:43 -!- gluon [~gluon@2a01:4f8:c0c:e2da::1] has quit [Server closed connection] 22:43 -!- gluon [~gluon@2a01:4f8:c0c:e2da::1] has joined #openbsd 22:47 -!- adip [~adip@c145-69.icpnet.pl] has quit [Ping timeout: 258 seconds] 22:52 -!- natewrench [~josh@user/natewrench] has joined #openbsd 22:58 < tercaL> Started setting postfix on OpenBSD, reading its manuals.. And just read a note there -> "Note: on OpenBSD systems specify dev:/dev/arandom when dev:/dev/urandom gives timeout errors." but it seems /dev/arandom is missing, on OpenBSD 7.3 - any clue on this? 22:59 < oldlaptop> All of the /dev/foorandoms are identical on modern OpenBSD 23:00 < oldlaptop> (which apparently means "both of them" nowadays - I could have sword there was an arandom until recently) 23:00 < oldlaptop> see https://man.openbsd.org/man4/random.4 - it certainly shouldn't "give timeout errors" 23:01 -!- tjdaugaard [~tjdaugaar@nat-cgn9-185-107-12-178.static.kviknet.net] has quit [Ping timeout: 265 seconds] 23:06 -!- desnudopenguino1 [~Thunderbi@2601:602:d100:16fb:1fc7:382f:1dcd:bcb] has joined #openbsd 23:10 -!- desnudopenguino [~Thunderbi@c-67-183-224-99.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 23:10 -!- desnudopenguino1 is now known as desnudopenguino 23:12 -!- keypresser86_ [~f8b93c@71-218-87-71.hlrn.qwest.net] has quit [] 23:13 -!- keypresser86 [~f8b93c@71-218-87-71.hlrn.qwest.net] has joined #openbsd 23:15 -!- tommyrot [~tommyrot@user/tommyrot] has quit [Server closed connection] 23:16 -!- tommyrot [~tommyrot@user/tommyrot] has joined #openbsd 23:20 -!- pvalenta [~petr@user/pvalenta] has quit [Server closed connection] 23:20 -!- pvalenta [~petr@gabriel.jevklidu.cz] has joined #openbsd 23:20 -!- pvalenta [~petr@gabriel.jevklidu.cz] has quit [Changing host] 23:20 -!- pvalenta [~petr@user/pvalenta] has joined #openbsd 23:23 < natewrench> hello I heard Hyperbola is making a hard fork of openbsd 23:25 < phy1729> You'd have to ask them 23:27 < Lucas6023> oldlaptop: I think the arandom is pretty old 23:28 < Lucas6023> http://man.openbsd.org/OpenBSD-6.2/arandom exists, 6.3 doesn't 23:31 -!- moldorcoder7 [~moldorcod@192.145.81.24] has quit [Ping timeout: 252 seconds] 23:35 -!- thedaemon [clay@user/thedaemon] has joined #openbsd 23:36 -!- Alhazred [~Alhazred@user/Alhazred] has quit [Ping timeout: 252 seconds] 23:38 -!- Alhazred [~Alhazred@user/Alhazred] has joined #openbsd 23:43 -!- nyah [~nyah@york-06-b2-v4wan-167893-cust646.vm25.cable.virginm.net] has quit [Quit: leaving] 23:44 -!- arakimo [arakimo@user/arakimo] has joined #openbsd 23:49 -!- tozhu [~tozhu@171.88.173.55] has joined #openbsd 23:50 -!- IcePic [~jj@c66.it.su.se] has quit [Server closed connection] 23:51 -!- IcePic [~jj@c66.it.su.se] has joined #openbsd 23:53 -!- solo2 [~solo@71.233.186.27] has quit [Read error: Connection reset by peer] 23:58 -!- luser1 [~luser@user/luser1] has quit [Quit: The Lounge - https://thelounge.chat] 23:59 -!- luser1 [~luser@user/luser1] has joined #openbsd --- Log closed Mon Jun 19 00:00:26 2023