[Bug 576839] Review Request: bdii - The Berkeley Database Information Index (BDII)

bugzilla at redhat.com bugzilla at redhat.com
Sun May 23 17:11:49 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=576839

--- Comment #7 from Mattias Ellert <mattias.ellert at fysast.uu.se> 2010-05-23 13:11:44 EDT ---
Sorry for the delay...

New version:

Spec URL: http://www.grid.tsl.uu.se/review/bdii.spec
SRPM URL: http://www.grid.tsl.uu.se/review/bdii-5.1.5-1.fc12.src.rpm

(In reply to comment #5)
> Thanks for the selinux stuff.
> 
> [root at f13 ~]# /etc/init.d/bdii start
> Starting SLAPD:                                            [  OK  ]
> Starting update process:                                   [  OK  ]
> [root at f13 ~]# /etc/init.d/bdii status
> BDII Runnning                                              [  OK  ]
> [root at f13 ~]# /etc/init.d/bdii stop
> Stopping update process:                                   [  OK  ]
> Stopping SLAPD:                                            [  OK  ]
> 
> is a bit inconsistent, the status does not report the update process
> and all messages should probably include bdii in them. e.g
> 
> Starting BDII slapd
> Starting BDII update process.

[root at ellert ~]# service bdii start
Starting BDII slapd:                                       [     OK     ]
Starting BDII update process:                              [     OK     ]
[root at ellert ~]# service bdii start
Starting BDII: BDII already started
[root at ellert ~]# service bdii status
BDII Runnning                                              [     OK     ]
[root at ellert ~]# service bdii stop
Stopping BDII update process:                              [     OK     ]
Stopping BDII slapd:                                       [     OK     ]
[root at ellert ~]# service bdii stop
Stopping BDII: BDII already stopped
[root at ellert ~]# service bdii status
BDII Stopped                                               [     OK     ]

The logic of the status function is that both processes must be running to
report "BDII Runnning", and both must be stopped to report "BDII Stopped".

> Certainly on my box I can uninstall sudo, should it be a requires?

sudo added as Requires, Requires(preun) and Requries(postun)

I have also patch the initscript so that it does not use the lsb-initscript
functions due to the recent discussion on fedora-devel.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list