Re: Help to run Cygwin X

2006-10-12 Thread Lionel B

Gadi Shavit wrote:


Hi,
 
I installed Cygwin with X and I am trying to run XWin on an XP Professional.

I am getting the following failure (from XWin.log):
 
/.../
 
Fatal server error:

could not open default font 'fixed'


http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof

--
Lionel B


--
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: error with font in xTerm

2006-09-15 Thread Lionel B

mr Ed wrote:

/.../

Fatal server error:
could not open default font 'fixed'


See the Cygwin/X FAQ:

http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-error-font-eof

--
Lionel B


--
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: FW: Remote Connections

2006-08-29 Thread Lionel B

Charli Li wrote:

Rich Mayo wrote:
Can I set up my Cygwin X server to support remote connections such 
as telnet or rlogin?


You might want to use ssh with trusted X11 forwarding.

man ssh

and look at the -Y switch.

--
Lionel B


--
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: STARTXWIN.BAT Hanging Under Win2KPro

2006-06-10 Thread Lionel B

Douglas J. Renze wrote:

The subject says it all.

STARTXWIN.BAT is hanging on the startup under Win2KPro.  If I run it,
 it will stall out - I can't right-click on the X icon in the system 
tray to bring up the menu, and when I examine the processes, it 
appears that XWin.exe is running, as well as an xterm.exe process, 
but no XTerm ever pops up.


If I kill the process, then start it up *again*, everything pops up 
just fine.


Ideas?  If this is something that somebody has encountered before, a 
simple pointer in the right direction would do just fine.


Greetings,

had the same thing (also Win2K Pro). On failure to start, XWin.log
revealed the following (which was not present on a successful restart):

(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap

Googling turned up the following:

http://www.cygwin.com/ml/cygwin-xfree/2005-08/msg00072.html

Reading to the bottom, the fix suggested is to copy the directory
/etc/X11/xkb to /usr/X11R6/lib/X11/xkb. This does appear to solve the
problem in my case.

I note that on my setup /usr/X11R6/lib/X11/xkb would normally be just a
soft link to /etc/X11/xkb ...

--
Lionel B


--
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: Xwin freezing on startup.

2006-03-22 Thread Lionel B
On Wed, 22 Mar 2006 20:14:58 +1100, Brent Easton wrote:

 Hi Alex,
 
 On 22/03/2006 at 1:37 PM Alexander J. Herrmann  wrote:
Because you're running in MultiWindow mode so no background screen (root
window) will appear only the Taskbar Icon. A right click on this should
give you a menue to show the root window.
When starting a x-prog from bash did you set the DISPLAY environment
variable prior to this like:
export DISPLAY=127.0.0.1:0.0
xclock
If not the x prog not knows to connect to which display.
Alex
 
 No, there is no right-click menu on the X icon menu, right-clicking does 
 nothing.

I have the same problem intermittently (Win 2K, no firewalls except for
NAT router) - X seems to start up successfully at about every second
attempt; else it also hangs on the line:

winMultiWindowXMsgProc - Calling pthread_mutex_lock ()

which sounds like a threading issue. I've found that removing the 
-silent-dup-error flag helps a bit, but doesn't solve the problem.

-- 
Lionel B



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



Re: Cygwin installing too much stuff

2005-05-18 Thread Lionel B
Gary R. Van Sickle wrote:
  Setup by default tries to bring any
 already-installed package up/back to the curr version.  Not only does it
 update old stuff, but if you have any exp releases installed, it'll
 actually try to downgrade them back to curr.  Yeah, that's not too cool.
 If you want to avoid that (and since I often use exp stuff, I often do),
 use this procedure, and never be surprised again:

I've been caught by that one...

 - Select the new package(s) you want to install in the package chooser.  I
 usually use the Full view.
 - Once you're done, switch to the Partial view.  This will show you what
 is going to be downloaded and installed.  Deselect anything you don't want
 up/downgraded (i.e. swith the entry in the New column to Keep) or
 installed (i.e. switch it to Skip).
 - Next away and let setup do its work.

 Make sure you don't screw things up though; if you accidentally turn off a
 package's prerequistes, you're likely to have a mysteriously broken
 installation.

...and here's the problem: if I've installed a exp package(s), I'm not always 
sure what dependencies it installs
(maybe that's just sloppiness/inattention on my part). Then when I want to 
update something else and prevent setup from
downgrading my exp package(s) to current, I'm never quite confident that 
I'm not going to break something by
keeping/not keeping some dependent package.

To give an example, I have installed the exp gcc 3.4.1 and mingw-gcc 20040822 
packages. Now I see I have libtool-devel
1.9f_20041024 installed, whreas setup wants to change that to 1.5.10. I 
suspect, but am not sure, that this is a
dependancy of my exp gcc and should therefore keep the current version. Is 
there a safe way to find out?

-- 
Lionel B



--
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: Cygwin installing too much stuff

2005-05-18 Thread Lionel B
Brian Dessent wrote:
 Lionel B wrote:
 
 /.../
 
 If you want to keep one or more packages at Exp versions this is the
 method I use:
 
 First thing you do after running setup each time, switch to partial. 
 You will see a combination of Exp packages that setup wants to downgrade
 to Curr, mixed with any normal packages that you're not using Exp
 versions of that need upgrading.  For all the packages that you are
 using Exp versions, just toggle them back to Keep, and then continue
 with setup as normal.  It's not very elegent, but most of the time
 there's not more than a small number of Exp packages so it's pretty easy
 just to switch them all back to Keep first thing.  After a couple of
 times it becomes habit because it's the same packages each time.

Yes, that's pretty much what I do now... so I guess I'm not missing anything 
obvious.

 Plan B is to use Exp versions of *everything*, in which case you just
 use the Exp radio button each time.  But I wouldn't necessarily
 recommend that.

Too scary.

 (And yes, setup could be a lot more intuitive about all this... *sigh*)

Not even a mother could love it ;-)

Cheers,

-- 
Lionel B



--
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: Hippo icon!

2005-05-03 Thread Lionel B
Corinna Vinschenwrote...
 On May  3 04:34, Brian Dessent wrote:
  Corinna Vinschen wrote:
  
green-n-black C to a roaring hippo.
http://www.cygwin.com/hippo.jpg
   
It's to shake off the impression that Cygwin is bloated and slow. No,
wait
   
   Yes, sure, that's right.  The hippo's the second fastest animal ever,
   right after the tortois(*).
  
  If the GNU people can have a logo like this
  http://www.gnu.org/graphics/meditate.jpg then I see no reason why
  Cygwin can't have a hippo: http://dessent.net/tmp/cyghippo.jpg
 
 Wow!  I'm impressed.  Is that cyppo free from copyrights?

Well, talking of hippos and icons, I propose a patron saint for the Cygwin 
project:

http://ccat.sas.upenn.edu/jod/augustine.html

-- 
Lionel B



--
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: File attribute access very slow

2005-04-29 Thread Lionel B
Brian Dessent wrote...
 Tor Egil Hovland wrote:

 [...]

 Ah, okay.  The key there is terminal server, which I guess makes the
 difference.

Hmmm... I seem to have this problem too using terminal server too (can't say 
whether the problem exists without terminal
server as I don't have any other access to the machines).

-- 
Lionel B



--
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: bash/fork problem on Win server 2003 with terminal serve

2005-04-23 Thread Lionel B
Christopher Faylor wrote in message...
 On Thu, Apr 21, 2005 at 08:59:18AM +0100, Lionel B wrote:
 second it's the wrong Cygwin version,
 
 ...this is curious...  I *thought* I'd installed 1.5.15.  If I run
 setup.exe it tells me that the current version of cygwin is 1.5.15-1
 (and indeed the cygcheck output gives the cygwin *package* version as
 1.5.15-1).  As you point out (and I failed to spot) cygcheck also
 indicates that the Cygwin DLL version is 1.5.14.  Now I'm lost...
 
 Obvious question: Did you reboot after installing?

Yes.

 Otherwise just reinstall cygwin.

Done; that appears to have fixed the problem.

Thanks for the help,

-- 
Lionel B




--
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: bash/fork problem on Win server 2003 with terminal serve

2005-04-21 Thread Lionel B
Corinna Vinschen wrote ...
 On Apr 20 17:19, Lionel B wrote:
  Corinna Vinschen wrote...
   On Apr 20 14:09, Lionel B wrote:
Lionel B wrote...
 Corinna Vinschen wrote...
  On Apr 14 14:55, Lionel B wrote:
   Hi,
  
   I seem to have hit the same issue as described in:
  
   http://sourceware.org/ml/cygwin/2005-03/msg00919.html
 
  Please test the latest snapshot from http://cygwin.com/snapshots/

 Thanks, it appears to fix the problem. Will test more thoroughly.
   
Just checking: the fix doesn't appear to have made it into the 1.5.15-1 
release - is that correct?
  
   No.
 
  Ok: the problem as reported in my original post in this thread appears 
  still to exist in 1.5.15. Example:
 
  bash-2.05b$ ls
  185071245 [main] bash 2892 fork_parent: child 3584 died waiting for longjmp 
  before initialization
  bash: fork: No such file or directory
 
  Cygcheck output attached (again, from a W2K machine on which latest Cygwin 
  is installed rather than the Server 2003
  machine, since the problem prevents me from running cygcheck there).

 Not helpful.  First it's the wrong machine,

Yes. But let's stick with this machine for the moment, as it's my main Cygwin 
machine...

 second it's the wrong Cygwin version,

...this is curious... I *thought* I'd installed 1.5.15. If I run setup.exe it 
tells me that the current version of
cygwin is 1.5.15-1 (and indeed the cygcheck output gives the cygwin *package* 
version as 1.5.15-1). As you point out
(and I failed to spot) cygcheck also indicates that the Cygwin DLL version is 
1.5.14. Now I'm lost...

-- 
Lionel B



--
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: [ANNOUNCEMENT] Updated: cygwin-1.5.15-1

2005-04-20 Thread Lionel B
Christopher Faylor wrote...
 I've made a new version of the Cygwin DLL and associated utilities
 available for download.  As usual, a list of what has changed is below.

 To update your installation, click on the Install Cygwin now link on
 the http://cygwin.com/ web page.  This downloads setup.exe to your
 system.  Then, run setup and answer all of the questions.

Greetings,

I download and run the latest setup.exe - for all mirrors I've tried the cygwin 
package seems to be pegged at 1.5.14-1
rather than 1.5.15-1. Are there more up to date mirrors I may not have tried, 
or am I misunderstanding something
here...?

cygcheck output attached.

-- 
Lionel B


cygcheck.out
Description: Binary data
--
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: bash/fork problem on Win server 2003 with terminal serve

2005-04-20 Thread Lionel B
Corinna Vinschen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]
 On Apr 20 14:09, Lionel B wrote:
  Lionel B wrote...
   Corinna Vinschen wrote...
On Apr 14 14:55, Lionel B wrote:
 Hi,

 I seem to have hit the same issue as described in:

 http://sourceware.org/ml/cygwin/2005-03/msg00919.html
   
Please test the latest snapshot from http://cygwin.com/snapshots/
  
   Thanks, it appears to fix the problem. Will test more thoroughly.
 
  Just checking: the fix doesn't appear to have made it into the 1.5.15-1 
  release - is that correct?

 No.

Ok: the problem as reported in my original post in this thread appears still to 
exist in 1.5.15. Example:

bash-2.05b$ ls
185071245 [main] bash 2892 fork_parent: child 3584 died waiting for longjmp 
before initialization
bash: fork: No such file or directory

Cygcheck output attached (again, from a W2K machine on which latest Cygwin is 
installed rather than the Server 2003
machine, since the problem prevents me from running cygcheck there).

-- 
Lionel B


cygcheck.out
Description: Binary data
--
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: bash/fork problem on Win server 2003 with terminal serve

2005-04-15 Thread Lionel B
Lionel B wrote in message news:[EMAIL PROTECTED]
 Hi,
 
 I seem to have hit the same issue as described in:
 
 http://sourceware.org/ml/cygwin/2005-03/msg00919.html
 
  [...]
 
 I've attach cygcheck output for the machine where Cygwin is installed (again 
 I cannot run
 cygcheck on the Win server 2003 machine because it too fails...)

Apologies, struggling with braindead newsreader... here's (hopefully) cygcheck 
output in readable format...

-- 
Lionel B


cygcheck.out
Description: Binary data
--
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: bash/fork problem on Win server 2003 with terminal serve

2005-04-15 Thread Lionel B
Corinna Vinschen wrote in message news:[EMAIL PROTECTED]
 On Apr 14 14:55, Lionel B wrote:
  Hi,
  
  I seem to have hit the same issue as described in:
  
  http://sourceware.org/ml/cygwin/2005-03/msg00919.html
 
 Please test the latest snapshot from http://cygwin.com/snapshots/

Thanks, it appears to fix the problem. Will test more thoroughly.

Regards,
Lionel
 


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



bash/fork problem on Win server 2003 with terminal serve

2005-04-14 Thread Lionel B
Hi,

I seem to have hit the same issue as described in:

http://sourceware.org/ml/cygwin/2005-03/msg00919.html

No resolution was offered there...

Cygwin works fine locally and (via terminal serve) on a variety of other 
machines running Win 2000 and XP. However, when
I terminal serve to a machine running Win server 2003 certain commands fail in 
bash as follows:

bash-2.05b$ ls
579387288 [main] bash 1620 fork_parent: child 3156 died waiting for longjmp 
before initialization
bash: fork: No such file or directory
bash-2.05b$

I am not sure whether this is relevant (I suspect not), but I should add that 
when bash fires up I get the message:

bash.exe: warning: could not find /tmp, please create!

I am aware of the problem here and have addressed it previously by mounting 
/tmp locally with:

mount -fsb c:/temp /tmp

I cannot do this on the Win server 2003 machine because mount fails as above...

I've attach cygcheck output for the machine where Cygwin is installed (again I 
cannot run cygcheck on the Win server
2003 machine because it too fails...)

Regards,

-- 
Lionel B


begin 666 cygcheck.out
M#0I#6=W:[EMAIL PROTECTED])A=EO;B!$:6%G;F]S=ECPT*0W5RF5N=!3
M[EMAIL PROTECTED][EMAIL PROTECTED]AU($%PB Q- Q-#HT,#HP-B R,# U#0H-E=I;F1O
M=W,@,C P,!397)V97(@5F5R(#4N,!=6EL9 R,3DU(%-E[EMAIL PROTECTED]%C
M:R T#0H-E!A=@Z5DZ7-Y9W=I;EQUW)6#$Q4C98FEN#0H)63I8WEG
M=VEN7'5SEQL;V-A;%QB:6X-@E9.EQC6=W:6Y8FEN#0H)63I8WEG=VEN
M7)I;@T*6,Z7'1EUF7UI:W1E%QB:6Y#0H)8SI5TE.3E1WES=5M
M,S(-@EC.EQ724Y.5 T*6,Z7%=)3DY47%-YW1E;3,R7%=B96T-@EC.EQ0
MF]GF%M($9I;5S7$-O;6UO;B!:6QEUQ!9%P=5C(%-H87)E9%Q37-T
M96T-@EC.EQW:6YN=%QS7-T96TS,EQP9F4S,BYE4-@EC.EQW:6YN=%QS
M7-T96TS,EQG875SW1O;VPN97AE#0H)8SI4')O9W)A;2!:6QEUQ#;VUM
M;[EMAIL PROTECTED]3F5T=V]R:R!!W-O8VEA=5S7%9IG5S4V-A;B!%;F=I;F5
M-XP+GAX7 T*6,Z7%!R;[EMAIL PROTECTED]9]X6=E;EQB:6X-@EC.EQ0
MF]GF%M($9I;5S7$UI8W)OV]F=[EMAIL PROTECTED]@P7%1O;VQS7$))
M3DX-@E9.EQC6=W:6Y8FEN#0H)63I8WEG=VEN7'5SEQL;V-A;%QB:6X-
M@EC.EQW:6XS,F%P T*7DZ7=S=]O;'-9W,X+C$T7)I;@T*7DZ7=S
M=]O;'-9W,X+C$T7[EMAIL PROTECTED]6,Z7%!R;[EMAIL PROTECTED]36ECF]S;V9T
M(%9IW5A;!3='5D:6]5D,Y.%Q:6X-@EC.EQ0F]GF%M($9I;5S7$UI
M8W)OV]F=!6:[EMAIL PROTECTED]EO7$-O;6UO;EQ-4T1E=CDX7$)I;@T*#0I/
[EMAIL PROTECTED])O;2!9.EQC6=W:6Y8FEN7ED+F5X92 H;F]N='-E8RD-E5)
M1#H@,3(P-#,H;EO;F5L*2 @( @(!'240Z(#$P-3$S*$1O;6%I;B!5V5R
MRD-C$P-3$S*$1O;6%I;B!5V5RRD-@T*3W5T'5T(9R;[EMAIL PROTECTED]8WEG
M=VEN7)I;EQI9YE[EMAIL PROTECTED]YTV5C*0T*54E$.B Q,C T,RAL:6]N96PI( @
M( @($=)1#H@,3 U,3,H1]M86EN(%5S97)S*0T*,AR;V]T*2 @( @( @
M( @( @( @(#$P-3$S*$1O;6%I;B!5V5RRD@( @( Q,C$R-A%=F5R
M6)O9'DI#0HQ,C$R,BA297-E87)C:D-@T*4WES1ER.B!#.EQ724Y.5%QS
M7-T96TS,@T*5VEN1ER.B!#.EQ724Y.5 T*#0I(3TU%([EMAIL PROTECTED]@Z7'5S97)S
M7QI;VYE;-DU!2T5?34]$12 ](!U;FEX)PT*4%=$([EMAIL PROTECTED]]C6=DFEV
M92]H+W5S97)S+VQI;VYE;-E5315(@/2!@;EO;F5L)PT*#0I!3$Q54T52
M4U!23T9)3$4@/[EMAIL PROTECTED]1]C=6UE;G1S(%N9!3971T:6YGUQ!;[EMAIL 
PROTECTED]
MG,G#0I!4%!$051!([EMAIL PROTECTED],Z7$1O8W5M96YTR!A;[EMAIL 
PROTECTED]EN9W-;EO
M;F5L7$%PQI8V%T:6]N($1A=$G#0I#3$E%3E1.04U%([EMAIL PROTECTED])%1$M%3B-
MD-/34U/3E!23T=204U24Q%4R ](!#.EQ0F]GF%M($9I;5S7$-O;6UO
M;B!:6QER-D-/35!55$523D%-12 ](!215-%05)#2-D-/35-014,@
M/[EMAIL PROTECTED]5TE.3E1WES=5M,S)8VUD+F5X92-D-64U]24T@@/[EMAIL 
PROTECTED])I
M;B]S[EMAIL PROTECTED]@/[EMAIL PROTECTED]3EO;F5L7'=OFLG#0I'3E503$]4([EMAIL 
PROTECTED](Z
M7$1O8W5M96YTR!A;[EMAIL PROTECTED]EN9W-;EO;F5L7%=)3D1/5U,G#0I(3TU%
M1%))5D4@/[EMAIL PROTECTED](3U-43D%-12 ](!R97-E87)C:-DE.5$5,7TQ)
M0T5.4T5?1DE,12 ](!#.EQ0F]GF%M($9I;5S7$-O;6UO;B!:6QEUQ)
M;G1E;%Q,:6-E;G-ER-DQ/1T].4T525D52([EMAIL PROTECTED]1T]204XG#0I,5T0@
M/[EMAIL PROTECTED]3EO;F5L)PT*34%.4$%42 ]( Z+W5SB]SVPO;6%N.B]UW(O
M6#$Q4C8O;6%N)PT*3E5-0D527T]7U!23T-%4U-/4E,@/2!@,B-D],1%!7
M1 ]( O=7-R+V)I;B-D]3,DQ)0E!!5$@@/[EMAIL PROTECTED]5TE.3E1WES=5M
M,S);W,R71L;#LG#0I/4R ](!7:6YD;W=S7TY4)PT*4$%42$585 ]( N
M0T]-.RY%6$4[+D)!5#LN0TU$.RY60E,[+E913LN2E,[+DI313LN5U-.RY7
[EMAIL PROTECTED])?05)#2$E414-455)%([EMAIL PROTECTED]'@X-B-E!23T-%4U-/
M4E])1$5.5$E2452([EMAIL PROTECTED]'@X-B!86UI;'D@,[EMAIL 
PROTECTED]@,B!3=5PEN
M9R W+!'96YU:6YE26YT96PG#0I04D]#15-33U)?3$5614P@/2!@,34G#0I0
M4D]#15-33U)?4D5625-)3TX@/2!@,#(P-R-E!23T=204U24Q%4R ](!#
M.EQ0F]GF%M($9I;5S)PT*4%)/35!4([EMAIL PROTECTED]10)$G#0I04S$@/[EMAIL 
PROTECTED]
M,#,S73 [7'=,# W7# S,ULS,FU75QU0%QH7%M,#,S6S,S;5QW7# S,ULP
M;5Q=/B G#0I05$0@/[EMAIL PROTECTED]S%2%Q5V5RUQ,:6]N96Q1V%UW-9%T
M82-E!41$Y/54Y#([EMAIL PROTECTED]@Z7%5S97)S7$QI;VYE;%Q'875SUQD871A)PT*
M4T534TE/3DY!344@/[EMAIL PROTECTED],W,2-E-(3%9,([EMAIL PROTECTED]
M14U$4DE612 ](!#.B-E-94U1%35)/3U0@/[EMAIL PROTECTED]5TE.3E0G#0I414U0
M([EMAIL PROTECTED],Z7$1/0U5-17XQ7QI;VYE;%Q,3T-!3%-^,5Q496UP7#G#0I415)-
M([EMAIL PROTECTED]-Y9W=I;B-E1%6$1/0U9)15=?9'9I([EMAIL 
PROTECTED]-Y9W-T87)T(5S)PT*
M5$581$]#5DE%5U]H=UL([EMAIL PROTECTED]-Y9W-T87)T(5S)PT*5$581$]#5DE%5U]P
M98@/[EMAIL PROTECTED]W1AG0@)7,G#0I415A$3T-624577W!S([EMAIL 
PROTECTED]-Y9W-T87)T
M(5S)PT*5$581$]#5DE%5U]T'0@/[EMAIL PROTECTED]W1AG0@)7,G#0I435 @/2!@
M0SI1$]#54U%?C%;EO;F5L7$Q/0T%,4WXQ7%1E;7!-R-E5315)$3E-$
M3TU!24X@/2

Re: Running Cygwin on Windows 2003 Server via remote desktop

2005-04-14 Thread Lionel B
Nathan Potter [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]
 Hi,

 I'm having this problem as well. Specifically, I'm getting the following
 errors for non-privileged users logging in via Remote Desktop to Windows
 Server 2003:

 When I click on the Cygwin Icon:

   2 [main] bash 6544 fork_parent: child 5496 died waiting for longjmp
 before initialization
 bash: fork: Bad file descriptor
 bash-2.05b$

 When I run a cygwin app from the DOS Prompt:

 ls
 C:\cygwin\bin\ls.exe (6944): *** could not load user32, Win32 error
 0

Same again... see http://sources.redhat.com/ml/cygwin/2005-04/msg00656.html




--
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: Running Cygwin on Windows 2003 Server via remote desktop

2005-04-14 Thread Lionel B
Nathan Potter wrote in message news:[EMAIL PROTECTED]
 Hi,

 I'm having this problem as well. Specifically, I'm getting the following
 errors for non-privileged users logging in via Remote Desktop to Windows
 Server 2003:

 When I click on the Cygwin Icon:

   2 [main] bash 6544 fork_parent: child 5496 died waiting for longjmp
 before initialization
 bash: fork: Bad file descriptor
 bash-2.05b$

 When I run a cygwin app from the DOS Prompt:

 ls
 C:\cygwin\bin\ls.exe (6944): *** could not load user32, Win32 error
 0

Same again... see http://sources.redhat.com/ml/cygwin/2005-04/msg00656.html

-- 
Lionel B





--
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: Technical support

2005-01-20 Thread Lionel B
Cynthia Martinez Cisneros  wrote in message
news:[EMAIL PROTECTED]
 Hello, my name is Cynthia and I'd like to know if installing cygwin is
 gonna cause any trouble to my pc, my system is WindowsXp. I need
 cygwin in order to install ASITIC, could you help me?

Cynthia, when you got your pc did you mail Microsoft to ask them whether
installing Windows XP would cause any trouble to your pc?

;)

-- 
Lionel B




--
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: Clapack on Cygwin

2004-11-17 Thread Lionel B
Eleftheria Kavoussanaki writes:

 Hello!
 
 I tried to install clapack on cygwin and errors occurred. I would very much
 appreciate your help.

/.../

 How can I make the process of timing the clapack routines run in a
 reasonably finite amount of time?

Not sure about clapack, but I have successfully compiled ATLAS
(http://math-atlas.sourceforge.net/) - which includes a subset of the LAPACK
routines and supplies a C interface - under Cygwin. Building the libraries was
pretty much a no-brainer and the routines run like blazes.

Oh, and it took about a day to build (with timing calculations) on a Quad 2.8GHz
Xeon with 1Gb RAM... so patience may be required.

-- 
Lionel B






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



High resolution process timing

2004-10-20 Thread Lionel B
Greetings,

Is it possible in Cygwin (W2k, Pentium 4, gcc 3.3.3) to access a higher
resolution (or perhaps I mean granularity) process CPU timer than the libc
clock() call? I am finding clock() inadequate for some code benchmarking.

[It is not clear to me whether this is indeed a Cygwin issue, or rather a
Windows issue and therefore OT here - apologies if so].

Having browsed the archives, it seems that it may well be possible to access
high-resolution *system* timers (perhaps using NT API calls to
QueryPerformanceCounter()  family), but I can see no way to achieve
per-process timing this way.

Any pointers appreciated,

-- 
Lionel B






___ALL-NEW Yahoo! Messenger - 
all new features - even more fun!  http://uk.messenger.yahoo.com

--
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: High resolution process timing

2004-10-20 Thread Lionel B
 --- Robert Pendell wrote: 

[top-post rearranged]

 On Wed, 20 Oct 2004 12:12:37 +0100 (BST), Lionel B
 Lionel B wrote:
  Greetings,
  
  Is it possible in Cygwin (W2k, Pentium 4, gcc 3.3.3) to access a higher
  resolution (or perhaps I mean granularity) process CPU timer than the
 libc
  clock() call? I am finding clock() inadequate for some code benchmarking.
  
  [It is not clear to me whether this is indeed a Cygwin issue, or rather a
  Windows issue and therefore OT here - apologies if so].
  
  Having browsed the archives, it seems that it may well be possible to
 access
  high-resolution *system* timers (perhaps using NT API calls to
  QueryPerformanceCounter()  family), but I can see no way to achieve
  per-process timing this way.
  
  Any pointers appreciated,

 Search google for windows high resolution timer (no quotes) and that
 will probably give some answers.

Been there, done that. Windows high-res timers seem to boil down to
QueryPerformanceCounter(), QueryPerformanceFrequency(), which measure time used
by *all* (including system) processes. This is no good to me.

-- 
Lionel B
 





___ALL-NEW Yahoo! Messenger - 
all new features - even more fun!  http://uk.messenger.yahoo.com

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



bash: cat ... fails with cat: -: Permission denied

2004-09-02 Thread Lionel B
Greetings,

This problem appears to have surfaced in a previous thread on this list (see 
http://sources.redhat.com/ml/cygwin/2003-07/msg01101.html) but no satisfactory 
resolution was offered then.

The problem arises with bash but not with sh on our cygwin installation:

$ bash -c cat  EOF
cat: -: Permission denied

yet:

$ sh -c cat  EOF

succeeds. This causes problems particularly insofar as many configure scripts insist 
on using bash.

Please find attached cygcheck output for our cygwin installation.

Any help appreciated,
Lionel B


_
Get your free Crapmail--- http://www.crapmail.com


cygcheck.out
Description: Binary data
--
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/