Hi,
I have aregistrar in my fred db,
The registrar is working fine as he has credits and
if he registrer domains credits are deducted fine.
But I want to add a new registrar.
I have already created a new registrar who,assing zones
and the invoice_prefix has values that whre used in the
previous registrar.
Now if I add the credit to this new registrar It gives
me an error that duplicate entries in the invoice table.
I suspect its due to the field prefix of the invoice table.
What am I supposed to do?Because the Invoice table contains
the records created while adding credit for the 1st registrar?
Do I have to flush out the data in the table invoice so that I can enter
data for my new registrar??
If I flash and a registrar issues info_credit what will he see???
Regards,
Bryton.
Hi,
In the Fred Database there is a table called
registrarinvoice.
I want to know how to populate the data in this
table without going to the phppgadmin directly.
ie I want to use a command like fred-admin if it
is possible
Regards,
Bryton.
I am restarting apache it is giving me this error
root@tznic:/etc/apache2/mods-available# /etc/init.d/apache2 start
* Starting web server apache2
apache2: Syntax error on line 298 of /etc/apache2/apache2.conf: Syntax
error on line 19 of /etc/apache2/sites-enabled/000-default: Cannot
load /etc/apache2/mods/mod_whoisd.so into
server: /etc/apache2/mods/mod_whoisd.so: cannot open shared object file:
No such file or directory
[fail]
root@tznic:/etc/apache2/mods-available# /etc/init.d/apache2 start
This is what happened
root@tznic:/# /etc/init.d/omniorb4-nameserver start
* Starting omniORB name server omniNames [Fail]
root@tznic:/#
and in one of FRED pdf documentation i found the following command after
using still it fails.
/usr/sbin/invoke-rc.d omniorb4-nameserver start
And there is no error in the syslog.
On Mon, 2009-09-14 at 15:26 +0200, Jaromír Talíř wrote:
> Bryton Focus píše v Po 14. 09. 2009 v 16:19 +0300:
> > 1.I have installed FRED up to the end but the problem
> > is that when I start the omniORB service it fails to
> > start.
>
> What command did you use? What happend and what was in log files?
>
> > 2.How do I start other services?
>
> If you mean FRED servers it's usually done by this command:
> > start fred-pyfred fred-rifd fred-adifd fred-pifd
>
> Regards
> Jaromir
When i run the fred-client command "technical_test", i can check if the nsset is working technically.
But when the technical_test gives an error, is there any way to check, WHICH nameserver gives an error ?
For example if there are 2 nameservers in one nsset, maybe one is working fine, but the other has an error. With "technical_test" its not possible to see, WHICH ONE of the 2 nameservers is failing. Is that so ?
regards
Petur
I already found the answer to my question, i separated it with linebreak: \n
peter
------------------------------------------------------------------------------------------------------
In the postgre database table there are 3 columns for street, named street1, street2 and street3.
When i use the fred-client command info_contact, it responses with all this information in one variable: [contact:street]
Is there any way to separate street1, street2 and street3 in [contact:street] ?
In the postgre database table there are 3 columns for street, named street1, street2 and street3.
When i use the fred-client command info_contact, it responses with all this information in one variable: [contact:street]
Is there any way to separate street1, street2 and street3 in [contact:street] ?
peter
Here in .fo we want to use a few fields in our database table, which are not existing in the Fred Postgresql database table "contact".
At the other hand there are some fields in "contact", which we dont use, for example "vat", "street3" etc.
Because we want to make our system as much as possible within FRED (and as little as possible with database tables outside of Fred), i would like to use for example the fields "vat" and "street3" for other purposes (with other data).
Can you think of any problems, i might get later because of this, or should this be an ok solution ?
Are these fields hardcoded anywhere or for any purposes, for example in the Whois program ?
regards
Peter
Hi all,
bit of a beginners question just installing fred using fred-manager. Installed all neccessary packages now going to run fred get the following
./root/bin/fred-client
/tmp/root/lib/python2.6/site-packages/fred/session_base.py:649: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module.
pipes = os.popen3(self._external_validator)
FredClient 2.1.2
Type "help", "license" or "credits" for more information.
Using configuration from /tmp/root/etc/fred/fred-client.conf
Connecting to localhost, port 22351 ...
ERROR: I cannot connect to the server localhost.
Connection socket.error: [Errno 111] Connection refused (localhost:22351)
not sure if this is just a typical error from an incorrect ssl certificate or something else,
thanks