Find reason for linux server crash

Check the logs /var/log/messages, which stores logs from many native CentOS services, such as the kernel logger, the network manager, and many other services that don’t have their own log files. This log file tells you if there are kernel problems (kernel panic messages) or kernel limits violations, such as the number of currently open … Read more

Suspend / Unsuspend domain via command line Plesk

  Suspend a domain via command line Plesk Domains are not listing and showing following error on Plesk Panel: [stextbox id=”alert”]The webspace was suspended. All sites hosted with the webspace are not available.[/stextbox] Unsuspend domain via command line Plesk

Who is Logged-In on Your Linux System

w command is used to show logged-in user names and what they are doing. The information will be read from /var/run/utmp file. The output of the w command contains the following columns: Name of the user User’s machine number or tty number Remote machine address User’s Login time Idle time (not usable time) Time used … Read more

ftp Proftpd error

Error when ftp to a domain DS28220.domain.com proftpd[16643]: error: no valid servers configured DS28220.domain.com proftpd[16643]: Fatal: error processing configuration file ‘/etc/proftpd.conf’ Edit the /etc hosts file and put the IP and the name in it: Restart xinetd

Email Deferred/Greylisting error

Getting email logs that show the following? mail qmail-queue-handlers[8672]: Handlers Filter before-queue for qmail started …Jul 7 14:17:18 mail qmail-queue-handlers[8672]: from=domain@domain.comJul 7 14:17:18 mail qmail-queue-handlers[8672]: to=domain@domain.comJul 7 14:17:18 mail greylisting filter[8673]: Starting greylisting filter…Jul 7 14:17:18 mail qmail-queue-handlers[8672]: handlers_stderr: DEFERJul 7 14:17:18 mail qmail-queue-handlers[8672]: DEFER during call ‘grey’ handlerJul 7 14:17:26 mail pop3d: Connection, ip=[::ffff:203.197.xx.xx]Jul … Read more