From tulitanssi@gmail.com Wed Jul 2 11:25:00 2008 From: tulitanssi@gmail.com (tuli tanssi) Date: Wed, 02 Jul 2008 11:25:00 -0000 Subject: Mouse problems in X server with native window manager In-Reply-To: References: Message-ID: Hi, I'm using (latest) cygwin with XP (with latest updates). I have an ssh connection to a Linux box and I run netbeans 6.0.1. The cygwin X server uses the native window manager of Windows. I can use netbeans from the Linux box for a while (about 10 minutes) without problems, but then the mouse pointer suddenly is off by an inch with netbeans menus. So using netbeans menus is very difficult. Then even later, the netbeans menus don't work anymore. I think this problem has something to do with cygwin.dll, because before Corinna's cygwin-1.5.25-15 I couldn't use netbeans at all, the mouse problems were much more severe. Can you confirm this problem? Any ideas how to fix? Cheers, Tulitanssi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From linhaiyxs@yahoo.com Wed Jul 2 17:50:00 2008 From: linhaiyxs@yahoo.com (yu xuesheng) Date: Wed, 02 Jul 2008 17:50:00 -0000 Subject: Cygwin and vista 64 bit Message-ID: <934959.31322.qm@web55308.mail.re4.yahoo.com> Hi, all: I don't sure if Cygwin can run under Vista 64 bit. I can't find the information on Cygwin.com. I installed it under my Vista 64bit. But when I tried to build a .dll file under bash, got following errors: 3 main collect2 48460 c:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\collect2.exe:*** fatal error - fork: can't reserve memory for stack 0x28c990-9x290000, win32 error 487 Do you know how to fix this? Thank you! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Wed Jul 2 18:25:00 2008 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Wed, 02 Jul 2008 18:25:00 -0000 Subject: Cygwin and vista 64 bit In-Reply-To: <934959.31322.qm@web55308.mail.re4.yahoo.com> References: <934959.31322.qm@web55308.mail.re4.yahoo.com> Message-ID: <486BC7F9.6040505@cygwin.com> yu xuesheng wrote: > Hi, all: > > I don't sure if Cygwin can run under Vista 64 bit. I can't find the > information on Cygwin.com. From the main Cygwin project page: The Cygwin DLL currently works with all recent, commercially released x86 32 bit and 64 bit versions of Windows, with the exception of Windows CE. > I installed it under my Vista 64bit. But when I tried to build a .dll > file under bash, got following errors: > > 3 main collect2 48460 c:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\collect2.exe:*** fatal error - fork: > can't reserve memory for stack 0x28c990-9x290000, win32 error 487 > > > Do you know how to fix this? Thank you! Sure. There's allot of talk about this in the email archives. It's typically either a problem with DLL base load addresses colliding or . The former is fixed by installing the "rebase" package and reading its readme. The latter has a link that should help you. It seems to be the more common cause of this problem of late. ;-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From leeand00@gmail.com Wed Jul 2 20:00:00 2008 From: leeand00@gmail.com (leeand00) Date: Wed, 02 Jul 2008 20:00:00 -0000 Subject: Trouble finding dependencies when Building kdelibs Message-ID: <18245558.post@talk.nabble.com> I'm trying to http://kde-cygwin.sourceforge.net/kde3/compiling.php build kdelibs so that I can compile KDevelop for use under windows. (I'm following http://kde-cygwin.sourceforge.net/kde3/compiling.php this tutorial in order to build kdelibs.) I'm missing the following two dependencies which don't seem to exist in the cygwin package mirrors: *yacc *unsermake build tool Thank you, Andrew J. Leer -- View this message in context: http://www.nabble.com/Trouble-finding-dependencies-when-Building-kdelibs-tp18245558p18245558.html Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Wed Jul 2 20:15:00 2008 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Wed, 02 Jul 2008 20:15:00 -0000 Subject: Trouble finding dependencies when Building kdelibs In-Reply-To: <18245558.post@talk.nabble.com> References: <18245558.post@talk.nabble.com> Message-ID: <486BE1AB.6090902@cygwin.com> leeand00 wrote: > I'm trying to http://kde-cygwin.sourceforge.net/kde3/compiling.php build > kdelibs so that I can compile KDevelop for use under windows. > > (I'm following http://kde-cygwin.sourceforge.net/kde3/compiling.php this > tutorial in order to build kdelibs.) > > I'm missing the following two dependencies which don't seem to exist in the > cygwin package mirrors: > *yacc > *unsermake build tool You're probably better off emailing Ralf directly. Although he is subscribed to at least a some of the Cygwin lists, he's not guaranteed to see this. I don't know how many other people here have tried this but since you're really following a tutorial from Ralf's site, it's most appropriate to discuss it with him in a forum of his choosing. This one doesn't support his site. That said, Cygwin has both a bison and a byacc package. Bison's package contains a 'yacc' executable while byacc contains, unsurprisingly, 'byacc'. Either of these packages should be reasonable as a 'yacc' tool. As for 'unsermake', a quick Google unearthed this from the KDE Wiki: Oh well. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From yselkowitz@users.sourceforge.net Wed Jul 2 21:22:00 2008 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin Ports)) Date: Wed, 02 Jul 2008 21:22:00 -0000 Subject: Trouble finding dependencies when Building kdelibs In-Reply-To: <486BE1AB.6090902@cygwin.com> References: <18245558.post@talk.nabble.com> <486BE1AB.6090902@cygwin.com> Message-ID: <486BF16C.5060506@users.sourceforge.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Larry Hall (Cygwin X) wrote: | You're probably better off emailing Ralf directly. Although he is | subscribed to at least a some of the Cygwin lists, he's not guaranteed | to see this. I don't know how many other people here have tried this | but since you're really following a tutorial from Ralf's site, it's | most appropriate to discuss it with him in a forum of his choosing. | This one doesn't support his site. I think Ralf will agree that those directions are completely obsolete. Cygwin Ports provides the entire KDE3 stack, including kdevelop. Yaakov -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkhr8WwACgkQpiWmPGlmQSPGFwCdHUEwPSDkI+1jwWO5vDxTQ5R7 cp4Anic03O1SwlvyFJWxaQnIqB3nzYAg =TJ0o -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From linhaiyxs@yahoo.com Thu Jul 3 03:27:00 2008 From: linhaiyxs@yahoo.com (yu xuesheng) Date: Thu, 03 Jul 2008 03:27:00 -0000 Subject: Cygwin and vista 64 bit Message-ID: <615054.42492.qm@web55305.mail.re4.yahoo.com> Thank you Larry: I did following: 1. Did rebaseall 2. Disabled windows defender 3. Disabled Kaspersky But now lucky. Here I attached a screen shut of the error messages. Could you check this? Regards, Xuesheng ------------------------------------------------------------------------- Hi, all: I don't sure if Cygwin can run under Vista 64 bit. I can't find the information on Cygwin.com. >From the main Cygwin project page: The Cygwin DLL currently works with all recent, commercially released x86 32 bit and 64 bit versions of Windows, with the exception of Windows CE. I installed it under my Vista 64bit. But when I tried to build a .dll file under bash, got following errors: 3 main collect2 48460 c:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\collect2.exe:*** fatal error - fork: can't reserve memory for stack 0x28c990-9x290000, win32 error 487 Do you know how to fix this? Thank you! Sure. There's allot of talk about this in the email archives. It's typically either a problem with DLL base load addresses colliding or . The former is fixed by installing the "rebase" package and reading its readme. The latter has a link that should help you. It seems to be the more common cause of this problem of late. ;-) -------------- next part -------------- A non-text attachment was scrubbed... Name: problem.jpg Type: image/jpeg Size: 272365 bytes Desc: not available URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Thu Jul 3 03:54:00 2008 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Thu, 03 Jul 2008 03:54:00 -0000 Subject: Cygwin and vista 64 bit In-Reply-To: <615054.42492.qm@web55305.mail.re4.yahoo.com> References: <615054.42492.qm@web55305.mail.re4.yahoo.com> Message-ID: <486C4D5B.3000102@cygwin.com> yu xuesheng wrote: > Thank you Larry: > > I did following: > 1. Did rebaseall > 2. Disabled windows defender > 3. Disabled Kaspersky > > > But now lucky. Here I attached a screen shut of the error messages. Could > you check this? I don't run Vista 64 (nor any 64-bit Windows O/S at the moment) so I wouldn't be able to do any in depth "check"ing. If disabling doesn't work for you, try uninstalling. Many of these BLODA hook right into the network stack and don't "unhook" themselves unless you unload them. So buggy app is still buggy until it's gone. I recommend investigating that avenue. If you're still having problems after that, I suggest reading and following the problem reporting guidelines outlined here: > Problem reports: http://cygwin.com/problems.html *Attached* cygcheck output may provide some clues (if it doesn't for you once you see it). -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From nicola.montefusco@unina.it Thu Jul 3 08:19:00 2008 From: nicola.montefusco@unina.it (nicola.montefusco@unina.it) Date: Thu, 03 Jul 2008 08:19:00 -0000 Subject: Problem with cygwin Message-ID: <20080703101838.ku77che0goow84ck@webmail.unina.it> Please, I could help solve this problem? "a fatal error has occurred and Cygwin/X will now exit.Please open /tmp/XWin.log for more information." Thank you -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From MBardiaux@mediaxim.be Thu Jul 3 09:27:00 2008 From: MBardiaux@mediaxim.be (Michel Bardiaux) Date: Thu, 03 Jul 2008 09:27:00 -0000 Subject: Problem with cygwin References: <20080703101838.ku77che0goow84ck@webmail.unina.it> Message-ID: <6BFA9AF2C7556E42AFF3F187ECAB07B82040D2@bespdc01.mediaxim.local> > From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree- > owner@cygwin.com] On Behalf Of nicola.montefusco@unina.it > Sent: Thursday, July 03, 2008 10:19 > To: cygwin-xfree@cygwin.com > Subject: Problem with cygwin > > Please, I could help solve this problem? > > "a fatal error has occurred and Cygwin/X will now exit.Please open > /tmp/XWin.log for more information." > What is unclear in that message? Isn't it obvious that you should read the effing log file, and post it? (Or at least post the relevant parts if it is big) --- Michel Bardiaux http://www.mediaxim.com/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From colleen.mcnaney@arq.ufsc.br Thu Jul 3 10:59:00 2008 From: colleen.mcnaney@arq.ufsc.br (colleen.mcnaney@arq.ufsc.br) Date: Thu, 03 Jul 2008 10:59:00 -0000 Subject: we choose top 'ones Message-ID: <002001c8dcfb$dcb72030$735866a3@pqhzc> Thurs Jul 3 MartkWatch right now Comp: Haris Expl Tiker: [H|X|P|N] Around: 0. 02 We think by next weekend: 0.07 It's got powerful backing to its clamis, read about it Get read y to start hearing mroe and m,ore about h'x pn J.uly, Thursady 3 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From aleksusy@mkl.com Thu Jul 3 11:28:00 2008 From: aleksusy@mkl.com (aleksusy@mkl.com) Date: Thu, 03 Jul 2008 11:28:00 -0000 Subject: our goal is smiple, birng you the best Message-ID: <000501c8dcff$d7cee1d0$20968c72@zhvg> Thur Jul 03. Pull it up o n your screens Name: Harriss Explor Tiker: [H|X|P|N] Wednesday: 0.025 Within, fvie days: 0.06 It's got powerful backing to its claims, r,ead about it This is a boat .you dont want to miss Thursady Jul 3 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From adem@topkale.net Fri Jul 4 17:06:00 2008 From: adem@topkale.net (Adem24) Date: Fri, 04 Jul 2008 17:06:00 -0000 Subject: SOLUTION to "could not open default font 'fixed'" error (XWindows under Cygwin) Message-ID: SOLUTION to "could not open default font 'fixed'" error (X under Cygwin) How I solved the "could not open default font 'fixed'" error when starting XWindows under Cygwin: One has to install the full font package Xfnts.tgz I found the Xfnts.tgz here: http://dir.filewatcher.com/d/Other/binaries/Cygwin/Xfnts.tgz.16634489.html Step 1: Under the root of cygwin create a directory /manual_downloads (for example) and download the above file into this directory Step 2: unpack the above file manually into the right directory as follows: cd /usr/X11R6 tar -xvzf /manual_downloads/Xfnts.tgz Step 3: see if there is a .xinitrc file in your home directory: cd ls -l .xinitrc Step 4: if there is no .xinitrc in your home directory (see step 3 above) then do the following: cp /etc/X11/xinit/xinitrc ~/.xinitrc Step 5: start X as follows: startx Now it should work... :-) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jdahdah@univ-fcomte.fr Mon Jul 7 15:22:00 2008 From: jdahdah@univ-fcomte.fr (jean DAHDAH) Date: Mon, 07 Jul 2008 15:22:00 -0000 Subject: Informations and help Message-ID: <20080707172154.x428i9lugwocc8ws@webmail.univ-fcomte.fr> Dear Sir/Madam, I've just installed the cygwin program, and i have some problem. I've opened an X server and after that i've closed it. But the problem is when i try to open a new one i can't and it appear a message about a fattal error with closing the first one. I wan't to know if there any possibility to reopen another X server or what ihave to do. thanks for your help Sincerely DAHDAH Jean ------------------------------------ Jean DAHDAH Doctorant Dept Optique P.M. Duffieux, FEMTO-ST Universit? de Franche-Comt? 25030 Besan?on FRANCE T?l: (33) 3 81 66 64 16 portable: (33) 6 37 90 49 39 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From sylvainr@netcourrier.com Mon Jul 7 18:58:00 2008 From: sylvainr@netcourrier.com (Sylvain RICHARD) Date: Mon, 07 Jul 2008 18:58:00 -0000 Subject: Informations and help In-Reply-To: <20080707172154.x428i9lugwocc8ws@webmail.univ-fcomte.fr> References: <20080707172154.x428i9lugwocc8ws@webmail.univ-fcomte.fr> Message-ID: <4872673F.3090409@netcourrier.com> > > > I've just installed the cygwin program, and i have some problem. > I've opened an X server and after that i've closed it. But the problem > is when i try to open a new one i can't and it appear a message about > a fattal error with closing the first one. > I wan't to know if there any possibility to reopen another X server or > what ihave to do. Jean, Having the error message would be helpful. Most probably, the X server you started is still running and the new one can't listen on :0. You can check this by looking for an X icon in the system tray (close to the time, usually bottom right of your screen). You can use this server, just set the DISPLAY variable correctly. You can kill the server with a right click and the appropriate menu option. For the generics of using X, you had better read some generic nix documents as: - X works the same on cygwin as anywhere else -there is currently no cygwin maintainer for cygwin/X anyway. Best of luck, Sylvain RICHARD -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ksyrycz@gmail.com Mon Jul 14 21:04:00 2008 From: ksyrycz@gmail.com (Krzysztof Syryczynski) Date: Mon, 14 Jul 2008 21:04:00 -0000 Subject: cygwin+ssh+emacs=>malfunction of Alt Message-ID: <7cd45bc00807141403y6858a8e7la2a33ccba9976e13@mail.gmail.com> Hello, After remote ssh in emacs Alt key shows A with tilde and doesn't work as Alt, so I can't edit: M-x replace-string RET foo RET bar RET Start X-Server in xterm ssh -X user@host (or ssh -Y) emacs -nw file Alt-x ..... Alt is OK if: * emacs is opened in xterminal from cygwin on local machine (WindowsXP) * log from windows to linuxA by putty, then open emacs * log from windows to linuxB by putty, then by ssh to linuxA, then open emacs winXP and linuxes are English Thanks, Krzysztof -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ellathompson34@gmail.com Thu Jul 17 20:10:00 2008 From: ellathompson34@gmail.com (ellathompson34@gmail.com) Date: Thu, 17 Jul 2008 20:10:00 -0000 Subject: Importat News Update, Just Read For More Details! Message-ID: Hello, Good news!... My name is Ella Thompson. Let me show you how to turn your Inbox into a Money Magnet. Just visit this very important link below for details: http://ellathompson.getto.net/ God Bless, Ella Thompson http://ellathompson.getto.net/ Online Promoter eNetwork Company 60th St North Clearwater FL. 33760 This is a one time email only, no need to unsubscribe, if you insist. Please reply with the subject UNSUBSCRIBE if you want to be unsubscribe. mailto:ellathompson34@gmail.com?subject=UNSUBSCRIBE -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From felix.maurer@post.ch Fri Jul 18 06:24:00 2008 From: felix.maurer@post.ch (felix.maurer@post.ch) Date: Fri, 18 Jul 2008 06:24:00 -0000 Subject: XWin.exe not running on Vista Message-ID: Hi all, I have installed the following Cygwin version on a Vista WS ( AMD 64 X2 Dual Core Processor with 32-bits Operating System): $ uname -a CYGWIN_NT-6.0 nodename 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin When I try to start XWin.exe, I get the following message: user@nodename /usr/X11R6/bin $ XWin -screen 0 1280 1024 -logverbose 10 Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.8.99.901-4 Contact: cygwin-xfree@cygwin.com XWin was started with the following command line: XWin -screen 0 1280 1024 -logverbose 10 _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 winValidateArgs - Returning. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winDetectSupportedEngines - Windows NT/2000/XP winDetectSupportedEngines - DirectDraw installed winDetectSupportedEngines - DirectDraw4 installed winDetectSupportedEngines - Returning, supported engines 00000007 winScreenInit - dwWidth: 1280 dwHeight: 1024 winSetEngine - Using Shadow DirectDraw NonLocking winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits per pixel winCreateBoundingWindowWindowed - User w: 1280 h: 1024 winCreateBoundingWindowWindowed - Current w: 1280 h: 1024 winAdjustForAutoHide - Original WorkArea: 0 0 1170 1920 winAdjustForAutoHide - Adjusted WorkArea: 0 0 1170 1920 winCreateBoundingWindowWindowed - WindowClient w 1280 h 1024 r 1280 l 0 b 1024 t 0 winWindowProc - WM_ACTIVATEAPP winCreateBoundingWindowWindowed - Returning winCreatePrimarySurfaceShadowDDNL - Creating primary surface winCreatePrimarySurfaceShadowDDNL - Created primary surface winCreatePrimarySurfaceShadowDDNL - Attached clipper to primary surface winAllocateFBShadowDDNL - lPitch: 5120 winAllocateFBShadowDDNL - Created shadow pitch: 5120 winAllocateFBShadowDDNL - Created shadow stride: 1280 winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff winInitVisualsShadowDDNL - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 winRandRInit () winCreateDefColormap - Deferring to fbCreateDefColormap () winFinishScreenInitFB - returning winScreenInit - returning InitOutput - Returning. 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: "0000100C" (0000100c) (--) Using preset keyboard for "French (Switzerland)" (100c), type "4" Rules = "xorg" Model = "pc105" Layout = "fr_CH" Variant = "(null)" Options = "(n ull)" The XKEYBOARD keymap compiler (xkbcomp) reports: > Error: Can't find file "pc/fr_CH" for symbols include > Exiting > Abandoning symbols file "default" Errors from xkbcomp are not fatal to the X server (--) 3 mouse buttons found Then XWin.exe stops working with the following message: roblem signature: Problem Event Name: APPCRASH Application Name: XWin.exe Application Version: 0.0.0.0 Application Timestamp: 43603add Fault Module Name: ntdll.dll Fault Module Version: 6.0.6001.18000 Fault Module Timestamp: 4791a7a6 Exception Code: c0000710 Exception Offset: 00088e7a OS Version: 6.0.6001.2.1.0.256.4 Locale ID: 2055 Additional Information 1: e0b3 Additional Information 2: 3381a2bb347d2a7fd93caef5716d692f Additional Information 3: 3301 Additional Information 4: 18b93e7bb56d45169c16a0a55fcb86c0 Read our privacy statement: http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409 Has anone an idea what it could be and what can I do? Many thanks for your help. Felix Maurer Die Schweizerische Post Informationstechnologie IT244 Softwareintegration I Webergutstrasse 12 CH-3030 Bern Tel: +41 (0)58 338 98 49 Fax: +41 (0)31 667 61 13 Email: mailto:felix.maurer@post.ch -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From scott@ohelp.com Sat Jul 19 16:38:00 2008 From: scott@ohelp.com (Scott Fordin) Date: Sat, 19 Jul 2008 16:38:00 -0000 Subject: XWin.exe not running on Vista In-Reply-To: References: Message-ID: <48821855.6090308@ohelp.com> Have you tried starting Cygwin using Vista's "Run as Administrator" option? I've found that Cygwin and Vista don't get along at all unless you run the bash shell explicitly as Administrator. Also, your message indicates that you're starting XWin directly from bash, rather than using the startx script. FWIW, I find it more generally useful to use startx. Hope this helps, Scott felix.maurer@post.ch wrote: > Hi all, > > I have installed the following Cygwin version on a Vista WS ( AMD 64 X2 > Dual Core Processor with 32-bits Operating System): > > $ uname -a > CYGWIN_NT-6.0 nodename 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin > > > When I try to start XWin.exe, I get the following message: > > > user@nodename /usr/X11R6/bin > $ XWin -screen 0 1280 1024 -logverbose 10 > Welcome to the XWin X Server > Vendor: The Cygwin/X Project > Release: 6.8.99.901-4 > > Contact: cygwin-xfree@cygwin.com > > XWin was started with the following command line: > > XWin -screen 0 1280 1024 -logverbose 10 > > _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root > winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1 > winValidateArgs - Returning. > (II) XF86Config is not supported > (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more > information > winDetectSupportedEngines - Windows NT/2000/XP > winDetectSupportedEngines - DirectDraw installed > winDetectSupportedEngines - DirectDraw4 installed > winDetectSupportedEngines - Returning, supported engines 00000007 > winScreenInit - dwWidth: 1280 dwHeight: 1024 > winSetEngine - Using Shadow DirectDraw NonLocking > winAdjustVideoModeShadowDDNL - Using Windows display depth of 32 bits > per pixel > winCreateBoundingWindowWindowed - User w: 1280 h: 1024 > winCreateBoundingWindowWindowed - Current w: 1280 h: 1024 > winAdjustForAutoHide - Original WorkArea: 0 0 1170 1920 > winAdjustForAutoHide - Adjusted WorkArea: 0 0 1170 1920 > winCreateBoundingWindowWindowed - WindowClient w 1280 h 1024 r 1280 l 0 > b 1024 t > 0 > winWindowProc - WM_ACTIVATEAPP > winCreateBoundingWindowWindowed - Returning > winCreatePrimarySurfaceShadowDDNL - Creating primary surface > winCreatePrimarySurfaceShadowDDNL - Created primary surface > winCreatePrimarySurfaceShadowDDNL - Attached clipper to primary surface > winAllocateFBShadowDDNL - lPitch: 5120 > winAllocateFBShadowDDNL - Created shadow pitch: 5120 > winAllocateFBShadowDDNL - Created shadow stride: 1280 > winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff > winInitVisualsShadowDDNL - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 > bpp 32 > winRandRInit () > winCreateDefColormap - Deferring to fbCreateDefColormap () > winFinishScreenInitFB - returning > winScreenInit - returning > InitOutput - Returning. > 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: "0000100C" (0000100c) > (--) Using preset keyboard for "French (Switzerland)" (100c), type "4" > Rules = "xorg" Model = "pc105" Layout = "fr_CH" Variant = "(null)" > Options = "(n > ull)" > The XKEYBOARD keymap compiler (xkbcomp) reports: >> Error: Can't find file "pc/fr_CH" for symbols include >> Exiting >> Abandoning symbols file "default" > Errors from xkbcomp are not fatal to the X server > (--) 3 mouse buttons found > > > Then XWin.exe stops working with the following message: > > > roblem signature: > Problem Event Name: APPCRASH > Application Name: XWin.exe > Application Version: 0.0.0.0 > Application Timestamp: 43603add > Fault Module Name: ntdll.dll > Fault Module Version: 6.0.6001.18000 > Fault Module Timestamp: 4791a7a6 > Exception Code: c0000710 > Exception Offset: 00088e7a > OS Version: 6.0.6001.2.1.0.256.4 > Locale ID: 2055 > Additional Information 1: e0b3 > Additional Information 2: 3381a2bb347d2a7fd93caef5716d692f > Additional Information 3: 3301 > Additional Information 4: 18b93e7bb56d45169c16a0a55fcb86c0 > > Read our privacy statement: > http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409 > > > Has anone an idea what it could be and what can I do? > > Many thanks for your help. > > > Felix Maurer > > Die Schweizerische Post > Informationstechnologie > IT244 Softwareintegration I > Webergutstrasse 12 > CH-3030 Bern > > Tel: +41 (0)58 338 98 49 > Fax: +41 (0)31 667 61 13 > Email: mailto:felix.maurer@post.ch > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ian@underpressuredivers.com Mon Jul 21 22:52:00 2008 From: ian@underpressuredivers.com (Ian Puleston) Date: Mon, 21 Jul 2008 22:52:00 -0000 Subject: xterm startup failures under Vista 64 Message-ID: <000c01c8eb84$58de6740$0a9b35c0$@com> Hi, I've been seeing a problem opening an xterm window under 64-bit Vista, and a search in the archives found this message which seems to be reporting the same problem, but which never got any replies: > From: yu xuesheng > Date: Thu, 10 Jan 2008 > Subject: X win can't start under vista 64 bit > > I am installing cygwin-x windows-gnuplot under vista 64 bit. After I finished installing x > windows(X11R6), it can't open the black bash window. A "X" is on the right corner > of the disktop. I see the same: when I run startxwin.bat the X server starts fine, but the xterm window almost always doesn't open. What I've found is that if I run this command (which is the exact same command run at the end of startxwin.bat) usually nothing happens, but occasionally it will work and open an xterm. Success rate varies from maybe one in 4 to about 1 in 30 attempts: /bin/run -p /usr/X11R6/bin xterm -e /usr/bin/bash -l When it fails there is no error reported. However, if I simply run xterm directly rather than using "run" to spawn it I see the same (it usually fails but works occasionally) but in this case when it fails I get the following reported: [bin]: xterm -e /usr/bin/bash -l & [4] 3512 [bin]: 1 [main] xterm 3512 child_copy: linked dll data write copy failed, 0x9D9000..0x9DCF40, done 0, windows pid 968, Win32 error 87 xterm: Error 29, errno 11: Resource temporarily unavailable Reason: spawn: fork() failed [4]+ Exit 29 xterm -e /usr/bin/bash -l [bin]: Is this a known problem? If so, any fix forthcoming? Ian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From ian@underpressuredivers.com Tue Jul 22 16:50:00 2008 From: ian@underpressuredivers.com (Ian Puleston) Date: Tue, 22 Jul 2008 16:50:00 -0000 Subject: xterm startup failures under Vista 64 In-Reply-To: <000c01c8eb84$58de6740$0a9b35c0$@com> References: <000c01c8eb84$58de6740$0a9b35c0$@com> Message-ID: <00af01c8ec1a$f19667d0$d4c33770$@com> > -----Original Message----- > From: Ian Puleston > Sent: Monday, July 21, 2008 3:52 PM > > when I run startxwin.bat the X server starts fine, but the > xterm window almost always doesn't open. > > 1 [main] xterm 3512 child_copy: linked dll data write copy failed, > 0x9D9000..0x9DCF40, done 0, windows pid 968, Win32 error 87 > xterm: Error 29, errno 11: Resource temporarily unavailable > Reason: spawn: fork() failed FYI, on the advice of an offline reply I ran rebaseall and that seems to have fixed the problem. :-) Ian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From beyza@math.ufl.edu Wed Jul 23 04:16:00 2008 From: beyza@math.ufl.edu (Beyza Caliskan Aslan) Date: Wed, 23 Jul 2008 04:16:00 -0000 Subject: Error message Message-ID: Hi, I was able to use Xwin until recently, but now it won't start up and it gives me the following message: /usr/X11R6/bin/XWin -multiwindow -clipboard -silent-dup-error I will appreciate your quick response please. I only have 2 days of work left in my year-long project, and becaus eof this I cannot continue. Thanks. Beyza C. Aslan Department of Mathematics University of Alabama at Birmingham Phone: (205) 934-8676 http://www.math.uab.edu/~aslan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From felix.maurer@post.ch Thu Jul 24 14:35:00 2008 From: felix.maurer@post.ch (felix.maurer@post.ch) Date: Thu, 24 Jul 2008 14:35:00 -0000 Subject: XWin.exe not running on Vista Message-ID: Hi Scott, Thanks for your help. Unfortunatly I didn't succeed with Admin privs. I want to use XWin because I'm using wmaker inside of startxwin.bat. Felix -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From raul@cantara.com Thu Jul 24 18:12:00 2008 From: raul@cantara.com (Raul Acevedo) Date: Thu, 24 Jul 2008 18:12:00 -0000 Subject: Window icons in X11multi-window mode Message-ID: <56505.38.99.14.218.1216923097.squirrel@www.cantara.com> When running X11 in multi-window mode, all X applications have the same "X" icon in Microsoft Windows. This makes it harder to tell applications apart quickly. Is there a way to get X11 to have Windows use the normal X application icon that would be used if you were running X11 with a root window and a window manager? Raul Acevedo http://www.cantara.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dsavage@peaknet.net Fri Jul 25 00:23:00 2008 From: dsavage@peaknet.net (Robert G. (Doc) Savage) Date: Fri, 25 Jul 2008 00:23:00 -0000 Subject: Question about repository structure Message-ID: <1216945380.6796.20.camel@lion.protogeek.org> Some time ago a second directory structure appeared in Cygwin mirrors. They now have 'release' and 'release-2' folders, along with corresponding 'setup' and 'setup-2' .ini, .bz2, and .sig files. Both appear to contain the same subfolders. The contents of the 'release' subfolders look like all release versions of GNU utilities, both current and archival, going back to 2002. Those in 'release-2' look like only the most current versions. Are my interpretations correct? If so, which does the 'setup.exe' installer use? Can one of those two 'release' folders be deleted to allow the rest to fit on a DVD? --Doc Savage Fairview Heights, IL -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Fri Jul 25 04:11:00 2008 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Fri, 25 Jul 2008 04:11:00 -0000 Subject: Question about repository structure In-Reply-To: <1216945380.6796.20.camel@lion.protogeek.org> References: <1216945380.6796.20.camel@lion.protogeek.org> Message-ID: <48895257.4080409@cygwin.com> Robert G. (Doc) Savage wrote: > Some time ago a second directory structure appeared in Cygwin mirrors. > They now have 'release' and 'release-2' folders, along with > corresponding 'setup' and 'setup-2' .ini, .bz2, and .sig files. > > Both appear to contain the same subfolders. The contents of the > 'release' subfolders look like all release versions of GNU utilities, > both current and archival, going back to 2002. Those in 'release-2' look > like only the most current versions. > > Are my interpretations correct? If so, which does the 'setup.exe' > installer use? Can one of those two 'release' folders be deleted to > allow the rest to fit on a DVD? You can delete release-2/setup-2 for now. These are the upcoming 1.7 series packages. Unless you're a package maintainer, you don't want these. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From cgf-use-the-mailinglist-please@cygwin.com Fri Jul 25 05:40:00 2008 From: cgf-use-the-mailinglist-please@cygwin.com (Christopher Faylor) Date: Fri, 25 Jul 2008 05:40:00 -0000 Subject: Question about repository structure In-Reply-To: <48895257.4080409@cygwin.com> References: <1216945380.6796.20.camel@lion.protogeek.org> <48895257.4080409@cygwin.com> Message-ID: <20080725054017.GA8940@ednor.casa.cgf.cx> On Fri, Jul 25, 2008 at 12:11:03AM -0400, Larry Hall (Cygwin X) wrote: > Robert G. (Doc) Savage wrote: >> Some time ago a second directory structure appeared in Cygwin mirrors. >> They now have 'release' and 'release-2' folders, along with >> corresponding 'setup' and 'setup-2' .ini, .bz2, and .sig files. >> Both appear to contain the same subfolders. The contents of the >> 'release' subfolders look like all release versions of GNU utilities, >> both current and archival, going back to 2002. Those in 'release-2' look >> like only the most current versions. >> Are my interpretations correct? If so, which does the 'setup.exe' >> installer use? Can one of those two 'release' folders be deleted to >> allow the rest to fit on a DVD? > > You can delete release-2/setup-2 for now. These are the upcoming > 1.7 series packages. Unless you're a package maintainer, you don't > want these. Right and additionally, please don't use cygwin-xfree for this type of question. Use the main cygwin list. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From genuin_derof@yahoo.fr Sat Jul 26 07:43:00 2008 From: genuin_derof@yahoo.fr (genuin_derof@yahoo.fr) Date: Sat, 26 Jul 2008 07:43:00 -0000 Subject: QSD Message-ID: <20080726002909.73DE01E90001@tounes-27.ati.tn> /./ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From not_me@onlinehome.de Mon Jul 28 22:08:00 2008 From: not_me@onlinehome.de (Not me) Date: Mon, 28 Jul 2008 22:08:00 -0000 Subject: Error Message Message-ID: <584210035.20080729000810@onlinehome.de> Guten Tag, Here is the report of the XWin.log (WW) /tmp mounted int textmode _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. (II) XF86Config is not supported (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1920 height: 1200 depth: 32 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_mutex_init InitQueue - pthread_mutex_init returned InitQueue - Calling pthread_cond_init InitQueue - pthread_cond_init returned winInitMultiWindowWM - Hello 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: "00000407" (00000407) (--) Using preset keyboard for "German (Germany)" (407), type "4" (--) 8 mouse buttons found Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! Fatal server error: could not open default font 'fixed' I installed ALL files - but there isn't such a font or folder CID Please guide me to remove the problem. -- Mit freundlichen Gr??en Not me mailto:not_me@onlinehome.de -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From sr75pro@free.fr Mon Jul 28 22:23:00 2008 From: sr75pro@free.fr (Sylvain RICHARD) Date: Mon, 28 Jul 2008 22:23:00 -0000 Subject: Error Message In-Reply-To: <584210035.20080729000810@onlinehome.de> References: <584210035.20080729000810@onlinehome.de> Message-ID: <488E46D7.1060008@free.fr> Not me screibte : > Guten Tag, > > Gute Nacht! > Here is the report of the XWin.log > > > Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! > > Fatal server error: > could not open default font 'fixed' > > I installed ALL files - but there isn't such a font or folder CID > > Please guide me to remove the problem. > > This is a very common question here. You could have googled for cygwin "could not open default font 'fixed'" and you would have found http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof If you have chosen "DOS line endings" during setup, then deleting and reinstalling cygwin is the best way. Good luck, Sylvain -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From pafonso@mpe.mpg.de Tue Jul 29 09:55:00 2008 From: pafonso@mpe.mpg.de (pafonso@mpe.mpg.de) Date: Tue, 29 Jul 2008 09:55:00 -0000 Subject: xmgrace does not start with cygwin (fwd) Message-ID: ---------- Forwarded message ---------- From: pafonso@mpe.mpg.de To: quetschke@scytek.de Subject: xmgrace does not start with cygwin Date: Tue, 29 Jul 2008 11:54:10 +0200 Dear Volker Quetschke: Hello, I have xmgrace running fine with Scientific Linux 5.2 - but I wanted to install it at home in my laptop too... I have been reading many posts about why xmgrace does not start in cygwin running in Windows (2000 P in my case). So I understand the problem are the latest xorg packages, and not xmgrace per se. So I tried with the 6.8.2. (older) and 6.8.99.901 (later) versions - but xmgrace still does not start in any case...even after doing the rebaseall as many post suggest, and it seems to work to many people as well... Actually when I run xmgrace and ps afx what processes are running I see briefly /usr/share/grace/bin/xmgrace...but then nothing happens and ps afx shows xmgrace exited...nothing is running (if ever was totally??) anymore... So anyone has any idea about what xorg problem this may be? I read that xmgrace.exe is not at X11R6/bin/ as all other X programs... and indeed shows instead at /usr/share/grace/bin. Is this a linking problem or something alike? Any help will be most welcome. Many thanks, Paulo Afonso -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From lqvgpp024y@fnjbs71y.com Wed Jul 30 03:25:00 2008 From: lqvgpp024y@fnjbs71y.com (lqvgpp024y@fnjbs71y.com) Date: Wed, 30 Jul 2008 03:25:00 -0000 Subject: Yahoo!©_¼¯¥Í¬¡+ - ¶W¯ÅVista¡@¤»¦X¤@®M¸Ëhttp://Now.to/3fmr¡@ Message-ID: <200807300325.m6U3P4Dc027039@w1.mtf.tpc.yahoo.com> lqvgpp024y ??H??F??@??h??????s??????????????A????!! ------------------------------------------------------------ ??????z??????d??????G 48 ??@??@??W????XP VISTA 6??X1??M????,??????????A??O??q??????u??{??v??????O??q????????????,??????@??M??d??w wwfltdqct5n5??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@??@wwfltdqct5n5 ??W????Vista??@??????X??@??M????http://Now.to/3fmr??@ http://tw.lifestyle.yahoo.com/6dab3070/080719/143/3uyvy.html ------------------------------------------------------------ Yahoo!??_????????????+ http://lifestyle.yahoo.com.tw/ ??????v???????? Yahoo!??_???? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mnedai@yahoo.com Wed Jul 30 16:57:00 2008 From: mnedai@yahoo.com (mnedai) Date: Wed, 30 Jul 2008 16:57:00 -0000 Subject: unable to use x forwading from cygwin shell Message-ID: <18720084.post@talk.nabble.com> 1. installed cygwin on xp sp2 2. started shell 3. ssh -Y -p 22 oracle@sand1 4. export DISPLAY=localhost:0.0 5. no error (just exit code) application did not start 6. $ net helpmsg 53 The network path was not found. 7. run cygcheck -s -v -r > cygcheck.out http://www.nabble.com/file/p18720084/cygcheck.out cygcheck.out -- View this message in context: http://www.nabble.com/unable-to-use-x-forwading-from-cygwin-shell-tp18720084p18720084.html Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bserkez@gmail.com Wed Jul 30 17:04:00 2008 From: bserkez@gmail.com (Brett Serkez) Date: Wed, 30 Jul 2008 17:04:00 -0000 Subject: unable to use x forwading from cygwin shell In-Reply-To: <18720084.post@talk.nabble.com> References: <18720084.post@talk.nabble.com> Message-ID: Try -X instead of -Y... On Wed, Jul 30, 2008 at 12:56 PM, mnedai wrote: > > 1. installed cygwin on xp sp2 > 2. started shell > 3. ssh -Y -p 22 oracle@sand1 > 4. export DISPLAY=localhost:0.0 > 5. no error (just exit code) application did not start > 6. $ net helpmsg 53 > > The network path was not found. > > 7. run cygcheck -s -v -r > cygcheck.out > http://www.nabble.com/file/p18720084/cygcheck.out cygcheck.out > -- > View this message in context: http://www.nabble.com/unable-to-use-x-forwading-from-cygwin-shell-tp18720084p18720084.html > Sent from the cygwin-xfree mailing list archive at Nabble.com. > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Wed Jul 30 17:42:00 2008 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Wed, 30 Jul 2008 17:42:00 -0000 Subject: unable to use x forwading from cygwin shell In-Reply-To: <18720084.post@talk.nabble.com> References: <18720084.post@talk.nabble.com> Message-ID: <4890A7ED.7060302@cygwin.com> mnedai wrote: > 1. installed cygwin on xp sp2 > 2. started shell > 3. ssh -Y -p 22 oracle@sand1 > 4. export DISPLAY=localhost:0.0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Don't do this. 'ssh -X' and 'ssh -Y' set DISPLAY properly if the X-server is running on your local system. > 5. no error (just exit code) application did not start > 6. $ net helpmsg 53 > > The network path was not found. Sounds like the classic symptom of a missing needed DLL. Run 'cygcheck ssh' on your local system to find the DLL(s) that's missing. Then install the package(s) with the needed DLL(s). -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mnedai@yahoo.com Wed Jul 30 20:16:00 2008 From: mnedai@yahoo.com (mnedai) Date: Wed, 30 Jul 2008 20:16:00 -0000 Subject: unable to use x forwading from cygwin shell In-Reply-To: <4890A7ED.7060302@cygwin.com> References: <18720084.post@talk.nabble.com> <4890A7ED.7060302@cygwin.com> Message-ID: <18741872.post@talk.nabble.com> Larry, thanks a lot. I read your answers to the other similar posting, and this is the reason I collected the information below. I'm trying to figure out how to map dlls to the packages, but this is what what I got when runnning: mchapiro@ciber-2863399a4 ~ $ cygcheck ssh Found: C:\cygwin\bin\ssh.exe C:\cygwin\bin\ssh.exe C:\cygwin\bin\cygcrypto-0.9.8.dll C:\cygwin\bin\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\RPCRT4.dll C:\WINDOWS\system32\Secur32.dll C:\cygwin\bin\cygminires.dll C:\cygwin\bin\cygz.dll Larry Hall (Cygwin X) wrote: > > mnedai wrote: >> 1. installed cygwin on xp sp2 >> 2. started shell >> 3. ssh -Y -p 22 oracle@sand1 >> 4. export DISPLAY=localhost:0.0 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Don't do this. 'ssh -X' and 'ssh -Y' set DISPLAY properly if the X-server > is running on your local system. > >> 5. no error (just exit code) application did not start >> 6. $ net helpmsg 53 >> >> The network path was not found. > > Sounds like the classic symptom of a missing needed DLL. Run > 'cygcheck ssh' on your local system to find the DLL(s) that's missing. > Then install the package(s) with the needed DLL(s). > > -- > Larry Hall http://www.rfk.com > RFK Partners, Inc. (508) 893-9779 - RFK Office > 216 Dalton Rd. (508) 429-6305 - FAX > Holliston, MA 01746 > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > > -- View this message in context: http://www.nabble.com/unable-to-use-x-forwading-from-cygwin-shell-tp18720084p18741872.html Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mnedai@yahoo.com Wed Jul 30 20:22:00 2008 From: mnedai@yahoo.com (mnedai) Date: Wed, 30 Jul 2008 20:22:00 -0000 Subject: unable to use x forwading from cygwin shell In-Reply-To: <18741872.post@talk.nabble.com> References: <18720084.post@talk.nabble.com> <4890A7ED.7060302@cygwin.com> <18741872.post@talk.nabble.com> Message-ID: <18742081.post@talk.nabble.com> other thing, I use yout method and set up DISPLAY on my local xserver: $ ssh -X -p 22 oracle@sandbox1 oracle@sandbox1's password: Warning: No xauth data; using fake authentication data for X11 forwarding. Last login: Tue Jul 29 14:44:10 2008 from ciber-2863399a4.dcciber.com sandbox1*sand1-/home/oracle 1001$ xclock & [1] 30439 sandbox1*sand1-/home/oracle 1002$ connect localhost port 6000: Connection refused X connection to localhost:10.0 broken (explicit kill or server shutdown). [1]+ Exit 1 xclock sandbox1*sand1-/home/oracle 1002$ ote author="mnedai"> Larry, thanks a lot. I read your answers to the other similar posting, and this is the reason I collected the information below. I'm trying to figure out how to map dlls to the packages, but this is what what I got when runnning: mchapiro@ciber-2863399a4 ~ $ cygcheck ssh Found: C:\cygwin\bin\ssh.exe C:\cygwin\bin\ssh.exe C:\cygwin\bin\cygcrypto-0.9.8.dll C:\cygwin\bin\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\RPCRT4.dll C:\WINDOWS\system32\Secur32.dll C:\cygwin\bin\cygminires.dll C:\cygwin\bin\cygz.dll Larry Hall (Cygwin X) wrote: > > mnedai wrote: >> 1. installed cygwin on xp sp2 >> 2. started shell >> 3. ssh -Y -p 22 oracle@sand1 >> 4. export DISPLAY=localhost:0.0 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Don't do this. 'ssh -X' and 'ssh -Y' set DISPLAY properly if the X-server > is running on your local system. > >> 5. no error (just exit code) application did not start >> 6. $ net helpmsg 53 >> >> The network path was not found. > > Sounds like the classic symptom of a missing needed DLL. Run > 'cygcheck ssh' on your local system to find the DLL(s) that's missing. > Then install the package(s) with the needed DLL(s). > > -- > Larry Hall http://www.rfk.com > RFK Partners, Inc. (508) 893-9779 - RFK Office > 216 Dalton Rd. (508) 429-6305 - FAX > Holliston, MA 01746 > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > > -- View this message in context: http://www.nabble.com/unable-to-use-x-forwading-from-cygwin-shell-tp18720084p18742081.html Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Wed Jul 30 20:45:00 2008 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Wed, 30 Jul 2008 20:45:00 -0000 Subject: unable to use x forwading from cygwin shell In-Reply-To: <18742081.post@talk.nabble.com> References: <18720084.post@talk.nabble.com> <4890A7ED.7060302@cygwin.com> <18741872.post@talk.nabble.com> <18742081.post@talk.nabble.com> Message-ID: <4890D2CD.9040900@cygwin.com> mnedai wrote: > other thing, I use yout method and set up DISPLAY on my local xserver: > $ ssh -X -p 22 oracle@sandbox1 > oracle@sandbox1's password: > Warning: No xauth data; using fake authentication data for X11 forwarding. > Last login: Tue Jul 29 14:44:10 2008 from ciber-2863399a4.dcciber.com > > sandbox1*sand1-/home/oracle > 1001$ xclock & > [1] 30439 > > sandbox1*sand1-/home/oracle > 1002$ connect localhost port 6000: Connection refused > X connection to localhost:10.0 broken (explicit kill or server shutdown). Sounds like you have a firewall blocking port 6000. > [1]+ Exit 1 xclock > > sandbox1*sand1-/home/oracle > 1002$ > > ote author="mnedai"> > Larry, thanks a lot. I read your answers to the other similar posting, and > this is the reason I collected the information below. > I'm trying to figure out how to map dlls to the packages, but this is what > what I got when runnning: > mchapiro@ciber-2863399a4 ~ > $ cygcheck ssh > Found: C:\cygwin\bin\ssh.exe > C:\cygwin\bin\ssh.exe > C:\cygwin\bin\cygcrypto-0.9.8.dll > C:\cygwin\bin\cygwin1.dll > C:\WINDOWS\system32\ADVAPI32.DLL > C:\WINDOWS\system32\ntdll.dll > C:\WINDOWS\system32\KERNEL32.dll > C:\WINDOWS\system32\RPCRT4.dll > C:\WINDOWS\system32\Secur32.dll > C:\cygwin\bin\cygminires.dll > C:\cygwin\bin\cygz.dll Actually, this looks fine. Given that you got further with your attempt above, I'm assuming that the original complaint was related to the setting of DISPLAY before. If you were missing a DLL here, 'cygcheck' would complain about the one(s) it wanted but couldn't find. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From sylvainr@netcourrier.com Wed Jul 30 21:20:00 2008 From: sylvainr@netcourrier.com (Sylvain RICHARD) Date: Wed, 30 Jul 2008 21:20:00 -0000 Subject: unable to use x forwading from cygwin shell In-Reply-To: <18742081.post@talk.nabble.com> References: <18720084.post@talk.nabble.com> <4890A7ED.7060302@cygwin.com> <18741872.post@talk.nabble.com> <18742081.post@talk.nabble.com> Message-ID: <4890DAEB.4070802@netcourrier.com> mnedai wrote: > other thing, I use yout method and set up DISPLAY on my local xserver: > $ ssh -X -p 22 oracle@sandbox1 > oracle@sandbox1's password: > Warning: No xauth data; using fake authentication data for X11 forwarding. > Last login: Tue Jul 29 14:44:10 2008 from ciber-2863399a4.dcciber.com > > sandbox1*sand1-/home/oracle > 1001$ xclock & > [1] 30439 > > sandbox1*sand1-/home/oracle > 1002$ connect localhost port 6000: Connection refused > X connection to localhost:10.0 broken (explicit kill or server shutdown). > > [1]+ Exit 1 xclock > > sandbox1*sand1-/home/oracle > 1002$ > Just to be sure, - Do you have an X server running before calling ssh? There should be an X icon in the system tray. How did you start the server (startx, startxwin.bat/.sh or XWin)? - Are you calling ssh from an xterm? What does echo $DISPLAY return before calling ssh? And after? Best of luck Sylvain -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mnedai@yahoo.com Wed Jul 30 23:14:00 2008 From: mnedai@yahoo.com (mnedai) Date: Wed, 30 Jul 2008 23:14:00 -0000 Subject: unable to use x forwading from cygwin shell In-Reply-To: <4890DAEB.4070802@netcourrier.com> References: <18720084.post@talk.nabble.com> <4890A7ED.7060302@cygwin.com> <18741872.post@talk.nabble.com> <18742081.post@talk.nabble.com> <4890DAEB.4070802@netcourrier.com> Message-ID: <18744725.post@talk.nabble.com> I've installed all the x packages again. xterm and xclock from the bash cygwin gviving error: $ Error: Can't open display: localhost:10.0 [1]+ Exit 1 xclock Sylvain RICHARD-2 wrote: > > mnedai wrote: >> other thing, I use yout method and set up DISPLAY on my local xserver: >> $ ssh -X -p 22 oracle@sandbox1 >> oracle@sandbox1's password: >> Warning: No xauth data; using fake authentication data for X11 >> forwarding. >> Last login: Tue Jul 29 14:44:10 2008 from ciber-2863399a4.dcciber.com >> >> sandbox1*sand1-/home/oracle >> 1001$ xclock & >> [1] 30439 >> >> sandbox1*sand1-/home/oracle >> 1002$ connect localhost port 6000: Connection refused >> X connection to localhost:10.0 broken (explicit kill or server shutdown). >> >> [1]+ Exit 1 xclock >> >> sandbox1*sand1-/home/oracle >> 1002$ >> > Just to be sure, > - Do you have an X server running before calling ssh? There should be an > X icon in the system tray. How did you start the server (startx, > startxwin.bat/.sh or XWin)? > - Are you calling ssh from an xterm? What does echo $DISPLAY return > before calling ssh? And after? > > Best of luck > > Sylvain > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > > -- View this message in context: http://www.nabble.com/unable-to-use-x-forwading-from-cygwin-shell-tp18720084p18744725.html Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From reply-to-list-only-lh-x@cygwin.com Thu Jul 31 00:03:00 2008 From: reply-to-list-only-lh-x@cygwin.com (Larry Hall (Cygwin X)) Date: Thu, 31 Jul 2008 00:03:00 -0000 Subject: unable to use x forwading from cygwin shell In-Reply-To: <18744725.post@talk.nabble.com> References: <18720084.post@talk.nabble.com> <4890A7ED.7060302@cygwin.com> <18741872.post@talk.nabble.com> <18742081.post@talk.nabble.com> <4890DAEB.4070802@netcourrier.com> <18744725.post@talk.nabble.com> Message-ID: <4891011D.40001@cygwin.com> On 07/30/2008, mnedai wrote: > I've installed all the x packages again. xterm and xclock from the bash > cygwin gviving error: $ Error: Can't open display: localhost:10.0 [1]+ Exit > 1 xclock Again, I think the question is, have you started the Cygwin-X server? Without it running on your local machine, you're likely to see allot of the problems you've been reporting. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From mnedai@yahoo.com Thu Jul 31 00:28:00 2008 From: mnedai@yahoo.com (mnedai) Date: Thu, 31 Jul 2008 00:28:00 -0000 Subject: unable to use x forwading from cygwin shell In-Reply-To: <4891011D.40001@cygwin.com> References: <18720084.post@talk.nabble.com> <4890A7ED.7060302@cygwin.com> <18741872.post@talk.nabble.com> <18742081.post@talk.nabble.com> <4890DAEB.4070802@netcourrier.com> <18744725.post@talk.nabble.com> <4891011D.40001@cygwin.com> Message-ID: <18745529.post@talk.nabble.com> Larry, thanks a lot, you saved my time. It's working now. - Michael Larry Hall (Cygwin X) wrote: > > On 07/30/2008, mnedai wrote: >> I've installed all the x packages again. xterm and xclock from the bash >> cygwin gviving error: $ Error: Can't open display: localhost:10.0 [1]+ >> Exit >> 1 xclock > > Again, I think the question is, have you started the Cygwin-X server? > Without it running on your local machine, you're likely to see allot > of the problems you've been reporting. > > -- > Larry Hall http://www.rfk.com > RFK Partners, Inc. (508) 893-9779 - RFK Office > 216 Dalton Rd. (508) 429-6305 - FAX > Holliston, MA 01746 > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ > > > -- View this message in context: http://www.nabble.com/unable-to-use-x-forwading-from-cygwin-shell-tp18720084p18745529.html Sent from the cygwin-xfree mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/