Re: Copy text from secured PDF

2007-08-07 Thread Christopher Faylor
On Mon, Aug 06, 2007 at 11:58:17PM -0400, Steve Holden wrote: > In which case you should be forwarding the complete message, not > pre-processing it - quite apart from anything else, you would reduce its > forensic and evidential value to zero by doing so, eliminating any > possibility of using

RE: Copy text from secured PDF

2007-08-07 Thread Dave Korn
On 07 August 2007 12:14, Christopher Faylor wrote: > On Mon, Aug 06, 2007 at 11:58:17PM -0400, Steve Holden wrote: >> In which case you should be forwarding the complete message, not >> pre-processing it - quite apart from anything else, you would reduce its >> forensic and evidential value to zer

Downloading pieces of Cygwin for non-installers

2007-08-07 Thread Joel Rubin
Quite a few Cygwin programs (and programs developed using Cygwin compilers) can be run without Cygwin. Almost always one needs Cygwin1.dll in one's path and perhaps some other DLL's. Some people use a lot of different computers not theirs (e.g. repairmen, consultants) and carry around a memory sti

Re: Downloading pieces of Cygwin for non-installers

2007-08-07 Thread Larry Hall (Cygwin)
Joel Rubin wrote: Quite a few Cygwin programs (and programs developed using Cygwin compilers) can be run without Cygwin. Almost always one needs Cygwin1.dll in one's path and perhaps some other DLL's. Some people use a lot of different computers not theirs (e.g. repairmen, consultants) and carry

RE: Downloading pieces of Cygwin for non-installers

2007-08-07 Thread Dave Korn
On 07 August 2007 13:08, Joel Rubin wrote: > Quite a few Cygwin programs (and programs developed using Cygwin > compilers) can be run without Cygwin. Almost always one needs > Cygwin1.dll in one's path and perhaps some other DLL's. Wrong - see below for explanation. See right here for demonstr

Re: Copy text from secured PDF

2007-08-07 Thread Steve Holden
Dave Korn wrote: On 07 August 2007 12:14, Christopher Faylor wrote: On Mon, Aug 06, 2007 at 11:58:17PM -0400, Steve Holden wrote: In which case you should be forwarding the complete message, not pre-processing it - quite apart from anything else, you would reduce its forensic and evidential va

Problem with the PATH and QMAKESPEC variables

2007-08-07 Thread christoph-keller
Hello, I installed cygwin and had it installed before at another drive on the same cumputer. To avoid problems i removed every entry in the registry containing "cygwin". after the new installation: 1. the PATH varible was not set correctly, i could avoid this with PATH="/usr/local/bin:/usr/

RE: Copy text from secured PDF

2007-08-07 Thread Dave Korn
On 07 August 2007 13:32, Steve Holden wrote: > Dave Korn wrote: >> >> >> bock-bock-bock-b'gawk!!! b-gawk bock buk buk buk bak!!! >> > I suppose Hitler couldn't have closed this thread more effectively ;-) > > Sorry about diving down the rat hole. Conversation over. Well,

RE: cygwin 1.5.20-1, spinning pdksh, 100% CPU

2007-08-07 Thread Ernie Coskrey
> -Original Message- > From: Igor Peshansky [mailto:[EMAIL PROTECTED] > Sent: Monday, August 06, 2007 5:59 PM > To: Ernie Coskrey > Cc: cygwin@cygwin.com > Subject: RE: cygwin 1.5.20-1, spinning pdksh, 100% CPU > > On Mon, 6 Aug 2007, Ernie Coskrey wrote: > > > > Quite possibly. There we

Looking for man pages

2007-08-07 Thread Bob McConnell
This is not exactly a cygwin question, but can anyone point me to a decent man page about writing Makefiles for GNU make 3.81? I tried to use info, but can't make heads nor tails of the navigation methods for that atrocity. Thank you, Bob McConnell Principal Communications Programmer The CBORD Gr

Re: Looking for man pages

2007-08-07 Thread Kai Tietz
Hi Bob, > This is not exactly a cygwin question, but can anyone point me to a > decent man page about writing Makefiles for GNU make 3.81? I tried to > use info, but can't make heads nor tails of the navigation methods for > that atrocity. Try the command 'info make' on your shell. Cheers, i.A.

Rsync and the two latest snapshots

2007-08-07 Thread Thorsten Kampe
Hi, the two latest Cygwin snapshots generate errors with rsync (2.6.9). The good news is that enumerating/scanning the files on the source side goes much faster than with all the snapshots until 17/7. But the actual copying fails (partially?) with something like "skipping everything under /foo

RE: Looking for man pages

2007-08-07 Thread Dave Korn
On 07 August 2007 14:14, Bob McConnell wrote: > This is not exactly a cygwin question, but can anyone point me to a > decent man page about writing Makefiles for GNU make 3.81? There's a free version of the o'Reilly book available: http://www.wanderinghorse.net/computing/make/ > I tried to

RE: [ADMINISTRIVIA] We soon will be blocking legal disclaimers

2007-08-07 Thread Long, Phillip GOSS
Christopher Faylor wrote: >On Mon, Aug 06, 2007 at 12:18:43PM -0500, DePriest, Jason R. wrote: >>First, dang your legal disclaimer is long. > >This is just a heads up - in keeping with long-standing site policy, we >soon will be blocking legal disclaimers detected in email. So, if you >have previo

RE: cygwin 1.5.20-1, spinning pdksh, 100% CPU

2007-08-07 Thread Igor Peshansky
On Tue, 7 Aug 2007, Ernie Coskrey wrote: > > -Original Message- > > From: Igor Peshansky [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 06, 2007 5:59 PM > > To: Ernie Coskrey > > Cc: [EMAIL PROTECTED] . Thanks. > > Subject: RE: cygwin 1.5.2

RE: Looking for man pages

2007-08-07 Thread Bob McConnell
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dave Korn > Sent: Tuesday, August 07, 2007 9:34 AM > To: cygwin@cygwin.com > Subject: RE: Looking for man pages > > On 07 August 2007 14:14, Bob McConnell wrote: > > > This is not exactly a cygwin que

Re: [ADMINISTRIVIA] We soon will be blocking legal disclaimers

2007-08-07 Thread Matthew Woehlke
Long, Phillip GOSS wrote: Sigh ... if I had a way, I'd clip out the bozo string my employer's email server tacks onto the end of every message. nntp://news.gmane.org/gmane.os.cygwin :-) -- Matthew Somewhere, there is a .sig so funny that reading it will cause an aneurism. This is not that .si

Can't get usleep() to work, returns -1

2007-08-07 Thread Neil Jansen
Hi, I'm trying to write a serial port app with GCC. I need to insert a 100ms delay between commands, and I'm trying to do with with the usleep() function. When I do this it returns -1. I'm using the latest Cygwin and GCC v3.4.4. Running on WinXP, stock Dell box. Is there a way to get this t

RE: Looking for man pages

2007-08-07 Thread Dave Korn
On 07 August 2007 16:00, Bob McConnell wrote: >>> I tried to >>> use info, but can't make heads nor tails of the navigation methods for >>> that atrocity. >> >> Use the cursor keys to scroll around the page. Press Enter to follow a >> link, 'l' to go back in the history, 'u' to go up a level i

RE: Can't get usleep() to work, returns -1

2007-08-07 Thread Dave Korn
On 07 August 2007 16:35, Neil Jansen wrote: > I'm trying to write a serial port app with GCC. I need to insert a > 100ms delay between commands, and I'm trying to do with with the > usleep() function. When I do this it returns -1. http://cygwin.com/acronyms#PPAST. It http://cygwin.com/acrony

Re: "net use" command works locally on the sytem where cygwin is installed but using rsh doesnt work

2007-08-07 Thread jaimin bhavsar
Thanks Igor, Now, as you said after using quotes and extra shashs for I am able to get correct command on the system, but now I am getting another error : System Error 1223 has occured. The operation was canceled by user The share I am trying to access is a public share and I do not require a p

gdate command

2007-08-07 Thread David Arnstein
I would like to use the gdate command in cygwin. I did a package search on cygwin.com. I found that gdate.h is in the glib2-devel package. But I could find no gdate.c, gdate.exe, or gdate.anything for that matter. Since someone has already provided glib2-devel, is there an easy way to compile a va

Help needed with Big List of Dodgy Apps [was RE: mcshield.exe hangs update installation]

2007-08-07 Thread Dave Korn
On 07 August 2007 01:27, Olumide wrote: > Larry Hall (Cygwin) wrote: >> The best solution would be to uninstall McAfee (I'm serious!) But if you >> don't want to do that, try disabling real-time scanning. > > I did it differently. I "asked" McAfee to consider setup.exe a low risk > process :-) .

Re: Looking for man pages

2007-08-07 Thread Brian Dessent
Bob McConnell wrote: > This is not exactly a cygwin question, but can anyone point me to a > decent man page about writing Makefiles for GNU make 3.81? I tried to > use info, but can't make heads nor tails of the navigation methods for > that atrocity. The 'info' program has a long history of bei

Re: gdate command

2007-08-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to David Arnstein on 8/7/2007 12:39 PM: > Since someone has already provided glib2-devel, is there an easy way to > compile a valid gdate.exe for cygwin? Do you mean GNU date, which is a part of GNU coreutils? The name 'gdate' is often used

Re: gdate command

2007-08-07 Thread Eric Blake
Eric Blake byu.net> writes: > According to David Arnstein on 8/7/2007 12:39 PM: > > Since someone has already provided glib2-devel, is there an easy way to > > compile a valid gdate.exe for cygwin? > > I have no reason to complicate my packaging of coreutils just to > add a 'g' prefix. Followin

Re: gdate command

2007-08-07 Thread Christopher Faylor
On Tue, Aug 07, 2007 at 07:53:49PM +, Eric Blake wrote: >Eric Blake byu.net> writes: > >> According to David Arnstein on 8/7/2007 12:39 PM: >> > Since someone has already provided glib2-devel, is there an easy way to >> > compile a valid gdate.exe for cygwin? >> >> I have no reason to complic

HEADS UP:Problem with svn under latest snapshot.

2007-08-07 Thread Joe Smith
Just in case you were not aware, Something has broken svn in the latest snapshot. (Actually at least the two most recent snapshots have this problem). Here is the error: "svn: Can't move '.svn/tmp/entries' to '.svn/entries': Permission denied" LS output: $ ls -al .svn total 2 drwxr-xr-x+ 6

sshd not working on nineteen w2k servers (/var/empty must be owned by root) works on five win2k servers, works with svc acct and works on w2k3

2007-08-07 Thread Joel Harrison
First of all, kudos to the cygwin team for making this work so well on my twenty w2k3 servers and thanks to all the contributors in the forums. After installing cygwin on each server, I ran "ssh-host-config -y -c "binmode tty ntsec" -w '!pwforj00!' ; net start sshd" (no it's not my real pw) :-) Th

Re: sshd not working on nineteen w2k servers (/var/empty must be owned by root) works on five win2k servers, works with svc acct and works on w2k3

2007-08-07 Thread Andrew Louie
On 8/7/07, Joel Harrison <> wrote: > $ ls -l > total 0 > drwxr-x---+ 3 g000283 mkgroup-l-d 0 Aug 7 09:14 cache > drwxr-xr-x+ 2 SYSTEM root0 Aug 7 09:17 empty > drwxr-x---+ 3 g000283 mkgroup-l-d 0 Aug 7 09:13 lib > drwxr-x---+ 2 g000283 mkgroup-l-d 0 Aug 7 09:17 log > drwxr-x---+ 2 g000

Re: sshd not working on nineteen w2k servers (/var/empty must be owned by root) works on five win2k servers, works with svc acct and works on w2k3

2007-08-07 Thread Joel Harrison
Hi Andrew, I must have cut out the step where I showed this before.. trying to edit for brevity. * From: "Andrew Louie" On 8/7/07, Joel Harrison <> wrote: > $ ls -l > total 0 > drwxr-x---+ 3 g000283 mkgroup-l-d 0 Aug 7 09:14 cache > drwxr-xr-x+ 2 SYSTEM root0 Aug 7 09:17 empty > d

Re: sshd not working on nineteen w2k servers (/var/empty must be owned by root) works on five win2k servers, works with svc acct and works on w2k3

2007-08-07 Thread Andrew Louie
On 8/7/07, Joel Harrison <> wrote: > --- > Here's my test process: > Clean install + ssh host config .. then: > > $ chmod -R 777 log > > [EMAIL PROTECTED] /var > $ net start sshd > The CYGWIN sshd service is starting. > The CYGWIN sshd service could not be started. > > T

Re: Problem with the PATH and QMAKESPEC variables

2007-08-07 Thread René Berber
christoph-keller wrote: > I installed cygwin and had it installed before at another drive on the > same cumputer. To avoid problems i removed every entry in the registry > containing "cygwin". > after the new installation: > > 1. the PATH varible was not set correctly, i could avoid this with >

Re: sshd not working on nineteen w2k servers (/var/empty must be owned by root) works on five win2k servers, works with svc acct and works on w2k3

2007-08-07 Thread Joel Harrison
Im still unsure of your exact process here, but It is my understanding that sshd needs to be able to access /var/empty and /var/log. so if you want ssd to run as a service as a user account other than the system account, /var/log and /var/empty need to be accessible by that user as well. Im not ex

Re: sshd not working on nineteen w2k servers (/var/empty must be owned by root) works on five win2k servers, works with svc acct and works on w2k3

2007-08-07 Thread Larry Hall (Cygwin)
Joel Harrison wrote: First of all, kudos to the cygwin team for making this work so well on my twenty w2k3 servers and thanks to all the contributors in the forums. After installing cygwin on each server, I ran "ssh-host-config -y -c "binmode tty ntsec" -w '!pwforj00!' ; net start sshd" (no it's

[ANNOUNCEMENT] Updated: w32api-3.10-1

2007-08-07 Thread Chris Sutcliffe
I've made a new version of the w32api available for download. A list of what has changed is below. 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. I

[ANNOUNCEMENT] Updated: mingw-runtime-3.13-1

2007-08-07 Thread Chris Sutcliffe
I've made a new version of the mingw-runtime available for download. For a list of changes see below. 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.

x-server font setting

2007-08-07 Thread Ling F. Zhang
I just installed cygwin in order to run fontforge on a Windows machine (while my linux machine is down). But since I am interested in working on font that covers the CJK plane, it is important that I can read text encoded in utf-8 or other non-latin codepage. I know that cygwin doesn't like unic

Re: x-server font setting

2007-08-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://cygwin.com/acronyms/#PCYMTWLL - your single line was rather long. According to Ling F. Zhang on 8/7/2007 10:12 PM: > I just installed cygwin in order to run fontforge on a Windows machine (while > my linux machine is down). But since I am inte

Re: Looking for man pages

2007-08-07 Thread jace42
The second hit on google got me a page from the texinfo manual on using vi key bindings: . -jake -- Unsubscribe info: http://cygwin.com/ml/#unsubs