Hello,
I am installing Cells Home in a CentOS 7 box VirtualBox VM.
The installation just don’t finish amd I have the following errors:
not_starts_with “/user/reset-password”\n\t\t\tif {path} not_starts_with “/robots.txt”\n\t\t\tto {path} {path}/ /login\n\t\t}\n\n\t\t\n\t\terrors “/home/pydio/.config/pydio/cells/logs/caddy_errors.log”\n\t\t}\n\n\t\t\n\t"}
2019-01-09T16:59:28.997Z INFO [INFO] Reloading
2019-01-09T16:59:29.037Z INFO [INFO] Reloading complete
2019-01-09T16:59:29.037Z INFO Restart Finished
2019-01-09T16:59:29.037Z INFO http: Server closed
2019-01-09T16:59:36.538Z ERROR Frontend Service Not Detected
2019-01-09T16:59:40.050Z INFO Restarting Gateway Proxy {“caddyfile”: "\n\t\thttp://192.168.56.2:8080 {\n\t\tproxy /a 10.0.2.15:40659 {\n\t\t\twithout /a\n\t\t\ttransparent\n\t\t}\n\t\tproxy /auth/dex PENDING {\n\t\t\ttransparent\n\t\t\tinsecure_skip_verify\n\t\t}\n\t\tproxy /io :42212 {\n\t\t\ttransparent\n\t\t}\n\t\tproxy /data :42212 {\n\t\t\ttransparent\n\t\t}\n\t\tproxy /ws 10.0.2.15:35780 {\n\t\t\twebsocket\n\t\t\twithout /ws\n\t\t}\n\t\tproxy /plug/ 10.0.2.15:38586 {\n\t\t\ttransparent\n\t\t\theader_downstream Cache-Control “public, max-age=31536000”\n\t\t}\n\t\tproxy /dav/ 10.0.2.15:41486 {\n\t\t\ttransparent\n\t\t}\n\n\t\tproxy /public/ 10.0.2.15:38586 {\n\t\t\ttransparent\n\t\t}\n\n\t\tproxy /user/reset-password/ 10.0.2.15:38586 {\n\t\t\ttransparent\n\t\t}\n\n\t\tproxy /robots.txt 10.0.2.15:38586 {\n\t\t\ttransparent\n\t\t}\n\n\t\tproxy /login 10.0.2.15:38586/gui {\n\t\t\ttransparent\n\t\t\twithout /login\n\t\t}\n\n\t\tredir 302 {\n\t\t if {path} is /\n\t\t /
…
2019-01-09T16:59:40.050Z INFO [INFO] Reloading
2019-01-09T16:59:40.080Z INFO [INFO] Reloading complete
2019-01-09T16:59:40.080Z INFO Restart Finished
2019-01-09T16:59:40.080Z INFO http: Server closed
2019-01-09T16:59:40.780Z ERROR Frontend Service Not Detected
Thanks for your reply.
I am running
Pydio Cells Home Edition (1.2.4)
Published on 13 Dec 18 15:08 +0000
Revision number 6675088eca8d2c54008aaf86f188cc60f78df658
The VM has two adapters:
1, NAT mode, IP 10.0.2.15, for public Internet access from the VM;
2, Host-Only mode, IP 192.168.52.2, for communication between the host and the guest VM.
To use a web server in the from the host I use the second IP.
just to be sure to reinstall you removed .config/pydio of the previosu installation and cleaned the database?
another thing might be a firewall in centos, i think that by default it’s enforced (not sure on this one) i’ll ask the people that knows centos better than me.
I removed ./config/* and dropped cells db.
I confirmed that firewalld is disabled.
I am sending some errors shown in the console output during ./cells install:
Installation Finished: server will restart
…
2019-01-11T11:52:22.040Z INFO pydio.grpc.config started
2019-01-11T11:52:22.392Z ERROR pydio.grpc.mailer could not initialise service at version 1.2.4 {“error”: “{“id”:“go.micro.client”,“code”:500,“detail”:“none available”,“status”:“Internal Server Error”}”}
2019-01-11T11:52:22.392Z ERROR pydio.grpc.mailer Could not run {“error”: “{“id”:“go.micro.client”,“code”:500,“detail”:“none available”,“status”:“Internal Server Error”}”}
…
2019-01-11T11:52:24.058Z ERROR pydio.grpc.policy Failed to init DB provider {“error”: "Could not migrate sql schema, a
…
2019-01-11T11:52:36.394Z ERROR pydio.grpc.tasks Streamer PutTaskStream {“error”: "{“id”:“go.micro.client”,“code”:500,“detail”:“none available”,“status”:“Internal Server Error\”}”}
…
2019-01-11T11:54:13.179Z ERROR Frontend Service Not Detected
2019-01-11T11:54:17.522Z ERROR Frontend Service Not Detected
2019-01-11T11:54:21.689Z ERROR Frontend Service Not Detected
could you mysql --versionit will give me the exact mariadb version,
actually i still cannot pinpoint your issue, i will reproduce it once i have the db version.
I updated MariaDB, dropped the db and deleted .config.
I next install reached the login page but I was not able to log.
I rebooted the VM, restarted the install and now I have the following error:
2019-01-11T17:56:37.692Z ERROR pydio.rest.config Ladon blocked GET request at /config/discovery. Ladon Response: DefaultDeny:true
and no login page.
Sorry for all this work and thanks for your support.
Regards,
Mario