gh via Cygwin writes:
> Currently, cygwin is in C:\cygwin, which I have moved to
> C:\cygwin-bck. I then want to install in the now almost empty
> C:\cygwin, but copying there the necessary config files so that
> setup-x86_64.exe knows which packages to download.
Create the new target directory (o
On Thu, Jun 15, 2023 at 2:59 PM Dan Harkless via Cygwin wrote:
>
> On 6/15/2023 5:47 AM, marco atzeri via Cygwin wrote:
> > On Thu, Jun 15, 2023 at 12:15 PM gh via Cygwin wrote:
> > > Currently, cygwin is in C:\cygwin, which I have moved to C:\cygwin-bck. I
> > > then want to install in the now
gh
Cc: cygwin@cygwin.com
Subject: Re: help needed - transition from 32bits to 64bits
On Thu, Jun 15, 2023 at 12:15 PM gh via Cygwin wrote:
>
> Dear all,
>
> Sorry if this question was already answered somewhere in the FAQ.
>
>
>
> I am running a deprecated 32bits version, an
On 6/15/2023 5:47 AM, marco atzeri via Cygwin wrote:
On Thu, Jun 15, 2023 at 12:15 PM gh via Cygwin wrote:
> Currently, cygwin is in C:\cygwin, which I have moved to C:\cygwin-bck. I
then want to install in the now almost empty C:\cygwin,
No need to rename the directory as the Cygwin 64 bit wi
On Thu, Jun 15, 2023 at 12:15 PM gh via Cygwin wrote:
>
> Dear all,
>
> Sorry if this question was already answered somewhere in the FAQ.
>
>
>
> I am running a deprecated 32bits version, and want to switch to 64bits.
> Install procedure is easy, but does not cover one thing : I
> would like to p
On 18/03/2016 20:36, ari kumpumäki wrote:
Hi all
Why the following test code works fluently in Linux and cygwin 1.5.
But with cygwin 2.4.1 it gives a segmentation fault, when running "x =
mem[filePageSize];"
return (char *) mmap(0, ALIGN_TO_PAGE_SIZE(size), PROT_NONE,
MAP_SHARED | MAP_AN
2009/9/10 Kit Johnson:
> Thanks so much for taking the time to help. This is the first time I've
> used a mailing list so I hope I've replied correctly.
Yep, except you replied to me instead of the list. ;)
> I understand charactersets and locales better now. I followed your
> recommendations
2009/9/9 Kit Johnson:
> I'm just getting started with cygwin and really enjoying the linux-like
> functionality under windows. I have one major problem which is displaying
> unicode filenames in bash.
>
> To be specific about my problem, I do not need to type unicode under bash, I
> simply want to
Thanks Larry,
Although I am not 100% certain, it may very well be it's one of the nasty
case of BLODA.
Looking at the list, I got at least 3 of those applications running at the
background...
Will continue to spend more time to figure it out.
Regards,
Steve
Larry Hall (Cygwin) wrote:
>
> steve
stevench2000 wrote:
Thanks to both of you for the tips.
After adding the -ddd option in invoking sshd in the ssh-host-config, I was
able to see this error message from the log:
17 [main] sshd 42180 child_copy: linked dll data write copy failed,
0x24500
0..0x2452E0, done 0, windows pid 42200
Thanks to both of you for the tips.
After adding the -ddd option in invoking sshd in the ssh-host-config, I was
able to see this error message from the log:
17 [main] sshd 42180 child_copy: linked dll data write copy failed,
0x24500
0..0x2452E0, done 0, windows pid 42200, Win32 error 487
Do
On 11/29/2008, Matthias Meyer wrote:
Please go to your server and run "/usr/sbin/sshd -ddd -D" Maybee your
ssh-server say something about the reason.
This won't work. You'll need to set up a new service which invokes
'sshd' with the above debug flags and start that service instead. See
'ssh-h
stevench2000 wrote:
>
> Hi, good day.
>
> my systme is vista 32bit
> as Admin, I downloaded the sshd packages and installed them
> - opened cygwin bash as administrator
> - ran ssh-host-config -y and accepted overwriting to /etc/sshd_config and
> /etc/inetd.d/sshd-inetd when asked
> - ran ssh-us
On Fri, Sep 07, 2007 at 04:17:30PM -0500, Matthew Woehlke wrote:
> Robert Kiesling wrote:
>>>? I don't know what this means but Windows has the equivalent of
>>>SIGSEGV.
>>The signal is non-catchable by UNIX apps. That ability would be useful
>>when malloc goes whizzing off into the video RAM, bu
Robert Kiesling wrote:
? I don't know what this means but Windows has the equivalent of SIGSEGV.
The signal is non-catchable by UNIX apps. That ability would
be useful when malloc goes whizzing off into the video RAM, but
the issue is almost always a bug somewhere else in the app. That
is n
> On Fri, Sep 07, 2007 at 09:55:26AM -0400, Robert Kiesling wrote:
> >> Jim Kleckner wrote:
> >> > Dave Korn wrote:
> >> [...]
> >> >> I'm adding code to cygcheck to detect whether any of the software
> >> that has
> >> >> been known at some time to cause these kinds of problems are
> >> installed
On Fri, Sep 07, 2007 at 09:55:26AM -0400, Robert Kiesling wrote:
>> Jim Kleckner wrote:
>> > Dave Korn wrote:
>> [...]
>> >> I'm adding code to cygcheck to detect whether any of the software
>> that has
>> >> been known at some time to cause these kinds of problems are
>> installed on
>> >> the ta
> Jim Kleckner wrote:
> > Dave Korn wrote:
> [...]
> >> I'm adding code to cygcheck to detect whether any of the software
> that has
> >> been known at some time to cause these kinds of problems are
> installed on
> >> the target system being cygchecked.
> [...]
> > Do you think a "tester" for API
Jim Kleckner wrote:
> Dave Korn wrote:
[...]
>> I'm adding code to cygcheck to detect whether any of the software
that has
>> been known at some time to cause these kinds of problems are
installed on
>> the target system being cygchecked.
[...]
> Do you think a "tester" for API sanity is possible?
Dave Korn wrote:
These sorts of problems (cpu usage pegged at 100%, or mysterious hangs or
fork failures) are often caused by buggy versions of antivirus, antispyware,
personal firewall, or other similar security or system-related software that
hooks into every running process and - because
shiliang Wang wrote:
From: shiliang Wang [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 26, 2007 4:52 PM
To: 'cygwin@cygwin.com'
Subject: Help needed to access cygwin sshd server (installed on windows)
from remote client with putty under windows XP
Hi,
I am new here, I just wonder if someon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Please send messages to the list, and not to me - the collective knowledge
of the list is much better (and often faster) than what you will get out
of a single person: http://cygwin.com/acronyms/#PPIOSPE
Please follow list netiquette, and put replies
Hey,
> What list is appropriate for discussing mingw?
Probably the MinGW-users list. See the MinGW web site for details,
http://www.mingw.org.
Chris
--
Chris Sutcliffe
http://ir0nh34d.blogspot.com
http://emergedesktop.org
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Prob
On 21 Mar 2006 at 6:54, Eric Blake wrote:
[snip]
> then consider the mingw project (cygwin is even nice enough to provide
> the
> - -mno-cygwin compiler switch for compiling a mingw app, but using that
> means your app is no longer a cygwin app so this mailing list is no
> longer
> the place to d
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Usman Khan on 3/20/2006 12:04 PM:
> suppose i compiled a program and it runs successfully (make install done).
> now that i want that the program runs on any other pc, is there a way
> to find all the dlls that are required, some program,
On Thu, 27 Jan 2005, Amit dattatraya Bhandar wrote:
> Hello,
>
> I am running cygwin on a Win2k machine. I have a C
> program that I am compiling using gcc. Upon execution
> from the prompt, the program just exits without any
> output. When I run gdb on the executable,I
> set the first breakpoint
As an option -- go and download the first edition of
the book by Gerard Holzmann (author of spin & promela)
"Design and Validation of Computer Protocols"
http://spinroot.com/gerard/popd.html
then see
whether it answers your questions -- normally it should.
On Mon, 29 Nov 2004 04:42:41 + (UTC
Patrick Fulgence wrote:
Hi,
I need to learn how to use the tool SPIN based on promela language. What do I
need to get on my computer for that ? I've very embarassed because I don't
arrive to do antything for understanding how it works. I've read a lot of
stuff about that nut I still being not
On Mon, Nov 29, 2004 at 04:42:41AM +, Patrick Fulgence wrote:
>I need to learn how to use the tool SPIN based on promela language.
>What do I need to get on my computer for that ? I've very embarassed
>because I don't arrive to do antything for understanding how it works.
>I've read a lot of s
Rajini --
...and then Rajini said...
%
% Hello,
Hi!
%
...
% is that if I compile and build the executable with the 'g77' compiler
% supplied with cygwin, the application works i.e. the application opens the
...
% build the application using 'Compaq Visual Fortran Optimizing Compiler
% Versio
> Kindly, let as know how can we work out a solution for this as we have to
> build the application using the
> 'Compaq Visual Fortran Optimizing Compiler Version 6.1' which is available
> with Visual Studio from Microsoft.
And what does this have to do with Cygwin?
Max.
--
Unsubscribe info:
Don't use strings for binary data.
Use an explicit character array, keeping track of the length yourself.
When you send it to a device, you'll have to use read/write rather than
string operations.
It does seem convenient to use string functions, but you'll never get
around the magic nature of
While not directly related to cygwin, the problem is as follows:
you are attempting to print an value of zero into the string -
unfortunately, ASCII 0 == NULL, which is a character string termination
character.
You wind up with possibly two NULL bytes at the end of your string.
You'll need to us
33 matches
Mail list logo