Re: help needed - transition from 32bits to 64bits

2023-06-15 Thread ASSI via Cygwin
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

Re: help needed - transition from 32bits to 64bits

2023-06-15 Thread marco atzeri via Cygwin
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

RE: help needed - transition from 32bits to 64bits

2023-06-15 Thread gh via Cygwin
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

Re: help needed - transition from 32bits to 64bits

2023-06-15 Thread Dan Harkless via Cygwin
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

Re: help needed - transition from 32bits to 64bits

2023-06-15 Thread marco atzeri via Cygwin
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

Re: Help needed with libsigsegv2.10-2 + cygwin 2.4.1-1 + win7

2016-03-18 Thread Marco Atzeri
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

Re: Help needed getting unicode working in bash

2009-09-10 Thread Andy Koppe
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

Re: Help needed getting unicode working in bash

2009-09-09 Thread Andy Koppe
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

Re: Help needed: first time tried sshd and got stuck not far from the beginning...

2008-12-01 Thread stevench2000
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

Re: Help needed: first time tried sshd and got stuck not far from the beginning...

2008-11-30 Thread Larry Hall (Cygwin)
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

Re: Help needed: first time tried sshd and got stuck not far from the beginning...

2008-11-30 Thread stevench2000
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

Re: Help needed: first time tried sshd and got stuck not far from the beginning...

2008-11-29 Thread Larry Hall (Cygwin)
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

Re: Help needed: first time tried sshd and got stuck not far from the beginning...

2008-11-29 Thread Matthias Meyer
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

Re: Help needed with Big List of Dodgy Apps

2007-09-07 Thread Christopher Faylor
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

Re: Help needed with Big List of Dodgy Apps

2007-09-07 Thread Matthew Woehlke
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

Re: Help needed with Big List of Dodgy Apps

2007-09-07 Thread Robert Kiesling
> 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

Re: Help needed with Big List of Dodgy Apps

2007-09-07 Thread Christopher Faylor
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

Re: Help needed with Big List of Dodgy Apps

2007-09-07 Thread Robert Kiesling
> 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

RE: Help needed with Big List of Dodgy Apps

2007-09-07 Thread Williams, Gerald S (Jerry)
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?

Re: Help needed with Big List of Dodgy Apps

2007-09-06 Thread Jim Kleckner
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

Re: Help needed to access cygwin sshd server (installed on windows) from remote client with putty under windows XP

2007-07-27 Thread Michael Hipp
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

Re: help needed for portable exes

2006-03-21 Thread Eric Blake
-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

Re: help needed for portable exes

2006-03-21 Thread Chris Sutcliffe
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

Re: help needed for portable exes

2006-03-21 Thread Wes S
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

Re: help needed for portable exes

2006-03-21 Thread Eric Blake
-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,

Re: Help Needed!!!

2005-01-27 Thread Igor Pechtchanski
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

Re: Help needed for using SPIN

2004-11-29 Thread Ariel Burbaickij
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

Re: Help needed for using SPIN

2004-11-28 Thread bobby mcnulty junior
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

Re: Help needed for using SPIN

2004-11-28 Thread Christopher Faylor
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

Re: help needed

2002-05-22 Thread David T-G
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

Re: help needed

2002-05-22 Thread Max Bowsher
> 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:

Re: help needed in fixing C programming error using cygwin !

2001-12-12 Thread Eric M. Monsler
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

Re: help needed in fixing C programming error using cygwin !

2001-12-12 Thread Jerrold Heyman
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