RE: Help !!! - Problem running Cygwin in Remote Desktop session with non-admin privileges

2005-05-09 Thread Moghe, Jayant
I downloaded fresh Cygwin (which is supposed to be 1.5.16), when I install it, the version it shows is 1.5.14 (0.126/4/2) 2005-04-01. Can some one guide me downloading the latest Cygwin 1.5.16 version? My problem has not been resolved, still. Thanks a bunch for your help. Best regards, Jayant

"ls" finds file1 but "ls file1" does not

2005-05-09 Thread Charles D. Russell
Eric Blake wrote: So next, check: $ type ls $ alias ls ___ $ type ls ls is aliased to `ls -aF' $ alias ls alias ls='ls -aF' __ Maybe you have an alias/function for ls that includes the --hide='*.htm' option, so that ls is doing the filtering (and not bash, like I guesse

Re: sqlite / pysqlite ... RFC/ITP?

2005-05-09 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan Schormann wrote: > I'm not sure just *how* off-topic this is, let's see ... AFAIK, ITP usually go to the cygwin-apps ML. > - Is anyone else actually interested in this, or might I be > better off to keep it to my own? FWIW, I would definitely

"ls" finds file1 but "ls file1" does not

2005-05-09 Thread Charles D. Russell
Ross Boulet wrote: ls is acting like the -F option is specified which would cause the '*' to be displayed at the end of any file name which is executable (as one prior message shows these files are).? Under what shell is ls being run and is there an alias for ls that is causing this option to be in

Re: sshd "owned by root" error

2005-05-09 Thread Joshua Daniel Franklin
On 5/9/05, Corinna Vinschen wrote: > On May 6 16:42, Christopher Faylor wrote: > > On Fri, May 06, 2005 at 12:41:55PM -0400, Igor Pechtchanski wrote: > > >On Fri, 6 May 2005, Ordal, Peter wrote: > > >>This has been discussed several places before, I know. Still, I had a > > >>different experience

Re: "ls" finds file1 but "ls file1" does not

2005-05-09 Thread Eric Blake
> $ echo ignoring:$GLOBIGNORE options:$- > ignoring: options:himBH > > $ shopt |grep glob > dotglob off > extglob off > nocaseglob off > nullgloboff OK, bash is not filtering the glob. But you are obviously using an alias or function for ls, since it is acting like

"ls" finds file1 but "ls file1" does not

2005-05-09 Thread Charles D. Russell
Original Message >From: Charles D. Russell > "ls" finds file1 but "ls file1" does not. How can this happen? > > The following example occurred just after I had renamed some *.htm files > to *.html using > an ash shell script. No such problem occurred, however, when I used DOS > "rename" t

"ls" finds file1 but "ls file1" does not

2005-05-09 Thread Charles D. Russell
> Response 2 to Eric Blake: > Thanks. I forgot that unix had separate permissions for directories. > However, I have > now given myself all the permissions I know of and I still have the same > problem. > > EXAMPLE: > > $ ls ass* > ls: ass*: No such file or directory <--BUT IT IS THERE > >

RE: "ls" finds file1 but "ls file1" does not

2005-05-09 Thread Ross Boulet
> > "ls" finds file1 but "ls file1" does not.  How can this > happen? > > > > The following example occurred just after I had renamed > some *.htm files > > to *.html using > > an ash shell script.  No such problem occurred, however, > when I used DOS > > "rename" to make > > the same change. > >

RE: Static destructors not running

2005-05-09 Thread Dave Korn
Original Message >From: William M. (Mike) Miller >Sent: 09 May 2005 23:46 > I'm sure this is the result of my having done something stupid > with the setup application, but suddenly static destructors no > longer run. That is, for the following program: > > #include > struct S {

RE: "ls" finds file1 but "ls file1" does not

2005-05-09 Thread Dave Korn
Original Message >From: Charles D. Russell >Sent: 09 May 2005 20:07 > "ls" finds file1 but "ls file1" does not. How can this happen? > > The following example occurred just after I had renamed some *.htm files > to *.html using > an ash shell script. No such problem occurred, however, w

Re: Static destructors not running

2005-05-09 Thread Reid Thompson
William M. (Mike) Miller wrote: I'm sure this is the result of my having done something stupid with the setup application, but suddenly static destructors no longer run. That is, for the following program: #include struct S { S(); ~S(); } s; S::S() { printf("In ctor.\n"

Re: Static destructors not running

2005-05-09 Thread Reid Thompson
William M. (Mike) Miller wrote: I'm sure this is the result of my having done something stupid with the setup application, but suddenly static destructors no longer run. That is, for the following program: #include struct S { S(); ~S(); } s; S::S() { printf("In ctor.\n"

Static destructors not running

2005-05-09 Thread William M. (Mike) Miller
I'm sure this is the result of my having done something stupid with the setup application, but suddenly static destructors no longer run. That is, for the following program: #include struct S { S(); ~S(); } s; S::S() { printf("In ctor.\n"); } S::~S() {

Re: "ls" finds file1 but "ls file1" does not

2005-05-09 Thread Eric Blake
> Response to Eric Blake: > Thanks. I forgot that unix had separate permissions for directories. > However, I have > now given myself all the permissions I know of and I still have the same > problem. > > EXAMPLE: > > $ ls ass* > ls: ass*: No such file or directory <--BUT IT IS THERE >

"ls" finds file1 but "ls file1" does not

2005-05-09 Thread Charles D. Russell
Response to Eric Blake: Thanks. I forgot that unix had separate permissions for directories. However, I have now given myself all the permissions I know of and I still have the same problem. EXAMPLE: $ ls ass* ls: ass*: No such file or directory <--BUT IT IS THERE $ ls -l total 722 -rwxr

RE: Bug in the /dev/ttySx handling code?

2005-05-09 Thread Terry Dabbs
Perhaps one of the gurus will chime in I am not an expert, but I produced the following code that works every day on a number of our production machines, using "com2" to send data out. The comments are what I put at the time, and as far as I know thet describe accurately what is happening.

Bug in the /dev/ttySx handling code?

2005-05-09 Thread Martin Koegler
On Mon, May 09, 2005 at 12:46:55PM -0500, Terry Dabbs wrote: > > It appears you are using com1, with this command: > stty -F /dev/ttyS0 -a > > But, you strace shows ttyS1, which is com2. Are you plugged into the proper > port with your cable? Yes, I used the right port, as on the Linux PC cat

Building GCC-4.0-20050430

2005-05-09 Thread Anh Vo
My apology if this problem has been reported already. I successfully built it for three languages Ada, C, C++ with configured as --enable-languages=ada,c,c++ --enable-threads=gnat. A number of Ada Conformance Assessment Test Suite (ACATS) failed. Further testing reveals that the Ada runtime tas

Re: Strange-Dangerous behaviour in Cygwin

2005-05-09 Thread Angelo Graziosi
>On Sun, 8 May 2005 18:52:58 -0400, Christopher Faylor wrote: >>On Sun, May 08, 2005 at 03:02:17PM +0200, Angelo Graziosi wrote: >>The problems described prviously exist in standard bash shell (that is >>launched with the link on Desktop) and in the shell launched by xterm >>(with startxwin.bat)

Re: "ls" finds file1 but "ls file1" does not

2005-05-09 Thread Eric Blake
> "ls" finds file1 but "ls file1" does not. How can this happen? > [...] > > The only difference here from a correctly working directory is that the > correctly working > directory does not have execute permissions You are correct that it has something with permissions. Observe: $ umask 0077

JNI and cygwin.

2005-05-09 Thread Venkatesh Gopal
Hi, I assume that the cygwin/JNI combination has still not been fixed in the latest version. I need to make use of the cygwin libraries to get TERMinal support. Any workarounds? Any other libraries supporting curses and TERMinal operations for Windows would also be useful. Thanks, venkat.

Re: Fixing strace and cygcheck so that they work with mount -X

2005-05-09 Thread Michael Schaap
On 9-May-2005 19:22, David Rothenberger wrote: > On 5/8/2005 7:26 PM, Christopher Faylor wrote: > >> On Sun, May 08, 2005 at 08:21:26PM -0400, Christopher Faylor wrote: >> >>> Ultimately, I just have to make strace and cygcheck understand the >>> cygwin arguments and environment variables. Then we

Re: postgresql and sockets

2005-05-09 Thread Krzysztof Duleba
Corinna Vinschen wrote: > On May 6 02:02, Krzysztof Duleba wrote: > > 150 int issocket () const {return dev.devn == FH_UNIX;} > > (gdb) n > > 78set_errno (EBADF); > > (gdb) n > > 79return 0; > > Your debugging shows that my assumption was correct. The file i

"ls" finds file1 but "ls file1" does not

2005-05-09 Thread Charles D. Russell
"ls" finds file1 but "ls file1" does not. How can this happen? The following example occurred just after I had renamed some *.htm files to *.html using an ash shell script. No such problem occurred, however, when I used DOS "rename" to make the same change. (Windows XP Pro SP 2) Does Windows hav

FW: Bug in the /dev/ttySx handling code?

2005-05-09 Thread Terry Dabbs
It appears you are using com1, with this command: stty -F /dev/ttyS0 -a But, your strace shows ttyS1, which is com2. Are you plugged into the proper port with your cable? T. Dabbs Subject: Bug in the /dev/ttySx handling code? I compiled a linux program, which uses the serial driver (an

RE: Experiencing problems with OpenGL

2005-05-09 Thread Julian Moors
Hi everybody,   First and foremost I have to say that I am so happy with the concept of Cygwin and to the Cygwin volunteers “Keep up with the good work. It is so much appreciated”. I am having a little problem with compiling an OpenGL sourcefile.   Here's what I've done so far:   Installed Cygwin u

Bug in the /dev/ttySx handling code?

2005-05-09 Thread Martin Koegler
I compiled a linux program, which uses the serial driver (and is working) under cygwin (winxp), but the communication was not working. For initializing the port, I use: fd = open (dev, O_RDWR | O_NOCTTY); tcgetattr (fd, &t1); t1.c_cflag = B19200 | CS8 | PARENB | CLOCAL | CREAD; t1.c_ifla

Re: Fixing strace and cygcheck so that they work with mount -X

2005-05-09 Thread David Rothenberger
On 5/8/2005 7:26 PM, Christopher Faylor wrote: On Sun, May 08, 2005 at 08:21:26PM -0400, Christopher Faylor wrote: Ultimately, I just have to make strace and cygcheck understand the cygwin arguments and environment variables. Then we won't need this. I would appreciate it if people would check out

cygwn error in arm build binutils

2005-05-09 Thread Slaughter, Richard
I'm trying to build an arm tool chain for ECOS per their build instructions. I have a fresh install of cygwin and all the recommended sources. Each time I try to build the binutils-2.13.1I get an error message from the make. This seems to be a problem with the version of makeinfo.? I'm usin

Re: Help with error in vi and man

2005-05-09 Thread Trevor Osatchuk
On 5/7/05, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Sat, May 07, 2005 at 06:27:59PM -0600, Trevor Osatchuk wrote: > >On 5/7/05, Christopher Faylor <[EMAIL PROTECTED]> wrote: > >> On Fri, May 06, 2005 at 10:59:22PM -0600, Trevor Osatchuk wrote: > >> >When starting up vi/vim I get the follo

Re: DD converts LF -> CR / LF

2005-05-09 Thread Christopher Faylor
On Mon, May 09, 2005 at 06:52:29AM -0600, Eric Blake wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >According to Christopher Faylor on 5/8/2005 5:03 PM: >>>Hmm, overriding the explicit advice of the system administrator? How >>>common is it for file systems to be mounted in text mode?

Re: Help !!! - Problem running Cygwin in Remote Desktop session with non-admin privileges

2005-05-09 Thread Christopher Faylor
On Mon, May 09, 2005 at 02:39:28PM +0200, Corinna Vinschen wrote: >On May 9 17:15, Moghe, Jayant wrote: >> How to confirm whether Cygwin 1.5.16 has been installed? >> >> Is it uname -a command? > >Did you consider to *try* it? bash: it: command not found cgf -- Unsubscribe info: http://cy

Re: Strange-Dangerous behaviour in Cygwin

2005-05-09 Thread Christopher Faylor
On Mon, May 09, 2005 at 10:17:34AM +0100, Dave Korn wrote: >Original Message >>From: Christopher Faylor >>Sent: 08 May 2005 23:53 > >> On Sun, May 08, 2005 at 03:02:17PM +0200, Angelo Graziosi wrote: >>> The problems described prviously exist in standard bash shell (that is >>> launched wit

Re: Strange-Dangerous behaviour in Cygwin

2005-05-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Carlo Florendo on 5/8/2005 9:30 PM: > Ooops. Sorry, I've read earlier discussions on this issue just a few > seconds ago by Erik Blake et al. So, it's not an xterm issue. It's a I spell it Eric. > bug with coreu

Re: DD converts LF -> CR / LF

2005-05-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Christopher Faylor on 5/8/2005 5:03 PM: >>Hmm, overriding the explicit advice of the system administrator? How >>common is it for file systems to be mounted in text mode? Why would >>anyone do such a thing? If it's sufficiently rare, th

Re: base-files patch (atn: Eric Blake)

2005-05-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to John Morrison on 5/8/2005 1:52 AM: > On Fri, March 25, 2005 8:26 pm, Eric Blake said: > >>True enough. And that points out another bug - echo "$0" may fail if $0 >>starts with -, it should be echo -- "$0". Isn't portable shell >>program

Re: Help !!! - Problem running Cygwin in Remote Desktop session with non-admin privileges

2005-05-09 Thread Corinna Vinschen
On May 9 17:15, Moghe, Jayant wrote: > How to confirm whether Cygwin 1.5.16 has been installed? > > Is it uname -a command? Did you consider to *try* it? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin@cygwin

Re: sending packets from solaris to Cygwin

2005-05-09 Thread Corinna Vinschen
On May 8 13:02, Nakul Haridas wrote: > Hi, > > The codes I have attached are similar to a eariler reported problem > References: > <[EMAIL PROTECTED]> > > However I have my program working either in Solaris or Cygwin only. If > the server is on solaris and client on cygwin and vice versa , the

Re: postgresql and sockets

2005-05-09 Thread Corinna Vinschen
On May 6 02:02, Krzysztof Duleba wrote: > 150 int issocket () const {return dev.devn == FH_UNIX;} > (gdb) n > 78set_errno (EBADF); > (gdb) n > 79return 0; Your debugging shows that my assumption was correct. The file isn't recognized as socket anymore. This

Re: setup.exe and column dividers

2005-05-09 Thread J. David Boyd
On 06 May 2005, you wrote in gmane.os.cygwin: > "J. David Boyd" wrote: > >> Does anyone know where, in what file, the information for setup.exe >> is stored as it pertains to the column dividers? >> >> At some point in the past, I did 'something' so that all I see in the >> window is the current

RE: Help !!! - Problem running Cygwin in Remote Desktop session with non-admin privileges

2005-05-09 Thread Moghe, Jayant
How to confirm whether Cygwin 1.5.16 has been installed? Is it uname -a command? Best regards, Jayant Moghe === Texas Instruments (I) Pvt. Ltd. Bagmane Tech Park, CV Raman Nagar, Byrasandra Bangalore - India 560 093 Office Phone: - +91- 80 - 25048295 [EMAIL PROTECTED]

RE: echo "$(echo '\r')" oddity

2005-05-09 Thread Jan Just Keijser
This is exactly the problem I am seeing and it also happens with a few other tests. When using socat -d -d -d -v it turns out that the server process is sending back the text (< hello) but this text never ends up at the client. This also happens when the server is running on Cygwin and the clien

Re: echo "$(echo '\r')" oddity

2005-05-09 Thread Brian Dessent
Jan Just Keijser wrote: > in interactive mode the command seems to work fine. What happens if you > build socat and then run the test script (./test.sh) ? Which tests does it > fail on? test.sh fails on the openssl test for me too. I can't really follow exactly what the testcase is doing though.

sqlite / pysqlite ... RFC/ITP?

2005-05-09 Thread Jan Schormann
Hi all, I'm not sure just *how* off-topic this is, let's see ... I'm using Reini's own package of sqlite 3.0.7 for cygwin in conjunction with the pysqlite source-distribution. This works quite well, only I'd like it all in cygwin packages in the standard distribution. For the record: SQLite is

Re: sshd "owned by root" error

2005-05-09 Thread Corinna Vinschen
On May 6 16:42, Christopher Faylor wrote: > On Fri, May 06, 2005 at 12:41:55PM -0400, Igor Pechtchanski wrote: > >On Fri, 6 May 2005, Ordal, Peter wrote: > >>I just finished an install of Cygwin's OpenSSH on XP SP 2. Along the > >>way I got the error: > >> > >>/var/empty must be owned by root and

RE: problem with using tetex 3.0.0-2

2005-05-09 Thread Dave Korn
Original Message >From: Jan Nieuwenhuizen >Sent: 09 May 2005 08:18 > TC writes: > >> I have ran updmap by hand, somehow get it runs successfully. But it >> does not create the directory "/var/lib/texmf". >> >> What else can I do? > > Well, if you have write permission, and no error log,

RE: Fixing strace and cygcheck so that they work with mount -X

2005-05-09 Thread Dave Korn
Original Message >From: Christopher Faylor >Sent: 09 May 2005 03:26 > On Sun, May 08, 2005 at 08:21:26PM -0400, Christopher Faylor wrote: > The above is an *example* of what could be done to install the needed > files. There may be typos in the example or it may not work perfectly > on y

RE: Strange-Dangerous behaviour in Cygwin

2005-05-09 Thread Dave Korn
Original Message >From: Christopher Faylor >Sent: 08 May 2005 23:53 > On Sun, May 08, 2005 at 03:02:17PM +0200, Angelo Graziosi wrote: >> The problems described prviously exist in standard bash shell (that is >> launched with the link on Desktop) > Again: This means that IT IS an xterm

Re: problem with using tetex 3.0.0-2

2005-05-09 Thread Jan Nieuwenhuizen
TC writes: > I have ran updmap by hand, somehow get it runs successfully. But it > does not create the directory "/var/lib/texmf". > > What else can I do? Well, if you have write permission, and no error log, you'd need a local TeXpert to look into the problem. Jan. -- Jan Nieuwenhuizen <[EMAI