-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting fails when running on Pixelbook with Crostini #335
Comments
Clearly pppd doesn't work or isn't properly configured on Crostini:
On a GNU/Linux machine:
What do you see on Crostini? |
About PPP support in the kernel, see: |
In practice to find built-in modules:
or:
|
for pppd:
then for the modules, there doesn't seem to be a /lib/modules folder, I installed kmod and it errors as well, lsmod is not available either. Maybe the way the container is presented prohibits checking the modules? |
lsmod: |
What if you add yourself to the |
same error, the setuid-root one. probably the container doesn't support that kernel module yet. Maybe I can open up a ticket on the Crostini page? |
crostini is certainly different:
The command:
Turns up empty and, in fact it's an empty file:
But the command:
Shows this:
I don't know if that's enough or not but just reporting how Crostini is setup ATM. -DennisLfromGA |
I don't have a /lib/modules folder, weird. root@penguin:# ls -l /lib |
That is weird... Here are the details of mine currently - CrOS -
crosvm:termina -
lxc container:penguin -
Please let me know if you need any other details. -DennisLfromGA |
So far:
I suggest we focus on PPP support independently of openfortivpn:
|
PPP support on Crostini may not be ready yet. See for example pppd: change ownership of /dev/ppp from root:root to root:shill. |
Have you had a look at system logs (wherever they are on Crostini)? What about pppd logs (see option |
For my Pixelbook, it's a little different
|
It looks like PPP might be missing from Crostini, or not be properly supported. If that's the case I'm afraid we cannot help much. Meanwhile @DennisLfromGA has posted Openfortivpn pppd error under Crostini and the consensus seems to be:
Except sshuttle is not a replacement for openfortivpn or other VPNs as far as I can understand. It uses SSH and won't provide VPN connections to servers that are only reachable via VPN. It's helpful only if you have full control over the server. Shouldn't we close this issue? |
I figured this maybe a first, but I'm trying to use this on my pixelbook, under Crostini.
Now, I found another issue on the pppd error, and it looks like it's actually reporting lack of kernel support, but as far as I can tell, it should be supported, however it's running
Linux penguin 4.14.43-05062-g1048e72698de #1 SMP PREEMPT Thu May 31 11:00:23 PDT 2018 x86_64 GNU/Linux
And I can't quite tell if that supports pppd.
Curious if anyone has ran into this and has any input.
The text was updated successfully, but these errors were encountered: