macielbombonato / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Incorrect LSB header in bbb-openoffice-headless provides red5 service #609

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
/etc/init.d/bbb-openoffice-headless from the bbb-openoffice-headless package in 
http://archive.bigbluebutton.org/lucid (currently version 0.7ubuntu3) has an 
incorrect LSB header which lists the service it provides as "red5".  When 
installed on a system making use of the LSB information (e.g. through insserv) 
postinst fails with the following message:

insserv: script bbb-openoffice-headless: service red5 already provided!
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing bbb-openoffice-headless (--configure):
 subprocess installed post-installation script returned error exit status 1

To correct this issue, simply change "Provides: red5" to "Provides: 
bbb-openoffice-headless" or similar in the init script.

Original issue reported on code.google.com by kevin...@gmail.com on 25 Aug 2010 at 11:30

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 7 Feb 2011 at 4:28

GoogleCodeExporter commented 9 years ago
Fixed in 0.80.

Original comment by ffdixon@gmail.com on 9 Sep 2012 at 1:56