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-27, 16:41:30

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

Pages: 1 ... 238 239 [240] 241 242 ... 249
3586
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« 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

3587
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« 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.

3588
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« 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

3589
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« 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 ?

3590
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-03, 04:10:28 »
Configs rebuilt but not working, because /stats were not rebuild...
Code: [Select]
(2)No such file or directory: httpd: could not open error log file /home/httpd/zwierciadlo.tk/stats/zwierciadlo.tk-error_log.
Unable to open logs
Can you add this to /script/fixweb ?

3591
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-03, 03:16:43 »
Quote from: "MRatWork"
But because this symlink, you have a problem for creating apache config.

Another issue, /home/vpopmail as symlink from /home/lxadmin/mail. Maybe because this symlink, you found mail account have wrong place.

It works ok on 6.1.12 and was working ok in Kloxo-Mr from 17th of December, the other symlink was created by Kloxo i didn't touched that.

3592
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-03, 03:07:35 »
Quote from: "MRatWork"
Something trouble with your /home/apache dir. This dir not standard dir but symlink from /var/lib/mysql/apache.

I was already fix issue and ready for running fixweb.

In my test on my kvm 1gb ram, create 2000 domains need 70 minutes (around 2 seconds/domains). Remember, create domains not only create web config but also create dns config, mail config (postmaster account) and etc.

My predictions, estimate time for fixweb are 1 domains/second.

It's not wrong. We use symlinks because /var/lib/mysql is on SSD drive on our server so this speeds up a lot compared to /home/apache which is on HDD.

3593
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-02, 22:34:07 »
Quote from: "MRatWork"
Quote from: "Spacedust"
/script/fixweb doesn't work - all Apache configs were removed and not rebuilding. I've sent you a PM with VPS details.
Using latest upload?.

Latest upload remove configs except certain (old) configs like exclusive dir.

Yes, try yourself on my VPS.

3594
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-02, 21:55:04 »
/script/fixweb doesn't work - all Apache configs were removed and not rebuilding. I've sent you a PM with VPS details.

3595
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-02, 18:33:16 »
Trying again with 512 MB RAM + 3 GB SWAP

3596
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-02, 18:26:16 »
I was on "w" in fixweb and out of memory :/ Will try adding more SWAP.

3597
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-02, 18:06:22 »
Quote from: "MRatWork"
Maybe you can try rebuild config with ruid2 and then change ruid2 to php-fpm.

Ok, but I have to confirm to that upgrade from 6.1.12 to latest Kloxo-MR still does not rebuild web server config - files inside /home/apache remains the same (original Kloxo 6.1.12 files).

Mustafa can I send you details via PM to the test VPS I was given from you ?

3598
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-02, 17:36:56 »
I'm killing php-fpm too and we will see how it will work.

3599
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-02, 17:22:20 »
I'm still unable to rebuild Apache configs on 512 MB RAM + 2 GB SWAP. It stops on customer "r" so preety close to the end. It's because each customer have it's own php-fpm process...

3600
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-02, 07:01:52 »
Quote from: "MRatWork"
You need force restart with 'service httpd restart' instead 'service graceful'.

BTW, in latest upload, mechanism is different approach you can see 'real' reload for certain service(s) inside /usr/local/lxlabs/kloxo/etc/process

I did that many times and no go.

BTW Are stats dirs now being rebuild in /script/fixweb like /home/httpd/domain.com/stats ?

I'm trying to run a copy of my production server without user data on /home.

Pages: 1 ... 238 239 [240] 241 242 ... 249

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

Page created in 0.127 seconds with 17 queries.

web stats analysis