View Issue Details

IDProjectCategoryView StatusLast Update
0000581bareos-coreinstaller / packagespublic2019-12-18 15:25
Reporterymicha Assigned Topstorz  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformWindows 7OSWindowsOS Version7,8,10,2008,2012
Product Version13.2.5 
Summary0000581: Installer is setting up a wrong path to bmail.exe without quotes / bmail not called
DescriptionThe installer is writing a wrong path for bmail into the baroes-dir.conf file.
Since Windows 7/64 the default program path should be "C:\Progam File\Bareos".

Installer includes the following lines:
mailcommand = "C:/Program Files/Bareos/bsmtp ...
operatorcommand = "C:/Program Files/Bareos/bsmtp ...

It have to be:
mailcommand = "\"C:/Program Files/Bareos/bsmtp\" ...
operatorcommand = "\"C:/Program Files/Bareos/bsmtp\" ...

,but installer is
Steps To ReproduceInstall winbareos using default settings on Windows 64
TagsNo tags attached.

Relationships

child of 0000625 closedmaik Release bareos-15.2.3 

Activities

pstorz

pstorz

2016-01-12 09:27

administrator   ~0002093


Hello,

please verify that the installers in

http://download.bareos.org/bareos/people/pstorz/bug581/

fix the issue.

Thank you very much

ymicha

ymicha

2016-01-12 16:56

reporter   ~0002094

Thank you now it works fine.
mvwieringen

mvwieringen

2016-01-13 10:31

developer   ~0002095

Fix committed to bareos bareos-15.2 branch with changesetid 6078.
joergs

joergs

2016-07-08 14:34

developer   ~0002317

Fix committed to bareos bareos-14.2 branch with changesetid 6436.

Related Changesets

bareos: bareos-15.2 9dd99898

2016-01-11 16:15

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
win32: Extra quote bsmtp call on windows

Fixes 0000581: Installer is setting up a wrong path to bmail.exe without
quotes / bmail not called
Affected Issues
0000581
mod - platforms/win32/fillup.sed Diff File

bareos: bareos-14.2 da8a368a

2016-01-11 16:15

pstorz


Committer: joergs

Ported: N/A

Details Diff
win32: Extra quote bsmtp call on windows

Fixes 0000581: Installer is setting up a wrong path to bmail.exe without
quotes / bmail not called
Affected Issues
0000581
mod - platforms/win32/fillup.sed Diff File

Issue History

Date Modified Username Field Change
2015-12-10 10:28 ymicha New Issue
2016-01-11 14:56 pstorz Assigned To => pstorz
2016-01-11 14:56 pstorz Status new => acknowledged
2016-01-12 09:27 pstorz Note Added: 0002093
2016-01-12 09:27 pstorz Status acknowledged => feedback
2016-01-12 16:56 ymicha Note Added: 0002094
2016-01-12 16:56 ymicha Status feedback => assigned
2016-01-13 10:31 mvwieringen Changeset attached => bareos bareos-15.2 9dd99898
2016-01-13 10:31 mvwieringen Note Added: 0002095
2016-01-13 10:31 mvwieringen Status assigned => resolved
2016-01-13 10:31 mvwieringen Resolution open => fixed
2016-03-11 14:33 maik Relationship added child of 0000625
2016-07-08 14:34 joergs Changeset attached => bareos bareos-14.2 da8a368a
2016-07-08 14:34 joergs Note Added: 0002317
2019-12-18 15:25 arogge Status resolved => closed