DINKIN / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Bird router "pidof bird" fail #283

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Installing bird Internet routing daemon in Ubuntu 15.04 and enabling bird and 
BIRD_OSPFv2 in routers configure->services this error is displayed:

DATE: Fri Jun 26 10:11:33 2015
LEVEL: ERROR (2)
NODE: 2 (n2)
SESSION: 36949
SOURCE: service:bird

validate command failed: pidof bird

Running, in router console, the default startup command of bird "bird -c 
/etc/bird/bird.conf", this error is displayed:

root@n2:/tmp/pycore.57265/n2.conf# bird -c /etc/bird/bird.conf
bird: Cannot create control socket /run/bird/bird.ctl: No such file or directory

Changing this command for "bird -c /etc/bird/bird.conf -s /var/run/bird.ctl", 
bird Internet routing daemon is started successfully.

My suggestion is change, in default configuration, startup command of bird of 
"bird -c /etc/bird/bird.conf" to "bird -c /etc/bird/bird.conf -s 
/var/run/bird.ctl"

Programs versions installed was:
core-network-gui 4.7-2
core-network-daemon 4.7-2
bird 1.4.5-1

Operating system: Ubuntu 15.04 (Vivid)

Sorry for my bad English and thanks for excellent work realized in the 
development of Common Open Research Emulator.

Original issue reported on code.google.com by rogeriof...@gmail.com on 26 Jun 2015 at 1:47