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, 18:58:18

Author Topic: Latest kloxo error  (Read 7301 times)

0 Members and 1 Guest are viewing this topic.

Offline onemanarmy

  • Valuable Member
  • *
  • Posts: 128
  • Karma: +0/-0
    • View Profile
Latest kloxo error
« on: 2013-09-19, 17:23:49 »
when i do sh /script/restart-all it gives following errors

Code: [Select]
Starting nginx: nginx: [emerg] the same path name "/var/cache/nginx" used in /etc/nginx/conf.d/~lxcenter.conf:36 and in /etc/nginx/conf.d/~lxcenter.conf:39


supervise: fatal: unable to acquire log/supervise/lock: temporary failure
supervise: fatal: unable to acquire log/supervise/lock: temporary failure
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Latest kloxo error
« Reply #1 on: 2013-09-19, 18:04:58 »
It's update or fresh install?.

Try reboot.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline onemanarmy

  • Valuable Member
  • *
  • Posts: 128
  • Karma: +0/-0
    • View Profile
Re: Latest kloxo error
« Reply #2 on: 2013-09-19, 18:05:45 »
fresh install reboot didnt work.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Latest kloxo error
« Reply #3 on: 2013-09-19, 18:24:48 »
It's funny. Nginx change their code.

Change content of '/home/nginx/etc/conf.d/~lxcenter.conf' and '/etc/nginx/conf.d/~lxcenter.conf':

from:
Code: [Select]
...

    proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=pcache:8m max_size=1000m inactive=600m;
    proxy_temp_path /tmp/nginx 1 2;

    fastcgi_cache_path /var/cache/nginx levels=1:2 keys_zone=fcache:8m max_size=1000m inactive=600m;
    fastcgi_temp_path /tmp/nginx 1 2;
...

to:
Code: [Select]
...

    proxy_cache_path /var/cache/nginx-proxy levels=1:2 keys_zone=pcache:8m max_size=1000m inactive=600m;
    proxy_temp_path /tmp/nginx 1 2;

    fastcgi_cache_path /var/cache/nginx-fastcgi levels=1:2 keys_zone=fcache:8m max_size=1000m inactive=600m;
    fastcgi_temp_path /tmp/nginx 1 2;
...

In Kloxo-MR update still work perfectly.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline onemanarmy

  • Valuable Member
  • *
  • Posts: 128
  • Karma: +0/-0
    • View Profile
Re: Latest kloxo error
« Reply #4 on: 2013-09-19, 18:33:57 »
thank you nginx working fine now but what about

Code: [Select]
Starting qmail-toaster: svscan.
supervise: fatal: unable to acquire log/supervise/lock: temporary failure
supervise: fatal: unable to acquire log/supervise/lock: temporary failure
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Latest kloxo error
« Reply #5 on: 2013-09-19, 18:37:53 »
try 'qmailctl stop' first.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline onemanarmy

  • Valuable Member
  • *
  • Posts: 128
  • Karma: +0/-0
    • View Profile
Re: Latest kloxo error
« Reply #6 on: 2013-09-19, 18:56:15 »
Great now everything working fine just one more question its a fresh installed kloxomr but it is showing  722mb ram used.

Code: [Select]
total       used       free     shared    buffers     cached
Mem:          4096        722       3373          0          0          0
-/+ buffers/cache:        722       3373
Swap:            0          0          0
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Latest kloxo error
« Reply #7 on: 2013-09-19, 19:10:35 »
Fresh install:

Code: [Select]
nginx: [emerg] the same path name "/var/cache/nginx" used in /etc/nginx/conf.d/~lxcenter.conf:36 and in /etc/nginx/conf.d/~lxcenter.conf:39
nginx: configuration file /etc/nginx/nginx.conf test failed
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Latest kloxo error
« Reply #8 on: 2013-09-19, 19:42:28 »
Content of '/home/nginx/etc/conf.d/~lxcenter.conf' nothing change since Kloxo-MR release. The question is, why error in latest version.

Possibility it's related to latest version of nginx.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline onemanarmy

  • Valuable Member
  • *
  • Posts: 128
  • Karma: +0/-0
    • View Profile
Re: Latest kloxo error
« Reply #9 on: 2013-09-19, 19:57:15 »
mustafa please answer me its a fresh installed kloxomr but it is showing 722mb ram used.
is this normal?
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline zenkul

  • Global Moderator
  • Master
  • *****
  • Posts: 383
  • Karma: +3/-0
    • View Profile
    • home & decor
Re: Latest kloxo error
« Reply #10 on: 2013-09-19, 20:22:15 »
Quote from: "MRatWork"
It's funny. Nginx change their code.

Change content of '/home/nginx/etc/conf.d/~lxcenter.conf' and '/etc/nginx/conf.d/~lxcenter.conf':

from:
Code: [Select]
...

    proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=pcache:8m max_size=1000m inactive=600m;
    proxy_temp_path /tmp/nginx 1 2;

    fastcgi_cache_path /var/cache/nginx levels=1:2 keys_zone=fcache:8m max_size=1000m inactive=600m;
    fastcgi_temp_path /tmp/nginx 1 2;
...

to:
Code: [Select]
...

    proxy_cache_path /var/cache/nginx-proxy levels=1:2 keys_zone=pcache:8m max_size=1000m inactive=600m;
    proxy_temp_path /tmp/nginx 1 2;

    fastcgi_cache_path /var/cache/nginx-fastcgi levels=1:2 keys_zone=fcache:8m max_size=1000m inactive=600m;
    fastcgi_temp_path /tmp/nginx 1 2;
...

In Kloxo-MR update still work perfectly.

This error caused the latest (updating) nginx

and RESOLVED
« Last Edit: 1970-01-01, 01:00:00 by Guest »
easy, secure and speed up web panel ===> Kloxo-MR

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Latest kloxo error
« Reply #11 on: 2013-09-19, 21:06:03 »
Quote from: "onemanarmy"
mustafa please answer me its a fresh installed kloxomr but it is showing 722mb ram used.
is this normal?
It's normal. Using 'real mem' in linux depend on how much ram you have.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline onemanarmy

  • Valuable Member
  • *
  • Posts: 128
  • Karma: +0/-0
    • View Profile
Re: Latest kloxo error
« Reply #12 on: 2013-09-19, 21:11:47 »
thank you
« Last Edit: 1970-01-01, 01:00:00 by Guest »

 


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

Page created in 0.077 seconds with 21 queries.

web stats analysis