-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Milestone
Description
A rather self-explanatory issue, when running olad with few arguments like
olad -l4
I get an exit signal of 69 and I'm unable to start olad.
When starting it with --no-http it works.
[...]
common/rdm/PidStoreLoader.cpp:282: Loading MODEL_ID_LIST
common/rdm/PidStoreLoader.cpp:282: Loading PIXEL_TYPE
common/rdm/PidStoreLoader.cpp:282: Loading PIXEL_COUNT
common/rdm/PidStoreLoader.cpp:221: Load Complete
common/network/PosixInterfacePicker.cpp:168: Skipping lo because it's a loopback
common/network/PosixInterfacePicker.cpp:256: Found: enp1s0, 10.200.100.196, 52:54:00:63:79:fd
common/network/InterfacePicker.cpp:94: Using interface enp1s0 (10.200.100.196)
olad/OlaServer.cpp:194: Server UID is 7a70:c464c80a
olad/OlaServer.cpp:206: Server instance name is OLA Server
olad/plugin_api/Preferences.cpp:465: Missing /home/olad/.ola/ola-universe.conf: No such file or directory - this isn't an error, we'll just use the defaults
common/io/EPoller.cpp:82: EPOLL_CTL_ADD 9, events 2001, descriptor: 0x1d319b0
olad/OlaServer.cpp:280: Failed to start the HTTP server.
common/io/EPoller.cpp:116: EPOLL_CTL_DEL 9
common/thread/Thread.cpp:200: Thread signal-thread, policy SCHED_OTHER, priority 0
I would like to debug more but I'm not sure where to start.
This is the latest version from master branch ff8bf86.