Nessus and Cygwin

2002-04-16 Thread Jacob
on or known problems? Thanks for the help, Jacob p.s. I've tried version 1.0.10 and 1.1.14 of nessus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Openssh client under X

2002-10-20 Thread Jacob A
Hey there, I have a real weird problem with running the openssh client under X. When I connect to another machine via ssh, it prompts me for the password, and then the session is terminated just after I am logged in. unfortunately, I dont have root access on the machine I want to ssh to, so I can

Re: Openssh client under X

2002-10-20 Thread Jacob A
ackets from the server, that should be sufficient. If 'ssh -x' works, > you could then edit the config file and comment out the EnableXForwarding > (or smth like that) line. > > If you do need to tunnel X packets through ssh when running X, you'll need > to deb

Re: Openssh client under X

2002-10-20 Thread Jacob A
on here. /jay. "what we do in life echoes in eternity." - Maximus Decimus Meridus On Sun, 20 Oct 2002, Igor Pechtchanski wrote: > On Sun, 20 Oct 2002, Jacob A wrote: > > > Hey there, > > > > I have a real weird prob

RE: Openssh client under X

2002-10-20 Thread Jacob A
Oct 2002, Gen Zhang wrote: > Try 'ssh -X'. With all capitalisations. > > Hope that helps. > > Genneth. > > -Original Message- > From: Jacob A [mailto:jacob@;minpost.nu] > Sent: 20 October 2002 21:06 > To: [EMAIL PROTECTED] > Subject: Re: Openssh c

RE: Openssh client under X

2002-10-21 Thread Jacob A
> because if it works from cygwin bash - and not from an xterm in xwin - the > two differences which spring to mind are the fact you have your display > variable set - and the term variable will be xterm instead of cygwin. I like this track of thought. Just what I was thinking... I havent been fid

C API documentation

2001-12-05 Thread Jacob Kantor
Hello. Where can I get man pages for C API supported by Cygwin? I have found pages of most simple API functions, but there are no pages for pthread.h functions and semaphore.h functions for example. Where can I get them? With respect, Jacob Kantor -- Unsubscribe info: http://cygwin.com

dlopen problems

2006-03-29 Thread Jacob Kolding
file.a this all compiles and links fine. However the above error message haunts me... Can anyone explain to me how dlopen works in cygwin? /Jacob Kolding -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: dlopen problems

2006-03-29 Thread Jacob Kolding
> Try > > dlopen("./module.dll",flags) > I have tried that and also tried using the full path to the module, but in both cases I get the same error message. /Jacob Kolding -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: dlopen problems

2006-03-29 Thread Jacob Kolding
> Have you tried "chmod a+x ./module.dll" ? Yes, with no luck. -- 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: dlopen problems (Problem found)

2006-03-29 Thread Jacob Kolding
Jacob Kolding gmail.com> writes: > > > Have you tried "chmod a+x ./module.dll" ? > > Yes, with no luck. > > I just needed to add --dllname mainprog.exe as an option to dlltool :) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Proble

group name problem

2004-09-30 Thread Jacob Kitzman
seem to be able to find a group with gid 1006. (And I get the message upon login that your group is currently "mkgroup") [EMAIL PROTECTED] ~ $ id dnr uid=1004(dnr) gid=1006(mkgroup) groups=1006(mkgroup) Is there some local policy I need to set for the group "Limited SSHD users&qu

Re: group name problem

2004-10-01 Thread Jacob Kitzman
changed group ownership to "Limited SSHD users", which is the group in question above, to no avail. Jacob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: group name problem

2004-10-01 Thread Jacob Kitzman
swd) I've attached trace.txt. Thanks a lot for looking for this! Jacob -Original Message- From: Pierre A. Humblet [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 9:45 AM To: Jacob Kitzman Cc: [EMAIL PROTECTED] Subject: Re: group name problem Jacob Kitzman wrote: > &

RE: group name problem

2004-10-01 Thread Jacob Kitzman
Great, I've corrected this by setting permissions on C:\ properly. Thanks for the advice! Jacob -Original Message- From: Pierre A. Humblet [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 2:31 PM To: Jacob Kitzman Cc: [EMAIL PROTECTED] Subject: Re: group name problem

Mispelling in Cygwin FAQ

2004-06-13 Thread Jacob Levine
Greetings, While waiting for your excellent program to install its packages I was browsing through your FAQ and came upon a mispelling at http://www.cygwin.com/faq/faq_toc.html#TOC82 where "priveledge" should be "privilege". Keep up the good work! -Jacob Levine

Shortcut problem on Win XP

2005-07-17 Thread Jacob Waller
d i want to run looks like this: fontforge -script fontscript.pe arg1 arg2 arg3 Could you please tell me how to do it, or at least point me to some information that shows me. Best regards /Jacob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: ht

Re: Shortcut problem on Win XP

2005-07-17 Thread Jacob Waller
From: Lasse <[EMAIL PROTECTED]> To: cygwin@cygwin.com Subject: Re: Shortcut problem on Win XP Date: Sun, 17 Jul 2005 15:43:25 +0200 Jacob Waller wrote: Hi! I wan't to be able to run a fontforge script (with the cygwin version of fontforge running on a Win XP) from a PHP script,

Incorrect year in date function.

2010-01-04 Thread Jacob Jacobson
I am curious as to why this happened. I was at work yesterday and created a file. The name of the file is created using the Cygwin date function. REV=$(date +rev-%b-%d-%g) APPNAME="$1-$REV.img" When I did a "ls" this morning, I noticed that the year was wrong on the file yesterday but is corre

Re: Incorrect year in date function.

2010-01-04 Thread Jacob Jacobson
Jacob Jacobson wrote: I am curious as to why this happened. I was at work yesterday and created a file. The name of the file is created using the Cygwin date function. REV=$(date +rev-%b-%d-%g) APPNAME="$1-$REV.img" When I did a "ls" this morning, I noticed that the y

Re: gcc cannot find stdio.h

2010-03-09 Thread Jacob Jacobson
Csaba Raduly wrote: On Mon, Mar 8, 2010 at 11:37 PM, Jacob Jacobson wrote: I am unable to run gcc. I keep getting stdio.h: No such file. Hi Jacob, What is the output of gcc-4 -v hello.c and the output of find /usr/include -name stdio.h -ls [hello$:502] gcc-4 -v hello.c Using built-in

Re: gcc cannot find stdio.h

2010-03-09 Thread Jacob Jacobson
Larry Hall (Cygwin) wrote: On 3/8/2010 5:37 PM, Jacob Jacobson wrote: I am unable to run gcc. I keep getting stdio.h: No such file. Try getting rid of the ~\... paths from your Windows path. I notice a reference to MKS in your cygcheck output. Make sure MKS is completely hidden from Cygwin

Re: gcc cannot find stdio.h

2010-03-09 Thread Jacob Jacobson
Csaba Raduly wrote: On Mon, Mar 8, 2010 at 11:37 PM, Jacob Jacobson wrote: I am unable to run gcc. I keep getting stdio.h: No such file. Hi Jacob, What is the output of gcc-4 -v hello.c and the output of find /usr/include -name stdio.h -ls [~$:501] cd /usr/include /usr/include [include

Re: gcc cannot find stdio.h

2010-03-10 Thread Jacob Jacobson
Larry Hall (Cygwin) wrote: On 3/9/2010 9:53 AM, Jacob Jacobson wrote: Csaba Raduly wrote: On Mon, Mar 8, 2010 at 11:37 PM, Jacob Jacobson wrote: I am unable to run gcc. I keep getting stdio.h: No such file. Hi Jacob, What is the output of gcc-4 -v hello.c and the output of find /usr

Re: gcc cannot find stdio.h

2010-03-11 Thread Jacob Jacobson
On 03/11/2010 04:24 AM, Csaba Raduly wrote: On Wed, Mar 10, 2010 at 10:41 PM, Jacob Jacobson wrote: Larry Hall (Cygwin) wrote: (snip) You are missing a few entries, though it's not clear why you don't have them. Reinstall the 'cygwin' package. Thanks. I reinstalled

Re: Cygwin Build Error

2009-07-09 Thread Jacob Jacobson
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jacob Jacobson on 7/8/2009 12:36 PM: While building cygwin, I get this error: ../../../../src/winsup/cygwin/lib/_cygwin_crt0_common.cc:38: warning: weak declaration of 'void operator delete [](void*, cons

Re: Cygwin Build Error

2009-07-10 Thread Jacob Jacobson
Christopher Faylor wrote: On Thu, Jul 09, 2009 at 01:10:42PM -0500, Jacob Jacobson wrote: Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jacob Jacobson on 7/8/2009 12:36 PM: While building cygwin, I get this error: ../../../../src/winsup/cygwin/lib

Re: Cygwin Build Error

2009-07-13 Thread Jacob Jacobson
Christopher Faylor wrote: On Fri, Jul 10, 2009 at 10:13:02AM -0500, Jacob Jacobson wrote: Christopher Faylor wrote: On Thu, Jul 09, 2009 at 01:10:42PM -0500, Jacob Jacobson wrote: Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jacob Jacobson on 7/8/2009 12:36

Re: Cygwin Build Error

2009-07-13 Thread Jacob Jacobson
Jacob Jacobson wrote: Christopher Faylor wrote: I said remove the mingw *directory* not the utils/mingw *file*. cgf Looks like the build process created a "mingw" directory also for object files. I removed both now & also edited the makefile (as in the other post) and am tryi

Re: wrong home directory

2009-07-13 Thread Jacob Jacobson
Andy Koppe wrote: 2009/7/13 hvshare: Hello, I've searched all over the web for an answer to my problem but i couldn't find one, so I decided to send a mail here. After I installed Cygwin, I noticed that my home directory '~' is not /home/helvio, i.e. /cygdrive/c/cygwin/home/helvio (helvio is m

Any solution to this build problem?

2009-07-14 Thread Jacob Jacobson
Perhaps this went unnoticed. Reposting it. I am still having problems building cygwin dll. Has anyone seen this error? Jacob Jacobson wrote: > > > > Getting close here. Apparently gets to the linking phase. Please help > > with error below. > > > > > > [build

Re: Any solution to this build problem?

2009-07-16 Thread Jacob Jacobson
Pedro Izecksohn wrote: --- Jacob Jacobson wrote: Perhaps this went unnoticed. Reposting it. I am still having problems building cygwin dll. Has anyone seen this error? Getting close here. Apparently gets to the linking phase. Please help with error below. [build$:618] (../src/configure

Is this expected "cp" behaviour?

2009-08-20 Thread Jacob Jacobson
Is "cp" expected to behave as below? [in$:575] which cygwin-setup cygwin-setup is /c/home/user/bin/cygwin-setup [in$:576] ls setup-1.7.exe [in$:577] cp setup-1.7.exe /c/home/user/bin/cygwin-setup cp: cannot create regular file `/c/home/user/bin/cygwin-setup': File exists [in$:578] cp setup-1.7.ex

Many Cygwin (mintty) windows - How to close all?

2009-10-08 Thread Jacob Jacobson
Is there some sort of Cygwin command that - 1. Closes all Mintty windows 2. Unloads services - such as cron 3. Exits X server in short, gets rid of all Cygwin processes so I can update & restart without having to do all this myself. -- Problem reports: http://cygwin.com/pro

Re: Cygwin package manager

2009-10-21 Thread Jacob Jacobson
Chris Cormie wrote: Hi, I am working on a Cygwin package manager with an interface resembling apt-get. It's still a work in progress, but functional (commands below.) http://code.google.com/p/cyg-apt/ [cyg-apt-1.0.4-1$:530] ./cyg-apt setup cyg-apt: creating /c/home//.cyg-apt. getting /etc/se

Cygrunsrv behaviour triggers Anti-Virus Program

2009-11-13 Thread Jacob Jacobson
Output of Kaspersky Anti-Virus 6.0 11/13/2009 1:03:09 PM C:\WIN\CYGWIN\BIN\CYGRUNSRV.EXE Process is trying to inject into another process. This behavior is typical of some malicious programs (Invader) 11/13/2009 1:03:09 PM C:\WIN\CYGWIN\BIN\CYGRUNSRV.EXE "Quarantine" action is selected 11/13/2

cygclang.dll breaks terminal output when used in Python bindings

2014-10-24 Thread Jacob Niehus
problem by installing the libncurses-devel package and recompiling LLVM/Clang. Should libncurses-devel be a dependency of libclang or is there another way to fix this problem? Thanks, Jacob Niehus --- lib/Support/Unix/Process.inc(revision 188614) +++ lib/Support/Unix/Process.inc(revis

Re: cygclang.dll breaks terminal output when used in Python bindings

2014-10-26 Thread Jacob Niehus
> I was able to fix the problem by installing the libncurses-devel package and > recompiling LLVM/Clang. Should libncurses-devel be a dependency of libclang > or is there another way to fix this problem? I must have been confused about which version I was compiling when I wrote this. libncurses do

RE: Updated: CMake 2.8.9-2

2012-08-17 Thread Jacob Adopley
ou do! That is the beauty of what you guys do! May God give you guys the longest life on earth with strength and power to continue your fine job! I still have my problem though! jacob k. adopley From: cygwin-announce-ow...@cygwin.com [cygwin-announ

Re: Tab Completion Problem

2010-07-09 Thread Jacob Jacobson
On 7/8/2010 9:08 AM, Jacob Jacobson wrote: I recently updated my Cygwin installation and now I get, [~$:501] cd /c/home/bash: exclude: unbound variable [~$:501] when I hit TAB. I have seen Eric's announcement & followed that. >> A new release of bash-completion, 1.2-1, is no

Re: Tab Completion Problem

2010-07-12 Thread Jacob Jacobson
On 7/9/2010 2:16 PM, Jacob Jacobson wrote: On 7/8/2010 9:08 AM, Jacob Jacobson wrote: I recently updated my Cygwin installation and now I get, [~$:501] cd /c/home/bash: exclude: unbound variable [~$:501] when I hit TAB. I have seen Eric's announcement & followed that. >> A

Re: Tab Completion Problem - Solved

2010-07-15 Thread Jacob Jacobson
On 7/8/2010 9:08 AM, Jacob Jacobson wrote: I recently updated my Cygwin installation and now I get, [~$:501] cd /c/home/bash: exclude: unbound variable [~$:501] when I hit TAB. I have seen Eric's announcement & followed that. >> A new release of bash-completion, 1.2-1, is no

Re: Bash file completion (Tab) produces "-sh: exclude: unbound variable"

2010-08-19 Thread Jacob Jacobson
On 8/18/2010 10:22 AM, Dr. Rainer Woitok wrote: Greetings, after having recently upgraded Cygwin on my laptop running Windows Vista the Bash Shell started misbehaving by issuing "-sh: exclude: unbound variable" whenever I hit "Tab" for file name completion. After trying the obvious (that

Re: last email

2010-08-19 Thread Jacob Jacobson
On 8/17/2010 6:07 AM, Global International wrote: Hi Dear, Please confirm if you received my last email and provide me your direct phone number for more discussions. Yours truly, Mr. David Brown Global International Discuss what? -- Problem reports: http://cygwin.com/problems.htm

Re: findutils 4.5.9-2

2010-12-21 Thread Jacob Jacobson
On 12/21/2010 4:11 PM, Eric Blake wrote: On 12/21/2010 03:06 PM, Jacob Jacobson wrote: I cannot get "findutils4.5.9-2" to work. When I try the command "find . -type f -print", I get nothing. There are a lot of files in that directory. I switched back to a pre

Socket: non-blocking connect and getsockopt SO_ERROR

2011-05-16 Thread Jacob Eiler
e code works just fine on Linux with getsockopt returning an error. Any pointer on how to get this working will be greatly appreciated. BR Jacob -- Jacob Eiler Apide ApS e: jacob.ei...@apide.com t: +45 2374 0486 w: apide.com -- Problem reports: http://cygwin.com/problems.html FAQ:

mysteriously, /home always mounted at C:/Users/jbeard/AppData/Roaming/Microsoft

2012-10-15 Thread Jacob Beard
Hi, I had installed a 3PP distribution of OpenSSH, before installing cygwin, and I'm now trying to recover from it. It seems this application is known to cause trouble with cygwin installs: http://cygwin.com/ml/cygwin/2006-11/msg00418.html The problem I'm seeing is that Cygwin is mounting /home a

Re: mysteriously, /home always mounted at C:/Users/jbeard/AppData/Roaming/Microsoft

2012-10-15 Thread Jacob Beard
Hi, Please ignore the previous query - in true Windows fashion, I rebooted, and now it seems to be fixed. Jake On Mon, Oct 15, 2012 at 6:00 PM, Jacob Beard wrote: > Hi, > > I had installed a 3PP distribution of OpenSSH, before installing > cygwin, and I'm now trying to re

Problem with relative path containing nonexisting directory

2013-03-14 Thread Jacob Kroon
a, ls will print "No such file or directory". Is this a bug in Cygwin ? Is there a configure option to enable the Fedora-behaviour ? Please CC me as I'm not a subscriber to the list. Regards Jacob -- Problem reports: http://cygwin.com/problems.html FAQ:

Spam

2002-04-29 Thread Jacob Vennervald Madsen
Hi List Am I the only one who just received a spam mail through this list containing Gay video offers ;o) Can we do anything about the spam mail? Jacob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation

Permissions

2001-12-03 Thread Jacob Vennervald Madsen
Hi List I'm having a permission problem with Cygwin. When i try to create a file it says that I don't have permission to do so. Any ideas? Jacob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Need an older gcc version on my cygwin due to poor performance on gcc-3.x series.

2004-10-29 Thread Ole Jacob Hagen
Hi, I've compiled Octave-2.1.60 with gcc-3.3.3 successfully, but the performance is pretty bad with gcc-3.3.3. The performance should of Octave is much better, when compiling it with gcc-3.2.x instead. The reason might be that the memory allocator on gnu stdc++ has changed to one which is seve

GCC header libraries ... ?

2005-03-30 Thread Jacob Lane, MCP
All, Sorry if this is a newb question, but I am somwhat new to Cygwin and trying to write / compile programs using GCC. One thing I noticed is that when I try to compile code from others, I seem to be missing some header libraries. For example, in one recent program: #include I have had others

Re: GCC header libraries ... ?

2005-03-30 Thread Jacob Lane, MCP
Excellent ... now we're getting somewhere! ;-) So, my follow-up question is: did you just know that from prior expereince, or were you able to look that up somwhere? Jake "Corinna Vinschen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mar 30 07:5

libnet-pcap-perl ??

2005-04-05 Thread Jacob Lane, MCP
All, Anyone ever used libnet-pcap-perl under Cygwin? I searched http://cygwin.com/packages/ but got nothing. I have Perl installed, but assume that I have to compile this lib myself. Anyone have hints or suggestions? Thanks, Jake -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s