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-26, 14:54:00

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

Pages: [1]
1
commands history:

Quote
yum update
sh /script/cleanup'sh: /script/cleanup: No such file or directory

yum reinstall kloxomr7 -y
sh /script/cleanup
sh /script/fix-configs-files
sh /script/fix-all
sh /script/restart-all
reboot

I got error database connection from the webmail
Other mysql websites work on the server.
 so i verified the mail process...
no imap pop process working on phone...

so i i switched programs  from kloxo pannel "as used" to courrier/qmail and do a cleanup fixmail scripts...

still got the same mail problem.
system information:

Quote
[root@hajjam ~]# sh /script/sysinfo
A. Control Panel:
   - Kloxo-MR: 7.0.0.c-2017032001
   - Web: hiawatha-10.5.0-f.2.mr.el6.i686
   - PHP: php54s-5.4.45-1.ius.centos6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.8 (Final) i686
   - Hostname: hxxxxm.net
C. Services:
   1. MySQL: MariaDB-server-10.0.30-1.el6.i686
   2. PHP:
      - Installed:
        - Branch: php54-cli-5.4.45-1.ius.centos6.i686
        - Multiple:
          * php56m-5.6.30-1.ius.el6
      - Used: php56m-fpm
      - Multiple: enable
   3. Web Used: hiawatha
     - Hiawatha: hiawatha-10.5.0-f.2.mr.el6.i686
     - Lighttpd: lighttpd-1.4.45-1.el6.i686
     - Nginx: nginx-1.11.11-1.el6.ngx.i386
     - Apache: httpd24u-2.4.25-3.ius.centos6.i686
       - PHP Type: php-fpm_event
       - Secondary PHP: off
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: bind
     - Bind: bind-9.9.9-1.mr.el6.i686
     - DJBDns: --uninstalled--
     - NSD: --uninstalled--
     - PowerDNS: --uninstalled--
     - Yadifa: --uninstalled--
   6. Mail: qmail-toaster-1.03-1.3.55.mr.el6.i386
      - pop3/imap4: courier-imap-toaster-4.1.2-1.3.20.mr.el6.i686
      - smtp: qmail-toaster-1.03-1.3.55.mr.el6.i386
      - spam: bogofilter-1.2.4-1.el6.i686
   7. Stats: webalizer
D. Memory:
             total       used       free     shared    buffers     cached
Mem:           256        256          0        130          0        131
-/+ buffers/cache:        124        131
Swap:            0          0          0
E. Disk Space:
Filesystem         Size  Used Avail Use% Mounted on
/dev/ploop23425p1   15G   13G  1.4G  91% /


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

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

2
Hi all

I updated this morning kloxo to 7.0.0.c-2017031902

After having tried the ritual: 'sh /script/cleanup'

i got: sh: /script/cleanup: No such file or directory

So i verified the /script/ forlder.

I only have those files and folders:
Quote
ls /script
create-kloxoexe  disable-yum-cache  filter         php-branch-installer      php-branch-updater  remove-php-fpm     select-kloxo-wrapper
disable-php-fpm  enable-php-fpm     fix-ipaddress  php-branch-installer.inc  phpm-remover        run-kloxo-wrapper



Is there any new change on the /script folder ? or it's just something wrong with the update ?

3
I installed a fresh slave vps. to try options with 2 servers

I created a new reseller to manage all stuffs in this new slave vps... when i try to assign to it I got this:






When i try to assign to the slave server pool no error reported:






When i try to asign this new user to slave server:
I got: Could not ZIP dir [/home/user][/color]





someone has already try to let it work ? if yes how can we do this ?

thanks  :o ;) :)

4
Hi All

I have a new question.
Could we add a slave server as Secondary DNS?

If yes how can we do this?


Thank you

5
Hi All

I Took a new vps yesterday to try the slave options  8)

i installed the new fresh and clean vps as usual.

put the sh /script/make-slave. and add it on the master server  (a little adventure to change the default admin/admin password, used sh /script/resetpassword slave newpass from shell and it work, slave have been added  ;D)

I have a question. Do i have to create a new DNS Template for the new server?
If yes why i have only ip address of the first server on web and mail options on new DNS template creations.

see screen:









6
Hi all

I have try this morning to add a secondary dns... and allow transfert to get 2 dns in different subnets.

the first DNS is working correctly
Quote
[root@hxxxxm ~]# ping ns1.hxxxxm.net
PING ns1.hxxxxm.net (107.xxx.65.233) 56(84) bytes of data.
64 bytes from hxxxxm.net (107.xxx.65.233): icmp_seq=1 ttl=64 time=0.031 ms

But the second one give me a diffrent IP when i try to ping it from the kloxo-mr master server
Quote
[root@hxxxxm ~]# ping ns2.hxxxxm.net
PING ns2.hxxxxm.net.net (52.50.81.210) 56(84) bytes of data.

Kind of DNS poisining...

in kloxo i created A zone with my secondary dns... and changed __base__ on ns2 with ns2

The kloxo generated zone file:
Quote
;;; begin - dns of 'hxxxxm.net' - do not remove/modify this line

$ORIGIN hxxxxm.net.
$TTL 1209600
hxxxxm.net. IN SOA ns1.hxxxxm.net. admin.hxxxxm.net. ( 2017013134 3600 1800 604800 3600 )
hxxxxm.net. IN NS ns1.hxxxxm.net.
cp.hxxxxm.net. IN A 107.xxx.65.233
hxxxxm.net. IN A 107.xxx.65.233
ns1.hxxxxm.net. IN A 107.xxx.65.233
ns2.hxxxxm.net. IN A 92.xxx.103.12

mail.hxxxxm.net. IN A 107.xxx.65.233
www.hxxxxm.net. IN A 107.xxx.65.233
ftp.hxxxxm.net. IN A 107.xxx.65.233
stats.hxxxxm.net. IN A 107.xxx.65.233
webmail.hxxxxm.net. IN A 107.xxx.65.233
lists.hxxxxm.net. IN A 107.xxx.65.233
smtp.hxxxxm.net. IN CNAME mail.hxxxxm.net.
pop.hxxxxm.net. IN CNAME mail.hxxxxm.net.
imap.hxxxxm.net. IN CNAME mail.hxxxxm.net.
hxxxxm.net. IN MX 10 mail.hxxxxm.net.
ns2.hxxxxm.net. IN NS ns2.hxxxxm.net.
_domainkey.hxxxxm.net. IN TXT "t=y; o=-; r=admin@hxxxxm.net"
private._domainkey.hxxxxm.net. IN TXT ("v=DKIM1; g=*; k=rsa; "
    "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDUtm7wFK0JXhY48yTNeZkiA2S"
    "zWs/5uUCdvMKz2C//TmWqD7M+KLx9McZzvAGnDuuuj5fcGNlAVQCWoKd6F+yTm95"
    "PhawlIO372Dmux6reblmT6/uJGXDNjNOF4F9Ia43Q9qrIOz7sFHRSiV9FOjPKJZO"
    "CtpUgcrzCfRNnhU+AwIDAQAB")
hxxxxm.net. IN TXT "v=spf1 a mx ip4:107.xxx.65.233 ~all"
_dmarc.hxxxxm.net. IN TXT "v=DMARC1; p=none; pct=20; rua=mailto:admin@hxxxxm.net"

;;; end - dns of 'hxxxxm.net' - do not remove/modify this line



I have a remark for this auto generated dns template (maybe i m wrong):
- 1209600 would be default rfc expiration and not $TTL must be corrected. Default TTL could be 86400
- the 604800 should be the default 1209600 RFC one.. the famous (14days-28days)...

RFC 1912 recommends 1209600-2419200 is for default expiration and not default $TTL... the template have generated 604800 for the expiration date...



is any body have try to get working the secondary dns?





7
I got some adventures this morning with let's encrypt.

so i come here to share it with you...

For people who try to let let's encrypt working.

 you must remove stats.domain.ltd from alt when you create the certificate... it blocking the process... (for test am using apache php56 and php_fpm_event)

maybe because the redirection from stats.domain.ltd to domain.ltd/stats

whope this will help...

to be sure about the error you can try this command:

Quote
bash /root/.acme.sh/acme.sh --issue --webroot /var/run/letsencrypt --domain domain.ltd --domain www.domain.ltd --domain cp.domain.ltd --domain stats.domain.ltd --domain webmail.domain.ltd --keylength 2048 --accountemail scorpus@domain.ltd/root/.acme.sh/acme.sh

(just replace domain.ltd with yours and put your mail)

you will get:
Quote
[Mon Jan 30 15:59:30 WET 2017] stats.domain.ltd:Verify error:Invalid response from http://stats.domain.ltd/.well-known/acme-challenge/vil9wvYLoDRi6oEx1oQP_KzUOv06S96w3rX-WV5dv70:
[Mon Jan 30 15:59:30 WET 2017] Please add '--debug' or '--log' to check more details.
[Mon Jan 30 15:59:30 WET 2017] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh



8
Hi all

Im a new user from Morroco. just discovered this panel  :o nad it's realy cool !

I have remark some problems



httpd.event is lunched with 2 different users is that normal?:


Quote
[root@hajjam ~]# ps -aux | grep http
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.8/FAQ
root       886  0.0  0.6  15192  4740 ?        Ss   12:14   0:00 httpry -d -q -P /var/run/httpry.pid -F -o /var/log/httpry/httpry.log
root       932  0.0  2.1 226152 16592 ?        Ss   12:14   0:00 /usr/sbin/httpd.event
apache     944  0.0  2.0 1225772 15960 ?       Sl   12:14   0:00 /usr/sbin/httpd.event
root      1355  0.0  0.0 103308   720 pts/0    D+   12:19   0:00 grep http


My second remark is when i lunch
sh /script/restart-web --force

it only stop the server and doesn't restart it.

Quote
A. Control Panel:
   - Kloxo-MR: 7.0.0.b-2017012502
   - Web: hiawatha-10.4.0-f.1.mr.el6.x86_64
   - PHP: php54s-5.4.45-1.ius.centos6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.8 (Final) x86_64
   - Hostname: domain.net
C. Services:
   1. MySQL: MariaDB-server-10.0.29-1.el6.x86_64
   2. PHP:
      - Installed:
        - Branch: php-cli-5.3.3-48.el6_8.x86_64
        - Multiple:
          * php53m-5.3.29-1.ius.centos6
      - Used: php53m-fpm
      - Multiple: disable
   3. Web Used: apache
     - Hiawatha: hiawatha-10.4.0-f.1.mr.el6.x86_64
     - Lighttpd: lighttpd-1.4.44-1.el6.x86_64
     - Nginx: nginx-1.11.9-1.el6.ngx.x86_64
     - Apache: httpd-2.2.31-1.mr.el6.x86_64
       - PHP Type: php-fpm_event
       - Secondary PHP: off
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: bind
     - Bind: bind-9.9.7-1.mr.el6.x86_64
     - DJBDns: --uninstalled--
     - NSD: --uninstalled--
     - PowerDNS: --uninstalled--
     - Yadifa: --uninstalled--
   6. Mail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - pop3/imap4: none
      - smtp: none
      - spam: bogofilter-1.2.4-1.el6.x86_64
   7. Stats: webalizer
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:           768        387        380          4          0        222
   -/+ buffers/cache:        164        603
   Swap:          768        125        642
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   /dev/simfs       40G   13G   28G  31% /


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


Thank you for your help

Best regards

Pages: [1]

MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix

Page created in 0.059 seconds with 16 queries.

web stats analysis