-Y switch warning

2005-04-26 Thread Levent Yilmaz
Hi,
I cannot get some programs (such as Eclipse 3.0.2 from eclipse.org) to
work with -X switch, so I use -Y for ssh connections with X11
forwarding. And, I get this warning message with -Y:
Warning: No xauth data; using fake authentication data for X11 forwarding.
Is this important? Shall/how do I fix it?
thank you
- Levent



Re: Obtaining older packages...

2005-04-26 Thread Christopher Faylor
On Tue, Apr 26, 2005 at 05:50:54PM -0400, Charles Wilson wrote:
>Don't forget the Cygwin Time Machine:
>
>http://www.fruitbat.org/Cygwin/index.html#cygwintimemachine
>ftp://www.fruitbat.org/pub/cygwin/circa/index.html

Or, if that doesn't work, there's always the "cygwin time machine".

cgf


Re: Obtaining older packages...

2005-04-26 Thread Charles Wilson
Don't forget the Cygwin Time Machine:
http://www.fruitbat.org/Cygwin/index.html#cygwintimemachine
ftp://www.fruitbat.org/pub/cygwin/circa/index.html
--
Chuck


Re: Problem with running remote Linux Java GUI

2005-04-26 Thread Levent Yilmaz
I also had some problems with certain programs (not necessarily with 
java). And find a simple solution which I do not know it works:

If you are using ssh with X11 forwarding for connections, maybe -Y 
(instead of -X) may work for you.

-L.
Ming George wrote:
Hi friends,
I use Cygwin/X to run remote X window programs. It
works perfect for normal Linux X applications; but not
for any Java GUI. In a Cygwin xterm, when I run a Java
GUI in a remote linux machine, I only get an empty
window which does not show all the interface elements,
e.g., button, menu, and others. 

In the mail achieve, I found some one posted the
similar issues when executing a Java GUI in a remote
Solaris system. But the solution is not applicable to
my case. Does any one meet the same problem, or have
any clue about it?
Thanks
George
__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




Re: Tabbed xterm

2005-04-26 Thread Alexander Gottwald
On Tue, 26 Apr 2005, Scott Cegielski wrote:

> Thanks for the info.  I got it working.   One thing though, and this is
> probably an easy one.  How can I get a windows shortcut to start mrxvt?  
> Xterms
> are started like this:
> 
> C:\cygwin\usr\X11R6\bin\run.exe -p /usr/X11R6/bin xterm -e /usr/bin/tcsh
> 
> but if I try to start mrxvt like this:
> 
> C:\cygwin\usr\X11R6\bin\run.exe -p /usr/local/bin mrxvt -e /ust/bin/tcsh
> 
> Nothing comes up.  Any ideas?

-p is used to add additional entries to $PATH. You're mrxvt can not load the 
missing the X11 libraries and maybe not even the cygwin1.dll library

maybe this helps.
C:\cygwin\usr\X11R6\bin\run.exe -p /usr/X11R6/bin mrxvt -e /usr/bin/tcsh
or
C:\cygwin\usr\X11R6\bin\run.exe -p /usr/X11R6/bin -p /usr/local/bin mrxvt -e 
/usr/bin/tcsh

you may also start with placing mrxvt in /usr/bin (where xterm lives) and use
just a slightly tweaked command
C:\cygwin\usr\X11R6\bin\run.exe -p /usr/X11R6/bin mrxvt -e /ust/bin/tcsh

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: Obtaining older packages...

2005-04-26 Thread Christopher Faylor
On Tue, Apr 26, 2005 at 11:39:26AM +0200, Sebastian Haby wrote:
>How come older packages aren't kept online on atleast a couple of servers?

There's only one "server" and that is cygwin.com (aka sourceware.org aka
gcc.gnu.org).  Disk space is limited there.  Of course, the real reason why
we don't do this, though, is "because we're mean".

However, meanness aside, A google search of "cygwin time machine" might
prove instructive.  It would unearth this URL:
http://www.fruitbat.org/Cygwin/index.html#cygwincirca .

This is an independent (not supported by this site) project to archive
all previous releases of cygwin.


Re: Tabbed xterm

2005-04-26 Thread Scott Cegielski
Thanks for the info.  I got it working.   One thing though, and this is
probably an easy one.  How can I get a windows shortcut to start mrxvt?  Xterms
are started like this:

C:\cygwin\usr\X11R6\bin\run.exe -p /usr/X11R6/bin xterm -e /usr/bin/tcsh

but if I try to start mrxvt like this:

C:\cygwin\usr\X11R6\bin\run.exe -p /usr/local/bin mrxvt -e /ust/bin/tcsh

Nothing comes up.  Any ideas?


--- Charles Plager <[EMAIL PROTECTED]> wrote:
> > On Sun, 24 Apr 2005, Scott Cegielski wrote:
> > 
> >> I use ws3 under linux at work and have gotten really used to using gnome's
> >> tabbed shells.  I don't know if this is a xterm feature or a gnome feature
> or
> >> neither, but is this something that could be implemented under cygwin
> xfree?
> > 
> > AFAIR there is some rxvt cole which can do this. Search the mailinglist
> archives.
> > The keyword tabbed xterm or xterm tabs should help.
> 
> mrxvt is 'rxvt console' you're looking for:
> http://materm.sourceforge.net/ is the homepage
> 
> I downloaded mrxvt-0.4.0.tar.gz,
> http://prdownloads.sourceforge.net/materm/mrxvt-0.4.0.tar.gz?download
> 
> 
> configured as told to do in the README file,
> http://materm.sourceforge.net/docs/README
> 
> ./configure --enable-everything --disable-debug
> then 'make' and 'make install'.
> 
>   Cheers,
> Charles
> 


Scott Cegielski
[EMAIL PROTECTED]



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: Problem with running remote Linux Java GUI

2005-04-26 Thread Christopher Mark Conn
George Ming writes:

> I use Cygwin/X to run remote X window programs. It
> works perfect for normal Linux X applications; but not
> for any Java GUI. In a Cygwin xterm, when I run a Java
> GUI in a remote linux machine, I only get an empty
> window which does not show all the interface elements,
> e.g., button, menu, and others. 
>
> In the mail achieve, I found some one posted the
> similar issues when executing a Java GUI in a remote
> Solaris system. But the solution is not applicable to
> my case. Does any one meet the same problem, or have
> any clue about it?

Hi George 

I think I can help on this one, although I'm new to
Cygwin. I work in AIX support and we have a lot of
customers who use Hummingbird Exceed to connect to
AIX boxes running CDE. This works fine as long as the
AIX box is running dtlogin which sends information 
back to Exceed.

But if they want to run more complicated apps like
the Oracle installer (which I suspect is java-based)
they have to use XVFB, the Virtual Frame Buffer which
emulates a graphics card. I am not sure what else
Cygwin needs to give Java what it needs, will be
interesting to hear what others say.

Hope this helps a little :-).

I installed Cygwin last weekend because I wanted to
connect to my FreeBSD box from my Win2K laptop and
run Emacs in full graphics mode. I'm doing that now
and it's flawless!

--
Chris Conn 
http://storm.cadcam.iupui.edu/~cmcgoat
Austin, Texas, USA




Problem with running remote Linux Java GUI

2005-04-26 Thread Ming George
Hi friends,

I use Cygwin/X to run remote X window programs. It
works perfect for normal Linux X applications; but not
for any Java GUI. In a Cygwin xterm, when I run a Java
GUI in a remote linux machine, I only get an empty
window which does not show all the interface elements,
e.g., button, menu, and others. 

In the mail achieve, I found some one posted the
similar issues when executing a Java GUI in a remote
Solaris system. But the solution is not applicable to
my case. Does any one meet the same problem, or have
any clue about it?

Thanks

George


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: Non-admin users, /tmp/.X11-unix/X0 permissions

2005-04-26 Thread Alexander Gottwald
On Tue, 26 Apr 2005, Angelo Graziosi wrote:

> I have the same problem, but I have not understand the solution:
> wait for a new release of XWin or to change something in conf.?

I uploaded a new release which avoids setting the sticky bit on the
directory. maybe you'll have to remove the old /tmp/.X11-unix manually.

The new version should arrive soon at the mirrors.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: Obtaining older packages...

2005-04-26 Thread Alexander Gottwald
On Tue, 26 Apr 2005, Sebastian Haby wrote:

> Hey!
> Thanks ago, already had those sources from CVS laying around.
> I'll get the other source-code from some other place.
> How come older packages aren't kept online on atleast a couple of servers?

I kept the xorg-x11 6.7.0 packages for some time on www.cygwin.com but 
had removed them a short time ago for several reasons

- make room for 6.8.2. The xorg-x11 packages are huge
- 6.7.0 is about one year old (it was released on april 7th 2004)
- setup.exe does only handle 3 releases. When doing updates I try to
  keep the direct predecessor (for easy reverting an update) and a bit
  older version for regression checks. eg 6.8.2-5, 6.8.2-4 and 6.8.1-7
  For 6.8.0 and 6.8.1 I kept 6.7.0 but now it's too old to be useful
  in general 
  
bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: Obtaining older packages...

2005-04-26 Thread Sebastian Haby
Hey!
Thanks ago, already had those sources from CVS laying around.
I'll get the other source-code from some other place.
How come older packages aren't kept online on atleast a couple of servers?
//Sebastian



Re: Obtaining older packages...

2005-04-26 Thread Alexander Gottwald
On Tue, 26 Apr 2005, Sebastian Haby wrote:

> Hey ppl!
> 
> I'm on the hunt for older versions of Cygwin packages than are available in 
> any of the FTP archives. Does anyone know where to find them? I doubt they're 
> just deleted.
> What I'm looking for is the SRC package of the following
> zlib-1.2.1-1, cygwin-1.5.10-3, 

> X-startup-scripts-1.0.8-1, and xorg-x11-bin-dlls-6.7.0.0-5.

These were packaged by Harold Hunt. Maybe he still has them available.
The sources for xorg-x11-bin-dlls can be restored from CVS quite easily

cvs -d :pserver:[EMAIL PROTECTED]:/cvs/xorg co -r CYGWIN -D "2004-04-07 9:00 
UTC" xc

But this does not include the build scripts. 

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Obtaining older packages...

2005-04-26 Thread Sebastian Haby
Hey ppl!

I'm on the hunt for older versions of Cygwin packages than are available in any 
of the FTP archives. Does anyone know where to find them? I doubt they're just 
deleted.
What I'm looking for is the SRC package of the following
zlib-1.2.1-1, cygwin-1.5.10-3, X-startup-scripts-1.0.8-1, and 
xorg-x11-bin-dlls-6.7.0.0-5.

Cheers,
   Sebastian



Non-admin users, /tmp/.X11-unix/X0 permissions

2005-04-26 Thread Angelo Graziosi

Hi, 

I have the same problem, but I have not understand the solution:
wait for a new release of XWin or to change something in conf.?

thank you.
angelo.

[EMAIL PROTECTED]