Michael McGarrah

Results 10 comments of Michael McGarrah
trafficstars

Here is a build with the failure on PyKerberos: ``` mcgarrah@MACC02C36N5MD6T ~ % pip3 install pykerberos WARNING: pip is being invoked by an old script wrapper. This will fail in...

Again, I'm not sure if this is the best or right way to do this, but sharing as a workaround.

We have also got another failure that I cannot personally reproduce but my colleague can consistently get to fail. His has to do with memcpy() and mempcpy() in glib vs...

Here is the logs for trying the install without ARCHFLAGS: ``` mcgarrah@MACC02C36N5MD6T ~ % pip3 install requests-gssapi Defaulting to user installation because normal site-packages is not writeable Collecting requests-gssapi Downloading...

Here is the same run with ARCHFLAGS set... ``` mcgarrah@MACC02C36N5MD6T ~ % ARCHFLAGS="-arch x86_64" pip3 install requests-gssapi Defaulting to user installation because normal site-packages is not writeable Collecting requests-gssapi Using...

The Python 3.8.2 from brew fixed the requests-gssapi install using the /usr/local/bin/pip3 install method. Did not resolve the pykerberos 1.2.1 but did allow the kerberos 1.3.1 package to install. So...

Both my colleague and I are on Intel-based MacBook Pro 2019 machines. I assumed the arch issue was related to the non-Intel processor coming but we don't have them. That...

Still getting the error when trying the sockets for multiplexing. ``` C:\Users\mcgarrah>ssh -V OpenSSH_for_Windows_7.6p1, LibreSSL 2.6.4 ``` ``` C:\Users\mcgarrah>ssh -S ~/.ssh/control/test [email protected] getsockname failed: Not a socket ``` ``` C:\Users\mcgarrah>ssh...

A reason I cannot use this tool as well which is disappointing. We have nonprod which triggers and those are centralized under a cloudops group that standardized the aliases. An...

I've got a Proxmox 8.1.x installation and when I get back to to the United State and my Homelab, I can look at these patches on that version.