public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygpath not doing anything on a fresh install
@ 2022-02-08 12:06 Antonio Petrelli
  2022-02-08 12:28 ` Andrey Repin
  0 siblings, 1 reply; 10+ messages in thread
From: Antonio Petrelli @ 2022-02-08 12:06 UTC (permalink / raw)
  To: cygwin

Hello
I just installed cygwin on my Windows 10 laptop.
I need to use the cygpath utility and it simply does not do anything, even
cygpath --help
does anything.

What should I do?

Thanks
Antonio Petrelli

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cygpath not doing anything on a fresh install
  2022-02-08 12:06 cygpath not doing anything on a fresh install Antonio Petrelli
@ 2022-02-08 12:28 ` Andrey Repin
  2022-02-08 14:06   ` Antonio Petrelli
  0 siblings, 1 reply; 10+ messages in thread
From: Andrey Repin @ 2022-02-08 12:28 UTC (permalink / raw)
  To: Antonio Petrelli, cygwin

Greetings, Antonio Petrelli!

> Hello
> I just installed cygwin on my Windows 10 laptop.
> I need to use the cygpath utility and it simply does not do anything, even
> cygpath --help
> does anything.

> What should I do?

Make sure cygwin1.dll is there. Some "antivirus" may have eaten it.


-- 
With best regards,
Andrey Repin
Tuesday, February 8, 2022 15:28:32

Sorry for my terrible english...


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cygpath not doing anything on a fresh install
  2022-02-08 12:28 ` Andrey Repin
@ 2022-02-08 14:06   ` Antonio Petrelli
  2022-02-08 14:19     ` marco atzeri
  0 siblings, 1 reply; 10+ messages in thread
From: Antonio Petrelli @ 2022-02-08 14:06 UTC (permalink / raw)
  To: cygwin

Il giorno mar 8 feb 2022 alle ore 13:35 Andrey Repin <anrdaemon@yandex.ru>
ha scritto:

> > I just installed cygwin on my Windows 10 laptop.
> > I need to use the cygpath utility and it simply does not do anything,
> even
> > cygpath --help
> > does anything.
>
> > What should I do?
>
> Make sure cygwin1.dll is there. Some "antivirus" may have eaten it.
>

It's there AFAIK, I see it in the C:\cygwin64\bin directory. Is that right?

Thanks
Antonio

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cygpath not doing anything on a fresh install
  2022-02-08 14:06   ` Antonio Petrelli
@ 2022-02-08 14:19     ` marco atzeri
  2022-02-08 14:23       ` Antonio Petrelli
  0 siblings, 1 reply; 10+ messages in thread
From: marco atzeri @ 2022-02-08 14:19 UTC (permalink / raw)
  To: Antonio Petrelli; +Cc: The Cygwin Mailing List

On Tue, Feb 8, 2022 at 3:06 PM Antonio Petrelli wrote:
>
> Il giorno mar 8 feb 2022 alle ore 13:35 Andrey Repin
> ha scritto:
>
> > > I just installed cygwin on my Windows 10 laptop.
> > > I need to use the cygpath utility and it simply does not do anything,
> > even
> > > cygpath --help
> > > does anything.
> >
> > > What should I do?
> >
> > Make sure cygwin1.dll is there. Some "antivirus" may have eaten it.
> >
>
> It's there AFAIK, I see it in the C:\cygwin64\bin directory. Is that right?
>
> Thanks
> Antonio

check that is the last version

ls -l /usr/bin/cygwin1.dll
-rwxr-xr-x 1 matzeri Domain Users 3554998 Jan 31 20:37 /usr/bin/cygwin1.dll

if you updated with a process still running it maybe not the last one

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cygpath not doing anything on a fresh install
  2022-02-08 14:19     ` marco atzeri
@ 2022-02-08 14:23       ` Antonio Petrelli
  2022-02-08 14:30         ` marco atzeri
  0 siblings, 1 reply; 10+ messages in thread
From: Antonio Petrelli @ 2022-02-08 14:23 UTC (permalink / raw)
  To: marco atzeri; +Cc: The Cygwin Mailing List

Il giorno mar 8 feb 2022 alle ore 15:19 marco atzeri <marco.atzeri@gmail.com>
ha scritto:

> > > > I just installed cygwin on my Windows 10 laptop.
> > > > I need to use the cygpath utility and it simply does not do anything,
> > > even
> > > > cygpath --help
> > > > does anything.
> > >
> > > > What should I do?
> > >
> > > Make sure cygwin1.dll is there. Some "antivirus" may have eaten it.
> > >
> >
> > It's there AFAIK, I see it in the C:\cygwin64\bin directory. Is that
> right?
>
> check that is the last version
>
> ls -l /usr/bin/cygwin1.dll
> -rwxr-xr-x 1 matzeri Domain Users 3554998 Jan 31 20:37 /usr/bin/cygwin1.dll
>
> if you updated with a process still running it maybe not the last one
>

This is what I see:
-rwxr-xr-x 1 MYCOMPANY+Antonio_Petrelli MYCOMPANY+Antonio_Petrelli 3554998
Jan 31 19:37 /usr/bin/cygwin1.dll

So it seems it is OK (notice that I am at UTC+1).

Antonio

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cygpath not doing anything on a fresh install
  2022-02-08 14:23       ` Antonio Petrelli
@ 2022-02-08 14:30         ` marco atzeri
  2022-02-08 14:37           ` Antonio Petrelli
  0 siblings, 1 reply; 10+ messages in thread
From: marco atzeri @ 2022-02-08 14:30 UTC (permalink / raw)
  To: Antonio Petrelli; +Cc: The Cygwin Mailing List

On Tue, Feb 8, 2022 at 3:24 PM Antonio Petrelli  wrote:
>
> Il giorno mar 8 feb 2022 alle ore 15:19 marco atzeri  ha scritto:
>>
>> > > > I just installed cygwin on my Windows 10 laptop.
>> > > > I need to use the cygpath utility and it simply does not do anything,
>> > > even
>> > > > cygpath --help
>> > > > does anything.
>> > >
>> > > > What should I do?
>> > >
>> > > Make sure cygwin1.dll is there. Some "antivirus" may have eaten it.
>> > >
>> >
>> > It's there AFAIK, I see it in the C:\cygwin64\bin directory. Is that right?
>>
>> check that is the last version
>>
>> ls -l /usr/bin/cygwin1.dll
>> -rwxr-xr-x 1 matzeri Domain Users 3554998 Jan 31 20:37 /usr/bin/cygwin1.dll
>>
>> if you updated with a process still running it maybe not the last one
>
>
> This is what I see:
> -rwxr-xr-x 1 MYCOMPANY+Antonio_Petrelli MYCOMPANY+Antonio_Petrelli 3554998 Jan 31 19:37 /usr/bin/cygwin1.dll
>
> So it seems it is OK (notice that I am at UTC+1).

it seems so

>
> Antonio

check if strace give some hints

  strace -o /tmp/strace.txt /usr/bin/cygpath --help

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cygpath not doing anything on a fresh install
  2022-02-08 14:30         ` marco atzeri
@ 2022-02-08 14:37           ` Antonio Petrelli
  2022-02-08 14:57             ` Ken Brown
  0 siblings, 1 reply; 10+ messages in thread
From: Antonio Petrelli @ 2022-02-08 14:37 UTC (permalink / raw)
  To: marco atzeri; +Cc: The Cygwin Mailing List

Il giorno mar 8 feb 2022 alle ore 15:30 marco atzeri <marco.atzeri@gmail.com>
ha scritto:

> On Tue, Feb 8, 2022 at 3:24 PM Antonio Petrelli  wrote:
> >
> > Il giorno mar 8 feb 2022 alle ore 15:19 marco atzeri  ha scritto:
> >>
> >> > > > I just installed cygwin on my Windows 10 laptop.
> >> > > > I need to use the cygpath utility and it simply does not do
> anything,
> >> > > even
> >> > > > cygpath --help
> >> > > > does anything.
> >> > >
> >> > > > What should I do?
> >> > >
> >> > > Make sure cygwin1.dll is there. Some "antivirus" may have eaten it.
> >> > >
> >> >
> >> > It's there AFAIK, I see it in the C:\cygwin64\bin directory. Is that
> right?
> >>
> >> check that is the last version
> >>
> >> ls -l /usr/bin/cygwin1.dll
> >> -rwxr-xr-x 1 matzeri Domain Users 3554998 Jan 31 20:37
> /usr/bin/cygwin1.dll
> >>
> >> if you updated with a process still running it maybe not the last one
> >
> >
> > This is what I see:
> > -rwxr-xr-x 1 MYCOMPANY+Antonio_Petrelli MYCOMPANY+Antonio_Petrelli
> 3554998 Jan 31 19:37 /usr/bin/cygwin1.dll
> >
> > So it seems it is OK (notice that I am at UTC+1).
>
> check if strace give some hints
>
>   strace -o /tmp/strace.txt /usr/bin/cygpath --help
>

The result is here:
https://pastebin.com/n56RTAiu
Notice that it caused a Segmentation fault, though.

Antonio

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cygpath not doing anything on a fresh install
  2022-02-08 14:37           ` Antonio Petrelli
@ 2022-02-08 14:57             ` Ken Brown
  2022-02-08 16:04               ` Antonio Petrelli
  0 siblings, 1 reply; 10+ messages in thread
From: Ken Brown @ 2022-02-08 14:57 UTC (permalink / raw)
  To: cygwin

On 2/8/2022 9:37 AM, Antonio Petrelli wrote:
> Il giorno mar 8 feb 2022 alle ore 15:30 marco atzeri <marco.atzeri@gmail.com>
> ha scritto:
>> check if strace give some hints
>>
>>    strace -o /tmp/strace.txt /usr/bin/cygpath --help
>>
> 
> The result is here:
> https://pastebin.com/n56RTAiu

This looks suspicious:

Process 2480 loaded C:\Program Files\SentinelOne\Sentinel Agent 
21.7.4.1043\InProcessClient64.dll at 00007ffb7c940000

I suspect that SentinelOne is interfering with Cygwin (see 
https://cygwin.com/faq/faq.html#faq.using.bloda).  Can you disable it or at 
least exclude the Cygwin directory from whatever it does?

Ken

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cygpath not doing anything on a fresh install
  2022-02-08 14:57             ` Ken Brown
@ 2022-02-08 16:04               ` Antonio Petrelli
  2022-02-08 18:02                 ` Marco Atzeri
  0 siblings, 1 reply; 10+ messages in thread
From: Antonio Petrelli @ 2022-02-08 16:04 UTC (permalink / raw)
  To: Ken Brown; +Cc: The Cygwin Mailing List

Il giorno mar 8 feb 2022 alle ore 15:57 Ken Brown <kbrown@cornell.edu> ha
scritto:

> On 2/8/2022 9:37 AM, Antonio Petrelli wrote:
> > Il giorno mar 8 feb 2022 alle ore 15:30 marco atzeri <
> marco.atzeri@gmail.com>
> > ha scritto:
> >> check if strace give some hints
> >>
> >>    strace -o /tmp/strace.txt /usr/bin/cygpath --help
> >>
> >
> > The result is here:
> > https://pastebin.com/n56RTAiu
>
> This looks suspicious:
>
> Process 2480 loaded C:\Program Files\SentinelOne\Sentinel Agent
> 21.7.4.1043\InProcessClient64.dll at 00007ffb7c940000
>
> I suspect that SentinelOne is interfering with Cygwin (see
> https://cygwin.com/faq/faq.html#faq.using.bloda).  Can you disable it or
> at
> least exclude the Cygwin directory from whatever it does?
>

No I can't, at least not immediately, it's controlled by the corporate.
I think that SentinelOne can be safely put in the list of interfering
software :-(

Thanks anyway
Antonio

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cygpath not doing anything on a fresh install
  2022-02-08 16:04               ` Antonio Petrelli
@ 2022-02-08 18:02                 ` Marco Atzeri
  0 siblings, 0 replies; 10+ messages in thread
From: Marco Atzeri @ 2022-02-08 18:02 UTC (permalink / raw)
  To: cygwin

On 08.02.2022 17:04, Antonio Petrelli wrote:
> Il giorno mar 8 feb 2022 alle ore 15:57 Ken Brown  ha
> scritto:

>> I suspect that SentinelOne is interfering with Cygwin (see
>> https://cygwin.com/faq/faq.html#faq.using.bloda).  Can you disable it or
>> at
>> least exclude the Cygwin directory from whatever it does?
>>
> 
> No I can't, at least not immediately, it's controlled by the corporate.
> I think that SentinelOne can be safely put in the list of interfering
> software :-(
> 
> Thanks anyway
> Antonio
> 

as your corporate is paying for it, you can probably
open a ticket and complain about the behaviour

Maybe they will learn something...

Regards
Marco


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-02-08 18:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08 12:06 cygpath not doing anything on a fresh install Antonio Petrelli
2022-02-08 12:28 ` Andrey Repin
2022-02-08 14:06   ` Antonio Petrelli
2022-02-08 14:19     ` marco atzeri
2022-02-08 14:23       ` Antonio Petrelli
2022-02-08 14:30         ` marco atzeri
2022-02-08 14:37           ` Antonio Petrelli
2022-02-08 14:57             ` Ken Brown
2022-02-08 16:04               ` Antonio Petrelli
2022-02-08 18:02                 ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).