Error restoring database: calling userd Exec(): %!w()

tundasrl

Verified User
Joined
May 17, 2008
Messages
59
Hello, I got this weird error trying to restore a backup.
The backup went ok but when I try a restore I get the folloging error:

An error occurred during the restore.​

Database: restoring "xxxxxxxxxx_xxx" database: calling userd Exec(): %!w()

I then restore manually the db extracted from the tar.gz archive usind mysql and there are no errors.

Regards
 
Hello, I got this weird error trying to restore a backup.
The backup went ok but when I try a restore I get the folloging error:

An error occurred during the restore.​

Database: restoring "xxxxxxxxxx_xxx" database: calling userd Exec(): %!w()

I then restore manually the db extracted from the tar.gz archive usind mysql and there are no errors.

Regards
@tundasrl Did support ever offer you any solution?

Thanks!
 
chmod +x /usr/local/directadmin/directadmin

it's what fixed similar problem for me
 
For someone this helps

In my case the solution provided by directadmin support is:

Code:
systemctl stop directadmin-userd@1003.socket
systemctl stop directadmin-userd@1003.service
systemctl reset-failed
systemctl daemon-reload
systemctl start directadmin-userd@1003.socket
systemctl start directadmin-userd@1003.service

Where 1003 is the UID of the affected user.
 
Back
Top