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-21, 21:46:47

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

Pages: 1 [2] 3 4 ... 6
16
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

17
Kloxo-MR Technical Helps / Re: nginx dont start
« on: 2016-01-11, 11:54:42 »
i restart the server and nginx start ok

thanks

18
Kloxo-MR Technical Helps / Re: nginx dont start
« on: 2016-01-11, 11:52:24 »
i have this


#fastcgi_pass               127.0.0.1:$var_fpmport;
        fastcgi_pass          unix:/opt/configs/php-fpm/sock/$var_phpselected-var_user.sock;
        fastcgi_index         index.php;

19
Kloxo-MR Technical Helps / Re: nginx dont start
« on: 2016-01-11, 11:49:09 »
ok, i made it

same problem, i changued in both archives in both directories dont fix the problem

20
Kloxo-MR Technical Helps / Re: nginx dont start
« on: 2016-01-11, 11:14:53 »
hi Mustafa

same problem...i make cleanup and nothing

before ask you i make script upcp -y and nothing...

21
Kloxo-MR Technical Helps / Re: nginx dont start
« on: 2016-01-11, 10:24:40 »
now i have this sysinfo...

A. Kloxo-MR: 7.0.0.b-2016011102
   - 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.zzzz.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
        * php55m-5.5.30-2.w5
        * php56m-
        * php70m-
      - Used: php54m
   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        972         51          0          0        369
   -/+ buffers/cache:        602        421
   Swap:            0          0          0
E. Disk Space:
   Filesystem            Size  Used Avail Use% Mounted on
   simfs                  30G   19G   12G  63% /

note that i have php56 and php70¿?=?

22
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';
}



23
Kloxo-MR Technical Helps / Re: Leverage browser caching
« on: 2016-01-09, 09:44:17 »
ok thanks!

24
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% /

25
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

26
Kloxo-MR Technical Helps / Re: problems nginx down
« on: 2016-01-04, 18:44:37 »
now

[xxxx@server1 script]$  sh sysinfo

A. Kloxo-MR: 7.0.0.b-2016010404
   - 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.xxxxx.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: php54m
   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        256        767          0          0        160
   -/+ buffers/cache:         96        927
   Swap:            0          0          0
E. Disk Space:
   Filesystem            Size  Used Avail Use% Mounted on
   /dev/simfs             30G   20G   11G  65% /

27
Kloxo-MR Technical Helps / Re: problems nginx down
« on: 2016-01-04, 13:53:20 »
i make it, all process ok

now i make test and say you results

thankls

28
Kloxo-MR Technical Helps / Re: problems nginx down
« on: 2016-01-04, 10:51:27 »
i made it


29
Kloxo-MR Technical Helps / Re: problems nginx down
« on: 2016-01-03, 19:50:39 »
[xxxxx@server1 ~]$ df -h; df -ih
Filesystem            Size  Used Avail Use% Mounted on
/dev/simfs             30G   18G   13G  58% /
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
/dev/simfs               15M    372K     15M    3% /

xxxxx@server1 ~]$ sh sysinfo
PHP Fatal error:  Out of memory (allocated 110100480) (tried to allocate 225 bytes) in /usr/local/lxlabs/kloxo/httpdocs/lib/php/lxlib.php on line 552
*** Please wait...***
*** Process Time: 00:00:00:06.6689 (dd:hh:mm:ss:xxxxxx) ***

* Note: run 'sh sysinfo -y' if you want run 'fix-service-list' also
        (importance after Kloxo-MR update)

and

[xxxx@server1 script]$ free -m -t
             total       used       free     shared    buffers     cached
Mem:          1024        363        660          0          0        283
-/+ buffers/cache:         79        944
Swap:            0          0          0
Total:        1024        363        660

30
Kloxo-MR Technical Helps / Re: problems nginx down
« on: 2016-01-03, 12:01:13 »
[xxxxxx@server1 ~]$ sudo yum update
Loaded plugins: priorities, protectbase, replace
Webmin                                                   | 1.0 kB     00:00
Webmin/primary                                           |  30 kB     00:00
Webmin                                                                  235/235
addons                                                   | 1.9 kB     00:00
addons/primary_db                                        | 1.1 kB     00:00
base                                                     | 1.1 kB     00:00
base/primary                                             | 996 kB     00:00
base                                                                  2791/2791
extras                                                   | 2.1 kB     00:00
extras/primary_db                                        | 164 kB     00:00
mratwork-epel/metalink                                   |  10 kB     00:00
mratwork-epel                                            | 3.6 kB     00:00
mratwork-epel/primary_db                                 | 2.5 MB     00:00
mratwork-ius-archive                                     | 2.3 kB     00:00
mratwork-ius-archive/primary_db                          | 1.7 MB     00:00
mratwork-ius-stable                                      | 2.2 kB     00:00
mratwork-ius-stable/primary_db                           |  41 kB     00:00
mratwork-mariadb-32                                      | 2.5 kB     00:00
mratwork-mariadb-32/primary_db                           |  19 kB     00:00
mratwork-mariadb-64                                      | 2.5 kB     00:00
mratwork-mariadb-64/primary_db                           |  19 kB     00:00
mratwork-nginx                                           | 2.5 kB     00:00
mratwork-nginx/primary_db                                |  15 kB     00:00
mratwork-nginx-stable                                    | 2.4 kB     00:00
mratwork-nginx-stable/primary_db                         | 6.2 kB     00:00
mratwork-release-neutral-noarch                          |  951 B     00:00
mratwork-release-neutral-noarch/primary                  |  69 kB     00:00
mratwork-release-neutral-noarch                                         236/236
mratwork-release-version-arch                            |  951 B     00:00
mratwork-release-version-arch/primary                    |  97 kB     00:00
mratwork-release-version-arch                                           263/263
mratwork-varnish-3.0                                     |  951 B     00:00
mratwork-varnish-3.0/primary                             |  12 kB     00:00
mratwork-varnish-3.0                                                      48/48
mratwork-webtatic                                        | 2.5 kB     00:00
mratwork-webtatic/primary_db                             |  87 kB     00:00
updates                                                  | 1.9 kB     00:00
updates/primary_db                                       | 533 kB     00:00
Excluding Packages from MRatWork - Extra Packages for EL 5 - arch
Finished
Excluding Packages from MRatWork - IUS Community Packages for EL 5 (archive) - a    rch
Finished
Excluding Packages from MRatWork - IUS Community Packages for EL 5 (stable) - ar    ch
Finished
Excluding Packages from MRatWork - Webtatic for CentOS 5 - i386
Finished
0 packages excluded due to repository protections
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package kloxomr7.noarch 0:7.0.0.b-2016010201.mr set to be updated
---> Package webmin.noarch 0:1.780-1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package  Arch   Version                  Repository                       Size
================================================================================
Updating:
 kloxomr7 noarch 7.0.0.b-2016010201.mr    mratwork-release-neutral-noarch 6.5 M
 webmin   noarch 1.780-1                  Webmin                           27 M

Transaction Summary
================================================================================
Install       0 Package(s)
Upgrade       2 Package(s)

Total download size: 34 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): kloxomr7-7.0.0.b-2016010201.mr.noarch.rpm         | 6.5 MB     00:00
(2/2): webmin-1.780-1.noarch.rpm                         |  27 MB     00:04
--------------------------------------------------------------------------------
Total                                           5.7 MB/s |  34 MB     00:05
Running rpm_check_debug
Running Transaction Test
memory alloc (33554432 bytes) returned NULL.

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

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

Page created in 0.069 seconds with 17 queries.

web stats analysis