-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Container crashes #151
Comments
I confirm, after updating the container, freescout does not start, in the logs: ERROR - Some initialization scripts haven't completed - All services are now halted **** и Image: tiredofit/freescout |
Same here |
I uninstalled latest and installed this version - php8.2-1.17.34, everything works, all modules updated. |
I can confirm ⬆️ @yabloky 's solution. |
Other temporary solution is to bash into your container and delete the file 'outage' by hand from the directory '/etc/cont-init.d'. |
Same problem like others ... XXXX.35 - broken, XXXX.36 - broken ... backstep to XXXX.34 . |
Same here. deleting the file outage in the container works. |
Sorry, a text file snuck itself into that directory somehow while comitting. I've cleaned things up - but best to just pull |
I don't knows where that FATAL error comes from, but I guess, I could be mistaken, you are willing to push an image a little too soon? Relax dude, ... I'm testing for you... |
PS. If you need something quickly tested on a windows Machine. you can ask me. |
Summary
When starting my container the container crashes on a /etc/cont-init.d error.
Steps to reproduce
Create the container based on version 1.17.35 or newer. Start the container and the error will show up in the logs.
What is the expected correct behavior?
No error message.
Relevant logs and/or screenshots
ERROR - Some initialization scripts haven't completed - All services are now halted The following scripts in '/etc/cont-init.d' did not pass their completion check: outage
Possible fixes
It looks to me this build contains a file that shouldn't be there:
install/etc/cont-init.d/outage
The text was updated successfully, but these errors were encountered: