Bugs in Rsync?

2003-01-14 Thread David Starks-Browning
On Monday 13 Jan 03, Michael Hipp writes: > I'm trying to use Rsync to back up this system to a remote across the > network. I'm butting my head against 2 probs: > > - When rsync is given a source of /, it absolutely refuses to descend into > /cygdrive. It's as if the -x (one fs only) is set. I t

How export static const class members symbols?

2003-01-14 Thread Jorge Dominguez Rodriguez
I´m developing a Xerces 2.1.0 mingw port but when I try to compile a small example the references of static const members of several classes cannot be resolved by the gcc. I think that the Import library of the DLL don´t export references of static const class members and the gcc cannot resolve t

mkfifo implementation ?

2003-01-14 Thread gilles BOURGEOIS
hi folks, is mkfifo still not implemented (I read mailing list archive fron end of 2003) , and I ran mkfifo which return -1 (and does not set errno) in my code. thanks gilles -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Doc

Re: SSH start in .bat ?

2003-01-14 Thread a12
Igor, Thank you for your invaluable help. Igor Pechtchanski wrote: > This really isn't a correct mailing list for this question, but, since > it's been asked here before, and will, undoubtedly, be asked here again, I > will pretend it's about "the interaction of windows programs and Cygwin > pr

Re: mkfifo implementation ?

2003-01-14 Thread Pavel Tsekov
On Tue, 14 Jan 2003, gilles BOURGEOIS wrote: > hi folks, > is mkfifo still not implemented (I read mailing list archive fron end of > 2003) , and I ran mkfifo which return -1 (and does not set errno) in my > code. Yes. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug repo

Cygwin with ScrollWheel Mouse on Win XP

2003-01-14 Thread Robert Mark Bram
Howdy all! I have just installed Cygwin on my new XP system after being very happy with Cygwin on Win2k. My problem at the moment is that my scrolling on my scroll wheel mouse is not working - I have tried both bash and sh. Is there a specific package I need to install to support scrolling? Thank

Re: GCC bug with strftime

2003-01-14 Thread Corinna Vinschen
On Mon, Jan 13, 2003 at 07:00:07PM -0800, Richard Troy wrote: > > > The problem is that this call fails to return an hour: > > > > > > strftime(IT,key,"%m/%d/%y %l:%M %p", brokentime); I'm sorry to say that but... > The answer is yes, I have checked. The code works in my various RedHat > environm

Re: current state of credential hopping?

2003-01-14 Thread Corinna Vinschen
On Mon, Jan 13, 2003 at 10:16:57PM -0500, Igor Pechtchanski wrote: > Technically, nothing prevents an administrator on a machine from giving > this permission (called, I *think*, 'Create a token object') to a user > other than LocalSystem, which will then allow that user to run 'login' > successful

Re: Tab completion list takes enormously long time to generate from empty string

2003-01-14 Thread Corinna Vinschen
On Mon, Jan 13, 2003 at 04:28:00PM -0800, Randall R Schulz wrote: > It's too bad so many DLLs are produced in this list. Must they have execute > bits set to be loaded? Yes, unfortunately. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer

Re: login from other m/c?

2003-01-14 Thread senthill
- Original Message - From: "David Starks-Browning" <[EMAIL PROTECTED]> To: "senthill" <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 1:40 PM Subject: login from other m/c? > On Tuesday 14 Jan 03, senthill writes: > > Hi All, > > > > Is it possible to login to cygwin from other m/c

Re: GCC bug with strftime

2003-01-14 Thread Richard Troy
Thanks, Corinna, ...Good thing I've already written a work-around! -smile- Gee, you never know what you might learn by posting on the wrong list! -wink- RT -- Richard Troy, Chief Scientist Science Tools Corporation [EMAIL PROTECTED], 510-567-9957, http://ScienceTools.com/ On Tue, 14 Jan 2003

Re: mkfifo implementation ?

2003-01-14 Thread gilles BOURGEOIS
And what about IPC message queue (msgget) ? It does returns -1 too, but may be error handling is not implemented ? - Original Message - From: "Pavel Tsekov" <[EMAIL PROTECTED]> To: "gilles BOURGEOIS" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 10:05 AM Subje

msgget (IPC message queue) implementation

2003-01-14 Thread gilles BOURGEOIS
hi folks, is msgget (cygipc package) still running , and I ran msgget which return -1 (and does not set errno) in my code. thanks for help gilles -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cy

Re: How do I start two commands in .bat ?

2003-01-14 Thread Corinna Vinschen
Wrong list, redirected to [EMAIL PROTECTED] Corinna On Tue, Jan 14, 2003 at 10:28:11AM +0100, a12 wrote: > Hello gurus, > > In my ongoing process of starting ssh and vncviewer in one .bat > file, I have created the following: > > rem @echo off > chdir C:\cygwin\bin > bash --login -i -c "ssh -L

Re: Support for DDWARF-2 debug info? (on Cygwin)

2003-01-14 Thread Nick Clifton
Hi Brian, > I have built gcc 3.2.1 (just --enable-languages=c so far) with > "#define DWARF2_DEBUGGING_INFO 1" added to config/i386/cygwin.h. > The resulting compiler still produces stabs by default, but will > accept "-gdwarf-2". > > When using "-gdwarf-2", the debug information is, I believe, >

Make fails for various programs

2003-01-14 Thread Petrik Galvosas
Hello, With the latest CygWin release I try to compile programs like gnuplot, gamma, emacs, aspell etc. I did this successfully in the past with a older CygWin release. The story is always the same ./configure works (at least in my opinion)- make fails with messages like: $ ./missing --run autoc

Re: problem with a ssh server under cygwin

2003-01-14 Thread Frank-Michael Moser
Andre Willkowsky wrote: Finally after installing a fresh cygwin from internet i got sshd with authorizing working. It seems to me that some dependencies were broken in my first installation. When did you reinstall your cygwin and when did sshd with auth work for the first time? With the new

binutils/ld

2003-01-14 Thread DEEPA SIVASANKARANE
hi folks, i had installed binutils from setup. does it support elf_i386 emulation ? the only supported emulation seems to i386PE. When I run ld, on a ".o" from "as" I get the message; ld: PE operatios on non PE File. Could somebody please help ? Thanx in advance, Deepa -- Unsubscribe info:

Re: Make fails for various programs

2003-01-14 Thread Max Bowsher
Petrik Galvosas wrote: > With the latest CygWin release I try to compile programs like gnuplot, > gamma, emacs, aspell etc. I did this successfully in the past with a > older CygWin release. > > The story is always the same ./configure works (at least in my > opinion)- make fails with messages like

Re: Bugs in Rsync?

2003-01-14 Thread Max Bowsher
Michael Hipp wrote: > I'm trying to use Rsync to back up this system to a remote across the > network. I'm butting my head against 2 probs: > > - When rsync is given a source of /, it absolutely refuses to descend > into /cygdrive. It's as if the -x (one fs only) is set. Do "ls /". In common with

Cygwin Install fails to install cygwin1.dll

2003-01-14 Thread Ben Hutchison
I have downloaded and run the Cygwin setup.exe installer. After a long period of downloading files, it created a directory tree containing ./bin, /lib, etc sub-dirs, with files, in the normal fashion. However, there was no cygwin1.dll on my disk at the end - big problem. No error message in the se

Re: How do I start two commands in .bat ?

2003-01-14 Thread a12
Daniel, vnc server is run on derqjzp C: chdir C:\cygwin\bin bash --login -i -c "ssh -L 5901:derqjzp:5900 -C isoft@derqjzp /cygdrive/c/progra~1/realvnc/vncviewer.exe" requests isoft's password, and start ssh C: chdir C:\cygwin\bin bash --login -i -c "ssh -L 5901:derqjzp:5900 -C isoft@derqjzp ; /

sshd propogate all users

2003-01-14 Thread eramm
this addresses these errors : Failed password for illegal user authentication refused Illegal User Error Attempting to Authenticate in sshd I followed instructions for setting sshd as a win2k service and it worked great. what did cause me a day of hardship was the fact that i did not do mkpas

sort kills cygwin

2003-01-14 Thread Bhiksha Raj
Hi All, Im having blue screen of death problems all around. I thought I had this beat, but no.. Anyway, Id been having BSOD problems when I ran "configure" for the guile packages. The machine only died when I ran the script, but I could not kill it by running any commands from commmand line. Ive

Re: 1.3.18-1: "can't create title mutex"

2003-01-14 Thread Patrick J. LoPresti
"Patrick J. LoPresti" <[EMAIL PROTECTED]> writes: > While running a big recursive make under Cygwin 1.3.18-1 on an SMP > system, I am getting occasional failures like these: > > C:\cygwin\bin\cygpath.exe: *** can't create title mutex, Win32 error 6 > C:\cygwin\bin\sh.exe: *** can't create tit

Re: sort kills cygwin

2003-01-14 Thread Max Bowsher
Bhiksha Raj wrote: > Hi All, > > Im having blue screen of death problems all around. > I thought I had this beat, but no.. > > Anyway, Id been having BSOD problems when I ran "configure" > for the guile packages. The machine only died when I ran > the script, but I could not kill it by running any

Re: sort kills cygwin

2003-01-14 Thread fergus
There are a number of commands with names common both to Windows and to Cygwin. One example is "sort"; others are "find" and "more" and maybe "ftp" and "telnet". If /cygdrive/c/WINDOWS/ and /cygdrive/c/WINDOWS/COMMAND/ precede /usr/bin/ or /bin/ on your PATH then it is the Windows version of the e

Re: Cygwin Install fails to install cygwin1.dll

2003-01-14 Thread Max Bowsher
Ben Hutchison wrote: > I have downloaded and run the Cygwin setup.exe installer. After a > long period of downloading files, it created a directory tree > containing ./bin, /lib, etc sub-dirs, with files, in the normal > fashion. > > However, there was no cygwin1.dll on my disk at the end - big > p

Re: Cygwin vsFTPd porting issues

2003-01-14 Thread Jason Tishler
Corinna, On Mon, Jan 13, 2003 at 11:59:20PM +0100, Corinna Vinschen wrote: > I guess it's actually a fault in Cygwin's mmap() implementation but I > don't see the cause so far. I'd greatly appreciate if you could put > some effort into analyzing the problem. Sure. I'll do whatever I can to help

Re: Cygwin vsFTPd porting issues

2003-01-14 Thread Corinna Vinschen
On Tue, Jan 14, 2003 at 09:58:03AM -0500, Jason Tishler wrote: > Instead of the above, I have attached for a small testcase, mmap-test.c, > that reproduces the problem. When mmap-test is run, you should get > something like the following output: Jason, thanks, that's better than anything else!

Re: cygwin Install fails to install cygwin1.dll

2003-01-14 Thread Christopher Faylor
On Tue, Jan 14, 2003 at 05:08:28AM -0800, Ben Hutchison wrote: >I have downloaded and run the Cygwin setup.exe installer. After a long period >of downloading files, it created a directory tree containing ./bin, /lib, etc >sub-dirs, with files, in the normal fashion. > >However, there was no cygwin1

Re: mkfifo implementation ?

2003-01-14 Thread Christopher Faylor
On Tue, Jan 14, 2003 at 09:47:36AM +0100, gilles BOURGEOIS wrote: >is mkfifo still not implemented (I read mailing list archive fron end of >2003) , and I ran mkfifo which return -1 (and does not set errno) in my >code. mkfifo is not implemented and it *does* set errno to ENOSYS. -- Unsubscribe i

Re: How export static const class members symbols?

2003-01-14 Thread Christopher Faylor
On Tue, Jan 14, 2003 at 09:06:26AM +0100, Jorge Dominguez Rodriguez wrote: >I?m developing a Xerces 2.1.0 mingw port but when I try to compile a >small example the references of static const members of several classes >cannot be resolved by the gcc. The mingw site is http://www.mingw.org/ . -- Un

Re: msgget (IPC message queue) implementation

2003-01-14 Thread Jim
There is a addon library at http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/ cygipc which supports the SysV Message queues, semaphores and shared memories... there is supposedly a cygwin daemon which is supposed to replace this project but noone has claimed to know anything about this sta

Re: binutils/ld

2003-01-14 Thread Christopher Faylor
On Tue, Jan 14, 2003 at 07:39:15AM -0500, DEEPA SIVASANKARANE wrote: >i had installed binutils from setup. does it support elf_i386 >emulation ? the only supported emulation seems to i386PE. When I run >ld, on a ".o" from "as" I get the message; > >ld: PE operatios on non PE File. I'm not sure

Re: Cygwin vsFTPd porting issues

2003-01-14 Thread Jason Tishler
Corinna, On Tue, Jan 14, 2003 at 04:13:21PM +0100, Corinna Vinschen wrote: > On Tue, Jan 14, 2003 at 09:58:03AM -0500, Jason Tishler wrote: > > Instead of the above, I have attached for a small testcase, > > mmap-test.c, that reproduces the problem. When mmap-test is run, > > you should get somet

Re: binutils/ld

2003-01-14 Thread DEEPA SIVASANKARANE
Well, if I run plain "ld"(with no emulation specified), in a cygwin environment, on a ".o" generated form "as", I get this error: ld: PE operatios on non PE File. thanx, Deepa Original message >Date: Tue, 14 Jan 2003 10:10:45 -0500 >From: Christopher Faylor <[EMAIL PROTECTED]> >Sub

Re: Support for DDWARF-2 debug info? (on Cygwin)

2003-01-14 Thread Brian Ford
On 14 Jan 2003, Nick Clifton wrote: > Hi Brian, > > > I have built gcc 3.2.1 (just --enable-languages=c so far) with > > "#define DWARF2_DEBUGGING_INFO 1" added to config/i386/cygwin.h. > > The resulting compiler still produces stabs by default, but will > > accept "-gdwarf-2". > > > > When using

Re: How do I start two commands in .bat ?

2003-01-14 Thread Igor Pechtchanski
Did you follow up on the original "hint" ("help start")? If you did, you would have come up with: @echo off chdir C:\cygwin\bin start "C:\Program Files\realvnc\vncviewer.exe" bash --login -i -c "ssh -L 5901:derqjzp:5900 -C isoft@derqjzp" As for backgrounding the p

RE: Bug in g++: Testcase exits with segmentation fault

2003-01-14 Thread Chris January
> The testcase attached to this mail compiled with g++ 2.95.3-10 or g++ 3.2 > 20020927 under Cygwin 1.3.18 exits with segmentation fault. It seems to be > an error in g++ as the testcase doesn't work under Linux either. > Can anyone > help or do I have to report this error to the GCC website? > >

Re: Re: How export static const class members symbols?

2003-01-14 Thread Christopher Faylor
On Tue, Jan 14, 2003 at 06:07:11PM +0100, Jorge Dominguez Rodriguez wrote: >On Tue, Jan 14, 2003 at 09:06:26AM +0100, Jorge Dominguez Rodriguez wrote: >>I?m developing a Xerces 2.1.0 mingw port but when I try to compile a >>small example the references of static const members of severa

Re: javac on cygwin

2003-01-14 Thread Shankar Unni
Christopher Faylor wrote: Hmm. Would that even work? Yes. Hmm again. It'll be interesting to see this in action.. -- Shankar. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/doc

RE: Bug in g++: Testcase exits with segmentation fault

2003-01-14 Thread Boris Schaeling
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Chris > January > Sent: Tuesday, January 14, 2003 6:01 PM > To: Boris Schaeling > Cc: [EMAIL PROTECTED] > Subject: RE: Bug in g++: Testcase exits with segmentation fault > [...] > The bug is actually

RE: Bug in g++: Testcase exits with segmentation fault

2003-01-14 Thread Igor Pechtchanski
On Tue, 14 Jan 2003, Chris January wrote: > > The testcase attached to this mail compiled with g++ 2.95.3-10 or g++ 3.2 > > 20020927 under Cygwin 1.3.18 exits with segmentation fault. It seems to be > > an error in g++ as the testcase doesn't work under Linux either. > > Can anyone help or do I ha

Problem with setup.exe

2003-01-14 Thread yann Bassing
Under win2000, the setup.exe fails to launch : "setup.exe has generated errors and will be closed by windows"... What's wrong ? Help me please... -- __ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup

Re: Cygwin with ScrollWheel Mouse on Win XP

2003-01-14 Thread Abraham Backus
A common problem that I hit with mouse wheels is that the wheel often gets assigned by default to a setting that is incompatible with a lot of applications. If you go into the Mouse control panel and assign your mouse wheel to "Autoscroll" and check the "Use MS Office Compatible Scroll Only" box,

Re: Problem with setup.exe

2003-01-14 Thread Max Bowsher
yann Bassing wrote: > Under win2000, the setup.exe fails to launch : > "setup.exe has generated errors and will be closed by windows"... > > What's wrong ? Help me please... Most odd. For some reason, setup.exe works perfectly for the majority of people, but a very few get bad misbehaviour. I sug

parts of man path not found with j1

2003-01-14 Thread Ralf Hauser
When I use man/man-1.5g-2 everything is fine. If I use man/man-1.5j-1 , the second directory after the colon in my manp (i.e. MAN_PATH env variable) is no longer found? Any idea why? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/b

Re: login from other m/c?

2003-01-14 Thread Andrew DeFaria
senthill wrote: Hi All, Is it possible to login to cygwin from other m/c in which cygwin is not installed? If so, I would appreciate the procedure to do the same. Is there any docs available? Not sure what you mean by "m/c" but if you mean is it possible to log into a machine that has Cygwin

Fw: [Mingw-users] This -mno-cygwin question is on topic here

2003-01-14 Thread Norman Vine
FYI - Original Message - From: "Greg Chicares" <[EMAIL PROTECTED]> To: "Norman Vine" <[EMAIL PROTECTED]>; "mingw-users" <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 2:24 PM Subject: Re: [Mingw-users] This -mno-cygwin question is on topic here > Norman Vine wrote: > > > > Greg Ch

Move to Windows Recycle Bin instead of deleting

2003-01-14 Thread Ralf Hauser
Is there a way to have the files moved to the windows recycle bin from the cygwin shell window/command line? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: How do I start two commands in .bat ?

2003-01-14 Thread a12
Igor, My deepest apology for not following the rules of this list. I just say: mea culpa, mea maxima culpa. Yes, I have followed your suggestions in your earlier reply: rem @echo off start "VNC" /D"C:\Program Files\RealVNC" /B vncviewer.exe C: chdir C:\cygwin\bin bash --login -i -c "ssh -L 5901:

Re: Missed patch? (gettimeofday time travels V2)

2003-01-14 Thread Christopher Faylor
On Mon, Jan 13, 2003 at 09:55:15PM -0800, Fish wrote: > >Is there any reason why Philip Aston's 6 Jul 2002 patch to >gettimeofday et. al. logic to correct for WM_POWERBROADCAST events >(PBT_APMRESUMESUSPEND, PBT_APMRESUMEAUTOMATIC, PBT_APMRESUMECRITICAL) >hasn't made it into the sources yet? > >ht

Re: Cygwin vsFTPd porting issues

2003-01-14 Thread Corinna Vinschen
On Tue, Jan 14, 2003 at 10:53:46AM -0500, Jason Tishler wrote: > > And in this case it's definitely a Cygwin problem which I should have > > a fix for pretty soon. > > Cool! Hi Jason, I've just commited a fix to the cvs repository. Could you please test it with vsftpd? Your test application ru

Fwd: Re: binutils/ld - Pls. reply.

2003-01-14 Thread DEEPA SIVASANKARANE
--- Begin Message --- Well, if I run plain "ld"(with no emulation specified), in a cygwin environment, on a ".o" generated form "as", I get this error: ld: PE operatios on non PE File. thanx, Deepa Original message >Date: Tue, 14 Jan 2003 10:10:45 -0500 >From: Christopher Faylor <[

Re: cygwin vsFTPd porting issues

2003-01-14 Thread Christopher Faylor
On Tue, Jan 14, 2003 at 09:42:57PM +0100, Corinna Vinschen wrote: >On Tue, Jan 14, 2003 at 10:53:46AM -0500, Jason Tishler wrote: >> > And in this case it's definitely a Cygwin problem which I should have >> > a fix for pretty soon. >> >> Cool! > >I've just commited a fix to the cvs repository. C

Re: cygwin vsFTPd porting issues

2003-01-14 Thread Corinna Vinschen
On Tue, Jan 14, 2003 at 03:53:43PM -0500, Christopher Faylor wrote: > On Tue, Jan 14, 2003 at 09:42:57PM +0100, Corinna Vinschen wrote: > >On Tue, Jan 14, 2003 at 10:53:46AM -0500, Jason Tishler wrote: > >> > And in this case it's definitely a Cygwin problem which I should have > >> > a fix for pre

copy files to Solaris 2.x boxes

2003-01-14 Thread Scott Purcell
Hello, I am running the cygwin product and I would like to copy files from my pc to a sun box. Currently we have a couple of run boxes and I can do a scp between the boxes. I would like to be able to take files from my pc and scp them to the suns. Can this be done? If so any information? Thank

Re: Move to Windows Recycle Bin instead of deleting

2003-01-14 Thread Igor Pechtchanski
On Tue, 14 Jan 2003, Ralf Hauser wrote: > Is there a way to have the files moved to the windows recycle bin from > the cygwin shell window/command line? Yes. In your ~/.bashrc: RECYCLE_BIN_PATH="" function rm() { mv "$@" "$RECYCLE_BIN_PATH" } The one gotcha of the above is that "mv" will get t

Re: cygwin vsFTPd porting issues

2003-01-14 Thread Corinna Vinschen
On Tue, Jan 14, 2003 at 09:57:15PM +0100, Corinna Vinschen wrote: > On Tue, Jan 14, 2003 at 03:53:43PM -0500, Christopher Faylor wrote: > > I'm generating a snapshot right now. If this seems to work ok, I'll > > release 1.3.19. > > Oooh, wait! I just found out that I missed a bit... Ok, it shou

Re: cygwin vsFTPd porting issues

2003-01-14 Thread Jason Tishler
Corinna, On Tue, Jan 14, 2003 at 09:57:15PM +0100, Corinna Vinschen wrote: > On Tue, Jan 14, 2003 at 03:53:43PM -0500, Christopher Faylor wrote: > > On Tue, Jan 14, 2003 at 09:42:57PM +0100, Corinna Vinschen wrote: > > >On Tue, Jan 14, 2003 at 10:53:46AM -0500, Jason Tishler wrote: > > >> > And in

Re: copy files to Solaris 2.x boxes

2003-01-14 Thread Max Bowsher
Scott Purcell wrote: > Hello, > > I am running the cygwin product and I would like to copy files from > my pc to a sun box. > > Currently we have a couple of run boxes and I can do a scp between > the boxes. I would like to be able to take files from my pc and scp > them to the suns. > > Can

RE: copy files to Solaris 2.x boxes

2003-01-14 Thread [EMAIL PROTECTED]
Goto www.cygwin.com/packages and type in 'scp.exe'. Install the packages that are reported (OK, there should only be 1 binary package). This is a good general mechanism to find out if the Cygwin distribution contains a needed utility and what package to install to get it. Larry Original Messa

RE: Move to Windows Recycle Bin instead of deleting

2003-01-14 Thread Rolf Campbell
> -Original Message- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 14, 2003 4:06 PM > To: Ralf Hauser > Cc: [EMAIL PROTECTED] > Subject: Re: Move to Windows Recycle Bin instead of deleting > > > On Tue, 14 Jan 2003, Ralf Hauser wrote: > > > Is there a way

Re: Cygwin Exim

2003-01-14 Thread Gerrit P. Haase
Hallo Greg, Am Montag, 13. Januar 2003 um 00:44 schriebst du: > On Sun, 12 Jan 2003, Pierre A. Humblet wrote: >> > http://www.exim.org/pipermail/exim-users/Week-of-Mon-2009/032420.html >> The -oX 25 works fine here (WinME). At any rate you don't need it, >> 25 is the default >> I am not su

Re: Cygwin Exim

2003-01-14 Thread Pierre A. Humblet
"Gerrit P. Haase" wrote: > > He was reading some advice to Gerrit Haase to put tabs instead of > > spaces in /etc/services to get exim working on cygwin. > > Yes, but that was not my problem and it didn't solved it. > Unfortunately I cannot say what went wrong with my handcrafted > build, That's

Re: Move to Windows Recycle Bin instead of deleting

2003-01-14 Thread Chris Polley
On Tue, 14 Jan 2003 20:42:45 +0100, you wrote: >Is there a way to have the files moved to the windows recycle bin from >the cygwin shell window/command line? AFAIK, there isn't, although the int SHFileOperation(LPSHFILEOPSTRUCT lpFileOp) function in shell32.dll

RE: Move to Windows Recycle Bin instead of deleting

2003-01-14 Thread Igor Pechtchanski
Ralf, Please keep the discussion on the list so other people have access to this information and opportunity to share their experience. That "Reply-To:" is there for a reason. It's quite possible that something like this would happen. It makes sense that some sort of versioning is used for the

RE: Missed patch? (gettimeofday time travels V2)

2003-01-14 Thread Fish
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Faylor wrote: > On Mon, Jan 13, 2003 at 09:55:15PM -0800, Fish wrote: > > > >Is there any reason why Philip Aston's 6 Jul 2002 patch to > >gettimeofday et. al. logic to correct for WM_POWERBROADCAST events > >(PBT_APMRESUMESUSPEND, PBT_

configure panic with confdefs.h error results

2003-01-14 Thread -
i'm not sure how to resolve my problem and i'm sure there are other people experiencing this similar issue... ./configure displays up to a point where it says it cannot create an executable...i look into config.log to get...( i hope i'm writing to the correct mailing list, i apologize for any incon

Please munge addresses in old archives

2003-01-14 Thread Adam
Hello, I have a super-hyper-meta secret email address that appeared in a mailing to the old cygwin mailing list in 1999. I have received some spam to this address as a result (it appears nowhere else on the web). I see you now munge email addresses on archived messages. Could you please do the s

Re: How do I start two commands in .bat ?

2003-01-14 Thread Karl M
Hi Igor... I usually do the following (for Windows 2000/xp): ssh -f -L 5907:LocalHost:5900 Coyote.Paguay sleep 30 /c/Program\ Files/RealVNC/VNCViewer.exe -fullscreen -noauto LocalHost:7 I put above two lines in a file and then launch an "sh" shell from a shortcut with this file as a command li

Re: Cygwin vsFTPd porting issues

2003-01-14 Thread Karl M
Hi Chris... Are you just depriving everyone of all of the cool new features in 1.3.19 to be mean, or is it that Cygwin is really a top secret[click] From: Corinna Vinschen <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Cygwin vsFTPd porting issues Date: T

ImageMagik's convert.exe needs some cygwin dll's which appear to be missing from my install

2003-01-14 Thread Jeff Lucas
I'm trying to use ImageMagik's convert utility with cygwin. When I run ImageMagik's convert.exe within cygwin, it complains of missing DLL's. After running Dependency Walker, it looks like the missing DLL's that convert.exe needs are: CYGBZ2-1.DLL CYGWIN1.DLL CYGZ.DLL EFSADU.DLL I don't think i

Re: cygwin vsFTPd porting issues

2003-01-14 Thread Christopher Faylor
On Tue, Jan 14, 2003 at 08:08:34PM -0800, Karl M wrote: >Hi Chris... > >Are you just depriving everyone of all of the cool new features in 1.3.19 >to be mean, or is it that Cygwin is really a top secret[click] I'm trying to release a new version but Corinna and others keep insisting on cruelly fi

problems with the "%h" flag to the "date" command

2003-01-14 Thread David A. Case
Several of my scripts are failing because "date" doesn't seem to properly recognize the "%h" flag. According to the docs: % man date NAME date - print or set the system date and time .. %b locale's abbreviated month name (Jan..Dec) .. %h same as %b .. But here is

qRE: problems with the "%h" flag to the "date" command

2003-01-14 Thread Robert McNulty Junior
Same results here. Perhaps a bug in Date. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David A. Case Sent: Tuesday, January 14, 2003 10:38 PM To: [EMAIL PROTECTED] Subject: problems with the "%h" flag to the "date" command Several of my scripts are fa

Re: problems with the "%h" flag to the "date" command

2003-01-14 Thread Christopher Faylor
On Tue, Jan 14, 2003 at 08:37:54PM -0800, David A. Case wrote: >Several of my scripts are failing because "date" doesn't seem to properly >recognize the "%h" flag. According to the docs: > >% man date > >NAME > date - print or set the system date and time >.. > > %b locale's abbre

urlview-0.9 problem

2003-01-14 Thread Ajay Simha
Hi, When I execute urlview by doing ^B in mutt I get: URLs found! LINES value must be >= 2: got 0 initscr(): LINES=0 COLS=0: too small. Press any key to continue.. any ideas what I may be missing? Thanks, -ajay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: [Mingw-users] This -mno-cygwin question is on topic here

2003-01-14 Thread Christopher Faylor
On Tue, Jan 14, 2003 at 02:24:28PM -0500, Greg Chicares wrote: >Norman Vine wrote: >> >> Greg Chicares writes: >> > >> > [...] it has been proposed to use 'mno-cygwin' >> > in the wxWindows makefiles by default for all cygwin >> > and mingw builds (cygwin and mingw share the same >> > makefiles).

Re: less-378-1 : ANSI escape sequences in perldoc output

2003-01-14 Thread Christopher Faylor
On Mon, Jan 13, 2003 at 03:32:43PM -0500, [EMAIL PROTECTED] wrote: >Using the cygwin.com search of the email archives just now to verify >the pointer has shown *something* is amiss at least. Searching for >'perldoc' in January returns: > >Christopher Faylor - Re: less-378-1 : ANSI escape sequences

Python/Tkinter bug on Cygwin

2003-01-14 Thread Eric McRae
Thousands of humble apologies, I don't know where to send this bug: Running Python 2.2.2 under Cygwin, if I do : from Tkinter import * t=Tk() c=Canvas(t) c.pack() c.create_arc(88,88,112,112,style=ARC,start=-270,width=2,extent=-2) t.mainloop() I get a complete circle instead of a 2 degree (or th