Last active
March 23, 2025 20:30
-
-
Save NTT123/12264d15afad861cb897f7a20a01762e to your computer and use it in GitHub Desktop.
MFA LJSpeech.ipynb
I'm having the same issue:
The global MFA database server does not exist, initializing it first.
pg_ctl stdout:
pg_ctl stderr: initdb: error: cannot be run as root
initdb: hint: Please log in (using, e.g., "su") as the (unprivileged) user that will own the server process.
I did try this as suggested:
!adduser mfa
!usermod -aG sudo mfa
!su mfa
but it didn't work :( I'd appreciate any suggestions .
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have this err