From 6d69f54e68430671b01b8f094333bb541fc3d0bc Mon Sep 17 00:00:00 2001 From: Blaine Gardner Date: Sun, 11 Nov 2018 13:45:57 -0700 Subject: [PATCH] Add "Known Issues" with openSUSE bug to readme Signed-off-by: Blaine Gardner --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8ef02ad..d6fd50a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ Octopus is a commandline tool for running the same command on multiple remote ho [![Build Status](https://travis-ci.com/BlaineEXE/octopus.svg?branch=master)](https://travis-ci.com/BlaineEXE/octopus) +Known Issues +-------------- +There is a bug in openSUSE Leap 15.0 which likely affects all openSUSE distributions where octopus +will randomly fail to be able to execute on remote hosts as non-root users. Executing as the `root` +user seems to work appropriately.
+https://bugzilla.opensuse.org/show_bug.cgi?id=1115550 + Theory -------- Octopus is a simple tool inspired by `pdsh`'s ability to execute commands on multiple hosts in