From ericmho@shaw.ca Sun Nov 1 00:23:00 2009 From: ericmho@shaw.ca (ERIC HO) Date: Sun, 01 Nov 2009 00:23:00 -0000 Subject: Cygwin 1.7 beta XWin Crashs from Ubuntun 9.10 after Firefox sessions Message-ID: I ssh to Ubuntu 9.10 box and brought up Firefox. After a few screens I've got XWin crashes. I've got the following: Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 1.7.1.0 (10701000) Build Date: 2009-10-25 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: Xwin -clipboard ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1024 h 768 winInitializeDefaultScreens - Returning 2009-10-31 17:30:37 _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 2009-10-31 17:30:37 _XSERVTransOpen: transport open failed for inet6/xxxxxx:0 2009-10-31 17:30:37 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 2009-10-31 17:30:37 winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 2009-10-31 17:30:37 (II) xorg.conf is not supported 2009-10-31 17:30:37 (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information 2009-10-31 17:30:37 winPrefsLoadPreferences: /etc/X11/system.XWinrc 2009-10-31 17:30:37 LoadPreferences: Done parsing the configuration file... 2009-10-31 17:30:37 winGetDisplay: DISPLAY=:0.0 2009-10-31 17:30:37 winDetectSupportedEngines - Windows NT/2000/XP 2009-10-31 17:30:37 winDetectSupportedEngines - DirectDraw installed 2009-10-31 17:30:37 winDetectSupportedEngines - DirectDraw4 installed 2009-10-31 17:30:37 winDetectSupportedEngines - Returning, supported engines 00000007 2009-10-31 17:30:37 winSetEngine - Using Shadow DirectDraw NonLocking 2009-10-31 17:30:37 winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits per pixel 2009-10-31 17:30:37 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff 2009-10-31 17:30:37 Screen 0 added at XINERAMA coordinate (0,0). 2009-10-31 17:30:37 MIT-SHM extension disabled due to lack of kernel support 2009-10-31 17:30:37 XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel 2009-10-31 17:30:37 (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so 2009-10-31 17:30:37 (II) GLX: Initialized DRISWRAST GL provider for screen 0 2009-10-31 17:30:37 [dix] Could not init font path element /usr/share/fonts/OTF/, removing from list! 2009-10-31 17:30:37 winPointerWarpCursor - Discarding first warp: 509 336 2009-10-31 17:30:37 (--) 5 mouse buttons found 2009-10-31 17:30:37 (--) Setting autorepeat to delay=500, rate=31 2009-10-31 17:30:37 (--) winConfigKeyboard - Layout: "00000409" (00000409) 2009-10-31 17:30:37 (--) Using preset keyboard for "English (USA)" (409), type "4" 2009-10-31 17:30:37 Rules = "base" Model = "pc105" Layout = "us" Variant = "none" Options = "none" 2009-10-31 17:31:14 winProcEstablishConnection - Hello 2009-10-31 17:31:14 winInitClipboard () 2009-10-31 17:31:14 winProcEstablishConnection - winInitClipboard returned. 2009-10-31 17:31:14 winClipboardProc - Hello 2009-10-31 17:31:14 DetectUnicodeSupport - Windows NT/2000/XP 2009-10-31 17:31:14 winGetDisplay: DISPLAY=:0.0 2009-10-31 17:31:14 winClipboardProc - DISPLAY=:0.0 2009-10-31 17:31:14 winClipboardProc - XOpenDisplay () returned and successfully opened the display. 2009-10-31 17:32:18 Segmentation fault at address 0x0 2009-10-31 17:32:18 Fatal server error: 2009-10-31 17:32:18 Caught signal 11 (Segmentation fault). Server aborting 2009-10-31 17:32:18 Any idea what could be the problem. Thanks. -- 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 Sun Nov 1 15:23:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Sun, 01 Nov 2009 15:23:00 -0000 Subject: Cygwin 1.7 beta XWin Crashs from Ubuntun 9.10 after Firefox sessions In-Reply-To: References: Message-ID: <4AEDA7F8.9040803@dronecode.org.uk> On 01/11/2009 00:23, ERIC HO wrote: > I ssh to Ubuntu 9.10 box and brought up Firefox. After a few screens I've got XWin crashes. I've got the following: > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 1.7.1.0 (10701000) > Build Date: 2009-10-25 [...] > 2009-10-31 17:32:18 Segmentation fault at address 0x0 > 2009-10-31 17:32:18 Fatal server error: > 2009-10-31 17:32:18 Caught signal 11 (Segmentation fault). Server aborting > > Any idea what could be the problem. Thanks. I'm not able to reproduce this problem, so I'd like your help to get a backtrace, if you are willing: 1. Download [1] (this is a build of the 1.7.1-1 XWin server but with debugging symbols unstripped) 2. bunzip2 XWin-1.7.1-1.unstripped.exe.bz2 to uncompress it (you may need to install the bzip2 package) 3. gdb --args ./XWin-1.7.1-1.unstripped.exe -clipboard (you may need to install the gdb package) 4. Wait for the '(gdb)' prompt, type 'run' 5. In another terminal window, do your ssh, start firefox and do whatever you do to make the crash happen. You should get another '(gdb)' prompt, type 'bt full' 6. post the output [1] ftp://cygwin.com/pub/cygwinx/XWin-1.7.1-1.unstripped.exe.bz2 -- 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 tobias.kaes@gmx.de Sun Nov 1 16:21:00 2009 From: tobias.kaes@gmx.de (=?ISO-8859-15?Q?Tobias_K=E4s?=) Date: Sun, 01 Nov 2009 16:21:00 -0000 Subject: xf86vmode.h missing Message-ID: <4AEDB537.1000907@gmx.de> Hi, I'm trying to compile some old program (last update 2003) and it's failing due to a missing xf86vmode.h, in particular it's trying to use the XFree86-VidModeExtension via XF86VidModeModeLine, XF86VidModeGetModeLine and XF86VidModeGetViewPort. (It may try to use other missing things, but that's what I get out of the compiler before it stops.) By doing a package search on cygwin.com this header only shows up in 4 versions of xorg-x11-devel which is marked as obsolete. I couldn't find anything relevant in google and cygwin mailing list archives regarding this extension/header, so my questions are: Does this API still exist or is it obsolete and has been replaced? If it still exists in which header/package can I find them? In case the API is obsolete it would be nice if you could point me to what replaced it. Thanks in advance for any help, Tobias K??s Germany -- 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 yselkowitz@users.sourceforge.net Sun Nov 1 17:42:00 2009 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Sun, 01 Nov 2009 17:42:00 -0000 Subject: xf86vmode.h missing In-Reply-To: <4AEDB537.1000907@gmx.de> References: <4AEDB537.1000907@gmx.de> Message-ID: <4AEDC86B.9000809@users.sourceforge.net> On 01/11/2009 10:20, Tobias K??s wrote: > Hi, I'm trying to compile some old program (last update 2003) and it's > failing due to a missing xf86vmode.h, in particular it's trying to use > the XFree86-VidModeExtension via XF86VidModeModeLine, > XF86VidModeGetModeLine and XF86VidModeGetViewPort. [snip] > Does this API still exist or is it obsolete and has been replaced? If it > still exists in which header/package can I find them? In case the API is > obsolete it would be nice if you could point me to what replaced it. This X extension is not supported on Cygwin, hence the corresponding headers and client library are not provided as they would serve no purpose. If the program you're trying to build absolutely requires the functionality of XFree86-VidModeExtension, then you're out of luck. Usually, however, this is or can be made to be optional, depending on the nature of the program. Yaakov Cygwin/X -- 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 giovanma@bc.edu Sun Nov 1 18:41:00 2009 From: giovanma@bc.edu (Massimo Giovannini) Date: Sun, 01 Nov 2009 18:41:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit Message-ID: <000f01ca5b22$ef2119a0$cd634ce0$@edu> Hi, I have always installed and used cygwinX on my windows Xp machines without any problem. I have been trying to install on my new Vista 64 bit laptop and I cannot figure out what is going wrong. I read all the topics in the mailing list but I could not find anyone with my same problem. My setup.log is below. The result is that when I launch the bash shell no matter what command I type I receive the message "command not found". I hope someone can help me. Thanks. 2009/11/01 12:18:42 Starting cygwin install, version 2.573.2.3 2009/11/01 12:18:42 io_stream_cygfile: fopen(/etc/setup/last-action) failed 2 No such file or directory 2009/11/01 12:18:42 io_stream_cygfile: fopen(/etc/setup/last-mirror) failed 2 No such file or directory 2009/11/01 12:18:42 io_stream_cygfile: fopen(/etc/setup/last-connection) failed 2 No such file or directory 2009/11/01 12:18:42 io_stream_cygfile: fopen(/etc/setup/last-cache) failed 2 No such file or directory 2009/11/01 12:18:42 io_stream_cygfile: fopen(/etc/setup/last-extrakeys) failed 2 No such file or directory 2009/11/01 12:18:42 Current Directory: C:\Users\Massimo\Downloads 2009/11/01 12:18:42 Changing gid to Users 2009/11/01 12:18:42 Could not open service McShield for query, start and stop. McAfee may not be installed, or we don't have access. 2009/11/01 12:18:46 io_stream_cygfile: fopen(/etc/setup/installed.db) failed 2 No such file or directory 2009/11/01 12:18:46 source: network install 2009/11/01 12:19:07 root: C:\cygwin binary system 2009/11/01 12:19:09 io_stream_cygfile: fopen(/etc/setup/last-cache) failed 2 No such file or directory 2009/11/01 12:19:09 Selected local directory: C:\Users\Massimo\Downloads 2009/11/01 12:19:10 net: Direct 2009/11/01 12:19:10 io_stream_cygfile: fopen(/etc/setup/mirrors-lst) failed 2 No such file or directory 2009/11/01 12:22:05 io_stream_cygfile: fopen(/etc/setup/mirrors-lst) failed 2 No such file or directory 2009/11/01 12:22:05 io_stream_cygfile: fopen(/etc/setup/last-mirror) failed 2 No such file or directory 2009/11/01 12:22:05 site: http://mirrors.xmission.com/cygwin/ 2009/11/01 12:22:10 io_stream_cygfile: fopen(/etc/setup/timestamp) failed 2 No such file or directory 2009/11/01 12:25:02 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/alternatives/alternatives-1.3.30c-3.tar.bz2 2009/11/01 12:25:03 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/ash/ash-20040127-4.tar.bz2 2009/11/01 12:25:05 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/base-files/base-files-3.7-1.tar.bz2 2009/11/01 12:25:05 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/base-passwd/base-passwd-2.2-1.tar.bz2 2009/11/01 12:25:15 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/bash/bash-3.2.49-22.tar.bz2 2009/11/01 12:25:24 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/bzip2/bzip2-1.0.5-3.tar.bz2 2009/11/01 12:25:45 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/coreutils/coreutils-6.10-2.tar.bz2 2009/11/01 12:25:46 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/crypt/crypt-1.1-1.tar.bz2 2009/11/01 12:25:49 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/csih/csih-0.2.0-1.tar.bz2 2009/11/01 12:25:50 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/cygrunsrv/cygrunsrv-1.34-1.tar.bz2 2009/11/01 12:25:54 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/cygutils/cygutils-1.3.4-1.tar.bz2 2009/11/01 12:26:02 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/cygwin/cygwin-1.5.25-15.tar.bz2 2009/11/01 12:26:11 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/cygwin-doc/cygwin-doc-1.4-4.tar.bz2 2009/11/01 12:26:13 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/diffutils/diffutils-2.8.7-1.tar.bz2 2009/11/01 12:26:18 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/e2fsprogs/e2fsprogs-1.35-3.tar.bz2 2009/11/01 12:26:19 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/editrights/editrights-1.01-2.tar.bz2 2009/11/01 12:26:20 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/expat/expat-2.0.1-1.tar.bz2 2009/11/01 12:26:25 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/findutils/findutils-4.4.0-3.tar.bz2 2009/11/01 12:27:00 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/font-adobe-dpi75/font-adobe-dpi75-1.0.0-1.tar.bz2 2009/11/01 12:27:00 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/font-alias/font-alias-1.0.1-1.tar.bz2 2009/11/01 12:27:05 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/font-encodings/font-encodings-1.0.2-1.tar.bz2 2009/11/01 12:27:25 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/font-misc-misc/font-misc-misc-1.0.0-1.tar.bz2 2009/11/01 12:27:27 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/fontconfig/fontconfig-2.6.0-1.tar.bz2 2009/11/01 12:27:33 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/gawk/gawk-3.1.6-1.tar.bz2 2009/11/01 12:27:36 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/gettext/gettext-0.17-4.tar.bz2 2009/11/01 12:27:39 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/grep/grep-2.5.3-1.tar.bz2 2009/11/01 12:27:57 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/groff/groff-1.19.2-2.tar.bz2 2009/11/01 12:27:59 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/gzip/gzip-1.3.12-2.tar.bz2 2009/11/01 12:28:05 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/inetutils/inetutils-1.5-6.tar.bz2 2009/11/01 12:28:07 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/less/less-382-1.tar.bz2 2009/11/01 12:28:09 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/bzip2/libbz2_1/libbz2_1-1.0.5-3.tar.bz2 2009/11/01 12:28:15 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/db/db4.5/libdb4.5/libdb4.5-4.5.20.2-2.tar.bz2 2009/11/01 12:28:17 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/expat/libexpat1/libexpat1-2.0.1-1.tar.bz2 2009/11/01 12:28:19 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/expat/libexpat1-devel/libexpat1-devel-2.0.1-1.tar.bz2 2009/11/01 12:28:21 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/fontconfig/libfontconfig1/libfontconfig1-2.6.0-1.tar.bz2 2009/11/01 12:28:22 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libfontenc/libfontenc1/libfontenc1-1.0.4-2.tar.bz2 2009/11/01 12:28:22 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X11/freetype2/libfreetype26/libfreetype26-2.3.8-1.tar.bz2 2009/11/01 12:28:27 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X11/freetype2/libfreetype6/libfreetype6-2.3.8-1.tar.bz2 2009/11/01 12:28:29 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/gcc4/libgcc1/libgcc1-4.3.2-2.tar.bz2 2009/11/01 12:28:30 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/gdbm/libgdbm4/libgdbm4-1.8.3-9.tar.bz2 2009/11/01 12:28:39 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/mesa/libGL1/libGL1-7.2-2.tar.bz2 2009/11/01 12:28:40 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libICE/libICE6/libICE6-1.0.4-2.tar.bz2 2009/11/01 12:28:47 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/libiconv/libiconv2/libiconv2-1.13-1.tar.bz2 2009/11/01 12:28:49 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/gettext/libintl2/libintl2-0.12.1-3.tar.bz2 2009/11/01 12:28:50 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/gettext/libintl3/libintl3-0.14.5-1.tar.bz2 2009/11/01 12:28:51 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/gettext/libintl8/libintl8-0.17-4.tar.bz2 2009/11/01 12:28:54 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/ncurses/libncurses8/libncurses8-5.5-4.tar.bz2 2009/11/01 12:28:58 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/ncurses/libncurses9/libncurses9-5.7-5.tar.bz2 2009/11/01 12:29:01 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/pcre/libpcre0/libpcre0-7.8-1.tar.bz2 2009/11/01 12:29:03 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/pixman/libpixman1_0/libpixman1_0-0.12.0-1.tar.bz2 2009/11/01 12:29:05 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/popt/libpopt0/libpopt0-1.6.4-4.tar.bz2 2009/11/01 12:29:07 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/readline/libreadline6/libreadline6-5.2.14-12.tar.bz2 2009/11/01 12:29:08 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libSM/libSM6/libSM6-1.1.0-1.tar.bz2 2009/11/01 12:29:09 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/tcp_wrappers/libwrap0/libwrap0-7.6-6.tar.bz2 2009/11/01 12:29:16 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libX11/libX11_6/libX11_6-1.1.5-2.tar.bz2 2009/11/01 12:29:17 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libXau/libXau6/libXau6-1.0.4-1.tar.bz2 2009/11/01 12:29:20 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libXaw/libXaw7/libXaw7-1.0.5-1.tar.bz2 2009/11/01 12:29:21 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libxcb/libxcb-xlib0/libxcb-xlib0-1.1-3.tar.bz2 2009/11/01 12:29:22 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libxcb/libxcb1/libxcb1-1.1-3.tar.bz2 2009/11/01 12:29:24 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libXdmcp/libXdmcp6/libXdmcp6-1.0.2-3.tar.bz2 2009/11/01 12:29:25 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libXext/libXext6/libXext6-1.0.4-1.tar.bz2 2009/11/01 12:29:27 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libXft/libXft2/libXft2-2.1.13-1.tar.bz2 2009/11/01 12:29:28 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libxkbfile/libxkbfile1/libxkbfile1-1.0.5-2.tar.bz2 2009/11/01 12:29:30 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libXmu/libXmu6/libXmu6-1.0.4-1.tar.bz2 2009/11/01 12:29:31 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libXmu/libXmuu1/libXmuu1-1.0.4-1.tar.bz2 2009/11/01 12:29:33 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libXpm/libXpm4/libXpm4-3.5.7-2.tar.bz2 2009/11/01 12:29:34 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libXrender/libXrender1/libXrender1-0.9.4-2.tar.bz2 2009/11/01 12:29:37 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/libXt/libXt6/libXt6-1.0.5-2.tar.bz2 2009/11/01 12:29:38 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/login/login-1.10-1.tar.bz2 2009/11/01 12:29:39 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/luit/luit-1.0.3-1.tar.bz2 2009/11/01 12:29:42 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/man/man-1.6e-1.tar.bz2 2009/11/01 12:29:44 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/minires/minires-1.02-1.tar.bz2 2009/11/01 12:29:45 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/mkfontdir/mkfontdir-1.0.4-1.tar.bz2 2009/11/01 12:29:46 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/mkfontscale/mkfontscale-1.0.5-1.tar.bz2 2009/11/01 12:29:54 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/openssh/openssh-5.1p1-10.tar.bz2 2009/11/01 12:30:05 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/openssl/openssl-0.9.8k-1.tar.bz2 2009/11/01 12:31:27 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/perl/perl-5.10.0-5.tar.bz2 2009/11/01 12:31:29 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/rebase/rebase-3.0-2.tar.bz2 2009/11/01 12:31:30 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/rgb/rgb-1.0.3-1.tar.bz2 2009/11/01 12:31:32 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/run/run-1.1.12-1.tar.bz2 2009/11/01 12:31:35 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/sed/sed-4.1.5-2.tar.bz2 2009/11/01 12:31:42 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/tar/tar-1.21-1.tar.bz2 2009/11/01 12:31:43 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/termcap/termcap-20050421-1.tar.bz2 2009/11/01 12:31:44 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/terminfo/terminfo-5.7_20090228-1.tar.bz2 2009/11/01 12:31:45 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/terminfo/terminfo0/terminfo0-5.5_20061104-2.tar.bz2 2009/11/01 12:31:55 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/texinfo/texinfo-4.13-3.tar.bz2 2009/11/01 12:32:01 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/tzcode/tzcode-2009k-1.tar.bz2 2009/11/01 12:32:13 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/util-linux/util-linux-2.14.1-1.tar.bz2 2009/11/01 12:32:15 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/which/which-2.20-1.tar.bz2 2009/11/01 12:32:16 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X11/X-start-menu-icons/X-start-menu-icons-1.0.4-1.tar.bz2 2009/11/01 12:32:17 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/xauth/xauth-1.0.3-1.tar.bz2 2009/11/01 12:32:21 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/xcursor-themes/xcursor-themes-1.0.1-1.tar.bz2 2009/11/01 12:32:23 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/xinit/xinit-1.1.1-2.tar.bz2 2009/11/01 12:32:25 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/xkbcomp/xkbcomp-1.0.5-1.tar.bz2 2009/11/01 12:32:31 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/xkeyboard-config/xkeyboard-config-1.4-1.tar.bz2 2009/11/01 12:32:32 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/xmodmap/xmodmap-1.0.3-1.tar.bz2 2009/11/01 12:33:04 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/xorg-docs/xorg-docs-1.4-1.tar.bz2 2009/11/01 12:33:21 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/xorg-server/xorg-server-1.5.3-7.tar.bz2 2009/11/01 12:33:22 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X.Org/xrdb/xrdb-1.0.5-1.tar.bz2 2009/11/01 12:33:26 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/X11/xterm/xterm-242-1.tar.bz2 2009/11/01 12:33:27 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/zlib/zlib-1.2.3-3.tar.bz2 2009/11/01 12:33:29 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/zlib/zlib-devel/zlib-devel-1.2.3-3.tar.bz2 2009/11/01 12:33:30 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/zlib/zlib0/zlib0-1.2.3-3.tar.bz2 2009/11/01 12:33:31 Downloaded C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/rel ease/_update-info-dir/_update-info-dir-00833-1.tar.bz2 2009/11/01 12:33:33 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/alternatives/alternatives-1.3.30c-3.tar.bz2 2009/11/01 12:33:35 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/ash/ash-20040127-4.tar.bz2 2009/11/01 12:33:35 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/base-files/base-files-3.7-1.tar.bz2 2009/11/01 12:33:36 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/base-passwd/base-passwd-2.2-1.tar.bz2 2009/11/01 12:33:37 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/bash/bash-3.2.49-22.tar.bz2 2009/11/01 12:33:40 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/bzip2/bzip2-1.0.5-3.tar.bz2 2009/11/01 12:33:41 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/coreutils/coreutils-6.10-2.tar.bz2 2009/11/01 12:34:01 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/crypt/crypt-1.1-1.tar.bz2 2009/11/01 12:34:01 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/csih/csih-0.2.0-1.tar.bz2 2009/11/01 12:34:02 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/cygrunsrv/cygrunsrv-1.34-1.tar.bz2 2009/11/01 12:34:02 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/cygutils/cygutils-1.3.4-1.tar.bz2 2009/11/01 12:34:05 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/cygwin/cygwin-1.5.25-15.tar.bz2 2009/11/01 12:34:21 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/cygwin-doc/cygwin-doc-1.4-4.tar.bz2 2009/11/01 12:34:39 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/diffutils/diffutils-2.8.7-1.tar.bz2 2009/11/01 12:34:41 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/e2fsprogs/e2fsprogs-1.35-3.tar.bz2 2009/11/01 12:34:51 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/editrights/editrights-1.01-2.tar.bz2 2009/11/01 12:34:53 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/expat/expat-2.0.1-1.tar.bz2 2009/11/01 12:34:54 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/findutils/findutils-4.4.0-3.tar.bz2 2009/11/01 12:34:59 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/font-adobe-dpi75/font-adobe-dpi75-1.0.0-1.tar.bz2 2009/11/01 12:35:13 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/font-alias/font-alias-1.0.1-1.tar.bz2 2009/11/01 12:35:14 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/font-encodings/font-encodings-1.0.2-1.tar.bz2 2009/11/01 12:35:15 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/font-misc-misc/font-misc-misc-1.0.0-1.tar.bz2 2009/11/01 12:35:22 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/fontconfig/fontconfig-2.6.0-1.tar.bz2 2009/11/01 12:35:25 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/gawk/gawk-3.1.6-1.tar.bz2 2009/11/01 12:35:27 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/gettext/gettext-0.17-4.tar.bz2 2009/11/01 12:35:29 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/grep/grep-2.5.3-1.tar.bz2 2009/11/01 12:35:31 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/groff/groff-1.19.2-2.tar.bz2 2009/11/01 12:35:44 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/gzip/gzip-1.3.12-2.tar.bz2 2009/11/01 12:35:45 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/inetutils/inetutils-1.5-6.tar.bz2 2009/11/01 12:35:47 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/less/less-382-1.tar.bz2 2009/11/01 12:35:48 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/bzip2/libbz2_1/libbz2_1-1.0.5-3.tar.bz2 2009/11/01 12:35:48 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/db/db4.5/libdb4.5/libdb4.5-4.5.20.2-2.tar.bz2 2009/11/01 12:35:48 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/expat/libexpat1/libexpat1-2.0.1-1.tar.bz2 2009/11/01 12:35:48 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/expat/libexpat1-devel/libexpat1-devel-2.0.1-1.tar.bz2 2009/11/01 12:35:48 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/fontconfig/libfontconfig1/libfontconfig1-2.6.0-1.tar.bz2 2009/11/01 12:35:48 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libfontenc/libfontenc1/libfontenc1-1.0.4-2.tar.bz2 2009/11/01 12:35:49 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X11/freetype2/libfreetype26/libfreetype26-2.3.8-1.tar.bz2 2009/11/01 12:35:49 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X11/freetype2/libfreetype6/libfreetype6-2.3.8-1.tar.bz2 2009/11/01 12:35:50 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/gcc4/libgcc1/libgcc1-4.3.2-2.tar.bz2 2009/11/01 12:35:50 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/gdbm/libgdbm4/libgdbm4-1.8.3-9.tar.bz2 2009/11/01 12:35:50 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/mesa/libGL1/libGL1-7.2-2.tar.bz2 2009/11/01 12:35:51 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libICE/libICE6/libICE6-1.0.4-2.tar.bz2 2009/11/01 12:35:51 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/libiconv/libiconv2/libiconv2-1.13-1.tar.bz2 2009/11/01 12:35:51 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/gettext/libintl2/libintl2-0.12.1-3.tar.bz2 2009/11/01 12:35:52 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/gettext/libintl3/libintl3-0.14.5-1.tar.bz2 2009/11/01 12:35:52 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/gettext/libintl8/libintl8-0.17-4.tar.bz2 2009/11/01 12:35:52 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/ncurses/libncurses8/libncurses8-5.5-4.tar.bz2 2009/11/01 12:35:52 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/ncurses/libncurses9/libncurses9-5.7-5.tar.bz2 2009/11/01 12:35:53 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/pcre/libpcre0/libpcre0-7.8-1.tar.bz2 2009/11/01 12:35:53 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/pixman/libpixman1_0/libpixman1_0-0.12.0-1.tar.bz2 2009/11/01 12:35:53 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/popt/libpopt0/libpopt0-1.6.4-4.tar.bz2 2009/11/01 12:35:54 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/readline/libreadline6/libreadline6-5.2.14-12.tar.bz2 2009/11/01 12:35:54 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libSM/libSM6/libSM6-1.1.0-1.tar.bz2 2009/11/01 12:35:54 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/tcp_wrappers/libwrap0/libwrap0-7.6-6.tar.bz2 2009/11/01 12:35:54 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libX11/libX11_6/libX11_6-1.1.5-2.tar.bz2 2009/11/01 12:35:59 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libXau/libXau6/libXau6-1.0.4-1.tar.bz2 2009/11/01 12:36:00 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libXaw/libXaw7/libXaw7-1.0.5-1.tar.bz2 2009/11/01 12:36:00 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libxcb/libxcb-xlib0/libxcb-xlib0-1.1-3.tar.bz2 2009/11/01 12:36:00 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libxcb/libxcb1/libxcb1-1.1-3.tar.bz2 2009/11/01 12:36:00 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libXdmcp/libXdmcp6/libXdmcp6-1.0.2-3.tar.bz2 2009/11/01 12:36:00 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libXext/libXext6/libXext6-1.0.4-1.tar.bz2 2009/11/01 12:36:01 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libXft/libXft2/libXft2-2.1.13-1.tar.bz2 2009/11/01 12:36:01 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libxkbfile/libxkbfile1/libxkbfile1-1.0.5-2.tar.bz2 2009/11/01 12:36:01 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libXmu/libXmu6/libXmu6-1.0.4-1.tar.bz2 2009/11/01 12:36:01 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libXmu/libXmuu1/libXmuu1-1.0.4-1.tar.bz2 2009/11/01 12:36:01 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libXpm/libXpm4/libXpm4-3.5.7-2.tar.bz2 2009/11/01 12:36:01 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libXrender/libXrender1/libXrender1-0.9.4-2.tar.bz2 2009/11/01 12:36:02 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/libXt/libXt6/libXt6-1.0.5-2.tar.bz2 2009/11/01 12:36:02 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/login/login-1.10-1.tar.bz2 2009/11/01 12:36:02 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/luit/luit-1.0.3-1.tar.bz2 2009/11/01 12:36:02 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/man/man-1.6e-1.tar.bz2 2009/11/01 12:36:05 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/minires/minires-1.02-1.tar.bz2 2009/11/01 12:36:05 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/mkfontdir/mkfontdir-1.0.4-1.tar.bz2 2009/11/01 12:36:06 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/mkfontscale/mkfontscale-1.0.5-1.tar.bz2 2009/11/01 12:36:06 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/openssh/openssh-5.1p1-10.tar.bz2 2009/11/01 12:36:08 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/openssl/openssl-0.9.8k-1.tar.bz2 2009/11/01 12:36:10 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/perl/perl-5.10.0-5.tar.bz2 2009/11/01 12:37:33 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/rebase/rebase-3.0-2.tar.bz2 2009/11/01 12:37:33 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/rgb/rgb-1.0.3-1.tar.bz2 2009/11/01 12:37:33 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/run/run-1.1.12-1.tar.bz2 2009/11/01 12:37:35 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/sed/sed-4.1.5-2.tar.bz2 2009/11/01 12:37:36 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/tar/tar-1.21-1.tar.bz2 2009/11/01 12:37:36 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/termcap/termcap-20050421-1.tar.bz2 2009/11/01 12:37:36 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/terminfo/terminfo-5.7_20090228-1.tar.bz2 2009/11/01 12:37:42 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/terminfo/terminfo0/terminfo0-5.5_20061104-2.tar.bz2 2009/11/01 12:37:46 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/texinfo/texinfo-4.13-3.tar.bz2 2009/11/01 12:37:49 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/tzcode/tzcode-2009k-1.tar.bz2 2009/11/01 12:38:25 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/util-linux/util-linux-2.14.1-1.tar.bz2 2009/11/01 12:38:28 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/which/which-2.20-1.tar.bz2 2009/11/01 12:38:28 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X11/X-start-menu-icons/X-start-menu-icons-1.0.4-1.tar.bz2 2009/11/01 12:38:28 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/xauth/xauth-1.0.3-1.tar.bz2 2009/11/01 12:38:28 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/xcursor-themes/xcursor-themes-1.0.1-1.tar.bz2 2009/11/01 12:38:29 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/xinit/xinit-1.1.1-2.tar.bz2 2009/11/01 12:38:29 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/xkbcomp/xkbcomp-1.0.5-1.tar.bz2 2009/11/01 12:38:29 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/xkeyboard-config/xkeyboard-config-1.4-1.tar.bz2 2009/11/01 12:38:35 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/xmodmap/xmodmap-1.0.3-1.tar.bz2 2009/11/01 12:38:35 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/xorg-docs/xorg-docs-1.4-1.tar.bz2 2009/11/01 12:38:37 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/xorg-server/xorg-server-1.5.3-7.tar.bz2 2009/11/01 12:38:37 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X.Org/xrdb/xrdb-1.0.5-1.tar.bz2 2009/11/01 12:38:38 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/X11/xterm/xterm-242-1.tar.bz2 2009/11/01 12:38:38 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/zlib/zlib-1.2.3-3.tar.bz2 2009/11/01 12:38:38 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/zlib/zlib-devel/zlib-devel-1.2.3-3.tar.bz2 2009/11/01 12:38:38 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/zlib/zlib0/zlib0-1.2.3-3.tar.bz2 2009/11/01 12:38:38 Installing file://C:\Users\Massimo\Downloads/http%3a%2f%2fmirrors.xmission.com%2fcygwin %2f/release/_update-info-dir/_update-info-dir-00833-1.tar.bz2 2009/11/01 12:38:38 Visited: 104 nodes out of 1524. 2009/11/01 12:38:38 Dependency ordered install: 2009/11/01 12:38:38 cygwin 2009/11/01 12:38:38 libiconv2 2009/11/01 12:38:38 libintl8 2009/11/01 12:38:38 alternatives 2009/11/01 12:38:38 crypt 2009/11/01 12:38:38 libintl3 2009/11/01 12:38:38 terminfo0 2009/11/01 12:38:38 libncurses8 2009/11/01 12:38:38 texinfo 2009/11/01 12:38:38 _update-info-dir 2009/11/01 12:38:38 gawk 2009/11/01 12:38:38 tzcode 2009/11/01 12:38:38 coreutils 2009/11/01 12:38:38 terminfo 2009/11/01 12:38:38 libncurses9 2009/11/01 12:38:38 libreadline6 2009/11/01 12:38:38 bash 2009/11/01 12:38:38 ash 2009/11/01 12:38:38 findutils 2009/11/01 12:38:38 sed 2009/11/01 12:38:38 base-files 2009/11/01 12:38:38 base-passwd 2009/11/01 12:38:38 libbz2_1 2009/11/01 12:38:38 bzip2 2009/11/01 12:38:38 editrights 2009/11/01 12:38:38 gettext 2009/11/01 12:38:38 libpcre0 2009/11/01 12:38:38 grep 2009/11/01 12:38:38 libintl2 2009/11/01 12:38:38 diffutils 2009/11/01 12:38:38 csih 2009/11/01 12:38:38 cygrunsrv 2009/11/01 12:38:38 libpopt0 2009/11/01 12:38:38 cygutils 2009/11/01 12:38:38 groff 2009/11/01 12:38:38 gzip 2009/11/01 12:38:38 termcap 2009/11/01 12:38:38 less 2009/11/01 12:38:38 man 2009/11/01 12:38:38 cygwin-doc 2009/11/01 12:38:38 e2fsprogs 2009/11/01 12:38:38 libexpat1 2009/11/01 12:38:38 libexpat1-devel 2009/11/01 12:38:38 expat 2009/11/01 12:38:38 zlib0 2009/11/01 12:38:38 zlib-devel 2009/11/01 12:38:38 zlib 2009/11/01 12:38:38 libfontenc1 2009/11/01 12:38:38 libfreetype6 2009/11/01 12:38:38 libfreetype26 2009/11/01 12:38:38 mkfontscale 2009/11/01 12:38:38 mkfontdir 2009/11/01 12:38:38 libfontconfig1 2009/11/01 12:38:38 fontconfig 2009/11/01 12:38:38 font-encodings 2009/11/01 12:38:38 font-adobe-dpi75 2009/11/01 12:38:38 font-misc-misc 2009/11/01 12:38:38 font-alias 2009/11/01 12:38:38 inetutils 2009/11/01 12:38:38 libdb4.5 2009/11/01 12:38:38 libgcc1 2009/11/01 12:38:38 libgdbm4 2009/11/01 12:38:38 libXau6 2009/11/01 12:38:38 libXdmcp6 2009/11/01 12:38:38 libxcb1 2009/11/01 12:38:38 libxcb-xlib0 2009/11/01 12:38:38 libX11_6 2009/11/01 12:38:38 libXext6 2009/11/01 12:38:38 libGL1 2009/11/01 12:38:38 libICE6 2009/11/01 12:38:38 libpixman1_0 2009/11/01 12:38:38 libSM6 2009/11/01 12:38:38 libwrap0 2009/11/01 12:38:38 libXt6 2009/11/01 12:38:38 libXmu6 2009/11/01 12:38:38 libXpm4 2009/11/01 12:38:38 libXaw7 2009/11/01 12:38:38 libXrender1 2009/11/01 12:38:38 libXft2 2009/11/01 12:38:38 libxkbfile1 2009/11/01 12:38:38 libXmuu1 2009/11/01 12:38:38 login 2009/11/01 12:38:38 luit 2009/11/01 12:38:38 minires 2009/11/01 12:38:38 openssl 2009/11/01 12:38:38 openssh 2009/11/01 12:38:38 perl 2009/11/01 12:38:38 rebase 2009/11/01 12:38:38 rgb 2009/11/01 12:38:38 run 2009/11/01 12:38:38 tar 2009/11/01 12:38:38 util-linux 2009/11/01 12:38:38 which 2009/11/01 12:38:38 xauth 2009/11/01 12:38:38 xmodmap 2009/11/01 12:38:38 xrdb 2009/11/01 12:38:38 xcursor-themes 2009/11/01 12:38:38 xkbcomp 2009/11/01 12:38:38 xkeyboard-config 2009/11/01 12:38:38 xorg-server 2009/11/01 12:38:38 xterm 2009/11/01 12:38:38 xinit 2009/11/01 12:38:38 X-start-menu-icons 2009/11/01 12:38:38 xorg-docs 2009/11/01 12:38:38 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/terminfo0.sh 2009/11/01 12:40:16 abnormal exit: exit code=128 2009/11/01 12:40:16 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/update-info-dir.sh 2009/11/01 12:41:51 abnormal exit: exit code=128 2009/11/01 12:41:51 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/coreutils.sh 2009/11/01 12:43:26 abnormal exit: exit code=128 2009/11/01 12:43:26 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/terminfo.sh 2009/11/01 12:45:01 abnormal exit: exit code=128 2009/11/01 12:45:01 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/bash.sh 2009/11/01 12:46:40 abnormal exit: exit code=128 2009/11/01 12:46:40 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/base-files-mketc.sh 2009/11/01 12:48:18 abnormal exit: exit code=128 2009/11/01 12:48:18 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/base-files-profile.sh 2009/11/01 12:56:10 abnormal exit: exit code=128 2009/11/01 12:56:10 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/passwd-grp.sh 2009/11/01 12:57:45 abnormal exit: exit code=128 2009/11/01 12:57:45 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/man.sh 2009/11/01 12:59:20 abnormal exit: exit code=128 2009/11/01 12:59:20 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/cygwin-doc.sh 2009/11/01 13:00:55 abnormal exit: exit code=128 2009/11/01 13:00:55 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/e2fsprogs.sh 2009/11/01 13:02:30 abnormal exit: exit code=128 2009/11/01 13:02:30 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/fontconfig.sh 2009/11/01 13:04:07 abnormal exit: exit code=128 2009/11/01 13:04:07 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/font-adobe-dpi75.sh 2009/11/01 13:05:42 abnormal exit: exit code=128 2009/11/01 13:05:42 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/font-misc-misc.sh 2009/11/01 13:07:16 abnormal exit: exit code=128 2009/11/01 13:07:16 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/font-alias.sh 2009/11/01 13:08:52 abnormal exit: exit code=128 2009/11/01 13:08:52 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/inetutils.sh 2009/11/01 13:10:27 abnormal exit: exit code=128 2009/11/01 13:10:27 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/xinit.sh 2009/11/01 13:12:02 abnormal exit: exit code=128 2009/11/01 13:12:02 running: C:\cygwin\bin\bash.exe -c /etc/postinstall/X-start-menu-icons.sh 2009/11/01 13:13:45 abnormal exit: exit code=128 2009/11/01 13:15:25 note: Installation Complete 2009/11/01 13:15:25 Ending cygwin install -- 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 yselkowitz@users.sourceforge.net Sun Nov 1 21:19:00 2009 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Sun, 01 Nov 2009 21:19:00 -0000 Subject: Ruby gtk2.so: no such file or directory error message In-Reply-To: <14999d9f0910281945r1d8d17c7oc5a51c5c82ec1975@mail.gmail.com> References: <14999d9f0910272156j53c48ec8ocae3f7ba6c9a2cd5@mail.gmail.com> <4AE7D405.7040905@users.sourceforge.net> <14999d9f0910281945r1d8d17c7oc5a51c5c82ec1975@mail.gmail.com> Message-ID: <4AEDFB49.8010707@users.sourceforge.net> On 28/10/2009 21:45, Michael Schuh wrote: > 2) Perhaps it is a library dependence problem? > > bash-3.2$ ls -l /usr/lib/ruby/site_ruby/1.8/i386-cygwin/gtk2.so > -rwxr-x---+ 1 root Users 794112 Dec 18 2008 > /usr/lib/ruby/site_ruby/1.8/i386-cygwin/gtk2.so > > bash-3.2$ cygcheck /usr/lib/ruby/site_ruby/1.8/i386-cygwin/gtk2.so > C:\cygwin/lib\ruby/site_ruby/1.8/i386-cygwin/gtk2.so > Error: could not find cygXcomposite-1.dll > Error: could not find cygXdamage-1.dll > Error: could not find cygXinerama-1.dll There's your answer; you need to get these libraries from the distro. Yaakov Cygwin Ports -- 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 yselkowitz@users.sourceforge.net Sun Nov 1 22:30:00 2009 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Sun, 01 Nov 2009 22:30:00 -0000 Subject: Nedit unstable after 1.7.0-56 update -- clipboard copy segfault In-Reply-To: References: Message-ID: <4AEE0BE3.9050002@users.sourceforge.net> On 03/08/2009 10:49, Rob Gillen wrote: > After updating my 1.7 installation to the latest cygwin DLL, my xterms > were finally able to exec bash (with some issues from bash as well), > but I immediately ran into segfault when copying to the clipboard from > nedit. I.e. as soon as I highlighted a line of text and hit CTRL-C, > it dumped core. Actually, this appears to be a known problem with lesstif (the Motif implementation which nedit and other programs use). It looks like other distros may have a fix, but it will take me a little while until I can focus on this. Yaakov Cygwin/X -- 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 reply-to-list-only-lh-x@cygwin.com Sun Nov 1 22:48:00 2009 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Sun, 01 Nov 2009 22:48:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit In-Reply-To: <000f01ca5b22$ef2119a0$cd634ce0$@edu> References: <000f01ca5b22$ef2119a0$cd634ce0$@edu> Message-ID: <4AEE0FF8.1070801@cygwin.com> On 11/01/2009 01:41 PM, Massimo Giovannini wrote: > 2009/11/01 12:38:38 running: C:\cygwin\bin\bash.exe -c > /etc/postinstall/terminfo0.sh > 2009/11/01 12:40:16 abnormal exit: exit code=128 This is your problem. The postinstall scripts are failing. Are you installing with administrator privileges? If not, doing so may help. Otherwise, you can try running the command above from the command line and see if you get more insight into why it failed. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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 giovanma@bc.edu Sun Nov 1 23:19:00 2009 From: giovanma@bc.edu (Massimo Giovannini) Date: Sun, 01 Nov 2009 23:19:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit In-Reply-To: <4AEE0FF8.1070801@cygwin.com> References: <000f01ca5b22$ef2119a0$cd634ce0$@edu> <4AEE0FF8.1070801@cygwin.com> Message-ID: <001301ca5b49$ac37aab0$04a70010$@edu> Yes I am using admin privileges. I tried to use start>run C:\cygwin\bin\bash.exe -c/etc/postinstall/terminfo0.sh But nothing happens (actually a black window opens for a second and then it closes)... Any idea? -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Larry Hall (Cygwin X) Sent: Sunday, November 01, 2009 5:47 PM To: cygwin-xfree@cygwin.com Subject: Re: Problem installing cygwin/X on vista sp2 64bit On 11/01/2009 01:41 PM, Massimo Giovannini wrote: > 2009/11/01 12:38:38 running: C:\cygwin\bin\bash.exe -c > /etc/postinstall/terminfo0.sh > 2009/11/01 12:40:16 abnormal exit: exit code=128 This is your problem. The postinstall scripts are failing. Are you installing with administrator privileges? If not, doing so may help. Otherwise, you can try running the command above from the command line and see if you get more insight into why it failed. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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/ -- 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 reply-to-list-only-lh-x@cygwin.com Mon Nov 2 00:20:00 2009 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Mon, 02 Nov 2009 00:20:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit In-Reply-To: <001301ca5b49$ac37aab0$04a70010$@edu> References: <000f01ca5b22$ef2119a0$cd634ce0$@edu> <4AEE0FF8.1070801@cygwin.com> <001301ca5b49$ac37aab0$04a70010$@edu> Message-ID: <4AEE259D.3090700@cygwin.com> On 11/01/2009 06:18 PM, Massimo Giovannini wrote: > Yes I am using admin privileges. > I tried to use start>run C:\cygwin\bin\bash.exe -c/etc/postinstall/terminfo0.sh > But nothing happens (actually a black window opens for a second and then it closes)... > Any idea? Open a console window (cmd.exe) and type the following: C:\cygwin\bin\bash.exe -x -c /etc/postinstall/terminfo0.sh -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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 giovanma@bc.edu Mon Nov 2 00:33:00 2009 From: giovanma@bc.edu (Massimo Giovannini) Date: Mon, 02 Nov 2009 00:33:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit In-Reply-To: <4AEE259D.3090700@cygwin.com> References: <000f01ca5b22$ef2119a0$cd634ce0$@edu> <4AEE0FF8.1070801@cygwin.com> <001301ca5b49$ac37aab0$04a70010$@edu> <4AEE259D.3090700@cygwin.com> Message-ID: <001401ca5b54$123dc920$36b95b60$@edu> Here is what I get... C:\Users\Massimo>C:\cygwin\bin\bash.exe -x -c /etc/postinstall/terminfo0.sh + /etc/postinstall/terminfo0.sh /usr/bin/bash: /etc/postinstall/terminfo0.sh: No such file or directory -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Larry Hall (Cygwin X) Sent: Sunday, November 01, 2009 7:20 PM To: cygwin-xfree@cygwin.com Subject: Re: Problem installing cygwin/X on vista sp2 64bit On 11/01/2009 06:18 PM, Massimo Giovannini wrote: > Yes I am using admin privileges. > I tried to use start>run C:\cygwin\bin\bash.exe -c/etc/postinstall/terminfo0.sh > But nothing happens (actually a black window opens for a second and then it closes)... > Any idea? Open a console window (cmd.exe) and type the following: C:\cygwin\bin\bash.exe -x -c /etc/postinstall/terminfo0.sh -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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/ -- 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 reply-to-list-only-lh-x@cygwin.com Mon Nov 2 00:53:00 2009 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Mon, 02 Nov 2009 00:53:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit In-Reply-To: <001401ca5b54$123dc920$36b95b60$@edu> References: <000f01ca5b22$ef2119a0$cd634ce0$@edu> <4AEE0FF8.1070801@cygwin.com> <001301ca5b49$ac37aab0$04a70010$@edu> <4AEE259D.3090700@cygwin.com> <001401ca5b54$123dc920$36b95b60$@edu> Message-ID: <4AEE2D69.2070109@cygwin.com> On 11/01/2009 07:33 PM, Massimo Giovannini wrote: > -----Original Message----- > From: cygwin-xfree-owner.... [mailto:cygwin-xfree-owner...] On Behalf Of Larry Hall (Cygwin X) ^^^^^^^^^^^^^ > Sent: Sunday, November 01, 2009 7:20 PM > To: cygwin-xfree... ^^^^^^^^ Don't feed the spammers. Thanks. > Subject: Re: Problem installing cygwin/X on vista sp2 64bit > > On 11/01/2009 06:18 PM, Massimo Giovannini wrote: >> Yes I am using admin privileges. >> I tried to use start>run C:\cygwin\bin\bash.exe -c/etc/postinstall/terminfo0.sh >> But nothing happens (actually a black window opens for a second and then it closes)... >> Any idea? > > Open a console window (cmd.exe) and type the following: > > C:\cygwin\bin\bash.exe -x -c /etc/postinstall/terminfo0.sh > > Here is what I get... > > C:\Users\Massimo>C:\cygwin\bin\bash.exe -x -c /etc/postinstall/terminfo0.sh > + /etc/postinstall/terminfo0.sh > /usr/bin/bash: /etc/postinstall/terminfo0.sh: No such file or directory > My WAG is either more didn't install for some reason (such that you don't have this file) or you are suffering from or . Please *attach* your cygcheck output as requested by . -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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 giovanma@bc.edu Mon Nov 2 01:10:00 2009 From: giovanma@bc.edu (Massimo Giovannini) Date: Mon, 02 Nov 2009 01:10:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit In-Reply-To: <4AEE2D69.2070109@cygwin.com> References: <000f01ca5b22$ef2119a0$cd634ce0$@edu> <4AEE0FF8.1070801@cygwin.com> <001301ca5b49$ac37aab0$04a70010$@edu> <4AEE259D.3090700@cygwin.com> <001401ca5b54$123dc920$36b95b60$@edu> <4AEE2D69.2070109@cygwin.com> Message-ID: <001801ca5b59$3f25a890$bd70f9b0$@edu> Bash: cygcheck: command not found. -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Larry Hall (Cygwin X) Sent: Sunday, November 01, 2009 7:53 PM To: cygwin-xfree@cygwin.com Subject: Re: Problem installing cygwin/X on vista sp2 64bit On 11/01/2009 07:33 PM, Massimo Giovannini wrote: > -----Original Message----- > From: cygwin-xfree-owner.... [mailto:cygwin-xfree-owner...] On Behalf Of Larry Hall (Cygwin X) ^^^^^^^^^^^^^ > Sent: Sunday, November 01, 2009 7:20 PM > To: cygwin-xfree... ^^^^^^^^ Don't feed the spammers. Thanks. > Subject: Re: Problem installing cygwin/X on vista sp2 64bit > > On 11/01/2009 06:18 PM, Massimo Giovannini wrote: >> Yes I am using admin privileges. >> I tried to use start>run C:\cygwin\bin\bash.exe -c/etc/postinstall/terminfo0.sh >> But nothing happens (actually a black window opens for a second and then it closes)... >> Any idea? > > Open a console window (cmd.exe) and type the following: > > C:\cygwin\bin\bash.exe -x -c /etc/postinstall/terminfo0.sh > > Here is what I get... > > C:\Users\Massimo>C:\cygwin\bin\bash.exe -x -c /etc/postinstall/terminfo0.sh > + /etc/postinstall/terminfo0.sh > /usr/bin/bash: /etc/postinstall/terminfo0.sh: No such file or directory > My WAG is either more didn't install for some reason (such that you don't have this file) or you are suffering from or . Please *attach* your cygcheck output as requested by . -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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/ -- 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 reply-to-list-only-lh-x@cygwin.com Mon Nov 2 01:38:00 2009 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Mon, 02 Nov 2009 01:38:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit In-Reply-To: <001801ca5b59$3f25a890$bd70f9b0$@edu> References: <000f01ca5b22$ef2119a0$cd634ce0$@edu> <4AEE0FF8.1070801@cygwin.com> <001301ca5b49$ac37aab0$04a70010$@edu> <4AEE259D.3090700@cygwin.com> <001401ca5b54$123dc920$36b95b60$@edu> <4AEE2D69.2070109@cygwin.com> <001801ca5b59$3f25a890$bd70f9b0$@edu> Message-ID: <4AEE3817.4090008@cygwin.com> Hm, let's see. Last time, among other things, I pointed you at: and I suppose ignoring the first is only a minor politeness infraction but the latter is rather rude. Please be considerate in your posts. Thanks. On 11/01/2009 08:10 PM, Massimo Giovannini wrote: > Bash: cygcheck: command not found. If you chose the default installation path for Cygwin, it's in C:\bin. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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 giovanma@bc.edu Mon Nov 2 03:35:00 2009 From: giovanma@bc.edu (Massimo Giovannini) Date: Mon, 02 Nov 2009 03:35:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit In-Reply-To: <4AEE3817.4090008@cygwin.com> References: <000f01ca5b22$ef2119a0$cd634ce0$@edu> <4AEE0FF8.1070801@cygwin.com> <001301ca5b49$ac37aab0$04a70010$@edu> <4AEE259D.3090700@cygwin.com> <001401ca5b54$123dc920$36b95b60$@edu> <4AEE2D69.2070109@cygwin.com> <001801ca5b59$3f25a890$bd70f9b0$@edu> <4AEE3817.4090008@cygwin.com> Message-ID: <001901ca5b6d$8d792490$a86b6db0$@edu> Sorry,it is my first time on this website, and I did not understand those links were for me...I thought it was some sort of signature. Everything seems complicated here and also the language seems very cryptic.. I went on the bin directory cd C:/cygwin/bin, I typed cygcheck -s -v -r and still it says command not found. I manually went in the directory and the file seems to be there.. The funny thing is that also ls does not work.. (I deleted all the old messages...is it ok ? I don't understand what I should do with the TOFU problem..) -- 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 reply-to-list-only-lh-x@cygwin.com Mon Nov 2 04:51:00 2009 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Mon, 02 Nov 2009 04:51:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit In-Reply-To: <001901ca5b6d$8d792490$a86b6db0$@edu> References: <000f01ca5b22$ef2119a0$cd634ce0$@edu> <4AEE0FF8.1070801@cygwin.com> <001301ca5b49$ac37aab0$04a70010$@edu> <4AEE259D.3090700@cygwin.com> <001401ca5b54$123dc920$36b95b60$@edu> <4AEE2D69.2070109@cygwin.com> <001801ca5b59$3f25a890$bd70f9b0$@edu> <4AEE3817.4090008@cygwin.com> <001901ca5b6d$8d792490$a86b6db0$@edu> Message-ID: <4AEE654C.2030701@cygwin.com> On 11/01/2009 10:35 PM, Massimo Giovannini wrote: > Sorry,it is my first time on this website, and I did not understand > those links were for me...I thought it was some sort of signature. > Everything seems complicated here and also the language seems very > cryptic.. Acronyms are certainly cryptic, until you understand them. I do go out of my way to actually provide the links to them when I use them, as you noticed. > I went on the bin directory cd C:/cygwin/bin, I typed cygcheck -s -v -r > and still it says command not found. I manually went in the directory and > the file seems to be there.. I'm getting the feeling that you're not used to Unix/Linux or command-line oriented environments. If that's the case, you may want to rethink about using Cygwin or look up a tutorial or two on Unix/Linux to help you get oriented. The reason what you typed didn't work is because you are in a directory which isn't in your path and you didn't say where to find 'cygcheck'. You need to do one of the following: 1. Use the fully qualified path (i.e. c:\bin\cygcheck.exe) 2. Use the relative path to specify the current directory (i.e. .\cygcheck.exe) 3. Add c:\bin to your Windows path so you don't have to do either of 1 or 2. > The funny thing is that also ls does not work.. See above. Same problem. > (I deleted all the old messages...is it ok ? I don't understand what I > should do with the TOFU problem..) Deleting everything can be fine, if there's no critical context. TOFU, in general, is meant to indicate that it's preferable to trim out anything that isn't helpful context in your reply and to reply in-line and/or after any context you keep. In other words, what I'm doing. ;-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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 bharath_musthy@yahoo.co.uk Mon Nov 2 11:54:00 2009 From: bharath_musthy@yahoo.co.uk (BharathX) Date: Mon, 02 Nov 2009 11:54:00 -0000 Subject: Cygwin X query Login page reloads Message-ID: <26156686.post@talk.nabble.com> Hi Guys, This is my first post so please bear with me in case this query is on the wrong thread list and pls redirect me to the right one if that's case. I have been using cygwin for a while as my X Server to contact my Solaris machines (Solaris 8 and Solaris 10). I have my machine with dual OSs (Win XP & Win 2003). I can use cygwin (x -query) and connect to my Solaris 8 machine(Sparc) whilst logged on to my WinXP OS and its no problem. But if I log onto my Win2K3 machine (which has the same IP as Win XP), I cannot perform x -query to the same Solaris 8 machine. I mean, the Solaris CDE login page appears,but after I put in my username/password, the login page just reloads. If I use the same OS, I can connect to my Solaris 10 machine without any issues (went past the login page). What could the problem be? Do you think it's to do with the IP address being the same for both OSs? If you require what's in the XWin.0.log whilst this is happening, I will post it here. Thanks in advance guys. - Bharath -- View this message in context: http://old.nabble.com/Cygwin-X-query-%3CSolaris%3E-Login-page-reloads-tp26156686p26156686.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 bharath_musthy@yahoo.co.uk Mon Nov 2 11:55:00 2009 From: bharath_musthy@yahoo.co.uk (BharathX) Date: Mon, 02 Nov 2009 11:55:00 -0000 Subject: Cygwin X query Login page reloads Message-ID: <26156687.post@talk.nabble.com> Hi Guys, This is my first post so please bear with me in case this query is on the wrong thread list and pls redirect me to the right one if that's case. I have been using cygwin for a while as my X Server to contact my Solaris machines (Solaris 8 and Solaris 10). I have my machine with dual OSs (Win XP & Win 2003). I can use cygwin (x -query) and connect to my Solaris 8 machine(Sparc) whilst logged on to my WinXP OS and its no problem. But if I log onto my Win2K3 machine (which has the same IP as Win XP), I cannot perform x -query to the same Solaris 8 machine. I mean, the Solaris CDE login page appears,but after I put in my username/password, the login page just reloads. If I use the same OS, I can connect to my Solaris 10 machine without any issues (went past the login page). What could the problem be? Do you think it's to do with the IP address being the same for both OSs? If you require what's in the XWin.0.log whilst this is happening, I will post it here. Thanks in advance guys. - Bharath -- View this message in context: http://old.nabble.com/Cygwin-X-query-%3CSolaris%3E-Login-page-reloads-tp26156687p26156687.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 bharath_musthy@yahoo.co.uk Mon Nov 2 11:57:00 2009 From: bharath_musthy@yahoo.co.uk (BharathX) Date: Mon, 02 Nov 2009 11:57:00 -0000 Subject: Cygwin X query Login page reloads Message-ID: <26156688.post@talk.nabble.com> Hi Guys, This is my first post so please bear with me in case this query is on the wrong thread list and pls redirect me to the right one if that's case. I have been using cygwin for a while as my X Server to contact my Solaris machines (Solaris 8 and Solaris 10). I have my machine with dual OSs (Win XP & Win 2003). I can use cygwin (x -query) and connect to my Solaris 8 machine(Sparc) whilst logged on to my WinXP OS and its no problem. But if I log onto my Win2K3 machine (which has the same IP as Win XP), I cannot perform x -query to the same Solaris 8 machine. I mean, the Solaris CDE login page appears,but after I put in my username/password, the login page just reloads. If I use the same OS, I can connect to my Solaris 10 machine without any issues (went past the login page). What could the problem be? Do you think it's to do with the IP address being the same for both OSs? If you require what's in the XWin.0.log whilst this is happening, I will post it here. Thanks in advance guys. - Bharath -- View this message in context: http://old.nabble.com/Cygwin-X-query-%3CSolaris%3E-Login-page-reloads-tp26156688p26156688.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 bharath_musthy@yahoo.co.uk Mon Nov 2 12:05:00 2009 From: bharath_musthy@yahoo.co.uk (BharathX) Date: Mon, 02 Nov 2009 12:05:00 -0000 Subject: Cygwin X query Login page reloads Message-ID: <26156691.post@talk.nabble.com> Hi Guys, This is my first post so please bear with me in case this query is on the wrong thread list and pls redirect me to the right one if that's case. I have been using cygwin for a while as my X Server to contact my Solaris machines (Solaris 8 and Solaris 10). I have my machine with dual OSs (Win XP & Win 2003). I can use cygwin (x -query) and connect to my Solaris 8 machine(Sparc) whilst logged on to my WinXP OS and its no problem. But if I log onto my Win2K3 machine (which has the same IP as Win XP), I cannot perform x -query to the same Solaris 8 machine. I mean, the Solaris CDE login page appears,but after I put in my username/password, the login page just reloads. If I use the same OS, I can connect to my Solaris 10 machine without any issues (went past the login page). What could the problem be? Do you think it's to do with the IP address being the same for both OSs? If you require what's in the XWin.0.log whilst this is happening, I will post it here. Thanks in advance guys. - Bharath -- View this message in context: http://old.nabble.com/Cygwin-X-query-%3CSolaris%3E-Login-page-reloads-tp26156691p26156691.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 bharath_musthy@yahoo.co.uk Mon Nov 2 12:18:00 2009 From: bharath_musthy@yahoo.co.uk (BharathX) Date: Mon, 02 Nov 2009 12:18:00 -0000 Subject: Cygwin X query Login page reloads Message-ID: <26156694.post@talk.nabble.com> Hi Guys, This is my first post so please bear with me in case this query is on the wrong thread list and pls redirect me to the right one if that's case. I have been using cygwin for a while as my X Server to contact my Solaris machines (Solaris 8 and Solaris 10). I have my machine with dual OSs (Win XP & Win 2003). I can use cygwin (x -query) and connect to my Solaris 8 machine(Sparc) whilst logged on to my WinXP OS and its no problem. But if I log onto my Win2K3 machine (which has the same IP as Win XP), I cannot perform x -query to the same Solaris 8 machine. I mean, the Solaris CDE login page appears,but after I put in my username/password, the login page just reloads. If I use the same OS, I can connect to my Solaris 10 machine without any issues (went past the login page). What could the problem be? Do you think it's to do with the IP address being the same for both OSs? If you require what's in the XWin.0.log whilst this is happening, I will post it here. Thanks in advance guys. - Bharath -- View this message in context: http://old.nabble.com/Cygwin-X-query-%3CSolaris%3E-Login-page-reloads-tp26156694p26156694.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 bharath_musthy@yahoo.co.uk Mon Nov 2 12:37:00 2009 From: bharath_musthy@yahoo.co.uk (BharathX) Date: Mon, 02 Nov 2009 12:37:00 -0000 Subject: Cygwin X query Login page reloads Message-ID: <26156699.post@talk.nabble.com> Hi Guys, This is my first post so please bear with me in case this query is on the wrong thread list and pls redirect me to the right one if that's case. I have been using cygwin for a while as my X Server to contact my Solaris machines (Solaris 8 and Solaris 10). I have my machine with dual OSs (Win XP & Win 2003). I can use cygwin (x -query) and connect to my Solaris 8 machine(Sparc) whilst logged on to my WinXP OS and its no problem. But if I log onto my Win2K3 machine (which has the same IP as Win XP), I cannot perform x -query to the same Solaris 8 machine. I mean, the Solaris CDE login page appears,but after I put in my username/password, the login page just reloads. If I use the same OS, I can connect to my Solaris 10 machine without any issues (went past the login page). What could the problem be? Do you think it's to do with the IP address being the same for both OSs? If you require what's in the XWin.0.log whilst this is happening, I will post it here. Thanks in advance guys. - Bharath -- View this message in context: http://old.nabble.com/Cygwin-X-query-%3CSolaris%3E-Login-page-reloads-tp26156699p26156699.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 cgf-use-the-mailinglist-please@cygwin.com Mon Nov 2 13:51:00 2009 From: cgf-use-the-mailinglist-please@cygwin.com (Christopher Faylor) Date: Mon, 02 Nov 2009 13:51:00 -0000 Subject: Cygwin X query Login page reloads In-Reply-To: <26156699.post@talk.nabble.com> References: <26156699.post@talk.nabble.com> Message-ID: <20091102135142.GD9072@ednor.casa.cgf.cx> On Mon, Nov 02, 2009 at 04:37:43AM -0800, BharathX wrote: > >Hi Guys, > >This is my first post so please bear with me... Actually, it's your sixth identical post. Please correct the malfunction which is causing this. cgf -- 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 bharath_musthy@yahoo.co.uk Mon Nov 2 16:36:00 2009 From: bharath_musthy@yahoo.co.uk (BharathX) Date: Mon, 02 Nov 2009 16:36:00 -0000 Subject: Cygwin X query Login page reloads In-Reply-To: <26156699.post@talk.nabble.com> References: <26156699.post@talk.nabble.com> Message-ID: <26157730.post@talk.nabble.com> Is there nobody who could help me? TIA -- View this message in context: http://old.nabble.com/Cygwin-X-query-%3CSolaris%3E-Login-page-reloads-tp26156699p26157730.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 giovanma@bc.edu Mon Nov 2 20:11:00 2009 From: giovanma@bc.edu (Massimo Giovannini) Date: Mon, 02 Nov 2009 20:11:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit In-Reply-To: <4AEE654C.2030701@cygwin.com> References: <000f01ca5b22$ef2119a0$cd634ce0$@edu> <4AEE0FF8.1070801@cygwin.com> <001301ca5b49$ac37aab0$04a70010$@edu> <4AEE259D.3090700@cygwin.com> <001401ca5b54$123dc920$36b95b60$@edu> <4AEE2D69.2070109@cygwin.com> <001801ca5b59$3f25a890$bd70f9b0$@edu> <4AEE3817.4090008@cygwin.com> <001901ca5b6d$8d792490$a86b6db0$@edu> <4AEE654C.2030701@cygwin.com> Message-ID: <00b501ca5bf8$b73f81d0$25be8570$@edu> Hi, I think I managed to obtain the cygcheck.out, which I attached after having added C:\cygwing\bin to the path of windows. Yes I am not an expert of unix and I am sorry, but I need this application to run Matlab on a cluster in interactive fashion. Another question: normally when I launched cygwin on my old laptop, there was a prompt telling my working directory, now I just get bash-3.2, why is that? Sent: Sunday, November 01, 2009 11:51 PM To: cygwin-xfree@cygwin.com Subject: Re: Problem installing cygwin/X on vista sp2 64bit I'm getting the feeling that you're not used to Unix/Linux or command-line oriented environments. If that's the case, you may want to rethink about using Cygwin or look up a tutorial or two on Unix/Linux to help you get oriented. The reason what you typed didn't work is because you are in a directory which isn't in your path and you didn't say where to find 'cygcheck'. You need to do one of the following: 1. Use the fully qualified path (i.e. c:\bin\cygcheck.exe) 2. Use the relative path to specify the current directory (i.e. .\cygcheck.exe) 3. Add c:\bin to your Windows path so you don't have to do either of 1 or 2. -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out Type: application/octet-stream Size: 17650 bytes Desc: not available URL: -------------- next part -------------- -- 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 reply-to-list-only-lh-x@cygwin.com Mon Nov 2 20:11:00 2009 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Mon, 02 Nov 2009 20:11:00 -0000 Subject: Cygwin X query Login page reloads In-Reply-To: <26157730.post@talk.nabble.com> References: <26156699.post@talk.nabble.com> <26157730.post@talk.nabble.com> Message-ID: <4AEF3CC9.2030704@cygwin.com> On 11/02/2009 11:36 AM, BharathX wrote: > > Is there nobody who could help me? We're sorry. All of our agents are currently helping other posters. Your post is very important to us. Please hang on and someone will be with you shortly! Where have I heard this before? ;-) Sorry, I can't help you but I'm sure if there's someone here who can, they'll respond when they have a moment. Remember, this mailing list is run by volunteers so it can take some time for someone with the expertise you need to read and respond to your post. In the meantime, you can help them help you by reading and following the problem reporting guidelines found here: -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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 deepali.shefali@gmail.com Tue Nov 3 09:08:00 2009 From: deepali.shefali@gmail.com (Dees) Date: Tue, 03 Nov 2009 09:08:00 -0000 Subject: Running Java application with drag and drop support in cygwin In-Reply-To: <15fe165d0910300206n2fad7c58p9c9e69ccb5fae959@mail.gmail.com> References: <15fe165d0910272257x18264be8sadf9d778e15d8f25@mail.gmail.com> <4AE9A9A3.7090704@dronecode.org.uk> <15fe165d0910300206n2fad7c58p9c9e69ccb5fae959@mail.gmail.com> Message-ID: <15fe165d0911030107g404d6dc6gd0fb9f91caf4240d@mail.gmail.com> Jon/others in list, Any updates? Let me know if you are stuck somewhere. Many Thanks, Shefali On Fri, Oct 30, 2009 at 2:36 PM, Dees wrote: > Your reply is much appreciated Jon. I will try to be more specific > about the problem in further mails. > > On Thu, Oct 29, 2009 at 8:11 PM, Jon TURNEY wrote: >> On 28/10/2009 05:57, Dees wrote: >>> >>> I have developed a Java application involving jTree with extensive >>> drag and drop support, which runs correctly in my Linux box. However, >>> when I switch to a windows box and access the same Linux box using >>> cygwin x-server, the drag and drop in jTree stops working. >>> Interestingly, rest of the application still works fine. After >>> analyzing a bit I found that x-server is able to recognize the drag >>> event but fails to recognize a drop event. >> >> Details? > > OS : Suse Linux Enterprise Server 10 (i586) > Version : 10 > Patch level : 3 > Other version information: > Java : JDK 5 > Cygwin setup-version: 2.573.2.3 > Also tried using Xming 6.9.0.31 ssh same Linux setup from Windows, but > that also doesn't solve the problem. > >> >>> Is there any setting, which should be done prior to running the Java >>> swing applications? >>> >>> Here is a sample code which behaves in exactly same way. >>> http://www.java2s.com/Code/Java/Swing-JFC/TreeDragandDrop.htm >> >> I have no idea how to use that java code to reproduce the problem you are >> seeing. > > Using the above java code in Linux: > 1. Download and Install Java Development Toolkit on your Linux box > (Java sun download site: > http://java.sun.com/javase/downloads/index.jsp), if you do not have it > already. > 2. Save the sample code in the above link with the file name > TreeTester.java, say in /home/user/ > 3. Navigate to TreeTester.java from shell, and compile the java code: > ? ? ? ?# cd /home/user/ > ? ? ? ?# /usr/java/jdk1.5.0_14/bin/javac TreeTester.java > ? Ignore any warnings of deprecated APIs. > 4. This will create a few .class files in /home/user/ directory. Final > step is to run the Java code, using: > ? ? ? ?# /usr/java/jdk1.5.0_14/bin/java -classpath . TreeTester > ? This will open up a GUI, with a jTree each on left and right pane. > You can drag and drop any of the leaf nodes from one jTree to the root > node of the other jTree and this should add a new node in the other > jTree. You will get messages on console for the operations being > performed. Now ssh the same box using cygwin/xming from any other > windows box, and run the application using command in step 4. You > should be able to drag (a small icon will come under cursor indicating > that something is being dragged) but when you will drop it, the new > node would not be added to the tree. Thats where lies my problem!!! > >> >>> May be my problem is related to some setting. Though, not sure. >>> Has anybody come across something similar? What should be done then? >>> Please let me know. >> >> No it's probably a bug in Cygwin/X. ?But you're going to need to be a lot >> more specific about the problem before any progress can be made on fixing >> it. > > I have been using Netbeans IDE for compiling and running java code, > which creates an executable jar. For your convenience, I am attaching > the same with this mail. You can observe the current behavior by > running directly this file without the need to compile the source code > (as specified above), using: > ? ? ? ?# /usr/java/jdk1.5.0_14/bin/java -jar TreeTester.jar > Also, putting some debug messages in the code lets me conclude that > it's the drop event which is not being recognized, as the main control > never reaches there. > > Let me know if you need any other specific details or come across any > other issue. > >> >> -- >> Jon TURNEY >> Volunteer Cygwin/X X Server maintainer >> > > Regards, > Shefali > -- 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 kbrown@cornell.edu Tue Nov 3 14:27:00 2009 From: kbrown@cornell.edu (Ken Brown) Date: Tue, 03 Nov 2009 14:27:00 -0000 Subject: 'run xterm' fails to open a window Message-ID: <4AF03DCB.9070307@cornell.edu> I don't know if this is a problem with run, or xterm, or something else. If I start the X server and then type 'run xterm' in an xterm window, the xterm process starts but does not open a window. Here's what 'ps' shows before and after 'run xterm': $ ps PID PPID PGID WINPID TTY UID STIME COMMAND 780 1 780 780 ? 1006 08:50:17 /usr/bin/mintty I 2932 780 2932 1480 0 1006 08:50:17 /usr/bin/bash 384 1 1708 2740 0 1006 08:50:32 /usr/bin/XWin 2648 384 2648 3064 ? 1006 08:51:07 /usr/bin/xterm 528 2648 528 3016 1 1006 08:51:11 /usr/bin/bash 3144 528 3144 1464 1 1006 09:05:28 /usr/bin/ps $ run xterm $ ps PID PPID PGID WINPID TTY UID STIME COMMAND 780 1 780 780 ? 1006 08:50:17 /usr/bin/mintty I 2932 780 2932 1480 0 1006 08:50:17 /usr/bin/bash 384 1 1708 2740 0 1006 08:50:32 /usr/bin/XWin 2648 384 2648 3064 ? 1006 08:51:07 /usr/bin/xterm 528 2648 528 3016 1 1006 08:51:11 /usr/bin/bash 3452 1 3452 3452 con 1006 09:05:57 /usr/bin/xterm 4088 528 4088 3664 1 1006 09:06:01 /usr/bin/ps Obviously I have no good reason to want to start an xterm via 'run xterm' in an xterm window, but this issue is causing problems in a script I'm writing. [Briefly, I have a desktop shortcut with target '\path\to\run.exe bash -c foo.sh'. The script foo.sh calls xterm, which starts with no visible window, exactly as above.] I've attached cygcheck output and the XWin log. Ken -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cygcheck.out URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: XWin.0.log URL: -------------- next part -------------- -- 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 gamejihou@hotmail.com Tue Nov 3 14:35:00 2009 From: gamejihou@hotmail.com (Gery Herbozo Jimenez) Date: Tue, 03 Nov 2009 14:35:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <4AF03DCB.9070307@cornell.edu> References: <4AF03DCB.9070307@cornell.edu> Message-ID: Have you tried just starting the XWin server first and the the xterm? it looks like the X server doesn't recognize that line command. > Date: Tue, 3 Nov 2009 09:27:23 -0500 > From: kbrown@cornell.edu > To: cygwin-xfree@cygwin.com > Subject: 'run xterm' fails to open a window > > I don't know if this is a problem with run, or xterm, or something else. > If I start the X server and then type 'run xterm' in an xterm window, > the xterm process starts but does not open a window. Here's what 'ps' > shows before and after 'run xterm': > > $ ps > PID PPID PGID WINPID TTY UID STIME COMMAND > 780 1 780 780 ? 1006 08:50:17 /usr/bin/mintty > I 2932 780 2932 1480 0 1006 08:50:17 /usr/bin/bash > 384 1 1708 2740 0 1006 08:50:32 /usr/bin/XWin > 2648 384 2648 3064 ? 1006 08:51:07 /usr/bin/xterm > 528 2648 528 3016 1 1006 08:51:11 /usr/bin/bash > 3144 528 3144 1464 1 1006 09:05:28 /usr/bin/ps > > $ run xterm > > $ ps > PID PPID PGID WINPID TTY UID STIME COMMAND > 780 1 780 780 ? 1006 08:50:17 /usr/bin/mintty > I 2932 780 2932 1480 0 1006 08:50:17 /usr/bin/bash > 384 1 1708 2740 0 1006 08:50:32 /usr/bin/XWin > 2648 384 2648 3064 ? 1006 08:51:07 /usr/bin/xterm > 528 2648 528 3016 1 1006 08:51:11 /usr/bin/bash > 3452 1 3452 3452 con 1006 09:05:57 /usr/bin/xterm > 4088 528 4088 3664 1 1006 09:06:01 /usr/bin/ps > > Obviously I have no good reason to want to start an xterm via 'run > xterm' in an xterm window, but this issue is causing problems in a > script I'm writing. [Briefly, I have a desktop shortcut with target > '\path\to\run.exe bash -c foo.sh'. The script foo.sh calls xterm, which > starts with no visible window, exactly as above.] > > I've attached cygcheck output and the XWin log. > > Ken > > _________________________________________________________________ Date una vuelta por Sietes y conoce el pueblo de los expertos en Windows 7 http://www.sietesunpueblodeexpertos.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 mailing@fievel.be Tue Nov 3 15:14:00 2009 From: mailing@fievel.be (Florent Fievez) Date: Tue, 03 Nov 2009 15:14:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <4AF03DCB.9070307@cornell.edu> References: <4AF03DCB.9070307@cornell.edu> Message-ID: <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> Hello, I've exactly the same issue, so if you find a solution, please post it ! ;-) Best regards, 2009/11/3 Ken Brown : > I don't know if this is a problem with run, or xterm, or something else. ?If > I start the X server and then type 'run xterm' in an xterm window, the xterm > process starts but does not open a window. ?Here's what 'ps' shows before > and after 'run xterm': > > $ ps > ? ? ?PID ? ?PPID ? ?PGID ? ? WINPID ?TTY ?UID ? ?STIME COMMAND > ? ? ?780 ? ? ? 1 ? ? 780 ? ? ? ?780 ? ?? 1006 08:50:17 /usr/bin/mintty > I ? ?2932 ? ? 780 ? ?2932 ? ? ? 1480 ? ?0 1006 08:50:17 /usr/bin/bash > ? ? ?384 ? ? ? 1 ? ?1708 ? ? ? 2740 ? ?0 1006 08:50:32 /usr/bin/XWin > ? ? 2648 ? ? 384 ? ?2648 ? ? ? 3064 ? ?? 1006 08:51:07 /usr/bin/xterm > ? ? ?528 ? ?2648 ? ? 528 ? ? ? 3016 ? ?1 1006 08:51:11 /usr/bin/bash > ? ? 3144 ? ? 528 ? ?3144 ? ? ? 1464 ? ?1 1006 09:05:28 /usr/bin/ps > > $ run xterm > > $ ps > ? ? ?PID ? ?PPID ? ?PGID ? ? WINPID ?TTY ?UID ? ?STIME COMMAND > ? ? ?780 ? ? ? 1 ? ? 780 ? ? ? ?780 ? ?? 1006 08:50:17 /usr/bin/mintty > I ? ?2932 ? ? 780 ? ?2932 ? ? ? 1480 ? ?0 1006 08:50:17 /usr/bin/bash > ? ? ?384 ? ? ? 1 ? ?1708 ? ? ? 2740 ? ?0 1006 08:50:32 /usr/bin/XWin > ? ? 2648 ? ? 384 ? ?2648 ? ? ? 3064 ? ?? 1006 08:51:07 /usr/bin/xterm > ? ? ?528 ? ?2648 ? ? 528 ? ? ? 3016 ? ?1 1006 08:51:11 /usr/bin/bash > ? ? 3452 ? ? ? 1 ? ?3452 ? ? ? 3452 ?con 1006 09:05:57 /usr/bin/xterm > ? ? 4088 ? ? 528 ? ?4088 ? ? ? 3664 ? ?1 1006 09:06:01 /usr/bin/ps > > Obviously I have no good reason to want to start an xterm via 'run xterm' in > an xterm window, but this issue is causing problems in a script I'm writing. > ?[Briefly, I have a desktop shortcut with target '\path\to\run.exe bash -c > foo.sh'. ?The script foo.sh calls xterm, which starts with no visible > window, exactly as above.] > > I've attached cygcheck output and the XWin log. > > Ken > > > > > Cygwin Configuration Diagnostics > Current System Time: Tue Nov 03 14:22:16 2009 > > Windows XP Professional Ver 5.1 Build 2600 Service Pack 3 > > Path: ? D:\cygwin-1.7\usr\local\texlive\2009\bin\i386-cygwin > ? ? ? ?D:\cygwin-1.7\usr\local\bin > ? ? ? ?D:\cygwin-1.7\bin > ? ? ? ?C:\Program Files\ThinkPad\Utilities > ? ? ? ?C:\WINDOWS\system32 > ? ? ? ?C:\WINDOWS > ? ? ? ?C:\WINDOWS\System32\Wbem > ? ? ? ?C:\Program Files\Intel\Wireless\Bin\ > ? ? ? ?C:\Program Files\IBM ThinkVantage\Client Security Solution > ? ? ? ?C:\Program Files\ThinkPad\ConnectUtilities > ? ? ? ?C:\Program Files\QuickTime\QTSystem\ > ? ? ? ?C:\Program Files\Common Files\Lenovo > ? ? ? ?D:\cygwin-1.7\bin > ? ? ? ?D:\cygwin-1.7\lib\lapack > > Output from D:\cygwin-1.7\bin\id.exe (nontsec) > UID: 1007(kbrown-admin) GID: 513(None) > 0(root) ? ? ? ? ? ? ? ? 544(Administrators) ? ? 545(Users) > 513(None) ? ? ? ? ? ? ? 544(Administrators) ? ? 545(Users) > 513(None) > > Output from D:\cygwin-1.7\bin\id.exe (ntsec) > UID: 1007(kbrown-admin) GID: 513(None) > 0(root) ? ? ? ? ? ? ? ? 544(Administrators) ? ? 545(Users) > 513(None) ? ? ? ? ? ? ? 544(Administrators) ? ? 545(Users) > 513(None) > > SysDir: C:\WINDOWS\system32 > WinDir: C:\WINDOWS > > USER = 'kbrown-admin' > PWD = '/home/kbrown-admin' > HOME = '/home/kbrown-admin' > > HOMEPATH = '\cygwin-1.7\home\kbrown-admin' > MANPATH = > '/usr/local/texlive/2009/texmf/doc/man:/usr/local/share/man:usr/local/man:/usr/share/man:/usr/man:/usr/ssl/man' > HOSTNAME = 'markov' > TERM = 'xterm' > SHELL = '/bin/bash' > PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 14 Stepping 8, GenuineIntel' > WINDIR = 'C:\WINDOWS' > SSH_CLIENT = '::1 1025 22' > OLDPWD = '/home/kbrown-admin' > USERDOMAIN = 'MARKOV' > SSH_TTY = '/dev/tty2' > OS = 'Windows_NT' > ALLUSERSPROFILE = 'C:\Documents and Settings\All Users' > TEMP = '/c/WINDOWS/TEMP' > COMMONPROGRAMFILES = 'C:\Program Files\Common Files' > G_SLICE = 'always-malloc' > USERNAME = 'kbrown-admin' > PROCESSOR_LEVEL = '6' > MAIL = '/var/spool/mail/kbrown-admin' > SYSTEMDRIVE = 'C:' > TZ = 'America/New_York' > PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ ' > LOGONSERVER = '\\MARKOV' > HISTIGNORE = '[ ? ]*:&:bg:fg:exit' > PROCESSOR_ARCHITECTURE = 'x86' > HISTCONTROL = 'ignoredups' > SHLVL = '1' > PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' > HOMEDRIVE = 'D:' > COMSPEC = 'C:\WINDOWS\system32\cmd.exe' > LOGNAME = 'kbrown-admin' > TMP = '/c/WINDOWS/TEMP' > SYSTEMROOT = 'C:\WINDOWS' > PRINTER = 'CutePDF Writer' > CVS_RSH = '/bin/ssh' > PROCESSOR_REVISION = '0e08' > SSH_CONNECTION = '::1 1025 ::1 22' > INFOPATH = > '/usr/local/texlive/2009/texmf/doc/info:/usr/local/share/info:/usr/local/info:/usr/share/info:/usr/info' > PROGRAMFILES = 'C:\Program Files' > NUMBER_OF_PROCESSORS = '2' > COMPUTERNAME = 'MARKOV' > _ = '/usr/bin/cygcheck' > > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 > HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options > HKEY_CURRENT_USER\Software\Cygwin > HKEY_CURRENT_USER\Software\Cygwin\Program Options > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 > ?(default) = '/cygdrive' > ?cygdrive flags = 0x00000022 > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ > ?(default) = 'D:\cygwin' > ?flags = 0x0000000a > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/c > ?(default) = 'c:' > ?flags = 0x0000000a > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/d > ?(default) = 'd:' > ?flags = 0x0000000a > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/Users > ?(default) = 'C:\Documents and Settings' > ?flags = 0x0000000a > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin > ?(default) = 'D:\cygwin/bin' > ?flags = 0x0000000a > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib > ?(default) = 'D:\cygwin/lib' > ?flags = 0x0000000a > HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options > HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin > HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options > HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup > ?(default) = 'D:\cygwin-1.7' > > obcaseinsensitive set to 1 > > c: ?hd ?NTFS ? ? 24999Mb ?72% CP CS UN PA FC ? ? IBM_PRELOAD > d: ?hd ?NTFS ? ? 27282Mb ?76% CP CS UN PA FC > > D:\cygwin-1.7 ? ? ? ? ? ? ?/ ? ? ? ? ?system ?binary,auto > C:\Documents and Settings ?/Users ? ? system ?binary > C: ? ? ? ? ? ? ? ? ? ? ? ? /c ? ? ? ? system ?binary > D: ? ? ? ? ? ? ? ? ? ? ? ? /d ? ? ? ? system ?binary > D:\cygwin-1.7\bin ? ? ? ? ?/usr/bin ? system ?binary,auto > D:\cygwin-1.7\lib ? ? ? ? ?/usr/lib ? system ?binary,auto > cygdrive prefix ? ? ? ? ? ?/cygdrive ?user ? ?binary,auto > > Found: D:\cygwin-1.7\bin\awk.exe > Found: D:\cygwin-1.7\bin\awk.exe > ?-> D:\cygwin-1.7\bin\gawk.exe > Found: D:\cygwin-1.7\bin\bash.exe > Found: D:\cygwin-1.7\bin\bash.exe > Found: D:\cygwin-1.7\bin\cat.exe > Found: D:\cygwin-1.7\bin\cat.exe > Found: D:\cygwin-1.7\bin\cp.exe > Found: D:\cygwin-1.7\bin\cp.exe > Found: D:\cygwin-1.7\bin\cpp.exe > Found: D:\cygwin-1.7\bin\cpp.exe > ?-> D:\cygwin-1.7\etc\alternatives\cpp > ?-> D:\cygwin-1.7\bin\cpp-4.exe > Not Found: crontab > Found: D:\cygwin-1.7\bin\find.exe > Found: C:\WINDOWS\system32\find.exe > Warning: D:\cygwin-1.7\bin\find.exe hides C:\WINDOWS\system32\find.exe > Found: D:\cygwin-1.7\bin\find.exe > Found: D:\cygwin-1.7\bin\gcc.exe > Found: D:\cygwin-1.7\bin\gcc.exe > ?-> D:\cygwin-1.7\etc\alternatives\gcc > ?-> D:\cygwin-1.7\bin\gcc-4.exe > Found: D:\cygwin-1.7\bin\gdb.exe > Found: D:\cygwin-1.7\bin\gdb.exe > Found: D:\cygwin-1.7\bin\grep.exe > Found: D:\cygwin-1.7\bin\grep.exe > Found: D:\cygwin-1.7\bin\kill.exe > Found: D:\cygwin-1.7\bin\kill.exe > Found: D:\cygwin-1.7\bin\ld.exe > Found: D:\cygwin-1.7\bin\ld.exe > Found: D:\cygwin-1.7\bin\ls.exe > Found: D:\cygwin-1.7\bin\ls.exe > Found: D:\cygwin-1.7\bin\make.exe > Found: D:\cygwin-1.7\bin\make.exe > Found: D:\cygwin-1.7\bin\mv.exe > Found: D:\cygwin-1.7\bin\mv.exe > Found: D:\cygwin-1.7\bin\patch.exe > Found: D:\cygwin-1.7\bin\patch.exe > Found: D:\cygwin-1.7\bin\perl.exe > Found: D:\cygwin-1.7\bin\perl.exe > Found: D:\cygwin-1.7\bin\rm.exe > Found: D:\cygwin-1.7\bin\rm.exe > Found: D:\cygwin-1.7\bin\sed.exe > Found: D:\cygwin-1.7\bin\sed.exe > Found: D:\cygwin-1.7\bin\ssh.exe > Found: D:\cygwin-1.7\bin\ssh.exe > Found: D:\cygwin-1.7\bin\sh.exe > Found: D:\cygwin-1.7\bin\sh.exe > Found: D:\cygwin-1.7\bin\tar.exe > Found: D:\cygwin-1.7\bin\tar.exe > Found: D:\cygwin-1.7\bin\test.exe > Found: D:\cygwin-1.7\bin\test.exe > Not Found: vi > Not Found: vim > > ?111k 2009/08/07 D:\cygwin-1.7\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygapr-1-0.dll" v0.0 ts=2009/8/7 20:58 > ? 87k 2009/08/07 D:\cygwin-1.7\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygaprutil-1-0.dll" v0.0 ts=2009/8/7 21:46 > ?704k 2007/12/18 D:\cygwin-1.7\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygaspell-15.dll" v0.0 ts=2007/12/18 11:39 > ? 88k 2009/03/24 D:\cygwin-1.7\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygatk-1.0-0.dll" v0.0 ts=2009/3/25 0:36 > ?351k 2008/01/14 D:\cygwin-1.7\bin\cygboost_date_time-gcc-mt-1_33_1.dll - > os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_date_time-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 > 8:36 > ?120k 2008/01/14 D:\cygwin-1.7\bin\cygboost_filesystem-gcc-mt-1_33_1.dll - > os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_filesystem-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 > 8:36 > ? 79k 2008/01/14 D:\cygwin-1.7\bin\cygboost_iostreams-gcc-mt-1_33_1.dll - > os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_iostreams-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 > 8:37 > ?526k 2008/01/14 > D:\cygwin-1.7\bin\cygboost_program_options-gcc-mt-1_33_1.dll - os=4.0 > img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_program_options-gcc-mt-1_33_1.dll" v0.0 > ts=2008/1/14 8:38 > ?564k 2008/01/14 D:\cygwin-1.7\bin\cygboost_python-gcc-mt-1_33_1.dll - > os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_python-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 8:39 > ?678k 2008/01/14 D:\cygwin-1.7\bin\cygboost_regex-gcc-mt-1_33_1.dll - os=4.0 > img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_regex-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 8:41 > ?621k 2008/01/14 D:\cygwin-1.7\bin\cygboost_serialization-gcc-mt-1_33_1.dll > - os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_serialization-gcc-mt-1_33_1.dll" v0.0 > ts=2008/1/14 8:44 > ?118k 2008/01/14 D:\cygwin-1.7\bin\cygboost_signals-gcc-mt-1_33_1.dll - > os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_signals-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 8:44 > ? 91k 2008/01/14 D:\cygwin-1.7\bin\cygboost_thread-gcc-mt-1_33_1.dll - > os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_thread-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 8:47 > ? 61k 2009/03/02 D:\cygwin-1.7\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygbz2-1.dll" v0.0 ts=2009/3/2 3:11 > ?456k 2009/06/25 D:\cygwin-1.7\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygcairo-2.dll" v0.0 ts=2009/6/25 7:25 > ? ?7k 2009/05/30 D:\cygwin-1.7\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygcharset-1.dll" v0.0 ts=2009/5/30 20:05 > ? ?7k 2003/10/19 D:\cygwin-1.7\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygcrypt-0.dll" v0.0 ts=2003/10/19 8:57 > ?1074k 2009/03/25 D:\cygwin-1.7\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygcrypto-0.9.8.dll" v0.0 ts=2009/3/25 17:45 > ?254k 2009/08/23 D:\cygwin-1.7\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygcurl-4.dll" v0.0 ts=2009/8/23 6:25 > ?703k 2007/12/17 D:\cygwin-1.7\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygdb-4.2.dll" v0.0 ts=2007/12/17 11:58 > ?943k 2007/12/17 D:\cygwin-1.7\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygdb-4.5.dll" v0.0 ts=2007/12/17 13:12 > ?1036k 2007/12/17 D:\cygwin-1.7\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 11:58 > ?1296k 2007/12/17 D:\cygwin-1.7\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 13:12 > ?118k 2007/04/06 D:\cygwin-1.7\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygexpat-0.dll" v0.0 ts=2007/4/6 21:43 > ?118k 2008/05/09 D:\cygwin-1.7\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygexpat-1.dll" v0.0 ts=2008/5/9 5:03 > ? 28k 2009/03/22 D:\cygwin-1.7\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfam-0.dll" v0.0 ts=2009/3/22 19:56 > ?286k 2006/08/06 D:\cygwin-1.7\bin\cygfcgi++-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfcgi++-0.dll" v0.0 ts=2006/8/6 21:09 > ? 30k 2006/08/06 D:\cygwin-1.7\bin\cygfcgi-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfcgi-0.dll" v0.0 ts=2006/8/6 21:09 > ? 22k 2009/09/29 D:\cygwin-1.7\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygffi-4.dll" v0.0 ts=2009/9/14 16:50 > ?784k 2009/07/28 D:\cygwin-1.7\bin\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfftw3-3.dll" v0.0 ts=2009/7/28 20:14 > ?758k 2009/07/28 D:\cygwin-1.7\bin\cygfftw3f-3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfftw3f-3.dll" v0.0 ts=2009/7/28 20:05 > ? 19k 2009/07/28 D:\cygwin-1.7\bin\cygfftw3f_threads-3.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfftw3f_threads-3.dll" v0.0 ts=2009/7/28 20:05 > ? 19k 2009/07/28 D:\cygwin-1.7\bin\cygfftw3_threads-3.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfftw3_threads-3.dll" v0.0 ts=2009/7/28 20:14 > ?174k 2009/09/25 D:\cygwin-1.7\bin\cygfontconfig-1.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfontconfig-1.dll" v0.0 ts=2009/9/25 3:05 > ? 21k 2009/10/14 D:\cygwin-1.7\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfontenc-1.dll" v0.0 ts=2009/10/14 2:04 > ? 40k 2009/03/01 D:\cygwin-1.7\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygform-8.dll" v0.0 ts=2009/3/1 6:32 > ? 41k 2009/10/26 D:\cygwin-1.7\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygform-9.dll" v0.0 ts=2009/10/26 23:02 > ? 48k 2003/08/09 D:\cygwin-1.7\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygform7.dll" v0.0 ts=2003/8/9 10:25 > ?489k 2009/10/15 D:\cygwin-1.7\bin\cygfreetype-6.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfreetype-6.dll" v0.0 ts=2009/10/15 2:22 > ? 44k 2009/09/29 D:\cygwin-1.7\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggcc_s-1.dll" v0.0 ts=2009/9/14 16:42 > ? 41k 2008/09/12 D:\cygwin-1.7\bin\cyggcc_s.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggcc_s.dll" v0.0 ts=2008/9/11 7:43 > ? 19k 2009/02/26 D:\cygwin-1.7\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggdbm-4.dll" v0.0 ts=2009/2/26 7:58 > ? ?8k 2009/02/26 D:\cygwin-1.7\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 7:58 > ?193k 2009/03/23 D:\cygwin-1.7\bin\cyggdk-1-2-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggdk-1-2-0.dll" v0.0 ts=2009/3/23 15:24 > ?504k 2009/09/08 D:\cygwin-1.7\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggdk-x11-2.0-0.dll" v0.0 ts=2009/9/7 7:34 > ? 90k 2009/09/08 D:\cygwin-1.7\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2009/9/7 7:32 > ?954k 2009/04/03 D:\cygwin-1.7\bin\cyggettextlib-0-17.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggettextlib-0-17.dll" v0.0 ts=2009/4/3 2:21 > ?218k 2009/04/03 D:\cygwin-1.7\bin\cyggettextpo-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggettextpo-0.dll" v0.0 ts=2009/4/3 2:29 > ?203k 2009/04/03 D:\cygwin-1.7\bin\cyggettextsrc-0-17.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggettextsrc-0-17.dll" v0.0 ts=2009/4/3 2:24 > ?642k 2009/09/29 D:\cygwin-1.7\bin\cyggfortran-3.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggfortran-3.dll" v0.0 ts=2009/9/14 17:42 > ? 29k 2009/03/23 D:\cygwin-1.7\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggif-4.dll" v0.0 ts=2009/3/23 19:55 > ?367k 2009/09/07 D:\cygwin-1.7\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggio-2.0-0.dll" v0.0 ts=2009/9/7 5:10 > ?2311k 2009/10/16 D:\cygwin-1.7\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygGL-1.dll" v0.0 ts=2009/10/16 10:17 > ?133k 2009/03/25 D:\cygwin-1.7\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygglib-1-2-0.dll" v0.0 ts=2009/3/23 15:12 > ?678k 2009/09/07 D:\cygwin-1.7\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygglib-2.0-0.dll" v0.0 ts=2009/9/7 5:07 > ?141k 2009/03/30 D:\cygwin-1.7\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygglitz-1.dll" v0.0 ts=2009/3/30 17:22 > ? 21k 2009/03/30 D:\cygwin-1.7\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygglitz-glx-1.dll" v0.0 ts=2009/3/30 17:23 > ?445k 2009/10/16 D:\cygwin-1.7\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygGLU-1.dll" v0.0 ts=2009/10/16 10:17 > ? 12k 2009/03/25 D:\cygwin-1.7\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggmodule-1-2-0.dll" v0.0 ts=2009/3/23 15:12 > ? 13k 2009/09/07 D:\cygwin-1.7\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggmodule-2.0-0.dll" v0.0 ts=2009/9/7 5:08 > ?315k 2009/06/06 D:\cygwin-1.7\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggmp-3.dll" v0.0 ts=2009/6/6 12:23 > ?226k 2009/09/07 D:\cygwin-1.7\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggobject-2.0-0.dll" v0.0 ts=2009/9/7 5:08 > ? 24k 2009/09/29 D:\cygwin-1.7\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggomp-1.dll" v0.0 ts=2009/9/14 16:51 > ?5491k 2008/11/27 D:\cygwin-1.7\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggs-8.dll" v0.0 ts=2008/11/27 13:24 > ?1640k 2009/09/20 D:\cygwin-1.7\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggsl-0.dll" v0.0 ts=2009/9/20 15:39 > ?186k 2009/09/20 D:\cygwin-1.7\bin\cyggslcblas-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggslcblas-0.dll" v0.0 ts=2009/9/20 15:29 > ? ?9k 2009/03/25 D:\cygwin-1.7\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggthread-1-2-0.dll" v0.0 ts=2009/3/23 15:13 > ? 15k 2009/09/07 D:\cygwin-1.7\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggthread-2.0-0.dll" v0.0 ts=2009/9/7 5:08 > ?1258k 2009/03/23 D:\cygwin-1.7\bin\cyggtk-1-2-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggtk-1-2-0.dll" v0.0 ts=2009/3/23 15:29 > ?3502k 2009/09/08 D:\cygwin-1.7\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggtk-x11-2.0-0.dll" v0.0 ts=2009/9/7 7:40 > ? 24k 2009/06/23 D:\cygwin-1.7\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyghistory6.dll" v0.0 ts=2009/6/23 13:20 > ? 25k 2009/07/06 D:\cygwin-1.7\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyghistory7.dll" v0.0 ts=2009/7/5 15:45 > ? 73k 2009/09/02 D:\cygwin-1.7\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygICE-6.dll" v0.0 ts=2009/9/2 22:39 > ?270k 2009/05/07 D:\cygwin-1.7\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygicons-0.dll" v0.0 ts=2009/5/7 1:58 > ?981k 2009/05/30 D:\cygwin-1.7\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygiconv-2.dll" v0.0 ts=2009/5/30 20:05 > 10918k 2008/11/10 D:\cygwin-1.7\bin\cygicudata38.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygicudata38.dll" v0.0 ts=2008/11/10 11:06 > ?1246k 2008/11/10 D:\cygwin-1.7\bin\cygicui18n38.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygicui18n38.dll" v0.0 ts=2008/11/10 10:59 > ?243k 2008/11/10 D:\cygwin-1.7\bin\cygicuio38.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygicuio38.dll" v0.0 ts=2008/11/10 11:06 > ?256k 2008/11/10 D:\cygwin-1.7\bin\cygicule38.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygicule38.dll" v0.0 ts=2008/11/10 11:01 > ? 70k 2008/11/10 D:\cygwin-1.7\bin\cygiculx38.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygiculx38.dll" v0.0 ts=2008/11/10 11:01 > ?1066k 2008/11/10 D:\cygwin-1.7\bin\cygicuuc38.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygicuuc38.dll" v0.0 ts=2008/11/10 10:53 > ?191k 2009/09/15 D:\cygwin-1.7\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygidn-11.dll" v0.0 ts=2009/9/15 11:41 > ? 22k 2001/12/13 D:\cygwin-1.7\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygintl-1.dll" v0.0 ts=2001/12/13 9:28 > ? 37k 2003/08/10 D:\cygwin-1.7\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygintl-2.dll" v0.0 ts=2003/8/10 22:50 > ? 31k 2005/11/20 D:\cygwin-1.7\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygintl-3.dll" v0.0 ts=2005/11/20 2:04 > ? 31k 2009/04/03 D:\cygwin-1.7\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygintl-8.dll" v0.0 ts=2009/4/3 2:15 > ?246k 2008/04/02 D:\cygwin-1.7\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygjasper-1.dll" v0.0 ts=2008/4/2 17:19 > ? 41k 2009/03/10 D:\cygwin-1.7\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygjbig-2.dll" v0.0 ts=2009/3/10 3:10 > ? 48k 2003/08/10 D:\cygwin-1.7\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygjbig1.dll" v0.0 ts=2003/8/11 0:58 > ?125k 2009/08/08 D:\cygwin-1.7\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygjpeg-62.dll" v0.0 ts=2009/8/8 21:48 > ?193k 2009/08/08 D:\cygwin-1.7\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygjpeg-7.dll" v0.0 ts=2009/8/8 20:39 > ?119k 2002/02/09 D:\cygwin-1.7\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygjpeg6b.dll" v0.0 ts=2002/2/9 5:19 > ? 39k 2008/09/07 D:\cygwin-1.7\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyglber-2-3-0.dll" v0.0 ts=2008/9/7 13:28 > ?189k 2008/09/07 D:\cygwin-1.7\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygldap-2-3-0.dll" v0.0 ts=2008/9/7 13:29 > ?201k 2008/09/07 D:\cygwin-1.7\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 13:31 > ? ?5k 2009/10/03 D:\cygwin-1.7\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyglsa.dll" v0.0 ts=2009/10/3 13:34 > ? ?9k 2009/10/03 D:\cygwin-1.7\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2 > ? 27k 2009/07/13 D:\cygwin-1.7\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygltdl-7.dll" v0.0 ts=2009/7/13 1:50 > ?133k 2009/06/10 D:\cygwin-1.7\bin\cyglua-5.1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyglua-5.1.dll" v0.0 ts=2009/6/10 18:29 > ?123k 2009/08/30 D:\cygwin-1.7\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyglzma-1.dll" v0.0 ts=2009/8/30 23:35 > ? 12k 2009/03/15 D:\cygwin-1.7\bin\cyglzmadec-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyglzmadec-0.dll" v0.0 ts=2009/3/15 7:16 > ? 98k 2009/03/16 D:\cygwin-1.7\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygmagic-1.dll" v0.0 ts=2009/3/16 17:32 > ? 21k 2009/03/01 D:\cygwin-1.7\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygmenu-8.dll" v0.0 ts=2009/3/1 6:31 > ? 22k 2009/10/26 D:\cygwin-1.7\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygmenu-9.dll" v0.0 ts=2009/10/26 23:01 > ? 29k 2003/08/09 D:\cygwin-1.7\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygmenu7.dll" v0.0 ts=2003/8/9 10:25 > ? 24k 2008/10/30 D:\cygwin-1.7\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygminires.dll" v0.0 ts=2008/10/31 0:53 > ?211k 2009/06/06 D:\cygwin-1.7\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygmp-3.dll" v0.0 ts=2009/6/6 12:23 > ?269k 2009/06/07 D:\cygwin-1.7\bin\cygmpfr-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygmpfr-1.dll" v0.0 ts=2009/6/7 22:10 > ? 75k 2009/07/08 D:\cygwin-1.7\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygMrm-2.dll" v0.0 ts=2009/7/8 4:26 > ? 66k 2009/03/01 D:\cygwin-1.7\bin\cygncurses++-8.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygncurses++-8.dll" v0.0 ts=2009/3/1 6:39 > ? 61k 2009/10/26 D:\cygwin-1.7\bin\cygncurses++-9.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygncurses++-9.dll" v0.0 ts=2009/10/26 23:12 > ?237k 2009/03/01 D:\cygwin-1.7\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygncurses-8.dll" v0.0 ts=2009/3/1 6:28 > ?195k 2009/10/26 D:\cygwin-1.7\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygncurses-9.dll" v0.0 ts=2009/10/26 22:58 > ?224k 2003/08/09 D:\cygwin-1.7\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygncurses7.dll" v0.0 ts=2003/8/9 10:24 > ?115k 2009/09/30 D:\cygwin-1.7\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygneon-27.dll" v0.0 ts=2009/9/30 14:33 > ?173k 2009/09/02 D:\cygwin-1.7\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygnetpbm-10.dll" v0.0 ts=2009/9/2 4:33 > ? 11k 2009/03/01 D:\cygwin-1.7\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpanel-8.dll" v0.0 ts=2009/3/1 6:30 > ? 12k 2009/10/26 D:\cygwin-1.7\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpanel-9.dll" v0.0 ts=2009/10/26 23:00 > ? 19k 2003/08/09 D:\cygwin-1.7\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpanel7.dll" v0.0 ts=2003/8/9 10:24 > ?230k 2009/07/27 D:\cygwin-1.7\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpango-1.0-0.dll" v0.0 ts=2009/7/27 5:42 > ? 34k 2009/07/27 D:\cygwin-1.7\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpangocairo-1.0-0.dll" v0.0 ts=2009/7/27 5:42 > ?142k 2009/07/27 D:\cygwin-1.7\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpangoft2-1.0-0.dll" v0.0 ts=2009/7/27 5:42 > ? 37k 2009/07/27 D:\cygwin-1.7\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpangox-1.0-0.dll" v0.0 ts=2009/7/27 5:42 > ? 23k 2009/07/27 D:\cygwin-1.7\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpangoxft-1.0-0.dll" v0.0 ts=2009/7/27 5:42 > ?190k 2009/04/17 D:\cygwin-1.7\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpcre-0.dll" v0.0 ts=2009/4/17 17:07 > ? ?7k 2009/04/17 D:\cygwin-1.7\bin\cygpcreposix-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpcreposix-0.dll" v0.0 ts=2009/4/17 17:07 > ?1543k 2008/07/03 D:\cygwin-1.7\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygperl5_10.dll" v0.0 ts=2008/6/30 17:06 > ?354k 2009/10/14 D:\cygwin-1.7\bin\cygpixman-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpixman-1-0.dll" v0.0 ts=2009/10/14 1:39 > ?242k 2009/03/07 D:\cygwin-1.7\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpng12.dll" v0.0 ts=2009/3/7 22:38 > ? 22k 2002/06/09 D:\cygwin-1.7\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpopt-0.dll" v0.0 ts=2002/6/9 6:45 > ?103k 2009/01/07 D:\cygwin-1.7\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpq.dll" v0.0 ts=2009/1/7 16:46 > ? ?4k 2007/12/18 D:\cygwin-1.7\bin\cygpspell-15.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpspell-15.dll" v0.0 ts=2007/12/18 11:40 > ?155k 2009/06/23 D:\cygwin-1.7\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygreadline6.dll" v0.0 ts=2009/6/23 13:20 > ?162k 2009/07/06 D:\cygwin-1.7\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygreadline7.dll" v0.0 ts=2009/7/5 15:45 > ?761k 2008/09/30 D:\cygwin-1.7\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygruby18.dll" v0.0 ts=2008/9/30 14:10 > ? 78k 2004/10/13 D:\cygwin-1.7\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsasl2-2.dll" v0.0 ts=2004/10/13 23:50 > ? 43k 2009/02/06 D:\cygwin-1.7\bin\cygserf-0-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygserf-0-0.dll" v0.0 ts=2009/2/6 17:04 > ? ?7k 2009/07/22 D:\cygwin-1.7\bin\cygsigsegv-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsigsegv-0.dll" v0.0 ts=2009/7/22 9:57 > ? ?9k 2009/07/24 D:\cygwin-1.7\bin\cygsigsegv-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsigsegv-1.dll" v0.0 ts=2009/7/24 21:04 > ? 27k 2009/09/03 D:\cygwin-1.7\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygSM-6.dll" v0.0 ts=2009/9/3 9:56 > ?355k 2008/09/09 D:\cygwin-1.7\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsqlite3-0.dll" v0.0 ts=2008/9/9 19:20 > ?125k 2009/10/07 D:\cygwin-1.7\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygssh2-1.dll" v0.0 ts=2009/10/7 3:25 > ?232k 2009/03/25 D:\cygwin-1.7\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygssl-0.9.8.dll" v0.0 ts=2009/3/25 17:45 > ? ?8k 2009/09/29 D:\cygwin-1.7\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygssp-0.dll" v0.0 ts=2009/9/14 16:49 > ?771k 2009/09/29 D:\cygwin-1.7\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygstdc++-6.dll" v0.0 ts=2009/9/14 17:19 > ?234k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_client-1-0.dll" v0.0 ts=2009/10/23 16:46 > ? 36k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_delta-1-0.dll" v0.0 ts=2009/10/23 16:43 > ? 39k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_diff-1-0.dll" v0.0 ts=2009/10/23 16:43 > ? 18k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_fs-1-0.dll" v0.0 ts=2009/10/23 16:44 > ?144k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_fs_base-1-0.dll" v0.0 ts=2009/10/23 16:43 > ?123k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_fs_fs-1-0.dll" v0.0 ts=2009/10/23 16:43 > ? ?7k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_fs_util-1-0.dll" v0.0 ts=2009/10/23 16:43 > ? 30k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_ra-1-0.dll" v0.0 ts=2009/10/23 16:46 > ? 23k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_ra_local-1-0.dll" v0.0 ts=2009/10/23 16:44 > ?113k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_ra_neon-1-0.dll" v0.0 ts=2009/10/23 16:43 > ?114k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_ra_serf-1-0.dll" v0.0 ts=2009/10/23 16:43 > ? 70k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_ra_svn-1-0.dll" v0.0 ts=2009/10/23 16:43 > ?138k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_repos-1-0.dll" v0.0 ts=2009/10/23 16:44 > ?246k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_subr-1-0.dll" v0.0 ts=2009/10/23 16:43 > ?240k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_wc-1-0.dll" v0.0 ts=2009/10/23 16:43 > ?231k 2009/09/15 D:\cygwin-1.7\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygt1-5.dll" v0.0 ts=2009/9/15 10:59 > ? 46k 2009/10/26 D:\cygwin-1.7\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygtic-9.dll" v0.0 ts=2009/10/26 22:58 > ?312k 2009/08/10 D:\cygwin-1.7\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygtiff-5.dll" v0.0 ts=2009/8/10 23:04 > ?281k 2003/02/24 D:\cygwin-1.7\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygtiff3.dll" v0.0 ts=2003/2/24 4:58 > ?282k 2003/08/11 D:\cygwin-1.7\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygtiff4.dll" v0.0 ts=2003/8/11 3:32 > ?282k 2009/08/10 D:\cygwin-1.7\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygtiffxx-5.dll" v0.0 ts=2009/8/10 23:04 > ? 65k 2009/07/08 D:\cygwin-1.7\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygUil-2.dll" v0.0 ts=2009/7/8 4:26 > ? 27k 2006/12/06 D:\cygwin-1.7\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygungif-4.dll" v0.0 ts=2006/12/6 3:41 > ? 40k 2009/07/08 D:\cygwin-1.7\bin\cygusb0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygusb0.dll" v0.0 ts=2009/7/8 9:35 > ? 24k 2009/03/29 D:\cygwin-1.7\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygwrap-0.dll" v0.0 ts=2009/3/29 7:28 > ?1038k 2009/10/25 D:\cygwin-1.7\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygX11-6.dll" v0.0 ts=2009/10/25 18:27 > ? ?6k 2009/10/25 D:\cygwin-1.7\bin\cygX11-xcb-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygX11-xcb-1.dll" v0.0 ts=2009/10/25 18:27 > ? ?9k 2009/09/03 D:\cygwin-1.7\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXau-6.dll" v0.0 ts=2009/9/2 22:47 > ?251k 2009/10/19 D:\cygwin-1.7\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXaw-6.dll" v0.0 ts=2009/10/18 22:55 > ?352k 2009/10/19 D:\cygwin-1.7\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXaw-7.dll" v0.0 ts=2009/10/18 22:55 > ?268k 2008/11/15 D:\cygwin-1.7\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXaw3d-7.dll" v0.0 ts=2008/11/13 8:37 > ? 74k 2009/09/21 D:\cygwin-1.7\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygxcb-1.dll" v0.0 ts=2009/9/21 22:31 > ? 22k 2009/09/21 D:\cygwin-1.7\bin\cygxcb-render-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygxcb-render-0.dll" v0.0 ts=2009/9/21 22:32 > ? 11k 2009/09/03 D:\cygwin-1.7\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygxcb-render-util-0.dll" v0.0 ts=2009/9/3 6:24 > ? ?5k 2009/02/09 D:\cygwin-1.7\bin\cygxcb-xlib-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygxcb-xlib-0.dll" v0.0 ts=2009/2/9 4:06 > ? 10k 2009/10/14 D:\cygwin-1.7\bin\cygXcomposite-1.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXcomposite-1.dll" v0.0 ts=2009/10/14 18:51 > ? 30k 2009/09/03 D:\cygwin-1.7\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXcursor-1.dll" v0.0 ts=2009/9/2 22:47 > ? ?9k 2009/10/14 D:\cygwin-1.7\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXdamage-1.dll" v0.0 ts=2009/10/14 17:54 > ? 17k 2009/10/14 D:\cygwin-1.7\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXdmcp-6.dll" v0.0 ts=2009/10/13 23:31 > ? 51k 2009/10/22 D:\cygwin-1.7\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXext-6.dll" v0.0 ts=2009/10/22 4:45 > ? 16k 2009/10/14 D:\cygwin-1.7\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXfixes-3.dll" v0.0 ts=2009/10/14 17:48 > ? 66k 2009/10/15 D:\cygwin-1.7\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXft-2.dll" v0.0 ts=2009/10/14 21:33 > ? 47k 2009/10/14 D:\cygwin-1.7\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXi-6.dll" v0.0 ts=2009/10/14 6:19 > ? ?8k 2009/10/14 D:\cygwin-1.7\bin\cygXinerama-1.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXinerama-1.dll" v0.0 ts=2009/10/14 8:39 > ?122k 2009/10/15 D:\cygwin-1.7\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygxkbfile-1.dll" v0.0 ts=2009/10/14 6:57 > ?1172k 2009/07/08 D:\cygwin-1.7\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXm-2.dll" v0.0 ts=2009/7/8 4:26 > ?1123k 2009/10/08 D:\cygwin-1.7\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygxml2-2.dll" v0.0 ts=2009/10/7 3:49 > ? 75k 2009/10/14 D:\cygwin-1.7\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXmu-6.dll" v0.0 ts=2009/10/14 8:29 > ? 11k 2009/10/14 D:\cygwin-1.7\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXmuu-1.dll" v0.0 ts=2009/10/14 8:29 > ? 53k 2009/10/14 D:\cygwin-1.7\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXpm-4.dll" v0.0 ts=2009/10/14 18:01 > ? 25k 2009/03/20 D:\cygwin-1.7\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXrandr-2.dll" v0.0 ts=2009/3/13 8:05 > ? 30k 2009/10/14 D:\cygwin-1.7\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXrender-1.dll" v0.0 ts=2009/10/14 8:40 > ?277k 2009/10/14 D:\cygwin-1.7\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXt-6.dll" v0.0 ts=2009/10/14 4:02 > ? 64k 2009/03/02 D:\cygwin-1.7\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygz.dll" v0.0 ts=2009/3/2 1:33 > ?2410k 2009/10/03 D:\cygwin-1.7\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygwin1.dll" v0.0 ts=2009/10/3 13:33 > ? ?Cygwin DLL version info: > ? ? ? ?DLL version: 1.7.0 > ? ? ? ?DLL epoch: 19 > ? ? ? ?DLL old termios: 5 > ? ? ? ?DLL malloc env: 28 > ? ? ? ?Cygwin conv: 181 > ? ? ? ?API major: 0 > ? ? ? ?API minor: 214 > ? ? ? ?Shared data: 5 > ? ? ? ?DLL identifier: cygwin1 > ? ? ? ?Mount registry: 3 > ? ? ? ?Cygwin registry name: Cygwin > ? ? ? ?Program options name: Program Options > ? ? ? ?Cygdrive default prefix: > ? ? ? ?Build date: Sat Oct 3 14:33:20 CEST 2009 > ? ? ? ?Shared id: cygwin1S5 > > ?111k 2009/08/07 D:\cygwin-1.7\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygapr-1-0.dll" v0.0 ts=2009/8/7 20:58 > ? 87k 2009/08/07 D:\cygwin-1.7\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygaprutil-1-0.dll" v0.0 ts=2009/8/7 21:46 > ?704k 2007/12/18 D:\cygwin-1.7\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygaspell-15.dll" v0.0 ts=2007/12/18 11:39 > ? 88k 2009/03/24 D:\cygwin-1.7\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygatk-1.0-0.dll" v0.0 ts=2009/3/25 0:36 > ?351k 2008/01/14 D:\cygwin-1.7\bin\cygboost_date_time-gcc-mt-1_33_1.dll - > os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_date_time-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 > 8:36 > ?120k 2008/01/14 D:\cygwin-1.7\bin\cygboost_filesystem-gcc-mt-1_33_1.dll - > os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_filesystem-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 > 8:36 > ? 79k 2008/01/14 D:\cygwin-1.7\bin\cygboost_iostreams-gcc-mt-1_33_1.dll - > os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_iostreams-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 > 8:37 > ?526k 2008/01/14 > D:\cygwin-1.7\bin\cygboost_program_options-gcc-mt-1_33_1.dll - os=4.0 > img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_program_options-gcc-mt-1_33_1.dll" v0.0 > ts=2008/1/14 8:38 > ?564k 2008/01/14 D:\cygwin-1.7\bin\cygboost_python-gcc-mt-1_33_1.dll - > os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_python-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 8:39 > ?678k 2008/01/14 D:\cygwin-1.7\bin\cygboost_regex-gcc-mt-1_33_1.dll - os=4.0 > img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_regex-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 8:41 > ?621k 2008/01/14 D:\cygwin-1.7\bin\cygboost_serialization-gcc-mt-1_33_1.dll > - os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_serialization-gcc-mt-1_33_1.dll" v0.0 > ts=2008/1/14 8:44 > ?118k 2008/01/14 D:\cygwin-1.7\bin\cygboost_signals-gcc-mt-1_33_1.dll - > os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_signals-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 8:44 > ? 91k 2008/01/14 D:\cygwin-1.7\bin\cygboost_thread-gcc-mt-1_33_1.dll - > os=4.0 img=1.33 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygboost_thread-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 8:47 > ? 61k 2009/03/02 D:\cygwin-1.7\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygbz2-1.dll" v0.0 ts=2009/3/2 3:11 > ?456k 2009/06/25 D:\cygwin-1.7\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygcairo-2.dll" v0.0 ts=2009/6/25 7:25 > ? ?7k 2009/05/30 D:\cygwin-1.7\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygcharset-1.dll" v0.0 ts=2009/5/30 20:05 > ? ?7k 2003/10/19 D:\cygwin-1.7\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygcrypt-0.dll" v0.0 ts=2003/10/19 8:57 > ?1074k 2009/03/25 D:\cygwin-1.7\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygcrypto-0.9.8.dll" v0.0 ts=2009/3/25 17:45 > ?254k 2009/08/23 D:\cygwin-1.7\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygcurl-4.dll" v0.0 ts=2009/8/23 6:25 > ?703k 2007/12/17 D:\cygwin-1.7\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygdb-4.2.dll" v0.0 ts=2007/12/17 11:58 > ?943k 2007/12/17 D:\cygwin-1.7\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygdb-4.5.dll" v0.0 ts=2007/12/17 13:12 > ?1036k 2007/12/17 D:\cygwin-1.7\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 11:58 > ?1296k 2007/12/17 D:\cygwin-1.7\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 13:12 > ?118k 2007/04/06 D:\cygwin-1.7\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygexpat-0.dll" v0.0 ts=2007/4/6 21:43 > ?118k 2008/05/09 D:\cygwin-1.7\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygexpat-1.dll" v0.0 ts=2008/5/9 5:03 > ? 28k 2009/03/22 D:\cygwin-1.7\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfam-0.dll" v0.0 ts=2009/3/22 19:56 > ?286k 2006/08/06 D:\cygwin-1.7\bin\cygfcgi++-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfcgi++-0.dll" v0.0 ts=2006/8/6 21:09 > ? 30k 2006/08/06 D:\cygwin-1.7\bin\cygfcgi-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfcgi-0.dll" v0.0 ts=2006/8/6 21:09 > ? 22k 2009/09/29 D:\cygwin-1.7\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygffi-4.dll" v0.0 ts=2009/9/14 16:50 > ?784k 2009/07/28 D:\cygwin-1.7\bin\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfftw3-3.dll" v0.0 ts=2009/7/28 20:14 > ?758k 2009/07/28 D:\cygwin-1.7\bin\cygfftw3f-3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfftw3f-3.dll" v0.0 ts=2009/7/28 20:05 > ? 19k 2009/07/28 D:\cygwin-1.7\bin\cygfftw3f_threads-3.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfftw3f_threads-3.dll" v0.0 ts=2009/7/28 20:05 > ? 19k 2009/07/28 D:\cygwin-1.7\bin\cygfftw3_threads-3.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfftw3_threads-3.dll" v0.0 ts=2009/7/28 20:14 > ?174k 2009/09/25 D:\cygwin-1.7\bin\cygfontconfig-1.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfontconfig-1.dll" v0.0 ts=2009/9/25 3:05 > ? 21k 2009/10/14 D:\cygwin-1.7\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfontenc-1.dll" v0.0 ts=2009/10/14 2:04 > ? 40k 2009/03/01 D:\cygwin-1.7\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygform-8.dll" v0.0 ts=2009/3/1 6:32 > ? 41k 2009/10/26 D:\cygwin-1.7\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygform-9.dll" v0.0 ts=2009/10/26 23:02 > ? 48k 2003/08/09 D:\cygwin-1.7\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygform7.dll" v0.0 ts=2003/8/9 10:25 > ?489k 2009/10/15 D:\cygwin-1.7\bin\cygfreetype-6.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygfreetype-6.dll" v0.0 ts=2009/10/15 2:22 > ? 44k 2009/09/29 D:\cygwin-1.7\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggcc_s-1.dll" v0.0 ts=2009/9/14 16:42 > ? 41k 2008/09/12 D:\cygwin-1.7\bin\cyggcc_s.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggcc_s.dll" v0.0 ts=2008/9/11 7:43 > ? 19k 2009/02/26 D:\cygwin-1.7\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggdbm-4.dll" v0.0 ts=2009/2/26 7:58 > ? ?8k 2009/02/26 D:\cygwin-1.7\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 7:58 > ?193k 2009/03/23 D:\cygwin-1.7\bin\cyggdk-1-2-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggdk-1-2-0.dll" v0.0 ts=2009/3/23 15:24 > ?504k 2009/09/08 D:\cygwin-1.7\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggdk-x11-2.0-0.dll" v0.0 ts=2009/9/7 7:34 > ? 90k 2009/09/08 D:\cygwin-1.7\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2009/9/7 7:32 > ?954k 2009/04/03 D:\cygwin-1.7\bin\cyggettextlib-0-17.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggettextlib-0-17.dll" v0.0 ts=2009/4/3 2:21 > ?218k 2009/04/03 D:\cygwin-1.7\bin\cyggettextpo-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggettextpo-0.dll" v0.0 ts=2009/4/3 2:29 > ?203k 2009/04/03 D:\cygwin-1.7\bin\cyggettextsrc-0-17.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggettextsrc-0-17.dll" v0.0 ts=2009/4/3 2:24 > ?642k 2009/09/29 D:\cygwin-1.7\bin\cyggfortran-3.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggfortran-3.dll" v0.0 ts=2009/9/14 17:42 > ? 29k 2009/03/23 D:\cygwin-1.7\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggif-4.dll" v0.0 ts=2009/3/23 19:55 > ?367k 2009/09/07 D:\cygwin-1.7\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggio-2.0-0.dll" v0.0 ts=2009/9/7 5:10 > ?2311k 2009/10/16 D:\cygwin-1.7\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygGL-1.dll" v0.0 ts=2009/10/16 10:17 > ?133k 2009/03/25 D:\cygwin-1.7\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygglib-1-2-0.dll" v0.0 ts=2009/3/23 15:12 > ?678k 2009/09/07 D:\cygwin-1.7\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygglib-2.0-0.dll" v0.0 ts=2009/9/7 5:07 > ?141k 2009/03/30 D:\cygwin-1.7\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygglitz-1.dll" v0.0 ts=2009/3/30 17:22 > ? 21k 2009/03/30 D:\cygwin-1.7\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygglitz-glx-1.dll" v0.0 ts=2009/3/30 17:23 > ?445k 2009/10/16 D:\cygwin-1.7\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygGLU-1.dll" v0.0 ts=2009/10/16 10:17 > ? 12k 2009/03/25 D:\cygwin-1.7\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggmodule-1-2-0.dll" v0.0 ts=2009/3/23 15:12 > ? 13k 2009/09/07 D:\cygwin-1.7\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggmodule-2.0-0.dll" v0.0 ts=2009/9/7 5:08 > ?315k 2009/06/06 D:\cygwin-1.7\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggmp-3.dll" v0.0 ts=2009/6/6 12:23 > ?226k 2009/09/07 D:\cygwin-1.7\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggobject-2.0-0.dll" v0.0 ts=2009/9/7 5:08 > ? 24k 2009/09/29 D:\cygwin-1.7\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggomp-1.dll" v0.0 ts=2009/9/14 16:51 > ?5491k 2008/11/27 D:\cygwin-1.7\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggs-8.dll" v0.0 ts=2008/11/27 13:24 > ?1640k 2009/09/20 D:\cygwin-1.7\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggsl-0.dll" v0.0 ts=2009/9/20 15:39 > ?186k 2009/09/20 D:\cygwin-1.7\bin\cyggslcblas-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggslcblas-0.dll" v0.0 ts=2009/9/20 15:29 > ? ?9k 2009/03/25 D:\cygwin-1.7\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggthread-1-2-0.dll" v0.0 ts=2009/3/23 15:13 > ? 15k 2009/09/07 D:\cygwin-1.7\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggthread-2.0-0.dll" v0.0 ts=2009/9/7 5:08 > ?1258k 2009/03/23 D:\cygwin-1.7\bin\cyggtk-1-2-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggtk-1-2-0.dll" v0.0 ts=2009/3/23 15:29 > ?3502k 2009/09/08 D:\cygwin-1.7\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyggtk-x11-2.0-0.dll" v0.0 ts=2009/9/7 7:40 > ? 24k 2009/06/23 D:\cygwin-1.7\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyghistory6.dll" v0.0 ts=2009/6/23 13:20 > ? 25k 2009/07/06 D:\cygwin-1.7\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyghistory7.dll" v0.0 ts=2009/7/5 15:45 > ? 73k 2009/09/02 D:\cygwin-1.7\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygICE-6.dll" v0.0 ts=2009/9/2 22:39 > ?270k 2009/05/07 D:\cygwin-1.7\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygicons-0.dll" v0.0 ts=2009/5/7 1:58 > ?981k 2009/05/30 D:\cygwin-1.7\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygiconv-2.dll" v0.0 ts=2009/5/30 20:05 > 10918k 2008/11/10 D:\cygwin-1.7\bin\cygicudata38.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygicudata38.dll" v0.0 ts=2008/11/10 11:06 > ?1246k 2008/11/10 D:\cygwin-1.7\bin\cygicui18n38.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygicui18n38.dll" v0.0 ts=2008/11/10 10:59 > ?243k 2008/11/10 D:\cygwin-1.7\bin\cygicuio38.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygicuio38.dll" v0.0 ts=2008/11/10 11:06 > ?256k 2008/11/10 D:\cygwin-1.7\bin\cygicule38.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygicule38.dll" v0.0 ts=2008/11/10 11:01 > ? 70k 2008/11/10 D:\cygwin-1.7\bin\cygiculx38.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygiculx38.dll" v0.0 ts=2008/11/10 11:01 > ?1066k 2008/11/10 D:\cygwin-1.7\bin\cygicuuc38.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygicuuc38.dll" v0.0 ts=2008/11/10 10:53 > ?191k 2009/09/15 D:\cygwin-1.7\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygidn-11.dll" v0.0 ts=2009/9/15 11:41 > ? 22k 2001/12/13 D:\cygwin-1.7\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygintl-1.dll" v0.0 ts=2001/12/13 9:28 > ? 37k 2003/08/10 D:\cygwin-1.7\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygintl-2.dll" v0.0 ts=2003/8/10 22:50 > ? 31k 2005/11/20 D:\cygwin-1.7\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygintl-3.dll" v0.0 ts=2005/11/20 2:04 > ? 31k 2009/04/03 D:\cygwin-1.7\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygintl-8.dll" v0.0 ts=2009/4/3 2:15 > ?246k 2008/04/02 D:\cygwin-1.7\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygjasper-1.dll" v0.0 ts=2008/4/2 17:19 > ? 41k 2009/03/10 D:\cygwin-1.7\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygjbig-2.dll" v0.0 ts=2009/3/10 3:10 > ? 48k 2003/08/10 D:\cygwin-1.7\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygjbig1.dll" v0.0 ts=2003/8/11 0:58 > ?125k 2009/08/08 D:\cygwin-1.7\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygjpeg-62.dll" v0.0 ts=2009/8/8 21:48 > ?193k 2009/08/08 D:\cygwin-1.7\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygjpeg-7.dll" v0.0 ts=2009/8/8 20:39 > ?119k 2002/02/09 D:\cygwin-1.7\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygjpeg6b.dll" v0.0 ts=2002/2/9 5:19 > ? 39k 2008/09/07 D:\cygwin-1.7\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyglber-2-3-0.dll" v0.0 ts=2008/9/7 13:28 > ?189k 2008/09/07 D:\cygwin-1.7\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygldap-2-3-0.dll" v0.0 ts=2008/9/7 13:29 > ?201k 2008/09/07 D:\cygwin-1.7\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 13:31 > ? ?5k 2009/10/03 D:\cygwin-1.7\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyglsa.dll" v0.0 ts=2009/10/3 13:34 > ? ?9k 2009/10/03 D:\cygwin-1.7\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2 > ? 27k 2009/07/13 D:\cygwin-1.7\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygltdl-7.dll" v0.0 ts=2009/7/13 1:50 > ?133k 2009/06/10 D:\cygwin-1.7\bin\cyglua-5.1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyglua-5.1.dll" v0.0 ts=2009/6/10 18:29 > ?123k 2009/08/30 D:\cygwin-1.7\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyglzma-1.dll" v0.0 ts=2009/8/30 23:35 > ? 12k 2009/03/15 D:\cygwin-1.7\bin\cyglzmadec-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cyglzmadec-0.dll" v0.0 ts=2009/3/15 7:16 > ? 98k 2009/03/16 D:\cygwin-1.7\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygmagic-1.dll" v0.0 ts=2009/3/16 17:32 > ? 21k 2009/03/01 D:\cygwin-1.7\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygmenu-8.dll" v0.0 ts=2009/3/1 6:31 > ? 22k 2009/10/26 D:\cygwin-1.7\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygmenu-9.dll" v0.0 ts=2009/10/26 23:01 > ? 29k 2003/08/09 D:\cygwin-1.7\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygmenu7.dll" v0.0 ts=2003/8/9 10:25 > ? 24k 2008/10/30 D:\cygwin-1.7\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygminires.dll" v0.0 ts=2008/10/31 0:53 > ?211k 2009/06/06 D:\cygwin-1.7\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygmp-3.dll" v0.0 ts=2009/6/6 12:23 > ?269k 2009/06/07 D:\cygwin-1.7\bin\cygmpfr-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygmpfr-1.dll" v0.0 ts=2009/6/7 22:10 > ? 75k 2009/07/08 D:\cygwin-1.7\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygMrm-2.dll" v0.0 ts=2009/7/8 4:26 > ? 66k 2009/03/01 D:\cygwin-1.7\bin\cygncurses++-8.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygncurses++-8.dll" v0.0 ts=2009/3/1 6:39 > ? 61k 2009/10/26 D:\cygwin-1.7\bin\cygncurses++-9.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygncurses++-9.dll" v0.0 ts=2009/10/26 23:12 > ?237k 2009/03/01 D:\cygwin-1.7\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygncurses-8.dll" v0.0 ts=2009/3/1 6:28 > ?195k 2009/10/26 D:\cygwin-1.7\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygncurses-9.dll" v0.0 ts=2009/10/26 22:58 > ?224k 2003/08/09 D:\cygwin-1.7\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygncurses7.dll" v0.0 ts=2003/8/9 10:24 > ?115k 2009/09/30 D:\cygwin-1.7\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygneon-27.dll" v0.0 ts=2009/9/30 14:33 > ?173k 2009/09/02 D:\cygwin-1.7\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygnetpbm-10.dll" v0.0 ts=2009/9/2 4:33 > ? 11k 2009/03/01 D:\cygwin-1.7\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpanel-8.dll" v0.0 ts=2009/3/1 6:30 > ? 12k 2009/10/26 D:\cygwin-1.7\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpanel-9.dll" v0.0 ts=2009/10/26 23:00 > ? 19k 2003/08/09 D:\cygwin-1.7\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpanel7.dll" v0.0 ts=2003/8/9 10:24 > ?230k 2009/07/27 D:\cygwin-1.7\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpango-1.0-0.dll" v0.0 ts=2009/7/27 5:42 > ? 34k 2009/07/27 D:\cygwin-1.7\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpangocairo-1.0-0.dll" v0.0 ts=2009/7/27 5:42 > ?142k 2009/07/27 D:\cygwin-1.7\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpangoft2-1.0-0.dll" v0.0 ts=2009/7/27 5:42 > ? 37k 2009/07/27 D:\cygwin-1.7\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpangox-1.0-0.dll" v0.0 ts=2009/7/27 5:42 > ? 23k 2009/07/27 D:\cygwin-1.7\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpangoxft-1.0-0.dll" v0.0 ts=2009/7/27 5:42 > ?190k 2009/04/17 D:\cygwin-1.7\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpcre-0.dll" v0.0 ts=2009/4/17 17:07 > ? ?7k 2009/04/17 D:\cygwin-1.7\bin\cygpcreposix-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpcreposix-0.dll" v0.0 ts=2009/4/17 17:07 > ?1543k 2008/07/03 D:\cygwin-1.7\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygperl5_10.dll" v0.0 ts=2008/6/30 17:06 > ?354k 2009/10/14 D:\cygwin-1.7\bin\cygpixman-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpixman-1-0.dll" v0.0 ts=2009/10/14 1:39 > ?242k 2009/03/07 D:\cygwin-1.7\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpng12.dll" v0.0 ts=2009/3/7 22:38 > ? 22k 2002/06/09 D:\cygwin-1.7\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpopt-0.dll" v0.0 ts=2002/6/9 6:45 > ?103k 2009/01/07 D:\cygwin-1.7\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpq.dll" v0.0 ts=2009/1/7 16:46 > ? ?4k 2007/12/18 D:\cygwin-1.7\bin\cygpspell-15.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygpspell-15.dll" v0.0 ts=2007/12/18 11:40 > ?155k 2009/06/23 D:\cygwin-1.7\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygreadline6.dll" v0.0 ts=2009/6/23 13:20 > ?162k 2009/07/06 D:\cygwin-1.7\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygreadline7.dll" v0.0 ts=2009/7/5 15:45 > ?761k 2008/09/30 D:\cygwin-1.7\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygruby18.dll" v0.0 ts=2008/9/30 14:10 > ? 78k 2004/10/13 D:\cygwin-1.7\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsasl2-2.dll" v0.0 ts=2004/10/13 23:50 > ? 43k 2009/02/06 D:\cygwin-1.7\bin\cygserf-0-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygserf-0-0.dll" v0.0 ts=2009/2/6 17:04 > ? ?7k 2009/07/22 D:\cygwin-1.7\bin\cygsigsegv-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsigsegv-0.dll" v0.0 ts=2009/7/22 9:57 > ? ?9k 2009/07/24 D:\cygwin-1.7\bin\cygsigsegv-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsigsegv-1.dll" v0.0 ts=2009/7/24 21:04 > ? 27k 2009/09/03 D:\cygwin-1.7\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygSM-6.dll" v0.0 ts=2009/9/3 9:56 > ?355k 2008/09/09 D:\cygwin-1.7\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsqlite3-0.dll" v0.0 ts=2008/9/9 19:20 > ?125k 2009/10/07 D:\cygwin-1.7\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygssh2-1.dll" v0.0 ts=2009/10/7 3:25 > ?232k 2009/03/25 D:\cygwin-1.7\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygssl-0.9.8.dll" v0.0 ts=2009/3/25 17:45 > ? ?8k 2009/09/29 D:\cygwin-1.7\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygssp-0.dll" v0.0 ts=2009/9/14 16:49 > ?771k 2009/09/29 D:\cygwin-1.7\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygstdc++-6.dll" v0.0 ts=2009/9/14 17:19 > ?234k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_client-1-0.dll" v0.0 ts=2009/10/23 16:46 > ? 36k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_delta-1-0.dll" v0.0 ts=2009/10/23 16:43 > ? 39k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_diff-1-0.dll" v0.0 ts=2009/10/23 16:43 > ? 18k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_fs-1-0.dll" v0.0 ts=2009/10/23 16:44 > ?144k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_fs_base-1-0.dll" v0.0 ts=2009/10/23 16:43 > ?123k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_fs_fs-1-0.dll" v0.0 ts=2009/10/23 16:43 > ? ?7k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_fs_util-1-0.dll" v0.0 ts=2009/10/23 16:43 > ? 30k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_ra-1-0.dll" v0.0 ts=2009/10/23 16:46 > ? 23k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_ra_local-1-0.dll" v0.0 ts=2009/10/23 16:44 > ?113k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_ra_neon-1-0.dll" v0.0 ts=2009/10/23 16:43 > ?114k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_ra_serf-1-0.dll" v0.0 ts=2009/10/23 16:43 > ? 70k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_ra_svn-1-0.dll" v0.0 ts=2009/10/23 16:43 > ?138k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_repos-1-0.dll" v0.0 ts=2009/10/23 16:44 > ?246k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_subr-1-0.dll" v0.0 ts=2009/10/23 16:43 > ?240k 2009/10/26 D:\cygwin-1.7\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygsvn_wc-1-0.dll" v0.0 ts=2009/10/23 16:43 > ?231k 2009/09/15 D:\cygwin-1.7\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygt1-5.dll" v0.0 ts=2009/9/15 10:59 > ? 46k 2009/10/26 D:\cygwin-1.7\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygtic-9.dll" v0.0 ts=2009/10/26 22:58 > ?312k 2009/08/10 D:\cygwin-1.7\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygtiff-5.dll" v0.0 ts=2009/8/10 23:04 > ?281k 2003/02/24 D:\cygwin-1.7\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygtiff3.dll" v0.0 ts=2003/2/24 4:58 > ?282k 2003/08/11 D:\cygwin-1.7\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygtiff4.dll" v0.0 ts=2003/8/11 3:32 > ?282k 2009/08/10 D:\cygwin-1.7\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygtiffxx-5.dll" v0.0 ts=2009/8/10 23:04 > ? 65k 2009/07/08 D:\cygwin-1.7\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygUil-2.dll" v0.0 ts=2009/7/8 4:26 > ? 27k 2006/12/06 D:\cygwin-1.7\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygungif-4.dll" v0.0 ts=2006/12/6 3:41 > ? 40k 2009/07/08 D:\cygwin-1.7\bin\cygusb0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygusb0.dll" v0.0 ts=2009/7/8 9:35 > ? 24k 2009/03/29 D:\cygwin-1.7\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygwrap-0.dll" v0.0 ts=2009/3/29 7:28 > ?1038k 2009/10/25 D:\cygwin-1.7\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygX11-6.dll" v0.0 ts=2009/10/25 18:27 > ? ?6k 2009/10/25 D:\cygwin-1.7\bin\cygX11-xcb-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygX11-xcb-1.dll" v0.0 ts=2009/10/25 18:27 > ? ?9k 2009/09/03 D:\cygwin-1.7\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXau-6.dll" v0.0 ts=2009/9/2 22:47 > ?251k 2009/10/19 D:\cygwin-1.7\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXaw-6.dll" v0.0 ts=2009/10/18 22:55 > ?352k 2009/10/19 D:\cygwin-1.7\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXaw-7.dll" v0.0 ts=2009/10/18 22:55 > ?268k 2008/11/15 D:\cygwin-1.7\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXaw3d-7.dll" v0.0 ts=2008/11/13 8:37 > ? 74k 2009/09/21 D:\cygwin-1.7\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygxcb-1.dll" v0.0 ts=2009/9/21 22:31 > ? 22k 2009/09/21 D:\cygwin-1.7\bin\cygxcb-render-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygxcb-render-0.dll" v0.0 ts=2009/9/21 22:32 > ? 11k 2009/09/03 D:\cygwin-1.7\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygxcb-render-util-0.dll" v0.0 ts=2009/9/3 6:24 > ? ?5k 2009/02/09 D:\cygwin-1.7\bin\cygxcb-xlib-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygxcb-xlib-0.dll" v0.0 ts=2009/2/9 4:06 > ? 10k 2009/10/14 D:\cygwin-1.7\bin\cygXcomposite-1.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXcomposite-1.dll" v0.0 ts=2009/10/14 18:51 > ? 30k 2009/09/03 D:\cygwin-1.7\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXcursor-1.dll" v0.0 ts=2009/9/2 22:47 > ? ?9k 2009/10/14 D:\cygwin-1.7\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXdamage-1.dll" v0.0 ts=2009/10/14 17:54 > ? 17k 2009/10/14 D:\cygwin-1.7\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXdmcp-6.dll" v0.0 ts=2009/10/13 23:31 > ? 51k 2009/10/22 D:\cygwin-1.7\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXext-6.dll" v0.0 ts=2009/10/22 4:45 > ? 16k 2009/10/14 D:\cygwin-1.7\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXfixes-3.dll" v0.0 ts=2009/10/14 17:48 > ? 66k 2009/10/15 D:\cygwin-1.7\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXft-2.dll" v0.0 ts=2009/10/14 21:33 > ? 47k 2009/10/14 D:\cygwin-1.7\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXi-6.dll" v0.0 ts=2009/10/14 6:19 > ? ?8k 2009/10/14 D:\cygwin-1.7\bin\cygXinerama-1.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXinerama-1.dll" v0.0 ts=2009/10/14 8:39 > ?122k 2009/10/15 D:\cygwin-1.7\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygxkbfile-1.dll" v0.0 ts=2009/10/14 6:57 > ?1172k 2009/07/08 D:\cygwin-1.7\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXm-2.dll" v0.0 ts=2009/7/8 4:26 > ?1123k 2009/10/08 D:\cygwin-1.7\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygxml2-2.dll" v0.0 ts=2009/10/7 3:49 > ? 75k 2009/10/14 D:\cygwin-1.7\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXmu-6.dll" v0.0 ts=2009/10/14 8:29 > ? 11k 2009/10/14 D:\cygwin-1.7\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXmuu-1.dll" v0.0 ts=2009/10/14 8:29 > ? 53k 2009/10/14 D:\cygwin-1.7\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXpm-4.dll" v0.0 ts=2009/10/14 18:01 > ? 25k 2009/03/20 D:\cygwin-1.7\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXrandr-2.dll" v0.0 ts=2009/3/13 8:05 > ? 30k 2009/10/14 D:\cygwin-1.7\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXrender-1.dll" v0.0 ts=2009/10/14 8:40 > ?277k 2009/10/14 D:\cygwin-1.7\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygXt-6.dll" v0.0 ts=2009/10/14 4:02 > ? 64k 2009/03/02 D:\cygwin-1.7\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygz.dll" v0.0 ts=2009/3/2 1:33 > ?2410k 2009/10/03 D:\cygwin-1.7\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 > ? ? ? ? ? ? ? ? ?"cygwin1.dll" v0.0 ts=2009/10/3 13:33 > ? ?Cygwin DLL version info: > ? ? ? ?DLL version: 1.7.0 > ? ? ? ?DLL epoch: 19 > ? ? ? ?DLL old termios: 5 > ? ? ? ?DLL malloc env: 28 > ? ? ? ?Cygwin conv: 181 > ? ? ? ?API major: 0 > ? ? ? ?API minor: 214 > ? ? ? ?Shared data: 5 > ? ? ? ?DLL identifier: cygwin1 > ? ? ? ?Mount registry: 3 > ? ? ? ?Cygwin registry name: Cygwin > ? ? ? ?Program options name: Program Options > ? ? ? ?Cygdrive default prefix: > ? ? ? ?Build date: Sat Oct 3 14:33:20 CEST 2009 > ? ? ? ?Shared id: cygwin1S5 > > ?393k 2009/10/25 D:\cygwin-1.7\lib\lapack\cygblas-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cygblas-0.dll" v0.0 ts=2009/10/24 14:54 > ?4053k 2009/10/25 D:\cygwin-1.7\lib\lapack\cyglapack-0.dll - os=4.0 img=1.0 > sys=4.0 > ? ? ? ? ? ? ? ? ?"cyglapack-0.dll" v0.0 ts=2009/10/24 23:11 > > Service ? ? ? ? ? ? : cygserver > Display name ? ? ? ?: CYGWIN cygserver > Current State ? ? ? : Running > Controls Accepted ? : Stop > Command ? ? ? ? ? ? : /usr/sbin/cygserver > stdin path ? ? ? ? ?: /dev/null > stdout path ? ? ? ? : /var/log/cygserver.log > stderr path ? ? ? ? : /var/log/cygserver.log > Process Type ? ? ? ?: Own Process > Startup ? ? ? ? ? ? : Automatic > Account ? ? ? ? ? ? : LocalSystem > > Service ? ? ? ? ? ? : sshd > Display name ? ? ? ?: CYGWIN sshd > Current State ? ? ? : Running > Controls Accepted ? : Stop > Command ? ? ? ? ? ? : /usr/sbin/sshd -D > stdin path ? ? ? ? ?: /dev/null > stdout path ? ? ? ? : /var/log/sshd.log > stderr path ? ? ? ? : /var/log/sshd.log > Process Type ? ? ? ?: Own Process > Startup ? ? ? ? ? ? : Automatic > Dependencies ? ? ? ?: tcpip > Account ? ? ? ? ? ? : LocalSystem > > > Cygwin Package Information > Last downloaded files to: D:\downloads\cygwin-1.7 > Last downloaded files from: ftp://mirror.cs.vt.edu/pub/cygwin/cygwin/ > > Package ? ? ? ? ? ? ? ? ? ? ? ?Version > _update-info-dir ? ? ? ? ? ? ? 00833-1 > alternatives ? ? ? ? ? ? ? ? ? 1.3.30c-10 > aspell ? ? ? ? ? ? ? ? ? ? ? ? 0.60.5-1 > aspell-en ? ? ? ? ? ? ? ? ? ? ?6.0.0-1 > atool ? ? ? ? ? ? ? ? ? ? ? ? ?0.37.0-1 > autoconf ? ? ? ? ? ? ? ? ? ? ? 7-10 > autoconf2.1 ? ? ? ? ? ? ? ? ? ?2.13-10 > autoconf2.5 ? ? ? ? ? ? ? ? ? ?2.64-10 > automake ? ? ? ? ? ? ? ? ? ? ? 4-10 > automake1.10 ? ? ? ? ? ? ? ? ? 1.10.2-10 > automake1.11 ? ? ? ? ? ? ? ? ? 1.11-10 > automake1.4 ? ? ? ? ? ? ? ? ? ?1.4p6-10 > automake1.5 ? ? ? ? ? ? ? ? ? ?1.5-10 > automake1.6 ? ? ? ? ? ? ? ? ? ?1.6.3-11 > automake1.7 ? ? ? ? ? ? ? ? ? ?1.7.9-10 > automake1.8 ? ? ? ? ? ? ? ? ? ?1.8.5-10 > automake1.9 ? ? ? ? ? ? ? ? ? ?1.9.6-10 > base-cygwin ? ? ? ? ? ? ? ? ? ?2.0-1 > base-files ? ? ? ? ? ? ? ? ? ? 3.8-4 > base-passwd ? ? ? ? ? ? ? ? ? ?3.1-1 > bash ? ? ? ? ? ? ? ? ? ? ? ? ? 3.2.49-23 > bash-completion ? ? ? ? ? ? ? ?1.0-1 > bc ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.06-2 > binutils ? ? ? ? ? ? ? ? ? ? ? 2.19.51-1 > bison ? ? ? ? ? ? ? ? ? ? ? ? ?2.3-1 > boost ? ? ? ? ? ? ? ? ? ? ? ? ?1.33.1-4 > boost-devel ? ? ? ? ? ? ? ? ? ?1.33.1-4 > bzip2 ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.5-10 > clisp ? ? ? ? ? ? ? ? ? ? ? ? ?2.48-2 > cocom ? ? ? ? ? ? ? ? ? ? ? ? ?0.995-1 > compositeproto ? ? ? ? ? ? ? ? 0.4.1-1 > coreutils ? ? ? ? ? ? ? ? ? ? ?7.0-2 > crypt ? ? ? ? ? ? ? ? ? ? ? ? ?1.1-1 > csih ? ? ? ? ? ? ? ? ? ? ? ? ? 0.9.1-1 > cvs ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.12.13-10 > cygport ? ? ? ? ? ? ? ? ? ? ? ?0.9.9-1 > cygrunsrv ? ? ? ? ? ? ? ? ? ? ?1.34-1 > cygutils ? ? ? ? ? ? ? ? ? ? ? 1.4.0-1 > cygwin ? ? ? ? ? ? ? ? ? ? ? ? 1.7.0-62 > cygwin-doc ? ? ? ? ? ? ? ? ? ? 1.5-1 > damageproto ? ? ? ? ? ? ? ? ? ?1.2.0-1 > dash ? ? ? ? ? ? ? ? ? ? ? ? ? 0.5.5.1-2 > diffstat ? ? ? ? ? ? ? ? ? ? ? 1.50-1 > diffutils ? ? ? ? ? ? ? ? ? ? ?2.8.7-1 > doxygen ? ? ? ? ? ? ? ? ? ? ? ?1.5.5-1 > e2fsprogs ? ? ? ? ? ? ? ? ? ? ?1.35-3 > ed ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0-1 > editrights ? ? ? ? ? ? ? ? ? ? 1.01-2 > emacs ? ? ? ? ? ? ? ? ? ? ? ? ?23.1-10 > emacs-el ? ? ? ? ? ? ? ? ? ? ? 23.1-10 > emacs-X11 ? ? ? ? ? ? ? ? ? ? ?23.1-10 > expat ? ? ? ? ? ? ? ? ? ? ? ? ?2.0.1-1 > ffcall ? ? ? ? ? ? ? ? ? ? ? ? 1.10-1 > fftw3 ? ? ? ? ? ? ? ? ? ? ? ? ?3.2.2-1 > file ? ? ? ? ? ? ? ? ? ? ? ? ? 5.00-3 > findutils ? ? ? ? ? ? ? ? ? ? ?4.5.4-1 > fixesproto ? ? ? ? ? ? ? ? ? ? 4.1.1-1 > flex ? ? ? ? ? ? ? ? ? ? ? ? ? 2.5.35-1 > font-adobe-dpi75 ? ? ? ? ? ? ? 1.0.1-1 > font-adobe-utopia-dpi75 ? ? ? ?1.0.2-1 > font-adobe-utopia-type1 ? ? ? ?1.0.2-1 > font-alias ? ? ? ? ? ? ? ? ? ? 1.0.2-1 > font-bh-dpi75 ? ? ? ? ? ? ? ? ?1.0.1-1 > font-bh-lucidatypewriter-dpi75 1.0.1-1 > font-bh-ttf ? ? ? ? ? ? ? ? ? ?1.0.1-1 > font-bh-type1 ? ? ? ? ? ? ? ? ?1.0.1-1 > font-bitstream-dpi75 ? ? ? ? ? 1.0.1-1 > font-bitstream-speedo ? ? ? ? ?1.0.1-1 > font-bitstream-type1 ? ? ? ? ? 1.0.1-1 > font-bitstream-vera-ttf ? ? ? ?1.10-1 > font-cursor-misc ? ? ? ? ? ? ? 1.0.1-1 > font-encodings ? ? ? ? ? ? ? ? 1.0.3-1 > font-misc-misc ? ? ? ? ? ? ? ? 1.1.0-1 > font-util ? ? ? ? ? ? ? ? ? ? ?1.1.1-1 > font-xfree86-type1 ? ? ? ? ? ? 1.0.2-1 > fontconfig ? ? ? ? ? ? ? ? ? ? 2.7.3-1 > fontsproto ? ? ? ? ? ? ? ? ? ? 2.1.0-1 > fonttosfnt ? ? ? ? ? ? ? ? ? ? 1.0.4-1 > gamin ? ? ? ? ? ? ? ? ? ? ? ? ?0.1.10-10 > gawk ? ? ? ? ? ? ? ? ? ? ? ? ? 3.1.7-1 > gcc-core ? ? ? ? ? ? ? ? ? ? ? 3.4.4-999 > gcc-g++ ? ? ? ? ? ? ? ? ? ? ? ?3.4.4-999 > gcc-mingw-core ? ? ? ? ? ? ? ? 20050522-1 > gcc-mingw-g++ ? ? ? ? ? ? ? ? ?20050522-1 > gcc4 ? ? ? ? ? ? ? ? ? ? ? ? ? 4.3.4-1 > gcc4-core ? ? ? ? ? ? ? ? ? ? ?4.3.4-1 > gcc4-g++ ? ? ? ? ? ? ? ? ? ? ? 4.3.4-1 > gcc4-runtime ? ? ? ? ? ? ? ? ? 4.3.2-1 > gdb ? ? ? ? ? ? ? ? ? ? ? ? ? ?6.8-2 > gettext ? ? ? ? ? ? ? ? ? ? ? ?0.17-11 > gettext-devel ? ? ? ? ? ? ? ? ?0.17-11 > ghostscript ? ? ? ? ? ? ? ? ? ?8.63-2 > ghostscript-fonts-other ? ? ? ?6.0-1 > ghostscript-fonts-std ? ? ? ? ?8.11-1 > giflib ? ? ? ? ? ? ? ? ? ? ? ? 4.1.6-10 > glproto ? ? ? ? ? ? ? ? ? ? ? ?1.4.10-1 > gnome-icon-theme ? ? ? ? ? ? ? 2.26.0-1 > gnupg ? ? ? ? ? ? ? ? ? ? ? ? ?1.4.9-2 > grep ? ? ? ? ? ? ? ? ? ? ? ? ? 2.5.3-1 > groff ? ? ? ? ? ? ? ? ? ? ? ? ?1.19.2-2 > gsl ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.13-2 > gsl-devel ? ? ? ? ? ? ? ? ? ? ?1.13-2 > gsl-doc ? ? ? ? ? ? ? ? ? ? ? ?1.13-2 > gtk2.0-engines ? ? ? ? ? ? ? ? 2.18.4-1 > gv ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.6.5-1 > gzip ? ? ? ? ? ? ? ? ? ? ? ? ? 1.3.12-2 > hicolor-icon-theme ? ? ? ? ? ? 0.11-1 > icu ? ? ? ? ? ? ? ? ? ? ? ? ? ?3.8-5 > imake ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.2-2 > inetutils ? ? ? ? ? ? ? ? ? ? ?1.5-6 > inputproto ? ? ? ? ? ? ? ? ? ? 2.0-1 > ipc-utils ? ? ? ? ? ? ? ? ? ? ?1.0-1 > jbigkit ? ? ? ? ? ? ? ? ? ? ? ?2.0-10 > kbproto ? ? ? ? ? ? ? ? ? ? ? ?1.0.4-1 > less ? ? ? ? ? ? ? ? ? ? ? ? ? 429-1 > lesstif ? ? ? ? ? ? ? ? ? ? ? ?0.95.2-1 > lftp ? ? ? ? ? ? ? ? ? ? ? ? ? 3.7.15-1 > libapr1 ? ? ? ? ? ? ? ? ? ? ? ?1.3.8-2 > libaprutil1 ? ? ? ? ? ? ? ? ? ?1.3.9-2 > libaspell15 ? ? ? ? ? ? ? ? ? ?0.60.5-1 > libatk1.0-devel ? ? ? ? ? ? ? ?1.26.0-1 > libatk1.0_0 ? ? ? ? ? ? ? ? ? ?1.26.0-1 > libboost ? ? ? ? ? ? ? ? ? ? ? 1.33.1-4 > libbz2-devel ? ? ? ? ? ? ? ? ? 1.0.5-10 > libbz2_1 ? ? ? ? ? ? ? ? ? ? ? 1.0.5-10 > libcairo-devel ? ? ? ? ? ? ? ? 1.8.8-1 > libcairo2 ? ? ? ? ? ? ? ? ? ? ?1.8.8-1 > libcharset1 ? ? ? ? ? ? ? ? ? ?1.13-10 > libcurl4 ? ? ? ? ? ? ? ? ? ? ? 7.19.6-1 > libdb4.2 ? ? ? ? ? ? ? ? ? ? ? 4.2.52.5-2 > libdb4.5 ? ? ? ? ? ? ? ? ? ? ? 4.5.20.2-2 > libdb4.5-devel ? ? ? ? ? ? ? ? 4.5.20.2-2 > libexpat0 ? ? ? ? ? ? ? ? ? ? ?1.95.8-2 > libexpat1 ? ? ? ? ? ? ? ? ? ? ?2.0.1-1 > libexpat1-devel ? ? ? ? ? ? ? ?2.0.1-1 > libfam0 ? ? ? ? ? ? ? ? ? ? ? ?0.1.10-10 > libfcgi-devel ? ? ? ? ? ? ? ? ?2.4.0-2 > libfcgi0 ? ? ? ? ? ? ? ? ? ? ? 2.4.0-2 > libffi4 ? ? ? ? ? ? ? ? ? ? ? ?4.3.4-1 > libfftw3-devel ? ? ? ? ? ? ? ? 3.2.2-1 > libfftw3_3 ? ? ? ? ? ? ? ? ? ? 3.2.2-1 > libfontconfig-devel ? ? ? ? ? ?2.7.3-1 > libfontconfig1 ? ? ? ? ? ? ? ? 2.7.3-1 > libfontenc-devel ? ? ? ? ? ? ? 1.0.5-1 > libfontenc1 ? ? ? ? ? ? ? ? ? ?1.0.5-1 > libfreetype-devel ? ? ? ? ? ? ?2.3.11-1 > libfreetype6 ? ? ? ? ? ? ? ? ? 2.3.11-1 > libgcc1 ? ? ? ? ? ? ? ? ? ? ? ?4.3.4-1 > libgdbm-devel ? ? ? ? ? ? ? ? ?1.8.3-20 > libgdbm4 ? ? ? ? ? ? ? ? ? ? ? 1.8.3-20 > libgdk_pixbuf2.0-devel ? ? ? ? 2.16.6-1 > libgdk_pixbuf2.0_0 ? ? ? ? ? ? 2.16.6-1 > libgettextpo0 ? ? ? ? ? ? ? ? ?0.17-11 > libgfortran3 ? ? ? ? ? ? ? ? ? 4.3.4-1 > libgif-devel ? ? ? ? ? ? ? ? ? 4.1.6-10 > libgif4 ? ? ? ? ? ? ? ? ? ? ? ?4.1.6-10 > libGL-devel ? ? ? ? ? ? ? ? ? ?7.5.2-1 > libGL1 ? ? ? ? ? ? ? ? ? ? ? ? 7.5.2-1 > libglib1.2-devel ? ? ? ? ? ? ? 1.2.10-10 > libglib1.2_0 ? ? ? ? ? ? ? ? ? 1.2.10-10 > libglib2.0-devel ? ? ? ? ? ? ? 2.20.5-1 > libglib2.0_0 ? ? ? ? ? ? ? ? ? 2.20.5-1 > libglitz-devel ? ? ? ? ? ? ? ? 0.5.6-10 > libglitz1 ? ? ? ? ? ? ? ? ? ? ?0.5.6-10 > libGLU-devel ? ? ? ? ? ? ? ? ? 7.5.2-1 > libGLU1 ? ? ? ? ? ? ? ? ? ? ? ?7.5.2-1 > libgmp3 ? ? ? ? ? ? ? ? ? ? ? ?4.3.1-3 > libgomp1 ? ? ? ? ? ? ? ? ? ? ? 4.3.4-1 > libgs-devel ? ? ? ? ? ? ? ? ? ?8.63-2 > libgs8 ? ? ? ? ? ? ? ? ? ? ? ? 8.63-2 > libgtk1.2-devel ? ? ? ? ? ? ? ?1.2.10-10 > libgtk1.2_0 ? ? ? ? ? ? ? ? ? ?1.2.10-10 > libgtk2.0-devel ? ? ? ? ? ? ? ?2.16.6-1 > libgtk2.0_0 ? ? ? ? ? ? ? ? ? ?2.16.6-1 > libICE-devel ? ? ? ? ? ? ? ? ? 1.0.6-1 > libICE6 ? ? ? ? ? ? ? ? ? ? ? ?1.0.6-1 > libiconv ? ? ? ? ? ? ? ? ? ? ? 1.13-10 > libiconv2 ? ? ? ? ? ? ? ? ? ? ?1.13-10 > libicu38 ? ? ? ? ? ? ? ? ? ? ? 3.8-5 > libidn11 ? ? ? ? ? ? ? ? ? ? ? 1.15-10 > libintl1 ? ? ? ? ? ? ? ? ? ? ? 0.10.40-1 > libintl2 ? ? ? ? ? ? ? ? ? ? ? 0.12.1-3 > libintl3 ? ? ? ? ? ? ? ? ? ? ? 0.14.5-1 > libintl8 ? ? ? ? ? ? ? ? ? ? ? 0.17-11 > libjasper-devel ? ? ? ? ? ? ? ?1.900.1-1 > libjasper1 ? ? ? ? ? ? ? ? ? ? 1.900.1-1 > libjbig-devel ? ? ? ? ? ? ? ? ?2.0-10 > libjbig1 ? ? ? ? ? ? ? ? ? ? ? 1.5-3 > libjbig2 ? ? ? ? ? ? ? ? ? ? ? 2.0-10 > libjpeg-devel ? ? ? ? ? ? ? ? ?7-10 > libjpeg62 ? ? ? ? ? ? ? ? ? ? ?6b-21 > libjpeg6b ? ? ? ? ? ? ? ? ? ? ?6b-8 > libjpeg7 ? ? ? ? ? ? ? ? ? ? ? 7-10 > liblapack-devel ? ? ? ? ? ? ? ?3.2.1-1 > liblapack0 ? ? ? ? ? ? ? ? ? ? 3.2.1-1 > libltdl7 ? ? ? ? ? ? ? ? ? ? ? 2.2.7a-14 > liblzma1 ? ? ? ? ? ? ? ? ? ? ? 4.999.9beta-10 > liblzmadec-devel ? ? ? ? ? ? ? 4.32.7-10 > liblzmadec0 ? ? ? ? ? ? ? ? ? ?4.32.7-10 > libmpfr1 ? ? ? ? ? ? ? ? ? ? ? 2.4.1-4 > libncurses-devel ? ? ? ? ? ? ? 5.7-15 > libncurses7 ? ? ? ? ? ? ? ? ? ?5.3-4 > libncurses8 ? ? ? ? ? ? ? ? ? ?5.5-10 > libncurses9 ? ? ? ? ? ? ? ? ? ?5.7-15 > libneon27 ? ? ? ? ? ? ? ? ? ? ?0.29.0-1 > libnetpbm10 ? ? ? ? ? ? ? ? ? ?10.47.2-1 > libopenldap2_3_0 ? ? ? ? ? ? ? 2.3.43-1 > libpango1.0-devel ? ? ? ? ? ? ?1.24.5-1 > libpango1.0_0 ? ? ? ? ? ? ? ? ?1.24.5-1 > libpcre-devel ? ? ? ? ? ? ? ? ?7.9-1 > libpcre0 ? ? ? ? ? ? ? ? ? ? ? 7.9-1 > libpixman1-devel ? ? ? ? ? ? ? 0.16.2-1 > libpixman1_0 ? ? ? ? ? ? ? ? ? 0.16.2-1 > libpng12 ? ? ? ? ? ? ? ? ? ? ? 1.2.35-10 > libpng12-devel ? ? ? ? ? ? ? ? 1.2.35-10 > libpopt0 ? ? ? ? ? ? ? ? ? ? ? 1.6.4-4 > libpq-devel ? ? ? ? ? ? ? ? ? ?8.2.11-1 > libpq5 ? ? ? ? ? ? ? ? ? ? ? ? 8.2.11-1 > libpthread-stubs ? ? ? ? ? ? ? 0.2-1 > libreadline6 ? ? ? ? ? ? ? ? ? 5.2.14-12 > libreadline7 ? ? ? ? ? ? ? ? ? 6.0.3-2 > libsasl2 ? ? ? ? ? ? ? ? ? ? ? 2.1.19-3 > libserf0_0 ? ? ? ? ? ? ? ? ? ? 0.3.0-2 > libsigsegv ? ? ? ? ? ? ? ? ? ? 2.6+-1 > libsigsegv0 ? ? ? ? ? ? ? ? ? ?2.6-1 > libsigsegv1 ? ? ? ? ? ? ? ? ? ?2.6+-1 > libSM-devel ? ? ? ? ? ? ? ? ? ?1.1.1-1 > libSM6 ? ? ? ? ? ? ? ? ? ? ? ? 1.1.1-1 > libsqlite3_0 ? ? ? ? ? ? ? ? ? 3.6.2-1 > libssh2_1 ? ? ? ? ? ? ? ? ? ? ?1.2.1-1 > libssp0 ? ? ? ? ? ? ? ? ? ? ? ?4.3.4-1 > libstdc++6 ? ? ? ? ? ? ? ? ? ? 4.3.4-1 > libstdc++6-devel ? ? ? ? ? ? ? 4.3.4-1 > libtiff-devel ? ? ? ? ? ? ? ? ?3.8.2-11 > libtiff3 ? ? ? ? ? ? ? ? ? ? ? 3.6.0-2 > libtiff4 ? ? ? ? ? ? ? ? ? ? ? 3.6.0-5 > libtiff5 ? ? ? ? ? ? ? ? ? ? ? 3.8.2-11 > libtool ? ? ? ? ? ? ? ? ? ? ? ?2.2.7a-14 > libungif-devel ? ? ? ? ? ? ? ? 4.1.4-2 > libungif4 ? ? ? ? ? ? ? ? ? ? ?4.1.4-2 > libusb-win32 ? ? ? ? ? ? ? ? ? 0.1.12.2-1 > libwrap0 ? ? ? ? ? ? ? ? ? ? ? 7.6-20 > libX11-devel ? ? ? ? ? ? ? ? ? 1.3.2-1 > libX11-xcb1 ? ? ? ? ? ? ? ? ? ?1.3.2-1 > libX11_6 ? ? ? ? ? ? ? ? ? ? ? 1.3.2-1 > libXau-devel ? ? ? ? ? ? ? ? ? 1.0.5-1 > libXau6 ? ? ? ? ? ? ? ? ? ? ? ?1.0.5-1 > libXaw-devel ? ? ? ? ? ? ? ? ? 1.0.7-1 > libXaw3d-devel ? ? ? ? ? ? ? ? 1.5D-8 > libXaw3d7 ? ? ? ? ? ? ? ? ? ? ?1.5D-8 > libXaw6 ? ? ? ? ? ? ? ? ? ? ? ?1.0.7-1 > libXaw7 ? ? ? ? ? ? ? ? ? ? ? ?1.0.7-1 > libxcb-devel ? ? ? ? ? ? ? ? ? 1.4-2 > libxcb-render-devel ? ? ? ? ? ?1.4-2 > libxcb-render-util-devel ? ? ? 0.3.6-1 > libxcb-render-util0 ? ? ? ? ? ?0.3.6-1 > libxcb-render0 ? ? ? ? ? ? ? ? 1.4-2 > libxcb-xlib-devel ? ? ? ? ? ? ?1.1-3 > libxcb-xlib0 ? ? ? ? ? ? ? ? ? 1.1-3 > libxcb1 ? ? ? ? ? ? ? ? ? ? ? ?1.4-2 > libXcomposite-devel ? ? ? ? ? ?0.4.1-1 > libXcomposite1 ? ? ? ? ? ? ? ? 0.4.1-1 > libXcursor-devel ? ? ? ? ? ? ? 1.1.10-1 > libXcursor1 ? ? ? ? ? ? ? ? ? ?1.1.10-1 > libXdamage-devel ? ? ? ? ? ? ? 1.1.2-1 > libXdamage1 ? ? ? ? ? ? ? ? ? ?1.1.2-1 > libXdmcp-devel ? ? ? ? ? ? ? ? 1.0.3-1 > libXdmcp6 ? ? ? ? ? ? ? ? ? ? ?1.0.3-1 > libXext-devel ? ? ? ? ? ? ? ? ?1.1.1-1 > libXext6 ? ? ? ? ? ? ? ? ? ? ? 1.1.1-1 > libXfixes-devel ? ? ? ? ? ? ? ?4.0.4-1 > libXfixes3 ? ? ? ? ? ? ? ? ? ? 4.0.4-1 > libXft-devel ? ? ? ? ? ? ? ? ? 2.1.14-1 > libXft2 ? ? ? ? ? ? ? ? ? ? ? ?2.1.14-1 > libXi-devel ? ? ? ? ? ? ? ? ? ?1.3-1 > libXi6 ? ? ? ? ? ? ? ? ? ? ? ? 1.3-1 > libXinerama-devel ? ? ? ? ? ? ?1.1-1 > libXinerama1 ? ? ? ? ? ? ? ? ? 1.1-1 > libxkbfile1 ? ? ? ? ? ? ? ? ? ?1.0.6-1 > libXm-devel ? ? ? ? ? ? ? ? ? ?0.95.2-1 > libXm2 ? ? ? ? ? ? ? ? ? ? ? ? 0.95.2-1 > libxml2 ? ? ? ? ? ? ? ? ? ? ? ?2.7.4-1 > libxml2-devel ? ? ? ? ? ? ? ? ?2.7.4-1 > libXmu-devel ? ? ? ? ? ? ? ? ? 1.0.5-1 > libXmu6 ? ? ? ? ? ? ? ? ? ? ? ?1.0.5-1 > libXmuu1 ? ? ? ? ? ? ? ? ? ? ? 1.0.5-1 > libXpm-devel ? ? ? ? ? ? ? ? ? 3.5.8-1 > libXpm4 ? ? ? ? ? ? ? ? ? ? ? ?3.5.8-1 > libXrandr-devel ? ? ? ? ? ? ? ?1.3.0-10 > libXrandr2 ? ? ? ? ? ? ? ? ? ? 1.3.0-10 > libXrender-devel ? ? ? ? ? ? ? 0.9.5-1 > libXrender1 ? ? ? ? ? ? ? ? ? ?0.9.5-1 > libXt-devel ? ? ? ? ? ? ? ? ? ?1.0.7-1 > libXt6 ? ? ? ? ? ? ? ? ? ? ? ? 1.0.7-1 > lndir ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.1-2 > login ? ? ? ? ? ? ? ? ? ? ? ? ?1.10-10 > lua ? ? ? ? ? ? ? ? ? ? ? ? ? ?5.1.4-11 > luit ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.4-2 > m4 ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.4.13-2 > make ? ? ? ? ? ? ? ? ? ? ? ? ? 3.81-2 > makedepend ? ? ? ? ? ? ? ? ? ? 1.0.2-1 > man ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.6e-1 > mingw-runtime ? ? ? ? ? ? ? ? ?3.16-1 > minires ? ? ? ? ? ? ? ? ? ? ? ?1.02-1 > mintty ? ? ? ? ? ? ? ? ? ? ? ? 0.5.2-1 > mkfontdir ? ? ? ? ? ? ? ? ? ? ?1.0.5-1 > mkfontscale ? ? ? ? ? ? ? ? ? ?1.0.7-1 > ncurses ? ? ? ? ? ? ? ? ? ? ? ?5.7-15 > netpbm ? ? ? ? ? ? ? ? ? ? ? ? 10.47.2-1 > opengl ? ? ? ? ? ? ? ? ? ? ? ? 1.1.0-10 > openssh ? ? ? ? ? ? ? ? ? ? ? ?5.2p1-4 > openssl ? ? ? ? ? ? ? ? ? ? ? ?0.9.8k-2 > openssl-devel ? ? ? ? ? ? ? ? ?0.9.8k-2 > patch ? ? ? ? ? ? ? ? ? ? ? ? ?2.5.8-9 > pcre ? ? ? ? ? ? ? ? ? ? ? ? ? 7.9-1 > perl ? ? ? ? ? ? ? ? ? ? ? ? ? 5.10.0-5 > perl-Tk ? ? ? ? ? ? ? ? ? ? ? ?804.028-1 > ping ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0-1 > pkg-config ? ? ? ? ? ? ? ? ? ? 0.23b-10 > printproto ? ? ? ? ? ? ? ? ? ? 1.0.4-1 > python ? ? ? ? ? ? ? ? ? ? ? ? 2.5.2-1 > randrproto ? ? ? ? ? ? ? ? ? ? 1.3.1-1 > rcs ? ? ? ? ? ? ? ? ? ? ? ? ? ?5.7-4 > readline ? ? ? ? ? ? ? ? ? ? ? 6.0.3-2 > rebase ? ? ? ? ? ? ? ? ? ? ? ? 3.0.1-1 > renderproto ? ? ? ? ? ? ? ? ? ?0.11-1 > rgb ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.3-1 > rsync ? ? ? ? ? ? ? ? ? ? ? ? ?3.0.6-1 > ruby ? ? ? ? ? ? ? ? ? ? ? ? ? 1.8.7-p72-2 > run ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.1.12-10 > run2 ? ? ? ? ? ? ? ? ? ? ? ? ? 0.3.0-1 > rxvt ? ? ? ? ? ? ? ? ? ? ? ? ? 20050409-21 > sed ? ? ? ? ? ? ? ? ? ? ? ? ? ?4.1.5-2 > shared-mime-info ? ? ? ? ? ? ? 0.70-1 > subversion ? ? ? ? ? ? ? ? ? ? 1.6.6-2 > sunrpc ? ? ? ? ? ? ? ? ? ? ? ? 4.0-3 > t1lib5 ? ? ? ? ? ? ? ? ? ? ? ? 5.1.2-10 > tar ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.22-1 > tcltk ? ? ? ? ? ? ? ? ? ? ? ? ?20080420-1 > termcap ? ? ? ? ? ? ? ? ? ? ? ?20050421-1 > terminfo ? ? ? ? ? ? ? ? ? ? ? 5.7_20090228-10 > terminfo0 ? ? ? ? ? ? ? ? ? ? ?5.5_20061104-10 > texinfo ? ? ? ? ? ? ? ? ? ? ? ?4.13-3 > tic0 ? ? ? ? ? ? ? ? ? ? ? ? ? 5.5-10 > time ? ? ? ? ? ? ? ? ? ? ? ? ? 1.7-2 > transfig ? ? ? ? ? ? ? ? ? ? ? 3.2.5-1 > tzcode ? ? ? ? ? ? ? ? ? ? ? ? 2009k-1 > unison2.27 ? ? ? ? ? ? ? ? ? ? 2.27.157-1 > unzip ? ? ? ? ? ? ? ? ? ? ? ? ?6.0-10 > util-linux ? ? ? ? ? ? ? ? ? ? 2.14.1-1 > w32api ? ? ? ? ? ? ? ? ? ? ? ? 3.13-1 > wget ? ? ? ? ? ? ? ? ? ? ? ? ? 1.11.4-4 > which ? ? ? ? ? ? ? ? ? ? ? ? ?2.20-2 > wtf ? ? ? ? ? ? ? ? ? ? ? ? ? ?0.0.4-7 > xauth ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.4-1 > xcursor-themes ? ? ? ? ? ? ? ? 1.0.2-1 > xemacs-emacs-common ? ? ? ? ? ?21.4.22-1 > xextproto ? ? ? ? ? ? ? ? ? ? ?7.1.1-1 > xfig ? ? ? ? ? ? ? ? ? ? ? ? ? 3.2.4-7 > xfig-lib ? ? ? ? ? ? ? ? ? ? ? 3.2.4-7 > xineramaproto ? ? ? ? ? ? ? ? ?1.2-1 > xinit ? ? ? ? ? ? ? ? ? ? ? ? ?1.1.1-6 > xkbcomp ? ? ? ? ? ? ? ? ? ? ? ?1.1.1-1 > xkeyboard-config ? ? ? ? ? ? ? 1.7-1 > xlsfonts ? ? ? ? ? ? ? ? ? ? ? 1.0.2-1 > xmodmap ? ? ? ? ? ? ? ? ? ? ? ?1.0.4-1 > xorg-cf-files ? ? ? ? ? ? ? ? ?1.0.3-1 > xorg-server ? ? ? ? ? ? ? ? ? ?1.7.1-1 > xorg-util-macros ? ? ? ? ? ? ? 1.3.0-1 > xpdf ? ? ? ? ? ? ? ? ? ? ? ? ? 3.02-1 > xproto ? ? ? ? ? ? ? ? ? ? ? ? 7.0.16-1 > xrdb ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.6-1 > xterm ? ? ? ? ? ? ? ? ? ? ? ? ?250-1 > xtrans ? ? ? ? ? ? ? ? ? ? ? ? 1.2.5-1 > xz ? ? ? ? ? ? ? ? ? ? ? ? ? ? 4.999.9beta-10 > zip ? ? ? ? ? ? ? ? ? ? ? ? ? ?3.0-11 > zlib ? ? ? ? ? ? ? ? ? ? ? ? ? 1.2.3-10 > zlib-devel ? ? ? ? ? ? ? ? ? ? 1.2.3-10 > zlib0 ? ? ? ? ? ? ? ? ? ? ? ? ?1.2.3-10 > Use -h to see help about each section > > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 1.7.1.0 (10701000) > Build Date: 2009-10-25 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > XWin -multiwindow -clipboard -silent-dup-error -emulate3buttons > > ddxProcessArgument - Initializing default screens > winInitializeDefaultScreens - w 1280 h 1024 > winInitializeDefaultScreens - Returning > 2009-11-03 08:50:44 winValidateArgs - g_iNumScreens: 1 > iMaxConsecutiveScreen: 1 > 2009-11-03 08:50:44 (II) xorg.conf is not supported > 2009-11-03 08:50:44 (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html > for more information > 2009-11-03 08:50:44 winPrefsLoadPreferences: /home/kbrown/.XWinrc > 2009-11-03 08:50:44 LoadPreferences: Done parsing the configuration file... > 2009-11-03 08:50:44 winGetDisplay: DISPLAY=:0.0 > 2009-11-03 08:50:44 winDetectSupportedEngines - Windows NT/2000/XP > 2009-11-03 08:50:44 winDetectSupportedEngines - DirectDraw installed > 2009-11-03 08:50:44 winDetectSupportedEngines - DirectDraw4 installed > 2009-11-03 08:50:44 winDetectSupportedEngines - Returning, supported engines > 00000007 > 2009-11-03 08:50:44 winSetEngine - Multi Window or Rootless => ShadowGDI > 2009-11-03 08:50:44 winAdjustVideoModeShadowGDI - Using Windows display > depth of 32 bits per pixel > 2009-11-03 08:50:44 winAllocateFBShadowGDI - Creating DIB with width: 1280 > height: 1024 depth: 32 > 2009-11-03 08:50:44 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 > 000000ff > 2009-11-03 08:50:44 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 > 000000ff BPRGB 8 d 24 bpp 32 > 2009-11-03 08:50:44 null screen fn ReparentWindow > 2009-11-03 08:50:44 null screen fn RestackWindow > 2009-11-03 08:50:44 InitQueue - Calling pthread_mutex_init > 2009-11-03 08:50:44 InitQueue - pthread_mutex_init returned > 2009-11-03 08:50:44 InitQueue - Calling pthread_cond_init > 2009-11-03 08:50:44 InitQueue - pthread_cond_init returned > 2009-11-03 08:50:44 winInitMultiWindowWM - Hello > 2009-11-03 08:50:44 winInitMultiWindowWM - Calling pthread_mutex_lock () > 2009-11-03 08:50:44 Screen 0 added at XINERAMA coordinate (0,0). > 2009-11-03 08:50:44 winMultiWindowXMsgProc - Hello > 2009-11-03 08:50:44 winMultiWindowXMsgProc - Calling pthread_mutex_lock () > 2009-11-03 08:50:44 (II) AIGLX: Loaded and initialized > /usr/lib/dri/swrast_dri.so > 2009-11-03 08:50:44 (II) GLX: Initialized DRISWRAST GL provider for screen 0 > 2009-11-03 08:50:44 [dix] Could not init font path element > /usr/share/fonts/OTF/, removing from list! > 2009-11-03 08:50:47 winPointerWarpCursor - Discarding first warp: 640 512 > 2009-11-03 08:50:47 (--) 5 mouse buttons found > 2009-11-03 08:50:47 (--) Setting autorepeat to delay=500, rate=31 > 2009-11-03 08:50:47 (--) winConfigKeyboard - Layout: "00000409" (00000409) > 2009-11-03 08:50:47 (--) Using preset keyboard for "English (USA)" (409), > type "4" > 2009-11-03 08:50:47 Rules = "base" Model = "pc105" Layout = "us" Variant = > "none" Options = "none" > 2009-11-03 08:50:47 winInitMultiWindowWM - pthread_mutex_lock () returned. > 2009-11-03 08:50:47 winInitMultiWindowWM - pthread_mutex_unlock () returned. > 2009-11-03 08:50:47 winGetDisplay: DISPLAY=:0.0 > 2009-11-03 08:50:47 winInitMultiWindowWM - DISPLAY=:0.0 > 2009-11-03 08:50:47 winMultiWindowXMsgProc - pthread_mutex_lock () returned. > 2009-11-03 08:50:47 winMultiWindowXMsgProc - pthread_mutex_unlock () > returned. > 2009-11-03 08:50:48 winProcEstablishConnection - Hello > 2009-11-03 08:50:48 winInitClipboard () > 2009-11-03 08:50:48 winClipboardProc - Hello > 2009-11-03 08:50:48 DetectUnicodeSupport - Windows NT/2000/XP > 2009-11-03 08:50:48 winProcEstablishConnection - winInitClipboard returned. > 2009-11-03 08:50:48 winGetDisplay: DISPLAY=:0.0 > 2009-11-03 08:50:48 winMultiWindowXMsgProc - DISPLAY=:0.0 > 2009-11-03 08:50:48 winGetDisplay: DISPLAY=:0.0 > 2009-11-03 08:50:48 winClipboardProc - DISPLAY=:0.0 > 2009-11-03 08:50:48 winInitMultiWindowWM - XOpenDisplay () returned and > successfully opened the display. > 2009-11-03 08:50:48 winMultiWindowXMsgProc - XOpenDisplay () returned and > successfully opened the display. > 2009-11-03 08:50:48 winClipboardProc - XOpenDisplay () returned and > successfully opened the display. > > > -- > 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/ > -- 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 cygwin@tlinx.org Tue Nov 3 19:12:00 2009 From: cygwin@tlinx.org (Linda Walsh) Date: Tue, 03 Nov 2009 19:12:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> Message-ID: <4AF080A4.7050302@tlinx.org> Florent Fievez wrote: > I've exactly the same issue, so if you find a solution, please post it ! ;-) > 2009/11/3 Ken Brown wrote:: >> "'run xterm' fails to pen a window": >> I don't know if this is a problem with run, or xterm, or >> something else. >> ... >> Obviously I have no good reason to want to start an xterm via 'run xterm' in >> an xterm window, but this issue is causing problems in a script I'm writing. >> [Briefly, I have a desktop shortcut with target '\path\to\run.exe bash -c >> foo.sh'. The script foo.sh calls xterm, which starts with no visible >> window, exactly as above.] --- I have two responses, 1, mostly to Florent Fieves, the other to both Florent, and Ken Brown who wrote that he also has the problem 1) to Florent Fievee, (you don't need to answer if you have no good reason, but if you do, I'm curious as to your reasoning) -- Why did you copy Ken's complete note as into your response, when you simply has to say "me too"? 2) to both Florent and Ken? In addition to Gery Herbozo Jimenez's response and question to you, ( "Have you tried just starting the XWin server first and the the xterm? it looks like the X server doesn't recognize that line command." ), a) Have you tried starting 'xterm' without 'run' ? b) I see you have started 'Xwin'. Do either of you know what display 'XWin' started itself on? If you specified no value, it probably created the display ":0.0". If you then open a 'client' program that needs to attach to your Xwin display, "you" need to ensure that the new client knows what "X display" your client connects to (usually, ":0.0"). A well behaved X client won't make assumptions about what display to use. If you were running entirely under *nix, any X clients you opened afterwards would use the the display passed in the Environment via 'DISPLAY'. However, both of you appear to be starting Xwin with no preset value of 'DISPLAY' AND passing >>NO<< (of DISPLAY) to the 'X client' program, 'xterm', in order to tell it what 'X display' to use. You both appear to be doing the same thing. You both start an Xserver in background (which is normal and what I do as well). You then appear to be starting a client ('xterm'), in a separate "session" (an empty Xsession, with no display). In order for an X client to display to an Xserver, it needs to know what display to open it's output window on. Suggestions: 1) Don't use the cygwin command 'run.exe' unless you are calling Windows programs. 2) Explicitly tell xterm what display to use. Set the value of the environment var 'DISPLAY' before you all xterm. Ex. Using the Windows 'Run' command (from the start menu, using the builtin Windows 'Run' option on the start menu): \bin\bash.exe -c 'DISPLAY=:0 xterm' for cygwin path='C:\cygwin': C:\cygwin\bin\bash.exe -c 'DISPLAY=:0 xterm' or C:\cygwin\bash\bash.exe -c 'xterm -display :0' for cygwin path= 'C:\': (my value) C:\bin\bash.exe -c 'DISPLAY=:0 xterm' or C:\bash\bash.exe -c 'xterm -display :0' The above two commands work on WinXP and Vista under the 1.5.x series of Cygwin. Linda -- 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 gamejihou@hotmail.com Tue Nov 3 19:33:00 2009 From: gamejihou@hotmail.com (Gery Herbozo Jimenez) Date: Tue, 03 Nov 2009 19:33:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <4AF080A4.7050302@tlinx.org> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> Message-ID: <4AF080A4.7050302@tlinx.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Hi Linda=2C =20 Thanks for your answer and explanation. I just press the Xserver icon and t= hen the xterm (most of the time) appears. If not=2C I press the xterm icon.= Simple like that. I don't write "run" or something like that in anycase. =20 Hope this helps=2C =20 Cheers=2C=20 Gery =20 > Date: Tue=2C 3 Nov 2009 11:12:36 -0800 > From: cygwin@tlinx.org > To: mailing@fievel.be > CC: cygwin-xfree@cygwin.com=3B gamejihou@hotmail.com > Subject: Re: 'run xterm' fails to open a window >=20 > Florent Fievez wrote: >> I've exactly the same issue=2C so if you find a solution=2C please post = it ! =3B-)=20 >> 2009/11/3 Ken Brown wrote:: >>> "'run xterm' fails to pen a window": >>> I don't know if this is a problem with run=2C or xterm=2C or=20 >>> something else.=20 >>> ... >>> Obviously I have no good reason to want to start an xterm via 'run xter= m' in >>> an xterm window=2C but this issue is causing problems in a script I'm w= riting. >>> [Briefly=2C I have a desktop shortcut with target '\path\to\run.exe bas= h -c >>> foo.sh'. The script foo.sh calls xterm=2C which starts with no visible >>> window=2C exactly as above.] > --- >=20 > I have two responses=2C 1=2C mostly to Florent Fieves=2C the other to bot= h > Florent=2C and Ken Brown who wrote that he also has the problem=20 >=20 > 1) to Florent Fievee=2C (you don't need to answer if you have no good > reason=2C but if you do=2C I'm curious as to your reasoning) --=20 >=20 > Why did you copy Ken's complete note as into your response=2C when you > simply has to say "me too"? >=20 >=20 > 2) to both Florent and Ken? >=20 > In addition to Gery Herbozo Jimenez's response and question to you=2C > ( "Have you tried just starting the XWin server first and the the > xterm? it looks like the X server doesn't recognize that line > command." )=2C=20 >=20 > a) Have you tried starting 'xterm' without 'run' ?=20 >=20 > b) I see you have started 'Xwin'. Do either of you know what display > 'XWin' started itself on?=20 >=20 > If you specified no value=2C it probably created the display ":0.0". >=20 > If you then open a 'client' program that needs to attach to your > Xwin display=2C "you" need to ensure that the new client knows what > "X display" your client connects to (usually=2C ":0.0"). A well > behaved X client won't make assumptions about what display to use. >=20 > If you were running entirely under *nix=2C any X clients you opened > afterwards would use the the display passed in the Environment via > 'DISPLAY'. However=2C both of you appear to be starting Xwin with > no preset value of 'DISPLAY' AND passing>>NO<< (of=20 > DISPLAY) to the 'X client' program=2C 'xterm'=2C in order to tell it > what 'X display' to use. >=20 >=20 > You both appear to be doing the same thing. You both start an Xserver > in background (which is normal and what I do as well). You then appear > to be starting a client ('xterm')=2C in a separate "session" (an empty > Xsession=2C with no display). In order for an X client to display to=20 > an Xserver=2C it needs to know what display to open it's output window > on. >=20 > Suggestions:=20 > 1) Don't use the cygwin command 'run.exe' unless you are > calling Windows programs.=20 >=20 > 2) Explicitly tell xterm what display to use. Set the value of > the environment var 'DISPLAY' before you all xterm. >=20 > Ex. Using the Windows 'Run' command (from the start menu=2C using the > builtin Windows 'Run' option on the start menu): >=20 > \bin\bash.exe -c 'DISPLAY=3D:0 xterm' >=20 > for cygwin path=3D'C:\cygwin': >=20 > C:\cygwin\bin\bash.exe -c 'DISPLAY=3D:0 xterm' > or > C:\cygwin\bash\bash.exe -c 'xterm -display :0'=20 >=20 > for cygwin path=3D 'C:\': (my value) >=20 > C:\bin\bash.exe -c 'DISPLAY=3D:0 xterm' >=20 > or >=20 > C:\bash\bash.exe -c 'xterm -display :0'=20 >=20 >=20 > The above two commands work on WinXP and Vista under the 1.5.x series > of Cygwin.=20 >=20 > Linda > =20 _________________________________________________________________ Deja que Sietes te ense=F1e todo los secretos de Windows http://www.sietesunpueblodeexpertos.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 jon.turney@dronecode.org.uk Tue Nov 3 19:58:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Tue, 03 Nov 2009 19:58:00 -0000 Subject: Cygwin 1.7 beta XWin Crashs from Ubuntun 9.10 after Firefox sessions In-Reply-To: References: <4AEDA7F8.9040803@dronecode.org.uk> Message-ID: <4AF08B6A.2030801@dronecode.org.uk> Thanks for the backtrace. It's interesting, but I'm afraid it doesn't immediately let me pinpoint the problem. A couple of questions I should have asked before: - is this crash caused by to doing some specific action or looking at specific pages in firefox? - using ssh with your X server in a window but no WM is rather strange. Are you starting any other programs or a window manager along with firefox? Do you see the problem if you start the X server with -multiwindow? Do you see the problem if you use -query to do an XDMCP login? In future, please send your replies to the cygwin-xfree list, rather than to me personally. On 01/11/2009 20:32, ERIC HO wrote: > Hi Jon, the message are as follows: > (gdb) run > Starting program: /home/eho/XWin-1.7.1-1.unstripped.exe -clipboard > [New thread 1120.0x720] > [New thread 1120.0x1374] > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 1.7.1.0 (10701000) > Build Date: 2009-11-01 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > /home/eho/XWin-1.7.1-1.unstripped -clipboard > > _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 > _XSERVTransOpen: transport open failed for inet6/IBM-6963EB6C3F2:0 > _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 > warning: Lowest section in /cygdrive/c/WINDOWS/system32/wmi.dll is .text at 76d31000 > winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 > (II) xorg.conf is not supported > (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more informa tion > winPrefsLoadPreferences: /etc/X11/system.XWinrc > LoadPreferences: Done parsing the configuration file... > winGetDisplay: DISPLAY=:0.0 > winDetectSupportedEngines - Windows NT/2000/XP > winDetectSupportedEngines - DirectDraw installed > winDetectSupportedEngines - DirectDraw4 installed > winDetectSupportedEngines - Returning, supported engines 00000007 > winSetEngine - Using Shadow DirectDraw NonLocking > winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits pe r pixel > winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff > Screen 0 added at XINERAMA coordinate (0,0). > MIT-SHM extension disabled due to lack of kernel support > XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel > (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so > (II) GLX: Initialized DRISWRAST GL provider for screen 0 > [dix] Could not init font path element /usr/share/fonts/OTF/, removing f rom list! > [New thread 1120.0x2098] > winPointerWarpCursor - Discarding first warp: 509 336 > (--) 5 mouse buttons found > (--) Setting autorepeat to delay=500, rate=31 > (--) winConfigKeyboard - Layout: "00000409" (00000409) > (--) Using preset keyboard for "English (USA)" (409), type "4" > Rules = "base" Model = "pc105" Layout = "us" Variant = "none" Options = "none" > winProcEstablishConnection - Hello > winInitClipboard () > [New thread 1120.0xee0] > winProcEstablishConnection - winInitClipboard returned. > winClipboardProc - Hello > DetectUnicodeSupport - Windows NT/2000/XP > winGetDisplay: DISPLAY=:0.0 > winClipboardProc - DISPLAY=:0.0 > [New thread 1120.0x2338] > [New thread 1120.0x2594] > winClipboardProc - XOpenDisplay () returned and successfully opened the display. > > Program received signal SIGSEGV, Segmentation fault. > 0x005168a1 in damageRegionAppend (pDrawable=0x103bd878, > pRegion=0x22cbcc, clip=1, subWindowMode=0) > at /opt/wip/cygport-svn/xorg-server/xorg-server-1.7.1-1/src/xorg-server-1.7.1/miext/damage/damage.c:290 > 290 /opt/wip/cygport-svn/xorg-server/xorg-server-1.7.1-1/src/xorg-server-1.7.1/miext/damage/damage.c: No such file or directory. > in /opt/wip/cygport-svn/xorg-server/xorg-server-1.7.1-1/src/xorg-server-1.7.1/miext/damage/damage.c > (gdb) bt full > #0 0x005168a1 in damageRegionAppend (pDrawable=0x103bd878, > pRegion=0x22cbcc, clip=1, subWindowMode=0) > at /opt/wip/cygport-svn/xorg-server/xorg-server-1.7.1-1/src/xorg-server-1.7.1/miext/damage/damage.c:290 > pScreen = (ScreenPtr) 0x1008c8e8 > pScrPriv = (DamageScrPrivPtr) 0x1008da38 > pDamage = (DamagePtr) 0x104ec960 > pNext = (DamagePtr) 0x100944d0 > clippedRec = {extents = {x1 = 0, y1 = 0, x2 = 0, y2 = 0}, > data = 0x61c8a8} > pDamageRegion = (RegionPtr) 0x1008a990 > pixClip = {extents = {x1 = -13416, y1 = 34, x2 = -5217, > y2 = 83}, data = 0x103bd890} > draw_x = 6386704 > draw_y = 2280360 > screen_x = 0 > screen_y = 0 > #1 0x00516d29 in damageDamageBox (pDrawable=0x103bd878, > pBox=0x22cc10, subWindowMode=0) > at /opt/wip/cygport-svn/xorg-server/xorg-server-1.7.1-1/src/xorg-server-1.7.1/miext/damage/damage.c:425 > region = {extents = {x1 = 5, y1 = 152, x2 = 22, y2 = 169}, > data = 0x0} > #2 0x005184db in damageCopyArea (pSrc=0x104f8528, pDst=0x103bd878, > pGC=0x104ed1b0, srcx=0, srcy=0, width=17, height=17, dstx=5, > dsty=104) > at /opt/wip/cygport-svn/xorg-server/xorg-server-1.7.1-1/src/xorg-server-1.7.1/miext/damage/damage.c:946 > box = {x1 = 5, y1 = 152, x2 = 22, y2 = 169} > ret = (RegionPtr) 0x103bd878 > pGCPriv = (DamageGCPrivPtr) 0x10368278 > oldFuncs = (GCFuncs *) 0x5eaba0 > #3 0x00542692 in ProcCopyArea (client=0x10325578) > at /opt/wip/cygport-svn/xorg-server/xorg-server-1.7.1-1/src/xorg-server-1.7.1/dix/dispatch.c:1731 > pDst = (DrawablePtr) 0x103bd878 > pSrc = (DrawablePtr) 0x104f8528 > pGC = (GC *) 0x104ed1b0 > stuff = (xCopyAreaReq *) 0x104eeba0 > pRgn = (RegionPtr) 0x8 > rc = 0 > #4 0x0053f4ca in Dispatch () > at /opt/wip/cygport-svn/xorg-server/xorg-server-1.7.1-1/src/xorg-server-1.7.1/dix/dispatch.c:445 > ---Type to continue, or q to quit--- > clientReady = (int *) 0x10129db8 > result = 0 > client = (ClientPtr) 0x10325578 > nready = 0 > icheck = (HWEventQueuePtr *) 0x6225c4 > start_tick = 0 > #5 0x005395a0 in main (argc=2, argv=0x1005a3f0, envp=0x100480e0) > at /opt/wip/cygport-svn/xorg-server/xorg-server-1.7.1-1/src/xorg-server-1.7.1/dix/main.c:285 > i = 1 > alwaysCheckForInput = {0, 1} > (gdb) -- 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 Nov 3 21:00:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Tue, 03 Nov 2009 21:00:00 -0000 Subject: X11R7.5 and C.UTF-8 In-Reply-To: <416096c60910291320r4fb374ebhe5c7167dfe6fdce0@mail.gmail.com> References: <4AE8539E.9080004@cornell.edu> <4AE8D942.8020806@dronecode.org.uk> <416096c60910281707t3249dfb7tc6d0caf0e57ba626@mail.gmail.com> <4AE99BAD.6060303@dronecode.org.uk> <4AE9A8AD.2030702@cornell.edu> <4AE9AE57.8010405@dronecode.org.uk> <4AE9E8DE.9010803@dronecode.org.uk> <416096c60910291320r4fb374ebhe5c7167dfe6fdce0@mail.gmail.com> Message-ID: <4AF099EA.4040202@dronecode.org.uk> On 29/10/2009 20:20, Andy Koppe wrote: > 2009/10/29 Jon TURNEY: >> I've put a patch in bugzilla [1] which can be applied to >> /usr/share/X11/locale to temporarily repair this problem. >> >> This needs to be looked at more deeply, though, as I'm not sure I've fully >> understood what that locale data is being used for, or specified C.UTF-8 >> correctly. >> >> [1] http://sourceware.org/bugzilla/show_bug.cgi?id=10870 > > I think the patch makes plenty of sense in mapping C.UTF-8 to > en_US.UTF-8, because most other UTF-8 locales are also mapped to > en_US.UTF-8, i.e. from X's perspective they're not actually > language-specific. On second look, this patch doesn't seem to be quite right, as it makes the en_US.UTF-8 compose sequences available in C.UTF-8 (which is not the case in the C locale). > More generally, there's the issue that Cygwin allows any combination > of language and charset, whereas X has a fixed list of permitted > combinations. Cygwin also supports many charsets that aren't supported > by X (and vice versa). In particular, X only supports a few of the > Windows/DOS codepages. But I guess unsupported locales will just have > to be a case of "don't do that"? Yes. Treating XSupportsLocale() returning false as a fatal error as the Xserver currently does is wrong, I would say, unless the application has very specific requirement, though. -- 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 reply-to-list-only-lh-x@cygwin.com Tue Nov 3 22:47:00 2009 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Tue, 03 Nov 2009 22:47:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit In-Reply-To: <00b501ca5bf8$b73f81d0$25be8570$@edu> References: <000f01ca5b22$ef2119a0$cd634ce0$@edu> <4AEE0FF8.1070801@cygwin.com> <001301ca5b49$ac37aab0$04a70010$@edu> <4AEE259D.3090700@cygwin.com> <001401ca5b54$123dc920$36b95b60$@edu> <4AEE2D69.2070109@cygwin.com> <001801ca5b59$3f25a890$bd70f9b0$@edu> <4AEE3817.4090008@cygwin.com> <001901ca5b6d$8d792490$a86b6db0$@edu> <4AEE654C.2030701@cygwin.com> <00b501ca5bf8$b73f81d0$25be8570$@edu> Message-ID: <4AF0B2CF.5000802@cygwin.com> On 11/02/2009 03:11 PM, Massimo Giovannini wrote: > Hi, I think I managed to obtain the cygcheck.out, which I attached after > having added C:\cygwing\bin to the path of windows. > Yes I am not an expert of unix and I am sorry, but I need this > application to run Matlab on a cluster in interactive fashion. So do you just need the X server? Perhaps a pure Win32 one would be easier for you. See . > Another question: normally when I launched cygwin on my old laptop, > there was a prompt telling my working directory, now I just get bash-3.2, why is that? Same reason as all the other problems. Your postinstall scripts didn't run. I don't see any clear indicaton why these would fail given your cygcheck output. Are you sure that the Lenovo Client Security Solution isn't getting in your way (i.e. )? That's all I can see/think of. If that's not it, you may find that you can either: 1. Just re-run 'setup.exe' again and it could fix what it tripped over the last time. 2. Try 1.7 instead. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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 ericmho@shaw.ca Tue Nov 3 23:36:00 2009 From: ericmho@shaw.ca (ERIC HO) Date: Tue, 03 Nov 2009 23:36:00 -0000 Subject: Cygwin 1.7 beta XWin Crashs from Ubuntun 9.10 after Firefox sessions In-Reply-To: <4AF08B6A.2030801@dronecode.org.uk> References: <4AEDA7F8.9040803@dronecode.org.uk> <4AF08B6A.2030801@dronecode.org.uk> Message-ID: Hi Jon, the crash is not caused by doing some specific action or looking at specific pages in firefox. Sometimes I sit on the Firefox screen and the cash happens. I ssh to the the remote Ubuntu Box and start up a gnome-session there back to my display. I then bring up the firefox on the Ubuntu box. After a few clicks, the cygwin Xserver died. I tried starting the X server with -multiwindow, but could not even get a complete GNOME screen back. I've tried -query but did not get a screen back. It could be only ssh is allowed into the Ubuntu box. Thanks. ----- Original Message ----- From: Jon TURNEY Date: Tuesday, November 3, 2009 12:58 pm Subject: Re: Cygwin 1.7 beta XWin Crashs from Ubuntun 9.10 after Firefox sessions To: ERIC HO Cc: cygwin-xfree@cygwin.com > > Thanks for the backtrace. > > It's interesting, but I'm afraid it doesn't immediately let me > pinpoint the > problem. > > A couple of questions I should have asked before: > - is this crash caused by to doing some specific action or > looking at specific > pages in firefox? > - using ssh with your X server in a window but no WM is rather > strange. Are > you starting any other programs or a window manager along with > firefox? Do you > see the problem if you start the X server with -multiwindow? Do > you see the > problem if you use -query to do an XDMCP login? > > In future, please send your replies to the cygwin-xfree list, > rather than to > me personally. > > On 01/11/2009 20:32, ERIC HO wrote: > > Hi Jon, the message are as follows: > > (gdb) run > > Starting program: /home/eho/XWin-1.7.1-1.unstripped.exe -clipboard > > [New thread 1120.0x720] > > [New thread 1120.0x1374] > > Welcome to the XWin X Server > > Vendor: The Cygwin/X Project > > Release: 1.7.1.0 (10701000) > > Build Date: 2009-11-01 > > > > Contact: cygwin-xfree@cygwin.com > > > > XWin was started with the following command line: > > > > /home/eho/XWin-1.7.1-1.unstripped -clipboard > > > > _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 > > _XSERVTransOpen: transport open failed for inet6/IBM-6963EB6C3F2:0 > > _XSERVTransMakeAllCOTSServerListeners: failed to open listener > for inet6 > > warning: Lowest section in > /cygdrive/c/WINDOWS/system32/wmi.dll is > .text??????????????????????????????????????? at 76d31000 > > winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 > > (II) xorg.conf is not supported > > (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for > more informa?????????????????????????????????????? tion > > winPrefsLoadPreferences: /etc/X11/system.XWinrc > > LoadPreferences: Done parsing the configuration file... > > winGetDisplay: DISPLAY=:0.0 > > winDetectSupportedEngines - Windows NT/2000/XP > > winDetectSupportedEngines - DirectDraw installed > > winDetectSupportedEngines - DirectDraw4 installed > > winDetectSupportedEngines - Returning, supported engines 00000007 > > winSetEngine - Using Shadow DirectDraw NonLocking > > winAdjustVideoModeShadowDDNL - Using Windows display depth of > 32 bits > pe?????????????????????????????????????? r pixel > > winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff > > Screen 0 added at XINERAMA coordinate (0,0). > > MIT-SHM extension disabled due to lack of kernel support > > XFree86-Bigfont extension local-client optimization disabled > due to > lack??????????????????????????????????????? of shared memory support in the kernel > > (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so > > (II) GLX: Initialized DRISWRAST GL provider for screen 0 > > [dix] Could not init font path element /usr/share/fonts/OTF/, > removing f?????????????????????????????????????? rom list! > > [New thread 1120.0x2098] > > winPointerWarpCursor - Discarding first warp: 509 336 > > (--) 5 mouse buttons found > > (--) Setting autorepeat to delay=500, rate=31 > > (--) winConfigKeyboard - Layout: "00000409" (00000409) > > (--) Using preset keyboard for "English (USA)" (409), type "4" > > Rules = "base" Model = "pc105" Layout = "us" Variant = "none" > Options =??????????????????????????????????????? "none" > > winProcEstablishConnection - Hello > > winInitClipboard () > > [New thread 1120.0xee0] > > winProcEstablishConnection - winInitClipboard returned. > > winClipboardProc - Hello > > DetectUnicodeSupport - Windows NT/2000/XP > > winGetDisplay: DISPLAY=:0.0 > > winClipboardProc - DISPLAY=:0.0 > > [New thread 1120.0x2338] > > [New thread 1120.0x2594] > > winClipboardProc - XOpenDisplay () returned and successfully > opened the display. > > > > Program received signal SIGSEGV, Segmentation fault. > > 0x005168a1 in damageRegionAppend (pDrawable=0x103bd878, > >????? pRegion=0x22cbcc, clip=1, > subWindowMode=0)>????? at > /opt/wip/cygport-svn/xorg-server/xorg-server-1.7.1-1/src/xorg- > server-1.7.1/miext/damage/damage.c:290 > > 290???? /opt/wip/cygport-svn/xorg- > server/xorg-server-1.7.1-1/src/xorg-server- > 1.7.1/miext/damage/damage.c: No such file or directory. > >????????? in > /opt/wip/cygport-svn/xorg-server/xorg-server-1.7.1-1/src/xorg- > server-1.7.1/miext/damage/damage.c > > (gdb) bt full > > #0? 0x005168a1 in damageRegionAppend (pDrawable=0x103bd878, > >????? pRegion=0x22cbcc, clip=1, > subWindowMode=0)>????? at > /opt/wip/cygport-svn/xorg-server/xorg-server-1.7.1-1/src/xorg- > server-1.7.1/miext/damage/damage.c:290 > >????????? pScreen > = (ScreenPtr) 0x1008c8e8 > >????????? pScrPriv > = (DamageScrPrivPtr) 0x1008da38 > >????????? pDamage > = (DamagePtr) 0x104ec960 > >????????? pNext = > (DamagePtr) 0x100944d0 > >????????? > clippedRec = {extents = {x1 = 0, y1 = 0, x2 = 0, y2 = 0}, > >??? data = 0x61c8a8} > >????????? > pDamageRegion = (RegionPtr) 0x1008a990 > >????????? pixClip > = {extents = {x1 = -13416, y1 = 34, x2 = -5217, > >????? y2 = 83}, data = 0x103bd890} > >????????? draw_x = > 6386704>????????? > draw_y = 2280360 > >????????? screen_x > = 0 > >????????? screen_y > = 0 > > #1? 0x00516d29 in damageDamageBox (pDrawable=0x103bd878, > >????? pBox=0x22cc10, subWindowMode=0) > >????? at /opt/wip/cygport-svn/xorg- > server/xorg-server-1.7.1-1/src/xorg-server- > 1.7.1/miext/damage/damage.c:425>????????? region = {extents = {x1 = 5, y1 = 152, x2 = 22, y2 = 169}, > >??? data = 0x0} > > #2? 0x005184db in damageCopyArea (pSrc=0x104f8528, > pDst=0x103bd878,>????? pGC=0x104ed1b0, > srcx=0, srcy=0, width=17, height=17, dstx=5, > >????? dsty=104) > >????? at /opt/wip/cygport-svn/xorg- > server/xorg-server-1.7.1-1/src/xorg-server- > 1.7.1/miext/damage/damage.c:946>????????? box = {x1 = 5, y1 = 152, x2 = 22, y2 = 169} > >????????? ret = > (RegionPtr) 0x103bd878 > >????????? pGCPriv > = (DamageGCPrivPtr) 0x10368278 > >????????? oldFuncs > = (GCFuncs *) 0x5eaba0 > > #3? 0x00542692 in ProcCopyArea (client=0x10325578) > >????? at /opt/wip/cygport-svn/xorg- > server/xorg-server-1.7.1-1/src/xorg-server-1.7.1/dix/dispatch.c:1731 > >????????? pDst = > (DrawablePtr) 0x103bd878 > >????????? pSrc = > (DrawablePtr) 0x104f8528 > >????????? pGC = > (GC *) 0x104ed1b0 > >????????? stuff = > (xCopyAreaReq *) 0x104eeba0 > >????????? pRgn = > (RegionPtr) 0x8 > >????????? rc = 0 > > #4? 0x0053f4ca in Dispatch () > >????? at /opt/wip/cygport-svn/xorg- > server/xorg-server-1.7.1-1/src/xorg-server-1.7.1/dix/dispatch.c:445 > > ---Type? to continue, or q? to > quit--- > >????????? > clientReady = (int *) 0x10129db8 > >????????? result = 0 > >????????? client = > (ClientPtr) 0x10325578 > >????????? nready = 0 > >????????? icheck = > (HWEventQueuePtr *) 0x6225c4 > >????????? > start_tick = 0 > > #5? 0x005395a0 in main (argc=2, argv=0x1005a3f0, > envp=0x100480e0)>????? at > /opt/wip/cygport-svn/xorg-server/xorg-server-1.7.1-1/src/xorg- > server-1.7.1/dix/main.c:285 > >????????? i = 1 > >????????? > alwaysCheckForInput = {0, 1} > > (gdb) > -- 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 cygwin@tlinx.org Tue Nov 3 23:46:00 2009 From: cygwin@tlinx.org (Linda Walsh) Date: Tue, 03 Nov 2009 23:46:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> Message-ID: <4AF0C0AF.7060208@tlinx.org> Gery Herbozo Jimenez wrote: > Thanks for your answer and explanation. I just press the Xserver icon and > t hen the xterm (most of the time) appears. If not, I press the xterm > icon. Simple like that. I don't write "run" or something like that in > anycase. --- Oddly enough, I find the menu items less reliable (by grouping): Under cygwin: - MinTTY, rxvt-unicode-xS, rxvt-unicode-xC: work - rxvt-x, rxvt-native (*pseudo* work: come up w/poopy doublewide-font) Under cygwin/cygwin-X - oclock works, but not xclock. - rxvt works (perversely, w/double-wide chars) - none of the rest work Under cygwin/cygwin-X/Toys: - glxgears, xeyes, xlogo, ico --- all work - xgc doesn't work from menu (but does from Bash). Under cygwin/cygwin-x/tools: - only xev and xrefresh work - idle gives a path-not-found message (may not be installed) - the rest give no output, but start a process (that sits in background until I kill it). Under cygwin-xgames, texteroids brings up a window, then immediately exits. From bash, I see the error message: | %% DPS Client Library Warning: | Auto-launching DPS NX agent. | %% DPS Client Library Warning: | FAILED to auto-launch: | dpsnx.agent | | texteroids: DPS is not available. | You need an X server with the DPS extension, or a DPS NX agent. > Hope this helps. In some way. It lets me know that my reasoning for doing workarounds, that I implemented years ago, were done for good reason. The default menu items don't work reliably in some environments (like mine). It is interesting to check out things I didn't even know I had installed! :-) I don't regard any of the above that don't work as 'bugs', as I don't know what some of them are *supposed* to do, and it could easily be I have something interfering in my path. I'd have to go through each menu item in its properties and figure out why they didn't work before I'd call them a bug -- some may be left over menu items that didn't get deleted "properly' when an app was moved or uninstalled. I see at least a few, in my setup, that still reference /usr/X11R6/bin for executables, when their executable is now under /usr/bin (though some executables are under my /usr/X11R6/bin -- maybe alien binaries; again, I'd only report something as a bug if I was pretty sure it wasn't unique to my setup; I do too many non-standard things; :-) ). I don't know how the shortcut got left around, so I certainly wouldn't report it as "bug" or problem to the cygwin list. Another potential source of problem I found today, while playing around. I had the setting of LANG set to incorrect value 'en_US.utf8', but it should be 'en_US.utf-8' for some applications that 'care'. :-) Same could could for CTYPE or some of the LC prefixed vars -- if they are set incorrectly it might prevent one of the X utils opening properly when called by run. To set those values, you need to alter them in 'System properties', Advanced -> "Environment Variables". I have LANG in my "System variables" section, but DISPLAY, I made a 'User' variable. I see LANG being SYSTEM wide. I see DISPLAY as only being valid with my login as it's only when I login that the Xserver is started (I autostart it via a shortcut in my Programs->Startup Menu group). Linda Yakinalotski :-) -- 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 giovanma@bc.edu Wed Nov 4 00:10:00 2009 From: giovanma@bc.edu (Massimo Giovannini) Date: Wed, 04 Nov 2009 00:10:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit In-Reply-To: <4AF0B2CF.5000802@cygwin.com> References: <000f01ca5b22$ef2119a0$cd634ce0$@edu> <4AEE0FF8.1070801@cygwin.com> <001301ca5b49$ac37aab0$04a70010$@edu> <4AEE259D.3090700@cygwin.com> <001401ca5b54$123dc920$36b95b60$@edu> <4AEE2D69.2070109@cygwin.com> <001801ca5b59$3f25a890$bd70f9b0$@edu> <4AEE3817.4090008@cygwin.com> <001901ca5b6d$8d792490$a86b6db0$@edu> <4AEE654C.2030701@cygwin.com> <00b501ca5bf8$b73f81d0$25be8570$@edu> <4AF0B2CF.5000802@cygwin.com> Message-ID: <000001ca5ce3$3b8eb420$b2ac1c60$@edu> So do you just need the X server? Perhaps a pure Win32 one would be easier for you. See . Great!! This works perfect. Thank you so much! -- 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 cygwin@tlinx.org Wed Nov 4 00:51:00 2009 From: cygwin@tlinx.org (Linda Walsh) Date: Wed, 04 Nov 2009 00:51:00 -0000 Subject: Problem installing cygwin/X on vista sp2 64bit In-Reply-To: <000f01ca5b22$ef2119a0$cd634ce0$@edu> References: <000f01ca5b22$ef2119a0$cd634ce0$@edu> Message-ID: <4AF0D025.5090708@tlinx.org> Massimo Giovannini wrote: > Hi, > I have always installed and used cygwinX on my windows Xp > machines without any problem. > I have been trying to install on my new Vista 64 bit laptop > and I cannot figure out what is going wrong. --- W e l c o m e t o V i s t a ! :-) I've been going through similar pains playing with a still not fully functional Vista machine (still awaiting a Win7 upgrade as well). Even though you got the standalone X-server to work, FWIW, on Vista, you could also be running into permission problems even as Admin. Many files and directories don't have write permission enabled for Admin. To enable them you have to 'get violent' with Vista and reclaim directories you want write access to by taking over their ownership and then making it so you have r/w access. If you do this, take care to note the original owner and/or accesses to make sure that any group/ID that had access before ('TrustedInstaller', 'SYSTEM') also has the same (usually full control) access after you take ownership. The prompt in your cygwin window being 'broken' is possibly a symptom of that. By default, I found that I couldn't add files to my root directory (a good thing, actually, too many apps still try to install stuff there, and a default "no files" prevents accidental clutter). Just thought I'd add an addendum, though looks like Larry gave you the exact solution you needed. Linda -- 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 andy.koppe@gmail.com Wed Nov 4 06:34:00 2009 From: andy.koppe@gmail.com (Andy Koppe) Date: Wed, 04 Nov 2009 06:34:00 -0000 Subject: X11R7.5 and C.UTF-8 In-Reply-To: <4AF099EA.4040202@dronecode.org.uk> References: <4AE8539E.9080004@cornell.edu> <4AE8D942.8020806@dronecode.org.uk> <416096c60910281707t3249dfb7tc6d0caf0e57ba626@mail.gmail.com> <4AE99BAD.6060303@dronecode.org.uk> <4AE9A8AD.2030702@cornell.edu> <4AE9AE57.8010405@dronecode.org.uk> <4AE9E8DE.9010803@dronecode.org.uk> <416096c60910291320r4fb374ebhe5c7167dfe6fdce0@mail.gmail.com> <4AF099EA.4040202@dronecode.org.uk> Message-ID: <416096c60911032234i326f72f3t81ce75cf7aee132c@mail.gmail.com> 2009/11/3 Jon TURNEY: > On second look, this patch doesn't seem to be quite right, as it makes the > en_US.UTF-8 compose sequences available in C.UTF-8 (which is not the case in > the C locale). I think that's ok. The compose sequences don't make sense in an ASCII locale, since ASCII doesn't contain composed characters. Yet they can be very useful in a UTF-8 locale, so it would be a shame to remove them. Also, the en_US.UTF-8 compose sequences aren't actually English-specific, since the vast majority of non-English UTF-8 locales use the same sequences. Andy -- 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 mailing@fievel.be Wed Nov 4 08:54:00 2009 From: mailing@fievel.be (Florent Fievez) Date: Wed, 04 Nov 2009 08:54:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> Message-ID: <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> Hi, 2009/11/3 Linda Walsh : > 1) to Florent Fievee, (you don't need to answer if you have no good > ?reason, but if you do, I'm curious as to your reasoning) -- ??Why did you > copy Ken's complete note as into your response, when you > ?simply has to say "me too"? I simply clicked on "reply" button of my webmail. I will not do it again ;-) > 2) to both Florent and Ken? > > ?In addition to Gery Herbozo Jimenez's response and question to you, > ?( "Have you tried just starting the XWin server first and the the > ?xterm? it looks like the X server doesn't recognize that line > ?command." ), > ?a) Have you tried starting 'xterm' without 'run' ? Yes, it works without problem but a cmd window remain and that is annoying. To explain exactly my situation, I have a Windows cmd script which try to launch a bash script. ------- rxvtwin.cmd ------ @echo on SET DISPLAY=127.0.0.1:0.0 if defined CYGWIN_ROOT goto :OK set CYGWIN_ROOT=%~dp0 :OK SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/bin SET PATH=%CYGWIN_ROOT%\bin;%PATH% %RUN% %CYGWIN_ROOT%\bin\bash /usr/local/bin/rxvtwin.sh %* ------------------------------- I call it in windows shortcut with a "user@host" as parameter and it launch a rxvt terminal with a ssh session to the host and background color depending on host. If instead of "%RUN% %CYGWIN_ROOT%\bin\bash /usr/local/bin/rxvtwin.sh %*" I launch "%CYGWIN_ROOT%\bin\bash /usr/local/bin/rxvtwin.sh %*", it works. So it seems to be really run which has an issue. > ?b) I see you have started 'Xwin'. ?Do either of you know what display > ? ? 'XWin' started itself on? ? ? ? ? If you specified no value, it probably > created the display ":0.0". Yes my server is running on display 0.0 and I specify it in DISPLAY environment variable. ?(I specified it in both bash and cmd script since I don't know if environment is inherited by bash process when I run it) > ? \bin\bash.exe -c 'DISPLAY=:0 xterm' > > ? for cygwin path='C:\cygwin': > > ? ? ?C:\cygwin\bin\bash.exe -c 'DISPLAY=:0 xterm' > ? ? ? ?or > ? ? ?C:\cygwin\bash\bash.exe -c 'xterm -display :0' > ? for cygwin path= 'C:\': ? ? (my value) > > ? ? ?C:\bin\bash.exe -c 'DISPLAY=:0 xterm' > ? ? ? ? ? ? ? ?or > > ? ? C:\bash\bash.exe -c 'xterm -display :0' > > The above two commands work on WinXP and Vista under the 1.5.x series > of Cygwin. It don't work as I expected since what I have explained before. But I have a little track : My office has given me a new computer and with the old I had no problem with the same scripts, the difference between the two is that the old one was Windows XP 32bits and the new one is Windows XP 64 bits. I tried first with cygwin 1.5 and I installed also cygwin 1.7 (I have the same problem in both installation). Best Regards, Florent Fievez -- 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 bharath_musthy@yahoo.co.uk Wed Nov 4 13:28:00 2009 From: bharath_musthy@yahoo.co.uk (BharathX) Date: Wed, 04 Nov 2009 13:28:00 -0000 Subject: Cygwin X query Login page reloads In-Reply-To: <20091102135142.GD9072@ednor.casa.cgf.cx> References: <26156699.post@talk.nabble.com> <20091102135142.GD9072@ednor.casa.cgf.cx> Message-ID: <26196300.post@talk.nabble.com> Thanks Larry for the reply. Christopher, Sorry man, i obviously didn't mean to post it so many times...i was pressing the 'post message' button and nothing was happening..so had to try it a few times..finally i got a message that the server is under maintainence. so that was the reason. I have the cygcheck file here...i've removed certain paths for obvious reasons. http://old.nabble.com/file/p26196300/cygcheck.out cygcheck.out Please let me know what else is needed to assist me. The strange thing is, i can use the same Cygwin.bat to access another solaris box(sol 10). Thanks guys Bharath Christopher Faylor-8 wrote: > > On Mon, Nov 02, 2009 at 04:37:43AM -0800, BharathX wrote: >> >>Hi Guys, >> >>This is my first post so please bear with me... > > Actually, it's your sixth identical post. Please correct the > malfunction which is causing this. > > cgf > > -- > 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/ > > > -- View this message in context: http://old.nabble.com/Cygwin-X-query-%3CSolaris%3E-Login-page-reloads-tp26156699p26196300.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 cygwin@tlinx.org Wed Nov 4 20:14:00 2009 From: cygwin@tlinx.org (Linda Walsh) Date: Wed, 04 Nov 2009 20:14:00 -0000 Subject: META CONTENT: posting format redux: education of a welcome, new community member...? In-Reply-To: <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> Message-ID: <4AF1E0AE.8000207@tlinx.org> Florent Fievez wrote: > 2009/11/3 Linda Walsh : ^^^^^^^^^^^^^^^ -- another no no**(see bottom) >> [curious] Why did you copy [the previous,] complete note >> into your response, when [all you said was] "me too"? > > I simply clicked on "reply" button of my webmail. I will not do it > again ;-) --- The point was not whether you hit reply, but whether or not you chose to edit down the part you included to some minimal subset of the message so as not to fill the rest of anyone's screen with unnecessary characters. Some people (call them group A) use text-only readers that display the whole message from top to bottom that scrolls your response off the screen if you fill your message with a copy of a long included response. As a result, they have to redisplay your message with paging enabled, just to see a 1-liner that is placed at the top of the message (call that Style-A). Other people (call them group B) using Graphical-readers(GUI's) to read email only see the first page of a long email, so when someone includes the whole message and puts a 1-liner at the end (call that style B), have to manually scroll through a bunch of text they've already read in previous posts, just to see a one liner. Note: Style-A is sometimes called 'top-posting', and Style-B is sometimes called 'bottom-posting'. When someone is using a GUI, and reads a 'Style-B' message, they have to slowly scroll through your message, either using the mouse or using some page-down type character. That can be a tedious and error-prone process In both cases it requires more work to read your message which was simply a "me too" message that didn't require inclusion of the entire previous message. So some people get 'irritated' at having to scroll up or page through repeated text just to get to a "me too" response. This is even more of a problem for people who have disabilities -- blind people might have problems reading through tons of repeated text just to get to important stuff, so its important for you to pare down the extraneous parts to make it easier in any event. People with motion disabilities (including people with RSI type problem (Carpal tunnel, Ulnar 'tunnel', or spinal problems) may have problems with the extra motions required to read your text. So, in generally, it's just a good idea to trim down included text to some minimal context that is needed to make your message "make sense" -- which is, nearly always, something that is both, considerably less than the full message, but will also fit on 1 screen, with your message, of those in group-A and in group-B -- thus making both happy, though, I believe "Style-A" (AKA top-posing), as you did, would best serve those using screen-readers -- which work with GUI's but not usually text-style windows. Note -- you didn't do anything *wrong* -- I'm just letting you know the problems that other people have raised about posting styles in the past, so you can be aware, and be conscious about your posting style. We certainly don't want any *unconscious postings*! :-) (been there, done that, got no T-shirt -- just negative karma points). Hopefully I won't get flamed for this, but I'm cross-posting this to the cygwin main list, as well, where this issue comes up on some periodic basis, with the hope that my suggestions will be considered: "Style-A" (AKA top-posting) is easier on people with disabilities, but excessively quoting old text such that the "new content" is scrolled off a screen is also annoying and wasteful. For those in Group-B, if they are trying to be thorough and make sure you had no further comments interspersed with the content below, they'll still be forced to page through pages of repeated text). I'll respond to the rest of your note separately on the appropriate list. Linda ** -- it's also considered a no-no, to include people's actual email address when responding: use their name instead or at least heavily obfuscate their email addr, since these emails are archived on publicly searchable websites and spammers skim these archives to look for email addresses to send spam to. I can vouch for getting a considerable amount of spam sent my list-dedicated email accounts. -- 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 luke@west.me.uk Wed Nov 4 21:22:00 2009 From: luke@west.me.uk (Luke J. West) Date: Wed, 04 Nov 2009 21:22:00 -0000 Subject: opengl 'visual capabilities' on windows 7 Message-ID: <1257369757.10734.1343608961@webmail.messagingengine.com> Hi, I've just installed Cygwin 1.7 (Win7 Hmoe Premium) and am trying to get started with OpenGL. I have a sample OpenGL program (sample.c) and I get the following. sh-3.2$ gcc -o sample.bin sample.c -lglut -lglu -lgl sh-3.2$ ./sample.bin freeglut (./sample.bin): ERROR: Internal error in function fgOpenWindow Segmentation fault (core dumped) sh-3.2$ glxinfo name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: Brian Paul ... 64 GLX Visuals visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x21 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None 0xc2 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None 0xc3 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None 0xc4 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None .... Any advice or suggestions would be very much appreciated Luke -- 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 cygwin@tlinx.org Wed Nov 4 22:05:00 2009 From: cygwin@tlinx.org (Linda Walsh) Date: Wed, 04 Nov 2009 22:05:00 -0000 Subject: release scheduling, cygwin 1.7 et al (was Re: X11R7.5 & fontcache..) In-Reply-To: <4AEB2BF5.3010203@cygwin.com> References: <4AEA4329.2070403@tlinx.org> <4AEA5978.5080705@users.sourceforge.net> <4AEA6407.20307@tlinx.org> <4AEB2BF5.3010203@cygwin.com> Message-ID: <4AF1FAAB.3010109@tlinx.org> * Yaakov (Cygwin/X) wrote: "http://cygwin.com/acronyms/#RSN :-)" ** LW wrote: "--I don't suppose you could express that in ISO format? :-)" Larry Hall wrote: > Since you've asked this on multiple lists, I'm going to assume this is > more than just a humorous comment that you don't expect an answer to. Posting this as a reply on cygwin would have been more appropriate, as there, it was obvious, I was *repeating* the question, (I mentioned it came up on this list), and it was there that I was *probing*, to see if a more firm day had been given that I had missed. > Cygwin 1.7 will be released as soon as it's ready. So I've heard. > There is no specific date at this time. --- Same as before. So I haven't missed any news and there is still no timeframe (could still be a year away) for release... firm dates are one thing, but "we are hoping before Xmas, or Beltane (May Day)" would give an idea. That said, I very well know the unpredictable nature of SW development. How can one give a "real schedule" about something that has never been done before? Managers have pushed the moniker 'software engineering' onto the field -- as though software is something that can be engineered and manufactured like off-the-shell nuts and bolts. That does the field a great disservice. As writing software is all about creativity. It's not about creating the nuts and bolts, but how they go together -- just like painting is not about the paint, it's about how it goes onto the medium. Sure you can give estimates, but reality is they are only best guesses and any number of things can come up to alter them. This was known as far back as 1985. See good paper at: http://dspace.mit.edu/handle/1721.1/48174?show=full Says basically, even the "act" of coming up with a schedule can [adversely] affect the outcome of not creating one. The compare it to the 'Heisenberg Uncertainty Principle' But even with such knowledge at your disposal, you'll still run into Dilbertian manager types who live in a fantasy world, where, by force of will, they believe they can force a product into existence on their schedule. :^) However, I am not the manager type -- I'm not ruthless enough. > That's not a reason not to use it however, if you prefer. And if you need > something that's only on 1.7, this is a good time to try it out. And > since you can install 1.7 beside 1.5 if you like, your risk of borking > your Cygwin installation is pretty minimal. --- I saw support for dual installations in a recent announcement on Cygwin's main list. I've also seen quite a few problems reported against 1.7 in the compatibility department, but I realize that gives no indication of the number of users who don't have problems. The announced wasn't clear if the dual installation support was backwards compatible to 1.5. My history with cygwin goes back a bit, to, when having more than one cygwin install on your disk at the same time was grounds for being drawn and quartered if you reported any problem in such a setup. You know how the cygwin-standard team can be...any excuse for flaying a user provides them joy (in their 'we take pride in our meaness' way). :-) Maybe when I'm not swamped w/other probs... Thanks for the ~informative~ response. ;^) -linda -- 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 reply-to-list-only-lh-x@cygwin.com Thu Nov 5 00:11:00 2009 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Thu, 05 Nov 2009 00:11:00 -0000 Subject: release scheduling, cygwin 1.7 et al (was Re: X11R7.5 & fontcache..) In-Reply-To: <4AF1FAAB.3010109@tlinx.org> References: <4AEA4329.2070403@tlinx.org> <4AEA5978.5080705@users.sourceforge.net> <4AEA6407.20307@tlinx.org> <4AEB2BF5.3010203@cygwin.com> <4AF1FAAB.3010109@tlinx.org> Message-ID: <4AF21812.3040705@cygwin.com> On 11/04/2009 05:05 PM, Linda Walsh wrote: > I saw support for dual installations in a recent announcement on Cygwin's > main list. I've also seen quite a few problems reported against 1.7 in the > compatibility department, but I realize that gives no indication of the > number of users who don't have problems. > The announced wasn't clear if the dual installation support was backwards > compatible to 1.5. It's been possible to install and run Cygwin 1.7 alongside 1.5 since, well, for quite a long time. This was seen as a requirement for package maintainers to start making the move to 1.7 (though it isn't a strict requirement that they do so). The announcement that you saw about multiple cygwin1.dlls with 1.7 means that this "flexibility" has been extended to any 1.7.x version as well. So, start dropping 1.7 cygwin1.dlls all over your disk. It's time to spread the joy! ;-) As for "compatibility", that's in the eye of the beholder. But I haven't seen anything yet that I consider a show-stopper, especially considering that 1.5 is still going to be there for anyone that can't tolerate 1.7 for some reason. But that's just my opinion. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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 cygwin@tlinx.org Thu Nov 5 02:57:00 2009 From: cygwin@tlinx.org (Linda Walsh) Date: Thu, 05 Nov 2009 02:57:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> Message-ID: <4AF23F04.90903@tlinx.org> Florent Fievez wrote: >> 2) to both Florent and Ken? >> >> In addition to Gery Herbozo Jimenez's response and question to you, >> ( "Have you tried just starting the XWin server first and the the >> xterm? it looks like the X server doesn't recognize that line >> command." ), >> a) Have you tried starting 'xterm' without 'run' ? > > Yes, it works without problem but a cmd window remain and that is > annoying. --- Maybe you can close the cmd window after it starts... Yeah, still a pain... > To explain exactly my situation, I have a Windows cmd script > which try to launch a bash script. --- I'm not a windows.cmd language expert, but.... > SET DISPLAY=127.0.0.1:0.0 --- I don't know if it would make a difference, but I use DISPLAY=":0" (I only have 1 display, so the extra ".0" should be superfluous). But also ":0" should connect via a local socket instead of using IP. Do you have any firewall products that could be blocking traffic to or from 127.0.0.x? > if defined CYGWIN_ROOT goto :OK > set CYGWIN_ROOT=%~dp0 ---- Not sure what ~dp0 is supposed to do. ?? > :OK > > SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/bin > > SET PATH=%CYGWIN_ROOT%\bin;%PATH% > > > %RUN% %CYGWIN_ROOT%\bin\bash /usr/local/bin/rxvtwin.sh %* --- Is is possible to change that last line to: %RUN% %CYGWIN_ROOT%\bin\bash -c "DISPLAY=:0 /usr/local/bin/rxvtwin.sh %* " ---that's all 1 line--- What does rxvtwin have in it? Any reason not just to run it? It looks like you are running the X server and the rxvt on the same machine. You might want to look at 'minTTY'. It's a replacement for the cmd.exe standard window that you can resize and set transparency on -- i.e. it has more options, I think than rxvt. It might be more what you want? run % > ------------------------------- > > I call it in windows shortcut with a "user@host" as parameter and it > launch a rxvt terminal with a ssh session to the host and background > color depending on host. > If instead of "%RUN% %CYGWIN_ROOT%\bin\bash /usr/local/bin/rxvtwin.sh > %*" I launch "%CYGWIN_ROOT%\bin\bash /usr/local/bin/rxvtwin.sh %*", it > works. > So it seems to be really run which has an issue. --- If it works locally but not under 'run', maybe you might try reporting it on the main list -- as it doesn't seem to be strictly an X problem, but some there might go "eewww, X" ... that belongs in cygwin-x! But a bug in run is a bug in run... I have a feeling that your DISPLAY variable isn't getting passed properly to your shellscript. Another possibility -- get a non-X version of rvxt. I don't know if there is one in the main package base or not...I connected up to a french site with binaries other than the standard ones -- I might have pulled it down there -- has a neat 'server-client' version of rxvt as well -- launch 1 serer, an then each client takes about 200K/client. >> Do either of you know what display 'XWin' started itself on? > Yes my server is running on display 0.0 and I specify it in DISPLAY > environment variable. > (I specified it in both bash and cmd script since I don't know if > environment is inherited by bash process when I run it) ---- does your logfile in /var/log/Xwin...(something) also confirm that it opened the 0.0 display? I'm not sure your rvxt script is getting DISPLAY -- maybe you could echo DISPLAY out to a file? i.e. inside rxvt.sh -- put in an "echo $DISPLAY>/tmp/my_rxvt.out" (or some place where you can store it temporarily)...see if it stores the value you think it is storing. Maybe try putting DISPLAY=":0" in the script? >> for cygwin path='C:\cygwin': >> C:\cygwin\bin\bash.exe -c 'DISPLAY=:0 xterm' >> or C:\cygwin\bash\bash.exe -c 'xterm -display :0' >> for cygwin path= 'C:\': (my value) >> C:\bin\bash.exe -c 'DISPLAY=:0 xterm' >> or C:\bash\bash.exe -c 'xterm -display :0' > >> The above two commands work on WinXP and Vista using cygwin1.5 > > It don't work as I expected since what I have explained before. --- I thought you said it DID work? Oh...the above also is assuming your PATH variable has already included /usr/bin under your cygwin dir. Hopefully, something will help...:-) -- 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 mailing@fievel.be Thu Nov 5 08:47:00 2009 From: mailing@fievel.be (Florent Fievez) Date: Thu, 05 Nov 2009 08:47:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <4AF23F04.90903@tlinx.org> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> Message-ID: <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> Hello, First thanks for taking time to answer me, it now works but I don't understand very well why ... However that's not a problem, it's just my mind which like to know ... 2009/11/5 Linda Walsh : >> >> Yes, it works without problem but a cmd window remain and that is >> annoying. > > --- > ? ? ? ?Maybe you can close the cmd window after it starts... > > ? ? ? ?Yeah, still a pain... No it kills subprocesses, so if I close that window, rxvt will close. > ? ? ? ?I'm not a windows.cmd language expert, but.... > >> SET DISPLAY=127.0.0.1:0.0 > > --- > ? ? ? ?I don't know if it would make a difference, but I use > DISPLAY=":0" ?(I only have 1 display, so the extra ".0" should > be superfluous). ?But also ":0" should connect via a local socket > instead of using IP. ?Do you have any firewall products that could > be blocking traffic to or from 127.0.0.x? For the firewall, it's completely disabled on my computer and I can export display from other host to my computer without any problems. With DISPLAY=:0 (in both bash and cmd script, *it works*), so thank you but I'm not understanding the source of my problem. > > >> if defined CYGWIN_ROOT goto :OK >> set CYGWIN_ROOT=%~dp0 > > ---- > ? ? ? ?Not sure what ~dp0 is supposed to do. ??? > ~dp0 return the path of current script, it's like you do a : myDir=`dirname $0` pushd $myDir CYGWIN_ROOT=`pwd` popd Best regards, -- 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 mailing@fievel.be Thu Nov 5 09:45:00 2009 From: mailing@fievel.be (Florent Fievez) Date: Thu, 05 Nov 2009 09:45:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> Message-ID: <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> 2009/11/5 Florent Fievez : > Hello, > > First thanks for taking time to answer me, it now works but I don't > understand very well why ... > However that's not a problem, it's just my mind which like to know ... Ok, well I understand. When I run with "DISPLAY=:0", it doesn't recognize my X server and start rxvt locally. If I kill the X server, it also work ... But It's not a problem since I can do what I want in this mode. Best regards, -- 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 luke@west.me.uk Thu Nov 5 11:32:00 2009 From: luke@west.me.uk (Luke J. West) Date: Thu, 05 Nov 2009 11:32:00 -0000 Subject: opengl in 1.7 on Win7 again Message-ID: <1257420731.16068.1343705795@webmail.messagingengine.com> Hi, I forgot to mention in my previous email that glxgears works fine - even though my sample opengl program bombs out like this... sh-3.2$ ./sample.bin freeglut (./sample.bin): ERROR: Internal error in function fgOpenWindow Segmentation fault (core dumped) Where's the first place you would check if you had this problem? *any* help appreciated. any suggestions as to where to look or what to check will be most helpful. Thanks again, Luke -- previous msg... Hi, I've just installed Cygwin 1.7 (Win7 Hmoe Premium) and am trying to get started with OpenGL. I have a sample OpenGL program (sample.c) and I get the following. sh-3.2$ gcc -o sample.bin sample.c -lglut -lglu -lgl sh-3.2$ ./sample.bin freeglut (./sample.bin): ERROR: Internal error in function fgOpenWindow Segmentation fault (core dumped) sh-3.2$ glxinfo name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: Brian Paul ... 64 GLX Visuals visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x21 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None 0xc2 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None 0xc3 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None 0xc4 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None .... Any advice or suggestions would be very much appreciated Luke -- 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 jeanluc.malet@gmail.com Thu Nov 5 14:17:00 2009 From: jeanluc.malet@gmail.com (jean-luc malet) Date: Thu, 05 Nov 2009 14:17:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> Message-ID: <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> Hi! I have the same kind of issue but with gvim.... however it does work with xterm.... xterm.bat : c:\cygwin\bin\run -p /usr/X11R6/bin xterm gvim.bat : c:\cygwin\bin\run -p /bin gvim 1rst is working... second is launching gvim (ps -a show the process) but gvim don't open the window.... in all case DISPLAY is correctly set, launching c:\cygwin\bin\gvim in a cmd.com is working fine, launching the .bat in the same cmd.com don't print anything but process is started... any idea? thanks JLM On Thu, Nov 5, 2009 at 10:45 AM, Florent Fievez wrote: > 2009/11/5 Florent Fievez : >> Hello, >> >> First thanks for taking time to answer me, it now works but I don't >> understand very well why ... >> However that's not a problem, it's just my mind which like to know ... > > Ok, well I understand. When I run with "DISPLAY=:0", it doesn't > recognize my X server and start rxvt locally. If I kill the X server, > it also work ... > But It's not a problem since I can do what I want in this mode. > > Best regards, > > -- > 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/ > > -- KISS! (Keep It Simple, Stupid!) (garde le simple, imb?cile!) "mais qu'est-ce que tu m'as pondu comme usine ? gaz? fait des choses simples et qui marchent, esp?ce d'imb?cile!" ----------------------------- "Si vous pensez que vous ?tes trop petit pour changer quoique ce soit, essayez donc de dormir avec un moustique dans votre chambre." Betty Reese http://www.grainesdechangement.com/citations.htm -- 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 senderowicz@mobiusmicro.com Thu Nov 5 17:58:00 2009 From: senderowicz@mobiusmicro.com (Daniel Senderowicz) Date: Thu, 05 Nov 2009 17:58:00 -0000 Subject: mwm broke down Message-ID: <000001ca5e41$4e8896e0$eb99c4a0$@com> Hi, I was happily running (uname -a): CYGWIN_NT-5.1 ragtime 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin Together with mwm, when after an automatic windows update started to mis-behave. It starts ok but after a few seconds I cannot move the windows nor bring them to top or below. I will appreciate any help from the gurus. Regards, Daniel -- 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 cygwin@tlinx.org Thu Nov 5 20:06:00 2009 From: cygwin@tlinx.org (Linda Walsh) Date: Thu, 05 Nov 2009 20:06:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> Message-ID: <4AF33032.8050108@tlinx.org> I would suggest you run the native version of 'gvim' instead of the cygwin 'gvim' unless you know you need something that the 'X' version provides. You can download the native gvim from the vim website. The native version can use the SAME config files as the cygwin version (i.e. it works equally well with LF line endings as it does CRLF line endings). It handles "/" or "\" as path separators. I believe. BUT, one caveat, I have my Cygwin installed in C:\ not C:\cygwin, and my drive prefix is "/" not 'cygdrive/' This means all my dos paths and cygwin paths are *equal*. So from any directory, if I type in 'vi xxx', I get the cygwin based 'vi' editor, but if I want a gui, I can type in 'gvim xxx' and I will get the native-windows based gui. Just make sure you add /prog/vim/ to your path (or wherever you install vim programs). It's faster and doesn't need a running xserver. I do use the X-version of gvim, but only when editing a file on a remote machine. That said, the process of getting the 'X' version of gvim is straightforward. Start from debugging the launching of it in 'cmd.exe' -- that's like calling it from 'run'. which is similar to how explorer will run it. Also, if you use ":0" for your output, be sure to put it in quotes. DISPLAY=:0 isn't safe unless it is quotes : DISPLAY=":0" DISPLAY=":0" will go through a unix socket to talk to your Xserver. In 'xhost', it shows up as "LOCAL:", whereas internet addresses show up as INET:localhost" (entry for localhost:0). jean-luc malet wrote: > Hi! > I have the same kind of issue but with gvim.... > however it does work with xterm.... -- 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 daniel@bicho.SynchroDesign.COM Thu Nov 5 23:26:00 2009 From: daniel@bicho.SynchroDesign.COM (Daniel Senderowicz) Date: Thu, 05 Nov 2009 23:26:00 -0000 Subject: mwm broke down Message-ID: <200911052326.nA5NQKUD015336@bicho.SynchroDesign.COM> Sorry guys, I found what the problem was: it seems that the "Num Lock" key is stuck and since the keyboard does not have any light for that I didn't know. Waiting for 1.7!!! Cheers, Daniel >Hi, > >I was happily running (uname -a): > >CYGWIN_NT-5.1 ragtime 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin > >Together with mwm, when after an automatic windows update started to >mis-behave. It starts ok but after a few seconds I cannot move the windows >nor bring them to top or below. I will appreciate any help from the gurus. > >Regards, > >Daniel -- 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 Thu Nov 5 23:43:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 05 Nov 2009 23:43:00 -0000 Subject: opengl in 1.7 on Win7 again In-Reply-To: <1257420731.16068.1343705795@webmail.messagingengine.com> References: <1257420731.16068.1343705795@webmail.messagingengine.com> Message-ID: <4AF3630B.5080704@dronecode.org.uk> On 05/11/2009 11:32, Luke J. West wrote: > I forgot to mention in my previous email that glxgears works fine - even > though my sample opengl program bombs out like this... > > sh-3.2$ ./sample.bin > freeglut (./sample.bin): ERROR: > Internal error in > function fgOpenWindow > Segmentation fault (core dumped) > > Where's the first place you would check if you had this problem? Although you probably will not consider this helpful, the first place to look is: in your sample.c You haven't shown any evidence that the error message reported isn't correct i.e. your sample code is causing freeglut to ask for a visual which the server can't give it. > *any* > help appreciated. any suggestions as to where to look or what to check > will be most helpful. Looking at the source code for fgOpenWindow and fgChooseVisual [1], the specification of glXChooseVisual, the set of visuals available as listed by glxinfo and how your sample code configures freeglut would probably be informative... [1] http://freeglut.svn.sourceforge.net/viewvc/freeglut/trunk/freeglut/freeglut/src/freeglut_window.c?view > I've just installed Cygwin 1.7 (Win7 Hmoe Premium) and am trying to get > started with OpenGL. > > I have a sample OpenGL program (sample.c) and I get the following. > > sh-3.2$ gcc -o sample.bin sample.c -lglut -lglu -lgl > > sh-3.2$ ./sample.bin > freeglut (./sample.bin): ERROR: Internal error capabilities not found> in function fgOpenWindow > Segmentation fault (core dumped) > > sh-3.2$ glxinfo > name of display: :0.0 > display: :0 screen: 0 > direct rendering: Yes > server glx vendor string: Brian Paul > ... > 64 GLX Visuals > visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav > id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat > ---------------------------------------------------------------------- > 0x21 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None > 0xc2 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None > 0xc3 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None > 0xc4 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None > .... -- 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 do-not-reply@winamp.com Fri Nov 6 15:02:00 2009 From: do-not-reply@winamp.com (WINAMP.COM | Forums Mailer) Date: Fri, 06 Nov 2009 15:02:00 -0000 Subject: Burn Fat Naturally Message-ID: <200911061502.nA6F2Za0010040@waforumweb-dtc1l-1.winamp.com> customer, This is a message from Mary Mary ( mailto: ) from the WINAMP.COM | Forums ( http://forums.winamp.com/ ). The message is as follows: We are looking for females and females aged 18-60 to get a new burn fat naturally product. http://short.to/w48m Bye WINAMP.COM | Forums takes no responsibility for messages sent through its bulletin board systems. -- 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 jeanluc.malet@gmail.com Fri Nov 6 17:47:00 2009 From: jeanluc.malet@gmail.com (jean-luc malet) Date: Fri, 06 Nov 2009 17:47:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <4AF33032.8050108@tlinx.org> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <4AF33032.8050108@tlinx.org> Message-ID: <1de9d39c0911060946j62554af8xee8349a2cfff34d0@mail.gmail.com> thanks for the reply, for some reason I would like to continue using the cygwin one... this .bat was working some time ago, until I update cygwin.... 1) when I launch cygwin's gvim from a dos cmd shell it run as expected 2) when I launch "c:\Cygwin\bin\run gvim" in the same dos cmd shell it spawn a process gvim (ps -a show it) attached to con but nothing is displayed on screen -> this isn't a pb of DISPLAY else 1) wouldn't have worked and cygwin's gvim wouldn't have displayed thanks and regards JLM On Thu, Nov 5, 2009 at 9:06 PM, Linda Walsh wrote: > I would suggest you run the native version of 'gvim' instead > of the cygwin 'gvim' unless you know you need something that > the 'X' version provides. > > You can download the native gvim from the vim website. > > The native version can use the SAME config files as the cygwin > version (i.e. it works equally well with LF line endings as > it does CRLF line endings). > > It handles "/" or "\" as path separators. ?I believe. > > BUT, one caveat, I have my Cygwin installed in C:\ not > C:\cygwin, and my drive prefix is "/" not 'cygdrive/' ?This > means all my dos paths and cygwin paths are *equal*. So > from any directory, if I type in 'vi xxx', I get the cygwin > based 'vi' editor, but if I want a gui, I can type in 'gvim xxx' > and I will get the native-windows based gui. > > Just make sure you add /prog/vim/ to your path (or wherever you > install vim programs). ?It's faster and doesn't need a running > xserver. > I do use the X-version of gvim, but only when editing a file > on a remote machine. > > That said, the process of getting the 'X' version of gvim > is straightforward. > > Start from debugging the launching of it in 'cmd.exe' -- that's like calling > it from 'run'. which is similar to how > explorer will run it. > > Also, if you use ":0" for your output, be sure to > put it in quotes. ?DISPLAY=:0 isn't safe unless it > is quotes : DISPLAY=":0" ? DISPLAY=":0" will go through > a unix socket to talk to your Xserver. ?In 'xhost', it shows > up as "LOCAL:", whereas internet addresses show up as > INET:localhost" ?(entry for localhost:0). > > > > jean-luc malet wrote: >> >> Hi! >> I have the same kind of issue but with gvim.... >> however it does work with xterm.... > > -- > 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/ > > -- KISS! (Keep It Simple, Stupid!) (garde le simple, imb?cile!) "mais qu'est-ce que tu m'as pondu comme usine ? gaz? fait des choses simples et qui marchent, esp?ce d'imb?cile!" ----------------------------- "Si vous pensez que vous ?tes trop petit pour changer quoique ce soit, essayez donc de dormir avec un moustique dans votre chambre." Betty Reese http://www.grainesdechangement.com/citations.htm -- 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 mike_ayers@tvworks.com Fri Nov 6 18:40:00 2009 From: mike_ayers@tvworks.com (Mike Ayers) Date: Fri, 06 Nov 2009 18:40:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> Message-ID: <83E753BE7B6A324ABB336245BAF1DAAC0D5880E4@mailserver.metatv-ds.metatv.com> > From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- > owner@cygwin.com] On Behalf Of jean-luc malet > Sent: Thursday, November 05, 2009 6:18 AM > gvim.bat : > c:\cygwin\bin\run -p /bin gvim Try: c:\cygwin\bin\run -p /bin:/usr/X11R6/bin gvim HTH, Mike From jon.turney@dronecode.org.uk Fri Nov 6 21:08:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Fri, 06 Nov 2009 21:08:00 -0000 Subject: building issue In-Reply-To: <4A872544.6090307@dronecode.org.uk> References: <9b83ffd90908151351i3dca1b4ay21a300162d28c9f7@mail.gmail.com> <4A872544.6090307@dronecode.org.uk> Message-ID: <4AF49050.5010105@dronecode.org.uk> On 15/08/2009 22:14, Jon TURNEY wrote: > On 15/08/2009 21:51, J. Offerman wrote: >> I'm trying to build the server. At the end, I see XWin.exe is created >> but it doesn't seem right. I see one error in the build log. >> >> So, I see it links every .o file with *.la files to create ./XWin.exe >> and then it links every *.o files with a bunch of *.a files to create >> .libs/XWin.exe and then ... what should happen next? > > Not quite right, I think. > > ./XWin.exe is a small wrapper generated by libtool which executes > .libs/XWin.exe (I believe for doing special things if needed to find > libtool libraries which are not yet installed) > >> ../../libtool: line 9203: ./XWin.exe: Permission denied > > I've seen this on some occasions, I've never quite got around to trying > to work out why it happens. > > afaik, since this wrapper isn't doing anything useful for you in this > particular case, you can invoke .libs/XWin.exe directly and it should > just work. I think I've finally found out why these "Permission denied" errors occur. It seems to be caused by the XWin.exe.manifest file we store in the same directory (it's not shipped as it's embedded into the final executable using the resource compiler) Presumably the manifest is incompatible with the libtool wrapper executable in some way and we get this unhelpful error message. If you remove the manifest file, the libtool wrapper executes without problems. Since the name of the manifest file is not significant when it is compiled using the resource compiler, perhaps we should rename it to avoid this problem, or keep it in a subdirectory. -- 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 luke@west.me.uk Fri Nov 6 23:34:00 2009 From: luke@west.me.uk (Luke J. West) Date: Fri, 06 Nov 2009 23:34:00 -0000 Subject: opengl in 1.7 on Win7 again In-Reply-To: <4AF3630B.5080704@dronecode.org.uk> References: <1257420731.16068.1343705795@webmail.messagingengine.com> <4AF3630B.5080704@dronecode.org.uk> Message-ID: <1257550440.14097.1343993211@webmail.messagingengine.com> Thanks Jon, On the contrary - it turned out to be very helpful. I tried again using this exceedingly minimal glut app:- #include void func() {} int main(int argc, char* argv[]) { glutInit(&argc, argv); glutCreateWindow("Jon rocks!"); glutDisplayFunc(func); glutMainLoop(); return 0; } Once I supplied "-display 127.0.0.1:0.0" as cmdline args it ran a treat. I may not be out of the woods, but I now have a positive result and a negative one, and that's enough to go hunting on my own. It just goes to show that even after (more than) 3 decades of coding, you can still miss the blindingly obvious! Thanks again, Luke On Thu, 05 Nov 2009 23:43:07 +0000, "Jon TURNEY" said: > On 05/11/2009 11:32, Luke J. West wrote: > > I forgot to mention in my previous email that glxgears works fine - even > > though my sample opengl program bombs out like this... > > > > sh-3.2$ ./sample.bin > > freeglut (./sample.bin): ERROR: > > Internal error in > > function fgOpenWindow > > Segmentation fault (core dumped) > > > > Where's the first place you would check if you had this problem? > > Although you probably will not consider this helpful, the first place to > look > is: in your sample.c > > You haven't shown any evidence that the error message reported isn't > correct > i.e. your sample code is causing freeglut to ask for a visual which the > server > can't give it. > > > *any* > > help appreciated. any suggestions as to where to look or what to check > > will be most helpful. > > Looking at the source code for fgOpenWindow and fgChooseVisual [1], the > specification of glXChooseVisual, the set of visuals available as listed > by > glxinfo and how your sample code configures freeglut would probably be > informative... > > [1] > http://freeglut.svn.sourceforge.net/viewvc/freeglut/trunk/freeglut/freeglut/src/freeglut_window.c?view > > > I've just installed Cygwin 1.7 (Win7 Hmoe Premium) and am trying to get > > started with OpenGL. > > > > I have a sample OpenGL program (sample.c) and I get the following. > > > > sh-3.2$ gcc -o sample.bin sample.c -lglut -lglu -lgl > > > > sh-3.2$ ./sample.bin > > freeglut (./sample.bin): ERROR: Internal error > capabilities not found> in function fgOpenWindow > > Segmentation fault (core dumped) > > > > sh-3.2$ glxinfo > > name of display: :0.0 > > display: :0 screen: 0 > > direct rendering: Yes > > server glx vendor string: Brian Paul > > ... > > 64 GLX Visuals > > visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav > > id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat > > ---------------------------------------------------------------------- > > 0x21 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None > > 0xc2 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None > > 0xc3 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None > > 0xc4 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 16 0 0 None > > .... > > -- > 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 cestrauss@gmail.com Sat Nov 7 01:25:00 2009 From: cestrauss@gmail.com (Cesar Strauss) Date: Sat, 07 Nov 2009 01:25:00 -0000 Subject: building issue In-Reply-To: <4AF49050.5010105@dronecode.org.uk> References: <9b83ffd90908151351i3dca1b4ay21a300162d28c9f7@mail.gmail.com> <4A872544.6090307@dronecode.org.uk> <4AF49050.5010105@dronecode.org.uk> Message-ID: Jon TURNEY wrote: > I think I've finally found out why these "Permission denied" errors occur. > > It seems to be caused by the XWin.exe.manifest file we store in the same > directory (it's not shipped as it's embedded into the final executable > using the resource compiler) > > Presumably the manifest is incompatible with the libtool wrapper > executable in some way and we get this unhelpful error message. > Please try setting the execute bit (chmod +x) on the manifest file. See also: Libtool: Generated manifests need execute permission http://article.gmane.org/gmane.os.cygwin/110870 HTH, Cesar -- 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 corinna-cygwin@cygwin.com Sun Nov 8 11:03:00 2009 From: corinna-cygwin@cygwin.com (Corinna Vinschen) Date: Sun, 08 Nov 2009 11:03:00 -0000 Subject: cygwin 1.7.0-63 problems with X programs In-Reply-To: <4AF583C1.5060908@cs.umass.edu> References: <4AF583C1.5060908@cs.umass.edu> Message-ID: <20091108110326.GZ26344@calimero.vinschen.de> On Nov 7 09:27, Eliot Moss wrote: > Like another user, I had difficulty getting X to fire up. > After setting LANG=en_US.UTF-8 I got farther, but these issues > remain: > > Each xterm, xemacs, and xclock I start outputs this: > > Warning: Missing charsets in String to FontSet conversion > > I also get a series of: > > twm: warning: font for charset XXX is lacking. > > Where XXX is replaced by each of these in turn: > > JISX0208.1983-0 > KSC5601.1987-0 > GB2312.1980-0 > > Those three lines repeat 6 times. > > Also: > 1) the whole deal takes noticeably longer to start > 2) xemacs does not receive its normal geometry from .Xdefaults > 3) each xterm started from .xinitrc has a blank line > before the initial bash prompt, that wasn't present before I can reproduce that, but I can't make any sense of it. What on earth does that have to do with setting LANG to "en_US.UTF-8"?!? I'll redirect this to the cygwin-xfree list. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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 moss@cs.umass.edu Sun Nov 8 14:12:00 2009 From: moss@cs.umass.edu (Eliot Moss) Date: Sun, 08 Nov 2009 14:12:00 -0000 Subject: cygwin 1.7.0-63 problems with X programs In-Reply-To: <20091108110326.GZ26344@calimero.vinschen.de> References: <20091108110326.GZ26344@calimero.vinschen.de> Message-ID: <4AF6D1A6.9060703@cs.umass.edu> Corinna Vinschen wrote: > On Nov 7 09:27, Eliot Moss wrote: >> Like another user, I had difficulty getting X to fire up. >> After setting LANG=en_US.UTF-8 I got farther, but these issues >> remain: >> >> Each xterm, xemacs, and xclock I start outputs this: >> >> Warning: Missing charsets in String to FontSet conversion >> >> I also get a series of: >> >> twm: warning: font for charset XXX is lacking. >> >> Where XXX is replaced by each of these in turn: >> >> JISX0208.1983-0 >> KSC5601.1987-0 >> GB2312.1980-0 >> >> Those three lines repeat 6 times. >> >> Also: > >> 1) the whole deal takes noticeably longer to start >> 2) xemacs does not receive its normal geometry from .Xdefaults >> 3) each xterm started from .xinitrc has a blank line >> before the initial bash prompt, that wasn't present before > > I can reproduce that, but I can't make any sense of it. What on earth > does that have to do with setting LANG to "en_US.UTF-8"?!? > > I'll redirect this to the cygwin-xfree list. Thanks for the redirect, Corinna. I can report a bit more ... - Adding the locale lines for C.UTF-8 into locale.dir and compose.dir do work to get X to start for me. (These are the patches discussed in the "X11R7.5 and C.UTF-8" thread on cygwin-xfree.) - The other problems go away if I set LANG=C, so it's definitely something about the locale. Am I unusual in using twm :-) ? Anyway, for now I am using LANG=C, set in the Windows environment variables, but once there are patches or updates to test, I am happy to try them ... Best wishes -- Eliot Moss -- 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 moss@cs.umass.edu Sun Nov 8 14:19:00 2009 From: moss@cs.umass.edu (Eliot Moss) Date: Sun, 08 Nov 2009 14:19:00 -0000 Subject: twm issue under cygwin 1.7 Message-ID: <4AF6D36C.40900@cs.umass.edu> Actually, the issue may not be cygwin per se, but perhaps changes in X. Anyway, I had typically put this in my .twmrc file: "q" = s | c : all : f.quit The intention was for control-shift-Q typed anywhere to cause twm to finish. I also have a menu item: "quit" f.quit If I exit using the menu item, everything is ok, but if I use the c-s-Q method, I get a seg fault in X. I attach the log file. I have other twm questions/issues, but it's probably best to put them in a different email :-) ... Eliot Moss -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: XWin.0.log URL: -------------- next part -------------- -- 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 jeanluc.malet@gmail.com Mon Nov 9 10:50:00 2009 From: jeanluc.malet@gmail.com (jean-luc malet) Date: Mon, 09 Nov 2009 10:50:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <83E753BE7B6A324ABB336245BAF1DAAC0D5880E4@mailserver.metatv-ds.metatv.com> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5880E4@mailserver.metatv-ds.metatv.com> Message-ID: <1de9d39c0911090250y1c22a3b8id0524e5fa2a4e048@mail.gmail.com> no more result... gvim process is still started, appears in ps -a, but nothing is displayed on screen, replacing gvim by xterm still work with this solution... thanks and regards JLM On Fri, Nov 6, 2009 at 7:40 PM, Mike Ayers wrote: >> From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- >> owner@cygwin.com] On Behalf Of jean-luc malet >> Sent: Thursday, November 05, 2009 6:18 AM > >> gvim.bat : >> c:\cygwin\bin\run -p /bin gvim > > ? ? ? ?Try: > > c:\cygwin\bin\run -p /bin:/usr/X11R6/bin gvim > > > ? ? ? ?HTH, > > Mike > > -- KISS! (Keep It Simple, Stupid!) (garde le simple, imb?cile!) "mais qu'est-ce que tu m'as pondu comme usine ? gaz? fait des choses simples et qui marchent, esp?ce d'imb?cile!" ----------------------------- "Si vous pensez que vous ?tes trop petit pour changer quoique ce soit, essayez donc de dormir avec un moustique dans votre chambre." Betty Reese http://www.grainesdechangement.com/citations.htm -- 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 corentin.chary@gmail.com Mon Nov 9 16:48:00 2009 From: corentin.chary@gmail.com (Corentin Chary) Date: Mon, 09 Nov 2009 16:48:00 -0000 Subject: Option to disable PRIMARY clipboard Message-ID: <71cd59b00911090848h4cc51617o6e2576585dfb6509@mail.gmail.com> Hi, Is there a way to disable the PRIMARY clipboard ? Would a patch like that http://sourceware.org/ml/cygwin-xfree/2003-06/msg00148.html (with a command line option) be accepted ? Thanks, -- Corentin Chary http://xf.iksaif.net -- 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 yselkowitz@users.sourceforge.net Mon Nov 9 19:11:00 2009 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Mon, 09 Nov 2009 19:11:00 -0000 Subject: [ANNOUNCEMENT] [1.7] Updated: xcompmgr-1.1.5-1 Message-ID: The following package has been updated for Cygwin 1.7: * xcompmgr-1.1.5-1 xcompmgr is a simple Compositing manager. This is an update to the latest upstream version. Yaakov Cygwin/X CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO ====================================== If you want to unsubscribe from the cygwin-xfree-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-xfree-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- 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 yselkowitz@users.sourceforge.net Mon Nov 9 19:11:00 2009 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Mon, 09 Nov 2009 19:11:00 -0000 Subject: [ANNOUNCEMENT] [1.7] Updated: xorg-server-1.7.1-2 Message-ID: The following package has been updated for Cygwin 1.7: * xorg-server-1.7.1-2 This package contains XWin and the other X.Org X11 servers. The following patches has been added in this release: - Don't exit with error if locale is not supported by X11. (Fixes compatibility with cygwin 1.7.0-63.) - Update and better organize options in -help output and XWin(1) manpage. Yaakov Cygwin/X CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO ====================================== If you want to unsubscribe from the cygwin-xfree-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-xfree-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- 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 jjreisert@alum.mit.edu Mon Nov 9 20:48:00 2009 From: jjreisert@alum.mit.edu (Jim Reisert AD1C) Date: Mon, 09 Nov 2009 20:48:00 -0000 Subject: [1.7] Cygwin/X crashes with latest server, cygwin Message-ID: <806a89db0911091248w77b7777t7737f202e6c46a3b@mail.gmail.com> I updated Cygwin 1.7 with Yakov's fix the LANG problem. It's unstable, the first time I created an Xterm, the server crashed (seg fault): I tried to create another Xterm, but it's hanging my system. Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 1.7.1.0 (10701000) Build Date: 2009-11-04 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: XWin -multiwindow -clipboard -silent-dup-error ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1600 h 1200 winInitializeDefaultScreens - Returning 2009-11-09 13:43:34 _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 2009-11-09 13:43:34 _XSERVTransOpen: transport open failed for inet6/LTDENA-REISERT:0 2009-11-09 13:43:34 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 2009-11-09 13:43:34 winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 2009-11-09 13:43:34 (II) xorg.conf is not supported 2009-11-09 13:43:34 (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information 2009-11-09 13:43:34 winPrefsLoadPreferences: /cygdrive/c/Home/.XWinrc 2009-11-09 13:43:34 LoadPreferences: Done parsing the configuration file... 2009-11-09 13:43:34 winGetDisplay: DISPLAY=:0.0 2009-11-09 13:43:34 winDetectSupportedEngines - Windows NT/2000/XP 2009-11-09 13:43:34 winDetectSupportedEngines - DirectDraw installed 2009-11-09 13:43:35 winDetectSupportedEngines - DirectDraw4 installed 2009-11-09 13:43:35 winDetectSupportedEngines - Returning, supported engines 00000007 2009-11-09 13:43:35 winSetEngine - Multi Window or Rootless => ShadowGDI 2009-11-09 13:43:35 winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel 2009-11-09 13:43:35 winAllocateFBShadowGDI - Creating DIB with width: 3200 height: 1200 depth: 32 2009-11-09 13:43:35 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff 2009-11-09 13:43:35 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 2009-11-09 13:43:35 null screen fn ReparentWindow 2009-11-09 13:43:35 null screen fn RestackWindow 2009-11-09 13:43:35 InitQueue - Calling pthread_mutex_init 2009-11-09 13:43:35 InitQueue - pthread_mutex_init returned 2009-11-09 13:43:35 InitQueue - Calling pthread_cond_init 2009-11-09 13:43:35 InitQueue - pthread_cond_init returned 2009-11-09 13:43:35 winInitMultiWindowWM - Hello 2009-11-09 13:43:35 winInitMultiWindowWM - Calling pthread_mutex_lock () 2009-11-09 13:43:35 Screen 0 added at XINERAMA coordinate (0,0). 2009-11-09 13:43:35 winMultiWindowXMsgProc - Hello 2009-11-09 13:43:35 winMultiWindowXMsgProc - Calling pthread_mutex_lock () 2009-11-09 13:43:35 MIT-SHM extension disabled due to lack of kernel support 2009-11-09 13:43:35 XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel 2009-11-09 13:43:35 (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so 2009-11-09 13:43:35 (II) GLX: Initialized DRISWRAST GL provider for screen 0 2009-11-09 13:43:35 [dix] Could not init font path element /usr/share/fonts/TTF/, removing from list! 2009-11-09 13:43:35 [dix] Could not init font path element /usr/share/fonts/OTF/, removing from list! 2009-11-09 13:43:35 [dix] Could not init font path element /usr/share/fonts/Type1/, removing from list! 2009-11-09 13:43:36 winPointerWarpCursor - Discarding first warp: 1600 600 2009-11-09 13:43:36 (--) 16 mouse buttons found 2009-11-09 13:43:36 (--) Setting autorepeat to delay=250, rate=25 2009-11-09 13:43:36 (--) winConfigKeyboard - Layout: "00000409" (00000409) 2009-11-09 13:43:36 (--) Using preset keyboard for "English (USA)" (409), type "4" 2009-11-09 13:43:36 Rules = "base" Model = "pc105" Layout = "us" Variant = "none" Options = "none" 2009-11-09 13:43:37 winInitMultiWindowWM - pthread_mutex_lock () returned. 2009-11-09 13:43:37 winInitMultiWindowWM - Warning: Locale not supported by X. 2009-11-09 13:43:37 winInitMultiWindowWM - pthread_mutex_unlock () returned. 2009-11-09 13:43:37 winMultiWindowXMsgProc - pthread_mutex_lock () returned. 2009-11-09 13:43:37 winGetDisplay: DISPLAY=:0.0 2009-11-09 13:43:37 winInitMultiWindowWM - DISPLAY=:0.0 2009-11-09 13:43:37 winMultiWindowXMsgProc - Warning: locale not supported by X 2009-11-09 13:43:37 winMultiWindowXMsgProc - pthread_mutex_unlock () returned. 2009-11-09 13:43:39 winProcEstablishConnection - Hello 2009-11-09 13:43:39 winInitClipboard () 2009-11-09 13:43:39 winClipboardProc - Hello 2009-11-09 13:43:39 DetectUnicodeSupport - Windows NT/2000/XP 2009-11-09 13:43:39 winProcEstablishConnection - winInitClipboard returned. 2009-11-09 13:43:39 winGetDisplay: DISPLAY=:0.0 2009-11-09 13:43:39 winMultiWindowXMsgProc - DISPLAY=:0.0 2009-11-09 13:43:39 winClipboardProc - Warning: Locale not supported by X. 2009-11-09 13:43:39 winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. 2009-11-09 13:43:39 winGetDisplay: DISPLAY=:0.0 2009-11-09 13:43:39 winClipboardProc - DISPLAY=:0.0 2009-11-09 13:43:39 winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. 2009-11-09 13:43:39 winClipboardProc - XOpenDisplay () returned and successfully opened the display. 2009-11-09 13:43:49 Segmentation fault at address 0xb 2009-11-09 13:43:49 Fatal server error: 2009-11-09 13:43:49 Caught signal 11 (Segmentation fault). Server aborting 2009-11-09 13:43:49 -- Jim Reisert AD1C, , http://www.ad1c.us -- 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 jjreisert@alum.mit.edu Mon Nov 9 20:52:00 2009 From: jjreisert@alum.mit.edu (Jim Reisert AD1C) Date: Mon, 09 Nov 2009 20:52:00 -0000 Subject: [1.7] Cygwin/X crashes with latest server, cygwin In-Reply-To: <806a89db0911091248w77b7777t7737f202e6c46a3b@mail.gmail.com> References: <806a89db0911091248w77b7777t7737f202e6c46a3b@mail.gmail.com> Message-ID: <806a89db0911091251m60bea880xde5d6524800235d7@mail.gmail.com> Setting: LANG=en_US.UTF-8 seems to avoid the problem. - Jim On Mon, Nov 9, 2009 at 1:48 PM, Jim Reisert AD1C wrote: > I updated Cygwin 1.7 with Yakov's fix the LANG problem. ?It's > unstable, the first time I created an Xterm, the server crashed (seg > fault): > > I tried to create another Xterm, but it's hanging my system. > > > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 1.7.1.0 (10701000) > Build Date: 2009-11-04 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > XWin -multiwindow -clipboard -silent-dup-error > > ddxProcessArgument - Initializing default screens > winInitializeDefaultScreens - w 1600 h 1200 > winInitializeDefaultScreens - Returning > 2009-11-09 13:43:34 _XSERVTransSocketOpenCOTSServer: Unable to open > socket for inet6 > 2009-11-09 13:43:34 _XSERVTransOpen: transport open failed for > inet6/LTDENA-REISERT:0 > 2009-11-09 13:43:34 _XSERVTransMakeAllCOTSServerListeners: failed to > open listener for inet6 > 2009-11-09 13:43:34 winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 > 2009-11-09 13:43:34 (II) xorg.conf is not supported > 2009-11-09 13:43:34 (II) See > http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information > 2009-11-09 13:43:34 winPrefsLoadPreferences: /cygdrive/c/Home/.XWinrc > 2009-11-09 13:43:34 LoadPreferences: Done parsing the configuration file... > 2009-11-09 13:43:34 winGetDisplay: DISPLAY=:0.0 > 2009-11-09 13:43:34 winDetectSupportedEngines - Windows NT/2000/XP > 2009-11-09 13:43:34 winDetectSupportedEngines - DirectDraw installed > 2009-11-09 13:43:35 winDetectSupportedEngines - DirectDraw4 installed > 2009-11-09 13:43:35 winDetectSupportedEngines - Returning, supported > engines 00000007 > 2009-11-09 13:43:35 winSetEngine - Multi Window or Rootless => ShadowGDI > 2009-11-09 13:43:35 winAdjustVideoModeShadowGDI - Using Windows > display depth of 32 bits per pixel > 2009-11-09 13:43:35 winAllocateFBShadowGDI - Creating DIB with width: > 3200 height: 1200 depth: 32 > 2009-11-09 13:43:35 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff > 2009-11-09 13:43:35 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 > 000000ff BPRGB 8 d 24 bpp 32 > 2009-11-09 13:43:35 null screen fn ReparentWindow > 2009-11-09 13:43:35 null screen fn RestackWindow > 2009-11-09 13:43:35 InitQueue - Calling pthread_mutex_init > 2009-11-09 13:43:35 InitQueue - pthread_mutex_init returned > 2009-11-09 13:43:35 InitQueue - Calling pthread_cond_init > 2009-11-09 13:43:35 InitQueue - pthread_cond_init returned > 2009-11-09 13:43:35 winInitMultiWindowWM - Hello > 2009-11-09 13:43:35 winInitMultiWindowWM - Calling pthread_mutex_lock () > 2009-11-09 13:43:35 Screen 0 added at XINERAMA coordinate (0,0). > 2009-11-09 13:43:35 winMultiWindowXMsgProc - Hello > 2009-11-09 13:43:35 winMultiWindowXMsgProc - Calling pthread_mutex_lock () > 2009-11-09 13:43:35 MIT-SHM extension disabled due to lack of kernel support > 2009-11-09 13:43:35 XFree86-Bigfont extension local-client > optimization disabled due to lack of shared memory support in the > kernel > 2009-11-09 13:43:35 (II) AIGLX: Loaded and initialized > /usr/lib/dri/swrast_dri.so > 2009-11-09 13:43:35 (II) GLX: Initialized DRISWRAST GL provider for screen 0 > 2009-11-09 13:43:35 [dix] Could not init font path element > /usr/share/fonts/TTF/, removing from list! > 2009-11-09 13:43:35 [dix] Could not init font path element > /usr/share/fonts/OTF/, removing from list! > 2009-11-09 13:43:35 [dix] Could not init font path element > /usr/share/fonts/Type1/, removing from list! > 2009-11-09 13:43:36 winPointerWarpCursor - Discarding first warp: 1600 600 > 2009-11-09 13:43:36 (--) 16 mouse buttons found > 2009-11-09 13:43:36 (--) Setting autorepeat to delay=250, rate=25 > 2009-11-09 13:43:36 (--) winConfigKeyboard - Layout: "00000409" (00000409) > 2009-11-09 13:43:36 (--) Using preset keyboard for "English (USA)" > (409), type "4" > 2009-11-09 13:43:36 Rules = "base" Model = "pc105" Layout = "us" > Variant = "none" Options = "none" > 2009-11-09 13:43:37 winInitMultiWindowWM - pthread_mutex_lock () returned. > 2009-11-09 13:43:37 winInitMultiWindowWM - Warning: Locale not supported by X. > 2009-11-09 13:43:37 winInitMultiWindowWM - pthread_mutex_unlock () returned. > 2009-11-09 13:43:37 winMultiWindowXMsgProc - pthread_mutex_lock () returned. > 2009-11-09 13:43:37 winGetDisplay: DISPLAY=:0.0 > 2009-11-09 13:43:37 winInitMultiWindowWM - DISPLAY=:0.0 > 2009-11-09 13:43:37 winMultiWindowXMsgProc - Warning: locale not supported by X > 2009-11-09 13:43:37 winMultiWindowXMsgProc - pthread_mutex_unlock () returned. > 2009-11-09 13:43:39 winProcEstablishConnection - Hello > 2009-11-09 13:43:39 winInitClipboard () > 2009-11-09 13:43:39 winClipboardProc - Hello > 2009-11-09 13:43:39 DetectUnicodeSupport - Windows NT/2000/XP > 2009-11-09 13:43:39 winProcEstablishConnection - winInitClipboard returned. > 2009-11-09 13:43:39 winGetDisplay: DISPLAY=:0.0 > 2009-11-09 13:43:39 winMultiWindowXMsgProc - DISPLAY=:0.0 > 2009-11-09 13:43:39 winClipboardProc - Warning: Locale not supported by X. > 2009-11-09 13:43:39 winInitMultiWindowWM - XOpenDisplay () returned > and successfully opened the display. > 2009-11-09 13:43:39 winGetDisplay: DISPLAY=:0.0 > 2009-11-09 13:43:39 winClipboardProc - DISPLAY=:0.0 > 2009-11-09 13:43:39 winMultiWindowXMsgProc - XOpenDisplay () returned > and successfully opened the display. > 2009-11-09 13:43:39 winClipboardProc - XOpenDisplay () returned and > successfully opened the display. > 2009-11-09 13:43:49 Segmentation fault at address 0xb > 2009-11-09 13:43:49 > Fatal server error: > 2009-11-09 13:43:49 Caught signal 11 (Segmentation fault). Server aborting > 2009-11-09 13:43:49 -- Jim Reisert AD1C, , http://www.ad1c.us -- 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 cygwin@tlinx.org Tue Nov 10 06:03:00 2009 From: cygwin@tlinx.org (Linda Walsh) Date: Tue, 10 Nov 2009 06:03:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <1de9d39c0911060946j62554af8xee8349a2cfff34d0@mail.gmail.com> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <4AF33032.8050108@tlinx.org> <1de9d39c0911060946j62554af8xee8349a2cfff34d0@mail.gmail.com> Message-ID: <4AF90232.803@tlinx.org> jean-luc malet wrote: > thanks for the reply, > for some reason I would like to continue using the cygwin one... > this .bat was working some time ago, until I update cygwin.... > > 1) when I launch cygwin's gvim from a dos cmd shell it run as expected > 2) when I launch "c:\Cygwin\bin\run gvim" in the same dos cmd shell it > spawn a process gvim (ps -a show it) attached to con but nothing is > displayed on screen > > -> this isn't a pb of DISPLAY else 1) wouldn't have worked and > cygwin's gvim wouldn't have displayed ---- That may not, exactly, be the case. I was under the impression that starting something using the 'run' command is starting outside of your normal "Cygwin" session (and not attached to a Shell window). Depending on how you set your DISPLAY variable, this could easily mean that the 'gvim' you start via "run" doesn't have DISPLAY set properly. I.e. if you set DISPLAY in your cygwin environment via the startup commands in BASH, OR if you start "X", which spawns an Xterm, that already has DISPLAY, "preset" for you, (by "X", before it spawns Xterm), then by using "run", you are starting 'gvim' outside of the "environment" where you normally have DISPLAY set to a valid value. The only way DISPLAY would be set correctly for gvim when run using 'run', is if you be sure that it's set by the 'run' command, OR if you have it set in your Windows System or User Environment variables when you log on (settable in Computer Properties(shortcut=WIN-BREAK on keyboard), then Advanced->Environment Variables. There you can set display for your userid, or system wide under the User variables. So do you know that DISPLAY is set correctly for gvim when invoked by "run"? A test you could do is ?? run bash.exe -c "printenv>/tmp/my_envvars.txt" ?? That will dump out all the env vars you think you are setting to a file that you can look at after running it -- then you can make sure DISPLAY is set the way you want it. BTW, regarding Vim versions: I use the X-version of Gvim when i'm logged into my linux machines, but I use the Win version locally on my desktop (or the 'cygwin-vim' version when I'm working in a command window and just want to do quick edits). So I jump between all three version somewhat interchangeably. The Win version has a nicety that you can set the horizontal scaling of a font separately from the vertical scaling, and use 'half' sizes like "Lucida_Console:h10.5" -- which is different than Lucida_Console:10, or 11. But the X-version of Gvim has better Foreign character display capabilities which can confused the Windows version. So depends on what I'm editing I suppose, as well. Hope the DISPLAY stuff helps. -linda -- 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 Nov 10 14:31:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Tue, 10 Nov 2009 14:31:00 -0000 Subject: [1.7] Cygwin/X crashes with latest server, cygwin In-Reply-To: <806a89db0911091248w77b7777t7737f202e6c46a3b@mail.gmail.com> References: <806a89db0911091248w77b7777t7737f202e6c46a3b@mail.gmail.com> Message-ID: <4AF97941.2040006@dronecode.org.uk> On 09/11/2009 20:48, Jim Reisert AD1C wrote: > I updated Cygwin 1.7 with Yakov's fix the LANG problem. It's > unstable, the first time I created an Xterm, the server crashed (seg > fault): Thanks for testing this. Clearly I hadn't tested what happens if the X server has the change which is supposed to fix this, but the libX11 locale data hadn't been updated to include C.UTF-8. I've written a patch to avoid this crash if the X server is operating in a locale unsupported by libX11, but really the locale needs to be supported if we are going to get useful strings out of the X server for window titles and clipboard integration. Until there is a new libX11 package, you can update your locale data by downloading the locale.patch file from bugzilla [1] and applying it in /usr/share/X11/locale/ 'wget -O- http://sourceware.org/bugzilla/attachment.cgi?id=4340 | patch -d /usr/share/X11/locale/' should do the trick :-) [1] http://sourceware.org/bugzilla/show_bug.cgi?id=10870 > 2009-11-09 13:43:39 winClipboardProc - Warning: Locale not supported by X. > 2009-11-09 13:43:39 winInitMultiWindowWM - XOpenDisplay () returned > and successfully opened the display. > 2009-11-09 13:43:39 winGetDisplay: DISPLAY=:0.0 > 2009-11-09 13:43:39 winClipboardProc - DISPLAY=:0.0 > 2009-11-09 13:43:39 winMultiWindowXMsgProc - XOpenDisplay () returned > and successfully opened the display. > 2009-11-09 13:43:39 winClipboardProc - XOpenDisplay () returned and > successfully opened the display. > 2009-11-09 13:43:49 Segmentation fault at address 0xb > 2009-11-09 13:43:49 > Fatal server error: > 2009-11-09 13:43:49 Caught signal 11 (Segmentation fault). Server aborting > 2009-11-09 13:43:49 -- 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 jjreisert@alum.mit.edu Tue Nov 10 17:25:00 2009 From: jjreisert@alum.mit.edu (Jim Reisert AD1C) Date: Tue, 10 Nov 2009 17:25:00 -0000 Subject: [1.7] Cygwin/X crashes with latest server, cygwin In-Reply-To: <4AF97941.2040006@dronecode.org.uk> References: <806a89db0911091248w77b7777t7737f202e6c46a3b@mail.gmail.com> <4AF97941.2040006@dronecode.org.uk> Message-ID: <806a89db0911100925u5aedac00gbc069dcdf51cecf@mail.gmail.com> On Tue, Nov 10, 2009 at 7:31 AM, Jon TURNEY wrote: > Until there is a new libX11 package, you can update your locale data by > downloading the locale.patch file from bugzilla [1] and applying it in > /usr/share/X11/locale/ Thanks, Jon. I think this patch worked. X-server is starting up OK as does xterm. Here is my log: Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 1.7.1.0 (10701000) Build Date: 2009-11-04 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: XWin -multiwindow -clipboard -silent-dup-error ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1600 h 1200 winInitializeDefaultScreens - Returning 2009-11-10 10:23:01 _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 2009-11-10 10:23:01 _XSERVTransOpen: transport open failed for inet6/LTDENA-REISERT:0 2009-11-10 10:23:01 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 2009-11-10 10:23:01 winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 2009-11-10 10:23:01 (II) xorg.conf is not supported 2009-11-10 10:23:01 (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information 2009-11-10 10:23:01 winPrefsLoadPreferences: /cygdrive/c/Home/.XWinrc 2009-11-10 10:23:01 LoadPreferences: Done parsing the configuration file... 2009-11-10 10:23:01 winGetDisplay: DISPLAY=:0.0 2009-11-10 10:23:01 winDetectSupportedEngines - Windows NT/2000/XP 2009-11-10 10:23:01 winDetectSupportedEngines - DirectDraw installed 2009-11-10 10:23:01 winDetectSupportedEngines - DirectDraw4 installed 2009-11-10 10:23:01 winDetectSupportedEngines - Returning, supported engines 00000007 2009-11-10 10:23:01 winSetEngine - Multi Window or Rootless => ShadowGDI 2009-11-10 10:23:01 winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel 2009-11-10 10:23:01 winAllocateFBShadowGDI - Creating DIB with width: 3200 height: 1200 depth: 32 2009-11-10 10:23:01 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff 2009-11-10 10:23:01 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 2009-11-10 10:23:01 null screen fn ReparentWindow 2009-11-10 10:23:01 null screen fn RestackWindow 2009-11-10 10:23:01 InitQueue - Calling pthread_mutex_init 2009-11-10 10:23:01 InitQueue - pthread_mutex_init returned 2009-11-10 10:23:01 InitQueue - Calling pthread_cond_init 2009-11-10 10:23:01 InitQueue - pthread_cond_init returned 2009-11-10 10:23:01 winInitMultiWindowWM - Hello 2009-11-10 10:23:01 winInitMultiWindowWM - Calling pthread_mutex_lock () 2009-11-10 10:23:01 winMultiWindowXMsgProc - Hello 2009-11-10 10:23:01 Screen 0 added at XINERAMA coordinate (0,0). 2009-11-10 10:23:01 winMultiWindowXMsgProc - Calling pthread_mutex_lock () 2009-11-10 10:23:01 MIT-SHM extension disabled due to lack of kernel support 2009-11-10 10:23:01 XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel 2009-11-10 10:23:01 (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so 2009-11-10 10:23:01 (II) GLX: Initialized DRISWRAST GL provider for screen 0 2009-11-10 10:23:01 [dix] Could not init font path element /usr/share/fonts/TTF/, removing from list! 2009-11-10 10:23:01 [dix] Could not init font path element /usr/share/fonts/OTF/, removing from list! 2009-11-10 10:23:01 [dix] Could not init font path element /usr/share/fonts/Type1/, removing from list! 2009-11-10 10:23:02 winPointerWarpCursor - Discarding first warp: 1600 600 2009-11-10 10:23:02 (--) 16 mouse buttons found 2009-11-10 10:23:02 (--) Setting autorepeat to delay=250, rate=25 2009-11-10 10:23:02 (--) winConfigKeyboard - Layout: "00000409" (00000409) 2009-11-10 10:23:02 (--) Using preset keyboard for "English (USA)" (409), type "4" 2009-11-10 10:23:02 Rules = "base" Model = "pc105" Layout = "us" Variant = "none" Options = "none" 2009-11-10 10:23:03 winInitMultiWindowWM - pthread_mutex_lock () returned. 2009-11-10 10:23:03 winProcEstablishConnection - Hello 2009-11-10 10:23:03 winInitClipboard () 2009-11-10 10:23:03 winClipboardProc - Hello 2009-11-10 10:23:03 DetectUnicodeSupport - Windows NT/2000/XP 2009-11-10 10:23:03 winProcEstablishConnection - winInitClipboard returned. 2009-11-10 10:23:03 winInitMultiWindowWM - pthread_mutex_unlock () returned. 2009-11-10 10:23:03 winGetDisplay: DISPLAY=:0.0 2009-11-10 10:23:03 winInitMultiWindowWM - DISPLAY=:0.0 2009-11-10 10:23:03 winMultiWindowXMsgProc - pthread_mutex_lock () returned. 2009-11-10 10:23:03 winMultiWindowXMsgProc - pthread_mutex_unlock () returned. 2009-11-10 10:23:03 winGetDisplay: DISPLAY=:0.0 2009-11-10 10:23:03 winGetDisplay: DISPLAY=:0.0 2009-11-10 10:23:03 winClipboardProc - DISPLAY=:0.0 2009-11-10 10:23:03 winMultiWindowXMsgProc - DISPLAY=:0.0 2009-11-10 10:23:03 (II) xorg.conf is not supported 2009-11-10 10:23:03 (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information 2009-11-10 10:23:03 winPrefsLoadPreferences: /cygdrive/c/Home/.XWinrc 2009-11-10 10:23:03 LoadPreferences: Done parsing the configuration file... 2009-11-10 10:23:03 winGetDisplay: DISPLAY=:0.0 2009-11-10 10:23:03 winDetectSupportedEngines - Windows NT/2000/XP 2009-11-10 10:23:03 winDetectSupportedEngines - DirectDraw installed 2009-11-10 10:23:03 winDetectSupportedEngines - DirectDraw4 installed 2009-11-10 10:23:03 winDetectSupportedEngines - Returning, supported engines 00000007 2009-11-10 10:23:03 winSetEngine - Multi Window or Rootless => ShadowGDI 2009-11-10 10:23:03 winAllocateFBShadowGDI - Creating DIB with width: 3200 height: 1200 depth: 32 2009-11-10 10:23:03 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff 2009-11-10 10:23:03 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 2009-11-10 10:23:03 null screen fn ReparentWindow 2009-11-10 10:23:03 null screen fn RestackWindow 2009-11-10 10:23:03 InitQueue - Calling pthread_mutex_init 2009-11-10 10:23:03 InitQueue - pthread_mutex_init returned 2009-11-10 10:23:03 InitQueue - Calling pthread_cond_init 2009-11-10 10:23:03 InitQueue - pthread_cond_init returned 2009-11-10 10:23:03 winInitMultiWindowWM - Hello 2009-11-10 10:23:03 winInitMultiWindowWM - Calling pthread_mutex_lock () 2009-11-10 10:23:03 Screen 0 added at XINERAMA coordinate (0,0). 2009-11-10 10:23:03 winMultiWindowXMsgProc - Hello 2009-11-10 10:23:03 winMultiWindowXMsgProc - Calling pthread_mutex_lock () 2009-11-10 10:23:03 MIT-SHM extension disabled due to lack of kernel support 2009-11-10 10:23:03 winInitMultiWindowWM - Could not open display, try: 1, sleeping: 5 2009-11-10 10:23:03 XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel 2009-11-10 10:23:03 winClipboardProc - Could not open display, try: 1, sleeping: 4 2009-11-10 10:23:03 (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so 2009-11-10 10:23:03 (II) GLX: Initialized DRISWRAST GL provider for screen 0 2009-11-10 10:23:03 [dix] Could not init font path element /usr/share/fonts/TTF/, removing from list! 2009-11-10 10:23:03 [dix] Could not init font path element /usr/share/fonts/OTF/, removing from list! 2009-11-10 10:23:03 [dix] Could not init font path element /usr/share/fonts/Type1/, removing from list! 2009-11-10 10:23:04 (--) 16 mouse buttons found 2009-11-10 10:23:04 (--) Setting autorepeat to delay=250, rate=25 2009-11-10 10:23:04 (--) winConfigKeyboard - Layout: "00000409" (00000409) 2009-11-10 10:23:04 (--) Using preset keyboard for "English (USA)" (409), type "4" 2009-11-10 10:23:04 Rules = "base" Model = "pc105" Layout = "us" Variant = "none" Options = "none" 2009-11-10 10:23:04 winInitMultiWindowWM - pthread_mutex_lock () returned. 2009-11-10 10:23:04 winInitMultiWindowWM - pthread_mutex_unlock () returned. 2009-11-10 10:23:04 winMultiWindowXMsgProc - pthread_mutex_lock () returned. 2009-11-10 10:23:04 winMultiWindowXMsgProc - pthread_mutex_unlock () returned. 2009-11-10 10:23:04 _XSERVTransSocketUNIXAccept: accept() failed 2009-11-10 10:23:04 _XSERVTransSocketUNIXAccept: accept() failed 2009-11-10 10:23:04 winInitClipboard () 2009-11-10 10:23:04 winProcEstablishConnection - winInitClipboard returned. 2009-11-10 10:23:04 winClipboardProc - Hello 2009-11-10 10:23:04 DetectUnicodeSupport - Windows NT/2000/XP 2009-11-10 10:23:04 winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. 2009-11-10 10:23:04 winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. 2009-11-10 10:23:04 winGetDisplay: DISPLAY=:0.0 2009-11-10 10:23:04 winInitMultiWindowWM - DISPLAY=:0.0 2009-11-10 10:23:04 winGetDisplay: DISPLAY=:0.0 2009-11-10 10:23:04 winMultiWindowXMsgProc - DISPLAY=:0.0 2009-11-10 10:23:04 winGetDisplay: DISPLAY=:0.0 2009-11-10 10:23:04 winClipboardProc - DISPLAY=:0.0 2009-11-10 10:23:04 winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. 2009-11-10 10:23:04 winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. 2009-11-10 10:23:04 winClipboardProc - XOpenDisplay () returned and successfully opened the display. 2009-11-10 10:23:07 winClipboardProc - XOpenDisplay () returned and successfully opened the display. -- Jim Reisert AD1C, , http://www.ad1c.us -- 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 mike_ayers@tvworks.com Tue Nov 10 18:41:00 2009 From: mike_ayers@tvworks.com (Mike Ayers) Date: Tue, 10 Nov 2009 18:41:00 -0000 Subject: [1.7] Cygwin/X crashes with latest server, cygwin In-Reply-To: <4AF97941.2040006@dronecode.org.uk> References: <806a89db0911091248w77b7777t7737f202e6c46a3b@mail.gmail.com> <4AF97941.2040006@dronecode.org.uk> Message-ID: <83E753BE7B6A324ABB336245BAF1DAAC0D5EE838@mailserver.metatv-ds.metatv.com> > From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- > owner@cygwin.com] On Behalf Of Jon TURNEY > Sent: Tuesday, November 10, 2009 6:31 AM > On 09/11/2009 20:48, Jim Reisert AD1C wrote: > Until there is a new libX11 package, you can update your locale data by > downloading the locale.patch file from bugzilla [1] and applying it in > /usr/share/X11/locale/ > > 'wget -O- http://sourceware.org/bugzilla/attachment.cgi?id=4340 | patch > -d > /usr/share/X11/locale/' should do the trick :-) Fixed my "stopped working when I updated it yesterday" server, thanks! Mike From Terrence.Streun@UTSouthwestern.edu Tue Nov 10 19:53:00 2009 From: Terrence.Streun@UTSouthwestern.edu (Terrence Streun) Date: Tue, 10 Nov 2009 19:53:00 -0000 Subject: startx failed please advise. Message-ID: <4AF9705E.B5E2.004A.3@UTSouthwestern.edu> /usr/bin/X :0 -auth /home/tstreu/.serverauth.6904 failed. Thanks, Terrence -------------- next part -------------- A non-text attachment was scrubbed... Name: xerror.docx Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document Size: 97468 bytes Desc: not available URL: -------------- next part -------------- -- 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 mike_ayers@tvworks.com Tue Nov 10 23:44:00 2009 From: mike_ayers@tvworks.com (Mike Ayers) Date: Tue, 10 Nov 2009 23:44:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <1de9d39c0911090250y1c22a3b8id0524e5fa2a4e048@mail.gmail.com> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5880E4@mailserver.metatv-ds.metatv.com> <1de9d39c0911090250y1c22a3b8id0524e5fa2a4e048@mail.gmail.com> Message-ID: <83E753BE7B6A324ABB336245BAF1DAAC0D5EEAAE@mailserver.metatv-ds.metatv.com> > From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- > owner@cygwin.com] On Behalf Of jean-luc malet > Sent: Monday, November 09, 2009 2:50 AM > no more result... gvim process is still started, appears in ps -a, but > nothing is displayed on screen, replacing gvim by xterm still work > with this solution... To find out why this is, run gvim from an xterm: [SNIP] m-ayers-lap> gvim (gvim:1748): Pango-WARNING **: Error loading GSUB table 0x6EAD (gvim:1748): Pango-WARNING **: Error loading GPOS table 0x6EAD (gvim:1748): Pango-WARNING **: Error loading GSUB table 0x6EAD (gvim:1748): Pango-WARNING **: Error loading GPOS table 0x6EAD m-ayers-lap> (gvim:1092): Pango-WARNING **: Error loading GPOS table 0x6EAD [/SNIP] Apparently, run.exe is not providing stdout/stderr to dump to. The workaround: [SNIP] C:\mike>C:\cygwin\bin\run.exe -p /usr/bin sh -c "gvim >/dev/null 2>&1" C:\mike> [/SNIP] HTH, Mike From lottas.junk@geekmail.de Wed Nov 11 00:46:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Wed, 11 Nov 2009 00:46:00 -0000 Subject: 'run xterm' fails to open a window References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5880E4@mailserver.metatv-ds.metatv.com> <1de9d39c0911090250y1c22a3b8id0524e5fa2a4e048@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5EEAAE@mailserver.metatv-ds.metatv.com> Message-ID: Mike Ayers wrote: [...] > Apparently, run.exe is not providing stdout/stderr to dump to. Is that by chance due to the fact that run.exe is compiled with -mwindows, i.e. as GUI? And am I the only one for whom this has further consequences? E.g. in a Windows command prompt or a non-X11 cygwin-console, the command run sleep -wait 5 does *not* wait for the sleep to terminate. Moreover run false -wait does *not* set %errorlevel% to 1. Ciao Lothar -- 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 yselkowitz@users.sourceforge.net Wed Nov 11 00:47:00 2009 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Wed, 11 Nov 2009 00:47:00 -0000 Subject: startx failed please advise. In-Reply-To: <4AF9705E.B5E2.004A.3@UTSouthwestern.edu> References: <4AF9705E.B5E2.004A.3@UTSouthwestern.edu> Message-ID: <4AFA09A7.1020801@users.sourceforge.net> On 10/11/2009 13:53, Terrence Streun wrote: > /usr/bin/X :0 -auth /home/tstreu/.serverauth.6904 failed. http://cygwin.com/problems.html Yaakov Cygwin/X -- 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 mike_ayers@tvworks.com Wed Nov 11 01:37:00 2009 From: mike_ayers@tvworks.com (Mike Ayers) Date: Wed, 11 Nov 2009 01:37:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5880E4@mailserver.metatv-ds.metatv.com> <1de9d39c0911090250y1c22a3b8id0524e5fa2a4e048@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5EEAAE@mailserver.metatv-ds.metatv.com> Message-ID: <83E753BE7B6A324ABB336245BAF1DAAC0D5EEB48@mailserver.metatv-ds.metatv.com> > From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- > owner@cygwin.com] On Behalf Of Lothar Brendel > Sent: Tuesday, November 10, 2009 4:52 PM > E.g. in a Windows command prompt or a non-X11 cygwin-console, the > command > run sleep -wait 5 > does *not* wait for the sleep to terminate. Moreover > run false -wait > does *not* set %errorlevel% to 1. Why are you using run for these? [SNIP] C:\mike>C:\cygwin\bin\sh.exe -c false C:\mike>echo %ERRORLEVEL% 1 C:\mike> [/SNIP] [SNIP] C:\mike>C:\cygwin\bin\sh.exe -c "PATH=/usr/bin sleep 5" C:\mike> [/SNIP] Sleep occurred. On Windows there must be a console for programs that use console, which means a console window. To not have a console window, a program must be compiled as a GUI app, which means no console available. To get nifty cygwin features like windowless consoles, you must fully enter the cygwin environment. There is no magic bullet. HTH, Mike From lottas.junk@geekmail.de Wed Nov 11 07:28:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Wed, 11 Nov 2009 07:28:00 -0000 Subject: run.exe and startxwin.bat [was: 'run xterm' fails to open a window] References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5880E4@mailserver.metatv-ds.metatv.com> <1de9d39c0911090250y1c22a3b8id0524e5fa2a4e048@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5EEAAE@mailserver.metatv-ds.metatv.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5EEB48@mailserver.metatv-ds.metatv.com> Message-ID: <08C4393C7A8046369BB78C0128024373@MultiOcke> Mike Ayers wrote: >> From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- >> owner@cygwin.com] On Behalf Of Lothar Brendel >> Sent: Tuesday, November 10, 2009 4:52 PM > >> E.g. in a Windows command prompt or a non-X11 cygwin-console, the >> command >> run sleep -wait 5 >> does *not* wait for the sleep to terminate. Moreover >> run false -wait >> does *not* set %errorlevel% to 1. > > Why are you using run for these? I normally don't. It was what I boiled down the non-functioning line %RUN% checkX -wait -d %DISPLAY% -t 12 in startxwin.bat (from xinit-1.1.1-6.tar.bz2) to. Like that, the "-wait" has no effect and a non-running X-server isn't reflected in %errorlevel%, either. And (of course) I can confirm the correct behaviour when using sh.exe instead of run.exe. Which brings us to the question of using run.exe in startxwin.bat. I don't see the point of hoping for a windowless console there, since a BAT-script always opens a window anyway (even when starting with "@echo off" and outputting nothing). Hence, wouldn't be sh.exe instead of run.exe the right thing for startxwin.bat? Asks Lothar -- 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 fergus@bonhard.uklinux.net Wed Nov 11 07:40:00 2009 From: fergus@bonhard.uklinux.net (Fergus) Date: Wed, 11 Nov 2009 07:40:00 -0000 Subject: Can't read lock file Message-ID: <4AFA6A6D.2060001@bonhard.uklinux.net> I have made no alterations/ patches/ amendments and have a completely current [1.7] system. For all of cygwin1.7.61.dll - cygwin1.7.64.dll the command run XWin fails with a reference to /vat/log/XWin.0.log which reads Can't read lock file /tmp/.X0.lock But when reverting to cygwin1.7.60.dll everything goes ahead smoothly and correctly and I can start a X terminal etc. Q1. Is it still the case that this problem is "not well understood" as in this reference? http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-cant-read-lock-file (My experiments with possible cause/ cure are confounded because on Machine 1 I have NTFS filesystems but lack administrator rights and on Machine 2 where I am Administrator, all filesystems are FAT32.) Q2. Is there anything obvious in the progression from cygwin1.7.60.dll to cygwin1.7.61.dll that might explain why the start command run XWin works with 1.7.60 and fails with 1.7.61? Finally Q3. Confession: I am completely confused by all recent posts about LANG, locale and all the rest. Are fiddling with LANG or applying patches such as described at http://cygwin.com/ml/cygwin-xfree/2009-11/msg00071.html fixes intended to address problems starting XWin? Thank you. Fergus PS Not quite "finally". Can I please ask a 4th question: Q4 Why are questions about X specifically directed to a different mailing list? Apart from occasional high-frequency dialogue as at present, posts about X are (or seem to me to be) no more frequent than posts about grep or ls or chmod or ... . The "main" Cygwin list has a much higher readership and posts directed there might generate many useful hints, tips, experiences, fixes or even solutions? -- 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 corinna-cygwin@cygwin.com Wed Nov 11 10:07:00 2009 From: corinna-cygwin@cygwin.com (Corinna Vinschen) Date: Wed, 11 Nov 2009 10:07:00 -0000 Subject: Can't read lock file In-Reply-To: <4AFA6A6D.2060001@bonhard.uklinux.net> References: <4AFA6A6D.2060001@bonhard.uklinux.net> Message-ID: <20091111100702.GA4356@calimero.vinschen.de> On Nov 11 07:40, Fergus wrote: > Q1. Is it still the case that this problem is "not well understood" > as in this reference? > http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-cant-read-lock-file > Hardlinks don't work on FAT filesystems since FAT doesn't support them. Up to Cygwin 1.7.0-60, hardlinks on FAT were faked by copying the file. This has obvious downsides (unsecure, potential denial-of-service problems, portability), so we discussed and decided to remove this fake and to return an error instead when trying to create a hardlink on a FAT FS: http://cygwin.com/ml/cygwin/2009-09/msg00208.html > (My experiments with possible cause/ cure are confounded because on > Machine 1 I have NTFS filesystems but lack administrator rights and > on Machine 2 where I am Administrator, all filesystems are FAT32.) Which is bad since FAT32 has no security at all. Any process of any user on the machine can overwrite any file, even in the Windows folder. NTFS is much more secure and has a couple of features you never get with FAT32, and hardlinks are only one minor advantage. You should really update the filesystem to NTFS using the on-board convert.exe tool. As for X, it should have a fallback method if the /tmp filesystem doesn't support hardlinks. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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 reply-to-list-only-lh-x@cygwin.com Wed Nov 11 18:33:00 2009 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Wed, 11 Nov 2009 18:33:00 -0000 Subject: Can't read lock file In-Reply-To: <4AFA6A6D.2060001@bonhard.uklinux.net> References: <4AFA6A6D.2060001@bonhard.uklinux.net> Message-ID: <4AFB0363.2050301@cygwin.com> On 11/11/2009 02:40 AM, Fergus wrote: > Q4 Why are questions about X specifically directed to a different > mailing list? Apart from occasional high-frequency dialogue as at > present, posts about X are (or seem to me to be) no more frequent than > posts about grep or ls or chmod or ... . The "main" Cygwin list has a > much higher readership and posts directed there might generate many > useful hints, tips, experiences, fixes or even solutions? Except in the cases where the issue at hand just looks like a X problem but is instead a Cygwin problem, I don't see that being on a separate list minimizes the knowledgeable readership. That is, unless those with X background don't know about the Cygwin-X list. But if that's the case, they may not really fall into the "knowledgeable" category. ;-) And in the case where it is a Cygwin vs a X problem, these questions get redirected to the main list AFAICS when appropriate. I believe the original intent was to keep X separated from the high volume of the regular list rather than the other way around. The last time this question came up, the consensus supported that notion. Of course, things could change in the future. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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 moss@cs.umass.edu Thu Nov 12 12:00:00 2009 From: moss@cs.umass.edu (Eliot Moss) Date: Thu, 12 Nov 2009 12:00:00 -0000 Subject: WM_QUIT problem (was "twm issue ...") In-Reply-To: <4AF6D36C.40900@cs.umass.edu> References: <4AF6D36C.40900@cs.umass.edu> Message-ID: <4AFBF8DA.8010906@cs.umass.edu> Since nobody has responded at all, I thought I would try again, a different way ... This is a case where what I believe is normal termination of a window manager (in my case twm) is causing a seg fault in XWin, at least that's what the attached log seems to say. The odd thing is that this happens when I exit twm by typing control-shift-q, where I have the following twm declaration: "q" = s | c : all : f.quit But I also have a menu with an f.quit item, and when I exit that way, I do not get the seg fault (second attached log). I suppose this is not a huge deal, since I am exiting everything anyway, but a seg fault is kind of scary to a user of an important thing like X :-) ... Best wishes -- Eliot Moss -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: XWin.0.log.segfault.log URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: XWin.0.log.normal.log URL: -------------- next part -------------- -- 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 Thu Nov 12 13:31:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 12 Nov 2009 13:31:00 -0000 Subject: building issue In-Reply-To: References: <9b83ffd90908151351i3dca1b4ay21a300162d28c9f7@mail.gmail.com> <4A872544.6090307@dronecode.org.uk> <4AF49050.5010105@dronecode.org.uk> Message-ID: <4AFC0E46.1000400@dronecode.org.uk> On 07/11/2009 01:10, Cesar Strauss wrote: > Jon TURNEY wrote: >> I think I've finally found out why these "Permission denied" errors >> occur. >> >> It seems to be caused by the XWin.exe.manifest file we store in the >> same directory (it's not shipped as it's embedded into the final >> executable using the resource compiler) >> >> Presumably the manifest is incompatible with the libtool wrapper >> executable in some way and we get this unhelpful error message. >> > > Please try setting the execute bit (chmod +x) on the manifest file. > > See also: > Libtool: Generated manifests need execute permission > http://article.gmane.org/gmane.os.cygwin/110870 You are absolutely right, setting the execute bit on the manifest file fixes this. Thanks! -- 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 Thu Nov 12 13:49:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 12 Nov 2009 13:49:00 -0000 Subject: cygwin 1.7.0-63 problems with X programs In-Reply-To: <4AF6D1A6.9060703@cs.umass.edu> References: <20091108110326.GZ26344@calimero.vinschen.de> <4AF6D1A6.9060703@cs.umass.edu> Message-ID: <4AFC1257.6070904@dronecode.org.uk> On 08/11/2009 14:11, Eliot Moss wrote: > Corinna Vinschen wrote: >> On Nov 7 09:27, Eliot Moss wrote: >>> Like another user, I had difficulty getting X to fire up. >>> After setting LANG=en_US.UTF-8 I got farther, but these issues >>> remain: >>> >>> Each xterm, xemacs, and xclock I start outputs this: >>> >>> Warning: Missing charsets in String to FontSet conversion >>> >>> I also get a series of: >>> >>> twm: warning: font for charset XXX is lacking. >>> >>> Where XXX is replaced by each of these in turn: >>> >>> JISX0208.1983-0 >>> KSC5601.1987-0 >>> GB2312.1980-0 >>> >>> Those three lines repeat 6 times. Now we are in a UTF-8 locale, it seems that Xlib tries rather excessively hard (see [1]) to find some CJK fonts, presumably just in case we try to output some characters they might provide. I think this also causes the noticably slower startup of applications, as they repeatedly search for fonts with these missing CJK encodings. The workaround is too install the font-isas-misc, font-jis-misc and font-daewoo-misc packages to provide fonts with these encodings. I'm not sure if there is a better solution than that. [1] http://cgit.freedesktop.org/xorg/lib/libX11/tree/modules/om/generic/omGeneric.c, line 845 >>> Also: >> >>> 1) the whole deal takes noticeably longer to start >>> 2) xemacs does not receive its normal geometry from .Xdefaults If you could provide a specific example of a setting you are making in .Xdefaults and how you know it's not being used >>> 3) each xterm started from .xinitrc has a blank line >>> before the initial bash prompt, that wasn't present before Well spotted. In fact this seems to affect all Xterms, but I had completely failed to notice this. Are you absolutely sure it was updating to cygwin 1.7.0-63 which introduces this, and not an Xserver/Xlib/xterm update? >> I can reproduce that, but I can't make any sense of it. What on earth >> does that have to do with setting LANG to "en_US.UTF-8"?!? >> >> I'll redirect this to the cygwin-xfree list. > > Thanks for the redirect, Corinna. I can report a bit more ... > > - Adding the locale lines for C.UTF-8 into locale.dir and compose.dir > do work to get X to start for me. (These are the patches discussed > in the "X11R7.5 and C.UTF-8" thread on cygwin-xfree.) > > - The other problems go away if I set LANG=C, so it's definitely > something about the locale. > > Am I unusual in using twm :-) ? Yes, but not in a good way :-) > Anyway, for now I am using LANG=C, set in the Windows environment > variables, > but once there are patches or updates to test, I am happy to try them ... -- 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 jon.turney@dronecode.org.uk Thu Nov 12 13:53:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 12 Nov 2009 13:53:00 -0000 Subject: Option to disable PRIMARY clipboard In-Reply-To: <71cd59b00911090848h4cc51617o6e2576585dfb6509@mail.gmail.com> References: <71cd59b00911090848h4cc51617o6e2576585dfb6509@mail.gmail.com> Message-ID: <4AFC135A.4000203@dronecode.org.uk> On 09/11/2009 16:48, Corentin Chary wrote: > Is there a way to disable the PRIMARY clipboard ? > Would a patch like that > http://sourceware.org/ml/cygwin-xfree/2003-06/msg00148.html (with a > command line option) be accepted ? It's far more likely to be accepted if you say what problem you are trying to solve and why a patch like that is the right solution. -- 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 corentin.chary@gmail.com Thu Nov 12 14:27:00 2009 From: corentin.chary@gmail.com (Corentin Chary) Date: Thu, 12 Nov 2009 14:27:00 -0000 Subject: Option to disable PRIMARY clipboard In-Reply-To: <4AFC135A.4000203@dronecode.org.uk> References: <71cd59b00911090848h4cc51617o6e2576585dfb6509@mail.gmail.com> <4AFC135A.4000203@dronecode.org.uk> Message-ID: <71cd59b00911120627l64c6e31egba04fd4b676b8e6b@mail.gmail.com> On Thu, Nov 12, 2009 at 2:53 PM, Jon TURNEY wrote: > On 09/11/2009 16:48, Corentin Chary wrote: >> >> Is there a way to disable the PRIMARY clipboard ? >> Would a patch like that >> http://sourceware.org/ml/cygwin-xfree/2003-06/msg00148.html (with a >> command line option) be accepted ? > > It's far more likely to be accepted if you say what problem you are trying > to solve and why a patch like that is the right solution. > > -- > Jon TURNEY > Volunteer Cygwin/X X Server maintainer > We use nx to display X application hosted on a Linux servers. Clients could be on Linux, Windows or MacOS. The PRIMARY clipboard really confuse windows (and MacOS) users. An option (XWin.exe -no-primary-clipboard) would really be great for that. -- Corentin Chary http://xf.iksaif.net -- 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 moss@cs.umass.edu Thu Nov 12 14:27:00 2009 From: moss@cs.umass.edu (Eliot Moss) Date: Thu, 12 Nov 2009 14:27:00 -0000 Subject: cygwin 1.7.0-63 problems with X programs In-Reply-To: <4AFC1257.6070904@dronecode.org.uk> References: <20091108110326.GZ26344@calimero.vinschen.de> <4AF6D1A6.9060703@cs.umass.edu> <4AFC1257.6070904@dronecode.org.uk> Message-ID: <4AFC1B64.7020401@cs.umass.edu> Thanks, Jon! Installing the three font collections you suggested seems to have solved all THREE of the problems I mentioned. I can only guess that somehow the font/locale issues prevented some .Xdefault information from being loaded or used properly, but I attach the .Xdefaults file anyway. The way I know it's not being used is that my .xinitrc has the following for strting xemacs, i.e., no override of the default, and the window definitely came up a different shape without the isas, jis, and deawoo fonts installed. xemacs -T xemacs -iconname xemacs -iconic & In any case, I guess that as we move into cygwin 1.7 we'll save a lot of blood, sweat, and tears if we point out the need to install these fonts. In any case, now LANG=C.UTF-8 works well, as does LANG=en_US.UTF-8! Best wishes -- Eliot -- 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 Thu Nov 12 18:03:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 12 Nov 2009 18:03:00 -0000 Subject: Can't read lock file In-Reply-To: <4AFA6A6D.2060001@bonhard.uklinux.net> References: <4AFA6A6D.2060001@bonhard.uklinux.net> Message-ID: <4AFC4DFC.60801@dronecode.org.uk> On 11/11/2009 07:40, Fergus wrote: > I have made no alterations/ patches/ amendments and have a completely > current [1.7] system. > > For all of > cygwin1.7.61.dll - cygwin1.7.64.dll > the command > run XWin > fails with a reference to /vat/log/XWin.0.log which reads > Can't read lock file /tmp/.X0.lock > > But when reverting to > cygwin1.7.60.dll > everything goes ahead smoothly and correctly and I can start a X > terminal etc. > > Q1. Is it still the case that this problem is "not well understood" as > in this reference? > http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-cant-read-lock-file > > (My experiments with possible cause/ cure are confounded because on > Machine 1 I have NTFS filesystems but lack administrator rights and on > Machine 2 where I am Administrator, all filesystems are FAT32.) Perhaps this FAQ needs a bit of clarification. Creating the lockfile will fail if /tmp is on a FAT32 filesystem, for the reasons outlined in Corinna's email. (although I guess this may have behaved differently in some 1.7.x beta version if you haven't seen it there) For reasons which I don't currently understand, creating the lockfile also reportedly fails sometimes for people who have /tmp on a NTFS filesystem. If you can contribute some information which might help in solving this problem, please do so at [1] [1] http://sourceware.org/bugzilla/show_bug.cgi?id=9778 > Q2. Is there anything obvious in the progression from cygwin1.7.60.dll > to cygwin1.7.61.dll that might explain why the start command run XWin > works with 1.7.60 and fails with 1.7.61? > > Finally > > Q3. Confession: I am completely confused by all recent posts about LANG, > locale and all the rest. Are fiddling with LANG or applying patches such > as described at > http://cygwin.com/ml/cygwin-xfree/2009-11/msg00071.html > fixes intended to address problems starting XWin? If you are not setting LANG (or are setting it to C.UTF-8) and have xorg-server-1.7.1-2, you will probably experience random crashes in multiwindow mode) Until there is a new libX11 release, if you are experiencing such crashes, applying that patch in that email OR setting LANG to something more sensible (e.g. en_GB.UTF-8) should resolve that problem. > > Thank you. > > Fergus > > PS Not quite "finally". Can I please ask a 4th question: > > Q4 Why are questions about X specifically directed to a different > mailing list? Apart from occasional high-frequency dialogue as at > present, posts about X are (or seem to me to be) no more frequent than > posts about grep or ls or chmod or ... . The "main" Cygwin list has a > much higher readership and posts directed there might generate many > useful hints, tips, experiences, fixes or even solutions? I am lazy and don't read the main list :-) -- 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 jon.turney@dronecode.org.uk Thu Nov 12 18:16:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 12 Nov 2009 18:16:00 -0000 Subject: Can't read lock file In-Reply-To: <20091111100702.GA4356@calimero.vinschen.de> References: <4AFA6A6D.2060001@bonhard.uklinux.net> <20091111100702.GA4356@calimero.vinschen.de> Message-ID: <4AFC5100.1070004@dronecode.org.uk> On 11/11/2009 10:07, Corinna Vinschen wrote: > On Nov 11 07:40, Fergus wrote: >> Q1. Is it still the case that this problem is "not well understood" >> as in this reference? >> http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-cant-read-lock-file >> > Hardlinks don't work on FAT filesystems since FAT doesn't support them. > Up to Cygwin 1.7.0-60, hardlinks on FAT were faked by copying the file. > This has obvious downsides (unsecure, potential denial-of-service > problems, portability), so we discussed and decided to remove this fake > and to return an error instead when trying to create a hardlink on a FAT > FS: http://cygwin.com/ml/cygwin/2009-09/msg00208.html > >> (My experiments with possible cause/ cure are confounded because on >> Machine 1 I have NTFS filesystems but lack administrator rights and >> on Machine 2 where I am Administrator, all filesystems are FAT32.) > > Which is bad since FAT32 has no security at all. Any process of any > user on the machine can overwrite any file, even in the Windows folder. > NTFS is much more secure and has a couple of features you never get with > FAT32, and hardlinks are only one minor advantage. You should really > update the filesystem to NTFS using the on-board convert.exe tool. > > As for X, it should have a fallback method if the /tmp filesystem > doesn't support hardlinks. Well, the fallback method is to use -nolock :-) The only use of the lock file appears to be to stop people from doing things like starting 'X :0 -nolisten inet -nolisten inet6' and 'X :0 -nolisten unix' at the same time, so I'm kind of tempted just to make '-nolock' the default and let people run with scissors if they want to :-) However, since there does seem to be some code to grovel over the mount options to try to detect if /tmp is textmode and warn about that for some reason, perhaps I'll look at checking if it's FAT and turning off the lockfile automatically in that case. -- 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 yselkowitz@users.sourceforge.net Thu Nov 12 18:21:00 2009 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Thu, 12 Nov 2009 18:21:00 -0000 Subject: [ANNOUNCEMENT] [1.7] Updated: xorg-server-1.7.1-3 Message-ID: The following package has been updated for Cygwin 1.7: * xorg-server-1.7.1-3 This package contains XWin and the other X.Org X11 servers. The following patches has been added in this release: - Don't crash if conversion of window name to UTF-8 fails. - Discourage other window managers from starting when in multiwindow mode. Yaakov Cygwin/X CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO ====================================== If you want to unsubscribe from the cygwin-xfree-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-xfree-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- 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 yselkowitz@users.sourceforge.net Thu Nov 12 18:22:00 2009 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Thu, 12 Nov 2009 18:22:00 -0000 Subject: [ANNOUNCEMENT] [1.7] Updated: libX11-1.3.2-2 Message-ID: The following packages have been updated for Cygwin 1.7: * libX11_6-1.3.2-2 * libX11-devel-1.3.2-2 * libX11-xcb1-1.3.2-2 * libX11-xcb-devel-1.3.2-2 libX11, aka Xlib, is the core library of the X11 protocol. This release adds support for the C.UTF-8 locale. Yaakov Cygwin/X CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO ====================================== If you want to unsubscribe from the cygwin-xfree-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-xfree-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- 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 hughgs@duke.edu Thu Nov 12 19:45:00 2009 From: hughgs@duke.edu (hughgs) Date: Thu, 12 Nov 2009 19:45:00 -0000 Subject: libX11-1.3.2-2 Still Fails Xterm Start Message-ID: I've been using libX11-1.2.x (I don't remember the exact version) to get a working Xterm window. I finally downloaded the latest libX11-1.3.2-2 and can no longer get a visible Xterm window. I can get the server up but when I try and start an Xterm from either the startxwin.bat file or from the Xserver icon I can see the bash process but I don't get a visible Xterm window. I'm using Window XP. George S. Hugh (302) 530-9335 hughgs@duke.edu -------------- next part -------------- Cygwin Configuration Diagnostics Current System Time: Thu Nov 12 14:27:10 2009 Windows XP Professional Ver 5.1 Build 2600 Service Pack 3 Path: D:\Cygwin\usr\local\bin D:\Cygwin\bin D:\Cygwin\bin D:\Cygwin\usr\X11R6\bin D:\Embarcadero\RAD Studio\7.0\bin C:\Documents and Settings\hughgs\My Documents\RAD Studio\7.0\Bpl C:\WINDOWS\system32 C:\WINDOWS C:\WINDOWS\system32\wbem D:\f-secure\ssh D:\MATLAB\R2006b\bin\win32 C:\Program Files\ATI Technologies\ATI.ACE\Core-Static C:\Program Files\ATI Technologies\ATI Control Panel D:\QuickTime\QTSystem\ C:\Documents and Settings\All Users\Documents\RAD Studio\7.0\BPL D:\Cygwin\lib\lapack Output from D:\Cygwin\bin\id.exe UID: 1004(hughgs) GID: 513(None) 0(root) 544(Administrators) 545(Users) 513(None) SysDir: C:\WINDOWS\system32 WinDir: C:\WINDOWS USER = 'hughgs' PWD = '/cygdrive/e/hughgs' HOME = '/cygdrive/e/hughgs' BIBINPUTS = '/cygdrive/e/hughgs/latex//::' HOMEPATH = '\hughgs' MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man' APPDATA = 'C:\Documents and Settings\hughgs\Application Data' HOSTNAME = 'hl_pc' BSTINPUTS = '/cygdrive/e/hughgs/latex//:/bibtex/bst//::' TERM = 'cygwin' PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 13 Stepping 8, GenuineIntel' WINDIR = 'C:\WINDOWS' TEXDOCVIEW_txt = 'cygstart %s' TEXDOCVIEW_dvi = 'cygstart %s' OLDPWD = '/cygdrive/d/Cygwin/bin' USERDOMAIN = 'HL_PC' OS = 'Windows_NT' ALLUSERSPROFILE = 'C:\Documents and Settings\All Users' !:: = '::\' TEMP = '/cygdrive/c/DOCUME~1/hughgs/LOCALS~1/Temp' DEFLOGDIR = 'c:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection' COMMONPROGRAMFILES = 'C:\Program Files\Common Files' QTJAVA = 'C:\Program Files\Java\jre6\lib\ext\QTJava.zip' USERNAME = 'hughgs' CG_BOOST_ROOT = 'D:\Embarcadero\RAD Studio\7.0\include\boost_1_39' TEXDOCVIEW_pdf = 'cygstart %s' PROCESSOR_LEVEL = '6' FP_NO_HOST_CHECK = 'NO' SYSTEMDRIVE = 'C:' __COMPAT_LAYER = 'EnableNXShowUI ' TEXDOCVIEW_html = 'cygstart %s' USERPROFILE = 'C:\Documents and Settings\hughgs' PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ ' LOGONSERVER = '\\HL_PC' PROCESSOR_ARCHITECTURE = 'x86' !C: = 'C:\Documents and Settings\hughgs\Desktop' TEXINPUTS = '.:/cygdrive/e/hughgs/latex//::/tex/plain::./figures//' SHLVL = '1' PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' HOMEDRIVE = 'e:' !D: = 'D:\Cygwin\bin' PROMPT = '$P$G' COMSPEC = 'C:\WINDOWS\system32\cmd.exe' TMP = '/cygdrive/c/DOCUME~1/hughgs/LOCALS~1/Temp' SYSTEMROOT = 'C:\WINDOWS' PRINTER = 'HP Photosmart 3200 series' CVS_RSH = '/bin/ssh' PROCESSOR_REVISION = '0d08' CLASSPATH = '.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip' TEXDOCVIEW_ps = 'cygstart %s' INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:' PROGRAMFILES = 'C:\Program Files' NUMBER_OF_PROCESSORS = '1' VSEDEFLOGDIR = 'C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection' SESSIONNAME = 'Console' COMPUTERNAME = 'HL_PC' _ = '/usr/bin/cygcheck' HKEY_CURRENT_USER\Console\Cygwin (default) = 0x00000007 PopupColors = 0x000000f5 ColorTable00 = 0x00000000 ColorTable01 = 0x00800000 ColorTable02 = 0x00008000 ColorTable03 = 0x00808000 ColorTable04 = 0x00000080 ColorTable05 = 0x00800080 ColorTable06 = 0x00008080 ColorTable07 = 0x00c0c0c0 ColorTable08 = 0x00808080 ColorTable09 = 0x00ff0000 ColorTable10 = 0x0000ff00 ColorTable11 = 0x00ffff00 ColorTable12 = 0x000000ff ColorTable13 = 0x00ff00ff ColorTable14 = 0x0000ffff ColorTable15 = 0x00ffffff InsertMode = 0x00000001 QuickEdit = 0x00000001 FullScreen = 0x00000000 ScreenBufferSize = 0x012c0064 WindowSize = 0x001e0050 FontSize = 0x00100000 FontFamily = 0x00000036 FontWeight = 0x000002bc FaceName = 'Lucida Console' CursorSize = 0x00000019 HistoryBufferSize = 0x00000032 NumberOfHistoryBuffers = 0x00000004 HistoryNoDup = 0x00000000 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_CURRENT_USER\Software\Cygwin HKEY_CURRENT_USER\Software\Cygwin\Program Options HKEY_CURRENT_USER\Software\Cygwin\setup HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin\Cygwin-X (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin\Cygwin-X\Editors (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin\Cygwin-X\Games (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin\Cygwin-X\Information (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin\Cygwin-X\Tools (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin\Cygwin-X\Toys (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin\Ghostscript (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin\Singular CAS (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin\Singular CAS\Cygwin (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin 1.5 (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin 1.5\Cygwin-X (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin 1.5\Cygwin-X\Editors (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin 1.5\Cygwin-X\Games (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin 1.5\Cygwin-X\Tools (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin 1.5\Cygwin-X\Toys (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin 1.5\Ghostscript (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin 1.7 (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin 1.7\Cygwin-X (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin-X (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin-X\Editors (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin-X\Information (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin-X\Tools (default) = (unsupported type) HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = '/cygdrive' cygdrive flags = 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = 'd:\Cygwin1.5' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = 'd:\Cygwin1.5/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = 'd:\Cygwin1.5/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations (default) = '\??\D:\Cygwin' HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup (default) = 'D:\Cygwin' obcaseinsensitive set to 1 Cygwin installations found in the registry: System: Key: 1720b01b097bf4fc Path: D:\Cygwin c: hd NTFS 10001Mb 93% CP CS UN PA FC OS d: hd NTFS 39997Mb 18% CP CS UN PA FC Programs e: hd NTFS 26254Mb 41% CP CS UN PA FC Users f: cd N/A N/A D:\Cygwin / system binary,auto D:\Cygwin\bin /usr/bin system binary,auto D:\Cygwin\lib /usr/lib system binary,auto cygdrive prefix /cygdrive user binary,auto Found: D:\Cygwin\bin\awk.exe Found: D:\Cygwin\bin\awk.exe -> D:\Cygwin\bin\gawk.exe Found: D:\Cygwin\bin\bash.exe Found: D:\Cygwin\bin\bash.exe Found: D:\Cygwin\bin\cat.exe Found: D:\Cygwin\bin\cat.exe Found: D:\Cygwin\bin\cp.exe Found: D:\Cygwin\bin\cp.exe Found: D:\Cygwin\bin\cpp.exe Found: D:\Cygwin\bin\cpp.exe -> D:\Cygwin\etc\alternatives\cpp -> D:\Cygwin\bin\cpp-4.exe Not Found: crontab Found: D:\Cygwin\bin\find.exe Found: D:\Cygwin\bin\find.exe Found: C:\WINDOWS\system32\find.exe Warning: D:\Cygwin\bin\find.exe hides C:\WINDOWS\system32\find.exe Found: D:\Cygwin\bin\gcc.exe Found: D:\Cygwin\bin\gcc.exe -> D:\Cygwin\etc\alternatives\gcc -> D:\Cygwin\bin\gcc-4.exe Not Found: gdb Found: D:\Cygwin\bin\grep.exe Found: D:\Cygwin\bin\grep.exe Found: D:\Embarcadero\RAD Studio\7.0\bin\grep.exe Warning: D:\Cygwin\bin\grep.exe hides D:\Embarcadero\RAD Studio\7.0\bin\grep.exe Found: D:\Cygwin\bin\kill.exe Found: D:\Cygwin\bin\kill.exe Found: D:\Cygwin\bin\ld.exe Found: D:\Cygwin\bin\ld.exe Found: D:\Cygwin\bin\ls.exe Found: D:\Cygwin\bin\ls.exe Found: D:\Embarcadero\RAD Studio\7.0\bin\make.exe Found: D:\Cygwin\bin\mv.exe Found: D:\Cygwin\bin\mv.exe Found: D:\Cygwin\bin\patch.exe Found: D:\Cygwin\bin\patch.exe Found: D:\Cygwin\bin\perl.exe Found: D:\Cygwin\bin\perl.exe Found: D:\Cygwin\bin\rm.exe Found: D:\Cygwin\bin\rm.exe Found: D:\Cygwin\bin\sed.exe Found: D:\Cygwin\bin\sed.exe Found: D:\Cygwin\bin\ssh.exe Found: D:\Cygwin\bin\ssh.exe Found: D:\Cygwin\bin\sh.exe Found: D:\Cygwin\bin\sh.exe Found: D:\Cygwin\bin\tar.exe Found: D:\Cygwin\bin\tar.exe Found: D:\Cygwin\bin\test.exe Found: D:\Cygwin\bin\test.exe Found: D:\Cygwin\bin\vi Found: D:\Cygwin\bin\vi -> D:\Cygwin\bin\vim-nox.exe Found: D:\Cygwin\bin\vim Found: D:\Cygwin\bin\vim -> D:\Cygwin\etc\alternatives\vim -> D:\Cygwin\bin\vim-nox.exe 80k 2009/09/15 D:\Cygwin\bin\cygaa-1.dll - os=4.0 img=1.0 sys=4.0 "cygaa-1.dll" v0.0 ts=2009/9/15 6:05 272k 2009/03/20 D:\Cygwin\bin\cygarpack-0.dll - os=4.0 img=1.0 sys=4.0 "cygarpack-0.dll" v0.0 ts=2009/3/20 5:48 704k 2007/12/18 D:\Cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0 "cygaspell-15.dll" v0.0 ts=2007/12/18 6:39 88k 2009/03/24 D:\Cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygatk-1.0-0.dll" v0.0 ts=2009/3/24 19:36 72k 2009/03/18 D:\Cygwin\bin\cygaudio-2.dll - os=4.0 img=1.0 sys=4.0 "cygaudio-2.dll" v0.0 ts=2009/3/18 0:40 29k 2009/10/11 D:\Cygwin\bin\cygbrlapi-0.5.dll - os=4.0 img=1.0 sys=4.0 "cygbrlapi-0.5.dll" v0.0 ts=2009/10/10 23:17 61k 2009/03/02 D:\Cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2009/3/1 22:11 456k 2009/06/25 D:\Cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0 "cygcairo-2.dll" v0.0 ts=2009/6/25 2:25 7k 2009/05/30 D:\Cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2009/5/30 15:05 16k 2005/10/11 D:\Cygwin\bin\cygcompface-0.dll - os=4.0 img=1.0 sys=4.0 "cygcompface-0.dll" v0.0 ts=2005/10/11 9:58 452k 2009/09/14 D:\Cygwin\bin\cygcruft.dll - os=4.0 img=1.0 sys=4.0 "cygcruft.dll" v0.0 ts=2009/9/14 14:05 7k 2003/10/19 D:\Cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 3:57 1125k 2006/10/04 D:\Cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.7.dll" v0.0 ts=2006/10/4 8:12 1147k 2009/11/05 D:\Cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2009/11/5 12:36 254k 2009/08/23 D:\Cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0 "cygcurl-4.dll" v0.0 ts=2009/8/23 1:25 703k 2007/12/17 D:\Cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2007/12/17 6:58 943k 2007/12/17 D:\Cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.5.dll" v0.0 ts=2007/12/17 8:12 206k 2009/07/19 D:\Cygwin\bin\cygdbus-1-3.dll - os=4.0 img=1.0 sys=4.0 "cygdbus-1-3.dll" v0.0 ts=2009/7/19 15:40 102k 2009/03/17 D:\Cygwin\bin\cygdbus-glib-1-2.dll - os=4.0 img=1.0 sys=4.0 "cygdbus-glib-1-2.dll" v0.0 ts=2009/3/16 23:47 1036k 2007/12/17 D:\Cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 6:58 1296k 2007/12/17 D:\Cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 8:12 166k 2009/03/31 D:\Cygwin\bin\cygexif-12.dll - os=4.0 img=1.0 sys=4.0 "cygexif-12.dll" v0.0 ts=2009/3/31 0:20 118k 2007/04/06 D:\Cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-0.dll" v0.0 ts=2007/4/6 16:43 118k 2008/05/09 D:\Cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-1.dll" v0.0 ts=2008/5/9 0:03 28k 2009/03/22 D:\Cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0 "cygfam-0.dll" v0.0 ts=2009/3/22 14:56 22k 2009/09/29 D:\Cygwin\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0 "cygffi-4.dll" v0.0 ts=2009/9/14 11:50 784k 2009/07/28 D:\Cygwin\bin\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0 "cygfftw3-3.dll" v0.0 ts=2009/7/28 15:14 758k 2009/07/28 D:\Cygwin\bin\cygfftw3f-3.dll - os=4.0 img=1.0 sys=4.0 "cygfftw3f-3.dll" v0.0 ts=2009/7/28 15:05 19k 2009/07/28 D:\Cygwin\bin\cygfftw3f_threads-3.dll - os=4.0 img=1.0 sys=4.0 "cygfftw3f_threads-3.dll" v0.0 ts=2009/7/28 15:05 19k 2009/07/28 D:\Cygwin\bin\cygfftw3_threads-3.dll - os=4.0 img=1.0 sys=4.0 "cygfftw3_threads-3.dll" v0.0 ts=2009/7/28 15:14 174k 2009/09/25 D:\Cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2009/9/24 22:05 21k 2009/10/14 D:\Cygwin\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2009/10/13 21:04 40k 2009/03/01 D:\Cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2009/3/1 1:32 41k 2009/10/26 D:\Cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0 "cygform-9.dll" v0.0 ts=2009/10/26 18:02 48k 2003/08/09 D:\Cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 5:25 489k 2009/10/15 D:\Cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2009/10/14 21:22 44k 2009/09/29 D:\Cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0 "cyggcc_s-1.dll" v0.0 ts=2009/9/14 11:42 41k 2008/09/12 D:\Cygwin\bin\cyggcc_s.dll - os=4.0 img=1.0 sys=4.0 "cyggcc_s.dll" v0.0 ts=2008/9/11 2:43 179k 2009/06/08 D:\Cygwin\bin\cyggconf-2-4.dll - os=4.0 img=1.0 sys=4.0 "cyggconf-2-4.dll" v0.0 ts=2009/6/8 2:43 19k 2009/02/26 D:\Cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2009/2/26 2:58 8k 2009/02/26 D:\Cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 2:58 504k 2009/09/08 D:\Cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk-x11-2.0-0.dll" v0.0 ts=2009/9/7 2:34 90k 2009/09/08 D:\Cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2009/9/7 2:32 642k 2009/09/29 D:\Cygwin\bin\cyggfortran-3.dll - os=4.0 img=1.0 sys=4.0 "cyggfortran-3.dll" v0.0 ts=2009/9/14 12:42 32k 2008/12/08 D:\Cygwin\bin\cyggg-1.dll - os=4.0 img=1.0 sys=4.0 "cyggg-1.dll" v0.0 ts=2008/12/7 18:59 45k 2008/12/08 D:\Cygwin\bin\cygggi-2.dll - os=4.0 img=1.0 sys=4.0 "cygggi-2.dll" v0.0 ts=2008/12/7 20:09 9k 2008/12/08 D:\Cygwin\bin\cygggiwmh-0.dll - os=4.0 img=1.0 sys=4.0 "cygggiwmh-0.dll" v0.0 ts=2008/12/7 20:31 29k 2009/03/23 D:\Cygwin\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0 "cyggif-4.dll" v0.0 ts=2009/3/23 14:55 23k 2008/12/08 D:\Cygwin\bin\cyggii-1.dll - os=4.0 img=1.0 sys=4.0 "cyggii-1.dll" v0.0 ts=2008/12/7 19:00 367k 2009/09/07 D:\Cygwin\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggio-2.0-0.dll" v0.0 ts=2009/9/7 0:10 2311k 2009/10/16 D:\Cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2009/10/16 5:17 133k 2009/03/25 D:\Cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-1-2-0.dll" v0.0 ts=2009/3/23 10:12 678k 2009/09/07 D:\Cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-2.0-0.dll" v0.0 ts=2009/9/7 0:07 141k 2009/03/30 D:\Cygwin\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-1.dll" v0.0 ts=2009/3/30 12:22 21k 2009/03/30 D:\Cygwin\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 12:23 708k 2009/11/05 D:\Cygwin\bin\cygglpk-0.dll - os=4.0 img=1.0 sys=4.0 "cygglpk-0.dll" v0.0 ts=2009/11/5 9:38 12k 2009/03/25 D:\Cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-1-2-0.dll" v0.0 ts=2009/3/23 10:12 13k 2009/09/07 D:\Cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-2.0-0.dll" v0.0 ts=2009/9/7 0:08 315k 2009/06/06 D:\Cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmp-3.dll" v0.0 ts=2009/6/6 7:23 226k 2009/09/07 D:\Cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggobject-2.0-0.dll" v0.0 ts=2009/9/7 0:08 24k 2009/09/29 D:\Cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0 "cyggomp-1.dll" v0.0 ts=2009/9/14 11:51 317k 2009/09/20 D:\Cygwin\bin\cygGraphicsMagick++-3.dll - os=4.0 img=1.0 sys=4.0 "cygGraphicsMagick++-3.dll" v0.0 ts=2009/9/20 13:55 11931k 2009/09/20 D:\Cygwin\bin\cygGraphicsMagick-3.dll - os=4.0 img=1.0 sys=4.0 "cygGraphicsMagick-3.dll" v0.0 ts=2009/9/20 13:55 132k 2009/09/20 D:\Cygwin\bin\cygGraphicsMagickWand-2.dll - os=4.0 img=1.0 sys=4.0 "cygGraphicsMagickWand-2.dll" v0.0 ts=2009/9/20 13:55 5491k 2008/11/27 D:\Cygwin\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0 "cyggs-8.dll" v0.0 ts=2008/11/27 8:24 1640k 2009/09/20 D:\Cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0 "cyggsl-0.dll" v0.0 ts=2009/9/20 10:39 186k 2009/09/20 D:\Cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0 "cyggslcblas-0.dll" v0.0 ts=2009/9/20 10:29 9k 2009/03/25 D:\Cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-1-2-0.dll" v0.0 ts=2009/3/23 10:13 15k 2009/09/07 D:\Cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-2.0-0.dll" v0.0 ts=2009/9/7 0:08 3502k 2009/09/08 D:\Cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggtk-x11-2.0-0.dll" v0.0 ts=2009/9/7 2:40 2047k 2009/09/17 D:\Cygwin\bin\cyghdf5-0.dll - os=4.0 img=1.0 sys=4.0 "cyghdf5-0.dll" v0.0 ts=2009/9/17 3:58 90k 2009/09/17 D:\Cygwin\bin\cyghdf5_hl-0.dll - os=4.0 img=1.0 sys=4.0 "cyghdf5_hl-0.dll" v0.0 ts=2009/9/17 3:59 24k 2009/06/23 D:\Cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2009/6/23 8:20 25k 2009/07/06 D:\Cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0 "cyghistory7.dll" v0.0 ts=2009/7/5 10:45 73k 2009/09/02 D:\Cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2009/9/2 17:39 270k 2009/05/07 D:\Cygwin\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0 "cygicons-0.dll" v0.0 ts=2009/5/6 20:58 981k 2009/05/30 D:\Cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2009/5/30 15:05 144k 2009/03/26 D:\Cygwin\bin\cygIDL-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygIDL-2-0.dll" v0.0 ts=2009/3/26 16:52 191k 2009/09/15 D:\Cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0 "cygidn-11.dll" v0.0 ts=2009/9/15 6:41 37k 2003/08/10 D:\Cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 17:50 31k 2005/11/20 D:\Cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2005/11/19 21:04 31k 2009/04/03 D:\Cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2009/4/2 21:15 246k 2008/04/02 D:\Cygwin\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0 "cygjasper-1.dll" v0.0 ts=2008/4/2 12:19 41k 2009/03/10 D:\Cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0 "cygjbig-2.dll" v0.0 ts=2009/3/9 22:10 125k 2009/08/08 D:\Cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2009/8/8 16:48 193k 2009/08/08 D:\Cygwin\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-7.dll" v0.0 ts=2009/8/8 15:39 60k 2004/09/27 D:\Cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-3.dll" v0.0 ts=2004/9/27 13:32 65k 2005/05/05 D:\Cygwin\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-4.dll" v0.0 ts=2005/5/5 10:33 39k 2008/09/07 D:\Cygwin\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2-3-0.dll" v0.0 ts=2008/9/7 8:28 177k 2009/09/30 D:\Cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0 "cyglcms-1.dll" v0.0 ts=2009/9/30 8:31 189k 2008/09/07 D:\Cygwin\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2-3-0.dll" v0.0 ts=2008/9/7 8:29 201k 2008/09/07 D:\Cygwin\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 8:31 5k 2009/11/10 D:\Cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0 "cyglsa.dll" v0.0 ts=2009/11/10 7:04 9k 2009/11/10 D:\Cygwin\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2 27k 2009/07/13 D:\Cygwin\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-7.dll" v0.0 ts=2009/7/12 20:50 124k 2009/03/15 D:\Cygwin\bin\cyglzma-0.dll - os=4.0 img=1.0 sys=4.0 "cyglzma-0.dll" v0.0 ts=2009/3/15 2:01 123k 2009/08/30 D:\Cygwin\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0 "cyglzma-1.dll" v0.0 ts=2009/8/30 18:35 98k 2009/03/16 D:\Cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2009/3/16 12:32 21k 2009/03/01 D:\Cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2009/3/1 1:31 22k 2009/10/26 D:\Cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-9.dll" v0.0 ts=2009/10/26 18:01 29k 2003/08/09 D:\Cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 5:25 24k 2008/10/30 D:\Cygwin\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0 "cygminires.dll" v0.0 ts=2008/10/30 19:53 331k 2008/03/31 D:\Cygwin\bin\cygmng-1.dll - os=4.0 img=1.0 sys=4.0 "cygmng-1.dll" v0.0 ts=2008/3/31 10:43 211k 2009/06/06 D:\Cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 "cygmp-3.dll" v0.0 ts=2009/6/6 7:23 64k 2009/11/09 D:\Cygwin\bin\cygmpc-1.dll - os=4.0 img=1.0 sys=4.0 "cygmpc-1.dll" v0.0 ts=2009/11/8 20:21 269k 2009/06/07 D:\Cygwin\bin\cygmpfr-1.dll - os=4.0 img=1.0 sys=4.0 "cygmpfr-1.dll" v0.0 ts=2009/6/7 17:10 66k 2009/03/01 D:\Cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2009/3/1 1:39 61k 2009/10/26 D:\Cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-9.dll" v0.0 ts=2009/10/26 18:12 237k 2009/03/01 D:\Cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2009/3/1 1:28 195k 2009/10/26 D:\Cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-9.dll" v0.0 ts=2009/10/26 17:58 224k 2003/08/09 D:\Cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 5:24 173k 2009/09/02 D:\Cygwin\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0 "cygnetpbm-10.dll" v0.0 ts=2009/9/1 23:33 10671k 2009/09/14 D:\Cygwin\bin\cygoctave.dll - os=4.0 img=1.0 sys=4.0 "cygoctave.dll" v0.0 ts=2009/9/14 14:26 11898k 2009/09/14 D:\Cygwin\bin\cygoctinterp.dll - os=4.0 img=1.0 sys=4.0 "cygoctinterp.dll" v0.0 ts=2009/9/14 14:53 277k 2009/03/17 D:\Cygwin\bin\cygORBit-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBit-2-0.dll" v0.0 ts=2009/3/17 17:34 34k 2009/03/17 D:\Cygwin\bin\cygORBit-imodule-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBit-imodule-2-0.dll" v0.0 ts=2009/3/17 17:35 17k 2009/03/17 D:\Cygwin\bin\cygORBitCosNaming-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBitCosNaming-2-0.dll" v0.0 ts=2009/3/17 17:34 11k 2009/03/01 D:\Cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2009/3/1 1:30 12k 2009/10/26 D:\Cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-9.dll" v0.0 ts=2009/10/26 18:00 19k 2003/08/09 D:\Cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 5:24 230k 2009/07/27 D:\Cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpango-1.0-0.dll" v0.0 ts=2009/7/27 0:42 34k 2009/07/27 D:\Cygwin\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangocairo-1.0-0.dll" v0.0 ts=2009/7/27 0:42 142k 2009/07/27 D:\Cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoft2-1.0-0.dll" v0.0 ts=2009/7/27 0:42 37k 2009/07/27 D:\Cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangox-1.0-0.dll" v0.0 ts=2009/7/27 0:42 23k 2009/07/27 D:\Cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoxft-1.0-0.dll" v0.0 ts=2009/7/27 0:42 190k 2009/04/17 D:\Cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2009/4/17 12:07 7k 2009/04/17 D:\Cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2009/4/17 12:07 1543k 2008/07/03 D:\Cygwin\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_10.dll" v0.0 ts=2008/6/30 12:06 354k 2009/10/14 D:\Cygwin\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygpixman-1-0.dll" v0.0 ts=2009/10/13 20:39 242k 2009/03/07 D:\Cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2009/3/7 17:38 22k 2002/06/09 D:\Cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 1:45 103k 2009/01/07 D:\Cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0 "cygpq.dll" v0.0 ts=2009/1/7 11:46 4k 2007/12/18 D:\Cygwin\bin\cygpspell-15.dll - os=4.0 img=1.0 sys=4.0 "cygpspell-15.dll" v0.0 ts=2007/12/18 6:40 276k 2009/03/13 D:\Cygwin\bin\cygqhull-5.dll - os=4.0 img=1.0 sys=4.0 "cygqhull-5.dll" v0.0 ts=2009/3/13 17:10 56k 2009/06/29 D:\Cygwin\bin\cygqrupdate-0.dll - os=4.0 img=1.0 sys=4.0 "cygqrupdate-0.dll" v0.0 ts=2009/6/29 10:38 7002k 2009/06/08 D:\Cygwin\bin\cygqt-mt-3.dll - os=4.0 img=1.0 sys=4.0 "cygqt-mt-3.dll" v0.0 ts=2009/6/7 3:47 230k 2009/06/08 D:\Cygwin\bin\cygqui-1.dll - os=4.0 img=1.0 sys=4.0 "cygqui-1.dll" v0.0 ts=2009/6/7 3:47 155k 2009/06/23 D:\Cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2009/6/23 8:20 162k 2009/07/06 D:\Cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0 "cygreadline7.dll" v0.0 ts=2009/7/5 10:45 761k 2008/09/30 D:\Cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0 "cygruby18.dll" v0.0 ts=2008/9/30 9:10 78k 2004/10/13 D:\Cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0 "cygsasl2-2.dll" v0.0 ts=2004/10/13 18:50 7k 2009/07/22 D:\Cygwin\bin\cygsigsegv-0.dll - os=4.0 img=1.0 sys=4.0 "cygsigsegv-0.dll" v0.0 ts=2009/7/22 4:57 27k 2009/09/03 D:\Cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2009/9/3 4:56 125k 2009/10/07 D:\Cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0 "cygssh2-1.dll" v0.0 ts=2009/10/6 22:25 231k 2006/10/04 D:\Cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.7.dll" v0.0 ts=2006/10/4 8:12 252k 2009/11/05 D:\Cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2009/11/5 12:36 8k 2009/09/29 D:\Cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0 "cygssp-0.dll" v0.0 ts=2009/9/14 11:49 771k 2009/09/29 D:\Cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0 "cygstdc++-6.dll" v0.0 ts=2009/9/14 12:19 231k 2009/09/15 D:\Cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1-5.dll" v0.0 ts=2009/9/15 5:59 46k 2009/10/26 D:\Cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0 "cygtic-9.dll" v0.0 ts=2009/10/26 17:58 312k 2009/08/10 D:\Cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2009/8/10 18:04 282k 2003/08/11 D:\Cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 "cygtiff4.dll" v0.0 ts=2003/8/10 22:32 282k 2009/08/10 D:\Cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiffxx-5.dll" v0.0 ts=2009/8/10 18:04 27k 2006/12/06 D:\Cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 "cygungif-4.dll" v0.0 ts=2006/12/5 22:41 289k 2009/09/15 D:\Cygwin\bin\cygwmf-0-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygwmf-0-2-7.dll" v0.0 ts=2009/9/15 8:16 93k 2009/09/15 D:\Cygwin\bin\cygwmflite-0-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygwmflite-0-2-7.dll" v0.0 ts=2009/9/15 8:15 24k 2009/03/29 D:\Cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0 "cygwrap-0.dll" v0.0 ts=2009/3/29 2:28 1038k 2009/11/11 D:\Cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2009/11/10 23:15 9k 2009/09/03 D:\Cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2009/9/2 17:47 352k 2009/10/19 D:\Cygwin\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2009/10/18 17:55 360k 2005/10/27 D:\Cygwin\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 13:45 268k 2008/11/15 D:\Cygwin\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2008/11/13 3:37 74k 2009/09/21 D:\Cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-1.dll" v0.0 ts=2009/9/21 17:31 22k 2009/09/21 D:\Cygwin\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-0.dll" v0.0 ts=2009/9/21 17:32 11k 2009/09/03 D:\Cygwin\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-util-0.dll" v0.0 ts=2009/9/3 1:24 10k 2009/10/14 D:\Cygwin\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2009/10/14 13:51 30k 2009/09/03 D:\Cygwin\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2009/9/2 17:47 9k 2009/10/14 D:\Cygwin\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2009/10/14 12:54 17k 2009/10/14 D:\Cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2009/10/13 18:31 51k 2009/10/22 D:\Cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2009/10/21 23:45 16k 2009/10/14 D:\Cygwin\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2009/10/14 12:48 66k 2009/10/15 D:\Cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2009/10/14 16:33 47k 2009/10/14 D:\Cygwin\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2009/10/14 1:19 8k 2009/10/14 D:\Cygwin\bin\cygXinerama-1.dll - os=4.0 img=1.0 sys=4.0 "cygXinerama-1.dll" v0.0 ts=2009/10/14 3:39 122k 2009/10/15 D:\Cygwin\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2009/10/14 1:57 1123k 2009/10/08 D:\Cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2009/10/6 22:49 75k 2009/10/14 D:\Cygwin\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2009/10/14 3:29 11k 2009/10/14 D:\Cygwin\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2009/10/14 3:29 26k 2005/10/27 D:\Cygwin\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 13:27 53k 2009/10/14 D:\Cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2009/10/14 13:01 25k 2009/03/20 D:\Cygwin\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2009/3/13 3:05 30k 2009/10/14 D:\Cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2009/10/14 3:40 277k 2009/10/14 D:\Cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2009/10/13 23:02 64k 2009/03/02 D:\Cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2009/3/1 20:33 2414k 2009/11/10 D:\Cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2009/11/10 7:03 Cygwin DLL version info: DLL version: 1.7.0 DLL epoch: 19 DLL old termios: 5 DLL malloc env: 28 Cygwin conv: 181 API major: 0 API minor: 217 Shared data: 5 DLL identifier: cygwin1 Mount registry: 3 Cygwin registry name: Cygwin Program options name: Program Options Installations name: Installations Cygdrive default prefix: Build date: Tue Nov 10 13:03:21 CET 2009 Shared id: cygwin1S5 80k 2009/09/15 D:\Cygwin\bin\cygaa-1.dll - os=4.0 img=1.0 sys=4.0 "cygaa-1.dll" v0.0 ts=2009/9/15 6:05 272k 2009/03/20 D:\Cygwin\bin\cygarpack-0.dll - os=4.0 img=1.0 sys=4.0 "cygarpack-0.dll" v0.0 ts=2009/3/20 5:48 704k 2007/12/18 D:\Cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0 "cygaspell-15.dll" v0.0 ts=2007/12/18 6:39 88k 2009/03/24 D:\Cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygatk-1.0-0.dll" v0.0 ts=2009/3/24 19:36 72k 2009/03/18 D:\Cygwin\bin\cygaudio-2.dll - os=4.0 img=1.0 sys=4.0 "cygaudio-2.dll" v0.0 ts=2009/3/18 0:40 29k 2009/10/11 D:\Cygwin\bin\cygbrlapi-0.5.dll - os=4.0 img=1.0 sys=4.0 "cygbrlapi-0.5.dll" v0.0 ts=2009/10/10 23:17 61k 2009/03/02 D:\Cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2009/3/1 22:11 456k 2009/06/25 D:\Cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0 "cygcairo-2.dll" v0.0 ts=2009/6/25 2:25 7k 2009/05/30 D:\Cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2009/5/30 15:05 16k 2005/10/11 D:\Cygwin\bin\cygcompface-0.dll - os=4.0 img=1.0 sys=4.0 "cygcompface-0.dll" v0.0 ts=2005/10/11 9:58 452k 2009/09/14 D:\Cygwin\bin\cygcruft.dll - os=4.0 img=1.0 sys=4.0 "cygcruft.dll" v0.0 ts=2009/9/14 14:05 7k 2003/10/19 D:\Cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 3:57 1125k 2006/10/04 D:\Cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.7.dll" v0.0 ts=2006/10/4 8:12 1147k 2009/11/05 D:\Cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2009/11/5 12:36 254k 2009/08/23 D:\Cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0 "cygcurl-4.dll" v0.0 ts=2009/8/23 1:25 703k 2007/12/17 D:\Cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2007/12/17 6:58 943k 2007/12/17 D:\Cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.5.dll" v0.0 ts=2007/12/17 8:12 206k 2009/07/19 D:\Cygwin\bin\cygdbus-1-3.dll - os=4.0 img=1.0 sys=4.0 "cygdbus-1-3.dll" v0.0 ts=2009/7/19 15:40 102k 2009/03/17 D:\Cygwin\bin\cygdbus-glib-1-2.dll - os=4.0 img=1.0 sys=4.0 "cygdbus-glib-1-2.dll" v0.0 ts=2009/3/16 23:47 1036k 2007/12/17 D:\Cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 6:58 1296k 2007/12/17 D:\Cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 8:12 166k 2009/03/31 D:\Cygwin\bin\cygexif-12.dll - os=4.0 img=1.0 sys=4.0 "cygexif-12.dll" v0.0 ts=2009/3/31 0:20 118k 2007/04/06 D:\Cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-0.dll" v0.0 ts=2007/4/6 16:43 118k 2008/05/09 D:\Cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-1.dll" v0.0 ts=2008/5/9 0:03 28k 2009/03/22 D:\Cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0 "cygfam-0.dll" v0.0 ts=2009/3/22 14:56 22k 2009/09/29 D:\Cygwin\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0 "cygffi-4.dll" v0.0 ts=2009/9/14 11:50 784k 2009/07/28 D:\Cygwin\bin\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0 "cygfftw3-3.dll" v0.0 ts=2009/7/28 15:14 758k 2009/07/28 D:\Cygwin\bin\cygfftw3f-3.dll - os=4.0 img=1.0 sys=4.0 "cygfftw3f-3.dll" v0.0 ts=2009/7/28 15:05 19k 2009/07/28 D:\Cygwin\bin\cygfftw3f_threads-3.dll - os=4.0 img=1.0 sys=4.0 "cygfftw3f_threads-3.dll" v0.0 ts=2009/7/28 15:05 19k 2009/07/28 D:\Cygwin\bin\cygfftw3_threads-3.dll - os=4.0 img=1.0 sys=4.0 "cygfftw3_threads-3.dll" v0.0 ts=2009/7/28 15:14 174k 2009/09/25 D:\Cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2009/9/24 22:05 21k 2009/10/14 D:\Cygwin\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2009/10/13 21:04 40k 2009/03/01 D:\Cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2009/3/1 1:32 41k 2009/10/26 D:\Cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0 "cygform-9.dll" v0.0 ts=2009/10/26 18:02 48k 2003/08/09 D:\Cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 5:25 489k 2009/10/15 D:\Cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2009/10/14 21:22 44k 2009/09/29 D:\Cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0 "cyggcc_s-1.dll" v0.0 ts=2009/9/14 11:42 41k 2008/09/12 D:\Cygwin\bin\cyggcc_s.dll - os=4.0 img=1.0 sys=4.0 "cyggcc_s.dll" v0.0 ts=2008/9/11 2:43 179k 2009/06/08 D:\Cygwin\bin\cyggconf-2-4.dll - os=4.0 img=1.0 sys=4.0 "cyggconf-2-4.dll" v0.0 ts=2009/6/8 2:43 19k 2009/02/26 D:\Cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2009/2/26 2:58 8k 2009/02/26 D:\Cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 2:58 504k 2009/09/08 D:\Cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk-x11-2.0-0.dll" v0.0 ts=2009/9/7 2:34 90k 2009/09/08 D:\Cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2009/9/7 2:32 642k 2009/09/29 D:\Cygwin\bin\cyggfortran-3.dll - os=4.0 img=1.0 sys=4.0 "cyggfortran-3.dll" v0.0 ts=2009/9/14 12:42 32k 2008/12/08 D:\Cygwin\bin\cyggg-1.dll - os=4.0 img=1.0 sys=4.0 "cyggg-1.dll" v0.0 ts=2008/12/7 18:59 45k 2008/12/08 D:\Cygwin\bin\cygggi-2.dll - os=4.0 img=1.0 sys=4.0 "cygggi-2.dll" v0.0 ts=2008/12/7 20:09 9k 2008/12/08 D:\Cygwin\bin\cygggiwmh-0.dll - os=4.0 img=1.0 sys=4.0 "cygggiwmh-0.dll" v0.0 ts=2008/12/7 20:31 29k 2009/03/23 D:\Cygwin\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0 "cyggif-4.dll" v0.0 ts=2009/3/23 14:55 23k 2008/12/08 D:\Cygwin\bin\cyggii-1.dll - os=4.0 img=1.0 sys=4.0 "cyggii-1.dll" v0.0 ts=2008/12/7 19:00 367k 2009/09/07 D:\Cygwin\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggio-2.0-0.dll" v0.0 ts=2009/9/7 0:10 2311k 2009/10/16 D:\Cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2009/10/16 5:17 133k 2009/03/25 D:\Cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-1-2-0.dll" v0.0 ts=2009/3/23 10:12 678k 2009/09/07 D:\Cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygglib-2.0-0.dll" v0.0 ts=2009/9/7 0:07 141k 2009/03/30 D:\Cygwin\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-1.dll" v0.0 ts=2009/3/30 12:22 21k 2009/03/30 D:\Cygwin\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 12:23 708k 2009/11/05 D:\Cygwin\bin\cygglpk-0.dll - os=4.0 img=1.0 sys=4.0 "cygglpk-0.dll" v0.0 ts=2009/11/5 9:38 12k 2009/03/25 D:\Cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-1-2-0.dll" v0.0 ts=2009/3/23 10:12 13k 2009/09/07 D:\Cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggmodule-2.0-0.dll" v0.0 ts=2009/9/7 0:08 315k 2009/06/06 D:\Cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmp-3.dll" v0.0 ts=2009/6/6 7:23 226k 2009/09/07 D:\Cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggobject-2.0-0.dll" v0.0 ts=2009/9/7 0:08 24k 2009/09/29 D:\Cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0 "cyggomp-1.dll" v0.0 ts=2009/9/14 11:51 317k 2009/09/20 D:\Cygwin\bin\cygGraphicsMagick++-3.dll - os=4.0 img=1.0 sys=4.0 "cygGraphicsMagick++-3.dll" v0.0 ts=2009/9/20 13:55 11931k 2009/09/20 D:\Cygwin\bin\cygGraphicsMagick-3.dll - os=4.0 img=1.0 sys=4.0 "cygGraphicsMagick-3.dll" v0.0 ts=2009/9/20 13:55 132k 2009/09/20 D:\Cygwin\bin\cygGraphicsMagickWand-2.dll - os=4.0 img=1.0 sys=4.0 "cygGraphicsMagickWand-2.dll" v0.0 ts=2009/9/20 13:55 5491k 2008/11/27 D:\Cygwin\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0 "cyggs-8.dll" v0.0 ts=2008/11/27 8:24 1640k 2009/09/20 D:\Cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0 "cyggsl-0.dll" v0.0 ts=2009/9/20 10:39 186k 2009/09/20 D:\Cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0 "cyggslcblas-0.dll" v0.0 ts=2009/9/20 10:29 9k 2009/03/25 D:\Cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-1-2-0.dll" v0.0 ts=2009/3/23 10:13 15k 2009/09/07 D:\Cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggthread-2.0-0.dll" v0.0 ts=2009/9/7 0:08 3502k 2009/09/08 D:\Cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0 "cyggtk-x11-2.0-0.dll" v0.0 ts=2009/9/7 2:40 2047k 2009/09/17 D:\Cygwin\bin\cyghdf5-0.dll - os=4.0 img=1.0 sys=4.0 "cyghdf5-0.dll" v0.0 ts=2009/9/17 3:58 90k 2009/09/17 D:\Cygwin\bin\cyghdf5_hl-0.dll - os=4.0 img=1.0 sys=4.0 "cyghdf5_hl-0.dll" v0.0 ts=2009/9/17 3:59 24k 2009/06/23 D:\Cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2009/6/23 8:20 25k 2009/07/06 D:\Cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0 "cyghistory7.dll" v0.0 ts=2009/7/5 10:45 73k 2009/09/02 D:\Cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2009/9/2 17:39 270k 2009/05/07 D:\Cygwin\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0 "cygicons-0.dll" v0.0 ts=2009/5/6 20:58 981k 2009/05/30 D:\Cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2009/5/30 15:05 144k 2009/03/26 D:\Cygwin\bin\cygIDL-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygIDL-2-0.dll" v0.0 ts=2009/3/26 16:52 191k 2009/09/15 D:\Cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0 "cygidn-11.dll" v0.0 ts=2009/9/15 6:41 37k 2003/08/10 D:\Cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 17:50 31k 2005/11/20 D:\Cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2005/11/19 21:04 31k 2009/04/03 D:\Cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2009/4/2 21:15 246k 2008/04/02 D:\Cygwin\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0 "cygjasper-1.dll" v0.0 ts=2008/4/2 12:19 41k 2009/03/10 D:\Cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0 "cygjbig-2.dll" v0.0 ts=2009/3/9 22:10 125k 2009/08/08 D:\Cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2009/8/8 16:48 193k 2009/08/08 D:\Cygwin\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-7.dll" v0.0 ts=2009/8/8 15:39 60k 2004/09/27 D:\Cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-3.dll" v0.0 ts=2004/9/27 13:32 65k 2005/05/05 D:\Cygwin\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-4.dll" v0.0 ts=2005/5/5 10:33 39k 2008/09/07 D:\Cygwin\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2-3-0.dll" v0.0 ts=2008/9/7 8:28 177k 2009/09/30 D:\Cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0 "cyglcms-1.dll" v0.0 ts=2009/9/30 8:31 189k 2008/09/07 D:\Cygwin\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2-3-0.dll" v0.0 ts=2008/9/7 8:29 201k 2008/09/07 D:\Cygwin\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 8:31 5k 2009/11/10 D:\Cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0 "cyglsa.dll" v0.0 ts=2009/11/10 7:04 9k 2009/11/10 D:\Cygwin\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2 27k 2009/07/13 D:\Cygwin\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0 "cygltdl-7.dll" v0.0 ts=2009/7/12 20:50 124k 2009/03/15 D:\Cygwin\bin\cyglzma-0.dll - os=4.0 img=1.0 sys=4.0 "cyglzma-0.dll" v0.0 ts=2009/3/15 2:01 123k 2009/08/30 D:\Cygwin\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0 "cyglzma-1.dll" v0.0 ts=2009/8/30 18:35 98k 2009/03/16 D:\Cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2009/3/16 12:32 21k 2009/03/01 D:\Cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2009/3/1 1:31 22k 2009/10/26 D:\Cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-9.dll" v0.0 ts=2009/10/26 18:01 29k 2003/08/09 D:\Cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 5:25 24k 2008/10/30 D:\Cygwin\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0 "cygminires.dll" v0.0 ts=2008/10/30 19:53 331k 2008/03/31 D:\Cygwin\bin\cygmng-1.dll - os=4.0 img=1.0 sys=4.0 "cygmng-1.dll" v0.0 ts=2008/3/31 10:43 211k 2009/06/06 D:\Cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 "cygmp-3.dll" v0.0 ts=2009/6/6 7:23 64k 2009/11/09 D:\Cygwin\bin\cygmpc-1.dll - os=4.0 img=1.0 sys=4.0 "cygmpc-1.dll" v0.0 ts=2009/11/8 20:21 269k 2009/06/07 D:\Cygwin\bin\cygmpfr-1.dll - os=4.0 img=1.0 sys=4.0 "cygmpfr-1.dll" v0.0 ts=2009/6/7 17:10 66k 2009/03/01 D:\Cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2009/3/1 1:39 61k 2009/10/26 D:\Cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-9.dll" v0.0 ts=2009/10/26 18:12 237k 2009/03/01 D:\Cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2009/3/1 1:28 195k 2009/10/26 D:\Cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-9.dll" v0.0 ts=2009/10/26 17:58 224k 2003/08/09 D:\Cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 5:24 173k 2009/09/02 D:\Cygwin\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0 "cygnetpbm-10.dll" v0.0 ts=2009/9/1 23:33 10671k 2009/09/14 D:\Cygwin\bin\cygoctave.dll - os=4.0 img=1.0 sys=4.0 "cygoctave.dll" v0.0 ts=2009/9/14 14:26 11898k 2009/09/14 D:\Cygwin\bin\cygoctinterp.dll - os=4.0 img=1.0 sys=4.0 "cygoctinterp.dll" v0.0 ts=2009/9/14 14:53 277k 2009/03/17 D:\Cygwin\bin\cygORBit-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBit-2-0.dll" v0.0 ts=2009/3/17 17:34 34k 2009/03/17 D:\Cygwin\bin\cygORBit-imodule-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBit-imodule-2-0.dll" v0.0 ts=2009/3/17 17:35 17k 2009/03/17 D:\Cygwin\bin\cygORBitCosNaming-2-0.dll - os=4.0 img=1.0 sys=4.0 "cygORBitCosNaming-2-0.dll" v0.0 ts=2009/3/17 17:34 11k 2009/03/01 D:\Cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2009/3/1 1:30 12k 2009/10/26 D:\Cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-9.dll" v0.0 ts=2009/10/26 18:00 19k 2003/08/09 D:\Cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 5:24 230k 2009/07/27 D:\Cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpango-1.0-0.dll" v0.0 ts=2009/7/27 0:42 34k 2009/07/27 D:\Cygwin\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangocairo-1.0-0.dll" v0.0 ts=2009/7/27 0:42 142k 2009/07/27 D:\Cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoft2-1.0-0.dll" v0.0 ts=2009/7/27 0:42 37k 2009/07/27 D:\Cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangox-1.0-0.dll" v0.0 ts=2009/7/27 0:42 23k 2009/07/27 D:\Cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0 "cygpangoxft-1.0-0.dll" v0.0 ts=2009/7/27 0:42 190k 2009/04/17 D:\Cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2009/4/17 12:07 7k 2009/04/17 D:\Cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2009/4/17 12:07 1543k 2008/07/03 D:\Cygwin\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_10.dll" v0.0 ts=2008/6/30 12:06 354k 2009/10/14 D:\Cygwin\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygpixman-1-0.dll" v0.0 ts=2009/10/13 20:39 242k 2009/03/07 D:\Cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2009/3/7 17:38 22k 2002/06/09 D:\Cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 1:45 103k 2009/01/07 D:\Cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0 "cygpq.dll" v0.0 ts=2009/1/7 11:46 4k 2007/12/18 D:\Cygwin\bin\cygpspell-15.dll - os=4.0 img=1.0 sys=4.0 "cygpspell-15.dll" v0.0 ts=2007/12/18 6:40 276k 2009/03/13 D:\Cygwin\bin\cygqhull-5.dll - os=4.0 img=1.0 sys=4.0 "cygqhull-5.dll" v0.0 ts=2009/3/13 17:10 56k 2009/06/29 D:\Cygwin\bin\cygqrupdate-0.dll - os=4.0 img=1.0 sys=4.0 "cygqrupdate-0.dll" v0.0 ts=2009/6/29 10:38 7002k 2009/06/08 D:\Cygwin\bin\cygqt-mt-3.dll - os=4.0 img=1.0 sys=4.0 "cygqt-mt-3.dll" v0.0 ts=2009/6/7 3:47 230k 2009/06/08 D:\Cygwin\bin\cygqui-1.dll - os=4.0 img=1.0 sys=4.0 "cygqui-1.dll" v0.0 ts=2009/6/7 3:47 155k 2009/06/23 D:\Cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2009/6/23 8:20 162k 2009/07/06 D:\Cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0 "cygreadline7.dll" v0.0 ts=2009/7/5 10:45 761k 2008/09/30 D:\Cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0 "cygruby18.dll" v0.0 ts=2008/9/30 9:10 78k 2004/10/13 D:\Cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0 "cygsasl2-2.dll" v0.0 ts=2004/10/13 18:50 7k 2009/07/22 D:\Cygwin\bin\cygsigsegv-0.dll - os=4.0 img=1.0 sys=4.0 "cygsigsegv-0.dll" v0.0 ts=2009/7/22 4:57 27k 2009/09/03 D:\Cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2009/9/3 4:56 125k 2009/10/07 D:\Cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0 "cygssh2-1.dll" v0.0 ts=2009/10/6 22:25 231k 2006/10/04 D:\Cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.7.dll" v0.0 ts=2006/10/4 8:12 252k 2009/11/05 D:\Cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2009/11/5 12:36 8k 2009/09/29 D:\Cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0 "cygssp-0.dll" v0.0 ts=2009/9/14 11:49 771k 2009/09/29 D:\Cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0 "cygstdc++-6.dll" v0.0 ts=2009/9/14 12:19 231k 2009/09/15 D:\Cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1-5.dll" v0.0 ts=2009/9/15 5:59 46k 2009/10/26 D:\Cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0 "cygtic-9.dll" v0.0 ts=2009/10/26 17:58 312k 2009/08/10 D:\Cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2009/8/10 18:04 282k 2003/08/11 D:\Cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 "cygtiff4.dll" v0.0 ts=2003/8/10 22:32 282k 2009/08/10 D:\Cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiffxx-5.dll" v0.0 ts=2009/8/10 18:04 27k 2006/12/06 D:\Cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 "cygungif-4.dll" v0.0 ts=2006/12/5 22:41 289k 2009/09/15 D:\Cygwin\bin\cygwmf-0-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygwmf-0-2-7.dll" v0.0 ts=2009/9/15 8:16 93k 2009/09/15 D:\Cygwin\bin\cygwmflite-0-2-7.dll - os=4.0 img=1.0 sys=4.0 "cygwmflite-0-2-7.dll" v0.0 ts=2009/9/15 8:15 24k 2009/03/29 D:\Cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0 "cygwrap-0.dll" v0.0 ts=2009/3/29 2:28 1038k 2009/11/11 D:\Cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2009/11/10 23:15 9k 2009/09/03 D:\Cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2009/9/2 17:47 352k 2009/10/19 D:\Cygwin\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2009/10/18 17:55 360k 2005/10/27 D:\Cygwin\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 13:45 268k 2008/11/15 D:\Cygwin\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2008/11/13 3:37 74k 2009/09/21 D:\Cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-1.dll" v0.0 ts=2009/9/21 17:31 22k 2009/09/21 D:\Cygwin\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-0.dll" v0.0 ts=2009/9/21 17:32 11k 2009/09/03 D:\Cygwin\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-util-0.dll" v0.0 ts=2009/9/3 1:24 10k 2009/10/14 D:\Cygwin\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2009/10/14 13:51 30k 2009/09/03 D:\Cygwin\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2009/9/2 17:47 9k 2009/10/14 D:\Cygwin\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2009/10/14 12:54 17k 2009/10/14 D:\Cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2009/10/13 18:31 51k 2009/10/22 D:\Cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2009/10/21 23:45 16k 2009/10/14 D:\Cygwin\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2009/10/14 12:48 66k 2009/10/15 D:\Cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2009/10/14 16:33 47k 2009/10/14 D:\Cygwin\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2009/10/14 1:19 8k 2009/10/14 D:\Cygwin\bin\cygXinerama-1.dll - os=4.0 img=1.0 sys=4.0 "cygXinerama-1.dll" v0.0 ts=2009/10/14 3:39 122k 2009/10/15 D:\Cygwin\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2009/10/14 1:57 1123k 2009/10/08 D:\Cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2009/10/6 22:49 75k 2009/10/14 D:\Cygwin\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2009/10/14 3:29 11k 2009/10/14 D:\Cygwin\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2009/10/14 3:29 26k 2005/10/27 D:\Cygwin\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 13:27 53k 2009/10/14 D:\Cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2009/10/14 13:01 25k 2009/03/20 D:\Cygwin\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2009/3/13 3:05 30k 2009/10/14 D:\Cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2009/10/14 3:40 277k 2009/10/14 D:\Cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2009/10/13 23:02 64k 2009/03/02 D:\Cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2009/3/1 20:33 2414k 2009/11/10 D:\Cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2009/11/10 7:03 Cygwin DLL version info: DLL version: 1.7.0 DLL epoch: 19 DLL old termios: 5 DLL malloc env: 28 Cygwin conv: 181 API major: 0 API minor: 217 Shared data: 5 DLL identifier: cygwin1 Mount registry: 3 Cygwin registry name: Cygwin Program options name: Program Options Installations name: Installations Cygdrive default prefix: Build date: Tue Nov 10 13:03:21 CET 2009 Shared id: cygwin1S5 393k 2009/10/25 D:\Cygwin\lib\lapack\cygblas-0.dll - os=4.0 img=1.0 sys=4.0 "cygblas-0.dll" v0.0 ts=2009/10/24 9:54 4053k 2009/10/25 D:\Cygwin\lib\lapack\cyglapack-0.dll - os=4.0 img=1.0 sys=4.0 "cyglapack-0.dll" v0.0 ts=2009/10/24 18:11 Potential app conflicts: Logitech Process Monitor service Detected: HKLM Registry Key, Named process. ZoneAlarm Personal Firewall Detected: HKLM Registry Key, Named file. No Cygwin services found. Cygwin Package Information Last downloaded files to: D:\temp Last downloaded files from: ftp://mirrors.kernel.org/sourceware/cygwin/ Package Version _update-info-dir 00833-1 abook 0.5.6-1 alternatives 1.3.30c-10 annoyance-filter 1.0d-1 archivemail 0.7.0-1 aspell 0.60.5-1 aspell-en 6.0.0-1 autoconf 7-10 autoconf2.1 2.13-10 autoconf2.5 2.64-10 automake 4-10 automake1.10 1.10.2-10 automake1.11 1.11-10 automake1.4 1.4p6-10 automake1.5 1.5-10 automake1.6 1.6.3-11 automake1.7 1.7.9-10 automake1.8 1.8.5-10 automake1.9 1.9.6-10 base-cygwin 2.0-1 base-files 3.8-4 base-passwd 3.1-1 bash 3.2.49-23 bash-completion 1.0-1 bc 1.06-2 binutils 2.19.51-1 bsfilter 1.0.15-1 bzip2 1.0.5-10 chewmail 1.2-1 compface 1.5.2-1 coreutils 7.0-2 cpio 2.9.90-5 crypt 1.1-1 csih 0.9.1-1 ctags 5.7-1 cvsps 2.1-1 cygrunsrv 1.34-1 cygutils 1.4.0-1 cygwin 1.7.0-64 cygwin-doc 1.5-1 dash 0.5.5.1-2 diffutils 2.8.7-1 e2fsprogs 1.35-3 ed 1.0-1 editrights 1.01-2 emacs 23.1-10 emacs-el 23.1-10 emacs-X11 23.1-10 email 3.1.2-2 exif 0.6.15-1 exim 4.69-51 expat 2.0.1-1 fetchmail 6.3.9-1 file 5.00-3 findutils 4.5.4-1 font-adobe-dpi100 1.0.1-1 font-adobe-dpi75 1.0.1-1 font-alias 1.0.2-1 font-bh-dpi100 1.0.1-1 font-bh-dpi75 1.0.1-1 font-bh-lucidatypewriter-dpi100 1.0.1-1 font-bh-lucidatypewriter-dpi75 1.0.1-1 font-encodings 1.0.3-1 font-misc-misc 1.1.0-1 fontconfig 2.7.3-1 gamin 0.1.10-10 gawk 3.1.7-1 gcc-core 3.4.4-999 gcc-g++ 3.4.4-999 gcc-mingw-core 20050522-1 gcc-mingw-g++ 20050522-1 gcc4-core 4.3.4-1 gcc4-g++ 4.3.4-1 gcc4-runtime 4.3.2-1 GConf2 2.26.2-1 getmail 4.7.7-1 gettext 0.17-11 ghostscript 8.63-2 ghostscript-fonts-other 6.0-1 ghostscript-fonts-std 8.11-1 git 1.6.4.2-1 git-completion 1.6.4.2-1 git-gui 1.6.4.2-1 gitk 1.6.4.2-1 gnome-icon-theme 2.26.0-1 gnugo 3.8-2 grep 2.5.4-1 grepmail 5.3033-2 groff 1.19.2-2 gsl 1.13-2 gv 3.6.5-1 gzip 1.3.12-2 hicolor-icon-theme 0.11-1 ifile 1.3.8-1 ipc-utils 1.0-1 less 429-1 libaa1 1.4rc5-10 libarpack0 96-1 libaspell15 0.60.5-1 libatk1.0_0 1.26.0-1 libaudio2 1.9.2-1 libbrlapi 4.1-1 libbz2_1 1.0.5-10 libcairo2 1.8.8-1 libcharset1 1.13-10 libcurl4 7.19.6-1 libdb4.2 4.2.52.5-2 libdb4.5 4.5.20.2-2 libdbus-glib_1_2 0.80-10 libdbus1_3 1.2.16-1 libexif12 0.6.17-10 libexpat0 1.95.8-2 libexpat1 2.0.1-1 libexpat1-devel 2.0.1-1 libfam0 0.1.10-10 libffi4 4.3.4-1 libfftw3_3 3.2.2-1 libfontconfig1 2.7.3-1 libfontenc1 1.0.5-1 libfreetype6 2.3.11-1 libgcc1 4.3.4-1 libgconf2_4 2.26.2-1 libgdbm4 1.8.3-20 libgdk_pixbuf2.0_0 2.16.6-1 libgfortran3 4.3.4-1 libggi2 2.2.2-2 libggiwmh0 0.3.2-2 libgif4 4.1.6-10 libgii1 1.0.2-2 libGL1 7.5.2-1 libglib1.2_0 1.2.10-10 libglib2.0_0 2.20.5-1 libglitz1 0.5.6-10 libglpk0 4.40-1 libgmp3 4.3.1-3 libgomp1 4.3.4-1 libGraphicsMagick3 1.3.7-1 libgs8 8.63-2 libgtk2.0_0 2.16.6-1 libhdf5_0 1.6.9-2 libICE6 1.0.6-1 libiconv 1.13-10 libiconv2 1.13-10 libIDL2_0 0.8.13-1 libidn11 1.15-10 libintl2 0.12.1-3 libintl3 0.14.5-1 libintl8 0.17-11 libjasper1 1.900.1-1 libjbig2 2.0-10 libjpeg-devel 7-10 libjpeg62 6b-21 libjpeg7 7-10 libkpathsea3 2.0.2-15 libkpathsea4 3.0.0-3 liblapack0 3.2.1-1 liblcms1 1.18a-1 libltdl7 2.2.7a-14 liblzma0 4.999.8beta-10 liblzma1 4.999.9beta-10 libmng1 1.0.10-1 libmpc1 0.8-1 libmpfr1 2.4.1-4 libncurses-devel 5.7-15 libncurses7 5.3-4 libncurses8 5.5-10 libncurses9 5.7-15 libnetpbm10 10.47.2-1 libopenldap2_3_0 2.3.43-1 libORBit2_0 2.14.17-1 libpango1.0_0 1.24.5-1 libpcre0 7.9-1 libpixman1_0 0.16.2-1 libpng12 1.2.35-10 libpopt0 1.6.4-4 libpq5 8.2.11-1 libpthread-stubs 0.2-1 libqhull_5 2003.1-5 libqrupdate0 1.0.1-1 libqt3 3.3.8b-11 libreadline6 5.2.14-12 libreadline7 6.0.3-2 libsasl2 2.1.19-3 libsigsegv0 2.6-1 libSM6 1.1.1-1 libssh2_1 1.2.1-1 libssp0 4.3.4-1 libstdc++6 4.3.4-1 libstdc++6-devel 4.3.4-1 libtiff4 3.6.0-5 libtiff5 3.8.2-11 libungif4 4.1.4-2 libwmf027 0.2.8.4-10 libwrap0 7.6-20 libX11_6 1.3.2-2 libXau6 1.0.5-1 libXaw3d7 1.5D-8 libXaw7 1.0.7-1 libXaw8 6.8.99.901-1 libxcb-render-util0 0.3.6-1 libxcb-render0 1.4-2 libxcb1 1.4-2 libXcomposite1 0.4.1-1 libXcursor1 1.1.10-1 libXdamage1 1.1.2-1 libXdmcp6 1.0.3-1 libXext6 1.1.1-1 libXfixes3 4.0.4-1 libXft2 2.1.14-1 libXi6 1.3-1 libXinerama1 1.1-1 libxkbfile1 1.0.6-1 libxml2 2.7.4-1 libXmu6 1.0.5-1 libXmuu1 1.0.5-1 libXp6 6.8.99.901-1 libXpm4 3.5.8-1 libXrandr2 1.3.0-10 libXrender1 0.9.5-1 libXt6 1.0.7-1 login 1.10-10 luit 1.0.4-2 m4 1.4.13-2 mairix 0.21-1 man 1.6e-1 mingw-runtime 3.16-1 minires 1.02-1 mkfontdir 1.0.5-1 mkfontscale 1.0.7-1 msmtp 1.4.13-2 mutt 1.4.2.2-2 netpbm 10.47.2-1 octave 3.2.3-1 openssh 5.2p1-4 openssl 0.9.8l-2 openssl097 0.9.7l-1 patch 2.5.8-9 pdksh 5.2.14-3 perl 5.10.0-5 perl-Error 0.17015-1 perl-XML-Simple 2.18-10 pine 4.58-1 ping 1.0-1 posh 0.6.15-1 procmail 3.22-10 python 2.5.2-1 qsf 1.2.7-1 qt3-devel-tools 3.3.8b-11 readline 6.0.3-2 readpst 0.5.2-1 rebase 3.0.1-1 renattach 1.2.4-1 rgb 1.0.3-1 ruby 1.8.7-p72-2 run 1.1.12-10 run2 0.3.0-1 sed 4.1.5-2 shared-mime-info 0.70-1 spambayes 1.0.4-1 spamoracle 1.4-1 spamprobe 1.4d-1 ssmtp 2.62-10 t1lib 5.1.2-10 t1lib5 5.1.2-10 tar 1.22-1 tcltk 20080420-1 tcsh 6.16.00-1 termcap 20050421-1 terminfo 5.7_20090228-10 terminfo0 5.5_20061104-10 tetex-base 3.0.0-3 tetex-bin 3.0.0-3 tetex-extra 3.0.0-3 tetex-tiny 3.0.0-3 tetex-x11 3.0.0-3 texinfo 4.13-3 tin 1.8.3-1 tnef 1.4.3-1 transfig 3.2.5-1 tzcode 2009k-1 unzip 6.0-10 util-linux 2.14.1-1 uw-imap 2007-2 uw-imap-imapd 2007-2 uw-imap-util 2007-2 vim 7.2.264-1 w32api 3.13-1 wget 1.11.4-4 which 2.20-2 X-start-menu-icons 1.0.4-1 xauth 1.0.4-1 xbiff 1.0.1-2 xcursor-themes 1.0.2-1 xemacs 21.4.22-1 xemacs-emacs-common 21.4.22-1 xemacs-mule-sumo 2007-04-27-1 xemacs-sumo 2007-04-27-1 xemacs-tags 21.4.22-1 xinit 1.1.1-6 xkbcomp 1.1.1-1 xkeyboard-config 1.7-1 xmh 1.0.1-2 xmodmap 1.0.4-1 xorg-server 1.7.1-3 xrdb 1.0.6-1 xset 1.1.0-1 xterm 250-1 xz 4.999.9beta-10 zip 3.0-11 zlib 1.2.3-10 zlib-devel 1.2.3-10 zlib0 1.2.3-10 zsh 4.3.9-1 Use -h to see help about each section -------------- next part -------------- -- 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 reply-to-list-only-lh-x@cygwin.com Thu Nov 12 19:48:00 2009 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Thu, 12 Nov 2009 19:48:00 -0000 Subject: Can't read lock file In-Reply-To: <4AFC5100.1070004@dronecode.org.uk> References: <4AFA6A6D.2060001@bonhard.uklinux.net> <20091111100702.GA4356@calimero.vinschen.de> <4AFC5100.1070004@dronecode.org.uk> Message-ID: <4AFC665B.2090802@cygwin.com> On 11/12/2009 01:16 PM, Jon TURNEY wrote: > The only use of the lock file appears to be to stop people from doing > things like starting 'X :0 -nolisten inet -nolisten inet6' and 'X :0 > -nolisten unix' at the same time, so I'm kind of tempted just to make > '-nolock' the default and let people run with scissors if they want to :-) Where can I get these scissors you speak of? They sound especially fun to run with. ;-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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 dblevi@comcast.net Thu Nov 12 20:11:00 2009 From: dblevi@comcast.net (dblevi@comcast.net) Date: Thu, 12 Nov 2009 20:11:00 -0000 Subject: Cut & Paste problem between X windows In-Reply-To: <408784972.3237041258054169320.JavaMail.root@sz0036a.westchester.pa.mail.comcast.net> Message-ID: <416066711.3259061258056682812.JavaMail.root@sz0036a.westchester.pa.mail.comcast.net> Hi, I am having trouble with pasting text into xterm windows, in cygwin1.7. The problem I'm having seems like the same one recently reported in this thread 'Cut & Paste problem between X windows'. However, I am using a microsoft mouse (the problem in that thread was with a logitech mouse). I was wondering if anybody else is seeing the problem with a microsoft mouse, and whether there is a workaround/fix. I installed cygwin1.7 yesterday (in place of 1.5 which I had been using). Basically, I can select text in an xterm using mouse buttons 1 and 3, but cannot paste using button 2. Clicking with button 2 has no effect. In general, cygwinx is recognizing mouse button 2, as I can use it for other things in other X clients without any problems. Also, I've tried xev, and can see the ButtonPress and ButtonRelease events for button 2. I tried installing the microsoft intellipoint software, and in it, I set the action for button 2 to 'Middle Click'. This seemed equivalent to what was suggested previously for the logitech mouse, using the logitech 'setpoint' software. But this didn't seem to have any effect. One other issue, not sure if this is related, but when I select text in an xterm, I cannot paste it in windows. It seems like the selection is not being shared between cygwinx and windows, like it was with cygwin1.5. I am starting Xwin.exe with the -clipboard option, just as I was with cygwin1.5, but selection sharing just doesn't seem to work. Anybody have any ideas about these problems? Thanks! -Dave Levi dblevi@comcast.net -- 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 Thu Nov 12 20:17:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 12 Nov 2009 20:17:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <83E753BE7B6A324ABB336245BAF1DAAC0D5EEAAE@mailserver.metatv-ds.metatv.com> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5880E4@mailserver.metatv-ds.metatv.com> <1de9d39c0911090250y1c22a3b8id0524e5fa2a4e048@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5EEAAE@mailserver.metatv-ds.metatv.com> Message-ID: <4AFC6D43.5030207@dronecode.org.uk> On 10/11/2009 23:44, Mike Ayers wrote: >> On Behalf Of jean-luc malet >> Sent: Monday, November 09, 2009 2:50 AM > >> no more result... gvim process is still started, appears in ps -a, but >> nothing is displayed on screen, replacing gvim by xterm still work >> with this solution... > > To find out why this is, run gvim from an xterm: > > [SNIP] > m-ayers-lap> gvim > > (gvim:1748): Pango-WARNING **: Error loading GSUB table 0x6EAD > > (gvim:1748): Pango-WARNING **: Error loading GPOS table 0x6EAD > > (gvim:1748): Pango-WARNING **: Error loading GSUB table 0x6EAD > > (gvim:1748): Pango-WARNING **: Error loading GPOS table 0x6EAD > m-ayers-lap> > (gvim:1092): Pango-WARNING **: Error loading GPOS table 0x6EAD > [/SNIP] > > Apparently, run.exe is not providing stdout/stderr to dump to. The workaround: > > [SNIP] > C:\mike>C:\cygwin\bin\run.exe -p /usr/bin sh -c "gvim>/dev/null 2>&1" > C:\mike> > [/SNIP] Wait, are you saying that the process that run starts is blocked if it tries to output anything? Also, the suggestions that this has something to do with DISPLAY not being set correctly seem a little unlikely. If gvim or any other X application isn't able to determine which display to use, it should exit with an error, not hang around.... -- 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 dblevi@comcast.net Thu Nov 12 20:24:00 2009 From: dblevi@comcast.net (dblevi@comcast.net) Date: Thu, 12 Nov 2009 20:24:00 -0000 Subject: Cut & Paste problem between X windows In-Reply-To: <1236710988.3265071258057320167.JavaMail.root@sz0036a.westchester.pa.mail.comcast.net> Message-ID: <634043040.3266341258057451198.JavaMail.root@sz0036a.westchester.pa.mail.comcast.net> Hi, I just discovered that setting "LANG=en_US.UTF-8" in my environment solved the problem with pasting into an xterm. Not exactly sure why this fixed that problem, anybody know? I still have the problem with clipboard sharing between windows and cygwinx, though. Could this also be related to the LANG environment variable? Is there some other value other than en_US.UTF-8 required to get it to work? -Dave Levi dblevi@comcast.net ----- Original Message ----- From: dblevi@comcast.net To: cygwin-xfree@cygwin.com Sent: Thursday, November 12, 2009 3:11:22 PM GMT -05:00 US/Canada Eastern Subject: Re: Cut & Paste problem between X windows Hi, I am having trouble with pasting text into xterm windows, in cygwin1.7. The problem I'm having seems like the same one recently reported in this thread 'Cut & Paste problem between X windows'. However, I am using a microsoft mouse (the problem in that thread was with a logitech mouse). I was wondering if anybody else is seeing the problem with a microsoft mouse, and whether there is a workaround/fix. I installed cygwin1.7 yesterday (in place of 1.5 which I had been using). Basically, I can select text in an xterm using mouse buttons 1 and 3, but cannot paste using button 2. Clicking with button 2 has no effect. In general, cygwinx is recognizing mouse button 2, as I can use it for other things in other X clients without any problems. Also, I've tried xev, and can see the ButtonPress and ButtonRelease events for button 2. I tried installing the microsoft intellipoint software, and in it, I set the action for button 2 to 'Middle Click'. This seemed equivalent to what was suggested previously for the logitech mouse, using the logitech 'setpoint' software. But this didn't seem to have any effect. One other issue, not sure if this is related, but when I select text in an xterm, I cannot paste it in windows. It seems like the selection is not being shared between cygwinx and windows, like it was with cygwin1.5. I am starting Xwin.exe with the -clipboard option, just as I was with cygwin1.5, but selection sharing just doesn't seem to work. Anybody have any ideas about these problems? Thanks! -Dave Levi dblevi@comcast.net -- 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 mike_ayers@tvworks.com Thu Nov 12 20:33:00 2009 From: mike_ayers@tvworks.com (Mike Ayers) Date: Thu, 12 Nov 2009 20:33:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <4AFC6D43.5030207@dronecode.org.uk> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5880E4@mailserver.metatv-ds.metatv.com> <1de9d39c0911090250y1c22a3b8id0524e5fa2a4e048@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5EEAAE@mailserver.metatv-ds.metatv.com> <4AFC6D43.5030207@dronecode.org.uk> Message-ID: <83E753BE7B6A324ABB336245BAF1DAAC0D674FED@mailserver.metatv-ds.metatv.com> > From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- > owner@cygwin.com] On Behalf Of Jon TURNEY > Wait, are you saying that the process that run starts is blocked if it > tries > to output anything? That is what I am experiencing. > Also, the suggestions that this has something to do with DISPLAY not > being set > correctly seem a little unlikely. If gvim or any other X application > isn't > able to determine which display to use, it should exit with an error, > not hang > around.... I agree. I think DISPLAY is a red herring. Not having the display set can cause programs which exit without output, not hang around. HTH, Mike From moss@cs.umass.edu Thu Nov 12 20:47:00 2009 From: moss@cs.umass.edu (Eliot Moss) Date: Thu, 12 Nov 2009 20:47:00 -0000 Subject: Cut & Paste problem between X windows In-Reply-To: <634043040.3266341258057451198.JavaMail.root@sz0036a.westchester.pa.mail.comcast.net> References: <634043040.3266341258057451198.JavaMail.root@sz0036a.westchester.pa.mail.comcast.net> Message-ID: <4AFC7474.1020306@cs.umass.edu> dblevi@comcast.net wrote: > Hi, > > I just discovered that setting "LANG=en_US.UTF-8" in my environment solved the problem with pasting into an xterm. Not exactly sure why this fixed that problem, anybody know? > > I still have the problem with clipboard sharing between windows and cygwinx, though. Could this also be related to the LANG environment variable? Is there some other value other than en_US.UTF-8 required to get it to work? > > -Dave Levi > dblevi@comcast.net Explicitly setting LANG=C (not C.UTF-8) enabled me to work around various X problems until enough other things were fixed. With the latest available X-org packages and the latest cygwin (released just in the last day or so) en_US.UTF-8 and C.UTF-8 started working for me *provided* I also installed several sets of fonts: font-daewoo-misc font-isas-misc font-jis-misc Apparently these were needed because X wants them around *in case* it needs their encodings -- but only demands them if LANG is set to a UTF-8 encoding (meaning: not in the LANG=C case). Cheers -- Eliot Moss -- 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 gamejihou@hotmail.com Thu Nov 12 21:11:00 2009 From: gamejihou@hotmail.com (Gery) Date: Thu, 12 Nov 2009 21:11:00 -0000 Subject: Cut & Paste problem between X windows In-Reply-To: <416066711.3259061258056682812.JavaMail.root@sz0036a.westchester.pa.mail.comcast.net> References: <416066711.3259061258056682812.JavaMail.root@sz0036a.westchester.pa.mail.comcast.net> Message-ID: Sounds weird, perhaps you've tried already but did you just highlight the word in the xterm (without clicking) to copy it and then (in some other place) press the middle (button 2) to paste it?I saw some friends having this little problem time ago. Sent from my iPod On Nov 12, 2009, at 3:11 PM, dblevi@comcast.net wrote: > Hi, > > I am having trouble with pasting text into xterm windows, in > cygwin1.7. The problem I'm having seems like the same one recently > reported in this thread 'Cut & Paste problem between X windows'. > However, I am using a microsoft mouse (the problem in that thread > was with a logitech mouse). I was wondering if anybody else is > seeing the problem with a microsoft mouse, and whether there is a > workaround/fix. > > I installed cygwin1.7 yesterday (in place of 1.5 which I had been > using). Basically, I can select text in an xterm using mouse buttons > 1 and 3, but cannot paste using button 2. Clicking with button 2 has > no effect. > > In general, cygwinx is recognizing mouse button 2, as I can use it > for other things in other X clients without any problems. Also, I've > tried xev, and can see the ButtonPress and ButtonRelease events for > button 2. > > I tried installing the microsoft intellipoint software, and in it, I > set the action for button 2 to 'Middle Click'. This seemed > equivalent to what was suggested previously for the logitech mouse, > using the logitech 'setpoint' software. But this didn't seem to have > any effect. > > One other issue, not sure if this is related, but when I select text > in an xterm, I cannot paste it in windows. It seems like the > selection is not being shared between cygwinx and windows, like it > was with cygwin1.5. I am starting Xwin.exe with the -clipboard > option, just as I was with cygwin1.5, but selection sharing just > doesn't seem to work. > > Anybody have any ideas about these problems? Thanks! > > -Dave Levi > dblevi@comcast.net > > -- > 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/ > > -- 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 Thu Nov 12 21:31:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 12 Nov 2009 21:31:00 -0000 Subject: checkX problems In-Reply-To: <4AEAEEAB.2030009@cornell.edu> References: <4AEAEEAB.2030009@cornell.edu> Message-ID: <4AFC7EA3.4040908@dronecode.org.uk> On 30/10/2009 13:48, Ken Brown wrote: > I'm having trouble with checkX. I haven't seen other people complain > about this, so I assume it's something about my system, but I can't > figure out what. There are two symptoms: > > 1. If I run checkX with a timeout, the timeout seems to be ignored. For > example, with the X server *not* running: > > $ checkX -d 127.0.0.1:0.0 -t 100 --debug > checkX.exe DEBUG: displayname : '127.0.0.1:0.0' > checkX.exe DEBUG: opt_location: 0 > checkX.exe DEBUG: opt_loglevel: 7 > checkX.exe DEBUG: opt_nogui : 0 > checkX.exe DEBUG: opt_notty : 0 > checkX.exe DEBUG: opt_timeout : 100.00 > checkX.exe DEBUG: (adjust_path) path is : > /usr/local/texlive/2009/bin/i386-cygwin:/usr/local/bin:/usr/bin:/c/Program > Files/ThinkPad/Utilities:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/Program > Files/Intel/Wireless/Bin/:/c/Program Files/IBM ThinkVantage/Client > Security Solution:/c/Program Files/ThinkPad/ConnectUtilities:/c/Program > Files/QuickTime/QTSystem/:/c/Program Files/Common > Files/Lenovo:/usr/lib/lapack:/usr/X11R6/bin:/usr/bin > checkX.exe DEBUG: (find_X11_lib) DLL is /usr/bin/cygX11-6.dll > checkX.exe DEBUG: (dlopen_X11_lib) /usr/bin/cygX11-6.dll dlopen'ed > successfully. > checkX.exe DEBUG: (load_X11_symbols) symbol XOpenDisplay loaded ok > checkX.exe DEBUG: (load_X11_symbols) symbol XCloseDisplay loaded ok > checkX.exe DEBUG: (try_with_timeout) Using delay of 100 secs, 0 nanosecs > (100.00) > checkX.exe DEBUG: (try_with_timeout) xserver search was unsuccessful > checkX.exe Info: could not open X display '127.0.0.1:0.0' > checkX.exe DEBUG: returning with status 1 > checkX.exe Info: Exiting with status 1 > > The problem is that it returns within a second, in spite of the timeout. > Or am I misunderstanding what the timeout is supposed to do? I think this is a misunderstanding here. Looking at the source, the timeout is the maximum time checkX will wait for an XOpenDisplay() to complete. If that fails immediately (e.g. due to with ECONNREFUSED), checkX will stop immediately. This is pretty reasonable. If there is nothing listening on the socket for the X server, that is not going to get better if we wait... ... except if the server happens to be starting up when we execute checkX. So, this is not quite what startxwin.bat requires, as the server may still be in the process of starting up. Fortunately, the X server binds it's socket pretty early in the startup, so this probably works pretty well, but in theory at least there is still a possible timing window in startxwin.bat. So it perhaps be useful if checkX retried the XOpenDisplay() periodically until the timeout was up (as xinit does) > 2. If I start the X server by using the default startxwin.bat or > startxwin.sh (both of which call checkX), the server is very unstable > and crashes within a few minutes. This happens consistently, and it > never happens if I comment out the line calling checkX. I think I was able to reproduce this problem (it is not how I normally start the X server) However, now I come back to look at this in detail, the problem no longer seems to exist. Are you still able to demonstrate it? > I tried strace'ing checkX, but I don't know what to look for in the > output. (I'll send it if it would be useful, but I don't want to spam > the list otherwise.) I'm attaching cygcheck output. -- 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 cheronetolivia@yahoo.com Thu Nov 12 22:16:00 2009 From: cheronetolivia@yahoo.com (Olivia Cheronet) Date: Thu, 12 Nov 2009 22:16:00 -0000 Subject: Cygwin/x window no longer appears Message-ID: <839759.5608.qm@web51001.mail.re2.yahoo.com> Hello! I have recently started to work with Cygwin/X. Until now, I have been starting Cygwin/X by using startxwin.bat in the Cygwin bash shell. Everything seemed to be working fine. However, it has now stopped working... When I type "startxwin.bat" in the Cygwin shell, the normal >startxwin.bat - starting on Windows NT/2000/XP/2003 appears. Yet, the window which used to appear no longer does. I am really not too sure what to do about this, given that I have not (consciously!) modified anything. I have installed Cygwin (and Cygwin/x) very recently, and have tried to reinstall the latter using Cygwin's setup.exe, but to no effect. Would anyone have any advice? Thank you! Olivia PS: I have attached cygcheck.out. -- 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 cheronetolivia@yahoo.com Thu Nov 12 22:18:00 2009 From: cheronetolivia@yahoo.com (Olivia Cheronet) Date: Thu, 12 Nov 2009 22:18:00 -0000 Subject: Cygwin/x window no longer appears Message-ID: <905251.49934.qm@web51012.mail.re2.yahoo.com> Here is my cygcheck.out. Sorry about that! ----- Original Message ---- > From: Olivia Cheronet > To: cygwin-xfree@cygwin.com > Sent: Thu, November 12, 2009 10:16:16 PM > Subject: Cygwin/x window no longer appears > > Hello! > > > I have recently started to work with Cygwin/X. > Until now, I have been starting Cygwin/X by using startxwin.bat in the Cygwin > bash shell. Everything seemed to be working fine. However, it has now stopped > working... > When I type "startxwin.bat" in the Cygwin shell, the normal > >startxwin.bat - starting on Windows NT/2000/XP/2003 > appears. Yet, the window which used to appear no longer does. I am really not > too sure what to do about this, given that I have not (consciously!) modified > anything. > I have installed Cygwin (and Cygwin/x) very recently, and have tried to > reinstall the latter using Cygwin's setup.exe, but to no effect. > > Would anyone have any advice? > > Thank you! > > Olivia > > PS: I have attached cygcheck.out. -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out Type: application/octet-stream Size: 24048 bytes Desc: not available URL: -------------- next part -------------- -- 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 lottas.junk@geekmail.de Thu Nov 12 23:02:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Thu, 12 Nov 2009 23:02:00 -0000 Subject: checkX problems References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> Message-ID: <764E086205BD4C2FB577A5F318234A22@MultiOcke> Jon TURNEY wrote: [...] > Fortunately, the X server > binds it's socket pretty early in the startup, so this probably works > pretty well, but in theory at least there is still a possible timing > window in startxwin.bat. Yep, and in my setup the X server *always* comes up too late. > So it perhaps be useful if checkX retried the XOpenDisplay() > periodically until the timeout was up (as xinit does) In principle, the script calling checkX could do that, because ``checkX'' has return status 1 if it couldn't connect. But as I already pointed out (http://www.mail-archive.com/cygwin-xfree@cygwin.com/msg19529.html) ``startxwin.bat'' uses ``run'' as a wrapper for ``checkX''. => Definitely no waiting and no passing on of the status of ``checkX'' to %errorlevel%, as ``run'' immediately goes background (unless called from an xterm, dunno why). Since more people seem to have this problem (cf. also Olivia's post), I repeat my question (essentially already posed by Ken Brown: http://www.mail-archive.com/cygwin-xfree@cygwin.com/msg19402.html): Why using ``run'' at all? If we really need a wrapper (do we?) wouldn't ``sh'' be a better one? To push this even further: Do we really need two *independent* scripts, ``starxwin.bat'' and ``starxwin.sh''? Why can't the former just delegate to the latter? Asks Lothar -- 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 mike_ayers@tvworks.com Thu Nov 12 23:04:00 2009 From: mike_ayers@tvworks.com (Mike Ayers) Date: Thu, 12 Nov 2009 23:04:00 -0000 Subject: Cygwin/x window no longer appears In-Reply-To: <839759.5608.qm@web51001.mail.re2.yahoo.com> References: <839759.5608.qm@web51001.mail.re2.yahoo.com> Message-ID: <83E753BE7B6A324ABB336245BAF1DAAC0D675101@mailserver.metatv-ds.metatv.com> > From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- > owner@cygwin.com] On Behalf Of Olivia Cheronet > Sent: Thursday, November 12, 2009 2:16 PM > I have recently started to work with Cygwin/X. > Until now, I have been starting Cygwin/X by using startxwin.bat in the > Cygwin bash shell. Everything seemed to be working fine. However, it > has now stopped working... > When I type "startxwin.bat" in the Cygwin shell, the normal > >startxwin.bat - starting on Windows NT/2000/XP/2003 > appears. Yet, the window which used to appear no longer does. I am > really not too sure what to do about this, given that I have not > (consciously!) modified anything. > I have installed Cygwin (and Cygwin/x) very recently, and have tried to > reinstall the latter using Cygwin's setup.exe, but to no effect. Try this: http://www.cygwin.com/ml/cygwin-xfree/2009-11/msg00071.html or set your LOCALE to en_US.UTF-8. You may need to install CJK fonts if things work but are sluggish. HTH, Mike From jon.turney@dronecode.org.uk Thu Nov 12 23:12:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 12 Nov 2009 23:12:00 -0000 Subject: Cygwin/x window no longer appears In-Reply-To: <83E753BE7B6A324ABB336245BAF1DAAC0D675101@mailserver.metatv-ds.metatv.com> References: <839759.5608.qm@web51001.mail.re2.yahoo.com> <83E753BE7B6A324ABB336245BAF1DAAC0D675101@mailserver.metatv-ds.metatv.com> Message-ID: <4AFC966E.2080304@dronecode.org.uk> On 12/11/2009 23:04, Mike Ayers wrote: >> From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- >> owner@cygwin.com] On Behalf Of Olivia Cheronet >> Sent: Thursday, November 12, 2009 2:16 PM > >> I have recently started to work with Cygwin/X. >> Until now, I have been starting Cygwin/X by using startxwin.bat in the >> Cygwin bash shell. Everything seemed to be working fine. However, it >> has now stopped working... >> When I type "startxwin.bat" in the Cygwin shell, the normal >>> startxwin.bat - starting on Windows NT/2000/XP/2003 >> appears. Yet, the window which used to appear no longer does. I am >> really not too sure what to do about this, given that I have not >> (consciously!) modified anything. >> I have installed Cygwin (and Cygwin/x) very recently, and have tried to >> reinstall the latter using Cygwin's setup.exe, but to no effect. > > Try this: > > http://www.cygwin.com/ml/cygwin-xfree/2009-11/msg00071.html > > or set your LOCALE to en_US.UTF-8. You may need to install CJK fonts if things work but are sluggish. If you read the cygcheck output which Olivia kindly provided, you will see that she is running cygwin 1.5, with Xserver 1.5.3, so these recent breakages relating to Xserver 1.7.1 are unlikely to be the cause of her problems. -- 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 jon.turney@dronecode.org.uk Thu Nov 12 23:48:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 12 Nov 2009 23:48:00 -0000 Subject: checkX problems In-Reply-To: <764E086205BD4C2FB577A5F318234A22@MultiOcke> References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> Message-ID: On 12/11/2009 23:09, Lothar Brendel wrote: > Jon TURNEY wrote: > > [...] > >> Fortunately, the X server >> binds it's socket pretty early in the startup, so this probably works >> pretty well, but in theory at least there is still a possible timing >> window in startxwin.bat. > > Yep, and in my setup the X server *always* comes up too late. > > >> So it perhaps be useful if checkX retried the XOpenDisplay() >> periodically until the timeout was up (as xinit does) > > In principle, the script calling checkX could do that, because > ``checkX'' has return status 1 if it couldn't connect. But as I already > pointed out > (http://www.mail-archive.com/cygwin-xfree@cygwin.com/msg19529.html) > ``startxwin.bat'' uses ``run'' as a wrapper for ``checkX''. => > Definitely no waiting and no passing on of the status of ``checkX'' to > %errorlevel%, as ``run'' immediately goes background (unless called from > an xterm, dunno why). But why would you fix the timeout problem by doing some horrible horrible iteration in the DOS batch script (horrible) (which would probably have to busy-wait (also horrible) as there's no sleep command), when you can fix checkX, which has the bonus of fixing other uses of it? > Since more people seem to have this problem (cf. also Olivia's post), I > repeat my question (essentially already posed by Ken Brown: > http://www.mail-archive.com/cygwin-xfree@cygwin.com/msg19402.html): Why > using ``run'' at all? If we really need a wrapper (do we?) wouldn't > ``sh'' be a better one? I guess we use run for the reason run exists: to hide the console window, which otherwise would be shown? Perhaps if you look how startxwin.bat is started from the start menu shortcut, (as 'run startxwin.bat') you can see why this might be useful? > To push this even further: Do we really need two *independent* scripts, > ``starxwin.bat'' and ``starxwin.sh''? Why can't the former just delegate > to the latter? Indeed. They are useless to me for starting the server and a continual source of problems. I would be quite happy to just delete them completely. :-) Looking forward to reading your patches to address any of these problems. -- 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 mike_ayers@tvworks.com Fri Nov 13 00:03:00 2009 From: mike_ayers@tvworks.com (Mike Ayers) Date: Fri, 13 Nov 2009 00:03:00 -0000 Subject: Cygwin/x window no longer appears In-Reply-To: <4AFC966E.2080304@dronecode.org.uk> References: <839759.5608.qm@web51001.mail.re2.yahoo.com> <83E753BE7B6A324ABB336245BAF1DAAC0D675101@mailserver.metatv-ds.metatv.com> <4AFC966E.2080304@dronecode.org.uk> Message-ID: <83E753BE7B6A324ABB336245BAF1DAAC0D67517F@mailserver.metatv-ds.metatv.com> > If you read the cygcheck output which Olivia kindly provided, you will > see > that she is running cygwin 1.5, with Xserver 1.5.3, so these recent > breakages > relating to Xserver 1.7.1 are unlikely to be the cause of her problems. > > -- > Jon TURNEY > Volunteer Cygwin/X X Server maintainer DOH! Sorry about that, Mike From cygwin@cwilson.fastmail.fm Fri Nov 13 02:27:00 2009 From: cygwin@cwilson.fastmail.fm (Charles Wilson) Date: Fri, 13 Nov 2009 02:27:00 -0000 Subject: checkX problems In-Reply-To: References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> Message-ID: <4AFCC408.7040005@cwilson.fastmail.fm> Jon TURNEY wrote: > But why would you fix the timeout problem by doing some horrible > horrible iteration in the DOS batch script (horrible) (which would > probably have to busy-wait (also horrible) as there's no sleep command), > when you can fix checkX, which has the bonus of fixing other uses of it? I actually wrote a version of this. It IS horrible -- but no need for a busywait, I used the "ping trick": C:\windows\system32\ping -n 2 127.0.0.1>nul "sleeps" for (n-1)==1 seconds. >> Since more people seem to have this problem (cf. also Olivia's post), I >> repeat my question (essentially already posed by Ken Brown: >> http://www.mail-archive.com/cygwin-xfree@cygwin.com/msg19402.html): Why >> using ``run'' at all? If we really need a wrapper (do we?) wouldn't >> ``sh'' be a better one? > > I guess we use run for the reason run exists: to hide the console > window, which otherwise would be shown? But checkX is compiled as a GUI program, so it really shouldn't need "run" to hide its (non-existent) console: $ objdump -p /usr/bin/checkX.exe | grep ^Subsystem Subsystem 00000002 (Windows GUI) Now, in startxwin.bat, we actually use: %RUN% checkX -wait run.exe is peculiar. The first argument is the target, and IF the VERY NEXT argument is "-wait", run "usurps" that argument. That is, run will invoke: checkX and checkX will never see "-wait". So, what does run.exe do with "-wait"? It...waits. run.exe won't exit, until after the inferior does. So, if checkX takes 12 seconds to come back, then run will take 12 seconds ... and the entire script is paused until checkX exits. HOWEVER, since checkX is a GUI program, you SHOULD get the same result from both of these two commands: %RUN% checkX -wait checkX > Perhaps if you look how startxwin.bat is started from the start menu > shortcut, (as 'run startxwin.bat') you can see why this might be useful? > >> To push this even further: Do we really need two *independent* scripts, >> ``starxwin.bat'' and ``starxwin.sh''? Why can't the former just delegate >> to the latter? > > Indeed. They are useless to me for starting the server and a continual > source of problems. I would be quite happy to just delete them > completely. :-) Well, I think the OP is suggesting that one or the other go away, not both. However, what is /your/ preferred way of starting the Xserver from a shortcut, Jon? launching xinit via run? or do you always start the server from within an existing shell session? > Looking forward to reading your patches to address any of these problems. It shouldn't be too hard to add an option to checkX to make it "retry" if ECONNREFUSED. This would have to manually track the elapsed time for each attempt, charging against the specified -t . Just look at run2-0.3.0/lib/checkX.c::try_with_timeout(). Some function signatures might need to be changed in order to pass opt.retry down to that level, but it'd be a nice short project for someone. I'll try to get to this but it'll be a few weeks, unless somebody sends me a patch sooner. -- Chuck -- 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 kbrown@cornell.edu Fri Nov 13 02:43:00 2009 From: kbrown@cornell.edu (Ken Brown) Date: Fri, 13 Nov 2009 02:43:00 -0000 Subject: checkX problems In-Reply-To: <4AFC7EA3.4040908@dronecode.org.uk> References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> Message-ID: <4AFCC7C5.6040101@cornell.edu> On 11/12/2009 4:31 PM, Jon TURNEY wrote: > On 30/10/2009 13:48, Ken Brown wrote: >> 2. If I start the X server by using the default startxwin.bat or >> startxwin.sh (both of which call checkX), the server is very unstable >> and crashes within a few minutes. This happens consistently, and it >> never happens if I comment out the line calling checkX. > > I think I was able to reproduce this problem (it is not how I normally > start the X server) > > However, now I come back to look at this in detail, the problem no > longer seems to exist. Are you still able to demonstrate it? Yes, it's still reproducible on one machine (the one for which I sent cygcheck output in my original post), but the problem doesn't occur on a second machine that I sometimes use. And I don't think anyone else has reported this problem. So I guess it must be BLODA or some other peculiarity of the one system. Ken -- 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 kbrown@cornell.edu Fri Nov 13 03:14:00 2009 From: kbrown@cornell.edu (Ken Brown) Date: Fri, 13 Nov 2009 03:14:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <4AFC6D43.5030207@dronecode.org.uk> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5880E4@mailserver.metatv-ds.metatv.com> <1de9d39c0911090250y1c22a3b8id0524e5fa2a4e048@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5EEAAE@mailserver.metatv-ds.metatv.com> <4AFC6D43.5030207@dronecode.org.uk> Message-ID: <4AFCCF09.1080708@cornell.edu> On 11/12/2009 3:17 PM, Jon TURNEY wrote: > On 10/11/2009 23:44, Mike Ayers wrote: >>> On Behalf Of jean-luc malet >>> Sent: Monday, November 09, 2009 2:50 AM >> >>> no more result... gvim process is still started, appears in ps -a, but >>> nothing is displayed on screen, replacing gvim by xterm still work >>> with this solution... >> >> To find out why this is, run gvim from an xterm: >> >> [SNIP] >> m-ayers-lap> gvim >> >> (gvim:1748): Pango-WARNING **: Error loading GSUB table 0x6EAD >> >> (gvim:1748): Pango-WARNING **: Error loading GPOS table 0x6EAD >> >> (gvim:1748): Pango-WARNING **: Error loading GSUB table 0x6EAD >> >> (gvim:1748): Pango-WARNING **: Error loading GPOS table 0x6EAD >> m-ayers-lap> >> (gvim:1092): Pango-WARNING **: Error loading GPOS table 0x6EAD >> [/SNIP] >> >> Apparently, run.exe is not providing stdout/stderr to dump to. >> The workaround: >> >> [SNIP] >> C:\mike>C:\cygwin\bin\run.exe -p /usr/bin sh -c "gvim>/dev/null 2>&1" >> C:\mike> >> [/SNIP] > > Wait, are you saying that the process that run starts is blocked if it > tries to output anything? Ah, so this explains my xterm problem that started this thread. When I start xterm from a shell, I always get the message Warning: Missing charsets in String to FontSet conversion When I start xterm via run, this message apparently has nowhere to go and the xterm process is blocked. Mike's workaround (with 'gvim' replaced by 'xterm') solves the problem, as he said. Is this a bug in run? It would also be nice to get rid of that xterm warning. Setting LANG=C gets rid of it, so it seems to be another locale issue. Ken -- 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 lottas.junk@geekmail.de Fri Nov 13 07:23:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Fri, 13 Nov 2009 07:23:00 -0000 Subject: checkX problems References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> Message-ID: <01CC888973B04485A45E000E506E8BE2@MultiOcke> Charles Wilson wrote: [...] > run.exe is peculiar. The first argument is the target, and IF the VERY > NEXT argument is "-wait", run "usurps" that argument. That is, run > will invoke: > checkX > and checkX will never see "-wait". So, what does run.exe do with > "-wait"? It...waits. run.exe won't exit, until after the inferior > does. Could you please clarify an issue here? (Sorry, it seems, I wronged to ``run'' in the previous posts.) In a Windows command prompt (being somewhere on C:) I put the line \cygwin\bin\run -p /usr/bin sleep -wait 5 into a file ``dosleep.bat''. Executing that BAT-script (w/o any wrapper), it *does* sleep. Typing that very line directly at the prompt lets ``run'' return immediately, though. Can you confirm this behaviour? >> Looking forward to reading your patches to address any of these >> problems. > > It shouldn't be too hard to add an option to checkX to make it "retry" > if ECONNREFUSED. This would have to manually track the elapsed time > for each attempt, charging against the specified -t . Another possibility would be an option ``-n'' to specify the number of retries. > Just > look at run2-0.3.0/lib/checkX.c::try_with_timeout(). Some function > signatures might need to be changed in order to pass opt.retry down > to that level, but it'd be a nice short project for someone. > > I'll try to get to this but it'll be a few weeks, unless somebody > sends me a patch sooner. I'd volunteer for that. How/where do I upload? Asks Lothar -- 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 rcsaba@gmail.com Fri Nov 13 09:35:00 2009 From: rcsaba@gmail.com (Csaba Raduly) Date: Fri, 13 Nov 2009 09:35:00 -0000 Subject: Cygwin/x window no longer appears In-Reply-To: <839759.5608.qm@web51001.mail.re2.yahoo.com> References: <839759.5608.qm@web51001.mail.re2.yahoo.com> Message-ID: <1ef5a52f0911130135p113a17f6m7b1dba5adc0a0f22@mail.gmail.com> On Thu, Nov 12, 2009 at 11:16 PM, Olivia Cheronet wrote: > Hello! > > > I have recently started to work with Cygwin/X. > Until now, I have been starting Cygwin/X by using startxwin.bat in the Cygwin bash shell. Everything seemed to be working fine. However, it has now stopped working... > When I type "startxwin.bat" in the Cygwin shell, the normal >>startxwin.bat - starting on Windows NT/2000/XP/2003 > appears. Yet, the window which used to appear no longer does. I am really not too sure what to do about this, given that I have not (consciously!) modified anything. > I have installed Cygwin (and Cygwin/x) very recently, and have tried to reinstall the latter using Cygwin's setup.exe, but to no effect. > I assume it's the terminal window (xterm) that does not show up. Does the X server start up? Check if the little X in the system tray is present, and stays when you put the mouse over it . If not, you need to check /var/log/XWin.*.log; there may be some error message there. (Best to delete it and then try startxwin.bat) Another test is to start a cmd.exe and run startxwin.bat from there. Are there any error messages from running startxwin.bat ? Does startxwin.bat really try to start the xterm? Maybe it got commented out (that's what I do with my startxwin) Hope this helps somewhat, Csaba -- Life is complex, with real and imaginary parts -- 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 fergus@bonhard.uklinux.net Fri Nov 13 12:54:00 2009 From: fergus@bonhard.uklinux.net (Fergus) Date: Fri, 13 Nov 2009 12:54:00 -0000 Subject: Can't read lock file Message-ID: <4AFD56DB.9050909@bonhard.uklinux.net> // > Which is bad since FAT32 has no security at all. Any process of any > user on the machine can overwrite any file, even in the Windows folder. > NTFS is much more secure and has a couple of features you never get with > FAT32, and hardlinks are only one minor advantage. You should really > update the filesystem to NTFS using the on-board convert.exe tool. Well. I took the advice and converted both FAT32 systems (one for 1.5 and one for 1.7) to NTFS. I quite like some of the file management consequences - e.g. chkdsk output, more efficient use of space - but working within Cygwin I'm not a happy bunny. I am sure that in many parallel universes the step you have advised results in huge benefits, but so far I can only report detriment to [1] use and [2] understanding. (I know [1] that requests/ complaints/ comments should not be too user-specific and as for [2] I'm really just hanging myself out to dry. But here goes ...) I operate both Cygwins 1.5 and 1.7 on a partitioned portable drive hooked up to different machines at different times. After changing to NTFS I find statements of folder permissions completely incomprehensible e.g. the + in drwxrwxrwx+; also that they do not alter after chmod instructions in the way I was expecting; that there are MANY additional user names and group names including ?????????? ; that files I worked on on Machine 1 now produce "Permission denied" when I try to work on them on Machine 2 All right, all of the above merely make manifest a complete lack of understanding of permissions, privileges, rights, etc. But it is after all "my" mobile drive, and every file on it was put there by me, is owned by me in some sense, and I ought to be able to do stuff. Finally (and I have tried to search for a solution) I alias ls as "ls --color" and had some lovely rxvt* xterm* and gnuplot* color schemes set up in ~/.Xdefaults. Now the rxvt* and xterm* color schemes have been lost (to be replaced by, I assume, some standard set, with a particularly horrid colour combination for directories (fg blue bg green). Confusingly, realised gnuplot* colors are still as set in .Xdefaults. Is there a way I can recover what I want for rxvt and xterm (maybe by putting the instructions into a different file). I think I will revert to FAT32 partitions and maybe put up with a working if not current XWin in 1.7. Like my experience with mobile phones, there is a threshold of sophistication beyond which I am just plain incapable of making progress, and the conversion of FAT32 to NTFS seems to have crossed that threshold for me with its unintended (or unexpected anyway) consequences. It is a marvellous advance in security I am sure (and I am very appreciative that Corinna and Jon took this up and responded to me) but I guess it just isn't for me. Thank you. If meanwhile you can point me somewhere for a solution to the lost colour schemes, I would be very grateful. Fergus -- 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 rcsaba@gmail.com Fri Nov 13 13:07:00 2009 From: rcsaba@gmail.com (Csaba Raduly) Date: Fri, 13 Nov 2009 13:07:00 -0000 Subject: Some Eclipse dialogs have become non-resizable with X server 1.7.1 Message-ID: <1ef5a52f0911130506v74b2275eg5147287295215716@mail.gmail.com> In the process of switching over to 1.7, I started running its X server (instead of the X server of 1.5). A few days later I noticed that some Eclipse windows (e.g. the Find dialog, the Project->Properties, the Window->Preferences, etc.) can not be resized anymore (the Size entry in the system menu is grayed out). This annoyed me when the Find dialog came up too small to see (or use) one of the checkboxes, and I couldn't make it bigger. I use "ssh -Y lab1" to log in to the remote machine. The environment has DISPLAY=localhost:14.0 (or some other number). Then I start Eclipse on the remote machine, with X tunneled to my PC. This appears to be related to 1.7, because after stopping the X server from 1.7 and starting the one from 1.5, the dialogs could be resized. This also affects e.g. the File Open and File Save dialogs of nedit (resizable under 1.5, fixed size under 1.7) Has anybody else experienced this ? Csaba -- Life is complex, with real and imaginary parts -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out Type: application/octet-stream Size: 79133 bytes Desc: not available URL: -------------- next part -------------- -- 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 Fri Nov 13 14:56:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Fri, 13 Nov 2009 14:56:00 -0000 Subject: Running Java application with drag and drop support in cygwin In-Reply-To: <15fe165d0910300206n2fad7c58p9c9e69ccb5fae959@mail.gmail.com> References: <15fe165d0910272257x18264be8sadf9d778e15d8f25@mail.gmail.com> <4AE9A9A3.7090704@dronecode.org.uk> <15fe165d0910300206n2fad7c58p9c9e69ccb5fae959@mail.gmail.com> Message-ID: <4AFD73A0.5030407@dronecode.org.uk> On 30/10/2009 09:06, Dees wrote: > Your reply is much appreciated Jon. I will try to be more specific > about the problem in further mails. > > On Thu, Oct 29, 2009 at 8:11 PM, Jon TURNEY wrote: >> On 28/10/2009 05:57, Dees wrote: >>> >>> I have developed a Java application involving jTree with extensive >>> drag and drop support, which runs correctly in my Linux box. However, >>> when I switch to a windows box and access the same Linux box using >>> cygwin x-server, the drag and drop in jTree stops working. >>> Interestingly, rest of the application still works fine. After >>> analyzing a bit I found that x-server is able to recognize the drag >>> event but fails to recognize a drop event. >> >> Details? > > OS : Suse Linux Enterprise Server 10 (i586) > Version : 10 > Patch level : 3 > Other version information: > Java : JDK 5 > Cygwin setup-version: 2.573.2.3 > Also tried using Xming 6.9.0.31 ssh same Linux setup from Windows, but > that also doesn't solve the problem. > >> >>> Is there any setting, which should be done prior to running the Java >>> swing applications? >>> >>> Here is a sample code which behaves in exactly same way. >>> http://www.java2s.com/Code/Java/Swing-JFC/TreeDragandDrop.htm >> >> I have no idea how to use that java code to reproduce the problem you are >> seeing. > > Using the above java code in Linux: > 1. Download and Install Java Development Toolkit on your Linux box > (Java sun download site: > http://java.sun.com/javase/downloads/index.jsp), if you do not have it > already. > 2. Save the sample code in the above link with the file name > TreeTester.java, say in /home/user/ > 3. Navigate to TreeTester.java from shell, and compile the java code: > # cd /home/user/ > # /usr/java/jdk1.5.0_14/bin/javac TreeTester.java > Ignore any warnings of deprecated APIs. > 4. This will create a few .class files in /home/user/ directory. Final > step is to run the Java code, using: > # /usr/java/jdk1.5.0_14/bin/java -classpath . TreeTester > This will open up a GUI, with a jTree each on left and right pane. > You can drag and drop any of the leaf nodes from one jTree to the root > node of the other jTree and this should add a new node in the other > jTree. You will get messages on console for the operations being > performed. Now ssh the same box using cygwin/xming from any other > windows box, and run the application using command in step 4. You > should be able to drag (a small icon will come under cursor indicating > that something is being dragged) but when you will drop it, the new > node would not be added to the tree. Thats where lies my problem!!! Thanks for the test case and instructions, this makes it much easier for me to try it out. However, this testcase and your jar archive both work fine for me (using Xserver 1.7.1-3)! >>> May be my problem is related to some setting. Though, not sure. >>> Has anybody come across something similar? What should be done then? >>> Please let me know. >> >> No it's probably a bug in Cygwin/X. But you're going to need to be a lot >> more specific about the problem before any progress can be made on fixing >> it. > Also, putting some debug messages in the code lets me conclude that > it's the drop event which is not being recognized, as the main control > never reaches there. There is not really any drop event, as far as the X server is concerned, just mouse click and motion events, which are passed on to you application (which has a framework to interpret them as dragging and dropping an item). Now having a better idea of the problem, it seems less likely it is an Xserver bug at all. The only Xserver cause I can think of would be if it was somehow not sending the correct events to your applications window, which you could test using xev -id (you can use xwininfo to find the window id) -- 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 kbrown@cornell.edu Fri Nov 13 15:00:00 2009 From: kbrown@cornell.edu (Ken Brown) Date: Fri, 13 Nov 2009 15:00:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <4AFCCF09.1080708@cornell.edu> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5880E4@mailserver.metatv-ds.metatv.com> <1de9d39c0911090250y1c22a3b8id0524e5fa2a4e048@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5EEAAE@mailserver.metatv-ds.metatv.com> <4AFC6D43.5030207@dronecode.org.uk> <4AFCCF09.1080708@cornell.edu> Message-ID: <4AFD746F.4010807@cornell.edu> On 11/12/2009 10:14 PM, Ken Brown wrote: > Ah, so this explains my xterm problem that started this thread. When I > start xterm from a shell, I always get the message > > Warning: Missing charsets in String to FontSet conversion > [...] > It would also be nice to get rid of that xterm warning. Setting LANG=C > gets rid of it, so it seems to be another locale issue. Never mind. I found the answer in a different thread: http://cygwin.com/ml/cygwin-xfree/2009-11/msg00085.html The workaround is to install the font-isas-misc, font-jis-misc, and font-daewoo-misc packages. Ken -- 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 Fri Nov 13 15:30:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Fri, 13 Nov 2009 15:30:00 -0000 Subject: Automatically positioned mouse movements are off target In-Reply-To: <65564EB91F1A4C5BB65678450C09B37E@digitalglobe.com> References: <74C3009EFB10492E97B9ADFCD43EEF23@digitalglobe.com> <65564EB91F1A4C5BB65678450C09B37E@digitalglobe.com> Message-ID: <4AFD7B7F.2030801@dronecode.org.uk> On 24/08/2009 23:05, Brian Sheppard wrote: > I installed Cygwin/X (latest version, according to the Cygwin installer) on > my laptop. I use Putty with X11 forwarding to connect to a Red Hat Linux > system. I start the X windows server on my laptop using startxwin.bat as > installed. After logging in to the Red Hat system, I execute gnome-session&, > and the gnome desktop shows on my Windows desktop. So far, so good. > > I am testing a Java application using a tool called Abbot. Abbot launches > your Java Swing app within Abbot??s JVM. Abbot reads the coordinates of Swing > components from internal Java objects, and then issues mouse and keystroke > commands to simulate user actions according to a script. > > My observation is that the mouse clicks are off target. Specifically, Abbot > is aiming to hit the exact center of each component, but it misses either > high or low. (Left and right centering seem fine.) > > The amount of the miss has something to do with my Task Bar. When the > Windows Task Bar is locked at top, then the clicks miss below (i.e., lower > on the screen) the intended component. When the Task Bar is docked to the > right, left, or bottom, or if it is at the top and set to auto-hide then > mouse clicks miss above the intended component. Thanks for the problem report. I did some testing against Xserver 1.7.1 with xevent [1] and xdotool [2] to position the mouse pointer, but I wasn't able to reproduce the behaviour you are seeing. I really have no idea how to get started using abbot to reproduce the problem you see, a simple test case would help a lot here. [1] http://www.isv.uu.se/~ziemann/xevent/ [2] http://www.semicomplete.com/projects/xdotool/ -- 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 sheppardco@aol.com Fri Nov 13 16:37:00 2009 From: sheppardco@aol.com (Brian Sheppard) Date: Fri, 13 Nov 2009 16:37:00 -0000 Subject: Automatically positioned mouse movements are off target In-Reply-To: <4AFD7B7F.2030801@dronecode.org.uk> References: <74C3009EFB10492E97B9ADFCD43EEF23@digitalglobe.com> <65564EB91F1A4C5BB65678450C09B37E@digitalglobe.com> <4AFD7B7F.2030801@dronecode.org.uk> Message-ID: <743AF176B7D04414AD030AB445046806@InspironE1705> I addressed my problem using a different X server (xming). There was also a commercial product that worked; I cannot remember which one. For Xming, the key was to start it up in a specific windowing mode. Something like full screen with no title bar. I think that I tried all combinations of options on Cygwin-X and they all failed, but maybe I did something wrong. For me, the issue is resolved. But if you want to pursue it then Abbot includes a test case that you can use to reproduce it. The Abbot installer includes an app and a test script, and instructions (http://abbot.sourceforge.net/doc/quick-start.shtml). You would install Abbot on the Unix box and use X to view the execution of the test script. When the script tries to click on a button, it will miss. Brian -----Original Message----- From: Jon TURNEY [mailto:jon.turney@dronecode.org.uk] Sent: Friday, November 13, 2009 10:30 AM To: cygwin-xfree@cygwin.com Cc: sheppardco@aol.com Subject: Re: Automatically positioned mouse movements are off target On 24/08/2009 23:05, Brian Sheppard wrote: > I installed Cygwin/X (latest version, according to the Cygwin > installer) on my laptop. I use Putty with X11 forwarding to connect to > a Red Hat Linux system. I start the X windows server on my laptop > using startxwin.bat as installed. After logging in to the Red Hat > system, I execute gnome-session&, and the gnome desktop shows on my Windows desktop. So far, so good. > > I am testing a Java application using a tool called Abbot. Abbot > launches your Java Swing app within Abbot's JVM. Abbot reads the > coordinates of Swing components from internal Java objects, and then > issues mouse and keystroke commands to simulate user actions according to a script. > > My observation is that the mouse clicks are off target. Specifically, > Abbot is aiming to hit the exact center of each component, but it > misses either high or low. (Left and right centering seem fine.) > > The amount of the miss has something to do with my Task Bar. When the > Windows Task Bar is locked at top, then the clicks miss below (i.e., > lower on the screen) the intended component. When the Task Bar is > docked to the right, left, or bottom, or if it is at the top and set > to auto-hide then mouse clicks miss above the intended component. Thanks for the problem report. I did some testing against Xserver 1.7.1 with xevent [1] and xdotool [2] to position the mouse pointer, but I wasn't able to reproduce the behaviour you are seeing. I really have no idea how to get started using abbot to reproduce the problem you see, a simple test case would help a lot here. [1] http://www.isv.uu.se/~ziemann/xevent/ [2] http://www.semicomplete.com/projects/xdotool/ -- 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 jon.turney@dronecode.org.uk Fri Nov 13 17:12:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Fri, 13 Nov 2009 17:12:00 -0000 Subject: Cygwin X query Login page reloads In-Reply-To: <26157730.post@talk.nabble.com> References: <26156699.post@talk.nabble.com> <26157730.post@talk.nabble.com> Message-ID: <4AFD9375.5070309@dronecode.org.uk> On 02/11/2009 16:36, BharathX wrote: > Is there nobody who could help me? > > TIA The first person who can help you is yourself. How about searching the archives of this mailing list for similar looking problems. For example, http://sourceware.org/ml/cygwin-xfree/2009-10/msg00072.html looks pretty similar, and that thread contains some suggestions about how to further investigate the problem... -- 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 mike_ayers@tvworks.com Fri Nov 13 21:11:00 2009 From: mike_ayers@tvworks.com (Mike Ayers) Date: Fri, 13 Nov 2009 21:11:00 -0000 Subject: checkX problems In-Reply-To: <01CC888973B04485A45E000E506E8BE2@MultiOcke> References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> Message-ID: <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> > From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- > owner@cygwin.com] On Behalf Of Lothar Brendel > Could you please clarify an issue here? (Sorry, it seems, I wronged to > ``run'' in the previous posts.) > > In a Windows command prompt (being somewhere on C:) I put the line > \cygwin\bin\run -p /usr/bin sleep -wait 5 > into a file ``dosleep.bat''. Executing that BAT-script (w/o any > wrapper), it > *does* sleep. Typing that very line directly at the prompt lets ``run'' > return immediately, though. Can you confirm this behaviour? I can confirm that without testing (so I'm probably chomping foot here...). The sleep is holding the console open after run quits. This comes under the "console programs must have a console" heading. It takes a bit ti get used to, but you'll get it soon. > >> Looking forward to reading your patches to address any of these > >> problems. > > > > It shouldn't be too hard to add an option to checkX to make it > "retry" > > if ECONNREFUSED. This would have to manually track the elapsed time > > for each attempt, charging against the specified -t . > > Another possibility would be an option ``-n'' to specify the number of > retries. GAH! No, that's just lame. Just spawn/fork a sleep-then-interrupt-daddy thread/process, set up a SIGINT handler that exits with an error, loop connection attempts until successful, check X, kill child, exit with success. That enforces both types of timeout. HTH, Mike From lottas.junk@geekmail.de Sat Nov 14 19:18:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Sat, 14 Nov 2009 19:18:00 -0000 Subject: checkX problems References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> Message-ID: <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> Mike Ayers wrote: >> From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- >> owner@cygwin.com] On Behalf Of Lothar Brendel > >> Could you please clarify an issue here? (Sorry, it seems, I wronged >> to ``run'' in the previous posts.) >> >> In a Windows command prompt (being somewhere on C:) I put the line >> \cygwin\bin\run -p /usr/bin sleep -wait 5 >> into a file ``dosleep.bat''. Executing that BAT-script (w/o any >> wrapper), it >> *does* sleep. Typing that very line directly at the prompt lets >> ``run'' return immediately, though. Can you confirm this behaviour? > > I can confirm that without testing (so I'm probably chomping foot > here...). The sleep is holding the console open after run quits. Sorry, I don't quite get it. *Which* console must it hold open? There is only the one I'm typing in and calling the BAT-script doesn't open another one. Hence, in how far does the environment of the BAT-script differ from the one of the command prompt? >> Another possibility would be an option ``-n'' to specify the number >> of retries. > > GAH! No, that's just lame. All right, all right, you just convinced me. :-) > Just spawn/fork a > sleep-then-interrupt-daddy thread/process, set up a SIGINT handler > that exits with an error, loop connection attempts until successful, > check X, kill child, exit with success. That enforces both types of > timeout. Charles Wilson already set up this kind of infrastructure, I just had to introduce one more communication variable, cf. the patch below (positively tested on my system). Yep, there are really two different purposes for a setting a timeout [i) "Just check whether an X server is available, but don't struggle with that too long." and ii) "There *should* be an X server coming up, just be a little patient."], but now both can be achieved by choosing either a short or a long duration. Ciao Lothar --- checkX.c-0.3.0 2009-06-15 02:29:07.000000000 +0200 +++ checkX.c 2009-11-14 19:36:31.000000000 +0100 @@ -32,6 +32,7 @@ #endif #include +#include #if HAVE_SYS_TYPES_H # include @@ -102,7 +103,8 @@ static pthread_mutex_t mtx_xopenOK; static pthread_cond_t cv_xopenOK; -static int xopenOK = XSERV_TIMEDOUT; +static int xopenOK; +static int xopenTrying; static const char* XLIBfmt = "cygX11-%d.dll"; static const char* DefaultAppendPath = "/usr/X11R6/bin" SEP_CHAR "/usr/bin"; @@ -314,6 +316,9 @@ timespec_t delta; timespec_t then; + xopenTrying = delay!=0.0; /* false actually means: try once */ + xopenOK = XSERV_NOTFOUND; /* a pessimistic start out */ + computeTimespec(fabs(delay), &delta); debugMsg(1, "(%s) Using delay of %d secs, %ld nanosecs (%5.2f)", __func__, delta.tv_sec, delta.tv_nsec, @@ -333,15 +338,14 @@ if (delay != 0.0) { clock_gettime(CLOCK_REALTIME, &now); timerspec_add(&now, &delta, &then); - pthread_cond_timedwait (&cv_xopenOK, &mtx_xopenOK, &then); - } - - pthread_mutex_unlock(&mtx_xopenOK); - - if (delay != 0.0) { - pthread_detach(id); + if (pthread_cond_timedwait (&cv_xopenOK, &mtx_xopenOK, &then) == ETIMEDOUT) { + xopenOK = XSERV_TIMEDOUT; /* it's okay, we have the mutex */ + xopenTrying = 0; /* allow open_display() to give up */ + } /* else open_display() was successful */ + pthread_detach(id); /* leave open_display() on its own */ } else { - pthread_join(id, (void*)&status); + pthread_mutex_unlock(&mtx_xopenOK); /* allow open_display() to set xopenOK */ + pthread_join(id, (void*)&status); /* and wait for it */ } pthread_mutex_destroy(&mtx_xopenOK); @@ -357,19 +361,17 @@ open_display(void* /* WorkerThreadData* */ v) { Display* dpy; - int rc = 0; WorkerThreadData* data = (WorkerThreadData*)v; - if( (dpy = (*(data->xopendis))(data->displayname)) == NULL ) { - rc = 1; - } else { - (*(data->xclosedis))(dpy); - rc = 0; - } - pthread_mutex_lock (&mtx_xopenOK); - xopenOK = rc; - pthread_cond_signal(&cv_xopenOK); - pthread_mutex_unlock (&mtx_xopenOK); + do + if((dpy = (*(data->xopendis))(data->displayname))) { + (*(data->xclosedis))(dpy); + pthread_mutex_lock (&mtx_xopenOK); + xopenOK = XSERV_FOUND; + pthread_cond_signal(&cv_xopenOK); + pthread_mutex_unlock (&mtx_xopenOK); + } + while (xopenTrying && xopenOK == XSERV_NOTFOUND); pthread_exit((void*)0); } -- 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 cygwin@cwilson.fastmail.fm Sat Nov 14 21:03:00 2009 From: cygwin@cwilson.fastmail.fm (Charles Wilson) Date: Sat, 14 Nov 2009 21:03:00 -0000 Subject: checkX problems In-Reply-To: <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> Message-ID: <4AFF1AF5.2050200@cwilson.fastmail.fm> Lothar Brendel wrote: > Charles Wilson already set up this kind of infrastructure, I just had to > introduce one more communication variable, cf. the patch below > (positively tested on my system). > > Yep, there are really two different purposes for a setting a timeout [i) > "Just check whether an X server is available, but don't struggle with > that too long." and ii) "There *should* be an X server coming up, just > be a little patient."], but now both can be achieved by choosing either > a short or a long duration. Looks pretty good. There's still one problematic case -- but it actually already existed; your change doesn't make it any worse than what was already there. > + do > + if((dpy = (*(data->xopendis))(data->displayname))) { The call to XOpenDisplay can take up to 12 seconds. Suppose the main thread times out after say 5 seconds, and then just after that we have a *successful* return in the worker thread. The worker thread tries to get the mutex: > + (*(data->xclosedis))(dpy); > + pthread_mutex_lock (&mtx_xopenOK); But the main thread, if you follow the timed-out codepath, never releases the mutex. Instead, it destroys it while still having it locked. Then, it evaluates xopenOK to compute the return value. The spec says: "It shall be safe to destroy an initialized mutex that is unlocked. Attempting to destroy a locked mutex results in undefined behavior." So, the child thread might be stuck waiting for a mutex that has already been destroyed. That could be a problem -- but a very very rare one, I think. It only happens if you time out on the worker -- and THEN, before the main app gets to exit(), the worker successfully returns from XOpenDisplay. (If the main thread exits(), that should kill the worker thread...so it never gets a chance to return successfully or otherwise). > + xopenOK = XSERV_FOUND; > + pthread_cond_signal(&cv_xopenOK); > + pthread_mutex_unlock (&mtx_xopenOK); > + } > + while (xopenTrying && xopenOK == XSERV_NOTFOUND); > > pthread_exit((void*)0); > } However, (a) it's working now, even if it is technically "wrong" to do it that way, and (b) it gets real complicated to figure out how to guarantee the mutex is unlocked, in both threads, before destroying it -- without forcing the calling thread to join() the worker, which is explicitly what we DON'T want to do in this case. So, I'm just going to leave it, and take your patch as-is. Thanks! -- Chuck -- 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 lottas.junk@geekmail.de Sun Nov 15 11:48:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Sun, 15 Nov 2009 11:48:00 -0000 Subject: checkX problems References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> Message-ID: <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> Charles Wilson wrote: [...] > The call to XOpenDisplay can take up to 12 seconds. Suppose the main > thread times out after say 5 seconds, and then just after that we > have a *successful* return in the worker thread. The worker thread > tries to get the mutex: > >> + (*(data->xclosedis))(dpy); >> + pthread_mutex_lock (&mtx_xopenOK); > > But the main thread, if you follow the timed-out codepath, never > releases the mutex. Ok, this can be cured by if (pthread_cond_timedwait (&cv_xopenOK, &mtx_xopenOK, &then) == ETIMEDOUT) { xopenOK = XSERV_TIMEDOUT; /* it's okay, we have the mutex */ xopenTrying = 0; /* allow open_display() to give up */ + pthread_mutex_unlock(&mtx_xopenOK); /* allow for a last minute change */ } /* else open_display() was successful */ pthread_detach(id); /* leave open_display() on its own */ But the problem is not so much destroying a locked mutex, but rather locking a destroyed mutex, right? This happens in your race condition but also whenever ``delay'' is shorter than the time spent in a successful XOpenDisplay(). The failure doesn't really harm, but we can be less dirty by checking the result of pthread_mutex_unlock(), cf. the new patch. [...] > So, I'm just going to leave it, and take your patch as-is. Maybe you consider the new one instead. > Thanks! My pleasure! Ciao Lothar --- checkX.c-0.3.0 2009-06-15 02:29:07.000000000 +0200 +++ checkX.c 2009-11-15 12:32:24.000000000 +0100 @@ -32,6 +32,7 @@ #endif #include +#include #if HAVE_SYS_TYPES_H # include @@ -102,7 +103,8 @@ static pthread_mutex_t mtx_xopenOK; static pthread_cond_t cv_xopenOK; -static int xopenOK = XSERV_TIMEDOUT; +static int xopenOK; +static int xopenTrying; static const char* XLIBfmt = "cygX11-%d.dll"; static const char* DefaultAppendPath = "/usr/X11R6/bin" SEP_CHAR "/usr/bin"; @@ -314,6 +316,9 @@ timespec_t delta; timespec_t then; + xopenTrying = delay!=0.0; /* false actually means: try once */ + xopenOK = XSERV_NOTFOUND; /* a pessimistic start out */ + computeTimespec(fabs(delay), &delta); debugMsg(1, "(%s) Using delay of %d secs, %ld nanosecs (%5.2f)", __func__, delta.tv_sec, delta.tv_nsec, @@ -333,15 +338,15 @@ if (delay != 0.0) { clock_gettime(CLOCK_REALTIME, &now); timerspec_add(&now, &delta, &then); - pthread_cond_timedwait (&cv_xopenOK, &mtx_xopenOK, &then); - } - - pthread_mutex_unlock(&mtx_xopenOK); - - if (delay != 0.0) { - pthread_detach(id); + if (pthread_cond_timedwait (&cv_xopenOK, &mtx_xopenOK, &then) == ETIMEDOUT) { + xopenOK = XSERV_TIMEDOUT; /* it's okay, we have the lock */ + xopenTrying = 0; /* allow open_display() to give up */ + pthread_mutex_unlock(&mtx_xopenOK); /* but also allow for a last minute change */ + } /* else open_display() was successful */ + pthread_detach(id); /* leave it on its own */ } else { - pthread_join(id, (void*)&status); + pthread_mutex_unlock(&mtx_xopenOK); /* allow open_display() to set xopenOK */ + pthread_join(id, (void*)&status); /* and wait for it */ } pthread_mutex_destroy(&mtx_xopenOK); @@ -357,19 +362,20 @@ open_display(void* /* WorkerThreadData* */ v) { Display* dpy; - int rc = 0; WorkerThreadData* data = (WorkerThreadData*)v; - if( (dpy = (*(data->xopendis))(data->displayname)) == NULL ) { - rc = 1; - } else { - (*(data->xclosedis))(dpy); - rc = 0; - } - pthread_mutex_lock (&mtx_xopenOK); - xopenOK = rc; - pthread_cond_signal(&cv_xopenOK); - pthread_mutex_unlock (&mtx_xopenOK); + do + if((dpy = (*(data->xopendis))(data->displayname))) { + (*(data->xclosedis))(dpy); + if (pthread_mutex_lock (&mtx_xopenOK)) /* the mutex may already be destroyed */ + break; + else { + xopenOK = XSERV_FOUND; + pthread_cond_signal(&cv_xopenOK); + pthread_mutex_unlock (&mtx_xopenOK); + } + } + while (xopenTrying && xopenOK == XSERV_NOTFOUND); pthread_exit((void*)0); } -- 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 lottas.junk@geekmail.de Sun Nov 15 13:50:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Sun, 15 Nov 2009 13:50:00 -0000 Subject: checkX problems References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> Message-ID: <50C56A7C6C08402D9AD48EA14C6E4141@MultiOcke> Lothar Brendel wrote: [...] > The > failure doesn't really harm, but we can be less dirty by checking the > result of pthread_mutex_unlock(), cf. the new patch. Correction: I meant the result of pthread_mutex_lock() (in open_display()). Ciao Lothar -- 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 cygwin@cwilson.fastmail.fm Sun Nov 15 14:23:00 2009 From: cygwin@cwilson.fastmail.fm (Charles Wilson) Date: Sun, 15 Nov 2009 14:23:00 -0000 Subject: checkX problems In-Reply-To: <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> Message-ID: <4B000E98.7070209@cwilson.fastmail.fm> Lothar Brendel wrote: > Ok, this can be cured by > > if (pthread_cond_timedwait (&cv_xopenOK, &mtx_xopenOK, &then) == > ETIMEDOUT) { > xopenOK = XSERV_TIMEDOUT; /* it's okay, we have the mutex */ > xopenTrying = 0; /* allow open_display() to give up */ > + pthread_mutex_unlock(&mtx_xopenOK); /* allow for a last minute > change */ > } /* else open_display() was successful */ > pthread_detach(id); /* leave open_display() on its own */ Not, that won't do it -- because now that you've unlocked the mutex, you can't guarantee that the worker thread hasn't locked it again by the time you try to destroy the mutex. You can't move the pthread_mutex_destroy call to the worker thread -- because what if there never IS a successful return from the call to XOpenDisplay? And finally -- a little bit later in the main thread you are going to USE the value of xopenOK to compute your return value -- but it's not an atomic operation so you don't know if the worker thread is going to change xopenOK's value in the middle of that operation. AFAICT, the "cure" for all of these problems is worse than the disease -- and the only *total* fix is for the main thread to always join() the worker. Which is precisely what we want to avoid. There are a few *minor* tweaks that could improve things, but I'm willing to go ahead with the current as a test release (as soon as my ITP for libustr is approved; it's a new dependency for run2). > But the problem is not so much destroying a locked mutex, but rather > locking a destroyed mutex, right? Well, frankly by the time that could happen I really don't care what the worker thread does, so long as it doesn't crash the whole process. We've already detached from it, and just want it to finish its call to XOpenDisplay() and terminate. > This happens in your race condition but also whenever ``delay'' is > shorter than the time spent in a successful XOpenDisplay(). The failure > doesn't really harm, but we can be less dirty by checking the result of > pthread_mutex_unlock(), cf. the new patch. No, I don't think we should unlock the mutex in the main thread, at least until after we've computed the return value. And once we DO unlock the mutex, there just is NO WAY to guarantee that the worker won't (successfully) lock the mutex, but not also have unlocked it, by the time we try to call pthread_mutex_destroy -- except by waiting until the worker thread exits (e.g. pthread_join()). Which we don't want to do. (If you try to relock the mutex in the main thread, you're right back where we started...) -- Chuck -- 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 Sun Nov 15 16:17:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Sun, 15 Nov 2009 16:17:00 -0000 Subject: Some Eclipse dialogs have become non-resizable with X server 1.7.1 In-Reply-To: <1ef5a52f0911130506v74b2275eg5147287295215716@mail.gmail.com> References: <1ef5a52f0911130506v74b2275eg5147287295215716@mail.gmail.com> Message-ID: <4B002960.6040208@dronecode.org.uk> On 13/11/2009 13:06, Csaba Raduly wrote: > In the process of switching over to 1.7, I started running its X > server (instead of the X server of 1.5). A few days later I noticed > that some Eclipse windows (e.g. the Find dialog, the > Project->Properties, the Window->Preferences, etc.) can not be resized > anymore (the Size entry in the system menu is grayed out). This > annoyed me when the Find dialog came up too small to see (or use) one > of the checkboxes, and I couldn't make it bigger. > > I use "ssh -Y lab1" to log in to the remote machine. The environment > has DISPLAY=localhost:14.0 (or some other number). Then I start > Eclipse on the remote machine, with X tunneled to my PC. > > This appears to be related to 1.7, because after stopping the X server > from 1.7 and starting the one from 1.5, the dialogs could be resized. > > This also affects e.g. the File Open and File Save dialogs of nedit > (resizable under 1.5, fixed size under 1.7) > > Has anybody else experienced this ? Thanks for reporting this. This is actually a problem which has been reported and fixed before (see [1]), but it seems the patch to address this has gone AWOL in the update to Xserver 1.7 Fortunately, this is easier to fix the second time, patch to follow :-) [1] http://sourceware.org/ml/cygwin-xfree/2009-01/msg00009.html -- 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 lottas.junk@geekmail.de Sun Nov 15 16:19:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Sun, 15 Nov 2009 16:19:00 -0000 Subject: checkX problems References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> Message-ID: <2DE3A6B662F14876B77BD09AC652D413@MultiOcke> Charles Wilson wrote: [...] > AFAICT, the "cure" for all of these problems is worse than the disease > -- and the only *total* fix is for the main thread to always join() > the worker. Which is precisely what we want to avoid. ACK and thanx for the explanations. Ciao Lothar -- 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 Sun Nov 15 16:23:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Sun, 15 Nov 2009 16:23:00 -0000 Subject: [PATCH] Cygwin/X: Make transient windows resizable again In-Reply-To: <4B002960.6040208@dronecode.org.uk> References: <4B002960.6040208@dronecode.org.uk> Message-ID: <1258302134-3088-1-git-send-email-jon.turney@dronecode.org.uk> Reverts the change which makes parented windows non-resizeable Because this was trying to do something which we should be doing, as an alternative we try checking WM_NORMAL_HINTS for windows which shouldn't be resizable If a window has a maximum size specified, no maximize box If a window has a fixed size (max size == min size, per EWMH 1.3 Implementation Notes), no resizing frame Signed-off-by: Jon TURNEY --- hw/xwin/winmultiwindowwm.c | 41 ++++++++++++++++++++++++++++++++++++----- 1 files changed, 36 insertions(+), 5 deletions(-) diff --git a/hw/xwin/winmultiwindowwm.c b/hw/xwin/winmultiwindowwm.c index ef94335..06fc599 100644 --- a/hw/xwin/winmultiwindowwm.c +++ b/hw/xwin/winmultiwindowwm.c @@ -1551,6 +1551,7 @@ winDeinitMultiWindowWM (void) #define HINT_BORDER (1L<<1) #define HINT_SIZEBOX (1l<<2) #define HINT_CAPTION (1l<<3) +#define HINT_NOMAXIMIZE (1L<<4) /* These two are used on their own */ #define HINT_MAX (1L<<0) #define HINT_MIN (1L<<1) @@ -1632,7 +1633,30 @@ winApplyHints (Display *pDisplay, Window iWindow, HWND hWnd, HWND *zstyle) if (pAtom) XFree(pAtom); } - /* Apply Styles, overriding hint settings from above */ + XSizeHints *normal_hint = XAllocSizeHints(); + long supplied; + if (normal_hint && (XGetWMNormalHints(pDisplay, iWindow, normal_hint, &supplied) == Success)) + { + if (normal_hint->flags & PMaxSize) + { + /* Not maximizable if a maximum size is specified */ + hint |= HINT_NOMAXIMIZE; + + if (normal_hint->flags & PMinSize) + { + /* + If both minimum size and maximum size are specified and are the same, + don't bother with a resizing frame + */ + if ((normal_hint->min_width == normal_hint->max_width) + && (normal_hint->min_height == normal_hint->max_height)) + hint = (hint & ~HINT_SIZEBOX); + } + } + } + XFree(normal_hint); + + /* Override hint settings from above with settings from config file */ style = winOverrideStyle((unsigned long)pWin); if (style & STYLE_TOPMOST) *zstyle = HWND_TOPMOST; else if (style & STYLE_MAXIMIZE) maxmin = (hint & ~HINT_MIN) | HINT_MAX; @@ -1649,14 +1673,21 @@ winApplyHints (Display *pDisplay, Window iWindow, HWND hWnd, HWND *zstyle) else if (style & STYLE_NOFRAME) hint = (hint & ~HINT_BORDER & ~HINT_CAPTION & ~HINT_SIZEBOX) | HINT_NOFRAME; + /* Now apply styles to window */ style = GetWindowLongPtr(hWnd, GWL_STYLE) & ~WS_CAPTION & ~WS_SIZEBOX; /* Just in case */ if (!style) return; - if (!hint) /* All on, but no resize of children is allowed */ - style = style | WS_CAPTION | (GetParent(hWnd) ? 0 : WS_SIZEBOX); - else if (hint & HINT_NOFRAME); /* All off, so do nothing */ + + if (!hint) /* All on */ + style = style | WS_CAPTION | WS_SIZEBOX; + else if (hint & HINT_NOFRAME) /* All off */ + style = style & ~WS_CAPTION & ~WS_SIZEBOX; else style = style | ((hint & HINT_BORDER) ? WS_BORDER : 0) | - ((hint & HINT_SIZEBOX) ? (GetParent(hWnd) ? 0 : WS_SIZEBOX) : 0) | + ((hint & HINT_SIZEBOX) ? WS_SIZEBOX : 0) | ((hint & HINT_CAPTION) ? WS_CAPTION : 0); + + if (hint & HINT_NOMAXIMIZE) + style = style & ~WS_MAXIMIZEBOX; + SetWindowLongPtr (hWnd, GWL_STYLE, style); } -- 1.6.4.2 -- 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 Sun Nov 15 16:47:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Sun, 15 Nov 2009 16:47:00 -0000 Subject: Cygwin 1.7 beta XWin Crashs from Ubuntun 9.10 after Firefox sessions In-Reply-To: References: <4AEDA7F8.9040803@dronecode.org.uk> <4AF08B6A.2030801@dronecode.org.uk> Message-ID: <4B003092.8020008@dronecode.org.uk> On 03/11/2009 23:34, ERIC HO wrote: > Hi Jon, the crash is not caused by doing some specific action or looking at > specific pages in firefox. Sometimes I sit on the Firefox screen and the > cash happens. I ssh to the the remote Ubuntu Box and start up a > gnome-session there back to my display. Over ssh, I can't even get gnome-session to start up properly, so I'm bit stymied trying to reproduce this. > I then bring up the firefox on the > Ubuntu box. After a few clicks, the cygwin Xserver died. I tried starting > the X server with -multiwindow, but could not even get a complete GNOME > screen back. You won't be able to get gnome-session to work with -multiwindow mode, as you are already running the integrated window manager. What I meant was, you should try starting the X server in -multiwindow mode, then ssh'ing to your Ubuntu host and just running firefox Are you sure that it is firefox that causes the X server crash? i.e. does the crash not happen if you use other applications or just idle in your gnome session? > I've tried -query but did not get a screen back. It could be > only ssh is allowed into the Ubuntu box. Yes, it seems that XDMCP is disabled by default in Ubuntu 9.10 and they seem to have neglected to provide a GUI to turn it on. A quick google should reveal how to do that, e.g. [1] [1] http://www.peppertop.com/blog/?p=690 -- 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 ericmho@shaw.ca Sun Nov 15 21:00:00 2009 From: ericmho@shaw.ca (ERIC HO) Date: Sun, 15 Nov 2009 21:00:00 -0000 Subject: Cygwin 1.7 beta XWin Crashs from Ubuntun 9.10 after Firefox sessions In-Reply-To: <4B003092.8020008@dronecode.org.uk> References: <4AEDA7F8.9040803@dronecode.org.uk> <4AF08B6A.2030801@dronecode.org.uk> <4B003092.8020008@dronecode.org.uk> Message-ID: Hi Jon, further testings show the issue is related to GNOME. XWin still crashed after I started GNOME-SESSION and waited for some time without bringing up any apps. I',m able to ssh to the Ubuntu box and bring up xterm or firefox and do some work without any problems. Since you can't even start up GNOME-SESSION, I am not going to pursue this issue anymore. Hopefully future upgrade will fix this problem. Thanks for your efforts. Eric. ----- Original Message ----- From: Jon TURNEY Date: Sunday, November 15, 2009 9:46 am Subject: Re: Cygwin 1.7 beta XWin Crashs from Ubuntun 9.10 after Firefox sessions To: cygwin-xfree@cygwin.com Cc: ERIC HO > On 03/11/2009 23:34, ERIC HO wrote: > > Hi Jon, the crash is not caused by doing some specific action > or looking at > > specific pages in firefox.? Sometimes I sit on the > Firefox screen and the > > cash happens. I ssh to the the remote Ubuntu Box and start up a > > gnome-session? there back to my display. > > Over ssh, I can't even get gnome-session to start up properly, > so I'm bit > stymied trying to reproduce this. > > > I then bring up the firefox on the > > Ubuntu box. After a few clicks, the cygwin Xserver died. I > tried starting > > the X server with -multiwindow, but could not even get a > complete GNOME > > screen back. > > You won't be able to get gnome-session to work with -multiwindow > mode, as you > are already running the integrated window manager. > > What I meant was, you should try starting the X server in - > multiwindow mode, > then ssh'ing to your Ubuntu host and just running firefox > > Are you sure that it is firefox that causes the X server crash? > i.e. does the > crash not happen if you use other applications or just idle in > your gnome session? > > > I've tried? -query but did not get a screen back. It > could be > > only ssh is allowed into the Ubuntu box. > > Yes, it seems that XDMCP is disabled by default in Ubuntu 9.10 > and they seem > to have neglected to provide a GUI to turn it on. > > A quick google should reveal how to do that, e.g. [1] > > [1] http://www.peppertop.com/blog/?p=690 > > -- > 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 jeanluc.malet@gmail.com Mon Nov 16 16:05:00 2009 From: jeanluc.malet@gmail.com (jean-luc malet) Date: Mon, 16 Nov 2009 16:05:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <4AF90232.803@tlinx.org> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <4AF33032.8050108@tlinx.org> <1de9d39c0911060946j62554af8xee8349a2cfff34d0@mail.gmail.com> <4AF90232.803@tlinx.org> Message-ID: <1de9d39c0911160804h2e4e19b6uccec34c7c736d50@mail.gmail.com> thanks for the reply I tested doing c:\Cygwin\bin\run.exe sh -c "env|grep DISP > /cygdrive/c/log" I get the expected value : DISPLAY=:0.0 C:\cygwin\bin\run.exe -p /usr/bin sh -c "gvim > /cygdrive/c/log 2>&1" do diplay waring in the log.... but does make the window appears in fact it seems that because gvim do output some error string it is stopped by run.exe.... so as said in next reply C:\cygwin\bin\run.exe -p /usr/bin sh -c "gvim >/dev/null 2>&1" is a workaround thanks JLM On Tue, Nov 10, 2009 at 7:03 AM, Linda Walsh wrote: > jean-luc malet wrote: >> >> thanks for the reply, >> for some reason I would like to continue using the cygwin one... >> this .bat was working some time ago, until I update cygwin.... >> >> 1) when I launch cygwin's gvim from a dos cmd shell it run as expected >> 2) when I launch "c:\Cygwin\bin\run gvim" in the same dos cmd shell it >> spawn a process gvim (ps -a show it) attached to con but nothing is >> displayed on screen >> >> -> this isn't a pb of DISPLAY else 1) wouldn't have worked and >> cygwin's gvim wouldn't have displayed > > ---- > ? ? ? ?That may not, exactly, be the case. > > ? ? ? ?I was under the impression that starting something using the > 'run' command is starting outside of your normal "Cygwin" session (and not > attached to a Shell window). ?Depending on how you set your DISPLAY > variable, > this could easily mean that the 'gvim' you start via "run" doesn't have > DISPLAY set properly. > > ? ? ? ?I.e. if you set DISPLAY in your cygwin environment via the startup > commands in BASH, OR if you start "X", which spawns an Xterm, that > already has DISPLAY, "preset" for you, (by "X", before it spawns Xterm), > then > by using "run", you are starting 'gvim' outside of the "environment" where > you normally have DISPLAY set to a valid value. > > ? ? ? ?The only way DISPLAY would be set correctly for gvim when run > using 'run', is if you be sure that it's set by the 'run' command, OR if you > have it set in your Windows System or User Environment variables > when you log on (settable in Computer Properties(shortcut=WIN-BREAK on > keyboard), > then Advanced->Environment Variables. ?There you can set display for your > userid, or system wide under the User variables. > > ? ? ? ?So do you know that DISPLAY is set correctly for gvim when invoked > by "run"? > ? ? ? ?A test you could do is ? run bash.exe -c > "printenv>/tmp/my_envvars.txt" ? > That will dump out all the env vars you think you are setting to a file that > you > can look at after running it -- then you can make sure DISPLAY is set the > way > you want it. > > ? ? ? ?BTW, regarding Vim versions: > ? ? ? ?I use the X-version of Gvim when i'm logged into my linux machines, > but I > use the Win version locally on my desktop (or the 'cygwin-vim' version when > I'm > working in a command window and just want to do quick edits). ?So I jump > between > all three version somewhat interchangeably. ?The Win version has a nicety > that > you can set the horizontal scaling of a font separately from the vertical > scaling, > and use 'half' sizes like "Lucida_Console:h10.5" -- which is different than > Lucida_Console:10, or 11. ?But the X-version of Gvim has better Foreign > character > display capabilities which can confused the Windows version. ?So depends on > what I'm > editing I suppose, as well. > > ? ? ? ?Hope the DISPLAY stuff helps. > > -linda > -- KISS! (Keep It Simple, Stupid!) (garde le simple, imb?cile!) "mais qu'est-ce que tu m'as pondu comme usine ? gaz? fait des choses simples et qui marchent, esp?ce d'imb?cile!" ----------------------------- "Si vous pensez que vous ?tes trop petit pour changer quoique ce soit, essayez donc de dormir avec un moustique dans votre chambre." Betty Reese http://www.grainesdechangement.com/citations.htm -- 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 jeanluc.malet@gmail.com Mon Nov 16 17:04:00 2009 From: jeanluc.malet@gmail.com (jean-luc malet) Date: Mon, 16 Nov 2009 17:04:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <1de9d39c0911160804h2e4e19b6uccec34c7c736d50@mail.gmail.com> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <4AF33032.8050108@tlinx.org> <1de9d39c0911060946j62554af8xee8349a2cfff34d0@mail.gmail.com> <4AF90232.803@tlinx.org> <1de9d39c0911160804h2e4e19b6uccec34c7c736d50@mail.gmail.com> Message-ID: <1de9d39c0911160903m1c1e3c0ak36478e05ae2afdd9@mail.gmail.com> the workaround isn't sufficient.... installing the font don't help setting the LANG=C don't help but in gvim.bat C:\cygwin\bin\run.exe -p /usr/bin sh -c "gvim '%*'>/dev/null 2>&1" don't work all the time 1)if I run it in a cmd.com : gvim.bat c:\some\path\to.file it's working 2)if I do open with in explorer, this don't work, after investigation it appears that %* in this case is replaced by "c:\some\path\to.file" ie C:\cygwin\bin\run.exe -p /usr/bin sh -c "gvim '"c:\some\path\to.file"'>/dev/null 2>&1" (note that there is double quote inside single quote) removing the single quote cause the \ to be escaped and then gvim try to open c:omeatho.file..... please can someone give a fix to run.exe so that the process is run with stdout and stderr redirected to /dev/null? thanks JLM On Mon, Nov 16, 2009 at 5:04 PM, jean-luc malet wrote: > thanks for the reply > I tested doing > c:\Cygwin\bin\run.exe sh -c "env|grep DISP > /cygdrive/c/log" > I get the expected value : DISPLAY=:0.0 > C:\cygwin\bin\run.exe -p /usr/bin sh -c "gvim > /cygdrive/c/log 2>&1" > do diplay waring in the log.... but does make the window appears > in fact ?it seems that because gvim do output some error string it is > stopped by run.exe.... > > so as said in next reply > C:\cygwin\bin\run.exe -p /usr/bin sh -c "gvim >/dev/null 2>&1" is a workaround > > thanks > JLM > > > > > > On Tue, Nov 10, 2009 at 7:03 AM, Linda Walsh wrote: >> jean-luc malet wrote: >>> >>> thanks for the reply, >>> for some reason I would like to continue using the cygwin one... >>> this .bat was working some time ago, until I update cygwin.... >>> >>> 1) when I launch cygwin's gvim from a dos cmd shell it run as expected >>> 2) when I launch "c:\Cygwin\bin\run gvim" in the same dos cmd shell it >>> spawn a process gvim (ps -a show it) attached to con but nothing is >>> displayed on screen >>> >>> -> this isn't a pb of DISPLAY else 1) wouldn't have worked and >>> cygwin's gvim wouldn't have displayed >> >> ---- >> ? ? ? ?That may not, exactly, be the case. >> >> ? ? ? ?I was under the impression that starting something using the >> 'run' command is starting outside of your normal "Cygwin" session (and not >> attached to a Shell window). ?Depending on how you set your DISPLAY >> variable, >> this could easily mean that the 'gvim' you start via "run" doesn't have >> DISPLAY set properly. >> >> ? ? ? ?I.e. if you set DISPLAY in your cygwin environment via the startup >> commands in BASH, OR if you start "X", which spawns an Xterm, that >> already has DISPLAY, "preset" for you, (by "X", before it spawns Xterm), >> then >> by using "run", you are starting 'gvim' outside of the "environment" where >> you normally have DISPLAY set to a valid value. >> >> ? ? ? ?The only way DISPLAY would be set correctly for gvim when run >> using 'run', is if you be sure that it's set by the 'run' command, OR if you >> have it set in your Windows System or User Environment variables >> when you log on (settable in Computer Properties(shortcut=WIN-BREAK on >> keyboard), >> then Advanced->Environment Variables. ?There you can set display for your >> userid, or system wide under the User variables. >> >> ? ? ? ?So do you know that DISPLAY is set correctly for gvim when invoked >> by "run"? >> ? ? ? ?A test you could do is ? run bash.exe -c >> "printenv>/tmp/my_envvars.txt" ? >> That will dump out all the env vars you think you are setting to a file that >> you >> can look at after running it -- then you can make sure DISPLAY is set the >> way >> you want it. >> >> ? ? ? ?BTW, regarding Vim versions: >> ? ? ? ?I use the X-version of Gvim when i'm logged into my linux machines, >> but I >> use the Win version locally on my desktop (or the 'cygwin-vim' version when >> I'm >> working in a command window and just want to do quick edits). ?So I jump >> between >> all three version somewhat interchangeably. ?The Win version has a nicety >> that >> you can set the horizontal scaling of a font separately from the vertical >> scaling, >> and use 'half' sizes like "Lucida_Console:h10.5" -- which is different than >> Lucida_Console:10, or 11. ?But the X-version of Gvim has better Foreign >> character >> display capabilities which can confused the Windows version. ?So depends on >> what I'm >> editing I suppose, as well. >> >> ? ? ? ?Hope the DISPLAY stuff helps. >> >> -linda >> > > > > -- > KISS! (Keep It Simple, Stupid!) > (garde le simple, imb?cile!) > "mais qu'est-ce que tu m'as pondu comme usine ? gaz? fait des choses > simples et qui marchent, esp?ce d'imb?cile!" > ----------------------------- > "Si vous pensez que vous ?tes trop petit pour changer quoique ce soit, > essayez donc de dormir avec un moustique dans votre chambre." Betty > Reese > http://www.grainesdechangement.com/citations.htm > -- KISS! (Keep It Simple, Stupid!) (garde le simple, imb?cile!) "mais qu'est-ce que tu m'as pondu comme usine ? gaz? fait des choses simples et qui marchent, esp?ce d'imb?cile!" ----------------------------- "Si vous pensez que vous ?tes trop petit pour changer quoique ce soit, essayez donc de dormir avec un moustique dans votre chambre." Betty Reese http://www.grainesdechangement.com/citations.htm -- 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 yselkowitz@users.sourceforge.net Tue Nov 17 20:20:00 2009 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Tue, 17 Nov 2009 20:20:00 -0000 Subject: [ANNOUNCEMENT] [1.7] Updated: rarian-0.8.1-12 Message-ID: The following packages have been updated for Cygwin 1.7: *** rarian-0.8.1-12 *** librarian0-0.8.1-12 *** librarian-devel-0.8.1-12 rarian is a drop-in replacement for scrollkeeper, providing the documentation metadata system for the GNOME desktop. This update fixes file: URI creation and parsing to avoid mistaken UNC-style paths. Yaakov Cygwin/X CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO ====================================== If you want to unsubscribe from the cygwin-xfree-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-xfree-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- 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 yselkowitz@users.sourceforge.net Tue Nov 17 20:20:00 2009 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Tue, 17 Nov 2009 20:20:00 -0000 Subject: [ANNOUNCEMENT] [1.7] Updated: GNOME 2.28.1 Platform Message-ID: The GNOME Platform libraries have been updated to the latest stable GNOME release. Besides the usual enhancements and bugfixes, gobject-introspection has been added to the distribution. Currently, the introspection compiler and typelibs for GLib and Pango are available, and the girepository bindings have been added to python-gobject2.0. Yaakov Cygwin/X CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO ====================================== If you want to unsubscribe from the cygwin-xfree-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-xfree-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- 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 yselkowitz@users.sourceforge.net Tue Nov 17 20:21:00 2009 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Tue, 17 Nov 2009 20:21:00 -0000 Subject: [ANNOUNCEMENT] [1.7] Updated: xinit-1.2.0-1 Message-ID: The following package has been updated for Cygwin 1.7: * xinit-1.2.0-1 This package includes the startx, startxdmcp.bat, startxwin.bat, and startxwin.sh commands for launching the XWin server. This is an update to the latest upstream version. Yaakov Cygwin/X CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO ====================================== If you want to unsubscribe from the cygwin-xfree-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-xfree-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- 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 rjc03001@engr.uconn.edu Wed Nov 18 15:38:00 2009 From: rjc03001@engr.uconn.edu (baseball07) Date: Wed, 18 Nov 2009 15:38:00 -0000 Subject: Cygwin error Message-ID: <26408410.post@talk.nabble.com> Hi everyone I am getting this error when I try and locally access the Linux machines in my department and try and run a program called Cadence. Does anyone know what this means? Thank you. I am running Windows Vista home premium. http://old.nabble.com/file/p26408410/Untitled.jpg -- View this message in context: http://old.nabble.com/Cygwin-error-tp26408410p26408410.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 Brian.Timares@va.gov Wed Nov 18 15:42:00 2009 From: Brian.Timares@va.gov (Timares, Brian (Patriot)) Date: Wed, 18 Nov 2009 15:42:00 -0000 Subject: Cygwin/x window no longer appears In-Reply-To: <1ef5a52f0911130135p113a17f6m7b1dba5adc0a0f22@mail.gmail.com> References: <1ef5a52f0911130135p113a17f6m7b1dba5adc0a0f22@mail.gmail.com> Message-ID: <270AA78168E41541833C52448F4F34AD1CD7089A@VHAISHMSGJ2.vha.med.va.gov> On Friday, November 13, 2009 Csaba Raduly wrote: On Thu, Nov 12, 2009 at 11:16 PM, Olivia Cheronet wrote: >> I have recently started to work with Cygwin/X. >> Until now, I have been starting Cygwin/X by using startxwin.bat in the >> Cygwin bash shell. Everything seemed to be working fine. However, it has >> now stopped working... >> When I type "startxwin.bat" in the Cygwin shell, the normal >> startxwin.bat - starting on Windows NT/2000/XP/2003 >> appears. Yet, the window which used to appear no longer does. I am really >> not too sure what to do about this, given that I have not (consciously!) >> modified anything. >> I have installed Cygwin (and Cygwin/x) very recently, and have tried to >> reinstall the latter using Cygwin's setup.exe, but to no effect. Me too. I've removed all of Cygwin 1.7 and reinstalled build 2009-11-11 (Nov 17, getting the 1.2.0-1 version of xinit) and get the following processes (after the install, double-clicking the XWin Server icon, before any reboot): C:\cygwin\bin>ps PID PPID PGID WINPID TTY UID STIME COMMAND 4712 1 4712 4712 con 180490 17:33:39 /usr/bin/bash 4876 4712 4712 1020 con 180490 17:33:40 /usr/bin/gtk-query-immodules-2.0 4972 1 4972 1188 con 180490 08:15:31 /usr/bin/XWin 1044 1 1044 1044 con 180490 08:19:18 /usr/bin/ps When I went to reboot, I got a message stating Cygwin Setup Post-Install Script was still running. The processes I had were few and included gtk-query-immodules-2.0.exe and bash.exe. Eventually I just forced it to restart. >I assume it's the terminal window (xterm) that does not show up. Yes. >Does the X server start up? Check if the little X in the system tray >is present, and stays when you put the mouse over it . If not, you Yes. >Another test is to start a cmd.exe and run startxwin.bat from there. >Are there any error messages from running startxwin.bat ? >Does startxwin.bat really try to start the xterm? Maybe it got After restarting, to get rid of PID 4876, I tried this. It ran, returned to the prompt after a couple seconds. No window appeared. No errors (e.g. the Missing charsets) appeared. >commented out (that's what I do with my startxwin) No. Brand new install, I checked the startxwin.bat, it isn't commented out. I had tried the 'install extra fonts' work-around, that didn't help. I'm not sure what to try next, or if it is a bug and I should go back to 1.5 for now. cygcheck_bt.out attached. Brian -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck_bt.out Type: application/octet-stream Size: 36315 bytes Desc: cygcheck_bt.out URL: -------------- next part -------------- -- 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 n8tm@aol.com Wed Nov 18 15:44:00 2009 From: n8tm@aol.com (Tim Prince) Date: Wed, 18 Nov 2009 15:44:00 -0000 Subject: Cygwin error In-Reply-To: <26408410.post@talk.nabble.com> References: <26408410.post@talk.nabble.com> Message-ID: <4B04161C.9040604@aol.com> baseball07 wrote: > Hi everyone I am getting this error when I try and locally access the Linux > machines in my department and try and run a program called Cadence. Does > anyone know what this means? Thank you. > I am running Windows Vista home premium. > http://old.nabble.com/file/p26408410/Untitled.jpg How about connecting by ssh -Y in your xterm? I only drive past Cadence, don't run their apps, but it should be the same for any app which wants to open an X window on your terminal. -- 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 rjc03001@engr.uconn.edu Wed Nov 18 17:21:00 2009 From: rjc03001@engr.uconn.edu (baseball07) Date: Wed, 18 Nov 2009 17:21:00 -0000 Subject: Cygwin error In-Reply-To: <4B04161C.9040604@aol.com> References: <26408410.post@talk.nabble.com> <4B04161C.9040604@aol.com> Message-ID: <26410850.post@talk.nabble.com> Thank you for the suggestion. Could you please type out the syntax. I'm a newbie to Linux code. Thank you very much. Tim Prince-4 wrote: > > baseball07 wrote: >> Hi everyone I am getting this error when I try and locally access the >> Linux >> machines in my department and try and run a program called Cadence. Does >> anyone know what this means? Thank you. >> I am running Windows Vista home premium. >> http://old.nabble.com/file/p26408410/Untitled.jpg > How about connecting by ssh -Y in your xterm? I only drive past > Cadence, don't run their apps, but it should be the same for any app > which wants to open an X window on your terminal. > > -- > 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/ > > > -- View this message in context: http://old.nabble.com/Cygwin-error-tp26408410p26410850.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 reid.thompson@ateb.com Thu Nov 19 02:53:00 2009 From: reid.thompson@ateb.com (Reid Thompson) Date: Thu, 19 Nov 2009 02:53:00 -0000 Subject: Cygwin/x window no longer appears In-Reply-To: <270AA78168E41541833C52448F4F34AD1CD7089A@VHAISHMSGJ2.vha.med.va.gov> References: <1ef5a52f0911130135p113a17f6m7b1dba5adc0a0f22@mail.gmail.com> <270AA78168E41541833C52448F4F34AD1CD7089A@VHAISHMSGJ2.vha.med.va.gov> Message-ID: <4B04B2E3.1060006@ateb.com> Timares, Brian (Patriot) wrote: > On Friday, November 13, 2009 Csaba Raduly wrote: > On Thu, Nov 12, 2009 at 11:16 PM, Olivia Cheronet wrote: >>> I have recently started to work with Cygwin/X. >>> Until now, I have been starting Cygwin/X by using startxwin.bat in > the >>> Cygwin bash shell. Everything seemed to be working fine. However, it > has >>> now stopped working... >>> When I type "startxwin.bat" in the Cygwin shell, the normal >>> startxwin.bat - starting on Windows NT/2000/XP/2003 >>> appears. Yet, the window which used to appear no longer does. I am > really >>> not too sure what to do about this, given that I have not in startxwin.sh or startxwin.bat, which ever you use, add a call to sleep 5 between the call to Xwin.... and the call to xterm ... and see what effect it has i.e. assuming startxwin.sh ... change XWin -multiwindow -clipboard -silent-dup-error & # Startup an xterm, using bash as the shell. xterm -e /usr/bin/bash -l & to XWin -multiwindow -clipboard -silent-dup-error & sleep 5 # Startup an xterm, using bash as the shell. xterm -e /usr/bin/bash -l & -- 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 reid.thompson@ateb.com Thu Nov 19 02:54:00 2009 From: reid.thompson@ateb.com (Reid Thompson) Date: Thu, 19 Nov 2009 02:54:00 -0000 Subject: Cygwin error In-Reply-To: <26410850.post@talk.nabble.com> References: <26408410.post@talk.nabble.com> <4B04161C.9040604@aol.com> <26410850.post@talk.nabble.com> Message-ID: <4B04B33A.80306@ateb.com> baseball07 wrote: > Thank you for the suggestion. Could you please type out the syntax. I'm a > newbie to Linux code. Thank you very much. > ssh -Y username@host -- 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 gertjanvannoord@gmail.com Thu Nov 19 08:34:00 2009 From: gertjanvannoord@gmail.com (Gertjan van Noord) Date: Thu, 19 Nov 2009 08:34:00 -0000 Subject: XWin stopped working with xorg-server 1.7.1 - no log-file created Message-ID: <20091119083310.GA3948@yvonne> after upgrading to xorg-server 1.7.1-3 starting X does no longer work. Previous version 1.6.? worked. However, I can't seem to go back to that version using the cygwin setup programme. the startxwin.bat script does not complain, but no X logo appears, and indeed no X programs can be started. moreover no log-file is created in /var/log, which seems to suggest something very basic is going wrong? starting XWin from the command line, also with -logverbose 10 does not produce any output. rebooting does not change a thing I've attached my cygcheck.out GJ -------------- next part -------------- Cygwin Configuration Diagnostics Current System Time: Thu Nov 19 09:14:30 2009 Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 3 Path: C:\cygwin1.7\home\vannoord\z\Alpino\bin C:\cygwin1.7\home\vannoord\bin C:\tcl\bin C:\cygwin1.7\bin C:\cygwin1.7\usr\local\bin C:\cygwin1.7\bin C:\cygwin1.7\bin C:\cygwin1.7\usr\X11R6\bin .\ C:\cygwin1.7\bin C:\cygwin1.7\usr\X11R6\bin C:\cygwin1.7\usr\local\bin C:\Perl\bin C:\Tcl\bin C:\WINDOWS\system32 C:\WINDOWS C:\WINDOWS\System32\Wbem C:\Program Files\Common Files\Adobe\AGL C:\Program Files\SICStus Prolog 3.12.8\bin C:\mingw\bin C:\Program Files\SlikSvn\bin\ C:\Program Files\SICStus Prolog 3.12.8\bin C:\Program Files\R\R-2.7.1\bin Output from C:\cygwin1.7\bin\id.exe UID: 1007(vannoord) GID: 513(None) 0(root) 544(Administrators) 545(Users) 513(None) SysDir: C:\WINDOWS\system32 WinDir: C:\WINDOWS USER = 'vannoord' PWD = '/usr/bin' HOME = '/home/vannoord' HOMEPATH = '\Documents and Settings\vannoord' A = '/home/vannoord/z/Alpino' MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man' APPDATA = 'C:\Documents and Settings\vannoord\Application Data' SSH_AGENT_PID = '1756' HOSTNAME = 'yvonne' TERM = 'rxvt-cygwin-native' PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 14 Stepping 8, GenuineIntel' WINDIR = 'C:\WINDOWS' TEXDOCVIEW_txt = 'cygstart %s' TEXDOCVIEW_dvi = 'cygstart %s' WINDOWID = '7161456' OLDPWD = '/home/vannoord' USERDOMAIN = 'YVONNE' OS = 'Windows_NT' ALLUSERSPROFILE = 'C:\Documents and Settings\All Users' XAPPLRESDIR = '/etc/X11/app-defaults' SVN_EDITOR = 'notepad' !:: = '::\' VS90COMNTOOLS = 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\' TEMP = '/cygdrive/c/DOCUME~1/vannoord/LOCALS~1/Temp' COMMONPROGRAMFILES = 'C:\Program Files\Common Files' bigfont = '-font -*-courier-*-r-*-*-24-*-*-*-*-*-iso8859-1' SSH_AUTH_SOCK = '/tmp/ssh-K0lSobIMBe/agent.3264' PDF2HTML_DPI = '100' USERNAME = 'vannoord' TEXDOCVIEW_pdf = 'cygstart %s' PROCESSOR_LEVEL = '6' REPLYTO = 'g.j.m.van.noord@rug.nl' FP_NO_HOST_CHECK = 'NO' SYSTEMDRIVE = 'C:' __COMPAT_LAYER = 'EnableNXShowUI ' CYGWIN_ROOT = 'C:\cygwin1.7' TEXDOCVIEW_html = 'cygstart %s' USERPROFILE = 'C:\Documents and Settings\vannoord' PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ ' LOGONSERVER = '\\YVONNE' PROCESSOR_ARCHITECTURE = 'x86' !C: = 'C:\Documents and Settings\vannoord\Desktop' SHLVL = '1' COLORFGBG = '0;default;15' PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.tcl' HOMEDRIVE = 'C:' PROMPT = '$P$G' COMSPEC = 'C:\WINDOWS\system32\cmd.exe' TMP = '/cygdrive/c/DOCUME~1/vannoord/LOCALS~1/Temp' SYSTEMROOT = 'C:\WINDOWS' PRINTER = 'Adobe PDF' CVS_RSH = '/bin/ssh' PROCESSOR_REVISION = '0e08' RUN = 'C:\cygwin1.7\bin\run -p /usr/X11R6/bin' TEXDOCVIEW_ps = 'cygstart %s' INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:' PROGRAMFILES = 'C:\Program Files' DISPLAY = ':0' NUMBER_OF_PROCESSORS = '2' SESSIONNAME = 'Console' COMPUTERNAME = 'YVONNE' ALPINO_HOME = '/home/vannoord/z/Alpino' COLORTERM = 'rxvt-xpm' _ = '/usr/bin/cygcheck' HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_CURRENT_USER\Software\Cygwin HKEY_CURRENT_USER\Software\Cygwin\Program Options HKEY_CURRENT_USER\Software\Cygwin\setup HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin (default) = (unsupported type) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin-X (default) = (unsupported type) HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = '/cygdrive' cygdrive flags = 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = 'C:\cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = 'C:\cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = 'C:\cygwin/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations (default) = '\??\C:\cygwin1.7' HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup (default) = 'C:\cygwin1.7' obcaseinsensitive set to 1 Cygwin installations found in the registry: System: Key: 6ed46315932c5315 Path: C:\cygwin1.7 c: hd NTFS 69162Mb 65% CP CS UN PA FC VAIO d: fd N/A N/A e: cd N/A N/A f: fd N/A N/A j: hd NTFS 476937Mb 59% CP CS UN PA FC My Book z: net NTFS 132136Mb 59% CP CS UN PA FC C:\cygwin1.7 / system binary,auto C:\cygwin1.7\bin /usr/bin system binary,auto C:\cygwin1.7\lib /usr/lib system binary,auto cygdrive prefix /cygdrive user binary,auto Found: C:\cygwin1.7\bin\awk.exe Found: C:\cygwin1.7\bin\awk.exe Found: C:\cygwin1.7\bin\awk.exe Found: C:\cygwin1.7\bin\awk.exe -> C:\cygwin1.7\bin\gawk.exe Found: C:\cygwin1.7\bin\bash.exe Found: C:\cygwin1.7\bin\bash.exe Found: C:\cygwin1.7\bin\bash.exe Found: C:\cygwin1.7\bin\bash.exe Found: C:\cygwin1.7\bin\cat.exe Found: C:\cygwin1.7\bin\cat.exe Found: C:\cygwin1.7\bin\cat.exe Found: C:\cygwin1.7\bin\cat.exe Found: C:\cygwin1.7\bin\cp.exe Found: C:\cygwin1.7\bin\cp.exe Found: C:\cygwin1.7\bin\cp.exe Found: C:\cygwin1.7\bin\cp.exe Found: C:\cygwin1.7\bin\cpp.exe Found: C:\cygwin1.7\bin\cpp.exe Found: C:\cygwin1.7\bin\cpp.exe Found: C:\cygwin1.7\bin\cpp.exe Found: C:\mingw\bin\cpp.exe Warning: C:\cygwin1.7\bin\cpp.exe hides C:\mingw\bin\cpp.exe -> C:\cygwin1.7\etc\alternatives\cpp -> C:\cygwin1.7\bin\cpp-3.exe Not Found: crontab Found: C:\cygwin1.7\bin\find.exe Found: C:\cygwin1.7\bin\find.exe Found: C:\cygwin1.7\bin\find.exe Found: C:\cygwin1.7\bin\find.exe Found: C:\WINDOWS\system32\find.exe Warning: C:\cygwin1.7\bin\find.exe hides C:\WINDOWS\system32\find.exe Found: C:\cygwin1.7\bin\gcc.exe Found: C:\cygwin1.7\bin\gcc.exe Found: C:\cygwin1.7\bin\gcc.exe Found: C:\cygwin1.7\bin\gcc.exe Found: C:\mingw\bin\gcc.exe Warning: C:\cygwin1.7\bin\gcc.exe hides C:\mingw\bin\gcc.exe -> C:\cygwin1.7\etc\alternatives\gcc -> C:\cygwin1.7\bin\gcc-3.exe Not Found: gdb Found: C:\cygwin1.7\bin\grep.exe Found: C:\cygwin1.7\bin\grep.exe Found: C:\cygwin1.7\bin\grep.exe Found: C:\cygwin1.7\bin\grep.exe Found: C:\cygwin1.7\bin\kill.exe Found: C:\cygwin1.7\bin\kill.exe Found: C:\cygwin1.7\bin\kill.exe Found: C:\cygwin1.7\bin\kill.exe Found: C:\cygwin1.7\bin\ld.exe Found: C:\cygwin1.7\bin\ld.exe Found: C:\cygwin1.7\bin\ld.exe Found: C:\cygwin1.7\bin\ld.exe Found: C:\mingw\bin\ld.exe Warning: C:\cygwin1.7\bin\ld.exe hides C:\mingw\bin\ld.exe Found: C:\cygwin1.7\bin\ls.exe Found: C:\cygwin1.7\bin\ls.exe Found: C:\cygwin1.7\bin\ls.exe Found: C:\cygwin1.7\bin\ls.exe Found: C:\cygwin1.7\bin\make.exe Found: C:\cygwin1.7\bin\make.exe Found: C:\cygwin1.7\bin\make.exe Found: C:\cygwin1.7\bin\make.exe Found: C:\cygwin1.7\bin\mv.exe Found: C:\cygwin1.7\bin\mv.exe Found: C:\cygwin1.7\bin\mv.exe Found: C:\cygwin1.7\bin\mv.exe Found: C:\cygwin1.7\bin\patch.exe Found: C:\cygwin1.7\bin\patch.exe Found: C:\cygwin1.7\bin\patch.exe Found: C:\cygwin1.7\bin\patch.exe Found: C:\cygwin1.7\bin\perl.exe Found: C:\cygwin1.7\bin\perl.exe Found: C:\cygwin1.7\bin\perl.exe Found: C:\cygwin1.7\bin\perl.exe Found: C:\Perl\bin\perl.exe Warning: C:\cygwin1.7\bin\perl.exe hides C:\Perl\bin\perl.exe Found: C:\cygwin1.7\bin\rm.exe Found: C:\cygwin1.7\bin\rm.exe Found: C:\cygwin1.7\bin\rm.exe Found: C:\cygwin1.7\bin\rm.exe Found: C:\cygwin1.7\bin\sed.exe Found: C:\cygwin1.7\bin\sed.exe Found: C:\cygwin1.7\bin\sed.exe Found: C:\cygwin1.7\bin\sed.exe Found: C:\cygwin1.7\bin\ssh.exe Found: C:\cygwin1.7\bin\ssh.exe Found: C:\cygwin1.7\bin\ssh.exe Found: C:\cygwin1.7\bin\ssh.exe Found: C:\cygwin1.7\bin\sh.exe Found: C:\cygwin1.7\bin\sh.exe Found: C:\cygwin1.7\bin\sh.exe Found: C:\cygwin1.7\bin\sh.exe Found: C:\cygwin1.7\bin\tar.exe Found: C:\cygwin1.7\bin\tar.exe Found: C:\cygwin1.7\bin\tar.exe Found: C:\cygwin1.7\bin\tar.exe Found: C:\cygwin1.7\bin\test.exe Found: C:\cygwin1.7\bin\test.exe Found: C:\cygwin1.7\bin\test.exe Found: C:\cygwin1.7\bin\test.exe Found: C:\cygwin1.7\bin\vi Found: C:\cygwin1.7\bin\vi Found: C:\cygwin1.7\bin\vi Found: C:\cygwin1.7\bin\vi -> C:\cygwin1.7\bin\vim-nox.exe Found: C:\cygwin1.7\bin\vim Found: C:\cygwin1.7\bin\vim Found: C:\cygwin1.7\bin\vim Found: C:\cygwin1.7\bin\vim -> C:\cygwin1.7\etc\alternatives\vim -> C:\cygwin1.7\bin\vim-nox.exe 111k 2009/08/07 .\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-1-0.dll" v0.0 ts=2009/8/7 21:58 87k 2009/08/07 .\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-1-0.dll" v0.0 ts=2009/8/7 22:46 61k 2009/03/02 .\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2009/3/2 4:11 456k 2009/06/25 .\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0 "cygcairo-2.dll" v0.0 ts=2009/6/25 8:25 7k 2009/05/30 .\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2009/5/30 21:05 7k 2003/10/19 .\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 9:57 1147k 2009/11/05 .\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2009/11/5 18:36 703k 2007/12/17 .\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2007/12/17 12:58 943k 2007/12/17 .\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.5.dll" v0.0 ts=2007/12/17 14:12 1036k 2007/12/17 .\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 12:58 1296k 2007/12/17 .\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 14:12 118k 2008/05/09 .\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-1.dll" v0.0 ts=2008/5/9 6:03 67k 2009/03/17 .\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2009/3/17 4:20 174k 2009/09/25 .\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2009/9/25 4:05 20k 2009/03/20 .\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2009/3/12 23:51 40k 2009/03/01 .\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2009/3/1 7:32 41k 2009/10/26 .\cygform-9.dll - os=4.0 img=1.0 sys=4.0 "cygform-9.dll" v0.0 ts=2009/10/26 23:02 48k 2003/08/09 .\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 11:25 489k 2009/09/14 .\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2009/9/14 4:59 44k 2009/09/29 .\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0 "cyggcc_s-1.dll" v0.0 ts=2009/9/14 17:42 414k 2008/06/16 .\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0 "cyggcrypt-11.dll" v0.0 ts=2008/6/16 23:13 19k 2009/02/26 .\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2009/2/26 8:58 8k 2009/02/26 .\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 8:58 29k 2009/03/23 .\cyggif-4.dll - os=4.0 img=1.0 sys=4.0 "cyggif-4.dll" v0.0 ts=2009/3/23 19:55 2267k 2009/06/25 .\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2009/6/25 20:00 141k 2009/03/30 .\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-1.dll" v0.0 ts=2009/3/30 18:22 21k 2009/03/30 .\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 18:23 315k 2009/06/06 .\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmp-3.dll" v0.0 ts=2009/6/6 13:23 13k 2008/03/08 .\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0 "cyggpg-error-0.dll" v0.0 ts=2008/3/9 0:18 5491k 2008/11/27 .\cyggs-8.dll - os=4.0 img=1.0 sys=4.0 "cyggs-8.dll" v0.0 ts=2008/11/27 14:24 24k 2009/06/23 .\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2009/6/23 14:20 25k 2009/07/06 .\cyghistory7.dll - os=4.0 img=1.0 sys=4.0 "cyghistory7.dll" v0.0 ts=2009/7/5 16:45 73k 2009/09/02 .\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2009/9/2 23:39 270k 2009/05/07 .\cygicons-0.dll - os=4.0 img=1.0 sys=4.0 "cygicons-0.dll" v0.0 ts=2009/5/7 2:58 981k 2009/05/30 .\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2009/5/30 21:05 37k 2003/08/10 .\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 23:50 31k 2005/11/20 .\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2005/11/20 3:04 31k 2009/04/03 .\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2009/4/3 3:15 246k 2008/04/02 .\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0 "cygjasper-1.dll" v0.0 ts=2008/4/2 18:19 41k 2009/03/10 .\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0 "cygjbig-2.dll" v0.0 ts=2009/3/10 3:10 125k 2009/08/08 .\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2009/8/8 22:48 193k 2009/08/08 .\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-7.dll" v0.0 ts=2009/8/8 21:39 60k 2004/09/27 .\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-3.dll" v0.0 ts=2004/9/27 19:32 65k 2005/05/05 .\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-4.dll" v0.0 ts=2005/5/5 16:33 39k 2008/09/07 .\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2-3-0.dll" v0.0 ts=2008/9/7 14:28 189k 2008/09/07 .\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2-3-0.dll" v0.0 ts=2008/9/7 14:29 201k 2008/09/07 .\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 14:31 5k 2009/11/10 .\cyglsa.dll - os=4.0 img=1.0 sys=4.0 "cyglsa.dll" v0.0 ts=2009/11/10 13:04 9k 2009/11/10 .\cyglsa64.dll - os=4.0 img=0.0 sys=5.2 98k 2009/03/16 .\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2009/3/16 17:32 21k 2009/03/01 .\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2009/3/1 7:31 22k 2009/10/26 .\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-9.dll" v0.0 ts=2009/10/26 23:01 29k 2003/08/09 .\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 11:25 24k 2008/10/30 .\cygminires.dll - os=4.0 img=1.2 sys=4.0 "cygminires.dll" v0.0 ts=2008/10/31 0:53 211k 2009/06/06 .\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 "cygmp-3.dll" v0.0 ts=2009/6/6 13:23 66k 2009/03/01 .\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2009/3/1 7:39 61k 2009/10/26 .\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-9.dll" v0.0 ts=2009/10/26 23:12 237k 2009/03/01 .\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2009/3/1 7:28 164k 2009/03/27 .\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-9.dll" v0.0 ts=2009/3/27 5:58 224k 2003/08/09 .\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 11:24 115k 2009/09/30 .\cygneon-27.dll - os=4.0 img=1.0 sys=4.0 "cygneon-27.dll" v0.0 ts=2009/9/30 15:33 173k 2009/09/02 .\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0 "cygnetpbm-10.dll" v0.0 ts=2009/9/2 5:33 11k 2009/03/01 .\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2009/3/1 7:30 12k 2009/10/26 .\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-9.dll" v0.0 ts=2009/10/26 23:00 19k 2003/08/09 .\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 11:24 217k 2009/11/10 .\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2009/10/25 10:42 8k 2009/11/10 .\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2009/10/25 10:42 1543k 2008/07/03 .\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_10.dll" v0.0 ts=2008/6/30 18:06 252k 2009/03/20 .\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygpixman-1-0.dll" v0.0 ts=2009/3/13 0:00 242k 2009/03/07 .\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2009/3/7 23:38 22k 2002/06/09 .\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45 103k 2009/01/07 .\cygpq.dll - os=4.0 img=1.0 sys=4.0 "cygpq.dll" v0.0 ts=2009/1/7 17:46 155k 2009/06/23 .\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2009/6/23 14:20 162k 2009/07/06 .\cygreadline7.dll - os=4.0 img=1.0 sys=4.0 "cygreadline7.dll" v0.0 ts=2009/7/5 16:45 78k 2004/10/13 .\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0 "cygsasl2-2.dll" v0.0 ts=2004/10/14 0:50 43k 2009/02/06 .\cygserf-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygserf-0-0.dll" v0.0 ts=2009/2/6 18:04 7k 2009/07/22 .\cygsigsegv-0.dll - os=4.0 img=1.0 sys=4.0 "cygsigsegv-0.dll" v0.0 ts=2009/7/22 10:57 27k 2009/09/03 .\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2009/9/3 10:56 355k 2008/09/09 .\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0 "cygsqlite3-0.dll" v0.0 ts=2008/9/9 20:20 252k 2009/11/05 .\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2009/11/5 18:36 234k 2009/08/27 .\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_client-1-0.dll" v0.0 ts=2009/8/27 19:28 36k 2009/08/27 .\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_delta-1-0.dll" v0.0 ts=2009/8/27 19:26 39k 2009/08/27 .\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_diff-1-0.dll" v0.0 ts=2009/8/27 19:26 18k 2009/08/27 .\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs-1-0.dll" v0.0 ts=2009/8/27 19:26 144k 2009/08/27 .\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_base-1-0.dll" v0.0 ts=2009/8/27 19:26 123k 2009/08/27 .\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_fs-1-0.dll" v0.0 ts=2009/8/27 19:26 7k 2009/08/27 .\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_util-1-0.dll" v0.0 ts=2009/8/27 19:26 30k 2009/08/27 .\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra-1-0.dll" v0.0 ts=2009/8/27 19:28 23k 2009/08/27 .\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_local-1-0.dll" v0.0 ts=2009/8/27 19:27 113k 2009/08/27 .\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_neon-1-0.dll" v0.0 ts=2009/8/27 19:26 114k 2009/08/27 .\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_serf-1-0.dll" v0.0 ts=2009/8/27 19:26 69k 2009/08/27 .\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_svn-1-0.dll" v0.0 ts=2009/8/27 19:26 137k 2009/08/27 .\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_repos-1-0.dll" v0.0 ts=2009/8/27 19:26 246k 2009/08/27 .\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_subr-1-0.dll" v0.0 ts=2009/8/27 19:25 240k 2009/08/27 .\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_wc-1-0.dll" v0.0 ts=2009/8/27 19:26 14k 2007/08/13 .\cygtextcat-0.dll - os=4.0 img=1.0 sys=4.0 "cygtextcat-0.dll" v0.0 ts=2007/8/13 18:31 46k 2009/10/26 .\cygtic-9.dll - os=4.0 img=1.0 sys=4.0 "cygtic-9.dll" v0.0 ts=2009/10/26 22:58 312k 2009/08/10 .\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2009/8/11 0:04 282k 2003/08/11 .\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 "cygtiff4.dll" v0.0 ts=2003/8/11 4:32 282k 2009/08/10 .\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiffxx-5.dll" v0.0 ts=2009/8/11 0:04 24k 2009/03/29 .\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0 "cygwrap-0.dll" v0.0 ts=2009/3/29 8:28 1038k 2009/11/11 .\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2009/11/11 5:15 8k 2009/03/20 .\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2009/3/20 13:53 352k 2009/10/19 .\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2009/10/18 23:55 360k 2005/10/27 .\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 19:45 268k 2008/11/15 .\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2008/11/13 9:37 74k 2009/09/21 .\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-1.dll" v0.0 ts=2009/9/21 23:31 22k 2009/09/21 .\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-0.dll" v0.0 ts=2009/9/21 23:32 11k 2009/09/03 .\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-util-0.dll" v0.0 ts=2009/9/3 7:24 17k 2009/03/20 .\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2009/3/20 13:56 49k 2009/03/20 .\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2009/3/12 23:51 66k 2009/10/15 .\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2009/10/14 22:33 122k 2009/10/15 .\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2009/10/14 7:57 407k 2009/01/04 .\cygxml-1.dll - os=4.0 img=1.0 sys=4.0 "cygxml-1.dll" v0.0 ts=2009/1/4 21:20 1123k 2009/10/08 .\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2009/10/7 4:49 75k 2009/10/14 .\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2009/10/14 9:29 11k 2009/10/14 .\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2009/10/14 9:29 26k 2005/10/27 .\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 19:27 53k 2009/10/14 .\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2009/10/14 19:01 30k 2009/10/14 .\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2009/10/14 9:40 198k 2009/03/17 .\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2009/3/17 4:20 277k 2009/10/14 .\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2009/10/14 5:02 64k 2009/03/02 .\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2009/3/2 2:33 2414k 2009/11/10 .\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2009/11/10 13:03 Cygwin DLL version info: DLL version: 1.7.0 DLL epoch: 19 DLL old termios: 5 DLL malloc env: 28 Cygwin conv: 181 API major: 0 API minor: 217 Shared data: 5 DLL identifier: cygwin1 Mount registry: 3 Cygwin registry name: Cygwin Program options name: Program Options Installations name: Installations Cygdrive default prefix: Build date: Tue Nov 10 13:03:21 CET 2009 Shared id: cygwin1S5 111k 2009/08/07 C:\cygwin1.7\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-1-0.dll" v0.0 ts=2009/8/7 21:58 87k 2009/08/07 C:\cygwin1.7\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-1-0.dll" v0.0 ts=2009/8/7 22:46 61k 2009/03/02 C:\cygwin1.7\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2009/3/2 4:11 456k 2009/06/25 C:\cygwin1.7\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0 "cygcairo-2.dll" v0.0 ts=2009/6/25 8:25 7k 2009/05/30 C:\cygwin1.7\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2009/5/30 21:05 7k 2003/10/19 C:\cygwin1.7\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 9:57 1147k 2009/11/05 C:\cygwin1.7\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2009/11/5 18:36 703k 2007/12/17 C:\cygwin1.7\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2007/12/17 12:58 943k 2007/12/17 C:\cygwin1.7\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.5.dll" v0.0 ts=2007/12/17 14:12 1036k 2007/12/17 C:\cygwin1.7\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 12:58 1296k 2007/12/17 C:\cygwin1.7\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 14:12 118k 2008/05/09 C:\cygwin1.7\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-1.dll" v0.0 ts=2008/5/9 6:03 67k 2009/03/17 C:\cygwin1.7\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2009/3/17 4:20 174k 2009/09/25 C:\cygwin1.7\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2009/9/25 4:05 20k 2009/03/20 C:\cygwin1.7\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2009/3/12 23:51 40k 2009/03/01 C:\cygwin1.7\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2009/3/1 7:32 41k 2009/10/26 C:\cygwin1.7\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0 "cygform-9.dll" v0.0 ts=2009/10/26 23:02 48k 2003/08/09 C:\cygwin1.7\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 11:25 489k 2009/09/14 C:\cygwin1.7\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2009/9/14 4:59 44k 2009/09/29 C:\cygwin1.7\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0 "cyggcc_s-1.dll" v0.0 ts=2009/9/14 17:42 414k 2008/06/16 C:\cygwin1.7\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0 "cyggcrypt-11.dll" v0.0 ts=2008/6/16 23:13 19k 2009/02/26 C:\cygwin1.7\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2009/2/26 8:58 8k 2009/02/26 C:\cygwin1.7\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 8:58 29k 2009/03/23 C:\cygwin1.7\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0 "cyggif-4.dll" v0.0 ts=2009/3/23 19:55 2267k 2009/06/25 C:\cygwin1.7\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2009/6/25 20:00 141k 2009/03/30 C:\cygwin1.7\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-1.dll" v0.0 ts=2009/3/30 18:22 21k 2009/03/30 C:\cygwin1.7\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 18:23 315k 2009/06/06 C:\cygwin1.7\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmp-3.dll" v0.0 ts=2009/6/6 13:23 13k 2008/03/08 C:\cygwin1.7\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0 "cyggpg-error-0.dll" v0.0 ts=2008/3/9 0:18 5491k 2008/11/27 C:\cygwin1.7\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0 "cyggs-8.dll" v0.0 ts=2008/11/27 14:24 24k 2009/06/23 C:\cygwin1.7\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2009/6/23 14:20 25k 2009/07/06 C:\cygwin1.7\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0 "cyghistory7.dll" v0.0 ts=2009/7/5 16:45 73k 2009/09/02 C:\cygwin1.7\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2009/9/2 23:39 270k 2009/05/07 C:\cygwin1.7\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0 "cygicons-0.dll" v0.0 ts=2009/5/7 2:58 981k 2009/05/30 C:\cygwin1.7\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2009/5/30 21:05 37k 2003/08/10 C:\cygwin1.7\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 23:50 31k 2005/11/20 C:\cygwin1.7\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2005/11/20 3:04 31k 2009/04/03 C:\cygwin1.7\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2009/4/3 3:15 246k 2008/04/02 C:\cygwin1.7\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0 "cygjasper-1.dll" v0.0 ts=2008/4/2 18:19 41k 2009/03/10 C:\cygwin1.7\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0 "cygjbig-2.dll" v0.0 ts=2009/3/10 3:10 125k 2009/08/08 C:\cygwin1.7\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2009/8/8 22:48 193k 2009/08/08 C:\cygwin1.7\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-7.dll" v0.0 ts=2009/8/8 21:39 60k 2004/09/27 C:\cygwin1.7\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-3.dll" v0.0 ts=2004/9/27 19:32 65k 2005/05/05 C:\cygwin1.7\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-4.dll" v0.0 ts=2005/5/5 16:33 39k 2008/09/07 C:\cygwin1.7\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2-3-0.dll" v0.0 ts=2008/9/7 14:28 189k 2008/09/07 C:\cygwin1.7\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2-3-0.dll" v0.0 ts=2008/9/7 14:29 201k 2008/09/07 C:\cygwin1.7\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 14:31 5k 2009/11/10 C:\cygwin1.7\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0 "cyglsa.dll" v0.0 ts=2009/11/10 13:04 9k 2009/11/10 C:\cygwin1.7\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2 98k 2009/03/16 C:\cygwin1.7\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2009/3/16 17:32 21k 2009/03/01 C:\cygwin1.7\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2009/3/1 7:31 22k 2009/10/26 C:\cygwin1.7\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-9.dll" v0.0 ts=2009/10/26 23:01 29k 2003/08/09 C:\cygwin1.7\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 11:25 24k 2008/10/30 C:\cygwin1.7\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0 "cygminires.dll" v0.0 ts=2008/10/31 0:53 211k 2009/06/06 C:\cygwin1.7\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 "cygmp-3.dll" v0.0 ts=2009/6/6 13:23 66k 2009/03/01 C:\cygwin1.7\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2009/3/1 7:39 61k 2009/10/26 C:\cygwin1.7\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-9.dll" v0.0 ts=2009/10/26 23:12 237k 2009/03/01 C:\cygwin1.7\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2009/3/1 7:28 164k 2009/03/27 C:\cygwin1.7\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-9.dll" v0.0 ts=2009/3/27 5:58 224k 2003/08/09 C:\cygwin1.7\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 11:24 115k 2009/09/30 C:\cygwin1.7\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0 "cygneon-27.dll" v0.0 ts=2009/9/30 15:33 173k 2009/09/02 C:\cygwin1.7\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0 "cygnetpbm-10.dll" v0.0 ts=2009/9/2 5:33 11k 2009/03/01 C:\cygwin1.7\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2009/3/1 7:30 12k 2009/10/26 C:\cygwin1.7\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-9.dll" v0.0 ts=2009/10/26 23:00 19k 2003/08/09 C:\cygwin1.7\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 11:24 217k 2009/11/10 C:\cygwin1.7\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2009/10/25 10:42 8k 2009/11/10 C:\cygwin1.7\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2009/10/25 10:42 1543k 2008/07/03 C:\cygwin1.7\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_10.dll" v0.0 ts=2008/6/30 18:06 252k 2009/03/20 C:\cygwin1.7\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygpixman-1-0.dll" v0.0 ts=2009/3/13 0:00 242k 2009/03/07 C:\cygwin1.7\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2009/3/7 23:38 22k 2002/06/09 C:\cygwin1.7\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45 103k 2009/01/07 C:\cygwin1.7\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0 "cygpq.dll" v0.0 ts=2009/1/7 17:46 155k 2009/06/23 C:\cygwin1.7\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2009/6/23 14:20 162k 2009/07/06 C:\cygwin1.7\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0 "cygreadline7.dll" v0.0 ts=2009/7/5 16:45 78k 2004/10/13 C:\cygwin1.7\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0 "cygsasl2-2.dll" v0.0 ts=2004/10/14 0:50 43k 2009/02/06 C:\cygwin1.7\bin\cygserf-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygserf-0-0.dll" v0.0 ts=2009/2/6 18:04 7k 2009/07/22 C:\cygwin1.7\bin\cygsigsegv-0.dll - os=4.0 img=1.0 sys=4.0 "cygsigsegv-0.dll" v0.0 ts=2009/7/22 10:57 27k 2009/09/03 C:\cygwin1.7\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2009/9/3 10:56 355k 2008/09/09 C:\cygwin1.7\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0 "cygsqlite3-0.dll" v0.0 ts=2008/9/9 20:20 252k 2009/11/05 C:\cygwin1.7\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2009/11/5 18:36 234k 2009/08/27 C:\cygwin1.7\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_client-1-0.dll" v0.0 ts=2009/8/27 19:28 36k 2009/08/27 C:\cygwin1.7\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_delta-1-0.dll" v0.0 ts=2009/8/27 19:26 39k 2009/08/27 C:\cygwin1.7\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_diff-1-0.dll" v0.0 ts=2009/8/27 19:26 18k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs-1-0.dll" v0.0 ts=2009/8/27 19:26 144k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_base-1-0.dll" v0.0 ts=2009/8/27 19:26 123k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_fs-1-0.dll" v0.0 ts=2009/8/27 19:26 7k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_util-1-0.dll" v0.0 ts=2009/8/27 19:26 30k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra-1-0.dll" v0.0 ts=2009/8/27 19:28 23k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_local-1-0.dll" v0.0 ts=2009/8/27 19:27 113k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_neon-1-0.dll" v0.0 ts=2009/8/27 19:26 114k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_serf-1-0.dll" v0.0 ts=2009/8/27 19:26 69k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_svn-1-0.dll" v0.0 ts=2009/8/27 19:26 137k 2009/08/27 C:\cygwin1.7\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_repos-1-0.dll" v0.0 ts=2009/8/27 19:26 246k 2009/08/27 C:\cygwin1.7\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_subr-1-0.dll" v0.0 ts=2009/8/27 19:25 240k 2009/08/27 C:\cygwin1.7\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_wc-1-0.dll" v0.0 ts=2009/8/27 19:26 14k 2007/08/13 C:\cygwin1.7\bin\cygtextcat-0.dll - os=4.0 img=1.0 sys=4.0 "cygtextcat-0.dll" v0.0 ts=2007/8/13 18:31 46k 2009/10/26 C:\cygwin1.7\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0 "cygtic-9.dll" v0.0 ts=2009/10/26 22:58 312k 2009/08/10 C:\cygwin1.7\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2009/8/11 0:04 282k 2003/08/11 C:\cygwin1.7\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 "cygtiff4.dll" v0.0 ts=2003/8/11 4:32 282k 2009/08/10 C:\cygwin1.7\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiffxx-5.dll" v0.0 ts=2009/8/11 0:04 24k 2009/03/29 C:\cygwin1.7\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0 "cygwrap-0.dll" v0.0 ts=2009/3/29 8:28 1038k 2009/11/11 C:\cygwin1.7\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2009/11/11 5:15 8k 2009/03/20 C:\cygwin1.7\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2009/3/20 13:53 352k 2009/10/19 C:\cygwin1.7\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2009/10/18 23:55 360k 2005/10/27 C:\cygwin1.7\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 19:45 268k 2008/11/15 C:\cygwin1.7\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2008/11/13 9:37 74k 2009/09/21 C:\cygwin1.7\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-1.dll" v0.0 ts=2009/9/21 23:31 22k 2009/09/21 C:\cygwin1.7\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-0.dll" v0.0 ts=2009/9/21 23:32 11k 2009/09/03 C:\cygwin1.7\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-util-0.dll" v0.0 ts=2009/9/3 7:24 17k 2009/03/20 C:\cygwin1.7\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2009/3/20 13:56 49k 2009/03/20 C:\cygwin1.7\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2009/3/12 23:51 66k 2009/10/15 C:\cygwin1.7\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2009/10/14 22:33 122k 2009/10/15 C:\cygwin1.7\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2009/10/14 7:57 407k 2009/01/04 C:\cygwin1.7\bin\cygxml-1.dll - os=4.0 img=1.0 sys=4.0 "cygxml-1.dll" v0.0 ts=2009/1/4 21:20 1123k 2009/10/08 C:\cygwin1.7\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2009/10/7 4:49 75k 2009/10/14 C:\cygwin1.7\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2009/10/14 9:29 11k 2009/10/14 C:\cygwin1.7\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2009/10/14 9:29 26k 2005/10/27 C:\cygwin1.7\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 19:27 53k 2009/10/14 C:\cygwin1.7\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2009/10/14 19:01 30k 2009/10/14 C:\cygwin1.7\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2009/10/14 9:40 198k 2009/03/17 C:\cygwin1.7\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2009/3/17 4:20 277k 2009/10/14 C:\cygwin1.7\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2009/10/14 5:02 64k 2009/03/02 C:\cygwin1.7\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2009/3/2 2:33 2414k 2009/11/10 C:\cygwin1.7\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2009/11/10 13:03 Cygwin DLL version info: DLL version: 1.7.0 DLL epoch: 19 DLL old termios: 5 DLL malloc env: 28 Cygwin conv: 181 API major: 0 API minor: 217 Shared data: 5 DLL identifier: cygwin1 Mount registry: 3 Cygwin registry name: Cygwin Program options name: Program Options Installations name: Installations Cygdrive default prefix: Build date: Tue Nov 10 13:03:21 CET 2009 Shared id: cygwin1S5 111k 2009/08/07 C:\cygwin1.7\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-1-0.dll" v0.0 ts=2009/8/7 21:58 87k 2009/08/07 C:\cygwin1.7\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-1-0.dll" v0.0 ts=2009/8/7 22:46 61k 2009/03/02 C:\cygwin1.7\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2009/3/2 4:11 456k 2009/06/25 C:\cygwin1.7\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0 "cygcairo-2.dll" v0.0 ts=2009/6/25 8:25 7k 2009/05/30 C:\cygwin1.7\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2009/5/30 21:05 7k 2003/10/19 C:\cygwin1.7\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 9:57 1147k 2009/11/05 C:\cygwin1.7\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2009/11/5 18:36 703k 2007/12/17 C:\cygwin1.7\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2007/12/17 12:58 943k 2007/12/17 C:\cygwin1.7\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.5.dll" v0.0 ts=2007/12/17 14:12 1036k 2007/12/17 C:\cygwin1.7\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 12:58 1296k 2007/12/17 C:\cygwin1.7\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 14:12 118k 2008/05/09 C:\cygwin1.7\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-1.dll" v0.0 ts=2008/5/9 6:03 67k 2009/03/17 C:\cygwin1.7\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2009/3/17 4:20 174k 2009/09/25 C:\cygwin1.7\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2009/9/25 4:05 20k 2009/03/20 C:\cygwin1.7\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2009/3/12 23:51 40k 2009/03/01 C:\cygwin1.7\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2009/3/1 7:32 41k 2009/10/26 C:\cygwin1.7\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0 "cygform-9.dll" v0.0 ts=2009/10/26 23:02 48k 2003/08/09 C:\cygwin1.7\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 11:25 489k 2009/09/14 C:\cygwin1.7\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2009/9/14 4:59 44k 2009/09/29 C:\cygwin1.7\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0 "cyggcc_s-1.dll" v0.0 ts=2009/9/14 17:42 414k 2008/06/16 C:\cygwin1.7\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0 "cyggcrypt-11.dll" v0.0 ts=2008/6/16 23:13 19k 2009/02/26 C:\cygwin1.7\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2009/2/26 8:58 8k 2009/02/26 C:\cygwin1.7\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 8:58 29k 2009/03/23 C:\cygwin1.7\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0 "cyggif-4.dll" v0.0 ts=2009/3/23 19:55 2267k 2009/06/25 C:\cygwin1.7\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2009/6/25 20:00 141k 2009/03/30 C:\cygwin1.7\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-1.dll" v0.0 ts=2009/3/30 18:22 21k 2009/03/30 C:\cygwin1.7\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 18:23 315k 2009/06/06 C:\cygwin1.7\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmp-3.dll" v0.0 ts=2009/6/6 13:23 13k 2008/03/08 C:\cygwin1.7\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0 "cyggpg-error-0.dll" v0.0 ts=2008/3/9 0:18 5491k 2008/11/27 C:\cygwin1.7\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0 "cyggs-8.dll" v0.0 ts=2008/11/27 14:24 24k 2009/06/23 C:\cygwin1.7\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2009/6/23 14:20 25k 2009/07/06 C:\cygwin1.7\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0 "cyghistory7.dll" v0.0 ts=2009/7/5 16:45 73k 2009/09/02 C:\cygwin1.7\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2009/9/2 23:39 270k 2009/05/07 C:\cygwin1.7\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0 "cygicons-0.dll" v0.0 ts=2009/5/7 2:58 981k 2009/05/30 C:\cygwin1.7\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2009/5/30 21:05 37k 2003/08/10 C:\cygwin1.7\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 23:50 31k 2005/11/20 C:\cygwin1.7\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2005/11/20 3:04 31k 2009/04/03 C:\cygwin1.7\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2009/4/3 3:15 246k 2008/04/02 C:\cygwin1.7\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0 "cygjasper-1.dll" v0.0 ts=2008/4/2 18:19 41k 2009/03/10 C:\cygwin1.7\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0 "cygjbig-2.dll" v0.0 ts=2009/3/10 3:10 125k 2009/08/08 C:\cygwin1.7\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2009/8/8 22:48 193k 2009/08/08 C:\cygwin1.7\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-7.dll" v0.0 ts=2009/8/8 21:39 60k 2004/09/27 C:\cygwin1.7\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-3.dll" v0.0 ts=2004/9/27 19:32 65k 2005/05/05 C:\cygwin1.7\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-4.dll" v0.0 ts=2005/5/5 16:33 39k 2008/09/07 C:\cygwin1.7\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2-3-0.dll" v0.0 ts=2008/9/7 14:28 189k 2008/09/07 C:\cygwin1.7\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2-3-0.dll" v0.0 ts=2008/9/7 14:29 201k 2008/09/07 C:\cygwin1.7\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 14:31 5k 2009/11/10 C:\cygwin1.7\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0 "cyglsa.dll" v0.0 ts=2009/11/10 13:04 9k 2009/11/10 C:\cygwin1.7\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2 98k 2009/03/16 C:\cygwin1.7\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2009/3/16 17:32 21k 2009/03/01 C:\cygwin1.7\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2009/3/1 7:31 22k 2009/10/26 C:\cygwin1.7\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-9.dll" v0.0 ts=2009/10/26 23:01 29k 2003/08/09 C:\cygwin1.7\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 11:25 24k 2008/10/30 C:\cygwin1.7\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0 "cygminires.dll" v0.0 ts=2008/10/31 0:53 211k 2009/06/06 C:\cygwin1.7\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 "cygmp-3.dll" v0.0 ts=2009/6/6 13:23 66k 2009/03/01 C:\cygwin1.7\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2009/3/1 7:39 61k 2009/10/26 C:\cygwin1.7\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-9.dll" v0.0 ts=2009/10/26 23:12 237k 2009/03/01 C:\cygwin1.7\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2009/3/1 7:28 164k 2009/03/27 C:\cygwin1.7\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-9.dll" v0.0 ts=2009/3/27 5:58 224k 2003/08/09 C:\cygwin1.7\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 11:24 115k 2009/09/30 C:\cygwin1.7\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0 "cygneon-27.dll" v0.0 ts=2009/9/30 15:33 173k 2009/09/02 C:\cygwin1.7\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0 "cygnetpbm-10.dll" v0.0 ts=2009/9/2 5:33 11k 2009/03/01 C:\cygwin1.7\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2009/3/1 7:30 12k 2009/10/26 C:\cygwin1.7\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-9.dll" v0.0 ts=2009/10/26 23:00 19k 2003/08/09 C:\cygwin1.7\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 11:24 217k 2009/11/10 C:\cygwin1.7\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2009/10/25 10:42 8k 2009/11/10 C:\cygwin1.7\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2009/10/25 10:42 1543k 2008/07/03 C:\cygwin1.7\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_10.dll" v0.0 ts=2008/6/30 18:06 252k 2009/03/20 C:\cygwin1.7\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygpixman-1-0.dll" v0.0 ts=2009/3/13 0:00 242k 2009/03/07 C:\cygwin1.7\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2009/3/7 23:38 22k 2002/06/09 C:\cygwin1.7\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45 103k 2009/01/07 C:\cygwin1.7\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0 "cygpq.dll" v0.0 ts=2009/1/7 17:46 155k 2009/06/23 C:\cygwin1.7\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2009/6/23 14:20 162k 2009/07/06 C:\cygwin1.7\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0 "cygreadline7.dll" v0.0 ts=2009/7/5 16:45 78k 2004/10/13 C:\cygwin1.7\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0 "cygsasl2-2.dll" v0.0 ts=2004/10/14 0:50 43k 2009/02/06 C:\cygwin1.7\bin\cygserf-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygserf-0-0.dll" v0.0 ts=2009/2/6 18:04 7k 2009/07/22 C:\cygwin1.7\bin\cygsigsegv-0.dll - os=4.0 img=1.0 sys=4.0 "cygsigsegv-0.dll" v0.0 ts=2009/7/22 10:57 27k 2009/09/03 C:\cygwin1.7\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2009/9/3 10:56 355k 2008/09/09 C:\cygwin1.7\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0 "cygsqlite3-0.dll" v0.0 ts=2008/9/9 20:20 252k 2009/11/05 C:\cygwin1.7\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2009/11/5 18:36 234k 2009/08/27 C:\cygwin1.7\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_client-1-0.dll" v0.0 ts=2009/8/27 19:28 36k 2009/08/27 C:\cygwin1.7\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_delta-1-0.dll" v0.0 ts=2009/8/27 19:26 39k 2009/08/27 C:\cygwin1.7\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_diff-1-0.dll" v0.0 ts=2009/8/27 19:26 18k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs-1-0.dll" v0.0 ts=2009/8/27 19:26 144k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_base-1-0.dll" v0.0 ts=2009/8/27 19:26 123k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_fs-1-0.dll" v0.0 ts=2009/8/27 19:26 7k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_util-1-0.dll" v0.0 ts=2009/8/27 19:26 30k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra-1-0.dll" v0.0 ts=2009/8/27 19:28 23k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_local-1-0.dll" v0.0 ts=2009/8/27 19:27 113k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_neon-1-0.dll" v0.0 ts=2009/8/27 19:26 114k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_serf-1-0.dll" v0.0 ts=2009/8/27 19:26 69k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_svn-1-0.dll" v0.0 ts=2009/8/27 19:26 137k 2009/08/27 C:\cygwin1.7\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_repos-1-0.dll" v0.0 ts=2009/8/27 19:26 246k 2009/08/27 C:\cygwin1.7\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_subr-1-0.dll" v0.0 ts=2009/8/27 19:25 240k 2009/08/27 C:\cygwin1.7\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_wc-1-0.dll" v0.0 ts=2009/8/27 19:26 14k 2007/08/13 C:\cygwin1.7\bin\cygtextcat-0.dll - os=4.0 img=1.0 sys=4.0 "cygtextcat-0.dll" v0.0 ts=2007/8/13 18:31 46k 2009/10/26 C:\cygwin1.7\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0 "cygtic-9.dll" v0.0 ts=2009/10/26 22:58 312k 2009/08/10 C:\cygwin1.7\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2009/8/11 0:04 282k 2003/08/11 C:\cygwin1.7\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 "cygtiff4.dll" v0.0 ts=2003/8/11 4:32 282k 2009/08/10 C:\cygwin1.7\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiffxx-5.dll" v0.0 ts=2009/8/11 0:04 24k 2009/03/29 C:\cygwin1.7\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0 "cygwrap-0.dll" v0.0 ts=2009/3/29 8:28 1038k 2009/11/11 C:\cygwin1.7\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2009/11/11 5:15 8k 2009/03/20 C:\cygwin1.7\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2009/3/20 13:53 352k 2009/10/19 C:\cygwin1.7\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2009/10/18 23:55 360k 2005/10/27 C:\cygwin1.7\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 19:45 268k 2008/11/15 C:\cygwin1.7\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2008/11/13 9:37 74k 2009/09/21 C:\cygwin1.7\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-1.dll" v0.0 ts=2009/9/21 23:31 22k 2009/09/21 C:\cygwin1.7\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-0.dll" v0.0 ts=2009/9/21 23:32 11k 2009/09/03 C:\cygwin1.7\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-util-0.dll" v0.0 ts=2009/9/3 7:24 17k 2009/03/20 C:\cygwin1.7\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2009/3/20 13:56 49k 2009/03/20 C:\cygwin1.7\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2009/3/12 23:51 66k 2009/10/15 C:\cygwin1.7\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2009/10/14 22:33 122k 2009/10/15 C:\cygwin1.7\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2009/10/14 7:57 407k 2009/01/04 C:\cygwin1.7\bin\cygxml-1.dll - os=4.0 img=1.0 sys=4.0 "cygxml-1.dll" v0.0 ts=2009/1/4 21:20 1123k 2009/10/08 C:\cygwin1.7\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2009/10/7 4:49 75k 2009/10/14 C:\cygwin1.7\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2009/10/14 9:29 11k 2009/10/14 C:\cygwin1.7\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2009/10/14 9:29 26k 2005/10/27 C:\cygwin1.7\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 19:27 53k 2009/10/14 C:\cygwin1.7\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2009/10/14 19:01 30k 2009/10/14 C:\cygwin1.7\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2009/10/14 9:40 198k 2009/03/17 C:\cygwin1.7\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2009/3/17 4:20 277k 2009/10/14 C:\cygwin1.7\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2009/10/14 5:02 64k 2009/03/02 C:\cygwin1.7\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2009/3/2 2:33 2414k 2009/11/10 C:\cygwin1.7\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2009/11/10 13:03 Cygwin DLL version info: DLL version: 1.7.0 DLL epoch: 19 DLL old termios: 5 DLL malloc env: 28 Cygwin conv: 181 API major: 0 API minor: 217 Shared data: 5 DLL identifier: cygwin1 Mount registry: 3 Cygwin registry name: Cygwin Program options name: Program Options Installations name: Installations Cygdrive default prefix: Build date: Tue Nov 10 13:03:21 CET 2009 Shared id: cygwin1S5 111k 2009/08/07 C:\cygwin1.7\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-1-0.dll" v0.0 ts=2009/8/7 21:58 87k 2009/08/07 C:\cygwin1.7\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-1-0.dll" v0.0 ts=2009/8/7 22:46 61k 2009/03/02 C:\cygwin1.7\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2009/3/2 4:11 456k 2009/06/25 C:\cygwin1.7\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0 "cygcairo-2.dll" v0.0 ts=2009/6/25 8:25 7k 2009/05/30 C:\cygwin1.7\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2009/5/30 21:05 7k 2003/10/19 C:\cygwin1.7\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 9:57 1147k 2009/11/05 C:\cygwin1.7\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2009/11/5 18:36 703k 2007/12/17 C:\cygwin1.7\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2007/12/17 12:58 943k 2007/12/17 C:\cygwin1.7\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.5.dll" v0.0 ts=2007/12/17 14:12 1036k 2007/12/17 C:\cygwin1.7\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 12:58 1296k 2007/12/17 C:\cygwin1.7\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 14:12 118k 2008/05/09 C:\cygwin1.7\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-1.dll" v0.0 ts=2008/5/9 6:03 67k 2009/03/17 C:\cygwin1.7\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2009/3/17 4:20 174k 2009/09/25 C:\cygwin1.7\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2009/9/25 4:05 20k 2009/03/20 C:\cygwin1.7\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2009/3/12 23:51 40k 2009/03/01 C:\cygwin1.7\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2009/3/1 7:32 41k 2009/10/26 C:\cygwin1.7\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0 "cygform-9.dll" v0.0 ts=2009/10/26 23:02 48k 2003/08/09 C:\cygwin1.7\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 11:25 489k 2009/09/14 C:\cygwin1.7\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2009/9/14 4:59 44k 2009/09/29 C:\cygwin1.7\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0 "cyggcc_s-1.dll" v0.0 ts=2009/9/14 17:42 414k 2008/06/16 C:\cygwin1.7\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0 "cyggcrypt-11.dll" v0.0 ts=2008/6/16 23:13 19k 2009/02/26 C:\cygwin1.7\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2009/2/26 8:58 8k 2009/02/26 C:\cygwin1.7\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 8:58 29k 2009/03/23 C:\cygwin1.7\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0 "cyggif-4.dll" v0.0 ts=2009/3/23 19:55 2267k 2009/06/25 C:\cygwin1.7\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2009/6/25 20:00 141k 2009/03/30 C:\cygwin1.7\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-1.dll" v0.0 ts=2009/3/30 18:22 21k 2009/03/30 C:\cygwin1.7\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 18:23 315k 2009/06/06 C:\cygwin1.7\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmp-3.dll" v0.0 ts=2009/6/6 13:23 13k 2008/03/08 C:\cygwin1.7\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0 "cyggpg-error-0.dll" v0.0 ts=2008/3/9 0:18 5491k 2008/11/27 C:\cygwin1.7\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0 "cyggs-8.dll" v0.0 ts=2008/11/27 14:24 24k 2009/06/23 C:\cygwin1.7\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2009/6/23 14:20 25k 2009/07/06 C:\cygwin1.7\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0 "cyghistory7.dll" v0.0 ts=2009/7/5 16:45 73k 2009/09/02 C:\cygwin1.7\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2009/9/2 23:39 270k 2009/05/07 C:\cygwin1.7\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0 "cygicons-0.dll" v0.0 ts=2009/5/7 2:58 981k 2009/05/30 C:\cygwin1.7\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2009/5/30 21:05 37k 2003/08/10 C:\cygwin1.7\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 23:50 31k 2005/11/20 C:\cygwin1.7\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2005/11/20 3:04 31k 2009/04/03 C:\cygwin1.7\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2009/4/3 3:15 246k 2008/04/02 C:\cygwin1.7\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0 "cygjasper-1.dll" v0.0 ts=2008/4/2 18:19 41k 2009/03/10 C:\cygwin1.7\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0 "cygjbig-2.dll" v0.0 ts=2009/3/10 3:10 125k 2009/08/08 C:\cygwin1.7\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2009/8/8 22:48 193k 2009/08/08 C:\cygwin1.7\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-7.dll" v0.0 ts=2009/8/8 21:39 60k 2004/09/27 C:\cygwin1.7\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-3.dll" v0.0 ts=2004/9/27 19:32 65k 2005/05/05 C:\cygwin1.7\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-4.dll" v0.0 ts=2005/5/5 16:33 39k 2008/09/07 C:\cygwin1.7\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2-3-0.dll" v0.0 ts=2008/9/7 14:28 189k 2008/09/07 C:\cygwin1.7\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2-3-0.dll" v0.0 ts=2008/9/7 14:29 201k 2008/09/07 C:\cygwin1.7\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 14:31 5k 2009/11/10 C:\cygwin1.7\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0 "cyglsa.dll" v0.0 ts=2009/11/10 13:04 9k 2009/11/10 C:\cygwin1.7\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2 98k 2009/03/16 C:\cygwin1.7\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2009/3/16 17:32 21k 2009/03/01 C:\cygwin1.7\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2009/3/1 7:31 22k 2009/10/26 C:\cygwin1.7\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-9.dll" v0.0 ts=2009/10/26 23:01 29k 2003/08/09 C:\cygwin1.7\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 11:25 24k 2008/10/30 C:\cygwin1.7\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0 "cygminires.dll" v0.0 ts=2008/10/31 0:53 211k 2009/06/06 C:\cygwin1.7\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 "cygmp-3.dll" v0.0 ts=2009/6/6 13:23 66k 2009/03/01 C:\cygwin1.7\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2009/3/1 7:39 61k 2009/10/26 C:\cygwin1.7\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-9.dll" v0.0 ts=2009/10/26 23:12 237k 2009/03/01 C:\cygwin1.7\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2009/3/1 7:28 164k 2009/03/27 C:\cygwin1.7\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-9.dll" v0.0 ts=2009/3/27 5:58 224k 2003/08/09 C:\cygwin1.7\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 11:24 115k 2009/09/30 C:\cygwin1.7\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0 "cygneon-27.dll" v0.0 ts=2009/9/30 15:33 173k 2009/09/02 C:\cygwin1.7\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0 "cygnetpbm-10.dll" v0.0 ts=2009/9/2 5:33 11k 2009/03/01 C:\cygwin1.7\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2009/3/1 7:30 12k 2009/10/26 C:\cygwin1.7\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-9.dll" v0.0 ts=2009/10/26 23:00 19k 2003/08/09 C:\cygwin1.7\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 11:24 217k 2009/11/10 C:\cygwin1.7\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2009/10/25 10:42 8k 2009/11/10 C:\cygwin1.7\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2009/10/25 10:42 1543k 2008/07/03 C:\cygwin1.7\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_10.dll" v0.0 ts=2008/6/30 18:06 252k 2009/03/20 C:\cygwin1.7\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygpixman-1-0.dll" v0.0 ts=2009/3/13 0:00 242k 2009/03/07 C:\cygwin1.7\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2009/3/7 23:38 22k 2002/06/09 C:\cygwin1.7\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45 103k 2009/01/07 C:\cygwin1.7\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0 "cygpq.dll" v0.0 ts=2009/1/7 17:46 155k 2009/06/23 C:\cygwin1.7\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2009/6/23 14:20 162k 2009/07/06 C:\cygwin1.7\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0 "cygreadline7.dll" v0.0 ts=2009/7/5 16:45 78k 2004/10/13 C:\cygwin1.7\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0 "cygsasl2-2.dll" v0.0 ts=2004/10/14 0:50 43k 2009/02/06 C:\cygwin1.7\bin\cygserf-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygserf-0-0.dll" v0.0 ts=2009/2/6 18:04 7k 2009/07/22 C:\cygwin1.7\bin\cygsigsegv-0.dll - os=4.0 img=1.0 sys=4.0 "cygsigsegv-0.dll" v0.0 ts=2009/7/22 10:57 27k 2009/09/03 C:\cygwin1.7\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2009/9/3 10:56 355k 2008/09/09 C:\cygwin1.7\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0 "cygsqlite3-0.dll" v0.0 ts=2008/9/9 20:20 252k 2009/11/05 C:\cygwin1.7\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2009/11/5 18:36 234k 2009/08/27 C:\cygwin1.7\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_client-1-0.dll" v0.0 ts=2009/8/27 19:28 36k 2009/08/27 C:\cygwin1.7\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_delta-1-0.dll" v0.0 ts=2009/8/27 19:26 39k 2009/08/27 C:\cygwin1.7\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_diff-1-0.dll" v0.0 ts=2009/8/27 19:26 18k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs-1-0.dll" v0.0 ts=2009/8/27 19:26 144k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_base-1-0.dll" v0.0 ts=2009/8/27 19:26 123k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_fs-1-0.dll" v0.0 ts=2009/8/27 19:26 7k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_util-1-0.dll" v0.0 ts=2009/8/27 19:26 30k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra-1-0.dll" v0.0 ts=2009/8/27 19:28 23k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_local-1-0.dll" v0.0 ts=2009/8/27 19:27 113k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_neon-1-0.dll" v0.0 ts=2009/8/27 19:26 114k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_serf-1-0.dll" v0.0 ts=2009/8/27 19:26 69k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_svn-1-0.dll" v0.0 ts=2009/8/27 19:26 137k 2009/08/27 C:\cygwin1.7\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_repos-1-0.dll" v0.0 ts=2009/8/27 19:26 246k 2009/08/27 C:\cygwin1.7\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_subr-1-0.dll" v0.0 ts=2009/8/27 19:25 240k 2009/08/27 C:\cygwin1.7\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_wc-1-0.dll" v0.0 ts=2009/8/27 19:26 14k 2007/08/13 C:\cygwin1.7\bin\cygtextcat-0.dll - os=4.0 img=1.0 sys=4.0 "cygtextcat-0.dll" v0.0 ts=2007/8/13 18:31 46k 2009/10/26 C:\cygwin1.7\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0 "cygtic-9.dll" v0.0 ts=2009/10/26 22:58 312k 2009/08/10 C:\cygwin1.7\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2009/8/11 0:04 282k 2003/08/11 C:\cygwin1.7\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 "cygtiff4.dll" v0.0 ts=2003/8/11 4:32 282k 2009/08/10 C:\cygwin1.7\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiffxx-5.dll" v0.0 ts=2009/8/11 0:04 24k 2009/03/29 C:\cygwin1.7\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0 "cygwrap-0.dll" v0.0 ts=2009/3/29 8:28 1038k 2009/11/11 C:\cygwin1.7\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2009/11/11 5:15 8k 2009/03/20 C:\cygwin1.7\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2009/3/20 13:53 352k 2009/10/19 C:\cygwin1.7\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2009/10/18 23:55 360k 2005/10/27 C:\cygwin1.7\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 19:45 268k 2008/11/15 C:\cygwin1.7\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2008/11/13 9:37 74k 2009/09/21 C:\cygwin1.7\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-1.dll" v0.0 ts=2009/9/21 23:31 22k 2009/09/21 C:\cygwin1.7\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-0.dll" v0.0 ts=2009/9/21 23:32 11k 2009/09/03 C:\cygwin1.7\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-util-0.dll" v0.0 ts=2009/9/3 7:24 17k 2009/03/20 C:\cygwin1.7\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2009/3/20 13:56 49k 2009/03/20 C:\cygwin1.7\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2009/3/12 23:51 66k 2009/10/15 C:\cygwin1.7\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2009/10/14 22:33 122k 2009/10/15 C:\cygwin1.7\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2009/10/14 7:57 407k 2009/01/04 C:\cygwin1.7\bin\cygxml-1.dll - os=4.0 img=1.0 sys=4.0 "cygxml-1.dll" v0.0 ts=2009/1/4 21:20 1123k 2009/10/08 C:\cygwin1.7\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2009/10/7 4:49 75k 2009/10/14 C:\cygwin1.7\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2009/10/14 9:29 11k 2009/10/14 C:\cygwin1.7\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2009/10/14 9:29 26k 2005/10/27 C:\cygwin1.7\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 19:27 53k 2009/10/14 C:\cygwin1.7\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2009/10/14 19:01 30k 2009/10/14 C:\cygwin1.7\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2009/10/14 9:40 198k 2009/03/17 C:\cygwin1.7\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2009/3/17 4:20 277k 2009/10/14 C:\cygwin1.7\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2009/10/14 5:02 64k 2009/03/02 C:\cygwin1.7\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2009/3/2 2:33 2414k 2009/11/10 C:\cygwin1.7\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2009/11/10 13:03 Cygwin DLL version info: DLL version: 1.7.0 DLL epoch: 19 DLL old termios: 5 DLL malloc env: 28 Cygwin conv: 181 API major: 0 API minor: 217 Shared data: 5 DLL identifier: cygwin1 Mount registry: 3 Cygwin registry name: Cygwin Program options name: Program Options Installations name: Installations Cygdrive default prefix: Build date: Tue Nov 10 13:03:21 CET 2009 Shared id: cygwin1S5 111k 2009/08/07 C:\cygwin1.7\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-1-0.dll" v0.0 ts=2009/8/7 21:58 87k 2009/08/07 C:\cygwin1.7\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-1-0.dll" v0.0 ts=2009/8/7 22:46 61k 2009/03/02 C:\cygwin1.7\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2009/3/2 4:11 456k 2009/06/25 C:\cygwin1.7\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0 "cygcairo-2.dll" v0.0 ts=2009/6/25 8:25 7k 2009/05/30 C:\cygwin1.7\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2009/5/30 21:05 7k 2003/10/19 C:\cygwin1.7\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 9:57 1147k 2009/11/05 C:\cygwin1.7\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2009/11/5 18:36 703k 2007/12/17 C:\cygwin1.7\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2007/12/17 12:58 943k 2007/12/17 C:\cygwin1.7\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.5.dll" v0.0 ts=2007/12/17 14:12 1036k 2007/12/17 C:\cygwin1.7\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 12:58 1296k 2007/12/17 C:\cygwin1.7\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 14:12 118k 2008/05/09 C:\cygwin1.7\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-1.dll" v0.0 ts=2008/5/9 6:03 67k 2009/03/17 C:\cygwin1.7\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2009/3/17 4:20 174k 2009/09/25 C:\cygwin1.7\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2009/9/25 4:05 20k 2009/03/20 C:\cygwin1.7\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2009/3/12 23:51 40k 2009/03/01 C:\cygwin1.7\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2009/3/1 7:32 41k 2009/10/26 C:\cygwin1.7\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0 "cygform-9.dll" v0.0 ts=2009/10/26 23:02 48k 2003/08/09 C:\cygwin1.7\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 11:25 489k 2009/09/14 C:\cygwin1.7\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2009/9/14 4:59 44k 2009/09/29 C:\cygwin1.7\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0 "cyggcc_s-1.dll" v0.0 ts=2009/9/14 17:42 414k 2008/06/16 C:\cygwin1.7\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0 "cyggcrypt-11.dll" v0.0 ts=2008/6/16 23:13 19k 2009/02/26 C:\cygwin1.7\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2009/2/26 8:58 8k 2009/02/26 C:\cygwin1.7\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 8:58 29k 2009/03/23 C:\cygwin1.7\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0 "cyggif-4.dll" v0.0 ts=2009/3/23 19:55 2267k 2009/06/25 C:\cygwin1.7\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2009/6/25 20:00 141k 2009/03/30 C:\cygwin1.7\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-1.dll" v0.0 ts=2009/3/30 18:22 21k 2009/03/30 C:\cygwin1.7\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 18:23 315k 2009/06/06 C:\cygwin1.7\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmp-3.dll" v0.0 ts=2009/6/6 13:23 13k 2008/03/08 C:\cygwin1.7\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0 "cyggpg-error-0.dll" v0.0 ts=2008/3/9 0:18 5491k 2008/11/27 C:\cygwin1.7\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0 "cyggs-8.dll" v0.0 ts=2008/11/27 14:24 24k 2009/06/23 C:\cygwin1.7\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2009/6/23 14:20 25k 2009/07/06 C:\cygwin1.7\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0 "cyghistory7.dll" v0.0 ts=2009/7/5 16:45 73k 2009/09/02 C:\cygwin1.7\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2009/9/2 23:39 270k 2009/05/07 C:\cygwin1.7\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0 "cygicons-0.dll" v0.0 ts=2009/5/7 2:58 981k 2009/05/30 C:\cygwin1.7\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2009/5/30 21:05 37k 2003/08/10 C:\cygwin1.7\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 23:50 31k 2005/11/20 C:\cygwin1.7\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2005/11/20 3:04 31k 2009/04/03 C:\cygwin1.7\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2009/4/3 3:15 246k 2008/04/02 C:\cygwin1.7\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0 "cygjasper-1.dll" v0.0 ts=2008/4/2 18:19 41k 2009/03/10 C:\cygwin1.7\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0 "cygjbig-2.dll" v0.0 ts=2009/3/10 3:10 125k 2009/08/08 C:\cygwin1.7\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2009/8/8 22:48 193k 2009/08/08 C:\cygwin1.7\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-7.dll" v0.0 ts=2009/8/8 21:39 60k 2004/09/27 C:\cygwin1.7\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-3.dll" v0.0 ts=2004/9/27 19:32 65k 2005/05/05 C:\cygwin1.7\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-4.dll" v0.0 ts=2005/5/5 16:33 39k 2008/09/07 C:\cygwin1.7\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2-3-0.dll" v0.0 ts=2008/9/7 14:28 189k 2008/09/07 C:\cygwin1.7\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2-3-0.dll" v0.0 ts=2008/9/7 14:29 201k 2008/09/07 C:\cygwin1.7\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 14:31 5k 2009/11/10 C:\cygwin1.7\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0 "cyglsa.dll" v0.0 ts=2009/11/10 13:04 9k 2009/11/10 C:\cygwin1.7\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2 98k 2009/03/16 C:\cygwin1.7\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2009/3/16 17:32 21k 2009/03/01 C:\cygwin1.7\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2009/3/1 7:31 22k 2009/10/26 C:\cygwin1.7\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-9.dll" v0.0 ts=2009/10/26 23:01 29k 2003/08/09 C:\cygwin1.7\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 11:25 24k 2008/10/30 C:\cygwin1.7\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0 "cygminires.dll" v0.0 ts=2008/10/31 0:53 211k 2009/06/06 C:\cygwin1.7\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 "cygmp-3.dll" v0.0 ts=2009/6/6 13:23 66k 2009/03/01 C:\cygwin1.7\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2009/3/1 7:39 61k 2009/10/26 C:\cygwin1.7\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-9.dll" v0.0 ts=2009/10/26 23:12 237k 2009/03/01 C:\cygwin1.7\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2009/3/1 7:28 164k 2009/03/27 C:\cygwin1.7\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-9.dll" v0.0 ts=2009/3/27 5:58 224k 2003/08/09 C:\cygwin1.7\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 11:24 115k 2009/09/30 C:\cygwin1.7\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0 "cygneon-27.dll" v0.0 ts=2009/9/30 15:33 173k 2009/09/02 C:\cygwin1.7\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0 "cygnetpbm-10.dll" v0.0 ts=2009/9/2 5:33 11k 2009/03/01 C:\cygwin1.7\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2009/3/1 7:30 12k 2009/10/26 C:\cygwin1.7\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-9.dll" v0.0 ts=2009/10/26 23:00 19k 2003/08/09 C:\cygwin1.7\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 11:24 217k 2009/11/10 C:\cygwin1.7\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2009/10/25 10:42 8k 2009/11/10 C:\cygwin1.7\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2009/10/25 10:42 1543k 2008/07/03 C:\cygwin1.7\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_10.dll" v0.0 ts=2008/6/30 18:06 252k 2009/03/20 C:\cygwin1.7\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygpixman-1-0.dll" v0.0 ts=2009/3/13 0:00 242k 2009/03/07 C:\cygwin1.7\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2009/3/7 23:38 22k 2002/06/09 C:\cygwin1.7\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45 103k 2009/01/07 C:\cygwin1.7\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0 "cygpq.dll" v0.0 ts=2009/1/7 17:46 155k 2009/06/23 C:\cygwin1.7\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2009/6/23 14:20 162k 2009/07/06 C:\cygwin1.7\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0 "cygreadline7.dll" v0.0 ts=2009/7/5 16:45 78k 2004/10/13 C:\cygwin1.7\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0 "cygsasl2-2.dll" v0.0 ts=2004/10/14 0:50 43k 2009/02/06 C:\cygwin1.7\bin\cygserf-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygserf-0-0.dll" v0.0 ts=2009/2/6 18:04 7k 2009/07/22 C:\cygwin1.7\bin\cygsigsegv-0.dll - os=4.0 img=1.0 sys=4.0 "cygsigsegv-0.dll" v0.0 ts=2009/7/22 10:57 27k 2009/09/03 C:\cygwin1.7\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2009/9/3 10:56 355k 2008/09/09 C:\cygwin1.7\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0 "cygsqlite3-0.dll" v0.0 ts=2008/9/9 20:20 252k 2009/11/05 C:\cygwin1.7\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2009/11/5 18:36 234k 2009/08/27 C:\cygwin1.7\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_client-1-0.dll" v0.0 ts=2009/8/27 19:28 36k 2009/08/27 C:\cygwin1.7\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_delta-1-0.dll" v0.0 ts=2009/8/27 19:26 39k 2009/08/27 C:\cygwin1.7\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_diff-1-0.dll" v0.0 ts=2009/8/27 19:26 18k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs-1-0.dll" v0.0 ts=2009/8/27 19:26 144k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_base-1-0.dll" v0.0 ts=2009/8/27 19:26 123k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_fs-1-0.dll" v0.0 ts=2009/8/27 19:26 7k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_util-1-0.dll" v0.0 ts=2009/8/27 19:26 30k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra-1-0.dll" v0.0 ts=2009/8/27 19:28 23k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_local-1-0.dll" v0.0 ts=2009/8/27 19:27 113k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_neon-1-0.dll" v0.0 ts=2009/8/27 19:26 114k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_serf-1-0.dll" v0.0 ts=2009/8/27 19:26 69k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_svn-1-0.dll" v0.0 ts=2009/8/27 19:26 137k 2009/08/27 C:\cygwin1.7\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_repos-1-0.dll" v0.0 ts=2009/8/27 19:26 246k 2009/08/27 C:\cygwin1.7\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_subr-1-0.dll" v0.0 ts=2009/8/27 19:25 240k 2009/08/27 C:\cygwin1.7\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_wc-1-0.dll" v0.0 ts=2009/8/27 19:26 14k 2007/08/13 C:\cygwin1.7\bin\cygtextcat-0.dll - os=4.0 img=1.0 sys=4.0 "cygtextcat-0.dll" v0.0 ts=2007/8/13 18:31 46k 2009/10/26 C:\cygwin1.7\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0 "cygtic-9.dll" v0.0 ts=2009/10/26 22:58 312k 2009/08/10 C:\cygwin1.7\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2009/8/11 0:04 282k 2003/08/11 C:\cygwin1.7\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 "cygtiff4.dll" v0.0 ts=2003/8/11 4:32 282k 2009/08/10 C:\cygwin1.7\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiffxx-5.dll" v0.0 ts=2009/8/11 0:04 24k 2009/03/29 C:\cygwin1.7\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0 "cygwrap-0.dll" v0.0 ts=2009/3/29 8:28 1038k 2009/11/11 C:\cygwin1.7\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2009/11/11 5:15 8k 2009/03/20 C:\cygwin1.7\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2009/3/20 13:53 352k 2009/10/19 C:\cygwin1.7\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2009/10/18 23:55 360k 2005/10/27 C:\cygwin1.7\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 19:45 268k 2008/11/15 C:\cygwin1.7\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2008/11/13 9:37 74k 2009/09/21 C:\cygwin1.7\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-1.dll" v0.0 ts=2009/9/21 23:31 22k 2009/09/21 C:\cygwin1.7\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-0.dll" v0.0 ts=2009/9/21 23:32 11k 2009/09/03 C:\cygwin1.7\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-util-0.dll" v0.0 ts=2009/9/3 7:24 17k 2009/03/20 C:\cygwin1.7\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2009/3/20 13:56 49k 2009/03/20 C:\cygwin1.7\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2009/3/12 23:51 66k 2009/10/15 C:\cygwin1.7\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2009/10/14 22:33 122k 2009/10/15 C:\cygwin1.7\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2009/10/14 7:57 407k 2009/01/04 C:\cygwin1.7\bin\cygxml-1.dll - os=4.0 img=1.0 sys=4.0 "cygxml-1.dll" v0.0 ts=2009/1/4 21:20 1123k 2009/10/08 C:\cygwin1.7\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2009/10/7 4:49 75k 2009/10/14 C:\cygwin1.7\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2009/10/14 9:29 11k 2009/10/14 C:\cygwin1.7\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2009/10/14 9:29 26k 2005/10/27 C:\cygwin1.7\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 19:27 53k 2009/10/14 C:\cygwin1.7\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2009/10/14 19:01 30k 2009/10/14 C:\cygwin1.7\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2009/10/14 9:40 198k 2009/03/17 C:\cygwin1.7\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2009/3/17 4:20 277k 2009/10/14 C:\cygwin1.7\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2009/10/14 5:02 64k 2009/03/02 C:\cygwin1.7\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2009/3/2 2:33 2414k 2009/11/10 C:\cygwin1.7\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2009/11/10 13:03 Cygwin DLL version info: DLL version: 1.7.0 DLL epoch: 19 DLL old termios: 5 DLL malloc env: 28 Cygwin conv: 181 API major: 0 API minor: 217 Shared data: 5 DLL identifier: cygwin1 Mount registry: 3 Cygwin registry name: Cygwin Program options name: Program Options Installations name: Installations Cygdrive default prefix: Build date: Tue Nov 10 13:03:21 CET 2009 Shared id: cygwin1S5 111k 2009/08/07 C:\cygwin1.7\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygapr-1-0.dll" v0.0 ts=2009/8/7 21:58 87k 2009/08/07 C:\cygwin1.7\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygaprutil-1-0.dll" v0.0 ts=2009/8/7 22:46 61k 2009/03/02 C:\cygwin1.7\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2009/3/2 4:11 456k 2009/06/25 C:\cygwin1.7\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0 "cygcairo-2.dll" v0.0 ts=2009/6/25 8:25 7k 2009/05/30 C:\cygwin1.7\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2009/5/30 21:05 7k 2003/10/19 C:\cygwin1.7\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 9:57 1147k 2009/11/05 C:\cygwin1.7\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2009/11/5 18:36 703k 2007/12/17 C:\cygwin1.7\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2007/12/17 12:58 943k 2007/12/17 C:\cygwin1.7\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.5.dll" v0.0 ts=2007/12/17 14:12 1036k 2007/12/17 C:\cygwin1.7\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 12:58 1296k 2007/12/17 C:\cygwin1.7\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 14:12 118k 2008/05/09 C:\cygwin1.7\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-1.dll" v0.0 ts=2008/5/9 6:03 67k 2009/03/17 C:\cygwin1.7\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0 "cygexslt-0.dll" v0.0 ts=2009/3/17 4:20 174k 2009/09/25 C:\cygwin1.7\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2009/9/25 4:05 20k 2009/03/20 C:\cygwin1.7\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2009/3/12 23:51 40k 2009/03/01 C:\cygwin1.7\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2009/3/1 7:32 41k 2009/10/26 C:\cygwin1.7\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0 "cygform-9.dll" v0.0 ts=2009/10/26 23:02 48k 2003/08/09 C:\cygwin1.7\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 11:25 489k 2009/09/14 C:\cygwin1.7\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2009/9/14 4:59 44k 2009/09/29 C:\cygwin1.7\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0 "cyggcc_s-1.dll" v0.0 ts=2009/9/14 17:42 414k 2008/06/16 C:\cygwin1.7\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0 "cyggcrypt-11.dll" v0.0 ts=2008/6/16 23:13 19k 2009/02/26 C:\cygwin1.7\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2009/2/26 8:58 8k 2009/02/26 C:\cygwin1.7\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 8:58 29k 2009/03/23 C:\cygwin1.7\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0 "cyggif-4.dll" v0.0 ts=2009/3/23 19:55 2267k 2009/06/25 C:\cygwin1.7\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2009/6/25 20:00 141k 2009/03/30 C:\cygwin1.7\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-1.dll" v0.0 ts=2009/3/30 18:22 21k 2009/03/30 C:\cygwin1.7\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0 "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 18:23 315k 2009/06/06 C:\cygwin1.7\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0 "cyggmp-3.dll" v0.0 ts=2009/6/6 13:23 13k 2008/03/08 C:\cygwin1.7\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0 "cyggpg-error-0.dll" v0.0 ts=2008/3/9 0:18 5491k 2008/11/27 C:\cygwin1.7\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0 "cyggs-8.dll" v0.0 ts=2008/11/27 14:24 24k 2009/06/23 C:\cygwin1.7\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2009/6/23 14:20 25k 2009/07/06 C:\cygwin1.7\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0 "cyghistory7.dll" v0.0 ts=2009/7/5 16:45 73k 2009/09/02 C:\cygwin1.7\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2009/9/2 23:39 270k 2009/05/07 C:\cygwin1.7\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0 "cygicons-0.dll" v0.0 ts=2009/5/7 2:58 981k 2009/05/30 C:\cygwin1.7\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2009/5/30 21:05 37k 2003/08/10 C:\cygwin1.7\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 23:50 31k 2005/11/20 C:\cygwin1.7\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2005/11/20 3:04 31k 2009/04/03 C:\cygwin1.7\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2009/4/3 3:15 246k 2008/04/02 C:\cygwin1.7\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0 "cygjasper-1.dll" v0.0 ts=2008/4/2 18:19 41k 2009/03/10 C:\cygwin1.7\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0 "cygjbig-2.dll" v0.0 ts=2009/3/10 3:10 125k 2009/08/08 C:\cygwin1.7\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2009/8/8 22:48 193k 2009/08/08 C:\cygwin1.7\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-7.dll" v0.0 ts=2009/8/8 21:39 60k 2004/09/27 C:\cygwin1.7\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-3.dll" v0.0 ts=2004/9/27 19:32 65k 2005/05/05 C:\cygwin1.7\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0 "cygkpathsea-4.dll" v0.0 ts=2005/5/5 16:33 39k 2008/09/07 C:\cygwin1.7\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cyglber-2-3-0.dll" v0.0 ts=2008/9/7 14:28 189k 2008/09/07 C:\cygwin1.7\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap-2-3-0.dll" v0.0 ts=2008/9/7 14:29 201k 2008/09/07 C:\cygwin1.7\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0 "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 14:31 5k 2009/11/10 C:\cygwin1.7\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0 "cyglsa.dll" v0.0 ts=2009/11/10 13:04 9k 2009/11/10 C:\cygwin1.7\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2 98k 2009/03/16 C:\cygwin1.7\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2009/3/16 17:32 21k 2009/03/01 C:\cygwin1.7\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2009/3/1 7:31 22k 2009/10/26 C:\cygwin1.7\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-9.dll" v0.0 ts=2009/10/26 23:01 29k 2003/08/09 C:\cygwin1.7\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 11:25 24k 2008/10/30 C:\cygwin1.7\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0 "cygminires.dll" v0.0 ts=2008/10/31 0:53 211k 2009/06/06 C:\cygwin1.7\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0 "cygmp-3.dll" v0.0 ts=2009/6/6 13:23 66k 2009/03/01 C:\cygwin1.7\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2009/3/1 7:39 61k 2009/10/26 C:\cygwin1.7\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-9.dll" v0.0 ts=2009/10/26 23:12 237k 2009/03/01 C:\cygwin1.7\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2009/3/1 7:28 164k 2009/03/27 C:\cygwin1.7\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-9.dll" v0.0 ts=2009/3/27 5:58 224k 2003/08/09 C:\cygwin1.7\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 11:24 115k 2009/09/30 C:\cygwin1.7\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0 "cygneon-27.dll" v0.0 ts=2009/9/30 15:33 173k 2009/09/02 C:\cygwin1.7\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0 "cygnetpbm-10.dll" v0.0 ts=2009/9/2 5:33 11k 2009/03/01 C:\cygwin1.7\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2009/3/1 7:30 12k 2009/10/26 C:\cygwin1.7\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-9.dll" v0.0 ts=2009/10/26 23:00 19k 2003/08/09 C:\cygwin1.7\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 11:24 217k 2009/11/10 C:\cygwin1.7\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2009/10/25 10:42 8k 2009/11/10 C:\cygwin1.7\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2009/10/25 10:42 1543k 2008/07/03 C:\cygwin1.7\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_10.dll" v0.0 ts=2008/6/30 18:06 252k 2009/03/20 C:\cygwin1.7\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygpixman-1-0.dll" v0.0 ts=2009/3/13 0:00 242k 2009/03/07 C:\cygwin1.7\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2009/3/7 23:38 22k 2002/06/09 C:\cygwin1.7\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45 103k 2009/01/07 C:\cygwin1.7\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0 "cygpq.dll" v0.0 ts=2009/1/7 17:46 155k 2009/06/23 C:\cygwin1.7\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2009/6/23 14:20 162k 2009/07/06 C:\cygwin1.7\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0 "cygreadline7.dll" v0.0 ts=2009/7/5 16:45 78k 2004/10/13 C:\cygwin1.7\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0 "cygsasl2-2.dll" v0.0 ts=2004/10/14 0:50 43k 2009/02/06 C:\cygwin1.7\bin\cygserf-0-0.dll - os=4.0 img=1.0 sys=4.0 "cygserf-0-0.dll" v0.0 ts=2009/2/6 18:04 7k 2009/07/22 C:\cygwin1.7\bin\cygsigsegv-0.dll - os=4.0 img=1.0 sys=4.0 "cygsigsegv-0.dll" v0.0 ts=2009/7/22 10:57 27k 2009/09/03 C:\cygwin1.7\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2009/9/3 10:56 355k 2008/09/09 C:\cygwin1.7\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0 "cygsqlite3-0.dll" v0.0 ts=2008/9/9 20:20 252k 2009/11/05 C:\cygwin1.7\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2009/11/5 18:36 234k 2009/08/27 C:\cygwin1.7\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_client-1-0.dll" v0.0 ts=2009/8/27 19:28 36k 2009/08/27 C:\cygwin1.7\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_delta-1-0.dll" v0.0 ts=2009/8/27 19:26 39k 2009/08/27 C:\cygwin1.7\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_diff-1-0.dll" v0.0 ts=2009/8/27 19:26 18k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs-1-0.dll" v0.0 ts=2009/8/27 19:26 144k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_base-1-0.dll" v0.0 ts=2009/8/27 19:26 123k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_fs-1-0.dll" v0.0 ts=2009/8/27 19:26 7k 2009/08/27 C:\cygwin1.7\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_fs_util-1-0.dll" v0.0 ts=2009/8/27 19:26 30k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra-1-0.dll" v0.0 ts=2009/8/27 19:28 23k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_local-1-0.dll" v0.0 ts=2009/8/27 19:27 113k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_neon-1-0.dll" v0.0 ts=2009/8/27 19:26 114k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_serf-1-0.dll" v0.0 ts=2009/8/27 19:26 69k 2009/08/27 C:\cygwin1.7\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_ra_svn-1-0.dll" v0.0 ts=2009/8/27 19:26 137k 2009/08/27 C:\cygwin1.7\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_repos-1-0.dll" v0.0 ts=2009/8/27 19:26 246k 2009/08/27 C:\cygwin1.7\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_subr-1-0.dll" v0.0 ts=2009/8/27 19:25 240k 2009/08/27 C:\cygwin1.7\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0 "cygsvn_wc-1-0.dll" v0.0 ts=2009/8/27 19:26 14k 2007/08/13 C:\cygwin1.7\bin\cygtextcat-0.dll - os=4.0 img=1.0 sys=4.0 "cygtextcat-0.dll" v0.0 ts=2007/8/13 18:31 46k 2009/10/26 C:\cygwin1.7\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0 "cygtic-9.dll" v0.0 ts=2009/10/26 22:58 312k 2009/08/10 C:\cygwin1.7\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiff-5.dll" v0.0 ts=2009/8/11 0:04 282k 2003/08/11 C:\cygwin1.7\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 "cygtiff4.dll" v0.0 ts=2003/8/11 4:32 282k 2009/08/10 C:\cygwin1.7\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0 "cygtiffxx-5.dll" v0.0 ts=2009/8/11 0:04 24k 2009/03/29 C:\cygwin1.7\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0 "cygwrap-0.dll" v0.0 ts=2009/3/29 8:28 1038k 2009/11/11 C:\cygwin1.7\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2009/11/11 5:15 8k 2009/03/20 C:\cygwin1.7\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2009/3/20 13:53 352k 2009/10/19 C:\cygwin1.7\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2009/10/18 23:55 360k 2005/10/27 C:\cygwin1.7\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 19:45 268k 2008/11/15 C:\cygwin1.7\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2008/11/13 9:37 74k 2009/09/21 C:\cygwin1.7\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-1.dll" v0.0 ts=2009/9/21 23:31 22k 2009/09/21 C:\cygwin1.7\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-0.dll" v0.0 ts=2009/9/21 23:32 11k 2009/09/03 C:\cygwin1.7\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0 "cygxcb-render-util-0.dll" v0.0 ts=2009/9/3 7:24 17k 2009/03/20 C:\cygwin1.7\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2009/3/20 13:56 49k 2009/03/20 C:\cygwin1.7\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2009/3/12 23:51 66k 2009/10/15 C:\cygwin1.7\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2009/10/14 22:33 122k 2009/10/15 C:\cygwin1.7\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2009/10/14 7:57 407k 2009/01/04 C:\cygwin1.7\bin\cygxml-1.dll - os=4.0 img=1.0 sys=4.0 "cygxml-1.dll" v0.0 ts=2009/1/4 21:20 1123k 2009/10/08 C:\cygwin1.7\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0 "cygxml2-2.dll" v0.0 ts=2009/10/7 4:49 75k 2009/10/14 C:\cygwin1.7\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2009/10/14 9:29 11k 2009/10/14 C:\cygwin1.7\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2009/10/14 9:29 26k 2005/10/27 C:\cygwin1.7\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 19:27 53k 2009/10/14 C:\cygwin1.7\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2009/10/14 19:01 30k 2009/10/14 C:\cygwin1.7\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2009/10/14 9:40 198k 2009/03/17 C:\cygwin1.7\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dll" v0.0 ts=2009/3/17 4:20 277k 2009/10/14 C:\cygwin1.7\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2009/10/14 5:02 64k 2009/03/02 C:\cygwin1.7\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2009/3/2 2:33 2414k 2009/11/10 C:\cygwin1.7\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2009/11/10 13:03 Cygwin DLL version info: DLL version: 1.7.0 DLL epoch: 19 DLL old termios: 5 DLL malloc env: 28 Cygwin conv: 181 API major: 0 API minor: 217 Shared data: 5 DLL identifier: cygwin1 Mount registry: 3 Cygwin registry name: Cygwin Program options name: Program Options Installations name: Installations Cygdrive default prefix: Build date: Tue Nov 10 13:03:21 CET 2009 Shared id: cygwin1S5 Warning: There are multiple cygwin1.dlls on your path No Cygwin services found. Cygwin Package Information Last downloaded files to: Last downloaded files from: Package Version _update-info-dir 00833-1 alternatives 1.3.30c-10 asciidoc 8.4.5-1 autoconf 7-10 autoconf2.1 2.13-10 autoconf2.5 2.64-10 base-cygwin 2.0-1 base-files 3.8-4 base-passwd 3.1-1 bash 3.2.49-23 binutils 2.19.51-1 bzip2 1.0.5-10 coreutils 7.0-2 crypt 1.1-1 csih 0.9.1-1 cygrunsrv 1.34-1 cygutils 1.4.0-1 cygwin 1.7.0-64 cygwin-doc 1.5-1 dash 0.5.5.1-2 diffutils 2.8.7-1 e2fsprogs 1.35-3 ed 1.0-1 editrights 1.01-2 emacs 23.1-10 emacs-el 23.1-10 emacs-X11 23.1-10 expat 2.0.1-1 file 5.00-3 findutils 4.5.4-1 font-adobe-dpi75 1.0.1-1 font-alias 1.0.2-1 font-encodings 1.0.3-1 font-misc-misc 1.1.0-1 fontconfig 2.7.3-1 gawk 3.1.7-1 gcc-core 3.4.4-999 gcc-g++ 3.4.4-999 gcc-mingw-core 20050522-1 gcc-mingw-g++ 20050522-1 gettext 0.17-11 ghostscript 8.63-2 ghostscript-fonts-other 6.0-1 ghostscript-fonts-std 8.11-1 grep 2.5.4-1 groff 1.19.2-2 gv 3.6.5-1 gzip 1.3.12-2 ipc-utils 1.0-1 less 429-1 libapr1 1.3.8-2 libaprutil1 1.3.9-2 libbz2_1 1.0.5-10 libcairo2 1.8.8-1 libcharset1 1.13-10 libdb4.2 4.2.52.5-2 libdb4.5 4.5.20.2-2 libdb4.5-devel 4.5.20.2-2 libexpat1 2.0.1-1 libexpat1-devel 2.0.1-1 libfontconfig1 2.7.3-1 libfontenc1 1.0.5-1 libfreetype6 2.3.11-1 libgcc1 4.3.4-1 libgcrypt-devel 1.4.1-4 libgcrypt11 1.4.1-4 libgdbm4 1.8.3-20 libgif4 4.1.6-10 libGL1 7.5.2-1 libglitz1 0.5.6-10 libgmp3 4.3.1-3 libgpg-error 1.6-1 libgs8 8.63-2 libICE6 1.0.6-1 libiconv 1.13-10 libiconv2 1.13-10 libintl2 0.12.1-3 libintl3 0.14.5-1 libintl8 0.17-11 libjasper1 1.900.1-1 libjbig2 2.0-10 libjpeg62 6b-21 libjpeg7 7-10 libkpathsea3 2.0.2-15 libkpathsea4 3.0.0-3 libncurses-devel 5.7-15 libncurses7 5.3-4 libncurses8 5.5-10 libncurses9 5.7-15 libneon27 0.29.0-1 libnetpbm10 10.47.2-1 libopenldap2_3_0 2.3.43-1 libpcre0 8.00-1 libpixman1_0 0.16.2-1 libpng12 1.2.35-10 libpopt0 1.6.4-4 libpq5 8.2.11-1 libreadline6 5.2.14-12 libreadline7 6.0.3-2 libsasl2 2.1.19-3 libsasl2-devel 2.1.19-3 libserf0_0 0.3.0-2 libsigsegv0 2.6-1 libSM6 1.1.1-1 libsqlite3_0 3.6.2-1 libtextcat 2.2-2 libtextcat-devel 2.2-2 libtextcat0 2.2-2 libtiff4 3.6.0-5 libtiff5 3.8.2-11 libwrap0 7.6-20 libX11_6 1.3.2-2 libXau6 1.0.5-1 libXaw3d7 1.5D-8 libXaw7 1.0.7-1 libXaw8 6.8.99.901-1 libxcb-render-util0 0.3.6-1 libxcb-render0 1.4-2 libxcb1 1.4-2 libXdmcp6 1.0.3-1 libXext6 1.1.1-1 libXft2 2.1.14-1 libxkbfile1 1.0.6-1 libxml-devel 1.8.17-3 libxml1 1.8.17-3 libxml2 2.7.4-1 libxml2-devel 2.7.4-1 libXmu6 1.0.5-1 libXmuu1 1.0.5-1 libXp6 6.8.99.901-1 libXpm4 3.5.8-1 libXrender1 0.9.5-1 libxslt 1.1.24-10 libxslt-devel 1.1.24-10 libXt6 1.0.7-1 login 1.10-10 luit 1.0.4-2 m4 1.4.13-2 make 3.81-2 man 1.6e-1 mingw-runtime 3.16-1 minires 1.02-1 mkfontdir 1.0.5-1 mkfontscale 1.0.7-1 netcat 1.10-2 netpbm 10.47.2-1 openldap-devel 2.3.43-1 openssh 5.2p1-4 openssl 0.9.8l-2 openssl-devel 0.9.8l-2 patch 2.5.8-9 patchutils 0.3.1-1 perl 5.10.0-5 popt 1.6.4-4 psutils 1.17-1 python 2.5.2-1 readline 6.0.3-2 rebase 3.0.1-1 rsync 3.0.6-1 run 1.1.12-10 run2 0.3.0-1 rxvt 20050409-21 sed 4.1.5-2 ssmtp 2.62-10 subversion 1.6.6-2 SWI-Prolog 5.6.36-1 tar 1.22-1 tcltk 20080420-1 termcap 20050421-1 terminfo 5.7_20090228-10 terminfo0 5.5_20061104-10 tetex-base 3.0.0-3 tetex-bin 3.0.0-3 tetex-extra 3.0.0-3 tetex-tiny 3.0.0-3 tetex-x11 3.0.0-3 texinfo 4.13-3 tzcode 2009k-1 unzip 6.0-10 util-linux 2.14.1-1 vim 7.2.264-1 w32api 3.13-1 wget 1.11.4-4 which 2.20-2 xauth 1.0.4-1 xcursor-themes 1.0.2-1 xemacs-emacs-common 21.4.22-1 xinit 1.2.0-1 xkbcomp 1.1.1-1 xkeyboard-config 1.7-1 xmodmap 1.0.4-1 xorg-server 1.7.1-3 xrdb 1.0.6-1 xterm 250-1 zlib 1.2.3-10 zlib-devel 1.2.3-10 zlib0 1.2.3-10 Use -h to see help about each section -------------- next part -------------- -- 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 Thu Nov 19 14:01:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 19 Nov 2009 14:01:00 -0000 Subject: XWin stopped working with xorg-server 1.7.1 - no log-file created In-Reply-To: <20091119083310.GA3948@yvonne> References: <20091119083310.GA3948@yvonne> Message-ID: <4B054F7C.3080804@dronecode.org.uk> On 19/11/2009 08:33, Gertjan van Noord wrote: > > after upgrading to xorg-server 1.7.1-3 starting X does no longer > work. Previous version 1.6.? worked. However, I can't seem to go > back to that version using the cygwin setup programme. > > the startxwin.bat script does not complain, but no X logo appears, > and indeed no X programs can be started. > > moreover no log-file is created in /var/log, which seems to suggest something > very basic is going wrong? > > starting XWin from the command line, also with -logverbose 10 does not > produce any output. > > rebooting does not change a thing > > I've attached my cygcheck.out You should perhaps try 'cygcheck /usr/bin/XWin.exe' to see if it identifies a missing DLL. -- 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 Thu Nov 19 14:02:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 19 Nov 2009 14:02:00 -0000 Subject: Cygwin error In-Reply-To: <26410850.post@talk.nabble.com> References: <26408410.post@talk.nabble.com> <4B04161C.9040604@aol.com> <26410850.post@talk.nabble.com> Message-ID: <4B054FD3.3040809@dronecode.org.uk> On 18/11/2009 17:20, baseball07 wrote: > Thank you for the suggestion. Could you please type out the syntax. I'm a > newbie to Linux code. Thank you very much. http://x.cygwin.com/docs/ug/using-remote-apps.html -- 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 mbreuer@majjas.com Thu Nov 19 15:19:00 2009 From: mbreuer@majjas.com (Michael Breuer) Date: Thu, 19 Nov 2009 15:19:00 -0000 Subject: XWin stopped working with xorg-server 1.7.1 - no log-file created In-Reply-To: <20091119083310.GA3948@yvonne> References: <20091119083310.GA3948@yvonne> Message-ID: <4B0561BE.10403@majjas.com> Try -noclipboard. I hit this as well. Gertjan van Noord wrote: > after upgrading to xorg-server 1.7.1-3 starting X does no longer > work. Previous version 1.6.? worked. However, I can't seem to go > back to that version using the cygwin setup programme. > > the startxwin.bat script does not complain, but no X logo appears, > and indeed no X programs can be started. > > moreover no log-file is created in /var/log, which seems to suggest something > very basic is going wrong? > > starting XWin from the command line, also with -logverbose 10 does not > produce any output. > > rebooting does not change a thing > > I've attached my cygcheck.out > > GJ > > > > ------------------------------------------------------------------------ > > -- > 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/ -- 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 gertjanvannoord@gmail.com Thu Nov 19 16:17:00 2009 From: gertjanvannoord@gmail.com (Gertjan van Noord) Date: Thu, 19 Nov 2009 16:17:00 -0000 Subject: XWin stopped working with xorg-server 1.7.1 - no log-file created In-Reply-To: <4B0561BE.10403@majjas.com> References: <20091119083310.GA3948@yvonne> <4B0561BE.10403@majjas.com> Message-ID: <20091119161601.GC436@yvonne> On Thu, Nov 19, 2009 at 10:18:22AM -0500, Michael Breuer wrote: > Try -noclipboard. this solves my problem, many thanks. GJ > > I hit this as well. > Gertjan van Noord wrote: > >after upgrading to xorg-server 1.7.1-3 starting X does no longer > >work. Previous version 1.6.? worked. However, I can't seem to go > >back to that version using the cygwin setup programme. > > > >the startxwin.bat script does not complain, but no X logo appears, > >and indeed no X programs can be started. > > > >moreover no log-file is created in /var/log, which seems to suggest something > >very basic is going wrong? > > > >starting XWin from the command line, also with -logverbose 10 does not > >produce any output. > > > >rebooting does not change a thing > > > >I've attached my cygcheck.out > > > >GJ > > > > > >------------------------------------------------------------------------ > > > >-- > >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/ > > > -- > 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/ > -- 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 gertjanvannoord@gmail.com Thu Nov 19 16:19:00 2009 From: gertjanvannoord@gmail.com (Gertjan van Noord) Date: Thu, 19 Nov 2009 16:19:00 -0000 Subject: XWin stopped working with xorg-server 1.7.1 - no log-file created In-Reply-To: <4B054F7C.3080804@dronecode.org.uk> References: <20091119083310.GA3948@yvonne> <4B054F7C.3080804@dronecode.org.uk> Message-ID: <20091119161803.GD436@yvonne> the DLL's are all there. Using the other poster's suggestion to use -noclipboard solves my problem, although I have no idea what/why. GJ On Thu, Nov 19, 2009 at 02:00:28PM +0000, Jon TURNEY wrote: > On 19/11/2009 08:33, Gertjan van Noord wrote: > > > >after upgrading to xorg-server 1.7.1-3 starting X does no longer > >work. Previous version 1.6.? worked. However, I can't seem to go > >back to that version using the cygwin setup programme. > > > >the startxwin.bat script does not complain, but no X logo appears, > >and indeed no X programs can be started. > > > >moreover no log-file is created in /var/log, which seems to suggest something > >very basic is going wrong? > > > >starting XWin from the command line, also with -logverbose 10 does not > >produce any output. > > > >rebooting does not change a thing > > > >I've attached my cygcheck.out > > You should perhaps try 'cygcheck /usr/bin/XWin.exe' to see if it > identifies a missing DLL. -- 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 mbreuer@majjas.com Thu Nov 19 16:26:00 2009 From: mbreuer@majjas.com (Michael Breuer) Date: Thu, 19 Nov 2009 16:26:00 -0000 Subject: XWin stopped working with xorg-server 1.7.1 - no log-file created In-Reply-To: <20091119161803.GD436@yvonne> References: <20091119083310.GA3948@yvonne> <4B054F7C.3080804@dronecode.org.uk> <20091119161803.GD436@yvonne> Message-ID: <4B05716C.20203@majjas.com> For what it's worth, I tracked that down yesterday by looking at the error log on the server - there was a complaint about clipboard - don't recall what... seemed innocuous but figured I'd try turning off clipboard. Viola, it worked. One other point - as older versions of CygwinX have major issues (100% cpu) with the newer version of Gnome (now in F12), more people are going to be trying the beta and hitting this. Not sure what code is involved, but including this on the beta FAQ might be worthwhile. Gertjan van Noord wrote: > the DLL's are all there. > > Using the other poster's suggestion to use -noclipboard > solves my problem, although I have no idea what/why. > > GJ > > > On Thu, Nov 19, 2009 at 02:00:28PM +0000, Jon TURNEY wrote: > >> On 19/11/2009 08:33, Gertjan van Noord wrote: >> >>> after upgrading to xorg-server 1.7.1-3 starting X does no longer >>> work. Previous version 1.6.? worked. However, I can't seem to go >>> back to that version using the cygwin setup programme. >>> >>> the startxwin.bat script does not complain, but no X logo appears, >>> and indeed no X programs can be started. >>> >>> moreover no log-file is created in /var/log, which seems to suggest something >>> very basic is going wrong? >>> >>> starting XWin from the command line, also with -logverbose 10 does not >>> produce any output. >>> >>> rebooting does not change a thing >>> >>> I've attached my cygcheck.out >>> >> You should perhaps try 'cygcheck /usr/bin/XWin.exe' to see if it >> identifies a missing DLL. >> > > -- > 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/ > -- 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 lottas.junk@geekmail.de Thu Nov 19 23:42:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Thu, 19 Nov 2009 23:42:00 -0000 Subject: Cygwin error References: <26408410.post@talk.nabble.com> Message-ID: baseball07 wrote: > Hi everyone I am getting this error when I try and locally access the > Linux > machines in my department and try and run a program called Cadence. > Does > anyone know what this means? Yes, the remote X server can't connect to your local machine, the path to which is contained in the variable DISPLAY. The latter is unset in your case, most probably because you need to login with "ssh -X". Ciao Lothar -- 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 jjreisert@alum.mit.edu Fri Nov 20 03:58:00 2009 From: jjreisert@alum.mit.edu (Jim Reisert AD1C) Date: Fri, 20 Nov 2009 03:58:00 -0000 Subject: Problem with new xinit - console window doesn't open (but bash starts) Message-ID: <4B0613C6.3040800@alum.mit.edu> I'm running the latest of everything Cygwin 1.7 (see below). When I start the Xwin server from the Windows shortcut: D:\Cygwin\bin\run.exe /usr/bin/startxwin.bat I see a bash.exe process running, but no X window comes up, as per: REM Make sure XWin is ready to accept connections before proceeding %RUN% checkX -wait -d %DISPLAY% -t 12 REM Startup an xterm, using bash as the shell. %RUN% xterm -e /usr/bin/bash -l Anyone else notice this? The problem is the same on my laptop at work running WinXP, as well as my home system running Windows 7 - Jim # cygcheck -c | egrep "cyg|x" cygrunsrv 1.34-1 OK cygutils 1.4.0-1 OK cygwin 1.7.0-65 OK cygwin-doc 1.5-1 OK expat 2.0.1-1 OK gettext 0.17-11 OK libexpat1 2.0.1-1 OK libexpat1-devel 2.0.1-1 OK libpixman1_0 0.16.2-1 OK libxcb1 1.4-2 OK libXext6 1.1.1-1 OK libxkbfile1 1.0.6-1 OK libxml2 2.7.4-1 OK lynx 2.8.5-4 OK texinfo 4.13-3 OK util-linux 2.14.1-1 OK xauth 1.0.4-1 OK xcursor-themes 1.0.2-1 OK xemacs-emacs-common 21.4.22-1 OK xinit 1.2.0-1 OK xkbcomp 1.1.1-1 OK xkeyboard-config 1.7-1 OK xmodmap 1.0.4-1 OK xorg-server 1.7.1-3 OK xrdb 1.0.6-1 OK xterm 250-1 OK -- Jim Reisert AD1C, , http://www.ad1c.us -- 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 mbreuer@majjas.com Fri Nov 20 04:05:00 2009 From: mbreuer@majjas.com (Michael Breuer) Date: Fri, 20 Nov 2009 04:05:00 -0000 Subject: cygwinx 1.7 beta - crashes runing virt-manager Message-ID: <4B061546.6010500@majjas.com> Connecting to F12 running Gnome, running python based applications causes Xwin to segfault. For example, running virt-manager kills Xwin immediately. Most of the F12 admin tools exhibit this behavior. I tried -swcursor based on some old discussions on this list regarding Java crashing Xwin (from 2007). Doesn't help now :( Anyone have suggestions? I'm running Xwin on Windows 7 Premium - 64 bit on an AMD X2.; F12 X86_64 on I7. The .xsession log from F12: (gnome-panel:10403): GLib-GObject-CRITICAL **: g_object_run_dispose: assertion `G_IS_OBJECT (object)' failed (gnome-panel:10403): GLib-GObject-CRITICAL **: g_object_run_dispose: assertion `G_IS_OBJECT (object)' failed (gnome-panel:10403): GLib-GObject-CRITICAL **: g_object_run_dispose: assertion `G_IS_OBJECT (object)' failed (gnome-panel:10403): GLib-GObject-CRITICAL **: g_object_run_dispose: assertion `G_IS_OBJECT (object)' failed (gnome-panel:10403): GLib-GObject-CRITICAL **: g_object_run_dispose: assertion `G_IS_OBJECT (object)' failed gnome-terminal: Fatal IO error 11 (Resource temporarily unavailable) on X server 10.0.0.11:0 The Xlog file from Xwin: Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 1.7.1.0 (10701000) Build Date: 2009-11-11 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: xwin :0 -query 10.0.0.1 -logverbose 3 -noclipboard -from 10.0.0.11 -swcursor ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1680 h 1050 winInitializeDefaultScreens - Returning 2009-11-19 22:41:15 OsVendorInit - Creating bogus screen 0 2009-11-19 22:41:22 winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 2009-11-19 22:41:22 winValidateArgs - Returning. 2009-11-19 22:41:22 (II) xorg.conf is not supported 2009-11-19 22:41:22 (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information 2009-11-19 22:41:22 winPrefsLoadPreferences: /etc/X11/system.XWinrc 2009-11-19 22:41:22 LoadPreferences: Done parsing the configuration file... 2009-11-19 22:41:22 winGetDisplay: DISPLAY=:0.0 2009-11-19 22:41:22 winDetectSupportedEngines - Windows NT/2000/XP 2009-11-19 22:41:22 winDetectSupportedEngines - DirectDraw installed 2009-11-19 22:41:22 winDetectSupportedEngines - DirectDraw4 installed 2009-11-19 22:41:22 winDetectSupportedEngines - Returning, supported engines 00000007 2009-11-19 22:41:22 winScreenInit - dwWidth: 1680 dwHeight: 1050 2009-11-19 22:41:22 winSetEngine - Using Shadow DirectDraw NonLocking 2009-11-19 22:41:22 winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits per pixel 2009-11-19 22:41:22 winCreateBoundingWindowWindowed - User w: 1680 h: 1050 2009-11-19 22:41:22 winCreateBoundingWindowWindowed - Current w: 1680 h: 1050 2009-11-19 22:41:22 winAdjustForAutoHide - Original WorkArea: 0 0 1050 1680 2009-11-19 22:41:22 winAdjustForAutoHide - Taskbar is auto hide 2009-11-19 22:41:22 winAdjustForAutoHide - Found BOTTOM auto-hide taskbar 2009-11-19 22:41:22 winAdjustForAutoHide - Adjusted WorkArea: 0 0 1049 1680 2009-11-19 22:41:22 winCreateBoundingWindowWindowed - WindowClient w 1674 h 1021 r 1674 l 0 b 1021 t 0 2009-11-19 22:41:22 winWindowProc - WM_ACTIVATEAPP 2009-11-19 22:41:22 winCreateBoundingWindowWindowed - Returning 2009-11-19 22:41:22 winCreatePrimarySurfaceShadowDDNL - Creating primary surface 2009-11-19 22:41:22 winCreatePrimarySurfaceShadowDDNL - Created primary surface 2009-11-19 22:41:22 winCreatePrimarySurfaceShadowDDNL - Attached clipper to primary surface 2009-11-19 22:41:22 winAllocateFBShadowDDNL - lPitch: 6696 2009-11-19 22:41:22 winAllocateFBShadowDDNL - Created shadow pitch: 6696 2009-11-19 22:41:22 winAllocateFBShadowDDNL - Created shadow stride: 1674 2009-11-19 22:41:22 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff 2009-11-19 22:41:22 winInitVisualsShadowDDNL - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 2009-11-19 22:41:22 winRandRInit () 2009-11-19 22:41:22 winCreateDefColormap - Deferring to fbCreateDefColormap () 2009-11-19 22:41:22 winFinishScreenInitFB - returning 2009-11-19 22:41:22 winScreenInit - Using software cursor 2009-11-19 22:41:22 Screen 0 added at XINERAMA coordinate (0,0). 2009-11-19 22:41:22 winScreenInit - returning 2009-11-19 22:41:22 winGenerateAuthorization - GenerateAuthorization success! AuthDataLen: 16 AuthData: ????SO??~??4??F1????`?? 2009-11-19 22:41:22 InitOutput - Returning. 2009-11-19 22:41:22 MIT-SHM extension disabled due to lack of kernel support 2009-11-19 22:41:22 XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel 2009-11-19 22:41:22 (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so 2009-11-19 22:41:22 (II) GLX: Initialized DRISWRAST GL provider for screen 0 2009-11-19 22:41:22 winPointerWarpCursor - Discarding first warp: 837 510 2009-11-19 22:41:22 (--) 8 mouse buttons found 2009-11-19 22:41:22 (--) Setting autorepeat to delay=500, rate=31 2009-11-19 22:41:22 (--) winConfigKeyboard - Layout: "00000409" (00000409) 2009-11-19 22:41:22 (--) Using preset keyboard for "English (USA)" (409), type "7" 2009-11-19 22:41:22 Rules = "base" Model = "pc105" Layout = "us" Variant = "none" Options = "none" 2009-11-19 22:41:23 winBlockHandler - Releasing pmServerStarted 2009-11-19 22:41:23 winBlockHandler - pthread_mutex_unlock () returned 2009-11-19 22:41:23 winProcEstablishConnection - Hello 2009-11-19 22:41:23 winProcEstablishConnection - Clipboard is not enabled, returning. 2009-11-19 22:41:23 winProcQueryTree - Hello 2009-11-19 22:41:23 winProcQueryTree - Clipboard is not enabled, returning. 2009-11-19 22:41:27 winRandRGetInfo () 2009-11-19 22:41:27 winRandRGetInfo () 2009-11-19 22:41:27 winRandRGetInfo () 2009-11-19 22:41:27 winRandRGetInfo () 2009-11-19 22:41:58 Segmentation fault at address 0x458b0855 2009-11-19 22:41:58 Fatal server error: 2009-11-19 22:41:58 Caught signal 11 (Segmentation fault). Server aborting 2009-11-19 22:41:58 -- 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 jjreisert@alum.mit.edu Fri Nov 20 04:08:00 2009 From: jjreisert@alum.mit.edu (Jim Reisert AD1C) Date: Fri, 20 Nov 2009 04:08:00 -0000 Subject: Problem with new xinit - console window doesn't open (but bash starts) In-Reply-To: <4B0613C6.3040800@alum.mit.edu> References: <4B0613C6.3040800@alum.mit.edu> Message-ID: <4B06161A.6040201@alum.mit.edu> More info: If I run startxwin.bat from a CMD.exe command line, the bash console xterm opens just fine. I only have problems starting it from the shortcut. I do see some interesting things in the log file, however: MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel II) GLX: Initialized DRISWRAST GL provider for screen 0 [dix] Could not init font path element /usr/share/fonts/TTF/, removing from list! [dix] Could not init font path element /usr/share/fonts/OTF/, removing from list! [dix] Could not init font path element /usr/share/fonts/Type1/, removing from list! Warning: Missing charsets in String to FontSet conversion None of the compatibility settings are checked in the Windows shortcut. I've attached the Xwin.0.log file - Jim On 11/19/2009 8:57 PM, Jim Reisert AD1C wrote: > I'm running the latest of everything Cygwin 1.7 (see below). > > When I start the Xwin server from the Windows shortcut: > > D:\Cygwin\bin\run.exe /usr/bin/startxwin.bat > > I see a bash.exe process running, but no X window comes up, as per: > > REM Make sure XWin is ready to accept connections before proceeding > %RUN% checkX -wait -d %DISPLAY% -t 12 > > REM Startup an xterm, using bash as the shell. > %RUN% xterm -e /usr/bin/bash -l > > Anyone else notice this? > > The problem is the same on my laptop at work running WinXP, as well as > my home system running Windows 7 > > - Jim > > # cygcheck -c | egrep "cyg|x" > > cygrunsrv 1.34-1 OK > cygutils 1.4.0-1 OK > cygwin 1.7.0-65 OK > cygwin-doc 1.5-1 OK > expat 2.0.1-1 OK > gettext 0.17-11 OK > libexpat1 2.0.1-1 OK > libexpat1-devel 2.0.1-1 OK > libpixman1_0 0.16.2-1 OK > libxcb1 1.4-2 OK > libXext6 1.1.1-1 OK > libxkbfile1 1.0.6-1 OK > libxml2 2.7.4-1 OK > lynx 2.8.5-4 OK > texinfo 4.13-3 OK > util-linux 2.14.1-1 OK > xauth 1.0.4-1 OK > xcursor-themes 1.0.2-1 OK > xemacs-emacs-common 21.4.22-1 OK > xinit 1.2.0-1 OK > xkbcomp 1.1.1-1 OK > xkeyboard-config 1.7-1 OK > xmodmap 1.0.4-1 OK > xorg-server 1.7.1-3 OK > xrdb 1.0.6-1 OK > xterm 250-1 OK > -- Jim Reisert AD1C, , http://www.ad1c.us -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: XWin.0.log URL: -------------- next part -------------- -- 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 moss@cs.umass.edu Fri Nov 20 06:46:00 2009 From: moss@cs.umass.edu (Eliot Moss) Date: Fri, 20 Nov 2009 06:46:00 -0000 Subject: Problem with new xinit - console window doesn't open (but bash starts) In-Reply-To: <4B06161A.6040201@alum.mit.edu> References: <4B0613C6.3040800@alum.mit.edu> <4B06161A.6040201@alum.mit.edu> Message-ID: <4B063B1E.9080007@cs.umass.edu> The missing charsets message is symptomatic of not having the patches needed to a couple of X config files concerning UTF-8. If you apply the path, which I think is in the latest Xorg files, then that problem should be fixed. (Assuming you set LANG. You can also try LANG=C as a temporary workaround.) -- Eliot Moss -- 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 hemal.pandya@gmail.com Fri Nov 20 09:46:00 2009 From: hemal.pandya@gmail.com (Hemal Pandya) Date: Fri, 20 Nov 2009 09:46:00 -0000 Subject: psexec does not work under cygwin-X In-Reply-To: <50be591b0911200134y5dfdcfbei2b799648a75e38d0@mail.gmail.com> References: <50be591b0911200134y5dfdcfbei2b799648a75e38d0@mail.gmail.com> Message-ID: <50be591b0911200145h13c4499fo6ab326f459bf2937@mail.gmail.com> Hello, It seems psexec (from sysinternals) does not work correctly under cygwin-X. If I run it at the bash prompt in a command window it completes normally but from a rxvt or xterm window it stops after the first line of output from the remote process. I am trying to write some bash scripts that run some processes on remote machines. I would like for them to be run under X, though that's not an absolute requirement. Is there a work-around for this? Thanks in advance, - hemal -- 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 kbrown@cornell.edu Fri Nov 20 12:49:00 2009 From: kbrown@cornell.edu (Ken Brown) Date: Fri, 20 Nov 2009 12:49:00 -0000 Subject: Problem with new xinit - console window doesn't open (but bash starts) In-Reply-To: <4B06161A.6040201@alum.mit.edu> References: <4B0613C6.3040800@alum.mit.edu> <4B06161A.6040201@alum.mit.edu> Message-ID: <4B069020.8040407@cornell.edu> On 11/19/2009 11:07 PM, Jim Reisert AD1C wrote: > More info: > > If I run startxwin.bat from a CMD.exe command line, the bash console > xterm opens just fine. I only have problems starting it from the shortcut. > > I do see some interesting things in the log file, however: [...] > Warning: Missing charsets in String to FontSet conversion Try installing the font-isas-misc, font-jis-misc, and font-daewoo-misc packages. See http://cygwin.com/ml/cygwin-xfree/2009-11/msg00111.html http://cygwin.com/ml/cygwin-xfree/2009-11/msg00117.html Ken -- 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 Fri Nov 20 15:03:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Fri, 20 Nov 2009 15:03:00 -0000 Subject: XWin stopped working with xorg-server 1.7.1 - no log-file created In-Reply-To: <4B05716C.20203@majjas.com> References: <20091119083310.GA3948@yvonne> <4B054F7C.3080804@dronecode.org.uk> <20091119161803.GD436@yvonne> <4B05716C.20203@majjas.com> Message-ID: <4B06AF95.2080601@dronecode.org.uk> On 19/11/2009 16:25, Michael Breuer wrote: > For what it's worth, I tracked that down yesterday by looking at the > error log on the server - there was a complaint about clipboard - don't > recall what... seemed innocuous but figured I'd try turning off > clipboard. Viola, it worked. Could you tell me what the clipboard related error message is? Then I could perhaps try to fix it rather than tell everyone to use -noclipboard :-) > One other point - as older versions of CygwinX have major issues (100% > cpu) with the newer version of Gnome (now in F12), more people are going > to be trying the beta and hitting this. Not sure what code is involved, > but including this on the beta FAQ might be worthwhile. -- 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 jjreisert@alum.mit.edu Fri Nov 20 15:06:00 2009 From: jjreisert@alum.mit.edu (Jim Reisert AD1C) Date: Fri, 20 Nov 2009 15:06:00 -0000 Subject: Problem with new xinit - console window doesn't open (but bash starts) In-Reply-To: <4B069020.8040407@cornell.edu> References: <4B0613C6.3040800@alum.mit.edu> <4B06161A.6040201@alum.mit.edu> <4B069020.8040407@cornell.edu> Message-ID: <4B06B042.1030003@alum.mit.edu> On 11/20/2009 5:48 AM, Ken Brown wrote: > On 11/19/2009 11:07 PM, Jim Reisert AD1C wrote: >> More info: >> >> If I run startxwin.bat from a CMD.exe command line, the bash console >> xterm opens just fine. I only have problems starting it from the >> shortcut. >> >> I do see some interesting things in the log file, however: > [...] > >> Warning: Missing charsets in String to FontSet conversion > > Try installing the font-isas-misc, font-jis-misc, and font-daewoo-misc > packages. See > > http://cygwin.com/ml/cygwin-xfree/2009-11/msg00111.html > http://cygwin.com/ml/cygwin-xfree/2009-11/msg00117.html I tried adding the missing fonts. I tried SET LANG=C Starting the X server is still unpredictable. Now my log file (attached) shows: 2009-11-20 08:01:58 winClipboardProc - Could not open display, try: 1, sleeping: 4 2009-11-20 08:01:58 XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel 2009-11-20 08:01:58 winInitMultiWindowWM - Could not open display, try: 1, sleeping: 5 It also claims another window manage is running (and therefore shuts down), which is untrue (there is no other Xwin process running). - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: XWin.0.log URL: -------------- next part -------------- -- 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 Fri Nov 20 15:26:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Fri, 20 Nov 2009 15:26:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <4AFCCF09.1080708@cornell.edu> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911030713j5b3cef91j71cad31361f93a08@mail.gmail.com> <4AF080A4.7050302@tlinx.org> <6e2d1b810911040053y1774fc9fl4e37dab079fdd985@mail.gmail.com> <6e2d1b810911040054n2c3ae885u9ca40181cfffc24e@mail.gmail.com> <4AF23F04.90903@tlinx.org> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5880E4@mailserver.metatv-ds.metatv.com> <1de9d39c0911090250y1c22a3b8id0524e5fa2a4e048@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5EEAAE@mailserver.metatv-ds.metatv.com> <4AFC6D43.5030207@dronecode.org.uk> <4AFCCF09.1080708@cornell.edu> Message-ID: <4B06B4E1.606@dronecode.org.uk> On 13/11/2009 03:14, Ken Brown wrote: > On 11/12/2009 3:17 PM, Jon TURNEY wrote: >> On 10/11/2009 23:44, Mike Ayers wrote:] >>> >>> Apparently, run.exe is not providing stdout/stderr to dump to. The >>> workaround: >>> >>> [SNIP] >>> C:\mike>C:\cygwin\bin\run.exe -p /usr/bin sh -c "gvim>/dev/null 2>&1" >>> C:\mike> >>> [/SNIP] >> >> Wait, are you saying that the process that run starts is blocked if it >> tries to output anything? > > Ah, so this explains my xterm problem that started this thread. When I > start xterm from a shell, I always get the message > > Warning: Missing charsets in String to FontSet conversion > > When I start xterm via run, this message apparently has nowhere to go > and the xterm process is blocked. Mike's workaround (with 'gvim' > replaced by 'xterm') solves the problem, as he said. Is this a bug in run? It does kind of look like some problem with run, but not a universal one, 'run xterm' has been working as expected for me, even when it has to output something. Experimenting a bit, this seems to be related to having CYWIN=tty set in the windows environment. If I remove that, I can reproduce the problem you see. I really don't understand the invisible console stuff well enough to attempt a fix, though... -- 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 mbreuer@majjas.com Fri Nov 20 15:47:00 2009 From: mbreuer@majjas.com (Michael Breuer) Date: Fri, 20 Nov 2009 15:47:00 -0000 Subject: XWin stopped working with xorg-server 1.7.1 - no log-file created In-Reply-To: <4B06AF95.2080601@dronecode.org.uk> References: <20091119083310.GA3948@yvonne> <4B054F7C.3080804@dronecode.org.uk> <20091119161803.GD436@yvonne> <4B05716C.20203@majjas.com> <4B06AF95.2080601@dronecode.org.uk> Message-ID: <4B06B9DF.8000507@majjas.com> I've attached the log. Jon TURNEY wrote: > On 19/11/2009 16:25, Michael Breuer wrote: >> For what it's worth, I tracked that down yesterday by looking at the >> error log on the server - there was a complaint about clipboard - don't >> recall what... seemed innocuous but figured I'd try turning off >> clipboard. Viola, it worked. > > Could you tell me what the clipboard related error message is? > > Then I could perhaps try to fix it rather than tell everyone to use > -noclipboard :-) > >> One other point - as older versions of CygwinX have major issues (100% >> cpu) with the newer version of Gnome (now in F12), more people are going >> to be trying the beta and hitting this. Not sure what code is involved, >> but including this on the beta FAQ might be worthwhile. > > -- > Jon TURNEY > Volunteer Cygwin/X X Server maintainer -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: XWin.0.log URL: -------------- next part -------------- -- 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 mbreuer@majjas.com Fri Nov 20 16:21:00 2009 From: mbreuer@majjas.com (Michael Breuer) Date: Fri, 20 Nov 2009 16:21:00 -0000 Subject: psexec does not work under cygwin-X In-Reply-To: <50be591b0911200145h13c4499fo6ab326f459bf2937@mail.gmail.com> References: <50be591b0911200134y5dfdcfbei2b799648a75e38d0@mail.gmail.com> <50be591b0911200145h13c4499fo6ab326f459bf2937@mail.gmail.com> Message-ID: <4B06C1DC.3060605@majjas.com> Different environment variables are set. I'd suggest in the xterm version saving the env variables (env>) and then see which one causes the non-X version to stop running psexec. Hemal Pandya wrote: > Hello, > > It seems psexec (from sysinternals) does not work correctly under > cygwin-X. If I run it at the bash prompt in a command window it > completes normally but from a rxvt or xterm window it stops after the > first line of output from the remote process. > > I am trying to write some bash scripts that run some processes on > remote machines. I would like for them to be run under X, though > that's not an absolute requirement. Is there a work-around for this? > > Thanks in advance, > > - hemal > > -- > 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/ > -- 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 cygwin@cwilson.fastmail.fm Fri Nov 20 17:15:00 2009 From: cygwin@cwilson.fastmail.fm (Charles Wilson) Date: Fri, 20 Nov 2009 17:15:00 -0000 Subject: checkX problems In-Reply-To: <4B000E98.7070209@cwilson.fastmail.fm> References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> Message-ID: <4B06CE7D.6060709@cwilson.fastmail.fm> I've integrated Lothar's patch into run2/checkX (along with some other internal changes), and published a test release. Please try run-0.3.1-1 and let me know if it fixes your problems with checkX. -- Chuck -- 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 Fri Nov 20 17:25:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Fri, 20 Nov 2009 17:25:00 -0000 Subject: checkX problems In-Reply-To: <4AFCC408.7040005@cwilson.fastmail.fm> References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> Message-ID: <4B06D0C9.4040906@dronecode.org.uk> On 13/11/2009 02:27, Charles Wilson wrote: > Jon TURNEY wrote: >> But why would you fix the timeout problem by doing some horrible >> horrible iteration in the DOS batch script (horrible) (which would >> probably have to busy-wait (also horrible) as there's no sleep command), >> when you can fix checkX, which has the bonus of fixing other uses of it? > > I actually wrote a version of this. It IS horrible -- but no need for a > busywait, I used the "ping trick": > > C:\windows\system32\ping -n 2 127.0.0.1>nul > > "sleeps" for (n-1)==1 seconds. Horrible! :-) -- 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 laxnabble@amar.com Fri Nov 20 17:38:00 2009 From: laxnabble@amar.com (laxamar) Date: Fri, 20 Nov 2009 17:38:00 -0000 Subject: Problem with new xinit - console window doesn't open (but bash starts) In-Reply-To: <4B069020.8040407@cornell.edu> References: <4B0613C6.3040800@alum.mit.edu> <4B06161A.6040201@alum.mit.edu> <4B069020.8040407@cornell.edu> Message-ID: <26443605.post@talk.nabble.com> Shouldn't these packages be set as dependents for xorg-server? Ken Brown-6 wrote: > > On 11/19/2009 11:07 PM, Jim Reisert AD1C wrote: >> More info: >> >> If I run startxwin.bat from a CMD.exe command line, the bash console >> xterm opens just fine. I only have problems starting it from the >> shortcut. >> >> I do see some interesting things in the log file, however: > [...] > >> Warning: Missing charsets in String to FontSet conversion > > Try installing the font-isas-misc, font-jis-misc, and font-daewoo-misc > packages. See > > http://cygwin.com/ml/cygwin-xfree/2009-11/msg00111.html > http://cygwin.com/ml/cygwin-xfree/2009-11/msg00117.html > > Ken > > -- > 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/ > > > -- View this message in context: http://old.nabble.com/Problem-with-new-xinit---console-window-doesn%27t-open-%28but-bash-starts%29-tp26438078p26443605.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 mike_ayers@tvworks.com Fri Nov 20 17:57:00 2009 From: mike_ayers@tvworks.com (Mike Ayers) Date: Fri, 20 Nov 2009 17:57:00 -0000 Subject: Problem with new xinit - console window doesn't open (but bash starts) In-Reply-To: <26443605.post@talk.nabble.com> References: <4B0613C6.3040800@alum.mit.edu> <4B06161A.6040201@alum.mit.edu> <4B069020.8040407@cornell.edu> <26443605.post@talk.nabble.com> Message-ID: <83E753BE7B6A324ABB336245BAF1DAAC0D6F9585@mailserver.metatv-ds.metatv.com> > From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- > owner@cygwin.com] On Behalf Of laxamar > Sent: Friday, November 20, 2009 9:38 AM > Shouldn't these packages be set as dependents for xorg-server? They're not strict dependencies - a UTF-8 based locale has more requirements than other locales due to its ability to represent so many scripts. Also, the server won't fail for lack of those fonts, rather it will exhibit occasional unnecessary lags. That said, I favor setting the packages as dependencies, as they're ever more likely to see a bit of use. $.02 (and not a red cent more), Mike From jon.turney@dronecode.org.uk Fri Nov 20 18:44:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Fri, 20 Nov 2009 18:44:00 -0000 Subject: XWin stopped working with xorg-server 1.7.1 - no log-file created In-Reply-To: <4B06B9DF.8000507@majjas.com> References: <20091119083310.GA3948@yvonne> <4B054F7C.3080804@dronecode.org.uk> <20091119161803.GD436@yvonne> <4B05716C.20203@majjas.com> <4B06AF95.2080601@dronecode.org.uk> <4B06B9DF.8000507@majjas.com> Message-ID: <4B06E350.9050108@dronecode.org.uk> On 20/11/2009 15:46, Michael Breuer wrote: > I've attached the log. Thanks. Can you also please tell me what OS the XDMCP host at 10.0.0.1 is running? > Jon TURNEY wrote: >> On 19/11/2009 16:25, Michael Breuer wrote: >>> For what it's worth, I tracked that down yesterday by looking at the >>> error log on the server - there was a complaint about clipboard - don't >>> recall what... seemed innocuous but figured I'd try turning off >>> clipboard. Viola, it worked. >> >> Could you tell me what the clipboard related error message is? 2009-11-20 10:46:08 winClipboardIOErrorHandler! 2009-11-20 10:46:08 winClipboardProc - setjmp returned for IO Error Handler. 2009-11-20 10:46:08 winClipboardShutdown - Clipboard thread has exited. Hmmm... The problem here is that the internal clipboard integration client is terminating for some reason. (This is not entirely unexpected in XDMCP use, as login managers often try to kill other clients to ensure they don't watch you type your password, but there is code in place to try to prevent this happening to the clipboard integration client, in case you want to paste your password...) Since Xserver 1.7.1-1, terminating the clipboard integration client causes the Xserver to terminate as well (although this change, which also applies to the -multiwindow internal window manager, doesn't seem to be mentioned in any of the announce emails) My reasoning for this change was that we shouldn't accept the options turning these internal clients on and then silently allow them to fail. This was particularly bad with the -multiwindow internal window manager, as if that client exits all new windows have no native frames, which is particularly useless. I guess this also interacts unfortunately with -clipboard being the default now, since 1.6.1.902-1 So, perhaps we need to do something smarter here, either improve the way we try to avoid the internal clipboard client getting killed, or perhaps restart it after an interval ... -- 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 mbreuer@majjas.com Fri Nov 20 19:13:00 2009 From: mbreuer@majjas.com (Michael Breuer) Date: Fri, 20 Nov 2009 19:13:00 -0000 Subject: XWin stopped working with xorg-server 1.7.1 - no log-file created In-Reply-To: <4B06E350.9050108@dronecode.org.uk> References: <20091119083310.GA3948@yvonne> <4B054F7C.3080804@dronecode.org.uk> <20091119161803.GD436@yvonne> <4B05716C.20203@majjas.com> <4B06AF95.2080601@dronecode.org.uk> <4B06B9DF.8000507@majjas.com> <4B06E350.9050108@dronecode.org.uk> Message-ID: <4B06E9F4.2040904@majjas.com> Fedora 12 - kdm for the greeter. Jon TURNEY wrote: > On 20/11/2009 15:46, Michael Breuer wrote: >> I've attached the log. > > Thanks. > > Can you also please tell me what OS the XDMCP host at 10.0.0.1 is > running? > >> Jon TURNEY wrote: >>> On 19/11/2009 16:25, Michael Breuer wrote: >>>> For what it's worth, I tracked that down yesterday by looking at the >>>> error log on the server - there was a complaint about clipboard - >>>> don't >>>> recall what... seemed innocuous but figured I'd try turning off >>>> clipboard. Viola, it worked. >>> >>> Could you tell me what the clipboard related error message is? > > 2009-11-20 10:46:08 winClipboardIOErrorHandler! > 2009-11-20 10:46:08 winClipboardProc - setjmp returned for IO Error > Handler. > 2009-11-20 10:46:08 winClipboardShutdown - Clipboard thread has exited. > > Hmmm... > > The problem here is that the internal clipboard integration client is > terminating for some reason. (This is not entirely unexpected in XDMCP > use, as login managers often try to kill other clients to ensure they > don't watch you type your password, but there is code in place to try > to prevent this happening to the clipboard integration client, in case > you want to paste your password...) > > Since Xserver 1.7.1-1, terminating the clipboard integration client > causes the Xserver to terminate as well (although this change, which > also applies to the -multiwindow internal window manager, doesn't seem > to be mentioned in any of the announce emails) > > My reasoning for this change was that we shouldn't accept the options > turning these internal clients on and then silently allow them to > fail. This was particularly bad with the -multiwindow internal window > manager, as if that client exits all new windows have no native > frames, which is particularly useless. > > I guess this also interacts unfortunately with -clipboard being the > default now, since 1.6.1.902-1 > > So, perhaps we need to do something smarter here, either improve the > way we try to avoid the internal clipboard client getting killed, or > perhaps restart it after an interval ... > -- 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 jrdepriest@gmail.com Fri Nov 20 19:38:00 2009 From: jrdepriest@gmail.com (DePriest, Jason R.) Date: Fri, 20 Nov 2009 19:38:00 -0000 Subject: psexec does not work under cygwin-X In-Reply-To: <50be591b0911200145h13c4499fo6ab326f459bf2937@mail.gmail.com> References: <50be591b0911200134y5dfdcfbei2b799648a75e38d0@mail.gmail.com> <50be591b0911200145h13c4499fo6ab326f459bf2937@mail.gmail.com> Message-ID: <31b7d2790911201137y57df51b8wa7516c2c9b83e51c@mail.gmail.com> On Fri, Nov 20, 2009 at 9:45 AM, Hemal Pandya <> wrote: > Hello, > > It seems psexec (from sysinternals) does not work correctly under > cygwin-X. If I run it at the bash prompt in a command window it > completes normally but from a rxvt or xterm window it stops after the > first line of output from the remote process. > > I am trying to write some bash scripts that run some processes on > remote machines. I would like for them to be run under X, though > that's not an absolute requirement. Is there a work-around for this? > > Thanks in advance, > > - hemal > How are you calling psexec? You can try something like this: cmd.exe /c C:\\sysinternals\\psexec.exe Instead of calling psexec directly. That would make it run under a cmd.exe prompt instead of directly under bash. -Jason -- 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 kbrown@cornell.edu Fri Nov 20 19:43:00 2009 From: kbrown@cornell.edu (Ken Brown) Date: Fri, 20 Nov 2009 19:43:00 -0000 Subject: checkX problems In-Reply-To: <4B06CE7D.6060709@cwilson.fastmail.fm> References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> Message-ID: <4B06F14F.3000106@cornell.edu> On 11/20/2009 12:14 PM, Charles Wilson wrote: > I've integrated Lothar's patch into run2/checkX (along with some other > internal changes), and published a test release. Please try run-0.3.1-1 > and let me know if it fixes your problems with checkX. I still have the instability that I reported as problem #2 in http://cygwin.com/ml/cygwin-xfree/2009-10/msg00143.html but I wasn't expecting you to fix that. As I said later in the thread, I suspect BLODA. But the new behavior of the timeout option (my problem #1) works fine, with one caveat: If I start the X server with startxwin.bat, it immediately exits and claims that a server is already running. This was also reported earlier today by Jim Reisert: http://cygwin.com/ml/cygwin-xfree/2009-11/msg00158.html Could it be that checkX is tricking XWin into thinking that a different X server is running? (I have no idea how XWin decides whether an X server is running, so this may or may not be plausible.) Strangely, the problem doesn't occur if I use startxwin.sh instead of startxwin.bat. Thanks to Lothar and you for the timeout patch. Ken -- 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 gertjanvannoord@gmail.com Fri Nov 20 19:48:00 2009 From: gertjanvannoord@gmail.com (Gertjan van Noord) Date: Fri, 20 Nov 2009 19:48:00 -0000 Subject: checkX problems In-Reply-To: <4B06F14F.3000106@cornell.edu> References: <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B06F14F.3000106@cornell.edu> Message-ID: <20091120194734.GA3384@yvonne> On Fri, Nov 20, 2009 at 02:43:11PM -0500, Ken Brown wrote: > On 11/20/2009 12:14 PM, Charles Wilson wrote: > >I've integrated Lothar's patch into run2/checkX (along with some other > >internal changes), and published a test release. Please try run-0.3.1-1 > >and let me know if it fixes your problems with checkX. > > I still have the instability that I reported as problem #2 in > > http://cygwin.com/ml/cygwin-xfree/2009-10/msg00143.html > > but I wasn't expecting you to fix that. As I said later in the > thread, I suspect BLODA. > > But the new behavior of the timeout option (my problem #1) works > fine, with one caveat: If I start the X server with startxwin.bat, > it immediately exits and claims that a server is already running. > This was also reported earlier today by Jim Reisert: > > http://cygwin.com/ml/cygwin-xfree/2009-11/msg00158.html > > Could it be that checkX is tricking XWin into thinking that a > different X server is running? (I have no idea how XWin decides > whether an X server is running, so this may or may not be > plausible.) Strangely, the problem doesn't occur if I use > startxwin.sh instead of startxwin.bat. > has it something to do with the -wait option to checkX that is present in the startxwin.bat? I had to remove that option, since it broke the start of the X server. And I now note it is not in the bash version. GJ -- 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 kbrown@cornell.edu Fri Nov 20 20:14:00 2009 From: kbrown@cornell.edu (Ken Brown) Date: Fri, 20 Nov 2009 20:14:00 -0000 Subject: checkX problems In-Reply-To: <20091120194734.GA3384@yvonne> References: <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B06F14F.3000106@cornell.edu> <20091120194734.GA3384@yvonne> Message-ID: <4B06F86D.7080007@cornell.edu> On 11/20/2009 2:47 PM, Gertjan van Noord wrote: > On Fri, Nov 20, 2009 at 02:43:11PM -0500, Ken Brown wrote: >> On 11/20/2009 12:14 PM, Charles Wilson wrote: >>> I've integrated Lothar's patch into run2/checkX (along with some other >>> internal changes), and published a test release. Please try run-0.3.1-1 >>> and let me know if it fixes your problems with checkX. >> I still have the instability that I reported as problem #2 in >> >> http://cygwin.com/ml/cygwin-xfree/2009-10/msg00143.html >> >> but I wasn't expecting you to fix that. As I said later in the >> thread, I suspect BLODA. >> >> But the new behavior of the timeout option (my problem #1) works >> fine, with one caveat: If I start the X server with startxwin.bat, >> it immediately exits and claims that a server is already running. >> This was also reported earlier today by Jim Reisert: >> >> http://cygwin.com/ml/cygwin-xfree/2009-11/msg00158.html >> >> Could it be that checkX is tricking XWin into thinking that a >> different X server is running? (I have no idea how XWin decides >> whether an X server is running, so this may or may not be >> plausible.) Strangely, the problem doesn't occur if I use >> startxwin.sh instead of startxwin.bat. >> > > > has it something to do with the -wait option to checkX that is present > in the startxwin.bat? I had to remove that option, since it broke > the start of the X server. And I now note it is not in the bash version. If you remove -wait but still start checkX with run, then you might as well not use checkX at all. (run will return immediately, leaving checkX running in the background.) Ken -- 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 Sun Nov 22 14:42:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Sun, 22 Nov 2009 14:42:00 -0000 Subject: cygwinx 1.7 beta - crashes runing virt-manager In-Reply-To: <4B061546.6010500@majjas.com> References: <4B061546.6010500@majjas.com> Message-ID: <4B094D89.2030203@dronecode.org.uk> On 20/11/2009 04:04, Michael Breuer wrote: > Connecting to F12 running Gnome, running python based applications > causes Xwin to segfault. For example, running virt-manager kills Xwin > immediately. Most of the F12 admin tools exhibit this behavior. I tried > -swcursor based on some old discussions on this list regarding Java > crashing Xwin (from 2007). Doesn't help now :( > > Anyone have suggestions? I can't even use XDMCP to log-in to Fedora 12 (Constantine), due to random segfaults :-( These seem to be due to a bad interaction between the damage tracking for the Composite extension and damage tracking for the shadow framebuffer. So can you try disabling the composite extension with '-extension Composite'? (note the captialization) -- 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 jon.turney@dronecode.org.uk Sun Nov 22 16:04:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Sun, 22 Nov 2009 16:04:00 -0000 Subject: checkX problems In-Reply-To: <4B06F14F.3000106@cornell.edu> References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B06F14F.3000106@cornell.edu> Message-ID: <4B0960D5.1010406@dronecode.org.uk> On 20/11/2009 19:43, Ken Brown wrote: > On 11/20/2009 12:14 PM, Charles Wilson wrote: >> I've integrated Lothar's patch into run2/checkX (along with some other >> internal changes), and published a test release. Please try run-0.3.1-1 >> and let me know if it fixes your problems with checkX. > But the new behavior of the timeout option (my problem #1) works fine, > with one caveat: If I start the X server with startxwin.bat, it > immediately exits and claims that a server is already running. This was > also reported earlier today by Jim Reisert: > > http://cygwin.com/ml/cygwin-xfree/2009-11/msg00158.html Not quite: It seems that report says that the internal multiwindow-mode window manager claims another window manager is running (although it's difficult to be absolutely sure as the exact error message isn't reported :-)) > Could it be that checkX is tricking XWin into thinking that a different > X server is running? (I have no idea how XWin decides whether an X > server is running, so this may or may not be plausible.) Strangely, the > problem doesn't occur if I use startxwin.sh instead of startxwin.bat. -- 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 jon.turney@dronecode.org.uk Sun Nov 22 16:16:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Sun, 22 Nov 2009 16:16:00 -0000 Subject: Problem with new xinit - console window doesn't open (but bash starts) In-Reply-To: <4B06161A.6040201@alum.mit.edu> References: <4B0613C6.3040800@alum.mit.edu> <4B06161A.6040201@alum.mit.edu> Message-ID: <4B0963C3.8000401@dronecode.org.uk> On 20/11/2009 04:07, Jim Reisert AD1C wrote: > More info: > > If I run startxwin.bat from a CMD.exe command line, the bash console > xterm opens just fine. I only have problems starting it from the shortcut. This is typical of the current issue we have where 'run xterm' blocks when xterm tries to output 'Warning: Missing charsets in String to FontSet conversion' Any one of: - installing the CJK fonts - having 'tty' in the CYGWIN environment variable - having the LANG environment set to a non-UTF-8 locale should work around this problem Note that the environment variable will have to be set via the system applet in the Windows control panel, as only that controls the environment for the startxwin.bat started from the start menu... > I do see some interesting things in the log file, however: > > MIT-SHM extension disabled due to lack of kernel support > XFree86-Bigfont extension local-client optimization disabled due to lack > of shared memory support in the kernel I hope these are explained by http://x.cygwin.com/docs/ug/using-shared-memory.html > [dix] Could not init font path element /usr/share/fonts/TTF/, removing > from list! > [dix] Could not init font path element /usr/share/fonts/OTF/, removing > from list! > [dix] Could not init font path element /usr/share/fonts/Type1/, removing > from list! These are expected when these font directories are empty, which is quite normal if you haven't installed all possible fonts > Warning: Missing charsets in String to FontSet conversion This is xterm warning that the fontset has no fonts for CJK locales (as no CJK fonts are installed) -- 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 dickey@his.com Sun Nov 22 16:22:00 2009 From: dickey@his.com (Thomas Dickey) Date: Sun, 22 Nov 2009 16:22:00 -0000 Subject: Problem with new xinit - console window doesn't open (but bash starts) In-Reply-To: <4B0963C3.8000401@dronecode.org.uk> References: <4B0613C6.3040800@alum.mit.edu> <4B06161A.6040201@alum.mit.edu> <4B0963C3.8000401@dronecode.org.uk> Message-ID: <20091122111720.L52356@mail101.his.com> On Sun, 22 Nov 2009, Jon TURNEY wrote: > On 20/11/2009 04:07, Jim Reisert AD1C wrote: >> More info: >> >> If I run startxwin.bat from a CMD.exe command line, the bash console >> xterm opens just fine. I only have problems starting it from the shortcut. > > This is typical of the current issue we have where 'run xterm' blocks when > xterm tries to output 'Warning: Missing charsets in String to FontSet > conversion' > > Any one of: > - installing the CJK fonts > - having 'tty' in the CYGWIN environment variable > - having the LANG environment set to a non-UTF-8 locale > should work around this problem ...or perhaps setting xterm's menuLocale resource to "C" >> Warning: Missing charsets in String to FontSet conversion > > This is xterm warning that the fontset has no fonts for CJK locales (as no > CJK fonts are installed) iirc, that's from the Xaw initialization, which asks X11 (library), and _that_ falls into a hole where someone decided to load a fontset. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- 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 Sun Nov 22 20:25:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Sun, 22 Nov 2009 20:25:00 -0000 Subject: Problem with new xinit - console window doesn't open (but bash starts) In-Reply-To: <4B06B042.1030003@alum.mit.edu> References: <4B0613C6.3040800@alum.mit.edu> <4B06161A.6040201@alum.mit.edu> <4B069020.8040407@cornell.edu> <4B06B042.1030003@alum.mit.edu> Message-ID: <4B099DF8.7040101@dronecode.org.uk> On 20/11/2009 15:05, Jim Reisert AD1C wrote: > I tried adding the missing fonts. I tried SET LANG=C > Starting the X server is still unpredictable. Does this mean it sometimes works and sometimes doesn't? Or does it mean it fails in different ways each time you try? > Now my log file (attached) shows: > > It also claims another window manage is running (and therefore shuts > down), which is untrue (there is no other Xwin process running). Since I have touched 'check for another window manager' code recently, I was kind of expecting to see that I'd managed to break it in some way, but.. I'm not quite sure what to make of that log file. This is very strange. If you look for "(II) xorg.conf is not supported", you'll see that it looks like that server starts again about half-way through. I did wonder if you were managing to somehow start two copies of XWin near-simultaneously, but I don't think that would produce a logfile like that (since it's not opened in append mode, you probably get the logfile from the last process to close it or something like that) An alternative explanation is that there is a really inconveniently timed server regeneration happening: just after the internal client threads have been created, but before they can connect, so they are still hanging around to be accepted by the next server generation. If we did have twice as many threads as we are supposed to, that would explain the final failure due to another WM running (as there's another WM thread, note that there are two 'winMultiWindowXMsgProc - Hello' lines) No idea why the server is regenerating though, needs more meditation :-) -- 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 mbreuer@majjas.com Sun Nov 22 20:49:00 2009 From: mbreuer@majjas.com (Michael Breuer) Date: Sun, 22 Nov 2009 20:49:00 -0000 Subject: cygwinx 1.7 beta - crashes runing virt-manager In-Reply-To: <4B094D89.2030203@dronecode.org.uk> References: <4B061546.6010500@majjas.com> <4B094D89.2030203@dronecode.org.uk> Message-ID: <4B09A385.4080701@majjas.com> Ok - that worked. Was able to remove -noclipboard as well. Will use for a while and make sure it stays up... so far, so good. Jon TURNEY wrote: > On 20/11/2009 04:04, Michael Breuer wrote: >> Connecting to F12 running Gnome, running python based applications >> causes Xwin to segfault. For example, running virt-manager kills Xwin >> immediately. Most of the F12 admin tools exhibit this behavior. I tried >> -swcursor based on some old discussions on this list regarding Java >> crashing Xwin (from 2007). Doesn't help now :( >> >> Anyone have suggestions? > > I can't even use XDMCP to log-in to Fedora 12 (Constantine), due to > random segfaults :-( > > These seem to be due to a bad interaction between the damage tracking > for the Composite extension and damage tracking for the shadow > framebuffer. > > So can you try disabling the composite extension with '-extension > Composite'? (note the captialization) > -- 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 mbreuer@majjas.com Mon Nov 23 02:03:00 2009 From: mbreuer@majjas.com (Michael Breuer) Date: Mon, 23 Nov 2009 02:03:00 -0000 Subject: cygwinx 1.7 beta - crashes runing virt-manager In-Reply-To: <4B09A385.4080701@majjas.com> References: <4B061546.6010500@majjas.com> <4B094D89.2030203@dronecode.org.uk> <4B09A385.4080701@majjas.com> Message-ID: <4B09ED04.2060600@majjas.com> Ok - just an FYI - F12+Cygwin 1.7 seems rock solid with -extension Composite. Been up for a while now, tried all sorts of stuff that was problematic earlier. The only anomaly I encountered (minor) was the cursor not tracking correctly in a Virt-viewer window. That was probably pushing things anyway as the proper way is to run VNC remotely, not in a remote X session... but I figured I'd try to break it. Michael Breuer wrote: > Ok - that worked. Was able to remove -noclipboard as well. Will use > for a while and make sure it stays up... so far, so good. > Jon TURNEY wrote: >> On 20/11/2009 04:04, Michael Breuer wrote: >>> Connecting to F12 running Gnome, running python based applications >>> causes Xwin to segfault. For example, running virt-manager kills Xwin >>> immediately. Most of the F12 admin tools exhibit this behavior. I tried >>> -swcursor based on some old discussions on this list regarding Java >>> crashing Xwin (from 2007). Doesn't help now :( >>> >>> Anyone have suggestions? >> >> I can't even use XDMCP to log-in to Fedora 12 (Constantine), due to >> random segfaults :-( >> >> These seem to be due to a bad interaction between the damage tracking >> for the Composite extension and damage tracking for the shadow >> framebuffer. >> >> So can you try disabling the composite extension with '-extension >> Composite'? (note the captialization) >> > > -- 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 reply-to-list-only-lh-x@cygwin.com Mon Nov 23 05:20:00 2009 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Mon, 23 Nov 2009 05:20:00 -0000 Subject: psexec does not work under cygwin-X In-Reply-To: <50be591b0911200145h13c4499fo6ab326f459bf2937@mail.gmail.com> References: <50be591b0911200134y5dfdcfbei2b799648a75e38d0@mail.gmail.com> <50be591b0911200145h13c4499fo6ab326f459bf2937@mail.gmail.com> Message-ID: <4B0A1B25.30304@cygwin.com> On 11/20/2009 04:45 AM, Hemal Pandya wrote: > Hello, > > It seems psexec (from sysinternals) does not work correctly under > cygwin-X. If I run it at the bash prompt in a command window it > completes normally but from a rxvt or xterm window it stops after the > first line of output from the remote process. And does it have the same problem if you set "tty" in your CYGWIN enviroment variable - see ? Sounds like the same old Win32-program-not-understanding-PTYs issue. Check the Cygwin archives for more. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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 lottas.junk@geekmail.de Mon Nov 23 08:58:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Mon, 23 Nov 2009 08:58:00 -0000 Subject: checkX problems References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> Message-ID: Charles Wilson wrote: > I've integrated Lothar's patch into run2/checkX (along with some other > internal changes), and published a test release. Please try > run-0.3.1-1 and let me know if it fixes your problems with checkX. checkX fails due to a missing "cygustr-1.dll". That's contained in which package? Asks Lothar -- 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 cygwin@cwilson.fastmail.fm Mon Nov 23 13:15:00 2009 From: cygwin@cwilson.fastmail.fm (Charles Wilson) Date: Mon, 23 Nov 2009 13:15:00 -0000 Subject: checkX problems In-Reply-To: References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> Message-ID: <4B0A8AC5.9080305@cwilson.fastmail.fm> Lothar Brendel wrote: > checkX fails due to a missing "cygustr-1.dll". That's contained in which > package? >From http://cygwin.com/packages/ and typing in 'cygustr-1.dll', I get: libustr1 This *should* have been installed by setup automatically, as the run2 package now lists libustr1 as a dependency. -- Chuck -- 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 mbreuer@majjas.com Mon Nov 23 17:06:00 2009 From: mbreuer@majjas.com (Michael Breuer) Date: Mon, 23 Nov 2009 17:06:00 -0000 Subject: cygwinx 1.7 beta - crashes runing virt-manager In-Reply-To: <4B09ED04.2060600@majjas.com> References: <4B061546.6010500@majjas.com> <4B094D89.2030203@dronecode.org.uk> <4B09A385.4080701@majjas.com> <4B09ED04.2060600@majjas.com> Message-ID: <4B0AC0BE.90304@majjas.com> Ok - just one more FYI - after a shutdown and restart, I once again need -noclipboard... so -extension Composite and -noclipboard are working, -noclipboard seems to fix an intermittent problem. Michael Breuer wrote: > Ok - just an FYI - F12+Cygwin 1.7 seems rock solid with -extension > Composite. Been up for a while now, tried all sorts of stuff that was > problematic earlier. The only anomaly I encountered (minor) was the > cursor not tracking correctly in a Virt-viewer window. That was > probably pushing things anyway as the proper way is to run VNC > remotely, not in a remote X session... but I figured I'd try to break it. > Michael Breuer wrote: >> Ok - that worked. Was able to remove -noclipboard as well. Will use >> for a while and make sure it stays up... so far, so good. >> Jon TURNEY wrote: >>> On 20/11/2009 04:04, Michael Breuer wrote: >>>> Connecting to F12 running Gnome, running python based applications >>>> causes Xwin to segfault. For example, running virt-manager kills Xwin >>>> immediately. Most of the F12 admin tools exhibit this behavior. I >>>> tried >>>> -swcursor based on some old discussions on this list regarding Java >>>> crashing Xwin (from 2007). Doesn't help now :( >>>> >>>> Anyone have suggestions? >>> >>> I can't even use XDMCP to log-in to Fedora 12 (Constantine), due to >>> random segfaults :-( >>> >>> These seem to be due to a bad interaction between the damage >>> tracking for the Composite extension and damage tracking for the >>> shadow framebuffer. >>> >>> So can you try disabling the composite extension with '-extension >>> Composite'? (note the captialization) >>> >> >> > > -- 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 lottas.junk@geekmail.de Mon Nov 23 21:46:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Mon, 23 Nov 2009 21:46:00 -0000 Subject: checkX problems References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> Message-ID: Charles Wilson wrote: > Lothar Brendel wrote: >> checkX fails due to a missing "cygustr-1.dll". That's contained in >> which package? > > From http://cygwin.com/packages/ and typing in 'cygustr-1.dll', I get: Great, thanx for that one. > This *should* have been installed by setup automatically, as the run2 > package now lists libustr1 as a dependency. It should list, but it doesn't: $ grep -A9 '@ run2' setup-2.ini @ run2 sdesc: "An enhanced version of the 'run' application launcher" ldesc: "Launches console applications without an console. Uses an xml configuration file to control environment settings and target command line options. Optionally, checks for a running X server and launches one of two alternate targets based on X server status. Also provides the checkX utility." category: Utils requires: cygwin libxml2 libiconv2 zlib0 version: 0.3.1-1 Ciao Lothar -- 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 cygwin@tlinx.org Tue Nov 24 00:06:00 2009 From: cygwin@tlinx.org (Linda Walsh) Date: Tue, 24 Nov 2009 00:06:00 -0000 Subject: vnc btter than X...? In-Reply-To: <4B09ED04.2060600@majjas.com> References: <4B061546.6010500@majjas.com> <4B094D89.2030203@dronecode.org.uk> <4B09A385.4080701@majjas.com> <4B09ED04.2060600@majjas.com> Message-ID: <4B0B2398.3030802@tlinx.org> Michael Breuer wrote: > That was probably > pushing things anyway as the proper way is to run VNC remotely, not in a > remote X session... but I figured I'd try to break it. --- Why is VNC more proper than X? I haven't been able to get VNC to work, but X runs wonderfully. What am I missing? :-) If it's really an improvement, I might spend some more time trying to get it to work... FYI, I'm connecting over an internal 1Gb ethernet with no need for encryption (it's an isolated, internal subnet). So would vnc any advantage? Sorta tangential to the original discussion, but thought I'd ask... thanks, linda -- 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 cygwin@cwilson.fastmail.fm Tue Nov 24 02:39:00 2009 From: cygwin@cwilson.fastmail.fm (Charles Wilson) Date: Tue, 24 Nov 2009 02:39:00 -0000 Subject: checkX problems In-Reply-To: References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> Message-ID: <4B0B4728.40300@cwilson.fastmail.fm> Lothar Brendel wrote: > It should list, but it doesn't: > > $ grep -A9 '@ run2' setup-2.ini ^^^^^^^^^^^ This was the clue. As it happens, the union mount stuff had an override for setup.hint, but not the entire directory. So, the tarballs themselves magically "showed up" in the release-2 area when I installed them in the release/ area, but release-2 retained the old setup.hint. Fixed. Thanks for tracking it down. -- Chuck -- 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 mbreuer@majjas.com Tue Nov 24 03:05:00 2009 From: mbreuer@majjas.com (Michael Breuer) Date: Tue, 24 Nov 2009 03:05:00 -0000 Subject: vnc btter than X...? In-Reply-To: <4B0B2398.3030802@tlinx.org> References: <4B061546.6010500@majjas.com> <4B094D89.2030203@dronecode.org.uk> <4B09A385.4080701@majjas.com> <4B09ED04.2060600@majjas.com> <4B0B2398.3030802@tlinx.org> Message-ID: <4B0B4D5C.1000202@majjas.com> I guess I wasn't clear. I was running VNC in a remote X session. Proper would be to run a VNC client vs. an Xserver. Default behavior for Fedora's Virtual Manager (KVM, Xen, Qemu) is to bring up the virtual system using VNC. VNC is a better solution for a virtual system console. Linda Walsh wrote: > Michael Breuer wrote: >> That was probably pushing things anyway as the proper way is to run >> VNC remotely, not in a remote X session... but I figured I'd try to >> break it. > --- > Why is VNC more proper than X? I haven't been able to get > VNC to work, but X runs wonderfully. What am I missing? :-) > If it's really an improvement, I might spend some more time trying > to get it to work... > > FYI, I'm connecting over an internal 1Gb ethernet with no need > for encryption (it's an isolated, internal subnet). So would vnc > any advantage? > > Sorta tangential to the original discussion, but thought > I'd ask... > > thanks, > linda > > -- > 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/ -- 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 lottas.junk@geekmail.de Wed Nov 25 08:24:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Wed, 25 Nov 2009 08:24:00 -0000 Subject: checkX problems References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> Message-ID: <6BA35940945A4A9D87019C6253F94814@MultiOcke> Charles Wilson wrote: > Lothar Brendel wrote: >> It should list, but it doesn't: >> >> $ grep -A9 '@ run2' setup-2.ini > ^^^^^^^^^^^ > This was the clue. > > As it happens, the union mount stuff had an override for setup.hint, > but not the entire directory. So, the tarballs themselves magically > "showed up" in the release-2 area when I installed them in the > release/ area, but release-2 retained the old setup.hint. Fixed. ACK. libustr1 was pulled in now. Unfortunately the situatiuon with ``startxwin.bat'' is worse now: * ``checkX -t 12'' still doesn't wait (?!?) * After again inserting a sleep between checkXing and starting the xterm, the latter is marginally successful: The process is shown as running but no xterm is showing up :-( I really would investigate this further, but I only get diagnostic output from ``checkX'' (--verbose or --debug) when running it from within an xterm, and that's obviously pointless. Thus, how to obtain output from ``checkX`` in Windows' Command Prompt, how to get it in Cygwin's "bash window"? Asks Lothar -- 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 cygwin@cwilson.fastmail.fm Wed Nov 25 13:19:00 2009 From: cygwin@cwilson.fastmail.fm (Charles Wilson) Date: Wed, 25 Nov 2009 13:19:00 -0000 Subject: checkX problems In-Reply-To: <6BA35940945A4A9D87019C6253F94814@MultiOcke> References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> Message-ID: <4B0D2EB3.6020102@cwilson.fastmail.fm> Lothar Brendel wrote: > Unfortunately the situatiuon with ``startxwin.bat'' is worse now: > > * ``checkX -t 12'' still doesn't wait (?!?) I can't reproduce this. > * After again inserting a sleep between checkXing and starting the > xterm, the latter is marginally successful: The process is shown as > running but no xterm is showing up :-( That's an xterm/XWin issue. > I really would investigate this further, but I only get diagnostic > output from ``checkX'' (--verbose or --debug) when running it from > within an xterm, and that's obviously pointless. > > Thus, how to obtain output from ``checkX`` in Windows' Command Prompt, > how to get it in Cygwin's "bash window"? checkX --notty --debug -t 12 -- Chuck -- 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 kbrown@cornell.edu Wed Nov 25 14:35:00 2009 From: kbrown@cornell.edu (Ken Brown) Date: Wed, 25 Nov 2009 14:35:00 -0000 Subject: checkX problems In-Reply-To: <4B0D2EB3.6020102@cwilson.fastmail.fm> References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> Message-ID: <4B0D40A5.20800@cornell.edu> On 11/25/2009 8:18 AM, Charles Wilson wrote: > Lothar Brendel wrote: >> * After again inserting a sleep between checkXing and starting the >> xterm, the latter is marginally successful: The process is shown as >> running but no xterm is showing up :-( > > That's an xterm/XWin issue. And it's been discussed in several recent threads. A summary of workarounds can be found in http://cygwin.com/ml/cygwin-xfree/2009-11/msg00174.html Ken -- 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 cygwin@cwilson.fastmail.fm Wed Nov 25 14:57:00 2009 From: cygwin@cwilson.fastmail.fm (Charles Wilson) Date: Wed, 25 Nov 2009 14:57:00 -0000 Subject: Problem with new xinit - console window doesn't open (but bash starts) Message-ID: <1259161072.26648.1347005073@webmail.messagingengine.com> Jon TURNEY wrote: > This is typical of the current issue we have where 'run xterm' blocks when > xterm tries to output 'Warning: Missing charsets in String to FontSet conversion' > > Any one of: > - installing the CJK fonts > - having 'tty' in the CYGWIN environment variable > - having the LANG environment set to a non-UTF-8 locale > should work around this problem > > Note that the environment variable will have to be set via the system > applet in the Windows control panel, as only that controls the environment > for the startxwin.bat started from the start menu... There's another option. In startxwin.bat, you could use run2.exe instead of run. Instead of: %RUN% bash -l -c "XWin -multiwindow -clipboard -silent-dup-error" Use %RUNTWO% /usr/bin/XWin.xml where XWin.xml is something like the following (untested): -l -c "XWin -multiwindow -clipboard -silent-dup-error" -- Chuck -- 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 kbrown@cornell.edu Wed Nov 25 15:23:00 2009 From: kbrown@cornell.edu (Ken Brown) Date: Wed, 25 Nov 2009 15:23:00 -0000 Subject: Problem with new xinit - console window doesn't open (but bash starts) In-Reply-To: <1259161072.26648.1347005073@webmail.messagingengine.com> References: <1259161072.26648.1347005073@webmail.messagingengine.com> Message-ID: <4B0D4BDC.7050301@cornell.edu> On 11/25/2009 9:57 AM, Charles Wilson wrote: > Jon TURNEY wrote: >> This is typical of the current issue we have where 'run xterm' blocks when >> xterm tries to output 'Warning: Missing charsets in String to FontSet conversion' >> >> Any one of: >> - installing the CJK fonts >> - having 'tty' in the CYGWIN environment variable >> - having the LANG environment set to a non-UTF-8 locale >> should work around this problem >> >> Note that the environment variable will have to be set via the system >> applet in the Windows control panel, as only that controls the environment >> for the startxwin.bat started from the start menu... > > There's another option. In startxwin.bat, you could use run2.exe instead > of run. Instead of: > > %RUN% bash -l -c "XWin -multiwindow -clipboard -silent-dup-error" > > Use > > %RUNTWO% /usr/bin/XWin.xml > > where XWin.xml is something like the following (untested): > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="run2.xsd"> > > > > > > > > > -l > -c > "XWin -multiwindow -clipboard -silent-dup-error" > > > You can also just use the DOS "set" command right in startxwin.bat. In the case of CYGWIN, the syntax would be SET CYGWIN=%CYGWIN% tty Ken -- 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 cygwin@tlinx.org Thu Nov 26 00:24:00 2009 From: cygwin@tlinx.org (Linda Walsh) Date: Thu, 26 Nov 2009 00:24:00 -0000 Subject: remote desktop Message-ID: <4B0DCABB.5020503@tlinx.org> I'm trying to get a remote desktop to come up, but am not sure what's required on the remote end. Locally, I've been trying 'Xwin -query Either they come up with no login screen, or in one case an error where it said: winProcEstablishConnection - Xdmcp, waiting to start clipboard client until 4th call... winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winGetDisplay: DISPLAY=:0.0 winClipboardProc - DISPLAY=:0.0 winClipboardProc - XOpenDisplay () returned and successfully opened the display. winProcQueryTree - Hello winProcQueryTree - Clipboard client already launched, returning. winClipboardIOErrorHandler! winClipboardProc - setjmp returned for IO Error Handler. winDeinitMultiWindowWM - Noting shutdown in progress --- Is there something I'm missing or need to setup on my remote clients? They are various levels of suse boxen, and claim to have 'xdm' enabled via their chkconfig -- but I don't know if they are configured properly. Think was, is that I tried this before, and it just worked, but after some recent updates, it stopped working. I guess I just got lucky with it working before? It may be there's too little to go on here, and I just need to start from scratch, and try to figure out how XDM works from the man page, but it's odd that it was setup to 'work', but just seems to have randomly broke as I wasn't trying to change any configuration related to xdm on the remote machines...*sigh*. thanks if anyone sees any overt problems or knows any common ones w/suse... linda -- 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 mbreuer@majjas.com Thu Nov 26 01:06:00 2009 From: mbreuer@majjas.com (Michael Breuer) Date: Thu, 26 Nov 2009 01:06:00 -0000 Subject: remote desktop In-Reply-To: <4B0DCABB.5020503@tlinx.org> References: <4B0DCABB.5020503@tlinx.org> Message-ID: <4B0DD490.6050301@majjas.com> If you're running the beta, try adding "-extension Composite -noclipboard" Linda Walsh wrote: > I'm trying to get a remote desktop to come up, but am not sure what's > required on the remote end. > > Locally, I've been trying 'Xwin -query > > Either they come up with no login screen, or in one case an error > where it said: > winProcEstablishConnection - Xdmcp, waiting to start clipboard client > until 4th call... > winInitClipboard () > winProcEstablishConnection - winInitClipboard returned. > winClipboardProc - Hello > DetectUnicodeSupport - Windows NT/2000/XP > winGetDisplay: DISPLAY=:0.0 > winClipboardProc - DISPLAY=:0.0 > winClipboardProc - XOpenDisplay () returned and successfully opened > the display. > winProcQueryTree - Hello > winProcQueryTree - Clipboard client already launched, returning. > winClipboardIOErrorHandler! > > winClipboardProc - setjmp returned for IO Error Handler. > winDeinitMultiWindowWM - Noting shutdown in progress > > > --- > Is there something I'm missing or need to setup on my remote clients? > > They are various levels of suse boxen, and claim to have 'xdm' enabled > via their chkconfig -- but I don't know if they are configured properly. > > Think was, is that I tried this before, and it just worked, but after > some recent updates, it stopped working. I guess I just got lucky with > it working before? > > It may be there's too little to go on here, and I just need to start > from scratch, and try to figure out how XDM works from the man > page, but it's odd that it was setup to 'work', but just seems to have > randomly broke as I wasn't trying to change any configuration related to > xdm on the remote machines...*sigh*. > > thanks if anyone sees any overt problems or knows any common ones > w/suse... > > linda > > -- > 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/ -- 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 lottas.junk@geekmail.de Thu Nov 26 07:23:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Thu, 26 Nov 2009 07:23:00 -0000 Subject: checkX problems References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> Message-ID: Charles Wilson wrote: > Lothar Brendel wrote: >> Unfortunately the situatiuon with ``startxwin.bat'' is worse now: >> >> * ``checkX -t 12'' still doesn't wait (?!?) > > I can't reproduce this. Stupid me, sorry. When updating to pull in libustr1, run2 was accidently reverted to 0.3.0-1. >> * After again inserting a sleep between checkXing and starting the >> xterm, the latter is marginally successful: The process is shown as >> running but no xterm is showing up :-( > > That's an xterm/XWin issue. Errh, yes. Hence, to make Cygwin/X+xterm run out of the box (using the start menu shortcut), you have to install the CJK fonts. One more noob-question, sorry: Which font-package does provide "the CJK fonts"? I tried several ones but up to now in vain. Ciao Lothar -- 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 dickey@his.com Thu Nov 26 11:11:00 2009 From: dickey@his.com (Thomas Dickey) Date: Thu, 26 Nov 2009 11:11:00 -0000 Subject: checkX problems In-Reply-To: References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> Message-ID: <20091126060922.A58578@mail101.his.com> On Thu, 26 Nov 2009, Lothar Brendel wrote: > Charles Wilson wrote: >> Lothar Brendel wrote: >>> Unfortunately the situatiuon with ``startxwin.bat'' is worse now: >>> >>> * ``checkX -t 12'' still doesn't wait (?!?) >> >> I can't reproduce this. > > Stupid me, sorry. When updating to pull in libustr1, run2 was accidently > reverted to 0.3.0-1. > > >>> * After again inserting a sleep between checkXing and starting the >>> xterm, the latter is marginally successful: The process is shown as >>> running but no xterm is showing up :-( >> >> That's an xterm/XWin issue. > > Errh, yes. Hence, to make Cygwin/X+xterm run out of the box (using the start > menu shortcut), you have to install the CJK fonts. One more noob-question, otoh, (discarding run-out-of-the-box, since that doesn't give a good solution), see the comment here about menuLocale: http://invisible-island.net/xterm/xterm.log.html#xterm_224 > sorry: Which font-package does provide "the CJK fonts"? I tried several ones > but up to now in vain. > > Ciao > Lothar > > > -- > 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/ > > -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- 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 kbrown@cornell.edu Thu Nov 26 14:54:00 2009 From: kbrown@cornell.edu (Ken Brown) Date: Thu, 26 Nov 2009 14:54:00 -0000 Subject: checkX problems In-Reply-To: References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> Message-ID: <4B0E9679.5050108@cornell.edu> On 11/26/2009 2:30 AM, Lothar Brendel wrote: > Errh, yes. Hence, to make Cygwin/X+xterm run out of the box (using the > start menu shortcut), you have to install the CJK fonts. One more > noob-question, sorry: Which font-package does provide "the CJK fonts"? I > tried several ones but up to now in vain. There are three packages: font-isas-misc, font-jis-misc, and font-daewoo-misc. -- 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 cygwin@go4more.de Fri Nov 27 09:00:00 2009 From: cygwin@go4more.de (Albrecht Schlosser) Date: Fri, 27 Nov 2009 09:00:00 -0000 Subject: Nedit unstable after 1.7.0-56 update -- clipboard copy segfault In-Reply-To: <4AEE0BE3.9050002@users.sourceforge.net> References: <4AEE0BE3.9050002@users.sourceforge.net> Message-ID: <4B0F950A.3040508@go4more.de> Yaakov (Cygwin/X) wrote: > On 03/08/2009 10:49, Rob Gillen wrote: >> After updating my 1.7 installation to the latest cygwin DLL, my xterms >> were finally able to exec bash (with some issues from bash as well), >> but I immediately ran into segfault when copying to the clipboard from >> nedit. I.e. as soon as I highlighted a line of text and hit CTRL-C, >> it dumped core. > > Actually, this appears to be a known problem with lesstif (the Motif > implementation which nedit and other programs use). It looks like other > distros may have a fix, but it will take me a little while until I can > focus on this. FWIW, if this is still in the pipeline... I'm still on cygwin 1.5, but I experienced similar crashes witn nedit. I don't remember that it crashed when hitting CTRL-C, but it crashes most of the time if I hit CTRL-V to paste some text (sometimes it works, though). The workaround is to use middle-mouse click to paste (and maybe also the edit/paste menu). Albrecht -- 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 jeanluc.malet@gmail.com Fri Nov 27 15:23:00 2009 From: jeanluc.malet@gmail.com (jean-luc malet) Date: Fri, 27 Nov 2009 15:23:00 -0000 Subject: 'run xterm' fails to open a window In-Reply-To: <4B06B4E1.606@dronecode.org.uk> References: <4AF03DCB.9070307@cornell.edu> <6e2d1b810911050047n39923b67ydb91e833e7658361@mail.gmail.com> <6e2d1b810911050145h1c127644k4b18ef80df32d794@mail.gmail.com> <1de9d39c0911050617y7b62d964r1d3422541209b06b@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5880E4@mailserver.metatv-ds.metatv.com> <1de9d39c0911090250y1c22a3b8id0524e5fa2a4e048@mail.gmail.com> <83E753BE7B6A324ABB336245BAF1DAAC0D5EEAAE@mailserver.metatv-ds.metatv.com> <4AFC6D43.5030207@dronecode.org.uk> <4AFCCF09.1080708@cornell.edu> <4B06B4E1.606@dronecode.org.uk> Message-ID: <1de9d39c0911270722u692cc505v232f189bf55b3d8e@mail.gmail.com> On Fri, Nov 20, 2009 at 4:25 PM, Jon TURNEY wrote: > On 13/11/2009 03:14, Ken Brown wrote: >> >> On 11/12/2009 3:17 PM, Jon TURNEY wrote: >>> >>> On 10/11/2009 23:44, Mike Ayers wrote:] >>>> >>>> Apparently, run.exe is not providing stdout/stderr to dump to. The >>>> workaround: >>>> >>>> [SNIP] >>>> C:\mike>C:\cygwin\bin\run.exe -p /usr/bin sh -c "gvim>/dev/null 2>&1" >>>> C:\mike> >>>> [/SNIP] >>> >>> Wait, are you saying that the process that run starts is blocked if it >>> tries to output anything? >> >> Ah, so this explains my xterm problem that started this thread. When I >> start xterm from a shell, I always get the message >> >> Warning: Missing charsets in String to FontSet conversion >> >> When I start xterm via run, this message apparently has nowhere to go >> and the xterm process is blocked. Mike's workaround (with 'gvim' >> replaced by 'xterm') solves the problem, as he said. Is this a bug in run? > > It does kind of look like some problem with run, but not a universal one, > 'run xterm' has been working as expected for me, even when it has to output > something. > > Experimenting a bit, this seems to be related to having CYWIN=tty set in the > windows environment. ?If I remove that, I can reproduce the problem you see. > > I really don't understand the invisible console stuff well enough to attempt > a fix, though... > Ok thanks, yes CYGWIN=tty does fix the issue! many many thanks! JLM -- KISS! (Keep It Simple, Stupid!) (garde le simple, imb?cile!) "mais qu'est-ce que tu m'as pondu comme usine ? gaz? fait des choses simples et qui marchent, esp?ce d'imb?cile!" ----------------------------- "Si vous pensez que vous ?tes trop petit pour changer quoique ce soit, essayez donc de dormir avec un moustique dans votre chambre." Betty Reese http://www.grainesdechangement.com/citations.htm -- 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 Brian.Timares@va.gov Fri Nov 27 15:36:00 2009 From: Brian.Timares@va.gov (Timares, Brian (Patriot)) Date: Fri, 27 Nov 2009 15:36:00 -0000 Subject: xterm doesn't open on start (was: checkX problems) In-Reply-To: <4B0E9679.5050108@cornell.edu> References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> <4B0E9679.5050108@cornell.edu> Message-ID: <270AA78168E41541833C52448F4F34AD1D16D2C4@VHAISHMSGJ2.vha.med.va.gov> Ken Brown wrote: >On 11/26/2009 2:30 AM, Lothar Brendel wrote: >> Errh, yes. Hence, to make Cygwin/X+xterm run out of the box (using the >> start menu shortcut), you have to install the CJK fonts. One more >There are three packages: font-isas-misc, font-jis-misc, and >font-daewoo-misc. I installed those fonts, added LANG as the variable and C as the Value to the System control panel (System Properties, Advanced tab, Environ- ment Variables button, New System variables), put "SET CYGWIN=%CYGWIN% tty" and "%RUN% sleep 5" (separately) into the startxwin.bat. Nothing works. 1.7 doesn't work for me out-of-the-box (yes, I ripped it all out and tried it fresh :-) I open a DOS box and check processes and see bash running with an l or a 1 in the left columnn, but nothing appears. If I launch an Xterm it opens up. It seems some of the login thing happen, but when I add in my ssh-agent starting script, since it requires input, it fails (http://mah.everybody.org/docs/ssh is the script I use). Any other ideas? I keep updating but so far all I can do is launch an Xterm manually and clean up, then everything seems fine til the next time I relaunch it. Brian -- 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 lottas.junk@geekmail.de Fri Nov 27 18:31:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Fri, 27 Nov 2009 18:31:00 -0000 Subject: xterm doesn't open on start (was: checkX problems) References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> <4B0E9679.5050108@cornell.edu> <270AA78168E41541833C52448F4F34AD1D16D2C4@VHAISHMSGJ2.vha.med.va.gov> Message-ID: Timares, Brian (Patriot) wrote: [...] > Nothing works. 1.7 doesn't work for me out-of-the-box (yes, I ripped > it all out and tried it fresh :-) > > I open a DOS box and check processes and see bash running with an l or > a 1 in the left columnn, but nothing appears. If I launch an Xterm > it opens up. It seems some of the login thing happen, but when I add > in my ssh-agent starting script, since it requires input, it fails > (http://mah.everybody.org/docs/ssh is the script I use). > > Any other ideas? Doen't look like the issue http://cygwin.com/ml/cygwin-xfree/2009-11/msg00174.html to me. My guess: It's the old checkX-problem again because you're using version 0.3.0-1 of the run2-package. Do to some reason unknown to me, that's the default version. But we need 0.3.1-1, which you only get when explicitely (triple-)clicking its circular double-arrow (how's that thingy called BTW?) in the Utils category. Maybe Chuck can tell why we don't get the new version as default. Ciao Lothar -- 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 lottas.junk@geekmail.de Fri Nov 27 18:44:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Fri, 27 Nov 2009 18:44:00 -0000 Subject: checkX problems References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> <20091126060922.A58578@mail101.his.com> Message-ID: <5760990720394492BB646362E9A3D524@MultiOcke> Thomas Dickey wrote: > On Thu, 26 Nov 2009, Lothar Brendel wrote: [...] >> Hence, to make Cygwin/X+xterm run out of the box (using >> the start menu shortcut), you have to install the CJK fonts. One >> more noob-question, > > otoh, (discarding run-out-of-the-box, since that doesn't give a good > solution), What's wrong with it running out-of-the-box? For somebody new to Cygwin it's a positive experience when the "XWin Server" shortcut actually opens an xterm. >> Which font-package does provide "the CJK fonts"? I tried >> several ones but up to now in vain. BTW: Following Ken's info ("There are three packages: font-isas-misc, font-jis-misc, and font-daewoo-misc."), I found out to need font-daewoo-misc *and* font-isas-misc to make xterm happy. Ciao Lothar -- 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 dickey@his.com Fri Nov 27 19:02:00 2009 From: dickey@his.com (Thomas Dickey) Date: Fri, 27 Nov 2009 19:02:00 -0000 Subject: checkX problems In-Reply-To: <5760990720394492BB646362E9A3D524@MultiOcke> References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> <20091126060922.A58578@mail101.his.com> <5760990720394492BB646362E9A3D524@MultiOcke> Message-ID: <20091127135947.H53597@mail101.his.com> On Fri, 27 Nov 2009, Lothar Brendel wrote: > Thomas Dickey wrote: >> On Thu, 26 Nov 2009, Lothar Brendel wrote: > > [...] > >>> Hence, to make Cygwin/X+xterm run out of the box (using >>> the start menu shortcut), you have to install the CJK fonts. One >>> more noob-question, >> >> otoh, (discarding run-out-of-the-box, since that doesn't give a good >> solution), > > What's wrong with it running out-of-the-box? For somebody new to Cygwin it's > a positive experience when the "XWin Server" shortcut actually opens an > xterm. out-of-the-box apparently doesn't include the small fix to make it work with Cygwin's configuration. (It wouldn't be in upstream since that would potentially break other packages which can add localized menus, and there doesn't appear to be a programmatic way for xterm to decide if it should apply the workaround). -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- 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 Brian.Timares@va.gov Fri Nov 27 20:29:00 2009 From: Brian.Timares@va.gov (Timares, Brian (Patriot)) Date: Fri, 27 Nov 2009 20:29:00 -0000 Subject: xterm doesn't open on start (was: checkX problems) In-Reply-To: References: <4AEAEEAB.2030009@cornell.edu> <4AFC7EA3.4040908@dronecode.org.uk> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> <4B0E9679.5050108@cornell.edu> <270AA78168E41541833C52448F4F34AD1D16D2C4@VHAISHMSGJ2.vha.med.va.gov> Message-ID: <270AA78168E41541833C52448F4F34AD1D16D545@VHAISHMSGJ2.vha.med.va.gov> Lothar Brendel wrote: >Timares, Brian (Patriot) wrote: >> Nothing works. 1.7 doesn't work for me out-of-the-box (yes, I ripped >> it all out and tried it fresh :-) >> >> I open a DOS box and check processes and see bash running with an l or >> a 1 in the left columnn, but nothing appears. If I launch an Xterm >> it opens up. It seems some of the login thing happen, but when I add >> in my ssh-agent starting script, since it requires input, it fails >> (http://mah.everybody.org/docs/ssh is the script I use). >> >> Any other ideas? > >Doen't look like the issue >http://cygwin.com/ml/cygwin-xfree/2009-11/msg00174.html to me. > >My guess: It's the old checkX-problem again because you're using version >0.3.0-1 of the run2-package. Do to some reason unknown to me, that's the >default version. But we need 0.3.1-1, which you only get when explicitely >(triple-)clicking its circular double-arrow (how's that thingy called BTW?) >in the Utils category. Tried it, including changing XWin Server to C:\cygwin\bin\run2.exe /usr/bin/startxwin.bat but it didn't help. I next changed the obvious line in startxwin.bat to SET RUN=%CYGWIN_ROOT%\bin\run2 -p /usr/bin then it didn't start at all. Removing that line, it is back to its previous behavior. The only line with checkX in it in my startxwin.bat is: %RUN% checkX -wait -d %DISPLAY% -t 12 FWIW, here are my processes: C:\cygwin\bin>ps auxwww PID PPID PGID WINPID TTY UID STIME COMMAND 3556 1 3556 3556 0 180490 13:15:43 /usr/bin/bash 2400 1 2400 2400 ? 180490 13:15:44 /usr/bin/ssh-agent I 2496 3556 3556 3700 0 180490 13:15:45 /usr/bin/ssh-add 3024 1 3024 3024 1 180490 13:19:58 /usr/bin/ps If I take the ssh-agent and ssh-add parts out, I get bash and ps by themselves. And my environment variables related to Cygwin: C:\cygwin\bin>set|egrep "CYGWIN|LANG" CYGWIN=tty LANG=C I don't know that I have all the right fonts in this installation, but based on the above 2 settings I think it shouldn't matter. C:\cygwin\bin>grep ^font- cygcheck.out font-adobe-dpi75 1.0.1-1 font-adobe-utopia-type1 1.0.2-1 font-alias 1.0.2-1 font-bh-lucidatypewriter-dpi75 1.0.1-1 font-bitstream-vera-ttf 1.10-1 font-cursor-misc 1.0.1-1 font-daewoo-misc 1.0.1-1 font-encodings 1.0.3-1 font-isas-misc 1.0.1-1 font-jis-misc 1.0.1-1 font-misc-misc 1.1.0-1 font-xfree86-type1 1.0.2-1 OK, I added ALL fonts (why not?) and have included a new cygcheck.out but no luck. To get the Xserver icon in the taskbar icon area to show I have to launch XWin Server twice :-( Brian -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out Type: application/octet-stream Size: 62024 bytes Desc: cygcheck.out URL: -------------- next part -------------- -- 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 lottas.junk@geekmail.de Fri Nov 27 21:57:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Fri, 27 Nov 2009 21:57:00 -0000 Subject: xterm doesn't open on start (was: checkX problems) References: <4AEAEEAB.2030009@cornell.edu> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> <4B0E9679.5050108@cornell.edu> <270AA78168E41541833C52448F4F34AD1D16D2C4@VHAISHMSGJ2.vha.med.va.gov> <270AA78168E41541833C52448F4F34AD1D16D545@VHAISHMSGJ2.vha.med.va.gov> Message-ID: <34FC5A3DFA88402C87957FC903ED71A2@MultiOcke> Timares, Brian (Patriot) wrote: > Lothar Brendel wrote: [...] >> My guess: It's the old checkX-problem again because you're using >> version >> 0.3.0-1 of the run2-package. Do to some reason unknown to me, that's >> the default version. But we need 0.3.1-1, which you only get when >> explicitely (triple-)clicking its circular double-arrow (how's that >> thingy called BTW?) in the Utils category. > > Tried it, including changing XWin Server to > C:\cygwin\bin\run2.exe /usr/bin/startxwin.bat That was a misunderstanding. I didn't mean to use ``run2'' instead of ``run'' but to verify that the version of the *package* 'run2' (containing ``checkX'') is the most recent one. Did you do that? Asks Lothar -- 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 Brian.Timares@va.gov Fri Nov 27 23:07:00 2009 From: Brian.Timares@va.gov (Timares, Brian (Patriot)) Date: Fri, 27 Nov 2009 23:07:00 -0000 Subject: xterm doesn't open on start (was: checkX problems) In-Reply-To: <34FC5A3DFA88402C87957FC903ED71A2@MultiOcke> References: <4AEAEEAB.2030009@cornell.edu> <764E086205BD4C2FB577A5F318234A22@MultiOcke> <4AFCC408.7040005@cwilson.fastmail.fm> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> <4B0E9679.5050108@cornell.edu> <270AA78168E41541833C52448F4F34AD1D16D2C4@VHAISHMSGJ2.vha.med.va.gov> <270AA78168E41541833C52448F4F34AD1D16D545@VHAISHMSGJ2.vha.med.va.gov> <3 4FC5A3DFA88402C87957FC903ED71A2@MultiOcke> Message-ID: <270AA78168E41541833C52448F4F34AD1D16D5E4@VHAISHMSGJ2.vha.med.va.gov> Lothar Brendel wrote: >Timares, Brian (Patriot) wrote: >> Lothar Brendel wrote: >>> My guess: It's the old checkX-problem again because you're using >>> version >>> 0.3.0-1 of the run2-package. Do to some reason unknown to me, that's >>> the default version. But we need 0.3.1-1, which you only get when >> Tried it, including changing XWin Server to >> C:\cygwin\bin\run2.exe /usr/bin/startxwin.bat >That was a misunderstanding. I didn't mean to use ``run2'' instead of >``run'' but to verify that the version of the *package* 'run2' (containing >``checkX'') is the most recent one. Did you do that? You were clear. I did get the 0.3.1-1 and it showed up just as you said. It didn't help, so then I tried changing run to run2, but changed it all back since it didn't help. Brian by the way, Outlook makes proper quoting a royal pain :-/ -- 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 fergus@bonhard.uklinux.net Sat Nov 28 06:53:00 2009 From: fergus@bonhard.uklinux.net (Fergus) Date: Sat, 28 Nov 2009 06:53:00 -0000 Subject: Unrecognized option: -nolock Message-ID: <4B10C8D1.9030807@bonhard.uklinux.net> With the latest release 1.7.0-67 Cygwin [1.7] now works glitch-free on FAT32 filesystems; but to run X on FAT32 we still have to revert to 1.7.0-60. The recommended fix (there may be more than one but this seems potentially the easiest and most effective) is to run X -nolock. But this option is unrecognised in the current XWin. Please could -nolock be reintroduced so that FAT32 users can take full advantage of the current .dll? Thank you. Fergus -- 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 lottas.junk@geekmail.de Sat Nov 28 09:38:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Sat, 28 Nov 2009 09:38:00 -0000 Subject: xterm doesn't open on start (was: checkX problems) References: <4AEAEEAB.2030009@cornell.edu> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> <4B0E9679.5050108@cornell.edu> <270AA78168E41541833C52448F4F34AD1D16D2C4@VHAISHMSGJ2.vha.med.va.gov> <270AA78168E41541833C52448F4F34AD1D16D545@VHAISHMSGJ2.vha.med.va.gov> <3 4FC5A3DFA88402C87957FC903ED71A2@MultiOcke> <270AA78168E41541833C52448F4F34AD1D16D5E4@VHAISHMSGJ2.vha.med.va.gov> Message-ID: <64D542799A7246F4A7712FD0F65274D7@MultiOcke> Timares, Brian (Patriot) wrote: > Lothar Brendel wrote: >> Timares, Brian (Patriot) wrote: >>> Lothar Brendel wrote: >>>> My guess: It's the old checkX-problem again because you're using >>>> version >>>> 0.3.0-1 of the run2-package. Do to some reason unknown to me, >>>> that's the default version. But we need 0.3.1-1, which you only >>>> get when >>> Tried it, including changing XWin Server to >>> C:\cygwin\bin\run2.exe /usr/bin/startxwin.bat > >> That was a misunderstanding. I didn't mean to use ``run2'' instead of >> ``run'' but to verify that the version of the *package* 'run2' >> (containing ``checkX'') is the most recent one. Did you do that? > > You were clear. I did get the 0.3.1-1 and it showed up just as you > said. IC, but could you please perform the following two tests nevertheless? First open Cygwin's standard bash console, then enter: i) ```time checkX -t 12'' How long does it take? ii) ``startxwin.sh'' Any messages? Ciao Lothar -- 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 kbrown@cornell.edu Sat Nov 28 12:22:00 2009 From: kbrown@cornell.edu (Ken Brown) Date: Sat, 28 Nov 2009 12:22:00 -0000 Subject: X11R7.5 and C.UTF-8 In-Reply-To: <416096c60910281507n4774534dode1d24ac47d5b0a2@mail.gmail.com> References: <4AE8539E.9080004@cornell.edu> <20091028172216.P60895@mail101.his.com> <4AE8BC12.1060109@cornell.edu> <416096c60910281507n4774534dode1d24ac47d5b0a2@mail.gmail.com> Message-ID: <4B1115EC.7010308@cornell.edu> On 10/28/2009 6:07 PM, Andy Koppe wrote: > 2009/10/28 Ken Brown: >> Maybe my terminology is wrong. But if you start mintty with no .minttyrc >> and with LANG unset, mintty will set LANG=C.UTF-8. > > Yep. That's primarily for emacs' benefit, which parses the locale env > variables itself instead of using setlocale(LC_CTYPE, ""), thereby > missing out on Cygwin's default locale. Andy, I've sent a report about this to the emacs-devel list (http://lists.gnu.org/archive/html/emacs-devel/2009-11/threads.html#01216). But I don't have a good understanding of locale issues. Could you take a look and see if what I said is accurate or if more should be said? Thanks. Ken -- 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 andy.koppe@gmail.com Sat Nov 28 13:35:00 2009 From: andy.koppe@gmail.com (Andy Koppe) Date: Sat, 28 Nov 2009 13:35:00 -0000 Subject: X11R7.5 and C.UTF-8 In-Reply-To: <4B1115EC.7010308@cornell.edu> References: <4AE8539E.9080004@cornell.edu> <20091028172216.P60895@mail101.his.com> <4AE8BC12.1060109@cornell.edu> <416096c60910281507n4774534dode1d24ac47d5b0a2@mail.gmail.com> <4B1115EC.7010308@cornell.edu> Message-ID: <416096c60911280534g1b15b5d6y291d52b534dac9a1@mail.gmail.com> 2009/11/28 Ken Brown: > On 10/28/2009 6:07 PM, Andy Koppe wrote: >> >> 2009/10/28 Ken Brown: >>> >>> Maybe my terminology is wrong. ?But if you start mintty with no .minttyrc >>> and with LANG unset, mintty will set LANG=C.UTF-8. >> >> Yep. That's primarily for emacs' benefit, which parses the locale env >> variables itself instead of using setlocale(LC_CTYPE, ""), thereby >> missing out on Cygwin's default locale. > > Andy, > > I've sent a report about this to the emacs-devel list > (http://lists.gnu.org/archive/html/emacs-devel/2009-11/threads.html#01216). > ?But I don't have a good understanding of locale issues. ?Could you take a > look and see if what I said is accurate or if more should be said? Thanks Ken, I think you've got that all correct, including pointing the finger at mule-cmds.el as the suspect. I'll keep an eye on that thread. One more thing that might be worth mentioning is 'nl_langinfo(CODESET)' for enquiring about the character encoding. (It's actually being used in a couple of places in the emacs sources already, in fns.c and w32proc.c, but I don't know what significance those files have.) Andy -- 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 kbrown@cornell.edu Sat Nov 28 15:29:00 2009 From: kbrown@cornell.edu (Ken Brown) Date: Sat, 28 Nov 2009 15:29:00 -0000 Subject: X11R7.5 and C.UTF-8 In-Reply-To: <416096c60911280534g1b15b5d6y291d52b534dac9a1@mail.gmail.com> References: <4AE8539E.9080004@cornell.edu> <20091028172216.P60895@mail101.his.com> <4AE8BC12.1060109@cornell.edu> <416096c60910281507n4774534dode1d24ac47d5b0a2@mail.gmail.com> <4B1115EC.7010308@cornell.edu> <416096c60911280534g1b15b5d6y291d52b534dac9a1@mail.gmail.com> Message-ID: <4B1141D9.6010007@cornell.edu> On 11/28/2009 8:34 AM, Andy Koppe wrote: > 2009/11/28 Ken Brown: >> On 10/28/2009 6:07 PM, Andy Koppe wrote: >>> 2009/10/28 Ken Brown: >>>> Maybe my terminology is wrong. But if you start mintty with no .minttyrc >>>> and with LANG unset, mintty will set LANG=C.UTF-8. >>> Yep. That's primarily for emacs' benefit, which parses the locale env >>> variables itself instead of using setlocale(LC_CTYPE, ""), thereby >>> missing out on Cygwin's default locale. >> Andy, >> >> I've sent a report about this to the emacs-devel list >> (http://lists.gnu.org/archive/html/emacs-devel/2009-11/threads.html#01216). >> But I don't have a good understanding of locale issues. Could you take a >> look and see if what I said is accurate or if more should be said? > > Thanks Ken, I think you've got that all correct, including pointing > the finger at mule-cmds.el as the suspect. I'll keep an eye on that > thread. > > One more thing that might be worth mentioning is > 'nl_langinfo(CODESET)' for enquiring about the character encoding. > (It's actually being used in a couple of places in the emacs sources > already, in fns.c and w32proc.c, but I don't know what significance > those files have.) w32proc.c doesn't get compiled in the Cygwin build, but fns.c does. The call to nl_langinfo(CODESET) is in the definition of the locale-info function, which provides a way for emacs to determine the CODESET. I've passed this on to the emacs-devel list. Thanks for the help. Ken -- 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 Sat Nov 28 18:01:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Sat, 28 Nov 2009 18:01:00 -0000 Subject: Unrecognized option: -nolock In-Reply-To: <4B10C8D1.9030807@bonhard.uklinux.net> References: <4B10C8D1.9030807@bonhard.uklinux.net> Message-ID: <4B116597.7020202@dronecode.org.uk> On 28/11/2009 06:53, Fergus wrote: > With the latest release 1.7.0-67 Cygwin [1.7] now works glitch-free on > FAT32 filesystems; but to run X on FAT32 we still have to revert to > 1.7.0-60. The recommended fix (there may be more than one but this seems > potentially the easiest and most effective) is to run X -nolock. But > this option is unrecognised in the current XWin. Please could -nolock be > reintroduced so that FAT32 users can take full advantage of the current > .dll? > Thank you. > Fergus Thanks for reporting this bug. This is an upstream change in 1.7.0 and later, and looks like it's been disabled by accident during some code clean-up. Patch to follow. -- 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 jon.turney@dronecode.org.uk Sat Nov 28 18:03:00 2009 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Sat, 28 Nov 2009 18:03:00 -0000 Subject: [PATCH] Repair '-nolock' In-Reply-To: <4B116597.7020202@dronecode.org.uk> References: <4B116597.7020202@dronecode.org.uk> Message-ID: <1259431399-2812-1-git-send-email-jon.turney@dronecode.org.uk> commit 446fe9eecddd1337f9d5164dd7c301e1ba3dfe32 removes the AC_DEFINE for SERVER_LOCK and conditional compilation checking it, making it always on everywhere, except in os/utils.c where code is left under SERVER_LOCK, which now never gets built, making the '-nolock' option non-functional... Signed-off-by: Jon TURNEY --- os/utils.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/os/utils.c b/os/utils.c index 3879449..34c7b88 100644 --- a/os/utils.c +++ b/os/utils.c @@ -504,9 +504,7 @@ void UseMsg(void) #ifdef RLIMIT_STACK ErrorF("-ls int limit stack space to N Kb\n"); #endif -#ifdef SERVER_LOCK ErrorF("-nolock disable the locking mechanism\n"); -#endif #ifndef NOLOGOHACK ErrorF("-logo enable logo in screen saver\n"); ErrorF("nologo disable logo in screen saver\n"); @@ -758,7 +756,6 @@ ProcessCommandLine(int argc, char *argv[]) UseMsg(); } #endif -#ifdef SERVER_LOCK else if ( strcmp ( argv[i], "-nolock") == 0) { #if !defined(WIN32) && !defined(__CYGWIN__) @@ -768,7 +765,6 @@ ProcessCommandLine(int argc, char *argv[]) #endif nolock = TRUE; } -#endif #ifndef NOLOGOHACK else if ( strcmp( argv[i], "-logo") == 0) { -- 1.6.4.2 -- 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 yselkowitz@users.sourceforge.net Sun Nov 29 03:44:00 2009 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Sun, 29 Nov 2009 03:44:00 -0000 Subject: [ANNOUNCEMENT] [1.7] Updated: xterm-251-1 Message-ID: The following package has been updated for Cygwin 1.7: *** xterm-251-1 This is an update to the latest upstream version, with patches to fix compatibility with the latest Cygwin and terminfo. Yaakov Cygwin/X CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO ====================================== If you want to unsubscribe from the cygwin-xfree-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#subscribe-unsubscribe If this does not work, then look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-xfree-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- 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 cop3252@yahoo.com Mon Nov 30 03:29:00 2009 From: cop3252@yahoo.com (Joe Java) Date: Mon, 30 Nov 2009 03:29:00 -0000 Subject: xterm not working Message-ID: <362945.66796.qm@web34403.mail.mud.yahoo.com> Gone for Thanksgiving break, return and update cygwin, and now xterm does not show anymore. I have not upgraded to the latest 1.7 (I am waiting for the official release). I read the other messages and nothing seems to work. Does anyone have a SIMPLE solution to this problem. -- 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 yselkowitz@users.sourceforge.net Mon Nov 30 04:43:00 2009 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Mon, 30 Nov 2009 04:43:00 -0000 Subject: xterm not working In-Reply-To: <362945.66796.qm@web34403.mail.mud.yahoo.com> References: <362945.66796.qm@web34403.mail.mud.yahoo.com> Message-ID: <4B134D1C.9060404@users.sourceforge.net> On 29/11/2009 21:28, Joe Java wrote: > Gone for Thanksgiving break, return and update cygwin, and now xterm does not show anymore. I have not upgraded to the latest 1.7 (I am waiting for the official release). I read the other messages and nothing seems to work. > > Does anyone have a SIMPLE solution to this problem. Downgrade the termcap package until there is another update thereto. Yaakov Cygwin/X -- 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 fergus@bonhard.uklinux.net Mon Nov 30 07:57:00 2009 From: fergus@bonhard.uklinux.net (Fergus) Date: Mon, 30 Nov 2009 07:57:00 -0000 Subject: [PATCH] Repair '-nolock' Message-ID: <4B137AF0.8040407@bonhard.uklinux.net> (Sorry to send twice: originally sent yesterday Sunday 0728 GMT but never arrived at cygwin-xfree at cygwin dot com; 2nd attempt today Monday 0752 GMT and hope for better progress.) Message was: Thank you. 1 Will this amendment eventually be incorporated into an updated .bz2 file under /release? 2 If not then (I am sorry) I do not know how to introduce a patch into an existing executable. If this is something everybody in the world except me knows, can you direct me to a howto? Thanks again. Fergus -- 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 dickey@his.com Mon Nov 30 09:22:00 2009 From: dickey@his.com (Thomas Dickey) Date: Mon, 30 Nov 2009 09:22:00 -0000 Subject: xterm not working In-Reply-To: <4B134D1C.9060404@users.sourceforge.net> References: <362945.66796.qm@web34403.mail.mud.yahoo.com> <4B134D1C.9060404@users.sourceforge.net> Message-ID: <20091130042201.W75428@mail101.his.com> On Sun, 29 Nov 2009, Yaakov (Cygwin/X) wrote: > On 29/11/2009 21:28, Joe Java wrote: >> Gone for Thanksgiving break, return and update cygwin, and now xterm >> does not show anymore. I have not upgraded to the latest 1.7 (I am waiting >> for the official release). I read the other messages and nothing seems to >> work. >> >> Does anyone have a SIMPLE solution to this problem. > > Downgrade the termcap package until there is another update thereto. I didn't see that one (what was the issue?) -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- 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 andy.koppe@gmail.com Mon Nov 30 09:38:00 2009 From: andy.koppe@gmail.com (Andy Koppe) Date: Mon, 30 Nov 2009 09:38:00 -0000 Subject: xterm not working In-Reply-To: <20091130042201.W75428@mail101.his.com> References: <362945.66796.qm@web34403.mail.mud.yahoo.com> <4B134D1C.9060404@users.sourceforge.net> <20091130042201.W75428@mail101.his.com> Message-ID: <416096c60911300138t2189bb87m8cfe8f6e45c51526@mail.gmail.com> 2009/11/30 Thomas Dickey: >>> ? Gone for Thanksgiving break, return and update cygwin, and now xterm >>> does not show anymore. ?I have not upgraded to the latest 1.7 (I am waiting >>> for the official release). ?I read the other messages and nothing seems to >>> work. >>> >>> ? Does anyone have a SIMPLE solution to this problem. >> >> Downgrade the termcap package until there is another update thereto. > > I didn't see that one (what was the issue?) The latest termcap, which was automatically generated from terminfo, has entries longer than 1K in it. Andy -- 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 andy.koppe@gmail.com Mon Nov 30 09:41:00 2009 From: andy.koppe@gmail.com (Andy Koppe) Date: Mon, 30 Nov 2009 09:41:00 -0000 Subject: [PATCH] Repair '-nolock' In-Reply-To: <4B137AF0.8040407@bonhard.uklinux.net> References: <4B137AF0.8040407@bonhard.uklinux.net> Message-ID: <416096c60911300141j6e89bb3vcd526ec3dab74445@mail.gmail.com> 2009/11/30 Fergus: > (Sorry to send twice: originally sent yesterday Sunday 0728 GMT but never > arrived at cygwin-xfree at cygwin dot com; 2nd attempt today Monday 0752 GMT > and hope for better progress.) Message was: > > Thank you. > > 1 Will this amendment eventually be incorporated into an updated .bz2 file > ?under /release? No, it's obviously only going to be fixed in CVS, just to tease you. ;) Andy -- 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 dickey@his.com Mon Nov 30 10:11:00 2009 From: dickey@his.com (Thomas Dickey) Date: Mon, 30 Nov 2009 10:11:00 -0000 Subject: xterm not working In-Reply-To: <416096c60911300138t2189bb87m8cfe8f6e45c51526@mail.gmail.com> References: <362945.66796.qm@web34403.mail.mud.yahoo.com> <4B134D1C.9060404@users.sourceforge.net> <20091130042201.W75428@mail101.his.com> <416096c60911300138t2189bb87m8cfe8f6e45c51526@mail.gmail.com> Message-ID: <20091130051030.H75428@mail101.his.com> On Mon, 30 Nov 2009, Andy Koppe wrote: > 2009/11/30 Thomas Dickey: >>>> ? Gone for Thanksgiving break, return and update cygwin, and now xterm >>>> does not show anymore. ?I have not upgraded to the latest 1.7 (I am waiting >>>> for the official release). ?I read the other messages and nothing seems to >>>> work. >>>> >>>> ? Does anyone have a SIMPLE solution to this problem. >>> >>> Downgrade the termcap package until there is another update thereto. >> >> I didn't see that one (what was the issue?) > > The latest termcap, which was automatically generated from terminfo, > has entries longer than 1K in it. ok... (I thought cygwin was using GNU termcap, which supposedly works with longer entries - though I recall _that_ being fixed more than once). -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -------------- next part -------------- -- 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 dickey@his.com Mon Nov 30 10:13:00 2009 From: dickey@his.com (Thomas Dickey) Date: Mon, 30 Nov 2009 10:13:00 -0000 Subject: xterm not working In-Reply-To: <416096c60911300138t2189bb87m8cfe8f6e45c51526@mail.gmail.com> References: <362945.66796.qm@web34403.mail.mud.yahoo.com> <4B134D1C.9060404@users.sourceforge.net> <20091130042201.W75428@mail101.his.com> <416096c60911300138t2189bb87m8cfe8f6e45c51526@mail.gmail.com> Message-ID: <20091130051210.R75428@mail101.his.com> On Mon, 30 Nov 2009, Andy Koppe wrote: > 2009/11/30 Thomas Dickey: >>>> ? Gone for Thanksgiving break, return and update cygwin, and now xterm >>>> does not show anymore. ?I have not upgraded to the latest 1.7 (I am waiting >>>> for the official release). ?I read the other messages and nothing seems to >>>> work. >>>> >>>> ? Does anyone have a SIMPLE solution to this problem. >>> >>> Downgrade the termcap package until there is another update thereto. >> >> I didn't see that one (what was the issue?) > > The latest termcap, which was automatically generated from terminfo, > has entries longer than 1K in it. btw, infocmp -Cr should limit that by default, unless -T option is added -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -------------- next part -------------- -- 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 cop3252@yahoo.com Mon Nov 30 11:50:00 2009 From: cop3252@yahoo.com (Joe Java) Date: Mon, 30 Nov 2009 11:50:00 -0000 Subject: xterm not working Message-ID: <19446.30865.qm@web34405.mail.mud.yahoo.com> Thank you! xterm now works again. The solution was: Run the Cygwin "setup" program, and on the "Select Packages" page, choose "Utils" and within there choose "termcap" and downgrade to version "20050421-1". -- 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 corinna-cygwin@cygwin.com Mon Nov 30 12:43:00 2009 From: corinna-cygwin@cygwin.com (Corinna Vinschen) Date: Mon, 30 Nov 2009 12:43:00 -0000 Subject: xterm not working In-Reply-To: <4B134D1C.9060404@users.sourceforge.net> References: <362945.66796.qm@web34403.mail.mud.yahoo.com> <4B134D1C.9060404@users.sourceforge.net> Message-ID: <20091130124343.GA27721@calimero.vinschen.de> On Nov 29 22:42, Yaakov S wrote: > On 29/11/2009 21:28, Joe Java wrote: > > Gone for Thanksgiving break, return and update cygwin, and now xterm does not show anymore. I have not upgraded to the latest 1.7 (I am waiting for the official release). I read the other messages and nothing seems to work. > > > > Does anyone have a SIMPLE solution to this problem. > > Downgrade the termcap package until there is another update thereto. Isn't xterm linked against ncurses? Why does it break on a termcap file at all? There's a big chance that I just missed the thread in which this has been discussed. A pointer would be nice. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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 andy.koppe@gmail.com Mon Nov 30 13:20:00 2009 From: andy.koppe@gmail.com (Andy Koppe) Date: Mon, 30 Nov 2009 13:20:00 -0000 Subject: xterm not working In-Reply-To: <20091130124343.GA27721@calimero.vinschen.de> References: <362945.66796.qm@web34403.mail.mud.yahoo.com> <4B134D1C.9060404@users.sourceforge.net> <20091130124343.GA27721@calimero.vinschen.de> Message-ID: <416096c60911300519g15cd9e74h25a3b19068d25dbf@mail.gmail.com> 2009/11/30 Corinna Vinschen: >> > ? Gone for Thanksgiving break, return and update cygwin, and now xterm does not show anymore. ?I have not upgraded to the latest 1.7 (I am waiting for the official release). ?I read the other messages and nothing seems to work. >> > >> > ? Does anyone have a SIMPLE solution to this problem. >> >> Downgrade the termcap package until there is another update thereto. > > Isn't xterm linked against ncurses? ?Why does it break on a termcap > file at all? ?There's a big chance that I just missed the thread in > which this has been discussed. ?A pointer would be nice. It doesn't answer your questions, but here it is: http://cygwin.com/ml/cygwin/2009-11/msg00936.html Andy -- 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 cygwin@cwilson.fastmail.fm Mon Nov 30 13:45:00 2009 From: cygwin@cwilson.fastmail.fm (Charles Wilson) Date: Mon, 30 Nov 2009 13:45:00 -0000 Subject: xterm not working In-Reply-To: <20091130051030.H75428@mail101.his.com> References: <362945.66796.qm@web34403.mail.mud.yahoo.com> <4B134D1C.9060404@users.sourceforge.net> <20091130042201.W75428@mail101.his.com> <416096c60911300138t2189bb87m8cfe8f6e45c51526@mail.gmail.com> <20091130051030.H75428@mail101.his.com> Message-ID: <4B13CC5A.6000503@cwilson.fastmail.fm> Thomas Dickey wrote: > On Mon, 30 Nov 2009, Andy Koppe wrote: >> The latest termcap, which was automatically generated from terminfo, >> has entries longer than 1K in it. > > ok... (I thought cygwin was using GNU termcap, which supposedly works > with longer entries - though I recall _that_ being fixed more than once). Red herring. The problem IS with the latest /etc/termcap, but it isn't an "entry too long" problem. It is an "entries contain multiple :tc=" options problem. This can be fixed by generating /etc/termcap using tic's '-r' option. Look for a new /etc/termcap soon. It'd be nice if xterm didn't coredump, but I suspect the coredump actually occurs inside code from the (obsoleted on cygwin) libtermcap.a -- so there's nothing to fix, except to recompile xterm on cygwin to not use libtermcap and instead use libncurses. Which is exactly what Yaakov has already done, for cygwin-1.7 only. -- Chuck -- 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 cygwin@cwilson.fastmail.fm Mon Nov 30 13:47:00 2009 From: cygwin@cwilson.fastmail.fm (Charles Wilson) Date: Mon, 30 Nov 2009 13:47:00 -0000 Subject: xterm not working In-Reply-To: <20091130124343.GA27721@calimero.vinschen.de> References: <362945.66796.qm@web34403.mail.mud.yahoo.com> <4B134D1C.9060404@users.sourceforge.net> <20091130124343.GA27721@calimero.vinschen.de> Message-ID: <4B13CCE3.5050802@cwilson.fastmail.fm> Corinna Vinschen wrote: > Isn't xterm linked against ncurses? The new 1.7 xterm is. The old 1.5 xterm is still termcap based. > Why does it break on a termcap > file at all? 1.5 only, and it breaks because the termcap file was NOT generated using '-r' to limit the number of allowed ':tc=' options in a single termcap definition. Will be fixed soon. -- chuck -- 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 moss@cs.umass.edu Mon Nov 30 15:45:00 2009 From: moss@cs.umass.edu (Eliot Moss) Date: Mon, 30 Nov 2009 15:45:00 -0000 Subject: [ANNOUNCEMENT] [1.7] Updated: xterm-251-1 In-Reply-To: References: Message-ID: <4B13E8AB.5060300@cs.umass.edu> Thank you, Yaakov -- this definitely fixed my problem, and ldd shows that it requests ncurses, as desired for the future. Best wishes -- Eliot -- 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 Brian.Timares@va.gov Mon Nov 30 20:52:00 2009 From: Brian.Timares@va.gov (Timares, Brian (Patriot)) Date: Mon, 30 Nov 2009 20:52:00 -0000 Subject: xterm doesn't open on start (was: checkX problems) In-Reply-To: <64D542799A7246F4A7712FD0F65274D7@MultiOcke> References: <4AEAEEAB.2030009@cornell.edu> <01CC888973B04485A45E000E506E8BE2@MultiOcke> <83E753BE7B6A324ABB336245BAF1DAAC0D675503@mailserver.metatv-ds.metatv.com> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> <4B0E9679.5050108@cornell.edu> <270AA78168E41541833C52448F4F34AD1D16D2C4@VHAISHMSGJ2.vha.med.va.gov> <270AA78168E41541833C52448F4F34AD1D16D545@VHAISHMSGJ2.vha.med.va.gov> <3 4FC5A3DFA88402C87957FC903ED71A2@MultiOcke> <270AA78168E41541833C52448F4F34AD1D16D5E4@VHAISHMSGJ2.vha.med.va.gov > <64D542799A7246F4A7712FD0F65274D7@MultiOcke> Message-ID: <270AA78168E41541833C52448F4F34AD1D2B13A0@VHAISHMSGJ2.vha.med.va.gov> Just to be clear from the start, Cygwin 1.7 not 1.5. And I tried to make this clear. And I tried to not let Outlook's word-wrap inter- fere. Lothar Brendel wrote: >Timares, Brian (Patriot) wrote: >> Lothar Brendel wrote: >>> Timares, Brian (Patriot) wrote: >>>> Lothar Brendel wrote: >>>>> My guess: It's the old checkX-problem again because you're using >>>>> version >>>>> 0.3.0-1 of the run2-package. Do to some reason unknown to me, >>>>> that's the default version. But we need 0.3.1-1, which you only >>>>> get when >>>> Tried it, including changing XWin Server to >>>> C:\cygwin\bin\run2.exe /usr/bin/startxwin.bat >> >>> That was a misunderstanding. I didn't mean to use ``run2'' instead of >>> ``run'' but to verify that the version of the *package* 'run2' >>> (containing ``checkX'') is the most recent one. Did you do that? >> >> You were clear. I did get the 0.3.1-1 and it showed up just as you >> said. > >IC, but could you please perform the following two tests nevertheless? >First open Cygwin's standard bash console, then enter: Ran Cygwin Bash Shell, which has a Target of "C:\cygwin\Cygwin.bat ": Initialising new SSH agent... succeeded Enter passphrase for /home/VHAISBTIMARB/.ssh/id_rsa: Bad passphrase, try again for /home/VHAISBTIMARB/.ssh/id_rsa: Identity added: /home/VHAISBTIMARB/.ssh/id_rsa (/home/VHAISBTIMARB/.ssh/id_rsa) VHAISBTIMARB@isb-timaresbrian-lt ~ $ ps PID PPID PGID WINPID TTY UID STIME COMMAND 4676 1 4676 4676 0 180490 09:16:53 /usr/bin/bash 4824 1 4824 4824 ? 180490 09:16:54 /usr/bin/ssh-agent 5548 4676 5548 1608 0 180490 09:17:30 /usr/bin/ps >i) ```time checkX -t 12'' >How long does it take? VHAISBTIMARB@isb-timaresbrian-lt ~ $ time checkX -t 12 real 0m0.098s user 0m0.046s sys 0m0.031s >ii) ``startxwin.sh'' >Any messages? Yes, see below, but after reviewing it all I tried it with various items on and off and having the One-VA VPN client (Cisco VPN Client 5) off makes the difference. It is odd, though, that if I run startxwin.sh again, it works the second time, even though the VPN is on. Also, if I quit X Windows (making sure the ssh-agent process is gone) and relaunch everything works fine. It is just the first time that I have trouble if the VPN is on. I believe the VPN hadn't caused me problems with Cygwin's X Windows implementation, but I can't say that with 100% certainty. Anyway, here is the key difference to no VPN versus VPN on: diff working.txt broken.txt 7a8 > xterm Xt error: Can't open display: 127.0.0.1:0.0 ... Long version at the bottom. I note that "9.11. Cannot Open Display: 127.0.0.1:0.0" on the referenced page http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-cannot-open-display apparently needs the text changed (added?) to: "Can't open display: 127.0.0.1:0.0". 1) Why does launching it again work? Because it doesn't need me to enter my key's password? 2) Why does quitting/launching after it has worked once work? Again, is it because of it not needing my input? 3) If I go my preferred 'XWin Server' to launch it, it doesn't work, not even the X icon shows up. If I launch that again, it works. If I open a cygwin bash shell (before the 2nd launch) and check processes it shows: VHAISBTIMARB@isb-timaresbrian-lt ~ $ ps PID PPID PGID WINPID TTY UID STIME COMMAND 3076 1 3076 3076 0 180490 14:01:32 /usr/bin/bash 600 1 600 600 ? 180490 14:01:47 /usr/bin/ssh-agent I 1724 3076 3076 3336 0 180490 14:01:47 /usr/bin/ssh-add 3304 1 3304 3304 1 180490 14:02:05 /usr/bin/bash 3188 3304 3188 2568 1 180490 14:02:09 /usr/bin/ps What I want is to have an alias to XWin Server (currently its Target is C:\cygwin\bin\run.exe /usr/bin/startxwin.bat) in my startup items so I always get X Windows, and always am prompted in an xterm for my ssh key's password. What I'll try next: Update to the current version of cygwin (hopefully the new termcap gets rid of the 'clear screen after viewing man page or running vi' issue AKA the -X option in less AKA the 'XTerm*titeInhibit: true' issue) and see if that helps, but it appears I just have to be careful to launch the VPN after starting X Windows after launching a cygwin bash shell. ------------------ long (complete) version of startxwin.sh with VPN on: VHAISBTIMARB@isb-timaresbrian-lt ~ $ startxwin.sh Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 1.7.1.0 (10701000) Build Date: 2009-11-11 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: XWin -multiwindow -clipboard -silent-dup-error VHAISBTIMARB@isb-timaresbrian-lt ~ $ xterm Xt error: Can't open display: 127.0.0.1:0.0 _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/isb-timaresbrian-lt:0 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 (II) xorg.conf is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winPrefsLoadPreferences: /etc/X11/system.XWinrc LoadPreferences: Done parsing the configuration file... winGetDisplay: DISPLAY=:0.0 winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winSetEngine - Multi Window or Rootless => ShadowGDI winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1920 height: 1968 depth: 32 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello Screen 0 added at XINERAMA coordinate (0,768). winMultiWindowXMsgProc - Hello winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Calling pthread_mutex_lock () MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shar ed memory support in the kernel (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 winPointerWarpCursor - Discarding first warp: 960 984 (--) 8 mouse buttons found (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" Rules = "base" Model = "pc105" Layout = "us" Variant = "none" Options = "none" winInitMultiWindowWM - pthread_mutex_lock () returned. winInitMultiWindowWM - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - pthread_mutex_lock () returned. winGetDisplay: DISPLAY=:0.0 winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winInitMultiWindowWM - DISPLAY=:0.0 winGetDisplay: DISPLAY=:0.0 winMultiWindowXMsgProc - DISPLAY=:0.0 winProcEstablishConnection - Hello winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the disp lay. winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the di splay. DetectUnicodeSupport - Windows NT/2000/XP winGetDisplay: DISPLAY=:0.0 winClipboardProc - DISPLAY=:0.0 winClipboardProc - XOpenDisplay () returned and successfully opened the display. No X window showed up, but the X Server icon showed. I hit the up arrow and ran startxwin.sh again, this time I got an xterm and here are the messages: VHAISBTIMARB@isb-timaresbrian-lt ~ $ startxwin.sh Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 1.7.1.0 (10701000) Build Date: 2009-11-11 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: XWin -multiwindow -clipboard -silent-dup-error Fatal server error: Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again. winDeinitMultiWindowWM - Noting shutdown in progress VHAISBTIMARB@isb-timaresbrian-lt ~ $ From the xterm: VHAISBTIMARB@isb-timaresbrian-lt ~ $ echo $DISPLAY 127.0.0.1:0.0 -- 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 Brian.Timares@va.gov Mon Nov 30 20:59:00 2009 From: Brian.Timares@va.gov (Timares, Brian (Patriot)) Date: Mon, 30 Nov 2009 20:59:00 -0000 Subject: xterm doesn't open on start (was: checkX problems) In-Reply-To: <270AA78168E41541833C52448F4F34AD1D2B13A0@VHAISHMSGJ2.vha.med.va.gov> References: <64D542799A7246F4A7712FD0F65274D7@MultiOcke> <270AA78168E41541833C52448F4F34AD1D2B13A0@VHAISHMSGJ2.vha.med.va.gov> Message-ID: <270AA78168E41541833C52448F4F34AD1D2B13CE@VHAISHMSGJ2.vha.med.va.gov> I wrote: >And I tried to make this clear. email ---------^ *sigh* Sorry! Brian -- 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 lottas.junk@geekmail.de Mon Nov 30 23:28:00 2009 From: lottas.junk@geekmail.de (Lothar Brendel) Date: Mon, 30 Nov 2009 23:28:00 -0000 Subject: xterm doesn't open on start (was: checkX problems) References: <4AEAEEAB.2030009@cornell.edu> <1AF6441D7C284D86A18503A1A76C2895@MultiOcke> <4AFF1AF5.2050200@cwilson.fastmail.fm> <9D882BC2C45747B28E9A83C5F5C5B70F@MultiOcke> <4B000E98.7070209@cwilson.fastmail.fm> <4B06CE7D.6060709@cwilson.fastmail.fm> <4B0A8AC5.9080305@cwilson.fastmail.fm> <4B0B4728.40300@cwilson.fastmail.fm> <6BA35940945A4A9D87019C6253F94814@MultiOcke> <4B0D2EB3.6020102@cwilson.fastmail.fm> <4B0E9679.5050108@cornell.edu> <270AA78168E41541833C52448F4F34AD1D16D2C4@VHAISHMSGJ2.vha.med.va.gov> <270AA78168E41541833C52448F4F34AD1D16D545@VHAISHMSGJ2.vha.med.va.gov> <3 4FC5A3DFA88402C87957FC903ED71A2@MultiOcke> <270AA78168E41541833C52448F4F34AD1D16D5E4@VHAISHMSGJ2.vha.med.va.gov > <64D542799A7246F4A7712FD0F65274D7@MultiOcke> <270AA78168E41541833C52448F4F34AD1D2B13A0@VHAISHMSGJ2.vha.med.va.gov> Message-ID: <3A87660989894F8C82CE373AC8C8382F@MultiOcke> Timares, Brian (Patriot) wrote: > Just to be clear from the start, Cygwin 1.7 not 1.5. ACK. [...] >> i) ```time checkX -t 12'' >> How long does it take? > > VHAISBTIMARB@isb-timaresbrian-lt ~ > $ time checkX -t 12 > > real 0m0.098s > user 0m0.046s > sys 0m0.031s And *that* shouldn't happen! I don't quite get your VPN setup, but it being active *may* cause a delay in getting up the X server, and that *may* cause xterm to "loose its patience". >> ii) ``startxwin.sh'' >> Any messages? > > Yes, see below, but after reviewing it all I tried it with various > items on and > off and having the One-VA VPN client (Cisco VPN Client 5) off makes > the difference. > It is odd, though, that if I run startxwin.sh again, it works the > second time, even though the VPN is on. Not really, I think. The message >> xterm Xt error: Can't open display: 127.0.0.1:0.0 indicates that xterm didn't find the X server being up. And the reason is ``checkX'' not doing its job, namely waiting until it is really up. If you then start ``startxwin.sh'' again, it complains about an X server already being up, but at least xterm can finally connect. Thus, once more: What does md5sum /usr/bin/checkX yield? a827086e9cbb331ef49d416b3cb1b135 or a36409714f5ce9d01e8dfb4cb38b7216? Asks Lothar -- 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/