-
Notifications
You must be signed in to change notification settings - Fork 15
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
installer on latest raspian lite #30
Comments
I am getting the Unable to update after running I can run rpi-update, but have to do: |
My solution had to do with having a bad source list in |
wait, just looked again, why are you root? |
maybe I have habits from fedora. are you saying I can't update firmware as root? |
not necessarily. I think the first question is what version of raspbian are you running? |
latest - 8.6 |
I also use lite rather than full as I like servers to be headless |
I started over with a fresh https://downloads.raspberrypi.org/raspbian_lite_latest (2016-09-23) and this time ran everything as the user pi. I get Error: Unable to upgrade Raspberry Pi firmware If I comment out that line in the installer I get to Error: Unable to set iptables MASQUERADE on eth0 (N.B. I am logged in over ssh to eth0 if that matters.) |
Yeah, it looks like Raspbian has changed enough since this release that we need to redo some things. If you want a working RACHEL-Pi build, you might try starting with one of the pre-built versions here and then modifying from there. |
Alternately, if you want to build from the script, you can start with |
I can pretty much make the current script work, but I have to comment out some lines, which don't seem to be needed anyway. Just wanted to report the problem. I don't really want to download a 32G or 64G image to get mostly what I already have downloaded. |
Good point. This has come up before -- so I've added it as an issue for our next release |
Is captive portal supposed to work with this installer? I don't see that it does. The redirect php and 2 shtml files get installed with the clone of the contentshell, but I don't see any of the iptables rules that are in the rachelplus code except for the nat and standard gateway rules. |
No, sorry - we should document that more clearly. The captive portal only
works on the Intel CAP. It would be great if someone were able to port that
functionality to the pi!
…On Fri, Dec 23, 2016 at 9:20 AM Tim Moody ***@***.***> wrote:
Is captive portal supposed to work with this installer? I don't see that
it does. The redirect php and 2 shtml files get installed with the clone of
the contentshell, but I don't see any of the iptables rules that are in the
rachelplus code except for the nat and standard gateway rules.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE7_rB4epsNSFdERmdIJ8diWIzvof5qmks5rK9jBgaJpZM4Kuyf->
.
|
any chance of getting the output of iptables-save on the cap? |
Error: Unable to upgrade Raspberry Pi firmware
if I try it manually I get
root@raspberrypi:~# rpi-update
-su: rpi-update: command not found
The text was updated successfully, but these errors were encountered: