| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=1.2 required=5.0 tests=AWL,BAYES_50,RCVD_NUMERIC_HELO,SPF_HELO_PASS,T_RP_MATCHES_RCVD |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | Oleksandr Gavenko <gavenko AT bifit DOT com DOT ua> |
| Subject: | Help with proftpd configuration for local Cygwin package repo or bug in setup.exe. |
| Date: | Tue, 03 Aug 2010 17:37:56 +0300 |
| Lines: | 67 |
| Message-ID: | <i399k6$uop$1@dough.gmane.org> |
| Mime-Version: | 1.0 |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
I run proftpd 1.3.0-19 on Debian Etch where I put by rsync Cygwin
package mirror.
When I run setup.exe:
setup.exe --quiet-mode --only-site --site ftp://192.168.1.38/cygwin
--packages emacs
it stop on:
Starting cygwin install, version 2.697
io_stream_cygfile: fopen(/etc/setup/net-proxy-host) failed 2 No such
file or directory
io_stream_cygfile: fopen(/etc/setup/net-proxy-port) failed 2 No such
file or directory
io_stream_cygfile: fopen(/etc/setup/extrakeys) failed 2 No such file or
directory
Current Directory: D:\home\devel\tmp
User has backup/restore rights
Changing gid to Administrators
Could not open service McShield for query, start and stop. McAfee may
not be installed, or we don't have access.
root: C:\opt\cygwin binary system
Selected local directory: D:\home\devel\tmp
net: Direct
Cached mirror list unavailable
Defaulting to empty mirror list
site: ftp://192.168.1.38/cygwin
get_url_to_membuf ftp://192.168.1.38/cygwin/setup.bz2
getUrlToStream ftp://192.168.1.38/cygwin/setup.bz2
ftp > 220 ProFTPD 1.3.1 Server (Debian) [192.168.1.38]
ftp > 331 Anonymous login ok, send your complete email address as your
password
ftp > 230 Anonymous access granted, restrictions apply
ftp > 200 Type set to I
ftp > 227 Entering Passive Mode (192,168,1,38,215,177).
ftp > 150 Opening BINARY mode data connection for /cygwin/setup.bz2
(262643 bytes)
Downloading status bar not changed from 0%.
By wget --no-proxy ftp://192.168.1.38/cygwin/setup.bz2 I successfully
get setup.bz2.
Passive ftp mode also work.
With older setup.exe version (I get it with Cygwin 1.7.1): 2.686 all
work successfully.
New version work successfully when I put repo to Windows host with
FileZilla.
My proftpd config (only corresponding part):
<Anonymous /srv/ftp/pub>
User ftp
Group nogroup
UserAlias anonymous ftp
DirFakeUser on ftp
DirFakeGroup on ftp
RequireValidShell off
MaxClients 40
<Directory *>
<Limit WRITE>
DenyAll
</Limit>
</Directory>
</Anonymous>
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |