SSH fails - Connection refused

2002-02-01 Thread tuukka
Hi! I got this still problems with starting SSHD. I tried with Cygrunsrv but I get bored to it's errors: $ sshd -D -d -d debug1: Seeding random number generator /etc/sshd_config line 49: Deprecated option CheckMail debug1: sshd version OpenSSH_2.9.9p2 Could not load host key: /etc/ssh_ho

Re: gcc broken in 1.3.9 ?

2002-02-01 Thread Pavel Tsekov
Maybe you haven't installed the gcc or binutils package. To bring everything back to normal just run again the setup.exe program and make sure you select both binutils and gcc packages. If the problem still persists you have to attach the output of the failing build and send it to the list. Phil

Re: Can't create new file/directory

2002-02-01 Thread Pavel Tsekov
Derek M. Tournear wrote: > OK here is some more info: [ snip ] > When I start cygwin and go into any directory with any permissions set, > and try to mkdir new or touch new (or any name for that matter) I get > [EQUULEUS] temp 24% touch new > touch: creating `new': Permission denied > [EQUU

Re: problems with gdbm ????

2002-02-01 Thread Godefroid Chapelle
>At 13:24 30/01/2002, Jason Tishler wrote: > >>Godefroid, >> >>On Tue, Jan 29, 2002 at 09:29:17AM +0100, Godefroid Chapelle wrote: >> > >When trying the test_gdbm.py of Python 2.2, I get a >> > > >> > >gdbm fatal: read error >> > > >> > >message. >> > > >> > >Can someone point me a resource which

Re: security.cc: bug report, question and suggestion

2002-02-01 Thread Corinna Vinschen
On Thu, Jan 31, 2002 at 10:07:36PM -0500, Pierre A. Humblet wrote: > I saw that, but my editor is not setup for your tab settings and for > your C indent style. You probably wouldn't like it if I were to apply > my style. Do you have a standard setup, e.g. for emacs? It's using standard 8 char wi

RE: CVS and SSL support

2002-02-01 Thread C. R. Oldham
> Can you provide me instructions how to use ssl with CVS? Do > you mean that setting CVS_RSH to would do? Yes, set CVS_RSH to /usr/bin/ssh. Then set CVSROOT=:ext:yourusername@yourcvshost:/yourcvsroot. It works really well in conjunction with ssh-agent--if you have your keys setup right you c

[ANNOUNCEMENT] Updated: ash-20020131-1

2002-02-01 Thread Corinna Vinschen
I've updated the version of ash in cygwin/latest to 20020131-1. This version contains the man page for ash now. To update your installation, click on the "Install Cygwin now" link on the http://sources.redhat.com/cygwin web page. This downloads setup.exe to your system. The, run setup and answ

Re: GCC and getcwd

2002-02-01 Thread Barubary
> >This is not the Unix way to do things. The Unix API does not provide any way for a process to find out where its executable image is located (it might not exist anymore!) See: > >http://www.erlenstar.demon.co.uk/unix/faq_2.html#SEC23 This isn't the Windows NT way to do things, either. Process

Re: SSH fails - Connection refused

2002-02-01 Thread Chuck Messenger
[EMAIL PROTECTED] wrote: >Hi! > >I got this still problems with starting SSHD. I tried with Cygrunsrv but I get >bored to it's errors: > > >$ sshd -D -d -d > debug1: Seeding random number generator > /etc/sshd_config line 49: Deprecated option CheckMail > debug1: sshd version OpenSSH_2.9.9p2 > C

bangin chicks ri3c8

2002-02-01 Thread
Below is the result of your feedback form. It was submitted by ([EMAIL PROTECTED]) on Friday, February 1, 2002 at 13:47:40 --- boih: What's up?, Do you ever get bored and you sign online only to find your self bore

bug in /etc/profile.d/openssl.csh

2002-02-01 Thread Ralph Sperschneider
Dear all, within the current distribution (downloaded today), I found a bug in /etc/profile.d/openssl.csh. Here, the last line should be "endif" rather than "fi". Due to this bug the tcsh is not running properly. I would appreciate if this bug could be fixed by the appropriate maintainer in t

Is there any way to get a UNC path to be 'mounted' from cygwin ?

2002-02-01 Thread Jean-Marc Paulin
Is there any way to get a UNC path to be 'mounted' from cygwin ? I am trying something like: $ mount \\netapp.dev.net/package/windows/devel /usr/devel mount does not complain, but I cannot access /usr/devel any hints ? JM -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bu

Re: Is there any way to get a UNC path to be 'mounted' from cygwin ?

2002-02-01 Thread Olaf Foellinger
On Fri, Feb 01, 2002 at 02:40:01PM -, Jean-Marc Paulin wrote: > Is there any way to get a UNC path to be 'mounted' from cygwin ? > > I am trying something like: > > $ mount \\netapp.dev.net/package/windows/devel /usr/devel > > mount does not complain, but I cannot access /usr/devel mount \

Re: Is there any way to get a UNC path to be 'mounted' from cygwin ?

2002-02-01 Thread Larry Hall (RFK Partners, Inc)
At 09:40 AM 2/1/2002, Jean-Marc Paulin wrote: >Is there any way to get a UNC path to be 'mounted' from cygwin ? > >I am trying something like: > >$ mount \\netapp.dev.net/package/windows/devel /usr/devel > >mount does not complain, but I cannot access /usr/devel > >any hints ? Sure. See http

Re: gcc broken in 1.3.9 ?

2002-02-01 Thread Larry Hall (RFK Partners, Inc)
At 03:47 AM 2/1/2002, Pavel Tsekov wrote: >Maybe you haven't installed the gcc or binutils package. To bring >everything back to normal just run again the setup.exe program and >make sure you select both binutils and gcc packages. If the problem >still persists you have to attach the output of th

Re: bug in /etc/profile.d/openssl.csh

2002-02-01 Thread Corinna Vinschen
On Fri, Feb 01, 2002 at 02:41:49PM +0100, Ralph Sperschneider wrote: > Dear all, > > within the current distribution (downloaded today), I found a bug in >/etc/profile.d/openssl.csh. Here, the last line should be "endif" rather than "fi". Check your mirror or use another one. The current vers

Re: Cygwin as a telnet command shell...

2002-02-01 Thread Andrew Markebo
ARRGGHHH People ar asking questions about x on the cygwin-list, and questions about cygin on the cygwin-x list.. :-) Well yes it is possible.. either modify the win2k telnet deamon configuration on which proggie to run.. Or install the cygwin telnetd/sshd, if my memory doesn't fail me, it is men

Re: security.cc: bug report, question and suggestion

2002-02-01 Thread Pierre A. Humblet
Corinna Vinschen wrote: > It's using standard 8 char wide tabs. I'm using vi with `set ts=8 > set sw=2', that's all. The tab setting should work with all > editors in default setting. The formatting used is consistent with > http://www.gnu.org/prep/standards_toc.html. OK, it's not what I use b

RE: GCC and getcwd

2002-02-01 Thread Francis Harvey
Greetings, I was pretty sure it was a conceptual problem, so thanks to everybody for confirmation. Now, I simply have my wrapper WinBatch program pass the path to its executable which is guaranteed to be in the same folder as the text file I am looking for. Curiously, up till this point, I had

Re: gcc broken in 1.3.9 ?

2002-02-01 Thread Pavel Tsekov
Larry Hall (RFK Partners, Inc) wrote: > At 03:47 AM 2/1/2002, Pavel Tsekov wrote: > >>Maybe you haven't installed the gcc or binutils package. To bring >>everything back to normal just run again the setup.exe program and >>make sure you select both binutils and gcc packages. If the problem >>

Re: gcc broken in 1.3.9 ?

2002-02-01 Thread Larry Hall (RFK Partners, Inc)
At 10:11 AM 2/1/2002, Pavel Tsekov wrote: >Larry Hall (RFK Partners, Inc) wrote: > >>At 03:47 AM 2/1/2002, Pavel Tsekov wrote: >> >>>Maybe you haven't installed the gcc or binutils package. To bring >>>everything back to normal just run again the setup.exe program and >>>make sure you select bo

changing default text type without reinstall?

2002-02-01 Thread Steinar Bang
Platform: CygWin 1.3.2, CygWin/XFree86 4.1.0, Win2k Is it possible to change from text type "Unix" to text type "DOS", without reinstall? Will changing the text type give cygwin/xfree86 problems? Is it possible to make cygwin cvs do line ending conversion, without changing the default text type

auctex can only see .tex files in HOME directory

2002-02-01 Thread Markus Hoenicka
Hi, I could not reproduce this problem on my home box. I updated the Cygwin installation yesterday, and I use AucTeX 10.0.g, Emacs 21.1, and Cygwin's teTeX. What shell do you use to run the TeX commands in Emacs? How did you set it up? regards, Markus Scott, Steven writes: > I recently update

Re: problems with gdbm ????

2002-02-01 Thread Charles Wilson
Okay, it looks like we have confirmation that gdbm is not fully ported w.r.t. text/binary issues. (Its inclusion in the official distribution predated the *requirement* that this be completed -- at the time it was only a suggestion). So, I hereby solicit patches that change open(, "r"

Re: security.cc: bug report, question and suggestion

2002-02-01 Thread Corinna Vinschen
On Fri, Feb 01, 2002 at 10:08:49AM -0500, Pierre A. Humblet wrote: > Ah, but I am pretty sure you have one already (a few years back). Really? That's a good thing. I don't have a list of all the people who already sent an assignment, unfortunately. > > Is it a problem for you to assign copyrig

Re: cvs question

2002-02-01 Thread S.Yoshida
'\r' character in ~/.cvsrc. rm ~/.cvsrc and all cvs command succeed. -- S.Yoshida [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Cygwin as a telnet command shell...

2002-02-01 Thread Jean-Marc Paulin
Well, > ARRGGHHH People ar asking questions about x on the cygwin-list, and > questions about cygin on the cygwin-x list.. :-) Oops... > Well yes it is possible.. either modify the win2k telnet deamon > configuration on which proggie to run.. Tried this, but I then get an error about stderr th

Re: Cygwin as a telnet command shell...

2002-02-01 Thread Peter Buckley
Jean-Marc Paulin wrote: > Well, > > >>ARRGGHHH People ar asking questions about x on the cygwin-list, and >>questions about cygin on the cygwin-x list.. :-) >> > > Oops... > > >>Well yes it is possible.. either modify the win2k telnet deamon >>configuration on which proggie to run.. >> >

Cron v3.0.1-5 setup issue w/ Cygwin v1.3.6

2002-02-01 Thread Craig Rees
Hey Cron Experts, I using Cygwin version: CYGWIN_NT-5.0 PVLCRAIGR 1.3.6(0.47/3/2) 2001-12-08 17:02 i686 unknown and I'm trying to get Cron running on 3 machines, WinNT w/ SP6 and Win2K, but having pretty much the same problem on all. Cron runs, but fails to launch the crontab processes. Look

Re: How do i upgrade to gcc 3.X on cygwin?

2002-02-01 Thread Andrea 'Fyre Wyzard' Bocci
At 08.37 31/01/2002 (GMT +), Mack Lobell wrote: >i only want the c and c++ parts. My build was configured with the >following flags: >../../gcc-3.0.3/configure --with-included-gettext --enable-languages=c,c++ >--enable-shared --enable-threads --target=powerpc-eabi >--host=i686-pc-cygwin --bu

cygwin license

2002-02-01 Thread Info
is cygwin GPL? is it free or not? How do i get it? -- WWW.XGFORCE.COM - The Leader in System Clustering and Enterprise Firewall/VPN solution. -- -- Unsubscribe info: http://cygwin.com/ml/#unsubs

RE: FW: Updated: rxvt-2.7.2-8

2002-02-01 Thread Roth, Kevin P.
1st - thanks for the very specific instruction. I would probably have never figured that out on my own, unless it's already in an FAQ somewhere. I did look in the Cygwin FAQ and didn't see it. (Any chance this could be added to the FAQ?). 2nd - is there any handy little tool out there that would

Re: Bug in new Bison parser generator

2002-02-01 Thread David Gluss
The switches for which compiler is compiling the output of Bison are in the bison.simple or bison.hairy file. There isn't any pre- configuration to set up which compiler you will be using...what you're trying to do is to generate portable C or C++ code. The problem is that the compiler switching

Re: cygwin license

2002-02-01 Thread Peter Buckley
http://cygwin.com Info wrote: > is cygwin GPL? is it free or not? How do i get it? > -- > WWW.XGFORCE.COM - > The Leader in System Clustering > and Enterprise Firewall/VPN solution. > -- > > > -- >

Why not a news server?

2002-02-01 Thread Andrew DeFaria
Why not simply set up a news server instead of this mail list. I find the mail list deficient in several areas. First and foremost it's noisy causing me to wade through all this email for topics I'm interested in. Secondly there's no easy or convenient way to response to individual issues (I g

Re: Cron v3.0.1-5 setup issue w/ Cygwin v1.3.6

2002-02-01 Thread Corinna Vinschen
On Fri, Feb 01, 2002 at 11:21:21AM -0600, Craig Rees wrote: > * * * * * /usr/bin/date > $HOME/date.log > * * * * * echo "Hello from CRON" > /tmp/echo.log > > > But always receive the following messages in the event viewer: > > 1. The description for Event ID ( 0 ) in Source ( /usr/sbin/cr

Re: Why not a news server?

2002-02-01 Thread Randall R Schulz
Andrew, A newsgroup won't change the signal-to-noise ratio nor alleviate effort on your part in sorting it all out. Don't get the digest and you'll have solved all the digest-related problems. Avail yourself of the abilities of mail clients to sort incoming message into different mailbox file

Fw: Why not a news server?

2002-02-01 Thread hongxun lee
A great idea.. - Original Message - From: "Andrew DeFaria" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 12:59 PM Subject: Why not a news server? > Why not simply set up a news server instead of this mail list. I find > the mail list deficient in several

RE: Why not a news server?

2002-02-01 Thread Daniel Adams
I will be the first one to make a comment of a NNTP server for hosting this group and possibly the other groups for Cygwin, isn't that after all what a NNTP group is designed for. I would be one to second Andrew's idea because of the idea that often times I am in need of searching about a certain

Re: Why not a news server?

2002-02-01 Thread Larry Hall (RFK Partners, Inc)
At 12:59 PM 2/1/2002, Andrew DeFaria wrote: >Why not simply set up a news server instead of this mail list. I find the mail list >deficient in several areas. First and foremost it's noisy causing me to wade through >all this email for topics I'm interested in. Secondly there's no easy or conveni

Re: changing default text type without reinstall?

2002-02-01 Thread Michael A Chase
- Original Message - From: "Steinar Bang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 07:35 Subject: changing default text type without reinstall? > Platform: CygWin 1.3.2, CygWin/XFree86 4.1.0, Win2k > > Is it possible to change from text type "Unix" to

Re: Why not a news server?

2002-02-01 Thread Peter Buckley
I like the mailing list. I don't have a news server at work, so I wouldn't be able to access a newsgroup like we are discussing. I have no problem searching the mailing list archives with google- I wasn't aware that there was a date at which the MLA were truncated- I have seen stuff a few year

Telnet Daemon and Win2k Telnet Client

2002-02-01 Thread Daniel Adams
I have noticed that when I try to connect to my computer via telnet that I have setup correctly using the cygwin stuff from a computer using the Win2k telnet client that does the following as an example: CYGWIN_NT-5.0 1.3.9(0.51/3/2) (dur-700) (tty0) login: dan Password:

recent rshd/mkpasswd

2002-02-01 Thread Bruce Dobrin
I've been noticing lately ( post 1.3.2 I beleive) that the result of mkpasswd -d doesn't allow me to perform non-interactive rsh or rcp's. example: dobrin@GABLE3:/etc> rsh gable3 ls gable3: Permission denied. But if I use my previous passwd file (I generate these proceduraly nightly on a 1.3.2

Bison.simple bug with MSVC

2002-02-01 Thread David Gluss
My fix was hasty. Here is a better one. DG bisonbug.tar.bz2 Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.c

RE: Why not a news server?

2002-02-01 Thread Stephano Mariani
Why should a news server replace a mailing list? Has someone seen the PHP mailing list recently? All items on the list are also put on a news server automatically, likewise with news items being posted to the mailing list subscribers so that users have both options. Stephano Mariani -Origina

Re: Why not a news server?

2002-02-01 Thread Andrew DeFaria
Larry Hall (RFK Partners, Inc) wrote: > At 02:06 PM 2/1/2002, Andrew DeFaria wrote: > >> Larry Hall (RFK Partners, Inc) wrote: >> >>> OK, there are differences now compared to when this topic was last >>> discussed so maybe it warrants "discussion". However, I'd highly >>> recommend that anyone

Re: gcc broken in 1.3.9 ?

2002-02-01 Thread Phil Smith
I actually saved the entire distribution to disk, removed the old c:/cygwin and c:/winnt/cygwin1.dll and installed with NOTHING skipped, and had the same problem. FYI: It is installed on NT 4.0 SP 5. I have been running as Administrator. Also, I've used Cygwin for 6 years and ported dozens of

Re: Why not a news server?

2002-02-01 Thread Larry Hall (RFK Partners, Inc)
At 03:49 PM 2/1/2002, Andrew DeFaria wrote: >Larry Hall (RFK Partners, Inc) wrote: > >>At 02:06 PM 2/1/2002, Andrew DeFaria wrote: >> >>>Larry Hall (RFK Partners, Inc) wrote: >>> OK, there are differences now compared to when this topic was last discussed so >maybe it warrants "discussion". H

Fw: Why not a news server?

2002-02-01 Thread Greg Mosier
> From: "Andrew DeFaria" <[EMAIL PROTECTED]> > Subject: Why not a news server? > > Why not simply set up a news server instead of this mail list. I find > the mail list deficient in several areas. First and foremost it's noisy > causing me to wade through all this email for topics I'm interested i

RE: Why not a news server?

2002-02-01 Thread Larry Hall (RFK Partners, Inc)
Actually, I didn't say that the news server should or has to replace the email list. I personally don't believe that is the case at all. I was simply reiterating the major concern of the previous discussions on this subject. If the new server did replace the list, it was clear that at least so

Re: security.cc: bug report, question and suggestion

2002-02-01 Thread Christopher Faylor
On Fri, Feb 01, 2002 at 10:08:49AM -0500, Pierre A. Humblet wrote: >> I hoped to get an assignment from you so that we never have to ask >> for that later. >Ah, but I am pretty sure you have one already (a few years back). I don't see any record of this. Do you have specifics? Like who you se

Re: Why not a news server?

2002-02-01 Thread Christopher Faylor
On Fri, Feb 01, 2002 at 09:59:36AM -0800, Andrew DeFaria wrote: >Why not simply set up a news server instead of this mail list. Because we're mean. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: ht

Re: Why not a news server?

2002-02-01 Thread Greg Mosier
Yeah, I've too noticed this inconvience of having to use reply all to get it to go back to the list. The most frustrating thing about this is that this is a setting in the listserv software, whether it be elzm, mailman, majordomo, or listserv. The person that has set this up has configured it so

Re: FW: Updated: rxvt-2.7.2-8

2002-02-01 Thread Greg Mosier
Yeah ;-/ This was my first reply to the list and I didn't realize that the default reply-to address was set to sender as opposed to the list *sigh*. Cheers, Greg Mosier - Original Message - From: "Roth, Kevin P." <[EMAIL PROTECTED]> To: "Greg Mosier" <[EMAIL PROTECTED]> Sent: Friday, Fe

Re: Why not a news server?

2002-02-01 Thread Robert Collins
=== - Original Message - From: "Greg Mosier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 02, 2002 8:31 AM Subject: Re: Why not a news server? > Yeah, I've too noticed this inconvience of having to use reply all to get it > to go back to the list. The most frust

uncompress utility

2002-02-01 Thread J S
Hi there, Does anyone know where I can get the uncompress utility for cygwin? Cheers, JS. _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Re: gcc broken in 1.3.9 ?

2002-02-01 Thread Larry Hall (RFK Partners, Inc)
Hi Phil, I don't mean to imply that you aren't capable or experienced with Cygwin. I do mean to point out that setup.exe is supposed to install binutils automatically if you install gcc. Since Pavel suggested that this may be your problem, I wanted to make sure that the general public reading t

Re: Why not a news server?

2002-02-01 Thread Charles Wilson
"Reply-To" munging has also been discussed on this list previously. Please familiarize yourself with the arguments that have already been hashed out on this list in the past before continuing this line of discussion. Also, see '"Reply To" Munging Considered Harmful' : http://www.unicom.com/pw/

Re: cygipc shmat bug

2002-02-01 Thread Robert Collins
=== - Original Message - From: "Michael Haubenwallner" <[EMAIL PROTECTED]> > The problem is, that the pid-numbering of Windows is quite "confuse" > (i don't know any better word), meaning that a later ipctest.exe > gets the same pid as before, while the attach before with the same > pid i

RE: Error in Cygwin dll (?) Fork Copy using Xemacs

2002-02-01 Thread Heribert Dahms
Hi David, C:\>net helpmsg 8 Not enough storage is available to process this command. Enlarge your pagefile and if this still fails, search for "heap_chunk_in_mb" on google or in the mailing list archive http://cygwin.com/ml/cygwin/ Bye, Heribert ([EMAIL PROTECTED]) > -Original Message---

Re: Problems upgrading from 2.95.3-5 to 3.X on cygwin

2002-02-01 Thread Neil Booth
I suggest you remove all '\r' characters from i386.md, so that the newlines consist of '\n' only. That will likely solve your problem. You needn't bother with insn-flags.h; that looks to be only a warning and once you get stage1 built of 3.0, it won't have problems with '\r' (but the .md file st

RE: Problems upgrading from 2.95.3-5 to 3.X on cygwin

2002-02-01 Thread Billinghurst, David (CRTS)
Mack, A couple of things to try: Unpack the gcc source tree using cygwin tar and gzip/bzip2. Some windows utilities are "smart" enough to convert \n to \r\n Try using binary mounts for the source and build trees. Use the configure options I posted earlier. -Original Message- From:

Re: cygipc shmat bug

2002-02-01 Thread Christopher Faylor
On Sat, Feb 02, 2002 at 09:16:57AM +1100, Robert Collins wrote: >From: "Michael Haubenwallner" <[EMAIL PROTECTED]> >>The problem is, that the pid-numbering of Windows is quite "confuse" (i >>don't know any better word), meaning that a later ipctest.exe gets the >>same pid as before, while the atta

RE: Cron v3.0.1-5 setup issue w/ Cygwin v1.3.6

2002-02-01 Thread Craig Rees
Hey Corinna, Thanks for the tip. Once I started redireting stdout and stderr everything seems to work and email event log messages went away. # Test CRON tab from CraigR * * * * * /usr/bin/date >> $HOME/date.log 2>&1 * * * * * echo "Hello from CRON" >> /tmp/echo.log 2>&1 * * * * * touch $HOME/t

RE: auctex can only see .tex files in HOME directory

2002-02-01 Thread Scott, Steven
Markus, Thank you for responding. > I could not reproduce this problem on my home box. I updated the > Cygwin installation yesterday, and I use AucTeX 10.0.g, Emacs 21.1, > and Cygwin's teTeX. I updated to emacs 21.1 in the hopes that my problem would go away. Alas, it did not. > What shell

Re: A real fork() on NT

2002-02-01 Thread Chris January
> That isn't really new. I'd like to point you to the example 6.1, > "Forking a Win32 Process" on p. 161ff of Gary Nebbett's excellent > book "Windows NT/2000 Native API Reference", published by MTP, > ISBN 1-57870-199-6, which also describes the problem with kernel32.dll > initialization of the

Re: A real fork() on NT

2002-02-01 Thread Christopher Faylor
On Sat, Feb 02, 2002 at 03:05:47AM -, Chris January wrote: >>That isn't really new. I'd like to point you to the example 6.1, >>"Forking a Win32 Process" on p. 161ff of Gary Nebbett's excellent book >>"Windows NT/2000 Native API Reference", published by MTP, ISBN >>1-57870-199-6, which also

Re: Why not a news server?

2002-02-01 Thread Greg Mosier
From: "Robert Collins" <[EMAIL PROTECTED]> Subject: Re: Why not a news server? > > to go back to the list. The most frustrating thing about this is that > this > > is a setting in the listserv software, whether it be elzm, mailman, > > majordomo, or listserv. The person that has set this up ha

Re: Why not a news server?

2002-02-01 Thread Greg Mosier
From: "Charles Wilson" <[EMAIL PROTECTED]> Subject: Re: Why not a news server? > "Reply-To" munging has also been discussed on this list previously. > Please familiarize yourself with the arguments that have already been > hashed out on this list in the past before continuing this line of > disc

Re: Why not a news server?

2002-02-01 Thread Charles Wilson
Greg Mosier wrote: >>"Reply-To" munging has also been discussed on this list previously. >>Please familiarize yourself with the arguments that have already been >>hashed out on this list in the past before continuing this line of >>discussion. >> >>Also, see '"Reply To" Munging Considered Harmfu

Re: A real fork() on NT

2002-02-01 Thread Greg Mosier
From: "Chris January" <[EMAIL PROTECTED]> Subject: Re: A real fork() on NT > > That isn't really new. I'd like to point you to the example 6.1, > > "Forking a Win32 Process" on p. 161ff of Gary Nebbett's excellent > > book "Windows NT/2000 Native API Reference", published by MTP, > > ISBN 1-578

Re: A real fork() on NT

2002-02-01 Thread Christopher Faylor
On Fri, Feb 01, 2002 at 09:27:21PM -0800, Greg Mosier wrote: >P.S. I would have dropped this awhile back with the exception of the cron >application. It appears to fork quite nicely under Win98, my OS. Now maybe >I'm wrong here, but seems to me if one app can fork that surely another >should be

cywin dll src

2002-02-01 Thread Info
Anyone knows how to obtain the cygwin1.dll src code? -- WWW.XGFORCE.COM - The Next Generation System Clustering and Enterprise Firewall/VPN Solutions. -- -- Unsubscribe info: http://cygwin.com/m

Re: cywin dll src

2002-02-01 Thread Christopher Faylor
On Fri, Feb 01, 2002 at 09:43:08PM -0800, Info wrote: >Anyone knows how to obtain the cygwin1.dll src code? ??? Go to the cygwin web site at http://cygwin.com/ and look for the word "Source" in the left column. Alternatively, click on the "source" column when you install cygwin via the "Install