-
Notifications
You must be signed in to change notification settings - Fork 19
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
Install fails on RPi because of missing GPG key for debian repo #79
Comments
I have the same error. |
I'm guessing this is related to being on a RPi, and the app willing to enable the non-free repositories to install wifi drivers ... Can't be 100% sure without the full log .. |
Thanks Alex, the full log is here: https://paste.yunohost.org/raw/isovijiboq |
Can you try to run |
Ah yes, apt update gives me: |
So at the command line i did: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DCC9EFBF77E11517 |
Just commited #82 which should fix that issue ... but it's gonna take a couple hours to propagate to the app catalog In the meantime you can run |
Ah great, thanks. As suggested I tried the command line install with your new version as per your reply above and got some more errors. They seemed to be related to " ImportError: No module named yaml" so i did an: |
I took a look at the logs in more detail, the error message seemed to be: Failed to start Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator |
So now i have the wifi hotspot connection to the RPI working fine, but seems some routing/firewall changes need to be made as I can't reach beyond the RPI via the hotspot connection. If I ssh over the connection into the box i can ping the rest of the world from there, but not from the machine connected to the hotspot. |
Hi @mikerjensen, I just came across (and solved) a similar issue (everything's working except Internet connection to the rest of the world). |
Hi, thanks so much for following up on this. I just did a fresh
install of the app after updating to the latest yunohost, and the
result is the same. here are the results. aavs:~# iptables -nvL -t
nat
Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out
source destination
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out
source destination
Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out
source destination
0 0 MASQUERADE all -- * 202
0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out
source destination
On 10/11/21 01:02, Baptiste Abel wrote:
Hi @mikerjensen,
I just came across (and solved) a similar issue (everything's
working except Internet connection to the rest of the world).
Maybe I can help: could you please post the output of the
following command iptables -nvL -t nat?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
[
{
***@***.***": "http://schema.org",
***@***.***": "EmailMessage",
"potentialAction": {
***@***.***": "ViewAction",
"target": "#79 (comment)",
"url": "#79 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
***@***.***": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
@mikerjensen ok it's the same issue as mine then, a fix his coming. In order to workaround, waiting for the fix to be deployed, I'll also need the output of |
Hi, not really related to the problem, but I forgot to mention
that the wifi hotspot install script allows you to use illegal
characters for the WPA password (eg $)
then when you go to change/edit the installation in yunohost
admin there is the message:
Only printable alphanumeric characters
are permitted in your password. Maximal size 63 chars
Mike
On 10/11/21 21:57, Mike Jensen wrote:
Hi, thanks so much for following up on this. I just did a fresh
install of the app after updating to the latest yunohost, and
the result is the same. here are the results. aavs:~# iptables
-nvL -t nat
Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out
source destination
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out
source destination
Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out
source destination
0 0 MASQUERADE all -- * 202
0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out
source destination
On 10/11/21 01:02, Baptiste Abel
wrote:
Hi @mikerjensen,
I just came across (and solved) a similar issue (everything's
working except Internet connection to the rest of the world).
Maybe I can help: could you please post the output of the
following command iptables -nvL -t nat?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
[
{
***@***.***": "http://schema.org",
***@***.***": "EmailMessage",
"potentialAction": {
***@***.***": "ViewAction",
"target": "#79 (comment)",
"url": "#79 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
***@***.***": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
I upgraded to the new version of Wifi Hotspot that came in with
Yunohost 4.3.3 today, and it all works a treat!
thanks much
Mike
On 14/11/21 10:29, Mike Jensen wrote:
Hi, not really related to the problem, but I forgot to mention
that the wifi hotspot install script allows you to use illegal
characters for the WPA password (eg $)
then when you go to change/edit the installation in yunohost
admin there is the message:
Only printable alphanumeric characters
are permitted in your password. Maximal size 63 chars
Mike
On 10/11/21 21:57, Mike Jensen wrote:
Hi, thanks so much for following up on this. I just did a
fresh install of the app after updating to the latest
yunohost, and the result is the same. here are the results.
aavs:~# iptables -nvL -t nat
Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out
source destination
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out
source destination
Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out
source destination
0 0 MASQUERADE all -- * 202
0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out
source destination
On 10/11/21 01:02, Baptiste Abel
wrote:
Hi @mikerjensen, I just came
across (and solved) a similar issue (everything's working
except Internet connection to the rest of the world).
Maybe I can help: could you please post the output of the
following command iptables -nvL -t nat?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
[
{
***@***.***": "http://schema.org",
***@***.***": "EmailMessage",
"potentialAction": {
***@***.***": "ViewAction",
"target": "#79 (comment)",
"url": "#79 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
***@***.***": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
I upgraded to the new version of Wifi Hotspot that came with Yunohost 4.3.3 today, and the hotspot worked fine after the initial install. However when I reconnected to the hotspot some hours later, i could connect, but I had no upstream connectivity. I rebooted and the RPI then routed my traffic correctly again... |
Closing because 2 years old and the initial issue seems to be fixed, please open other tickets if there are still other issues |
Steps to reproduce
Expected behavior
hotspot installed
Logs
2021-08-13 13:58:11,205: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 update
2021-08-13 13:58:11,624: DEBUG - Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
2021-08-13 13:58:12,008: DEBUG - Hit:2 http://archive.raspberrypi.org/debian buster InRelease
2021-08-13 13:58:12,110: DEBUG - Err:1 http://deb.debian.org/debian buster InRelease
2021-08-13 13:58:12,111: DEBUG - The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 04EE7237B7D453EC NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY DCC9EFBF77E11517
2021-08-13 13:58:12,146: DEBUG - Hit:3 http://raspbian.raspberrypi.org/raspbian buster InRelease
2021-08-13 13:58:12,945: DEBUG - Hit:4 http://forge.yunohost.org/debian buster InRelease
2021-08-13 13:58:16,465: DEBUG - Reading package lists...
2021-08-13 13:58:16,512: WARNING - W: GPG error: http://deb.debian.org/debian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 04EE7237B7D453EC NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY DCC9EFBF77E11517
2021-08-13 13:58:16,513: WARNING - E: The repository 'http://deb.debian.org/debian buster InRelease' is not signed.
2021-08-13 13:58:16,516: DEBUG - + ynh_exit_properly
2021-08-13 13:58:16,517: DEBUG - + local exit_code=100
2021-08-13 13:58:16,517: DEBUG - + rm -rf /var/cache/yunohost/download/
2021-08-13 13:58:16,520: DEBUG - + '[' 100 -eq 0 ']'
2021-08-13 13:58:16,520: DEBUG - + trap '' EXIT
2021-08-13 13:58:16,520: DEBUG - + set +o errexit
2021-08-13 13:58:16,521: DEBUG - + set +o nounset
2021-08-13 13:58:16,521: DEBUG - + sleep 0.5
2021-08-13 13:58:17,025: DEBUG - + type -t ynh_clean_setup
2021-08-13 13:58:17,025: DEBUG - + ynh_clean_setup
2021-08-13 13:58:17,026: DEBUG - + ynh_clean_check_starting
2021-08-13 13:58:17,026: DEBUG - + '[' -n '' ']'
2021-08-13 13:58:17,027: DEBUG - + '[' -n '' ']'
2021-08-13 13:58:17,027: DEBUG - + exit 1
2021-08-13 13:58:18,032: ERROR - Unable to install hotspot: An error occurred inside the app installation script
The text was updated successfully, but these errors were encountered: