-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Cron not installed #230
Comments
Is there anything special about where you're storing |
No, nothing special. Just an empty directory. This is all a fresh install. Thanks |
Could you at least provide the full path you're using please? |
The full path would be: /var/www/cloud/config/ P.s. I also tried fresh install without specifying the ./config directory incase it's a permissions issue...but that also resulted in the same error. |
Try using your home folder, if that works, it'll show it's permissions issues.
|
Yep it is installed and can confirm it works as expected. When errors like this come up it, it's normally permissions issues. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I face the same kind of issue ; logs on my side are as follows. logs```log nextcloud | cont-init: info: /etc/cont-init.d/50-install exited 0 nextcloud | cont-init: info: running /etc/cont-init.d/60-memcache nextcloud | cont-init: info: /etc/cont-init.d/60-memcache exited 0 nextcloud | cont-init: info: running /etc/cont-init.d/70-aliases nextcloud | cont-init: info: /etc/cont-init.d/70-aliases exited 0 nextcloud | cont-init: info: running /etc/cont-init.d/85-version-checks nextcloud | cont-init: info: /etc/cont-init.d/85-version-checks exited 0 nextcloud | cont-init: info: running /etc/cont-init.d/99-custom-files nextcloud | [custom-init] No custom files found, skipping... nextcloud | cont-init: info: /etc/cont-init.d/99-custom-files exited 0 nextcloud | s6-rc: info: service legacy-cont-init successfully started nextcloud | s6-rc: info: service init-mods: starting nextcloud | s6-rc: info: service init-mods successfully started nextcloud | s6-rc: info: service init-mods-package-install: starting nextcloud | s6-rc: info: service init-mods-package-install successfully started nextcloud | s6-rc: info: service init-mods-end: starting nextcloud | s6-rc: info: service init-mods-end successfully started nextcloud | s6-rc: info: service init-services: starting nextcloud | s6-rc: info: service init-services successfully started nextcloud | s6-rc: info: service legacy-services: starting nextcloud | services-up: info: copying legacy longrun cron (no readiness notification) nextcloud | services-up: info: copying legacy longrun nginx (no readiness notification) nextcloud | services-up: info: copying legacy longrun php-fpm (no readiness notification) nextcloud | s6-rc: info: service legacy-services successfully started nextcloud | s6-rc: info: service 99-ci-service-check: starting nextcloud | [ls.io-init] done. nextcloud | s6-rc: info: service 99-ci-service-check successfully started nextcloud | Exception: Not installed in /config/www/nextcloud/lib/base.php:284 nextcloud | Stack trace: nextcloud | #0 /config/www/nextcloud/lib/base.php(680): OC::checkInstalled() nextcloud | #1 /config/www/nextcloud/lib/base.php(1144): OC::init() nextcloud | #2 /config/www/nextcloud/cron.php(43): require_once('...') nextcloud | #3 {main} ```After which the same last six line happen roughly every 5 minutes. My The full path on my side is As a reference, I use both an I suspect this error prevent my instance from finishing its configuration. Have you found any workaround / fix ? |
Please open a new issue and provide the details requested. Closing this issue as it is inactive. |
Expected Behavior
Installation should run properly.
Current Behavior
Nextcloud appears to install (from adding users to starting services). However after the services start, there is an error that prevents Nextcloud from completing.
This is the error:
nextcloud | Exception: Not installed in /config/www/nextcloud/lib/base.php:277
nextcloud | Stack trace:
nextcloud | #0 /config/www/nextcloud/lib/base.php(649): OC::checkInstalled()
nextcloud | #1 /config/www/nextcloud/lib/base.php(1087): OC::init()
nextcloud | #2 /config/www/nextcloud/cron.php(43): require_once('/config/www/nex...')
nextcloud | #3 {main}
Steps to Reproduce
Here is my docker-compose file:
Environment
OS: Debian 11
CPU architecture: x86_64/arm32/arm64
How docker service was installed:
latest Docker from official repo
Command used to create docker container (run/create/compose/screenshot)
docker-compose up
Docker logs
This appears to be reported earlier in issue #203
The text was updated successfully, but these errors were encountered: