-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unable to run interactive drunc session with example config from np04daq account #269
Comments
Starting the drunc with log level = debug yields error messages like:
I'm afraid this isn't a problem with the run control. |
I haven't been able to observe the HOST IDENTIFICATION HAS CHANGED message, but I have seen the following:
The presence of the 'cannot overwrite existing file" message in both of our screen captures got me wondering if removing existing log files from the current working directory would help. It did! I can get reliable operation if I delete the log files between each running of the drunc_unified_shell. It might be interesting to temporarily remove the "set -o noclobber" line from the np04daq account .bashrc to see if that helps, but I'm not willing to try that without coordinating with other people. I tried running an fddaq-v4.4.8 system from the np04daq account on np04-srv-003, and I did not have a problem with a second set of log files overwriting the first. Not sure what nanorc would have been doing differently... |
A way to fix the issue is to add |
Depends if you are using |
Closing this issue. Adding the suggested option to the boot command worked great.
|
When I try to do this, for example on np04-srv-003, I see errors like
ApplicationLookupUnsuccessful: Could not resolve the URI for 'root-controller_control' in the connectivity service, got response []
Here are instructions for reproducing the tests that I ran...
The text was updated successfully, but these errors were encountered: