https://bugs.koozali.org/show_bug.cgi?id=12373

            Bug ID: 12373
           Summary: /etc/e-smith/events/actions/zoneminder prevents system
                    to start after reboot in bootstrap console
    Classification: Contribs
           Product: SME Contribs
           Version: 10.0
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-zoneminder
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

if you have zoneminder installed on SME10 and reboot after a post-upgrade you
will be locked out because of this script

during the bootstrap-consol it will try to restart 
/sbin/service zoneminder stop    1>/dev/null
/sbin/service mysql.init restart 1>/dev/null
/sbin/service zoneminder start   1>/dev/null

and all of those services will wait for network that will wait for bootstrap
consol to end .... 
and you are in a loop without ending

only option go to another tty log in as root and kill the event 

innodb is the default since sme10 so this script should simply removed

and a reminder: do not try to restart a service in a script and put it in
bootstrap-console event


# add  expand zm.conf
foreach my $event (qw(post-upgrade bootstrap-console-save console-save
remoteaccess-update php-update webapps-update)){
   templates2events("/etc/zm/zm.conf", $event);
   event_link("zoneminder", $event, "10");
}

remove this and the script please

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to