Hi again,
I think I have a small bug report.
I removed all RPM's related to FDS 1.1-4 and admin on my RHEL5.1/x86_64 system, rm -fr /etc/dirsrv/slapd-server, and reinstalled it and ran setup-ds-admin.pl again using 3 for custom and saving the config data locally this time.
I couldn't start the Admin Server on my custom port, so I tried 9830 and it worked. I did the grep ^Listen /etc/dirsrv/admin-serv/console.conf command as suggested in the documentation and it came up with 9830. My terminal history was still scrollable and I can see for a fact that I asked for a different port.
What's more, it did set that port correctly on the previous attempt when I used "2" and saved data on a different DS. The admin server as desired ran on my custom port. I also did the grep command after the first attempt, and verified that it was running on my custom port.
I'm not sure if the bug exerted itself because of the reinstall over the extant /etc/dirsrv/admin-serv directory and/or because I chose 3-custom instead of 2.
This is a very small bug as there are two obvious workarounds; either start the Admin console on the default port, or manually edit /etc/dirsrv/admin-serv/console.conf, change it to the desired port, and do a service dirsrv-admin stop and start.
-Ken.
Ken Marsh wrote:
Hi again,
I think I have a small bug report.
I removed all RPM's related to FDS 1.1-4 and admin on my RHEL5.1/x86_64 system, rm -fr /etc/dirsrv/slapd-server, and reinstalled it and ran setup-ds-admin.pl again using 3 for custom and saving the config data locally this time.
You should be able to do something like this to remove all of the packages: yum erase svrcore idm-console-framework
That should remove those packages and all packages which depend on them.
In order to remove all trace of fedora ds, you would need to do something like this, after the yum erase: rm -rf /etc/dirsrv /usr/lib/dirsrv /usr/lib64/dirsrv `find /var -name dirsrv -print`
If /etc/dirsrv/admin-serv/adm.conf exists, setup-ds-admin.pl will not work as you would expect - I don't think it will allow you to change the existing admin server port number in that case.
If /etc/dirsrv/admin-serv/adm.conf exists, then setup-ds-admin.pl will basically allow you to create another instance of directory server and register it with the configuration DS.
I couldn't start the Admin Server on my custom port, so I tried 9830 and it worked. I did the grep ^Listen /etc/dirsrv/admin-serv/console.conf command as suggested in the documentation and it came up with 9830. My terminal history was still scrollable and I can see for a fact that I asked for a different port.
What's more, it did set that port correctly on the previous attempt when I used "2" and saved data on a different DS. The admin server as desired ran on my custom port. I also did the grep command after the first attempt, and verified that it was running on my custom port.
I'm not sure if the bug exerted itself because of the reinstall over the extant /etc/dirsrv/admin-serv directory and/or because I chose 3-custom instead of 2.
This is a very small bug as there are two obvious workarounds; either start the Admin console on the default port, or manually edit /etc/dirsrv/admin-serv/console.conf, change it to the desired port, and do a service dirsrv-admin stop and start.
-Ken.
-- Fedora-directory-users mailing list Fedora-directory-users@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-users
389-users@lists.fedoraproject.org