Re: qmail cygwin port successfull

2003-05-28 Thread Marcel Telka
On 2003.05.28 15:13, Corinna Vinschen wrote: On Wed, May 28, 2003 at 02:25:28PM +0300, [EMAIL PROTECTED] wrote: > I am successfully ported qmail-1.03 and it seems to work good. Wouldn't it be nice to have somebody volunteering to become Cygwin package maintainer for qmail? ;-) Note about qmail di

Re: where is useradd?

2003-05-28 Thread Ronald Landheer-Cieslak
Cygwin != UNIX. User management is done by Windows. If you want to add a user account, use the Windows way to do it. That being said, I remember someone (I don't recall the name but I helped him out at the time) writing some user management scripts that worked pretty well on the various Window

Re: qmail cygwin port successfull

2003-05-28 Thread linamat
>Wouldn't it be nice to have somebody volunteering to become Cygwin >package maintainer for qmail? ;-) It would be really good. I just finished implementing AUTH DIGEST-MD5 for qmail and intensive looking for Win32 MUA which supports it... I have such plans: - to do AUTH NTLM support, - to add a

Re: behaviour of "for (( exp1; exp2; exp3 )); do COMMANDS; done"

2003-05-28 Thread Randall R Schulz
Sam, At 03:17 2003-05-28, Sam Edge wrote: Stuart Brady <[EMAIL PROTECTED]> wrote in <[EMAIL PROTECTED]> in gmane.os.cygwin on Tue, 27 May 2003 13:07:18 +0100: > On Tue, May 27, 2003 at 12:42:21PM +0100, Sam Edge wrote: > > Make sure that if your script uses Bash-specific features, it starts > > wi

NTsec permissions issue over inet

2003-05-28 Thread Banville, Stephen
Hi All, I'm not sure if this issue has been detected. I have traversed through the MANY probelm reports and haven't been able to find any specifics on this problem. The problem: My system that I have Cygwin running on is a Windows 2000 platform. I have set the appropriate environment var

Re: qmail cygwin port successfull

2003-05-28 Thread Corinna Vinschen
On Wed, May 28, 2003 at 02:25:28PM +0300, [EMAIL PROTECTED] wrote: > I am successfully ported qmail-1.03 and it seems to work good. Wouldn't it be nice to have somebody volunteering to become Cygwin package maintainer for qmail? ;-) Corinna -- Corinna Vinschen Please, send ma

Re: qmail cygwin port successfull

2003-05-28 Thread linamat
>And you mention MySQL. Do you have recent version of MySQL server built on >top of Cygwin? Is there a patch or a binary somewhere too? > > You may not have problems with compiling mysql-3.23.56 under Cygwin. If you need DLL & headers, tell me address and I'll send you this one. Sergey. -- Uns

Re: crontab error

2003-05-28 Thread Chuck Hamilton
Still no go. Attached is the output and my attempt to recreate the service. - Original Message - From: "Harig, Mark" <[EMAIL PROTECTED]> To: "Chuck Hamilton" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 1:03 PM Subject: RE: crontab error Please re-run the cron_di

Re: qmail cygwin port successfull

2003-05-28 Thread Gerrit P. Haase
Hi there, > And now in my ISP filials where Win2k lives qmail+vpopmail+mysql under > Win32 works. > Here is a only qmail patch. Great, I'll try to build this too, many thanks for sharing your patch. And you mention MySQL. Do you have recent version of MySQL server built on top of Cygwin? Is the

Will lpr be updated to enable printing to a postscript printer?

2003-05-28 Thread holmberg
Hi, Gilles Civario in his 5/14 posting (Subject: Re: a2ps and printer) indicated a simple lpr.c patch that enabled printing to a postscript printer via cygwin lpr (which tends to be in the path for utilities such as a2ps or enscript). Will this patch migrate into a future release of Cygutils

where is useradd?

2003-05-28 Thread martin stone
Hi.. I can't add a user using useradd command at all, I checked thru all the package the cygwin provided, it doesn't include useradd. What should I do then? __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.

Re: behaviour of "for (( exp1; exp2; exp3 )); do COMMANDS; done"

2003-05-28 Thread Harald Maier
Sam Edge <[EMAIL PROTECTED]> writes: > Stuart Brady <[EMAIL PROTECTED]> wrote in > <[EMAIL PROTECTED]> > in gmane.os.cygwin on Tue, 27 May 2003 13:07:18 +0100: > >> On Tue, May 27, 2003 at 12:42:21PM +0100, Sam Edge wrote: >> > Make sure that if your script uses Bash-specific features, it starts >

qmail cygwin port successfull

2003-05-28 Thread linamat
I am successfully ported qmail-1.03 and it seems to work good. I've replaced flock() with fcntl() such as somebody did from one japan site. Problem with spooling (absent mkfifo() and UNIX named pipe implementation under Cygwin) was resolved by turning to UNIX socket. The only one problem that the f

RE: quoting windows pathnames

2003-05-28 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Gary R. Van Sickle > > The following warning is enough to discourage me: > > > > WARNING: Microsoft strongly recommends against renaming any system > > folder. Catastrophic system failure or an unstable computer could > > result if yo

RE: getting cron to work -> status too large for sendmail?

2003-05-28 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Pierre A. Humblet > Another option is to keep your script and have it call ssmtp, > either filtering out > the environment values or putting them in the body of the message. $ env -i ssmtp ... /Hannu E K Nevalainen, Mariefred, Swed

RE: Accented characters

2003-05-28 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Luciano > example. I have some files in a directory, one of them is > 'AutoCorreção.doc', but 'ls' displays it as 'AutoCorre??o.doc'. I am Search for "accented characters" in the archives, you should be able to find a posting by me

Re: printf "\n"|perl -pe '1;'|od -a #perl 5.8 converts to *DOS* text :-

2003-05-28 Thread Max Bowsher
Trevor Forbes wrote: > > -Original Message- > > From: Gerrit P. Haase > > > > Since Cygwin runs on Windows and Windows is a DOS system the PERLIO > > layer crlf is default. Ugh. Some of use Cygwin to *escape* Windows! Is there any way to tell perlio "just let the system (i.e. cygwin)

Re: behaviour of "for (( exp1; exp2; exp3 )); do COMMANDS; done"

2003-05-28 Thread Sam Edge
Stuart Brady <[EMAIL PROTECTED]> wrote in <[EMAIL PROTECTED]> in gmane.os.cygwin on Tue, 27 May 2003 13:07:18 +0100: > On Tue, May 27, 2003 at 12:42:21PM +0100, Sam Edge wrote: > > Make sure that if your script uses Bash-specific features, it starts > > with #!/bin/bash and not with #!/bin/sh. Tha

RE: printf "\n"|perl -pe '1;'|od -a #perl 5.8 converts to *DOS* text :-

2003-05-28 Thread Trevor Forbes
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Gerrit P. Haase > > Since Cygwin runs on Windows and Windows is a DOS system the PERLIO > layer crlf is default. > Gerrit, FYI. The new perl DOS default mode is breaking things such as au

Re: printf "\n"|perl -pe '1;'|od -a #perl 5.8 converts to *DOS* text :-

2003-05-28 Thread Gerrit P. Haase
nicebounce schrieb: > > IMHO the perl v5.6.0 that came w/1.3.20 worked correctly. > In the test case below perl 5.8.0 is converting UNIX text to > DOS text - (this is breaking our old scripts). > Comments please. > -- > thanks/regards, > Tom > # run below to get my address: > perl -e '

RE: binmode() workaround; non ":raw" default- is this a bug or by design?

2003-05-28 Thread Trevor Forbes
It's a bug that has a workaround.. Trevor -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: cygwin crashes when loading DLL

2003-05-28 Thread Shaddy Baddah
Thanks Alan. I have tried this out and it narrows the problem down somewhat. It seems to me that my problem is that I am running java from a rxvt and/or xterm. I'll bullet some observations: * I normally enter commands into a bash shell running under a rxvt window. * When I ran the sample code f

Re: where is "make", "more" command?

2003-05-28 Thread Ronald Landheer-Cieslak
On Wed, 28 May 2003, martin stone wrote: > Hi.. I had installed Cygwin in my W2K workstation, but I can't find > those basic command. for example "more", "make" and etc... What should > I do? Install them. Use http://cygwin.com/Setup.exe to download them. If you're wondering why they're not ins

where is "make", "more" command?

2003-05-28 Thread martin stone
Hi.. I had installed Cygwin in my W2K workstation, but I can't find those basic command. for example "more", "make" and etc... What should I do? And I found when I su - Administrator, or login Administrator, it always prompt me password incorrect. Why? ___

Accented characters

2003-05-28 Thread Luciano
I just formatted the disk and reinstalled, this time installing a few packages less than last time, to avoid the waste of space with stuff I wasn't actually using. But my new installation is not handling accented characters very well, more specifically when listing directories. I don't seem to