We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue has been migrated from Redmine: https://dev.icinga.com/issues/6765
Created by pada on 2014-07-19 19:51:28 +00:00
Assignee: gbeutner Status: Resolved (closed on 2014-08-06 08:36:50 +00:00) Target Version: 2.0.2 Last Update: 2014-08-06 08:36:50 +00:00 (in Redmine)
Icinga Version: 2.0.1~icingaautorelease201407101035
$ /usr/sbin/icinga2 -C -c [2014-07-19 21:48:33 +0200] information/icinga-app: Icinga application loader (version: v2.0.1) [2014-07-19 21:48:33 +0200] information/icinga-app: Loading application type: icinga/IcingaApplication [2014-07-19 21:48:33 +0200] information/Utility: Loading library "libicinga.so" [2014-07-19 21:48:33 +0200] information/ConfigCompiler: Adding include search dir: /usr/share/icinga2/include Caught unhandled exception. Current time: 2014-07-19 21:48:33 +0200
../../../lib/config/configcompiler.cpp(201): Throw in function static void icinga::ConfigCompiler::CompileFile(const icinga::String&, const icinga::String&) Dynamic exception type: N5boost16exception_detail10clone_implIN6icinga11posix_errorEEE std::exception::what: std::exception [PN6icinga10StackTraceE] = (0) libbase.so: void boost::throw_exceptionicinga::posix_error(icinga::posix_error const&) (+0xbe) [0x7ff71cc6e54e] (1) libconfig.so: icinga::ConfigCompiler::CompileFile(icinga::String const&, icinga::String const&) (+0x476) [0x7ff71c954996] (2) icinga2: Main() (+0x1758) [0x41bb28] (3) icinga2: main (+0x24) [0x419924] (4) libc.so.6: __libc_start_main (+0xf5) [0x7ff71aed3b45] (5) /usr/sbin/icinga2() [0x419a3f]
[PN6icinga12ContextTraceE] = (0) Compiling configuration file "--no-stack-rlimit"
2, "No such file or directory"[PN5boost18errinfo_file_name_E] = --no-stack-rlimit [PN5boost21errinfo_api_function_E] = std::ifstream::open
Changesets
2014-08-06 08:35:27 +00:00 by gbeutner 89b94ab
Make --no-stack-rlimit the first argument fixes #6765
The text was updated successfully, but these errors were encountered:
Updated by gbeutner on 2014-07-23 08:41:31 +00:00
The problem here is that Icinga 2 restarts itself after adding another command-line argument (--no-stack-rlimit). Which means your real arguments are:
icinga2 -C -c --no-stack-rlimit
This is obviously a bug and the fix should be to just move the --no-stack-rlimit argument to the beginning of the command-line arguments.
Sorry, something went wrong.
Updated by gbeutner on 2014-08-06 08:24:04 +00:00
Updated by gbeutner on 2014-08-06 08:36:09 +00:00
Updated by gbeutner on 2014-08-06 08:36:50 +00:00
Applied in changeset 89b94ab.
No branches or pull requests
This issue has been migrated from Redmine: https://dev.icinga.com/issues/6765
Created by pada on 2014-07-19 19:51:28 +00:00
Assignee: gbeutner
Status: Resolved (closed on 2014-08-06 08:36:50 +00:00)
Target Version: 2.0.2
Last Update: 2014-08-06 08:36:50 +00:00 (in Redmine)
$ /usr/sbin/icinga2 -C -c
[2014-07-19 21:48:33 +0200] information/icinga-app: Icinga application loader (version: v2.0.1)
[2014-07-19 21:48:33 +0200] information/icinga-app: Loading application type: icinga/IcingaApplication
[2014-07-19 21:48:33 +0200] information/Utility: Loading library "libicinga.so"
[2014-07-19 21:48:33 +0200] information/ConfigCompiler: Adding include search dir: /usr/share/icinga2/include
Caught unhandled exception.
Current time: 2014-07-19 21:48:33 +0200
*****
../../../lib/config/configcompiler.cpp(201): Throw in function static void icinga::ConfigCompiler::CompileFile(const icinga::String&, const icinga::String&)
Dynamic exception type: N5boost16exception_detail10clone_implIN6icinga11posix_errorEEE
std::exception::what: std::exception
[PN6icinga10StackTraceE] =
(0) libbase.so: void boost::throw_exceptionicinga::posix_error(icinga::posix_error const&) (+0xbe) [0x7ff71cc6e54e]
(1) libconfig.so: icinga::ConfigCompiler::CompileFile(icinga::String const&, icinga::String const&) (+0x476) [0x7ff71c954996]
(2) icinga2: Main() (+0x1758) [0x41bb28]
(3) icinga2: main (+0x24) [0x419924]
(4) libc.so.6: __libc_start_main (+0xf5) [0x7ff71aed3b45]
(5) /usr/sbin/icinga2() [0x419a3f]
[PN6icinga12ContextTraceE] =
(0) Compiling configuration file "--no-stack-rlimit"
2, "No such file or directory"[PN5boost18errinfo_file_name_E] = --no-stack-rlimit
[PN5boost21errinfo_api_function_E] = std::ifstream::open
*****
Aborted
Changesets
2014-08-06 08:35:27 +00:00 by gbeutner 89b94ab
The text was updated successfully, but these errors were encountered: