F19 amavis not starting

Adam Williamson awilliam at redhat.com
Fri May 10 16:44:31 UTC 2013


On Fri, 2013-05-10 at 13:28 +0300, Cristian Sava wrote:
> Hi all,
> 
> Amavis does not start because it does not find /etc/sysconfig/network
> # yum install amavis
> # systemctl start amavis.service
> ...
> # journalctl -xn
> ...
> /etc/rc.d/init.d/amavisd: line 16: /etc/sysconfig/network: No such file
> or directory
> 
> I am testing a postfix based mailserver on F19 updated. All is working
> well until I add amavis. Any advice?

Well, let's take a look:

# Source networking configuration.
. /etc/sysconfig/network

OK...but why does it want to do that? Hmm. All I see is:

## Check that networking is up.
#[ ${NETWORKING} = "no" ] && exit 0

But that's commented out upstream. So...why bother
sourcing /etc/sysconfig/network at all?

I think fixing this is as simple as commenting that line out of the init
script, and we should do that in the package and send it upstream.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net



More information about the test mailing list