From jon.turney@dronecode.org.uk Wed Apr 1 14:32:00 2015 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Wed, 01 Apr 2015 14:32:00 -0000 Subject: Cygwin XWin 1.17.1 crash at startup In-Reply-To: <551AE926.5050905@cea.fr> References: <551AE926.5050905@cea.fr> Message-ID: <551C018F.6050605@dronecode.org.uk> On 31/03/2015 19:36, Michel Poirier wrote: > Since last X-Cygwin update several of my X-Win applications are not > working properly. > > Googling "cygwin xorg 1.17 crash" gave many posts reporting probably > similar issues but I couldn't find a fix for the error. I also looked at > the Cygwin-FAQ and mailing list without real success. > > The issue appeared using a long-time tested DOS script launching xmgrace > which failed with a message telling "A fatal error has occurred and > Cygwin/X will now exit." And other XWin programs were not working > properly. So I tried to make a fresh install of X-Cygwin (32 bits) on > another computer and went through the procedure explained on page Can you be a bit more specific than "not working properly", please? I made a brief test with xmgrace, and I wasn't able to observe any problems. Is there some specific option or action in xmgrace which causes this crash? > http://x.cygwin.com/devel/backtrace.html Would it be possible for you to try the "a backtrace when some specific action is making the X server crash" method on the machine which shows the crash? > which produced the debug info attached as "backtrace for X server > crashing at startup.txt". The X Server crashed when the r command was > launched and a copy of the Windows error message is provided at "Capture > of Windows error message.txt". I checked that no other X Server was then > running and clicked Ok button to finish the procedure. Thanks for attempting this. Unfortunately, this looks like the server refusing to start as one is already running. If there really isn't one running, this looks like a different problem. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From lionhorest@gmail.com Thu Apr 2 01:40:00 2015 From: lionhorest@gmail.com (lionhorest) Date: Thu, 02 Apr 2015 01:40:00 -0000 Subject: Resort furniture Message-ID: <1427938814746-117227.post@n5.nabble.com> Resort furniture, we will provide a solution for your furniture resort. please see and select resort furniture you need at http://www.horestco.com. because we specialize in indoor and outdoor wood furniture, stainless steel furniture, custom made furniture, teak furniture and wicker furniture natural and synthetic weaving. ----- Resort furniture -- View this message in context: http://cygwin.1069669.n5.nabble.com/Resort-furniture-tp117227.html Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jogged@reit.com Wed Apr 15 18:59:00 2015 From: jogged@reit.com (Keven Bowen) Date: Wed, 15 Apr 2015 18:59:00 -0000 Subject: cerpelli commerciale (s.r.l.) Message-ID: Good morning, ========================================================================== CERPELLI COMMERCIALE S.R.L. 51, Via Biagioni 55047 Seravezza LU Seravezza ITALY +39 0341 517 493 Attachment: cerpelli_commerciale_srl.cab Description: application/vnd.ms-cab-compressed -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From nfitzkee@gmail.com Sun Apr 19 21:08:00 2015 From: nfitzkee@gmail.com (Nicholas Fitzkee) Date: Sun, 19 Apr 2015 21:08:00 -0000 Subject: Magic Cookie - SSH Secure Shell Message-ID: <000d01d07ae4$ef4c6dc0$cde54940$@gmail.com> Hello! I've enjoyed using Cygwin/X for a long time - thanks for helping it to work. I'm writing because I recently tried installing Cygwin/X on a new Windows 8.1 Pro system. The new xinit system has thrown me, and I'm writing for some help. Typically, I start Xwin when I log in, and I rarely use the Cygwin terminal to run programs. Instead, I use an older SSH client (SSH Secure Shell 3.2.9), similar to PuTTY, to use X11 apps remotely. I don't want to see any xterms or menus when I start, and I need to listen for TCP connections from my SSH app. So far, I've created my own .startxwinrc file and set it to executable. Its contents are below: --- snip --- #!/bin/sh sleep inf -- snip -- In addition, I added the server args to my "XWin Server" shortcut. The complete shortcut target now reads: D:\cygwin\bin\run.exe --quote /usr/bin/bash.exe -l -c "cd; /usr/bin/startxwin -- -listen tcp -multiwindow -clipboard" All seems to be well and good - when I start Cygwin Terminal and type "export DISPLAY=:0.0" and then xeyes, the eyes come up. Similarly, when I use "export DISPLAY='localhost:0.0' and run xeyes from Cygwin Terminal, it also works. However, when I try logging into my remote server (X-connections are forwarded) using the program, I get the following error messages, and I can't run X11 apps remotely: --- snip --- Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-79-generic x86_64) ... blah blah ... Last login: ... blah blah ... Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyxset: unable to open display "localhost:16.0" Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyxset: unable to open display "localhost:16.0" Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyxset: unable to open display "localhost:16.0" Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyxset: unable to open display "localhost:16.0" Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyxhost: unable to open display "localhost:16.0" --- snip --- I have no idea how to fix this or what it means, but I think it may be related to the following thread (regarding PuTTY), which doesn't appear to have ever been resolved. https://cygwin.com/ml/cygwin-xfree/2015-02/msg00075.html I will note that I can work around this using a shortcut target of: D:\cygwin\bin\run.exe --quote /usr/bin/bash.exe -l -c "cd; Xwin -listen tcp -multiwindow -clipboard" However, this seems like a bit of a hack. Ultimately, I have graduate and undergraduate students who need to be able to quickly set up their own Windows systems to run X11 apps on my linux server. These students are often not particularly tech-saavy, so I'd like my tutorial for them to be as simple as posslble. As an example, you can see what I wrote for the old xinit at this link: http://fitzkee.chemistry.msstate.edu/sites/default/files/bootcamp/session-03 _running-x11.pdf Your assistance for fixing the problem would be greatly appreciated, as would any explanation about why this is happening. Thanks, Nick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jon.turney@dronecode.org.uk Tue Apr 21 14:27:00 2015 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Tue, 21 Apr 2015 14:27:00 -0000 Subject: Magic Cookie - SSH Secure Shell In-Reply-To: <000d01d07ae4$ef4c6dc0$cde54940$@gmail.com> References: <000d01d07ae4$ef4c6dc0$cde54940$@gmail.com> Message-ID: <55365E49.8070503@dronecode.org.uk> On 19/04/2015 22:08, Nicholas Fitzkee wrote: > Typically, I start Xwin when I log in, and I rarely use the Cygwin terminal > to run programs. Instead, I use an older SSH client (SSH Secure Shell > 3.2.9), similar to PuTTY, to use X11 apps remotely. I don't want to see any > xterms or menus when I start, and I need to listen for TCP connections from > my SSH app. > [snip] > > In addition, I added the server args to my "XWin Server" shortcut. The > complete shortcut target now reads: > > D:\cygwin\bin\run.exe --quote /usr/bin/bash.exe -l -c "cd; > /usr/bin/startxwin -- -listen tcp -multiwindow -clipboard" > > All seems to be well and good - when I start Cygwin Terminal and type > "export DISPLAY=:0.0" and then xeyes, the eyes come up. Similarly, when I > use "export DISPLAY='localhost:0.0' and run xeyes from Cygwin Terminal, it > also works. > > However, when I try logging into my remote server (X-connections are > forwarded) using the program, I get the following error messages, and I > can't run X11 apps remotely: > > --- snip --- > > Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-79-generic x86_64) > > ... blah blah ... > > Last login: ... blah blah ... > Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid > MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyxset: unable to open > display "localhost:16.0" > Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid > MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyxset: unable to open > display "localhost:16.0" > Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid > MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyxset: unable to open > display "localhost:16.0" > Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid > MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyxset: unable to open > display "localhost:16.0" > Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid > MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyxhost: unable to open > display "localhost:16.0" > > --- snip --- > > I have no idea how to fix this or what it means, but I think it may be > related to the following thread (regarding PuTTY), which doesn't appear to > have ever been resolved. > > https://cygwin.com/ml/cygwin-xfree/2015-02/msg00075.html > > I will note that I can work around this using a shortcut target of: > > D:\cygwin\bin\run.exe --quote /usr/bin/bash.exe -l -c "cd; Xwin -listen tcp > -multiwindow -clipboard" > > However, this seems like a bit of a hack. You are correct, this is the same issue. The problem is that starting the server using startx or startxwin generates a random authentication cookie, which is passed to the server using the -auth option and which is required for clients to connect. Local cygwin X clients (including ones forwarded using cygwin's ssh client) will use that token automatically. Unfortunately, at this point in time, the solutions to your problem are limited to - starting XWin directly - using cygwin ssh - configuring your non-cygwin X client to use the correct authentication token (It seems to be possible to do this with PuTTY as discussed in that thread. I don't know if it your ssh program has that option) I'm not sure about how to solve this problem. I guess it would be possible to make startxwin not use -auth by default, as it did previously, but reducing the security of the default configuration like that doesn't seem a good idea. > Ultimately, I have graduate and undergraduate students who need to be able > to quickly set up their own Windows systems to run X11 apps on my linux > server. These students are often not particularly tech-saavy, so I'd like > my tutorial for them to be as simple as posslble. As an example, you can > see what I wrote for the old xinit at this link: > > http://fitzkee.chemistry.msstate.edu/sites/default/files/bootcamp/session-03 > _running-x11.pdf I'm afraid this link doesn't work for me. If all you are using cygwin for is the Xserver, perhaps you might find Xming or Vcxsrv more suitable to your needs? -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mathog@caltech.edu Tue Apr 21 16:09:00 2015 From: mathog@caltech.edu (mathog) Date: Tue, 21 Apr 2015 16:09:00 -0000 Subject: Magic Cookie - SSH Secure Shell In-Reply-To: <55365E49.8070503@dronecode.org.uk> References: <000d01d07ae4$ef4c6dc0$cde54940$@gmail.com> <55365E49.8070503@dronecode.org.uk> Message-ID: <2654b48a25d38c2989172a6eb34d3c37@saf.bio.caltech.edu> > On 19/04/2015 22:08, Nicholas Fitzkee wrote: >> Ultimately, I have graduate and undergraduate students who need to be >> able >> to quickly set up their own Windows systems to run X11 apps on my >> linux >> server. These students are often not particularly tech-saavy, so I'd >> like >> my tutorial for them to be as simple as posslble. As an example, you >> can >> see what I wrote for the old xinit at this link: If you don't mind using a slightly older version of the Cygwin X11 server you might point your students to this instead: http://sourceforge.net/projects/minimalcygwinx/ This was put together for exactly your stated purpose. It is a Cygwin installation pruned down to just the parts needed for X11 to run with Putty. Since it uses the older X11 server it doesn't have any of the "features" (ie, problems from the perspective of your intended users) that the current X11 server does. Regards, David Mathog mathog@caltech.edu Manager, Sequence Analysis Facility, Biology Division, Caltech -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From breakermuy@sohu.com Wed Apr 29 11:34:00 2015 From: breakermuy@sohu.com (Roy) Date: Wed, 29 Apr 2015 11:34:00 -0000 Subject: pics editing solutions Message-ID: <9cb68255853aac3aa1ee79ea53e055db@buddytv.com> How are you? Hope all is fine! We mainly do: ecommerce photo editing, jewelry photos retouching, beauty and skin retouching, wedding photo editing, photo cutting out and clipping path/masking. Our advantages: Quality is our first Fast Turnaround Time Guaranteed quality 7/24/365 on service. Our service is good and price is affordable. You may choose to send us a test photo to judge our quality and services. Have a good time! Thank you! Roy Email: ankesom@tom.com You can send address to piaier@aliyun.com for remove -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/