--- Log opened Mon Sep 16 00:00:37 2024 --- Day changed Mon Sep 16 2024 00:00 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has joined #openbsd 00:21 -!- ook [~ook@user/ook] has quit [Quit: ook] 00:26 -!- steel_ [~steel@syn-076-091-065-078.res.spectrum.com] has joined #openbsd 00:29 -!- steel__ [~steel@syn-076-091-065-078.res.spectrum.com] has joined #openbsd 00:29 -!- slowdudetommy [~steel@syn-076-091-065-078.res.spectrum.com] has quit [Ping timeout: 248 seconds] 00:32 -!- steel_ [~steel@syn-076-091-065-078.res.spectrum.com] has quit [Ping timeout: 252 seconds] 00:36 -!- opie999 [~a58379@d-137-103-53-141.fl.cpe.atlanticbb.net] has quit [Remote host closed the connection] 00:37 -!- opie999 [~a58379@d-137-103-53-141.fl.cpe.atlanticbb.net] has joined #openbsd 00:38 -!- opie999 [~a58379@d-137-103-53-141.fl.cpe.atlanticbb.net] has quit [Remote host closed the connection] 00:38 -!- bafphed [~a58379@d-137-103-53-141.fl.cpe.atlanticbb.net] has joined #openbsd 00:39 -!- bafphed [~a58379@d-137-103-53-141.fl.cpe.atlanticbb.net] has left #openbsd [] 00:41 -!- tozhu [~tozhu@139.207.21.227] has joined #openbsd 00:42 -!- tozhu [~tozhu@139.207.21.227] has quit [Client Quit] 00:45 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 00:51 -!- topcat001 [~topcat001@user/topcat001] has quit [Quit: Client closed] 00:55 -!- fluentpwn [e7b4bb6755@spooky.academy] has quit [Remote host closed the connection] 00:55 -!- fluentpwn [e7b4bb6755@spooky.academy] has joined #openbsd 00:56 -!- fluentpwn [e7b4bb6755@spooky.academy] has quit [Remote host closed the connection] 00:57 -!- fluentpwn [e7b4bb6755@spooky.academy] has joined #openbsd 01:10 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has quit [Read error: Connection reset by peer] 01:14 -!- gknux [~gknux@user/galaxy-knuckles/x-3015990] has joined #openbsd 01:15 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 01:16 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 01:18 -!- zwr [~zwr@201-4-87-25.user3p.veloxzone.com.br] has quit [Read error: Connection reset by peer] 01:20 -!- linsux [~metbsd@user/linsux] has quit [Quit: byeircer] 01:21 -!- linsux [~metbsd@pool-174-119-53-138.cpe.net.cable.rogers.com] has joined #openbsd 01:21 -!- linsux [~metbsd@pool-174-119-53-138.cpe.net.cable.rogers.com] has quit [Changing host] 01:21 -!- linsux [~metbsd@user/linsux] has joined #openbsd 01:22 -!- chaky [~chaky@93-140-228-123.adsl.net.t-com.hr] has quit [Ping timeout: 252 seconds] 01:24 -!- chaky [~chaky@93-138-225-254.adsl.net.t-com.hr] has joined #openbsd 01:24 -!- zwr [~zwr@201-4-87-25.user3p.veloxzone.com.br] has joined #openbsd 01:31 -!- jesselawtonnz [~jesselawt@118.148.114.41] has joined #openbsd 01:32 < jesselawtonnz> please help when i try to build programs, e.g. st this happens 01:32 < jesselawtonnz> jesse@openbsd ~/source/suckless/st % make 01:32 < jesselawtonnz> st build options: 01:32 < jesselawtonnz> Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config line 331. 01:32 < jesselawtonnz> Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config line 331. 01:32 < jesselawtonnz> ^CDeep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config line 331. 01:32 < jesselawtonnz> Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config line 331. 01:32 < jesselawtonnz> Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config line 329. 01:32 < jesselawtonnz> Out of memory! 01:33 < jesselawtonnz> CFLAGS = -I/usr/X11R6/include -DVERSION="0.9" -D_XOPEN_SOURCE=600 -DVERSION="0.9" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -O2 -pipe 01:33 < jesselawtonnz> *** Signal SIGINT in /home/jesse/source/suckless/st (options) 01:33 < jesselawtonnz> jesse@openbsd ~/source/suckless/st % 01:39 -!- djames [~djames@user/djames/x-9001197] has joined #openbsd 01:40 < jesselawtonnz> djames: could you help me? 01:41 < djames> jesselawtonnz: with what? 01:42 < jesselawtonnz> this 01:42 < jesselawtonnz> jesse@openbsd ~/source/suckless/st % doas make clean install 01:42 < jesselawtonnz> doas (jesse@openbsd.fritz.box) password: 01:42 < jesselawtonnz> rm -f st st.o x.o st-0.9.tar.gz 01:42 < jesselawtonnz> cc -I/usr/X11R6/include `pkg-config --cflags fontconfig` `pkg-config --cflags freetype2` -DVERSION=\"0.9\" -D_XOPEN_SOURCE=600 -DVERSION=\"0.9\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -O2 -pipe -c st.c 01:42 < jesselawtonnz> Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config line 331. 01:42 < jesselawtonnz> Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config line 331. 01:42 < jesselawtonnz> ^CDeep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config line 331. 01:42 < jesselawtonnz> Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config line 331. 01:42 < jesselawtonnz> Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config line 329. 01:42 < jesselawtonnz> ^C *** st.o removed 01:42 < jesselawtonnz> *** Signal SIGINT in /home/jesse/source/suckless/st (st.o) 01:42 < jesselawtonnz> it happens when compiling 01:42 < jesselawtonnz> idk why 01:42 < phy1729> jesselawtonnz: use a pastebin next time please 01:42 < jesselawtonnz> sorry 01:43 < phy1729> I'd look at the x11/st port and see what it does 01:43 < jesselawtonnz> its not only st, it seems to be any program that i'm compiling thats calling pkgconfig 01:44 < mischief> what if you just run pkg-config by hand 01:44 < jesselawtonnz> i don't really know about it, what arguments? 01:45 -!- xet7 [~xet7@user/xet7] has quit [Quit: Leaving] 01:47 < mischief> maybe pkg-config --cflags --libs x11 01:47 < mischief> well okay, st doesn't quite use that, but you can look in config.mk to see what it does 01:48 < jesselawtonnz> https://paste.sr.ht/~jesselawtonnz/40a443b751d771b2425caba43a12149e0883122d 01:48 < mischief> in fact there's a comment in config.mk that says what should happen on openbsd :) 01:48 < jesselawtonnz> thats the output, but the *problem* is thats it seems to be anything calling pkgconfig 01:48 < jesselawtonnz> i've uncommented it 01:48 < jesselawtonnz> thanks though 01:49 < mischief> works on my machine 01:49 < mischief> try `gmake CC=cc` 01:49 < jesselawtonnz> it used to work :( 01:50 < mischief> (openbsd make is not gnu make) 01:50 < jesselawtonnz> ik, doesn't work with gmake CC=egcc 01:50 < jesselawtonnz> oops 01:50 < jesselawtonnz> i meant to do cc 01:51 < jesselawtonnz> yeah doesn't work on ethier 01:51 < jesselawtonnz> would there be any way to fix it because i use openbsd as a desktop and i kinda need to fix it 01:52 < mischief> try xterm? :) 01:53 < jesselawtonnz> i use suckless software haha, but i need to compile a fair bit 01:53 < jesselawtonnz> and i can't compile stuff at *all* 01:55 < jesselawtonnz> any suggestions of where to ask for help? 01:55 < mischief> mailing list 01:56 < jesselawtonnz> how do i use those? sorry i'm new lol 01:58 < mischief> the openbsd website has a lot of information, including about the mailing lists 01:59 < mischief> https://www.openbsd.org/mail.html 01:59 -!- UDENIX [~UDENIX@user/udenix] has quit [Ping timeout: 245 seconds] 02:00 < jesselawtonnz> ok, thanks do i just send an email to misc@openbsd.org or do i have to subscribe to it? 02:00 -!- UDENIX [~UDENIX@user/udenix] has joined #openbsd 02:00 -!- UDENIX [~UDENIX@user/udenix] has quit [Read error: Connection reset by peer] 02:00 -!- UDENIX [~UDENIX@user/udenix] has joined #openbsd 02:01 < mischief> probably subscribe, but i'm not sure (i'm subscribed) 02:02 < jesselawtonnz> k, whats the address for subscring to misc? 02:04 -!- znedw08 [~znedw@home.znedw.com] has quit [Quit: The Lounge - https://thelounge.chat] 02:04 < jesselawtonnz> nvm, i found the web interface for lists.openbsd.org 02:04 < mischief> did you read that link at all 02:05 < jesselawtonnz> not all of it sorry 02:06 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 02:10 -!- znedw08 [~znedw@home.znedw.com] has joined #openbsd 02:11 -!- nmdw [~nmdw@186.176.130.17] has joined #openbsd 02:18 -!- djames [~djames@user/djames/x-9001197] has quit [Ping timeout: 265 seconds] 02:19 -!- jesselawtonnz [~jesselawt@118.148.114.41] has quit [Quit: leaving] 02:19 -!- adig [~default@185.53.199.15] has joined #openbsd 02:26 -!- adig [~default@185.53.199.15] has quit [Ping timeout: 252 seconds] 02:27 -!- SiFuh_ [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 02:27 -!- SiFuh_ [~SiFuh@user/sifuh] has joined #openbsd 02:33 -!- sjg [~sjg@user/sjg] has quit [Ping timeout: 248 seconds] 02:35 -!- sjg [~sjg@user/sjg] has joined #openbsd 02:37 -!- aikaeksen [~aikaeksen@56.46-46-198.customer.lyse.net] has joined #openbsd 02:37 -!- adig [~default@185.53.199.15] has joined #openbsd 02:44 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 02:45 -!- aikaeksen [~aikaeksen@56.46-46-198.customer.lyse.net] has quit [Quit: Client closed] 02:47 -!- pew-pew [~pew-pew@user/pew-pew] has joined #openbsd 02:49 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 252 seconds] 02:53 -!- _zip100 [~zip100@193.32.248.160] has quit [Ping timeout: 245 seconds] 02:56 -!- pew-pew_ [~pew-pew@user/pew-pew] has joined #openbsd 03:00 -!- pew-pew [~pew-pew@user/pew-pew] has quit [Ping timeout: 260 seconds] 03:01 -!- zip100 [~zip100@185.209.196.225] has joined #openbsd 03:06 -!- RypPn [~RypPn@user/ryppn] has quit [Quit: Real-time updating is paused. (Resume)] 03:07 -!- bsd4me [~bsduser@user/bsd4me] has quit [Quit: leaving] 03:08 -!- RypPn [~RypPn@user/ryppn] has joined #openbsd 03:09 -!- nmdw [~nmdw@186.176.130.17] has quit [Ping timeout: 265 seconds] 03:12 -!- vvv [~vvv@user/vvv] has joined #openbsd 03:18 -!- zwr [~zwr@201-4-87-25.user3p.veloxzone.com.br] has quit [Read error: Connection reset by peer] 03:19 -!- deepestt1aster [~deepestto@user/deepesttoaster] has joined #openbsd 03:19 -!- deepesttoaster [~deepestto@user/deepesttoaster] has quit [Ping timeout: 260 seconds] 03:20 -!- mxz_ [~mxz@user/mxz] has quit [Ping timeout: 248 seconds] 03:20 -!- mxz_ [~mxz@user/mxz] has joined #openbsd 03:20 -!- mxz [~mxz@user/mxz] has quit [Ping timeout: 265 seconds] 03:21 -!- mxz_ is now known as mxz 03:24 -!- zwr [~zwr@201-4-87-25.user3p.veloxzone.com.br] has joined #openbsd 03:26 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 03:45 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Quit: I'll be back later] 03:46 -!- nick_a1 [~user_a1@bl15-33-136.dsl.telepac.pt] has joined #openbsd 04:03 -!- pew-pew_ [~pew-pew@user/pew-pew] has quit [Remote host closed the connection] 04:04 -!- pew-pew [~pew-pew@user/pew-pew] has joined #openbsd 04:08 -!- Aedil [~adrian@146.52.104.238] has joined #openbsd 04:08 -!- pew-pew [~pew-pew@user/pew-pew] has quit [Ping timeout: 260 seconds] 04:13 -!- nick_a1 [~user_a1@bl15-33-136.dsl.telepac.pt] has quit [Quit: leaving] 04:23 -!- sourcetarius [~sourcetar@user/sourcetarius] has quit [Ping timeout: 246 seconds] 04:27 -!- user71 [~user71@2001:1530:1002:85c5:8fd3:56c7:8888:3614] has joined #openbsd 04:28 -!- dfdx [~F@user/dfdx] has joined #openbsd 04:33 -!- pew-pew [~pew-pew@user/pew-pew] has joined #openbsd 04:46 -!- yella [~dawg@user/yella] has joined #openbsd 04:59 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 05:06 -!- billchenchina- [~billchenc@103.152.35.21] has joined #openbsd 05:13 -!- euphores [~SASL_euph@user/euphores] has quit [Quit: Leaving.] 05:15 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Quit: I'll be back later/] 05:16 -!- m0v_ [~m0v@113.192.26.170] has quit [Ping timeout: 246 seconds] 05:21 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 05:22 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 05:28 -!- mxz_ [~mxz@user/mxz] has joined #openbsd 05:31 -!- tozhu [~tozhu@139.207.21.227] has joined #openbsd 05:31 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 05:35 -!- shiranaihito_ [~shiranaih@ppp-124-122-47-65.revip2.asianet.co.th] has joined #openbsd 05:42 -!- steel__ is now known as slowdudetommy 05:42 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)] 06:01 -!- mijndert [~mijndert@user/mijndert] has joined #openbsd 06:01 -!- m0v [~m0v@113.192.26.170] has joined #openbsd 06:01 -!- m0v [~m0v@113.192.26.170] has quit [Changing host] 06:01 -!- m0v [~m0v@user/m0v] has joined #openbsd 06:02 -!- shiranaihito_ [~shiranaih@ppp-124-122-47-65.revip2.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 06:03 -!- slowdudetommy [~steel@syn-076-091-065-078.res.spectrum.com] has quit [Read error: Connection reset by peer] 06:09 -!- pew-pew [~pew-pew@user/pew-pew] has quit [Remote host closed the connection] 06:20 -!- UDENIX [~UDENIX@user/udenix] has quit [Ping timeout: 252 seconds] 06:21 -!- UDENIX [~UDENIX@user/udenix] has joined #openbsd 06:22 -!- shiranaihito_ [~shiranaih@2001:fb1:7d:7155:99a1:550e:de09:48] has joined #openbsd 06:30 -!- pew-pew [~pew-pew@user/pew-pew] has joined #openbsd 06:32 -!- struchu [~struchu@staticline-31-183-135-159.toya.net.pl] has joined #openbsd 06:35 -!- pew-pew [~pew-pew@user/pew-pew] has quit [Ping timeout: 252 seconds] 06:42 -!- gaussianblue [gaussianbl@user/gaussianblue] has joined #openbsd 06:45 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 06:45 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 06:48 -!- xx [~xx@user/xx] has joined #openbsd 06:52 -!- DinoWilliam [~dino@user/DINOWILLIAM] has quit [Ping timeout: 260 seconds] 06:54 -!- tozhu [~tozhu@139.207.21.227] has quit [Ping timeout: 240 seconds] 06:54 -!- tozhu [~tozhu@171.210.135.162] has joined #openbsd 06:55 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 06:56 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Ping timeout: 260 seconds] 06:57 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 06:58 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 06:59 -!- gaussianblue [gaussianbl@user/gaussianblue] has quit [Quit: leaving] 07:02 -!- pew-pew [~pew-pew@user/pew-pew] has joined #openbsd 07:07 -!- pew-pew [~pew-pew@user/pew-pew] has quit [Ping timeout: 260 seconds] 07:07 -!- beastie [~luis@user/thebeastie] has quit [Quit: WeeChat 4.4.0] 07:17 -!- shiranaihito_ [~shiranaih@2001:fb1:7d:7155:99a1:550e:de09:48] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 07:20 -!- yella [~dawg@user/yella] has quit [Quit: Leaving] 07:25 -!- adig_ [~default@185.53.199.15] has joined #openbsd 07:27 -!- adig [~default@185.53.199.15] has quit [Ping timeout: 248 seconds] 07:27 -!- pew-pew [~pew-pew@user/pew-pew] has joined #openbsd 07:30 -!- rafarios [~rafarios@246.red-81-40-73.staticip.rima-tde.net] has joined #openbsd 07:32 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 07:37 -!- shiranaihito_ [~shiranaih@ppp-124-122-47-65.revip2.asianet.co.th] has joined #openbsd 07:38 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Remote host closed the connection] 07:41 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 07:45 -!- modev [modev@gateway/vpn/protonvpn/modev] has joined #openbsd 08:00 -!- danilogondolfo [~danilogon@2a02:8084:4f62:4c00:d826:7cd:bf8e:ce3b] has joined #openbsd 08:00 -!- adig_ [~default@185.53.199.15] has quit [Ping timeout: 265 seconds] 08:02 -!- ChubaDuba [~ChubaDuba@79.136.178.4] has joined #openbsd 08:03 -!- danilogondolfo [~danilogon@2a02:8084:4f62:4c00:d826:7cd:bf8e:ce3b] has quit [Client Quit] 08:03 -!- vvv [~vvv@user/vvv] has quit [Quit: Leaving] 08:05 -!- danilogondolfo [~danilogon@2a02:8084:4f62:4c00:d826:7cd:bf8e:ce3b] has joined #openbsd 08:07 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 08:11 -!- pew-pew [~pew-pew@user/pew-pew] has quit [Remote host closed the connection] 08:12 -!- pew-pew [~pew-pew@user/pew-pew] has joined #openbsd 08:16 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 08:17 -!- pew-pew [~pew-pew@user/pew-pew] has quit [Ping timeout: 252 seconds] 08:28 -!- feriman [~feriman@user/feriman] has quit [Quit: leaving] 08:28 -!- pew-pew [~pew-pew@user/pew-pew] has joined #openbsd 08:29 -!- jfsimon1981_b [~jfsimon19@lfbn-lyo-1-1454-239.w86-207.abo.wanadoo.fr] has quit [Quit: Leaving] 08:30 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 08:31 -!- feriman [~feriman@user/feriman] has joined #openbsd 08:33 -!- pew-pew [~pew-pew@user/pew-pew] has quit [Ping timeout: 255 seconds] 08:34 -!- matt0000000 [~matt00000@user/matt0000000] has joined #openbsd 08:35 -!- pew-pew [~pew-pew@user/pew-pew] has joined #openbsd 08:40 -!- pew-pew [~pew-pew@user/pew-pew] has quit [Ping timeout: 260 seconds] 08:42 -!- tozhu [~tozhu@171.210.135.162] has quit [Read error: Connection reset by peer] 08:47 -!- uncleyear [~ian@45.80.46.92] has quit [Ping timeout: 260 seconds] 08:50 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 08:51 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 08:53 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 09:00 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Read error: Connection reset by peer] 09:00 -!- format_c_ [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 09:29 -!- pew-pew [~pew-pew@user/pew-pew] has joined #openbsd 09:30 -!- modev [modev@gateway/vpn/protonvpn/modev] has quit [Quit: WeeChat 4.4.2] 09:41 -!- noone [~six@user/six] has quit [Quit: nyaa~] 09:48 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 09:52 -!- matt0000000 [~matt00000@user/matt0000000] has quit [Ping timeout: 260 seconds] 09:54 -!- uncleyear [~ian@176.59.61.57] has joined #openbsd 09:58 -!- srfsh [~srfsh@user/srfsh] has quit [Remote host closed the connection] 09:58 -!- martian67 [~martian67@user/meow/martian67] has quit [Remote host closed the connection] 09:58 -!- martian67 [~martian67@user/meow/martian67] has joined #openbsd 09:58 -!- srfsh [~srfsh@user/srfsh] has joined #openbsd 10:00 -!- modev [modev@gateway/vpn/protonvpn/modev] has joined #openbsd 10:03 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 10:04 -!- rafarios [~rafarios@246.red-81-40-73.staticip.rima-tde.net] has left #openbsd [] 10:08 -!- jalf [~bendavies@224.186.187.81.in-addr.arpa] has joined #openbsd 10:18 -!- d-ra [~d-ra@user/d-ra] has joined #openbsd 10:19 -!- ChubaDuba [~ChubaDuba@79.136.178.4] has quit [Quit: WeeChat 4.3.3] 10:30 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 10:45 -!- format_c_ [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Quit: format_c_] 10:46 -!- jalf [~bendavies@224.186.187.81.in-addr.arpa] has quit [Ping timeout: 246 seconds] 10:53 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 11:01 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 11:03 -!- adig [~default@82.77.10.132] has joined #openbsd 11:05 -!- ficonni [~ficonni@213.196.101.115] has quit [Remote host closed the connection] 11:09 -!- m0v [~m0v@user/m0v] has quit [Ping timeout: 246 seconds] 11:10 -!- m0v [~m0v@113.192.26.170] has joined #openbsd 11:10 -!- m0v [~m0v@113.192.26.170] has quit [Changing host] 11:10 -!- m0v [~m0v@user/m0v] has joined #openbsd 11:17 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 11:17 -!- zorz [~zorz@user/zorz] has joined #openbsd 11:17 -!- tercaL [~tercaL@user/tercal] has joined #openbsd 11:22 -!- ham5urg [8ab2a3901e@vmd97544.contaboserver.net] has joined #openbsd 11:23 -!- zorz [~zorz@user/zorz] has quit [Ping timeout: 252 seconds] 11:25 -!- zorz [~zorz@user/zorz] has joined #openbsd 11:28 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 11:34 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 11:35 -!- pew-pew [~pew-pew@user/pew-pew] has quit [Read error: Connection reset by peer] 11:39 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Remote host closed the connection] 11:39 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 11:42 -!- krl [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 265 seconds] 11:45 -!- pew-pew [~pew-pew@user/pew-pew] has joined #openbsd 11:45 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 11:48 < ham5urg> How to start the installer if not invoked at first prompting? 11:49 -!- jlavsund [~jlavsund@37.250.145.230.bredband.tre.se] has joined #openbsd 11:49 < ham5urg> I played with the shell but can't find the command to start the autoinstaller. Is there something like a debootstrap or Voids rootfs tarball? 11:54 < IcePic> one could just reboot, but running "install" should run the installer again if you chose shell 11:55 -!- ook [~ook@user/ook] has joined #openbsd 11:56 < ham5urg> I just installed it but got no O/S. Does the installer install a bootloader or do I need to install it manually? 12:00 < ham5urg> Maybe it was GPT layout and my virt-manager does not handle it. 12:02 < ham5urg> Tried it with MBR but got the same result, Using drive 0, partition 3. No O/S 12:02 < ham5urg> Boot from CD works, installation seems ok. But the reboot fails. 12:03 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 12:03 -!- DinoWilliam [~dino@user/DINOWILLIAM] has joined #openbsd 12:03 < ham5urg> Does the installer expect bios or efi? 12:03 -!- scain [~scain@2603:8080:b104:4e00:45cf:678b:a7f:b897] has joined #openbsd 12:04 -!- sourcetarius [~sourcetar@user/sourcetarius] has joined #openbsd 12:09 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Quit: bbl] 12:11 < IcePic> ham5urg: I think it handles both, at least if you choose gpt partitioning if you get the option 12:12 < ham5urg> IcePic, I tried it with BIOS+GPT and BIOS+MBR and EFI+GPT. When the installer echoes the partition scheme, I can't find a EFI partition. Is this right? 12:14 < IcePic> bios+mbr should definitely work 12:14 < IcePic> I think efi might require gpt, so that should have worked, but I am not equally certain of it. 12:15 < ham5urg> Does the non-cd-rom-kernel support virtio harddisks? The cdrom-kernel does it though. 12:16 < sibiria> EFI wants GPT, but the installer will handle all of it for you - including creating the ESP and putting the EFI bootstrap there 12:16 < sibiria> best if you boot the full installer, or the miniroot and have network available 12:16 < IcePic> the installed kernel will handle virtio disks, that is how almost all VMs get their disks 12:17 < IcePic> virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Storage" rev 0x00 12:17 < IcePic> vioblk0 at virtio2 12:17 < IcePic> scsibus1 at vioblk0: 1 targets 12:17 < IcePic> sd0 at scsibus1 targ 0 lun 0: 12:20 < ham5urg> Installation is very fast but I always end up with the mentioned error. Is there a way I can boot from CD and put the terminal on serial console? 12:20 < ham5urg> So I can post the partition scheme. 12:21 < sibiria> are you editing the disklabel manually, and perhaps removing (or forgetting) the MSDOS partition label "i"? 12:21 < sibiria> because that's the ESP 12:21 < sibiria> it needs to stay there or EFI won't work 12:22 < IcePic> when the boot> prompt comes up, typing "set tty com0" should turn it into a serial console, from https://www.openbsd.org/faq/faq7.html#SerCon 12:22 < IcePic> that entry says "add to boot.conf" but that is just to save on typing, boot.conf is read by the boot> loader 12:24 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 12:24 < IcePic> ..if it is there, which it isn't on a newly installed system 12:25 < ham5urg> I will try it again in 2 or 3h. 12:26 < sibiria> typical fresh install using the entire disk is done by telling the installer to use GPT, then accept or edit the auto-layout, removing everything but the "i" label, and then adding the ones you want 12:27 -!- jlavsund [~jlavsund@37.250.145.230.bredband.tre.se] has quit [Remote host closed the connection] 12:27 < sibiria> when you tell the installer to use the entire disk with GPT it will create one ESP to facilitate EFI boot, then a second primary partition which all of openbsd goes into 12:28 -!- modev [modev@gateway/vpn/protonvpn/modev] has quit [Quit: WeeChat 4.4.2] 12:28 < IcePic> a good hint is to run with the defaults the first few times, especially on VMs where you can just rebuild later if need be 12:30 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Quit: format_c] 12:31 -!- modev [modev@gateway/vpn/protonvpn/modev] has joined #openbsd 12:36 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 12:36 -!- reset [~reset@user/reset] has joined #openbsd 12:39 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 12:43 -!- adig_ [~default@185.53.197.227] has joined #openbsd 12:45 -!- zorz [~zorz@user/zorz] has quit [Ping timeout: 244 seconds] 12:46 -!- adig [~default@82.77.10.132] has quit [Ping timeout: 252 seconds] 12:47 -!- xet7 [~xet7@user/xet7] has joined #openbsd 12:47 -!- djames [~djames@user/djames/x-9001197] has joined #openbsd 12:48 -!- modev [modev@gateway/vpn/protonvpn/modev] has quit [Quit: WeeChat 4.4.2] 12:49 < michel> is there anywhere a howto for using ldapd ? 12:51 -!- modev [modev@gateway/vpn/protonvpn/modev] has joined #openbsd 12:51 -!- zorz [~zorz@user/zorz] has joined #openbsd 12:52 < IcePic> michel: which part are you stuck on? ldap as a protocol/database it kind of weird in itself 12:53 < michel> I would like to run ldapd as userdb for other openbsd systems 12:54 -!- modev [modev@gateway/vpn/protonvpn/modev] has quit [Client Quit] 12:55 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 12:55 -!- adip [~adip@public-gprs386457.centertel.pl] has joined #openbsd 12:57 < IcePic> michel: perhaps this could help you get started https://serverfault.com/questions/1107409/setting-up-ldapd-service-on-openbsd 12:58 -!- djames [~djames@user/djames/x-9001197] has quit [Ping timeout: 246 seconds] 12:58 -!- davlefou [~davlefou@2a01:e0a:5f4:4bd0:6dcc:5147:2822:b1c3] has quit [Ping timeout: 248 seconds] 12:58 -!- modev [modev@gateway/vpn/protonvpn/modev] has joined #openbsd 12:58 < michel> yes, thx 13:00 < IcePic> I guess client boxes gets to have login_ldap setup, or ypldap in order to consume ldap data 13:00 < IcePic> still, reading up on ldap as a concept might be worth while, since ldap is strange in itself, so learning that at the same time as setting up inter-host ldap auth might be tough 13:01 -!- lcubed [~lcubed@user/lcubed] has quit [Ping timeout: 248 seconds] 13:01 < michel> What do you recommend, Its been 25 yeas since I last used YP ode nis+ on Solaris 13:01 -!- f6k [f6k@otaku.sdf.org] has joined #openbsd 13:01 < sibiria> must've been 25 really nice years. sorry to hear you're being pulled back in 13:01 -!- cgull [~cgull@207.180.129.73] has quit [Ping timeout: 265 seconds] 13:02 < RobbieAB> login_ldap might be an alternative which avoids the need to YP/NIS 13:02 < RobbieAB> ? 13:02 -!- zorz [~zorz@user/zorz] has quit [Ping timeout: 246 seconds] 13:03 -!- varighet [~varighet@94-224-80-37.access.telenet.be] has quit [Quit: WeeChat 4.2.1] 13:04 < michel> @sibiria :) been using puppet ever since, but since version 5 and java I gave up on it 13:05 -!- Nahual [~Nahual@centos/community/Nahual] has joined #openbsd 13:09 -!- varighet [~varighet@94-224-80-37.access.telenet.be] has joined #openbsd 13:16 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 13:17 -!- cgull [~cgull@207.180.129.73] has joined #openbsd 13:17 -!- davlefou [~davlefou@2a01:e0a:5f4:4bd0:521:9c05:b0b2:9718] has joined #openbsd 13:18 -!- Xenguy__ [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." -- Mikhail Tal] 13:22 < miah> i've had really good luck with ldap for auth in all the places i've set it up 13:23 < miah> openssh can even fetch authorized_keys directly from ldap 13:23 < miah> which may or may not be great depending on your environment; in the corp envs i've rolled this out in its been great though =) 13:24 < miah> (AuthorizedKeysCommand in sshd config is the magic here) 13:25 < phy1729> Do you have a new attribute just for keys or do you put the keys in an existing field? 13:25 < miah> a new attribute 13:25 < miah> here is the command tool i used: https://github.com/glauth/goklp 13:27 < phy1729> For the command itself I just did e,dc=org" -s base '(objectClass=*)' authorizedKeys | sed '/^authorizedKeys: /!d;s///' 13:27 -!- lcubed [~lcubed@user/lcubed] has joined #openbsd 13:27 < miah> i havent verified this doc, but it looks pretty close to how i've done it http://pig.made-it.com/ldap-openssh.html 13:28 < phy1729> :/ not sure what happened there ldapsearch -LLL -o ldif-wrap=no -H -l 3 'ldap://ldap.example.org' -x -b "uid=$1,ou=People,dc=example,dc=org" -s base '(objectClass=*)' authorizedKeys | sed '/^authorizedKeys: /!d;s///' 13:34 -!- pew-pew [~pew-pew@user/pew-pew] has quit [Remote host closed the connection] 13:38 -!- cgull [~cgull@207.180.129.73] has quit [Ping timeout: 264 seconds] 13:39 -!- pew-pew [~pew-pew@user/pew-pew] has joined #openbsd 13:49 -!- PapaChub [~PapaChub@vzw-54.parabon.com] has joined #openbsd 13:49 -!- Xenguy_ [~Xenguy@user/xenguy] has joined #openbsd 13:51 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 13:51 -!- Xenguy [~Xenguy@user/xenguy] has quit [Ping timeout: 252 seconds] 13:55 -!- krl [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 13:58 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 276 seconds] 14:00 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 252 seconds] 14:10 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 14:22 -!- cgull [~cgull@207.180.129.73] has joined #openbsd 14:23 -!- struchu [~struchu@staticline-31-183-135-159.toya.net.pl] has quit [Quit: WeeChat 4.4.1] 14:30 -!- Bradipo [~Bradipo@50.77.44.29] has joined #openbsd 14:36 -!- rozenglass [~rednight@cordelia.matini.link] has joined #openbsd 14:41 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 14:42 -!- mcornick [~mcornick@user/mcornick] has quit [Quit: ZNC 1.8.2 - https://znc.in] 14:42 -!- ook [~ook@user/ook] has quit [Quit: ook] 14:42 -!- mcornick [~mcornick@user/mcornick] has joined #openbsd 14:46 -!- pew-pew [~pew-pew@user/pew-pew] has quit [Remote host closed the connection] 14:49 -!- zoraj [~ubuntu@102.113.76.242] has quit [Ping timeout: 252 seconds] 14:49 -!- tozhu [~tozhu@171.210.132.166] has joined #openbsd 14:50 -!- seninha [~seninha@user/seninha] has joined #openbsd 14:50 -!- zoraj [~ubuntu@102.113.24.136] has joined #openbsd 14:51 -!- bsd4me [~bsduser@user/bsd4me] has joined #openbsd 14:55 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 14:59 -!- hali [~hlinden@84.70.131.82] has quit [Ping timeout: 248 seconds] 15:03 -!- Poster [~poster@2603:6010:1302:974c:116f:c233:797f:4fdd] has quit [Ping timeout: 272 seconds] 15:12 -!- amnesiac [~amnesiac@109.169.146.223] has joined #openbsd 15:15 -!- henrix [~henrix@user/henrix] has quit [Ping timeout: 264 seconds] 15:16 -!- tozhu [~tozhu@171.210.132.166] has quit [Quit: tozhu] 15:16 < amnesiac> Hi 15:16 < amnesiac> anybody using easyrsa on current ? 15:17 < amnesiac> updated to new snapshot and it says unsupported SSL Library : 4 15:20 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.2.1] 15:20 -!- henrix [~henrix@user/henrix] has joined #openbsd 15:22 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 15:23 -!- seninha [~seninha@user/seninha] has joined #openbsd 15:23 < vortexx> amnesiac: probably you hit ports churn 15:24 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has joined #openbsd 15:24 < amnesiac> vortexx, yeah 15:24 < amnesiac> how to fix this ? 15:27 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 15:29 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 15:30 -!- Poster [~poster@syn-024-210-086-224.res.spectrum.com] has joined #openbsd 15:31 -!- xet7 [~xet7@user/xet7] has quit [Ping timeout: 248 seconds] 15:31 < ham5urg> Why do I get "syncing disks...10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 giving up" ? 15:32 < ham5urg> "dump to dev 17,1 not possible" 15:32 < ham5urg> I partitioned it this way https://termbin.com/scf1 15:32 -!- rozenglass [~rednight@cordelia.matini.link] has quit [Read error: Connection reset by peer] 15:32 < vortexx> amnesiac: wait for a new snapshot plus for easyrsa to get version bumped I guess 15:33 < amnesiac> oh 15:33 < amnesiac> ok 15:34 < vortexx> ham5urg: are you booting EFI or MBR? Because you're using MBR layout there and it's possible that's the issue for your VM 15:35 < vortexx> (this is still virt-manager so qemu+kvm right?) 15:35 < ham5urg> Here is a more complete output https://termbin.com/zc9y 15:35 < vortexx> I've never seen that error though 15:35 < ham5urg> vortexx, yes, libvirt+qemu with BIOS-vm. 15:36 < vortexx> oh the install crashed. Maybe your underlying hw is dying? 15:36 < ham5urg> No way 15:36 < vortexx> (check the disk with smartmontools and memtest86 for am) 15:37 < ham5urg> There are many other processes running 15:37 < ham5urg> I will see 15:37 < vortexx> the installer hardly ever dies like that, it's hw problems 95% of the time 15:37 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 246 seconds] 15:37 < vortexx> (OpenBSD is rather good at triggering any existing issues) 15:37 < ham5urg> Maybe I tinkered with the HW settings in the virt-manager gui. 15:38 -!- CrashOverride [~strcat@p54854231.dip0.t-ipconnect.de] has joined #openbsd 15:38 -!- rozenglass [~rednight@cordelia.matini.link] has joined #openbsd 15:38 < vortexx> you can just use the OpenBSD template virt-manager provides, I've had good luck with that 15:39 < amnesiac> vortexx, i prefer to install current on vmd and build ca there. 15:39 -!- kroovy [~libera@62.27.220.74] has quit [Ping timeout: 265 seconds] 15:39 < amnesiac> i mean stable 15:40 < vortexx> amnesiac: should work 15:41 < vortexx> amnesiac: 7.6 hasn't been released yet even on CVS, it's still in -beta 15:41 < vortexx> (I'm waiting for this too) 15:43 < amnesiac> vortexx, understood 15:43 -!- xet7 [~xet7@user/xet7] has joined #openbsd 15:43 < amnesiac> thank you for thoughts 15:44 -!- setient [~setient@li92-193.members.linode.com] has quit [Ping timeout: 252 seconds] 15:45 -!- kroovy [~libera@62.27.220.74] has joined #openbsd 15:46 -!- setient [~setient@li92-193.members.linode.com] has joined #openbsd 15:46 < vortexx> you're welcome 15:48 -!- Xenguy_ [~Xenguy@user/xenguy] has quit [Ping timeout: 255 seconds] 15:49 -!- amnesiac [~amnesiac@109.169.146.223] has quit [Remote host closed the connection] 15:51 -!- znedw08 [~znedw@home.znedw.com] has quit [Ping timeout: 246 seconds] 15:52 -!- znedw08 [~znedw@home.znedw.com] has joined #openbsd 15:52 < ham5urg> vortexx, I checked with smartctl -a and got a 'PASSED' as result. 15:53 < ham5urg> If it would be the disk, I got other systems failing too. I think about a misconfig in virt-manager. 15:57 -!- rozenglass [~rednight@cordelia.matini.link] has quit [Quit: leaving] 16:00 < ham5urg> I get an 'cannot open cd0a:/etc/random.seed: No such file or directory' at the beginning. 16:00 < vortexx> ham5urg: well that's good, try deleting the VM and reinstalling using the OpenBSD 7.5 template 16:00 -!- eightt [~m-eytojc@ip109-204-226-51.osphost.fi] has quit [Remote host closed the connection] 16:00 < vortexx> (which uses BIOS boot) 16:00 < vortexx> (so that at least means you can hit enter on most questions including disk layout) 16:00 < ham5urg> Yes, I did that already. No change. I'm on Voidlinux. 16:01 < vortexx> let me try on my laptop 16:01 -!- nick_a1 [~user_a1@bl15-33-136.dsl.telepac.pt] has joined #openbsd 16:04 < vortexx> oh wow I get exactly the crash you get using the install75.iso and OpenBSD 7.5 layout 16:04 < vortexx> let me try with network 16:05 < ham5urg> Huh, now I'm feeling better :D 16:05 < vortexx> weird that no one else ran into this since 7.5 release 16:08 < vortexx> ok try doing it with http as the sets source, that works without crashing 16:08 < vortexx> there appears to be an issue with the install75.iso 16:11 -!- amnesiac [~amnesiac@109.169.146.223] has joined #openbsd 16:12 < vortexx> I'm going to try install74.iso to see if it has the same issue 16:12 < ham5urg> ok 16:15 < sibiria> this feels familiar 16:15 < sibiria> openbsd is a bit finicky. you need to spec the qemu vm in a certain way for everything to work 16:16 < vortexx> the virtual cd drive shouldn't crap out like that though 16:17 < sibiria> what i do is spec drives with: -drive file=install75.img,format=raw -drive file=maindisk.img,format=qcow2 16:17 < sibiria> and network, something like: -device virtio-net-device,netdev=net -netdev user,id=net 16:17 < vortexx> 7.4 gives the same atapi issues 16:18 < vortexx> but then it uses an IDE CDROM drive 16:18 < vortexx> let's try with a S-ATA one 16:20 -!- uncleyear [~ian@176.59.61.57] has quit [Read error: Connection reset by peer] 16:21 < vortexx> looks like using S-ATA cdrom works. The virt-manager template is using too old a config I guess 16:22 < vortexx> especially as OpenBSD can boot UEFI, doesn't have to do BIOS boot 16:24 < sibiria> imo easier to just boot the raw install image or the miniroot. cdrom thingy and cdrom emulation is very legacy 16:24 -!- mikewilzn [609e48c489@user/mikewilzn] has joined #openbsd 16:25 < vortexx> very indeed, most users use the install75.img but the virt-manager setup manager likes to prompt for isos 16:25 -!- uncleyear [~ian@45.80.46.92] has joined #openbsd 16:25 < vortexx> ham5urg: so try with http as source for the sets and you should be fine 16:25 -!- nick_a1 [~user_a1@bl15-33-136.dsl.telepac.pt] has quit [Read error: Connection reset by peer] 16:26 -!- seninha [~seninha@user/seninha] has joined #openbsd 16:26 < ham5urg> vortexx, yes, already finished and tinkering with openbsd. Thank god, neovim is available 16:26 -!- xet7 [~xet7@user/xet7] has quit [Remote host closed the connection] 16:26 < vortexx> we have just about all the open source software out there available in packages luckily 16:27 < ham5urg> I installed via com0, now I would like to reactivate graphical console. But how? I would like to keep the serial as well. 16:28 < ham5urg> /etc/ttys is the correct place? "console" is the graphical console? 16:30 -!- adig__ [~default@185.53.197.227] has joined #openbsd 16:31 -!- eightt [~m-eytojc@ip109-204-226-51.osphost.fi] has joined #openbsd 16:31 < vortexx> ham5urg: vi /etc/boot.conf and remove the console instructions 16:31 -!- nick_a1 [~user_a1@bl15-33-136.dsl.telepac.pt] has joined #openbsd 16:31 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 16:31 < sibiria> rcctl enable xenodm; rcctl start xenodm (or reboot if you haven't told qemu you want S/VGA periphreal) 16:32 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 265 seconds] 16:33 -!- adig_ [~default@185.53.197.227] has quit [Ping timeout: 272 seconds] 16:33 < vortexx> and yes the "console" entry in /etc/ttys enables or disables the graphical console iirc 16:35 < ham5urg> Aha, I need to change 'console "/usr/libexec/getty std.9600" vt220 off secure' to on and add a line in boot.conf to add a graphical beside a serial terminal? 16:36 < ham5urg> Wait is ttyC0 already the one I want? 16:36 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 16:36 < vortexx> correct it's ttyC0 not console 16:36 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 16:37 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 16:37 < ham5urg> Do I add all 6 to boot.conf? 16:38 < sibiria> i don't think you need to change anything there 16:39 < sibiria> my headless system (installed with "no i don't expect to run xenodm") and my desktop openbsd system (installed with "yes") have identical /etc/ttys configs 16:39 < vortexx> I don't think that's needed, if you have serial console configured in /etc/boot.conf your dmesg will appear at the serial console on boot but if the kernel finds the graphical console it enables automagically those 16:39 < ham5urg> While installing I used serial, now I'm stucked with it. No prompt on graphical console. 16:39 < Bradipo> You can unstuck it. 16:40 < sibiria> i.e. console and ttyC4 (the graphical console by default) are both "off" 16:40 < vortexx> then remove the console entries in /etc/boot.conf 16:40 < ham5urg> No, I don't want that. I would like to have both. 16:41 < ham5urg> If possible. 16:41 < sibiria> ttyC4 does not need to be "on" for xenodm/x to provide graphical output 16:41 < sibiria> in fact, it should be off so that it *can* occupy that console instead of putting a tty there 16:41 -!- kaisersosse [~lvdd@user/kaisersosse] has joined #openbsd 16:42 < sibiria> i'll repeat just in case you decide to read: my openbsd desktop system's /etc/ttys has "console" and ttyC4 set to off 16:42 < sibiria> and nothing in boot.conf 16:43 < vortexx> you can't have the boot prompt on both graphical or serial, it's one or the other. Turning off serial at the boot prompt doesn't remove the serial console once the OS is booted 16:44 < ham5urg> I understand. I did not tinkered with /etc/ttys but I can't login via graphical terminal. Just serial. Within serial I can start X. 16:44 < sibiria> did you: rcctl enable xenodm 16:44 < ham5urg> *I can't 16:44 -!- zorz [~zorz@user/zorz] has joined #openbsd 16:44 < ham5urg> sibiria, no 16:44 < sibiria> ok, why not? 16:44 < sibiria> because i'm sure i've told you to 14 times by now 16:45 < ham5urg> I like to start X from the console. 16:45 < sibiria> ... 16:45 < sibiria> xenodm is openbsd's way to use x.org 16:45 < sibiria> like it or not 16:45 < ham5urg> okay 16:45 < Bradipo> Well, "startx" isn't actually supported anymore. It might work if you try it though. 16:45 < ham5urg> let me try 16:45 < sibiria> enable xenodm and either reboot or: rcctl start xenodm 16:47 < ham5urg> "xf86OpenConsole: No console driver found" , the virtual GPU is QXL. Should I switch to virtio? 16:48 < sibiria> with qemu i think the only thing that works between it and openbsd is standard vga 16:48 < sibiria> but i say that not having poked around too much with using qemu for desktop stuff 16:48 < sibiria> so you can do for example: -vga std 16:49 < ham5urg> ok 16:50 < sibiria> -vga -vmware (svga) might work, too 16:50 -!- adig__ [~default@185.53.197.227] has quit [Read error: Connection reset by peer] 16:51 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 16:52 -!- topcat001 [~topcat001@user/topcat001] has joined #openbsd 16:52 -!- oneeyedalien [~oneeyedal@user/oneeyedalien] has joined #openbsd 16:54 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Read error: Connection reset by peer] 16:54 -!- mikewilzn [609e48c489@user/mikewilzn] has left #openbsd [Disconnected: Replaced by new connection] 16:55 -!- mikewilzn [609e48c489@user/mikewilzn] has joined #openbsd 16:55 -!- adip [~adip@public-gprs386457.centertel.pl] has quit [Ping timeout: 246 seconds] 16:56 < ham5urg> Where does netcat hide? Is there a way to index the repository to find a file within? 16:56 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 16:57 < Bradipo> ham5urg: You mean nc(1) ? 16:57 < Bradipo> It's part of base. 16:58 < ham5urg> au, I didn't checked it. My fail. 16:59 < Oddmonger> didn't knew nc was default installed 17:00 < Oddmonger> at least, it's not gnu-netcat :þ 17:01 < quinq> ham5urg, it's possible to do so 17:01 < quinq> IIRC there's somethink like a make search command 17:01 < quinq> Theres' also pkglocatedb 17:02 < quinq> And several online web tools for that (like https://openports.pl/) 17:03 < Bradipo> No, it's BSD nc(1): http://man.openbsd.org/nc 17:03 < quinq> (apology for fingers) 17:03 < Bradipo> Looks like there may be bug in the name section... 17:03 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 17:03 -!- muirrum [~muirrum@sourcehut/user/muirrum] has quit [Quit: Bye!] 17:03 < Bradipo> I'm not sure what "nc - arbitrary TCP and UDP connections and listens" means... 17:03 < Bradipo> Perhaps it is missing the word "opens " 17:03 -!- seninha [~seninha@user/seninha] has joined #openbsd 17:04 < Bradipo> Or "connects " 17:04 < quinq> Those are just words, implying it manages those 17:04 < quinq> s/words/nouns/ 17:04 < Bradipo> Yeah, or maybe it's just fine. 17:04 < ham5urg> I try to start X (via xenodm) but get https://termbin.com/twwn Do I need to install an extra package for VGA (kvm)? 17:04 < quinq> I agree it's a bit lazy description though 17:05 < Bradipo> Well, the description does say "can open TCP connections, send UDP packets, listen on aribtrary ..." 17:05 < Bradipo> Maybe the NAME just cannot be improved much. 17:05 -!- muirrum [~muirrum@sourcehut/user/muirrum] has joined #openbsd 17:05 < Bradipo> So not worth the effort. 17:07 < quinq> GNU one says “netcat - GNU Netcat Manual” :D 17:09 -!- d-ra [~d-ra@user/d-ra] has quit [Quit: Leaving] 17:10 < vortexx> ham5urg: I use virtio, not qxl. Works fine including for gnome 17:10 < ham5urg> ok, I will try. 17:13 < ham5urg> My virt-manager video-xml: https://termbin.com/xc78 17:13 -!- accelerat0r [~accelerat@user/accelerat0r] has joined #openbsd 17:15 -!- jrmu [psybnc@breadofgod.org] has left #openbsd [] 17:15 -!- vezhlys [~vezhlys@213.159.57.238] has joined #openbsd 17:16 -!- zwr [~zwr@201-4-87-25.user3p.veloxzone.com.br] has quit [Read error: Connection reset by peer] 17:21 -!- zwr [~zwr@201-4-87-25.user3p.veloxzone.com.br] has joined #openbsd 17:23 -!- nick_a1 [~user_a1@bl15-33-136.dsl.telepac.pt] has quit [Quit: leaving] 17:28 < ham5urg> Had to reinstall. When no serial console is activated at installation boot prompt, then after installation X starts. With serial console at installation activated I get https://termbin.com/twwn 17:29 -!- oneeyedalien [~oneeyedal@user/oneeyedalien] has quit [Quit: Leaving] 17:29 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 17:30 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 17:33 -!- extrowerk [~extrowerk@BC06D778.dsl.pool.telekom.hu] has joined #openbsd 17:40 -!- sodapop is now known as read 17:40 -!- read is now known as sodapop 17:44 < quinq> Hummm 17:44 < quinq> Is there a way to get timestamping on the dmesg? 17:49 < Bradipo> less /var/log/messages ? 17:52 -!- zorz [~zorz@user/zorz] has quit [Quit: Lost terminal] 17:53 < quinq> Well, there's a bit of *everything* in there 17:53 < quinq> Are all kernel messages prefixed by the kernel binary name? 17:53 < quinq> I can see "/bsd:" in there 17:53 < Bradipo> Good question... 17:53 -!- noone [~six@user/six] has joined #openbsd 17:54 < quinq> Hummm, looks like it yeah 17:54 < quinq> Thanks Bradipo :) 17:56 -!- gatlinggoat [~Thunderbi@128.6.147.51] has joined #openbsd 17:56 -!- arino [~arinov@gateway/tor-sasl/arinov] has quit [Remote host closed the connection] 17:57 -!- arino [~arinov@gateway/tor-sasl/arinov] has joined #openbsd 17:59 -!- zorz [~zorz@user/zorz] has joined #openbsd 18:03 -!- fro [fro@humpty.dance] has joined #openbsd 18:06 -!- zorz [~zorz@user/zorz] has quit [Ping timeout: 276 seconds] 18:18 -!- adip [~adip@public-gprs386457.centertel.pl] has joined #openbsd 18:18 -!- billchenchina- [~billchenc@103.152.35.21] has quit [Remote host closed the connection] 18:19 -!- ficonni [~ficonni@213.196.101.115] has joined #openbsd 18:20 -!- yclept [~yclept@user/yclept] has joined #openbsd 18:24 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 18:24 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Remote host closed the connection] 18:27 -!- seninha [~seninha@user/seninha] has joined #openbsd 18:28 -!- gatlinggoat [~Thunderbi@128.6.147.51] has quit [Ping timeout: 252 seconds] 18:32 -!- kaisersosse [~lvdd@user/kaisersosse] has quit [Quit: Konversation terminated!] 18:32 -!- kaisersosse [~lvdd@user/kaisersosse] has joined #openbsd 18:36 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has quit [Quit: https://github.com/ivdsangen] 18:37 -!- yclept [~yclept@user/yclept] has quit [Quit: nyaa~] 18:37 -!- bket [~bket@user/bket] has quit [Remote host closed the connection] 18:37 -!- manwithluck [manwithluc@gateway/vpn/protonvpn/manwithluck] has quit [Read error: Connection reset by peer] 18:37 -!- manwithluck [manwithluc@gateway/vpn/protonvpn/manwithluck] has joined #openbsd 18:38 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has joined #openbsd 18:39 -!- bket [~bket@user/bket] has joined #openbsd 18:48 -!- euphores [~SASL_euph@user/euphores] has quit [Ping timeout: 252 seconds] 18:48 -!- namaste [~namaste@user/xyk] has quit [Quit: nyaa~] 18:50 -!- namaste [~namaste@user/xyk] has joined #openbsd 18:53 -!- kaisersosse [~lvdd@user/kaisersosse] has quit [Ping timeout: 246 seconds] 18:54 -!- topcat001 [~topcat001@user/topcat001] has quit [Quit: Client closed] 18:56 -!- kaisersosse [~lvdd@user/kaisersosse] has joined #openbsd 18:56 -!- xet7 [~xet7@user/xet7] has joined #openbsd 18:57 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 18:57 -!- kaisersosse [~lvdd@user/kaisersosse] has quit [Client Quit] 18:57 -!- seninha [~seninha@user/seninha] has joined #openbsd 18:58 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 18:58 -!- gatlinggoat [~Thunderbi@128.6.147.51] has joined #openbsd 19:00 -!- modev [modev@gateway/vpn/protonvpn/modev] has quit [Quit: WeeChat 4.4.2] 19:09 -!- DinoWilliam [~dino@user/DINOWILLIAM] has quit [Remote host closed the connection] 19:10 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Remote host closed the connection] 19:12 -!- absc [~absc@2a04:ee41:8:6055:6d9b:2bf8:5581:b497] has joined #openbsd 19:14 -!- Deesl [~bsdboy@redhat/psirt/Deesl] has joined #openbsd 19:16 -!- zwr [~zwr@201-4-87-25.user3p.veloxzone.com.br] has quit [Read error: Connection reset by peer] 19:21 -!- user71 [~user71@2001:1530:1002:85c5:8fd3:56c7:8888:3614] has quit [Quit: Leaving] 19:21 -!- topcat001 [~topcat001@user/topcat001] has joined #openbsd 19:21 -!- gatlinggoat [~Thunderbi@128.6.147.51] has quit [Quit: gatlinggoat] 19:21 -!- zwr [~zwr@201-4-87-25.user3p.veloxzone.com.br] has joined #openbsd 19:28 -!- swaggboi [~kvirc@slackware.uk/supporter/swaggboi] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 19:30 -!- Aedil [~adrian@146.52.104.238] has quit [Ping timeout: 264 seconds] 19:30 -!- PapaChub_ [~PapaChub@vzw-54.parabon.com] has joined #openbsd 19:31 -!- hrb3 [~hrb@user/meow/hrb] has joined #openbsd 19:31 -!- e-Ltning [~ltning@anduin.net] has joined #openbsd 19:31 -!- hrb [~hrb@user/meow/hrb] has quit [Remote host closed the connection] 19:31 -!- quark8 [quark@user/meow/Quark] has joined #openbsd 19:32 -!- bpye1 [~bpye@user/bpye] has joined #openbsd 19:32 -!- rainbow_ [~rainbow@user/rainbow] has joined #openbsd 19:32 -!- Op3kkt4r_ [sid572902@id-572902.tinside.irccloud.com] has joined #openbsd 19:32 -!- jnth- [jnth@sometimes.life.is-a.beauty] has joined #openbsd 19:32 -!- pony_ [sid524992@smol/hors] has joined #openbsd 19:32 -!- wiu [~wiu@user/wiu] has joined #openbsd 19:32 -!- om3ga_ [~om3ga@93.177.187.134] has joined #openbsd 19:32 -!- pardis_ [~znc@quark.paardenvla.nl] has joined #openbsd 19:32 -!- pony_ is now known as smol-hors 19:33 -!- dudz_ [~dudz@mail.dudz.org] has joined #openbsd 19:33 -!- dab21_ [dab21@pistis.amyanddavid.net] has joined #openbsd 19:33 -!- \dev\null [~\dev\null@user/ShadowPasswd] has joined #openbsd 19:33 -!- CheckMyBrain_ [uid559926@id-559926.tinside.irccloud.com] has joined #openbsd 19:33 -!- tribaal_ [~tribaal@ubuntu/member/tribaal] has joined #openbsd 19:33 -!- breavyn_ [~breavyn@user/breavyn] has joined #openbsd 19:33 -!- Noisytoot [~noisytoot@user/meow/Noisytoot] has quit [Killed (mercury.libera.chat (Nickname regained by services))] 19:33 -!- pstef_ [~pstef@user/pstef] has joined #openbsd 19:33 -!- Noisytoot [~noisytoot@user/meow/Noisytoot] has joined #openbsd 19:33 -!- sonne [~vmlinuz@user/sonne] has joined #openbsd 19:35 -!- taleon_ [~cr@user/taleon] has joined #openbsd 19:35 -!- solaare_ [~solaarae@user/solaarae] has joined #openbsd 19:35 -!- or4n_ [~or4n@gerbera.qkka.org] has joined #openbsd 19:35 -!- apotheon_ [~apotheon@copyfree/founder/apotheon] has joined #openbsd 19:35 -!- gid_ [~gid@81.174.157.205] has joined #openbsd 19:35 -!- lynge_ [~lynge@v.16b1.dk] has joined #openbsd 19:35 -!- sh1 [~sh1@c-98-45-176-35.hsd1.ca.comcast.net] has joined #openbsd 19:35 -!- unthrig [~thrig@c-73-221-177-233.hsd1.wa.comcast.net] has joined #openbsd 19:35 -!- eminetworks [emigrant@109.231.52.211.koba.pl] has joined #openbsd 19:35 -!- horsewhi1 [~chris@user/horsewhip] has joined #openbsd 19:35 -!- sibiria_ [~sibiria@user/sibiria] has joined #openbsd 19:35 -!- betabug_ [~betabug@betabug.ch] has joined #openbsd 19:35 -!- markmcb2 [~markmcb@45.76.242.175] has joined #openbsd 19:35 -!- andinus2 [~andinus@user/andinus] has joined #openbsd 19:35 -!- lumidify_ [~lumidify@user/lumidify] has joined #openbsd 19:35 -!- kodcode [~kodcode@user/kodcode] has joined #openbsd 19:35 -!- cell- [cell@cell.freeirc.org] has joined #openbsd 19:35 -!- bket_ [~bket@user/bket] has joined #openbsd 19:35 -!- todi_away [~todi@p57803331.dip0.t-ipconnect.de] has joined #openbsd 19:36 -!- bsd4me_ [~bsduser@user/bsd4me] has joined #openbsd 19:36 -!- visl_ [visl@user/visl] has joined #openbsd 19:36 -!- astroanax1 [~astroanax@2001:19f0:7402:f82:5400:1ff:fec4:f7d7] has joined #openbsd 19:36 -!- Hackerpcs_1 [~user@user/hackerpcs] has joined #openbsd 19:36 -!- Hackerpcs_1 [~user@user/hackerpcs] has quit [Max SendQ exceeded] 19:37 -!- swaggboi [~kvirc@slackware.uk/supporter/swaggboi] has joined #openbsd 19:38 -!- dgl [~dgl@user/dg] has joined #openbsd 19:40 -!- Netsplit *.net <-> *.split quits: bsd4me, bket, PapaChub 19:40 -!- Netsplit *.net <-> *.split quits: om3ga, emigrant, breavyn, visl, apotheon, gid, solene, koo5__, MrPlop, taleon, (+40 more, use /NETSPLIT to show all of them) 19:40 -!- Op3kkt4r_ is now known as Op3kkt4r 19:40 -!- CheckMyBrain_ is now known as CheckMyBrain 19:40 -!- e-Ltning is now known as Ltning 19:41 -!- rainbow_ is now known as rainbow 19:41 -!- bpye1 is now known as bpye 19:41 -!- quark8 is now known as quark 19:41 -!- sibiria_ is now known as sibiria 19:42 -!- eminetworks is now known as emigrant 19:43 -!- lumidify_ is now known as lumidify 19:43 -!- Netsplit over, joins: Hackerpcs 19:43 -!- koo5_ [~quassel@vmi579006.contaboserver.net] has joined #openbsd 19:43 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 19:43 -!- A_Dragon [A_D@libera/staff/dragon] has quit [Quit: ZNC - https://znc.in] 19:44 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 19:44 -!- frodo [~sethkush@2602:ffb6:4:bc3a:f816:3eff:fe94:75bc] has quit [Ping timeout: 272 seconds] 19:45 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 19:46 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 19:46 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 19:46 -!- MrPlop [~cedric@bender.ddpo.be] has joined #openbsd 19:47 -!- cmc [~methos@gateway/tor-sasl/cmc] has quit [Ping timeout: 260 seconds] 19:47 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 19:48 -!- cmc [~methos@gateway/tor-sasl/cmc] has joined #openbsd 19:49 -!- dbohdan[phone] [uid547665@user/dbohdanphone/x-0845979] has joined #openbsd 19:51 -!- A_Dragon [A_D@libera/staff/dragon] has joined #openbsd 19:51 -!- fallback [fallback@2605:6400:20:b4:d215:d916:1183:4c75] has joined #openbsd 19:55 -!- zorz [~zorz@user/zorz] has joined #openbsd 19:57 -!- willyg_fl [~willyg_co@user/willyg-cos/x-4994202] has joined #openbsd 19:58 -!- accelerat0r [~accelerat@user/accelerat0r] has quit [Read error: Connection reset by peer] 19:58 -!- at_work [~at_work@user/at-work/x-5282331] has quit [Ping timeout: 276 seconds] 19:59 -!- frodo [~sethkush@2602:ffb6:4:bc3a:f816:3eff:fe94:75bc] has joined #openbsd 20:04 -!- Siva [Siva@lecturify.net] has joined #openbsd 20:13 < ham5urg> I installed kde and kde-plasma and further I went to https://openports.pl/path/meta/kde,-plasma and added ~/.xinitrc as described there. But KDE does not start when logging in. What do I have to do? 20:14 -!- Deesl [~bsdboy@redhat/psirt/Deesl] has quit [Quit: Textual IRC Client: www.textualapp.com] 20:16 -!- willyg_fl [~willyg_co@user/willyg-cos/x-4994202] has quit [Quit: willyg_fl] 20:17 -!- amnesiac [~amnesiac@109.169.146.223] has quit [Ping timeout: 260 seconds] 20:18 < jcs> are you logging in through xenodm? 20:18 < ham5urg> yes 20:18 < jcs> it should be .xsession for that, .xinitrc is used by startx 20:20 -!- betabug_ is now known as betabug 20:20 -!- betabug [~betabug@betabug.ch] has quit [Changing host] 20:20 -!- betabug [~betabug@user/betabug] has joined #openbsd 20:22 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 20:23 < ham5urg> I moved it from xinitrc to xsession. Now I can't login. A short flicker and I land at the xenodm login. Which is the log file I need to watch? 20:23 < jcs> ~/.xsession-errors 20:24 < ham5urg> mmmh, it's empty 20:25 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 20:25 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 20:25 -!- arino [~arinov@gateway/tor-sasl/arinov] has quit [Remote host closed the connection] 20:26 < sibiria> exec ? 20:26 -!- arino [~arinov@gateway/tor-sasl/arinov] has joined #openbsd 20:27 < vortexx> plasma requires wayland doesn't it? pkg_add wayland and follow the pkg-readme for it? 20:28 < smol-hors> openbsd has wayland now? :o 20:28 < smol-hors> so it seems! 20:28 < vortexx> has since 7.5 20:29 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 20:30 < klsrqm> it does! i gave it a go earlier, it worked OK! 20:30 < brynet> vortexx: no 20:30 < ham5urg> I switched the terminal via ctrl+alt+f2 and logged in as user. Run a exec kontact and get kicked out from the shell. But I got an error-message. 'could not connect to display' 'Could not load the platform plugin xcb in "" even though it was found. 20:30 < klsrqm> i mean, with caveats -- i couldn't figure out how to get my laptop's trackpad to work as i want it to; i know how to do it in xenodm but not wayland... 20:31 < klsrqm> (but i was using sway so sorry, cannot help with plasma) 20:33 < ham5urg> My error is pretty much the same as I found here https://forum.qt.io/topic/122875/error-qt-qpa-xcb-could-not-connect-to-display 20:34 < brynet> kde-plasma port works with X, wayland is still WEP. 20:34 -!- shiranaihito_ [~shiranaih@ppp-124-122-47-65.revip2.asianet.co.th] has quit [Read error: Connection reset by peer] 20:34 < ham5urg> But I'm not remotely connected to my virtual machine 20:35 < brynet> I installed plasma on my thinkpad recently, if you follow the pkgreadme it works. 20:35 -!- shiranaihito_ [~shiranaih@ppp-124-122-47-65.revip2.asianet.co.th] has joined #openbsd 20:35 < brynet> https://brynet.ca/article-l13gen2.html 20:36 -!- mbuhl [~mbuhl@user/mbuhl] has joined #openbsd 20:38 -!- pardis_ is now known as pardis 20:38 -!- foul_owl [~kerry@185.219.141.160] has quit [Ping timeout: 260 seconds] 20:39 < ham5urg> I did as in https://openports.pl/path/meta/kde,-plasma but to no avail. Do I need to install a package beside kde and kde-plasma 20:40 < brynet> Did you replace ${LOCALBASE} with /usr/local? That happens in the installed pkgreadme, but not on openports.pl. 20:42 -!- foul_owl [~kerry@174-21-143-250.tukw.qwest.net] has joined #openbsd 20:46 < ham5urg> How to read the installed pkgreadme? 20:46 -!- ook [~ook@user/ook] has joined #openbsd 20:46 -!- lcubed [~lcubed@user/lcubed] has quit [Ping timeout: 265 seconds] 20:47 < brynet> less /usr/local/share/doc/pkg-readmes/kde-plasma 20:48 < ham5urg> thanks 20:49 -!- shiranaihito_ [~shiranaih@ppp-124-122-47-65.revip2.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 20:52 -!- f6k [f6k@otaku.sdf.org] has quit [Quit: leaving] 20:52 -!- foul_owl [~kerry@174-21-143-250.tukw.qwest.net] has quit [Ping timeout: 246 seconds] 20:55 -!- grobi [~grobi@user/grobi] has joined #openbsd 20:57 -!- CrashOverride [~strcat@p54854231.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 20:58 -!- platao [~mirc-rc@177.100.68.254] has joined #openbsd 21:00 -!- dudz_ is now known as dudz 21:00 -!- mijndert [~mijndert@user/mijndert] has quit [Quit: kbye] 21:01 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has quit [Remote host closed the connection] 21:01 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 21:02 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 252 seconds] 21:02 -!- lavaball [~Melissa@31.204.155.215] has quit [Quit: lavaball] 21:02 -!- Nahual [~Nahual@centos/community/Nahual] has quit [Quit: Leaving.] 21:03 -!- platao [~mirc-rc@177.100.68.254] has quit [Quit: pop!_os channel on irc #pop!_os] 21:03 -!- seninha [~seninha@user/seninha] has joined #openbsd 21:05 -!- foul_owl [~kerry@185.219.141.160] has joined #openbsd 21:06 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 21:09 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 21:12 -!- xue [~xue@user/xue] has quit [Ping timeout: 245 seconds] 21:14 < ham5urg> This was a great openbsd exploring. Thanks all. 21:17 -!- spew [~spew@2806:2a0:1522:8662::728c] has joined #openbsd 21:17 -!- absc [~absc@2a04:ee41:8:6055:6d9b:2bf8:5581:b497] has quit [Remote host closed the connection] 21:17 -!- hrb3 is now known as hrb 21:17 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 21:18 -!- spew [~spew@2806:2a0:1522:8662::728c] has quit [Remote host closed the connection] 21:19 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." -- Mikhail Tal] 21:20 -!- at_work [~at_work@user/at-work/x-5282331] has joined #openbsd 21:22 -!- om3ga_ [~om3ga@93.177.187.134] has quit [Ping timeout: 276 seconds] 21:25 -!- spew [~spew@2806:2a0:1522:8662::728c] has joined #openbsd 21:35 -!- danilogondolfo [~danilogon@2a02:8084:4f62:4c00:d826:7cd:bf8e:ce3b] has quit [Remote host closed the connection] 21:37 -!- setient [~setient@li92-193.members.linode.com] has quit [Changing host] 21:37 -!- setient [~setient@user/setient] has joined #openbsd 21:39 -!- xse [~xse@krkrkr.org] has joined #openbsd 21:44 -!- adip [~adip@public-gprs386457.centertel.pl] has quit [Ping timeout: 252 seconds] 21:44 -!- xue [~xue@user/xue] has joined #openbsd 21:45 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 21:49 -!- xue [~xue@user/xue] has quit [Ping timeout: 264 seconds] 21:50 -!- umgeher [~umgeher@user/umgeher] has quit [Quit: WeeChat 4.2.1] 21:59 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 22:02 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 22:04 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.2.1] 22:07 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 245 seconds] 22:09 -!- setient [~setient@user/setient] has quit [Ping timeout: 264 seconds] 22:10 -!- setient [~setient@li92-193.members.linode.com] has joined #openbsd 22:15 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 22:15 -!- rafael [~rafael@user/rafael] has quit [Ping timeout: 248 seconds] 22:15 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Quit: bbl] 22:16 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 22:17 -!- mikewilzn [609e48c489@user/mikewilzn] has left #openbsd [Disconnected: Hibernating too long] 22:19 -!- scain [~scain@2603:8080:b104:4e00:45cf:678b:a7f:b897] has quit [Quit: Konversation terminated!] 22:21 -!- nick_a1 [~user_a1@bl15-33-136.dsl.telepac.pt] has joined #openbsd 22:25 -!- nick_a1 [~user_a1@bl15-33-136.dsl.telepac.pt] has quit [Client Quit] 22:28 -!- unthrig [~thrig@c-73-221-177-233.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 22:28 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 252 seconds] 22:31 -!- falsifian [~falsifian@h0.falsifian.org] has quit [Quit: connection reset by purr] 22:31 -!- grobi [~grobi@user/grobi] has quit [Quit: ᗧ•··ᗣ·•·♝·eat·the·rich·♞·ᗤ•ᗣᗣᗣᗧ•] 22:32 -!- Warr1024 [~Warr@user/warr1024] has quit [Remote host closed the connection] 22:32 -!- Warr1024 [~Warr@user/warr1024] has joined #openbsd 22:34 -!- Bradipo [~Bradipo@50.77.44.29] has quit [Ping timeout: 265 seconds] 22:38 -!- falsifian [~falsifian@h0.falsifian.org] has joined #openbsd 22:45 -!- thrig [~thrig@c-73-221-177-233.hsd1.wa.comcast.net] has joined #openbsd 22:46 -!- spew [~spew@2806:2a0:1522:8662::728c] has quit [Quit: spew] 22:47 -!- spew [~spew@2806:2a0:1522:8662::728c] has joined #openbsd 22:54 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 22:55 -!- mbuhl [~mbuhl@user/mbuhl] has quit [Remote host closed the connection] 22:57 -!- mbuhl [~mbuhl@user/mbuhl] has joined #openbsd 23:00 -!- PapaChub_ [~PapaChub@vzw-54.parabon.com] has quit [Quit: Leaving] 23:10 -!- mikewilzn [609e48c489@user/mikewilzn] has joined #openbsd 23:31 -!- PapaChub [~PapaChub@vzw-54.parabon.com] has joined #openbsd 23:37 -!- mikewilzn [609e48c489@user/mikewilzn] has left #openbsd [Disconnected: Hibernating too long] 23:44 -!- m5zs7k [aquares@web10.mydevil.net] has quit [Quit: m5zs7k] 23:45 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 23:46 -!- seninha [~seninha@user/seninha] has joined #openbsd 23:48 -!- m5zs7k [aquares@web10.mydevil.net] has joined #openbsd 23:56 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] --- Log closed Tue Sep 17 00:00:51 2024