Skip to content
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

"Hello" instead of the dashboard #301

Closed
BorisKourt opened this issue Mar 16, 2019 · 3 comments
Closed

"Hello" instead of the dashboard #301

BorisKourt opened this issue Mar 16, 2019 · 3 comments

Comments

@BorisKourt
Copy link

BorisKourt commented Mar 16, 2019

Subject of the issue

After a successful install on a fresh raspberry Pi the server only responds with hello! when going to any address on the default raspberry Pi IP, or raspberrypi.local

The network is live and I can connect, but doesn't go up on every reboot.

Your environment

  • Pi Zero W V1.1
  • Raspbian GNU/Linux 9 (stretch)
  • Quick Install
  • Tested with following modules on and off: dwc2, g_ether

Steps to reproduce

I just did the Quick Install, rebooted and went to the IP

Expected behavior

Dashboard should appear and prompt for username & password.

Actual behavior

hello! appears instead, no password prompt.

@BorisKourt
Copy link
Author

BorisKourt commented Mar 16, 2019

I've attempted the additional steps presented in the FAQ: https://github.com/ch2i/LoraGW-Setup/blob/master/doc/AccessPoint.md

Unfortunately that appears to have made things works. AP doesn't appear, no longer possible to ssh via USB and dwc2.

With the above steps I have the exact same issue as outlined above. I can connect to the AP but all I see is hello!

@billz
Copy link
Member

billz commented Mar 17, 2019

@BorisKourt a couple of items here: 1) I have a feature branch in development which adds support for the Pi Zero (see #300), 2) the "hello" response you're seeing is not from RaspAP or the default lighttpd index page. Do you have other web services installed on your Pi?

Try netstat -tulpn | grep :80 to confirm which process is listening on port 80. You can also check the contents of /var/www/html and see if something other than RaspAP is handling requests.

@billz
Copy link
Member

billz commented Apr 3, 2019

Closing due to inactivity. Feel free to update with more info

@billz billz closed this as completed Apr 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants