ispCP - Board - Support
problem updating 1.0.6 -> 1.0.7 - 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: problem updating 1.0.6 -> 1.0.7 (/thread-12236.html)



problem updating 1.0.6 -> 1.0.7 - aka000 - 11-25-2010 01:26 PM

i tried to update my ispcp server, i get this error message :

[..............]
getCmdExitValue() | Ending...
sys_command('/bin/cp -pf /etc/ispcp/apache/working/ispcp.conf /etc/apache2/sites-available/') | Ending...
sys_command() | Starting...
system() | [DEBUG] Module cgid already enabled
getCmdExitValue() | Starting...
getCmdExitValue() | [DEBUG] External command exited with value 0
getCmdExitValue() | Ending...
sys_command('/usr/sbin/a2enmod cgid') | Ending...
sys_command() | Starting...
system() | [DEBUG] Module rewrite already enabled
getCmdExitValue() | Starting...
getCmdExitValue() | [DEBUG] External command exited with value 0
getCmdExitValue() | Ending...
sys_command('/usr/sbin/a2enmod rewrite') | Ending...
sys_command() | Starting...
system() | [DEBUG] Module suexec already enabled
getCmdExitValue() | Starting...
getCmdExitValue() | [DEBUG] External command exited with value 0
getCmdExitValue() | Ending...
sys_command('/usr/sbin/a2enmod suexec') | Ending...
sys_command() | Starting...
system() | [DEBUG] ERROR: Site ispcp.conf not properly enabled: /etc/apache2/sites-enabled/ispcp.conf is a real file, not touching it
getCmdExitValue() | Starting...
getCmdExitValue() | [DEBUG] External command exited with value 1
getCmdExitValue() | Ending...
sys_command() | [ERROR] External command '/usr/sbin/a2ensite ispcp.conf' exited with value 1 !
exit_msg() | Starting...
exit_msg() | Ending...


RE: problem updating 1.0.6 -> 1.0.7 - megaleecher - 12-06-2010 05:34 PM

Try this:
Code:
cd /etc/apache2/sites-enabled/
mv ispcp.conf ispcp.conf.bak
ln -s ../sites-available/ispcp.conf ispcp.conf

Then restart the upgrade process Wink

Megaleecher


RE: problem updating 1.0.6 -> 1.0.7 - aka000 - 12-06-2010 10:15 PM

i tried this first time, it dont worked (but necessary),
after i deleted some lines in that files, now it works (probably corruption or idkwhat)

now it works, thanks !


RE: problem updating 1.0.6 -> 1.0.7 - viperiii - 02-01-2011 05:16 AM

had it happen again...
Quote:#> named -d9 -g -c /etc/bind/named.conf
31-Jan-2011 11:00:35.345 /etc/bind/named.conf:65:
zone 'admin.domainx.com':
already exists previous definition: /etc/bind/named.conf:57

Had to delete the second occurrence and bind9 starts properly again.

Been running consistently on 1.0.6 - Still can't make the upgrade to 1.0.7 yet...

Not sure what to check to figure it out...

1st error is the
ispcp.conf not properly enabled: /etc/apache2/sites-enabled/ispcp.conf is a real file, not touching it

Fix that by renaming it (think also tried symlink)... not sure if that's right

Next in the log failure I get the req_mgr(or whatever) failure that lots of others seem to get... when its updating the permissions... gets 90% done and fails... argh...

Then