[SOLVED - mysteriously...not quite] Re: xorg installation fails, 99% complete only

2004-11-10 Thread Carlo Florendo
Carlo Florendo wrote:
Christopher Faylor wrote:
It seems like you have a lot of XFree86 packages still installed.
I have a couple of these in my installation but certainly not the
number that I see above.

Yes.  I did it after installing cygwin minus xorg.   Regarding the 
(version) numbers, I don't remember choosing other versions besides 
the ones indicated by default  at setup.

I guess I'm a little confused now as to who's seeing what problem.
I thought that you needed a clean install to duplicate this but the
above obviously didn't come from a clean install.

I'll be doing a clean uninstall and reinstall in a short while.
Thank you cygwin people for doing such a great job at cygwin!  I'm 
seeing this not as a problem (Really!!!) but another exciting episode 
of the wonders of open source software and open-source collaboration.  
Thank you!

Cygwin Rocks!
I tried to reproduce the problem on the WinXP SP2 machine in question 
and I was unsuccessful in reproducing it...

Cygwin installed like a charm =)
Now, I don't  know why such is the case.  

Hmmm...To tell the truth, I was actually asking  someone to follow 
instructions from me, (i.e. press this button, select "Unix", click ok, 
etc.).  However, when I myself tried do a fresh uninstall and fresh 
install, all worked well. 

In any case, I'm now attaching cygcheck.out and setup.log (compressed) 
so the experts could point out what difference it had with my previous 
posting of cygcheck.out and setup.log,

My suspicion is that the one whom I asked to install cygwin did 
something else that she didn't tell me(What I saw when she was 
installing cygwin was the "99% completed" on xorg that never stopped.  
This, I verified with my  eyes.   On her following my instructions,  I 
didn't see it with my own eyes.  She just said she did.)

Sheesh...sorry for all these noise for the past 3 days. 

Thank you to all you cygwin developers.
Cygwin Rocks!
Best Regards,
Carlo
--
Carlo Florendo
Astra Philippines Inc.
www.astra.ph


Why Xming.exe?

2004-11-10 Thread Øyvind Harboe
First of all: I love CygWin! 

If I didn't, I would not passionatly dive into this discussion. :-)

Here are a couple of reasons why I think a discussion of 
Xming.exe can bring something to CygWin.

Basically, I believe that the Xming.exe would never have seen the
light of day if if all was well with CygWin. It is a cry for help.

Also, I believe the next useful solution to the set of problems that
CygWin is facing is non-local. I think it is in the interest of CygWin
to allow discussions and hacks to wander somewhat freely. 

If you stomp out this discussion, you are going to make people look elsewhere 
for a solution to "the CygWin mess". See bottom of this message for 
what I mean.

Some issues that CygWin could address to make Xming.exe moot:

- Side-by-side install. There is a need for e.g. SSH + and an X server in
a single package that is easily deployable. This package 
*must* be unaffected by updates to CygWin. This would of course
not be uniquely useful for X server, but would be useful for e.g. multiple
independent GCC toolchains used for embedded development. E.g. its more
than once that CygWin updates have broken http://sources.redhat.com/ecos
tools, without bringing any new features or improvements for those tools.
The many examples of cygwin1.dll being distributed along with various 
applications,
is further evidence of this need(which is contrary to the CygWin license, BTW).

- Side-by-side means CygWin next to CygWin, and CygWin next to any Windows
program.

- It is currently impossible for the casual programmer to debug CygWin
X using GDB. See http://cygwin.com/ml/cygwin-xfree/2004-10/msg00159.html

- CygWin is a pain to install. It takes long to download(many files more than
size with a broad connection), takes long to install and many things can and do
go wrong. 

- CygWin messes with Windows environment variables, breaking other programs. 

- CygWin is broken by other programs using the Windows environment variables.

- CygWin is always in motion.  There is no "CygWin distribution version" 
like the Linux distributions operate with. There is no way to install
"a specific old boring CygWin" to run some tools that never change.


--- ever-so-slightly off topic :-) ---

Could I delete CygWin?

What I would need in it is place was the ability for Windows programs to 
interface
to Linux programs.  Where those programs run(under Linux or under Windows) is 
somewhat
secondary.

If I could somehow tell the Windows programs to talk to a Linux box
(http://www.colinux.org  or a real Linux box) as if those Linux programs ran
under Windows, then it would do the trick. http://www.colinux.org is an 
interesting case, because they pretty much support side-by-side installs 
already.

The Windows programs that need to interface to the Linux programs only talk to
those programs through the following mechanisms:

- stdin/stdout/stderr 
- ctrl-c to abort applications(there is a name for this communication channel, 
but I don't know what it is).
- current directory
- files (from Windows to Linux box and vice versa).
- console

(What did I leave out?)

Below is an a rough idea on how this might be solved:

- create a Windows filing system that makes the Linux box filing system
available through e.g. a drive letter. This filing system is different from
Samba. This filing system talks to the Linux box using SSH, say.
- when Windows is accessing a Linux executable via this filing system, it
does not serve up the Linux executable. Instead it serves up a Windows 
executable.
This Windows executable uses, say, SSH to communicate with the Linux box to
execute the command. Lets call this executable an SSH-Proxy. 
- The Linux box needs to be able to see the files on the Windows machine. 
Mechanism 
TBD. The SSH-Proxy knows how to translate from a Windows filename to the Linux
filename. It uses this capability to set the current directory before executing 
the
Linux command.
- The SSH-Proxy tells the Linux box about the limitations of the Windows 
console.

Example:

- On the Windows machine the root of the Linux box is accessible via the drive
letter e:\
- e:\etc maps to /etc, e:\usr to /usr, etc.
- e:\exec is special. It does not map to /exec. Instead it is used in execution
of programs that are in the path, as shown below.
- On the Linux box, there is an equivalent of "/cygdrive", which I'll call
"/windows"

To grep my local harddrive I would:

c:\bar> e:\exec\grep -r foo *

On the Linux box, this would actually be executed as:

[EMAIL PROTECTED] /windows/c/bar
$ grep -r foo *


-- 
Øyvind Harboe
http://www.zylin.com




Re: xorg installation fails, 99% complete only

2004-11-10 Thread Carlo Florendo
Christopher Faylor wrote:
It seems like you have a lot of XFree86 packages still installed.
I have a couple of these in my installation but certainly not the
number that I see above.
Yes.  I did it after installing cygwin minus xorg.   Regarding the 
(version) numbers, I don't remember choosing other versions besides the 
ones indicated by default  at setup.

I guess I'm a little confused now as to who's seeing what problem.
I thought that you needed a clean install to duplicate this but the
above obviously didn't come from a clean install.
I'll be doing a clean uninstall and reinstall in a short while. 

Thank you cygwin people for doing such a great job at cygwin!  I'm 
seeing this not as a problem (Really!!!) but another exciting episode of 
the wonders of open source software and open-source collaboration.  
Thank you!

Cygwin Rocks!
--
Carlo Florendo
Astra Philippines Inc.
www.astra.ph


Re: xorg installation fails, 99% complete only

2004-11-10 Thread Carlo Florendo
Igor Pechtchanski wrote:
What did you do, exactly, on the last setup run?  The log file shows that
you installed the following packages:
startup-notification-0.7-1
transfig-3.2.4-2
xorg-x11-bin-dlls-6.8.1.0-1
xorg-x11-devel-6.8.1.0-1
xorg-x11-fcyr-6.8.1.0-2
xorg-x11-fenc-6.8.1.0-2
xorg-x11-fscl-6.8.1.0-2
xorg-x11-fsrv-6.8.1.0-1
xorg-x11-libs-data-6.7.0.0-3
xorg-x11-man-pages-html-6.8.1.0-1
xorg-x11-nest-6.8.1.0-1
xorg-x11-vfb-6.8.1.0-1
Hmmm. what I did was to install cygwin without any xorg.  After the 
successful installation, I installed the xorg packages (as specified in 
the xorg-base README) via setup once again.  IIRC,  I do not remember 
clicking the buttons that would change the install versions.   

(which means you've downgraded xorg-x11-lib-data).  It also shows that 
the
following postinstall scripts ran:

xorg-x11-devel.sh
xorg-x11-f100.sh
xorg-x11-fcyr.sh
xorg-x11-fenc.sh
xorg-x11-fnts.sh
xorg-x11-fscl.sh
xorg-x11-libs-data.sh
xorg-x11-xwin.sh
which is odd, since you didn't reinstall xorg-x11-xwin or 
xorg-x11-f100 or
xorg-x11-fnts.  The previous run clearly shows setup installing
xorg-x11-f100 and running the postinstall script for that package, so it
should have renamed it to .done and not re-run it.
I did install xorg *after* installing cygwin minus xorg.

Hmm, the fact that it attempts to reinstall packages, coupled with the
fact that it's not renaming postinstall scripts properly, makes me wonder
whether your Cygwin directory tree is writable by the user that performs
the install.  This would also be consistent with the "Cannot open
c:\cygwin\var\log\setup.log for writing" message that others reported.
Igor

I was logged as a user under the administrator's group when I did the install.
I've gotten hold of the WinXP SP2 Machine now, on line!  I'll uninstall everything and try to reproduce the error once more. 

I'll run ps and cygcheck at the point where it stalls and provide as much 
detail as possible.
Thanks!
Best Regards,
Carlo
--
Carlo Florendo
Astra Philippines Inc.
www.astra.ph




Re: xorg installation fails, 99% complete only

2004-11-10 Thread Gerrit P. Haase
bruno patin wrote:
Good evening again,
install in two phases worked well. I can deinstall again and verify if 
there is the problem again ? could it be useful ?

joined :
an analysis of my system
the cygcheck result
Please add -r to the cygcheck options for the registry scan.
Gerrit
--
=^..^=


Re: xorg installation fails, 99% complete only

2004-11-10 Thread Christopher Faylor
On Thu, Nov 11, 2004 at 08:54:17AM +0800, Carlo Florendo wrote:
>XFree86-base4.3.0-11 
>XFree86-bin 4.3.0-21 
>XFree86-bin-icons   4.3.0-7  
>XFree86-doc 4.3.0-2  
>XFree86-etc 4.3.0-12 
>XFree86-f1004.3.0-2  
>XFree86-fcyr4.3.0-2  
>XFree86-fenc4.3.0-2  
>XFree86-fnts4.3.0-2  
>XFree86-fscl4.3.0-2  
>XFree86-fsrv4.3.0-9  
>XFree86-html4.3.0-10 
>XFree86-jdoc4.3.0-2  
>XFree86-lib 4.3.0-3  
>XFree86-lib-compat  4.3.0-2  
>XFree86-man 4.3.0-10 
>XFree86-nest4.3.0-8  
>XFree86-prog4.3.0-21 
>XFree86-prt 4.3.0-6  
>XFree86-ps  4.3.0-2  
>XFree86-startup-scripts 4.3.0-1  
>XFree86-vfb 4.3.0-8  
>XFree86-xserv   4.3.0-68 
>XFree86-xwinclip4.3.0-3  
>[snip]
>xorg-x11-base   6.8.1.0-1
>xorg-x11-bin6.8.1.0-2
>xorg-x11-bin-dlls   6.8.1.0-1
>xorg-x11-bin-lndir  6.8.1.0-1
>xorg-x11-devel  6.8.1.0-1
>xorg-x11-etc6.8.1.0-1
>xorg-x11-f100   6.8.1.0-3
>xorg-x11-fcyr   6.8.1.0-2
>xorg-x11-fenc   6.8.1.0-2
>xorg-x11-fnts   6.8.1.0-3
>xorg-x11-fscl   6.8.1.0-2
>xorg-x11-fsrv   6.8.1.0-1
>xorg-x11-libs-data  6.7.0.0-3
>xorg-x11-man-pages  6.8.1.0-1
>xorg-x11-man-pages-html 6.8.1.0-1
>xorg-x11-nest   6.8.1.0-1
>xorg-x11-vfb6.8.1.0-1
>xorg-x11-xwin   6.8.1.0-5

It seems like you have a lot of XFree86 packages still installed.
I have a couple of these in my installation but certainly not the
number that I see above.

I guess I'm a little confused now as to who's seeing what problem.
I thought that you needed a clean install to duplicate this but the
above obviously didn't come from a clean install.

Igor, are you up to posting a summary of who's seen what problem and
who's provided the requested feedback (setup.log, ps -ef, cygcheck)?

cgf


Re: Why Xming.exe?

2004-11-10 Thread Christopher Faylor
On Wed, Nov 10, 2004 at 11:21:07PM +0100, ?yvind Harboe wrote:
>I saw Chris post, and I must admit I was a bit put off by it.
>
>I believe Xming.exe addresses some issues that should and could 
>be addressed by CygWin.
>
>Threatening to fire him(in public no less), is counterproductive, 
>unthankful and rude.

I was not threatening to fire anyone.  I was asking if Alexander was
going to be devoting most of his time to this new endeavor and, if so,
wondering whether we needed to find another maintainer for Cygwin/X.  It
sounded like he had some major plans for Xming.

If Alexander says "No" (as I expect him to) then that's the end of it.
If he's more interested in pursuing a native-windows version of X,
then I guess we have a problem.

>A fruitful discussion on Xming.exe could help enumerate what issues 
>Xming.exe addresses and how CygWin could grow to address them.

You *do* know that there is a mingw mailing list specifically designed
for MingGW applications, right?  We don't discuss MinGW in the cygwin
list.  I don't see any reason why we should have to discuss MinGW here.
I'll bet that the MinGW folks would not mind creating a MinGW/X mailing
list just for this endeavor.

However, on the off chance that I'm being hasty, why don't you give me a
"for instance" of what you think a discussion of Xming would do to help
Cygwin?  From my point of view, it seems like it would be the other way
around.  It seems like there would be a lot of discussion about the best
way to handle things in a native windows app that are already handled in
the Cygwin DLL.  This is what I see in the MinGW mailing list.

cgf


Re: xorg installation fails, 99% complete only

2004-11-10 Thread Igor Pechtchanski
On Thu, 11 Nov 2004, Carlo Florendo wrote:
[snip]
In any case, here's setup.log.bz2.  (Compressed since it is greater than
100K) The WinXP SP2 machine is accessible to me off-line.  Thus, the
delay in the sending of these files.
Carlo,
What did you do, exactly, on the last setup run?  The log file shows that
you installed the following packages:
startup-notification-0.7-1
transfig-3.2.4-2
xorg-x11-bin-dlls-6.8.1.0-1
xorg-x11-devel-6.8.1.0-1
xorg-x11-fcyr-6.8.1.0-2
xorg-x11-fenc-6.8.1.0-2
xorg-x11-fscl-6.8.1.0-2
xorg-x11-fsrv-6.8.1.0-1
xorg-x11-libs-data-6.7.0.0-3
xorg-x11-man-pages-html-6.8.1.0-1
xorg-x11-nest-6.8.1.0-1
xorg-x11-vfb-6.8.1.0-1
(which means you've downgraded xorg-x11-lib-data).  It also shows that the
following postinstall scripts ran:
xorg-x11-devel.sh
xorg-x11-f100.sh
xorg-x11-fcyr.sh
xorg-x11-fenc.sh
xorg-x11-fnts.sh
xorg-x11-fscl.sh
xorg-x11-libs-data.sh
xorg-x11-xwin.sh
which is odd, since you didn't reinstall xorg-x11-xwin or xorg-x11-f100 or
xorg-x11-fnts.  The previous run clearly shows setup installing
xorg-x11-f100 and running the postinstall script for that package, so it
should have renamed it to .done and not re-run it.
Hmm, the fact that it attempts to reinstall packages, coupled with the
fact that it's not renaming postinstall scripts properly, makes me wonder
whether your Cygwin directory tree is writable by the user that performs
the install.  This would also be consistent with the "Cannot open
c:\cygwin\var\log\setup.log for writing" message that others reported.
Igor
--
http://cs.nyu.edu/~pechtcha/
 |\  _,,,---,,_ [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
|,4-  ) )-,_. ,\ (  `'-'Igor Pechtchanski, Ph.D.
   '---''(_/--'  `-'\_) fL  a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT


Re: xorg installation fails, 99% complete only

2004-11-10 Thread bruno patin
Igor,
I've tried to chmod directly the var directory thinking it could be the 
answer but it does not work. I block on the same file and that's all. I 
don't think sending you another cygcheck is really necessary. I'll find 
a way to follow what's going on in the setup app. Perhaps you have ideas ?

BPatin


Re: xorg installation fails, 99% complete only

2004-11-10 Thread bruno patin
Igor Pechtchanski wrote:
On Thu, 11 Nov 2004, bruno patin wrote:
Christopher Faylor wrote:
> Also, I believe that Gerrit suggested sending the contents of the 
setup
> log files.
>
> [snip]
>
> I appreciate that you're trying to think of solutions here but there
> have already been a couple of suggestions that no one seems to have
> bothered to follow through on.   Why not just humor us and provide the
> debugging info that we're asking for?


3 the setup.log file (this mail)
..
Hope that helps
BPatin

This setup.log doesn't show any install actions whatsoever.  All it shows
is that you've downloaded a bunch of packages.
I suspect this may have something to do with that "Cannot open setup.log
for writing" error message.  Try running "c:\cygwin\bin\chmod a+w
setup.log setup.log.full" from a CMD prompt in "c:\cygwin\var\log" and
then re-running setup.  Also, setup.log.full should contain more detailed
error messages after a failed setup run (beware -- that file is
overwritten on every run of setup).
Igor
Igor,
I've no setup.log created in /var/log in fact what I sent you was 
bullshit as it is only the result of my dowload as I see it (first time 
I'm really examining the internal of setup sorry, it works too well). 
Result is that there is no file in /var/log. Can be a real clue.

BPatin


Re: xorg installation fails, 99% complete only

2004-11-10 Thread Igor Pechtchanski
On Thu, 11 Nov 2004, bruno patin wrote:
Christopher Faylor wrote:
> Also, I believe that Gerrit suggested sending the contents of the setup
> log files.
>
> [snip]
>
> I appreciate that you're trying to think of solutions here but there
> have already been a couple of suggestions that no one seems to have
> bothered to follow through on.   Why not just humor us and provide the
> debugging info that we're asking for?

3 the setup.log file (this mail)
..
Hope that helps
BPatin
This setup.log doesn't show any install actions whatsoever.  All it shows
is that you've downloaded a bunch of packages.
I suspect this may have something to do with that "Cannot open setup.log
for writing" error message.  Try running "c:\cygwin\bin\chmod a+w
setup.log setup.log.full" from a CMD prompt in "c:\cygwin\var\log" and
then re-running setup.  Also, setup.log.full should contain more detailed
error messages after a failed setup run (beware -- that file is
overwritten on every run of setup).
Igor
--
http://cs.nyu.edu/~pechtcha/
 |\  _,,,---,,_ [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
|,4-  ) )-,_. ,\ (  `'-'Igor Pechtchanski, Ph.D.
   '---''(_/--'  `-'\_) fL  a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT


Re: xorg installation fails, 99% complete only

2004-11-10 Thread Igor Pechtchanski
On Wed, 10 Nov 2004, Darryl wrote:

> Hi!
>
> 1) Cygwin is not a commercial set up , we do not pay support fees, we do
> not even pay for Cygwin.
>
> 2) We accept red hat owns the IP
>
> 3) The "developers & supporters" are volunteers, they do not HAVE to be
> nice and have the "customer is always right" approach as opposed to some
> of us in the commercial world.
>
> 4) They receive many many calls, they answer then briefly even abruptly,
> but they answer them.
>
> 5) Any developer knows that maintaining any product requires careful
> diligent thoughts and processes AND TIME
>
> So just be patient and appreciative.
>
> Having said that 
>
> Maybe the site needs a code of conduct for the non contributors, a down
> load that will lay out a procedure to use, because when you are new it
> is easy not to know the rules. If one exists - sorry, it needs to be
> more prominent, a sort of download - now sign in blood approach.

What's wrong with ?  It's the first link
("Reporting Problems") in the "Community" section of the sidebar on most
Cygwin pages, and the 5th overall link in that sidebar.  How much more
prominent should it be?

There's also a section on the main Cygwin webpage that describes this code
of conduct you mention ().  It's where the
"Help, contact, web page, other info..." link at the top of the main page
points to.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT


Re: xorg installation fails, 99% complete only

2004-11-10 Thread Darryl
Hi!
1) Cygwin is not a commercial set up , we do not pay support fees, we do 
not even pay for Cygwin.

2) We accept red hat owns the IP
3) The "developers & supporters" are volunteers, they do not HAVE to be 
nice and have the "customer is always right" approach as opposed to some of 
us in the commercial world.

4) They receive many many calls, they answer then briefly even abruptly, 
but they answer them.

5) Any developer knows that maintaining any product requires careful 
diligent thoughts and processes AND TIME

So just be patient and appreciative.
Having said that 
Maybe the site needs a code of conduct for the non contributors, a down 
load that will lay out a procedure to use, because when you are new it is 
easy not to know the rules. If one exists - sorry, it needs to be more 
prominent, a sort of download - now sign in blood approach.

Keep up the good work guys.
Darryl



Why Xming.exe?

2004-11-10 Thread Øyvind Harboe
I saw Chris post, and I must admit I was a bit put off by it.

I believe Xming.exe addresses some issues that should and could 
be addressed by CygWin.

Threatening to fire him(in public no less), is counterproductive, 
unthankful and rude.

A fruitful discussion on Xming.exe could help enumerate what issues 
Xming.exe addresses and how CygWin could grow to address them.


-- 
Øyvind Harboe
http://www.zylin.com




Re: xorg installation fails, 99% complete only

2004-11-10 Thread bruno patin

I appreciate that you're trying to think of solutions here but there
have already been a couple of suggestions that no one seems to have
bothered to follow through on.   Why not just humor us and provide the
debugging info that we're asking for?
cgf
 

I'm on it  really :-)
I'll give you what needed as fast as possible but ... I'm on the way of 
compiling mico and this is a bit long. I'll do as said just after.

BPatin


Re: remote usage of cygwin via microsoft telnet services

2004-11-10 Thread Christopher Faylor
On Wed, Nov 10, 2004 at 05:01:01PM -0500, Rearick, Gabriele wrote:
>how else other than telnet would you suggest to login to that machine,
>then?

Please remove cygwin-xfree from any future responses.

This has nothing to do with X on Cygwin.

cgf


Re: xorg installation fails, 99% complete only

2004-11-10 Thread Christopher Faylor
On Wed, Nov 10, 2004 at 10:50:58PM +0100, bruno patin wrote:
>>Is there some reason why you won't just run cygcheck.exe while setup is
>>hung?  Have you tried it?  AFAIK, cygcheck should be operational by the
>>time setup has gotten to installing X.  It really has to be operational
>>since cygcheck.exe comes along with the Cygwin DLL.
>>
>>Also, you could even run, oh I don't know, it's just a pretty drastic
>>suggestion, but you *could* run "ps -ef".
>>
>>
>In fact I did not use ps -ef (and cygcheck by the the way) for two
>reasons: 1/ I was following what happened with the windows task manager
>tool (where I followed the memory consumption) 2/ At this step of the
>install, you do not have the .bat or .sh command

Just run the programs directly from the cygwin directory:

c:\cygwin\bin\cygcheck -r -s -v > blah1

c:\cygwin\bin\ps -ef > blah2

Also, I believe that Gerrit suggested sending the contents of the setup
log files.

>I was wondering, if I launch setup.exe from my first installed cygwin on 
>another directory using strace, will there be interactions between the 
>old and new install ? Is it possible to have two completely different 
>cywin install ? If yes I would know what is the loop in the program.
>
>yes or no ?

strace is for cygwin programs.  setup.exe is not a cygwin program.  It
can't be.  Requiring cygwin1.dll to install cygwin1.dll would never work.

I appreciate that you're trying to think of solutions here but there
have already been a couple of suggestions that no one seems to have
bothered to follow through on.   Why not just humor us and provide the
debugging info that we're asking for?

cgf


RE: remote usage of cygwin via microsoft telnet services

2004-11-10 Thread Rearick, Gabriele
how else other than telnet would you suggest to login to that machine, then?


-Original Message-
From: Bobby McNulty [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 10, 2004 2:31 PM
To: Rearick, Gabriele; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: remote usage of cygwin via microsoft telnet services

Reading this reminded me of some. Disable telenet.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Rearick, Gabriele
Sent: Wednesday, November 10, 2004 3:05 PM
To: Rearick, Gabriele; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: remote usage of cygwin via microsoft telnet services




not sure if this is the right mailing list:

Hi,
I am appreciating you sharing your input and experience regarding the
following questions.
I am currently using Microsoft telnet server and then execute cygwin.bat to
start bash to build applications within cygwin.
so, I am telneting INTO the Windows2003 server.
Since this kind of remote access results in messy output due to
dtterm/telnet and bash settings for which I have not found a solution yet, I
am writing to you.
I am looking for a solution to un-screwup bash via Microsoft windows telnet
server or other products.

Which LF/CR and other settings enable proper output?

I have also tried to use ReflexionX to get into the Windows2003 server, with
no result.

Locally (sitting directly at the Windows2003 server) I can either start
normal bash shell or start rxvt, but that window doesn't get thru
to my other PC (at home or work). 

does anyone know if Interix telnet server (from Microsoft services for Unix)
workes better with bash?

thanks in advance

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





Re: xorg installation fails, 99% complete only

2004-11-10 Thread bruno patin

Is there some reason why you won't just run cygcheck.exe while setup is
hung?  Have you tried it?  AFAIK, cygcheck should be operational by the
time setup has gotten to installing X.  It really has to be operational
since cygcheck.exe comes along with the Cygwin DLL.
Also, you could even run, oh I don't know, it's just a pretty drastic
suggestion, but you *could* run "ps -ef".
 

In fact I did not use ps -ef (and cygcheck by the the way) for two reasons:
1/ I was following what happened with the windows task manager tool 
(where I followed the memory consumption)
2/ At this step of the install, you do not have the .bat or .sh command

I was wondering, if I launch setup.exe from my first installed cygwin on 
another directory using strace, will there be interactions between the 
old and new install ? Is it possible to have two completely different 
cywin install ? If yes I would know what is the loop in the program.

yes or no ?
B.Patin


Re: xorg installation fails, 99% complete only

2004-11-10 Thread Christopher Faylor
On Wed, Nov 10, 2004 at 08:43:02PM +0100, bruno patin wrote:
>Good evening from france,
>
>I bought a new box some days ago and decided to install cygwin. I had 
>exactly the same install problem than the other people of the list. My 
>computer is a win xp family edition sp2. I have the administrator rights 
>and installed using the "just me" and "unix" options. What I saw is that 
>the process was not blocked but reserved more and more memory (I stopped 
>at 1Go). when cancelled, setup gave me the message indicated on a post 
>before. I will try in some mns to install again (a fresh install, I 
>removed all by hand after my  attempts) without the xorg package in 
>order to obtain a cygcheck command to give you new informations plus I 
>will reinstall these xorg packages.

Is there some reason why you won't just run cygcheck.exe while setup is
hung?  Have you tried it?  AFAIK, cygcheck should be operational by the
time setup has gotten to installing X.  It really has to be operational
since cygcheck.exe comes along with the Cygwin DLL.

Also, you could even run, oh I don't know, it's just a pretty drastic
suggestion, but you *could* run "ps -ef".

cgf


RE: remote usage of cygwin via microsoft telnet services

2004-11-10 Thread Bobby McNulty
Reading this reminded me of some. Disable telenet.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Rearick, Gabriele
Sent: Wednesday, November 10, 2004 3:05 PM
To: Rearick, Gabriele; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: remote usage of cygwin via microsoft telnet services




not sure if this is the right mailing list:

Hi,
I am appreciating you sharing your input and experience regarding the
following questions.
I am currently using Microsoft telnet server and then execute cygwin.bat to
start bash to build applications within cygwin.
so, I am telneting INTO the Windows2003 server.
Since this kind of remote access results in messy output due to
dtterm/telnet and bash settings for which I have not found a solution yet, I
am writing to you.
I am looking for a solution to un-screwup bash via Microsoft windows telnet
server or other products.

Which LF/CR and other settings enable proper output?

I have also tried to use ReflexionX to get into the Windows2003 server, with
no result.

Locally (sitting directly at the Windows2003 server) I can either start
normal bash shell or start rxvt, but that window doesn't get thru
to my other PC (at home or work). 

does anyone know if Interix telnet server (from Microsoft services for Unix)
workes better with bash?

thanks in advance

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





Re: Why Xming.exe?

2004-11-10 Thread Christopher Faylor
On Wed, Nov 10, 2004 at 09:02:53PM +0100, Alexander Gottwald wrote:
>On Wed, 10 Nov 2004, ?yvind Harboe wrote:
>>* There are two many options and questions with CygWin.  I imagine that
>>Xming.exe can come with a ~"zero questions" installer.
>
>This is the main reason.  There is still some work to do but I plan on
>having all defaults in Xming depend on the installation dir of Xming.

Er, I guess it's time I stepped in, then.

Since the name of this mailing list is "cygwin-xfree" and the site you
are using is cygwin.com, I would not expect too much traffic here
regarding non-cygwin solutions.

This *has* come up before and I think I'm being pretty consistent here.

Alexander, if you are going to be devoting a lot of time to this project
from now on do we need to find a Cygwin/X maintainer?  It seems like you
may need to find another mailing list, at least.

cgf


remote usage of cygwin via microsoft telnet services

2004-11-10 Thread Rearick, Gabriele


not sure if this is the right mailing list:

Hi,
I am appreciating you sharing your input and experience regarding the following 
questions. 
I am currently using Microsoft telnet server and then execute cygwin.bat to 
start bash to build applications within cygwin.
so, I am telneting INTO the Windows2003 server. 
Since this kind of remote access results in messy output due to dtterm/telnet 
and bash settings for which I have not found a solution yet, I am writing to 
you.
I am looking for a solution to un-screwup bash via Microsoft windows telnet 
server or other products. 

Which LF/CR and other settings enable proper output?

I have also tried to use ReflexionX to get into the Windows2003 server, with no 
result.

Locally (sitting directly at the Windows2003 server) I can either start normal 
bash shell or start rxvt, but that window doesn't get thru 
to my other PC (at home or work).  

does anyone know if Interix telnet server (from Microsoft services for Unix) 
workes better with bash?

thanks in advance


Re: xorg installation fails, 99% complete only

2004-11-10 Thread bruno patin
Good evening again,
install in two phases worked well. I can deinstall again and verify if 
there is the problem again ? could it be useful ?

joined :
an analysis of my system
the cygcheck result
hope that helps

Bobby McNulty wrote:
Look, I love Cygwin, xorg, and KDE.
I set up webpage so I can contribute to the progect.
And I will. I have to find some soundfonts small enough to distribute with
Timidity.
I wanted to also contribute Rosegarden. It requires KDE and Xorg.
I will try again in a minute here, without xorg, and then install xorg.
Sorry. I'm used to installing it all at once, not in pieces.
Alex, you are doing a great job with it. I was just perturbed that I could
not get it installed.
See you in two hours.
I'll be back then.
Bobby
http://www.geocities.com/bobbymcn2004
Home page


 


Date   2004/11/10 20:54:58

[Informations PC]
Nom du modèle Satellite M30X
Numéro de pièce   PSA72E-00F01ZFR
Numéro de série   X4424125K
Version SEMicrosoft Windows XP Édition familiale   5.1.2600 
  Service Pack 2
Version du BIOS   V1.20
UCIntel(R) Pentium(R) M processor 1.60GHz
Mémoire   512MB RAM
Capacité du disque dur60,011,642,880 [Octet]   55.890 [GB]
Espace disponible sur le disque dur51,352,645,632 [Octet]   47.826 [GB]
Vidéo ATI MOBILITY RADEON 9600/9700 Series   ver 
=6.14.10.6458
Résolution d'écran1280 x 800 Pixel
Qualité couleur   True Color (32 Bit)
Audio Realtek AC97 Audio   ver =5.10.0.5620
RéseauRealtek RTL8139/810x Family Fast Ethernet NIC   
ver =5.606.811.2003   MacAddress =00:02:3F:DB:31:9E
  Intel(R) PRO/Wireless 2200BG Network Connection   
ver =8.0.12.9000   MacAddress =00:0E:35:70:F4:BC
Modem TOSHIBA Software Modem   ver =2.1.38.0
Périphérique IDE 1IC25N060ATMR04-0
Périphérique IDE 2Aucun
Périphérique IDE 3MATSHITA DVD-RAM UJ-820S   Microprogramme =1.50
Périphérique IDE 4Aucun
Périphérique IDE 5Aucun
Périphérique IDE 6Aucun
Internet Explorer 6.0.2900.2180
  

EC/KBC Version""
PS-MICOM Version  ""

[Informations QFE]
Windows Update"KB834707"
Windows Update"KB885884"
Windows Update"Q147222"


Cygwin Configuration Diagnostics
Current System Time: Wed Nov 10 21:19:02 2004

Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 2

Path:   C:\cygwin\lib\subversion\bin
C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\program files\imagemagick-5.5.7-q16
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
c:\Program Files\ATI Technologies\ATI Control Panel

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1006(bruno) GID: 513(Aucun)
513(Aucun)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1006(bruno) GID: 513(Aucun)
0(root)   513(Aucun)
544(Administrateurs)  545(Utilisateurs)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

HOME = `C:\cygwin\home\bruno'
MAKE_MODE = `unix'
PWD = `/home/bruno'
USER = `bruno'

Use `-r' to scan registry

c:  hd  NTFS   57231Mb  16% CP CS UN PA FC 
d:  cd   N/AN/A
y:  net NTFS   57857Mb  31% CP CSPAbruno
z:  net NTFS   57857Mb  31% CP CSPACommun

C:\cygwin  /  userbinmode
C:\cygwin/bin  /usr/bin   userbinmode
C:\cygwin/lib  /usr/lib   userbinmode
.  /cygdrive  userbinmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

  120k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_client-1-0.dll
   25k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_delta-1-0.dll
   22k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_diff-1-0.dll
   11k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_fs-1-0.dll
  108k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_fs_base-1-0.dll
   75k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_fs_fs-1-0.dll
7k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_ra-1-0.dll
   69k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_ra_dav-1-0.dll
   14k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_ra_local-1-0.dll
   49k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_ra_svn-1-0.dll
   79k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_repos-1-0.dll
  12

Re: Why Xming.exe?

2004-11-10 Thread Alexander Gottwald
On Wed, 10 Nov 2004, Øyvind Harboe wrote:

> * There are two many options and questions with CygWin. I imagine that
> Xming.exe can come with a ~"zero questions" installer.

This is the main reason. There is still some work to do but I plan on
having all defaults in Xming depend on the installation dir of Xming.

eg:

C:\Program Files\Xming\Xming.exe
C:\Program Files\Xming\fonts\...
C:\Program Files\Xming\xkb\...
C:\Program Files\Xming\rgb
C:\Program Files\Xming\XErrorDB
C:\Program Files\Xming\XKeysymDB
C:\Program Files\Xming\Xsecurity

This all packed together in an installer and most of the problems
with an easy deployable xserver for windows are gone

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


RE: xorg installation fails, 99% complete only

2004-11-10 Thread Bobby McNulty
Look, I love Cygwin, xorg, and KDE.
I set up webpage so I can contribute to the progect.
And I will. I have to find some soundfonts small enough to distribute with
Timidity.
I wanted to also contribute Rosegarden. It requires KDE and Xorg.
I will try again in a minute here, without xorg, and then install xorg.
Sorry. I'm used to installing it all at once, not in pieces.
Alex, you are doing a great job with it. I was just perturbed that I could
not get it installed.
See you in two hours.
I'll be back then.
Bobby
http://www.geocities.com/bobbymcn2004
Home page




Re: xorg installation fails, 99% complete only

2004-11-10 Thread bruno patin
Good evening from france,
I bought a new box some days ago and decided to install cygwin. I had 
exactly the same install problem than the other people of the list. My 
computer is a win xp family edition sp2. I have the administrator rights 
and installed using the "just me" and "unix" options. What I saw is that 
the process was not blocked but reserved more and more memory (I stopped 
at 1Go). when cancelled, setup gave me the message indicated on a post 
before. I will try in some mns to install again (a fresh install, I 
removed all by hand after my  attempts) without the xorg package in 
order to obtain a cygcheck command to give you new informations plus I 
will reinstall these xorg packages.

By the way, I do not understand the debate (?). Your work is great, 
really. I use cygwin and cygwin-xfree since beta 15. Whatever the 
problems, unavoidable on such projects, your accomplishments are totally 
extraordinary. For my part, I consider that whatever you ask me to do to 
help I have only one choice but to do it.

Thank you again
B.Patin


Why Xming.exe?

2004-11-10 Thread Øyvind Harboe
Some comments on why *I* think Xming.exe might be useful:


* CygWin is difficult to deploy. There are various reasons, but the most
important is that CygWin does not support side-by-side installs. 

Some users don't care about CygWin, all they want is SSH and a stable X
server and they'll be happy for years. 

Another example: I have some other programs (GCC embedded toolchain)
that hasn't changed in a year or two and I don't want those destablised
by a new version of CygWin.

CygWin itself does not have any nasty dependencies that I know about. 

* CygWin is always in flux. Who knows if todays version is going to
work? (If you install CygWin every 3 months or so, there are bound to be
new and improved versions).

* Download/install size is not important. If a single 20Mbyte offline
installable .exe gave me SSH + CygWin, I'd be happy. What is 200Mbytes
of harddisk space among friends these days?

* There are two many options and questions with CygWin. I imagine that
Xming.exe can come with a ~"zero questions" installer.



-- 
Øyvind Harboe
http://www.zylin.com




Re: Xming.exe comments

2004-11-10 Thread Alexander Gottwald
On Wed, 10 Nov 2004, Øyvind Harboe wrote:

> More comments:
> 
> - Tested latest version of Xming.exe
> http://cygwin.com/ml/cygwin-xfree/2004-11/msg00059.html
> 
> >Maybe the fontserver is not responding.
> >
> >most linux distributions havbe it setup without tcp transport. 
> >Check /etc/X11/fs/config and comment the line "no-listen = tcp"
> 
> This fixed the problem.
> 
> - When I try to launch Evolution, the X server dies. XWin.log attached.

I've put a new binary which fixes the errno issue and I had evolution running.

bye
ago
 
 

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


Re: Xming.exe comments

2004-11-10 Thread Alexander Gottwald
On Wed, 10 Nov 2004, Øyvind Harboe wrote:

> More comments:
> 
> - There is no Window title bar to drag the windows around by. (Perhaps this
> is pointed out in the first Xming.exe post). It would be useful to have the 
> ability
> to drag the Windows around, even if "decorations" will not be implemented for 
> a while
> still. Is this related to "decoration"? My command line:
> 
> Xming -ac -fp tcp/fury:7100 -sp SecurityPolicy -co rgb -rootless
> 
> same result with:
> 
> Xming -ac -fp tcp/fury:7100 -sp SecurityPolicy -co rgb 

you'll need a window manager. twm is fine.

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


Xming.exe comments

2004-11-10 Thread Øyvind Harboe
More comments:

- There is no Window title bar to drag the windows around by. (Perhaps this
is pointed out in the first Xming.exe post). It would be useful to have the 
ability
to drag the Windows around, even if "decorations" will not be implemented for a 
while
still. Is this related to "decoration"? My command line:

Xming -ac -fp tcp/fury:7100 -sp SecurityPolicy -co rgb -rootless

same result with:

Xming -ac -fp tcp/fury:7100 -sp SecurityPolicy -co rgb 


-- 
Øyvind Harboe
http://www.zylin.com
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.1.99-0

Contact: [EMAIL PROTECTED]

XWin was started with the following command line:

Xming -ac -fp tcp/fury:7100 -sp SecurityPolicy -co rgb -rootless 

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
(==) FontPath set to "tcp/fury:7100"
(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
(++) FontPath set to "tcp/fury:7100"
(++) RgbPath set to "rgb"
(--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: "0414" (0414) 
(--) Using preset keyboard for "Norwegian" (414), type "81"
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap
(--) 5 mouse buttons found
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0


Xming.exe comments

2004-11-10 Thread Øyvind Harboe
More comments:

- Tested latest version of Xming.exe
http://cygwin.com/ml/cygwin-xfree/2004-11/msg00059.html

>Maybe the fontserver is not responding.
>
>most linux distributions havbe it setup without tcp transport. 
>Check /etc/X11/fs/config and comment the line "no-listen = tcp"

This fixed the problem.

- When I try to launch Evolution, the X server dies. XWin.log attached.


-- 
Øyvind Harboe
http://www.zylin.com
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.1.99-0

Contact: [EMAIL PROTECTED]

XWin was started with the following command line:

Xming -ac -fp tcp/fury:7100 -sp SecurityPolicy -co rgb -rootless 

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
(==) FontPath set to "tcp/fury:7100"
(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
(++) FontPath set to "tcp/fury:7100"
(++) RgbPath set to "rgb"
(--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: "0414" (0414) 
(--) Using preset keyboard for "Norwegian" (414), type "81"
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap
(--) 5 mouse buttons found
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0
WaitForSomething(): select: errno=0


Re: Xming.exe comments

2004-11-10 Thread Alexander Gottwald
On Wed, 10 Nov 2004, Øyvind Harboe wrote:

> - My first intended use of Xming.exe is to try to make some progress on
> tracking a crash in XWin.exe.  This stranded on GDB problems last I
> attempted to track it down.
> 
> http://cygwin.com/ml/cygwin-xfree/2004-10/msg00112.html
> 
> - I didn't find any file called /usr/X11R6/lib/X11/rgb, but there is a
> file called /usr/X11R6/lib/X11/rgb.txt

Yes. This is the file. 

> - Rejoice! GDB does not go ga-ga when debugging Xming.exe!
> - I assume it builds upon pretty much the same source as XWin.exe. Is
> the source available? Or even better committed to a CVS server
> somewhere?

Not yet. But http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 has patches.
I hope to commit it the next days.

I've a new version posted on
http://www.tu-chemnitz.de/~goal/xfree/Xming.exe.bz2

- -query is working
- fontdirs can use drive letters in from
- default fontpath and rgbfile are relocated
  place Xming.exe in cygwin /usr/X11R6/lib/X11 and it will find
  all fonts and the rgb file.

  The relocation replaces /usr/X11R6/lib/X11 with the path component
  of the Xming binary

> - I noticed Xming.exe depends on msvcr70.dll

yes. It's required for scprintf which counts how much characters a sprintf would
write. Maybe I'll replace that with the snprintf from xc/lib/misc

> - If someone could explain how to verify that a Linux box is configured
> as a fontserver, it would be much appreciated. I think my Debian box is
> running a font server. From my Debian box:
> 
> fury:~# ps -A | grep xfs
>   431 ?00:00:00 xfs
> - After I launch Xming.exe, it seems like it is stuck waiting for
> something after the Xming.exe window is up. The mouse cursor is stuck as
> an hourglass and the Xming.exe does not redraw. Attached is XWin.log.

Maybe the fontserver is not responding.

most linux distributions havbe it setup without tcp transport. Check 
/etc/X11/fs/config 
and comment the line "no-listen = tcp"

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


Can't get startwin.bat to work

2004-11-10 Thread Mike McCollister
I have been using cygwin for years and the X client under cygwin for about a
year.  In order to get X to work, I have to make sure that I am running bash
and then run startxwin.sh to get it to work.  Well, I've been trying to get it
to work with just startxwin.bat but I am not successful.  It seems to have a
problem with the "run" commands.  Here are the run commands:

run XWin -clipboard -silent-dup-error
run xterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e /usr/bin/bash
-l

I do have cygwin installed in c:\progra~1\cygwin and I have modified
startxwin.bat so that

SET CYGWIN_ROOT=c:\progra~1\cygwin

The last time I updated anything in cygwin as last week (first week of
November).

Does anyone know how to get the startxwin.bat to work?

Just a little more background.  When I mean that it does not work, I mean that
the "X" shows up as an icon next to the clock but nothing else happens.  If I
right click on the "X", nothing happens.  I have to use the Task Manger to kill
XWin.exe.

Thanks,

Mike



__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 



Xming.exe comments

2004-11-10 Thread Øyvind Harboe
- My first intended use of Xming.exe is to try to make some progress on
tracking a crash in XWin.exe.  This stranded on GDB problems last I
attempted to track it down.

http://cygwin.com/ml/cygwin-xfree/2004-10/msg00112.html

- I didn't find any file called /usr/X11R6/lib/X11/rgb, but there is a
file called /usr/X11R6/lib/X11/rgb.txt
- Rejoice! GDB does not go ga-ga when debugging Xming.exe!
- I assume it builds upon pretty much the same source as XWin.exe. Is
the source available? Or even better committed to a CVS server
somewhere?
- I noticed Xming.exe depends on msvcr70.dll
- If someone could explain how to verify that a Linux box is configured
as a fontserver, it would be much appreciated. I think my Debian box is
running a font server. From my Debian box:

fury:~# ps -A | grep xfs
  431 ?00:00:00 xfs
- After I launch Xming.exe, it seems like it is stuck waiting for
something after the Xming.exe window is up. The mouse cursor is stuck as
an hourglass and the Xming.exe does not redraw. Attached is XWin.log.




-- 
Øyvind Harboe
http://www.zylin.com
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.1.99-0

Contact: [EMAIL PROTECTED]

XWin was started with the following command line:

Xming -fp tcp/fury:7100 -ac -co rgb -sp SecurityPolicy 

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
(++) FontPath set to "tcp/fury:7100"
(--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: "0414" (0414) 
(--) Using preset keyboard for "Norwegian" (414), type "81"
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap
(--) 5 mouse buttons found


Re: xorg installation fails, 99% complete only

2004-11-10 Thread Alexander Gottwald
Alexander Gottwald wrote:

> Bobby McNulty wrote:
>
> > Sorry for the insult, but under Harolld, he would have everything tested
> > on different machines and configurations. I'm running Windows XP
> > professional with Service Pack #2. Find out what the others are using.
>
> I don't expect people to send me flowers
> for my work. But I expect them not to insult me in complete disregard of
> the amount of time I invest in the project.

Bobby, the former posting was not a rant against you. It was more a general
statement. You apologized and I don't want to keep fire burning.

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


Re: X Win Error

2004-11-10 Thread Gerrit P. Haase
siddharth adelkar wrote:
Hi,
  I have obtained this error 
___
[EMAIL PROTECTED] ~
 ^ This is your username?
cat: /home/cygwinuser/.Xauthority: No such file or directory
 ^^ this is your HOME directory?
This is unusual, it does not match, my name is 'gerrit' and my homedir 
is /home/gerrit.

When I run startx I see nearly the same output but it continues like this:
winInitClipboard ()
winProcEstablishConnection - winInitClipboard returned.
winInitMultiWindowWM - XOpenDisplay () returned and successfully opened 
the display.
winClipboardProc - Hello
DetectUnicodeSupport - Windows NT/2000/XP
winClipboardProc - DISPLAY=127.0.0.1:0.0
winClipboardProc - XOpenDisplay () returned and successfully opened the 
display.
winMultiWindowXMsgProc - XOpenDisplay () returned and successfully 
opened the display.
winProcSetSelectionOwner - Clipboard not yet started, aborting.
winProcSetSelectionOwner - Clipboard not yet started, aborting.

After that the server is running and accepting connections.  Does X 
actually is running and can you connect, ie. is the xterm opened?

Gerrit
--
=^..^=