[Fedora-directory-users] FDS 1.1 fail to add configuration data to FDS1.04 DS

Rich Megginson rmeggins at redhat.com
Wed Jan 30 22:30:26 UTC 2008


Kyley Engle wrote:
> this is the interesting part of the output
>  
> +Processing /usr/share/dirsrv/data/16dssuffixadmin.mod.tmpl ...
> +++check_and_add_entry: Entry not found o=company.com error No such object
? This is really odd.  What is your suffix?
> +Processing /usr/share/dirsrv/data/10dsdata.ldif.tmpl ...
> +++check_and_add_entry: Found entry o=NetscapeRoot
> +++Adding attr=aci value=(targetattr = "*")(version 3.0; acl "SIE 
> Group (ldap-test)"; allow (all) groupdn = "ldap:///cn=slapd-ldap-test, 
> cn=Fedora Directory Server, cn=Server Group, cn=ldap-test.company.com, 
> ou=company, o=NetscapeRoot";) to entry o=NetscapeRoot
> +++check_and_add_entry: Entry not found cn=Fedora Directory Server, 
> cn=Server Group, cn=ldap-test.company.com, ou=company, o=NetscapeRoot 
> error No such object
> +ERROR: adding an entry cn=Fedora Directory Server, cn=Server Group, 
> cn=ldap-test.company.com, ou=company, o=NetscapeRoot failed, error: No 
> such object
> <snip>
> Error adding entry 'cn=Fedora Directory Server, cn=Server Group, 
> cn=ldap-test.company.com, ou=company, o=NetscapeRoot'.  Error: No such 
> object
> Could not register the directory server with the configuration 
> directory server.
> Exiting .
>
> what is interesting is that even tho i entered in the configuration 
> URI ldap://ldap-master.company.com:389/o=NetscapeRoot during the 
> custom install, i don't see it referenced anywhere in the log.
If cn=Fedora Directory Server, cn=Server Group, 
cn=ldap-test.company.com, ou=company, o=NetscapeRoot does not exist, 
then what is under o=NetscapeRoot?  Does ou=company, o=NetscapeRoot 
exist?  Does cn=ldap-test.company.com, ou=company, o=NetscapeRoot exist?
>
> kyley
>
> ------------------------------------------------------------------------
>
> > Date: Wed, 30 Jan 2008 12:01:26 -0700
> > From: rmeggins at redhat.com
> > To: fedora-directory-users at redhat.com
> > Subject: Re: [Fedora-directory-users] FDS 1.1 fail to add 
> configuration data to FDS1.04 DS
> >
> > Kyley Engle wrote:
> > >
> > > i've had this same issue on a new installation of FDS1.1 as well. I
> > > installed the master/config server but when i tried running the
> > > setup-ds-admin.pl on the consumer i got the same type of error, 
> again,
> > > with no objects created in the configuration directory. So I don't
> > > think this is a 1.0.4/1.1 issue, as much as it is potentially a
> > > problem with the setup script.
> > Try setup-ds-admin.pl -ddd to see if turning up the debug level reveals
> > anything.
> > >
> > > kyley
> > >
> > >
> > > 
> ------------------------------------------------------------------------
> > >
> > > > From: richard at powerset.com
> > > > To: fedora-directory-users at redhat.com
> > > > Date: Tue, 29 Jan 2008 19:28:23 -0800
> > > > Subject: [Fedora-directory-users] FDS 1.1 fail to add configuration
> > > data to FDS1.04 DS
> > > >
> > > > I'm setting up a few v1.1 test instances in our current 1.04
> > > environment but running into issues trying to add the configuration
> > > data to an existing 1.04 server. It appears to be trying to create 
> the
> > > children entries before the parent:
> > > >
> > > > Are you ready to set up your servers? [yes]:
> > > > Creating directory server . . .
> > > > Your new DS instance 'fds' was successfully created.
> > > > Creating the configuration directory server . . .
> > > > dn: cn=Fedora Directory Server, cn=Server Group,
> > > cn=aa0-002-6-v2.u.powerset.co
> > > > m, ou=sv.powerset.com, o=NetscapeRoot
> > > > objectclass: nsApplication
> > > > objectclass: groupOfUniqueNames
> > > > objectclass: top
> > > > cn: Fedora Directory Server
> > > > nsproductname: Fedora Directory Server
> > > > nsproductversion: 1.1.0
> > > > nsnickname: slapd
> > > > nsbuildnumber: 2007.355.1657
> > > > nsvendor: Fedora Project
> > > > installationtimestamp: 20080130014937Z
> > > > nsexpirationdate: 0
> > > > nsbuildsecurity: domestic
> > > > uniquemember: cn=slapd-fds, cn=Fedora Directory Server, cn=Server
> > > Group, cn=aa
> > > > 0-002-6-v2.u.powerset.com, ou=sv.powerset.com, o=NetscapeRoot
> > > > nsservermigrationclassname:
> > > com.netscape.admin.dirserv.task.MigrateCreate at fedo
> > > > ra-ds-1.1.jar at cn=admin-serv-aa0-002-6-v2, cn=Fedora Administration
> > > Server, cn
> > > > =Server Group, cn=aa0-002-6-v2.u.powerset.com, ou=sv.powerset.com,
> > > o=Netscape
> > > > Root
> > > > nsservercreationclassname:
> > > com.netscape.admin.dirserv.task.MigrateCreate at fedor
> > > > a-ds-1.1.jar at cn=admin-serv-aa0-002-6-v2, cn=Fedora Administration
> > > Server, cn=
> > > > Server Group, cn=aa0-002-6-v2.u.powerset.com, ou=sv.powerset.com,
> > > o=NetscapeR
> > > > oot
> > > >
> > > > Error adding entry 'cn=Fedora Directory Server, cn=Server Group,
> > > cn=aa0-002-6-v2.u.powerset.com, ou=sv.powerset.com, o=NetscapeRoot'.
> > > Error: No such object
> > > > Could not register the directory server with the configuration
> > > directory server.
> > > > Exiting . . .
> > > > Log file is '/tmp/setupR29d4F.log'
> > > >
> > > > Checking the tree, the intermediate entries are not there. The
> > > script is not creating entries beneath ou=sv.powerset.com. I know 
> that
> > > the DS is working b/c I can add new 1.04 instances to o=NetscapeRoot,
> > > and the 1.1 script is adding an ACI entry for SIE Group(fds) to
> > > o=NetscapeRoot.
> > > >
> > > > Do I have to upgrade the configuration server to 1.1 first? I'd
> > > rather avoid messing with it if at all possible. Any help would be
> > > appreciated. Thanks.
> > > >
> > > > -richard
> > > >
> > > > --
> > > > Fedora-directory-users mailing list
> > > > Fedora-directory-users at redhat.com
> > > > https://www.redhat.com/mailman/listinfo/fedora-directory-users
> > >
> > >
> > > 
> ------------------------------------------------------------------------
> > > Need to know the score, the latest news, or you need your 
> HotmailĀ®-get
> > > your "fix". Check it out. <http://www.msnmobilefix.com/Default.aspx>
> > > 
> ------------------------------------------------------------------------
> > >
> > > --
> > > Fedora-directory-users mailing list
> > > Fedora-directory-users at redhat.com
> > > https://www.redhat.com/mailman/listinfo/fedora-directory-users
> > >
> >
> >
>
>
> ------------------------------------------------------------------------
> Need to know the score, the latest news, or you need your HotmailĀ®-get 
> your "fix". Check it out. <http://www.msnmobilefix.com/Default.aspx>
> ------------------------------------------------------------------------
>
> --
> Fedora-directory-users mailing list
> Fedora-directory-users at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-directory-users
>   


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3245 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.fedoraproject.org/pipermail/389-users/attachments/20080130/69dcca1c/attachment.bin>


More information about the 389-users mailing list