All, I''m trying to run FDS for a class I teach, I have previously used the Netscape Directory Server on NT but the hard drive on that machine went belly up this last summer. I decided that Linux would be the way to go for a replacement machine. Anyway, I downloaded the fedora-ds-1.0.2-1FC5.i386.opt.rpm and proceded with the install. Install seemed to go OK; I started slapd and tried a test query and it worked. I want to load a doctored up version of the old Airius.ldif file so I started looking for the admin-server. Anyway it seems like there are supposed to be start/stop scripts on /opt/fedora-ds but there aren''t....any ideas what might have happened to them? or where I get them from. Also, I''m running a 512Mb machine which should be OK; but when I try to start up the Java based console I get an "out of memory" message. I would like to think that since only about 30 people are ever going to be doing ldap queries against it that 512Mb of RAM should be OK (it was for the old Netscape Directory Server). I could live without the Java based console if I could get the admin server running as that is the way I always administerd the old machine. Dick Steflik Binghamton University Binghamton, New York
Richard Megginson
2006-Oct-05 18:05 UTC
Re: [Fedora-directory-users] Trying to run FDS on Core 5
Dick Steflik wrote:> All, > I''m trying to run FDS for a class I teach, I have previously used the > Netscape Directory Server on NT but the hard drive on that machine > went belly up this last summer. I decided that Linux would be the way > to go for a replacement machine. Anyway, I downloaded the > fedora-ds-1.0.2-1FC5.i386.opt.rpm and proceded with the install. > Install seemed to go OK; I started slapd and tried a test query and it > worked. I want to load a doctored up version of the old Airius.ldif > file so I started looking for the admin-server. Anyway it seems like > there are supposed to be start/stop scripts on /opt/fedora-ds but > there aren''t....any ideas what might have happened to them? or where I > get them from.Sounds like install did not go OK. Try removing and installing from scratch, then run setup and capture the output.> Also, I''m running a 512Mb machine which should be OK; but when I try > to start up the Java based console I get an "out of memory" message. I > would like to think that since only about 30 people are ever going to > be doing ldap queries against it that 512Mb of RAM should be OK (it > was for the old Netscape Directory Server). I could live without the > Java based console if I could get the admin server running as that is > the way I always administerd the old machine. > > Dick Steflik > Binghamton University > Binghamton, New York > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users
Nathan Kinder
2006-Oct-05 18:05 UTC
Re: [Fedora-directory-users] Trying to run FDS on Core 5
Dick Steflik wrote:> All, > I''m trying to run FDS for a class I teach, I have previously used the > Netscape Directory Server on NT but the hard drive on that machine > went belly up this last summer. I decided that Linux would be the way > to go for a replacement machine. Anyway, I downloaded the > fedora-ds-1.0.2-1FC5.i386.opt.rpm and proceded with the install. > Install seemed to go OK; I started slapd and tried a test query and it > worked. I want to load a doctored up version of the old Airius.ldif > file so I started looking for the admin-server. Anyway it seems like > there are supposed to be start/stop scripts on /opt/fedora-ds but > there aren''t....any ideas what might have happened to them? or where I > get them from.As Rich said, it sounds like the install did not complete successfully. Most times this is due to incorrect DNS / hostname resolution configuration.> Also, I''m running a 512Mb machine which should be OK; but when I try > to start up the Java based console I get an "out of memory" message. I > would like to think that since only about 30 people are ever going to > be doing ldap queries against it that 512Mb of RAM should be OK (it > was for the old Netscape Directory Server). I could live without the > Java based console if I could get the admin server running as that is > the way I always administerd the old machine.The memory errors you are seeing are likely caused by the JVM you are using. It sounds like you are using gcj, which is not supported. You need to download either the IBM or the Sun JRE. -NGK> > Dick Steflik > Binghamton University > Binghamton, New York > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users
Dick Steflik
2006-Oct-05 18:08 UTC
Re: [Fedora-directory-users] Trying to run FDS on Core 5
Nate, I''m using the Sun jdk 1.5 09, JAVA_HOME is pointing here. Dick Nathan Kinder wrote:> Dick Steflik wrote: > >> All, >> I''m trying to run FDS for a class I teach, I have previously used the >> Netscape Directory Server on NT but the hard drive on that machine >> went belly up this last summer. I decided that Linux would be the way >> to go for a replacement machine. Anyway, I downloaded the >> fedora-ds-1.0.2-1FC5.i386.opt.rpm and proceded with the install. >> Install seemed to go OK; I started slapd and tried a test query and >> it worked. I want to load a doctored up version of the old >> Airius.ldif file so I started looking for the admin-server. Anyway it >> seems like there are supposed to be start/stop scripts on >> /opt/fedora-ds but there aren''t....any ideas what might have happened >> to them? or where I get them from. > > As Rich said, it sounds like the install did not complete > successfully. Most times this is due to incorrect DNS / hostname > resolution configuration. > >> Also, I''m running a 512Mb machine which should be OK; but when I try >> to start up the Java based console I get an "out of memory" message. >> I would like to think that since only about 30 people are ever going >> to be doing ldap queries against it that 512Mb of RAM should be OK >> (it was for the old Netscape Directory Server). I could live without >> the Java based console if I could get the admin server running as >> that is the way I always administerd the old machine. > > The memory errors you are seeing are likely caused by the JVM you are > using. It sounds like you are using gcj, which is not supported. You > need to download either the IBM or the Sun JRE. > > -NGK > >> >> Dick Steflik >> Binghamton University >> Binghamton, New York >> >> -- >> Fedora-directory-users mailing list >> Fedora-directory-users@redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-users > > >------------------------------------------------------------------------ > >-- >Fedora-directory-users mailing list >Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > >
Nathan Kinder
2006-Oct-05 18:21 UTC
Re: [Fedora-directory-users] Trying to run FDS on Core 5
Dick Steflik wrote:> Nate, > I''m using the Sun jdk 1.5 09, JAVA_HOME is pointing here.What does `which java` report? I''d also like to see the memory errors that are being reported. -NGK> > Dick > > > Nathan Kinder wrote: >> Dick Steflik wrote: >>> All, >>> I''m trying to run FDS for a class I teach, I have previously used >>> the Netscape Directory Server on NT but the hard drive on that >>> machine went belly up this last summer. I decided that Linux would >>> be the way to go for a replacement machine. Anyway, I downloaded the >>> fedora-ds-1.0.2-1FC5.i386.opt.rpm and proceded with the install. >>> Install seemed to go OK; I started slapd and tried a test query and >>> it worked. I want to load a doctored up version of the old >>> Airius.ldif file so I started looking for the admin-server. Anyway >>> it seems like there are supposed to be start/stop scripts on >>> /opt/fedora-ds but there aren''t....any ideas what might have >>> happened to them? or where I get them from. >> As Rich said, it sounds like the install did not complete >> successfully. Most times this is due to incorrect DNS / hostname >> resolution configuration. >>> Also, I''m running a 512Mb machine which should be OK; but when I try >>> to start up the Java based console I get an "out of memory" message. >>> I would like to think that since only about 30 people are ever >>> going to be doing ldap queries against it that 512Mb of RAM should >>> be OK (it was for the old Netscape Directory Server). I could live >>> without the Java based console if I could get the admin server >>> running as that is the way I always administerd the old machine. >> The memory errors you are seeing are likely caused by the JVM you are >> using. It sounds like you are using gcj, which is not supported. >> You need to download either the IBM or the Sun JRE. >> >> -NGK >>> >>> Dick Steflik >>> Binghamton University >>> Binghamton, New York >>> >>> -- >>> Fedora-directory-users mailing list >>> Fedora-directory-users@redhat.com >>> https://www.redhat.com/mailman/listinfo/fedora-directory-users >> >> ------------------------------------------------------------------------ >> >> -- >> Fedora-directory-users mailing list >> Fedora-directory-users@redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-users >> > ------------------------------------------------------------------------ > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >
Scott Roberts
2006-Oct-05 18:28 UTC
Re: [Fedora-directory-users] Trying to run FDS on Core 5
Be sure httpd is running. selinux is permissive mode. /ect/alternatives soft link needs to point to new jre. AFAIK there are no scripts like old versions, just the commands themselves. # cd /opt/fedora-ds # cd slapd-host2 # ./start-slapd # cd .. # ./start-admin $ ./startconsole --- Dick Steflik <steflik@binghamton.edu> wrote:> All, > I''m trying to run FDS for a class I teach, I have > previously used the > Netscape Directory Server on NT but the hard drive > on that machine went > belly up this last summer. I decided that Linux > would be the way to go > for a replacement machine. Anyway, I downloaded the > fedora-ds-1.0.2-1FC5.i386.opt.rpm and proceded with > the install. Install > seemed to go OK; I started slapd and tried a test > query and it worked. I > want to load a doctored up version of the old > Airius.ldif file so I > started looking for the admin-server. Anyway it > seems like there are > supposed to be start/stop scripts on /opt/fedora-ds > but there > aren''t....any ideas what might have happened to > them? or where I get > them from. > > Also, I''m running a 512Mb machine which should be > OK; but when I try to > start up the Java based console I get an "out of > memory" message. I > would like to think that since only about 30 people > are ever going to > be doing ldap queries against it that 512Mb of RAM > should be OK (it was > for the old Netscape Directory Server). I could live > without the Java > based console if I could get the admin server > running as that is the way > I always administerd the old machine. > > Dick Steflik > Binghamton University > Binghamton, New York > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users>__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com