There is a problem with the new fedora-ds in Fedora Extras. It
conflicts with the old fedora-ds 1.0.x installation. If you do a 'yum
install fedora-ds' or a 'yum update' on a system that has fedora-ds
1.0.x installed, the installation will remove the old binaries. You may
be saying "So what? Isn't that what you want?" No, sadly. The
fedora-ds 1.1.0a1 in Fedora Extras is the core only - when you upgrade,
you remove all of the other files for admin server, console, etc. The
good news is that none of the configuration or data is affected and you
can easily recover by following these steps:
* Find the fedora-ds 1.0.4 RPM you installed from originally, or
download from http://directory.fedora.redhat.com/wiki/Download
* rpm -Uvh --oldpackage fedora-ds-1.0.4-1......rpm
We are working on a solution for this. We will hopefully figure out a
way to install both 1.0.4 and 1.1 at the same time, but we may have to
make the 1.1 Conflicts: fedora-ds < 1.1 or something like that. In the
meantime, fedora-ds is being pulled from the Fedora Extras yum repos so
that this doesn't happen again.
I apologize for any inconvenience.
Many thanks again to Dennis Gilmore, and to Jarod Wilson, the Fedora DS
community, and all of those who reviewed the package. Once the mirrors
are updated, on fc-5 and fc-7 (the fc-6 build systems are having
problems at the moment), you should be able to do a 'yum install
fedora-ds'. Details about the work involved are here -
http://directory.fedora.redhat.com/wiki/FDS_Into_FedoraCore
There are some things you should be aware of if you plan to try this out
or deploy it:
* This version of the Fedora DS is just the core only. It does not
contain any of the console, admin server, gateway, or other web
applications. Those will be submitted as separate packages in the near
future. However, the Fedora DS comes complete with all of the command
line management tools and can be managed via LDAP.
* This version is not the "official" 1.1.0 version, but rather a
pre-release, the version that is very close to being the 1.1.0 candidate.
* There are no migration scripts provided, and the wiki documentation is
a bit sparse at the moment.
The next steps:
* write migration scripts/docs so people can migrate from 1.0 to 1.1
* update the wiki docs, especially the install guide and Building page
* work on getting the console and admin server code into fedora