Re: cvs client is too verbose since update to 1.11.22.1 (or earlier?) version

2008-09-30 Thread Dmitry Semyonov
On Mon, Sep 29, 2008 at 17:51, Dmitry Semyonov <[EMAIL PROTECTED]> wrote:

> cvs update: closing down connection to cvs.example.com
>
> cvs commit: closing down connection to cvs.example.com: No such file
> or directory
>
> cvs checkout: closing down connection to cvs.example.com: No such file
> or directory

I noticed that they appear only if -z option (enable gzip compression)
is in use.

-- 
...Bye..Dmitry.

--
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: crash if fork(2) from another thread

2008-09-30 Thread Hirokazu Yamamoto
>>I also confirmed previous code worked fine with Cygwin 1.7.
> >>But attached code hangs on Cygwin 1.7. (Actually this is what
> >>test_3_join_in_forked_from_thread is doing)
> >
> >I can duplicate this.  I'll investigate it as I have time.
>
> It should be fixed in the latest snapshot.

Thanks, I confirmed the problem was fixed on snapshot.
test_3_join_in_forked_from_thread doesn't hang now.

The test still fails, but this is because fork() copies only calling thread,
not main thread which will call fflush(stdout) on program termination.
This is allowed in POSIX, so expected behavior.


--
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/



[ANNOUNCEMENT] Updated: ruby-1.8.7-p72-2

2008-09-30 Thread Corinna Vinschen
I have updated the version of ruby on cygwin.com to 1.8.7-p72-2.

This is a bugfix release.  The -1 release didn't contain iconv support.


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available  
starting at the above URL.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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/



[ANNOUNCEMENT] Updated: vim-7.2-2

2008-09-30 Thread Corinna Vinschen
I have updated the version of vim on cygwin.com to 7.2-2.

This is a bugfix release.  The -1 release didn't contain iconv support.


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available  
starting at the above URL.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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 Everyone group permissions and Vista "shared files" (*not* shared folders)

2008-09-30 Thread Corinna Vinschen
On Sep 29 18:52, Corinna Vinschen wrote:
> On Sep  9 07:47, Barry Kelly wrote:
> > Unfortunately, Cygwin creates an ACE for the group Everyone, even with
> > umask 0077, or after chmod 0700 is applied. Specifically, this is what
> > it looks like using cacls:
> > 
> >  Everyone:(special access:)
> >   READ_CONTROL
> >   FILE_READ_EA
> >   FILE_READ_ATTRIBUTES
> > 
> > How can addition of this ACE be controlled or prevented by default for
> > Cygwin applications?
> 
> It can't be prevented right now.  I added "don't create null
> group/everyone ACEs to file ACLs" on my Cygwin 1.7 TODO list.

Fresh back from vacation I missed the crucial point here.  Sorry.

The real answer is:  It can't be prevented and there are no plans to add
code to prevent it, since these read permissions are required to get
POSIX-like permissions.

Unless, of course, you go without POSIX permissions entirely.  The
setting for this is the "nontsec" keyword in the environment variable
$CYGWIN until Cygwin 1.5.25(*), which has global scope, or the mount
point option "noacl" in /etc/fstab starting with Cygwin 1.7(**), which
has a per-mount point scope.  Using nontsec/noacl will result in getting
Windows default permissions instead of POSIX equivalent permissions.


Corinna


(*)  http://cygwin.com/cygwin-ug-net/using-cygwinenv.html
(**) Preliminary docs:
 http://cygwin.com/1.7/cygwin-ug-net/using.html#mount-table

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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/



[ANNOUNCEMENT] Updated: openssl-0.9.8i-1, openssl-devel-0.9.8i-1

2008-09-30 Thread Corinna Vinschen
I've updated the version of OpenSSL to 0.9.8i-1.  This also includes the
openssl-devel package.

This is an upstream security and bugfix release.  The Cygwin release is
the vanilla version, no additional patches.

Official release message:
===

   OpenSSL version 0.9.8i released
   ===

   OpenSSL - The Open Source toolkit for SSL/TLS
   http://www.openssl.org/

   The OpenSSL project team is pleased to announce the release of
   version 0.9.8i of our open source toolkit for SSL/TLS. This new
   OpenSSL version is a bugfix release.  For a complete list of changes,
   please see
   http://www.openssl.org/source/exp/CHANGES.

   We consider OpenSSL 0.9.8i to be the best version of OpenSSL
   available and we strongly recommend that users of older versions
   upgrade as soon as possible. OpenSSL 0.9.8i is available for
   download via HTTP and FTP from the following master locations (you
   can find the various FTP mirrors under
   http://www.openssl.org/source/mirror.html):

 * http://www.openssl.org/source/
 * ftp://ftp.openssl.org/source/

   The distribution file names are:

o openssl-0.9.8i.tar.gz
  Size: 3459643
  MD5 checksum: 561e00f18821c74b2b86c8c7786f9d8b
  SHA1 checksum: b2e029cfb68bf32eae997d60317a40945db5a65f

   The checksums were calculated using the following commands:

openssl md5 openssl-0.9.*.tar.gz
openssl sha1 openssl-0.9.*.tar.gz

   Yours,

   The OpenSSL Project Team...

Mark J. Cox Nils Larsch Ulf M\303\266ller
Ralf S. Engelschall Ben Laurie  Andy Polyakov
Dr. Stephen Henson  Richard Levitte Geoff Thorpe
Lutz J\303\244nickeBodo M\303\266ller

===

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.


*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:


[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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/



1.5.25: XP SP3 / cygrunsrv sshd can't start

2008-09-30 Thread jk
On my cygwin installation, cygrunsrv fails when trying to start sshd.

Fresh windows and cygwin install.  The computer was working fine with a similar 
set-up until I had a non-cygwin related system issue which forced a reinstall.

If I installed Windows XP SP3 directly and then tried to get sshd working via 
ssh-host-config, cygrunsrv -S sshd returns: 
   $ cygrunsrv --start sshd
   cygrunsrv: Error starting a service: QueryServiceStatus:  Win32 error 1053:
   The service did not respond to the start or control request in a timely 
fashion.

Removing XP SP3 and starting with an install of XP SP2 and cygwin - sshd runs 
fine, even right after Windows upgraded itself to SP3 via AutoUpdates.

Today, 24 hours after the AutoUpdate to SP3, sshd again fails in the same 
manner.

Removing sshd (cygrunsrv --remove sshd) and re-running ssh-host-config now 
gives the error that the permissions on the directory /var are not correct.

output of ls -ld /var:
   $ ls -ld /var
   drwxrwx---+ 8 computerADMIN Users 0 Sep 28 22:26 /var/

So, I chmod'd /var to match the error message from ssh-host-config:
  $ chmod a-rw /var
  $ chmod a+xt /var
  $ ls -ld /var
   d--x--x--t+ 8 computerADMIN Users 0 Sep 28 22:26 /var/

Same error:
   $ cygrunsrv -S sshd
   cygrunsrv: Error starting a service: QueryServiceStatus:  Win32 error 1053:
   The service did not respond to the start or control request in a timely 
fashion.

My only other thought was to check the permissions on /var/empty, which are 
currently:
  $ ls -ld /var/empty
   drwxr-xr-x+ 2 SYSTEM root 0 Sep 28 22:26 /var/empty/

Don't know if that's good or not.

cygcheck.out attached.

Thanks,
Jonathan


  

cygcheck.out
Description: Binary data
--
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/

cygwin-make issue

2008-09-30 Thread Clearcase Administrator
Hi,

I am using Cygwin make to build code. I tried using the -j4 option and I get 
the following error ?

The cygwin version of make is 3.80. And my OS is WIN32.

Can someone help ? 

The process cannot access the file because it is being used by another process.
make[1]: *** [KJxSvc] Error 255
make[1]: *** Waiting for unfinished jobs
make[1]: *** Waiting for unfinished jobs

Thanks,
MP




  

--
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-make issue

2008-09-30 Thread Warren Young

Clearcase Administrator wrote:

The process cannot access the file because it is being used by another process.


File locking semantics are different on Windows -- far more strict -- 
than on your average *ix where GNU make normally lives.  Things you can 
get away with on *ix are often prohibited on Windows.


--
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: 1.5.25: XP SP3 / cygrunsrv sshd can't start

2008-09-30 Thread jk
- Original Message 

> Sent: Tuesday, September 30, 2008 2:41:44 PM
> Subject: 1.5.25: XP SP3 / cygrunsrv sshd can't start
> 
> On my cygwin installation, cygrunsrv fails when trying to start sshd.
> ...

Answering my own post - after more googling and flipping through this mailing 
list, I took a look at my new anti-virus program: Sophos Anti-Virus 7 (which 
includes anti-spyware).

That was it!  sshd loads fine with Sophos uninstalled.

I've reverted to Symantec Anti-Virus v10.1.6.6000 and contacted my university 
(who made the switch from Symantec to Sophos) about the issue.

-Jonathan


  

--
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-make issue

2008-09-30 Thread Christopher Faylor
On Tue, Sep 30, 2008 at 03:47:32PM -0600, Warren Young wrote:
>Clearcase Administrator wrote:
>>The cygwin version of make is 3.80. And my OS is WIN32.
>>The process cannot access the file because it is being used by another 
>>process.
>>
>>make[1]: *** [KJxSvc] Error 255
>>make[1]: *** Waiting for unfinished jobs
>
> File locking semantics are different on Windows -- far more strict -- than 
> on your average *ix where GNU make normally lives.  Things you can get away 
> with on *ix are often prohibited on Windows.

Very true.  Also the above is not actually a make error, make 3.80 is
not the current version of Cygwin's make, and there are not enough
details in this report to provide even vague help.

cgf

--
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/



Your website has been added to Intute

2008-09-30 Thread [EMAIL PROTECTED]
Dear Webmaster,

This is to inform you that your website has been included in Intute:
http://www.intute.ac.uk

Intute is a free online service providing you with access to the very best Web 
resources for education and research, selected and evaluated by a network of 
subject specialists. The service is brought to you by a consortium of UK 
universities and partners.

The full description and record of your site is visible here:
Cygwin
http://www.intute.ac.uk/sciences/cgi-bin/fullrecord.pl?handle=p.curran.1049815376

If you have any feedback please reply to this message indicating which 
record(s) you are referring to (if applicable). Please feel free to also let us 
know of other resources you think would be suitable for our users..

We hope that you will consider placing a link from your website to Intute. 
There are a number of ways you can do this, including embedding the Intute 
search tool in your website.  For details of how to do this and our logo, 
please see http://www.intute.ac.uk/integration/

This is a one-off message, and you are not included in any mailing list.

Regards,
Intute

--
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/