Hi All,
Has there been a resolution to this issue? I can't see any answeres in the
previous posts.
Regards,
Anurag
On Wed, 20 Nov 2002 10:14:59 +1100
Nigel Stewart & Fiona Smith <[EMAIL PROTECTED]> wrote:
> Michael,
>
> I have encountered the same problem on my setup.
>
> Regards,
>
> Nigel
Andre,
Whatever your problems are, they're local to your system.
Although I'm usually loathe to make (or accept) this suggestion as a means
to correct problems, perhaps you should re-install Acrobat Reader.
By the way, version 5.1 is out, so perhaps you could upgrade while you're
at it (if you
e> What happens when you run acrobat directly from the cygwin terminal
e> without using cygstart? or what about running
e> \winnt\system32\cmd.exe /K \path\to\acrobat?
Invoking 'acrord32 foo.pdf' directly from a cygwin terminal (rxvt)
causes a Dr. Watson. Invoking it via 'cmd /k 'c:\Program
File
Randall R Schulz wrote:
Andrew,
Cygwin uses stock "ls" source code. Cygwin's "ps" is entirely it's
own--it's all "distinctly Cygwin."
Makes sense.
Still I would like ls to do it (in my case by default). You see I'm one
of those, I guess, few Windows users who actually uses hidden files and
I am inclined to believe it is AcroRd induced.
Even so, if I use the Cygwin command prompt (bash/rxvt), and manually navigate to the
appropriate directory, AcroRd32.exe launches just fine with "start" (NT4). So, if
your
program is setting the working directory correctly (pwd), then it should b
On 3-12-2002 0:28, Andre Srinivasan wrote:
BB> What happens using plain start (C:\WINDOWS\COMMAND\start.exe)?
I can't seem to find start.exe on my W2K box.
No such thing on W2K. "start" is a cmd.exe builtin.
You could try:
$ cmd /c start
- Michael
--
Unsubscribe info: http://c
On 2-12-2002 23:57, Charles Wilson wrote:
Andre Srinivasan wrote:
I noticed sometime in August or September that I could no longer
invoke acroreader (v5.0.5) via cygstart or directly from AcroRd32 if I
wanted to view a document. If I do invoke either, I get a Dr. Watson
(which I've appended).
Greetings,
OOPS! SORRY!
Paul R
[EMAIL PROTECTED]
On Thu, 28 Nov 2002 10:47:48 +0100 Corinna Vinschen
<[EMAIL PROTECTED]> wrote:
> On Thu, Nov 28, 2002 at 06:30:41AM +, Elfyn
> McBratney wrote:
> > Hi,
> > [...]
> > [EMAIL PROTECTED]
> >
> > >Greetings Cygwin Support,
>
> Oh and, btw., this
Robert Collins <[EMAIL PROTECTED]> wrote in
1038820917.2953.13.camel@lifelesswks:">news:1038820917.2953.13.camel@lifelesswks:
> On Mon, 2002-12-02 at 11:36, Soren A wrote:
>> At the very LEAST, something that does what AM_MAINTAINER_MODE
>> causes, should have been the *default* for all autotool
Andrew,
Cygwin uses stock "ls" source code. Cygwin's "ps" is entirely it's
own--it's all "distinctly Cygwin."
I still think an orthogonal approach is what's called for here. Otherwise,
the number of commands that could reasonably be expected to have this sort
of functionality would be much to
Chris,
I suppose that would be an adequate basis for constructing something with
the effect I imagined.
Realistically, if I cared about being able to do this, I'd probably wrap
the Windows "attrib" command in a script that would allow it to accept
Cygwin's POSIX paths and to allow it to act li
On Mon, Dec 02, 2002 at 01:39:58PM -0800, Randall R Schulz wrote:
>Perhaps a utility analogous to "getfacl" and "setfacl" for
>Windows-specific file system properties is in order. If done properly,
>it could be used by those few who need to restrict output of other
>commands w.r.t. to Windows pro
[EMAIL PROTECTED] wrote:
Hi,
Try to remember that cygwin is a unix emulation layer for windows that
tries to emulate unix in as many respects as possible. To change the
ls source to accomadate for something windows uses to hide files,
sometimes unknown from its users, would not be unix like.
BB> What happens using plain start (C:\WINDOWS\COMMAND\start.exe)?
I can't seem to find start.exe on my W2K box.
-andre.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/
...
CW> function pdfv () {
CW> cygstart /d/Program\ Files/Adobe/Acrobat\ 5.0/Reader/AcroRd32.exe
CW> \"`cygpath -w -a $1`\" &
CW> }
I get the same Dr. Watson when I try the above. I agree, I don't
think it's cygstart, but it feels like there is a race condition or
mutex issue exposed w
Hi,
Just so you know, you do not need X to run rxvt. The rxvt distributed with
cygwin (X:\cygwin\bin\rxvt.exe) does not require any libs from XFree86 only
the normal win32 libs and the cygwin1.dll.
Elfyn
[EMAIL PROTECTED]
Original Message:
-
From: Jason Dufair [EMAIL PROTECTED]
D
I'm having this same problem and have tty in my CYGWIN env var. I don't
run X and really don't care to, so xterm and rxvt aren't options. Is
there anything I can do to fix this?
Joe Buehler wrote:
[EMAIL PROTECTED] wrote:
The emacs C-c, C-h and C-SPC keys are broken:
C-c maps to C-g
Andre Srinivasan wrote:
I noticed sometime in August or September that I could no longer
invoke acroreader (v5.0.5) via cygstart or directly from AcroRd32 if I
wanted to view a document. If I do invoke either, I get a Dr. Watson
(which I've appended). On the otherhand, if I invoke IE and pass it
I noticed sometime in August or September that I could no longer
invoke acroreader (v5.0.5) via cygstart or directly from AcroRd32 if I
wanted to view a document. If I do invoke either, I get a Dr. Watson
(which I've appended). On the otherhand, if I invoke IE and pass it
the file to open, acror
Hi,
Sorry about the last post, I went into windows hate mode for a second. As
I've been looking for something to contribute to cygwin, and things in the
dll-to-do list seem to be for a time when I know more about the cygwin api
and the like, how about I volunteer for this one?
Elfyn
[EMAIL PROTEC
Hi,
Try to remember that cygwin is a unix emulation layer for windows that
tries to emulate unix in as many respects as possible. To change the ls
source to accomadate for something windows uses to hide files, sometimes
unknown from its users, would not be unix like.
But saying that if your requi
Hi,
Perhaps a utility analogous to "getfacl" and "setfacl" for Windows-specific
file system properties is in order. If done properly, it could be used by
those few who need to restrict output of other commands w.r.t. to Windows
properties not otherwise accessible in Cygwin.
Randall Schulz
Moun
In our instance the reason this an issue is that we call the ls.exe utility
from PHP web code and have found that Windows XP is creating system hidden
files in some of our subdirectories (usually the XP auto-created thumbnail
databases). We have also found other ls.exe implementations that do
prop
On Mon, 02 Dec 2002 14:08:21 -0500 Francis Litterio <[EMAIL PROTECTED]> wrote:
> I recently tried to use setup.exe to download everything from the latest
> Cygwin release, but setup.exe only lets me download packages that are
> not already installed.
>
> I need to download everything so I can ins
On Mon, 2 Dec 2002 16:02:03 -0500 "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> If what you mean is to download *all* of the cygwin release you can do that
> using the cygwin installer (http://cygwin.com/setup.exe) option `Download
> From Internet' and set your download directory to wherever o
On Sun, 1 Dec 2002, Jason C. Johnston wrote:
> For the Cygwin FAQ maintainer:
>
> Quoted from the FAQ under "Posting Guidelines" --
>
> Details about your Cygwin setup, accomplished by pasting the
> output of 'cygcheck -s -v -r' into your message. (Do not send the
> output as a f
HI,
If what you mean is to download *all* of the cygwin release you can do that
using the cygwin installer (http://cygwin.com/setup.exe) option `Download
>From Internet' and set your download directory to wherever on the windows
filesystem you want to store the downloaded release. Just click throu
On Fri, 29 Nov 2002, Peter A. Castro wrote:
> On Fri, 29 Nov 2002, Elfyn McBratney wrote:
>
> > I think the linux pengu should stay with them. I do like the idea for a
> > koala. Is anyone a good drawer?
>
> For what it's worth, the Koala is on a few O'Reilly books (HTML related
> books).
Rats,
Daniel,
On Mon, Dec 02, 2002 at 11:37:15AM -0500, Daniel Morgan wrote:
> Does anyone have a PostgreSQL 7.3 binary package for Cygwin?
>
> PostgreSQL version 7.3 was just recently released.
>
> http://archives.postgresql.org/pgsql-announce/2002-11/msg4.php
Thanks for the heads up. I will re
On Thu, 28 Nov 2002, Don Sharp wrote:
> joel fernandez wrote:
> >
> > Thank you for your help,
> >
> > But I read this doc before sending the mail, and I don't understand why I can't
>have root permissions.
>
> Don't fret. It isn't the lack of root permissions that is hiding
> /usr/bin and /usr/l
I recently tried to use setup.exe to download everything from the latest
Cygwin release, but setup.exe only lets me download packages that are
not already installed.
I need to download everything so I can instal Cygwin on a non-networked
machine, can anyone tell me how to use setup.exe to download
Wendell,
That is at the very best a matter of opinion and I don't think your opinion
is widely shared. In particular, the mixing of file system models in the
"ls" source code that would be required to implement your suggestion would
render ls a horse of a different color and would set a poor pr
Shift-KP- and Shift-KP+ no longer change the font size in Windows mode.
The hotkeys work fine in X-Window mode.
-Original Message-
From: Steve O [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 02, 2002 12:00 PM
To: [EMAIL PROTECTED]
Subject: [ANNOUNCEMENT] Updated cygwin package: rxvt-2
Wendell Pinegar <[EMAIL PROTECTED]> wrote:
> There seems to be a long running defect in the implementation of
> ls.exe. It shows windows system hidden files - which it shouldn't do
> by default. On Unix systems files are hidden by placing a period in
> front of the filename (ie, .profile), but i
Charles Wilson wrote:
Yeah, that's a good idea. Let's infringe on a Disney copyright. They
don't usually mind that sort of thing, do they?
[...]
What was that about 'stitch'?
Sorry, sorry, I was just kidding. I always found the girl in the movie
had a funny of saying "I think it's a koala".
The packages are being reviewed. If you need the packages ASAP, you'll
find them at
http://users.rcn.com/sokhapkin/release/
-Original Message-
From: Jim Drash [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 02, 2002 11:46 AM
To: [EMAIL PROTECTED]
Subject: When will we see chkconfig and
There seems to be a long running defect in the implementation of ls.exe. It
shows windows system hidden files - which it shouldn't do by default. On
Unix systems files are hidden by placing a period in front of the filename
(ie, .profile), but in the windows world files are not routinely hidden t
Does anyone have a PostgreSQL 7.3 binary package for Cygwin?
PostgreSQL version 7.3 was just recently released.
http://archives.postgresql.org/pgsql-announce/2002-11/msg4.php
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Don't even think about it. It's under Disney
copyright, and the word "agressive" doesn't come close
to describing how Disney protects their copyrights.
- Barry
-Original Message-
From: Jehan [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 02, 2002 11:35 am
To: [EMAIL PROTECTED]
Subject
Si tienes una computadora, una conexion a internet y quieres ganar dinero,
ESTA ES LA OPORTUNIDAD DE TU VIDA
Envia un email a la direccion:
[EMAIL PROTECTED]
ESPERAMOS TU RESPUESTA
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com
Jehan wrote:
Corinna Vinschen wrote:
That's ok with me but my intend is to find a neat animal (there are
lots of them besides otters and koalas)
What about a "stitch"? In the movie they say it looks like a koala and
I'm sure O'Reilly didn't use it on their books. :)
Yeah, that's a good idea
Hi,
rxvt is a terminal program that can be used instead of the windows command
shell. It does not require an X server.
This release fixes some multibyte character issues and is built with
--enable-languages, thanks to a series of patches from Cole Lin.
It also re-enables xpm support, thanks to
Christopher Faylor wrote:
> Please grant me this one conceit. Linus likes penguins. I like otters.
>
> If there is going to be an animal mascot for cygwin it should be an otter.
Bummer, I was going to suggest a baby swan (i.e., a cygnet).
So, will it be a river otter or a sea otter?
-Jerry
Sergei?
thanks in advance.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
Corinna Vinschen wrote:
That's ok with me but my intend is to find a neat animal (there are
lots of them besides otters and koalas)
What about a "stitch"? In the movie they say it looks like a koala and
I'm sure O'Reilly didn't use it on their books. :)
Jehan
--
Unsubscribe info: htt
On Mon, Dec 02, 2002 at 12:56:03PM -, Morrison, John wrote:
>The first is that this script, although best as a postinstall,
>would have be executed _after every install_.
>
>The other would be to get people to use it ;)
>
>Well, that's my mental thoughts on paper(?!). Any comments?
>would it b
On Mon, Dec 02, 2002 at 09:55:37AM +0100, Corinna Vinschen wrote:
>On Fri, Nov 29, 2002 at 12:32:46PM -0500, Chris Faylor wrote:
>> If there is going to be an animal mascot for cygwin it should be an
>> otter.
>
>That's ok with me but my intend is to find a neat animal (there are
>lots of them besi
On Mon, 2 Dec 2002, Corinna Vinschen wrote:
> On Fri, Nov 29, 2002 at 12:32:46PM -0500, Chris Faylor wrote:
> > If there is going to be an animal mascot for cygwin it should be an
> > otter.
>
> That's ok with me but my intend is to find a neat animal (there are
> lots of them besides otters and
Doxygen 1.2.18-1 is now available.
HP: http://www.doxygen.org
Doxygen is a documentation system for C++, C, Java, IDL (Corba, Microsoft,
and KDE-DCOP flavors) and to some extent PHP and C#.
See http://www.doxygen.org/manual.html for more information.
Ryunosuke Satoh mailto:[EMAIL PROTECTED]
C
Hi all.
This has been at the back of my mind for awhile now since having to
do something for /etc/profile.default.
What I'm thinking of is a directory structure containing default files
and a script which, if the original of the default file doesn't exist,
copies it. I'm specifically thinking of
Dear all,
I'm using the latest cygwin release on a windows 2000 system. After having
started cygwish and typing tk_getOpenFile, I get a response that an internal
win32 error occured - of type CDERR_INITIALIZATION. Searching the net for any
reasons didn't show any results yet. And Microsofts docume
On Sun, Dec 01, 2002 at 10:22:01PM -, Chris January wrote:
> Can standard GPL v2 code be included in Cygwin?
No. It's incompatible with the Cygwin license.
> What if I look at how that code does something and then write my own
> implementation? What if the two implementations are very simila
On Sunday 1 Dec 02, Jason C. Johnston writes:
> For the Cygwin FAQ maintainer:
>
> Quoted from the FAQ under "Posting Guidelines" --
>
> Details about your Cygwin setup, accomplished by pasting the
> output of 'cygcheck -s -v -r' into your message. (Do not send the
> output as a file
Hello,
I'm using TightVNC1.2.2 on WinME to connect
to a TightVNC server on a remote sunbox via
cygwin's OpenSSH_3.5p1 (on both sun and
WinME). It works for anywhere from 10 minutes
to about 2 hours, then everything freezes. The
computer is totally unresponsive. I can bring up
the task manager,
On Mon, 2002-12-02 at 11:36, Soren A wrote:
> At the very LEAST, something that does what AM_MAINTAINER_MODE causes,
> should have been the *default* for all autotool'd packages, and only by
> significant contortions should it have been made possible to cause all that
> "default" behavior to g
Hi!
Monday, 02 December, 2002 Lee Tuck [EMAIL PROTECTED] wrote:
LT> Can I recompile or rebuild the cygwin source so that I
LT> can set the maximum process per user id to 500? If
LT> yes, how? Which is the source that I should change?
LT> Hope that you can help out.
If you want it, you'll have to
On Fri, Nov 29, 2002 at 12:32:46PM -0500, Chris Faylor wrote:
> If there is going to be an animal mascot for cygwin it should be an
> otter.
That's ok with me but my intend is to find a neat animal (there are
lots of them besides otters and koalas) which isn't already on an
O'Reilley book. I thou
hi,
Can I recompile or rebuild the cygwin source so that I
can set the maximum process per user id to 500? If
yes, how? Which is the source that I should change?
Hope that you can help out.
Thanks in advance.
Regards,
Lee
__
Do you Yahoo!?
Yahoo! M
58 matches
Mail list logo