I'm installing FRED on Debian and when I do :
../fred-manager install :
ImportError: No module named simplejson
fred-webadmin needs simplejson module.
How to solve this
thak you
I tried to install a new certificate, but this gives me this error:
ERROR: socket.sslerror: (1, 'error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca') (localhost:700)
Certificate not signed by verified certificate authority.
Any certificate specialist there ? :)
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.
_________________________________________________________________
Sur Windows Live Ideas, découvrez en exclusivité de nouveaux services en ligne... si nouveaux qu'ils ne sont pas encore sortis officiellement sur le marché !
http://ideas.live.com
_________________________________________________________________
Découvrez Windows Live Spaces et créez votre site Web perso en quelques clics !
http://spaces.live.com/signup.aspx
Suddenly i get this error, when i connect to fred-client:
-----------------------------------------------------------------------------
Using configuration from /etc/fred/fred-client.conf
Connecting to localhost, port 700 ...
ERROR: socket.sslerror: (1, 'error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol') (localhost:700)
Certificate not signed by verified certificate authority.
-----------------------------------------------------------------------------
I guess its because my certificate is out of date ?
Is it possible to disable SSL in fred-client ? (since no customers/registrars are using it directly)
If it is possible, how can i do 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.
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