Hello!
I installed FRED and most of it is working now. There was a minor glitch
in itertable.py script (__init__(self) function not taking arguments
error) that prevented launching the webadmin. I don't know if this is
just me or has anybody else seen this as well.
What I wanted to ask was whether there exists an updated version of the
wbadmin. The distributed one (3.1.4) seems to lack some log and all of
the statistics modules. Also, one would have expected to have sections
for entering zones, zonegen and invoices. The latter are part of my wish
list.
This is a great piece of software!
jaak lippmaa
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4677 (20091210) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
I was wondering if anyone who has fred up and running could register 2 phone numbers for me into the enum registry for me? I just need two numbers to test it out. I am still loading the program onto my server. I would appreciate it. my email is wyldbilly(a)hotmail.com thanks for any help. I am working on setting this up and want to test 2 phone numbers.
Bill
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
http://clk.atdmt.com/GBL/go/171222984/direct/01/
I need help setting up FRED on my server. Would anyone be able to help me out in doing this? feel free to email me. wyldbilly(a)hotmail.com
Thanks.
_________________________________________________________________
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
http://clk.atdmt.com/GBL/go/177141664/direct/01/
Machine is Ubuntu 8.10 updated, and using the dapper repository for fred.
Since fred-server is not offered inside the archive.nic.cz, I am using
attempting to build from source, and receiving the error believe for file
filter_impl.cc
Please advise a course of correction.
make[5]: Entering directory
`/home/davidscott/Desktop/fred-server-2.1.11/src/corba/admin' g++
-DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/postgresql -pthread
-I/usr/include -I../../../util -I../../../src -I../../../src -I../../.. -g
-O2 -MT filter_impl.o -MD -MP -MF .deps/filter_impl.Tpo -c -o filter_impl.o
filter_impl.cc filter_impl.cc: In member function
‘ccReg::Filters::_objref_Domain*
FilterIteratorImpl::addE(Database::Filters::Domain*)’: filter_impl.cc:468:
error: cannot allocate an object of abstract type ‘FilterDomainImpl’
filter_impl.cc:318: note: because the following virtual functions are pure
within ‘FilterDomainImpl’: ../../../src/corba/ccReg.hh:4223: note: virtual
ccReg::Filters::_objref_Bool* ccReg::Filters::_impl_Domain::addPublish()
filter_impl.cc: In member function ‘ccReg::Filters::_objref_PublicRequest*
FilterIteratorImpl::addE(Database::Filters::PublicRequest*)’:
filter_impl.cc:471: error: cannot allocate an object of abstract type
‘FilterPublicRequestImpl’ filter_impl.cc:360: note: because the following
virtual functions are pure within ‘FilterPublicRequestImpl’:
../../../src/corba/ccReg.hh:4583: note: virtual
ccReg::Filters::_objref_Registrar*
ccReg::Filters::_impl_PublicRequest::addRegistrar() filter_impl.cc: In
member function ‘void
FilterIteratorImpl::addFilter(Database::Filters::Filter*)’:
filter_impl.cc:494: error: cannot allocate an object of abstract type
‘FilterDomainImpl’ filter_impl.cc:318: note: since type ‘FilterDomainImpl’
has pure virtual functions filter_impl.cc:497: error: cannot allocate an
object of abstract type ‘FilterPublicRequestImpl’ filter_impl.cc:360: note:
since type ‘FilterPublicRequestImpl’ has pure virtual functions make[5]: ***
[filter_impl.o] Error 1
Regards David
I have created a PHP script, where technical_test works pretty well, and has been working for 5 months now.
But now i have a problem, when i check a certain provider of nameservers.
Normally when technical_test responds negative, i get an answer something like this:
Queue size: 1
Message ID: 889
Message date: 2009-12-15T18:01:49Z
Message content:
[nsset:testData]:
[ATTR: xmlns:nsset: http://www.nic.cz/xml/epp/nsset-1.2; xsi:schemaLocation: http://www.nic.cz/xml/epp/nsset-1.2 nsset-1.2.xsd]
[nsset:id]: NS6258
[nsset:name]: 'abcdefght.fo'
[nsset:result]:
[nsset:testname]: glue_ok
[nsset:status]: true
[nsset:testname]: existence
[nsset:status]: true
[nsset:testname]: presence
[nsset:status]: false
In my script, i check if there is any "false" in the response, so the example above works fine for me, because there is a false in the end of the response.
But when doing technical_test on the certain provider of nameservers, which gives me a problem, i get this response:
Queue size: 3
Message ID: 890
Message date: 2009-12-15T18:02:45Z
Message content:
[nsset:testData]:
[ATTR: xmlns:nsset: http://www.nic.cz/xml/epp/nsset-1.2; xsi:schemaLocation: http://www.nic.cz/xml/epp/nsset-1.2 nsset-1.2.xsd]
[nsset:id]: NS6259
[nsset:name]: 'abcdefght.fo'
[nsset:result]:
[nsset:testname]: glue_ok
[nsset:status]: true
[nsset:testname]: existence
[nsset:status]: true
Should a response like this be understood as positive ?
Does it mean that the technical test is positive ?
Presence is missing ?
regards
Petur
While attempting to compile fred-server from source I receive this error.
Can I get some assistance with this error?
My System :
Ubuntu 9.10 (karmic) up to date.
Linux backup-cssp 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:01:29 UTC
2009 i686 GNU/Linux
Let me know what other information you need.
make[5]: Entering directory
`/home/scott/FRED/autotools/fred-server-2.1.11/src/corba/epp'g++
-DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/postgresql -pthread
-I/usr/include -I../../../util -I../../../src -I../../../src -I../../..
-g -O2 -MT epp_impl.o -MD -MP -MF .deps/epp_impl.Tpo -c -o epp_impl.o
epp_impl.ccepp_impl.cc: In function âint countTailPads(const
char*)â:epp_impl.cc:6963: error: invalid conversion from âconst char*â to
âchar*âepp_impl.cc: In function âint testPad(const char*)â:epp_impl.cc:6981:
error: invalid conversion from âconst char*â to âchar*âmake[5]: ***
[epp_impl.o] Error 1make[5]: Leaving directory
`/home/scott/FRED/autotools/fred-server-2.1.11/src/corba/epp'make[4]: ***
[all-recursive] Error 1make[4]: Leaving directory
`/home/scott/FRED/autotools/fred-server-2.1.11/src/corba'make[3]: *** [all]
Error 2make[3]: Leaving directory
`/home/scott/FRED/autotools/fred-server-2.1.11/src/corba'make[2]: ***
[all-recursive] Error 1make[2]: Leaving directory
`/home/scott/FRED/autotools/fred-server-2.1.11/src'make[1]: ***
[all-recursive] Error 1make[1]: Leaving directory
`/home/scott/FRED/autotools/fred-server-2.1.11'make: *** [all] Error 2root @
backup-cssp[/home/scott/FRED/autotools/fred-server-2.1.11] #
-David
Before I begin an installation was curious if anyone has experience running
FRED on ubuntu 9.10 (karmic), I noticed the FRED distribution available is
for dapper. Also does it run on both i386 and 64bit OS?
thanks
joe baptista
I have encountered a problem in Billing where by I have created a domain
under or.tz and since the zone had less than 100,000.But just after the
creation of the domain I ended Up having 42929672.96.
Have anyone encountered such an error?
How do I make sure it doesn't occur again?
Screenshot.
Interactive input completed. [Press Enter]
Command to issue:
create_domain muet-tanzania.or.tz smw1-tznic NULL ns-muet-tanzania.or.tz
NULL (1 y) smw1-tznic
Do you really want to send this command to the server? (y/N): y
Domain name: muet-tanzania.or.tz
Created on: 2009-12-17T19:49:39+03:00
Expiration date: 2010-12-17
REG-TZNIC-01@localhost> credit_info
go.tz: 20000.00
tz: 0.00
ac.tz: 10000.00
ne.tz: 10000.00
sc.tz: 35000.00
or.tz: 42929672.96
mil.tz: 50000.00
co.tz: 40000.00
REG-TZNIC-01@localhost>
Regards,
Bryton.