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. 2017-11-07, 19:05:13

Author Topic: Need Kloxo-MR Tester  (Read 106505 times)

0 Members and 2 Guests are viewing this topic.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #135 on: 2013-02-03, 19:58:07 »
It's maybe log file and or directory not exists. Need action manually for this situation.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #136 on: 2013-02-03, 20:01:45 »
Quote from: "MRatWork"
It's maybe log file and or directory not exists. Need action manually for this situation.

Yes, because I didn't copied /home for testing. Can you add this to fixweb so I can test the webserver even without user data ?
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #137 on: 2013-02-03, 20:25:14 »
I think something wrong again with your system. Fixweb will be execute 'Full_update' function:
Code: [Select]
	function fullUpdate()
{
global $sgbl;

$domname = $this->getDomainname();
$uname = $this->getUser();

$hroot = $sgbl->__path_httpd_root;
$droot = $this->main->getFullDocRoot();

lxfile_mkdir("{$hroot}/{$domname}/webstats");

$this->main->createPhpInfo();
web::createstatsConf($domname, $this->main->stats_username, $this->main->stats_password);

// $this->createSSlConf();

$this->createConfFile();

lxfile_unix_chown_rec("{$droot}/", "{$uname}:{$uname}");
lxfile_unix_chmod("{$droot}/", "0755");
lxfile_unix_chmod("{$droot}", "0755");
lxfile_unix_chown("{$hroot}/{$domname}", "{$uname}:apache");
}

You can see:
- web::createstatsConf($domname, $this->main->stats_username, $this->main->stats_password); --> config for webalizer/awstats (including dir create)
- lxfile_mkdir("{$hroot}/{$domname}/webstats"); --> dir for webalizer; overlap with above function and possible remove
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #138 on: 2013-02-03, 20:38:11 »
Quote from: "MRatWork"
I think something wrong again with your system. Fixweb will be execute 'Full_update' function:
Code: [Select]
	function fullUpdate()
{
global $sgbl;

$domname = $this->getDomainname();
$uname = $this->getUser();

$hroot = $sgbl->__path_httpd_root;
$droot = $this->main->getFullDocRoot();

lxfile_mkdir("{$hroot}/{$domname}/webstats");

$this->main->createPhpInfo();
web::createstatsConf($domname, $this->main->stats_username, $this->main->stats_password);

// $this->createSSlConf();

$this->createConfFile();

lxfile_unix_chown_rec("{$droot}/", "{$uname}:{$uname}");
lxfile_unix_chmod("{$droot}/", "0755");
lxfile_unix_chmod("{$droot}", "0755");
lxfile_unix_chown("{$hroot}/{$domname}", "{$uname}:apache");
}

You can see:
- web::createstatsConf($domname, $this->main->stats_username, $this->main->stats_password); --> config for webalizer/awstats (including dir create)
- lxfile_mkdir("{$hroot}/{$domname}/webstats"); --> dir for webalizer; overlap with above function and possible remove

Please add also:

/home/httpd/{$domname}/stats/{$domname}-custom_log
/home/httpd/{$domname}/stats/{$domname}-error_log
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #139 on: 2013-02-03, 20:42:30 »
This log file automatically create if stats apps running.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #140 on: 2013-02-03, 20:45:09 »
Quote from: "MRatWork"
This log file automatically create if stats apps running.

OK, but I'm unable to do this on a test system. Also in case a production system is missing one of these files the whole web server is down. It happened a lot of times when we were moving and new domains were added at the same time.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline vinceent

  • Valuable Member
  • *
  • Posts: 117
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #141 on: 2013-02-03, 20:46:16 »
i offer free 1 VPS for testing KLOXO  
pm
username
password
mail
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline lapy

  • Junior Member
  • *
  • Posts: 34
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #142 on: 2013-02-04, 03:25:39 »
Hi everyone, I have Kloxo-MR 6.5.0.c.2013020104 on my centos 5 VPS.
After a lot of trouble everything is working now but I have two problems:

If I set php to 5.3+ some of my websites don't work, they require php-mcrypt (5.3) which is not available in kloxo's repositories.

If I switch the webmail application it doesn't change, it's stuck on AfterLogic. I already did fixwebmail.

How can I fix this?
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #143 on: 2013-02-04, 04:44:27 »
The latest djbdns doesn't work at all !

Code: [Select]
[root@nowosci tinydns]# rpm -qi djbdns
Name        : djbdns                       Relocations: (not relocatable)
Version     : 1.05                              Vendor: (none)
Release     : 17.2.mr.el5                   Build Date: sob 02 lut 2013 03:27:30 CET
Install Date: nie 03 lut 2013 23:45:24 CET      Build Host: c564.potissima.com
Group       : Utilities/System              Source RPM: djbdns-1.05-17.2.mr.el5.src.rpm
Size        : 878430                           License: Check with djb@koobera.math.uic.edu
Signature   : (none)
Packager    : david@summersoft.fay.ar.us
URL         : http://cr.yp.to/djbns.html
Summary     : A Secure DNS server (Domain Name Server).
Description :
A secure DNS server (Domain Name Server).

Code: [Select]
[root@nowosci tinydns]# ./run
softlimit: fatal: unable to run /usr/local/bin/tinydns: file does not exist

Downgrade to lxcenter version removes init.d script:

Code: [Select]
[root@nowosci /]# /etc/init.d/djbdns restart
-bash: /etc/init.d/djbdns: No such file or directory
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #144 on: 2013-02-04, 04:50:11 »
Copied init.d script from backup and upgraded again to Kloxo-MR version and now works ok:

Code: [Select]
[root@nowosci /]# ps aux | grep dns
tinydns   9548  0.3  0.0   3980   432 pts/0    S    23:50   0:00 /usr/local/bin/tinydns
root      9549  0.0  0.0   3892   252 pts/0    S    23:50   0:00 tcpserver -vDRHl0 -x tcp.cdb -- 0.0.0.0 53 /usr/local/bin/axfrdns
root      9657  0.0  0.0  63784   816 pts/0    S+   23:51   0:00 grep dns
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #145 on: 2013-02-04, 21:18:59 »
Confirmed again today - do not upgrade to djbdns made by Mustafa !
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #146 on: 2013-02-04, 21:32:52 »
Quote from: "Spacedust"
Confirmed again today - do not upgrade to djbdns made by Mustafa !
Better waiting for Powerdns.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #147 on: 2013-02-04, 21:37:57 »
Quote from: "MRatWork"
Quote from: "Spacedust"
Confirmed again today - do not upgrade to djbdns made by Mustafa !
Better waiting for Powerdns.

Standard djbdns from lxcenter repo works fine with Kloxo-MR and 6.1.12.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #148 on: 2013-02-04, 21:45:18 »
Quote from: "Spacedust"
Quote from: "MRatWork"
Quote from: "Spacedust"
Confirmed again today - do not upgrade to djbdns made by Mustafa !
Better waiting for Powerdns.

Standard djbdns from lxcenter repo works fine with Kloxo-MR and 6.1.12.
Yes, I know but djbdns have big trouble when compile to Centos 6.

Another issue, not ready for IPv6.

So, Kloxo-MR will be not use djbdns and change to powerdns.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #149 on: 2013-02-04, 21:49:09 »
Quote from: "MRatWork"
So, Kloxo-MR will be not use djbdns and change to powerdns.

Maybe it's good time to update to Kloxo-MR candidate, because there seems to be a lot of work with moving from Kloxo 6.1.12, new web server configs, new qmail and no djbdns...
« Last Edit: 1970-01-01, 01:00:00 by Guest »

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.04 seconds with 17 queries.

web stats analysis
 
Mirror created by MasterkinG32.CoM