Yes, those subnets are good. 101.x is my VPN to the office. I was able to get 201.7 working again by re-installing screenly-ose using /home/pi/screenly/bin/run_upgrade.sh but now have another at 205.7 that is acting up.
C:\Windows\System32>ssh pi@192.168.205.7
pi@192.168.205.7's password:
Linux raspberrypi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Sep 30 22:40:40 2020 from 192.168.101.1
permitted by applicable law.
Last login: Wed Sep 30 22:40:40 2020 from 192.168.101.1
pi@raspberrypi:~ $ w
20:01:16 up 4 days, 3:39, 1 user, load average: 0.77, 0.81, 0.77
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
pi pts/2 192.168.101.8 20:01 3.00s 0.22s 0.02s w
pi@raspberrypi:~ $ exit
logout
Connection to 192.168.205.7 closed.
C:\Windows\System32>
here is an image while trying to access http://192.168.205.7 to log in to get to the assets… It will not go any further than this.
This even happens with a computer on the same subnet.
pi@raspberrypi:/var/log/nginx $ cat error.log
2020/10/07 19:59:33 [error] 436#436: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.101.8, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8080/", host: "192.168.205.7"
2020/10/07 20:12:01 [error] 436#436: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.101.8, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8080/", host: "192.168.205.7"
2020/10/07 20:12:01 [error] 436#436: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.101.8, server: , request: "GET /favicon.ico HTTP/1.1", upstream: "http://127.0.0.1:8080/favicon.ico", host: "192.168.205.7"
2020/10/07 20:12:04 [error] 436#436: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.101.8, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8080/", host: "192.168.205.7"
2020/10/07 20:14:24 [error] 436#436: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.101.8, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8080/", host: "192.168.205.7"
2020/10/07 20:15:28 [error] 436#436: *10 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.205.42, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8080/", host: "192.168.205.7"
2020/10/07 20:15:28 [error] 436#436: *10 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.205.42, server: , request: "GET /favicon.ico HTTP/1.1", upstream: "http://127.0.0.1:8080/favicon.ico", host: "192.168.205.7"
Maybe this is something … from /var/log/daemon.log as this repeats itself every 3 seconds…
Oct 7 20:21:19 raspberrypi systemd[1]: screenly-web.service: Service hold-off time over, scheduling restart.
Oct 7 20:21:19 raspberrypi systemd[1]: Stopped Screenly Web UI.
Oct 7 20:21:19 raspberrypi systemd[1]: Starting Screenly Web UI...
Oct 7 20:21:19 raspberrypi systemd[1]: Started Screenly Web UI.
Oct 7 20:21:19 raspberrypi python[12700]: Traceback (most recent call last):
Oct 7 20:21:19 raspberrypi python[12700]: File "/home/pi/screenly/server.py", line 10, in <module>
Oct 7 20:21:19 raspberrypi python[12700]: import psutil
Oct 7 20:21:19 raspberrypi python[12700]: ImportError: No module named psutil
Oct 7 20:21:19 raspberrypi systemd[1]: screenly-web.service: Main process exited, code=exited, status=1/FAILURE
Oct 7 20:21:19 raspberrypi systemd[1]: screenly-web.service: Unit entered failed state.
Oct 7 20:21:19 raspberrypi systemd[1]: screenly-web.service: Failed with result 'exit-code'.
Oct 7 20:21:21 raspberrypi systemd[1]: screenly-celery.service: Service hold-off time over, scheduling restart.
Oct 7 20:21:21 raspberrypi systemd[1]: Stopped Screenly celery worker.
Oct 7 20:21:21 raspberrypi systemd[1]: Started Screenly celery worker.
Oct 7 20:21:23 raspberrypi celery[12702]: Traceback (most recent call last):
Oct 7 20:21:23 raspberrypi celery[12702]: File "/usr/local/bin/celery", line 10, in <module>
Oct 7 20:21:23 raspberrypi celery[12702]: sys.exit(main())
Oct 7 20:21:23 raspberrypi celery[12702]: File "/usr/local/lib/python2.7/dist-packages/celery/__main__.py", line 16, in main
Oct 7 20:21:23 raspberrypi celery[12702]: _main()
Oct 7 20:21:23 raspberrypi celery[12702]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/celery.py", line 322, in main
Oct 7 20:21:23 raspberrypi celery[12702]: cmd.execute_from_commandline(argv)
Oct 7 20:21:23 raspberrypi celery[12702]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/celery.py", line 496, in execute_from_commandline
Oct 7 20:21:23 raspberrypi celery[12702]: super(CeleryCommand, self).execute_from_commandline(argv)))
Oct 7 20:21:23 raspberrypi celery[12702]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 273, in execute_from_commandline
Oct 7 20:21:23 raspberrypi celery[12702]: argv = self.setup_app_from_commandline(argv)
Oct 7 20:21:23 raspberrypi celery[12702]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 479, in setup_app_from_commandline
Oct 7 20:21:23 raspberrypi celery[12702]: self.app = self.find_app(app)
Oct 7 20:21:23 raspberrypi celery[12702]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 501, in find_app
Oct 7 20:21:23 raspberrypi celery[12702]: return find_app(app, symbol_by_name=self.symbol_by_name)
Oct 7 20:21:23 raspberrypi celery[12702]: File "/usr/local/lib/python2.7/dist-packages/celery/app/utils.py", line 359, in find_app
Oct 7 20:21:23 raspberrypi celery[12702]: sym = symbol_by_name(app, imp=imp)
Oct 7 20:21:23 raspberrypi celery[12702]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 504, in symbol_by_name
Oct 7 20:21:23 raspberrypi celery[12702]: return imports.symbol_by_name(name, imp=imp)
Oct 7 20:21:23 raspberrypi celery[12702]: File "/usr/local/lib/python2.7/dist-packages/kombu/utils/imports.py", line 57, in symbol_by_name
Oct 7 20:21:23 raspberrypi celery[12702]: module = imp(module_name, package=package, **kwargs)
Oct 7 20:21:23 raspberrypi celery[12702]: File "/usr/local/lib/python2.7/dist-packages/celery/utils/imports.py", line 104, in import_from_cwd
Oct 7 20:21:23 raspberrypi celery[12702]: return imp(module, package=package)
Oct 7 20:21:23 raspberrypi celery[12702]: File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
Oct 7 20:21:23 raspberrypi celery[12702]: __import__(name)
Oct 7 20:21:23 raspberrypi celery[12702]: File "/home/pi/screenly/server.py", line 10, in <module>
Oct 7 20:21:23 raspberrypi celery[12702]: import psutil
Oct 7 20:21:23 raspberrypi celery[12702]: ImportError: No module named psutil
Oct 7 20:21:23 raspberrypi systemd[1]: screenly-celery.service: Main process exited, code=exited, status=1/FAILURE
Oct 7 20:21:23 raspberrypi systemd[1]: screenly-celery.service: Unit entered failed state.
Oct 7 20:21:23 raspberrypi systemd[1]: screenly-celery.service: Failed with result 'exit-code'.
Oct 7 20:21:25 raspberrypi systemd[1]: screenly-web.service: Service hold-off time over, scheduling restart.
Oct 7 20:21:25 raspberrypi systemd[1]: Stopped Screenly Web UI.
Oct 7 20:21:25 raspberrypi systemd[1]: Starting Screenly Web UI...
Oct 7 20:21:25 raspberrypi systemd[1]: Started Screenly Web UI.
Oct 7 20:21:25 raspberrypi python[12718]: Traceback (most recent call last):
Oct 7 20:21:25 raspberrypi python[12718]: File "/home/pi/screenly/server.py", line 10, in <module>
Oct 7 20:21:25 raspberrypi python[12718]: import psutil
Oct 7 20:21:25 raspberrypi python[12718]: ImportError: No module named psutil
Oct 7 20:21:25 raspberrypi systemd[1]: screenly-web.service: Main process exited, code=exited, status=1/FAILURE
Oct 7 20:21:25 raspberrypi systemd[1]: screenly-web.service: Unit entered failed state.
Oct 7 20:21:25 raspberrypi systemd[1]: screenly-web.service: Failed with result 'exit-code'.
Oct 7 20:21:28 raspberrypi systemd[1]: screenly-celery.service: Service hold-off time over, scheduling restart.
Oct 7 20:21:28 raspberrypi systemd[1]: Stopped Screenly celery worker.
Oct 7 20:21:28 raspberrypi systemd[1]: Started Screenly celery worker.
Oct 7 20:21:30 raspberrypi celery[12721]: Traceback (most recent call last):
Oct 7 20:21:30 raspberrypi celery[12721]: File "/usr/local/bin/celery", line 10, in <module>
Oct 7 20:21:30 raspberrypi celery[12721]: sys.exit(main())
Oct 7 20:21:30 raspberrypi celery[12721]: File "/usr/local/lib/python2.7/dist-packages/celery/__main__.py", line 16, in main
Oct 7 20:21:30 raspberrypi celery[12721]: _main()
Oct 7 20:21:30 raspberrypi celery[12721]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/celery.py", line 322, in main
Oct 7 20:21:30 raspberrypi celery[12721]: cmd.execute_from_commandline(argv)
Oct 7 20:21:30 raspberrypi celery[12721]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/celery.py", line 496, in execute_from_commandline
Oct 7 20:21:30 raspberrypi celery[12721]: super(CeleryCommand, self).execute_from_commandline(argv)))
Oct 7 20:21:30 raspberrypi celery[12721]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 273, in execute_from_commandline
Oct 7 20:21:30 raspberrypi celery[12721]: argv = self.setup_app_from_commandline(argv)
Oct 7 20:21:30 raspberrypi celery[12721]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 479, in setup_app_from_commandline
Oct 7 20:21:30 raspberrypi celery[12721]: self.app = self.find_app(app)
Oct 7 20:21:30 raspberrypi celery[12721]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 501, in find_app
Oct 7 20:21:30 raspberrypi celery[12721]: return find_app(app, symbol_by_name=self.symbol_by_name)
Oct 7 20:21:30 raspberrypi celery[12721]: File "/usr/local/lib/python2.7/dist-packages/celery/app/utils.py", line 359, in find_app
Oct 7 20:21:30 raspberrypi celery[12721]: sym = symbol_by_name(app, imp=imp)
Oct 7 20:21:30 raspberrypi celery[12721]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 504, in symbol_by_name
Oct 7 20:21:30 raspberrypi celery[12721]: return imports.symbol_by_name(name, imp=imp)
Oct 7 20:21:30 raspberrypi celery[12721]: File "/usr/local/lib/python2.7/dist-packages/kombu/utils/imports.py", line 57, in symbol_by_name
Oct 7 20:21:30 raspberrypi celery[12721]: module = imp(module_name, package=package, **kwargs)
Oct 7 20:21:30 raspberrypi celery[12721]: File "/usr/local/lib/python2.7/dist-packages/celery/utils/imports.py", line 104, in import_from_cwd
Oct 7 20:21:30 raspberrypi celery[12721]: return imp(module, package=package)
Oct 7 20:21:30 raspberrypi celery[12721]: File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
Oct 7 20:21:30 raspberrypi celery[12721]: __import__(name)
Oct 7 20:21:30 raspberrypi celery[12721]: File "/home/pi/screenly/server.py", line 10, in <module>
Oct 7 20:21:30 raspberrypi celery[12721]: import psutil
Oct 7 20:21:30 raspberrypi celery[12721]: ImportError: No module named psutil
Oct 7 20:21:30 raspberrypi systemd[1]: screenly-celery.service: Main process exited, code=exited, status=1/FAILURE
Oct 7 20:21:30 raspberrypi systemd[1]: screenly-celery.service: Unit entered failed state.
Oct 7 20:21:30 raspberrypi systemd[1]: screenly-celery.service: Failed with result 'exit-code'.
Oct 7 20:21:30 raspberrypi systemd[1]: screenly-web.service: Service hold-off time over, scheduling restart.
Oct 7 20:21:30 raspberrypi systemd[1]: Stopped Screenly Web UI.
Oct 7 20:21:30 raspberrypi systemd[1]: Starting Screenly Web UI...
Oct 7 20:21:31 raspberrypi systemd[1]: Started Screenly Web UI.
Oct 7 20:21:31 raspberrypi python[629]: omxplayer timed out
Oct 7 20:21:31 raspberrypi python[629]: Generating asset-list...
Oct 7 20:21:31 raspberrypi python[629]: Showing asset SilentSalesman_BestSellerWall.jpg (image)
Oct 7 20:21:31 raspberrypi python[629]: Sleeping for 20
Oct 7 20:21:31 raspberrypi python[12737]: Traceback (most recent call last):
Oct 7 20:21:31 raspberrypi python[12737]: File "/home/pi/screenly/server.py", line 10, in <module>
Oct 7 20:21:31 raspberrypi python[12737]: import psutil
Oct 7 20:21:31 raspberrypi python[12737]: ImportError: No module named psutil
Oct 7 20:21:31 raspberrypi systemd[1]: screenly-web.service: Main process exited, code=exited, status=1/FAILURE
Oct 7 20:21:31 raspberrypi systemd[1]: screenly-web.service: Unit entered failed state.
Oct 7 20:21:31 raspberrypi systemd[1]: screenly-web.service: Failed with result 'exit-code'.
Oct 7 20:21:35 raspberrypi systemd[1]: screenly-celery.service: Service hold-off time over, scheduling restart.
Oct 7 20:21:35 raspberrypi systemd[1]: Stopped Screenly celery worker.
Oct 7 20:21:35 raspberrypi systemd[1]: Started Screenly celery worker.
Oct 7 20:21:36 raspberrypi systemd[1]: screenly-web.service: Service hold-off time over, scheduling restart.
Oct 7 20:21:36 raspberrypi systemd[1]: Stopped Screenly Web UI.
Oct 7 20:21:36 raspberrypi systemd[1]: Starting Screenly Web UI...
Oct 7 20:21:36 raspberrypi systemd[1]: Started Screenly Web UI.
Oct 7 20:21:37 raspberrypi python[12762]: Traceback (most recent call last):
Oct 7 20:21:37 raspberrypi python[12762]: File "/home/pi/screenly/server.py", line 10, in <module>
Oct 7 20:21:37 raspberrypi python[12762]: import psutil
Oct 7 20:21:37 raspberrypi python[12762]: ImportError: No module named psutil
Oct 7 20:21:37 raspberrypi systemd[1]: screenly-web.service: Main process exited, code=exited, status=1/FAILURE
Oct 7 20:21:37 raspberrypi systemd[1]: screenly-web.service: Unit entered failed state.
Oct 7 20:21:37 raspberrypi systemd[1]: screenly-web.service: Failed with result 'exit-code'.
Oct 7 20:21:37 raspberrypi celery[12747]: Traceback (most recent call last):
Oct 7 20:21:37 raspberrypi celery[12747]: File "/usr/local/bin/celery", line 10, in <module>
Oct 7 20:21:37 raspberrypi celery[12747]: sys.exit(main())
Oct 7 20:21:37 raspberrypi celery[12747]: File "/usr/local/lib/python2.7/dist-packages/celery/__main__.py", line 16, in main
Oct 7 20:21:37 raspberrypi celery[12747]: _main()
Oct 7 20:21:37 raspberrypi celery[12747]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/celery.py", line 322, in main
Oct 7 20:21:37 raspberrypi celery[12747]: cmd.execute_from_commandline(argv)
Oct 7 20:21:37 raspberrypi celery[12747]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/celery.py", line 496, in execute_from_commandline
Oct 7 20:21:37 raspberrypi celery[12747]: super(CeleryCommand, self).execute_from_commandline(argv)))
Oct 7 20:21:37 raspberrypi celery[12747]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 273, in execute_from_commandline
Oct 7 20:21:37 raspberrypi celery[12747]: argv = self.setup_app_from_commandline(argv)
Oct 7 20:21:37 raspberrypi celery[12747]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 479, in setup_app_from_commandline
Oct 7 20:21:37 raspberrypi celery[12747]: self.app = self.find_app(app)
Oct 7 20:21:37 raspberrypi celery[12747]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 501, in find_app
Oct 7 20:21:37 raspberrypi celery[12747]: return find_app(app, symbol_by_name=self.symbol_by_name)
Oct 7 20:21:37 raspberrypi celery[12747]: File "/usr/local/lib/python2.7/dist-packages/celery/app/utils.py", line 359, in find_app
Oct 7 20:21:37 raspberrypi celery[12747]: sym = symbol_by_name(app, imp=imp)
Oct 7 20:21:37 raspberrypi celery[12747]: File "/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 504, in symbol_by_name
Oct 7 20:21:37 raspberrypi celery[12747]: return imports.symbol_by_name(name, imp=imp)
Oct 7 20:21:37 raspberrypi celery[12747]: File "/usr/local/lib/python2.7/dist-packages/kombu/utils/imports.py", line 57, in symbol_by_name
Oct 7 20:21:37 raspberrypi celery[12747]: module = imp(module_name, package=package, **kwargs)
Oct 7 20:21:37 raspberrypi celery[12747]: File "/usr/local/lib/python2.7/dist-packages/celery/utils/imports.py", line 104, in import_from_cwd
Oct 7 20:21:37 raspberrypi celery[12747]: return imp(module, package=package)
Oct 7 20:21:37 raspberrypi celery[12747]: File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
Oct 7 20:21:37 raspberrypi celery[12747]: __import__(name)
Oct 7 20:21:37 raspberrypi celery[12747]: File "/home/pi/screenly/server.py", line 10, in <module>
Oct 7 20:21:37 raspberrypi celery[12747]: import psutil
Oct 7 20:21:37 raspberrypi celery[12747]: ImportError: No module named psutil
Oct 7 20:21:37 raspberrypi systemd[1]: screenly-celery.service: Main process exited, code=exited, status=1/FAILURE
Oct 7 20:21:37 raspberrypi systemd[1]: screenly-celery.service: Unit entered failed state.
Oct 7 20:21:37 raspberrypi systemd[1]: screenly-celery.service: Failed with result 'exit-code'.
Oct 7 20:21:42 raspberrypi systemd[1]: screenly-web.service: Service hold-off time over, scheduling restart.
Oct 7 20:21:42 raspberrypi systemd[1]: Stopped Screenly Web UI.
Oct 7 20:21:42 raspberrypi systemd[1]: Starting Screenly Web UI...
Oct 7 20:21:42 raspberrypi systemd[1]: Started Screenly Web UI.
Thank you for looking into this issue and let me know if there is anything else I can post to assist.
Jeff