Hello,
What is the Best Practice with Reserverd domains and fred, currently my
understanding is that, domains are reserved (prohibited to register),
then reservation is removed
and any registrar is able to register that domain, is there some system
to allow only one registrar register that domain and is there any
billing related features with reserved
domains, or they are treated just like normal domains.
--
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
Hi, I've been trying to connect to fred-server from fred-client for a long
time, but I'couldn not do so. I think that is all about certificates,
because this procedures are not deeply explained in documentations. I would
be very pleased if someone can tell me where to find the correct procedures.
The procedure I followed to get certificates and keys, is this one:
1. download CA.pl
2. run ./CA.pl -new ca
3. copy generated demoCA/cacert.pem to /usr/share/fred-mod-eppd/ssl/
4. run ./CA.pl -newreq
5. run CA.pl -sign
6. move generated newcert.pem and newkey.pem to
/usr/share/fred-mod-eppd/ssl/ and remove newreq.pem in CA.pl's directory
7. run again CA.pl -newreq
8. run again CA.pl -sign
9. move generated cert and key to /usr/share/fred-mod-eppd/ssl/
After that, I get client and mod-eppd configured to point these files, and
run the following script to insert registrars into database:
*#!/bin/bash
MD5=$(openssl x509 -in /usr/local/share/fred-client/ssl/newcert.pem
-fingerprint -noout -md5)
HANDLE=$1
PASSWORD=$2
NAME=$3
psql -U fred fred << _EOF_
INSERT INTO registrar (handle,name) VALUES ('${HANDLE}','${NAME}');
INSERT INTO registraracl (registrarid,cert,password) VALUES
(currval('registrar_id_seq'),'${MD5}','${PASSWORD}');
_EOF_
*
When starting apache, got this error.log:
FRED:/home/fred# more /var/log/apache2/error.log
*
[Wed Jan 27 17:44:07 2010] [warn] Init: Session Cache is not configured
[hint: SSLSessionCache]
[Wed Jan 27 17:44:07 2010] [notice] mod_corba started (mod_corba version
1.3.0, SVN revision unknown, BUILT Jan 18 2010 19:11:31)
[Wed Jan 27 17:44:07 2010] [notice] mod_eppd started (mod_eppd version
2.2.0, SVN revision unknown, BUILT Jan 18 2010 19:13:30)
[Wed Jan 27 17:44:07 2010] [warn] mod_whoisd: whoisd disclaimer not set,
using default.
[Wed Jan 27 17:44:07 2010] [notice] mod_whoisd started (mod_whoisd version
3.1.1, SVN revision unknown, BUILT Jan 18 2010 19:15:10)
[Wed Jan 27 17:44:07 2010] [notice] mod_python: Creating 8 session mutexes
based on 6 max processes and 25 max threads.
[Wed Jan 27 17:44:07 2010] [notice] mod_python: using mutex_directory /tmp
[Wed Jan 27 17:44:07 2010] [notice] mod_corba started (mod_corba version
1.3.0, SVN revision unknown, BUILT Jan 18 2010 19:11:31)
[Wed Jan 27 17:44:07 2010] [notice] mod_eppd started (mod_eppd version
2.2.0, SVN revision unknown, BUILT Jan 18 2010 19:13:30)
[Wed Jan 27 17:44:07 2010] [warn] mod_whoisd: whoisd disclaimer not set,
using default.
[Wed Jan 27 17:44:07 2010] [notice] mod_whoisd started (mod_whoisd version
3.1.1, SVN revision unknown, BUILT Jan 18 2010 19:15:10)
[Wed Jan 27 17:44:07 2010] [notice] Apache/2.2.9 (Debian) mod_python/3.3.1
Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g configured -- resuming normal
operations*
Following this, configured fred-client to use the two inserted registrars to
login. When running fred-client, input passphrase used to generate client's
cert, and getting this output:
*FRED:/home/fred# fred-client
Unsupported language code: 'es' in os.environ.LANG. Available codes are: cs,
en. Set default to: 'en'.
Enter PEM pass phrase:
FredClient 2.2.0
Type "help", "license" or "credits" for more information.
Using configuration from /usr/local/etc/fred/fred-client.conf
Connecting to localhost, port 700 ...
ERROR: Login failed.
*Log information in fred-eppd log:*
FRED:/home/fred# more /var/log/fred/fred-eppd.log
[27/Jan/2010:17:58:09 --0200] 127.0.0.1 [sessionID 408120] Client connected
[27/Jan/2010:17:58:09 --0200] 127.0.0.1 [sessionID 408120] Corba call
(epp-cmd hello)
[27/Jan/2010:17:58:09 --0200] 127.0.0.1 [sessionID 408120] Corba call ok
[27/Jan/2010:17:58:09 --0200] 127.0.0.1 [sessionID 408120] request received
(length 700 bytes)
[27/Jan/2010:17:58:09 --0200] 127.0.0.1 [sessionID 408120] request content:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <epp
xmlns="urn:ietf:param
s: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><login><clID
>REG-EPIN</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>ht
tp://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><svcExten
sion><extURI>http://www.nic.cz/xml/epp/enumval-1.2
</extURI></svcExtension></svcs></login><clTRID>ncai001#10-01-27at17:58:09</clTRID></command></epp>
[27/Jan/2010:17:58:09 --0200] 127.0.0.1 [sessionID 408120] Fingerprint is:
07:A4:01:3E:56:77:C3:50:4B:84:0D:A8:E5:21:C7:2B
[27/Jan/2010:17:58:09 --0200] 127.0.0.1 [sessionID 408120] Corba call
(epp-cmd login)
[27/Jan/2010:17:58:09 --0200] 127.0.0.1 [sessionID 408120] Corba call ok
[27/Jan/2010:17:58:09 --0200] 127.0.0.1 [sessionID 408120] after corba call
command saved login id is 0, login id is 0
[27/Jan/2010:17:58:09 --0200] 127.0.0.1 [sessionID 408120] (epp-cmd 2)
response code 2501: sleeping for 0 ms
[27/Jan/2010:17:58:09 --0200] 127.0.0.1 [sessionID 408120] Response content:
<?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="2501"><msg>A
uthentication error; server closing
connection</msg></result><trID><clTRID>ncai001#10-01-27at17:58:09</clTRID><svTRID>ccReg-0000000019</svTRID></trID></respo
nse></epp>
[27/Jan/2010:17:58:09 --0200] 127.0.0.1 [sessionID 408120] Session ended*
Thanks in advance
--
Ernesto Pin
Hello all;
I am now to fred system, and i am try to install it, but when try to
configure fred-server :
./configure --prefix=/usr && make
but i get this error:
checking for main in -lboost_regex... yes
checking build system type... i686-pc-linux-gnu
checking whether the Boost::Thread library is available... yes
checking for main in -lboost_thread... no
checking for main in -lboost_thread-mt... no
checking for main in -lboost_thread-gcc... no
checking for main in -lboost_thread-gcc-mt... no
checking for main in -lboost_thread-gcc-mt-s... no
checking for main in -lboost_thread-gcc-s... no
checking for main in -llibboost_thread... no
checking for main in -llibboost_thread-gcc... no
checking for main in -llibboost_thread-gcc-mt... no
checking for main in -llibboost_thread-gcc-mt-s... no
checking for main in -llibboost_thread-gcc-s... no
checking for main in -lboost_thread-mgw... no
checking for main in -lboost_thread-mgw... (cached) no
checking for main in -lboost_thread-mgw-mt... no
checking for main in -lboost_thread-mgw-mt-s... no
checking for main in -lboost_thread-mgw-s... no
configure: error: Could not link against boost_thread-mgw-s !
Please any one have this problem;
Please help;
Thanks;
Mustafa AL Rifaee
Hello all;
Please i need your help;
I try to open whois page in FRED system, but when i request the whois page i
get this error :
*Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line
1537, in HandlerDispatch
default=default_handler, arg=req, silent=hlist.silent)
File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line
1229, in _process_target
result = _execute_target(config, req, object, arg)
File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line
1128, in _execute_target
result = object(arg)
File "/opt/fred/root/lib/python2.6/site-packages/fred_whois/whois.py",
line 1116, in handler
session = Session.Session(req)
File "/usr/lib/python2.6/dist-packages/mod_python/Session.py", line
803, in Session
timeout=timeout, lock=lock)
File "/usr/lib/python2.6/dist-packages/mod_python/Session.py", line
372, in __init__
timeout=timeout, lock=lock)
File "/usr/lib/python2.6/dist-packages/mod_python/Session.py", line
180, in __init__
if self.load():
File "/usr/lib/python2.6/dist-packages/mod_python/Session.py", line
250, in load
dict = self.do_load()
File "/usr/lib/python2.6/dist-packages/mod_python/Session.py", line
393, in do_load
dbm = self._get_dbm()
File "/usr/lib/python2.6/dist-packages/mod_python/Session.py", line
380, in _get_dbm
result = self._dbmtype.open(self._dbmfile, 'c', stat.S_IRUSR |
stat.S_IWUSR | stat.S_IRGRP)
File "/usr/lib/python2.6/anydbm.py", line 83, in open
return mod.open(file, flag, mode)
File "/usr/lib/python2.6/dbhash.py", line 19, in open
return bsddb.hashopen(file, flag, mode)
File "/usr/lib/python2.6/bsddb/__init__.py", line 361, in hashopen
d.open(file, db.DB_HASH, flags, mode)
DBAccessError: (13, 'Permission denied')*
Please how i can fixed it;
Thanks;
Best Regards
Mustafa Rifaee
Hello
Could anyone post example of CSV file for fred-banking, i found the
variables names from c++ file of fred-banking,
but should there be header in that CSV? what is the order of variables?
I would greatly appriciate if someone could post example of working CSV
file.
--
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 all;
thanks for replay;
but when i use : ./fred-manager start
* Starting PostgreSQL
* Starting omniNames...
Cannot locate pg_hba.conf file or it's not accessible, run
this script under adminstrator user (usually postgres)
* Starting FRED central registry CORBA servers...
* Starting Apache...
* Starting FRED webadmin HTTP server...
* Starting named... (did not start)
the Postgresql and FRED central registry CORBA servers and named do not
work;
is there any thing missed; the fred-manager install the FRED in /opt/root/
directory.
Thanks
Best Regards;
Mustafa AL Rifaee
On Mon, Jun 7, 2010 at 6:00 AM, <fred-users-request(a)lists.nic.cz> wrote:
> Send fred-users mailing list submissions to
> fred-users(a)lists.nic.cz
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.nic.cz/mailman/listinfo/fred-users
> or, via email, send a message with subject or body 'help' to
> fred-users-request(a)lists.nic.cz
>
> You can reach the person managing the list at
> fred-users-owner(a)lists.nic.cz
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of fred-users digest..."
>
>
> Today's Topics:
>
> 1. Re: installation error (Georg Kahest)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 06 Jun 2010 18:20:43 +0300
> From: Georg Kahest <georg.kahest(a)eestiinternet.ee>
> Subject: Re: installation error
> To: A mailing list for users and developers of FRED registry system
> <fred-users(a)lists.nic.cz>
> Message-ID: <4C0BBCCB.5010602(a)eestiinternet.ee>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> mustafa rifaee wrote:
> >
> > Hello;
> > Please I need to your help;
> > I try to install FRED system to be our Registry Software in Syria, But
> > when i try to install FRED, i always excute these command :
> >
> > fred-rifd -ORBnativeCharCodeSet UTF-8 -ORBendPoint
> > giop:tcp:localhost:2222 &&
> > fred-adifd -ORBnativeCharCodeSet UTF-8 -ORBendPoint
> > giop:tcp:localhost:2223 && fred-pifd -ORBnativeCharCodeSet UTF-8
> > -ORBendPoint giop:tcp:localhost:2224but these ports did not reserved
> > and i did not get any error, (netstat did not show any thing about
> > this ports),
> > i get this ports by netstat:
> > 0.0.0.0:2809 <http://0.0.0.0:2809> 0.0.0.0:*
> > LISTEN 28835/omniNames
> > 127.0.0.1:5432 <http://127.0.0.1:5432>
> > 0.0.0.0:* LISTEN 28789/postgres
> > 0.0.0.0:18456 <http://0.0.0.0:18456>
> > 0.0.0.0:* LISTEN 17220/python
> > 0 0.0.0.0:2225 <http://0.0.0.0:2225>
> > 0.0.0.0:* LISTEN 28843/python
> >
> > and when i try to log in by the page :webadmin in port :18456/login/
> > i get this error :
> >
> > Error:
> > Error: Backend server is not running!
> > Traceback (most recent call last): File
> > "/usr/local/lib/python2.6/site-packages/fred_webadmin/exposed.py",
> > line 24, in _wrapper return view_func(*args, **kwd) File
> >
> "/usr/local/lib/python2.6/site-packages/fred_webadmin/controller/adif.py",
> > line 417, in login
> > redir_addr = self._login_process_valid_form(form) File
> >
> "/usr/local/lib/python2.6/site-packages/fred_webadmin/controller/adif.py",
> > line 321, in _login_process_valid_form
> > self._corba_connect(corba_server)
> > File
> >
> "/usr/local/lib/python2.6/site-packages/fred_webadmin/controller/adif.py",
> > line 308, in _corba_connect corba_obj.connect(ior, nscontext) File
> > "/usr/local/lib/python2.6/site-packages/fred_webadmin/corba.py", line
> > 82, in connect
> > self.context = obj._narrow(CosNaming.NamingContext) File
> > "/usr/lib/python2.6/dist-packages/omniORB/CORBA.py", line 787, in
> > _narrow return _omnipy.narrow(self, repoId, 1)TRANSIENT:
> > CORBA.TRANSIENT(omniORB.TRANSIENT_ConnectFailed, CORBA.COMPLETED_NO)
> > Please Help me;
> > Thanks;
> > Best Regards;
> > Mustafa AL Rifaee;
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > fred-users mailing list
> > fred-users(a)lists.nic.cz
> > https://lists.nic.cz/mailman/listinfo/fred-users
> >
> Hello,
>
> Why are you starting these services by hand, you should use the
> fred-manager included atleast until you know what you are doing.
> ./fred-manager start (starts up adif,rifd,pifd + postgres + omni + apache)
>
> The easiease way to get fred installed is to use the ./fred-manager
> install :)
>
> Georg Kahest
>
>
> ------------------------------
>
> _______________________________________________
> fred-users mailing list
> fred-users(a)lists.nic.cz
> https://lists.nic.cz/mailman/listinfo/fred-users
>
>
> End of fred-users Digest, Vol 23, Issue 2
> *****************************************
>
Hi,
the command is: create_nsset nssid:okiadns ((ns1.okia.ee,90.190.106.2),
(ns2.okia.ee,67.207.134.150)) cid:3703140314 kalamaja
The answer is:
Do you really want to send this command to the server? (y/N): y
ERROR: Server returned an empty message.
Connection to 195.80.113.46 interrupted.
Ending session at 195.80.113.46
Disconnected.
Try to automaticly reconnect - send login.
Used socket type: IPv4.
Socket timeout: 10.0 sec.
Connecting to 195.80.113.46, port 700 ...
Connection established.
Try to open SSL layer...
SSL layer opened.
Server ID: EPP server (DSDng)
Login command sent to the server
Connected!
Return code: 1000
Reason: Command completed successfully
Return code: 2005
Reason: Parameter value syntax error
ERROR: Element that caused a server error condition: <nsset:id
xmlns:nsset='http://www.nic.cz/xml/epp/nsset-1.2'>nssid:okiadns</nsset:id>
Reason: bad format nsset handle
Any hint? I see that something wrong with my nsset name but what exactly?
Best regards, Margusja
--
Tervitades Margusja
Phone: +372 51 48 780
MSN: margusja(a)kodila.ee
skype: margusja
web: http://margusja.pri.ee
Hello!
I'm running fred on debian64(lenny), the problem i m facing is that
omniNames tend to die, i was wondering what distribution are other
people using, because i havent heard anyone having same problem, i
noticed that the packages in repo are for ubuntu, so i would guess you
are using ubuntu, is your live system on 32 or 64 bit arhitecture.
--
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!
Are there more configuration variables for pyfred/server.conf then
provided in example.confs?
Where could i find list of these variables?
--
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!
When i set disclose n, while creating contact, some information is
hidden in Public Whois, but other registrars can still see all the fields
via info_contact, can i somehow limit info_contact to only same
registrar data or hide fields like in public whois?
--
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