View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000262 | bareos-core | installer / packages | public | 2013-12-18 14:29 | 2015-03-25 19:19 |
Reporter | Bernhard Dick | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
OS | Debian | OS Version | 7 | ||
Product Version | 13.2.2 | ||||
Fixed in Version | 14.2.0 | ||||
Summary | 0000262: debian packages missing openssl dependency | ||||
Description | When installing bareos onto an debian system w/o installed openssl the post installation script gives multiple lines of: /usr/lib/bareos/scripts/bareos-config: 1: /usr/lib/bareos/scripts/bareos-config: openssl: not found resulting in not giving random default passwords for bareos. So I would advise to add openssl to the packages dependency list. | ||||
Steps To Reproduce | Install a minimal Debian system Install bareos Packages | ||||
Tags | No tags attached. | ||||
Thanks for the hint. I'll check this. | |
0001-added-depency-to-openssl.patch (1,565 bytes)
From 7a1b874172ddfbd62c97c82b32e636272dde32cb Mon Sep 17 00:00:00 2001 From: Joerg Steffens <joerg.steffens@bareos.com> Date: Mon, 23 Dec 2013 16:50:39 +0100 Subject: [PATCH] added depency to openssl bareos-config call openssl to generate passwords. This patch added the package depency to openssl. Fixes #262: debian packages missing openssl dependency --- debian/control | 2 +- platforms/packaging/bareos.spec | 1 + 2 Dateien geändert, 2 Zeilen hinzugefügt(+), 1 Zeile entfernt(-) diff --git a/debian/control b/debian/control index 0a71e10..285dc38 100644 --- a/debian/control +++ b/debian/control @@ -103,7 +103,7 @@ Description: Backup Archiving Recovery Open Sourced - client meta-package Package: bareos-common Architecture: any Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: openssl, ${shlibs:Depends}, ${misc:Depends} Suggests: bareos-doc Description: Backup Archiving Recovery Open Sourced - common libraries and support files Bareos is a set of programs to manage backup, recovery and verification of diff --git a/platforms/packaging/bareos.spec b/platforms/packaging/bareos.spec index bb88135..05fe99a 100644 --- a/platforms/packaging/bareos.spec +++ b/platforms/packaging/bareos.spec @@ -255,6 +255,7 @@ Provides: %{name}-fd %package common Summary: Generic libs needed by every package Group: Productivity/Archiving/Backup +Requires: openssl Provides: %{name}-libs %package database-common -- 1.7.10.4 |
|
The attached patch should fix this problems. If have been tested against Debian 6 and openSUSE. It have already been send to gatekeeper@bareos.org and therefore it expect it to be applied soon. |
|
Fix committed to bareos master branch with changesetid 1401. | |
Fix committed to bareos2015 bareos-14.2 branch with changesetid 4949. | |
Due to the reimport of the Github repository to bugs.bareos.org, the status of some tickets have been changed. These tickets will be closed again. Sorry for the noise. |
|
bareos: master 1e42c890 2013-12-23 16:50 Committer: pstorz Ported: N/A Details Diff |
added depency to openssl bareos-config call openssl to generate passwords. This patch added the package depency to openssl. Fixes 0000262: debian packages missing openssl dependency |
Affected Issues 0000262 |
|
mod - debian/control | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
bareos2015: bareos-14.2 73d26a5e 2013-12-23 17:50 Committer: mvwieringen Ported: N/A Details Diff |
added depency to openssl bareos-config call openssl to generate passwords. This patch added the package depency to openssl. Fixes 0000262: debian packages missing openssl dependency |
Affected Issues 0000262 |
|
mod - debian/control | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-12-18 14:29 | Bernhard Dick | New Issue | |
2013-12-20 13:08 | joergs | Assigned To | => joergs |
2013-12-20 13:08 | joergs | Status | new => assigned |
2013-12-20 13:09 | joergs | Note Added: 0000768 | |
2013-12-27 10:46 | joergs | File Added: 0001-added-depency-to-openssl.patch | |
2013-12-27 10:46 | joergs | Assigned To | joergs => |
2013-12-27 10:48 | joergs | Note Added: 0000774 | |
2014-01-02 10:11 | pstorz | Changeset attached | => bareos master 1e42c890 |
2014-01-02 10:11 | pstorz | Note Added: 0000777 | |
2014-01-02 10:11 | pstorz | Assigned To | => pstorz |
2014-01-02 10:11 | pstorz | Status | assigned => resolved |
2014-01-02 10:11 | pstorz | Resolution | open => fixed |
2014-09-24 13:59 | joergs | Assigned To | pstorz => |
2014-09-24 13:59 | joergs | Status | resolved => closed |
2014-09-24 13:59 | joergs | Fixed in Version | => 14.2.0 |
2015-03-25 16:51 | mvwieringen | Changeset attached | => bareos2015 bareos-14.2 73d26a5e |
2015-03-25 16:51 | mvwieringen | Note Added: 0001481 | |
2015-03-25 16:51 | mvwieringen | Status | closed => resolved |
2015-03-25 19:19 | joergs | Note Added: 0001629 | |
2015-03-25 19:19 | joergs | Status | resolved => closed |