File permission hassles on Vista

2007-11-04 Thread Joe Krahn
I have been running Cygwin on Vista. The way that file attributes are 
handled are causing problems. Cygwin appears to add attributes for 
'Everyone' and a 'None' user to handle world and group POSIX attributes. 
On Vista, these attributes give the file a 'shared' property, which adds 
a shared file overlay on the GUI icons. If you try to manipulate files 
from the Windows GUI, things become VERY slow. It can take minutes just 
to move just a few files. It seems that the system is trying to keep 
track of shared files, and gets confused about files made shared by 
Cygwin. Maybe it is the indexing service?


I am guessing that Cygwin developers just are not using Vista yet, 
because I have seen very little discussion of this problem. Until this 
problem is resolved, an easy fix might be to avoid adding the extra 
attributes groups as long as they have no permissions. A Vista user can 
set umask to 077, and avoid making those attribute groups.


Another quick work-around would be to have a command-line tool to strip 
out the extra permission attributes. Is there a tool in cygwin that can 
manipulate win32 file attributes? I thought maybe 'chatter' would do it, 
but those attributes are apparently independent of Win32 attributes. If 
Cygwin doesn't have anything like this, I think it would be a good Win32 
utility to include (i.e. sort of like regtool).


Thanks,
Joe Krahn

--
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] New package: rats-2.1-1 -- Rough Auditing Tool for Security

2007-11-04 Thread Jari Aalto
PACKAGE DESCRIPTION
===

Homepage: http://www.fortifysoftware.com/security-resources/rats.jsp
License : GPL

The Rough Auditing Tool for Security, is a security auditing
utility for C, C++, php, perl, and python code. RATS scans source
code, finding potentially dangerous function calls. The goal of rats
is not to definitively find bugs (yet), but to provide a reasonable
starting point for performing manual security audits. The initial
vulnerability database is taken directly from things that could be
easily found when starting with the book, "Building Secure Software"
by Viega and McGraw.

CHANGES SINCE LAST RELEASE
==

Not applicaple.

INSTALL OR UPGRADE NOTES


Standard install.

CYGWIN INSTALLATION INFORMATION
===

To install this package, click on the "Install Cygwin now" link on the
 web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

/usr/share/doc//*
/usr/share/doc/Cygwin/.README

If you have questions or comments, please send them to the Cygwin
mailing list at .

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the 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]

More information on unsubscribing can be found:

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

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

-- 
Welcome to FOSS revolution: we fix and modify until it shines

--
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] New package: jlint 3.1-1 -- A Java Program Checker

2007-11-04 Thread Jari Aalto
PACKAGE DESCRIPTION
===

Homepage: http://sourceforge.net/projects/jlint
License : GPL

A static code checker for Java. It will find bugs, inconsistencies and
synchronization problems by doing data flow analysis and building the
lock graph.


CHANGES SINCE LAST RELEASE
==

Not applicaple.

INSTALL OR UPGRADE NOTES


Standard install

CYGWIN INSTALLATION INFORMATION
===

To install this package, click on the "Install Cygwin now" link on the
 web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions. You'll find
the package listed in the "All" category. After installation, read the
documentation at directories:

/usr/share/doc//*
/usr/share/doc/Cygwin/.README

If you have questions or comments, please send them to the Cygwin
mailing list at .

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO


This message has been sent to cygwin-announce list.

If you want to unsubscribe from the 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]

More information on unsubscribing can be found:

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

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

-- 
Welcome to FOSS revolution: we fix and modify until it shines

--
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: ssh and vista

2007-11-04 Thread Mark Rutten
> 
> Is this a known problem, or is vista my problem?
> 

I am somewhat embarrased to say that I did an update of the firmware on my 
wireless router and the problem seems to have disappeared.  So it wasn't a 
cygwin or a vista problem, but a network one.


  
National Bingo Night. Play along for the chance to win $10,000 every week. 
Download your gamecard now at Yahoo!7 TV. 
http://au.blogs.yahoo.com/national-bingo-night/



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



PStree on cygwin

2007-11-04 Thread Muhammad Najmi Ahmad Zabidi
Hi all,

I tried to find the pstree package in Cygwin setup list but it was not
included. Does Cygwin community yet to deploy pstree / no plan to
release it?

I found it useful when I did demo of forked process for certain PID
(pstree -p ) to the students in my class.

Regards,
najmi

--
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: PStree on cygwin

2007-11-04 Thread DePriest, Jason R.
On Nov 4, 2007 9:00 PM, Muhammad Najmi Ahmad Zabidi  wrote:
> Hi all,
>
> I tried to find the pstree package in Cygwin setup list but it was not
> included. Does Cygwin community yet to deploy pstree / no plan to
> release it?
>
> I found it useful when I did demo of forked process for certain PID
> (pstree -p ) to the students in my class.
>
> Regards,
> najmi
>

http://cygwin.com/cgi-bin2/package-grep.cgi?grep=pstree

--
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: ssh/pubkey authentication and use of subst

2007-11-04 Thread Greg M

I'm running into this, too - albeit with a System error 59. I need to
"interact with the desktop" too, which won't happen unless I run the sshd as
System (although I couldn't find anything documenting this limitation beyond
the cygrunsrv error message). Seems I can have any two of authorized_keys,
desktop interaction and network file-systems, but unfortunately I need all
three. :(

So I'm wondering if this is just an accepted problem or something that could
potentially be worked around in Cygwin. Or am I better off building a local
workaround? (triggering commands via a polled database instead of ssh) It
sounds like you (Corinna) don't hold out much hope, and consider it to be a
Windows bug rather than a Cygwin issue, is that right? In that case maybe
it'll never be fixed.

Or maybe we just don't know how to configure our Windows boxes properly, our
expertise is very much on the Unix side. But it doesn't feel (to a Unix
type) like I'm trying to do anything all that tricky.
-- 
View this message in context: 
http://www.nabble.com/ssh-pubkey-authentication-and-use-of-subst-tf4717676.html#a13582151
Sent from the Cygwin list mailing list archive at Nabble.com.


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