Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Hussamuddin Nasir
emulab-devel
Commits
4e9918b0
Commit
4e9918b0
authored
Nov 04, 2004
by
Timothy Stack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a paragraph to the troubleshooting section explaining the event
system gotcha
parent
d083bfa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
www/faq.html
www/faq.html
+29
-0
No files found.
www/faq.html
View file @
4e9918b0
...
...
@@ -1471,6 +1471,35 @@
then a node failed to reach the point where it would report a successful
setup to Emulab.
<p>
Near the end of the experiment setup, Emulab's event system can fail to
startup with a message like this:
<pre>
Starting the event system.
*** ~/.ssh/identity is not a passphrase-less key
You will need to regenerate the key manually
*** /usr/testbed/devel/stack/sbin/eventsys.proxy:
Failed to start event system for foo/bar
</pre>
Or, like this:
<pre>
Starting the event system.
Permission denied, please try again.
Permission denied, please try again.
Permission denied.
*** /usr/testbed/devel/stack/sbin/eventsys.proxy:
Failed to start event system for foo/bar
</pre>
This failure occurs because you have manually changed your default SSH
identity (~/.ssh/identity) or edited your authorized_keys file in your
Emulab home directory without going through the "Edit SSH Keys" web form on
your user page. The easiest way to fix this is to make sure the passphrase
is empty using ssh-keygen(1) on the user's machine:
<pre>
users$ ssh-keygen -p -P "
<
old-passphrase
>
" -N "" -f ~/.ssh/identity
</pre>
Then, make sure the corresponding public key in your Emulab home directory
("~/.ssh/identity.pub") is listed in the "Edit SSH Keys" form.
<p>
Such failures can be caused by many things. Sometimes
a transient load on an Emulab server can push a node over its
timeout, though this is happening less and less as we
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment