Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-03-29, 15:15:31

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hoangsang

Pages: 1 [2] 3 4 ... 7
16
Try:
Code: [Select]
sh /script/reset-mysql-root-password YOURPASSWORD
sh /script/mysql-optimize --select=upgrade

and then try again resetpassword
MySQL don't start :(
Code: [Select]
[root@bns script]# sh /script/reset-mysql-root-password Hongxxxx890
Stop MySQL service...
MySQL ROOT password reset...

Start MySQL service...






17
Because MySQL is stop :(
i'm run
Code: [Select]
sh /script/upcpbut show error:
Code: [Select]
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111 "Connection refused")
and MySQL restart failured
My System:
Code: [Select]
[root@bns ~]# sh /script/sysinfo
A. Kloxo-MR: 7.0.0.b-2016010501
   - Web: hiawatha-9.13.0-f.6.mr.el6.x86_64
   - PHP: php54s-5.4.41-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.6 (Final) x86_64
   - Hostname: bns.cbder.com
C. Services:
   1. MySQL: MariaDB-server-10.0.20-1.el6.x86_64
   2. PHP:
      - Branch: php54-cli-5.4.45-1.ius.el6.x86_64
      - Multiple:
        * php52m-5.2.17-102.mr.el6
        * php53m-5.3.29-1.ius.el6
        * php54m-5.4.41-1.ius.el6
        * php55m-5.5.25-1.ius.el6
        * php56m-5.6.9-1.ius.el6
      - Used: --Use PHP Branch--
   3. Httpd: httpd-2.2.31-1.mr.el6.x86_64
      - PHP Type: [unknown]
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --unused--
   6. Nginx: --uninstalled--
   7. Cache: --uninstalled--
   8. Dns: bind-9.9.7-1.mr.el6.x86_64
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.x86_64
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:          7857       7016        840          0         81       6293
   -/+ buffers/cache:        642       7215
   Swap:         7999          0       7999
E. Disk Space:
   Filesystem            Size  Used Avail Use% Mounted on
   /dev/mapper/vg_bachngoddfh-lv_root
                          50G   47G     0 100% /


*** Process Time: 00:00:00:02.2920 (dd:hh:mm:ss:xxxxxx) ***

* Note: run 'sh /script/sysinfo -y' if you want run 'fix-service-list' also
        (importance after Kloxo-MR update)


18
I'm run script but error :(

[root@bns ~]# sh /script/resetpassword master 'XXXXXXX'
Notice : The resource you have requested doesn't exist. The server returned the error message: <br>  only_admin_can_modify_general nname  <br>

Please help me!

19
Thank you!

20
Kloxo-MR Technical Helps / How to change PHP memory limit
« on: 2015-11-18, 13:18:45 »
My system:
Code: [Select]
A. Kloxo-MR: 7.0.0.b-2015072103
   - Web: hiawatha-9.13.0-f.6.mr.el6.x86_64
   - PHP: php54s-5.4.41-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.6 (Final) x86_64
   - Hostname: bns.xxx.com
C. Services:
   1. MySQL: MariaDB-server-10.0.20-1.el6.x86_64
   2. PHP:
      - Branch: php54-cli-5.4.45-1.ius.el6.x86_64
      - Multiple:
        * php52m-5.2.17-102.mr.el6
        * php53m-5.3.29-1.ius.el6
        * php54m-5.4.41-1.ius.el6
        * php55m-5.5.25-1.ius.el6
        * php56m-5.6.9-1.ius.el6
      - Used: --Use PHP Branch--
   3. Httpd: httpd-2.2.31-1.mr.el6.x86_64
      - PHP Type: php-fpm_event
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --unused--
   6. Nginx: nginx-1.9.3-1.el6.ngx.x86_64
   7. Cache: --uninstalled--
   8. Dns: bind-9.9.7-1.mr.el6.x86_64
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.x86_64
How to change value memory_limit? I'm changed in /etc/php.ini but it don't apply to server (restarted) - view phpinfo();

21
Kloxo-MR Technical Helps / Re: Install imagick error
« on: 2015-10-06, 08:22:17 »
May trouble with php53 where this version already 'end of life' (as the same as php52). Better change php53u to php54. Try via ssh with 'sh /script/php-branch php54' and then 'yum php54-pecl-imagick -y; sh /script/restart-web -y'.
Error:
Code: [Select]
yum php54-pecl-imagick -y; sh /script/restart-web -y
Loaded plugins: fastestmirror, priorities, protectbase, replace
No such command: php54-pecl-imagick. Please use /usr/bin/yum --help

Sorry, I mean:
Code: [Select]
yum install php54-pecl-imagick -y; sh /script/restart-web -y
Thank you!
This is ok. (y)!

22
Kloxo-MR Technical Helps / Re: Install imagick error
« on: 2015-10-06, 07:55:02 »
May trouble with php53 where this version already 'end of life' (as the same as php52). Better change php53u to php54. Try via ssh with 'sh /script/php-branch php54' and then 'yum php54-pecl-imagick -y; sh /script/restart-web -y'.
Error:
Code: [Select]
yum php54-pecl-imagick -y; sh /script/restart-web -y
Loaded plugins: fastestmirror, priorities, protectbase, replace
No such command: php54-pecl-imagick. Please use /usr/bin/yum --help


23
Kloxo-MR Technical Helps / Re: Install imagick error
« on: 2015-10-06, 06:19:41 »
Sorry, try 'yum install php53u-pecl-imagick -y; sh /script/restart-web -y'.
:(, after run :
Code: [Select]
[root@bns conf]# yum install php53u-pecl-imagick -y; sh /script/restart-web -y
Loaded plugins: fastestmirror, priorities, protectbase, replace
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirrors.digipower.vn
 * extras: mirrors.digipower.vn
 * mratwork-epel: ftp.cuhk.edu.hk
 * mratwork-ius-stable: dfw.mirror.rackspace.com
 * updates: mirrors.digipower.vn
0 packages excluded due to repository protections
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
--> Running transaction check
---> Package php53u-pecl-imagick.x86_64 0:3.1.2-1.ius.el6 will be installed
--> Processing Dependency: libMagickWand.so.2()(64bit) for package: php53u-pecl-imagick-3.1.2-1.ius.el6.x86_64
--> Processing Dependency: libMagickCore.so.2()(64bit) for package: php53u-pecl-imagick-3.1.2-1.ius.el6.x86_64
--> Finished Dependency Resolution
Error: Package: php53u-pecl-imagick-3.1.2-1.ius.el6.x86_64 (mratwork-ius-archive)
           Requires: libMagickWand.so.2()(64bit)
Error: Package: php53u-pecl-imagick-3.1.2-1.ius.el6.x86_64 (mratwork-ius-archive)
           Requires: libMagickCore.so.2()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Stopping php53m-fpm:                                       [  OK  ]
Starting php53m-fpm:                                       [  OK  ]
-------------------------------------------------------------------

Stopping nginx:                                            [  OK  ]
Starting nginx:                                            [  OK  ]
-------------------------------------------------------------------

Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
-------------------------------------------------------------------

Error: Package: php53u-pecl-imagick-3.1.2-1.ius.el6.x86_64 (mratwork-ius-archive)
           Requires: libMagickWand.so.2()(64bit)

24
Kloxo-MR Technical Helps / Re: Install imagick error
« on: 2015-10-06, 05:57:23 »
You need restart with 'sh /script/restart-web -y' (because using php-fpm).
I'm restarted with 'sh /script/restart-web -y' but not found  imagick in phpinfo().

25
Kloxo-MR Technical Helps / Re: Install imagick error
« on: 2015-10-06, 05:17:50 »
You don't need install imagick separately because php imagick including include imagick.
I'm run 'yum install php53u-imagick -y' but view phpinfo() don't find  imagick :(

26
Kloxo-MR Technical Helps / Re: Install imagick error
« on: 2015-10-06, 03:41:42 »
If you want php imagick, try 'yum install php53u-imagick -y'.
This is error :(
Code: [Select]
[root@bns ~]# yum install php53u-imagick -y
Loaded plugins: fastestmirror, priorities, protectbase, replace
Setting up Install Process
Loading mirror speeds from cached hostfile
mratwork-epel/metalink                                   | 4.4 kB     00:00
 * base: mirrors.digipower.vn
 * extras: mirrors.digipower.vn
 * mratwork-epel: ftp.cuhk.edu.hk
 * mratwork-ius-stable: dfw.mirror.rackspace.com
 * updates: mirrors.digipower.vn
base                                                     | 3.7 kB     00:00
extras                                                   | 3.4 kB     00:00
mratwork-epel                                            | 4.3 kB     00:00
mratwork-epel/primary_db                                                                                                                                  | 5.7 MB     00:16
mratwork-ius-archive                                                                                                                                      | 2.3 kB     00:00
mratwork-ius-archive/primary_db                                                                                                                           | 2.8 MB     00:08
mratwork-ius-stable                                                                                                                                       | 2.2 kB     00:00
mratwork-ius-stable/primary_db                                                                                                                            | 185 kB     00:00
mratwork-mariadb-32                                                                                                                                       | 2.9 kB     00:00
mratwork-mariadb-64                                                                                                                                       | 2.9 kB     00:00
mratwork-nginx                                                                                                                                            | 2.9 kB     00:00
mratwork-nginx-stable                                                                                                                                     | 2.9 kB     00:00
mratwork-release-neutral-noarch                                                                                                                           |  951 B     00:00
mratwork-release-version-arch                                                                                                                             |  951 B     00:00
mratwork-varnish-3.0                                                                                                                                      |  951 B     00:00
updates                                                                                                                                                   | 3.4 kB     00:00
0 packages excluded due to repository protections
No package php53u-imagick available.
Error: Nothing to do
[root@bns ~]# pecl install imagick
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
downloading imagick-3.1.2.tgz ...
Starting to download imagick-3.1.2.tgz (94,657 bytes)
.....................done: 94,657 bytes
15 source files, building
running: phpize
Cannot find build files at '/usr/lib64/php/build'. Please check your PHP installation.

ERROR: `phpize' failed

You can guide me install  imagick?
Thanks!

27
Kloxo-MR Technical Helps / Install imagick error
« on: 2015-10-05, 19:01:12 »
Hi, i'm install imagick error phpize. Please help me!
Information server:

Code: [Select]
A. Kloxo-MR: 7.0.0.b-2015072103
   - Web: hiawatha-9.13.0-f.6.mr.el6.x86_64
   - PHP: php54s-5.4.41-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.6 (Final) x86_64
   - Hostname: bns.xxxxxx.com
C. Services:
   1. MySQL: MariaDB-server-10.0.20-1.el6.x86_64
   2. PHP:
      - Branch: php53u-cli-5.3.29-1.ius.el6.x86_64
      - Multiple:
        * php52m-5.2.17-102.mr.el6
        * php53m-5.3.29-1.ius.el6
        * php54m-5.4.41-1.ius.el6
        * php55m-5.5.25-1.ius.el6
        * php56m-5.6.9-1.ius.el6
      - Used: php53m
   3. Httpd: httpd-2.2.31-1.mr.el6.x86_64
      - PHP Type: php-fpm_event
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --unused--
   6. Nginx: nginx-1.9.3-1.el6.ngx.x86_64
   7. Cache: --uninstalled--
   8. Dns: bind-9.9.7-1.mr.el6.x86_64
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.x86_64

Error:
Code: [Select]
# yum install ImageMagick ImageMagick-devel
# pecl install imagick
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
downloading imagick-3.1.2.tgz ...
Starting to download imagick-3.1.2.tgz (94,657 bytes)
.....................done: 94,657 bytes
15 source files, building
running: phpize
Cannot find build files at '/usr/lib64/php/build'. Please check your PHP installation.

ERROR: `phpize' failed

28
Kloxo-MR Technical Helps / Re: Problem nginxproxy?
« on: 2015-07-23, 08:19:46 »
After update. My forum has some problems. When I refresh page, sometime login-username is not mine, but another username. :(

29
Kloxo-MR Technical Helps / Problem nginxproxy?
« on: 2015-07-23, 07:46:39 »
I am using Nginx Proxy. My forum (Xenforo) has some problems. When I refresh page, sometime login-username is not mine, but another username. I guess it might be cache problem. Please help me.
Code: [Select]
A. Kloxo-MR: 7.0.0.b-2015053102
   - Web: hiawatha-9.13.0-f.6.mr.el6.x86_64
   - PHP: php54s-5.4.41-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.6 (Final) x86_64
   - Hostname: bns.bachxxxx.com
C. Services:
   1. MySQL: MariaDB-server-10.0.19-1.el6.x86_64
   2. PHP:
      - Branch: php53u-5.3.29-1.ius.el6.x86_64
      - Multiple:
        * php52m-5.2.17-102.mr.el6
        * php53m-5.3.29-1.ius.el6
        * php54m-5.4.41-1.ius.el6
        * php55m-5.5.25-1.ius.el6
        * php56m-5.6.9-1.ius.el6
   3. Httpd: httpd-2.2.29-2.mr.el6.x86_64
      - PHP Type: php-fpm_event
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --unused--
   6. Nginx: nginx-1.9.3-1.el6.ngx.x86_64
   7. Cache: --uninstalled--
   8. Dns: bind-9.9.5-1.el6.x86_64
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.x86_64


30
Kloxo-MR Technical Helps / Re: MySQL error in Kloxo-MR 7
« on: 2015-06-06, 07:00:25 »
Kloxo-MR inactivated iptables in install process with rename /etc/sysconfig/iptables to iptables.kloxosave and  /etc/sysconfig/ip6tables to ip6tables.kloxosave.
So i'm cofig iptables in /etc/sysconfig/iptables.kloxosave ????
and restart with cm: service iptables restart ????

Pages: 1 [2] 3 4 ... 7

Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.035 seconds with 20 queries.

web stats analysis