From amanda345@altern.org Mon Nov 1 13:21:00 2004 From: amanda345@altern.org (amanda345@altern.org) Date: Mon, 01 Nov 2004 13:21:00 -0000 Subject: Minimal replacement for Exceed Message-ID: Boaz Harrosh wrote: I have packed a Wise-Installer with a some-what minimal installation. It uses the windows fonts and this way saves 14M of fonts. It does include a full bash + utils and SSH so it is not as minimal as it can be. The Install.exe is about 12M. I can send you the .exe but you will find that it has some specialized stuff for the purpose it was made. (automatic connection to a Linux application server). I can also send you the files listing, and the wise script, so you can pack your own. I would by very interested in looking at the listing and the script. Thanks, Amanda From boaz@hishome.net Mon Nov 1 14:38:00 2004 From: boaz@hishome.net (Boaz Harrosh) Date: Mon, 01 Nov 2004 14:38:00 -0000 Subject: Returned mail: we don't accept email with executable content (#5.3.4) In-Reply-To: <200411011425.DVQ34025@balder.inter.net.il> References: <200411011425.DVQ34025@balder.inter.net.il> Message-ID: <41864A54.1070307@hishome.net> Mail Delivery Subsystem wrote: >The original message was received at Mon, 1 Nov 2004 16:25:23 +0200 (IST) >from ntn-144-99.inter.net.il [212.68.144.99] (may be forged) > > ----- The following addresses had permanent delivery errors ----- > > > > >------------------------------------------------------------------------ > >Reporting-MTA: dns; balder.inter.net.il >Arrival-Date: Mon, 1 Nov 2004 16:25:23 +0200 (IST) >X-Message-Diagnostic-Code: smtp; 552 we don't accept email with executable content (#5.3.4) > >Final-Recipient: RFC822; cygwin-xfree@cygwin.com >Action: failed >Status: 5.2.2 >Remote-MTA: DNS; sourceware.org >Diagnostic-Code: SMTP; 552 we don't accept email with executable content (#5.3.4) >Last-Attempt-Date: Mon, 1 Nov 2004 16:25:28 +0200 (IST) > > > > ------------------------------------------------------------------------ > > Subject: > Re: Minimal replacement for Exceed > From: > Boaz Harrosh > Date: > Mon, 01 Nov 2004 16:27:12 +0200 > To: > cygwin-xfree@cygwin.com, amanda345@altern.org > > To: > cygwin-xfree@cygwin.com, amanda345@altern.org > > rrrr I tried to send below message. Attached a: dir /s > cygwindir.txt and the wise Installer script. Even if you do not have Wise installer Just have a look inside. It's a text file with a pretty clear syntax of what it does. Look here: http://www.cygwin.com/ml/cygwin-xfree/2004-08/msg00109.html It is a thread about what I do in the post Install at: "bin/prepareWindowsFonts.sh" (run at end of wise installation) You'd have to debug that part because I did mine manually. May be it is better to do what, I think it was Alexandre,suggested in above thread. You can see that it can be cleaned farther, I needed the bin/* utils, and didn't want to bother with what dlls are needed or not. So I included them all. If you can receive a 12M exe file I can send you the result, so you can try for yourself. Or If you have an FTP I can put it on? Just send me the Info. (After Install files extract to 27M) Feel free to ask any questions On the wise Installer or any thing else Free Life Boaz A simple dir /s and an Install script was to much. and a zip of them is considered an executable file, so I give up. Amanda did you get your private copy? From Suarez.David@jobcorps.org Mon Nov 1 14:39:00 2004 From: Suarez.David@jobcorps.org (David Suarez) Date: Mon, 01 Nov 2004 14:39:00 -0000 Subject: Files in /tmp/.X11-unix not getting cleaned up.. Message-ID: <9616BFC95C867443854DA22AA36F746BAAFED2@jobcorps.org> I have setup Cygwin/X on Windows Terminal Services and have been running it using the approach that each new user gets there own port.? Everything runs dandy except under some circumstance it appears the socket/file in the /tmp/.X11-unix/ directory is not cleaned up when X is closed.? In those cases, on startup for a non-admin rights user, they receive a fatal error.? To fix all I do is go into the directory and delete the offending file (I confirm that there is no X server on that port first).? Since the work-around "works", I attempted to add that to the script the user's kick off to delete the hanging file if it's there.? Unfortunately since this only happens if the previous user of that port was different, a permission error occurs. This is what the scenario looks like in the file system: Suarez.David@jcdcnt_sm_pay2 /tmp/.X11-unix $ ls -la total 4 drwxrwxrwt+?? 2 David.Te Domain U??????? 0 Oct 29 11:04 . drwxrwxrwx+?? 3 Administ Users??????? 4096 Oct 29 11:53 .. srwxrwxrwx??? 1 ranen??? Domain A?????? 51 Oct 27 09:07 X0 srwxrwxrwx??? 1 Suarez.D Domain U?????? 51 Oct 29 11:04 X1 srwxrwxrwx??? 1 David.Te Domain U?????? 51 Oct 26 09:54 X3 So right now, the last user to start X on 0 was ranen, on 1 was suarez.David, etc... Now if I check the ports, only X0 is still in use.? So the other X servers on 1 and 3 have since been closed but the files are still sticking around.? If I get assigned to any of these other ports I don't run into a problem because I am an admin user and it appears X checks to see if it's valid on startup and appropriately updates it.? However for non-admin users, they get the fatal error. I added to the script to delete the file if the X server is not in use but I get the permissioning error when they run. Any idea what I can do to work around this behaviour? Please advise...djsuarez From mjourdeu@csc.com Mon Nov 1 17:14:00 2004 From: mjourdeu@csc.com (Marc Jourdeuil) Date: Mon, 01 Nov 2004 17:14:00 -0000 Subject: X11 problems Message-ID: I can't run X programs from my PC anymore, across the VPN. How do I turn on X11 forwarding with cygwin? Will that solve the problem? I am running a version of cygwin that I installed in Aug 2003. cgywin is using XFree86 - X11R6. triton# echo $DISPLAY localhost:10.0 triton# ./ezf EZ Fibre Agent started on port 127.0.0.1:10001 Starting EZ Fibre... X11 connection rejected because of wrong authentication. .ezfagent stopped oraus1: root@oraus1# echo $DISPLAY root@oraus1# DISPLAY=localhost:10.0 root@oraus1# export DISPLAY root@oraus1# xload Error: Can't open display: localhost:10.0 root@oraus1# DISPLAY=localhost:11.0 root@oraus1# export DISPLAY root@oraus1# xload Error: Can't open display: localhost:11.0 Regards, Marc Marc Jourdeuil Technical Lead - CSC Internal, Newark Data Center UNIX Systems Engineer, Enterprise Server & Storage Administration UNIX Engineering Group (SUN), Global Processing Engineering Services (GPES), Computer Sciences Corporation, CEG Account (Ottawa) Tel: (613) 823-6086 Cell: (613) 866-4040 E-mail: MJourdeu@CSC.com AIM: pmarcj2 Yahoo ID: pmarcj Ce message est CONFIDENTIEL. Si vous n'en n'?tes pas le destinataire, veuillez le supprimer sans en faire de copies et pr?venir l'exp?diteur par messagerie ?lectronique qu'il n'a pas ?t? achemin? ? la destination voulue. NOTA : Quel que soit le contenu du message, il ne lie CSC ? aucune commande ni ? aucun contrat ? moins que la commande ou le contrat fasse suite ? une entente ?crite ou ? une initiative gouvernementale explicite pr?voyant express?ment l'utilisation de la messagerie ?lectronique ? cette fin. ---------------------------------------------------------------------------------------- This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose. ---------------------------------------------------------------------------------------- From robertsavage5@msn.com Mon Nov 1 23:21:00 2004 From: robertsavage5@msn.com (ROBERT T JOAN V SAVAGE) Date: Mon, 01 Nov 2004 23:21:00 -0000 Subject: Multiwindows launches but nothing happens Message-ID: Hi, I have installed cygwin and am having troubles running xwin or xwin -multiwindows. Running xwin pops open window, but has not drop down menus to start, for instance and xterm. If I run xwin -multiwindow nothing seems to happen. The log file is as follows: Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-5 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1024 h 768 winInitializeDefaultScreens - Returning _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1024 height: 768 depth: 16 winInitVisualsShadowGDI - Masks 0000f800 000007e0 0000001f BPRGB 6 d 16 bpp 16 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 winMultiWindowXMsgProc - Hello winInitMultiWindowWM - Calling pthread_mutex_lock () winMultiWindowXMsgProc - Calling pthread_mutex_lock () MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of 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" (--) 5 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! winInitMultiWindowWM - pthread_mutex_lock () returned. winInitMultiWindowWM - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - pthread_mutex_lock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winProcEstablishConnection - Hello winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. winClipboardProc - XOpenDisplay () returned and successfully opened the display. winClipboardProc - Call to select () failed: -1. Bailing. winClipboardProc - XDestroyWindow succeeded. From alexander.gottwald@s1999.tu-chemnitz.de Tue Nov 2 09:31:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 02 Nov 2004 09:31:00 -0000 Subject: Multiwindows launches but nothing happens In-Reply-To: References: Message-ID: On Mon, 1 Nov 2004, ROBERT T JOAN V SAVAGE wrote: > Hi, > > I have installed cygwin and am having troubles running xwin or xwin > -multiwindows. > > Running xwin pops open window, but has not drop down menus to start, for > instance and xterm. > > If I run xwin -multiwindow nothing seems to happen. The log file is as > follows: Are you running Zone Alarm 5 or any other Personal firewall or VPN software? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From redetin@luukku.com Tue Nov 2 12:03:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Tue, 02 Nov 2004 12:03:00 -0000 Subject: Minimal replacement for Exceed In-Reply-To: <41849DC5.90408@hishome.net> References: <20041028191300.74586.qmail@bellat.pair.com> <41849DC5.90408@hishome.net> Message-ID: Boaz Harrosh wrote: > amanda345@altern.org wrote: > >> I want to find a replacement for Hummingbird Exceed. I know that >> Cygwin includes an X server, but I'm not interested in all of Cygwin. >> What would be the minimum I'd need to install to be able to run >> Cygwin/X? In case it matters, I'd like to run the X server with the >> -multiwindow and -clipboard parameters. >> >> Thanks! >> >> Amanda >> >> >> >> > Dear Amanda ! > I have packed a Wise-Installer with a some-what minimal installation. It > uses the windows fonts and this way saves 14M of fonts. It does include > a full bash + utils and SSH so it is not as minimal as it can be. The > Install.exe is about 12M. > > I can send you the .exe but you will find that it has some specialized > stuff for the purpose it was made. (automatic connection to a Linux > application server). I can also send you the files listing, and the wise > script, so you can pack your own. Files listing and script would be nice to lookat. Any possiblility to have it online somewhere? -- Jani Tiainen From pechtcha@cs.nyu.edu Tue Nov 2 14:45:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Tue, 02 Nov 2004 14:45:00 -0000 Subject: Multiwindows launches but nothing happens In-Reply-To: References: Message-ID: On Mon, 1 Nov 2004, ROBERT T JOAN V SAVAGE wrote: > Hi, > > I have installed cygwin and am having troubles running xwin or xwin > -multiwindows. > > Running xwin pops open window, but has not drop down menus to start, for > instance and xterm. > > If I run xwin -multiwindow nothing seems to happen. The log file is as > follows: > > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.8.1.0-5 > [snip] > XWin was started with the following command line: > X :0 -multiwindow -clipboard > [snip] > winClipboardProc - DISPLAY=127.0.0.1:0.0 > winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. > [snip] What exactly did you expect would happen? The log shows the X server as started and waiting for connections. Now you need to open an X application (e.g., xterm) -- it won't be opened automatically when you start the X server directly the way you did (by running XWin.exe). You have a few choices: - Install the X-startup-scripts, and use either "startxwin.sh" or "startx" to start the X server (both will, IIRC, open at least an xterm for you). - Install the X-start-menu-icons package and use the Start menu to open whatever applications you need. - Use the old-fashioned way and open a regular Cygwin console (via the Cygwin icon on your desktop), and from the prompt run DISPLAY=127.0.0.1:0.0 xterm & - Do the above, but run a window manager instead (provided you're in non-multiwindow mode, which in itself is a window manager). Most X window managers (e.g., twm, fvwm, WindowMaker, openbox) will have a desktop menu that allows to start X applications. Note that only twm comes with X by default, others have to be installed separately. - Starting the X server should have created an icon in your system tray. ISTR there was some work on adding a menu to that icon that would let you start applications and control the X server. Don't know if that was ever completed, though, or if it's been included in the default XWin package... There are other ways, but they are more arcane... :-) Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From pechtcha@cs.nyu.edu Tue Nov 2 14:48:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Tue, 02 Nov 2004 14:48:00 -0000 Subject: Multiwindows launches but nothing happens In-Reply-To: References: Message-ID: On Tue, 2 Nov 2004, Igor Pechtchanski wrote: > [snip] > - Do the above, but run a window manager instead (provided you're in > non-multiwindow mode, which in itself is a window manager). Most X window ^^^^^^^^ s/which in/because multiwindow mode/ > managers (e.g., twm, fvwm, WindowMaker, openbox) will have a desktop menu > that allows to start X applications. Note that only twm comes with X by > default, others have to be installed separately. Sorry for the confusion, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From Alexander.Gottwald@s1999.tu-chemnitz.de Tue Nov 2 23:27:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 02 Nov 2004 23:27:00 -0000 Subject: Files in /tmp/.X11-unix not getting cleaned up.. In-Reply-To: <9616BFC95C867443854DA22AA36F746BAAFED2@jobcorps.org> References: <9616BFC95C867443854DA22AA36F746BAAFED2@jobcorps.org> Message-ID: David Suarez wrote: > > > I have setup Cygwin/X on Windows Terminal Services and have been running it using the approach that each new user gets there own port.? > > Everything runs dandy except under some circumstance it appears the socket/file in the /tmp/.X11-unix/ directory is not cleaned up when X is closed.? In those cases, on startup for a non-admin rights user, they receive a fatal error.? To fix all I do is go into the directory and delete the offending file (I confirm that there is no X server on that port first).? Since the work-around "works", I attempted to add that to the script the user's kick off to delete the hanging file if it's there.? Unfortunately since this only happens if the previous user of that port was different, a permission error occurs. this a quite often asked question. You could solve this with per-user mounted /tmp directory. eg. mkdir $HOME/tmp mount -buf $(cygpath -m $HOME/tmp) /tmp This will create a temp directory in the users home directory and map /tmp to that directory. bye ago NP: Megadump - Superhuman -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Alexander.Gottwald@s1999.tu-chemnitz.de Tue Nov 2 23:29:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 02 Nov 2004 23:29:00 -0000 Subject: X11 problems In-Reply-To: References: Message-ID: Marc Jourdeuil wrote: > > > > > I can't run X programs from my PC anymore, across the VPN. > > How do I turn on X11 forwarding with cygwin? Will that solve the problem? DISPLAY=:0.0 ssh -Y remotehost Check the FAQ about this. There are a lot of answers about X11Forwarding. bye ago NP: Megadump - Superhuman -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From savage@agora.rdrop.com Wed Nov 3 00:53:00 2004 From: savage@agora.rdrop.com (Robert Savage) Date: Wed, 03 Nov 2004 00:53:00 -0000 Subject: Multiwindows launches but nothing happens In-Reply-To: Message-ID: <200411030053.iA30rZpX016827@agora.rdrop.com> Thanks for the response. I do not understand why the x-startup-scripts are not installed. I have tried a number of sites to install from selecting all packages. Are the startup scripts something that need manual installation? If so how is this done. Or is the a site that you recommend installing from? Thanks Robert > On Mon, 1 Nov 2004, ROBERT T JOAN V SAVAGE wrote: > > > Hi, > > > > I have installed cygwin and am having troubles running xwin or xwin > > -multiwindows. > > > > Running xwin pops open window, but has not drop down menus to start, for > > instance and xterm. > > > > If I run xwin -multiwindow nothing seems to happen. The log file is as > > follows: > > > > Welcome to the XWin X Server > > Vendor: The Cygwin/X Project > > Release: 6.8.1.0-5 > > [snip] > > XWin was started with the following command line: > > X :0 -multiwindow -clipboard > > [snip] > > winClipboardProc - DISPLAY=127.0.0.1:0.0 > > winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. > > [snip] > > What exactly did you expect would happen? The log shows the X server as > started and waiting for connections. Now you need to open an X > application (e.g., xterm) -- it won't be opened automatically when you > start the X server directly the way you did (by running XWin.exe). > > You have a few choices: > > - Install the X-startup-scripts, and use either "startxwin.sh" or "startx" > to start the X server (both will, IIRC, open at least an xterm for you). > > - Install the X-start-menu-icons package and use the Start menu to open > whatever applications you need. > > - Use the old-fashioned way and open a regular Cygwin console (via the > Cygwin icon on your desktop), and from the prompt run > > DISPLAY=127.0.0.1:0.0 xterm & > > - Do the above, but run a window manager instead (provided you're in > non-multiwindow mode, which in itself is a window manager). Most X window > managers (e.g., twm, fvwm, WindowMaker, openbox) will have a desktop menu > that allows to start X applications. Note that only twm comes with X by > default, others have to be installed separately. > > - Starting the X server should have created an icon in your system tray. > ISTR there was some work on adding a menu to that icon that would let you > start applications and control the X server. Don't know if that was ever > completed, though, or if it's been included in the default XWin package... > > There are other ways, but they are more arcane... :-) > Igor > -- > http://cs.nyu.edu/~pechtcha/ > |\ _,,,---,,_ pechtcha@cs.nyu.edu > ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com > |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. > '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! > > "The Sun will pass between the Earth and the Moon tonight for a total > Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT > From alexander.gottwald@s1999.tu-chemnitz.de Wed Nov 3 09:58:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 03 Nov 2004 09:58:00 -0000 Subject: Multiwindows launches but nothing happens In-Reply-To: <200411030053.iA30rZpX016827@agora.rdrop.com> References: <200411030053.iA30rZpX016827@agora.rdrop.com> Message-ID: On Tue, 2 Nov 2004, Robert Savage wrote: > Thanks for the response. > I do not understand why the x-startup-scripts are not installed. > I have tried a number of sites to install from selecting > all packages. > > Are the startup scripts something that need manual installation? > If so how is this done. No. Just select X-startup-scripts (version 1.0.10-2 is current) via setup.exe and install it. > Or is the a site that you recommend installing from? mirrors.kernel.org. I use this a reference and send announcements if the packages are available there. So I'm sure x-startup-scripts is available from this mirror. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From vmsperl@p5091890A.dip0.t-ipconnect.de Thu Nov 4 15:37:00 2004 From: vmsperl@p5091890A.dip0.t-ipconnect.de (vmsperl@p5091890A.dip0.t-ipconnect.de) Date: Thu, 04 Nov 2004 15:37:00 -0000 Subject: listsoft In-Reply-To: <4G6K7EAHAIC61K6D@cygwin.com> References: <4G6K7EAHAIC61K6D@cygwin.com> Message-ID: <07H44LFA69L6L9E3@p5091890A.dip0.t-ipconnect.de> http://66.73.170.21:8180/sft/ From Suarez.David@jobcorps.org Thu Nov 4 15:46:00 2004 From: Suarez.David@jobcorps.org (David Suarez) Date: Thu, 04 Nov 2004 15:46:00 -0000 Subject: Files in /tmp/.X11-unix not getting cleaned up.. Message-ID: <9616BFC95C867443854DA22AA36F746BAAFF0F@jobcorps.org> Thanks Alexander. I've done the below and it is working great now. I ran into the following questions/issues while attempting the below: 1. When using "cygpath -m ..." the home directories we use were returning split over multiple lines sometimes (C:/ Documents and Settings/...). Not for everyone. Are there any known issues with this? The mount command worked fine and you could see the mount installed using the "mount" command (also split over multiple lines) however trying to "cd /tmp" resulted in an error. To avoid the multi-lines, I created a windows environment variable with the location and used that instead when setting the mount. Now that it's on one-line everything works great. 2. Seems like mapping a /tmp as a user-mount is a work-around. Any idea why the files don't get cleaned up in general? Are there any known issues with this approach? Is there a resource that would be able to fix the implementation to ensure the files are deleted? The one concern I have is I don't know if there are any applications out there that would rely on a shared /tmp directory. Since in regular unix /tmp is shared, I can see how a program may rely on that causing a problem in our case here now that /tmp is mapped individually by user. For now, this isn't a problem since we're using TS to run apps against the unix boxes but I wonder if this limits our ability to expand cygwin usage in the future as a stand-alone environment not linked to the unix boxes. Please advise any experience/thoughts you have on the above. Thanks again for the help! Regards...djsuarez * From: Alexander Gottwald * To: cygwin-xfree at cygwin dot com * Date: Wed, 3 Nov 2004 00:27:07 +0100 (MET) * Subject: Re: Files in /tmp/.X11-unix not getting cleaned up.. * References: <9616BFC95C867443854DA22AA36F746BAAFED2@jobcorps.org> * Reply-to: cygwin-xfree at cygwin dot com ________________________________________ David Suarez wrote: > > > I have setup Cygwin/X on Windows Terminal Services and have been running it using the approach that each new user gets there own port.? > > Everything runs dandy except under some circumstance it appears the socket/file in the /tmp/.X11-unix/ directory is not cleaned up when X is closed.? In those cases, on startup for a non-admin rights user, they receive a fatal error.? To fix all I do is go into the directory and delete the offending file (I confirm that there is no X server on that port first).? Since the work-around "works", I attempted to add that to the script the user's kick off to delete the hanging file if it's there.? Unfortunately since this only happens if the previous user of that port was different, a permission error occurs. this a quite often asked question. You could solve this with per-user mounted /tmp directory. eg. mkdir $HOME/tmp mount -buf $(cygpath -m $HOME/tmp) /tmp This will create a temp directory in the users home directory and map /tmp to that directory. bye ago NP: Megadump - Superhuman -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Alexander.Gottwald@s1999.tu-chemnitz.de Thu Nov 4 19:24:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 04 Nov 2004 19:24:00 -0000 Subject: Files in /tmp/.X11-unix not getting cleaned up.. In-Reply-To: <9616BFC95C867443854DA22AA36F746BAAFF0F@jobcorps.org> References: <9616BFC95C867443854DA22AA36F746BAAFF0F@jobcorps.org> Message-ID: David Suarez wrote: > Thanks Alexander. I've done the below and it is working great now. I > ran into the following questions/issues while attempting the below: > > 1. When using "cygpath -m ..." the home directories we use were > returning split over multiple lines sometimes (C:/ > Documents and Settings/...). Not for everyone. Are there any > known issues with this? The mount command worked fine and you could see > the mount installed using the "mount" command (also split over multiple > lines) however trying to "cd /tmp" resulted in an error. To avoid the > multi-lines, I created a windows environment variable with the location > and used that instead when setting the mount. Now that it's on one-line > everything works great. Hm. I think you'll have to quote the strings winpath=`cygpath -m "$HOME/tmp"` mount -buf "$winpath" /tmp > 2. Seems like mapping a /tmp as a user-mount is a work-around. Any > idea why the files don't get cleaned up in general? On unix they are cleaned up on start. That's why the xserver is installed with suid root on some systems. This does not work on cygwin. > Are there any known > issues with this approach? Is there a resource that would be able to > fix the implementation to ensure the files are deleted? The one concern > I have is I don't know if there are any applications out there that > would rely on a shared /tmp directory. Since in regular unix /tmp is > shared, I can see how a program may rely on that causing a problem in > our case here now that /tmp is mapped individually by user. you will not be able to have user A start the xserver and user B connect to that xserver (at least not via unix sockets) > For now, > this isn't a problem since we're using TS to run apps against the unix > boxes but I wonder if this limits our ability to expand cygwin usage in > the future as a stand-alone environment not linked to the unix boxes. you can disable the unix sockets at all. XWin -nolisten local You will not be able to connect to :0.0 but 127.0.0.1:0.0 will work. bye ago NP: L'?me Immortelle - Crimson Skies -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From DGWXBLLYTU@msn.com Fri Nov 5 17:18:00 2004 From: DGWXBLLYTU@msn.com (Simon Hollis) Date: Fri, 05 Nov 2004 17:18:00 -0000 Subject: Now its your turn! Message-ID: An HTML attachment was scrubbed... URL: From andy@wormspace.net Sat Nov 6 05:22:00 2004 From: andy@wormspace.net (Andy Wagoner) Date: Sat, 06 Nov 2004 05:22:00 -0000 Subject: Newbie Question Message-ID: <200411060021390678.05486FBD@mail.wormspace.net> Hi, How do I set up startxwin.bat to use wmaker? I've got every possible package installed, I'm sure its just a quick config in the bat file. Any help would be greatly appreciated. -Andy From oyvind.harboe@zylin.com Sat Nov 6 13:57:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Sat, 06 Nov 2004 13:57:00 -0000 Subject: Testing CygWin XFree86 with multiple monitors Message-ID: <1099749469.23266.7.camel@famine> (This is a repost, but with link to source + binary this time). I'm using CygWin XFree86 with a dual monitor setup and a single monitor setup. In my experience there are, not surprisingly, more problems with the dual monitor setup. This made me think a bit about how multi-monitor CygWin XFree86 could get more testing. Is there any interest amongst CygWin XFree86 testers/developers in a virtual device driver that will do the following? - allow adding of any number of virtual video cards. E.g. test CygWin XFree86 with 10 video cards? No problem! :-) - the video cards are "visible" indirectly by using e.g. the Accessibility->Magnifier - resolution is currently fixed at ~4000x2000x32bit, but it could be made configurable - the virtual device driver works by allocating a RAM buffer where all rendering takes place. Windows does all the rendering and it seems to be feature complete. OpenGL works, though I wouldn't hold my breath for DirectX apps. The source code is currently collecting dust, and I'm sure I could convince the owner to contribute it to the open source community if there is enough interest. Source and binaries are available for download here: http://www.zylin.com/videodriver.tar.bz2 -- ?yvind Harboe http://www.zylin.com From kdibbleNOSPAM@alltel.net Sat Nov 6 19:42:00 2004 From: kdibbleNOSPAM@alltel.net (Ken Dibble) Date: Sat, 06 Nov 2004 19:42:00 -0000 Subject: Newbie Question In-Reply-To: <200411060021390678.05486FBD@mail.wormspace.net> References: <200411060021390678.05486FBD@mail.wormspace.net> Message-ID: <418D28EB.8040202@alltel.net> Andy Wagoner wrote: >Hi, >How do I set up startxwin.bat to use wmaker? I've got every possible package installed, I'm sure its just a quick config in the bat file. Any help would be greatly appreciated. > >-Andy > > > http://x.cygwin.com/docs/ug/cygwin-x-ug.html From carlo@sgies.com Mon Nov 8 09:13:00 2004 From: carlo@sgies.com (Carlo Florendo) Date: Mon, 08 Nov 2004 09:13:00 -0000 Subject: xorg installation fails, 99% complete only Message-ID: <418F39AD.4000509@sgies.com> Hello Cygwin/XFree gurus, I've installed cygwin on a WinXP SP2 machine and setup looped forever up to the point when it was post-installing the xorg applications. I got 99% done. This issue has been discussed last week only as started by these 2 separate threads of messages: http://sources.redhat.com/ml/cygwin/2004-11/msg00214.html http://sources.redhat.com/ml/cygwin/2004-11/msg00253.html However, the issue has not been resolved. Then, I uninstalled everything and re-installed cygwin any *without* selecting anything from the X11 category. All went well! Then, I just thought of installing the X apps manually. The front page of the cygwin/xfree website says that: "Cygwin/X is installed via Cygwin's setup.exe and the installation process is documented in the Cygwin/X User's Guide. Whether or not you already have Cygwin installed, you can add Cygwin/X to your installation by downloading the latest setup.exe, running setup, and selecting the 'xorg-x11-base' package from the 'X11' category." However, selecting only the xorg-x11-base package would install only: /usr/X11R6/share/doc/Cygwin/xorg-x11-base-6.8.1.0.README /etc/profile.d/00xorg-x11-base.csh /etc/profile.d/00xorg-x11-base.sh Thus, it would probably be better to update the main page such that it wouldn't be misleading. (Other users might think only xorg-X11-base should be installed since that is what the website says.) The README file contains the needed package dependencies so once could follow from that. However, not everyone reads the README. You may want to add something like this after the paragraph quoted above: "Once you have installed the 'xorg-x11-base' package, open your /usr/X11R6/share/doc/Cygwin/xorg-x11-base-.README file and install (via setup) the package dependencies listed there." In any case, any hints on why installing xorg fails? Please include me on the cc since I do not subscribe to the cygwin/xfree list. Thanks! Thanks! Best Regards, Carlo -- Carlo Florendo Astra Philippines Inc. www.astra.ph From gp@familiehaase.de Mon Nov 8 09:23:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Mon, 08 Nov 2004 09:23:00 -0000 Subject: Mozilla port for cygwin help needed Message-ID: <418F3AF7.3030006@familiehaase.de> Hi, please contact me if you are interested to help porting Mozilla to Cygwin/X. Gerrit -- =^..^= From alexander.gottwald@s1999.tu-chemnitz.de Mon Nov 8 10:22:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 08 Nov 2004 10:22:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418F39AD.4000509@sgies.com> References: <418F39AD.4000509@sgies.com> Message-ID: On Mon, 8 Nov 2004, Carlo Florendo wrote: > The front page of the cygwin/xfree website says that: > > "Cygwin/X is installed via Cygwin's setup.exe and the installation > process is documented in the Cygwin/X User's Guide. Whether or not you > already have Cygwin installed, you can add Cygwin/X to your installation > by downloading the latest setup.exe, running setup, and selecting the > 'xorg-x11-base' package from the 'X11' category." > > However, selecting only the xorg-x11-base package would install only: selecting the xorg-x11-base package would select all other required x11 packages too and install them. > /usr/X11R6/share/doc/Cygwin/xorg-x11-base-6.8.1.0.README > /etc/profile.d/00xorg-x11-base.csh > /etc/profile.d/00xorg-x11-base.sh > > You may want to add something like this after the paragraph quoted above: > > "Once you have installed the 'xorg-x11-base' package, open your > /usr/X11R6/share/doc/Cygwin/xorg-x11-base-.README > file and install (via setup) the package dependencies listed there." If selecting of dependencies is not working then it's a problem with the cygwin installer and should be reported to the cygwin mailing list. > In any case, any hints on why installing xorg fails? I've not seen this before. All packages I've uploaded are tested including a simple install test on a clean host. Everything was fine. The messages from the cygwin mailinglist indicate a problem with setup.exe and not with the packages. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From bobbymcn@bellsouth.net Mon Nov 8 10:38:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Mon, 08 Nov 2004 10:38:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418F39AD.4000509@sgies.com> References: <418F39AD.4000509@sgies.com> Message-ID: <418F4C80.8070703@bellsouth.net> Carlo Florendo wrote: > Hello Cygwin/XFree gurus, > > I've installed cygwin on a WinXP SP2 machine and setup looped forever > up to the point when it was post-installing the xorg applications. I > got 99% done. > > This issue has been discussed last week only as started by these 2 > separate threads of messages: > > http://sources.redhat.com/ml/cygwin/2004-11/msg00214.html > http://sources.redhat.com/ml/cygwin/2004-11/msg00253.html > > However, the issue has not been resolved. > > Then, I uninstalled everything and re-installed cygwin any *without* > selecting anything from the X11 category. All went well! > > Then, I just thought of installing the X apps manually. > > The front page of the cygwin/xfree website says that: > > "Cygwin/X is installed via Cygwin's setup.exe and the installation > process is documented in the Cygwin/X User's Guide. Whether or not you > already have Cygwin installed, you can add Cygwin/X to your > installation by downloading the latest setup.exe, running setup, and > selecting the 'xorg-x11-base' package from the 'X11' category." > > However, selecting only the xorg-x11-base package would install only: > > /usr/X11R6/share/doc/Cygwin/xorg-x11-base-6.8.1.0.README > /etc/profile.d/00xorg-x11-base.csh > /etc/profile.d/00xorg-x11-base.sh > > Thus, it would probably be better to update the main page such that it > wouldn't be misleading. (Other users might think only xorg-X11-base > should be installed since that is what the website says.) > > The README file contains the needed package dependencies so once could > follow from that. However, not everyone reads the README. > > You may want to add something like this after the paragraph quoted above: > > "Once you have installed the 'xorg-x11-base' package, open your > /usr/X11R6/share/doc/Cygwin/xorg-x11-base-.README > file and install (via setup) the package dependencies listed there." > > In any case, any hints on why installing xorg fails? > > Please include me on the cc since I do not subscribe to the > cygwin/xfree list. Thanks! > > Thanks! > > Best Regards, > > Carlo > -- > Carlo Florendo > Astra Philippines Inc. > www.astra.ph > Don't install Xorg. that is what Hanu told me. From alexander.gottwald@s1999.tu-chemnitz.de Mon Nov 8 10:59:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 08 Nov 2004 10:59:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418F4C80.8070703@bellsouth.net> References: <418F39AD.4000509@sgies.com> <418F4C80.8070703@bellsouth.net> Message-ID: On Mon, 8 Nov 2004, Bobby McNulty wrote: > Carlo Florendo wrote: > Don't install Xorg. that is what Hanu told me. Did he also tell why? If the xorg packages are the problem then it should be solved instead of avoided. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From misterscary2001@yahoo.com Mon Nov 8 17:33:00 2004 From: misterscary2001@yahoo.com (Daniel Newhouse) Date: Mon, 08 Nov 2004 17:33:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: Message-ID: <20041108173312.3957.qmail@web50206.mail.yahoo.com> --- Alexander Gottwald wrote: > On Mon, 8 Nov 2004, Bobby McNulty wrote: > > > Did he also tell why? If the xorg packages are the > problem then > it should be solved instead of avoided. > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 > I just wanted to add that I am having the exact same installation packages. For me, without the X11 packages cygwin is useless. __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com From bobbymcn@bellsouth.net Mon Nov 8 17:52:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Mon, 08 Nov 2004 17:52:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041108173312.3957.qmail@web50206.mail.yahoo.com> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> Message-ID: <418FB268.1090808@bellsouth.net> Daniel Newhouse wrote: >--- Alexander Gottwald > wrote: > > > >>On Mon, 8 Nov 2004, Bobby McNulty wrote: >> >> >> > > > >>Did he also tell why? If the xorg packages are the >>problem then >>it should be solved instead of avoided. >> >>bye >> ago >>-- >> Alexander.Gottwald@s1999.tu-chemnitz.de >> http://www.gotti.org ICQ: 126018723 >> >> >> > >I just wanted to add that I am having the exact same >installation packages. For me, without the X11 >packages cygwin is useless. > > > > >__________________________________ >Do you Yahoo!? >Check out the new Yahoo! Front Page. >www.yahoo.com > > > > > I'm not installing cygwin on my machine until the xorg problem is resolved. One program I wanted to port to Cygwin is Rosegarden. Which I can't because Xorg is not installing, so that means the kde port won't work,. The KDE port won't work either. Get Harold Hunt back here to fix this. The current maintainers have no idea what they are doing. Bobby From alexander.gottwald@s1999.tu-chemnitz.de Mon Nov 8 18:44:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 08 Nov 2004 18:44:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418FB268.1090808@bellsouth.net> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> Message-ID: On Mon, 8 Nov 2004, Bobby McNulty wrote: > I'm not installing cygwin on my machine until the xorg problem is resolved. > One program I wanted to port to Cygwin is Rosegarden. > Which I can't because Xorg is not installing, so that means the kde port > won't work,. > The KDE port won't work either. Get Harold Hunt back here to fix this. > The current maintainers have no idea what they are doing. Provide me with useful information and I'll take a look. As I've said it was working for me until last week. I've not received any useful data which may help tracking this down. Maybe you'll find a solution then it's all good. If not then stop insulting me or do it better. bye ago, enraged -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From bobbymcn@bellsouth.net Mon Nov 8 19:04:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Mon, 08 Nov 2004 19:04:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> Message-ID: <418FC324.3030009@bellsouth.net> Alexander Gottwald wrote: >On Mon, 8 Nov 2004, Bobby McNulty wrote: > > > >>I'm not installing cygwin on my machine until the xorg problem is resolved. >>One program I wanted to port to Cygwin is Rosegarden. >>Which I can't because Xorg is not installing, so that means the kde port >>won't work,. >>The KDE port won't work either. Get Harold Hunt back here to fix this. >>The current maintainers have no idea what they are doing. >> >> > >Provide me with useful information and I'll take a look. > >As I've said it was working for me until last week. I've not >received any useful data which may help tracking this down. > >Maybe you'll find a solution then it's all good. If not then stop >insulting me or do it better. > >bye > ago, enraged > > Alex, I think the problem is with setup. Because when setup gets to the fontserver, where 4 people are complaining so far, it stalls on a readme file. I'll try it again. Wish me luck. And I will take you up on your offer, once Cygwin is installed with xorg, to help you improve it. Sorry for the insult, but under Harolld, he would have everything tested on different machines and configurations. I'm running Windows XP professional with Service Pack #2. Find out what the others are using. From cgf-no-personal-reply-please@cygwin.com Mon Nov 8 19:19:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Mon, 08 Nov 2004 19:19:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418FC324.3030009@bellsouth.net> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> Message-ID: <20041108191934.GA11048@trixie.casa.cgf.cx> On Mon, Nov 08, 2004 at 01:04:04PM -0600, Bobby McNulty wrote: >Alexander Gottwald wrote: >>On Mon, 8 Nov 2004, Bobby McNulty wrote: >>>I'm not installing cygwin on my machine until the xorg problem is >>>resolved. One program I wanted to port to Cygwin is Rosegarden. Which >>>I can't because Xorg is not installing, so that means the kde port >>>won't work,. The KDE port won't work either. Get Harold Hunt back >>>here to fix this. The current maintainers have no idea what they are >>>doing. >> >>Provide me with useful information and I'll take a look. >> >>As I've said it was working for me until last week. I've not received >>any useful data which may help tracking this down. >> >>Maybe you'll find a solution then it's all good. If not then stop >>insulting me or do it better. >> >>bye ago, enraged > >Alex, I think the problem is with setup. Because when setup gets to >the fontserver, where 4 people are complaining so far, it stalls on a >readme file. It works fine for me. Just tried it. You've been reading the cygwin mailing list long enough to know that you have not provided the slightest shred of useful data Bobby, either provide useful information or just shut up. Telling everyone what you are going to do or not going to do and insulting people is totally unproductive. Do me a favor and don't even respond to this email. Either provide some details or just be quiet. Useful details might be, for example, "ps -ef" output. cgf From Eamember1@aol.com Mon Nov 8 22:08:00 2004 From: Eamember1@aol.com (Eamember1@aol.com) Date: Mon, 08 Nov 2004 22:08:00 -0000 Subject: Running startx from cygwin shell Message-ID: <4488AA0E.4DA865E0.022EFBAF@aol.com> Hei ! I get fatal error when running startx. It says a fatal error has occurred and Cygwin/x will now exit (Release:6.8.10-1) XWin was started with the following command-line: x:0-multiwindow-clipboard. I am very grateful for help. Truly, Elin Aronsen From bobbymcn@bellsouth.net Tue Nov 9 00:22:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Tue, 09 Nov 2004 00:22:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041108191934.GA11048@trixie.casa.cgf.cx> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <20041108191934.GA11048@trixie.casa.cgf.cx> Message-ID: <41900DA5.1030700@bellsouth.net> Christopher Faylor wrote: >On Mon, Nov 08, 2004 at 01:04:04PM -0600, Bobby McNulty wrote: > > >>Alexander Gottwald wrote: >> >> >>>On Mon, 8 Nov 2004, Bobby McNulty wrote: >>> >>> >>>>I'm not installing cygwin on my machine until the xorg problem is >>>>resolved. One program I wanted to port to Cygwin is Rosegarden. Which >>>>I can't because Xorg is not installing, so that means the kde port >>>>won't work,. The KDE port won't work either. Get Harold Hunt back >>>>here to fix this. The current maintainers have no idea what they are >>>>doing. >>>> >>>> >>>Provide me with useful information and I'll take a look. >>> >>>As I've said it was working for me until last week. I've not received >>>any useful data which may help tracking this down. >>> >>>Maybe you'll find a solution then it's all good. If not then stop >>>insulting me or do it better. >>> >>>bye ago, enraged >>> >>> >>Alex, I think the problem is with setup. Because when setup gets to >>the fontserver, where 4 people are complaining so far, it stalls on a >>readme file. >> >> > >It works fine for me. Just tried it. > >You've been reading the cygwin mailing list long enough to know that you >have not provided the slightest shred of useful data > >Bobby, either provide useful information or just shut up. Telling >everyone what you are going to do or not going to do and insulting >people is totally unproductive. > >Do me a favor and don't even respond to this email. Either provide some >details or just be quiet. Useful details might be, for example, "ps -ef" >output. > >cgf > > > OK Chris, here it is. The full report. Complete down to the readme file that it is hanging at. Cygwin setup is at 97% it says install xorg-x11-fscl-6.8.1.0-2 /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README its in a contiuous loop, not gettiing past this point. From carlo@sgies.com Tue Nov 9 05:50:00 2004 From: carlo@sgies.com (Carlo Florendo) Date: Tue, 09 Nov 2004 05:50:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418F39AD.4000509@sgies.com> References: <418F39AD.4000509@sgies.com> Message-ID: <41905B63.4060500@sgies.com> Thank you all for the replies. I'm sorry but it seems that I wasn't cc'd for all messages (I mentioned I'm not part of the Cygwin/XFree ML). So, I just replied to my original message. (Sorry if this breaks the thread.) So, I've just checked the ML website and read up to the one of Bobby Mc Nulty's message on 09 Nov 2004: http://cygwin.com/ml/cygwin-xfree/2004-11/msg00031.html In any case, I am not able to replicate the problem now since I'm on Win2K SP4. The problem only appears to be on WinXP SP2. I'm sorry I'm not providing anything useful (e.g. No ps -ef nor cygcheck output) since I won't be able to get hold of the WinXP SP2 machine now. I'll probably be able to do it, but off-line. The post last 04 Nov 2004, http://sources.redhat.com/ml/cygwin/2004-11/msg00167.html, says that xorg stalled via setup on a WinXP SP2. I don't know if there's a correlation. In any case, the issue with setup is that it doesn't install the dependencies of xorg-base. I installed cygwin without the X and afterwards, installed xorg-base (since that is what the Cygwin/XFree site says). However, only the script files get installed. (I'll post a message to the cygwin-list). I got everything working after installing (via setup) the dependencies listed on the xorg README file. Thanks! Best Regards, Carlo Carlo Florendo wrote: > Hello Cygwin/XFree gurus, > > I've installed cygwin on a WinXP SP2 machine and setup looped forever up > to the point when it was post-installing the xorg applications. I got > 99% done. > > This issue has been discussed last week only as started by these 2 > separate threads of messages: > > http://sources.redhat.com/ml/cygwin/2004-11/msg00214.html > http://sources.redhat.com/ml/cygwin/2004-11/msg00253.html > > However, the issue has not been resolved. > > Then, I uninstalled everything and re-installed cygwin any *without* > selecting anything from the X11 category. All went well! > > Then, I just thought of installing the X apps manually. > > The front page of the cygwin/xfree website says that: > > "Cygwin/X is installed via Cygwin's setup.exe and the installation > process is documented in the Cygwin/X User's Guide. Whether or not you > already have Cygwin installed, you can add Cygwin/X to your installation > by downloading the latest setup.exe, running setup, and selecting the > 'xorg-x11-base' package from the 'X11' category." > > However, selecting only the xorg-x11-base package would install only: > > /usr/X11R6/share/doc/Cygwin/xorg-x11-base-6.8.1.0.README > /etc/profile.d/00xorg-x11-base.csh > /etc/profile.d/00xorg-x11-base.sh > > Thus, it would probably be better to update the main page such that it > wouldn't be misleading. (Other users might think only xorg-X11-base > should be installed since that is what the website says.) > > The README file contains the needed package dependencies so once could > follow from that. However, not everyone reads the README. > > You may want to add something like this after the paragraph quoted above: > > "Once you have installed the 'xorg-x11-base' package, open your > /usr/X11R6/share/doc/Cygwin/xorg-x11-base-.README > file and install (via setup) the package dependencies listed there." > > In any case, any hints on why installing xorg fails? > > Please include me on the cc since I do not subscribe to the cygwin/xfree > list. Thanks! > > Thanks! > > Best Regards, > > Carlo > -- > Carlo Florendo > Astra Philippines Inc. > www.astra.ph > From list-subscriber@hq.astra.ph Tue Nov 9 06:03:00 2004 From: list-subscriber@hq.astra.ph (Carlo Florendo) Date: Tue, 09 Nov 2004 06:03:00 -0000 Subject: on winXP sp2, setup loops forever when installing xorg-base Message-ID: <41905E66.4070907@hq.astra.ph> Hello, I've tried installing cygwin with X on a Win-XP SP2 box. However, installation stalls at 99% when installing some xorg packages. Message says: "Cannot open log file C:\cygwin/var/log/setup.log for writing" Yes, the '\' and '/' are as is :) This problem is similar to the one from: http://sources.redhat.com/ml/cygwin/2004-11/msg00253.html (6 Nov 2004) So, I reinstalled cygwin without the X, and went to the Cygwin/Xfree website to see how to install X. The site says that we just need to install xorg-base and we will have X working. However, installing xorg-base installs a couple of script files and a README. I read the README and installed (via setup, ofcourse :) )the packages listed as dependencies. *All worked well now.* :) However, isn't setup suppose to do this? I posted this problem on the cygwin-xfree mailing list and someone hinted that since setup doesn't install dependencies, this could be a setup problem (http://cygwin.com/ml/cygwin-xfree/2004-11/msg00022.html) Is this an X or a setup problem? (I'm at a loss so I posted to cygwin and cygwin-xfree). Please advise on where to post. Thanks! Best Regards, Carlo -- Carlo Florendo Astra Philippines Inc. www.astra.ph From list-subscriber@hq.astra.ph Tue Nov 9 06:06:00 2004 From: list-subscriber@hq.astra.ph (Carlo Florendo) Date: Tue, 09 Nov 2004 06:06:00 -0000 Subject: on winXP sp2, setup loops forever when installing xorg-base In-Reply-To: <41905E66.4070907@hq.astra.ph> References: <41905E66.4070907@hq.astra.ph> Message-ID: <41905F61.4020709@hq.astra.ph> Sorry. I should've mentioned at the beginning of the mail that I'm just cross posting to cygwin-xfree for FYI (since I've discussed this already yesterday.). The mail was intended for the cygwin ML but I cc'd cygwin-xfree for FYI. Carlo Florendo wrote: > Hello, > > I've tried installing cygwin with X on a Win-XP SP2 box. However, > installation stalls at 99% when installing some xorg packages. > > Message says: > > "Cannot open log file C:\cygwin/var/log/setup.log for writing" > Yes, the '\' and '/' are as is :) > > This problem is similar to the one from: > http://sources.redhat.com/ml/cygwin/2004-11/msg00253.html (6 Nov 2004) > > So, I reinstalled cygwin without the X, and went to the Cygwin/Xfree > website to see how to install X. The site says that we just need to > install xorg-base and we will have X working. However, installing > xorg-base installs a couple of script files and a README. > > I read the README and installed (via setup, ofcourse :) )the packages > listed as dependencies. > *All worked well now.* :) However, isn't setup suppose to do this? > > I posted this problem on the cygwin-xfree mailing list and someone > hinted that since setup doesn't install dependencies, this could be a > setup problem (http://cygwin.com/ml/cygwin-xfree/2004-11/msg00022.html) > > Is this an X or a setup problem? (I'm at a loss so I posted to cygwin > and cygwin-xfree). Please advise on where to post. > > Thanks! > > Best Regards, > > Carlo > -- Carlo Florendo Astra Philippines Inc. www.astra.ph From alexander.gottwald@s1999.tu-chemnitz.de Tue Nov 9 13:25:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 09 Nov 2004 13:25:00 -0000 Subject: mingw only xserver Message-ID: Hi, I've managed to compile the latest XWin sources with mingw. This creates a binary which does not depend and cygwin and is therefore lacking some features but can be used without installing cygwin. Note: This is a preview. Don't expect to much from it and don't expect support. If you've found another feature which is missing then let me know. download: ========= http://www.tu-chemnitz.de/goal/xfree/Xming.exe.bz2 Installation: ============= wget http://www.tu-chemnitz.de/goal/xfree/Xming.exe.bz2 bzip2 -d Xming.exe.bz2 Xming -fp tcp/fontserver:7100 -ac -co rgb (You'll need a font server running on unix) (copy the file /usr/X11R6/lib/X11/rgb from any X11 distribution) Missing features: ================= - Multiwindow mode [0] - mwExtWM mode [0] - Clipboard [0] - local font support [1] - XKB support [1] - XDMCP support [2] - Unix sockets [3] - Many extension are disabled (GLX, BigFont, SHM ...) [4] [0] These features will stay missing for a long time since this requires threading and a working libX11 [1] The local file support is broken and I've not put much effort into fixing it [2] DNS resolving seems to be missing or is broken [3] Windows does not have unix style sockets [4] I'll add them step by step Working features: ================= - TCP connections - fontserver support - windows, nodecoration, rootless and fullscreen modes bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Tue Nov 9 13:40:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 09 Nov 2004 13:40:00 -0000 Subject: Running startx from cygwin shell In-Reply-To: <4488AA0E.4DA865E0.022EFBAF@aol.com> References: <4488AA0E.4DA865E0.022EFBAF@aol.com> Message-ID: On Mon, 8 Nov 2004 Eamember1@aol.com wrote: > Hei ! > I get fatal error when running startx. It says a fatal error has occurred and Cygwin/x will now exit (Release:6.8.10-1) > XWin was started with the following command-line: > x:0-multiwindow-clipboard. > I am very grateful for help. it also says "check /tmp/XWin.log". At the end you'll find a hint what went wrong bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Tue Nov 9 13:43:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 09 Nov 2004 13:43:00 -0000 Subject: mingw only xserver In-Reply-To: <1100007539.1602.1.camel@famine> References: <1100007539.1602.1.camel@famine> Message-ID: On Tue, 9 Nov 2004, ??yvind Harboe wrote: > Wow :-) > > I think the file is missing... > > > $ wget http://www.tu-chemnitz.de/goal/xfree/Xming.exe.bz2 Oops. missed one character http://www.tu-chemnitz.de/~goal/xfree/Xming.exe.bz2 bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From zakki@peppermint.jp Tue Nov 9 16:35:00 2004 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Tue, 09 Nov 2004 16:35:00 -0000 Subject: mingw only xserver In-Reply-To: References: Message-ID: Hi, It's very interesting. I'm testing my patch that replaces cygwin BSD socket functions with winsock2 API. And that tends to improves x11perf about score 5%-150%. http://peppermint.jp/temp/winsockx-20041110-0117.diff But yours seems to be much better. I'll look at it. -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp From roboco@gmail.com Tue Nov 9 16:42:00 2004 From: roboco@gmail.com (Roboco Sanchez) Date: Tue, 09 Nov 2004 16:42:00 -0000 Subject: xorg installation fails, 99% complete only References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <20041108191934.GA11048@trixie.casa.cgf.cx> <41900DA5.1030700@bellsouth.net> Message-ID: Bobby McNulty bellsouth.net> writes: > > Christopher Faylor wrote: > > >On Mon, Nov 08, 2004 at 01:04:04PM -0600, Bobby McNulty wrote: > > > > > >>Alexander Gottwald wrote: > >> > >> > >>>On Mon, 8 Nov 2004, Bobby McNulty wrote: > >>> > >>> > >>>>I'm not installing cygwin on my machine until the xorg problem is > >>>>resolved. One program I wanted to port to Cygwin is Rosegarden. Which > >>>>I can't because Xorg is not installing, so that means the kde port > >>>>won't work,. The KDE port won't work either. Get Harold Hunt back > >>>>here to fix this. The current maintainers have no idea what they are > >>>>doing. > >>>> > >>>> > >>>Provide me with useful information and I'll take a look. > >>> > >>>As I've said it was working for me until last week. I've not received > >>>any useful data which may help tracking this down. > >>> > >>>Maybe you'll find a solution then it's all good. If not then stop > >>>insulting me or do it better. > >>> > >>>bye ago, enraged > >>> > >>> > >>Alex, I think the problem is with setup. Because when setup gets to > >>the fontserver, where 4 people are complaining so far, it stalls on a > >>readme file. > >> > >> > > > >It works fine for me. Just tried it. > > > >You've been reading the cygwin mailing list long enough to know that you > >have not provided the slightest shred of useful data > > > >Bobby, either provide useful information or just shut up. Telling > >everyone what you are going to do or not going to do and insulting > >people is totally unproductive. > > > >Do me a favor and don't even respond to this email. Either provide some > >details or just be quiet. Useful details might be, for example, "ps -ef" > >output. > > > >cgf > > > > > > > OK Chris, here it is. The full report. Complete down to the readme file > that it is hanging at. > Cygwin setup is at 97% > it says install xorg-x11-fscl-6.8.1.0-2 > /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README > > its in a contiuous loop, not gettiing past this point. > > I'm about to say something that surely is going to upset some people here. Try not to get mad at me anyway. Warning: if you are not open-minded kind of person, you're advised to skip everyting below. This issue was first reported by Bobby McNulty on 03/11. Then on 04/11 Ling F. Zhang reported the same problem and said he was the third one to report the problem although I still can't find that second one. Ling asked the same question again on 06/11 providing some more information. I posted the same question on 06/11 confirming the issue and providing quite detailed information (I think). All these were in cygwin section. Now you can count how many people had been having this problem. Nobody was interested in the issue until Bobby spoke up yesterday. I think what he said was perfectly all right and reasonable. I myself have also been waiting for this setup issue to be resolved before I install Cygwin on this new computer. I last installed Cygwin in Dec 2003 and I've just got a new computer and installed a fresh clean Windows XP and want to install the latest Cygwin in full. I don't want to skip the X part and install it manually afterwards as I have no idea if that would do exactly the same thing. The setup.exe should do the installation job properly. As for what our two develpers said, I do respect them for what they do for us but I wouldn't tell my users to shut up like that. Being a volunteer doing things for people for free doesn't give you the right to do that. You need the users and the users need you. It is simple, you either do it your best or you don't do it at all. There are people who can do better or have done better as Bobby implied. You should listen to what users have to say. Not just praise you also have to listen to criticism. All can be constructive depends on how you look at it and how open-minded you are. You shouldn't tell your users to come do what you're doing if they think they can do better. That reminds me of politicians in some third-world countries. You should have done better in this case. You should ask for more information from users instead of assuming everyone knows what information they should provide or telling them to shut up when they don't do what you think they should do. They are not as genius as you otherwise they wouldn't be here asking for help. What Bobby and Carlo reported yesterday and today are the same thing I already reported 3 days ago. In fact I even gave more information. Like, the error points were different between archives from different mirror sites. That post of mine was cited in yesterday posts did anyone take a look at it before asking Bobby for more information? He also mentioned 4 people had been complaining did anyone check those posts by those 4 people? Also I had no idea you could do "ps -ef" while installing Cygwin. Now, I think that's more than enough to get myself flamed for today. Feel free to do so I'm open to all sorts of criticism. Oh, there is more information I can give. My OS is Windows XP SP1. So it's not only XP SP2 that is having this problem. Also I have my Symantec Antivirus Corp Ed 8.1.1 turned off in Windows' Services before starting the installation. Christopher when you said "It works fine for me. Just tried it." what did you do? Can you give more details like I gave in my first post? Like, which mirror site did you downloaded the archive from, your OS, etc.? Like I said different mirror sites gave different error points here. Maybe your mirror site has the most perfect copy of the archive which gives no errors at all. I really wanna try that. Is there anyway to turn on setup.exe's debugging so that we all can test to see what it's looping for at 97% or 99%? Best Regards. From alexander.gottwald@s1999.tu-chemnitz.de Tue Nov 9 17:48:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 09 Nov 2004 17:48:00 -0000 Subject: still no Xwin In-Reply-To: References: Message-ID: On Tue, 9 Nov 2004, Bijell, Jens wrote: > Hello Alexander, > > I have an Identical problem with cygwin/X and I can??t get it to work. > the packages seem to be properly installed. > It is that damned XWin.exe he can??t find. > Do you have a clue on that? - do not mail me personally. Write to the cygwin-xfree mailing list - include description on the error. At least quoting the original mail would have enabled me to guess what your problem is. - XWin.exe is in /usr/X11R6/bin/XWin.exe. Maybe the path is not set properly bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cgf-no-personal-reply-please@cygwin.com Tue Nov 9 17:57:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Tue, 09 Nov 2004 17:57:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <20041108191934.GA11048@trixie.casa.cgf.cx> <41900DA5.1030700@bellsouth.net> Message-ID: <20041109175659.GK29769@trixie.casa.cgf.cx> On Tue, Nov 09, 2004 at 04:31:53PM +0000, Roboco Sanchez wrote: >The setup.exe should do the installation job properly. >[snip] >As for what our two develpers said, I do respect them for what they do >for us but I wouldn't tell my users to shut up like that. Being a >volunteer doing things for people for free doesn't give you the right >to do that. Did you *read* what Bobby said about Alexander? Why didn't you jump to Alexander's defense if you respect him so much? Or does being a user of free software does give someone the right to insult a developer? That seems pretty one-sided to me. >You need the users and the users need you. You somehow think that there is a flow of obligation going from me to you? You're very wrong. You are benefitting from my efforts and Alexander's efforts. I am not benefitting from your efforts in any way. That is not true of some users here who are capable of sending bug reports or providing constructive feedback without pontificating. Since I care about cygwin, I do appreciate when people can provide feedback without whining and without insulting the people who have donated their time to help them. You have no rights here. Sorry. >It is simple, you either do it your best or you don't do it at all. Sorry, but that is simple-minded pap. How can you judge what someone's "best" is? So, if I can't give cygwin 100% of my effort, I should just abandon it? Ridiculous. >There are people who can do better or have done better as Bobby >implied. You should listen to what users have to say. Not just praise >you also have to listen to criticism. Whining about how no one is helping you and suggesting that the old regime did it better is not criticism. It is complaining. The difference should be pretty obvious. >All can be constructive depends on how you look at it and how >open-minded you are. You shouldn't tell your users to come do what >you're doing if they think they can do better. And, you shouldn't invent scenarios to make your point. No one said anything about telling users to "do what (I'm) doing". >That reminds me of politicians in some third-world countries. You >should have done better in this case. Funny, but your email reminds me a lot of a campaign speech, short on specifics, long on emotion. >They are not as genius as you otherwise they wouldn't be here asking >for help. I think you may have missed the fact that I was responding mainly to Bobby's insult. My message was specifically targetted to someone with whom I've interacted for years. I have no idea who you are or why you take insult at a message which was not directed to you. >In fact I even gave more information. Like, the error points were >different between archives from different mirror sites. Again, you seem to be missing the fact that I was responding to Bobby, not you. However, since you raise the point, let me say that this probably isn't very useful data either. Neither setup.exe nor X are my responsibility but I can't imagine how the fact that something dies differently given different mirror sites would be useful data unless you rigorously tested each mirror site and verified that this isn't just something random. But, that's probably just my genius talking. Anyway, I think that's about as much as I care to respond to. Just as an observation, no matter how right you think you are, it's hard to see how any logical person would expect quality help from people who they have maligned. "You're a slimy politician who won't listen to criticism and who should either be doing a better job or resign." "Please help me." Pretty funny. Again, for the record, neither setup problems nor X problems are my responsibility. I just step in when I see people being personally insulting towards one of the people who have donated their time to help them. cgf From gp@familiehaase.de Tue Nov 9 22:22:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Tue, 09 Nov 2004 22:22:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41900DA5.1030700@bellsouth.net> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <20041108191934.GA11048@trixie.casa.cgf.cx> <41900DA5.1030700@bellsouth.net> Message-ID: <41914318.20605@familiehaase.de> Bobby McNulty wrote: > OK Chris, here it is. The full report. Complete down to the readme file > that it is hanging at. > Cygwin setup is at 97% > it says install xorg-x11-fscl-6.8.1.0-2 > /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README > > its in a contiuous loop, not gettiing past this point. In a different posting it was said that it is the fontserver package, this is a different package. How should we debug this problem without correct information? This is the first posting I see about this issue where I read a detailed description, all the others I read (maybe I have not seen all of them) were about some readme file, fontserver..., nothing useful. I just reinstalled this xorg-x11-fscl package now, it works fine on NT4 AND it works fine on XP/SP2. $ cygcheck -c xorg-x11-fscl Cygwin Package Information Package Version Status xorg-x11-fscl 6.8.1.0-2 OK Why don't you send the output of cygcheck -srv as an attachment? Maybe your mount table is broken? Maybe your XP/SP2 is broken? Why are you not providing more information? You cannot expect that we can fix a problem which we don't have, I cannot help debugging it without even seeing the problem. Gerrit -- =^..^= From adelkar@usc.edu Tue Nov 9 23:04:00 2004 From: adelkar@usc.edu (siddharth adelkar) Date: Tue, 09 Nov 2004 23:04:00 -0000 Subject: X Win Error Message-ID: <1b329c4b9010.4190dc71@usc.edu> Hi, I have obtained this error _______________________________________________________________________________________________ adelkar@MAGNETOSPHERE ~ $ startx Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-5 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard (WW) /tmp mounted int textmode _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 (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT F/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/ X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" 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: 1280 height: 1024 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 shar ed 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/CID/, removing from li st! winPointerWarpCursor - Discarding first warp: 640 512 winInitMultiWindowWM - pthread_mutex_lock () returned. winProcEstablishConnection - Hello cat: /home/cygwinuser/.Xauthority: No such file or directory ________________________________________________________________________________________________ could you help me out. From bobbymcn@bellsouth.net Tue Nov 9 23:10:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Tue, 09 Nov 2004 23:10:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41914318.20605@familiehaase.de> Message-ID: Gerrit, I will try once more. This time, though, all my software was in place, no service pack, nothing, just Office. Same spot, same readme file. the mirror I was using was mirrors.rcn.net, which is the fastest one I found have been using for two years now. -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com]On Behalf Of Gerrit P. Haase Sent: Tuesday, November 09, 2004 4:22 PM To: cygwin-xfree@cygwin.com Subject: Re: xorg installation fails, 99% complete only Bobby McNulty wrote: > OK Chris, here it is. The full report. Complete down to the readme file > that it is hanging at. > Cygwin setup is at 97% > it says install xorg-x11-fscl-6.8.1.0-2 > /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README > > its in a contiuous loop, not gettiing past this point. In a different posting it was said that it is the fontserver package, this is a different package. How should we debug this problem without correct information? This is the first posting I see about this issue where I read a detailed description, all the others I read (maybe I have not seen all of them) were about some readme file, fontserver..., nothing useful. I just reinstalled this xorg-x11-fscl package now, it works fine on NT4 AND it works fine on XP/SP2. $ cygcheck -c xorg-x11-fscl Cygwin Package Information Package Version Status xorg-x11-fscl 6.8.1.0-2 OK Why don't you send the output of cygcheck -srv as an attachment? Maybe your mount table is broken? Maybe your XP/SP2 is broken? Why are you not providing more information? You cannot expect that we can fix a problem which we don't have, I cannot help debugging it without even seeing the problem. Gerrit -- =^..^= From roboco@gmail.com Tue Nov 9 23:22:00 2004 From: roboco@gmail.com (Roboco Sanchez) Date: Tue, 09 Nov 2004 23:22:00 -0000 Subject: xorg installation fails, 99% complete only References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <20041108191934.GA11048@trixie.casa.cgf.cx> <41900DA5.1030700@bellsouth.net> <41914318.20605@familiehaase.de> Message-ID: Gerrit P. Haase familiehaase.de> writes: > > Bobby McNulty wrote: > > > OK Chris, here it is. The full report. Complete down to the readme file > > that it is hanging at. > > Cygwin setup is at 97% > > it says install xorg-x11-fscl-6.8.1.0-2 > > /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README > > > > its in a contiuous loop, not gettiing past this point. > > In a different posting it was said that it is the fontserver package, > this is a different package. How should we debug this problem without > correct information? I'm not sure what different posting you're referring to. Maybe they all provide correct information and maybe they are two or more different problems? > > This is the first posting I see about this issue where I read a detailed > description, all the others I read (maybe I have not seen all of them) > were about some readme file, fontserver..., nothing useful. > > I just reinstalled this xorg-x11-fscl package now, it works fine on NT4 > AND it works fine on XP/SP2. > > $ cygcheck -c xorg-x11-fscl > Cygwin Package Information > Package Version Status > xorg-x11-fscl 6.8.1.0-2 OK > Did you use setup.exe? Did you reinstall to and existing package? This problem (the one by Bobby which you replied to above) occurs when you install Cygwin on a fresh XP using setup.exe . Please read all these posts. They are exactly the same problem (but maybe with different warning/error msgs and/or different posting styles): http://cygwin.com/ml/cygwin/2004-11/msg00081.html [Bobby's, 03/11] http://cygwin.com/ml/cygwin/2004-11/msg00166.html [Ling's, 04/11] http://cygwin.com/ml/cygwin/2004-11/msg00167.html [Bobby's, 04/11] http://cygwin.com/ml/cygwin/2004-11/msg00246.html [Ling's, 06/11] http://cygwin.com/ml/cygwin/2004-11/msg00253.html [Mine, 06/11] http://cygwin.com/ml/cygwin/2004-11/msg00335.html [Carlo's, 09/11] > > Why don't you send the output of cygcheck -srv as an attachment? > I wish we could do that before or while running setup.exe . > Maybe your mount table is broken? Maybe your XP/SP2 is broken? > 3-4 people have been reporting this problem. Maybe their XP all are broken. > Why are you not providing more information? Problem is users don't know what "more information" develpers want. Developers got to ask (or demand, whatever) from users. > You cannot expect that we > can fix a problem which we don't have, I cannot help debugging it > without even seeing the problem. > Again, 3-4 people having the same problem should be enough to confirm that there really is a problem. > Gerrit Is there any way users can turn on debugging mode when running setup.exe? Things would be a lot easier if users could do so. From gp@familiehaase.de Wed Nov 10 00:17:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Wed, 10 Nov 2004 00:17:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <20041108191934.GA11048@trixie.casa.cgf.cx> <41900DA5.1030700@bellsouth.net> <41914318.20605@familiehaase.de> Message-ID: <41915E0C.9060202@familiehaase.de> Roboco Sanchez wrote: > I'm not sure what different posting you're referring to. Maybe they > all provide correct information and maybe they are two or more > different problems? One was from Hannu which was about a completely different issue which I replied in lenght, the other was from Bobby today, I saw nothing else, sorry. >>I just reinstalled this xorg-x11-fscl package now, it works fine on NT4 >>AND it works fine on XP/SP2. >> >>$ cygcheck -c xorg-x11-fscl >>Cygwin Package Information >>Package Version Status >>xorg-x11-fscl 6.8.1.0-2 OK > > Did you use setup.exe? Did you reinstall to and existing package? > This problem (the one by Bobby which you replied to above) occurs > when you install Cygwin on a fresh XP using setup.exe . Of course, I use always setup.exe. It was a reinstallation which indicates that it works well before at least one time. I cannot install a fresh XP. Maybe you need to turn off the firewall? I don't know, I have deactivated every new feature which comes with SP2 because I'm an adminstrator, I don't need a dummy user software firewall which does nothing else but prevent me fromn accessing my network. We use hardware firewalls. > Please read all these posts. They are exactly the same problem (but > maybe with different warning/error msgs and/or different > posting styles): > http://cygwin.com/ml/cygwin/2004-11/msg00081.html [Bobby's, 03/11] "Its freezing while set up fsrv", no cygcheck. > http://cygwin.com/ml/cygwin/2004-11/msg00166.html [Ling's, 04/11] "x11-fsrv font server at README" , no cygcheck output. > http://cygwin.com/ml/cygwin/2004-11/msg00167.html [Bobby's, 04/11] "Me too..." no cygcheck output. > http://cygwin.com/ml/cygwin/2004-11/msg00246.html [Ling's, 06/11] "Cygwin setup seems to freezes at xorg-x11-fenc-6.8.1.0.README", no cygcheck output. > http://cygwin.com/ml/cygwin/2004-11/msg00253.html [Mine, 06/11] "freezing at xorg-x11-nest-6.8.1.0-1" and "now at xorg-x11-fscl-6.8.1.0-2" and no cygcheck output. > http://cygwin.com/ml/cygwin/2004-11/msg00335.html [Carlo's, 09/11] "Cannot open log file C:\cygwin/var/log/setup.log for writing" Hmmm, another problem? Anyway, no cygcheck output. There are some useful bits, at least in your posting where is clearly stated that it is not a specific package. However there was no cygcheck output, all reports about nearly the same issue. I cannot reproduce it. I have a different problem now myself, but at first some historical notes. At my first setup.exe run with XP/SP2 it crashed, I tracked it down myself after nobody was able to help, it was some dubious M$ software installed, I removed it, cleaned the registry and now it works. Well, now I get an error when a preremove/postinstall script should be executed: ERROR_ACCESS_DENIED, which indicates that XP refuses setup.exe to access parts of the filesystem, ie. it was a problem with cron.sh, running from the command line works well. It is simply a problem with the ACL on this system (I have XP Pro). I have not figured out what the problem is now. Funny thing is that I always have another new problem when running setup on XP and I have never problems when running on W2K or NT4. I suggest we should all go to the local XP dealer and complain! Get the money back. Your local dealer will not be that friendly as he was the day when you bought the system, but maybe he has an old copy of W2K lying around, pay the same price, no problem, W2K is better. >>Why don't you send the output of cygcheck -srv as an attachment? > I wish we could do that before or while running setup.exe . Nope, it is completely sufficient when you install a cygwin base system and run `cygcheck -svr > cygcheck.out` and send it as an attachment. What is in the Eventlog? Do you have XP Home or XP Pro, is there an Eventlog at all at XP Home? We really need more information and you have the error and should help to collect this informations. At least for the archives, when we figure out what the problem is we can introduce features in cygcheck to check for these issues, but we need to know the reason of the problem. >>Maybe your mount table is broken? Maybe your XP/SP2 is broken? > > 3-4 people have been reporting this problem. Maybe their XP all are broken. XP has many new features, figure out what they have published about SP2, turn off all the useless security fuzz. >>Why are you not providing more information? > > Problem is users don't know what "more information" develpers want. Developers > got to ask (or demand, whatever) from users. http://cygwin.com/problems.html This is the fifth hyperlink at the left hand side of the main website, read it and try to provide some useful information, please. >>You cannot expect that we can fix a problem which we don't have, >>I cannot help debugging it without even seeing the problem. > > Again, 3-4 people having the same problem should be enough to confirm that there > really is a problem. I have problems too, but I don't complain, I try to figure what is wrong, you can help to find a solution, but complaining doesn't help, the same as saying "I see the same issue...". > Is there any way users can turn on debugging mode when running setup.exe? Things > would be a lot easier if users could do so. No, but you can look at the log in /var/log/setup.log: 2004/11/09 22:57:27 Installing file://G:\NewZealand\mirrors.rcn.net\pub\sourceware\cygwin/release/X11/xorg-x11-fscl/xorg-x11-fscl-6.8.1.0-2.tar.bz2 2004/11/09 22:57:32 Visited: 494 nodes out of 612. [...] 2004/11/09 22:57:33 running: H:\\bin\sh.exe -c /etc/postinstall/xorg-x11-fscl.sh 2004/11/09 22:57:45 mbox note: Installation Complete 2004/11/09 22:57:47 Ending cygwin install Gerrit -- =^..^= From pechtcha@cs.nyu.edu Wed Nov 10 00:38:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 10 Nov 2004 00:38:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: Message-ID: On Tue, 9 Nov 2004, Bobby McNulty wrote: > Gerrit, I will try once more. > This time, though, all my software was in place, no service pack, nothing, > just Office. > Same spot, same readme file. > the mirror I was using was mirrors.rcn.net, which is the fastest one I found > have been using for two years now. ... and which has a setup.ini dated 11/09/2003 (!). Hmm, come to think of it, so does ftp://cygwin.com... Could that be what's throwing setup off? Igor Oh, and . Thanks. > -----Original Message----- > From: cygwin-xfree-owner@XXXXXX.XXX > [mailto:cygwin-xfree-owner@XXXXXX.XXX]On Behalf Of Gerrit P. Haase > Sent: Tuesday, November 09, 2004 4:22 PM > To: cygwin-xfree@XXXXXX.XXX > Subject: Re: xorg installation fails, 99% complete only > > Bobby McNulty wrote: > > > OK Chris, here it is. The full report. Complete down to the readme file > > that it is hanging at. > > Cygwin setup is at 97% > > it says install xorg-x11-fscl-6.8.1.0-2 > > /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README > > > > its in a contiuous loop, not gettiing past this point. > > In a different posting it was said that it is the fontserver package, > this is a different package. How should we debug this problem without > correct information? > > This is the first posting I see about this issue where I read a detailed > description, all the others I read (maybe I have not seen all of them) > were about some readme file, fontserver..., nothing useful. > > I just reinstalled this xorg-x11-fscl package now, it works fine on NT4 > AND it works fine on XP/SP2. > > $ cygcheck -c xorg-x11-fscl > Cygwin Package Information > Package Version Status > xorg-x11-fscl 6.8.1.0-2 OK > > Why don't you send the output of cygcheck -srv as an attachment? > > Maybe your mount table is broken? Maybe your XP/SP2 is broken? > > Why are you not providing more information? You cannot expect that we > can fix a problem which we don't have, I cannot help debugging it > without even seeing the problem. > > Gerrit > -- > =^..^= -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From alexander.gottwald@s1999.tu-chemnitz.de Wed Nov 10 00:40:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 10 Nov 2004 00:40:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41915E0C.9060202@familiehaase.de> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <20041108191934.GA11048@trixie.casa.cgf.cx> <41900DA5.1030700@bellsouth.net> <41914318.20605@familiehaase.de> <41915E0C.9060202@familiehaase.de> Message-ID: On Wed, 10 Nov 2004, Gerrit P. Haase wrote: > Roboco Sanchez wrote: > > > I'm not sure what different posting you're referring to. Maybe they > > all provide correct information and maybe they are two or more > > different problems? > > One was from Hannu which was about a completely different issue which I > replied in lenght, the other was from Bobby today, I saw nothing else, > sorry. > > >>I just reinstalled this xorg-x11-fscl package now, it works fine on NT4 > >>AND it works fine on XP/SP2. > >> > >>$ cygcheck -c xorg-x11-fscl > >>Cygwin Package Information > >>Package Version Status > >>xorg-x11-fscl 6.8.1.0-2 OK > > > > Did you use setup.exe? Did you reinstall to and existing package? > > This problem (the one by Bobby which you replied to above) occurs > > when you install Cygwin on a fresh XP using setup.exe . > > Of course, I use always setup.exe. It was a reinstallation which > indicates that it works well before at least one time. I cannot install > a fresh XP. I've installed it on a test machine in VMWare with WinXP SP2 (nearly fresh system: Installed as XP, upgraded to SP1, upgraded to SP2. No installed software except for drivers) and had no problems Selected install from net (user/global, unix/dos left as defaults). Mirror: local mirror from mirrors.kernel.org Default package selection + all xorg-x11-* > Maybe you need to turn off the firewall? Firewall is enabled (default settings) Not being able to reproduce a problem makes it a pain to solve it. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Alexander.Gottwald@s1999.tu-chemnitz.de Wed Nov 10 00:53:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 10 Nov 2004 00:53:00 -0000 Subject: X Win Error In-Reply-To: <1b329c4b9010.4190dc71@usc.edu> References: <1b329c4b9010.4190dc71@usc.edu> Message-ID: siddharth adelkar wrote: > Hi, > I have obtained this error > (--) 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/CID/, removing from li > st! > winPointerWarpCursor - Discarding first warp: 640 512 > winInitMultiWindowWM - pthread_mutex_lock () returned. > winProcEstablishConnection - Hello > cat: /home/cygwinuser/.Xauthority: No such file or directory > > could you help me out. Actually there is no fatal error. The xserver should work. What do observe apart from the error message? Any problems with Cygwin/X? bye ago NP: Feindflug - Roter Schnee -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cgf-no-personal-reply-please@cygwin.com Wed Nov 10 01:01:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 10 Nov 2004 01:01:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: Message-ID: <20041110010052.GB8575@trixie.casa.cgf.cx> On Tue, Nov 09, 2004 at 07:38:41PM -0500, Igor Pechtchanski wrote: >On Tue, 9 Nov 2004, Bobby McNulty wrote: > >> Gerrit, I will try once more. >> This time, though, all my software was in place, no service pack, nothing, >> just Office. >> Same spot, same readme file. >> the mirror I was using was mirrors.rcn.net, which is the fastest one I found >> have been using for two years now. > >... and which has a setup.ini dated 11/09/2003 (!). The timestamp on setup.ini is fine. Either you are misinterpreting it or there is something wrong with your software. cgf From Alexander.Gottwald@s1999.tu-chemnitz.de Wed Nov 10 01:41:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 10 Nov 2004 01:41:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418FC324.3030009@bellsouth.net> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> Message-ID: Bobby McNulty wrote: > Sorry for the insult, but under Harolld, he would have everything tested > on different machines and configurations. I'm running Windows XP > professional with Service Pack #2. Find out what the others are using. I have currently two machines for testing: Win2k SP4 WinXP SP2 running on VmWare Both are at work. The compilation and release building is done on the Win2k host. At home I have no decent machine to test the xserver. Only a 500MHz linux box where I can cross compile and test the xserver in a pain slow VmWare win2k. I'd like to add a machine dedicated for windows to make debugging less painful. But where should I take the money from? I spend a lot of time for the project. Should I also spend the money I saved? I don't think so. And everytime someone speaks up and tells me I'm not doing the work right I even think spending the time may be wrong. Even a simple bugfix is a lot of work. For example the Lucida font were missing because of a regression in the makefiles. Identifying the error took me about 2 or 3 hours. This I could do at home. For building the packages I had to go to the office. Just building the package, verifying it worked, uploading it and writing the announcement took about 90 minutes. And if you check the sending time of the announcement you'll notice it was sent Friday night, around 23:00. I don't expect people to send me flowers for my work. But I expect them not to insult me in complete disregard of the amount of time I invest in the project. It was also mentioned I (and other regulars) could answer mails more polite and tell the user which information I need to track the error down. There was a time when the xserver just quit on error and left a log file. Users just told us the xserver did not work. We told them there was an error and asked them to send the logfile. After all we added a message box which told the user there was an error and the logfile may contain more information. Now there are still users who send mails telling us there was a message box popping up and XWin does not work. No information what the logfile told. The standard (and maybe rough) answer is "send the logfile". There are many examples where I'm just tired of telling the same thing over and over again. bye ago, heading to bed now -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From pechtcha@cs.nyu.edu Wed Nov 10 01:49:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 10 Nov 2004 01:49:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041110010052.GB8575@trixie.casa.cgf.cx> References: <20041110010052.GB8575@trixie.casa.cgf.cx> Message-ID: On Tue, 9 Nov 2004, Christopher Faylor wrote: > On Tue, Nov 09, 2004 at 07:38:41PM -0500, Igor Pechtchanski wrote: > >On Tue, 9 Nov 2004, Bobby McNulty wrote: > > > >> Gerrit, I will try once more. > >> This time, though, all my software was in place, no service pack, nothing, > >> just Office. > >> Same spot, same readme file. > >> the mirror I was using was mirrors.rcn.net, which is the fastest one I found > >> have been using for two years now. > > > >... and which has a setup.ini dated 11/09/2003 (!). > > The timestamp on setup.ini is fine. Either you are misinterpreting it > or there is something wrong with your software. So it is. Sorry for the noise. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From cgf-no-personal-reply-please@cygwin.com Wed Nov 10 01:52:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 10 Nov 2004 01:52:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> Message-ID: <20041110015205.GA9199@trixie.casa.cgf.cx> On Wed, Nov 10, 2004 at 02:41:02AM +0100, Alexander Gottwald wrote: >Bobby McNulty wrote: >>Sorry for the insult, but under Harolld, he would have everything >>tested on different machines and configurations. I'm running Windows >>XP professional with Service Pack #2. Find out what the others are >>using. > >I don't expect people to send me flowers for my work. But I expect >them not to insult me in complete disregard of the amount of time I >invest in the project. It's not an unreasonable expectation especially given the lunacy of insulting someone whose help you are soliciting. Hang in there, Alexander. You are appreciated. cgf From gp@familiehaase.de Wed Nov 10 07:37:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Wed, 10 Nov 2004 07:37:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <20041108191934.GA11048@trixie.casa.cgf.cx> <41900DA5.1030700@bellsouth.net> <41914318.20605@familiehaase.de> <41915E0C.9060202@familiehaase.de> Message-ID: <4191C50E.2020802@familiehaase.de> Alexander Gottwald wrote: >>Maybe you need to turn off the firewall? > Firewall is enabled (default settings) Is it a difference what permissions a user has or in which groups she is? I am in the Administrators group everywhere. Gerrit -- =^..^= From gp@familiehaase.de Wed Nov 10 08:10:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Wed, 10 Nov 2004 08:10:00 -0000 Subject: X Win Error In-Reply-To: <1b329c4b9010.4190dc71@usc.edu> References: <1b329c4b9010.4190dc71@usc.edu> Message-ID: <4191CCF1.8030703@familiehaase.de> siddharth adelkar wrote: > Hi, > I have obtained this error > _______________________________________________________________________________________________ > adelkar@MAGNETOSPHERE ~ ^^^^^^^^^ This is your username? > cat: /home/cygwinuser/.Xauthority: No such file or directory ^^^^^^^^^^^^^^^^^^ this is your HOME directory? This is unusual, it does not match, my name is 'gerrit' and my homedir is /home/gerrit. When I run startx I see nearly the same output but it continues like this: winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winClipboardProc - XOpenDisplay () returned and successfully opened the display. winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display. winProcSetSelectionOwner - Clipboard not yet started, aborting. winProcSetSelectionOwner - Clipboard not yet started, aborting. After that the server is running and accepting connections. Does X actually is running and can you connect, ie. is the xterm opened? Gerrit -- =^..^= From Alexander.Gottwald@s1999.tu-chemnitz.de Wed Nov 10 08:46:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 10 Nov 2004 08:46:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> Message-ID: Alexander Gottwald wrote: > Bobby McNulty wrote: > > > Sorry for the insult, but under Harolld, he would have everything tested > > on different machines and configurations. I'm running Windows XP > > professional with Service Pack #2. Find out what the others are using. > > I don't expect people to send me flowers > for my work. But I expect them not to insult me in complete disregard of > the amount of time I invest in the project. Bobby, the former posting was not a rant against you. It was more a general statement. You apologized and I don't want to keep fire burning. bye ago -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From oyvind.harboe@zylin.com Wed Nov 10 12:31:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Wed, 10 Nov 2004 12:31:00 -0000 Subject: Xming.exe comments Message-ID: <1100089904.3014.3.camel@famine> - My first intended use of Xming.exe is to try to make some progress on tracking a crash in XWin.exe. This stranded on GDB problems last I attempted to track it down. http://cygwin.com/ml/cygwin-xfree/2004-10/msg00112.html - I didn't find any file called /usr/X11R6/lib/X11/rgb, but there is a file called /usr/X11R6/lib/X11/rgb.txt - Rejoice! GDB does not go ga-ga when debugging Xming.exe! - I assume it builds upon pretty much the same source as XWin.exe. Is the source available? Or even better committed to a CVS server somewhere? - I noticed Xming.exe depends on msvcr70.dll - If someone could explain how to verify that a Linux box is configured as a fontserver, it would be much appreciated. I think my Debian box is running a font server. From my Debian box: fury:~# ps -A | grep xfs 431 ? 00:00:00 xfs - After I launch Xming.exe, it seems like it is stuck waiting for something after the Xming.exe window is up. The mouse cursor is stuck as an hourglass and the Xming.exe does not redraw. Attached is XWin.log. -- ?yvind Harboe http://www.zylin.com -------------- next part -------------- Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.99-0 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: Xming -fp tcp/fury:7100 -ac -co rgb -sp SecurityPolicy ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1280 h 1024 winInitializeDefaultScreens - Returning (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (++) FontPath set to "tcp/fury:7100" (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000414" (00000414) (--) Using preset keyboard for "Norwegian" (414), type "81" (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap (--) 5 mouse buttons found From mikemccollister@yahoo.com Wed Nov 10 12:49:00 2004 From: mikemccollister@yahoo.com (Mike McCollister) Date: Wed, 10 Nov 2004 12:49:00 -0000 Subject: Can't get startwin.bat to work Message-ID: <20041110124947.40480.qmail@web11105.mail.yahoo.com> I have been using cygwin for years and the X client under cygwin for about a year. In order to get X to work, I have to make sure that I am running bash and then run startxwin.sh to get it to work. Well, I've been trying to get it to work with just startxwin.bat but I am not successful. It seems to have a problem with the "run" commands. Here are the run commands: run XWin -clipboard -silent-dup-error run xterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e /usr/bin/bash -l I do have cygwin installed in c:\progra~1\cygwin and I have modified startxwin.bat so that SET CYGWIN_ROOT=c:\progra~1\cygwin The last time I updated anything in cygwin as last week (first week of November). Does anyone know how to get the startxwin.bat to work? Just a little more background. When I mean that it does not work, I mean that the "X" shows up as an icon next to the clock but nothing else happens. If I right click on the "X", nothing happens. I have to use the Task Manger to kill XWin.exe. Thanks, Mike __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com From alexander.gottwald@s1999.tu-chemnitz.de Wed Nov 10 13:26:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 10 Nov 2004 13:26:00 -0000 Subject: Xming.exe comments In-Reply-To: <1100089904.3014.3.camel@famine> References: <1100089904.3014.3.camel@famine> Message-ID: On Wed, 10 Nov 2004, ??yvind Harboe wrote: > - My first intended use of Xming.exe is to try to make some progress on > tracking a crash in XWin.exe. This stranded on GDB problems last I > attempted to track it down. > > http://cygwin.com/ml/cygwin-xfree/2004-10/msg00112.html > > - I didn't find any file called /usr/X11R6/lib/X11/rgb, but there is a > file called /usr/X11R6/lib/X11/rgb.txt Yes. This is the file. > - Rejoice! GDB does not go ga-ga when debugging Xming.exe! > - I assume it builds upon pretty much the same source as XWin.exe. Is > the source available? Or even better committed to a CVS server > somewhere? Not yet. But http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 has patches. I hope to commit it the next days. I've a new version posted on http://www.tu-chemnitz.de/~goal/xfree/Xming.exe.bz2 - -query is working - fontdirs can use drive letters in from - default fontpath and rgbfile are relocated place Xming.exe in cygwin /usr/X11R6/lib/X11 and it will find all fonts and the rgb file. The relocation replaces /usr/X11R6/lib/X11 with the path component of the Xming binary > - I noticed Xming.exe depends on msvcr70.dll yes. It's required for scprintf which counts how much characters a sprintf would write. Maybe I'll replace that with the snprintf from xc/lib/misc > - If someone could explain how to verify that a Linux box is configured > as a fontserver, it would be much appreciated. I think my Debian box is > running a font server. From my Debian box: > > fury:~# ps -A | grep xfs > 431 ? 00:00:00 xfs > - After I launch Xming.exe, it seems like it is stuck waiting for > something after the Xming.exe window is up. The mouse cursor is stuck as > an hourglass and the Xming.exe does not redraw. Attached is XWin.log. Maybe the fontserver is not responding. most linux distributions havbe it setup without tcp transport. Check /etc/X11/fs/config and comment the line "no-listen = tcp" bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From oyvind.harboe@zylin.com Wed Nov 10 13:47:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Wed, 10 Nov 2004 13:47:00 -0000 Subject: Xming.exe comments Message-ID: <1100094445.3163.0.camel@famine> More comments: - Tested latest version of Xming.exe http://cygwin.com/ml/cygwin-xfree/2004-11/msg00059.html >Maybe the fontserver is not responding. > >most linux distributions havbe it setup without tcp transport. >Check /etc/X11/fs/config and comment the line "no-listen = tcp" This fixed the problem. - When I try to launch Evolution, the X server dies. XWin.log attached. -- ?yvind Harboe http://www.zylin.com -------------- next part -------------- Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.99-0 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: Xming -ac -fp tcp/fury:7100 -sp SecurityPolicy -co rgb -rootless ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1280 h 1024 winInitializeDefaultScreens - Returning (==) FontPath set to "tcp/fury:7100" (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (++) FontPath set to "tcp/fury:7100" (++) RgbPath set to "rgb" (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000414" (00000414) (--) Using preset keyboard for "Norwegian" (414), type "81" (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap (--) 5 mouse buttons found WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 From oyvind.harboe@zylin.com Wed Nov 10 13:55:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Wed, 10 Nov 2004 13:55:00 -0000 Subject: Xming.exe comments Message-ID: <1100094887.3163.8.camel@famine> More comments: - There is no Window title bar to drag the windows around by. (Perhaps this is pointed out in the first Xming.exe post). It would be useful to have the ability to drag the Windows around, even if "decorations" will not be implemented for a while still. Is this related to "decoration"? My command line: Xming -ac -fp tcp/fury:7100 -sp SecurityPolicy -co rgb -rootless same result with: Xming -ac -fp tcp/fury:7100 -sp SecurityPolicy -co rgb -- ?yvind Harboe http://www.zylin.com -------------- next part -------------- Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.99-0 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: Xming -ac -fp tcp/fury:7100 -sp SecurityPolicy -co rgb -rootless ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1280 h 1024 winInitializeDefaultScreens - Returning (==) FontPath set to "tcp/fury:7100" (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (++) FontPath set to "tcp/fury:7100" (++) RgbPath set to "rgb" (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000414" (00000414) (--) Using preset keyboard for "Norwegian" (414), type "81" (EE) Couldn't load XKB keymap, falling back to pre-XKB keymap (--) 5 mouse buttons found WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 WaitForSomething(): select: errno=0 From alexander.gottwald@s1999.tu-chemnitz.de Wed Nov 10 14:22:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 10 Nov 2004 14:22:00 -0000 Subject: Xming.exe comments In-Reply-To: <1100094887.3163.8.camel@famine> References: <1100094887.3163.8.camel@famine> Message-ID: On Wed, 10 Nov 2004, ??yvind Harboe wrote: > More comments: > > - There is no Window title bar to drag the windows around by. (Perhaps this > is pointed out in the first Xming.exe post). It would be useful to have the ability > to drag the Windows around, even if "decorations" will not be implemented for a while > still. Is this related to "decoration"? My command line: > > Xming -ac -fp tcp/fury:7100 -sp SecurityPolicy -co rgb -rootless > > same result with: > > Xming -ac -fp tcp/fury:7100 -sp SecurityPolicy -co rgb you'll need a window manager. twm is fine. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Wed Nov 10 14:40:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 10 Nov 2004 14:40:00 -0000 Subject: Xming.exe comments In-Reply-To: <1100094445.3163.0.camel@famine> References: <1100094445.3163.0.camel@famine> Message-ID: On Wed, 10 Nov 2004, ??yvind Harboe wrote: > More comments: > > - Tested latest version of Xming.exe > http://cygwin.com/ml/cygwin-xfree/2004-11/msg00059.html > > >Maybe the fontserver is not responding. > > > >most linux distributions havbe it setup without tcp transport. > >Check /etc/X11/fs/config and comment the line "no-listen = tcp" > > This fixed the problem. > > - When I try to launch Evolution, the X server dies. XWin.log attached. I've put a new binary which fixes the errno issue and I had evolution running. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From oyvind.harboe@zylin.com Wed Nov 10 19:29:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Wed, 10 Nov 2004 19:29:00 -0000 Subject: Why Xming.exe? Message-ID: <1100114979.3359.25.camel@famine> Some comments on why *I* think Xming.exe might be useful: * CygWin is difficult to deploy. There are various reasons, but the most important is that CygWin does not support side-by-side installs. Some users don't care about CygWin, all they want is SSH and a stable X server and they'll be happy for years. Another example: I have some other programs (GCC embedded toolchain) that hasn't changed in a year or two and I don't want those destablised by a new version of CygWin. CygWin itself does not have any nasty dependencies that I know about. * CygWin is always in flux. Who knows if todays version is going to work? (If you install CygWin every 3 months or so, there are bound to be new and improved versions). * Download/install size is not important. If a single 20Mbyte offline installable .exe gave me SSH + CygWin, I'd be happy. What is 200Mbytes of harddisk space among friends these days? * There are two many options and questions with CygWin. I imagine that Xming.exe can come with a ~"zero questions" installer. -- ?yvind Harboe http://www.zylin.com From bruno.patin@wanadoo.fr Wed Nov 10 19:43:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Wed, 10 Nov 2004 19:43:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> Message-ID: <41926F46.1070709@wanadoo.fr> Good evening from france, I bought a new box some days ago and decided to install cygwin. I had exactly the same install problem than the other people of the list. My computer is a win xp family edition sp2. I have the administrator rights and installed using the "just me" and "unix" options. What I saw is that the process was not blocked but reserved more and more memory (I stopped at 1Go). when cancelled, setup gave me the message indicated on a post before. I will try in some mns to install again (a fresh install, I removed all by hand after my attempts) without the xorg package in order to obtain a cygcheck command to give you new informations plus I will reinstall these xorg packages. By the way, I do not understand the debate (?). Your work is great, really. I use cygwin and cygwin-xfree since beta 15. Whatever the problems, unavoidable on such projects, your accomplishments are totally extraordinary. For my part, I consider that whatever you ask me to do to help I have only one choice but to do it. Thank you again B.Patin From bobbymcn@bellsouth.net Wed Nov 10 19:56:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Wed, 10 Nov 2004 19:56:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41926F46.1070709@wanadoo.fr> Message-ID: Look, I love Cygwin, xorg, and KDE. I set up webpage so I can contribute to the progect. And I will. I have to find some soundfonts small enough to distribute with Timidity. I wanted to also contribute Rosegarden. It requires KDE and Xorg. I will try again in a minute here, without xorg, and then install xorg. Sorry. I'm used to installing it all at once, not in pieces. Alex, you are doing a great job with it. I was just perturbed that I could not get it installed. See you in two hours. I'll be back then. Bobby http://www.geocities.com/bobbymcn2004 Home page From alexander.gottwald@s1999.tu-chemnitz.de Wed Nov 10 20:03:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 10 Nov 2004 20:03:00 -0000 Subject: Why Xming.exe? In-Reply-To: <1100114979.3359.25.camel@famine> References: <1100114979.3359.25.camel@famine> Message-ID: On Wed, 10 Nov 2004, ??yvind Harboe wrote: > * There are two many options and questions with CygWin. I imagine that > Xming.exe can come with a ~"zero questions" installer. This is the main reason. There is still some work to do but I plan on having all defaults in Xming depend on the installation dir of Xming. eg: C:\Program Files\Xming\Xming.exe C:\Program Files\Xming\fonts\... C:\Program Files\Xming\xkb\... C:\Program Files\Xming\rgb C:\Program Files\Xming\XErrorDB C:\Program Files\Xming\XKeysymDB C:\Program Files\Xming\Xsecurity This all packed together in an installer and most of the problems with an easy deployable xserver for windows are gone bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From bruno.patin@wanadoo.fr Wed Nov 10 20:23:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Wed, 10 Nov 2004 20:23:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: Message-ID: <41927878.3080906@wanadoo.fr> Good evening again, install in two phases worked well. I can deinstall again and verify if there is the problem again ? could it be useful ? joined : an analysis of my system the cygcheck result hope that helps Bobby McNulty wrote: >Look, I love Cygwin, xorg, and KDE. >I set up webpage so I can contribute to the progect. >And I will. I have to find some soundfonts small enough to distribute with >Timidity. >I wanted to also contribute Rosegarden. It requires KDE and Xorg. >I will try again in a minute here, without xorg, and then install xorg. >Sorry. I'm used to installing it all at once, not in pieces. >Alex, you are doing a great job with it. I was just perturbed that I could >not get it installed. >See you in two hours. >I'll be back then. >Bobby >http://www.geocities.com/bobbymcn2004 >Home page > > > > > > > -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 20041110.txt URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cygcheck.txt URL: From gabriele.rearick@hp.com Wed Nov 10 21:05:00 2004 From: gabriele.rearick@hp.com (Rearick, Gabriele) Date: Wed, 10 Nov 2004 21:05:00 -0000 Subject: remote usage of cygwin via microsoft telnet services Message-ID: not sure if this is the right mailing list: Hi, I am appreciating you sharing your input and experience regarding the following questions. I am currently using Microsoft telnet server and then execute cygwin.bat to start bash to build applications within cygwin. so, I am telneting INTO the Windows2003 server. Since this kind of remote access results in messy output due to dtterm/telnet and bash settings for which I have not found a solution yet, I am writing to you. I am looking for a solution to un-screwup bash via Microsoft windows telnet server or other products. Which LF/CR and other settings enable proper output? I have also tried to use ReflexionX to get into the Windows2003 server, with no result. Locally (sitting directly at the Windows2003 server) I can either start normal bash shell or start rxvt, but that window doesn't get thru to my other PC (at home or work).? does anyone know if Interix telnet server (from Microsoft services for Unix) workes better with bash? thanks in advance From cgf-no-personal-reply-please@cygwin.com Wed Nov 10 21:30:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 10 Nov 2004 21:30:00 -0000 Subject: Why Xming.exe? In-Reply-To: References: <1100114979.3359.25.camel@famine> Message-ID: <20041110212957.GA19984@trixie.casa.cgf.cx> On Wed, Nov 10, 2004 at 09:02:53PM +0100, Alexander Gottwald wrote: >On Wed, 10 Nov 2004, ?yvind Harboe wrote: >>* There are two many options and questions with CygWin. I imagine that >>Xming.exe can come with a ~"zero questions" installer. > >This is the main reason. There is still some work to do but I plan on >having all defaults in Xming depend on the installation dir of Xming. Er, I guess it's time I stepped in, then. Since the name of this mailing list is "cygwin-xfree" and the site you are using is cygwin.com, I would not expect too much traffic here regarding non-cygwin solutions. This *has* come up before and I think I'm being pretty consistent here. Alexander, if you are going to be devoting a lot of time to this project from now on do we need to find a Cygwin/X maintainer? It seems like you may need to find another mailing list, at least. cgf From bobbymcn@bellsouth.net Wed Nov 10 21:30:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Wed, 10 Nov 2004 21:30:00 -0000 Subject: remote usage of cygwin via microsoft telnet services In-Reply-To: Message-ID: Reading this reminded me of some. Disable telenet. -----Original Message----- From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com]On Behalf Of Rearick, Gabriele Sent: Wednesday, November 10, 2004 3:05 PM To: Rearick, Gabriele; cygwin@cygwin.com; cygwin-xfree@cygwin.com Subject: remote usage of cygwin via microsoft telnet services not sure if this is the right mailing list: Hi, I am appreciating you sharing your input and experience regarding the following questions. I am currently using Microsoft telnet server and then execute cygwin.bat to start bash to build applications within cygwin. so, I am telneting INTO the Windows2003 server. Since this kind of remote access results in messy output due to dtterm/telnet and bash settings for which I have not found a solution yet, I am writing to you. I am looking for a solution to un-screwup bash via Microsoft windows telnet server or other products. Which LF/CR and other settings enable proper output? I have also tried to use ReflexionX to get into the Windows2003 server, with no result. Locally (sitting directly at the Windows2003 server) I can either start normal bash shell or start rxvt, but that window doesn't get thru to my other PC (at home or work).?? does anyone know if Interix telnet server (from Microsoft services for Unix) workes better with bash? thanks in advance -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ From cgf-no-personal-reply-please@cygwin.com Wed Nov 10 21:34:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 10 Nov 2004 21:34:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41926F46.1070709@wanadoo.fr> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> Message-ID: <20041110213409.GB19984@trixie.casa.cgf.cx> On Wed, Nov 10, 2004 at 08:43:02PM +0100, bruno patin wrote: >Good evening from france, > >I bought a new box some days ago and decided to install cygwin. I had >exactly the same install problem than the other people of the list. My >computer is a win xp family edition sp2. I have the administrator rights >and installed using the "just me" and "unix" options. What I saw is that >the process was not blocked but reserved more and more memory (I stopped >at 1Go). when cancelled, setup gave me the message indicated on a post >before. I will try in some mns to install again (a fresh install, I >removed all by hand after my attempts) without the xorg package in >order to obtain a cygcheck command to give you new informations plus I >will reinstall these xorg packages. Is there some reason why you won't just run cygcheck.exe while setup is hung? Have you tried it? AFAIK, cygcheck should be operational by the time setup has gotten to installing X. It really has to be operational since cygcheck.exe comes along with the Cygwin DLL. Also, you could even run, oh I don't know, it's just a pretty drastic suggestion, but you *could* run "ps -ef". cgf From bruno.patin@wanadoo.fr Wed Nov 10 21:51:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Wed, 10 Nov 2004 21:51:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041110213409.GB19984@trixie.casa.cgf.cx> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> Message-ID: <41928D42.6030902@wanadoo.fr> > >Is there some reason why you won't just run cygcheck.exe while setup is >hung? Have you tried it? AFAIK, cygcheck should be operational by the >time setup has gotten to installing X. It really has to be operational >since cygcheck.exe comes along with the Cygwin DLL. > >Also, you could even run, oh I don't know, it's just a pretty drastic >suggestion, but you *could* run "ps -ef". > > In fact I did not use ps -ef (and cygcheck by the the way) for two reasons: 1/ I was following what happened with the windows task manager tool (where I followed the memory consumption) 2/ At this step of the install, you do not have the .bat or .sh command I was wondering, if I launch setup.exe from my first installed cygwin on another directory using strace, will there be interactions between the old and new install ? Is it possible to have two completely different cywin install ? If yes I would know what is the loop in the program. yes or no ? B.Patin From gabriele.rearick@hp.com Wed Nov 10 22:01:00 2004 From: gabriele.rearick@hp.com (Rearick, Gabriele) Date: Wed, 10 Nov 2004 22:01:00 -0000 Subject: remote usage of cygwin via microsoft telnet services Message-ID: how else other than telnet would you suggest to login to that machine, then? -----Original Message----- From: Bobby McNulty [mailto:bobbymcn@bellsouth.net] Sent: Wednesday, November 10, 2004 2:31 PM To: Rearick, Gabriele; cygwin@cygwin.com; cygwin-xfree@cygwin.com Subject: RE: remote usage of cygwin via microsoft telnet services Reading this reminded me of some. Disable telenet. -----Original Message----- From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com]On Behalf Of Rearick, Gabriele Sent: Wednesday, November 10, 2004 3:05 PM To: Rearick, Gabriele; cygwin@cygwin.com; cygwin-xfree@cygwin.com Subject: remote usage of cygwin via microsoft telnet services not sure if this is the right mailing list: Hi, I am appreciating you sharing your input and experience regarding the following questions. I am currently using Microsoft telnet server and then execute cygwin.bat to start bash to build applications within cygwin. so, I am telneting INTO the Windows2003 server. Since this kind of remote access results in messy output due to dtterm/telnet and bash settings for which I have not found a solution yet, I am writing to you. I am looking for a solution to un-screwup bash via Microsoft windows telnet server or other products. Which LF/CR and other settings enable proper output? I have also tried to use ReflexionX to get into the Windows2003 server, with no result. Locally (sitting directly at the Windows2003 server) I can either start normal bash shell or start rxvt, but that window doesn't get thru to my other PC (at home or work).? does anyone know if Interix telnet server (from Microsoft services for Unix) workes better with bash? thanks in advance -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ From cgf-no-personal-reply-please@cygwin.com Wed Nov 10 22:05:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 10 Nov 2004 22:05:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41928D42.6030902@wanadoo.fr> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> Message-ID: <20041110220554.GD19984@trixie.casa.cgf.cx> On Wed, Nov 10, 2004 at 10:50:58PM +0100, bruno patin wrote: >>Is there some reason why you won't just run cygcheck.exe while setup is >>hung? Have you tried it? AFAIK, cygcheck should be operational by the >>time setup has gotten to installing X. It really has to be operational >>since cygcheck.exe comes along with the Cygwin DLL. >> >>Also, you could even run, oh I don't know, it's just a pretty drastic >>suggestion, but you *could* run "ps -ef". >> >> >In fact I did not use ps -ef (and cygcheck by the the way) for two >reasons: 1/ I was following what happened with the windows task manager >tool (where I followed the memory consumption) 2/ At this step of the >install, you do not have the .bat or .sh command Just run the programs directly from the cygwin directory: c:\cygwin\bin\cygcheck -r -s -v > blah1 c:\cygwin\bin\ps -ef > blah2 Also, I believe that Gerrit suggested sending the contents of the setup log files. >I was wondering, if I launch setup.exe from my first installed cygwin on >another directory using strace, will there be interactions between the >old and new install ? Is it possible to have two completely different >cywin install ? If yes I would know what is the loop in the program. > >yes or no ? strace is for cygwin programs. setup.exe is not a cygwin program. It can't be. Requiring cygwin1.dll to install cygwin1.dll would never work. I appreciate that you're trying to think of solutions here but there have already been a couple of suggestions that no one seems to have bothered to follow through on. Why not just humor us and provide the debugging info that we're asking for? cgf From cgf-no-personal-reply-please@cygwin.com Wed Nov 10 22:07:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 10 Nov 2004 22:07:00 -0000 Subject: remote usage of cygwin via microsoft telnet services In-Reply-To: References: Message-ID: <20041110220717.GE19984@trixie.casa.cgf.cx> On Wed, Nov 10, 2004 at 05:01:01PM -0500, Rearick, Gabriele wrote: >how else other than telnet would you suggest to login to that machine, >then? Please remove cygwin-xfree from any future responses. This has nothing to do with X on Cygwin. cgf From bruno.patin@wanadoo.fr Wed Nov 10 22:15:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Wed, 10 Nov 2004 22:15:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041110220554.GD19984@trixie.casa.cgf.cx> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> Message-ID: <41929311.5000601@wanadoo.fr> >I appreciate that you're trying to think of solutions here but there >have already been a couple of suggestions that no one seems to have >bothered to follow through on. Why not just humor us and provide the >debugging info that we're asking for? > >cgf > > > > I'm on it .... really :-) I'll give you what needed as fast as possible but ... I'm on the way of compiling mico and this is a bit long. I'll do as said just after. BPatin From oyvind.harboe@zylin.com Wed Nov 10 22:21:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Wed, 10 Nov 2004 22:21:00 -0000 Subject: Why Xming.exe? Message-ID: <1100125266.3896.8.camel@famine> I saw Chris post, and I must admit I was a bit put off by it. I believe Xming.exe addresses some issues that should and could be addressed by CygWin. Threatening to fire him(in public no less), is counterproductive, unthankful and rude. A fruitful discussion on Xming.exe could help enumerate what issues Xming.exe addresses and how CygWin could grow to address them. -- ?yvind Harboe http://www.zylin.com From darryls@productcosting.com Wed Nov 10 23:21:00 2004 From: darryls@productcosting.com (Darryl) Date: Wed, 10 Nov 2004 23:21:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41929311.5000601@wanadoo.fr> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <41929311.5000601@wanadoo.fr> Message-ID: <6.1.2.0.0.20041110230844.01a1aec0@mail.mistral.net> Hi! 1) Cygwin is not a commercial set up , we do not pay support fees, we do not even pay for Cygwin. 2) We accept red hat owns the IP 3) The "developers & supporters" are volunteers, they do not HAVE to be nice and have the "customer is always right" approach as opposed to some of us in the commercial world. 4) They receive many many calls, they answer then briefly even abruptly, but they answer them. 5) Any developer knows that maintaining any product requires careful diligent thoughts and processes AND TIME So just be patient and appreciative. Having said that .... Maybe the site needs a code of conduct for the non contributors, a down load that will lay out a procedure to use, because when you are new it is easy not to know the rules. If one exists - sorry, it needs to be more prominent, a sort of download - now sign in blood approach. Keep up the good work guys. Darryl From pechtcha@cs.nyu.edu Wed Nov 10 23:42:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 10 Nov 2004 23:42:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <6.1.2.0.0.20041110230844.01a1aec0@mail.mistral.net> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <41929311.5000601@wanadoo.fr> <6.1.2.0.0.20041110230844.01a1aec0@mail.mistral.net> Message-ID: On Wed, 10 Nov 2004, Darryl wrote: > Hi! > > 1) Cygwin is not a commercial set up , we do not pay support fees, we do > not even pay for Cygwin. > > 2) We accept red hat owns the IP > > 3) The "developers & supporters" are volunteers, they do not HAVE to be > nice and have the "customer is always right" approach as opposed to some > of us in the commercial world. > > 4) They receive many many calls, they answer then briefly even abruptly, > but they answer them. > > 5) Any developer knows that maintaining any product requires careful > diligent thoughts and processes AND TIME > > So just be patient and appreciative. > > Having said that .... > > Maybe the site needs a code of conduct for the non contributors, a down > load that will lay out a procedure to use, because when you are new it > is easy not to know the rules. If one exists - sorry, it needs to be > more prominent, a sort of download - now sign in blood approach. What's wrong with ? It's the first link ("Reporting Problems") in the "Community" section of the sidebar on most Cygwin pages, and the 5th overall link in that sidebar. How much more prominent should it be? There's also a section on the main Cygwin webpage that describes this code of conduct you mention (). It's where the "Help, contact, web page, other info..." link at the top of the main page points to. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From bruno.patin@wanadoo.fr Wed Nov 10 23:44:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Wed, 10 Nov 2004 23:44:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041110220554.GD19984@trixie.casa.cgf.cx> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> Message-ID: <4192A7AD.2000203@wanadoo.fr> Christopher Faylor wrote: >On Wed, Nov 10, 2004 at 10:50:58PM +0100, bruno patin wrote: > > >>>Is there some reason why you won't just run cygcheck.exe while setup is >>>hung? Have you tried it? AFAIK, cygcheck should be operational by the >>>time setup has gotten to installing X. It really has to be operational >>>since cygcheck.exe comes along with the Cygwin DLL. >>> >>>Also, you could even run, oh I don't know, it's just a pretty drastic >>>suggestion, but you *could* run "ps -ef". >>> >>> >>> >>> >>In fact I did not use ps -ef (and cygcheck by the the way) for two >>reasons: 1/ I was following what happened with the windows task manager >>tool (where I followed the memory consumption) 2/ At this step of the >>install, you do not have the .bat or .sh command >> >> > >Just run the programs directly from the cygwin directory: > >c:\cygwin\bin\cygcheck -r -s -v > blah1 > >c:\cygwin\bin\ps -ef > blah2 > >Also, I believe that Gerrit suggested sending the contents of the setup >log files. > > > >>I was wondering, if I launch setup.exe from my first installed cygwin on >>another directory using strace, will there be interactions between the >>old and new install ? Is it possible to have two completely different >>cywin install ? If yes I would know what is the loop in the program. >> >>yes or no ? >> >> > >strace is for cygwin programs. setup.exe is not a cygwin program. It >can't be. Requiring cygwin1.dll to install cygwin1.dll would never work. > >I appreciate that you're trying to think of solutions here but there >have already been a couple of suggestions that no one seems to have >bothered to follow through on. Why not just humor us and provide the >debugging info that we're asking for? > >cgf > > > > I have to cut my mail in two piece due to the size limit of the mailing list Ok there the status As already stated a loop somewhere that consume memory with time when installing /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.README the joined files: 1 cygcheck.txt (this mail) 2 not the result of ps -ef but ps -aflW as for the the first the only process seen is ps -ef itself (this mail) 3 the setup.log file on cancellation, the error (already stated ) "cannot open log file c:\cygwin/var/log/setup.log for writing". Only little detail, the mixed combination of / and \ of the path in the error message. To go further would mean to have a windows debugger and that I do not. Is it necessary ? I can have one by my work. Hope that helps BPatin -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cygcheck.txt URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: psalfW.txt URL: From bruno.patin@wanadoo.fr Wed Nov 10 23:47:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Wed, 10 Nov 2004 23:47:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041110220554.GD19984@trixie.casa.cgf.cx> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> Message-ID: <4192A82B.40205@wanadoo.fr> Christopher Faylor wrote: >On Wed, Nov 10, 2004 at 10:50:58PM +0100, bruno patin wrote: > > >>>Is there some reason why you won't just run cygcheck.exe while setup is >>>hung? Have you tried it? AFAIK, cygcheck should be operational by the >>>time setup has gotten to installing X. It really has to be operational >>>since cygcheck.exe comes along with the Cygwin DLL. >>> >>>Also, you could even run, oh I don't know, it's just a pretty drastic >>>suggestion, but you *could* run "ps -ef". >>> >>> >>> >>> >>In fact I did not use ps -ef (and cygcheck by the the way) for two >>reasons: 1/ I was following what happened with the windows task manager >>tool (where I followed the memory consumption) 2/ At this step of the >>install, you do not have the .bat or .sh command >> >> > >Just run the programs directly from the cygwin directory: > >c:\cygwin\bin\cygcheck -r -s -v > blah1 > >c:\cygwin\bin\ps -ef > blah2 > >Also, I believe that Gerrit suggested sending the contents of the setup >log files. > > > >>I was wondering, if I launch setup.exe from my first installed cygwin on >>another directory using strace, will there be interactions between the >>old and new install ? Is it possible to have two completely different >>cywin install ? If yes I would know what is the loop in the program. >> >>yes or no ? >> >> > >strace is for cygwin programs. setup.exe is not a cygwin program. It >can't be. Requiring cygwin1.dll to install cygwin1.dll would never work. > >I appreciate that you're trying to think of solutions here but there >have already been a couple of suggestions that no one seems to have >bothered to follow through on. Why not just humor us and provide the >debugging info that we're asking for? > >cgf > > > > ........................ 3 the setup.log file (this mail) ...................................... Hope that helps BPatin -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: setup.log URL: From pechtcha@cs.nyu.edu Wed Nov 10 23:55:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 10 Nov 2004 23:55:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <4192A82B.40205@wanadoo.fr> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A82B.40205@wanadoo.fr> Message-ID: On Thu, 11 Nov 2004, bruno patin wrote: > Christopher Faylor wrote: > > > Also, I believe that Gerrit suggested sending the contents of the setup > > log files. > > > > [snip] > > > > I appreciate that you're trying to think of solutions here but there > > have already been a couple of suggestions that no one seems to have > > bothered to follow through on. Why not just humor us and provide the > > debugging info that we're asking for? > > ........................ > 3 the setup.log file (this mail) > ...................................... > > Hope that helps > BPatin This setup.log doesn't show any install actions whatsoever. All it shows is that you've downloaded a bunch of packages. I suspect this may have something to do with that "Cannot open setup.log for writing" error message. Try running "c:\cygwin\bin\chmod a+w setup.log setup.log.full" from a CMD prompt in "c:\cygwin\var\log" and then re-running setup. Also, setup.log.full should contain more detailed error messages after a failed setup run (beware -- that file is overwritten on every run of setup). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From bruno.patin@wanadoo.fr Thu Nov 11 00:04:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 00:04:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A82B.40205@wanadoo.fr> Message-ID: <4192AC6D.3000304@wanadoo.fr> Igor Pechtchanski wrote: > On Thu, 11 Nov 2004, bruno patin wrote: > >> Christopher Faylor wrote: >> >> > Also, I believe that Gerrit suggested sending the contents of the >> setup >> > log files. >> > >> > [snip] >> > >> > I appreciate that you're trying to think of solutions here but there >> > have already been a couple of suggestions that no one seems to have >> > bothered to follow through on. Why not just humor us and provide the >> > debugging info that we're asking for? >> >> ........................ >> 3 the setup.log file (this mail) >> ...................................... >> >> Hope that helps >> BPatin > > > This setup.log doesn't show any install actions whatsoever. All it shows > is that you've downloaded a bunch of packages. > > I suspect this may have something to do with that "Cannot open setup.log > for writing" error message. Try running "c:\cygwin\bin\chmod a+w > setup.log setup.log.full" from a CMD prompt in "c:\cygwin\var\log" and > then re-running setup. Also, setup.log.full should contain more detailed > error messages after a failed setup run (beware -- that file is > overwritten on every run of setup). > Igor There the setup.log.full (at least the end of it because of the size limit). examining it I do not know if you'll do something with it but you know better than me. I try to do what you say just after and let you know immediately. BPatin -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: setup.log.full.end.txt URL: From bruno.patin@wanadoo.fr Thu Nov 11 00:11:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 00:11:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A82B.40205@wanadoo.fr> Message-ID: <4192AE42.6010106@wanadoo.fr> Igor Pechtchanski wrote: > On Thu, 11 Nov 2004, bruno patin wrote: > >> Christopher Faylor wrote: >> >> > Also, I believe that Gerrit suggested sending the contents of the >> setup >> > log files. >> > >> > [snip] >> > >> > I appreciate that you're trying to think of solutions here but there >> > have already been a couple of suggestions that no one seems to have >> > bothered to follow through on. Why not just humor us and provide the >> > debugging info that we're asking for? >> >> ........................ >> 3 the setup.log file (this mail) >> ...................................... >> >> Hope that helps >> BPatin > > > This setup.log doesn't show any install actions whatsoever. All it shows > is that you've downloaded a bunch of packages. > > I suspect this may have something to do with that "Cannot open setup.log > for writing" error message. Try running "c:\cygwin\bin\chmod a+w > setup.log setup.log.full" from a CMD prompt in "c:\cygwin\var\log" and > then re-running setup. Also, setup.log.full should contain more detailed > error messages after a failed setup run (beware -- that file is > overwritten on every run of setup). > Igor Igor, I've no setup.log created in /var/log in fact what I sent you was bullshit as it is only the result of my dowload as I see it (first time I'm really examining the internal of setup sorry, it works too well). Result is that there is no file in /var/log. Can be a real clue. BPatin From list-subscriber@hq.astra.ph Thu Nov 11 00:27:00 2004 From: list-subscriber@hq.astra.ph (Carlo Florendo) Date: Thu, 11 Nov 2004 00:27:00 -0000 Subject: on winXP sp2, setup loops forever when installing xorg-base In-Reply-To: <41905E66.4070907@hq.astra.ph> References: <41905E66.4070907@hq.astra.ph> Message-ID: <4192B2CB.7010304@hq.astra.ph> Carlo Florendo wrote: > Hello, > > I've tried installing cygwin with X on a Win-XP SP2 box. However, > installation stalls at 99% when installing some xorg packages. > > Message says: > > "Cannot open log file C:\cygwin/var/log/setup.log for writing" > Yes, the '\' and '/' are as is :) > Ok. As pointed out in previous mails, here's cygcheck.out. I was able to get this only since, as I've mentioned earlier, I could get to that machine only off-line. HTH. Best Regards, Carlo -- Carlo Florendo Astra Philippines Inc. www.astra.ph -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cygcheck.out URL: From bruno.patin@wanadoo.fr Thu Nov 11 00:42:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 00:42:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A82B.40205@wanadoo.fr> Message-ID: <4192B579.2030900@wanadoo.fr> Igor, I've tried to chmod directly the var directory thinking it could be the answer but it does not work. I block on the same file and that's all. I don't think sending you another cygcheck is really necessary. I'll find a way to follow what's going on in the setup app. Perhaps you have ideas ? BPatin From list-subscriber@hq.astra.ph Thu Nov 11 00:50:00 2004 From: list-subscriber@hq.astra.ph (Carlo Florendo) Date: Thu, 11 Nov 2004 00:50:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41905B63.4060500@sgies.com> References: <418F39AD.4000509@sgies.com> <41905B63.4060500@sgies.com> Message-ID: <4192B839.2090009@hq.astra.ph> Igor Pechtchanski wrote: > > On Thu, 11 Nov 2004, bruno patin wrote: > > Christopher Faylor wrote: > > > Also, I believe that Gerrit suggested sending the contents of the setup > > log files. > > > > [snip] > > > > I appreciate that you're trying to think of solutions here but there > > have already been a couple of suggestions that no one seems to have > > bothered to follow through on. Why not just humor us and provide the > > debugging info that we're asking for? > > ........................ > 3 the setup.log file (this mail) > ...................................... > Sorry, my previous reply was just noise since I replied to the message w/ the wrong subject header. The useful thing in it is cygcheck. My apologies. Here's cygcheck too. In any case, here's setup.log.bz2. (Compressed since it is greater than 100K) The WinXP SP2 machine is accessible to me off-line. Thus, the delay in the sending of these files. HTH. Best Regards, Carlo -- Carlo Florendo Astra Philippines Inc. www.astra.ph -------------- next part -------------- A non-text attachment was scrubbed... Name: setup.log.bz2 Type: application/octet-stream Size: 12975 bytes Desc: not available URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cygcheck.out URL: From pechtcha@cs.nyu.edu Thu Nov 11 01:19:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Thu, 11 Nov 2004 01:19:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <4192B839.2090009@hq.astra.ph> References: <418F39AD.4000509@sgies.com> <41905B63.4060500@sgies.com> <4192B839.2090009@hq.astra.ph> Message-ID: On Thu, 11 Nov 2004, Carlo Florendo wrote: > [snip] > In any case, here's setup.log.bz2. (Compressed since it is greater than > 100K) The WinXP SP2 machine is accessible to me off-line. Thus, the > delay in the sending of these files. Carlo, What did you do, exactly, on the last setup run? The log file shows that you installed the following packages: startup-notification-0.7-1 transfig-3.2.4-2 xorg-x11-bin-dlls-6.8.1.0-1 xorg-x11-devel-6.8.1.0-1 xorg-x11-fcyr-6.8.1.0-2 xorg-x11-fenc-6.8.1.0-2 xorg-x11-fscl-6.8.1.0-2 xorg-x11-fsrv-6.8.1.0-1 xorg-x11-libs-data-6.7.0.0-3 xorg-x11-man-pages-html-6.8.1.0-1 xorg-x11-nest-6.8.1.0-1 xorg-x11-vfb-6.8.1.0-1 (which means you've downgraded xorg-x11-lib-data). It also shows that the following postinstall scripts ran: xorg-x11-devel.sh xorg-x11-f100.sh xorg-x11-fcyr.sh xorg-x11-fenc.sh xorg-x11-fnts.sh xorg-x11-fscl.sh xorg-x11-libs-data.sh xorg-x11-xwin.sh which is odd, since you didn't reinstall xorg-x11-xwin or xorg-x11-f100 or xorg-x11-fnts. The previous run clearly shows setup installing xorg-x11-f100 and running the postinstall script for that package, so it should have renamed it to .done and not re-run it. Hmm, the fact that it attempts to reinstall packages, coupled with the fact that it's not renaming postinstall scripts properly, makes me wonder whether your Cygwin directory tree is writable by the user that performs the install. This would also be consistent with the "Cannot open c:\cygwin\var\log\setup.log for writing" message that others reported. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From cgf-no-personal-reply-please@cygwin.com Thu Nov 11 01:24:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 11 Nov 2004 01:24:00 -0000 Subject: Why Xming.exe? In-Reply-To: <1100125266.3896.8.camel@famine> References: <1100125266.3896.8.camel@famine> Message-ID: <20041111012406.GA6602@trixie.casa.cgf.cx> On Wed, Nov 10, 2004 at 11:21:07PM +0100, ?yvind Harboe wrote: >I saw Chris post, and I must admit I was a bit put off by it. > >I believe Xming.exe addresses some issues that should and could >be addressed by CygWin. > >Threatening to fire him(in public no less), is counterproductive, >unthankful and rude. I was not threatening to fire anyone. I was asking if Alexander was going to be devoting most of his time to this new endeavor and, if so, wondering whether we needed to find another maintainer for Cygwin/X. It sounded like he had some major plans for Xming. If Alexander says "No" (as I expect him to) then that's the end of it. If he's more interested in pursuing a native-windows version of X, then I guess we have a problem. >A fruitful discussion on Xming.exe could help enumerate what issues >Xming.exe addresses and how CygWin could grow to address them. You *do* know that there is a mingw mailing list specifically designed for MingGW applications, right? We don't discuss MinGW in the cygwin list. I don't see any reason why we should have to discuss MinGW here. I'll bet that the MinGW folks would not mind creating a MinGW/X mailing list just for this endeavor. However, on the off chance that I'm being hasty, why don't you give me a "for instance" of what you think a discussion of Xming would do to help Cygwin? From my point of view, it seems like it would be the other way around. It seems like there would be a lot of discussion about the best way to handle things in a native windows app that are already handled in the Cygwin DLL. This is what I see in the MinGW mailing list. cgf From cgf-no-personal-reply-please@cygwin.com Thu Nov 11 02:01:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 11 Nov 2004 02:01:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <4192B839.2090009@hq.astra.ph> References: <418F39AD.4000509@sgies.com> <41905B63.4060500@sgies.com> <4192B839.2090009@hq.astra.ph> Message-ID: <20041111020059.GB6876@trixie.casa.cgf.cx> On Thu, Nov 11, 2004 at 08:54:17AM +0800, Carlo Florendo wrote: >XFree86-base 4.3.0-11 >XFree86-bin 4.3.0-21 >XFree86-bin-icons 4.3.0-7 >XFree86-doc 4.3.0-2 >XFree86-etc 4.3.0-12 >XFree86-f100 4.3.0-2 >XFree86-fcyr 4.3.0-2 >XFree86-fenc 4.3.0-2 >XFree86-fnts 4.3.0-2 >XFree86-fscl 4.3.0-2 >XFree86-fsrv 4.3.0-9 >XFree86-html 4.3.0-10 >XFree86-jdoc 4.3.0-2 >XFree86-lib 4.3.0-3 >XFree86-lib-compat 4.3.0-2 >XFree86-man 4.3.0-10 >XFree86-nest 4.3.0-8 >XFree86-prog 4.3.0-21 >XFree86-prt 4.3.0-6 >XFree86-ps 4.3.0-2 >XFree86-startup-scripts 4.3.0-1 >XFree86-vfb 4.3.0-8 >XFree86-xserv 4.3.0-68 >XFree86-xwinclip 4.3.0-3 >[snip] >xorg-x11-base 6.8.1.0-1 >xorg-x11-bin 6.8.1.0-2 >xorg-x11-bin-dlls 6.8.1.0-1 >xorg-x11-bin-lndir 6.8.1.0-1 >xorg-x11-devel 6.8.1.0-1 >xorg-x11-etc 6.8.1.0-1 >xorg-x11-f100 6.8.1.0-3 >xorg-x11-fcyr 6.8.1.0-2 >xorg-x11-fenc 6.8.1.0-2 >xorg-x11-fnts 6.8.1.0-3 >xorg-x11-fscl 6.8.1.0-2 >xorg-x11-fsrv 6.8.1.0-1 >xorg-x11-libs-data 6.7.0.0-3 >xorg-x11-man-pages 6.8.1.0-1 >xorg-x11-man-pages-html 6.8.1.0-1 >xorg-x11-nest 6.8.1.0-1 >xorg-x11-vfb 6.8.1.0-1 >xorg-x11-xwin 6.8.1.0-5 It seems like you have a lot of XFree86 packages still installed. I have a couple of these in my installation but certainly not the number that I see above. I guess I'm a little confused now as to who's seeing what problem. I thought that you needed a clean install to duplicate this but the above obviously didn't come from a clean install. Igor, are you up to posting a summary of who's seen what problem and who's provided the requested feedback (setup.log, ps -ef, cygcheck)? cgf From gp@familiehaase.de Thu Nov 11 05:16:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Thu, 11 Nov 2004 05:16:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41927878.3080906@wanadoo.fr> References: <41927878.3080906@wanadoo.fr> Message-ID: <419282D1.6010304@familiehaase.de> bruno patin wrote: > Good evening again, > > install in two phases worked well. I can deinstall again and verify if > there is the problem again ? could it be useful ? > > joined : > an analysis of my system > the cygcheck result Please add -r to the cygcheck options for the registry scan. Gerrit -- =^..^= From list-subscriber@hq.astra.ph Thu Nov 11 05:48:00 2004 From: list-subscriber@hq.astra.ph (Carlo Florendo) Date: Thu, 11 Nov 2004 05:48:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <4192B839.2090009@hq.astra.ph> References: <418F39AD.4000509@sgies.com> <41905B63.4060500@sgies.com> <4192B839.2090009@hq.astra.ph> Message-ID: <4192FE22.2030204@hq.astra.ph> Igor Pechtchanski wrote: > What did you do, exactly, on the last setup run? The log file shows that > you installed the following packages: > > > startup-notification-0.7-1 > transfig-3.2.4-2 > xorg-x11-bin-dlls-6.8.1.0-1 > xorg-x11-devel-6.8.1.0-1 > xorg-x11-fcyr-6.8.1.0-2 > xorg-x11-fenc-6.8.1.0-2 > xorg-x11-fscl-6.8.1.0-2 > xorg-x11-fsrv-6.8.1.0-1 > xorg-x11-libs-data-6.7.0.0-3 > xorg-x11-man-pages-html-6.8.1.0-1 > xorg-x11-nest-6.8.1.0-1 > xorg-x11-vfb-6.8.1.0-1 > Hmmm. what I did was to install cygwin without any xorg. After the successful installation, I installed the xorg packages (as specified in the xorg-base README) via setup once again. IIRC, I do not remember clicking the buttons that would change the install versions. > > (which means you've downgraded xorg-x11-lib-data). It also shows that > the > following postinstall scripts ran: > > > xorg-x11-devel.sh > xorg-x11-f100.sh > xorg-x11-fcyr.sh > xorg-x11-fenc.sh > xorg-x11-fnts.sh > xorg-x11-fscl.sh > xorg-x11-libs-data.sh > xorg-x11-xwin.sh > > > which is odd, since you didn't reinstall xorg-x11-xwin or > xorg-x11-f100 or > xorg-x11-fnts. The previous run clearly shows setup installing > xorg-x11-f100 and running the postinstall script for that package, so it > should have renamed it to .done and not re-run it. I did install xorg *after* installing cygwin minus xorg. > > > Hmm, the fact that it attempts to reinstall packages, coupled with the > fact that it's not renaming postinstall scripts properly, makes me wonder > whether your Cygwin directory tree is writable by the user that performs > the install. This would also be consistent with the "Cannot open > c:\cygwin\var\log\setup.log for writing" message that others reported. > Igor I was logged as a user under the administrator's group when I did the install. I've gotten hold of the WinXP SP2 Machine now, on line! I'll uninstall everything and try to reproduce the error once more. I'll run ps and cygcheck at the point where it stalls and provide as much detail as possible. Thanks! Best Regards, Carlo -- Carlo Florendo Astra Philippines Inc. www.astra.ph From list-subscriber@hq.astra.ph Thu Nov 11 05:55:00 2004 From: list-subscriber@hq.astra.ph (Carlo Florendo) Date: Thu, 11 Nov 2004 05:55:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <4192FE22.2030204@hq.astra.ph> References: <418F39AD.4000509@sgies.com> <41905B63.4060500@sgies.com> <4192B839.2090009@hq.astra.ph> <4192FE22.2030204@hq.astra.ph> Message-ID: <4192FFB4.5060809@hq.astra.ph> Christopher Faylor wrote: > It seems like you have a lot of XFree86 packages still installed. > I have a couple of these in my installation but certainly not the > number that I see above. Yes. I did it after installing cygwin minus xorg. Regarding the (version) numbers, I don't remember choosing other versions besides the ones indicated by default at setup. > > I guess I'm a little confused now as to who's seeing what problem. > I thought that you needed a clean install to duplicate this but the > above obviously didn't come from a clean install. I'll be doing a clean uninstall and reinstall in a short while. Thank you cygwin people for doing such a great job at cygwin! I'm seeing this not as a problem (Really!!!) but another exciting episode of the wonders of open source software and open-source collaboration. Thank you! Cygwin Rocks! -- Carlo Florendo Astra Philippines Inc. www.astra.ph From oyvind.harboe@zylin.com Thu Nov 11 07:49:00 2004 From: oyvind.harboe@zylin.com (=?ISO-8859-1?Q?=D8yvind?= Harboe) Date: Thu, 11 Nov 2004 07:49:00 -0000 Subject: Why Xming.exe? Message-ID: <1100159387.4499.57.camel@famine> First of all: I love CygWin! If I didn't, I would not passionatly dive into this discussion. :-) Here are a couple of reasons why I think a discussion of Xming.exe can bring something to CygWin. Basically, I believe that the Xming.exe would never have seen the light of day if if all was well with CygWin. It is a cry for help. Also, I believe the next useful solution to the set of problems that CygWin is facing is non-local. I think it is in the interest of CygWin to allow discussions and hacks to wander somewhat freely. If you stomp out this discussion, you are going to make people look elsewhere for a solution to "the CygWin mess". See bottom of this message for what I mean. Some issues that CygWin could address to make Xming.exe moot: - Side-by-side install. There is a need for e.g. SSH + and an X server in a single package that is easily deployable. This package *must* be unaffected by updates to CygWin. This would of course not be uniquely useful for X server, but would be useful for e.g. multiple independent GCC toolchains used for embedded development. E.g. its more than once that CygWin updates have broken http://sources.redhat.com/ecos tools, without bringing any new features or improvements for those tools. The many examples of cygwin1.dll being distributed along with various applications, is further evidence of this need(which is contrary to the CygWin license, BTW). - Side-by-side means CygWin next to CygWin, and CygWin next to any Windows program. - It is currently impossible for the casual programmer to debug CygWin X using GDB. See http://cygwin.com/ml/cygwin-xfree/2004-10/msg00159.html - CygWin is a pain to install. It takes long to download(many files more than size with a broad connection), takes long to install and many things can and do go wrong. - CygWin messes with Windows environment variables, breaking other programs. - CygWin is broken by other programs using the Windows environment variables. - CygWin is always in motion. There is no "CygWin distribution version" like the Linux distributions operate with. There is no way to install "a specific old boring CygWin" to run some tools that never change. --- ever-so-slightly off topic :-) --- Could I delete CygWin? What I would need in it is place was the ability for Windows programs to interface to Linux programs. Where those programs run(under Linux or under Windows) is somewhat secondary. If I could somehow tell the Windows programs to talk to a Linux box (http://www.colinux.org or a real Linux box) as if those Linux programs ran under Windows, then it would do the trick. http://www.colinux.org is an interesting case, because they pretty much support side-by-side installs already. The Windows programs that need to interface to the Linux programs only talk to those programs through the following mechanisms: - stdin/stdout/stderr - ctrl-c to abort applications(there is a name for this communication channel, but I don't know what it is). - current directory - files (from Windows to Linux box and vice versa). - console (What did I leave out?) Below is an a rough idea on how this might be solved: - create a Windows filing system that makes the Linux box filing system available through e.g. a drive letter. This filing system is different from Samba. This filing system talks to the Linux box using SSH, say. - when Windows is accessing a Linux executable via this filing system, it does not serve up the Linux executable. Instead it serves up a Windows executable. This Windows executable uses, say, SSH to communicate with the Linux box to execute the command. Lets call this executable an SSH-Proxy. - The Linux box needs to be able to see the files on the Windows machine. Mechanism TBD. The SSH-Proxy knows how to translate from a Windows filename to the Linux filename. It uses this capability to set the current directory before executing the Linux command. - The SSH-Proxy tells the Linux box about the limitations of the Windows console. Example: - On the Windows machine the root of the Linux box is accessible via the drive letter e:\ - e:\etc maps to /etc, e:\usr to /usr, etc. - e:\exec is special. It does not map to /exec. Instead it is used in execution of programs that are in the path, as shown below. - On the Linux box, there is an equivalent of "/cygdrive", which I'll call "/windows" To grep my local harddrive I would: c:\bar> e:\exec\grep -r foo * On the Linux box, this would actually be executed as: oharboe@lair /windows/c/bar $ grep -r foo * -- ?yvind Harboe http://www.zylin.com From list-subscriber@hq.astra.ph Thu Nov 11 07:54:00 2004 From: list-subscriber@hq.astra.ph (Carlo Florendo) Date: Thu, 11 Nov 2004 07:54:00 -0000 Subject: [SOLVED - mysteriously...not quite] Re: xorg installation fails, 99% complete only In-Reply-To: <4192FFB4.5060809@hq.astra.ph> References: <418F39AD.4000509@sgies.com> <41905B63.4060500@sgies.com> <4192B839.2090009@hq.astra.ph> <4192FE22.2030204@hq.astra.ph> <4192FFB4.5060809@hq.astra.ph> Message-ID: <41931BAC.2060407@hq.astra.ph> Carlo Florendo wrote: > Christopher Faylor wrote: > >> It seems like you have a lot of XFree86 packages still installed. >> I have a couple of these in my installation but certainly not the >> number that I see above. > > > Yes. I did it after installing cygwin minus xorg. Regarding the > (version) numbers, I don't remember choosing other versions besides > the ones indicated by default at setup. > >> >> I guess I'm a little confused now as to who's seeing what problem. >> I thought that you needed a clean install to duplicate this but the >> above obviously didn't come from a clean install. > > > I'll be doing a clean uninstall and reinstall in a short while. > Thank you cygwin people for doing such a great job at cygwin! I'm > seeing this not as a problem (Really!!!) but another exciting episode > of the wonders of open source software and open-source collaboration. > Thank you! > > Cygwin Rocks! > I tried to reproduce the problem on the WinXP SP2 machine in question and I was unsuccessful in reproducing it... Cygwin installed like a charm =) Now, I don't know why such is the case. Hmmm...To tell the truth, I was actually asking someone to follow instructions from me, (i.e. press this button, select "Unix", click ok, etc.). However, when I myself tried do a fresh uninstall and fresh install, all worked well. In any case, I'm now attaching cygcheck.out and setup.log (compressed) so the experts could point out what difference it had with my previous posting of cygcheck.out and setup.log, My suspicion is that the one whom I asked to install cygwin did something else that she didn't tell me....(What I saw when she was installing cygwin was the "99% completed" on xorg that never stopped. This, I verified with my eyes. On her following my instructions, I didn't see it with my own eyes. She just said she did.) Sheesh...sorry for all these noise for the past 3 days. Thank you to all you cygwin developers. Cygwin Rocks! Best Regards, Carlo -- Carlo Florendo Astra Philippines Inc. www.astra.ph From list-subscriber@hq.astra.ph Thu Nov 11 07:56:00 2004 From: list-subscriber@hq.astra.ph (Carlo Florendo) Date: Thu, 11 Nov 2004 07:56:00 -0000 Subject: [SOLVED - mysteriously...not quite] Re: xorg installation fails, 99% complete only In-Reply-To: <41931BAC.2060407@hq.astra.ph> References: <418F39AD.4000509@sgies.com> <41905B63.4060500@sgies.com> <4192B839.2090009@hq.astra.ph> <4192FE22.2030204@hq.astra.ph> <4192FFB4.5060809@hq.astra.ph> <41931BAC.2060407@hq.astra.ph> Message-ID: <41931C13.1060102@hq.astra.ph> Sorry, here's cygcheck and setup.log Carlo Florendo wrote: > Carlo Florendo wrote: > >> Christopher Faylor wrote: >> >>> It seems like you have a lot of XFree86 packages still installed. >>> I have a couple of these in my installation but certainly not the >>> number that I see above. >> >> >> >> Yes. I did it after installing cygwin minus xorg. Regarding the >> (version) numbers, I don't remember choosing other versions besides >> the ones indicated by default at setup. >> >>> >>> I guess I'm a little confused now as to who's seeing what problem. >>> I thought that you needed a clean install to duplicate this but the >>> above obviously didn't come from a clean install. >> >> >> >> I'll be doing a clean uninstall and reinstall in a short while. >> Thank you cygwin people for doing such a great job at cygwin! I'm >> seeing this not as a problem (Really!!!) but another exciting episode >> of the wonders of open source software and open-source >> collaboration. Thank you! >> >> Cygwin Rocks! >> > I tried to reproduce the problem on the WinXP SP2 machine in question > and I was unsuccessful in reproducing it... > > Cygwin installed like a charm =) > > Now, I don't know why such is the case. > Hmmm...To tell the truth, I was actually asking someone to follow > instructions from me, (i.e. press this button, select "Unix", click > ok, etc.). However, when I myself tried do a fresh uninstall and > fresh install, all worked well. > In any case, I'm now attaching cygcheck.out and setup.log (compressed) > so the experts could point out what difference it had with my previous > posting of cygcheck.out and setup.log, > > My suspicion is that the one whom I asked to install cygwin did > something else that she didn't tell me....(What I saw when she was > installing cygwin was the "99% completed" on xorg that never stopped. > This, I verified with my eyes. On her following my instructions, I > didn't see it with my own eyes. She just said she did.) > > Sheesh...sorry for all these noise for the past 3 days. > Thank you to all you cygwin developers. > > Cygwin Rocks! > > > Best Regards, > > Carlo > -- Carlo Florendo Astra Philippines Inc. www.astra.ph -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cyg.out URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: setup.log.bz2 Type: application/octet-stream Size: 10472 bytes Desc: not available URL: From bruno.patin@wanadoo.fr Thu Nov 11 10:17:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 10:17:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A82B.40205@wanadoo.fr> Message-ID: <41933C10.9030706@wanadoo.fr> second file -------------- next part -------------- A non-text attachment was scrubbed... Name: setupfull2.txt.bz2 Type: application/octet-stream Size: 37445 bytes Desc: not available URL: From bruno.patin@wanadoo.fr Thu Nov 11 10:17:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 10:17:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A82B.40205@wanadoo.fr> Message-ID: <41933C31.7000108@wanadoo.fr> the third -------------- next part -------------- A non-text attachment was scrubbed... Name: setupfull3.txt.bz2 Type: application/octet-stream Size: 40942 bytes Desc: not available URL: From bruno.patin@wanadoo.fr Thu Nov 11 10:18:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 10:18:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A82B.40205@wanadoo.fr> Message-ID: <41933C51.8090909@wanadoo.fr> the last -------------- next part -------------- A non-text attachment was scrubbed... Name: setupfull4.txt.bz2 Type: application/octet-stream Size: 41534 bytes Desc: not available URL: From bruno.patin@wanadoo.fr Thu Nov 11 10:24:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 10:24:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A82B.40205@wanadoo.fr> Message-ID: <41933DB1.2020000@wanadoo.fr> (As I had problems sending this mail, you'll receive it as the last one, excuse me, there is only the setup.log, before you have the three last compressed part of the setup full and after the first part) Good morning this time, Ok I'm here again. The situation. The problem occurs when I do a complete install of cygwin. It blocks every time on the same load (see before). Wen cancelling, no setup.log is created (I think it is normal as there is no post install made). If after this first failed install I do a setup with only the X11 package there, then it goes to the end of install and here is the setup.log and the first of four compressed part of a setup.log.full (because of the size as you know). Following, the last three part. BPatin -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: setup.log URL: From bruno.patin@wanadoo.fr Thu Nov 11 10:25:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 10:25:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A82B.40205@wanadoo.fr> Message-ID: <41933DF4.4080203@wanadoo.fr> the first -------------- next part -------------- A non-text attachment was scrubbed... Name: setupfull1.txt.bz2 Type: application/octet-stream Size: 43316 bytes Desc: not available URL: From alexander.gottwald@s1999.tu-chemnitz.de Thu Nov 11 10:39:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 11 Nov 2004 10:39:00 -0000 Subject: Why Xming.exe? In-Reply-To: <20041110212957.GA19984@trixie.casa.cgf.cx> References: <1100114979.3359.25.camel@famine> <20041110212957.GA19984@trixie.casa.cgf.cx> Message-ID: On Wed, 10 Nov 2004, Christopher Faylor wrote: > On Wed, Nov 10, 2004 at 09:02:53PM +0100, Alexander Gottwald wrote: > >On Wed, 10 Nov 2004, ?yvind Harboe wrote: > >>* There are two many options and questions with CygWin. I imagine that > >>Xming.exe can come with a ~"zero questions" installer. > > > >This is the main reason. There is still some work to do but I plan on > >having all defaults in Xming depend on the installation dir of Xming. > > Er, I guess it's time I stepped in, then. > > Since the name of this mailing list is "cygwin-xfree" and the site you > are using is cygwin.com, I would not expect too much traffic here > regarding non-cygwin solutions. > > This *has* come up before and I think I'm being pretty consistent here. Yes, this is right. If the port evolves and is more usable I'll search a new home for it (most likely freedesktop.org). Currently only ??yvind and I were discussing things and this can be easily done by personal mail. > Alexander, if you are going to be devoting a lot of time to this project > from now on do we need to find a Cygwin/X maintainer? My #1 priority i clearly Cygwin/X. The mingw port is just a sideeffect of the development for Cygwin/X. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From davidf@sjsoft.com Thu Nov 11 10:53:00 2004 From: davidf@sjsoft.com (David Fraser) Date: Thu, 11 Nov 2004 10:53:00 -0000 Subject: Why Xming.exe? In-Reply-To: References: <1100114979.3359.25.camel@famine> <20041110212957.GA19984@trixie.casa.cgf.cx> Message-ID: <419344B2.70705@sjsoft.com> Alexander Gottwald wrote: >On Wed, 10 Nov 2004, Christopher Faylor wrote: > > > >>On Wed, Nov 10, 2004 at 09:02:53PM +0100, Alexander Gottwald wrote: >> >> >>>On Wed, 10 Nov 2004, ?yvind Harboe wrote: >>> >>> >>>>* There are two many options and questions with CygWin. I imagine that >>>>Xming.exe can come with a ~"zero questions" installer. >>>> >>>> >>>This is the main reason. There is still some work to do but I plan on >>>having all defaults in Xming depend on the installation dir of Xming. >>> >>> >>Er, I guess it's time I stepped in, then. >> >>Since the name of this mailing list is "cygwin-xfree" and the site you >>are using is cygwin.com, I would not expect too much traffic here >>regarding non-cygwin solutions. >> >>This *has* come up before and I think I'm being pretty consistent here. >> >> > >Yes, this is right. If the port evolves and is more usable I'll search a new >home for it (most likely freedesktop.org). Currently only ??yvind and I were >discussing things and this can be easily done by personal mail. > > Alexander, I'd love to be kept informed of developments so I think it would be great if this could be done on a mailing list ... I'm sure the majority of cygwin-xfree subscribers wouldn't mind a bit of discussion here until a new home is found ... David From chkratzer@hotmail.com Thu Nov 11 11:31:00 2004 From: chkratzer@hotmail.com (Christian Kratzer) Date: Thu, 11 Nov 2004 11:31:00 -0000 Subject: Keyboard unkown Message-ID: Hello, My keyboard is not recognize. Here are the reference. (--) winConfigKeyboard - Layout: "0000100C" (0000100c) (EE) Keyboardlayout "Swiss French" (0000100C) is unknown. With the following version. Release: 6.8.1.0-5 _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.com/ From bobbymcn@bellsouth.net Thu Nov 11 11:53:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Thu, 11 Nov 2004 11:53:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41933DF4.4080203@wanadoo.fr> Message-ID: Freezing back under SP2. Here is the ps and cygcheck. -------------- next part -------------- A non-text attachment was scrubbed... Name: cygcheck.out Type: application/octet-stream Size: 4013 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ps.out Type: application/octet-stream Size: 1722 bytes Desc: not available URL: From bobbymcn@bellsouth.net Thu Nov 11 11:58:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Thu, 11 Nov 2004 11:58:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: Message-ID: It should be noted I'm using a Celeron 1.2 GB. Windows Professional. Service pack #2 has security features in it, and this could be one of them (not allowing Xorg server run) -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com]On Behalf Of Bobby McNulty Sent: Thursday, November 11, 2004 5:53 AM To: cygwin-xfree@cygwin.com Subject: RE: xorg installation fails, 99% complete only Freezing back under SP2. Here is the ps and cygcheck. From bruno.patin@wanadoo.fr Thu Nov 11 12:15:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 12:15:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A82B.40205@wanadoo.fr> Message-ID: <419357D4.9000704@wanadoo.fr> Last experiment, I use the ollydbg tool in order to begin to see what is the problem inside setup. It traps also the debug messae of setup and one ofit consists of saying (as it is given by this tool) : "failed too open cygfile:///usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README for writing" I'm examining the tool in order to know how to associate the src files to the debug tool. As it is a little long to do any experiment it will tae me a little time to gie more infos. I also joined again the cygcheck. I verified it is exactly the same running the setup or not (only the time of it) BPatin -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cygcheck.out.setup URL: From gp@familiehaase.de Thu Nov 11 12:20:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Thu, 11 Nov 2004 12:20:00 -0000 Subject: [SOLVED - mysteriously...not quite] Re: xorg installation fails, 99% complete only In-Reply-To: <41931BAC.2060407@hq.astra.ph> References: <418F39AD.4000509@sgies.com> <41905B63.4060500@sgies.com> <4192B839.2090009@hq.astra.ph> <4192FE22.2030204@hq.astra.ph> <4192FFB4.5060809@hq.astra.ph> <41931BAC.2060407@hq.astra.ph> Message-ID: <41931DA3.9030807@familiehaase.de> Carlo Florendo wrote: >> Cygwin Rocks! Yes. > I tried to reproduce the problem on the WinXP SP2 machine in question > and I was unsuccessful in reproducing it... > > Cygwin installed like a charm =) > > Now, I don't know why such is the case. > Hmmm...To tell the truth, I was actually asking someone to follow > instructions from me, (i.e. press this button, select "Unix", click ok, > etc.). However, when I myself tried do a fresh uninstall and fresh > install, all worked well. Fresh install... how fresh is fresh? Maybe there remains some registry key after an uninstall? > In any case, I'm now attaching cygcheck.out and setup.log (compressed) > so the experts could point out what difference it had with my previous > posting of cygcheck.out and setup.log, I could see no significant difference there. > My suspicion is that the one whom I asked to install cygwin did > something else that she didn't tell me....(What I saw when she was > installing cygwin was the "99% completed" on xorg that never stopped. > This, I verified with my eyes. On her following my instructions, I > didn't see it with my own eyes. She just said she did.) Gerrit -- =^..^= From alexander.gottwald@s1999.tu-chemnitz.de Thu Nov 11 12:32:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 11 Nov 2004 12:32:00 -0000 Subject: Why Xming.exe? In-Reply-To: <419344B2.70705@sjsoft.com> References: <1100114979.3359.25.camel@famine> <20041110212957.GA19984@trixie.casa.cgf.cx> <419344B2.70705@sjsoft.com> Message-ID: On Thu, 11 Nov 2004, David Fraser wrote: > Alexander, I'd love to be kept informed of developments so I think it > would be great if this could be done on a mailing list ... I'm sure the > majority of cygwin-xfree subscribers wouldn't mind a bit of discussion > here until a new home is found ... I'll post them to win32-x11@sources.redhat.com. See http://sources.redhat.com/win32-x11 for subscription details bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From gp@familiehaase.de Thu Nov 11 12:36:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Thu, 11 Nov 2004 12:36:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <418F39AD.4000509@sgies.com> <41905B63.4060500@sgies.com> <4192B839.2090009@hq.astra.ph> Message-ID: <41931BA9.7050503@familiehaase.de> Igor Pechtchanski wrote: > On Thu, 11 Nov 2004, Carlo Florendo wrote: > >> [snip] >> In any case, here's setup.log.bz2. (Compressed since it is greater than >> 100K) The WinXP SP2 machine is accessible to me off-line. Thus, the >> delay in the sending of these files. [...] > Hmm, the fact that it attempts to reinstall packages, coupled with the > fact that it's not renaming postinstall scripts properly, makes me wonder > whether your Cygwin directory tree is writable by the user that performs > the install. This would also be consistent with the "Cannot open > c:\cygwin\var\log\setup.log for writing" message that others reported. IIRC, Bruno said that he is in the Administrator group, should'nt this be sufficient? Gerrit -- =^..^= From gp@familiehaase.de Thu Nov 11 12:37:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Thu, 11 Nov 2004 12:37:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <4192A7AD.2000203@wanadoo.fr> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> Message-ID: <41931BF8.4030306@familiehaase.de> bruno patin wrote: > Ok there the status > As already stated a loop somewhere that consume memory with time when > installing /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.README > the joined files: > 1 cygcheck.txt (this mail) This is perhaps a problem: TEMP = `C:\DOCUME~1\bruno\LOCALS~1\Temp' TMP = `C:\DOCUME~1\bruno\LOCALS~1\Temp' TEMP = `c:\DOCUME~1\ericson\LOCALS~1\Temp' TMP = `c:\DOCUME~1\ericson\LOCALS~1\Temp' Plese try setting TEMP and TMP in the Windows global environment to some PATH without spaces in it, eg.: TEMP=c:\TEMP TMP=/tmp Gerrit -- =^..^= From bruno.patin@wanadoo.fr Thu Nov 11 12:38:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 12:38:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A82B.40205@wanadoo.fr> Message-ID: <41935D27.4060402@wanadoo.fr> following the work I can say there are two messages and that they are issued in the logFile.cc file of setup and thee messages are numbered : first : "LOG : 1 Installing file cygfile...." second "LOG : 2 (see my last mail)" hope that helps BPatin From bruno.patin@wanadoo.fr Thu Nov 11 13:38:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 13:38:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41931BF8.4030306@familiehaase.de> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> Message-ID: <41936B45.7020900@wanadoo.fr> Gerrit P. Haase wrote: > bruno patin wrote: > >> Ok there the status >> As already stated a loop somewhere that consume memory with time when >> installing /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.README >> the joined files: >> 1 cygcheck.txt (this mail) > > > This is perhaps a problem: > TEMP = `C:\DOCUME~1\bruno\LOCALS~1\Temp' > TMP = `C:\DOCUME~1\bruno\LOCALS~1\Temp' > > TEMP = `c:\DOCUME~1\ericson\LOCALS~1\Temp' > TMP = `c:\DOCUME~1\ericson\LOCALS~1\Temp' > > Plese try setting TEMP and TMP in the Windows global environment to > some PATH without spaces in it, eg.: > TEMP=c:\TEMP > TMP=/tmp > > Gerrit will do as asked but I'm inside the debug session of ollydbg on the problem point. As I do not know really well the tool I did not find at this point how to associate the src files so ... I'm using the assmbly code and beside the setup source code. From this point I will do another run n ten to twenty mns using the new def of tmp and temp. BPatin From gerrit@familiehaase.de Thu Nov 11 14:08:00 2004 From: gerrit@familiehaase.de (Gerrit P. Haase) Date: Thu, 11 Nov 2004 14:08:00 -0000 Subject: Mozilla ready compiled, but not operational Message-ID: <4193724E.9040208@familiehaase.de> Hi, I have some mozilla binaries, the application starts and the usual window is displayed, but it does nothing, if an URL is entered in the address bar and I hit enter, nothing happens, menus are displayed ok, but clicking on an entry does nothin, tooltips are not working or not visible, there is only a minimal balloon displayed. The GTKMozEmbed test application is working fine and I can browse websites with it. What may be the problem with the mozilla application? Who is interested to help debugging this? Gerrit -- =^..^= From bruno.patin@wanadoo.fr Thu Nov 11 14:14:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 14:14:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41931BF8.4030306@familiehaase.de> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> Message-ID: <419373BE.3010901@wanadoo.fr> Gerrit P. Haase wrote: > bruno patin wrote: > >> Ok there the status >> As already stated a loop somewhere that consume memory with time when >> installing /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.README >> the joined files: >> 1 cygcheck.txt (this mail) > > > This is perhaps a problem: > TEMP = `C:\DOCUME~1\bruno\LOCALS~1\Temp' > TMP = `C:\DOCUME~1\bruno\LOCALS~1\Temp' > > TEMP = `c:\DOCUME~1\ericson\LOCALS~1\Temp' > TMP = `c:\DOCUME~1\ericson\LOCALS~1\Temp' > > Plese try setting TEMP and TMP in the Windows global environment to > some PATH without spaces in it, eg.: > TEMP=c:\TEMP > TMP=/tmp > > > Gerrit Gerrit, I was thinking of something. I would be surprised that my test with different TMP variables could work because they work for all the packages before. Could it be more something like trying to open more than the permitted number of files ? when trying at this step to open one more handler, setup would fail go into a continuable exception not releasing the memory associated with this corrupted handler and trying again consuming memory ? Is it ridiculous ? Bruno From bruno.patin@wanadoo.fr Thu Nov 11 14:20:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 14:20:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41931BF8.4030306@familiehaase.de> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> Message-ID: <4193751E.3000206@wanadoo.fr> Gerrit P. Haase wrote: > bruno patin wrote: > >> Ok there the status >> As already stated a loop somewhere that consume memory with time when >> installing /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.README >> the joined files: >> 1 cygcheck.txt (this mail) > > > This is perhaps a problem: > TEMP = `C:\DOCUME~1\bruno\LOCALS~1\Temp' > TMP = `C:\DOCUME~1\bruno\LOCALS~1\Temp' > > TEMP = `c:\DOCUME~1\ericson\LOCALS~1\Temp' > TMP = `c:\DOCUME~1\ericson\LOCALS~1\Temp' > > Plese try setting TEMP and TMP in the Windows global environment to > some PATH without spaces in it, eg.: > TEMP=c:\TEMP > TMP=/tmp > > > Gerrit ok I've done it, it did not work. I'll try something else. I will remove one and only one unitary package in order to see if I block on the same file. If not I will assume my hypothesis based on the number of file opened could be a good one. Bruno From alexander.gottwald@s1999.tu-chemnitz.de Thu Nov 11 14:22:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 11 Nov 2004 14:22:00 -0000 Subject: Keyboard unkown In-Reply-To: References: Message-ID: On Thu, 11 Nov 2004, Christian Kratzer wrote: > Hello, > > My keyboard is not recognize. > Here are the reference. > (--) winConfigKeyboard - Layout: "0000100C" (0000100c) > (EE) Keyboardlayout "Swiss French" (0000100C) is unknown. I've added it. the next release will include it. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From bruno.patin@wanadoo.fr Thu Nov 11 14:24:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 14:24:00 -0000 Subject: Mozilla ready compiled, but not operational In-Reply-To: <4193724E.9040208@familiehaase.de> References: <4193724E.9040208@familiehaase.de> Message-ID: <41937606.2030405@wanadoo.fr> Gerrit P. Haase wrote: > Hi, > > I have some mozilla binaries, the application starts and the usual > window is displayed, but it does nothing, if an URL is entered in the > address bar and I hit enter, nothing happens, menus are displayed ok, > but clicking on an entry does nothin, tooltips are not working or not > visible, there is only a minimal balloon displayed. The GTKMozEmbed > test application is working fine and I can browse websites with it. > > What may be the problem with the mozilla application? > > Who is interested to help debugging this? > > > Gerrit Why not but beware, I do not know the internals of mozilla that well (notat all in fact, only reading what something like linux mag could write). What do you want me to do ? Don't forget I have no operational cygwin working at this step as I'm working on the install problem and each test is a long one. Bruno From bruno.patin@wanadoo.fr Thu Nov 11 14:55:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 14:55:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41931BF8.4030306@familiehaase.de> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> Message-ID: <41937D32.3070407@wanadoo.fr> Gerrit P. Haase wrote: > bruno patin wrote: > >> Ok there the status >> As already stated a loop somewhere that consume memory with time when >> installing /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.README >> the joined files: >> 1 cygcheck.txt (this mail) > > > This is perhaps a problem: > TEMP = `C:\DOCUME~1\bruno\LOCALS~1\Temp' > TMP = `C:\DOCUME~1\bruno\LOCALS~1\Temp' > > TEMP = `c:\DOCUME~1\ericson\LOCALS~1\Temp' > TMP = `c:\DOCUME~1\ericson\LOCALS~1\Temp' > > Plese try setting TEMP and TMP in the Windows global environment to > some PATH without spaces in it, eg.: > TEMP=c:\TEMP > TMP=/tmp > > > Gerrit I was right, deleting only one file of the list of file to install meant the ability to write one more file on the disk (in my case I'm now blocked on the xorg-x11-fsrv-6.8.1.0.README. I do nt hink that it is a problem specific to xorg. xorg unhappily was in the last packages to be installed. Ami I right ? It would mean that this thread is not well placed in the xfree list. Bruno From bruno.patin@wanadoo.fr Thu Nov 11 15:00:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 15:00:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41931BF8.4030306@familiehaase.de> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> Message-ID: <41937E7A.1000008@wanadoo.fr> Gerrit P. Haase wrote: > bruno patin wrote: > >> Ok there the status >> As already stated a loop somewhere that consume memory with time when >> installing /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.README >> the joined files: >> 1 cygcheck.txt (this mail) > > > This is perhaps a problem: > TEMP = `C:\DOCUME~1\bruno\LOCALS~1\Temp' > TMP = `C:\DOCUME~1\bruno\LOCALS~1\Temp' > > TEMP = `c:\DOCUME~1\ericson\LOCALS~1\Temp' > TMP = `c:\DOCUME~1\ericson\LOCALS~1\Temp' > > Plese try setting TEMP and TMP in the Windows global environment to > some PATH without spaces in it, eg.: > TEMP=c:\TEMP > TMP=/tmp > > > Gerrit something I forgot, the number of handler increases at the same speed as the memory. I suspect that this resource is not released when exiting setup because when doing my experiments my computer is being slower and slower. Bruno From cgf-no-personal-reply-please@cygwin.com Thu Nov 11 15:06:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 11 Nov 2004 15:06:00 -0000 Subject: Why Xming.exe? In-Reply-To: References: <1100114979.3359.25.camel@famine> <20041110212957.GA19984@trixie.casa.cgf.cx> Message-ID: <20041111150605.GA12500@trixie.casa.cgf.cx> On Thu, Nov 11, 2004 at 11:38:51AM +0100, Alexander Gottwald wrote: >On Wed, 10 Nov 2004, Christopher Faylor wrote: > >> On Wed, Nov 10, 2004 at 09:02:53PM +0100, Alexander Gottwald wrote: >> >On Wed, 10 Nov 2004, ?yvind Harboe wrote: >> >>* There are two many options and questions with CygWin. I imagine that >> >>Xming.exe can come with a ~"zero questions" installer. >> > >> >This is the main reason. There is still some work to do but I plan on >> >having all defaults in Xming depend on the installation dir of Xming. >> >> Er, I guess it's time I stepped in, then. >> >> Since the name of this mailing list is "cygwin-xfree" and the site you >> are using is cygwin.com, I would not expect too much traffic here >> regarding non-cygwin solutions. >> >> This *has* come up before and I think I'm being pretty consistent here. > >Yes, this is right. If the port evolves and is more usable I'll search a new >home for it (most likely freedesktop.org). Currently only ?yvind and I were >discussing things and this can be easily done by personal mail. > >> Alexander, if you are going to be devoting a lot of time to this project >> from now on do we need to find a Cygwin/X maintainer? > >My #1 priority i clearly Cygwin/X. The mingw port is just a sideeffect of the >development for Cygwin/X. Thank you for clarifying and, especially, thank you for taking my email in the spirit in which it was intended. cgf From cgf-no-personal-reply-please@cygwin.com Thu Nov 11 15:30:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 11 Nov 2004 15:30:00 -0000 Subject: Why Xming.exe? In-Reply-To: <1100159387.4499.57.camel@famine> References: <1100159387.4499.57.camel@famine> Message-ID: <20041111153048.GF12133@trixie.casa.cgf.cx> On Thu, Nov 11, 2004 at 08:49:48AM +0100, ?yvind Harboe wrote: >First of all: I love CygWin! > >If I didn't, I would not passionatly dive into this discussion. :-) > >Here are a couple of reasons why I think a discussion of >Xming.exe can bring something to CygWin. > >Basically, I believe that the Xming.exe would never have seen the >light of day if if all was well with CygWin. It is a cry for help. Not a rationale for discussing MinGW projects on a Cygwin list. The MinGW project came about due to the Cygwin project. The MinGW project has a separate mailing list. And, they created the mailing list themselves without offering specious arguments about why they should be able to keep discussing things in the Cygwin list. >Also, I believe the next useful solution to the set of problems that >CygWin is facing is non-local. I think it is in the interest of CygWin >to allow discussions and hacks to wander somewhat freely. This is just more of "I think it would be nice". >Some issues that CygWin could address to make Xming.exe moot: > >- Side-by-side install. There is a need for e.g. SSH + and an X >server in a single package that is easily deployable. This is not a goal of Cygwin any more than it is a goal of Red Hat Linux to be easily deployable with SuSE. This has come up repeatedly in the main list. Maybe you should do some research before you start suggesting things that have already been beaten to death. It is not that hard to install a Cygwin/X/SSH package into an existing cygwin installation. It just requires care. The problem is that no one wants to take the time to do things carefully. Everyone wants to use a simple tar ball or a simple copy to the main disk and have things work. That is not going to work but having an installer which first checked the cygwin version and the cygwin layout and then installed things into that would work. The installer could optionally install the cygwin DLL if required. The problem is that it seems that every single person who whines about needing two versions of cygwin on the same computer lacks either the ability or the concentration to be able to figure out how to do this. Given that no one has stepped forward to provide tools for doing this, I am left to conclude that this basically boils down to "I know how to use a baseball bat. I'm trying to trim my hedges. The baseball bat is not working right. Please, Mr. Baseball Bat Manufacturer take fix your bat!" However, if it was an issue, then the solution would not be to develop a whole bunch of packages using MinGW. The solution would be to modify *cygwin*. >E.g. its more than once that CygWin updates have broken >http://sources.redhat.com/ecos tools, without bringing any new features >or improvements for those tools. 1) This has absolutely nothing to do with X. 2) If Cygwin is an important platform for eCos, then the solution to this problem is for eCos people to be involved in the cygwin mailing list. >- Side-by-side means CygWin next to CygWin, and CygWin next to any Windows >program. Cygwin already exists fine next to any Windows program. Cygwin next to Cygwin has nothing to do with a MinGW version of X. >- It is currently impossible for the casual programmer to debug CygWin >X using GDB. See http://cygwin.com/ml/cygwin-xfree/2004-10/msg00159.html This has nothing to do with discussing a MinGW version of X. If something needs to be fixed in cygwin or in gdb, you fix cygwin or gdb. You don't immediately jump to a new project. >- CygWin is a pain to install. It takes long to download(many files more than >size with a broad connection), takes long to install and many things can and do >go wrong. So, should we allow discussion of Xceed here, too? I assume it's easy to install. In any event >- CygWin messes with Windows environment variables, breaking other programs. Cygwin does not mess with windows environment variables. >- CygWin is broken by other programs using the Windows environment variables. Examples? >- CygWin is always in motion. There is no "CygWin distribution version" >like the Linux distributions operate with. There is no way to install >"a specific old boring CygWin" to run some tools that never change. Wow, your logic really escapes me. You haven't provided one fact-based rationale for why it would be advantageous to discuss a non-cygwin program in a cygwin mailing list. All of your arguments are the "grasping at straws" variety. Your arguments boil down to: 1) Xming would not have come about if not for Cygwin. 1) You don't really understand how cygwin works. (cygwin messes with Windows environment variables) 2) Cygwin is hard to install. 3) You can't put as many versions of Cygwin on the computer as you want to (without understanding what you are doing). 4) When there is a Cygwin update it can break programs. 5) You think it is a good idea. Ranting about Cygwin problems is not a rationale for allowing discussion of non-cygwin solutions. If Cygwin has problems you FIX THE PROBLEMS. You don't move on to some other system. Or, actually, YOU may do that. You just don't do it here. If you decide that Interix is the solution to all of your cygwin frustrations, you don't hijack the cygwin lists and start discussing Interix there. You move to an Interix-specific forum. So, sorry, request denied. I forgot about this last night but I will point out that there is a dormant mailing list on sourceware.org which was actually set up for the purpose of discussing a non-cygwin version of X -- win32-x11. I set this up the last time someone decided to play around with a non-cygwin version of X. Feel free to move Xming discussions there. Alexander, if you want to resurrect that project and use sourceware.org to host it, let me know (in private email). cgf From cgf-no-personal-reply-please@cygwin.com Thu Nov 11 15:41:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 11 Nov 2004 15:41:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <419357D4.9000704@wanadoo.fr> References: <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A82B.40205@wanadoo.fr> <419357D4.9000704@wanadoo.fr> Message-ID: <20041111154121.GG12133@trixie.casa.cgf.cx> On Thu, Nov 11, 2004 at 01:15:16PM +0100, bruno patin wrote: >Last experiment, > >I use the ollydbg tool in order to begin to see what is the problem >inside setup. It traps also the debug messae of setup and one ofit >consists of saying (as it is given by this tool) : > >"failed too open >cygfile:///usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README for >writing" Does the path c:/cygwin/usr/X11R6/share/doc/Cygwin exist at this point? cgf From cgf-no-personal-reply-please@cygwin.com Thu Nov 11 15:47:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 11 Nov 2004 15:47:00 -0000 Subject: Why Xming.exe? In-Reply-To: <20041111153048.GF12133@trixie.casa.cgf.cx> References: <1100159387.4499.57.camel@famine> <20041111153048.GF12133@trixie.casa.cgf.cx> Message-ID: <20041111154725.GB12500@trixie.casa.cgf.cx> On Thu, Nov 11, 2004 at 10:30:48AM -0500, Christopher Faylor wrote: >In any event Sorry. This message obviously slipped out before I was done with it. I blame my spastic index finger. It likes to press the "y" key. In any event, what I was going to say above was that "In any event" it is certainly possible to craft a Cygwin/X installation which only installs a minimal number of packages. No one has stepped forward to do this. Many of the observations made here are fixable just by having someone step forward to do the work in Cygwin. If no one is willing to do that, that's fine. You can do related work elsewhere but touting MinGW programs as a solution to Cygwin problems doesn't work. cgf From bruno.patin@wanadoo.fr Thu Nov 11 15:47:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 15:47:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041111154121.GG12133@trixie.casa.cgf.cx> References: <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A82B.40205@wanadoo.fr> <419357D4.9000704@wanadoo.fr> <20041111154121.GG12133@trixie.casa.cgf.cx> Message-ID: <41938978.8050404@wanadoo.fr> Christopher Faylor wrote: >On Thu, Nov 11, 2004 at 01:15:16PM +0100, bruno patin wrote: > > >>Last experiment, >> >>I use the ollydbg tool in order to begin to see what is the problem >>inside setup. It traps also the debug messae of setup and one ofit >>consists of saying (as it is given by this tool) : >> >>"failed too open >>cygfile:///usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README for >>writing" >> >> > >Does the path c:/cygwin/usr/X11R6/share/doc/Cygwin exist at this point? > >cgf > > > > > yes, I followed it rather closely and the creation of the preceding nnnnn.README files. Wht do you think of my follwing mails ? do you think it could be the problem ? Bruno From davidf@sjsoft.com Thu Nov 11 16:04:00 2004 From: davidf@sjsoft.com (David Fraser) Date: Thu, 11 Nov 2004 16:04:00 -0000 Subject: Why Xming.exe? In-Reply-To: <20041111154725.GB12500@trixie.casa.cgf.cx> References: <1100159387.4499.57.camel@famine> <20041111153048.GF12133@trixie.casa.cgf.cx> <20041111154725.GB12500@trixie.casa.cgf.cx> Message-ID: <41938D9D.5000601@sjsoft.com> Christopher Faylor wrote: >On Thu, Nov 11, 2004 at 10:30:48AM -0500, Christopher Faylor wrote: > > >>In any event >> >> > >Sorry. This message obviously slipped out before I was done with it. >I blame my spastic index finger. It likes to press the "y" key. > >In any event, what I was going to say above was that "In any event" >it is certainly possible to craft a Cygwin/X installation which only >installs a minimal number of packages. No one has stepped forward >to do this. > >Many of the observations made here are fixable just by having someone >step forward to do the work in Cygwin. If no one is willing to do that, >that's fine. You can do related work elsewhere but touting MinGW >programs as a solution to Cygwin problems doesn't work. > OK thats fine, just a minor point: there is one Cygwin problem that this solves, which is that people keep on requesting this kind of thing on the cygwin-xfree mailing list :-) Also its constructed from the same source code as cygwin/X so its arguably the same thing. But anyway we'll happy carry on discussion on a different list David From cgf-no-personal-reply-please@cygwin.com Thu Nov 11 16:21:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 11 Nov 2004 16:21:00 -0000 Subject: Why Xming.exe? In-Reply-To: <41938D9D.5000601@sjsoft.com> References: <1100159387.4499.57.camel@famine> <20041111153048.GF12133@trixie.casa.cgf.cx> <20041111154725.GB12500@trixie.casa.cgf.cx> <41938D9D.5000601@sjsoft.com> Message-ID: <20041111162054.GL12133@trixie.casa.cgf.cx> On Thu, Nov 11, 2004 at 06:04:45PM +0200, David Fraser wrote: >Christopher Faylor wrote: > >>On Thu, Nov 11, 2004 at 10:30:48AM -0500, Christopher Faylor wrote: >> >> >>>In any event >>> >>> >> >>Sorry. This message obviously slipped out before I was done with it. >>I blame my spastic index finger. It likes to press the "y" key. >> >>In any event, what I was going to say above was that "In any event" >>it is certainly possible to craft a Cygwin/X installation which only >>installs a minimal number of packages. No one has stepped forward >>to do this. >> >>Many of the observations made here are fixable just by having someone >>step forward to do the work in Cygwin. If no one is willing to do that, >>that's fine. You can do related work elsewhere but touting MinGW >>programs as a solution to Cygwin problems doesn't work. > >OK thats fine, just a minor point: there is one Cygwin problem that >this solves, which is that people keep on requesting this kind of thing >on the cygwin-xfree mailing list :-) Yes, and people keep requesting that Cygwin shouldn't be GPLed because it is inconvenient for them. People ask for "su" to work correctly. People occasionally want to discuss Xceed here, too. This isn't a "ill-informed minority gets to decide" mailing list. >Also its constructed from the same source code as cygwin/X so its >arguably the same thing. Is anyone here *at all* familiar with MinGW? Apparently few of you are or you wouldn't be making arguments like this. Much of MinGW is based on the same source code as what Cygwin uses. Using this logic, since Cygwin/X is based on the same source code that runs on many different platforms, apparently we should just shut this mailing list down and move everyone over to the main Xorg mailing lists. >But anyway we'll happy carry on discussion on a different list But not before trying to get off a few more shots, eh? cgf From davidf@sjsoft.com Thu Nov 11 16:45:00 2004 From: davidf@sjsoft.com (David Fraser) Date: Thu, 11 Nov 2004 16:45:00 -0000 Subject: Why Xming.exe? In-Reply-To: <20041111162054.GL12133@trixie.casa.cgf.cx> References: <1100159387.4499.57.camel@famine> <20041111153048.GF12133@trixie.casa.cgf.cx> <20041111154725.GB12500@trixie.casa.cgf.cx> <41938D9D.5000601@sjsoft.com> <20041111162054.GL12133@trixie.casa.cgf.cx> Message-ID: <41939732.9080203@sjsoft.com> Christopher Faylor wrote: >On Thu, Nov 11, 2004 at 06:04:45PM +0200, David Fraser wrote: > > >>Christopher Faylor wrote: >> >> >> >>>On Thu, Nov 11, 2004 at 10:30:48AM -0500, Christopher Faylor wrote: >>> >>> >>> >>> >>>>In any event >>>> >>>> >>>> >>>> >>>Sorry. This message obviously slipped out before I was done with it. >>>I blame my spastic index finger. It likes to press the "y" key. >>> >>>In any event, what I was going to say above was that "In any event" >>>it is certainly possible to craft a Cygwin/X installation which only >>>installs a minimal number of packages. No one has stepped forward >>>to do this. >>> >>>Many of the observations made here are fixable just by having someone >>>step forward to do the work in Cygwin. If no one is willing to do that, >>>that's fine. You can do related work elsewhere but touting MinGW >>>programs as a solution to Cygwin problems doesn't work. >>> >>> >>OK thats fine, just a minor point: there is one Cygwin problem that >>this solves, which is that people keep on requesting this kind of thing >>on the cygwin-xfree mailing list :-) >> >> >Yes, and people keep requesting that Cygwin shouldn't be GPLed because >it is inconvenient for them. People ask for "su" to work correctly. >People occasionally want to discuss Xceed here, too. > >This isn't a "ill-informed minority gets to decide" mailing list. > > Fine, but at least we can have arguments about it :-) >>Also its constructed from the same source code as cygwin/X so its >>arguably the same thing. >> >> > >Is anyone here *at all* familiar with MinGW? Apparently few of you are >or you wouldn't be making arguments like this. Much of MinGW is based >on the same source code as what Cygwin uses. > > I use MinGW the whole time, yes, I know what it is. >Using this logic, since Cygwin/X is based on the same source code that >runs on many different platforms, apparently we should just shut this >mailing list down and move everyone over to the main Xorg mailing lists. > > OK fine :-) >>But anyway we'll happy carry on discussion on a different list >> >> >But not before trying to get off a few more shots, eh? > > Yes, you see I've managed to generate an extra 3 useless emails! And without your reply I wouldn't have managed to generate this one too ... You could actually compile Cygwin/X using cygwin GCC with the -mnocygwin option and that apparently would be off topic too. So I won't :-) Don't mean to hassle you so lets leave it at that David From mark.paulus@mci.com Thu Nov 11 16:52:00 2004 From: mark.paulus@mci.com (Mark Paulus) Date: Thu, 11 Nov 2004 16:52:00 -0000 Subject: Can't get startwin.bat to work In-Reply-To: <20041110124947.40480.qmail@web11105.mail.yahoo.com> Message-ID: <0I7000H5UXJM83@pmismtp02.mcilink.com> Have you tried to open up a cygwin shell, and then starting up an xterm, to see if it might just be there, awaiting connections? If you open in multiwindow mode (native mode by default), then I wouldn't expect anything to happen until your X Server actually has a client window to display. open up a cygwin bash shell, make sure your DISPLAY is set, or give the -display option to some xclient (xterm, xclock, etc), and see if it pops up on your desktop. On Wed, 10 Nov 2004 04:49:47 -0800 (PST), Mike McCollister wrote: >I have been using cygwin for years and the X client under cygwin for about a >year. In order to get X to work, I have to make sure that I am running bash >and then run startxwin.sh to get it to work. Well, I've been trying to get it >to work with just startxwin.bat but I am not successful. It seems to have a >problem with the "run" commands. Here are the run commands: >run XWin -clipboard -silent-dup-error >run xterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e /usr/bin/bash >-l >I do have cygwin installed in c:\progra~1\cygwin and I have modified >startxwin.bat so that >SET CYGWIN_ROOT=c:\progra~1\cygwin >The last time I updated anything in cygwin as last week (first week of >November). >Does anyone know how to get the startxwin.bat to work? >Just a little more background. When I mean that it does not work, I mean that >the "X" shows up as an icon next to the clock but nothing else happens. If I >right click on the "X", nothing happens. I have to use the Task Manger to kill >XWin.exe. >Thanks, >Mike > >__________________________________ >Do you Yahoo!? >Check out the new Yahoo! Front Page. >www.yahoo.com > From cgf-no-personal-reply-please@cygwin.com Thu Nov 11 17:01:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 11 Nov 2004 17:01:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41927878.3080906@wanadoo.fr> References: <41927878.3080906@wanadoo.fr> Message-ID: <20041111170132.GA14160@trixie.casa.cgf.cx> On Wed, Nov 10, 2004 at 09:22:16PM +0100, bruno patin wrote: >Good evening again, > >install in two phases worked well. I can deinstall again and verify if >there is the problem again ? could it be useful ? > >joined : >an analysis of my system >the cygcheck result > >hope that helps I'm noticing a bunch of XFree86 modules in this cygcheck, too. Where are they coming from? I wouldn't have expected many XFree86 modules in a clean install. cgf From bruno.patin@wanadoo.fr Thu Nov 11 17:12:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 17:12:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041111170132.GA14160@trixie.casa.cgf.cx> References: <41927878.3080906@wanadoo.fr> <20041111170132.GA14160@trixie.casa.cgf.cx> Message-ID: <41939D4E.1010002@wanadoo.fr> Christopher Faylor wrote: >On Wed, Nov 10, 2004 at 09:22:16PM +0100, bruno patin wrote: > > >>Good evening again, >> >>install in two phases worked well. I can deinstall again and verify if >>there is the problem again ? could it be useful ? >> >>joined : >>an analysis of my system >>the cygcheck result >> >>hope that helps >> >> > >I'm noticing a bunch of XFree86 modules in this cygcheck, too. > >Where are they coming from? I wouldn't have expected many XFree86 >modules in a clean install. > >cgf > > > > I don't know why but it is probably of no importance for the problem at hand. Could you say me if my mails joined are a bad analysis of this problem ? BPatin -------------- next part -------------- An embedded message was scrubbed... From: bruno patin Subject: Re: xorg installation fails, 99% complete only Date: Thu, 11 Nov 2004 15:14:22 +0100 Size: 4232 URL: -------------- next part -------------- An embedded message was scrubbed... From: bruno patin Subject: Re: xorg installation fails, 99% complete only Date: Thu, 11 Nov 2004 15:20:14 +0100 Size: 4005 URL: -------------- next part -------------- An embedded message was scrubbed... From: bruno patin Subject: Re: xorg installation fails, 99% complete only Date: Thu, 11 Nov 2004 15:54:42 +0100 Size: 4140 URL: From gerrit@familiehaase.de Thu Nov 11 17:34:00 2004 From: gerrit@familiehaase.de (Gerrit P. Haase) Date: Thu, 11 Nov 2004 17:34:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41937E7A.1000008@wanadoo.fr> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> <41937E7A.1000008@wanadoo.fr> Message-ID: <4193A28D.9090503@familiehaase.de> bruno patin wrote: > something I forgot, the number of handler increases at the same speed as > the memory. I suspect that this resource is not released when exiting > setup because when doing my experiments my computer is being slower and > slower. What is the actual limit for NT? I never was aware that there is a limit at all. Gerrit -- =^..^= From bruno.patin@wanadoo.fr Thu Nov 11 17:42:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 17:42:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <4193A28D.9090503@familiehaase.de> References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> <41937E7A.1000008@wanadoo.fr> <4193A28D.9090503@familiehaase.de> Message-ID: <4193A494.1030509@wanadoo.fr> Gerrit P. Haase wrote: > bruno patin wrote: > >> something I forgot, the number of handler increases at the same speed >> as the memory. I suspect that this resource is not released when >> exiting setup because when doing my experiments my computer is being >> slower and slower. > > > What is the actual limit for NT? I never was aware that there is a > limit at all. > > > Gerrit In fact I'm a unix guy and I don't really know of what windows is doing. My understanding is a 'black box' one seeing what happens with the few win tools I have and the setup code. I can perhaps search a little but I think the cygwin coder are far more better than me. That's the reason why I'd like an advice fromm christopher Faylor that knows certainly what could happen on nt. Bruno From cgf-no-personal-reply-please@cygwin.com Thu Nov 11 18:21:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 11 Nov 2004 18:21:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <4193A494.1030509@wanadoo.fr> References: <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> <41937E7A.1000008@wanadoo.fr> <4193A28D.9090503@familiehaase.de> <4193A494.1030509@wanadoo.fr> Message-ID: <20041111182057.GC14312@trixie.casa.cgf.cx> On Thu, Nov 11, 2004 at 06:42:44PM +0100, bruno patin wrote: >Gerrit P. Haase wrote: > >>bruno patin wrote: >> >>>something I forgot, the number of handler increases at the same speed >>>as the memory. I suspect that this resource is not released when >>>exiting setup because when doing my experiments my computer is being >>>slower and slower. >> >> >>What is the actual limit for NT? I never was aware that there is a >>limit at all. >> >> >>Gerrit > >In fact I'm a unix guy and I don't really know of what windows is >doing. My understanding is a 'black box' one seeing what happens with >the few win tools I have and the setup code. I can perhaps search a >little but I think the cygwin coder are far more better than me. That's >the reason why I'd like an advice fromm christopher Faylor that knows >certainly what could happen on nt. I'm thinking that there is something odd about setup's handing of files in directories which have not been explicitly created in the tar archive. That's why I was asking if c:/cygwin/usr/X11R6/share/doc/Cygwin existed. It didn't seem like the tar archive was creating it specifically. I don't know why this would affect some people but not others, though. When I install cygwin from scratch in a base install + all X packages selected, I don't see this. So maybe this is a red herring. Anyway, to the end of confirming my theory, I have (I HOPE) regenerated all of the X11 files in the distribution and made sure that directory creation precedes filename creation in every case. I haven't bumped the version numbers, though, since this is purely a cosmetic change. This change will take a while to hit mirrors since many files were affected but if you check that a mirror contains files with today's date, then it is worth trying a full install to see if your problem mysteriously goes away. So, Bruno, could you periodically check: ftp://mirrors.sunsite.dk/pub/cygwin/release/X11/xorg-x11-fscl/ wait until the file xorg-x11-fscl-6.8.1.0-2.tar.bz2 shows today's date, and then try your test case again to see if it hangs? I think that setup.exe should do the right thing and download the changed files but, if it doesn't, you'll have to delete them from your disk. As far as handles are concerned, I don't think that there is any upper limit on the number that can be allocated. The only limitation is 32 bits and the amount of available memory. It seems like people are hitting this limit if they allow setup to run long enough. cgf From cgf-no-personal-reply-please@cygwin.com Thu Nov 11 18:26:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 11 Nov 2004 18:26:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041111182057.GC14312@trixie.casa.cgf.cx> References: <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> <41937E7A.1000008@wanadoo.fr> <4193A28D.9090503@familiehaase.de> <4193A494.1030509@wanadoo.fr> <20041111182057.GC14312@trixie.casa.cgf.cx> Message-ID: <20041111182637.GD14312@trixie.casa.cgf.cx> On Thu, Nov 11, 2004 at 01:20:57PM -0500, Christopher Faylor wrote: >So, Bruno, could you periodically check: > >ftp://mirrors.sunsite.dk/pub/cygwin/release/X11/xorg-x11-fscl/ FWIW, http://mirrors.rcn.com/pub/sourceware/cygwin/release/X11/xorg-x11-fscl/ shows that this file is now updated on the mirrors.rcn.net mirror. Bobby, do you want to try that one? cgf From bruno.patin@wanadoo.fr Thu Nov 11 18:27:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 18:27:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041111182057.GC14312@trixie.casa.cgf.cx> References: <41926F46.1070709@wanadoo.fr> <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> <41937E7A.1000008@wanadoo.fr> <4193A28D.9090503@familiehaase.de> <4193A494.1030509@wanadoo.fr> <20041111182057.GC14312@trixie.casa.cgf.cx> Message-ID: <4193AF14.6020801@wanadoo.fr> >So, Bruno, could you periodically check: > >ftp://mirrors.sunsite.dk/pub/cygwin/release/X11/xorg-x11-fscl/ > >wait until the file xorg-x11-fscl-6.8.1.0-2.tar.bz2 shows >today's date, and then try your test case again to see if it >hangs? I think that setup.exe should do the right thing and >download the changed files but, if it doesn't, you'll have to >delete them from your disk. > >As far as handles are concerned, I don't think that there is any upper >limit on the number that can be allocated. The only limitation is 32 >bits and the amount of available memory. It seems like people are >hitting this limit if they allow setup to run long enough. > >cgf > > > > > I'll do it but remember that I realize a test where nnn-fscl-nnn was not anymore concerned only by removing one file of the setup llist. Bruno From cgf-no-personal-reply-please@cygwin.com Thu Nov 11 18:31:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 11 Nov 2004 18:31:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <4193AF14.6020801@wanadoo.fr> References: <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> <41937E7A.1000008@wanadoo.fr> <4193A28D.9090503@familiehaase.de> <4193A494.1030509@wanadoo.fr> <20041111182057.GC14312@trixie.casa.cgf.cx> <4193AF14.6020801@wanadoo.fr> Message-ID: <20041111183115.GF14312@trixie.casa.cgf.cx> On Thu, Nov 11, 2004 at 07:27:32PM +0100, bruno patin wrote: >>So, Bruno, could you periodically check: >> >>ftp://mirrors.sunsite.dk/pub/cygwin/release/X11/xorg-x11-fscl/ >> >>wait until the file xorg-x11-fscl-6.8.1.0-2.tar.bz2 shows >>today's date, and then try your test case again to see if it >>hangs? I think that setup.exe should do the right thing and >>download the changed files but, if it doesn't, you'll have to >>delete them from your disk. >> >>As far as handles are concerned, I don't think that there is any upper >>limit on the number that can be allocated. The only limitation is 32 >>bits and the amount of available memory. It seems like people are >>hitting this limit if they allow setup to run long enough. > >I'll do it but remember that I realize a test where nnn-fscl-nnn was not >anymore concerned only by removing one file of the setup llist. On Thu, Nov 11, 2004 at 01:20:57PM -0500, Christopher Faylor wrote: >I have (I HOPE) regenerated all of the X11 files in the distribution ^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I was merely providing a reference point. cgf From pechtcha@cs.nyu.edu Thu Nov 11 19:59:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Thu, 11 Nov 2004 19:59:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <41931BA9.7050503@familiehaase.de> References: <418F39AD.4000509@sgies.com> <41905B63.4060500@sgies.com> <4192B839.2090009@hq.astra.ph> <41931BA9.7050503@familiehaase.de> Message-ID: On Thu, 11 Nov 2004, Gerrit P. Haase wrote: > Igor Pechtchanski wrote: > > On Thu, 11 Nov 2004, Carlo Florendo wrote: > > > > > [snip] > > > In any case, here's setup.log.bz2. (Compressed since it is greater than > > > 100K) The WinXP SP2 machine is accessible to me off-line. Thus, the > > > delay in the sending of these files. > [...] > > Hmm, the fact that it attempts to reinstall packages, coupled with the > > fact that it's not renaming postinstall scripts properly, makes me wonder > > whether your Cygwin directory tree is writable by the user that performs > > the install. This would also be consistent with the "Cannot open > > c:\cygwin\var\log\setup.log for writing" message that others reported. > > IIRC, Bruno said that he is in the Administrator group, should'nt this be > sufficient? Nope. It's possible to create files that aren't readable/writeable by the "Administrators" group. Being in "Administrators" allows you to take ownership of the files or change the mode on them, but AFAIK that's not done in the course of a normal write. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From bruno.patin@wanadoo.fr Thu Nov 11 20:33:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 20:33:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041111183115.GF14312@trixie.casa.cgf.cx> References: <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> <41937E7A.1000008@wanadoo.fr> <4193A28D.9090503@familiehaase.de> <4193A494.1030509@wanadoo.fr> <20041111182057.GC14312@trixie.casa.cgf.cx> <4193AF14.6020801@wanadoo.fr> <20041111183115.GF14312@trixie.casa.cgf.cx> Message-ID: <4193CC73.4090501@wanadoo.fr> Christopher, I'm not understanding really well what to do (you know my proficiency in english is not so perfect as to understand really everything). I understand that you think that to open for writing a name where the directory do no exist could provoke problems. It would explain the non blocking exception (am I right ?) that occurs and loops indefinitely (is it what you think ?). What of the fact that the error occurs only after being able to write a given number of file in this directory (around ten files where created) ? what of the fact that when you do not install only one file before (like cron) you are able to write one more file in this directory ? I'm not sufficiently proficient in the cygwin coding to answer these questions. So my work is to begin a new complete install with the new packages. Do I have to reload all of them ? only xorg related packages ? What I intend to do is begin again the first test described under with the reloaded x11 files. Is it what you want ? ------------------------------------------------------------------- To summarize what I did when testing and the problems I saw (I do that not only for repeating but also to have all the datas on only one mail) 1/ complete test I have a local version of all the cygwin distro (got at mirrors.sunsite.dk) I begin by deleting my cygwin root on the disk but not the entries of the registry I launch setup selecting everything Arriving at the file: /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README setup enters a loop delivering the log message one after the other indefintely (view through ollydbg) .... LOG : 1 Installing file cygfile:///usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README for writing LOG : 2 failed too open cygfile:///usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README for writing ..... The second message is issued through an exception You can see two things increasing with the same speed, the memory consumed and the handlers. when cancelled, the message issued by setup is "cannot open log file c:\cygwin/var/log/setup.log for writing" another box opens but disappear too fast for me to give you the message With this test, no setup.log is created at all This test has been conducted with these different changes: I changed the rights of the /var directory with chmod a+w with no effect (because of the absence of setup) I changed the TEMP and TMP variables values (erasing blanks of the names) 2/ successive setup I conducted a first setup without X11 and a second with only X11 .It worked fine with setup.log created 3/ complete test with one file (cron) not installed The behaviour is exactly the same as in first test with only the file on which it stopped as a difference. That is t loops on the next file to write: xorg-x11-fsrv-6.8.1.0.README ------------------------------------------------------------------------------- Well, perhaps I forgot something but no one is perfect :-) Bruno From pechtcha@cs.nyu.edu Thu Nov 11 20:37:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Thu, 11 Nov 2004 20:37:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <4193CC73.4090501@wanadoo.fr> References: <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> <41937E7A.1000008@wanadoo.fr> <4193A28D.9090503@familiehaase.de> <4193A494.1030509@wanadoo.fr> <20041111182057.GC14312@trixie.casa.cgf.cx> <4193AF14.6020801@wanadoo.fr> <20041111183115.GF14312@trixie.casa.cgf.cx> <4193CC73.4090501@wanadoo.fr> Message-ID: On Thu, 11 Nov 2004, bruno patin wrote: > Christopher, > > I'm not understanding really well what to do (you know my proficiency in > english is not so perfect as to understand really everything). I understand > that you think that to open for writing a name where the directory do no exist > could provoke problems. It would explain the non blocking exception (am I > right ?) that occurs and loops indefinitely (is it what you think ?). What of > the fact that the error occurs only after being able to write a given number > of file in this directory (around ten files where created) ? what of the fact > that when you do not install only one file before (like cron) you are able to > write one more file in this directory ? I'm not sufficiently proficient in the > cygwin coding to answer these questions. > > So my work is to begin a new complete install with the new packages. Do I have > to reload all of them ? only xorg related packages ? > > What I intend to do is begin again the first test described under with the > reloaded x11 files. Is it what you want ? > > ------------------------------------------------------------------- > To summarize what I did when testing and the problems I saw (I do that not > only for repeating but also to have all the datas on only one mail) > > 1/ complete test > > I have a local version of all the cygwin distro (got at mirrors.sunsite.dk) > I begin by deleting my cygwin root on the disk but not the entries of the > registry > I launch setup selecting everything > > Arriving at the file: > > /usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README > > setup enters a loop delivering the log message one after the other indefintely > (view through ollydbg) > > .... > LOG : 1 Installing file > cygfile:///usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README for writing > LOG : 2 failed too open > cygfile:///usr/X11R6/share/doc/Cygwin/xorg-x11-fscl-6.8.1.0.README for writing > ..... > > The second message is issued through an exception > > You can see two things increasing with the same speed, the memory consumed and > the handlers. > when cancelled, the message issued by setup is > > "cannot open log file c:\cygwin/var/log/setup.log for writing" > > another box opens but disappear too fast for me to give you the message > > With this test, no setup.log is created at all > > This test has been conducted with these different changes: > > I changed the rights of the /var directory with chmod a+w with no effect > (because of the absence of setup) > I changed the TEMP and TMP variables values (erasing blanks of the names) > > 2/ successive setup > > I conducted a first setup without X11 and a second with only X11 .It worked > fine with setup.log created > > 3/ complete test with one file (cron) not installed > > The behaviour is exactly the same as in first test with only the file on which > it stopped as a difference. That is t loops on the next file to write: > > xorg-x11-fsrv-6.8.1.0.README > ------------------------------------------------------------------------------- > > Well, perhaps I forgot something but no one is perfect :-) One question that should have been asked long before: is your disk full? Do you perhaps have quotas enabled? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From pechtcha@cs.nyu.edu Thu Nov 11 20:39:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Thu, 11 Nov 2004 20:39:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041111170132.GA14160@trixie.casa.cgf.cx> References: <41927878.3080906@wanadoo.fr> <20041111170132.GA14160@trixie.casa.cgf.cx> Message-ID: On Thu, 11 Nov 2004, Christopher Faylor wrote: > On Wed, Nov 10, 2004 at 09:22:16PM +0100, bruno patin wrote: > >Good evening again, > > > >install in two phases worked well. I can deinstall again and verify if > >there is the problem again ? could it be useful ? > > > >joined : > >an analysis of my system > >the cygcheck result > > > >hope that helps > > I'm noticing a bunch of XFree86 modules in this cygcheck, too. > > Where are they coming from? I wouldn't have expected many XFree86 > modules in a clean install. Installing everything should also grab all of the empty XFree86 upgrade helpers. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From bruno.patin@wanadoo.fr Thu Nov 11 20:49:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 20:49:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> <41937E7A.1000008@wanadoo.fr> <4193A28D.9090503@familiehaase.de> <4193A494.1030509@wanadoo.fr> <20041111182057.GC14312@trixie.casa.cgf.cx> <4193AF14.6020801@wanadoo.fr> <20041111183115.GF14312@trixie.casa.cgf.cx> <4193CC73.4090501@wanadoo.fr> Message-ID: <4193D014.1010600@wanadoo.fr> >One question that should have been asked long before: is your disk full? >Do you perhaps have quotas enabled? > Igor > > For this one, it is easy, my box is a completely new one. I have plenty of room but for any quota mechanism (is there one on xp ?) Bruno From bruno.patin@wanadoo.fr Thu Nov 11 20:50:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 20:50:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <41927878.3080906@wanadoo.fr> <20041111170132.GA14160@trixie.casa.cgf.cx> Message-ID: <4193D080.7040603@wanadoo.fr> >Installing everything should also grab all of the empty XFree86 upgrade >helpers. > Igor > > I'll have to read closely the doc on setup as I do not understand what you mean by "empty XFreee86 upgrade". Bruno From cgf-no-personal-reply-please@cygwin.com Thu Nov 11 20:54:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Thu, 11 Nov 2004 20:54:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <41927878.3080906@wanadoo.fr> <20041111170132.GA14160@trixie.casa.cgf.cx> Message-ID: <20041111205400.GA17609@trixie.casa.cgf.cx> On Thu, Nov 11, 2004 at 03:39:23PM -0500, Igor Pechtchanski wrote: >On Thu, 11 Nov 2004, Christopher Faylor wrote: >> On Wed, Nov 10, 2004 at 09:22:16PM +0100, bruno patin wrote: >> >Good evening again, >> > >> >install in two phases worked well. I can deinstall again and verify if >> >there is the problem again ? could it be useful ? >> > >> >joined : >> >an analysis of my system >> >the cygcheck result >> > >> >hope that helps >> >> I'm noticing a bunch of XFree86 modules in this cygcheck, too. >> >> Where are they coming from? I wouldn't have expected many XFree86 >> modules in a clean install. > >Installing everything should also grab all of the empty XFree86 upgrade >helpers. Ok. I guess I've lost track of who's doing what. I didn't realize that this was an "absolutely everything" install. cgf From bruno.patin@wanadoo.fr Thu Nov 11 21:28:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Thu, 11 Nov 2004 21:28:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: References: <20041110213409.GB19984@trixie.casa.cgf.cx> <41928D42.6030902@wanadoo.fr> <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> <41937E7A.1000008@wanadoo.fr> <4193A28D.9090503@familiehaase.de> <4193A494.1030509@wanadoo.fr> <20041111182057.GC14312@trixie.casa.cgf.cx> <4193AF14.6020801@wanadoo.fr> <20041111183115.GF14312@trixie.casa.cgf.cx> <4193CC73.4090501@wanadoo.fr> Message-ID: <4193D960.4060104@wanadoo.fr> >One question that should have been asked long before: is your disk full? >Do you perhaps have quotas enabled? > Igor > > Igor, Ok, I verified, there are quotas on xp but on MY box they are deactivated. Bruno From bobbymcn@bellsouth.net Thu Nov 11 22:16:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Thu, 11 Nov 2004 22:16:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: Message-ID: > >hope that helps >> >> I'm noticing a bunch of XFree86 modules in this cygcheck, too. >> >> Where are they coming from? I wouldn't have expected many XFree86 >> modules in a clean install. >Installing everything should also grab all of the empty XFree86 upgrade >elpers. Igor, it was grabbing the wrong packages from Xfree. It was grabbing full packages, xfree-bin comes to mind, as that was the only one it picked up on. Bobby BTW it was straight out off the net, full, all users, unix. I'll try again later. This time without the xorg. From bobbymcn@bellsouth.net Thu Nov 11 22:20:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Thu, 11 Nov 2004 22:20:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041111182637.GD14312@trixie.casa.cgf.cx> Message-ID: > >ftp://mirrors.sunsite.dk/pub/cygwin/release/X11/xorg-x11-fscl/ >WIW, http://mirrors.rcn.com/pub/sourceware/cygwin/release/X11/xorg-x11-fscl/ >hows that this file is now updated on the mirrors.rcn.net mirror. >Bobby, do you want to try that one? >cgf Trying it now. Let me see here. From bobbymcn@bellsouth.net Fri Nov 12 04:51:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Fri, 12 Nov 2004 04:51:00 -0000 Subject: Problem with setup In-Reply-To: <20041112034159.GA20880@trixie.casa.cgf.cx> References: <20041112034159.GA20880@trixie.casa.cgf.cx> Message-ID: <4194412A.4040207@bellsouth.net> Christopher Faylor wrote: >On Thu, Nov 11, 2004 at 05:26:34PM -0600, Bobby McNulty wrote: > > >>Guys, theres a major problem with setup. >>According to the error I just got, setup is not >>closing any of its files after writing them. >>I finally got past xorg, and got up to update_info. >>I'll rerun setup to get a cygcheck. >> >> > >So, does this mean that the changes I made to the xorg distribution >worked, then? If so, why are you reporting this here rather than >in the cygwin-xfree mailing list where this has been discussed at >great length? > >cgf > >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Problem reports: http://cygwin.com/problems.html >Documentation: http://cygwin.com/docs.html >FAQ: http://cygwin.com/faq/ > > > > Yes, it worked. Now I'm getting a report that setup is not closing the files. It can't get past the update_info now. Something has happened to setup. Either that, or Cygwin is bigger now than when the current version came out. I lost the URL to the test version of setup. I know they have been working on. I see it in the CVS logs every day. From cgf-no-personal-reply-please@cygwin.com Fri Nov 12 05:54:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 12 Nov 2004 05:54:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <4193CC73.4090501@wanadoo.fr> References: <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> <41937E7A.1000008@wanadoo.fr> <4193A28D.9090503@familiehaase.de> <4193A494.1030509@wanadoo.fr> <20041111182057.GC14312@trixie.casa.cgf.cx> <4193AF14.6020801@wanadoo.fr> <20041111183115.GF14312@trixie.casa.cgf.cx> <4193CC73.4090501@wanadoo.fr> Message-ID: <20041112055432.GA22077@trixie.casa.cgf.cx> On Thu, Nov 11, 2004 at 09:32:51PM +0100, bruno patin wrote: >So my work is to begin a new complete install with the new packages. >Do I have to reload all of them ? only xorg related packages ? You have to do whatever it is that you do to cause the problem. The mirror has been updated (I created the tar files in a way that made them unreadable by setup earlier but that's fixed now) so you should be able to install as normal. cgf From bruno.patin@wanadoo.fr Fri Nov 12 07:05:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Fri, 12 Nov 2004 07:05:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <20041112055432.GA22077@trixie.casa.cgf.cx> References: <20041110220554.GD19984@trixie.casa.cgf.cx> <4192A7AD.2000203@wanadoo.fr> <41931BF8.4030306@familiehaase.de> <41937E7A.1000008@wanadoo.fr> <4193A28D.9090503@familiehaase.de> <4193A494.1030509@wanadoo.fr> <20041111182057.GC14312@trixie.casa.cgf.cx> <4193AF14.6020801@wanadoo.fr> <20041111183115.GF14312@trixie.casa.cgf.cx> <4193CC73.4090501@wanadoo.fr> <20041112055432.GA22077@trixie.casa.cgf.cx> Message-ID: <4194609F.4000503@wanadoo.fr> Christopher Faylor wrote: >On Thu, Nov 11, 2004 at 09:32:51PM +0100, bruno patin wrote: > > >>So my work is to begin a new complete install with the new packages. >>Do I have to reload all of them ? only xorg related packages ? >> >> > >You have to do whatever it is that you do to cause the problem. > >The mirror has been updated (I created the tar files in a way that made >them unreadable by setup earlier but that's fixed now) so you should be >able to install as normal. > >cgf > > > > OK, I reload all and do a new install (it will take a little time as I do not have a really fast connection). I'll let you know when it is finished. Cheers Bruno From redetin@luukku.com Fri Nov 12 09:29:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Fri, 12 Nov 2004 09:29:00 -0000 Subject: X11/Xlib.h missing Message-ID: I tried to install development headers (xorg-x11-devel, version 6.8.1.0-1). When I selected package I only get "nothing to be installed" message. No headers, nothing. Package itself is downloaded to setup directory. -- Jani Tiainen From gerrit@familiehaase.de Fri Nov 12 10:12:00 2004 From: gerrit@familiehaase.de (Gerrit P. Haase) Date: Fri, 12 Nov 2004 10:12:00 -0000 Subject: Mozilla ready compiled, but not operational In-Reply-To: <41937606.2030405@wanadoo.fr> References: <4193724E.9040208@familiehaase.de> <41937606.2030405@wanadoo.fr> Message-ID: <41948C6E.5010908@familiehaase.de> bruno patin wrote: > Gerrit P. Haase wrote: > >> Hi, >> >> I have some mozilla binaries, the application starts and the usual >> window is displayed, but it does nothing, if an URL is entered in the >> address bar and I hit enter, nothing happens, menus are displayed ok, >> but clicking on an entry does nothin, tooltips are not working or not >> visible, there is only a minimal balloon displayed. The GTKMozEmbed >> test application is working fine and I can browse websites with it. >> >> What may be the problem with the mozilla application? >> >> Who is interested to help debugging this? >> >> >> Gerrit > > > Why not but beware, I do not know the internals of mozilla that well > (notat all in fact, only reading what something like linux mag could > write). What do you want me to do ? Don't forget I have no operational > cygwin working at this step as I'm working on the install problem and > each test is a long one. One problem I have at the moment is hardware related: /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../i686-pc-cygwin/bin/ld: final link failed: No space left on device And I have just 512 MB RAM, but linking a non-debugging version of the necko layout library requires 1.25 GB RAM, the debugging version requires 1.75 GB RAM and lots of free HD space. It is not crucial, it just lasts very long to link this library if 1.25 GB needs to be swapped. I have some more RAM which I can use so this is not really a problem. If you have enough RAM (1 GB) you could compile it too and then run it with gdb. I'm not in a hurry and I'll be out of town the next week. I try to update my sources and my patchfile to offer a patch which will apply against a recent nightly-snapshot of mozilla. Gerrit -- =^..^= From alexander.gottwald@s1999.tu-chemnitz.de Fri Nov 12 10:44:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 12 Nov 2004 10:44:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: References: Message-ID: On Fri, 12 Nov 2004, Jani Tiainen wrote: > I tried to install development headers (xorg-x11-devel, version > 6.8.1.0-1). When I selected package I only get "nothing to be installed" > message. No headers, nothing. Package itself is downloaded to setup > directory. Are you sure you did not selected "Download from Internet" in setup.exe? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From redetin@luukku.com Fri Nov 12 11:05:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Fri, 12 Nov 2004 11:05:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: References: Message-ID: Alexander Gottwald wrote: > On Fri, 12 Nov 2004, Jani Tiainen wrote: > > >>I tried to install development headers (xorg-x11-devel, version >>6.8.1.0-1). When I selected package I only get "nothing to be installed" >>message. No headers, nothing. Package itself is downloaded to setup >>directory. > > > Are you sure you did not selected "Download from Internet" in setup.exe? No. I use "Install from internet". Funny, even reinstall stated that "nothing to install". -- Jani Tiainen From redetin@luukku.com Fri Nov 12 11:11:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Fri, 12 Nov 2004 11:11:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: References: Message-ID: Jani Tiainen wrote: > Alexander Gottwald wrote: > >> On Fri, 12 Nov 2004, Jani Tiainen wrote: >> >> >>> I tried to install development headers (xorg-x11-devel, version >>> 6.8.1.0-1). When I selected package I only get "nothing to be >>> installed" message. No headers, nothing. Package itself is downloaded >>> to setup directory. >> >> >> >> Are you sure you did not selected "Download from Internet" in setup.exe? > > > No. I use "Install from internet". Funny, even reinstall stated that > "nothing to install". It seems to even unpack package but then again.... It even did it for "Install from local directory". Don't get it... -- Jani Tiainen From alexander.gottwald@s1999.tu-chemnitz.de Fri Nov 12 11:54:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 12 Nov 2004 11:54:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: References: Message-ID: On Fri, 12 Nov 2004, Jani Tiainen wrote: > Jani Tiainen wrote: > > Alexander Gottwald wrote: > > > >> On Fri, 12 Nov 2004, Jani Tiainen wrote: > >> > >> > >>> I tried to install development headers (xorg-x11-devel, version > >>> 6.8.1.0-1). When I selected package I only get "nothing to be > >>> installed" message. No headers, nothing. Package itself is downloaded > >>> to setup directory. > >> > >> > >> > >> Are you sure you did not selected "Download from Internet" in setup.exe? > > > > > > No. I use "Install from internet". Funny, even reinstall stated that > > "nothing to install". > > It seems to even unpack package but then again.... > > It even did it for "Install from local directory". Don't get it... The files are usually installed in /usr/X11R6/lib/X11. Please send the output of cygcheck -c and /var/log/setup.log (maybe only the part from the most recent install) as attachment. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From stephen.more@gmail.com Fri Nov 12 11:59:00 2004 From: stephen.more@gmail.com (Stephen More) Date: Fri, 12 Nov 2004 11:59:00 -0000 Subject: updating to latest cygwin broke X Message-ID: I have been running cygwin with xorg 6.7.0 and it has been flawless. Tonight I updated cygwin with all the latest packages. The update displayed error: "mfw.exe Unable to Locate DLL". But at the end it said it completed successfully. So I tried startxwin.bat... failed could not find XWin. So I manually untared xorg-x11-xwin-6.8.1.0-5. I tried again this time it could not find cygX11-6.dll so I untarred xorg-x11-bin-dlls-6.8.1.0-1.tar. Still reports the same error. At this point I moved C:\cygwin to C:\cygwin.broke and tried to a fresh install. I still got the same error "could not find cygX11-6.dll". Is the current install of X broken ? How can I get my X working again, trying to uninstall xorg 6.8 seems almost impossible using the setup program. -Thanks Steve More From redetin@luukku.com Fri Nov 12 12:14:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Fri, 12 Nov 2004 12:14:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: References: Message-ID: Alexander Gottwald wrote: > On Fri, 12 Nov 2004, Jani Tiainen wrote: > > >>Jani Tiainen wrote: >> >>>Alexander Gottwald wrote: >>> >>> >>>>On Fri, 12 Nov 2004, Jani Tiainen wrote: >>>> >>>> >>>> >>>>>I tried to install development headers (xorg-x11-devel, version >>>>>6.8.1.0-1). When I selected package I only get "nothing to be >>>>>installed" message. No headers, nothing. Package itself is downloaded >>>>>to setup directory. >>>> >>>> >>>> >>>>Are you sure you did not selected "Download from Internet" in setup.exe? >>> >>> >>>No. I use "Install from internet". Funny, even reinstall stated that >>>"nothing to install". >> >>It seems to even unpack package but then again.... >> >>It even did it for "Install from local directory". Don't get it... > > > The files are usually installed in /usr/X11R6/lib/X11. > > Please send the output of cygcheck -c and /var/log/setup.log (maybe only the > part from the most recent install) as attachment. > > bye > ago Excerpt from last run. You can clearly see that it really does (or at least tries to do) something to package but... nothing happens. /var/log/setup.log: 2004/11/12 13:08:44 Starting cygwin install, version 2.427 2004/11/12 13:08:44 Current Directory: D:\WebDownloads 2004/11/12 13:08:44 Changing gid to Users 2004/11/12 13:08:44 Could not open service McShield for query, start and stop. McAfee may not be installed, or we don't have access. 2004/11/12 13:08:48 source: network install 2004/11/12 13:08:49 root: C:\cygwin binary system 2004/11/12 13:08:49 Selected local directory: D:\WebDownloads 2004/11/12 13:08:50 net: Direct 2004/11/12 13:08:52 site: ftp://ftp.funet.fi/pub/mirrors/cygwin.com/pub/cygwin 2004/11/12 13:09:14 Downloaded D:\WebDownloads/ftp%3a%2f%2fftp.funet.fi%2fpub%2fmirrors%2fcygwin.com%2fpub%2fcygwin/release/X11/xorg-x11-bin-lndir/xorg-x11-bin-lndir-6.8.1.0-1.tar.bz2 2004/11/12 13:09:14 Replacing xorg-x11-devel 2004/11/12 13:09:14 Installing file://D:\WebDownloads/ftp%3a%2f%2fftp.funet.fi%2fpub%2fmirrors%2fcygwin.com%2fpub%2fcygwin/release/X11/xorg-x11-devel/xorg-x11-devel-6.8.1.0-1.tar.bz2 2004/11/12 13:09:14 Installing file://D:\WebDownloads/ftp%3a%2f%2fftp.funet.fi%2fpub%2fmirrors%2fcygwin.com%2fpub%2fcygwin/release/X11/xorg-x11-bin-lndir/xorg-x11-bin-lndir-6.8.1.0-1.tar.bz2 2004/11/12 13:09:14 Visited: 179 nodes out of 530. 2004/11/12 13:09:14 Dependency ordered install: 2004/11/12 13:09:14 libgettextpo0 2004/11/12 13:09:14 libintl1 2004/11/12 13:09:14 texinfo 2004/11/12 13:09:14 _update-info-dir 2004/11/12 13:09:14 base-passwd 2004/11/12 13:09:14 libintl3 2004/11/12 13:09:14 libiconv2 2004/11/12 13:09:14 libintl2 2004/11/12 13:09:14 cygwin 2004/11/12 13:09:14 ash 2004/11/12 13:09:14 glib2-runtime 2004/11/12 13:09:14 glib2 2004/11/12 13:09:14 atk-runtime 2004/11/12 13:09:14 atk 2004/11/12 13:09:14 atk-devel 2004/11/12 13:09:14 m4 2004/11/12 13:09:14 libgdbm3 2004/11/12 13:09:14 libdb4.2 2004/11/12 13:09:14 crypt 2004/11/12 13:09:14 expat 2004/11/12 13:09:14 perl 2004/11/12 13:09:14 mktemp 2004/11/12 13:09:14 autoconf-devel 2004/11/12 13:09:14 autoconf-stable 2004/11/12 13:09:14 autoconf 2004/11/12 13:09:14 automake-devel 2004/11/12 13:09:14 automake-stable 2004/11/12 13:09:14 automake 2004/11/12 13:09:14 terminfo 2004/11/12 13:09:14 libncurses5 2004/11/12 13:09:14 fileutils 2004/11/12 13:09:14 termcap 2004/11/12 13:09:14 bash 2004/11/12 13:09:14 sh-utils 2004/11/12 13:09:14 textutils 2004/11/12 13:09:14 findutils 2004/11/12 13:09:14 sed 2004/11/12 13:09:14 base-files 2004/11/12 13:09:14 binutils 2004/11/12 13:09:14 libbz2_1 2004/11/12 13:09:14 bzip2 2004/11/12 13:09:14 libgdbm4 2004/11/12 13:09:14 cvs 2004/11/12 13:09:14 cygrunsrv 2004/11/12 13:09:14 libpopt0 2004/11/12 13:09:14 cygutils 2004/11/12 13:09:14 gawk 2004/11/12 13:09:14 groff 2004/11/12 13:09:14 gzip 2004/11/12 13:09:14 libpcre0 2004/11/12 13:09:14 less 2004/11/12 13:09:14 libcharset1 2004/11/12 13:09:14 libiconv 2004/11/12 13:09:14 man 2004/11/12 13:09:14 cygwin-doc 2004/11/12 13:09:14 diffutils 2004/11/12 13:09:14 libncurses7 2004/11/12 13:09:14 libreadline5 2004/11/12 13:09:14 zlib 2004/11/12 13:09:14 libxml2 2004/11/12 13:09:14 docbook-xml42 2004/11/12 13:09:14 docbook-xsl 2004/11/12 13:09:14 editrights 2004/11/12 13:09:14 file 2004/11/12 13:09:14 libfreetype26 2004/11/12 13:09:14 freetype2 2004/11/12 13:09:14 libfontconfig1 2004/11/12 13:09:14 fontconfig 2004/11/12 13:09:14 w32api 2004/11/12 13:09:14 mingw-runtime 2004/11/12 13:09:14 gcc-mingw-core 2004/11/12 13:09:14 gcc-core 2004/11/12 13:09:14 gcc-mingw-g++ 2004/11/12 13:09:14 gcc-g++ 2004/11/12 13:09:14 gcc-mingw 2004/11/12 13:09:14 libjpeg62 2004/11/12 13:09:14 libtiff4 2004/11/12 13:09:14 libpng12 2004/11/12 13:09:14 pcre-doc 2004/11/12 13:09:14 libpcre 2004/11/12 13:09:14 pcre 2004/11/12 13:09:14 gettext 2004/11/12 13:09:14 libintl 2004/11/12 13:09:14 tar 2004/11/12 13:09:14 xorg-x11-bin-lndir 2004/11/12 13:09:14 xorg-x11-xwin 2004/11/12 13:09:14 xorg-x11-fnts 2004/11/12 13:09:14 xorg-x11-fenc 2004/11/12 13:09:14 xorg-x11-libs-data 2004/11/12 13:09:14 xorg-x11-etc 2004/11/12 13:09:14 libXft1 2004/11/12 13:09:14 libXft 2004/11/12 13:09:14 xorg-x11-bin-dlls 2004/11/12 13:09:14 xorg-x11-base 2004/11/12 13:09:14 xorg-x11-bin 2004/11/12 13:09:14 libXft2 2004/11/12 13:09:14 pango-runtime 2004/11/12 13:09:14 pango 2004/11/12 13:09:14 gtk2-x11 2004/11/12 13:09:14 gtk2-x11-runtime 2004/11/12 13:09:14 GConf2 2004/11/12 13:09:14 gdbm 2004/11/12 13:09:14 gettext-devel 2004/11/12 13:09:14 glib 2004/11/12 13:09:14 glib-devel 2004/11/12 13:09:14 glib2-devel 2004/11/12 13:09:14 gnome-common 2004/11/12 13:09:14 hicolor-icon-theme 2004/11/12 13:09:14 gnome-icon-theme 2004/11/12 13:09:14 gnome-keyring 2004/11/12 13:09:14 gnome-mime-data 2004/11/12 13:09:14 libIDL 2004/11/12 13:09:14 minires 2004/11/12 13:09:14 ORBit2 2004/11/12 13:09:14 libbonobo20 2004/11/12 13:09:14 libbonobo2 2004/11/12 13:09:14 openssl 2004/11/12 13:09:14 shared-mime-info 2004/11/12 13:09:14 gnome-vfs2 2004/11/12 13:09:14 grep 2004/11/12 13:09:14 gtk+ 2004/11/12 13:09:14 gtk+-devel 2004/11/12 13:09:14 OpenSP 2004/11/12 13:09:14 openjade 2004/11/12 13:09:14 gtk-doc 2004/11/12 13:09:14 gtk2-x11-devel 2004/11/12 13:09:14 intltool 2004/11/12 13:09:14 libjpeg6b 2004/11/12 13:09:14 jpeg 2004/11/12 13:09:14 libart_lgpl 2004/11/12 13:09:14 libaudiofile-devel 2004/11/12 13:09:14 libaudiofile0 2004/11/12 13:09:14 popt 2004/11/12 13:09:14 ORBit2-devel 2004/11/12 13:09:14 libbonobo2-devel 2004/11/12 13:09:14 libesound0 2004/11/12 13:09:14 libgnome2 2004/11/12 13:09:14 libgnomecanvas2 2004/11/12 13:09:14 libbonoboui2 2004/11/12 13:09:14 libesound-devel 2004/11/12 13:09:14 libfreetype2-devel 2004/11/12 13:09:14 libfontconfig-devel 2004/11/12 13:09:14 libgpg-error 2004/11/12 13:09:14 libgcrypt 2004/11/12 13:09:14 libgdbm 2004/11/12 13:09:14 libgdbm-devel 2004/11/12 13:09:14 libglade2 2004/11/12 13:09:14 libgnomeprint22 2004/11/12 13:09:14 libgnomeprintui22 2004/11/12 13:09:14 libgnomeui2 2004/11/12 13:09:14 libltdl3 2004/11/12 13:09:14 libltdl6 2004/11/12 13:09:14 libncurses6 2004/11/12 13:09:14 libncurses8 2004/11/12 13:09:14 libreadline4 2004/11/12 13:09:14 libreadline6 2004/11/12 13:09:14 libtool-stable 2004/11/12 13:09:14 libtool-devel 2004/11/12 13:09:14 libtool 2004/11/12 13:09:14 xorg-x11-devel 2004/11/12 13:09:14 libXft-devel 2004/11/12 13:09:14 libxslt 2004/11/12 13:09:14 login 2004/11/12 13:09:14 make 2004/11/12 13:09:14 minires-devel 2004/11/12 13:09:14 nano 2004/11/12 13:09:14 ncurses 2004/11/12 13:09:14 openssh 2004/11/12 13:09:14 openssl-devel 2004/11/12 13:09:14 pango-devel 2004/11/12 13:09:14 pkgconfig 2004/11/12 13:09:14 tcltk 2004/11/12 13:09:14 python 2004/11/12 13:09:14 readline 2004/11/12 13:09:14 startup-notification 2004/11/12 13:09:14 which 2004/11/12 13:09:14 xterm 2004/11/12 13:09:14 X-startup-scripts 2004/11/12 13:09:14 X11 2004/11/12 13:09:18 mbox note: Nothing needed to be installed 2004/11/12 13:09:20 Ending cygwin install -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cygcheck.out URL: From alexander.gottwald@s1999.tu-chemnitz.de Fri Nov 12 13:33:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 12 Nov 2004 13:33:00 -0000 Subject: updating to latest cygwin broke X In-Reply-To: References: Message-ID: On Fri, 12 Nov 2004, Stephen More wrote: > I have been running cygwin with xorg 6.7.0 and it has been flawless. > Tonight I updated cygwin with all the latest packages. The update > displayed error: "mfw.exe Unable to Locate DLL". But at the end it > said it completed successfully. So I tried startxwin.bat... failed > could not find XWin. So I manually untared xorg-x11-xwin-6.8.1.0-5. I > tried again this time it could not find cygX11-6.dll so I untarred > xorg-x11-bin-dlls-6.8.1.0-1.tar. Still reports the same error. At this > point I moved C:\cygwin to C:\cygwin.broke and tried to a fresh > install. I still got the same error "could not find cygX11-6.dll". > Is the current install of X broken ? How can I get my X working again, > trying to uninstall xorg 6.8 seems almost impossible using the setup > program. What does cygcheck.exe /usr/X11R6/bin/XWin.exe report? Have you tried selecting "reinstall" for the packages in setup.exe? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Fri Nov 12 13:38:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 12 Nov 2004 13:38:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: References: Message-ID: On Fri, 12 Nov 2004, Jani Tiainen wrote: > Alexander Gottwald wrote: > > > > Please send the output of cygcheck -c and /var/log/setup.log (maybe only the > > part from the most recent install) as attachment. > > > > bye > > ago > > > Excerpt from last run. You can clearly see that it really does (or at > least tries to do) something to package but... nothing happens. Hm... The cygcheck output reports xorg-x11-devel is installed and ok (no files are missing). Are files installed in /usr/X11R6/include/X11? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From stephen.more@gmail.com Fri Nov 12 14:06:00 2004 From: stephen.more@gmail.com (Stephen More) Date: Fri, 12 Nov 2004 14:06:00 -0000 Subject: updating to latest cygwin broke X In-Reply-To: References: Message-ID: It appears that a reboot after a failed setup has fixed some things but not all. A fresh install will now work. I have also tried to rescue my old install by using reinstall, X will now start but looks very strange. Black has replaced colors like my text. So now in my xterm I have long black boxes. I am going to try and install prev and see if that will clear things up. -Steve More On Fri, 12 Nov 2004 14:33:16 +0100 (MET), Alexander Gottwald wrote: > On Fri, 12 Nov 2004, Stephen More wrote: > > > > > I have been running cygwin with xorg 6.7.0 and it has been flawless. > > Tonight I updated cygwin with all the latest packages. The update > > displayed error: "mfw.exe Unable to Locate DLL". But at the end it > > said it completed successfully. So I tried startxwin.bat... failed > > could not find XWin. So I manually untared xorg-x11-xwin-6.8.1.0-5. I > > tried again this time it could not find cygX11-6.dll so I untarred > > xorg-x11-bin-dlls-6.8.1.0-1.tar. Still reports the same error. At this > > point I moved C:\cygwin to C:\cygwin.broke and tried to a fresh > > install. I still got the same error "could not find cygX11-6.dll". > > Is the current install of X broken ? How can I get my X working again, > > trying to uninstall xorg 6.8 seems almost impossible using the setup > > program. > > What does cygcheck.exe /usr/X11R6/bin/XWin.exe report? > > Have you tried selecting "reinstall" for the packages in setup.exe? > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 > From redetin@luukku.com Fri Nov 12 14:09:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Fri, 12 Nov 2004 14:09:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: References: Message-ID: Alexander Gottwald wrote: > On Fri, 12 Nov 2004, Jani Tiainen wrote: > > >>Alexander Gottwald wrote: >> >>>Please send the output of cygcheck -c and /var/log/setup.log (maybe only the >>>part from the most recent install) as attachment. >>> >>>bye >>> ago >> >> >>Excerpt from last run. You can clearly see that it really does (or at >>least tries to do) something to package but... nothing happens. > > > Hm... The cygcheck output reports xorg-x11-devel is installed and ok (no files > are missing). Are files installed in /usr/X11R6/include/X11? No they are not, which is strange. Where those files disappeared..? Is there way to produce more output from setup.exe, so I could see where it tries to put those files...? -- Jani Tiainen From Joerg.Schaible@Elsag-Solutions.com Fri Nov 12 14:20:00 2004 From: Joerg.Schaible@Elsag-Solutions.com (=?iso-8859-1?Q?J=F6rg_Schaible?=) Date: Fri, 12 Nov 2004 14:20:00 -0000 Subject: X11/Xlib.h missing Message-ID: Hi Alexander, same situation here. I took "Install fom Internet", verified that in the downloaded archive are all files available, but none of them made it to the directory. Also tried to uninstall all packages from X11 category and installed them again - nothing, the core packages put their files in place, but none is extracted from the -devel package :( Attached were rejected because of size. - J?rg From cgf-no-personal-reply-please@cygwin.com Fri Nov 12 15:13:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 12 Nov 2004 15:13:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: References: Message-ID: <20041112151334.GE26737@trixie.casa.cgf.cx> On Fri, Nov 12, 2004 at 11:27:51AM +0200, Jani Tiainen wrote: >I tried to install development headers (xorg-x11-devel, version >6.8.1.0-1). When I selected package I only get "nothing to be installed" >message. No headers, nothing. Package itself is downloaded to setup >directory. I repackaged some of the X .tar.bz2 yesterday to potentially work around a problem installing. The options that I used to tar confused setup.exe into thinking that the packages were empty. So, this is consistent with the symptoms of trying to install one of those packages. This should be rectified soon as the new versions of the tar files make it out to all of the mirrors. So, the solution is "try again". cgf From cgf-no-personal-reply-please@cygwin.com Fri Nov 12 15:27:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 12 Nov 2004 15:27:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: <20041112151334.GE26737@trixie.casa.cgf.cx> References: <20041112151334.GE26737@trixie.casa.cgf.cx> Message-ID: <20041112152723.GG26737@trixie.casa.cgf.cx> On Fri, Nov 12, 2004 at 10:13:34AM -0500, Christopher Faylor wrote: >On Fri, Nov 12, 2004 at 11:27:51AM +0200, Jani Tiainen wrote: >>I tried to install development headers (xorg-x11-devel, version >>6.8.1.0-1). When I selected package I only get "nothing to be installed" >>message. No headers, nothing. Package itself is downloaded to setup >>directory. > >I repackaged some of the X .tar.bz2 yesterday to potentially work around >a problem installing. The options that I used to tar confused setup.exe >into thinking that the packages were empty. > >So, this is consistent with the symptoms of trying to install one of >those packages. This should be rectified soon as the new versions of >the tar files make it out to all of the mirrors. > >So, the solution is "try again". Just one more bit of data: I rectified the problem at ~12:30AM EST 2004-10-11 so the new packages should be on most mirrors soon if they are not there already. Apologies for the inconvenience I caused. cgf From Joerg.Schaible@Elsag-Solutions.com Fri Nov 12 15:35:00 2004 From: Joerg.Schaible@Elsag-Solutions.com (=?iso-8859-1?Q?J=F6rg_Schaible?=) Date: Fri, 12 Nov 2004 15:35:00 -0000 Subject: X11/Xlib.h missing Message-ID: Christopher Faylor wrote on Friday, November 12, 2004 4:27 PM: [snip] >> So, the solution is "try again". > > Just one more bit of data: I rectified the problem at > ~12:30AM EST 2004-10-11 so the new packages should be on most > mirrors soon if they are not there already. > > Apologies for the inconvenience I caused. No problem, as long as there is at least an explanation for weird behaviour. :) - J?rg From marc@_not_valid_.com Fri Nov 12 15:56:00 2004 From: marc@_not_valid_.com (Marc) Date: Fri, 12 Nov 2004 15:56:00 -0000 Subject: Swiss keyboard layout support Message-ID: I am using X/Cygwin, which I just updated, and there seems to be a problem with the Swiss keyboard layout definition (at least the Swiss French). (--) winConfigKeyboard - Layout: "0000100C" (0000100c) (EE) Keyboardlayout "Swiss French" (0000100C) is unknown Note that the layout is installed, as setxkbmap fr_CH -model pc105 works very well. Very good software, thanks a lot Best regards, Marc. -- marc _a_ penguinmail _._ com From bruno.patin@wanadoo.fr Fri Nov 12 16:16:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Fri, 12 Nov 2004 16:16:00 -0000 Subject: Mozilla ready compiled, but not operational In-Reply-To: <41948C6E.5010908@familiehaase.de> References: <4193724E.9040208@familiehaase.de> <41937606.2030405@wanadoo.fr> <41948C6E.5010908@familiehaase.de> Message-ID: <4194E1B4.2090601@wanadoo.fr> Gerrit P. Haase wrote: > bruno patin wrote: > >> Gerrit P. Haase wrote: >> >>> Hi, >>> >>> I have some mozilla binaries, the application starts and the usual >>> window is displayed, but it does nothing, if an URL is entered in the >>> address bar and I hit enter, nothing happens, menus are displayed ok, >>> but clicking on an entry does nothin, tooltips are not working or not >>> visible, there is only a minimal balloon displayed. The GTKMozEmbed >>> test application is working fine and I can browse websites with it. >>> >>> What may be the problem with the mozilla application? >>> >>> Who is interested to help debugging this? >>> >>> >>> Gerrit >> >> >> >> Why not but beware, I do not know the internals of mozilla that well >> (notat all in fact, only reading what something like linux mag could >> write). What do you want me to do ? Don't forget I have no >> operational cygwin working at this step as I'm working on the install >> problem and each test is a long one. > > > One problem I have at the moment is hardware related: > /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../i686-pc-cygwin/bin/ld: > final link failed: No space left on device > > And I have just 512 MB RAM, but linking a non-debugging version of the > necko layout library requires 1.25 GB RAM, the debugging version > requires 1.75 GB RAM and lots of free HD space. It is not crucial, it > just lasts very long to link this library if 1.25 GB needs to be > swapped. I have some more RAM which I can use so this is not really a > problem. > > If you have enough RAM (1 GB) you could compile it too and then run it > with gdb. I'm not in a hurry and I'll be out of town the next week. > I try to update my sources and my patchfile to offer a patch which > will apply against a recent nightly-snapshot of mozilla. > > > Gerrit At work I have this ram but not at home only 756Mb so I will take timeto compile (time to read perhaps :-) ). For the time being I have to download a source equivalent to yours. Do you have a specific adress or do I search on the mozilla site ? One question, when you speak of mozilla, you speak of firefox, am I wrong ? Bruno From cgf-no-personal-reply-please@cygwin.com Fri Nov 12 16:16:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 12 Nov 2004 16:16:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: References: Message-ID: <20041112161556.GK26737@trixie.casa.cgf.cx> On Fri, Nov 12, 2004 at 04:35:01PM +0100, J?rg Schaible wrote: >Christopher Faylor wrote on Friday, November 12, 2004 4:27 PM: > >[snip] > >>> So, the solution is "try again". >> >> Just one more bit of data: I rectified the problem at >> ~12:30AM EST 2004-10-11 so the new packages should be on most >> mirrors soon if they are not there already. >> >> Apologies for the inconvenience I caused. > >No problem, as long as there is at least an explanation for weird >behaviour. :) I spent way too long last night trying to figure out why *I* couldn't install X anymore. I could see the setup.exe messages flashing by as it was "installing" the xorg packages but, when I was done, only some things from X were installed. If I unpacked the tar.bz2 files by hand then I got everything I expected. It took about an hour for a "Oh. Wait a minute." reaction to kick in. The problem with the tar files was that I'd used the -o option to tar when creating the tar files. This creates smaller tar files but apparently setup.exe doesn't like the old style tar format. Anyway, I'm just operating on a hunch here but I'll be REALLY interested to hear if this repackaging fixes the problems that people were seeing. If it does, I'll look into the setup code to see why that is. cgf From Arijit.Mukherjee@newcastle.ac.uk Fri Nov 12 16:20:00 2004 From: Arijit.Mukherjee@newcastle.ac.uk (Arijit Mukherjee) Date: Fri, 12 Nov 2004 16:20:00 -0000 Subject: X startup failure Message-ID: <2ED602334F87F94CB1CA268F9608C1946E9E94@moonraker.campus.ncl.ac.uk> Hi I just installed a fresh version of Cygwin on my WinXP machine. But I am not able to use the X11 utilities. Attemtping to execute "startxwin.bat" results in an error which says "Unable to find XWin", although the path is properly set. The reason is, XWin is not at all installed, although I have tried to reinstall several times. The packages are downloaded on the local disk, but they never get copied to /usr/X11/bin. I tried to copy the files manually, but even that didn't work. Can anyone give me a clue why this is not working? Regards Arijit "And when the night is cloudy, There is still a light that shines on me, Shine on until tomorrow, let it be. " John Lennon/Paul McCartney From ingber@ingber.com Fri Nov 12 16:26:00 2004 From: ingber@ingber.com (Lester Ingber) Date: Fri, 12 Nov 2004 16:26:00 -0000 Subject: new Cygwin has memory problems? Message-ID: <20041112162605.GA3620@ingber.com> I was wrong in assuming this was a cygwin base problem. It must be a cygwin-xfree problem. I have no problems I can see in a cygwin console window, only in an xterm (or rxvt) window running under XWin -unixkill -emulate3buttons -clipboard -multiwindow -silent-dup-error & Lester +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= I cannot determine why, but with the new Cygwin base I just installed, a utility I have used for quite a few years, dired [http://www.math.utah.edu/~beebe/software/file-tools.html#dired], now freezes my window. A `top` shows that CPU usage quickly climbs to maximum values. I have to guess that other utilities will have similar problems. Thanks. Lester From cgf-no-personal-reply-please@cygwin.com Fri Nov 12 16:27:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 12 Nov 2004 16:27:00 -0000 Subject: X startup failure In-Reply-To: <2ED602334F87F94CB1CA268F9608C1946E9E94@moonraker.campus.ncl.ac.uk> References: <2ED602334F87F94CB1CA268F9608C1946E9E94@moonraker.campus.ncl.ac.uk> Message-ID: <20041112162719.GL26737@trixie.casa.cgf.cx> On Fri, Nov 12, 2004 at 04:19:49PM -0000, Arijit Mukherjee wrote: >Hi > >I just installed a fresh version of Cygwin on my WinXP machine. But I am >not able to use the X11 utilities. Attemtping to execute "startxwin.bat" >results in an error which says "Unable to find XWin", although the path >is properly set. The reason is, XWin is not at all installed, although I >have tried to reinstall several times. The packages are downloaded on >the local disk, but they never get copied to /usr/X11/bin. I tried to >copy the files manually, but even that didn't work. > >Can anyone give me a clue why this is not working? There was a problem with some of the xorg packages (caused by me). Try installing from another mirror. http://mirrors.rcn.net/ is up-to-date. From ingber@ingber.com Fri Nov 12 16:41:00 2004 From: ingber@ingber.com (Lester Ingber) Date: Fri, 12 Nov 2004 16:41:00 -0000 Subject: new Cygwin has memory problems? Message-ID: <20041112164010.GA3580@ingber.com> After seeing the posting by Christopher Faylor (posted after mine), I checked mirrors.rcn.net (my usual default), and it seems I already am up to date, and my problem still persists. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= I was wrong in assuming this was a cygwin base problem. It must be a cygwin-xfree problem. I have no problems I can see in a cygwin console window, only in an xterm (or rxvt) window running under XWin -unixkill -emulate3buttons -clipboard -multiwindow -silent-dup-error & Lester +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= I cannot determine why, but with the new Cygwin base I just installed, a utility I have used for quite a few years, dired [http://www.math.utah.edu/~beebe/software/file-tools.html#dired], now freezes my window. A `top` shows that CPU usage quickly climbs to maximum values. I have to guess that other utilities will have similar problems. Thanks. Lester From gerrit@familiehaase.de Fri Nov 12 16:56:00 2004 From: gerrit@familiehaase.de (Gerrit P. Haase) Date: Fri, 12 Nov 2004 16:56:00 -0000 Subject: Mozilla ready compiled, but not operational In-Reply-To: <4194E1B4.2090601@wanadoo.fr> References: <4193724E.9040208@familiehaase.de> <41937606.2030405@wanadoo.fr> <41948C6E.5010908@familiehaase.de> <4194E1B4.2090601@wanadoo.fr> Message-ID: <4194EB27.6040708@familiehaase.de> bruno patin wrote: >> If you have enough RAM (1 GB) you could compile it too and then run it >> with gdb. I'm not in a hurry and I'll be out of town the next week. >> I try to update my sources and my patchfile to offer a patch which >> will apply against a recent nightly-snapshot of mozilla. > > At work I have this ram but not at home only 756Mb so I will take timeto > compile (time to read perhaps :-) ). For the time being I have to > download a source equivalent to yours. Do you have a specific adress or > do I search on the mozilla site ? One question, when you speak of > mozilla, you speak of firefox, am I wrong ? 'Only' 756 MB should be ok, maybe you'll need to increase the size of your swapfile. I have 512 MB until today with a swapfile of 1 GB, I increased the swapfile size to 2 GB because I want to build a debugging version now, but my /tmp drive was full... I build the complete mozilla, including mail/news, firefox alone fails to build currently (with my initial patch), I have not tried thunderbird or calendar standalone yet. These are all things that are remaining once I see a working browser. What currently fails too is all security related, aka 'personal security manager', in this part of the tree they don't use autoconf and I have problems to figure what to change to get the paths in the Makefiles correct. You can fetch a recent nightly snapshot of the tree here: ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest/mozilla-source.tar.bz2 I send the latest patchfile later this evening to be created after I have updated the tree with: $ cvs -z9 up Gerrit -- =^..^= From Joerg.Schaible@Elsag-Solutions.com Fri Nov 12 17:00:00 2004 From: Joerg.Schaible@Elsag-Solutions.com (=?iso-8859-1?Q?J=F6rg_Schaible?=) Date: Fri, 12 Nov 2004 17:00:00 -0000 Subject: X11/Xlib.h missing Message-ID: Christopher Faylor wrote on Friday, November 12, 2004 5:16 PM: [snip] >> No problem, as long as there is at least an explanation for weird >> behaviour. :) > > I spent way too long last night trying to figure out why *I* > couldn't install X anymore. I could see the setup.exe > messages flashing by as it was "installing" the xorg packages > but, when I was done, only some things from X were installed. > If I unpacked the tar.bz2 files by hand then I got > everything I expected. It took about an hour for a "Oh. Wait > a minute." reaction to kick in. > > The problem with the tar files was that I'd used the -o > option to tar when creating the tar files. This creates > smaller tar files but apparently setup.exe doesn't like the old style > tar format. > > Anyway, I'm just operating on a hunch here but I'll be REALLY > interested to hear if this repackaging fixes the problems > that people were seeing. If it does, I'll look into the setup code to > see why that is. Thanks for your effort, Chris. I'll try it on Monday ASAP when I am in office again. At home I have the *real thing* and cannot test this sort of problems :)) - J?rg From bruno.patin@wanadoo.fr Fri Nov 12 17:05:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Fri, 12 Nov 2004 17:05:00 -0000 Subject: Mozilla ready compiled, but not operational In-Reply-To: <4194EB27.6040708@familiehaase.de> References: <4193724E.9040208@familiehaase.de> <41937606.2030405@wanadoo.fr> <41948C6E.5010908@familiehaase.de> <4194E1B4.2090601@wanadoo.fr> <4194EB27.6040708@familiehaase.de> Message-ID: <4194ED35.3070306@wanadoo.fr> Gerrit P. Haase wrote: > bruno patin wrote: > >>> If you have enough RAM (1 GB) you could compile it too and then run >>> it with gdb. I'm not in a hurry and I'll be out of town the next >>> week. I try to update my sources and my patchfile to offer a patch >>> which will apply against a recent nightly-snapshot of mozilla. >> >> >> At work I have this ram but not at home only 756Mb so I will take >> timeto compile (time to read perhaps :-) ). For the time being I have >> to download a source equivalent to yours. Do you have a specific >> adress or do I search on the mozilla site ? One question, when you >> speak of mozilla, you speak of firefox, am I wrong ? > > > 'Only' 756 MB should be ok, maybe you'll need to increase the size of > your swapfile. I have 512 MB until today with a swapfile of 1 GB, I > increased the swapfile size to 2 GB because I want to build a debugging > version now, but my /tmp drive was full... > > I build the complete mozilla, including mail/news, firefox alone fails > to build currently (with my initial patch), I have not tried thunderbird > or calendar standalone yet. These are all things that are remaining > once I see a working browser. > > What currently fails too is all security related, aka 'personal security > manager', in this part of the tree they don't use autoconf and I have > problems to figure what to change to get the paths in the Makefiles > correct. > > You can fetch a recent nightly snapshot of the tree here: > ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest/mozilla-source.tar.bz2 > > > I send the latest patchfile later this evening to be created after I > have updated the tree with: > $ cvs -z9 up > > Gerrit Ok I'm dowloading he source files. I don't think I will be ready to work before tomorrow because of my testing of the install procedure and as my connection is not as fast as thunder and as my daughters live on it a lot (ah msn messenger :-( )and as I have to download a complete cygwin distro ... So as soon as I'm ready and I lauch the configure, I report to you. How will I be able to get your patch ? Will you send me the files patched ? Bruno From pechtcha@cs.nyu.edu Fri Nov 12 17:14:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Fri, 12 Nov 2004 17:14:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: References: Message-ID: On Fri, 12 Nov 2004, Jani Tiainen wrote: > Alexander Gottwald wrote: > > On Fri, 12 Nov 2004, Jani Tiainen wrote: > > > > > Alexander Gottwald wrote: > > > > > > > Please send the output of cygcheck -c and /var/log/setup.log (maybe only > > > > the > > > > part from the most recent install) as attachment. > > > > > > > > bye > > > > ago > > > > > > Excerpt from last run. You can clearly see that it really does (or at > > > least tries to do) something to package but... nothing happens. > > > > Hm... The cygcheck output reports xorg-x11-devel is installed and ok > > (no files are missing). Are files installed in /usr/X11R6/include/X11? > > No they are not, which is strange. Where those files disappeared..? Setup's output shows no files written to disk. Is the package corrupted? Did you try another mirror? > Is there way to produce more output from setup.exe, so I could see where it > tries to put those files...? /var/log/setup.log.full (overwritten on every setup run). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From Alexander.Gottwald@s1999.tu-chemnitz.de Fri Nov 12 17:40:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 12 Nov 2004 17:40:00 -0000 Subject: Swiss keyboard layout support In-Reply-To: References: Message-ID: Marc wrote: > I am using X/Cygwin, which I just updated, and there seems to be a problem > with the Swiss keyboard layout definition (at least the Swiss French). > > (--) winConfigKeyboard - Layout: "0000100C" (0000100c) > (EE) Keyboardlayout "Swiss French" (0000100C) is unknown > > Note that the layout is installed, as > > setxkbmap fr_CH -model pc105 I've added the layout yesterday. It will be included in the next release. bye ago -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From faisal@cs.toronto.edu Fri Nov 12 18:20:00 2004 From: faisal@cs.toronto.edu (Faisal Zubair Qureshi) Date: Fri, 12 Nov 2004 18:20:00 -0000 Subject: X-Cygwin with Zone Alarm 5+ Message-ID: <04Nov12.131949edt.200836-15686@yonge.cs.toronto.edu> I was able to run cygwin xserver with zonealarm 5 + by reducing "Internet Zone Security" setting to medium. - faisal. From harold.bamford@sciatl.com Fri Nov 12 19:41:00 2004 From: harold.bamford@sciatl.com (Harold Bamford) Date: Fri, 12 Nov 2004 19:41:00 -0000 Subject: XWin -multiwindow and XEmacs/gnuclient -- cannot get autoraise Message-ID: Greetings, I cannot get a running instance of XEmacs to raise to the top when it opens a new file via gnuclient. I believe this is a misconfiguration of my X server which is why I am posting a help message here rather than with an XEmacs newsgroup. I am running "XWin -multiwindow -clipboard" (Release 6.8.1.0-5) on a MS Windows XP Pro box, however all my X clients are on a Solaris 9 box. When I use gnuclient (on the Solaris box) to open a file with an existing XEmacs instance, the file is opened successfully but XEmacs is not raised up to the top. So I have to use Alt-Tab to get to it. Not a calamity, but irritating. The XEmacs documentation indicates that on some X servers, the raise-frame function needs to be called so I use this gnuclient command line to open the file: /opt/sfw/bin/gnuclient -eval '(progn (raise-frame) (focus-frame (selected- frame))))' I tried this using XWin without the builtin window manager (using twm or mwm as the window manager) and then autoraise seems to work. But this is not a good environment for me as I need constant access to both the X windows and the PC. I have done quite a bit of searching of the web and FAQs and manual pages and cannot find this even mentioned. So either it is so obvious that no-one could possibly need it explained, or it has just never come up. Or I used the wrong keywords in the searches. So, what's the secret to getting this to work? Many thanks for your help. -- Harold Below is the cygcheck.out. Please forgive the volume.

Cygwin Configuration Diagnostics
Current System Time: Fri Nov 12 12:57:34 2004

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:	C:\cygwin\usr\local\bin\netpbm
	c:\gs\gs7.04\bin
	c:\gs\gs7.04\lib
	c:\ghostgum\pstotext
	C:\cygwin\usr\X11R6\bin
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	c:\Perl\bin\
	c:\WINNT\system32
	c:\WINNT
	c:\WINNT\system32\WBEM
	c:\Perl\bin
	c:\S
	C:\cygwin\SW\PVCS65\VM\win32\bin
	c:\DMI\bin
	c:\mentor\2000\vbdc\bin
	c:\mentor\2000\vbdcb\bin
	c:\mentor\2000\vbdesvw\bin
	c:\mentor\2000\vblibmgr\bin
	c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin
	c:\VXIpnp\WinNT\Bin
	c:\quartus\bin
	c:\Program Files\msi2xml\
	c:\NT4-DDK\bin
	c:\PROGRA~1\ATT\Graphviz\bin
	c:\Program Files\Symantec\pcAnywhere\
	c:\Program Files\Executive Software\DiskeeperWorkstation\
	c:\Program Files\TNCS 1.6.1\snmpri
	c:\Program Files\TNCS 1.6.1
	c:\Program Files\Microsoft SDK\Bin\
	c:\Program Files\Microsoft SDK\Bin\WinNT\
	c:\Program Files\Common Files\Roxio Shared\DLLShared
	c:\BIN
	c:\Program Files\Microsoft Visual Studio\VC98\Bin
	c:\Program Files\Microsoft Visual Studio\Common\Tools
	.\

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 400(bamforh)  GID: 401(mkpasswd)
401(mkpasswd)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 400(bamforh)   GID: 401(mkpasswd)
0(root)             544(Administrators) 545(Users)          401(mkpasswd)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

HOME = `C:\cygwin\home\Administrator'
MAKE_MODE = `unix'
PWD = `/usr/X11R6/bin'
USER = `bamforh'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\bamforh.CORPSA.000\Application Data'
BASEDIR = `C:\NT4-DDK'
BASEMAKE = `C:\Program Files\Microsoft SDK\Include\BKOffice.Mak'
BKOFFICE = `C:\Program Files\Microsoft SDK\.'
C51INC = `C:\C51\INC\'
C51LIB = `C:\C51\LIB\'
CDPATH = `.:/cygdrive/c/Prisma II:/cygdrive/c/hughes/sw:/cygdrive/c'
CLASSPATH = `"C:\WINNT\System32\QTJava.zip";"C:\WINNT\System32\QTJava.zip"'
CLIENTNAME = `Console'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPLETEINCLUDE = `C:\Program Files\Microsoft SDK\Include\.'
COMPUTERNAME = `CHIBAMFORH'
COMSPEC = `C:\WINNT\system32\cmd.exe'
DDKDRIVE = `C:'
DISKEEPERICON = `C:\Program Files\Executive Software\DiskeeperWorkstation\'
DISPLAY = `127.0.0.1:0.0'
FP_NO_HOST_CHECK = `NO'
FRAMEWORKPATH = `C:\VXIpnp\WinNT\'
HOMEDRIVE = `H:'
HOMEPATH = `\'
HOMESHARE = `\\sauschifps02\users$\BamforH'
INCLUDE = `C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1
\include\;C:\Program Files\Microsoft SDK\Include\.'
INETSDK = `C:\Program Files\Microsoft SDK\.'
LESS = `--clear-screen --ignore-case --status-column --long-prompt --hilite-
unread'
LIB = `C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1
\Lib\;C:\Program Files\Microsoft SDK\Lib\.'
LM_LICENSE_FILE = `13334@tns-cad-vbb,13334@tns-cad-
vbm;c:\flexlm\license.dat;C:\ISIPPCT\licenses\license.dat;8863@fibersoft'
LOGONSERVER = `\\SAUSCHIDCS01'
MANPATH = `:/usr/ssl/man:/usr/X11R6/man'
MGLS_DLL = `C:\Mentor\2000.5\mglsclnt\mgls.dll'
MGLS_PKGINFO_FILE = `C:\Mentor\2000.5\mglsclnt\mgc.pkginfo'
MSSDK = `C:\Program Files\Microsoft SDK\.'
MSTOOLS = `C:\Program Files\Microsoft SDK\.'
MSTUDIO_CPP_PATH = `C:\Program Files\National Instruments\MeasurementStudio\VC'
MSTUDIO_CPP_VXIPNP_PATH = `C:\VXIpnp\WinNT'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/bin'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PL'
PKG_CONFIG_PATH = `/usr/X11R6/lib/pkgconfig'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 9, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0209'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\u@\h: $ '
QTJAVA = `"C:\WINNT\System32\QTJava.zip"'
QUARTUS_ROOTDIR = `C:\quartus'
SESSIONNAME = `Console'
SHLVL = `1'
SR_AGT_CONF_DIR = `C:\Program Files\TNCS 1.6.1\snmpri'
SR_MGR_CONF_DIR = `C:\Program Files\TNCS 1.6.1\snmpri'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `C:\DOCUME~1\BAMFOR~1.000\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `C:\DOCUME~1\BAMFOR~1.000\LOCALS~1\Temp'
USERDNSDOMAIN = `CORP.SA.NET'
USERDOMAIN = `CORPSA'
USERNAME = `bamforh'
USERPROFILE = `C:\Documents and Settings\bamforh.CORPSA.000'
VS71COMNTOOLS = `C:\Program Files\Microsoft Visual Studio .NET 2003\Common7
\Tools\'
VXIPNPPATH = `C:\VXIpnp\'
WINDIR = `C:\WINNT'
_ = `/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_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000020
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:/cygwin'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/tmp
  (default) = `c:\cygwin\tmp'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:/cygwin/bin'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:/cygwin/lib'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
\/usr/X11R6/lib/X11/fonts
  (default) = `C:\cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd             N/A    N/A                    
c:  hd  NTFS    114439Mb  24% CP CS UN PA FC     
d:  cd             N/A    N/A                    
h:  net NTFS    194466Mb  71% CP CS UN PA FC     Data
p:  net NTFS    121554Mb  74% CP CS UN PA FC     
r:  net NTFS    194466Mb  71% CP CS UN PA FC     Data
s:  net NTFS    121554Mb  74% CP CS UN PA FC     
t:  net NTFS     68936Mb  46% CP CS    PA        ???

C:/cygwin                          /                         system  textmode
c:\cygwin\tmp                      /tmp                      system  binmode
C:/cygwin/bin                      /usr/bin                  system  textmode
C:/cygwin/lib                      /usr/lib                  system  textmode
C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
.                                  /cygdrive                 system  
textmode,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
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

  243k 2004/09/17 .\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2004/9/17 4:48
   26k 2004/09/17 .\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2004/9/17 4:48
   28k 2004/03/31 .\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygDtPrint-1.dll" v0.0 ts=2004/3/30 22:23
   21k 2004/09/17 .\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2004/9/17 4:53
  282k 2003/10/28 .\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-9.dll" v0.0 ts=2003/10/18 1:44
   36k 2004/09/17 .\cygFS-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygFS-6.dll" v0.0 ts=2004/9/17 4:38
  417k 2004/09/17 .\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2004/9/17 4:45
  439k 2004/09/17 .\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2004/9/17 4:47
   75k 2004/09/17 .\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2004/9/17 4:30
   77k 2004/03/31 .\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2004/3/30 22:23
    9k 2004/09/17 .\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2004/9/17 4:29
 1416k 2004/09/17 .\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2004/9/17 4:45
   41k 2002/05/14 .\cygPropList-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygPropList-0.dll" v0.0 ts=2002/5/13 22:13
   20k 2004/09/17 .\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpsres-1.dll" v0.0 ts=2004/9/17 4:49
   30k 2004/09/17 .\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2004/9/17 4:30
   66k 2004/03/31 .\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2004/3/30 22:23
  876k 2004/09/17 .\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2004/9/17 4:29
  253k 2004/09/17 .\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-6.dll" v0.0 ts=2004/9/17 4:34
  356k 2004/09/17 .\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2004/9/17 4:36
  362k 2004/09/17 .\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-8.dll" v0.0 ts=2004/9/17 4:37
    9k 2004/09/17 .\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2004/9/17 4:51
   30k 2004/09/17 .\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2004/9/17 4:50
    9k 2004/09/17 .\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2004/9/17 4:51
    7k 2004/09/17 .\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXevie-1.dll" v0.0 ts=2004/9/17 4:51
   49k 2004/09/17 .\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2004/9/17 4:30
   16k 2004/09/17 .\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2004/9/17 4:51
   56k 2004/03/11 .\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-1.dll" v0.0 ts=2003/11/17 19:42
   63k 2004/03/23 .\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2004/3/23 16:20
   27k 2004/09/17 .\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2004/9/17 4:37
  125k 2004/09/17 .\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2004/9/17 4:38
   12k 2004/09/17 .\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbui-1.dll" v0.0 ts=2004/9/17 4:38
 1294k 2004/03/31 .\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2004/3/30 22:20
  459k 2004/02/10 .\cygXmHTML-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmHTML-0.dll" v0.0 ts=2004/2/10 14:14
   76k 2004/09/17 .\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2004/9/17 4:32
   11k 2004/09/17 .\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2004/9/17 4:32
   26k 2004/09/17 .\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2004/9/17 4:33
   51k 2004/09/17 .\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2004/9/17 4:33
   11k 2004/09/17 .\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2004/9/17 4:50
   28k 2004/09/17 .\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2004/9/17 4:49
    8k 2004/09/17 .\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXRes-1.dll" v0.0 ts=2004/9/17 4:50
  282k 2004/09/17 .\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2004/9/17 4:32
   27k 2004/09/17 .\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2004/9/17 4:50
   17k 2004/09/17 .\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2004/9/17 4:37
  243k 2004/09/17 .\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2004/9/17 4:48
   26k 2004/09/17 .\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2004/9/17 4:48
   28k 2004/03/31 .\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygDtPrint-1.dll" v0.0 ts=2004/3/30 22:23
   21k 2004/09/17 .\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2004/9/17 4:53
  282k 2003/10/28 .\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-9.dll" v0.0 ts=2003/10/18 1:44
   36k 2004/09/17 .\cygFS-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygFS-6.dll" v0.0 ts=2004/9/17 4:38
  417k 2004/09/17 .\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2004/9/17 4:45
  439k 2004/09/17 .\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2004/9/17 4:47
   75k 2004/09/17 .\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2004/9/17 4:30
   77k 2004/03/31 .\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2004/3/30 22:23
    9k 2004/09/17 .\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2004/9/17 4:29
 1416k 2004/09/17 .\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2004/9/17 4:45
   41k 2002/05/14 .\cygPropList-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygPropList-0.dll" v0.0 ts=2002/5/13 22:13
   20k 2004/09/17 .\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpsres-1.dll" v0.0 ts=2004/9/17 4:49
   30k 2004/09/17 .\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2004/9/17 4:30
   66k 2004/03/31 .\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2004/3/30 22:23
  876k 2004/09/17 .\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2004/9/17 4:29
  253k 2004/09/17 .\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-6.dll" v0.0 ts=2004/9/17 4:34
  356k 2004/09/17 .\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2004/9/17 4:36
  362k 2004/09/17 .\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-8.dll" v0.0 ts=2004/9/17 4:37
    9k 2004/09/17 .\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2004/9/17 4:51
   30k 2004/09/17 .\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2004/9/17 4:50
    9k 2004/09/17 .\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2004/9/17 4:51
    7k 2004/09/17 .\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXevie-1.dll" v0.0 ts=2004/9/17 4:51
   49k 2004/09/17 .\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2004/9/17 4:30
   16k 2004/09/17 .\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2004/9/17 4:51
   56k 2004/03/11 .\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-1.dll" v0.0 ts=2003/11/17 19:42
   63k 2004/03/23 .\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2004/3/23 16:20
   27k 2004/09/17 .\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2004/9/17 4:37
  125k 2004/09/17 .\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2004/9/17 4:38
   12k 2004/09/17 .\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbui-1.dll" v0.0 ts=2004/9/17 4:38
 1294k 2004/03/31 .\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2004/3/30 22:20
  459k 2004/02/10 .\cygXmHTML-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmHTML-0.dll" v0.0 ts=2004/2/10 14:14
   76k 2004/09/17 .\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2004/9/17 4:32
   11k 2004/09/17 .\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2004/9/17 4:32
   26k 2004/09/17 .\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2004/9/17 4:33
   51k 2004/09/17 .\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2004/9/17 4:33
   11k 2004/09/17 .\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2004/9/17 4:50
   28k 2004/09/17 .\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2004/9/17 4:49
    8k 2004/09/17 .\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXRes-1.dll" v0.0 ts=2004/9/17 4:50
  282k 2004/09/17 .\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2004/9/17 4:32
   27k 2004/09/17 .\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2004/9/17 4:50
   17k 2004/09/17 .\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2004/9/17 4:37
  243k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2004/9/17 4:48
   26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2004/9/17 4:48
   28k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygDtPrint-1.dll" v0.0 ts=2004/3/30 22:23
   21k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2004/9/17 4:53
  282k 2003/10/28 C:\cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 
sys=4.0
                  "cygfreetype-9.dll" v0.0 ts=2003/10/18 1:44
   36k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygFS-6.dll" v0.0 ts=2004/9/17 4:38
  417k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2004/9/17 4:45
  439k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2004/9/17 4:47
   75k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2004/9/17 4:30
   77k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2004/3/30 22:23
    9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 
sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2004/9/17 4:29
 1416k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 
sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2004/9/17 4:45
   41k 2002/05/14 C:\cygwin\usr\X11R6\bin\cygPropList-0.dll - os=4.0 img=1.0 
sys=4.0
                  "cygPropList-0.dll" v0.0 ts=2002/5/13 22:13
   20k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygpsres-1.dll" v0.0 ts=2004/9/17 4:49
   30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2004/9/17 4:30
   66k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2004/3/30 22:23
  876k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2004/9/17 4:29
  253k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-6.dll" v0.0 ts=2004/9/17 4:34
  356k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2004/9/17 4:36
  362k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-8.dll" v0.0 ts=2004/9/17 4:37
    9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2004/9/17 4:51
   30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2004/9/17 4:50
    9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2004/9/17 4:51
    7k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXevie-1.dll" v0.0 ts=2004/9/17 4:51
   49k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXext-6.dll" v0.0 ts=2004/9/17 4:30
   16k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2004/9/17 4:51
   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 19: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 16:20
   27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2004/9/17 4:37
  125k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2004/9/17 4:38
   12k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygxkbui-1.dll" v0.0 ts=2004/9/17 4:38
 1294k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2004/3/30 22:20
  459k 2004/02/10 C:\cygwin\usr\X11R6\bin\cygXmHTML-0.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXmHTML-0.dll" v0.0 ts=2004/2/10 14:14
   76k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2004/9/17 4:32
   11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2004/9/17 4:32
   26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2004/9/17 4:33
   51k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2004/9/17 4:33
   11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2004/9/17 4:50
   28k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2004/9/17 4:49
    8k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXRes-1.dll" v0.0 ts=2004/9/17 4:50
  282k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2004/9/17 4:32
   27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2004/9/17 4:50
   17k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 
sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2004/9/17 4:37
   55k 2004/09/14 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2004/9/13 23:16
   54k 2002/01/27 C:\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2002/1/26 19:07
   18k 2004/07/06 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2004/7/6 13:09
    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 2:57
  839k 2004/09/27 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=2004/9/27 9:10
  645k 2003/04/11 C:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto.dll" v0.0 ts=2003/4/11 5:37
  617k 2004/03/22 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-2.dll" v0.0 ts=2004/3/22 9:52
   22k 2004/02/10 C:\cygwin\bin\cygcygipc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcygipc-2.dll" v0.0 ts=2004/2/9 20:48
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.1.dll" v0.0 ts=2002/7/24 11:24
  831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.1.dll" v0.0 ts=2003/9/20 16:51
  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 10:31
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 11:25
 1080k 2003/09/20 C:\cygwin\bin\cygdb_cxx-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.1.dll" v0.0 ts=2003/9/20 16:53
 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 10:35
    9k 2004/10/24 C:\cygwin\bin\cygdlloader-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygdlloader-6.dll" v0.0 ts=2004/10/24 2:59
  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 3:34
   73k 2004/09/19 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2004/9/18 23:24
  129k 2004/03/11 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2004/3/10 18:12
   40k 2004/10/10 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2004/10/10 3:33
   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 0: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 0: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 4:25
  361k 2003/10/25 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2003/10/21 23:18
   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 2:58
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/10 21:12
   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 21: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 3:00
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/10 21:13
  107k 2004/07/06 C:\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/6 12:56
   17k 2004/07/06 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2004/7/6 12:56
  190k 2004/07/06 C:\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/6 12:56
 1378k 2004/08/22 C:\cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggsl-0.dll" v0.0 ts=2004/8/22 7:22
  184k 2004/08/22 C:\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggslcblas-0.dll" v0.0 ts=2004/8/22 7:04
   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 22: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 18:16
   25k 2004/10/12 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2004/10/12 1:51
  991k 2004/07/06 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2004/7/6 13:10
   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 3: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 16:50
   54k 2004/07/06 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2004/7/6 12:51
   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 12:09
   48k 2003/08/10 C:\cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig1.dll" v0.0 ts=2003/8/10 18:58
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2003/8/10 19:37
  119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2002/2/8 23:19
   60k 2004/09/27 C:\cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3.dll" v0.0 ts=2004/9/27 12:32
   60k 2003/07/27 C:\cygwin\bin\cygkpathsea-3abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3abi13.dll" v0.0 ts=2003/7/27 15:23
   40k 2004/01/02 C:\cygwin\bin\cyglber-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2.dll" v0.0 ts=2004/1/2 5:11
  194k 2004/01/02 C:\cygwin\bin\cygldap-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2.dll" v0.0 ts=2004/1/2 5:27
  202k 2004/01/02 C:\cygwin\bin\cygldap_r-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2.dll" v0.0 ts=2004/1/2 5:27
   26k 2004/09/22 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2004/9/22 1:50
   26k 2004/10/24 C:\cygwin\bin\cygltdl-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-6.dll" v0.0 ts=2004/10/24 2:59
  144k 2004/08/29 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2004/8/29 15:25
   22k 2004/10/10 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2004/10/10 3:33
   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 0: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 0: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 4:25
   21k 2004/10/22 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.0 sys=4.0
                  "cygminires.dll" v0.0 ts=2004/10/22 15:28
   74k 2004/10/10 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2004/10/10 3:33
  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 0: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 0:03
  216k 2004/10/10 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2004/10/10 3:25
  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 0: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 0: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 4:24
   13k 2004/10/10 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2004/10/10 3:32
   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 0: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 0: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 4:24
   62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/12/11 11:01
   63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 3:31
    9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/12/11 11:01
   61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 3:31
 1061k 2004/08/19 C:\cygwin\bin\cygperl5_8_5.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_5.dll" v0.0 ts=2004/8/19 12:54
  168k 2003/08/10 C:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng10.dll" v0.0 ts=2003/8/10 17:31
  173k 2003/08/10 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2003/8/10 17:35
  170k 2002/01/21 C:\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng2.dll" v0.0 ts=2002/1/20 19:05
   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 0: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 22: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 18:16
  144k 2004/10/12 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2004/10/12 1:51
   66k 2001/11/20 C:\cygwin\bin\cygregex.dll - os=4.0 img=1.0 sys=4.0
                  "cygregex.dll" v0.0 ts=2001/11/20 8:44
  170k 2004/09/27 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=2004/9/27 9:10
  165k 2003/04/11 C:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl.dll" v0.0 ts=2003/4/11 5:37
  254k 2003/09/18 C:\cygwin\bin\cygtidy-0-99-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygtidy-0-99-0.dll" v0.0 ts=2003/9/18 10:52
  299k 2004/10/10 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2004/10/10 16:55
  281k 2003/02/24 C:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2003/2/23 22:58
  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff4.dll" v0.0 ts=2003/8/10 21:32
   27k 2004/03/05 C:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygungif-4.dll" v0.0 ts=2004/3/5 14:13
 1267k 2004/09/19 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2004/9/18 21:41
   50k 2003/08/09 C:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2003/8/9 2:21
   54k 2003/08/09 C:\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-X4.dll" v0.0 ts=2003/8/9 2:22
  201k 2004/09/19 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2004/9/18 23:15
   62k 2004/10/10 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2004/10/9 23:09
 1114k 2004/11/10 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2004/11/10 7:34
    Cygwin DLL version info:
        DLL version: 1.5.12
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 116
        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 Nov 10 08:34:47 EST 2004
        Shared id: cygwin1S4


Cygwin Package Information
Last downloaded files to: C:\Cygwin-Download
Last downloaded files from: ftp://mirrors.rcn.net/pub/sourceware/cygwin

Package                 Version
_update-info-dir        00230-1
ash                     20040127-1
autoconf                2.59-1
autoconf-devel          2.59-1
autoconf-stable         2.13-5
automake                1.7.9-1
automake-devel          1.9.2-1
automake-stable         1.4p6-2
base-files              3.0-3
base-passwd             2.1-1
bash                    2.05b-16
bc                      1.06-1
binutils                20040725-2
bison                   20030307-1
byacc                   1.9-1
bzip2                   1.0.2-6
ccdoc                   0.8.41-2
clear                   1.0-1
cmake                   2.0.5-1
compface                1.4-5
cpio                    2.5-3
cron                    3.0.1-13
crypt                   1.1-1
ctags                   5.5-4
curl                    7.11.1-1
cvs                     1.11.17-1
cygipc                  2.03-2
cygrunsrv               1.0-1
cygutils                1.2.5-1
cygwin                  1.5.12-1
cygwin-doc              1.3-7
cygwin-x-doc            1.0.4-1
ddd                     3.3.9-1
dejagnu                 20021217-2
diff                    1.0-1
diffutils               2.8.7-1
docbook-xsl             1.67.0-1
doxygen                 1.2.18-1
ed                      0.2-1
editrights              1.01-1
enscript                1.6.3-3
expat                   1.95.8-1
expect                  20030128-1
figlet                  2.2-1
file                    4.10-1
fileutils               4.1-2
findutils               4.1.7-4
flex                    2.5.4a-3
fontconfig              2.2.2-1
freetype2               2.1.5-1
gawk                    3.1.4-3
gcc                     3.3.3-3
gcc-core                3.3.3-3
gcc-g++                 3.3.3-3
gcc-mingw               20040810-1
gcc-mingw-core          20040810-1
gcc-mingw-g++           20040810-1
gdb                     20030919-1
gdbm                    1.8.3-7
gettext                 0.14.1-1
ghostscript             7.05-2
ghostscript-base        7.05-2
ghostscript-x11         7.05-2
gperf                   2.7.2-1
grace                   5.1.17-1
grep                    2.5-1
groff                   1.18.1-2
gsl                     1.5-1
gzip                    1.3.5-1
indent                  2.2.9-1
inetutils               1.3.2-28
irc                     20010101-3
jbigkit                 1.5-3
jpeg                    6b-11
keychain                2.0.3-2
less                    381-1
lesstif                 0.93.94-2
libbz2_0                1.0.2-1
libbz2_1                1.0.2-6
libcharset1             1.9.2-1
libdb3.1                3.1.17-2
libdb4.1                4.1.25-1
libdb4.2                4.2.52-1
libfontconfig-devel     2.2.2-1
libfontconfig1          2.2.2-1
libfreetype2-devel      2.1.5-1
libfreetype26           2.1.5-1
libgdbm                 1.8.0-5
libgdbm-devel           1.8.3-7
libgdbm3                1.8.3-3
libgdbm4                1.8.3-7
libgettextpo0           0.14.1-1
libiconv                1.9.2-1
libiconv2               1.9.2-1
libintl                 0.10.38-3
libintl1                0.10.40-1
libintl2                0.12.1-3
libintl3                0.14.1-1
libjpeg62               6b-11
libjpeg6b               6b-8
libkpathsea3            2.0.2-15
libkpathsea3abi13       2.0.2-2
libltdl3                1.5.10-1
libltdl6                1.9f_20041024-1
libncurses5             5.2-1
libncurses6             5.2-8
libncurses7             5.3-4
libncurses8             5.4-1
libopenldap2            2.1.25-1
libpcre                 4.1-1
libpcre0                4.5-1
libpng                  1.2.5-4
libpng10                1.0.15-4
libpng10-devel          1.0.15-4
libpng12                1.2.5-4
libpng2                 1.0.12-1
libpopt0                1.6.4-4
libPropList             0.10.1-3
libreadline4            4.1-2
libreadline5            4.3-5
libreadline6            5.0-1
libtiff-devel           3.7.0beta2-1
libtiff3                3.6.0-2
libtiff4                3.6.0-5
libtiff5                3.7.0beta2-1
libtool                 1.5b-1
libtool-devel           1.5.10-1
libtool-stable          1.4.3-2
libungif                4.1.0-3
libXft                  2.1.6-1
libXft-devel            2.1.6-1
libXft1                 1.0.0-1
libXft2                 2.1.6-1
libxml2                 2.6.13-1
libxslt                 1.1.10-1
links                   0.99pre14-1
login                   1.9-7
lynx                    2.8.4-8
m4                      1.4-1
make                    3.80-1
man                     1.5o-1
mc                      4.6.0-4
mingw-runtime           3.5-1
minires                 1.00-1
mktemp                  1.5-3
more                    2.11o-1
mt                      2.3-1
mutt                    1.4.1-2
nano                    1.2.2-1
ncftp                   3.1.7-1
ncurses                 5.4-1
newlib-man              20020801
openbox                 0.99.1-4
opengl                  1.1.0-7
openssh                 3.9p1-2
openssl                 0.9.7d-2
openssl-devel           0.9.7d-2
openssl096              0.9.6j-1
patch                   2.5.8-8
pcre                    4.5-1
pcre-devel              4.5-1
pcre-doc                4.5-1
perl                    5.8.5-3
perl_manpages           5.8.5-3
pine                    4.58-1
pkgconfig               0.15.0-4
popt                    1.6.4-4
postgresql              7.4.5-1
python                  2.3.4-2
rcs                     5.7-3
readline                5.0-1
regex                   4.4-2
rsync                   2.6.3-1
rxvt                    2.7.10-4
sed                     4.1.2-1
sh-utils                2.0.15-4
sharutils               4.2.1-3
shutdown                1.4-1
splint                  3.1.1-1
squid                   2.4.STABLE7-1
ssmtp                   2.60.9-3
swig                    1.3.19-1
tar                     1.13.25-5
tcltk                   20030901-1
tcsh                    6.13.00-2
termcap                 20021106-2
terminfo                5.4_20041009-1
tetex                   2.0.2-15
tetex-base              2.0.2-15
tetex-beta              20020911-1
tetex-bin               2.0.2-15
tetex-doc               2.0.2-15
tetex-extra             2.0.2-15
tetex-tiny              2.0.2-15
texinfo                 4.2-4
texmf                   20020911-1
texmf-base              20020911-1
texmf-doc               20020911-1
texmf-extra             20020911-1
texmf-tiny              20020911-1
textutils               2.0.21-1
tidy                    030901-1
tiff                    3.7.0beta2-1
time                    1.7-1
ttcp                    19980512-1
ucl                     1.01-1
units                   1.77-1
unzip                   5.50-5
upx                     1.24-1
vim                     6.3-1
w32api                  3.1-1
wget                    1.9.1-1
which                   1.5-2
whois                   4.6.14-1
WindowMaker             0.90.0-1
X-start-menu-icons      1.0.3-2
X-startup-scripts       1.0.10-2
x2x                     1.30-2
xemacs                  21.4.15-1
xemacs-emacs-common     21.4.15-1
xemacs-mule-sumo        2004-08-18-1
xemacs-sumo             2004-08-18-1
xemacs-tags             21.4.15-1
xfig                    3.2.4-6
xfig-lib                3.2.4-6
XFree86-base            4.3.0-11
XFree86-bin             4.3.0-21
XFree86-doc             4.3.0-2
XFree86-etc             4.3.0-12
XFree86-f100            4.3.0-2
XFree86-fenc            4.3.0-2
XFree86-fnts            4.3.0-2
XFree86-fscl            4.3.0-2
XFree86-fsrv            4.3.0-9
XFree86-html            4.3.0-10
XFree86-lib             4.3.0-3
XFree86-lib-compat      4.3.0-2
XFree86-man             4.3.0-10
XFree86-nest            4.3.0-8
XFree86-prog            4.3.0-21
XFree86-prt             4.3.0-6
XFree86-ps              4.3.0-2
XFree86-startup-scripts 4.3.0-1
XFree86-vfb             4.3.0-8
XFree86-xserv           4.3.0-68
XmHTML                  1.1.7-1
xorg-x11-base           6.8.1.0-1
xorg-x11-bin            6.8.1.0-2
xorg-x11-bin-dlls       6.8.1.0-1
xorg-x11-bin-lndir      6.8.1.0-1
xorg-x11-devel          6.8.1.0-1
xorg-x11-etc            6.8.1.0-1
xorg-x11-f100           6.8.1.0-3
xorg-x11-fcyr           6.8.1.0-2
xorg-x11-fenc           6.8.1.0-2
xorg-x11-fnts           6.8.1.0-3
xorg-x11-fscl           6.8.1.0-2
xorg-x11-fsrv           6.8.1.0-1
xorg-x11-libs-data      6.8.1.0-1
xorg-x11-man-pages      6.8.1.0-1
xorg-x11-man-pages-html 6.8.1.0-1
xorg-x11-nest           6.8.1.0-1
xorg-x11-vfb            6.8.1.0-1
xorg-x11-xwin           6.8.1.0-5
xorg-x11-xwin-gl        6.8.1.0-5
xpm-nox                 4.2.0-4
xterm                   196-1
xwinwm                  0.0.5-1
zip                     2.3-6
zlib                    1.2.2-1
Use -h to see help about each section

From redetin@luukku.com Fri Nov 12 22:19:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Fri, 12 Nov 2004 22:19:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: References: Message-ID: Igor Pechtchanski wrote: > On Fri, 12 Nov 2004, Jani Tiainen wrote: > > >>Alexander Gottwald wrote: >> >>>On Fri, 12 Nov 2004, Jani Tiainen wrote: >>> >>> >>>>Alexander Gottwald wrote: >>>> >>>> >>>>>Please send the output of cygcheck -c and /var/log/setup.log (maybe only >>>>>the >>>>>part from the most recent install) as attachment. >>>>> >>>>>bye >>>>> ago >>>> >>>>Excerpt from last run. You can clearly see that it really does (or at >>>>least tries to do) something to package but... nothing happens. >>> >>>Hm... The cygcheck output reports xorg-x11-devel is installed and ok >>>(no files are missing). Are files installed in /usr/X11R6/include/X11? >> >>No they are not, which is strange. Where those files disappeared..? > > > Setup's output shows no files written to disk. Is the package corrupted? > Did you try another mirror? Package is not corrupted (unless 7zip and MD5 sums are fucked up)... Interesting enough I just did "reinstall" and guess what - it installed. Mystical, very mystical. Might be something to do with autum storms we had here in Finland today.. =) >>Is there way to produce more output from setup.exe, so I could see where it >>tries to put those files...? > > > /var/log/setup.log.full (overwritten on every setup run). Well now I clearly see that it installed needed files... -- Jani Tiainen From cgf-no-personal-reply-please@cygwin.com Fri Nov 12 22:29:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 12 Nov 2004 22:29:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: References: Message-ID: <20041112222949.GA31975@trixie.casa.cgf.cx> On Sat, Nov 13, 2004 at 12:19:12AM +0200, Jani Tiainen wrote: >Igor Pechtchanski wrote: >>On Fri, 12 Nov 2004, Jani Tiainen wrote: >> >> >>>Alexander Gottwald wrote: >>> >>>>On Fri, 12 Nov 2004, Jani Tiainen wrote: >>>> >>>> >>>>>Alexander Gottwald wrote: >>>>> >>>>> >>>>>>Please send the output of cygcheck -c and /var/log/setup.log (maybe >>>>>>only >>>>>>the >>>>>>part from the most recent install) as attachment. >>>>>> >>>>>>bye >>>>>> ago >>>>> >>>>>Excerpt from last run. You can clearly see that it really does (or at >>>>>least tries to do) something to package but... nothing happens. >>>> >>>>Hm... The cygcheck output reports xorg-x11-devel is installed and ok >>>>(no files are missing). Are files installed in /usr/X11R6/include/X11? >>> >>>No they are not, which is strange. Where those files disappeared..? >> >> >>Setup's output shows no files written to disk. Is the package corrupted? >>Did you try another mirror? > >Package is not corrupted (unless 7zip and MD5 sums are fucked up)... >Interesting enough I just did "reinstall" and guess what - it installed. > >Mystical, very mystical. Might be something to do with autum storms we >had here in Finland today.. =) Or, maybe (and I'm just guessing here)... It might have had something to do with what I said when I responded to your email an hour-and-a-half before this message from Igor "I immediately respond to every message without checking for any other responses" Pechtchanski. To quote: *** I repackaged some of the X .tar.bz2 yesterday to potentially work around *** a problem installing. The options that I used to tar confused setup.exe *** into thinking that the packages were empty. *** *** So, this is consistent with the symptoms of trying to install one of *** those packages. This should be rectified soon as the new versions of *** the tar files make it out to all of the mirrors. *** *** So, the solution is "try again". So, this isn't very mysterious at all. cgf From redetin@luukku.com Fri Nov 12 22:41:00 2004 From: redetin@luukku.com (Jani Tiainen) Date: Fri, 12 Nov 2004 22:41:00 -0000 Subject: X11/Xlib.h missing In-Reply-To: <20041112152723.GG26737@trixie.casa.cgf.cx> References: <20041112151334.GE26737@trixie.casa.cgf.cx> <20041112152723.GG26737@trixie.casa.cgf.cx> Message-ID: Christopher Faylor wrote: > On Fri, Nov 12, 2004 at 10:13:34AM -0500, Christopher Faylor wrote: > >>On Fri, Nov 12, 2004 at 11:27:51AM +0200, Jani Tiainen wrote: >> >>>I tried to install development headers (xorg-x11-devel, version >>>6.8.1.0-1). When I selected package I only get "nothing to be installed" >>>message. No headers, nothing. Package itself is downloaded to setup >>>directory. >> >>I repackaged some of the X .tar.bz2 yesterday to potentially work around >>a problem installing. The options that I used to tar confused setup.exe >>into thinking that the packages were empty. >> >>So, this is consistent with the symptoms of trying to install one of >>those packages. This should be rectified soon as the new versions of >>the tar files make it out to all of the mirrors. >> >>So, the solution is "try again". > > > Just one more bit of data: I rectified the problem at ~12:30AM EST > 2004-10-11 so the new packages should be on most mirrors soon if they > are not there already. > > Apologies for the inconvenience I caused. You should be whipped for a such a (un)practical joke. =) Well good to know that I wasn't imaging since there is lot new to learn with XP and SP2.. But now everything... seems to work. -- Jani Tiainen From gp@familiehaase.de Fri Nov 12 22:55:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Fri, 12 Nov 2004 22:55:00 -0000 Subject: Mozilla patch In-Reply-To: <4194ED35.3070306@wanadoo.fr> References: <4193724E.9040208@familiehaase.de> <41937606.2030405@wanadoo.fr> <41948C6E.5010908@familiehaase.de> <4194E1B4.2090601@wanadoo.fr> <4194EB27.6040708@familiehaase.de> <4194ED35.3070306@wanadoo.fr> Message-ID: <41953F48.8040008@familiehaase.de> bruno patin wrote: > Ok I'm dowloading he source files. I don't think I will be ready to work > before tomorrow because of my testing of the install procedure and as my > connection is not as fast as thunder and as my daughters live on it a > lot (ah msn messenger :-( )and as I have to download a complete cygwin > distro ... So as soon as I'm ready and I lauch the configure, I report > to you. How will I be able to get your patch ? Will you send me the > files patched ? Here is the patch, should apply against the daily snapshot from today or yesterday. I have the source extracted three times, one directory from where I build (name: mozilla). Then I have two directories with the original sources, one from the fetched tarball (name: mozilla-orig) and another tree where I apply the changes from the CVS repository (name: mozilla-cvs). Before I start a build I do the following: $ cd mozilla-cvs $ cvs -z9 update $ cd .. $ diff -Nurdp mozilla-orig mozilla-cvs > mozilla-update.patch $ cd mozilla $ patch -p1<../mozilla-update.patch Look where are conflicts now. $ cd ../mozilla-orig $ patch -p1<../mozilla-update.patch This time there should be no conflicts. Then update the local patch: $ diff -Nurdp -x '.build' mozilla mozilla-orig > mozilla.patch This way I have two reference trees, one identical with the CVS repository, one with my changes independat from the original. I'm sure there are smarter ways to do stuff like this, eg. use CVS to get all the diffs from the older snapshot until todays repository contents, or do it all in one tree, but I like it this way. My sophisticated build script is in the toplevel: gerrit@loreley /ftproot/pub/mozilla $ ls log.conf log.make mozilla/ mozilla-cvs/ mozilla-orig/ mozconfig-mozilla.sh* mozilla-source.tar.bz2 mozilla-update.patch mozilla.patch mozconfig-mozilla.sh: #!/bin/sh export CC="ccache gcc" export CXX="ccache g++" export MOZ_INTERNAL_LIBART_LGPL=1 export MOZILLA_OFFICIAL=1 mkdir -p mozilla/.build cd mozilla/.build ../configure --prefix=/usr 2>&1 | tee ../log.conf make 2>&1 | tee ../log.make # end of script Run the script: $ ./mozconfig-mozilla.sh This lasts an hour or two...if there are no errors. If you want use othe options to configure the tree, modify the file mozilla/.mozconfig To get a tarball in mozilla/.build/dist with the new compiled program there is a make target: $ cd mozilla/.build $ make -C xpinstall/packager This will create a tarball which extracts all into a directory named mozilla, just extract this tarball eg. from /opt, then cd to mozilla/ and run the script 'mozilla' in /opt/mozilla: $ ./mozilla Maybe adding /opt/mozilla to the PATH is not bad, then it can be started from everywhere, and X must be running already. More details about building at the website: http://www.mozilla.org/build/ Gerrit -- =^..^= -------------- next part -------------- A non-text attachment was scrubbed... Name: mozilla.patch.bz2 Type: application/x-bzip2 Size: 36262 bytes Desc: not available URL: From mark.paulus@mci.com Fri Nov 12 23:05:00 2004 From: mark.paulus@mci.com (Mark Paulus) Date: Fri, 12 Nov 2004 23:05:00 -0000 Subject: Mozilla patch In-Reply-To: <41953F48.8040008@familiehaase.de> Message-ID: <0I7300DNW9G4UM@pmismtp01.mcilink.com> >From what I understand, the easier way to do this is to use your own CVS repository, and then look in the CVS manual about Vendor Imports. Treat the Mozilla source as a vendor supplied source, and use CVS to manage your changes against the vendor supplied branches. On Fri, 12 Nov 2004 23:55:04 +0100, Gerrit P. Haase wrote: >bruno patin wrote: >> Ok I'm dowloading he source files. I don't think I will be ready to work >> before tomorrow because of my testing of the install procedure and as my >> connection is not as fast as thunder and as my daughters live on it a >> lot (ah msn messenger :-( )and as I have to download a complete cygwin >> distro ... So as soon as I'm ready and I lauch the configure, I report >> to you. How will I be able to get your patch ? Will you send me the >> files patched ? >Here is the patch, should apply against the daily snapshot from today or >yesterday. >I have the source extracted three times, one directory from where I >build (name: mozilla). Then I have two directories with the original >sources, one from the fetched tarball (name: mozilla-orig) and another >tree where I apply the changes from the CVS repository (name: >mozilla-cvs). Before I start a build I do the following: >$ cd mozilla-cvs >$ cvs -z9 update >$ cd .. >$ diff -Nurdp mozilla-orig mozilla-cvs > mozilla-update.patch >$ cd mozilla >$ patch -p1<../mozilla-update.patch >Look where are conflicts now. >$ cd ../mozilla-orig >$ patch -p1<../mozilla-update.patch >This time there should be no conflicts. >Then update the local patch: >$ diff -Nurdp -x '.build' mozilla mozilla-orig > mozilla.patch >This way I have two reference trees, one identical with the CVS >repository, one with my changes independat from the original. >I'm sure there are smarter ways to do stuff like this, eg. use CVS to >get all the diffs from the older snapshot until todays repository >contents, or do it all in one tree, but I like it this way. >My sophisticated build script is in the toplevel: >gerrit@loreley /ftproot/pub/mozilla >$ ls >log.conf >log.make >mozilla/ >mozilla-cvs/ >mozilla-orig/ >mozconfig-mozilla.sh* >mozilla-source.tar.bz2 >mozilla-update.patch >mozilla.patch >mozconfig-mozilla.sh: >#!/bin/sh >export CC="ccache gcc" >export CXX="ccache g++" >export MOZ_INTERNAL_LIBART_LGPL=1 >export MOZILLA_OFFICIAL=1 >mkdir -p mozilla/.build >cd mozilla/.build >../configure --prefix=/usr 2>&1 | tee ../log.conf >make 2>&1 | tee ../log.make ># end of script >Run the script: >$ ./mozconfig-mozilla.sh >This lasts an hour or two...if there are no errors. >If you want use othe options to configure the tree, modify the file >mozilla/.mozconfig >To get a tarball in mozilla/.build/dist with the new compiled program >there is a make target: >$ cd mozilla/.build >$ make -C xpinstall/packager >This will create a tarball which extracts all into a directory named >mozilla, just extract this tarball eg. from /opt, then cd to mozilla/ >and run the script 'mozilla' in /opt/mozilla: >$ ./mozilla >Maybe adding /opt/mozilla to the PATH is not bad, then it can be started >from everywhere, and X must be running already. >More details about building at the website: >http://www.mozilla.org/build/ >Gerrit >-- >=^..^= From pechtcha@cs.nyu.edu Sat Nov 13 00:51:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Sat, 13 Nov 2004 00:51:00 -0000 Subject: Problems with ssh and tunnelling with cygwin 1.5.12 In-Reply-To: <000a01c4c8fd$567cd840$01f2e183@UCLA1> References: <000a01c4c8fd$567cd840$01f2e183@UCLA1> Message-ID: On Fri, 12 Nov 2004, Nicholas Wisniewski wrote: > Hello, > I'm trying ssh and tunnel to various machines. I can ssh just fine > without tunnelling (i.e. ssh user@machine.net). When I try to tell ssh > to tunnel (ssh -X user@machine.net), it prompts me for my password, and > then hangs. This is an X-related issue, and as such should go to the cygwin-xfree list. I'm redirecting my reply there -- please remove from further discussion. > When I look at the task manager, I see that sh.exe is taking up all of ^^^^^^ > the available CPU. If I kill sh.exe from the task manager, ssh ^^^^^^ > continues fine and I am connected and tunnelling. Is this really sh.exe? Can you check whether this sh.exe process is running before you start ssh (e.g., compare the outputs of "ps -ef" before and after "ssh -X")? I don't recall any option that would make ssh start a shell on the local machine. Are your ssh config files customized? Are you running keychain, or autossh, or any other ssh-related scripts? Are you running Cygwin's ssh? Are you running /usr/bin/ssh, or is ssh aliased to anything? Is your DISPLAY set when you run ssh.exe? Have you tried trusted X forwarding ("ssh -Y")? > I'm running XP pro, service pack 2. I've turned off the XP firewall and > Sophos virus programs and still get the same behaviour. The same behavir > happens on this machine with cygwin 1.5.11 as well. > > Has anybody ever seen this before? This doesn't sound like anything that's been reported before. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Nov 13 11:55:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 13 Nov 2004 11:55:00 -0000 Subject: XWin -multiwindow and XEmacs/gnuclient -- cannot get autoraise In-Reply-To: References: Message-ID: Harold Bamford wrote: > I tried this using XWin without the builtin window manager (using twm or mwm > as the window manager) and then autoraise seems to work. But this is not a > good environment for me as I need constant access to both the X windows and > the PC. > > I have done quite a bit of searching of the web and FAQs and manual pages and > cannot find this even mentioned. So either it is so obvious that no-one could > possibly need it explained, or it has just never come up. Or I used the wrong > keywords in the searches. It seems this feature has not been implemented in the internal window manager. > So, what's the secret to getting this to work? There are basicly 3 possible ways - wait until someone has the time to dig up documentation how the autoraise should work and fixes that bug - dig up the documentation yourself and report which window manager message should be handled - fix it yourself The fastest is most likely number two. bye ago -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From khalidalkalla@msn.com Sat Nov 13 14:12:00 2004 From: khalidalkalla@msn.com (Khalid Al-Kalla) Date: Sat, 13 Nov 2004 14:12:00 -0000 Subject: HELP! Message-ID: Dear sir or madam: I am a bit scared about the way I start xfig. I have my cygwin bash window open. I type in startx and then a xterm window opens. I would llke to start xfig so I type in xfig and it opens the program expect a statement appears in the xterm window saying "Warning: Actions not found: Start Scroll" Oh by the way, I don't think I set up my environmental variables because I don't know how to? Can you show me? Sincerely, Khalid Al-Kalla _________________________________________________________________ Don??t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ From bruno.patin@wanadoo.fr Sat Nov 13 15:10:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sat, 13 Nov 2004 15:10:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418F39AD.4000509@sgies.com> References: <418F39AD.4000509@sgies.com> Message-ID: <419623D7.5020708@wanadoo.fr> cygcheck.out.before -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cygcheck.out.before URL: From bruno.patin@wanadoo.fr Sat Nov 13 15:11:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sat, 13 Nov 2004 15:11:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418F39AD.4000509@sgies.com> References: <418F39AD.4000509@sgies.com> Message-ID: <419623E1.5050204@wanadoo.fr> Good afternoon, Due to the space limit, the files referenced are not al in this mail but in the following ones. For the setup.log.full I was obliged to split the compressed file (setup.log.zip) by the command split -b 75000 setup.log.zip. my new test: I reload everything from the same server (see my setup.1 that speaks of it) I intall from my local directory and arriving at (main panel of the setup window): installing xorg-x11-fnts-6.8.1.0-3 /etc/postinstall/xorg-x11-fnts.sh the process loops. At this step I cygcheck the system (cygcheck.out.before). Before cancelling, I had 990Mo and increasing of memory reserved. What is funny is that when you examine the processus list no one of them do reserve such an amount of memory. After cancelling, I have exactly the same error (cannot open log file c:\cygwin/var/log/setup.log for writing). the process always loops as I have not click the ok button. I recorded an new cygcheck.out.after1 When clicking, there my memory is released (at last) and the cygcheck.out.after2 gives the status. As before, no setup.log is created at all. I launched again the setup with only some of the package (default for all except x11). This time, as in the tests before, it works and I completed my install. Here is setup.log and setup.log.full What I really think is that it is setup that have a problem. There is on xp, sp2 something that grows with a kernel call. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: setup.1 URL: From bruno.patin@wanadoo.fr Sat Nov 13 15:19:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sat, 13 Nov 2004 15:19:00 -0000 Subject: [Fwd: Re: xorg installation fails, 99% complete only] Message-ID: <419625E9.90103@wanadoo.fr> -------------- next part -------------- An embedded message was scrubbed... From: bruno patin Subject: Re: xorg installation fails, 99% complete only Date: Sat, 13 Nov 2004 16:11:51 +0100 Size: 54431 URL: From bruno.patin@wanadoo.fr Sat Nov 13 15:19:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sat, 13 Nov 2004 15:19:00 -0000 Subject: [Fwd: Re: xorg installation fails, 99% complete only] Message-ID: <419625F4.4070201@wanadoo.fr> -------------- next part -------------- An embedded message was scrubbed... From: bruno patin Subject: Re: xorg installation fails, 99% complete only Date: Sat, 13 Nov 2004 16:12:44 +0100 Size: 54431 URL: From bruno.patin@wanadoo.fr Sat Nov 13 15:20:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sat, 13 Nov 2004 15:20:00 -0000 Subject: [Fwd: Re: xorg installation fails, 99% complete only] Message-ID: <41962616.10102@wanadoo.fr> -------------- next part -------------- An embedded message was scrubbed... From: bruno patin Subject: Re: xorg installation fails, 99% complete only Date: Sat, 13 Nov 2004 16:14:45 +0100 Size: 93752 URL: From bruno.patin@wanadoo.fr Sat Nov 13 15:26:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sat, 13 Nov 2004 15:26:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418F39AD.4000509@sgies.com> References: <418F39AD.4000509@sgies.com> Message-ID: <419627B1.8060605@wanadoo.fr> (second time setup.log.full) xab From bruno.patin@wanadoo.fr Sat Nov 13 15:26:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sat, 13 Nov 2004 15:26:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418F39AD.4000509@sgies.com> References: <418F39AD.4000509@sgies.com> Message-ID: <419627AB.1050906@wanadoo.fr> Carlo Florendo wrote: > Hello Cygwin/XFree gurus, > > I've installed cygwin on a WinXP SP2 machine and setup looped forever > up to the point when it was post-installing the xorg applications. I > got 99% done. > > This issue has been discussed last week only as started by these 2 > separate threads of messages: > > http://sources.redhat.com/ml/cygwin/2004-11/msg00214.html > http://sources.redhat.com/ml/cygwin/2004-11/msg00253.html > > However, the issue has not been resolved. > > Then, I uninstalled everything and re-installed cygwin any *without* > selecting anything from the X11 category. All went well! > > Then, I just thought of installing the X apps manually. > > The front page of the cygwin/xfree website says that: > > "Cygwin/X is installed via Cygwin's setup.exe and the installation > process is documented in the Cygwin/X User's Guide. Whether or not you > already have Cygwin installed, you can add Cygwin/X to your > installation by downloading the latest setup.exe, running setup, and > selecting the 'xorg-x11-base' package from the 'X11' category." > > However, selecting only the xorg-x11-base package would install only: > > /usr/X11R6/share/doc/Cygwin/xorg-x11-base-6.8.1.0.README > /etc/profile.d/00xorg-x11-base.csh > /etc/profile.d/00xorg-x11-base.sh > > Thus, it would probably be better to update the main page such that it > wouldn't be misleading. (Other users might think only xorg-X11-base > should be installed since that is what the website says.) > > The README file contains the needed package dependencies so once could > follow from that. However, not everyone reads the README. > > You may want to add something like this after the paragraph quoted above: > > "Once you have installed the 'xorg-x11-base' package, open your > /usr/X11R6/share/doc/Cygwin/xorg-x11-base-.README > file and install (via setup) the package dependencies listed there." > > In any case, any hints on why installing xorg fails? > > Please include me on the cc since I do not subscribe to the > cygwin/xfree list. Thanks! > > Thanks! > > Best Regards, > > Carlo > -- > Carlo Florendo > Astra Philippines Inc. > www.astra.ph > > -------------- next part -------------- A non-text attachment was scrubbed... Name: xab Type: application/octet-stream Size: 50000 bytes Desc: not available URL: From bruno.patin@wanadoo.fr Sat Nov 13 15:28:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sat, 13 Nov 2004 15:28:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418F39AD.4000509@sgies.com> References: <418F39AD.4000509@sgies.com> Message-ID: <41962809.1020009@wanadoo.fr> (second time setup.log.full) xac -------------- next part -------------- A non-text attachment was scrubbed... Name: xac Type: application/octet-stream Size: 50000 bytes Desc: not available URL: From bruno.patin@wanadoo.fr Sat Nov 13 15:28:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sat, 13 Nov 2004 15:28:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418F39AD.4000509@sgies.com> References: <418F39AD.4000509@sgies.com> Message-ID: <41962826.6040309@wanadoo.fr> (second time setup.log.full) xad -------------- next part -------------- A non-text attachment was scrubbed... Name: xad Type: application/octet-stream Size: 50000 bytes Desc: not available URL: From bruno.patin@wanadoo.fr Sat Nov 13 15:29:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sat, 13 Nov 2004 15:29:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418F39AD.4000509@sgies.com> References: <418F39AD.4000509@sgies.com> Message-ID: <41962835.5000307@wanadoo.fr> (second time setup.log.full) xae -------------- next part -------------- A non-text attachment was scrubbed... Name: xae Type: application/octet-stream Size: 17594 bytes Desc: not available URL: From bruno.patin@wanadoo.fr Sat Nov 13 15:41:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sat, 13 Nov 2004 15:41:00 -0000 Subject: xorg installation fails, 99% complete only In-Reply-To: <418F39AD.4000509@sgies.com> References: <418F39AD.4000509@sgies.com> Message-ID: <41962B1D.2050500@wanadoo.fr> I have problems with making the mailer accepts xaa. Another attempt is a bzipped2 file Bruno -------------- next part -------------- A non-text attachment was scrubbed... Name: xaa.bz2 Type: application/octet-stream Size: 50481 bytes Desc: not available URL: From misterscary2001@yahoo.com Sun Nov 14 05:33:00 2004 From: misterscary2001@yahoo.com (Daniel Newhouse) Date: Sun, 14 Nov 2004 05:33:00 -0000 Subject: manual installation of the x11 packages Message-ID: <20041114053314.14587.qmail@web50202.mail.yahoo.com> Is there a way to install the x11 packages without using setup.exe? Like a script file? __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com From bobbymcn@bellsouth.net Sun Nov 14 05:54:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Sun, 14 Nov 2004 05:54:00 -0000 Subject: manual installation of the x11 packages In-Reply-To: <20041114053314.14587.qmail@web50202.mail.yahoo.com> References: <20041114053314.14587.qmail@web50202.mail.yahoo.com> Message-ID: <4196F2F3.4060203@bellsouth.net> Daniel Newhouse wrote: >Is there a way to install the x11 packages without >using setup.exe? Like a script file? > > > > > David, What you mentioned on the cygwin mailing, the dll is the xorg dll. Go ahead and install xorg now. It will be OK. Trust me. I just installed cygwin and xorg this morning, and its been working ever since. I installed cygwin first, and then xorg. I download both from the net, simply installing from the net. I have ADSL, and a very fast connection (3.00 Mb per second, although the ftp site I use only sends at 300 Kb per second.) The net is slow to me, because of the speed of my net connection. Its not me. I have a connection that is made for playing games, though i use it to download GPL software and other software. Another thing I did yesterday, was installing cygwin and xorg seperately, from a local directory, and that worked too. Its installing both at the same time that causes problems. Its not my software. Wednesday, I tried barebones with nothing but Office 2000. Same problems. I was not running Zone Alarm or Defender Pro Antispy. So the problem is setup. The error I got yesterday was that it was opening too many files (setup) and not closing them. Too many files open. I sent in my cygcheck.out. And reset the computer this morning. Had to reload all my software (not much, just my DVD writer, PVR, and some other software) I installed cygwin in two stages and started work on compiling GCC 3.4.3 and Timidity. I plan on comipiling a cygwin only X based timidity. I'll put it on my website. I'm counting on the user to get his/her own soundfount because my upload limit at Yahoo is 5 megabytes, and the smallest soundfont I found is 8 mb. There are plenty of soundfonts. The X of timiidty will look great under Xorg. Its going to use Xaw3d. Yes, I found a use for the widgets. I've built the X version of Timidity before. Won't take long to compile it. From bruno.patin@wanadoo.fr Sun Nov 14 16:46:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sun, 14 Nov 2004 16:46:00 -0000 Subject: Mozilla patch In-Reply-To: <41953F48.8040008@familiehaase.de> References: <4193724E.9040208@familiehaase.de> <41937606.2030405@wanadoo.fr> <41948C6E.5010908@familiehaase.de> <4194E1B4.2090601@wanadoo.fr> <4194EB27.6040708@familiehaase.de> <4194ED35.3070306@wanadoo.fr> <41953F48.8040008@familiehaase.de> Message-ID: <41978BD8.6060602@wanadoo.fr> Ok, I think I will be able to compile tonight. Will give you news at max monday. After that, what do you want me to examine ? Bruno From gp@familiehaase.de Sun Nov 14 17:17:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Sun, 14 Nov 2004 17:17:00 -0000 Subject: Mozilla patch In-Reply-To: <41978BD8.6060602@wanadoo.fr> References: <4193724E.9040208@familiehaase.de> <41937606.2030405@wanadoo.fr> <41948C6E.5010908@familiehaase.de> <4194E1B4.2090601@wanadoo.fr> <4194EB27.6040708@familiehaase.de> <4194ED35.3070306@wanadoo.fr> <41953F48.8040008@familiehaase.de> <41978BD8.6060602@wanadoo.fr> Message-ID: <41979321.4080703@familiehaase.de> bruno patin wrote: > Ok, I think I will be able to compile tonight. Will give you news at max > monday. After that, what do you want me to examine ? I the build of the debugging version succeeds, it would be nice if I could get my hands on it, I still have no success building a debugging version. BTW, please change --enable-strip to --disable-strip in the file '.mozconfig' in the top-level soucre directory, because a stripped debugging version is pretty useless. Gerrit -- =^..^= From gp@familiehaase.de Sun Nov 14 17:34:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Sun, 14 Nov 2004 17:34:00 -0000 Subject: Mozilla patch In-Reply-To: <41979321.4080703@familiehaase.de> References: <4193724E.9040208@familiehaase.de> <41937606.2030405@wanadoo.fr> <41948C6E.5010908@familiehaase.de> <4194E1B4.2090601@wanadoo.fr> <4194EB27.6040708@familiehaase.de> <4194ED35.3070306@wanadoo.fr> <41953F48.8040008@familiehaase.de> <41978BD8.6060602@wanadoo.fr> <41979321.4080703@familiehaase.de> Message-ID: <41979713.2060405@familiehaase.de> Gerrit P. Haase wrote: > bruno patin wrote: > >> Ok, I think I will be able to compile tonight. Will give you news at >> max monday. After that, what do you want me to examine ? > > > I the build of the debugging version succeeds, it would be nice if I If your build ... > could get my hands on it, I still have no success building a debugging > version. BTW, please change --enable-strip to --disable-strip in the > file '.mozconfig' in the top-level soucre directory, because a stripped > debugging version is pretty useless. Currently I'm trying to build from the tarball which was released as mozilla-1.8a5 since the daily snapshot from yesterday doesn't produce a running executable at all. Gerrit -- =^..^= From bruno.patin@wanadoo.fr Sun Nov 14 19:01:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sun, 14 Nov 2004 19:01:00 -0000 Subject: Mozilla patch In-Reply-To: <41979321.4080703@familiehaase.de> References: <4193724E.9040208@familiehaase.de> <41937606.2030405@wanadoo.fr> <41948C6E.5010908@familiehaase.de> <4194E1B4.2090601@wanadoo.fr> <4194EB27.6040708@familiehaase.de> <4194ED35.3070306@wanadoo.fr> <41953F48.8040008@familiehaase.de> <41978BD8.6060602@wanadoo.fr> <41979321.4080703@familiehaase.de> Message-ID: <4197AB60.4090109@wanadoo.fr> Gerrit P. Haase wrote: > bruno patin wrote: > >> Ok, I think I will be able to compile tonight. Will give you news at >> max monday. After that, what do you want me to examine ? > > > I the build of the debugging version succeeds, it would be nice if I > could get my hands on it, I still have no success building a debugging > version. BTW, please change --enable-strip to --disable-strip in the > file '.mozconfig' in the top-level soucre directory, because a stripped > debugging version is pretty useless. > > > Gerrit If you want a debugging version we also have to use the --enable-debug option no ? So here my complete mozilla command. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: mozconfig-mozilla.sh URL: From gp@familiehaase.de Sun Nov 14 19:33:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Sun, 14 Nov 2004 19:33:00 -0000 Subject: Mozilla patch In-Reply-To: <4197AB60.4090109@wanadoo.fr> References: <4193724E.9040208@familiehaase.de> <41937606.2030405@wanadoo.fr> <41948C6E.5010908@familiehaase.de> <4194E1B4.2090601@wanadoo.fr> <4194EB27.6040708@familiehaase.de> <4194ED35.3070306@wanadoo.fr> <41953F48.8040008@familiehaase.de> <41978BD8.6060602@wanadoo.fr> <41979321.4080703@familiehaase.de> <4197AB60.4090109@wanadoo.fr> Message-ID: <4197B319.4060405@familiehaase.de> bruno patin wrote: > Gerrit P. Haase wrote: > >> bruno patin wrote: >> >>> Ok, I think I will be able to compile tonight. Will give you news at >>> max monday. After that, what do you want me to examine ? >> >> >> >> I the build of the debugging version succeeds, it would be nice if I >> could get my hands on it, I still have no success building a debugging >> version. BTW, please change --enable-strip to --disable-strip in the >> file '.mozconfig' in the top-level soucre directory, because a stripped >> debugging version is pretty useless. >> >> >> Gerrit > > > If you want a debugging version we also have to use the --enable-debug > option no ? So here my complete mozilla command. This looks wrong: .../configure --prefix=/usr --enable-debug --enable-debug --disable-strip Just two dots to refer to the upper next dirctory! But don't specify options with the configure command! Add or remove or change settings in the .mozconfig file in the toplevel source directory so it will be included ion the patch files and it is safe. I only specify --prefix with the configure command since these are user options, eg. you can specify --prefix/opt/mozilla here. Gerrit -- =^..^= From roboco@gmail.com Sun Nov 14 22:31:00 2004 From: roboco@gmail.com (Roboco Sanchez) Date: Sun, 14 Nov 2004 22:31:00 -0000 Subject: xorg installation fails, 99% complete only References: <20041108173312.3957.qmail@web50206.mail.yahoo.com> <418FB268.1090808@bellsouth.net> <418FC324.3030009@bellsouth.net> <20041108191934.GA11048@trixie.casa.cgf.cx> <41900DA5.1030700@bellsouth.net> <20041109175659.GK29769@trixie.casa.cgf.cx> Message-ID: Christopher Faylor cygwin.com> writes: > > On Tue, Nov 09, 2004 at 04:31:53PM +0000, Roboco Sanchez wrote: > >The setup.exe should do the installation job properly. > >[snip] > >As for what our two develpers said, I do respect them for what they do > >for us but I wouldn't tell my users to shut up like that. Being a > >volunteer doing things for people for free doesn't give you the right > >to do that. > > Did you *read* what Bobby said about Alexander? Why didn't you jump to > Alexander's defense if you respect him so much? > > Or does being a user of free software does give someone the right to > insult a developer? That seems pretty one-sided to me. > Yes, I did read what Bobby said. His post wasn't meant for Alexander. He was responding to Daniel who previously "just wanted to add" something to the discussion. From my view it was meant for the users and for the Cygwin "team" or the "management" not a particular developer. Like I said I think what Bobby said was perfectly all right and reasonable. I was also adding something the the discussion just like Daniel did. I saw what he added as useful to both users and developers. To users it indicated that there was some problem with the installation so everyone should be aware of. To developers this problem should be investigated and fixed. Also to developers he referred to a previous developer who he thought did a better job. Now I can understand most people would be upset if anyone tell you they think someone did or can do a better job but if I was a developer here I would just listen to what Bobby said, be open-minded, and think, because he might be right. I have been installing/using Cygwin for years and this is the first time I have a problem. I thought Bobby might be thinking the same thing before suggested that. > >You need the users and the users need you. > > You somehow think that there is a flow of obligation going from me to > you? You're very wrong. You are benefitting from my efforts and > Alexander's efforts. I am not benefitting from your efforts in any way. > > That is not true of some users here who are capable of sending bug > reports or providing constructive feedback without pontificating. Since > I care about cygwin, I do appreciate when people can provide feedback > without whining and without insulting the people who have donated their > time to help them. > > You have no rights here. Sorry. > I was talking about users and developers in general. I didn't say that you needed me. I said that you needed the users. But since you have shown your typical developer attitude I should make this point clearer. Every user of your free software has contributed somehow to your project. They don't have to be here to show that they are contributing. Just if they download and install and use your software is enough. Why? These people although they don't come here to praise you or give their supports to you when they don't find bugs/problems in your software they are still helping you testing the software for you. Their absence here tells that the software works for them althouth some just don't bother to come here no matter they found a problem or they have fixed it themselves or maybe they are in some other places like IRC channels, forums, usenet, etc. As for those who come posting questions, they may not be "capable of sending bug reports or providing constructive feedback without pontificating" in your eyes but they are making contribution to your project. Not all of them really need help. Some are just reporting bugs/problems so that they can be fixed and everyone can be happy both users and developers. I was in this type of users when I was confirming this problem. You said that I'm benefitting from your efforts and Alexander's efforts, that is ture. But when you said you are not benefitting from my efforts in any way, that is not true. I spent time and efforts to download files and test the installation and I spent time to report that here. Should I have to go through all this had the setup.exe worked properly? No. I didn't really need those X components from Cygwin I only needed the C compiler and I usually do "install everything" when I install any software. I found the problem so I came here and found other users with the same problem then I did more tests in order to confirm the problem here. I don't mind you are not appreciating what I did but I want you not to forget that this type of users does exist and you will appreciate their efforts or not is up to you but you should never underestimate their efforts. They may well call that an insult to them. > >It is simple, you either do it your best or you don't do it at all. > > Sorry, but that is simple-minded pap. How can you judge what someone's > "best" is? So, if I can't give cygwin 100% of my effort, I should just > abandon it? Ridiculous. > Everyone knows what their best is. No one is judging. Best doesn't mean 100% effort. No, you should't abandon. > >There are people who can do better or have done better as Bobby > >implied. You should listen to what users have to say. Not just praise > >you also have to listen to criticism. > > Whining about how no one is helping you and suggesting that the old regime > did it better is not criticism. It is complaining. The difference should > be pretty obvious. > No one was whining about how no one was helping. I talked about the suggesting eariler above. > >All can be constructive depends on how you look at it and how > >open-minded you are. You shouldn't tell your users to come do what > >you're doing if they think they can do better. > > And, you shouldn't invent scenarios to make your point. No one said > anything about telling users to "do what (I'm) doing". > "If not then stop insulting me or do it better." <- That's what I meant, "do it better" what do you think that means? > >That reminds me of politicians in some third-world countries. You > >should have done better in this case. > > Funny, but your email reminds me a lot of a campaign speech, short on > specifics, long on emotion. > I have more about those politicians. Just waiting to see first if they are here. > >They are not as genius as you otherwise they wouldn't be here asking > >for help. > > I think you may have missed the fact that I was responding mainly > to Bobby's insult. My message was specifically targetted to someone > with whom I've interacted for years. I have no idea who you are or > why you take insult at a message which was not directed to you. > Maybe the same reason you responded to Bobby post. My post wasn't entirely directed to you or Alexander. I was making a number of points to developers in general just like Bobby was saying he wouldn't be installing Cygwin until the problem's fixed to users and developers in general. I think of developers here as a team with proper structure, with management. I don't know if I am right or wrong about that but I would rather have my messages to the team replied by the management. I don't like seeing developers having to answer and handle all this stress while they should be developing/working. Or maybe you are the manager I'm talking about? > >In fact I even gave more information. Like, the error points were > >different between archives from different mirror sites. > > Again, you seem to be missing the fact that I was responding to Bobby, > not you. However, since you raise the point, let me say that this > probably isn't very useful data either. Neither setup.exe nor X are my > responsibility but I can't imagine how the fact that something dies > differently given different mirror sites would be useful data unless > you rigorously tested each mirror site and verified that this isn't > just something random. But, that's probably just my genius talking. > I have seen in other software package where there was problems when the mirror sites people were downloading were out of sync. > Anyway, I think that's about as much as I care to respond to. > Thanks for the response. > Just as an observation, no matter how right you think you are, it's hard > to see how any logical person would expect quality help from people who > they have maligned. > > "You're a slimy politician who won't listen to criticism and who should > either be doing a better job or resign." > > "Please help me." > > Pretty funny. > I know. This is typical of most people. You can refuse to provide good quality help to anyone you don't like. No one would force you to do otherwise. But if you have the duty to do it, you'll have to do it. If you don't then you won't. As for me, I wasn't crying for help as I've explained above. No one else was either. You can read my first post again if you don't believe. I know you don't have to believe and I know you can say that anyone can say this. > Again, for the record, neither setup problems nor X problems are my > responsibility. I just step in when I see people being personally > insulting towards one of the people who have donated their time to help > them. > I wanted to say something here but I think I'd better not. > cgf > > From Joerg.Schaible@Elsag-Solutions.com Mon Nov 15 08:19:00 2004 From: Joerg.Schaible@Elsag-Solutions.com (=?iso-8859-1?Q?J=F6rg_Schaible?=) Date: Mon, 15 Nov 2004 08:19:00 -0000 Subject: X11/Xlib.h missing Message-ID: J?rg Schaible wrote on Friday, November 12, 2004 5:59 PM: > Christopher Faylor wrote on Friday, November 12, 2004 5:16 PM: [snip] >>> No problem, as long as there is at least an explanation for weird >>> behaviour. :) >> >> I spent way too long last night trying to figure out why *I* couldn't >> install X anymore. I could see the setup.exe messages flashing by as >> it was "installing" the xorg packages but, when I was done, only some >> things from X were installed. If I unpacked the tar.bz2 files by >> hand then I got everything I expected. It took about an hour for a >> "Oh. Wait a minute." reaction to kick in. >> >> The problem with the tar files was that I'd used the -o option to tar >> when creating the tar files. This creates smaller tar files but >> apparently setup.exe doesn't like the old style tar format. >> >> Anyway, I'm just operating on a hunch here but I'll be REALLY >> interested to hear if this repackaging fixes the problems that people >> were seeing. If it does, I'll look into the setup code to see why >> that is. > > Thanks for your effort, Chris. I'll try it on Monday ASAP > when I am in office again. At home I have the *real thing* > and cannot test this sort of problems :)) Worked fine. Thanks. - J?rg From Joerg.Schaible@Elsag-Solutions.com Mon Nov 15 08:42:00 2004 From: Joerg.Schaible@Elsag-Solutions.com (=?iso-8859-1?Q?J=F6rg_Schaible?=) Date: Mon, 15 Nov 2004 08:42:00 -0000 Subject: fontconfig/fontconfig.h is missing Message-ID: Hi folks, although I've reinstalled Xorg and now the X11 libs are present, libfontconfig-devel seems still have problems. I reassured, that the downloaded package, that was reinstalled today, includes the fontconfig/fontconfig.h file, but the header files were not installed though. - J?rg From misterscary2001@yahoo.com Mon Nov 15 09:20:00 2004 From: misterscary2001@yahoo.com (Daniel Newhouse) Date: Mon, 15 Nov 2004 09:20:00 -0000 Subject: manual installation of the x11 packages In-Reply-To: <4196F2F3.4060203@bellsouth.net> Message-ID: <20041115091959.26574.qmail@web50202.mail.yahoo.com> --- Bobby McNulty wrote: > > > I installed cygwin first, and then xorg. Alright, Installed all packages with the "Install" setting. If I want to now add the X11 packages without disturbing the other packages should I have the X11 packages set to "Install" and the others set to "Reinstall"? I must install all of the packages because I once tried installing X11 with "Install" after installing everything else with "Default" and I did not have ssh functionality. __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com From NikolaevN@Cardiff.ac.uk Mon Nov 15 10:39:00 2004 From: NikolaevN@Cardiff.ac.uk (Nikolay NIKOLAEV) Date: Mon, 15 Nov 2004 10:39:00 -0000 Subject: small window size and multiple windows not working Message-ID: <41988718.18621.351363@localhost> Dear Sirs, I have the follwing problems: when I start xwin the size of window is too small for me and I can not make it larger (it is 1/4 of the size of the whole window). I do not see well and I have a problems when I have to work with xmrace. I can not start multiwindows regime also. Can some one tell me how it can be done. On my computer it does not work. The system is WINDOWS NT 4 Nikolaev From alexander.gottwald@s1999.tu-chemnitz.de Mon Nov 15 10:45:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 15 Nov 2004 10:45:00 -0000 Subject: small window size and multiple windows not working In-Reply-To: <41988718.18621.351363@localhost> References: <41988718.18621.351363@localhost> Message-ID: On Mon, 15 Nov 2004, Nikolay NIKOLAEV wrote: > Dear Sirs, > I have the follwing problems: > when I start xwin the size of window is too small for me and I > can not make it larger (it is 1/4 of the size of the whole window). > I do not see well and I have a problems when I have to work > with xmrace. > I can not start multiwindows regime also. > Can some one tell me how it can be done. > On my computer it does not work. The system is WINDOWS Please send /tmp/XWin.log bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cgf-no-personal-reply-please@cygwin.com Mon Nov 15 15:55:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Mon, 15 Nov 2004 15:55:00 -0000 Subject: fontconfig/fontconfig.h is missing In-Reply-To: References: Message-ID: <20041115155526.GA7677@trixie.casa.cgf.cx> On Mon, Nov 15, 2004 at 09:42:49AM +0100, J?rg Schaible wrote: >although I've reinstalled Xorg and now the X11 libs are present, >libfontconfig-devel seems still have problems. I reassured, that the >downloaded package, that was reinstalled today, includes the >fontconfig/fontconfig.h file, but the header files were not installed >though. Oops. libfontconfig-devel-2.2.2-1.tar.bz2 was the package that I experimented with initially so I'd pulled it from the big list of files that I converted -- meaning that it wasn't "reconverted" when I fixed things. It's ok now and will be on a mirror near you soon. Sorry again for messing things up. It's too bad that setup.exe doesn't understand files built the way I built them since the tar files are smaller. cgf From nw@physics.ucla.edu Mon Nov 15 20:00:00 2004 From: nw@physics.ucla.edu (Nick Wisniewski) Date: Mon, 15 Nov 2004 20:00:00 -0000 Subject: Problems with ssh and tunnelling with cygwin 1.5.12 Message-ID: <41990A51.2020703@physics.ucla.edu> Igor Pechtchanski wrote: > On Fri, 12 Nov 2004, Nicholas Wisniewski wrote: > >> Hello, >> I'm trying ssh and tunnel to various machines. I can ssh just fine >> without tunnelling (i.e. ssh user@machine.net). When I try to tell ssh >> to tunnel (ssh -X user@machine.net), it prompts me for my password, and >> then hangs. > > > This is an X-related issue, and as such should go to the cygwin-xfree > list. I'm redirecting my reply there -- please remove dot com> from further discussion. I'm using Exceed as an X-windows client, not Xorg, so I don't think it is. In any case, I thought that all ssh cared about was whether there was a DISPLAY set or not. >> When I look at the task manager, I see that sh.exe is taking up all of > > ^^^^^^ > >> the available CPU. If I kill sh.exe from the task manager, ssh > > ^^^^^^ > >> continues fine and I am connected and tunnelling. > > > Is this really sh.exe? Can you check whether this sh.exe process is > running before you start ssh (e.g., compare the outputs of "ps -ef" before > and after "ssh -X")? before bash-2.05b$ ps -ef UID PID PPID TTY STIME COMMAND Nick 2888 1 con 13:34:32 /usr/bin/bash Nick 4052 1 con 13:37:33 /usr/bin/bash Nick 236 4052 con 13:39:22 /usr/bin/ps after bash-2.05b$ ps -ef UID PID PPID TTY STIME COMMAND Nick 2888 1 con 13:34:32 /usr/bin/bash Nick 4052 1 con 13:37:33 /usr/bin/bash Nick 3936 2888 con 13:40:16 /usr/bin/ssh Nick 4012 3936 con 13:40:25 /usr/bin/sh Nick 936 4052 con 13:40:29 /usr/bin/ps > I don't recall any option that would make ssh start a shell on the local > machine. Are your ssh config files customized? Are you running keychain, > or autossh, or any other ssh-related scripts? I just uninstalled everything. I reinstalled nothing but the default packages and open-ssh. I'm running /usr/bin/ssh out of the box with no modifications. As you can see from the ps, sh is being started by ssh. As I mentioned before, if I kill sh.exe from the task manager, everything works fine (i.e. it finishes logging in and I can display things from the remote machine). > Are you running Cygwin's ssh? Are you running /usr/bin/ssh, or is ssh > aliased to anything? Is your DISPLAY set when you run ssh.exe? Have you > tried trusted X forwarding ("ssh -Y")? I'm running /usr/bin/ssh. ssh -Y has the same symptoms as ssh -X bash-2.05b$ echo $DISPLAY localhost:0.0 >> I'm running XP pro, service pack 2. I've turned off the XP firewall and >> Sophos virus programs and still get the same behaviour. The same behavir >> happens on this machine with cygwin 1.5.11 as well. >> >> >> Has anybody ever seen this before? > > > This doesn't sound like anything that's been reported before. > Igor Nick From mikemccollister@yahoo.com Mon Nov 15 21:19:00 2004 From: mikemccollister@yahoo.com (Mike McCollister) Date: Mon, 15 Nov 2004 21:19:00 -0000 Subject: Can't get startwin.bat to work In-Reply-To: <0I7000H5UXJM83@pmismtp02.mcilink.com> Message-ID: <20041115211901.83139.qmail@web11109.mail.yahoo.com> Mark, It works fine if I open it up using a cygwin shell. That is not the problem. When I run form a Windows cmd and run startxwin.bat, it does not work. I've tried to do it manually with this command: run XWin -clipboard -silent-dup-error no xwindow comes up with the checkered background. If I do this from within bash: XWin -clipboard -silent-dup-error & there are no problems. A little more research shows that at the cmd line that if I do not use the run, then the Xwindows screen will come up but I can't startup the xterm since this is not returned to the prompt. I've tried: start /b XWin -clipboard -silent-dup-error and this works great!!!! It looks as if the run command is broken. In summary, the run command does not seem to work. the start /b option is the thing to use, at least with Windows 2000. Mike --- Mark Paulus wrote: > Have you tried to open up a cygwin shell, and then > starting up an xterm, to see if it might just be there, awaiting > connections? If you open in multiwindow mode (native mode > by default), then I wouldn't expect anything to happen until > your X Server actually has a client window to display. > > open up a cygwin bash shell, make sure your DISPLAY is set, > or give the -display option to some xclient (xterm, xclock, etc), > and see if it pops up on your desktop. > > On Wed, 10 Nov 2004 04:49:47 -0800 (PST), Mike McCollister wrote: > > >I have been using cygwin for years and the X client under cygwin for about a > >year. In order to get X to work, I have to make sure that I am running bash > >and then run startxwin.sh to get it to work. Well, I've been trying to get > it > >to work with just startxwin.bat but I am not successful. It seems to have a > >problem with the "run" commands. Here are the run commands: > > >run XWin -clipboard -silent-dup-error > >run xterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e > /usr/bin/bash > >-l > > >I do have cygwin installed in c:\progra~1\cygwin and I have modified > >startxwin.bat so that > > >SET CYGWIN_ROOT=c:\progra~1\cygwin > > >The last time I updated anything in cygwin as last week (first week of > >November). > > >Does anyone know how to get the startxwin.bat to work? > > >Just a little more background. When I mean that it does not work, I mean > that > >the "X" shows up as an icon next to the clock but nothing else happens. If > I > >right click on the "X", nothing happens. I have to use the Task Manger to > kill > >XWin.exe. > > >Thanks, > > >Mike > > > > > >__________________________________ > >Do you Yahoo!? > >Check out the new Yahoo! Front Page. > >www.yahoo.com > > > > > > > __________________________________ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com From Alexander.Gottwald@s1999.tu-chemnitz.de Mon Nov 15 21:40:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 15 Nov 2004 21:40:00 -0000 Subject: Can't get startwin.bat to work In-Reply-To: <20041115211901.83139.qmail@web11109.mail.yahoo.com> References: <20041115211901.83139.qmail@web11109.mail.yahoo.com> Message-ID: Mike McCollister wrote: > It works fine if I open it up using a cygwin shell. That is not the problem. > When I run form a Windows cmd and run startxwin.bat, it does not work. I've > tried to do it manually with this command: > > run XWin -clipboard -silent-dup-error > > no xwindow comes up with the checkered background. > > If I do this from within bash: > > XWin -clipboard -silent-dup-error & > > A little more research shows that at the cmd line that if I do not use the run, > then the Xwindows screen will come up but I can't startup the xterm since this > is not returned to the prompt. I've tried: > > start /b XWin -clipboard -silent-dup-error > > and this works great!!!! It looks as if the run command is broken. > > In summary, the run command does not seem to work. the start /b option is the > thing to use, at least with Windows 2000. There is a small drawback with run.exe. The windowed mode does not work properly. You can start XWin with -nodecoration or -multiwindow or -rootless which all work fine. But the windowed mode will not work. This is because run is designed to supress the console window. Somehow windows supresses the x11 window too. I've not been able to track this down yet. bye ago NP: Welle Erdball - Frontalaufprall -- Alexander.Gottwald@informatik.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From mark.paulus@mci.com Mon Nov 15 22:20:00 2004 From: mark.paulus@mci.com (Mark Paulus) Date: Mon, 15 Nov 2004 22:20:00 -0000 Subject: WMaker 0.90 broken? Message-ID: <0I780070DRBAGR@pmismtp01.mcilink.com> I just did an cygwin upgrade, hoping to get the latest cygwin1.dll. Got a whole bunch more than that, including wmaker 0.90. However, after doing the upgrade, wmaker seems to be broken. (Mind you, everything was working before I upgraded, then after I upgraded, it broke.) ======================================================================== Here is the output from running startx: $ startx Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-5 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -clipboard 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 (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT F/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/ X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winSetEngine - Using Shadow DirectDraw NonLocking winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits per pixel winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shar ed memory support in the kernel (--) 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 )" (--) 5 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from li st! 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 li st! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list! winPointerWarpCursor - Discarding first warp: 636 496 winProcEstablishConnection - Hello cat: /home/Mark.Paulus/.Xauthority: No such file or directory winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winClipboardProc - XOpenDisplay () returned and successfully opened the display. Xlib: extension "MIT-SHM" missing on display ":0.0". wmaker warning: could not load font: helvetica:slant=0:weight=100:pixelsize=12. wmaker warning: could not load font: helvetica:xlfd=-*-helvetica-bold-r-normal-* -12-*-*-*-*-*-*-*:slant=0:weight=200:pixelsize=12. wmaker warning: could not load any fonts. Make sure your font installation and l ocale settings are correct. wmaker fatal error: could not initialize WINGs widget set wmaker fatal error: it seems that there is already a window manager running waiting for X server to shut down winClipboardProc - Call to select () failed: - 1. Bailing. winClipboardProc - XDestroyWindow succeeded. winDeinitMultiWindowWM - Noting shutdown in progress Mark.Paulus@WS117V6220509 ~ =========================================================================== Here is the XWin.log: $ cat /tmp/XWin.log Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-5 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -clipboard ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1280 h 1024 winInitializeDefaultScreens - Returning (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT F/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/ X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shar ed memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000409" (00000409) (--) Using preset keyboard for "English (USA)" (409), type "4" (--) 5 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from li st! 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 li st! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list! winProcEstablishConnection - Hello winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winClipboardProc - XOpenDisplay () returned and successfully opened the display. winClipboardProc - Call to select () failed: -1. Bailing. winClipboardProc - XDestroyWindow succeeded. winDeinitMultiWindowWM - Noting shutdown in progress ======================================================================== Here are the contents of .xserverrc: $ cat .xserverrc exec X :0 -clipboard ======================================================================== Here are the contents of .xinitrc: $ cat .xinitrc #exec fvwm2 -f /usr/X11R6/share/fvwm/system.fvwm2rc-sample-95 #exec fvwm2 exec wmaker #exec openbox #ssh-agent wmaker > ~/.ssh-agent #export DISPLAY=localhost:0 #xhost + From Joerg.Schaible@Elsag-Solutions.com Tue Nov 16 08:43:00 2004 From: Joerg.Schaible@Elsag-Solutions.com (=?iso-8859-1?Q?J=F6rg_Schaible?=) Date: Tue, 16 Nov 2004 08:43:00 -0000 Subject: fontconfig/fontconfig.h is missing Message-ID: Christopher Faylor wrote on Monday, November 15, 2004 4:55 PM: > On Mon, Nov 15, 2004 at 09:42:49AM +0100, J?rg Schaible wrote: >> although I've reinstalled Xorg and now the X11 libs are present, >> libfontconfig-devel seems still have problems. I reassured, that the >> downloaded package, that was reinstalled today, includes the >> fontconfig/fontconfig.h file, but the header files were not installed >> though. > > Oops. libfontconfig-devel-2.2.2-1.tar.bz2 was the package > that I experimented with initially so I'd pulled it from the > big list of files that I converted -- meaning that it wasn't > "reconverted" when I fixed things. > > It's ok now and will be on a mirror near you soon. > > Sorry again for messing things up. It's too bad that > setup.exe doesn't understand files built the way I built them > since the tar files are smaller. Works now. At least it had somethong good, that I explicitly needed this package too. :) - J?rg From alexander.gottwald@s1999.tu-chemnitz.de Tue Nov 16 08:59:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 16 Nov 2004 08:59:00 -0000 Subject: WMaker 0.90 broken? In-Reply-To: <0I780070DRBAGR@pmismtp01.mcilink.com> References: <0I780070DRBAGR@pmismtp01.mcilink.com> Message-ID: On Mon, 15 Nov 2004, Mark Paulus wrote: > Xlib: extension "MIT-SHM" missing on display ":0.0". Does window maker require SHM? Maybe you should consider running cygserver for shared memory support. > wmaker warning: could not load font: helvetica:slant=0:weight=100:pixelsize=12. > wmaker warning: could not load font: helvetica:xlfd=-*-helvetica-bold-r-normal-* > -12-*-*-*-*-*-*-*:slant=0:weight=200:pixelsize=12. > wmaker warning: could not load any fonts. Make sure your font installation and l > ocale settings are correct. The font should be installed with the xorg-x11-fnts packages. Please verify that the font is available: $ xlsfonts -fn "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*" should print about 30 entries. If it does not then do $ rm /usr/X11R6/lib/X11/fonts/75dpi/fonts.dir $ font-update > wmaker fatal error: could not initialize WINGs widget set > wmaker fatal error: it seems that there is already a window manager running This does not seem to be related to the font issue. Are you sure there is no other window manager running? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From dk@artimi.com Tue Nov 16 13:16:00 2004 From: dk@artimi.com (Dave Korn) Date: Tue, 16 Nov 2004 13:16:00 -0000 Subject: Problems with ssh and tunnelling with cygwin 1.5.12 In-Reply-To: <41990A51.2020703@physics.ucla.edu> Message-ID: > -----Original Message----- > From: cygwin-owner On Behalf Of Nick Wisniewski > Sent: 15 November 2004 19:58 > > Is this really sh.exe? Can you check whether this sh.exe process is > > running before you start ssh (e.g., compare the outputs of > "ps -ef" before > > and after "ssh -X")? > before > bash-2.05b$ ps -ef > UID PID PPID TTY STIME COMMAND > Nick 2888 1 con 13:34:32 /usr/bin/bash > Nick 4052 1 con 13:37:33 /usr/bin/bash > Nick 236 4052 con 13:39:22 /usr/bin/ps > > after > bash-2.05b$ ps -ef > UID PID PPID TTY STIME COMMAND > Nick 2888 1 con 13:34:32 /usr/bin/bash > Nick 4052 1 con 13:37:33 /usr/bin/bash > Nick 3936 2888 con 13:40:16 /usr/bin/ssh > Nick 4012 3936 con 13:40:25 /usr/bin/sh > Nick 936 4052 con 13:40:29 /usr/bin/ps > > As I mentioned before, if I kill sh.exe from the task manager, > everything works fine (i.e. it finishes logging in and I can display > things from the remote machine). It has to be ssh trying to execute some system(..) call prior to opening the connection, and the problem is with the command in question; that's hanging up, openssh is waiting for it to complete.... boom! Although I'm not familiar with the source code and haven't studied it (and 'grep' is _not_ a source analysis tool!), nonetheless a quick grep lends at least some support to this hypothesis: dk@mace /usr/src/openssh-3.9p1-2> grep -w sh *.[ch] auth.c: * legal, and means /bin/sh. defines.h:# define _PATH_BSHELL "/bin/sh" pathnames.h: * /bin/sh before starting the shell or command if they exist. They will be session.c: * legal, and means /bin/sh. sshconnect.c: * Use "exec" to avoid "sh -c" processes on some platforms dk@mace /usr/src/openssh-3.9p1-2> That comment in sshconnect.c looks highly significant to me! You could probably strace openssh, then find out what parameters sh.exe is being called with, and see if sh.exe shows the same behaviour when you try the same command from a prompt. I think the problem that needs tracking down will turn out to be with the commands that openssh is relying on sh to execute, rather than anything intrinsic to openssh itself. Actually strace probably isn't necessary. I see lines like this debug("Executing proxy command: %.500s", command_string); and oh look! like this! /* * Run $HOME/.ssh/rc, /etc/ssh/sshrc, or xauth (whichever is found * first in this order). */ static void do_rc_files(Session *s, const char *shell) { FILE *f = NULL; char cmd[1024]; int do_xauth; struct stat st; do_xauth = s->display != NULL && s->auth_proto != NULL && s->auth_data != NULL; /* ignore _PATH_SSH_USER_RC for subsystems */ if (!s->is_subsystem && (stat(_PATH_SSH_USER_RC, &st) >= 0)) { snprintf(cmd, sizeof cmd, "%s -c '%s %s'", shell, _PATH_BSHELL, _PATH_SSH_USER_RC); if (debug_flag) fprintf(stderr, "Running %s\n", cmd); f = popen(cmd, "w"); which make me think you ought to just be able to run ssh with some debug options on the command line, and that ought to give you enough information to find out what's wrong. Try "ssh -v -v -v " and see what that tells you. cheers, DaveK -- Can't think of a witty .sigline today.... From kpiotrowicz@sent.com Tue Nov 16 13:41:00 2004 From: kpiotrowicz@sent.com (Kevin Piotrowicz) Date: Tue, 16 Nov 2004 13:41:00 -0000 Subject: Problem Starting Xterm Message-ID: <1100612453.17757.208777153@webmail.messagingengine.com> Hi, I have just installed cygwin on WIN XP, with the all xorg packages installed. But not the xfree86 ones because they say removed package beside them - which I take to mean they are deprecated? Anyway by using either startxwin.bat startx or startxwin.sh, the xwin program starts and has the black X in the system tray it doesn't seem frozen as I can toggle hiding it if I want, but no xterm starts, and when I try to manually start one using just the command xterm the response is: "xterm Xt error: Can't open display:" Could someone help me with this? Thanks Kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.log Type: application/octet-stream Size: 2743 bytes Desc: not available URL: From Tim.Saunders@aquilauk.co.uk Tue Nov 16 14:15:00 2004 From: Tim.Saunders@aquilauk.co.uk (Tim Saunders) Date: Tue, 16 Nov 2004 14:15:00 -0000 Subject: Problems after move to Windows 2003 domain Message-ID: A month ago I had cygwin working perfectly. Then we upgraded to a Windows 2003 domain. I still have the same XP work station but now when I run startx cygwin crashes with errors about the clipboard. I have tried disabled the shared clipboard feature and the X server will now come up. I can run xeyes fine. However when I try to run xterm the CPU load on the Xserver goes straight to 100% and stays there. I have done an strace on xterm and I can see it is waiting on a read from the tcp socket to the X server, after 20 minutes the Xserver sends it data and up it comes. I have tried a variety of other programs and they all behave like xterm (except xeyes). I don't have any idea how to go about working out what it is doing. Can anyone help? Tim P.S. Since the domain move I have rerun mkpasswd and mkgroup, it didn't make any difference. I have also upgraded to the latest cygwin with the online installer; again it made no difference. From mark.paulus@mci.com Tue Nov 16 14:30:00 2004 From: mark.paulus@mci.com (Mark Paulus) Date: Tue, 16 Nov 2004 14:30:00 -0000 Subject: Problem Starting Xterm In-Reply-To: <1100612453.17757.208777153@webmail.messagingengine.com> Message-ID: <0I7A00MJX04T20@pmismtp02.mcilink.com> How are you starting your xterm? Are you giving it the -display option (xterm -display :0 &)? On Tue, 16 Nov 2004 13:40:53 +0000, Kevin Piotrowicz wrote: >Hi, > >I have just installed cygwin on WIN XP, with the all xorg packages >installed. But not the xfree86 ones because they say removed package >beside them - which I take to mean they are deprecated? > >Anyway by using either startxwin.bat startx or startxwin.sh, the xwin >program starts and has the black X in the system tray it doesn't seem >frozen as I can toggle hiding it if I want, but no xterm starts, and >when I try to manually start one using just the command xterm the >response is: "xterm Xt error: Can't open display:" > >Could someone help me with this? > >Thanks > >Kevin From mark.paulus@mci.com Tue Nov 16 14:54:00 2004 From: mark.paulus@mci.com (Mark Paulus) Date: Tue, 16 Nov 2004 14:54:00 -0000 Subject: WMaker 0.90 broken? In-Reply-To: Message-ID: <0I7A00H6Q15H3M@pmismtp01.mcilink.com> Well, it does seem to be a font issue. I used setup, and did a re-install of a couple of x11 font packages and everthing seems to be working just fine. On a side note, ipc-daemon2 does not seem to provide whatever is needed by MIT-SHM, as I get that message, whether I have ipc-daemon2 started or not. I also think it's not a goodness that using setup to handle an upgrade breaks the fonts package(s) and causes system failures.... But then, that's just my opinion, and as we all know, opinion are like rear-ends.... Everyone has one, and they are usually all full of ...... On Tue, 16 Nov 2004 09:59:01 +0100 (MET), Alexander Gottwald wrote: >On Mon, 15 Nov 2004, Mark Paulus wrote: >> Xlib: extension "MIT-SHM" missing on display ":0.0". >Does window maker require SHM? Maybe you should consider running cygserver >for shared memory support. >> wmaker warning: could not load font: helvetica:slant=0:weight=100:pixelsize=12. >> wmaker warning: could not load font: helvetica:xlfd=-*-helvetica-bold-r-normal-* >> -12-*-*-*-*-*-*-*:slant=0:weight=200:pixelsize=12. >> wmaker warning: could not load any fonts. Make sure your font installation and l >> ocale settings are correct. >The font should be installed with the xorg-x11-fnts packages. Please verify that >the font is available: >$ xlsfonts -fn "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*" >should print about 30 entries. If it does not then do >$ rm /usr/X11R6/lib/X11/fonts/75dpi/fonts.dir >$ font-update >> wmaker fatal error: could not initialize WINGs widget set >> wmaker fatal error: it seems that there is already a window manager running >This does not seem to be related to the font issue. Are you sure there is no >other window manager running? >bye > ago >-- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Tue Nov 16 15:11:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 16 Nov 2004 15:11:00 -0000 Subject: WMaker 0.90 broken? In-Reply-To: <0I7A00H6Q15H3M@pmismtp01.mcilink.com> References: <0I7A00H6Q15H3M@pmismtp01.mcilink.com> Message-ID: On Tue, 16 Nov 2004, Mark Paulus wrote: > Well, it does seem to be a font issue. I used > setup, and did a re-install of a couple of x11 font packages > and everthing seems to be working just fine. > > On a side note, ipc-daemon2 does not seem to provide whatever > is needed by MIT-SHM, as I get that message, whether > I have ipc-daemon2 started or not. You have to setup cygserver. cygserver-config might help. And adding the "server" keyword to the CYGWIN environment variable. eg CYGWIN=server XWin.exe $OPTIONS @all: Is there documentation available on this? > I also think it's not a goodness that using setup to handle an > upgrade breaks the fonts package(s) and causes system > failures.... But then, that's just my opinion, and as we all know, > opinion are like rear-ends.... Everyone has one, and they > are usually all full of ...... It should not. But such things are sometimes hard to reproduce and hard to identify. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From nw@physics.ucla.edu Tue Nov 16 20:37:00 2004 From: nw@physics.ucla.edu (Nick Wisniewski) Date: Tue, 16 Nov 2004 20:37:00 -0000 Subject: Problems with ssh and tunnelling with cygwin 1.5.12 Message-ID: <419A5986.9090701@physics.ucla.edu> Dave Korn wrote: > that ought to give you enough information to find out > what's wrong. Try "ssh -v -v -v " and see what that tells you. I try this and it hangs with a response: debug2: x11_get_proto: /usr/X11R6/bin/xauth -f /tmp/ssh-LuCdTO1472/xauthfile gen erate unix:0 MIT-MAGIC-COOKIE-1 untrusted timeout 1200 2>/dev/null When I kill sh.exe from the task manager, it hangs again immediately with the response: debug2: x11_get_proto: /usr/X11R6/bin/xauth list unix:0 . 2>/dev/null When I kill sh.exe again, it continues as normal. From pechtcha@cs.nyu.edu Tue Nov 16 21:30:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Tue, 16 Nov 2004 21:30:00 -0000 Subject: Problems with ssh and tunnelling with cygwin 1.5.12 In-Reply-To: <419A5986.9090701@physics.ucla.edu> References: <419A5986.9090701@physics.ucla.edu> Message-ID: On Tue, 16 Nov 2004, Nick Wisniewski wrote: > Dave Korn wrote: > > that ought to give you enough information to find out > > what's wrong. Try "ssh -v -v -v " and see what that tells > > you. > > I try this and it hangs with a response: > > debug2: x11_get_proto: /usr/X11R6/bin/xauth -f /tmp/ssh-LuCdTO1472/xauthfile generate unix:0 MIT-MAGIC-COOKIE-1 untrusted timeout 1200 2>/dev/null > > When I kill sh.exe from the task manager, it hangs again immediately with the > response: > > debug2: x11_get_proto: /usr/X11R6/bin/xauth list unix:0 . 2>/dev/null > > When I kill sh.exe again, it continues as normal. On Fri, Nov 12, 2004, I wrote among other things: > I don't recall any option that would make ssh start a shell on the local > machine. Are your ssh config files customized? Are you running keychain, > or autossh, or any other ssh-related scripts? xauth is a script (well, a program). What happens if you run those exact commands from the command line? Also, try stracing the ssh process (as Dave Korn suggested) and see where sh hangs (use something like "strace -o ssh.strace ssh user@machine" and browse ssh.strace). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From ingber@ingber.com Wed Nov 17 02:25:00 2004 From: ingber@ingber.com (Lester Ingber) Date: Wed, 17 Nov 2004 02:25:00 -0000 Subject: GLX acceleration? Message-ID: <20041117022513.GA2320@ingber.com> In an effort to get better performance on my ThinkPad/XPPRo I'm considering adding the "experimental" GLX acceleration module offered under setup. Is anyone using this? How do you turn it on? Thanks. Lester From alexander.gottwald@s1999.tu-chemnitz.de Wed Nov 17 03:17:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 17 Nov 2004 03:17:00 -0000 Subject: GLX acceleration? In-Reply-To: <20041117022513.GA2320@ingber.com> References: <20041117022513.GA2320@ingber.com> Message-ID: On Tue, 16 Nov 2004, Lester Ingber wrote: > In an effort to get better performance on my ThinkPad/XPPRo I'm > considering adding the "experimental" GLX acceleration module offered > under setup. Is anyone using this? I've tested it with some programs including the glut suite. Some of the glut examples fail but most work well. > How do you turn it on? Just install it and run XWin_GL.exe instead of XWin.exe. Any feedback is welcome. BTW: Only the multiwindow mode is useful with the accelerated server since the OpenGL drawing surface is not translated to match the window boundaries in windowed moded. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From ingber@ingber.com Wed Nov 17 03:39:00 2004 From: ingber@ingber.com (Lester Ingber) Date: Wed, 17 Nov 2004 03:39:00 -0000 Subject: GLX acceleration Message-ID: <20041117033717.GA272@ingber.com> Yes, XWin_GL seems to run OK, though I have not seen any dramatic speedup yet. It is likely that part of this may be due to memory problems I seem to be having in the latest xorg downloads, with XWin and now also with XWin_GL. (I only seem to have these problems in xterm and rxvt, not in a Cygwin console window.) `dired` (below) freezes and other processes i other xterm windows bomb: 19:25:05 @lester:~% top C:\cygwin\bin\tcsh.exe (472): *** fork: can't reserve memory for stack 0x30000 - 0x230000, Win32 error 487 6 [main] -tcsh 2808 sync_with_child: child 472(0x67C) died before initialization with status code 0x1 3423 [main] -tcsh 2808 sync_with_child: *** child state waiting for longjmp No more processes. 19:26:38 @lester:~% pkill -9 dired ----------8<---------- top cut 1/2 -> bottom 1/2 ----------->8---------- Subject: Re: new Cygwin has memory problems? I cannot determine why, but with the new Cygwin base I just installed, a utility I have used for quite a few years, dired [http://www.math.utah.edu/~beebe/software/file-tools.html#dired], now freezes my window. A `top` shows that CPU usage quickly climbs to maximum values. I have to guess that other utilities will have similar problems. Thanks. Lester ----------8<---------- bottom cut 1/2 <- top 1/2 ----------->8---------- ----------8<---------- top cut 2/2 -> bottom 2/2 ----------->8---------- +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= > In an effort to get better performance on my ThinkPad/XPPRo I'm > considering adding the "experimental" GLX acceleration module offered > under setup. Is anyone using this? I've tested it with some programs including the glut suite. Some of the glut examples fail but most work well. > How do you turn it on? Just install it and run XWin_GL.exe instead of XWin.exe. Any feedback is welcome. BTW: Only the multiwindow mode is useful with the accelerated server since the OpenGL drawing surface is not translated to match the window boundaries in windowed moded. bye ago -- Alexander.Gottwald ----------8<---------- bottom cut 2/2 <- top 2/2 ----------->8---------- From Alexander.Gottwald@s1999.tu-chemnitz.de Wed Nov 17 11:55:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 17 Nov 2004 11:55:00 -0000 Subject: GLX acceleration In-Reply-To: <20041117033717.GA272@ingber.com> References: <20041117033717.GA272@ingber.com> Message-ID: Lester Ingber wrote: > Yes, XWin_GL seems to run OK, though I have not seen any dramatic > speedup yet. glxgears shows the fps and has a dramatic speedup. > It is likely that part of this may be due to memory problems I seem to be > having in the latest xorg downloads, with XWin and now also with XWin_GL. > (I only seem to have these problems in xterm and rxvt, not in a Cygwin > console window.) > > `dired` (below) freezes and other processes i other xterm windows bomb: > > 19:25:05 @lester:~% top > C:\cygwin\bin\tcsh.exe (472): *** fork: can't reserve memory for stack 0x30000 - 0x230000, Win32 error 487 > 6 [main] -tcsh 2808 sync_with_child: child 472(0x67C) died before initialization with status code 0x1 > 3423 [main] -tcsh 2808 sync_with_child: *** child state waiting for longjmp > No more processes. Have you tried downgrading cygwin? Are the problems still present? bye ago NP: Allied Vision - Deliver Us From Evil -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From rrepasky@lack.ucs.indiana.edu Wed Nov 17 15:10:00 2004 From: rrepasky@lack.ucs.indiana.edu (Dick Repasky) Date: Wed, 17 Nov 2004 15:10:00 -0000 Subject: 1,440 symbolic links Message-ID: The tree /etc/X11/xserver contains 720 symbolic links. The vast majority of of them are locale specific and point to the directory /etc/X11/xserver/C. The only thing in /etc/X11/xserver/C is a tree called print. The tree /usr/X11R6/lib/X11/xserver seems to be identical to /etc/X11/xserver. My question is: can I get rid of all those symbolic links? The reason that I ask is that I'm using Fergus' instructions for building a CD from which cygwin can be run (http://www.cygwin.com/ml/cygwin/2003-07/msg01117.html). Because ISO-9660 file system does not support symbolic links, the technique for handling them is to create copies of everything that is symbolically linked. For /etc/X11/xserver that means about 998 MB of disk on an ntfs file system with a respectable blocking factor. /usr/X11R6/lib/xserver also takes up that much space. My hope is that X has a respectable default, something like if localization file can't be read, use /etc/X11/xserver/C (or /usr/X11R6/lib/xserver/C). Or, maybe /etc/X11/xserver/C/print really is for printing (the tree seems to contain printer specs), and if I don't want to print, I can get rid of it all. I've tried poking around at X.org, but can't seem to find documenation tha's appropriate. I'd be grateful for any of the following: - simple answer such as "delete with impunity - it doesn't matter" - point me to appropriate documentation - point me to appropriate sections of the source code. Thanks, Dick ----------------- Dick Repasky Bioinformatics Support UITS Cubicle 101.08 Indiana University USA rrepasky@indiana.edu From rurban@x-ray.at Wed Nov 17 16:10:00 2004 From: rurban@x-ray.at (Reini Urban) Date: Wed, 17 Nov 2004 16:10:00 -0000 Subject: 1,440 symbolic links In-Reply-To: References: Message-ID: <419B77C9.1070104@x-ray.at> Dick Repasky schrieb: > > The tree /etc/X11/xserver contains 720 symbolic links. The vast majority > of of them are locale specific and point to the directory > /etc/X11/xserver/C. The only thing in /etc/X11/xserver/C is a tree called > print. > > The tree /usr/X11R6/lib/X11/xserver seems to be identical to > /etc/X11/xserver. > > My question is: can I get rid of all those symbolic links? The reason > that I ask is that I'm using Fergus' instructions for building a CD from > which cygwin can be run > (http://www.cygwin.com/ml/cygwin/2003-07/msg01117.html). Because > ISO-9660 file system does not support symbolic links, the technique for > handling them is to create copies of everything that is symbolically > linked. You got that wrong. the above cited msg is right. ISO-9660 does understand cygwin .lnk files (which are symlinks), just the +S attribute has to be fixed. See Step 5 in http://www.cygwin.com/ml/cygwin/2003-07/msg01117.html > For /etc/X11/xserver that means about 998 MB of disk on an ntfs > file system with a respectable blocking factor. /usr/X11R6/lib/xserver > also takes up that much space. My hope is that X has a respectable > default, something like if localization file can't be read, use > /etc/X11/xserver/C (or /usr/X11R6/lib/xserver/C). Or, maybe > /etc/X11/xserver/C/print really is for printing (the tree seems to > contain printer specs), and if I don't want to print, I can get rid of > it all. > > I've tried poking around at X.org, but can't seem to find documenation > tha's appropriate. I'd be grateful for any of the following: > > - simple answer such as "delete with impunity - it doesn't matter" > - point me to appropriate documentation > - point me to appropriate sections of the source code. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ -- Let each man exercise the art he knows. (Aristophanes, Wasps, 422 B.C.) From rrepasky@lack.ucs.indiana.edu Wed Nov 17 16:34:00 2004 From: rrepasky@lack.ucs.indiana.edu (Dick Repasky) Date: Wed, 17 Nov 2004 16:34:00 -0000 Subject: 1,440 symbolic links In-Reply-To: <419B77C9.1070104@x-ray.at> References: <419B77C9.1070104@x-ray.at> Message-ID: On Wed, 17 Nov 2004, Reini Urban wrote: > > You got that wrong. the above cited msg is right. > I am very glad to have been wrong. Thanks, Dick ----------------- Dick Repasky Bioinformatics Support UITS Cubicle 101.08 Indiana University USA rrepasky@indiana.edu From cgf-no-personal-reply-please@cygwin.com Wed Nov 17 17:17:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 17 Nov 2004 17:17:00 -0000 Subject: new cygwin has memory problems? In-Reply-To: <20041112162605.GA3620@ingber.com> References: <20041112162605.GA3620@ingber.com> Message-ID: <20041117171719.GA3272@trixie.casa.cgf.cx> On Fri, Nov 12, 2004 at 08:26:05AM -0800, Lester Ingber wrote: >I was wrong in assuming this was a cygwin base problem. It must be a >cygwin-xfree problem. I have no problems I can see in a cygwin console >window, only in an xterm (or rxvt) window running under >XWin -unixkill -emulate3buttons -clipboard -multiwindow -silent-dup-error & > >Lester > > +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= >I cannot determine why, but with the new Cygwin base I just installed, >a utility I have used for quite a few years, dired >[http://www.math.utah.edu/~beebe/software/file-tools.html#dired], now >freezes my window. A `top` shows that CPU usage quickly climbs to >maximum values. > >I have to guess that other utilities will have similar problems. This is a problem caused by this change: http://cygwin.com/ml/cygwin/2004-10/msg00364.html And, then, the problem was noted here: http://cygwin.com/ml/cygwin/2004-10/msg00904.html The problem is that cygwin is now behaving like linux in that timed reads from a pty/tty work correctly. It is not behaving like linux in that once you get an EOF on a read using stdio, you get EOF forever after. I've made a cygwin-specific correction to the newlib library to make cygwin work more like linux. I will generate a cygwin snapshot sometime soon which should have a fix for this problem. Keep an ey on: http://cygwin.com/snapshots/ cgf From bobbymcn@bellsouth.net Wed Nov 17 17:27:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Wed, 17 Nov 2004 17:27:00 -0000 Subject: Problem with setup In-Reply-To: <20041117065424.CF71483425@pessard.research.canon.com.au> References: <20041117065424.CF71483425@pessard.research.canon.com.au> Message-ID: <419B89D7.9090104@bellsouth.net> Luke Kendall wrote: >On 16 Nov, Bobby McNulty wrote: > > >> Then I'm not the only one noticing this? >> >> > >No, myself and one other person here have begun noticing it. > >luke > > >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Problem reports: http://cygwin.com/problems.html >Documentation: http://cygwin.com/docs.html >FAQ: http://cygwin.com/faq/ > > > > OK. I have a full cywin running now, with Xorg and KDE. So I'm ok. But I had to do it in four stages. KDE is working again under org. Like I said before, it was setup. Bobby From ingber@ingber.com Wed Nov 17 18:26:00 2004 From: ingber@ingber.com (Lester Ingber) Date: Wed, 17 Nov 2004 18:26:00 -0000 Subject: GLX acceleration Message-ID: <20041117181437.GA75144@ingber.com> Alexander: I believe the problem to be with the new xorg files, but there are quite a few and I don't have time to reinstall them all. I assume I'll just wait until the next update, but I hope the maintainers will at least keep this potential problem in mind. I have this CPU problem under xterm or rxvt, not only with dired, but also with ispell under mutt in these windows. I do not have these problems at all (using dired or ispell under mutt) under the standard Cygwin console window (no xorg depdendence). I note that dired using ncurses, ans perhaos ispell under mutt might too? Could there be some kind of new conflict with xorg utiltiies? I have all my "Curr" Cygwin files from mirrors.rcn.net up to date (omitting only "setup" -- which always seems to revert to Skip when downloaded -- and "gcc-testsuite"). Thanks for the info on glxgears. Lester +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= Lester Ingber wrote: > Yes, XWin_GL seems to run OK, though I have not seen any dramatic > speedup yet. glxgears shows the fps and has a dramatic speedup. > It is likely that part of this may be due to memory problems I seem to be > having in the latest xorg downloads, with XWin and now also with XWin_GL. > (I only seem to have these problems in xterm and rxvt, not in a Cygwin > console window.) > > `dired` (below) freezes and other processes i other xterm windows bomb: > > 19:25:05 @lester:~% top > C:\cygwin\bin\tcsh.exe (472): *** fork: can't reserve memory for stack 0x30000 - 0x230000, Win32 error 487 > 6 [main] -tcsh 2808 sync_with_child: child 472(0x67C) died before initialization with status code 0x1 > 3423 [main] -tcsh 2808 sync_with_child: *** child state waiting for longjmp > No more processes. Have you tried downgrading cygwin? Are the problems still present? bye ago From ingber@ingber.com Wed Nov 17 18:39:00 2004 From: ingber@ingber.com (Lester Ingber) Date: Wed, 17 Nov 2004 18:39:00 -0000 Subject: GLX acceleration / Re: new cygwin has memory problems? Message-ID: <20041117183845.GA2264@ingber.com> I just saw Christopher's posting re my posting of 12 Nov, explaining that indeed this is a Cygwin-specific problem. Lester +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= Alexander: I believe the problem to be with the new xorg files, but there are quite a few and I don't have time to reinstall them all. I assume I'll just wait until the next update, but I hope the maintainers will at least keep this potential problem in mind. I have this CPU problem under xterm or rxvt, not only with dired, but also with ispell under mutt in these windows. I do not have these problems at all (using dired or ispell under mutt) under the standard Cygwin console window (no xorg depdendence). I note that dired using ncurses, ans perhaos ispell under mutt might too? Could there be some kind of new conflict with xorg utiltiies? I have all my "Curr" Cygwin files from mirrors.rcn.net up to date (omitting only "setup" -- which always seems to revert to Skip when downloaded -- and "gcc-testsuite"). Thanks for the info on glxgears. Lester +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= Lester Ingber wrote: > Yes, XWin_GL seems to run OK, though I have not seen any dramatic > speedup yet. glxgears shows the fps and has a dramatic speedup. > It is likely that part of this may be due to memory problems I seem to be > having in the latest xorg downloads, with XWin and now also with XWin_GL. > (I only seem to have these problems in xterm and rxvt, not in a Cygwin > console window.) > > `dired` (below) freezes and other processes i other xterm windows bomb: > > 19:25:05 @lester:~% top > C:\cygwin\bin\tcsh.exe (472): *** fork: can't reserve memory for stack 0x30000 - 0x230000, Win32 error 487 > 6 [main] -tcsh 2808 sync_with_child: child 472(0x67C) died before initialization with status code 0x1 > 3423 [main] -tcsh 2808 sync_with_child: *** child state waiting for longjmp > No more processes. Have you tried downgrading cygwin? Are the problems still present? bye ago -- Prof. Lester Ingber ingber@ingber.com ingber@alumni.caltech.edu www.ingber.com www.alumni.caltech.edu/~ingber From cgf-no-personal-reply-please@cygwin.com Wed Nov 17 19:34:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 17 Nov 2004 19:34:00 -0000 Subject: GLX acceleration In-Reply-To: <20041117181437.GA75144@ingber.com> References: <20041117181437.GA75144@ingber.com> Message-ID: <20041117193506.GC3272@trixie.casa.cgf.cx> On Wed, Nov 17, 2004 at 10:14:37AM -0800, Lester Ingber wrote: >I believe the problem to be with the new xorg files, but there are quite >a few and I don't have time to reinstall them all. I assume I'll just >wait until the next update, but I hope the maintainers will at least >keep this potential problem in mind. The dired problem is a cygwin DLL problem which should be fixed by today's snapshot: http://cygwin.com/snapshots.html . I don't know about the other problems. cgf From pechtcha@cs.nyu.edu Wed Nov 17 22:53:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Wed, 17 Nov 2004 22:53:00 -0000 Subject: GLX acceleration In-Reply-To: <20041117033717.GA272@ingber.com> References: <20041117033717.GA272@ingber.com> Message-ID: Lester, Exactly what kind of speedups are you expecting here? AFAIU, the GLX-accelerated XWin will give you speedup only for programs that use the GLX extension, which automatically excludes most standard X clients (e.g., xterm, emacs, etc). For applications not using the GLX extension, the GLX-accelerated XWin should be no different from the regular XWin. Alexander, please correct me if I'm wrong. Igor On Tue, 16 Nov 2004, Lester Ingber wrote: > Yes, XWin_GL seems to run OK, though I have not seen any dramatic > speedup yet. > > It is likely that part of this may be due to memory problems I seem to be > having in the latest xorg downloads, with XWin and now also with XWin_GL. > (I only seem to have these problems in xterm and rxvt, not in a Cygwin > console window.) > > [snip] > ----------8<---------- top cut 2/2 -> bottom 2/2 ----------->8---------- > +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= > > > In an effort to get better performance on my ThinkPad/XPPRo I'm > > considering adding the "experimental" GLX acceleration module offered > > under setup. Is anyone using this? > > I've tested it with some programs including the glut suite. Some of the > glut examples fail but most work well. > > > How do you turn it on? > > Just install it and run XWin_GL.exe instead of XWin.exe. > > Any feedback is welcome. > > BTW: Only the multiwindow mode is useful with the accelerated server since > the OpenGL drawing surface is not translated to match the window boundaries > in windowed moded. > > bye > ago -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From junkmail@ddsap.com Thu Nov 18 05:31:00 2004 From: junkmail@ddsap.com (Junkmail) Date: Thu, 18 Nov 2004 05:31:00 -0000 Subject: Reconnect to X session Message-ID: <001001c4cd2f$b83981b0$0300a8c0@eternity> Hi all, Searched the mailing list for this FAQ but no joy, so here we go How can I reconnect to a Cygwin/X server created X session started on a Linux server (Debian Sarge) ? How I currently connect ? >From my XP desktop, open Cygwin Bash Shell Type X -broadcast Get the KDM log in screen from the Linux server (only Linux server on our LAN) Log on fine and everyhting works (except for the clipboard but that's no big deal) Problem Sometimes my wireless network temporarily dies and so my laptop loses connectivity to the LAN. This breaks the connection to the X session open on the Linux box and leaves an open X session on the Linux server that I can't reconnect to. Also, sometimes I need to leave the office and take my laptop with me. This forces me to close the X session on the Linux box, thereby terminating all apps running there. I want to be able to connect, disconnect & reconnect the same as VNC. I can, and do use, VNC however the issue is that the Linux box runs at 800x600 due to an old monitor while my XP Pro dekstop runs at 1900x1220. I want/need the higher resolution. TIA From hj.beckers@kreis-steinfurt.de Thu Nov 18 08:14:00 2004 From: hj.beckers@kreis-steinfurt.de (Hermann-Josef Beckers/Kreis-Steinfurt) Date: Thu, 18 Nov 2004 08:14:00 -0000 Subject: Antwort: Reconnect to X session In-Reply-To: <001001c4cd2f$b83981b0$0300a8c0@eternity> Message-ID: HI, ... > I want to be able to connect, disconnect & reconnect the same as VNC. > I can, and do use, VNC however the issue is that the Linux box runs at > 800x600 due to an old monitor while my XP Pro dekstop runs at 1900x1220. I > want/need the higher resolution. Why don't you use an virtual vncserver on the Linux box. You can specify the -geometry as you like. Yours hjb From alexander.gottwald@s1999.tu-chemnitz.de Thu Nov 18 11:55:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 18 Nov 2004 11:55:00 -0000 Subject: Reconnect to X session In-Reply-To: <001001c4cd2f$b83981b0$0300a8c0@eternity> References: <001001c4cd2f$b83981b0$0300a8c0@eternity> Message-ID: On Thu, 18 Nov 2004, Junkmail wrote: > I want to be able to connect, disconnect & reconnect the same as VNC. This is not possible with X11. > I can, and do use, VNC however the issue is that the Linux box runs at > 800x600 due to an old monitor while my XP Pro dekstop runs at 1900x1220. I > want/need the higher resolution. Use VNC. As another poster already stated you can change the size of the VNC desktop with the -geometry WxH switch. check man Xvnc on linux bye ago From j_tetazoo@hotmail.com Thu Nov 18 20:28:00 2004 From: j_tetazoo@hotmail.com (Thomas Chadwick) Date: Thu, 18 Nov 2004 20:28:00 -0000 Subject: Reconnect to X session In-Reply-To: <001001c4cd2f$b83981b0$0300a8c0@eternity> Message-ID: Sounds like a candidate for xmove... ftp://ftp.cs.columbia.edu/pub/xmove/ From bobbymcn@bellsouth.net Thu Nov 18 20:32:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Thu, 18 Nov 2004 20:32:00 -0000 Subject: Reconnect to X session In-Reply-To: References: Message-ID: <419D06F6.4090507@bellsouth.net> Thomas Chadwick wrote: > Sounds like a candidate for xmove... > > ftp://ftp.cs.columbia.edu/pub/xmove/ > Nothing there. From j_tetazoo@hotmail.com Fri Nov 19 02:46:00 2004 From: j_tetazoo@hotmail.com (Thomas Chadwick) Date: Fri, 19 Nov 2004 02:46:00 -0000 Subject: Reconnect to X session Message-ID: >From: Bobby McNulty Reply-To: >cygwin-xfree@cygwin.com To: cygwin-xfree@cygwin.com Subject: Re: Reconnect >to X session Date: Thu, 18 Nov 2004 14:32:54 -0600 > >Thomas Chadwick wrote: > >>Sounds like a candidate for xmove... >> >>ftp://ftp.cs.columbia.edu/pub/xmove/ >> >Nothing there. Huh? I see the following when I visit that URL: FTP directory /pub/xmove/ at ftp.cs.columbia.edu WELCOME TO FTP.CS.COLUMBIA.EDU "One Stop FTP" Welcome anonymous! The department of Computer of Science mirrors many sites on a nightly basis with many major Internet software packages. A quick rundown includes: X11R[56], amd, gnu, emacs (and clones), Mosaic, Linux, RFCs, perl, rdist and whole lot more. The README file in this directory contains our current exhaustive list. We may use your ID and host location info to generate usage stats. We will make our results public from time to time. Your *transactions* are being logged at the request of several contributors who wish to maintain up-to-date records as to who has their software, so they can keep you up-to-date on changes, updates, and bug fixes as necessary. Simple perusal commands (cd, ls, etc) are *not* logged. If logging offends your, then please do not transfer from this site or close the connection now. Uploads are permissible to /incoming but only for temporary periods. The server classifies accesses. You are connection number 3 out of a permitted 30. If you have questions about this site, please mail root@wolverine.cs.columbia.edu. ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP ZIP ZIP ZIP *** VERY IMPORTANT NOTE *** ZIP ZIP ZIP ZIP Most of the files in the "archives" directory are zipped, ZIP ZIP using GNU zip, and have a ".gz" (lowercase "GZ") extension. ZIP ZIP Read the file /archives/README before you attempt to ZIP ZIP complain that "the files are corrupt", "your ftp server ZIP ZIP is broken" et al. Ignorance will not be tolerated! ZIP ZIP ZIP ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP The name of this file is (~ftp)/.login.msg. Up to higher level directory 08/10/1997 12:00AM 352 README 03/22/1997 12:00AM 184,415 xmond.tar.gz 10/31/1995 12:00AM 79,989 xmove.01.eps 10/31/1995 12:00AM 99,371 xmove.02.eps 10/31/1995 12:00AM 102,438 xmove.03.eps 10/31/1995 12:00AM 100,008 xmove.04.eps 11/08/1996 12:00AM 165,246 xmove.1.2h.tar.gz 11/14/1997 12:00AM 639,187 xmove.2.0beta2.tar.gz 10/24/1995 12:00AM 211,169 xmove.thesis.ps 02/09/1995 12:00AM 202,296 xmove_performance_slides1.ps 02/09/1995 12:00AM 50,464 xmove_performance_slides2.ps From j_tetazoo@hotmail.com Fri Nov 19 02:51:00 2004 From: j_tetazoo@hotmail.com (Thomas Chadwick) Date: Fri, 19 Nov 2004 02:51:00 -0000 Subject: Reconnect to X session In-Reply-To: Message-ID: >From: "Thomas Chadwick" >Reply-To: cygwin-xfree@cygwin.com >To: cygwin-xfree@cygwin.com >Subject: RE: Reconnect to X session >Date: Thu, 18 Nov 2004 15:27:19 -0500 > >Sounds like a candidate for xmove... > >ftp://ftp.cs.columbia.edu/pub/xmove/ One more thing. Looks like this issue was discussed almost exactly 2 years ago in this very forum... http://www.cygwin.com/ml/cygwin-xfree/2002-11/msg00289.html From junkmail@ddsap.com Fri Nov 19 05:23:00 2004 From: junkmail@ddsap.com (Junkmail) Date: Fri, 19 Nov 2004 05:23:00 -0000 Subject: Reconnect to X session In-Reply-To: Message-ID: <000801c4cdf7$d9e9c950$0300a8c0@eternity> I downloaded the xmove file without a problem -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Thomas Chadwick Sent: Friday, 19 November 2004 12:45 PM To: cygwin-xfree@cygwin.com Subject: Re: Reconnect to X session >From: Bobby McNulty Reply-To: >cygwin-xfree@cygwin.com To: cygwin-xfree@cygwin.com Subject: Re: Reconnect >to X session Date: Thu, 18 Nov 2004 14:32:54 -0600 > >Thomas Chadwick wrote: > >>Sounds like a candidate for xmove... >> >>ftp://ftp.cs.columbia.edu/pub/xmove/ >> >Nothing there. Huh? I see the following when I visit that URL: FTP directory /pub/xmove/ at ftp.cs.columbia.edu WELCOME TO FTP.CS.COLUMBIA.EDU "One Stop FTP" Welcome anonymous! The department of Computer of Science mirrors many sites on a nightly basis with many major Internet software packages. A quick rundown includes: X11R[56], amd, gnu, emacs (and clones), Mosaic, Linux, RFCs, perl, rdist and whole lot more. The README file in this directory contains our current exhaustive list. We may use your ID and host location info to generate usage stats. We will make our results public from time to time. Your *transactions* are being logged at the request of several contributors who wish to maintain up-to-date records as to who has their software, so they can keep you up-to-date on changes, updates, and bug fixes as necessary. Simple perusal commands (cd, ls, etc) are *not* logged. If logging offends your, then please do not transfer from this site or close the connection now. Uploads are permissible to /incoming but only for temporary periods. The server classifies accesses. You are connection number 3 out of a permitted 30. If you have questions about this site, please mail root@wolverine.cs.columbia.edu. ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP ZIP ZIP ZIP *** VERY IMPORTANT NOTE *** ZIP ZIP ZIP ZIP Most of the files in the "archives" directory are zipped, ZIP ZIP using GNU zip, and have a ".gz" (lowercase "GZ") extension. ZIP ZIP Read the file /archives/README before you attempt to ZIP ZIP complain that "the files are corrupt", "your ftp server ZIP ZIP is broken" et al. Ignorance will not be tolerated! ZIP ZIP ZIP ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP_ZIP The name of this file is (~ftp)/.login.msg. Up to higher level directory 08/10/1997 12:00AM 352 README 03/22/1997 12:00AM 184,415 xmond.tar.gz 10/31/1995 12:00AM 79,989 xmove.01.eps 10/31/1995 12:00AM 99,371 xmove.02.eps 10/31/1995 12:00AM 102,438 xmove.03.eps 10/31/1995 12:00AM 100,008 xmove.04.eps 11/08/1996 12:00AM 165,246 xmove.1.2h.tar.gz 11/14/1997 12:00AM 639,187 xmove.2.0beta2.tar.gz 10/24/1995 12:00AM 211,169 xmove.thesis.ps 02/09/1995 12:00AM 202,296 xmove_performance_slides1.ps 02/09/1995 12:00AM 50,464 xmove_performance_slides2.ps From sandeep-prerna.gupta@worldnet.att.net Fri Nov 19 06:54:00 2004 From: sandeep-prerna.gupta@worldnet.att.net (Sandeep & Prerna Gupta) Date: Fri, 19 Nov 2004 06:54:00 -0000 Subject: SocketCreateListner() failed Message-ID: <419D9952.CC4A32B0@worldnet.att.net> Hi, I am trying to install Cygwin 6.8.1.0-5 on a Windows XP Home Ed. Version 5.1 cygwin bash shell comes up OK, but startx command fails with Fatal server error: Cannot establish any listening sockets - The log says XWin was started with the following commandline: X :0 -multiwindow -clipboard Any ideas on how to fix this? Thanks Sandeep From Valentin.Gautier@eads.net Fri Nov 19 07:55:00 2004 From: Valentin.Gautier@eads.net (Gautier, Valentin) Date: Fri, 19 Nov 2004 07:55:00 -0000 Subject: Unable to launch openGL application on cygwin/X server from Sun S olaris OS Message-ID: <5FB27CC8ADC16149BBB64FA85A6A2E1D03C98299@iguane> I intend to use an openGL demo on my cygwin/X server XWin or XWin_GL from a Solaris box. I can't make it work at all. When I launch ogl_install_check, I get: bash-2.03$ /usr/openwin/demo/GL/ogl_install_check /usr/openwin/demo/GL/sparcv9/ogl_install_check: glXChooseVisual Error: Can't find visual. Why does it that it doesn't work when it works perfectly with a linux box ? I know that I can make it work replacing the OpenGL libs by Mesa libs, but the application I intend to use doesn't use mesa (SDRC Ideas with OGL). Is there any one who encounters the same trouble and is there any solution to fix it? Thanks a lot. My XWin.log file is: $ cat /tmp/XWin.log Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-5 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: /usr/X11R6/bin/XWin_GL -multiwindow -clipboard -silent-dup-error ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1280 h 1024 winInitializeDefaultScreens - Returning _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 (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT F/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/ lib/ X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" 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 glWinInitVisuals:1476: glWinInitVisuals glWinInitVisualConfigs:1383: glWinInitVisualConfigs glWinSetVisualConfigs:1461: glWinSetVisualConfigs init_visuals:906: init_visuals 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 winMultiWindowXMsgProc - Hello winMultiWindowXMsgProc - Calling pthread_mutex_lock () winInitMultiWindowWM - Calling pthread_mutex_lock () MIT-SHM extension disabled due to lack of kernel support XFree86-Bigfont extension local-client optimization disabled due to lack of shar ed memory support in the kernel glWinScreenProbe:1270: glWinScreenProbe fixup_visuals:1160: fixup_visuals init_screen_visuals:1193: init_screen_visuals (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "0000040C" (0000040c) (--) Using preset keyboard for "French (Standard)" (40c), type "4" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li st! glWinRealizeWindow:709: glWinRealizeWindow winInitMultiWindowWM - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winInitMultiWindowWM - pthread_mutex_unlock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winProcEstablishConnection - Hello winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the di splay. winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the disp lay. DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winClipboardProc - XOpenDisplay () returned and successfully opened the display. glWinRealizeWindow:709: glWinRealizeWindow glWinCopyWindow:772: glWinCopyWindow - passing to hw layer glWinCopyWindow:772: glWinCopyWindow - passing to hw layer glWinRealizeWindow:709: glWinRealizeWindow glWinRealizeWindow:709: glWinRealizeWindow glWinCreateContext:677: glWinCreateContext glWinCreateContext:696: glWinCreateContext done glWinRealizeWindow:709: glWinRealizeWindow glWinCopyWindow:772: glWinCopyWindow - passing to hw layer glWinCreateBuffer:1357: glWinCreateBuffer attach:374: attach (ctx 0x0) attach:393: attached glWinDestroyDrawablePrivate:1338: glWinDestroyDrawablePrivate glWinUnrealizeWindow:788: glWinUnrealizeWindow glWinDestroyContext:411: glWinDestroyContext (ctx 0x10000) unattach:292: unattach (ctx 0x10000) From Massimiliano_Ziccardi@intesa.it Fri Nov 19 10:35:00 2004 From: Massimiliano_Ziccardi@intesa.it (Massimiliano_Ziccardi@intesa.it) Date: Fri, 19 Nov 2004 10:35:00 -0000 Subject: Problem with XWIN Message-ID: Hi, I got your e-mail through xwin --help Sorry to bother you, but I'd like to make you know this problem I encounter with xwin 6.8.1.0-5. I launch xwin with the following command line: xwin -fp tcp/193.42.232.134:7100 -xkblayout it -query 193.42.232.134 It connect successfully. I need to specify to font provider 'couse I need to launch an application that uses fonts installed on the server. The problem is that *xwin hangs when my application starts accessing the font provider* (My application is rational rose 2003 for linux) The problem did not occurr with older versions (I can't say the version, 'couse xwin --help silently exits). How can I fix this problem? Is it a bug? Do you know any workaround (it would be ok for me to download an older version, but how can I do it?) ? Many thanks in advance, Massimiliano Ziccardi From alexander.gottwald@s1999.tu-chemnitz.de Fri Nov 19 10:39:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 19 Nov 2004 10:39:00 -0000 Subject: SocketCreateListner() failed In-Reply-To: <419D9952.CC4A32B0@worldnet.att.net> References: <419D9952.CC4A32B0@worldnet.att.net> Message-ID: On Thu, 18 Nov 2004, Sandeep & Prerna Gupta wrote: > > Hi, > > I am trying to install Cygwin 6.8.1.0-5 on a Windows XP Home Ed. Version > 5.1 > cygwin bash shell comes up OK, but startx command fails with > Fatal server error: > Cannot establish any listening sockets - > > The log says XWin was started with the following commandline: > X :0 -multiwindow -clipboard > > Any ideas on how to fix this? Please send complete /tmp/XWin.log. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Fri Nov 19 10:46:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 19 Nov 2004 10:46:00 -0000 Subject: Unable to launch openGL application on cygwin/X server from Sun S olaris OS In-Reply-To: <5FB27CC8ADC16149BBB64FA85A6A2E1D03C98299@iguane> References: <5FB27CC8ADC16149BBB64FA85A6A2E1D03C98299@iguane> Message-ID: On Fri, 19 Nov 2004, Gautier, Valentin wrote: > I intend to use an openGL demo on my cygwin/X server XWin or XWin_GL from a > Solaris box. > > > I can't make it work at all. When I launch ogl_install_check, I get: > > bash-2.03$ /usr/openwin/demo/GL/ogl_install_check > /usr/openwin/demo/GL/sparcv9/ogl_install_check: glXChooseVisual Error: Can't > find visual. > > > Why does it that it doesn't work when it works perfectly with a linux box ? > > I know that I can make it work replacing the OpenGL libs by Mesa libs, but > the application I intend to use doesn't use mesa (SDRC Ideas with OGL). > > Is there any one who encounters the same trouble and is there any solution > to fix it? Solaris apps like using fixed colordepths and strange visuals. Maybe you should try changing the colordepth of windows to any of 8bit, 16 or 24bit You can start XWin_GL with the environment variable GLWIN_DUMP_PFD=1. this will print some extra information on visual creation. GLWIN_DUMP_PFD=1 /usr/X11R6/bin/XWin_GL -multiwindow -clipboard -silent-dup-error Maybe this will a clue what's failing. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Fri Nov 19 10:53:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 19 Nov 2004 10:53:00 -0000 Subject: Problem with XWIN In-Reply-To: References: Message-ID: On Fri, 19 Nov 2004 Massimiliano_Ziccardi@intesa.it wrote: > Hi, > I got your e-mail through xwin --help > > Sorry to bother you, but I'd like to make you know this problem I encounter > with xwin 6.8.1.0-5. > > I launch xwin with the following command line: > > xwin -fp tcp/193.42.232.134:7100 -xkblayout it -query 193.42.232.134 > > It connect successfully. > I need to specify to font provider 'couse I need to launch an application > that uses fonts installed on the server. > > The problem is that *xwin hangs when my application starts accessing the > font provider* (My application is rational rose 2003 for linux) There are other tools for testing the fontserver. fslsfonts -s tcp/193.42.232.134:7100 will list the available fonts fstobdf -s tcp/193.42.232.134:7100 -fn will output the font as bdf font description Do these applications work as expected? Have you tried copying the fonts to the local machine. Does it work then? Some fonts are large and take some time for processing. Maybe the fontserver is still busy. > The problem did not occurr with older versions (I can't say the version, > 'couse xwin --help silently exits). It prints the output to /tmp/XWin.log > How can I fix this problem? Is it a bug? Do you know any workaround (it > would be ok for me to download an older version, but how can I do it?) ? There is at lease xorg-x11-xwin-6.7.0 available from cygwin setup. Click on the version number until it changes to 6.7.0 bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From Valentin.Gautier@eads.net Fri Nov 19 12:50:00 2004 From: Valentin.Gautier@eads.net (Gautier, Valentin) Date: Fri, 19 Nov 2004 12:50:00 -0000 Subject: Unable to launch openGL application on cygwin/X server from S un S olaris OS Message-ID: <5FB27CC8ADC16149BBB64FA85A6A2E1D03C98306@iguane> Thanks for your help. I try to change windows colordepth but it doesn't do any change, and when I launch XWin_GL with GLWIN_DUMP_PFD=1 , I can see that nothing is happening when I try to launch my Solaris OpenGL application, nor there is any context creation. I don't make any conclusion but I think it fail at the very beginning ! -----Original Message----- From: Alexander Gottwald [mailto:alexander.gottwald@s1999.tu-chemnitz.de] Sent: vendredi 19 novembre 2004 11:47 To: cygwin-xfree@cygwin.com Subject: Re: Unable to launch openGL application on cygwin/X server from Sun S olaris OS Solaris apps like using fixed colordepths and strange visuals. Maybe you should try changing the colordepth of windows to any of 8bit, 16 or 24bit You can start XWin_GL with the environment variable GLWIN_DUMP_PFD=1. this will print some extra information on visual creation. GLWIN_DUMP_PFD=1 /usr/X11R6/bin/XWin_GL -multiwindow -clipboard -silent-dup-error Maybe this will a clue what's failing. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Fri Nov 19 13:04:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Fri, 19 Nov 2004 13:04:00 -0000 Subject: Unable to launch openGL application on cygwin/X server from S un S olaris OS In-Reply-To: <5FB27CC8ADC16149BBB64FA85A6A2E1D03C98306@iguane> References: <5FB27CC8ADC16149BBB64FA85A6A2E1D03C98306@iguane> Message-ID: On Fri, 19 Nov 2004, Gautier, Valentin wrote: > Thanks for your help. > > I try to change windows colordepth but it doesn't do any change, and when I > launch XWin_GL with GLWIN_DUMP_PFD=1 , I can see that nothing is happening > when I try to launch my Solaris OpenGL application, nor there is any context > creation. I don't make any conclusion but I think it fail at the very > beginning ! please try with glxgears. There should be output in the logfile like this: [...] glWinCreateContext:677: glWinCreateContext PIXELFORMATDESCRIPTOR: nSize = 40 nVersion = 1 dwFlags = 37 = {PFD_OVERLAY_PLANE | PFD_UNDERLAY_PLANE | PFD_DOUBLEBUFFER | PFD_ DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL} iPixelType = 0 = PFD_TYPE_RGBA cColorBits = 16 cRedBits = 5 cRedShift = 0 cGreenBits = 6 cGreenShift = 0 cBlueBits = 5 cBlueShift = 0 cAlphaBits = 0 cAlphaShift = 0 cAccumBits = 0 cAccumRedBits = 0 cAccumGreenBits = 0 cAccumBlueBits = 0 cAccumAlphaBits = 0 cDepthBits = 24 cStencilBits = 0 cAuxBuffers = 0 iLayerType = 0 bReserved = 0 dwLayerMask = 0 dwVisibleMask = 0 dwDamageMask = 0 glWinCreateContext:696: glWinCreateContext done [...] -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alanh@fairlite.demon.co.uk Fri Nov 19 13:09:00 2004 From: alanh@fairlite.demon.co.uk (Alan Hourihane) Date: Fri, 19 Nov 2004 13:09:00 -0000 Subject: Unable to launch openGL application on cygwin/X server from S un S olaris OS In-Reply-To: <5FB27CC8ADC16149BBB64FA85A6A2E1D03C98306@iguane> References: <5FB27CC8ADC16149BBB64FA85A6A2E1D03C98306@iguane> Message-ID: <20041119130858.GC5607@fairlite.demon.co.uk> There's an old copy of some work I did a while back for XWin_GL.exe. You might want to try that. It's at http://www.fairlite.demon.co.uk/XWin_GL.exe. I should clean up what I have and get it committed at some point. Let me know if you get chance to try it and any results you get. Alan. On Fri, Nov 19, 2004 at 01:49:32PM +0100, Gautier, Valentin wrote: > Thanks for your help. > > I try to change windows colordepth but it doesn't do any change, and when I > launch XWin_GL with GLWIN_DUMP_PFD=1 , I can see that nothing is happening > when I try to launch my Solaris OpenGL application, nor there is any context > creation. I don't make any conclusion but I think it fail at the very > beginning ! > > > -----Original Message----- > From: Alexander Gottwald [mailto:alexander.gottwald@s1999.tu-chemnitz.de] > Sent: vendredi 19 novembre 2004 11:47 > To: cygwin-xfree@cygwin.com > Subject: Re: Unable to launch openGL application on cygwin/X server from Sun > S olaris OS > > > Solaris apps like using fixed colordepths and strange visuals. Maybe you > should try > changing the colordepth of windows to any of 8bit, 16 or 24bit > > You can start XWin_GL with the environment variable GLWIN_DUMP_PFD=1. this > will print > some extra information on visual creation. > > GLWIN_DUMP_PFD=1 /usr/X11R6/bin/XWin_GL -multiwindow -clipboard > -silent-dup-error > > Maybe this will a clue what's failing. > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 From Valentin.Gautier@eads.net Fri Nov 19 14:39:00 2004 From: Valentin.Gautier@eads.net (Gautier, Valentin) Date: Fri, 19 Nov 2004 14:39:00 -0000 Subject: Unable to launch openGL application on cygwin/X server from S un S olaris OS Message-ID: <5FB27CC8ADC16149BBB64FA85A6A2E1D03C9834F@iguane> Wow , finnaly I downloaded your binary and launch a new X-server and could successfully launch an OpenGL application from my Sun Solaris Box. Thanks a lot, but when do you intend to make a release with the new code on cygwin's servers. -----Original Message----- From: Alan Hourihane [mailto:alanh@fairlite.demon.co.uk] Sent: vendredi 19 novembre 2004 14:09 To: Gautier, Valentin Cc: cygwin-xfree@cygwin.com Subject: Re: Unable to launch openGL application on cygwin/X server from S un S olaris OS There's an old copy of some work I did a while back for XWin_GL.exe. You might want to try that. It's at http://www.fairlite.demon.co.uk/XWin_GL.exe. I should clean up what I have and get it committed at some point. Let me know if you get chance to try it and any results you get. Alan. On Fri, Nov 19, 2004 at 01:49:32PM +0100, Gautier, Valentin wrote: > Thanks for your help. > > I try to change windows colordepth but it doesn't do any change, and when I > launch XWin_GL with GLWIN_DUMP_PFD=1 , I can see that nothing is happening > when I try to launch my Solaris OpenGL application, nor there is any context > creation. I don't make any conclusion but I think it fail at the very > beginning ! > > > -----Original Message----- > From: Alexander Gottwald [mailto:alexander.gottwald@s1999.tu-chemnitz.de] > Sent: vendredi 19 novembre 2004 11:47 > To: cygwin-xfree@cygwin.com > Subject: Re: Unable to launch openGL application on cygwin/X server from Sun > S olaris OS > > > Solaris apps like using fixed colordepths and strange visuals. Maybe you > should try > changing the colordepth of windows to any of 8bit, 16 or 24bit > > You can start XWin_GL with the environment variable GLWIN_DUMP_PFD=1. this > will print > some extra information on visual creation. > > GLWIN_DUMP_PFD=1 /usr/X11R6/bin/XWin_GL -multiwindow -clipboard > -silent-dup-error > > Maybe this will a clue what's failing. > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 From cgf-no-personal-reply-please@cygwin.com Fri Nov 19 15:07:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 19 Nov 2004 15:07:00 -0000 Subject: [Fwd: Re: xorg installation fails, 99% complete only] In-Reply-To: <41962616.10102@wanadoo.fr> References: <41962616.10102@wanadoo.fr> Message-ID: <20041119150758.GA23956@trixie.casa.cgf.cx> On Sat, Nov 13, 2004 at 04:19:50PM +0100, bruno patin wrote: >(setup.log.full) xac I don't know if anyone is following the discussion in the cygwin-apps mailing list but it looks like a few setup problems have been discovered and a new setup.exe may be imminent. The problem where setup.exe doesn't close handles is going to be fixed. FYI, cgf From cgf-no-personal-reply-please@cygwin.com Fri Nov 19 15:08:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 19 Nov 2004 15:08:00 -0000 Subject: new cygwin has memory problems? In-Reply-To: <20041117171719.GA3272@trixie.casa.cgf.cx> References: <20041112162605.GA3620@ingber.com> <20041117171719.GA3272@trixie.casa.cgf.cx> Message-ID: <20041119150854.GB23956@trixie.casa.cgf.cx> On Wed, Nov 17, 2004 at 12:17:19PM -0500, Christopher Faylor wrote: >I've made a cygwin-specific correction to the newlib library to make >cygwin work more like linux. I will generate a cygwin snapshot >sometime soon which should have a fix for this problem. Keep an ey on: > >http://cygwin.com/snapshots/ Can I get a confirmation that the most recent snapshot fixes this problem? cgf From bobbymcn@bellsouth.net Fri Nov 19 15:28:00 2004 From: bobbymcn@bellsouth.net (Bobby McNulty) Date: Fri, 19 Nov 2004 15:28:00 -0000 Subject: new cygwin has memory problems? In-Reply-To: <20041119150854.GB23956@trixie.casa.cgf.cx> References: <20041112162605.GA3620@ingber.com> <20041117171719.GA3272@trixie.casa.cgf.cx> <20041119150854.GB23956@trixie.casa.cgf.cx> Message-ID: <419E1133.9000308@bellsouth.net> Christopher Faylor wrote: >On Wed, Nov 17, 2004 at 12:17:19PM -0500, Christopher Faylor wrote: > > >>I've made a cygwin-specific correction to the newlib library to make >>cygwin work more like linux. I will generate a cygwin snapshot >>sometime soon which should have a fix for this problem. Keep an ey on: >> >>http://cygwin.com/snapshots/ >> >> > >Can I get a confirmation that the most recent snapshot fixes this >problem? > >cgf > >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Problem reports: http://cygwin.com/problems.html >Documentation: http://cygwin.com/docs.html >FAQ: http://cygwin.com/faq/ > > > > I'm building GCC 4.0..0 for cygwin out of CVS, so its working. Doing a good job too. I've not had any problems yet out of the head. From cgf-no-personal-reply-please@cygwin.com Fri Nov 19 15:41:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 19 Nov 2004 15:41:00 -0000 Subject: new cygwin has memory problems? In-Reply-To: <419E1133.9000308@bellsouth.net> References: <20041112162605.GA3620@ingber.com> <20041117171719.GA3272@trixie.casa.cgf.cx> <20041119150854.GB23956@trixie.casa.cgf.cx> <419E1133.9000308@bellsouth.net> Message-ID: <20041119154140.GH23956@trixie.casa.cgf.cx> On Fri, Nov 19, 2004 at 09:28:51AM -0600, Bobby McNulty wrote: >Christopher Faylor wrote: >>On Wed, Nov 17, 2004 at 12:17:19PM -0500, Christopher Faylor wrote: >>>I've made a cygwin-specific correction to the newlib library to make >>>cygwin work more like linux. I will generate a cygwin snapshot >>>sometime soon which should have a fix for this problem. Keep an ey on: >>> >>>http://cygwin.com/snapshots/ >> >>Can I get a confirmation that the most recent snapshot fixes this >>problem? > >I'm building GCC 4.0..0 for cygwin out of CVS, so its working. Doing a >good job too. I've not had any problems yet out of the head. By "this problem", I meant the specific problem that the snapshot was generated to solve. I wasn't looking for general "the snapshot works" feedback. I want to know if the reported problem is solved. From ingber@ingber.com Fri Nov 19 19:28:00 2004 From: ingber@ingber.com (Lester Ingber) Date: Fri, 19 Nov 2004 19:28:00 -0000 Subject: new cygwin has memory problems? Message-ID: <20041119191059.GA2976@ingber.com> These days I'm mostly visiting the hospital. However, it's unclear just what snapshot to download? I tried cygwin.dll.bz2 and my machine crashed. I'll try to check back here again later. Lester From bruno.patin@wanadoo.fr Fri Nov 19 20:50:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Fri, 19 Nov 2004 20:50:00 -0000 Subject: [Fwd: Re: xorg installation fails, 99% complete only] In-Reply-To: <20041119150758.GA23956@trixie.casa.cgf.cx> References: <41962616.10102@wanadoo.fr> <20041119150758.GA23956@trixie.casa.cgf.cx> Message-ID: <419E5C9A.2070807@wanadoo.fr> Christopher Faylor wrote: >On Sat, Nov 13, 2004 at 04:19:50PM +0100, bruno patin wrote: > > >>(setup.log.full) xac >> >> > >I don't know if anyone is following the discussion in the cygwin-apps >mailing list but it looks like a few setup problems have been discovered >and a new setup.exe may be imminent. The problem where setup.exe doesn't >close handles is going to be fixed. > >FYI, >cgf > > > > > Good evening, will you need me to run new tests ? bruno From cgf-no-personal-reply-please@cygwin.com Fri Nov 19 20:54:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 19 Nov 2004 20:54:00 -0000 Subject: new cygwin has memory problems? In-Reply-To: <20041119191059.GA2976@ingber.com> References: <20041119191059.GA2976@ingber.com> Message-ID: <20041119205456.GB27718@trixie.casa.cgf.cx> On Fri, Nov 19, 2004 at 11:10:59AM -0800, Lester Ingber wrote: >I tried cygwin.dll.bz2 and my machine crashed. So you have machine problems. Well then, that's an entirely different story. It will be hard to confirm or deny problems if you don't have stable hardware. cgf From cgf-no-personal-reply-please@cygwin.com Fri Nov 19 20:57:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Fri, 19 Nov 2004 20:57:00 -0000 Subject: [Fwd: Re: xorg installation fails, 99% complete only] In-Reply-To: <419E5C9A.2070807@wanadoo.fr> References: <41962616.10102@wanadoo.fr> <20041119150758.GA23956@trixie.casa.cgf.cx> <419E5C9A.2070807@wanadoo.fr> Message-ID: <20041119205827.GC27718@trixie.casa.cgf.cx> On Fri, Nov 19, 2004 at 09:50:34PM +0100, bruno patin wrote: >Christopher Faylor wrote: >>On Sat, Nov 13, 2004 at 04:19:50PM +0100, bruno patin wrote: >>>(setup.log.full) xac >> >>I don't know if anyone is following the discussion in the cygwin-apps >>mailing list but it looks like a few setup problems have been discovered >>and a new setup.exe may be imminent. The problem where setup.exe doesn't >>close handles is going to be fixed. > >Good evening, > >will you need me to run new tests ? I don't know why every message I send on this subject requires such intense clarification. What difference does it make if you are or are not needed to run new tests? Are you going to have to go through a 24 hour fast before you could possibly think about doing tests? Why don't you just relax and see what happens? If someone wants tests they will ask for them. If you don't want to provide them, then don't provide them. If you do want to provide them, then the person who's doing the work (not me, as I've previously stated I'm not a setup developer) will probably gratefully accept them. cgf From primorec@sbcglobal.net Sat Nov 20 04:34:00 2004 From: primorec@sbcglobal.net (Igor Furlan) Date: Sat, 20 Nov 2004 04:34:00 -0000 Subject: [Fwd: Re: xorg installation fails, 99% complete only] In-Reply-To: <20041119205827.GC27718@trixie.casa.cgf.cx> Message-ID: <20041120043440.73456.qmail@web81604.mail.yahoo.com> --- Christopher Faylor wrote: > > I don't know why every message I send on this > subject requires such > intense clarification. Bruno is showing willingness to help ... That's all > > What difference does it make if you are or are not > needed to run new > tests? Are you going to have to go through a 24 > hour fast before you > could possibly think about doing tests? > > Why don't you just relax and see what happens? If > someone wants tests > they will ask for them. If you don't want to > provide them, then don't > provide them. If you do want to provide them, then > the person who's > doing the work (not me, as I've previously stated > I'm not a setup > developer) will probably gratefully accept them. > > cgcgf> From cgf-no-personal-reply-please@cygwin.com Sat Nov 20 05:34:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Sat, 20 Nov 2004 05:34:00 -0000 Subject: [Fwd: Re: xorg installation fails, 99% complete only] In-Reply-To: <20041120043440.73456.qmail@web81604.mail.yahoo.com> References: <20041119205827.GC27718@trixie.casa.cgf.cx> <20041120043440.73456.qmail@web81604.mail.yahoo.com> Message-ID: <20041120053454.GA31533@trixie.casa.cgf.cx> On Fri, Nov 19, 2004 at 08:34:40PM -0800, Igor Furlan wrote: >--- Christopher Faylor wrote: >>I don't know why every message I send on this subject requires such >>intense clarification. > >Bruno is showing willingness to help ... That's all I *understand* that. I appreciate that. I apologize for the tone of my message. From bruno.patin@wanadoo.fr Sat Nov 20 07:47:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sat, 20 Nov 2004 07:47:00 -0000 Subject: [Fwd: Re: xorg installation fails, 99% complete only] In-Reply-To: <20041120053454.GA31533@trixie.casa.cgf.cx> References: <20041119205827.GC27718@trixie.casa.cgf.cx> <20041120043440.73456.qmail@web81604.mail.yahoo.com> <20041120053454.GA31533@trixie.casa.cgf.cx> Message-ID: <419EF69B.9000004@wanadoo.fr> Christopher Faylor wrote: >On Fri, Nov 19, 2004 at 08:34:40PM -0800, Igor Furlan wrote: > > >>--- Christopher Faylor wrote: >> >> >>>I don't know why every message I send on this subject requires such >>>intense clarification. >>> >>> >>Bruno is showing willingness to help ... That's all >> >> > >I *understand* that. I appreciate that. I apologize for the tone >of my message. > > > > > no offence received. Bruno From bobbymcn@bellsouth.net Sun Nov 21 01:53:00 2004 From: bobbymcn@bellsouth.net (Robert McNulty Junior) Date: Sun, 21 Nov 2004 01:53:00 -0000 Subject: Do we have this in our version? Message-ID: <419FF4DF.7010108@bellsouth.net> I was reading through the daily report from Zone Alarm. It talked about Gentoo Linux's fcron. Do we have fcron? Because if we do, I think I know what is going on here. On Halloween, November 6, and November 9 of this month, I found that only I had no internet connection. I had xorg and the time. A local user can use fcron to perform a denial of service. In Linux. We have Xorg too. I had no connection on those days I mentioned. This morning, I found my internet connection disabled here. Easy to fix. Reenable it. The DOS happened on my birthday and my parrents anninversery. I had four open accounts, limited, and cygwin was installed. Now, those accounts are closed and I still have cygwin. Read this. * 11/20/2004 * Gentoo Linux Security Advisory GLSA 200411-27 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://security.gentoo.org/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Severity: Normal Title: Fcron: Multiple vulnerabilities Date: November 18, 2004 Bugs: #71311 ID: 200411-27 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Synopsis ======== Multiple vulnerabilities in Fcron can allow a local user to potentially cause a Denial of Service. Background ========== Fcron is a command scheduler with extended capabilities over cron and anacron. Affected packages =============== ------------------------------------------------------------------- Package / Vulnerable / Unaffected ------------------------------------------------------------------- 1 sys-apps/fcron <= 2.9.5 *>= 2.0.2 >= 2.9.5.1 Description ========== Due to design errors in the fcronsighup program, Fcron may allow a local user to bypass access restrictions (CAN-2004-1031), view the contents of root owned files (CAN-2004-1030), remove arbitrary files or create empty files (CAN-2004-1032), and send a SIGHUP to any process. A vulnerability also exists in fcrontab which may allow local users to view the contents of fcron.allow and fcron.deny (CAN-2004-1033). Impact ====== A local attacker could exploit these vulnerabilities to perform a Denial of Service on the system running Fcron. Workaround ========== Make sure the fcronsighup and fcrontab binaries are only executable by trusted users. Resolution ========= All Fcron users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose ">=sys-apps/fcron-2.0.2" References ========== [ 1 ] CAN-2004-1030 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1030 [ 2 ] CAN-2004-1031 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1031 [ 3 ] CAN-2004-1032 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1032 [ 4 ] CAN-2004-1033 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1033 Availability ========= This GLSA and any updates to it are available for viewing at the Gentoo Security Website: http://security.gentoo.org/glsa/glsa-200411-27.xml Concerns? ========= Security is a primary focus of Gentoo Linux and ensuring the confidentiality and security of our users machines is of utmost importance to us. Any security concerns should be addressed to security_at_gentoo.org or alternatively, you may file a bug at http://bugs.gentoo.org. From misterscary2001@yahoo.com Sun Nov 21 06:19:00 2004 From: misterscary2001@yahoo.com (Daniel Newhouse) Date: Sun, 21 Nov 2004 06:19:00 -0000 Subject: More X11 error messages Message-ID: <20041121061932.53829.qmail@web50203.mail.yahoo.com> I'm cross posting since the X11 developers blame everything on the cywin setup.exe When I try to install it is at 94%(installing everything) and the file that I get a hangup at is etc/postinstall/xorg-x11-fnts.sh When I click cancel on the installation I am then given another error Cannot open file C:\cygwin\var\log\setup.log This is a good time to reiterate the fact that the log file that is supposed to be generated by the cygwin installation is not generated on my computer. I am of course, using XP SP 2. I don't expect anyone to help anymore, I am just reporting what goes wrong. And yeah, I tried installing cygwin without x11 first and that doesn't help. Probably because most people don't install all the packages, which I must do. __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com From bruno.patin@wanadoo.fr Sun Nov 21 09:52:00 2004 From: bruno.patin@wanadoo.fr (bruno patin) Date: Sun, 21 Nov 2004 09:52:00 -0000 Subject: More X11 error messages In-Reply-To: <20041121061932.53829.qmail@web50203.mail.yahoo.com> References: <20041121061932.53829.qmail@web50203.mail.yahoo.com> Message-ID: <41A0654C.4050304@wanadoo.fr> Daniel Newhouse wrote: >I'm cross posting since the X11 developers blame >everything on the cywin setup.exe > >When I try to install it is at 94%(installing >everything) and the file that I get a hangup at is >etc/postinstall/xorg-x11-fnts.sh > >When I click cancel on the installation I am then >given another error > >Cannot open file >C:\cygwin\var\log\setup.log > >This is a good time to reiterate the fact that the log >file that is supposed to be generated by the cygwin >installation is not generated on my computer. > >I am of course, using XP SP 2. > >I don't expect anyone to help anymore, I am just >reporting what goes wrong. > >And yeah, I tried installing cygwin without x11 first >and that doesn't help. > >Probably because most people don't install all the >packages, which I must do. > > > >__________________________________ >Do you Yahoo!? >Meet the all-new My Yahoo! - Try it today! >http://my.yahoo.com > > > > > > > Good morning, What ou report has already been reported. As I understood, there is some work in progress on the setup program in order to solve this problem. ASA there is an update I think we'll have to try. Bruno From jkmccarthy@pacbell.net Mon Nov 22 00:51:00 2004 From: jkmccarthy@pacbell.net (Jim McCarthy) Date: Mon, 22 Nov 2004 00:51:00 -0000 Subject: Newbie looking for /usr/lib/libX11.a Message-ID: Hello -- I'm trying to build some PC-Linux software under Cygwin/X, and the build script complains that it can't find /usr/lib/libX11.a ... nor have I been successful in locating this file manually. Closest match I've found so far is /usr/X11R6/lib/libX11.dll.a ... is this the Cygwin/X equivalent of libX11.a ? Thanks in advance, -- Jim From gp@familiehaase.de Mon Nov 22 01:17:00 2004 From: gp@familiehaase.de (Gerrit P. Haase) Date: Mon, 22 Nov 2004 01:17:00 -0000 Subject: Newbie looking for /usr/lib/libX11.a In-Reply-To: References: Message-ID: <41A13E1E.6070402@familiehaase.de> Jim McCarthy wrote: > Hello -- > > I'm trying to build some PC-Linux software under Cygwin/X, and the build script > complains that it can't find /usr/lib/libX11.a ... nor have I been successful > in locating this file manually. > > Closest match I've found so far is /usr/X11R6/lib/libX11.dll.a ... is this the > Cygwin/X equivalent of libX11.a ? libX11.dll.a is the import library, libX11.a would be the the static archive but there is no static archive available. Just link against X11 as usual: gcc -o xprog xprog.o -L/usr/lib/X11R6 -lX11 If the configuration tries to find libX11.a it needs to be fixed to either look for libX11.dll.a or to try to link a test program and don't look if there is a library file at all. Gerrit -- =^..^= From ingber@ingber.com Mon Nov 22 01:47:00 2004 From: ingber@ingber.com (Lester Ingber) Date: Mon, 22 Nov 2004 01:47:00 -0000 Subject: new Cygwin has memory problems? / cygwin1-20041117.dll Message-ID: <20041122014648.GA2476@ingber.com> cygwin1-20041117.dll, which I got from www.cygwin/snapshots/, solves a few problems, stopping hanging in dired, ispell, and updatedb. (The crash I experienced is getting more common in XP SP2, BAD_POOL_HEADER (www.tweaksforgeek.com/BAD_POOL_HEADER.html)). Lester Christopher Faylor wrote: ------------8<------------ top cut -> bottom ------------->8------------ is is a problem caused by this change: http://cygwin.com/ml/cygwin/2004-10/msg00364.html And, then, the problem was noted here: http://cygwin.com/ml/cygwin/2004-10/msg00904.html The problem is that cygwin is now behaving like linux in that timed reads from a pty/tty work correctly. It is not behaving like linux in that once you get an EOF on a read using stdio, you get EOF forever after. I've made a cygwin-specific correction to the newlib library to make cygwin work more like linux. I will generate a cygwin snapshot sometime soon which should have a fix for this problem. Keep an ey on: http://cygwin.com/snapshots/ cgf ------------8<------------ bottom cut <- top ------------->8------------ From sandeep-prerna.gupta@worldnet.att.net Mon Nov 22 03:06:00 2004 From: sandeep-prerna.gupta@worldnet.att.net (Sandeep & Prerna Gupta) Date: Mon, 22 Nov 2004 03:06:00 -0000 Subject: SocketCreateListner() failed References: <419D9952.CC4A32B0@worldnet.att.net> Message-ID: <41A15834.2651367@worldnet.att.net> Thanks for looking into this. /tmp/XWin.log is attached. Sandeep Alexander Gottwald wrote: > > On Thu, 18 Nov 2004, Sandeep & Prerna Gupta wrote: > > > > > Hi, > > > > I am trying to install Cygwin 6.8.1.0-5 on a Windows XP Home Ed. Version > > 5.1 > > cygwin bash shell comes up OK, but startx command fails with > > Fatal server error: > > Cannot establish any listening sockets - > > > > The log says XWin was started with the following commandline: > > X :0 -multiwindow -clipboard > > > > Any ideas on how to fix this? > > Please send complete /tmp/XWin.log. > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 -------------- next part -------------- A non-text attachment was scrubbed... Name: XWin.log Type: application/x-unknown-content-type-log_auto_file Size: 937 bytes Desc: not available URL: From cothenet@cppm.in2p3.fr Mon Nov 22 09:40:00 2004 From: cothenet@cppm.in2p3.fr (Alexis Cothenet) Date: Mon, 22 Nov 2004 09:40:00 -0000 Subject: startx with cygwin Message-ID: Hi all, I have a pb with startx with cygwin. I have seen on the web the pb has ever been met. http://www.cygwin.com/ml/cygwin-xfree/2004-03/msg00470.html I have installed Cygwin XFree86 on windows XP but i cannot see in /usr or /etc or /usr/etc/ any repertory X11R6 or X11... Do you understand what is my problem ? Thank you very much in advance. Alexis From alexander.gottwald@s1999.tu-chemnitz.de Mon Nov 22 11:05:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 22 Nov 2004 11:05:00 -0000 Subject: startx with cygwin In-Reply-To: References: Message-ID: On Mon, 22 Nov 2004, Alexis Cothenet wrote: > > Hi all, > > I have a pb with startx with cygwin. > I have seen on the web the pb has ever been met. > http://www.cygwin.com/ml/cygwin-xfree/2004-03/msg00470.html > > I have installed Cygwin XFree86 on windows XP but i cannot see in > /usr or /etc or /usr/etc/ any repertory X11R6 or X11... Do you have the xorg-x11-* packages installed via setup.exe? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Mon Nov 22 11:08:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Mon, 22 Nov 2004 11:08:00 -0000 Subject: SocketCreateListner() failed In-Reply-To: <41A15834.2651367@worldnet.att.net> References: <419D9952.CC4A32B0@worldnet.att.net> <41A15834.2651367@worldnet.att.net> Message-ID: On Sun, 21 Nov 2004, Sandeep & Prerna Gupta wrote: > > Thanks for looking into this. > /tmp/XWin.log is attached. Seems like a strange network problem. Do you have the Windows firewall or any other firewall activated? Cygwin/X must have access to the network. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cothenet@cppm.in2p3.fr Mon Nov 22 12:02:00 2004 From: cothenet@cppm.in2p3.fr (Alexis Cothenet) Date: Mon, 22 Nov 2004 12:02:00 -0000 Subject: startx with cygwin In-Reply-To: Message-ID: Sorry, i just to see that installing the setup.exe, i did't put the X11 option... Cheers, Alexis On Mon, 22 Nov 2004, Alexis Cothenet wrote: > > Hi all, > > I have a pb with startx with cygwin. > I have seen on the web the pb has ever been met. > http://www.cygwin.com/ml/cygwin-xfree/2004-03/msg00470.html > > I have installed Cygwin XFree86 on windows XP but i cannot see in > /usr or /etc or /usr/etc/ any repertory X11R6 or X11... > > Do you understand what is my problem ? > > Thank you very much in advance. > > Alexis > > From nickgravgaard@gmail.com Mon Nov 22 12:19:00 2004 From: nickgravgaard@gmail.com (Nick Gravgaard) Date: Mon, 22 Nov 2004 12:19:00 -0000 Subject: windows which inherit visual type from root window appear in rootless mode (6.8.1.0-1 on Windows 2000) Message-ID: Hi all, I think I have found a bug with the Cygwin/X server when run with the "-rootless" flag. It seems that children of the root window which use InputOnly as their class and CopyFromParent as their visual type display part of the (normally unshown) root window (with stippled black and white pattern) rather than displaying nothing. The window manager WindowLab (http://www.nickgravgaard.com/windowlab/) of which I'm the author demonstrates this bug when the user tries to drag a window (an InputOnly and CopyFromParent child of root is used to constrain the mouse pointer). Cheers, Nick From pechtcha@cs.nyu.edu Mon Nov 22 14:45:00 2004 From: pechtcha@cs.nyu.edu (Igor Pechtchanski) Date: Mon, 22 Nov 2004 14:45:00 -0000 Subject: More X11 error messages In-Reply-To: <20041121061932.53829.qmail@web50203.mail.yahoo.com> References: <20041121061932.53829.qmail@web50203.mail.yahoo.com> Message-ID: On Sat, 20 Nov 2004, Daniel Newhouse wrote: > I'm cross posting since the X11 developers blame > everything on the cywin setup.exe FYI, you didn't, as you misspelled "cygwin" in the list address as well. But see below. > When I try to install it is at 94%(installing everything) and the file > that I get a hangup at is etc/postinstall/xorg-x11-fnts.sh > > When I click cancel on the installation I am then given another error > > Cannot open file C:\cygwin\var\log\setup.log I think this would be very indicative of the problem. Can you create a c:\cygwin\var\log\setup.log via another program (e.g., notepad)? Are all the components in the above path executable by your user? Is c:\cygwin\var\log writeable? > This is a good time to reiterate the fact that the log file that is > supposed to be generated by the cygwin installation is not generated on > my computer. Umm, of course, that's what the above message states. > I am of course, using XP SP 2. > > I don't expect anyone to help anymore, I am just reporting what goes > wrong. Most of the earlier reports of this exact problem were answered in the same exact way as I've just answered you. There were no further replies. > And yeah, I tried installing cygwin without x11 first and that doesn't > help. > > Probably because most people don't install all the packages, which I > must do. The two statements above are not connected in any way. Installing Cygwin without X11 first doesn't preclude you from installing all the packages. Theoretically, installing everything at once and everything in two parts should produce equivalent installations. The technique of splitting the install process is simply a workaround for a known (and currently being worked on) bug in setup.exe. HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha@cs.nyu.edu ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT From munk@zedat.fu-berlin.de Tue Nov 23 12:18:00 2004 From: munk@zedat.fu-berlin.de (Tobias Munk) Date: Tue, 23 Nov 2004 12:18:00 -0000 Subject: 1.5.12: using cygwin/x as non-administrator doesn't work Message-ID: Using cygwin/x administrator works fine, but when I try to start it as user, I get an error message - the log file XWin.log is attached at the end of this mail. There is a similar mail concerning this issue in the archive, which was posted a year ago, but seemingly no one posted a solution. Does anyone gather experiences with this in the meantime? thanks, Tobias XWin.log: ----------------------- Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-5 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: /usr/X11R6/bin/XWin -multiwindow -clipboard -silent-dup-error ddxProcessArgument - Initializing default screens winInitializeDefaultScreens - w 1400 h 1050 winInitializeDefaultScreens - Returning _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: server already running Fatal server error: Cannot establish any listening sockets - Make sure an X server isn't already running winDeinitMultiWindowWM - Noting shutdown in progress -------------- next part -------------- Cygwin Configuration Diagnostics Current System Time: Tue Nov 23 12:59:32 2004 Windows XP Professional Ver 5.1 Build 2600 Service Pack 2 Path: C:\Programme\cygwin\usr\local\bin C:\Programme\cygwin\bin C:\Programme\cygwin\bin C:\Programme\cygwin\usr\X11R6\bin c:\Programme\MiKTeX\texmf\miktex\bin c:\PROGRAMME\THINKPAD\UTILITIES c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem c:\Programme\ATI Technologies\ATI Control Panel c:\Programme\ATI Technologies\Fire GL 3D Studio Max c:\Programme\ATI Technologies\Fire GL Control Panel c:\IBMTOOLS\Python22 c:\Programme\PC-Doctor for Windows\services c:\Programme\WinSCP3\ c:\Programme\Putty\ Output from C:\Programme\cygwin\bin\id.exe (nontsec) UID: 1005(tobias) GID: 513(Kein) 513(Kein) Output from C:\Programme\cygwin\bin\id.exe (ntsec) UID: 1005(tobias) GID: 513(Kein) 513(Kein) 545(Benutzer) SysDir: C:\WINDOWS\system32 WinDir: C:\WINDOWS HOME = `C:\Programme\Cygwin\home\Tobias' MAKE_MODE = `unix' PWD = `/home/Tobias' TCL_LIBRARY = `C:\IBMTOOLS\Python22\tcl\tcl8.4' USER = `tobias' ALLUSERSPROFILE = `C:\Dokumente und Einstellungen\All Users' APPDATA = `C:\Dokumente und Einstellungen\tobias\Anwendungsdaten' COMMONPROGRAMFILES = `C:\Programme\Gemeinsame Dateien' COMPUTERNAME = `ANAXIMANDER' COMSPEC = `C:\WINDOWS\system32\cmd.exe' CVS_RSH = `/bin/ssh' FP_NO_HOST_CHECK = `NO' HOMEDRIVE = `C:' HOMEPATH = `\Dokumente und Einstellungen\tobias' HOSTNAME = `anaximander' IBMSHARE = `C:\IBMSHARE' INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:' LOGONSERVER = `\\ANAXIMANDER' MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man:/usr/X11R6/man' NEWENVIRONMENT1 = `C:\WINDOWS\Downloaded Program Files' NUMBER_OF_PROCESSORS = `1' OLDPWD = `/usr/bin' OS = `Windows_NT' PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.pyo;.pyc;.py;.pyw' PRINTER = `Apple LaserWriter 16/600 PS' PROCESSOR_ARCHITECTURE = `x86' PROCESSOR_IDENTIFIER = `x86 Family 6 Model 13 Stepping 6, GenuineIntel' PROCESSOR_LEVEL = `6' PROCESSOR_REVISION = `0d06' PROGRAMFILES = `C:\Programme' PROMPT = `$P$G' PS1 = `\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ ' PYTHONCASEOK = `1' PYTHONPATH = `C:\IBMTOOLS\utils\support;C:\IBMTOOLS\utils\logger' RRU = `C:\Programme\IBM\IBM Rapid Restore Ultra\' SESSIONNAME = `Console' SHLVL = `1' SYSTEMDRIVE = `C:' SYSTEMROOT = `C:\WINDOWS' TEMP = `C:\DOKUME~1\tobias\LOKALE~1\Temp' TERM = `cygwin' TK_LIBRARY = `C:\IBMTOOLS\Python22\tcl\tk8.4' TMP = `C:\DOKUME~1\tobias\LOKALE~1\Temp' USERDOMAIN = `ANAXIMANDER' USERNAME = `tobias' USERPROFILE = `C:\Dokumente und Einstellungen\tobias' WINDIR = `C:\WINDOWS' _ = `/usr/bin/cygcheck.exe' 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_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = `/cygdrive' cygdrive flags = 0x00000022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = `C:\Programme\cygwin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = `C:\Programme\cygwin/bin' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = `C:\Programme\cygwin/lib' flags = 0x0000000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options c: hd NTFS 52794Mb 21% CP CS UN PA FC Festplatte d: cd N/A N/A C:\Programme\cygwin / system binmode C:\Programme\cygwin/bin /usr/bin system binmode C:\Programme\cygwin/lib /usr/lib system binmode . /cygdrive system binmode,cygdrive Found: C:\Programme\cygwin\bin\awk.exe Found: C:\Programme\cygwin\bin\bash.exe Found: C:\Programme\cygwin\bin\cat.exe Found: C:\Programme\cygwin\bin\cp.exe Found: C:\Programme\cygwin\bin\cpp.exe Found: C:\Programme\cygwin\bin\find.exe Found: C:\Programme\cygwin\bin\gcc.exe Found: C:\Programme\cygwin\bin\gdb.exe Found: C:\Programme\cygwin\bin\grep.exe Found: C:\Programme\cygwin\bin\ld.exe Found: C:\Programme\cygwin\bin\ls.exe Found: C:\Programme\cygwin\bin\make.exe Found: C:\Programme\cygwin\bin\mv.exe Found: C:\Programme\cygwin\bin\rm.exe Found: C:\Programme\cygwin\bin\sed.exe Found: C:\Programme\cygwin\bin\sh.exe Found: C:\Programme\cygwin\bin\tar.exe 55k 2004/09/14 C:\Programme\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0 "cygbz2-1.dll" v0.0 ts=2004/9/14 6:16 18k 2004/07/06 C:\Programme\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0 "cygcharset-1.dll" v0.0 ts=2004/7/6 20:09 7k 2003/10/19 C:\Programme\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0 "cygcrypt-0.dll" v0.0 ts=2003/10/19 9:57 839k 2004/09/27 C:\Programme\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygcrypto-0.9.7.dll" v0.0 ts=2004/9/27 16:10 22k 2004/02/10 C:\Programme\cygwin\bin\cygcygipc-2.dll - os=4.0 img=1.0 sys=4.0 "cygcygipc-2.dll" v0.0 ts=2004/2/10 3:48 895k 2004/04/28 C:\Programme\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 17:31 1156k 2004/04/28 C:\Programme\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 17:35 174k 2004/10/14 C:\Programme\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0 "cygexpat-0.dll" v0.0 ts=2004/10/14 10:34 129k 2004/03/11 C:\Programme\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontconfig-1.dll" v0.0 ts=2004/3/11 1:12 40k 2004/10/10 C:\Programme\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0 "cygform-8.dll" v0.0 ts=2004/10/10 10:33 45k 2001/04/25 C:\Programme\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0 "cygform5.dll" v0.0 ts=2001/4/25 7:28 35k 2002/01/09 C:\Programme\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0 "cygform6.dll" v0.0 ts=2002/1/9 7:03 48k 2003/08/09 C:\Programme\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0 "cygform7.dll" v0.0 ts=2003/8/9 11:25 361k 2003/10/25 C:\Programme\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0 "cygfreetype-6.dll" v0.0 ts=2003/10/22 6:18 214k 2004/09/21 C:\Programme\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0 "cyggd-2.dll" v0.0 ts=2004/9/21 17:08 28k 2003/07/20 C:\Programme\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-3.dll" v0.0 ts=2003/7/20 9:58 30k 2003/08/11 C:\Programme\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm-4.dll" v0.0 ts=2003/8/11 4:12 19k 2003/03/22 C:\Programme\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm.dll" v0.0 ts=2002/2/20 4:05 15k 2003/07/20 C:\Programme\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 10:00 15k 2003/08/11 C:\Programme\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0 "cyggdbm_compat-4.dll" v0.0 ts=2003/8/11 4:13 107k 2004/07/06 C:\Programme\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/6 19:56 17k 2004/07/06 C:\Programme\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0 "cyggettextpo-0.dll" v0.0 ts=2004/7/6 19:56 190k 2004/07/06 C:\Programme\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 sys=4.0 "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/6 19:56 1378k 2004/08/22 C:\Programme\cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0 "cyggsl-0.dll" v0.0 ts=2004/8/22 14:22 184k 2004/08/22 C:\Programme\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0 "cyggslcblas-0.dll" v0.0 ts=2004/8/22 14:04 17k 2001/06/28 C:\Programme\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0 "cyghistory4.dll" v0.0 ts=2001/1/7 5:34 29k 2003/08/10 C:\Programme\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0 "cyghistory5.dll" v0.0 ts=2003/8/11 1:16 25k 2004/10/12 C:\Programme\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0 "cyghistory6.dll" v0.0 ts=2004/10/12 8:51 991k 2004/07/06 C:\Programme\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0 "cygiconv-2.dll" v0.0 ts=2004/7/6 20:10 22k 2001/12/13 C:\Programme\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0 "cygintl-1.dll" v0.0 ts=2001/12/13 10:28 37k 2003/08/10 C:\Programme\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0 "cygintl-2.dll" v0.0 ts=2003/8/10 23:50 54k 2004/07/06 C:\Programme\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0 "cygintl-3.dll" v0.0 ts=2004/7/6 19:51 21k 2001/06/20 C:\Programme\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0 "cygintl.dll" v0.0 ts=2001/6/20 19:09 132k 2003/08/11 C:\Programme\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg-62.dll" v0.0 ts=2003/8/11 2:37 119k 2002/02/09 C:\Programme\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0 "cygjpeg6b.dll" v0.0 ts=2002/2/9 6:19 22k 2004/10/10 C:\Programme\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0 "cygmenu-8.dll" v0.0 ts=2004/10/10 10:33 26k 2001/04/25 C:\Programme\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0 "cygmenu5.dll" v0.0 ts=2001/4/25 7:27 20k 2002/01/09 C:\Programme\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0 "cygmenu6.dll" v0.0 ts=2002/1/9 7:03 29k 2003/08/09 C:\Programme\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0 "cygmenu7.dll" v0.0 ts=2003/8/9 11:25 74k 2004/10/10 C:\Programme\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++-8.dll" v0.0 ts=2004/10/10 10:33 156k 2001/04/25 C:\Programme\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++5.dll" v0.0 ts=2001/4/25 7:29 175k 2002/01/09 C:\Programme\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses++6.dll" v0.0 ts=2002/1/9 7:03 216k 2004/10/10 C:\Programme\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0 "cygncurses-8.dll" v0.0 ts=2004/10/10 10:25 226k 2001/04/25 C:\Programme\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0 "cygncurses5.dll" v0.0 ts=2001/4/25 7:17 202k 2002/01/09 C:\Programme\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0 "cygncurses6.dll" v0.0 ts=2002/1/9 7:03 224k 2003/08/09 C:\Programme\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0 "cygncurses7.dll" v0.0 ts=2003/8/9 11:24 13k 2004/10/10 C:\Programme\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0 "cygpanel-8.dll" v0.0 ts=2004/10/10 10:32 15k 2001/04/25 C:\Programme\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0 "cygpanel5.dll" v0.0 ts=2001/4/25 7:27 12k 2002/01/09 C:\Programme\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0 "cygpanel6.dll" v0.0 ts=2002/1/9 7:03 19k 2003/08/09 C:\Programme\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0 "cygpanel7.dll" v0.0 ts=2003/8/9 11:24 62k 2003/12/11 C:\Programme\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcre-0.dll" v0.0 ts=2003/12/11 18:01 63k 2003/04/11 C:\Programme\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0 "cygpcre.dll" v0.0 ts=2003/4/11 10:31 9k 2003/12/11 C:\Programme\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix-0.dll" v0.0 ts=2003/12/11 18:01 61k 2003/04/11 C:\Programme\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0 "cygpcreposix.dll" v0.0 ts=2003/4/11 10:31 1061k 2004/08/19 C:\Programme\cygwin\bin\cygperl5_8_5.dll - os=4.0 img=1.0 sys=4.0 "cygperl5_8_5.dll" v0.0 ts=2004/8/19 19:54 173k 2003/08/10 C:\Programme\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0 "cygpng12.dll" v0.0 ts=2003/8/11 0:35 22k 2002/06/09 C:\Programme\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0 "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45 108k 2001/06/28 C:\Programme\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0 "cygreadline4.dll" v0.0 ts=2001/1/7 5:34 148k 2003/08/10 C:\Programme\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0 "cygreadline5.dll" v0.0 ts=2003/8/11 1:16 144k 2004/10/12 C:\Programme\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0 "cygreadline6.dll" v0.0 ts=2004/10/12 8:51 170k 2004/09/27 C:\Programme\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0 "cygssl-0.9.7.dll" v0.0 ts=2004/9/27 16:10 230k 2004/10/04 C:\Programme\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0 "cygt1-5.dll" v0.0 ts=2004/10/4 23:44 282k 2003/08/11 C:\Programme\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0 "cygtiff4.dll" v0.0 ts=2003/8/11 4:32 27k 2004/03/05 C:\Programme\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0 "cygungif-4.dll" v0.0 ts=2004/3/5 21:13 3416k 2004/02/21 C:\Programme\cygwin\bin\cygxerces-c25.dll - os=4.0 img=1.0 sys=4.0 "cygxerces-c25.dll" v0.0 ts=2004/2/21 7:49 62k 2004/10/10 C:\Programme\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0 "cygz.dll" v0.0 ts=2004/10/10 6:09 1114k 2004/11/10 C:\Programme\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2004/11/10 14:34 Cygwin DLL version info: DLL version: 1.5.12 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 116 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 Nov 10 08:34:47 EST 2004 Shared id: cygwin1S4 243k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0 "cygdps-1.dll" v0.0 ts=2004/9/17 11:48 26k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0 "cygdpstk-1.dll" v0.0 ts=2004/9/17 11:48 28k 2004/03/31 C:\Programme\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0 "cygDtPrint-1.dll" v0.0 ts=2004/3/31 6:23 21k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0 "cygfontenc-1.dll" v0.0 ts=2004/9/17 11:53 36k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0 "cygFS-6.dll" v0.0 ts=2004/9/17 11:38 417k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0 "cygGL-1.dll" v0.0 ts=2004/9/17 11:45 439k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0 "cygGLU-1.dll" v0.0 ts=2004/9/17 11:47 75k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0 "cygICE-6.dll" v0.0 ts=2004/9/17 11:30 77k 2004/03/31 C:\Programme\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0 "cygMrm-2.dll" v0.0 ts=2004/3/31 6:23 9k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0 "cygoldX-6.dll" v0.0 ts=2004/9/17 11:29 1416k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0 "cygOSMesa-4.dll" v0.0 ts=2004/9/17 11:45 20k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0 "cygpsres-1.dll" v0.0 ts=2004/9/17 11:49 30k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0 "cygSM-6.dll" v0.0 ts=2004/9/17 11:30 66k 2004/03/31 C:\Programme\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0 "cygUil-2.dll" v0.0 ts=2004/3/31 6:23 876k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0 "cygX11-6.dll" v0.0 ts=2004/9/17 11:29 253k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-6.dll" v0.0 ts=2004/9/17 11:34 356k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-7.dll" v0.0 ts=2004/9/17 11:36 362k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0 "cygXaw-8.dll" v0.0 ts=2004/9/17 11:37 275k 2004/01/13 C:\Programme\cygwin\usr\X11R6\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0 "cygXaw3d-7.dll" v0.0 ts=2004/1/13 23:17 9k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcomposite-1.dll" v0.0 ts=2004/9/17 11:51 30k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0 "cygXcursor-1.dll" v0.0 ts=2004/9/17 11:50 9k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0 "cygXdamage-1.dll" v0.0 ts=2004/9/17 11:51 7k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0 "cygXevie-1.dll" v0.0 ts=2004/9/17 11:51 49k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0 "cygXext-6.dll" v0.0 ts=2004/9/17 11:30 16k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0 "cygXfixes-3.dll" v0.0 ts=2004/9/17 11:51 56k 2004/03/11 C:\Programme\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0 "cygXft-1.dll" v0.0 ts=2003/11/18 2:42 63k 2004/03/23 C:\Programme\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 23:20 27k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0 "cygXi-6.dll" v0.0 ts=2004/9/17 11:37 125k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbfile-1.dll" v0.0 ts=2004/9/17 11:38 12k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0 "cygxkbui-1.dll" v0.0 ts=2004/9/17 11:38 1294k 2004/03/31 C:\Programme\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0 "cygXm-2.dll" v0.0 ts=2004/3/31 6:20 76k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0 "cygXmu-6.dll" v0.0 ts=2004/9/17 11:32 11k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0 "cygXmuu-1.dll" v0.0 ts=2004/9/17 11:32 26k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0 "cygXp-6.dll" v0.0 ts=2004/9/17 11:33 51k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-4.dll" v0.0 ts=2004/9/17 11:33 11k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0 "cygXrandr-2.dll" v0.0 ts=2004/9/17 11:50 28k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0 "cygXrender-1.dll" v0.0 ts=2004/9/17 11:49 8k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0 "cygXRes-1.dll" v0.0 ts=2004/9/17 11:50 282k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0 "cygXt-6.dll" v0.0 ts=2004/9/17 11:32 27k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0 "cygXTrap-6.dll" v0.0 ts=2004/9/17 11:50 17k 2004/09/17 C:\Programme\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0 "cygXtst-6.dll" v0.0 ts=2004/9/17 11:37 Cygwin Package Information Last downloaded files to: C:\Dokumente und Einstellungen\tobias\Eigene Dateien\Programme\Cygwin Last downloaded files from: ftp://sources-redhat.mirror.redwire.net/pub/sources.redhat.com/cygwin Package Version _update-info-dir 00230-1 ash 20040127-1 autoconf 2.59-1 autoconf-devel 2.59-1 autoconf-stable 2.13-5 automake 1.7.9-1 automake-devel 1.9.2-1 automake-stable 1.4p6-2 base-files 3.0-3 base-passwd 2.1-1 bash 2.05b-16 binutils 20040725-2 bzip2 1.0.2-6 clear 1.0-1 crypt 1.1-1 ctags 5.5-4 cygipc 2.03-2 cygutils 1.2.5-1 cygwin 1.5.12-1 cygwin-doc 1.3-7 ddd 3.3.9-1 diffutils 2.8.7-1 editrights 1.01-1 expat 1.95.8-1 fileutils 4.1-2 findutils 4.1.7-4 fontconfig 2.2.2-1 freetype2 2.1.5-1 fvwm 2.4.7-3 gawk 3.1.4-3 gcc-core 3.3.3-3 gcc-g++ 3.3.3-3 gcc-mingw-core 20040810-1 gcc-mingw-g++ 20040810-1 gdb 20030919-1 gdbm 1.8.3-7 gettext 0.14.1-1 ghostscript 7.05-2 ghostscript-base 7.05-2 ghostscript-x11 7.05-2 gnuplot 4.0.0-1 grep 2.5-1 groff 1.18.1-2 gsl 1.5-1 gzip 1.3.5-1 jpeg 6b-11 less 381-1 lesstif 0.93.94-2 libbz2_1 1.0.2-6 libcharset1 1.9.2-1 libdb4.2 4.2.52-1 libfontconfig1 2.2.2-1 libfreetype26 2.1.5-1 libgd2 2.0.28-1 libgdbm 1.8.0-5 libgdbm-devel 1.8.3-7 libgdbm3 1.8.3-3 libgdbm4 1.8.3-7 libgettextpo0 0.14.1-1 libiconv 1.9.2-1 libiconv2 1.9.2-1 libintl 0.10.38-3 libintl1 0.10.40-1 libintl2 0.12.1-3 libintl3 0.14.1-1 libjpeg62 6b-11 libjpeg6b 6b-8 libncurses5 5.2-1 libncurses6 5.2-8 libncurses7 5.3-4 libncurses8 5.4-1 libpcre 4.1-1 libpcre0 4.5-1 libpng 1.2.5-4 libpng12 1.2.5-4 libpopt0 1.6.4-4 libreadline4 4.1-2 libreadline5 4.3-5 libreadline6 5.0-1 libtiff4 3.6.0-5 libungif 4.1.0-3 libxerces-c25 2.5.0-1 libXft 2.1.6-1 libXft1 1.0.0-1 libXft2 2.1.6-1 login 1.9-7 m4 1.4-1 make 3.80-1 man 1.5o-1 mingw-runtime 3.5-1 mktemp 1.5-3 ncurses 5.4-1 openssl 0.9.7d-2 pcre 4.5-1 pcre-doc 4.5-1 perl 5.8.5-3 pine 4.58-1 python 2.3.4-2 readline 5.0-1 sed 4.1.2-1 sh-utils 2.0.15-4 t1lib 5.0.2-1 tar 1.13.25-5 tcltk 20030901-1 termcap 20021106-2 terminfo 5.4_20041009-1 texinfo 4.2-4 textutils 2.0.21-1 transfig 3.2.4-2 unison 2.10.2-3 unzip 5.50-5 w32api 3.1-1 which 1.5-2 X-start-menu-icons 1.0.3-2 X-startup-scripts 1.0.10-2 Xaw3d 1.5D-5 xfig 3.2.4-6 xfig-lib 3.2.4-6 xorg-x11-base 6.8.1.0-1 xorg-x11-bin 6.8.1.0-2 xorg-x11-bin-dlls 6.8.1.0-1 xorg-x11-bin-lndir 6.8.1.0-1 xorg-x11-etc 6.8.1.0-1 xorg-x11-f100 6.8.1.0-3 xorg-x11-fenc 6.8.1.0-2 xorg-x11-fnts 6.8.1.0-3 xorg-x11-fsrv 6.8.1.0-1 xorg-x11-libs-data 6.8.1.0-1 xorg-x11-man-pages 6.8.1.0-1 xorg-x11-xwin 6.8.1.0-5 xterm 196-1 zip 2.3-6 zlib 1.2.2-1 Use -h to see help about each section From alexander.gottwald@s1999.tu-chemnitz.de Tue Nov 23 13:17:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 23 Nov 2004 13:17:00 -0000 Subject: 1.5.12: using cygwin/x as non-administrator doesn't work In-Reply-To: References: Message-ID: On Tue, 23 Nov 2004, Tobias Munk wrote: > Using cygwin/x administrator works fine, but when I try to start it as > user, I get an error message - the log file XWin.log is attached at the > end of this mail. > > There is a similar mail concerning this issue in the archive, which > was posted a year ago, but seemingly no one posted a solution. Does anyone > gather experiences with this in the meantime? > > thanks, > > Tobias > > > XWin.log: > ----------------------- > > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.8.1.0-5 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > /usr/X11R6/bin/XWin -multiwindow -clipboard -silent-dup-error > > ddxProcessArgument - Initializing default screens > winInitializeDefaultScreens - w 1400 h 1050 > winInitializeDefaultScreens - Returning > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed > _XSERVTransMakeAllCOTSServerListeners: server already running > > Fatal server error: > Cannot establish any listening sockets - Make sure an X server isn't already running > winDeinitMultiWindowWM - Noting shutdown in progress It should at least try inet too. You can allow other users to write to /tmp/.X11-unix, or have a /tmp directory for every user where the user can create files at will. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From frank.streitzig@s2you.de Tue Nov 23 15:55:00 2004 From: frank.streitzig@s2you.de (Frank Streitzig) Date: Tue, 23 Nov 2004 15:55:00 -0000 Subject: fvwm2 key bindings Message-ID: Hello, i would like configure fvwm2. Only with the bindings of functions to meta keys doesn't work. But by applications like emacs shortcut working correct. If i define in .fvwm2rc or FvwmConsole: Key F4 A A Popup Logout is it okay, but not Key F4 A M Popup Logout. I am now genuinly helpless and hope one can me help. XWinLog: ... (--) winConfigKeyboard - Layout: "00000407" (00000407) (--) Using preset keyboard for "German (Germany)" (407), type "4" Rules = "xorg" Model = "pc105" Layout = "de" Variant = "(null)" Options = "(null)" ... thanks in advance Frank From alexander.gottwald@s1999.tu-chemnitz.de Tue Nov 23 16:03:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 23 Nov 2004 16:03:00 -0000 Subject: fvwm2 key bindings In-Reply-To: References: Message-ID: On Tue, 23 Nov 2004, Frank Streitzig wrote: > Hello, > > i would like configure fvwm2. Only with the bindings of functions to meta > keys doesn't work. But by applications like emacs shortcut working > correct. > > If i define in .fvwm2rc or FvwmConsole: > > Key F4 A A Popup Logout > > is it okay, but not > > Key F4 A M Popup Logout. I have Key Left A SM Scroll -100 +0 which works great if I press Left+Shift+Alt. What does xev report if you press the keys? bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From sandeep-prerna.gupta@worldnet.att.net Tue Nov 23 16:07:00 2004 From: sandeep-prerna.gupta@worldnet.att.net (Sandeep & Prerna Gupta) Date: Tue, 23 Nov 2004 16:07:00 -0000 Subject: SocketCreateListner() failed References: <419D9952.CC4A32B0@worldnet.att.net> <41A15834.2651367@worldnet.att.net> Message-ID: <41A360C1.52E876C9@worldnet.att.net> Hello, I have not explicitly installed any firewall, This is a brand new Dell Laptop, they may have installed something by default, I will check into that -- BTW, Cygwin bash shell comes up OK, (just that without X, I cant use many of my utils) are there commands or small executables that I could run in bash to get more insight into this? I mean say sufficient code that invokes SocketCreateListner(), which I could compile debugable with gnu C++ and step thru in gdb. (For example, gdb works in bash, ddd doesnt without X). That could help a lot if feasible. Thanks Sandeep Alexander Gottwald wrote: > > On Sun, 21 Nov 2004, Sandeep & Prerna Gupta wrote: > > > > > Thanks for looking into this. > > /tmp/XWin.log is attached. > > Seems like a strange network problem. > > Do you have the Windows firewall or any other firewall activated? > Cygwin/X must have access to the network. > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 From frank.streitzig@s2you.de Tue Nov 23 16:45:00 2004 From: frank.streitzig@s2you.de (Frank Streitzig) Date: Tue, 23 Nov 2004 16:45:00 -0000 Subject: fvwm2 key bindings In-Reply-To: References: Message-ID: Am Tue, 23 Nov 2004 17:02:57 +0100 (MET) hat Alexander Gottwald geschrieben: > On Tue, 23 Nov 2004, Frank Streitzig wrote: > >> Hello, >> >> i would like configure fvwm2. Only with the bindings of functions to >> meta >> keys doesn't work. But by applications like emacs shortcut working >> correct. >> >> If i define in .fvwm2rc or FvwmConsole: >> >> Key F4 A A Popup Logout >> >> is it okay, but not >> >> Key F4 A M Popup Logout. > > I have Key Left A SM Scroll -100 +0 > which works great if I press Left+Shift+Alt. Also does not go. > What does xev report if you press the keys? xev output if i presses Alt+F5: KeyPress event, serial 28, synthetic NO, window 0x1400001, root 0x3a, subw 0x0, time 35888812, (114,72), root:(180,93), state 0x10, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyPress event, serial 28, synthetic NO, window 0x1400001, root 0x3a, subw 0x0, time 35889453, (114,72), root:(180,93), state 0x18, keycode 71 (keysym 0xffc2, F5), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyRelease event, serial 28, synthetic NO, window 0x1400001, root 0x3a, subw 0x0, time 35889515, (114,72), root:(180,93), state 0x18, keycode 71 (keysym 0xffc2, F5), same_screen YES, XLookupString gives 0 bytes: KeyRelease event, serial 28, synthetic NO, window 0x1400001, root 0x3a, subw 0x0, time 35891765, (114,72), root:(180,93), state 0x18, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES, XLookupString gives 0 bytes: Frank From alexander.gottwald@s1999.tu-chemnitz.de Tue Nov 23 17:15:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 23 Nov 2004 17:15:00 -0000 Subject: fvwm2 key bindings In-Reply-To: References: Message-ID: On Tue, 23 Nov 2004, Frank Streitzig wrote: > xev output if i presses Alt+F5: > > KeyRelease event, serial 28, synthetic NO, window 0x1400001, > root 0x3a, subw 0x0, time 35891765, (114,72), root:(180,93), > state 0x18, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES, > XLookupString gives 0 bytes: Argh. NumLock is on. This unfortunatly breaks things. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Tue Nov 23 17:18:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 23 Nov 2004 17:18:00 -0000 Subject: SocketCreateListner() failed In-Reply-To: <41A360C1.52E876C9@worldnet.att.net> References: <419D9952.CC4A32B0@worldnet.att.net> <41A15834.2651367@worldnet.att.net> <41A360C1.52E876C9@worldnet.att.net> Message-ID: On Tue, 23 Nov 2004, Sandeep & Prerna Gupta wrote: > > Hello, > > I have not explicitly installed any firewall, > This is a brand new Dell Laptop, they may have installed something by > default, > I will check into that -- > > BTW, Cygwin bash shell comes up OK, (just that without X, I cant use > many of my utils) > are there commands or small executables that I could run in bash to get > more > insight into this? I mean say sufficient code that invokes > SocketCreateListner(), which > I could compile debugable with gnu C++ and step thru in gdb. (For > example, gdb works in bash, > ddd doesnt without X). That could help a lot if feasible. Is it XP SP2? If Cygwin/X is started on XP SP2 windows asks if it should allow access to the network. If it does not for you then the builtin firewall will most likely deny the access. You should allow XWin to access port 6000 in the security preferences screen. bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From frank.streitzig@s2you.de Tue Nov 23 18:08:00 2004 From: frank.streitzig@s2you.de (Frank Streitzig) Date: Tue, 23 Nov 2004 18:08:00 -0000 Subject: fvwm2 key bindings In-Reply-To: References: Message-ID: >> xev output if i presses Alt+F5: >> >> KeyRelease event, serial 28, synthetic NO, window 0x1400001, >> root 0x3a, subw 0x0, time 35891765, (114,72), root:(180,93), >> state 0x18, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES, >> XLookupString gives 0 bytes: > > Argh. NumLock is on. This unfortunatly breaks things. Super that was it. Thank you. Frank From hfc@ciorent.com Wed Nov 24 16:57:00 2004 From: hfc@ciorent.com (Henry Camacho) Date: Wed, 24 Nov 2004 16:57:00 -0000 Subject: Trouble getting a windowed X Message-ID: <6.0.0.22.0.20041124104014.01cdd428@192.168.1.2> Greetings: 1. I have tried to read everything I can on this subject, and I have not had much luck after 2 days of messing around with this. Here is what works: Open rxvt issue the command "X" Cygwin/x starts up how I want it. On just one of my monitors, with max/min buttons and a title bar. I open another window...and issue "xterm -e "ssh -Y -l username host" and finally startkde. Works like a champ. I have an Xserver up and running with Min and Max buttons, and KDE. Perfect, except there is a terminal hanging around that I don't need on my desktop. So I tried the following: run X. The server starts but the windowed screen doesn't show up. *** Here is the bottomline question. How can I get an Xserver running when I issue the command "X" and to have it detach from rxvt. *** I've tried to use XWin.exe with a number of options, but I have yet to duplicate what simply X does with no arguments. I am running Windows XP SP2 with 3 Monitors. I only want one monitor in use for XWindows. Thanks HFC ____________________________________________ Henry F. Camacho Jr. hfc@ciorent.com From alexander.gottwald@s1999.tu-chemnitz.de Wed Nov 24 17:04:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Wed, 24 Nov 2004 17:04:00 -0000 Subject: Trouble getting a windowed X In-Reply-To: <6.0.0.22.0.20041124104014.01cdd428@192.168.1.2> References: <6.0.0.22.0.20041124104014.01cdd428@192.168.1.2> Message-ID: On Wed, 24 Nov 2004, Henry Camacho wrote: > run X. > > The server starts but the windowed screen doesn't show up. > > *** Here is the bottomline question. How can I get an Xserver running when > I issue the command "X" and to have it detach from rxvt. *** > > I've tried to use XWin.exe with a number of options, but I have yet to > duplicate what simply X does with no arguments. > I am running Windows XP SP2 with 3 Monitors. I only want one monitor in > use for XWindows. This is a small problem with the run utility. It hides every normal looking window. You can try the nodecoration mode instead. You will not get the window borders but you get no console and the window is shown *g* bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From cgf-no-personal-reply-please@cygwin.com Wed Nov 24 17:07:00 2004 From: cgf-no-personal-reply-please@cygwin.com (Christopher Faylor) Date: Wed, 24 Nov 2004 17:07:00 -0000 Subject: Trouble getting a windowed X In-Reply-To: References: <6.0.0.22.0.20041124104014.01cdd428@192.168.1.2> Message-ID: <20041124170825.GC17076@trixie.casa.cgf.cx> On Wed, Nov 24, 2004 at 06:04:13PM +0100, Alexander Gottwald wrote: >On Wed, 24 Nov 2004, Henry Camacho wrote: > >> run X. >> >> The server starts but the windowed screen doesn't show up. >> >> *** Here is the bottomline question. How can I get an Xserver running when >> I issue the command "X" and to have it detach from rxvt. *** >> >> I've tried to use XWin.exe with a number of options, but I have yet to >> duplicate what simply X does with no arguments. >> I am running Windows XP SP2 with 3 Monitors. I only want one monitor in >> use for XWindows. > >This is a small problem with the run utility. It hides every normal looking window. >You can try the nodecoration mode instead. You will not get the window borders but >you get no console and the window is shown *g* Wouldn't just running X via either: X& or setsid X do what is required? Then you can exit the rxvt window. You might even be able to make a shortcut that does a bash -c "setsid X" to avoid running rxvt. cgf From hfc@ciorent.com Wed Nov 24 17:18:00 2004 From: hfc@ciorent.com (Henry Camacho) Date: Wed, 24 Nov 2004 17:18:00 -0000 Subject: Trouble getting a windowed X In-Reply-To: <20041124170825.GC17076@trixie.casa.cgf.cx> References: <6.0.0.22.0.20041124104014.01cdd428@192.168.1.2> <20041124170825.GC17076@trixie.casa.cgf.cx> Message-ID: <6.0.0.22.0.20041124111626.01cdc220@192.168.1.2> Thanks....that was it. Stuck in the Windows world I didn't even think of &. It worked perfectly. HFC At 11:08 AM 11/24/2004, you wrote: >On Wed, Nov 24, 2004 at 06:04:13PM +0100, Alexander Gottwald wrote: > >On Wed, 24 Nov 2004, Henry Camacho wrote: > > > >> run X. > >> > >> The server starts but the windowed screen doesn't show up. > >> > >> *** Here is the bottomline question. How can I get an Xserver running > when > >> I issue the command "X" and to have it detach from rxvt. *** > >> > >> I've tried to use XWin.exe with a number of options, but I have yet to > >> duplicate what simply X does with no arguments. > >> I am running Windows XP SP2 with 3 Monitors. I only want one monitor in > >> use for XWindows. > > > >This is a small problem with the run utility. It hides every normal > looking window. > >You can try the nodecoration mode instead. You will not get the window > borders but > >you get no console and the window is shown *g* > >Wouldn't just running X via either: > > X& > >or > setsid X > >do what is required? Then you can exit the rxvt window. You might even >be able >to make a shortcut that does a bash -c "setsid X" to avoid running rxvt. > >cgf ____________________________________________ Henry F. Camacho Jr. hfc@ciorent.com From s0233365@sms.ed.ac.uk Wed Nov 24 21:30:00 2004 From: s0233365@sms.ed.ac.uk (Garry Jeromson) Date: Wed, 24 Nov 2004 21:30:00 -0000 Subject: Yet another clipboard problem with SSH Message-ID: <1101331793.41a4fd51e2a12@sms.ed.ac.uk> I'm using SSH to remotely login in to a Sun workstation to do university work, and I can't copy and paste either way. Everything else I want to do works fine, I can run programs and save files and send emails, it's just the clipboard that doesn't work. I've been trawling through the mailing list archives for quite a while now, and although there are many other clipboard problems explained, I couldn't find anything exactly the same as the problem I'm having. I'm running Windows XP. Here is the what appears in the shell window when I logon, open xterm, open an xemacs editor and try and copy and paste the contents to any program I have open on my PC, I've tried Word, Notepad, etc. --------------------------------------------------------------------- LOG $ startx Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.1.0-5 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: X :0 -multiwindow -clipboard (WW) /tmp mounted int textmode _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 (==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT F/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/ X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" 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: 1280 height: 1024 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 shar ed memory support in the kernel (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: "00000809" (00000809) (--) Using preset keyboard for "English (United Kingdom)" (809), type "4" Rules = "xorg" Model = "pc105" Layout = "gb" Variant = "(null)" Options = "(null )" (--) 3 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li st! winPointerWarpCursor - Discarding first warp: 640 512 winInitMultiWindowWM - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_lock () returned. winMultiWindowXMsgProc - pthread_mutex_unlock () returned. winInitMultiWindowWM - pthread_mutex_unlock () returned. winInitMultiWindowWM - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - DISPLAY=127.0.0.1:0.0 winProcEstablishConnection - Hello cat: /home/Garry/.Xauthority: No such file or directory winInitClipboard () winProcEstablishConnection - winInitClipboard returned. winClipboardProc - Hello DetectUnicodeSupport - Windows NT/2000/XP winClipboardProc - DISPLAY=127.0.0.1:0.0 winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the di splay. winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the disp lay. winClipboardProc - XOpenDisplay () returned and successfully opened the display. winProcSetSelectionOwner - Clipboard not yet started, aborting. winProcSetSelectionOwner - Clipboard not yet started, aborting. winProcessXEventsTimeout - Call to select () failed: 0. Bailing. ----------------------------------------------------------- At the instance I try the copy and paste, the paste to be precise, this appears in the xterm window I have open: xemacs: X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 18 (X_ChangeProperty) Atom id in failed request: 0x12d Serial number of failed request: 965 Current serial number in output stream: 967 Any help would be really, really appreciated. I've tried running xwinclip from startup, I've tried many little changes in the configuration and I can't figure out why the hell it won't work. Cheers, Garry From sandeep-prerna.gupta@worldnet.att.net Thu Nov 25 02:25:00 2004 From: sandeep-prerna.gupta@worldnet.att.net (Sandeep & Prerna Gupta) Date: Thu, 25 Nov 2004 02:25:00 -0000 Subject: SocketCreateListner() failed References: <419D9952.CC4A32B0@worldnet.att.net> <41A15834.2651367@worldnet.att.net> <41A360C1.52E876C9@worldnet.att.net> Message-ID: <41A54339.3B1D1D6D@worldnet.att.net> Thank you, Sir! After some hit and trial, I could start an X-server on my laptop. Two problems, ... first I had accidently blocked access to "xconsole" and secondly XWin did not have access. I changed both these to full access. Now, /cygwin/usr/X../bin/startxwin.bat works :) On a desktop Windows2000 machine, I would start cygwin bash shell and then type startx to start the X-server ... that still does not work on my laptop, but it doesnt matter since starting X-server directly is a better option anyway. Also, I gather Cygwin/X controls the windows thru TCP sockets. Ah well, learn something new ... Thanks again Sandeep Alexander Gottwald wrote: > > On Tue, 23 Nov 2004, Sandeep & Prerna Gupta wrote: > > > > > Hello, > > > > I have not explicitly installed any firewall, > > This is a brand new Dell Laptop, they may have installed something by > > default, > > I will check into that -- > > > > BTW, Cygwin bash shell comes up OK, (just that without X, I cant use > > many of my utils) > > are there commands or small executables that I could run in bash to get > > more > > insight into this? I mean say sufficient code that invokes > > SocketCreateListner(), which > > I could compile debugable with gnu C++ and step thru in gdb. (For > > example, gdb works in bash, > > ddd doesnt without X). That could help a lot if feasible. > > Is it XP SP2? If Cygwin/X is started on XP SP2 windows asks if it should > allow access to the network. If it does not for you then the builtin > firewall will most likely deny the access. > > You should allow XWin to access port 6000 in the security preferences > screen. > > bye > ago > -- > Alexander.Gottwald@s1999.tu-chemnitz.de > http://www.gotti.org ICQ: 126018723 From alexander.gottwald@s1999.tu-chemnitz.de Thu Nov 25 12:39:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 25 Nov 2004 12:39:00 -0000 Subject: Yet another clipboard problem with SSH In-Reply-To: <1101331793.41a4fd51e2a12@sms.ed.ac.uk> References: <1101331793.41a4fd51e2a12@sms.ed.ac.uk> Message-ID: On Wed, 24 Nov 2004, Garry Jeromson wrote: > I'm using SSH to remotely login in to a Sun workstation to do university work, > and I can't copy and paste either way. Everything else I want to do works fine, > I can run programs and save files and send emails, it's just the clipboard that > doesn't work. http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-ssh-no-x11forwarding bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From zakki@peppermint.jp Thu Nov 25 14:29:00 2004 From: zakki@peppermint.jp (Kensuke Matsuzaki) Date: Thu, 25 Nov 2004 14:29:00 -0000 Subject: Focus patch Message-ID: Hi, When I'm using -rootless or -internalwm, X's window looks like it is active even if XWin isn't active. It's confusing. So I'm tring to fix that. With openbox, metacity and xfwm4, this patch works well. But don't coorperate with wmaker, twm, fvwm etc. Any idea? Kenuke Matsuzaki -- Kensuke Matsuzaki mailto:zakki@peppermint.jp http://peppermint.jp -------------- next part -------------- A non-text attachment was scrubbed... Name: focus-20041125-2218.diff Type: application/octet-stream Size: 4004 bytes Desc: not available URL: From alexander.gottwald@s1999.tu-chemnitz.de Thu Nov 25 15:15:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Thu, 25 Nov 2004 15:15:00 -0000 Subject: Focus patch In-Reply-To: References: Message-ID: On Thu, 25 Nov 2004, Kensuke Matsuzaki wrote: > Hi, > > When I'm using -rootless or -internalwm, X's window looks like it is active > even if XWin isn't active. It's confusing. So I'm tring to fix that. > > With openbox, metacity and xfwm4, this patch works well. > But don't coorperate with wmaker, twm, fvwm etc. Maybe it's the SloppyFocus feature of fvwm. It will keep the focus on the window even if you've left the window with the mouse. On the other hand it will notice when I switched to another window on a screen not managed by fvwm. (XWin -screen 0 -nodecoration -screen 1 -multiwindow) bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From mzap80@hotmail.com Sat Nov 27 00:55:00 2004 From: mzap80@hotmail.com (m. z.) Date: Sat, 27 Nov 2004 00:55:00 -0000 Subject: Newbie problem Message-ID: I made a full installation oj Cygwin, but when I double clicked on startxwin just an X icon appeared on the Windows bar. I read the cygwin-x user manual and I tried all the options for the XWin.exe command. What I was expecting to obtain it was something similar to the picture of Cygwin X window manager at http://gnuwin.epfl.ch/apps/cygwin/en/index.html , but nothing of it appeared. Right clicking with the mouse on the X icon and removing the check mark on the "Hide Root Window" option, I obtained a grey desktop. But on this grey dektop, the mouse doesn't work at all. For example I am not able to open xterminals on it with the mouse, if I put the clock, I cannot move it, etc. I would like to know if I am doing something wrong. Thank you very much and best regards From primorec@sbcglobal.net Sat Nov 27 01:11:00 2004 From: primorec@sbcglobal.net (Igor Furlan) Date: Sat, 27 Nov 2004 01:11:00 -0000 Subject: Newbie problem In-Reply-To: Message-ID: <20041127011032.50017.qmail@web81605.mail.yahoo.com> --- "m. z." wrote: > I made a full installation oj Cygwin, but when I > double clicked on startxwin > just an X icon appeared on the Windows bar. Didn't you get a DOS window with abash prompt on the desktop too ? Regards IF From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Nov 27 12:16:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 27 Nov 2004 12:16:00 -0000 Subject: Newbie problem In-Reply-To: References: Message-ID: m. z. wrote: > I made a full installation oj Cygwin, but when I double clicked on startxwin > just an X icon appeared on the Windows bar. > I read the cygwin-x user manual and I tried all the options for the XWin.exe > command. What I was expecting to obtain it was something similar to the > picture of Cygwin X window manager at > http://gnuwin.epfl.ch/apps/cygwin/en/index.html , but nothing of it > appeared. What you've seen there is the KDE desktop running on windows. The default startup of Cygwin/X will just start the xserver and enables it to show every X11 window in its own Windows window. If you want a desktop with Gnome or KDE then check out http://kde-cygwin.sf.net http://cygnome.sf.net or you could install the WindowMaker windowmanager and adjust startxwin.bat to not start XWin with the -multiwindow switch and start wmaker (i think twm is the commented default) With the current setting you can install the X-startmenu-icons and you'll get an entry Cygwin/X in the startmenu with shortcuts to a lot of installed programs from xorg-x11. bye ago NP: Die ?rzte - Eines Tages Werde Ich Mich R?c -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From mzap80@hotmail.com Sat Nov 27 17:55:00 2004 From: mzap80@hotmail.com (m. z.) Date: Sat, 27 Nov 2004 17:55:00 -0000 Subject: newbie ... Message-ID: I would like to thank you very much. From dcrosta@sccs.swarthmore.edu Sat Nov 27 21:09:00 2004 From: dcrosta@sccs.swarthmore.edu (Dan Crosta) Date: Sat, 27 Nov 2004 21:09:00 -0000 Subject: x clients outside of the bash shell? Message-ID: Hi I was just wondering if it is possible to run x-windows clients outside of the environment created by starting the cygwin bash shell... I have Bart Kerver's XServer running (which is used by putty to handle X-forwarded clients), but I'm wondering if there's a way to start something like xterm locally using the running XServer? Thanks, dsc From Alexander.Gottwald@s1999.tu-chemnitz.de Sat Nov 27 21:16:00 2004 From: Alexander.Gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Sat, 27 Nov 2004 21:16:00 -0000 Subject: x clients outside of the bash shell? In-Reply-To: References: Message-ID: Dan Crosta wrote: > Hi > > I was just wondering if it is possible to run x-windows clients outside of > the environment created by starting the cygwin bash shell... I have Bart > Kerver's XServer running (which is used by putty to handle X-forwarded > clients), but I'm wondering if there's a way to start something like xterm > locally using the running XServer? The package x-startmenu-icons creates entries in the startmenu which do this bye ago NP: L'?me Immortelle - Judgement -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From ccschmet@clovermail.net Sat Nov 27 21:41:00 2004 From: ccschmet@clovermail.net (ccschmet@clovermail.net) Date: Sat, 27 Nov 2004 21:41:00 -0000 Subject: Can You Help Me Message-ID: Hello - I need to contact you IT manager, or someone who works in your IT department, to speak with them about changes being made to a local tier 3 provider that may effect your connectivity over the next couple weeks. Can you tell me who I should speak with and how to contact them? Thank you, Cindy Schmet CloverNet From jay@JaySmith.com Mon Nov 29 03:56:00 2004 From: jay@JaySmith.com (Jay Smith) Date: Mon, 29 Nov 2004 03:56:00 -0000 Subject: can't paste from Windows to X clients In-Reply-To: <200408091542.46132.andrex@alumni.utexas.net> References: <200408091542.46132.andrex@alumni.utexas.net> Message-ID: <41AA9CBC.3060204@JaySmith.com> We were having a similar problem with Cygwin/xfree on Windows 95 with Linux running in Xwindows supplied via xfree/cygwin. The problem had several aspects. - When we "up" graded Cygwin at one point (can't remember which) things stopped working so we fell back. - When we "up" graded our Red Hat 8 from Gnome to KDE, the cut/paste stopped working. It was dead for a while until a KDE upgrade came along that included an upgrade to a package that caused things to work ... sometimes. So there was a KDE problem -- but I don't recall what package it was (I think it had a Q in it). However, we are current on KDE and things are working ... sometimes. The final solution and to fix it so it works almost all the time was that: --- We stopped using -clipboard. Instead we run the standalone xwinclip after the cygwin was started. --- When using the xwinclip, it would either fail quickly or fail to start at all or fail to restart if we used the windows "start" command. Instead we simply run xwinclip.exe (without the "start" command) about 20 seconds after the cygwin is started. It is best to wait until the linux desktop is up and settled in. --- With that method, xwinclip will start and stay started about 80% of the time. However, sometimes it won't start/restart or it will die during the day. Attempts to restart it at that point often do not work immediately. The solution to that is to go into a simple windows program like Notepad, highlight some plain text and do ctrl-c. Then try restarting xwinclip.exe -- it should work. Somehow it gets something in its craw that it does not know what to do with and it dies. I know that some of my problems are probably because we are still using Win95 for desktops. (We are holding out until linux gets good enough on the "corporate desktop" that we can switch to all-linux; soon I hope if the linux-heads would realize that they need to get serious about linux in the corporate environment before Joe Employee can be productive with.) I also know that since I am not using the latest and greatest (?) Cygwin stuff, I can't whine about things not working. However, I find the Cygwin upgrade process so darn obnoxious and time consuming with multiple download sites which may or may not work at any given moment and then you have to start over, blah, blah, blah. I would be willing to PAY for a STABLE Cygwin upgrade/download method so that I did not have to play sysadmin to get the latest versions. (Someday hopefully the Cygwin folks will realize that not everybody likes to twiddle bits and that some people have to work at their jobs to make money instead of trying to figure out how to get stuff downloaded.) Jay Andrew Schulman said the following on 08/09/2004 03:42 PM: > I run XWin.exe -multiwindow -clipboard -dpi 100 . I can copy and paste from X > to Windows clients, but not from Windows to X clients. Windows to Windows > and X to X copies also work fine. > > I know I've seen postings about this problem in the past, but I can't find > anything recent about it and I don't know what the status is. The problem > has persisted for me for a long time, on two different Windows XP boxes. > > Any help appreciated. cygcheck -svr is attached. > Andrew. From ariel.burbaickij@gmail.com Mon Nov 29 08:56:00 2004 From: ariel.burbaickij@gmail.com (Ariel Burbaickij) Date: Mon, 29 Nov 2004 08:56:00 -0000 Subject: xscope is ported as part of greater effort Message-ID: <3058f9b4041129005624f2fa18@mail.gmail.com> Hello all, in my seemingly never ending attempt to bring at least one X11 GUI Tester up and running on cygwin (android and/or xnee) I made another small step and ported xscope to cygwin -- so if someone is interested give me a note and I will send instructions/executables to you if desired. With Best Regards Ariel Burbaickij From alexander.gottwald@s1999.tu-chemnitz.de Tue Nov 30 15:46:00 2004 From: alexander.gottwald@s1999.tu-chemnitz.de (Alexander Gottwald) Date: Tue, 30 Nov 2004 15:46:00 -0000 Subject: Internal-wm/rootless observations Message-ID: Hi all, After many days of debugging the internalwm code i finally found the actual problem. The rootless code wants the pixmap buffer aligned to 32bit boundaries. If the window width is odd and the xserver is run in 16bpp mode then this is no guaranteed and this leads the strange errors. Internalwm is only usable in 32bit mode. This is not an actual problem. The goal should be anyway to work with 32 bit visuals only and have real transparancy. I'm still searching for a clean method to blit 32 bit bitmaps to 16 bit ones. The simple aproach of allocating the bitmap with CreateCompatibleBitmap() bitmap->width = width bitmap->height = height bitmap->bpp = dbBPP CreateDIBSection() BitBlt(windowdc, ..., shadowdc, ...) was not working properly. Is CreateCompatibleBitmap reusing the DC from the screen? How can I create a 32bit bitmap if the desktop is running in 16bit? Anyway. Setting the bitmap depth to 32bit fixed the crashes I had the last weeks with rootless but garbled the output. So the goal is to have everything inside the server running at 32bit and let GDI do the colorspace translation from 32 to 16 or 24 bit. @zakki: I've found this in the code if (winIsInternalWMRunning(pScreenInfo)) winAdjustXWindow (pWin, hwnd); winMWExtWMMoveResizeXWindow (pWin, shouldn't that be if (winIsInternalWMRunning(pScreenInfo)) winAdjustXWindow (pWin, hwnd); else winMWExtWMMoveResizeXWindow (pWin, bye ago -- Alexander.Gottwald@s1999.tu-chemnitz.de http://www.gotti.org ICQ: 126018723 From sebastianhaby@home.se Tue Nov 30 17:15:00 2004 From: sebastianhaby@home.se (Sebastian Haby) Date: Tue, 30 Nov 2004 17:15:00 -0000 Subject: Internal-wm/rootless observations Message-ID: <1101834601.840a77c0sebastianhaby@home.se> Hey Alex! If you want to allocate a 32bpp DIB section even though the desktop is 16bpp take a look at the winshadgdi.c:winAllocateFBShadowGDI() i sent you that fixes 8bpp pseudocolor while running the desktop in 16/32bpp. Cheers, Sebastian Haby From shmukler@mail.ru Tue Nov 30 20:53:00 2004 From: shmukler@mail.ru (Igor Shmukler) Date: Tue, 30 Nov 2004 20:53:00 -0000 Subject: Problems building X/Cygwin (no XpConfig) Message-ID: Hello, I am trying to build X/Cygwin. I installed the tools and used setup program to checkout the sources. For some reason programs/Xserver/ directory does not have XpConfig branch. I tried checking out from several alternative locations. Build compains that the directory is missing and stops. X.org repository indeed does have the directory. Any ideas? Please CC me since I am not subscribed to this mailing list. Thank you in advance, Igor.