You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am installing pikrellcam onto a Raspberry Pi Zero W. Successful installation using default settings, however I am unable to successfully load the pikrellcam webpage. All I see is a 502 bad gateway error. I've tried reinstalling pikrellcam, force reinstalling nginx, and all the other options I could find via web search.
Upon all of that, nginx says it's active and running, and the reinstall of pikrellcam is successful with the following output
pi@remotecam2:~/pikrellcam $ ./install-pikrellcam.sh
Set the port for the nginx web server.
If you already have a web server configuration using the default
port 80, you should enter an alternate port for PiKrellCam.
Otherwise you can use the default port 80 or an alternate as you wish.
The port number will be set in: /etc/nginx.sites-available/pikrellcam.
Enter web server port: 80
For auto starting at boot, a PiKrellCam start command must be in rc.local.
If you don't start at boot, PiKrellCam can always be started and stopped
from the web page.
Do you want PiKrellCam to be auto started at boot? (yes/no): yes
Enter a password for a web page login for user: pi
Enter a blank entry if you do not want the password login.
Enter password:
Starting PiKrellCam install...
Installing packages: php7.3 php7.3-common php7.3-fpm gpac sshpass mpack imagemagick apache2-utils libasound2-dev libmp3lame-dev
Running: apt-get update
Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'php7.3-common' for regex 'php7.3'
Package php7.3-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'php7.3-common' has no installation candidate
E: Unable to locate package php7.3-fpm
E: Couldn't find any package by glob 'php7.3-fpm'
E: Couldn't find any package by regex 'php7.3-fpm'
Adding a pikrellcam autostart command to /etc/rc.local:
su pi -c '(sleep 5; /home/pi/pikrellcam/pikrellcam) &'
Adding to /etc/sudoers.d: www-data permission to run pikrellcam as user pi:
Installing /etc/nginx/sites-available/pikrellcam
nginx web server port: 80
nginx web server root: /home/pi/pikrellcam/www
A password for the web page is not set.
Install finished.
This install script does not automatically start pikrellcam.
To start pikrellcam, open a browser page to:
http://your_pi
and click on the "System" panel and then the "Start PiKrellCam" button.
PiKrellCam can also be run from a Pi terminal for testing purposes.
Automatic pikrellcam starting at boot is enabled.
The text was updated successfully, but these errors were encountered:
Sorry to hear that! He seems to have been a big figure in the pi world. I edited the install script per #80 and that seems to have worked! Thanks for the redirect on that.
I am installing pikrellcam onto a Raspberry Pi Zero W. Successful installation using default settings, however I am unable to successfully load the pikrellcam webpage. All I see is a 502 bad gateway error. I've tried reinstalling pikrellcam, force reinstalling nginx, and all the other options I could find via web search.
Upon all of that, nginx says it's active and running, and the reinstall of pikrellcam is successful with the following output
The text was updated successfully, but these errors were encountered: