mirror of https://github.com/Icinga/icinga2.git
Add a note for different binary locations to development docs
refs #10710
This commit is contained in:
parent
b297e8cfa7
commit
6e1da02d37
|
@ -122,6 +122,10 @@ If VFork causes trouble disable it inside the gdb run.
|
||||||
|
|
||||||
# gdb --args /usr/lib64/icinga2/sbin/icinga2 daemon -x debug -DUseVfork=0
|
# gdb --args /usr/lib64/icinga2/sbin/icinga2 daemon -x debug -DUseVfork=0
|
||||||
|
|
||||||
|
The exact path to the Icinga 2 binary differs on each distribution. On Ubuntu
|
||||||
|
it is installed into `/usr/lib/x86_64-linux-gnu/icinga2/sbin/icinga2` on 64-bit systems
|
||||||
|
for example.
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
> If gdb tells you it's missing debug symbols, quit gdb and install
|
> If gdb tells you it's missing debug symbols, quit gdb and install
|
||||||
|
|
Loading…
Reference in New Issue