Re: UNC Pathname Handling within Applications

2004-07-14 Thread Christopher Faylor
On Thu, Jul 15, 2004 at 06:48:36AM +0200, Thorsten Haude wrote: >Hi, > >* Christopher Faylor wrote (2004-07-15 06:15): >>On Thu, Jul 15, 2004 at 05:32:32AM +0200, Thorsten Haude wrote: >>>I know that NEdit is not the only application ignoring multiplied >>>slashes, so I wonder how this is normally

Re: UNC Pathname Handling within Applications

2004-07-14 Thread Thorsten Haude
Hi, * Christopher Faylor wrote (2004-07-15 06:15): >On Thu, Jul 15, 2004 at 05:32:32AM +0200, Thorsten Haude wrote: >>I know that NEdit is not the only application ignoring multiplied >>slashes, so I wonder how this is normally handled with Cygwin. Indeed, >>a simple test on Linux seems to indicat

Re: UNC Pathname Handling within Applications

2004-07-14 Thread Christopher Faylor
On Thu, Jul 15, 2004 at 05:32:32AM +0200, Thorsten Haude wrote: >I'm trying to find the best approach to solve a bug reported against >NEdit: >https://sourceforge.net/tracker/index.php?func=detail&aid=873188&group_id=11005&atid=111005 > >The reporter complains that NEdit cannot open files from net

UNC Pathname Handling within Applications

2004-07-14 Thread Thorsten Haude
Hi, I'm trying to find the best approach to solve a bug reported against NEdit: https://sourceforge.net/tracker/index.php?func=detail&aid=873188&group_id=11005&atid=111005 The reporter complains that NEdit cannot open files from network shares using Cygwin's double-slash notation. That is not su

Re: sending email from Cygwin

2004-07-14 Thread Pierre A. Humblet
At 12:02 PM 7/15/2004 +1000, [EMAIL PROTECTED] wrote: >On 14 Jul, Pierre A. Humblet wrote: >> Thanks for the feedback. >> >> The problem is that the exim startup code thinks that you are a privileged >> user (see "privileged 1" above). It does that by checking that you have the >> "Create

Re: [OT] RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Christopher Faylor
On Wed, Jul 14, 2004 at 07:28:19PM +0100, Dave Korn wrote: >>-Original Message- >>From: cygwin-owner On Behalf Of Dave Korn >>Sent: 14 July 2004 18:26 > >>Well, the thread's more-or-less over now, I would have thought. > >Heh. It occurs to me to correct that typo while we're at it. Should

Re: sending email from Cygwin

2004-07-14 Thread luke . kendall
On 14 Jul, Pierre A. Humblet wrote: > Thanks for the feedback. > > The problem is that the exim startup code thinks that you are a privileged > user (see "privileged 1" above). It does that by checking that you have the > "Create Token" privilege (you have not answered my question about h

Re: sending email from Cygwin

2004-07-14 Thread Robert R Schneck
Pierre A. Humblet wrote: >Luke Kendall wrote: >> or that it creates a symlink to sendmail. > > exim doesn't. That symlink is created by the cygwin specific exim-config > script under explicit user control. That avoids possible conflicts with > postinstall scripts. Hmmm. So perhaps the appropriat

Re: sending email from Cygwin

2004-07-14 Thread Pierre A. Humblet
On Thu, Jul 15, 2004 at 09:44:45AM +1000, [EMAIL PROTECTED] wrote: > I also noticed that the exim man page doesn't mention that it can > replace sendmail That's the standard exim man page, wrong list.. > or that it creates a symlink to sendmail. exim doesn't. That symlink is created by the

Re: HOWTO build debug version of the cygwin dll with no optimisation?

2004-07-14 Thread Christopher Faylor
On Wed, Jul 14, 2004 at 08:48:36PM +0200, Corinna Vinschen wrote: >On Jul 14 18:43, Dave Korn wrote: >> Ok, it doesn't mention how to do this in the user guide. It doesn't say >> how to do this in the FAQ. It doesn't say how to do it on the website's >> how-to-contribute page. It doesn't say h

Re: C99 complex numbers in cygwin?

2004-07-14 Thread Christopher Faylor
On Thu, Jul 15, 2004 at 09:38:12AM +1000, Billinghurst, David (CALCRTS) wrote: >[EMAIL PROTECTED] wrote: >>I'm trying to port a program to cygwin that uses the C99 complex number >>standard and the complex.h library (carg, csin, etc.). According to >>the gcc web page, this is mostly implemented in

Re: sending email from Cygwin

2004-07-14 Thread Pierre A. Humblet
At 10:14 AM 7/15/2004 +1000, [EMAIL PROTECTED] wrote: >On 14 Jul, Pierre A. Humblet wrote: (That message was rejected by the list spam filter, I hope this one will make it through) >> > exim -oi luke < /tmp/sample >> > >> > I got this error: >> > >> > set{u,g}id failed: 22 >> >

Re: sending email from Cygwin

2004-07-14 Thread luke . kendall
On 14 Jul, Pierre A. Humblet wrote: > > exim -oi luke < /tmp/sample > > > > I got this error: > > > > set{u,g}id failed: 22 > > 2004-07-14 10:48:44 unable to set gid=544 or uid=18 (euid=11021): privilege not > needed > > > > (Which I assume means the opposite: that some privi

Re: sending email from Cygwin

2004-07-14 Thread Robert R Schneck
Larry Hall wrote: >Corinna Vinschen wrote: >>Methinks that a correct approach (for a given value of correct) would >>be to create the symlink in an ssmtp postinstall script. That's what >>exim does, too. Creating the symlink in the cron postinstall script >>was a hack at one point. I'd be happy

Re: /usr/share/doc/Cygwin (Was Re: sending email from Cygwin)

2004-07-14 Thread luke . kendall
On 14 Jul, Igor Pechtchanski wrote: > Yep, that would be a very good idea. In particular, it should point out > that the information in the READMEs in /usr/share/doc/Cygwin takes > precedence over that in the package READMEs and manpages. > > Maybe even an FAQ entry like "I've followed d

Re: sending email from Cygwin

2004-07-14 Thread luke . kendall
On 14 Jul, Robert R Schneck wrote: > > I also see that my /etc/ssmtp directory is completely empty. Someone > > on the list mentioned /usr/local/exim/README.Cygwin, but there is no > > /usr/local/exim directory on my machine. > > You should have read /usr/share/doc/Cygwin/ssmtp-2.60.9.RE

Re: /usr/share/doc/Cygwin (Was Re: sending email from Cygwin)

2004-07-14 Thread Igor Pechtchanski
On Wed, 14 Jul 2004, Igor Pechtchanski wrote: > On Wed, 14 Jul 2004, Robert R Schneck wrote: > > > Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > [snip] Whoops, and a (very belated) to both of us... :-) Igor --

/usr/share/doc/Cygwin (Was Re: sending email from Cygwin)

2004-07-14 Thread Igor Pechtchanski
On Wed, 14 Jul 2004, Robert R Schneck wrote: > Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > I don't think cron should contain a dependency to ssmtp though. It > > would be the same as to have a dependency to exim. And why should > > cron.README contain hints about how to set up ssmtp? That's

RE: C99 complex numbers in cygwin?

2004-07-14 Thread Billinghurst, David (CALCRTS)
[EMAIL PROTECTED] wrote: > I'm trying to port a program to cygwin that uses the C99 complex > number standard and the complex.h library (carg, csin, etc.). > According to the gcc web page, this is mostly implemented in gcc 3.0 > and above, but I can't find it in the cygwin gcc package. Is this on

Re: sending email from Cygwin

2004-07-14 Thread Robert R Schneck
Corinna Vinschen <[EMAIL PROTECTED]> wrote: > I don't think cron should contain a dependency to ssmtp though. It > would be the same as to have a dependency to exim. And why should > cron.README contain hints about how to set up ssmtp? That's the job > for the ssmtp README, isn't it? It might s

C99 complex numbers in cygwin?

2004-07-14 Thread dgun
I'm trying to port a program to cygwin that uses the C99 complex number standard and the complex.h library (carg, csin, etc.). According to the gcc web page, this is mostly implemented in gcc 3.0 and above, but I can't find it in the cygwin gcc package. Is this on purpose or an oversight? I f

maintaner of gcc

2004-07-14 Thread Robert McNulty Junior
Who's maintaining GCC for Cygwin? Ours is getting old. Gcc 3.4.1 came out a couple of weeks ago. I could go ahead and compile it, but I don't know where the patches are to make it use -mno-cygwin. Mingw is using Gcc 3.4.0 as a candidate. I seen our version of 3.4.0, as experimental, but could not f

RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Igor Pechtchanski
On Wed, 14 Jul 2004, Dave Korn wrote: > [some comments snipped below] > > -Original Message- > > From: Igor Pechtchanski > > Sent: 14 July 2004 19:30 > > > > > However, the fix is not as simple as inserting a "size = > > > > bufalloc;" just before the RegQueryValueEx. When I do that, I ge

mmapped memory lost after fork

2004-07-14 Thread Tenedor Roquefort
I'm using Cygwin 1.5.10-3 and have found what seems to be a fork/mmap bug. I have two examples where a forked child cannot access memory that was mmapped by the parent. The problem seems to arise when the parent munmaps some pages (different from the ones the child will try to access) before forkin

Re: fopen()/fclose() turns off compression

2004-07-14 Thread Corinna Vinschen
On Jul 14 10:18, Jeff wrote: > I wrote about this issue before, but now I have something specific to > report. I'm running the latest Cygwin on WinXP Pro SP1, and have my HDD > formatted NTFS. I also have it set to compress all new and modified > files (compression set for the HDD, inheritable to a

Re: HOWTO build debug version of the cygwin dll with no optimisation?

2004-07-14 Thread Corinna Vinschen
On Jul 14 18:43, Dave Korn wrote: > Ok, it doesn't mention how to do this in the user guide. It doesn't say > how to do this in the FAQ. It doesn't say how to do it on the website's > how-to-contribute page. It doesn't say how to do this in the sources. I've > searched at google. I've search

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Corinna Vinschen
On Jul 14 14:29, Igor Pechtchanski wrote: > Since Dave is not subscribed to cygwin-developers anyway, I'll continue > this here. More below. Ok. That's why I wrote "mildly OT". > Can't for a while. Can you do me a favor and submit this as a fix, if you > have a copyright assignment for Cygwin?

RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Dave Korn
> -Original Message- > From: Igor Pechtchanski > Sent: 14 July 2004 19:30 > > I concur; that is bad code. The variable unambiguously needs > > initialising, and since RegQueryValueEx damages it, it needs to be > > re-set each time round the loop. > > Not quite true. Turns out RegQue

Developer's list archive policy - was Re: [OT] RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Larry Hall
At 01:25 PM 7/14/2004, you wrote: > Still, I've sent in a subscription request anyway [Note Cc!]. I've never >paid much attention to that list before. I notice that even the list >archive is closed if you aren't subbed - surely that's a bit WJM? I can >understand having subscribers-only posti

RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Igor Pechtchanski
On Wed, 14 Jul 2004, Igor Pechtchanski wrote: > On Wed, 14 Jul 2004, Dave Korn wrote: > > [snip] > > In particular, the fact that you see a SEGV the second time round - > > which is what my analysis above demonstrates should happen if the size > > variable is NOT reinited each time round the loop

RE: [OT] RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Dave Korn > Sent: 14 July 2004 18:26 > Well, the thread's more-or-less over now, I would have thought. Heh. It occurs to me to correct that typo while we're at it. Should have done that first time round. [EMAIL PROTECTED] /usr/

RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Igor Pechtchanski
Since Dave is not subscribed to cygwin-developers anyway, I'll continue this here. More below. On Wed, 14 Jul 2004, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Igor Pechtchanski > > Sent: 14 July 2004 04:22 > > > Ok, the theory washed out. The code above

Re: sending email from Cygwin

2004-07-14 Thread Larry Hall
At 01:17 PM 7/14/2004, you wrote: >On Jul 14 12:45, Larry Hall wrote: >> At 11:07 AM 7/14/2004, you wrote: >> >I don't think cron should contain a dependency to ssmtp though. It would >> >be the same as to have a dependency to exim. >> >> Well, I brought it up since it explicitly creates the lin

RE: [ADMIN] cygwin package search temporarily disabled

2004-07-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 13 July 2004 02:21 > On Mon, Jul 12, 2004 at 10:18:00PM +0200, Corinna Vinschen wrote: > >Folks, > > > >the "Search package list" functionality on > http://cygwin.com/packages/ > >has been temporarily disab

HOWTO build debug version of the cygwin dll with no optimisation?

2004-07-14 Thread Dave Korn
Ok, it doesn't mention how to do this in the user guide. It doesn't say how to do this in the FAQ. It doesn't say how to do it on the website's how-to-contribute page. It doesn't say how to do this in the sources. I've searched at google. I've searched at the list archive. And the GNU sta

fopen()/fclose() turns off compression

2004-07-14 Thread Jeff
I wrote about this issue before, but now I have something specific to report. I'm running the latest Cygwin on WinXP Pro SP1, and have my HDD formatted NTFS. I also have it set to compress all new and modified files (compression set for the HDD, inheritable to all directories and files). fopen (fil

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Igor Pechtchanski
On Wed, 14 Jul 2004, Corinna Vinschen wrote: > On Jul 14 17:58, Dave Korn wrote: > > > -Original Message- > > > From: cygwin-owner On Behalf Of Igor Pechtchanski > > > Sent: 14 July 2004 04:22 > > > > > Ok, the theory washed out. The code above is actually simply buggy. > > > When RegQuer

[OT] RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Corinna Vinschen > Sent: 14 July 2004 18:15 > On Jul 14 17:58, Dave Korn wrote: > > > -Original Message- > > > From: cygwin-owner On Behalf Of Igor Pechtchanski > > > Sent: 14 July 2004 04:22 > > > > > Ok, the theory washed ou

Re: sending email from Cygwin

2004-07-14 Thread Corinna Vinschen
On Jul 14 12:45, Larry Hall wrote: > At 11:07 AM 7/14/2004, you wrote: > >I don't think cron should contain a dependency to ssmtp though. It would > >be the same as to have a dependency to exim. > > Well, I brought it up since it explicitly creates the link to ssmtp. An > easier alternative wou

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Corinna Vinschen
On Jul 14 17:58, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Igor Pechtchanski > > Sent: 14 July 2004 04:22 > > > Ok, the theory washed out. The code above is actually simply > > buggy. When > > RegQueryValueEx is called (2 lines below the arrow), the >

RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Igor Pechtchanski > Sent: 14 July 2004 04:22 > Ok, the theory washed out. The code above is actually simply > buggy. When > RegQueryValueEx is called (2 lines below the arrow), the > "size" parameter > is uninitialized, so, in effe

Re: sending email from Cygwin

2004-07-14 Thread Larry Hall
At 11:07 AM 7/14/2004, you wrote: >On Jul 14 10:31, Larry Hall wrote: >> At 12:47 AM 7/14/2004, you wrote: >> >Larry Hall <[EMAIL PROTECTED]> wrote: >> >> At 10:16 PM 7/13/2004, you wrote: >> >>>[EMAIL PROTECTED] wrote: >> I appear to have both exim and ssmtp installed; but I see that >>

For clients (courtiers)

2004-07-14 Thread Ddi
Dear cheapsoft customer! We have update our programs list, now we have more and new version programs. Our full catalogue with 1300 fresh software titles http://ministers.garnib.com/2/p/ With regards, Cheapsoft Manager Martin Asubsegment -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

Re: sending email from Cygwin

2004-07-14 Thread Corinna Vinschen
On Jul 14 10:31, Larry Hall wrote: > At 12:47 AM 7/14/2004, you wrote: > >Larry Hall <[EMAIL PROTECTED]> wrote: > >> At 10:16 PM 7/13/2004, you wrote: > >>>[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I appear to have both exim and ssmtp installed; but I see that > /usr/sbin/sendmail is

Re: sending email from Cygwin

2004-07-14 Thread Larry Hall
At 12:47 AM 7/14/2004, you wrote: >Larry Hall <[EMAIL PROTECTED]> wrote: >> At 10:16 PM 7/13/2004, you wrote: >>>[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I appear to have both exim and ssmtp installed; but I see that /usr/sbin/sendmail is a symlink to /usr/bin/ssmtp. Fair enough, if

Re: can not create a multi-volume archive using tar

2004-07-14 Thread Corinna Vinschen
On Jul 10 10:36, a111 wrote: > Corinna Vinschen wrote: > > > > >Did you try the -M or --multi-volume option of tar? > > > >Corinna > > > > Yes, I did. > > I even tried to force "tape size" to number below the size of floppy > disk -- no success. > > I have experience with C, so I think I c

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Igor Pechtchanski
On Wed, 14 Jul 2004, Reini Urban wrote: > Igor Pechtchanski schrieb: > > > On Tue, 13 Jul 2004, Reini Urban wrote: > > > >>cat /proc/registry/HKEY_PERFOMANCE_DATA/@ > >>hangs forever. > > > > According to MSDN > > (

Re: scp with DOSish paths

2004-07-14 Thread ahnkle
Jörg Schaible wrote: Hello, can anything be done (environmetn variable, option ?), that would allow scp to support DOSish absolute paths? $ pwd /cygdrive/c $ scp 'C:\test\file.txt' host:/target/ ssh: C: no address associated with name scp `cygpath -u 'C:\test\file.txt'` host:/target/ ahnkle -- Uns

RE: scp with DOSish paths

2004-07-14 Thread Jörg Schaible
Corinna Vinschen wrote on Wednesday, July 14, 2004 1:45 PM: >> >> Background: scp is called by a Java application (Maven) and I cannot >> even wrap the call with a script. > > Sure you can. Create a script called "scp" which is in > Maven's $PATH before /usr/bin. No. Been there, done that. But

Re: scp with DOSish paths

2004-07-14 Thread Corinna Vinschen
On Jul 14 10:59, J?rg Schaible wrote: > Hello, > > can anything be done (environmetn variable, option ?), that would allow scp to > support DOSish absolute paths? Nope. > $ pwd > /cygdrive/c > > $ scp 'C:\test\file.txt' host:/target/ > ssh: C: no address associated with name foo:bar is the rs

RE: bfd_get_section_size() undeclared

2004-07-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Bas van Gompel > Sent: 10 July 2004 05:43 > To: cygwin > Cc: Sean McCune > Subject: Re: bfd_get_section_size() undeclared > > Op Wed, 30 Jun 2004 12:03:20 +0100 schreef Dave Korn > in <[EMAIL PROTECTED]>: > : > -Original Message--

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-14 Thread Reini Urban
Igor Pechtchanski schrieb: On Tue, 13 Jul 2004, Reini Urban wrote: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs forever. According to MSDN (): ...although you use the registry to collect performance

scp with DOSish paths

2004-07-14 Thread Jörg Schaible
Hello, can anything be done (environmetn variable, option ?), that would allow scp to support DOSish absolute paths? $ pwd /cygdrive/c $ scp 'C:\test\file.txt' host:/target/ ssh: C: no address associated with name $ scp '\test\file.txt' host:/target/ \test\file.txt: No such file or directory

Re: Firewall issue

2004-07-14 Thread Thorsten Kampe
* Michael Sullivan (2004-07-14 02:16 +0200) > I hope someone can help me. I'm using Cygwin on an old PC with 1.2gig > hard drive and 24MB RAM (pathetic I know.) I'm using the PC as a > holding area for backups so that I don't have to write the backups to CD > every day. The network card in the P

Re: PCYMTNQREAIYR Please Configure Your Mailer To Not Quote Raw E-mail Addresses In Your Replies.

2004-07-14 Thread Ashwin N
GARY VANSICKLE wrote: >>Well, if you're using outlook/outlook express, there's a >>program called Outlook-quotefix or OE-quotefix, depending on >>which you're using. They latch into outlook/oe to provide >>this functionality. > > Are you sure this is true? I downloaded it and can't get it to

Re: cygwin: /proc and /cygdrive insvisible

2004-07-14 Thread Thorsten Kampe
* GARY VANSICKLE (2004-07-14 04:50 +0200) >>> Mit freundlichen Grüssen, >> >> ? > > "With friendly Grüssen". Thanks for the translation ;-). I just wanted to point him to the conclusion that his mail template is a bit unappropriate for an english speaking mailing list. Thorsten -- Unsubscribe