hi
im trying to get .fo domains into fred.
i first did this:
/usr/sbin/fred-admin --zone_add --zone_fqdn=fo
/usr/sbin/fred-admin --registrar_add --registrar_handle=REG-TLD
/usr/sbin/fred-admin --registrar_add_zone --zone_fqdn=fo --registrar_handle=REG-TLD
then i try to run this command in fred-client:
REG-TLD@localhost> create_domain nic.fo cid:REG-TLD
Do you really want to send this command to the server? (y/N): y
ERROR: Server returned an empty message.
Ending session at localhost
Disconnected.
Try to automaticly reconnect - send login.
Connecting to localhost, port 700 ...
Connected!
ERROR: Parameter value syntax error
Reason: contact handle of registrant does not exist.
What am i doing wrong ?
________________________________________
Fra: fred-users-bounces(a)lists.nic.cz [fred-users-bounces(a)lists.nic.cz] På vegne
af Jaromír Talíř [jaromir.talir(a)nic.cz]
Sendt: 4. november 2008 13:50
Til: fred-users(a)lists.nic.cz
Emne: Re: SV: Fred dramas
You can use this commands which do almost the same:
/usr/sbin/fred-admin --zone_add --zone_fqdn=tld
/usr/sbin/fred-admin --registrar_add --registrar_handle=REG-TLD
/usr/sbin/fred-admin --registrar_add_zone --zone_fqdn=tld
--registrar_handle=REG-TLD
This will create new registrar as copy of REG-FRED_A, new zone as copy
of .cz and allow new registrar to register new zone.
Jaromir
Julian De Marchi píše v Út 04. 11. 2008 v 21:10 +1000:
Jaromír Talíř wrote:
Yes, this is unimplemented section. We think once
there will be some
registry statistics for internal usage, but there are no plans yet.
Currently our development in web administration interface (daphne) is
concentrated on Users, User profiles, Authorization and Auditing. I
expect next release in about month.
One last question before I call it a night. On your site you have;
#!/bin/bash
ZONE=change_me
PRIMARY=primary.ns.change_me
HOSTMASTER=hostmaster.change_me
fred -U fred fred << _EOF_
INSERT INTO zone
(fqdn,ex_period_min,ex_period_max,val_period,dots_max)
VALUES('${ZONE}', 12, 12, 0, 1);
INSERT INTO zone_soa (Zone, TTL, Hostmaster, Serial, Refresh,
Update_retr, Expiry, Minimum, ns_fqdn) VALUES (curval('zone_id_seq'),
18000, '${HOSTMASTER}', NULL, 10600, 3600, 1209600, 7200, '${PRIMARY}');
INSERT INTO zone_ns (Zone, fqdn, addrs) VALUES (curval('zone_id_seq'),
'${PRIMARY}', '{}');
INSERT INTO registrarinvoice (registrarid,zone,fromdate) VALUES
(currval('registrar_id_seq'),curval('zone_id_seq'),NOW());
_EOF_
To create the first zone. How would one do this in the current version?
--julian
_______________________________________________
Fred-users mailing list
Fred-users(a)lists.nic.cz
https://lists.nic.cz/mailman/listinfo/fred-users
This email and its attachments may be confidential and are intended solely for the use of
the individual to whom it is addressed.
If you are not the intended recipient or authorized to receive information for the
intended recipient you are notified that disclosing, copying, distributing or taking any
action in reliance on the contents of this information is strictly prohibited. If the
email contains proposals, they are valid for 30 days following the date of email
transmission. Finally, the recipient should check this email and any attachment for the
presence of viruses. The company accepts no liability for any damage caused by any virus
transmitted by email.