danb35 / freenas-iocage-nextcloud

Script to create an iocage jail on FreeNAS for the latest Nextcloud 28 release, including Caddy, MariaDB or PostgreSQL, and Let's Encrypt
GNU General Public License v3.0
258 stars 71 forks source link

Fresh install error #112

Closed NasKar2 closed 4 years ago

NasKar2 commented 4 years ago

Here is the output from a fresh install. If gives error:'Access denied for user 'root'@'localhost' (using password: NO)'

No default gateway found for ipv6.

danb35 commented 4 years ago

I do see these errors when I run the script, but everything still seems to run properly. Are you noticing problems with logging into or using Nextcloud, or seeing other errors?

NasKar2 commented 4 years ago

Everything works fine ust seeing the error. It happens with a fresh install with no prior data in the nextcloud directory.

On Fri, May 8, 2020 at 9:34 AM danb35 notifications@github.com wrote:

I do see these errors when I run the script, but everything still seems to run properly. Are you noticing problems with logging into or using Nextcloud, or seeing other errors?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danb35/freenas-iocage-nextcloud/issues/112#issuecomment-625818388, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRVCZZTXLJ7YZ2FGH3HNU3RQQC6JANCNFSM4MX3IOSA .

PrivatePuffin commented 4 years ago

mysqladmin reload isn't technically needed, it's a bit redundant but shouldn't cause any issues if it errors out.

danb35 commented 4 years ago

The problem here was that whatever PR I merged to do this gave the mysqladmin credentials on one line, and the mysqladmin reload command on another. Don't know why. This is fixed in the caddyv2 branch.

danb35 commented 4 years ago

Fixed by #135.