--- Log opened Sun Dec 10 00:00:52 2023 00:02 -!- CrashOverride [~strcat@p54855039.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 00:02 -!- hitest [~hitest@user/hitest] has quit [Quit: Leaving] 00:03 -!- wsc3 [~wsc3@user/gchound] has joined #openbsd 00:03 -!- wsc3 is now known as gchound 00:08 < ssm_> does anyone here know if `i=0; while [ i -lt 100 ]` is posix? or does the posix version have to have a $ on the second i, like `[ $i -lt 100 ]` 00:08 < ssm_> s/version/valid syntax 00:08 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 255 seconds] 00:09 < ssm_> been trying to look this up for like 20 minutes now and I can't find anything. Tried reading the posix manual for test and [ and ksh(1), but I can't figure out if this is an extension or not 00:15 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 00:15 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 00:22 < phy1729> ssm_: https://pubs.opengroup.org/onlinepubs/9699919799/ Shells and Utilities, Utilities, test 00:22 < phy1729> also if you say you're looking for POSIX advice up front #bash does POSIX sh too. 00:48 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 00:49 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 00:52 -!- inky [~inky@37.252.88.225] has joined #openbsd 00:57 -!- cimento [CO2@gateway/vpn/protonvpn/cimento] has quit [Quit: WeeChat 4.1.2] 00:59 -!- gvg_ [~dcd@user/gvg] has quit [Ping timeout: 252 seconds] 01:00 -!- Guest7282 [~nex8192@user/nex8192] has joined #openbsd 01:01 -!- gvg_ [~dcd@user/gvg] has joined #openbsd 01:02 -!- ficonni [~ficonni@178.220.11.238] has quit [Quit: Lost terminal] 01:04 -!- vdamewood [~vdamewood@fedora/vdamewood] has joined #openbsd 01:07 -!- jartine [~jartine@104-14-129-241.lightspeed.sntcca.sbcglobal.net] has joined #openbsd 01:08 -!- znedw [~znedw@home.znedw.com] has joined #openbsd 01:14 -!- teliu [~teliu@2001:9e8:83da:9e00:ef58:c6b9:e39a:3b0e] has quit [Remote host closed the connection] 01:18 -!- emmanuelux_ [~emmanuelu@user/emmanuelux] has joined #openbsd 01:20 -!- emmanuelux [~emmanuelu@user/emmanuelux] has quit [Ping timeout: 264 seconds] 01:22 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 01:23 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 01:26 -!- gvg [~dcd@user/gvg] has quit [Ping timeout: 252 seconds] 01:27 -!- gvg_ [~dcd@user/gvg] has quit [Ping timeout: 246 seconds] 01:27 -!- adip [~adip@c151-157.icpnet.pl] has quit [Ping timeout: 260 seconds] 01:31 -!- cimento [CO2@gateway/vpn/protonvpn/cimento] has joined #openbsd 01:33 -!- zimmer__ [~zimmer@138.199.7.182] has joined #openbsd 01:36 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 264 seconds] 01:36 -!- fifihyperbola [~fifihyper@apn-31-0-39-202.dynamic.gprs.plus.pl] has quit [Remote host closed the connection] 01:38 -!- fossdd [~fossdd@sourcehut/user/fossdd] has quit [Read error: Connection reset by peer] 01:40 -!- hussein1 [~weechat@gateway/tor-sasl/hussein1] has quit [Ping timeout: 240 seconds] 01:41 -!- fossdd [~fossdd@sourcehut/user/fossdd] has joined #openbsd 01:41 -!- hussein1 [~weechat@gateway/tor-sasl/hussein1] has joined #openbsd 01:46 -!- cimento [CO2@gateway/vpn/protonvpn/cimento] has quit [Quit: WeeChat 4.1.2] 01:49 -!- cimento [CO2@gateway/vpn/protonvpn/cimento] has joined #openbsd 01:54 < spo0n> can't you just run it on as sh and see? 01:56 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 01:56 < phy1729> No, POSIX is a standard not a particular shell. 01:57 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 01:57 < thrig> a 'sh' may or may not apply the POSIX standard 01:58 < spo0n> yes but, at least with bash, by running it as sh, it should disable the aditions so if it runs, its POSIX compliant? 01:58 < thrig> for example, it is not uncommon to see #!/bin/sh scripts gunked up with bash 01:59 -!- znedw [~znedw@home.znedw.com] has quit [Quit: Ping timeout (120 seconds)] 02:00 -!- jartine [~jartine@104-14-129-241.lightspeed.sntcca.sbcglobal.net] has quit [Quit: Client closed] 02:00 -!- znedw [~znedw@home.znedw.com] has joined #openbsd 02:00 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 02:00 < spo0n> also from what little reading I did, apparently openBSDs implementation of /bin/sh was the weird one though it is fair to say that wiritng /bin/sh script that isn't posix compliant sounds like a very fun prank :V 02:05 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 02:11 -!- seninha [~seninha@user/seninha] has quit [Quit: Leaving] 02:20 -!- lolok [~lolok@user/lolok] has quit [Remote host closed the connection] 02:27 -!- nyah [~nyah@york-06-b2-v4wan-167893-cust646.vm25.cable.virginm.net] has quit [Quit: leaving] 02:29 < ssm_> phy1729: read the whole thing top to bottom, can't find anything about it. so I guess it isn't? 02:29 < ssm_> or I just blinded it, twice 02:29 -!- arch-nemesis [~arch-neme@user/arch-nemesis] has quit [Remote host closed the connection] 02:30 -!- c1gar [~c1gar@user/c1gar] has quit [Quit: The Lounge - https://thelounge.chat] 02:30 < ssm_> but not including $ in $((arithmetic)) shells is posix, which is weird 02:30 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 02:31 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 02:34 -!- arch-nemesis [~arch-neme@user/arch-nemesis] has joined #openbsd 02:37 -!- zimmer__ [~zimmer@138.199.7.182] has quit [Ping timeout: 276 seconds] 02:38 -!- rakka [root@user/ninetyninekaits] has quit [Remote host closed the connection] 02:39 -!- rakka [root@user/ninetyninekaits] has joined #openbsd 02:40 -!- souji [~souji@user/souji] has joined #openbsd 02:41 -!- rakka [root@user/ninetyninekaits] has quit [Remote host closed the connection] 02:42 -!- rakka [root@user/ninetyninekaits] has joined #openbsd 02:45 -!- alreadyburnt [~alreadybu@95.236.23.195] has quit [Ping timeout: 250 seconds] 02:53 -!- gchound [~wsc3@user/gchound] has quit [Quit: WeeChat 4.1.2] 02:54 -!- thrig [~thrig@c-73-225-161-25.hsd1.wa.comcast.net] has quit [Quit: leaving] 03:00 -!- thyssentishman [~thyssenti@user/thyssentishman] has quit [Remote host closed the connection] 03:01 -!- thyssentishman [~thyssenti@user/thyssentishman] has joined #openbsd 03:04 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 03:05 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 03:16 -!- SirJitsu-work [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 03:19 -!- wsc3 [~wsc3@user/gchound] has joined #openbsd 03:19 -!- wsc3 is now known as gchound 03:23 -!- weevoy [~weevoy@5.202.23.148] has quit [Ping timeout: 264 seconds] 03:30 -!- weevoy [~weevoy@5.202.16.13] has joined #openbsd 03:33 -!- gvg [~dcd@user/gvg] has joined #openbsd 03:38 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 03:38 -!- gvg_ [~dcd@user/gvg] has joined #openbsd 03:38 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 03:40 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has quit [Remote host closed the connection] 03:40 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has joined #openbsd 03:50 -!- blinkodemia [~blinkodem@r190-134-165-216.dialup.adsl.anteldata.net.uy] has joined #openbsd 03:53 -!- shiranaihito_ [~shiranaih@ppp-124-122-47-243.revip2.asianet.co.th] has joined #openbsd 04:00 -!- zwr [~zwr@200-97-244-121.user3p.veloxzone.com.br] has quit [Ping timeout: 256 seconds] 04:00 -!- masetrax [~masetrax@159.196.132.5] has quit [Quit: leaving] 04:01 -!- blinkodemia [~blinkodem@r190-134-165-216.dialup.adsl.anteldata.net.uy] has quit [Remote host closed the connection] 04:08 -!- hussein1 [~weechat@gateway/tor-sasl/hussein1] has quit [Remote host closed the connection] 04:09 -!- hussein1 [~weechat@gateway/tor-sasl/hussein1] has joined #openbsd 04:12 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 04:13 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 04:22 -!- rueda [~rueda@tumor.rlr.id.au] has quit [Quit: rueda] 04:27 -!- Guest7282 [~nex8192@user/nex8192] has left #openbsd [Error from remote client] 04:32 -!- cation [cation@user/cation] has quit [Ping timeout: 246 seconds] 04:38 -!- gchound [~wsc3@user/gchound] has quit [Quit: WeeChat 4.1.2] 04:42 -!- mxz [~mxz@user/mxz] has quit [Quit: cya] 04:44 -!- mxz [~mxz@user/mxz] has joined #openbsd 04:46 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 04:47 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 04:47 -!- geekthattweaks [uid433447@user/geekthattweaks] has quit [Quit: Connection closed for inactivity] 04:49 -!- jacobk [~quassel@utdpat241106.utdallas.edu] has quit [Ping timeout: 245 seconds] 05:01 -!- jacobk [~quassel@64.189.201.150] has joined #openbsd 05:01 -!- mlw [~mlw@41.223.180.167] has joined #openbsd 05:20 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 05:20 -!- mw [~mw@ripley.0x6d77.org] has quit [Read error: Connection reset by peer] 05:20 -!- mw_ [~mw@ripley.0x6d77.org] has joined #openbsd 05:20 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 05:21 -!- mw_ is now known as mw 05:21 -!- ivanbu [~weechat@93.176.161.60] has quit [Quit: WeeChat 4.1.2] 05:29 -!- deacon426 [~hicks@user/deacon426] has quit [Remote host closed the connection] 05:30 -!- rueda [~rueda@tumor.rlr.id.au] has joined #openbsd 05:32 -!- blinkodemia [~blinkodem@r190-134-165-216.dialup.adsl.anteldata.net.uy] has joined #openbsd 05:38 -!- gaussianblue [~gaussianb@user/gaussianblue] has joined #openbsd 05:39 -!- f4stpath [~f4stpath@185.97.93.3] has joined #openbsd 05:50 -!- blinkodemia [~blinkodem@r190-134-165-216.dialup.adsl.anteldata.net.uy] has quit [Quit: Leaving] 05:53 -!- djhankb [~djhankb@208.113.164.68] has quit [Read error: Connection reset by peer] 05:54 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 06:01 -!- ivanbu [~weechat@93.176.161.60] has joined #openbsd 06:12 -!- reset [~reset@user/reset] has quit [Quit: reset] 06:16 -!- teliu [~teliu@2001:9e8:83e1:1900:4587:8f31:ad0e:da0e] has joined #openbsd 06:27 -!- djhankb [~djhankb@208.113.164.68] has quit [Read error: Connection reset by peer] 06:28 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 06:30 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 06:57 -!- blinkodemia [~blinkodem@r190-134-165-216.dialup.adsl.anteldata.net.uy] has joined #openbsd 06:57 -!- blinkodemia [~blinkodem@r190-134-165-216.dialup.adsl.anteldata.net.uy] has left #openbsd [] 06:57 -!- blinkodemia [~blinkodem@r190-134-165-216.dialup.adsl.anteldata.net.uy] has joined #openbsd 06:59 -!- blinkodemia [~blinkodem@r190-134-165-216.dialup.adsl.anteldata.net.uy] has quit [Client Quit] 07:01 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 07:02 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 07:03 -!- thesemicolons [~thesemico@user/thesemicolons] has quit [Quit: leaving] 07:03 -!- thesemicolons [~thesemico@user/thesemicolons] has joined #openbsd 07:06 -!- gxt [~gxt@gateway/tor-sasl/gxt] has quit [Ping timeout: 240 seconds] 07:08 -!- gxt [~gxt@gateway/tor-sasl/gxt] has joined #openbsd 07:09 -!- shiranaihito_ [~shiranaih@ppp-124-122-47-243.revip2.asianet.co.th] has quit [Ping timeout: 260 seconds] 07:11 -!- shiranaihito_ [~shiranaih@ppp-124-122-55-219.revip2.asianet.co.th] has joined #openbsd 07:11 -!- Guest7282 [~nex8192@user/nex8192] has joined #openbsd 07:13 -!- Guest7282 [~nex8192@user/nex8192] has left #openbsd [Error from remote client] 07:13 -!- vdamewood [~vdamewood@fedora/vdamewood] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 07:19 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has joined #openbsd 07:30 -!- vdamewood [~vdamewood@fedora/vdamewood] has joined #openbsd 07:33 -!- Jaywalker [~Jaywalker@209.33.126.194] has quit [Ping timeout: 256 seconds] 07:34 -!- Jaywalker [~Jaywalker@209.33.126.194] has joined #openbsd 07:35 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 07:36 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 07:36 < andinus> can we use relayd to loadbalance multiple servers running on same host but different ports? 07:37 < andinus> i.e. app-01 listening on 8080, app-02 listening on 8081, and relayd loadbalancing them 07:37 -!- zwr [~zwr@200-97-244-121.user3p.veloxzone.com.br] has joined #openbsd 07:39 -!- SiFuh [~SiFuh@user/sifuh] has quit [Remote host closed the connection] 07:40 -!- SiFuh [~SiFuh@user/sifuh] has joined #openbsd 07:42 -!- tetra_ [~tetra@46.23.93.83] has quit [Quit: tetra_] 07:43 -!- cwdar^ [~cd@c-98-242-74-66.hsd1.ga.comcast.net] has joined #openbsd 07:44 -!- tetra_ [~tetra@46.23.93.83] has joined #openbsd 07:46 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has quit [Remote host closed the connection] 07:46 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has joined #openbsd 07:48 -!- m1dnight [~christoph@78-22-4-67.access.telenet.be] has quit [Quit: WeeChat 4.1.1] 07:49 -!- esotericwarfare [~esotericw@190.193.226.141] has quit [Remote host closed the connection] 07:55 -!- rustyy [~rusty@74.3.163.187] has joined #openbsd 07:58 -!- rec_desc [ryan@gateway/vpn/protonvpn/recdesc/x-33315227] has joined #openbsd 07:58 -!- rec_desc [ryan@gateway/vpn/protonvpn/recdesc/x-33315227] has left #openbsd [] 07:59 -!- f4stpath [~f4stpath@185.97.93.3] has quit [Remote host closed the connection] 08:04 -!- bilegeek [~bilegeek@2600:1008:b065:6c8a:2877:790c:5cda:9f45] has quit [Quit: Leaving] 08:06 -!- masetrax [~masetrax@159.196.132.5] has joined #openbsd 08:08 -!- f4stpath [~f4stpath@185.97.93.3] has joined #openbsd 08:09 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 08:10 -!- f4stpath [~f4stpath@185.97.93.3] has quit [Remote host closed the connection] 08:10 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 08:10 -!- f4stpath [~f4stpath@185.97.93.3] has joined #openbsd 08:14 -!- CCIE|VOICE [~SOLARIS_s@99.235.11.104] has joined #openbsd 08:15 -!- toxic063 [~toxic0@82.66.203.96] has quit [Remote host closed the connection] 08:15 -!- SOLARIS_s [~SOLARIS_s@99.235.11.104] has quit [Ping timeout: 246 seconds] 08:19 -!- toxic063 [~toxic0@82.66.203.96] has joined #openbsd 08:23 -!- masetrax [~masetrax@159.196.132.5] has quit [Quit: leaving] 08:23 -!- m1dnight [~christoph@78-22-4-67.access.telenet.be] has joined #openbsd 08:24 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has quit [Remote host closed the connection] 08:24 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has joined #openbsd 08:26 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has quit [Remote host closed the connection] 08:27 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has joined #openbsd 08:37 -!- AlaskanEmily [~AlaskanEm@user/alaskanemily] has quit [Remote host closed the connection] 08:39 -!- Posterdati [~Posterdat@user/Posterdati] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 08:40 -!- lcubed [~lcubed@user/lcubed] has quit [Remote host closed the connection] 08:40 -!- fspax [~fspax@185.244.48.254] has joined #openbsd 08:41 -!- fspax [~fspax@185.244.48.254] has quit [Client Quit] 08:42 -!- Posterdati [~Posterdat@user/Posterdati] has joined #openbsd 08:42 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 08:43 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 08:46 -!- lcubed [~lcubed@user/lcubed] has joined #openbsd 08:53 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 08:54 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has joined #openbsd 08:55 -!- gaussianblue [~gaussianb@user/gaussianblue] has quit [Quit: leaving] 08:58 -!- user71 [~user71@2001:1530:1000:e16e:c2f9:107d:afb3:2] has joined #openbsd 09:01 -!- feriman [~feriman@user/feriman] has joined #openbsd 09:05 -!- jacobk [~quassel@64.189.201.150] has quit [Ping timeout: 245 seconds] 09:06 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has quit [Remote host closed the connection] 09:06 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has joined #openbsd 09:09 -!- CrashOverride [~strcat@p54855039.dip0.t-ipconnect.de] has joined #openbsd 09:10 -!- gbowne1 [~gbowne1@97.113.91.0] has quit [Quit: Leaving] 09:15 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has joined #openbsd 09:16 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 09:16 -!- lynge [~lynge@v.16b1.dk] has quit [Quit: leaving] 09:17 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 09:17 -!- adip [~adip@c151-157.icpnet.pl] has joined #openbsd 09:21 -!- tux2bsd [~tux2bsd@64-246-80-85.static.lightwire.co.nz] has joined #openbsd 09:22 -!- Warr1024 is now known as Guest7232 09:22 -!- Warr10247 [~Warr@user/warr1024] has joined #openbsd 09:22 -!- Guest7232 [~Warr@user/warr1024] has quit [Killed (calcium.libera.chat (Nickname regained by services))] 09:22 -!- Warr10247 is now known as Warr1024 09:23 -!- PiRATA [~pirata@user/pirata] has joined #openbsd 09:25 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has quit [Remote host closed the connection] 09:26 < lts> I have Skylake hardware which crashes hard / instantly reboots on startup when /etc/rc runs the command "acpidump -q -o /var/db/acpi/" . I'm not finding much how to troubleshoot this. Any pointers? I don't see a kernel dump. 09:26 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has joined #openbsd 09:26 < lts> Also noted that the acpidump(8) man page does not show it has a -q switch 09:30 -!- gxt [~gxt@gateway/tor-sasl/gxt] has quit [Remote host closed the connection] 09:31 -!- gxt [~gxt@gateway/tor-sasl/gxt] has joined #openbsd 09:40 -!- pinglong [~pinglong@2a00:e180:17bc:8100:7b98:2174:e017:9c76] has joined #openbsd 09:43 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 09:44 -!- pinglong [~pinglong@2a00:e180:17bc:8100:7b98:2174:e017:9c76] has quit [Remote host closed the connection] 09:44 -!- lynge [~lynge@v.16b1.dk] has joined #openbsd 09:45 -!- Warr1024 [~Warr@user/warr1024] has quit [Quit: Warr1024] 09:46 -!- rainystorm [~rainystor@user/rainystorm] has joined #openbsd 09:46 -!- Warr1024 [~Warr@user/warr1024] has joined #openbsd 09:47 -!- tux2bsd [~tux2bsd@64-246-80-85.static.lightwire.co.nz] has quit [Quit: Client closed] 09:50 < avemestr> I believe -q asks it to be quiet. 09:50 -!- teliu [~teliu@2001:9e8:83e1:1900:4587:8f31:ad0e:da0e] has quit [Ping timeout: 256 seconds] 09:50 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 09:51 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 09:53 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has joined #openbsd 09:54 < lts> Yes indeed https://github.com/openbsd/src/blob/master/usr.sbin/acpidump/acpidump.c#L685C14-L685C14 10:03 -!- byteskeptical [~amnesia@user/byteskeptical] has quit [Ping timeout: 252 seconds] 10:05 -!- fifi [~fifihyper@apn-31-0-71-144.dynamic.gprs.plus.pl] has joined #openbsd 10:06 -!- fifi_ [~fifihyper@apn-31-0-71-144.dynamic.gprs.plus.pl] has joined #openbsd 10:07 -!- inky [~inky@37.252.88.225] has quit [Ping timeout: 260 seconds] 10:09 -!- fifi_ [~fifihyper@apn-31-0-71-144.dynamic.gprs.plus.pl] has quit [Client Quit] 10:09 -!- Guest7282 [~nex8192@user/nex8192] has joined #openbsd 10:09 -!- fifi_ [~fifihyper@apn-31-0-71-144.dynamic.gprs.plus.pl] has joined #openbsd 10:10 -!- fifi_ [~fifihyper@apn-31-0-71-144.dynamic.gprs.plus.pl] has quit [Client Quit] 10:11 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 10:12 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has joined #openbsd 10:16 -!- fifi [~fifihyper@apn-31-0-71-144.dynamic.gprs.plus.pl] has quit [Remote host closed the connection] 10:19 -!- f4stpath [~f4stpath@185.97.93.3] has quit [Quit: Leaving] 10:20 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has quit [Remote host closed the connection] 10:22 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has joined #openbsd 10:22 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has quit [Client Quit] 10:23 -!- shiranaihito_ [~shiranaih@ppp-124-122-55-219.revip2.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 10:24 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 10:25 -!- f4stpath [~f4stpath@185.97.93.3] has joined #openbsd 10:25 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 10:30 -!- fifi [~fifihyper@31.0.87.244] has joined #openbsd 10:30 -!- fifi [~fifihyper@31.0.87.244] has quit [Remote host closed the connection] 10:31 -!- f4stpath [~f4stpath@185.97.93.3] has quit [Quit: Leaving] 10:31 -!- f4stpath [~f4stpath@185.97.93.3] has joined #openbsd 10:45 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has joined #openbsd 10:49 -!- vdamewood [~vdamewood@fedora/vdamewood] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 10:49 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 10:50 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has joined #openbsd 10:52 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 10:53 -!- tertullian [~sonne@95.211.146.69] has quit [Read error: Connection reset by peer] 10:55 -!- tertullian [~sonne@85.17.28.151] has joined #openbsd 10:55 -!- zimmer [~zimmer@138.199.7.184] has joined #openbsd 10:55 -!- zimmer [~zimmer@138.199.7.184] has quit [Changing host] 10:55 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 10:56 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 10:58 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 10:58 -!- Posterdati [~Posterdat@user/Posterdati] has quit [Ping timeout: 268 seconds] 10:59 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 11:01 -!- rustyy [~rusty@74.3.163.187] has quit [Quit: leaving] 11:02 -!- Posterdati [~Posterdat@user/Posterdati] has joined #openbsd 11:02 -!- accelerat0r [~user@user/accelerat0r] has quit [Remote host closed the connection] 11:02 -!- rustyy [~rusty@74.3.163.187] has joined #openbsd 11:03 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has joined #openbsd 11:06 -!- imega [~coma@55.42.150.83.ftth.as8758.net] has joined #openbsd 11:08 -!- padeksist [~nedrik@2001:16e0:219:dc00:4ff6:2c40:dcaf:4bca] has joined #openbsd 11:09 -!- gxt [~gxt@gateway/tor-sasl/gxt] has quit [Remote host closed the connection] 11:09 -!- gxt [~gxt@gateway/tor-sasl/gxt] has joined #openbsd 11:11 -!- fspax [~fspax@185.244.48.254] has joined #openbsd 11:11 -!- fspax [~fspax@185.244.48.254] has quit [Client Quit] 11:13 -!- randyn246 [af518187@91.199.227.102] has quit [Quit: Appbox - https://www.seedboxco.net] 11:13 -!- fspax [~fspax@185.244.48.254] has joined #openbsd 11:15 -!- mlw [~mlw@41.223.180.167] has quit [Ping timeout: 256 seconds] 11:16 -!- shiranaihito_ [~shiranaih@2405:9800:b660:8269:b9fe:d2df:c669:5bc2] has joined #openbsd 11:16 -!- gxt [~gxt@gateway/tor-sasl/gxt] has quit [Remote host closed the connection] 11:16 -!- gxt [~gxt@gateway/tor-sasl/gxt] has joined #openbsd 11:17 -!- b50d [~b50d@2a01:c22:bc7d:4200:2dc2:3cae:6391:8f3a] has joined #openbsd 11:17 -!- mlw [~mlw@154.127.13.202] has joined #openbsd 11:21 -!- billchenchina [~billchenc@103.152.35.21] has joined #openbsd 11:22 -!- randyn246 [3517b057@91.199.227.102] has joined #openbsd 11:25 -!- elagost [~elagost@user/elagost] has quit [Quit: connection reset by purr] 11:25 -!- weevoy [~weevoy@5.202.16.13] has quit [Ping timeout: 264 seconds] 11:30 -!- slim [~slim@user/slim] has quit [Quit: bWFkZSB5b3UgbG9vaw==] 11:32 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 11:33 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 11:33 < Belzebuth> Hello, Is the 'install74.img', same for the i386 and the amd64? 11:34 < sibiria> no 11:34 -!- sgm [~sgm@gateway/tor-sasl/sgm] has quit [Quit: sgm] 11:34 < sibiria> it is used the same way, but the contents are not the same 11:35 -!- sgm [~sgm@gateway/tor-sasl/sgm] has joined #openbsd 11:35 < Belzebuth> sibiria: because it has the same name? 11:36 < sibiria> they all have the same name. they're just in different directories on the ftp servers 11:37 < Belzebuth> ok, thank you. 11:38 < remiliascarlet> Belzebuth: i386 is for 32-bit processors (for example, Pentium 4), amd64 is for 64-bit processors (Core 2 Duo, i3/i5/i7/i9, Ryzen, and so on). 11:40 -!- b50d [~b50d@2a01:c22:bc7d:4200:2dc2:3cae:6391:8f3a] has quit [Remote host closed the connection] 11:40 -!- gaussianblue [~gaussianb@user/gaussianblue] has joined #openbsd 11:40 -!- b50d [~b50d@2a01:c22:bc7d:4200:2dc2:3cae:6391:8f3a] has joined #openbsd 11:44 < quinq> 18 11:47 -!- f4stpath [~f4stpath@185.97.93.3] has quit [Quit: Leaving] 11:48 -!- kfv [~kfv@2a01:4f8:1c17:d52d::1] has quit [Quit: Textual IRC Client: www.textualapp.com] 11:56 -!- sgm [~sgm@gateway/tor-sasl/sgm] has quit [Remote host closed the connection] 11:56 -!- sgm [~sgm@gateway/tor-sasl/sgm] has joined #openbsd 11:57 -!- bouncy [~ben@user/benoit] has joined #openbsd 11:58 -!- rnkn [~rnkn@starbeastie.paulwrankin.com] has quit [Quit: rnkn] 11:59 -!- teliu [~teliu@2001:9e8:83e1:1900:4587:8f31:ad0e:da0e] has joined #openbsd 12:03 -!- teliu [~teliu@2001:9e8:83e1:1900:4587:8f31:ad0e:da0e] has quit [Remote host closed the connection] 12:03 -!- teliu [~teliu@2001:9e8:83e1:1900:fa6c:c83b:7268:2083] has joined #openbsd 12:06 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 12:06 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 12:07 -!- b50d [~b50d@2a01:c22:bc7d:4200:2dc2:3cae:6391:8f3a] has quit [Remote host closed the connection] 12:08 -!- teliu [~teliu@2001:9e8:83e1:1900:fa6c:c83b:7268:2083] has quit [Client Quit] 12:10 -!- grobi [~grobi@user/grobi] has joined #openbsd 12:16 -!- psydroid [~psydroid@user/psydroid] has joined #openbsd 12:17 -!- deacon426 [~hicks@user/deacon426] has joined #openbsd 12:18 < deacon426> morg 12:18 < deacon426> morn* 12:18 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 256 seconds] 12:18 -!- teliu [~teliu@2001:9e8:83e1:1900:fa6c:c83b:7268:2083] has joined #openbsd 12:22 < PiRATA> deacon426: ah u're a puffy fan :} can't blame you 12:22 < deacon426> yup 12:22 -!- rustyy [~rusty@74.3.163.187] has quit [Ping timeout: 245 seconds] 12:23 -!- teliu [~teliu@2001:9e8:83e1:1900:fa6c:c83b:7268:2083] has quit [Client Quit] 12:25 < deacon426> you could also go on and blame me, whether or not I agree with you is another item :) 12:34 -!- sunwind [~paradox@101.189.208.46.dyn.plus.net] has quit [Quit: Outside Context Problem.] 12:34 -!- billchenchina [~billchenc@103.152.35.21] has quit [Remote host closed the connection] 12:34 -!- billchenchina [~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe] has joined #openbsd 12:35 -!- c64 [uid502328@user/c64] has joined #openbsd 12:35 < PiRATA> deacon426: shame on you for choosing an OS that just works and takes minimal maintenance :) 12:35 -!- elagost [~elagost@user/elagost] has joined #openbsd 12:36 < deacon426> I disagree with your petty accusations, muahahaa 12:36 < deacon426> :) 12:36 < spo0n> DOS? 12:37 -!- Yonle [~Yonle@user/yonle] has quit [Quit: See you later.] 12:38 < deacon426> oh hi spo0n 12:38 < spo0n> o/ 12:38 -!- bket [~bket@user/bket] has quit [Remote host closed the connection] 12:39 -!- Yonle [~Yonle@user/yonle] has joined #openbsd 12:40 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 12:41 -!- seninha [~seninha@user/seninha] has joined #openbsd 12:41 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 12:41 -!- bket [~bket@user/bket] has joined #openbsd 12:42 -!- sunwind [~paradox@101.189.208.46.dyn.plus.net] has joined #openbsd 12:42 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 12:42 -!- seninha [~seninha@user/seninha] has joined #openbsd 12:45 < quinq> Hummm, is there a way to run a command on keybinding in ksh, a bit like bash has bind -x? 12:45 < quinq> So far I can only see bind string=[editing-command] 12:46 -!- shiranaihito_ [~shiranaih@2405:9800:b660:8269:b9fe:d2df:c669:5bc2] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 12:46 -!- foul_owl [~kerry@157.97.134.165] has quit [Ping timeout: 276 seconds] 12:46 < quinq> Something like bind -m string='command^J' would work as an alias, but not when 12:46 < quinq> Hummm, nevermind, thanks for teddybear debugging :> 12:53 -!- Guest7282 [~nex8192@user/nex8192] has left #openbsd [Error from remote client] 12:59 -!- foul_owl [~kerry@174-21-66-189.tukw.qwest.net] has joined #openbsd 13:03 -!- krzych [krzych@nroot.pl] has quit [Remote host closed the connection] 13:03 -!- padeksist [~nedrik@2001:16e0:219:dc00:4ff6:2c40:dcaf:4bca] has quit [Ping timeout: 260 seconds] 13:04 -!- Leonarbro [~Leo@user/leonarbro] has joined #openbsd 13:05 -!- padeksist [~nedrik@2001:16e0:219:dc00:4ff6:2c40:dcaf:4bca] has joined #openbsd 13:07 -!- PiRATA [~pirata@user/pirata] has quit [Quit: PiRATA] 13:07 -!- f4stpath [~f4stpath@185.97.93.3] has joined #openbsd 13:14 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 13:14 -!- Guest7282 [~nex8192@user/nex8192] has joined #openbsd 13:15 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 13:16 -!- shiranaihito_ [~shiranaih@ppp-124-122-55-219.revip2.asianet.co.th] has joined #openbsd 13:22 < Belzebuth> remiliascarlet: thanks, I have an i5, and now I installed amd64. 13:23 -!- zwr [~zwr@200-97-244-121.user3p.veloxzone.com.br] has quit [Quit: Lost terminal] 13:23 < deacon426> Belzebuth: good times :) 13:24 -!- cwdar^ [~cd@c-98-242-74-66.hsd1.ga.comcast.net] has quit [Remote host closed the connection] 13:31 -!- krzych [krzych@nroot.pl] has joined #openbsd 13:34 -!- ficonni [~ficonni@178.220.11.238] has joined #openbsd 13:34 -!- ficonni [~ficonni@178.220.11.238] has quit [Client Quit] 13:40 -!- rustyy [~rusty@74.3.163.187] has joined #openbsd 13:42 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 240 seconds] 13:47 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 13:48 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 13:48 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 13:49 -!- rustyy [~rusty@74.3.163.187] has quit [Quit: leaving] 13:50 -!- accelerat0r [~user@user/accelerat0r] has joined #openbsd 13:52 -!- rustyy [~rusty@74.3.163.187] has joined #openbsd 13:53 -!- gbe [~gbe@ext.ttyv0.de] has quit [Remote host closed the connection] 13:53 -!- mlw [~mlw@154.127.13.202] has quit [Ping timeout: 240 seconds] 13:55 -!- gbe [~gbe@ext.ttyv0.de] has joined #openbsd 13:56 -!- mlw [~mlw@41.223.181.56] has joined #openbsd 13:56 -!- PiRATA [~PiRATA@user/pirata] has joined #openbsd 14:00 < seninha> Hi, consider this makefile: https://termbin.com/r58zh 14:00 < seninha> run it with `make VAR=foo` and then `gmake VAR=foo` 14:00 < seninha> (with OpenBSD make and GNU make) 14:01 < seninha> They behave differently (obsd's echoes "foohello world", while gnu's echoes "hello world") 14:02 < seninha> make(1) does not describe what happens when the "%" does not appear in the right-hand side of a AT&T System V UNIX style variable substitution 14:03 < seninha> in this case, make interprets as if there was an "%" in the beginning of the new_string 14:04 < seninha> Is this a bug, an undefined behavior, or a feature? Should I mail bugs@? 14:07 < mesaoptimizer> interesting 14:09 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Ping timeout: 240 seconds] 14:09 -!- user71 [~user71@2001:1530:1000:e16e:c2f9:107d:afb3:2] has quit [Quit: Leaving] 14:11 -!- ficonni [~ficonni@178.220.11.238] has joined #openbsd 14:11 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 14:12 -!- sonne_ [~vmlinuz@user/sonne] has joined #openbsd 14:12 -!- sonne [~vmlinuz@user/sonne] has quit [Ping timeout: 268 seconds] 14:14 -!- user71 [~user71@2001:1530:1000:e16e:1e6f:65ff:fe88:557f] has joined #openbsd 14:15 -!- nedko [~nedko@gateway/tor-sasl/nedko] has quit [Remote host closed the connection] 14:15 -!- nedko [~nedko@gateway/tor-sasl/nedko] has joined #openbsd 14:15 -!- billchenchina [~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe] has quit [Remote host closed the connection] 14:16 -!- billchenchina [~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe] has joined #openbsd 14:22 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 14:23 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 14:26 -!- workbench [~quassel@S0106f0f249e003f3.wp.shawcable.net] has joined #openbsd 14:29 -!- billchenchina [~billchenc@2a0d:2580:ff0c:1:e3c9:c52b:a429:5bfe] has quit [Ping timeout: 268 seconds] 14:32 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has joined #openbsd 14:32 -!- Borkwench [~quassel@S0106f0f249e003f3.wp.shawcable.net] has joined #openbsd 14:33 -!- qqq [~qqq@92.43.167.61] has quit [Ping timeout: 256 seconds] 14:36 -!- workbench [~quassel@S0106f0f249e003f3.wp.shawcable.net] has quit [Ping timeout: 276 seconds] 14:38 -!- f4stpath [~f4stpath@185.97.93.3] has quit [Quit: Leaving] 14:38 < Lucas6023> seninha: I'd say to write to bugs@. I believe the gmake behaviour is more correct. 14:38 < Lucas6023> https://paste.debian.net/plain/1300696 this Makefile helped me undestand it better 14:43 -!- zelest [jesper@213-66-161-116-no600.tbcn.telia.com] has quit [Quit: o/] 14:44 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has quit [Remote host closed the connection] 14:45 -!- zelest [jesper@213-66-161-116-no600.tbcn.telia.com] has joined #openbsd 14:45 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has joined #openbsd 14:47 -!- baak6 [~baak6@lexington.baak6.com] has quit [Quit: Bye friends] 14:47 -!- mlw [~mlw@41.223.181.56] has quit [Ping timeout: 268 seconds] 14:47 < PiRATA> anyone having problems installing the 7.4 sets on QEMU? 14:47 -!- baak6 [~baak6@lexington.baak6.com] has joined #openbsd 14:49 -!- mlw [~mlw@154.127.13.181] has joined #openbsd 14:50 -!- qqq [~qqq@92.43.167.61] has joined #openbsd 14:53 < bountyht> PiRATA: Not here. WHich problems do you have? 14:53 -!- b50d [~b50d@2a01:c22:bc7d:4200:8f60:9413:f045:497b] has joined #openbsd 14:56 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 14:57 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 14:57 -!- b50d [~b50d@2a01:c22:bc7d:4200:8f60:9413:f045:497b] has quit [Remote host closed the connection] 14:58 < PiRATA> something acpi related 14:59 < PiRATA> starts installing bsd but then panics with something acpi related and reboots 14:59 < PiRATA> 7.3 works fine 15:00 -!- cation [cation@user/cation] has joined #openbsd 15:04 -!- ke5c2fin [~ke5c2fin@37.19.210.33] has joined #openbsd 15:05 -!- Iketani [~Iketani@46.23.90.48] has quit [Quit: Bye] 15:06 < ke5c2fin> I want to file a crash report and my openbsd frequently crashes. How do I get the source code in /sys/arch/$(uname -m)/compile/GENERIC so I can provide more information via objdump(1)? 15:06 < ke5c2fin> Trying to follow these steps https://www.openbsd.org/ddb.html 15:07 -!- thrig [~thrig@c-73-225-161-25.hsd1.wa.comcast.net] has joined #openbsd 15:09 < bountyht> PiRATA: Will try later in my virt cluster. So far I see no crashes here 15:09 -!- ke5c2fin [~ke5c2fin@37.19.210.33] has quit [Quit: Connection closed] 15:09 -!- Iketani [~Iketani@46.23.90.48] has joined #openbsd 15:09 -!- ke5c2fin [~ke5c2fin@c-76-155-69-222.hsd1.co.comcast.net] has joined #openbsd 15:13 -!- f4stpath [~f4stpath@185.97.93.3] has joined #openbsd 15:13 -!- lolok [~lolok@user/lolok] has joined #openbsd 15:17 -!- zetef [~quassel@82.76.107.234] has joined #openbsd 15:23 -!- zetef [~quassel@82.76.107.234] has quit [Remote host closed the connection] 15:27 -!- Tlsx [rscastilho@189.61.140.215] has joined #openbsd 15:29 < PiRATA> bountyht: ty 15:30 -!- djhankb [~djhankb@208.113.164.68] has quit [Read error: Connection reset by peer] 15:31 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 15:33 -!- reset [~reset@user/reset] has joined #openbsd 15:34 -!- pikapika_lunar [~pikapika_@pika.powered.by.lunarbnc.net] has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net] 15:35 -!- pikapika [~pikapika_@pika.powered.by.lunarbnc.net] has joined #openbsd 15:37 -!- rain0r [~rainer@static.198.178.130.94.clients.your-server.de] has quit [Quit: rain0r] 15:38 -!- rain0r [~rainer@static.198.178.130.94.clients.your-server.de] has joined #openbsd 15:40 -!- hitest [~hitest@user/hitest] has joined #openbsd 15:45 -!- tarxvfz [~tarxvfz@gateway/tor-sasl/tarxvfz] has quit [Quit: tarxvfz] 15:49 < IcePic> ke5c2fin: also check "man crash", and https://www.openbsd.org/report.html if you haven't 15:52 < PiRATA> bountyht: if it helps https://i.imgur.com/vPjh0WA.png 15:53 < PiRATA> does not seem to work via QEMU and vbox 15:54 -!- xse [~xse@krkrkr.org] has quit [Remote host closed the connection] 15:55 -!- xse [~xse@krkrkr.org] has joined #openbsd 16:04 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 16:04 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 16:07 -!- antim0d3s [~JarJarBin@101.117.13.141] has joined #openbsd 16:08 -!- zwr [~zwr@200-97-244-121.user3p.veloxzone.com.br] has joined #openbsd 16:09 -!- sdfgsdfg [~JarJarBin@user/sdfgsdfg] has quit [Ping timeout: 276 seconds] 16:12 -!- davlefou [~davlefou@2a01:e0a:5f4:4bd0:feb1:5e17:9772:4e6c] has quit [Ping timeout: 256 seconds] 16:16 < seninha> Is sendbug(1) format enforced to mailing bugs@? 16:17 < brynet> no 16:17 < brynet> The format is a leftover from when bugs@ used GNATS. 16:18 < seninha> nice 16:18 < seninha> i thought there was some kind of parser to read mails and fill in bugs on a database or smth 16:18 -!- Guest7282 [~nex8192@user/nex8192] has left #openbsd [Error from remote client] 16:21 -!- fflam [~mdt@pool-100-7-27-90.rcmdva.fios.verizon.net] has quit [Quit: WeeChat 4.1.2] 16:21 < brynet> no automation at all anymore. 16:23 -!- PiRATA [~PiRATA@user/pirata] has quit [Remote host closed the connection] 16:25 -!- Belzebuth [~CharleyBa@user/CharleyBates] has quit [Quit: leaving] 16:27 -!- slim [~slim@user/slim] has joined #openbsd 16:30 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has quit [Remote host closed the connection] 16:31 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has joined #openbsd 16:32 -!- ke5c2fin [~ke5c2fin@c-76-155-69-222.hsd1.co.comcast.net] has quit [Ping timeout: 252 seconds] 16:34 -!- fflam [~mdt@146.70.165.57] has joined #openbsd 16:35 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has quit [Ping timeout: 256 seconds] 16:37 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 16:37 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 16:38 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 16:38 < IcePic> spo0n: I think that one of the old (can't say if it is still there) criticisms of bash was that when called as sh, it would still retain a lot of bashisms, which meant that people would write bash scripts called with #!/bin/sh thinking that it was decent sh scripting, but in fact would not work with non-bash sh, and this was very visible on debian when they opted to use the far smaller "dash" to be their 16:39 < IcePic> sh implementation 16:41 -!- xet7 [~xet7@user/xet7] has quit [Quit: Leaving] 16:42 < Zyxer> Yea, also many think bash is always supposed to be sh, they don't care about keeping it POSIX compliant. 16:43 < thrig> #!/bin/sh set -exo pipefail etc 16:44 < Zyxer> sh is usually just a symlink to bash. Can bash really differentiate if it was called through a symlink? 16:44 < thrig> easy enough to test by inspecting argv[0] 16:45 < Zyxer> Really? The shebang line is passed as argv[0]? 16:45 < Zyxer> Damn, had no idea. 16:47 -!- sliced [~sliced@ip-185.238.207.18.laito.net.pl] has joined #openbsd 16:48 < thrig> https://thrig.me/tmp/whatsmyname.c 16:53 -!- codermattie [~codermatt@174-21-107-56.tukw.qwest.net] has joined #openbsd 17:10 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has quit [Remote host closed the connection] 17:10 -!- f4stpath [~f4stpath@185.97.93.3] has quit [Quit: Leaving] 17:10 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has joined #openbsd 17:11 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 17:11 -!- Xe [~cadey@perl/impostor/xe] has quit [Ping timeout: 245 seconds] 17:11 -!- desnudopenguino [~Thunderbi@c-73-35-234-26.hsd1.wa.comcast.net] has joined #openbsd 17:12 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 17:12 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 17:13 -!- Xe [~cadey@perl/impostor/xe] has joined #openbsd 17:14 -!- davlefou [~davlefou@2a01:e0a:5f4:4bd0:feb1:5e17:9772:4e6c] has joined #openbsd 17:19 -!- SirJitsu [~SirJitsu@162-231-111-175.lightspeed.livnmi.sbcglobal.net] has joined #openbsd 17:25 -!- byteskeptical [~amnesia@user/byteskeptical] has joined #openbsd 17:27 -!- jshimada [jshimada@user/jshimada] has joined #openbsd 17:40 -!- PiRATA [~pirata@user/pirata] has joined #openbsd 17:40 -!- chasmo77 [~chas77@c-98-232-187-196.hsd1.or.comcast.net] has quit [Quit: It's just that easy] 17:42 -!- seninha [~seninha@user/seninha] has quit [Remote host closed the connection] 17:42 -!- seninha [~seninha@user/seninha] has joined #openbsd 17:42 -!- fifi [~fifihyper@apn-37-248-160-214.dynamic.gprs.plus.pl] has joined #openbsd 17:45 -!- tercaL [~tercaL@user/tercal] has joined #openbsd 17:45 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 17:46 -!- gman999 [~GMan999@user/gman999] has joined #openbsd 17:46 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 17:47 -!- PiRATA [~pirata@user/pirata] has quit [Quit: PiRATA] 17:51 -!- fifi_ [~fifihyper@apn-37-248-160-214.dynamic.gprs.plus.pl] has joined #openbsd 17:59 -!- fflam [~mdt@146.70.165.57] has quit [Ping timeout: 240 seconds] 18:00 -!- hitest [~hitest@user/hitest] has quit [Quit: Leaving] 18:01 -!- ssm_ [~ssm_@mail.howdoesmycode.work] has quit [Quit: ZNC 1.8.2 - https://znc.in] 18:01 -!- diod [~diod@142.198.108.3] has joined #openbsd 18:01 -!- fflam [~mdt@107.150.22.57] has joined #openbsd 18:02 < diod> what is the future of graphics on openbsd? 18:02 -!- ssm_ [~ssm_@mail.howdoesmycode.work] has joined #openbsd 18:05 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 260 seconds] 18:08 -!- fifi_ [~fifihyper@apn-37-248-160-214.dynamic.gprs.plus.pl] has quit [Quit: Leaving] 18:15 < betabug> ascii art 18:15 -!- cimento [CO2@gateway/vpn/protonvpn/cimento] has quit [Quit: WeeChat 4.1.2] 18:16 -!- cimento [CO2@gateway/vpn/protonvpn/cimento] has joined #openbsd 18:16 < thrig> in both colors 18:16 < magnahelix> Wait, what? There's color?! In plural?! :o 18:19 < thrig> black, and white 18:19 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 18:20 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 18:20 < magnahelix> It's a step up from gray scale or entirely green or orange I suppose. 18:21 < thrig> https://marc.info/?l=openbsd-misc&m=170206227305843&w=2 18:22 < magnahelix> Seems that user is feeling tremendously homesick from GNU ls. :P 18:23 -!- c64 [uid502328@user/c64] has quit [Quit: Connection closed for inactivity] 18:23 < magnahelix> Unless the CLI is lit up like a Christmas tree... You're doing it all wrong. 18:23 -!- tercaL [~tercaL@user/tercal] has quit [Ping timeout: 256 seconds] 18:27 -!- diod [~diod@142.198.108.3] has left #openbsd [] 18:31 -!- aretter [~quassel@2a01:4f8:10a:3221::256] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 18:32 -!- hitest [~hitest@user/hitest] has joined #openbsd 18:35 -!- Guest7282 [~nex8192@user/nex8192] has joined #openbsd 18:36 -!- aretter [~quassel@2a01:4f8:10a:3221::256] has joined #openbsd 18:40 -!- hitest [~hitest@user/hitest] has quit [Quit: Leaving] 18:43 < mornfall> hm, so i fished a beaglebone black out of the cellar and it works fine and boots a 7.4 armv7 installer, but both the emmc and the microsd card are giving me IO errors (emmc outright refuses to communicate, uSD gave me panic: ffs_valloc: dup alloc halfway through set installation) 18:44 < thrig> maybe the sd went bad? 18:44 < mornfall> is the flash likely to be bad, or are there some issues with the mmc driver on armv7 that could be causing this? 18:45 -!- esotericwarfare [~esotericw@190.193.226.141] has joined #openbsd 18:45 < mornfall> http://sprunge.us/lXBhGF 18:46 < mornfall> ommmc seems to be the driver running both mmc devices 18:46 < mornfall> (it's an am33x soc) 18:52 < mornfall> ok badblocks on the uSD attached to a desktop goes crazy 18:52 < mornfall> so i guess all the flash disintegrated in storage 18:53 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 18:53 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 18:53 -!- fifi_ [~fifihyper@2a00:f41:3470:7d18:ad78:4c8:b028:e952] has joined #openbsd 18:54 < mornfall> oh, it went ‘medium not present’ in the middle of the test 18:55 < thrig> séance device 18:55 < mornfall> okay i think i have finished the card off… makes me wonder where the other uSD cards are 18:56 < mornfall> and whether they are in better shape 18:57 < mornfall> this is some crummy tech smh; all this stuff is barely 10 years old? 18:57 -!- fifi [~fifihyper@apn-37-248-160-214.dynamic.gprs.plus.pl] has quit [Ping timeout: 256 seconds] 19:05 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 19:11 -!- vortexx [~nothing@user/vortexx] has quit [Quit: reboot] 19:13 < Zyxer> diod: I'm not sure what you mean. I been running OpenBSD as desktop main daily drive 19:13 < mornfall> that's in the past, but how about the future 19:14 < mornfall> a couple years ago i was pretty sure amdgpu would never end up in openbsd, yet here we are 19:14 < mornfall> wayland in base when :p 19:14 < magnahelix> I'm not too convinced about micro sd cards being all that and a bag of chips. 19:14 < magnahelix> Single board computers use them because they were a cheap and abundant option. 19:14 < mornfall> yeah, must have been cheap 19:15 < magnahelix> Made that mistake a few times, too. 19:15 < mornfall> i found another tho, so far holding up under badblocks -w 19:15 < magnahelix> Bought a cheaper sd card and then wondered why the raspberry pi would stop responding in a few months... 19:16 < mornfall> says transcend on the dead one 19:18 -!- yetoo [~yetoo@user/yetoo] has joined #openbsd 19:18 < mornfall> the possibly-not-dead one is kingston i think (also 16G vs the broken one which was just 2G) 19:18 -!- shiranaihito_ [~shiranaih@ppp-124-122-55-219.revip2.asianet.co.th] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 19:20 < pardis> "sh is usually just a symlink to bash" is not even true of GNUish systems 19:22 -!- rak [~rak@debian/rak] has quit [Quit: Segmentation fault (core recycled)] 19:22 -!- eniac [~eniac@user/eniac] has quit [Quit: WeeChat 4.0.2] 19:23 < seninha> https://marc.info/?l=openbsd-bugs&m=170223495405119 19:23 -!- grobi [~grobi@user/grobi] has quit [Read error: Connection reset by peer] 19:23 -!- rak [~rak@debian/rak] has joined #openbsd 19:24 -!- gaussianblue [~gaussianb@user/gaussianblue] has quit [Quit: leaving] 19:25 < mornfall> seninha: confusing 19:25 -!- vortexx [~nothing@casper.nineinchnetworks.ch] has joined #openbsd 19:25 -!- vortexx [~nothing@casper.nineinchnetworks.ch] has quit [Changing host] 19:25 -!- vortexx [~nothing@user/vortexx] has joined #openbsd 19:26 < mornfall> seems the observed behaviour matches the documented behaviour; what is the bug? 19:26 -!- Vigdis [~danj@ns4.chown.me] has quit [Quit: WeeChat 4.0.5] 19:27 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 19:27 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 19:29 -!- teliu [~teliu@2001:9e8:83e1:1900:4587:8f31:ad0e:da0e] has joined #openbsd 19:30 -!- Guest7282 [~nex8192@user/nex8192] has left #openbsd [Error from remote client] 19:30 -!- Posterdati [~Posterdat@user/Posterdati] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 19:31 -!- Posterdati [~Posterdat@user/Posterdati] has joined #openbsd 19:34 -!- fifi_ [~fifihyper@2a00:f41:3470:7d18:ad78:4c8:b028:e952] has quit [Remote host closed the connection] 19:40 -!- grobi [~grobi@user/grobi] has joined #openbsd 19:43 < Zyxer> wat 19:44 < Zyxer> There was really no proper graphics on OpenBSD a few years ago? 19:45 -!- jmcunx [jmccue@user/zjmc] has left #openbsd [] 19:47 -!- psydroid [~psydroid@user/psydroid] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 19:48 < ssm_> Zyxer: basically got one dev (jsg@) that's holding up the whole openbsd graphics stack by himself 19:48 -!- Guest7282 [~nex8192@user/nex8192] has joined #openbsd 19:48 < Zyxer> Holy shit 19:48 -!- ssm_ is now known as all 19:49 -!- all is now known as ssm_ 19:49 -!- teliu [~teliu@2001:9e8:83e1:1900:4587:8f31:ad0e:da0e] has quit [Ping timeout: 256 seconds] 19:49 < mornfall> Zyxer: huh? 19:50 < mornfall> X has been around since forever 19:52 < Zyxer> Yes 19:52 < Zyxer> But I meant graphics acceleration 19:54 -!- rainystorm [~rainystor@user/rainystorm] has quit [Ping timeout: 246 seconds] 19:54 < sibiria> 2D acceleration has been around for a very long time, but 3D acceleration is relatively young and so-so in support - and this is what modern WMs and compositors use these days 19:54 < thrig> gotta accel those xterms 19:59 -!- fluentpwn [e7b4bb6755@spooky.academy] has quit [Remote host closed the connection] 19:59 -!- fluentpwn [e7b4bb6755@spooky.academy] has joined #openbsd 20:00 < sibiria> solution: use tiling WM and pretent windows have never been able to move around freely and smoothly!1 20:00 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 20:01 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 20:02 -!- ivdsangen [~ivo@86-95-161-96.fixed.kpn.net] has quit [Quit: https://github.com/ivdsangen] 20:04 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 20:06 -!- jardsonto [~jardsonto@187.40.117.248] has joined #openbsd 20:10 -!- Tlsx [rscastilho@189.61.140.215] has quit [Remote host closed the connection] 20:11 -!- glider [~glider@user/glider] has quit [Quit: ZNC - https://znc.in] 20:11 -!- jmarsman [~jmarsman@gw.office.elitelabs.nl] has joined #openbsd 20:13 -!- grobi [~grobi@user/grobi] has quit [Read error: Connection reset by peer] 20:19 -!- engler [~engler@user/emilengler] has joined #openbsd 20:19 -!- sonne [~vmlinuz@user/sonne] has joined #openbsd 20:19 -!- engler [~engler@user/emilengler] has quit [Client Quit] 20:20 -!- sonne_ [~vmlinuz@user/sonne] has quit [Ping timeout: 276 seconds] 20:20 -!- jacobk [~quassel@64.189.201.150] has joined #openbsd 20:22 -!- teliu [~teliu@2001:9e8:83e1:1900:4587:8f31:ad0e:da0e] has joined #openbsd 20:22 -!- zimmer [~zimmer@user/zimmer] has joined #openbsd 20:28 -!- jmarsman [~jmarsman@gw.office.elitelabs.nl] has quit [Remote host closed the connection] 20:31 -!- lavaball [~Melissa@31.204.155.215] has joined #openbsd 20:34 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 20:34 -!- Lucas6023 [~Lucas6023@gateway/tor-sasl/lucas6023] has quit [Ping timeout: 240 seconds] 20:35 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 20:36 < Zyxer> Well, it was all fixed when I started using it. Ppl used to complain about youtube in firefox. 20:37 -!- bluejaypop [~josefig@user/josefig] has joined #openbsd 20:37 < Zyxer> I think that was fixed a few weeks before I installed it as daily driver, however that was on firefox package side issue iirc 20:38 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has quit [Remote host closed the connection] 20:39 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has joined #openbsd 20:41 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 20:51 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Ping timeout: 240 seconds] 20:51 -!- grobi [~grobi@user/grobi] has joined #openbsd 20:56 -!- feriman [~feriman@user/feriman] has quit [Ping timeout: 268 seconds] 20:57 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 21:03 -!- user71 [~user71@2001:1530:1000:e16e:1e6f:65ff:fe88:557f] has quit [Quit: Leaving] 21:04 -!- gbowne1 [~gbowne1@97.113.91.0] has joined #openbsd 21:08 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 21:08 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 21:12 -!- Old-Ben-Jabroni [~Old-Ben-J@user/Old-Ben-Jabroni] has quit [Remote host closed the connection] 21:12 -!- fifi [~fifihyper@apn-37-248-165-175.dynamic.gprs.plus.pl] has joined #openbsd 21:13 -!- fifi_ [~fifihyper@apn-37-248-165-175.dynamic.gprs.plus.pl] has joined #openbsd 21:17 -!- jmcunx [jmccue@user/zjmc] has joined #openbsd 21:18 -!- wsc3 [~wsc3@user/gchound] has joined #openbsd 21:18 -!- wsc3 is now known as gchound 21:19 -!- hitest [~hitest@user/hitest] has joined #openbsd 21:19 -!- foul_owl [~kerry@174-21-66-189.tukw.qwest.net] has quit [Ping timeout: 245 seconds] 21:20 -!- fifi_ [~fifihyper@apn-37-248-165-175.dynamic.gprs.plus.pl] has quit [Quit: Leaving] 21:22 -!- teliu [~teliu@2001:9e8:83e1:1900:4587:8f31:ad0e:da0e] has quit [Ping timeout: 240 seconds] 21:24 -!- todd [~todd@gateway/tor-sasl/toddf] has quit [Remote host closed the connection] 21:25 -!- rvalles [~rvalles@user/rvalles] has quit [Quit: rvalles] 21:28 -!- todd [~todd@gateway/tor-sasl/toddf] has joined #openbsd 21:28 -!- Old-Ben-Jabroni [~Old-Ben-J@user/Old-Ben-Jabroni] has joined #openbsd 21:31 -!- emmanuelux_ [~emmanuelu@user/emmanuelux] has quit [Read error: Connection reset by peer] 21:32 -!- emmanuelux_ [~emmanuelu@user/emmanuelux] has joined #openbsd 21:32 < Zyxer> Anyone know os a self host one drive document editing alternative? 21:33 -!- mlw [~mlw@154.127.13.181] has quit [Ping timeout: 268 seconds] 21:33 -!- foul_owl [~kerry@157.97.134.168] has joined #openbsd 21:33 < signalblue> Zyxer: nextcloud? 21:33 < Zyxer> Like, co-editing a text document live, and you can see live what the other person does. And that is available on openbsd 21:33 < signalblue> oh 21:33 < Zyxer> NextCloud allows for co-editing? 21:33 < signalblue> with a web interface? 21:33 < signalblue> like do you need a web interface for that? 21:34 -!- teliu [~teliu@2001:9e8:83e1:1900:4587:8f31:ad0e:da0e] has joined #openbsd 21:34 < Zyxer> Yes, so I and a friend can co-edit and such. 21:34 -!- emmanuelux_ [~emmanuelu@user/emmanuelux] has quit [Max SendQ exceeded] 21:34 < thrig> the web consumes all 21:34 < Zyxer> I guess it doesn't need to be web, could be with a client. 21:35 < Zyxer> I don't like using microsoft middle man just to be able to co-edit a file. 21:35 -!- emmanuelux_ [~emmanuelu@user/emmanuelux] has joined #openbsd 21:35 < signalblue> thrig: sure does 21:35 < signalblue> just curious, does that annoy you thrig? 21:36 < Zyxer> Well, if you know of a non-web solution for co-editing using internet then I am all ears. 21:36 -!- Vigdis [~danj@ns4.chown.me] has joined #openbsd 21:36 < thrig> not really, but I had to switch the user-agent as DDG started getting pissy about the MSIE8/Windows8 agent string I was using 21:36 < Zyxer> signalblue: Tbh it annoys me as well that everything is turning web based. 21:36 < signalblue> Zyxer: libreoffice and VNC 21:36 < Zyxer> Oh, guess not me as well, but just me 21:37 < signalblue> replace libreoffice with Abiword if you'd like 21:37 < Zyxer> Eh, that is very hassle. Since 2 can't edit two different lines in a document at the same time 21:37 < codermattie> what kind of documents? 21:37 < signalblue> split screen them :) 21:38 < Zyxer> Text mainly 21:38 < codermattie> you could use hackerrank or several other tools 21:38 < Zyxer> Split screen won't work? Can't have cursor on 2 different lines and type 21:38 < signalblue> oh that's true 21:38 < codermattie> VScode also has a shared editor 21:38 < signalblue> and it's a hassele 21:39 < Zyxer> Hassle for setup is ok, but it should be smooth sailing once setup is done. Like, connect and edit without worrying if the other is editing another line or similar 21:40 < codermattie> it would be pretty easy to code a Emacs Elisp hack that did sharead editing 21:40 < codermattie> just do it over tramp and when a file change is detected force a reload 21:40 < codermattie> Emacs can do anything 21:41 < signalblue> Transparent Remote Access, Multiple Protocols 21:41 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 21:41 < signalblue> https://gitlab.com/smoores/ode 21:42 < signalblue> https://etherpad.org/ 21:42 < signalblue> Zyxer 21:42 -!- jardsonto [~jardsonto@187.40.117.248] has quit [Quit: leaving] 21:42 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 21:42 < Zyxer> Thanks 21:43 < signalblue> no problem 21:43 < signalblue> now the trick is to see whether they work on OpenBSD 21:43 < Zyxer> Yes, therpad, that thing! Thanks so much! I had forgotten about it 21:43 < Zyxer> etherpad* 21:43 < signalblue> :) 21:45 < Zyxer> Yea, if it doesn't looking into porting. If it is too hard (I am just enthusiast/wannabe, I am more tech savy than probs 90% but just being able to cd and mkdir is enough for that) 21:45 < Zyxer> then RIP 21:45 < signalblue> why use OpenBSD on the desktop though 21:46 < ssm_> signalblue: because it's better than all the alternatives, assuming you do certain tasks on other hardware or a virtual machine? 21:46 -!- fifi_ [~fifihyper@apn-37-248-165-175.dynamic.gprs.plus.pl] has joined #openbsd 21:46 < ssm_> "certain tasks" being gaming or work 21:46 < codermattie> openbsd as a desktop is nice for being on hostile networks 21:47 < ssm_> we do have a good amount of games on openbsd though, check out #openbsd-gaming if interested 21:47 < codermattie> you can probe things without worrying about being breached 21:47 < Zyxer> My server is OpenBSD 21:47 < codermattie> I have a openbsd server, and a framework laptop 21:47 < ssm_> codermattie: dang are you me 21:48 < Zyxer> I have been jumping around and landed on FreeBSD for desktop, since I want to be able to test controller on a game I am making. And I never got very far on OpenBSD with controller 21:48 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has joined #openbsd 21:48 < codermattie> ssm_: lol 21:48 -!- daru [daru@gateway/vpn/airvpn/daru] has quit [Ping timeout: 260 seconds] 21:48 < Zyxer> Controller driver had my openBSD laptop crash after I plug in controller and press buttons 21:48 -!- fifi__ [~fifihyper@apn-37-248-165-175.dynamic.gprs.plus.pl] has joined #openbsd 21:48 < ssm_> I never gave freebsd a good try, something about the documentation was nebulous to me 21:48 -!- fifi [~fifihyper@apn-37-248-165-175.dynamic.gprs.plus.pl] has quit [Ping timeout: 246 seconds] 21:49 < codermattie> ssm_: its a little slicker but has the same hardware support issues 21:49 < thrig> installer took a while, too 21:49 < Zyxer> But, I am starting to understand controller drivers better, so I probs will try to make something later for OpenBSD when I have more free time 21:49 < signalblue> freebsd is my favorite 21:49 < signalblue> freebsd documentation is great and the installer takes like 5 mins max 21:49 < ssm_> I keep meaning to try freebsd in a vm, but it doesn't work in vmm and I'm too lazy to learn qemu 21:50 < signalblue> ssm_: better than the alternatives is debatable though 21:50 < thrig> you really need a mac to run the freebsd vm 21:50 < signalblue> depends on your needs 21:50 < codermattie> ssm_: qemu is like molasses without hardware acceleration 21:50 < signalblue> thrig: not really 21:50 < signalblue> hyper-v on windows runs freebsd vms nicely 21:50 < ssm_> codermattie: even just for accessing via ssh? 21:50 < signalblue> even for server/production workloads 21:50 < thrig> the joke being a lot of freebsd devs ran freebsd in a virt on a mac 21:50 < codermattie> ssm_: I tried running a linux image and it was unusable 21:51 < signalblue> thrig: ohhh 21:51 < signalblue> dogfooding wasn't a thing for th em 21:51 < signalblue> s/th em/them 21:51 < codermattie> if you work in IT you need a mac or win box 21:51 -!- fifi_ [~fifihyper@apn-37-248-165-175.dynamic.gprs.plus.pl] has quit [Ping timeout: 264 seconds] 21:51 < codermattie> mac is nicer imho 21:51 < ssm_> pick your poison 21:51 < Zyxer> OpenBSD is my favourite, but, yea, a few usecases doesn't work good for me and at first OpenBSD worked on everything. I could work around most things (and some of the issues are on FreeBSD as well) but the controller thing was what decided it for me 21:51 < thrig> nope, I had an openbsd desktop at my last IT job 21:52 < Zyxer> I work in IT, we use linux. 21:52 < signalblue> thrig: any pictures of the workstation? 21:52 < signalblue> or the desktop? 21:52 -!- xet7 [~xet7@user/xet7] has joined #openbsd 21:52 < signalblue> would love to see 21:52 < thrig> it was a crummy HP desktop hooked up to a crummy Dell LCD 21:52 < codermattie> I worked for several IT companies, specialized drivers for networking, tokens, and other issues made linux unusable 21:53 < thrig> they kept on trying to get me a new desktop but I was like, what for? 21:53 < codermattie> we had a sys engineer who used linux, it took three days for him to get on wifi 21:53 -!- Lucas6023 [~Lucas6023@gateway/tor-sasl/lucas6023] has joined #openbsd 21:53 < codermattie> not really a workable option 21:53 < signalblue> lol 21:53 < Zyxer> Wat 21:53 -!- Hackerpcs [~user@user/hackerpcs] has quit [Ping timeout: 264 seconds] 21:54 < Zyxer> Without context: I am not sure it was a competent sys engineer. 21:54 < signalblue> usually the thinkpads have great hardware compatibility 21:54 < ssm_> codermattie: stories like this make me feel justified in persuing CE/embedded instead of IT/CS 21:54 < codermattie> well you needed a special driver to reveal the access points, and I would say he is more competent than most people i have met in almost 30 years of experience 21:55 < codermattie> Im amazed he got it to work at all 21:55 < ssm_> I just want to hack in C on openbsd, that's my purpose in life 21:55 < Zyxer> Ugh... I have to make my server filthy... Etherpad needs nodejs 21:55 < codermattie> ssm_: I hope you like ramen noodles 21:55 < Zyxer> But, not like it wasn't to unexpected. Webapps.... 21:55 < ssm_> codermattie: I thought embedded paid well 21:56 < ssm_> higher than CS stuff anyways 21:56 < codermattie> he was engineering on a cloud 21:56 < codermattie> AAA, authentication, authorization, and access 21:57 -!- kotrcka [~user@92.63.48.18] has joined #openbsd 21:58 < ssm_> AAA battery 21:58 < codermattie> he was hacking radius 21:58 < thrig> anti-anti-aircraft? 21:58 < ludovicus> triple A record 21:59 -!- CrashOverride [~strcat@p54855039.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 21:59 -!- fifi__ [~fifihyper@apn-37-248-165-175.dynamic.gprs.plus.pl] has quit [Quit: Leaving] 21:59 -!- fifi_ [~fifihyper@apn-37-248-165-175.dynamic.gprs.plus.pl] has joined #openbsd 22:01 -!- fifi_ [~fifihyper@apn-37-248-165-175.dynamic.gprs.plus.pl] has quit [Client Quit] 22:03 -!- fifi_ [~fifihyper@apn-37-248-165-175.dynamic.gprs.plus.pl] has joined #openbsd 22:04 < codermattie> a lot of high security jobs also ship you a laptop and thats all you can use 22:05 < codermattie> they weld it shut so you cant modify it or install anything 22:05 < thrig> intercepted along the way by all the agencies 22:05 < Zyxer> My brother installed arch in WSL 22:05 < Zyxer> His company allows him to run linux, but the customers laptop for their project, well, the customer locked it down to windows but allowed the WSL 22:06 < topcat001> in our company barely anyone has linux knowledge, and no one knows what bsd is. The laptops issued run windows, fully bugged with the latest spyware. 22:06 < codermattie> I once got a mac that only allowed you to install spotify 22:07 < Zyxer> The eternal swede is at it again. 22:08 < Zyxer> Only swedish software allowed 22:08 < topcat001> a colleague saw my workstation with i3+xterms and said it was "disgusting" :D 22:09 < Zyxer> Wat 22:09 < topcat001> exactly 22:09 < kotrcka> In macOS you should be able to install a lot of SW the "user way" = not "installing it" by mobing into Applications but rather on your Desktop or wherever you have write permissions. 22:10 < codermattie> I prefer multiple devices and using each one for its strengths 22:10 < Zyxer> Ok. So, I think I got etherpad up and running properly 22:10 < codermattie> openbsd is a excellent server for standard internet protocols except for its NFS implementation 22:10 -!- teliu [~teliu@2001:9e8:83e1:1900:4587:8f31:ad0e:da0e] has quit [Quit: Konversation terminated!] 22:10 < Zyxer> I made a user etherpad, maybe I should have named it _etherpad for good measure. 22:10 < Zyxer> Then tmux and ran the etherpad as the user etherpad 22:11 < Zyxer> git cloned to /home/etherpad/git 22:11 < Zyxer> I think that what I did was good practice, I have no idea. Any feedback is appreciated. 22:12 < codermattie> are you doing shared editing with yourself? 22:12 < Zyxer> No, a friend and I 22:13 < Zyxer> Gonna ask him to ssh tunnel, since I am not getting into hassle of port forward and setting up login for the page. Unless there is already such a function to be set in config 22:13 < Zyxer> He uses windows and only time he touched terminal, afaik, has been to connect to my server and such 22:14 < Zyxer> Or well, command prompt as windows calls it 22:14 < Zyxer> IT WORKS 22:14 < Zyxer> I think 22:14 -!- hitest [~hitest@user/hitest] has quit [Quit: Leaving] 22:15 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 22:16 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 22:17 < Zyxer> Uh... It warns that dirtyDB is used and is not good for production 22:17 < codermattie> definitely dirty then 22:18 < Zyxer> Aw well, a fast but dirty solution is acceptable in this case 22:19 < Zyxer> I feel like I want to make a package now or at least port etherpad. Useful to break out from all the centralised drive share things 22:19 < codermattie> javascript is a license nightmare 22:19 < codermattie> see how many libs you pulled to get it working 22:20 -!- gry [st@botters/gry] has quit [Remote host closed the connection] 22:20 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 22:20 < Zyxer> Oh you're right 22:20 < codermattie> its normal to have ~1000 libraries for anything 22:20 < Zyxer> How can I check it? 22:20 < codermattie> doing a license audit requires tools and time 22:20 < codermattie> wc -l the lockfile 22:20 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 22:20 < Zyxer> I never used nodejs before 22:21 < Zyxer> Which lockfile? 22:21 < codermattie> that will give you a count, then you need a script to compile the licenses 22:21 < codermattie> the package lockfile 22:21 < codermattie> npm 22:21 -!- format_c [~format_c@2a02:b98:f181:4094:f550:7488:2d5:5ffa] has quit [Quit: format_c] 22:21 < codermattie> package-lock.json 22:21 < codermattie> should be in the project root 22:22 -!- daru [daru@gateway/vpn/airvpn/daru] has joined #openbsd 22:22 -!- gchound [~wsc3@user/gchound] has quit [Quit: WeeChat 4.1.2] 22:23 < codermattie> extract the package names with grep and cut and then query the licenses, output to a file and sort -u the licenses to compact the audit 22:24 < Zyxer> It wasn't in root. or, it was in src. Maybe that is considered root 22:24 < codermattie> also if any developer rug pulls the license on any library you are toast, it has happened 22:24 < codermattie> the root is the base directory of the checkout 22:25 -!- lavaball [~Melissa@31.204.155.215] has quit [Remote host closed the connection] 22:25 < Zyxer> Grugg git clone, grugg cd to git, then grugg src/bin/run.sh 22:25 < Zyxer> Oh checkout of git 22:26 < Zyxer> No it was in subdir called src 22:26 < codermattie> ok 22:26 < Zyxer> How do I grep the deps? 22:26 < codermattie> cant remember , I avoid javascript due to the library hell 22:27 < codermattie> its also has a gross toolchain 22:27 < Zyxer> Is it all things that have a version? 22:27 < codermattie> yeah 22:27 < Zyxer> Omg 22:28 < Zyxer> So just grep version pipe to wc -l 22:28 < Zyxer> 1090...... 22:29 < Zyxer> Holy shit 22:30 < Zyxer> I was more right about making my server dirty than I thought 22:31 < thrig> sweep it under the rug. I mean, container 22:32 < Zyxer> There is a docker file 22:32 < Zyxer> but.... I didn't use it. I dunno if it can be used on OpenBSD 22:33 < Zyxer> But yea no thanks. I am not gonna port or package that with all the licenses and pray 22:34 < Zyxer> It works on lan, unlike murmurd. 22:34 -!- grobi [~grobi@user/grobi] has quit [Quit: ᗧ•··ᗣ·•·♝·eat·the·rich·♞·ᗤ•ᗣᗣᗣᗧ•] 22:34 < Zyxer> Or well, without changing settings I mean, murmurd had bug and manually setting listen to 0.0.0.0 fixed it. 22:36 -!- wsc3 [~wsc3@user/gchound] has joined #openbsd 22:36 -!- wsc3 is now known as gchound 22:38 < Zyxer> Ok it seems it has login settings and such 22:39 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 22:39 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 22:43 -!- CCIE|VOICE [~SOLARIS_s@99.235.11.104] has quit [Remote host closed the connection] 22:43 -!- SOLARIS_s [~SOLARIS_s@99.235.11.104] has joined #openbsd 22:44 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 22:44 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 22:46 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 22:46 -!- teliu [~teliu@2001:9e8:83e1:1900:4587:8f31:ad0e:da0e] has joined #openbsd 22:46 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 22:49 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 22:49 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 22:52 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 22:53 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 22:54 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 22:54 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 22:55 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 22:56 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 22:57 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 22:57 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 22:59 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 22:59 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 23:00 < Zyxer> Etherpad takes forever to start..... What did I expect? over 9000 dependencies to load and shiet 23:00 -!- Hackerpcs [~user@user/hackerpcs] has joined #openbsd 23:01 -!- Hackerpcs [~user@user/hackerpcs] has quit [Max SendQ exceeded] 23:02 < genevino> /set irc.look.smart_filter on 23:02 < genevino> meh 23:02 < Zyxer> Hmm... 23:02 < genevino> /set irc.look.smart_filter toggle 23:03 < genevino> hm 23:03 < genevino> now that's some weird bug 23:03 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has quit [Remote host closed the connection] 23:03 < quinq> That's not a reason to make us pay for it 23:04 -!- drathir_tor [~drathir@wireguard/tunneler/drathir] has joined #openbsd 23:08 < genevino> Excuse the spam, my client was showing that with an actual / in the beginning both times but send it with a "?" instead so I wasn't expecting to send anything. 23:08 < Zyxer> So, if I make ssh tunnel, and use the ssh connection for server stuff as well, whenever I stop or start etherpad it fills up my ssh terminal with errors, and it takes long time to start and stop. I am gonna do a lot of configuring but will the ssh -L ... 2> /dev/null remove all the tunnel related errors from eating up my ssh terminal? 23:11 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has quit [Remote host closed the connection] 23:11 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has joined #openbsd 23:13 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has quit [Remote host closed the connection] 23:13 -!- eki [~eki@dsl-hkibng41-54f85a-212.dhcp.inet.fi] has quit [Quit: leaving] 23:13 -!- fifi_ [~fifihyper@apn-37-248-165-175.dynamic.gprs.plus.pl] has quit [Remote host closed the connection] 23:14 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has joined #openbsd 23:23 -!- PyR3X [~PyR3X@user/pyr3x] has quit [Quit: quit] 23:23 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 23:23 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 23:24 -!- Guest7282 [~nex8192@user/nex8192] has left #openbsd [Error from remote client] 23:25 -!- ikarso [uid475540@id-475540.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 23:26 -!- PyR3X [~PyR3X@user/pyr3x] has joined #openbsd 23:28 -!- eki [~eki@dsl-hkibng41-54f85a-212.dhcp.inet.fi] has joined #openbsd 23:30 < quinq> genevino, just joking ;) 23:31 < genevino> quinq: :) 23:33 < Zyxer> Yea it worked, 2> /dev/null is a blessing 23:34 -!- Leopold [~quassel@23.137.249.65] has quit [] 23:36 -!- zimmer [~zimmer@user/zimmer] has quit [Ping timeout: 255 seconds] 23:37 -!- Leopold [~quassel@gateway/tor-sasl/leopold] has joined #openbsd 23:49 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has quit [Remote host closed the connection] 23:49 -!- pallas [~pallas@210-140-221-74.jp-east.compute.idcfcloud.com] has joined #openbsd 23:49 -!- gchound [~wsc3@user/gchound] has quit [Quit: WeeChat 4.1.2] 23:53 < Zyxer> Taking forever just to test password hash and it seems broken and very outdated guides 23:55 -!- genevino [~genevino@m2m.pm] has quit [Remote host closed the connection] 23:56 -!- genevino [~genevino@m2m.pm] has joined #openbsd 23:56 -!- djhankb [~djhankb@208.113.164.68] has quit [Remote host closed the connection] 23:57 -!- djhankb [~djhankb@208.113.164.68] has joined #openbsd 23:59 < Zyxer> Oh, the npm module thing was last updated 2 years ago. --- Log closed Mon Dec 11 00:00:53 2023