Hi!
Your machine has infected with virus, and you can follow the steps below to remove the virus. If you can't operate it, you can let our engineers handle it remotely. If the guide method still fails to solve the problem, or the virus infection is different, please contact tech team to get more help.
Ways to check and remove viruses:
1. Log in to SSH terminal:
viewtopic.php?f=78&t=2350
2. After logging in to the root user, check the CPU information
top
If it is pty10 virus, continue to operate.
3. Stop planning tasks
/etc/init.d/cron stop
4. Edit the configuration file that enters the scheduled task, delete the command line with the pty virus execution file.
vi /etc/crontabs/root
5. Delete virus execution files
rm -f /var/spool/cron/crontabs/root
6. Delete the startup script file of the pty10 system
vi /etc/inittab
According to the information in the file, find the pty10 virus path> view path, and then enter the folder path to delete the pty file.
For example: cd /usr/www/cgi-bin/> rm -f XXXpty
7. Search for system processes. If there is a pty process, delete it.
ps -ef |grep pty
kill -9 xxx (xxx is the process number)
8. Restart the TNAS device.