X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=LX
	g1gvvr0mR6f9x52gSL6irmeqkY30oNVh7xxGPwXTLyowKsQBWZ1rACcd3fz4UKAz
	zzC9iVXP3lxIy3+dpYNLHWqxp+XNqgvcb0azhpvgFMcT4U5S52E5/gnnhaYwHQnt
	5slubC8449UNgNusk3pwGR+OVSCc2cLje7LGeyHK8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=wR3prkQZ
	yqoIoCtgi7rF79/E95Y=; b=UopJlVIYRWjW6EAuonOCIH2ICG6WW2VokEs63bDf
	zWBAW/GN9pzODhpAg5sqrGpfyhnHVu0xnA/TXxtaROi2X3H7OQfsWw5C1C7KnM1s
	KJ+zbZzAXljAls+N8BdvBHJqx+yS67CVmpZBU8SBY82V7t76RwQJkuoPSVk6fBj5
	v5A=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: Yes, score=5.9 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=U*Stromeko, sk:Stromek, sk:stromek, stromekonexgode
X-HELO: mail-oi0-f44.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:date         :message-id:subject:from:to;        bh=EzKaChki7OLPHkAWJiFJkSeJnGXXUP7KT6chu7Zuj/E=;        b=Nx/DAzGVW2DYaA0XCbSxfbkBoa/4H0k9ozGQt6SxYOrtx/2y+Gi+Yt+O0dmYJGSFQB         lL2gcFGvznz5JHDgJUCUNBVblCckY6zom4IW2HMBkA5Qnd4ooagnMVpS3XsB+PGrl3n0         bgQ2vPWlH6smEt0/umZroPOBTYz8lt/xTT/H1kcWOEiPwqs83FBcQRkaKGRzRDqcwHrk         us9XW5wPNk4gOiXkW8pz5K0Myr6JX78knJs0D8TNa+Y+x+nZ2B8pDepVa3pKE88aeQIy         3PQk69W8Wiv3bdykL8x1Tns4H9KGLHhKpbpbDey6U1FIB5mqsDpWGTO1PFtMOURHXBvr         XEUA==
X-Gm-Message-State: AOPr4FWU3Ig//OL7DfjsFgsctA8p+ZETccxYVO44JMPrcssQHITJDluT9PQeI8eFRt5d0BOTPdN5xrgKstKt9Q==
MIME-Version: 1.0
X-Received: by 10.157.17.113 with SMTP id p46mr8971761otp.162.1460649546412; Thu, 14 Apr 2016 08:59:06 -0700 (PDT)
In-Reply-To: <loom.20160414T170618-303@post.gmane.org>
References: <CAN2X4tEmO4H8=757x_CYFWPHtcOr+YMRfR2b07Vg7rFcrNY6tg@mail.gmail.com>	<loom.20160414T170618-303@post.gmane.org>
Date: Thu, 14 Apr 2016 11:59:06 -0400
Message-ID: <CAN2X4tFfqgPS5Jc9=rodiv_4mE-mb3akSD925oA1tWy6C5jebA@mail.gmail.com>
Subject: Re: Cygwin-2.5.0 net share wbadmin no longer working post update
From: Alexandria Gutierrez <alegutier@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

Thank you Achim,

I was already using a single quotes to send the command via ssh, such as:
ssh -q -n 'command here'

I added the single quotes on the path itself such as:
-backuptarget:'\\SERVERNAME\PATH\TO\SHARE'

and this time it worked via cygwin terminal,
but it still does not work via ssh for some reason

On cygwin on the windows nodes, I made sure they are using bash
on the linux node by default we use kornshell

Since nothing has changed, do you think this difference in shell may
be the difference?


On Thu, Apr 14, 2016 at 11:12 AM, Achim Gratz <Stromeko@nexgo.de> wrote:
> Alexandria Gutierrez <alegutier <at> gmail.com> writes:
>> Here is where I noticed that the issue must have been related to cygwin:
>> Using the exact same same wbadmin command in the example above, and
>> running it on a windows terminal (cmd), the backup works just fine.
>> Then I open a cygwin terminal and type the exact same wbadmin command
>> and the I get the error again.
>
> The only difference between the two invocations above would be the removal
> of the quotes when using a UN*X shell, while CMD would leave those in.
> Also, depending on how you had set up the old and new Cygwin you may ended
> up using a different shell.  You might want to put single quotes around the
> complete argument list for the webadmin command or just the part in double
> quotes.  If that works on the command line, try again via ssh.
>
>
> Regards,
> Achim.
>
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

