Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Ken Brown via Cygwin
On 9/25/2020 8:31 PM, Duncan Roe wrote: On Fri, Sep 25, 2020 at 04:30:45PM -0400, cygwin wrote: On 9/25/2020 2:50 PM, Ken Brown via Cygwin wrote: On 9/25/2020 10:29 AM, Michael McMahon wrote: On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020 8:01 AM, Michael McMahon wrote: On

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Duncan Roe
On Fri, Sep 25, 2020 at 04:30:45PM -0400, cygwin wrote: > On 9/25/2020 2:50 PM, Ken Brown via Cygwin wrote: > > On 9/25/2020 10:29 AM, Michael McMahon wrote: > > > > > > > > > On 25/09/2020 14:19, Ken Brown wrote: > > > > On 9/24/2020 8:01 AM, Michael McMahon wrote: > > > > > > > > > > > > > > >

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Ken Brown via Cygwin
On 9/25/2020 2:50 PM, Ken Brown via Cygwin wrote: On 9/25/2020 10:29 AM, Michael McMahon wrote: On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020 8:01 AM, Michael McMahon wrote: On 24/09/2020 12:26, Ken Brown wrote: On 9/23/2020 7:25 AM, Michael McMahon via Cygwin wrote: Hi, I

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Ken Brown via Cygwin
On 9/25/2020 10:29 AM, Michael McMahon wrote: On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020 8:01 AM, Michael McMahon wrote: On 24/09/2020 12:26, Ken Brown wrote: On 9/23/2020 7:25 AM, Michael McMahon via Cygwin wrote: Hi, I searched for related issues but haven't found anything. I

Re: Remotely restart a windows machine

2020-09-25 Thread Eliot Moss
On 9/25/2020 1:45 PM, Peter J. Krum via Cygwin wrote: Oh OK thanks didn't realize it was calling the windows commands On Fri, Sep 25, 2020 at 10:28 AM Peter J. Krum wrote: The syntax of this command is: NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |

Re: Remotely restart a windows machine

2020-09-25 Thread Peter J. Krum via Cygwin
Oh OK thanks didn't realize it was calling the windows commands On Fri, Sep 25, 2020 at 10:28 AM Peter J. Krum wrote: > The syntax of this command is: > > NET > [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP | > HELPMSG | LOCALGROUP | PAUSE | SESSION | SHARE |

Re: [RFC] cygport pm for managing package releases

2020-09-25 Thread Andrew Schulman via Cygwin-apps
> I'm very keen on reducing the maintainer workload by increasing the > automation available to them. Good. > However, I'm not so sure about the approach proposed, which perpetuates > the 'create strange files which have a special meaning when uploaded > causing something non-obvious to

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Eliot Moss
On 9/25/2020 12:13 PM, Michael McMahon wrote: We're just trying to compile a test case and I checked that the command line I sent does work. So, I think that it okay. But, the original problem is with the Cygwin command line tools. Well, it's not a problem with the tools (IMO), it's that the

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Michael McMahon via Cygwin
We're just trying to compile a test case and I checked that the command line I sent does work. So, I think that it okay. But, the original problem is with the Cygwin command line tools. Michael. On 25/09/2020 15:37, Eliot Moss wrote: Native Windows is not Cygwin ... If you have a problem in

Re: Remotely restart a windows machine

2020-09-25 Thread Eliot Moss
On 9/25/2020 10:36 AM, john doe wrote: On 9/25/2020 4:28 PM, Peter J. Krum via Cygwin wrote: The syntax of this command is: NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |    HELPMSG | LOCALGROUP | PAUSE | SESSION | SHARE | START |    STATISTICS | STOP | TIME

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Eliot Moss
Native Windows is not Cygwin ... If you have a problem in the native Windows environment, that would be with Microsoft, not Cygwin. If you're compiling for Cygwin, you need to use the CYgwin tool chain. Eliot Moss -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: Remotely restart a windows machine

2020-09-25 Thread john doe
On 9/25/2020 4:28 PM, Peter J. Krum via Cygwin wrote: The syntax of this command is: NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP | HELPMSG | LOCALGROUP | PAUSE | SESSION | SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ] This is a

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Michael McMahon via Cygwin
On 25/09/2020 14:19, Ken Brown wrote: On 9/24/2020 8:01 AM, Michael McMahon wrote: On 24/09/2020 12:26, Ken Brown wrote: On 9/23/2020 7:25 AM, Michael McMahon via Cygwin wrote: Hi, I searched for related issues but haven't found anything. I am having some trouble with Windows native

Re: Remotely restart a windows machine

2020-09-25 Thread Peter J. Krum via Cygwin
The syntax of this command is: NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP | HELPMSG | LOCALGROUP | PAUSE | SESSION | SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ] On Fri, Sep 25, 2020 at 9:32 AM Peter J. Krum wrote: > I used this

Re: Remotely restart a windows machine

2020-09-25 Thread john doe
On 9/25/2020 3:32 PM, Peter J. Krum via Cygwin wrote: I used this command on ubuntu: net rpc shutdown -r -f -t 30 -I 123.123.123.123 -U user:pass What would be the equivalent in CYGWIN? -- What error/issue are you having? -- John Doe -- Problem reports: https://cygwin.com/problems.html

Remotely restart a windows machine

2020-09-25 Thread Peter J. Krum via Cygwin
I used this command on ubuntu: net rpc shutdown -r -f -t 30 -I 123.123.123.123 -U user:pass What would be the equivalent in CYGWIN? -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html

Re: Problems with native Unix domain sockets on Win 10/2019

2020-09-25 Thread Ken Brown via Cygwin
On 9/24/2020 8:01 AM, Michael McMahon wrote: On 24/09/2020 12:26, Ken Brown wrote: On 9/23/2020 7:25 AM, Michael McMahon via Cygwin wrote: Hi, I searched for related issues but haven't found anything. I am having some trouble with Windows native Unix domain sockets (a recent feature in