ispCP - Board - Support
ISPCP v1.0.0 stable is ready, testers needed - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Announcements (/forum-6.html)
+--- Thread: ISPCP v1.0.0 stable is ready, testers needed (/thread-5732.html)

Pages: 1 2 3 4 5 6 7 8


RE: ISPCP v1.0.0 stable is ready, testers needed - lschafroth - 02-19-2009 01:48 AM

(02-18-2009 02:58 AM)sci2tech Wrote:  It is better. This way you will have proftpd.conf from lenny (there are some difference). Please make sure that after upgrading to lanny all your services run and everithing is ok BEFORE starting to update ispcp.

Will the lenny upgrade change my apache2 conf files and proftp conf files? I read somewhere that some things changed in the apache2 configuration files.

Will I have to manually fix anything after the upgrade or will it work fine with ispCP as it sits right now?

Lannie

PS I'm assuming I just change my sources.list and do the upgrade and reboot?


RE: ISPCP v1.0.0 stable is ready, testers needed - BioALIEN - 02-19-2009 04:16 PM

Guys the poll is now in place. Please tell us the results of your test. Tick only the boxes that apply. For example, if you carried out an update from RC7 to Latest build, it means you only tick "Update from RC went smooth".

Thank you all in advance,


RE: ISPCP v1.0.0 stable is ready, testers needed - hahaha - 02-20-2009 05:31 AM

I'm glad to say, update from RC4 to 1.0 was almost perfect.

First this error, but nothing bad happen.

/bin/sed: can't read php.ini: No such file or directory
/bin/sed: can't read php.ini: No such file or director
/bin/sed: can't read php.ini: No such file or directory
Upgrading database structure...done

A simple warning on update script.
Please enter ispCP ftp SQL user. [vftp]: vftp
Use of uninitialized value in string eq at ispcp-setup-methods.pl line 233, <STDIN> line 3.

And a minor bug.
If i change the apache user on ispcp from vu2000 to another the /etc/apache2/sites-available/00_master.conf wasn't modified.
So i have to edit /etc/apache2/sites-available/00_master.conf manually and set de right user.

Thanks guys.


RE: ISPCP v1.0.0 stable is ready, testers needed - sci2tech - 02-20-2009 06:17 AM

(02-20-2009 05:31 AM)hahaha Wrote:  I'm glad to say, update from RC4 to 1.0 was almost perfect.
First this error, but nothing bad happen.
/bin/sed: can't read php.ini: No such file or directory
/bin/sed: can't read php.ini: No such file or director
/bin/sed: can't read php.ini: No such file or directory
Not a bug. This is normal when you upgrade from RC5 to RC6. Starting RC6 we dropped support for php4. This message was a compromise for smoothly upgrade.
(02-20-2009 05:31 AM)hahaha Wrote:  A simple warning on update script.
Please enter ispCP ftp SQL user. [vftp]: vftp
Use of uninitialized value in string eq at ispcp-setup-methods.pl line 233, <STDIN> line 3.
Fixed on my next commit.
(02-20-2009 05:31 AM)hahaha Wrote:  And a minor bug.
If i change the apache user on ispcp from vu2000 to another the /etc/apache2/sites-available/00_master.conf wasn't modified.
So i have to edit /etc/apache2/sites-available/00_master.conf manually and set de right user.
Not a bug. In 00_master.conf this values are predefined, not customizable ( see template at http://www.isp-control.net/ispcp/browser/trunk/configs/debian/apache/00_master.conf )
Thats why I would preferred to have pool like I upgraded from RCx -> V1, and not about found bugs. First we need to determine if is a bug or not.


RE: ISPCP v1.0.0 stable is ready, testers needed - emil_arkman - 02-21-2009 06:04 AM

(02-16-2009 11:15 PM)sci2tech Wrote:  @emil_arkman: Please test that your BASE_SERVER_VHOST can be resolved by server. Value for BASE_SERVER_VHOST can be found in /etc/ispcp/ispcp.conf. If not consiter adding 127.0.0.1 to your /etc/resolv.conf

@sci2tech

Sorry for taking such a long time to answer! Indeed the problem was related to the server itself not being able to resolve the admin hostname. Once added to /etc/networks it all worked ok. Since it is quite easy to determine if the server can not resolve it´s own admin domain, perhaps a warning message could be added on login sometime in the future. It is of course unlikely that a production server would go live with this kind of faulty setup, but it is easy to forget when just quickly setting up a test system without dns.

Cheers,
Emil


RE: ISPCP v1.0.0 stable is ready, testers needed - lschafroth - 02-21-2009 09:30 AM

I just finished upgrading from Debian Etch to Lenny.

I then upgraded to RC7 from the latest nightly svn.

Upgrade worked smoothly!

Great work everyone!!

Lannie

PS My maia admin is dead. Says page not found, so I'm not sure if ispcp or Lenny killed it. I think it's there I just have to go through and double check all the config files.


RE: ISPCP v1.0.0 stable is ready, testers needed - BeNe - 02-22-2009 04:18 AM

Quote:PS My maia admin is dead. Says page not found, so I'm not sure if ispcp or Lenny killed it. I think it's there I just have to go through and double check all the config files.
Check your master_00.conf about the antispam directive.
The antispam folder under tools still exists ?

Greez BeNe


RE: ISPCP v1.0.0 stable is ready, testers needed - Kika - 02-22-2009 09:39 PM

I upgraded an etch server to lenny, and after an RC7 to the latest nightly and i've got an error when i tried to recreate my domains:

setfmode() | ERROR: File '/var/www/virtual/domain.tld/errors/inc/.svn' does not exist !


RE: ISPCP v1.0.0 stable is ready, testers needed - BeNe - 02-22-2009 09:50 PM

Not an ispCP problem. This is related to your SVN Checkout!
Solutions is here --> http://www.isp-control.net/forum/showthread.php?tid=5687&highlight=%2Ferrors%2Finc%2F.svn

Greez BeNe


RE: ISPCP v1.0.0 stable is ready, testers needed - sci2tech - 02-22-2009 09:50 PM

Not an error. If you use svn trunk, before installation you must remove all .svn folders. This folders are not part of distribution!