Issue information

Issue ID
#8636
Status
Fixed
Severity
None
Started
Slicer
Apr 19, 2015 4:21
Last Post
Dastgir
Apr 21, 2015 14:48
Confirmation
Yes (2)
No (0)

Slicer - Apr 19, 2015 4:21

I downloaded the latest version of Hercules, compiled, configured, so far all very well, but when I started the application appeared some errors on the console.

[spoiler]
[img]http://i.imgur.com/vuM92wm.jpg[/img]
[/spoiler]

evilpuncker - Apr 19, 2015 6:01

it happens because renewal_aspd is turned off :(

malufett - Apr 19, 2015 11:42

ow..the DBPATH is based on macro RENEWAL...

:meow:

malufett - Apr 19, 2015 14:28

Fixed @ 0f2b317372c2d1c95d4f09c94d054958418a39b4
:meow:

Slicer - Apr 19, 2015 14:33

[quote name="malufett" timestamp="1429453703"]
Fixed @ 0f2b317372c2d1c95d4f09c94d054958418a39b4
:meow:[/quote]


It was a mistake rather small, lacked put -re in the definition of pre-renewal db, thus:

[code=auto:0] #else "db/pre/job_db.conf"; #endif [/code]


When it should be like this:
[code=auto:0] #else "db/pre-re/job_db.conf"; #endif[/code]

This post has been edited by Slicer on Apr 19, 2015 14:44