Using mutt to sendmail via remote SMTP

2008-08-03 Thread Bayu Adiwibowo
I using thunderbird to send this mail, recently i found that I can run cygwin with my USB, so I wonder how to use cygwin MUA like mutt to sending mail via gmail. As far in my research mutt look for sendmail program in exim or other smtp program running in localhost to sending mail, and this is not

RE: Fetchmail as NT Service

2008-08-03 Thread Diogo branco
Hi, Wynfield, my fetchmail.log says this "File /home/.fetchmailrc" must be owned by you." Regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 2008-08-03 00:47 To: cygwin@cygwin.com Subject: Re: Fetchmail as NT Service What do

Re: Using mutt to sendmail via remote SMTP

2008-08-03 Thread Spiro Trikaliotis
Hello, * On Sun, Aug 03, 2008 at 04:56:56PM +0700 Bayu Adiwibowo wrote: > I using thunderbird to send this mail, recently i found that I can run > cygwin with my USB, so I wonder how to use cygwin MUA like mutt to > sending mail via gmail. As far in my research mutt look for sendmail > program in

Re: Fetchmail as NT Service

2008-08-03 Thread Jason Tishler
Diogo, On Sun, Aug 03, 2008 at 10:56:32AM +0100, Diogo branco wrote: > Hi, Wynfield, my fetchmail.log says this "File /home/.fetchmailrc" > must be owned by you." What does the following indicate? $ ls -l /home/.fetchmailrc Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or

RE: Fetchmail as NT Service

2008-08-03 Thread Diogo branco
Hi Jason the /home.fetchmailrc indicates this "-rwx-- 1 Administrator mkgroup-l-d 128 Jul 31 21:25 /home/.fetchmailrc" Regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Tishler Sent: 2008-08-03 15:30 To: cygwin@cygwin.com Subject: Re: Fetc

bash shell interface broken after install on Vista

2008-08-03 Thread Barry Gold
I installed cygwin on my new HP Pavilion machine running (ecch!) Vista. I added a few items to the default install parameters (notably vim and file), then started my download. It got "stuck" about 80% through -- sat at 80% for over an hour. I cancelled the install, and tried again with a diff

Re: ctrl-c terminates ssh session using cmd.exe login shell

2008-08-03 Thread Linda Walsh
Stephen Quintero wrote: Using cmd.exe as the login shell, ctrl-c terminates the ssh session (rather than being propagated to the process on the remote server). My question is - is there some way to work around this? For example, running bash as the login shell, and then running cmd.exe, does

Re: bash shell interface broken after install on Vista

2008-08-03 Thread tmcd
On Sun, 3 Aug 2008, Barry Gold <[EMAIL PROTECTED]> wrote: > 1. Nearly all commands appear to complete without doing anything. > This includes "ls", "cat", "vi". > The following commands work properly: > echo > true > false ($? == 1) > dirs > if...then.fi > test That I can address: they are sh

[ANNOUNCEMENT] Updated: {speex,speex-devel,libspeex1}-1.2rc1-1

2008-08-03 Thread David Rothenberger
A new version of the speex, speex-devel, and libspeex1 packages are now available for download. NEWS: = Updated to the 1.2rc1 upstream release. Although marked a beta release, this is the version recommended by upstream. See also the package documentation in /usr/share/doc/speex-1.2rc1/. DESC

UTF-8 Terminal - How to?

2008-08-03 Thread Jerry DeLisle
Hi folks, I am implementing UTF-8 encoding capability for gfortran. I can test fine on linux platforms because the gnome-terminal has UTF-8 capability built in. How can I achieve similar capability in a Cygwin terminal so that I can test the gfortran Cygwin build? The gfortran library code p

RE: UTF-8 Terminal - How to?

2008-08-03 Thread Jason Pyeron
We use utf teraterm which has a cygterm built in. http://www.google.com/search?source=ig&hl=en&rlz=&q=teraterm+utf http://ttssh2.sourceforge.jp/ -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

Re: UTF-8 Terminal - How to?

2008-08-03 Thread Jerry DeLisle
Jason Pyeron wrote: We use utf teraterm which has a cygterm built in. http://www.google.com/search?source=ig&hl=en&rlz=&q=teraterm+utf http://ttssh2.sourceforge.jp/ -- Thank you very much. This looks like it will work well. Jerry -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-

Re: [ANNOUNCEMENT] Updated: {speex,speex-devel,libspeex1}-1.2rc1-1

2008-08-03 Thread Angelo Graziosi
It seems that {speex,speex-devel,libspeex1}-1.2rc1-1 are in the [prev] section of setup.ini. Cheers, Angelo. --- ... e la terra ritornata alla forma di nebulosa errerĂ  nei cieli priva di parassiti e di malattie. . Italo SVEVO, "La coscienza di Zeno" -- Unsubscribe i

Cygwin Ports has migrated to Subversion

2008-08-03 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The Cygwin Ports project CVS repository has been migrated to SF.net Subversion. To check out cygport: svn co https://cygwin-ports.svn.sourceforge.net/svnroot/cygwin-ports/cygport/trunk cygport To check out the (reorganized) Ports tree: svn co ht

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Christopher Faylor
On Sun, Aug 03, 2008 at 02:36:49PM -0500, [EMAIL PROTECTED] wrote: >On Sun, 3 Aug 2008, Barry Gold <[EMAIL PROTECTED]> wrote: >> 1. Nearly all commands appear to complete without doing anything. >> This includes "ls", "cat", "vi". >> The following commands work properly: >> echo >> true >> false

Re: ctrl-c terminates ssh session using cmd.exe login shell

2008-08-03 Thread Christopher Faylor
On Sun, Aug 03, 2008 at 11:37:55AM -0700, Linda Walsh wrote: > Stephen Quintero wrote: >> Using cmd.exe as the login shell, ctrl-c terminates the ssh session >> (rather than being propagated to the process on the remote server). > >> My question is - is there some way to work around this? >> For e

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Barry Gold
Christopher Faylor wrote: Commands which exit silently are usually caused by missing DLLs. "cygcheck /bin/ls.exe" would tell you which DLL was missing and you could install the missing packages. I tried that. But cygcheck doesn't work either, for the same reason. This is after a third down

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Larry Hall (Cygwin)
Barry Gold wrote: Christopher Faylor wrote: Commands which exit silently are usually caused by missing DLLs. "cygcheck /bin/ls.exe" would tell you which DLL was missing and you could install the missing packages. I tried that. But cygcheck doesn't work either, for the same reason. 'cygch

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Barry Gold
Larry Hall (Cygwin) wrote: Barry Gold wrote: 'cygcheck' is a Win32 app which doesn't rely on 'cygwin1.dll' or any of Cygwin's added features. If it won't work, then something in your system is inhibiting it. Perhaps you have ? I have: 1. Firefox 2. Thun

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Barry Gold
Larry Hall (Cygwin) wrote: Barry Gold wrote: Christopher Faylor wrote: Commands which exit silently are usually caused by missing DLLs. "cygcheck /bin/ls.exe" would tell you which DLL was missing and you could install the missing packages. I tried that. But cygcheck doesn't work either,

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Larry Hall (Cygwin)
Barry Gold wrote: Larry Hall (Cygwin) wrote: Barry Gold wrote: 'cygcheck' is a Win32 app which doesn't rely on 'cygwin1.dll' or any of Cygwin's added features. If it won't work, then something in your system is inhibiting it. Perhaps you have ? I have:

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Larry Hall (Cygwin)
Barry Gold wrote: Larry Hall (Cygwin) wrote: Barry Gold wrote: Christopher Faylor wrote: Commands which exit silently are usually caused by missing DLLs. "cygcheck /bin/ls.exe" would tell you which DLL was missing and you could install the missing packages. I tried that. But cygcheck d

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Larry Hall (Cygwin)
On 08/03/2008, Larry Hall (Cygwin) wrote: That gain suggests BLODA. And 00ash.sh should come before 00bash.sh. again -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd.

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Barry Gold
Larry Hall (Cygwin) wrote: 'cygcheck' is a Win32 app which doesn't rely on 'cygwin1.dll' or any of Cygwin's added features. If it won't work, then something in your system is inhibiting it. Perhaps you have ? Wonderful. Norton AV is on the BLODA. Well...

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Larry Hall (Cygwin)
Barry Gold wrote: Larry Hall (Cygwin) wrote: 'cygcheck' is a Win32 app which doesn't rely on 'cygwin1.dll' or any of Cygwin's added features. If it won't work, then something in your system is inhibiting it. Perhaps you have ? Wonderful. Norton AV is on t

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Tim McDaniel
On Sun, 3 Aug 2008, Christopher Faylor <[EMAIL PROTECTED]> wrote: On Sun, Aug 03, 2008 at 02:36:49PM -0500, [EMAIL PROTECTED] wrote: Since you just installed Cygwin and didn't configure it much, have you considered just uninstalling and reinstalling from a new mirror? The mirror checking softw

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Barry Gold
Larry Hall (Cygwin) wrote: Barry Gold wrote: Christopher Faylor wrote: Commands which exit silently are usually caused by missing DLLs. "cygcheck /bin/ls.exe" would tell you which DLL was missing and you could install the missing packages. I tried that. But cygcheck doesn't work either,

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Brian Dessent
Tim McDaniel wrote: > The original problem report mentioned it hanging during the download > or install, I forget which. I wondered whether it might have been > some odd networking problem with that particular mirror. (I've had > odd networking problems in the past, even in Linux.) It's also an

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Larry Hall (Cygwin)
Barry Gold wrote: Larry Hall (Cygwin) wrote: Barry Gold wrote: Christopher Faylor wrote: Commands which exit silently are usually caused by missing DLLs. "cygcheck /bin/ls.exe" would tell you which DLL was missing and you could install the missing packages. I tried that. But cygcheck d

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Christopher Faylor
On Sun, Aug 03, 2008 at 08:24:00PM -0700, Barry Gold wrote: > Larry Hall (Cygwin) wrote: >> Barry Gold wrote: >>> Christopher Faylor wrote: Commands which exit silently are usually caused by missing DLLs. "cygcheck /bin/ls.exe" would tell you which DLL was missing and you could

cygwin gcc: Different numerical results in thread vs in main()

2008-08-03 Thread Richard Stanton
The following program performs exactly the same calculation 5 times, once inside main(), and again in 4 thread functions. Though the calculations are identical, the results are not. When I compile and run the same program on my Mac, all the results are identical. By the way, this is using the la

Re: bash shell interface broken after install on Vista

2008-08-03 Thread Barry Gold
Christopher Faylor wrote: Did you try cygcheck ./bash.exe ? Good point. C:\cygwin\bin>cygcheck ./bash.exe .\bash.exe .\cygwin1.dll C:\Windows\system32\ADVAPI32.DLL C:\Windows\system32\ntdll.dll C:\Windows\system32\KERNEL32.dll C:\Windows\system32\RPCRT4.dll C:\Win

Re: cygwin gcc: Different numerical results in thread vs in main()

2008-08-03 Thread Brian Dessent
Richard Stanton wrote: > Main:t/1+t =0.0005609048868329022342546 > Thread 0: t/1+t =0.0005609048868329021258344 > Thread 1: t/1+t =0.0005609048868329021258344 > Thread 2: t/1+t =0.0005609048868329021258344 > Thread 3: t/1+t =0.0005609048868329021258344 The difference i

Re: Using mutt to sendmail via remote SMTP

2008-08-03 Thread r
On 2008-08-03, Spiro Trikaliotis <[EMAIL PROTECTED]> wrote: > Hello, > > * On Sun, Aug 03, 2008 at 04:56:56PM +0700 Bayu Adiwibowo wrote: >> I using thunderbird to send this mail, recently i found that I can run >> cygwin with my USB, so I wonder how to use cygwin MUA like mutt to >> sending mail v

files/folders created by cygwin behaving as shared in explorer on Vista

2008-08-03 Thread Miles Georgi
I can reproduce the situation that occurs here: http://www.mail-archive.com/cygwin@cygwin.com/msg83794.html But only within the C:\Users\\ folder. The Icalcs of the files inside and outside of that directory are identical. So it seems vista is interpretting files with identical cacls differentl