--- Log opened Thu Nov 28 00:00:24 2024 00:06 -!- unpx [~unpx@83.136.104.244] has quit [Ping timeout: 252 seconds] 00:08 -!- xet7 [~xet7@user/xet7] has quit [Remote host closed the connection] 00:08 -!- gatlinggoat [~Thunderbi@2600:4040:ad65:b400:5459:8033:7f88:fc82] has quit [Quit: gatlinggoat] 00:10 -!- xet7 [~xet7@user/xet7] has joined #openbsd 00:13 -!- tertullian [~sonne@82.199.134.168] has quit [Read error: Connection reset by peer] 00:15 -!- gnucode [~gnucode@user/jab] has joined #openbsd 00:19 -!- zenmov [~zenmov@user/zenmov] has joined #openbsd 00:20 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 00:21 < gnucode> man man still shows lots of ??? 00:22 < gnucode> https://clbin.com/2RWtH <-- my ~/.profile 00:22 < gnucode> I thought I had successfully modified my path before, but apparently not. 00:23 -!- ficonni [~ficonni@213.196.101.110] has quit [Remote host closed the connection] 00:25 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 00:27 -!- unpx [~unpx@83.136.104.244] has joined #openbsd 00:27 < thrig> echo 'echo '\''IS THIS FILE BEING READ'\''' >> ~/.profile 00:29 -!- memset_ [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 00:31 -!- vdamewood [~vdamewood@fedora/vdamewood] has quit [Quit: Life beckons] 00:34 -!- accelerat0r [~user@user/accelerat0r] has joined #openbsd 00:35 -!- redruM [~redrum@user/redrum] has joined #openbsd 00:35 -!- cleric [~cleric@138.68.21.116] has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in] 00:36 -!- cleric [~cleric@2604:a880:2:d0::53b2:f001] has joined #openbsd 00:38 < niftily> gnucode: did you try adding `LC_ALL=en_US.UTF-8' to .xsession file? 00:39 < gnucode> I did not. 00:39 < gnucode> I put it in ~/.profile maybe that was the problem 00:40 < niftily> how do you start the x server? 00:41 -!- tertullian [~sonne@82.199.134.169] has joined #openbsd 00:41 < pardis> LC_ALL is very unlikely to be the problem if 'man man' is showing you gibberish 00:42 < pardis> man(1) doesn't use any non-ASCII characters 00:42 < pardis> where exactly in the page are you seeing that? 00:42 -!- accelerat0r [~user@user/accelerat0r] has quit [Remote host closed the connection] 00:42 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 00:43 < gnucode> pardis: in a terminal typing in man man 00:43 < pardis> there is no terminal in the man page 00:43 < gnucode> man ??? display manual pages 00:43 < gnucode> that's the first line. 00:43 < gnucode> or near the top of the file rather 00:44 < niftily> is it xterm that you use or another fancy terminal? 00:44 < gnucode> xfce4-terminal 00:44 < pardis> does it work in xterm? 00:44 -!- stee [~stee@syn-076-170-192-025.res.spectrum.com] has quit [Ping timeout: 276 seconds] 00:44 < gnucode> if I do this: 00:44 < gnucode> LC_ALL=en_US.UTF-8 xfce4-terminal 00:44 < gnucode> in the new terminal 00:44 < gnucode> man man 00:44 < gnucode> the ??? goes away 00:44 < pardis> okay, good 00:45 < gnucode> env does not show LC_ALL or LANG 00:45 < niftily> how do you start your x session? 00:45 < niftily> startx or xenodm? 00:45 < gnucode> rcctl enable xenodm 00:45 < niftily> then the line should go in .xsession, before the last line that starts xfce 00:46 < gnucode> kk 00:46 < gnucode> why there I wonder instead of profile 00:47 < niftily> every prog started in xfce... will have that variable set, including xfce-terminal 00:47 < niftily> be sure to export though 00:48 < pardis> because .profile is the file loaded by a login shell, and you are not running a login shell 00:48 < niftily> `export LC_ALL=en_US.UTF-8' 00:48 < pardis> putting things in files with the wrong purpose will often lead to them not applying 00:49 < gnucode> ahhh. xenodm is not using a login shell. Good to know. 00:49 < niftily> it's the terminal emulator that runs a shell 00:50 < gnucode> gotcha. 00:51 < gnucode> Well let me try logging out and in again to see if this fixed things. 00:51 < gnucode> brb 00:51 -!- gnucode [~gnucode@user/jab] has quit [Remote host closed the connection] 00:52 -!- BillyZane [~BillyZane@user/BillyZane] has quit [Quit: Leaving] 00:54 -!- waves [~waves@user/waves] has quit [Ping timeout: 246 seconds] 00:54 -!- tozhu [~tozhu@218.89.244.49] has quit [Quit: tozhu] 00:55 -!- gnucode [~gnucode@user/jab] has joined #openbsd 00:55 < gnucode> thanks! that worked! 00:55 < niftily> good 00:56 -!- zimmer__ [~zimmer@user/zimmer] has quit [Quit: Leaving] 00:57 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 00:57 < thrig> https://thrig.me/tmp/unicodisms.txt 00:58 -!- Everything [~Everythin@46.211.105.44] has quit [Ping timeout: 255 seconds] 01:04 -!- gnucode [~gnucode@user/jab] has quit [Remote host closed the connection] 01:04 -!- gnucode [~gnucode@user/jab] has joined #openbsd 01:06 < gnucode> I am also really impressed by pf by the way. My config is super simple but only enables https and other essential stuff that I use. 01:07 < dlg> i like logging in pf too 01:08 < ssm_> tcpdump is confusing and I'm dumb :S 01:08 < gnucode> ssm_: somehow I don't think that you are dumb. :) 01:08 -!- seninha [~seninha@user/seninha] has joined #openbsd 01:08 < ssm_> at least the manpage examples are good enough for a noob 01:08 < ssm_> gnucode: eh, good at some things, bad at others 01:09 < gnucode> the man pages are really good. I just re-figured out how to autologin on xenodm 01:10 < gnucode> I figure since I have to type in the password to decrypt the drive at login, then there's really no need to re-authenticate my user at login again. 01:10 < gnucode> and I use a laptop that is not on all the time. 01:11 < ssm_> any protection short of encryption is useless against an attacker than has hardware access 01:11 < ssm_> s/than/that/ 01:14 < seninha> i skipped sysupgrade snapshots with /usr/lib/libutil.so.19.0 and `pkg_add` is issuing bad major when adding and updating some packages which have not been re{linked,packaged} with libutil.so.20.0 01:14 < seninha> what could i do (other than wait?) 01:15 -!- OG_MagiC [~bigserver@user/OG-MagiC:07773] has quit [Read error: Connection reset by peer] 01:15 < seninha> build the port, i think... (but chromium is the package) 01:15 < seninha> not on this 12 year-old thinkpad 01:16 < ssm_> you could try to rebuild the old libutil 01:17 < seninha> ssm_, for that i'd just have to checkout an old commit of src and `make build -C /usr/src/lib/libutil` ? (I am using -current and my /usr/src is cloned from github mirror) 01:20 -!- coppola [~coppola_@user/coppola] has joined #openbsd 01:21 -!- OG_MagiC [~bigserver@user/OG-MagiC:07773] has joined #openbsd 01:21 < ssm_> seninha: dumping the make targets I don't see a build target. there is an install target, though 01:23 < ssm_> version is stored in shlib_version 01:26 < ssm_> unless you want to build against a source tree sync'd to libutil 19 though, you may run into dependency issues 01:27 < ssm_> so waiting might be better unless you want to update your whole src tree (and that's also assuming no portability issues in your currently installed utilities & kernel with the old version, though that's less likely) 01:27 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 01:27 < seninha> yeah, i am gonna just wait for the buildfarms 01:27 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 01:28 < seninha> the real think is python; i want to install it and test something. But i will probably not know how to deal with dependency issues 01:28 < seninha> thanks :D 01:28 -!- waves [~waves@user/waves] has joined #openbsd 01:29 < seninha> unstable system is unstable 01:29 < seninha> -- Linus 01:29 < niftily> seninha: can't you create a symlink? 01:30 < ssm_> nothing has ever gone wrong symlinking libraries to the wrong versions 01:31 < niftily> cd /usr/lib; doas ln -s libutil.so.20.0 libutil.so.19.0 01:31 < seninha> probably; i'll just wait tho 01:31 < seninha> meh, it's 22:30 here and spend a night fighting my system just to test some program is not worth the night lost... 01:32 -!- mw1144 [~mw1144@67-1-124-37.tcso.qwest.net] has quit [Quit: Client closed] 01:32 < seninha> (gonna lose it doomscrolling on telegram rather) 01:32 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Quit: format_c] 01:32 < thrig> besides total system failure when a user updated glibc and broke everything 01:33 < thrig> also, cd /usr/lib && ... 01:33 < ssm_> also, doas to root account bypasses root password 01:40 -!- adip [~adip@c145-14.icpnet.pl] has quit [Ping timeout: 248 seconds] 01:40 < pardis> symlinking libraries in this particular way is fairly low-risk on OpenBSD, since you can only break the packages that are already broken 01:40 < pardis> it will not cause anything linked against libutil.so.20.0 to start using libutil.so.19.0 01:41 < pardis> (unlike, say, doing ln -s libutil.so.20.0 libutil.so.20.1) 01:42 < niftily> besides, libraries apis are backward-compatible, in my experience 01:42 < pardis> the purpose of bumping the major soname version is precisely that they are not backward-compatible 01:42 < pardis> although usually the incompatibility will be in one or two symbols, and you're quite likely to find they're not used by the thing you're trying to unbreak 01:53 < niftily> and most often symbols are added, not removed neither changed 01:54 -!- MrGoblins [~MrGoblins@2806:107e:13:f129:e492:dc0:6c7c:41da] has joined #openbsd 01:55 -!- BillyZane [~BillyZane@user/BillyZane] has joined #openbsd 01:57 -!- billchenchina [~billchenc@2a0d:2580:ff0c:201:47cf:ca1:a674:8042] has joined #openbsd 01:57 -!- sdds [~sdds@user/sdds] has joined #openbsd 01:57 -!- MrGoblins [~MrGoblins@2806:107e:13:f129:e492:dc0:6c7c:41da] has quit [Read error: Connection reset by peer] 01:57 -!- MrGoblins [~MrGoblins@201.103.90.191] has joined #openbsd 02:00 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 02:01 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 252 seconds] 02:03 -!- zenmov [~zenmov@user/zenmov] has quit [Remote host closed the connection] 02:11 -!- zenmov [~zenmov@user/zenmov] has joined #openbsd 02:28 -!- coppola_ [~coppola_@user/coppola] has joined #openbsd 02:32 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 02:32 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 02:33 -!- sdds [~sdds@user/sdds] has quit [Ping timeout: 260 seconds] 02:35 -!- sdds [~sdds@user/sdds] has joined #openbsd 02:36 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 02:39 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 02:41 -!- tozhu [~tozhu@117.139.163.129] has quit [Client Quit] 02:44 -!- coppola_ [~coppola_@user/coppola] has quit [Quit: bye bye] 02:47 -!- gnucode [~gnucode@user/jab] has quit [Remote host closed the connection] 02:51 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 02:56 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 02:57 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 03:00 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 03:01 -!- ClaudioM [claudiom@tilde.institute] has joined #openbsd 03:02 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 03:06 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 03:09 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 03:18 -!- foul_owl [~kerry@174-21-81-201.tukw.qwest.net] has quit [Ping timeout: 260 seconds] 03:23 -!- m3a [~m3a@170.52.78.7] has joined #openbsd 03:31 -!- foul_owl [~kerry@185.219.141.161] has joined #openbsd 03:33 -!- sdds_ [~sdds@user/sdds] has joined #openbsd 03:33 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 260 seconds] 03:34 -!- sdds [~sdds@user/sdds] has quit [Ping timeout: 260 seconds] 03:34 -!- martian67 [~martian67@user/meow/martian67] has quit [Ping timeout: 260 seconds] 03:34 -!- cmc [~methos@gateway/tor-sasl/cmc] has quit [Ping timeout: 260 seconds] 03:34 -!- martian67_ [~martian67@user/meow/martian67] has joined #openbsd 03:34 -!- martian67_ is now known as martian67 03:36 -!- cmc [~methos@gateway/tor-sasl/cmc] has joined #openbsd 03:40 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 03:44 -!- runelind_ [~runelind@user/runelind] has quit [Ping timeout: 260 seconds] 03:49 -!- chaky [~chaky@93-138-194-36.adsl.net.t-com.hr] has quit [Ping timeout: 252 seconds] 03:50 -!- niftily [~niftily@user/niftily] has quit [Quit: leaving] 03:51 -!- chaky [~chaky@93-143-59-240.adsl.net.t-com.hr] has joined #openbsd 03:52 -!- runelind [~runelind@user/runelind] has joined #openbsd 03:53 -!- _zip100 [~zip100@185.209.196.197] has joined #openbsd 03:54 -!- zip100 [~zip100@185.209.196.251] has quit [Ping timeout: 276 seconds] 03:55 -!- gatlinggoat [~Thunderbi@2600:4040:ad65:b400:5459:8033:7f88:fc82] has joined #openbsd 03:56 -!- gatlinggoat [~Thunderbi@2600:4040:ad65:b400:5459:8033:7f88:fc82] has quit [Client Quit] 03:59 -!- TheyCallMePaul [~TheyCallM@ip70-173-180-77.lv.lv.cox.net] has quit [Quit: Leaving] 04:08 -!- artmdl [~art5456@d172-218-174-94.bchsia.telus.net] has joined #openbsd 04:12 -!- thrig [~thrig@c-73-221-177-233.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 04:15 -!- billchenchina [~billchenc@2a0d:2580:ff0c:201:47cf:ca1:a674:8042] has quit [Remote host closed the connection] 04:19 -!- billchenchina [~billchenc@103.118.42.229] has joined #openbsd 04:19 -!- mover [~hischild@user/mover] has quit [Quit: leaving] 04:23 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 04:27 -!- thrig [~thrig@c-73-221-177-233.hsd1.wa.comcast.net] has joined #openbsd 04:27 -!- \subline [~join_subl@24-246-63-252.cable.teksavvy.com] has quit [Ping timeout: 260 seconds] 04:30 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 04:30 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 04:30 -!- gatlinggoat [~Thunderbi@2600:4040:ad65:b400:5459:8033:7f88:fc82] has joined #openbsd 04:37 -!- \subline [~join_subl@24-246-63-252.cable.teksavvy.com] has joined #openbsd 04:54 -!- mxz__ [~mxz@user/mxz] has joined #openbsd 04:54 -!- mxz_ [~mxz@user/mxz] has quit [Ping timeout: 245 seconds] 04:55 -!- mxz [~mxz@user/mxz] has quit [Ping timeout: 252 seconds] 04:55 -!- mxz__ is now known as mxz 04:59 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 05:02 -!- MrGoblins [~MrGoblins@201.103.90.191] has quit [Read error: Connection reset by peer] 05:02 -!- MrGoblins [~MrGoblins@2806:107e:13:f129:e492:dc0:6c7c:41da] has joined #openbsd 05:13 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 05:23 -!- zenmov [~zenmov@user/zenmov] has quit [Ping timeout: 276 seconds] 05:30 -!- jonf [~jjf@c-174-166-163-232.hsd1.nj.comcast.net] has quit [Remote host closed the connection] 05:30 -!- jonf [~jjf@c-174-166-163-232.hsd1.nj.comcast.net] has joined #openbsd 05:50 -!- shiranaihito_ [~shiranaih@ppp-171-96-192-136.revip8.asianet.co.th] has joined #openbsd 05:59 -!- kikadf_ [~quassel@20014C4E2BD4A800DEA632FFFE5AD709.dsl.pool.telekom.hu] has joined #openbsd 05:59 -!- kikadf [~quassel@20014C4E2BCD8500DEA632FFFE5AD709.dsl.pool.telekom.hu] has quit [Ping timeout: 245 seconds] 06:03 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 06:04 -!- tozhu [~tozhu@117.139.163.129] has joined #openbsd 06:11 -!- zwr [~zwr@200-97-246-192.user3p.veloxzone.com.br] has quit [Read error: Connection reset by peer] 06:14 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 06:17 -!- zwr [~zwr@200-97-246-192.user3p.veloxzone.com.br] has joined #openbsd 06:20 -!- horrad [~Thunderbi@2003:a:61f:c901:9907:f2af:6ea5:44bb] has joined #openbsd 06:20 -!- Aedil [~adrian@146.52.105.208] has joined #openbsd 06:21 -!- kikadf_ [~quassel@20014C4E2BD4A800DEA632FFFE5AD709.dsl.pool.telekom.hu] has quit [Ping timeout: 252 seconds] 06:21 -!- kikadf [~quassel@20014C4E2BC98100DEA632FFFE5AD709.dsl.pool.telekom.hu] has joined #openbsd 06:32 -!- ZLima12 [~zlima12@user/meow/ZLima12] has quit [] 06:35 -!- ZLima12 [~zlima12@user/meow/ZLima12] has joined #openbsd 06:36 -!- MrGoblins [~MrGoblins@2806:107e:13:f129:e492:dc0:6c7c:41da] has quit [Ping timeout: 265 seconds] 06:37 -!- MrGoblins [~MrGoblins@201.103.90.191] has joined #openbsd 06:41 -!- uncleyear [~ian@45.80.46.84] has joined #openbsd 06:42 -!- dastain [~dastain@2a00:d880:6:262::45a3] has quit [Ping timeout: 245 seconds] 06:43 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 260 seconds] 06:44 -!- dastain [~dastain@81.4.102.12] has joined #openbsd 06:45 -!- UDENIX [~UDENIX@user/udenix] has quit [Read error: Connection reset by peer] 06:53 -!- horrad [~Thunderbi@2003:a:61f:c901:9907:f2af:6ea5:44bb] has quit [Read error: Connection reset by peer] 06:54 -!- horrad [~Thunderbi@2003:a:61f:c901:9907:f2af:6ea5:44bb] has joined #openbsd 06:58 -!- UDENIX [~UDENIX@user/udenix] has joined #openbsd 07:01 -!- mxz_ [~mxz@user/mxz] has joined #openbsd 07:04 -!- agentcasey [~agentcase@99-106-182-62.lightspeed.elpstx.sbcglobal.net] has quit [Ping timeout: 252 seconds] 07:05 -!- redruM [~redrum@user/redrum] has quit [Quit: leaving] 07:10 -!- zenmov [~zenmov@user/zenmov] has joined #openbsd 07:15 -!- Uurguu [~gil@amontsouris-654-1-54-10.w90-2.abo.wanadoo.fr] has quit [Quit: leaving] 07:21 -!- feriman [~feriman@user/feriman] has joined #openbsd 07:23 -!- linsux [~metbsd@user/linsux] has quit [Ping timeout: 272 seconds] 07:26 -!- linsux [~metbsd@pool-99-241-31-97.cpe.net.cable.rogers.com] has joined #openbsd 07:26 -!- linsux [~metbsd@pool-99-241-31-97.cpe.net.cable.rogers.com] has quit [Changing host] 07:26 -!- linsux [~metbsd@user/linsux] has joined #openbsd 07:27 -!- linsux [~metbsd@user/linsux] has quit [Read error: Connection reset by peer] 07:27 -!- BillyZane [~BillyZane@user/BillyZane] has quit [Quit: Leaving] 07:27 -!- frdem [~frdem@178.157.33.2] has joined #openbsd 07:30 -!- Foxy_ [~fox@user/Foxy/x-8224177] has quit [Quit: WeeChat 4.4.3] 07:30 -!- linsux [~metbsd@pool-99-241-31-97.cpe.net.cable.rogers.com] has joined #openbsd 07:30 -!- linsux [~metbsd@pool-99-241-31-97.cpe.net.cable.rogers.com] has quit [Changing host] 07:30 -!- linsux [~metbsd@user/linsux] has joined #openbsd 07:32 -!- Foxy_ [~fox@user/Foxy/x-8224177] has joined #openbsd 07:36 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 07:38 -!- ForeverNoob[m] [~ForeverNo@user/ForeverNoobm:35570] has quit [Ping timeout: 276 seconds] 07:43 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 07:50 -!- makarov [~makarov__@160.179.241.37] has joined #openbsd 07:51 -!- ForeverNoob[m] [~ForeverNo@user/ForeverNoobm:35570] has joined #openbsd 07:51 -!- BillyZane [~BillyZane@user/BillyZane] has joined #openbsd 07:58 -!- adig [~default@109.166.137.219] has quit [Read error: Connection reset by peer] 08:06 -!- feriman [~feriman@user/feriman] has quit [Quit: leaving] 08:08 -!- feriman [~feriman@user/feriman] has joined #openbsd 08:19 -!- raspbeguy [~raspbeguy@wireguard/tunneler/raspbeguy] has quit [Ping timeout: 246 seconds] 08:27 -!- tozhu [~tozhu@117.139.163.129] has quit [Quit: tozhu] 08:27 -!- billchenchina- [~billchenc@2a0d:2580:ff0c:201:47cf:ca1:a674:8042] has joined #openbsd 08:30 -!- billchenchina [~billchenc@103.118.42.229] has quit [Ping timeout: 245 seconds] 08:31 -!- adip [~adip@c145-14.icpnet.pl] has joined #openbsd 08:32 -!- frdem [~frdem@178.157.33.2] has quit [Ping timeout: 255 seconds] 08:33 -!- frdem [~frdem@178.157.33.2] has joined #openbsd 08:33 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 08:35 -!- Oclair [~Oclair@nq3.aventia.pw] has quit [Quit: %Cya%] 08:36 -!- Oclair [~Oclair@nq3.aventia.pw] has joined #openbsd 08:38 -!- raspbeguy [~raspbeguy@wireguard/tunneler/raspbeguy] has joined #openbsd 08:38 -!- zoraj [~ubuntu@41.136.93.43] has quit [Ping timeout: 246 seconds] 08:40 -!- docmatson1 [~Docmatson@user/docmatson] has quit [Quit: WeeChat 3.8] 08:40 -!- zoraj [~ubuntu@41.136.17.14] has joined #openbsd 08:47 -!- b50d [~b50d@62.96.54.30] has joined #openbsd 08:48 -!- adig [~default@109.166.137.23] has joined #openbsd 08:53 -!- cmc [~methos@gateway/tor-sasl/cmc] has quit [Remote host closed the connection] 08:54 -!- cmc [~methos@gateway/tor-sasl/cmc] has joined #openbsd 08:57 -!- danilogondolfo [~danilogon@2a02:8084:4f62:1280:3f8b:7219:ac03:f73b] has joined #openbsd 09:06 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Remote host closed the connection] 09:09 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 248 seconds] 09:11 -!- tozhu [~tozhu@218.89.244.49] has joined #openbsd 09:11 -!- tozhu [~tozhu@218.89.244.49] has quit [Client Quit] 09:15 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 09:16 -!- Manis [01a66df340@84-73-19-122.dclient.hispeed.ch] has joined #openbsd 09:17 -!- eki [~eki@159-255-247-158.bb.dnainternet.fi] has quit [Quit: leaving] 09:18 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 260 seconds] 09:21 -!- manwithluck [manwithluc@gateway/vpn/protonvpn/manwithluck] has quit [Ping timeout: 265 seconds] 09:23 -!- sfyatee [~sfyatee@47.150.242.75] has joined #openbsd 09:23 < Manis> Hi. I'm new to OpenBSD, so please forgive me if I ask some very basic questions. 09:23 -!- eki [~eki@159-255-247-158.bb.dnainternet.fi] has joined #openbsd 09:24 < Manis> I'm trying to configure hotplugd to open an xminicom in the running X session when a USB serial device is connected. 09:24 < Manis> How can I resolve the ucomN to a cua device? 09:26 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 09:27 -!- ublx [~ublx@user/ublx] has joined #openbsd 09:31 < mischief> Manis: is ucomN not also just cuaU0N? 09:33 < Manis> mischief: is it? I don't know :-) 09:33 < Lucas_> check `sysct hw.ucomnames` after plugging it in 09:34 < Lucas_> that will give you an stable name (based on the USB port tho) that you can use in `cu` 09:36 < Manis> Lucas_: this I know but only in cu, not minicom. 09:36 -!- sfyatee [~sfyatee@47.150.242.75] has quit [Remote host closed the connection] 09:37 < Manis> Or should I be using cu instead of minicom? 09:39 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 252 seconds] 09:42 -!- sfyatee [~sfyatee@47.150.242.75] has joined #openbsd 09:43 < Lucas_> oh, missed the part about minicom, sorry 09:43 < Lucas_> I'd say that, if cu is enough for you, use it instead of minicom 09:48 < Manis> I started with minicom because that's what I've been using for years on Linux. 09:48 < Manis> I experimented a bit with cu and I liked it at first, especially because it doesn't always interfere with me with its escape key. 09:49 < Manis> The only thing I couldn't yet get working is the 1.5M baud rate. 09:50 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Quit: format_c] 09:57 -!- RetroSheep [~gavin@user/RetroSheep] has joined #openbsd 09:57 -!- RetroSheep is now known as Beech 09:59 -!- Beech [~gavin@user/RetroSheep] has quit [Client Quit] 10:00 -!- Beech [~gavin@grassfield.plus.com] has joined #openbsd 10:01 -!- Beech [~gavin@grassfield.plus.com] has quit [Client Quit] 10:03 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 10:04 < IcePic> openbsd doesn't have divider numbers for rates that high 10:04 < IcePic> or at least didn't, last I looked 10:06 < mischief> i've had 921600 baud work before. not tried higher. 10:07 -!- Beech [~gavin@grassfield.plus.com] has joined #openbsd 10:09 -!- tozhu [~tozhu@218.89.244.49] has joined #openbsd 10:14 < Lucas_> Manis: wdym? I used it several times at 1.5M 10:15 < Manis> Hmm, interesting, Lucas_. 10:16 < Manis> Maybe it's my machine only having a USB 1 port then which is the problem. 10:16 < Manis> 1500000 baud is pretty close to 12 Mbps. 10:19 -!- tozhu [~tozhu@218.89.244.49] has quit [Quit: tozhu] 10:19 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 265 seconds] 10:19 < Manis> But the USB adapter is USB 1.1 only also when connected to a Linux machine which has USB 3 10:21 -!- vezhlys [~Andrius@213.159.57.238] has joined #openbsd 10:33 -!- manwithluck [manwithluc@gateway/vpn/protonvpn/manwithluck] has joined #openbsd 10:36 -!- tozhu [~tozhu@218.89.244.49] has joined #openbsd 10:47 -!- MrGoblins [~MrGoblins@201.103.90.191] has quit [Ping timeout: 246 seconds] 10:50 < brynet> It's device/driver specific. 10:53 -!- tozhu [~tozhu@218.89.244.49] has quit [Quit: tozhu] 10:57 -!- tozhu [~tozhu@218.89.244.49] has joined #openbsd 11:06 -!- tozhu [~tozhu@218.89.244.49] has quit [Quit: tozhu] 11:06 -!- tozhu [~tozhu@218.89.244.49] has joined #openbsd 11:25 -!- antanst [~antanst@user/antanst] has quit [Quit: The Lounge - https://thelounge.chat] 11:27 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 11:28 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 11:29 -!- tochu [~tozhu@125.69.99.205] has joined #openbsd 11:30 -!- tozhu [~tozhu@218.89.244.49] has quit [Ping timeout: 240 seconds] 11:30 -!- tochu is now known as tozhu 11:32 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 11:33 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 11:36 -!- tochu [~tozhu@125.69.99.250] has joined #openbsd 11:36 -!- tochu [~tozhu@125.69.99.250] has quit [Client Quit] 11:37 -!- tozhu [~tozhu@125.69.99.205] has quit [Ping timeout: 240 seconds] 11:43 -!- manwithluck [manwithluc@gateway/vpn/protonvpn/manwithluck] has quit [Remote host closed the connection] 11:43 -!- krl [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has joined #openbsd 11:45 -!- noone [~six@user/six] has quit [Quit: nyaa~] 11:46 -!- krl_ [~krl@h-155-4-221-200.NA.cust.bahnhof.se] has quit [Ping timeout: 260 seconds] 11:47 -!- manwithluck [manwithluc@gateway/vpn/protonvpn/manwithluck] has joined #openbsd 11:47 -!- evilham [~evilham@2a0f:de00:fe00:6300:ab:45ff:fe54:9878] has quit [Ping timeout: 246 seconds] 11:48 -!- evilham [~evilham@2a0f:de00:fe00:6300:ab:45ff:fe54:9878] has joined #openbsd 11:51 -!- makarov [~makarov__@160.179.241.37] has quit [Ping timeout: 252 seconds] 11:53 -!- evilham [~evilham@2a0f:de00:fe00:6300:ab:45ff:fe54:9878] has quit [Ping timeout: 276 seconds] 11:56 -!- evilham [~evilham@2a0f:de00:fe00:6300:ab:45ff:fe54:9878] has joined #openbsd 11:57 -!- duri [~mduregon@97-120-156-21.ptld.qwest.net] has quit [Ping timeout: 248 seconds] 12:00 < rnkn> op2, Lucas_: thanks 12:00 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has joined #openbsd 12:01 -!- feriman [~feriman@user/feriman] has joined #openbsd 12:06 -!- makarov [~makarov__@160.176.247.51] has joined #openbsd 12:17 -!- mover [~hischild@user/mover] has joined #openbsd 12:19 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 12:23 -!- skydrome [~emordyks@user/skydrome] has quit [Ping timeout: 260 seconds] 12:26 -!- kn [~kn@2a12:6900:1000:2:98c0:becd:33e4:88f6] has quit [Ping timeout: 244 seconds] 12:33 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has quit [Ping timeout: 260 seconds] 12:34 -!- \subline [~join_subl@24-246-63-252.cable.teksavvy.com] has quit [Ping timeout: 260 seconds] 12:39 -!- seninha [~seninha@user/seninha] has joined #openbsd 12:41 -!- Leone [~Leo@104.247.240.12] has joined #openbsd 12:41 -!- sfyatee [~sfyatee@47.150.242.75] has quit [Remote host closed the connection] 12:42 -!- adig [~default@109.166.137.23] has quit [Read error: Connection reset by peer] 12:45 -!- ublx [~ublx@user/ublx] has quit [Quit: ublx] 12:50 -!- wasab1ch [~wasab1ch@user/wasab1ch] has quit [Remote host closed the connection] 12:53 -!- wasab1ch [~wasab1ch@user/wasab1ch] has joined #openbsd 12:54 -!- \subline [~join_subl@24-246-63-252.cable.teksavvy.com] has joined #openbsd 13:05 -!- tozhu [~tozhu@125.69.99.250] has joined #openbsd 13:11 -!- psydroid [~psydroid@user/psydroid] has joined #openbsd 13:12 -!- seninha_ [~seninha@user/seninha] has joined #openbsd 13:15 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 276 seconds] 13:16 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 13:18 -!- sfyatee [~sfyatee@user/sfyatee] has joined #openbsd 13:19 -!- MrGoblins [~MrGoblins@2806:107e:13:f129:e492:dc0:6c7c:41da] has joined #openbsd 13:20 -!- user71 [~user71@2001:1530:1000:25a2:5440:368f:bb9b:4976] has joined #openbsd 13:25 -!- seninha_ is now known as seninha 13:27 -!- d-ra [~d-ra@user/d-ra] has joined #openbsd 13:29 -!- sdds_ [~sdds@user/sdds] has quit [Remote host closed the connection] 13:31 -!- coppola_ [~coppola_@user/coppola] has joined #openbsd 13:41 -!- billchenchina- [~billchenc@2a0d:2580:ff0c:201:47cf:ca1:a674:8042] has quit [Quit: Leaving] 13:48 -!- mover [~hischild@user/mover] has quit [Quit: leaving] 13:51 -!- makarov [~makarov__@160.176.247.51] has quit [Ping timeout: 252 seconds] 13:57 -!- makarov [~makarov__@41.142.106.103] has joined #openbsd 13:57 -!- antanst [~antanst@user/antanst] has joined #openbsd 13:57 -!- raw1x [~raw1x@37.53.76.25] has joined #openbsd 13:57 -!- DoppelGanger [~Angelus@syn-067-240-045-108.res.spectrum.com] has joined #openbsd 13:58 -!- seninha [~seninha@user/seninha] has quit [Ping timeout: 260 seconds] 14:07 -!- makarov [~makarov__@41.142.106.103] has quit [Ping timeout: 245 seconds] 14:08 -!- makarov [~makarov__@105.155.0.201] has joined #openbsd 14:17 -!- niftily [~niftily@user/niftily] has joined #openbsd 14:23 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." -- Mikhail Tal] 14:25 -!- d-ra [~d-ra@user/d-ra] has quit [Remote host closed the connection] 14:26 -!- MrGoblins [~MrGoblins@2806:107e:13:f129:e492:dc0:6c7c:41da] has quit [Ping timeout: 244 seconds] 14:26 -!- MrGoblins [~MrGoblins@201.103.90.191] has joined #openbsd 14:29 -!- d-ra [~d-ra@user/d-ra] has joined #openbsd 14:37 -!- m0v [~m0v@103.208.204.243] has joined #openbsd 14:37 -!- m0v [~m0v@103.208.204.243] has quit [Changing host] 14:37 -!- m0v [~m0v@user/m0v] has joined #openbsd 14:39 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 14:41 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has joined #openbsd 14:48 -!- billchenchina [~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe] has joined #openbsd 14:48 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 14:49 -!- MrGoblins [~MrGoblins@201.103.90.191] has quit [Ping timeout: 276 seconds] 15:00 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 260 seconds] 15:01 -!- MrGoblins [~MrGoblins@2806:107e:13:f129:e492:dc0:6c7c:41da] has joined #openbsd 15:01 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 15:10 -!- skydrome [~emordyks@user/skydrome] has joined #openbsd 15:10 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 15:18 -!- Guest562 is now known as robertkeizer 15:18 -!- robertkeizer is now known as Guest2200 15:23 -!- UDENIX [~UDENIX@user/udenix] has quit [Read error: Connection reset by peer] 15:25 -!- fluentpwn [e7b4bb6755@spooky.academy] has quit [Remote host closed the connection] 15:27 -!- macabro [~user@user/monkey/x-0691028] has quit [Read error: Connection reset by peer] 15:27 -!- UDENIX [~UDENIX@user/udenix] has joined #openbsd 15:29 -!- zippy [~quassel@188.27.46.78] has quit [Ping timeout: 252 seconds] 15:29 -!- DoppelGanger [~Angelus@syn-067-240-045-108.res.spectrum.com] has quit [Quit: leaving] 15:30 -!- xet7 [~xet7@user/xet7] has quit [Remote host closed the connection] 15:34 -!- tvtoon [~The_cUnix@user/tvtoon] has joined #openbsd 15:42 -!- alx^ [~alx@195.15.28.34] has quit [Read error: Connection reset by peer] 15:42 -!- frdem [~frdem@178.157.33.2] has quit [Remote host closed the connection] 15:42 -!- SOLARIS_s [~SOLARIS_s@pool-99-235-11-104.cpe.net.cable.rogers.com] has quit [Read error: Connection reset by peer] 15:43 -!- alx^ [~alx@195.15.28.34] has joined #openbsd 15:43 -!- frdem [~frdem@178.157.33.2] has joined #openbsd 15:43 -!- SOLARIS_s [~SOLARIS_s@pool-99-235-11-104.cpe.net.cable.rogers.com] has joined #openbsd 15:43 -!- Xenguy [~Xenguy@user/xenguy] has quit [Remote host closed the connection] 15:43 -!- BillyZane2 [~BillyZane@user/BillyZane] has joined #openbsd 15:43 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 15:44 -!- tm512` [~tm512@user/tm512] has quit [Read error: Connection reset by peer] 15:44 -!- e-Ltning [~ltning@anduin.net] has joined #openbsd 15:44 -!- emneo1 [~emneo@user/emneo] has joined #openbsd 15:44 -!- crash_ [~crash_@199.180.249.82] has quit [Quit: Ping timeout (120 seconds)] 15:44 -!- jpoc [~jpoc@centos/qa/jpoc] has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in] 15:44 -!- sonne [~vmlinuz@user/sonne] has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in] 15:44 -!- cqst [~cqst@user/cqst] has quit [Remote host closed the connection] 15:44 -!- tm512 [~tm512@50.39.147.54] has joined #openbsd 15:44 -!- tm512 [~tm512@50.39.147.54] has quit [Changing host] 15:44 -!- tm512 [~tm512@user/tm512] has joined #openbsd 15:44 -!- crash_ [~crash_@199.180.249.82] has joined #openbsd 15:44 -!- jpoc [~jpoc@centos/qa/jpoc] has joined #openbsd 15:44 -!- gshumway [~gshumway@user/gshumway] has quit [Quit: .] 15:44 -!- fm [~fm@user/fm] has quit [Quit: bye] 15:44 -!- gid [~gid@user/gid] has quit [Quit: Leaving] 15:44 -!- fm [~fm@user/fm] has joined #openbsd 15:45 -!- lagkage [~yaypixxo@li2046-61.members.linode.com] has quit [Quit: ZNC 1.9.0 - https://znc.in] 15:45 -!- cryptexx0 [~cryptexx0@203-12-5-216.dyn.launtel.net.au] has quit [Remote host closed the connection] 15:45 -!- skyl4rk [~tlvb@user/tlvb] has quit [Quit: ZNC 1.8.2 - https://znc.in] 15:45 -!- cgnarne [~pk@user/cgnarne] has quit [Quit: ZNC 1.9.1 - https://znc.in] 15:45 -!- skydrome [~emordyks@user/skydrome] has quit [Quit: quit] 15:45 -!- xs [~xs@user/xs] has quit [Quit: Cheers!] 15:45 -!- dbohdan [~dbohdan@user/dbohdan] has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in] 15:45 -!- birdnest [~bird@birdnest.live] has quit [Remote host closed the connection] 15:45 -!- stgl [~stgl@164.92.162.3] has quit [Quit: ZNC 1.8.2 - https://znc.in] 15:45 -!- daru [daru@gateway/vpn/airvpn/daru] has quit [Quit: ...] 15:45 -!- Ekho [~Ekho@user/ekho] has quit [Quit: CORE ERROR, SYSTEM HALTED.] 15:45 -!- itsuki [~itsuki@user/itsuki] has quit [Read error: Connection reset by peer] 15:45 -!- solene [jo4514l2m9@srv.dataswamp.org] has quit [Remote host closed the connection] 15:45 -!- cgnarne [~pk@2001-4dd1-cd4a-0-220-91ff-feff-ee02.ipv6dyn.netcologne.de] has joined #openbsd 15:45 -!- BillyZane [~BillyZane@user/BillyZane] has quit [Read error: Connection reset by peer] 15:45 -!- cgnarne [~pk@2001-4dd1-cd4a-0-220-91ff-feff-ee02.ipv6dyn.netcologne.de] has quit [Changing host] 15:45 -!- cgnarne [~pk@user/cgnarne] has joined #openbsd 15:45 -!- stgl [~stgl@2a03:b0c0:3:d0::cad:a001] has joined #openbsd 15:45 -!- skydrome [~emordyks@user/skydrome] has joined #openbsd 15:45 -!- xs [~xs@user/xs] has joined #openbsd 15:45 -!- dbohdan [~dbohdan@user/dbohdan] has joined #openbsd 15:45 -!- daru [daru@gateway/vpn/airvpn/daru] has joined #openbsd 15:45 -!- WeeZeL [~weezel@severi.biz] has quit [Ping timeout: 252 seconds] 15:45 -!- gawen_ [~gawen@user/gawen] has joined #openbsd 15:45 -!- skyl4rk [~tlvb@user/tlvb] has joined #openbsd 15:45 -!- emneo [~emneo@user/emneo] has quit [Read error: Connection reset by peer] 15:45 -!- emneo1 is now known as emneo 15:45 -!- cryptexx0 [~cryptexx0@203-12-5-216.dyn.launtel.net.au] has joined #openbsd 15:45 -!- WeeZeL [~weezel@severi.biz] has joined #openbsd 15:46 -!- itsuki [~itsuki@user/itsuki] has joined #openbsd 15:46 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 260 seconds] 15:46 -!- meros67817602046 [~meros@78-72-66-176-no600.tbcn.telia.com] has quit [Read error: Connection reset by peer] 15:46 -!- birdnest [~bird@birdnest.live] has joined #openbsd 15:46 -!- sonne [~vmlinuz@user/sonne] has joined #openbsd 15:46 -!- gid [~gid@user/gid] has joined #openbsd 15:46 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 15:47 -!- zippy [~quassel@188.27.34.198] has joined #openbsd 15:48 -!- gawen [~gawen@user/gawen] has quit [Ping timeout: 252 seconds] 15:48 -!- Ltning [~ltning@anduin.net] has quit [Ping timeout: 252 seconds] 15:48 -!- e-Ltning is now known as Ltning 15:48 -!- gid [~gid@user/gid] has quit [Client Quit] 15:49 -!- lagkage [yaypixxo@2a01:7e01::f03c:92ff:fe98:8d0e] has joined #openbsd 15:49 -!- gid [~gid@user/gid] has joined #openbsd 15:52 -!- seninha [~seninha@user/seninha] has joined #openbsd 15:53 -!- Ekho [~Ekho@user/ekho] has joined #openbsd 15:56 -!- gshumway [~gshumway@user/gshumway] has joined #openbsd 15:58 -!- MrGoblins [~MrGoblins@2806:107e:13:f129:e492:dc0:6c7c:41da] has quit [Ping timeout: 260 seconds] 16:01 -!- horrad [~Thunderbi@2003:a:61f:c901:9907:f2af:6ea5:44bb] has quit [Ping timeout: 252 seconds] 16:01 -!- zenmov [~zenmov@user/zenmov] has quit [Remote host closed the connection] 16:02 -!- macabro [~user@user/monkey/x-0691028] has joined #openbsd 16:10 -!- macabro [~user@user/monkey/x-0691028] has quit [Read error: Connection reset by peer] 16:10 -!- macabro [~user@user/monkey/x-0691028] has joined #openbsd 16:13 -!- makarov [~makarov__@105.155.0.201] has quit [Ping timeout: 252 seconds] 16:22 -!- MrGoblins [~MrGoblins@201.103.90.191] has joined #openbsd 16:22 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 16:24 -!- ublx [~ublx@user/ublx] has joined #openbsd 16:45 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 16:46 -!- znedw0868 [~znedw@2400:a846:4040::f61] has quit [Read error: Connection reset by peer] 16:48 -!- znedw0868 [~znedw@2400:a846:4040::f61] has joined #openbsd 16:52 -!- gman999 [~GMan999@user/gman999] has quit [Quit: WeeChat 4.4.2] 16:55 -!- raw1x_ [~raw1x@25-76-53-37.pool.ukrtel.net] has joined #openbsd 16:56 -!- raw1x [~raw1x@37.53.76.25] has quit [Remote host closed the connection] 16:58 -!- frdem [~frdem@178.157.33.2] has quit [Read error: Connection reset by peer] 16:59 -!- b50d [~b50d@62.96.54.30] has quit [Remote host closed the connection] 17:01 -!- feriman [~feriman@user/feriman] has quit [Read error: Connection reset by peer] 17:02 -!- frdem [~frdem@178.157.33.2] has joined #openbsd 17:05 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 252 seconds] 17:07 -!- frdem [~frdem@178.157.33.2] has quit [Ping timeout: 252 seconds] 17:14 -!- euphores [~SASL_euph@user/euphores] has quit [Quit: Leaving.] 17:18 -!- euphores [~SASL_euph@user/euphores] has joined #openbsd 17:25 -!- cqst [~cqst@user/cqst] has joined #openbsd 17:27 -!- makarov [~makarov__@196.65.233.14] has joined #openbsd 17:27 -!- chaky [~chaky@93-143-59-240.adsl.net.t-com.hr] has quit [Ping timeout: 246 seconds] 17:28 -!- chaky [~chaky@93-143-59-240.adsl.net.t-com.hr] has joined #openbsd 17:28 -!- billchenchina [~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe] has quit [Quit: Leaving] 17:40 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Quit: format_c] 17:46 -!- ChubaDuba [~ChubaDuba@79.136.183.11] has joined #openbsd 17:50 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 18:15 -!- Guest2200 is now known as robertkeizer 18:15 -!- robertkeizer [~irc@irc.robert.keizer.ca] has quit [Changing host] 18:15 -!- robertkeizer [~irc@user/robertkeizer] has joined #openbsd 18:16 -!- uncleyear [~ian@45.80.46.84] has quit [Ping timeout: 246 seconds] 18:17 -!- ficonni [~ficonni@213.196.101.110] has joined #openbsd 18:18 -!- uncleyear [~ian@45.80.46.84] has joined #openbsd 18:19 -!- yclept [~yclept@user/yclept] has joined #openbsd 18:20 -!- begriffs [~begriffs@user/begriffs] has quit [Ping timeout: 276 seconds] 18:26 -!- gce108 [~gce@user/gce108] has quit [Remote host closed the connection] 18:27 -!- psydroid [~psydroid@user/psydroid] has quit [Ping timeout: 260 seconds] 18:30 -!- MrGoblins [~MrGoblins@201.103.90.191] has quit [Ping timeout: 248 seconds] 18:36 -!- voidheart [~Thunderbi@user/voidheart] has joined #openbsd 18:42 -!- psydroid [~psydroid@user/psydroid] has joined #openbsd 18:43 -!- MrGoblins [~MrGoblins@201.124.122.141] has joined #openbsd 18:44 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 18:44 -!- seninha [~seninha@user/seninha] has joined #openbsd 18:45 -!- MrGoblins [~MrGoblins@201.124.122.141] has quit [Read error: Connection reset by peer] 18:48 -!- niftily [~niftily@user/niftily] has quit [Quit: leaving] 18:49 -!- MrGoblins [~MrGoblins@201.103.119.100] has joined #openbsd 18:49 -!- Filystyn [~piotr@user/filystyn] has joined #openbsd 18:57 -!- MrGoblins [~MrGoblins@201.103.119.100] has quit [Read error: Connection reset by peer] 18:58 -!- voidheart [~Thunderbi@user/voidheart] has quit [Quit: voidheart] 18:58 -!- deepestt1aster [~deepestto@user/deepesttoaster] has quit [Read error: Connection reset by peer] 18:58 -!- deepesttoaster [~deepestto@user/deepesttoaster] has joined #openbsd 18:59 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 248 seconds] 19:00 -!- d-ra [~d-ra@user/d-ra] has quit [Remote host closed the connection] 19:05 -!- raw1x_ [~raw1x@25-76-53-37.pool.ukrtel.net] has quit [Quit: Leaving] 19:05 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 19:08 -!- voidheart [~Thunderbi@user/voidheart] has joined #openbsd 19:09 -!- voidheart [~Thunderbi@user/voidheart] has quit [Client Quit] 19:09 -!- yclept [~yclept@user/yclept] has quit [Quit: nyaa~] 19:18 -!- makarov [~makarov__@196.65.233.14] has quit [Ping timeout: 252 seconds] 19:20 -!- voidheart [~Thunderbi@user/voidheart] has joined #openbsd 19:21 -!- voidheart [~Thunderbi@user/voidheart] has quit [Client Quit] 19:22 -!- OG_MagiC [~bigserver@user/OG-MagiC:07773] has quit [Read error: Connection reset by peer] 19:24 -!- Aedil [~adrian@146.52.105.208] has quit [Ping timeout: 272 seconds] 19:27 -!- xet7 [~xet7@user/xet7] has joined #openbsd 19:28 -!- OG_MagiC [~bigserver@user/OG-MagiC:07773] has joined #openbsd 19:35 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 276 seconds] 19:35 -!- hwpplayer1 [~user@user/hwpplayer1] has joined #openbsd 19:41 -!- noone [~six@user/six] has joined #openbsd 19:47 -!- feriman [~feriman@user/feriman] has joined #openbsd 19:48 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 19:52 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 19:52 < Filystyn> what was the way to save to variable in make file command output 19:53 < Filystyn> long time ago i did something like that and it worked! 19:53 < Filystyn> but can't find that file anymore 19:53 < Filystyn> ~\~ 19:54 < ssm_> save to variable... in the output? I'm confused. If you use != or !!= you expand a shell command to a variable 19:55 < ssm_> s/variable/macro/ 19:55 < Filystyn> great 19:55 < Filystyn> thx! 19:57 < ssm_> !!= is almost identical to !=, but !!= only expands and runs the shell command when its needed 19:58 < ssm_> != should be used in portable makefiles (it's in posix make now, along with += and ?=) 20:01 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Ping timeout: 260 seconds] 20:02 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 20:04 -!- uncleyear [~ian@45.80.46.84] has quit [Remote host closed the connection] 20:07 -!- Kruppt [~Kruppt@user/Kruppt] has joined #openbsd 20:09 -!- MrGoblins [~MrGoblins@201.124.159.2] has joined #openbsd 20:10 -!- uncleyear [~ian@45.80.46.84] has joined #openbsd 20:10 -!- MrGoblins [~MrGoblins@201.124.159.2] has quit [Read error: Connection reset by peer] 20:11 -!- hwpplayer1 [~user@user/hwpplayer1] has quit [Quit: see you tomorrow] 20:16 -!- sibyla [~sibyl@91.93.173.55] has joined #openbsd 20:20 -!- adig [~default@109.166.137.23] has joined #openbsd 20:21 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 20:30 -!- Leone [~Leo@104.247.240.12] has quit [Ping timeout: 272 seconds] 20:34 -!- shiranaihito_ [~shiranaih@ppp-171-96-192-136.revip8.asianet.co.th] has quit [Ping timeout: 252 seconds] 20:38 -!- zimmer__ [~zimmer@user/zimmer] has joined #openbsd 20:40 -!- absc [~absc@2a04:ee41:8:6055:64c:7ed3:747b:5405] has joined #openbsd 20:55 -!- solene [b6tjnt6sk5@srv.dataswamp.org] has joined #openbsd 21:00 -!- voidheart [~Thunderbi@user/voidheart] has joined #openbsd 21:05 -!- finkfox [~finkfox@user/finkfox] has quit [Ping timeout: 248 seconds] 21:06 -!- srfsh [~srfsh@user/srfsh] has quit [Ping timeout: 260 seconds] 21:07 -!- coppola_ [~coppola_@user/coppola] has quit [Quit: bye bye] 21:07 -!- chiselfuse [~chiselfus@user/chiselfuse] has quit [Ping timeout: 260 seconds] 21:07 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has quit [Quit: https://github.com/ivdsangen] 21:08 -!- cmc [~methos@gateway/tor-sasl/cmc] has quit [Ping timeout: 260 seconds] 21:08 -!- aswjrisp [~aswjrisp@user/aswjrisp] has quit [Ping timeout: 260 seconds] 21:08 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Ping timeout: 260 seconds] 21:09 -!- martian67 [~martian67@user/meow/martian67] has quit [Ping timeout: 260 seconds] 21:09 -!- dv^_^ [~dv@2a01:4f8:c0c:b9f4::1] has quit [Quit: Ping timeout (120 seconds)] 21:10 -!- dv^_^ [~dv@2a01:4f8:c0c:b9f4::1] has joined #openbsd 21:12 -!- gAy_Dragon [A_D@libera/staff/dragon] has quit [Quit: ZNC - https://znc.in] 21:12 -!- A_Dragon [A_D@libera/staff/dragon] has joined #openbsd 21:12 -!- shdw [~shdw@static.218.156.216.95.clients.your-server.de] has quit [Ping timeout: 255 seconds] 21:15 -!- voidheart [~Thunderbi@user/voidheart] has quit [Quit: voidheart] 21:17 -!- dustinm` [~dustinm@static.38.6.217.95.clients.your-server.de] has quit [Quit: Leaving] 21:18 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 252 seconds] 21:20 -!- dustinm` [~dustinm@static.38.6.217.95.clients.your-server.de] has joined #openbsd 21:24 < dfdx> 2563.+ 21:25 -!- chiselfuse [~chiselfus@user/chiselfuse] has joined #openbsd 21:25 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 21:26 -!- martian67 [~martian67@user/meow/martian67] has joined #openbsd 21:26 -!- srfsh [~srfsh@user/srfsh] has joined #openbsd 21:28 < ssm_> 2564.+ 21:29 -!- chilledfrogs [~chilledfr@176-133-210-176.abo.bbox.fr] has quit [Quit: connection reset by purr] 21:29 -!- cmc [~methos@gateway/tor-sasl/cmc] has joined #openbsd 21:30 -!- aswjrisp [~aswjrisp@user/aswjrisp] has joined #openbsd 21:32 -!- Everything [~Everythin@46-133-159-79.mobile.vf-ua.net] has joined #openbsd 21:35 -!- vezhlys [~Andrius@213.159.57.238] has quit [Remote host closed the connection] 21:41 -!- ChubaDuba [~ChubaDuba@79.136.183.11] has quit [Quit: WeeChat 4.4.2] 21:43 -!- chilledfrogs [~chilledfr@rsa59-h05-176-133-210-176.dsl.sta.abo.bbox.fr] has joined #openbsd 21:50 -!- absc [~absc@2a04:ee41:8:6055:64c:7ed3:747b:5405] has quit [Remote host closed the connection] 21:52 -!- sibyla [~sibyl@91.93.173.55] has quit [Quit: WeeChat 4.4.3] 21:53 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 21:56 -!- finkfox [~finkfox@user/finkfox] has joined #openbsd 21:58 -!- user71 [~user71@2001:1530:1000:25a2:5440:368f:bb9b:4976] has quit [Quit: Leaving] 22:06 -!- psydroid [~psydroid@user/psydroid] has quit [Remote host closed the connection] 22:10 -!- uncleyear [~ian@45.80.46.84] has quit [Ping timeout: 260 seconds] 22:15 -!- zimmer__ [~zimmer@user/zimmer] has quit [K-Lined] 22:16 -!- tvtoon [~The_cUnix@user/tvtoon] has quit [Quit: "Fat Missile Theory."] 22:20 -!- Filystyn [~piotr@user/filystyn] has quit [Quit: Lost terminal] 22:25 -!- gvg [~dcd@user/gvg] has quit [Ping timeout: 248 seconds] 22:29 -!- Paul [~Paul@user/paul] has joined #openbsd 22:32 -!- gvg [~dcd@user/gvg] has joined #openbsd 22:34 -!- Paul [~Paul@user/paul] has quit [Remote host closed the connection] 22:34 -!- Paul [~Paul@user/paul] has joined #openbsd 22:42 -!- UDENIX [~UDENIX@user/udenix] has quit [Read error: Connection reset by peer] 22:42 -!- Xenguy [~Xenguy@user/xenguy] has quit [Quit: "To play for a draw [...] is to some degree a crime against chess." -- Mikhail Tal] 22:43 -!- danilogondolfo [~danilogon@2a02:8084:4f62:1280:3f8b:7219:ac03:f73b] has quit [Remote host closed the connection] 22:43 -!- Paul [~Paul@user/paul] has quit [Quit: Leaving] 22:47 -!- halcon [~halcon@S01065c76956084d6.vc.shawcable.net] has joined #openbsd 22:48 -!- halcon [~halcon@S01065c76956084d6.vc.shawcable.net] has quit [Client Quit] 22:54 -!- Everything [~Everythin@46-133-159-79.mobile.vf-ua.net] has quit [Quit: leaving] 23:01 -!- hedy [8a4a60df66@gelim/dev/hedy] has joined #openbsd 23:03 -!- srfsh [~srfsh@user/srfsh] has quit [Remote host closed the connection] 23:04 -!- srfsh [~srfsh@user/srfsh] has joined #openbsd 23:04 -!- emigrant [emigrant@user/emigrant] has quit [Ping timeout: 252 seconds] 23:05 -!- dev1ls [dev1ls@user/Dev1ls] has quit [Quit: zzz] 23:05 -!- nature [~user@64.137.144.64] has joined #openbsd 23:06 -!- emigrant [~emigrant@user/emigrant] has joined #openbsd 23:06 -!- nature [~user@64.137.144.64] has quit [Client Quit] 23:08 -!- rcf [rcf@rie.sdf.org] has quit [Ping timeout: 246 seconds] 23:08 -!- UDENIX [~UDENIX@user/udenix] has joined #openbsd 23:09 -!- rahl [rahl@otaku.sdf.org] has quit [Ping timeout: 252 seconds] 23:27 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 23:38 -!- Xenguy [~Xenguy@user/xenguy] has joined #openbsd 23:40 -!- seninha [~seninha@user/seninha] has joined #openbsd 23:46 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 23:47 -!- memset [~memset@gateway/tor-sasl/memset] has joined #openbsd 23:54 -!- dokem [dokem@user/dokem] has quit [Ping timeout: 252 seconds] --- Log closed Fri Nov 29 00:00:25 2024