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-03-28, 23:02:32

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 - BigWeb.EU

Pages: 1 [2] 3 4 ... 8
16
Kloxo-MR Technical Helps / PHP differences
« on: 2017-08-08, 20:51:58 »
Hi
Mustafa can you explain bit more about differences between :

php71u / php71w / php71m

I usually use mutiple version (php71m), but i want to know the differences with other versions as well.

Thanks


17
Kloxo-MR Technical Helps / Re: Partial backup help
« on: 2017-08-07, 20:08:04 »
Nice approach, will probably use for other tasks.

At the moment worked out this way :

1. copy whole mysql directory from old to new host (made sure all passwords are same for both old and new hosts)
2. ran upcp / cleanup - this broght all DBs/scheudled takss/etc in kloxo , and recreated direcotries
3. copied directories manually and extracted in /home.

All is working

18
I just had same issue with new install .

Had to do sh /script/upcp -y; sh /script/cleanup several times before it became good.

So something looks meesed in latest release

my system info (if this would help)
Code: [Select]
A. Control Panel:
   - Kloxo-MR: 7.0.0.c-2017080603
   - Web: hiawatha-10.6.0-f.1.mr.el6.x86_64
   - PHP: php56s - 5.6.31-1.ius.centos6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.9 (Final) x86_64
   - Hostname: mecglobal.com
C. Services:
   1. MySQL: MariaDB-server-10.0.31-1.el6.x86_64
   2. PHP:
      - Installed:
        - Branch: php56u-cli-5.6.31-1.ius.centos6.x86_64
        - Multiple:
          * php53m - 5.3.29-1.ius.centos6
          * php56m - 5.6.31-1.ius.centos6
          * php71m - 7.1.7-1.ius.centos6
      - Used: --PHP Branch--
      - Multiple: enable
   3. Web Used: apache
     - Hiawatha: hiawatha-10.6.0-f.1.mr.el6.x86_64
     - Lighttpd: --uninstalled--
     - Nginx: --uninstalled--
     - Apache: httpd24u-2.4.27-1.ius.centos6.x86_64
       - PHP Type: php-fpm_event
       - Secondary PHP: off
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: none
     - Bind: bind-9.9.9-1.mr.el6.x86_64
     - DJBDns: --uninstalled--
     - NSD: --uninstalled--
     - PowerDNS: --uninstalled--
     - Yadifa: --uninstalled--
   6. Mail: qmail-toaster-1.03-1.3.57.mr.el6.x86_64
      - pop3/imap4: courier-imap-toaster-4.1.2-1.3.20.mr.el6.x86_64
      - smtp: qmail-toaster-1.03-1.3.57.mr.el6.x86_64
      - spam: bogofilter-1.2.4-1.el6.x86_64
   7. FTP: pure-ftpd
      - pure-ftpd: pure-ftpd-1.0.37-1.mr.el6.x86_64
   8. Stats: awstats
      - awstats: kloxomr-stats-awstats-7.6-1.mr.noarch
D. Memory:
             total       used       free     shared    buffers     cached
Mem:         32240       2083      30157          0         99       1231
-/+ buffers/cache:        752      31488
Swap:            0          0          0
E. Disk Space:
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda1       564G  7.5G  528G   2% /


*** Process Time: 00:00:00:20.20511 (dd:hh:mm:ss:xxxxxx) ***

19
Kloxo-MR Technical Helps / Re: Partial backup help
« on: 2017-08-05, 20:14:23 »
I cant use nromal backup - it is GZIPING and theres too many files . Thats why i need only bakcup of everything except the files , i will move files over SSH directly manually . Possible ?

20
Kloxo-MR Technical Helps / Partial backup help
« on: 2017-08-05, 19:28:26 »
Hi Mustafa,

I have a server to move kloxo -> kloxo, however , theres ~50 sites and ~150GB in many many  files. All sites are under "admin" user.

Is there a way i can only backup client settings/domain names/Mysql etc , but not the actual files ? So that Koxo would recreate all the structure on new server and DB, and I would move the actual files (home/admin)  manually ?


21
Thanks Mustafa !

This time all worked fine !

Could you maybe add this as a sctipt to /scripts in further releases ? (as a separate script) , so it could be easy fixable on similar configurations .

Thanks

22
Kloxo-MR Technical Helps / Re: 3k domains - not working
« on: 2017-08-03, 14:43:36 »
Mustafa ,
problem is with limits .

this link solved my problem :

https://support.plesk.com/hc/en-us/articles/213407989-Apache-failed-to-start-24-Too-many-open-files-Init-Can-t-open-server-certificate-file

Basically changing
 /usr/sbin/apachectl
and
/etc/sysconfig/httpd

to add ulimit higher values .

.

What about syncing DB - old kloxo -> new kloxo , is is good idea to move domains like this , as bakcup/restore still fails (the more domains coming in the longer it takes and faster it breaks)

23
Kloxo-MR Technical Helps / Re: 3k domains - not working
« on: 2017-08-03, 14:19:09 »
Hi,
theres nothing in there - 2 files only.
I thnk the porblem is that inside /home/httpd each domain has log files , stat files etc . Is it possible maybe to disable logs, stats for all of domains serverwide ?

PS - i tired switching to nginx , same :

nginx: [emerg] open() "/home/httpd/drac*******/stats/drac*****-error_log" failed (24: Too many open files)

maybe this is the problem with soft limits :
ulimit -Sn
shows 1024

24
Kloxo-MR Technical Helps / 3k domains - not working
« on: 2017-08-03, 13:28:27 »
Hi Mustafa ,

I have an old server running on old kloxo/centos 5  with ~3K domains (simple pages wihtout DB/ DNS/ mail ).

As centos5 is not supported anymore - yum isnt working, so i cant live update, and tried doing backup and then restore, however near 1.5K domains - restore breaks.

Apache wont load saying :
"(24)Too many open files: httpd: could not open error log file ", and basically all further actions  are failing .

Is there any way of make those import ? (I was thinking about cloning info from DB to DB manually and running cleanup) , also as i only need webs for them (no DNS/ no mails) maybe i can only clone domains/webs tables ?

Would clenaup create folders for me if i go with this strategy ?

Also maybe you have any other suggestions ?
Thanks

25
Breaks here:
Code: [Select]
[root@myserv tmp]# rpm -Uvh /root/rpmbuild/RPMS/x86_64/pure-ftpd-1.0.37-100.mr.el6.x86_64.rpm
error: open of /root/rpmbuild/RPMS/x86_64/pure-ftpd-1.0.37-100.mr.el6.x86_64.rpm failed: No such file or directory

I guess something is missing ?

PS: this is all files in root/rpmbuild:
Code: [Select]
/root/rpmbuild/
/SOURCES
pure-ftpd-1.0.27-config.patch     
pure-ftpd-1.0.37.tar.bz2         
pure-ftpd-paminclude.patch       
pure-ftpd-1.0.37-1.mr.src.rpm     
pure-ftpd.README.SELinux
pure-ftpd.init                   
pure-ftpd.logrotate               
pure-ftpd.pure-ftpwho.consoleapp 
pure-ftpd.pure-ftpwho.pam         
pure-ftpd.pureftpd.te             
/SPECS
pure-ftpd.spec

26
Yes, i had updated to "STRETCH" debian - absolutley latest version (but same was goin on on previous version before update. Thus - just updating does not work :(

Could you please advice commands to compile pureftpd properly for kloxo (would be good for cesntos 6 and 7) ?

27
This didnt help, so probably will need to recompile :(

Is it possible you can somehow fix this in next releases ? (Im prety much sure there will be more and more people using LXC as this become more of a standart replacing OpenVZ .)

28
This is LXC , (Linux Containers), which goes with proxmox4 and 5 (proxmox 3 had OpenVZ, but they do not support it any more).

29
Hi, well this is not OVH kernel - this is fresh install of debian + proxmox . I'm not sure if i can change ti without breaking proxmox itself.

Is it possible changing pureftpd to something else ? Or at least recompiling it with other options (--without-capabilities) ? Like here, is a working fix :

http://dikant.de/2009/01/22/setting-up-pureftpd-on-a-virtual-server/

maybe its possible to make separate package for it ?



30
Hi ,

Updated main node to proxmox 5 / Debian 9 - still same effect .

inside the VPS ( cat /etc/*release; yum list libcap* ) :

Code: [Select]
cat /etc/*release; yum list libcap*
CentOS release 6.9 (Final)
LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
CentOS release 6.9 (Final)
CentOS release 6.9 (Final)
Loaded plugins: fastestmirror, presto, priorities, protectbase, replace
Loading mirror speeds from cached hostfile
mratwork-epel/metalink                                                                                                                                                                                                |  22 kB     00:00
 * base: centosmirror.netcup.net
 * extras: mirror.softaculous.com
 * mratwork-epel: mirror.daniel-jost.net
 * mratwork-ius-archive: mirror.amsiohosting.net
 * mratwork-ius-stable: mirror.amsiohosting.net
 * mratwork-release-neutral-noarch: rpms.mratwork.com
 * mratwork-release-version-arch: rpms.mratwork.com
 * mratwork-webtatic: uk.repo.webtatic.com
 * updates: mirror.tobias-wollmann.com
base                                                                                                                                                                                                                  | 3.7 kB     00:00
extras                                                                                                                                                                                                                | 3.4 kB     00:00
mratwork-google-mod-pagespeed                                                                                                                                                                                         |  951 B     00:00
mratwork-ius-archive                                                                                                                                                                                                  | 2.4 kB     00:00
mratwork-ius-archive/primary_db                                                                                                                                                                                       | 3.6 MB     00:00
mratwork-ius-stable                                                                                                                                                                                                   | 2.3 kB     00:00
mratwork-ius-stable/primary_db                                                                                                                                                                                        | 227 kB     00:00
mratwork-mariadb                                                                                                                                                                                                      | 2.9 kB     00:00
mratwork-nginx                                                                                                                                                                                                        | 2.9 kB     00:00
mratwork-nginx-stable                                                                                                                                                                                                 | 2.9 kB     00:00
mratwork-release-neutral-noarch                                                                                                                                                                                       | 1.3 kB     00:00
mratwork-release-neutral-noarch/primary                                                                                                                                                                               | 131 kB     00:00
mratwork-release-neutral-noarch                                                                                                                                                                                                      455/455
mratwork-release-version-arch                                                                                                                                                                                         | 1.2 kB     00:00
mratwork-varnish-3.0                                                                                                                                                                                                  |  951 B     00:00
mratwork-webtatic                                                                                                                                                                                                     | 3.6 kB     00:00
updates                                                                                                                                                                                                               | 3.4 kB     00:00
vz-base                                                                                                                                                                                                               |  951 B     00:00
vz-updates                                                                                                                                                                                                            |  951 B     00:00
0 packages excluded due to repository protections
Installed Packages
libcap.x86_64                                                                                                         2.16-5.5.el6                                                                                                  installed
libcap-ng.x86_64                                                                                                      0.6.4-3.el6_0.1                                                                                               @base
Available Packages
libcap.i686                                                                                                           2.16-5.5.el6                                                                                                  base
libcap-devel.i686                                                                                                     2.16-5.5.el6                                                                                                  base
libcap-devel.x86_64                                                                                                   2.16-5.5.el6                                                                                                  base
libcap-ng.i686                                                                                                        0.6.4-3.el6_0.1                                                                                               base
libcap-ng-devel.i686                                                                                                  0.6.4-3.el6_0.1                                                                                               base
libcap-ng-devel.x86_64                                                                                                0.6.4-3.el6_0.1                                                                                               base
libcap-ng-python.x86_64                                                                                               0.6.4-3.el6_0.1                                                                                               base
libcap-ng-utils.x86_64                                                                                                0.6.4-3.el6_0.1                                                                                               base

Proxmox suggests recompiling the proftpd manually, which seems crazy, so maybe you have another solution here ?
Thanks

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

Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.033 seconds with 20 queries.

web stats analysis