Is anybody working on this? Sadly, I do not have time. It is less
frequent than it was, but it is still frequent enough to be a
significant issue. I can't use find with -exec, something I do all the
time, because it will invariably fail before completion, even on small
filesets.
It isn't just m
Carry Suryakusuma wrote:
Is the latest Cygwin version/release DEP (Data Execution Prevention)/NX
compliant?
No.
--
Larry Hall http://www.rfk.com
RFK Partners, Inc. (508) 893-9779 - RFK Office
838 Washington Street (508) 89
> Is the latest Cygwin version/release DEP (Data Execution Prevention)/NX
> compliant?
Who hands out certifications for that? And if it costs money, the most
likely answer is probably not, because cygwin is coded by volunteers
who don't have the resources to get certifications to various standa
I installed vim 7 on my Windows XP SP2 cygwin system (DLL version:
1.5.19) using Cygwin setup.
But there's no vim.exe in my path. It's not in /bin or /usr/bin. I've
reinstalled with Cygwin setup twice.
$ cygcheck -v -h -c vim
Cygwin Package Information
Last downloaded files to: C:\cygwin\pa
Hi,
This message might be specifically for Sam Robb but am sending to the
whole list as others may be able to help. I installed the binaries and
downloaded the source of sunrpc while installing cygwin. I intended to
use the function clnttcp_create present in clnt.h header. The anamoly
I see is tha
Is the latest Cygwin version/release DEP (Data Execution Prevention)/NX
compliant?
Thanks,
Carry Suryakusuma
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
On Mon, Jun 12, 2006 at 12:30:04PM -0700, Linda Walsh wrote:
>Ah, but you avoided answering the question. Why did the cygwin project
>go with another package format?
When The King tells you to use a different format, you use a different
format. No questions asked.
cgf
--
Unsubscribe info:
On 06/12/2006, Linda Walsh wrote:
>> I still don't get all the reasons behind forcing everyone into a
>> new format. Is it just a power trip or what?
>>
>
> Actually, the "new" (i.e., five+ year old) format was imposed on us by
> the Trilateral Commission.
---
Ah, but you avoided answer
On Mon, Jun 12, 2006 at 03:22:05PM -0400, [EMAIL PROTECTED] wrote:
> Hi, Cygwin support group,
>
> I have problem to touch a file when specify the full path. Here are
> some examples. MKS works fine
>
> -- Filename with special characters
>
> [snip]
>
Somewhere a kitten died.
A couple of comme
[EMAIL PROTECTED] wrote:
Hi, Cygwin support group,
I have problem to touch a file when specify the full path. Here are some
examples. MKS works fine
-- Filename with special characters
D:\>touch D:[EMAIL PROTECTED]&()[EMAIL PROTECTED]&()_+
[snip]
And, given that I don't see a POSIX-style pat
Zahir Koradia wrote:
Hi,
This message might be specifically for Sam Robb but am sendign to the
whole list as others may be able to help. I installed the binaries and
downloaded the source of sunrpc while installing cygwin. I intended to
use the function clnttcp_create present in clnt.h header. Th
Christopher Faylor wrote:
There is no one-to-one equivalent to "rpm -qi" but "rpm -qf" is equivalent
to "cygcheck -f" and "cygcheck -c " will give you the package
---
That's part of the problem. There may or may not be a
1:1 equivalent for whatever option I'm used to with rpm. I don't
Hi, Cygwin support group,
I have problem to touch a file when specify the full path. Here are some
examples. MKS works fine
-- Filename with special characters
D:\>touch D:[EMAIL PROTECTED]&()[EMAIL PROTECTED]&()_+
) was unexpected at this time.
-- With the quote on filename
D:\>touch
D:\usr\
Hi all,
Dunno about everyone else, but on my system "pstree -a" crashes with a SEGV
everytime. On looking into it, it turns out to be because the process object
it creates for pid 1 (we don't have a real init process on cygwin) isn't fully
initialised (it works by lazy initialisation, crea
Ugh, top-posting... Reformatted.
On Mon, 12 Jun 2006, Thomas SMETS wrote:
> From: Igor Pechtchanski
> To: Thomas Baker
> Cc: cygwin at cygwin dot com
> Date: Mon, 6 Jun 2005 10:26:26 -0400 (EDT)
> Subject: Re: Memory error with PDKSH 5.2.14-3?
>
> > On Mon, 6 Jun 2005, Thomas Baker wrote:
> >
One year later (with the same/latest version)
Using :
set -x
set -v
in a script generates a similar error around line 50whatever code I put in the
script
\T,
Re: Memory error with PDKSH 5.2.14-3? From: Igor Pechtchanski To: Thomas Baker Cc:
cygwin at cygwin dot comDate: Mon, 6
One year later (with the same/latest version)
Using :
set -x
set -v
in a script generates a similar error around line 50whatever code I put in the
script
\T,
Re: Memory error with PDKSH 5.2.14-3? From: Igor Pechtchanski To: Thomas Baker Cc:
cygwin at cygwin dot comDate: Mon
Luis P Caamano wrote:
Well, almost. After updating I realized that gvim is not included :-(
so I ended up with a vim 7.0 and a gvim 6.4, which is not that useful
it seems. Had to go back to 6.4.
:-(
On 6/12/06, Luis P Caamano <[EMAIL PROTECTED]> wrote:
On 6/12/06, Corinna Vinschen <[EMAIL P
Sorry for this: http://cygwin.com/ml/cygwin/2006-06/msg00250.html,
just now I have seen vim-7.0.017-2!
Thanks,
Angelo.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.ht
After the upgrade to vim-7.0.017-1:
-
$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/c/texmf/miktex/bin:/c/WINNT/system3
2:/c/WINNT:/c/WINNT/System32/Wbem:/c/Borland/BCC55/Bin:/usr/local/cernlib/2005/b
in:/usr/lib/lapack:/
Hello
I think #include is needed in mntent.h for definition of FILE.
Here is patch for it.
--- mntent.h.old2006-06-12 19:39:27.0 +0400
+++ mntent.h2006-06-12 19:56:23.015625000 +0400
@@ -26,6 +26,7 @@
};
#ifndef _NOMNTENT_FUNCS
+#include /* needed for FILE */
FILE *s
On May 3 08:40, Cano Reuben Contr 412 TW/EN wrote:
> I'm having problems extracting files from a LTO tape with the cygwin tar
> command on a Windows 2003 Server .
>
> Checked my tape device by using "mt -f /dev/st0 status 2", I noticed that
> my IBM Ultrium-TD3 has a device name of STK9840.
>
On several days within the last few weeks, Yitzchak Scott-Thoennes wrote:
> > Yes, removing the setsockopt calls from fdsock does get rsync working
> > again. Sorry it took me so long to try.
>
> Still happening with 20060604.
I disabled setting the buffers in CVS. What happens is that duplicat
On May 15 15:42, Jeff Lange wrote:
> I've found an issue with the Sifted F-Keys in Cygwin, Shift-F1 (or
> F13) is sending out the same escape sequence as F11, and the all the
> rest of the High F-Keys have the same sort of issue.
http://cygwin.com/acronyms/#IAFNAB ;-)
The key sequences of the fu
mwoehlke wrote:
Brian Dessent wrote:
mwoehlke wrote:
I would like to use 'w' on my Cygwin installation. I found
http://cygwin.com/ml/cygwin/2001-09/msg01177.html, but it only seems to
work on one of my computers: [snip]
Are you sure you're not trying to
set CYGWIN=tty after the first shell ha
Well, almost. After updating I realized that gvim is not included :-(
so I ended up with a vim 7.0 and a gvim 6.4, which is not that useful
it seems. Had to go back to 6.4.
:-(
On 6/12/06, Luis P Caamano <[EMAIL PROTECTED]> wrote:
On 6/12/06, Corinna Vinschen <[EMAIL PROTECTED]> wrote:
> I h
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to cxf on 6/11/2006 9:40 PM:
> Hello,everyone:
>I compile the static library in cygwin just like in linux,but when I
> link my program with the Library, it did not find the function included
> in the library. Are there any difference betw
After the install I noticed executables were unpacked into
D:\cygwin\usr\bin, not to /usr/bin resolved to /bin via a standard mount
point. This results the programs are unvisible under bash.
Perhaps something is wrong with the tarball itself? In other *.bz2 files
I can see their archived files star
On 6/12/06, Corinna Vinschen <[EMAIL PROTECTED]> wrote:
I have updated the version of vim on cygwin.com to 7.0.017-1.
This is the long awaited vim 7.0, latest patchlevel 17. Cygwin Vim
still builds from the vanilla sources.
Thank you
--
Luis P Caamano
Atlanta, GA USA
--
Unsubscribe in
I've updated the version of OpenSSL to 0.9.8b-1. This also includes the
openssl-devel package. The compatibility package openssl097 has been
updated to 0.9.7j-1.
This is a upstream bugfix release. The Cygwin release is built from
the vanilla version.
Official release message:
=
I have updated syslog-ng on cygwin.com to the latest stable release
1.6.11. This is just a minor update which contains scalability
improvements and a change to the documentation.
syslog-ng, as the name shows, is a syslogd replacement, but with new
functionality for the new generation. The origina
I have updated the version of vim on cygwin.com to 7.0.017-1.
This is the long awaited vim 7.0, latest patchlevel 17. Cygwin Vim
still builds from the vanilla sources.
The official release message:
===
Announcing: Vim (Vi IMpr
Andreas Loebel wrote:
> Hi,
>
> if you have installed Embassy security software from wave.com (which is
> in particular preinstalled on new Dell Latitude D620 and D820,
> respectively), check for an update for biolsp.dll from www.wave.com.
>
Ah, ok, that's a 100% match, I have a D820. I will te
Charles Wilson ha wrote
pstree will not work (except in -A mode) on rxvt, unless pstree is
completely rewritten.
Duh. Ok:
alias pstree='pstree -A'
Thank you for the tip.
--
Diesis
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/pr
34 matches
Mail list logo