-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
[Alpine] [Armv7] [RaspberryPi] Problem with timeclock #51
Comments
Huh, that is something new. As said before, I do not own a RasberryPi myself, so I have a hard time testing stuff like this. There seems to be an incompatibility with the latest Debian and Alpine (3.13) images and a too old library on the host machine. Can you try to update that and report back if it helped? |
Yeah, every post is at the end routing to the same issue... |
Hmmm, this may be out of scope for you, but have you looked into automation tools such as Ansible for managing this deployment? |
Hey,
|
Your project sounds really interesting, so you are managing the IT infrastructure for a small fire department or just the RPi for hosting a local webpage? Great that you are familiar with Ansible, and while you have much better knowledge of what can be done in your situation it sounds to me that it could actually help reduce the installation steps to basically:
Having all the installation steps spelled out in Ansible commands is quite nice when trying to debug as well. In regards to the private repository; if you need any help or want to discuss the code I am more than up for it :) |
Finally I made it :) So yeah will have a look again to Ansible. Perhaps simpler as I thought in the beginning ;) Regarding Repos. Also in order to share, I made my Repo public: If interested, some words: At our local fire department, we get a good old fax if something happens. Then we have mobile alarms (dedicated devices) and the good old siren. Nevertheless nowadays, we want to get something on our mobiles, at least some more detailed information. So there is a quite popular Software in Germany for such cases we use. Unfortunately it is for Windows and offers also a WebUI for some tasks. Unsecured on port 80 http. So making it secure it everybodys own problem. Therefor I use your Repo as a base to act as a reverse proxy. In addition I extended the software a bit to generate maps (routes, overviews, etc.) via Google Static Maps API. Those I use for printing and add as attachment to mails. So I also need to make them publically available. This Java Service (https://github.com/FFW-Baudenbach/FE2_Kartengenerierung) stores the image in a mounted folder. This folder is also mounted into the nginx container and thereby I can access them from outside (without regenerating them or implement custom caching, etc.). There are some more Repos around like extracting everything with (felt) hundreds of regex out of the fax etc. So yeah, once I started will be hard to handover someday :-) |
Hi,
I switched to 2.3.0 and also wanted to use the alpine based image instead of the regular one.
Unfortunatly I ran into an error. I assume it is because my RaspberryPi 3b+ does not have a realtime clock. I had the same problem in the past with a SpringBoot Schedule in a Java App. It did just not work at all - did not find a solution so worked around that problem.
Logs using 2.3.0-nginx1.21.0-alpine
Same thing but with the 2.3.0-nginx1.21.0 image:
The text was updated successfully, but these errors were encountered: