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-05-11, 21:55:10

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

Pages: [1]
1
Kloxo-MR Technical Helps / DNS Records
« on: 2016-12-20, 10:30:11 »
hi

i m follow this steps to add new domain:

1. put my nameservers in domain panel
2. add domain in my kloxo server
3. add the following dns records: (example)

__base__       A    -    123.111.111.111
cp            A    -    123.111.111.111   
mail          A    -    123.111.111.111   
ns          A    -    123.111.111.111   
ns1          A    -    123.111.111.111   
ns2          A    -    123.333.333.333
ftp          CN    -    __base__
lists          CN    -    mail
webmail       CN    -    mail
www          CN    -    __base__
default.dnst       MX    10    mail.default.dnst
-          NS    -    ns1.default.dnst
-          NS    -    ns2.default.dnst


4. i check that dns service is runing (name)

and dont resolve the domain...

please could you help me?

thanks

2
Kloxo-MR Technical Helps / how to install opcache
« on: 2016-04-12, 17:00:47 »
hi

i would like to install opcache, i have centos 6x

thanks

3
hi

we note that have a 2200 emails queue because one person hack qmail server, he probe and probe users to send the emails, any ideas to fix it?

- first: im installed SPAMGUARD to protect ban my server, whith this we can limit the emails sended

- second: i block the ip senders

- third: i would like fix the hole not to be in the same problem, any help?

thanks

4
Kloxo-MR Technical Helps / (SOLVED)rainloop or some webmail
« on: 2016-02-24, 13:35:35 »
hi

i like to put webmail ok, so i want put roundcube or rainloop, but:

rainloop webmail said me:

domain no permited...

roudcube neither work me (user or password error)

work fine thelaen, but i dont like nothing

any ideas to fix ?

thanks

5
Kloxo-MR Technical Helps / nginx dont start
« on: 2016-01-11, 07:53:52 »
Hi

i cant start nginx, have this error

nginx: [emerg] unknown "var_phpselect" variable
nginx: configuration file /etc/nginx/nginx.conf test failed

i have this nginx conf

user nginx;

worker_processes auto;
worker_rlimit_nofile 400000;

pid /var/run/nginx.pid;

events {
    worker_connections 20480;
    multi_accept on;
    use epoll;

    ## MR -- only work in tengine
    ## to modified, copy this file to custom.nginx.conf and run fixweb
    #reuse_port on;
}

http {
    sendfile on;
    aio threads;
    directio 4m;

    tcp_nopush on;
    tcp_nodelay on;

    server_tokens on;

    add_header Cache-Control public;

    server_names_hash_max_size 4096;
    server_names_hash_bucket_size 2048;

    types_hash_bucket_size 256;
    types_hash_max_size 2048;

    client_header_buffer_size 2k;
    client_header_timeout 90s;
    client_body_timeout 90s;
    send_timeout 90s;

    client_max_body_size 64M;
    client_body_buffer_size 128k;

    #include koi-utf;
    #charset utf-8;
    #source_charset koi8-r;

    include '/etc/nginx/conf.d/*.conf';
}



6
Kloxo-MR Technical Helps / nginx down
« on: 2016-01-09, 09:43:45 »
hi

nginx stop and give me this error, i restart service and go on, but at night down again....

2016/01/09 04:58:29 [alert] 26949#26949: pthread_create() failed (11: Resource temporarily unavailable)
2016/01/09 04:58:29 [alert] 26948#26948: pthread_create() failed (11: Resource temporarily unavailable)
2016/01/09 04:58:29 [alert] 26947#26947: pthread_create() failed (11: Resource temporarily unavailable)
2016/01/09 04:58:29 [alert] 26946#26946: pthread_create() failed (11: Resource temporarily unavailable)
2016/01/09 04:58:29 [alert] 19150#19150: worker process 26946 exited with fatal code 2 and cannot be respawned
2016/01/09 04:58:29 [alert] 19150#19150: worker process 26947 exited with fatal code 2 and cannot be respawned
2016/01/09 04:58:29 [alert] 19150#19150: worker process 26948 exited with fatal code 2 and cannot be respawned
2016/01/09 04:58:29 [alert] 19150#19150: worker process 26949 exited with fatal code 2 and cannot be respawned
2016/01/09 09:43:33 [alert] 7545#7545: pthread_create() failed (11: Resource temporarily unavailable)
2016/01/09 09:43:33 [alert] 7544#7544: pthread_create() failed (11: Resource temporarily unavailable)
2016/01/09 09:43:34 [alert] 7541#7541: worker process 7544 exited with fatal code 2 and cannot be respawned
2016/01/09 09:43:33 [alert] 7543#7543: pthread_create() failed (11: Resource temporarily unavailable)
2016/01/09 09:43:34 [alert] 7541#7541: worker process 7545 exited with fatal code 2 and cannot be respawned
2016/01/09 09:43:34 [alert] 7541#7541: worker process 7543 exited with fatal code 2 and cannot be respawned

A. Kloxo-MR: 7.0.0.b-2016010501
   - Web: hiawatha-10.0.0-f.6.mr.el5
   - PHP: php54s-5.4.45-2.w5 (cgi mode)
B. Plateform:
   - OS: CentOS release 5.11 (Final) i686
   - Hostname: server1.dxxxxx.com
C. Services:
   1. MySQL: MariaDB-server-10.0.23-1
   2. PHP:
      - Branch: php54-cli-5.4.45-1.ius.el5
      - Multiple:
        * php52m-5.2.17-102.mr.el5
        * php53m-5.3.29-1.ius.el5
        * php54m-5.4.45-2.w5
      - Used: --Use PHP Branch--
   3. Httpd: --uninstalled--
      - PHP Type: php-fpm_event
   4. Lighttpd: --uninstalled--
   5. Hiawatha: --unused--
   6. Nginx: nginx-1.9.9-1.el5.ngx
   7. Cache: --uninstalled--
   8. Dns: bind-9.9.7-1.mr.el5
   9. Qmail: qmail-toaster-1.03-1.3.55.mr.el5
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el5
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:          1024        592        431          0          0        493
   -/+ buffers/cache:         98        925
   Swap:            0          0          0
E. Disk Space:
   Filesystem            Size  Used Avail Use% Mounted on
   simfs                  30G   21G  9.8G  68% /

7
Kloxo-MR Technical Helps / Leverage browser caching
« on: 2016-01-08, 11:57:49 »
hi

i would like in improve Leverage browser caching of my nginx, but i dont see how make, i read to put this code in vhost?

location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {
expires 1y;
log_not_found off;
}

thanks

8
Kloxo-MR Technical Helps / problems nginx down
« on: 2016-01-03, 11:28:50 »
Hi mrat

everyday at the night nginx down, i see these errors

2016/01/03 04:54:06 [crit] 821#821: *4817 open() "/home/httpd/laxxxxx.com/stats/xxxxx.com-custom_log" failed (13: Permission denied) while logging request, client: 198.91.87.33, server: xxxxxx, request: "POST /wp-cron.php?doing_wp_cron=1451793246.0120749473571777343750 HTTP/1.0", upstream: "fastcgi://unix:/opt/configs/php-fpm/sock/xxxxx.sock", host: "xxxxxx.com"
2016/01/03 04:54:07 [crit] 821#821: *4815 open() "/home/httpd/xxxxxxx/stats/xxxxxx-custom_log" failed (13: Permission denied) while logging request, client: 47.60.34.37, server: xxxxxx.com, request: "GET /bolsas-de-labores/ HTTP/1.1", upstream: "fastcgi://unix:/opt/configs/php-fpm/sock/xxxxxxl.sock", host: "www.xxxxxx.com"
2016/01/03 04:54:08 [crit] 821#821: *4815 open()
"/home/httpd/xxxxx/stats/xxxxx.com-custom_log" failed (13: Permission denied) while logging request, client: 47.60.34.37, server:xxxxxx, request: "GET /wp-content/cache/head-cleaner/js/48a9786eaccde975e7301e608ae23af1.js HTTP/1.1", host: "xxxxxx", referrer: "http://xxxxxxx/bolsas-de-labores/"
2016/01/03 04:57:51 [emerg] 29404#29404: malloc(2375680) failed (12: Cannot allocate memory)
2016/01/03 04:57:51 [emerg] 29403#29403: malloc(2375680) failed (12: Cannot allocate memory)
2016/01/03 04:57:51 [alert] 29405#29405: pthread_create() failed (11: Resource temporarily unavailable)
2016/01/03 04:57:51 [emerg] 29402#29402: malloc(2375680) failed (12: Cannot allocate memory)
2016/01/03 04:57:51 [alert] 816#816: worker process 29402 exited with fatal code 2 and cannot be respawned
2016/01/03 04:57:51 [alert] 816#816: worker process 29403 exited with fatal code 2 and cannot be respawned
2016/01/03 04:57:51 [alert] 816#816: worker process 29404 exited with fatal code 2 and cannot be respawned
2016/01/03 04:57:51 [alert] 816#816: worker process 29405 exited with fatal code 2 and cannot be respawned

9
Kloxo-MR Technical Helps / out of memory
« on: 2015-12-29, 11:38:48 »
i get this error why?

xxxxxxxx$ sh /script/fixwebmail

PHP Fatal error:  Out of memory (allocated 79953920) (tried to allocate 65484 bytes) in /usr/local/lxlabs/kloxo/httpdocs/lib/php/lxlib.php on line 862

the same problem when i make sysinfo

and with restart:

$ sh restart-all
/script/restart.inc: line 17: chkconfig: command not found
/script/restart.inc: line 17: chkconfig: command not found
/script/restart.inc: line 17: chkconfig: command not found
/script/restart.inc: line 17: chkconfig: command not found
/script/restart.inc: line 17: chkconfig: command not found
/script/restart.inc: line 17: chkconfig: command not found
/script/restart.inc: line 17: chkconfig: command not found
/script/restart.inc: line 17: chkconfig: command not found
/script/restart.inc: line 17: chkconfig: command not found

10
Kloxo-MR Technical Helps / How to? memcached
« on: 2015-07-03, 14:14:34 »
Hi

i would like to apply memcached, i had installed when i have kloxo original + Apache, the memcached is runing in server, but i dont had put in php.ini, so wordpress dont use.

how i can make? in nginx is the same way as Apache? where i need put "memcached.so" to be used? in php.ini?

thanks in advance

11
Hi

i probe to send email thorough horde and i have this error

Warning: popen() has been disabled for security reasons in /home/kloxo/httpd/webmail/squirrelmail/class/deliver/Deliver_SendMail.class.php on line 98

Notice: Undefined property: Deliver_SendMail::$dlv_msg in /home/kloxo/httpd/webmail/squirrelmail/src/compose.php on line 1699

Notice: Undefined property: Deliver_SendMail::$dlv_ret_nr in /home/kloxo/httpd/webmail/squirrelmail/src/compose.php on line 1700

Notice: Undefined property: Deliver_SendMail::$dlv_server_msg in /home/kloxo/httpd/webmail/squirrelmail/src/compose.php on line 1701

Warning: Cannot modify header information - headers already sent by (output started at /home/kloxo/httpd/webmail/squirrelmail/class/deliver/Deliver_SendMail.class.php:98) in /home/kloxo/httpd/webmail/squirrelmail/functions/page_header.php on line 31

any idea?

12
Hi

i receive all time this advise in my mail about my server



Host: xxxxxxxxxx
Date: May-23 05:31
Port: 80
Action: sh /script/restart-web --force >/dev/null 2>&1

13
Hi

before update kloxo original to kloxo mr, when i go to the all domains web i have this error

Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 7168 bytes) in /home/xxxxx/xxxx/wp-includes/default-constants.php on line 51

i grow up the memory in all archives, in control panel, and in the php.ini general and each of domain...

any one could tell me the fix?

thanks in advance

14
Hi

i want udpate oficial KLOXO 6.1.19 to kloxo mr

i m following this steps:

1. Need running 'sh /script/backup-patch' in Kloxo Official (6.1.12) before backup data.

    - In Kloxo offical run:

        cd /script
        wget https://github.com/mustafaramadhan/kloxo/raw/dev/kloxo/pscript/backup-patch
        sh ./backup-patch

2. Need remove certain rpms in Kloxo Official after 6.1.12 (testing in 6.1.19)

   # remove packages from Kloxo Official
    yum remove kloxo* -y
   
3. Since 6.5.0.f-20130701, Kloxo-MR using MySQLi API instead MySQL API. Need update mysql 5.0.x to 5.1.x or above for Centos 5.

    - Check mysql version with:

        mysql -V|awk '{print $5}'

    - Update with 'yum replace mysql --replace-with=mysql55' (ask to forum for update to MariaDB)

4. Make sure all MySQL databases in MyISAM storage-engine (especially upgrade to version 6.5.0) with execute:

   ## convert to MyISAM storage-engine
   sh /script/mysql-convert --engine=myisam


all ok, but in this one yum replace mysql --replace-with=mysql55  i have this error

Replacing packages takes time, please be patient...

WARNING: Unable to resolve all providers: ['config(mysql)', 'libmysqlclient.so.15', 'libmysqlclient.so.15(libmysqlclient_15)', 'libmysqlclient_r.so.15', 'libmysqlclient_r.so.15(libmysqlclient_15)', 'libndbclient.so.2', 'libndbclient.so.2(libndbclient_2)', 'mysql-libs', 'mysql', 'config(mysql-server)', 'mysql-server']

This may be normal depending on the package.  Continue? [y/N] n

this server is in produccion go on¿?

Pages: [1]

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

Page created in 0.062 seconds with 19 queries.

web stats analysis