![]() |
ispCP Omega 1.0.2 - 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 Omega 1.0.2 (/thread-7555.html) |
RE: ispCP Omega 1.0.2 - RatS - 08-23-2009 02:40 AM Now it's time to announce the Re-Release with a tested Version!!! ispCP Omega 1.0.2 is out now! Please update, even if you had one of the former releases running. To update follow the instruction in docs/<your distri>/INSTALL RE: ispCP Omega 1.0.2 - simple - 08-23-2009 03:24 AM The update process has no option for Upgrade from 1.0.0 final, only older versions and the release candidates. Even if there is nothing to change here, the INSTALL document says you should do #perl ispcp-update so I did just to see how far I'd come. (I used RC7 which worked just fine) RE: ispCP Omega 1.0.2 - BioALIEN - 08-23-2009 10:36 AM So does that mean there is no upgrade path from people who already run ispCP v1.0.0? I presume this is the majority of our community! RE: ispCP Omega 1.0.2 - RatS - 08-23-2009 06:23 PM There is. Please check the Checksum of your file: Quote:MD5 zip: 66adeffbc8115c8257cca34656c019d5 RE: ispCP Omega 1.0.2 - dabvhcs - 08-24-2009 01:03 AM (08-23-2009 06:23 PM)RatS Wrote: There is. Please check the Checksum of your file: OK I've got this one (66adeffbc8115c8257cca34656c019d5) but the generic upgrade instructions in docs folder /doc/[distrib]/INSTALL seems to have been made for big releases, and may be not for minor releases. If I understand well in ispCP Omega 1.0.2 only the tools (webmail, pma and net2ftp) and a little part of the GUI has been modified, so it may be simple to give only the needed instructions (is copying some files enough ?), in order to convince most users to do the upgrade process. Of course in this scenario you will have to write specific instructions for each minor release, which is time-consuming ... and however, it's still possible to follow the current instructions, even if it takes more time as most users for example will have to backports their modifications (in template files or others). A final word to thank the people who make this really great project possible ! RE: ispCP Omega 1.0.2 - simple - 08-24-2009 01:35 AM You're right, I had the wrong version, but why? I had: 1a6a05a6238c6199112d9ab1e60b6a83 ispcp-omega-1.0.2.tar.bz2 New download is the right one: 36079909623e9a455d4711feadafc0f3 ispcp-omega-1.0.2.tar.bz2 And again for the test ![]() RE: ispCP Omega 1.0.2 - grg - 08-26-2009 02:32 AM Quote:ERROR 1049 (42000) at line 6: Unknown database 'ispcp' I get this error. think that's because my ispcp db name is sys_gen. Any help? What script do i have to modify? Thankyou EDIT_ during the installation process i can choose the name of the ispcp db. So i think the upgrade process must take its value from the .conf file,and doesn't have to assume that its "ispcp" And, if i try to rename that db aas "ispcp", this is the error: Rebuilding customers...Enter password: failed! Rebuild failed. EDIT2: Just noticed that my file /etc/ispcp/ispcp.conf has been completely replaced. It doesn't contain anymore my db name and SECONDARY DNS EDIT3: I've corrected that file, but still get the same error. It seems being re-written every time i launch the upgrade script. RE: ispCP Omega 1.0.2 - grg - 08-26-2009 05:40 PM Ok, i've restored a full backup and it worked fine. Only problem is that i get this error: SRV:/var/www/ispcp/engine/setup# /etc/init.d/proftpd restart Stopping ftp server: proftpd. Starting ftp server: proftpd - Fatal: SQLMinUserUID: requires a numeric argument on line 183 of '/etc/proftpd/proftpd.conf' failed! SRV:/var/www/ispcp/engine/setup# And, if i launch: SRV:/var/www/ispcp/engine/setup# cat /etc/proftpd/proftpd.conf |grep SQLMinUserUID SQLMinUserUID {FTPD_MIN_UID} SRV:/var/www/ispcp/engine/setup# It seems that the IspCP installer hasn't modified that file. RE: ispCP Omega 1.0.2 - joximu - 08-26-2009 10:12 PM replace the {...} so that it reads: ... SQLUserInfo ftp_users userid passwd uid gid homedir shell SQLGroupInfo ftp_group groupname gid members SQLMinUserUID 2000 SQLMinUserGID 2000 ... /J RE: ispCP Omega 1.0.2 - flotix - 08-28-2009 12:54 AM I have this problem, i have edit my config, proftpd starting but login is not possible... ![]() Not possible to etablished a connection with the server. In the syslog: proftpd[6383]: flotix.info (90.47.52.24[90.47.52.24]) - FTP session closed. (08-26-2009 10:12 PM)joximu Wrote: replace the {...} so that it reads: |