-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
when I run pimd on ubuntu it throws an error "Another multicast routing application is already running." #195
Comments
|
hi,it seems I did not install the mrouted,smcrouted,how can I find the Another multicast routing application? which port is listening by the pimd? pimd version 2.3.2 root@ubuntu:/etc# pimd -v Command 'smcrouted' not found, did you mean: command 'smcroute' from deb smcroute Try: apt install root@ubuntu:/etc# mrouted |
If you've installed pimd as a .deb packlage from Ubuntu then it's likely already running in the background. Check your ps output, e.g.
|
thank you,it seems can be started. I did not do anything change,just reboot the linux today? |
OK, not a bug then, so closing this issue report. |
root@ubuntu:/etc# pimd
pimd: 15:07:53.765 Ignoring ens38, same subnet as ens33
pimd: 15:07:53.765 Another multicast routing application is already running.
root@ubuntu:/etc# cat /proc/version
Linux version 4.15.0-29-generic (buildd@lgw01-amd64-057) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018
whar is the root cause? thank you.
The text was updated successfully, but these errors were encountered: