![]() |
RC4 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: RC4 testers needed (/thread-2666.html) |
RE: RC4 testers needed - MidNor - 03-12-2008 05:53 AM I made an install on a fresh gentoo system but found that the ispcp-setup stoped processing while running gen_sys_rand_num in ispcp_common_methods.pl /dev/urandom does not seem to contain enough characters to complete the while loop at about ln 1005 running prime.pl from http://www.isp-control.net/forum/perl-ispcp-setup-why-an-sql-root-pass-t-1531-3.html#pid13131 Seemd to have done the trick. Would this be a gentoo thing. I think so. Regards Gerhard RE: RC4 testers needed - Kika - 03-13-2008 12:48 AM When i click to the "phpMyAdmin" link on the page client/manage_sql.php then i get a login screen. Before the update i could login without user/pasword. (nightly 2008-03-10) RE: RC4 testers needed - RatS - 03-13-2008 01:25 AM you've overwritten your ./gui/tools/pma/config.inc.php Set pma user and password again! RE: RC4 testers needed - Kika - 03-13-2008 02:45 AM RatS Wrote:you've overwritten your ./gui/tools/pma/config.inc.php I copied back the old config file when i updated the ispCP, but i will see. Thanks. RE: RC4 testers needed - BioALIEN - 03-18-2008 09:15 AM I've posted a news article on Dig, but we need to promote it on the news item on the front page so we get more digs. In the past we cant seem to manage to drive the votes in order to gain more exposure and traffic. Can we try again this time please? http://digg.com/tech_news/ispCP_Omega_1_0_0_RC4_released Maybe someone with news editor rights can paste the dig html code for the one-click voting? RE: RC4 testers needed - Cube - 03-18-2008 07:25 PM I have no system to test, but I suppose that there is an error with the database update while upgrading from RC3 to RC4. The database update done by database-update-functions.php works if the current revision in the database is 1, so that after the update it is 2. But the update script sets the database revision to 2 before the update can be done through the GUI. Quick fix for users: change the database revision in the config-table to 1 and run the database update through the GUI. Fix for trunk: Replace 2 with 1 in ispcp1.0.0rc3-ispcp.sql. RE: RC4 testers needed - joximu - 03-18-2008 09:16 PM I agree http://www.isp-control.net/ispcp/ticket/1123 RE: RC4 testers needed - Kika - 04-01-2008 11:36 PM I just try to upgrade to the nightly build and i've got this error: Code: # ./ispcp-rqst-mngr Code: # ispcp-dmn-mngr.stderr I updated /etc too. RE: RC4 testers needed - joximu - 04-02-2008 12:35 AM This may happen with the nightlies - use the one before. Thanx for testing :-) RE: RC4 testers needed - Kika - 04-02-2008 12:40 AM joximu Wrote:This may happen with the nightlies - use the one before. I did that ;-) maybe tomorrow :-) |