Hi All,
I am trying to implement FRED as test in a Ubuntu Server, but I am
having many problems.
I am following the instructions as described in the link below:
http://fred.nic.cz/wiki/howto
After installing fred server I am trying to install fred-server python
component but I get the following errors:
user@nsx:~/fred/fred-pyfred-2.1.2$ python setup.py build_idl
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'build_idl'
user@nsx:~/fred/fred-pyfred-2.1.2$
My first question is for the instructions in the link above, they seems
to be old (fred 1.6.2 - I have downloaded fred 2.1.2). In the last step:
Create initial configuration
# mkdir /etc/fred
# cp server.conf.example /etc/fred/server.conf
I couldn't find any server.conf.example just server.conf and
server.conf.in???
Is there any updated instructions and can I have them so I can try again
step by step the implementation.
or is there any mistake made by me during the implementations step till
this point, which gives me this errors??
Another thing:
when installing fred server it didn't work the command: ./configure
--prefix=/usr && make because could not find the idl so I used the
command:
./configure --prefix=/usr --with-idldir=/usr/share/idl/fred/idl && make
because the idl dir was not /usr/share/idl/fred
but /usr/share/idl/fred/idl
can I have some instructions for implementations of fred-2.1.2 please
because to me those instructions looks old??
Thanks
Adriatik
_________________________________________________________________
Découvrez Windows Live Spaces et créez votre site Web perso en quelques clics !
http://spaces.live.com/signup.aspx
When setting up fred-client the usual procedure for installing it works
as expected.
But when calling it it gives this error:
ERROR: getaddrinfo() socket.error [9] servname not supported for ai_socktype
The solution is to modify fred-client.conf so the socket type is forced,
as shown here
;; Force socket type. Valid value is: IPv4 or IPv6.
;; Default is to use server's socket type.
;socket = IPv6
socket = IPv4
Mario
I've noticed that the nssets and keysets are extensions to the regular
EPP descriptions in the RFCs.
I have a question: would those extensions be a problem if a registrar
expects the hosts and domains based on that?. I ask this because the
client development the NIC-CR (Costa Rica) made was based on the hosts
and domains transactions described in the RFCs.
Best regards.
I'm attempting to install FRED onto a Gentoo box. I'm using fred-manager
to do the grunt work.
I've started with a reasonably minimal install box (no X, etc) and so
far - added:
emerge -uv omniORB boost libdaemon postgresql bind bind-tools doxygen
pyorbit tinyerp-server freefont-ttf
I'm installing 'fred' into "/home/fred' - as user 'fred'.
Near the top - I get:-
------------------------------------------------------------------------------------------------------
[much deleted]
Generating python stubs from IDL files
omniidl -Cbuild/stubs -bpython -Wbinline -Wbpackage=pyfred.idlstubs
/home/fred/root/share/idl/fred/FileManager.idl
/home/fred/root/share/idl/fred/Mailer.idl
/home/fred/root/share/idl/fred/TechCheck.idl
/home/fred/root/share/idl/fred/ZoneGenerator.idl
omniidl: Could not import back-end 'python'
omniidl: Maybe you need to use the -p option?
omniidl: (The error was 'No module named python')
error: Return status of omniidl is 256
/home/fred/download/src/fred-doc2pdf-2.0.0/setup.cfg.template has been
copied to setup.cfg.
Updating setup configuration file (setup.cfg).
running install
ImportError: No module named trml2pdf
ImportError: No module named rml2pdf
ImportError: No module named trml2pdf
Module rml2pdf was found.
Looking for folders 'freefont', 'truetype', 'freefont-ttf'...
Found 1 folder(s).
Found 12 fonts in folder '/usr/share/fonts/freefont-ttf'.
Found font family 'FreeSans.ttf'
Configuration file fred-doc2pdf.conf has been updated
------------------------------------------------------------------------------------------------------
Has anyone installed FRED on Gentoo?
What am I still missing?
Python is installed - version 2.5.2
Is this error a problem? - I'm worried about "No module named python"
----------------
then...
At the end of my output - I get:-
-------------------------------------------------------------------------------------------------------------------------------
/usr/bin/install -c -m 644 'doc/html/tab_b.gif'
'/home/fred/root/share/doc/fred-mod-eppd/tab_b.gif'
/usr/bin/install -c -m 644 'doc/html/tab_l.gif'
'/home/fred/root/share/doc/fred-mod-eppd/tab_l.gif'
/usr/bin/install -c -m 644 'doc/html/tab_r.gif'
'/home/fred/root/share/doc/fred-mod-eppd/tab_r.gif'
/usr/bin/install -c -m 644 'doc/html/tabs.css'
'/home/fred/root/share/doc/fred-mod-eppd/tabs.css'
make[2]: Leaving directory `/home/fred/build/fred-mod-eppd'
make[1]: Leaving directory `/home/fred/build/fred-mod-eppd'
/home/fred/download/src/fred-webadmin-3.1.1/setup.cfg.template has been
copied to setup.cfg.
Updating setup configuration file (setup.cfg).
running install
ImportError: No module named simplejson
fred-webadmin needs simplejson module.
Checking dependencies.
-------------------------------------------------------------------------------------------------------------------------------
Again - is this the natural end of the compilation?
What is the "simplejson" module?
** Just found an installable package by that name **
Trying to start everything - I get:-
$ ./fred-manager start
ERROR: Starting PostgreSQL
SUCCESS: Starting omniNames...
SUCCESS: Starting FRED central registry CORBA servers...
ERROR: Starting Apache...
./fred-manager: line 716:
/home/fred/root/etc/init.d/fred-webadmin-server: No such file or directory
./fred-manager: line 11: /home/fred/root/etc/init.d/local_named: No such
file or directory
ERROR: Starting local named
cannot chdir(/var/spool/cron), bailing out.
/var/spool/cron: Permission denied
cannot chdir(/var/spool/cron), bailing out.
/var/spool/cron: Permission denied
cannot chdir(/var/spool/cron), bailing out.
/var/spool/cron: Permission denied
My concerns here are - why would I even expect a non-root user to be
able to start PostgreSQL?? - (which was already running)
There seems to be an ugly mix between 'system' jobs and 'user' jobs?
The same goes for Apache - only system users (or root) should be able to
start (and stop) system processes.
Same for the contents of /var/spool/cron.
Should I actually copy all of "home/fred/root" to my machines "/" ???
lastly - the suggestion of just adding four packages (as well as generic
tools) does seem misleading.
Now the 'install' ends with:-
-----------------------------------
Updating setup configuration file (setup.cfg).
running install
ImportError: No module named omniORB
fred-webadmin needs omniORB module.
Checking dependencies.
... and I'm pretty sure omniORB 4.0.5 is installed.
--
. . ___. .__ Posix Systems - Sth Africa
/| /| / /__ mje(a)posix.co.za - Mark J Elkins, SCO ACE, Cisco CCIE
/ |/ |ARK \_/ /__ LKINS Tel: +27 12 807 0590 Cell: +27 82 601 0496
Hello,
I am trying to install FRED for testing, but I am having problems in
installing all the necessary components. My problem is omniORB?
I downloaded and installed omniORB4, following the instructions but
still when I try to install FRED it gets the following error.
checking for OMNIORB4... configure: error: Package requirements
(omniORB4 != 4.1.1, omniDynamic4, omnithread3) were not met:
Requested 'omniORB4 != 4.1.1' but version of omniORB4 is 4.1.1
I know that may be not directly for here my question, but can someone
give me a little help in a step by step guide for installing and make
the omniORB work.
I have read some instructions (installing omniORB4) but after all the
steps still nothing??
Thanks
Adriatik
Which nameserver software does FRED use ? Bind ?
Is there a zone-file on my server where i can see all the domains, which i have created and put into zone ? (I cant find it)
regards
Petur
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.
I think FRED contains one or more functions, that can be used for sending emails.
How do i send emails, and where can i find documentation about this ?
regards
Petur
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.
Hello FRED users,
I wanted to know what was the status of FRED regading IDN, I have been
able to find a little paper written by Jaromir Talir dated from
8/4/2008 which described the feature as "future" plan.
Can you tell me a bit more.
Sincerly yours.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Gregober ---> PGP ID --> 0x1BA3C2FD
bsd @at@ todoo.biz
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
P "Please consider your environmental responsibility before printing
this e-mail"
Do I have to change both Street, City, Postal Code, Country Code and State, when i only need to change the City name ? (see examples below)
REG-FO@localhost> !update_contact
Interactive input mode started. Press Ctrl+C to abort or Ctrl+D to finish command.
Contact ID [required]: CID001000
Change values / Postal informations / Name [optional]: Petur Kirke
Change values / Postal informations / Organisation [optional]: Simprentis
Change values / Postal informations / Address / Street[1/3] [required only if part is set]: Inni á fløtum 15
Change values / Postal informations / Address / Street[2/3] [optional]:
Change values / Postal informations / Address / City [required]: Kaldbak
Change values / Postal informations / Address / Postal code [required]: 180
Change values / Postal informations / Address / Country code [required]: fo
Change values / Postal informations / Address / State or province [optional]:
Change values / Phone [optional]: +298.222222
REG-FO@localhost> !update_contact
Interactive input mode started. Press Ctrl+C to abort or Ctrl+D to finish command.
Contact ID [required]: CID001000
Change values / Postal informations / Name [optional]:
Change values / Postal informations / Organisation [optional]:
Change values / Postal informations / Address / Street[1/3] [required only if part is set]:
Change values / Phone [optional]: +298.222222
When i dont put anything in Street, it jumps directly to Phone ?
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.