This what I get
sudo ps | aux | grep apache | awk '{print $2}' | xargs kill -9
-bash: aux: command not found
Usage:
kill [options] [...]
Options:
[...] send signal to every listed
-, -s, --signal
specify the to be sent
-l, --list=[] list all signal names, or convert one to a name
-L, --table list all signal names in a nice table
-h, --help display this help and exit
-V, --version output version information and exit
For more details see kill(1).
bitnami@main-c:~$ sudo /opt/bitnami/ctlscript.sh start
Starting services..
Job for bitnami.service failed because the control process exited with error code.
See "systemctl status bitnami.service" and "journalctl -xe" for details.
systemctl status bitnami.service
● bitnami.service - LSB: bitnami init script
Loaded: loaded (/etc/init.d/bitnami; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2021-02-22 19:37:14 UTC; 1min 20
Process: 23125 ExecStart=/etc/init.d/bitnami start (code=exited, status=1/FAIL
Tasks: 22 (limit: 2299)
Memory: 196.1M
CGroup: /system.slice/bitnami.service
├─5881 php-fpm: master process (/opt/bitnami/php/etc/php-fpm.conf)
├─5885 php-fpm: pool www
├─5886 php-fpm: pool www
├─5887 php-fpm: pool www
├─5888 php-fpm: pool www
├─5889 php-fpm: pool www
├─5890 php-fpm: pool www
├─5891 php-fpm: pool www
├─5892 php-fpm: pool www
├─5893 php-fpm: pool www
├─5894 php-fpm: pool www
├─5895 php-fpm: pool www
├─5896 php-fpm: pool www
├─5897 php-fpm: pool www
├─5898 php-fpm: pool www
├─5899 php-fpm: pool www
lines 1-23
I just want MYSQL to start so I can export a database its critical