Revision cd4c86a8

b/lib/cli.py
1807 1807
    obuf.write("Cannot communicate with the master daemon.\nIs it running"
1808 1808
               " and listening for connections?")
1809 1809
  elif isinstance(err, luxi.TimeoutError):
1810
    obuf.write("Timeout while talking to the master daemon. Error:\n"
1811
               "%s" % msg)
1810
    obuf.write("Timeout while talking to the master daemon. Jobs might have"
1811
               " been submitted and will continue to run even if the call"
1812
               " timed out. Useful commands in this situation are \"gnt-job"
1813
               " list\", \"gnt-job cancel\" and \"gnt-job watch\". Error:\n")
1814
    obuf.write(msg)
1812 1815
  elif isinstance(err, luxi.PermissionError):
1813 1816
    obuf.write("It seems you don't have permissions to connect to the"
1814 1817
               " master daemon.\nPlease retry as a different user.")

Also available in: Unified diff