Normal/expected behavior or should I submit a cygdump?

2009-09-15 Thread Linda Walsh
when I create my password and group files with mkpasswd and mkgroup, they put me in a group "513" -- and call it group 'None'. Yet I am in Users, and Admins -- and have no group none listed in my group list. However, I've just recently noticed that 513 is the end of the well known SID (RID?) bui

Cygwin 1.7/1.5 C99 conformance (GCC, libc)

2009-09-15 Thread Matthias Andree
Greetings, I recently figured that ctrio (from sourceforge.net) fails to link (GCC 3.4.4 here). Reason is that ctrio checks the __STDC_VERSION__ for C99 support, which there is, and assumes that the implementation were a hosted one (as opposed to a freestanding one) and uses powl() withou

SSH subsystems

2009-09-15 Thread Girish Sadhani
Hello All, I am using Cygwin to host SSH server on my windows machine. I want to define a subsystem, this subsystem will be invoked by a script (not thru shell) running on a remote machine. I have configured the subsystem in the sshd_config as follows: Subsystem mysubsytem /usr/sbin/i

Re: emacs installed but won't run

2009-09-15 Thread Ken Brown
On 9/15/2009 12:24 AM, Charles Blair wrote: (1) Although "info emacs" works, C-h does not provide any help This has been fixed in cygwin 1.7. If you want to stick with cygwin 1.5, try the F1 function key for help whenever C-h doesn't work. Or run emacs under X. (2) C-x C-c does not exit

Re: Normal/expected behavior or should I submit a cygdump?

2009-09-15 Thread Larry Hall (Cygwin)
On 09/15/2009 04:47 AM, Linda Walsh wrote: when I create my password and group files with mkpasswd and mkgroup, they put me in a group "513" -- and call it group 'None'. Yet I am in Users, and Admins -- and have no group none listed in my group list. 513/None shows up in my '/etc/group' file

setup.exe: How specify web proxy by command line parameters

2009-09-15 Thread Dr. Christoph Gille
Hi all, I am developing a computer program http://www.bioinformatics.org/strap/ which uses Cygwin. Cygwin is installed automatically by the program. The user does not need to interact with setup.exe. This is done by downloading and starting setup.exe programmatically, with some command line opti

Re: setup.exe: How specify web proxy by command line parameters

2009-09-15 Thread Larry Hall (Cygwin)
On 09/15/2009 11:00 AM, Dr. Christoph Gille wrote: Hi all, I am developing a computer program http://www.bioinformatics.org/strap/ which uses Cygwin. Cygwin is installed automatically by the program. The user does not need to interact with setup.exe. This is done by downloading and starting se

getting installed dpkg

2009-09-15 Thread alonso lizaola
is any way to install dpk on cygwin 1.5 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: getting installed dpkg

2009-09-15 Thread Larry Hall (Cygwin)
On 09/15/2009 11:23 AM, alonso lizaola wrote: is any way to install dpk on cygwin 1.5 Nothing pre-packaged, no. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RF

Re: setup.exe: How specify web proxy by command line parameters

2009-09-15 Thread Dr. Christoph Gille
Hi Larry, >> http://www.bioinformatics.org/strap/ which uses Cygwin. Cygwin >> My problem: I need to specify the Web-proxy. > Sounds like you want Cygwin 1.7's setup.exe -> > Yes, that is what I need. It is great! There is also the text search field that I misse

Re: setup.exe: How specify web proxy by command line parameters

2009-09-15 Thread Charles Wilson
Dr. Christoph Gille wrote: >> Sounds like you want Cygwin 1.7's setup.exe -> >> > Yes, that is what I need. It is great! > There is also the text search field that I missed so many years! > Why is it not yet the default setup.exe? Because it will install the beta

Re: setup.exe: How specify web proxy by command line parameters

2009-09-15 Thread Larry Hall (Cygwin)
On 09/15/2009 12:28 PM, Dr. Christoph Gille wrote: Hi Larry, http://www.bioinformatics.org/strap/ which uses Cygwin. Cygwin My problem: I need to specify the Web-proxy. Sounds like you want Cygwin 1.7's setup.exe -> Yes, that is what I need. It is great! T

256-color screen: test reports?

2009-09-15 Thread Andrew Schulman
Anyone who's been trying out the 256-color support in the current test release of screen, please let me know how that's working for you. Please report what terminal you're using (Cygwin, xterm, rxvt, MinTTY, PuTTYcyg, others?), whether you're able to get 256 colors, and whether there are any new v

RE: Strange tar error with --format=ustar: value 4294967295 out of gid_t range 0..2097151

2009-09-15 Thread Judy Anderson
Evidence suggests I or someone else ran mkgroup and mkpasswd when I first got this machine. The date on /etc/group is right for that. /etc/passwd has stuff that includes me and other obviously-machine-generated info. Emacs is not bothering its little head about cygwin, though; I'm launching it

Re: Strange tar error with --format=ustar: value 4294967295 out of gid_t range 0..2097151

2009-09-15 Thread Mark J. Reed
On Tue, Sep 15, 2009 at 5:34 PM, Judy Anderson wrote: > Emacs is not bothering its little head about cygwin, though; I'm launching it > outside > the cygwin environment. Then that's a completely separate emacs installation. You should be able to run the Cygwin one by just creating a shortcut to

Re: [1.7] Invalid UTF8 while creating a file -> cannot delete?

2009-09-15 Thread Lapo Luchini
Andy Koppe wrote: > Hmm, we've lost the \xDF somewhere, and I'd guess it was when the > filename got translated to UTF-16 in fopen(), which would explain what > you're seeing More data: it's not simply "the last character", is something more complex than that. % cat t.c int main() { fopen("a-

lseek() returning Invalid Argument

2009-09-15 Thread gballey
I'm getting an Invalid argument error from lseek(), but I can eliminate the error by preceding the lseek() statement with a particular printf() statement. Configuration: cygwin1.dll v1005.25.0.0 gcc v3.4.4 Windows XP SP3 Below is a short test program that illustrates the problem. As presented

Re: lseek() returning Invalid Argument

2009-09-15 Thread Eric Blake
gballey ace-co.com> writes: > Anyone got an idea of what is going on here? Yep. Oh, you wanted to know what your bug is? > > Thanks. > > /* begin test.c */ > > #include > #include Oops - no #include . lseek takes 64-bit type arguments, but without a declaration from the correct header

Re: lseek() returning Invalid Argument

2009-09-15 Thread gballey
Eric Blake wrote: gballey ace-co.com> writes: Anyone got an idea of what is going on here? Yep. Oh, you wanted to know what your bug is? Thanks. /* begin test.c */ #include #include Oops - no #include . lseek takes 64-bit type arguments, but without a declaration from the correct

[ANNOUNCEMENT] [1.7] mpclib-0.7-1

2009-09-15 Thread David Billinghurst
mpclib-0.7-1 has been released for cygwin 1.7. PACKAGE DESCRIPTION === Homepage: http://www.multiprecision.org/mpc Download: http://www.multiprecision.org/index.php?prog=mpc&page=download License: Gnu Lesser General Public License, version 2.1 or later MPC is a C library for the