Page 2 of 2

Re: Amahi UI/Web page down after deleting apps

Posted: Tue Jan 07, 2020 4:47 pm
by bigfoot65
sudo hda-create-db-and-user -d owncloud
should be:

Code: Select all

sudo hda-create-db-and-user -d owncloud8
Also please post the errors from the following command:

Code: Select all

sudo systemctl restart httpd
That will likely show where the problem lies with the dashboard.

Re: Amahi UI/Web page down after deleting apps

Posted: Wed Jan 08, 2020 1:06 am
by johnny5shared
$ sudo hda-create-db-and-user -d owncloud8
...
hda-create-db-and-user: dropping owncloud8
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

$ sudo systemctl restart httpd
...
$

No errors.

Though...

$ sudo httpd
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
httpd (pid 6294) already running

Re: Amahi UI/Web page down after deleting apps

Posted: Wed Jan 08, 2020 2:53 am
by johnny5shared
sudo cat /var/log/httpd/error_log

[ 2020-01-08 22:20:28.9512 16021/7ff8777fe700 age/Cor/CoreMain.cpp:532 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)

[ 2020-01-08 22:20:28.9513 16031/7fdb36788700 age/Ust/UstRouterMain.cpp:422 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
[ 2020-01-08 22:20:28.9514 16021/7ff8829ce880 age/Cor/CoreMain.cpp:901 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
[ 2020-01-08 22:20:28.9515 16031/7fdb3cfb9880 age/Ust/UstRouterMain.cpp:492 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
[ 2020-01-08 22:20:28.9516 16031/7fdb36788700 Ser/Server.h:464 ]: [UstRouter] Shutdown finished
[ 2020-01-08 22:20:28.9517 16021/7ff8767fc700 Ser/Server.h:817 ]: [ApiServer] Freed 0 spare client objects
[ 2020-01-08 22:20:28.9517 16021/7ff8767fc700 Ser/Server.h:464 ]: [ApiServer] Shutdown finished
[ 2020-01-08 22:20:28.9519 16021/7ff8777fe700 Ser/Server.h:817 ]: [ServerThr.1] Freed 128 spare client objects
[ 2020-01-08 22:20:28.9519 16021/7ff8777fe700 Ser/Server.h:464 ]: [ServerThr.1] Shutdown finished
[ 2020-01-08 22:20:28.9520 16031/7fdb35f87700 Ser/Server.h:817 ]: [UstRouterApiServer] Freed 0 spare client objects
[ 2020-01-08 22:20:28.9520 16031/7fdb35f87700 Ser/Server.h:464 ]: [UstRouterApiServer] Shutdown finished
[ 2020-01-08 22:20:28.9522 16021/7ff876ffd700 Ser/Server.h:817 ]: [ServerThr.2] Freed 128 spare client objects
[ 2020-01-08 22:20:28.9522 16021/7ff876ffd700 Ser/Server.h:464 ]: [ServerThr.2] Shutdown finished
[ 2020-01-08 22:20:28.9540 16031/7fdb3cfb9880 age/Ust/UstRouterMain.cpp:523 ]: Passenger UstRouter shutdown finished
[ 2020-01-08 22:20:28.9840 16021/7ff8829ce880 age/Cor/CoreMain.cpp:967 ]: Passenger core shutdown finished
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
[Wed Jan 08 22:20:29.032300 2020] [lbmethod_heartbeat:notice] [pid 16017:tid 139787801321536] AH02282: No slotmem from mod_heartmonitor
[Wed Jan 08 22:20:29.033842 2020] [http2:warn] [pid 16017:tid 139787801321536] AH02951: mod_ssl does not seem to be enabled
[ 2020-01-08 22:20:29.0589 16050/7f9b34b33880 age/Wat/WatchdogMain.cpp:1291 ]: Starting Passenger watchdog...
[ 2020-01-08 22:20:29.0810 16053/7ff8e9cfb880 age/Cor/CoreMain.cpp:982 ]: Starting Passenger core...
[ 2020-01-08 22:20:29.0812 16053/7ff8e9cfb880 age/Cor/CoreMain.cpp:235 ]: Passenger core running in multi-application mode.
[ 2020-01-08 22:20:29.0834 16053/7ff8e9cfb880 age/Cor/CoreMain.cpp:732 ]: Passenger core online, PID 16053
[ 2020-01-08 22:20:29.1105 16063/7fabd0641880 age/Ust/UstRouterMain.cpp:529 ]: Starting Passenger UstRouter...
[ 2020-01-08 22:20:29.1122 16063/7fabd0641880 age/Ust/UstRouterMain.cpp:342 ]: Passenger UstRouter online, PID 16063
[Wed Jan 08 22:20:29.124257 2020] [mpm_event:notice] [pid 16017:tid 139787801321536] AH00489: Apache/2.4.34 (Fedora) Phusion_Passenger/5.0.30 configured -- resuming normal operations
[Wed Jan 08 22:20:29.124382 2020] [core:notice] [pid 16017:tid 139787801321536] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'

Re: Amahi UI/Web page down after deleting apps

Posted: Wed Jan 08, 2020 5:52 pm
by bigfoot65
Not sure what's going on. You might try following the clean up failed app install guidance again.

If there is any step that fails, document it here.

Not sure what else you can do other than reinstall from scratch if it does not work.