I can´t create new user on owncloud X

Hello

I have onwcloud 10.0.10 over ubuntu 16 server

I create new user but It can´t create default folder in data folder.

When I try to login. System show me incorrect login. Old users works fine

Thank

Hi Carlos,
Is your data disk full?
Did you adjust your data folder path in your config.php? Does the folder exist, and if yes does it have the right owner and permissions (apache user and group [on ubuntu that’s usually www-data] and 0750)?
Do you get any more specific error messages in your owncloud or apache log?
Hope that helps.
Cheers,
Erik

Hi Eneubauer

Disk
/dev/mapper/srvdvab–vg-root 488G 179G 289G 39% /

Config.php
‘datadirectory’ => ‘/carpeta-datos’,

Data Permissions

drwxr-xr-x 4 www-data www-data 4,0K ene 28 19:05

log file error.log

[Tue Jun 04 16:19:34.018586 2019] [negotiation:error] [pid 2844] [client 90.68. [Tue Jun 04 16:19:34.952107 2019] [negotiation:error] [pid 2508] [client 90.68.
[Tue Jun 04 16:19:34.952268 2019] [negotiation:error] [pid 2570] [client 90.68.$

Thank you

Can I create users using console?

Hi,
There is the occ command user:add, you might want to give that a go.
Have you had a look in your owncloud.log file? You can usually find it in your data folder.

Your log lines are truncated, Could you please post the whole lines?

I execute command user:add

sudo -u www-data php occ user:add --display-name=“patricia” --group=“users” patricia

It works.

I don´t know what´s happened with gui

Thanks

1 Like

Similarly happened here. GUI does create the user but password does not work. Command line does the job nicely.

Hey @tristan-v,

it seems this thread is already five years old so i think it would be better to create a new thread about the issue you are facing and by giving more details (e.g. i think there could be something in the log files giving some hints).

1 Like