From kevin@kevinbussens.be Tue Jan 2 09:02:00 2007 From: kevin@kevinbussens.be (kevin) Date: Tue, 02 Jan 2007 09:02:00 -0000 Subject: site sur charleroi Message-ID: <85.27.26.235.1167728369.3366@ns0.ovh.net> salut venez voir http://team-cod-kd.strategie-expert.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 snagabairu@indusrad.com Tue Jan 2 11:19:00 2007 From: snagabairu@indusrad.com (Syam Prasad Nagabairu) Date: Tue, 02 Jan 2007 11:19:00 -0000 Subject: Fw: How to Port 32bit source code in compatible to 64bit OS Message-ID: Hi All, Here I already ported the source code to gcc from diab compiler by using cygwin environment on Microsoft Windows XP [Version 5.1.2600]. Now the requirement for me is to port this code on Linux in particular SUSE linux.actually my need is to simulate the code on model. we need to port it in compatible to 64bit. is it possible to port a 32 bit source code on GNU/linux(i686 machine processor)? I am beginner in linux!please help me. thanks in advance Thanks & Regards, Syam Prasad N INDUS R&D Ltd. -- 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 holger.krull@gmx.de Tue Jan 2 11:24:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Tue, 02 Jan 2007 11:24:00 -0000 Subject: Fw: How to Port 32bit source code in compatible to 64bit OS In-Reply-To: References: Message-ID: <459A40D5.70309@gmx.de> Syam Prasad Nagabairu schrieb: > Here I already ported the source code to gcc from diab compiler by using > cygwin environment on Microsoft Windows XP [Version 5.1.2600]. Now the > requirement for me is to port this code on Linux in particular SUSE > linux.actually my need is to simulate the code on model. we need to port it > in compatible to 64bit. is it possible to port a 32 bit source code on > GNU/linux(i686 machine processor)? I am beginner in linux!please help me. As far as i know there is no 64 Bit Cygwin. As your code already compiles on cygwin, just give it a try on a 64 Bit linux system. Depending on what librarys where used it maybe just works. -- 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 snagabairu@indusrad.com Tue Jan 2 11:55:00 2007 From: snagabairu@indusrad.com (Syam Prasad Nagabairu) Date: Tue, 02 Jan 2007 11:55:00 -0000 Subject: Fw: How to Port 32bit source code in compatible to 64bit OS Message-ID: Holger Krull, thanks for ur response.I am having only 32bit linux system. but my application to be build should be compatible to 64 bit. Is there any cross compilation facility for this. i mean 32bit source code to be build on 32bit linux system but for 64bit machine. Thanks & Regards, Syam Prasad N INDUS R&D Ltd. Here I already ported the source code to gcc from diab compiler by using cygwin environment on Microsoft Windows XP [Version 5.1.2600]. Now the requirement for me is to port this code on Linux in particular SUSE linux.actually my need is to simulate the code on model. we need to port it in compatible to 64bit. is it possible to port a 32 bit source code on GNU/linux(i686 machine processor)? I am beginner in linux!please help me. Here I already ported the source code to gcc from diab compiler by using cygwin environment on Microsoft Windows XP [Version 5.1.2600]. Now the requirement for me is to port this code on Linux in particular SUSE linux.actually my need is to simulate the code on model. we need to port it in compatible to 64bit. is it possible to port a 32 bit source code on GNU/linux(i686 machine processor)? I am beginner in linux!please help me. As far as i know there is no 64 Bit Cygwin. As your code already compiles on cygwin, just give it a try on a 64 Bit linux system. Depending on what librarys where used it maybe just works. -- 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 snagabairu@indusrad.com Tue Jan 2 11:55:00 2007 From: snagabairu@indusrad.com (Syam Prasad Nagabairu) Date: Tue, 02 Jan 2007 11:55:00 -0000 Subject: Fw: How to Port 32bit source code in compatible to 64bit OS Message-ID: Holger Krull, thanks for ur response.I am having only 32bit linux system. but my application to be build should be compatible to 64 bit. Is there any cross compilation facility for this. i mean 32bit source code to be build on 32bit linux system but for 64bit machine. Here I already ported the source code to gcc from diab compiler by using cygwin environment on Microsoft Windows XP [Version 5.1.2600]. Now the requirement for me is to port this code on Linux in particular SUSE linux.actually my need is to simulate the code on model. we need to port it in compatible to 64bit. is it possible to port a 32 bit source code on GNU/linux(i686 machine processor)? I am beginner in linux!please help me. As far as i know there is no 64 Bit Cygwin. As your code already compiles on cygwin, just give it a try on a 64 Bit linux system. Depending on what librarys where used it maybe just works. -- 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 holger.krull@gmx.de Tue Jan 2 12:06:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Tue, 02 Jan 2007 12:06:00 -0000 Subject: Fw: How to Port 32bit source code in compatible to 64bit OS In-Reply-To: References: Message-ID: <459A4ABC.3040009@gmx.de> Syam Prasad Nagabairu schrieb: > I am having only 32bit linux system. That makes testing a bit difficult. > application to be build should be compatible to 64 bit. Is there any cross > compilation facility for this. Don't know of any. But you could instruct the compiler and linker to use a 64 Bit environment as a target. You will need the 64 Bit libs installed for linking. The effort to do this is much larger than setting up a 64 Bit Suse. Rent a root server with 64 Bit Suse if you don't want to spend much money or need things fast. You will need a computer for testing anyway. Maybe you don't need that at all, as all 64 Bit Distros bring the 32 Bit libs along with them. I have not found a program compiled for 32 Bit environment that doesn't work on a 64 Bit system. -- 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 Tue Jan 2 12:17:00 2007 From: cgf-use-the-mailinglist-please@cygwin.com (Christopher Faylor) Date: Tue, 02 Jan 2007 12:17:00 -0000 Subject: Fw: How to Port 32bit source code in compatible to 64bit OS In-Reply-To: <459A4ABC.3040009@gmx.de> References: <459A4ABC.3040009@gmx.de> Message-ID: <20070102121730.GA10607@trixie.casa.cgf.cx> On Tue, Jan 02, 2007 at 01:06:20PM +0100, Holger Krull wrote: >Syam Prasad Nagabairu schrieb: > >>I am having only 32bit linux system. > >That makes testing a bit difficult. > > >>application to be build should be compatible to 64 bit. Is there any cross >>compilation facility for this. > >Don't know of any. But you could instruct the compiler and linker to use a >64 Bit environment as a target. You will need the 64 Bit libs installed for >linking. The effort to do this is much larger than setting up a 64 Bit >Suse. Rent a root server with 64 Bit Suse if you don't want to spend much >money or need things fast. You will need a computer for testing anyway. >Maybe you don't need that at all, as all 64 Bit Distros bring the 32 Bit >libs along with them. I have not found a program compiled for 32 Bit >environment that doesn't work on a 64 Bit system. This is off-topic for the cygwin-xfree list and, actually, doesn't seem to be pertinent to the main cygwin list. Maybe the gcc-help mailing list at gcc.gnu.org would be a better place to discuss this. Please do not continue this discussion in cygwin-xfree. 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 pgrodt@tecore.com Tue Jan 2 15:59:00 2007 From: pgrodt@tecore.com (pgrodt) Date: Tue, 02 Jan 2007 15:59:00 -0000 Subject: Setting xterm title over ssh problems Message-ID: <8126021.post@talk.nabble.com> Forgive me if this is not really a cygwin question, I'm uncertain. I am spawning xterm instances while ssh fowarding a linux box to cygwin-xfree, and am unable to set the title of these windows. I first tried calling xterm with the '-title' argument, which works for about a 10th of a second and then resets to $CWD. specifically: [user@cygwinlhost ~]$ ssh -Y remoteHost [user@remotehost ~]$ xterm -title wazzap & So I read http://www.nabble.com/How-to-add-a-title-to-xterm-tf679887.html and tried the script contained in that thread: [user@remotehost sbin]$ ./setxtitle.sh wazzap \033]0;wazzap\a\c also tried: [user@remotehost sbin]$ \033]0;wazzap\a\c > $(tty) but neither had any effect. Could someone please point me in the right direction? FYI: [user@cygwinhost ~]$ uname -a CYGWIN_NT-5.1 my-pc 1.5.21(0.156/4/2) 2006-07-30 14:21 i686 Cygwin [user@remotehost sbin]$ uname -a Linux remotehost 2.4.21-40.ELsmp #1 SMP Thu Feb 2 22:22:39 EST 2006 i686 i686 i386 GNU/Linux -- View this message in context: http://www.nabble.com/Setting-xterm-title-over-ssh-problems-tf2908624.html#a8126021 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 Phil.Betts@ascribe.com Tue Jan 2 16:32:00 2007 From: Phil.Betts@ascribe.com (Phil Betts) Date: Tue, 02 Jan 2007 16:32:00 -0000 Subject: Setting xterm title over ssh problems Message-ID: <84952F09F3FC0C418393E60D116EB9CC0912B4@Traf-Mail.int.ascribe.com> pgrodt wrote on Tuesday, January 02, 2007 3:59 PM:: > Forgive me if this is not really a cygwin question, I'm uncertain. I It isn't really, but... > am spawning xterm instances while ssh fowarding a linux box to > cygwin-xfree, and am unable to set the title of these windows. I > first tried calling xterm with the '-title' argument, which works for > about a 10th of a second and then resets to $CWD. The fact that your title appears momentarily, before being changed suggests that either $PS1 or $PROMPT_COMMAND already includes a command that sets the title. Try setting PS1='\$ ' and unsetting PROMPT_COMMAND, then try again. Phil -- 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 FredMa@ieee.org Wed Jan 3 21:54:00 2007 From: FredMa@ieee.org (Fred Ma) Date: Wed, 03 Jan 2007 21:54:00 -0000 Subject: "cscope -d" can't find trailer offset if path contains space (was: vim mlcscope interface issues) Message-ID: Bug fix requested submitted for cscope via sourceforge: This problem arose when using vim, but also appears when using "cscope -d". I get the error "cannot read trailer offset from file cscope.out". I browsed build.c to find that it is caused when reading in a single number with fscanf. To see what could be confusing fscanf, I found the context of the "trailer offset" from http://www1.bell-labs.com/project/wwexptools/cscope/cscope.html, which shows that the number to be read occupies a single line along with other space-delimited data, including the specification of the current directory. The space delimiting will get messed up if the current directory contains spaces, which is often the case in Windows and Cygwin (though it can also be the case in *nix). P.S.: It also happens with mlcscope. -- 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 FredMa@ieee.org Wed Jan 3 21:55:00 2007 From: FredMa@ieee.org (Fred Ma) Date: Wed, 03 Jan 2007 21:55:00 -0000 Subject: "cscope -d" can't find trailer offset if path contains space (was: vim mlcscope interface issues) In-Reply-To: References: Message-ID: Sorry for posting in the wrong group, slippery typing fingers. -- 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 rrepasky@lack.ucs.indiana.edu Tue Jan 9 22:57:00 2007 From: rrepasky@lack.ucs.indiana.edu (Dick Repasky) Date: Tue, 09 Jan 2007 22:57:00 -0000 Subject: 1.5.23 on vista: difficulties launching X Message-ID: I'm experiencing difficulty starting X on a fresh install of cygwin on a fresh install of Windows Vista. I've tried both startxwin.sh and startx. startxwin.sh always fails, and startx sometimes succeeds. A copy of cygcheck output is attached. startxwin.sh fails in three ways. 1) Immediately after the system has been booted, a popup appears to notify me that sh.exe has exited, and X seems to be stalled. An X appears in the toolbar, and both xterm and XWin are in the cygwin process table (ps -aux). No xterm appears. A copy of the combined standard output and standard input are provided in startxwin.sh-outerr-postreboot. The xterm in the process table can be killed with kill -TERM. Attempts to launch an xterm fail. (I open a new cygwin window, set and export DISPLAY, and run xterm). XWin cannot be killed with kill -TERM. It can be killed with kill -9. All of the above is repeatable if the system is rebooted. I have seen the previous post of sh.exe exit that turned out not to be repeatable. Maybe the above will provide some insight on getting it to repeat. Without rebooting, what happens on subsequent runs of startxwin.sh depends on how I clean up from the first failed run. 2) If I clean up from a first failed run by killing the xterm and Xwin, subsequent runs of startxwin fail with a popup stating that Cygwin X has failed. The cause seems to be a lingering sh.exe process in the table. 3) If I clean up from a first failed run by dismissing the cygwin terminal window by clicking on the window-close button, the sh.exe process goes away, and startxwin.sh fails with a message like "xterm 3228 child_copy: linked dll data write copy failed, ...". Full output is attached as startxwin.sh-outerr. Unlike the previous poster who reported a similar error, there is no logitech camera or virus program running on the system. It is indeed a fresh install. startx sometimes succeeds and sometimes fails. It succeeds in 35 % of runs and fails in 65 % of runs. A contingency table indicates that success of successive runs are independent of one another: observed cell frequencies are very close to expected values. Again if startx is run immediately after a system reboot, it fails in a manner that is similar to that in which startxwin.sh fails. Subsequent runs sometimes work or not. If they work the X server exits normally when xterm that has been run in the foreground exits. When it fails, it too fails with the xterm child copy error, but that error is followed by a number of other messages as processes shut down. A combined output and error are attached as startx-outerr. Hope that helps, Dick Dick Repasky Center for Computational Cytomics UITS Cubicle 101.08 Indiana University USA rrepasky@indiana.edu -------------- next part -------------- Cygwin Configuration Diagnostics Current System Time: Mon Jan 08 16:54:23 2007 Windows Longhorn/Vista (not yet supported!) Ver 6.0 Build 6000 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\usr\X11R6\bin c:\Windows\system32 c:\Windows c:\Windows\System32\Wbem SysDir: C:\Windows\system32 WinDir: C:\Windows USER = 'rrepasky' PWD = '/home/rrepasky' HOME = '/home/rrepasky' MAKE_MODE = 'unix' HOMEPATH = '\Users\rrepasky' MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man' APPDATA = 'C:\Users\rrepasky\AppData\Roaming' HOSTNAME = 'rrepasky-PC' TERM = 'cygwin' PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 2 Stepping 8, GenuineIntel' WINDIR = 'C:\Windows' PUBLIC = 'C:\Users\Public' OLDPWD = '/usr/bin' PROGRAMDATA = 'C:\ProgramData' USERDOMAIN = 'rrepasky-PC' OS = 'Windows_NT' ALLUSERSPROFILE = 'C:\ProgramData' !:: = '::\' TEMP = '/cygdrive/c/Users/rrepasky/AppData/Local/Temp' COMMONPROGRAMFILES = 'C:\Program Files\Common Files' USERNAME = 'rrepasky' PROCESSOR_LEVEL = '15' FP_NO_HOST_CHECK = 'NO' SYSTEMDRIVE = 'C:' USERPROFILE = 'C:\Users\rrepasky' PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ ' LOGONSERVER = '\\RREPASKY-PC' PROCESSOR_ARCHITECTURE = 'x86' LOCALAPPDATA = 'C:\Users\rrepasky\AppData\Local' !C: = 'C:\cygwin\bin' SHLVL = '1' PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' HOMEDRIVE = 'C:' PROMPT = '$P$G' COMSPEC = 'C:\Windows\system32\cmd.exe' TMP = '/cygdrive/c/Users/rrepasky/AppData/Local/Temp' SYSTEMROOT = 'C:\Windows' PRINTER = 'hrothgar' CVS_RSH = '/bin/ssh' PROCESSOR_REVISION = '0208' INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:' PROGRAMFILES = 'C:\Program Files' NUMBER_OF_PROCESSORS = '1' SESSIONNAME = 'Console' COMPUTERNAME = 'RREPASKY-PC' _ = '/usr/bin/cygcheck' POSIXLY_CORRECT = '1' HKEY_CURRENT_USER\Software\Cygnus Solutions 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\Classes\VirtualStore\MACHINE\SOFTWARE\Cygnus Solutions HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = '' = 0x6e650010 HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = ' ' = 0x6e65000c HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options a: fd N/A N/A c: hd NTFS 20477Mb 51% CP CS UN PA FC d: cd N/A N/A C:\cygwin / system binmode C:\cygwin/bin /usr/bin system binmode C:\cygwin/lib /usr/lib system binmode . /cygdrive system binmode,cygdrive Found: C:\cygwin\bin\awk.exe Found: C:\cygwin\bin\bash.exe Found: C:\cygwin\bin\cat.exe Found: C:\cygwin\bin\cp.exe Not Found: cpp (good!) Not Found: crontab Found: C:\cygwin\bin\find.exe Not Found: gcc Not Found: gdb Found: C:\cygwin\bin\grep.exe Found: C:\cygwin\bin\kill.exe Not Found: ld Found: C:\cygwin\bin\ls.exe Not Found: make Found: C:\cygwin\bin\mv.exe Not Found: patch Found: C:\cygwin\bin\perl.exe Found: C:\cygwin\bin\rm.exe Found: C:\cygwin\bin\sed.exe Found: C:\cygwin\bin\ssh.exe Found: C:\cygwin\bin\sh.exe Found: C:\cygwin\bin\tar.exe Found: C:\cygwin\bin\test.exe Not Found: vi Found: C:\cygwin\bin\vim.exe 61k 2006/11/10 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2006/11/10 18:42 7k 2003/10/19 C:\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 C:\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 1053k 2006/10/04 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2006/10/4 8:45 895k 2004/04/28 C:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2004/4/27 11:31 965k 2005/05/14 C:\cygwin\bin\cygdb-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.3.dll" v0.0 ts=2005/5/14 8:37 1156k 2004/04/28 C:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2004/4/27 11:35 1240k 2005/05/14 C:\cygwin\bin\cygdb_cxx-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.3.dll" v0.0 ts=2005/5/14 8:41 174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-0.dll" v0.0 ts=2004/10/14 4:34 161k 2006/11/15 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2006/11/15 15:44 40k 2006/11/15 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2006/11/15 2:06 45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0 "cygform5.dll" v0.0 ts=2001/4/25 1:28 35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0 "cygform6.dll" v0.0 ts=2002/1/9 1:03 48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 5:25 375k 2005/09/06 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2005/9/6 18:51 28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-3.dll" v0.0 ts=2003/7/20 3:58 19k 2006/11/19 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2006/11/19 3:18 19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm.dll" v0.0 ts=2002/2/19 22:05 15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 4:00 8k 2006/11/19 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2006/11/19 3:18 17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0 "cyghistory4.dll" v0.0 ts=2001/1/6 23:34 29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0 "cyghistory5.dll" v0.0 ts=2003/8/10 19:16 25k 2006/12/15 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2006/12/15 18:50 976k 2006/10/22 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2006/10/22 19:44 22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 "cygintl-1.dll" v0.0 ts=2001/12/13 4:28 37k 2003/08/10 C:\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 C:\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 2006/10/23 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2006/10/22 20:12 21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0 "cygintl.dll" v0.0 ts=2001/6/20 13:09 12k 2003/02/17 C:\cygwin\bin\cygioperm-0.dll - os=4.0 img=1.0 sys=4.0 "cygioperm-0.dll" v0.0 ts=2003/2/17 14:58 78k 2006/12/20 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2006/12/20 6:25 21k 2006/11/15 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2006/11/15 2:05 26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0 "cygmenu5.dll" v0.0 ts=2001/4/25 1:27 20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0 "cygmenu6.dll" v0.0 ts=2002/1/9 1:03 29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 5:25 20k 2006/12/21 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.1 sys=4.0 "cygminires.dll" v0.0 ts=2006/12/21 0:07 67k 2006/11/15 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2006/11/15 2:13 156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++5.dll" v0.0 ts=2001/4/25 1:29 175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++6.dll" v0.0 ts=2002/1/9 1:03 237k 2006/11/15 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2006/11/15 2:02 226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses5.dll" v0.0 ts=2001/4/25 1:17 202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses6.dll" v0.0 ts=2002/1/9 1:03 224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 5:24 12k 2006/11/15 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2006/11/15 2:04 15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0 "cygpanel5.dll" v0.0 ts=2001/4/25 1:27 12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0 "cygpanel6.dll" v0.0 ts=2002/1/9 1:03 19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 5:24 109k 2006/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2006/2/9 21:37 299k 2006/02/10 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcrecpp-0.dll" v0.0 ts=2006/2/9 21:38 7k 2006/02/10 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2006/2/9 21:37 1249k 2005/12/30 C:\cygwin\bin\cygperl5_8.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8.dll" v0.0 ts=2005/12/29 20:48 22k 2002/06/09 C:\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 108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0 "cygreadline4.dll" v0.0 ts=2001/1/6 23:34 148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0 "cygreadline5.dll" v0.0 ts=2003/8/10 19:16 154k 2006/12/15 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2006/12/15 18:50 231k 2006/10/04 C:\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 215k 2006/10/04 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2006/10/4 8:45 65k 2006/10/16 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2006/10/15 21:10 1829k 2006/12/19 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2006/12/19 4:52 Cygwin DLL version info: DLL version: 1.5.23 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 156 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Tue Dec 19 10:52:28 CET 2006 CVS tag: cr-0x5f1 Shared id: cygwin1S4 26k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0 "cygDtPrint-1.dll" v0.0 ts=2005/9/21 19:31 20k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2005/10/26 15:14 34k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2005/10/26 13:52 357k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2005/10/26 14:30 441k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2005/10/26 14:48 74k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2005/10/26 13:11 74k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 "cygMrm-2.dll" v0.0 ts=2005/9/21 19:30 8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2005/10/26 13:09 1662k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2005/10/26 14:32 28k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2005/10/26 13:12 63k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 "cygUil-2.dll" v0.0 ts=2005/9/21 19:31 884k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2005/10/26 13:07 8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2005/10/26 12:31 250k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2005/10/26 13:33 354k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2005/10/26 13:39 360k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 13:45 7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2005/10/26 15:04 30k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2005/10/26 15:03 8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2005/10/26 15:02 16k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2005/10/26 12:34 7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2005/10/26 15:01 50k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2005/10/26 13:14 15k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2005/10/26 15:02 56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0 "cygXft-1.dll" v0.0 ts=2003/11/17 20:42 63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2004/3/23 18:20 26k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2005/10/26 13:48 121k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2005/10/26 13:54 11k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2005/10/26 13:54 1185k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 "cygXm-2.dll" v0.0 ts=2005/9/21 19:27 74k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2005/10/26 13:22 10k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2005/10/26 13:23 26k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 13:27 54k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2005/10/26 13:26 10k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2005/10/26 14:58 30k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2005/10/26 14:52 7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2005/10/26 15:00 38k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxrx-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrx-6.dll" v0.0 ts=2005/10/26 16:13 24k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrxnest-6.dll" v0.0 ts=2005/10/26 16:14 283k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2005/10/26 13:19 27k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2005/10/26 15:00 17k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2005/10/26 13:49 Can't find the cygrunsrv utility, skipping services check. Cygwin Package Information Last downloaded files to: C:\Users\rrepasky\Desktop Last downloaded files from: ftp://cygwin.osuosl.org/pub/cygwin Package Version _update-info-dir 00491-1 alternatives 1.3.29a-1 ash 20040127-3 base-files 3.7-1 base-passwd 2.2-1 bash 3.2.9-10 bzip2 1.0.3-2 coreutils 6.7-2 crypt 1.1-1 cygrunsrv 1.17-1 cygutils 1.3.1-1 cygwin 1.5.23-2 cygwin-doc 1.4-4 diffutils 2.8.7-1 e2fsprogs 1.35-3 ed 0.2-1 editrights 1.01-1 expat 1.95.8-1 file 4.19-1 findutils 4.3.2-3 fontconfig 2.4.1-4 freetype2 2.1.9-1 gawk 3.1.5-4 gdbm 1.8.3-8 gettext 0.15-1 grep 2.5.1a-2 groff 1.18.1-2 gzip 1.3.9-1 ioperm 0.4-1 less 381-1 lesstif 0.94.4-1 libbz2_1 1.0.3-2 libdb4.2 4.2.52-1 libdb4.3 4.3.28-1 libfontconfig1 2.4.1-4 libfreetype26 2.1.9-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-8 libgdbm3 1.8.3-3 libgdbm4 1.8.3-8 libiconv2 1.11-1 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.5-1 libintl8 0.15-1 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.5-3 libpcre0 6.6-1 libpopt0 1.6.4-4 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.2.1-4 libXft 2.1.6-1 libXft1 1.0.0-1 libXft2 2.1.6-1 login 1.9-7 man 1.6d-2 minires 1.01-1 mktemp 1.5-4 ncurses 5.5-3 nedit 5.5-1 openssh 4.5p1-1 openssl 0.9.8d-1 openssl097 0.9.7l-1 pcre 6.6-1 perl 5.8.7-5 run 1.1.10-1 sed 4.1.5-2 sharutils 4.6.3-1 tar 1.16.1-1 termcap 20050421-1 terminfo 5.5_20061104-1 texinfo 4.8-3 unison2.17 2.17.1-1 unzip 5.52-2 util-linux 2.12r-2 vim 7.0.122-1 which 1.7-1 X-startup-scripts 1.0.11-1 xorg-x11-base 6.8.99.901-1 xorg-x11-bin 6.8.99.901-1 xorg-x11-bin-dlls 6.8.99.901-1 xorg-x11-bin-lndir 6.8.99.901-1 xorg-x11-etc 6.8.99.901-1 xorg-x11-fenc 6.8.99.901-1 xorg-x11-fnts 6.8.99.901-1 xorg-x11-libs-data 6.8.99.901-1 xorg-x11-xwin 6.8.99.901-1 xterm 202-1 zip 2.32-2 zlib 1.2.3-2 Use -h to see help about each section -------------- next part -------------- Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.99.901-4 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: XWin -multiwindow -clipboard -silent-dup-error _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information 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: 1152 height: 864 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 winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Hello 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 shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" Rules = "xorg" Model = "pc105" Layout = "us" Variant = "(null)" Options = "(null)" 29 [main] ? (3564) child_copy: cygheap read copy failed, 0x611668E0..0x6116B9E0, done 0, windows pid 2291644, Win32 error 5 29070 [main] sh 3564 C:\cygwin\bin\sh.exe: *** fatal error - couldn't create signal pipe, Win32 error 5 34757 [main] sh 3564 C:\cygwin\bin\sh.exe: *** fatal error - couldn't create signal pipe, Win32 error 5 -------------- next part -------------- Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.99.901-4 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: XWin -multiwindow -clipboard -silent-dup-error _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information 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: 1152 height: 864 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 winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Hello 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 shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" Rules = "xorg" Model = "pc105" Layout = "us" Variant = "(null)" Options = "(null)" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list! winPointerWarpCursor - Discarding first warp: 576 432 winInitMultiWindowWM - pthread_mutex_lock () returned. winInitMultiWindowWM - pthread_mutex_unlock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winProcEstablishConnection - Hello winInitClipboard () winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winProcEstablishConnection - winInitClipboard returned. winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. winClipboardProc - XOpenDisplay () returned and successfully opened the display. winProcSetSelectionOwner - Clipboard not yet started, aborting. winProcSetSelectionOwner - Clipboard not yet started, aborting. 2877 [main] xterm 3832 child_copy: linked dll data write copy failed, 0x840000..0x840240, done 0, windows pid 2273236, Win32 error 87 xterm: Error 29, errno 11: Resource temporarily unavailable Reason: spawn: fork() failed -------------- next part -------------- Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.99.901-4 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information 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: 1152 height: 864 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 winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Hello 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 shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" Rules = "xorg" Model = "pc105" Layout = "us" Variant = "(null)" Options = "(null)" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list! winPointerWarpCursor - Discarding first warp: 576 432 winInitMultiWindowWM - pthread_mutex_lock () returned. winProcEstablishConnection - Hello winInitMultiWindowWM - pthread_mutex_unlock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 cat: /home/rrepasky/.Xauthority: No such file or directory winInitClipboard () winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winProcEstablishConnection - winInitClipboard returned. winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. winClipboardProc - XOpenDisplay () returned and successfully opened the display. 1074 [main] xterm 2688 child_copy: linked dll data write copy failed, 0x340000..0x340240, done 0, windows pid 2273236, Win32 error 487 xterm: Error 29, errno 11: Resource temporarily unavailable Reason: spawn: fork() failed xinit: Resource temporarily unavailable (errno 11): can't send HUP to process group 2688 waiting for X server to shut down winClipboardProc - winClipboardFlushWindowsMessageQueue trapped WM_QUIT message, exiting main loop. winClipboardProc - XDestroyWindow succeeded. winClipboardIOErrorHandler! FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing. winDeinitMultiWindowWM - Noting shutdown in progress -------------- 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 Wed Jan 10 01:05:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Wed, 10 Jan 2007 01:05:00 -0000 Subject: 1.5.23 on vista: difficulties launching X In-Reply-To: References: Message-ID: <45A43BD4.5010306@cygwin.com> Dick Repasky wrote: > > > I'm experiencing difficulty starting X on a fresh install of cygwin on a > fresh install of Windows Vista. I've tried both startxwin.sh and > startx. startxwin.sh always fails, and startx sometimes succeeds. A copy > of cygcheck > output is attached. > > startxwin.sh fails in three ways. > > 1) Immediately after the system has been booted, a popup appears to > notify > me that sh.exe has exited, and X seems to be stalled. An X appears > in the toolbar, and both xterm and XWin are in the cygwin process > table > (ps -aux). No xterm appears. A copy of the combined standard output > and standard input are provided in startxwin.sh-outerr-postreboot. > > The xterm in the process table can be killed with kill -TERM. > > Attempts to launch an xterm fail. (I open a new cygwin window, set > and export DISPLAY, and run xterm). > > XWin cannot be killed with kill -TERM. It can be killed with kill -9. > > All of the above is repeatable if the system is rebooted. > > I have seen the previous post of sh.exe exit that turned out not to > be repeatable. Maybe the above will provide some insight on getting it > to repeat. > > Without rebooting, what happens on subsequent runs of startxwin.sh > depends on how I clean up from the first failed run. > > 2) If I clean up from a first failed run by killing the xterm and > Xwin, subsequent runs of startxwin fail with a popup stating that > Cygwin X has failed. > > The cause seems to be a lingering sh.exe process in the table. > > 3) If I clean up from a first failed run by dismissing the cygwin terminal > window by clicking on the window-close button, the sh.exe process goes > away, and startxwin.sh fails with a message like "xterm 3228 > child_copy: > linked dll data write copy failed, ...". Full output is attached as > startxwin.sh-outerr. > > Unlike the previous poster who reported a similar error, there is no > logitech camera or virus program running on the system. It is indeed a > fresh install. > Have you tried the suggestions mentioned in this thread? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- 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 rrepasky@lack.ucs.indiana.edu Wed Jan 10 22:30:00 2007 From: rrepasky@lack.ucs.indiana.edu (Dick Repasky) Date: Wed, 10 Jan 2007 22:30:00 -0000 Subject: 1.5.23 on vista: difficulties launching X In-Reply-To: <45A43BD4.5010306@cygwin.com> References: <45A43BD4.5010306@cygwin.com> Message-ID: On Tue, 9 Jan 2007, Larry Hall (Cygwin X) wrote: > Dick Repasky wrote: >> >> >> I'm experiencing difficulty starting X on a fresh install of cygwin on a >> fresh install of Windows Vista. I've tried both startxwin.sh and startx. >> startxwin.sh always fails, and startx sometimes succeeds. A copy of >> cygcheck >> output is attached. >> >> startxwin.sh fails in three ways. >> >> 1) Immediately after the system has been booted, a popup appears to >> notify >> me that sh.exe has exited, and X seems to be stalled. An X appears >> in the toolbar, and both xterm and XWin are in the cygwin process >> table >> (ps -aux). No xterm appears. A copy of the combined standard output >> and standard input are provided in startxwin.sh-outerr-postreboot. >> >> The xterm in the process table can be killed with kill -TERM. >> >> Attempts to launch an xterm fail. (I open a new cygwin window, set >> and export DISPLAY, and run xterm). >> >> XWin cannot be killed with kill -TERM. It can be killed with kill >> -9. >> >> All of the above is repeatable if the system is rebooted. >> >> I have seen the previous post of sh.exe exit that turned out not to >> be repeatable. Maybe the above will provide some insight on getting >> it >> to repeat. >> >> Without rebooting, what happens on subsequent runs of startxwin.sh >> depends on how I clean up from the first failed run. >> >> 2) If I clean up from a first failed run by killing the xterm and >> Xwin, subsequent runs of startxwin fail with a popup stating that >> Cygwin X has failed. >> >> The cause seems to be a lingering sh.exe process in the table. >> >> 3) If I clean up from a first failed run by dismissing the cygwin >> terminal >> window by clicking on the window-close button, the sh.exe process goes >> away, and startxwin.sh fails with a message like "xterm 3228 >> child_copy: >> linked dll data write copy failed, ...". Full output is attached as >> startxwin.sh-outerr. >> >> Unlike the previous poster who reported a similar error, there is no >> logitech camera or virus program running on the system. It is indeed a >> fresh install. >> > > Have you tried the suggestions mentioned in this thread? > > Yes. Using the latest snapshot changes things, but doesn't clearly improve them. For both startxwin.sh and startx, the snapshot eliminates the popup that states that sh.exe has exited. Startxwin.sh still fails every time with the "child_copy: linked dll data write copy failed" error that I originally reported. startx fails more than it works. It worked in only 2 of ten runs. For 7 of the 8 failures, it ended with the usual child copy error. The odd failure was one in which it hung with processor use at 100%, and windows reported cat.exe as the process that was burning up the cycles. OUtput of cygcheck is attached. Hope that helps, Dick -------------- next part -------------- Cygwin Configuration Diagnostics Current System Time: Wed Jan 10 16:18:17 2007 Windows Longhorn/Vista (not yet supported!) Ver 6.0 Build 6000 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\usr\X11R6\bin c:\Windows\system32 c:\Windows c:\Windows\System32\Wbem SysDir: C:\Windows\system32 WinDir: C:\Windows USER = 'rrepasky' PWD = '/home/rrepasky' HOME = '/home/rrepasky' MAKE_MODE = 'unix' HOMEPATH = '\Users\rrepasky' MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man' APPDATA = 'C:\Users\rrepasky\AppData\Roaming' HOSTNAME = 'rrepasky-PC' TERM = 'cygwin' PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 2 Stepping 8, GenuineIntel' WINDIR = 'C:\Windows' PUBLIC = 'C:\Users\Public' OLDPWD = '/usr/bin' PROGRAMDATA = 'C:\ProgramData' USERDOMAIN = 'rrepasky-PC' OS = 'Windows_NT' ALLUSERSPROFILE = 'C:\ProgramData' !:: = '::\' TEMP = '/cygdrive/c/Users/rrepasky/AppData/Local/Temp' COMMONPROGRAMFILES = 'C:\Program Files\Common Files' USERNAME = 'rrepasky' PROCESSOR_LEVEL = '15' FP_NO_HOST_CHECK = 'NO' SYSTEMDRIVE = 'C:' USERPROFILE = 'C:\Users\rrepasky' PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ ' LOGONSERVER = '\\RREPASKY-PC' PROCESSOR_ARCHITECTURE = 'x86' LOCALAPPDATA = 'C:\Users\rrepasky\AppData\Local' !C: = 'C:\cygwin\bin' SHLVL = '1' PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC' HOMEDRIVE = 'C:' PROMPT = '$P$G' COMSPEC = 'C:\Windows\system32\cmd.exe' TMP = '/cygdrive/c/Users/rrepasky/AppData/Local/Temp' SYSTEMROOT = 'C:\Windows' PRINTER = 'hrothgar' CVS_RSH = '/bin/ssh' PROCESSOR_REVISION = '0208' INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:' PROGRAMFILES = 'C:\Program Files' NUMBER_OF_PROCESSORS = '1' SESSIONNAME = 'Console' COMPUTERNAME = 'RREPASKY-PC' _ = '/usr/bin/cygcheck' HKEY_CURRENT_USER\Software\Cygnus Solutions 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\Classes\VirtualStore\MACHINE\SOFTWARE\Cygnus Solutions HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = '' = 0x6e650010 HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = ' ' = 0x6e65000c HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options a: fd N/A N/A c: hd NTFS 20477Mb 55% CP CS UN PA FC d: cd N/A N/A C:\cygwin / system binmode C:\cygwin/bin /usr/bin system binmode C:\cygwin/lib /usr/lib system binmode . /cygdrive system binmode,cygdrive Found: C:\cygwin\bin\awk.exe -> gawk.exe Found: C:\cygwin\bin\bash.exe Found: C:\cygwin\bin\cat.exe Found: C:\cygwin\bin\cp.exe - Cannot open Not Found: cpp (good!) - Cannot open Not Found: crontab Found: C:\cygwin\bin\find.exe - Cannot open Not Found: gcc - Cannot open Not Found: gdb Found: C:\cygwin\bin\grep.exe Found: C:\cygwin\bin\kill.exe - Cannot open Not Found: ld Found: C:\cygwin\bin\ls.exe - Cannot open Not Found: make Found: C:\cygwin\bin\mv.exe - Cannot open Not Found: patch Found: C:\cygwin\bin\perl.exe Found: C:\cygwin\bin\rm.exe Found: C:\cygwin\bin\sed.exe Found: C:\cygwin\bin\ssh.exe Found: C:\cygwin\bin\sh.exe Found: C:\cygwin\bin\tar.exe Found: C:\cygwin\bin\test.exe Found: C:\cygwin\bin\vi -> vim.exe Found: C:\cygwin\bin\vim.exe 61k 2006/11/10 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2006/11/10 18:42 7k 2003/10/19 C:\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 C:\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 1053k 2006/10/04 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.8.dll" v0.0 ts=2006/10/4 8:45 895k 2004/04/28 C:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.2.dll" v0.0 ts=2004/4/27 11:31 965k 2005/05/14 C:\cygwin\bin\cygdb-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb-4.3.dll" v0.0 ts=2005/5/14 8:37 1156k 2004/04/28 C:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.2.dll" v0.0 ts=2004/4/27 11:35 1240k 2005/05/14 C:\cygwin\bin\cygdb_cxx-4.3.dll - os=4.0 img=1.0 sys=4.0 "cygdb_cxx-4.3.dll" v0.0 ts=2005/5/14 8:41 174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-0.dll" v0.0 ts=2004/10/14 4:34 161k 2006/11/15 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2006/11/15 15:44 40k 2006/11/15 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2006/11/15 2:06 45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0 "cygform5.dll" v0.0 ts=2001/4/25 1:28 35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0 "cygform6.dll" v0.0 ts=2002/1/9 1:03 48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 5:25 375k 2005/09/06 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2005/9/6 18:51 28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-3.dll" v0.0 ts=2003/7/20 3:58 19k 2006/11/19 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2006/11/19 3:18 19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm.dll" v0.0 ts=2002/2/19 22:05 15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 4:00 8k 2006/11/19 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2006/11/19 3:18 17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0 "cyghistory4.dll" v0.0 ts=2001/1/6 23:34 29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0 "cyghistory5.dll" v0.0 ts=2003/8/10 19:16 25k 2006/12/15 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2006/12/15 18:50 976k 2006/10/22 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2006/10/22 19:44 22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 "cygintl-1.dll" v0.0 ts=2001/12/13 4:28 37k 2003/08/10 C:\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 C:\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 2006/10/23 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0 "cygintl-8.dll" v0.0 ts=2006/10/22 20:12 21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0 "cygintl.dll" v0.0 ts=2001/6/20 13:09 12k 2003/02/17 C:\cygwin\bin\cygioperm-0.dll - os=4.0 img=1.0 sys=4.0 "cygioperm-0.dll" v0.0 ts=2003/2/17 14:58 4k 2007/01/10 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0 "cyglsa" v0.0 ts=2007/1/10 9:40 7k 2007/01/10 C:\cygwin\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2 78k 2006/12/20 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0 "cygmagic-1.dll" v0.0 ts=2006/12/20 6:25 21k 2006/11/15 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2006/11/15 2:05 26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0 "cygmenu5.dll" v0.0 ts=2001/4/25 1:27 20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0 "cygmenu6.dll" v0.0 ts=2002/1/9 1:03 29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 5:25 20k 2006/12/21 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.1 sys=4.0 "cygminires.dll" v0.0 ts=2006/12/21 0:07 67k 2006/11/15 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2006/11/15 2:13 156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++5.dll" v0.0 ts=2001/4/25 1:29 175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++6.dll" v0.0 ts=2002/1/9 1:03 237k 2006/11/15 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2006/11/15 2:02 226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses5.dll" v0.0 ts=2001/4/25 1:17 202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses6.dll" v0.0 ts=2002/1/9 1:03 224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 5:24 12k 2006/11/15 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2006/11/15 2:04 15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0 "cygpanel5.dll" v0.0 ts=2001/4/25 1:27 12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0 "cygpanel6.dll" v0.0 ts=2002/1/9 1:03 19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 5:24 109k 2006/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2006/2/9 21:37 299k 2006/02/10 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcrecpp-0.dll" v0.0 ts=2006/2/9 21:38 7k 2006/02/10 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2006/2/9 21:37 1249k 2005/12/30 C:\cygwin\bin\cygperl5_8.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8.dll" v0.0 ts=2005/12/29 20:48 22k 2002/06/09 C:\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 108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0 "cygreadline4.dll" v0.0 ts=2001/1/6 23:34 148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0 "cygreadline5.dll" v0.0 ts=2003/8/10 19:16 154k 2006/12/15 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2006/12/15 18:50 231k 2006/10/04 C:\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 215k 2006/10/04 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.8.dll" v0.0 ts=2006/10/4 8:45 1829k 2006/12/19 C:\cygwin\bin\cygwinORIG.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2006/12/19 4:52 65k 2006/10/16 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2006/10/15 21:10 2160k 2007/01/10 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2007/1/10 4:40 Cygwin DLL version info: DLL version: 1.7.0 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 161 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry name: Cygwin Program options name: Program Options Cygwin mount registry name: mounts v2 Cygdrive flags: cygdrive flags Cygdrive prefix: cygdrive prefix Cygdrive default prefix: Build date: Wed Jan 10 10:40:49 CET 2007 Snapshot date: 20070110-10:37:44 Shared id: cygwin1S4 26k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0 "cygDtPrint-1.dll" v0.0 ts=2005/9/21 19:31 20k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2005/10/26 15:14 34k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2005/10/26 13:52 357k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2005/10/26 14:30 441k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2005/10/26 14:48 74k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2005/10/26 13:11 74k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 "cygMrm-2.dll" v0.0 ts=2005/9/21 19:30 8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2005/10/26 13:09 1662k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2005/10/26 14:32 28k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2005/10/26 13:12 63k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 "cygUil-2.dll" v0.0 ts=2005/9/21 19:31 884k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2005/10/26 13:07 8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0 "cygXau-6.dll" v0.0 ts=2005/10/26 12:31 250k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2005/10/26 13:33 354k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2005/10/26 13:39 360k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2005/10/26 13:45 7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2005/10/26 15:04 30k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2005/10/26 15:03 8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2005/10/26 15:02 16k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXdmcp-6.dll" v0.0 ts=2005/10/26 12:34 7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2005/10/26 15:01 50k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2005/10/26 13:14 15k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2005/10/26 15:02 56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0 "cygXft-1.dll" v0.0 ts=2003/11/17 20:42 63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0 "cygXft-2.dll" v0.0 ts=2004/3/23 18:20 26k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2005/10/26 13:48 121k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2005/10/26 13:54 11k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2005/10/26 13:54 1185k 2005/09/21 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 "cygXm-2.dll" v0.0 ts=2005/9/21 19:27 74k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2005/10/26 13:22 10k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2005/10/26 13:23 26k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2005/10/26 13:27 54k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2005/10/26 13:26 10k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2005/10/26 14:58 30k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2005/10/26 14:52 7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2005/10/26 15:00 38k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxrx-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrx-6.dll" v0.0 ts=2005/10/26 16:13 24k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll - os=4.0 img=1.0 sys=4.0 "cygxrxnest-6.dll" v0.0 ts=2005/10/26 16:14 283k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2005/10/26 13:19 27k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2005/10/26 15:00 17k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2005/10/26 13:49 Can't find the cygrunsrv utility, skipping services check. Cygwin Package Information Last downloaded files to: C:\Users\rrepasky\Desktop Last downloaded files from: ftp://cygwin.osuosl.org/pub/cygwin Package Version _update-info-dir 00491-1 alternatives 1.3.29a-1 ash 20040127-3 base-files 3.7-1 base-passwd 2.2-1 bash 3.2.9-10 bzip2 1.0.3-2 coreutils 6.7-2 crypt 1.1-1 cygrunsrv 1.17-1 cygutils 1.3.1-1 cygwin 1.5.23-2 cygwin-doc 1.4-4 diffutils 2.8.7-1 e2fsprogs 1.35-3 ed 0.2-1 editrights 1.01-1 expat 1.95.8-1 file 4.19-1 findutils 4.3.2-3 fontconfig 2.4.1-4 freetype2 2.1.9-1 gawk 3.1.5-4 gdbm 1.8.3-8 gettext 0.15-1 grep 2.5.1a-2 groff 1.18.1-2 gzip 1.3.9-1 ioperm 0.4-1 less 381-1 lesstif 0.94.4-1 libbz2_1 1.0.3-2 libdb4.2 4.2.52-1 libdb4.3 4.3.28-1 libfontconfig1 2.4.1-4 libfreetype26 2.1.9-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-8 libgdbm3 1.8.3-3 libgdbm4 1.8.3-8 libiconv2 1.11-1 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.5-1 libintl8 0.15-1 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.5-3 libpcre0 6.6-1 libpopt0 1.6.4-4 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.2.1-4 libXft 2.1.6-1 libXft1 1.0.0-1 libXft2 2.1.6-1 login 1.9-7 man 1.6d-2 minires 1.01-1 mktemp 1.5-4 ncurses 5.5-3 nedit 5.5-1 openssh 4.5p1-1 openssl 0.9.8d-1 openssl097 0.9.7l-1 pcre 6.6-1 perl 5.8.7-5 run 1.1.10-1 sed 4.1.5-2 sharutils 4.6.3-1 tar 1.16.1-1 termcap 20050421-1 terminfo 5.5_20061104-1 texinfo 4.8-3 unison2.17 2.17.1-1 unzip 5.52-2 util-linux 2.12r-2 vim 7.0.122-1 which 1.7-1 X-startup-scripts 1.0.11-1 xorg-x11-base 6.8.99.901-1 xorg-x11-bin 6.8.99.901-1 xorg-x11-bin-dlls 6.8.99.901-1 xorg-x11-bin-lndir 6.8.99.901-1 xorg-x11-etc 6.8.99.901-1 xorg-x11-fenc 6.8.99.901-1 xorg-x11-fnts 6.8.99.901-1 xorg-x11-libs-data 6.8.99.901-1 xorg-x11-xwin 6.8.99.901-1 xterm 202-1 zip 2.32-2 zlib 1.2.3-2 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 Wed Jan 10 23:48:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Wed, 10 Jan 2007 23:48:00 -0000 Subject: 1.5.23 on vista: difficulties launching X In-Reply-To: References: <45A43BD4.5010306@cygwin.com> Message-ID: <45A57B2A.8050700@cygwin.com> Dick Repasky wrote: > On Tue, 9 Jan 2007, Larry Hall (Cygwin X) wrote: > >> Dick Repasky wrote: >>> >>> >>> I'm experiencing difficulty starting X on a fresh install of cygwin >>> on a >>> fresh install of Windows Vista. I've tried both startxwin.sh and >>> startx. >>> startxwin.sh always fails, and startx sometimes succeeds. A copy of >>> cygcheck >>> output is attached. >>> >>> startxwin.sh fails in three ways. >>> Unlike the previous poster who reported a similar error, there >>> is no >>> logitech camera or virus program running on the system. It is >>> indeed a >>> fresh install. >>> >> >> Have you tried the suggestions mentioned in this thread? >> >> > > > Yes. Using the latest snapshot changes things, but doesn't clearly > improve them. > > For both startxwin.sh and startx, the snapshot eliminates the popup that > states that sh.exe has exited. > > Startxwin.sh still fails every time with the "child_copy: linked dll data > write copy failed" error that I originally reported. > > startx fails more than it works. It worked in only 2 of ten runs. For 7 > of the 8 failures, it ended with the usual child copy error. The odd > failure was one in which it hung with processor use at 100%, and windows > reported cat.exe as the process that was burning up the cycles. Did you try rebasing? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- 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 mbaudet1@club-internet.fr Thu Jan 11 13:00:00 2007 From: mbaudet1@club-internet.fr (=?iso-8859-1?Q?Mika=EBl_Baudet?=) Date: Thu, 11 Jan 2007 13:00:00 -0000 Subject: Note about the FAQ Message-ID: <001601c73580$e1786bc0$0201a8c0@fr> Hello and happy new year, I've been installing Cygwin/X and I had a problem with the "fixed" font which was not found on XWin startup. I read the FAQ, section 8.4. Fatal server error: could not open default font 'fixed' I followed your tips and always the same message ... Then I used the font server and tried to locate a few fonts. What I found is that the font server couldn't locate -adobe-utopia-regular-r-normal--12-120-75-75-p-67-iso8859-1, but it could find it using the ending loosing match -adobe-utopia-regular-r-normal--12-120-75-75-p-67-iso8859-1* I came to start XWin back by specifying -adobe-utopia-regular-r-normal--12-120-75-75-p-67-iso8859-1^M as a font name. The same for the cursor font : cursor^M instead of cursor. This is probably linked with the initial setup parameter which allows to choose between DOS or UNIX end-of-lines. That would be great to mention it in the FAQ. Thanks a lot for your work. Best regards, Mika??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 rrepasky@lack.ucs.indiana.edu Thu Jan 11 14:51:00 2007 From: rrepasky@lack.ucs.indiana.edu (Dick Repasky) Date: Thu, 11 Jan 2007 14:51:00 -0000 Subject: 1.5.23 on vista: difficulties launching X In-Reply-To: <45A57B2A.8050700@cygwin.com> References: <45A43BD4.5010306@cygwin.com> <45A57B2A.8050700@cygwin.com> Message-ID: On Wed, 10 Jan 2007, Larry Hall (Cygwin X) wrote: > Dick Repasky wrote: >> On Tue, 9 Jan 2007, Larry Hall (Cygwin X) wrote: >> >> > Dick Repasky wrote: >> > > >> > > >> > > I'm experiencing difficulty starting X on a fresh install of cygwin on >> > > a >> > > fresh install of Windows Vista. I've tried both startxwin.sh and >> > > startx. >> > > startxwin.sh always fails, and startx sometimes succeeds. A copy of >> > > cygcheck >> > > output is attached. >> > > >> > > startxwin.sh fails in three ways. > > > >> > > Unlike the previous poster who reported a similar error, there is >> > > no >> > > logitech camera or virus program running on the system. It is >> > > indeed a >> > > fresh install. >> > > >> > >> > Have you tried the suggestions mentioned in this thread? >> > >> > >> >> >> Yes. Using the latest snapshot changes things, but doesn't clearly improve >> them. >> >> For both startxwin.sh and startx, the snapshot eliminates the popup that >> states that sh.exe has exited. >> >> Startxwin.sh still fails every time with the "child_copy: linked dll data >> write copy failed" error that I originally reported. >> >> startx fails more than it works. It worked in only 2 of ten runs. For 7 >> of the 8 failures, it ended with the usual child copy error. The odd >> failure was one in which it hung with processor use at 100%, and windows >> reported cat.exe as the process that was burning up the cycles. > > Did you try rebasing? When I rebaseall to 0x65000000, the child_copy error disappears. Both startxwin.sh and startx run fine. (I have yet to try -engine 2 to get the toolbar-X-icon-exit to work.) WHen I rebaseall back to 0x70000000, the child_copy error does not return. I did not believe in the healing powers of vista until I saw that. What does return after rebasing back to 0x70000000 is that startx sometimes hangs with CPU at 100% and cat.exe burning cycles. What will the longterm fix for the rebase issue be in the cygwin distro? Thanks, Dick -- 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 nikkiclau@gmail.com Sat Jan 13 15:30:00 2007 From: nikkiclau@gmail.com (=?ISO-8859-1?Q?Sigur=F0ur_Gu=F0brandsson?=) Date: Sat, 13 Jan 2007 15:30:00 -0000 Subject: Xorg automatic keyboard layout. Message-ID: <81199afc0701130729v48c9cef7n7c7ea12fb096576b@mail.gmail.com> Hi. As stated in your faq, if I find a keyboard layout that is not automaticly detected I should send it over to you guys. (--) winConfigKeyboard - Layout: "0000040F" (0000040f) (EE) Keyboardlayout "Icelandic" (0000040F) is unknown This layout is 'is' layout, standard 105 keys layout. http://www.microsoft.com/globaldev/reference/keyboards.mspx you cant directly link to the icelandic keyboard, so you would have to choose it from a list to see the layout. Thank you. :) With regards, Sigurdur Gudbrandsson -- 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 jgramoll@gmail.com Sat Jan 13 16:37:00 2007 From: jgramoll@gmail.com (Josh Gramoll) Date: Sat, 13 Jan 2007 16:37:00 -0000 Subject: Cygwin X Server Message-ID: <45A90AE6.50808@gmail.com> I downloaded Cygwin the other day, and haven't been able to get it running. The first time I installed it, whenever I would run Cygwin.bat, the command shell would open up. However, it would immediately close. So I reinstalled Cygwin, and was able to get the bash shell to work. Then I tried to open the X-Server, however if I type startx into the Cygwin bash shell, it pauses for a moment. X-Server process starts taking up the remaining % of my CPU, and the bash shell says: -------------- $ startx waiting for X server to begin accepting connections . .. .. .. ---------------- and the dots continue on forever until I have to kill the program. If I try running cygwin\usr\X11R6\bin\startxwin.bat it comes up with an error box, and gives me this text in the cygwin\temp\XWin.txt: ----------------- _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 depth: 32 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 winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Hello 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 shared memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! Fatal server error: could not open default font 'fixed' winDeinitMultiWindowWM - Noting shutdown in progress ------------------- I have tried reinstalling X11 fonts, and even X11 multiple times, from multiple mirrors, even all of cygwin. But it never seems to work. I would greatly appreciate any feedback that may help me fix this problem, I was looking forward to getting to use cygwin, and it frustrates me that I have spent a couple hours on this and it doesn't work. Thanks for you time. --Josh Gramoll -- 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 alanford@alice.it Sun Jan 14 17:31:00 2007 From: alanford@alice.it (Alan Ford) Date: Sun, 14 Jan 2007 17:31:00 -0000 Subject: Keyboard layout unknow Message-ID: Ciao cygwin-xfree, a) from XWin.log: (--) winConfigKeyboard - Layout: "00010410" (00010410) (EE) Keyboardlayout "Italiano (142)" (00010410) is unknown b) I don't know the XKB layout code... :'( c) Link identify the matching XKB layout code: http://www.microsoft.com/globaldev/keyboards/kbdit142.htm Best regards and many thanks... ^_^ alanford@alice.it 14-01-2007 -- Ciao, luca. -- 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 a_jabar@mail2iraq.com Sun Jan 14 21:59:00 2007 From: a_jabar@mail2iraq.com (Abdullahi Jabar) Date: Sun, 14 Jan 2007 21:59:00 -0000 Subject: REF: RE-CONSTRUCTION OF IRAQ - VARIOUS SUPPLIES Message-ID: <200701142104.l0EL44RZ030413@integra.mtw.ru> Sir, REF: RE-CONSTRUCTION OF IRAQ - VARIOUS SUPPLIES My name is Dr. Abdul Jabar and this is an urgent contract invitation from Iraq. My benefactor at the new American controlled Iraq ministry has mandated me to seek for your co-operation in a multi million dollars worth of supply contract on Building/Medical/Textile and General equipments. Please if you can assist us, and then kindly contact me via My E-mail. PLEASE MAKE SURE YOU SEND INFORMATIONS ONLY DETAILING YOUR DIRECT TELEPHONE, FAX NUMBER AND EMAIL based on your company abilities. As soon as I receive the above information, I shall get back to you with all details pertaining to this transaction. 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.kendall@cisra.canon.com.au Mon Jan 15 07:51:00 2007 From: luke.kendall@cisra.canon.com.au (Luke Kendall) Date: Mon, 15 Jan 2007 07:51:00 -0000 Subject: problem of cygwin X fixed In-Reply-To: <40991d660611250212i4bd1145cgdebaebe6cf88a8e0@mail.gmail.com> Message-ID: <20070115075059.7B6A383CB9@pessard.research.canon.com.au> On 25 Nov, Emacs Rocky wrote: > Dear: > > I just sent a mail to complain I can't start X in cygwin. > > Now, I fount the solution in old mail-list. > > Anybody experienced the same problem can refer to > http://sourceware.org/ml/cygwin-xfree/2006-10/msg00051.html > > > the key point is : You need to mount the /usr/X11R6/lib/X11/fonts with > binary mode. > > but , I don't know why it worked well in another machine without the > mount for /usr/X11R6/lib/X11/fonts . > > anyway. thanks to all you guys. > > Rocky This used to be broken in Cygwin for a while, then it was fixed. I reinstalled from a snapshot from Jan 3rd 2007 and the problem had returned. I had no mount point for X at all, so I don't know why the problem occurred. I did have a warning from setup saying that setup.ini indicated it was newer than the version setup was expecting to install. I re-ran setup a couple more times, re-installing the fonts (no complaints about possibly mismatched setup.ini file this time), with no luck. Anyway, because I had no mount of the X fonts directory at all, I did this to create one: $ mount -b c:\cygwin\usr\lib\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts and re-ran setup to reinstall the fonts yet agai, and yes, X could now start, the problem is fixed. 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 thom@heavyweightsoftware.com Tue Jan 16 16:11:00 2007 From: thom@heavyweightsoftware.com (thom@heavyweightsoftware.com) Date: Tue, 16 Jan 2007 16:11:00 -0000 Subject: Xlib connection refused Message-ID: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> OK, I've been following the directions at: http://x.cygwin.com/docs/ug/using-remote-apps.html for ssh connection. I've gotten everything setup, but when I try to start and xterm, I get the following message: Xlib: connection to "192.168.205.98:0.0 refused by server Xlib: No protocol specified xterm XT error: Can't open display: 192.168.205.98:0.0 I have no idea what the 0.0 is, but the 192.168.205.98 is my windows box running cygwin x server. This is set up in my DISPLAY variable on the linux host. Any ideas? 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 holger.krull@gmx.de Tue Jan 16 16:20:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Tue, 16 Jan 2007 16:20:00 -0000 Subject: Xlib connection refused In-Reply-To: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> References: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> Message-ID: <45ACFB47.8080805@gmx.de> thom@heavyweightsoftware.com schrieb: > Xlib: connection to "192.168.205.98:0.0 refused by server > Xlib: No protocol specified > xterm XT error: Can't open display: 192.168.205.98:0.0 > > I have no idea what the 0.0 is, but the 192.168.205.98 is my windows box > running cygwin x server. This is set up in my DISPLAY variable on the > linux host. If you use ssh to tunnel the X-protocol, you shouldn't set DISPLAY, ssh will do that for you. If you want to connect without a tunnel, for testing start the X-server with -ac to disable access control (or use xhost+) to see if that is the problem. The 0.0 is the display and screen number. -- 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 holger.krull@gmx.de Tue Jan 16 16:40:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Tue, 16 Jan 2007 16:40:00 -0000 Subject: Xlib connection refused In-Reply-To: <45ACFB47.8080805@gmx.de> References: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> <45ACFB47.8080805@gmx.de> Message-ID: <45ACFFF9.4000801@gmx.de> Holger Krull schrieb: > thom@heavyweightsoftware.com schrieb: >> Xlib: connection to "192.168.205.98:0.0 refused by server >> Xlib: No protocol specified >> xterm XT error: Can't open display: 192.168.205.98:0.0 >> >> I have no idea what the 0.0 is, but the 192.168.205.98 is my windows box >> running cygwin x server. This is set up in my DISPLAY variable on the >> linux host. > > If you use ssh to tunnel the X-protocol, you shouldn't set DISPLAY, ssh will do that for you. > If you want to connect without a tunnel, for testing start the X-server with -ac to disable access control (or use xhost+) to see if that is the problem. > > The 0.0 is the display and screen number. > I forgot to mention that it is of no use to set DISPLAY to the linux computer address. It has to be the address of the windows computer that is running cygwin. -- 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 Matthias.Morche@P7S1Produktion.de Tue Jan 16 16:45:00 2007 From: Matthias.Morche@P7S1Produktion.de (Morche Matthias) Date: Tue, 16 Jan 2007 16:45:00 -0000 Subject: Xlib connection refused In-Reply-To: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> Message-ID: <574BF80562AF37419EA4B003C90D756D031FE432@EXCHANGE1.belgium.fhm.de> Sounds to me like a permission problem: Does it work if You use DISPLAY=:0? Do You have set up xauth and created an entry like: xauth list hostname/unix:0 MIT-MAGIC-COOKIE-1 e43b9761413c7718696720152f5e1c62 maybe it would help to create an additional entry for 198.168.205.98:0 or hostname.domain.country:0 like DISPLAY=:0 xauth add 198.168.205.98:0 . e43b9761413c7718696720152f5e1c62 HTH, matthias -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of thom@heavyweightsoftware.com Sent: Tuesday, January 16, 2007 5:11 PM To: cygwin-xfree@cygwin.com Subject: Xlib connection refused OK, I've been following the directions at: http://x.cygwin.com/docs/ug/using-remote-apps.html for ssh connection. I've gotten everything setup, but when I try to start and xterm, I get the following message: Xlib: connection to "192.168.205.98:0.0 refused by server Xlib: No protocol specified xterm XT error: Can't open display: 192.168.205.98:0.0 I have no idea what the 0.0 is, but the 192.168.205.98 is my windows box running cygwin x server. This is set up in my DISPLAY variable on the linux host. Any ideas? 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/ -- 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 thom@heavyweightsoftware.com Tue Jan 16 16:58:00 2007 From: thom@heavyweightsoftware.com (thom@heavyweightsoftware.com) Date: Tue, 16 Jan 2007 16:58:00 -0000 Subject: Xlib connection refused In-Reply-To: <574BF80562AF37419EA4B003C90D756D031FE432@EXCHANGE1.belgium.fhm.de> References: <574BF80562AF37419EA4B003C90D756D031FE432@EXCHANGE1.belgium.fhm.de> Message-ID: <64714.67.141.60.21.1168966666.squirrel@www.heavyweightsoftware.com> OK, I'm not following this. How do I create an xauth entry? By the way, unsetting DISPLAY merely changed the error. Thanks. > Sounds to me like a permission problem: > Does it work if You use DISPLAY=:0? > Do You have set up xauth and created an entry like: > xauth list > hostname/unix:0 MIT-MAGIC-COOKIE-1 e43b9761413c7718696720152f5e1c62 > > maybe it would help to create an additional entry for 198.168.205.98:0 > or hostname.domain.country:0 > like > DISPLAY=:0 xauth add 198.168.205.98:0 . e43b9761413c7718696720152f5e1c62 > > HTH, matthias > > > > -----Original Message----- > From: cygwin-xfree-owner@cygwin.com > [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of > thom@heavyweightsoftware.com > Sent: Tuesday, January 16, 2007 5:11 PM > To: cygwin-xfree@cygwin.com > Subject: Xlib connection refused > > OK, I've been following the directions at: > http://x.cygwin.com/docs/ug/using-remote-apps.html for ssh connection. > I've gotten everything setup, but when I try to start and xterm, I get > the > following message: > > Xlib: connection to "192.168.205.98:0.0 refused by server > Xlib: No protocol specified > xterm XT error: Can't open display: 192.168.205.98:0.0 > > I have no idea what the 0.0 is, but the 192.168.205.98 is my windows box > running cygwin x server. This is set up in my DISPLAY variable on the > linux host. > > Any ideas? > > 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/ > > > -- > 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 Cary_Jamison@Symantec.com Tue Jan 16 20:20:00 2007 From: Cary_Jamison@Symantec.com (Cary Jamison) Date: Tue, 16 Jan 2007 20:20:00 -0000 Subject: Xlib connection refused References: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> <45ACFB47.8080805@gmx.de> Message-ID: Holger Krull wrote: > thom@heavyweightsoftware.com schrieb: >> Xlib: connection to "192.168.205.98:0.0 refused by server >> Xlib: No protocol specified >> xterm XT error: Can't open display: 192.168.205.98:0.0 >> >> I have no idea what the 0.0 is, but the 192.168.205.98 is my windows >> box running cygwin x server. This is set up in my DISPLAY variable >> on the linux host. > > If you use ssh to tunnel the X-protocol, you shouldn't set DISPLAY, > ssh will do that for you. ssh will usually set your display number to 10. So, if you type echo $DISPLAY on the remote system, you should see 192.168.205.98:10.0. Since you are seeing 0 instead of 10, something is setting it incorrectly for you. Are you typing ssh -X or ssh -Y? Note that -Y tends to work better with most applications. Are you manually resetting DISPLAY after you login? Is there anything in your remote startup scripts that sets DISPLAY? Including any system-wide scripts? > If you want to connect without a tunnel, for testing start the > X-server with -ac to disable access control (or use xhost+) to see if > that is the problem. This would just be for testing. I wouldn't use -ac normally unless you understand the (in)security ramifications. Also, make sure you understand on which machine you need to use xhost and how to set DISPLAY properly. Cary -- 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 thom@heavyweightsoftware.com Tue Jan 16 20:30:00 2007 From: thom@heavyweightsoftware.com (thom@heavyweightsoftware.com) Date: Tue, 16 Jan 2007 20:30:00 -0000 Subject: Xlib connection refused In-Reply-To: References: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> <45ACFB47.8080805@gmx.de> Message-ID: <61719.67.141.60.21.1168979421.squirrel@www.heavyweightsoftware.com> Thanks for the help. I was setting the display variable myself. I changed it to be :10.0 and it took longer before giving me the error: xterm Xt error: Can't open display: 192.168.205.98:10.0 > Holger Krull wrote: >> thom@heavyweightsoftware.com schrieb: >>> Xlib: connection to "192.168.205.98:0.0 refused by server >>> Xlib: No protocol specified >>> xterm XT error: Can't open display: 192.168.205.98:0.0 >>> >>> I have no idea what the 0.0 is, but the 192.168.205.98 is my windows >>> box running cygwin x server. This is set up in my DISPLAY variable >>> on the linux host. >> >> If you use ssh to tunnel the X-protocol, you shouldn't set DISPLAY, >> ssh will do that for you. > > ssh will usually set your display number to 10. So, if you type > echo $DISPLAY > on the remote system, you should see 192.168.205.98:10.0. > Since you are seeing 0 instead of 10, something is setting it incorrectly > for you. > > Are you typing ssh -X or ssh -Y? Note that -Y tends to work better with > most applications. > Are you manually resetting DISPLAY after you login? > Is there anything in your remote startup scripts that sets DISPLAY? > Including any system-wide scripts? > >> If you want to connect without a tunnel, for testing start the >> X-server with -ac to disable access control (or use xhost+) to see if >> that is the problem. > > This would just be for testing. I wouldn't use -ac normally unless you > understand the (in)security ramifications. Also, make sure you understand > on which machine you need to use xhost and how to set DISPLAY properly. > > > Cary > > > > > -- > 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 holger.krull@gmx.de Tue Jan 16 20:35:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Tue, 16 Jan 2007 20:35:00 -0000 Subject: Xlib connection refused In-Reply-To: <61719.67.141.60.21.1168979421.squirrel@www.heavyweightsoftware.com> References: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> <45ACFB47.8080805@gmx.de> <61719.67.141.60.21.1168979421.squirrel@www.heavyweightsoftware.com> Message-ID: <45AD36EE.2020006@gmx.de> thom@heavyweightsoftware.com schrieb: > Thanks for the help. I was setting the display variable myself. I changed > it to be :10.0 and it took longer before giving me the error: > Are you using ssh for tunneling or not? -- 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 r.berber@computer.org Tue Jan 16 20:39:00 2007 From: r.berber@computer.org (=?ISO-8859-1?Q?Ren=E9_Berber?=) Date: Tue, 16 Jan 2007 20:39:00 -0000 Subject: Xlib connection refused In-Reply-To: <61719.67.141.60.21.1168979421.squirrel@www.heavyweightsoftware.com> References: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> <45ACFB47.8080805@gmx.de> <61719.67.141.60.21.1168979421.squirrel@www.heavyweightsoftware.com> Message-ID: thom wrote: > Thanks for the help. I was setting the display variable myself. I changed Which is wrong, you shouldn't change it, ssh does the setting. > it to be :10.0 and it took longer before giving me the error: > > xterm Xt error: Can't open display: 192.168.205.98:10.0 And no wonder, the IP address should be 127.0.0.1 (or the IP of the server) not the client address. Many people gave you the wrong information, in short ssh takes care of setting DISPLAY when you use -X or -Y or both, no need for anything else. -- Ren? Berber -- 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 thom@heavyweightsoftware.com Tue Jan 16 20:40:00 2007 From: thom@heavyweightsoftware.com (thom@heavyweightsoftware.com) Date: Tue, 16 Jan 2007 20:40:00 -0000 Subject: Xlib connection refused In-Reply-To: <45AD36EE.2020006@gmx.de> References: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> <45ACFB47.8080805@gmx.de> <61719.67.141.60.21.1168979421.squirrel@www.heavyweightsoftware.com> <45AD36EE.2020006@gmx.de> Message-ID: <64504.67.141.60.21.1168980012.squirrel@www.heavyweightsoftware.com> Sorry that I haven't answered this question yet. I am following the directions on the cygwin site, so I'm doing: ssh -Y -l username remote_hostname_or_ip_address Then typing xterm& to open it on my windows client. > thom@heavyweightsoftware.com schrieb: >> Thanks for the help. I was setting the display variable myself. I >> changed >> it to be :10.0 and it took longer before giving me the error: >> > > Are you using ssh for tunneling or not? > > -- > 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 thom@heavyweightsoftware.com Tue Jan 16 20:42:00 2007 From: thom@heavyweightsoftware.com (thom@heavyweightsoftware.com) Date: Tue, 16 Jan 2007 20:42:00 -0000 Subject: Xlib connection refused In-Reply-To: References: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> <45ACFB47.8080805@gmx.de> <61719.67.141.60.21.1168979421.squirrel@www.heavyweightsoftware.com> Message-ID: <65175.67.141.60.21.1168980141.squirrel@www.heavyweightsoftware.com> 192.168.205.98 is the IP address of my xterm server. That is my windows box. If I don't set display, it ends up pointing to localhost, which is not what I want to do. > thom wrote: > >> Thanks for the help. I was setting the display variable myself. I >> changed > > Which is wrong, you shouldn't change it, ssh does the setting. > >> it to be :10.0 and it took longer before giving me the error: >> >> xterm Xt error: Can't open display: 192.168.205.98:10.0 > > And no wonder, the IP address should be 127.0.0.1 (or the IP of the > server) not > the client address. > > Many people gave you the wrong information, in short ssh takes care of > setting > DISPLAY when you use -X or -Y or both, no need for anything else. > -- > Ren?? Berber > > > -- > 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 holger.krull@gmx.de Tue Jan 16 20:43:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Tue, 16 Jan 2007 20:43:00 -0000 Subject: Xlib connection refused In-Reply-To: <64504.67.141.60.21.1168980012.squirrel@www.heavyweightsoftware.com> References: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> <45ACFB47.8080805@gmx.de> <61719.67.141.60.21.1168979421.squirrel@www.heavyweightsoftware.com> <45AD36EE.2020006@gmx.de> <64504.67.141.60.21.1168980012.squirrel@www.heavyweightsoftware.com> Message-ID: <45AD38D1.4020808@gmx.de> thom@heavyweightsoftware.com schrieb: > Sorry that I haven't answered this question yet. I am following the > directions on the cygwin site, so I'm doing: > > ssh -Y -l username remote_hostname_or_ip_address > > Then typing xterm& to open it on my windows client. Then you have to set DISPLAY before you start ssh but not inside the ssh session. -- 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 thom@heavyweightsoftware.com Tue Jan 16 20:46:00 2007 From: thom@heavyweightsoftware.com (thom@heavyweightsoftware.com) Date: Tue, 16 Jan 2007 20:46:00 -0000 Subject: Xlib connection refused In-Reply-To: <45AD38D1.4020808@gmx.de> References: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> <45ACFB47.8080805@gmx.de> <61719.67.141.60.21.1168979421.squirrel@www.heavyweightsoftware.com> <45AD36EE.2020006@gmx.de> <64504.67.141.60.21.1168980012.squirrel@www.heavyweightsoftware.com> <45AD38D1.4020808@gmx.de> Message-ID: <1990.67.141.60.21.1168980367.squirrel@www.heavyweightsoftware.com> I don't understand what > Then you have to set DISPLAY before you start ssh but not inside the ssh > session. means. I'm setting DISPLAY in my .bash_profile to point back to my windows box. > thom@heavyweightsoftware.com schrieb: >> Sorry that I haven't answered this question yet. I am following the >> directions on the cygwin site, so I'm doing: >> >> ssh -Y -l username remote_hostname_or_ip_address >> >> Then typing xterm& to open it on my windows client. > > Then you have to set DISPLAY before you start ssh but not inside the ssh > session. > > > -- > 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 holger.krull@gmx.de Tue Jan 16 21:08:00 2007 From: holger.krull@gmx.de (Holger Krull) Date: Tue, 16 Jan 2007 21:08:00 -0000 Subject: Xlib connection refused In-Reply-To: <1990.67.141.60.21.1168980367.squirrel@www.heavyweightsoftware.com> References: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> <45ACFB47.8080805@gmx.de> <61719.67.141.60.21.1168979421.squirrel@www.heavyweightsoftware.com> <45AD36EE.2020006@gmx.de> <64504.67.141.60.21.1168980012.squirrel@www.heavyweightsoftware.com> <45AD38D1.4020808@gmx.de> <1990.67.141.60.21.1168980367.squirrel@www.heavyweightsoftware.com> Message-ID: <45AD3EE0.3060900@gmx.de> thom@heavyweightsoftware.com schrieb: > I don't understand what >> Then you have to set DISPLAY before you start ssh but not inside the ssh >> session. > > means. I'm setting DISPLAY in my .bash_profile to point back to my windows > box. You shouldn't do that, if you want to tunnel X11 through ssh. ssh will set it for you. -- 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 thom@heavyweightsoftware.com Tue Jan 16 21:17:00 2007 From: thom@heavyweightsoftware.com (thom@heavyweightsoftware.com) Date: Tue, 16 Jan 2007 21:17:00 -0000 Subject: Xlib connection refused In-Reply-To: <45AD3EE0.3060900@gmx.de> References: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> <45ACFB47.8080805@gmx.de> <61719.67.141.60.21.1168979421.squirrel@www.heavyweightsoftware.com> <45AD36EE.2020006@gmx.de> <64504.67.141.60.21.1168980012.squirrel@www.heavyweightsoftware.com> <45AD38D1.4020808@gmx.de> <1990.67.141.60.21.1168980367.squirrel@www.heavyweightsoftware.com> <45AD3EE0.3060900@gmx.de> Message-ID: <7829.67.141.60.21.1168982244.squirrel@www.heavyweightsoftware.com> Hmmm. That seemed to fix it. When it came up localhost, I said, Wow! That's wrong and did something else without testing it. Thanks for all the help! > thom@heavyweightsoftware.com schrieb: >> I don't understand what >>> Then you have to set DISPLAY before you start ssh but not inside the >>> ssh >>> session. >> >> means. I'm setting DISPLAY in my .bash_profile to point back to my >> windows >> box. > > You shouldn't do that, if you want to tunnel X11 through ssh. > ssh will set it for you. > > > -- > 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 r.berber@computer.org Tue Jan 16 22:01:00 2007 From: r.berber@computer.org (=?ISO-8859-1?Q?Ren=E9_Berber?=) Date: Tue, 16 Jan 2007 22:01:00 -0000 Subject: Xlib connection refused In-Reply-To: <65175.67.141.60.21.1168980141.squirrel@www.heavyweightsoftware.com> References: <51185.67.141.60.21.1168963876.squirrel@www.heavyweightsoftware.com> <45ACFB47.8080805@gmx.de> <61719.67.141.60.21.1168979421.squirrel@www.heavyweightsoftware.com> <65175.67.141.60.21.1168980141.squirrel@www.heavyweightsoftware.com> Message-ID: thom wrote: > 192.168.205.98 is the IP address of my xterm server. That is my windows > box. No, server is Linux server, not X server. > If I don't set display, it ends up pointing to localhost, which is > not what I want to do. Wrong, localhost:10.0 is the correct value, and it is the one ssh sets for a good reason: ssh itself is listening to the respective port on the remote side, and will tunnel all the X protocol, encrypted and compressed or not, to the client side, where it will connect to localhost:0.0 which is where your Cygwin X server is listening. -- Ren? Berber -- 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 alim@redjasper.com Sun Jan 21 02:38:00 2007 From: alim@redjasper.com (alim@redjasper.com) Date: Sun, 21 Jan 2007 02:38:00 -0000 Subject: Invitation: www.journal-ranking.com Message-ID: <29945686.9221169346974589.JavaMail.javamailuser@localhost> Dear Colleagues, Invitation to Participate in our NEW Journal Ranking Website I would like to begin by introducing myself. My name is Andrew Lim and I am from Hong Kong University of Science and Technology, Department of Industrial Engineering and Logistics Management. I have recently launched a web service for journal ranking at www.journal-ranking.com and would appreciate your participation. The service provides a brand new paradigm to ranking more than 7,000 journals from all disciplines and introduces two new indicators relevant to journal quality by considering both the journal influence index and the paper influence index. Most importantly, there exists no such model that will fit all needs, so this web service is an attempt to facilitate universal access and broad based consultation with all academicians. The service is established to allow all users to validate various scenarios and parameters to rank journals. We have created a forum for feedback from the audience and we are in the process of designing a set of web surveys. The intent of this service is to garner valuable insight from your participation to continually refine the journal ranking model. Journal ranking is critically important to research and to the academia, hence doing it right is worthwhile. This web service is a passionate commitment to this endeavor. We look forward to your support and participation. Yours truly, -- Andrew Lim Associate Professor Dept of Industrial Engineering & Logistics Mgmt Hong Kong University of Science and Technology (HKUST) Director, HKUST Logistics and Supply Chain Forum Director, HKUST LSCM Institute (Nansha) Email :iealim@ust.hk Tel :(852) 23587116 Mobile:(852) 62900069 Fax :(852) 23580062 -- 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 Rainer.Kraft@IFLYATA.COM Tue Jan 23 18:54:00 2007 From: Rainer.Kraft@IFLYATA.COM (Kraft, Rainer) Date: Tue, 23 Jan 2007 18:54:00 -0000 Subject: Issues with Windows Vista and X server Message-ID: <9F395C92A17C3845AE5A90CE1BD580250110D3E6@EXCL01-B.amtran.local> I'm trying to use Cygwin and especially the X server on Windows Vista. I ran into the same problems everyone did with sh.exe stalling and so on. Forcing it to an invalid keyboard rule (Start X with -xbkrules WinVista) fixed this issue for me. But after I installed the cygwin.dll version 1.5.23-2 it also worked without this keyboard rule work around. But I still have two very annoying issues right now: If I start X, it's using close to 100% of CPU. This started after I applied the new cygwin.dll patch. I let my PC run all the time and connect to it via RDP (Remote Desktop Protocol) from various RDP clients (work, home). If I now have some xterm or other X-client windows open and disconnect from my PC and reconnect later, X and all windows will be un-responsive most of the time. This happens for sure, if some other window popped up in front of the X-windows in the meantime or if the screen resolution changes (when I use a different RDP client to connect to my PC). Does anyone have any idea how to fix this? I'm using the latest patches, cygwin.dll version 1.5.23-2 and X.org base 6.8.99.901-1. Any help would be appreciated. Very Best Regards, Rainer Kraft ATA Airlines -- 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 drjohnagu7@yahoo.co.in Thu Jan 25 17:28:00 2007 From: drjohnagu7@yahoo.co.in (DR.JOHN AGU) Date: Thu, 25 Jan 2007 17:28:00 -0000 Subject: Thanks Message-ID: Dear:Friend, Message-Id: <20070125152158.7A18F341EFA@rasn.rasn.com.br> Date: Thu, 25 Jan 2007 15:21:58 +0000 (UTC) This is the documents that you requested for and the only thing remaining is your Bio-data for me to know you more and the Memorandum of understanding, that we have to agree upon before embarking on this transaction: find attached 1. My Identity card of where I work 2. The invoice of the transaction 3. The publication advert for the contract before it was awarded 4. Copy of my International passport Get back to me as soon as you are through with the confirmation of this documents. I will call you later today, when am back from inspection site. Thanks Dr. JOHN AGU 234-802-5922608 -- 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 sante.scuro@gmail.com Thu Jan 25 17:35:00 2007 From: sante.scuro@gmail.com (Sante Scuro) Date: Thu, 25 Jan 2007 17:35:00 -0000 Subject: New Repositories: XWin Error! Message-ID: Dear Sir, most new repositories ftp/http (I did not check all of them) have a problem when you come across to start the X-Windows Server. The error and log files are attached! I tested packages for two weeks on over 5 machines getting exactly the same error. But re-installing Cygwin from the old local repository (Jun 2006) makes no complain and it works fine! Thanks and please let me know what this problem is about! I really appreciate! Sante Scuro -------------- next part -------------- A non-text attachment was scrubbed... Name: X-Cygwin Error.jpg Type: image/jpeg Size: 70723 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: X-Cygwin Error.log Type: application/octet-stream Size: 1160 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 Thu Jan 25 17:47:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Thu, 25 Jan 2007 17:47:00 -0000 Subject: New Repositories: XWin Error! In-Reply-To: References: Message-ID: <45B8ED17.7070709@cygwin.com> Sante Scuro wrote: > Dear Sir, > > most new repositories ftp/http (I did not check all of them) have a > problem when you come across to start the X-Windows Server. The error > and log files are attached! I tested packages for two weeks on over 5 > machines getting exactly the same error. But re-installing Cygwin from > the old local repository (Jun 2006) makes no complain and it works > fine! > > Thanks and please let me know what this problem is about! > I really appreciate! The log file reports: Fatal server error: could not open default font 'fixed' winDeinitMultiWindowWM - Noting shutdown in progress Looking at the FAQ, you'll find: Try that. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- 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 chengs@cmu.edu Fri Jan 26 02:55:00 2007 From: chengs@cmu.edu (Shang-Wen Cheng) Date: Fri, 26 Jan 2007 02:55:00 -0000 Subject: EOL Fix? for Fatal server error: could not open default font 'fixed' Message-ID: <45B96D7A.5080202@cmu.edu> Synopsis: if you encounter the fatal server error due to "fixed" font, and have tried FAQ 8.4 to no avail, switching the end-of-lines to UNIX may solve the problem: After following the Cygwin/X installation instruction, running startx ended with this message, which others have reported, and which FAQ 8.4 (http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof) attempted to address: Fatal server error: could not open default font 'fixed' winDeinitMultiWindowWM - Noting shutdown in progress Unfortunately, neither of the two listed reasons applied to me. I confirmed the installation of the required "xorg-x11-fnts" pakcage, and my /usr/X11R6/lib/X11/fonts seemed in tact (misc/ had 414 items). Still, just for good measures, I tried reinstalling the 5 font related packages, still no help. Finally, the Thu, 11 Jan 2007 14:03:25 +0100 post by Mika?l Baudet prompted to try switching from DOS to UNIX end-of-lines, and reinstalling all the xorg-x11-* packages, and voila, startx worked. Cheers, Shang-Wen Cheng -- 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 NoahCoffman@firstimaginet.com Sun Jan 28 05:39:00 2007 From: NoahCoffman@firstimaginet.com (Noah) Date: Sun, 28 Jan 2007 05:39:00 -0000 Subject: naked humiliated Message-ID: A non-text attachment was scrubbed... Name: OurLittleSecret6122.jpg.jpg Type: image/jpeg Size: 20270 bytes Desc: not available URL: From fma@doe.carleton.ca Mon Jan 29 00:30:00 2007 From: fma@doe.carleton.ca (Gmane User) Date: Mon, 29 Jan 2007 00:30:00 -0000 Subject: Clean way to auto-read ~/.Xresources Message-ID: I install cygwin as admin, and want to change the X resources for one of the user accounts. Hence I don't want to change the global file /etc/X11/app-defaults/XTerm for different xterm font bindings. Instead, I put xrdb -merge %HOME%/.Xresources in startxwin.bat, after Xwin is launched. Being aversive to changing global files, I wonder if there is a way for the user to decide where to put Xresource specifications to be automatically read? I notice that /etc/X11/xinit/xinitrc causes ~/.Xresources to be read, but xinitrc doesn't get sourced regardless of whether I start X with startwin.bat or startxwin.sh. I prefer to use startxwin.bat. 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 Martin.Bartak@fs.cvut.cz Mon Jan 29 16:40:00 2007 From: Martin.Bartak@fs.cvut.cz (Martin Bartak) Date: Mon, 29 Jan 2007 16:40:00 -0000 Subject: error when starting X-Win Message-ID: <45BE3182.20817.1F1BAA3@bartak.fsinet.fsid.cvut.cz> Hello, How to delete automatically when closing X-session or, how to prevent its emergence when starting X-sesion or, how to make it re-writable by 'non-Administrator' user? I've got Cygwin 1.5.23-2 (full installation) on WinXP with two user accounts. I use 'startx' command to invoke X-Win with default parameters or options. When starting X-Win, a file named 'X0' is placed into /tmp/.X11-unix/ and it probably locks the X-server for current user (?) This file persists after exiting from X-Win and also after exiting from Cygwin. No problem if I start Cygwin and X-Win again as the same user, but when I login as another user (different from Administrator) X-Win cannot be started unless the previous X0 file is deleted. Regards, Martin -- 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 fma@doe.carleton.ca Tue Jan 30 04:36:00 2007 From: fma@doe.carleton.ca (Gmane User) Date: Tue, 30 Jan 2007 04:36:00 -0000 Subject: error when starting X-Win In-Reply-To: <45BE3182.20817.1F1BAA3@bartak.fsinet.fsid.cvut.cz> References: <45BE3182.20817.1F1BAA3@bartak.fsinet.fsid.cvut.cz> Message-ID: <45BECAEB.5090304@doe.carleton.ca> Martin Bartak wrote: > Hello, > > How to delete automatically when closing > X-session or, > how to prevent its emergence when starting X-sesion or, > how to make it re-writable by 'non-Administrator' user? > > I've got Cygwin 1.5.23-2 (full installation) on WinXP with two > user accounts. I use 'startx' command to invoke X-Win > with default parameters or options. > When starting X-Win, a file named 'X0' is placed into /tmp/.X11-unix/ > and it probably locks the X-server for current user (?) > This file persists after exiting from X-Win and also after exiting > from Cygwin. No problem if I start Cygwin and X-Win again > as the same user, but when I login as another user (different from > Administrator) X-Win cannot be started unless the previous X0 file > is deleted. I have sshd installed, so I ssh into the account that owns /tmp/.X11 and remove it. Better yet, I simply have the same account starting Xwin all the time. For example, if user1 is the Xwin account and I am logged in as user2, I can ssh into user1 to start Xwin. Or simply do Start->run, then use the runas command to run startxwin.bat as user1 (full program path required). The user2 login session hasn't been interrupted; you just need to "export DISPLAY=:0.0" and then start launching X applications. A problem occurs if user2 doesn't have authentication info to login as user1 or run applications as user1. Maybe there is a way to modify startxwin.bat or startxwin.sh. Have the script wait for the Xwin command to finish, and then have it remove /tmp/.X11. That way, whoever launches Xwin via startxwin.{bat,sh} also removes /tmp/.X11 upon completion. I've only looked at startxwin.bat script for any nontrivial amount of time, and I know that you can have script wait for Xwin to complete by modifying the %RUN% command that launches it. %RUN% is fancy invocation of the "run" command, and getting help on that shows that the -wait switch will cause the script to pause until launched applications ends before continuing. There is a problem I haven't figured out -- how to have startxwin.bat wait for Xwin to finish, yet still proceed to launch xterm *before* it starts to wait. I'm sure those who are wizards in scripting, signals, and things who can figure it out, but that is a foggy area for me at best. I have my eyes peeled for the chimings-in of such experienced people, in case they respond. Meanwhile, you can comment out the xterm line and launch it from another bash shell e.g. opened from the Start Menu (not elegant, I know). -- 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 fma@doe.carleton.ca Tue Jan 30 04:46:00 2007 From: fma@doe.carleton.ca (Gmane User) Date: Tue, 30 Jan 2007 04:46:00 -0000 Subject: error when starting X-Win In-Reply-To: <45BE3182.20817.1F1BAA3@bartak.fsinet.fsid.cvut.cz> References: <45BE3182.20817.1F1BAA3@bartak.fsinet.fsid.cvut.cz> Message-ID: <45BECAEB.5090304@doe.carleton.ca> Martin Bartak wrote: > Hello, > > How to delete automatically when closing > X-session or, > how to prevent its emergence when starting X-sesion or, > how to make it re-writable by 'non-Administrator' user? > > I've got Cygwin 1.5.23-2 (full installation) on WinXP with two > user accounts. I use 'startx' command to invoke X-Win > with default parameters or options. > When starting X-Win, a file named 'X0' is placed into /tmp/.X11-unix/ > and it probably locks the X-server for current user (?) > This file persists after exiting from X-Win and also after exiting > from Cygwin. No problem if I start Cygwin and X-Win again > as the same user, but when I login as another user (different from > Administrator) X-Win cannot be started unless the previous X0 file > is deleted. I have sshd installed, so I ssh into the account that owns /tmp/.X11 and remove it. Better yet, I simply have the same account starting Xwin all the time. For example, if user1 is the Xwin account and I am logged in as user2, I can ssh into user1 to start Xwin. Or simply do Start->run, then use the runas command to run startxwin.bat as user1 (full program path required). The user2 login session hasn't been interrupted; you just need to "export DISPLAY=:0.0" and then start launching X applications. A problem occurs if user2 doesn't have authentication info to login as user1 or run applications as user1. Maybe there is a way to modify startxwin.bat or startxwin.sh. Have the script wait for the Xwin command to finish, and then have it remove /tmp/.X11. That way, whoever launches Xwin via startxwin.{bat,sh} also removes /tmp/.X11 upon completion. I've only looked at startxwin.bat script for any nontrivial amount of time, and I know that you can have script wait for Xwin to complete by modifying the %RUN% command that launches it. %RUN% is fancy invocation of the "run" command, and getting help on that shows that the -wait switch will cause the script to pause until launched applications ends before continuing. There is a problem I haven't figured out -- how to have startxwin.bat wait for Xwin to finish, yet still proceed to launch xterm *before* it starts to wait. I'm sure those who are wizards in scripting, signals, and things who can figure it out, but that is a foggy area for me at best. I have my eyes peeled for the chimings-in of such experienced people, in case they respond. Meanwhile, you can comment out the xterm line and launch it from another bash shell e.g. opened from the Start Menu (not elegant, I know). -- 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 fma@doe.carleton.ca Tue Jan 30 18:33:00 2007 From: fma@doe.carleton.ca (Gmane User) Date: Tue, 30 Jan 2007 18:33:00 -0000 Subject: Clean way to auto-read ~/.Xresources In-Reply-To: References: Message-ID: Gmane User wrote: > I install cygwin as admin, and want to change the X resources for one > of the user accounts. Hence I don't want to change the global file > /etc/X11/app-defaults/XTerm for different xterm font bindings. > Instead, I put > > xrdb -merge %HOME%/.Xresources Correction. %HOME% doesn't seem to work on Windows XP, though it works on my Win2K box. And I forgot %RUN% above. I have the following new and improved xrdb invokation immediately following the launch of XWin in startxwin.bat, and preceding the launch of xterm: %RUN% xrdb -wait -merge ~/.Xresources Fortunately, the squiggle gets passed to bash for interpretation. Oddly enough, even though "-wait" follows "xrdb", it is actually a switch for the run command, which is bundled up in %RUN%. It ensures that xrdb is finished before the startxwin proceeds to the line that launches xterm. If I was keener, I'd replace the xrdb line with an invocation to a bash script that first tests for the presence of ~/.Xresources (I'm not familiar with M$ scripting). As it is, however, it causes no problems when ~/.Xresources is absent. > in startxwin.bat, after Xwin is launched. Being aversive to changing > global files, I wonder if there is a way for the user to decide where > to put Xresource specifications to be automatically read? > > I notice that /etc/X11/xinit/xinitrc causes ~/.Xresources to be read, > but xinitrc doesn't get sourced regardless of whether I start X with > startwin.bat or startxwin.sh. I prefer to use startxwin.bat. -- 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 Jan 31 00:27:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Wed, 31 Jan 2007 00:27:00 -0000 Subject: error when starting X-Win In-Reply-To: <45BECAEB.5090304@doe.carleton.ca> References: <45BE3182.20817.1F1BAA3@bartak.fsinet.fsid.cvut.cz> <45BECAEB.5090304@doe.carleton.ca> Message-ID: <45BF8F85.9010000@cygwin.com> Gmane User wrote: > Martin Bartak wrote: >> Hello, >> >> How to delete automatically when closing >> X-session or, >> how to prevent its emergence when starting X-sesion or, >> how to make it re-writable by 'non-Administrator' user? >> >> I've got Cygwin 1.5.23-2 (full installation) on WinXP with two >> user accounts. I use 'startx' command to invoke X-Win >> with default parameters or options. >> When starting X-Win, a file named 'X0' is placed into /tmp/.X11-unix/ >> and it probably locks the X-server for current user (?) >> This file persists after exiting from X-Win and also after exiting >> from Cygwin. No problem if I start Cygwin and X-Win again >> as the same user, but when I login as another user (different from >> Administrator) X-Win cannot be started unless the previous X0 file >> is deleted. > > I have sshd installed, so I ssh into the account that owns /tmp/.X11 > and remove it. Better yet, I simply have the same account starting > Xwin all the time. For example, if user1 is the Xwin account and I am > logged in as user2, I can ssh into user1 to start Xwin. Or simply do > Start->run, then use the runas command to run startxwin.bat as user1 > (full program path required). The user2 login session hasn't been > interrupted; you just need to "export DISPLAY=:0.0" and then start > launching X applications. The standard way this has been handled in the past is to set up a mount point for '/tmp/' to a unique location. In a default Windows installation, the following should work (untested): mount -b -u "$TEMP" /tmp This keeps things unique for each user anyway. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- 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 fma@doe.carleton.ca Wed Jan 31 01:10:00 2007 From: fma@doe.carleton.ca (Gmane User) Date: Wed, 31 Jan 2007 01:10:00 -0000 Subject: error when starting X-Win In-Reply-To: <45BF8F85.9010000@cygwin.com> References: <45BE3182.20817.1F1BAA3@bartak.fsinet.fsid.cvut.cz> <45BECAEB.5090304@doe.carleton.ca> <45BF8F85.9010000@cygwin.com> Message-ID: Larry Hall (Cygwin X) wrote: > Gmane User wrote: >> Martin Bartak wrote: >>> Hello, >>> >>> How to delete automatically when closing >>> X-session or, >>> how to prevent its emergence when starting X-sesion or, >>> how to make it re-writable by 'non-Administrator' user? >>> >>> I've got Cygwin 1.5.23-2 (full installation) on WinXP with two >>> user accounts. I use 'startx' command to invoke X-Win >>> with default parameters or options. >>> When starting X-Win, a file named 'X0' is placed into /tmp/.X11-unix/ >>> and it probably locks the X-server for current user (?) >>> This file persists after exiting from X-Win and also after exiting >>> from Cygwin. No problem if I start Cygwin and X-Win again >>> as the same user, but when I login as another user (different from >>> Administrator) X-Win cannot be started unless the previous X0 file >>> is deleted. >> I have sshd installed, so I ssh into the account that owns /tmp/.X11 >> and remove it. Better yet, I simply have the same account starting >> Xwin all the time. For example, if user1 is the Xwin account and I am >> logged in as user2, I can ssh into user1 to start Xwin. Or simply do >> Start->run, then use the runas command to run startxwin.bat as user1 >> (full program path required). The user2 login session hasn't been >> interrupted; you just need to "export DISPLAY=:0.0" and then start >> launching X applications. > > The standard way this has been handled in the past is to set up a mount > point for '/tmp/' to a unique location. In a default Windows > installation, the following should work (untested): > > mount -b -u "$TEMP" /tmp > > This keeps things unique for each user anyway. That's quite cool. I decorated it a bit to keep it all within my cygwin file space. Specifically, in my all-purpose ~/Temp directory: mkdir -p ~/Temp/tmp mount -b -u c:/cygwin/home/${USER}/Temp/tmp /tmp 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 reply-to-list-only-lh-x@cygwin.com Wed Jan 31 02:07:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Wed, 31 Jan 2007 02:07:00 -0000 Subject: error when starting X-Win In-Reply-To: References: <45BE3182.20817.1F1BAA3@bartak.fsinet.fsid.cvut.cz> <45BECAEB.5090304@doe.carleton.ca> <45BF8F85.9010000@cygwin.com> Message-ID: <45BFEC5C.2000000@cygwin.com> Gmane User wrote: > Larry Hall (Cygwin X) wrote: >> Gmane User wrote: >>> Martin Bartak wrote: >>>> Hello, >>>> >>>> How to delete automatically when closing >>>> X-session or, >>>> how to prevent its emergence when starting X-sesion or, >>>> how to make it re-writable by 'non-Administrator' user? >>>> >>>> I've got Cygwin 1.5.23-2 (full installation) on WinXP with two >>>> user accounts. I use 'startx' command to invoke X-Win >>>> with default parameters or options. >>>> When starting X-Win, a file named 'X0' is placed into /tmp/.X11-unix/ >>>> and it probably locks the X-server for current user (?) >>>> This file persists after exiting from X-Win and also after exiting >>>> from Cygwin. No problem if I start Cygwin and X-Win again >>>> as the same user, but when I login as another user (different from >>>> Administrator) X-Win cannot be started unless the previous X0 file >>>> is deleted. >>> I have sshd installed, so I ssh into the account that owns /tmp/.X11 >>> and remove it. Better yet, I simply have the same account starting >>> Xwin all the time. For example, if user1 is the Xwin account and I am >>> logged in as user2, I can ssh into user1 to start Xwin. Or simply do >>> Start->run, then use the runas command to run startxwin.bat as user1 >>> (full program path required). The user2 login session hasn't been >>> interrupted; you just need to "export DISPLAY=:0.0" and then start >>> launching X applications. >> The standard way this has been handled in the past is to set up a mount >> point for '/tmp/' to a unique location. In a default Windows >> installation, the following should work (untested): >> >> mount -b -u "$TEMP" /tmp >> >> This keeps things unique for each user anyway. > > > That's quite cool. I decorated it a bit to keep it all within my cygwin > file space. Specifically, in my all-purpose ~/Temp directory: > > mkdir -p ~/Temp/tmp > mount -b -u c:/cygwin/home/${USER}/Temp/tmp /tmp > > Thanks! You're welcome. Glad I could help. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- 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 ir0nh34d@gmail.com Wed Jan 31 02:47:00 2007 From: ir0nh34d@gmail.com (Chris Sutcliffe) Date: Wed, 31 Jan 2007 02:47:00 -0000 Subject: error when starting X-Win In-Reply-To: <45BFEC5C.2000000@cygwin.com> References: <45BE3182.20817.1F1BAA3@bartak.fsinet.fsid.cvut.cz> <45BECAEB.5090304@doe.carleton.ca> <45BF8F85.9010000@cygwin.com> <45BFEC5C.2000000@cygwin.com> Message-ID: <2bf229d30701301806r76da3b42v3d258bbb6ab3c047@mail.gmail.com> > >> The standard way this has been handled in the past is to set up a mount > >> point for '/tmp/' to a unique location. In a default Windows > >> installation, the following should work (untested): > >> > >> mount -b -u "$TEMP" /tmp > >> > >> This keeps things unique for each user anyway. > > > > That's quite cool. I decorated it a bit to keep it all within my cygwin > > file space. Specifically, in my all-purpose ~/Temp directory: > > > > mkdir -p ~/Temp/tmp > > mount -b -u c:/cygwin/home/${USER}/Temp/tmp /tmp When I try to execute the mount, I get: $ mount -b -u "$TEMP" /tmp mount: /tmp: Invalid argument Is there something I'm missing? Thanx! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org -- 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 Jan 31 05:50:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Wed, 31 Jan 2007 05:50:00 -0000 Subject: error when starting X-Win In-Reply-To: <2bf229d30701301806r76da3b42v3d258bbb6ab3c047@mail.gmail.com> References: <45BE3182.20817.1F1BAA3@bartak.fsinet.fsid.cvut.cz> <45BECAEB.5090304@doe.carleton.ca> <45BF8F85.9010000@cygwin.com> <45BFEC5C.2000000@cygwin.com> <2bf229d30701301806r76da3b42v3d258bbb6ab3c047@mail.gmail.com> Message-ID: <45C00345.4060807@cygwin.com> Chris Sutcliffe wrote: >> >> The standard way this has been handled in the past is to set up a >> mount >> >> point for '/tmp/' to a unique location. In a default Windows >> >> installation, the following should work (untested): >> >> >> >> mount -b -u "$TEMP" /tmp >> >> >> >> This keeps things unique for each user anyway. >> > >> > That's quite cool. I decorated it a bit to keep it all within my >> cygwin >> > file space. Specifically, in my all-purpose ~/Temp directory: >> > >> > mkdir -p ~/Temp/tmp >> > mount -b -u c:/cygwin/home/${USER}/Temp/tmp /tmp > > When I try to execute the mount, I get: > > $ mount -b -u "$TEMP" /tmp > mount: /tmp: Invalid argument > > Is there something I'm missing? No, not really. It's shame on me for not trying the syntax I was offering first. If you're doing this from inside a Cygwin shell, use: mount -b -u $(cygpath -ma "$TEMP") /tmp -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- 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 fma@doe.carleton.ca Wed Jan 31 05:59:00 2007 From: fma@doe.carleton.ca (Gmane User) Date: Wed, 31 Jan 2007 05:59:00 -0000 Subject: error when starting X-Win In-Reply-To: <45C00345.4060807@cygwin.com> References: <45BE3182.20817.1F1BAA3@bartak.fsinet.fsid.cvut.cz> <45BECAEB.5090304@doe.carleton.ca> <45BF8F85.9010000@cygwin.com> <45BFEC5C.2000000@cygwin.com> <2bf229d30701301806r76da3b42v3d258bbb6ab3c047@mail.gmail.com> <45C00345.4060807@cygwin.com> Message-ID: Larry Hall (Cygwin X) wrote: > Chris Sutcliffe wrote: >>>>> The standard way this has been handled in the past is to set up a >>> mount >>>>> point for '/tmp/' to a unique location. In a default Windows >>>>> installation, the following should work (untested): >>>>> >>>>> mount -b -u "$TEMP" /tmp >>>>> >>>>> This keeps things unique for each user anyway. >>>> That's quite cool. I decorated it a bit to keep it all within my >>> cygwin >>>> file space. Specifically, in my all-purpose ~/Temp directory: >>>> >>>> mkdir -p ~/Temp/tmp >>>> mount -b -u c:/cygwin/home/${USER}/Temp/tmp /tmp >> When I try to execute the mount, I get: >> >> $ mount -b -u "$TEMP" /tmp >> mount: /tmp: Invalid argument >> >> Is there something I'm missing? > > No, not really. It's shame on me for not trying the syntax I was > offering first. If you're doing this from inside a Cygwin shell, > use: > > mount -b -u $(cygpath -ma "$TEMP") /tmp Shame shame shame :) Actually, I ran into a wrinkle. My /c/cygwin/home/user is soft- linked to another location on the local hard drive. This seems to foil the attempt to mount c:/cygwin/home/user/Temp/tmp. I had forgotten about that file path redirection. After some bumbling to discover it, I found that your mounting method works if the real path is used. Which made me think "wouldn't it be nice if mounting didn't have to be done for each user account?". I install cygwin on whatever machine (of several) that I happen to work on, so such a global fix would make life easier. And there is a solution. With a bit of refresher from the unix shell newsgroup, I was prompted into realizing that startxwin.sh launches XWin in the background, which allows the PID to be captured with "$!". So if one really wanted to, startxwin could use "wait" with XWin's PID to wait for XWin to finish, after which it deletes /tmp/.X11-unix. No need to maintain user-specific /tmp mounts. One could probably create a start-menu shortcut that invokes startxwin.sh with the run command, similar to the way it is used in startxwin.bat. On a separate but related note, I found that launching XWin from an ssh session doesn't result in XWin or xterm showing up on the computer screen, even though the processes are running. Depending on whether I use the sh or bat startup script, xterm might not even be able to connect to the X server. Cygstart is also unable to open up applications on the screen when launched from an ssh session. It is possible that no such similar effects would plague the shortcut that invokes the above modification of startxwin.sh. It remains to be tested, and the hour is late and "tomorrow" (technically today) is an early day, so I put it on my list of things that would be nice to try some time. -- 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 mewantcookies@gmail.com Wed Jan 31 16:32:00 2007 From: mewantcookies@gmail.com (Lisa Losito) Date: Wed, 31 Jan 2007 16:32:00 -0000 Subject: XWin.exe-unable to locate component Message-ID: <912afb180701302159q565a168dr395787c27becea4d@mail.gmail.com> I downloaded and installed Cygwin, but when I tried to run XWin.bat from C:\cygwin\usr\X11R6\bin I get the error message 'This application has failed to start because cygwin1.dll was not found. Re-installing the application may fix this problem.' I tried reinstalling but I still get the same error. -- 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 Jan 31 16:35:00 2007 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Wed, 31 Jan 2007 16:35:00 -0000 Subject: XWin.exe-unable to locate component In-Reply-To: <912afb180701302159q565a168dr395787c27becea4d@mail.gmail.com> References: <912afb180701302159q565a168dr395787c27becea4d@mail.gmail.com> Message-ID: <45C0C499.8050302@cygwin.com> Lisa Losito wrote: > I downloaded and installed Cygwin, but when I tried to run XWin.bat > from C:\cygwin\usr\X11R6\bin I get the error message 'This application > has failed to start because cygwin1.dll was not found. Re-installing > the application may fix this problem.' I tried reinstalling but I > still get the same error. Something is keeping you from seeing your installed cygwin1.dll then. Try rebooting if you have not. Otherwise, please read and follow the problem reporting guidelines found at the link below for any follow-up. > Problem reports: http://cygwin.com/problems.html Also, since this particular issue is more of an installation/non-X one, you may want to post to the main list for that follow-up. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 -- 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/