Malloc array size limit

2003-03-03 Thread Fabrizio Impagnatiello
I experienced run-time array memory allocation failure using cygwin1.dll versions 1.3.14, 1.3.17, 1.3.18, 1.3.19, 1.3.20. This trouble does not reveals using 1.3.12. In particular the largest allocable array (from both gcc and g77) size is limited to about 128 MBytes. Christopher Faylor states th

RE: Question on sync

2003-03-03 Thread Gary R. Van Sickle
> All, > > Does sync()on cygwin give the same guarantees > as it does on other unices ? Does it guarantee > that all the file blocks in memory caches are > flushed onto disk ? No, as Chris said it does nothing. In fact, it's hard to believe, but it's damn near *impossible*

RE: /etc/passwd and /etc/group question

2003-03-03 Thread jon ewing
> > Hi, > > > > I'm having problems assigning users to multiple groups under cygwin > > (latest build under XP on ntfs with ntsec). > > > > My /etc/passwd file contains: > > [snip] > > and my /etc/group contains: > > [snip] > > > > I want to add the 'root' user to the 'dev' group. Currently, if t

Re: why is bash trying to access my DNS?

2003-03-03 Thread Randall R Schulz
David, At 21:20 2003-03-03, David Means wrote: On Mon, 2003-03-03 at 23:59, Randall R Schulz wrote: > Geoffrey, > > ... > > Oops. I mean what data can sneakily be sent via a DNS request? > > Randall Schulz Actually, plenty. Historically, Bind has been easily hacked. Although it's been a while s

Re: Question on sync

2003-03-03 Thread Christopher Faylor
On Tue, Mar 04, 2003 at 10:52:35AM +0530, Manik, Raina (IE10) wrote: >Does sync()on cygwin give the same guarantees as it does on other >unices ? Does it guarantee that all the file blocks in memory caches >are flushed onto disk ? No. In fact sync() on cygwin does nothing at all. It probably sh

Question on sync

2003-03-03 Thread Manik, Raina (IE10)
All, Does sync()on cygwin give the same guarantees as it does on other unices ? Does it guarantee that all the file blocks in memory caches are flushed onto disk ? thanks, Manik The qotc (quote of the con) was Liz's: "My brain is paged out to my liver"

Re: why is bash trying to access my DNS?

2003-03-03 Thread Geoffrey Hausheer
On 04 Mar 2003 00:08:27 -0500, "David Means dmeans-at-the-means.net |cygwin/1.0-Allow|" <[EMAIL PROTECTED]> said: > Proper hostname resolution should look in the hosts file before querying > DNS. Try putting your hostname/ip address pair in your host file. I > don't recall if windows will look the

Re: why is bash trying to access my DNS?

2003-03-03 Thread David Means
On Mon, 2003-03-03 at 23:59, Randall R Schulz wrote: > Geoffrey, > > Exactly what sneaky data can get sent in a DNS request? > > Oops. I mean what data can be sneakily sent via a DNS request. > > Oops. I mean what data can sneakily be sent via a DNS request. > > Randall Schulz Actually, plenty

Re: why is bash trying to access my DNS?

2003-03-03 Thread David Means
Proper hostname resolution should look in the hosts file before querying DNS. Try putting your hostname/ip address pair in your host file. I don't recall if windows will look there first, though. However, if you're getting your IP address via DHCP, this isn't going to work for you. Seconly, why

Re: cygwin snap 20030223 hangs with bleadperl

2003-03-03 Thread Christopher Faylor
On Wed, Feb 26, 2003 at 03:20:02PM +0100, H.Merijn Brand wrote: >On Tue 25 Feb 2003 14:15, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: >> ../ext/IO/lib/IO/t/io_udp..ok >> ../ext/IO/lib/IO/t/io_unix.ok 1/5 >> >> 20030220 still OK > >20030225 also hangs > >(Note that I'm stil

Re: why is bash trying to access my DNS?

2003-03-03 Thread Randall R Schulz
Geoffrey, Exactly what sneaky data can get sent in a DNS request? Oops. I mean what data can be sneakily sent via a DNS request. Oops. I mean what data can sneakily be sent via a DNS request. Randall Schulz At 20:41 2003-03-03, Geoffrey Hausheer wrote: On Mon, 03 Mar 2003 19:48:27 -0800, "Rand

Re: why is bash trying to access my DNS?

2003-03-03 Thread Geoffrey Hausheer
On Mon, 3 Mar 2003 22:53:47 -0500, "Pierre A. Humblet" said: > Can you configure ZoneAlarm to allow Dns access? > The paradox is that these calls may not go out your box. I can get my > hostname while my Ethernet is disconnected. Can you? > I have not determined how to configure ZoneAlarm to let

Re: why is bash trying to access my DNS?

2003-03-03 Thread Geoffrey Hausheer
On Mon, 03 Mar 2003 19:48:27 -0800, "Randall R Schulz" said: > Geoffrey, > > What's the problem? Who care's about host name lookups? Is there a > security issue with DNS activity? Why do you want to circumscribe > outbound access so tightly? It's inbound connections you need to be > concerned a

Re: why is bash trying to access my DNS?

2003-03-03 Thread Geoffrey Hausheer
On Mon, 3 Mar 2003 22:40:34 -0500 (EST), "Igor Pechtchanski" said: > If you have a static IP, try adding an entry with your IP address and > your > computer name to /etc/hosts. This should make winsock resolve the name > locally, rather than query the DNS server. This didn't work. winsock appear

Re: why is bash trying to access my DNS?

2003-03-03 Thread Larry Hall (RFK Partners, Inc.)
Geoffrey Hausheer wrote: One more thing, I forgot to ask... On Mon, 03 Mar 2003 18:46:09 -0800, "Geoffrey Hausheer" said: Thank you, this indeed is the issue, as can be seen from the very next line after the wsock call: 5495150 5519336 [main] bash 1940 cygwin_gethostname: name Holly I don't sup

Re: why is bash trying to access my DNS?

2003-03-03 Thread Pierre A. Humblet
On Mon, Mar 03, 2003 at 07:07:05PM -0800, Geoffrey Hausheer wrote: > One more thing, I forgot to ask... > > On Mon, 03 Mar 2003 18:46:09 -0800, "Geoffrey Hausheer" said: > > Thank you, this indeed is the issue, as can be seen from the very next > > line after the wsock call: > > 5495150 5519336 [m

Re: why is bash trying to access my DNS?

2003-03-03 Thread Randall R Schulz
Geoffrey, What's the problem? Who care's about host name lookups? Is there a security issue with DNS activity? Why do you want to circumscribe outbound access so tightly? It's inbound connections you need to be concerned about. Randall Schulz At 19:07 2003-03-03, Geoffrey Hausheer wrote: One

Re: why is bash trying to access my DNS?

2003-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2003 at 06:46:09PM -0800, Geoffrey Hausheer wrote: >I wouldn't bring any of this up at all, but my private mail to Chris >got bounced as well, so I couldn't easily send a message to him. Yes, I munge my email address for just this reason. Otherwise the many clueless denizens of Cy

Re: why is bash trying to access my DNS?

2003-03-03 Thread Igor Pechtchanski
On Mon, 3 Mar 2003, Geoffrey Hausheer wrote: > One more thing, I forgot to ask... > > On Mon, 03 Mar 2003 18:46:09 -0800, "Geoffrey Hausheer" said: > > Thank you, this indeed is the issue, as can be seen from the very next > > line after the wsock call: > > 5495150 5519336 [main] bash 1940 cygwin_

Re: why is bash trying to access my DNS?

2003-03-03 Thread Geoffrey Hausheer
One more thing, I forgot to ask... On Mon, 03 Mar 2003 18:46:09 -0800, "Geoffrey Hausheer" said: > Thank you, this indeed is the issue, as can be seen from the very next > line after the wsock call: > 5495150 5519336 [main] bash 1940 cygwin_gethostname: name Holly I don't suppose there is any way

Re: Distributing .ISO files.

2003-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2003 at 05:32:49PM -0600, Robert Citek wrote: > >At 03:19 PM 3/3/2003 -0800, [EMAIL PROTECTED] wrote: >>I would like to post an .ISO file I compiled for myself to my website, >>making it available to anyone who wants it. It is a snapshot of the >>full distribution (less sources)

Re: compiling setup.exe (was Re: Distributing .ISO files.)

2003-03-03 Thread Robert Collins
On Tue, 2003-03-04 at 12:01, Robert Citek wrote: > At 07:27 PM 3/3/2003 -0500, Igor Pechtchanski wrote: > >> I'm still getting my feet wet with the Cygwin sources, CVS, patch, etc. > >> For example, I downloaded the setup module and compiled it. Instead of a > >> ~100 K file, mine was ~10 MB. It

Re: why is bash trying to access my DNS?

2003-03-03 Thread Geoffrey Hausheer
On Mon, 3 Mar 2003 18:02:36 -0500, Pierre A. Humblet said: > Probably because it tries to get your hostname. > At any rate you should see why if you let strace > run a little bit more. > > In previous versions Cygwin was using GetComputerName. > Not it uses gethostname, loading wsock. Thank you,

Re: cygwin as an acronym? (Was Re: Official List of cygwin Acronyms)

2003-03-03 Thread Jon A. Lambert
Greg Matheson wrote: > On Mon, 03 Mar 2003, Christopher Faylor wrote: > > > "To understand recursion, you must first understand recursion" > > Am I slow? I just realized where the name Cygnus came from. > cyGNUs. Get it? > > Playing on the idea of ugly ducklings, swans and ugly > stepsisters, wh

cron & init with Win9x

2003-03-03 Thread BB
Hopefully back in the Win9x days, this problem was solved... I have a need to run Cygwin on Win9x platforms, including Win95. I need to use cron and agetty for a dial in connection. Is this possible? I've tried to research this question but haven't been able to find a definitive answer. Upgradin

Re: Advocacy

2003-03-03 Thread Joshua Daniel Franklin
I wouldn't at all mind being able to put an --IGNORE-BELOW-- pre-footer in my emails, especially those sent from a certain free web-based email service. Their footer ads are not long but can be annoying. On Mon, Mar 03, 2003 at 09:23:33AM -0800, Randall R Schulz wrote: > Does your corporate fire

Fw: Creating an ssh key with ssh-keygen

2003-03-03 Thread Joshua S. Abbott
Anyone know how to use the -t switch with ssh-keygen?? - Original Message - From: "Joshua S. Abbott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 7:19 PM Subject: Creating an ssh key with ssh-keygen > hello someone please tell me how to create an ssh key in c

Re: compiling setup.exe (was Re: Distributing .ISO files.)

2003-03-03 Thread Randall R Schulz
Robert, Upx. -==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==- % upx --help Ultimate Packer for eXecutables Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 UPX 1.24wMarkus F.X.J. Oberhumer & Laszlo Moln

Creating an ssh key with ssh-keygen

2003-03-03 Thread Joshua S. Abbott
hello someone please tell me how to create an ssh key in cygwin (windows) keytype being ssh2 i think the full command please. thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs

compiling setup.exe (was Re: Distributing .ISO files.)

2003-03-03 Thread Robert Citek
At 07:27 PM 3/3/2003 -0500, Igor Pechtchanski wrote: >> I'm still getting my feet wet with the Cygwin sources, CVS, patch, etc. >> For example, I downloaded the setup module and compiled it. Instead of a >> ~100 K file, mine was ~10 MB. It seems to work, but obviously, I did >> something wrong.

Re: Distributing .ISO files.

2003-03-03 Thread Robert Citek
At 07:27 PM 3/3/2003 -0500, Igor Pechtchanski wrote: >Any corrections will also be sent to the list and linked with your message >into a thread. The result will be not just the correct instructions, but >also the whole change history. Can wiki do that? ;-) Yup. At least the wiki's I've used ar

Re: Cygwin setup crashes

2003-03-03 Thread Manu
Max Bowsher wrote: > Manu wrote: > > Cygwin's setup.exe crashes when installing from a local directory. > > I'm running Win98. > > Odd. What is your net connection like? Can I email you a debug build of > setup.exe to try? (1.26MB zip, or 1.07MB .bz2) I have a slow RTC connection unfortunately.

Re: Distributing .ISO files.

2003-03-03 Thread Igor Pechtchanski
On Mon, 3 Mar 2003, Robert Citek wrote: > Hello Igor, > > At 06:42 PM 3/3/2003 -0500, Igor Pechtchanski wrote: > >On Mon, 3 Mar 2003, Robert Citek wrote: > >> [snip] > >> In fact, I would have two items: > >> 1) How can I redistribute Cygwin? > >> 2) How can I create an ISO to redistribute Cyg

Re: Cygwin setup crashes

2003-03-03 Thread Manu
After a few editing in the Makefiles, (I don't have much time :) I've built setup.exe from CVS sources, with debug symbols. Dr. MinGW gives an interesting clue: Manu. SETUP.EXE caused an Access Violation at location 00406816 in module SETUP.EXE Reading from location . Registers: ea

Re: Distributing .ISO files.

2003-03-03 Thread Robert Citek
Hello Igor, At 06:42 PM 3/3/2003 -0500, Igor Pechtchanski wrote: >On Mon, 3 Mar 2003, Robert Citek wrote: >> [snip] >> In fact, I would have two items: >> 1) How can I redistribute Cygwin? >> 2) How can I create an ISO to redistribute Cygwin (probably a pointer to >> a how-to). If there was

Re: Distributing .ISO files.

2003-03-03 Thread Robert Citek
At 11:35 PM 3/3/2003 -, Max Bowsher wrote: >Yes, please explain. Cygwin contains many packages the average user will >never want. Why would anyone download an .iso, when they can fetch just what >they need? And if someone wants a CD, to install on a non-connected >computer, they can just burn

Re: Distributing .ISO files.

2003-03-03 Thread Igor Pechtchanski
On Mon, 3 Mar 2003, Robert Citek wrote: > [snip] > In fact, I would have two items: > 1) How can I redistribute Cygwin? > 2) How can I create an ISO to redistribute Cygwin (probably a pointer to > a how-to). If there was a wiki or blog for this, I would be happy to > contribute how I create m

Re: Distributing .ISO files.

2003-03-03 Thread Max Bowsher
Christopher Faylor wrote: > On Mon, Mar 03, 2003 at 03:19:28PM -0800, [EMAIL PROTECTED] wrote: >> I would like to post an .ISO file I compiled for myself to my >> website, making it available to anyone who wants it. It is a >> snapshot of the full distribution (less sources) from one of the >> mir

Re: Distributing .ISO files.

2003-03-03 Thread Robert Citek
At 03:19 PM 3/3/2003 -0800, [EMAIL PROTECTED] wrote: >I would like to post an .ISO file I compiled for myself to my website, >making it available to anyone who wants it. It is a snapshot of the >full distribution (less sources) from one of the mirror sites, to >allow for installation on Short

Re: cygwin as an acronym? (Was Re: Official List of cygwin Acronyms)

2003-03-03 Thread Greg Matheson
On Mon, 03 Mar 2003, Christopher Faylor wrote: > "To understand recursion, you must first understand recursion" Am I slow? I just realized where the name Cygnus came from. cyGNUs. Get it? Playing on the idea of ugly ducklings, swans and ugly stepsisters, what about: Cinderella Your GNU Windows

Re: why is bash trying to access my DNS?

2003-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2003 at 03:15:27PM -0800, Geoffrey Hausheer wrote: >On Mon, 3 Mar 2003 18:01:19 -0500 (EST), "Igor Pechtchanski >[EMAIL PROTECTED] {Cygwin}" >> > it seems my mail client always compresses my attachemnts, and I can't do >> > anything about it, and the maillist spam-filters block my

Re: why is bash trying to access my DNS?

2003-03-03 Thread Pierre A. Humblet
On Mon, Mar 03, 2003 at 03:13:07PM -0800, Randall R Schulz wrote: > Geoffrey, > > Just to connect the dots, does your BASH prompt contain "\h" or "\H"? > The default PS1 established in "/etc/profile" and > "/etc/profile.default" contain "\h" and hence trigger a host name look > up per Pierre's

Re: Distributing .ISO files.

2003-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2003 at 03:19:28PM -0800, [EMAIL PROTECTED] wrote: >I would like to post an .ISO file I compiled for myself to my website, >making it available to anyone who wants it. It is a snapshot of the >full distribution (less sources) from one of the mirror sites, to allow >for installation

Re: why is bash trying to access my DNS?

2003-03-03 Thread Geoffrey Hausheer
On Mon, 3 Mar 2003 18:01:19 -0500 (EST), "Igor Pechtchanski [EMAIL PROTECTED] {Cygwin}" > > it seems my mail client always compresses my attachemnts, and I can't do > > anything about it, and the maillist spam-filters block my compressed > > version, and the maillist won't accept my 'I am not a sp

Re: why is bash trying to access my DNS?

2003-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2003 at 02:52:14PM -0800, Geoffrey Hausheer wrote: >On Mon, 3 Mar 2003 16:42:51 -0500 (EST), "Igor Pechtchanski >[EMAIL PROTECTED] {Cygwin}" ><[EMAIL PROTECTED]> said: >> Geoffrey, >> >> Well, first off, your strace output seems hosed. There might have been a >> problem while pasti

Re: why is bash trying to access my DNS?

2003-03-03 Thread Randall R Schulz
Geoffrey, Just to connect the dots, does your BASH prompt contain "\h" or "\H"? The default PS1 established in "/etc/profile" and "/etc/profile.default" contain "\h" and hence trigger a host name look up per Pierre's message. Randall Schulz At 15:02 2003-03-03, Pierre A. Humblet wrote: Probab

Re: why is bash trying to access my DNS?

2003-03-03 Thread David Means
Ah, yes, of'course. That would definately do it. Silly me... I didn't even think of that. On Mon, 2003-03-03 at 18:02, Pierre A. Humblet wrote: > Probably because it tries to get your hostname. > At any rate you should see why if you let strace > run a little bit more. > > In previous version

Re: why is bash trying to access my DNS?

2003-03-03 Thread Andrew DeFaria
Geoffrey Hausheer wrote: it seems my mail client always compresses my attachemnts, and I can't do anything about it, You could always get a new email client ;-) ! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentatio

Re: why is bash trying to access my DNS?

2003-03-03 Thread David Means
Can you show us your PATH and all of your mount points? In the meantime, I'll upgrade my cygwin @ home. If I don't find the same behaviour, I'll check my config at work. On Mon, 2003-03-03 at 17:52, Geoffrey Hausheer wrote: > On Mon, 3 Mar 2003 16:42:51 -0500 (EST), "Igor Pechtchanski > [EMAIL

Distributing .ISO files.

2003-03-03 Thread [EMAIL PROTECTED]
I would like to post an .ISO file I compiled for myself to my website, making it available to anyone who wants it. It is a snapshot of the full distribution (less sources) from one of the mirror sites, to allow for installation on 1. systems that are not connected to the internet 2. systems that

Re: why is bash trying to access my DNS?

2003-03-03 Thread Pierre A. Humblet
Probably because it tries to get your hostname. At any rate you should see why if you let strace run a little bit more. In previous versions Cygwin was using GetComputerName. Not it uses gethostname, loading wsock. Pierre -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug re

Re: Advocacy

2003-03-03 Thread Robert Citek
Hello Igor, At 04:49 PM 3/3/2003 -0500, Igor Pechtchanski wrote: >I believe the complaints were mostly about the *size* of the disclaimer, >not about its content. The content is reasonably standard and pretty >redundant, IMO. Which is why I proposed a way for people to allow >filtering it out (

Re: why is bash trying to access my DNS?

2003-03-03 Thread Igor Pechtchanski
On Mon, 3 Mar 2003, Geoffrey Hausheer wrote: > On Mon, 3 Mar 2003 16:42:51 -0500 (EST), "Igor Pechtchanski [EMAIL PROTECTED] > {Cygwin}" <[EMAIL PROTECTED]> said: > > Geoffrey, > > > > Well, first off, your strace output seems hosed. There might have been a > > problem while pasting it. Next ti

Re: sudo and runas

2003-03-03 Thread Igor Pechtchanski
On Mon, 3 Mar 2003, Andrew DeFaria wrote: > Randall R Schulz wrote: > > > Jon, > > > > How about describing the symptoms? > > I gotta remember the verbage of that one. Short, sweet and to the point. > It never ceases to amaze me how many times people ask for help stating > that what they tried did

Re: sed 4.0.5 regexp problem

2003-03-03 Thread Peter S Tillier
- Original Message - From: "Berger David-MGI2063" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 11:37 PM Subject: sed 4.0.5 regexp problem > The following should be equivalent, they no longer are: > > echo 'T _atan2' | sed -e 's/^T\W*\(\w*\)/FuncSymbol(\1),/

Re: why is bash trying to access my DNS?

2003-03-03 Thread Geoffrey Hausheer
On Mon, 3 Mar 2003 16:42:51 -0500 (EST), "Igor Pechtchanski [EMAIL PROTECTED] {Cygwin}" <[EMAIL PROTECTED]> said: > Geoffrey, > > Well, first off, your strace output seems hosed. There might have been a > problem while pasting it. Next time, try the "-o" option of strace... > You can then edit th

Re: sudo and runas

2003-03-03 Thread Andrew DeFaria
Randall R Schulz wrote: Jon, How about describing the symptoms? I gotta remember the verbage of that one. Short, sweet and to the point. It never ceases to amaze me how many times people ask for help stating that what they tried didn't work but totally lacking of any of the details of the pro

Re: Advocacy

2003-03-03 Thread Michael A Chase
On Mon, 3 Mar 2003 13:22:16 -0800 (PST) "Peter A. Castro" <[EMAIL PROTECTED]> wrote: > On Mon, 3 Mar 2003, Christopher Faylor wrote: > > > On Mon, Mar 03, 2003 at 09:42:16AM -0800, Peter A. Castro wrote: >>> I feel that you should review their responses to you, determine if they >>> are truely s

Re: Advocacy

2003-03-03 Thread Igor Pechtchanski
On Mon, 3 Mar 2003, Peter A. Castro wrote: > On Mon, 3 Mar 2003, Christopher Faylor wrote: > > > On Mon, Mar 03, 2003 at 09:42:16AM -0800, Peter A. Castro wrote: > > >> At my place of work, access to free e-mail websites is blocked, so the only > > >> e-mail I can send is via my official account.

cygrunsrv -E (stop) does not work on Win32 applications

2003-03-03 Thread Sudheer Tumuluru
Hi, I have a Win32 exe I want to install as an NT service using cygrunsrv. I use cygrunsrv to install (-I) and uninstall (-R) the service. cygrunsrv -S starts up the service but -E doesn't seem to kill (stop) the process. From the cygwin bash prompt, I am able to kill the program only if I

Re: why is bash trying to access my DNS?

2003-03-03 Thread Igor Pechtchanski
On Mon, 3 Mar 2003, Geoffrey Hausheer wrote: > Today I tried to install sshd on my cygwin system, (which also resulted > in downloading lots of updates, since I'd been lax in updating for a > while). > > I went through the setup procedures for openssh, and got it working. > During all of this, I h

Re: Advocacy

2003-03-03 Thread Peter A. Castro
On Mon, 3 Mar 2003, Christopher Faylor wrote: > On Mon, Mar 03, 2003 at 09:42:16AM -0800, Peter A. Castro wrote: > >> At my place of work, access to free e-mail websites is blocked, so the only > >> e-mail I can send is via my official account. This adds the disclaimer you > >> see at the bottom.

Re: /etc/passwd and /etc/group question

2003-03-03 Thread Igor Pechtchanski
On Mon, 3 Mar 2003, jon ewing wrote: > Hi, > > I'm having problems assigning users to multiple groups under cygwin > (latest build under XP on ntfs with ntsec). > > My /etc/passwd file contains: > [snip] > and my /etc/group contains: > [snip] > > I want to add the 'root' user to the 'dev' group. C

why is bash trying to access my DNS?

2003-03-03 Thread Geoffrey Hausheer
Today I tried to install sshd on my cygwin system, (which also resulted in downloading lots of updates, since I'd been lax in updating for a while). I went through the setup procedures for openssh, and got it working. During all of this, I had disabled my firewall (ZoneAlarm), since I've had prob

Eterm/imlib2 on Cygwin/XFree86, lt_dlopenext() fails.

2003-03-03 Thread Simon Dong
Has anyone successfully build a fully functional Eterm on Cygwin/XFree86? I spent most of the weekend trying to build it. I did get quite a bit help from searching the archive, but I didn't see one single success report. Anyway here's where I stand: I installed cygipc, built all the prerequesite

Re: sudo and runas

2003-03-03 Thread Randall R Schulz
Jon, How about describing the symptoms? I tried this: % runas /user:Administrator 'D:\cygwin\bin\vim.exe' Enter password for Administrator: Attempting to start "D:\cygwin\bin\vim.exe" as user "Administrator"... There was a rather long pause between the "Attempting ..." message and the Vim windo

Cygwin setup crashes

2003-03-03 Thread Manu
Cygwin's setup.exe crashes when installing from a local directory. I'm running Win98. Manu. --- SETUP.EXE caused an Access Violation at location 78011726 in module MSVCRT.DLL Reading from location 009dfffe. Registers: eax= ebx=009e000e ecx=0003c09d edx=0002 esi=009dfffe edi=00ad0280

sudo and runas

2003-03-03 Thread jon ewing
Hello, Under XP (and maybe other Windows?) there's a command, runas, which when used from cmd.exe or the Run dialog, can run applications as another user: C:\Cygwin>runas /user:Administrator C:\Cygwin\setup.exe Enter the password for Administrator: allows me to run Cygwin's setup as Administrat

/etc/passwd and /etc/group question

2003-03-03 Thread jon ewing
Hi, I'm having problems assigning users to multiple groups under cygwin (latest build under XP on ntfs with ntsec). My /etc/passwd file contains: SYSTEM:*:18:544:,S-1-5-18:: Administrators:*:544:544:,S-1-5-32-544:: root::500:544:U-SHUTTLE\Administrator,S-1-5-21-1935655697-287218729-7253 45543-5

Re: cygwin rsync bug with windows shares

2003-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2003 at 10:22:27AM -0800, Randall R Schulz wrote: >Igor, > >I think I understood your meaning, and I'm not in favor of placing any >blame on the posters in this matter. As I mentioned in my earlier reply >to David Sheridan, I assumed from the beginning that he had no control >ove

Re: cygwin rsync bug with windows shares

2003-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2003 at 09:29:10AM -0800, Randall R Schulz wrote: >Chris, > >Clearly this is now an open topic, so... > >Do you have a good way to do this? Igor's suggestion seems sound and >easily implementable, but short of some kind of cooperation from the >sender (in the form of a tag of some

Re: Advocacy

2003-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2003 at 09:42:16AM -0800, Peter A. Castro wrote: >> At my place of work, access to free e-mail websites is blocked, so the only >> e-mail I can send is via my official account. This adds the disclaimer you >> see at the bottom. I can't prevent that. You can ignore it very easily, an

Re: Testsuite as a package (was: Re: Was that the sound of a snapshot going off?)

2003-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2003 at 01:40:26PM -0500, Igor Pechtchanski wrote: >1) Starting now I'm introducing a new policy regarding Cygwin list > acronyms: If the acronym used is known, I'll add it to the OLOCA (and > there is no need to expand it). If it's a newly invented one, I won't > add it to t

Re: Testsuite as a package (was: Re: Was that the sound of a snapshotgoing off?)

2003-03-03 Thread Igor Pechtchanski
On Mon, 3 Mar 2003, Ronald Landheer-Cieslak wrote: > On Sun, 2 Mar 2003, Christopher Faylor wrote: > > Please try the latest cygwin snapshot and report any problems or successes > > here. The latest snapshot may be close to cygwin 1.3.21. > I would *love* to do that, but I have a WIBGI (Wouldn't

Re: cygwin rsync bug with windows shares

2003-03-03 Thread Randall R Schulz
Igor, I think I understood your meaning, and I'm not in favor of placing any blame on the posters in this matter. As I mentioned in my earlier reply to David Sheridan, I assumed from the beginning that he had no control over that disclaimer. I was really curious if Chris has a way of detecting

Re: cygwin rsync bug with windows shares

2003-03-03 Thread Igor Pechtchanski
Umm, Randall, I think you've missed the point of my post. I claimed that people should not be blamed for something they have no control over, and suggested a means of giving them the control. It *must* require cooperation from the sender. Should they choose to ignore this control, they'll deserv

Re: Advocacy

2003-03-03 Thread Peter A. Castro
On Mon, 3 Mar 2003, Sheridan, David wrote: Hi Sheridan, > I'm saddened to have to post this. After submitting a bug report (complete > with source code fix) about rsync, I've now been flamed by various members > of the list for having a disclaimer at the bottom of my e-mails. The flames > I recei

Re: Advocacy

2003-03-03 Thread Andrew DeFaria
Sheridan, David wrote: After receiving this abuse from list members, I'm unlikely to contribute anything further to cygwin, and will not report further bugs. If this is the behaviour the cygwin developers wish to encourage, you need to do nothing further. If you think it's a shame, please enco

dll_list::load_after_fork()

2003-03-03 Thread Steven O'Brien
Hi On Sun, 2 Mar 2003 12:31:49 -0500, Christopher Faylor wrote: > I don't see how a change which checks for a valid error condition > could be considered "wrong". My apologies for not giving more details, I realize that last message was a little curt. There are two issues with the current CVS rev

Testsuite as a package (was: Re: Was that the sound of a snapshotgoing off?)

2003-03-03 Thread Ronald Landheer-Cieslak
On Sun, 2 Mar 2003, Christopher Faylor wrote: > Please try the latest cygwin snapshot and report any problems or successes > here. The latest snapshot may be close to cygwin 1.3.21. I would *love* to do that, but I have a WIBGI (Wouldn't It Be Great If ...) WIBGI the testsuite for Cygwin (the on

Re: cygwin rsync bug with windows shares

2003-03-03 Thread Randall R Schulz
Chris, Clearly this is now an open topic, so... Do you have a good way to do this? Igor's suggestion seems sound and easily implementable, but short of some kind of cooperation from the sender (in the form of a tag of some sort that marks the end of the real content of their posting), it seems

Re: Advocacy

2003-03-03 Thread Randall R Schulz
David, Actually, I assumed it was out of your control. It seems it's usually in correspondence from employees of financial service industry firms that these disclaimers appear. Does your corporate firewall block all attempts to connect to SMTP servers (based on port number, I suppose) from int

Re: Advocacy

2003-03-03 Thread Igor Pechtchanski
On Mon, 3 Mar 2003, Sheridan, David wrote: > I'm saddened to have to post this. After submitting a bug report (complete > with source code fix) about rsync, I've now been flamed by various members > of the list for having a disclaimer at the bottom of my e-mails. The flames > I received were thoro

Re: "hostname" takes 3.5 seconds

2003-03-03 Thread Randall R Schulz
Niall, This is not directly relevant, but it might hint at or suggest something you could investigate. I found that when I enabled a new network device (a virtual network adaptor provided by VMware) that automatic dialing (usually in response to a DNS request) no longer caused the dial to be i

Re: Advocacy (Appologies Please)

2003-03-03 Thread Elfyn McBratney
> I'm saddened to have to post this. After submitting a bug report (complete > with source code fix) about rsync, I've now been flamed by various members > of the list for having a disclaimer at the bottom of my e-mails. The flames > I received were thoroughly sarcastic and accusatory, and suggeste

RE: Processes are unable to fully discard their controlling terminal

2003-03-03 Thread Norman Vine
Christopher Faylor writes: > On Mon, Mar 03, 2003 at 10:59:14AM -0500, Norman Vine wrote: > > > >However I am seeing a new twist. > Corinna noticed something similar. I wonder why something is > deciding that > it needs to allocate a console. > > The latest snapshot may work better although I

Advocacy

2003-03-03 Thread Sheridan, David
I'm saddened to have to post this. After submitting a bug report (complete with source code fix) about rsync, I've now been flamed by various members of the list for having a disclaimer at the bottom of my e-mails. The flames I received were thoroughly sarcastic and accusatory, and suggested that I

Re: "hostname" takes 3.5 seconds

2003-03-03 Thread Corinna Vinschen
On Mon, Mar 03, 2003 at 04:37:07PM +, [EMAIL PROTECTED] wrote: > Anyone know why calling hostname takes 3.5 seconds? > > Most of the time seems to be spent in cygwin_gethostname and ExitProcess: > >28 28924 [main] hostname 268 wsock_init: lpVendorInfo 0 > 1017292 1046216 [main] hostname

Re: pdksh installation

2003-03-03 Thread Elfyn McBratney
> On Mon, Mar 03, 2003 at 04:32:29PM -, Elfyn McBratney wrote: > >True. And I speak for the package maintainer here, of course. If there was a > >problem with one of the package files that had not already been discovered > >it would be nice to let him (me) know about it, if it hadn't already be

Re: pdksh installation

2003-03-03 Thread Elfyn McBratney
> > I am also looking forward to the release of a built-in ksh for > > Cygwin. > > > > And, I can see that you wouldn't want to bug the maintainer with > > frivilous questions that would delay what you are looking for. > > > > However, I don't see a problem with making and playing in your > > own m

RE: GPL Violation

2003-03-03 Thread Poncet Sébastien
OK, I published a new "alpha" site for Fetchmail for Win32... You can have a look if you've got time. Regards. -Message d'origine- De : Christopher Faylor [mailto:[EMAIL PROTECTED] Envoyé : lundi 3 mars 2003 16:26 À : [EMAIL PROTECTED] Cc : Poncet Sébastien Objet : Re: GPL Violation On

Re: pdksh installation

2003-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2003 at 04:32:29PM -, Elfyn McBratney wrote: >True. And I speak for the package maintainer here, of course. If there was a >problem with one of the package files that had not already been discovered >it would be nice to let him (me) know about it, if it hadn't already been >repo

Re: pdksh installation

2003-03-03 Thread Elfyn McBratney
> I am also looking forward to the release of a built-in ksh for > Cygwin. > > And, I can see that you wouldn't want to bug the maintainer with > frivilous questions that would delay what you are looking for. > > However, I don't see a problem with making and playing in your > own mud-puddle. Here

"hostname" takes 3.5 seconds

2003-03-03 Thread Niall . Smart
Anyone know why calling hostname takes 3.5 seconds? Most of the time seems to be spent in cygwin_gethostname and ExitProcess: This really slows down my shell. time strace -f hostname ** Program name: C:\cygwin\bin\hostname.exe (268) App version: 1003

Re: pdksh installation

2003-03-03 Thread Elfyn McBratney
> "Christopher Faylor" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > On Wed, Feb 26, 2003 at 02:45:36PM -0500, Igor Pechtchanski wrote: > > >On Wed, 26 Feb 2003, you (whoever you are) wrote: > > >>I have read in the cygwin-apps list that pdksh is available. Until it > > >>is of

[ANNOUNCEMENT] New package: pdksh-5.2.14-1

2003-03-03 Thread Elfyn McBratney
This new package contains pdksh, the Public Domain Korn Shell. Homepage of the project is . This is the latest stable release of pdksh 5.2.14 with a fix for a clean compile under Cygwin and a change to Makefile.in to delete some .exe files when doing a `make c

Re: Processes are unable to fully discard their controlling terminal

2003-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2003 at 10:59:14AM -0500, Norman Vine wrote: >Christopher Faylor writes: >> On Sun, Mar 02, 2003 at 09:22:13PM -0500, Christopher Faylor wrote: >> >On Mon, Mar 03, 2003 at 12:53:20AM -, Max Bowsher wrote: >> >>I can now successfully share an ssh-agent between all my shells, with

Re: cygwin rsync bug with windows shares

2003-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2003 at 07:45:10AM -0800, Michael A Chase wrote: >On Mon, 3 Mar 2003 10:22:49 -0500 Christopher Faylor <[EMAIL PROTECTED]> wrote: > >> I am *so* tempted to add a filter to strip this crap out of email sent >> here. > >> On Mon, Mar 03, 2003 at 09:05:27AM -, Sheridan, David wrote

Re: cygwin as an acronym? (Was Re: Official List of cygwin Acronyms)

2003-03-03 Thread Christopher Faylor
On Mon, Mar 03, 2003 at 04:40:03PM +0100, Ronald Landheer-Cieslak wrote: >On Mon, 3 Mar 2003, Christopher Faylor wrote: >> On Mon, Mar 03, 2003 at 11:27:24AM +0100, Ronald Landheer-Cieslak wrote: >> >How about a recursive acronym: "Cygwin: your greatest winner in >> >necessities" >> >;) >> It's no

RE: Processes are unable to fully discard their controlling terminal

2003-03-03 Thread Norman Vine
Christopher Faylor writes: > On Sun, Mar 02, 2003 at 09:22:13PM -0500, Christopher Faylor wrote: > >On Mon, Mar 03, 2003 at 12:53:20AM -, Max Bowsher wrote: > >>I can now successfully share an ssh-agent between all my shells, with > >>it starting with the first one, and ending with the last, an

  1   2   >