Login without password using rsh / rlogin

2008-11-13 Thread Albert van der Velde
Hello all,

Could you help me with the next problem I'm facing. I use Cygwin within
our company to automate some tasks on a Windows server. Thefor I
installed inetutils and use rlogind and rshd to login without password.
On Unix servers the functionality of logging in without password works,
but I can't get it to work on Cygwin. I get the impression that this
functionality has been removed. 

Please don't make any comments to use ssh and related stuf!! I know that
it is safer and I agree that it safer.

/home/joe/.rhosts 
pluto   joe

I can ping pluto from the Cygwin system.

I can login to the cygwin sytem by entering my password and will be in
the directory /home/joe after login. 

The permissions of .rhosts are 600, so read / write for owner. 
Owner of .rhosts is joe. 

Directory /home/joe has permissions 700 and owner is joe.

Kind regards,

Albert

--
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: Login without password using rsh / rlogin

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Albert van der Velde wrote:
 Could you help me with the next problem I'm facing. I use Cygwin within
 our company to automate some tasks on a Windows server. Thefor I
 installed inetutils and use rlogind and rshd to login without password.
 On Unix servers the functionality of logging in without password works,
 but I can't get it to work on Cygwin. I get the impression that this
 functionality has been removed. 

Um, what exactly does this have to do with Cygwin/X?

 I can ping pluto from the Cygwin system.

Wow, I've done some amazing things with Cygwin, but this takes the cake!
 :-) (Sorry, I just couldn't resist.)


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkb7lkACgkQpiWmPGlmQSPgYACg4b/8a/OqlFt0egeTemS6jlt4
SEMAoIgq6ltDpvvTLcrHgvDZyczIqL2t
=n1bb
-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/



[ANNOUNCEMENT] Updated: xtrans-1.2.2-2

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The following packages have been updated in the Cygwin net distribution:

*** xtrans-1.2.2-2

I added a patch to silence the bogus warning Owner of /tmp/.X11-unix
should be set to root from the X servers, once they are rebuilt.


Yaakov
Cygwin/X


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html

QUESTIONS:
==
If you want to make a point or ask a question the cygwin-xfree mailing
list is the appropriate place.

CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO:
===
To unsubscribe to the cygwin-xfree-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message.  Send
email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkb77IACgkQpiWmPGlmQSOZXQCg9vd7V0IBinzXTlSPJCp1lz7z
vwcAoKkC6UZR52uO4XMXY5WS5Gi1klq9
=dIk0
-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/



Packaging library only packages with latest cygport

2008-11-13 Thread Dr. Volker Zell
Hi Yaakov

I'm in the process of packaging Xaw3D. Your latest patch to
xorg-xf-files works by the way.

I have a question regarding packaging library only packages like for
example your libXmu package.

The setup hint file contains the following lines:

category: _source
sdesc: X.Org miscellaneous utility libraries (source)
ldesc: X.Org miscellaneous utility libraries


but on sourceware the contents is different and the empty
libXmu-1.0.4-X.tar.bz2 is missing.


-rw-rw-r--  1 cyguser cygwin 309616 Nov  5 01:31 libXmu-1.0.4-1-src.tar.bz2
drwxrwsr-x  2 cyguser cygwin   4096 Nov  5 01:31 libXmu6
drwxrwsr-x  2 cyguser cygwin   4096 Nov  5 01:31 libXmu-devel
drwxrwsr-x  2 cyguser cygwin   4096 Nov  5 01:31 libXmuu1
-rw-rw-r--  1 cyguser cygwin106 Nov  5 01:31 md5.sum
-rw-rw-r--  1 cyguser cygwin117 Nov  5 01:31 setup.hint
-bash-3.00$ cat setup.hint

category: X11
sdesc: X.Org miscellaneous utility libraries (source)
ldesc: X.Org miscellaneous utility libraries


Right now I have for my Xaw3D package the following cygport snippet:

abi=7
PKG_NAMES=${PN} lib${PN}${abi} lib${PN}-devel
PKG_HINTS=setup runtime devel
PKG_CONTENTS[0]= # empty
PKG_CONTENTS[1]=
  usr/bin/*-${abi}.dll
  usr/share/doc/

PKG_CONTENTS[2]=
  usr/include/
  usr/lib/


and the following setup.hint file:

sdesc: A 3D version of the MIT Athena widget set for X - (source)
ldesc: Xaw3d is an enhanced version of the MIT Athena widget set for
the X Window System. Xaw3d adds a three-dimensional look to X11
applications with minimal or no source code changes. You should install
Xaw3d if you are using applications which incorporate the MIT Athena
widget set and you'd like to incorporate a 3D look into those
applications.
category: _source


which produces:

Xaw3d-1.5D-8-src.tar.bz2 │  316398
Xaw3d-1.5D-8.src.patch   │   90568
Xaw3d-1.5D-8.cygwin.patch│6960
libXaw3d-devel-1.5D-8.tar.bz2│   44640
libXaw3d7-1.5D-8.tar.bz2 │  125753
Xaw3d-1.5D-8.tar.bz2 │  14  - empty archiv

with your latest cygport.

Is this the right appoach ?

Ciao
  Volker

--
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: startx is failing in X11R7.4

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

bali asur wrote:
 Fatal server error:
 Can't read lock file /tmp/.X0-lock

Stale lock?


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkb94kACgkQpiWmPGlmQSOSzACgzhGpiNDQqs3a674BwQM/b4d3
YPMAnA88rfoGxMCG9JlS6tkF/eCS8duf
=Oztj
-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/



startx not working...(not a stale lock file problem)

2008-11-13 Thread bali asur
I think it is not a stale lock. As there is no lock file to be found.
Please see the logs below.

IN0335-01[48]+ cd /tmp
IN0335-01[49]+ ls
XWin.log
IN0335-01[50]+ ls -al
total 8
drwxrwxrwt+  2 asura mkgroup-l-d0 Nov 13 15:15 .
drwxrwx---+ 12  asura mkgroup-l-d0 Nov 13 13:01 ..
-rw-r--r--   1 asura mkgroup-l-d 7416 Nov 13 15:15 XWin.log
IN0335-01[51]+ startx
xauth:  creating new authority file /home/pomo/.serverauth.2520
xauth:  unable to link authority file /home/pomo/.serverauth.2520, use /home/pom
o/.serverauth.2520-n
xauth:  creating new authority file /home/pomo/.Xauthority
xauth:  creating new authority file /home/pomo/.Xauthority
xauth:  unable to link authority file /home/pomo/.Xauthority, use /home/pomo/.Xa
uthority-n
xauth:  creating new authority file /home/pomo/.Xauthority
xauth:  creating new authority file /home/pomo/.Xauthority
xauth:  unable to link authority file /home/pomo/.Xauthority, use /home/pomo/.Xa
uthority-n

giving up.
xinit:  No such file or directory (errno 2):  unable to connect to X server
xinit:  No such process (errno 3):  Server error.
xauth:  creating new authority file /home/pomo/.Xauthority
IN0335-01[52]+
IN0335-01[52]+ cd /tmp; ls -al
total 4
drwxrwxrwt+  2 asura mkgroup-l-d   0 Nov 13 16:13 .
drwxrwx---+ 12 asura mkgroup-l-d   0 Nov 13 13:01 ..
-rw-r--r--   1 asura mkgroup-l-d 466 Nov 13 16:13 XWin.log
IN0335-01[53]+ cat XWin.log
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.5.3.0 (10503000)

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command line:

/usr/bin/X :0 -auth /home/pomo/.serverauth.2520

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1680 h 1050
winInitializeDefaultScreens - Returning

Fatal server error:
Can't read lock file /tmp/.X0-lock

winDeinitMultiWindowWM - Noting shutdown in progress
total 4
IN0335-01[54]+ ls -al
drwxrwxrwt+  2 asura mkgroup-l-d   0 Nov 13 16:13 .
drwxrwx---+ 12 asura mkgroup-l-d   0 Nov 13 13:01 ..
-rw-r--r--   1 asura mkgroup-l-d 466 Nov 13 16:13 XWin.log
IN0335-01[54]+

regards,

asura
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

bali asur wrote:
 Fatal server error:
 Can't read lock file /tmp/.X0-lock

Stale lock?





Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkb94kACgkQpiWmPGlmQSOSzACgzhGpiNDQqs3a674BwQM/b4d3
YPMAnA88rfoGxMCG9JlS6tkF/eCS8duf
=Oztj
-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/



Re: startx not working...(not a stale lock file problem)

2008-11-13 Thread Jon TURNEY
bali asur wrote:
 I think it is not a stale lock. As there is no lock file to be found.

 IN0335-01[51]+ startx
 xauth:  creating new authority file /home/pomo/.serverauth.2520
 xauth:  unable to link authority file /home/pomo/.serverauth.2520, use 
 /home/pom
 o/.serverauth.2520-n
 xauth:  creating new authority file /home/pomo/.Xauthority
 xauth:  creating new authority file /home/pomo/.Xauthority
 xauth:  unable to link authority file /home/pomo/.Xauthority, use 
 /home/pomo/.Xa
 uthority-n
 xauth:  creating new authority file /home/pomo/.Xauthority
 xauth:  creating new authority file /home/pomo/.Xauthority
 xauth:  unable to link authority file /home/pomo/.Xauthority, use 
 /home/pomo/.Xa
 uthority-n
 
 giving up.
 xinit:  No such file or directory (errno 2):  unable to connect to X server
 xinit:  No such process (errno 3):  Server error.
 xauth:  creating new authority file /home/pomo/.Xauthority

Can you try launching the server via xinit instead of startx ?

Your problem seems to be with xauth writing to a file.

Perhaps you could run something like xauth -v add :0 . `mcookie` and try to
work out why it can't write to the file it wants to write to?

Are you actually using Xauthority?

--
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: xauth misses security extension

2008-11-13 Thread xgdfalcon

I am having a similar issue.  My XWin.log file has this:

--
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.5.3.0 (10503000)

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command line:

/usr/bin/XWin -multiwindow -clipboard -silent-dup-error 

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1680 h 1050
winInitializeDefaultScreens - Returning

Fatal server error:
Can't read lock file /tmp/.X0-lock

winDeinitMultiWindowWM - Noting shutdown in progress
--

There is no /tmp/.X0-lock file in the directory.  I even started with 
a brand-new installation of cygwin.

When I run the suggested xauth command, there are no issues.

Any suggestions?




Morche Matthias wrote:
 
 Hi all,
 
 I am no longer able to use xauth. It misses the security extension
 within XWin. Has this been removed on purpose and would you please
 explain why?
 
   best regards, matthias
 
 
 
 --
 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/startx-not-working...%28not-a-stale-lock-file-problem%29-tp20478484p20481614.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/



xauth misses security extension

2008-11-13 Thread Morche Matthias
Hi all,

I am no longer able to use xauth. It misses the security extension
within XWin. Has this been removed on purpose and would you please
explain why?

  best regards, matthias



--
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/



Fwd: Xwindows won't start

2008-11-13 Thread James Ertle
Hello!
   I just updated cygwin using setup.exe, and now I can't start
XWindows.   When I try, I get a pop-up that says:

A fatal error has occurred and Cygwin/X will now exit.
Please open /tmp/XWin.log for more information.

Vendor: The Cygwin/X Project
Release: 1.5.3.0
Contact: cygwin-xfree@cygwin.com
Xwin was started with the following command-line:

/usr/bin/Xwin -multiwindow -clipboard -silent-dup-error


   The /tmp/XWin.log file contains this info:

Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.5.3.0 (10503000)

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command line:

/usr/bin/XWin -multiwindow -clipboard -silent-dup-error

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1920 h 1200
winInitializeDefaultScreens - Returning

Fatal server error:
Can't read lock file /tmp/.X0-lock

winDeinitMultiWindowWM - Noting shutdown in progress


   Also of note - I don't see xorg-x11-base as a choice when
installing, and I no longer see an entry for the startup scripts...


   Any help would be appreciated!



JimE.

--
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: xauth misses security extension

2008-11-13 Thread Jon TURNEY
Morche Matthias wrote:
 Hi all,
 
 I am no longer able to use xauth. It misses the security extension
 within XWin. Has this been removed on purpose and would you please
 explain why?

Xorg 7.4 includes XACE, which provides a superset of Xsecurity/APPGROUP,
which are disabled by default.

Can you clarify in what way you are not able to use xauth?

--
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/



Broken upgrade, startxwin.bat gone?

2008-11-13 Thread Evan Carew
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

can anyone tell me where to get the startxwin batch file now that
everything has been moved around?

Thanks,
Evan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFJHEbYpxCQXwV2bJARAjjyAJ9MOQma/D5XZLt5rhMZ2V/UuGZF3ACaAsS6
KnTpzeo20tda7Zj6Q2I6Yag=
=GZ61
-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/



Fixing problems with new X11

2008-11-13 Thread Chuck
I've got two questions about the new X11 package that got installed when
I ran setup to update my packages today.

First, it looks like all of the apps moves from /usr/X11R6/bin to
/usr/bin. None of my windows start menu or desktop shortcuts got
changed. Is there an automatic way to update them all to the correct new
locations? It took me a while to even get an xterm working. I had to
manually change the start xwin shortcut to
C:\cygwin\bin\startxwin.bat to get anything to work.

Second, I want to get rid of the toolbar/menu at the top of every xterm.
 What config file change to I need to make to get rid of it permanently.
I don't want to have to specify +tb every time I run an xterm. I tried
adding xterm*toolbar: false to my ~/.XDefaults files but that didn't work.

TIA


--
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: Fixing problems with new X11

2008-11-13 Thread Thomas Dickey

On Thu, 13 Nov 2008, Chuck wrote:


Second, I want to get rid of the toolbar/menu at the top of every xterm.
What config file change to I need to make to get rid of it permanently.
I don't want to have to specify +tb every time I run an xterm. I tried
adding xterm*toolbar: false to my ~/.XDefaults files but that didn't work.


I'd use the classname (XTerm) rather than the application name (xterm).

Also, it's possible that the packager set a corresponding resource
someplace (or there's some session resources interfering with the 
.XDefaults).  appres XTerm would show some of that...


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

--
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/



xhost command not found

2008-11-13 Thread Harry Zisko
Hi folks,

I don't speak x-windows, so if I say something spectacularly stupid,
well.. enjoy the laugh :-)

I've been using Cygwin x-windows for a couple of years now. Yesterday,
I was having some problems, so I decided to run the cygwin setup and
see if there was anything new for the x-windows stuff. Found the new
stuff and installed it. Only 1 problem... how I invoke an x-window
seems to have changed.  Here is what I used to do. I'm running on
Windows XP Pro SP2

Start | Run... | startxwin
this would give me an 'X' icon down by the clock, and then a shell
window would open.
In the shell window, I would type:
xhost host name of machine I'm going to connect to
ssh host name of machine I'm going to connect to
(logon to host)
who am i  (to get my IP address - this is going through a VPN so it
changes every time)
export DISPLAY=IP addr:0.0
run my application


Now that I have the new code on my machine, I tried the 'startxwin'
command, it still works as before (at least from what I visibly see),
but the 'xhost system name' command gives the following error:
bash: xhost: command not found

I did a search on the 'cygwin' directory (and it's sub-directories)
for a file name of 'xhost', and nothing was found. Should I have an
'xhost' file somewhere?  Or is 'xhost' included in some other file? Or
do I need to configure a path?  Or use some command other than
'xhost'?

As you can see, I'm as little confused, and would greatly appeciate
some assistance.

Mahalo,

Harry Z.

--
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: Broken upgrade, startxwin.bat gone?

2008-11-13 Thread Chuck
Does your boss think that closed source upgrades never break anything? I
seem to recall a lot of stuff stopped working for folks when they
upgraded from Win XP to Vista.


Evan Carew wrote:
 Thanks Marco. I got that sinking feeling when the scripts disappeared
 from /usr/X11/bin. Particularly as my boss was standing right behind me
 when my upgrade appeared to break my working Cygwin/X system. He hates
 open source, and thought it was funny. Now I can tell him it was
 something like the documentation not keeping up with new developments...
 or something.


--
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: startx not working...(not a stale lock file problem)

2008-11-13 Thread Jesús Alberto Paz Jiménez
Jon TURNEY jon.turney at dronecode.org.uk writes:

 Can you try launching the server via xinit instead of startx ?
 
 Your problem seems to be with xauth writing to a file.
 
 Perhaps you could run something like xauth -v add :0 . `mcookie` and try to
 work out why it can't write to the file it wants to write to?
 
 Are you actually using Xauthority?

I have the same problem after installing the new version of cygwin.
I done a clean installation not an update.

With xinit the error is the same.

If I execute xauth as you propose I get the following error:

$ xauth -b -v add :0 . `mcookie`
Attempting to break locks on authority file /home/Jesus Alberto/.Xauthority
xauth:  creating new authority file /home/Jesus Alberto/.Xauthority
Using authority file /home/Jesus Alberto/.Xauthority
Writing authority file /home/Jesus Alberto/.Xauthority
xauth:  unable to link authority file /home/Jesus Alberto/.Xauthority, use /home
/Jesus Alberto/.Xauthority-n

I have tried to create /home/Jesus Alberto/.Xauthority and I can. But if a
create an empty file with this name the file is deleted after xauth is executed.






--
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: Fixing problems with new X11

2008-11-13 Thread Chuck
Thomas Dickey wrote:
 On Thu, 13 Nov 2008, Chuck wrote:
 
 Second, I want to get rid of the toolbar/menu at the top of every xterm.
 What config file change to I need to make to get rid of it permanently.
 I don't want to have to specify +tb every time I run an xterm. I tried
 adding xterm*toolbar: false to my ~/.XDefaults files but that didn't
 work.
 
 I'd use the classname (XTerm) rather than the application name (xterm).
 
 Also, it's possible that the packager set a corresponding resource
 someplace (or there's some session resources interfering with the
 .XDefaults).  appres XTerm would show some of that...
 

What exactly am I looking for in the appres XTerm output? And what
file am I changing to get rid of the toolbar/menu if I find something?
Below is the output. Thanks.

*menubar.borderWidth:   0
*tekMenu*tekcopy*Label: COPY
*tekMenu*tektext3*Label:#3 Size Characters
*tekMenu*vtshow*Label:  Show VT Window
*tekMenu*tektextsmall*Label:Small Characters
*tekMenu*vtmode*Label:  Switch to VT Mode
*tekMenu*tektextlarge*Label:Large Characters
*tekMenu*tekpage*Label: PAGE
*tekMenu*tekreset*Label:RESET
*tekMenu*tektext2*Label:#2 Size Characters
*tekMenu*tekhide*Label: Hide Tek Window
*tekMenu.Label: Tek Options
*VT100.utf8Fonts.font5:
-misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
*VT100.utf8Fonts.font3:
-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
*VT100.utf8Fonts.font:
-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
*VT100.utf8Fonts.font4:
-misc-fixed-medium-r-normal--13-120-75-75-c-80-iso10646-1
*VT100.utf8Fonts.font2:
-misc-fixed-medium-r-normal--8-80-75-75-c-50-iso10646-1
*VT100.utf8Fonts.font6:
-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1
*VT100.font5:   9x15
*VT100.font3:   6x10
*VT100.font1:   nil2
*VT100.font4:   7x13
*VT100.font2:   5x7
*VT100.font6:   10x20
*vtMenu*cursesemul*Label:   Enable Curses Emulation
*vtMenu*autolinefeed*Label: Enable Auto Linefeed
*vtMenu*hardreset*Label:Do Full Reset
*vtMenu*visualbell*Label:   Enable Visual Bell
*vtMenu*appcursor*Label:Enable Application Cursor Keys
*vtMenu*clearsavedlines*Label:  Reset and Clear Saved Lines
*vtMenu*bellIsUrgent*Label: Enable Bell Urgency
*vtMenu*appkeypad*Label:Enable Application Keypad
*vtMenu*tekshow*Label:  Show Tek Window
*vtMenu*poponbell*Label:Enable Pop on Bell
*vtMenu*scrollbar*Label:Enable Scrollbar
*vtMenu*scrollkey*Label:Scroll to Bottom on Key Press
*vtMenu*tekmode*Label:  Switch to Tek Mode
*vtMenu*scrollttyoutput*Label:  Scroll to Bottom on Tty Output
*vtMenu*jumpscroll*Label:   Enable Jump Scroll
*vtMenu*cursorblink*Label:  Enable Blinking Cursor
*vtMenu*vthide*Label:   Hide VT Window
*vtMenu*allow132*Label: Allow 80/132 Column Switching
*vtMenu*reversevideo*Label: Enable Reverse Video
*vtMenu*titeInhibit*Label:  Enable Alternate Screen Switching
*vtMenu*altscreen*Label:Show Alternate Screen
*vtMenu*keepSelection*Label:Keep Selection
*vtMenu*autowrap*Label: Enable Auto Wraparound
*vtMenu*activeicon*Label:   Enable Active Icon
*vtMenu*selectToClipboard*Label:Select to Clipboard
*vtMenu*reversewrap*Label:  Enable Reverse Wraparound
*vtMenu*softreset*Label:Do Soft Reset
*vtMenu.Label:  VT Options
*MenuButton*borderWidth:0
*tek4014*fontLarge: 9x15
*tek4014*font2: 8x13
*tek4014*font3: 6x13
*tek4014*fontSmall: 6x10
*mainMenu*hpFunctionKeys*Label: HP Function-Keys
*mainMenu*allowsends*Label: Allow SendEvents
*mainMenu*backarrow key*Label:  Backarrow Key (BS/DEL)
*mainMenu*kill*Label:   Send KILL Signal
*mainMenu*num-lock*Label:   Alt/NumLock Modifiers
*mainMenu*redraw*Label: Redraw Window
*mainMenu*scoFunctionKeys*Label:SCO Function-Keys
*mainMenu*quit*Label:   Quit
*mainMenu*alt-esc*Label:Alt Sends Escape
*mainMenu*logging*Label:Log to File
*mainMenu*tcapFunctionKeys*Label:   Termcap Function-Keys
*mainMenu*meta-esc*Label:   Meta Sends Escape
*mainMenu*print*Label:  Print Window
*mainMenu*suspend*Label:Send STOP Signal
*mainMenu*delete-is-del*Label:  Delete is DEL
*mainMenu*print-redir*Label:Redirect to Printer
*mainMenu*continue*Label:   Send CONT Signal
*mainMenu*oldFunctionKeys*Label:Old Function-Keys
*mainMenu*interrupt*Label:  Send INT Signal
*mainMenu*sunFunctionKeys*Label:Sun Function-Keys
*mainMenu*toolbar*Label:Toolbar
*mainMenu*8-bit control*Label:  8-Bit Controls
*mainMenu*hangup*Label: Send HUP Signal
*mainMenu*sunKeyboard*Label:VT220 Keyboard
*mainMenu*securekbd*Label:  Secure Keyboard
*mainMenu*terminate*Label:  Send TERM Signal
*mainMenu.Label:Main Options
*SimpleMenu*menuLabel.font:
-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-*
*SimpleMenu*menuLabel.vertSpace:100
*SimpleMenu*Sme.height: 16
*SimpleMenu*BackingStore:   NotUseful
*SimpleMenu*HorizontalMargins:  16

Re: Fixing problems with new X11

2008-11-13 Thread Jon TURNEY
Chuck wrote:
 I've got two questions about the new X11 package that got installed when
 I ran setup to update my packages today.
 
 First, it looks like all of the apps moves from /usr/X11R6/bin to
 /usr/bin. None of my windows start menu or desktop shortcuts got
 changed. Is there an automatic way to update them all to the correct new
 locations? It took me a while to even get an xterm working. I had to
 manually change the start xwin shortcut to
 C:\cygwin\bin\startxwin.bat to get anything to work.

The shortcuts to applications under the Cygwin-X menu all use run so I
believe still work after the move (if you can get the server started in the
first place)

I don't think the shortcut to startxwin.bat was created by cygwin setup.
(I've always had to make one manually)

So, while it's likely that a user will have a shortcut to that somewhere, it's
quite complex to do something helpful programmatically.

 Second, I want to get rid of the toolbar/menu at the top of every xterm.
  What config file change to I need to make to get rid of it permanently.
 I don't want to have to specify +tb every time I run an xterm. I tried
 adding xterm*toolbar: false to my ~/.XDefaults files but that didn't work.

So near but so far: try xterm*toolBar: false

--
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: Problems with keyb layout and fonts?

2008-11-13 Thread Angelo Graziosi

Jon TURNEY wrote:


Can you check if you have the xkbcomp package installed (the upgrade should
have done this automatically), and if xkbcomp is on your path and is runnable?



Obviously, it is installed (see attch.) in /usr/bin, and, for example,

$ xkbcomp.exe -help
Usage: xkbcomp [options] input-file [ output-file ]
Legal options:
-?,-help Print this message
-a   Show all actions
-C   Create a C header file
-em1 msg   Print msg before printing first error message
-emp msg   Print msg at the start of each message line
-eml msg   If there were any errors, print msg before exiting
-dflts   Compute defaults for missing parts
-I[dir]Specifies a top level directory for include
 directives. Multiple directories are legal.
-l [flags]   List matching maps in the specified files
[...]

But I do not know how it should be used.



I'm sorry I don't quite understand where these fonts came from.
If it's something you've installed yourself,


No, I haven't other basic things, as fonts, installed!
For the sake of completeness, I have done a new clean, fresh reinstall,
only Basic+X11 (see attach.), only the 'minimum', but same results.

Note that 'bitstream' are used by default by rxvt, urxvt! See
app-defaults/Urxvt, app-defaults/Rxvt: in my .Xdefault I have only
changed the size. And these fonts works fine with X11R6.99 (see ref. [1]
in my OP).


Cheers,
   Angelo.



installed.db.bz2
Description: Binary data
--
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/

excuse this test

2008-11-13 Thread Paul McFerrin

excuse this test, it *should* get rejected



--
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: Fixing problems with new X11

2008-11-13 Thread Chuck
Jon TURNEY wrote:

 
 So near but so far: try xterm*toolBar: false
 

Worked perfectly. Thanks.


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



Upgrade broke Openbox

2008-11-13 Thread Joseph Ess
The upgrade yesterday did bad things to Openbox.  See this screenshot for 
reference:
http://w3.gwis.com/~slomojoe/images/openboxscreenshot.jpg
The pager (the black rectangle at the bottom of the image) and the window 
decorations are black though the theme is configured to display light blue (see 
the lower corners of the xterm).  The widgets (maximize/minimize buttons on the 
window, the pager switch window and switch workspace buttons) are garbled 
beyond recognition.  The menu is displayed as a solid black rectangle.  
Submenus are broken as well.  The menu still works.  If I click in the right 
spot, it spawns a new xterm.  
I tried deleting my Cygwin directory and installing from scratch, but the 
problem persists.  
WindowMaker appears to work fine, so that's what I'm using for now.  Any advice 
for getting openbox back?
TIA,
Joe



  

--
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: excuse this test

2008-11-13 Thread Matt Wozniski
On Thu, Nov 13, 2008 at 1:52 PM, Paul McFerrin wrote:
 excuse this test, it *should* get rejected

The cygwin lists are public, anyone can post to them even if not
subscribed.  This wasn't a useful test to see if your unsubscribe
worked.

~Matt

--
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: xhost command not found

2008-11-13 Thread Jon TURNEY
Harry Zisko wrote:
 I did a search on the 'cygwin' directory (and it's sub-directories)
 for a file name of 'xhost', and nothing was found. Should I have an
 'xhost' file somewhere?  Or is 'xhost' included in some other file? Or
 do I need to configure a path?  Or use some command other than
 'xhost'?

xhost now lives in a package on it's own, called xhost, which you will need
to install.

But for what you are doing, have you considered X forwarding with ssh -X ?


--
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: excuse this test

2008-11-13 Thread Larry Hall (Cygwin X)

Matt Wozniski wrote:

On Thu, Nov 13, 2008 at 1:52 PM, Paul McFerrin wrote:

excuse this test, it *should* get rejected


The cygwin lists are public, anyone can post to them even if not
subscribed.  This wasn't a useful test to see if your unsubscribe
worked.


Indeed!  There is also no reason to spam the list with this kind of
test.  The mailing lists have many portals that can be used to see
messages coming to them.  The Cygwin site itself has access at
http://cygwin.com/lists.html.  If you need to see if email is
going to the list and not to you, just check the list in question
before and after subscribing.  This is a better way to double-check
your efforts than spamming the list.


--
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/



Re: Upgrade broke Openbox

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

http://cygwin.com/acronyms/#PCYMTWLL !!

Joseph Ess wrote:
 The upgrade yesterday did bad things to Openbox.  See this screenshot for 
 reference:
 http://w3.gwis.com/~slomojoe/images/openboxscreenshot.jpg

Ouch.

 Any advice for getting openbox back?

The openbox package is extremely overdue for an update (distro: 0.99.1,
upstream: 3.4.7.2).  There is a current version in Ports, but it has
dependencies on glib2 and pango that will need to be updated in the
distro first.  All I can say is to hang on for a little while until we
can get all these other packages sorted out.


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkclYUACgkQpiWmPGlmQSPQvACbBgDXJXGN6Cd7DjkYaN7aCF42
cnMAninB3BOxPr1yoWDJl4Sm30U86afG
=x9HX
-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/



Re: Fwd: Xwindows won't start (Can't read lock file)

2008-11-13 Thread Jon TURNEY
James Ertle wrote:
 Fatal server error:
 Can't read lock file /tmp/.X0-lock

As a workaround, you should be able to add -nolock to the command line used
to start Xwin (in startxwin.bat, I'm guessing, in your case).

Since a few people seem to have this problem, I'd like to get a resolution.

Sadly, I have no theory about how this could be happening, except perhaps it
could be related to 'unusual' permissions on /tmp which could somehow let you
create but not rename a file (so the output of 'ls -al /tmp' might enlighten)

Also of note - I don't see xorg-x11-base as a choice when
 installing, and I no longer see an entry for the startup scripts...

These are now obsolete as explained here:

http://cygwin.com/ml/cygwin-xfree-announce/2008-11/msg0.html

--
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: Packaging library only packages with latest cygport

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dr. Volker Zell wrote:
 I'm in the process of packaging Xaw3D. Your latest patch to
 xorg-xf-files works by the way.

Glad to hear it.

 I have a question regarding packaging library only packages like for
 example your libXmu package.
 
 The setup hint file contains the following lines:
 
 category: _source
 sdesc: X.Org miscellaneous utility libraries (source)
 ldesc: X.Org miscellaneous utility libraries

The proposed _source category was dropped; both sourceware release/ and
Ports SVN have been changed since.

 category: X11
 sdesc: X.Org miscellaneous utility libraries (source)
 ldesc: X.Org miscellaneous utility libraries

This is correct.

 Right now I have for my Xaw3D package the following cygport snippet:
 
 abi=7
 PKG_NAMES=${PN} lib${PN}${abi} lib${PN}-devel
 PKG_HINTS=setup runtime devel
 PKG_CONTENTS[0]= # empty
 PKG_CONTENTS[1]=
   usr/bin/*-${abi}.dll
   usr/share/doc/
 
 PKG_CONTENTS[2]=
   usr/include/
   usr/lib/
 

Looks good.

 and the following setup.hint file:
 
 sdesc: A 3D version of the MIT Athena widget set for X - (source)
 ldesc: Xaw3d is an enhanced version of the MIT Athena widget set for
 the X Window System. Xaw3d adds a three-dimensional look to X11
 applications with minimal or no source code changes. You should install
 Xaw3d if you are using applications which incorporate the MIT Athena
 widget set and you'd like to incorporate a 3D look into those
 applications.
 category: _source

Change that to category: X11.

 which produces:
 
 Xaw3d-1.5D-8-src.tar.bz2 │  316398
 Xaw3d-1.5D-8.src.patch   │   90568
 Xaw3d-1.5D-8.cygwin.patch│6960
 libXaw3d-devel-1.5D-8.tar.bz2│   44640
 libXaw3d7-1.5D-8.tar.bz2 │  125753
 Xaw3d-1.5D-8.tar.bz2 │  14  - empty 
 archiv
 
 with your latest cygport.
 
 Is this the right appoach ?

Yes.  But is there a reason you aren't you updating to version 1.5E?


Yaakov
Cygwin/X

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkcmEYACgkQpiWmPGlmQSOa9ACfS+29K5ewLRDqjfOTW8tYBAmD
RNMAoNsnOLc+9j0ORcKp8fAxjk+ZlfXp
=NnRA
-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/



X server 1.5.3-2 candidate

2008-11-13 Thread Jon TURNEY
Yaakov (Cygwin Ports) wrote:
 I just checked this into SVN, hopefully merging everything correctly and 
 adding a couple minor patches of my own; system.XWinrc moved to /etc/X11 
 and XWin.log to /var/log.  Could you please svn up and test 1.5.3-2?

Works for me.

It doesn't seem to be possible to build Xwin using just the stuff in the
cygwin distro: Kdrive's kxv.c requires headers from videoproto.  I guess this
is failing to honour a configure check properly somewhere.

 One more thing I did notice:  running Reload .XWinrc causes existing 
 windows to have their icons change to the default X icon.  This only 
 affects the icon in the window decoration; the icon in the Windows taskbar 
 remains.

Running anything which uses GLX seems to segfault the server :-(

I notice we are now loading swrast_dri.so, and I kind of lost track of the
magic you did to make it loadable, but I suspect something is still not quite
right.

 I would like to move X11 development to cygwin-xfree now, so let's start a 
 new thread there for follow-up.

Done :-)


--
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: Problems with keyb layout and fonts?

2008-11-13 Thread Michele G.
After upgrading to X11R7.4 I had the same problems with the italian 
layout of keyboard. After doing some strace-ing on the X server and 
searching in the mailing list I solve my problems doing a rebaseall (see 
http://cygwin.com/ml/cygwin-xfree/2008-11/msg00019.html).


Hope this helps.

Ciao,

Michele Gonfiantini


Angelo Graziosi ha scritto:

Jon TURNEY wrote:

Can you check if you have the xkbcomp package installed (the upgrade 
should
have done this automatically), and if xkbcomp is on your path and is 
runnable?




Obviously, it is installed (see attch.) in /usr/bin, and, for example,

$ xkbcomp.exe -help
Usage: xkbcomp [options] input-file [ output-file ]
Legal options:
-?,-help Print this message
-a   Show all actions
-C   Create a C header file
-em1 msg   Print msg before printing first error message
-emp msg   Print msg at the start of each message line
-eml msg   If there were any errors, print msg before exiting
-dflts   Compute defaults for missing parts
-I[dir]Specifies a top level directory for include
 directives. Multiple directories are legal.
-l [flags]   List matching maps in the specified files
[...]

But I do not know how it should be used.



I'm sorry I don't quite understand where these fonts came from.
If it's something you've installed yourself,


No, I haven't other basic things, as fonts, installed!
For the sake of completeness, I have done a new clean, fresh reinstall,
only Basic+X11 (see attach.), only the 'minimum', but same results.

Note that 'bitstream' are used by default by rxvt, urxvt! See
app-defaults/Urxvt, app-defaults/Rxvt: in my .Xdefault I have only
changed the size. And these fonts works fine with X11R6.99 (see ref. [1]
in my OP).


Cheers,
   Angelo.




--
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/



Re: Fwd: Xwindows won't start (Can't read lock file)

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Jon TURNEY wrote:
 Sadly, I have no theory about how this could be happening, except perhaps it
 could be related to 'unusual' permissions on /tmp which could somehow let you
 create but not rename a file (so the output of 'ls -al /tmp' might enlighten)

/tmp should be 1777.


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkcnpAACgkQpiWmPGlmQSNWigCg6vcBztFimUfoz+xMIHowTb4j
UFMAoPCdsTYDsGKJgZo+z92OI/YLrHhu
=+APH
-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/



Re: Fixing problems with new X11

2008-11-13 Thread Jon TURNEY
Jon TURNEY wrote:
 Chuck wrote:
 I've got two questions about the new X11 package that got installed when
 I ran setup to update my packages today.

 First, it looks like all of the apps moves from /usr/X11R6/bin to
 /usr/bin. None of my windows start menu or desktop shortcuts got
 changed. Is there an automatic way to update them all to the correct new
 locations? It took me a while to even get an xterm working. I had to
 manually change the start xwin shortcut to
 C:\cygwin\bin\startxwin.bat to get anything to work.
 
 I don't think the shortcut to startxwin.bat was created by cygwin setup.
 (I've always had to make one manually)
 
 So, while it's likely that a user will have a shortcut to that somewhere, it's
 quite complex to do something helpful programmatically.

Hmm.. thinking about this, perhaps the best thing to do is create a new
shortcut which links to startxwin.bat, so that the end-user at least has some
chance of a discoverable means of launching the server which should work.

Yaakov, would you consider something like the below for
post-install/pre-remove scripts?

mkshortcut -A -w ~ -P /usr/bin/startxwin.bat -i /usr/bin/XWin.exe -n CygwinX
Server

rm `cygpath -A -P`/CygwinX Server.lnk

(Note that it seems we can't say Cygwin/X as the shortcut name is a filename
 so can't contain the directory separator :D)


--
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: X server 1.5.3-2 candidate

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Jon TURNEY wrote:
 Works for me.
 
 It doesn't seem to be possible to build Xwin using just the stuff in the
 cygwin distro: Kdrive's kxv.c requires headers from videoproto.  I guess this
 is failing to honour a configure check properly somewhere.

AFAICS that file shouldn't be need if !XV.  I just committed a new patch
(1.5-kdrive-xv-conditional.patch) to SVN to fix that, if you could give
that a try.

 Running anything which uses GLX seems to segfault the server :-(

Do you have a test case?

 I notice we are now loading swrast_dri.so, and I kind of lost track of the
 magic you did to make it loadable, but I suspect something is still not quite
 right.

It was a hack, and I wasn't sure that it would work, but I didn't have
any way of testing.  I'll need to look into this further once I have a
test case.


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkco8UACgkQpiWmPGlmQSPpTwCgzGiDMUfIHi9JsTOKVN+UF25+
QIoAniRTbcb2D2NKLm/F+Edjm6OpHx6l
=ZShh
-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/



Re: xman port

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Eric Lassauge wrote:
 Rebuilt xman package because a problem remains for /etc/X11/app-defaults/Xman,
 as Windows is not uppercase aware xman.exe gets installed as
 etc/X11/app-defaults/Xman.exe instead of Xman-*.ad (you can verify in the
 xman-1.0.3-2 tarball) installed as etc/X11/app-defaults/Xman = maybe the
 automake appdefault_DATA rule has to be changed?

Thanks for the bug report.  FYI, X11 has been moved to the distro, so
I'm moving this to [EMAIL PROTECTED]

 I changed Makefile.am to deal with this case (ugly but working) and created
 xman-1.0.3-3.src.patch

This has been fixed in X.Org git, so I'll just pull from there.  While
I'm at it, I've fixed the groff formatting and man.conf issues.

 BTW there is an error in src/xman-1.0.3/CYGWIN-PATCHES/README: dupplicate
 version 1.0.3-1 sentence (and no version 1.0.3-2).

Got it, thanks.


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkcpPoACgkQpiWmPGlmQSOQKgCfbYcjnP573rM99XwIzRRmyWrd
7qUAoORHgAiSt71VzYeo3jBkaEGmO3Xz
=nEr2
-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/



Re: Problems with keyb layout and fonts?

2008-11-13 Thread Angelo Graziosi

Michele Gonfiantini ha scritto:


I solve my problems doing a rebaseall


Good! at least, it seems, that the keyboard layout problem is solved.

Thanks a lot,
   Angelo.

---
Facesti come quei che va di notte,
che porta il lume dietro e se' non giova,
ma dopo se' fa le persone dotte.

  DANTE, Purgatorio, xxii 67-69

--
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: startx is failing in X11R7.4

2008-11-13 Thread Ryan Warnick
I am having the same issue.  I just updated Cygwin today.  XWin has always 
worked great for me.  Also I checked and made sure that there is no 
file /tmp/.X0-lock on my machine.




--
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: X server 1.5.3-2 candidate

2008-11-13 Thread Jon TURNEY
Yaakov (Cygwin Ports) wrote:
 Jon TURNEY wrote:
 Works for me.
 
 It doesn't seem to be possible to build Xwin using just the stuff in the
 cygwin distro: Kdrive's kxv.c requires headers from videoproto.  I guess this
 is failing to honour a configure check properly somewhere.
 
 AFAICS that file shouldn't be need if !XV.  I just committed a new patch
 (1.5-kdrive-xv-conditional.patch) to SVN to fix that, if you could give
 that a try.

Good stuff.

 Running anything which uses GLX seems to segfault the server :-(
 
 Do you have a test case?

Actually, this seems to be more complex than I first thought.  Running any of
the mesa demo programs works fine locally, but causes a server segfault when I
do it over ssh to a linux box

 I notice we are now loading swrast_dri.so, and I kind of lost track of the
 magic you did to make it loadable, but I suspect something is still not quite
 right.
 
 It was a hack, and I wasn't sure that it would work, but I didn't have
 any way of testing.  I'll need to look into this further once I have a
 test case.


--
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: Fwd: Xwindows won't start (Can't read lock file)

2008-11-13 Thread Jon TURNEY
Jon TURNEY wrote:
 James Ertle wrote:
 Fatal server error:
 Can't read lock file /tmp/.X0-lock
 
 As a workaround, you should be able to add -nolock to the command line used
 to start Xwin (in startxwin.bat, I'm guessing, in your case).
 
 Since a few people seem to have this problem, I'd like to get a resolution.

Yaakov,

Ok, my archaeological investigations in this area have revealed that this
locking code probably wasn't enabled in 6.8.99.  I don't think it is actually
giving any benefit, since we also have a native named mutex is used in the DDX
code to prevent multiple servers with the same display number, before that
locking code is entered.

So, it might be expedient to disable this locking code for now, since it seems
to be generating problems. Attached is a quick patch to do that.

Note that SERVER_LOCK as a configuration has been removed in X.Org git master,
making the patch to turn it off larger, so we might well have to cross this
bridge again at a later date...
Cygwin has a per-display mutex, so the lockfile in /tmp doesn't win us anything 
(and seems to cause problems)

---
 xserver/configure.ac |1 -
 1 file changed, 1 deletion(-)

Index: xorg-server-1.5.3/xserver/configure.ac
===
--- xorg-server-1.5.3.orig/xserver/configure.ac
+++ xorg-server-1.5.3/xserver/configure.ac
@@ -1086,7 +1086,6 @@ AC_SUBST([VENDOR_RELEASE])
 AC_SUBST([VENDOR_MAN_VERSION])
 
 AC_DEFINE(DDXOSINIT, 1, [Use OsVendorInit])
-AC_DEFINE(SERVER_LOCK, 1, [Use a lock to prevent multiple servers on a 
display])
 AC_DEFINE(SMART_SCHEDULE, 1, [Include time-based scheduler])
 AC_DEFINE(NO_LIBCWRAPPER, 1, [Define to 1 if modules should avoid the 
libcwrapper])
 

--
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: startx is failing in X11R7.4

2008-11-13 Thread Jon TURNEY
Ryan Warnick wrote:
 I am having the same issue.  I just updated Cygwin today.  XWin has always 
 worked great for me.  Also I checked and made sure that there is no 
 file /tmp/.X0-lock on my machine.

Does startx -- -nolock work any better?

--
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: Fwd: Xwindows won't start (Can't read lock file)

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Jon TURNEY wrote:
 Ok, my archaeological investigations in this area have revealed that this
 locking code probably wasn't enabled in 6.8.99.  I don't think it is actually
 giving any benefit, since we also have a native named mutex is used in the DDX
 code to prevent multiple servers with the same display number, before that
 locking code is entered.

That may help for XWin, but what about all the other servers?  They do
rely on the locks to prevent multiple servers on the same display.

The question is really *why* this is causing problems.  I haven't seen
this, and AFAIK neither have you.  My /tmp is 1777; has anyone with this
problem tried that?


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkcyIgACgkQpiWmPGlmQSP7ogCfWZ3FWWfOb263nUG/3Hi+0N0a
ij8An2+9LKyMBvMAH4yJyYp7EppfS/Lt
=XhkS
-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/



Re: X server 1.5.3-2 candidate

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Jon TURNEY wrote:
 Actually, this seems to be more complex than I first thought.  Running any of
 the mesa demo programs works fine locally, but causes a server segfault when I
 do it over ssh to a linux box

Let me give you some background.  You're aware that X.Org was previously
embedding the Mesa sources into the server.  With 1.5, they moved away
from that model and now offer two options for GLX:

1) Use full-fledged DRI, which is Linux/*BSD specific;
2) Load the software rasterizer DRI module (/usr/lib/dri/swrast_dri.so)
and skip the hardware.

Of course, we only have the choice of the latter, but if swrast_dri.so
is missing, the GLX (and SGI-GLX) extension is disabled.  So I prepared
mesa-7.2-2 and tried building that module, but after fixing up the build
system, I found that it wasn't so simple.  The build only links the
module against libmesa.a (a convenience lib that becomes part of libGL),
leaving several undefined references:

_glapi_Context
_glapi_Dispatch
_glapi_add_dispatch
_glapi_check_multithread
_glapi_get_context
_glapi_get_dispatch_table_size
_glapi_noop_enable_warnings
_glapi_set_context
_glapi_set_dispatch
_glapi_set_warning_func

My understanding -- and I may be wrong -- is that these symbols are left
undefined on purpose, because they are meant to be resolved by whatever
loads the module.  That may be a DRI-enabled libGL, an X server, etc.
But that doesn't work for us because DLLs must have all references
resolved at link time.

So what to do?  All the X servers have GLX support, but if I were to
resolve these symbols against e.g. XWin, then the other servers will
crash trying to load it.  (Yes, I tried it.)  So while our libGL doesn't
actually use the module, the only neutral solution was to link against
all of libGL instead of just part of it, and at least on the surface it
appears to work.

While the local mesa demos run whether or not the GLX extension is
enabled, but I do see a major difference in xdpyinfo and glxinfo with
and without GLX enabled.  This is the only reassurance I have right now
that I may have picked a working solution.

Unfortunately I don't have a linux box to experiment with... :-(


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkc0IoACgkQpiWmPGlmQSMvDgCg0vbhFME215uUOCLSs17Uoq+v
yz8AnA/SDBJKcaCJkZS997PA2SQALUVt
=B8F8
-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/



Re: X server 1.5.3-2 candidate

2008-11-13 Thread Christopher Faylor
On Thu, Nov 13, 2008 at 07:12:42PM -0600, Yaakov (Cygwin Ports) wrote:
Unfortunately I don't have a linux box to experiment with... :-(

There's always http://www.virtualbox.org/ if you want to get a virtual
linux system.

cgf

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



Cygwin X11 installation has changed lately?

2008-11-13 Thread krahim
Hi group,

When I installed Cygwin this afternoon, I was looking for xorg-x11-base under 
the X11 subtree, and I didn't find it there anymore. I installed everything 
that was under X11 anyway, and was unable to locate startXwin under 
c:\cygwin\usr\X11R6\bin.

Where did startxwin go? can I still do tunelling through Putty?

Thanks in advance,

Khalid Rahim

--
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/



[ANNOUNCEMENT] X11R7.4

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

(Resending here because it wasn't echoed at the time and obviously a lot
of people haven't seen it.)

Cygwin/X has been updated to X.Org X11R7.4.


WHAT'S NEW IN X11R7.4?
==

* Each program, library, set of headers, set of fonts, etc., has its own
package, for a total of around 250 binary packages.  This sounds like a
lot, but most are optional, very small and only occasionally updated.

* The standard /usr prefix is now used.  Other Cygwin packages that use
/usr/X11R6 should be rebuilt and updated in the coming weeks.

* Fonts have been moved to /usr/share/fonts.

* libX11 is based on XCB.

* Support for a number of X extensions which were long ago deprecated
upstream have been removed.


FEATURES AND NOTES
==

* Multiwindow mode includes several enhancements:

- - application icons with transparent backgrounds are properly rendered;
- - WM hints (e.g. no window decoration) are better followed;
- - shaped windows are displayed properly;
- - window styles can be customized in the .XWinrc file.

* The Composite extension has been enabled, with the following caveats:

- - Compositing cannot be used in multiwindow mode;
- - A compositing manager (xcompmgr) with an ordinary window manager, or a
compositing window manager (e.g. metacity or xfwm4), is required.
- - OpenGL windows do not always render correctly when a compositing
manager is running.
- - When a compositing manager is running, the root window becomes a
silver colour which cannot be changed through xsetroot(1).  Desktop
environment wallpapers are handled differently and still work.

Here's a screenshot from a local instance of Xfce 4.6-beta1:

https://sourceforge.net/project/screenshots.php?group_id=99645

* The WindowsWM extension is currently disabled, as neither xwinwm nor
the supporting code in the xserver currently build.  This may be
restored in a future release.

* The XVideo extension is currently disabled.  There is some
skeleton code in the server, but it doesn't do anything yet.

* Hardware-accelerated OpenGL (XWin_GL) is not currently available.

* XWin uses the new X.Org logo as the icon, and its dialogs have a
modern look on Windows XP.

* The Xephyr and Xfake kdrive servers are available in addition to the
classic Xnest and Xvfb servers.


DEPRECATIONS


These X extensions, and their related packages, are no longer available:

DPS
library: libdpstk1
Removed upstream before 6.9/7.0; a compatibility runtime package exists
for the few packages still using it until they are rebuilt.

DMX
library: libdmx
programs: Xdmx server, dmx* clients
Recently deprecated upstream because it hasn't been updated to the
current server APIs.  It may be restored in the future, but it's too
soon to determine a timeframe.

FontCache
library: libXfontcache
Deprecated long ago and recently removed upstream.  Nothing currently in
the distro was using it.

Font server
library: libFS
programs: fslsfonts, fstobdf, showfont, xfs, xfsinfo
Deprecated upstream.  Server-side fonts, used by Xt/Xaw/Motif apps, are
still available.

LBX
library: liblbxutil
programs: lbxproxy
Removed upstream in 2006.

XFree86-BigFont
Recently removed upstream.

Xinerama
library: libXinerama
This extension is being replaced by recent enhancements to XRandR.

Xprint
libraries: libXp, libXprintAppUtil, libXprintUtil
programs: Xprt server, xphelloworld, xplsprinters, xprehashprinterlist
Long ago deprecated in favour of client-side solutions, this was
recently removed upstream.  This also affects Xaw programs, as Xaw8 used
the Xprint API (in fact, this was the sole difference between it and
Xaw7).  All X.Org programs have been rebuilt for Xaw7; other packages
will need to be rebuilt.  In the meantime, libXaw8 and libXp6 packages
exist for compatibility.

XTrap
library: libXTrap
programs: xtrap
Replaced upstream by Record/XTest, it was recently removed.  Nothing in
the distro was using it.

Other deprecated libraries and programs:

liboldX: X11 is 21 years old already!

libOSMesa4: mesa now provides libOSMesa7; nothing in the distro depends
on the old library.

libxkbui: Was only used by xorgcfg, which isn't present on Cygwin and is
disappearing upstream anyway.

xsetpointer: Replaced by xinput.


UPGRADE INSTRUCTIONS


1) Before upgrading, check if /usr/include/X11 and /usr/lib/X11 are
symlinks or directories.  If they are symlinks, remove them manually.

2) Take note of the programs you use from /usr/X11R6/bin; you will need
to choose them for installation later.

3) If you use programs in /usr/X11R6/bin which are NOT from the
xorg-x11-* packages, add /usr/X11R6/bin to the PATH variable in your
preferred shell (e.g. for bash, in ~/.bashrc).

4) Follow the normal download/install procedure with setup.exe; packages
are all in the X11 category.

setup.exe will automatically upgrade as follows:

X-startup-scripts - xinit
xorg-x11-bin-dlls - libX11_6
xorg-x11-bin-lndir - lndir

Re: Fixing problems with new X11

2008-11-13 Thread Thomas Dickey
On Thu, Nov 13, 2008 at 12:49:20PM -0500, Chuck wrote:
 Thomas Dickey wrote:
  On Thu, 13 Nov 2008, Chuck wrote:
  
  Second, I want to get rid of the toolbar/menu at the top of every xterm.
  What config file change to I need to make to get rid of it permanently.
  I don't want to have to specify +tb every time I run an xterm. I tried
  adding xterm*toolbar: false to my ~/.XDefaults files but that didn't
  work.
  
  I'd use the classname (XTerm) rather than the application name (xterm).
  
  Also, it's possible that the packager set a corresponding resource
  someplace (or there's some session resources interfering with the
  .XDefaults).  appres XTerm would show some of that...
  
 
 What exactly am I looking for in the appres XTerm output? And what
 file am I changing to get rid of the toolbar/menu if I find something?
 Below is the output. Thanks.

The appres doesn't show any problems (I was curious if there was some
use of the toolBar/ToolBar resource).

xrdb -query -all would show other resources that might conflict.

I generally don't use xrdb, but it's common to use it to (attempt to)
force consistent use of resources.  That can interfere with the use of
resource-files, by pre-setting resource values.

Instead, I generally set XAPPLRESDIR to point to my own directory of
app-defaults files, which can be customized without tinkering with the
system's files.

If you set an xterm-resource in your .Xdefaults file, and appres doesn't
show it, then something's interfering - 

-- 
Thomas E. Dickey [EMAIL PROTECTED]
http://invisible-island.net
ftp://invisible-island.net

--
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/



[ANNOUNCEMENT] Updated: xman-1.0.3-3

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The following packages have been updated in the Cygwin net distribution:

*** xman-1.0.3-3

This release fixes the installation of the app-defaults file and groff
formatting handling, and adds man.conf support.


Yaakov
Cygwin/X


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html

QUESTIONS:
==
If you want to make a point or ask a question the cygwin-xfree mailing
list is the appropriate place.

CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO:
===
To unsubscribe to the cygwin-xfree-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message.  Send
email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkdAn0ACgkQpiWmPGlmQSMibACfVTExKk4fDw/KpzRVEkP0smqf
hSYAoMY7c2gE3BINVYGnFDW/TW0x7GEP
=wwNj
-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/



Re: Fixing problems with new X11

2008-11-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Jon TURNEY wrote:
 Hmm.. thinking about this, perhaps the best thing to do is create a new
 shortcut which links to startxwin.bat, so that the end-user at least has some
 chance of a discoverable means of launching the server which should work.

This gets back to what we were discussing before about per-package
Windows shortcuts instead of X-start-menu-icons.  The difference here is
that most programs would use run(1), and if I would implement this in a
widespread fashion, it would be through a new API in cygport.

This might be an exception, though, so I'll look into adding this to the
xinit package.

 Yaakov, would you consider something like the below for
 post-install/pre-remove scripts?
 
 mkshortcut -A -w ~ -P /usr/bin/startxwin.bat -i /usr/bin/XWin.exe -n CygwinX
 Server
 
 rm `cygpath -A -P`/CygwinX Server.lnk
 
 (Note that it seems we can't say Cygwin/X as the shortcut name is a filename
  so can't contain the directory separator :D)

I would just add a space instead of the slash then.  Let me work on it.


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkdHioACgkQpiWmPGlmQSOUpACgyiVuBrcrkglOEYH/n5F/pAaB
hXYAoPV18v0fQotHa92d5tOQTHZsAlDY
=Trwi
-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/