ispCP - Board - Support
1.0.3 -> 1.0.5 strange problem - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: 1.0.3 -> 1.0.5 strange problem (/thread-10313.html)



1.0.3 -> 1.0.5 strange problem - ethnohosting - 04-08-2010 09:31 PM

I made a update to version 1.0.5 on Debian Squeeze. All is well, but the update script gives an error:

Code:
ispCP GUI BIND configuration:update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
update-rc.d: using dependency based boot sequencing
insserv: warning: current start runlevel(s) (2 3) of script `ispcp_daemon' overwrites defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1) of script `ispcp_daemon' overwrites defaults (0 1 6).
Failed

What does this error message could mean?
Thankful for any ideas.


RE: 1.0.3 -> 1.0.5 strange problem - kilburn - 04-08-2010 09:58 PM

It means that you have ispcp_daemon setup in different runlevels than the defaults. You can try to correct it with:
Code:
update-rc.d -f ispcp_daemon remove
update-rc.d ispcp_daemon defaults



RE: 1.0.3 -> 1.0.5 strange problem - gOOvER - 04-09-2010 02:28 AM

In Squeeze there a alot of such Messages. BUT Note: There are some Problems with fcgid in Squeeze. IspCP don't work correct with Squeeze Wink


RE: 1.0.3 -> 1.0.5 strange problem - leha - 04-13-2010 01:04 AM

is it possible to quietly upgrade from ispCP 1.0.2 to ispCP 1.0.5? Or can I quickly restore all in case of error?


RE: 1.0.3 -> 1.0.5 strange problem - gOOvER - 04-13-2010 02:36 AM

(04-13-2010 01:04 AM)leha Wrote:  is it possible to quietly upgrade from ispCP 1.0.2 to ispCP 1.0.5? Or can I quickly restore all in case of error?

Yes, this is possible Smile