Hello again
We are now testing the nameserver
In my file db.fo, which is created with the genzone_client script, the serial number is 1244941201
But when querying the nameserver from internet the serial is still 1244422801. (old number)Do you know what can be wrong or missing ?Should something be done in FRED, or is it some settings in BIND ?regardsPetur
Hi FRED fans,
I uploaded my presentation from LacTLD meeting I had few weeks ago. It's
available here:
http://fred.nic.cz/attachment/wiki/attachments/FRED-20090527-JT-LacTLD.odp?…
This presentation contains some description of FRED features together
with quick installation HOWTO for Fedora. It can be useful in decision
whether FRED is good for you or not.
Regards,
Jaromir
Hi all,
I've change allowIDN attributes in src/register/nsset.h and
src/register/domain.h to yes in fred-server-2.1.11.
Then:
#fred-admin --zone_add --zone_fqdn=xn--mgbx4cd0ac
#fred-admin --registrar_add_zone --zone_fqdn=xn--mgbx4cd0ac
--handle=REG-UMAR
#create_domain xn--mgbkp7dn3c.xn--mgbx4cd0ac CID:001 NULL CID:001 NULL (12
m)
ERROR: Authentication error
How can I solve this IDN error and successfully create an IDN zone?
Thank you.
--
Regards,
Umarzuki Mochlis
http://gameornot.net
Hi all,
1. using fred-admin, I created new fqdn and corresponding registrars for cz
sucessfully.
2. I've added using fred-client for umar.cz with the corresponding contact,
nsset and domain successfully.
3. Then I run
#genzone_client cz
to generate the zone for all in cz (including umar.cz)
4. But when I run whois -h 127.0.0.1 umar.cz it says status: Domain
is not generated into zone
Did I missed any steps? or wrongly type any commands?
--
Regards,
Umarzuki Mochlis
http://gameornot.net
I'm using fred-server 2.1.11 and when i ran
fred-admin --registrar_add_zone --zone_fqdn=cz --registrar_handle=REG-UMAR
This message appeared:
Error: option value 'handle' not found in configuration
Prior to that I'm able to create contact and nsset
Where is the configuration file of fred-admin and how can I solve this?
--
Regards,
Umarzuki Mochlis
http://gameornot.net
Finally made 2 contacts and 1 nsset but failed to make domain
REG-UMAR(a)192.168.56.6> create_domain umar.com UMAR NULL UMARNS01 NULL (24 m)
NAZMAN
Client-side validation command:
xmllint --noout --schema "/usr/local/share/fred-client/schemas/all.xsd" -
Do you really want to send this command to the server? (y/N): y
Client-side validation command:
xmllint --noout --schema "/usr/local/share/fred-client/schemas/all.xsd" -
Return code: 2005
Reason: Parameter value syntax error
ERROR: Element that caused a server error condition: <domain:name
xmlns:domain='http://www.nic.cz/xml/epp/domain-1.4'>umar.com</domain:name>
Reason: Domain name not applicable.
COMMAND: domain:create
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0
epp-1.0.xsd"><command><create><domain:create xmlns:domain="
http://www.nic.cz/xml/epp/domain-1.4" xsi:schemaLocation="
http://www.nic.cz/xml/epp/domain-1.4 domain-1.4.xsd"><domain:name>umar.com
</domain:name>
<domain:period unit="m">24</domain:period>
<domain:nsset>UMARNS01</domain:nsset>
<domain:registrant>UMAR</domain:registrant>
<domain:admin>NAZMAN</domain:admin>
</domain:create>
</create>
<clTRID>vwpb011#09-06-11at16:41:49</clTRID>
</command>
</epp>
ANSWER:
<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0
epp-1.0.xsd"><response><result code="2005"><msg>Parameter value syntax
error</msg>
<extValue><value><domain:name xmlns:domain="
http://www.nic.cz/xml/epp/domain-1.4">umar.com</domain:name>
</value>
<reason>Domain name not applicable.</reason>
</extValue>
</result>
<trID><clTRID>vwpb011#09-06-11at16:41:49</clTRID>
<svTRID>ccReg-0000000058</svTRID>
</trID>
</response>
</epp>
no matter what domain i tried, what interface i'm using (CLI, interactive
CLI and GUI), i still got the same error.
--
Regards,
Umarzuki Mochlis
http://gameornot.net
when browsing november 2008 mail archive, i found that my problem might be
related to postgresql like Julian had but the error message
function create_tmp_table(unknown) does not exist at character 8
aside from that it only happens only 5 times around 11 AM
when i try again at 12 PM
REG-UMAR(a)192.168.56.6> create_contact CID:CA000001 'Umarzuki'
umarzuki@gmail123 Beranang 43700 MY
Do you really want to send this command to the server? (y/N): y
Return code: 2400
Reason: Command failed
Still same messages
grep exist /var/log/postgresql/postgresql-8.3-main.log
2009-06-09 11:40:28 MYT ERROR: function create_tmp_table(unknown) does not
exist at character 8
2009-06-09 11:40:36 MYT ERROR: function create_tmp_table(unknown) does not
exist at character 8
2009-06-09 11:40:40 MYT ERROR: function create_tmp_table(unknown) does not
exist at character 8
2009-06-09 11:40:43 MYT ERROR: function create_tmp_table(unknown) does not
exist at character 8
2009-06-09 11:40:49 MYT ERROR: function create_tmp_table(unknown) does not
exist at character 8
but that was yesterday
even the few log messages
tail -25 /var/log/postgresql/postgresql-8.3-main.log
2009-06-10 11:02:25 MYT FATAL: terminating connection due to administrator
command
2009-06-10 11:02:25 MYT LOG: autovacuum launcher shutting down
2009-06-10 11:02:25 MYT LOG: shutting down
2009-06-10 11:02:25 MYT LOG: database system is shut down
2009-06-10 11:02:35 MYT LOG: could not load root certificate file
"root.crt": no SSL error reported
2009-06-10 11:02:35 MYT DETAIL: Will not verify client certificates.
2009-06-10 11:02:35 MYT LOG: database system was shut down at 2009-06-10
11:02:25 MYT
2009-06-10 11:02:35 MYT LOG: autovacuum launcher started
2009-06-10 11:02:35 MYT LOG: database system is ready to accept connections
2009-06-10 11:02:35 MYT LOG: incomplete startup packet
2009-06-10 11:09:25 MYT LOG: incomplete startup packet
2009-06-10 11:09:25 MYT LOG: received fast shutdown request
2009-06-10 11:09:25 MYT LOG: aborting any active transactions
2009-06-10 11:09:25 MYT FATAL: terminating connection due to administrator
command
2009-06-10 11:09:25 MYT FATAL: terminating connection due to administrator
command
2009-06-10 11:09:25 MYT LOG: autovacuum launcher shutting down
2009-06-10 11:09:25 MYT FATAL: terminating connection due to administrator
command
2009-06-10 11:09:25 MYT LOG: shutting down
2009-06-10 11:09:25 MYT LOG: database system is shut down
2009-06-10 11:10:06 MYT LOG: could not load root certificate file
"root.crt": no SSL error reported
2009-06-10 11:10:06 MYT DETAIL: Will not verify client certificates.
2009-06-10 11:10:06 MYT LOG: database system was shut down at 2009-06-10
11:09:25 MYT
2009-06-10 11:10:06 MYT LOG: autovacuum launcher started
2009-06-10 11:10:06 MYT LOG: database system is ready to accept connections
2009-06-10 11:10:06 MYT LOG: incomplete startup packet
--
Regards,
Umarzuki Mochlis
http://gameornot.net