vermaneerajin / shellinabox

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

Should include lsb as a dependency #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install on a machine without lsb installed
2. Post install script fails

What is the expected output? Successfull installation.

What do you see instead?

The output I see:

# dpkg -i shellinabox_2.9-1_i386.deb
Selecting previously deselected package shellinabox.
(Reading database ... 52862 files and directories currently installed.)
Unpacking shellinabox (from shellinabox_2.9-1_i386.deb) ...
Setting up shellinabox (2.9-1) ...
/etc/init.d/shellinabox: /lib/lsb/init-functions: No such file or directory
invoke-rc.d: initscript shellinabox, action "start" failed.
dpkg: error processing shellinabox (--install):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 shellinabox

At this point it is also not possible to simply uninstall the package.

What version of the product are you using? On what operating system?

Version 2.9-1, the provided deb file.

On Debian 3.0

Original issue reported on code.google.com by LaBlua on 20 Nov 2009 at 5:06

GoogleCodeExporter commented 8 years ago
Fixed in subversion.

I need to cut a new release soon. But that will have to wait until I find the 
time to 
update the manual page with some of the recent changes. For now, please pull 
from 
subversion.

Original comment by zod...@gmail.com on 20 Nov 2009 at 7:01