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, 09:58:22

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.


Topics - tega

Pages: [1]
1
Kloxo-MR Development / Installatron
« on: 2019-07-22, 03:54:37 »
Hello,

I know installatron on kloxo-mr is broken for quite sometime, by any chance do you plan to fix it? I would like to use it, I still have a few members of my community who going through a simple installation of wordpress is a pain in the rear.

Thanks

2
Kloxo-MR Technical Helps / Installatron issue
« on: 2019-01-02, 18:43:03 »
Hello,

I've installed Installatron using the script ( /script/installatron-install ) without any problems with ioncube, the only thing I've got was:

Code: [Select]
ln: creating symbolic link `/var/installatron/frontend/htmllib': No such file or directory
So when I try to open the installatron through the kloxo panel (https://mydomain.com:7777/installatron/?) it shows a blank page with just this text:

Code: [Select]
404---
So I looked into /var/installatron and there's no frontend folder as expected, I've created using
Code: [Select]
mkdir /var/installatron/frontend and run the command to create a symbolic link:

Code: [Select]
ln -sf /usr/local/lxlabs/kloxo/httpdocs/lib/html /var/installatron/frontend/htmllib
Now when I try to open installatron on the panel through the same link I get a blank page with just this text:
Code: [Select]
File not found.
Any ideas in how to get this working?

my sysinfo (I just redacted my hostname to avoid spam):

Code: [Select]
A. Control Panel:
   - Kloxo-MR: 7.0.0.c-2017091202
   - Web: hiawatha-10.6.0-f.1.mr.el6.i686
   - PHP: php56s - 5.6.36-1.ius.centos6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.10 (Final) i686
   - Hostname: mydomain.com
C. Services:
   1. MySQL: MariaDB-server-10.0.37-1.el6.i686
   2. PHP:
      - Installed:
        - Branch: php56u-cli-5.6.39-1.ius.centos6.i686
        - Multiple:
          * php52m - 5.2.17-102.mr.el6
          * php54m - 5.4.45-1.ius.centos6
          * php56m - 5.6.30-2.ius.el6
          * php71m - 7.1.15-1.ius.centos6
      - Used: --PHP Branch--
      - Multiple: enable
   3. Web Used: apache
     - Hiawatha: hiawatha-10.6.0-f.1.mr.el6.i686
     - Lighttpd: lighttpd-1.4.47-2.el6.i686
     - Nginx: nginx-1.15.8-1.el6.ngx.i686
     - Apache: httpd24u-2.4.35-1.ius.centos6.i686
       - PHP Type: php-fpm_worker
       - Secondary PHP: off
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: none
     - Bind: bind-9.9.9-1.mr.el6.i686
     - DJBDns: djbdns-1.05-17.4.mr.el6.i386
     - NSD: nsd-4.1.22-1.el6.i686
     - PowerDNS: pdns-4.0.3-1.el6.MIND.i686
     - Yadifa: yadifa-2.2.5-1.mr.el6.i686
   6. Mail: qmail-toaster-1.03-1.3.57.mr.el6.i686
      - pop3/imap4: courier-imap-toaster-4.1.2-1.3.20.mr.el6.i686
      - smtp: qmail-toaster-1.03-1.3.57.mr.el6.i686
      - spam: bogofilter-1.2.4-1.el6.i686
   7. FTP: pure-ftpd
      - pure-ftpd: pure-ftpd-1.0.37-1.mr.el6.i386
   8. Stats: webalizer
      - webalizer: webalizer-2.23_08-1.mr.el6.i386
D. Memory:
             total       used       free     shared    buffers     cached
Mem:          4096       2283       1812          8          0       1694
-/+ buffers/cache:        589       3506
Swap:            0          0          0
E. Disk Space:
Filesystem      Size  Used Avail Use% Mounted on
/dev/simfs       75G   37G   39G  49% /


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

3
Kloxo-MR Technical Helps / Outgoingips
« on: 2016-11-17, 22:25:51 »
Hello,

I've successfully migrated my VPS from one provider to another with a new IP address, everything working fine, expect this small issue, every time I do (and also after the daily scavenge) sh /script/fix-outgoingips the file /var/qmail/control/outgoingips gets the old IP address on the domains and I can't send e-mails externally.

What I've done: grep -rnw '/var' -e "<old IP>" and in all the other folders like /etc /opt /usr /home and I manually replaced the old IP address for the new one. I also manually changed it in the Kloxo DB and the powerdns. I don't use any dns like bind on kloxo but I made sure the dns template has the new IP.

Right now I have a script that runs every few minutes that make sure that the outgoingips has the new IP address.

So where is the fix-outgoingips is getting the old IP address since I can't find any remaining file with it.

Regards

4
Hello,

I have a few html websites everyday kloxo after the scavenge (or when I need to fix stuff with /script/fixweb keeps replacing the page index.html by the default one,

how can I stop kloxo doing that

5
Kloxo-MR Bugs and Requests / Webmail error 500 (Again)
« on: 2016-05-24, 16:48:44 »
Opening the webmail.mydomain.com is showing an error 500, was working fine until yesterday, haven't changed a single thing and today it stops working.

The rest of the websites hosted are working fine, just the webmail that is throwing the error 500.

Tried all of this and nothing fixed it:

Code: [Select]
sh /script/cleanup
sh /script/upcp -y
sh /script/fixweb
sh /script/fixwebmail
sh /script/fix-chownmod
Tried other daemons other than apache
Tried different versions of PHP
and many others.

Ah this is happening on my 2 VPS where I have kloxo mr installed in both the webmail is not working, so any update yesterday that may have broke it?

here's sh /script/sysinfo

Code: [Select]
[root@hostname ~]# sh /script/sysinfo
A. Control Panel:
   - Kloxo-MR: 7.0.0.b-2016052407
   - Web: hiawatha-10.2.0-f.6.mr.el6.x86_64
   - PHP: php54s-5.4.45-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.7 (Final) x86_64
   - Hostname: domain.com
C. Services:
   1. MySQL: MariaDB-server-10.0.25-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.45-2.w6
        * php55m-5.5.35-1.ius.el6
        * php56m-5.6.21-1.ius.el6
        * php70m-7.0.6-1.w6
      - Used: --Use PHP Branch--
   3. Web Used: apache
     - Hiawatha: --unused--
     - Lighttpd: --uninstalled--
     - Nginx: --uninstalled--
     - Httpd: httpd24u-2.4.20-1.ius.el6.x86_64
       - PHP Type: php-fpm_event
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: none
     - Bind: --uninstalled--
     - DJBDns: --uninstalled--
     - NSD: --uninstalled--
     - PowerDNS: --uninstalled--
     - Yadifa: --uninstalled--
   6. Mail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - pop3/imap4: courier-imap-toaster-4.1.2-1.3.18.mr.el6.x86_64
      - spam: none
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:           1024        488         534         13          0        249
   -/+ buffers/cache:        238        273
   Swap:          512         19        492
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/simfs      100G   15G   86G  15% /


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

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


6
Kloxo-MR Bugs and Requests / SSL
« on: 2016-05-15, 07:27:30 »
Hello,

Not sure why the changes on the SSL paths were changed but now everything is a mess, so basically that kloxo moved the cert files from /home/kloxo/httpd/ssl to /home/kloxo/ssl the apache template are still creating the config for the domains with the old path.

Code: [Select]
Starting httpd: AH00526: Syntax error on line 398 of /opt/configs/apache/conf/defaults/init.conf:
SSLCertificateFile: file '/home/kloxo/httpd/ssl/venet0_0___localhost.pem' does not exist or is empty

And that after doing sh /script/cleanup or sh /script/fixweb

I can manually put the certs on the path that is on the .conf file by default, but when the daily scanvenge is done or the kloxo is manually updated everything goes wrong again.

7
Got a new issue today, but on a different server I have running with Kloxo MR, tried to change a password an e-mail account on the panel, it shows "password successfully updated" but the password doesn't change.

I checked the logs on /usr/local/lxlabs/kloxo/log/user_cmd and I found this error

Code: [Select]
18:16 Feb/24/2016: () 7797 '/home/vpopmail/bin/vpasswd'  'paulo.vital@mydomain.com' 'PasswordIWant' PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/php54s/usr/lib/php/modules/wddx.so' - /opt/php54s/usr/lib/php/modules/wddx.so: undefined symbol: php_XML_Parse in Unknown on line 0
Error: Illegal username

Any ideas?

8
Hello,

From time to time when I try to add a new domain to Kloxo-MR I get that error, I recently found that a way to workaround that is to reboot server and do service php-fpm restart. Is kind annoying doing that when I have to add a domain. Any idea why is that happening?

Code: [Select]
A. Control Panel:
   - Kloxo-MR: 7.0.0.b-2016020801
   - Web: hiawatha-10.0.0-f.6.mr.el6.i686
   - PHP: php54s-5.4.45-2.w6 (cgi mode)
B. Plateform:
   - OS: CentOS release 6.7 (Final) i686
   - Hostname: domain.com
C. Services:
   1. MySQL: MariaDB-server-10.0.23-1.el6.i686
   2. PHP:
      - Branch: php54-cli-5.4.45-1.ius.el6.i686
      - Multiple:
        * php52m-5.2.17-102.mr.el6
        * php53m-5.3.29-1.ius.el6
        * php54m-5.4.44-1.w6
        * php55m-5.5.28-1.ius.el6
        * php56m-5.6.12-1.ius.el6
      - Used: --Use PHP Branch--
   3. Httpd: httpd24u-2.4.18-1.ius.el6.i686
      - PHP Type: [unknown]
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --unused--
   6. Nginx: --uninstalled--
   7. Cache: --uninstalled--
   8. Dns: --uninstalled--
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.i386
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.i386
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:           512        426         85          4          0        190
   -/+ buffers/cache:        236        275
   Swap:          512          0        511
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/simfs      100G   15G   86G  15% /


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

9
Kloxo-MR Technical Helps / PHPmyadmin on the slave server
« on: 2016-01-15, 18:29:25 »
Hello again,

I have my kloxo up and running, I use a different port for kloxo other than the default one and also I have a SSL cert, so I force to use https.
The slave server I use it for mysql, but there's an issue, when I go to my mysql databases on kloxo and click on the Phpmyadmin link, the url opens with https:// and also takes the port that I use on my master server, example:

https://123.123.123.123:9777/thirdparty/phpMyAdmin/index.php

I know I can manually change the https to http and change the port to the default port 7778 on the url of my browser, but I have a lot of databases and I'm not the only one using the phpmyadmin, so I don't want to tell to everyone to do that, so is there a way to change on the slave server to use the same port as I have on my master server and also doesn't force the https or it will only works with the options from the master server?

10
Kloxo-MR Technical Helps / Apache 2.4 not working correctly
« on: 2016-01-12, 23:58:44 »
Hello,

Since the last update, apache 2.4 is driving me crazy, for some reason, it stop working, so I did several times sh /script/upcp -y, there's no issues. It installs the apache 2.2 normally, on the panel (also did sh /scripts/switch-apache httpd24) installs normally, but when I try to reset it (sh /scripts/restartweb-all) I get

Code: [Select]
sh /script/restart-web

*** Process for PHP-FPM service ***
  - Process: reload
Reloading php-fpm:                                         [  OK  ]
-------------------------------------------------------------------

*** Process for HTTPD service ***
Starting httpd: httpd: Syntax error on line 13 of /etc/httpd/conf/httpd.conf: Cannot load modules/mod_authn_alias.so into server: /etc/httpd/modules/mod_authn_alias.so: cannot open shared object file: No such file or directory
                                                           [FAILED]
  - Process with 'httpd': restart
Stopping httpd:                                            [FAILED]
Starting httpd: httpd: Syntax error on line 13 of /etc/httpd/conf/httpd.conf: Cannot load modules/mod_authn_alias.so into server: /etc/httpd/modules/mod_authn_alias.so: cannot open shared object file: No such file or directory
                                                           [FAILED]
-------------------------------------------------------------------

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

It was working fine before today's update on kloxo.

I went to check the conf file on /etc/httpd/conf/httpd.conf and I noticed that is loading modules for the 2.2 version.

so I switched to 2.2 again and removed it manually by doing the command yum remove httpd* mod_* also did rm -rf /etc/httpd/ and finally sh /script/upcp -y. got the apache again on the 2.2 version but I switch to 2.4 with sh /scripts/switch-apache httpd24, I have the same problem, the config files are not changing.

And yes of course I did sh /script/fixweb ; sh /script/fixphp ; sh /script/restartweb in every time that I switched the apache version.
This is happening in all of my VPS that run kloxo mr, I was working perfectly before. :(

Here's the sysinfo:
Code: [Select]
A. Kloxo-MR: 7.0.0.b-2016011202
   - Web: hiawatha-10.0.0-f.6.mr.el6.i686
   - PHP: php54s-5.4.45-2.w6 (cgi mode)
B. Plateform:
   - OS: CentOS release 6.7 (Final) i686
   - Hostname: tegarte.com
C. Services:
   1. MySQL: MariaDB-server-10.0.23-1.el6.i686
   2. PHP:
      - Branch: php54-cli-5.4.45-1.ius.el6.i686
      - Multiple:
        * php52m-5.2.17-102.mr.el6
        * php53m-5.3.29-1.ius.el6
        * php54m-5.4.44-1.w6
        * php55m-5.5.28-1.ius.el6
        * php56m-5.6.12-1.ius.el6
      - Used: --Use PHP Branch--
   3. Httpd: httpd24u-2.4.18-1.ius.el6.i686
      - PHP Type: [unknown]
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --unused--
   6. Nginx: --uninstalled--
   7. Cache: --uninstalled--
   8. Dns: bind-9.9.7-1.mr.el6.i386
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.i386
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.i386
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:           512        366        145         21          0        264
   -/+ buffers/cache:        101        410
   Swap:          512         51        460
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/simfs      100G   15G   86G  15% /

And this is the first lines of httpd.conf:
Code: [Select]
ServerTokens OS

ServerRoot "/etc/httpd"

PidFile run/httpd.pid

# MR -- must be disable here because can not overrite! -- importance for proxy-to-apache
# Listen 80

LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_alias_module modules/mod_authn_alias.so
LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so

...

I really need Apache 2.4

11
Kloxo-MR Bugs and Requests / Can't make it slave
« on: 2016-01-06, 07:07:15 »
Hello,
I just installed kloxo mr 7 in a completely new VPS with centos 6, all good during the installation, but I want to use it as slave to my master server, but when I try to run the command "sh /script/make-slave" I get this error:

Code: [Select]
[root@mysql ~]# sh /script/make-slave
/script/make-slave: line 6: syntax error near unexpected token `else'
/script/make-slave: line 6: `else'

This is my sysinfo:
Code: [Select]
A. Kloxo-MR: 7.0.0.b-2016010501
   - Web: hiawatha-10.0.0-f.6.mr.el6.x86_64
   - PHP: php54s-5.4.45-2.w6 (cgi mode)
B. Plateform:
   - OS: CentOS release 6.7 (Final) x86_64
   - Hostname: mysql.tegarte.com
C. Services:
   1. MySQL: MariaDB-server-10.0.23-1.el6.x86_64
   2. PHP:
      - Branch: php54-cli-5.4.45-1.ius.el6.x86_64
      - 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:          1829       1084        744          0         37        772
   -/+ buffers/cache:        274       1554
   Swap:            0          0          0
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/vda1       9.8G  2.2G  7.1G  24% /


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

12
Kloxo-MR Technical Helps / Issues with FTP
« on: 2015-09-30, 02:34:17 »
Hello, I'm having issues adding new FTP users, I've found a post from someone with a similar issue, tried everything suggested there with no luck.

When I add a ftp user to a client on kloxo I can't access it, so stuff I tried:

sh /script/upcp
sh /script/cleanup
sh /script/fixftp-all
restart everything multiple times between each command. no luck

Is happening only for new users,  (let's use "dummy" as example I added the ftp user "dummy" on the client "dummy"

when I do sh /script/fixftpuser --client=dummy

I get
Code: [Select]
Fixing FTP User
- 'dummy' ('dummy') at 'localhost'
- 'dummy.com' ('dummy') at 'localhost'
Unable to open the passwd file: No such file or directory

I noticed that after running that command the files pureftpd.passwd and pureftpd.pdb disappear in /etc/pure-ftpd

If I delete the client and do the "fix scripts" everything goes back to normal. So this is only happening on the new clients.

Also I did a little digging and found this on /usr/local/lxlabs/kloxo/log/shell_exec

Code: [Select]
01:28 Sep/30/2015: 32: You must give (non-root) uid and gid [(__system__) 'pure-pw'  'useradd' 'dummy' '-u' '-d' '/home/dummy/www' '-z' '0000-2359']
01:28 Sep/30/2015: 32: You must give (non-root) uid and gid [(__system__) 'pure-pw'  'useradd' 'dummy.com' '-u' '-d' '/home/dummy/www' '-z' '0000-2359']


My /script/sysinfo:
Code: [Select]
A. Kloxo-MR: 7.0.0.b-2015092401
   - Web: hiawatha-9.14.0-f.6.mr.el6.i386
   - PHP: php54s-5.4.44-1.w6 (cgi mode)
B. Plateform:
   - OS: CentOS release 6.7 (Final) i686
   - Hostname: mydomain.com
C. Services:
   1. MySQL: MariaDB-server-10.0.21-1.el6.i686
   2. PHP:
      - Branch: php54-cli-5.4.45-1.ius.el6.i686
      - Multiple:
        * php52m-5.2.17-102.mr.el6
        * php53m-5.3.29-1.ius.el6
        * php54m-5.4.44-1.w6
        * php55m-5.5.28-1.ius.el6
        * php56m-5.6.12-1.ius.el6
      - Used: --Use PHP Branch--
   3. Httpd: httpd24u-2.4.16-2.ius.el6.i686
      - PHP Type: php-fpm_event
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --unused--
   6. Nginx: --uninstalled--
   7. Cache: --uninstalled--
   8. Dns: --uninstalled--
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.i386
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.i386
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:           512        340         171         11          0        205
   -/+ buffers/cache:        235        276
   Swap:          512         20        491
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/simfs      100G   18G   83G  18% /
Any idea how to fix this?

EDIT: I continued to investigate the issues with kloxo and found Also another thing (noticed a few times when I was repairing (sh /script/cleanup)) I saw that php-fpm were throwing a few errors and I noticed that when I add a new client there's no <client>.conf on /etc/php-fpm.d/

Code: [Select]
Stopping php-fpm:                                          [FAILED]
Starting php-fpm: [30-Sep-2015 02:08:15] ERROR: [pool dummy] cannot get uid for user 'dummy'
[30-Sep-2015 02:08:15] ERROR: FPM initialization failed
                                                           [FAILED]


Also e-mail accounts doesn't work too for the new users. So what it looks is that kloxo-mr when adding new clients and perform the stuff it needs too, are not working properly, unfortunately as I stated doing the /script/upcp and /script/cleanup are not fixing the issues :(

13
Kloxo-MR Technical Helps / Issues with PHP
« on: 2015-09-01, 04:58:17 »
Hello, so my php-error.log is full of these errors (literally they happen every minute, the file is already 7MB long):

Code: [Select]
[01-Sep-2015 03:56:43 Europe/London] PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/php54s/usr/lib/php/modules/memcached.so' - libmemcached.so.11: cannot open shared object file: No such file or directory in Unknown on line 0
[01-Sep-2015 03:57:05 Europe/London] PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/php54s/usr/lib/php/modules/gearman.so' - libgearman.so.8: cannot open shared object file: No such file or directory in Unknown on line 0
[01-Sep-2015 03:57:05 Europe/London] PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/php54m/usr/lib/php/modules/gearman.so' - libgearman.so.8: cannot open shared object file: No such file or directory in Unknown on line 0
[01-Sep-2015 03:57:05 Europe/London] PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/php54s/usr/lib/php/modules/memcached.so' - libmemcached.so.11: cannot open shared object file: No such file or directory in Unknown on line 0
[01-Sep-2015 03:57:05 Europe/London] PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/php54m/usr/lib/php/modules/memcached.so' - libmemcached.so.11: cannot open shared object file: No such file or directory in Unknown on line 0
[01-Sep-2015 03:57:05 Europe/London] PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/php54s/usr/lib/php/modules/gearman.so' - libgearman.so.8: cannot open shared object file: No such file or directory in Unknown on line 0
[01-Sep-2015 03:57:05 Europe/London] PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/php54s/usr/lib/php/modules/memcached.so' - libmemcached.so.11: cannot open shared object file: No such file or directory in Unknown on line 0

This is my sysinfo:
Code: [Select]
A. Kloxo-MR: 7.0.0.b-2015083001
   - Web: hiawatha-9.14.0-f.6.mr.el6.i386
   - PHP: php54s-5.4.44-1.w6 (cgi mode)
B. Plateform:
   - OS: CentOS release 6.7 (Final) i686
   - Hostname: darkside.server1
C. Services:
   1. MySQL: MariaDB-server-10.0.21-1.el6.i686
   2. PHP:
      - Branch: php54-cli-5.4.44-1.ius.el6.i686
      - Multiple:
        * php52m-5.2.17-102.mr.el6
        * php53m-5.3.29-1.ius.el6
        * php54m-5.4.44-1.w6
        * php55m-5.5.28-1.ius.el6
        * php56m-5.6.12-1.ius.el6
      - Used: php54m
   3. Httpd: httpd24u-2.4.16-2.ius.el6.i686
      - PHP Type: php-fpm_event
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --unused--
   6. Nginx: --uninstalled--
   7. Cache: --uninstalled--
   8. Dns: --uninstalled--
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.i386
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.i386
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:           512        480         31          6          0        317
   -/+ buffers/cache:        162        349
   Swap:          512        188        323
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/simfs      100G   43G   58G  43% /

So I went on the webserver config and I try to change the php-branch to php5.6 hoping that may help to fix the problem, but I choose php56 and then after update, it gets a message: "Information:
php_branch successfully updated for pserver-localhost"

But nothing happens it stays on php54. It's ok I can stay with php54, just would like to change it if I need in the future.

Anyway back to the php errors, so I went "full commando" and did "sh /script/phpm-all-install" and I noticed this when was installing the versions 5.4, 5.5 and 5.6:

Code: [Select]
Transaction Check Error:
  file /usr/lib/libhashkit.so.2.0.0 conflicts between attempted installs of libmemcached-last-libs-1.0.18-2.el6.remi.i686 and libmemcached10-1.0.16-1.ius.el6.i686
  file /usr/lib/libmemcached.so.11.0.0 conflicts between attempted installs of libmemcached-last-libs-1.0.18-2.el6.remi.i686 and libmemcached10-1.0.16-1.ius.el6.i686
  file /usr/lib/libmemcachedutil.so.2.0.0 conflicts between attempted installs of libmemcached-last-libs-1.0.18-2.el6.remi.i686 and libmemcached10-1.0.16-1.ius.el6.i686

So I guess those php extensions are not working correctly because they are conflicting with anything else, how can I fix that?

Thanks in advance

14
Hello,

I'm having an issue and I have no idea how to fix it let's call the domain: mydomain.com

So basically I have a SSL cert for mydomain.com and is NOT a wildcard cert so I just want to use it on mydomain.com and not on subdomain.domain.com. I added the cert for my main domain on Domains -> mydomain.com -> ssl certificates. It works as it should. But then I added a few other subdomains.mydomain.com and when I try to open on my browser it automatically redirects from http://subdomain.mydomain.com to https://subdomain.mydomain.com

When I added the subdomains I disabled the option "enable ssl" so no idea why is redirecting http:// to https://

I also have the SSL cert on the kloxo-mr panel.

15
Kloxo-MR Bugs and Requests / Error after a fresh install
« on: 2014-02-01, 18:18:41 »
Hello,

I strickly followed the instructions provided in https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt. (Installed the final release the B.2 in the .txt file) and in the end when I perform sh /script/restart-all I get this error:

Code: [Select]
[root@tegarte /]# sh /script/restart-all
Already stopped.
Starting qmail-toaster: svscan.
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
Stopping kloxo-phpcgi:                                     [  OK  ]
Starting kloxo-phpcgi:                                     [  OK  ]
Stopping kloxo-hiawatha:                                   [FAILED]
Starting kloxo-hiawatha: Error loading RSA private key (-0x2E00): PK - Read/write of file failed
                                                           [FAILED]
[root@tegarte /]#

This is my info that I took by doing /script/sysinfo

Code: [Select]
[root@tegarte /]# sh /script/sysinfo

A. Kloxo-MR: 6.5.0.f-2014013101

B. OS: CentOS release 6.5 (Final) i686

C. Apps:
   1. MySQL: mysql-5.5.34-1.el6.i686
   2. PHP: php53u-5.3.28-1.ius.el6.i686
   3. Httpd: httpd-2.2.26-1.el6.i686
   4. Lighttpd: --uninstalled--
   5. Nginx: --uninstalled--
   6. Qmail: qmail-toaster-1.03-1.3.35.mr.el6.i386
      - with: courier-imap-toaster-4.1.2-1.3.14.mr.el6.i686
   7. Dns: bind-9.9.5-1.el6.i686

D. Php-type (for Httpd/proxy):

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          3072       1522       1549          0          0       1321
   -/+ buffers/cache:        200       2871
   Swap:            0          0          0

[root@tegarte /]#

EDIT: After doing a /script/update is fixed, it still gives an error with php-fpm but looks like is working

Starting php-fpm: [01-Feb-2014 20:29:07] NOTICE: PHP message: PHP Deprecated:  Comments starting with '#' are deprecated in Unknown on line 1 in Unknown on line 0
                                                           [  OK  ]
*** Restart services - END ***


But now I have another issue, does the username and password shouldn't be "admin" ? always get a "login unsuccessful" message.

This is a completely fresh install, I just installed Centos 6 32bit in a openvz environment

Pages: [1]

Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.048 seconds with 18 queries.

web stats analysis