I am trying to get fedora-ds running on a machine. I can't log onto the console at all.
If I use the command line below the log shows multiple instances on the following lines.
fedora-idm-console -D 9 -x nologo
http://localhost:389/[1005:0] send> /admin-serv/authenticate \
http://localhost:389/[1005:0] send> HTTP/1.0
http://localhost:389/[1005:0] send> Host: localhost:389
http://localhost:389/[1005:0] send> Connection: Keep-Alive
http://localhost:389/[1005:0] send> User-Agent: Fedora-Management-Console/1.1.2
http://localhost:389/[1005:0] send> Accept-Language: en
http://localhost:389/[1005:0] send> Authorization: Basic \
http://localhost:389/[1005:0] send> S01hbjpBTVJDLWtt \
http://localhost:389/[1005:0] send>
http://localhost:389/[1005:0] send>
http://localhost:389/[1005:0] error> java.net.SocketException: Connection reset
CommManager> Retry CommRecord (
http://localhost:389/admin-serv/authenticate)
http://localhost:389/[1006:0] open> Ready
http://localhost:389/[1005:0] close> Closed
http://localhost:389/[1006:0] accept>
http://localhost:389/admin-serv/authenticate
If I type the incorrect password or username then the script chucks me out in the correct way.
This is the tail of the server setup log
09/01/23:13:37:44] - [Setup] Info Administration port
[09/01/23:13:37:47] - [Setup] Info 9830
[09/01/23:13:37:47] - [Setup] Info The interactive phase is complete. The script will now set up your
servers. Enter No or go Back if you want to change something.
[09/01/23:13:37:47] - [Setup] Info Are you ready to set up your servers?
[09/01/23:13:37:48] - [Setup] Info yes
[09/01/23:13:37:48] - [Setup] Info Creating directory server . . .
[09/01/23:13:37:51] - [Setup] Info Your new DS instance 'koala' was successfully created.
[09/01/23:13:37:51] - [Setup] Info Creating the configuration directory server . . .
[09/01/23:13:37:52] - [Setup] Info Beginning Admin Server creation . . .
[09/01/23:13:37:52] - [Setup] Info Creating Admin Server files and directories . . .
[09/01/23:13:37:52] - [Setup] Info Updating adm.conf . . .
[09/01/23:13:37:52] - [Setup] Info Updating admpw . . .
[09/01/23:13:37:52] - [Setup] Info Registering admin server with the configuration directory server . . .
[09/01/23:13:37:52] - [Setup] Info Updating adm.conf with information from configuration directory server . . .
[09/01/23:13:37:52] - [Setup] Info Updating the configuration for the httpd engine . . .
[09/01/23:13:37:52] - [Setup] Info Starting admin server . . .
[09/01/23:13:37:53] - [Setup] Info The admin server was successfully started.
[09/01/23:13:37:53] - [Setup] Info Admin server was successfully created, configured, and started.
[09/01/23:13:37:53] - [Setup] Success Exiting . . .
Log file is '/tmp/setupJ_0XNi.log'
Thanks in advance.
Phil