OpenSUES 11.4 x86_64 ISPConfig 3 install fail

Discussion in 'Installation/Configuration' started by qqwong, Mar 25, 2011.

  1. qqwong

    qqwong New Member

    I'm following The Perfect Server - OpenSUSE 11.4 x86_64 ISPConfig 3 to install my new server. I hit a problem near the end of Page 4. Everything was fine before this point.

    When I did
    chkconfig --add amavis

    I got the following fatal error:

    insserv: FATAL: service network is missed in the runlevels 2 to use service mysql
    insserv: exiting now!
    /sbin/insserv failed, exit code 1
    amavis 0:eek:ff 1:eek:ff 2:eek:ff 3:eek:ff 4:eek:ff 5:eek:ff 6:eek:ff

    Can anyone give me some cue to fix this please?
    Thank you in advance.

    Wai
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Use
    Code:
    chkconfig -f --add amavis
    instead.
     

Share This Page