Re: Unable to remap error

2010-10-27 Thread Larry Hall (Cygwin)
On 10/27/2010 10:43 AM, Harie Ram wrote: On Mon, Oct 11, 2010 at 7:57 PM, Harie Ram wrote: 1. You have 3rd party DLLs built with Cygwin. These won't get rebased by default because rebaseall doesn't know about them. Read the readme for details on how to include these other DLLs Ho

Re: Unable to remap error

2010-10-27 Thread Harie Ram
/6/2010 3:17 AM, Harie Ram wrote: >>> >>> Finally got rebaseall working with the normal user itself. Please find >>> the result of successful rebaseall below . It was the case of >>> permissions on C:\Cygwin folder for newly installed packages. >&g

Re: Unable to remap error

2010-10-11 Thread Harie Ram
> # >> >> Even after a successful rebaseall , I am still getting the unable to >> remap error intermittently. Please help. Again its happening only on >> Windows 7. > > If rebaseall doesn't help, then it's one of two things: > >  1. You have 3rd

Re: Unable to remap error

2010-10-06 Thread Larry Hall (Cygwin)
getting the unable to remap error intermittently. Please help. Again its happening only on Windows 7. If rebaseall doesn't help, then it's one of two things: 1. You have 3rd party DLLs built with Cygwin. These won't get rebased by default because rebaseall doesn't kn

Re: Unable to remap error

2010-10-06 Thread Harie Ram
Finally got rebaseall working with the normal user itself. Please find the result of successful rebaseall below . It was the case of permissions on C:\Cygwin folder for newly installed packages. # rebaseall # Even after a successful rebaseall , I am still getting the unable to remap error

Re: Unable to remap error

2010-10-05 Thread Larry Hall (Cygwin)
On 10/5/2010 7:09 AM, Harie Ram wrote: Rebaseall and peflagsall gives a success only when run as administrator. With normal user , i get these errors below. Rebasing doesn't need to be performed by all users or continually. Run it if you have these remap problems and with any user for which it

Unable to remap error

2010-10-05 Thread Harie Ram
Hi Team, Problems : svn co svn+ssh:// 0 [main] svn 7568 C:\cygwin\bin\svn.exe: *** fatal error - unable to remap C:\cygwin\bin\cygldap-2-3-0.dll to same address as parent: 0x5B != 0x5F Stack trace: Frame Function Args 0028B0E8 6102749B (0028B0E8, , ,

Re: "Unable to remap" error

2004-04-12 Thread Larry Hall
At 05:00 PM 4/12/2004, you wrote: >Larry Hall <[EMAIL PROTECTED]> writes: >>>Trying to get MailMan maling list manager running under Cygwin, I get the >>>following message when mailmanctl tries to start: >>> >>>[---cut ---] >>>C:\cygwin\bin\python2.

Re: "Unable to remap" error

2004-04-12 Thread Dmitry Bely
Larry Hall <[EMAIL PROTECTED]> writes: >>Trying to get MailMan maling list manager running under Cygwin, I get the >>following message when mailmanctl tries to start: >> >>[---cut ---] >>C:\cygwin\bin\python2.3.exe (4196): *** unable to remap >>C:\cygwin\bin\cygssl-0.9.7.dll to same address as par

Re: "Unable to remap" error

2004-04-12 Thread Larry Hall
;/usr/local/mailman/bin/mailmanctl", line 546, in ? >main() > File "/usr/local/mailman/bin/mailmanctl", line 393, in main >pid = os.fork() >OSError: [Errno 11] Resource temporarily unavailable >[--- cut---] > >What this "unable to remap" erro

"Unable to remap" error

2004-04-12 Thread Dmitry Bely
quot;/usr/local/mailman/bin/mailmanctl", line 393, in main pid = os.fork() OSError: [Errno 11] Resource temporarily unavailable [--- cut---] What this "unable to remap" error means? Can it be fixed some way? - Dmitry Bely P.S. I'm trying to subscribe to the mailing list (eithe

Re: python script recently started getting "unable to remap" error on cygssl from popen2

2003-03-24 Thread Elfyn McBratney
> Since 1.3.19, I've been seeing this error sporadically > from a script that had been working fine till then. > It only appears with ssl so far -- various other DLLs > seem to work fine. (removing the call to import socket > removes the problem). > > This is under Windows 2000, SP3. > > Any ideas

Re: python script recently started getting "unable to remap" error oncygssl from popen2

2003-03-24 Thread Jason Tishler
Mark, On Mon, Mar 24, 2003 at 12:26:54PM -0800, Mark Moraes wrote: > Any ideas -- the archives have references to rebasing libraries, any > pointers to how I can do that (and whether this needs to be done to > python's _socket.dll or to cygssl?) See the following: /usr/doc/Cygwin/python-2.2.

python script recently started getting "unable to remap" error on cygssl from popen2

2003-03-24 Thread Mark Moraes
Hi. Since 1.3.19, I've been seeing this error sporadically from a script that had been working fine till then. It only appears with ssl so far -- various other DLLs seem to work fine. (removing the call to import socket removes the problem). This is under Windows 2000, SP3. Any ideas -- the arc