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-04-29, 17:32:18

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 - sandipcd

Pages: 1 2 3 [4] 5 6 ... 12
46
I am also facing this problem. Domain name is hostingultraso.com.

47
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-05, 18:58:57 »
If you choose 'apache' only, better remove nginx with 'yum remove nginx -y'.

I think, I have removed. See output below and see print screen.

Code: [Select]
[root@server1 ~]# yum remove nginx -y
Loaded plugins: fastestmirror, priorities, protectbase, replace
Setting up Remove Process
Resolving Dependencies
--> Running transaction check
---> Package nginx.x86_64 0:1.11.1-1.el6.ngx will be erased
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package     Arch         Version                   Repository             Size
================================================================================
Removing:
 nginx       x86_64       1.11.1-1.el6.ngx          @mratwork-nginx       2.1 M

Transaction Summary
================================================================================
Remove        1 Package(s)

Installed size: 2.1 M
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Erasing    : nginx-1.11.1-1.el6.ngx.x86_64                                1/1
warning: /etc/nginx/nginx.conf saved as /etc/nginx/nginx.conf.rpmsave
warning: /etc/nginx/fastcgi_params saved as /etc/nginx/fastcgi_params.rpmsave
warning: /etc/nginx/conf.d/default.conf saved as /etc/nginx/conf.d/default.conf.rpmsave
  Verifying  : nginx-1.11.1-1.el6.ngx.x86_64                                1/1

Removed:
  nginx.x86_64 0:1.11.1-1.el6.ngx

Complete!
[root@server1 ~]#

48
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-05, 17:55:25 »
If not using nginx/nginx-proxy, try 'chkconfig nginx off; sh /script/restart-web -y'.

Have run the command. Output given below. And print screen attached.

Code: [Select]
[root@server1 ~]# chkconfig nginx off
[root@server1 ~]# sh /script/restart-web -y

Stopping php-fpm (PHP Used):                               [  OK  ]
Starting php-fpm (PHP Used):                               [  OK  ]
-------------------------------------------------------------------

Stopping php54m-fpm (Multiple Php):                        [  OK  ]
Stopping php55m-fpm (Multiple Php):                        [  OK  ]
Stopping php56m-fpm (Multiple Php):                        [  OK  ]

Starting php54m-fpm (Multiple Php):                        [  OK  ]
Starting php55m-fpm (Multiple Php):                        [  OK  ]
Starting php56m-fpm (Multiple Php):                        [  OK  ]
-------------------------------------------------------------------

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

- For help, type '/script/restart-web [--help|-h]'
[root@server1 ~]#

49
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-05, 08:21:10 »
Try 'pkill -9 php-fpm; sh /script/restart-all -y'.

Here is the output -

Code: [Select]
[root@server1 ~]# pkill -9 php-fpm
[root@server1 ~]# pkill -9 php-fpm; sh /script/restart-all -y

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

Shutting down MySQL... SUCCESS!
Starting MySQL... SUCCESS!
-------------------------------------------------------------------

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

Stopping php-fpm (PHP Used):                               [FAILED]
Starting php-fpm (PHP Used):                               [  OK  ]
-------------------------------------------------------------------

Stopping php54m-fpm (Multiple Php):                        [FAILED]
Stopping php55m-fpm (Multiple Php):                        [FAILED]
Stopping php56m-fpm (Multiple Php):                        [FAILED]

Starting php54m-fpm (Multiple Php):                        [  OK  ]
Starting php55m-fpm (Multiple Php):                        [  OK  ]
Starting php56m-fpm (Multiple Php):                        [  OK  ]
-------------------------------------------------------------------

Stopping nginx:                                            [FAILED]
Starting nginx: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
nginx: [emerg] still could not bind()
                                                           [FAILED]
-------------------------------------------------------------------

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


*** Process for QMAIL service ***
Stopping qmail-toaster: svscan qmail logging.
qmail-send: no process killed
Starting qmail-toaster: svscan.
-------------------------------------------------------------------

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

Stopping pure-ftpd:                                        [  OK  ]
Starting pure-ftpd:                                        [  OK  ]
-------------------------------------------------------------------

Stopping kloxo-phpcgi:                                     [FAILED]
Starting kloxo-phpcgi ('php54s' in 'fpm' mode):            [  OK  ]
Stopping kloxo-hiawatha:                                   [  OK  ]
Starting kloxo-hiawatha:                                   [  OK  ]
-------------------------------------------------------------------
[root@server1 ~]#

50
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-05, 05:40:05 »
Inform here 'sh /script/restart-web -y'.

Please see information -

Code: [Select]
[root@server1 ~]# sh /script/restart-web -y

Stopping php-fpm (PHP Used):                               [FAILED]
Starting php-fpm (PHP Used): [05-Jun-2016 03:56:30] ERROR: An another FPM instance seems to already listen on /opt/configs/php-fpm/sock/php-apache.sock
[05-Jun-2016 03:56:30] ERROR: FPM initialization failed
                                                           [FAILED]
-------------------------------------------------------------------

Stopping php54m-fpm (Multiple Php):                        [  OK  ]
Stopping php55m-fpm (Multiple Php):                        [  OK  ]
Stopping php56m-fpm (Multiple Php):                        [  OK  ]

Starting php54m-fpm (Multiple Php):                        [  OK  ]
Starting php55m-fpm (Multiple Php):                        [  OK  ]
Starting php56m-fpm (Multiple Php):                        [  OK  ]
-------------------------------------------------------------------

Stopping nginx:                                            [FAILED]
Starting nginx: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
nginx: [emerg] still could not bind()
                                                           [FAILED]
-------------------------------------------------------------------

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

- For help, type '/script/restart-web [--help|-h]'
[root@server1 ~]#

51
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-05, 05:34:34 »
Need select 'php-fpm' for 'php type' if using apache or proxy.

Please see the attached file for the services running in the server. So, related to services is php type 'php-fpm_event' is right ?

52
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-04, 19:56:39 »
Need select 'php-fpm' for 'php type' if using apache or proxy.

I have selected php-fpm_event. Is this right ?

53
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-04, 19:40:07 »
So, look like your domain conf is normal.

Try using 'phpversion();' instead 'phpinfo()' in your php file.

In Rackspace Cloud Server, I have CentOS 6.7, Kloxo-Mr 7. Here php version is not taking by website. I have selected php 5.5 under Domain name. Tried using 'phpinfo();' - showing php 5.4. And try 'phpversion();', showing nothing but white screen. Here it is - http://sandipchoudhury.com/phpinfo.php

Also here using php type - suphp.

So, what is the solution ?

54
Kloxo-MR Technical Helps / Re: PHP 5.5 with Drupal
« on: 2016-06-04, 18:50:59 »
After installing CentOS 6.8, now got success. But have to check for other domain also.

55
Kloxo-MR Technical Helps / Re: Kloxo-Mr failed installation
« on: 2016-06-04, 18:23:22 »
Try 6.4.

Still in 6.4 in AWS cloud server it is showing same error. But in Dedicated server, install CentOS 6.8, this is currently working.

56
Kloxo-MR Technical Helps / Re: Kloxo-Mr failed installation
« on: 2016-06-04, 16:54:18 »
I have already tried this 'yum clean all; yum update -y', I have posted this in the message - https://forum.mratwork.com/kloxo-mr-technical-helps/kloxo-mr-failed-installation/msg51354/#msg51354.

But it does not work.
I don't know about update from 6.5 to latest (6.8) version have always trouble or not. But, update from 6.6 look like OK.

Actually I am using AWS Cloud Server. There CentOS 6.5 , 6.4 and 6.3 is only available. So will 6.4 or 6.3 work perfectly ?

57
Kloxo-MR Technical Helps / Re: Kloxo-Mr failed installation
« on: 2016-06-04, 16:27:02 »
I have already tried this 'yum clean all; yum update -y', I have posted this in the message - https://forum.mratwork.com/kloxo-mr-technical-helps/kloxo-mr-failed-installation/msg51354/#msg51354.

But it does not work.

58
Kloxo-MR Technical Helps / Re: Kloxo-Mr failed installation
« on: 2016-06-04, 15:40:51 »
From the link it seems that latest yum version has problem after updating.

So, after installing CentOS 6.5, if I do not update yum, is it possible to avoid this problem ? Will Kloxo-MR can be installed ?

59
Kloxo-MR Technical Helps / Re: Kloxo-Mr failed installation
« on: 2016-06-04, 11:24:37 »
Have followed the steps - https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt and run these commands -

Code: [Select]
cd /
yum update -y
yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
yum install telnet wget -y
cd /
cd /tmp
rm -f mratwork*
wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm --no-check-certificate
rpm -ivh mratwork-release-0.0.1-1.noarch.rpm
cd /
yum clean all
yum update mratwork-* -y
yum install kloxomr7 -y
sh /script/upcp

But when giving command 'yum update mratwork-* -y' - it is saying "Illegal Instruction". PLease see below.

Code: [Select]
[root@ip-172-31-1-127 /]# yum update mratwork-* -y
Loaded plugins: fastestmirror, presto, priorities
Setting up Update Process
Determining fastest mirrors
Illegal instruction
[root@ip-172-31-1-127 /]# yum install kloxomr7 -y
Freeing read locks for locker 0xb7: 6967/140234751268608
Freeing read locks for locker 0xb9: 6967/140234751268608
Loaded plugins: fastestmirror, presto, priorities
Setting up Install Process
Loading mirror speeds from cached hostfile
Illegal instruction

Can you please help ?

60
Kloxo-MR Technical Helps / Kloxo-Mr failed installation
« on: 2016-06-04, 07:24:09 »
I am following the steps to install Kloxo-Mr from this website - http://www.servermom.org/install-kloxo-mr-centos-vps/1832/. Earlier I have always install following these steps. But now it is creating problem and not installing. 2 times reinstall the server to install Koloxo-Mr, but unsuccessful. Kloxo-MR is not opening here - http://195.154.237.29:7778/login/.

Installation code in SSH given in the attached file. Server IP address is 195.154.237.29.

Can you please check which step is wrong or outdated ?

Pages: 1 2 3 [4] 5 6 ... 12

Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.047 seconds with 17 queries.

web stats analysis