Re: Redirecting Console Input

2008-10-24 Thread René Berber
Lee D.Rothstein wrote: > Is there a way to redirect console input /to/ (actually /from/ ;-) ) a > file, for say a Vista > console (CLI) command like 'sc'? From a recent post 'ttyfier' is probably the answer, the post is: http://sources.redhat.com/ml/cygwin/2006-03/msg00164.html which has a link

Redirecting Console Input

2008-10-24 Thread Lee D.Rothstein
Is there a way to redirect console input /to/ (actually /from/ ;-) ) a file, for say a Vista console (CLI) command like 'sc'? I've tried: sc sc.help.txt Where 'Ys.in' is a file containing a bunch of 'Y's, which is what 'sc' is waiting for. 'sc' ignores the file and waits for me to type 'Y

Re: xemacs failing with exit code 53

2008-10-24 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Nathan Thern on 10/24/2008 2:07 PM: > Is there something special I need to do to run xemacs under cygwin? > > If I type 'xemacs' at the command prompt, it silently fails ($? = 53) > It doesn't matter what arguments I give it or what I hav

Re: NFS server v3

2008-10-24 Thread René Berber
Fredrik Hamberg wrote: > I am using the cygwin NFS server on a Vista machine. > I works great but I have one problem. > The embedded Linux box that use the NFS server to record tv programs > want to write files bigger than 2GB. > I seems like the current NFS server in cygwin is v2, i.e not > suppo

NFS server v3

2008-10-24 Thread Fredrik Hamberg
Hi, I am using the cygwin NFS server on a Vista machine. I works great but I have one problem. The embedded Linux box that use the NFS server to record tv programs want to write files bigger than 2GB. I seems like the current NFS server in cygwin is v2, i.e not supporting files larger than 2GB. I t

Re: Compile time Local Cygwin vs. VMware session on same system

2008-10-24 Thread Herb Maeder
On 20 Oct 2008 11:53:19 PDT, "Manning, Sid" wrote: > Of course I needed an excuse to ask the question, surprised or curious > either would have sufficed. So the implementation of a GNU/Posix stack > over windows is expensive and that is understandable (I suffer from cross > platform headaches all

Re: [Fwd: Apologies for multiple messages (Please Help!)]

2008-10-24 Thread Herb Maeder
On 24 Oct 2008 18:28:24 BST, Dave Korn wrote: > > (I've got a hunch that the root cause may be some miscommunication between > > the servers due to timeouts or something, but I have no way to verify > > that). > > You don't have access to the maeder.org server? I have access to maeder.org, whic

Re: Compile time Local Cygwin vs. VMware session on same system

2008-10-24 Thread Herb Maeder
On 20 Oct 2008 11:53:19 PDT, "Manning, Sid" wrote: > Of course I needed an excuse to ask the question, surprised or curious > either would have sufficed. So the implementation of a GNU/Posix stack > over windows is expensive and that is understandable (I suffer from cross > platform headaches all

RE: [Fwd: Apologies for multiple messages (Please Help!)]

2008-10-24 Thread Dave Korn
Herb Maeder wrote on 24 October 2008 18:05: > I have a theory as to what's going on... > > I believe that adding the Message-ID field is the responsibility of the > MUA. Yep. > But some mail servers add a Message-ID if it is missing. Yep. In my case, it gets added at my local server whe

Re: [Fwd: Apologies for multiple messages (Please Help!)]

2008-10-24 Thread Herb Maeder
On 24 Oct 2008 10:30:08 +0200, Corinna Vinschen wrote: > we have a strange mail duplication here on the cygwin ML. The > mail with Message ID <[EMAIL PROTECTED]> > is duplicated over and over again. Could something on sourceware > be the culprit? Now that is interesting! I see the message come

Re: Compile time Local Cygwin vs. VMware session on same system

2008-10-24 Thread Herb Maeder
On 20 Oct 2008 11:53:19 PDT, "Manning, Sid" wrote: > Of course I needed an excuse to ask the question, surprised or curious > either would have sufficed. So the implementation of a GNU/Posix stack > over windows is expensive and that is understandable (I suffer from cross > platform headaches all

Re: A $ in my path...

2008-10-24 Thread Mark J. Reed
Sid Manning> Would this work? SM> cd /home SM> ln -s $HOME/csmith SM> cd csmith SM> export HOME=`pwd` Problematic Routes> This worked nicely, and so I've added it to my .bashrc - thanks! I recommend protecting it to avoid repeating the process and getting broken links; this should work (and also

RE: A $ in my path...

2008-10-24 Thread ProblematicRoutes
>> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf >> Of ProblematicRoutes >> Sent: Thursday, October 23, 2008 9:34 AM >> To: cygwin@cygwin.com >> Subject: A $ in my path... >> >> >> Hello all, >> >> I have just had my work system set upto use cygwin.

Re: Compile time Local Cygwin vs. VMware session on same system

2008-10-24 Thread Herb Maeder
On 20 Oct 2008 11:53:19 PDT, "Manning, Sid" wrote: > Of course I needed an excuse to ask the question, surprised or curious > either would have sufficed. So the implementation of a GNU/Posix stack > over windows is expensive and that is understandable (I suffer from cross > platform headaches all

RE: problem compile with gcc

2008-10-24 Thread Dave Korn
bjoe wrote on 24 October 2008 11:24: > #include ^ Remove this. It isn't supported on cygwin, although it is when doing a mingw cross-compile ('-mno-cygwin'). > #include ^ Missing header dependency; needs "#include " before this line. cheers,

Re: problem compile with gcc

2008-10-24 Thread bjoe
On Mon, Oct 20, 2008 at 03:05:48AM -0700, Brian Dessent wrote: > bjoe wrote: > > > The thing that confusing me is the error came from w32api packages, > > not from source code. Maybe someone in this list can explain to me > > about what going on here. > > You haven't provided enough information,

Re: struct iphdr in netinet/ip.h

2008-10-24 Thread bjoe
Thank for your quick answer Corinna, the BSD struct ip definition work fine on me. I realize cygwin development team have good reason not to add struct iphdr definition so I use your first solutions. regards, On Fri, Oct 17, 2008 at 12:52:28PM +0200, Corinna Vinschen wrote: > On Oct 17 16:56, bj

Re: Compile time Local Cygwin vs. VMware session on same system

2008-10-24 Thread Herb Maeder
On 20 Oct 2008 11:53:19 PDT, "Manning, Sid" wrote: > Of course I needed an excuse to ask the question, surprised or curious > either would have sufficed. So the implementation of a GNU/Posix stack > over windows is expensive and that is understandable (I suffer from cross > platform headaches all

[Fwd: Apologies for multiple messages (Please Help!)]

2008-10-24 Thread Corinna Vinschen
Hi overseers, we have a strange mail duplication here on the cygwin ML. The mail with Message ID <[EMAIL PROTECTED]> is duplicated over and over again. Could something on sourceware be the culprit? Thanks for looking, Corinna - Forwarded message from Herb Maeder - > Date: Thu, 23 Oct

Re: Apologies for multiple messages

2008-10-24 Thread G.W. Haywood
Hi there, On Fri, 24 Oct 2008 Herb Maeder wrote: > Apologies to the list for getting the same message sent over and over The only time this ever happened in my experience was when a client company called me in to look at an installation of a product called 'Infinite Interchange'. This was kind

Re: Compile time Local Cygwin vs. VMware session on same system

2008-10-24 Thread Herb Maeder
On 20 Oct 2008 11:53:19 PDT, "Manning, Sid" wrote: > Of course I needed an excuse to ask the question, surprised or curious > either would have sufficed. So the implementation of a GNU/Posix stack > over windows is expensive and that is understandable (I suffer from cross > platform headaches all