Hi,
Has anyone else run into this issue when trying to get pure-ftpd to work?
./pure-ftpd.exe
9 [main] pure-ftpd 3032 C:\OGP\usr\sbin\pure-ftpd.exe: *** fatal
error in forked process - fork: can't reserve memory for parent stack
0x1B - 0x3B, (child has 0x14 - 0x34), Win32 er
Thanks guys. That was it. I decided to remove the trailing slash for
my purposes.
set WD=%~dp0
set WD=%WD:~0,-1%
It's working now!
On Mon, Nov 14, 2016 at 12:23 PM, Brian Inglis
wrote:
> On 2016-11-14 07:43, Gerrit Haase wrote:
>>
>> 2016-11-13 23:19 GMT+01:00 OwN-3m-All wrote:
>>>
>>> I'd li
On 2016-11-14 07:43, Gerrit Haase wrote:
2016-11-13 23:19 GMT+01:00 OwN-3m-All wrote:
I'd like to automate Cygwin installation, but I don't want to rule
out the possibility that a path with a space will not be used.
You'll get a warning from Setup: it is strongly recommended, to use a
root pat
> Try adding a dot:
>
> set WD=%~dp0
> echo "%WD%."
> "setup-x86_64.exe" --root "%WD%." --local-package-dir "%WD%."
> pause
or
set WD=%~dp0.
...
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.h
2016-11-13 23:19 GMT+01:00 OwN-3m-All wrote:
> cd "C:\test\with space"
> set WD=%~dp0
> echo "%WD%cygTemp"
> "setup-x86_64.exe" --root "%WD%" --local-package-dir "%WD%cygTemp"
> pause
>
The problem is this trailing backslash in the directory name.
D:\temp\Neuer Ordner\cygwinpkg>setup_script.bat
The following Perl distributions have been updated to their latest
version available from CPAN:
x86/x86_64
--
perl-Compress-Bzip2-2.25-1
perl-Cpanel-JSON-XS-3.0222-1
perl-Crypt-OpenSSL-Bignum-0.07-1
perl-Crypt-OpenSSL-DSA-0.17-1
perl-Term-ReadLine-Gnu-1.35-1
perl-Unicode-Collate-1.18-1
n
6 matches
Mail list logo