Closed msimerson closed 8 years ago
On the same FreeBSD host, I have Haraka 2.8.6 installed with no such issues. I haven't been able to determine why.
[root@haraka /]# uname
FreeBSD 10.3-RELEASE-p4 amd64
[root@haraka /]# haraka -v
Haraka.js — Version: 2.8.6
[root@haraka /]# node -v
v5.11.1
another clue: reverting to node 4.4.7 works.
see strongloop/modern-syslog#16
Seeing the same thing Node 6.2.2
FWIW I ran into this on 0.10.46-1nodesource1~trusty1
package from the nodesource deb repo.
Ended up installing 5.12.0-1nodesource1~trusty1
from their node_5.x repo, and it stopped giving me the error.
I also noticed that restarting the Haraka process several times in a row would often (but not always) yield a different number of duplicate TypeError: undefined is not a function
messages.
When I altered the always_ok
value in my config/log.syslog.ini
file to true
the haraka process would start and then just quit without any apparent error message.
For my part, I was testing with just Haraka 2.8.8, if that makes a difference.
Should be fixed by above.
Closing this due to the above. Please re-open if it's still an issue.
Haraka version
2.8.8
Expected behavior
Haraka to start up normally.
Observed behavior
Steps to reproduce