Opened 3 years ago
Last modified 2 years ago
#49 new defect
Frozen emails on crin4
Reported by: | chris | Owned by: | chris |
---|---|---|---|
Priority: | major | Milestone: | Maintenance |
Component: | crin4 | Version: | |
Keywords: | Cc: | peter | |
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 2.35 |
Description (last modified by chris)
Munin is sending alert emails every 5 mins because of the number of frozen emails on Crin4.
Attachments (1)
Change History (14)
Changed 3 years ago by chris
comment:1 Changed 3 years ago by chris
- Description modified (diff)
comment:2 Changed 3 years ago by chris
- Add Hours to Ticket changed from 0 to 0.25
- Total Hours set to 0.25
comment:3 Changed 3 years ago by chris
- Add Hours to Ticket changed from 0 to 0.25
- Description modified (diff)
- Total Hours changed from 0.25 to 0.5
There were 6.4k frozen emails on Crin4, so I have deleted them:
exim -bp | exiqgrep -i | xargs exim -Mrm
comment:4 Changed 3 years ago by chris
- Add Hours to Ticket changed from 0 to 0.25
- Total Hours changed from 0.5 to 0.75
There were 4.7k frozen emails on Crin4 and 167 frozen emails on Crin2 so I have deleted them.
On Crin2 I wrote the addresses into a text file in case anyone wants to remove these from the email list?
exim -bp > /root/frozen-emails.2017-12-17.txt
comment:5 Changed 3 years ago by chris
- Add Hours to Ticket changed from 0 to 0.15
- Total Hours changed from 0.75 to 0.9
There were 1.91k frozen mails on Crin4 so I have deleted them:
exim -bp | exiqgrep -i | xargs exim -Mrm
comment:6 Changed 3 years ago by chris
- Add Hours to Ticket changed from 0 to 0.25
- Total Hours changed from 0.9 to 1.15
There were 1.4k frozen emails on Crin4 so I have deleted them:
exim -bp | exiqgrep -i | xargs exim -Mrm
comment:7 Changed 3 years ago by chris
- Add Hours to Ticket changed from 0 to 0.25
- Total Hours changed from 1.15 to 1.4
comment:8 Changed 3 years ago by chris
- Add Hours to Ticket changed from 0 to 0.25
- Total Hours changed from 1.4 to 1.65
comment:9 Changed 3 years ago by chris
- Add Hours to Ticket changed from 0 to 0.15
- Total Hours changed from 1.65 to 1.8
comment:10 Changed 3 years ago by chris
- Add Hours to Ticket changed from 0 to 0.25
- Summary changed from 344 frozen emails on crin4 to Frozen emails on crin4
- Total Hours changed from 1.8 to 2.05
There were 2.36k frozen emails on Crin4, so I have deleted them:
exim -bp | exiqgrep -i | xargs exim -Mrm
comment:11 Changed 2 years ago by chris
- Add Hours to Ticket changed from 0 to 0.15
- Total Hours changed from 2.05 to 2.2
There were 1.34k frozen emails on Crin4, so I have deleted them:
exim -bp | exiqgrep -i | xargs exim -Mrm
comment:12 Changed 2 years ago by chris
- Cc mori removed
comment:13 Changed 2 years ago by chris
- Add Hours to Ticket changed from 0 to 0.15
- Total Hours changed from 2.2 to 2.35
There were 336 frozen emails on Crin4, so I have deleted them:
exim -bp | exiqgrep -i | xargs exim -Mrm
Listing the emails:
Deleting the emails:
I don't know if the generation of these email indicates a problem?