MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: pakgalaxy on 2015-11-12, 08:48:17

Title: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-12, 08:48:17
i have installed Kloxo Latest Version:   6.1.19, i want to Upgrade it to Kloxo-MR. How can i do it?
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-12, 09:06:28
Read https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt and better upgrade to Kloxo-MR 7.0.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-12, 09:21:50
B.3. update from Kloxo Official 6.1.19

    ## follow step B.1.1 or B.1.2 and read 'WARNING' below before next step

    # '-y' mean force
    sh /script/upcp -y

WARNING:

1. Need running 'sh /script/backup-patch' in Kloxo Official (6.1.12) before backup data.

    - In Kloxo offical run:

        cd /script
        wget https://github.com/mustafaramadhan/kloxo/raw/dev/kloxo/pscript/backup-patch
        sh ./backup-patch

2. Need remove certain rpms in Kloxo Official after 6.1.12 (testing in 6.1.19)

   # remove packages from Kloxo Official
    yum remove kloxo* -y
   
3. Since 6.5.0.f-20130701, Kloxo-MR using MySQLi API instead MySQL API. Need update mysql 5.0.x to 5.1.x or above for Centos 5.

    - Check mysql version with:

        mysql -V|awk '{print $5}'

    - Update with 'yum replace mysql --replace-with=mysql55' (ask to forum for update to MariaDB)

4. Make sure all MySQL databases in MyISAM storage-engine (especially upgrade to version 6.5.0) with execute:

   ## convert to MyISAM storage-engine
   sh /script/mysql-convert --engine=myisam
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-12, 14:37:25
updated according to your send link

but now admin not login and sites are down  :-(

http://mass.pakgalaxy.com

http://tlh.edu.pk


Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-12, 14:47:38
 sh /script/resetpassword master <newpassword>

error message
Notice : The resource you have requested doesn't exist. The server returned the error message: <br>  only_admin_can_modify_general nname
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-12, 15:00:16
Try (before reserpassword):
Code: [Select]
sh /script/reset-mysql-root-password YOURPASSWORD
mysql_upgrade --user=root --password=YOURPASSWORD
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-12, 17:19:07
still same message  :-(
sh /script/resetpassword master password
Notice : The resource you have requested doesn't exist. The server returned the error message: <br>  only_admin_can_modify_general nname  <br>
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-12, 17:36:32
 /script/resetpassword master password
-bash: /script/resetpassword: Permission denied
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-12, 17:40:39
/script/resetpassword master password
-bash: /script/resetpassword: Permission denied

Because scripts inside /script not permissions for executable, you need 'sh /script/resetpassword' instead '/script/resetpassword'
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-12, 17:42:19
both not working as in above reply
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-12, 17:56:49
Try 'sh /script/fix-missing-admin'
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-13, 05:58:33
 sh /script/fix-missing-admin
This script will be fixed an issue:
- Run 'sh /script/resetpassword' will appear 'only_admin_can_modify_general'
- Fail login as 'admin' with error 'This login has been Disabled'

* Already exists 'admin' client. Enough running 'sh /script/resetpassword'
[root@cvps2764517222 ~]# sh /script/resetpassword password
first argument is master/slave
[root@cvps2764517222 ~]#


what to do now?
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-13, 06:37:51
Run 'sh /script/resetpassword master password' instead 'sh /script/resetpassword password'.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-13, 07:02:29
Admin password reset thanks,
and Kloxo Mr 7 installed but my sites are not working and dns not resolving

23.254.165.3

:-(
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-13, 07:27:24
How to start mysql service or databases to active in this kloxo mr 7?
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-13, 08:01:47
Try 'sh /script/restart-all -y'.

Make sure all 'php configure' in server and client level (include admin) always updated. Also change 'php type' to 'php-fpm_event'.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-13, 08:45:41
if switching program apache  then php files shows as text.
if switiching to lighttp then php files execute but creating issues in wordpress permalinks.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-13, 09:21:44
if switching program apache  then php files shows as text.
if switiching to lighttp then php files execute but creating issues in wordpress permalinks.
Better use hiawatha-proxy or nginx-proxy if you need .htaccess. If not (but need wordpress permalinks), use nginx (already built-in permalinks) or hiawatha (need .hiawatha file in document root with content 'UseToolkit = wordpress' after 'yum install hiawatha-addons -y; sh /script/cleanup').
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-13, 10:16:32
Why not apache working perfect in your kloxo mr?
is there any solution to use apache with this.?
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-13, 10:59:22
Why not apache working perfect in your kloxo mr?
is there any solution to use apache with this.?
Inform here 'sh /script/restart-all -y'.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-14, 04:22:33
still same issue after applying
sh /script/restart-all -y

as shown in attachment
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-14, 04:53:15
Look like 'http://mass.pakgalaxy.com/' work perfectly.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-14, 05:29:43
it work with lighttpd not with apache http, but in lighttp permalinks not working as in seo.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-14, 06:07:27
To make sure, inform here your last 'sh /script/sysinfo; sh /script/restart-web -y'.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-14, 07:20:13
 sh /script/sysinfo; sh /script/restart-web -y

A. Kloxo-MR: 7.0.0.b-2015103001
   - Web: hiawatha-9.15.0-f.6.mr.el5
   - PHP: php54s-5.4.45-1.ius.el5 (cgi mode)
B. Plateform:
   - OS: CentOS release 5.11 (Final) i686
   - Hostname: cvps2764517222.hostwindsdns.com
C. Services:
   1. MySQL: MariaDB-server-10.0.22-1
   2. PHP:
      - Branch: php54-cli-5.4.45-1.ius.el5
      - Used: --Use PHP Branch--
   3. Httpd: --uninstalled--
      - PHP Type: mod_php
   4. Lighttpd: lighttpd-1.4.37-1.el5
   5. Hiawatha: --unused--
   6. Nginx: --uninstalled--
   7. Cache: --uninstalled--
   8. Dns: djbdns-1.05-17.4.mr.el5
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el5
      - with: courier-imap-toaster-4.1.2-1.8.7
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:          1024        444        579          0          0        312
   -/+ buffers/cache:        131        892
   Swap:          256          0        256
E. Disk Space:
   Filesystem            Size  Used Avail Use% Mounted on
   /dev/simfs             25G   16G  9.3G  63% /


Stopping php-fpm:                                          [  OK  ]
pkill to make sure stopped
Starting php-fpm:                                          [  OK  ]
-------------------------------------------------------------------

Stopping lighttpd:                                         [  OK  ]
Starting lighttpd:                                         [  OK  ]
-------------------------------------------------------------------

- For help, type '/script/restart-web [--help|-h]'
[root@cvps2764517222 ~]#
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-14, 10:12:50
Select 'apache' in 'switch programs' and change 'php-type' to 'php-fpm_event' in 'webserver configure'.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-14, 20:22:27
Now its working, if there any issue in future ill ask here.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-15, 03:38:06
This forum act as 'customer support'. All aspects related to Kloxo-MR will ask to here.

If you want hire me or other users to setup and optimize your server, you must pay.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-15, 15:46:33
Internal server 500 error in wordpress sites,
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-15, 16:08:43
Internal server 500 error in wordpress sites,

Possible ownership/permissions issue if copy/move from other server. Try 'sh /script/fix-chownchmod'.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-15, 23:08:43
Still same issue, it didnt work
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-16, 01:55:26
OK, give me your ssh and KLoxo-MR access (send via PM). I want to know what's wrong.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-17, 05:36:23
i have added new domain in a client after addition all sites are responding Internal server error 500

After running this
sh /script/cleanup

it work properly.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-17, 11:55:26
i have added new domain in a client after addition all sites are responding Internal server error 500

After running this
sh /script/cleanup

it work properly.
After add client (example: clientXYZ), go to 'admin > clients > (clientXYZ) > php configure > update'. You don't need running 'sh /script/cleanup' if follow this step.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-21, 05:30:54
Now in Kloxo-MR  File Manager is not showing any file as in attachment.

Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-21, 05:35:21
Download upload with space in their name (use 'mydata.txt' instead 'my data.txt'). Also don't use uppercase in file extension (use 'mydata.txt' instead 'mydata.TXT').
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-21, 06:26:11
there are Wordpress files and not shown in the file manager.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-21, 06:41:14
Did you uploaded in '/home/<user>' instead '/home/<user>/<domain>'?. How big your files size?.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-21, 07:25:56
there is already data uploaded in /home/user/
as
http://mass.pakgalaxy.com
/home/pakgalaxy/mass
But the data in pakgalaxy not shown which are the directories and files. even /mass directory not shown.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-21, 07:35:53
When create domain, better not set 'document root' where Kloxo-MR will be create '/home/<user>/<domain>'. Use 'mass' as document root is bad decision.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-21, 08:19:44
its older data from Kloxo to Kloxo MR.
Now what to do to show?
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-21, 08:28:41
Inform here 'dir -al /home/pakgalaxy/'
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-21, 09:08:49
still same issue
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-21, 09:22:55
Delete 'mass.pakgalaxy.com' from panel and then re-create again.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-11-27, 05:29:04
RAM USage issue, when 1GB RAM at that time RAM was 100 MB free then i increased RAm from 1 to 1.5 GB But same here only 100 or less than tis available.

S   Resource   Used   Max
?   /   16.7 GB   25.6 GB
?   /dev   0 MB   786 MB
?   Total Mem   1.22 GB   1.5 GB
?   Buffers   0 MB   1536 MB
?   Cached   1127 MB   1536 MB
?   Real Mem   143 MB   1536 MB
?   Swap   256 MB   256 MB
?   Traffic   0   -
?   Last Traffic   0   -
?   CPU0   1.3GHz   -
?   LoadAvg1   1.37 %   100 %
?   LoadAvg5   1.28 %   100 %
?   LoadAvg15   1.56 %   100 %
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-11-27, 05:49:45
Your 'Real Mem' usage is 143 MB but 'Total Mem' usage is 1.22 GB. It's mean because 'Cached' usage is 1127.

Try 'sh /script/clearcache3' to 'cleanup' memory usage (but not work for OpenVZ).
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: pakgalaxy on 2015-12-03, 07:47:03
How to optimize database? with single command.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2015-12-03, 14:06:11
What's you mean?. Optimize for configure or data structure?. For configure, install and run mysqltuner. For data structure, run 'sh /script/mysql-optimize --select=optimize'.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: dwiyuliarto on 2016-03-18, 20:55:54
gagal upgrade dari kloxo ke kloxo MR

mohon bantuannya, langkah apa yg salah ya


sh /script/upcp

Loaded plugins: fastestmirror, priorities, protectbase, replace
Repository mratwork-release-neutral-noarch is listed more than once in the configuration
Repository mratwork-release-version-arch is listed more than once in the configuration
Repository mratwork-testing-neutral-noarch is listed more than once in the configuration
Repository mratwork-testing-version-arch is listed more than once in the configuration
Repository mratwork-srpms is listed more than once in the configuration
Repository mratwork-centalt is listed more than once in the configuration
Repository mratwork-ius-stable is listed more than once in the configuration
Repository mratwork-ius-archive is listed more than once in the configuration
Repository mratwork-remi is listed more than once in the configuration
Repository mratwork-remi-php55 is listed more than once in the configuration
Repository mratwork-remi-php56 is listed more than once in the configuration
Repository mratwork-epel is listed more than once in the configuration
Repository mratwork-varnish-3.0 is listed more than once in the configuration
Repository mratwork-centosec is listed more than once in the configuration
Repository mratwork-nginx is listed more than once in the configuration
Repository mratwork-nginx-stable is listed more than once in the configuration
Repository mratwork-mariadb-32 is listed more than once in the configuration
Repository mratwork-mariadb-64 is listed more than once in the configuration
Repository mratwork-atrpms is listed more than once in the configuration
Repository mratwork-litespeed is listed more than once in the configuration
Repository mratwork-litespeed-update is listed more than once in the configuration
Repository mratwork-google-mod-pagespeed is listed more than once in the configuration
Loading mirror speeds from cached hostfile
 * addons: mirror.dionipe.net
 * base: mirror.dionipe.net
 * extras: mirror.dionipe.net
 * ius: mirrors.tuna.tsinghua.edu.cn
 * mratwork-epel: mirror.dionipe.net
 * mratwork-ius-stable: mirrors.tuna.tsinghua.edu.cn
 * mratwork-webtatic: sp.repo.webtatic.com
 * rpmforge: mirror.smartmedia.net.id
 * updates: mirror.smartmedia.net.id
 * webtatic-el5: sp.repo.webtatic.com
mratwork-litespeed/primary_db                                                                      | 164 kB     00:11
http://rpms.litespeedtech.com/centos/5/i386/repodata/db55b55e60beadfc5a678a8bbd5d96b39aa11ee2b320d072b162981885d348ef-primary.sqlite.bz2: [Errno -3] Error performing checksum
Trying other mirror.
Error: failure: repodata/db55b55e60beadfc5a678a8bbd5d96b39aa11ee2b320d072b162981885d348ef-primary.sqlite.bz2 from mratwork-litespeed: [Errno 256] No more mirrors to try.
Repository mratwork-release-neutral-noarch is listed more than once in the configuration
Repository mratwork-release-version-arch is listed more than once in the configuration
Repository mratwork-testing-neutral-noarch is listed more than once in the configuration
Repository mratwork-testing-version-arch is listed more than once in the configuration
Repository mratwork-srpms is listed more than once in the configuration
Repository mratwork-centalt is listed more than once in the configuration
Repository mratwork-ius-stable is listed more than once in the configuration
Repository mratwork-ius-archive is listed more than once in the configuration
Repository mratwork-remi is listed more than once in the configuration
Repository mratwork-remi-php55 is listed more than once in the configuration
Repository mratwork-remi-php56 is listed more than once in the configuration
Repository mratwork-epel is listed more than once in the configuration
Repository mratwork-varnish-3.0 is listed more than once in the configuration
Repository mratwork-centosec is listed more than once in the configuration
Repository mratwork-nginx is listed more than once in the configuration
Repository mratwork-nginx-stable is listed more than once in the configuration
Repository mratwork-mariadb-32 is listed more than once in the configuration
Repository mratwork-mariadb-64 is listed more than once in the configuration
Repository mratwork-atrpms is listed more than once in the configuration
Repository mratwork-litespeed is listed more than once in the configuration
Repository mratwork-litespeed-update is listed more than once in the configuration
Repository mratwork-google-mod-pagespeed is listed more than once in the configuration
http://rpms.litespeedtech.com/centos/5/i386/repodata/db55b55e60beadfc5a678a8bbd5d96b39aa11ee2b320d072b162981885d348ef-primary.sqlite.bz2: [Errno -3] Error performing checksum
Trying other mirror.
Error: failure: repodata/db55b55e60beadfc5a678a8bbd5d96b39aa11ee2b320d072b162981885d348ef-primary.sqlite.bz2 from mratwork-litespeed: [Errno 256] No more mirrors to try.
Already use mysql55. No replace
Execute fixlxphpexe for php54s...

- For help, type '/script/set-kloxo-php --help'
- No argument supplied. Defaulting to 'fpm'


/usr/sbin/hiawatha not found.
-------------------------------------------------------------------

- For help, type '/script/restart [--help|-h]'

*** Restart services - BEGIN ***

Shutting down kernel logger:                               [  OK  ]
Shutting down system logger:                               [  OK  ]
Starting system logger:                                    [  OK  ]
Starting kernel logger:                                    [  OK  ]
-------------------------------------------------------------------

Stopping named:                                            [  OK  ]
Starting named:                                            [  OK  ]
-------------------------------------------------------------------

Stopping httpd:                                            [  OK  ]
Starting httpd: [Sun Mar 20 03:05:24 2016] [error] (EAI 2)Name or service not known: Could not resolve host name 192.168.150.150:443118.97.188.150 -- ignoring!
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:80 overlaps with VirtualHost 118.97.188.150:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [warn] VirtualHost 118.97.188.150:443 overlaps with VirtualHost 118.97.188.150:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Sun Mar 20 03:05:24 2016] [error] (EAI 2)Name or service not known: Failed to resolve server name for 192.168.40.125 (check DNS) -- or specify an explicit ServerName
                                                           [  OK  ]
-------------------------------------------------------------------


*** Process for QMAIL service ***
Stopping Qmail:
Starting Qmail:
-------------------------------------------------------------------

- For help, type '/script/restart-mail [--help|-h]'
-------------------------------------------------------------------

/usr/sbin/hiawatha not found.
-------------------------------------------------------------------
*** Restart services - END ***


*** Process Time: 00:00:00:14.14724 (dd:hh:mm:ss:xxxxxx) ***
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2016-03-19, 04:43:57
Infokan 'dir -l /etc/yum.repos.d'.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: dwiyuliarto on 2016-03-19, 11:49:43
[root@ns1 ~]# dir -l /etc/yum.repos.d
total 140
-rw-r--r-- 1 root root 2049 Nov  2  2014 CentOS-Base.repo
-rw-r--r-- 1 root root 2300 May  7  2013 CentOS-Base.repo.indika
-rw-r--r-- 1 root root 1926 Jan 11  2013 CentOS-Base.repo.rpmnew
-rw-r--r-- 1 root root  645 Sep 20  2014 CentOS-Debuginfo.repo
-rw-r--r-- 1 root root  277 Sep 20  2014 CentOS-fasttrack.repo
-rw-r--r-- 1 root root  626 Sep 20  2014 CentOS-Media.repo
-rw-r--r-- 1 root root 1330 Sep 20  2014 CentOS-Sources.repo
-rw-r--r-- 1 root root 8315 Sep 20  2014 CentOS-Vault.repo
-rw-r--r-- 1 root root 1054 Aug 12  2010 epel-testing.repo
-rw-r--r-- 1 root root 1138 Apr 17  2015 ius-archive.repo
-rw-r--r-- 1 root root 1119 Apr 17  2015 ius-dev.repo
-rw-r--r-- 1 root root 1061 Apr 17  2015 ius.repo
-rw-r--r-- 1 root root 1138 Apr 17  2015 ius-testing.repo
-rw-r--r-- 1 root root 6635 Mar 20 02:55 kloxo-mr.repo
-rw-r--r-- 1 root root  720 Nov  2  2014 lxcenter.repo
-rw-r--r-- 1 root root  739 Mar 20  2013 mirrors-rpmforge
-rw-r--r-- 1 root root  717 Mar 20  2013 mirrors-rpmforge-extras
-rw-r--r-- 1 root root  728 Mar 20  2013 mirrors-rpmforge-testing
-rw-r--r-- 1 root root 8877 Mar 20 03:05 mratwork.repo
-rw-r--r-- 1 root root 1128 Mar 20  2013 rpmforge.repo
-rw-r--r-- 1 root root  947 Jan 25 02:35 webtatic-archive.repo
-rw-r--r-- 1 root root  861 Jan 25 02:35 webtatic-el5.repo
-rw-r--r-- 1 root root  947 Jan 25 02:35 webtatic-testing.repo
[root@ns1 ~]#
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2016-03-19, 12:50:46
Coba lakukan:
Code: [Select]
rm -f  /etc/yum.repos.d/epel*.repo
rm -f  /etc/yum.repos.d/ius*.repo
rm -f  /etc/yum.repos.d/rpmforge*.repo
rm -f  /etc/yum.repos.d/mirror*
rm -f  /etc/yum.repos.d/webtatic*.repo
rm -f  /etc/yum.repos.d/kloxo*.repo
rm -f  /etc/yum.repos.d/webtatic*.repo
rm -f  /etc/yum.repos.d/lxcenter.repo
sh /script/upcp -y

Oh ya, petunjuk apa yang anda ikuti?. Apa https://github.com/mustafaramadhan/kloxo/blob/release/how-to-install.txt ?
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: dwiyuliarto on 2016-03-19, 13:59:53
betul om saya ikut petunjuk
https://github.com/mustafaramadhan/kloxo/blob/release/how-to-install.txt

proses instalasi berhasil om
namun belum bisa tampil halaman login....
terus, apakah data web yg di kloxo versi lama masih bisa diakses???

terima kasih
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: dwiyuliarto on 2016-03-19, 14:27:24
Complete!
>>> Creating Vpopmail database <<<
Using qmail-toaster - fix '/home/vpopmail/etc/vpopmail.mysql'
>>> Fixing Vpopmail settings <<<
>>> Preparing 'defaults' paths <<<
>>> Setup default configure for Webserver <<<

Setting Mysql for always running after reboot and restart now...
Starting MySQL SUCCESS!
>>> Copy Kloxo-MR service init <<<

 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 _/                                                                          _/
 _/ Congratulations. Kloxo-MR has been installed succesfully as 'MASTER'     _/
 _/                                                                          _/
 _/ You can connect to the server at:                                        _/
 _/     https://127.0.0.1:7777 - secure ssl connection, or                   _/
 _/     http://127.0.0.1:7778 - normal one.                                  _/
 _/                                                                          _/
 _/ The login and password are 'admin' and 'admin' for new install.          _/
 _/ After Logging in, you will have to change your password to               _/
 _/ something more secure.                                                   _/
 _/                                                                          _/
 _/ - Need running 'sh /script/cleanup' for update                           _/
 _/ - Run 'sh /script/mysql-convert --engine=myisam' to minimize MySQL       _/
 _/   memory usage. Or, go to 'Webserver Configure'                          _/
 _/ - Run 'sh /script/make-slave' for change to 'SLAVE'                      _/
 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


... Wait until finished (restart services) ...

[root@ns1 ~]#


tapi halaman login masih belum tapi om :(
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2016-03-19, 15:21:33
Maksudnya halaman login?.

Apa betul IP-nya  127.0.0.1 ?.

Coba infokan 'ifconfig; ip addr'.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: dwiyuliarto on 2016-03-19, 23:49:33
[root@ns1 ~]# ifconfig; ip addr
eth0      Link encap:Ethernet  HWaddr 00:13:20:2D:9E:xx
          inet addr:118.97.18x.1xx  Bcast:118.97.18x.1xx  Mask:255.255.255.248
          inet6 addr: fe80::213:20ff:fe2d:9eb1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1733822 errors:0 dropped:0 overruns:0 frame:0
          TX packets:682404 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:945178458 (901.3 MiB)  TX bytes:56770975 (54.1 MiB)
          Interrupt:169 Memory:dfdf0000-dfe00000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:560 (560.0 b)  TX bytes:560 (560.0 b)

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:13:20:2d:9e:b1 brd ff:ff:ff:ff:ff:ff
    inet 118.97.185.125/29 brd 118.97.185.127 scope global eth0
    inet6 fe80::213:20ff:fe2d:9eb1/64 scope link
       valid_lft forever preferred_lft forever
3: sit0: <NOARP> mtu 1480 qdisc noop
    link/sit 0.0.0.0 brd 0.0.0.0
[root@ns1 ~]#
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2016-03-20, 03:15:38
Server di  IIX (Indonesia) ya?. Dalam beberapa kasus install Kloxo-MR banyak menemui masalah jika pakai server IIX.

Memerlukan trik tertentu.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: dwiyuliarto on 2016-03-20, 04:51:28
bisa share trik nya gak om :(

saya dah pm om

trims
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: dwiyuliarto on 2016-03-20, 05:07:35
servernya pake ip astinet 10 mbps lokal & internasional
bukan cuman iix sajah
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: dwiyuliarto on 2016-03-20, 05:18:45
ip ini sudah kami pakai utk server kloxo lebih dari 2 tahun, karena versi php default kloxo hanya 5,2 sedangkan beberapa client membutuhkan php ver 5,3 kami coba upgrade ver php nya, namun gagal. Kemudian kami coba upgrade ke Kloxo-MR karena php support ver 5,4, terima kasih
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2016-03-20, 05:51:52
Beri saya akses ke ssh dan Kloxo panel anda. Kirim informasi via PM.
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: dwiyuliarto on 2016-03-20, 06:29:56
sudah saya kirim via pm

terima kasih om  :) :) :)
Title: Re: How to Upgrade Kloxo to MRKloxo
Post by: MRatWork on 2016-03-20, 11:51:13
Sedang saya pelajari.