Skip to content

Commit

Permalink
Ask user to refresh is user session if he just installed ubridge
Browse files Browse the repository at this point in the history
Ref #796
  • Loading branch information
julien-duponchelle committed Nov 24, 2016
1 parent 03555a3 commit 2215702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gns3server/compute/base_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def _start_ubridge(self):
"""

if self.ubridge_path is None:
raise NodeError("uBridge is not available or path doesn't exist")
raise NodeError("uBridge is not available or path doesn't exist. Or you just install GNS3 and need to restart your user session to refresh user permissions.")

if not self._manager.has_privileged_access(self.ubridge_path):
raise NodeError("uBridge requires root access or capability to interact with network adapters")
Expand Down

0 comments on commit 2215702

Please sign in to comment.