Centos – What does cron mail status 0x0047#012 Mean

amazon-web-servicescentoscron

I noticed in the mail log last night that I'm getting a new message:

MAIL (mailed XXX bytes of output but got status 0x0047#012)

The cron job did run successfully though (as it's a script that transmits to a third party API, and they confirmed that they received data), but I'm unable to see the status of the transmission on our end.

I'm thinking it might be related to amount of available disk space, but I have no way to be sure.

Here is the output of df-h

Filesystem      Size  Used Avail Use% Mounted on
/dev/xvda1      9.8G  9.7G     0 100% /
devtmpfs        1.9G   64K  1.9G   1% /dev
tmpfs           1.9G     0  1.9G   0% /dev/shm
/dev/xvdb1       48G  6.7G   39G  15% /var/www

For reference, we're using Centos 6.6 on AWS

I tried looking online for the meaning of this message, but I was unable to find it. If anyone could shed some light on it, that would be great, thanks.

EDIT:

The answer marked as a dupe did not help me, as it's not related to my question and the user asking that question got a different error response.

Best Answer

Your disk is indeed full, shown by the 100% used stat for /dev/xvda1, I've edited your question to include the output headers for the df command.

You need to clear space on your disk for your logs to continue.