GithubHelp home page GithubHelp logo

Comments (4)

gitbls avatar gitbls commented on July 16, 2024

My first guess: You installed a 32-bit OS on the Pi, and when you updated it recently, the kernel was switched to 64-bit by the upgrade. It turns out that this is problematic, but there's a fix. Here are the details...

First, let's determine if that's really the issue. On your Pi, do: file /bin/ls. if the file command is not found, please sudo apt install file.

If the file command returns:

/bin/ls: ELF 64-bit LSB pie executable, ARM aarch64, ...

Then I'm wrong, so please run pscollect from this github and post the output here (or email it to me if you'd prefer)

On the other hand, if the file command returns

/bin/ls: ELF 32-bit LSB executable, ...

AND uname -m returns "aarch64", then your Pi was gratuitously switched to the 64-bit kernel by a recent RasPiOS update.

The fix is to sudoedit /boot/config.txt. If there is a line with arm_64bit=1 change it to arm_64bit=0. If there is no such line, add: arm_64bit=0. Either way, write the file and exit the editor, reboot, and try the VPN. It should work now.

If it doesn't, I'll need to see the pscollect output.

As far as the iOS SSH application, I use Prompt 2 by Panic, Inc. TBH I don't use it that often, but I've not had any issues with it. I've seen a lot of mentions of Termius, but I've never looked at it.

LMK if the above corrects your VPN issue.

from pistrong.

ethanic17 avatar ethanic17 commented on July 16, 2024

Unfortunately, it doesn't correct the VPN issue. I've confirmed I'm running 32-bit Raspberry Pi OS & it's running a 32-bit kernel and I've also added the arm_64bit=0 line to /boot/config.txt. And running pscollect says the command wasn't found. Another suspicion I have is maybe perhaps it's something to do with the CA file and maybe I just have to recreate it (but it wouldn't make sense as my Windows cert/VPN connection still works)?

And thank you for the SSH app recs, will look into purchasing one after we figure this out 😅

from pistrong.

gitbls avatar gitbls commented on July 16, 2024

pscollect is a file on this github. Please download/run it (you'll probably need to change the file protection to 755 first), and get me the output.

from pistrong.

ethanic17 avatar ethanic17 commented on July 16, 2024

I've ran pscollect and sent the diagnostics file to you via email. Let me know if you need anything else or if you can't view the file (via GitHub or on email works). Thanks!

from pistrong.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.