--- Log opened Sun Apr 09 00:00:34 2023 --- Day changed Sun Apr 09 2023 00:00 < oldlaptop> https://cvsweb.openbsd.org/xenocara/app/xterm/xtermcfg.h?rev=1.23&content-type=text/x-cvsweb-markup 00:01 < oldlaptop> (xterm has a mode to emulate an old Tektronix vector-graphics terminal. In practice I don't think any non-historical software supports that that can't also just draw things in a normal X window.) 00:06 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 00:06 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 00:08 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 00:08 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 00:15 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 00:15 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 00:17 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 00:17 -!- terminalpusher [~terminalp@2a01:586:8a84:1:2086:171a:7e57:5346] has joined #openbsd 00:17 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 00:19 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 00:19 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 00:21 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 00:21 < gnucode> I'm learning about awk and it's kind of cool. 00:22 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 00:24 < gnucode> I really wish the scheme shell worked on OpenBSD. 00:24 < pardis> "If you think awk is the perfect programming language for the problem, you don't understand the problem yet." — Rob Pike 00:25 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 00:26 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 00:29 -!- vyv [~vyv@bras-vprn-nrbaon0452w-lp130-22-76-65-6-194.dsl.bell.ca] has quit [Quit: Konversation terminated!] 00:29 < gnucode> haha. 00:31 -!- Kilroy [Kilroy@user/Kilroy] has joined #openbsd 00:31 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 00:31 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 00:39 -!- SexWarrior [~DankFrank@2a01:4b00:940e:f600:cd96:c57c:d03a:a4eb] has quit [Quit: Leaving] 00:40 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 00:40 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 00:41 < gnucode> pardis: I'm starting to think that grep is actually a better tool for the problem... 00:41 < gnucode> hahaha 00:41 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 00:44 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 00:44 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 00:46 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 00:46 -!- rsjw [~rsjw@pool-138-88-60-108.washdc.fios.verizon.net] has joined #openbsd 00:48 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 00:49 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 00:51 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 00:55 < rsjw> in /usr/src/sys/kern/sys_pipe.c, why does pip_iolock set PIPE_LWANT when it already has the lock? 00:56 < rsjw> *pipe_iolock 01:01 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Read error: Connection reset by peer] 01:03 -!- jess [meow@libera/staff/cat/jess] has quit [] 01:05 -!- zimmer [~zimmer@user/zimmer] has quit [Read error: Connection reset by peer] 01:05 < byteskeptical> rsjw: ? not sure where your seeing that. On line 330 if that's what your referring too it's a in-place bitwise OR 01:06 -!- zimmer [~zimmer@cpc151199-smal19-2-0-cust100.19-1.cable.virginm.net] has joined #openbsd 01:06 -!- zimmer [~zimmer@cpc151199-smal19-2-0-cust100.19-1.cable.virginm.net] has quit [Changing host] 01:06 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 01:06 < byteskeptical> s/330/320 01:08 < rsjw> yeah 320. the |= sets PIPE_LWANT in pipe_state 01:11 -!- morena [morena@irc.morena.rip] has quit [Remote host closed the connection] 01:11 < byteskeptical> kind-of I think in this case it is being used to add the bitflag to pipe_state 01:11 < rsjw> right, that's what I said :) 01:12 < pardis> why do you think it already has the lock? 01:12 < rsjw> because it asserts that it has it 01:12 < byteskeptical> you said it being set to not being added to 01:13 < byteskeptical> I think the error check below probably plays a part 01:13 < rsjw> or maybe it's only asserting that *somebody* has it 01:13 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 01:14 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 01:14 -!- jacobk [~quassel@2600:100c:b005:df1:9db4:5c1b:dc58:c405] has quit [Ping timeout: 250 seconds] 01:14 -!- jacobk [~quassel@47-186-81-17.dlls.tx.frontiernet.net] has joined #openbsd 01:15 < rsjw> ...in which case I don't get why you'd want to panic if something isn't holding the lock 01:15 < pardis> it's asserting that it holds cpipe->pipe_lock, but this function isn't taking cpipe->pipe_lock, it's setting cpipe->pipe_state |= PIPE_LOCK 01:15 < pardis> those seem like two distinct locking mechanisms to me 01:16 < rsjw> oh, so the assert is then enforcing the lock-ordering rules? 01:17 < byteskeptical> or checking that something else isn't trying to access to set its own lock on the same object 01:18 < pardis> it's unclear to me why there are two different locking mechanisms here, but that does seem to be what the code is doing 01:18 < pardis> look at how pipe_read calls it, for example 01:18 < pardis> it first calls rw_enter_write(rpipe->pipe_lock), then pipe_iolock(rpipe), then does a bunch of I/O, calls pipe_iounlock(rpipe), and finally rw_exit_write(rpipe->pipelock) 01:20 < pardis> might have something to do with the fact that pipe_iolock can return an error but rw_enter_write(9) cannot 01:20 < pardis> but I don't know what kind of errors can occur here 01:20 < byteskeptical> probably quite a few 01:20 < pardis> apparently that can happen if a signal is received, according to tsleep(9) 01:21 < rsjw> it can return whatever rwsleep_nsec returns, it looks like 01:21 < pardis> so I guess this is probably to make the lock acquisition interruptible 01:22 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 01:22 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 01:25 < rsjw> but if another part of the code is holding the lock, wouldn't rw_enter_write block? and then when rw_enter_write succeeds, wouldn't there be nothing holding the pipe_iolock lock? 01:26 < rsjw> and if no other code is holding the lock, both locks would be immediately acquired? 01:26 < rsjw> I don't see how the second lock would ever block 01:26 -!- morena [morena@irc.morena.rip] has joined #openbsd 01:26 -!- dev1ls [~dev1ls@user/Dev1ls] has joined #openbsd 01:28 < morena> how mount with fstab with user:group owner? 01:29 < pardis> chown the root of the filesystem while it is mounted 01:30 < pardis> or ask the question more precisely, if that is not what you intended 01:30 < morena> want mount something not as root:wheel ;/ 01:31 < pardis> low-effort questions get low-effort answers 01:31 < pardis> rsjw: read the documentation for the rwl argument to rwsleep_nsec in tsleep(9) 01:31 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 3.8] 01:32 < morena> what low effort? 01:32 < morena> just want to mount something morena:morena 01:32 < morena> not sure what more effort has to be uput into that question 01:33 < pardis> I gave you the answer to one possible interpretation of that question, that you want the root of the mounted filesystem to be owned by morena:morena 01:33 < pardis> if you meant it in another way, it would be helpful to know that 01:34 -!- monolith_ [~rm@p5de9561c.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 01:34 < morena> so I can't just mount something inside /home/morena as morena:morena ? 01:34 < morena> as /home is root:wheel? 01:35 < pardis> permissions on /home have nothing to do with it, and I still don't know what your intention is, so I can't tell you if you can do it 01:36 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 01:36 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 01:36 < morena> my intentions is to mount /home/morena/folder with owner morena:morena 01:37 < morena> morena is user 01:37 < morena> even in reality it is Goddess but that's not important now 01:37 < pardis> so mount the filesystem and chown that directory, as I said before 01:37 < morena> using fstab 01:37 < pardis> what? 01:38 < pardis> fstab can't chown files 01:38 < morena> fstab always root:wheel? 01:38 < gnucode> On linux, /dev/sda1 is GPT (or MBR) partition 1. /dev/sda2 (or MDR) is GPT partition 2. How would one refer to GPT partition 1 in OpenBSD of device sd0? 01:38 < pardis> fstab has nothing to do with the ownership of mount points (except in the case of mfs) 01:38 < morena> and what has? 01:38 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 01:39 < pardis> the ownership of the directory that you want to chown 01:39 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 01:39 < morena> I own it, when I mount it it goes root:wheel 01:39 < pardis> because the directory on the mounted filesystem is owned by root:wheel 01:39 < pardis> this is no different from changing the ownership of any other file 01:39 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 01:39 -!- CrashOverride [~strcat@p548553d3.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 01:39 < pardis> gnucode: there is no easy mapping between those 01:40 < pardis> OpenBSD device nodes refer to disklabel partitions, not fdisk/gpt partitions 01:40 < morena> you bc. /home is owned by root:wheel? 01:40 < pardis> you would need to inspect the fdisk and disklabel outputs and find which disklabel partition corresponds to the one of interest 01:41 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 01:41 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 01:45 -!- gnucode [~gnucode@user/jab] has quit [Remote host closed the connection] 01:49 < morena> oh works well, no idea what I fucked up before, so was confused 01:53 < morena> oh shit 01:53 < morena> lost some backup in this process 01:56 < rsjw> pardis: it says that pipe_lock will be unlocked while rwsleep_nsec is sleeping and it will be relocked when rwsleep_nsec returns, but I'm still having trouble seeing the point you're trying to make 01:57 -!- Trigon [~reuben@144.39.114.115] has joined #openbsd 01:58 < pardis> rsjw: rw_enter_write won't block because pipe_lock will be unlocked by all processes in rwsleep_nsec 01:59 < pardis> looking again at pipe_read as an example, it calls rw_exit_write and rw_enter_write around the actual I/O operations so it's not holding pipe_lock then either 02:01 < rsjw> but the call is rw_enter_write(rpipe->pipe_lock) so doesn't that mean that after that call (and before the rw_exit_write) it *is* holding pipe_lock? 02:02 < pardis> look at where it calls uiomove 02:02 < pardis> it releases the lock for that call 02:02 < pardis> so there is a time (when the actual I/O is being done, so likely the most time-consuming part) when pipe_state has PIPE_LOCK but pipe_lock is not held 02:03 < rsjw> aah 02:04 < rsjw> ok so it's not entirely redundant :) 02:06 < pardis> the point of all this appears to me to be to make the lock-taking interruptible by a signal, otherwise signals to all threads waiting on a pipe lock would block pending the completion of I/O on that pipe by another thread 02:06 < pardis> since a signal is the only documented way that rwsleep_nsec can return an error in this case 02:06 -!- NicknameJohn [~NicknameJ@187-27-155-141.3g.claro.net.br] has quit [Ping timeout: 248 seconds] 02:06 -!- morena [morena@irc.morena.rip] has left #openbsd [] 02:17 -!- jacobk [~quassel@47-186-81-17.dlls.tx.frontiernet.net] has quit [Ping timeout: 252 seconds] 02:18 -!- dsrt^ [~dsrt@c-76-105-96-13.hsd1.ga.comcast.net] has quit [Ping timeout: 268 seconds] 02:19 -!- dsrt^ [~dsrt@c-76-105-96-13.hsd1.ga.comcast.net] has joined #openbsd 02:20 -!- huy_ [~huy@lfbn-tou-1-166-102.w86-201.abo.wanadoo.fr] has joined #openbsd 02:20 -!- huy [~huy@lfbn-tou-1-166-102.w86-201.abo.wanadoo.fr] has quit [Ping timeout: 260 seconds] 02:20 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 02:21 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 02:22 -!- epony [~epony@user/epony] has joined #openbsd 02:23 -!- yella [~yell@172.56.105.196] has joined #openbsd 02:23 -!- yella [~yell@172.56.105.196] has quit [Changing host] 02:23 -!- yella [~yell@user/yella] has joined #openbsd 02:24 -!- morena [morena@irc.morena.rip] has joined #openbsd 02:26 -!- emmanuelux_ [~emmanuelu@user/emmanuelux] has joined #openbsd 02:28 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 02:29 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Ping timeout: 255 seconds] 02:29 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 02:31 -!- an3223 [~user@user/an3223] has joined #openbsd 02:37 -!- djhankb [~djhankb@208.113.164.68] has quit [Read error: Connection reset by peer] 02:38 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 02:39 < morena> at least I have one cool usb stick 02:39 -!- ficonni [~ficonni@46.235.96.214] has quit [Remote host closed the connection] 02:39 < morena> with backup of backup 02:45 -!- sponji [regg@2607:fb90:b7e3:8253:327:f956:d60b:8190] has joined #openbsd 02:47 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 02:47 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 02:47 -!- _yella_ [regg@user/yella] has joined #openbsd 02:47 -!- yella [~yell@user/yella] has quit [Ping timeout: 248 seconds] 02:55 -!- sponji [regg@2607:fb90:b7e3:8253:327:f956:d60b:8190] has quit [Ping timeout: 265 seconds] 02:55 -!- _yella_ [regg@user/yella] has quit [Ping timeout: 252 seconds] 02:56 -!- _yella_ [~yell@user/yella] has joined #openbsd 02:57 -!- _yella_ [~yell@user/yella] has quit [Max SendQ exceeded] 02:59 -!- yella [~yell@user/yella] has joined #openbsd 03:00 -!- chrisz [ropnwx8gdu@195.52.30.80] has quit [Ping timeout: 255 seconds] 03:00 -!- yella [~yell@user/yella] has quit [Max SendQ exceeded] 03:01 -!- chrisz [jiz6nb7asn@195.52.30.106] has joined #openbsd 03:10 -!- yella [regg@user/yella] has joined #openbsd 03:11 -!- sponji [regg@2607:fb90:b7e3:8253:327:f956:d60b:8190] has joined #openbsd 03:18 -!- rsjw [~rsjw@pool-138-88-60-108.washdc.fios.verizon.net] has quit [Quit: leaving] 03:18 -!- yella [regg@user/yella] has quit [Ping timeout: 248 seconds] 03:19 -!- terminalpusher [~terminalp@2a01:586:8a84:1:2086:171a:7e57:5346] has quit [Remote host closed the connection] 03:19 -!- sponji [regg@2607:fb90:b7e3:8253:327:f956:d60b:8190] has quit [Ping timeout: 265 seconds] 03:19 -!- yella [regg@user/yella] has joined #openbsd 03:27 -!- adip [~adip@c144-111.icpnet.pl] has quit [Ping timeout: 276 seconds] 03:33 -!- yella [regg@user/yella] has quit [Remote host closed the connection] 03:34 -!- yella [~yell@user/yella] has joined #openbsd 03:35 -!- yella [~yell@user/yella] has quit [Max SendQ exceeded] 03:36 -!- sudden [~cat@user/sudden] has quit [Ping timeout: 248 seconds] 03:36 -!- yella [~yell@172.56.105.196] has joined #openbsd 03:36 -!- yella [~yell@172.56.105.196] has quit [Changing host] 03:36 -!- yella [~yell@user/yella] has joined #openbsd 03:37 -!- sudden [~cat@user/sudden] has joined #openbsd 03:40 -!- yella [~yell@user/yella] has quit [Remote host closed the connection] 03:42 -!- NicknameJohn [~NicknameJ@187-27-149-121.3g.claro.net.br] has joined #openbsd 03:44 -!- jambove [~jambove@51B6E29B.dsl.pool.telekom.hu] has quit [Ping timeout: 260 seconds] 03:45 -!- jambove [~jambove@51B6E03C.dsl.pool.telekom.hu] has joined #openbsd 03:45 -!- monolith [~rm@p54872589.dip0.t-ipconnect.de] has joined #openbsd 03:46 -!- sponji [regg@2607:fb90:b7e3:8253:327:f956:d60b:8190] has joined #openbsd 04:01 -!- fr0hike [~fr0ghike@2601:193:8300:c910:77d4:126d:2ef2:50c] has quit [Remote host closed the connection] 04:05 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Remote host closed the connection] 04:07 -!- morte [~user@user/monkey/x-0691028] has quit [Ping timeout: 276 seconds] 04:08 -!- morte [~user@user/monkey/x-0691028] has joined #openbsd 04:08 -!- bradd [~quassel@user/bradd] has joined #openbsd 04:09 -!- seninha [~seninha@user/seninha] has joined #openbsd 04:09 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 04:10 -!- seninha [~seninha@user/seninha] has joined #openbsd 04:11 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 04:23 -!- mikess [~sam@user/mikess] has quit [Ping timeout: 256 seconds] 04:27 -!- artmdl [~art5456@d172-218-174-94.bchsia.telus.net] has joined #openbsd 04:30 -!- sponji [regg@2607:fb90:b7e3:8253:327:f956:d60b:8190] has quit [Remote host closed the connection] 04:32 -!- bket [~bket@user/bket] has quit [Remote host closed the connection] 04:32 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 04:33 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 04:34 -!- bket [~bket@user/bket] has joined #openbsd 04:35 -!- sponji [regg@2607:fb90:b7e3:8253:327:f956:d60b:8190] has joined #openbsd 04:50 -!- morte [~user@user/monkey/x-0691028] has quit [Ping timeout: 276 seconds] 04:51 -!- nixborg [~ecorzuna@195.252.213.202] has joined #openbsd 04:51 -!- nixborg [~ecorzuna@195.252.213.202] has quit [Client Quit] 04:51 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 05:15 -!- ludovicus [jimbo@user/ludovicus] has quit [Ping timeout: 248 seconds] 05:24 -!- cryptexx0 [~cryptexx0@192.9.171.167] has quit [Ping timeout: 268 seconds] 05:24 -!- sponji [regg@2607:fb90:b7e3:8253:327:f956:d60b:8190] has quit [Ping timeout: 265 seconds] 05:34 -!- deepesttoaster [~deepestto@user/deepesttoaster] has joined #openbsd 05:39 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 05:39 -!- cation [cation@user/cation] has quit [Remote host closed the connection] 05:39 -!- cation [cation@user/cation] has joined #openbsd 05:39 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 05:41 -!- cryptexx0 [~cryptexx0@192.9.171.167] has joined #openbsd 05:46 -!- an3223 [~user@user/an3223] has quit [Ping timeout: 255 seconds] 05:47 -!- sponji [regg@2607:fb90:b7e3:8253:327:f956:d60b:8190] has joined #openbsd 05:59 -!- sponji [regg@2607:fb90:b7e3:8253:327:f956:d60b:8190] has quit [Ping timeout: 265 seconds] 06:01 -!- sponji [~irs@2607:fb90:b7e3:8253:327:f956:d60b:8190] has joined #openbsd 06:02 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 06:02 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 06:13 -!- ludovicus [jimbo@user/ludovicus] has joined #openbsd 06:18 -!- inak [~justme@111-107-74-65.gci.net] has quit [Quit: Leaving] 06:42 -!- Trigon [~reuben@144.39.114.115] has quit [Ping timeout: 268 seconds] 06:45 -!- ssm_ [~ssm_@69-218-221-16.lightspeed.rlghnc.sbcglobal.net] has quit [Ping timeout: 256 seconds] 06:47 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Remote host closed the connection] 06:48 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 06:49 -!- chiselfuse [~chiselfus@user/chiselfuse] has quit [Remote host closed the connection] 06:49 -!- chiselfuse [~chiselfus@user/chiselfuse] has joined #openbsd 06:50 -!- tozhu [~tozhu@218.89.253.95] has quit [Quit: tozhu] 06:51 -!- sponji [~irs@2607:fb90:b7e3:8253:327:f956:d60b:8190] has quit [Quit: leaving] 06:52 -!- sponji [regg@2607:fb90:b7e3:8253:327:f956:d60b:8190] has joined #openbsd 06:52 -!- sponji [regg@2607:fb90:b7e3:8253:327:f956:d60b:8190] has quit [Changing host] 06:52 -!- sponji [regg@user/sponji] has joined #openbsd 06:58 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 07:02 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 07:04 -!- jfsimon1981 [~jfsimon19@lfbn-lyo-1-1344-171.w86-207.abo.wanadoo.fr] has quit [Quit: Leaving] 07:16 -!- khusuvo439 [~khusuvo43@2804:5c:5137:2400:99b8:93fb:d676:daf5] has joined #openbsd 07:18 -!- lavaball [felix@31.204.155.215] has joined #openbsd 07:24 -!- ivdsangen [~ivo@86.95.161.96] has joined #openbsd 07:39 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Quit: Leaving] 07:40 -!- lcubed [~lcubed@user/lcubed] has quit [Remote host closed the connection] 07:43 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 07:43 -!- khusuvo439 [~khusuvo43@2804:5c:5137:2400:99b8:93fb:d676:daf5] has quit [Quit: Client closed] 07:46 -!- lcubed [~lcubed@user/lcubed] has joined #openbsd 07:58 -!- vysn [~vysn@user/vysn] has joined #openbsd 07:59 -!- tozhu [~tozhu@117.174.76.32] has joined #openbsd 08:00 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1344-171.w86-207.abo.wanadoo.fr] has quit [Remote host closed the connection] 08:02 < markand> o/ 08:03 -!- vysn [~vysn@user/vysn] has quit [Client Quit] 08:03 < markand> I had a VM that was unresponsive, unfortunately I needed to force shutdown it. after restarting it refused to boot and tells to run fsck manually 08:04 < markand> what do you do if this happens on the host headless machine and you don't have ssh access because it didn't boot? 08:07 -!- tozhu [~tozhu@117.174.76.32] has quit [Quit: tozhu] 08:08 -!- Hackerpcs_1 [~user@user/hackerpcs] has quit [Quit: Hackerpcs_1] 08:09 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 08:09 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 08:09 -!- tozhu [~tozhu@117.174.76.32] has joined #openbsd 08:12 < pardis> plug in a keyboard and monitor or use your iDRAC 08:15 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 08:16 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 08:17 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 08:17 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 08:18 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 08:19 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 08:22 -!- Warr10246 [~Warr@user/warr1024] has joined #openbsd 08:22 -!- Warr1024 [~Warr@user/warr1024] has quit [Killed (iridium.libera.chat (Nickname regained by services))] 08:22 -!- Warr10246 is now known as Warr1024 08:22 -!- tozhu [~tozhu@117.174.76.32] has quit [Quit: tozhu] 08:24 -!- tozhu [~tozhu@117.174.76.32] has joined #openbsd 08:24 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 08:24 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 08:28 -!- tozhu [~tozhu@117.174.76.32] has quit [Ping timeout: 268 seconds] 08:31 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 08:34 -!- meospecificity is now known as meonotentertaine 08:45 -!- geekthattweaks [uid433447@user/geekthattweaks] has quit [Quit: Connection closed for inactivity] 08:46 -!- sponji [regg@user/sponji] has quit [Ping timeout: 252 seconds] 08:51 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 09:01 -!- vysn [~vysn@user/vysn] has joined #openbsd 09:02 -!- NiceBird [~NiceBird@185.133.111.196] has joined #openbsd 09:05 -!- tozhu [~tozhu@117.174.76.32] has joined #openbsd 09:07 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 3.8] 09:10 -!- vysn [~vysn@user/vysn] has joined #openbsd 09:10 -!- tozhu [~tozhu@117.174.76.32] has quit [Ping timeout: 268 seconds] 09:10 -!- tozhu [~tozhu@117.174.76.32] has joined #openbsd 09:13 -!- tozhu [~tozhu@117.174.76.32] has quit [Client Quit] 09:17 < IcePic> markand: for virtual machines, perhaps you can spin up another obsd vm and mount the disks on it instead and run fsck from there? 09:18 < IcePic> but having headless machines and no idrac/ilo/ipmi is a bummer 09:19 < markand> well, it's just a basic self hosting server, not running a commercial service for my living :P 09:20 -!- beastie [~luis@user/thebeastie] has quit [Remote host closed the connection] 09:22 -!- tozhu [~tozhu@117.174.76.32] has joined #openbsd 09:25 -!- tozhu [~tozhu@117.174.76.32] has quit [Client Quit] 09:25 < IcePic> still a bummer if "best remote admin tool" is a fast car 09:28 -!- Noisytoot [~noisytoot@sourcehut/user/noisytoot] has quit [Ping timeout: 255 seconds] 09:30 -!- arpeas [~jamie@109-93-98-112.dynamic.isp.telekom.rs] has joined #openbsd 09:34 < pardis> cheap solution if you have a second network port available: stick a raspberry pi into the rack connected to a serial console 09:36 -!- Noisytoot [~noisytoot@sourcehut/user/noisytoot] has joined #openbsd 09:36 -!- cruncher [~cruncher@user/cruncher] has joined #openbsd 09:37 -!- beastie [~luis@user/thebeastie] has joined #openbsd 09:39 -!- tertullian [~sonne@37.48.94.36] has joined #openbsd 09:45 -!- feriman [~feriman@188.163.114.49] has quit [Quit: leaving] 09:46 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 09:56 -!- antranigv [~antranigv@37.252.78.252] has joined #openbsd 09:56 -!- antranigv [~antranigv@37.252.78.252] has quit [Remote host closed the connection] 09:58 -!- Hansol [~Hansol@94.156.58.157] has joined #openbsd 09:58 -!- antranigv [~antranigv@37.252.78.252] has joined #openbsd 09:59 -!- huy_ [~huy@lfbn-tou-1-166-102.w86-201.abo.wanadoo.fr] has quit [Quit: ZNC 1.8.2 - https://znc.in] 10:00 -!- huy [~huy@lfbn-tou-1-166-102.w86-201.abo.wanadoo.fr] has joined #openbsd 10:02 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 10:02 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 3.8] 10:03 -!- epony [~epony@user/epony] has quit [Remote host closed the connection] 10:05 -!- vysn [~vysn@user/vysn] has joined #openbsd 10:06 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 10:10 -!- vysn [~vysn@user/vysn] has quit [Remote host closed the connection] 10:10 -!- vysn [~vysn@user/vysn] has joined #openbsd 10:11 -!- beastie [~luis@user/thebeastie] has quit [Quit: WeeChat 3.8] 10:15 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Quit: Leaving] 10:16 -!- arpeas [~jamie@109-93-98-112.dynamic.isp.telekom.rs] has left #openbsd [] 10:20 -!- arpeas [~jamie@109-93-98-112.dynamic.isp.telekom.rs] has joined #openbsd 10:24 -!- vysn [~vysn@user/vysn] has quit [Remote host closed the connection] 10:24 -!- vysn [~vysn@user/vysn] has joined #openbsd 10:28 -!- arpeas [~jamie@109-93-98-112.dynamic.isp.telekom.rs] has quit [Quit: Quit.] 10:32 -!- fox is now known as Foxy_ 10:33 -!- typicat [~me0w@user/typicat] has quit [Quit: leaving] 10:35 -!- adip [~adip@c144-111.icpnet.pl] has joined #openbsd 10:36 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 10:39 -!- typicat [~me0w@user/typicat] has joined #openbsd 10:39 -!- xet7 [~xet7@user/xet7] has joined #openbsd 10:40 -!- typicat [~me0w@user/typicat] has quit [Client Quit] 10:40 -!- typicat [~me0w@user/typicat] has joined #openbsd 10:41 -!- arpeas [~jamie@109-93-98-112.dynamic.isp.telekom.rs] has joined #openbsd 10:42 -!- beastie [~luis@user/thebeastie] has joined #openbsd 10:45 -!- typicat [~me0w@user/typicat] has quit [Quit: leaving] 10:47 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has quit [Quit: Leaving] 10:51 -!- engler [~engler@user/emilengler] has joined #openbsd 10:56 -!- trev [~trev@user/trev] has joined #openbsd 11:02 -!- typicat [~me0w@user/typicat] has joined #openbsd 11:09 -!- engler [~engler@user/emilengler] has quit [Remote host closed the connection] 11:13 -!- sponji [~irs@2607:fb91:1581:2395:87e:78ed:603e:6168] has joined #openbsd 11:13 -!- Vizva [~vizva@gateway/tor-sasl/vizva] has joined #openbsd 11:25 -!- djhankb [~djhankb@208.113.164.68] has quit [Read error: Connection reset by peer] 11:25 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 11:31 -!- housemate [~housemate@n175-36-37-203.meb3.vic.optusnet.com.au] has joined #openbsd 11:48 -!- nadavs [~nadav@176.230.32.65] has joined #openbsd 11:58 -!- seninha [~seninha@user/seninha] has joined #openbsd 11:58 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 11:59 -!- seninha [~seninha@user/seninha] has joined #openbsd 12:00 -!- bradd [~quassel@user/bradd] has quit [Ping timeout: 265 seconds] 12:02 < nadavs> I'm compiling the kernel and I think 'ld' is stuck 12:04 < nadavs> This line in 'ps' looks wrong: nadav 2018 1302.9 7.3 198916 613932 p4 R+/0 2:59PM 24:06.56 | `-- ld -T ld.script -X --warn-common -nopie -o bsd locore0.o gap.o nbio_v7_4.o cmpci.o atom.o color_table.o intel_gtt.o ipsec_input.o atombios_crtc.o in4_cksum.o dce_transform.o dce110_opp_regamma_v.o acpimad 12:04 < nadavs> But now it's not there at all. The build is still stuck, though 12:10 < quinq> Is that on stable or current? 12:11 -!- ty3r0x [~ty3r0x@user/ty3r0x] has quit [Ping timeout: 255 seconds] 12:12 < quinq> So 12:13 < quinq> I'm trying to binat things coming from an external IP to another IP on an internal network 12:14 < quinq> I have basically Internet --> [extip]--(openbsd machine)--[intip] --> int network 12:16 < quinq> I did: match match log on $ext_if from $int_dest_ip to any binat-to $ext_ip 12:17 < quinq> And just after that: pass out log quick on $int_ip 12:17 < quinq> pass in log quick on $ext_ip 12:17 < quinq> First rule is: block drop log 12:18 < nadavs> I'm running stable 12:18 < pardis> and are you building the GENERIC stable kernel? 12:18 < quinq> And so, I can see packets coming in, matching the binat rule (the rdr-to part), but then the traffic gets stuck with rule 0: block 12:18 < quinq> Any idea what I'm missing here? 12:19 < pardis> quinq: I don't see a rule to pass out on $ext_if in your description 12:19 < pardis> only pass in 12:19 < pardis> assuming that $ext_ip corresponds to $ext_if 12:20 < nadavs> Yeah. I Ctrl-C'ed it and got the shell. I ran the command again and it just passed. 'vmstat' showed 99% sys time - I think it was stuck on process exit? Now I'm building the rest of the system. Many 'cc' processes and nothing stuck so far. 12:20 < quinq> Na, $ext_ip is one of the IPS on $ext_if 12:21 < quinq> And sorry, I know it's bad, but I'm trying to give only the first rules, there's indeed later on a: pass out quick on egress from (egress) to any flags S/SA 12:22 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Read error: Connection reset by peer] 12:22 < quinq> And: pass out log quick on $ext_ip from ($int_if:network) to any flags S/SA 12:22 < quinq> ok, I realize that's a horrible way to share the rules… 12:22 < quinq> Let-me try putting that in order 12:25 -!- sponji [~irs@2607:fb91:1581:2395:87e:78ed:603e:6168] has quit [Ping timeout: 252 seconds] 12:26 < nadavs> The first rule says 'on $ext_if' and the others 'on $ext_ip' - the first is a per-interface rule and the others per-IP? 12:28 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 12:31 < quinq> lel 12:31 < quinq> Indeed… 12:31 < quinq> fixing that 12:35 -!- mikess [~sam@user/mikess] has joined #openbsd 12:37 -!- sponji [~irs@2607:fb91:1581:2395:87e:78ed:603e:6168] has joined #openbsd 12:41 -!- broesel [~broesel@gateway/tor-sasl/broesel] has joined #openbsd 12:42 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 12:42 -!- ty3r0x [~ty3r0x@user/ty3r0x] has joined #openbsd 12:44 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 3.8] 12:44 -!- vysn [~vysn@user/vysn] has joined #openbsd 12:45 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 12:46 -!- sponji [~irs@2607:fb91:1581:2395:87e:78ed:603e:6168] has quit [Ping timeout: 252 seconds] 12:47 -!- sponji [~irs@2607:fb91:1581:2395:87e:78ed:603e:6168] has joined #openbsd 13:01 -!- sponji [~irs@2607:fb91:1581:2395:87e:78ed:603e:6168] has quit [Ping timeout: 252 seconds] 13:04 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 252 seconds] 13:15 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 3.8] 13:19 -!- vysn [~vysn@user/vysn] has joined #openbsd 13:29 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 3.8] 13:35 -!- stellacy [~stellacy@gateway/tor-sasl/stellacy] has quit [Ping timeout: 255 seconds] 13:37 < quinq> Took me a bit of time, there was some lunch in between :> 13:37 -!- stellacy [~stellacy@gateway/tor-sasl/stellacy] has joined #openbsd 13:38 < quinq> http://ix.io/4t2V <-- so that's what I get with pfctl -s rules output 13:38 < quinq> I don't see any blocking statement in my pflog 13:39 < quinq> But I don't see any traffic of $int_if either with tcpdump 13:39 < quinq> s/of/on/ 13:39 < quinq> (besides some unrelated icmp6 RS) 13:40 -!- broesel [~broesel@gateway/tor-sasl/broesel] has left #openbsd [] 13:42 -!- vysn [~vysn@user/vysn] has joined #openbsd 13:43 -!- dutch [~DutchIngr@user/dutch] has quit [Quit: WeeChat 3.8] 13:48 -!- tozhu [~tozhu@218.89.253.95] has joined #openbsd 13:48 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 3.8] 13:52 -!- vysn [~vysn@user/vysn] has joined #openbsd 13:53 -!- terminalpusher [~terminalp@2a01:586:8a84:1:c7bb:865c:7d4e:5f2c] has joined #openbsd 13:54 -!- vysn [~vysn@user/vysn] has quit [Client Quit] 13:54 -!- epony [~epony@user/epony] has joined #openbsd 14:03 -!- CrashOverride [~strcat@p548553d3.dip0.t-ipconnect.de] has joined #openbsd 14:20 -!- Leopold_ [~quassel@gateway/tor-sasl/leopold] has quit [Remote host closed the connection] 14:23 -!- sponji [regg@2607:fb90:806a:b892:a64e:6949:ae2c:62b1] has joined #openbsd 14:23 -!- henrik1 [henrik@eva.affekt.org] has quit [Quit: WeeChat 3.6] 14:25 -!- Leopold [~quassel@23.137.249.65] has joined #openbsd 14:28 -!- user71 [~user71@2001:1530:1008:74b6:1e6f:65ff:fe88:557f] has joined #openbsd 14:28 -!- sponji [regg@2607:fb90:806a:b892:a64e:6949:ae2c:62b1] has quit [Ping timeout: 252 seconds] 14:29 -!- henrik [henrik@eva.affekt.org] has joined #openbsd 14:32 -!- vysn [~vysn@user/vysn] has joined #openbsd 14:34 -!- monkeybusiness [~monkeybus@user/monkeybusiness] has joined #openbsd 14:38 -!- terminalpusher [~terminalp@2a01:586:8a84:1:c7bb:865c:7d4e:5f2c] has quit [Remote host closed the connection] 14:47 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has joined #openbsd 15:06 -!- vicoraru [~viniciorl@187.131.242.23] has quit [Ping timeout: 248 seconds] 15:11 -!- brock [~brock@209.122.210.88] has quit [Ping timeout: 246 seconds] 15:12 -!- epony [~epony@user/epony] has quit [Remote host closed the connection] 15:12 -!- morte_ [~user@user/monkey/x-0691028] has joined #openbsd 15:12 -!- viniciorl [~viniciorl@189.232.7.159] has joined #openbsd 15:13 -!- brock [~brock@185.195.59.127] has joined #openbsd 15:16 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Quit: leaving] 15:16 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 15:19 -!- epony [~epony@user/epony] has joined #openbsd 15:21 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 15:21 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 15:30 -!- Workbench [~quassel@S0106f0f249e003f3.wp.shawcable.net] has quit [Ping timeout: 255 seconds] 15:36 -!- Workbench [~quassel@S0106f0f249e003f3.wp.shawcable.net] has joined #openbsd 15:40 -!- brock [~brock@185.195.59.127] has quit [Ping timeout: 255 seconds] 15:40 -!- feriman [~feriman@188.163.114.49] has quit [Quit: leaving] 15:41 -!- _leo___ [~emmanuelu@user/emmanuelux] has joined #openbsd 15:41 -!- epony [~epony@user/epony] has quit [Remote host closed the connection] 15:42 -!- brock [~brock@209.122.210.88] has joined #openbsd 15:43 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 15:44 -!- emmanuelux_ [~emmanuelu@user/emmanuelux] has quit [Ping timeout: 276 seconds] 15:51 -!- feriman [~feriman@188.163.114.49] has quit [Quit: leaving] 15:51 -!- feriman [~feriman@188.163.114.49] has joined #openbsd 15:52 -!- an3223 [~user@user/an3223] has joined #openbsd 16:06 < morena> how to get attachment from mail? 16:07 < thrig> there are reasons folks keep mentioning things like mutt 16:08 < morena> ajaj, ye, I did not think about attachments ;/ 16:11 < morena> it can't deal with it? 16:11 < morena> that's pretty weird 16:12 < thrig> "A mail command appeared in Version 1 AT&T UNIX." MIME came along a year or two later. So not weird at all. 16:13 < morena> it does not matter when it appeared, but that it still appears 16:13 < morena> that time attachments were not a thing in mails? 16:17 < morena> I did something with base64 16:18 < morena> but not sure if that would reliable, like save that base64 text, then decode it and even somehow manage what .suffix it have 16:18 < morena> worked with zip xml 16:30 < morena> but without X it would be hard to deal with all kind of images and so anyway 16:38 < morena> in meantime please don't send me attachments, thank you ;/ 16:49 -!- vysn [~vysn@user/vysn] has quit [Ping timeout: 260 seconds] 16:51 -!- Sauvin [~sauvin@user/Sauvin] has quit [Read error: Connection reset by peer] 16:52 -!- Sauvin [~sauvin@user/Sauvin] has joined #openbsd 17:06 -!- morte [~user@user/monkey/x-0691028] has joined #openbsd 17:16 < op2> morena: i don't use mail(1) often, but maybe you can hack something with mblaze' mshow(1) 17:17 -!- morte [~user@user/monkey/x-0691028] has quit [Ping timeout: 240 seconds] 17:17 < op2> something like this (where N is the attachment part number) | mshow -x- N 17:45 -!- miojo [~mns@177.173.228.73] has joined #openbsd 17:50 -!- Vizva [~vizva@gateway/tor-sasl/vizva] has quit [Remote host closed the connection] 17:53 -!- k0ga [k0ga@sdfeu.org] has joined #openbsd 17:55 -!- SOLARIS_s [~SOLARIS_s@99.235.11.104] has quit [Remote host closed the connection] 17:55 -!- k0ga_ [~k0ga@simple-cc.org] has quit [Ping timeout: 240 seconds] 18:03 -!- k0ga_ [~k0ga@simple-cc.org] has joined #openbsd 18:09 -!- sponji [regg@2607:fb90:b7e4:c9d4:96ea:9213:eeea:39f0] has joined #openbsd 18:11 -!- miojo [~mns@177.173.228.73] has quit [Ping timeout: 248 seconds] 18:13 -!- miojo [~mns@177.173.229.171] has joined #openbsd 18:15 -!- geekthattweaks [uid433447@user/geekthattweaks] has joined #openbsd 18:15 -!- Alhazred [~Alhazred@user/Alhazred] has quit [Ping timeout: 260 seconds] 18:15 -!- sponji [regg@2607:fb90:b7e4:c9d4:96ea:9213:eeea:39f0] has quit [Ping timeout: 252 seconds] 18:17 -!- Alhazred [~Alhazred@user/Alhazred] has joined #openbsd 18:21 -!- vysn [~vysn@user/vysn] has joined #openbsd 18:23 -!- arakimo [~arakimo@user/arakimo] has quit [Quit: WeeChat 3.4] 18:24 -!- kikadf_ is now known as kikadf 18:25 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 18:26 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 18:26 -!- sponji [regg@2607:fb90:b7e4:c9d4:96ea:9213:eeea:39f0] has joined #openbsd 18:28 -!- arakimo [arakimo@user/arakimo] has joined #openbsd 18:28 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 3.8] 18:29 -!- vysn [~vysn@user/vysn] has joined #openbsd 18:30 -!- arakimo [arakimo@user/arakimo] has quit [Client Quit] 18:30 -!- arakimo [arakimo@user/arakimo] has joined #openbsd 18:31 -!- vysn [~vysn@user/vysn] has quit [Client Quit] 18:32 -!- sponji [regg@2607:fb90:b7e4:c9d4:96ea:9213:eeea:39f0] has quit [Ping timeout: 252 seconds] 18:33 -!- miojo [~mns@177.173.229.171] has quit [Ping timeout: 276 seconds] 18:33 -!- lavaball [felix@31.204.155.215] has quit [Remote host closed the connection] 18:34 -!- vysn [~vysn@user/vysn] has joined #openbsd 18:34 -!- arakimo [arakimo@user/arakimo] has quit [Client Quit] 18:35 -!- cinap_lenrek [~cinap_len@ns3076381.ip-147-135-136.eu] has joined #openbsd 18:35 < cinap_lenrek> hola 18:36 < cinap_lenrek> trying to get openbsd to route internet traffic for a specific ip into a tinc tap interface 18:36 < cinap_lenrek> two separate things 18:36 -!- lcubed [~lcubed@user/lcubed] has quit [Remote host closed the connection] 18:36 -!- arakimo [arakimo@user/arakimo] has joined #openbsd 18:37 < cinap_lenrek> 1) the isp wants us to respond to arp for the ips, so need a way to resolve to arp with the interfaces mac but WITHOUT actually "being" that ip (we want to just route traffic further into another interface) 18:37 < cinap_lenrek> 2) adding the route 18:37 -!- ty3r0x_ [~ty3r0x@user/ty3r0x] has joined #openbsd 18:37 < cinap_lenrek> so route was added like rout add -host .... gate 18:37 -!- arakimo [arakimo@user/arakimo] has quit [Client Quit] 18:38 -!- ty3r0x [~ty3r0x@user/ty3r0x] has quit [Ping timeout: 252 seconds] 18:38 < cinap_lenrek> but then, when trying to add the arp entry like arp -s pub permanent 18:38 < cinap_lenrek> we get 18:38 < cinap_lenrek> "set: proxy entry exists for non 802 device" 18:38 < cinap_lenrek> seems to work when the route is absent tho 18:38 < cinap_lenrek> so no idea what the rules are here 18:38 < cinap_lenrek> or what approach to take 18:39 < cinap_lenrek> in the end, all we need is for the router to respond to arp, get the traffic, and just route it somewhere else 18:39 -!- arakimo [arakimo@user/arakimo] has joined #openbsd 18:40 -!- stellacy [~stellacy@gateway/tor-sasl/stellacy] has quit [Remote host closed the connection] 18:40 -!- stellacy [~stellacy@gateway/tor-sasl/stellacy] has joined #openbsd 18:41 -!- ssm_ [~ssm_@69-218-221-16.lightspeed.rlghnc.sbcglobal.net] has joined #openbsd 18:42 < quinq> yep 18:42 -!- lcubed [~lcubed@user/lcubed] has joined #openbsd 18:43 -!- mikess [~sam@user/mikess] has quit [Ping timeout: 252 seconds] 18:44 -!- dev1ls [~dev1ls@user/Dev1ls] has quit [Ping timeout: 268 seconds] 18:52 -!- lcubed [~lcubed@user/lcubed] has quit [Remote host closed the connection] 18:58 -!- fifihyperbola [~fifi@83.137.6.245] has joined #openbsd 19:03 -!- user71 [~user71@2001:1530:1008:74b6:1e6f:65ff:fe88:557f] has quit [Quit: Leaving] 19:08 -!- lcubed [~lcubed@user/lcubed] has joined #openbsd 19:10 -!- bsdguydr [~bsdguydr@user/bsdguydr] has joined #openbsd 19:17 -!- Trigon [~reuben@144.39.114.115] has joined #openbsd 19:23 -!- mikess [~sam@user/mikess] has joined #openbsd 19:27 -!- fro [fro@humpty.dance] has quit [Remote host closed the connection] 19:33 -!- terminalpusher [~terminalp@2a01:586:8a84:1:c7bb:865c:7d4e:5f2c] has joined #openbsd 19:34 -!- trev [~trev@user/trev] has quit [Quit: trev] 19:34 -!- sponji [regg@2607:fb90:b7e4:c9d4:96ea:9213:eeea:39f0] has joined #openbsd 19:37 -!- cruncher [~cruncher@user/cruncher] has quit [Quit: Leaving] 19:40 < morena> op2: well if I have to install additional tool, then I can install mutt and deal with that nonsense ;/ 19:41 -!- sponji [regg@2607:fb90:b7e4:c9d4:96ea:9213:eeea:39f0] has quit [Ping timeout: 252 seconds] 19:42 -!- ivdsangen [~ivo@86.95.161.96] has quit [Quit: https://github.com/ivdsangen] 19:44 -!- fro [fro@humpty.dance] has joined #openbsd 19:46 -!- bsdguydr [~bsdguydr@user/bsdguydr] has quit [Ping timeout: 252 seconds] 19:50 < psionic> Did wireguard improved a lot in the last versions? if not I stay with obsd 7.0 19:52 < phy1729> 7.0 isn't supported, so you're missing security fixes 19:52 -!- sponji [regg@2607:fb90:b7e4:c9d4:96ea:9213:eeea:39f0] has joined #openbsd 19:55 -!- dutch [~DutchIngr@user/dutch] has joined #openbsd 19:55 < psionic> OpenBSD dont need any security fixes its secure forever 19:55 < psionic> Laughs Out Loud 19:56 < psionic> When will the next version come out? I might just wait till that 19:56 -!- xet7 [~xet7@user/xet7] has quit [Remote host closed the connection] 19:56 < psionic> years go by so fast damn we dont need a new one every year 19:56 < phy1729> Tomorrow, but you can't skip versions 20:00 -!- sponji [regg@2607:fb90:b7e4:c9d4:96ea:9213:eeea:39f0] has quit [Ping timeout: 252 seconds] 20:00 < psionic> you shitting me that it's coming out tomorrow ... whats that easter release 20:00 < psionic> only change I see is: Limited display of wireguard peers by ifconfig(8) to when either a wireguard interface is specified or the flag "-A" is used. 20:00 -!- morte_ [~user@user/monkey/x-0691028] has quit [Ping timeout: 276 seconds] 20:02 < phy1729> https://www.openbsd.org/errata72.html None of these are in 7.0 (Though also some may not be applicable to 7.0) 20:03 < ty3r0x_> does openbgpd support multiprotocol and extended next hop? 20:04 -!- lavaball [felix@31.204.155.215] has joined #openbsd 20:05 -!- dev1ls [~dev1ls@user/Dev1ls] has joined #openbsd 20:05 -!- arakimo [arakimo@user/arakimo] has quit [Quit: WeeChat 3.8] 20:06 -!- arakimo [arakimo@user/arakimo] has joined #openbsd 20:11 -!- terminalpusher [~terminalp@2a01:586:8a84:1:c7bb:865c:7d4e:5f2c] has quit [Remote host closed the connection] 20:17 -!- frkazoid333 [~frkazoid3@2603-9000-cf01-74e0-1450-8ae4-a966-f7c2.inf6.spectrum.com] has joined #openbsd 20:18 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 3.8] 20:20 -!- dev1ls [~dev1ls@user/Dev1ls] has quit [Quit: nyaa~] 20:20 < quinq> So there's that: https://www.mail-archive.com/tech@openbsd.org/msg59361.html 20:21 < quinq> tl;dr, set the ARP entry first, then add a route with a lower prio 20:21 -!- vysn [~vysn@user/vysn] has joined #openbsd 20:22 < quinq> While now the tools stopped yelling, the packets still don't get routed through the internal interface 20:24 -!- fr0hike [~fr0ghike@2601:193:8300:c910:77d4:126d:2ef2:50c] has joined #openbsd 20:25 -!- Trigon [~reuben@144.39.114.115] has quit [Ping timeout: 268 seconds] 20:33 -!- fifihyperbola [~fifi@83.137.6.245] has quit [Remote host closed the connection] 20:33 -!- morte [~user@user/monkey/x-0691028] has joined #openbsd 20:39 < quinq> If there's anybody interested, problem solved 20:40 < quinq> net.inet.ip.forwarding: 0 -> 1 20:40 < quinq> ^-- that freaking sysctl bites me always 20:40 < thrig> hopefully the bite doesn't look infected 20:42 < quinq> ^^ 20:51 -!- morte [~user@user/monkey/x-0691028] has quit [Ping timeout: 252 seconds] 20:52 -!- a1fa [~a1fa@user/a1fa] has joined #openbsd 20:52 -!- geekthattweaks [uid433447@user/geekthattweaks] has quit [Quit: Connection closed for inactivity] 20:59 -!- morena [morena@irc.morena.rip] has quit [Remote host closed the connection] 21:01 -!- edthix [~Thunderbi@2404:160:181:94b1:807e:468:eccc:3fda] has joined #openbsd 21:02 -!- morena [morena@irc.morena.rip] has joined #openbsd 21:03 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 21:06 -!- fr0hike [~fr0ghike@2601:193:8300:c910:77d4:126d:2ef2:50c] has quit [Quit: Leaving] 21:06 -!- fr0hike [~fr0ghike@2601:193:8300:c910:77d4:126d:2ef2:50c] has joined #openbsd 21:10 < jf> echo "net.inet.ip.forwarding=1" >> /etc/sysctl.conf 21:11 < jf> then you won't get bitten next time 21:11 -!- Lucas6023 [~Lucas6023@gateway/tor-sasl/lucas6023] has joined #openbsd 21:13 < quinq> jf, that's not portable accross machines ;) 21:13 < thrig> I guess forwarding=1 is common with wireguard and NAT and whatnot 21:20 -!- ficonni [~ficonni@46.235.96.214] has joined #openbsd 21:24 -!- fr0hike [~fr0ghike@2601:193:8300:c910:77d4:126d:2ef2:50c] has quit [Remote host closed the connection] 21:27 -!- fr0hike [~fr0ghike@2601:193:8300:c910:77d4:126d:2ef2:50c] has joined #openbsd 21:37 -!- edthix [~Thunderbi@2404:160:181:94b1:807e:468:eccc:3fda] has quit [Quit: edthix] 21:38 -!- ficonni [~ficonni@46.235.96.214] has quit [Remote host closed the connection] 21:41 -!- lavaball [felix@31.204.155.215] has quit [Quit: lavaball] 21:54 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 21:56 -!- cmtay^ [~cmtay@c-76-105-96-13.hsd1.ga.comcast.net] has joined #openbsd 21:58 -!- morte [~user@user/monkey/x-0691028] has joined #openbsd 22:03 -!- lumo_e [~enrico@2a01:e11:7:720:2190:fa8b:ae17:945f] has joined #openbsd 22:05 -!- terminalpusher [~terminalp@2a01:586:8a84:1:c7bb:865c:7d4e:5f2c] has joined #openbsd 22:13 -!- lumo_e [~enrico@2a01:e11:7:720:2190:fa8b:ae17:945f] has quit [Quit: Quit] 22:17 -!- fflam [~mdt@185.156.46.167] has quit [Ping timeout: 240 seconds] 22:18 -!- format_c [~format_c@home.koeppe.rocks] has joined #openbsd 22:19 -!- fflam [~mdt@pool-72-84-218-120.rcmdva.fios.verizon.net] has joined #openbsd 22:21 -!- NiceBird [~NiceBird@185.133.111.196] has quit [Ping timeout: 276 seconds] 22:29 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 22:31 -!- bradd [~quassel@user/bradd] has joined #openbsd 22:35 -!- feriman [~feriman@188.163.114.49] has quit [Ping timeout: 252 seconds] 22:36 -!- format_c [~format_c@home.koeppe.rocks] has quit [Quit: format_c] 22:38 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 22:49 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 22:50 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 3.8] 22:50 -!- slim [~slim@user/slim] has quit [Read error: Connection reset by peer] 22:56 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 22:56 -!- slim [~slim@user/slim] has joined #openbsd 22:57 -!- vysn [~vysn@user/vysn] has joined #openbsd 23:00 -!- miojo [~mns@177.173.232.200] has joined #openbsd 23:07 -!- SexWarrior [~DankFrank@2a01:4b00:940e:f600:c15a:7639:38a4:6b91] has joined #openbsd 23:09 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 23:19 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 255 seconds] 23:22 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 23:24 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Quit: format_c] 23:25 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 23:25 -!- willyg_cos [~willyg_co@user/willyg-cos/x-4994202] has joined #openbsd 23:36 -!- arpeas [~jamie@109-93-98-112.dynamic.isp.telekom.rs] has quit [Quit: Off to bed, bye!] 23:39 -!- nadavs [~nadav@176.230.32.65] has quit [Remote host closed the connection] 23:50 -!- fr0hike [~fr0ghike@2601:193:8300:c910:77d4:126d:2ef2:50c] has quit [Quit: Leaving] 23:53 -!- seninha [~seninha@user/seninha] has joined #openbsd 23:53 -!- SexWarrior [~DankFrank@2a01:4b00:940e:f600:c15a:7639:38a4:6b91] has quit [Quit: Leaving] 23:55 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 23:57 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 23:57 -!- epony [~epony@user/epony] has joined #openbsd --- Log closed Mon Apr 10 00:00:41 2023