hi,
when we do any modification using ldapadd,ldapmodify the server
shutting down the 389 service
in "/opt/redhat-ds/slapd-inp1pf01/logs/errors" the following error if
we
restart the service
Detected Disorderly Shutdown last time Directory Server was running,
recovering database.
[10/Jul/2006:11:01:44 +051800] - slapd started. Listening on All Interfaces
port 389
plz help me to solve this issue
regards
karthikeyan.N
--
winners don''t do different things
they do things differently
Richard Megginson
2006-Jul-10 14:31 UTC
Re: [Fedora-directory-users] directory server stopped
osk wrote:> hi, > when we do any modification using ldapadd,ldapmodify the server > shutting down the 389 serviceDo you have an example of the ldapmodify command you are doing?> > in "/opt/redhat-ds/slapd-inp1pf01/logs/errors" the following error if > we restart the serviceIs there anything else in the errors log before this? Can you post a relevant excerpt from your access log? What version of Fedora DS are you using? What OS and version?> > Detected Disorderly Shutdown last time Directory Server was running, > recovering database. > [10/Jul/2006:11:01:44 +051800] - slapd started. Listening on All > Interfaces port 389 > > plz help me to solve this issue > > regards > karthikeyan.N > > > -- > winners don''t do different things > they do things differently > ------------------------------------------------------------------------ > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >
hi, On 7/10/06, Richard Megginson <rmeggins@redhat.com> wrote:> > osk wrote: > > hi, > > when we do any modification using ldapadd,ldapmodify the server > > shutting down the 389 service > Do you have an example of the ldapmodify command you are doing?ldapmodify -x -w admin123 -D "cn=admin,o=xyz" -h 192.168.250.10 -f Pankaj.Dhir_modify.ldif modifying uid=SUNITA.DEVI,cn=people,o=xyz ldap_bind: Can''t contact LDAP server (-1) the content of "Pankaj.Dhir_modify.ldif" dn: uid=SUNITA.DEVI,cn=people,o=xyz changetype: modify replace: userPassword userPassword: password> > > in "/opt/redhat-ds/slapd-inp1pf01/logs/errors" the following error if > > we restart the service > Is there anything else in the errors log before this? Can you post a > relevant excerpt from your access log?I enabled loglevel 512 and even 8192 also, but the server not writing any information into log file while server crashing What version of Fedora DS are you using? What OS and version? I am using RHEl4U2 - rhds-7.1-sp2 waiting for your response regards karthikeyan.N -- winners don''t do different things they do things differently
Richard Megginson
2006-Jul-10 16:33 UTC
Re: [Fedora-directory-users] directory server stopped
osk wrote:> hi, > > On 7/10/06, *Richard Megginson* <rmeggins@redhat.com > <mailto:rmeggins@redhat.com>> wrote: > > osk wrote: > > hi, > > when we do any modification using ldapadd,ldapmodify the server > > shutting down the 389 service > Do you have an example of the ldapmodify command you are doing? > > > > ldapmodify -x -w admin123 -D "cn=admin,o=xyz" -h > 192.168.250.10 <http://192.168.250.10> -f Pankaj.Dhir_modify.ldif > > modifying uid=SUNITA.DEVI,cn=people,o=xyz > ldap_bind: Can''t contact LDAP server (-1) > > > the content of "Pankaj.Dhir_modify.ldif > " > > dn: uid=SUNITA.DEVI,cn=people,o=xyz > changetype: modify > replace: userPassword > userPassword: password > > > > > > > in "/opt/redhat-ds/slapd-inp1pf01/logs/errors" the following > error if > > we restart the service > Is there anything else in the errors log before this? Can you post a > relevant excerpt from your access log? > > > I enabled loglevel 512 and even 8192 also, but the server not > writing any information into log file while server crashingTry loglevel 1> > What version of Fedora DS are you using? What OS and version? > > > I am using RHEl4U2 - rhds-7.1-sp2Are you a Red Hat Directory Server customer? If so, you might want to go through your support channel - they may have more information. But this does sound suspiciously like a bug we encountered. Are you using the new password syntax checking?> > waiting for your response > regards > karthikeyan.N > > -- > winners don''t do different things > they do things differently > ------------------------------------------------------------------------ > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >