Skip to content

Instantly share code, notes, and snippets.

@NTT123
Last active March 23, 2025 20:30
Show Gist options
  • Save NTT123/12264d15afad861cb897f7a20a01762e to your computer and use it in GitHub Desktop.
Save NTT123/12264d15afad861cb897f7a20a01762e to your computer and use it in GitHub Desktop.
MFA LJSpeech.ipynb
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@frouhi
Copy link

frouhi commented May 14, 2023

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