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:
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
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
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
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
> 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
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
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:
> 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:
> 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/
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
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
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:
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:
>
&
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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 "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
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
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
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
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
> 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
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
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
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
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
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
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
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
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:
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
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
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:
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
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:
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
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
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
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
55 matches
Mail list logo