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, 12:45:25

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

Pages: 1 2 3 [4] 5 6 ... 8
46
Kloxo-MR Bugs and Requests / [REQUEST] scavenge email
« on: 2014-06-07, 03:36:17 »
In order to keep track of scavenge, on scavenge set time page (admin -> scavenge config) have a check box for:

[ ] Send email to Admin when scavenge completes

Then if box is checked, send an email like:

Subject: Scavenge has completed

Scavenge started: May x, 20xx, xx:xx:xx
Scavenge completed: Xxx xx 20xx, xx:xx:xx

---------
This would be very easy to implement.

Thank you for considering.

47
/script/fixtraffic is no longer working for sameday use.  If I run sh /script/fixtraffic it will add the amount traffic use continuously.

It use to keep track what lines were already processed, and not process them again.  It ALWAYS says line 0 now, so it continually adds traffic.

I have been watching and investigating scavenge and fixtraffic.  These don't work very well.  This has been reported numerous times on kloxo official forums and here.

We need these fixed Mustafa.  A control panel is useless without proper traffic counting.

48
Kloxo-MR Development / [IMPORTANT] Watchdog configure
« on: 2014-06-02, 05:25:37 »
In newest KloxoMR. 6.5.1b when you go to watchdog, there is no way to disable monitoring for a service.  In kloxo official you could untick a service to be 'watched'.

I had to manually edit watchdog.conf to get emails to stop, and somehow, it rewrote the conf about 30 minutes everytime.

We should be able to update this and the configuration actually stay through the panel.

49
Hiawatha comes with a tool called 'wigwam' that shows conf errors.

Try it at SSH.  Type 'wigwam' and you will get MANY errors.  Your integration with KloxoMR is not very good.

Add an IP to a website (exclusive IP) and Hiawatha breaks completely.

RequiredCA MUST be removed, THIS HAS NOTHING TO DO WITH SSL.

Ssl cert files must be a cat of key, cert, ca.   All in one file.

Hiawatha is the most secure server KloxoMR offers, you should spend more time to make it function properly.

50
Kloxo-MR Technical Helps / hiawatha 9.6 and watchdog
« on: 2014-06-01, 19:44:39 »
Mustafa, after updating Hiawatha to 9.6 I started getting email from KloxoMR every 5 minutes from watchdog.

Hiawathaproxyrestart

I had to disable web monitoring with watchdog to stop alerts.  The Hiawatha proxy doesn't seem to be crashing, sites are all online, what is the reason for this?

I want to reenable as soon as possible, what's the fix?

51
Mustafa, kloxo had the beginning for Linux 'quota' usage.  Please add to resource plans two (2) more options.  Inode limit and hard drive space quota.  If a vps, server does not use these, it will not cause a problem.

This is very important for shared hosting.

52
I have latest 6,5.1b (042902) and I tried switching Apache to Hiawatha proxy, no matter what I do I get this:

Code: [Select]
[root@cc-server ~]# sh /script/restart-web
Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
Stopping Hiawatha web server:                              [FAILED]
Starting Hiawatha web server:                              [  OK  ]
listen(http(s)): Address already in use
Stopping php-fpm:                                          [  OK  ]
Starting php-fpm:                                          [  OK  ]
[root@cc-server ~]#

I try reboot.  Fixweb, old trick changed webserver to nginx, back to Hiawatha proxy.  Reboot, restart-all.

Nothing works.  Please advise.

53
Kloxo-MR Bugs and Requests / [IMPORTANT] Apache SSL bug
« on: 2014-04-27, 04:09:26 »
Mustafa, after recent update Apache (no proxy) started giving SSL not trusted errors.  I tracked the error to this file:

/home/apache/tpl/domains.conf.tpl

Lines 155 and 276 have this code
Code: [Select]

<?php
                                        
if (file_exists("$certname}.ca")) {

You missed a curly bracket '{' before the $... these need changed to:

Code: [Select]

<?php
                                        
if (file_exists("{$certname}.ca")) {

PLEASE fix both of these lines in the repo files, on any fix or cleanup my Apache SSL breaks!


54
Kloxo-MR Development / apache BROKE again!
« on: 2014-04-12, 15:26:35 »
After 6.5.1b update 20140411 Apache crashing regularly AGAIN!

My sites are again offline more than online!

55
Kloxo-MR Development / fixphpfpm
« on: 2014-04-12, 06:25:32 »
A. Kloxo-MR: 6.5.1.b-2014041104

B. OS: CentOS release 6.5 (Final) x86_64

C. Apps:
   1. MySQL: mariadb-10.0.10-2.el6.x86_64
   2. PHP: php54-5.4.26-1.ius.el6.x86_64
   3. Httpd: httpd-2.2.27-1.el6.x86_64
   4. Lighttpd: --uninstalled--
   5. Hiawatha: hiawatha-9.4-1.mr.el6.x86_64
   6. Nginx: --uninstalled--
   7. Cache: --uninstalled--
   8. Dns: bind-9.9.5-1.el6.x86_64
   9. Qmail: qmail-toaster-1.03-1.3.38.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.16.mr.el6.x86_64

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

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          4096        743       3352          0          0        143
   -/+ buffers/cache:        600       3495
   Swap:         4096          6       4089

[root@cc-server ~]# sh /script/fixphpfpm
Could not open input file: ../bin/fix/fixphpfpm.php
[root@cc-server ~]#

How to update php-fpm configs if change custom php-fpm conf?  sh /script/fixphpfpm hasn't worked for a few updates, what is the proper way to update php-fpm configuration now?

56
Kloxo-MR Development / mratwork-testing
« on: 2014-04-09, 06:11:59 »
Everytime I run yum update it replaces mratwork-release with mratwork-testing.  Next yum update replaces testing with release.  It continues to switch every update,..

Why?

57
mratwork-release-neutral-arch            |  951 B     00:00
mratwork-release-neutral-arch/primary    |  857 B     00:00
https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/x86_64/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
mratwork-release-neutral-arch/primary    |  857 B     00:00
https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/x86_64/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.xml.gz from mratwork-release-neutral-arch: [Errno 256] No more mirrors to try.
[root@cc-server ~]#

Because yum fails any action in the panel will fail.  Be careful changing web servers/php etc until resolved.

58
There is something seriously wrong with php-fpm configuration with last few updates.  You said that it was security related, but I can't even run a standard joomla 2.5 site without 500 internal errors.

Simply changing to suphp_event solves this.  Instantly joonla site works.

Using Hiawatha proxy, this is a MESS! !!!!

Why is php-fpm throwing 500 internal server errors?

59
Kloxo-MR Development / fixphpfpm missing in latest update!
« on: 2014-03-31, 07:09:33 »
Mustafa, after latest update, /script/fixphpfpm no longer working.

[root@cc-server /]# sh /script/fixphpfpm
Could not open input file: ../bin/fix/fixphpfpm.php
[root@cc-server /]#

Need to rebuild php-fpm configs, please advise!

60
Since recent update of KloxoMR all mail directories are being created in root ('/').

deferral: Not_allowed_to_perform_deliveries_as_root.

I have done everything, fixmail-all, mysql-reset-root-password, fixmail, cleanup, reinstalled *-toaster.  The mail was running fine, now nothing!  This is a production server, which again I foolishly updated!!!  I updated a test server, ALL MAIL created in root!

This is a CRITICAL BUG.  How to fix?

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

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

Page created in 0.062 seconds with 15 queries.

web stats analysis