Hi again, Christopher,
Thanks again, you're a great guy! Thanks!!
If you could say me, what was the problem?
Take care :)
From: Christopher Faylor
[mailto:[EMAIL PROTECTED]
2005-08-11
Subject: Re: Postmaster core dumps
On Mon, Aug 08, 2005 at 07:18:26PM +0200, depinfo - Dep. Informatica
wrote
Greetings,
Thanks, I hadnt got c:\cygwin\bin on my windows path - all works now.
Cheers
Dave
-Original Message-
From: Dave [mailto:[EMAIL PROTECTED]
> This prevented me from installing it initially, but I'm now getting an
> error that "/bin/xhere: line 36: cygpath: command not found" (
Corinna Vinschen wrote:
On Aug 10 09:28, Michael LUITAUD wrote:
When I want to connect GDB to a remote target, I get the error :
What's the exact command you're using, something as
(gdb) target remote com1
perhaps? This won't work anymore in recent Cygwin versions. Try
(gdb) ta
On Aug 11 09:54, Michael LUITAUD wrote:
> Corinna Vinschen wrote:
>
> >On Aug 10 09:28, Michael LUITAUD wrote:
> >
> >
> >>When I want to connect GDB to a remote target, I get the error :
> >>
> >>
> >
> >What's the exact command you're using, something as
> >
> > (gdb) target remote com1
> >
On Aug 10 12:06, Herb Martin wrote:
> > [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen
> > Subject: Re: Is there a UNIX socket test client program (a la NetCat)?
> >
> > On Aug 10 11:30, Herb Martin wrote:
> > > Is there a UNIX socket test client program (a la NetCat)?
> >
> > You mean,
Corinna Vinschen wrote:
On Aug 9 22:48, Krzysztof Duleba wrote:
Works fine on my machine, started from a genuine cmd, with lots of Cygwin
apps running in the background. I tried with 1.5.18 and current CVS.
I keep getting this error, even with my own tar builds. Could someone else
start tar
On Aug 11 10:23, Krzysztof Duleba wrote:
> Corinna Vinschen wrote:
> >On Aug 9 22:48, Krzysztof Duleba wrote:
> >
> >Works fine on my machine, started from a genuine cmd, with lots of Cygwin
> >apps running in the background. I tried with 1.5.18 and current CVS.
>
> I keep getting this error, ev
On Thursday 11 August 2005 00:35, Brian Dessent wrote:
> Daniel Franke wrote:
> > I added it with this command:
> > cygrunsrv.exe -I rsyncd -p /bin/rsync.exe -a "--daemon"
>
> Using --daemon will cause the process to try and detach from the
> session. That is not what you want. Cygrunsrv is meant
I've updated the w32api package to version 3.3-1:
w32api contains all the headers and libraries required to compile
windows based programs. A list of what has changed is attached.
To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page. This downloa
> From Brian Dessent
>> Herb Martin wrote:
>>
>> Is there a UNIX socket test client program (a la NetCat)?
>
> socat using the UNIX-CONNECT: or UNIX-LISTEN: parameters
> ought to work.
> It is not a Cygwin package but it does build without much hassle.
Excellent Brian -- you probably wouldn't
> [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent
> Sent: Wednesday, August 10, 2005 5:45 PM
> To: cygwin@cygwin.com
> Subject: Re: Anyone running spfd on Cygwin?
>
> Herb Martin wrote:
>
> > I can find no combination of switches that will put it into the
> > background and leave it functio
Hello,
We are from Gadjah Mada University Indonesia want to make a mirror
cygwin.com website.
Can you tell us how to do that ?
Thank you
Regards,
Taufik Suryawan Edyna
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Docu
Original Message
>From: Taufik Suryawan Edyna
>Sent: 11 August 2005 11:23
> Hello,
>
> We are from Gadjah Mada University Indonesia want to make a mirror
> cygwin.com website.
> Can you tell us how to do that ?
>
http://sources.redhat.com/cygwin-apps/package-server.html
cheers,
Herb Martin wrote:
> I have yet to figure out how to work it (I spent about
> an hour with it) so if you know how to get it to work
> interactively with a particular UNIX-CONNECT socket
> I would appreciate the heads up
It probably depends on what you want to do, and the examples section of
t
> It probably depends on what you want to do, and the examples
> section of the man page is a good place to look. It could be
> as simple as:
>
> socat - UNIX-CONNECT:/var/run/foo.sock
>
> That should connect stdin/stdout to the socket, in the same
> way as netcat. socat really just boils do
ÐÑÐ¾Ð±Ð»ÐµÐ¼Ñ Ñ Ð²ÑÑÑим обÑазованием?
Ðоможем ÑеÑиÑÑ Ð² ÑжаÑÑе ÑÑоки.
ÐипломÑ, аÑÑеÑÑаÑÑ, ÑвидеÑелÑÑÑва на заказ.
Ðо вÑем вопÑоÑам пиÑиÑе [EMAIL PROTECTED]
--
Unsubscribe info: http://cygwin
Brian Dessent wrote:
Ken Dibble wrote:
Am I not understanding the man page or am I so dense that I'm missing
something?
Yes you are missing something, and no 'mount -m' works perfectly fine.
If the cygdrive prefix has a space in it, using awk to print the fifth
word will be incor
Ken Dibble wrote:
> mount -m | grep "mount -u" | tail -1 | awk -F'"' '{ print $2 }'
>
> as
> echo 'mount -s -b --change-cygdrive-prefix "/thing with spaces"' | awk
> -F'"' '{ print $2 }'
> results in
> /thing with spaces
The awk part seems fine, but I don't know about the "mount -u". That
wi
[snip]
> Still searching for a non-sed solution Ken hammered out:
>
> So this would be correct?
>
> mount -m | grep "mount -u" | tail -1 | awk -F'"' '{ print $2 }'
>
> as
> echo 'mount -s -b --change-cygdrive-prefix "/thing with
> spaces"' | awk -F'"' '{ print $2 }'
> results in
> /thing wit
Brian Dessent wrote:
Ken Dibble wrote:
mount -m | grep "mount -u" | tail -1 | awk -F'"' '{ print $2 }'
as
echo 'mount -s -b --change-cygdrive-prefix "/thing with spaces"' | awk
-F'"' '{ print $2 }'
results in
/thing with spaces
The awk part seems fine, but I don't know about th
Ken Dibble wrote:
> Well, maybe my installation is hosed then. I have installed for all
> users, but mount -m returns
>
> mount -f -s -b "C:/cygwin/usr/X11R6/lib/X11/fonts"
> "/usr/X11R6/lib/X11/fonts"
> mount -f -s -b "C:/cygwin/bin" "/usr/bin"
> mount -f -s -b "C:/cygwin/lib" "/usr/lib"
> mount
Brian Dessent wrote:
Ken Dibble wrote:
Well, maybe my installation is hosed then. I have installed for all
users, but mount -m returns
mount -f -s -b "C:/cygwin/usr/X11R6/lib/X11/fonts"
"/usr/X11R6/lib/X11/fonts"
mount -f -s -b "C:/cygwin/bin" "/usr/bin"
mount -f -s -b "C:/cygwin/lib" "
Just to prevent you, I have given more details
between the truss debugging log & the cygcheck.out
which are :
As you will see, internal Win32 system calls of CygWin have been
correctly hooked,
Bash appears to work correctly still it does not fork.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Louis Lecaroz on 8/11/2005 6:45 AM:
> Hi,
>
> I search (I think ;) ) in all forums, newsgroups, mailing list on
> internet about this topic but I did not found anything.
> I wrote an Advanced "truss like" tool to examine files opened by a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 8/10/2005 7:09 AM:
>
> I still want to figure out why you were getting a crash. I tried the
> following:
>
> $ cd /tmp
> $ mount -m
> ...
> mount -f -s -b -X "c:/cygwin/bin" "/bin"
> $ mkdir lots
> $ # 45000 invocations of
Thank's you Eric for your quick answer...
But I have many questions for you... :
Eric Blake wrote:
And what's wrong with cygwin's strace tool?
Does the strace tool working with standard Win32 tools. Because I need
a generic tool tracing file accesses on CygWin+Win32 native tools (not
only
Original Message
>From: Louis Lecaroz
>Sent: 11 August 2005 14:36
>>
> Yes, ok, but so, how to trace cygwin+native Win32 program together ?
Ok, so you wrote a truss tool, and it doesn't work with cygwin
executables, and you want to know what to do?
The answer is simple. You have
> * Christopher Faylor <[EMAIL PROTECTED]> [2005-08-10 14:41:19 -0400]:
>
> On Wed, Aug 10, 2005 at 02:36:16PM -0400, Christopher Faylor wrote:
>>On Wed, Aug 10, 2005 at 11:23:00AM -0700, Linda W wrote:
>>>Is there a way to find out in a bash script the cygdrive prefix?
>>>I thought something simpl
Have a look at cygstart and Luc Hermitte's cyg-wrapper.sh
(http://hermitte.free.fr/cygwin/)
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Sam Steingold
...
while we are at it, how do non-cygwin programs supposed to handle this
/cygdrive stuff?
shell sc
> > mount -p | sed -nr '2s/([^ ]) +\S+ +\S+$/\1/p'
>
> how about a version that strips the leading slash?
mount -p | sed -nr '2s,/([^ ]) +\S+ +\S+$,\1,p'
> while we are at it, how do non-cygwin programs supposed to handle this
> /cygdrive stuff?
If you are invoking a non-cygwin program, you can
> * Morche Matthias <[EMAIL PROTECTED]> [2005-08-11 16:08:30 +0200]:
>
> Have a look at cygstart and Luc Hermitte's cyg-wrapper.sh
> (http://hermitte.free.fr/cygwin/)
this requires aliases in .bashrc.
I think they are ignored by makefiles &c
>
>
> -Original Message-
> From: [EMAIL PROTECT
> * Eric Blake <[EMAIL PROTECTED]> [2005-08-11 14:10:05 +]:
>
>> > mount -p | sed -nr '2s/([^ ]) +\S+ +\S+$/\1/p'
>>
>> how about a version that strips the leading slash?
>
> mount -p | sed -nr '2s,/([^ ]) +\S+ +\S+$,\1,p'
that's what I also tried before sending my e-mail.
it does not print a
On Thu, Aug 11, 2005 at 09:09:13AM +0200, depinfo - Dep. Informatica wrote:
>Hi again, Christopher,
>
>Thanks again, you're a great guy! Thanks!!
>
>If you could say me, what was the problem?
A pointer needed to be initialized earlier in the cygserver startup
process. I didn't investigate why thi
Original Message
>From: Krzysztof Duleba
>Sent: 11 August 2005 09:24
> Corinna Vinschen wrote:
>> On Aug 9 22:48, Krzysztof Duleba wrote:
>>
>> Works fine on my machine, started from a genuine cmd, with lots of Cygwin
>> apps running in the background. I tried with 1.5.18 and current CV
On Thu, Aug 11, 2005 at 10:32:04AM +0200, Corinna Vinschen wrote:
>On Aug 11 10:23, Krzysztof Duleba wrote:
>> Corinna Vinschen wrote:
>> >On Aug 9 22:48, Krzysztof Duleba wrote:
>> >
>> >Works fine on my machine, started from a genuine cmd, with lots of Cygwin
>> >apps running in the background.
On Aug 11 07:26, Eric Blake wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> According to Eric Blake on 8/10/2005 7:09 AM:
> >
> > I still want to figure out why you were getting a crash. I tried the
> > following:
> >
> > $ cd /tmp
> > $ mount -m
> > ...
> > mount -f -s -b -X "c:/c
On Thu, Aug 11, 2005 at 02:58:58PM +0200, Louis Lecaroz wrote:
>Having (if possible ;) ) a patch & a standard modification in cygwin to
>allow this type of programming will be really great !
Cygwin has its own (currently undocumented) hooking mechanism. Setting
the LD_PRELOAD environment variable
At 01:07 AM 8/11/2005, you wrote:
>Hello sir ,thanks for your reply ,but further I will like to know the simple
>thing that which packages during cygwin setup are required to download in
>order to establish an remote login session from cygwin,where I want to work
>with RSH protocol.
The FAQ has t
> > mount -p | sed -nr '2s,/([^ ]) +\S+ +\S+$,\1,p'
>
> that's what I also tried before sending my e-mail.
> it does not print anything.
>
Oh right, I missed a + to make \1 be more than one character:
mount -p | sed -nr '2s,/([^ ]+) +\S+ +\S+$,\1,p'
--
Eric Blake
--
Unsubscribe info: h
I do find it: "HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\mounts v2\cygdrive prefix"
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Sam Steingold
...
I cannot find either "cygdrive" or "cygwin" in the registry (using
regedit)
...
--
Unsubscribe
Hello
I'm trying to make a chrooted environnment in cygwin with
openssh-4.1p1-2
I can ssh with no problem, but sftp-server will not start because it
will not find cygwin1.dll in the path.
I use the chroot from http://chrootssh.sourceforge.net/download/
I looked in session.c but I don't understa
When GC encounters a fatal inconsistency in the Emacs data structures,
it is generally unsafe to say anything, since that could easily cause
a nested fatal signal.
It would also not be very useful, since any info we could put into
such an error message could be quickly discovered by a
Richard M. Stallman wrote:
When GC encounters a fatal inconsistency in the Emacs data structures,
it is generally unsafe to say anything, since that could easily cause
a nested fatal signal.
It would also not be very useful, since any info we could put into
such an error message cou
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
Hi *,
on my box the cygwin installer crashes when the source line of
X-startup-scripts (line 190) is not commented out [1] . The installer
fails with an message box, containing:
Fatal Error: Uncaught Exception
Thread: install
Type: St16invalid_a
Christopher Faylor wrote:
On Wed, Aug 10, 2005 at 02:47:52PM -0700, L Anderson wrote:
Christopher Faylor wrote:
On Wed, Aug 10, 2005 at 02:36:16PM -0400, Christopher Faylor wrote:
On Wed, Aug 10, 2005 at 11:23:00AM -0700, Linda W wrote:
Is there a way to find out in a bash script the cy
Dave Korn wrote:
If I were you I'd suspect that Symantec/Norton software that was blocking
your earlier email! :-P
Right. But the funny thing is that I do not have any Symantec software
installed at all, the blocked message finally made it to the list and the
error message (pasted full tex
On Thu, Aug 11, 2005 at 02:47:29PM +, Eric Blake wrote:
>>>mount -p | sed -nr '2s,/([^ ]) +\S+ +\S+$,\1,p'
>>
>>that's what I also tried before sending my e-mail. it does not print
>>anything.
>
>Oh right, I missed a + to make \1 be more than one character:
>
>mount -p | sed -nr '2s,/([^ ]+) +
Hi,
Looking around it seems there is no PAM module for Cygwin. Is there anyway I
can use my SSH client on Cygwin to authenticate against my Cygwin OpenLDAP
configuration?
Thanks!
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/probl
Corinna Vinschen wrote:
>
Hard to tell without being able to reproduce. Not without more debugging
effort on your side, I'm afraid.
I'll build tar with debugging info and try to find out what's going on. Is
it a good idea for a start?
Krzysztof Duleba
--
Unsubscribe info: http://cyg
Christopher,
That's a possible workaround.
I tried to LD_PRELOAD my Microsoft DLL Hook, & it appears to work,
cygwin is loaded correctly, & code is not injected but loaded by cygwin. &
Hooks appears working ! that's a great improvement on my issue. So it
appears to be the code injection from one
Original Message
>From: Louis Lecaroz
>Sent: 11 August 2005 16:13
> Dave,
> For your information, you don't need my code specificaly, as it is not
> directly link to "my" code but to the Microsoft Toolkit, but I think,
> when You were talking about my code, You mean Microsoft ?.
I'm not
Please unsubscribe
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Chris Sutcliffe
Sent: August 10, 2005 8:38 PM
To: cygwin-announce@cygwin.com
Subject: Updated: w32api-3.3-1
I've updated the w32api package to version 3.3-1:
w32api contains all the header
RITTER, Philippe wrote:
> I'm trying to make a chrooted environnment in cygwin with
> openssh-4.1p1-2
> I can ssh with no problem, but sftp-server will not start because it
> will not find cygwin1.dll in the path.
In theory things should be setup so that you don't need to copy any
standard dll t
Ok, thanks a lot for your answer!
From: Christopher Faylor
[mailto:[EMAIL PROTECTED]
2005/08/11
Subject: Re: Postmaster core dumps
On Thu, Aug 11, 2005 at 09:09:13AM +0200, depinfo - Dep. Informatica
wrote:
>Hi again, Christopher,
>
>Thanks again, you're a great guy! Thanks!!
>
>If you could say
Hi Dave,
First I really understand your point of view of starting programs sent
by internet ! I am working like you to have a secure computer ;)
Next, ok, I said, I am writing a TRuss program but by using the
Microsoft Detours toolkit. You have some example shipped with the MS
Detours, doing
On Thu, Aug 11, 2005 at 06:01:08PM +0200, Louis Lecaroz wrote:
>I tried to LD_PRELOAD my Microsoft DLL Hook, & it appears to work,
>cygwin is loaded correctly, & code is not injected but loaded by cygwin. &
>Hooks appears working ! that's a great improvement on my issue. So it
>appears to be the
Hi Peter,
That was my patch applied back in 02/01/2003 and upon re-examining it,
I believe this is an error. The intended behavior was as follows:
1) When a baud rate of B0 is passed to tcsetattr(), it should not change
the actual baud rate, but instead drop DTR.
2) In tcgetattr(), the prese
Original Message
>From: Krzysztof Duleba
>Sent: 11 August 2005 16:40
> Corinna Vinschen wrote:
> >
>> Hard to tell without being able to reproduce. Not without more debugging
>> effort on your side, I'm afraid.
>
> I'll build tar with debugging info and try to find out what's going on.
I can't really tell from your description. It looks like the LD_PRELOAD
stuff won't be called in the forkee, but I don't know if that's what you're
seeing or not. It still works when a process is execed, so it seems
like it should be working most of the time. I've fixed this in CVS.
I'll gen
At 12:09 PM 8/11/2005, you wrote:
>Please unsubscribe
That's not how it works. Please read the URL included as a footer on every
message sent from this list:
>Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
*That's* how it works. ;-)
--
Larry Hall
Oups I missed something in my previous post...
I also tried processes started directly not by bash, like sh, & others,
& LD_PRELOAD allow to have my hooks working in cygwin processs ! that's
really great !
So, the only issue keeping on my solution, is LD_PRELOAD a I said in my
post above... Sor
> "GRVS" == Gary R Van Sickle <[EMAIL PROTECTED]> writes:
Ken wrote:
>> Thanks. One of these years I will eventually understand when
>> quotes cause an item with embedded spaces to be a single item
>> and when they get lost in processing, causing the embedded
>> space item to be multiple item
can someone please just tell me what to do in the debugger to try and
diagnose the problem? the DEBUG text was not useful to me. I am happy to
work on this, but I am afraid I need very explicit gdb instructions.
thanks... Eli
From: "Richard M. Stallman" <[EMAIL PROTECTED]>
Reply-To: [EMA
So to be more clear on my previous post (sorry, english is not my
natural language :( ) :
-The LD_PRELOAD is not performed (It appears not to be performed...) in
the forkee, so the code is not loaded in it (I think)
-Yes, I would like the LD_PRELOAD to be loaded in the forkee, this will
allow al
On Thu, Aug 11, 2005 at 10:36:16AM -0600, Troy Curtiss wrote:
>Hi Peter,
> That was my patch applied back in 02/01/2003 and upon re-examining it,
>I believe this is an error. The intended behavior was as follows:
>
>1) When a baud rate of B0 is passed to tcsetattr(), it should not change
>the ac
On Thu, Aug 11, 2005 at 04:31:12PM +0200, Corinna Vinschen wrote:
>On Aug 11 07:26, Eric Blake wrote:
>> Aha - I found something. When I first ran the touch command above, I
>> stopped at about 8000 files (or about 400k for the subsequent echo command
>> line), which gave the nice "Argument list t
On Thu, 11 Aug 2005, Christopher Faylor wrote:
> On Thu, Aug 11, 2005 at 02:58:58PM +0200, Louis Lecaroz wrote:
> >Having (if possible ;) ) a patch & a standard modification in cygwin to
> >allow this type of programming will be really great !
>
> Cygwin has its own (currently undocumented) hookin
On 11 Aug 2005 at 7:26, Eric Blake wrote:
> Aha - I found something. When I first ran the touch command above, I
> stopped at about 8000 files (or about 400k for the subsequent echo
> command line), which gave the nice "Argument list too long" error.
> But when I increased the number of files to
Ruediger Ranft wrote:
> Fatal Error: Uncaught Exception
> Thread: install
> Type: St16invalid_argument
> Message: URL Scheme not registered!
Does the file X-startup-scripts-1.0.9-1-src.tar.bz2 actually exist in
your directory structure?
Brian
--
Unsubscribe info: http://cygwin.com/ml/#unsu
Eric Blake wrote:
> Aha - I found something. When I first ran the touch command above, I
> stopped at about 8000 files (or about 400k for the subsequent echo command
> line), which gave the nice "Argument list too long" error. But when I
> increased the number of files to 45000 (or about 2 meg o
On Thu, Aug 11, 2005 at 02:02:05PM -0700, Brian Dessent wrote:
>Eric Blake wrote:
>
>> Aha - I found something. When I first ran the touch command above, I
>> stopped at about 8000 files (or about 400k for the subsequent echo command
>> line), which gave the nice "Argument list too long" error. B
On 8/11/05, Dave Korn wrote:
> Original Message
> >From: Taufik Suryawan Edyna
> >Sent: 11 August 2005 11:23
>
> > Hello,
> >
> > We are from Gadjah Mada University Indonesia want to make a mirror
> > cygwin.com website.
> > Can you tell us how to do that ?
> >
>
> http://sources.redhat.c
Hi everybody,
I'm getting the above error messages, and I'm not sure what they mean or
what I can do about them.
Context: I'm running doxygen to generate the documentation for my
project (OpenSG, www.opensg.org) in parallel to compiling it every
night. This takes a pretty long time (>5 h
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Morche Matthias
> Sent: Thursday, August 11, 2005 9:09 AM
> To: cygwin@cygwin.com
> Subject: RE: Programatically finding value of "cygdrive" prefix
>
> Have a look at cygstart and Luc Hermitte's cyg-wr
On Thu, Aug 11, 2005 at 05:53:01PM -0500, Dirk Reiners wrote:
>I'm getting the above error messages, and I'm not sure what they mean or
>what I can do about them.
>
>Context: I'm running doxygen to generate the documentation for my
>project (OpenSG, www.opensg.org) in parallel to compiling it every
Dirk Reiners wrote:
> What does WFSO mean, and is there any way to change the timeout? It
> seems to be not fully reproducible, sometimes it works, which might
> depend on other things going on on the system that slow down the process
> more or less. Therefore if I can extend the timeout somewhat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Christopher Faylor on 8/11/2005 11:34 AM:
>>Can you reproduce this with the latest Cygwin snapshot?
snapshot 20050811 fixes the problem; I correctly got "Argument list too
long" on a 2 meg command line, in both bash 3.0 a
On Thu, Aug 11, 2005 at 09:01:11PM -0600, Eric Blake wrote:
>According to Christopher Faylor on 8/11/2005 11:34 AM:
>>>Can you reproduce this with the latest Cygwin snapshot?
>
>snapshot 20050811 fixes the problem; I correctly got "Argument list too
>long" on a 2 meg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Corinna Vinschen on 8/8/2005 9:33 AM:
>>Just so that nobody gets a wrong impression, open(".", O_RDONLY) only
>>fails in some deeper virtual dirs, mainly in /proc/registry, but also
>>in /proc//fd. I'll look into this one.
>
> I've check
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Christopher Faylor on 8/11/2005 9:15 PM:
> Out of curiousity do you have your /bin directory mounted with -X? If
> so, this should remove most of the command line length limitations --
> except in 1.5.18 which was unable to allocate more
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 7/27/2005 6:06 AM:
>>> OS: cygwin
>>>Bash Version: 3.0
>>>Patch Level: 16
>>>Release Status: release
>>>
>>>Description:
>>> Below are the contents of the "bash.exe.stackdump"
>
>
> And what were you doing at the time o
What do I do in order to remove installed services of cygwin like sshd, init and
so on?
Thanks.
Jason
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
82 matches
Mail list logo