Re: Using newer autoconf in src/winsup directory

2006-05-23 Thread Danny Smith
RE: http://cygwin.com/ml/cygwin-patches/2006-q2/msg00051.html I am not subscribed to cygwin-patches so I'm posting here. Forgive me if I've transgressed boundares, but I've always considered mingw as a cygwin-dependent app. Applying the above patch, running aclocal and then autoconf-2.5x, then

[PATCH] setup: Always draw chooser icons using system colors

2006-05-23 Thread Igor Peshansky
Hi, As promised in http://cygwin.com/ml/cygwin/2006-05/msg00612.html, here's a patch that makes setup always draw the chooser icons using the system foreground and background colors (just like it does for text). I've also taken the opportunity to do a slight bit of code clean-up. There's still

Re: [PATCH] setup: Always draw chooser icons using system colors

2006-05-23 Thread Brian Dessent
Igor Peshansky wrote: As promised in http://cygwin.com/ml/cygwin/2006-05/msg00612.html, here's a patch that makes setup always draw the chooser icons using the system foreground and background colors (just like it does for text). I've also taken the opportunity to do a slight bit of code

Re: Using newer autoconf in src/winsup directory

2006-05-23 Thread Christopher Faylor
On Tue, May 23, 2006 at 07:45:32PM +1200, Danny Smith wrote: RE: http://cygwin.com/ml/cygwin-patches/2006-q2/msg00051.html I am not subscribed to cygwin-patches so I'm posting here. Forgive me if I've transgressed boundares, but I've always considered mingw as a cygwin-dependent app. Applying

Re: [PATCH] setup: Always draw chooser icons using system colors

2006-05-23 Thread Igor Peshansky
On Tue, 23 May 2006, Brian Dessent wrote: Igor Peshansky wrote: As promised in http://cygwin.com/ml/cygwin/2006-05/msg00612.html, here's a patch that makes setup always draw the chooser icons using the system foreground and background colors (just like it does for text). I've also

updated package: gnugo-3.7.10-1

2006-05-23 Thread a.rburgers
Hello, I've uploaded binary and source packages of gnugo-3.7.10-1. This is a repackaging with cygport and an update to a more recent upstream version. http://home.quicknet.nl/qn/prive/ar.burgers/gnugo/gnugo-3.7.10-1.tar.bz2

Re: [maybe-ITP] gamin

2006-05-23 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lapo Luchini wrote: Corinna Vinschen wrote: That's fine since the existance of reparse points corresponds with the existance of the GetVolumePathName function. In other words, if you have to emulate the function, no other volume mount points

Re: [PATCH] setup: Always draw chooser icons using system colors

2006-05-23 Thread Igor Peshansky
On Tue, 23 May 2006, Igor Peshansky wrote: On Tue, 23 May 2006, Brian Dessent wrote: Igor Peshansky wrote: As promised in http://cygwin.com/ml/cygwin/2006-05/msg00612.html, here's a patch that makes setup always draw the chooser icons using the system foreground and background

winsup/cygwin ChangeLog select.cc

2006-05-23 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2006-05-24 00:56:24 Modified files: cygwin : ChangeLog select.cc Log message: * select.cc (start_thread_socket): Clean up exitsock in case of error. Use si-exitcode

winsup/cygwin ChangeLog configure configure.in ...

2006-05-23 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2006-05-24 03:39:29 Modified files: cygwin : ChangeLog configure configure.in select.cc Log message: * select.cc (start_thread_socket): Delay setting thread local exitsock until

winsup/cygwin ChangeLog fhandler.cc

2006-05-23 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2006-05-24 03:43:54 Modified files: cygwin : ChangeLog fhandler.cc Log message: * fhandler.cc (readv): Remove nonsensical assert. Patches:

fhandler_base::readv

2006-05-23 Thread Lev Bishop
2006-05-23 Lev Bishop [EMAIL PROTECTED] * fhandler.cc (readv): Deal with tot not precalculated. Index: fhandler.cc === RCS file: /cvs/src/src/winsup/cygwin/fhandler.cc,v retrieving revision 1.251 diff -u -p -r1.251

Re: select.cc exitsock error cleanup

2006-05-23 Thread Christopher Faylor
On Tue, May 23, 2006 at 08:04:31PM -0400, Lev Bishop wrote: 2006-05-23 Lev Bishop [EMAIL PROTECTED] * select.cc (start_thread_socket): Clean up exitsock in case of error. Index: select.cc === RCS file:

Re: fhandler_base::readv

2006-05-23 Thread Lev Bishop
On 5/23/06, Christopher Faylor wrote: At this point in the code, tot is only used in the subsequent assert. If that is the rationale for this change wouldn't it make more sense to just check len in the assert? It does make sense. Try this version. 2006-05-23 Lev Bishop [EMAIL PROTECTED]

Re: fhandler_base::readv

2006-05-23 Thread Lev Bishop
On 5/23/06, Lev Bishop wrote: It does make sense. Try this version. Sorry, no. I'm stupid - ignore that version. There's not much point in doing assert(len=0) given that len is unsigned, it's pretty much a given :-) How about just removing the assert()? So here's the 3rd attempt. 2006-05-23

Re: select.cc exitsock error cleanup

2006-05-23 Thread Christopher Faylor
On Tue, May 23, 2006 at 10:28:51PM -0400, Lev Bishop wrote: On 5/23/06, Christopher Faylor wrote: I've checked in a variation of this patch but I've used si-exitsock for consistency. I'm sure that's wrong. With your version, the next time select() is called, the thread-local socket will still

Re: fhandler_base::readv

2006-05-23 Thread Christopher Faylor
On Tue, May 23, 2006 at 10:23:38PM -0400, Lev Bishop wrote: On 5/23/06, Lev Bishop wrote: It does make sense. Try this version. Sorry, no. I'm stupid - ignore that version. There's not much point in doing assert(len=0) given that len is unsigned, it's pretty much a given :-) How about just

Re: 1.15.19 dlopen() dies with no dlerror()

2006-05-23 Thread Jim Kleckner
Michael McKerns wrote: Yes, yes... I've not given you enough information... $ uname -a CYGWIN_NT-5.1 turro 1.5.190.150/4/2) 2006-01-20 13:38 i686 Cygwin Also the file I attached needs to inspect a .dll that is built with the procedure that I described in the first part of the message. So

Re: Reading Term::ReadKey support for ActiveState Perl and Cygwin

2006-05-23 Thread Yitzchak Scott-Thoennes
On Sun, May 21, 2006 at 09:39:16PM -0400, Igor Peshansky wrote: On Mon, 22 May 2006, Paul Dorman wrote: Hi all, I've been racking my brains trying to read keystrokes in a Cygwin shell with ActiveState Perl. Has anyone worked out how to read individual keystrokes with a Perl script

Re: perl reading ^M on text mounts

2006-05-23 Thread Yitzchak Scott-Thoennes
On Sun, Apr 23, 2006 at 12:28:52PM +, Michael Lemke wrote: Dave kilroyd at googlemail.com writes: Have you tried setting the environment variable PERLIO? I'm not a heavy PERL user, but I tend to have PERLIO=crlf if I'm likely to see CRLFs. Thanks, I tried that. It

Re: Please don't discuss other, competing products here

2006-05-23 Thread clayne
On Mon, May 22, 2006 at 06:50:38PM -0700, David Christensen wrote: 3. Last but not least, the open-source software (OSS) movement used to have at its core the concept of Freedom, including Freedom of Speech. OSS projects were simply assumed by the OSS community to allow freedom

Visibility of Samba shares after ssh login

2006-05-23 Thread Guenter Bachler
I started the ssh-server on the windows client in order to log-on to a Linux maschine and vice verse. On the Windows client several SAMBA shares have been mapped and correctly displayed with the 'mount' command in the cygwin shell. The mount list looks like: E:\cygwin\bin on /usr/bin type

export arrays from cygwin ksh

2006-05-23 Thread bob
Hi I have an hp unix script that runs in ksh and am porting it to PC. It uses and exports arrays in hp unix. Does not seem to work in cygwin. Can anybody offer suggestions to accomodate? I tried to put an example below, but I was labeled a top poster and it would not let me do it.

Re: Cygwin: texi2dvi stumbles over texinfo.tex (was: failed checks for automake 1.9.6)

2006-05-23 Thread Ralf Wildenhues
[ this is http://lists.gnu.org/archive/html/bug-automake/2006-05/msg1.html aka http://lists.gnu.org/archive/html/bug-texinfo/2006-05/msg00017.html and the original report is http://lists.gnu.org/archive/html/bug-automake/2006-04/msg00017.html ] Hello Cygwin folks, In the Automake testsuite,

Re: Cygwin X Directory/File Manager - Does one exist?

2006-05-23 Thread Jim Drash
In Gnome: Nautilus. In KDE: Konquerer. curses: mc (midnight commander). On 5/22/06, Dave Elstner [EMAIL PROTECTED] wrote: Is there a Cygwin X program that functions similar to Windows Explorer? Thanks, -Dave -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Problems with setup colors in snapshot

2006-05-23 Thread Igor Peshansky
On Mon, 22 May 2006, mwoehlke wrote: Igor Peshansky wrote: On Mon, 22 May 2006, mwoehlke wrote: A while back I posted about the colors in setup.exe. I noticed that the text background color is fixed but that there is still a problem with the tree structure; specifically, the clickable

[ANNOUNCEMENT] Updated [experimental]: coreutils-5.96-1

2006-05-23 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of coreutils, 5.96-1, is available for experimental use. NEWS: = This is a new upstream release of coreutils. However, it depends on features only available in recent cygwin snapshots, so you MUST have cygwin snapshot 20060329 or

[OT] RE: Please don't discuss other, competing products here

2006-05-23 Thread Dave Korn
On 23 May 2006 09:04, [EMAIL PROTECTED] wrote: On Mon, May 22, 2006 at 06:50:38PM -0700, David Christensen wrote: 3. Last but not least, the open-source software (OSS) movement used to have at its core the concept of Freedom, including Freedom of Speech. OSS projects were simply

RE: Cygwin: texi2dvi stumbles over texinfo.tex (was: failed checks for automake 1.9.6)

2006-05-23 Thread Dave Korn
On 23 May 2006 13:13, Ralf Wildenhues wrote: [ As per cygwin-L tradition, I am replying only to the lists; Ralf, if you see this and Karl does not, please feel free to forward it. ] In the Automake testsuite, we're experiencing a bug with texi2dvi on Cygwin that looks like a problem with the

Obfuscation fails.

2006-05-23 Thread Arend-Jan Westhoff
In the last 8 hours I have received 4 spam e-mails on the forwarding address I use exclusively for this list. (Have never received any spam on it before.) This might suggest the level of obfuscation for e-mail addresses displayed on this list needs to be upgraded. My current Cygwin e-mail

Java program under cygwin?

2006-05-23 Thread Peter Mueller
Hello, I am trying to run a Java program which has a GUI associated with it and whose code is on a remote linux server. I am first establishing an ssh connection with an appended -X and then run the java program using the path to the Java programm's sh_start_file. Unfortunatelly, I am

RE: Obfuscation fails.

2006-05-23 Thread Dave Korn
On 23 May 2006 14:44, Arend-Jan Westhoff wrote: In the last 8 hours I have received 4 spam e-mails on the forwarding address I use exclusively for this list. (Have never received any spam on it before.) This might suggest the level of obfuscation for e-mail addresses displayed on this list

Re: Java program under cygwin?

2006-05-23 Thread Jim Drash
Are you running an X-server on your local box? That is what the message is saying. It needs to talk to an X-server. On 5/23/06, Peter Mueller [EMAIL PROTECTED] wrote: Hello, I am trying to run a Java program which has a GUI associated with it and whose code is on a remote linux server. I am

RE: Java program under cygwin?

2006-05-23 Thread Dave Korn
On 23 May 2006 14:49, Peter Mueller wrote: Hello, I am trying to run a Java program which has a GUI associated with it and whose code is on a remote linux server. I am first establishing an ssh connection with an appended -X and then run the java program using the path to the Java

openssh 4.3p2-3 - Timeouts on an Intel Centrino Duo machine

2006-05-23 Thread Simon McQueen
Hi all, I note this thread: http://sourceware.org/ml/cygwin/2006-05/msg7.html I've just got a Dell Latitude D620 with a dual core processor and it's exhibiting what I think might be the same problem. In my case the issue appears when I'm checking out from CVS using ssh. Checkouts from

export arrays in cygwin ksh

2006-05-23 Thread bob
Help Trying to use ksh and export arrays in cygwin. It works on my unix workstation but not on PC cygwin. Any help would be appreciated. Tried to post earlier and it did not make it apparently. Thanks Bob #!/bin/ksh echo in test1 vname[1]=Dog vname[2]=Cat for i in 1 2 do echo

Re: Problems with setup colors in snapshot

2006-05-23 Thread mwoehlke
Brian Dessent wrote: mwoehlke wrote: A while back I posted about the colors in setup.exe. I noticed that the text background color is fixed but that there is still a problem with the tree structure; specifically, the clickable [+] and [-] icons are, on my colors, effectively invisible. On some

Re: Please don't discuss other, competing products here

2006-05-23 Thread Christopher Faylor
On Tue, May 23, 2006 at 01:04:15AM -0700, [EMAIL PROTECTED] wrote: On Mon, May 22, 2006 at 06:50:38PM -0700, David Christensen wrote: 3. Last but not least, the open-source software (OSS) movement used to have at its core the concept of Freedom, including Freedom of Speech. OSS

Re: Problems with setup colors in snapshot

2006-05-23 Thread mwoehlke
Igor Peshansky wrote: On Mon, 22 May 2006, mwoehlke wrote: Igor Peshansky wrote: Hmm, weird -- for me the foreground color of the icons is *always* black. Unfortunately, a: this isn't the case for me, and b: as you've so astutely pointed out, if it was that would still be problematic :-).

Re: dereferenced NULL in setup-2.529 (possible patch)

2006-05-23 Thread mwoehlke
Brian Dessent wrote: mwoehlke wrote: I built setup (from the 2.529 tarball) and ran it in gdb, and got this stack trace: Thanks for the debugging. I must have missed the original report, as I don't see the parent post of this thread. Under what circumstances is this repeatable? It looks

Re: 1.5.19: Problem with cron and microsoft devenv

2006-05-23 Thread Larry Hall (Cygwin)
Nick Forte wrote: I'm currently having a problem where microsoft's devenv compiler crashes when running under cron. If I run my build scripts directly from a bash shell devenv works great. I've installed VC2005.NET and cygwin under Administrator. I then created a crontab entry like so:

Re: Visibility of Samba shares after ssh login

2006-05-23 Thread mwoehlke
Guenter Bachler wrote: I started the ssh-server on the windows client in order to log-on to a Linux maschine and vice verse. On the Windows client several SAMBA shares have been mapped and correctly displayed with the 'mount' command in the cygwin shell. Now invoking an ssh login session from

Re: export arrays from cygwin ksh

2006-05-23 Thread Thorsten Kampe
* bob (2006-05-23 12:37 +) I have an hp unix script that runs in ksh and am porting it to PC. You mean you have a ksh script that runs on HP Unix? It uses and exports arrays in hp unix. Does not seem to work in cygwin. does not seem to work in Cygwin... To quote an immortal phrase: can

Re: rsh with command hangs, rlogin works

2006-05-23 Thread Andrew DeFaria
Lars Björnfot wrote: Hi all, This is my first mail on the list... I want to run rsh but this happens $ rsh localhost ls HANGS for any command $ rsh localhostworks fine I have set up inetd for cygrunsrv $ cygrunsrv -I inetd -d CYGWIN inetd -p /usr/sbin/inetd -a -D -d -e

Re: export arrays from cygwin ksh

2006-05-23 Thread mwoehlke
bob wrote: I have an hp unix script that runs in ksh and am porting it to PC. It uses and exports arrays in hp unix. Does not seem to work in cygwin. Can anybody offer suggestions to accomodate? I tried to put an example below, but I was labeled a top poster and it would not let me do it.

Re: Java program under cygwin?

2006-05-23 Thread Peter Mueller
Hello Dave, hello Jim! It looks like no X11 DISPLAY variable was set, but this program performed an operation which requires it. This is probably a consequence of the fact that you're trying to run a GUI in a text-only environment. OK, then I guess I got something wrong: I thought cygwin

Re: export arrays from cygwin ksh

2006-05-23 Thread mwoehlke
mwoehlke wrote: bob wrote: I have an hp unix script that runs in ksh and am porting it to PC. It uses and exports arrays in hp unix. Does not seem to work in cygwin. Can anybody offer suggestions to accomodate? I tried to put an example below, but I was labeled a top poster and it would

RE: openssh 4.3p2-3 - Timeouts on an Intel Centrino Duo machine

2006-05-23 Thread Harig, Mark
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon McQueen Sent: Tuesday, May 23, 2006 10:29 AM To: cygwin@cygwin.com Subject: openssh 4.3p2-3 - Timeouts on an Intel Centrino Duo machine Hi all, I note this thread:

Re: export arrays in cygwin ksh

2006-05-23 Thread Igor Peshansky
On Tue, 23 May 2006, bob wrote: Help Trying to use ksh and export arrays in cygwin. It works on my unix workstation but not on PC cygwin. Any help would be appreciated. Tried to post earlier and it did not make it apparently. Thanks Bob #!/bin/ksh echo in test1 vname[1]=Dog

Re: Visibility of Samba shares after ssh login

2006-05-23 Thread mwoehlke
mwoehlke wrote: Guenter Bachler wrote: I started the ssh-server on the windows client in order to log-on to a Linux maschine and vice verse. On the Windows client several SAMBA shares have been mapped and correctly displayed with the 'mount' command in the cygwin shell. Now invoking an ssh

Re: export arrays in cygwin ksh

2006-05-23 Thread bob
Two comments. One: the output above didn't come from PDKsh in Cygwin (and, most likely, didn't even come from the script you posted, since the export statement is on line 9 in your script). FYI, there is more than one ksh implementation in Cygwin, and you'll need to tell us more about

Re: openssh 4.3p2-3 - Timeouts on an Intel Centrino Duo machine

2006-05-23 Thread Simon McQueen
Hi Mark, Thanks for the reply. On 23/05/2006 17:01, Harig, Mark wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon McQueen Sent: Tuesday, May 23, 2006 10:29 AM To: cygwin@cygwin.com Subject: openssh 4.3p2-3 - Timeouts on an Intel Centrino

Re:1.5.19: changes have broken Qt3

2006-05-23 Thread Ralf Habacker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, It would appear that changes to the cygwin1.dll since 1.5.18-1 (and before the 20051207 snapshot) have broken Qt3. The relevant threads until now: It looks that this problem is not limited to qt3 because the following simple test

Re: 1.5.19: changes have broken Qt3

2006-05-23 Thread Brian Dessent
Ralf Habacker wrote: C:\cygwin\home\Habacker\src\pthreads-snap-2005-03-08\testsstrace mutex1n | grep C005 - --- Process 4872, exception C005 at 610B1005 155 78759 [main] mutex1n 4872 _cygtls::handle_exceptions: In cygwin_except_handler exc 0xC005 at 0x610B1005 sp 0x22CC00

RE: 1.5.19: changes have broken Qt3

2006-05-23 Thread Dave Korn
On 23 May 2006 18:10, Ralf Habacker wrote: Oh no, not this old saw again! C:\cygwin\home\Habacker\src\pthreads-snap-2005-03-08\testsstrace mutex1n | grep C005 - --- Process 4872, exception C005 at 610B1005 155 78759 [main] mutex1n 4872 _cygtls::handle_exceptions: In

Re: export arrays in cygwin ksh

2006-05-23 Thread Igor Peshansky
On Tue, 23 May 2006, bob wrote: Two comments. One: the output above didn't come from PDKsh in Cygwin (and, most likely, didn't even come from the script you posted, since the export statement is on line 9 in your script). FYI, there is more than one ksh implementation in Cygwin, and

ssh + nfs = no write permission

2006-05-23 Thread mwoehlke
I *think* this is new... if not, would appreciate someone pointing me at what search terms worked better than my attempts. Anyway... I have two computers - one XP, one W2k3 R2 - running Cygwin with network mounts over ssh set up as described in

Re: 1.5.19: changes have broken Qt3

2006-05-23 Thread Ralf Habacker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave Korn schrieb: On 23 May 2006 18:10, Ralf Habacker wrote: Oh no, not this old saw again! C:\cygwin\home\Habacker\src\pthreads-snap-2005-03-08\testsstrace mutex1n | grep C005 - --- Process 4872, exception C005 at 610B1005 155

Re: 1.5.19: changes have broken Qt3

2006-05-23 Thread Christopher Faylor
On Tue, May 23, 2006 at 08:13:24PM +0200, Ralf Habacker wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave Korn schrieb: On 23 May 2006 18:10, Ralf Habacker wrote: Oh no, not this old saw again! C:\cygwin\home\Habacker\src\pthreads-snap-2005-03-08\testsstrace mutex1n | grep

Handling special characters (\/:*?|) gracefully

2006-05-23 Thread Hicks,Mike
Hi, There are a number of special characters that cannot be used in filenames on the NTFS filesystem, this includes backslash (\), slash (/), colon (:), asterisk (*), question mark (?), double-quote (), less- and greater-than (), and pipe (|). In contrast, most Unix systems only prevent the

...even stranger (was: ssh + nfs = no write permission)

2006-05-23 Thread mwoehlke
mwoehlke wrote: I *think* this is new... if not, would appreciate someone pointing me at what search terms worked better than my attempts. Anyway... I have two computers - one XP, one W2k3 R2 - running Cygwin with network mounts over ssh set up as described in

Re: Handling special characters (\/:*?|) gracefully

2006-05-23 Thread Igor Peshansky
On Tue, 23 May 2006, Hicks,Mike wrote: There are a number of special characters that cannot be used in filenames on the NTFS filesystem, this includes backslash (\), slash (/), colon (:), asterisk (*), question mark (?), double-quote (), less- and greater-than (), and pipe (|). In contrast,

Re: Handling special characters (\/:*?|) gracefully

2006-05-23 Thread mwoehlke
Hicks,Mike wrote: There are a number of special characters that cannot be used in filenames on the NTFS filesystem [snip] [much snipage] You might want to play around with managed mounts ('man mount'), if they do what I think I heard they do (namely, deal with such things for you).

Re: 1.5.19: changes have broken Qt3

2006-05-23 Thread Ralf Habacker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Faylor schrieb: On Tue, May 23, 2006 at 08:13:24PM +0200, Ralf Habacker wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave Korn schrieb: On 23 May 2006 18:10, Ralf Habacker wrote: Oh no, not this old saw again!

Re: Java program under cygwin?

2006-05-23 Thread Jim Drash
The GUI in linux (and in other Unixes) is provided via an X-Server. An X-server provides a means for client programs (the Java app in question) to draw on the display. I use the CygWin/X server all the time to do just what you are wanting to do. Look at the second link down on the cygwin home

RE: Java program under cygwin?

2006-05-23 Thread Charli Li
In cygwin's setup.exe [ftp://ftp.osuosl.org/pub/cygwin/setup.exe], you have to install the X11 category, and then somehow execute %CYGWINBASE%\usr\X11R6\bin\run.exe -p /usr/X11R6/bin startxwin.bat -display 127.0.0.1:0.0 -ls. This is the way to actually start the X-server. This requires the

Re: export arrays in cygwin ksh

2006-05-23 Thread bob
The filenames may be case sensitive, too -- the executable is called pdksh.exe, not PDKsh.exe. However, if you had followed the Cygwin problem reporting guidelines at http://cygwin.com/problems.html, we would have known what packages you have installed on your system. I tried changing case

Re: 1.5.19: changes have broken Qt3

2006-05-23 Thread Christopher Faylor
On Tue, May 23, 2006 at 09:20:28PM +0200, Ralf Habacker wrote: your right, hope the above mentioned stuff help for this. Ralf, You have the test case. You have the source code. You've already provided a patch. What's stopping you from determinging the cause of the problem now that you

Re: export arrays in cygwin ksh

2006-05-23 Thread Jim Drash
I tried changing case but to no avail. there is no pdksh file in my cygwin/bin directory so I think I am out of luck w/ pdksh. use the Cygwin Setup program and install pdksh. It is not installed by default. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: openssh 4.3p2-3 - Timeouts on an Intel Centrino Duo machine

2006-05-23 Thread Harig, Mark
-Original Message- From: Simon McQueen [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 1:02 PM To: Harig, Mark Cc: cygwin@cygwin.com Subject: Re: openssh 4.3p2-3 - Timeouts on an Intel Centrino Duo machine If you're unable to build and debug the openssh/cygwin code,

RE: Handling special characters (\/:*?|) gracefully

2006-05-23 Thread Hicks,Mike
Igor Peshansky [EMAIL PROTECTED] wrote: You're in luck: PAGER='less +/managed' man mount. Once you have the files on a managed mount, you might also want to look into using the cygstart utility. Ah, I neglected to mention that I still use Winamp to play my music, so having directories that

RE: Re: Handling special characters (\/:*?|) gracefully

2006-05-23 Thread Williams, Gerald S \(Jerry\)
mwoehlke wrote: (Speaking of case sensitivity, is it a Windows limitation that Cygwin can't do this? I'm pretty sure it isn't an NTFS limitation, as Interix has true case-sensitivity.) You are right--NTFS can handle it, although the normal Windows file and directory handling routines cannot.

Re: 1.5.19: Problem with cron and microsoft devenv

2006-05-23 Thread Nick Forte
Thanks! That worked. I tried uninstalling the cron service and reinstalling with the '-u' (user) option. At that point I couldn't start the service. It kept giving me login error messages. I then went through cron_diagnose.sh but that didn't seem to point out anything obvious. Finally,

Re: export arrays in cygwin ksh

2006-05-23 Thread Igor Peshansky
On Tue, 23 May 2006, bob wrote: The filenames may be case sensitive, too -- the executable is called pdksh.exe, not PDKsh.exe. However, if you had followed the Cygwin problem reporting guidelines at http://cygwin.com/problems.html, we would have known what packages you have installed on

RE: 1.5.19: Problem with cron and microsoft devenv

2006-05-23 Thread Harig, Mark
Another question I have is about cron and environment variables. When I run a shell, even cmd /c, under cron the environment variable APPDATA doesn't get set. This seems odd to me. I believe APPDATA gets set from shell32 which should be loaded when cron runs 'cmd /c somescript.bat'.

ld terminated with signal 11 [seg fault]

2006-05-23 Thread Michael Williamson
The linker crashes when I try to compile the camera software LinuxDevKit.tar for SBIG cameras: g++ -I . -L . -Wall -o testapp testmain.cpp csbigcam.cpp -csbingimg.cpp -lsbigudrv collect2: ld terminated with signal 11 [Segmentation fault], core dumped Why does this happened?

Re: rsh with command hangs, rlogin works

2006-05-23 Thread Lars Björnfot
Andrew DeFaria wrote: I have a similar problem. I see you're on Windows 2003 Server. 2003 tightened security a bit. Actually Windows XP Professional Ver 5.1 Build 2600 Service Pack 2. But I have a 2003 server which might be a next target... Given the above the cygrunsrv will be running as SYSTEM

RE: 1.5.19: Problem with cron and microsoft devenv

2006-05-23 Thread Harig, Mark
The simple crontab below will show you what environment variables cron knows about. * * * * * /usr/bin/env Correction: that crontab entry should have read: * * * * * /usr/bin/env /tmp/env.txt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: rsh with command hangs, rlogin works

2006-05-23 Thread Andrew DeFaria
Lars Björnfot wrote: Andrew DeFaria wrote: I have a similar problem. I see you're on Windows 2003 Server. 2003 tightened security a bit. Actually Windows XP Professional Ver 5.1 Build 2600 Service Pack 2. But I have a 2003 server which might be a next target... Silly me. I thought the 5.1 bit

Re: 1.15.19 dlopen() dies with no dlerror()

2006-05-23 Thread Jim Kleckner
Jim Kleckner wrote: Michael McKerns wrote: Yes, yes... I've not given you enough information... ... See: http://cygwin.com/cygwin-ug-net/dll.html http://cygwin.com/faq.html#faq.programming.dll-relocatable I'm seeing a similar problem with python and 1.5.19 and also tried the snapshot of

Re: 1.15.19 dlopen() dies with no dlerror()

2006-05-23 Thread Larry Hall (Cygwin)
Jim Kleckner wrote: Jim Kleckner wrote: Michael McKerns wrote: Yes, yes... I've not given you enough information... ... See: http://cygwin.com/cygwin-ug-net/dll.html http://cygwin.com/faq.html#faq.programming.dll-relocatable I'm seeing a similar problem with python and 1.5.19 and also

Re: 1.15.19 dlopen() dies with no dlerror()

2006-05-23 Thread Jim Kleckner
Larry Hall (Cygwin) wrote: Jim Kleckner wrote: Jim Kleckner wrote: Michael McKerns wrote: Yes, yes... I've not given you enough information... ... See: http://cygwin.com/cygwin-ug-net/dll.html http://cygwin.com/faq.html#faq.programming.dll-relocatable I'm seeing a similar problem with

Re: 1.15.19 dlopen() dies with no dlerror()

2006-05-23 Thread Larry Hall (Cygwin)
Jim Kleckner wrote: Larry Hall (Cygwin) wrote: Jim Kleckner wrote: Jim Kleckner wrote: Michael McKerns wrote: Yes, yes... I've not given you enough information... ... See: http://cygwin.com/cygwin-ug-net/dll.html http://cygwin.com/faq.html#faq.programming.dll-relocatable I'm seeing a

Re: 1.5.19: Problem with cron and microsoft devenv

2006-05-23 Thread Larry Hall (Cygwin)
Top-post reformatted. On 5/23/06, Larry Hall (Cygwin) reply-to-list-only-lh at cygwin dot com wrote: http://cygwin.com/acronyms/#PCYMTNQREAIYR - thanks. Nick Forte wrote: I'm currently having a problem where microsoft's devenv compiler crashes when running under cron. If I run my build

Re: 1.15.19 dlopen() dies with no dlerror()

2006-05-23 Thread Jim Kleckner
Larry Hall (Cygwin) wrote: Jim Kleckner wrote: Larry Hall (Cygwin) wrote: Jim Kleckner wrote: Jim Kleckner wrote: Michael McKerns wrote: Yes, yes... I've not given you enough information... ... See: http://cygwin.com/cygwin-ug-net/dll.html

incorrect time stamps (ls)?

2006-05-23 Thread Lester Ingber
I am seeing date stamps at future dates: 21:48:21 @lester:/cygdrive/d/Diagoran% ls -l total 1676 dr-x-- 8 ingber None 0 Apr 22 2009 DI/ -r-x-- 1 ingber None 1437696 Apr 9 20:09 Diagoran.exe* dr-x-- 2 ingber None 0 Apr 22 2009 QMatix/ -r 1 ingber None 36864 Mar