Hi,
finally we managed to complete new version suitable for public release.
I uploaded files to http://fred.nic.cz/wiki/download
Just a quick summary of what are the main changes:
(1) auditing component - after 3 years running fred (2007-2010) we found
out that almost 99% of database size is in tables action and action_xml
used to log all incoming EPP communication and database is getting to be
non-maintainable. So we decided to change fred architecture and create
separate general component for logging incoming request. Database for
this consists of (request_*,session_*,..) monthly partitioned tables and
can be installed separately from main database. It its now used by EPP
fronted, unix whois, web whois and webadmin to store all requests in
FRED.
(2) billing component - invoicing was rewritten with intention to
support not only prepaid but also postpaid model. Price list can be
configured that in the way that charged operations are not blocked when
there is no credit, registrar sees negative credit in 'credit_info'
command and this is cleared when there is an incoming payment. Tables
for holding incoming payments were simplified and there is a simple way
to register new payment from general xml file describing payments. There
is also new component fred-transproc for transaction processing. It
queries IMAP and HTTP sources and transform responses into this new xml
file that is passed to fred. There are some example modules for our
local banks that can be used as starting point for your own modules
(3) messaging component - we added possibility to send and archive SMS
and snail mail letters automatically. But this is based on external
services so there must be some local company having web service for sms
or snail mail processing. Then script that call this web service must be
created and uploaded into fred for this feature to work.
(4) mojeid changes - we build a identity solution called mojeid (myid)
over registry (www.mojeid.cz). This is not part of fred and just use
fred as backend. It constis of validation of contact data by sending sms
to his phone number, email to his email address and snail mail letter to
his postal address. After completion of three pieces of information
send by this three channels we set status identified to this contact and
user can maintain his contact data directly through new application.
This contact also can take advantage of openid server and used the same
authentication process for different website supporting openid. I
mention this because you may see some of these mojeid changes in fred,
but actually are not useful for you. We are in the process of more
separating these things out of fred.
If you will decide to migrate we suggest to do new installation because
there are quite a lot of changes in configurations and than migrate
database according upgrade scripts in fred-db packages. Of course there
should be a intensive testing before going to production.
Regards,
Jaromir
--
Jaromir Talir
technicky reditel / Chief Technical Officer
-------------------------------------------
CZ.NIC, z.s.p.o. -- .cz domain registry
Americka 23, 120 00 Praha 2, Czech Republic
mailto:jaromir.talir@nic.cz http://nic.cz/
sip:jaromir.talir@nic.cz tel:+420.222745107
mob:+420.739632712 fax:+420.222745112
-------------------------------------------
Hello,
Does anyone know if there exists a full list of all the possible errors that might happen during the connection of Fred-Client with the server? The respective error messages might also be useful.
Thanks,
Besmira
Dear Sirs,
I am currently trying to run my EPP client against the fred testbed server "epp.demo.fred.nic.cz" (connection and certificate work perfectly).
But unfortunately I get a "greeting" response when I send a "login" request. Maybe you can tell me what I am missing (my last clTRID was FREDA-1333540552-b4bcf)?
I'll attach a dump of the hello+login commands I sent "OUT" together with the responses I got back "IN".
Thanks in advance!
Günther
== OUT ==
^@^@^@y<?xml version="1.0" encoding="UTF-8" standalone="no"?><epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<hello/>
</epp>
== IN ==
^@^@^C;<?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"><greeting><svID>EPP server (DSDng)</svID><svDate>2012-04-04T13:55:52+02:00</svDate><svcMenu><version>1.0</version><lang>en</lang><lang>cs</lang><objURI>http://www.nic.cz/xml/epp/contact-1.6</objURI><objURI>http://www.nic.cz/xml/epp/domain-1.4</objURI><objURI>http://www.nic.cz/xml/epp/nsset-1.2</objURI><objURI>http://www.nic.cz/xml/epp/keyset-1.3</objURI><svcExtension><extURI>http://www.nic.cz/xml/epp/enumval-1.2</extURI></svcExtension></svcMenu><dcp><access><all/></access><statement><purpose><admin/><prov/></purpose><recipient><public/></recipient><retention><stated/></retention></statement></dcp></greeting></epp>
== OUT ==
^@^@^B·<?xml version="1.0" encoding="UTF-8" standalone="no"?><epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
<login>
<clID>REG-FRED_A</clID>
<pw>passwd</pw>
<options>
<version>1.0</version>
<lang>en</lang>
</options>
<svcs>
<objURI>http://www.nic.cz/xml/epp/contact-1.6</objURI>
<objURI>http://www.nic.cz/xml/epp/nsset-1.2</objURI>
<objURI>http://www.nic.cz/xml/epp/domain-1.4</objURI>
<objURI>http://www.nic.cz/xml/epp/keyset-1.3</objURI>
<svcExtension>
<extURI>http://www.nic.cz/xml/epp/enumval-1.2</extURI>
</svcExtension>
</svcs>
</login>
<clTRID>FREDA-1333540552-b4bcf</clTRID>
</command>
</epp>
== IN ==
^@^@^C;<?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"><greeting><svID>EPP server (DSDng)</svID><svDate>2012-04-04T13:55:52+02:00</svDate><svcMenu><version>1.0</version><lang>en</lang><lang>cs</lang><objURI>http://www.nic.cz/xml/epp/contact-1.6</objURI><objURI>http://www.nic.cz/xml/epp/domain-1.4</objURI><objURI>http://www.nic.cz/xml/epp/nsset-1.2</objURI><objURI>http://www.nic.cz/xml/epp/keyset-1.3</objURI><svcExtension><extURI>http://www.nic.cz/xml/epp/enumval-1.2</extURI></svcExtension></svcMenu><dcp><access><all/></access><statement><purpose><admin/><prov/></purpose><recipient><public/></recipient><retention><stated/></retention></statement></dcp></greeting></epp>
Hello,
Does anybody know how to migrate to fred ?
I have database with domains, NS, admin-c, etc. and would like to migrate
to fred system.
Can anybody help me with it ?
Thanks.
Hello everyone
My question is not strictly related to FRED, as this is available in
"pure" EPP. Maybe it's a bit silly to ask but why would one want to
transfer a contact or nsset object existing in Registry?
Have you seen such cases?
Best
Piotr
Hi,
I am trying to update my fred to the latest available and i managed to
install everything working fine.The only problem that i get is when
registering domain I can not seem to be able to register the domain and
it gives me the following error
ERROR: Parameter value syntax error
Reason: bad format of fqdn domain
Now i followed the error and realized the following.
We do have second level i.e co.tz and or.tz etc....I can not register
domains under co.tz or or.tz while I can register under tz IF I SET
dot_max=2 in zone table for the zone tz...Now this means only domains
can be registered under tz and not other sub domains.
The logs are not explaining much apart from the bellow.
[2012-Jan-26 08:13:56] [fred-server] [debug]
[rifd/clid-30681/action-504/ccReg-0000139224] -- result created -- rows=75
[2012-Jan-26 08:13:56] [fred-server] [notice]
[rifd/clid-30681/action-504/ccReg-0000139224] -- domain type 2
[2012-Jan-26 08:13:56] [fred-server] [notice]
[rifd/clid-30681/action-504/ccReg-0000139224] -- bad format
testtznic.or.tz of fqdn
[2012-Jan-26 08:13:56] [fred-server] [debug]
[rifd/clid-30681/action-504/ccReg-0000139224] -- SESSION[0] loginID
30681 -> lang 0
[2012-Jan-26 08:13:56] [fred-server] [trace]
[rifd/clid-30681/action-504/ccReg-0000139224] -- >> failed
[2012-Jan-26 08:13:56] [fred-server] [debug]
[rifd/clid-30681/action-504/ccReg-0000139224] -- SESSION[0] loginID
30681 -> lang 0
[2012-Jan-26 08:13:56] [fred-server]
[warning][rifd/clid-30681/action-504/ccReg-0000139224] -- EppError
errCode 2005
msg Parameter value syntax error svTRID[ccReg-0000139224]
I suppose anyone with second level using fred with fred-server 2.3.10 or
a bit bellow may have encountered this.
--
[ Bryton | Systems Engineer | .tzNIC | www.tznic.or.tz | PGP F1D2D0BC ]
Hi guys
I've managed to package and run FRED 2.2.0 using sources you published
at your page in Ubuntu lucid and Python 2.6.
In order to make pyfred start I had to change two files.
(http://docs.python.org/library/subprocess.html#replacing-older-functions-wi…)
Maybe this will be useful for someone reading this list.
I'm also very happy about the way webadmin works now. Great job!
(Some parts are nicer than the rest: admin_impl.cc:191 ;-))
I have one question though, related to updating DB. What DB version
shall be used for running FRED you published?
Right after installation model_version in enum_parameters is 2.0.0.
However, upgrades dir contains 2.3.0 and above (and they're all used by
fred-dbmanager upgrade). And http://fred.nic.cz/wiki/download says 2.2.0.
So, what version is compatible with sources and can it be safely
upgraded using lower_ver-higher_ver.sql scripts in upgrades? I'm a bit
confused when it comes to versioning of FRED...
Best
Piotr
diff of /usr/bin/pyfredctl
4c4
< import os, sys, commands, time, signal, ConfigParser
---
> import os, sys, commands, time, signal, ConfigParser, subprocess
66c66
< pid = os.spawnl(os.P_WAIT, pyfred_server)
---
> pid = subprocess.call([pyfred_server])
diff of /usr/lib/pymodules/python2.6/pyfred/utils.py
8c8
< import sys, os, fcntl, select, time, popen2, signal
---
> import sys, os, fcntl, select, time, signal, subprocess
106c106
< child = popen2.Popen3(cmd, True)
---
> child = subprocess.Popen(cmd, True)
Hello all,
Does anyone know where can I find some information about the IDN Activation in fred?
I read that fred has full support for that, but I don't really know how does it manage the IDN domains, whether the service can be configured for each zone (or registrar) or whether it is possible to assign a different fee for them.
Thank you.
Regards,
Besmira
To my Czech friends:
- Mourning with you the death of Mr. Vaclav Havel.
- Veselé vánoce a šťastný nový rok (Merry christmas and Happy New Year).
--
Mario Guerra <mguerra(a)nic.cr>
Hello,
I wonder whether Fred-Client (and the server as well) offers the possibility to assign the technical and billing contacts to a domain. As far as I have checked, it is possible to assign a list of administrators via Fred-Client but it is not possible to specify their role (admin, technical contact or billing contact). Any idea or previous experience?
Thanks a lot,
Besmira
Hi,
Im trying to build fred-epp on fedora15 (lovelock) via rpmbuild,
on this fred-mod-eppd-2.3.2-1.fc12.src.rpm, I have successfully
build fred-client-2.2.3-1.noarch.rpm, fred-db-2.3.0-1.noarch.rpm,
fred-doc2pdf-2.0.4-1.noarch.rpm,
when I tried to build the fred-mod-eppd, it prompts me the error:
"checking for pkg-config... (cached) /usr/bin/pkg-config
"checking for X509_digest in -lssl... no
"configure: error: openssl not found
"error: Bad exit status from /var/tmp/rpm-tmp.I6w0pu (%build
even if openssl and openssl-devel is already installed
tried to check the BUILD/fred-mod-eppd/config.log it says:
-unwind-tables conftest.c -lssl >&5
/usr/bin/ld: /tmp/ccbmNckH.o: undefined reference to symbol 'X509_digest'
/usr/bin/ld: note: 'X509_digest' is defined in DSO /lib/libcrypto.so.10 so
try adding it to the linker command line
/lib/libcrypto.so.10: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
tried to search google for some answer, saw some DSO linking, yet still
cant understand, can someone
help me solved this error. Thanks in advance.
below are some info you might ask:
[root@localhost fred-mod-eppd-2.3.2]# uname -a
Linux localhost.localdomain 2.6.38.6-26.rc1.fc15.i686.PAE #1 SMP Mon May 9
20:36:50 UTC 2011 i686 i686 i386 GNU/Linux
[root@localhost fred-mod-eppd-2.3.2]# cat /etc/redhat-release
Fedora release 15 (Lovelock)
[root@localhost fred-mod-eppd-2.3.2]# rpm -qa | grep openssl
openssl-devel-1.0.0e-1.fc15.i686
openssl-1.0.0e-1.fc15.i686
configure:14340: result: /usr/bin/pkg-config
configure:14371: checking for X509_digest in -lssl
configure:14406: gcc -o conftest -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous
-unwind-tables conftest.c -lssl >&5
/usr/bin/ld: /tmp/ccbmNckH.o: undefined reference to symbol 'X509_digest'
/usr/bin/ld: note: 'X509_digest' is defined in DSO /lib/libcrypto.so.10 so
try adding it to the linker command line
/lib/libcrypto.so.10: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
configure:14413: $? = 1
configure: failed program was:
thanks
val
Hello:
I'm informing that we, as of August 26th., have implemented FRED completely, as a backend for our DNS administration.
I have a question, though about a domain, corobicicp.co.cr. Let's see first the FRED information:
NIC-REG1(a)127.0.0.1> info_domain corobicicp.co.cr
Domain name: corobicicp.co.cr
Repository object ID: D0000030043-EPP
Created by: NIC-REG1
Designated registrar: NIC-REG1
Created on: 2007-10-10T18:00:00-06:00
Expiration date: 2011-10-10 <------- it has not expired
NSSET ID: COROBICICP_CO_CR <-------------------
Password for transfer: bfjZP1C6
Status: ok - Objekt is without restrictions
Registrant ID: CESAR.SALAS_AT_COROBICICP.CO.CR
Administrative contact: CESAR.SALAS_AT_COROBICICP.CO.CR
NIC-REG1(a)127.0.0.1> info_nsset COROBICICP_CO_CR
NSSET ID: COROBICICP_CO_CR
Repository object ID: N0000017473-EPP
Created by: NIC-REG1
Designated registrar: NIC-REG1
Created on: 2011-06-03T12:38:40-06:00
Password for transfer: CdrNZl0g
Status: linked - Has relation to other records in registry
Technical contact: NATALIA.ALVARADO_AT_COROBICICP.CO.CR
Name servers: corobicicp.co.cr, (200.122.149.206) <---------------------
secundario.nic.cr, (75.125.255.162) <---------------------
Report level: 3
Now let see what the corresponding zone files generate:
root@fred:/tmp# grep corobicicp db*
db..co.cr:corobicicp.co.cr. IN NS corobicicp.co.cr.
db..co.cr:corobicicp.co.cr. IN NS secundario.nic.cr.
As you can see, no A record for the corobicicp.co.cr domain is generated in despite it is included in the nsset associated with the domain. I'm, though, including what thois client's DNS server gives us:
root@fred:/tmp# dig +norec corobicicp.co.cr ns @200.122.149.206
; <<>> DiG 9.7.0-P1 <<>> +norec corobicicp.co.cr ns @200.122.149.206
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41890
;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;corobicicp.co.cr. IN NS
;; ANSWER SECTION:
corobicicp.co.cr. 3600 IN NS dns.corobicicp.co.cr. <-------------
;; ADDITIONAL SECTION:
dns.corobicicp.co.cr. 3600 IN A 200.122.149.206
I wonder if this inconssitency have a role for what is generated by genzone_client.
Best regards.
--
Mario Guerra <mguerra(a)nic.cr>
Solved using a footer in genzone_client
Added
footer = /etc/fred/genzone.footer
to genzone.conf and added
_nicname._tcp.fo. IN SRV 0 0 43 whois.nic.fo.
to genzone.footer
Then "genzone_client fo" included the SRV at next update,
and everything worked fine. :-)
vh ...torkil...
On frí, 2011-06-10 at 21:11 +0100, Petur Kirke wrote:
>
> --------------------------------------------------
> From: "Mario Guerra" <mguerra(a)nic.cr>
> Sent: Friday, June 10, 2011 5:03 PM
> To: <fred-users(a)lists.nic.cz>
> Subject: Re: SRV record
>
> > On Fri, 10 Jun 2011 13:31:16 +0100
> > "Petur Kirke" <peturkirke(a)hotmail.com> wrote:
> >
> >> We want to put a SRV record into our zone, something like this:
> >>
> >> _nicname._tcp.fo 86400 IN SRV 0 5 43 whois.nic.fo.
> >>
> >> How can this be done in Fred ?
> >>
> >
> > I wouldn't use FRED for that. Rather, I would use shell statements or
> > similar after running genzone_client. Like:
> >
> > genzone_client fo
> > cat >> db.fo << EOF
> > _nicname._tcp.fo 86400 IN SRV 0 5 43 whois.nic.fo.
> > EOF
> >
named should be reloaded after this.
An alternative is to use the footer feature in genzone_client. See
above.
Hi!
I am installing FRED for the first time here. Got so far as to install the latest database fred-db-2.3.2 into pgsql 8.4. Here's the errors I get. Anybody who has seen this before?
...
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "request_property_value_pkey" for table "request_property_value"
setval
--------
1406
(1 row)
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: function tr_request(integer, timestamp without time zone, timestamp without time zone, inet, integer, integer, integer, character varying, boolean) does not exist
LINE 1: ...unction AS ON INSERT TO request DO INSTEAD SELECT tr_request...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
ERROR: function tr_request_data(timestamp without time zone, integer, boolean, integer, text, boolean) does not exist
LINE 1: ...on AS ON INSERT TO request_data DO INSTEAD SELECT tr_request...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
ERROR: function tr_request_property_value(timestamp without time zone, integer, boolean, integer, integer, integer, text, boolean, integer) does not exist
LINE 1: ...NSERT TO request_property_value DO INSTEAD SELECT tr_request...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
ERROR: function tr_session(integer, character varying, timestamp without time zone, timestamp without time zone, character varying) does not exist
LINE 2: DO INSTEAD SELECT tr_session ( NEW.id, NEW.name, NEW.login_d...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
ERROR: language "plpgsql" does not exist
HINT: Use CREATE LANGUAGE to load the language into the database.
How to change the 30 and 15 days protection periods for expired domains? Perhaps the validation_notify1_period and validation_notify2_period fields?.
Best regards.
P.S: my documentation for FRED 2.2.0 is almost ready. I think I'm including there interesting values in enum_parameters. Where should I upload it?.
--
Mario Guerra <mguerra(a)nic.cr>
We are about to fully migrate to FRED from our home-made system.
Now, what we want to do is to create domains in FRED according with our expiration date information. But there is one problem: create_domain takes the date from the system, so if I use create_domain today for say, a year, it would create the domain with an expiration date of 6th. June, 2012, which is what I don't want (suppose that that domain was created, say, 6 months ago using our home-made system, the expiration date would be 6th. January 2012).
One solution would be to modify the ex_date field in the domain_registry table according to our original information.
Does this make sense?. Is there any cleaner way of doing this?
Best regards.
--
Mario Guerra <mguerra(a)nic.cr>
Hello,
I was wondering when domain expires, and leaves behind contact and
nssets, are they deleted after some time?
Is there any messages email/epp generated to registrar on these events ?
--
Georg Kahest
Süsteemiadministraator
Eesti Interneti SA • Silikaltsiidi 3a, 11216 Tallinn
Tel 727 1016 • Faks 727 1010 • Mobiil 58 50 35 64
www.eestiinternet.ee
Hello,
We have a problem with domain deletion and I will try to describe our
problem.
Domain expired at 2010-10-08 and an expiration registration protection
came to an end (in our system it is set to 90 days). After this period
FRED for an epp query:
<?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">
<command>
<poll op="req"/>
<clTRID>1293530719893#17</clTRID>
</command>
</epp>
should generate an epp response similar to the one below:
<?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="1301">
<msg>Command completed successfully; ack to dequeue</msg>
</result>
<msgQ count="40" id="3296">
<qDate>2010-12-23T02:30:01+01:00</qDate>
<msg>
<domain:delData
xmlns:domain="http://www.nic.cz/xml/epp/domain-1.3"
xsi:schemaLocation="http://www.nic.cz/xml/epp/domain-1.3 domain-1.3.xsd">
<domain:name>mytestdomain.xy.zv</domain:name> <<<< this is the
most important part of the message for me
<domain:exDate>2010-09-23</domain:exDate>
</domain:delData>
</msg>
</msgQ>
<trID><clTRID>1293530719893#17</clTRID><svTRID>ccReg-0000485086</svTRID></trID>
</response>
</epp>
In most cases it worked fine and there were no problems with this, but
sometimes it looks like that the response containing information about
domain deletion had not been generated and it is a big problem for us.
I had looked at the FRED database and I found an action_xml table which
contains all conversations between FRED and a software which
communicates with it by epp protocol. Searching performed on this table
gave no satisfied results.
Is it possible that in case of:
* hardware problems
* system restart
* unexpected service stopped
or any other unpredictable reason, a queue which contains information
about event such as domain deletion is being cleaned and there is no way
to restore these information?
Does the queue is stored only in memory or it is persisted on filesystem
or in db?
Does an epp request with command op='req' is the only way to get an
information about domain deletion or there are some other ways to obtain
this kind of information?
Thanks and best regards.
Michal Pochwala
Hello,
I am new on FRED, have been trying to install it after using its live cd.
I have followed instructions given on
http://fred.nic.cz/attachment/wiki/documentation/notasfredj-en.pdf,
apache2 and fred-server started without a hitch, but when I tried to run
fred-client it could not connect to port 700, yes the server is listening
on port 700 set from
/etc/apache2/sites-enabled/02-fred-mod-eppd-apache.conf.
Below are the error messages in /var/log/fred-eppd.log when I run
fred-client
[Mon Jan 17 16:26:43 2011] [error] [client 127.0.0.1] mod_corba: Could not
obtain reference of object 'EPP':
IDL:omg.org/CosNaming/NamingContext/NotFound:1.0.
[Mon Jan 17 16:26:43 2011] [error] [client 127.0.0.1] mod_corba: Could not
obtain reference of object 'EPP':
IDL:omg.org/CosNaming/NamingContext/NotFound:1.0.
[Mon Jan 17 16:26:43 2011] [error] [client 127.0.0.1] mod_corba: Could not
obtain reference of object 'EPP':
IDL:omg.org/CosNaming/NamingContext/NotFound:1.0.
[Mon Jan 17 16:26:43 2011] [error] [client 127.0.0.1] mod_corba: Could not
obtain reference neither from cache nor nameservice.
[Mon Jan 17 16:26:43 2011] [error] [client 127.0.0.1] mod_corba: Could not
obtain reference of object 'EPP':
IDL:omg.org/CosNaming/NamingContext/NotFound:1.0.
[Mon Jan 17 16:26:43 2011] [error] [client 127.0.0.1] mod_corba: Could not
obtain reference of object 'EPP':
IDL:omg.org/CosNaming/NamingContext/NotFound:1.0.
[Mon Jan 17 16:26:43 2011] [error] [client 127.0.0.1] mod_corba: Could not
obtain reference of object 'EPP':
IDL:omg.org/CosNaming/NamingContext/NotFound:1.0.
[Mon Jan 17 16:26:43 2011] [error] [client 127.0.0.1] mod_corba: Could not
obtain reference neither from cache nor nameservice.
The service omniorb4-nameserver is started as well.
I'd appreciate any help in solving this as well as any guidance is setting
up fred-webadmin as it is not included in the document.
Thanks
Christian
Hello folks,
I wanted to know if you had already seen this kind of error and if It might have a negative impact on our EPP operations ?
Thanks for your support.
[28/Jan/2011:17:28:09 +0100] 8.9.26.12 [sessionID 430210] Logged in successfully, login id is 1682
[28/Jan/2011:17:33:10 +0100] 8.9.26.12 [sessionID 430210] Error when reading epp header (70007 - The timeout specified has expired)
[28/Jan/2011:17:33:10 +0100] 8.9.26.12 [sessionID 430210] Session ended
––––––––––––––––––––––––––––––––––––––––––––––
---------> Grégory Bernard Director <---------
---------------> www.osnet.eu <---------------
--> Your provider of OpenSource appliances <--
––––––––––––––––––––––––––––––––––––––––––––––
OSnetOSnetOSnetOSnetOSnetOSnetOSnetOSnetOSnetO
heya--
I was wondering if fred supports dnssec? I can not seem to find any
information regarding this. The fred tools do not have any options
that I can see either.
--julian
heya--
I issued myself a self-signed ssl cert to use with fred-client. I
attempt to log into the fred system and I receive the following error;
ERROR: socket.sslerror: (1, 'error:14094418:SSL
routines:SSL3_READ_BYTES:tlsv1 alert unknown ca') (localhost:22351)
Certificate not signed by verified certificate authority.
Is there any config options to turn this off? I have trawled though
the server.conf and other files with no luck on finding such an option.
--julian
Hello,
I need an urgent help.
I have been trying to add credit to my registrar
fred-banking --credit REG-XXXX co.tz 100000
The credit is not added and If i go to see the logs I see something very strange...It starts well by checking the enum_action and found 43 rows but then it goes to
execute the following query and here its where problem starts....
SELECT
r.id,r.handle,r.name,r.url,r.organization,r.street1,r.street2,r.street3,r.city,r.stateorprovince,r.postalcode,r.country,r.telephone,r.fax,r.email,r.system,
COALESCE(SUM(i.credit),0) FROM registrar r LEFT JOIN invoice i ON (r.id=i.registrarid AND
NOT(i.credit ISNULL)) WHERE 1=1 AND r.handle='wwwnetbanking.tz' GROUP BY
r.id,r.handle,r.name,r.url,r.organization,r.street1,r.street2,r.street3,r.city,r.stateorprovince,r.postalcode,r.country,r.telephone,r.fax,r.email,r.system
ORDER BY r.id
Now I noticed in the query there is r.handle='wwwnetbanking.tz' which is not in my registrars list and thus no result is found
I expected r.handle to be REG-XXXX mentioned above and not the one listed and it is coming into the query as the value and parameter and
moreover if i run the same command to add the same registrar same amount of money what happens is that it execute the same query but
r.handle='wwwnetbanking.tz' changes to say r.handle='netbankomng.tz'
I am confused and run out of ideas.Can you have an idea and why this
sudden change?
--
Regards,
Bryton.
F.R.E.D.-Users:
I am new to the F.R.E.D. Community and I would like to introduce
myself and make a request. I have been very active in the U.S. CC1
ENUM forums and other related forums. While I am not an engineer or a
trained in the technical details of ENUM, I have a better than average
layman's knowledge of ENUM.
I am looking for assistance in setting up an ENUM registry for U.S.
toll free numbering. If you are interested in working with me to
provision a registry in the near term will you please get back to me
as soon as possible? Will you please include in your response a
description of your experience with F.R.E.D., ENUM and client
software. A brief description of your professional background would
be helpful as well.
Thank you,
Jay
Jay Carpenter
1-602-228-4486 cell: voice and text
jaycarpenter(a)1-800-PHONEWORD.com