Re: fork performance

2008-05-19 Thread Christian Franke
Corinna Vinschen wrote: On May 19 06:47, Reinhard Nissl wrote: Hi, running the following command sequence in bash yields little numbers compared to a real unix system: while true ; do date ; done | uniq -c 15 Thu May 15 10:40:22 2008 16 Thu May 15 10:40:23 200

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Frank Fesevur
2008/5/19 Ronald Fischer wrote: > at a customer's site, I would like to be able to send email from > bash scripts. The setup of the software is pretty standard: Usually > mail is sent and read using Outlook, and there is an Exchange server > lurking somewhere to do the job. What do I have to do in

[ANNOUNCEMENT] New package: ted-2.17 - An easy rich text processor

2008-05-19 Thread Dr. Volker Zell
Hi The package ted is now available with the Cygwin distribution: o http://www.nllgg.nl/Ted/ (Homepage) It can be used without X for conversions. DESCRIPTION: Ted is a text processor running under X Windows on Unix/Linux systems. Ted was developed as a standard easy word proces

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Ronald Fischer
Andrew DeFaria DeFaria.com> writes: > No need to ask the admins, you can lookup these settings directly in > Outlook under Tools: Email accounts. It probably won't say anything > about POP/IMAP but you can just do "telnet POP" or "telnet > IMAP". If it responds with a server at the other end

ssh, rsync hang the PC with Spyware Doctor running

2008-05-19 Thread Jim Bell
Special request: Since Spyware Doctor is part of Google Pack , its distribution is (becoming) large. IMHO, it explicitly belongs on the FAQ's BLODA list . Symptoms: after several runs of ssh and/or rsync (w/ssh underne

RE: Ksh

2008-05-19 Thread Dave Korn
Ralph Hempel wrote on 19 May 2008 15:23: > Mark J. Reed wrote: >> On Sun, May 18, 2008 at 5:58 PM, Ralph Hempel wrote: >>> OT, and probably a stupid question, but is the Dave Korn on this >>> list the same Dave Korn that, ummm, wrote the Korn shell? >> >> Nope. And I used to wonder the same th

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Andrew DeFaria
Ronald Fischer wrote: Dave Korn artimi.com> writes: at a customer's site, I would like to be able to send email from bash scripts. The setup of the software is pretty standard: Usually mail is sent and read using Outlook, and there is an Exchange server lurking somewhere to do the job. What d

Re: Ksh

2008-05-19 Thread Ralph Hempel
Mark J. Reed wrote: On Sun, May 18, 2008 at 5:58 PM, Ralph Hempel <[EMAIL PROTECTED]> wrote: OT, and probably a stupid question, but is the Dave Korn on this list the same Dave Korn that, ummm, wrote the Korn shell? Nope. And I used to wonder the same thing, so it can't possibly be a stupid

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Samuel Robb
On Mon, 2008-05-19 at 12:28 +, Ronald Fischer wrote: > Is there a simpler command line utility for sending mail - I mean, > simpler than ssmtp -, which you could recommend? In a past life, I've used blat: http://www.blat.net/ It's a public-domain Win32 console program, though, not a Cygwin

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Reid Thompson
On Mon, 2008-05-19 at 12:04 +, Ronald Fischer wrote: > Hello, > > at a customer's site, I would like to be able to send email from > bash scripts. The setup of the software is pretty standard: Usually > mail is sent and read using Outlook, and there is an Exchange server > lurking somewhere to

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Reid Thompson
I generally use mutt on the command line ssmtp must still be configured and you need to answer YES to linking sstmp to sendmail $ mutt -x -s "the subject" [EMAIL PROTECTED] $ mutt -x -s "the subject" -a "/path/to/file/to/attach" [EMAIL PROTECTED] $ (uuencode afile afile) | mutt -x -s "subject"

RE: Cygwin Mail and Exchange Server

2008-05-19 Thread Dave Korn
Ronald Fischer wrote on 19 May 2008 13:28: > Dave Korn artimi.com> writes: > >>> at a customer's site, I would like to be able to send email from >>> bash scripts. The setup of the software is pretty standard: Usually >>> mail is sent and read using Outlook, and there is an Exchange server >>> l

Re: Enc: You could tell me what the package has synch.h

2008-05-19 Thread Reini Urban
2008/5/19 Eric Blake: > According to Juliano H. Maas on 5/18/2008 8:27 PM: > | When I try to compile a code get the following error: > | synch.h in such file > | You could tell me what the package has synch.h? There are two fundamentally different synch.h's around: I know of the solaris sys/synch

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Ronald Fischer
Dave Korn artimi.com> writes: > > at a customer's site, I would like to be able to send email from > > bash scripts. The setup of the software is pretty standard: Usually > > mail is sent and read using Outlook, and there is an Exchange server > > lurking somewhere to do the job. What do I have

RE: Cygwin Mail and Exchange Server

2008-05-19 Thread Dave Korn
Ronald Fischer wrote on 19 May 2008 13:04: > Hello, > > at a customer's site, I would like to be able to send email from > bash scripts. The setup of the software is pretty standard: Usually > mail is sent and read using Outlook, and there is an Exchange server > lurking somewhere to do the job.

Re: Enc: You could tell me what the package has synch.h

2008-05-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Juliano H. Maas on 5/18/2008 8:27 PM: | | | When I try to compile a code get the following error: | synch.h in such file | You could tell me what the package has synch.h? $ cygcheck -p '/synch\.h' Found 0 matches for /synch\.h. Apparent

Cygwin Mail and Exchange Server

2008-05-19 Thread Ronald Fischer
Hello, at a customer's site, I would like to be able to send email from bash scripts. The setup of the software is pretty standard: Usually mail is sent and read using Outlook, and there is an Exchange server lurking somewhere to do the job. What do I have to do in such an environment in order to

RE: Compiling a simple glade project in cygwin

2008-05-19 Thread Dave Korn
vijayasarathy@ wrote on 19 May 2008 13:04: > Hey Dave, Vijay, the kind of disclaimer that your company's email server appends to your email is not permitted on the public mailing lists run by sourceware.org/cygwin.com/gcc.gnu.org; can you please setup a hotmail account or similar to use for lis

Re: fork performance

2008-05-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Reinhard Nissl on 5/18/2008 10:47 PM: | running the following command sequence in bash yields little numbers | compared to a real unix system: | | Is there a chance to speedup performance? Only if you know how to improve Windows itself t

RE: Compiling a simple glade project in cygwin

2008-05-19 Thread vijayasarathy
Hey Dave, There appears to be some lead I got, but I dont know how to make sense of it. In the hope that what you said was right, I redirected standard error stream to a file during compilation[2>errfile during compilation], and the error file reads like this: g++: ^M[Control-M, that is]: No

RE: Compiling a simple glade project in cygwin

2008-05-19 Thread vijayasarathy
Hey Dave, Thanks, but that hasnt worked ! I am using a windows editor as you mentioned. I am not using a complicated makefile for compiling my files, but a simple script which looks like this: [WRITTEN INTO A FILE] g++ \ *.c \ -o project1.exe \ -mms-bitfields \ -mwindows \ -DPACKAGE_DATA_DIR="

RE: Compiling a simple glade project in cygwin

2008-05-19 Thread Dave Korn
vijayasarathy@ wrote on 19 May 2008 12:26: > Hi all, > > I have not been able to compile the simplest of glade projects in cygwin. > Can anyone help me ? > > > The most strange error in keep getting is this : > > ": No such file or directory " > > (with no indication whatsoever of what is mis

RE: Ksh

2008-05-19 Thread Dave "No, not that one" Korn
Mark J. Reed wrote on 19 May 2008 03:52: > On Sun, May 18, 2008 at 5:58 PM, Ralph Hempel wrote: >> OT, and probably a stupid question, but is the Dave Korn on this >> list the same Dave Korn that, ummm, wrote the Korn shell? > > Nope. And I used to wonder the same thing, so it can't possibly b

Compiling a simple glade project in cygwin

2008-05-19 Thread vijayasarathy
Hi all, I have not been able to compile the simplest of glade projects in cygwin. Can anyone help me ? The most strange error in keep getting is this : ": No such file or directory " (with no indication whatsoever of what is missing !!) Help me pls. Vijay *

[Packaging bug ?] Re: [ANNOUNCEMENT] Updated: CMake 2.6.0-1

2008-05-19 Thread Dr. Volker Zell
> Bill Hoffman writes: > CMake CMake 2.6.0-1 is now available on Cygwin mirrors. > There has been a new release of the official cmake (2.6.0-1). > This is a major release from 2.4.8 to 2.4.6.0 /usr/share/doc/cmake-2.6.0/MANIFEST <- This file shouldn't be there /usr/s

Re: fork performance

2008-05-19 Thread Corinna Vinschen
On May 19 06:47, Reinhard Nissl wrote: > Hi, > > running the following command sequence in bash yields little numbers > compared to a real unix system: > > while true ; do date ; done | uniq -c > > 15 Thu May 15 10:40:22 2008 > 16 Thu May 15 10:40:23 2008 > 17 Thu M

[ANNOUNCEMENT] New package: mcrypt-2.6.7 - A replacement for the old crypt command

2008-05-19 Thread Dr. Volker Zell
Hi The package mcrypt is now available with the Cygwin distribution: o http://mcrypt.sourceforge.net/ (Homepage) DESCRIPTION: MCrypt is a replacement for the old crypt() package and crypt(1) command, with extensions. It allows developers to use a wide range of encryption functio