|
From: Frank C. <fr...@cr...> - 2016-07-05 06:58:31
|
Bruce, Try this patch against the latest version, which should fix your problem. It works for me. Due to the seriousness of this issue, it breaks all deployments, I'll release a new version on the weekend with this and any other issues that may come in. Regards FrankOn Mon, 2016-07-04 at 22:33 +1000, Frank Crawford wrote: > Bruce, > > I've had a quick look at the code, and I think I see the issue. I'll > send you a patch to try sometime tomorrow. It seems to be a bug that > has been lurking for sometime with certain options, and the latest > release has made a small change that now makes it always occur. > > Regards > Frank > > On Fri, 2016-07-01 at 20:19 +1000, Frank Crawford wrote: > > Bruce, > > > > I can't check it for a few days, but it looks to be an issue with > > the python routine we are splitting the string with. For some > > reason it has taken the first argument as part of the command to > > run. > > > > Regards > > Frank > > > > Sent from my iPad > > > > On 1 Jul 2016, at 3:31 am, Bruce Cowan <bc...@no...> wrote: > > > > > Hi, > > > > > > I have been using SafeKeep to automatically back up parts of my > > > work machine to an attached USB drive. This week I changed to a > > > new computer running Ubuntu 16.04 (with SafeKeep 1.4.3), and it > > > no longer works for me. I read through the recent messages, so > > > thought adding ssh.keygen.type = ed25519 to the config file might > > > help, but received the same errors. Here is the output from > > > executing with : --keys -vvv --deploy > > > > > > INFO: Handling keys for client: sidewinder > > > INFO: sidewinder: Key do not exist, generating it now: > > > /home/cowan/.ssh/safekeep-server-ctrl-key > > > DBG: ssh-keygen -q -b 4096 -t ed25519 -N "" -C "SafeKeep auto > > > generated key at cowan@sidewinder" -f /home/cowan/.ssh/safekeep- > > > server-ctrl-key > > > DBG: Run [ssh-keygen -q -b 4096 -t ed25519 -N "" -C "SafeKeep > > > auto generated key at cowan@sidewinder" -f > > > /home/cowan/.ssh/safekeep-server-ctrl-key] > > > INFO: sidewinder: Key do not exist, generating it now: > > > /home/cowan/.ssh/safekeep-server-data-key > > > DBG: ssh-keygen -q -b 4096 -t ed25519 -N "" -C "SafeKeep auto > > > generated key at cowan@sidewinder" -f /home/cowan/.ssh/safekeep- > > > server-data-key > > > DBG: Run [ssh-keygen -q -b 4096 -t ed25519 -N "" -C "SafeKeep > > > auto generated key at cowan@sidewinder" -f > > > /home/cowan/.ssh/safekeep-server-data-key] > > > DBG: Run [ssh -oStrictHostKeyChecking=no root@sidewinder if test > > > -f .ssh/authorized_keys; then cat .ssh/authorized_keys; fi] > > > ERR: ssh -oStrictHostKeyChecking=no failed: OSError: [Errno 2] No > > > such file or directory > > > ERR: ERROR: too many values to unpack > > > Traceback (most recent call last): > > > File "/usr/bin/safekeep", line 2405, in main > > > do_keys(cfgs, args, nice_cln, identity, keys_status, > > > keys_print, keys_deploy) > > > File "/usr/bin/safekeep", line 1986, in do_keys > > > authtext = call(cmd) > > > File "/usr/bin/safekeep", line 263, in call > > > rc, out = _spawn(args, stdin, stdout=True) > > > ValueError: too many values to unpack > > > > > > I don't know python, but if you don't have access to an Ubuntu > > > 16.04 box, I'm happy to run any test scripts you send me if it > > > will help track down the problem. > > > > > > Regards, > > > Bruce > > > -- > > > Bruce Cowan, Software Engineer > > > National Solar Observatory/ATST > > > Tucson, AZ, USA > > ----------------------------------------------------------------- > > ------------- > > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in > > San > > Francisco, CA to explore cutting-edge tech and listen to tech > > luminaries > > present their vision of the future. This family event has something > > for > > everyone, including kids. Get more information and register today. > > http://sdm.link/attshape > _______________________________________________ > Safekeep-devel mailing list > Saf...@li... > https://lists.sourceforge.net/lists/listinfo/safekeep-devel > ------------------------------------------------------------------- > ----------- > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in > San > Francisco, CA to explore cutting-edge tech and listen to tech > luminaries > present their vision of the future. This family event has something > for > everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > Safekeep-devel mailing list > Saf...@li... > https://lists.sourceforge.net/lists/listinfo/safekeep-devel > ------------------------------------------------------------------- > ----------- > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in > San > Francisco, CA to explore cutting-edge tech and listen to tech > luminaries > present their vision of the future. This family event has something > for > everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > Safekeep-devel mailing list > Saf...@li... > https://lists.sourceforge.net/lists/listinfo/safekeep-devel |