rock-core / base-doc

Rock's website
0 stars 11 forks source link

Fix for missing corba naming service is not sufficient #19

Open AlexanderFabisch opened 9 years ago

AlexanderFabisch commented 9 years ago

Hi,

I read this page (here) in the rock documentation. It seems like the fix for the problem is not correct. After removing all the log files with sudo rm -f /var/lib/omniorb/* I had to start the service with sudo omniNames -start (source).

If I do this without -start I will still get the following error:

$ sudo omniNames

Fri Jan 30 10:19:00 2015:

Error: cannot open log file '/var/lib/omniorb/omninames-afabisch2-u.log'.
Error: reading log file '/var/lib/omniorb/omninames-afabisch2-u.log' failed: No such file or directory
doudou commented 9 years ago

The right way to do restart the server is to use the distribution's service facility. On Ubuntu,

sudo service omniorb4-nameserver restart

We'll have to add it at the bottom of the page.

AlexanderFabisch commented 9 years ago

OK, thanks.