Been getting repeated errors for the daily Anacron job:
gzip: /etc/MailScanner/phishing.safe.sites.conf.master.gz: unexpected end of file.
Any Ideas on how to resolve?
Anacron Job error: gzip: /etc/MailScanner/phishing.safe.sites.conf.master.gz: unexpected end of file
-
- Posts: 4
- Joined: 18 Oct 2016 11:38
- shawniverson
- Posts: 3776
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: Anacron Job error: gzip: /etc/MailScanner/phishing.safe.sites.conf.master.gz: unexpected end of file
Have you tried deleting the file and letting it run again?
Re: Anacron Job error: gzip: /etc/MailScanner/phishing.safe.sites.conf.master.gz: unexpected end of file
Getting this error as well lately.
If you open the phishing.safe.sites.conf.master.gz file in a text editor it reads: 301 Moved Permanently (surrounded by some html).
So it seems the file has moved to another url and the script that downloads it doesn't understand the redirect and instead downloads the html.
If you open the phishing.safe.sites.conf.master.gz file in a text editor it reads: 301 Moved Permanently (surrounded by some html).
So it seems the file has moved to another url and the script that downloads it doesn't understand the redirect and instead downloads the html.
Re: Anacron Job error: gzip: /etc/MailScanner/phishing.safe.sites.conf.master.gz: unexpected end of file
I'm getting same kind of error:
/etc/cron.daily/mailscanner:
gzip: /etc/MailScanner/phishing.safe.sites.conf.master.gz: not in gzip format
/etc/cron.daily/mailscanner:
gzip: /etc/MailScanner/phishing.safe.sites.conf.master.gz: not in gzip format
- shawniverson
- Posts: 3776
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: Anacron Job error: gzip: /etc/MailScanner/phishing.safe.sites.conf.master.gz: unexpected end of file
Delete the file, should go away.
Re: Anacron Job error: gzip: /etc/MailScanner/phishing.safe.sites.conf.master.gz: unexpected end of file
Deleting the file does indeed fix the issue. The next update cycle works as intended.