2021-12-22.log

- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:21:21:0:100e)00:10
- chomwitt (QUIT: Ping timeout: 240 seconds) (~chomwitt@94.66.63.187)01:00
- Christoph__ (QUIT: Remote host closed the connection) (~Christoph@p54bf60eb.dip0.t-ipconnect.de)01:12
+ bibliocar (~g@195.82.99.14)03:10
- nsc (QUIT: Ping timeout: 240 seconds) (~nicolas@i5C7440CC.versanet.de)03:24
+ nsc (~nicolas@i5C7440E4.versanet.de)03:26
* nsc -> Guest853603:27
liquoriceAnyone able to point me in the right direction for some connman troubleshooting?  (already read the archwiki stuff, no luck). I've been getting an "Operation Aborted" error when trying to connect to my wifi recently via connmanctl. I snooped around systemctl and made sure that network-manager wasn't running as a daemon, so I don't think its those two stepping on each other's toes04:42
liquoriceI was actually getting a "No Carrier" error at first, but then I reset that network to its default settings04:45
* Guest8536 -> nsc05:48
- GNUmoon (QUIT: Remote host closed the connection) (~GNUmoon@gateway/tor-sasl/gnumoon)06:03
+ GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon)06:04
+ freakazoid343 (~matt@2603:9000:cf0f:80e3:859f:62c1:9bf4:337)06:10
- freakazoid333 (QUIT: Ping timeout: 252 seconds) (~matt@2603:9000:cf0f:80e3:859f:62c1:9bf4:337)06:12
- GNUmoon (QUIT: Ping timeout: 276 seconds) (~GNUmoon@gateway/tor-sasl/gnumoon)07:21
+ GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon)08:02
+ MajorBiscuit (~MajorBisc@62-52-102.netrun.cytanet.com.cy)08:47
+ chomwitt (~chomwitt@ppp-2-85-245-134.home.otenet.gr)09:02
mntmnliquorice: hmm, sounds unusual, but then i have used connman mostly through its gui09:53
- bibliocar (QUIT: Quit: GrumpyChat v. 1.0.0. Such client. WOW. Much quit. https://github.com/grumpy-irc/grumpy) (~g@195.82.99.14)11:14
- frank2 (QUIT: Ping timeout: 240 seconds) (~frank@2001:4652:fc2a:0:c924:625d:3037:5d07)11:38
+ frank2 (~frank@ti0019q161-0065.bb.online.no)11:40
- MajorBiscuit (QUIT: Ping timeout: 240 seconds) (~MajorBisc@62-52-102.netrun.cytanet.com.cy)12:07
+ MajorBiscuit (~MajorBisc@c-001-001-037.client.tudelft.eduvpn.nl)12:10
+ Christoph__ (~Christoph@p54bf6342.dip0.t-ipconnect.de)13:11
- Christoph__ (QUIT: Remote host closed the connection) (~Christoph@p54bf6342.dip0.t-ipconnect.de)13:21
- chomwitt (QUIT: Ping timeout: 252 seconds) (~chomwitt@ppp-2-85-245-134.home.otenet.gr)13:28
+ chomwitt (~chomwitt@2a02:587:dc1c:a00:12c3:7bff:fe6d:d374)13:44
- chomwitt (QUIT: Ping timeout: 268 seconds) (~chomwitt@2a02:587:dc1c:a00:12c3:7bff:fe6d:d374)13:59
+ chomwitt (~chomwitt@2a02:587:dc1c:a00:12c3:7bff:fe6d:d374)13:59
- chomwitt (QUIT: Ping timeout: 240 seconds) (~chomwitt@2a02:587:dc1c:a00:12c3:7bff:fe6d:d374)14:07
+ chomwitt (~chomwitt@2a02:587:dc1c:a00:12c3:7bff:fe6d:d374)14:29
+ boosterfive (~boosterfi@pd9e6ff47.dip0.t-ipconnect.de)15:41
boosterfivecan we use armhf on the Reform (arm64)?15:42
boosterfivestuff compiled for RPi15:46
boosterfiveIsn't the only really difference a 32 bit versus 64 bit architecture?15:46
mntmnboosterfive: if you create a armhf chroot, then yes. debian has facilities for that. see multiarch, debootstrap, binfmt15:55
boosterfivesounds like a realitively deep rabbit hole, I'll look and see if i can find any guides on that.15:59
mntmnit's pretty straight forward once you have the concepts understood16:02
mntmnbasically 1. make sure you can execute arm32 executables 2. make a armhf rootfs (directory with armhf debian filesystem tree in it) 3. chroot into the rootfs16:03
boosterfiveok, so one more thing to clarify before I take the journey, but will doing this allow me to install armhf package and run them? Or will they need to be extracted separately and then run, a la Box32/64?16:03
boosterfivenot run using Box, I just mean like how Box would run x86 32 / 64 bit software16:04
mntmnIIRC with multiarch you don't even need a rootfs16:06
mntmnsomething like > dpkg --add-architecture armhf16:06
mntmnapt update, and then you could install armhf packages like so: apt install packagename:armhf16:07
mntmnbut there might be naming conflicts if not using a chroot16:07
boosterfiveok, that's what I'l do16:07
mntmni.e. if you install app:armhf and regular app, they would conflict16:07
mntmnbut for libraries it should work16:08
mntmnkinda depends on what your goal is16:08
boosterfiveyou mean in general or only if trying to install an app with the same name?16:08
boosterfiveI don't want apt to be looking at armhf to update aarch64 packages16:08
mntmnwhich application do you want to use?16:10
boosterfiveReal VNC Viewer16:12
boosterfivethey have a RPi version16:12
boosterfiveI use RealVNC on my servers16:12
boosterfiveand so far I'm having no luck connecting with Remmina, etc.16:12
boosterfiveSo when I added the architecture and installed vncviewer16:13
boosterfiveit is missing dependencies16:13
boosterfivehowever, using apt -f install removes vncviewer16:13
boosterfivehowever, being able to use this on the Reform makes this something I could absolutely use full time if necessary16:13
boosterfivedisregard. I added the architecture, but forgot to update the repos16:21
boosterfiveseems to be working now16:22
- boosterfive (QUIT: Quit: Client closed) (~boosterfi@pd9e6ff47.dip0.t-ipconnect.de)16:23
+ boosterfive (~boosterfi@pd9e6ff47.dip0.t-ipconnect.de)16:27
boosterfiveso I got it all patched up and installed but now it is saying:16:34
boosterfivevncviewer: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory16:34
boosterfiveI get that a library needs to be updated, and I assume that it is either libcrypt.dev or libcrypt116:35
boosterfiveis there away to do this without messing things up? I'd rather not turn my install into a spaghetti if possible16:36
+ GrumpyUser (~g@195.82.99.14)16:36
boosterfivenormally I would just sudo apt update && sudo apt full-upgrade16:37
boosterfivebut I'm pretty sure that will break things16:37
GrumpyUserI feel like poking around at the etnaviv mesa driver, just to learn what's in it. Anyone want anything simple done with it?16:38
* GrumpyUser -> bibliocar16:38
mntmnboosterfive: apt install libcrypt1:armhf ?17:12
+ vagrantc (~vagrant@2600:3c01:e000:21:21:21:0:100e)17:58
+ Christoph__ (~Christoph@p54bf6342.dip0.t-ipconnect.de)18:16
- boosterfive (QUIT: Quit: Client closed) (~boosterfi@pd9e6ff47.dip0.t-ipconnect.de)18:18
+ boosterfive (~boosterfi@pd9e6ff47.dip0.t-ipconnect.de)18:29
- bkeys (QUIT: Ping timeout: 240 seconds) (~Thunderbi@66.115.189.236)18:38
- MajorBiscuit (QUIT: Quit: WeeChat 3.3) (~MajorBisc@c-001-001-037.client.tudelft.eduvpn.nl)19:09
- bibliocar (QUIT: Read error: Connection reset by peer) (~g@195.82.99.14)19:09
- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:21:21:0:100e)19:12
+ bibliocar (~g@195.82.99.14)19:14
+ bkeys (~Thunderbi@66.115.189.236)19:16
+ MajorBiscuit (~MajorBisc@62-52-102.netrun.cytanet.com.cy)19:17
- chomwitt (QUIT: Ping timeout: 240 seconds) (~chomwitt@2a02:587:dc1c:a00:12c3:7bff:fe6d:d374)19:35
- boosterfive (QUIT: Quit: Client closed) (~boosterfi@pd9e6ff47.dip0.t-ipconnect.de)19:37
- bibliocar (QUIT: Quit: GrumpyChat v. 1.0.0. Such client. WOW. Much quit. https://github.com/grumpy-irc/grumpy) (~g@195.82.99.14)19:38
+ chomwitt (~chomwitt@2a02:587:dc1c:a00:12c3:7bff:fe6d:d374)19:38
+ boosterfive (~boosterfi@pd9e6ff47.dip0.t-ipconnect.de)20:27
boosterfivethanks mntmn, I really didn't think it was going to be that easy, but it was. It now works 100%. Truly impressed with how capable the Reform is.20:28
mntmnboosterfive: oh that's cool! only needed to install that lib?20:30
boosterfiveyes, it was just that lib.21:02
boosterfiveRuns great now.21:02
boosterfiveThis means I can now hit my developer vm, nextcloud, and can access my software companies vpn.21:03
boosterfivevery nice21:03
boosterfiveI had to break out my old Nokia N900 to remember how to use SSH via the cli if I need to do port tunneling with a private key for authentication. Glad I still have it. I loved that thing when I first got it. It still works perfectly, even though they are killing off 3g soon.21:04
mntmnboosterfive: awesome21:06
boosterfivemntmn: So the forbidden word around here: winevine. Any chance of running it on aarch64?21:17
- bkeys (QUIT: Ping timeout: 256 seconds) (~Thunderbi@66.115.189.236)21:27
NuloYes, check out these instructions: https://transmissionbt.com/download/ /s21:41
mntmnNulo: hehehe21:47
- GNUmoon (QUIT: Ping timeout: 276 seconds) (~GNUmoon@gateway/tor-sasl/gnumoon)21:47
mntmnboosterfive: it is very difficult to get it to work and also not satisfactory performance/resolution21:47
dj-deathmy reform keyboard is somewhere in LT, can't wait :)21:49
dj-deathit might make it for christmas :)21:49
boosterfivemntmn: solid reasons to not even bother getting it working.21:55
boosterfiveI wonder, does the SBC in the Reform have enough ompff to run hypervisor software? Run VMs?21:55
boosterfiveI'm not expecting stellar performance of any kind, just curious if that is something possible21:56
kfxwhat will you do differently based on the responses you get?22:01
- boosterfive (QUIT: Ping timeout: 256 seconds) (~boosterfi@pd9e6ff47.dip0.t-ipconnect.de)22:04
+ bkeys (~Thunderbi@66.115.189.236)22:06
mntmndj-death: your motherboard is also in that box btw22:30
kfxmy shipment is on vacation in koeln, while the poor logistics people try to catch up 22:42
dj-deathmntmn: noice.22:51
dj-deathmntmn: thanks a bunch22:52
+ GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon)22:57
- GNUmoon (QUIT: Remote host closed the connection) (~GNUmoon@gateway/tor-sasl/gnumoon)22:57
+ GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon)22:58

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!