Re: cygwin x11 doesn't start after windows 10 upgrade

2020-08-04 Thread ASSI
Steinar Bang writes: > I googled up this documentation which states "All subdirectories in the > directory path you specify will also be excluded." Trend Micro has (or had) multiple exclusion lists, not all of which you can see in the GUI (depending on how your admin has set things up). The one t

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-08-04 Thread Hamish McIntyre-Bhatty via Cygwin
On 04/08/2020 13:01, Steinar Bang wrote: >> Eliot Moss : >> On 8/2/2020 4:25 PM, Steinar Bang wrote: "Holger, Vodafone" : And I have checked on my system today, my strace output stop at the same tmmon64.dll, so it is likely the reason for the error. I have opened a serv

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-08-04 Thread Steinar Bang
> Eliot Moss : > On 8/2/2020 4:25 PM, Steinar Bang wrote: >>> "Holger, Vodafone" : >> >>> And I have checked on my system today, my strace output stop at the same >>> tmmon64.dll, so it is likely the reason for the error. >>> I have opened a service request with our IT and wait for their

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-08-02 Thread Eliot Moss
On 8/2/2020 4:25 PM, Steinar Bang wrote: "Holger, Vodafone" : And I have checked on my system today, my strace output stop at the same tmmon64.dll, so it is likely the reason for the error. I have opened a service request with our IT and wait for their answer. Did you get any further with t

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-08-02 Thread Steinar Bang
> "Holger, Vodafone" : > And I have checked on my system today, my strace output stop at the same > tmmon64.dll, so it is likely the reason for the error. > I have opened a service request with our IT and wait for their answer. Did you get any further with this? I added the directory C:\cyg

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-07-02 Thread Holger, Vodafone
He Steinar, That sound like a completely different topic, you should open a new thread for this > Am 02.07.2020 um 17:01 schrieb Steinar Bang : > > Here's another datapoint: > After trying to start XWin.exe, the keyboard on the laptop becomes > sluggish and laggy and the only way I've found to

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-07-02 Thread Steinar Bang
Here's another datapoint: After trying to start XWin.exe, the keyboard on the laptop becomes sluggish and laggy and the only way I've found to get it normal again, is to reboot the Windows 10 laptop. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-07-02 Thread Steinar Bang
> "Holger, Vodafone" : > Update: Solution: > When changing the execution mode of C:\cygwin64\bin\XWin.exe to „Windows 7 > Compatbility“ the start of XWin work. > There is no Virus Blocking of TrendMicro but an incompatibility (no block > message in TM). Didn't help me, unfortunately. Her

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-26 Thread Holger, Vodafone
Update: Solution: When changing the execution mode of C:\cygwin64\bin\XWin.exe to „Windows 7 Compatbility“ the start of XWin work. There is no Virus Blocking of TrendMicro but an incompatibility (no block message in TM). Regards, Holger > Am 16.06.2020 um 13:46 schrieb Holger, Vodafone : >

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-16 Thread Holger, Vodafone
Nothing changes (as expected) when running with logverbose 3 OsVendorInit - Creating default screen 0 winInitializeScreens - 1 winInitializeScreen - 0 winValidateArgs - Returning. (II) xorg.conf is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-16 Thread Jon Turney
On 13/06/2020 10:04, Steinar Bang wrote: Steinar Bang : Platform: amd64, windows 10 10.0.18363 Build 18363, cygwin xorg-server 1.20.5-3, xlaunch 20160530-1 I start X11 by double clicking the following config.xlaunch: https://gist.github.com/steinarb/8687e2113c601e061da909e75a18

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-15 Thread ASSI
Holger, Vodafone writes: > At least I know, that TrendMicro is on my System, if someone can help > me, which folder is meant to be added to the TrendMicro Exceptions I > can check with our internal IT. If the root-kit-like character of some of their components and the many CVE in TrendMicro that e

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-15 Thread Brian Inglis
Apparently tmmon64.dll is a Trend Micro DLL that overwrites Windows dynamic memory allocation entry points to monitor and track memory allocation. It has been implicated by MS in a number of failures of MS software and system crashes. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-15 Thread Holger, Vodafone
And it look like a problem from at least 2018: https://sourceware.org/legacy-ml/cygwin/2018-07/msg00278.html > Am 15.06.2020 um 14:17 schrieb Holger, Vodafone : > > And I have checked on my system today, my strace output stop at t

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-15 Thread Holger, Vodafone
And I have checked on my system today, my strace output stop at the same tmmon64.dll, so it is likely the reason for the error. I have opened a service request with our IT and wait for their answer. > Am 15.06.2020 um 00:21 schrieb Holger, Vodafone : > > Hi, > > I found a thread which look s

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-14 Thread Holger, Vodafone
Hi, I found a thread which look similar: http://cygwin.1069669.n5.nabble.com/XWin-startup-crash-x86-64-Windows-10-td126544.html At least I know, that TrendMicro is on my System, if someone can help me, whi

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-14 Thread Steinar Bang
> Marco Atzeri via Cygwin : > I guess we have only two methods to further going down > 1) checking with strace if it is crashing during any system call > strace -o XWin.strace /usr/bin/XWin :0 -multiwindow -auth > XWin.strace should contain some hints, hopefully XWin.strace attached to t

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-14 Thread Marco Atzeri via Cygwin
On 14.06.2020 18:12, Steinar Bang wrote: "Henry S. Thompson via Cygwin" : Steinar Bang writes: [troubles with XWin] Have a look at what Windows shows as the processes that are running. I've had intermittent problems with XWin processes running without actually showing any windows. You c

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-14 Thread Steinar Bang
> "Henry S. Thompson via Cygwin" : > Steinar Bang writes: > [troubles with XWin] > Have a look at what Windows shows as the processes that are running. > I've had intermittent problems with XWin processes running without > actually showing any windows. You can see process information either

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-14 Thread Henry S. Thompson via Cygwin
Steinar Bang writes: [troubles with XWin] Have a look at what Windows shows as the processes that are running. I've had intermittent problems with XWin processes running without actually showing any windows. You can see process information either with a special tool such as ProcExp or with the

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-14 Thread Steinar Bang
> Jon Turney : > Sorry to hear you are having problems. [1] lists the ways of starting > the X server we think should work [2]. Ok. xlaunch is still on the list in [1] and it has worked fine for me until these problems started. It seems likely that this is something that happened in the rece

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-14 Thread Steinar Bang
> Marco Atzeri via Cygwin : > Hi Steinar, > forgot to ask, there is stackdump of Xwin ? > usually the stack dump are under /usr/bin > ls /usr/bin | grep stack > but they can also be on your home directory > or in other places. Nothing in /usr/bin but there is an lxterminal.exe.stackdump

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Marco Atzeri via Cygwin
On 11.06.2020 17:57, Steinar Bang wrote: Platform: amd64, windows 10 10.0.18363 Build 18363, cygwin xorg-server 1.20.5-3, xlaunch 20160530-1 I start X11 by double clicking the following config.xlaunch: https://gist.github.com/steinarb/8687e2113c601e061da909e75a180f39 After the rebo

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Andrey Repin
Greetings, Marco Atzeri! >> >> USER = 'sbang' >> PWD = '/cygdrive/d/Profiles/sbang' >> HOME = '/cygdrive/d/Profiles/sbang' > It is never a good idea to have the Cygwin Home dir the > same of Windows user dir That's not true. > have you modified the "/etc/nsswitch.conf" ? > nothing obvious from

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Steinar Bang
> Steinar Bang : > Marco Atzeri via Cygwin : >> can you reset the default >> db_home: /home/%U >> close all processes and try X again ? >> This should use /home/sbang as your new home and >> we can see if it is a permission problem that is causing >> issue to Xwin > I changed the /etc

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Steinar Bang
> Marco Atzeri via Cygwin : >>> It is never a good idea to have the Cygwin Home dir the >>> same of Windows user dir >> Why this not a good idea? > because permissions like the one needed for ssh > can be screwd by Windows ACL permission inherited Ok. FWIW I have used cygwin ssh for two thi

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Marco Atzeri via Cygwin
On 13.06.2020 15:14, Holger, Vodafone wrote: Hello, If you ever find it out, I have the same situation (win10, X startup fail with connection refused) Also Windows 10, but I do not know, when it starts, I am not using X very often. I tried to re-install the complete x-packages of Cygwin, also

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Marco Atzeri via Cygwin
On 13.06.2020 14:00, Steinar Bang wrote: Marco Atzeri via Cygwin : as attachment was mentioned in the link. In line screw up the search function of the mailing list archive. Sorry! USER = 'sbang' PWD = '/cygdrive/d/Profiles/sbang' HOME = '/cygdrive/d/Profiles/sbang' It is never a good i

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Holger, Vodafone
Hello, If you ever find it out, I have the same situation (win10, X startup fail with connection refused) Also Windows 10, but I do not know, when it starts, I am not using X very often. I tried to re-install the complete x-packages of Cygwin, also started from scratch with my dot-files in the

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Steinar Bang
> Steinar Bang : > Marco Atzeri via Cygwin : >> this looks like another program blocking the effort and it can be as >> Xwin can NOT write files with the needed permission on your home >> directory > Could this be a virus checker blocking the writer? What files is it XWin tries to write?

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Steinar Bang
> Marco Atzeri via Cygwin : > this looks like another program blocking the effort and it can be as > Xwin can NOT write files with the needed permission on your home > directory Could this be a virus checker blocking the writer? > What is the output of > grep home /etc/nsswitch.conf sban

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Steinar Bang
> Marco Atzeri via Cygwin : > as attachment was mentioned in the link. > In line screw up the search function of the mailing list > archive. Sorry! >> USER = 'sbang' >> PWD = '/cygdrive/d/Profiles/sbang' >> HOME = '/cygdrive/d/Profiles/sbang' > It is never a good idea to have the Cygwin Hom

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Marco Atzeri via Cygwin
On 13.06.2020 11:55, Steinar Bang wrote: Steinar Bang : Marco Atzeri via Cygwin : can you start X11 with startxwin ? If you start with just "XWin :0 -multiwindow -clipboard" does it work ? startxwin isn't found: sbang@ITEM-S63383:~$ startxwin -bash: startxwin: command not found sbang

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Marco Atzeri via Cygwin
On 13.06.2020 11:30, Steinar Bang wrote: Marco Atzeri via Cygwin : Hi Steinar, please provide the cygcheck.out as suggested by: Problem reports: https://cygwin.com/problems.html Here is cygcheck.out: as attachment was mentioned in the link. In line screw up the search function of t

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Steinar Bang
> Steinar Bang : > Marco Atzeri via Cygwin : >> can you start X11 with startxwin ? >> If you start with just "XWin :0 -multiwindow -clipboard" >> does it work ? > startxwin isn't found: > sbang@ITEM-S63383:~$ startxwin > -bash: startxwin: command not found > sbang@ITEM-S63383:~$ which

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Steinar Bang
> Marco Atzeri via Cygwin : > can you start X11 with startxwin ? > If you start with just "XWin :0 -multiwindow -clipboard" > does it work ? startxwin isn't found: sbang@ITEM-S63383:~$ startxwin -bash: startxwin: command not found sbang@ITEM-S63383:~$ which startxwin which: no startxwin i

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Steinar Bang
> Marco Atzeri via Cygwin : > Hi Steinar, > please provide the cygcheck.out as suggested by: >> Problem reports: https://cygwin.com/problems.html Here is cygcheck.out: Cygwin Configuration Diagnostics Current System Time: Sat Jun 13 10:28:45 2020 Windows 10 Enterprise Ver 10.0 Build 1

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-13 Thread Steinar Bang
> Steinar Bang : > Platform: amd64, windows 10 10.0.18363 Build 18363, > cygwin xorg-server 1.20.5-3, xlaunch 20160530-1 > I start X11 by double clicking the following config.xlaunch: > https://gist.github.com/steinarb/8687e2113c601e061da909e75a180f39 > After the reboot caused by

Re: cygwin x11 doesn't start after windows 10 upgrade

2020-06-12 Thread Marco Atzeri via Cygwin
On 11.06.2020 17:57, Steinar Bang wrote: Platform: amd64, windows 10 10.0.18363 Build 18363, cygwin xorg-server 1.20.5-3, xlaunch 20160530-1 I start X11 by double clicking the following config.xlaunch: https://gist.github.com/steinarb/8687e2113c601e061da909e75a180f39 After the rebo

cygwin x11 doesn't start after windows 10 upgrade

2020-06-11 Thread Steinar Bang
Platform: amd64, windows 10 10.0.18363 Build 18363, cygwin xorg-server 1.20.5-3, xlaunch 20160530-1 I start X11 by double clicking the following config.xlaunch: https://gist.github.com/steinarb/8687e2113c601e061da909e75a180f39 After the reboot caused by a windows 10 upgrade, launching