Install Nextcloud 13.0.0 on Fedora 27
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
somesecurepassword
Is what it sets for the root user, which you are not using any longer.
-
@scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
ncuserpassword
No, it sets it as...
ncuserpassword
still fails. I try both nsuserpassword and somesecurepassword, and both fail
-
@Donahue are you attempting to login as
ncuser
orncuser@localhost
withncuserpassword
as the password? -
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
ncuserpassword
No, it sets it as...
ncuserpassword
still fails. I try both nsuserpassword and somesecurepassword, and both fail
Then that is the issue, basic username / password issues with the database. No issue with NextCloud yet, as NC has to use a working username / password to use the database. So make a new database user first, and test it, then when it works, then move on to configuring NC.
-
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue are you attempting to login as
ncuser
orncuser@localhost
withncuserpassword
as the password?ncuser
-
Jared's example is with ncuser. But you are trying to use ncadmin. Did you change Jared's script, or is that a typo?
-
@scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:
Jared's example is with ncuser. But you are trying to use ncadmin. Did you change Jared's script, or is that a typo?
I changed the script
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue are you attempting to login as
ncuser
orncuser@localhost
withncuserpassword
as the password?ncuser
Try the long-name.
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:
Jared's example is with ncuser. But you are trying to use ncadmin. Did you change Jared's script, or is that a typo?
I changed the script
Then you need to consistently use the change. -uncuser not -uncadmin since ncuser doesn't exist in your system.
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:
Jared's example is with ncuser. But you are trying to use ncadmin. Did you change Jared's script, or is that a typo?
I changed the script
try the long-name as
ncadmin@localhost
-
no go. ncuser does not exist, I am just using here as a reference to that place in the script where I changed it (following the tutorial)
-
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:
Jared's example is with ncuser. But you are trying to use ncadmin. Did you change Jared's script, or is that a typo?
I changed the script
try the long-name as
ncadmin@localhost
that doesnt work as far as I can tell.
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:
Jared's example is with ncuser. But you are trying to use ncadmin. Did you change Jared's script, or is that a typo?
I changed the script
try the long-name as
ncadmin@localhost
that doesnt work as far as I can tell.
Directly from the CLI to login to the database? If it doesn't work then your database permissions may be messed up.
-
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:
Jared's example is with ncuser. But you are trying to use ncadmin. Did you change Jared's script, or is that a typo?
I changed the script
try the long-name as
ncadmin@localhost
that doesnt work as far as I can tell.
Directly from the CLI to login to the database? If it doesn't work then your database permissions may be messed up.
correct. How do I reset it?
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:
Jared's example is with ncuser. But you are trying to use ncadmin. Did you change Jared's script, or is that a typo?
I changed the script
try the long-name as
ncadmin@localhost
that doesnt work as far as I can tell.
Directly from the CLI to login to the database? If it doesn't work then your database permissions may be messed up.
correct. How do I reset it?
Paging @scottalanmiller would it be better to check (and write) the permissions on mysql here or to create a new DB?
-
@Donahue run
mysql
SHOW GRANTS FOR 'user'@'locahost';
If your user isn't listed as having any access then you need to give that user access. If they have access, then something else is messed up.
-
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue run
mysql
SHOW GRANTS FOR 'user'@'locahost';
If your user isn't listed as having any access then you need to give that user access. If they have access, then something else is messed up.
that shows my user in there with all privileges.
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
no go. ncuser does not exist, I am just using here as a reference to that place in the script where I changed it (following the tutorial)
Can you log in as the root user?
-
@scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
no go. ncuser does not exist, I am just using here as a reference to that place in the script where I changed it (following the tutorial)
Can you log in as the root user?
yes
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
no go. ncuser does not exist, I am just using here as a reference to that place in the script where I changed it (following the tutorial)
Can you log in as the root user?
yes
Then reset the user's password.