http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 --- Comment #4 from Larry Baerveldt <larry@bywatersolutions.com> --- It's not even that weird of a situation. We often need to temporarily block access to a site for both the public catalog and the staff client (such as when performing maintenance, or other actions where we wouldn't want the database to be touched), and disabling the instance is the fastest way to do that, and still present a "maintenance" page to the user. Unless you remember to stop zebra manually first, then if you have already disabled the instance, then you *can't* stop zebra without just killing the processes. This patch addresses that. Also, I did just submit a patch for koha-disable to stop zebra (and SIP) (see 13785). However, for that patch to work, this one first has to be pushed. -- You are receiving this mail because: You are watching all bug changes.