You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to run two instances of polycubed on the same system, when a second instance is launched, it closes with the following message error:
terminate called after throwing an instance of 'std::runtime_error'
what(): epoll_ctl(epoll_fd, EPOLL_CTL_ADD, fd, &ev): Bad file descriptor
Aborted
That message is not clear enough to recognize the source of the problem.
A mechanism to check if another instance is running would allow printing a more useful message, as:
Another instance of polycubed is running PID: ....
-Mauricio
The text was updated successfully, but these errors were encountered:
It is not possible to run two instances of polycubed on the same system, when a second instance is launched, it closes with the following message error:
That message is not clear enough to recognize the source of the problem.
A mechanism to check if another instance is running would allow printing a more useful message, as:
-Mauricio
The text was updated successfully, but these errors were encountered: