Re: Cygwin error

2009-11-18 Thread Reid Thompson

baseball07 wrote:

Thank you for the suggestion.  Could you please type out the syntax.  I'm a
newbie to Linux code.  Thank you very much.



ssh -Y usern...@host


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Cygwin/x window no longer appears

2009-11-18 Thread Reid Thompson

Timares, Brian (Patriot) wrote:

On Friday, November 13, 2009 Csaba Raduly wrote:
On Thu, Nov 12, 2009 at 11:16 PM, Olivia Cheronet wrote:

I have recently started to work with Cygwin/X.
Until now, I have been starting Cygwin/X by using startxwin.bat in
the 

Cygwin bash shell. Everything seemed to be working fine. However, it
has 

now stopped working...
When I type "startxwin.bat" in the Cygwin shell, the normal
startxwin.bat - starting on Windows NT/2000/XP/2003
appears. Yet, the window which used to appear no longer does. I am
really 

not too sure what to do about this, given that I have not


in startxwin.sh or startxwin.bat, which ever you use, add a call to
sleep 5 between the call to Xwin and the call to xterm ... and see what 
effect it has

i.e. assuming startxwin.sh ...
change

XWin -multiwindow -clipboard -silent-dup-error &


# Startup an xterm, using bash as the shell.

xterm -e /usr/bin/bash -l &


to

XWin -multiwindow -clipboard -silent-dup-error &

sleep 5
# Startup an xterm, using bash as the shell.

xterm -e /usr/bin/bash -l &




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Cygwin error

2009-11-18 Thread baseball07

Thank you for the suggestion.  Could you please type out the syntax.  I'm a
newbie to Linux code.  Thank you very much.

Tim Prince-4 wrote:
> 
> baseball07 wrote:
>> Hi everyone I am getting this error when I try and locally access the
>> Linux
>> machines in my department and try and run a program called Cadence.  Does
>> anyone know what this means?  Thank you. 
>> I am running Windows Vista home premium. 
>> http://old.nabble.com/file/p26408410/Untitled.jpg 
> How about connecting by ssh -Y in your xterm?  I only drive past 
> Cadence, don't run their apps, but it should be the same for any app 
> which wants to open an X window on your terminal.
> 
> --
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:   http://cygwin.com/problems.html
> Documentation: http://x.cygwin.com/docs/
> FAQ:   http://x.cygwin.com/docs/faq/
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Cygwin-error-tp26408410p26410850.html
Sent from the cygwin-xfree mailing list archive at Nabble.com.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Cygwin error

2009-11-18 Thread Tim Prince

baseball07 wrote:

Hi everyone I am getting this error when I try and locally access the Linux
machines in my department and try and run a program called Cadence.  Does
anyone know what this means?  Thank you. 
I am running Windows Vista home premium. 
http://old.nabble.com/file/p26408410/Untitled.jpg 
How about connecting by ssh -Y in your xterm?  I only drive past 
Cadence, don't run their apps, but it should be the same for any app 
which wants to open an X window on your terminal.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



RE: Cygwin/x window no longer appears

2009-11-18 Thread Timares, Brian (Patriot)
On Friday, November 13, 2009 Csaba Raduly wrote:
On Thu, Nov 12, 2009 at 11:16 PM, Olivia Cheronet wrote:
>> I have recently started to work with Cygwin/X.
>> Until now, I have been starting Cygwin/X by using startxwin.bat in
the 
>> Cygwin bash shell. Everything seemed to be working fine. However, it
has 
>> now stopped working...
>> When I type "startxwin.bat" in the Cygwin shell, the normal
>> startxwin.bat - starting on Windows NT/2000/XP/2003
>> appears. Yet, the window which used to appear no longer does. I am
really 
>> not too sure what to do about this, given that I have not
(consciously!) 
>> modified anything.
>> I have installed Cygwin (and Cygwin/x) very recently, and have tried
to 
>> reinstall the latter using Cygwin's setup.exe, but to no effect.

Me too.  I've removed all of Cygwin 1.7 and reinstalled build 2009-11-11

(Nov 17, getting the 1.2.0-1 version of xinit) and get the following 
processes (after the install, double-clicking the XWin Server icon,
before 
any reboot):
C:\cygwin\bin>ps
  PIDPPIDPGID WINPID  TTY  UIDSTIME COMMAND
 4712   14712   4712  con 180490 17:33:39 /usr/bin/bash
 487647124712   1020  con 180490 17:33:40 
/usr/bin/gtk-query-immodules-2.0
 4972   14972   1188  con 180490 08:15:31 /usr/bin/XWin
 1044   11044   1044  con 180490 08:19:18 /usr/bin/ps

When I went to reboot, I got a message stating Cygwin Setup Post-Install
Script was still running.  The processes I had were few and included
gtk-query-immodules-2.0.exe and bash.exe.  Eventually I just forced it
to restart.

>I assume it's the terminal window (xterm) that does not show up.

Yes.

>Does the X server start up? Check if the little X in the system tray
>is present, and stays when you put the mouse over it . If not, you

Yes.

>Another test is to start a cmd.exe and run startxwin.bat from there.
>Are there any error messages from running startxwin.bat ?
>Does startxwin.bat really try to start the xterm? Maybe it got

After restarting, to get rid of PID 4876, I tried this.  It ran,
returned
to the prompt after a couple seconds.  No window appeared.  No errors
(e.g. the Missing charsets) appeared.

>commented out (that's what I do with my startxwin)

No.  Brand new install, I checked the startxwin.bat, it isn't commented
out.  I had tried the 'install extra fonts' work-around, that didn't 
help. I'm not sure what to try next, or if it is a bug and I should go
back to 1.5 for now.

cygcheck_bt.out attached.


Brian


cygcheck_bt.out
Description: cygcheck_bt.out
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/

Cygwin error

2009-11-18 Thread baseball07

Hi everyone I am getting this error when I try and locally access the Linux
machines in my department and try and run a program called Cadence.  Does
anyone know what this means?  Thank you. 
I am running Windows Vista home premium. 
http://old.nabble.com/file/p26408410/Untitled.jpg 
-- 
View this message in context: 
http://old.nabble.com/Cygwin-error-tp26408410p26408410.html
Sent from the cygwin-xfree mailing list archive at Nabble.com.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/