--- Log opened Tue May 14 00:00:26 2024 00:00 < commodorian> Nope. Shall I just uninstall, reinstall that package? Is there an easy way to do that without reconfiguring each package that depends on libxml? 00:01 < Bradipo> So your installation of libxml is missing stuff? 00:01 < commodorian> It appears so. 00:02 < commodorian> oh, hold on. 00:02 -!- tozhu [~tozhu@222.210.190.215] has quit [Quit: tozhu] 00:02 < commodorian> tried a different grep regex and it found it. (in pkg_info -L) 00:02 < commodorian> still doesn't exist in the filesystem however. 00:03 < Bradipo> You could try running: pkg_check -q 00:04 -!- gbowne1 [~gbowne1@97-126-5-34.tukw.qwest.net] has quit [Remote host closed the connection] 00:05 -!- gbowne1 [~gbowne1@97-126-5-34.tukw.qwest.net] has joined #openbsd 00:05 < Bradipo> Maybe if you want more checks, just run: pkg_check 00:05 < commodorian> Huh, "File /var/db/pkg/libxml/+CONTENTS does not exist" 00:05 < commodorian> I get the feeling that's not meant to happen 00:06 < Bradipo> Definitely not. 00:06 < commodorian> oh, that's why. No version information. Let's give that another go. 00:06 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 00:08 < commodorian> pkg_check -q libxml-$VERSION does not appear to have worked. It just claims the .so should exist and exits. 00:09 < Bradipo> Hmm, I didn't know pkg_check supported single package names. 00:09 < Bradipo> Cool, I suppose the documentation and usage should be updated. 00:10 < Bradipo> Can you pastebin the output of: pkg_check libxml-2.11.5 00:10 < commodorian> Is there a way I could just uninstall/reinstall the package in-place and see if that fixes the issue? pkg_check has been nothing but "should exist" so far. 00:10 < commodorian> On it. 00:10 < Bradipo> Oh, so it's claiming that a lot of things are missing? 00:10 < Bradipo> As for uninstall/reinstall... 00:11 < Bradipo> pkg_add does have a -r option. I've never used it. 00:12 < Bradipo> Or if I have used it, I've used it so sparingly that I don't remember. 00:12 < commodorian> https://commodorian.org/up/pkg_check.txt 00:13 < commodorian> It does appear that none of the files associated with the package libxml are installed properly 00:13 < Bradipo> Very odd. How did your system get in such a state? 00:14 < Bradipo> Is this the only package missing files? 00:14 < commodorian> I dunno. It was working before I rebooted. I'll see about checking other packages for missing files. 00:14 < Bradipo> Did you check dmesg for disk errors? 00:14 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 00:14 < Bradipo> So if it was working before you rebooted, what was the reason for rebooting? 00:14 < commodorian> What string should I be grepping for? 00:15 * oldlaptop would advise vgrep - there shouldn't be very much dmesg 00:15 < commodorian> One disk of mine (not where any libxml files are stored) was not updating after I had removed a particularly large file. 00:15 < oldlaptop> (vgrep meaning "your eyeballs") 00:15 < Bradipo> "visual grep". :-) 00:15 < oldlaptop> What do you mean by that, exactly? 00:16 < Bradipo> So you had a separate disk attached (USB)? 00:16 < Bradipo> And you made changes to the filesystem on that disk but "ls" didn't show any changes, so you rebooted? 00:16 < commodorian> This is on a virtual machine on a VPS platform. 00:16 < Bradipo> Otherwise, what is meant by "one disk of mine was not updating"? 00:17 < commodorian> ls did show changes but df did not. 00:17 < Bradipo> So something still had the file open. 00:17 < oldlaptop> ...Did you happen to reboot by the VPS equivalent of pulling the plug? 00:17 < commodorian> Perhaps. It was a mysql error log. 00:17 < Bradipo> It would eventually have cleared the space once all open file descriptors were closed. 00:17 < commodorian> No, I used the `reboot` command as root. 00:17 < Bradipo> Perhaps you pulled the plug? 00:18 < commodorian> No plug pulling occured (on my end, anyway) 00:18 < commodorian> I'll check some logs on the VPS provider's site. 00:19 < Bradipo> Well, how did you "remove" the particularly large file? 00:19 < commodorian> rm, of course. 00:19 < Bradipo> rm -rf /path/to/largefiles * 00:20 < commodorian> I did not include that last glob, to be clear. 00:20 < Bradipo> Yeah, I'm just guessing. 00:20 < systemdsucks> yeah, that looked bad 00:20 < commodorian> Everything except stuff that depends on libxml is working. 00:20 < Bradipo> pkg_check returns only libxml as bad? 00:20 < commodorian> How might one attempt a check of all packages? 00:21 < Bradipo> Just run: pkg_check 00:21 < Bradipo> As I said earlier... 00:21 < Bradipo> pkg_check checks *all* packages by default. And in fact, until you mentioned it, I didn't think it supported any other mode of operation since the man page and usage don't suggest that one can use it on a single package. 00:22 < commodorian> Neat, I'm running pkg_check and redirecting to a file as we type. 00:22 < Bradipo> man page says: pkg_check [-FfIimnqvx] [-D name[=value]] 00:22 < Bradipo> Nothing about that synopsis suggests otherwise. 00:23 < commodorian> >/usr/local/bin/autoconf-2.71 should exist 00:23 < commodorian> excellent 00:23 < Bradipo> So you're missing other things? 00:23 < Bradipo> Is /usr a separate mount point from / 00:24 < Bradipo> ? 00:24 < commodorian> no. Only thing I have like that is /var/, I believe. 00:24 < Bradipo> Do you have a /lost+found or /usr/lost+found ? 00:24 < commodorian> sorry, /usr/local is a separate mount. 00:24 < Bradipo> Ok, so just /lost+found 00:24 < commodorian> no lost+fond 00:25 < Bradipo> Has pkg_check finished? 00:25 < commodorian> autoconf, curl, gitwrapper, gmake, libsass, libunbound, libxml, mariadb-server, metaauto, nim, privoxy, redis, unzip, and of course vim show up as bad in pkg_check. 00:25 < Bradipo> I fail to see how simply rebooting would cause files in /usr to disappear. 00:26 < Bradipo> Unless the VPS is unreliable. 00:26 < commodorian> Me too. Bit of an odd one. I did attempt updating before rebooting but it returned fine. 00:26 < Bradipo> As in pkg_add -u ? 00:26 < commodorian> yep 00:26 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." -- Mikhail Tal] 00:27 < Bradipo> Well, that's more parts of the "what did you do to the system before rebooting?" mystery. 00:27 < Bradipo> Are you certain that the OS didn't get shutdown incorrectly *before* you rebooted it? 00:27 < commodorian> Not to my knowledge. 00:28 < Bradipo> If you look at /var/log/messages, maybe you can see some evidence that it was shutdown improperly? 00:28 -!- EtherNet [~ethernet@user/ethernet] has quit [Ping timeout: 268 seconds] 00:28 < Bradipo> e.g. a copy of the dmesg output will be found there and if / was not unmounted properly it will say as much. 00:29 < Bradipo> Somewhere near the text "root on" 00:29 < Bradipo> This is where vgrep is handy again. 00:29 < commodorian> I see a rebooted by root, exiting on signal 15, then it boots fine 3 minutes later. 00:29 -!- EtherNet [~ethernet@user/ethernet] has joined #openbsd 00:30 < commodorian> To be clear the exit on signal 15 is from the syslogd process. 00:30 < Bradipo> Well, did you reboot it from a different terminal while pkg_add was running on a different terminal? 00:30 < Bradipo> At any rate, you can try to recover I suppose by using pkg_add -r 00:30 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 00:30 < commodorian> I only connected with one ssh session. 00:30 < Bradipo> I don't know if pkg_add -r can fix that up. 00:30 < Bradipo> No tmux? 00:31 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 00:31 < Bradipo> You can have multiple terminals all wrapped up in tmux over a single SSH session. :-) 00:31 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 00:32 < commodorian> Nah, just the one. 00:32 < commodorian> I'll see about pkg_add -r'ing every missing package. 00:32 < Bradipo> Maybe pkg_add -u failed and you didn't notice? 00:32 < Bradipo> And it left it in some strange state... 00:33 < Bradipo> I don't use pkg_add -u, so I don't know what to expect. 00:34 < dfdx> Hi #openbsd. Is there a reason why "pkg_info -Q python" only returns postgresql-plpython? I want to understand what I'm doing wrong. 00:34 < Bradipo> I think we see this question here often enough that there should be a FAQ... 00:35 -!- gzar [~gzar@2a01:c844:2582:8f00:7656:3cff:fe2f:af7f] has quit [Quit: WeeChat 4.2.2] 00:35 < dfdx> I tried googling :( 00:36 < Bradipo> man page says: Show the names of all packages in the *first* repository of the package search path containing the substring 00:36 < dfdx> sure, but pkg_info -Q -a python spits out every package that exists. 00:37 < Bradipo> Does it include the things that are "missing"? 00:37 < oldlaptop> dfdx: The order in which they're specified is important. 00:38 < oldlaptop> If you put the -a second, python is no longer the argument to -Q. 00:38 < Bradipo> And -a means: show the names of all matching packages in *all* repositories instead 00:38 < oldlaptop> (pkg_foo can be a little odd about switches sometimes) 00:38 < dfdx> oldlaptop: oh i see. pkg_info -Q python -a would work. 00:38 < oldlaptop> Apparently. 00:39 -!- beanbrain [~brain@user/beanbrain] has joined #openbsd 00:39 < Bradipo> Oh, right, order of arguments matters in this case. 00:40 < dfdx> I can't find in pkg_info or pkg_add's man pages how to list all repositories. I didn't even know there was more than one tbh. 00:41 < phy1729> It's under -Q for the extra meaning of -a 00:41 < Bradipo> Yeah, it's a bit of black magic at this point. 00:41 < Bradipo> dfdx did not say "list all matches in all repositories" he said "list all repositories". 00:42 < Bradipo> How does one list all configured repositories that are used by -a ? 00:42 < commodorian> reporting back, had to manually pkg_delete libxml and reinstall all packages that depended on it. 00:42 < Bradipo> Presumably if there is a *first* and a *all* there must be something that knows about them and is able to display them. 00:42 < dfdx> right. I don't mean to derail the convo, i was just curious since i'm only hearing about this now. 00:43 < commodorian> All works now :) 00:43 < Bradipo> dfdx: It's not derailment per se... I think it's a legitimate question. 00:43 < oldlaptop> The extra one (which comes first for what should be obvious reasons, if you think about it) is -stable packages, as opposed to -release 00:43 < Bradipo> Seems that if pkg_info can work with multiple repositories, that it should be possible to list what they are. 00:43 < oldlaptop> I'm not sure that fact is obvious from the manual. 00:44 < Bradipo> It absolutely isn't obvious in my opinion. 00:44 < Bradipo> Where does it menion anything about -stable vs -release repositories for example? 00:45 < oldlaptop> Normally TRUSTED_PKG_PATH, PKG_PATH, and the documented default should exhaust the "configured repositories" 00:45 < Bradipo> Seems like pkg_info should be able to emit the current values for repositories that are being searched. 00:45 < oldlaptop> but I guess 'installpath' implicitly maps to two entries now 00:46 < Bradipo> Right. 00:46 -!- uuuuu [~Thunderbi@user/uuuuu] has joined #openbsd 00:46 < Bradipo> That's the rub. It's news to many folks that PKG_PATH resolves to more than one "repository". 00:46 * oldlaptop fears it's news to many folks that PKG_PATH exists, but that's another thing 00:47 < Bradipo> Well, PKG_PATH is documented in packages(7) to some small extent. But nothing documents what a "repository" is. 00:48 < Bradipo> Or rather that a "repository" is actually a multi-pathed entity. 00:48 < Bradipo> Reminds me of how vague Debian apt repositories can be. :-) 00:49 < dfdx> in OpenBSD::Intro(3p) I searched and found OpenBSD::PackageRepositoryList 00:49 < dfdx> not sure if it;s teh same thing, though. 00:50 < dfdx> oh well. I don't even have PKG_PATH set in my environment so I don't even know what I'm doing. 00:50 < dfdx> :) 00:50 < Bradipo> Well, PKG_PATH is an environment that overrides the default. 00:50 -!- udenix [~udenix@user/udenix] has joined #openbsd 00:51 < Bradipo> man installurl 00:51 < Bradipo> man pkg_add # check FILES section 00:52 < Bradipo> SEE ALSO mentions OpenBSD::Intro(3p) too 00:53 < Bradipo> So yes, it seems like OpenBSD::PackageRepositoryList might be able to reveal something, but I'm not sure. 00:57 -!- bolivood [~bolivood@2a0d:6fc2:5d10:8200:20b1:3d77:54a9:161f] has joined #openbsd 01:01 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." -- Mikhail Tal] 01:03 * cat5 flinches 01:05 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 01:05 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 01:09 -!- jacobk [~quassel@47-186-70-49.dlls.tx.frontiernet.net] has joined #openbsd 01:12 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has quit [Ping timeout: 260 seconds] 01:12 < vortexx> commodorian: pkg_add -u on a 7.4 system stopped working after 7.5 got released... You might want to upgrade 01:14 -!- echelon [~echelon@gateway/tor-sasl/steerpike] has joined #openbsd 01:15 -!- xx [~xx@user/xx] has quit [Ping timeout: 260 seconds] 01:28 -!- Noisytoot [~noisytoot@user/meow/Noisytoot] has quit [Ping timeout: 260 seconds] 01:31 -!- zimmer [~zimmer@user/zimmer] has quit [Remote host closed the connection] 01:32 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 01:33 -!- harpia [~harpia@2804:1d9c:101:da00:b62e:99ff:fee9:cc51] has joined #openbsd 01:37 -!- Noisytoot [~noisytoot@user/meow/Noisytoot] has joined #openbsd 01:39 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 01:40 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 01:41 -!- Noisytoot [~noisytoot@user/meow/Noisytoot] has quit [Excess Flood] 01:42 -!- Bradipo [~Bradipo@50.77.44.29] has quit [Quit: Lost terminal] 01:42 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 01:44 -!- Noisytoot [~noisytoot@user/meow/Noisytoot] has joined #openbsd 01:44 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has joined #openbsd 01:52 -!- harpia [~harpia@2804:1d9c:101:da00:b62e:99ff:fee9:cc51] has left #openbsd [] 01:53 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 255 seconds] 01:54 -!- harpia [~harpia@2804:1d9c:101:da00:b62e:99ff:fee9:cc51] has joined #openbsd 01:55 -!- harpia [~harpia@2804:1d9c:101:da00:b62e:99ff:fee9:cc51] has quit [Quit: harpia] 01:55 -!- harpia [~harpia@2804:1d9c:101:da00:b62e:99ff:fee9:cc51] has joined #openbsd 01:58 -!- harpia [~harpia@2804:1d9c:101:da00:b62e:99ff:fee9:cc51] has left #openbsd [] 01:58 -!- harpia [~harpia@2804:1d9c:101:da00:b62e:99ff:fee9:cc51] has joined #openbsd 02:01 -!- RypPn [~RypPn@user/ryppn] has quit [Ping timeout: 256 seconds] 02:03 -!- Noisytoot [~noisytoot@user/meow/Noisytoot] has quit [Excess Flood] 02:06 -!- Noisytoot [~noisytoot@user/meow/Noisytoot] has joined #openbsd 02:10 -!- harpia [~harpia@2804:1d9c:101:da00:b62e:99ff:fee9:cc51] has left #openbsd [] 02:12 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 02:13 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 02:13 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 02:14 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 02:20 -!- tozhu [~tozhu@182.149.158.25] has quit [Quit: tozhu] 02:28 -!- sunwind [~paradox@47.189.208.46.dyn.plus.net] has quit [Quit: Outside Context Problem.] 02:34 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 02:36 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 02:42 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Quit: au revoir] 02:42 -!- tozhu [~tozhu@182.149.158.25] has quit [Quit: tozhu] 02:43 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 02:46 -!- tozhu [~tozhu@182.149.158.25] has quit [Client Quit] 02:46 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 02:48 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 02:48 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 02:58 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Quit: Konversation terminated!] 02:59 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 03:04 -!- RypPn [~RypPn@user/ryppn] has quit [Ping timeout: 252 seconds] 03:16 -!- tozhu [~tozhu@182.149.158.25] has quit [Quit: tozhu] 03:17 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 03:22 -!- djhankb [~djhankb@208.113.164.68] has quit [Read error: Connection reset by peer] 03:23 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 03:24 -!- tozhu [~tozhu@182.149.158.25] has quit [Quit: tozhu] 03:25 -!- mxz [~mxz@user/mxz] has quit [Ping timeout: 255 seconds] 03:25 -!- mxz [~mxz@user/mxz] has joined #openbsd 03:26 -!- mxz_ [~mxz@user/mxz] has quit [Ping timeout: 260 seconds] 03:32 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 03:40 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 03:42 -!- paddymahoney [~paddymaho@pool-99-250-26-190.cpe.net.cable.rogers.com] has joined #openbsd 03:43 -!- theruran [uid11305@id-11305.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 03:47 -!- vesper_ [~jdoe@gateway/tor-sasl/vesper] has quit [Remote host closed the connection] 03:48 -!- tozhu [~tozhu@182.149.158.25] has quit [Quit: tozhu] 03:50 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 03:51 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has joined #openbsd 03:51 -!- jfsimon1981_c [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has joined #openbsd 03:53 -!- jfsimon1981 [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Ping timeout: 246 seconds] 03:56 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 03:57 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 03:59 -!- tozhu [~tozhu@182.149.158.25] has quit [Quit: tozhu] 03:59 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 260 seconds] 03:59 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 04:02 -!- RypPn2 [~RypPn@big-cahunha.rosscom.co.uk] has joined #openbsd 04:04 -!- RypPn [~RypPn@user/ryppn] has quit [Ping timeout: 252 seconds] 04:04 -!- RypPn2 is now known as RypPn 04:04 -!- RypPn [~RypPn@big-cahunha.rosscom.co.uk] has quit [Changing host] 04:04 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 04:05 -!- syscall1 [~syscall@2401:4900:50a2:176e:ca48:fc53:4d0d:f762] has joined #openbsd 04:07 -!- rynn [~rynn@216.30.158.143] has quit [Ping timeout: 268 seconds] 04:08 -!- tozhu [~tozhu@182.149.158.25] has quit [Quit: tozhu] 04:09 -!- sunwind [~paradox@47.189.208.46.dyn.plus.net] has joined #openbsd 04:12 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 04:13 -!- rynn [~rynn@216.30.158.143] has joined #openbsd 04:17 -!- bolivood [~bolivood@2a0d:6fc2:5d10:8200:20b1:3d77:54a9:161f] has quit [Ping timeout: 246 seconds] 04:26 -!- koo5__ [~quassel@vmi579006.contaboserver.net] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 04:27 -!- koo5__ [~quassel@vmi579006.contaboserver.net] has joined #openbsd 04:30 -!- tozhu [~tozhu@182.149.158.25] has quit [Quit: tozhu] 04:30 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 04:31 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 04:37 -!- sunwind [~paradox@47.189.208.46.dyn.plus.net] has quit [Quit: Outside Context Problem.] 04:38 -!- eirian [eirian@user/eirian] has quit [Ping timeout: 272 seconds] 04:42 -!- sunwind [~paradox@gateway/vpn/pia/sunwind] has joined #openbsd 04:44 -!- jlmk [~jlmk@user/jlmk] has quit [] 04:45 -!- mlw [~mlw@154.74.142.8] has joined #openbsd 04:49 -!- puter [~mav@syn-184-153-079-070.res.spectrum.com] has quit [Read error: Connection reset by peer] 04:50 -!- eirian [eirian@user/eirian] has joined #openbsd 04:51 -!- edthix [~Thunderbi@115.135.136.213] has joined #openbsd 04:51 -!- puter [~mav@syn-184-153-079-070.res.spectrum.com] has joined #openbsd 04:57 -!- puter [~mav@syn-184-153-079-070.res.spectrum.com] has quit [Quit: The Lounge - https://thelounge.chat] 04:57 -!- puter [~mav@syn-184-153-079-070.res.spectrum.com] has joined #openbsd 04:58 -!- puter [~mav@syn-184-153-079-070.res.spectrum.com] has quit [Client Quit] 04:59 -!- puter [~mav@syn-184-153-079-070.res.spectrum.com] has joined #openbsd 05:02 -!- jacobk [~quassel@47-186-70-49.dlls.tx.frontiernet.net] has quit [Ping timeout: 268 seconds] 05:03 -!- RypPn2 [~RypPn@big-cahunha.rosscom.co.uk] has joined #openbsd 05:03 -!- jacobk [~quassel@47-186-70-49.dlls.tx.frontiernet.net] has joined #openbsd 05:04 -!- RypPn [~RypPn@user/ryppn] has quit [Ping timeout: 252 seconds] 05:04 -!- RypPn2 is now known as RypPn 05:04 -!- RypPn [~RypPn@big-cahunha.rosscom.co.uk] has quit [Changing host] 05:04 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 05:05 -!- livestradamus [~livestrad@user/livestradamus] has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in] 05:05 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 05:05 -!- shiranaihito_ [~shiranaih@ppp-171-96-204-96.revip8.asianet.co.th] has joined #openbsd 05:06 -!- livestradamus [~livestrad@user/livestradamus] has joined #openbsd 05:06 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 05:17 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 05:21 -!- tozhu [~tozhu@182.149.158.25] has quit [Client Quit] 05:31 -!- logan__ [~logan@196.1.0.97] has joined #openbsd 05:32 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 05:32 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has quit [Remote host closed the connection] 05:32 -!- mxz_ [~mxz@user/mxz] has joined #openbsd 05:34 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 255 seconds] 05:35 -!- syscall1 [~syscall@2401:4900:50a2:176e:ca48:fc53:4d0d:f762] has quit [Ping timeout: 240 seconds] 05:35 -!- tozhu [~tozhu@182.149.158.25] has quit [Client Quit] 05:36 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 05:38 -!- mlw [~mlw@154.74.142.8] has quit [Ping timeout: 272 seconds] 05:40 -!- tozhu [~tozhu@182.149.158.25] has quit [Client Quit] 05:40 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 05:41 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 05:51 -!- euphores [~SASL_euph@user/euphores] has quit [Quit: Leaving.] 05:54 -!- feriman [~feriman@user/feriman] has joined #openbsd 05:55 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 05:55 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has joined #openbsd 05:57 -!- tozhu [~tozhu@182.149.158.25] has quit [Client Quit] 06:01 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 06:04 -!- RypPn2 [~RypPn@big-cahunha.rosscom.co.uk] has joined #openbsd 06:04 -!- RypPn [~RypPn@user/ryppn] has quit [Ping timeout: 252 seconds] 06:04 -!- RypPn2 is now known as RypPn 06:04 -!- RypPn [~RypPn@big-cahunha.rosscom.co.uk] has quit [Changing host] 06:04 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 06:09 -!- shiranaihito_ [~shiranaih@ppp-171-96-204-96.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 06:10 -!- mjt [~mt@user/mt] has quit [Server closed connection] 06:10 -!- mjt [~mt@user/mt] has joined #openbsd 06:14 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 06:15 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 06:17 -!- bolivood [~bolivood@77.125.247.236] has joined #openbsd 06:19 -!- tozhu [~tozhu@182.149.158.25] has joined #openbsd 06:19 -!- tozhu [~tozhu@182.149.158.25] has quit [Client Quit] 06:19 -!- logan__ [~logan@196.1.0.97] has quit [Ping timeout: 272 seconds] 06:24 -!- logan__ [~logan@196.1.0.97] has joined #openbsd 06:27 -!- marekp [~marek@user/marekp] has joined #openbsd 06:27 -!- jlavsund [~jlavsund@2.69.167.178.mobile.tre.se] has joined #openbsd 06:28 -!- shiranaihito_ [~shiranaih@2001:fb1:7f:b968:905e:f15d:f333:e277] has joined #openbsd 06:30 -!- pikapika is now known as militantorc 06:34 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 255 seconds] 06:39 -!- divansantana [~user@192.145.132.53] has quit [Remote host closed the connection] 06:46 -!- edthix [~Thunderbi@115.135.136.213] has quit [Quit: edthix] 06:46 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 06:48 -!- sandbag [~syscall@user/sandbag] has joined #openbsd 06:48 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 06:48 -!- edthix [~Thunderbi@115.135.136.213] has joined #openbsd 06:49 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 06:49 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 06:50 -!- struchu [~struchu@62.87.192.114] has joined #openbsd 06:50 -!- jagtalon [~quassel@user/jagtalon] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 06:51 -!- jagtalon [~quassel@user/jagtalon] has joined #openbsd 06:51 -!- jagtalon [~quassel@user/jagtalon] has quit [Client Quit] 06:52 -!- jagtalon [~quassel@user/jagtalon] has joined #openbsd 06:53 -!- Xenguy_ [~Xenguy@user/xenguy] has joined #openbsd 06:53 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 272 seconds] 06:54 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 268 seconds] 06:57 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 06:59 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 07:03 -!- bolivood [~bolivood@77.125.247.236] has quit [Ping timeout: 260 seconds] 07:03 -!- marekp [~marek@user/marekp] has quit [Ping timeout: 246 seconds] 07:03 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 240 seconds] 07:04 -!- RypPn [~RypPn@user/ryppn] has quit [Ping timeout: 252 seconds] 07:05 -!- marekp [~marek@user/marekp] has joined #openbsd 07:06 -!- edthix [~Thunderbi@115.135.136.213] has quit [Quit: edthix] 07:11 -!- marekp_ [~marek@user/marekp] has joined #openbsd 07:11 -!- marekp [~marek@user/marekp] has quit [Ping timeout: 260 seconds] 07:15 -!- marekp_ [~marek@user/marekp] has quit [Client Quit] 07:16 -!- shiranaihito_ [~shiranaih@2001:fb1:7f:b968:905e:f15d:f333:e277] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 07:21 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 07:23 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 07:24 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 07:25 -!- vesper [~jdoe@gateway/tor-sasl/vesper] has joined #openbsd 07:27 -!- vesper [~jdoe@gateway/tor-sasl/vesper] has quit [Remote host closed the connection] 07:28 -!- Xenguy_ is now known as Xenguy 07:31 -!- bolivood [~bolivood@2a0d:6fc2:5d10:8200:f921:4d8:eac3:48c3] has joined #openbsd 07:32 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 07:32 -!- gbowne1 [~gbowne1@97-126-5-34.tukw.qwest.net] has quit [Remote host closed the connection] 07:33 -!- gbowne1 [~gbowne1@97-126-5-34.tukw.qwest.net] has joined #openbsd 07:33 -!- gbowne1 [~gbowne1@97-126-5-34.tukw.qwest.net] has quit [Remote host closed the connection] 07:37 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 255 seconds] 07:38 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 07:39 < kodcode> under certain light conditions, the white_balance_temperature setting of my webcam is changing from auto to 4600 and I have to reset it afterwards manually to default with `video -d`. How could I keep it always at auto? 07:43 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 07:48 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 268 seconds] 07:51 -!- vesper [~jdoe@gateway/tor-sasl/vesper] has joined #openbsd 07:51 -!- shiranaihito_ [~shiranaih@ppp-171-96-204-96.revip8.asianet.co.th] has joined #openbsd 07:58 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 07:58 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 08:00 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 08:03 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 08:03 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 08:04 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has quit [Ping timeout: 256 seconds] 08:04 -!- RypPn [~RypPn@user/ryppn] has quit [Ping timeout: 252 seconds] 08:06 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 08:06 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has joined #openbsd 08:06 -!- bolivood [~bolivood@2a0d:6fc2:5d10:8200:f921:4d8:eac3:48c3] has quit [Ping timeout: 256 seconds] 08:08 -!- imega [~coma@89.206.80.49] has joined #openbsd 08:10 -!- xx [~xx@user/xx] has joined #openbsd 08:13 -!- bolivood [~bolivood@2a0d:6fc2:5d10:8200:2138:3e73:c052:8876] has joined #openbsd 08:15 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 256 seconds] 08:18 -!- jacobk [~quassel@47-186-70-49.dlls.tx.frontiernet.net] has quit [Ping timeout: 260 seconds] 08:20 -!- sandbag [~syscall@user/sandbag] has quit [Ping timeout: 256 seconds] 08:28 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 08:28 -!- vados [~vados@46-133-7-209.mobile.vf-ua.net] has joined #openbsd 08:29 -!- lbia [~lbia@user/lbia] has quit [Ping timeout: 268 seconds] 08:30 -!- lbia [~lbia@user/lbia] has joined #openbsd 08:32 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 260 seconds] 08:33 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 08:33 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 08:34 -!- frdem [~frdem@106.17.7.109.rev.sfr.net] has joined #openbsd 08:40 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has quit [Ping timeout: 256 seconds] 08:42 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 08:42 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has joined #openbsd 08:43 -!- kikadf [~quassel@20014C4E2BC27800DEA632FFFE5AD709.unconfigured.pool.telekom.hu] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 08:47 -!- kikadf [~quassel@20014C4E2BC27800DEA632FFFE5AD709.unconfigured.pool.telekom.hu] has joined #openbsd 08:48 -!- user71 [~user71@2001:1530:1012:571d:1e6f:65ff:fe88:557f] has joined #openbsd 08:51 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has quit [Ping timeout: 255 seconds] 08:54 < MiniontobyPI> oke, so basicly we can conclude the provider is not sending gre packets 08:54 -!- logan__ [~logan@196.1.0.97] has quit [Ping timeout: 272 seconds] 08:57 -!- renaud [~renaud@amandil.arnor.org] has quit [Quit: leaving] 08:59 -!- renaud [~renaud@amandil.arnor.org] has joined #openbsd 09:00 -!- renaud [~renaud@amandil.arnor.org] has quit [Client Quit] 09:00 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 09:00 -!- psydroid [~psydroid@user/psydroid] has joined #openbsd 09:00 -!- renaud [~renaud@amandil.arnor.org] has joined #openbsd 09:01 -!- sonya [~nologin@gateway/tor-sasl/sonya] has joined #openbsd 09:01 -!- renaud [~renaud@amandil.arnor.org] has quit [Client Quit] 09:01 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 09:01 -!- renaud [~renaud@amandil.arnor.org] has joined #openbsd 09:03 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 09:06 < sonya> hello.. and here it goes: https://undeadly.org/cgi?action=article;sid=20240514075024 i'm not prepared for a argumented tech disput, but it'd be very interesting if the proposal to deal/switch_on-off the Delayed Acks (RFC813) will occure as well.. 09:07 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 09:08 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 09:17 -!- Kayvlim [~kayvlim@user/kayvlim] has quit [Ping timeout: 256 seconds] 09:18 < mischief> eggscellent 09:20 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 256 seconds] 09:31 -!- vesper [~jdoe@gateway/tor-sasl/vesper] has quit [Remote host closed the connection] 09:31 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 09:33 -!- jlavsund [~jlavsund@2.69.167.178.mobile.tre.se] has quit [Ping timeout: 260 seconds] 09:33 -!- jlavsund [~jlavsund@2.70.162.89.mobile.tre.se] has joined #openbsd 09:35 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 256 seconds] 09:42 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 09:43 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 09:43 -!- cleric [~cleric@2604:a880:2:d0::53b2:f001] has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in] 09:43 -!- cleric [~cleric@2604:a880:2:d0::53b2:f001] has joined #openbsd 09:44 -!- rueda [~rueda@tumor.rlr.id.au] has quit [Remote host closed the connection] 09:45 -!- rueda [~rueda@tumor.rlr.id.au] has joined #openbsd 09:46 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 09:48 -!- struchu [~struchu@62.87.192.114] has quit [Quit: WeeChat 4.2.2] 09:48 -!- lbia [~lbia@user/lbia] has quit [Ping timeout: 240 seconds] 09:51 < bruflu> that's good news 09:51 -!- struchu [~struchu@62.87.192.114] has joined #openbsd 10:02 -!- phoebos [~phoebos@kisslinux/phoebos] has quit [Ping timeout: 240 seconds] 10:03 -!- inky [~inky@37.252.77.193] has quit [Ping timeout: 260 seconds] 10:07 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Remote host closed the connection] 10:10 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 272 seconds] 10:16 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 10:17 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 10:18 -!- user71 [~user71@2001:1530:1012:571d:1e6f:65ff:fe88:557f] has quit [Quit: Leaving] 10:24 -!- lbia [~lbia@user/lbia] has joined #openbsd 10:25 -!- c64 [uid502328@user/c64] has joined #openbsd 10:25 -!- afresh1 [~afresh1@us.holligan.net] has quit [Ping timeout: 246 seconds] 10:28 -!- bolivood [~bolivood@2a0d:6fc2:5d10:8200:2138:3e73:c052:8876] has quit [Ping timeout: 260 seconds] 10:32 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 10:33 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Remote host closed the connection] 10:34 -!- desnudopenguino [~Thunderbi@c-73-157-16-238.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 10:34 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 10:37 -!- logan__ [~logan@196.1.0.97] has joined #openbsd 10:41 -!- elagost [~elagost@user/elagost] has quit [Quit: WeeChat 4.1.2] 10:45 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Remote host closed the connection] 10:50 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 10:51 -!- beanbrain [~brain@user/beanbrain] has quit [Quit: --help] 10:51 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 10:53 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 255 seconds] 10:55 -!- sjg [~sjg@user/sjg] has joined #openbsd 10:55 -!- sjg [~sjg@user/sjg] has quit [Client Quit] 10:55 -!- coreystephanphd [~irc@user/coreystephanphd] has joined #openbsd 10:56 -!- coreystephanphd is now known as cjs 10:56 -!- jlavsund [~jlavsund@2.70.162.89.mobile.tre.se] has quit [Remote host closed the connection] 11:01 -!- sjg [~sjg@user/sjg] has joined #openbsd 11:16 -!- ficonni [~ficonni@109-92-124-109.dynamic.isp.telekom.rs] has joined #openbsd 11:17 -!- sandbag [~syscall@user/sandbag] has joined #openbsd 11:19 -!- ublx [~ublx@user/ublx] has joined #openbsd 11:20 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 11:23 -!- kodcode_ [~kodcode@user/kodcode] has joined #openbsd 11:23 -!- kodcode [~kodcode@user/kodcode] has quit [Ping timeout: 252 seconds] 11:25 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 11:26 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 11:26 -!- logan__ [~logan@196.1.0.97] has quit [Ping timeout: 255 seconds] 11:28 -!- logan__ [~logan@196.1.0.97] has joined #openbsd 11:31 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Quit: format_c] 11:38 -!- rainystorm [~rainystor@user/rainystorm] has joined #openbsd 11:40 -!- xFCFFDFFFFEFFFAF [~psyhician@88.201.243.61] has joined #openbsd 11:40 -!- logan__ [~logan@196.1.0.97] has quit [Ping timeout: 264 seconds] 11:41 -!- logan__ [~logan@196.1.0.97] has joined #openbsd 11:41 -!- Leone [~Leo@216.154.13.216] has joined #openbsd 11:44 -!- grub is now known as beastie 11:48 -!- euphores [~SASL_euph@user/euphores] has quit [Ping timeout: 268 seconds] 11:51 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 11:54 -!- luna__ is now known as brittluna 11:54 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 12:00 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 12:00 -!- logan__ [~logan@196.1.0.97] has quit [Ping timeout: 240 seconds] 12:01 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 12:02 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 12:05 -!- xFCFFDFFFFEFFFAF [~psyhician@88.201.243.61] has quit [Read error: Connection reset by peer] 12:08 -!- ocra8 [ocra8@user/ocra8] has quit [Quit: WeeChat 4.2.2] 12:08 -!- donofrio [~donofrio@c-68-40-123-196.hsd1.mi.comcast.net] has joined #openbsd 12:15 < commodorian> close 12:15 -!- commodorian [~commodori@commodorian.org] has left #openbsd [WeeChat 4.2.2] 12:17 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 256 seconds] 12:18 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 12:19 -!- rynn [~rynn@216.30.158.143] has quit [Remote host closed the connection] 12:20 -!- logan__ [~logan@196.1.0.97] has joined #openbsd 12:20 -!- donofrio_ [~donofrio@155.178.180.11] has joined #openbsd 12:23 -!- donofrio [~donofrio@c-68-40-123-196.hsd1.mi.comcast.net] has quit [Ping timeout: 255 seconds] 12:24 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 260 seconds] 12:28 -!- logan__ [~logan@196.1.0.97] has quit [Ping timeout: 256 seconds] 12:30 -!- logan__ [~logan@196.1.0.97] has joined #openbsd 12:31 -!- seninha [~seninha@user/seninha] has joined #openbsd 12:35 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 12:35 -!- bolivood [~bolivood@2a0d:6fc2:5d10:8200:e19b:ba0f:51c7:4086] has joined #openbsd 12:35 -!- cornpaffies [~cornpaffi@user/cornpaffies] has joined #openbsd 12:36 -!- phoebos [~phoebos@kisslinux/phoebos] has joined #openbsd 12:36 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 12:37 -!- psydroid2 [~psydroid@user/psydroid] has joined #openbsd 12:41 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 12:44 -!- sonya [~nologin@gateway/tor-sasl/sonya] has quit [Remote host closed the connection] 12:45 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 240 seconds] 12:46 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 246 seconds] 12:50 -!- rainystorm [~rainystor@user/rainystorm] has quit [Quit: WeeChat 4.2.2] 12:51 -!- logan__ [~logan@196.1.0.97] has quit [Ping timeout: 268 seconds] 12:55 -!- psydroid2 [~psydroid@user/psydroid] has quit [Ping timeout: 272 seconds] 12:56 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 12:57 -!- parai [~parai@2a02:2f04:119:b100::a] has quit [Ping timeout: 256 seconds] 12:57 -!- rynn [~rynn@216.30.158.143] has joined #openbsd 12:59 -!- logan__ [~logan@196.1.0.97] has joined #openbsd 13:01 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 252 seconds] 13:01 -!- Bradipo [~Bradipo@50.77.44.29] has joined #openbsd 13:01 -!- sonya [~nologin@gateway/tor-sasl/sonya] has joined #openbsd 13:02 -!- psydroid2 [~psydroid@user/psydroid] has joined #openbsd 13:02 -!- tozhu [~tozhu@120.211.95.18] has joined #openbsd 13:05 -!- sandbag [~syscall@user/sandbag] has quit [Quit: WeeChat 4.2.2] 13:06 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 13:10 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 13:10 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 13:13 -!- zcheng3 [~zcheng3@d108-173-21-8.abhsia.telus.net] has joined #openbsd 13:18 < myappie> hi 13:20 -!- f_ [~AUGESOUND@user/f-:38077] has joined #openbsd 13:23 -!- kn_ [~kn@2a12:6900:1000:2:98c0:becd:33e4:88f6] has joined #openbsd 13:23 -!- lockna [~lockna@2a01:4f8:10b:14f1::2] has quit [Quit: ZNC 1.8.2 - https://znc.in] 13:23 -!- kn [~kn@2a12:6900:1000:2:98c0:becd:33e4:88f6] has quit [Ping timeout: 256 seconds] 13:23 -!- lockna [~lockna@static.139.16.130.94.clients.your-server.de] has joined #openbsd 13:25 -!- BillyZane [~BillyZane@user/BillyZane] has quit [Read error: Connection reset by peer] 13:25 -!- BillyZane [~BillyZane@user/BillyZane] has joined #openbsd 13:27 < byteskeptical> howdy 13:27 < brittluna> hi 13:29 < polarian> Is signify(1) pronounced sig-nify or sign-ify 13:30 * zelest says sign-ify.. since you sign stuff with it. :) 13:31 < __gilles> I'd say sig-nify personally 13:31 -!- logan__ [~logan@196.1.0.97] has quit [Ping timeout: 260 seconds] 13:31 < __gilles> but its the french speaking 13:32 -!- vdamewood [~vdamewood@fedora/vdamewood] has joined #openbsd 13:32 < __gilles> i'm not in tedu's head :p 13:32 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." -- Mikhail Tal] 13:32 < zelest> It *is* significant though to ensure stuff hasn't been tampered with.. so I assume both are okey :P 13:33 -!- logan__ [~logan@196.1.0.97] has joined #openbsd 13:33 < remiliascarlet> https://man.openbsd.org/pppoe.4 One question about this one: in /etc/hostname.pppoe0, do I have to actually put "0.0.0.0" and "0.0.0.1", or do I have to put the actual static IP address there? 13:35 < zelest> rofl.. found https://www.youtube.com/watch?v=9R5s3l-0wh0 and YouTube seems to call it "Sine of Phi" :D 13:36 < remiliascarlet> Oh wait, it's literally explained in the next paragraph, so nevermind. 13:36 < polarian> remiliascarlet: you actually put them addresses 13:36 < polarian> they are placeholders 13:36 < polarian> pppoe will handle the routes when it connects 13:37 -!- tommyrot [~tommyrot@user/tommyrot] has quit [Quit: leaving] 13:37 -!- roped [~shadow@user/roped] has joined #openbsd 13:37 -!- bolivood [~bolivood@2a0d:6fc2:5d10:8200:e19b:ba0f:51c7:4086] has quit [Ping timeout: 268 seconds] 13:38 < polarian> remiliascarlet: lemme pastebin my config I use for a dual stack to connect to my ISP 13:39 < polarian> remiliascarlet: https://dpaste.org/7YVKS 13:39 < polarian> replace with the physical device, replace with your username and with your password 13:40 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 13:40 < polarian> if you are doing IPv4 only you can delete line 4 and line 6 13:40 < polarian> apologies I only just saw the "nevermind" 13:40 -!- tommyrot [~tommyrot@user/tommyrot] has joined #openbsd 13:41 -!- sunwind` [~paradox@47.189.208.46.dyn.plus.net] has joined #openbsd 13:41 -!- logan__ [~logan@196.1.0.97] has quit [Ping timeout: 268 seconds] 13:41 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 13:43 -!- lagkage [~yaypixxo@li2046-61.members.linode.com] has quit [Quit: ZNC 1.7.5 - https://znc.in] 13:43 -!- sunwind [~paradox@gateway/vpn/pia/sunwind] has quit [Ping timeout: 268 seconds] 13:44 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 13:44 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 13:45 -!- lagkage [~yaypixxo@li2046-61.members.linode.com] has joined #openbsd 13:51 -!- logan__ [~logan@196.1.0.97] has joined #openbsd 13:54 < remiliascarlet> polarian: The problem is that I don't know what the default gateway is, because provider won't tell me. So if I put 0.0.0.1 as the gateway, I get "add net default: gateway 0.0.0.1: File exists" 13:55 -!- desnudopenguino [~Thunderbi@2601:602:c180:6147:126f:f772:af51:587d] has joined #openbsd 13:56 < polarian> remiliascarlet: you don't need to know the default gateway 13:57 < remiliascarlet> I did like you have, which was almost what I already had anyway (just pap instead of chap). 13:57 < remiliascarlet> But still: status: no carrier 13:57 -!- lagkage [~yaypixxo@li2046-61.members.linode.com] has quit [Quit: ZNC 1.7.5 - https://znc.in] 13:58 < polarian> is the physical interface up? 13:58 < polarian> have you plugged in the physical interface? 13:59 -!- struchu [~struchu@62.87.192.114] has quit [Quit: WeeChat 4.2.2] 14:00 < remiliascarlet> Yes. 14:00 < remiliascarlet> And yes. 14:00 < remiliascarlet> https://dpaste.org/W3ZBB 14:01 < polarian> show me the pppoe0 config 14:02 -!- lagkage [yaypixxo@2a01:7e01::f03c:92ff:fe98:8d0e] has joined #openbsd 14:02 < remiliascarlet> https://dpaste.org/4VwcK 14:02 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 14:02 < CosmicDJ> remiliascarlet: did you try authproto pap? 14:03 -!- penne [~penne@gateway/tor-sasl/penne] has quit [Ping timeout: 260 seconds] 14:03 < remiliascarlet> Yes, as I already said a few messages ago. 14:04 < roped> I am using http://man.openbsd.org/vnconfig.8 and https://unix.stackexchange.com/questions/9527/how-should-one-set-up-full-disk-encryption-on-openbsd as reference, but newfs command fails: https://dpaste.org/m6Cpm what am I doing wrong? 14:05 -!- angues [~snakes@user/Snakes] has joined #openbsd 14:05 < IcePic> rvnd0a to get the char device? 14:05 -!- lagkage [yaypixxo@2a01:7e01::f03c:92ff:fe98:8d0e] has quit [Client Quit] 14:05 < IcePic> (for roped) 14:06 -!- luca_ [~luca@2a02:8206:77b9:4d00:25a0:65ab:c56e:6a52] has joined #openbsd 14:07 -!- luca_ is now known as OwlWizard 14:08 -!- moetuning [~Jean-luc@125-168-247-236.sta.wbroadband.net.au] has quit [Ping timeout: 260 seconds] 14:08 < polarian> remiliascarlet: I am not too sure... do you have any logs? it should show some logs in /var/log/messages 14:09 < polarian> secondly, some background information might be useful, such as what ISP you are trying to connect to. 14:09 < roped> IcePic, what manpages should I read to understand the difference between vnd*, rvnd* and svnd* used in the link above? 14:10 < remiliascarlet> Logs: none from what I can see. 14:10 -!- lagkage [~yaypixxo@li2046-61.members.linode.com] has joined #openbsd 14:10 < IcePic> roped: I'll check, but the manpage for newfs(_ext2fs) state how it wants it written 14:10 < remiliascarlet> ISP: https://gmobb.jp/service/koteiip/ 14:11 < polarian> great Japanese 14:11 < polarian> I have spoken to someone in the past which was having issues with Japanese ISPs on Linux 14:11 -!- user71 [~user71@2001:1530:1012:571d:1e6f:65ff:fe88:557f] has joined #openbsd 14:12 < polarian> anyways if you could find some logs for pppoe0 attempting to connect that would be highly useful 14:12 < roped> IcePic, found it: "The special file should be a raw device, for example /dev/rsd0a" 14:12 < roped> thank you 14:12 < remiliascarlet> /var/log/messages won't show me any logs related to pppoe or ifconfig. 14:12 < polarian> roped: cat /var/log/messages | grep pppoe0 14:12 -!- afresh1 [~afresh1@us.holligan.net] has joined #openbsd 14:13 < polarian> have you run sh /etc/netstart? 14:13 < remiliascarlet> Why roped? 14:13 < remiliascarlet> And yes, of course I did. 14:13 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 14:13 < IcePic> roped: some info on why there are two kinds of disk /dev entries: https://www.oreilly.com/library/view/unix-filesystems-evolution/9780471456759/chap05-sec004.html#:~:text=Note%20that%20both%20can%20be,accessed%20through%20%2Fdev%2Fdsk. 14:13 < roped> remiliascarlet, why what? 14:14 < remiliascarlet> If I didn't, I wouldn't get the info in ifconfig at all. 14:14 < remiliascarlet> roped: │23:12:55 polarian | roped: cat /var/log/messages | grep pppoe0 14:15 < polarian> right nothing... 14:15 < roped> miscompleted nickname probably? 14:15 < polarian> show me the contents of /etc/hostname.em0 14:15 -!- inky [~inky@37.252.77.193] has joined #openbsd 14:15 < remiliascarlet> https://dpaste.org/QmHBC 14:16 < roped> IcePic, a whole book, awesome! 14:16 < polarian> remiliascarlet: remove inet autoconf 14:16 < polarian> you only want to set the interface to up 14:17 < polarian> I doubt thats the issue but you can still try 14:18 < remiliascarlet> I gave this a try, and `sh /etc/netstart`'d (adding this info just in case), but no difference. 14:18 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 272 seconds] 14:19 -!- moetuning [~Jean-luc@125-168-247-236.sta.wbroadband.net.au] has joined #openbsd 14:19 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 14:19 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 14:20 < polarian> hmmm 14:20 < polarian> are you sure the credentials are correct 14:20 < remiliascarlet> Yes. 14:20 < polarian> works with other pppoe routers? 14:21 < remiliascarlet> Works with a TP-Link router, yes. 14:21 < remiliascarlet> On that one I had to reboot for it to work. Would it perhaps be the same with an OpenBSD server? 14:21 < polarian> right show me the full output of ifconfig 14:22 < remiliascarlet> Some of the stuff in ifconfig is confidential, so the first dpaste link is all the relevant stuff already. 14:22 < remiliascarlet> I didn't include the loopback stuff, because of course it's going to be the same it is for everybody else. 14:24 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 14:24 < CosmicDJ> remiliascarlet: em0 is connected to a pppoe modem (which is in bridge mode), right? 14:24 -!- ocra8 [ocra8@user/ocra8] has joined #openbsd 14:24 < polarian> remiliascarlet: the device shows PADI is sent 14:24 < polarian> the remote hasn't responded 14:25 < polarian> try restarting the device fully 14:25 < polarian> just to rule that out 14:25 < remiliascarlet> em0 is connected to the router, not pppoe modem. 14:25 -!- desnudopenguino1 [~Thunderbi@c-73-157-16-238.hsd1.wa.comcast.net] has joined #openbsd 14:25 < remiliascarlet> The router does happen to have a setting to configure pppoe connections. 14:26 -!- moetuning [~Jean-luc@125-168-247-236.sta.wbroadband.net.au] has quit [Ping timeout: 272 seconds] 14:27 -!- moetuning [~Jean-luc@125-168-247-236.sta.wbroadband.net.au] has joined #openbsd 14:27 < polarian> remiliascarlet: I am confused now 14:27 < polarian> so the router has the internet line into it... correct? 14:27 < remiliascarlet> De-confuse yourself. 14:27 < remiliascarlet> You mean WAN? Yes. 14:28 < polarian> ok 14:28 < polarian> now the WAN is what exactly? 14:28 < polarian> ethernet, fibre etc 14:28 < remiliascarlet> Wide Area Network 14:29 < remiliascarlet> Flets Hikari. 14:29 < polarian> cause what it seems is happening is your router is sending PADI to the router which is wondering wtf that is (it doesn't have a pppoe daemon on it) so is likely dropping it 14:29 < polarian> it must be configured as a gateway/modem 14:29 -!- ficonni [~ficonni@109-92-124-109.dynamic.isp.telekom.rs] has quit [Remote host closed the connection] 14:29 < polarian> some routers have a modem mode setting 14:29 < polarian> some have an option to become a modem only 14:29 < polarian> s/modem/gateway/ 14:30 -!- desnudopenguino [~Thunderbi@2601:602:c180:6147:126f:f772:af51:587d] has quit [Ping timeout: 268 seconds] 14:30 -!- desnudopenguino1 is now known as desnudopenguino 14:30 < polarian> if you give me the model of the router I might be able to check 14:31 < polarian> but I think this is a hardware problem and not a software problem 14:31 < remiliascarlet> The way it works here is, Flets Hikari (fibre) goes into the ONU, ONU goes into the WAN port of the router. 14:31 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 14:32 < remiliascarlet> Then router sends over a 32 port switch to the OpenBSD machine. 14:32 < polarian> ah so it is an ONT (I believe is identical to ONU) 14:32 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 14:32 < remiliascarlet> Never heard of an ONT. 14:32 < polarian> remiliascarlet: this configuration wont work 14:32 < polarian> ONT Is the term used in UK 14:32 < polarian> You are behind a router, which you are trying to send PADI packets through... 14:33 < remiliascarlet> Not the same apparently: https://us.hitrontech.com/learn/what-is-the-difference-between-ont-onu/ 14:33 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 14:33 < polarian> it spits out ethernet 14:34 < polarian> surely the ONU handles the pppoe then? 14:34 < remiliascarlet> PPPoE is handled on the router level. 14:34 < remiliascarlet> I can even switch ISPs within seconds from there. 14:34 < polarian> then why are you trying to pppoe on your device then 14:35 < remiliascarlet> Because every ISP here uses PPPoE. 14:35 < polarian> is the openbsd machine plugged into the ONU DIRECTLY 14:35 < remiliascarlet> No. 14:35 < polarian> thats likely the issue 14:35 < remiliascarlet> Ah. 14:35 < polarian> try plugging into it directly 14:35 < polarian> see if it works... 14:35 < polarian> remove any points of failure to check your OpenBSD configs work 14:36 < remiliascarlet> Not willing to do that. The router itself is a pain in the ass when it comes to changes. 14:36 < polarian> then I can't help 14:36 < polarian> you can't diagnose an issue by trying nothing 14:37 < remiliascarlet> And I doubt I can get a 2nd ONU unless I get a 2nd ISP connection. 14:37 < remiliascarlet> s/connection/subscription 14:38 < remiliascarlet> By that I mean a 2nd Flets subscription, not just a static IP. 14:38 -!- logan__ [~logan@196.1.0.97] has quit [Ping timeout: 268 seconds] 14:38 < CosmicDJ> with DSL you could make your router dumb by telling it to work in pppoe bridge mode, so that OpenBSD could do all the PPPoE stuff 14:38 < polarian> CosmicDJ: this is fibre thoughj 14:38 < polarian> I have only worked with DSL 14:39 < remiliascarlet> Is DSL any better? I only vaguely heard about it before. 14:39 < polarian> remiliascarlet: no where close lol 14:39 < polarian> DSL uses a copper telephone pair as a carrier 14:39 < remiliascarlet> Oh damn. 14:40 * remiliascarlet will cope with her relayd setup 14:40 -!- uuuuu [~Thunderbi@user/uuuuu] has quit [Ping timeout: 260 seconds] 14:40 < polarian> which are as thin as a hair on your arm, break easily, are vulnerable to interference, and have a maximum throughput of 80mbps down and 20mbps up (Using UK Openreach backhaul, using different frequencies allow higher speed, such as G.Fast) 14:42 < remiliascarlet> DSL reminds me to the abbreviation of the long extinct Linux distro "Damn Small Linux". 14:42 < Bradipo> DSL is Digital Subscriber Line. 14:42 < thrig> dsl also works better closer to the telco building 14:42 < Bradipo> DSL also is ancient by today's standards. 14:43 < CosmicDJ> I'd love to have fibre instead of DSL, but not the way you have it (SFP+ cable with just static IP or DHCP and no PPPoE whatsoever crap anymore would be great) 14:43 < Bradipo> But it's better than 56K dialup. 14:43 < remiliascarlet> I actually Damn Small Linux on a live CD in middle school, teachers absolutely freaked out. 14:43 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 268 seconds] 14:44 < remiliascarlet> Took them 5 months to finally lock out booting from CD on all their computers. 14:46 < vortexx> where I'm moving to next month I'm going from FTTH 1000/1000 to VDSL 100/32... Got a VDSL bridge device from the ISP and also static IP. I've prepped the hostname.pppoe0 file, I hope I have less issues than you remiliascarlet 14:47 < vortexx> village will have symetric fibre option by the end of the year, supposedly 14:49 < remiliascarlet> polarian: By the way, they have options to order 8, 16, 32, or 64 static IPs under 1 PPPoE connection. Would that work with my setup, or out it still cause problems? 14:49 < remiliascarlet> s/out/will 14:49 < polarian> thrig: depends... it works better closer to the termination point... so just because you aren't close to the exchange doesn't mean you can't get good DSL speeds... (good still being slow by fibre standards) 14:50 < polarian> remiliascarlet: Probably, they will simply allocate a block 14:50 < remiliascarlet> Probably works, or probably won't? 14:51 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 268 seconds] 14:51 < polarian> probably works 14:51 < polarian> I don't know how your ISP does things 14:51 < remiliascarlet> They just provide a PPPoE login and password. 14:51 < polarian> For example my ISP gives me the blocks and I have to manually assign them 14:51 < remiliascarlet> That's all. 14:52 < remiliascarlet> They will also show your static IP or static IP range. 14:52 -!- bru-barwal [~bru-barwa@user/bru-barwal] has joined #openbsd 14:52 < remiliascarlet> Oh, and how much you will pay each month. 14:52 -!- bolivood [~bolivood@2a0d:6fc2:5d10:8200:4151:56aa:1a49:4d00] has joined #openbsd 14:54 < remiliascarlet> And by which payment method I chose to pay, I chose to pay by cash at the convenience store. Every time I give out my credit/debit card details, I discover I can't entrust anyone with my CC details at all. 14:54 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 14:54 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 14:55 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 14:55 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 14:56 -!- tozhu [~tozhu@120.211.95.18] has quit [Quit: tozhu] 15:03 -!- tozhu [~tozhu@120.211.95.18] has joined #openbsd 15:04 -!- Kayvlim [~kayvlim@user/kayvlim] has joined #openbsd 15:05 -!- jacobk [~quassel@2600:100c:b2a7:99fd:15d3:6a3a:f9e5:764b] has joined #openbsd 15:07 -!- jacobk [~quassel@2600:100c:b2a7:99fd:15d3:6a3a:f9e5:764b] has quit [Read error: Connection reset by peer] 15:08 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.2.1] 15:08 -!- OwlWizard [~luca@2a02:8206:77b9:4d00:25a0:65ab:c56e:6a52] has quit [Quit: OwlWizard] 15:09 -!- roped [~shadow@user/roped] has quit [Quit: Leaving] 15:11 -!- ClaudioM [claudiom@tilde.institute] has joined #openbsd 15:11 -!- jacobk [~quassel@2600:100c:b2a7:99fd:15d3:6a3a:f9e5:764b] has joined #openbsd 15:12 -!- uuuuu [~Thunderbi@user/uuuuu] has joined #openbsd 15:15 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 15:17 -!- weechat [~weechat@169.150.218.22] has quit [Read error: Connection reset by peer] 15:19 -!- lbia [~lbia@user/lbia] has quit [Ping timeout: 240 seconds] 15:21 -!- lbia [~lbia@user/lbia] has joined #openbsd 15:24 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 268 seconds] 15:29 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 15:29 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 15:30 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 15:31 -!- harpia [~harpia@2804:1d9c:101:da00:b62e:99ff:fee9:cc51] has joined #openbsd 15:33 -!- prahou_ [~who@freeshell.de] has joined #openbsd 15:33 -!- prahou_ [~who@freeshell.de] has left #openbsd [] 15:35 -!- xFCFFDFFFFEFFFAF [~psyhician@88.201.243.61] has joined #openbsd 15:38 -!- euphores [~SASL_euph@user/euphores] has quit [Quit: Leaving.] 15:38 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 264 seconds] 15:39 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 15:40 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Ping timeout: 260 seconds] 15:43 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 15:43 -!- uncleyea1 [~ian@178.66.131.161] has joined #openbsd 15:44 -!- uncleyear [~ian@178.66.131.208] has quit [Ping timeout: 256 seconds] 15:44 -!- tozhu [~tozhu@120.211.95.18] has quit [Quit: tozhu] 15:45 -!- tozhu [~tozhu@120.211.95.18] has joined #openbsd 15:45 -!- moetuning [~Jean-luc@125-168-247-236.sta.wbroadband.net.au] has quit [Ping timeout: 260 seconds] 15:48 -!- joe9 [~joe@c-73-24-194-198.hsd1.az.comcast.net] has joined #openbsd 15:48 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 260 seconds] 15:50 -!- moetuning [~Jean-luc@125-168-247-236.sta.wbroadband.net.au] has joined #openbsd 15:51 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 268 seconds] 15:53 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 15:53 -!- uwharrie [~uwharrie@user/uwharrie] has joined #openbsd 15:54 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 15:55 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 16:04 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 16:04 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 16:05 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 16:08 -!- todi [~todi@p57803331.dip0.t-ipconnect.de] has joined #openbsd 16:10 -!- mlw [~mlw@154.74.142.8] has joined #openbsd 16:15 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Ping timeout: 260 seconds] 16:16 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 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: 268 seconds] 16:22 -!- penne [~penne@gateway/tor-sasl/penne] has joined #openbsd 16:30 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has joined #openbsd 16:33 -!- tozhu [~tozhu@120.211.95.18] has quit [Quit: tozhu] 16:35 -!- tozhu [~tozhu@120.211.95.18] has joined #openbsd 16:35 -!- luca_ [~luca@2a02:8206:77b9:4d00:25a0:65ab:c56e:6a52] has joined #openbsd 16:35 -!- luca_ is now known as OwlWizard 16:38 -!- djhankb [~djhankb@208.113.164.68] has quit [Read error: Connection reset by peer] 16:39 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 16:43 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 16:44 -!- xFCFFDFFFFEFFFAF [~psyhician@88.201.243.61] has quit [Read error: Connection reset by peer] 16:46 -!- cornpaffies [~cornpaffi@user/cornpaffies] has quit [Quit: bye] 16:48 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 17:03 -!- jlmk [~jlmk@user/jlmk] has joined #openbsd 17:06 -!- imega [~coma@89.206.80.49] has quit [Ping timeout: 268 seconds] 17:11 -!- gsg [126ea99f6f@irc.pico.sh] has quit [Remote host closed the connection] 17:13 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 17:13 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 17:16 -!- gsg [126ea99f6f@irc.pico.sh] has joined #openbsd 17:18 -!- moetuning [~Jean-luc@125-168-247-236.sta.wbroadband.net.au] has quit [Ping timeout: 268 seconds] 17:20 -!- moetuning [~Jean-luc@125-168-247-236.sta.wbroadband.net.au] has joined #openbsd 17:21 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 17:27 -!- OwlWizard [~luca@2a02:8206:77b9:4d00:25a0:65ab:c56e:6a52] has quit [Quit: OwlWizard] 17:31 -!- tozhu [~tozhu@120.211.95.18] has quit [Quit: tozhu] 17:32 -!- tozhu [~tozhu@120.211.95.18] has joined #openbsd 17:34 -!- [0x1eef] [~0x1eef@al-quran.reflectslight.io] has quit [Quit: Rebooting a new world] 17:34 -!- jacobk [~quassel@2600:100c:b2a7:99fd:15d3:6a3a:f9e5:764b] has quit [Read error: Connection reset by peer] 17:36 -!- [0x1eef] [~0x1eef@al-quran.reflectslight.io] has joined #openbsd 17:38 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has joined #openbsd 17:46 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 17:47 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 17:48 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 17:54 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 17:55 -!- jfsimon1981_c [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Quit: Leaving] 18:03 -!- f_ [~AUGESOUND@user/f-:38077] has quit [Quit: To contact me, send a memo using MemoServ, PM f_[xmpp], or send an email. See https://vitali64.duckdns.org/.] 18:05 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has quit [Ping timeout: 256 seconds] 18:14 -!- kn_ is now known as kn 18:16 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 256 seconds] 18:17 -!- b50d [~b50d@2a02:3100:3a98:f500:189c:8833:a9c4:8264] has joined #openbsd 18:17 -!- ocra8 [ocra8@user/ocra8] has quit [Quit: WeeChat 4.2.2] 18:19 -!- imega [~coma@55.42.150.83.ftth.as8758.net] has joined #openbsd 18:20 -!- jacobk [~quassel@2600:100c:b2a7:99fd:15d3:6a3a:f9e5:764b] has joined #openbsd 18:22 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 18:23 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 18:23 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 18:25 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.2.1] 18:36 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 18:36 -!- imega [~coma@55.42.150.83.ftth.as8758.net] has quit [Ping timeout: 240 seconds] 18:45 -!- tozhu [~tozhu@120.211.95.18] has quit [Quit: tozhu] 18:46 -!- tozhu [~tozhu@120.211.95.18] has joined #openbsd 18:47 -!- c64 [uid502328@user/c64] has quit [Quit: Connection closed for inactivity] 18:51 -!- adig [~default@109.166.139.100] has joined #openbsd 18:52 -!- tozhu [~tozhu@120.211.95.18] has quit [Quit: tozhu] 18:56 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 18:56 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 18:57 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 19:03 -!- marekp [~marek@user/marekp] has joined #openbsd 19:04 -!- tozhu [~tozhu@120.211.95.18] has joined #openbsd 19:09 -!- marekp [~marek@user/marekp] has quit [Remote host closed the connection] 19:14 -!- frdem [~frdem@106.17.7.109.rev.sfr.net] has quit [Ping timeout: 240 seconds] 19:15 -!- gbowne1 [~gbowne1@97-126-5-34.tukw.qwest.net] has joined #openbsd 19:16 -!- tbvdm [~tbvdm@user/tbvdm] has quit [Quit: leaving] 19:17 -!- adig [~default@109.166.139.100] has quit [Ping timeout: 272 seconds] 19:18 -!- adig [~default@109.166.139.100] has joined #openbsd 19:20 -!- bolivood1 [~bolivood@2a0d:6fc2:5d10:8200:79ee:2d22:3310:e627] has joined #openbsd 19:20 -!- gbowne1 [~gbowne1@97-126-5-34.tukw.qwest.net] has quit [Remote host closed the connection] 19:20 -!- gbowne1 [~gbowne1@97-126-5-34.tukw.qwest.net] has joined #openbsd 19:21 -!- bolivood [~bolivood@2a0d:6fc2:5d10:8200:4151:56aa:1a49:4d00] has quit [Ping timeout: 255 seconds] 19:22 -!- beanbrain [~brain@2603:7000:b740:f4::1250] has joined #openbsd 19:22 -!- beanbrain [~brain@2603:7000:b740:f4::1250] has quit [Changing host] 19:22 -!- beanbrain [~brain@user/beanbrain] has joined #openbsd 19:24 -!- vados [~vados@46-133-7-209.mobile.vf-ua.net] has quit [Ping timeout: 260 seconds] 19:24 -!- penne [~penne@gateway/tor-sasl/penne] has quit [Ping timeout: 260 seconds] 19:26 -!- penne [~penne@gateway/tor-sasl/penne] has joined #openbsd 19:30 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 19:31 -!- mikeal [~mikeal@syn-098-103-193-205.biz.spectrum.com] has joined #openbsd 19:31 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 19:32 -!- ClaudioM [claudiom@tilde.institute] has quit [Quit: leaving] 19:39 -!- ocra8 [ocra8@user/ocra8] has joined #openbsd 19:39 -!- scain [~scain@2603:8080:b104:4e00:45cf:678b:a7f:b897] has joined #openbsd 19:50 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has quit [Quit: https://github.com/ivdsangen] 19:51 -!- shiranaihito_ [~shiranaih@ppp-171-96-204-96.revip8.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 19:54 < xx> what are the keys used by https://man.openbsd.org/signify called? 19:54 < xx> keys used by gpg are called PGP keys 19:55 -!- user71 [~user71@2001:1530:1012:571d:1e6f:65ff:fe88:557f] has quit [Quit: Leaving] 19:55 -!- mlw [~mlw@154.74.142.8] has quit [Ping timeout: 268 seconds] 19:56 -!- absc [~absc@2a04:ee41:8:6055:9102:9ff:a8be:27ca] has joined #openbsd 19:58 < Lucas6023> xx: GnuPG is an implementation of PGP 19:59 < Lucas6023> the keys in signify aren't "particular", in the sense that PGP "keys" are actually identites 19:59 < Lucas6023> they tight a couple more of stuff to the "key" than just the cryptographic material 20:00 < Lucas6023> the keys that signify uses are just plain keys 20:04 -!- joe9 [~joe@c-73-24-194-198.hsd1.az.comcast.net] has quit [Quit: leaving] 20:04 < xx> yeah, but, those keys still adhere to some format 20:04 < xx> and I wish to know the name so that I can put it in a guide 20:05 < xx> I guess I could just call it a public key 20:05 -!- mlw [~mlw@41.223.180.170] has joined #openbsd 20:05 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 20:05 < xx> but a lot of people will misinterpret 'public key' to mean PGP public key (or maybe even ssh public key) 20:06 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 20:07 < thrig> most folks are plenty ignorant about these here computer things 20:07 < uwharrie> then use the correct name and put a note about the misconceptions 20:10 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 20:13 < quinq> Hummmm 20:14 -!- bolivood1 [~bolivood@2a0d:6fc2:5d10:8200:79ee:2d22:3310:e627] has quit [Ping timeout: 256 seconds] 20:15 < quinq> Any idea what I could be doing wrong, I'm setting up a protected directory with httpd and htpasswd 20:15 < xx> yeah but what is the correct name then for keys that are understood by signify? 20:16 < quinq> in my httpd I have: location "/dir/*" { authenticate with "/htdocs/dir/.htpasswd" } 20:16 < xx> my understanding is that openbsd creates a tool called signify that understands XX keys, just like gnupg creates the tool called gpg that understands PGP keys 20:16 < uwharrie> it uses the terms public key and secure key 20:16 < quinq> Then I do: htpasswd /var/www/htdocs/dir/.htpasswd test 20:16 < quinq> With password "test" 20:16 < quinq> Restart httpd 20:16 < xx> what is XX in that sentence? 20:17 < quinq> And I get a 401 when trying to access that over http(s) 20:17 < quinq> and /var/www/htdocs/dir/.htpasswd is root:www 640 20:18 < uwharrie> or sorry, public key and secret (private) key 20:20 < tommyrot> my htpasswd was 600 www:daemon 20:21 < tommyrot> other than that it looks like it should work 20:24 < thrig> signify understands signify keys 20:24 < quinq> Thing is that same config works somewhere else :/ 20:25 < quinq> Meh ok 20:25 < quinq> Seems that's because www didn't have access to dir/ :D 20:25 < quinq> Though it didn't complain about that :/ 20:25 < tommyrot> jep that does it 20:26 < quinq> Would be useful to get a ENOACCESS instead of just 401 20:26 < tommyrot> USRERROR 20:27 < quinq> Or that ^^ 20:28 < quinq> (although that's kind of obvious) 20:30 -!- plavcik [~navratil@walda.navratil.cz] has joined #openbsd 20:32 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 20:34 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 240 seconds] 20:36 -!- mlw [~mlw@41.223.180.170] has quit [Ping timeout: 260 seconds] 20:40 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 20:41 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 20:48 -!- jacobk [~quassel@2600:100c:b2a7:99fd:15d3:6a3a:f9e5:764b] has quit [Read error: Connection reset by peer] 20:50 -!- bolivood1 [~bolivood@2a0d:6fc2:5d10:8200:3c6f:f61a:f910:1ba] has joined #openbsd 20:53 -!- jacobk [~quassel@47-186-70-49.dlls.tx.frontiernet.net] has joined #openbsd 20:57 < GnarledHorn> hello - I have an email with a base64 encoded attachment in my mbox. Are there tools in the base system to extract that attachment? 20:58 < GnarledHorn> I was thinking I could snip the relevant section using text tools and then _something_ does the reverse base64... I'm hoping there's a more common solution 20:58 -!- uncleyea1 [~ian@178.66.131.161] has quit [Quit: Lost terminal] 20:59 < phy1729> openssl base64 -d can do the base64 part 20:59 -!- uncleyear [~ian@178.66.131.161] has joined #openbsd 21:00 -!- seninha [~seninha@user/seninha] has joined #openbsd 21:01 < GnarledHorn> classic - thank you. That and vi should do the trick. I was hoping there's some mailmime tool I had overlooked 21:03 -!- penne [~penne@gateway/tor-sasl/penne] has quit [Quit: WeeChat 4.0.4] 21:03 < GnarledHorn> verified successful! 21:04 -!- penne [~penne@gateway/tor-sasl/penne] has joined #openbsd 21:05 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 21:08 -!- euphores [~SASL_euph@user/euphores] has quit [Quit: Leaving.] 21:11 -!- adig [~default@109.166.139.100] has quit [Ping timeout: 260 seconds] 21:11 < sibiria> we have b64decode/encode in base, too 21:12 < sibiria> b64decode -r, if you want to deal with raw header-less base64 content 21:12 -!- adig [~default@109.166.139.100] has joined #openbsd 21:14 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 21:15 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 21:15 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 21:17 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 21:20 -!- desnudopenguino [~Thunderbi@c-73-157-16-238.hsd1.wa.comcast.net] has quit [Ping timeout: 264 seconds] 21:21 -!- psydroid [~psydroid@user/psydroid] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 21:21 -!- angues [~snakes@user/Snakes] has quit [Ping timeout: 256 seconds] 21:22 -!- b50d [~b50d@2a02:3100:3a98:f500:189c:8833:a9c4:8264] has quit [Remote host closed the connection] 21:23 -!- donofrio__ [~donofrio@155.178.180.11] has joined #openbsd 21:24 -!- Vigdis [~danj@ns4.chown.me] has quit [Quit: WeeChat 4.2.1] 21:24 -!- absc [~absc@2a04:ee41:8:6055:9102:9ff:a8be:27ca] has quit [Remote host closed the connection] 21:27 -!- donofrio_ [~donofrio@155.178.180.11] has quit [Ping timeout: 268 seconds] 21:28 -!- desnudopenguino [~Thunderbi@c-73-157-16-238.hsd1.wa.comcast.net] has joined #openbsd 21:28 -!- psydroid2 [~psydroid@user/psydroid] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 21:33 -!- psydroid [~psydroid@user/psydroid] has joined #openbsd 21:49 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 21:49 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 21:54 -!- Vigdis [~danj@ns4.chown.me] has joined #openbsd 21:58 -!- accelerat0r [~user@user/accelerat0r] has joined #openbsd 22:00 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has quit [Quit: The Lounge - https://thelounge.chat] 22:00 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has joined #openbsd 22:01 -!- dragon__ [~Dragon@S01065c76956084d6.vc.shawcable.net] has joined #openbsd 22:01 -!- dragon__ [~Dragon@S01065c76956084d6.vc.shawcable.net] has quit [Client Quit] 22:10 -!- beanbrain [~brain@user/beanbrain] has quit [Ping timeout: 256 seconds] 22:12 -!- hussein1_ [~weechat@gateway/tor-sasl/hussein1] has quit [Ping timeout: 260 seconds] 22:12 -!- feriman [~feriman@user/feriman] has joined #openbsd 22:14 -!- hussein1_ [~weechat@gateway/tor-sasl/hussein1] has joined #openbsd 22:16 -!- beanbrain [~brain@user/beanbrain] has joined #openbsd 22:17 -!- sonya [~nologin@gateway/tor-sasl/sonya] has quit [Remote host closed the connection] 22:20 -!- xet7 [~xet7@user/xet7] has quit [Ping timeout: 260 seconds] 22:24 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 22:24 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 22:30 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: Lost terminal] 22:33 -!- xet7 [~xet7@user/xet7] has joined #openbsd 22:36 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 22:44 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Remote host closed the connection] 22:48 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 22:49 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 22:57 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Quit: format_c] 22:57 -!- penne [~penne@gateway/tor-sasl/penne] has quit [Ping timeout: 260 seconds] 22:57 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." -- Mikhail Tal] 22:58 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 22:59 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 22:59 -!- penne [~penne@gateway/tor-sasl/penne] has joined #openbsd 23:04 -!- an3223 [~user@user/an3223] has joined #openbsd 23:06 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 268 seconds] 23:16 -!- hussein1_ [~weechat@gateway/tor-sasl/hussein1] has quit [Remote host closed the connection] 23:17 -!- hussein1_ [~weechat@gateway/tor-sasl/hussein1] has joined #openbsd 23:20 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 23:23 -!- viq|w [~viq@user/viq] has quit [Quit: WeeChat 4.2.2] 23:24 -!- Bradipo [~Bradipo@50.77.44.29] has quit [Quit: Lost terminal] 23:30 -!- viq|w [~viq@user/viq] has joined #openbsd 23:32 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 23:33 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 23:35 -!- donofrio__ [~donofrio@155.178.180.11] has quit [Read error: Connection reset by peer] 23:36 -!- donofrio__ [~donofrio@155.178.180.11] has joined #openbsd 23:37 -!- xx [~xx@user/xx] has quit [Ping timeout: 260 seconds] 23:42 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 23:46 -!- bolivood1 [~bolivood@2a0d:6fc2:5d10:8200:3c6f:f61a:f910:1ba] has quit [Ping timeout: 268 seconds] 23:55 -!- scain [~scain@2603:8080:b104:4e00:45cf:678b:a7f:b897] has quit [Quit: Konversation terminated!] 23:58 -!- toshywoshy [~toshywosh@ptr-377wf33o3bnthuddmycb.18120a2.ip6.access.telenet.be] has quit [Ping timeout: 246 seconds] --- Log closed Wed May 15 00:00:28 2024