I have a large file, let's call it A. I want to stick the contents of a
small file (let's call it B) onto the end of A.
Until recently in cygwin I could just type:
cat B >> A
and it did exactly what I wanted.
Now though, presumably because A has gotten so large, when I do the above
Peter Milne wrote:
> I have a large file, let's call it A. I want to stick the contents of a
> small file (let's call it B) onto the end of A.
>
> Until recently in cygwin I could just type:
>
> cat B >> A
>
> and it did exactly what I wanted.
>
> Now though, presumably because A
I have installed and run the cygwin inetd telnet server and find that when
more than around 16 users connect via telnet the shells start to fail with
the following message:
16622413 [main] -bash 3868 fork: child -1 - died waiting for longjmp before
initialization, retry 0, exit code 0x80, errno
On May 24 10:49, Matthew Woehlke wrote:
> Corinna Vinschen wrote:
> >On May 23 18:58, Matthew Woehlke wrote:
> >>Lev Bishop wrote:
> >>>Also, why do you have it so that -s is not just a synonym for -d, and
> >>>why doesn't -l force -w? There seems to be no advantage to forcing the
> >>>user to spec
--- Christopher Faylor ha scritto:
> On Wed, May 23, 2007 at 10:51:48PM +0200, Angelo
> Graziosi wrote:
> >Using cygwin-inst-20070523.tar.bz2 there is XPDF
> that core dumps loading a
> >pdf file.
> >
> >The same happens with a cygwin1.dll 1.5.24-2
> rebuilt with CVS newlib dated
> >May 18.
> >
Nick Telepneff wrote:
> I have installed and run the cygwin inetd telnet server and find that
> when more than around 16 users connect via telnet the shells start to
> fail with the following message:
> 16622413 [main] -bash 3868 fork: child -1 - died waiting for longjmp
> before initialization, r
On Fri, May 25, 2007 at 12:20:38PM +0200, Marco Atzeri wrote:
>--- Christopher Faylor ha scritto:
>
>> On Wed, May 23, 2007 at 10:51:48PM +0200, Angelo
>> Graziosi wrote:
>> >Using cygwin-inst-20070523.tar.bz2 there is XPDF
>> that core dumps loading a
>> >pdf file.
>> >
>> >The same happens with
On Thu, May 24, 2007 at 09:43:46PM -0700, Rob Walker wrote:
>Christopher Faylor wrote:
>>On Thu, May 24, 2007 at 08:49:18PM -0700, Rob Walker wrote:
>>
>>>http://cvs.savannah.gnu.org/viewcvs/make/job.c?rev=1.182&root=make&view=auto
>>>
>>>Looks like the Windows-style paths support has been accept
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 5/25/2007 6:20 AM:
>> Is there a fix or workaround?
>
> Use a snapshot. This was fixed in newlib, just this month. So 1.5.24 is
> broken, but 1.7.0 will have the fix.
^ and current snapshots
I meant to
Hi,
I try to find the function _ultoa to convert some numbers. Even the
search at project's website does not show a single hit. Google finds a
lot but I did not find a reference which solves my problem.
I can compile sources with references to _ultoa because I have mingw
installed.
But I c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Erich Dollansky on 5/25/2007 6:38 AM:
> Hi,
>
> I try to find the function _ultoa to convert some numbers.
No standard specifies _ultoa, so it's use is inherently non-portable.
Cygwin is under no obligation to provide it, so it doesn't.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Peter Milne on 5/25/2007 2:04 AM:
> Now though, presumably because A has gotten so large, when I do the above
> command the contents of file B get copied onto the front of file A rather
> than onto its end.
>
> Is there a fix or workaroun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Brian Dessent on 5/25/2007 2:17 AM:
>> Until recently in cygwin I could just type:
>>
>> cat B >> A
>>
> I think there is a newlib bug (or maybe it's a Cygwin bug) where
> stdin/stdout start off opened in 32 bit mode. I'm not
--- Christopher Faylor
> strace is not a reliable indicator of problem
> location but from the above it seems
> like the error is coming from a DLL other than
> cygwin which is located at
> 0x6B14d431 .
cygt1-5.dll 0x1000
cygwin1.dll 0x6100
cygfreetype-6.dll
Jerome Fong wrote:
> I'm trying to write a script that allows me to change the port
> [snip]
> Here is the line I'm executing
>
> sed '1,$ s^8080^$Shutdown_Port^' <./temp.xml >./server.xml
> [snip]
> What am I doing wrong here? Can sed be passed a variable?
>
> thanks,
>
> Jerome
>
On Fri, May 25, 2007 at 02:46:05PM +0200, Marco Atzeri wrote:
>--- Christopher Faylor
>> strace is not a reliable indicator of problem
>> location but from the above it seems
>> like the error is coming from a DLL other than
>> cygwin which is located at
>> 0x6B14d431 .
>
>cygt1-5.dll0
René Berber wrote:
Dan Miller wrote:
I can login as the new user by ssh [EMAIL PROTECTED] It seems to
authenticate and then says connection closed to local host (unlike when
I login as user dan) Also, when I try to sftp into the site I can
connect as dan but not as newuser.
here is ssh -vv
Christopher Faylor wrote:
> I'll bet that the OP had run rebaseall
Yes!
Usually I run 'rebaseall' with snapshots or rebuilt 'cygwin1.dll'
Pherhaps, in this case, is there some contra-indications to rebaseall?
> so they would have to go through this exercise themselves
Sorry, but I have not
I have updated cron to version 4.1-4
NEWS:
cron
Disable security tests for crontabs on FAT32 file systems.
Please direct all comments and questions to the cygwin list, mentioning
"cron" in the Subject: line and ATTACHING the output of /usr/bin/cronbug.
Pierre
*
Corinna Vinschen wrote:
On May 24 10:49, Matthew Woehlke wrote:
Corinna Vinschen wrote:
On May 23 18:58, Matthew Woehlke wrote:
...as I previously noted, '-us' is a reasonable combination of flags,
I don't think so. The -s and -l modifiers don't make any sense with -u.
There's no short or lo
On Fri, May 25, 2007 at 04:38:22PM +0200, Angelo Graziosi wrote:
>Christopher Faylor wrote:
>>I'll bet that the OP had run rebaseall
>
>Yes! Usually I run 'rebaseall' with snapshots or rebuilt 'cygwin1.dll'
>
>Perhaps, in this case, is there some contra-indications to rebaseall?
No, not at all. I
Dan Miller wrote:
> Path statement appears fine. I think I'm missing something here. Isn't
> it wierd that it is looking in /home/dan for keys and identities when
> I'm logging in as the new user "fshd"?
No, that is the way ssh works: you are user "dan" trying to login as user "fshd"
to somewhere
I managed to build GnuPG 2.0.4.
Unfortunately, the one feature, which was the reason why I wanted to
build it in the first place, isn't working properly. And that is to
use gpg-agent in daemon mode.
The problem seems to boil down to this. When running as a daemon,
gpg-agent spawns a new thread
I just upgraded cygwin after leaving it dormant
for about 2 years. It was working properly before,
but now things are broken.
I got the multiple cygwin1.dll message, actually
pointing to c:\windows\system32\cygwin1.dll . But
that file is not there! I did a Windows find, and
found another copy, bu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] wrote:
> I managed to build GnuPG 2.0.4.
>
> Unfortunately, the one feature, which was the reason why I wanted to
> build it in the first place, isn't working properly. And that is to
> use gpg-agent in daemon mode.
>
> The problem
On 5/25/07, morgan gangwere <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] wrote:
> I managed to build GnuPG 2.0.4.
>
> Unfortunately, the one feature, which was the reason why I wanted to
> build it in the first place, isn't working properly. And tha
Marco Atzeri wrote:
> looks cygXm-2.dll from
> cygwinports libXm2-0.95.0-1
Yes, it's Motif alright, but we can eliminate Cygwin Ports from the
equation, as I get the following using the cygXm-2.dll from
lesstif-0.94.4-1:
#0 0x6ea5d441 in cygXm-2!_LTAddPixmapToCache ()
from /usr/X11R6/bin/cyg
i want to develop an application in wxwidgets, compiled with cygwin, and
i need a good ide. Could u give me some suggestions?
Try Eclipse IDE with the CDT (C/C++) plug-in. It is designed to be
compatible with Cygwin.
http://www.eclipse.org/cdt/
--
Unsubscribe info: http://cygwin.com/
* John (Fri, 25 May 2007 13:07:23 -0400)
> I just upgraded cygwin after leaving it dormant
> for about 2 years. It was working properly before,
> but now things are broken.
Two years without updates? Now that's severely broken...
> I got the multiple cygwin1.dll message, actually
> pointing to c
* Thorsten Kampe (Wed, 25 May 2005 22:51:24 +0100)
> Actually you shouldn't post the file as /attachment/ here...
Actually you /should/ post the file as /attachment/ here...
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Brian Dessent wrote:
> I'll build xpdf and lesstif with debug symbols and continue.
It doesn't really become any more clear, unfortunately.
Program received signal SIGSEGV, Segmentation fault.
_LTAddPixmapToCache (pixmap_name=0x22c870 "--anon pixmap \"",
pixmap=8388732, screen=0x1006bc18, fo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Reid Thompson wrote:
> DePriest, Jason R. wrote:
>> vim with compatibality turned off?
>>
>>
> +1
>
> --
> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
> Problem reports: http://cygwin.com/problems.html
> Documentation:
René Berber wrote:
Dan Miller wrote:
Path statement appears fine. I think I'm missing something here. Isn't
it wierd that it is looking in /home/dan for keys and identities when
I'm logging in as the new user "fshd"?
No, that is the way ssh works: you are user "dan" trying to login as
Thanks for the reply, responses in the text below. For
some conciseness, I'll cut out parts of my original
message.
Thorsten Kampe wrote:
* John (Fri, 25 May 2007 13:07:23 -0400)
I just upgraded cygwin after leaving it dormant
for about 2 years. It was working properly before,
but now things ar
oops. check.txt is attached to this message.
Cygwin Configuration Diagnostics
Current System Time: Fri May 25 12:16:18 2007
Windows XP Professional Ver 5.1 Build 2600 Service Pack 2
Path: C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
John wrote:
602k 2005/06/26 C:\WINDOWS\system32\cygwin1.dll - os=4.0 img=1.0 sys=4.0
"cygwin1.dll" v0.0 ts=2005/5/25 19:38
I just noticed this line in the output. However, a Windows search and
a cygwin find does not find this file!!! I swear!
But it is consistent with the up
36 matches
Mail list logo