Re: Setup problem: incomplete nonexistent package

2004-09-02 Thread luke . kendall
Here's an executive summary: it's a mystery. It just started working. In slightly more detail, rsync from another site did replace the TeXmacs package. But re-running setup still failed on TeXmacs. Our local mirror is shared via Samba (v 2.2something). Some hours later, with no extra rsyncs (i

Re: How to detect a broken cygwin mirror?

2004-09-02 Thread luke . kendall
On 3 Sep, luke replied to Christopher when he wrote: > > However, since you raise the issue of md5sums, it's hard to see how > > your mirror could be bad and not have setup.exe complain about an > > incorrect md5. > > Righto. I'll write a script to check our mirror, independent of >

Re: How to detect a broken Cygwin mirror?

2004-09-02 Thread Larry Hall
At 10:26 PM 9/2/2004, you wrote: >On 2 Sep, Larry Hall wrote: >> At 09:41 PM 9/2/2004, you wrote: >> >They also say it's common for it to be very, very hard to remove >> >C:\cygwin - unable to remove it, unable to take ownership, on occasion >> >having to boot into safe mode to get rid of it (

Re: How to detect a broken Cygwin mirror?

2004-09-02 Thread luke . kendall
On 2 Sep, Larry Hall wrote: > At 09:41 PM 9/2/2004, you wrote: > >They also say it's common for it to be very, very hard to remove > >C:\cygwin - unable to remove it, unable to take ownership, on occasion > >having to boot into safe mode to get rid of it (on the way to trying a > >fresh Cygwi

Re: How to detect a broken Cygwin mirror?

2004-09-02 Thread Larry Hall
At 09:41 PM 9/2/2004, you wrote: >They also say it's common for it to be very, very hard to remove >C:\cygwin - unable to remove it, unable to take ownership, on occasion >having to boot into safe mode to get rid of it (on the way to trying a >fresh Cygwin install, you see). Perhaps you're runnin

Re: How to detect a broken cygwin mirror?

2004-09-02 Thread luke . kendall
On 2 Sep, Christopher Faylor wrote: > On Fri, Sep 03, 2004 at 11:41:27AM +1000, [EMAIL PROTECTED] wrote: > >SysAdmin here are coming to object to Cygwin - they say they get only > >slightly fewer support requests for Cygwin than they do for Exchange. > >*Usually* they can solve the problem. T

Re: How to detect a broken cygwin mirror?

2004-09-02 Thread Christopher Faylor
On Thu, Sep 02, 2004 at 09:50:47PM -0400, Christopher Faylor wrote: >However, since you raise the issue of md5sums, it's hard to see how >your mirror could be bad and not have setup.exe complain about an >incorrect md5. Nevermind. I see that's sort of what you were already complaining about in an

Re: How to detect a broken cygwin mirror?

2004-09-02 Thread Christopher Faylor
On Fri, Sep 03, 2004 at 11:41:27AM +1000, [EMAIL PROTECTED] wrote: >SysAdmin here are coming to object to Cygwin - they say they get only >slightly fewer support requests for Cygwin than they do for Exchange. >*Usually* they can solve the problem. They only call me in for hairier >problems (like t

How to detect a broken Cygwin mirror?

2004-09-02 Thread luke . kendall
Is there a scriptable way (on the Unix host, or under a working Cygwin install), for us to detect a faulty mirror? The mirrors seem to cause problems very regularly. This is about the 3rd one we've tried. SysAdmin here are coming to object to Cygwin - they say they get only slightly fewer supp

Re: Setup problem: incomplete nonexistent package

2004-09-02 Thread luke . kendall
On 2 Sep, Igor Pechtchanski wrote: > On Thu, 2 Sep 2004, luke.kendall wrote: > > > We have a local cygwin mirror (of kernels.org). Recently, setup fails > > with the error that the package ssmtp-2.60.9-2 is incomplete. > > > > But we don't have that package in our mirror, and I don't have tha

Re: OpenSSH on windows Problem

2004-09-02 Thread Christopher Faylor
On Thu, Sep 02, 2004 at 06:31:05PM +, Cary Lewis wrote: >simply using cygwin binaries like ssh, perl, bash, etc. does not >virally infect a propietary system with the GPL. The word "virally" is a charged word. This is really really simple and I don't know why it is so confusing. If you prov

RE: OpenSSH on windows Problem

2004-09-02 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Cary Lewis > Sent: 02 September 2004 19:31 > From what I understand, simply using cygwin binaries like > ssh, perl, bash, etc. > does not virally infect a propietary system with the GPL. Nothing "virally" infects a system with th

Re: OpenSSH on windows Problem

2004-09-02 Thread Cary Lewis
>From what I understand, simply using cygwin binaries like ssh, perl, bash, etc. does not virally infect a propietary system with the GPL. So, if you plan on using sshd and sftp as part of your commerical app, you don not have to license cygwin. Any changes you make to sshd or sftp would have t

Re: Re: Problem executing a .bat script in a directory with spaces using bash

2004-09-02 Thread Larry Hall
At 02:23 PM 9/2/2004, you wrote: >Now let's take this one step further. In the last case, it actually >thinks it wants >to execute C:\Space instead of the script. Now let's do the following: >Create a batch script called "C:\Space.bat" and put one line into it. >cat /etc/passwd. > >Now re-ru

Re: Problem executing a .bat script in a directory with spaces using bash

2004-09-02 Thread CyberZombie
I typed too soon... /c/Documents and Settings>./test.bat "Hello world" 'c:\Documents' is not recognized as an internal or external command, operable program or batch file. CyberZombie wrote: I don't get that behavior... ~>cd /c/Documents\ and\ Settings /c/Documents and Settings>cat test.bat @echo %

Re: Problem executing a .bat script in a directory with spaces using bash

2004-09-02 Thread CyberZombie
I don't get that behavior... ~>cd /c/Documents\ and\ Settings /c/Documents and Settings>cat test.bat @echo %1 /c/Documents and Settings>./test.bat Hello world Hello /c/Documents and Settings>ls -l test.bat -rwxr-xr-x1 Rob None8 Sep 2 13:53 test.bat /c/Documents and Settings> S

Re: OCaml library location error

2004-09-02 Thread Andrew Schulman
> $ ocamlc -v > The Objective Caml compiler, version 3.08.1 > Standard library directory: /usr/local/stow/ocaml/lib/ocaml > > The library location is wrong; it should be /usr/lib/ocaml. This breaks > some compilations of course. My mistake: I had set OCAMLLIB earlier in my environment, then for

Re: Re: Problem executing a .bat script in a directory with spaces using bash

2004-09-02 Thread Sean Daley
The problem is, there's nothing for me to quote here. It's not like the batch script fails to give me the correct information (due to incorrect quoting). The script fails to even LAUNCH when it lives in a directory with spaces and you pass in an argument with a space in it. Mind you, I've change

OCaml library location error

2004-09-02 Thread Andrew Schulman
I've installed ocaml 3.08.1-1. $ ocamlc -v The Objective Caml compiler, version 3.08.1 Standard library directory: /usr/local/stow/ocaml/lib/ocaml The library location is wrong; it should be /usr/lib/ocaml. This breaks some compilations of course. Andrew. -- Unsubscribe info: http://c

Re: Re: Problem executing a .bat script in a directory with spaces using bash

2004-09-02 Thread Sean Daley
Thank you for your most eloquent and considerably rude response. Though maybe that's my fault for not mentioning in my initial email that writing a shell script (which is something that I can do) is not an option. Unfortunately there are reasons why we need these .bat scripts (yes I don't like tha

Re: Setup problem: incomplete nonexistent package

2004-09-02 Thread Igor Pechtchanski
On Thu, 2 Sep 2004, luke.kendall wrote: > We have a local cygwin mirror (of kernels.org). Recently, setup fails > with the error that the package ssmtp-2.60.9-2 is incomplete. > > But we don't have that package in our mirror, and I don't have that > package installed, as far as I can tell. So wh

DONATE NOW: towards a Hyperthreaded machine for CGF

2004-09-02 Thread Richard Campbell
> I'd really prefer a nicely packaged known-to-exhibit-the-problem system Yeah, but it's been 8 months, and I've seen enough of these posts that I did the math: "if CGF had $20 for each post complaining about hyperthreading problems, could he buy a hyperthreading machine?" answer - pretty close

Re: ghostscript?

2004-09-02 Thread Igor Pechtchanski
On Thu, 2 Sep 2004, sven geier wrote: > This may be a stupid-newbie-mistake or something, but I installed > ghostscript and gv and when I type at the prompt > > % gv /path/to/some/ps/document > > gv comes up fine, then gives me an error alert-box that > says "Unknown device: x11" > > Indeed, x11 d

Re: Regular Expressions from Bash Shell

2004-09-02 Thread Christopher Faylor
On Thu, Sep 02, 2004 at 12:20:13PM -0400, Igor Pechtchanski wrote: >P.S. Should I add TMTOWTDI to the OLOCA? ;-) Sure. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: Regular Expressions from Bash Shell

2004-09-02 Thread Igor Pechtchanski
Well, since CGF himself didn't deem this too off-topic... :-) On Wed, 1 Sep 2004, Christopher Faylor wrote: > On Wed, Sep 01, 2004 at 06:07:15PM -0400, Buchbinder, Barry (NIH/NIAID) wrote: > >At Wednesday, September 01, 2004 5:17 PM, Igor Pechtchanski wrote: > >> On Wed, 1 Sep 2004, Siegfried Hei

Re: Cygwin ssh session privileges differ from console privileges?

2004-09-02 Thread Corinna Vinschen
On Sep 2 15:09, Shaddy Baddah wrote: > I am having a problem with the privileges on a Cygwin ssh session. It > seems as though the Cygwin ssh session does not have all the > privileges of a console session, logged in as the same user. This is > happening on cygwin v1.5.10-3 under Win2K SP4. The op

Re: Donate towards a Hyperthreaded machine for CGF

2004-09-02 Thread Christopher Faylor
On Thu, Sep 02, 2004 at 11:46:54AM -0400, Richard Campbell wrote: >Chris, what is the appropriate email for paypal donations >now that you have left Red Hat? Gulp. Uh oh. Did I change my paypal account or is this one of the things that I forgot to reset after leaving? *pause* Nope. I reset th

RE: Suspected Memory Size Problems under Cygwin

2004-09-02 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Douglas A. Vechinski > Sent: 02 September 2004 16:45 > I was first wondering if there could be a memory problem, i.e. not > enough system memory or possible a subroutine with large local arrays > which I believe get allocated on the

Donate towards a Hyperthreaded machine for CGF

2004-09-02 Thread Richard Campbell
Chris, what is the appropriate email for paypal donations now that you have left Red Hat? -Richard Campbell. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Suspected Memory Size Problems under Cygwin

2004-09-02 Thread Douglas A. Vechinski
I have a Fortran code, developed mostly under Unix/Linux. In the past (years ago) I have compiled it under Cygwin and run it with no problems. I am now adding some more stuff to it and the user was wanting to run it under Cygwin. So I compile it no problem, but then when I execute it -- noth

Re: cygwin1.dll problem with Hyperthreaded machines.

2004-09-02 Thread Christopher Faylor
On Sun, Aug 29, 2004 at 08:00:13AM -0400, Christopher Faylor wrote: >The problem has not been either identified or resolved and it won't be >resolved until someone debugs the problem or someone sends me a system >which manifests the problem so that I can resolve the problem. Just to make it clear,

Problem executing a .bat script in a directory with spaces using bash

2004-09-02 Thread Sean Daley
I'm currently using cygwin 1.5.10 and I'm having a problem trying to run a .bat file in a directory with spaces. Here's an example of what I'm doing. 1) mkdir C:\Space Dir 2) Create a file called test.bat in C:\Space Dir 3) Just add a single line with "echo %1" in test.bat 4) Start cygwin $ cd C:

Re: Why umount -A is a really bad idea

2004-09-02 Thread Christopher Faylor
On Thu, Sep 02, 2004 at 01:09:11PM +0100, Colin JN Breame wrote: >Christopher Faylor wrote: > >>I have had a modification to mount waiting in the wings for a while now >>which foregos the use of the registry entirely but I can't convince >>myself that, if I implement it, the mailing list won't be f

Re: OpenSSH on windows Problem

2004-09-02 Thread Christopher Faylor
On Thu, Sep 02, 2004 at 11:53:43AM +0500, hassani wrote: >I am planning to use OPENSSH in my COMMMERCIAL project for custom SFTP >support on WINDOWS operating system. I have couple of queries regarding >that. > >1. Is it necessary to use cygwin1.dll after i compile the OpenSSH source. >Does portabl

bash: cat << ... fails with cat: -: Permission denied

2004-09-02 Thread Lionel B
Greetings, This problem appears to have surfaced in a previous thread on this list (see http://sources.redhat.com/ml/cygwin/2003-07/msg01101.html) but no satisfactory resolution was offered then. The problem arises with bash but not with sh on our cygwin installation: $ bash -c "cat << EOF" ca

Cygwin ssh session privileges differ from console privileges?

2004-09-02 Thread Shaddy Baddah
Hi, I am having a problem with the privileges on a Cygwin ssh session. It seems as though the Cygwin ssh session does not have all the privileges of a console session, logged in as the same user. This is happening on cygwin v1.5.10-3 under Win2K SP4. The openssh version is v3.9p1-1. The problem occ

Re: Very slow SCSI tape drive with cygwin/Win2kPro

2004-09-02 Thread Bill Nugent
On Friday 27 August 2004 08:21, Corinna Vinschen wrote: > So you didn't look into the `mt status 3' output? I've marked it in > my original reply. It's the Windows driver value for the maximum > block size. That has nothing to do with Cygwin. I did but was not sure if that meant that it was a W

Re: Why umount -A is a really bad idea

2004-09-02 Thread Colin JN Breame
Christopher Faylor wrote: I have had a modification to mount waiting in the wings for a while now which foregos the use of the registry entirely but I can't convince myself that, if I implement it, the mailing list won't be filled with the moans of people who now have to do a "mount -a -t ntfs" (or

Re: Regular Expressions from Bash Shell

2004-09-02 Thread Brian Dessent
Christopher Faylor wrote: > I don't think either of those meets the letter of the original request. > > If you only want the files in the current directory then something like: > > ls -d *.f | grep -v '^_' | xargs grep EXPRESSION > > should work better. > > Or if you use zsh you can just do: >

Re: XEmacs and Windows Fonts

2004-09-02 Thread Jaap-Henk Hoepman
I installed xemacs 21.4.15 yesterday (on cygwin 1.5.10-3) using the cygwin netinstaller and still see the same problem (including weird truncation characters, instead of the usual arrows i saw in previous versions, and failure to redisplay properly). Regards, Jaap-Henk > > "David" == David

Automake 1.9 as Cygwin package

2004-09-02 Thread Johnny Willemsen
Hi, Are there plans to deliver automake 1.9 for Cygwin, there is currently 1.8.5, but the software I am trying to port to Cygwin (ACE/TAO, see www.cs.wustl.edu/~schmidt) gives an error that 1.9 is required. Johnny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem report

Setup problem: incomplete nonexistent package

2004-09-02 Thread luke . kendall
We have a local cygwin mirror (of kernels.org). Recently, setup fails with the e have a local cygwin mirror (of kernels.org). Recently, setup fails with the error that the package ssmtp-2.60.9-2 is incomplete. But we don't have that package in our mirror, and I don't have that package installed,

OpenJade and phpdocs

2004-09-02 Thread Mirko Tebaldi \(Indirizzo Pubblico\)
i would like to make from phpdoc tree a html, pdf, rtf, and so on... i installed cygwin 'full optional', so openjade is actually present and installed. can some one guide me through the process ? i read instruction at: http://it.tldp.org/HOWTO/DocBook-OpenJade-SGML-XML-HOWTO/index.html but it sa

RE: cron start error

2004-09-02 Thread SPINIELLI Enrico
Hi Mark, I tried ver 1.7 cron_diagnose.sh, but no problem was spotted. Also I do not understand your second observation about /etc/passwd and /etc/group, could you please elaborate on it? For example I changed my group (GID) from 12385 (mkgroup_l_d) to 547 (Power Users). The output of 'id' is now

Only rxvt and bash shell are working. Because?

2004-09-02 Thread Moises Deangelo
Hey people. I had just lowered and to install cygwin version full. I use windows 2000 with Service Pack 4. Unfortunately only rxvt and bash shell are working. Some, when I click with the mouse simply do not exhibit message some, other exhibit the mistake message: RUN.EXE ERROR: Could not start