Skip to content
New issue

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

Make polycubed a system service #25

Closed
acloudiator opened this issue Dec 18, 2018 · 1 comment
Closed

Make polycubed a system service #25

acloudiator opened this issue Dec 18, 2018 · 1 comment
Assignees

Comments

@acloudiator
Copy link
Contributor

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

@mauriciovasquezbernal
Copy link
Contributor

This PR message was quite outdated as the mechanisms mentioned there had been already implemented a time ago. #177 solves the original issue.

Issues Board automation moved this from Needs triage to Closed Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Issues Board
  
Closed
Development

No branches or pull requests

2 participants