Craig White
2005-Dec-06 18:06 UTC
[Fedora-directory-users] another issue starting the console
I can start the console and I get a window asking me to log in but the login window is never presented. # cat /etc/profile.d/java.sh JREHOME="/usr/java/jre1.5.0_06/lib/i386" JAVA_HOME="/usr/java/jre1.5.0_06" JAVAWSHOME="/usr/java/jre1.5.0_06/javaws" LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$JREHOME:$JAVAWSHOME" PATH="$PATH:/usr/java/jre1.5.0_06/bin" export JAVA_HOME # echo $LD_LIBRARY_PATH :/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/javaws # echo $PATH /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/java/jre1.5.0_06/bin:/root/bin # export LD_LIBRARY_PATH=/opt/fedora-ds/shared/lib # ./startconsole -u admin -a http://srv1.clsurvey.com:26996/ & nothing in /opt/fedora-ds/slapd-srv1/logs/ that suggests where the problem might be Is this a jre1.5.0_06 issue because on my own server, I am running j2re-1.4.2-11.1.fc3.rf Craig
Nathan Kinder
2005-Dec-06 18:17 UTC
Re: [Fedora-directory-users] another issue starting the console
Craig White wrote:>I can start the console and I get a window asking me to log in but the >login window is never presented. > ># cat /etc/profile.d/java.sh >JREHOME="/usr/java/jre1.5.0_06/lib/i386" >JAVA_HOME="/usr/java/jre1.5.0_06" >JAVAWSHOME="/usr/java/jre1.5.0_06/javaws" >LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$JREHOME:$JAVAWSHOME" >PATH="$PATH:/usr/java/jre1.5.0_06/bin" >export JAVA_HOME > ># echo $LD_LIBRARY_PATH >:/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/javaws > ># echo $PATH >/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/java/jre1.5.0_06/bin:/root/bin > ># export LD_LIBRARY_PATH=/opt/fedora-ds/shared/lib > ># ./startconsole -u admin -a http://srv1.clsurvey.com:26996/ & > >nothing in /opt/fedora-ds/slapd-srv1/logs/ that suggests where the >problem might be > >Is this a jre1.5.0_06 issue because on my own server, I am running >j2re-1.4.2-11.1.fc3.rf > >Run startconsole with the "-xnologo" option. The login window is being hidden behind the splash window that you are seeing. Yes, this is an issue that has been reported with users using jre 1.5. -NGK>Craig > >-- >Fedora-directory-users mailing list >Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > >
Craig White
2005-Dec-07 00:20 UTC
Re: [Fedora-directory-users] another issue starting the console
On Tue, 2005-12-06 at 10:17 -0800, Nathan Kinder wrote:> Craig White wrote: > > >I can start the console and I get a window asking me to log in but the > >login window is never presented. > > > ># cat /etc/profile.d/java.sh > >JREHOME="/usr/java/jre1.5.0_06/lib/i386" > >JAVA_HOME="/usr/java/jre1.5.0_06" > >JAVAWSHOME="/usr/java/jre1.5.0_06/javaws" > >LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$JREHOME:$JAVAWSHOME" > >PATH="$PATH:/usr/java/jre1.5.0_06/bin" > >export JAVA_HOME > > > ># echo $LD_LIBRARY_PATH > >:/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/javaws > > > ># echo $PATH > >/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/java/jre1.5.0_06/bin:/root/bin > > > ># export LD_LIBRARY_PATH=/opt/fedora-ds/shared/lib > > > ># ./startconsole -u admin -a http://srv1.clsurvey.com:26996/ & > > > >nothing in /opt/fedora-ds/slapd-srv1/logs/ that suggests where the > >problem might be > > > >Is this a jre1.5.0_06 issue because on my own server, I am running > >j2re-1.4.2-11.1.fc3.rf > > > > > Run startconsole with the "-xnologo" option. The login window is being > hidden behind the splash window that you are seeing. > > Yes, this is an issue that has been reported with users using jre 1.5.---- for some reason, I had to separate the -x from nologo and it works - thanks Does the admin port change with each install? I''ve installed it twice and it is different on each install. Craig
Nathan Kinder
2005-Dec-07 00:51 UTC
Re: [Fedora-directory-users] another issue starting the console
Craig White wrote:>On Tue, 2005-12-06 at 10:17 -0800, Nathan Kinder wrote: > > >>Craig White wrote: >> >> >> >>>I can start the console and I get a window asking me to log in but the >>>login window is never presented. >>> >>># cat /etc/profile.d/java.sh >>>JREHOME="/usr/java/jre1.5.0_06/lib/i386" >>>JAVA_HOME="/usr/java/jre1.5.0_06" >>>JAVAWSHOME="/usr/java/jre1.5.0_06/javaws" >>>LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$JREHOME:$JAVAWSHOME" >>>PATH="$PATH:/usr/java/jre1.5.0_06/bin" >>>export JAVA_HOME >>> >>># echo $LD_LIBRARY_PATH >>>:/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/javaws >>> >>># echo $PATH >>>/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/java/jre1.5.0_06/bin:/root/bin >>> >>># export LD_LIBRARY_PATH=/opt/fedora-ds/shared/lib >>> >>># ./startconsole -u admin -a http://srv1.clsurvey.com:26996/ & >>> >>>nothing in /opt/fedora-ds/slapd-srv1/logs/ that suggests where the >>>problem might be >>> >>>Is this a jre1.5.0_06 issue because on my own server, I am running >>>j2re-1.4.2-11.1.fc3.rf >>> >>> >>> >>> >>Run startconsole with the "-xnologo" option. The login window is being >>hidden behind the splash window that you are seeing. >> >>Yes, this is an issue that has been reported with users using jre 1.5. >> >> >---- >for some reason, I had to separate the -x from nologo and it works - >thanks > >Does the admin port change with each install? I''ve installed it twice >and it is different on each install. > >A random port is chosen as a default at install time. The installation lets you choose a different port if desired. -NGK>Craig > >-- >Fedora-directory-users mailing list >Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > >
Craig White
2005-Dec-07 01:01 UTC
Re: [Fedora-directory-users] another issue starting the console
On Tue, 2005-12-06 at 16:51 -0800, Nathan Kinder wrote:> >Does the admin port change with each install? I''ve installed it twice > >and it is different on each install. > > > > > A random port is chosen as a default at install time. The > installation > lets you choose a different port if desired.---- I see that now...keep me guessing ;-) I also figured out where that body is buried and obviously can change it...(grep is my friend) /opt/fedora-ds/admin-serv/config/adm.conf Thanks Craig
Richard Megginson
2005-Dec-07 01:49 UTC
Re: [Fedora-directory-users] another issue starting the console
Craig White wrote:>On Tue, 2005-12-06 at 10:17 -0800, Nathan Kinder wrote: > > >>Craig White wrote: >> >> >> >>>I can start the console and I get a window asking me to log in but the >>>login window is never presented. >>> >>># cat /etc/profile.d/java.sh >>>JREHOME="/usr/java/jre1.5.0_06/lib/i386" >>>JAVA_HOME="/usr/java/jre1.5.0_06" >>>JAVAWSHOME="/usr/java/jre1.5.0_06/javaws" >>>LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$JREHOME:$JAVAWSHOME" >>>PATH="$PATH:/usr/java/jre1.5.0_06/bin" >>>export JAVA_HOME >>> >>># echo $LD_LIBRARY_PATH >>>:/usr/java/jre1.5.0_06/lib/i386:/usr/java/jre1.5.0_06/javaws >>> >>># echo $PATH >>>/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/java/jre1.5.0_06/bin:/root/bin >>> >>># export LD_LIBRARY_PATH=/opt/fedora-ds/shared/lib >>> >>># ./startconsole -u admin -a http://srv1.clsurvey.com:26996/ & >>> >>>nothing in /opt/fedora-ds/slapd-srv1/logs/ that suggests where the >>>problem might be >>> >>>Is this a jre1.5.0_06 issue because on my own server, I am running >>>j2re-1.4.2-11.1.fc3.rf >>> >>> >>> >>> >>Run startconsole with the "-xnologo" option. The login window is being >>hidden behind the splash window that you are seeing. >> >>Yes, this is an issue that has been reported with users using jre 1.5. >> >> >---- >for some reason, I had to separate the -x from nologo and it works - >thanks > >Does the admin port change with each install? I''ve installed it twice >and it is different on each install. > >Yes. setup just picks a random high unused port.>Craig > >-- >Fedora-directory-users mailing list >Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > >