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-29, 05:15:14

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

Pages: 1 2 [3]
31
If you use one domain with SSL with server IP address instead of an * in this file then it creates virtual host file and apache work with only this domain and all other virtual hosts fails.

In my case there this problem occured. Then I changed this files:

/opt/configs/apache/tpl/domains.conf.tpl
/usr/local/lxlabs/kloxo/file/apache/tpl/domains.conf.tpl


I added $ip = '*'; to those files like below and this fixed and all Virtualhosts started to work.

Define port ${global::port}
Define portssl ${global::portssl}
<?php
        if (!$reverseproxy) {
                if  ($ip !== '*') {
$ip = '*';

32
Kloxo-MR Bugs and Requests / Re: One more critical DNS bug!!
« on: 2014-12-22, 11:16:38 »
Yes I know it. And I can't use it on Kloxo-MR. Then I asking for you?

OK here is a screenshot.

You can use only *.domain.com.
But can't create *.*.domain.com etc.

Also it can't create wildcard DNS like this. I updated from Kloxo official. Then I already had *.*.domain.com created. But there was error on DNS and bind service Failed. And then I deleted all my wildcard Aliases.

33
Kloxo-MR Bugs and Requests / Re: Kloxo-MR 7 Bind DNS BUGS!!
« on: 2014-12-22, 11:08:49 »
It doesn't working too.

After ran /script/fixdns --server=all


Then on master server

Files created in /opt/configs/nsd/conf/master

Also in defaults folder:
zones created to this file /opt/configs/nsd/conf/nsd.master.conf
And it's working OK.

But on secondary server:
Files created in /opt/configs/nsd/conf/master
and folder /opt/configs/nsd/conf/slave  is empty (It's different from your mentioned)

Also in /opt/configs/nsd/conf/defaults folder all those files are empty:
nsd.acl.conf  nsd.master.conf  nsd.reverse.conf  nsd.slave.conf


34
Kloxo-MR Bugs and Requests / Re: Kloxo-MR 7 Bind DNS bugs
« on: 2014-12-22, 09:03:44 »
Also this bug affecting on Slave (secondary) DNS servers.

In /opt/configs/nsd/conf/master/ folder there is zone files created. But /opt/configs/nsd/conf/defaults/nsd.master.conf and /opt/configs/bind/conf/defaults/named.master.conf is empty.

Then I think 'localhost,ns2.nameserver.com' should be correct and need fix DNS need to create files on both master and slave servers. How can I fix this? Can you help me. Thanks.

35
Kloxo-MR Bugs and Requests / One more critical DNS bug!!
« on: 2014-12-22, 08:55:16 »
I found one more DNS problem. There is wildcard domains aka "Domain aliases" doesn't working on Kloxo-MR version 7.

Explanation:

*.domain.com
*.*.domain.com
.etc domain can't worked in Kloxo-MR

Official Kloxo does work it. In Official kloxo we can insert it to Domain Aliases then it creates correct DNS record and this was worked. But in Kloxo-MR 7 it doesn't working.

Please fix this feature as soon as possible. How can I fix this? Can someone help me?

36
Kloxo-MR Technical Helps / Re: mail forwarding not working
« on: 2014-12-18, 20:14:33 »
On Kloxo-MR 7 Mail forwarding doesn't working. It's receiving and sending mail. But Mail forwarding doesn't. Tried /script/fixmail-all and /script/restart-mail

Anybody can help me?

37
Kloxo-MR Technical Helps / Re: Update 6.5.0 to 7.0.0
« on: 2014-12-18, 06:20:34 »
Same bug here. Kloxo can't start on slave server. Then can't run phpMyAdmin

[@hiawatha]# /etc/init.d/kloxo restart
Execute fixlxphpexe for php53s...
This is a Slave Server. Operate it at the Master server.
Stopping kloxo-phpcgi:                                     [  OK  ]
Starting kloxo-phpcgi:                                     [  OK  ]
Starting kloxo-hiawatha: Can't read file hiawatha.conf.
                                                           [FAILED]

38
Kloxo-MR Bugs and Requests / Re: Kloxo-MR 7 Bind DNS bugs
« on: 2014-12-18, 05:41:16 »
Update on a first bug that I reported:

Slave server's named.master.conf file is empty. My fix also can't handle it. Now DNS zones only on master server. But can't created on Secondary name server. Please check and fix this bug.

39
Kloxo-MR Bugs and Requests / Re: Kloxo-MR 7 Bind DNS bugs
« on: 2014-12-18, 05:15:56 »
Also one small bug:

On a DNS Template Pool and also Servers page Up and Down buttons of list doesn't work.

Error on javascript console is:
ReferenceError: frm_client_b_dnssyncserver_list is not defined

40
When attempting to load a zone file this error can occur and cause bind start fails:

pop.company.net.zone:313: blah.pop.company.net: bad owner name (check-names)
zone pop.company.net/IN: loading from master file pop.company.net failed: bad owner name (check-names)
zone pop.company.net/IN: not loaded due to errors.

Solution:
To named.options.conf add options below:

        check-names master ignore;
        check-names slave ignore;
        check-names response ignore;


41
Kloxo-MR Bugs and Requests / Re: Kloxo-MR 7 Bind DNS bugs
« on: 2014-12-18, 01:55:57 »
I upgraded from Kloxo 6.1.19.
Kloxo has this option. I have no idea about it. But remember that I chosen 2 name servers for one domain before. Maybe it was my fault. But official Kloxo worked ok with this configuration.

By the way thank you for helped  ;D You are life saver :)

42
Kloxo-MR Bugs and Requests / Re: Kloxo-MR 7 Bind DNS bugs
« on: 2014-12-18, 01:31:46 »
I found cause.
My domains had field syncserver 2 or more in database. I changed it to localhost. Then it go on.
If syncserver multi then /script/fixdns failing.

It fixed:
UPDATE `dns` SET `syncserver`='localhost' WHERE syncserver='localhost,ns2.nameserver.com'

43
Kloxo-MR Bugs and Requests / Re: Kloxo-MR 7 Bind DNS bugs
« on: 2014-12-18, 01:19:39 »
I had many domains before. I added new domain. That is now in named.master.conf
But old domains not. :( Can you help me?

44
Kloxo-MR Bugs and Requests / Re: Kloxo-MR 7 Bind DNS bugs
« on: 2014-12-18, 00:42:15 »
Thank you for your reply. I tried nsd also. But can't have luck. I upgraded from Kloxo 6.1.19 to Kloxo-MR 7
and can't load DNS.

I tried it already. But it can't helped. I switched nsd and djbdns back to bind.
I checked files in /opt/configs/nsd/conf/master and there are files which named my domains and extension .conf.

But Bind can't load zones. There are

/opt/configs/bind/conf/defaults/named.master.conf
and
/opt/configs/nsd/conf/defaults/nsd.master.conf

are empty. Is this can cause? How can I fix this?

(now I trying /script/cleanup one more time)

45
Kloxo-MR Bugs and Requests / Kloxo-MR 7 Bind DNS BUGS!!
« on: 2014-12-17, 23:49:14 »

Kloxo-MR 7 last version. Bind DNS can't start because of /etc/rndc.key content. I changed key name in this file rndckey to rndc-key then it works.

My system: OpenVZ VPS with CentOS 5.11

Also named.master.conf file is empty. Then Bind can't load zone. I ran /script/fixdns but it can't fix too.

'sh /script/fix-all; sh /script/restart-all' also can't fix.

There are zone files in nsd/conf/master folder. But bind doesn't load zone files. How can I fix this. It's critical.

Pages: 1 2 [3]

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

Page created in 0.062 seconds with 17 queries.

web stats analysis