Re: FW: ssmtp with multiple email accounts

2008-04-30 Thread cygwin
See, I knew someone else must have run into this :-) George Davidovich, who would rather I didn't publish his email address, sent me this: -- Forwarded message -- IIRC, ssmtp is dead or dying and has a few outstanding issues, though both ssmtp and msmtp are available for Cygwin.

Re: File path to URI

2008-04-30 Thread Reini Urban
Has anyone seen a command line tool for converting path (e.g. /cygdrive/h/privat/news_alert.conf) to file URI (file:///cygdrive/h/privat/news_alert.conf) Yes, tweaking with string concatenation or calling some java code would be a way, though I would prefer some proper command within

Re: inetutils 1.5 / ftpd problem: 426 Data connection: No buffer space available.

2008-04-30 Thread antony baxter
Charles, Well, one of the differences between ftpd-1.3.2 and ftpd-1.5 is that the newer version uses mmap on the (local) file. ftpd.c is the /only/ source file in inetutils that uses mmap. So, I recompiled with HAVE_MMAP turned off (but still using 4k chunks). Give this a try:

Re: inetutils 1.5 / ftpd problem: 426 Data connection: No buffer space available.

2008-04-30 Thread Corinna Vinschen
On Apr 30 01:58, Charles Wilson wrote: antony baxter wrote: 1. In all cases, the ftpd process' memory usage increases to ~350mb, 2. As the buffer value decreases, the process' cpu usage increases (ftpd-1k.exe used about 75% of the cpu vs. about 10% for ftpd-8k.exe), 3. Performance jumped

Re: File path to URI

2008-04-30 Thread Mark J. Reed
You really should put double quotes around $1. Cygwin of all places ought to be an environment that reminds shellscripters to do that... :) On 4/30/08, Reini Urban [EMAIL PROTECTED] wrote: Has anyone seen a command line tool for converting path (e.g. /cygdrive/h/privat/news_alert.conf) to

Re: Problem with cygserver and sysv message queues: msgsnd() blocks forever.

2008-04-30 Thread Corinna Vinschen
On Apr 29 17:57, Williams, David wrote: I've been debugging a problem with msgsnd() hanging. If there are no free msghdrs available, msgsnd() blocks with msleep(). Unfortunately, the only way it can unblock is if that specific queue frees a msghdr. If the queue in question is empty, this

Segmentation fault on sort

2008-04-30 Thread Francis ANDRE
Hi What could I do to avoid this problem?? config.status: linking ./mpn/generic/mullow_n.c to mpn/mullow_n.c config.status: linking ./mpn/generic/mullow_basecase.c to mpn/mullow_basecase.c config.status: linking ./mpn/x86/umul.asm to mpn/umul.asm config.status: linking ./mpn/x86/udiv.asm to

bash.exe: ***fatal error

2008-04-30 Thread Lester Ingber
I thought it important enough to clarify item (4) below. The attachment is in the previous posting. Yesterday I installed the final version of SP3 on my XP Professional system, which I downloaded via a link to the microsoft .exe via zdnet, just an hour or so before it was announced that MS is

ILLEGAL_INSTRUCTION when trying to run asteriskwin32 under cygwin

2008-04-30 Thread al costa
Hi everyone We installed AsteriskWin32 0.66b build from Asterisk 1.2.26.2 on both a K6 with 544 Mb RAM and a dualcore with 2 Gb RAM. Both run windows 2003 SP2 and cygwin 1.5.25-11. The funny thing is that it DOES run on the dualcore, but on the K6 we get: 314539 [main] asterisk 2996

RE: Problem with cygserver and sysv message queues: msgsnd() blocks forever.

2008-04-30 Thread Williams, David
Yes, I can patch and build the sources, and will test the patch. I can see that this will work, and is probably the least disruptive way to fix it. I'm bothered a little bit by the fixed timeout value, although this is an exceptional case, which shouldn't occur in a properly tuned and managed

Re: FW: ssmtp with multiple email accounts

2008-04-30 Thread Igor Peshansky
On Wed, 30 Apr 2008, Gary wrote: On Wed, Apr 30, 2008 at 09:37:39AM +0200, [EMAIL PROTECTED] wrote: Oops. I know it's your own address, but still, http://cygwin.com/acronyms/#PCYMTNQREAIYR. If you are intent on using ssmtp, something along the following (taken from an old muttrc file)

Re: bash.exe: ***fatal error

2008-04-30 Thread Robin Walker
--On 30 April 2008 09:51 -0700 Lester Ingber [EMAIL PROTECTED] wrote: Yesterday I installed the final version of SP3 on my XP Professional system, which I downloaded via a link to the microsoft .exe via zdnet Which build number of SP3 was that in fact? (Don't trust what the site said, look

Re: FW: ssmtp with multiple email accounts

2008-04-30 Thread Gary
On Wed, Apr 30, 2008 at 09:37:39AM +0200, [EMAIL PROTECTED] wrote: If you are intent on using ssmtp, something along the following (taken from an old muttrc file) should work: [..] folder-hook mbox1 \ 'set sendmail=/usr/sbin/ssmtp.exe [EMAIL PROTECTED] -ap012345' The ''set

Re: Problem with cygserver and sysv message queues: msgsnd() blocks forever.

2008-04-30 Thread Corinna Vinschen
On Apr 30 10:16, Williams, David wrote: Yes, I can patch and build the sources, and will test the patch. I can see that this will work, and is probably the least disruptive way to fix it. I'm bothered a little bit by the fixed timeout value, although this is an exceptional case, which

Re: ILLEGAL_INSTRUCTION when trying to run asteriskwin32 under cygwin

2008-04-30 Thread Corinna Vinschen
On Apr 30 13:51, al costa wrote: Hi everyone We installed AsteriskWin32 0.66b build from Asterisk 1.2.26.2 on both a K6 with 544 Mb RAM and a dualcore with 2 Gb RAM. Both run windows 2003 SP2 and cygwin 1.5.25-11. [...] Actually, the reason why we need your support is because we have not

RE: ILLEGAL_INSTRUCTION when trying to run asteriskwin32 under cygwin

2008-04-30 Thread Dave Korn
Corinna Vinschen wrote on 30 April 2008 20:08: On Apr 30 13:51, al costa wrote: Hi everyone We installed AsteriskWin32 0.66b build from Asterisk 1.2.26.2 on both a K6 with 544 Mb RAM and a dualcore with 2 Gb RAM. Both run windows 2003 SP2 and cygwin 1.5.25-11. Other than that, I have no

Performance issue on Vista x64

2008-04-30 Thread Timo Kerstan
Hi all, we are experiencing massive performance problems using the latest stable cygwin under Vista x64. UAC is turned off. Building a PPC GCC Cross compiler takes about 1 day to complete... I did not find anythin helpful yet. It would be great if someone could give me a hint... -- With

Re: Performance issue on Vista x64

2008-04-30 Thread Larry Hall (Cygwin)
Timo Kerstan wrote: Hi all, we are experiencing massive performance problems using the latest stable cygwin under Vista x64. UAC is turned off. Building a PPC GCC Cross compiler takes about 1 day to complete... I did not find anythin helpful yet. It would be great if someone could give me a

RE: Problem with cygserver and sysv message queues: msgsnd() blocks forever.

2008-04-30 Thread Williams, David
Corinna, I can report that the patch works perfectly. Both with the examples and with our original application program that brought the bug to our attention. Dave Williams -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen Sent: Wednesday,

[ANNOUNCEMENT] Updated: libgcrypt-1.4.1-1

2008-04-30 Thread Gergely Budai
Version 1.4.1-1 of libgcrypt has been uploaded. Libgcrypt is a general purpose crypto library based on the code used in GnuPG. What's New === * Fixed a bug introduced by 1.3.1 which led to the comsumption of far too much entropy for the intial seeding. * Improved AES performance

Re: Performance issue on Vista x64

2008-04-30 Thread Charles Wilson
Timo Kerstan wrote: Actually cygwin runs on a fresh install of Vista x64 on a [EMAIL PROTECTED] GHz with 4GB RAM. I can't imagine any other Application interfering with cygwin because there is nothing installed except the latest patches. The host is standalone and not a member of a Domain.

Re: FW: ssmtp with multiple email accounts

2008-04-30 Thread Charles Wilson
Igor Peshansky wrote: Could it simply be that mutt does not expand the ~ in the filename when passing the command-line option? Did you try the absolute path (i.e., /usr/bin/ssmtp -C/home/user/foo.conf)? ssmtp does not attempt any expansion on the argument. If the shell doesn't expand it

Re: FW: ssmtp with multiple email accounts

2008-04-30 Thread Igor Peshansky
On Wed, 30 Apr 2008, Charles Wilson wrote: Igor Peshansky wrote: Could it simply be that mutt does not expand the ~ in the filename when passing the command-line option? Did you try the absolute path (i.e., /usr/bin/ssmtp -C/home/user/foo.conf)? ssmtp does not attempt any expansion on

Re: bash.exe: ***fatal error

2008-04-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Lester Ingber on 4/30/2008 10:05 AM: | (1) Whenever I try to start a cygwin window via the default shortcut icon, | which points to C:\cygwin\cygwin.bat (which is the same since 2005), | I am getting | | 6 [main] ? (4596)

Re: cygport missing features after 0.3.9

2008-04-30 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck Wilson wrote: | cygport-cvs-topdir.patch: CVS_MODULE already supports subdirectory checkouts. What is gained here? | cygport-postinst-hook.patch: I would prefer a RESTRICT=postinst-doc option, in which case one can install the docs

Re: cygport missing features after 0.3.9

2008-04-30 Thread Charles Wilson
Yaakov (Cygwin Ports) wrote: Chuck Wilson wrote: | cygport-cvs-topdir.patch: CVS_MODULE already supports subdirectory checkouts. What is gained here? Yes, and then I get: foo-1.2.3-1/src/StupidModuleNameThatHasNothingToDoWithMyPackage/MyPackage/* with subdir checkouts using CVS_MODULE. You

Re: inetutils 1.5 / ftpd problem: 426 Data connection: No buffer space available.

2008-04-30 Thread Charles Wilson
Corinna Vinschen wrote: On Apr 30 01:58, Charles Wilson wrote: Well, one of the differences between ftpd-1.3.2 and ftpd-1.5 is that the newer version uses mmap on the (local) file. ftpd.c is the /only/ source file in inetutils that uses mmap. Ok, so the ftpd using mmap is faster, one way or

Re: Putting my packages up for adoption

2008-04-30 Thread Corinna Vinschen
On Apr 29 22:34, Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Max Bowsher on 4/29/2008 4:47 PM: | Accordingly I'm putting my packages up for adoption: | | * patchutils I use this enough to warrant adopting it. I'll post an ITA soon (although since it

Re: Putting my packages up for adoption

2008-04-30 Thread Yitzchak Scott-Thoennes
On Wed, April 30, 2008 3:27 am, Corinna Vinschen wrote: According to Max Bowsher on 4/29/2008 4:47 PM: | Farewell, of sorts, and thanks everyone for helping make Windows a nice | place to be the past many years! Sad ACK. I've marked all your packages as orphaned now. Would not a farewell

Re: Putting my packages up for adoption

2008-04-30 Thread Corinna Vinschen
On Apr 30 04:20, Yitzchak Scott-Thoennes wrote: On Wed, April 30, 2008 3:27 am, Corinna Vinschen wrote: According to Max Bowsher on 4/29/2008 4:47 PM: | Farewell, of sorts, and thanks everyone for helping make Windows a nice | place to be the past many years! Sad ACK. I've marked all

Re: Putting my packages up for adoption

2008-04-30 Thread Warren Young
Max Bowsher wrote: * doxygen I'm interested, contingent on seeing what it takes to build it. * expat I can do this one, but I'm concerned because expat.sf.net isn't responding right now. Did expat die again while I wasn't looking? * sqlite3 I know very little about using SQLite

[ITA] patchutils-0.2.31-2

2008-04-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Volunteering to take over from Max. This merely repackages using cygport, since upstream has not changed in a few years. setup.hint: # setup for patchutils sdesc: A small collection of programs that operate on patch files ldesc: Patchutils is a

Re: Putting my packages up for adoption

2008-04-30 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 For those that may be interested in adoption, there are updated versions of some of these now in Ports: | * apr1 aprutil1 http://cygwin-ports.cvs.sourceforge.net/cygwin-ports/ports/libs/apr1/

Re: Putting my packages up for adoption

2008-04-30 Thread Igor Peshansky
On Wed, 30 Apr 2008, Warren Young wrote: Please email me the package build scripts, and brief instructions on their use. I maintain the ctags package, but do so with hand-rolled tools due to weirdnesses of its build system. So, I know how to build Cygwin packages, but I don't know how to

Re: [ITA] patchutils-0.2.31-2

2008-04-30 Thread Corinna Vinschen
On Apr 30 07:03, Eric Blake wrote: http://home.comcast.net/~ericblake/patchutils/setup.hint http://home.comcast.net/~ericblake/patchutils/patchutils-0.2.31-2.tar.bz2 http://home.comcast.net/~ericblake/patchutils/patchutils-0.2.31-2-src.tar.bz2 Uploaded. Thanks for taking over, Corinna --

Re: Putting my packages up for adoption

2008-04-30 Thread Dr. Volker Zell
Max Bowsher writes: * neon Will take this one, it's needed by cadaver. Ciao Volker

Re: Putting my packages up for adoption

2008-04-30 Thread Max Bowsher
Warren Young wrote: Max Bowsher wrote: * doxygen I'm interested, contingent on seeing what it takes to build it. It's a most bizarre and quirky buildsystem that I've never seen any other package use. * expat I can do this one, but I'm concerned because expat.sf.net isn't responding

Re: Putting my packages up for adoption

2008-04-30 Thread David Rothenberger
On 4/30/2008 3:45 PM, Max Bowsher wrote: Warren Young wrote: All my packages are generic-build-script based. I *think* that the base g-b-s version for each should be as follows: apache2, apr1, aprutil1, subversion: CVS r1.47 I have a .cygport for subversion-1.4.6 if anyone's interested. I'm

Re: WG: Can't build cygwin X server : directory program/xrx is missing

2008-04-30 Thread patrick ficheux
Eberhard Harbrink a écrit : Install the sources from the cvs STABLE tree. xrx is in the stable tree. Regards I get the release 6.8.99.901 from CVS $ cvs -z6 -d :pserver:[EMAIL PROTECTED]:/cvs/xorg co -r XORG-6_8_99_901 xc but I can't compile it error in .../lib/Xft1 when building

XWin hanging on start up ...

2008-04-30 Thread Grant Deacon
Hello, I'm having trouble getting XWin to run, I've copied the default /etc/X11/xinit/xinitrc to ~/.xinitrc but when I run xinit the window hangs and I have to kill the processes. When I look at the applications tab in task manager I see the Cygwin/X 0:0 running, then another one appears and

Couldn't startx. could not open default font 'fixed'

2008-04-30 Thread Gosha Osipov
I am unable to start cygwin due to an error message Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li st! Fatal server error: could not open default font 'fixed' winDeinitMultiWindowWM - Noting shutdown in progress (full log file attached). I deleted cygwin and

src/winsup/cygwin ChangeLog mount.cc path.cc

2008-04-30 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2008-04-30 08:49:24 Modified files: winsup/cygwin : ChangeLog mount.cc path.cc Log message: * mount.cc (is_unc_share): Allow \\?\ prefix as well. Enhance comment.

src/winsup/cygwin ChangeLog dtable.cc dtable.h ...

2008-04-30 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2008-04-30 09:51:38 Modified files: winsup/cygwin : ChangeLog dtable.cc dtable.h fhandler.h fork.cc spawn.cc Log message: * dtable.cc (dtable::release): Drop

src/winsup/cygserver ChangeLog sysv_msg.cc

2008-04-30 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2008-04-30 19:09:41 Modified files: winsup/cygserver: ChangeLog sysv_msg.cc Log message: * sysv_msg.cc: Add fix from upstream version 1.65. (msgsnd): Call msleep with timeout value.

Updated: libgcrypt-1.4.1-1

2008-04-30 Thread Gergely Budai
Version 1.4.1-1 of libgcrypt has been uploaded. Libgcrypt is a general purpose crypto library based on the code used in GnuPG. What's New === * Fixed a bug introduced by 1.3.1 which led to the comsumption of far too much entropy for the intial seeding. * Improved AES performance