/Var/spool/clientmqueue is full

Source: Internet
Author: User

/Var/spool/clientmqueue is full. If a user cannot be added, "useradd: unable to lock password file" may occur. You cannot install useradd: unable to lock password file in the source program. baidu has introduced a passwd under the/etc/directory. lock, group. lock, gshadow. lock, passwd. lock, shadow. lock file, delete it and it will be OK. In fact, this is not the problem I encountered. df-I: Use 100%, run du-sh * or du-sh/* to view the directory size, and find the directory that occupies a large space/var/spool/clientmqueue. originally,/var/spool/clientmqueue was sent to cron users by email if cron is enabled and the Program executed in cron has output content, sendmail does not start, so these files are generated. There are indeed dozens of scripts scheduled by cron on the server, and no output orientation is set. All the files that have been accumulated over time are saved in the/var/spool/clientmqueue directory. solution: add the>/dev/null 2> & 1/var/spool/clientmqueue directory file after the cron statement is automatically executed. There are too many files in the rm-rf * directory. The system will prompt: "-bash:/bin/rm: Argument list too long" .. it means that the parameter is too long and rm cannot do it. You can use the ls | xargs rm-f command to delete all files in the/var/spool/clientmqueue directory.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.