--- Log opened Tue Apr 29 00:00:02 2025 00:00 -!- opv [~opv@pred.opviel.de] has quit [Read error: Connection reset by peer] 00:00 -!- opv_ [~opv@pred.opviel.de] has joined #openbsd 00:00 < mischief> it's btrfs with transparent compression. 00:01 < Bradipo> It might be, but if you ever have to scp the dump file somewhere, the target might not be, and you'll have to transfer all that uncompressed stuff over the wire. 00:01 < Bradipo> Though, I suppose you could use ssh -C 00:02 < Bradipo> You should profile which is faster, with or without gzip and/or -C. 00:02 -!- beastie [~luis@user/thebeastie] has quit [Read error: Connection reset by peer] 00:02 -!- beastie [~luis@user/thebeastie] has joined #openbsd 00:03 < mischief> eh, i can just compress it on the fly if it's ever sent somewhere else 00:04 -!- jfsimon [~jfsimon19@atoulouse-257-1-58-108.w90-5.abo.wanadoo.fr] has quit [Remote host closed the connection] 00:04 < mischief> that said, i wonder if it would make the dump complete any faster 00:04 -!- oraculo [~mirc-rc@179.152.250.79] has quit [Quit: )] 00:04 < mischief> even with -b64, dump says it only runs at ~33M/s 00:04 -!- nodelay [~zack@user/nodelay] has quit [Ping timeout: 260 seconds] 00:04 -!- oraculo [~mirc-rc@179.152.250.79] has joined #openbsd 00:05 < mischief> not even close to what the network or disks can handle. 00:05 -!- Lucanis [~lucanis@user/lucanis] has joined #openbsd 00:05 -!- psy32nd [psychhim@psychhim.inspirenet.org] has quit [Ping timeout: 272 seconds] 00:05 -!- oraculo [~mirc-rc@179.152.250.79] has quit [Client Quit] 00:05 -!- Lucanis [~lucanis@user/lucanis] has quit [Max SendQ exceeded] 00:06 < Bradipo> Yeah, I guess it depends on where your dumps are going. 00:06 -!- oraculo [~mirc-rc@179.152.250.79] has joined #openbsd 00:06 -!- jfsimon [~jfsimon19@atoulouse-257-1-58-108.w90-5.abo.wanadoo.fr] has joined #openbsd 00:07 < mischief> raid 1 on lvm on 2 hgst disks 00:07 < mischief> not particularly fast but definitely faster than what dump is currently reporting 00:07 < Bradipo> Right, but is it going over LAN or over slower link, that's what I mean. 00:07 < mischief> lan, 2.5gbit 00:09 < mischief> hm. dump -b64 -0auf - / | pv -o /dev/null says 125M/s which seems closer to what it should be, being a sata ssd 00:10 -!- izzyb [izzyb@izzyb.planetofnix.com] has quit [Read error: Connection reset by peer] 00:14 -!- antranigv [~antranigv@bsd.am] has quit [Ping timeout: 268 seconds] 00:15 -!- inky [~inky@37.252.77.193] has quit [Ping timeout: 248 seconds] 00:18 -!- izzyb [izzyb@2605:6400:10:69d:8d92:ab11:9a55:d7a9] has joined #openbsd 00:20 -!- psy32nd [psychhim@2605:6400:4079:6d57:7850:c92e:88fe:9a03] has joined #openbsd 00:23 -!- oraculo [~mirc-rc@179.152.250.79] has quit [Quit: )] 00:23 -!- adig [~adig@86.122.45.194] has quit [Remote host closed the connection] 00:25 -!- znedw [~znedw@2400:a846:4040::f61] has quit [Quit: The Lounge - https://thelounge.chat] 00:26 -!- znedw [~znedw@2400:a846:4040::f61] has joined #openbsd 00:30 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 00:31 -!- fflam [~mdt@2600:4040:1100:cc00::1c19] has joined #openbsd 00:31 -!- xx [~xx@user/xx] has quit [Ping timeout: 264 seconds] 00:37 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 00:37 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 00:49 -!- LohanG [~LohanG@user/lohang] has quit [Quit: brb] 00:49 -!- antranigv [~antranigv@bsd.am] has joined #openbsd 00:50 -!- LohanG [~LohanG@user/lohang] has joined #openbsd 00:50 < vortexx> ssm_: I've been wondering about whether you could to cu or ppp on demand... jcs's article mentioned using socat so he could dial BBSes or use ppp 00:53 < Bradipo> I remember way back in the day... 00:53 < vortexx> ssh freezing isn't good. Maybe try enabling telnetd (via inetd.conf) just in case? 00:53 < Bradipo> I used to be able to dialin and get a shell, but then I could initiate ppp on demand. 00:57 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 01:00 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 01:00 -!- jambove_ [~jambove@BC0639D3.dsl.pool.telekom.hu] has joined #openbsd 01:00 -!- adonis [~weechat@user/adonis] has joined #openbsd 01:02 -!- krl [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 01:03 < adonis> on ssh of my system I want to change PS1 to = '$ ' if the env variable TERM='dumb' is set.. I tried putting that logic in .profile but PS1='\h\$'. Any suggestions? 01:03 < adonis> my terminal when TERM='dumb' is sh. 01:03 < adonis> my shell sorry.. 01:04 -!- jambove [~jambove@BC0639D3.dsl.pool.telekom.hu] has quit [Ping timeout: 248 seconds] 01:05 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 276 seconds] 01:06 < vortexx> Bradipo: yes I think it should be possible with some wrangling 01:06 < adonis> does sh use .profile ? 01:09 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 01:10 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 01:16 -!- quinq [~user@user/quinq] has joined #openbsd 01:17 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 01:20 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 01:29 < jmcunx> adonis: If OpenBSD, try : ls -li /bin/sh /bin/ksh 01:30 < jmcunx> they are linked 01:31 < adonis> that didn't make it very obvious that they are linked but I see they are the same filesize 01:32 < quinq> Same inode means same file 01:33 < adonis> ok, yup they are link 01:33 < adonis> linked 01:35 < adonis> my situation is a bit weird.. I want my normal user to have its shell be fish shell, but if I ssh with TERM='dumb' I want it to change the shell to something else 01:37 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 01:39 < adonis> I do have it working but I wonder if there's a way to get the system to properly use the right shell directly, without first launching into fish shell and then in it's config running sh shell. 01:39 < quinq> Hummm, what's the actual issue? 01:39 < quinq> Doesn't fish shell know how to use terminfo? 01:40 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 01:40 < adonis> Let me rephrase. If my user has fish shell set, upon ssh'ing in is there a way to get the os to launch me into another shell if TERM='dumb' without it first launching through fish? 01:40 < quinq> You could have it exec-ing another shell depending on TERM value 01:41 < adonis> quinq: yea that’s what I have now.. in my fish config I determine if TERM='dumb' and exec sh through there. 01:42 < quinq> Not really 01:42 < quinq> You have to execute something, which is what you configured (fish shell here) 01:42 < adonis> Ok, yea i figured. The user's shell is the entry execution environment right? Makes sense. 01:42 < quinq> You could execute something else, which would be another shell, that would then switch, but that's what you're already doing 01:43 < adonis> yup.. is there a downside to doing that? 01:43 < adonis> not like theres alternatives lol, but just curious.. 01:43 < quinq> That you duplicate whatever fish is doing during its initialization 01:44 < quinq> But I wouldn't worry too much about it 01:44 < adonis> ok :). Thanks. Yea the whole reason for this is so I can get emacs TRAMP to work 01:46 < quinq> I hope that TERM=dumb is an example and not litteral dumb 01:46 < quinq> Unless that's actually your local terminal terminfo set 01:46 < adonis> no, its literal 01:47 < adonis> https://www.gnu.org/software/emacs/manual/html_node/tramp/Remote-shell-setup.html 01:47 < quinq> Well then you're breaking the interface contract between whatever application uses terminal feature and the terminal 01:47 < adonis> it can be changed though. but that’s the default 01:47 < adonis> search for 'tramp-terminal-type' 01:48 < quinq> oh my 01:48 < quinq> GNU strikes again 01:52 < quinq> Anyway, good night! :) 01:52 < adonis> yup! Thanks! 01:57 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 02:00 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 02:01 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Ping timeout: 272 seconds] 02:03 -!- tozhu [~tozhu@171.88.40.220] has joined #openbsd 02:07 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has joined #openbsd 02:10 -!- Exa [exa@irc.moe] has quit [Ping timeout: 252 seconds] 02:10 -!- tuftedocelot [~tuftedoce@2a03:6000:1019::57] has quit [Remote host closed the connection] 02:13 -!- tozhu [~tozhu@171.88.40.220] has quit [Quit: tozhu] 02:13 -!- Exa [exa@irc.moe] has joined #openbsd 02:14 -!- tozhu [~tozhu@171.88.40.220] has joined #openbsd 02:16 -!- adonis [~weechat@user/adonis] has quit [Quit: WeeChat 4.6.2] 02:18 -!- tozhu [~tozhu@171.88.40.220] has quit [Client Quit] 02:21 -!- tozhu [~tozhu@171.88.40.220] has joined #openbsd 02:24 -!- tozhu [~tozhu@171.88.40.220] has quit [Client Quit] 02:31 -!- tozhu [~tozhu@171.88.40.220] has joined #openbsd 02:34 -!- tozhu [~tozhu@171.88.40.220] has quit [Client Quit] 02:34 -!- tozhu [~tozhu@171.88.40.220] has joined #openbsd 02:37 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 02:38 -!- Yonle [~Yonle@user/yonle] has joined #openbsd 02:40 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 02:41 -!- tuftedocelot [~tuftedoce@2a03:6000:1019::57] has joined #openbsd 02:51 -!- cantelope [uid598105@id-598105.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 02:54 -!- zip100 [~zip100@193.32.248.195] has quit [Ping timeout: 272 seconds] 02:56 -!- tozhu [~tozhu@171.88.40.220] has quit [Quit: tozhu] 02:56 -!- _zip100 [~zip100@193.32.248.135] has joined #openbsd 02:57 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 02:59 -!- tozhu [~tozhu@171.88.40.220] has joined #openbsd 03:00 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 03:01 -!- anelli [~anelli@user/macarona] has quit [Ping timeout: 244 seconds] 03:14 -!- anelli [~anelli@user/macarona] has joined #openbsd 03:17 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 03:18 -!- tozhu [~tozhu@171.88.40.220] has quit [Quit: tozhu] 03:19 -!- magyar [~magyar@user/magyar] has quit [Quit: Riding the split] 03:20 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 03:22 -!- Aedil [~adrian@188.193.3.19] has joined #openbsd 03:25 -!- magyar [~magyar@user/magyar] has joined #openbsd 03:31 -!- tozhu [~tozhu@171.88.40.220] has joined #openbsd 03:31 -!- Bradipo [~Bradipo@50.77.44.29] has quit [Quit: Lost terminal] 03:32 -!- lolok [~lolok@user/lolok] has quit [Quit: lolok] 03:37 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 03:40 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 03:45 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 03:47 -!- eht [~eht@user/eht] has joined #openbsd 03:51 -!- zwr [~zwr@200-97-243-136.user3p.veloxzone.com.br] has quit [Read error: Connection reset by peer] 03:53 -!- dax [~dax@user/meow/dax] has quit [Quit: dax] 03:57 -!- zwr [~zwr@200-97-243-136.user3p.veloxzone.com.br] has joined #openbsd 03:57 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 04:00 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 04:02 -!- nodelay [~zack@user/nodelay] has joined #openbsd 04:02 -!- bitflip_ [~bitflip@136.33.6.97] has quit [Quit: ttfn] 04:02 -!- cantelope [uid598105@id-598105.hampstead.irccloud.com] has joined #openbsd 04:02 -!- bitflip_ [~bitflip@136.33.6.97] has joined #openbsd 04:03 -!- rnsanchez [~rnsanchez@2804:14d:2c92:5331:a703:df6a:97d1:30d4] has joined #openbsd 04:05 -!- zimmer [~zimmer@user/zimmer] has quit [Read error: Connection reset by peer] 04:06 -!- Hackerpcs [~user@user/hackerpcs] has quit [Quit: Hackerpcs] 04:15 -!- mtoy_ [~mtoy@p5828035-ipxg00y01osakachuo.osaka.ocn.ne.jp] has joined #openbsd 04:16 -!- mtoy [~mtoy@user/mtoy] has quit [Ping timeout: 276 seconds] 04:17 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 04:19 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 04:19 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 04:20 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 04:26 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 04:26 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 04:27 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 04:27 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 04:27 -!- roaccess [~roaccess@user/roaccess] has quit [Ping timeout: 260 seconds] 04:28 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 04:30 -!- jonf_ [~jonf@c-73-199-154-254.hsd1.nj.comcast.net] has quit [Remote host closed the connection] 04:30 -!- jonf [~jonf@c-73-199-154-254.hsd1.nj.comcast.net] has joined #openbsd 04:36 -!- sd0 [~nobody@user/sd0] has joined #openbsd 04:37 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 04:37 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 04:40 -!- lolok [~lolok@user/lolok] has joined #openbsd 04:41 -!- calmclam [~calmclam@user/calmclam] has left #openbsd [Leaving] 04:42 -!- palani [~fra@syn-071-094-246-043.res.spectrum.com] has joined #openbsd 04:57 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 04:57 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 04:57 -!- palani [~fra@syn-071-094-246-043.res.spectrum.com] has quit [Quit: Leaving] 05:06 -!- elnegro [elnegro@r186-50-156-231.dialup.adsl.anteldata.net.uy] has joined #openbsd 05:09 -!- horrad [~Thunderbi@2003:a:61f:c901:9907:f2af:6ea5:44bb] has joined #openbsd 05:11 -!- elnegro [elnegro@r186-50-156-231.dialup.adsl.anteldata.net.uy] has left #openbsd [] 05:12 -!- RayS [~raysl@sdf-1.vm.tornadovps.net] has quit [Quit: ZNC 1.9.1 - https://znc.in] 05:12 -!- ninex [ninex@user/ninex] has quit [Remote host closed the connection] 05:12 -!- vaelen [quasselcor@m68k.club] has quit [Quit: No Ping reply in 180 seconds.] 05:12 -!- ninex [ninex@user/ninex] has joined #openbsd 05:13 -!- RayS [~raysl@sdf-1.vm.tornadovps.net] has joined #openbsd 05:13 -!- vaelen [quasselcor@m68k.club] has joined #openbsd 05:14 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has joined #openbsd 05:17 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 05:20 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 05:28 -!- ixc [~x@user/ixc] has joined #openbsd 05:37 -!- eht [~eht@user/eht] has quit [Ping timeout: 276 seconds] 05:37 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 05:40 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 05:52 -!- nikolay_ [~nikolay@212-39-89-23.ip.btc-net.bg] has joined #openbsd 05:52 -!- hjckr [~nikolay@212-39-89-23.ip.btc-net.bg] has quit [Ping timeout: 252 seconds] 05:54 -!- nikolay_ is now known as hjckr 05:57 -!- tozhu [~tozhu@171.88.40.220] has quit [Quit: tozhu] 05:57 -!- ChubaDuba [~ChubaDuba@46.147.118.125] has joined #openbsd 06:10 -!- euphores [~SASL_euph@user/euphores] has quit [Quit: Leaving.] 06:11 -!- cantelope [uid598105@id-598105.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 06:15 -!- struchu [~struchu@staticline-31-183-151-196.toya.net.pl] has joined #openbsd 06:15 -!- dkjds [~dkjds@178.49.152.152] has joined #openbsd 06:16 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 06:16 < dkjds> i updated to 7.7 and now X doesn't work properly 06:17 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 06:18 < zelest> How so? 06:18 < ssm_> dkjds: what does /var/log/Xorg.0.log have to say for itself? 06:18 < ssm_> and /var/log/xenodm.log if it's relevant 06:20 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 06:20 < dkjds> how can I clear the system logs? 06:20 < zelest> remove them? 06:21 < zelest> and what do you mean by system logs? /var/log/messages is truncated automagically 06:21 < dkjds> it is a small black screen with the pointer, which I cannot activate by keyboatd 06:21 < zelest> ctrl+alt+backspace? 06:22 -!- shiranaihito_ [~shiranaih@156.59.50.245] has joined #openbsd 06:22 < dkjds> it flashes for a moment, then the same black screen 06:22 < dkjds> i need to restart xenodm to switch to the x screen 06:23 < zelest> try ctrl+alt+f1 and login to the console and see 06:26 < dkjds> there is nothing suspicious in xenodm.log 06:30 < dkjds> in xorg: "driver was compiled without kms and 3d support" - ??? 06:31 < dkjds> not using default mode "1024x768" (bad mode clock/interlace/doublescan) - ????! 06:31 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 06:32 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 06:32 < dkjds> no errors though 06:33 < zelest> have you ran fw_update and pkg_add -u after the upgrade? 06:33 < dkjds> and the screen is red for some reason 06:34 < dkjds> why would I? X is not a package 06:34 -!- MrGoblins [~MrGoblins@78-80-113-119.customers.tmcz.cz] has quit [Read error: Connection reset by peer] 06:36 < zelest> fair enough, just trying to rule out if you start anything else with X :) fw_update though? 06:36 < zelest> enabled aperture? 06:37 < dkjds> fw_update doesn't do anything 06:37 -!- schna54 [~schna@kugelwolke.andreschneider.io] has quit [Quit: quit] 06:37 < zelest> add machdep.allowaperture=1 to /etc/sysctl.conf and restart 06:37 < zelest> if that fails, try 2 06:38 < dkjds> aperture is set to 2 06:38 < zelest> hmms, than I'm out of ideas :/ 06:38 -!- schna54 [~schna@kugelwolke.andreschneider.io] has joined #openbsd 06:38 < zelest> did it work fine before the upgrade? 06:38 < dkjds> of course 06:47 -!- fengshaun [~fengshaun@d75-159-40-9.abhsia.telus.net] has quit [Quit: Ciao!] 06:47 -!- pirateoverboard_ [~pirateove@user/pirateoverboard] has quit [Quit: ZNC 1.9.1 - https://znc.in] 06:48 -!- pirateoverboard [~pirateove@user/pirateoverboard] has joined #openbsd 06:49 -!- fengshaun [~fengshaun@d75-159-40-9.abhsia.telus.net] has joined #openbsd 06:57 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 07:00 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 07:02 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 07:13 -!- SuperSpaceMAN [~SuperSpac@144.6.83.29] has joined #openbsd 07:17 -!- inky [~inky@37.252.77.193] has joined #openbsd 07:17 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 07:17 -!- varighet [~varighet@94-224-80-37.access.telenet.be] has quit [Ping timeout: 268 seconds] 07:19 -!- phoebos [~phoebos@kisslinux/phoebos] has quit [Quit: connection reset by purr] 07:19 -!- phoebos [~phoebos@kisslinux/phoebos] has joined #openbsd 07:20 -!- phoebos [~phoebos@kisslinux/phoebos] has quit [Client Quit] 07:20 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 07:22 < Posterdati> hi 07:22 < Posterdati> please help 07:22 < Posterdati> dependency lang/python/3,-main:python->=3.11,<3.12:python-3.11.10p0 in lldb-17.0.6p3 does not match any installed package 07:22 -!- Hoffmann [~hoffman@179.104.42.184] has joined #openbsd 07:22 -!- Hoffmann [~hoffman@179.104.42.184] has quit [Changing host] 07:22 -!- Hoffmann [~hoffman@user/Hoffm4n] has joined #openbsd 07:22 < Posterdati> any hints? 07:22 -!- shiranaihito_ [~shiranaih@156.59.50.245] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 07:22 -!- Hoffman [~hoffman@user/Hoffm4n] has quit [Ping timeout: 252 seconds] 07:25 -!- jxl [~jxl@user/jxl] has joined #openbsd 07:25 -!- phoebos [~phoebos@kisslinux/phoebos] has joined #openbsd 07:26 < jxl> good morning, eutz! does anyone know if Tomaš Rodr does both the release art and the product setup on the store (iirc, that's on teespring) 07:26 < jxl> or is the store thing done by someone else? 07:28 < prahou> jxl: no, I only drew the poster 07:28 < prahou> afaik the store is managed by job 07:31 < jxl> prahou: first off, thanks for the art! the missus always appreciates it :) 07:32 < jxl> this time she wanted socks with that bit, and as its "pixely", it seems to be doable. i just wanted to find out if that's an option that's available to do in general, along side the shirts and hoodies, or if that's not offered as a print/production option 07:33 -!- Poltawer [~xt003@user/Poltawer] has joined #openbsd 07:34 < prahou> jxl: sadly I do not have an answer for you 07:34 < jxl> that is fine. i'll email. do you have an email? i'm cautious about jumping to the conclusion that it's job@openbsd.org :) 07:34 < prahou> that's the one :) 07:35 -!- xpingpong [~quassel@lfbn-bor-1-967-14.w90-120.abo.wanadoo.fr] has joined #openbsd 07:35 < jxl> boy, i bet he gets job application emails from time to time 07:37 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 07:40 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 07:43 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Read error: Connection reset by peer] 07:45 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 07:45 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 07:48 -!- zip100- [~zip100@193.32.248.149] has joined #openbsd 07:48 -!- _zip100 [~zip100@193.32.248.135] has quit [Ping timeout: 265 seconds] 07:48 -!- shiranaihito_ [~shiranaih@156.59.50.245] has joined #openbsd 07:53 -!- sonya [~nologin@gateway/tor-sasl/sonya] has joined #openbsd 07:55 -!- xx [~xx@user/xx] has joined #openbsd 07:57 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 07:57 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 07:59 -!- jhuhn [~jhuhn@user/jhuhn] has joined #openbsd 08:00 -!- xx [~xx@user/xx] has quit [Remote host closed the connection] 08:00 -!- xx [~xx@user/xx] has joined #openbsd 08:03 < jhuhn> I'm trying to export a default route using bgpd, but I can't see anything being exported when I check with the command 'bgpctl sh ip bgp neigh xxx out'. Do you have any idea what might be causing this issue? I've already set 'export default' in my bgpd.conf file. 08:04 < jhuhn> I know ospfd only redistributes a default route if one exists in the fib. But shouldn't bgpd always announce the default route when configured to do so? 08:07 -!- antranigv_ [~antranigv@bsd.am] has joined #openbsd 08:09 -!- antranigv [~antranigv@bsd.am] has quit [Ping timeout: 265 seconds] 08:09 -!- ChubaDuba [~ChubaDuba@46.147.118.125] has quit [Quit: WeeChat 4.6.0] 08:13 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 08:15 -!- feriman [~feriman@user/feriman] has quit [Quit: leaving] 08:16 -!- antranigv_ is now known as antranigv 08:17 -!- ikichigai [~ikichigai@5.43.228.119] has quit [Changing host] 08:17 -!- ikichigai [~ikichigai@user/ikichigai] has joined #openbsd 08:17 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 08:17 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 08:21 -!- SuperSpaceMAN [~SuperSpac@144.6.83.29] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 08:22 -!- Aedil [~adrian@188.193.3.19] has quit [Quit: leaving] 08:26 -!- Saint_Tuesday [~tuesday@peridot.discordian.de] has quit [Remote host closed the connection] 08:26 -!- Saint_Tuesday [~tuesday@peridot.discordian.de] has joined #openbsd 08:30 -!- normanLLy [~norman@41.252.35.204.ADSL.ZS1.dynamic.ltt.ly] has joined #openbsd 08:30 -!- MrHAPPY [~pxq@user/MrHAPPY] has quit [Ping timeout: 265 seconds] 08:32 -!- xpingpong [~quassel@lfbn-bor-1-967-14.w90-120.abo.wanadoo.fr] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 08:32 -!- horsegoosemeth [~horsegoos@user/horsegoosemeth] has quit [Read error: Connection reset by peer] 08:32 < dkjds> i updated to 7.7 and now X doesn't work properly 08:35 -!- MrGoblins [~MrGoblins@78-80-113-119.customers.tmcz.cz] has joined #openbsd 08:35 -!- zimmer__ [~zimmer@user/zimmer] has joined #openbsd 08:37 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 08:38 < jhuhn> It looks like bgpd doesn't announces default routes on ebgp, is this correct? 08:38 < jhuhn> At least not using 'export default' 08:39 < Posterdati> what is this? -> https://pastebin.com/XpAMTxQp 08:39 -!- adip [~adip@c145-14.icpnet.pl] has joined #openbsd 08:40 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 08:57 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 09:00 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 09:05 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 09:10 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 09:17 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 09:18 -!- leo_ [~leo@arioch.leonhardt.eu] has quit [Read error: Connection reset by peer] 09:20 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 09:25 -!- MrGoblins [~MrGoblins@78-80-113-119.customers.tmcz.cz] has quit [Ping timeout: 244 seconds] 09:27 -!- leo_ [~leo@arioch.leonhardt.eu] has joined #openbsd 09:29 < Lucas_> kodcode: follow Stuart Henderson advise 09:30 -!- zip100- [~zip100@193.32.248.149] has quit [Ping timeout: 276 seconds] 09:30 -!- zip100 [~zip100@185.213.155.224] has joined #openbsd 09:37 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 09:38 -!- leo_ [~leo@arioch.leonhardt.eu] has quit [Ping timeout: 252 seconds] 09:40 -!- amadaluzia [~amadaluzi@user/amadaluzia] has joined #openbsd 09:40 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 09:51 < jxl> Posterdati: im still running a pre-release snapshot, and on that pkg_check goes "lldb-13.0.0p7 has too many dependencies: python-3.12.9" 09:52 < jxl> not sure what "too many" is meant to imply here (is it optional?), but imho a dependency is a dependency and that's kind of that, regardless of how many there are. i'll go skim the ports logs. 09:57 < jxl> Posterdati: you probably want to update llvm/lldb, as 17 was rm'd from the ports tree by tb@ in late February 09:57 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 10:00 < dkjds> can I revert a single set? 10:00 -!- leo_ [~leo@arioch.leonhardt.eu] has joined #openbsd 10:01 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 10:03 -!- obcecado [pcaetano@user/obcecado] has quit [Quit: leaving] 10:03 -!- obcecado [pcaetano@user/obcecado] has joined #openbsd 10:03 -!- sonne_ [~vmlinuz@user/sonne] has joined #openbsd 10:05 -!- leo_ [~leo@arioch.leonhardt.eu] has quit [Read error: Connection reset by peer] 10:05 -!- sonne [~vmlinuz@user/sonne] has quit [Ping timeout: 276 seconds] 10:07 -!- leo_ [~leo@arioch.leonhardt.eu] has joined #openbsd 10:10 -!- zero-xray2 [~nonlinear@user/nonlinear] has joined #openbsd 10:11 < IcePic> dkjds: probably not, why? 10:12 < dkjds> because the upgrade broke things 10:13 -!- zero-xray [~nonlinear@user/nonlinear] has quit [Ping timeout: 252 seconds] 10:13 -!- zero-xray2 is now known as zero-xray 10:14 < zelest> the only way forward is forward! bump to -current! :D 10:14 < zelest> and if it's broken, debug it further, fix it, submit patches! ;) 10:14 < IcePic> yeah, failing forward is probably easier 10:16 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Remote host closed the connection] 10:17 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 10:18 -!- leo_ [~leo@arioch.leonhardt.eu] has quit [Ping timeout: 244 seconds] 10:19 -!- nodelay [~zack@user/nodelay] has quit [Quit: WeeChat 4.6.2] 10:20 -!- leo_ [~leo@arioch.leonhardt.eu] has joined #openbsd 10:20 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 10:26 -!- nodelay [~zack@user/nodelay] has joined #openbsd 10:27 -!- normanLLy [~norman@41.252.35.204.ADSL.ZS1.dynamic.ltt.ly] has quit [Ping timeout: 244 seconds] 10:27 -!- tuplario [~tuplario@user/tuplario] has quit [Ping timeout: 260 seconds] 10:29 -!- tuplario [~tuplario@user/tuplario] has joined #openbsd 10:29 -!- leo_ [~leo@arioch.leonhardt.eu] has quit [Read error: Connection reset by peer] 10:29 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 10:30 -!- pebble [~pebble@145-255-192-100.ecomservice.bg] has joined #openbsd 10:33 -!- leo_ [~leo@arioch.leonhardt.eu] has joined #openbsd 10:37 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 10:41 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 10:46 < dkjds> I don't have "current" folder on my mirror 10:47 < sibiria> you're free to use any mirror you want 10:48 < dkjds> none of mirrors I check seem to contain it 10:51 < sibiria> the directory is called "snapshots" 10:52 -!- seninha [~seninha@user/seninha] has joined #openbsd 10:57 -!- ChubaDuba [~ChubaDuba@46.147.118.125] has joined #openbsd 10:59 -!- MrGoblins [~MrGoblins@78-80-113-119.customers.tmcz.cz] has joined #openbsd 11:00 -!- deepesttoaster [~deepestto@user/deepesttoaster] has quit [Remote host closed the connection] 11:00 < kodcode> Lucas_: who is Stuart here? (I sent an email to @ports too) 11:03 -!- xet7 [~xet7@user/xet7] has quit [Remote host closed the connection] 11:06 -!- xet7 [~xet7@user/xet7] has joined #openbsd 11:06 -!- deepesttoaster [~deepestto@user/deepesttoaster] has joined #openbsd 11:09 -!- nodelay [~zack@user/nodelay] has quit [Ping timeout: 276 seconds] 11:16 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 11:17 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 11:20 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 11:22 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 11:22 -!- cryptexx0 [~cryptexx0@37.19.205.154] has quit [Quit: Bye.] 11:23 -!- MrGoblins [~MrGoblins@78-80-113-119.customers.tmcz.cz] has quit [Ping timeout: 252 seconds] 11:23 < dkjds> what does red screen mean? 11:26 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 248 seconds] 11:27 -!- MrGoblins [~MrGoblins@78-80-113-119.customers.tmcz.cz] has joined #openbsd 11:28 -!- dkjds [~dkjds@178.49.152.152] has quit [Quit: Client closed] 11:28 < Lucas_> kodcode: there is no Stuart here (as in IRC). Stuart Henderson replied to your email. 11:30 < kodcode> Lucas_: Oh, thanks. I am not subscribed, so thanks for the update. 11:31 -!- MrGoblins [~MrGoblins@78-80-113-119.customers.tmcz.cz] has quit [Ping timeout: 248 seconds] 11:31 -!- anelli [~anelli@user/macarona] has quit [Ping timeout: 252 seconds] 11:32 < Lucas_> in those cases, it's good idea to clarify that in the email so people can Cc you. Some people do Cc the senders, some not. Some mailing lists have strict etiquettes against cc'ing the sender. OpenBSD's lists aren't one of thoses. 11:33 -!- jmcunx [jmccue@user/zjmc] has quit [Ping timeout: 252 seconds] 11:34 -!- MrGoblins [~MrGoblins@185.63.99.74] has joined #openbsd 11:35 -!- nodelay [~zack@user/nodelay] has joined #openbsd 11:36 -!- anelli [~anelli@user/macarona] has joined #openbsd 11:37 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 11:39 -!- euphores [~SASL_euph@user/euphores] has quit [Ping timeout: 248 seconds] 11:41 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 11:42 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 11:46 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 11:49 -!- normanLLy [~norman@41.252.35.204.ADSL.ZS1.dynamic.ltt.ly] has joined #openbsd 11:53 -!- cryptexx0 [~cryptexx0@37.19.205.154] has joined #openbsd 11:54 -!- anelli [~anelli@user/macarona] has quit [Ping timeout: 265 seconds] 11:54 -!- alx^ [~alx@195.15.28.34] has joined #openbsd 11:57 -!- anelli [~anelli@user/macarona] has joined #openbsd 11:57 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 12:01 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 12:01 -!- anelli [~anelli@user/macarona] has quit [Ping timeout: 252 seconds] 12:05 < Posterdati> jxl: how did you resolve it? 12:08 -!- anelli [~anelli@user/macarona] has joined #openbsd 12:14 -!- d-ra [~d-ra@user/d-ra] has joined #openbsd 12:18 -!- jhuhn [~jhuhn@user/jhuhn] has quit [Quit: leaving] 12:20 -!- noone [~six@user/six] has quit [Quit: nyaa~] 12:25 -!- normanLLy [~norman@41.252.35.204.ADSL.ZS1.dynamic.ltt.ly] has quit [Ping timeout: 276 seconds] 12:30 -!- ChubaDuba [~ChubaDuba@46.147.118.125] has quit [Quit: WeeChat 4.6.0] 12:36 -!- cobra_ [~cobra@user/Cobra] has quit [Quit: ZNC 1.8.2 - https://znc.in] 12:36 -!- feriman [~feriman@user/feriman] has joined #openbsd 12:37 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 12:40 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 12:41 -!- cobra [~cobra@user/Cobra] has joined #openbsd 12:41 < vortexx> ssm_: how often does ssh hang? 12:42 < jxl> Posterdati: I didn't. I said "no" (the default) and went to take a nap :)) 12:43 < Posterdati> nice choice 12:45 -!- normanLLy [~norman@41.252.35.204.ADSL.ZS1.dynamic.ltt.ly] has joined #openbsd 12:47 < vortexx> meh, bind stopped serving a zone, so I just cranked the zonefile serial and removed the zone.db.* stuff and it started working again 12:47 < sonya> Posterdati: that means in 7.7 no python-3.11 and all remains and deps should be deleted and (re)installed 12:47 < vortexx> sonya: why did you want a 3Gb / ? 12:48 < sonya> vortexx: ?? 12:48 < oldlaptop> that's not enough to fit a whole DVD as /dev/sda 12:50 < sonya> Posterdati: # pkg_check -Fnvv .. shows the list of 'unmaintained' files (which not belong to base system and ports/packages) 12:50 < vortexx> sonya: wasn't it you that decided the other day to repartition your machine with much larger partitions for / /usr and maybe /usr/local ? 12:50 < sonya> vortexx: yes.. 12:51 < sonya> oh.. i left with 3Gb / .. too lazy.. 12:51 < sonya> /dev/sd0a 2.9G 2.1G 673M 77% / 12:52 < sonya> but yes.. i need to increase / up to 5-10Gb.. 12:52 < vortexx> 3Gb is huge if you have all the usual ones 12:52 < vortexx> usual partitions that is 12:53 < zelest> It looks like a single one though 12:53 < zelest> seeing he uses 2.1G :D 12:53 < sonya> i have /var , /usr/local , /usr/src and /tmp as separate labels 12:53 < zelest> he/she 12:54 < sonya> but / contain all of the (rest of) base system, yes 12:54 < lts> Is "Verify that the /usr partition has a size of at least 1.1G" really enough still? Ref. https://www.openbsd.org/faq/upgrade77.html 12:55 < lts> I'm seeing more like 1.6GB being used, with all the standard partitions 12:55 < sonya> 1.9 here 12:56 < vortexx> lts: 2Gb is just about enough I find, probably 2.5-3Gb would be better as amd driver keeps growing 12:56 < vortexx> or /usr/share will have to be it's own partition 12:56 < sonya> 1002M /usr/share .. here's at 7.7 12:57 < phy1729> doas du -hscx /usr/ 1.6G /usr/ 12:57 < sibiria> my / has so far never taken up more than 200mb. any day now, amd. any day... 12:57 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 12:58 < vortexx> if you need to extract ports.tar.gz I found with 2Gb I needed to double the number of inodes 12:58 < phy1729> You'll probably need a bit over 1.6 for upgrades though 12:58 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 12:59 < sibiria> phy1729: you do, yeah. 1.6gb is right at the limit of the userland itself 13:00 -!- krl__ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 13:00 -!- krl [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 252 seconds] 13:01 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 13:01 < sonya> doas du -sh /usr/* ... https://clbin.com/L3BWS 13:01 < lts> Funny that the upgrade77.html says 1.1G if it's not really enough for.. anyone? 13:02 < sibiria> vanilla arm64/7.6 wants 1.6gb for /usr. amd64 something like 1.8 or 1.9 13:02 < sibiria> for a fresh install, before first call to syspatch 13:02 < sibiria> olde documentation is olde 13:03 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 260 seconds] 13:06 < vortexx> it's getting to the point where you might need to format /usr from bsd.rd before doing the upgrade 13:06 < vortexx> I guess lots of systems need repartitioning 13:07 < vortexx> or just delete /usr/share/relink/ 13:07 -!- normanLLy [~norman@41.252.35.204.ADSL.ZS1.dynamic.ltt.ly] has quit [Ping timeout: 260 seconds] 13:08 < sonya> well, that's why i left a couple of labels and now thinking: repartition or just mount another label as /usr and drink a cup of.. 13:09 < sonya> but as long as it works i'm not going to do anything :)) 13:11 < vortexx> I think some VMs had issues with /usr whilst upgrading but I was able to fix by removing /usr/share/relink and rerunning the upgrade 13:13 < vortexx> my main issue is too many systems have 350Mb for /usr/X11R6 and need to go to 512Mb at a minimum 13:13 < anexit> hi 13:15 -!- MrGoblins [~MrGoblins@185.63.99.74] has quit [Read error: Connection reset by peer] 13:15 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has joined #openbsd 13:17 < anthk_> . /usr/X11R6 it's almost 1GB sized in my machine 13:18 < rIMpossible> Hello. How can I reconstruct/check/recover the passwd database. my user is in both, /etc/passwd and /etc/master.passwd . I have no experience with that, but want to learn (instead of reinstalling the whole sys) 13:18 < rIMpossible> syspatch is not possible, due to same reasons, I guess 13:20 < jxl> rIMpossible: how do you mean recover or check? have you forgotten the password and can't log in? 13:23 < rIMpossible> jxl: No, one of my machines crashed twice and left the system in an obviously unknown state. pwd_mkdb(8) seems to have sth. to do with the pw database 13:24 < rIMpossible> If I would have forgotten the pw, I would login single-user and change it 13:24 * sonya compared the content of /usr/share/relink/kernel/GENERIC.MP/ with ./usr/share/relink/kernel.tgz from base77.tgz.. seems all is fine.. was a bit worried as content of relinking modules is not 'maintained' by 'pkglocate'.. 13:28 < sonya> rIMpossible: i'm really afraid to advise 'vipw' as it could easily ruin all things up.. 13:29 < vortexx> rIMpossible: vipw to check your user entries and use passwd to reissue user pass? (Or restore from backup :) ) 13:32 < jxl> rIMpossible: to keep things terse and not repeat, see `man 5 passwd` followed by `man 8 pwd_mkdb`. 13:33 < jxl> that will tell you about the relation between the password database files, and how they come about. 13:34 < rIMpossible> sonya: vortexx: jxl: thank you, I will read all about 13:34 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has quit [Ping timeout: 248 seconds] 13:35 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 13:37 -!- zip100 [~zip100@185.213.155.224] has quit [Ping timeout: 244 seconds] 13:37 < sonya> oh.. ans as we talked about labels and sizes, i remember that years ago check of # du -sh /dev - was a wondrous invention :)) 13:37 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 13:38 -!- zip100 [~zip100@193.32.248.193] has joined #openbsd 13:41 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 13:42 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 13:42 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 13:44 -!- mete- [~beelink@186.250.13.243] has quit [Ping timeout: 245 seconds] 13:46 -!- mete- [~beelink@186.250.13.253] has joined #openbsd 13:50 -!- Melon [~BlackMage@idlerpg/player/Melon] has quit [Quit: Sup] 13:51 -!- tercal_ [~tercal@user/tercal] has joined #openbsd 13:52 -!- tercal [~tercal@user/tercal] has quit [Ping timeout: 276 seconds] 13:52 -!- Melon [~BlackMage@idlerpg/player/Melon] has joined #openbsd 13:52 -!- varighet [~varighet@94-224-80-37.access.telenet.be] has joined #openbsd 13:54 -!- smoon23 [~smoon23@xdsl-85-197-41-34.nc.de] has left #openbsd [] 13:54 -!- Aedil [~adrian@ipbcc10313.dynamic.kabel-deutschland.de] has joined #openbsd 13:55 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 13:56 -!- struchu [~struchu@staticline-31-183-151-196.toya.net.pl] has quit [Quit: WeeChat 4.5.2] 13:57 -!- cantelope [uid598105@id-598105.hampstead.irccloud.com] has joined #openbsd 13:57 -!- pebble [~pebble@145-255-192-100.ecomservice.bg] has quit [Read error: Connection reset by peer] 13:59 -!- struchu [~struchu@staticline-31-183-151-196.toya.net.pl] has joined #openbsd 14:11 -!- sjg [~sjg@user/sjg] has joined #openbsd 14:13 < WhyNotHugo> I have a wireguard server and a client connecting to it. I want to connect a second client, and for the server to router traffic between the two. Is net.inet6.ip6.forwarding=1 enough for pakets to get routed? Or do I need some additional setup? 14:16 < IcePic> wg for those three needs to allow it, specifically the clients need to include the other client in the AllowedIPs setting 14:17 < IcePic> (wgaip for hostname.wgX) 14:17 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 14:20 -!- johnjaye [~pi@syn-035-146-235-019.res.spectrum.com] has joined #openbsd 14:21 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 14:21 -!- jmcunx [jmccue@user/zjmc] has joined #openbsd 14:23 < WhyNotHugo> Thanks! 14:29 -!- cantelope is now known as zeroviews 14:35 -!- user71 [~user71@2001:1530:1012:c81a:3d9:d5e0:b32a:ed1e] has joined #openbsd 14:36 -!- struchu [~struchu@staticline-31-183-151-196.toya.net.pl] has quit [Quit: WeeChat 4.5.2] 14:40 < vortexx> well well well... Dell are doing 14:41 < vortexx> XPS 13 laptops with the Snapdragon® X Elite X1E-80-100 cpu 14:43 < vortexx> unexpected, makes for an alternative to Macs 14:44 -!- zimmer__ [~zimmer@user/zimmer] has quit [Read error: Connection reset by peer] 14:45 -!- MrGoblins [~MrGoblins@185.63.99.74] has joined #openbsd 14:45 < johnjaye> is it common to have openbsd on self-build hardware, like if i want to replace my isp router? 14:45 < RobbieAB> vortexx: Does it have a nipple mouse and real buttons? Or is it just a horrible clicky touchpad 14:48 < vortexx> RobbieAB: it's Dell so no. You want Lenovo for that 14:48 < RobbieAB> vortexx: I will stick with my thinkpad so. :) 14:48 < vortexx> johnjaye: a lot of us do that 14:48 < RobbieAB> Though I know Dell and HP have done nipples in the past. 14:49 < johnjaye> vortexx: i've always wanted to do it but never had time 14:49 < RobbieAB> johnjaye: Depends on what you mean by self-build hardware. 14:49 < RobbieAB> I have openbsd on an Alix, which may or may not count as self-built, and on a very old AMD E350 system which was definitely self-assembled. 14:50 < vortexx> RobbieAB: I don't click I tap on my touchpad (XPS 13). Including for double or triple click 14:50 < vortexx> Though I know Dell and HP have done nipples in the past. <--- are we talking 25+ years ago? 14:51 < miah> RobbieAB: me too! (AMD E-350) powers my mpd / music nas 14:51 < avemestr> johnjaye: Any old PC could work as a router with OpenBSD installed - and at least two network interfaces. 14:51 < RobbieAB> I was thinking 15 years... 14:51 < RobbieAB> miah: Mine is actually serving as a switch/git server/VPN endpoint 14:51 < avemestr> johnjaye: Obviously, a new computer could do it as well. 14:51 < miah> my bios date is 2011 =) 14:52 < RobbieAB> I got it to serve as a media center, it never actually got run into that role. 14:52 < RobbieAB> For MPD, I would have to go with the Alix 14:52 < IcePic> johnjaye: I think it can be fairly common, like have a small (preferably silent) pc for router, then add an AP in bridge-mode for wifi and control it lots more easily by having PF on the router than whatever crap the vendor tries to have you run 14:53 -!- b50d [~b50d@62.96.54.30] has quit [Read error: Connection reset by peer] 14:53 < RobbieAB> Though I wonder if I can get a battery pack to run the Alix for a couple of hours, in which case, portable music player time... 14:53 -!- _0xdd [~miker@user/m1k3e221] has quit [Ping timeout: 245 seconds] 14:53 < IcePic> johnjaye: it depends a bit on how you get internet delivered. For triple-play things (cable-tv, phone and internet) it could get tricky to get it all working, but for internet only it should be doable 14:53 < miah> i have a equally weird nas for my media (plex) (it runs linux :(. AMD Turion II, its a HP Microserver 14:53 < miah> probably also from ~2011 14:53 < sonya> X Elite X1E-80-100 .. expensive stuff.. n305 is my current favorite cpu :)) 14:54 < RobbieAB> miah: I am really sad the display cable on my HP Mini 2133 has died, I wanted to turn it into an openbsd netbook. 14:54 < miah> love those old 'low power' systems. they're weird. not very powerful. but they have been really solid pieces of kit 14:54 < miah> awwww 14:54 -!- _0xdd [~miker@user/m1k3e221] has joined #openbsd 14:54 -!- Poltawer [~xt003@user/Poltawer] has quit [Quit: WeeChat 4.6.1] 14:55 < RobbieAB> Nicest keyboard in the size category ever, cool if weird touchpad, and really awesome speaker. All wrapped in a nice brush alu shell. 14:55 < RobbieAB> Pity the actual computer parts were a bit pants. 14:55 < miah> looks like a really cute lappy 14:55 < RobbieAB> It was. I am tempted to see if one of the cheap laptop repair places can replace the display cable which I think is the failed component. 14:56 < miah> you can probably order a new cable on ebay and repair it yourself 14:56 < miah> anyways.. almost 11. time for pottery. 14:56 < RobbieAB> I know how that project would turn out... 14:56 < miah> have a nice one folks 14:56 -!- varighet [~varighet@94-224-80-37.access.telenet.be] has quit [Read error: Connection reset by peer] 14:56 < johnjaye> IcePic: i believe i am internet only yes 14:57 < johnjaye> and by self build i mean like i saw a guide where someone was buying hardware and assembling it into a box and then basically used it to connect their ISP 14:57 < sibiria> which is a pretty standard thing to do, really 14:57 -!- varighet [~varighet@94-224-80-37.access.telenet.be] has joined #openbsd 14:58 < sibiria> but if you want something of your own *only* to route internet traffic for you, you can get away a lot easier and cheaper than a whole PC 14:58 < johnjaye> that's what i mean yes. 14:59 < RobbieAB> If you have never done a self-build project before, I would probably suggest starting with a low-end PC though. 14:59 < johnjaye> it was a small cheap setup. i.e. you could hold it in your hand 14:59 < sibiria> various integrated small-board computers along the lines of Raspberry Pi are pretty popular for this purpose 14:59 -!- horrad [~Thunderbi@2003:a:61f:c901:9907:f2af:6ea5:44bb] has quit [Ping timeout: 252 seconds] 14:59 < RobbieAB> Not sure they count as self-build personally. Buying a board and sticking it in a case... 14:59 < IcePic> sibiria will be glad to talk about Odroids for this 14:59 < IcePic> I rant about edgerouters 15:00 < RobbieAB> But agreed, they are probably a better option for a pure home router system. 15:00 < sibiria> the odroid is indeed one of many lords and saviors 15:00 -!- antranigv [~antranigv@bsd.am] has quit [Quit: ZNC 1.9.0 - https://znc.in] 15:01 -!- antranigv [~antranigv@bsd.am] has joined #openbsd 15:01 < sibiria> raspberry pi with a USB ethernet dongle... ghetto setup but it gets the job done 15:01 < vortexx> I tried to replace the keyboard in my XPS 13 9310 last night only to discover to my horror the kbd assembly is glued to the palmrest block. And of course Swiss version is no longer available in 2025... 15:02 < vortexx> (5 years on ) 15:02 < RobbieAB> It's a consumer notebook class... Not surprised. 15:04 < vortexx> sibiria: till the USB driver / stack has a moment 15:04 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 15:05 < vortexx> RobbieAB: XPS is top of the line 15:05 < vortexx> not consumer 15:05 -!- andinus [~andinus@user/andinus] has quit [Quit: WeeChat 4.4.2] 15:05 -!- varighet [~varighet@94-224-80-37.access.telenet.be] has quit [Ping timeout: 260 seconds] 15:05 < vortexx> but it is an ultrabook 15:06 -!- varighet [~varighet@94-224-80-37.access.telenet.be] has joined #openbsd 15:07 -!- jgh [~jgh@hellmouth.gulag.org.uk] has joined #openbsd 15:09 -!- gnucode [~gnucode@user/jab] has joined #openbsd 15:12 < johnjaye> RobbieAB: buying a board and sticking it in a case meets the threshold of "self-built" in my book 15:16 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.4.2] 15:18 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 15:18 -!- gnucode [~gnucode@user/jab] has quit [Ping timeout: 265 seconds] 15:20 < rIMpossible> vortexx: jxl: sonya: FEEDBACK. It seems, the two panics during system upgrade corrupted the pwd database(s). Solution: move /etc/master.passwd to /etc/somename and rebuild with pwd_mkdb -p /etc/somename (full path expected!) 15:20 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 15:21 < rIMpossible> Thank you for pointing me there, interesting experience with high blood level ;-) and a big time save 15:22 -!- Bradipo [~Bradipo@50.77.44.29] has joined #openbsd 15:23 < jxl> rIMpossible: awesome! I'm glad it all worked out for you. :) 15:25 < rIMpossible> jxl: man, I would hug you, if I could. 2 days saved 15:27 -!- andinus [~andinus@user/andinus] has joined #openbsd 15:29 -!- e54 [~e54@user/e54] has joined #openbsd 15:30 -!- e54 [~e54@user/e54] has quit [Client Quit] 15:31 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 15:34 -!- gnucode [~gnucode@user/jab] has joined #openbsd 15:34 -!- limaunion [~superuser@74.red-81-34-110.dynamicip.rima-tde.net] has joined #openbsd 15:38 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 15:40 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 15:41 < vortexx> yw rIMpossible 15:43 -!- gnucode [~gnucode@user/jab] has quit [Ping timeout: 244 seconds] 15:47 < rIMpossible> vortexx: vipw(8) did not help. Sorry, no hug for you and sonya this time :p 15:50 < rIMpossible> group file seems also to be corrupted. 15:54 -!- jgh [~jgh@hellmouth.gulag.org.uk] has quit [Remote host closed the connection] 15:54 -!- makr [~textual@2001:8f8:1a2d:a8e7:6019:ed9e:54d0:6e4a] has quit [Quit: Textual IRC Client: www.textualapp.com] 15:59 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 260 seconds] 15:59 < rIMpossible> ok, now fully functional 16:01 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 16:02 -!- tozhu [~tozhu@171.88.40.220] has joined #openbsd 16:03 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 16:04 -!- gnucode [~gnucode@user/jab] has joined #openbsd 16:04 -!- memset_ [~memset@gateway/tor-sasl/memset] has joined #openbsd 16:05 -!- pinnen [~pinnen@user/pinnen] has quit [Quit: leaving] 16:06 -!- tozhu [~tozhu@171.88.40.220] has quit [Ping timeout: 240 seconds] 16:08 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 264 seconds] 16:08 -!- CrashOverride [~strcat@p57b4b765.dip0.t-ipconnect.de] has joined #openbsd 16:10 -!- eht [~eht@user/eht] has joined #openbsd 16:15 -!- makr [~textual@2001:8f8:1a2d:a8e7:18e6:8a58:54b1:4854] has joined #openbsd 16:18 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 16:18 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 16:19 -!- zimmer__ [~zimmer@user/zimmer] has joined #openbsd 16:20 -!- edthix [~Thunderbi@115.132.140.246] has quit [Quit: edthix] 16:22 -!- oraculo [~mirc-rc@179.152.250.79] has joined #openbsd 16:22 -!- goldfishhh [~goldfish@50.205.203.254] has joined #openbsd 16:22 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 272 seconds] 16:28 < Bradipo> I know that OpenSSH supports CA certificates for user keys... 16:28 < Bradipo> Does it also do the same for host keys? 16:35 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Remote host closed the connection] 16:35 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 16:37 -!- gnucode [~gnucode@user/jab] has quit [Ping timeout: 252 seconds] 16:38 -!- gnucode [~gnucode@user/jab] has joined #openbsd 16:39 -!- zimmer__ [~zimmer@user/zimmer] has quit [Quit: Leaving] 16:40 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 16:41 -!- sonne [~vmlinuz@user/sonne] has joined #openbsd 16:42 -!- sonne_ [~vmlinuz@user/sonne] has quit [Ping timeout: 244 seconds] 16:42 -!- anthk_ [~anthk_@texto-plano.xyz] has quit [Quit: nyaa~] 16:52 -!- gnucode1 [~gnucode@75.149.95.201] has joined #openbsd 16:54 -!- gnucode [~gnucode@user/jab] has quit [Ping timeout: 252 seconds] 16:55 -!- fro [fro@humpty.dance] has quit [Remote host closed the connection] 16:57 < sonya> rIMpossible: congrats! 16:58 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 17:01 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 17:03 -!- o0x1eef [~user@user/o0x1eef] has quit [Ping timeout: 248 seconds] 17:10 -!- o0x1eef [~user@user/o0x1eef] has joined #openbsd 17:13 -!- d-ra [~d-ra@user/d-ra] has quit [Quit: Leaving] 17:13 -!- ublx [~ublx@user/ublx] has joined #openbsd 17:18 -!- xs [~xs@user/xs] has quit [Quit: Cheers!] 17:19 -!- xs [~xs@user/xs] has joined #openbsd 17:26 -!- xs [~xs@user/xs] has quit [Quit: Cheers!] 17:27 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 244 seconds] 17:28 -!- xs [~xs@user/xs] has joined #openbsd 17:29 -!- fro [fro@humpty.dance] has joined #openbsd 17:31 -!- xs [~xs@user/xs] has quit [Client Quit] 17:32 < sonya> Bradipo: https://serverfault.com/questions/242434/docs-for-openssh-ca-based-certificate-based-authentication 17:33 -!- xs [~xs@user/xs] has joined #openbsd 17:37 -!- xs [~xs@user/xs] has quit [Client Quit] 17:37 -!- Poltawer [~xt003@user/Poltawer] has joined #openbsd 17:39 -!- xs [~xs@user/xs] has joined #openbsd 17:40 < Lucas_> Bradipo: yes, it does. ssh-keygen(8) for details. 17:42 < Lucas_> pff, OpenSSH certs are around since 5.4? TIL 17:43 < Bradipo> Ahh, I was looking at the wrong man pages... I read through ssh_config and sshd_config, but didn't think to look at ssh-keygen. 17:48 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 17:52 -!- jxl [~jxl@user/jxl] has quit [Quit: Gone to reinvent the wheel. Back whenever.] 17:54 -!- macabro [~user@user/monkey/x-0691028] has quit [Ping timeout: 252 seconds] 17:57 -!- goldfishhh [~goldfish@50.205.203.254] has quit [Ping timeout: 240 seconds] 17:58 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 18:01 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 18:02 -!- tozhu [~tozhu@171.88.40.220] has joined #openbsd 18:02 -!- goldfish [~goldfish@50.205.203.254] has joined #openbsd 18:05 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 18:06 -!- tozhu [~tozhu@171.88.40.220] has quit [Ping timeout: 240 seconds] 18:18 -!- namaste [~namaste@user/xyk] has quit [Ping timeout: 265 seconds] 18:24 -!- normanLLy [~norman@41.252.15.77.ADSL.ZS1.dynamic.ltt.ly] has joined #openbsd 18:29 < sibiria> what's the correct procedure for populating /usr/share/relink/kernel/GENERIC after switching an install made on MP kernel over to SP? 18:30 < sibiria> is it just a matter of moving things over and removing the MULTIPROCESSOR macro? 18:30 -!- donofrio [~donofrio@68.60.130.115] has joined #openbsd 18:32 -!- fan [~fan@user/fanbass] has joined #openbsd 18:33 -!- namaste [~namaste@user/xyk] has joined #openbsd 18:34 < sonya> sibiria: just a guess: stop relink, reboot with bsd.sp as bsd (rename/move), delete GENERIC.MP , extract GENERIC from ./usr/share/relink/kernel.tgz ( base**.tgz ) , enable relink if needed, reboot - check.. 18:34 -!- dax [~dax@user/meow/dax] has joined #openbsd 18:35 < sibiria> oh right, the object files are provided from the base... d'oh 18:35 < sibiria> thanks for the reminder 18:36 < sonya> but what'll be with syspatch - i dunno, sorry 18:40 < sibiria> it probably checks the correct running kernel with sysctl, like the kernel reordering script 18:40 < sonya> o'k.. thanks.. 18:43 -!- bluejaypop3 [~jose@user/josefig] has joined #openbsd 18:44 -!- bluejaypop [~jose@user/josefig] has quit [Read error: Connection reset by peer] 18:44 -!- bluejaypop3 is now known as bluejaypop 18:48 -!- normanLLy [~norman@41.252.15.77.ADSL.ZS1.dynamic.ltt.ly] has quit [Ping timeout: 260 seconds] 18:49 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 252 seconds] 18:51 < Feigr> I wanted to compile ytree from the downloaded source, because I am changing some stuff in the code. In the Makefile there is a section that you uncomment specifically for OpenBSD, but make gives me the error: "ld: error: unable to find library -lcompat" 18:52 < Feigr> the line in the Makefile looks like this: "LDFLAGS = -lcurses -lcompat -ledit" 18:53 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 252 seconds] 18:55 -!- sjg [~sjg@user/sjg] has joined #openbsd 18:56 -!- MrGoblins [~MrGoblins@185.63.99.74] has quit [Remote host closed the connection] 18:56 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has joined #openbsd 18:56 < mischief> did you try linking without it 18:58 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 18:58 < johnjaye> what does this command tell you? pkg_info | grep '^lib' 18:58 < johnjaye> do you see edit and ncurses in it? 19:00 -!- tertullian [~sonne@ip-078-094-224-090.um19.pools.vodafone-ip.de] has quit [Ping timeout: 252 seconds] 19:01 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 19:02 -!- tertullian [~sonne@ip-078-094-224-090.um19.pools.vodafone-ip.de] has joined #openbsd 19:04 < Feigr> johnjaye: I do not no 19:05 < Feigr> mischief: I get another error then: "ld: error: undefined symbol: re_comp" 19:07 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has quit [Remote host closed the connection] 19:07 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has joined #openbsd 19:11 -!- m5zs7k [aquares@web10.mydevil.net] has quit [Ping timeout: 268 seconds] 19:13 < johnjaye> Feigr: ld --verbose | grep SEARCH should show the search dir for the linker 19:13 < johnjaye> so you'd have to check each one to see what you have 19:13 < johnjaye> and if you don't have compat but have curses then install the lib for compat from pkg 19:14 -!- m5zs7k [aquares@web10.mydevil.net] has joined #openbsd 19:14 -!- Old-Ben-Jabroni [~oldben@user/Old-Ben-Jabroni] has joined #openbsd 19:16 < sonya> Feigr: i think that libcompat (-lcompat) is absent in OpenBSD (not ported or other reasons could be).. so, try to delete -lcompat from LDFLAGS, make distclean, configure and gmake/make again .. and! as johnjaye said: add "--allow-shlib-undefined -v" instead of "-lcompat" to Makefile's LDFLAGS.. 19:18 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 19:19 < Feigr> johnjaye: that gives me: "ld: error: no input files" 19:19 < sonya> Feigr: in general, man ld - search 'undefined'.. there're some tricks, like --undefined=symbol if things are screwed up.. 19:20 < sonya> and yes, this is a really BAD advice, sorry.. 19:20 * sonya is gone fishing.. 19:21 < Feigr> sonya: make distclean gives: "make: don't know how to make distclean" 19:21 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 19:25 -!- eht [~eht@user/eht] has quit [Ping timeout: 276 seconds] 19:26 -!- ivdsangen [~ivo@83-84-59-127.cable.dynamic.v4.ziggo.nl] has quit [Quit: leaving] 19:28 < Lucas_> Feigr: use the flags that the port use, which do get ytree built 19:28 -!- euphores [~SASL_euph@user/euphores] has quit [Quit: Leaving.] 19:28 < Feigr> Lucas_: yeah, what's the simplest way to check that, that isn't downloading the ports tree :) 19:29 < Lucas_> https://github.com/openbsd/ports/blob/master/misc/ytree/Makefile 19:30 < Lucas_> also mind the patches 19:30 < Feigr> ah thanks 19:34 -!- jxl [~jxl@user/jxl] has joined #openbsd 19:35 -!- adig [~adig@86.122.45.194] has joined #openbsd 19:36 -!- namaste [~namaste@user/xyk] has quit [Read error: Connection reset by peer] 19:38 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 19:41 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 19:42 < johnjaye> does anybody know a good youtube channel about building custom hardware? 19:42 < johnjaye> even if it's just, take board and case and put openbsd on the result 19:42 -!- ewig [~user@user/ewig] has joined #openbsd 19:42 < johnjaye> (re my previous question about a router) 19:42 < thrig> for openbsd the trick is getting devices that work well with the os 19:43 -!- namaste [~namaste@user/xyk] has joined #openbsd 19:45 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 19:46 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has quit [Remote host closed the connection] 19:46 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has joined #openbsd 19:50 -!- Aedil [~adrian@ipbcc10313.dynamic.kabel-deutschland.de] has quit [Ping timeout: 272 seconds] 19:52 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has quit [Read error: Connection reset by peer] 19:52 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has joined #openbsd 19:52 < fan> it does not trick, it is Severe reality 19:53 -!- goldfish [~goldfish@50.205.203.254] has quit [Ping timeout: 240 seconds] 19:53 -!- xet7 [~xet7@user/xet7] has quit [Ping timeout: 248 seconds] 19:53 -!- absc [absc@2a04:ee41:8:6055::101] has joined #openbsd 19:53 -!- xet7 [~xet7@user/xet7] has joined #openbsd 19:58 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 20:00 -!- tozhu [~tozhu@171.88.40.220] has joined #openbsd 20:01 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 20:02 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has quit [Remote host closed the connection] 20:02 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has joined #openbsd 20:03 < mischief> libedit and curses are in base 20:03 < mischief> so.. no pkg 20:04 -!- normanLLy [~norman@41.252.15.77.ADSL.ZS1.dynamic.ltt.ly] has joined #openbsd 20:04 < sibiria> does the Makefile take /usr/local into account? not an uncommon oversight 20:04 < sibiria> ah, base, no need 20:04 -!- tozhu [~tozhu@171.88.40.220] has quit [Ping timeout: 240 seconds] 20:07 -!- amadaluzia [~amadaluzi@user/amadaluzia] has quit [Quit: Hi, this is Paul Allen. I'm being called away to London for a few days. Meredith, I'll call you when I get back. Hasta la vista, baby.] 20:08 < mischief> johnjaye: maybe you'd like an odroid-h4 20:08 -!- emmanuelux [~emmanuelu@user/emmanuelux] has joined #openbsd 20:22 -!- CrashOverride [~strcat@p57b4b765.dip0.t-ipconnect.de] has quit [Ping timeout: 248 seconds] 20:29 -!- goldfish [~goldfish@50.205.203.254] has joined #openbsd 20:32 < johnjaye> hmm. i may have that. 20:32 < johnjaye> it was some kind of odroid 20:34 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 20:35 -!- feriman [~feriman@user/feriman] has joined #openbsd 20:36 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has quit [Read error: Connection reset by peer] 20:36 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has joined #openbsd 20:36 -!- seninha [~seninha@user/seninha] has joined #openbsd 20:39 < mischief> my current openbsd gateway is an odroid-h2+ with net card 20:39 < johnjaye> mischief: what do you use it for? just as a gateway? 20:46 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has quit [Ping timeout: 245 seconds] 20:51 < mischief> firewall and gateway 20:51 -!- f6k [~f6k@2a01:e0a:211:2070:12dd:b1ff:feeb:bb92] has quit [Quit: Leaving] 20:53 -!- Poltawer [~xt003@user/Poltawer] has quit [Quit: WeeChat 4.6.1] 20:53 -!- f6k [~f6k@atl.huld.re] has joined #openbsd 20:53 < mischief> runs various things for my network. relayd frontend w/ tls, dhcp/v6 pd, smtp forwarder, caching dns, time server, tftp, etc 20:54 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.4.2] 20:55 < johnjaye> i don't even know what half those things do. 20:56 < johnjaye> sounds very impressive though 20:58 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 21:00 -!- shiranaihito_ [~shiranaih@156.59.50.245] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 21:00 -!- donofrio [~donofrio@68.60.130.115] has quit [Ping timeout: 252 seconds] 21:01 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 21:03 -!- gnucode1 [~gnucode@75.149.95.201] has quit [Ping timeout: 244 seconds] 21:03 -!- lcubed [~lcubed@user/lcubed] has quit [Remote host closed the connection] 21:08 -!- user71 [~user71@2001:1530:1012:c81a:3d9:d5e0:b32a:ed1e] has quit [Quit: Leaving] 21:08 -!- noone [~six@user/six] has joined #openbsd 21:08 -!- ewig [~user@user/ewig] has quit [Remote host closed the connection] 21:08 -!- normanLLy [~norman@41.252.15.77.ADSL.ZS1.dynamic.ltt.ly] has quit [Ping timeout: 252 seconds] 21:08 -!- rewtkid [~rewtkid@user/rewtkid] has quit [Remote host closed the connection] 21:09 -!- lcubed [~lcubed@user/lcubed] has joined #openbsd 21:11 -!- eht [~eht@user/eht] has joined #openbsd 21:12 -!- MrGoblins [~MrGoblins@185.63.99.74] has joined #openbsd 21:21 -!- kroovy [~kroovy@195.52.48.86] has joined #openbsd 21:29 -!- limaunion [~superuser@74.red-81-34-110.dynamicip.rima-tde.net] has quit [Ping timeout: 272 seconds] 21:30 -!- macabro [~user@user/monkey/x-0691028] has joined #openbsd 21:32 -!- memset_ [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 21:32 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 21:38 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 21:41 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 21:41 -!- rewtkid [~rewtkid@user/rewtkid] has joined #openbsd 21:43 -!- r3s0 [~oblomov@user/r3s0] has quit [Ping timeout: 265 seconds] 21:44 -!- rewtkid [~rewtkid@user/rewtkid] has quit [Remote host closed the connection] 21:48 < fan> tell me please 21:49 < fan> I created directory of user 21:49 < fan> mount /dev/.. /my directory 21:50 -!- absc [absc@2a04:ee41:8:6055::101] has quit [Quit: Got to go. irctk 1.1.0-beta] 21:51 < fan> my directory is root wheel 21:51 < fan> why? 21:52 < Bradipo> What filesystem is on /my ? 21:52 -!- PyR3X [~PyR3X@user/pyr3x] has quit [Ping timeout: 245 seconds] 21:54 < fan> Bradipo: ntfs 21:54 < sonya> fan: because you mounted as root and omitted mount options.. man mount - search uid/gid options.. 21:56 < fan> how to open a file for reading and recording? 21:56 -!- goldfish [~goldfish@50.205.203.254] has quit [Quit: Client closed] 21:56 -!- jupiter126 [~jupiter12@178.254.111.239] has quit [Remote host closed the connection] 21:57 -!- jupiter126 [~jupiter12@178.254.111.239] has joined #openbsd 21:57 < thrig> what does recording mean 21:57 -!- r3s0 [~oblomov@user/r3s0] has joined #openbsd 21:57 -!- rewtkid [~rewtkid@user/rewtkid] has joined #openbsd 21:57 < sonya> fan: for ntfs, it's ro, if not force ntfs3g to rw.. man 8 mount.ntfs-3g (and pkg_add ntfs_3g), but now a lot of folks not recommend to use ntfs with ntfs3g as rw.. 21:58 -!- o0x1eef [~user@user/o0x1eef] has quit [Ping timeout: 268 seconds] 21:58 -!- goldfish [~goldfish@50.205.203.254] has joined #openbsd 21:59 < fan> thrig: write 22:00 < fan> sonya: why? 22:00 -!- jupiter126 [~jupiter12@178.254.111.239] has quit [Remote host closed the connection] 22:00 -!- jupiter126 [~jupiter12@178.254.111.239] has joined #openbsd 22:02 < sonya> they say it's unstable and could corrupt somehow.. i don't know, because only use ntfs as ro (read-only) for dualboot and as rw with samba (i have some windows pc's here and there).. 22:02 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 22:02 -!- jxl [~jxl@user/jxl] has quit [Read error: Connection reset by peer] 22:03 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 22:03 -!- jxl [~jxl@user/jxl] has joined #openbsd 22:06 < sonya> fan: i mean i have no experience with current ntfs-3g.. some times ago i used it, fixed ntfs partition a couple of times after sudden power disconnect (had no ips), afair.. 22:09 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 22:10 < fan> sonya: I have hdd with FS NTFS. There many files. I should their edit 22:11 -!- Thorne [~thorne@user/Thorne] has quit [Quit: No Water.] 22:11 -!- jupiter126 [~jupiter12@178.254.111.239] has quit [Remote host closed the connection] 22:12 -!- Thorne [~thorne@user/Thorne] has joined #openbsd 22:12 -!- jupiter126 [~jupiter12@178.254.111.239] has joined #openbsd 22:12 -!- gnucode [~gnucode@user/jab] has joined #openbsd 22:12 < fan> ntfs-3g changes user user -> root wheel 22:13 -!- lord4163 [~lord4163@81-233-223-240-no169.tbcn.telia.com] has quit [Ping timeout: 248 seconds] 22:13 < fan> i do not open file for edit. only read 22:14 < sonya> fan: then pkg_add ntfs_3g , man 8 mount.ntfs-3g (please, read it) and good luck.. or use windows.. 22:14 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has quit [Ping timeout: 245 seconds] 22:16 -!- o0x1eef [~user@user/o0x1eef] has joined #openbsd 22:17 -!- goldfish [~goldfish@50.205.203.254] has quit [Ping timeout: 240 seconds] 22:18 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 22:21 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 22:21 -!- r3s0_ [~oblomov@user/r3s0] has joined #openbsd 22:21 -!- r3s0 [~oblomov@user/r3s0] has quit [Ping timeout: 252 seconds] 22:21 -!- r3s0_ is now known as r3s0 22:22 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has joined #openbsd 22:24 -!- r3s0 [~oblomov@user/r3s0] has quit [Remote host closed the connection] 22:25 -!- r3s0 [~oblomov@user/r3s0] has joined #openbsd 22:28 -!- frx [~frx@user/frx] has quit [Ping timeout: 260 seconds] 22:29 -!- lord4163 [~lord4163@2-248-108-203-no169.tbcn.telia.com] has joined #openbsd 22:33 -!- adip [~adip@c145-14.icpnet.pl] has quit [Ping timeout: 244 seconds] 22:34 -!- sonya [~nologin@gateway/tor-sasl/sonya] has quit [Ping timeout: 264 seconds] 22:35 -!- figment [~figment@user/figment] has quit [] 22:38 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 22:38 -!- willyg_fl [~willyg_co@user/willyg-cos/x-4994202] has joined #openbsd 22:41 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 22:41 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 22:41 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 22:42 -!- fan [~fan@user/fanbass] has quit [Quit: Konversation terminated!] 22:42 -!- rewtkid [~rewtkid@user/rewtkid] has quit [Remote host closed the connection] 22:49 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 22:51 -!- zimmer [~zimmer@user/zimmer] has quit [Remote host closed the connection] 22:52 -!- SirJitsu1 [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 22:53 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Ping timeout: 248 seconds] 22:55 -!- rewtkid [~rewtkid@user/rewtkid] has joined #openbsd 22:56 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 22:57 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 22:57 -!- down200 [~down200@shell.lug.mtu.edu] has quit [Ping timeout: 248 seconds] 22:58 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 22:59 -!- down200 [~down200@shell.lug.mtu.edu] has joined #openbsd 23:01 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 23:07 -!- MrGoblins [~MrGoblins@185.63.99.74] has quit [Remote host closed the connection] 23:07 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has joined #openbsd 23:07 -!- rewtkid [~rewtkid@user/rewtkid] has quit [Quit: rewtkid] 23:07 -!- rewtkid [~rewtkid@user/rewtkid] has joined #openbsd 23:09 -!- rewtkid2 [~rewtkid@user/rewtkid] has joined #openbsd 23:10 -!- rewtkid [~rewtkid@user/rewtkid] has quit [Remote host closed the connection] 23:18 -!- OwlWizard [~OwlWizard@dyndsl-091-248-189-024.ewe-ip-backbone.de] has joined #openbsd 23:18 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 23:19 -!- cobra [~cobra@user/Cobra] has quit [Quit: ZNC 1.8.2 - https://znc.in] 23:20 < OwlWizard> hi im having a rather weird networking issue and wanted to see wether someone here could help me. 23:20 < OwlWizard> i have just reinstalled openbsd7.7 on a machine that before ran 7.6 and now even after trying to set up the network card the same way as before it seems not to work. 23:20 < OwlWizard> i can ping websites like openbsd.org but as soon as i try to use something like curl or even pkg it never works with different reasons given by each program. 23:20 < OwlWizard> i hope this is enough info and if not im willing to provide more 23:21 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 23:22 < Bradipo> Sounds a lot like PMTU discovery problems. 23:22 < Bradipo> What are the reasons given? 23:23 -!- cobra [~cobra@user/Cobra] has joined #openbsd 23:23 < OwlWizard> curl tells me that it could not connect to the server. pkg says it cannot find a route 23:25 < OwlWizard> ive also tried a different network card which did not change anything 23:25 < Bradipo> Do you have a default gateway? 23:25 < OwlWizard> not that i know 23:25 < OwlWizard> oh 23:26 < OwlWizard> it is directly connected to the router though 23:26 < Bradipo> Can you pastebin the output of: route -n show 23:28 < thrig> ping -s 65467 openbsd.org 23:28 < OwlWizard> i just remembered something. when installing i skipped the networking steps (saying none or done) since the last time i had a few issues with it. 23:28 < OwlWizard> is there a way i can redo those? i do know how to pull up a and configure a network interface 23:29 < Bradipo> You can just learn how to configure the interface at this point. 23:29 < Bradipo> man hostname.if 23:30 < Bradipo> To "pull up and configure" you just type "vi /etc/hostname.if" where "if" is the name represented by the NIC. 23:30 < Bradipo> You can type: ifconfig 23:30 < Bradipo> To see a list of network interfaces (or look through dmesg output). 23:30 < OwlWizard> i know how the hostname files work on a basic level since i got it working before but maybe i am missing something 23:30 < Bradipo> Well, it's usually pretty simple. 23:31 < Bradipo> If you're using DHCP it's a simple word "dhcp" in the file. 23:31 < OwlWizard> currently it just contains a line "inet ipv4address" the address is obviously substituted by the address i want 23:31 < Bradipo> Well, that's fine. 23:31 < Bradipo> If ipv4address is the correct address then at least you have that. 23:32 < OwlWizard> it is 23:32 < Bradipo> Does "route -n show | grep default" have any output? 23:32 < OwlWizard> yes it does 23:32 < Bradipo> Ok, then can you ping the gateway? 23:33 < OwlWizard> wait 23:33 < OwlWizard> yup 23:34 < Bradipo> Can you ping something beyond it like 8.8.8.8 ? 23:34 < OwlWizard> also yes 23:34 < Bradipo> Can you ping cdn.openbsd.org ? 23:35 < OwlWizard> very much so 23:35 < Bradipo> Can you "ftp https://cdn.openbsd.org/pub/OpenBSD/7.6/amd64/INSTALL.amd64" ? 23:38 -!- sirphat0n [~sp@user/sirphat0n] has quit [Read error: Connection reset by peer] 23:38 -!- sirphat0n [~sp@user/sirphat0n] has joined #openbsd 23:39 -!- oraculo [~mirc-rc@179.152.250.79] has quit [Quit: )] 23:41 < OwlWizard> "ftp: connect: no route to host" 23:44 -!- cobra [~cobra@user/Cobra] has quit [Quit: ZNC 1.8.2 - https://znc.in] 23:44 < Bradipo> What about: telnet cdn.openbsd.org 443 23:44 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 23:44 -!- willyg_fl [~willyg_co@user/willyg-cos/x-4994202] has quit [Quit: willyg_fl] 23:45 -!- dax [~dax@user/meow/dax] has left #openbsd [] 23:45 < Bradipo> If that fails, what about: telnet anoncvs.spacehopper.org 22 23:45 < OwlWizard> also no route. it also tells me that it cant assign the requested address 23:46 < OwlWizard> also no luck with spacehopper 23:46 < Bradipo> What error? 23:46 -!- cobra [~cobra@user/Cobra] has joined #openbsd 23:46 < OwlWizard> same as with openbsd 23:46 < Bradipo> Sounds like you have a network problem beyond your router. 23:47 < Bradipo> Can you connect to your router's IP on any port? e.g. telnet 443 23:50 < OwlWizard> it denies the request 23:51 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has quit [Remote host closed the connection] 23:51 -!- MrGoblins [~MrGoblins@2a03:c23:c6d8:0:b5eb:c803:96c6:f182] has joined #openbsd 23:51 < mischief> i like mtr for this 23:52 < Bradipo> mtrace? 23:52 < mischief> no, mtr. 23:52 < Bradipo> mtr is not in the manual or the PATH. 23:53 < mischief> you have to install it, silly goose 23:53 < Bradipo> Haha. 23:53 < mischief> a bit difficult when your network is broken, though :-) 23:53 < OwlWizard> was just about to say 23:53 < OwlWizard> ngl i am tempted to try a reinstall tommorow 23:53 < Bradipo> OwlWizard: When you say "denies the request", what do you mean? 23:54 < Bradipo> I fail to see how a reinstall will fix anything if you've correctly configured the network. 23:54 < mischief> you could run a tcpdump and see what's going on 23:54 < OwlWizard> "telnet: connect to address 'my router address' permission denied" 23:55 < Bradipo> So yeah, maybe tcpdump would show something. 23:55 < mischief> or a big hammer might be to just lower your mtu 23:55 < OwlWizard> i just dont know wether i configured it correctly 23:55 < Bradipo> Is that an ICMP network prohibited error? 23:56 < mischief> show your hostname.if 23:56 < Bradipo> tcpdump will help here. 23:56 -!- eht [~eht@user/eht] has quit [Read error: Connection reset by peer] 23:56 < Bradipo> MTU only causes slowness, not "permission denied". 23:56 < Bradipo> MTU causes communication to hang, not to be rejected. 23:56 < Bradipo> Run tcpdump and see what ICMP is coming back when you try to telnet to something. 23:57 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 23:57 < OwlWizard> how do i tell you what tcp dump produces when i cant really get the data out of it 23:58 < mischief> tcpdump -s 1024 -n -tt -v -e -i icmp 23:59 < mischief> then run say ftp or curl. 23:59 < Bradipo> Try that ftp command above for example. --- Log closed Wed Apr 30 00:00:02 2025