--- Log opened Wed Nov 12 00:00:10 2025 00:01 < dg> the out will be on the egress interface, so you probably want "pass out on egress"... in that case 00:03 < dg> although it might be better with multiple rules, a rule to "pass in on wg0 from $wg_user proto tcp to any port submission", then have a rule like "pass out on egress from $wg_user nat-to egress" 00:03 < dg> i.e. if the firewall allows traffic from $wg_user, nat it, then have rules on the inbound deciding what's allowed 00:04 < ssm_> if I'm correct, binat lets packets coming in on my interface to see what's running on roadwarrior? which if true would be useful for uuuuuuuuuuuuuuuuuhhhhhhhhhhhhhhhhhh nfs? 00:05 -!- grifter_ [~grifter@user/grifter-:19210] has quit [Ping timeout: 252 seconds] 00:05 < ssm_> s/see what.s running/use ports/ 00:05 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 00:06 -!- swaggboi [~kvirc@slackware.uk/supporter/swaggboi] has joined #openbsd 00:06 < dg> i'm not sure why you'd want to use nfs over the internet 00:06 < ssm_> wireguard 00:06 < ssm_> which is the internet, I suppose. I use it to mount my mbox dir 00:06 < dg> but if it's within a wireguard network there's no need for any nat 00:07 < dg> you can just talk between the internal IPs fine 00:07 < ssm_> yeah you're right 00:07 < ssm_> dang what the heck do you use binat for then 00:09 < dg> I've seen it used for things like if two companies merge and they shared some internal IP space 00:11 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 240 seconds] 00:11 -!- bigato [~bigato@user/bigato] has quit [Read error: Connection reset by peer] 00:11 -!- bigato [~bigato@user/bigato] has joined #openbsd 00:20 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 00:23 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 00:24 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 00:25 -!- sibiria [~sibiria@user/sibiria] has quit [Ping timeout: 264 seconds] 00:27 -!- asji_ [~asji@user/asji] has joined #openbsd 00:28 < asji_> Question: is any alternative to "ssh-copy-id" in obsd? 00:29 < asji_> ± 00:29 -!- asji_ [~asji@user/asji] has quit [Client Quit] 00:30 < fro> yeah don't stay for an answer or anything 00:31 < gman999> it was a painful 45 seconds.... 00:32 -!- sibiria [~sibiria@user/sibiria] has joined #openbsd 00:33 -!- swaggboi [~kvirc@slackware.uk/supporter/swaggboi] has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/] 00:38 < rnkn> I can't seem to get my rc daemon's rc_check to work https://paste.sr.ht/blob/de8c735151f15e2706f31b6dc66216a234ddf549 00:39 < rnkn> the pgrep works on the command line: 00:39 < rnkn> pgrep -T0 -q -xf "perl /usr/local/www/bliptown/script/bliptown_helper" 00:39 < rnkn> surely they're identical 00:39 < rnkn> but alas, doas rcctl check bliptown_helper returns 1 00:40 < dg> run rcctl with -d? 00:41 < rnkn> nothing much to tell https://paste.sr.ht/blob/54d2e37514b7f64e71984db23cf667b7b447c875 00:43 -!- angues [~snakes@user/Snakes] has quit [Ping timeout: 240 seconds] 00:46 < dg> are you sure it's "perl ${daemon}" or "/usr/bin/perl ${daemon}" 00:47 < rnkn> in ps -aux it's just perl, but just tried and rc_check failed 00:47 < rnkn> (just tried /usr/bin/perl that is) 00:47 -!- brass [~brass@user/dac] has joined #openbsd 00:48 < rnkn> I've checked the routing table and everything is running on 0 00:48 -!- brass [~brass@user/dac] has quit [Client Quit] 00:48 -!- brass [~brass@user/dac] has joined #openbsd 00:49 < rnkn> I've also tried removing "rc_bg=YES" 00:49 -!- bigato [~bigato@user/bigato] has quit [Ping timeout: 256 seconds] 00:52 < thrig> man perlipc talks about daemonizing a perl process 00:52 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 00:56 < rnkn> had a quick look at perlipc section on daemons but it doesn't seem applicable to this helper script. it's a fairly simple script. 00:56 < rnkn> if interested https://paste.sr.ht/~rnkn/4106a35278725b6f5b3640e33c7066825f2f4885 00:57 -!- \subline [~join_subl@69-165-245-79.cable.teksavvy.com] has joined #openbsd 00:57 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 00:59 < rnkn> given the rc_check() pgrep line works on the command line but not via rcctl it's gotta be something amiss with the rc script surely 01:01 -!- defa [~feeeee@aannecy-651-1-433-239.w86-209.abo.wanadoo.fr] has joined #openbsd 01:01 -!- def [~feeeee@aannecy-651-1-433-239.w86-209.abo.wanadoo.fr] has quit [Read error: Connection reset by peer] 01:04 < pardis> invoking '/bin/ksh -x /etc/rc.d/whatever' can be helpful in such cases 01:05 < rnkn> huh, okay I think I found the culprit... /var/run/rc.d/bliptown_helper has /usr/bin/perl as the pexp; deleted that and restarted, now rc_check works :D 01:05 < rnkn> s/has/had/ 01:05 -!- swaggboi [~kvirc@slackware.uk/supporter/swaggboi] has joined #openbsd 01:06 < rnkn> maybe rc.subr only deletes the /var/run file if rc_check returns 0 before stopping the process? i.e. if the pexp doesn't match it thinks the process has stopped and so doesn't remove the runfile 01:06 * rnkn speculates 01:10 < rnkn> if there are any guns at perl & security, any feedback/critique on that last paste would be much appeciated (since it runs as root) 01:18 -!- linsux [~metbsd@user/linsux] has quit [Quit: byeircer] 01:19 -!- fedaykin [~rusty@user/fedaykin] has quit [Ping timeout: 264 seconds] 01:25 -!- tozhu [~tozhu@222.210.190.151] has quit [Read error: Connection reset by peer] 01:25 -!- tozhu [~tozhu@171.223.92.146] has joined #openbsd 01:27 -!- fedaykin [~rusty@user/fedaykin] has joined #openbsd 01:28 -!- asji [~asji@user/asji] has joined #openbsd 01:34 < thrig> /tmp is a terrible place for a socket, usually 01:35 -!- gtlwuc [uid621242@user/gtlwuc] has joined #openbsd 01:37 -!- daugaard [~daugaard@user/daugaard] has quit [Ping timeout: 256 seconds] 01:40 -!- cli [~m-vsauiy@user/cli] has quit [Ping timeout: 265 seconds] 01:46 -!- cli [~m-vsauiy@user/cli] has joined #openbsd 01:46 < dg> i'd be more concerned with accepting Storable data from an untrusted source 01:47 < dg> given the man page says not to do thaat 01:48 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has joined #openbsd 01:53 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has quit [Ping timeout: 272 seconds] 01:53 < dg> there's also a TOUTOC issue in calling safe_file() then using open(), it would be possible (although hard) to replace that file with a symlink elsewhere 01:57 < rnkn> thrig: noted 01:58 < rnkn> dg: what makes it untrusted? the socket should only be rw by root and the webserver group 01:58 < dg> well anything crossing a security boundary is usually considered untrusted 01:59 < rnkn> how should I make it trustworthy? 02:00 < rnkn> I thought the socket ownership/perms would be enough 02:00 < dg> I'd just use json, the issue is if you pass a blessed object or such over storable it can revive it on the other end, including running destructors 02:00 < dg> (similar to how e.g. YAML can be attacked) 02:01 -!- tozhu [~tozhu@171.223.92.146] has quit [Quit: tozhu] 02:03 < rnkn> okay cool 02:04 < rnkn> I kinda don’t wanna use json because I think it’s ugly 02:04 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 02:04 < rnkn> so I will have to think more about ensuring no blessed objects can pass 02:05 < rnkn> and move the socket into /run 02:05 < dg> Data::MessagePack or CBOR are maybe slightly more reasonable formats (although I haven't done CBOR in perl, not sure what the libraries are like) 02:05 -!- sibiria [~sibiria@user/sibiria] has quit [Ping timeout: 256 seconds] 02:06 < rnkn> as in replace Storable? 02:06 < dg> yes, Data::MessagePack::Stream maybe 02:07 < rnkn> damn I thought Storable was an elegant solution 02:08 -!- donofrio_ [~donofrio@98.209.54.19] has joined #openbsd 02:08 < dg> I mean, yes, but unfortunately Storable is an old format and has this: https://perldoc.perl.org/Storable#SECURITY-WARNING 02:09 -!- skydogenet [~doge@user/skydoge] has joined #openbsd 02:09 < thrig> Sereal is more recent 02:09 -!- skydoge [~doge@user/skydoge] has quit [Ping timeout: 250 seconds] 02:10 < rnkn> ouch 02:11 -!- donofrio [~donofrio@98.209.54.19] has quit [Ping timeout: 264 seconds] 02:13 < rnkn> the data in this case is sufficiently simple so I should probably go with MessagePack 02:13 < rnkn> did I mention I dislike json? 02:13 * afresh1 likes JSON, but mostly because JSON::PP is in core 02:14 < rnkn> > The MessagePack format saves memory than JSON and Storable format. 02:14 < rnkn> oh I like that ^ 02:15 < afresh1> are you memory constrained? :-P 02:15 -!- DetourNe- [DetourNetw@user/DetourNetworkUK] has joined #openbsd 02:16 -!- DetourNetworkUK [~DetourNet@user/DetourNetworkUK] has quit [Read error: Connection reset by peer] 02:17 < rnkn> not really, I just like minimalist stuff 02:17 -!- sibiria [~sibiria@user/sibiria] has joined #openbsd 02:17 < rnkn> (despite using Mojolicious for this project) 02:17 -!- DetourNe- is now known as DetourNetworkUK 02:17 < afresh1> I mean, Mojo is minimal compared to say Catalyst :-D 02:19 < pardis> messagepack is "minimalist" compared to json in the same sense that xz is "minimalist" compared to gzip 02:19 < pardis> saves space on the wire at the cost of being more complicated to handle 02:21 < pardis> given the amount of work going into just getting this service running, I would think the total lack of human-readability would be a serious hindrance for debugging 02:21 < afresh1> couple of comments on that paste. Should probably check success of getgrnam. You should not trust $@ to be _unset_ if nothing goes wrong. Instead do `my $success = eval {...}; unless ($success) { warn; }` (warn prints out $@ by default) 02:22 < thrig> eval { ...; 1 }; 02:22 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 02:22 < afresh1> thrig: oh, yes. that 02:22 < rnkn> okay brilliant, thankyou 02:23 < rnkn> pardis: you reckon json? 02:24 < pardis> I would always choose json over msgpack unless there are very good reasons not to 02:24 < rnkn> personal aesthetics? 02:25 < pardis> such as, for example, if your code needs to run on a Mars rover and you are competing with 50 other teams for limited bandwidth in a transmission window 02:28 < oldlaptop> doesn't Google's "protobuf" stuff have a knob you can turn between "human-readable" and "super-compact ultra-optimized binary"? 02:28 < oldlaptop> (which might be cool, but is definitely not "minimalist") 02:29 < dg> oldlaptop: no, there's a text representation used in debugging and so on, but it isn't interchangable on the wire 02:29 < oldlaptop> That's more or less what I mean. 02:31 < dg> https://www.rfc-editor.org/rfc/rfc8949#name-diagnostic-notation cbor has similar 02:32 < oldlaptop> It can't actually transmit the text on the wire at all? 02:32 < oldlaptop> even if I twiddle the knob at both ends and gladly accept both of my pieces when it breaks? 02:33 * oldlaptop thought it could transmit the text on the wire 02:33 < dg> I mean, if you write some code I'm sure you could make it happen 02:35 * oldlaptop grumbles indistinctly and goes back to using json for such things 02:37 < rnkn> dg: why Data::MessagePack::Stream instead of Data::MessagePack? 02:39 < dg> Data::MessagePack's docs say that 02:41 * rnkn 's face goes red 02:42 < dg> btw, another comment on that paste: 02:42 < dg> perl -MO=Deparse,-p -e'rename($safe_file, $safe_new_name) if -f $safe_file || die "Cannot rename file: $file ($!)";' 02:42 < dg> postfix if does not behave how you think it does 02:42 < dg> this command makes perl parse it and add parens so you can see how it parsed it 02:43 < dg> I'd also maybe consider autodie for this given you catch errors 02:49 -!- jitter [~jitter@user/jitter] has quit [Ping timeout: 264 seconds] 02:49 -!- fro [fro@humpty.dance] has quit [Quit: nothing left] 02:50 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 02:50 -!- jitter [~jitter@212.146.148.157.dynamic-pppoe.dt.ipv4.wtnet.de] has joined #openbsd 02:50 -!- jitter [~jitter@212.146.148.157.dynamic-pppoe.dt.ipv4.wtnet.de] has quit [Changing host] 02:50 -!- jitter [~jitter@user/jitter] has joined #openbsd 03:02 -!- tozhu [~tozhu@223.87.244.17] has joined #openbsd 03:04 -!- tozhu [~tozhu@223.87.244.17] has quit [Client Quit] 03:04 -!- frodo [~sethkush@D122-N75.gen.queensu.ca] has quit [Ping timeout: 256 seconds] 03:06 -!- tozhu [~tozhu@223.87.244.17] has joined #openbsd 03:08 < rnkn> dg: thankyou thankyou, I thought that might be wrong 03:11 -!- fart_cat [~fart_cat@user/fart-cat:36778] has quit [Remote host closed the connection] 03:12 < rnkn> split it into two 03:13 < rnkn> helper mkII https://paste.sr.ht/~rnkn/5942c799c901fda73369ba6ed0f48fadb8fc89f6 03:13 -!- tvtoon [~The_cUnix@user/tvtoon] has quit [Quit: "Unresolved"] 03:14 < rnkn> I like the neatness of specifying the paths to use lib as relative, despite knowing it will create errors if the script is started from some other directory. is there a nice way to control for that? 03:15 -!- fart_cat [~fart_cat@user/fart-cat:36778] has joined #openbsd 03:27 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has joined #openbsd 03:29 < dg> https://perldoc.perl.org/FindBin 03:32 < rnkn> hmm Data::MessagePack seems to require cmake and g++, which doesn't seem very minimal 03:32 < rnkn> dg: thx 03:32 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has quit [Ping timeout: 256 seconds] 03:33 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has joined #openbsd 03:37 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has quit [Ping timeout: 240 seconds] 03:38 -!- talos [~talos@68.186.150.133] has left #openbsd [The Lounge - https://thelounge.chat] 03:40 -!- tozhu [~tozhu@223.87.244.17] has quit [Quit: tozhu] 03:41 -!- tozhu [~tozhu@223.87.244.17] has joined #openbsd 03:42 -!- krjst [~krjst@2a0a:4cc0:2000:789a:b827:c6ff:fed6:bb48] has quit [Quit: bye] 03:42 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 03:43 -!- krjst [~krjst@v2202504264396328666.nicesrv.de] has joined #openbsd 03:43 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 03:53 -!- _zip100 [~zip100@185.209.196.142] has joined #openbsd 03:53 -!- zip100 [~zip100@185.213.155.208] has quit [Ping timeout: 256 seconds] 03:59 -!- szilard- [~szilard@31.46.251.8] has joined #openbsd 03:59 -!- szilard [~szilard@1F2EFB15.nat.pool.telekom.hu] has quit [Ping timeout: 255 seconds] 03:59 -!- szilard- is now known as szilard 04:00 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has joined #openbsd 04:02 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.5.2] 04:04 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has quit [Ping timeout: 240 seconds] 04:07 -!- mover [~hischild@user/mover] has quit [Quit: leaving] 04:07 -!- BOFH [~BOFH@user/BOFH] has joined #openbsd 04:16 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 04:17 -!- ogopogo [~ogopogo@2806:2f0:a6c1:e9cd::2] has joined #openbsd 04:18 -!- bket [~bket@user/bket] has quit [Ping timeout: 252 seconds] 04:20 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has joined #openbsd 04:23 -!- naoki [~Thunderbi@240f:10b:7440:1:16e6:e9c9:d805:24b8] has quit [Quit: naoki] 04:23 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has joined #openbsd 04:23 -!- vdamewood [~vdamewood@fedora/vdamewood] has joined #openbsd 04:24 -!- ogopogo [~ogopogo@2806:2f0:a6c1:e9cd::2] has quit [Quit: Leaving] 04:25 -!- tozhu [~tozhu@223.87.244.17] has quit [Quit: tozhu] 04:25 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has quit [Ping timeout: 256 seconds] 04:27 -!- frodo [~sethkush@2602:ffb6:4:bc3a:f816:3eff:fe94:75bc] has joined #openbsd 04:28 -!- Bradipo [~Bradipo@50.77.44.29] has quit [Quit: Lost terminal] 04:31 -!- frodo [~sethkush@2602:ffb6:4:bc3a:f816:3eff:fe94:75bc] has quit [Ping timeout: 240 seconds] 04:53 -!- tozhu [~tozhu@223.87.244.17] has joined #openbsd 04:54 -!- usagi_mimi [~usagi@user/usagi-mimi:93651] has quit [Ping timeout: 256 seconds] 04:56 -!- gce108__ [~gce@user/gce108] has quit [Read error: Connection reset by peer] 04:57 -!- gce108__ [~gce@user/gce108] has joined #openbsd 05:03 -!- tozhu [~tozhu@223.87.244.17] has quit [Quit: tozhu] 05:05 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 05:12 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has joined #openbsd 05:13 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Remote host closed the connection] 05:13 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 05:14 -!- gtlwuc [uid621242@user/gtlwuc] has quit [Quit: Connection closed for inactivity] 05:17 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has quit [Ping timeout: 256 seconds] 05:23 -!- bket [~bket@user/bket] has joined #openbsd 05:23 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has joined #openbsd 05:29 -!- Leo_V [~Leo@104.247.239.65] has quit [Read error: Connection reset by peer] 05:32 -!- xet7 [~xet7@user/xet7] has joined #openbsd 05:32 < rnkn> > nginx: [emerg] variables in "ssl_certificate" and "ssl_certificate_key" directives are not supported on this platform 05:32 < rnkn> well that fkn sucks 05:33 -!- grifter_ [~grifter@user/grifter-:19210] has joined #openbsd 05:35 < rnkn> oh man, I think this might be a showstopped 05:36 -!- librecat [uid714233@id-714233.helmsley.irccloud.com] has joined #openbsd 05:39 < rnkn> does that mean there is no way to do variables in ssl certs on openbsd at all? 05:42 -!- usagi_mimi [~usagi@user/usagi-mimi:93651] has joined #openbsd 05:49 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 05:55 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has joined #openbsd 05:56 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Remote host closed the connection] 05:59 -!- asji [~asji@user/asji] has quit [Quit: leaving] 05:59 -!- asji [~asji@user/asji] has joined #openbsd 06:02 < dg> "at all" is a bit strong, libressl doesn't support that function (https://github.com/libressl/portable/issues/534) 06:03 < dg> potentially something like caddy could work for you 06:07 -!- shiranaihito_ [~shiranaih@2001:fb1:7e:bc02:5b2:84c5:713b:4bdc] has joined #openbsd 06:09 < rnkn> caddy is too shiny. not my style. 06:10 < rnkn> I think I may have a solution... have the helper script manage a list of "keypair example.com" and include those in relayd.conf 06:11 < dg> I have similar for acme-client + haproxy, it's a shell script that writes a haproxy crt-list file 06:11 < rnkn> I'm glad you didn't immediately say this is a security problem 06:11 < dg> ;) 06:11 < rnkn> haha 06:12 -!- Xenguy_ [~Xenguy@user/xenguy] has joined #openbsd 06:13 < rnkn> so if relayd is handling SSL termination, I'm still gonna need to provide the responses to /.well-known... wondering whether to do this straight with the Mojolicious app or direct these to httpd 06:14 -!- zenptr_ [~zenptr@89.137.113.38] has joined #openbsd 06:15 -!- zenptr [~zenptr@user/zenptr] has quit [Ping timeout: 256 seconds] 06:15 -!- wickedshell [~wickedshe@c-98-60-138-166.hsd1.nm.comcast.net] has quit [Ping timeout: 256 seconds] 06:15 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Ping timeout: 256 seconds] 06:15 -!- sibiria [~sibiria@user/sibiria] has quit [Ping timeout: 256 seconds] 06:15 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 256 seconds] 06:15 -!- sibiria [~sibiria@user/sibiria] has joined #openbsd 06:16 < rnkn> something simple like https://termbin.com/7h6p 06:16 -!- xet7 [~xet7@user/xet7] has quit [Remote host closed the connection] 06:17 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 06:17 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has quit [Ping timeout: 256 seconds] 06:17 < rnkn> and if I'm reading relayd.conf(5) correctly, relayd can be controlled via socket but only communicates via TCP port? 06:25 -!- nature [~nature@64.137.144.64] has quit [Ping timeout: 240 seconds] 06:26 -!- xet7 [~xet7@user/xet7] has joined #openbsd 06:38 -!- tozhu [~tozhu@223.87.244.17] has joined #openbsd 06:39 -!- tozhu [~tozhu@223.87.244.17] has quit [Client Quit] 06:43 -!- perelman [~unknown@user/perelman] has joined #openbsd 06:45 -!- perelman [~unknown@user/perelman] has quit [Client Quit] 06:45 -!- tozhu [~tozhu@223.87.244.17] has joined #openbsd 06:46 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has joined #openbsd 06:48 -!- ixc [~ixc@user/ixc] has joined #openbsd 06:49 -!- frodo [~sethkush@D122-N75.gen.queensu.ca] has joined #openbsd 06:50 -!- ali_rahbar_17 [~ali@5.115.93.163] has joined #openbsd 06:50 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has joined #openbsd 06:50 -!- ali_rahbar_17 [~ali@5.115.93.163] has quit [Changing host] 06:50 -!- ali_rahbar_17 [~ali@user/ali-rahbar-17:36079] has joined #openbsd 06:50 -!- chiselfuse [~chiselfus@user/chiselfuse] has quit [Remote host closed the connection] 06:50 -!- chiselfuse [~chiselfus@user/chiselfuse] has joined #openbsd 06:53 -!- frodo [~sethkush@D122-N75.gen.queensu.ca] has quit [Ping timeout: 256 seconds] 06:56 -!- Pixi [~Pixi@user/pixi] has quit [Quit: Leaving] 06:59 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has joined #openbsd 06:59 < rkta> Since my last upgrade the daily insecurity reports complains about a lot of 'Disk /dev/X is user root, group wheel, permissions brw-r-----.' How do I fix this? 07:01 < sonya> rkta, could you termbin the example ? 07:01 -!- Pixi [~Pixi@user/pixi] has joined #openbsd 07:02 < rkta> sonya: http://rkta.de/pub/insec 07:03 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has quit [Ping timeout: 265 seconds] 07:04 < zelest> rkta, The group should be operator, not wheel. 07:04 < sonya> rkta, ^^ 07:05 < rkta> I wonder why it is wheel, I did not change it manually... 07:05 -!- tozhu [~tozhu@223.87.244.17] has quit [Quit: tozhu] 07:05 < sonya> to fix, i guess, as root: # cd /dev/ && sh MAKEDEV all 07:06 < rkta> Still some :wheel files left after this, though 07:07 < zelest> Some devs should be wheel, but not the block devices 07:07 < IcePic> sonyas line is good, it would fixup any other yet unknown ownership errors 07:07 -!- ali_rahbar_17 [~ali@user/ali-rahbar-17:36079] has quit [Ping timeout: 256 seconds] 07:08 < zelest> Also, see check_disks() in /usr/libexec/security :) 07:11 < rkta> I refuse to manually match that regex this early in the morning :) 07:13 < IcePic> "Free the mallocs! Match the regexes!" 07:16 < zelest> :D 07:16 < zelest> I love the smell of regex in the morning! 07:18 < rkta> btw, can I suppress some warnings in this report? Login anonymous without a password is on purpose. I don't need a daily reminder. 07:19 -!- shiranaihito_ [~shiranaih@2001:fb1:7e:bc02:5b2:84c5:713b:4bdc] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 07:20 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has joined #openbsd 07:21 < zelest> Yes, check PASSWDSKIP in security(8) 07:29 -!- tozhu [~tozhu@223.87.244.17] has joined #openbsd 07:34 < IcePic> the answer came so fast, I think zelests boxes are all pwless for anonymous logins 07:35 < rkta> Nice. What about the report that login 'got' is off, but has alternate access files? That's also on purpose. 07:36 < IcePic> I get similar on my anoncvs box, and I still like to get those daily reports. At least if someone adds a new pwless account, I would hopefully notice 07:38 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 07:38 < rkta> I also want to have that warnings. But I'd like to say 'it is ok' in same cases. 07:39 -!- raspbeguy [~raspbeguy@wireguard/tunneler/raspbeguy] has joined #openbsd 07:39 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 07:39 < rkta> OTOH, if someone manages to add a pwless login, they are likely able to add it to PASSWDSKIP. 07:41 -!- vdamewood [~vdamewood@fedora/vdamewood] has quit [Quit: Life beckons] 07:41 < IcePic> wasn't explicitly thinking of someone being root and running stuff but more like a package/port adding some shady account or so 07:41 -!- shiranaihito_ [~shiranaih@ppp-171-97-85-24.revip8.asianet.co.th] has joined #openbsd 07:41 < IcePic> I expect all the persistent-threat-actors to be more clever than security(8) =) 07:41 -!- vados [~vados@31.144.49.48] has joined #openbsd 07:46 -!- ali_rahbar_17 [~ali@5.115.93.163] has joined #openbsd 07:46 -!- ali_rahbar_17 [~ali@5.115.93.163] has quit [Changing host] 07:46 -!- ali_rahbar_17 [~ali@user/ali-rahbar-17:36079] has joined #openbsd 07:48 -!- Xenguy__ [~Xenguy@user/xenguy] has joined #openbsd 07:50 -!- Xenguy_ [~Xenguy@user/xenguy] has quit [Ping timeout: 256 seconds] 07:54 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has quit [Quit: leaving] 07:55 * fart_cat hacks your PASSWDSKIP and improves your INFOSEC policies 08:00 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has joined #openbsd 08:03 -!- psydroid3 [~psydroid@185.99.206.53] has joined #openbsd 08:04 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 08:11 < IcePic> export INFOSEC=very_secure 08:14 -!- f6k [~f6k@atl.huld.re] has quit [Quit: Leaving] 08:15 -!- f6k [~f6k@2a01:e0a:211:2070:12dd:b1ff:feeb:bb92] has joined #openbsd 08:16 -!- zimmer__ [~zimmer@user/zimmer] has joined #openbsd 08:18 -!- n1000 [~n1000@user/n1000] has quit [Ping timeout: 244 seconds] 08:18 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 240 seconds] 08:19 -!- angues [~snakes@user/Snakes] has joined #openbsd 08:24 -!- wickedshell [~wickedshe@c-98-60-138-166.hsd1.nm.comcast.net] has joined #openbsd 08:28 -!- zcram [~zcram@user/zcram] has joined #openbsd 08:30 -!- eniac_ [~eniac@user/eniac] has joined #openbsd 08:32 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 08:34 -!- eniac [~eniac@user/eniac] has quit [Ping timeout: 272 seconds] 08:34 -!- eki [~eki@88-148-144-106.bb.dnainternet.fi] has quit [Quit: leaving] 08:35 -!- eki [~eki@88-148-144-106.bb.dnainternet.fi] has joined #openbsd 08:38 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has quit [Quit: leaving] 08:40 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has joined #openbsd 08:41 -!- djhankb9311 [~djhankb@ip-208-113-164-68.nodes.dream.io] has quit [Remote host closed the connection] 08:44 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Remote host closed the connection] 08:48 -!- ali_rahbar_17 [~ali@user/ali-rahbar-17:36079] has quit [Ping timeout: 256 seconds] 08:53 -!- johnzlly [~johnzlly@KD118158186024.ppp-bb.dion.ne.jp] has joined #openbsd 08:53 -!- johnzlly [~johnzlly@KD118158186024.ppp-bb.dion.ne.jp] has quit [Changing host] 08:53 -!- johnzlly [~johnzlly@user/johnzlly] has joined #openbsd 08:54 -!- zapata [~zapata@user/zapata] has joined #openbsd 09:03 -!- jalfresi [~bendavies@224.186.187.81.in-addr.arpa] has joined #openbsd 09:04 -!- feriman [~feriman@user/feriman] has joined #openbsd 09:08 -!- ZHuangZi [~ZHuangZi@user/ZhuangZi] has quit [Ping timeout: 256 seconds] 09:09 -!- jfsimon1981 [~jfsimon19@2a01:cb14:b9b:2000:a16c:e074:d6e8:1c30] has joined #openbsd 09:09 -!- bigato [~bigato@170.81.150.145] has joined #openbsd 09:09 -!- bigato [~bigato@170.81.150.145] has quit [Changing host] 09:09 -!- bigato [~bigato@user/bigato] has joined #openbsd 09:16 -!- usagi_mimi [~usagi@user/usagi-mimi:93651] has quit [Quit: WeeChat 4.7.1] 09:36 -!- ali_rahbar_17 [~ali@5.116.100.125] has joined #openbsd 09:36 -!- ali_rahbar_17 [~ali@5.116.100.125] has quit [Changing host] 09:36 -!- ali_rahbar_17 [~ali@user/ali-rahbar-17:36079] has joined #openbsd 09:36 -!- psydroid3 [~psydroid@185.99.206.53] has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/] 09:37 -!- psydroid3 [~psydroid@185.99.206.53] has joined #openbsd 09:38 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has quit [Ping timeout: 272 seconds] 09:38 -!- user_with_nouser [~user_with@user/user-with-nouser:54838] has quit [Quit: user_with_nouser] 09:42 -!- toxic063 [~toxic0@82-65-162-186.subs.proxad.net] has quit [Ping timeout: 246 seconds] 09:45 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 09:47 -!- psydroid3 [~psydroid@185.99.206.53] has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/] 09:50 -!- daugaard [~daugaard@user/daugaard] has joined #openbsd 09:53 -!- jalfresi [~bendavies@224.186.187.81.in-addr.arpa] has quit [Ping timeout: 244 seconds] 09:55 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has joined #openbsd 09:57 -!- toxic063 [~toxic0@82-65-162-186.subs.proxad.net] has joined #openbsd 10:04 -!- jalfresi [~bendavies@81.187.186.224] has joined #openbsd 10:13 -!- rc [~rc@user/rc] has quit [Quit: nyaa~] 10:15 -!- aaro1 [aaro@user/aaro] has joined #openbsd 10:15 -!- aaro [aaro@user/aaro] has quit [Ping timeout: 252 seconds] 10:17 < naoki> is arm64 7.8 install78.img broken? I got "booting sd0a:/bsd: sd0a:/bsd: Inappropriate file type or format" 10:17 < naoki> snapshot works 10:27 -!- jerryf [~jerryf@user/jerryf] has quit [Remote host closed the connection] 10:27 -!- jerryf [~jerryf@user/jerryf] has joined #openbsd 10:30 < IcePic> is the disk with install78.img on it the device named "sd0" ? 10:34 -!- sibiria [~sibiria@user/sibiria] has quit [Quit: leaving] 10:35 -!- sibiria [~sibiria@user/sibiria] has joined #openbsd 10:48 -!- tozhu [~tozhu@223.87.244.17] has quit [Quit: tozhu] 10:53 -!- runxiyu [runxiyu@lindenii/maintainer/runxiyu] has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in] 10:54 -!- runxiyu [runxiyu@lindenii/maintainer/runxiyu] has joined #openbsd 11:04 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 11:05 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 11:20 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 272 seconds] 11:30 -!- vados [~vados@31.144.49.48] has quit [Ping timeout: 240 seconds] 11:32 -!- mover [~hischild@user/mover] has joined #openbsd 11:35 -!- nologin [~nightwolf@gateway/tor-sasl/sonya] has joined #openbsd 11:35 -!- jtt [~jtt@user/thyssentishman] has quit [Remote host closed the connection] 11:37 -!- sonya [~nightwolf@gateway/tor-sasl/sonya] has quit [Ping timeout: 272 seconds] 11:38 -!- jtt [~jtt@user/thyssentishman] has joined #openbsd 11:39 -!- xet7 [~xet7@user/xet7] has quit [Quit: Leaving] 11:43 -!- runxiyu [runxiyu@lindenii/maintainer/runxiyu] has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in] 11:43 -!- BOFH [~BOFH@user/BOFH] has left #openbsd [] 11:47 -!- runxiyu [runxiyu@lindenii/maintainer/runxiyu] has joined #openbsd 11:50 -!- tozhu [~tozhu@171.223.92.146] has joined #openbsd 11:50 -!- parai [~parai@user/parai] has quit [Ping timeout: 244 seconds] 11:50 -!- runxiyu [runxiyu@lindenii/maintainer/runxiyu] has quit [Remote host closed the connection] 11:51 -!- runxiyu [runxiyu@lindenii/maintainer/runxiyu] has joined #openbsd 11:51 -!- jtt [~jtt@user/thyssentishman] has quit [Remote host closed the connection] 11:52 -!- jtt [~jtt@user/thyssentishman] has joined #openbsd 11:56 -!- zimmer__ [~zimmer@user/zimmer] has quit [Ping timeout: 256 seconds] 11:59 < naoki> IcePic: https://gist.github.com/RadxaNaoki/fda1597abe311d8ead8f7e0e77b749f7 12:01 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 12:05 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 256 seconds] 12:08 -!- zcram [~zcram@user/zcram] has quit [Quit: Do the right thing.] 12:15 -!- jkm [~jkm@user/jkm] has quit [Ping timeout: 244 seconds] 12:16 -!- jkm [~jkm@user/jkm] has joined #openbsd 12:24 -!- SirJitsu1 [~SirJitsu@66.103.232.138] has joined #openbsd 12:28 -!- seninha [~seninha@user/seninha] has joined #openbsd 12:35 -!- ali_rahbar_17 [~ali@user/ali-rahbar-17:36079] has quit [Ping timeout: 240 seconds] 12:38 < k0ga> -/win 7 12:38 < k0ga> ups 12:45 < sibiria> 7 12:47 < zelest> 7 12:54 -!- Leone [~Leo@104.247.239.65] has joined #openbsd 12:55 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 12:56 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 12:57 -!- zcram [~zcram@user/zcram] has joined #openbsd 13:01 -!- ali_rahbar_17 [~ali@5.116.186.113] has joined #openbsd 13:01 -!- ali_rahbar_17 [~ali@5.116.186.113] has quit [Changing host] 13:01 -!- ali_rahbar_17 [~ali@user/ali-rahbar-17:36079] has joined #openbsd 13:27 -!- johnzlly [~johnzlly@user/johnzlly] has quit [Ping timeout: 256 seconds] 13:28 -!- johnzlly [~johnzlly@KD118158186024.ppp-bb.dion.ne.jp] has joined #openbsd 13:28 -!- johnzlly [~johnzlly@KD118158186024.ppp-bb.dion.ne.jp] has quit [Changing host] 13:28 -!- johnzlly [~johnzlly@user/johnzlly] has joined #openbsd 13:35 < lts-> Ooh fixes for /usr running out of space during upgrade https://undeadly.org/cgi?action=article;sid=20251112121631 13:35 -!- parai [~parai@user/parai] has joined #openbsd 13:44 < quinq> nice! 13:44 < quinq> But “If "df /usr" says the filesystem is over 90% full” 13:45 < quinq> 90% is high ok, but... It's completely subjective to the actual size 13:53 -!- Hackerpcs [~user@user/hackerpcs] has quit [Quit: Hackerpcs] 14:00 -!- jalfresi [~bendavies@81.187.186.224] has quit [Ping timeout: 264 seconds] 14:06 -!- jab [~user@user/jab] has joined #openbsd 14:09 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 256 seconds] 14:11 -!- qqe [~qqq@185.54.21.203] has joined #openbsd 14:24 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 14:24 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 14:27 -!- gtlwuc [uid621242@user/gtlwuc] has joined #openbsd 14:32 -!- johnzlly [~johnzlly@user/johnzlly] has quit [Ping timeout: 256 seconds] 14:33 -!- johnzlly [~johnzlly@KD118158186024.ppp-bb.dion.ne.jp] has joined #openbsd 14:33 -!- johnzlly [~johnzlly@KD118158186024.ppp-bb.dion.ne.jp] has quit [Changing host] 14:33 -!- johnzlly [~johnzlly@user/johnzlly] has joined #openbsd 14:34 -!- bigato [~bigato@user/bigato] has quit [Read error: Connection reset by peer] 14:35 -!- bigato [~bigato@user/bigato] has joined #openbsd 14:40 -!- chiselfuse [~chiselfus@user/chiselfuse] has quit [Remote host closed the connection] 14:40 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 14:40 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has quit [Quit: leaving] 14:40 -!- chiselfuse [~chiselfus@user/chiselfuse] has joined #openbsd 14:42 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has joined #openbsd 15:04 -!- Bradipo [~Bradipo@50.77.44.29] has joined #openbsd 15:04 -!- SirJitsu1 [~SirJitsu@66.103.232.138] has quit [Quit: Konversation terminated!] 15:05 -!- SirJitsu1 [~SirJitsu@66.103.232.138] has joined #openbsd 15:06 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 15:07 -!- lagrange [~john@user/lagrange] has joined #openbsd 15:08 -!- nature [~nature@64.137.144.64] has joined #openbsd 15:08 -!- jerryf_ [~jerryf@user/jerryf] has joined #openbsd 15:08 < naoki> Does anyone try amdgpu on arm64? On Radxa Orion O6, kernel freezes just before mounting rootfs. Workaround is disabling amdgpu and azalia. 15:09 -!- johnzlly [~johnzlly@user/johnzlly] has quit [Ping timeout: 256 seconds] 15:10 -!- johnzlly [~johnzlly@user/johnzlly] has joined #openbsd 15:11 -!- jerryf [~jerryf@user/jerryf] has quit [Remote host closed the connection] 15:19 -!- lagrange [~john@user/lagrange] has quit [Quit: leaving] 15:25 -!- seninha [~seninha@user/seninha] has joined #openbsd 15:26 -!- _wnh_1 [~Thunderbi@user/wnh] has joined #openbsd 15:30 -!- moocow9 [~moocow9@user/moocow9] has quit [Remote host closed the connection] 15:30 -!- _wnh_ [~Thunderbi@user/wnh] has quit [Ping timeout: 260 seconds] 15:34 -!- vados [~vados@31.144.49.48] has joined #openbsd 15:34 -!- SirJitsu1 [~SirJitsu@66.103.232.138] has quit [Quit: Konversation terminated!] 15:35 -!- SirJitsu1 [~SirJitsu@66.103.232.138] has joined #openbsd 15:48 -!- Shirkdog [~M.Shirk@user/shirkdog] has joined #openbsd 15:51 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 15:52 -!- kazar [~kazar@2-248-147-19-no600.tbcn.telia.com] has joined #openbsd 15:59 -!- puffybuf [~puffy@user/puffybuf] has quit [Quit: ] 16:00 -!- SirJitsu1 [~SirJitsu@66.103.232.138] has quit [Quit: Konversation terminated!] 16:00 -!- SirJitsu1 [~SirJitsu@66.103.232.138] has joined #openbsd 16:05 < quinq> Can I nuke /usr/share/relink/ before a sysupgrade for gaining space? :D 16:07 < Bradipo> If you don't have enough space in /usr you should increase the size of /usr. 16:07 < Bradipo> I know that doesn't answer your question, but I don't know if it's advisable to delete /usr/share/relink 16:09 -!- martinver [~martinver@200.68.132.80] has joined #openbsd 16:11 -!- martinver [~martinver@200.68.132.80] has quit [Client Quit] 16:13 < IcePic> in my old tests, wiping it made the kernel and libs relink not-work 16:13 < quinq> I already did it, just had to extract it from the base tarballs again 16:13 < quinq> IIRC ^^ 16:13 < IcePic> now, it may have gotten better, but removing the /usr/share/relink/kernel/GENERIC*/*.o files does work, but wiping all seemed to remove makefiles or things needed for the next-boot relink 16:14 < IcePic> the computer will boot, just not with as much random linkage 16:14 -!- jalfresi [~bendavies@224.186.187.81.in-addr.arpa] has joined #openbsd 16:18 < quinq> Yeah but it should be reinstalled part of the upgrade anyway 16:18 -!- krl [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 16:21 -!- krl__ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 265 seconds] 16:23 -!- kazar [~kazar@2-248-147-19-no600.tbcn.telia.com] has quit [Changing host] 16:23 -!- kazar [~kazar@user/kazar] has joined #openbsd 16:26 < ssm_> i was nuking /usr/share/relink before it was cool; now it's officially supported 16:26 -!- artmdl [~art5456@d173-183-34-71.bchsia.telus.net] has quit [Ping timeout: 240 seconds] 16:27 -!- CrashOverride [~strcat@p548554a8.dip0.t-ipconnect.de] has joined #openbsd 16:28 -!- Warr1024 [~Warr@user/warr1024] has quit [Ping timeout: 244 seconds] 16:33 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.5.2] 16:34 -!- naoki [~Thunderbi@KD106150157243.ppp-bb.dion.ne.jp] has quit [Quit: naoki] 16:37 -!- drainer333 [~alice@user/Drainer333] has quit [Quit: WeeChat 4.7.1] 16:38 -!- drainer333 [~alice@user/Drainer333] has joined #openbsd 16:39 -!- johnzlly [~johnzlly@user/johnzlly] has quit [Ping timeout: 256 seconds] 16:46 -!- vados [~vados@31.144.49.48] has quit [Ping timeout: 256 seconds] 16:48 -!- vados [~vados@128-124-153-114.mobile.vf-ua.net] has joined #openbsd 16:50 < vortexx> that person may not be in here anymore but I'd be surprised if amdgpu works on arm64 16:52 < quinq> ssm_ :) 16:54 -!- alexei-ii [~alexei-ii@62-87-103-21.red-acceso.airtel.net] has joined #openbsd 16:55 -!- feriman [~feriman@user/feriman] has joined #openbsd 16:59 -!- uncleyear [~ian@178.66.156.169] has quit [Remote host closed the connection] 17:01 < asji> Â 17:02 -!- asji [~asji@user/asji] has quit [Quit: leaving] 17:03 -!- nature [~nature@64.137.144.64] has quit [Ping timeout: 256 seconds] 17:04 -!- jalfresi [~bendavies@224.186.187.81.in-addr.arpa] has quit [Ping timeout: 260 seconds] 17:06 -!- SirJitsu1 [~SirJitsu@66.103.232.138] has quit [Ping timeout: 256 seconds] 17:06 -!- ali_rahbar_17 [~ali@user/ali-rahbar-17:36079] has quit [Ping timeout: 240 seconds] 17:08 -!- uncleyear [~ian@178.66.156.169] has joined #openbsd 17:09 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 17:10 -!- seninha [~seninha@user/seninha] has joined #openbsd 17:13 -!- mover [~hischild@user/mover] has quit [Ping timeout: 265 seconds] 17:18 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has quit [Ping timeout: 264 seconds] 17:19 -!- frodo [~sethkush@D122-N75.gen.queensu.ca] has joined #openbsd 17:24 -!- frodo [~sethkush@D122-N75.gen.queensu.ca] has quit [Ping timeout: 264 seconds] 17:24 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 17:24 -!- frodo [~sethkush@D122-N75.gen.queensu.ca] has joined #openbsd 17:24 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 17:28 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 17:29 -!- frodo [~sethkush@D122-N75.gen.queensu.ca] has quit [Ping timeout: 264 seconds] 17:29 -!- frodo [~sethkush@2602:ffb6:4:bc3a:f816:3eff:fe94:75bc] has joined #openbsd 17:34 -!- frodo [~sethkush@2602:ffb6:4:bc3a:f816:3eff:fe94:75bc] has quit [Ping timeout: 240 seconds] 17:35 -!- jerryf_ [~jerryf@user/jerryf] has quit [Remote host closed the connection] 17:35 -!- jerryf [~jerryf@user/jerryf] has joined #openbsd 17:35 -!- alexei-ii [~alexei-ii@62-87-103-21.red-acceso.airtel.net] has quit [Ping timeout: 256 seconds] 17:36 -!- alexei-ii [~alexei-ii@84.125.100.237.dyn.user.ono.com] has joined #openbsd 17:36 -!- alexei-ii [~alexei-ii@84.125.100.237.dyn.user.ono.com] has quit [Client Quit] 17:40 -!- c0co [~e@user/c0co] has joined #openbsd 17:41 -!- jerryf [~jerryf@user/jerryf] has quit [Remote host closed the connection] 17:41 -!- jerryf [~jerryf@user/jerryf] has joined #openbsd 17:44 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 17:46 -!- frodo [~sethkush@D122-N75.gen.queensu.ca] has joined #openbsd 17:47 -!- jalfresi [~bendavies@224.186.187.81.in-addr.arpa] has joined #openbsd 17:49 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 17:50 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 17:50 -!- qqe [~qqq@185.54.21.203] has quit [Quit: Lost terminal] 17:50 -!- frodo [~sethkush@D122-N75.gen.queensu.ca] has quit [Ping timeout: 244 seconds] 17:55 -!- ublx [~ublx@user/ublx] has joined #openbsd 17:58 -!- markmcb [~markmcb@static.118.128.78.5.clients.your-server.de] has joined #openbsd 17:58 -!- chilledfrogs [~chilledfr@rsa59-h05-176-133-210-176.dsl.sta.abo.bbox.fr] has quit [Quit: connection reset by purr] 17:59 < markmcb> Anyone using syncthing on 7.8 with an rpi5? I get a panic shortly after starting the service. Haven't been able to find anything online, so it could just be me. 18:03 < markmcb> the error is "panic: netlock rwlock: exit write when lock not held" 18:10 -!- jalfresi [~bendavies@224.186.187.81.in-addr.arpa] has quit [Ping timeout: 256 seconds] 18:13 -!- chilledfrogs [~chilledfr@rsa59-h05-176-133-210-176.dsl.sta.abo.bbox.fr] has joined #openbsd 18:14 -!- vados [~vados@128-124-153-114.mobile.vf-ua.net] has quit [Ping timeout: 240 seconds] 18:20 -!- frodo [~sethkush@D122-N75.gen.queensu.ca] has joined #openbsd 18:22 -!- marcdimarco2 [~marcdimar@user/marcdimarco] has joined #openbsd 18:23 -!- marcdimarco [~marcdimar@user/marcdimarco] has quit [Ping timeout: 246 seconds] 18:24 -!- marcdimarco2 [~marcdimar@user/marcdimarco] has quit [Client Quit] 18:25 -!- frodo [~sethkush@D122-N75.gen.queensu.ca] has quit [Ping timeout: 264 seconds] 18:25 -!- marcdimarco [~marcdimar@user/marcdimarco] has joined #openbsd 18:26 -!- artmdl [~art5456@d173-183-34-71.bchsia.telus.net] has joined #openbsd 18:27 -!- gtlwuc [uid621242@user/gtlwuc] has quit [Quit: Connection closed for inactivity] 18:28 -!- dumbmf [~dumbmf@104.34.80.93] has quit [Ping timeout: 264 seconds] 18:32 -!- _wnh_1 [~Thunderbi@user/wnh] has quit [Quit: _wnh_1] 18:32 -!- m1dnight [~m1dnight@d8D861A17.access.telenet.be] has quit [Ping timeout: 245 seconds] 18:33 -!- _wnh_ [~Thunderbi@user/wnh] has joined #openbsd 18:42 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has joined #openbsd 18:46 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has quit [Ping timeout: 250 seconds] 18:50 -!- yakubin [~yakubin@user/yakubin] has joined #openbsd 18:52 -!- luser1 [~luser@user/luser1] has quit [Quit: The Lounge - https://thelounge.chat] 18:56 -!- szilard [~szilard@31.46.251.8] has quit [Remote host closed the connection] 19:00 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 19:00 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 19:01 -!- ZHuangZi [~ZHuangZi@user/ZhuangZi] has joined #openbsd 19:03 -!- szilard [~szilard@1F2EFB08.nat.pool.telekom.hu] has joined #openbsd 19:04 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 240 seconds] 19:06 -!- sjg [~sjg@user/sjg] has joined #openbsd 19:07 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has joined #openbsd 19:08 -!- luser1 [~luser@user/luser1] has joined #openbsd 19:11 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has quit [Ping timeout: 240 seconds] 19:12 -!- reset [~reset@user/reset] has joined #openbsd 19:13 -!- frodo [~sethkush@D122-N75.gen.queensu.ca] has joined #openbsd 19:18 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 19:19 -!- frodo [~sethkush@D122-N75.gen.queensu.ca] has quit [Ping timeout: 256 seconds] 19:20 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 19:22 -!- nature [~nature@138.51.50.42] has joined #openbsd 19:22 -!- frodo [~sethkush@d122-n75.gen.queensu.ca] has joined #openbsd 19:22 -!- lotsen [~lotsen@user/Lotsen] has quit [Remote host closed the connection] 19:24 -!- lotsen [~lotsen@user/Lotsen] has joined #openbsd 19:26 -!- polarian [~polarian@znc.polarian.dev] has quit [Excess Flood] 19:26 -!- polarian [~polarian@znc.polarian.dev] has joined #openbsd 19:33 -!- qqe [~qqq@185.54.21.203] has joined #openbsd 19:33 -!- c0co [~e@user/c0co] has quit [Ping timeout: 240 seconds] 19:35 -!- c0co [~e@user/c0co] has joined #openbsd 19:40 -!- fro [fro@humpty.dance] has joined #openbsd 19:48 < markmcb> details here: https://forum.syncthing.net/t/openbsd-7-8-arm64-rpi5-panics-on-st-start/25660 19:50 -!- tertullian [~sonne@ip-095-222-113-247.um34.pools.vodafone-ip.de] has joined #openbsd 19:54 -!- dub_a [~dub_a@c-73-25-178-120.hsd1.wa.comcast.net] has quit [Ping timeout: 256 seconds] 19:56 -!- fgarcia [~lei@user/fgarcia] has quit [Quit: Remote host closed the connection] 20:06 -!- n1000 [~n1000@user/n1000] has joined #openbsd 20:07 -!- Xenguy__ [~Xenguy@user/xenguy] has quit [Remote host closed the connection] 20:08 -!- Xenguy__ [~Xenguy@user/xenguy] has joined #openbsd 20:13 -!- nologin [~nightwolf@gateway/tor-sasl/sonya] has quit [Quit: Leaving] 20:16 -!- defa [~feeeee@aannecy-651-1-433-239.w86-209.abo.wanadoo.fr] has quit [Remote host closed the connection] 20:17 -!- Xe [~Xe@perl/impostor/xe] has quit [Quit: ZNC 1.10.1 - https://znc.in] 20:19 -!- Xe [~Xe@perl/impostor/xe] has joined #openbsd 20:28 -!- jalfresi [~bendavies@224.186.187.81.in-addr.arpa] has joined #openbsd 20:31 -!- lusciouslover [~luscious@user/lusciouslover] has quit [Ping timeout: 240 seconds] 20:33 -!- lusciouslover [~luscious@user/lusciouslover] has joined #openbsd 20:36 -!- m1dnight [~m1dnight@d8D861A17.access.telenet.be] has joined #openbsd 20:38 -!- absc [~absc@2a04:ee41:8:6055::101] has joined #openbsd 20:48 -!- ixc [~ixc@user/ixc] has quit [Ping timeout: 256 seconds] 20:55 -!- CrashOverride [~strcat@p548554a8.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 20:55 -!- shiranaihito_ [~shiranaih@ppp-171-97-85-24.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 20:56 -!- librecat [uid714233@id-714233.helmsley.irccloud.com] has quit [Quit: Connection closed for inactivity] 21:02 -!- zcram [~zcram@user/zcram] has quit [Quit: Do the right thing.] 21:09 -!- _wnh_1 [~Thunderbi@user/wnh] has joined #openbsd 21:13 -!- _wnh_ [~Thunderbi@user/wnh] has quit [Ping timeout: 240 seconds] 21:25 -!- tertullian [~sonne@ip-095-222-113-247.um34.pools.vodafone-ip.de] has quit [Ping timeout: 264 seconds] 21:27 -!- tertullian [~sonne@ip-095-222-113-247.um34.pools.vodafone-ip.de] has joined #openbsd 21:27 -!- jalfresi [~bendavies@224.186.187.81.in-addr.arpa] has quit [Ping timeout: 256 seconds] 21:29 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has quit [Quit: leaving] 21:31 -!- asji [~asji@user/asji] has joined #openbsd 21:32 < asji> Hello. To add more memory to some application (database daemon) I need to edit the /etc/login.conf file. In what section I need to increment the values? in the default\: ? 21:33 < asji> or in daemon\: ? 21:34 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 21:34 < Bradipo> If those limits are being imposed by login.conf, then yes. 21:35 < vortexx> looking at the pkg-readme for postgresql, it's class daemon. 21:38 -!- Warr1024 [~Warr@user/warr1024] has joined #openbsd 21:39 < asji> Bradipo: the limits are part of database warning, that say that 128 is too low and the recommended is 6400 21:40 < asji> I am just following some tutorial, 21:40 -!- tvtoon [~The_cUnix@user/tvtoon] has joined #openbsd 21:40 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 21:41 -!- dumbmf [~dumbmf@104.34.80.93] has joined #openbsd 21:45 -!- kazar [~kazar@user/kazar] has quit [Ping timeout: 244 seconds] 21:48 -!- fro [fro@humpty.dance] has quit [Quit: EPIC6-0.0.1[3073] - amnesiac : Are we there yet?] 21:57 < uwharrie> what does the tutorial say to do? 22:00 < asji> uwharrie: the tutorial say that I need to add some values to the "staff" group in login.conf file, and add some other values in sysctl.conf. The tutorial expect chromium usage, but I just wish to a database. In any case, the tutorial make reference of another one, that explain how to calculate the values, based on the RAM we have. 22:02 < uwharrie> not sure what good's going to come from messing with sysctls, and that advice is unlikely to help postgres 22:03 < uwharrie> outside of the ones called out in the pkg-readme 22:03 < asji> Hmm... you are just saying that, the tutorial is not pointing me to the answer.. 22:05 < uwharrie> yes 22:06 < asji> but the login.conf is part of it, not the sysctl.conf file values. Oh my.. I forgot what directory this files are.. any recomendation of pkg-readme files location? 22:07 < uwharrie> /usr/local/share/doc/pkg-readmes/ 22:08 < uwharrie> or see https://cvsweb.openbsd.org/ports/databases/postgresql/pkg/README-server?rev=1.37&content-type=text/x-cvsweb-markup and https://cvsweb.openbsd.org/ports/databases/postgresql/pkg/postgresql.login?rev=1.3&content-type=text/x-cvsweb-markup and https://man.openbsd.org/login.conf 22:11 -!- fro [fro@humpty.dance] has joined #openbsd 22:11 -!- c0co [~e@user/c0co] has quit [Remote host closed the connection] 22:12 < asji> uwharrie: I cannot "click" links, but is not postgresql.. anyway, the file description speak about "which values I should increment" in sysctl.conf and which values I need to append to login.conf. Nothing specific for the database in case, just a global description 22:13 -!- naoki [~Thunderbi@240f:10b:7440:1:36cb:d83:9d24:441e] has joined #openbsd 22:16 < uwharrie> you should still be able to review the readme file which would point you to the correct login.conf.d file and login.conf(5) 22:19 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.5.2] 22:20 -!- schalken1 [~schalken@117-118-178-69.gci.net] has quit [Ping timeout: 264 seconds] 22:21 -!- c0co [~e@user/c0co] has joined #openbsd 22:21 -!- jalfresi [~bendavies@81.187.186.224] has joined #openbsd 22:22 < asji> big reading i see 22:23 -!- c0co [~e@user/c0co] has quit [Read error: Connection reset by peer] 22:24 -!- schalken [~schalken@117-118-178-69.gci.net] has joined #openbsd 22:24 -!- c0co [~e@user/c0co] has joined #openbsd 22:27 -!- fro [fro@humpty.dance] has quit [Remote host closed the connection] 22:29 -!- jab [~user@user/jab] has quit [Remote host closed the connection] 22:34 -!- emmanuelux [~emmanuelu@user/emmanuelux] has joined #openbsd 22:42 -!- rc [~rc@user/rc] has joined #openbsd 22:45 -!- nature [~nature@138.51.50.42] has quit [Ping timeout: 256 seconds] 22:48 -!- absc [~absc@2a04:ee41:8:6055::101] has quit [Quit: Got to go. irctk 1.1.0-beta] 23:06 -!- nature [~nature@138.51.50.42] has joined #openbsd 23:11 -!- johnzlly [~johnzlly@KD118158186024.ppp-bb.dion.ne.jp] has joined #openbsd 23:11 -!- johnzlly [~johnzlly@KD118158186024.ppp-bb.dion.ne.jp] has quit [Changing host] 23:11 -!- johnzlly [~johnzlly@user/johnzlly] has joined #openbsd 23:15 -!- fro [fro@humpty.dance] has joined #openbsd 23:19 -!- zapata [~zapata@user/zapata] has quit [Quit: zapata] 23:25 < asji> how does a user "loose" the ability to ssh into a system, without setting up that rule? 23:25 < Bradipo> You mean "lose"? 23:25 < asji> yes lose 23:26 < Bradipo> How did you lose access? 23:26 < Bradipo> And are you sure you had access in the first place? 23:26 < asji> I don't know.. that is why I ask.. the user cannot login, or viA SSH or via keyword and machine 23:26 < Bradipo> How do you know the user cannot login? 23:27 < asji> because is in my local network and I try both methods.. ssh and with keyword directly in the machine in cause 23:28 < asji> root is able to login.. that user not.. in any way.. always refusing (welcome) -> Login 23:28 < asji> via ssh ( connection refused ) 23:28 < asji> using other user: login works.. 23:28 < Bradipo> So you're saying that if you try to login as root it works, but if you try a different user, you get "connection refused" ? 23:29 < asji> yes 23:29 < Bradipo> I'm not sure I believe that... 23:29 < Bradipo> "connection refused" usually means that there is no daemon listening on the port (in this case 22). 23:29 < asji> should I create a video and send it ? :D 23:30 -!- mover [~hischild@user/mover] has joined #openbsd 23:30 < asji> it ask password.. but aFTER pass I get connection refused 23:30 < asji> the daemon is working fine.. else I couldn't not ssh with rootr 23:30 < Bradipo> Well, then the question becomes, what is reporting "connection refused". 23:31 < Bradipo> Because it's not possible to get a connection *AND* have "connection refused" on the same port. 23:31 < Bradipo> Try: telnet host 22 23:31 < Bradipo> Does it connect? 23:31 < asji> 23:32 < asji> wait.. the port .. 23:32 < Bradipo> Well, I don't believe that this host is the same host you used for both users... 23:32 < asji> yes is there.. SSH-2.0 23:34 < asji> after that, what ever I write say: invalid ssh identification string \n connection closed by foreign host 23:34 < Bradipo> Well, sure, you don't know how to talk the SSH protocol over port 22 do you? 23:34 < asji> no 23:34 < Bradipo> So it's no surprise that you get, "invalid ssh identification string". 23:35 -!- mlw [~mlw@180.166.221.99] has joined #openbsd 23:35 < asji> Cool! but the question still the same.. what could forbid login permissions to that user? 23:35 < Bradipo> Well, that's a different question than "connection refused". 23:35 < Bradipo> Are you saying now that you no longer get "connection refused"? 23:35 < asji> is part of it :)) 23:36 < asji> I still get the same error 23:36 < Bradipo> So you try to login as one user and the password is rejected? 23:36 < Bradipo> Because before you said that it would ask a password and then return connection refused. 23:37 < asji> yes.. something is rejected, because if I try to use some random name.. I can keep trying without being disconnected. 23:37 < Bradipo> What version of OpenBSD/OpenSSH? 23:38 < asji> so my user can be "asji" and when I try I get connection refused and I am disconnected. If I try ssh with Bradipo@host I can fail passwords and I am not disconnected. 23:38 < asji> 7.8 23:38 < fro> heh 23:38 < Bradipo> I don't recall which release included the new feature... 23:38 < Bradipo> Perhaps you're running into: https://man.openbsd.org/sshd_config#PerSourcePenalties 23:39 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 23:40 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 23:40 < asji> that #PerSourcePenalties is not in man pages.. only in obsd site? I cannot find /PerSourcePenalties in man page 23:40 < Bradipo> It should be in the man page. 23:40 < asji> with some other word.. not that one 23:41 < Bradipo> Then your man pages are out of date... 23:41 < thrig> man -akO tag=PerSourcePenalties any=PerSourcePenalties 23:41 < Bradipo> https://man.openbsd.org/OpenBSD-7.8/sshd_config#PerSourcePenalties 23:41 < c0co> sshd_config(5) 23:41 < Bradipo> That's the OpenBSD-7.8 version of the man page. 23:41 < asji> what do you mean, is outdate? 23:41 < Bradipo> If you type: man sshd_config and you *don't* see PerSourcePenalties, then your man pages are out of date. 23:41 < asji> no updates for syspatch 23:42 < Bradipo> syspatch doesn't update man pages. 23:42 < Bradipo> At least I've not known it to do so. 23:42 < asji> Bradipo: yes... I cannot see .. so how can I update the man pageS? 23:42 < Bradipo> Did you try what thrig suggested? 23:43 < asji> oj.. with that sequence I can find it.. sadly it doesn't say, from what man page is part ofd 23:44 < c0co> sshd_config(5) 23:44 < Bradipo> It does say. 23:44 < Bradipo> Press 1G 23:44 -!- jalfresi [~bendavies@81.187.186.224] has quit [Ping timeout: 240 seconds] 23:44 < Bradipo> It will take you to the top of the man page and you can see what man page it comes from. 23:44 < Bradipo> That's "one" followed by "shift g" 23:45 < humm> Bradipo: my less supports g 23:45 < asji> sshd_config(5) ... this is strange.. why I could not find it using / .. 23:45 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 265 seconds] 23:45 < Bradipo> humm: Never used it. 23:46 < Bradipo> That just goes to show that one can always learn new things about *nix... lol. 23:46 < Bradipo> g goes to top, G goes to bottom, nice. 23:46 < Bradipo> asji: I have no idea why / didn't work for you, it works for me. 23:46 < asji> vi things.. I am aware.. but /PerSource find no results. 23:47 < Bradipo> And /PerSource finds it for me too. 23:47 < Bradipo> You aren't typing //PerSource are you? 23:48 < Bradipo> e.g. the first / will enable searching, but if you type another / obviously there won't be "/PerSource" in the man page. 23:48 < c0co> and I 23:48 < asji> AH Now I got IT .. I was using "man sshd_config" not "man 5 sshd_config" ( different results 23:48 < Bradipo> They shouldn't give you different results. 23:48 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 23:48 < asji> but I get different results :) 23:48 < Bradipo> man sshd_config should bring up sshd_config(5) automatically. 23:49 < Bradipo> What is different? 23:49 < Bradipo> Sounds like you may have a rogue sshd_config on there? 23:49 < Bradipo> man sshd_config on my OpenBSD system brings up sshd_config(5). 23:49 < asji> The difference is in the results.. with the first I don't find String.. with the second I find string 23:50 < Bradipo> But that can only be possible if they are *different* man pages. 23:50 < Bradipo> So either you have a rogue sshd_config installed somewhere, or you're missing something critical in your description. 23:50 < asji> make sense to me, but that is the result I have.. not my choice of having different results 23:50 < Bradipo> man sshd_config and man 5 sshd_config should bring up the exact same man page. 23:51 < Bradipo> asji: It's your choice to understand or not though. ;-) 23:51 < asji> so there is a strange bug that I cannot report because I don't understand it :) 23:51 -!- OnASnoopPhone [~OnASnoopP@user/OnASnoopPhone] has quit [Remote host closed the connection] 23:51 < Bradipo> When you type: "man sshd_config" what is the first line of the man page (at the top)? 23:53 < asji> well, in fact I don't find the /stringPerSource in both examples.. 23:53 < asji> SSH_CONFIG(5) .. yeah.. make sense 23:53 < Bradipo> Ok, so they are the same. 23:54 < Bradipo> Now exactly what are you typing in the man page to search for "PerSource" ? 23:54 < asji> they look the same but the / is not working as expected 23:54 < Bradipo> Do you have PAGER defined? 23:55 < asji> hmm.. I guess not because I didn't define nothing is at it's best as default 23:55 < Bradipo> Right, by default PAGER is not set. 23:55 < Bradipo> I'm just trying to eliminate possible causes. 23:56 < asji> Or Maybe I thing what can be.. something strange is in Tmux .. when I try to same in a new terminal without using tmux, I can search using / 23:56 < Bradipo> So what are you typing into the man page (which should be viewed by less) that results in not finding "PerSource"? 23:56 < Bradipo> Are you entering vi mode by pressing 'v' first? 23:56 < c0co> Bradipo I believe you might be a masochist 23:56 < Bradipo> lol 23:56 * TommyC agrees 23:57 < Bradipo> I'm no masochist, for sure. 23:57 < asji> c0co: LoL 23:57 < TommyC> From my perspective, they keep moving the goal post on you and you keep chasing. 23:57 < Bradipo> I don't think so. 23:58 < asji> believe in what you wish to .. Believe Freedom! Good Good! .. anyway, / works without tmux 23:58 < Bradipo> We have established that asji is in fact looking at the right man page. 23:58 < TommyC> Sure, but: "man sshd_config and man 5 sshd_config are different!" "the / is not working" "it's not working when I use tmux" ... 23:58 < Bradipo> Could be. 23:58 < Bradipo> Don't use tmux. 23:58 < thrig> anyways a little wrapper script is https://thrig.me/tmp/manfor.txt 23:59 < TommyC> You see how it looks like they're moving the goal post? Almost seems like a method to intentionally waste your time. Some would call it... "trolling." 23:59 < Bradipo> asji: What do you have to say for this accusation? 23:59 < TommyC> It's not an accusation, just an observation. --- Log closed Thu Nov 13 00:00:02 2025