From
[email protected] Sat Mar 1 06:16:14 1997
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with esmtp
id <
[email protected]>
for <
[email protected]>; Sat, 1 Mar 1997 06:14:56 -0800 (PST)
(Smail-3.2.0.92 1997-Feb-9 #9 built 1997-Feb-24)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA02932;
Sat, 1 Mar 1997 08:11:47 -0600 (CST)
Received: from pizza.hvu.nl (
[email protected] [145.89.234.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA02352
for <
[email protected]>; Sat, 1 Mar 1997 08:03:03 -0600 (CST)
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19961213 [Fight Spam]) id PAA06388 for
[email protected]; Sat, 1 Mar 1997 15:03:01 +0100 (MET)
Message-Id: <
[email protected]>
Date: Sat, 1 Mar 1997 15:03:01 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Contents of wu-ftpd FAQ
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
* Contents of the FAQ file for wu-ftpd. The complete file can be found at
http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html
Or, send mail to
[email protected] with as subject "send faq"
(without the quotes, body ignored).
---------------------------------------------------------------------------
From
[email protected] Sun Mar 2 13:39:55 1997
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with esmtp
id <
[email protected]>
for <
[email protected]>; Sun, 2 Mar 1997 13:38:36 -0800 (PST)
(Smail-3.2.0.92 1997-Feb-9 #9 built 1997-Feb-24)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA11995;
Sun, 2 Mar 1997 15:36:21 -0600 (CST)
Received: from universal-woman.academ.com (
[email protected] [198.137.249.4])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA11712
for <
[email protected]>; Sun, 2 Mar 1997 15:29:04 -0600 (CST)
Received: (from news@localhost) by universal-woman.academ.com (8.8.4/8.7.1) id PAA08484; Sun, 2 Mar 1997 15:28:54 -0600 (CST)
Message-Id: <
[email protected]>
Date: 2 Mar 1997 21:28:53 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Stan Barber)
To:
[email protected]
Subject: Fixes to be included in beta-13
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
FIXES in 2.4.2-BETA-13
-----------------------------------------------------------------------------
Tickets 23 from <
[email protected]> and 96 from
<
[email protected]> reported a problem with compliing wu-ftpd on
OSF. This is due to an failure in the software to include the correct
include file. This is fixed in this release.
-----------------------------------------------------------------------------
Ticket 157 from Albert Lunde <
[email protected]> pointed out an
inconsistency in the forward definition of realpath when a STDC compiler is
used. This is now fixed.
-----------------------------------------------------------------------------
Ticket 161 from
[email protected], ticket 168 from
[email protected] and
ticket 220 from
[email protected] all pointed out a problem in the code I
put into popen.c to attempt to address an overflow problem. Too much late
night coding for me:-). Anyway, a version of their suggested fix is in
this release.
-----------------------------------------------------------------------------
Ticket 162 and 222 from
[email protected] and
[email protected],
respectively, pointed out that there was an extra %s in one of the
reply strings. This is now fixed
-----------------------------------------------------------------------------
Ticket 168 from
[email protected] suggested that sysconf be used to
get the number of fds. This has been added to popen.c and a change has been
made to config.hpx to use that. I have also tried to add this to other
configurations that are documented (or are known) to support sysconf.
-----------------------------------------------------------------------------
Ticket 180 from David Pesticcio <
[email protected]> pointed out some problems
with the INSTALL file. There was a missing step and other problems. These have
been fixed for this release.
-----------------------------------------------------------------------------
Ticket 182 from <
[email protected]> supplied some fixes to skey support. The
patches supplied were used as a basis for those fixed included in this release.
-----------------------------------------------------------------------------
Ticket 183 from <
[email protected]> supplied a patch to removed \r\n from any
string put in setproctitle. This changes are includes in this release.
-----------------------------------------------------------------------------
Ticket 184 from <
[email protected]> supplied a patch to enforce FreeBSD (when
this software is built on FreeBSD) concerning the logging of numeric addresses
when DNS name is larger than UT_HOSTSIZE field.
-----------------------------------------------------------------------------
Ticket 185 from <
[email protected]> suggested that we should removed all
references to LOG_TOOMANY, since it is no longer being actually implemented.
We agree.
-----------------------------------------------------------------------------
Ticket 186 from <
[email protected]> said that FreeBSD already had the fnmatch
function in its C library and didn't need the version in the support library.
The support library will now be built without this.
-----------------------------------------------------------------------------
Ticket 191 from Ian Willis <
[email protected]> suggests that the failsafe number of
fds in popen.c should be bigger than sizeof(long). He suggested 20, but I am
setting it to 31. We'll see if that helps folks have fewer signal 10 or 11
errors that are unexplained.
-----------------------------------------------------------------------------
Ticket 193 from <
[email protected]> pointed out that ftpcount.c does not
include stdlib.h, which will cause malloc to allocate too little space to
hold st_size on FreeBSD. This is now fixed.
-----------------------------------------------------------------------------
Ticket 197 from Ian Willis <
[email protected]> provides some additional patches
for SCO OpenServer 5. These are included in this release.
-----------------------------------------------------------------------------
Ticket 216 from Alain Magloire <
[email protected]> provides
some bounds checking ftpd when building the directory command to send to
the operating system. His changes may not be portable to all platforms, since
the use snprintf, but we'll give it a try.
-----------------------------------------------------------------------------
Ticket 220 from
[email protected] showd some coding problems in access.c when
determining host access information. This fix is included in this release.
-----------------------------------------------------------------------------
In researching other problems, I noticed that setproctitle was not being
called correctly in a couple of placed in ftpd.c. There were not enough
arguments. This is now fixed.
-----------------------------------------------------------------------------
--
Stan | Academ Consulting Services |internet:
[email protected]
Olan | For more info on academ, see this |uucp: {mcsun|amdahl}!academ!sob
Barber | URL-
http://www.academ.com/academ |Opinions expressed are only mine.
From
[email protected] Sun Mar 2 14:12:13 1997
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with esmtp
id <
[email protected]>
for <
[email protected]>; Sun, 2 Mar 1997 14:10:54 -0800 (PST)
(Smail-3.2.0.92 1997-Feb-9 #9 built 1997-Feb-24)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA12822;
Sun, 2 Mar 1997 16:08:09 -0600 (CST)
Received: from cs.sunysb.edu (sbcs.sunysb.edu [130.245.1.15])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA12633;
Sun, 2 Mar 1997 16:04:29 -0600 (CST)
Received: from sbpub3.csdept (sbpub3.cs.sunysb.edu [130.245.6.23]) by cs.sunysb.edu (8.6.12/8.6.9) with SMTP id RAA23052; Sun, 2 Mar 1997 17:13:28 -0500
Message-Id: <
[email protected]>
Date: Sun, 2 Mar 1997 17:13:28 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Li Moyang <
[email protected]>
To:
[email protected],
[email protected],
[email protected],
[email protected]
Subject: Wu-ftp
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Dear Sir,
I am doing a project relative with ftp client and server sides.
I already installed the server part of ftp on SUN OS from
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z .
But I can not find the best client side ftp running on SUN OS to
connect with your ftp server. Did you develop a client ftp on SUN OS
to connect with ftp server ?
Would you please tell me where I can find the best ftp client on SUN OS
to connect with your ftp server ?
Thank you very much !
Moyang
--
Moyang Li
[email protected] http://www.cs.sunysb.edu/~moyangli
Voice: (516)216-2425(Home) (516)632-8433(office)
Department of Computer Science, SUNY@Stony Brook, Stony Brook,NY 11794
From
[email protected] Sun Mar 2 14:51:58 1997
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with esmtp
id <
[email protected]>
for <
[email protected]>; Sun, 2 Mar 1997 14:50:40 -0800 (PST)
(Smail-3.2.0.92 1997-Feb-9 #9 built 1997-Feb-24)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA13421;
Sun, 2 Mar 1997 16:48:40 -0600 (CST)
Received: from news.IAEhv.nl (
[email protected] [194.151.64.4])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA13983
for <
[email protected]>; Sun, 2 Mar 1997 16:45:05 -0600 (CST)
Received: from LOCAL (uucp@localhost)
by news.IAEhv.nl (8.6.13/1.63) with IAEhv.nl; pid 20615
on Sun, 2 Mar 1997 23:45:03 +0100; id XAA20615
efrom:
[email protected]; eto:
[email protected]
Received: (from perry@localhost)
by Garfield.IAEhv.nl (8.8.5/8.8.5) id QAA10357
for
[email protected]; Sun, 2 Mar 1997 16:08:01 +0100
Message-Id: <
[email protected]>
Date: Sun, 2 Mar 1997 16:08:01 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Perry Rovers <
[email protected]>
To:
[email protected]
Subject: Re: How to prevent real users from ftping in
In-Reply-To: <
[email protected]>
X-Newsreader: TIN [UNIX 1.3 unoff BETA 970217; i586 Linux 2.0.28]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
In article <
[email protected]> you wrote:
: Here's how i did something like that, but for anon instead of real..
Let me get this straight:
- one of you is trying to create an anon-only server
- one of you is trying to create an non-anon server
correct?
why wouldn't you use the ANON_ONLY flag in the Makefile in the first case
and add 'ftp' to the ftpusers file in the second case.
--
Perry Rovers (
[email protected])
From
[email protected] Mon Mar 3 00:32:29 1997
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with esmtp
id <
[email protected]>
for <
[email protected]>; Mon, 3 Mar 1997 00:31:10 -0800 (PST)
(Smail-3.2.0.92 1997-Feb-9 #9 built 1997-Feb-24)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id CAA30780;
Mon, 3 Mar 1997 02:28:31 -0600 (CST)
Received: from pizza.hvu.nl (
[email protected] [145.89.234.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id CAA30562
for <
[email protected]>; Mon, 3 Mar 1997 02:24:44 -0600 (CST)
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19961213 [Fight Spam]) id JAA20393 for
[email protected]; Mon, 3 Mar 1997 09:24:42 +0100 (MET)
Message-Id: <
[email protected]>
Date: Mon, 3 Mar 1997 09:24:42 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Contents of wu-ftpd FAQ
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
* Contents of the FAQ file for wu-ftpd. The complete file can be found at
http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html
Or, send mail to
[email protected] with as subject "send faq"
(without the quotes, body ignored).
1. Contents of this FAQ
1. [1]Contents of this FAQ
2. [2]What is wu-ftpd itself and this mailing list in particular
?
1. [3]How do I subscribe/unsubscribe ?
2. [4]Is this list archived anywhere ?
3. [5]What are related documents ?
3. [6]Where do I get the wu-ftpd ?
1. [7]Where do I get the updated version ?
4. [8]Compiling the wu-ftpd
1. [9]cc complains about strunames, typenames, modenames,
.. being undeclared.
2. [10]wu-ftpd doesn't 'see' that users are in multiple
groups.
3. [11]wu-ftpd doesn't use the shadow passwords on my Linux
machine.
4. [12]It doesn't compile at all on newer Linux installs.
The error is :
5. [13]I need to use S/KEY authorisation
6. [14]I need to authenticate real users via AFS
7. [15]The timezone in the xferlog is wrong
8. [16]The timezone in the ls output is wrong
9. [17]Digital Unix doesn't log commands after an anonymous
user logs in
10. [18]install fails with 'install: ..'
11. [19]Digital Unix (The Unix Formerly Known As OSF/1) and
Enhanced C2 security,
12. [20]It doesn't compile at all on Digital Unix, errors
about struct timeval
13. [21]What should I do to be able to use wu-ftpd in a
HP-UX 10.01
5. [22]Installing the wu-ftpd
1. [23]Command-line options for wu-ftpd
2. [24]Testing on a different port number then ftp
6. [25]The ftpaccess file
1. [26]Some files (banners, etc) don't get shown to
anonymous users.
2. [27]What is the exact format of the <times> parameter in
the "limit"
7. [28]Programs (ls, gzip, tar) work for real users, not for
anonymous users, giving errors like 425 Can't create data
socket (0.0.0.0,20): Bad file number or simply no output.
1. [29]Solaris
2. [30]Building a statically linked ls for Solaris fails
3. [31]Linux
4. [32]Dec OSF
5. [33]SunOS4.1.x
6. [34]AIX
7. [35]It worked, until I upgraded the operating system.
8. [36]Running wu-ftpd
1. [37]ftpd allways says "221 Server shutting down.
Goodbye."
2. [38]Anonymous ftp works fine, but real users are denied
access
3. [39]ftpconversions doesn't work
4. [40]On-the-fly compression works, on-the-fly tarring,
but not both.
5. [41]I want a real user to be able to access the host
only via ftp, not via telnet
6. [42]Somebody uploaded a file with a weird name
7. [43]I want anonymous users to be able to upload files,
but in the most secure manner possible
8. [44]The default umask used when a real user uploads a
file is wrong
9. [45]I heard something about 'SITE EXEC' having a
security hole
10. [46]How do I make reports more readable ?
11. [47]Incoming file transfers fail with SunOS and an NFS
mounted incoming
12. [48]Normal ftp clients work, Netscape ftp's fail. So,
passive mode doesn't work.
13. [49]I want to redirect anonymous users to another
machine
9. [50]Other things
1. [51]Where is the FTP protocol documented ?
2. [52]How can I make my ftp-archive accessible by E-mail
(ftpmail) ?
10. [53]Credits
References
1. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA0
2. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA1
3. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA2
4. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA3
5. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA4
6. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA5
7. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA6
8. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA7
9. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA8
10. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA9
11. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA10
12. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA11
13. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA12
14. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA13
15. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA14
16. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA15
17. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA16
18. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA17
19. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA18
20. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA19
21. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA20
22. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA21
23. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA22
24. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA23
25. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA24
26. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA25
27. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA26
28. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA27
29. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA28
30. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA29
31. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA30
32. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA31
33. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA32
34. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA33
35. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA34
36. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA35
37. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA36
38. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA37
39. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA38
40. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA39
41. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA40
42. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA42
43. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA43
44. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA44
45. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA45
46. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA46
47. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA47
48. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA48
49. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA49
50. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA50
51. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA51
52. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA52
53. file://localhost/home/staff/koos/wu-ftpd-faq/wu-ftpd-faq.contents.html#QA53
---------------------------------------------------------------------------
From
[email protected] Mon Mar 3 00:48:12 1997
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with esmtp
id <
[email protected]>
for <
[email protected]>; Mon, 3 Mar 1997 00:46:54 -0800 (PST)
(Smail-3.2.0.92 1997-Feb-9 #9 built 1997-Feb-24)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id CAA31486;
Mon, 3 Mar 1997 02:44:39 -0600 (CST)
Received: from universal-woman.academ.com (
[email protected] [198.137.249.4])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id CAA32097
for <
[email protected]>; Mon, 3 Mar 1997 02:38:50 -0600 (CST)
Received: (from news@localhost) by universal-woman.academ.com (8.8.4/8.7.1) id CAA06830; Mon, 3 Mar 1997 02:38:49 -0600 (CST)
Message-Id: <
[email protected]>
Date: 3 Mar 1997 08:38:49 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Stan Barber)
To:
[email protected]
Subject: Closed wu-ftp-bugs tickets
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
This file contains tickets I have closed because I could not reproduce the
problem under beta-12. I can't fix problems I can't reproduce. If you
feel that they should be reopened, send mail to "
[email protected]"
and report your problem again. Note the old ticket number in the message.
-------------------------------------------------------------------------------
Ticket 5 from "Scott J. Ellentuch" <
[email protected]> reported the
Beta-11 server would not work properly in setting the modes and ownership
using the upload directive. I could not reproduce this in the Beta-12 server,
so I have closed this ticket.
-------------------------------------------------------------------------------
Ticket 16 from "Scott J. Ellentuch" <
[email protected]> reported the
Beta-11 server would report any users when invoking ftpwho or ftpcount on
Linux 1.2.13. I could not reproduce this in the Beta-12 server, so I have
closed this ticket.
-------------------------------------------------------------------------------
Ticket 17 from
[email protected] (Kevin Geddie) reported problems when
doing anonymous logins to a BSDI 2.1 machine running the Beta 11 server.
He reported that after login via anonymous, an "ls" would generate a 421
error. I can't reproduce this on the Beta-12 server, so I have closed this
ticket.
-------------------------------------------------------------------------------
Ticket 30 from
[email protected] reported a problem with the virtual
host support that was resolve in beta-12. This ticket is closed.
-------------------------------------------------------------------------------
Ticket 37 from "Gene Buckle" <
[email protected]> reports the Beta-11 virual
hosts did not work on SunOS and shadow password support did not work on Linux.
I can't reproduce ether of these problems, so I am closing this ticket.
-------------------------------------------------------------------------------
Ticket 40 from
[email protected] reports that when nodirs is specified,
directories could still be made if the parent directoy mode permitted it. I
can reproduce this in beta-12, so I am closing this ticket.
-------------------------------------------------------------------------------
Ticket 82 from Jawaid Bazyar <
[email protected]> reported a problem in
beta 10 that related to ACL processing. This bug was fixed in beta-11.
I have closed the ticket.
-------------------------------------------------------------------------------
Ticket 88 from
[email protected] and ticket 217 from
[email protected] (Bruce
Cheng) reporting a problem that appeared to be related to no having a "-a" in
the /etc/inetd.conf to cause it to read the ftpaccess. These tickets are
closed.
-------------------------------------------------------------------------------
Ticket 94 and 95 from
[email protected] reported that he can't get the -a
option to execute in linux. I can't reproduce this problem, so I am closing
this ticket.
-------------------------------------------------------------------------------
Ticket 158 from Peter Bivesand <
[email protected]> and 212 from
Gregory Neil Shapiro <
[email protected] both attempted to build beta-12
on Digital Unix using "./build osf" instead of "./build dec". These
are closed.
-------------------------------------------------------------------------------
Ticket 178 from Tim Osburn <
[email protected]> appeared to indicate that he did
not do a "./build clean" before doing a "./build sol". In any case, I can't
reproduce the problem he reported with building on Solaris 2.5.1 so I have
closed the ticket.
-------------------------------------------------------------------------------
Ticket 179 from Joseph Arceneaux <
[email protected]> offered some patches for
beta-11 (not included in his mail), but beta-12 was already released.
I have closed this ticket.
-------------------------------------------------------------------------------
Ticket 187 from James Sneeringer <
[email protected]> said that there was an
error in the pathmsg described in the ftpaccess.5. It is escaped in the
version I have. Perhaps his version of nroff is not processing that like
mine. In any case, it's not a problem I can reproduce, so I am closing
the ticket.
-----------------------------------------------------------------------------
Ticket 192 from "Alexander V. Lukyanov" <
[email protected]> reported
a bug in beta 11 that is fixed in beta 12. He asked that the ticket be
closed and it is.
-----------------------------------------------------------------------------
Ticket 196 from Ko Byung-Ho <
[email protected]> was attempting to use
the cc that uses the ucb include files on Solaris 2.5 to build wuftpd. After
he discovered he should use the regular includes (via SunPRO C), all compiled
and worked just fine. This ticket is closed.
-----------------------------------------------------------------------------
Ticket 206 from Stan Pawlukiewicz <
[email protected]> and 207 from
Joe Johnson <
[email protected]> both reported the bug in beta-10 that was
fixed in beta-12. These tickets are closed.
-----------------------------------------------------------------------------
--
Stan | Academ Consulting Services |internet:
[email protected]
Olan | For more info on academ, see this |uucp: {mcsun|amdahl}!academ!sob
Barber | URL-
http://www.academ.com/academ |Opinions expressed are only mine.
From
[email protected] Mon Mar 3 01:57:18 1997
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with esmtp
id <
[email protected]>
for <
[email protected]>; Mon, 3 Mar 1997 01:56:01 -0800 (PST)
(Smail-3.2.0.92 1997-Feb-9 #9 built 1997-Feb-24)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id DAA01802;
Mon, 3 Mar 1997 03:53:40 -0600 (CST)
Received: from announcer.academ.com (
[email protected] [198.137.249.60])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id DAA01554
for <
[email protected]>; Mon, 3 Mar 1997 03:47:17 -0600 (CST)
Received: (from root@localhost) by announcer.academ.com (8.8.5/8.7.3) id DAA27804; Mon, 3 Mar 1997 03:47:13 -0600 (CST)
Message-Id: <
[email protected]>
Date: Mon, 3 Mar 1997 03:47:13 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Stan Barber)
To:
[email protected],
[email protected]
Subject: Academ version of wu-ftpd 2.4 Release 2 Beta 13 available for testing
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
BETA 13 is now available. It has been tested on the following systems:
Solaris 2.4 Sparc and x86, SunOS 4.1.4, FreeBSD 2.1.5-RELEASE, BSD/OS 1.1,
BSD/OS 2.1, Unixware 2.1, SCO Open Server 5, Linux 1.3.39 and 2.0.0.
I would like to hear from folks with access to HP-UX, Digital Unix, IRIX
and AIX in particular. Please send mail to the
[email protected]
address.
If hardware companies wish to donate equipment running their proprietary
UNIX derivatives to me for doing maintenance work on this and the other
packages I maintain (NNTP, RN, etc), please contact me directly to discuss.
If software companies that sell UNIX derivatives I don't to which I don't
have access wish to donain copies of their UNIX derivative to me for the
purposes of doing maintenace work on this and the other packages I maintain,
please contact me directly to discuss.
Finally, both The AUS-CERT and the CERT/CC have continued to provide me
with feedback on the security issues with this software.
This is another release candidate.
The location is:
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-13.tar.Z
NOTE: This directory is protected. Attempts to use a directory listing
command will fail.
-0-FIXES IN THIS RELEASE-0-
-----------------------------------------------------------------------------
Tickets 23 from <
[email protected]> and 96 from
<
[email protected]> reported a problem with compliing wu-ftpd on
OSF. This is due to an failure in the software to include the correct
include file. This is fixed in this release.
-----------------------------------------------------------------------------
Ticket 157 from Albert Lunde <
[email protected]> pointed out an
inconsistency in the forward definition of realpath when a STDC compiler is
used. This is now fixed.
-----------------------------------------------------------------------------
Ticket 161 from
[email protected], ticket 168 from
[email protected] and
ticket 220 from
[email protected] all pointed out a problem in the code I
put into popen.c to attempt to address an overflow problem. Too much late
night coding for me:-). Anyway, a version of their suggested fix is in
this release.
-----------------------------------------------------------------------------
Ticket 162 and 222 from
[email protected] and
[email protected],
respectively, pointed out that there was an extra %s in one of the
reply strings. This is now fixed
-----------------------------------------------------------------------------
Ticket 168 from
[email protected] suggested that sysconf be used to
get the number of fds. This has been added to popen.c and a change has been
made to config.hpx to use that. I have also tried to add this to other
configurations that are documented (or are known) to support sysconf.
-----------------------------------------------------------------------------
Ticket 180 from David Pesticcio <
[email protected]> pointed out some problems
with the INSTALL file. There was a missing step and other problems. These have
been fixed for this release.
-----------------------------------------------------------------------------
Ticket 182 from <
[email protected]> supplied some fixes to skey support. The
patches supplied were used as a basis for those fixed included in this release.
-----------------------------------------------------------------------------
Ticket 183 from <
[email protected]> supplied a patch to removed \r\n from any
string put in setproctitle. This changes are includes in this release.
-----------------------------------------------------------------------------
Ticket 184 from <
[email protected]> supplied a patch to enforce FreeBSD (when
this software is built on FreeBSD) concerning the logging of numeric addresses
when DNS name is larger than UT_HOSTSIZE field.
-----------------------------------------------------------------------------
Ticket 185 from <
[email protected]> suggested that we should removed all
references to LOG_TOOMANY, since it is no longer being actually implemented.
We agree.
-----------------------------------------------------------------------------
Ticket 186 from <
[email protected]> said that FreeBSD already had the fnmatch
function in its C library and didn't need the version in the support library.
The support library will now be built without this.
-----------------------------------------------------------------------------
Ticket 191 from Ian Willis <
[email protected]> suggests that the failsafe number of
fds in popen.c should be bigger than sizeof(long). He suggested 20, but I am
setting it to 31. We'll see if that helps folks have fewer signal 10 or 11
errors that are unexplained.
-----------------------------------------------------------------------------
Ticket 193 from <
[email protected]> pointed out that ftpcount.c does not
include stdlib.h, which will cause malloc to allocate too little space to
hold st_size on FreeBSD. This is now fixed.
-----------------------------------------------------------------------------
Ticket 197 from Ian Willis <
[email protected]> provides some additional patches
for SCO OpenServer 5. These are included in this release.
-----------------------------------------------------------------------------
Ticket 216 from Alain Magloire <
[email protected]> provides
some bounds checking ftpd when building the directory command to send to
the operating system. His changes may not be portable to all platforms, since
the use snprintf, but we'll give it a try.
-----------------------------------------------------------------------------
Ticket 220 from
[email protected] showd some coding problems in access.c when
determining host access information. This fix is included in this release.
-----------------------------------------------------------------------------
In researching other problems, I noticed that setproctitle was not being
called correctly in a couple of placed in ftpd.c. There were not enough
arguments. This is now fixed.
-----------------------------------------------------------------------------
A new version of vsnprintf (and the addition of snprintf) has been made to
the support library. This version comes from sendmail 8.8.5 (thanks, Eric!)
and is quite an improvement over my previous lame effort.
-----------------------------------------------------------------------------
I have also attempted to tune up all the configurations for systems to which
I have access. Those systems I don't have access may or may not work.
-----------------------------------------------------------------------------
From
[email protected] Mon Mar 3 02:00:48 1997
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with esmtp
id <
[email protected]>
for <
[email protected]>; Mon, 3 Mar 1997 01:59:30 -0800 (PST)
(Smail-3.2.0.92 1997-Feb-9 #9 built 1997-Feb-24)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id DAA00219;
Mon, 3 Mar 1997 03:57:13 -0600 (CST)
Received: from po1.cert.org (po1.cert.org [192.88.209.10])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id DAA01566
for <
[email protected]>; Mon, 3 Mar 1997 03:48:26 -0600 (CST)
Received: from smtp.cert.org (smtp.cert.org [192.88.210.47])
by po1.cert.org (8.8.5/8.8.5) with ESMTP id EAA04650;
Mon, 3 Mar 1997 04:47:55 -0500 (EST)
Received: (from daemon@localhost)
by smtp.cert.org (8.8.5/8.8.5) id EAA06765;
Mon, 3 Mar 1997 04:47:44 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 03 Mar 97 04:47:43 EST
Reply-To: CERT(sm) Coordination Center <
[email protected]>
Sender:
[email protected]
From: CERT(sm) Coordination Center <
[email protected]>
To:
[email protected] (Stan Barber)
Cc:
[email protected]
Subject: Re: Academ version of wu-ftpd 2.4 Release 2 Beta 13 available for
testing
In-Reply-To: <
[email protected]> from Stan Barber
on Mon, 3 Mar 1997 03:47:13 -0600 (CST)
References: <
[email protected]>
X-Cert-Autoreply: <
[email protected]>
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
********************************************************************************
[NOTE -- THIS IS AN AUTOMATED RESPONSE]
The CERT(sm) Coordination Center is presently handling a heavy incident
workload. Your e-mail is very important to us, and we will respond to it
as soon as possible.
All e-mail to
[email protected] is prioritized. The following Incident
reports receive the highest priority and are considered emergencies:
- possible life-threatening activity
- attacks on the Internet infrastructure (such as root name
servers, domain name servers, major archive sites, and
network access points--NAPs, or widespread automated
attacks against Internet sites)
- network sniffers
- router attacks
- root compromises
If you are reporting such an emergency outside our operational hours -
business days between 08:30-17:00 EST/EDT (GMT-5)/(GMT-4) and require
immediate assistance, then, please call the CERT hotline:
+1 412 268 7090
The following information can help you to address needs for other
incident types and information sources
Intruder Detection Checklist
ftp://info.cert.org/pub/tech_tips/intruder_detection_checklist
Steps for Recovering from a UNIX Root Compromise
ftp://info.cert.org/pub/tech_tips/root_compromise
UNIX Configuration Guidelines
ftp://info.cert.org/pub/tech_tips/UNIX_configuration_guidelines
List of Security Tools
ftp://info.cert.org/pub/tech_tips/security_tools
Overview of CERT advisories
ftp://info.cert.org/pub/cert_advisories/01-README
Overview of CERT vendor initiated bulletins (VIB's)
ftp://info.cert.org/pub/cert_bulletins/01-README
Overview of CERT summaries
ftp://info.cert.org/pub/cert_summaries/01-README
FIRST contact information
http://www.first.org/team-info/
CERT Coordination Center FAQ
ftp://info.cert.org/pub/cert_faq
Keep us informed about your incident - let us know of any actions you
take, intruder tools you discover, and what other sites may be
affected. If you have not already done so, please complete an incident
reporting form, which you can get from
ftp://info.cert.org/pub/incident_reporting_form
If you believe the intruder activity is a threat to people's lives or to
the Internet infrastructure, please contact us immediately.
We appreciate your understanding and cooperation.
CERT Coordination Center
Software Engineering Institute
Carnegie Mellon University
Pittsburgh, PA USA 15213-3890
Internet e-mail:
[email protected] (monitored during business hours)
Telephone: +1-412-268-7090 24-hour hotline
CERT Coordination Center personnel answer business days 08:30-17:00
EST/EDT (GMT-5)/(GMT-4), on call for emergencies during other hours.
Fax: +1-412-268-6989
**************************** cut here ****************************
version 3.0
February 28, 1996
CERT(sm) Coordination Center
Incident Reporting Form
The CERT Coordination Center (CERT/CC) has developed the following form in
an effort to gather incident information. We would appreciate your
completing the form below in as much detail as possible. The information
is optional, but from our experience we have found that having the answers
to all the questions enables us to provide the best assistance. Completing
the form also helps avoid delays while we get back to you requesting the
information we need in order to help you. Sites have told us, as well,
that filling out the form has helped them work through the incident.
Note that our policy is to keep any information specific to your site
confidential unless we receive your permission to release that information.
Please feel free to duplicate any section as required. Please return this
form to
[email protected]. If you are unable to email this form, please send
it by FAX. The CERT/CC FAX number is
+1 412 268 6989
Thank you for your cooperation and help.
...........................................................................
1.0. General Information
1.1. Incident number (to be assigned by the CERT/CC): CERT#
1.2. Reporting site information
1.2.1. Name (e.g., CERT Coordination Center):
1.2.2. Domain Name (e.g., cert.org):
1.2.3. Brief description of the organization:
1.2.4. Is your site an Internet Service Provider (Yes/No):
2.0. Contact Information
2.1. Your contact information
2.1.1. Name:
2.1.2. Email address:
2.1.3. Telephone number:
2.1.4. FAX number:
2.1.5. Pager number:
2.1.6. Home telephone number (for CERT/CC internal use only):
2.1.7. Secure communication channel (e.g., PGP, PEM, DES, secure
telephone/FAX) [NOTE -- we will call to obtain the secure
communication channel information] (Yes/No):
2.2. Additional contact information (if available)
2.2.1. Name:
2.2.2. Email address:
2.2.3. Telephone number:
2.2.4. FAX number:
2.2.5. Pager number:
2.2.6. Home telephone number (for CERT/CC internal use only):
2.2.7. Secure communication channel (Yes/No):
2.3. Site security contact information (if applicable)
2.3.1. Name:
2.3.2. Email address:
2.3.3. Telephone number:
2.3.4. FAX number:
2.3.5. Pager number:
2.3.6. Home telephone number (for our internal use only):
2.3.7. Secure communication channel (Yes/No):
2.4. Contact information for other site(s) involved in this incident (if
available)
2.4.1. Site name:
2.4.2. Contact person name:
2.4.3. Email address:
2.4.4. Telephone number:
2.4.5. FAX number:
2.4.6. Pager number:
2.4.7. Home telephone number (for CERT/CC internal use only):
2.4.8. Secure communication channel (Yes/No):
2.5. Contact information for any other incident response team(s) (IRTs)
that has/have been notified (if available)
2.5.1. IRT name:
2.5.2. Constituency domain:
2.5.3. Contact person name:
2.5.4. Email address:
2.5.5. Telephone number:
2.5.6. FAX number:
2.5.7. Pager number:
2.5.8. Home telephone number (for CERT/CC internal use only):
2.5.9. Secure communication channel (Yes/No):
2.5.10. IRT reference number:
2.6. Contact information for any law enforcement agency(ies) that
has/have been notified (if available)
2.6.1. Law enforcement agency name:
2.6.2. Contact person name:
2.6.3. Email address:
2.6.4. Telephone number:
2.6.5. FAX number:
2.6.6. Pager number:
2.6.7. Home telephone number (for CERT/CC internal use only):
2.6.8. Secure communication channel (Yes/No):
2.6.9. Law enforcement agency reference number:
3.0. Contacting Sites Involved
3.1. We ask that reporting sites contact other sites involved in
incident activity. Please let us know if you need assistance
in obtaining contact information for the site(s) involved.
When contacting the other sites, we would very much
appreciate a cc to the "
[email protected]" alias. This helps
us identify connections between incidents and understand
the scope of intruder activity. We would also appreciate
your including our incident number in the subject line of
any correspondence relating to this incident if one
has been assigned (see item 1.1.).
If you are unable to contact the involved sites, please get in
touch with us to discuss how we can assist you.
3.2. Disclosure information -- may we give the following types of
information to
3.2.1. the sites involved in this incident
3.2.1.1. your domain (Yes/No):
3.2.1.2. your host(s) involved (Yes/No):
3.2.1.3. your contact information (Yes/No):
3.2.2. incident response teams, for sites from their
constituencies involved in this incident
3.2.2.1. your domain (Yes/No):
3.2.2.2. your host(s) involved (Yes/No):
3.2.2.3. your contact information (Yes/No):
3.2.3. law enforcement agency(ies) if there is a legal
investigation
3.2.3.1. your domain (Yes/No):
3.2.3.2. your host(s) involved (Yes/No):
3.2.3.3. your contact information (Yes/No):
4.0. Host Information
4.1. Host(s) involved at your site. Please provide information on all
host(s) involved in this incident at the time of the incident (one
entry per host please)
4.1.1. Hostname:
4.1.2. IP address(es):
4.1.3. Vendor hardware, OS, and version:
4.1.4. Security patches applied/installed as currently
recommended by the vendor and the CERT/CC
(Yes/No/Unknown):
4.1.5. Function(s) of the involved host
4.1.5.1. Router (Yes/No):
4.1.5.2. Terminal server (Yes/No):
4.1.5.3. Other (e.g. mail hub, information server, DNS
[external or internal], etc.):
4.1.6. Where on the network is the involved host (e.g.
backbone, subnet):
4.1.7. Nature of the information at risk on the involved host
(e.g., router configuration, proprietary, personnel,
financial, etc.):
4.1.8. Timezone of the involved host (relative to GMT):
4.1.9. In the attack, was the host the source, the victim, or
both:
4.1.10. Was this host compromised as a result of this attack
(Yes/No):
4.2. Host(s) involved at other other sites (one entry per host
please)
4.2.1. Hostname:
4.2.2. IP address(es):
4.2.3. Vendor hardware, OS, and version:
4.2.4. Has the site been notified (Yes/No):
4.2.5. In the attack, was the host the source, the victim, or
both:
4.2.6. Was this host compromised as a result of this attack
(Yes/No):
5.0. Incident Categories
5.1. Please mark as many categories as are appropriate to
this incident
5.1.1. Probe(s):
5.1.2. Scan(s):
5.1.3. Prank:
5.1.4. Scam:
5.1.5. Email Spoofing:
5.1.6. Email bombardment:
5.1.6.1. was this denial-of-service attack successful
(Yes/No):
5.1.7. Sendmail attack:
5.1.7.1. did this attack result in a compromise (Yes/No):
5.1.8. Break-in
5.1.8.1. Intruder gained root access (Yes/No):
5.1.8.2. Intruder installed Trojan horse program(s)
(Yes/No):
5.1.8.3. Intruder installed packet sniffer (Yes/No):
5.1.8.3.1. What was the full pathname(s) of the
sniffer output file(s):
5.1.8.3.2. How many sessions did the sniffer log?
(use "grep -c 'DATA' <filename>" to
obtain this information):
5.1.8.4. NIS (yellow pages) attack (Yes/No):
5.1.8.5. NFS attack (Yes/No):
5.1.8.6. TFTP attack (Yes/No):
5.1.8.7. FTP attack (Yes/No):
5.1.8.8. Telnet attack (Yes/No):
5.1.8.9. Rlogin or rsh attack (Yes/No):
5.1.8.10. Cracked password (Yes/No):
5.1.8.11. Easily-guessable password (Yes/No):
5.1.9. Anonymous FTP abuse (Yes/No):
5.1.10. IP spoofing (Yes/No):
5.1.11. Product vulnerability (Yes/No):
5.1.11.1. Vulnerability exploited:
5.1.12. Configuration error (Yes/No):
5.1.12.1. Type of configuration error:
5.1.13. Misuse of host(s) resources (Yes/No):
5.1.14. Worm (Yes/No):
5.1.15. Virus (Yes/No):
5.1.16. Other (please specify):
6.0. Security Tools
6.1. At the time of the incident, were you any using the following
security tools (Yes/No; How often)
Network Monitoring tools
6.1.1. Argus:
6.1.2. netlog (part of the TAMU Security Package):
Authentication/Password tools
6.1.3. Crack:
6.1.4. One-time passwords:
6.1.5. Proactive password checkers:
6.1.6. Shadow passwords:
6.1.7. Kerberos:
Service filtering tools
6.1.8. Host access control via modified daemons or wrappers:
6.1.9. Drawbridge (part of the TAMU Security Package):
6.1.10. Firewall (what product):
6.1.11. TCP access control using packet filtering:
Tools to scan hosts for known vulnerabilities
6.1.12. ISS:
6.1.13. SATAN:
Multi-purpose tools
6.1.14. C2 security:
6.1.15. COPS:
6.1.16. Tiger (part of the TAMU Security Package):
File Integrity Checking tools
6.1.17. MD5:
6.1.18. Tripwire:
Other tools
6.1.19. lsof:
6.1.20. cpm:
6.1.21. smrsh:
6.1.22. append-only file systems:
Additional tools (please specify):
6.2. At the time of the incident, which of the following logs were you
using, if any (Yes/No)
6.2.1. syslog:
6.2.2. utmp:
6.2.3. wtmp:
6.2.4. TCP wrapper:
6.2.5. process accounting:
6.3. What do you believe to be the reliability and integrity of
these logs (e.g., are the logs stored offline or on a
different host):
7.0. Detailed description of the incident
7.1. Please complete in as much detail as possible
7.1.1. Date and duration of incident:
7.1.2. How you discovered the incident:
7.1.3. Method used to gain access to the affected host(s):
7.1.4. Details of vulnerabilities exploited that are
not addressed in previous sections:
7.1.5. Other aspects of the "attack":
7.1.6. Hidden files/directories:
7.1.7. The source of the attack (if known):
7.1.8. Steps taken to address the incident (e.g., binaries
reinstalled, patches applied):
7.1.9. Planned steps to address the incident (if any):
7.1.10. Do you plan to start using any of the tools listed
above in question 6.0 (please list tools expected
to use):
7.1.11. Other:
7.2. Please append any log information or directory listings and
timezone information (relative to GMT).
7.3. Please indicate if any of the following were left on your
system by the intruder (Yes/No):
7.3.1. intruder tool output (such as packet sniffer output
logs):
7.3.2. tools/scripts to exploit vulnerabilities:
7.3.3. source code programs (such as Trojan horse programs,
sniffer programs):
7.3.4. binary code programs (such as Trojan horse programs,
sniffer programs):
7.3.5. other files:
If you answered yes to any of the last 5 questions, please call
the CERT/CC hotline (+1 412 268 7090) for instructions on
uploading files to us by FTP. Thanks.
7.4. What assistance would you like from the CERT/CC?
Copyright 1996 Carnegie Mellon University
This form may be reproduced and distributed without permission provided it
is used for noncommercial purposes and the CERT Coordination Center is
acknowledged.
CERT is a service mark of Carnegie Mellon University.
From
[email protected] Mon Mar 3 04:10:15 1997
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with esmtp
id <
[email protected]>
for <
[email protected]>; Mon, 3 Mar 1997 04:08:57 -0800 (PST)
(Smail-3.2.0.92 1997-Feb-9 #9 built 1997-Feb-24)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA04303;
Mon, 3 Mar 1997 06:06:27 -0600 (CST)
Received: from gatekeeper.megamedia.pt (gatekeeper.megamedia.pt [194.117.45.153])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA03370
for <
[email protected]>; Mon, 3 Mar 1997 06:04:31 -0600 (CST)
Received: from LuisRodrigues.megamedia.pt ([192.168.200.45]) by gatekeeper.megamedia.pt (8.6.11/8.6.9) with ESMTP id MAA13820 for <
[email protected]>; Mon, 3 Mar 1997 12:04:23 GMT
Message-Id: <
[email protected]>
Date: Mon, 3 Mar 1997 12:04:55 -0000
Reply-To:
[email protected]
Sender:
[email protected]
From: "Luis Manuel Rodrigues" <
[email protected]>
To: <
[email protected]>
Subject: Virtual FTP - Thanks for the help
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-MSMail-Priority: Normal
X-Priority: 3
X-Mailer: Microsoft Internet Mail 4.70.1155
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Some time ago I wrote:
: I'm using wu-ftpd release 2.4.2-beta-12 and my OS is FreeBSD release
: 2.0.5. In my ftpaccess file I have the following directive: virtual
: <ip-addr> root <path>, where <path> exists and <ip-addr> is an alias IP
: address for my machine. (...)
Thanks to all those that wrote me with suggestions. The problem is now
solved.
Bye.
Luis
From
[email protected] Mon Mar 3 10:54:03 1997
Received: (from root@localhost) by landfield.com (8.7.5/8.7.3) id KAA25326 for wuftpd; Mon, 3 Mar 1997 10:54:03 -0600 (CST)
Date: Mon, 3 Mar 1997 10:54:03 -0600 (CST)
From: Kent Landfield <
[email protected]>
Message-Id: <
[email protected]>
Subject: Test message of the wuftpd mail address.
Reply-To:
[email protected]
Status: OR
This is a test of your email address. If you receive this mail
please send an acknowledgement back so that I know it made it
somewhere. Thanks.
---
Kent Landfield Phone: 1-817-545-2502
The Landfield Group FAX: 1-817-545-7650
Email:
[email protected] http://www.landfield.com/
Please send comp.sources.misc related mail to
[email protected].
Search the Usenet Hypertext FAQ Archive at
http://www.landfield.com/faqs/
From
[email protected] Mon Mar 3 13:51:05 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA26455; Mon, 3 Mar 1997 13:51:04 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA01653;
Mon, 3 Mar 1997 13:44:02 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA01497
for <
[email protected]>; Mon, 3 Mar 1997 13:42:04 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id NAA10118
for
[email protected]; Mon, 3 Mar 1997 13:41:30 -0600 (CST)
Message-Id: <
[email protected]>
Date: Mon, 3 Mar 1997 13:41:30 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected] (wu-ftp mail list)
Subject: User login doesn't work
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I think I may have set up beta-12 wrong, after the move from SunOS4 to SunOS5.
It used to work, but now I get:
220 ftms FTP server (Version wu-2.4.2-academ[BETA-12](1) Wed Jan 22 10:00:49 CST 1997) ready.
Name (ftms:brown): ftmsftp
530 421 Service not available, remote server has closed connection
Login failed.
Did I do something stupid?
Thanks in advance.
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Mon Mar 3 14:02:19 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA26578; Mon, 3 Mar 1997 14:02:18 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA02793;
Mon, 3 Mar 1997 13:54:48 -0600 (CST)
Received: from relay1.smtp.psi.net (relay1.smtp.psi.net [38.8.14.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA02426
for <
[email protected]>; Mon, 3 Mar 1997 13:53:11 -0600 (CST)
Received: from uu2.psi.com by relay1.smtp.psi.net (8.8.3/SMI-5.4-PSI)
id OAA17128; Mon, 3 Mar 1997 14:53:08 -0500 (EST)
Received: from [207.82.202.66] by uu2.psi.com (5.65b/4.0.940727-PSI/PSINet) via SMTP;
id AA03331 for
[email protected]; Mon, 3 Mar 97 14:53:04 -0500
Received: from bobw.filmworks.com by filmworks.com (5.x/SMI-SVR4)
id AA18194; Mon, 3 Mar 1997 11:48:44 -0800
Message-Id: <
[email protected]>
Date: Mon, 03 Mar 1997 11:52:18 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Woodward <
[email protected]>
To:
[email protected]
Subject: Re: Hanging ftpd processes
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
At 01:43 PM 2/28/97 -0500, you wrote:
>Howdy folks,
>I have two questions about the hanging processes. I am currently
>running the 2.4 version and have made modifications. Is there a fix
>for the hanging procs that I can incorporate into 2.4 without going
>to 2.4 B12? Second, earlier I had seen questions about writing a
>simple script to kill of hanging procs. Is that a viable solution?
>
>thanks for any help
>
>Doug
I'm using a script to kill off ftp jobs that are over 24 hours. These are
sensed on my Solaris 2.4 system because that's when the time entry changes
to a date in the 'ps -ef' listing. This means they end up hanging around
for anywhere from 24 to 36 hours since I run the script twice a day.
----------
Bob Woodward, Seattle FilmWorks (
[email protected])
Data Processing Department (206) 281-1390 ext. 475
Visit our Web Site to learn about getting your pictures via downloads on
the Internet!
Point your browser to "
http://www.filmworks.com".
From
[email protected] Mon Mar 3 14:19:28 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA26796; Mon, 3 Mar 1997 14:19:27 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA01931;
Mon, 3 Mar 1997 14:11:47 -0600 (CST)
Received: from pnn.com (
[email protected] [204.188.46.225])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA03408
for <
[email protected]>; Mon, 3 Mar 1997 14:08:02 -0600 (CST)
Received: from 3FINGEREDJACK.mazama.pnn.com (gatekeeper.pnn.com [204.188.46.230]) by pnn.com (8.8.5/8.7.3) with SMTP id MAA10654 for <
[email protected]>; Mon, 3 Mar 1997 12:03:06 -0800 (PST)
Received: by 3FINGEREDJACK.mazama.pnn.com with Microsoft Mail
id <
[email protected]>; Mon, 3 Mar 1997 12:15:33 -0800
Message-Id: <
[email protected]>
Date: Mon, 3 Mar 1997 12:15:32 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Gary Banke <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: Problems With WUFTP and BSDI
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by wugate.wustl.edu id OAA03268
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hello,
I'm trying to setup a secure ftp dropbox on a BSDI UNIX server for our ISP and am having difficulty in a couple of areas.
The first problem has to do with the 'ls' command. In short, it refuses to display any files or directories when executed within wuftp. It works fine from within the account in UNIX, but not from with ftp.
The next problem of note is the fact that when I'm ftp'd into the secure account, ftp allows me to escape to a shell (even though the shell is setup as /etc/ftponly) and traverse the directory tree from the root on down.
I suspect that I'm just not getting the ftpaccess config'd right, but the documentation is skimpy at best and I could really use some insights.
Any help would be greatly appreciated.
Best regards,
Gary Banke/Senior Systems Administrator
Pacific Northwest Networks, Inc.
Office: (503) 472-5861
FAX: (503) 472-1860
E-mail:
[email protected]
From
[email protected] Mon Mar 3 16:58:12 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA27804; Mon, 3 Mar 1997 16:58:11 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA16616;
Mon, 3 Mar 1997 16:47:29 -0600 (CST)
Received: from landfield.com (rkive.landfield.com [208.196.145.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA16302
for <
[email protected]>; Mon, 3 Mar 1997 16:44:39 -0600 (CST)
Received: (from kent@localhost) by landfield.com (8.7.5/8.7.3) id QAA27623 for
[email protected]; Mon, 3 Mar 1997 16:45:01 -0600 (CST)
Message-Id: <
[email protected]>
Date: Mon, 3 Mar 1997 16:45:00 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Kent Landfield <
[email protected]>
To:
[email protected]
Subject: guestserver
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
guestserver does not seem to be documented in the man page. Is this
a permanent feature or a short lived one ?
This is what I grabbed from the code.
-----------------------------
guestserver [<machine1> [<machineN>]]
If present in the ftpaccess file anonymous access is restricted to
the machines listed, usually the machine whose CNAME on the current
domain is "ftp"...
"guestserver" by itself forbids anonymous access on all machines.
"guestserver ftp inf" will allow anonymous access from the two
machines whose CNAMES are "ftp.enst.fr" and "inf.enst.fr".
If anonymous access is denied on the current machine, the user will
be asked to use the first machine listed (if any) on the "guestserver"
line instead:
530- Guest login not allowed on this machine,
connect to ftp.enst.fr instead.
-----------------------------
Should this be supported as part of the virtual FTP support ?
--
Kent Landfield Phone: 1-817-545-2502
The Landfield Group FAX: 1-817-545-7650
Email:
[email protected] http://www.landfield.com/
Please send comp.sources.misc related mail to
[email protected].
Search the Usenet Hypertext FAQ Archive at
http://www.landfield.com/faqs/
From
[email protected] Mon Mar 3 17:12:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA27869; Mon, 3 Mar 1997 17:11:57 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA17865;
Mon, 3 Mar 1997 17:02:31 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA17174
for <
[email protected]>; Mon, 3 Mar 1997 16:56:55 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id QAA12877
for
[email protected]; Mon, 3 Mar 1997 16:56:24 -0600 (CST)
Message-Id: <
[email protected]>
Date: Mon, 3 Mar 1997 16:56:24 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected] (wu-ftp mail list)
Subject: Dir and Solaris 2.5.1
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I'm still working on the problem (in some spare time) as to why dir doesn't
work under Solaris 2.5.1. Neil Readwin suggested that I do the following:
truss chroot ~ftp /bin/ls
I did and got:
ftms.ZROOT <114> truss chroot ~ftp /bin/ls
execve("/usr/sbin/chroot", 0xEFFFF8D8, 0xEFFFF8E8) argc = 3
open("/dev/zero", O_RDONLY) = 3
mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xEF7C0000
open("/opt/SUNWspro/SC2.0.1/libc.so.1", O_RDONLY) Err#2 ENOENT
open("/usr/openwin/lib/libc.so.1", O_RDONLY) Err#2 ENOENT
open("/usr/lib/libc.so.1", O_RDONLY) = 5
fstat(5, 0xEFFFF58C) = 0
mmap(0x00000000, 8192, PROT_READ|PROT_EXEC, MAP_SHARED, 5, 0) = 0xEF7B0000
mmap(0x00000000, 622592, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xEF700000
munmap(0xEF780000, 57344) = 0
mmap(0xEF78E000, 26688, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 5, 516096) = 0xEF78E000
mmap(0xEF796000, 2696, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xEF796000
close(5) = 0
open("/opt/SUNWspro/SC2.0.1/libdl.so.1", O_RDONLY) Err#2 ENOENT
open("/usr/openwin/lib/libdl.so.1", O_RDONLY) Err#2 ENOENT
open("/usr/lib/libdl.so.1", O_RDONLY) = 5
fstat(5, 0xEFFFF58C) = 0
mmap(0xEF7B0000, 8192, PROT_READ|PROT_EXEC, MAP_SHARED|MAP_FIXED, 5, 0) = 0xEF7B0000
close(5) = 0
open("/usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1", O_RDONLY) = 5
fstat(5, 0xEFFFF3EC) = 0
mmap(0x00000000, 8192, PROT_READ|PROT_EXEC, MAP_SHARED, 5, 0) = 0xEF7A0000
mmap(0x00000000, 81920, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0xEF6E0000
munmap(0xEF6E4000, 57344) = 0
mmap(0xEF6F2000, 5440, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 5, 8192) = 0xEF6F2000
close(5) = 0
close(3) = 0
munmap(0xEF7A0000, 8192) = 0
getuid() = 0 [0]
chroot("/usr/export/ftms_releases/ftp") = 0
chdir("/") = 0
execve("/bin/ls", 0xEFFFF8E4, 0xEFFFF8EC) argc = 1
open("/dev/zero", O_RDONLY) Err#16 EBUSY
open("/dev/zero", O_RDONLY) Err#16 EBUSY
open("/dev/zero", O_RDONLY) Err#16 EBUSY
open("/dev/zero", O_RDONLY) Err#16 EBUSY
open("/dev/zero", O_RDONLY) Err#16 EBUSY
open("/dev/zero", O_RDONLY) Err#16 EBUSY
open("/dev/zero", O_RDONLY) Err#16 EBUSY
.......
Then it repeats the last line forever. Or at least it would have if I didn't
hit ^C :-)
Anyone have any clues, because I sure don't? From what I can see, it
opens all of the library files just fine, but croaks at doing the ls.
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Mon Mar 3 17:23:32 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA27914; Mon, 3 Mar 1997 17:23:32 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA18213;
Mon, 3 Mar 1997 17:14:02 -0600 (CST)
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA18329
for <
[email protected]>; Mon, 3 Mar 1997 17:09:10 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id PAA09710 for <
[email protected]>; Mon, 3 Mar 1997 15:08:39 -0800
Received: from doppio.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
id PAA10359; Mon, 3 Mar 1997 15:08:36 -0800
Received: from jesse.eng.sun.com by doppio.eng.sun.com (SMI-8.6/SMI-SVR4)
id PAA03227; Mon, 3 Mar 1997 15:08:12 -0800
Received: from jesse.eng.sun.com by jesse.eng.sun.com (SMI-8.6/SMI-SVR4)
id PAA27071; Mon, 3 Mar 1997 15:08:32 -0800
Message-Id: <libSDtMail.9703031508.21092.schan@jesse/doppio>
Date: Mon, 3 Mar 1997 15:08:31 -0800 (PST)
Reply-To: Steve Chan <
[email protected]>
Sender:
[email protected]
From: Steve Chan <
[email protected]>
To:
[email protected]
Subject: Re: Dir and Solaris 2.5.1
MIME-Version: 1.0
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: UExXfXR8Jux+0CTOVaZK7w==
X-Mailer: dtmail 1.1.0 CDE Version 1.1_53 SunOS 5.5.1 sun4u sparc
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
So, do you have a /dev/zero file under you're chroot'ed directory?
Has it been created correctly.
Stephen
>
> chdir("/") = 0
> execve("/bin/ls", 0xEFFFF8E4, 0xEFFFF8EC) argc = 1
> open("/dev/zero", O_RDONLY) Err#16 EBUSY
> open("/dev/zero", O_RDONLY) Err#16 EBUSY
> open("/dev/zero", O_RDONLY) Err#16 EBUSY
> open("/dev/zero", O_RDONLY) Err#16 EBUSY
> open("/dev/zero", O_RDONLY) Err#16 EBUSY
> open("/dev/zero", O_RDONLY) Err#16 EBUSY
> open("/dev/zero", O_RDONLY) Err#16 EBUSY
>
From
[email protected] Mon Mar 3 17:52:05 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA28031; Mon, 3 Mar 1997 17:52:03 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA20715;
Mon, 3 Mar 1997 17:42:38 -0600 (CST)
Received: from legolas.mdh.se (
[email protected] [130.238.251.203])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA19765
for <
[email protected]>; Mon, 3 Mar 1997 17:40:38 -0600 (CST)
Received: from legolas.mdh.se (
[email protected] [130.238.251.203]) by legolas.mdh.se (8.8.5/8.7.3) with ESMTP id AAA12209; Tue, 4 Mar 1997 00:40:35 +0100 (MET)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 00:40:34 +0100 (MET)
Reply-To: Emil Isberg <
[email protected]>
Sender:
[email protected]
From: Emil Isberg <
[email protected]>
To: Vidiot <
[email protected]>
Cc: wu-ftp mail list <
[email protected]>
Subject: Re: Dir and Solaris 2.5.1
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=iso-8859-1
Content-Transfer-Encoding: 8BIT
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> I'm still working on the problem (in some spare time) as to why dir doesn't
> work under Solaris 2.5.1. Neil Readwin suggested that I do the following:
>
> truss chroot ~ftp /bin/ls
Hmm .. my suggestion would be
> which truss
/usr/bin/truss
> ldd /usr/bin/truss
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
> cp /usr/lib/libc.so.1 /usr/lib/libdl.so.1 ~ftp/lib
> cp /usr/bin/truss ~ftp/bin
> chroot ~ftp /bin/truss /bin/ls
(Skillnaden �r att i andra fallet k�r du truss p� ls .. i f�rsta fallet
k�rde du truss p� chroot .. hmm .. f�rresten den k�rde en execve .. vad
h�nder med truss d� .. den borde f�lja.. hmm .. ja ja .. testa ..)
Hmm ..
> uname -a
SunOS bombadill 5.5.1 Generic sun4c sparc SUNW,Sun_4_50
> ls -l ~ftp/dev
total 0
crw-rw-rw- 1 root root 13, 2 Feb 17 18:25 null
crw-rw-rw- 1 root root 11, 42 Feb 7 16:31 tcp
crw-rw-rw- 1 root root 105, 1 Feb 7 16:31 ticotsord
crw-rw-rw- 1 root root 11, 41 Feb 7 16:31 udp
crw-rw-rw- 1 root root 13, 12 Feb 7 16:31 zero
> ls -lL /dev/null /dev/tcp /dev/ticotsord /dev/udb /dev/zero
crw-rw-rw- 1 root sys 13, 2 Mar 3 23:45 /dev/null
crw-rw-rw- 1 root sys 11, 42 Nov 29 16:12 /dev/tcp
crw-rw-rw- 1 root sys 105, 1 Nov 29 16:12 /dev/ticotsord
crw-rw-rw- 1 root sys 11, 41 May 3 1996 /dev/udp
crw-rw-rw- 1 root sys 13, 12 May 3 1996 /dev/zero
Hmm ..
/Emil
"The last good thing written in C was Franz Schubert's Symphony number 9."
From
[email protected] Mon Mar 3 19:03:28 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id TAA28301; Mon, 3 Mar 1997 19:03:27 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA24194;
Mon, 3 Mar 1997 18:51:35 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id SAA24136
for <
[email protected]>; Mon, 3 Mar 1997 18:49:08 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id SAA13611
for
[email protected]; Mon, 3 Mar 1997 18:48:37 -0600 (CST)
Message-Id: <
[email protected]>
Date: Mon, 3 Mar 1997 18:48:36 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected] (wu-ftp mail list)
Subject: Update on Dir and Solaris 2.5.1
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I've discovered the following situation and have three users to show the point:
anonymous /bin/true
ftmsftp /bin/false
brown /usr/local/bin/zsh
The first user is obvious. The second user has been set up to chroot to a
particular area of the ftp file area, without being able to go anywhere else
in the system. Can't even get the the generic ftp area. The third is me,
a normal user.
The first two get nothing displayed when doing "dir". I see a correct listing
when doing "dir".
Is it me, or is ftp trying to start a shell in order to process the dir
command? Well, it can't if there isn't a real shell available for the
users. Is this a catch-22 situation?
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Mon Mar 3 19:06:21 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id TAA28315; Mon, 3 Mar 1997 19:06:18 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA24285;
Mon, 3 Mar 1997 18:53:40 -0600 (CST)
Received: from legolas.mdh.se (
[email protected] [130.238.251.203])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id SAA24238
for <
[email protected]>; Mon, 3 Mar 1997 18:50:40 -0600 (CST)
Received: from legolas.mdh.se (
[email protected] [130.238.251.203]) by legolas.mdh.se (8.8.5/8.7.3) with ESMTP id BAA16396; Tue, 4 Mar 1997 01:50:38 +0100 (MET)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 01:50:36 +0100 (MET)
Reply-To: Emil Isberg <
[email protected]>
Sender:
[email protected]
From: Emil Isberg <
[email protected]>
To: Vidiot <
[email protected]>
Cc:
[email protected]
Subject: Re: Dir and Solaris 2.5.1
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=iso-8859-1
Content-Transfer-Encoding: 8BIT
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
<cut>
> <> cp /usr/lib/libc.so.1 /usr/lib/libdl.so.1 ~ftp/lib
Ooops .. I am getting tired .. well .. that damn mashine should be working
. (right now I got one crashed 1 GB .. 2GB working (swap 500 MB) ~300
persons that want to hang me for not being done) .. Sorry .. ment
~ftp/usr/lib ..
> Interesting, these files are already in ~ftp/usr/lib. But, for testing
> purposes I copied everything that I have in ~ftp/usr/lib into ~ftp/lib.
> <> cp /usr/bin/truss ~ftp/bin
> Ok, done that.
> <> chroot ~ftp /bin/truss /bin/ls
>
> It core dumped :-( No output at all.
Hmm .. something should be fault there then ..
> <(Skillnaden �r att i andra fallet k�r du truss p� ls .. i f�rsta fallet
> <k�rde du truss p� chroot .. hmm .. f�rresten den k�rde en execve .. vad
> <h�nder med truss d� .. den borde f�lja.. hmm .. ja ja .. testa ..)
> ????
OOOPS .. well .. I said I am tired .. and I am also swedish .. swedish is
my natural language .. hmm .. I know I should have been born in an
englishspoken country ..
What I said was (The difference is that in my example (second case) do you
run truss on ls .. but in the the other example (the first case) you run
truss on chroot .. hmm .. but it run execve .. I don't know exactly what
truss does when it run through the exec but I think it should follow it ..
well .. better safe than sorrow (something)..)
> <Hmm .. > <> uname -a
> <SunOS bombadill 5.5.1 Generic sun4c sparc SUNW,Sun_4_50
> <> ls -l ~ftp/dev
> <total 0
> <crw-rw-rw- 1 root root 13, 2 Feb 17 18:25 null
> <crw-rw-rw- 1 root root 11, 42 Feb 7 16:31 tcp
> <crw-rw-rw- 1 root root 105, 1 Feb 7 16:31 ticotsord
> <crw-rw-rw- 1 root root 11, 41 Feb 7 16:31 udp
> <crw-rw-rw- 1 root root 13, 12 Feb 7 16:31 zero
> <> ls -lL /dev/null /dev/tcp /dev/ticotsord /dev/udb /dev/zero
> <crw-rw-rw- 1 root sys 13, 2 Mar 3 23:45 /dev/null
> <crw-rw-rw- 1 root sys 11, 42 Nov 29 16:12 /dev/tcp
> <crw-rw-rw- 1 root sys 105, 1 Nov 29 16:12 /dev/ticotsord
> <crw-rw-rw- 1 root sys 11, 41 May 3 1996 /dev/udp
> <crw-rw-rw- 1 root sys 13, 12 May 3 1996 /dev/zero
> You have more stuff in dev that I do, so I created the pieces that I am
> missing. It has made no difference.
Well I got a lot there just to test (but I think I have forgotten to
remove those after the testing .. or simply haven't stop testing) ..
> The changes that I have made still do not let "dir" work.
Hmm .. then perhaps you miss the most important dl.so ?? (I missed it and
tried for long without it ..) hmm .. it's named ld.so.1 in ~ftp/usr/lib ..
(softlinked to it is ld.so) .. hmm .. well .. I'll need to check later ..
I need to get some programs installed on a mashine that almost doesn't
know it own name (and I still need to show it the network) .. *sigh*
> I'm still stumped.
Good luck .. I am here on email length ..
/Emil
"The last good thing written in C was Franz Schubert's Symphony number 9."
From
[email protected] Mon Mar 3 19:45:58 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id TAA28448; Mon, 3 Mar 1997 19:45:56 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id TAA26737;
Mon, 3 Mar 1997 19:36:48 -0600 (CST)
Received: from news.IAEhv.nl (
[email protected] [194.151.64.4])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id TAA26091
for <
[email protected]>; Mon, 3 Mar 1997 19:31:43 -0600 (CST)
Received: from LOCAL (uucp@localhost)
by news.IAEhv.nl (8.6.13/1.63) with IAEhv.nl; pid 2069
on Tue, 4 Mar 1997 02:31:41 +0100; id CAA02069
efrom:
[email protected]; eto:
[email protected]
Received: (from perry@localhost)
by Garfield.IAEhv.nl (8.8.5/8.8.5) id WAA25343
for
[email protected]; Mon, 3 Mar 1997 22:54:21 +0100
Message-Id: <
[email protected]>
Date: Mon, 3 Mar 1997 22:54:21 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Perry Rovers <
[email protected]>
To:
[email protected]
Subject: Re: User login doesn't work
In-Reply-To: <
[email protected]>
X-Newsreader: TIN [UNIX 1.3 unoff BETA 970217; i586 Linux 2.0.28]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
In article <
[email protected]> you wrote:
: I think I may have set up beta-12 wrong, after the move from SunOS4 to SunOS5.
: It used to work, but now I get:
: 220 ftms FTP server (Version wu-2.4.2-academ[BETA-12](1) Wed Jan 22 10:00:49 CST 1997) ready.
: Name (ftms:brown): ftmsftp
: 530 421 Service not available, remote server has closed connection
: Login failed.
You may be running into the same problem that I have: corrupt NIS info.
Are you running NIS by any chance? I currently have a system that allows
users in the local passwd file to login but refuses users that are in the
NIS files. Telnet works ok for NIS users, but ftp doesn't.
--
Perry Rovers (
[email protected])
From
[email protected] Mon Mar 3 20:14:08 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id UAA28682; Mon, 3 Mar 1997 20:14:07 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA28423;
Mon, 3 Mar 1997 20:05:02 -0600 (CST)
Received: from betty.teleport.com (betty.teleport.com [192.108.254.9])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id UAA28438
for <
[email protected]>; Mon, 3 Mar 1997 20:00:03 -0600 (CST)
Received: from linda.teleport.com (linda.teleport.com [192.108.254.12]) by betty.teleport.com (8.8.5/8.7.3) with ESMTP id RAA27823 for <
[email protected]>; Mon, 3 Mar 1997 17:56:08 -0800 (PST)
Received: (from minerva@localhost)
by linda.teleport.com (8.8.5/8.8.4)
id RAA08920; Mon, 3 Mar 1997 17:51:40 -0800 (PST)
Message-Id: <
[email protected]>
Date: Mon, 3 Mar 1997 17:51:39 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Paradise Cowgirl <
[email protected]>
To:
[email protected]
Subject: A How-To Guide for wu-ftpd on Solaris 2.5.x
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
(She's baaack :-) Saw a glimpse of a post saying something about
how it would be nice to have a FAQ for just Solaris - after having been
slightly side-tracked, I'm semi-back with the previously promised
Solaris/wu-ftpd how-to guide. This is the first draft:
http://www.teleport.com/~minerva/wu-ftpd/wuftpd.htm
I still consider it a draft because it doesn't quite cover everything and
is only good for beta-11 and beta-12; the beta-13 version should be out
within two weeks.
If you have comments/suggestions/flames/praises, please send them to:
[email protected] - I'm only skimming the list at this point :-)
I will post another announcement after the next major revision of the
guide.
Thanks to everyone who contributed - if I left anyone out of the
acknowledgments, please drop me a line and I will remedy it as soon as
possible.
Cheers,
Darci Chapman (
[email protected])
--
I heard a singer on the radio last night
Says he's gonna kick the darkness till it bleeds daylight
...the days run away like horses over the hills...
everything is motion--to the motion be true
From
[email protected] Mon Mar 3 20:59:09 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id UAA29006; Mon, 3 Mar 1997 20:59:08 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA31162;
Mon, 3 Mar 1997 20:51:00 -0600 (CST)
Received: from ns.intelenet.net (intelenet.net [204.182.160.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id UAA30890
for <
[email protected]>; Mon, 3 Mar 1997 20:49:16 -0600 (CST)
Received: from cueball (cueball.intelenet.net [207.38.65.9]) by ns.intelenet.net (8.7.5/8.7.3) with SMTP id SAA00824; Mon, 3 Mar 1997 18:49:14 -0800 (PST)
Message-Id: <
[email protected]>
Date: Mon, 03 Mar 1997 18:49:18 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Myers <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Update on Dir and Solaris 2.5.1
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-Mailer: Mozilla 3.01 (X11; I; SunOS 5.5.1 sun4c)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Vidiot wrote:
>
> I've discovered the following situation and have three users to show the point:
>
> anonymous /bin/true
> ftmsftp /bin/false
> brown /usr/local/bin/zsh
>
> The first user is obvious. The second user has been set up to chroot to a
> particular area of the ftp file area, without being able to go anywhere else
> in the system. Can't even get the the generic ftp area. The third is me,
> a normal user.
>
> The first two get nothing displayed when doing "dir". I see a correct listing
> when doing "dir".
>
> Is it me, or is ftp trying to start a shell in order to process the dir
> command? Well, it can't if there isn't a real shell available for the
> users. Is this a catch-22 situation?
This *sounds* like a chroot problem, not a shell problem. My guess is
that you don't have the "ls" command set up correctly in the chroot
environment - a common problem, especially under Solaris. It can be a
little difficult to build an 'ls' program (which is what the "dir" FTP
command runs) that will run under a chroot environment - you need to
build either a statically linked version of "ls" or make sure you have
all the dynamic libraries you need in the chroot /usr/lib directory.
You do not need a real shell to run "dir", just a real, working "ls" in
the chroot area.
From
[email protected] Mon Mar 3 22:29:48 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id WAA29433; Mon, 3 Mar 1997 22:29:46 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA03162;
Mon, 3 Mar 1997 22:22:24 -0600 (CST)
Received: from calspan.com (
[email protected] [137.100.253.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA27268
for <
[email protected]>; Mon, 3 Mar 1997 22:18:54 -0600 (CST)
Received: from geordi.Calspan.COM by calspan.com (SMI-8.6/3.1.090690-Calspan Advanced Technology Center)
id EAA27358; Tue, 4 Mar 1997 04:16:35 GMT
Received: by geordi.Calspan.COM (SMI-8.6/SMI-SVR4)
id XAA03110; Mon, 3 Mar 1997 23:17:48 -0500
Message-Id: <
[email protected]>
Date: Mon, 3 Mar 1997 23:17:48 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Dan Bellis)
To:
[email protected]
Subject: Re: User login doesn't work
In-Reply-To: <
[email protected]> from "Vidiot" at Mar 3, 97 01:41:30 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>
> I think I may have set up beta-12 wrong, after the move from SunOS4 to SunOS5.
> It used to work, but now I get:
>
> 220 ftms FTP server (Version wu-2.4.2-academ[BETA-12](1) Wed Jan 22 10:00:49 CST 1997) ready.
> Name (ftms:brown): ftmsftp
> 530 421 Service not available, remote server has closed connection
> Login failed.
>
> Did I do something stupid?
>
> Thanks in advance.
>
> MB
> --
> System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
> e-mail:
[email protected]
> phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
> Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
>
Make sure the shell appears in /etc/shells, and ftphosts is not denying you
access.
--
----dan
From
[email protected] Mon Mar 3 23:14:29 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id XAA29725; Mon, 3 Mar 1997 23:14:26 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id XAA05394;
Mon, 3 Mar 1997 23:07:37 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id XAA05354
for <
[email protected]>; Mon, 3 Mar 1997 23:03:46 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id XAA14072
for
[email protected]; Mon, 3 Mar 1997 23:03:16 -0600 (CST)
Message-Id: <
[email protected]>
Date: Mon, 3 Mar 1997 23:03:15 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: User login doesn't work
In-Reply-To: <
[email protected]> from "Dan Bellis" at Mar 3, 97 11:17:48 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
<Make sure the shell appears in /etc/shells, and ftphosts is not denying you
<access.
It was indeed a shells problem. Login fixed, dir next.
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Mon Mar 3 23:43:20 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id XAA29798; Mon, 3 Mar 1997 23:43:18 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id XAA06803;
Mon, 3 Mar 1997 23:36:20 -0600 (CST)
Received: from mail.st.rim.or.jp (
[email protected] [202.255.181.5])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id XAA06669
for <
[email protected]>; Mon, 3 Mar 1997 23:31:35 -0600 (CST)
Received: from Aptiva760.st.rim.or.jp (ppp2.tokyo.dtinet.or.jp [202.216.226.207]) by mail.st.rim.or.jp (8.8.5/3.4W3-rim1.1) with SMTP id OAA10986; Tue, 4 Mar 1997 14:31:32 +0900 (JST)
Message-Id: <
[email protected]>
Date: Tue, 04 Mar 1997 14:31:20 +0900
Reply-To:
[email protected]
Sender:
[email protected]
From: Yasushi Arai <
[email protected]>
To:
[email protected]
Subject: Can't login beta-13
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: AL-Mail 1.32
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+
Linux 1.2.13(ELF) + Shadow + wu-ftpd-2.4.2.beta-12 used.
Today wu-ftpd-2.4.2.beta-13 changed.
Login failed message.
--
Yasushi Arai <
[email protected]>
Tokyo,Japan
From
[email protected] Tue Mar 4 00:17:27 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id AAA00049; Tue, 4 Mar 1997 00:17:26 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id AAA08461;
Tue, 4 Mar 1997 00:10:38 -0600 (CST)
Received: from rover.mcp.com (rover.mcp.com [198.70.148.141])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id AAA08043
for <
[email protected]>; Tue, 4 Mar 1997 00:02:23 -0600 (CST)
Received: (from mhughes@localhost) by rover.mcp.com (8.6.12/8.6.9) id BAA06899; Tue, 4 Mar 1997 01:02:35 -0500
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 01:02:35 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Hughes <
[email protected]>
To:
[email protected]
Subject: error code listing?
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I've looked everywhere for a list of the numeric codes that
display during an ftp session, but have not been able to
find such a list anywhere. (550 et al)
Can someone point me in the right direction?
Thanks in advance!
-- Michael
From
[email protected] Tue Mar 4 01:05:28 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id BAA01844; Tue, 4 Mar 1997 01:05:26 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id AAA11015;
Tue, 4 Mar 1997 00:58:21 -0600 (CST)
Received: from optima.cs.arizona.edu (optima.CS.Arizona.EDU [192.12.69.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id AAA10292
for <
[email protected]>; Tue, 4 Mar 1997 00:53:04 -0600 (CST)
Received: from lectura.CS.Arizona.EDU by optima.cs.arizona.edu (5.65c/15) via SMTP
id AA19939; Mon, 3 Mar 1997 23:53:02 MST
Received: from localhost (jdavis@localhost) by lectura.CS.Arizona.EDU (8.8.4/8.7.3) with SMTP id XAA08069 for <
[email protected]>; Mon, 3 Mar 1997 23:52:59 -0700 (MST)
Message-Id: <
[email protected]>
Date: Mon, 3 Mar 1997 23:52:59 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Davis <
[email protected]>
To:
[email protected]
Subject: Re: error code listing?
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: lectura.CS.Arizona.EDU: jdavis owned process doing -bs
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Tue, 4 Mar 1997, Michael Hughes wrote:
>
>
> I've looked everywhere for a list of the numeric codes that
> display during an ftp session, but have not been able to
> find such a list anywhere. (550 et al)
>
> Can someone point me in the right direction?
Look at the RFC that defines the ftp protocol.
ftp://ftp.uu.net/inet/rfc/rfc959.Z.
From
[email protected] Tue Mar 4 02:48:51 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id CAA06602; Tue, 4 Mar 1997 02:48:49 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id CAA14134;
Tue, 4 Mar 1997 02:41:23 -0600 (CST)
Received: from gw-nl1.philips.com (gw-nl1.philips.com [192.68.44.33])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id CAA14090
for <
[email protected]>; Tue, 4 Mar 1997 02:37:00 -0600 (CST)
Received: (from nobody@localhost)
by gw-nl1.philips.com (8.6.10/8.6.10-0.994n-08Nov95) id JAA08252
for <
[email protected]>; Tue, 4 Mar 1997 09:36:51 +0100
Received: from unknown(130.139.36.3) by gw-nl1.philips.com via smap (V1.3+ESMTP) with ESMTP
id sma008069; Tue Mar 4 09:35:59 1997
Received: from X400GATE.PHILIPS.COM (nlevn62p.snads.philips.com [130.144.192.68])
by smtprelay.nl.cis.philips.com (8.6.10/8.6.10-1.2.1m-970214) with SMTP id JAA27175
for <
[email protected]>; Tue, 4 Mar 1997 09:35:56 +0100
Message-Id: <0016800002424210000002*@MHS>
Date: Tue, 4 Mar 1997 09:36:51 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To: wu-ftpd <
[email protected]>
Subject: wu-ftpd on AIX 4.2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I compiled the beta version of wu-ftpd on an AIX v 4.1 server without
any problem. I installed it on an AIX 4.2 server: no problem...
It works for REAL users and the ANONYMOUS user, but not for other
anonymous users ( GUEST users )
If I try to make a GUEST-user I always get the message
'530 access has been denied ...' What can be wrong ?
- Is there a big difference between AIX 3.1 and 3.2 ? or
- Do I have to change some settings in the ftpaccess-file ?
y.s,
E.Stornebrink
From
[email protected] Tue Mar 4 04:22:39 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id EAA07528; Tue, 4 Mar 1997 04:22:38 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA17067;
Tue, 4 Mar 1997 04:12:26 -0600 (CST)
Received: from rainich.dcs.ed.ac.uk (
[email protected] [129.215.160.105])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id EAA17554
for <
[email protected]>; Tue, 4 Mar 1997 04:09:31 -0600 (CST)
Received: from mhoraidh.dcs.ed.ac.uk by rainich.dcs.ed.ac.uk with SMTP (PP);
Tue, 4 Mar 1997 10:09:12 +0000
Received: from dcs.ed.ac.uk by mhoraidh.dcs.ed.ac.uk;
Tue, 4 Mar 1997 10:09:04 GMT
Message-Id: <
[email protected]>
Date: Tue, 04 Mar 1997 10:09:01 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: George Ross <
[email protected]>
To:
[email protected]
Subject: Re: error code listing?
In-Reply-To: Your message of "Tue, 04 Mar 1997 01:02:35 EST." <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: exmh version 2.0gamma 1/27/96
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> I've looked everywhere for a list of the numeric codes that
> display during an ftp session, but have not been able to
> find such a list anywhere. (550 et al)
>
> Can someone point me in the right direction?
RFC 959.
--
Dr George D M Ross, Department of Computer Science, University of Edinburgh
Kings Buildings, Mayfield Road, Edinburgh, Scotland, EH9 3JZ
Mail:
[email protected] Voice: +44 131 650 5147 Fax: +44 131 667 7209
PGP: 1024/B74A4F7D 14 E8 B3 00 20 04 68 F8 95 40 CB 36 A4 D4 FA 90
From
[email protected] Tue Mar 4 04:38:36 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id EAA07649; Tue, 4 Mar 1997 04:38:35 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA15822;
Tue, 4 Mar 1997 04:29:26 -0600 (CST)
Received: from skysurf.co.nz (root@[203.98.6.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA17768
for <
[email protected]>; Tue, 4 Mar 1997 04:25:39 -0600 (CST)
Received: from vincent.skysurf.co.nz ([203.98.6.89]) by skysurf.co.nz (8.6.12/8.6.9) with SMTP id XAA08130 for <
[email protected]>; Tue, 4 Mar 1997 23:27:07 +1300
Message-Id: <
[email protected]>
Date: Tue, 04 Mar 1997 23:27:48 +1300
Reply-To:
[email protected]
Sender:
[email protected]
From: Vincent Ho <
[email protected]>
To:
[email protected]
Subject: help
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected] (Unverified)
X-Mailer: Windows Eudora Pro Version 2.2 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi,
I have been reading the guest wu.ftp how-to page and following the steps it
says. It was very well explained and I got it set up on my Linux server. The
only problem is I could not delete files. I got the "ls" bit working and I
wonder if I could get some help here to finish the job.
regards,
vincent
From
[email protected] Tue Mar 4 08:33:49 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA08510 for <
[email protected]>; Tue, 4 Mar 1997 08:33:48 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA28067;
Tue, 4 Mar 1997 08:20:52 -0600 (CST)
Received: from tecsun1.tec.army.mil (tec.army.mil [192.12.124.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA27846
for <
[email protected]>; Tue, 4 Mar 1997 08:13:50 -0600 (CST)
Received: from curly.tec.army.mil (curly.tec.army.mil [206.37.31.137]) by tecsun1.tec.army.mil (8.7.5/8.7.3) with SMTP id JAA05074 for <
[email protected]>; Tue, 4 Mar 1997 09:08:39 -0500 (EST)
Received: from moe.army.mil by curly.tec.army.mil (SMI-8.6/SMI-SVR4)
id JAA04777; Tue, 4 Mar 1997 09:16:58 -0500
Received: by moe.army.mil (SMI-8.6/SMI-SVR4)
id JAA04739; Tue, 4 Mar 1997 09:16:47 -0500
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 09:16:47 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William E. Diego)
To:
[email protected]
Subject: Re: dir command dumps core
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I posted a problem last Thursday concerning 'dir' not listing anything
and dumping core under Solaris 2.5. I was using the vanilla 2.4 version
of wu-ftpd.
Thanks especially to Jim Davis for leading me on the right track. You
definitely want the academic version (which I think now is 13; Version
12 was the latest when I went to get it at:
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-13.tar.Z
*HOWEVER* it turns out that *ORIGINAL* Sun in.ftpd manual page is the
one that really counts when setting things up. You are told explicitly
what files you need where (especially all the libraries required to
make dynamically linked ls work; some are extra in case you are running
NIS - put them in there anyway, even if you aren't). The wu-ftpd
in.ftpd man page is much more generic in it's approach (understandibly
so).
My suggestion, if I may be so bold, is to change the Makefile so that
when the wu-ftpd version of the page is installed it does not overwrite
the old one AND do it so that it is installed in section 8 instead of
1M - this way you can use the -s flag in the man command to find
whichever page you need.
I would think that this will solve most 2.5.1 problems as well, though
I have yet to try...
Thanks again for all the help. This is a **GREAT** listserver.
Cheers,
-bd
_______________________________________________________________________
William E. Diego |
Science and Technology Corporation | Tel: (703) 428-6827
U.S. Army Topographic Engineering Center | (703) 428-6840 x2597
7701 Telegraph Road, Building 2592 | Fax: (703) 428-8176
ATTN: CETEC-TD-TR (DIEGO) | Internet:
[email protected]
Alexandria, VA 22315-3864 |
_________________________________________|_____________________________
From
[email protected] Tue Mar 4 08:47:19 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA08585 for <
[email protected]>; Tue, 4 Mar 1997 08:47:19 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA29157;
Tue, 4 Mar 1997 08:36:53 -0600 (CST)
Received: from gate.teledata.co.uk (
[email protected] [194.152.72.93])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA30044
for <
[email protected]>; Tue, 4 Mar 1997 08:34:31 -0600 (CST)
Received: from markh.teledata.co.uk(really [193.114.49.208]) by gate.teledata.co.uk
via rsmtp with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 4 Mar 97 14:34:29 +0000 (GMT)
(/\##/\ Smail3.1.30.13 #30.13 built 31-aug-95)
Message-Id: <
[email protected]>
Date: Tue, 04 Mar 1997 14:30:17 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: Iqbal Gandham <
[email protected]>
To:
[email protected]
Subject: installation
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi
I have been trying to install wu-ftpd on Irix 5.3 , but I keep getting
errors.
I am using gcc and I have sett the correct paths for this in the
makefiles.
But it says gcc can't exec as: Cannot find file or directory.
I do not know which file it is looking for.
Has anyone installed on IRIX who could help me out
Thanks
[email protected]
From
[email protected] Tue Mar 4 09:58:27 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA09074; Tue, 4 Mar 1997 09:58:26 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA32347;
Tue, 4 Mar 1997 09:45:20 -0600 (CST)
Received: from scol.sco.com (scol.london.sco.COM [150.126.1.48])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA02666
for <
[email protected]>; Tue, 4 Mar 1997 09:44:01 -0600 (CST)
Received: from tyne.london.sco.com by scol.sco.COM id aa24305;
4 Mar 97 15:07 GMT
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 97 15:06:18 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From: Ian Willis <
[email protected]>
To:
[email protected],
[email protected]
Subject: parsetime bug in Beta 13
X-Mailer: SCO OpenServer Mail Release 5.0
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
There is a bug in the modifications made to parsetime() in access.c
in Beta 13, a bracket is in the wrong place causing access limits
involving days other than Any not to be enforced.
The same function is present in ftpcount.c so the original change
plus fix is also appropriate there.
The patch included below fixes the problem (and corrects the formatting).
Ian Willis
SCO Internet Engineering Group, Watford, UK
*** access.c.00 Mon Mar 3 09:39:51 1997
--- access.c Tue Mar 4 13:38:35 1997
***************
*** 119,131 ****
}
}
! if (!validday){
! if (strncmp(whattime, "Any", 3) == 0) {
validday = 1;
whattime += 3;
! }
! }else
! return (0);
if (sscanf(whattime, "%d-%d", &start, &stop) == 2) {
ltime = curtime->tm_min + 100 * curtime->tm_hour;
--- 119,132 ----
}
}
! if (!validday) {
! if (strncmp(whattime, "Any", 3) == 0) {
validday = 1;
whattime += 3;
! }
! else
! return (0);
! }
if (sscanf(whattime, "%d-%d", &start, &stop) == 2) {
ltime = curtime->tm_min + 100 * curtime->tm_hour;
*** ftpcount.c.00 Mon Mar 3 13:25:14 1997
--- ftpcount.c Tue Mar 4 14:57:58 1997
***************
*** 104,121 ****
if (strncmp(days[loop], whattime, 2) == 0) {
whattime += 2;
match = 1;
! if ((wday == loop) | ((loop == 7) && wday && (wday < 6)))
validday = 1;
}
}
}
! if (strncmp(whattime, "Any", 3) == 0) {
! validday = 1;
! whattime += 3;
}
- if (!validday)
- return (0);
if (sscanf(whattime, "%d-%d", &start, &stop) == 2) {
ltime = curtime->tm_min + 100 * curtime->tm_hour;
--- 104,123 ----
if (strncmp(days[loop], whattime, 2) == 0) {
whattime += 2;
match = 1;
! if ((wday == loop) || ((loop == 7) && wday && (wday < 6)))
validday = 1;
}
}
}
! if (!validday) {
! if (strncmp(whattime, "Any", 3) == 0) {
! validday = 1;
! whattime += 3;
! }
! else
! return (0);
}
if (sscanf(whattime, "%d-%d", &start, &stop) == 2) {
ltime = curtime->tm_min + 100 * curtime->tm_hour;
From
[email protected] Tue Mar 4 10:28:13 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA09211; Tue, 4 Mar 1997 10:28:13 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA06762;
Tue, 4 Mar 1997 10:19:16 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA04205
for <
[email protected]>; Tue, 4 Mar 1997 10:14:28 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id KAA17739
for
[email protected]; Tue, 4 Mar 1997 10:13:57 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 10:13:56 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected] (wu-ftp mail list)
Subject: Re: dir command dumps core
In-Reply-To: <
[email protected]> from "William E. Diego" at Mar 4, 97 09:16:47 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
William E. Diego posted:
<*HOWEVER* it turns out that *ORIGINAL* Sun in.ftpd manual page is the
<one that really counts when setting things up. You are told explicitly
<what files you need where (especially all the libraries required to
<make dynamically linked ls work; some are extra in case you are running
<NIS - put them in there anyway, even if you aren't). The wu-ftpd
<in.ftpd man page is much more generic in it's approach (understandibly
<so).
<
<I would think that this will solve most 2.5.1 problems as well, though
<I have yet to try...
I have all of the library files listed in the man page there, but dir still
doesn't work. Many of the library pieces are symbolic links. I'm assuming
those should work, though the man page says to copy, which would destroy
the links:
dir ~ftp/usr/lib:
total 3284
dr-xr-xr-x 2 root other 1024 Mar 3 18:17 .
dr-xr-xr-x 4 root other 512 Mar 4 10:05 ..
-r-xr-xr-x 1 root other 24576 Feb 14 11:26 ld.so
-rwxr-xr-x 1 bin bin 137160 Feb 14 11:26 ld.so.1
lrwxrwxrwx 1 root other 11 Feb 14 11:26 libc.so -> ./libc.so.1
-r-xr-xr-x 1 root other 662764 Feb 14 11:26 libc.so.1
lrwxrwxrwx 1 root other 12 Feb 14 11:26 libdl.so -> ./libdl.so.1
-r-xr-xr-x 1 root other 2564 Feb 14 11:26 libdl.so.1
lrwxrwxrwx 1 root other 14 Feb 14 11:26 libintl.so -> ./libintl.so.1
-rwxr-xr-x 1 root other 15720 Feb 14 11:26 libintl.so.1
lrwxrwxrwx 1 root other 12 Feb 14 11:26 libmp.so -> ./libmp.so.1
-rwxr-xr-x 1 root other 15720 Feb 14 11:26 libmp.so.1
lrwxrwxrwx 1 root other 13 Feb 14 11:26 libnsl.so -> ./libnsl.so.1
-rwxr-xr-x 1 root other 566700 Feb 14 11:26 libnsl.so.1
lrwxrwxrwx 1 root other 16 Feb 14 11:26 libsocket.so -> ./libsocket.so.1
-rwxr-xr-x 1 root other 68780 Feb 14 11:26 libsocket.so.1
lrwxrwxrwx 1 root other 11 Feb 14 11:26 libw.so -> ./libw.so.1
-rwxr-xr-x 1 root other 39932 Feb 14 11:26 libw.so.1
lrwxrwxrwx 1 root other 14 Feb 14 11:26 nss_dns.so -> ./nss_dns.so.1
-rwxr-xr-x 1 root other 9332 Feb 14 11:26 nss_dns.so.1
lrwxrwxrwx 1 root other 16 Feb 14 11:26 nss_files.so -> ./nss_files.so.1
-rwxr-xr-x 1 root other 21144 Feb 14 11:26 nss_files.so.1
lrwxrwxrwx 1 root other 14 Feb 14 11:26 nss_nis.so -> ./nss_nis.so.1
-rwxr-xr-x 1 root other 24404 Feb 14 11:26 nss_nis.so.1
lrwxrwxrwx 1 root other 18 Feb 14 11:26 nss_nisplus.so -> ./nss_nisplus.so.1
-rwxr-xr-x 1 root other 28844 Feb 14 11:26 nss_nisplus.so.1
lrwxrwxrwx 1 root other 14 Feb 14 11:26 straddr.so -> ./straddr.so.2
-rwxr-xr-x 1 root other 9312 Feb 14 11:26 straddr.so.2
This is getting real frustrating.
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Tue Mar 4 10:57:57 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA09302; Tue, 4 Mar 1997 10:57:55 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA04715;
Tue, 4 Mar 1997 10:07:55 -0600 (CST)
Received: from siggy.iceonline.com (siggy.iceonline.com [204.191.208.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA05468
for <
[email protected]>; Tue, 4 Mar 1997 10:05:05 -0600 (CST)
Received: by siggy.iceonline.com (940816.SGI.8.6.9/940406.SGI)
for
[email protected] id IAA24802; Tue, 4 Mar 1997 08:05:04 -0800
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 08:05:03 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Chris Brown)
To:
[email protected]
Subject: Re: installation
In-Reply-To: <
[email protected]> from "Iqbal Gandham" at Mar 4, 97 02:30:17 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> I have been trying to install wu-ftpd on Irix 5.3 , but I keep getting
> errors.
>
> I am using gcc and I have sett the correct paths for this in the
> makefiles.
>
> But it says gcc can't exec as: Cannot find file or directory.
>
> I do not know which file it is looking for.
>
> Has anyone installed on IRIX who could help me out
I installed it using cc, however I'm trying it with gcc right now and not
getting any warnings about as. What build are you running, or are you doing
it directly? What compile flags are you using?
Chris...
From
[email protected] Tue Mar 4 11:03:30 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA09331; Tue, 4 Mar 1997 11:03:30 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA10294;
Tue, 4 Mar 1997 10:53:32 -0600 (CST)
Received: from mule1.mindspring.com (mule1.mindspring.com [204.180.128.167])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA10153
for <
[email protected]>; Tue, 4 Mar 1997 10:51:49 -0600 (CST)
Received: from mfathome (ip92.mountain-view2.ca.pub-ip.psi.net [38.10.6.92])
by mule1.mindspring.com (8.8.4/8.8.4) with SMTP
id LAA84128 for <
[email protected]>; Tue, 4 Mar 1997 11:51:44 -0500
Message-Id: <
[email protected]>
Date: Tue, 04 Mar 1997 08:51:00 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Mike Farace <
[email protected]>
To:
[email protected]
Subject: Re: dir command dumps core
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Vidiot wrote:
>
> William E. Diego posted:
>
> <*HOWEVER* it turns out that *ORIGINAL* Sun in.ftpd manual page is the
> <one that really counts when setting things up. You are told explicitly
> <what files you need where (especially all the libraries required to
> <make dynamically linked ls work; some are extra in case you are running
> <NIS - put them in there anyway, even if you aren't). The wu-ftpd
> <in.ftpd man page is much more generic in it's approach (understandibly
> <so).
> <
> <I would think that this will solve most 2.5.1 problems as well, though
> <I have yet to try...
>
> I have all of the library files listed in the man page there, but dir still
> doesn't work. Many of the library pieces are symbolic links. I'm assuming
> those should work, though the man page says to copy, which would destroy
> the links:
>
> dir ~ftp/usr/lib:
>
> total 3284
> dr-xr-xr-x 2 root other 1024 Mar 3 18:17 .
> dr-xr-xr-x 4 root other 512 Mar 4 10:05 ..
> -r-xr-xr-x 1 root other 24576 Feb 14 11:26 ld.so
> -rwxr-xr-x 1 bin bin 137160 Feb 14 11:26 ld.so.1
> lrwxrwxrwx 1 root other 11 Feb 14 11:26 libc.so -> ./libc.so.1
> -r-xr-xr-x 1 root other 662764 Feb 14 11:26 libc.so.1
> lrwxrwxrwx 1 root other 12 Feb 14 11:26 libdl.so -> ./libdl.so.1
> -r-xr-xr-x 1 root other 2564 Feb 14 11:26 libdl.so.1
> lrwxrwxrwx 1 root other 14 Feb 14 11:26 libintl.so -> ./libintl.so.1
> -rwxr-xr-x 1 root other 15720 Feb 14 11:26 libintl.so.1
> lrwxrwxrwx 1 root other 12 Feb 14 11:26 libmp.so -> ./libmp.so.1
> -rwxr-xr-x 1 root other 15720 Feb 14 11:26 libmp.so.1
> lrwxrwxrwx 1 root other 13 Feb 14 11:26 libnsl.so -> ./libnsl.so.1
> -rwxr-xr-x 1 root other 566700 Feb 14 11:26 libnsl.so.1
> lrwxrwxrwx 1 root other 16 Feb 14 11:26 libsocket.so -> ./libsocket.so.1
> -rwxr-xr-x 1 root other 68780 Feb 14 11:26 libsocket.so.1
> lrwxrwxrwx 1 root other 11 Feb 14 11:26 libw.so -> ./libw.so.1
> -rwxr-xr-x 1 root other 39932 Feb 14 11:26 libw.so.1
> lrwxrwxrwx 1 root other 14 Feb 14 11:26 nss_dns.so -> ./nss_dns.so.1
> -rwxr-xr-x 1 root other 9332 Feb 14 11:26 nss_dns.so.1
> lrwxrwxrwx 1 root other 16 Feb 14 11:26 nss_files.so -> ./nss_files.so.1
> -rwxr-xr-x 1 root other 21144 Feb 14 11:26 nss_files.so.1
> lrwxrwxrwx 1 root other 14 Feb 14 11:26 nss_nis.so -> ./nss_nis.so.1
> -rwxr-xr-x 1 root other 24404 Feb 14 11:26 nss_nis.so.1
> lrwxrwxrwx 1 root other 18 Feb 14 11:26 nss_nisplus.so -> ./nss_nisplus.so.1
> -rwxr-xr-x 1 root other 28844 Feb 14 11:26 nss_nisplus.so.1
> lrwxrwxrwx 1 root other 14 Feb 14 11:26 straddr.so -> ./straddr.so.2
> -rwxr-xr-x 1 root other 9312 Feb 14 11:26 straddr.so.2
>
> This is getting real frustrating.
>
> MB
> --
> System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
> e-mail:
[email protected]
> phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
> Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
It sounded like you tried to manually copy the files. I would make sure
you are using the Solaris Script in the man page. I have attached it
here for your reference. Give it a whirl... (define your anonymous ftp
user in /etc/passwd first!).
Mike Farace
[email protected]
=================
#!/bin/sh
# script to setup anonymous ftp area
#
# handle the optional command line argument
case $# in
# the default location for the anon ftp comes from the passwd
file
0) ftphome="`grep '^ftp:' /etc/passwd | cut -d: -f6`"
;;
1) if [ "$1" = "start" ]; then
ftphome="`grep '^ftp:' /etc/passwd | cut -d: -f6`"
else
ftphome=$1
fi
;;
*) echo "Usage: $0 [anon-ftp-root]"
exit 1
;;
esac
if [ -z "${ftphome}" ]; then
echo "$0: ftphome must be non-null"
exit 2
fi
# This script assumes that ftphome is neither / nor /usr so ...
if [ "${ftphome}" = "/" -o "${ftphome}" = "/usr" ]; then
echo "$0: ftphome must not be / or /usr"
exit 2
fi
# If ftphome does not exist but parent does, create ftphome
if [ ! -d ${ftphome} ]; then
# lack of -p below is intentional
mkdir ${ftphome}
fi
echo Setting up anonymous ftp area ${ftphome}
# Ensure that the /usr/bin directory exists
if [ ! -d ${ftphome}/usr/bin ]; then
mkdir -p ${ftphome}/usr/bin
fi
cp /usr/bin/ls ${ftphome}/usr/bin
chmod 111 ${ftphome}/usr/bin/ls
# Now set the ownership and modes to match the man page
chown root ${ftphome}/usr/bin
chmod 555 ${ftphome}/usr/bin
# this may not be the right thing to do
# but we need the bin -> usr/bin link
if [ -r ${ftphome}/bin ]; then
mv -f ${ftphome}/bin ${ftphome}/Obin
fi
ln -s usr/bin ${ftphome}
# Ensure that the /usr/lib and /etc directories exist
if [ ! -d ${ftphome}/usr/lib ]; then
mkdir -p ${ftphome}/usr/lib
fi
if [ ! -d ${ftphome}/etc ]; then
mkdir -p ${ftphome}/etc
fi
#Most of the following are needed for basic operation, except
#for libnsl.so, nss_nis.so, libsocket.so, and straddr.so which are
#needed to resolve NIS names.
cp /usr/lib/ld.so /usr/lib/ld.so.1 ${ftphome}/usr/lib
for lib in libc libdl libintl libw libnsl libsocket \
nss_nis nss_nisplus nss_dns nss_files
do
cp /usr/lib/${lib}.so.1 ${ftphome}/usr/lib
rm -f ${ftphome}/usr/lib/${lib}.so
ln -s ./${lib}.so.1 ${ftphome}/usr/lib/${lib}.so
done
cp /usr/lib/straddr.so.2 ${ftphome}/usr/lib
rm -f ${ftphome}/usr/lib/straddr.so
ln -s ./straddr.so.2 ${ftphome}/usr/lib/straddr.so
cp /etc/passwd /etc/group /etc/netconfig ${ftphome}/etc
# Copy timezone database
mkdir -p ${ftphome}/usr/share/lib/zoneinfo
(cd ${ftphome}/usr/share/lib/zoneinfo
(cd /usr/share/lib/zoneinfo; find . -print | cpio -o) | cpio
-imdu
find . -print | xargs chmod 555
find . -print | xargs chown root
)
chmod 555 ${ftphome}/usr/lib/*
chmod 444 ${ftphome}/etc/*
# Now set the ownership and modes
chown root ${ftphome}/usr/lib ${ftphome}/etc
chmod 555 ${ftphome}/usr/lib ${ftphome}/etc
# Ensure that the /dev directory exists
if [ ! -d ${ftphome}/dev ]; then
mkdir -p ${ftphome}/dev
fi
# make device nodes. ticotsord and udp are necessary for
# 'ls' to resolve NIS names.
for device in zero tcp udp ticotsord
do
line=`ls -lL /dev/${device} | sed -e 's/,//'`
major=`echo $line | awk '{print $5}'`
minor=`echo $line | awk '{print $6}'`
rm -f ${ftphome}/dev/${device}
mknod ${ftphome}/dev/${device} c ${major} ${minor}
done
chmod 666 ${ftphome}/dev/*
## Now set the ownership and modes
chown root ${ftphome}/dev
chmod 555 ${ftphome}/dev
if [ ! -d ${ftphome}/pub ]; then
mkdir -p ${ftphome}/pub
fi
chown ftp ${ftphome}/pub
chmod 777 ${ftphome}/pub
From
[email protected] Tue Mar 4 11:18:25 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA09396; Tue, 4 Mar 1997 11:18:24 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA11135;
Tue, 4 Mar 1997 11:10:25 -0600 (CST)
Received: from calspan.com (
[email protected] [137.100.253.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA11253
for <
[email protected]>; Tue, 4 Mar 1997 11:10:07 -0600 (CST)
Received: from geordi.Calspan.COM by calspan.com (SMI-8.6/3.1.090690-Calspan Advanced Technology Center)
id RAA23798; Tue, 4 Mar 1997 17:07:55 GMT
Received: by geordi.Calspan.COM (SMI-8.6/SMI-SVR4)
id MAA00259; Tue, 4 Mar 1997 12:09:08 -0500
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 12:09:08 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Dan Bellis)
To:
[email protected]
Subject: Re: dir command dumps core
In-Reply-To: <
[email protected]> from "Vidiot" at Mar 4, 97 10:13:56 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>
> William E. Diego posted:
>
> <*HOWEVER* it turns out that *ORIGINAL* Sun in.ftpd manual page is the
> <one that really counts when setting things up. You are told explicitly
> <what files you need where (especially all the libraries required to
> <make dynamically linked ls work; some are extra in case you are running
> <NIS - put them in there anyway, even if you aren't). The wu-ftpd
> <in.ftpd man page is much more generic in it's approach (understandibly
> <so).
> <
> <I would think that this will solve most 2.5.1 problems as well, though
> <I have yet to try...
>
> I have all of the library files listed in the man page there, but dir still
> doesn't work. Many of the library pieces are symbolic links. I'm assuming
> those should work, though the man page says to copy, which would destroy
> the links:
>
> dir ~ftp/usr/lib:
>
> total 3284
> dr-xr-xr-x 2 root other 1024 Mar 3 18:17 .
> dr-xr-xr-x 4 root other 512 Mar 4 10:05 ..
> -r-xr-xr-x 1 root other 24576 Feb 14 11:26 ld.so
> -rwxr-xr-x 1 bin bin 137160 Feb 14 11:26 ld.so.1
> lrwxrwxrwx 1 root other 11 Feb 14 11:26 libc.so -> ./libc.so.1
> -r-xr-xr-x 1 root other 662764 Feb 14 11:26 libc.so.1
> lrwxrwxrwx 1 root other 12 Feb 14 11:26 libdl.so -> ./libdl.so.1
> -r-xr-xr-x 1 root other 2564 Feb 14 11:26 libdl.so.1
> lrwxrwxrwx 1 root other 14 Feb 14 11:26 libintl.so -> ./libintl.so.1
> -rwxr-xr-x 1 root other 15720 Feb 14 11:26 libintl.so.1
> lrwxrwxrwx 1 root other 12 Feb 14 11:26 libmp.so -> ./libmp.so.1
> -rwxr-xr-x 1 root other 15720 Feb 14 11:26 libmp.so.1
> lrwxrwxrwx 1 root other 13 Feb 14 11:26 libnsl.so -> ./libnsl.so.1
> -rwxr-xr-x 1 root other 566700 Feb 14 11:26 libnsl.so.1
> lrwxrwxrwx 1 root other 16 Feb 14 11:26 libsocket.so -> ./libsocket.so.1
> -rwxr-xr-x 1 root other 68780 Feb 14 11:26 libsocket.so.1
> lrwxrwxrwx 1 root other 11 Feb 14 11:26 libw.so -> ./libw.so.1
> -rwxr-xr-x 1 root other 39932 Feb 14 11:26 libw.so.1
> lrwxrwxrwx 1 root other 14 Feb 14 11:26 nss_dns.so -> ./nss_dns.so.1
> -rwxr-xr-x 1 root other 9332 Feb 14 11:26 nss_dns.so.1
> lrwxrwxrwx 1 root other 16 Feb 14 11:26 nss_files.so -> ./nss_files.so.1
> -rwxr-xr-x 1 root other 21144 Feb 14 11:26 nss_files.so.1
> lrwxrwxrwx 1 root other 14 Feb 14 11:26 nss_nis.so -> ./nss_nis.so.1
> -rwxr-xr-x 1 root other 24404 Feb 14 11:26 nss_nis.so.1
> lrwxrwxrwx 1 root other 18 Feb 14 11:26 nss_nisplus.so -> ./nss_nisplus.so.1
> -rwxr-xr-x 1 root other 28844 Feb 14 11:26 nss_nisplus.so.1
> lrwxrwxrwx 1 root other 14 Feb 14 11:26 straddr.so -> ./straddr.so.2
> -rwxr-xr-x 1 root other 9312 Feb 14 11:26 straddr.so.2
>
>
> This is getting real frustrating.
>
> MB
> --
> System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
> e-mail:
[email protected]
> phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
> Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
>
The library files that I am using for my 2.5.1 installation are actual 2.5
libs. I upgraded the OS put left the same ~ftp directory. This is the list
of the libraries I am using:
Size File name
106768 Feb 18 00:47 ld.so.1
192328 Feb 17 21:53 libc.a
664048 Feb 17 22:19 libc.so.1
2568 Feb 17 22:19 libdl.so.1
15304 Feb 17 22:19 libintl.so.1
39340 Feb 17 22:19 libw.so.1
The ls binary is also a 2.5 version. I hope this helps with your problem...
--
Dan Bellis
Unix System Administrator
email:
[email protected]
phone: (716) 631-4132
~
From
[email protected] Tue Mar 4 12:15:08 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA09666; Tue, 4 Mar 1997 12:15:07 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA13770;
Tue, 4 Mar 1997 12:02:53 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id LAA14778
for <
[email protected]>; Tue, 4 Mar 1997 11:58:44 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id LAA19148
for
[email protected]; Tue, 4 Mar 1997 11:58:13 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 11:58:13 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: dir command dumps core
In-Reply-To: <
[email protected]> from "Mike Farace" at Mar 4, 97 08:51:00 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Mike Farace posted:
<It sounded like you tried to manually copy the files. I would make sure
<you are using the Solaris Script in the man page. I have attached it
<here for your reference. Give it a whirl... (define your anonymous ftp
<user in /etc/passwd first!).
I used a script that basically did the same thing as the script, but there
are some differences in some files that were installed (other than in the
usr/lib area).
As pointed out by another person, the in.ftpd man page is overwritten by
the wu-ftp install. That is a no-no. If anything, the man page should
be installed in /usr/local/man/man8 or /usr/share/man/man8, but not in
/usr/share/man/man1m. So I never saw the script.
Also, the script you included was not from Solaris 2.5.1 and it failed at
the cpio command. The one that comes with Solaris 2.5.1 worked. But, it
led me in the right direction. BTW, the script copies over /etc/passwd and
/etc/group and it really shouldn't. Once the copy of passwd and group have
been done, hand edit the files and just leave the entry for root.
To find out what the differences are between the other install script that
I used and this one, I'd have to compare them and frankly it isn't worth it.
Thanks to all, the problem is now solved.
Maybe this script should be added to the wu-ftpd distribution.
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Tue Mar 4 12:15:50 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA09688; Tue, 4 Mar 1997 12:15:49 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA15570;
Tue, 4 Mar 1997 12:08:04 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA14836
for <
[email protected]>; Tue, 4 Mar 1997 12:02:46 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id MAA19181
for
[email protected]; Tue, 4 Mar 1997 12:02:15 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 12:02:15 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: dir command dumps core
In-Reply-To: <
[email protected]> from "Mike Farace" at Mar 4, 97 08:51:00 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Mike Farace posted:
The Solaris install script:
< #!/bin/sh
< # the default location for the anon ftp comes from the passwd
<file
Line wrap problem. The above two lines should be a single line.
< (cd /usr/share/lib/zoneinfo; find . -print | cpio -o) | cpio
<-imdu
Line wrap problem. The above two lines should be a single line. That is
why the cpio command failed, as mentioned in my previous message. Gotta
watch out for those line wrapping scripts that parse e-mail :-)
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Tue Mar 4 13:35:17 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA10447; Tue, 4 Mar 1997 13:35:16 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA22615;
Tue, 4 Mar 1997 13:21:48 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA21806
for <
[email protected]>; Tue, 4 Mar 1997 13:17:36 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id OAA23014
for
[email protected]; Tue, 4 Mar 1997 14:17:36 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 14:17:35 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: guestserver
In-Reply-To: <
[email protected]> from "Kent Landfield" at Mar 3, 97 04:45:00 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bonjour Mr Kent Landfield
>
> guestserver does not seem to be documented in the man page.
the documentation is out of date on many issues.
> Is this a permanent feature or a short lived one ?
This hack writthen by Nicolas Pioch been part of the code
as far as I can remember. I don't see why it should be change.
>
> guestserver [<machine1> [<machineN>]]
..
>
> Should this be supported as part of the virtual FTP support ?
???
maybe a little more info on the behaviour you want to add
wu-ftpd is suffering from a major attack of ``creeping featurism''
even after the clean up of *_H, Barber and all the people in this list/net.
It has a straight lineage from the BSD code,
I thought I'd see the end of it with the raise of HTTP
but it seems ageless :-)
--
au revoir, alain
_______P_________O____________I______R___________E___
POIRE: Premature Optimization Is the Root of all Evil
D.K or is it B.K ? maybe A.M ;-)
From
[email protected] Tue Mar 4 13:48:11 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA10548; Tue, 4 Mar 1997 13:48:09 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA23858;
Tue, 4 Mar 1997 13:33:02 -0600 (CST)
Received: from mule0.mindspring.com (mule0.mindspring.com [204.180.128.166])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA23952
for <
[email protected]>; Tue, 4 Mar 1997 13:31:57 -0600 (CST)
Received: from mfathome (ip143.santa-clara7.ca.pub-ip.psi.net [38.28.20.143])
by mule0.mindspring.com (8.8.4/8.8.4) with SMTP
id OAA31770; Tue, 4 Mar 1997 14:31:47 -0500
Message-Id: <
[email protected]>
Date: Tue, 04 Mar 1997 11:35:12 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Mike Farace <
[email protected]>
To:
[email protected]
Subject: Re: dir command dumps core
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I have found how to fix some things in Solaris 2.5.1 and wu-ftpd, but I
still cannot get the following to work with wu-ftpd (beta 11, 12 or 13):
1) messages and banners commands in ftpaccess file
2) guestgroup members are not chroot'ed to their directories
3) ftpwho, ftpcount - always show 0 users, not matter what
4) ftpshut - does absolutely nothing
I have compiled with cc, not gcc (because I couldn't get it installed
correctly - not a programmer, and cc was already installed on one
system) - is this a problem?
If anyone can send me their compiled copy of wu-ftpd (any version) so I
can see if it behaves differently.. I would be extremely grateful!
Thanks,
Mike Farace
[email protected]
From
[email protected] Tue Mar 4 13:55:10 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA10581; Tue, 4 Mar 1997 13:55:09 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA24910;
Tue, 4 Mar 1997 13:44:40 -0600 (CST)
Received: from kcgw2.att.com (kcgw2.att.com [192.128.133.2])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA24044
for <
[email protected]>; Tue, 4 Mar 1997 13:39:46 -0600 (CST)
Received: from lynxhub.ho.att.com by kcig2.att.att.com (SMI-8.6/EMS-1.2 sol2)
id NAA27045; Tue, 4 Mar 1997 13:33:29 -0600
Received: from ROGERH ([135.16.115.115]) by lynxhub.ho.att.com (5.x/EMS-1.2 sol2)
id AA19425; Tue, 4 Mar 1997 14:37:56 -0500
Received: by ROGERH with Microsoft Mail
id <01BC28A9.5E4AB670@ROGERH>; Tue, 4 Mar 1997 14:35:55 -0500
Message-Id: <01BC28A9.5E4AB670@ROGERH>
Date: Tue, 4 Mar 1997 14:35:53 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Roger A. Hanke" <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: RE: error code listing?
X-Ms-Attachment: WINMAIL.DAT 0 00-00-1980 00:00
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Michael,
Can go online to the actual RFC for FTP itself, but I prefer using a book
since the codes are basically static. I use TCP/IP Illustrated, Volume 1 The
Protocols by W. Richard Stevens by Addison-Wesley. It has a chapter
on FTP which discusses the numeric reply codes you described.
Roger Hanke
----------
From: Michael Hughes
Sent: Tuesday, March 04, 1997 1:02 AM
To:
[email protected]
Subject: error code listing?
I've looked everywhere for a list of the numeric codes that
display during an ftp session, but have not been able to
find such a list anywhere. (550 et al)
Can someone point me in the right direction?
Thanks in advance!
-- Michael
begin 600 WINMAIL.DAT
M>)\^(C<3`0:0" `$```````!``$``0>0!@`(````Y 0```````#H``$(@ <`
M& ```$E032Y-:6-R;W-O9G0@36%I;"Y.;W1E`#$(`0V ! `"`````@`"``$$
MD 8`- $```$````,`````P``, (````+``\.``````(!_P\!````3P``````
M``"!*Q^DOJ,0&9UN`-T!#U0"`````'=U+69T<&1 =W5G871E+G=U<W1L+F5D
M=0!33510`'=U+69T<&1 =W5G871E+G=U<W1L+F5D=0``'@`", $````%````
M4TU44 `````>``,P`0```!D```!W=2UF='!D0'=U9V%T92YW=7-T;"YE9'4`
M`````P`5# $````#`/X/!@```!X``3 !````&P```"=W=2UF='!D0'=U9V%T
M92YW=7-T;"YE9'4G```"`0LP`0```!X```!33510.E=5+4944$1 5U5'051%
M+E=54U1,+D5$50````,``#D`````"P! .@$````"`?8/`0````0````````"
MG#P!!( !`!@```!213H@97)R;W(@8V]D92!L:7-T:6YG/P`O" $%@ ,`#@``
M`,T'`P`$``X`(P`U``(`0P$!(( #``X```#-!P,`! `.`!\`+@`"`#@!`0F
M`0`A````0C)#,30W-48P-CA#1# Q,4)%-#,P,$$P,C0R030T-4(`_ 8!`Y &
M`,P$```4````"P`C```````#`"8```````L`*0```````P`N```````#`#8`
M`````$ `.0" DPI&TRB\`1X`< `!````& ```%)%.B!E<G)O<B!C;V1E(&QI
M<W1I;F<_``(!<0`!````%@````&\*--%_U]'P;.,!A'0OD,`H"0J1%L``!X`
M'@P!````!0```%--5% `````'@`?# $````7````<F%H0&QY;GAH=6(N:&\N
M871T+F-O;0```P`&$)<:-(\#``<0&P(``!X`"! !````90```$U)0TA!14PL
M0T%.1T]/3DQ)3D543U1(14%#5%5!3%)&0T9/4D944$E44T5,1BQ"551)4%)%
M1D5255-)3D=!0D]/2U-)3D-%5$A%0T]$15-!4D5"05-)0T%,3%E35$%424-)
M55,``````@$)$ $````_`P``.P,``+4%``!,6D9U<$R+#?\`"@$/`A4"I /D
M!>L"@P!0$P-4`@!C: K <V5T[C(&``;#`H,R`\8'$P*#(C,/>FAE; ,@1&SJ
M9P*#-!,-?0J ",\)V>([%Y\R-34"@ J!#;'!"V!N9S$P,Q0@"PK;$O(,`6,`
M0 70:1&Q%0`2+ J%($,#D6=O($4"(&P+@&4@=!W0=&44\" `T'1U!T '\$8,
M0R "$ 7 1E10( 1I=!'P;&8L(&*B=05 22!P%Z!F!) \('4`D!J@'L @<&]O
M]FL*A2%A8QY!'J$%H VPIP0@"L >0&)A`)!C!T"L;'DB< &0=!R0+B"Q@R%0
M'D!40U O21_@YDD5$"%0='(D@ F (&"J5@;P=0> (!Q@5!ZAO0J%4 -@'F 7
M$00@8B1 >E<DP%(<D@L@!@`F,'9C"? H0T%D9 0``B MXE<'D&QE>23!!4 1
MP/\C82,0$< %,"$A"H4"(!^SU'=H')$@*A%C(5 1\)L$(!Z2;B:Q!1!C(!>@
M]PM0)$ C)'D(8"TP!Y %`;IB"8 N"H8!D0?Q9R$A<D@`<&ME"H4*BQX0,00X
M, +1:2TQ-#3/#? ,T#.3"UDQ-@J@)]'[!9 %0"TUMPJ'-&L,,#4V^D8#83HV
MOC4V,+,<A3%0]'5G%/!S-E\W;09@`C +.)\YJU0*4'-D87E-(&!-"L M$3 T
M(& Q2#DY-R;@.C 2($%F33M?-VU4;SV?.:MW1'4M`8!P9$!%8&=-)B$N16 D
M8&PN"8!UXT%O/&YU8FHU<4./.:OO!) #8 7 (R(@'A D8"%QYC\QOS+#,S8T
M-Q7"# 'S-39,;$DG*7!+T"'A"8#S2R I<')Y+. $D!Y 'X+W(;!+XAW@9BW;
M(R0>D"2 _PJ%*A$+421 1L %$"&"`Z#_19$B< >0`) "("!D$<!08?YN)^ @
M< GA'L "8!Y""H7E,V!N*2!S=2T14?4`<&M11"3 *!G@,$L@64%L?BE,;!V"
M*C '@ (@'D!P_F\+@ 5 )L$+@!Z#!1 [$/\%0"H0%Z >X%8!3%TG$#%Q8P0@
M7.%A9'8`<"*P(?],;3#"83]A]C6P''9,;$QO+TU^&]5.[1;!`&A ``,`$! `
M`````P`1$ ````! ``<P$'[GLM(HO % ``@P$'[GLM(HO $>`#T``0````4`
4``!213H@``````,`#33]-P``N5,H
`
end
From
[email protected] Tue Mar 4 13:58:22 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA10603; Tue, 4 Mar 1997 13:58:21 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA24414;
Tue, 4 Mar 1997 13:47:21 -0600 (CST)
Received: from vvnt.psiint.com (vvntpe2.psiint.com [204.189.53.45])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA24828
for <
[email protected]>; Tue, 4 Mar 1997 13:42:37 -0600 (CST)
Received: by vvnt.psiint.com with Internet Mail Service (5.0.1389.3)
id <
[email protected]>; Tue, 4 Mar 1997 11:42:32 -0800
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 11:42:30 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: "Walton, David" <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: RE: guestserver
X-Priority: 3
X-Mailer: Internet Mail Service (5.0.1389.3)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
FTP hasn't been replaced by HTTP because FTP clients can do things that
Web browsers can't. Most browsers can't 'put' a file (as far as I
know), and I don't think any of them can do an 'mget' or 'mput'. I
wonder... Have any FTP clients been modified to work with HTTP?
> -----Original Message-----
> From:
[email protected]
> [SMTP:
[email protected]] On Behalf Of Alain Magloire
> Sent: Tuesday, March 04, 1997 11:18 AM
> To:
[email protected]
> Subject: Re: guestserver
>
> wu-ftpd is suffering from a major attack of ``creeping featurism''
> even after the clean up of *_H, Barber and all the people in this
> list/net.
>
> It has a straight lineage from the BSD code,
> I thought I'd see the end of it with the raise of HTTP
> but it seems ageless :-)
>
From
[email protected] Tue Mar 4 13:59:50 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA10614; Tue, 4 Mar 1997 13:59:50 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA25897;
Tue, 4 Mar 1997 13:50:07 -0600 (CST)
Received: from optima.cs.arizona.edu (optima.CS.Arizona.EDU [192.12.69.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA25359
for <
[email protected]>; Tue, 4 Mar 1997 13:48:44 -0600 (CST)
Received: from lectura.CS.Arizona.EDU by optima.cs.arizona.edu (5.65c/15) via SMTP
id AA02583; Tue, 4 Mar 1997 12:48:43 MST
Received: from localhost (jdavis@localhost) by lectura.CS.Arizona.EDU (8.8.4/8.7.3) with SMTP id MAA27740 for <
[email protected]>; Tue, 4 Mar 1997 12:48:41 -0700 (MST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 12:48:40 -0700 (MST)
Reply-To: Jim Davis <
[email protected]>
Sender:
[email protected]
From: Jim Davis <
[email protected]>
To:
[email protected]
Subject: Re: guestserver
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: lectura.CS.Arizona.EDU: jdavis owned process doing -bs
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Tue, 4 Mar 1997, Alain Magloire wrote:
> I thought I'd see the end of it with the raise of HTTP
> but it seems ageless :-)
Ftp is alive and well in our department, but the traffic level hasn't
increased recently, while the http traffic keeps zooming up. In fact I'm
delaying installing beta-13 because I'm moving our web server to a bigger
machine today to keep up...
Eventually the various papers and programs our faculty have traditionally
put up for anonymous ftp will migrate to the web server. But I think
that'll take several years, at least. I don't think anonymous ftp servers
will go away anytime soon.
Though as recently as 1995 gopher still seemed to be big, and now...
From
[email protected] Tue Mar 4 14:12:16 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10670; Tue, 4 Mar 1997 14:12:14 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA27111;
Tue, 4 Mar 1997 14:03:48 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA25125
for <
[email protected]>; Tue, 4 Mar 1997 13:59:51 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id NAA20088
for
[email protected]; Tue, 4 Mar 1997 13:59:20 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 13:59:19 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: dir command dumps core
In-Reply-To: <
[email protected]> from "Mike Farace" at Mar 4, 97 11:35:12 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Mike Farace posted:
<I have found how to fix some things in Solaris 2.5.1 and wu-ftpd, but I
<still cannot get the following to work with wu-ftpd (beta 11, 12 or 13):
I am running beta 12 under Solaris 2.5.1.
<1) messages and banners commands in ftpaccess file
That works for me. I have a .welcome.msg file in ~ftp and the following lines
in ftpaccess:
message .welcome.msg login
message .message cwd=*
The .welcome.msg is displayed when the anonymous user logs in.
<2) guestgroup members are not chroot'ed to their directories
Interesting, I have one guest member and it kinda works. Here are the lines
that I have in the listed files:
/etc/group:
guest::5000:ftmsftp
/etc/passwd:
ftmsftp:x:5001:5000:Guest FTP account:/usr/export/ftms_releases/ftp/./ftms:/bin/false
ftpaccess:
class local real,guest *
class remote anonymous *
guestgroup guest
Here is the interesting part. If I log in as ftmsftp, I get to where I am
supposed to go, and that is ~ftp/ftms. BUT, I am allowed to move up a
directory into the parent of ~ftp/ftms. Is this right? I cannot cd out of
the ~ftp area, but I can certainly leave ~ftp/ftms.
<3) ftpwho, ftpcount - always show 0 users, not matter what
Haven't used either, so I don't know.
<4) ftpshut - does absolutely nothing
Haven't used this one either.
<I have compiled with cc, not gcc (because I couldn't get it installed
<correctly - not a programmer, and cc was already installed on one
<system) - is this a problem?
GCC does take a little patience, but it does compile. It takes three times
for the first time builder of GCC. Once using cc, then once using the just
built GCC and then once more with the newest built GCC. From that point
on, each revision of GCC only requires one pass of the compiler (using GCC).
<If anyone can send me their compiled copy of wu-ftpd (any version) so I
<can see if it behaves differently.. I would be extremely grateful!
My copy is available as:
ftp://ftms.com/pub/misc/in.ftpd.gz
The ftp files it is looking for go in /etc/ftpd
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Tue Mar 4 14:12:28 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10678; Tue, 4 Mar 1997 14:12:27 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA27035;
Tue, 4 Mar 1997 14:01:24 -0600 (CST)
Received: from academ.com (
[email protected] [198.137.249.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA26652
for <
[email protected]>; Tue, 4 Mar 1997 13:56:52 -0600 (CST)
Received: (from sob@localhost) by academ.com (8.8.5/8.7.1) id NAA25647 for
[email protected]; Tue, 4 Mar 1997 13:56:45 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 13:56:45 CST
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Stan Barber)
To:
[email protected]
Subject: beta-14 coming soon
X-Mailer: Mail User's Shell (7.2.5 10/14/92)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Ian has send in a couple of critical bug reports on the beta-13 which means
that there must be beta-14.
I will also run through the documentation and make some changes in how
manual pages are installed for some platforms (solaris in particular) to
help folks when they have to make chrooted filesystems get it right.
I will release beta-14 as soon as possible, but realisitically, it will
probably be just before the April IETF.
--
Stan | Academ Consulting Services |internet:
[email protected]
Olan | For more info on academ, see this |uucp: {mcsun|amdahl}!academ!sob
Barber | URL-
http://www.academ.com/academ |Opinions expressed are only mine.
From
[email protected] Tue Mar 4 14:15:19 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10708; Tue, 4 Mar 1997 14:15:18 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA27150;
Tue, 4 Mar 1997 14:07:01 -0600 (CST)
Received: from siggy.iceonline.com (siggy.iceonline.com [204.191.208.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA26887
for <
[email protected]>; Tue, 4 Mar 1997 14:01:21 -0600 (CST)
Received: by siggy.iceonline.com (940816.SGI.8.6.9/940406.SGI)
for
[email protected] id MAA29072; Tue, 4 Mar 1997 12:01:19 -0800
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 12:01:18 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Chris Brown)
To:
[email protected]
Subject: Re: guestserver
In-Reply-To: <
[email protected]> from "Walton, David" at Mar 4, 97 11:42:30 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> FTP hasn't been replaced by HTTP because FTP clients can do things that
> Web browsers can't. Most browsers can't 'put' a file (as far as I
> know), and I don't think any of them can do an 'mget' or 'mput'. I
> wonder... Have any FTP clients been modified to work with HTTP?
Netscape can 'put', but it's pretty limitted. As for a web client than
can mget, try a bot like wget (very simply unix command line bot.)
Chris...
From
[email protected] Tue Mar 4 14:17:41 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10722; Tue, 4 Mar 1997 14:17:39 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA27138;
Tue, 4 Mar 1997 14:09:10 -0600 (CST)
Received: from earth.astro.umd.edu (
[email protected] [129.2.163.100])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA27137
for <
[email protected]>; Tue, 4 Mar 1997 14:01:55 -0600 (CST)
Received: (wls@localhost)
by earth.astro.umd.edu (8.8.3/8.6.6mWLS)
id PAA18548 for
[email protected]; Tue, 4 Mar 1997 15:01:54 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 15:01:54 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William L. Sebok)
To:
[email protected]
Subject: http replacing ftp
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
The main thing that I miss in http access to files that I find in most ftpd
servers is the -t option to the ls command, i.e. the option to request a
listing of entries sorted by time. That way it is easy to spot what is new. I
know that it might be possible to set up one's httpd server to do this but it
is seldom done.
sunsite.unc.edu has set up parallel http and ftp access to their archive. I
find that I still need to go in with ftp because I cannot get a time sorted
directory listing with http.
Bill Sebok Computer Software Manager, Univ. of Maryland, Astronomy
Internet:
[email protected] URL:
http://www.astro.umd.edu/~wls/
From
[email protected] Tue Mar 4 14:21:17 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10741; Tue, 4 Mar 1997 14:21:17 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA28537;
Tue, 4 Mar 1997 14:11:32 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA27306
for <
[email protected]>; Tue, 4 Mar 1997 14:04:21 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id PAA23696
for
[email protected]; Tue, 4 Mar 1997 15:04:21 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 15:04:20 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: Problems With WUFTP and BSDI
In-Reply-To: <
[email protected]> from "Gary Banke" at Mar 3, 97 12:15:32 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bonjour Mr Gary Banke
> Hello,
>
> The first problem has to do with the 'ls' command. In short, it refuses to display any files or directories when executed within wuftp. It works fine from within the account in UNIX, but not from with ftp.
it sounds like the usuall "ls setup" problem browse through the FAQ/mailling_list
for info.
>
> The next problem of note is the fact that when I'm ftp'd into the secure account, ftp allows me to escape to a shell (even though the shell is setup as /etc/ftponly) and traverse the directory tree from the root on down.
>
SAY WHAT !!!!!!
you had a shell prompt while loggin as "ftp" ?????
Even if your config files are royally screwed you should not be able
to escape from the chroot().
What version are you running ?
Did you compile it, or some unknow bin on the net ?
> I suspect that I'm just not getting the ftpaccess config'd right,
:-) probably
> but the documentation is skimpy at best
:-) understatement of the week
> and I could really use some insights.
> Any help would be greatly appreciated.
There are some very nice people on this list, just send
something more accurate, saying that the config files aren't right
is not enough.
>
> Best regards,
good day
--
au revoir, alain
From
[email protected] Tue Mar 4 14:22:08 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10749; Tue, 4 Mar 1997 14:22:06 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA28407;
Tue, 4 Mar 1997 14:13:59 -0600 (CST)
Received: from p0015c01.kpmg.com (
[email protected] [199.207.255.14])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA26792
for <
[email protected]>; Tue, 4 Mar 1997 14:05:07 -0600 (CST)
Received: by p0015c01.kpmg.com; id PAA13655; Tue, 4 Mar 1997 15:05:05 -0500 (EST)
Received: from pa0016c4.kpmg.com(130.100.150.27) by p0015c01.kpmg.com via smap (3.2)
id xma013631; Tue, 4 Mar 97 15:04:36 -0500
Received: from mailgate3.kpmg.com by pa0016c4.kpmg.com(8.7.3/8.7.3) with SMTP id PAA07098 for <
[email protected]>; Tue, 4 Mar 1997 15:02:37 -0500 (EST)
Received: from ccMail by mailgate3.kpmg.com
(IMA Internet Exchange 2.1 Enterprise) id 00009F40; Tue, 4 Mar 97 15:10:21 -0500
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 15:06:09 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Can I do this?
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Description: cc:Mail note part
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hello everyone. I would like to know if I can do the following with
wu-ftp:
. I would like to set up an anonymous ftp site (that I know wu-ftp can
do :-)).
. I would like to have a directory that people can upload to, but once
files are uploaded, they can not see them or modify them. This I'm
pretty sure I can do. The FAQ says to set the owner of the directory
to non ftp, turn off read-other in the directory, and I think set the
't' bit to prevent deletes.
. Here is the fun part: I want other anonymous people to be able to
download these files if they know what the file name is. In other
words, they can not see the files with 'ls', but if they type 'get
apple314' then they will get the file 'apple314'.
What we're trying to do is provide an easy way for staff to exchange
files with the outside, but deter the site from becoming a warz site.
Thanks in advance.
From
[email protected] Tue Mar 4 14:26:17 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10770; Tue, 4 Mar 1997 14:26:16 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA28817;
Tue, 4 Mar 1997 14:18:25 -0600 (CST)
Received: from root.com (implode.root.com [198.145.90.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA28127
for <
[email protected]>; Tue, 4 Mar 1997 14:10:03 -0600 (CST)
Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id MAA16027; Tue, 4 Mar 1997 12:10:59 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 04 Mar 1997 12:10:59 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: David Greenman <
[email protected]>
To: Jim Davis <
[email protected]>
Cc:
[email protected]
Subject: Re: guestserver
In-Reply-To: Your message of "Tue, 04 Mar 1997 12:48:40 MST."
<
[email protected]>
X-Sender:
[email protected]
X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>On Tue, 4 Mar 1997, Alain Magloire wrote:
>
>> I thought I'd see the end of it with the raise of HTTP
>> but it seems ageless :-)
>
>Ftp is alive and well in our department, but the traffic level hasn't
>increased recently, while the http traffic keeps zooming up.
My experiance at ftp.cdrom.com (wcarchive) isn't the same. It's been a
continuous struggle to keep up with the increasing demand. We started out
with a anonymous user limit of 150 users back in 1994, and today we often
hit the limit of 1600 users during the peak period of the day. The bits/
second going out has been scaling along with the increased user load, with
the current daytime traffic at around 25Mbps. At the current growth rate of
100% per year, we'll have to support 10,000 simultaneous users by the year
2000...and we'll need something faster than 100Mbit ethernet. The biggest
bottleneck in the growth has consistently been main memory. I've worked
very hard to reduce the memory requirements of ftpd - I've cut it in half,
but even so, we can't increase the current limit beyond 1600 users until we
replace all of the memory (512MB) with higher capacity SIMMs.
-DG
David Greenman
Core-team/Principal Architect, The FreeBSD Project
From
[email protected] Tue Mar 4 14:28:05 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10785; Tue, 4 Mar 1997 14:28:04 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA29211;
Tue, 4 Mar 1997 14:20:43 -0600 (CST)
Received: from earth.astro.umd.edu (
[email protected] [129.2.163.100])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA28426
for <
[email protected]>; Tue, 4 Mar 1997 14:11:38 -0600 (CST)
Received: (wls@localhost)
by earth.astro.umd.edu (8.8.3/8.6.6mWLS)
id PAA18712 for
[email protected]; Tue, 4 Mar 1997 15:11:37 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 15:11:37 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William L. Sebok)
To:
[email protected]
Subject: Re: dir command dumps core
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
From: Vidiot <
[email protected]> says:
> ftmsftp:x:5001:5000:Guest FTP account:/usr/export/ftms_releases/ftp/./ftms:/bin/false
> Here is the interesting part. If I log in as ftmsftp, I get to where I am
> supposed to go, and that is ~ftp/ftms. BUT, I am allowed to move up a
> directory into the parent of ~ftp/ftms. Is this right? I cannot cd out of
> the ~ftp area, but I can certainly leave ~ftp/ftms.
That is how it is supposed to work. The "/./" in the home directory path is
interpreted by the ftp daemon as "chroot to here".
Bill Sebok Computer Software Manager, Univ. of Maryland, Astronomy
Internet:
[email protected] URL:
http://www.astro.umd.edu/~wls/
From
[email protected] Tue Mar 4 14:31:44 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10838; Tue, 4 Mar 1997 14:31:38 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA29810;
Tue, 4 Mar 1997 14:24:07 -0600 (CST)
Received: from clarinet.synapse.net (clarinet.synapse.net [199.84.54.19])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA29030
for <
[email protected]>; Tue, 4 Mar 1997 14:18:17 -0600 (CST)
Received: from clarinet.synapse.net (clarinet.synapse.net [199.84.54.19])
by clarinet.synapse.net (8.8.5/8.8.5) with SMTP id PAA11933
for <
[email protected]>; Tue, 4 Mar 1997 15:18:16 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 15:18:16 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Evan Champion <
[email protected]>
To:
[email protected]
Subject: Re: http replacing ftp
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Tue, 4 Mar 1997, William L. Sebok wrote:
> The main thing that I miss in http access to files that I find in most ftpd
> servers is the -t option to the ls command, i.e. the option to request a
> listing of entries sorted by time. That way it is easy to spot what is new. I
> know that it might be possible to set up one's httpd server to do this but it
> is seldom done.
The directory listing that is returned is a function of the web server,
not the protocol.
For example, with Apache, you could have a cgi generate the directory
listing, and suppose you click on the "date" title, it could return the
files sorted by date for you.
Evan
--
Evan Champion * Director, Network Operations
mailto:
[email protected] * Directeur, Exploitation du reseau
http://www.synapse.net/ * Synapse Internet
From
[email protected] Tue Mar 4 14:34:35 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10889; Tue, 4 Mar 1997 14:34:33 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA30426;
Tue, 4 Mar 1997 14:27:04 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA29426
for <
[email protected]>; Tue, 4 Mar 1997 14:22:29 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id OAA28286;
Tue, 4 Mar 1997 14:22:26 -0600
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 14:22:26 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Can I do this?
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Tue, 4 Mar 1997
[email protected] wrote:
> . I would like to have a directory that people can upload to, but once
> files are uploaded, they can not see them or modify them. This I'm
> pretty sure I can do. The FAQ says to set the owner of the directory
> to non ftp, turn off read-other in the directory, and I think set the
> 't' bit to prevent deletes.
Directory permissions of 0733, non ftp owned, works well.
> . Here is the fun part: I want other anonymous people to be able to
> download these files if they know what the file name is. In other
> words, they can not see the files with 'ls', but if they type 'get
> apple314' then they will get the file 'apple314'.
Just set upload permissions to 444 in /etc/ftpaccess. The file is
readable even though the directory is not.
-- Michael
From
[email protected] Tue Mar 4 14:36:43 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10924; Tue, 4 Mar 1997 14:36:42 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA29538;
Tue, 4 Mar 1997 14:29:36 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA29684
for <
[email protected]>; Tue, 4 Mar 1997 14:24:37 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id PAA23943
for
[email protected]; Tue, 4 Mar 1997 15:24:36 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 15:24:36 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: http replacing ftp
In-Reply-To: <
[email protected]> from "William L. Sebok" at Mar 4, 97 03:01:54 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bonjour Mr William L. Sebok
> The main thing that I miss in http access to files that I find in most ftpd
> servers is the -t option to the ls command, i.e. the option to request a
^^^^^^^
I don't think, you should take this for granted.
There is no rules/std on the ouptut of LIST/NLST in any RFC for FTP.
It works because a good majority of ftp will spawn .. popen("/bin/ls")
Actually a good part of ftpds that do not run on Un*x or have a
BUILTIN_LS will just neglect this in the good case scenario or reject
it in the worse case scenario. I've seen some BUILTIN_LS
ftpd respond:
: -t file not found
But we should not worry about this .. Un*x rules ... right ? :-)
--
au revoir, alain
_______P_________O____________I______R___________E___
POIRE: Premature Optimization Is the Root of all Evil
D.K or is it B.K ? maybe A.M ;-)
From
[email protected] Tue Mar 4 14:40:27 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10946; Tue, 4 Mar 1997 14:40:24 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA31022;
Tue, 4 Mar 1997 14:31:43 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA29157
for <
[email protected]>; Tue, 4 Mar 1997 14:25:11 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id OAA28314;
Tue, 4 Mar 1997 14:24:58 -0600
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 14:24:58 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: David Greenman <
[email protected]>
Cc:
[email protected]
Subject: Re: guestserver
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Just curious -- what is the iron driving 1600 users? Must be a T3 to
handle 25Mbps.
-- Michael
On Tue, 4 Mar 1997, David Greenman wrote:
> My experiance at ftp.cdrom.com (wcarchive) isn't the same. It's been a
> continuous struggle to keep up with the increasing demand. We started out
> with a anonymous user limit of 150 users back in 1994, and today we often
> hit the limit of 1600 users during the peak period of the day. The bits/
> second going out has been scaling along with the increased user load, with
> the current daytime traffic at around 25Mbps. At the current growth rate of
> 100% per year, we'll have to support 10,000 simultaneous users by the year
> 2000...and we'll need something faster than 100Mbit ethernet. The biggest
> bottleneck in the growth has consistently been main memory. I've worked
> very hard to reduce the memory requirements of ftpd - I've cut it in half,
> but even so, we can't increase the current limit beyond 1600 users until we
> replace all of the memory (512MB) with higher capacity SIMMs.
From
[email protected] Tue Mar 4 14:43:27 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10967; Tue, 4 Mar 1997 14:43:26 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA31082;
Tue, 4 Mar 1997 14:35:14 -0600 (CST)
Received: from root.com (implode.root.com [198.145.90.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA31118
for <
[email protected]>; Tue, 4 Mar 1997 14:32:57 -0600 (CST)
Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id MAA16230; Tue, 4 Mar 1997 12:33:37 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 04 Mar 1997 12:33:37 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: David Greenman <
[email protected]>
To: Michael Brennen <
[email protected]>
Cc:
[email protected]
Subject: Re: guestserver
In-Reply-To: Your message of "Tue, 04 Mar 1997 14:24:58 CST."
<
[email protected]>
X-Sender:
[email protected]
X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>Just curious -- what is the iron driving 1600 users? Must be a T3 to
>handle 25Mbps.
We have a 100Mbit ethernet connection to a (fast ethernet) switch that
connects to CRL's core routers, which in turn have DS3 connections to PB-NAP,
MAE-west, MAE-east, and CIX-SMDS. We currently default all the traffic to
a single router which then redirects the traffic to the other routers,
but a plan has been proposed to run gated/BGP and take a full routing
table (about 17,000 routes) so that we can talk to each of the routers
directly.
-DG
David Greenman
Core-team/Principal Architect, The FreeBSD Project
From
[email protected] Tue Mar 4 14:45:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10978; Tue, 4 Mar 1997 14:45:01 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA31163;
Tue, 4 Mar 1997 14:37:47 -0600 (CST)
Received: from dune.artic.edu (dune.artic.edu [198.40.30.132])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA31449
for <
[email protected]>; Tue, 4 Mar 1997 14:34:45 -0600 (CST)
Received: from [198.40.24.94] (2494.artic.edu [198.40.24.94])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id OAA08151 for <
[email protected]>; Tue, 4 Mar 1997 14:35:04 -0600 (CST)
Message-Id: <l03020915af4235694e1e@[198.40.24.94]>
Date: Tue, 4 Mar 1997 14:31:18 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: Can I do this?
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> Hello everyone. I would like to know if I can do the following with
> wu-ftp:
>
> . I would like to set up an anonymous ftp site (that I know wu-ftp can
> do :-)).
> . I would like to have a directory that people can upload to, but once
> files are uploaded, they can not see them or modify them. This I'm
> pretty sure I can do. The FAQ says to set the owner of the directory
> to non ftp, turn off read-other in the directory, and I think set the
> 't' bit to prevent deletes.
> . Here is the fun part: I want other anonymous people to be able to
> download these files if they know what the file name is. In other
> words, they can not see the files with 'ls', but if they type 'get
> apple314' then they will get the file 'apple314'.
>
> What we're trying to do is provide an easy way for staff to exchange
> files with the outside, but deter the site from becoming a warz site.
Just set permissions on the directory that people upload into so that
people do not have read permissions but they do have execute permission.
However, I think your purpose would be better served by having a "public"
account that is allowed to upload into a publicly available directory. You
would give the password to the "public" account to those staff who you wish
to be able to distribute information. Assuming you don't just give each
staff member his own account and allow them to upload onto your ftp site --
the staff are then accountable.
Alternately, the public account can download anonymously uploaded files,
and your staff hands out the password to those with whom they wish to
exchange information. However, this second choice is not as safe.
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Tue Mar 4 14:48:43 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10996; Tue, 4 Mar 1997 14:48:39 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA32098;
Tue, 4 Mar 1997 14:40:54 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA30752
for <
[email protected]>; Tue, 4 Mar 1997 14:37:41 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id OAA20403
for
[email protected]; Tue, 4 Mar 1997 14:37:10 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 14:37:09 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: Problems With WUFTP and BSDI
In-Reply-To: <
[email protected]> from "Alain Magloire" at Mar 4, 97 03:04:20 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
<Bonjour Mr Gary Banke
<
<> Hello,
<>
<> The first problem has to do with the 'ls' command. In short, it refuses to display any files or directories when executed within wuftp. It works fine from within the account in UNIX, but not from with ftp.
<
<it sounds like the usuall "ls setup" problem browse through the FAQ/mailling_list
<for info.
I don't know what OS you are using, but if it is Solaris 2.5.1, this thread
came to a conclusion very recently. See the recent messages for details.
<> The next problem of note is the fact that when I'm ftp'd into the secure account, ftp allows me to escape to a shell (even though the shell is setup as /etc/ftponly) and traverse the directory tree from the root on down.
<>
<
<SAY WHAT !!!!!!
<you had a shell prompt while loggin as "ftp" ?????
For shits and grins, when I logged in as anonymous, I was able to do !sh and
get a shell prompt. I was then able to cd to / and do a ls -la and see
everything there.
Oh oh... is wu-ftpd drastically broken? It certainly looks like it.
<Even if your config files are royally screwed you should not be able
<to escape from the chroot().
Unfortunately, I too can escape chroot().
<What version are you running ?
Beta 12
<Did you compile it, or some unknow bin on the net ?
Compiled it myself, so that isn't a problem.
NOT GOOD!!!!
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Tue Mar 4 14:55:01 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA11125; Tue, 4 Mar 1997 14:55:00 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA31676;
Tue, 4 Mar 1997 14:46:30 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA31837
for <
[email protected]>; Tue, 4 Mar 1997 14:41:02 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id OAA20465
for
[email protected]; Tue, 4 Mar 1997 14:40:31 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 14:40:31 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: dir command dumps core
In-Reply-To: <
[email protected]> from "William L. Sebok" at Mar 4, 97 03:11:37 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bill Sebok posted:
<From: Vidiot <
[email protected]> says:
<
<> ftmsftp:x:5001:5000:Guest FTP account:/usr/export/ftms_releases/ftp/./ftms:/bin/false
<
<> Here is the interesting part. If I log in as ftmsftp, I get to where I am
<> supposed to go, and that is ~ftp/ftms. BUT, I am allowed to move up a
<> directory into the parent of ~ftp/ftms. Is this right? I cannot cd out of
<> the ~ftp area, but I can certainly leave ~ftp/ftms.
<
<That is how it is supposed to work. The "/./" in the home directory path is
<interpreted by the ftp daemon as "chroot to here".
Correct. It goes there just fine. But chroot means that the location is
supposed to be the "root" of the user, but it isn't. I'm able to cd into
the ~ftp root directory.
The chroot appears not to be working correctly in this case.
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Tue Mar 4 14:57:54 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA11224; Tue, 4 Mar 1997 14:57:52 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA31983;
Tue, 4 Mar 1997 14:48:47 -0600 (CST)
Received: from root.com (implode.root.com [198.145.90.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA32375
for <
[email protected]>; Tue, 4 Mar 1997 14:44:48 -0600 (CST)
Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id MAA16317 for <
[email protected]>; Tue, 4 Mar 1997 12:45:53 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 04 Mar 1997 12:45:53 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: David Greenman <
[email protected]>
To:
[email protected]
Subject: Re: Problems With WUFTP and BSDI
In-Reply-To: Your message of "Tue, 04 Mar 1997 14:37:09 CST."
<
[email protected]>
X-Sender:
[email protected]
X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
><SAY WHAT !!!!!!
><you had a shell prompt while loggin as "ftp" ?????
>
>For shits and grins, when I logged in as anonymous, I was able to do !sh and
>get a shell prompt. I was then able to cd to / and do a ls -la and see
>everything there.
>
>Oh oh... is wu-ftpd drastically broken? It certainly looks like it.
Uh, that spawns a shell on your *local* machine! ...this is not a problem.
-DG
David Greenman
Core-team/Principal Architect, The FreeBSD Project
From
[email protected] Tue Mar 4 15:00:53 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA11316; Tue, 4 Mar 1997 15:00:52 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA31494;
Tue, 4 Mar 1997 14:52:15 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA31131
for <
[email protected]>; Tue, 4 Mar 1997 14:48:39 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id OAA20545
for
[email protected]; Tue, 4 Mar 1997 14:48:08 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 14:48:08 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: Problems With WUFTP and BSDI
In-Reply-To: <
[email protected]> from "Alain Magloire" at Mar 4, 97 03:04:20 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
<Bonjour Mr Gary Banke
<
<> The next problem of note is the fact that when I'm ftp'd into the secure account, ftp allows me to escape to a shell (even though the shell is setup as /etc/ftponly) and traverse the directory tree from the root on down.
<
<SAY WHAT !!!!!!
<you had a shell prompt while loggin as "ftp" ?????
An update on this problem. It is VERY MISLEADING to test the shell escape
on the same machine that has the ftp daemon. I too freaked when I saw that.
The !sh gives you a shell for the user on the machine doing the calling.
So, do the ftp to the server from a different machine and you will find that
the shell you get is on the machine you are ftping from.
So, all is A-OK with the !sh from the ftp program.
Thanks goodness.
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Tue Mar 4 15:04:16 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA11389; Tue, 4 Mar 1997 15:04:15 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA01196;
Tue, 4 Mar 1997 14:55:51 -0600 (CST)
Received: from optima.cs.arizona.edu (optima.CS.Arizona.EDU [192.12.69.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA00517
for <
[email protected]>; Tue, 4 Mar 1997 14:51:34 -0600 (CST)
Received: from lectura.CS.Arizona.EDU by optima.cs.arizona.edu (5.65c/15) via SMTP
id AA04277; Tue, 4 Mar 1997 13:51:32 MST
Received: from localhost (jdavis@localhost) by lectura.CS.Arizona.EDU (8.8.4/8.7.3) with SMTP id NAA07260 for <
[email protected]>; Tue, 4 Mar 1997 13:51:30 -0700 (MST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 13:51:30 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Davis <
[email protected]>
To:
[email protected]
Subject: Re: Problems With WUFTP and BSDI
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: lectura.CS.Arizona.EDU: jdavis owned process doing -bs
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Tue, 4 Mar 1997, Vidiot wrote:
> For shits and grins, when I logged in as anonymous, I was able to do !sh and
> get a shell prompt. I was then able to cd to / and do a ls -la and see
> everything there.
But which system were you on? If you're on a unixboxen, ftp to the
server, and type
!sh
then yes indeed you'll get a shell -- but on unixboxen, not the server.
That's all happening clientside.
Now if that also happens serverside, well then we do have a problem.
From
[email protected] Tue Mar 4 15:10:48 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA11420; Tue, 4 Mar 1997 15:10:44 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA32288;
Tue, 4 Mar 1997 15:03:50 -0600 (CST)
Received: from tecsun1.tec.army.mil (tec.army.mil [192.12.124.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA00620
for <
[email protected]>; Tue, 4 Mar 1997 14:51:32 -0600 (CST)
Received: from curly.tec.army.mil (curly.tec.army.mil [206.37.31.137]) by tecsun1.tec.army.mil (8.7.5/8.7.3) with SMTP id PAA10707 for <
[email protected]>; Tue, 4 Mar 1997 15:46:21 -0500 (EST)
Received: from moe.army.mil by curly.tec.army.mil (SMI-8.6/SMI-SVR4)
id PAA05927; Tue, 4 Mar 1997 15:54:42 -0500
Received: by moe.army.mil (SMI-8.6/SMI-SVR4)
id PAA04886; Tue, 4 Mar 1997 15:54:32 -0500
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 15:54:32 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William E. Diego)
To:
[email protected]
Subject: Re: Problems With WUFTP and BSDI
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> From
[email protected] Tue Mar 4 15:49:22 1997
> Date: Tue, 4 Mar 1997 14:37:09 -0600 (CST)
> Reply-To:
[email protected]
> Sender:
[email protected]
> From: Vidiot <
[email protected]>
> To:
[email protected]
> Subject: Re: Problems With WUFTP and BSDI
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> X-Mailer: ELM [version 2.4 PL25]
> X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
> <> The next problem of note is the fact that when I'm ftp'd into the secure account, ftp allows me to escape to a shell (even though the shell is setup as /etc/ftponly) and traverse the directory tree from the root on down.
> <>
> <
> <SAY WHAT !!!!!!
> <you had a shell prompt while loggin as "ftp" ?????
>
> For shits and grins, when I logged in as anonymous, I was able to do !sh and
> get a shell prompt. I was then able to cd to / and do a ls -la and see
> everything there.
>
> Oh oh... is wu-ftpd drastically broken? It certainly looks like it.
>
> <Even if your config files are royally screwed you should not be able
> <to escape from the chroot().
>
> Unfortunately, I too can escape chroot().
>
> <What version are you running ?
>
> Beta 12
>
> <Did you compile it, or some unknow bin on the net ?
>
> Compiled it myself, so that isn't a problem.
>
> NOT GOOD!!!!
>
I can definitely confirm the (feature ?) above on Solaris 2.5. Ouch!!!
William E. Diego
US Army Topographic Engineering Center
[email protected]
(703) 428-6827
From
[email protected] Tue Mar 4 15:14:41 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA11450; Tue, 4 Mar 1997 15:14:40 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA29245;
Tue, 4 Mar 1997 15:07:37 -0600 (CST)
Received: from grubor (grubor.csksoftware.com [207.51.56.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA00971
for <
[email protected]>; Tue, 4 Mar 1997 14:55:04 -0600 (CST)
Received: by grubor (SMI-8.6/SMI-SVR4)
id PAA21521; Tue, 4 Mar 1997 15:55:03 -0500
Received: from sophie.nysales.micrognosis.com(199.94.142.128) by grubor.csksoftware.com via smap (V2.0beta)
id xma021517; Tue, 4 Mar 97 15:54:59 -0500
Received: from maggie.nysales.micrognosis.com by nysales.micrognosis.com (SMI-8.6/SMI-SVR4)
id PAA24483; Tue, 4 Mar 1997 15:54:58 -0500
Received: from localhost by maggie.nysales.micrognosis.com (SMI-8.6/SMI-SVR4)
id PAA07025; Tue, 4 Mar 1997 15:54:57 -0500
Message-Id: <Pine.SOL.3.95.970304155143.5741R-100000@maggie>
Date: Tue, 4 Mar 1997 15:54:57 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Neil Readwin <
[email protected]>
To:
[email protected]
Subject: Re: dir command dumps core
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender: nreadwin@maggie
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Tue, 4 Mar 1997, Vidiot wrote:
> <> /usr/export/ftms_releases/ftp/./ftms
> Correct. It goes there just fine. But chroot means that the location is
> supposed to be the "root" of the user, but it isn't. I'm able to cd into
> the ~ftp root directory.
Not so. ftpd splits the home directory into 2 parts around the "/./",
chdirs/chroots to the first then chdirs to the second. So when you login
you should be in /usr/export/ftms_releases/ftp/ftms and you should be
able to "cd .." exactly once. Neil.
--
We just don't discuss that capability. I can't tell you why we don't
discuss it because then I'd be discussing it. -- Pete Williams
From
[email protected] Tue Mar 4 15:35:01 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA11661; Tue, 4 Mar 1997 15:34:57 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA02517;
Tue, 4 Mar 1997 15:11:40 -0600 (CST)
Received: from landfield.com (rkive.landfield.com [208.196.145.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA02419
for <
[email protected]>; Tue, 4 Mar 1997 15:03:06 -0600 (CST)
Received: (from kent@localhost) by landfield.com (8.7.5/8.7.3) id PAA11379; Tue, 4 Mar 1997 15:03:34 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 15:03:33 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Kent Landfield <
[email protected]>
To:
[email protected]
Subject: Shutting down your ftp server
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I needed to shutdown my FTP server here and turn off service to the
virtual servers I manage. I found that shutting down the ftp server
with ftpshut in a virtual setup was kludgey at best.
What I've included in the shar file below is the source to ftpshut
with modification and ftprestart (to allow easy restarting of the server).
ftpshut.c changes
------------------
The copy of ftpshut.c (taken from BETA-13) supports shutting down the
server for both real users as well as guest accounts. It also supports
virtual FTP servers.
Configurations:
- FTPD server setup with no anonymous ftp support and NO virtual servers
setup then the changes to ftpshut have no effect. The shutdown message
file specified in the shutdown directive is created as before.
- FTPD server setup WITH anonymous ftp support and NO virtual servers setup,
ftpshut creates the shutdown message file at the location specified in
the shutdown directive and also creates the message file in the anonymous
FTP area. This allows automated support for both real users and guest
accounts.
- FTPD server setup WITH anonymous ftp support and WITH virtual servers
setup, ftpshut acts as above and additionally creates the shutdown
message file in the virtual FTP directories specified in the ftpaccess
file. This allows shutdown support for virtual servers as well.
ftprestart removes the files put in place by ftpshut.
This is beta software and I'd appreciate any feedback. I am not putting any
copyrights on this software and it can be used as you see fit. Useful here...
-Kent+
--
Kent Landfield Phone: 1-817-545-2502
The Landfield Group FAX: 1-817-545-7650
Email:
[email protected] http://www.landfield.com/
Please send comp.sources.misc related mail to
[email protected].
Search the Usenet Hypertext FAQ Archive at
http://www.landfield.com/faqs/
----------------- Cut here ---------------------
#!/bin/sh
# This is a shell archive (produced by GNU sharutils 4.2).
# To extract the files from this archive, save it to some FILE, remove
# everything before the `!/bin/sh' line above, then type `sh FILE'.
#
# Made on 1997-03-04 14:53 CST by <
[email protected]>.
# Source directory was `/src/cmd/wu-ftpd/wu-ftpd-2.4.2-beta-13/src'.
#
# Existing files will *not* be overwritten unless `-c' is specified.
#
# This shar contains:
# length mode name
# ------ ---------- ------------------------------------------
# 4421 -rw-r--r-- README
# 4010 -rw-r--r-- ftprestart.c
# 10032 -rw-r--r-- ftpshut.c
#
save_IFS="${IFS}"
IFS="${IFS}:"
gettext_dir=FAILED
locale_dir=FAILED
first_param="$1"
for dir in $PATH
do
if test "$gettext_dir" = FAILED && test -f $dir/gettext \
&& ($dir/gettext --version >/dev/null 2>&1)
then
set `$dir/gettext --version 2>&1`
if test "$3" = GNU
then
gettext_dir=$dir
fi
fi
if test "$locale_dir" = FAILED && test -f $dir/shar \
&& ($dir/shar --print-text-domain-dir >/dev/null 2>&1)
then
locale_dir=`$dir/shar --print-text-domain-dir`
fi
done
IFS="$save_IFS"
if test "$locale_dir" = FAILED || test "$gettext_dir" = FAILED
then
echo=echo
else
TEXTDOMAINDIR=$locale_dir
export TEXTDOMAINDIR
TEXTDOMAIN=sharutils
export TEXTDOMAIN
echo="$gettext_dir/gettext -s"
fi
touch -am 1231235999 $$.touch >/dev/null 2>&1
if test ! -f 1231235999 && test -f $$.touch; then
shar_touch=touch
else
shar_touch=:
echo
$echo 'WARNING: not restoring timestamps. Consider getting and'
$echo "installing GNU \`touch', distributed in GNU File Utilities..."
echo
fi
rm -f 1231235999 $$.touch
#
if mkdir _sh11075; then
$echo 'x -' 'creating lock directory'
else
$echo 'failed to create lock directory'
exit 1
fi
# ============= README ==============
if test -f 'README' && test "$first_param" != -c; then
$echo 'x -' SKIPPING 'README' '(file already exists)'
else
$echo 'x -' extracting 'README' '(text)'
sed 's/^X//' << 'SHAR_EOF' > 'README' &&
X Shutting Down Your FTP server
X =============================
X
In order to support the proper shutting down of your server, you need to
assure that the shutdown message file is in both the real user and anonymous
user ftp areas. The location of the shutdown mesage file is specified in
the ftpaccess file "shutdown" directive.
X
The problem is the supplied utility, 'ftpshut', only creates the message
file in the actual location as indicated in the shutdown directive.
X
In the INSTALL file of wu-ftpd 2.4.* it is recommended to create a link
in order for shutdown to work properly for real and anonymous user, e.g.
If you use 'ftpshut', it will create a message file at the location
specified in the ftpaccess shutdown directive.
X
When you are ready to remove the shutdown message file, you have to do so
manually. (Ever had to go look in the ftpaccess file for its location
because you forgot ...;-))
X
The following changes to 'ftpshut.c' and the new utility 'ftprestart'
implement a means of shutting down the system that makes it convenient for
the admin and does not require that you leave unresovled sybolic links
scattered around your filesystems.
X
There are two files here, ftpshut and ftprestart. The copy of ftpshut.c
included below was originally taken from BETA-13.
X
PLEASE NOTE: In order to get the virtual FTP server support described below
you need to specify -DVIRTUAL in the appropriate makefile for your system.
X
----------------------------------------------------------------------
ftpshut.c changes
------------------
X
The copy of ftpshut.c supports shutting down the server for both
real users as well as guest accounts. It also supports virtual
FTP servers.
X
Configurations:
X - FTPD server setup with no anonymous ftp support and NO virtual servers
X setup then the changes to ftpshut have no effect. The shutdown message
X file specified in the shutdown directive is created as before.
X
X - FTPD server setup WITH anonymous ftp support and NO virtual servers setup,
X ftpshut creates the shutdown message file at the location specified in
X the shutdown directive and also creates the message file in the anonymous
X FTP area. This allows automated support for both real users and guest
X accounts.
X
X - FTPD server setup WITH anonymous ftp support and WITH virtual servers
X setup, ftpshut acts as above and additionally creates the shutdown
X message file in the virtual FTP directories specified in the ftpaccess
X file. This allows shutdown support for virtual servers as well.
X
------------------ Example segment ------------------
shutdown /etc/shutmsg
X
# Virtual Server at 10.10.10.2 (ftp.some.domain)
virtual 10.10.10.2 root /servers/some.domain/ftp
virtual 10.10.10.2 banner /servers/some.domain/ftp/etc/msgs/banner.msg
virtual 10.10.10.2 logfile /var/log/servers/some.domain/xferlog
X
X
# Virtual Server at 10.10.10.10 (ftp.someother.domain)
virtual 10.10.10.10 root /servers/someother.domain/ftp
virtual 10.10.10.10 banner /servers/someother.domain/ftp/etc/msgs/banner.msg
virtual 10.10.10.10 logfile /var/log/servers/someother.domain/xferlog
------------------
X
Shutdown message files are created at
X
X /etc/shutmsg
X /servers/some.domain/ftp/etc/shutmsg
X /servers/someother.domain/ftp/etc/shutmsg
X
Each file contains the same information.
X
----------------------------------------------------------------------
ftprestart.c:
-------------
X
ftprestart is used when you are ready to re-enable your FTP server.
It does the opposite of ftpshut and removes shutdown message files
that were created by ftpshut. It will remove the system-wide shutdown
message file as well as the shutdown message files in the anonymous
ftp areas and any virtual ftp server areas.
X
Sample output:
X ftprestart: /servers/some.domain/ftp/etc/shutmsg removed.
X ftprestart: /servers/someother.domain/ftp/etc/shutmsg removed.
X ftprestart: /etc/shutmsg removed.
X
These modifications are being contributed for potential inclusion in the
wu-ftpd baseline.
X
---
Kent Landfield Phone: 1-817-545-2502
The Landfield Group FAX: 1-817-545-7650
Email:
[email protected] http://www.landfield.com/
Please send comp.sources.misc related mail to
[email protected].
Search the Usenet Hypertext FAQ Archive at
http://www.landfield.com/faqs/
SHAR_EOF
$shar_touch -am 0304142897 'README' &&
chmod 0644 'README' ||
$echo 'restore of' 'README' 'failed'
if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
&& ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
md5sum -c << SHAR_EOF >/dev/null 2>&1 \
|| $echo 'README:' 'MD5 check failed'
a2fab41cac52a120636d5d6013d9bc5e README
SHAR_EOF
else
shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'README'`"
test 4421 -eq "$shar_count" ||
$echo 'README:' 'original size' '4421,' 'current size' "$shar_count!"
fi
fi
# ============= ftprestart.c ==============
if test -f 'ftprestart.c' && test "$first_param" != -c; then
$echo 'x -' SKIPPING 'ftprestart.c' '(file already exists)'
else
$echo 'x -' extracting 'ftprestart.c' '(text)'
sed 's/^X//' << 'SHAR_EOF' > 'ftprestart.c' &&
/* ftprestart
**
** removes the ftpd shutdown files.
**
** In the INSTALL file of wu-ftpd 2.4.* it is recommended to create a link
** in order for shutdown to work properly for real and anonymous user, e.g.
** If you use ftpshut, it will create a message file at the location
** specified in the ftpaccess shutdown directive.
** ln -s /etc/shutmsg ~ftp/etc/shutmsg
**
** When ftp service is to be restarted after an ftpshut, the shutdown
** message files must be removed. This program reads the ftpaccess
** file and finds the location of the system shutdown file. It
** then proceeds to construct a path to the anonymous ftp area with
** information found in the "ftp" account. If virtual ftp servers
** are enabled, the shutdown message files within those directories
** are also removed.
**
*/
X
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <pwd.h>
X
#include "config.h"
#include "src/pathnames.h"
X
int
#ifdef __STDC__
remove_shutdown_file(char *path)
#else
remove_shutdown_file(path)
char *path;
#endif
{
X struct stat stbuf;
X int rc = 1; /* guilty until proven innocent */
X
X fprintf(stderr,"ftprestart: %s ",path);
X
X if (stat(path, &stbuf) == 0) {
X if ((rc = unlink(path)) == 0)
X fprintf(stderr,"removed.\n");
X else
X perror(path);
X }
X else
X fprintf(stderr,"does not exist.\n");
X
X return(rc);
}
X
int main()
{
X char *p;
X char *cp = NULL;
X char linebuf[BUFSIZ];
X char shutmsg[256];
X char anonpath[BUFSIZ];
X FILE *accessfile;
X struct passwd *pw;
X
#ifdef VIRTUAL
X char altmsgpath[BUFSIZ];
#endif
X
X if ((accessfile = fopen(_PATH_FTPACCESS, "r")) == NULL) {
X if (errno != ENOENT)
X perror("ftprestart: could not open() access file");
X return(1);
X }
X
X /*
X ** Search the access file for the 'shutdown' directive.
X */
X
X while (fgets(linebuf,BUFSIZ,accessfile) != NULL) {
X if (strncasecmp(linebuf,"shutdown",8)==0) {
X (void) strtok(linebuf," \t");
X cp=strncpy(shutmsg,strtok(NULL," \t"),sizeof(shutmsg));
X shutmsg[sizeof(shutmsg)-1]='\0';
X if ((p=strchr(cp,'\n'))!=NULL)
X *p='\0';
X }
X }
X
X if ( cp == NULL ) {
X fprintf(stderr, "No shutdown file defined in ftpaccess file.\n");
X fclose(accessfile);
X return(1);
X }
X
X /*
X ** Get the location of the anonymous ftp area and check
X ** to see if there is a file shutdown file there as well.
X ** If so, remove it.
X */
X if ((pw = getpwnam("ftp")) != NULL) {
X sprintf(anonpath,"%s%s",pw->pw_dir,shutmsg);
X (void) remove_shutdown_file(anonpath);
X }
X
#ifdef VIRTUAL
X /*
X ** Search the access file for virtual ftp servers.
X ** If found, check if there are links/shutdown
X ** message files files in the virtual server areas.
X ** If so, remove them.
X */
X
X rewind(accessfile);
X
X while (fgets(linebuf,sizeof(linebuf)-1,accessfile) != NULL) {
X if (strncasecmp(linebuf,"virtual",7)==0) {
X if ((p = strstr(linebuf,"root")) != NULL) {
X p += 4;
X
X if ((cp = strchr(linebuf,'\n')) != NULL)
X *cp = '\0';
X
X /* skip to the path */
X
X while (*p && isspace(*p))
X p++;
X cp = p;
X while (*p && isalnum(*p))
X p++;
X
X sprintf(altmsgpath,"%s%s",cp,shutmsg);
X
X /*
X ** Check to see if the virtual path created is
X ** the base path specified in the "ftp" account
X ** for anonymous ftp support. If so, skip it.
X */
X
X if (strcmp(anonpath, altmsgpath))
X (void) remove_shutdown_file(altmsgpath);
X }
X }
X }
#endif
X fclose(accessfile);
X
X /*
X ** Time to remove the system wide shutdown file.
X */
X return(remove_shutdown_file(shutmsg));
}
SHAR_EOF
$shar_touch -am 0304145097 'ftprestart.c' &&
chmod 0644 'ftprestart.c' ||
$echo 'restore of' 'ftprestart.c' 'failed'
if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
&& ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
md5sum -c << SHAR_EOF >/dev/null 2>&1 \
|| $echo 'ftprestart.c:' 'MD5 check failed'
2719ab8bc87ea26521ad64e645b5bf41 ftprestart.c
SHAR_EOF
else
shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'ftprestart.c'`"
test 4010 -eq "$shar_count" ||
$echo 'ftprestart.c:' 'original size' '4010,' 'current size' "$shar_count!"
fi
fi
# ============= ftpshut.c ==============
if test -f 'ftpshut.c' && test "$first_param" != -c; then
$echo 'x -' SKIPPING 'ftpshut.c' '(file already exists)'
else
$echo 'x -' extracting 'ftpshut.c' '(text)'
sed 's/^X//' << 'SHAR_EOF' > 'ftpshut.c' &&
/* Copyright (c) 1993, 1994 Washington University in Saint Louis
X * All rights reserved.
X *
X * Redistribution and use in source and binary forms, with or without
X * modification, are permitted provided that the following conditions are
X * met: 1. Redistributions of source code must retain the above copyright
X * notice, this list of conditions and the following disclaimer. 2.
X * Redistributions in binary form must reproduce the above copyright notice,
X * this list of conditions and the following disclaimer in the documentation
X * and/or other materials provided with the distribution. 3. All advertising
X * materials mentioning features or use of this software must display the
X * following acknowledgement: This product includes software developed by the
X * Washington University in Saint Louis and its contributors. 4. Neither the
X * name of the University nor the names of its contributors may be used to
X * endorse or promote products derived from this software without specific
X * prior written permission.
X *
X * THIS SOFTWARE IS PROVIDED BY WASHINGTON UNIVERSITY AND CONTRIBUTORS
X * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
X * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
X * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASHINGTON
X * UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
X * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
X * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
X * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
X * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
X * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
X * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
X * POSSIBILITY OF SUCH DAMAGE.
X */
X
/* ftpshut
X * =======
X * creates the ftpd shutdown file.
X */
X
#include "config.h"
X
#include <errno.h>
#include <pwd.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
X
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/file.h>
#include <sys/param.h>
X
#include "pathnames.h"
X
#define WIDTH 70
X
int denyoffset = 10; /* default deny time */
int discoffset = 5; /* default disc time */
char *message = "System shutdown at %s"; /* default message */
struct tm *tp;
X
extern version[];
X
int
#ifdef __STDC__
shutdown_msgfile(char *filename, char *buffer)
#else
shutdown_msgfile(filename, buffer)
char *filename;
char *buffer;
#endif
{
X FILE *fp;
X
X if ((fp = fopen(filename, "w")) == NULL ) {
X perror("Couldn't open shutdown file");
X return(1);
X }
X
X fprintf(fp, "%.4d %.2d %.2d %.2d %.2d %.4d %.4d\n",
X (tp->tm_year) + 1900,
X tp->tm_mon,
X tp->tm_mday,
X tp->tm_hour,
X tp->tm_min,
X denyoffset,
X discoffset);
X fprintf(fp, "%s\n", buffer);
X fclose(fp);
X return(0);
}
X
void
#ifdef __STDC__
massage(char *buf)
#else
massage(buf)
char *buf;
#endif
{
X char *sp = NULL;
X char *ptr;
X int i = 0;
X int j = 0;
X
X ptr = buf;
X
X while (*ptr++ != '\0') {
X ++i;
X
X /* if we have a space, keep track of where and at what "count" */
X
X if (*ptr == ' ') {
X sp = ptr;
X j = i;
X }
X /* magic cookies... */
X
X if (*ptr == '%') {
X ++ptr;
X switch (*ptr) {
X case 'r':
X case 's':
X case 'd':
X case 'T':
X i = i + 24;
X break;
X case '\n':
X i = 0;
X break;
X case 'C':
X case 'R':
X case 'L':
X case 'U':
X i = i + 10;
X break;
X case 'M':
X case 'N':
X i = i + 3;
X break;
X case '\0':
X return;
X break;
X default:
X i = i + 1;
X break;
X }
X }
X /* break up the long lines... */
X
X if ((i >= WIDTH) && (sp != NULL)) {
X *sp = '\n';
X sp = NULL;
X i = i - j;
X }
X }
}
X
int
#ifdef __STDC__
main(int argc, char **argv)
#else
main(argc,argv)
int argc;
char **argv;
#endif
{
X time_t c_time;
X
X char buf[BUFSIZ];
X
X int c;
X extern int optind;
X extern char *optarg;
X
X FILE *accessfile;
X char *aclbuf,
X *myaclbuf,
X *crptr;
X char *sp = NULL;
X char linebuf[1024];
X char shutmsg[BUFSIZ];
X char anonpath[BUFSIZ];
X struct stat finfo;
X struct passwd *pwent;
X
#ifdef VIRTUAL
X char altmsgpath[BUFSIZ];
X char *cp;
#endif
X
X while ((c = getopt(argc, argv, "vl:d:")) != EOF) {
X switch (c) {
X case 'l':
X denyoffset = atoi(optarg);
X break;
X case 'd':
X discoffset = atoi(optarg);
X break;
X case 'v':
X fprintf(stderr, "%s\n", version);
X exit(0);
X default:
X fprintf(stderr,
X "Usage: %s [-d min] [-l min] now [\"message\"]\n", argv[0]);
X fprintf(stderr,
X " %s [-d min] [-l min] +dd [\"message\"]\n", argv[0]);
X fprintf(stderr,
X " %s [-d min] [-l min] HHMM [\"message\"]\n", argv[0]);
X exit(-1);
X }
X }
X
X if ((accessfile = fopen(_PATH_FTPACCESS, "r")) == NULL) {
X if (errno != ENOENT)
X perror("ftpshut: could not open() access file");
X exit(1);
X }
X if (stat(_PATH_FTPACCESS, &finfo)) {
X perror("ftpshut: could not stat() access file");
X exit(1);
X }
X if (finfo.st_size == 0) {
X printf("ftpshut: no service shutdown path defined\n");
X exit(0);
X } else {
X if (!(aclbuf = (char *) malloc(finfo.st_size + 1))) {
X perror("ftpcount: could not malloc aclbuf");
X exit(1);
X }
X fread(aclbuf, finfo.st_size, 1, accessfile);
X *(aclbuf + finfo.st_size) = '\0';
X }
X
X myaclbuf = aclbuf;
X while (*myaclbuf != '\0') {
X if (strncasecmp(myaclbuf, "shutdown", 8) == 0) {
X for (crptr = myaclbuf; *crptr++ != '\n';) ;
X *--crptr = '\0';
X strcpy(linebuf, myaclbuf);
X *crptr = '\n';
X (void) strtok(linebuf, " \t"); /* returns "shutdown" */
X sp = strtok(NULL, " \t"); /* returns shutdown path */
X strcpy(shutmsg,sp); /* save for future use */
X }
X while (*myaclbuf && *myaclbuf++ != '\n') ;
X }
X
X /* three cases
X * -- now
X * -- +ddd
X * -- HHMM
X */
X
X c = -1;
X
X if (optind < argc) {
X if (!strcasecmp(argv[optind], "now")) {
X c_time = time(0);
X tp = localtime(&c_time);
X } else if ((*(argv[optind])) == '+') {
X c_time = time(0);
X c_time += 60 * atoi(++(argv[optind]));
X tp = localtime(&c_time);
X } else if ((c = atoi(argv[optind])) >= 0) {
X c_time = time(0);
X tp = localtime(&c_time);
X tp->tm_hour = c / 100;
X tp->tm_min = c % 100;
X
X if ((tp->tm_hour > 23) || (tp->tm_min > 59)) {
X fprintf(stderr, "Illegal time format.\n");
X return(1);
X }
X }
X }
X if (c_time <= 0) {
X fprintf(stderr, "Usage: %s [-d min] [-l min] now [\"message\"]\n",
X argv[0]);
X fprintf(stderr, " %s [-d min] [-l min] +dd [\"message\"]\n",
X argv[0]);
X fprintf(stderr, " %s [-d min] [-l min] HHMM [\"message\"]\n",
X argv[0]);
X return(1);
X }
X /* do we have a shutdown message? */
X
X if (++optind < argc)
X strcpy(buf, argv[optind++]);
X else
X strcpy(buf, message);
X
X massage(buf);
X
X if ( sp == NULL ) {
X fprintf(stderr, "No shutdown file defined in ftpaccess file.\n");
X return(1);
X }
X
X /*
X ** Create the system shutdown message file at the location
X ** specified in the ftpaccess 'shutdown' directive. This
X ** is for support of real system users.
X */
X c = shutdown_msgfile(shutmsg, buf);
X
X /*
X ** Determine if the site supports anonymous ftp and if so, create
X ** the shutdown message file in the anonymous ftp area as well
X ** so that shutdown works appropriately for both real and guest
X ** accounts. Save in anonpath for later comparison.
X */
X
X if ((pwent = getpwnam("ftp")) != NULL) {
X sprintf(anonpath,"%s%s",pwent->pw_dir,shutmsg);
X c += shutdown_msgfile(anonpath, buf);
X }
X
#ifdef VIRTUAL
X /*
X ** Search the access file for virtual ftp servers.
X ** If found, construct a path to the shutdown message file
X ** under the virtual server's root. Don't duplicate what
X ** is specified in the "ftp" account directory information.
X */
X
X rewind(accessfile);
X
X while (fgets(linebuf,sizeof(linebuf)-1,accessfile) != NULL) {
X if (strncasecmp(linebuf,"virtual",7)==0) {
X if ((sp = strstr(linebuf,"root")) != NULL) {
X if ((cp = strchr(linebuf,'\n')) != NULL)
X *cp = '\0'; /* strip newline */
X
X sp += 4; /* skip past "root" keyword */
X
X while (*sp && isspace(*sp)) /* skip whitespace to root path */
X sp++;
X cp = sp;
X while (*sp && !isspace(*sp))
X sp++;
X *sp = '\0'; /* truncate blanks, comments etc. */
X
X sprintf(altmsgpath,"%s%s",cp,shutmsg);
X
X /*
X ** Check to see if the virtual path created is
X ** the base path specified in the "ftp" account
X ** for anonymous ftp support. If so, skip it.
X */
X if (strcmp(anonpath, altmsgpath))
X c += shutdown_msgfile(altmsgpath, buf);
X }
X }
X }
#endif
X fclose(accessfile);
X return(c > 0 ? 1: 0);
}
SHAR_EOF
$shar_touch -am 0304145297 'ftpshut.c' &&
chmod 0644 'ftpshut.c' ||
$echo 'restore of' 'ftpshut.c' 'failed'
if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
&& ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
md5sum -c << SHAR_EOF >/dev/null 2>&1 \
|| $echo 'ftpshut.c:' 'MD5 check failed'
cc8fa7fe45289e8f110378d7670417aa ftpshut.c
SHAR_EOF
else
shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'ftpshut.c'`"
test 10032 -eq "$shar_count" ||
$echo 'ftpshut.c:' 'original size' '10032,' 'current size' "$shar_count!"
fi
fi
rm -fr _sh11075
exit 0
From
[email protected] Tue Mar 4 15:38:03 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA11681; Tue, 4 Mar 1997 15:38:02 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA05078;
Tue, 4 Mar 1997 15:24:26 -0600 (CST)
Received: from center.superb.net ([208.141.98.246])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA04399
for <
[email protected]>; Tue, 4 Mar 1997 15:15:09 -0600 (CST)
Received: from cesis.superb.net (burn-mx0917616.smartt.com [207.102.30.185]) by center.superb.net (8.8.5/8.6.12) with SMTP id EAA03580 for <
[email protected]>; Tue, 4 Mar 1997 04:15:22 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 13:15:46 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: "Haralds Jass" <
[email protected]>
To:
[email protected]
Subject: all users access denied (??)
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
X-mailer: Pegasus Mail for Win32 (v2.52)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Greetings,
I have set this up many times before, but am now getting strange
problem with wu-ftpd 2.4.2b11.
Example --
Name (neptune:hjass):
530 User hjass access denied....
Login failed.
ftp> quit
anonymous access does not work as well.
* the shells are in /etc/shells
* ftpd was compiled on the same system (solaris 2.5.1 + SISS 1.0),
and for other same setups has always worked
* passwords are correct in the /etc/shadow file (as on other servers
where this is running)
* there is no /etc/ftpusers file
* no deny commands in /usr/local/etc/ftpaccess
* has been compiled with shadow support as far as I am aware of (as
working on other exactly same config/OS servers!)
What could the problem be?
Thanks,
Haralds
P.S. Please send replies to me directly (
[email protected])
--
Haralds Jass <
[email protected]>
Superb Internet - "Ahead of the Rest."
http://www.superb.net
"I am easily satisfied by the very best"
- Winston Churchill
From
[email protected] Tue Mar 4 15:43:33 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA11711; Tue, 4 Mar 1997 15:43:32 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA03920;
Tue, 4 Mar 1997 15:20:36 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA02627
for <
[email protected]>; Tue, 4 Mar 1997 15:04:44 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id PAA20725
for
[email protected]; Tue, 4 Mar 1997 15:04:13 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 15:04:13 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: Problems With WUFTP and BSDI
In-Reply-To: <
[email protected]> from "Jim Davis" at Mar 4, 97 01:51:30 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
<Now if that also happens serverside, well then we do have a problem.
As pointed out in a previous message, it was not serverside. In my case,
the serverside and unixboxen are one and the same. I suspect that may be
the root of the problem with the original poster.
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Tue Mar 4 15:50:37 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA11751; Tue, 4 Mar 1997 15:50:36 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA06011;
Tue, 4 Mar 1997 15:43:35 -0600 (CST)
Received: from sol.tins.net (sol.tins.net [205.173.230.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA05908
for <
[email protected]>; Tue, 4 Mar 1997 15:42:24 -0600 (CST)
Received: (from mgg@localhost)
by sol.tins.net (8.8.5/8.8.5) id NAA26406;
Tue, 4 Mar 1997 13:41:53 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 13:41:53 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Mark Galbraith <
[email protected]>
To:
[email protected]
Subject: Re: Problems With WUFTP and BSDI
In-Reply-To: <
[email protected]> (message from Vidiot on
Tue, 4 Mar 1997 14:37:09 -0600 (CST))
Mime-Version: 1.0 (generated by tm-edit 7.78)
Content-Type: text/plain; charset=US-ASCII
X-Mailer: Emacs-19.32
X-Attribution: mgg
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>>>>> "Vidiot" == Vidiot <
[email protected]> writes:
Vidiot> Oh oh... is wu-ftpd drastically broken? It certainly looks like
Vidiot> it.
No, it's not. Remember that shell escapes run on the client's computer,
not the server. When you escape with '!sh', you are running /bin/sh on
your *LOCAL* system, not the server. Try it on a Windows box to prove
my point. On Windows NT, the shell escape is '!cmd', which gives you a
"C" prompt. Exit from that shell, and you are returned to the FTP
client.
--
Mark Galbraith Member of The HTML Writers Guild
Engineer, Internet Services
http://www.hwg.org/
Triad Systems Corporation
(PGP Fingerprint=1CB9 7481 AD5C 5709 690B AC09 7F65 D6F6)
From
[email protected] Tue Mar 4 15:58:10 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA11788; Tue, 4 Mar 1997 15:58:09 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA05909;
Tue, 4 Mar 1997 15:49:12 -0600 (CST)
Received: from calzone.oit.unc.edu (fddisunsite.oit.unc.edu [152.2.254.81])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA06915
for <
[email protected]>; Tue, 4 Mar 1997 15:47:54 -0600 (CST)
Received: from yangtze.oit.unc.edu (yangtze.oit.unc.edu [152.2.22.118])
by calzone.oit.unc.edu (8.8.5/8.8.5) with ESMTP id QAA22086
for <
[email protected]>; Tue, 4 Mar 1997 16:47:39 -0500 (EST)
Received: from localhost (balld@localhost)
by yangtze.oit.unc.edu (8.8.4/8.8.4) with SMTP
id QAA05995 for <
[email protected]>; Tue, 4 Mar 1997 16:47:34 -0500
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 16:47:34 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Donald Ball <
[email protected]>
To:
[email protected]
Subject: Re: Can I do this?
In-Reply-To: <l03020915af4235694e1e@[198.40.24.94]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: yangtze.oit.unc.edu: balld owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Tue, 4 Mar 1997, Karl O. Pinc wrote:
> . Here is the fun part: I want other anonymous people to be able to
> download these files if they know what the file name is. In other
> words, they can not see the files with 'ls', but if they type 'get
> apple314' then they will get the file 'apple314'.
>
> What we're trying to do is provide an easy way for staff to exchange
> files with the outside, but deter the site from becoming a warz site.
If our experience at sunsite is any judge, this type of strategy is a
fairly poor deterrence, since warez doodz generally distribute complete
pathnames when advertising their stuff. However, if you're a low profile
site it's probably not a big deal as long as you keep a close eye on it.
- donald
From
[email protected] Tue Mar 4 16:07:32 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA11836; Tue, 4 Mar 1997 16:07:31 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA06815;
Tue, 4 Mar 1997 15:54:59 -0600 (CST)
Received: from mule0.mindspring.com (mule0.mindspring.com [204.180.128.166])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA06368
for <
[email protected]>; Tue, 4 Mar 1997 15:51:47 -0600 (CST)
Received: from mfathome (ip143.santa-clara7.ca.pub-ip.psi.net [38.28.20.143])
by mule0.mindspring.com (8.8.4/8.8.4) with SMTP
id QAA23870 for <
[email protected]>; Tue, 4 Mar 1997 16:51:45 -0500
Message-Id: <
[email protected]>
Date: Tue, 04 Mar 1997 13:55:10 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Mike Farace <
[email protected]>
To:
[email protected]
Subject: Solaris 2.5.1, Solaris Recommended patches for 2.5.1, and beta 11 or 12
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Does anyone know of any problems with the Solaris Recommended patches
causing problems with wu-ftpd maybe?
Are most people who Run Sol 2.5.1 and wu-ftpd, apply the Recommend patch
cluster?
Just wondering if this could be causing problems too...
Thanks,
Mike Farace
[email protected]
From
[email protected] Tue Mar 4 16:07:45 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA11844; Tue, 4 Mar 1997 16:07:35 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA07917;
Tue, 4 Mar 1997 15:57:23 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA06238
for <
[email protected]>; Tue, 4 Mar 1997 15:51:55 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id QAA25519
for
[email protected]; Tue, 4 Mar 1997 16:51:54 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 16:51:54 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: Problems With WUFTP and BSDI
In-Reply-To: <
[email protected]> from "Vidiot" at Mar 4, 97 02:37:09 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bonjour Mr Vidiot
> For shits and grins, when I logged in as anonymous, I was able to do !sh and
> get a shell prompt. I was then able to cd to / and do a ls -la and see
> everything there.
>
> Oh oh... is wu-ftpd drastically broken? It certainly looks like it.
**NO** Mr Vidiot, you got it all wrong :-(
Sir, We're not talking about the same thing, shell escapes features that
is provided by most ftp clients is allright.
What I was refering to is in some binary version distributed on the net
_PATH_EXECPATH was set to "/bin"
in this case scenario, ... it is .. a problem and a very urging one
--
au revoir, alain
_______P_________O____________I______R___________E___
POIRE: Premature Optimization Is the Root of all Evil
D.K or is it B.K ? maybe A.M ;-)
From
[email protected] Tue Mar 4 16:09:21 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA11861; Tue, 4 Mar 1997 16:09:20 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA07973;
Tue, 4 Mar 1997 16:00:53 -0600 (CST)
Received: from center.superb.net ([208.141.98.246])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA05541
for <
[email protected]>; Tue, 4 Mar 1997 15:52:03 -0600 (CST)
Received: from cesis.superb.net (burn-mx0917616.smartt.com [207.102.30.185]) by center.superb.net (8.8.5/8.6.12) with SMTP id EAA04104; Tue, 4 Mar 1997 04:51:57 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 13:52:21 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: "Haralds Jass" <
[email protected]>
To: Jim Davis <
[email protected]>
Cc:
[email protected]
Subject: Re: all users access denied (??)
In-Reply-To: <
[email protected]>
References: <
[email protected]>
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
X-mailer: Pegasus Mail for Win32 (v2.52)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On 4 Mar 97 at 14:34, Jim Davis wrote:
> On Tue, 4 Mar 1997, Haralds Jass wrote:
>
> > Greetings,
> >
> > I have set this up many times before, but am now getting strange
> > problem with wu-ftpd 2.4.2b11.
>
> Grab beta-13 and try that. A good general thing to try is
>
> # truss -o /tmp/foo -f -p 123
>
> where 123 is the PID of the inetd process. Try logging in while that is
> running, and /tmp/foo should record what the ftp daemon was up to.
>
> > * ftpd was compiled on the same system (solaris 2.5.1 + SISS 1.0),
>
> Hmm. It's not clear to me from reading the SISS release notes that you
> want to do that. The tweaks seem pretty specific to http service, and I
> think they warn you may have problems with non-http stuff.
>
Thanks. I found that I had forgotten to do ln -s
/usr/local/etc/ftpaccess ftpaccess in /etc (as now it looks for
ftpaccess there, while by default I place in /usr/local/etc)!
From
[email protected] Tue Mar 4 16:16:51 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA11906; Tue, 4 Mar 1997 16:16:50 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA06630;
Tue, 4 Mar 1997 16:06:40 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA07692
for <
[email protected]>; Tue, 4 Mar 1997 15:56:31 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id QAA25584
for
[email protected]; Tue, 4 Mar 1997 16:56:30 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 16:56:30 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: Can I do this?
In-Reply-To: <
[email protected]> from "Donald Ball" at Mar 4, 97 04:47:34 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bonjour Mr Donald Ball
>
> >
> > What we're trying to do is provide an easy way for staff to exchange
> > files with the outside, but deter the site from becoming a warz site.
>
> If our experience at sunsite is any judge, this type of strategy is a
> fairly poor deterrence, since warez doodz generally distribute complete
> pathnames when advertising their stuff. However, if you're a low profile
> site it's probably not a big deal as long as you keep a close eye on it.
I second this :-)
I would advise the
SITE GROUP, SITE GPASS approach
it is more suitable for this type of cooperative exchange
--
au revoir, alain
_______P_________O____________I______R___________E___
POIRE: Premature Optimization Is the Root of all Evil
D.K or is it B.K ? maybe A.M ;-)
From
[email protected] Tue Mar 4 16:18:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA11914; Tue, 4 Mar 1997 16:18:01 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA08013;
Tue, 4 Mar 1997 16:09:11 -0600 (CST)
Received: from clearink.com ([205.227.188.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA08191
for <
[email protected]>; Tue, 4 Mar 1997 16:03:53 -0600 (CST)
Received: from [205.227.188.3] (jon.clearink.com [205.227.188.3])
by clearink.com (8.8.5/8.8.5) with SMTP id OAA15187
for <
[email protected]>; Tue, 4 Mar 1997 14:07:45 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 97 14:05:11 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Jon Stevens <
[email protected]>
To: "wu-ftpd" <
[email protected]>
Subject: Re: Solaris 2.5.1, Solaris Recommended patches for 2.5.1, and beta 11 or 12
Mime-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
"Mike Farace" <
[email protected]> said the following at 3/4/97 1:55 PM:
>Are most people who Run Sol 2.5.1 and wu-ftpd, apply the Recommend patch
>cluster?
yep. i have all the recommended as well as a ton of other ones
applied...no problems with wu-ftpd.
but then again, i keep everything very separate on my system...maybe one
of the patches patched over your copy of wu-ftpd?
-jon
From
[email protected] Tue Mar 4 16:27:49 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA11973; Tue, 4 Mar 1997 16:27:48 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA10126;
Tue, 4 Mar 1997 16:18:15 -0600 (CST)
Received: from calzone.oit.unc.edu (fddisunsite.oit.unc.edu [152.2.254.81])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA07122
for <
[email protected]>; Tue, 4 Mar 1997 16:06:54 -0600 (CST)
Received: from yangtze.oit.unc.edu (yangtze.oit.unc.edu [152.2.22.118])
by calzone.oit.unc.edu (8.8.5/8.8.5) with ESMTP id RAA27503
for <
[email protected]>; Tue, 4 Mar 1997 17:06:41 -0500 (EST)
Received: from localhost (balld@localhost)
by yangtze.oit.unc.edu (8.8.4/8.8.4) with SMTP
id RAA06070 for <
[email protected]>; Tue, 4 Mar 1997 17:06:40 -0500
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 17:06:40 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Donald Ball <
[email protected]>
To:
[email protected]
Subject: Re: Solaris 2.5.1, Solaris Recommended patches for 2.5.1, and beta 11 or 12
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: yangtze.oit.unc.edu: balld owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
We installed most of the recommended patches (all of the TCP/IP related
ones) and we still have problems with hanging ftpds with beta12.
- donald
On Tue, 4 Mar 1997, Mike Farace wrote:
> Does anyone know of any problems with the Solaris Recommended patches
> causing problems with wu-ftpd maybe?
>
> Are most people who Run Sol 2.5.1 and wu-ftpd, apply the Recommend patch
> cluster?
>
> Just wondering if this could be causing problems too...
>
> Thanks,
> Mike Farace
>
[email protected]
>
From
[email protected] Tue Mar 4 16:37:00 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA12079; Tue, 4 Mar 1997 16:36:59 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA10871;
Tue, 4 Mar 1997 16:29:40 -0600 (CST)
Received: from roadkill.vie.com (roadkill.vie.com [205.214.55.3])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA10581
for <
[email protected]>; Tue, 4 Mar 1997 16:23:26 -0600 (CST)
Received: from ccsmtp.vie.com (ccsmtp.vie.com [205.214.55.2]) by roadkill.vie.com (8.6.10/8.6.10) with SMTP id OAA03176 for <
[email protected]>; Tue, 4 Mar 1997 14:27:49 -0800
Received: from ccMail by ccsmtp.vie.com (SMTPLINK V2.10.05)
id AA857514257; Tue, 04 Mar 97 14:18:48 PST
Message-Id: <
[email protected]>
Date: Tue, 04 Mar 97 14:18:48 PST
Reply-To:
[email protected]
Sender:
[email protected]
From: "Wayne Hall" <
[email protected]>
To:
[email protected]
Subject: Re: Solaris 2.5.1, Solaris Recommended patches for 2.5.1, a
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Well I do not know for sure about 2.5.1 but, I did install the
recommend patches for Sol 2.5 x86 from
ftp://sunsolve1.Sun.COM/pub/patches/patches.html
about two weeks ago and my beta 12 is running fine. We are a pretty
busy site with 6-7000 downloads a day so I think it is safe to say it
has been tested out here and is ok.
Wayne Hall
VIE
[email protected]
______________________________ Reply Separator _________________________________
Subject: Solaris 2.5.1, Solaris Recommended patches for 2.5.1, and b
Author:
[email protected] at virgin-internet
Date: 3/4/97 2:01 PM
Does anyone know of any problems with the Solaris Recommended patches
causing problems with wu-ftpd maybe?
Are most people who Run Sol 2.5.1 and wu-ftpd, apply the Recommend patch
cluster?
Just wondering if this could be causing problems too...
Thanks,
Mike Farace
[email protected]
From
[email protected] Tue Mar 4 17:01:49 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA12197; Tue, 4 Mar 1997 17:01:48 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA12797;
Tue, 4 Mar 1997 16:53:28 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA12416
for <
[email protected]>; Tue, 4 Mar 1997 16:49:00 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id QAA22124
for
[email protected]; Tue, 4 Mar 1997 16:48:29 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 16:48:29 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: dir command dumps core
In-Reply-To: <Pine.SOL.3.95.970304155143.5741R-100000@maggie> from "Neil Readwin" at Mar 4, 97 03:54:57 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
<Not so. ftpd splits the home directory into 2 parts around the "/./",
<chdirs/chroots to the first then chdirs to the second. So when you login
<you should be in /usr/export/ftms_releases/ftp/ftms and you should be
<able to "cd .." exactly once. Neil.
You are correct in that how I thought it would work, doesn't. In my case
it doesn't matter if the user can cd up one directory and move around the
~ftp tree.
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Tue Mar 4 17:17:41 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA12260; Tue, 4 Mar 1997 17:17:40 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA13713;
Tue, 4 Mar 1997 17:08:58 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA14223
for <
[email protected]>; Tue, 4 Mar 1997 17:04:16 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id RAA22318
for
[email protected]; Tue, 4 Mar 1997 17:03:45 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 17:03:44 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: Solaris 2.5.1, Solaris Recommended patches for 2.5.1, and beta 11 or 12
In-Reply-To: <
[email protected]> from "Mike Farace" at Mar 4, 97 01:55:10 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
<Does anyone know of any problems with the Solaris Recommended patches
<causing problems with wu-ftpd maybe?
<
<Are most people who Run Sol 2.5.1 and wu-ftpd, apply the Recommend patch
<cluster?
<
<Just wondering if this could be causing problems too...
<
<Thanks,
<Mike Farace
I have the following patches installed:
100861-07
103461-10
103600-06
103663-05
103680-01
103686-01
103743-01
103821-01
103847-01
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Tue Mar 4 17:20:59 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA12275; Tue, 4 Mar 1997 17:20:58 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA15482;
Tue, 4 Mar 1997 17:13:09 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA14740
for <
[email protected]>; Tue, 4 Mar 1997 17:07:47 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id RAA22362
for
[email protected]; Tue, 4 Mar 1997 17:07:17 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 17:07:17 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: Problems With WUFTP and BSDI
In-Reply-To: <
[email protected]> from "Alain Magloire" at Mar 4, 97 04:51:54 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
<Sir, We're not talking about the same thing, shell escapes features that
<is provided by most ftp clients is allright.
<
<What I was refering to is in some binary version distributed on the net
<
<_PATH_EXECPATH was set to "/bin"
<
<in this case scenario, ... it is .. a problem and a very urging one
Ah, that point wasn't clear. At least to me it wasn't.
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Tue Mar 4 17:55:30 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA12442; Tue, 4 Mar 1997 17:55:30 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA18643;
Tue, 4 Mar 1997 17:48:42 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA16989
for <
[email protected]>; Tue, 4 Mar 1997 17:44:27 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id RAA26186
for
[email protected]; Tue, 4 Mar 1997 17:52:25 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 17:52:25 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: Hanging ftpd processes
In-Reply-To: <
[email protected]> from "Bob Woodward" at Mar 3, 97 11:52:18 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bonjour Mr Bob Woodward
>
> At 01:43 PM 2/28/97 -0500, you wrote:
> >Howdy folks,
> >I have two questions about the hanging processes. I am currently
> >running the 2.4 version and have made modifications. Is there a fix
>
> I'm using a script to kill off ftp jobs that are over 24 hours. These are
> sensed on my Solaris 2.4 system because that's when the time entry changes
> to a date in the 'ps -ef' listing. This means they end up hanging around
> for anywhere from 24 to 36 hours since I run the script twice a day.
This is something I'm trying to track down, but can't put my
finger on... Hagngin ftpds...
Having a cronjob that goes on a killing spree every now and then
is tempting but doesn't resolve the real of the problem.
At first I thougth it was the locking accouting mechanism(and endless loop
'til the process got the lock) but after modification of the code, things
didn't improve that much.
The problem did not go away with the beta versions.
If anyone can give me more input on this,
I appreciate
--
au revoir, alain
From
[email protected] Tue Mar 4 18:07:43 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA12496; Tue, 4 Mar 1997 18:07:42 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA18442;
Tue, 4 Mar 1997 17:59:53 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA18294
for <
[email protected]>; Tue, 4 Mar 1997 17:57:36 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id RAA31358;
Tue, 4 Mar 1997 17:56:08 -0600
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 17:56:07 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Alain Magloire <
[email protected]>
Cc:
[email protected]
Subject: Re: Hanging ftpd processes
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
It appears to me to come from timeouts when uploading. Those are the only
stuck daemons I see. (linux 2.0.27). It is especially prone to happen
when coming across the Internet at busy times.
-- Michael
On Tue, 4 Mar 1997, Alain Magloire wrote:
> The problem did not go away with the beta versions.
>
> If anyone can give me more input on this,
From
[email protected] Tue Mar 4 18:41:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA12639; Tue, 4 Mar 1997 18:41:01 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA21542;
Tue, 4 Mar 1997 18:33:58 -0600 (CST)
Received: from root.com (implode.root.com [198.145.90.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id SAA20770
for <
[email protected]>; Tue, 4 Mar 1997 18:32:55 -0600 (CST)
Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id QAA17328 for <
[email protected]>; Tue, 4 Mar 1997 16:33:59 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 04 Mar 1997 16:33:59 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: David Greenman <
[email protected]>
To:
[email protected]
Subject: Re: Hanging ftpd processes
In-Reply-To: Your message of "Tue, 04 Mar 1997 17:52:25 EST."
<
[email protected]>
X-Sender:
[email protected]
X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>> I'm using a script to kill off ftp jobs that are over 24 hours. These are
>> sensed on my Solaris 2.4 system because that's when the time entry changes
>> to a date in the 'ps -ef' listing. This means they end up hanging around
>> for anywhere from 24 to 36 hours since I run the script twice a day.
>
>This is something I'm trying to track down, but can't put my
>finger on... Hagngin ftpds...
The main hang problem is probably occuring on uploads. I don't believe
that keepalives are enabled, so if the connectivity goes away with the remote
host at the 'right' time, the server kernel won't be expecting any more data
and the connection will just sit idle. If you enable keepalives, then the
connection should eventually time out, but this could take awhile (the
keepalive timeout period is 2 hours). A better solution is to set an alarm
prior to beginning the data transfer (either upload or download) - similar
to what is done in early in the main command loop for idle sessions.
-DG
David Greenman
Core-team/Principal Architect, The FreeBSD Project
From
[email protected] Tue Mar 4 20:52:10 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id UAA13284; Tue, 4 Mar 1997 20:52:09 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA29978;
Tue, 4 Mar 1997 20:45:07 -0600 (CST)
Received: from hp9k.lag.itesm.mx (hp9k.lag.itesm.mx [200.34.109.90])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA29839
for <
[email protected]>; Tue, 4 Mar 1997 20:43:47 -0600 (CST)
Received: from [200.34.191.194] by hp9k.lag.itesm.mx with SMTP
(16.6/15.6) id AA18560; Tue, 4 Mar 97 20:21:25 -0600
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 17:38:14 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Ariel R. Orellana" <
[email protected]>
To:
[email protected]
Subject: Newbie, DNS and /etc/hosts problem
In-Reply-To: <
[email protected]>
References: <
[email protected]> from "Bob Woodward" at Mar 3, 97 11:52:18 am
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7BIT
X-Mailer: Pegasus Mail for Win32 (v2.52)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi all,
First, I'll introduce myself. I'm Ariel Orellana, I'm the network
administrator. 24 years old. I think that cavers the basics.
Now, on to the question... just installed wu-ftpd 2.4 on a HP-UX 10.01 system.
I'm having trouble granting access to hosts that are not on my /etc/hosts file.
We haven't configured DNS - yet (it's a private network). Maybe a month or so.
Meanwhile, how can I grant access to everyone without having to add any and all
hosts to my file?
In case it's necessary, my ftpaccess file looks something like this:
class all anonymous,guest,real *
..
..
Ariel R. Orellana
Network Manager
Servicios Industriales Penoles S.A. de C.V.
From
[email protected] Tue Mar 4 22:07:28 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id WAA13751; Tue, 4 Mar 1997 22:07:26 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA02011;
Tue, 4 Mar 1997 21:59:02 -0600 (CST)
Received: from calvin.tcscs.com (
[email protected] [206.11.32.232])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id VAA00849
for <
[email protected]>; Tue, 4 Mar 1997 21:54:34 -0600 (CST)
Received: (from zeta@localhost)
by calvin.tcscs.com (8.8.5/8.8.5) id WAA00940;
Tue, 4 Mar 1997 22:04:49 -0600
Message-Id: <
[email protected]>
Date: Tue, 4 Mar 1997 22:04:49 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Gregory Youngblood <
[email protected]>
To: Vidiot <
[email protected]>
Cc:
[email protected]
Subject: Re: Problems With WUFTP and BSDI
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> <> The next problem of note is the fact that when I'm ftp'd into the secure account, ftp allows me to escape to a shell (even though the shell is setup as /etc/ftponly) and traverse the directory tree from the root on down.
> <>
> <
> <SAY WHAT !!!!!!
> <you had a shell prompt while loggin as "ftp" ?????
>
> For shits and grins, when I logged in as anonymous, I was able to do !sh and
> get a shell prompt. I was then able to cd to / and do a ls -la and see
> everything there.
>
> Oh oh... is wu-ftpd drastically broken? It certainly looks like it.
If you got a shell prompt from !sh then you should have gotten a 'local'
shell prompt, not a remote shell.
> <Even if your config files are royally screwed you should not be able
> <to escape from the chroot().
>
> Unfortunately, I too can escape chroot().
I was having all kinds of problems with chroot with beta 11 and 12, but
thanks to someone else I rechecked my inetd.conf and found out a slight
typo was causing the -a flag to never be sent to ftpd, thus my ftpaccess
file was not being read and with beta 11/12 changing the default
behaviour it wasnt being read at all.
Once I fixed that, my chroot worked again. :)
Greg
From
[email protected] Tue Mar 4 23:44:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id XAA14127; Tue, 4 Mar 1997 23:44:02 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id XAA04999;
Tue, 4 Mar 1997 23:35:50 -0600 (CST)
Received: from mail.visi.net (
[email protected] [206.246.194.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id XAA06170
for <
[email protected]>; Tue, 4 Mar 1997 23:35:03 -0600 (CST)
Received: from icculus.visi.net (
[email protected] [206.246.199.235]) by mail.visi.net (8.7.6/0.0.0) with SMTP id AAA20657 for <
[email protected]>; Wed, 5 Mar 1997 00:30:53 -0500 (EST)
Message-Id: <
[email protected]>
Date: Wed, 05 Mar 1997 00:36:42 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Liquid Insanity <
[email protected]>
To:
[email protected]
Subject: unsub
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
what does this list run? how do i get off?
.%$$s.
`$$' +----------------------------------------+ -- -
$$ ._ | [ Liquid Insanity! ]
`#$. !s$s.
[email protected]
$$s._.ss! +------------------------------------+ -- -
'`~ ~'$' !_.+(
http://neon.netlite.com/ )+._!
From
[email protected] Wed Mar 5 09:00:55 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA22949; Wed, 5 Mar 1997 09:00:54 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA29919;
Wed, 5 Mar 1997 08:52:41 -0600 (CST)
Received: from ccr.dsi.uanl.mx (ccr.dsi.uanl.mx [148.234.15.4])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA28742
for <
[email protected]>; Wed, 5 Mar 1997 08:48:20 -0600 (CST)
Received: from cacl1.dsi.uanl.mx (cacl.dsi.uanl.mx) by ccr.dsi.uanl.mx (MX V4.2
VAX) with SMTP; Wed, 05 Mar 1997 08:48:17 CST6
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 08:48:15 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Candido Caceres" <
[email protected]>
To: <
[email protected]>
Subject: Re: unsub
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-MSMail-Priority: Normal
X-Priority: 3
X-Mailer: Microsoft Internet Mail 4.70.1155
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
For help setting up this server, you can try the following sources:
o The wu-ftpd mailing list. To subscribe, send email with the
message body of "subscribe wu-ftpd" to
[email protected]
NOTE: I am subscribed to wu-ftpd, there is no need to mail me also.
o _Managing Internet Information Services_, An O'Reilly and Associates
book. Expected release: April/May. This book has an excellent
chapter on setting up anonymous ftp sites using standard ftp servers
as well as the wu-ftp server.
may be :(
_____________________________________________________________
Universidad Autonoma de Nuevo Leon / Direccion de Informatica
Candido Caceres e-mail:
[email protected] (kcrs)
Soporte T�cnico
http://ccr.dsi.uanl.mx/~ccaceres
"when dreams come true"
----------
> From: Liquid Insanity <
[email protected]>
> To:
[email protected]
> Subject: unsub
> Date: martes 4 de marzo de 1997 23:36
>
> what does this list run? how do i get off?
>
> .%$$s.
> `$$' +----------------------------------------+ -- -
> $$ ._ | [ Liquid Insanity! ]
> `#$. !s$s.
[email protected]
> $$s._.ss! +------------------------------------+ -- -
> '`~ ~'$' !_.+(
http://neon.netlite.com/ )+._!
>
----------------------------------------------------------------------------
----
> Return-Path: <
[email protected]>
> Received: from wugate.wustl.edu by ccr.dsi.uanl.mx (MX V4.2 VAX) with
SMTP;
> Tue, 04 Mar 1997 23:39:48 CST6
> Received: from host (wugate.wustl.edu [128.252.120.1]) by
wugate.wustl.edu
> (8.8.5/8.8.5) with SMTP id XAA00262; Tue, 4 Mar 1997 23:39:06
-0600
> (CST)
> Received: from mail.visi.net (
[email protected] [206.246.194.1]) by
> wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id XAA06170 for
> <
[email protected]>; Tue, 4 Mar 1997 23:35:03 -0600
(CST)
> Received: from icculus.visi.net (
[email protected]
> [206.246.199.235]) by mail.visi.net (8.7.6/0.0.0) with SMTP id
> AAA20657 for <
[email protected]>; Wed, 5 Mar 1997
00:30:53
> -0500 (EST)
> Message-ID: <
[email protected]>
> Date: Wed, 05 Mar 1997 00:36:42 -0500
> Reply-To:
[email protected]
> Sender:
[email protected]
> From: Liquid Insanity <
[email protected]>
> To:
[email protected]
> Subject: unsub
> MIME-Version: 1.0
> Content-Type: text/plain; charset="us-ascii"
> X-Sender:
[email protected]
> X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
> X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
From
[email protected] Wed Mar 5 09:40:48 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA23208 for <
[email protected]>; Wed, 5 Mar 1997 09:40:45 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA00459;
Wed, 5 Mar 1997 09:32:11 -0600 (CST)
Received: from mail.wzl.rwth-aachen.de (wzl2.WZL.RWTH-Aachen.DE [137.226.208.170])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA32632
for <
[email protected]>; Wed, 5 Mar 1997 09:29:20 -0600 (CST)
Received: from wzl-wm1.wzl.rwth-aachen.de ([137.226.208.107])
by mail.wzl.rwth-aachen.de (post.office MTA v2.0 0813 ID# 0-0U10)
with ESMTP id AAA176 for <
[email protected]>;
Wed, 5 Mar 1997 16:29:23 +0100
Received: from WZL-WM1/SpoolDir by wzl-wm1.wzl.rwth-aachen.de (Mercury 1.20);
5 Mar 97 16:26:50 GMT+1
Received: from SpoolDir by WZL-WM1 (Mercury 1.20); 5 Mar 97 16:26:39 GMT+1
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 16:26:32 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: "Cordula Teubner" <
[email protected]>
To:
[email protected]
Subject: wu-ftp-login failes
X-mailer: Pegasus Mail for Windows (v2.30)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hallo!
I just have installed the wu-ftpd-2.4 on one of my AIX-machines and now I
tried to connect to this host with ftp, but it failes.
The user I have tested with ist in the /etc/passwd and hasn't got a
null-password und the user doesn't appear in the /etc/ftpusers.
But I don't have a command named "getusershell". Could this be my
problem, or what else? Can anybody help me?
Thanks
Cordula
--------------------------------
Cordula Teubner
WZL / RWTH Aachen
Lehrstuhl fuer Werkzeugmaschinen
Steinbachstr. 53B
52074 Aachen
Tel.: 0241/807447
Fax : 0241/8888293
email:
[email protected]
--------------------------------
From
[email protected] Wed Mar 5 10:39:07 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA23562 for <
[email protected]>; Wed, 5 Mar 1997 10:39:06 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA07531;
Wed, 5 Mar 1997 10:31:39 -0600 (CST)
Received: from relay1.smtp.psi.net (relay1.smtp.psi.net [38.8.14.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA07468
for <
[email protected]>; Wed, 5 Mar 1997 10:27:24 -0600 (CST)
Received: from nova.pbs.org by relay1.smtp.psi.net (8.8.3/SMI-5.4-PSI)
id LAA20545; Wed, 5 Mar 1997 11:27:20 -0500 (EST)
Received: from sapphire.pbs.org by pbsvax.pbs.org (PMDF V5.0-6 #15454)
id <
[email protected]>; Wed, 05 Mar 1997 11:27:04 -0400 (EDT)
Received: from sapphire.pbs.org by sapphire.pbs.org (SMI-8.6/SMI-SVR4)
id LAA08623; Wed, 05 Mar 1997 11:27:02 -0500
Message-Id: <
[email protected]>
Date: Wed, 05 Mar 1997 11:27:02 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Cc:
[email protected]
Subject: Re: unsub
Content-id: <
[email protected]>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="----- =_aaaaaaaaaa0"
Content-transfer-encoding: 7BIT
X-Mailer: exmh version 1.6.9 8/22/96
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <
[email protected]>
But HOW does one get off of it? I have tried two different list names, but both
times I am told the list does not exist. Please Help.
Seton
------- =_aaaaaaaaaa0
Content-Type: multipart/digest; boundary="----- =_aaaaaaaaaa1"
Content-ID: <
[email protected]>
Content-Description: forwarded messages
------- =_aaaaaaaaaa1
Return-Path:
[email protected]
Return-Path: <
[email protected]>
Received: from nova.pbs.org by sapphire.pbs.org (SMI-8.6/SMI-SVR4)
id KAA08141; Wed, 5 Mar 1997 10:16:15 -0500
Received: from DIRECTORY-DAEMON by pbsvax.pbs.org (PMDF V5.0-6 #15454)
id <
[email protected]> for
[email protected]; Wed,
05 Mar 1997 10:16:06 -0400 (EDT)
Received: from DIRECTORY-DAEMON by pbsvax.pbs.org (PMDF V5.0-6 #15454)
id <
[email protected]> for
[email protected]; Wed,
05 Mar 1997 10:16:01 -0400 (EDT)
Received: from wunet.wustl.edu (wunet.wustl.edu)
by pbsvax.pbs.org (PMDF V5.0-6 #15454) id <
[email protected]>
for
[email protected]; Wed, 05 Mar 1997 10:15:55 -0400 (EDT)
Received: from mailserv-daemon by wunet.wustl.edu (PMDF V4.3-10 #14148)
id <
[email protected]>; Wed, 05 Mar 1997 10:03:32 -0500 (CDT)
Date: Wed, 05 Mar 1997 10:03:32 -0500 (CDT)
From: "PMDF Mailserv V4.3" <
[email protected]>
Subject: Errors in MAILSERV command processing
To:
[email protected]
Message-id: <
[email protected]>
X-Envelope-to:
[email protected]
MIME-version: 1.0
Content-transfer-encoding: 7BIT
content-length: 208
Error processing the command: unsubscribe wu-ftpd
[email protected]
No such mailing list WU-FTPD
%MAILSERV-W-LNF, mailing list not found
Use the HELP command to get a list of legal MAILSERV commands.
------- =_aaaaaaaaaa1
Return-Path:
[email protected]
Return-Path: <
[email protected]>
Received: from nova.pbs.org by sapphire.pbs.org (SMI-8.6/SMI-SVR4)
id LAA08454; Wed, 5 Mar 1997 11:11:45 -0500
Received: from DIRECTORY-DAEMON by pbsvax.pbs.org (PMDF V5.0-6 #15454)
id <
[email protected]> for
[email protected]; Wed,
05 Mar 1997 11:11:32 -0400 (EDT)
Received: from DIRECTORY-DAEMON by pbsvax.pbs.org (PMDF V5.0-6 #15454)
id <
[email protected]> for
[email protected]; Wed,
05 Mar 1997 11:11:21 -0400 (EDT)
Received: from wunet.wustl.edu (wunet.wustl.edu)
by pbsvax.pbs.org (PMDF V5.0-6 #15454) id <
[email protected]>
for
[email protected]; Wed, 05 Mar 1997 11:11:09 -0400 (EDT)
Received: from mailserv-daemon by wunet.wustl.edu (PMDF V4.3-10 #14148)
id <
[email protected]>; Wed, 05 Mar 1997 10:58:47 -0500 (CDT)
Date: Wed, 05 Mar 1997 10:58:47 -0500 (CDT)
From: "PMDF Mailserv V4.3" <
[email protected]>
Subject: Errors in MAILSERV command processing
To:
[email protected]
Message-id: <
[email protected]>
X-Envelope-to:
[email protected]
MIME-version: 1.0
Content-transfer-encoding: 7BIT
content-length: 212
Error processing the command: unsubscribe wu-ftpd-l
[email protected]
No such mailing list WU-FTPD-L
%MAILSERV-W-LNF, mailing list not found
Use the HELP command to get a list of legal MAILSERV commands.
------- =_aaaaaaaaaa1--
------- =_aaaaaaaaaa0--
From
[email protected] Wed Mar 5 12:43:41 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA24345; Wed, 5 Mar 1997 12:43:40 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA18535;
Wed, 5 Mar 1997 12:36:09 -0600 (CST)
Received: from prawn.fishy.net (flounder.fishy.net [206.156.56.34])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA16724
for <
[email protected]>; Wed, 5 Mar 1997 12:32:07 -0600 (CST)
Received: from sturgeon.fishy.net (sturgeon.fishy.net [172.16.1.3]) by prawn.fishy.net (8.8.5/8.7.3) with ESMTP id NAA226224 for <
[email protected]>; Wed, 5 Mar 1997 13:31:35 -0500
Received: (from ben@localhost) by sturgeon.fishy.net (8.8.5/8.7.3) id NAA53108 for
[email protected]; Wed, 5 Mar 1997 13:31:38 -0500
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 13:31:37 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Ben Mehlman <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftp-login failes
In-Reply-To: <
[email protected]> from "Cordula Teubner" at Mar 5, 97 04:26:32 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>
> Hallo!
>
> I just have installed the wu-ftpd-2.4 on one of my AIX-machines and now I
> tried to connect to this host with ftp, but it failes.
> The user I have tested with ist in the /etc/passwd and hasn't got a
> null-password und the user doesn't appear in the /etc/ftpusers.
> But I don't have a command named "getusershell". Could this be my
> problem, or what else? Can anybody help me?
>
> Thanks
> Cordula
AIX uses ksh which isn't one of those (/bin/sh, /bin/csh) hard coded into
wu-ftpd. I must confess I (against advice) hard coded ksh into
getusershell.c along with the others. I had to severely munge the code to
get it to compile on AIX anyway- this was just one more thing ;)
(wu-ftpd-2.4 'stock' version).
The right way to do it is to create a file /etc/shells and add each valid
shell to it.
-Ben Mehlman
---------------------------------------------------------------------------
Ben Mehlman Vladimir: Well? Shall we go?
Prodigy Services Company Estragon: Yes, let's go.
[email protected] (They do not move).
From
[email protected] Wed Mar 5 13:10:49 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA24586; Wed, 5 Mar 1997 13:10:47 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA20263;
Wed, 5 Mar 1997 13:04:04 -0600 (CST)
Received: from mail.virginia.edu (mail.Virginia.EDU [128.143.2.9])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA19161
for <
[email protected]>; Wed, 5 Mar 1997 12:56:53 -0600 (CST)
Received: from tigger.itc.virginia.edu by mail.virginia.edu id aa23980;
5 Mar 97 13:56 EST
Received: (from wfp5p@localhost) by tigger.itc.Virginia.EDU (8.8.5/1.0.0) id NAA40184 for
[email protected]; Wed, 5 Mar 1997 13:56:20 -0500
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 13:56:19 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Bill Pemberton <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftp-login failes
In-Reply-To: <
[email protected]> from "Ben Mehlman" at Mar 05, 1997 01:31:37 PM
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.5 PL0b1]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Ben Mehlman writes:
> >
> > I just have installed the wu-ftpd-2.4 on one of my AIX-machines and now I
> > tried to connect to this host with ftp, but it failes.
> > The user I have tested with ist in the /etc/passwd and hasn't got a
> > null-password und the user doesn't appear in the /etc/ftpusers.
> > But I don't have a command named "getusershell". Could this be my
> > problem, or what else? Can anybody help me?
>
> AIX uses ksh which isn't one of those (/bin/sh, /bin/csh) hard coded into
> wu-ftpd. I must confess I (against advice) hard coded ksh into
> getusershell.c along with the others. I had to severely munge the code to
> get it to compile on AIX anyway- this was just one more thing ;)
> (wu-ftpd-2.4 'stock' version).
>
> The right way to do it is to create a file /etc/shells and add each valid
> shell to it.
>
In my opinion, that's very much the WRONG way to do it..... nothing
else in AIX understands /etc/shells, so you'll now be maintaining the
list of valid shells in two places (the real AIX place
/etc/security/login.cfg and /etc/shells).
I've got a patch to wu-ftpd that makes it get the valid shells the
"AIX way" at tigger.itc.virginia.edu:/pub/AIX/wu-ftpd.diffs.txt.gz
--
Bill Pemberton
[email protected]
ITC/Unix Systems
[email protected]
University of Virginia uunet!virginia!wfp5p
From
[email protected] Wed Mar 5 14:24:50 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA25197 for <
[email protected]>; Wed, 5 Mar 1997 14:24:49 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA26461;
Wed, 5 Mar 1997 14:18:28 -0600 (CST)
Received: from MISsentry.el.nec.com (missentry.el.nec.com [192.216.82.86])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA25500
for <
[email protected]>; Wed, 5 Mar 1997 14:10:33 -0600 (CST)
Received: from missunmgr.el.nec.com (missunmgr.el.nec.com [143.103.3.20]) by MISsentry.el.nec.com (8.7.1/8.7.1) with ESMTP id MAA03568 for <
[email protected]>; Wed, 5 Mar 1997 12:05:05 -0800 (PST)
Received: (from dhawley@localhost) by missunmgr.el.nec.com (8.7.1/8.7.1) id MAA29424 for
[email protected]; Wed, 5 Mar 1997 12:08:20 -0800 (PST)
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 12:08:20 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: David Hawley <
[email protected]>
To:
[email protected]
Subject: Sub-Logins logging
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I was wondering if anyone has any experience with logging sub-logins under WU-FTP.
Our user "ftp" gets everything logged just fine, but the sub-login "my-sub-login"
I created doesn't get logged. I tried making /bin/false a script that sends, basically:
/usr/ucb/ls -lt | /usr/ucb/mail -s "sub-login was here"
[email protected]
this didn't work. For some reason I'm just not seeing how to tie this in to the
WU-FTP? I can handle a RTFM, but please tell me which FM. Is this mechanism explained
in Managing_Internet_Services, or in the WU-FTP manual pages?
David
From
[email protected] Wed Mar 5 14:31:26 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA25275 for <
[email protected]>; Wed, 5 Mar 1997 14:31:25 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA28224;
Wed, 5 Mar 1997 14:23:46 -0600 (CST)
Received: from MISsentry.el.nec.com (missentry.el.nec.com [192.216.82.86])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA25838
for <
[email protected]>; Wed, 5 Mar 1997 14:16:53 -0600 (CST)
Received: from missunmgr.el.nec.com (missunmgr.el.nec.com [143.103.3.20]) by MISsentry.el.nec.com (8.7.1/8.7.1) with ESMTP id MAA03675 for <
[email protected]>; Wed, 5 Mar 1997 12:11:58 -0800 (PST)
Received: (from dhawley@localhost) by missunmgr.el.nec.com (8.7.1/8.7.1) id MAA29443 for
[email protected]; Wed, 5 Mar 1997 12:15:14 -0800 (PST)
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 12:15:14 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: David Hawley <
[email protected]>
To:
[email protected]
Subject: sub-login logging
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Cancell my last question. I just found it.
David
From
[email protected] Wed Mar 5 14:37:26 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA25302 for <
[email protected]>; Wed, 5 Mar 1997 14:37:25 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA27535;
Wed, 5 Mar 1997 14:29:31 -0600 (CST)
Received: from mule0.mindspring.com (mule0.mindspring.com [204.180.128.166])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA26981
for <
[email protected]>; Wed, 5 Mar 1997 14:24:13 -0600 (CST)
Received: from mfathome (ip97.mountain-view.ca.pub-ip.psi.net [38.10.127.97])
by mule0.mindspring.com (8.8.4/8.8.4) with SMTP
id PAA53282 for <
[email protected]>; Wed, 5 Mar 1997 15:24:11 -0500
Message-Id: <
[email protected]>
Date: Wed, 05 Mar 1997 12:27:27 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Mike Farace <
[email protected]>
To:
[email protected]
Subject: Adding ftpusers without being root - how?? (Solaris 2.5.1)
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I am have created and admin user for the ftp server's partition. It
allows this admin user to have full access to this ftp partition to
manage it. This user also needs to add new users for ftp access.
Apparently if I add them to group 14 (sysadmin), they can then do it
from the admintool. But I need a command line option, so they can run
/usr/sbin/useradd - which only is allowed to be run by root.
Anyone have any other ideas? I have heard of utililities that can give
limited root functions to a user... does anyone have one, or know if
that would even work?
Thanks,
Mike Farace
[email protected]
[email protected]
From
[email protected] Wed Mar 5 14:43:08 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA25348 for <
[email protected]>; Wed, 5 Mar 1997 14:43:06 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA29570;
Wed, 5 Mar 1997 14:34:46 -0600 (CST)
Received: from myrddin.imat.com (
[email protected] [140.174.70.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA28177
for <
[email protected]>; Wed, 5 Mar 1997 14:29:26 -0600 (CST)
Received: (from rrc@localhost) by myrddin.imat.com (8.6.10/8.6.9) id MAA24326 for
[email protected]; Wed, 5 Mar 1997 12:29:24 -0800
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 12:29:24 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Richard Couture <
[email protected]>
To:
[email protected]
Subject: Re: dir command dumps core
In-Reply-To: <Pine.SOL.3.95.970304155143.5741R-100000@maggie> from "Neil Readwin" at Mar 4, 97 03:54:57 pm
Content-Type: text
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I am having a similar problem. Mine will not chroot, and depending on who owns the tree that I
want to access, it may not even access.
I am trying to create logins that can ONLY ftp and not telnet. I also do not want these users
wandering around and seeing what other similar users have got.
I added guestgroup ftpart to ftpaccess file
I created a user called dell
I created in /home/artdept/dell (The home dir) a bin and etc dir.
dell is member or group ftpart
dell's shell is /bin/false
the passwd entry has /home/artdept/dell/./incoming in the home dir field
Dells home tree is owned by dell.artdept
when I ftp in as dell, I find myself in the home dir as opposed to the ~dell/incoming dir and I
can cd all the way to root (The REAL ROOT)
Any ideas... Running on Linux 2.0.0 with BETA12
Richard
>
> On Tue, 4 Mar 1997, Vidiot wrote:
> > <> /usr/export/ftms_releases/ftp/./ftms
>
> > Correct. It goes there just fine. But chroot means that the location is
> > supposed to be the "root" of the user, but it isn't. I'm able to cd into
> > the ~ftp root directory.
>
> Not so. ftpd splits the home directory into 2 parts around the "/./",
> chdirs/chroots to the first then chdirs to the second. So when you login
> you should be in /usr/export/ftms_releases/ftp/ftms and you should be
> able to "cd .." exactly once. Neil.
> --
> We just don't discuss that capability. I can't tell you why we don't
> discuss it because then I'd be discussing it. -- Pete Williams
>
--
The CoffeeNet (R) The greatest coffee AND the world (R)
744 Harrison Street at 3rd --->>> FREE e-mail and <<<---
San Francisco, CA 94107-1235 --->>> FREE personal WEB page! <<<---
Voice: (415) 495-7447 e-mail:
[email protected]
From
[email protected] Wed Mar 5 16:02:29 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA26019 for <
[email protected]>; Wed, 5 Mar 1997 16:02:28 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA04076;
Wed, 5 Mar 1997 15:55:22 -0600 (CST)
Received: from MISsentry.el.nec.com (missentry.el.nec.com [192.216.82.86])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA00023
for <
[email protected]>; Wed, 5 Mar 1997 15:49:32 -0600 (CST)
Received: from missunmgr.el.nec.com (missunmgr.el.nec.com [143.103.3.20]) by MISsentry.el.nec.com (8.7.1/8.7.1) with ESMTP id NAA05054 for <
[email protected]>; Wed, 5 Mar 1997 13:44:40 -0800 (PST)
Received: (from dhawley@localhost) by missunmgr.el.nec.com (8.7.1/8.7.1) id NAA29677 for
[email protected]; Wed, 5 Mar 1997 13:47:57 -0800 (PST)
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 13:47:57 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: David Hawley <
[email protected]>
To:
[email protected]
Subject: Re: sub-login logging
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Even though I found the place that sub-login logging is *supposed* to be done from,
(../../../ftpaccess) it doesn't work. This is what I have:
log commands real,anonymous,sub-login
log transfer anonymous,real,sub-login inbound,outbound
(note: name of customer changed to "sub-login" here)
Now I have a few questions about this. In the book Managing Internet Information
Services it uses the words "log transfer" in our file it said "log transfers".
Would that cause it to not work either way?
Perhaps I'm just having trouble getting the proper daemon to reread the config files.
Since /usr/local/etc/ftpd is controlled by /etc/inetd.conf I do a kill -1 on inetd, which
seems to have no effect at the time, but later on I see the changes (I ran ftp with the
-a and -d options, after an unknown while these took effect (but not right away). there
is no /../../../ftpd running all the time. We would prefer not to just reboot everytime
the files change.
thanks, David
From
[email protected] Wed Mar 5 16:21:31 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA26372 for <
[email protected]>; Wed, 5 Mar 1997 16:21:31 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA05303;
Wed, 5 Mar 1997 16:12:58 -0600 (CST)
Received: from tecsun1.tec.army.mil (tec.army.mil [192.12.124.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA03080
for <
[email protected]>; Wed, 5 Mar 1997 16:06:51 -0600 (CST)
Received: from curly.tec.army.mil (curly.tec.army.mil [206.37.31.137]) by tecsun1.tec.army.mil (8.7.5/8.7.3) with SMTP id RAA22047 for <
[email protected]>; Wed, 5 Mar 1997 17:01:01 -0500 (EST)
Received: from moe.army.mil by curly.tec.army.mil (SMI-8.6/SMI-SVR4)
id RAA08904; Wed, 5 Mar 1997 17:09:24 -0500
Received: by moe.army.mil (SMI-8.6/SMI-SVR4)
id RAA05457; Wed, 5 Mar 1997 17:09:12 -0500
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 17:09:12 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William E. Diego)
To:
[email protected]
Subject: Re: sub-login logging
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> Perhaps I'm just having trouble getting the proper daemon to reread the config files.
>
> Since /usr/local/etc/ftpd is controlled by /etc/inetd.conf I do a kill -1 on inetd, which
> seems to have no effect at the time, but later on I see the changes (I ran ftp with the
> -a and -d options, after an unknown while these took effect (but not right away). there
> is no /../../../ftpd running all the time. We would prefer not to just reboot everytime
> the files change.
ftpd does _not_ run all the time. It is only invoked when an ftp connection
is initiated (send/receive). You might want to make sure that there are
no active ftp connections before you give your -1 (Hangup=HUP) signal to
inted.
-bd
From
[email protected] Wed Mar 5 16:32:25 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA26468 for <
[email protected]>; Wed, 5 Mar 1997 16:32:24 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA07182;
Wed, 5 Mar 1997 16:23:59 -0600 (CST)
Received: from internet2.sbi.com ([192.195.121.10])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA05370
for <
[email protected]>; Wed, 5 Mar 1997 16:16:58 -0600 (CST)
Received: from internet.sbi.com (rutherford.SBI.COM [192.195.121.6]) by internet2.sbi.com (8.6.12/8.6.12) with SMTP id RAA10846 for <
[email protected]>; Wed, 5 Mar 1997 17:16:21 -0500
Received: from exchnj03.sbi.com by internet.sbi.com (4.1/SMI-4.1)
id AA11131; Wed, 5 Mar 97 17:16:21 EST
Received: by exchnj03.sbi.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5)
id <
[email protected]>; Wed, 5 Mar 1997 17:12:49 -0500
Message-Id: <c=US%a=_%p=Salomon%
[email protected]>
Date: Wed, 5 Mar 1997 17:12:49 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Cupano, Joseph N" <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: FTPCONVERSIONS variables
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
What other variables besides %s are available when utilizing the
FTPCONVERSIONS file.
Also, the last three fields in FTPCONVERSIONS confuses me, what are
their purpose if I want to add another compression package for WU-FTPD
to recognize.
Thanks in advance,
- Joe
From
[email protected] Wed Mar 5 16:40:36 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA26512 for <
[email protected]>; Wed, 5 Mar 1997 16:40:35 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA05421;
Wed, 5 Mar 1997 16:29:42 -0600 (CST)
Received: from pizza.hvu.nl (
[email protected] [145.89.234.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA05998
for <
[email protected]>; Wed, 5 Mar 1997 16:25:31 -0600 (CST)
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19961213 [Fight Spam]) id XAA13327 for
[email protected]; Wed, 5 Mar 1997 23:25:27 +0100 (MET)
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 23:25:27 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Re: Adding ftpusers without being root - how?? (Solaris 2.5.1)
In-Reply-To: <
[email protected]> from "Mike Farace" at Mar 5, 97 12:27:27 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Files: the truth is out there
X-I-Am-Not-Simes: undecided
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Quoting Mike Farace, who wrote :
> Apparently if I add them to group 14 (sysadmin), they can then do it
> from the admintool. But I need a command line option, so they can run
> /usr/sbin/useradd - which only is allowed to be run by root.
>
> Anyone have any other ideas? I have heard of utililities that can give
> limited root functions to a user... does anyone have one, or know if
> that would even work?
sudo sounds like what you need. You could even set sudo to only let that
admin add users with useradd -g ftpadmin ...
The latest sudo may always be gotten via anonymous ftp
from ftp.courtesan.com in the directory /pub/sudo/.
Grtx KH
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Work) <-- finger -l for PGPkey Fax: +31-30-2586290
[email protected] (Home) Workphone: +31-30-2586287
http://www.cetis.hvu.nl/~koos/ Looking for a license plate with "RFC 822"
From
[email protected] Wed Mar 5 16:49:22 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA26606 for <
[email protected]>; Wed, 5 Mar 1997 16:49:22 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA09042;
Wed, 5 Mar 1997 16:41:06 -0600 (CST)
Received: from dogyear.cti-pet.com (DOGYEAR.CTI-PET.COM [192.189.172.59])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA08316
for <
[email protected]>; Wed, 5 Mar 1997 16:34:39 -0600 (CST)
Received: (from tbruck@localhost) by dogyear.cti-pet.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) id RAA08270 for
[email protected]; Wed, 5 Mar 1997 17:32:51 -0500
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 17:32:51 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Thomas Bruckbauer" <
[email protected]>
To:
[email protected]
Subject: FAQ?
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Z-Mail (3.2.3 08feb96 MediaMail)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi,
I just joined this group because I have a problem setting up this daemon...
I'd like to look in the FAQ first. Is there any?
TNX
Thomas
--
//--------------------------------------------------------//
Thomas Bruckbauer
[email protected]
CTI Pet Systems Inc Phone: (423) 966-7539
810 Innovation Drive Direct: (423) 966-0072x424
Knoxville, TN 37932 Fax: (423) 966-8955
//--------------------------------------------------------//
From
[email protected] Wed Mar 5 16:50:18 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA26645 for <
[email protected]>; Wed, 5 Mar 1997 16:50:17 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA08738;
Wed, 5 Mar 1997 16:35:26 -0600 (CST)
Received: from siggy.iceonline.com (siggy.iceonline.com [204.191.208.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA06634
for <
[email protected]>; Wed, 5 Mar 1997 16:32:13 -0600 (CST)
Received: by siggy.iceonline.com (940816.SGI.8.6.9/940406.SGI)
for
[email protected] id OAA04176; Wed, 5 Mar 1997 14:32:12 -0800
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 14:32:11 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Chris Brown)
To:
[email protected]
Subject: Bandwidth
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Is there a way under wu-ftpd (or any other unix ftpd for that matter) to
restrict the bandwidth used by each connection? (Or perhaps even all
connections put together.)
Chris...
From
[email protected] Wed Mar 5 16:59:47 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA26899 for <
[email protected]>; Wed, 5 Mar 1997 16:59:46 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA09111;
Wed, 5 Mar 1997 16:53:23 -0600 (CST)
Received: from MISsentry.el.nec.com (missentry.el.nec.com [192.216.82.86])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA09442
for <
[email protected]>; Wed, 5 Mar 1997 16:47:34 -0600 (CST)
Received: from missunmgr.el.nec.com (missunmgr.el.nec.com [143.103.3.20]) by MISsentry.el.nec.com (8.7.1/8.7.1) with ESMTP id OAA06015 for <
[email protected]>; Wed, 5 Mar 1997 14:42:43 -0800 (PST)
Received: (from dhawley@localhost) by missunmgr.el.nec.com (8.7.1/8.7.1) id OAA29912 for
[email protected]; Wed, 5 Mar 1997 14:46:00 -0800 (PST)
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 14:46:00 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: David Hawley <
[email protected]>
To:
[email protected]
Subject: Re: [Q] wu-ftpd won't recongnize ftpaccess file
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I'm having this same problem. What did you find out?
}From
[email protected] Tue Feb 18 12:37 PST 1997
}Reply-To:
[email protected]
}Sender:
[email protected]
}From: Karl Marble <
[email protected]>
}To: wu ftpd <
[email protected]>
}Subject: [Q] wu-ftpd won't recongnize ftpaccess file
}MIME-Version: 1.0
}X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
}Content-Type: TEXT/PLAIN; charset="US-ASCII"
}Content-Length: 600
}X-Lines: 24
}
}Hello all!
} I'm new to the world of wu-ftpd, and I can't get it to recognize
}the existence of the /etc/ftpaccess file. I'm running it on a BSDI 2.1
}box. I've:
}
}- checked the strings in wuftpd to make sure it's looking for /etc/ftpaccess
}- created the file with a simple deny * - doesn't work.
}- made sure there's no -A argument for ftpd in /etc/inetd.conf
}
}Is there some magic I'm not doing correctly here?
}
}Thanks all...
}
}Karl
}
}PS Is there a wu-ftpd FAQ anywhere???
}
}--
}Karl Marble
}Unix Administrator
}Information Services
}City of Worcester Massachusetts
}mailto:
[email protected]
}
From
[email protected] Wed Mar 5 17:04:46 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA26937 for <
[email protected]>; Wed, 5 Mar 1997 17:04:45 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA10037;
Wed, 5 Mar 1997 16:58:29 -0600 (CST)
Received: from pizza.hvu.nl (
[email protected] [145.89.234.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA05039
for <
[email protected]>; Wed, 5 Mar 1997 16:54:10 -0600 (CST)
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19961213 [Fight Spam]) id XAA13689 for
[email protected]; Wed, 5 Mar 1997 23:54:08 +0100 (MET)
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 23:54:08 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Re: FAQ?
In-Reply-To: <
[email protected]> from "Thomas Bruckbauer" at Mar 5, 97 05:32:51 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Files: the truth is out there
X-I-Am-Not-Simes: undecided
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Quoting Thomas Bruckbauer, who wrote :
> I just joined this group because I have a problem setting up this daemon...
> I'd like to look in the FAQ first. Is there any?
Yes!
By ftp:
ftp.cetis.hvu.nl/pub/koos/wu-ftpd-faq.txt
By web:
http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html
Grtx KH
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Work) <-- finger -l for PGPkey Fax: +31-30-2586290
[email protected] (Home) Workphone: +31-30-2586287
http://www.cetis.hvu.nl/~koos/ Looking for a license plate with "RFC 822"
From
[email protected] Wed Mar 5 17:15:59 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA27000 for <
[email protected]>; Wed, 5 Mar 1997 17:15:58 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA10870;
Wed, 5 Mar 1997 17:09:40 -0600 (CST)
Received: from gw3.sprintspectrum.com (
[email protected] [207.40.70.36])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA12030
for <
[email protected]>; Wed, 5 Mar 1997 17:05:59 -0600 (CST)
Received: by gw3.sprintspectrum.com; id RAA29867; Wed, 5 Mar 1997 17:05:58 -0600 (CST)
Received: from uskmessoa003.sprintspectrum.com(208.10.75.13) by gw3.sprintspectrum.com via smap (3.2)
id xma027516; Wed, 5 Mar 97 16:57:27 -0600
Received: by uskmessoa003.sprintspectrum.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.995.13)
id <
[email protected]>; Wed, 5 Mar 1997 16:57:31 -0600
Message-Id: <c=US%a=_%p=SprintPCS%l=USKMESSOA023-970305225713Z-20415@uskmessoa003.sprintspectrum.com>
Date: Wed, 5 Mar 1997 16:57:13 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Cox, Terry" <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: Can't even get it to compile
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.13
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I have a Redhat Linux 3.0.3 distribution (Picasso - Kernel 1.2.13). I
downloaded wu-ftpd 2.4 and did the gunzip and tar just fine. I put the
wu-ftpd in the following directory: /usr/src/wu-ftpd-2.4 I went to do
the the 'build' from this directory: build lnx . Unfortunately, I got
the following error: "Cannot open lnx.s." I am stumped. Can someone
help me. The FAQ doesn't mention anything about this type of problem. I
feel like I'm in a race, and I can't even get out of the starting
blocks? Thanks!
Terry M. Cox
Spokane, Washington
From
[email protected] Wed Mar 5 17:19:39 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA27023 for <
[email protected]>; Wed, 5 Mar 1997 17:19:38 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA10822;
Wed, 5 Mar 1997 17:12:21 -0600 (CST)
Received: from inorganic5.fdt.net (
[email protected] [205.229.48.42])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA14605
for <
[email protected]>; Wed, 5 Mar 1997 17:06:03 -0600 (CST)
Received: from localhost (jlewis@localhost)
by inorganic5.fdt.net with SMTP id SAA08244
for <
[email protected]>; Wed, 5 Mar 1997 18:05:57 -0500
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 18:05:56 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jon Lewis <
[email protected]>
To:
[email protected]
Subject: Re: Bandwidth
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Wed, 5 Mar 1997, Chris Brown wrote:
> Is there a way under wu-ftpd (or any other unix ftpd for that matter) to
> restrict the bandwidth used by each connection? (Or perhaps even all
> connections put together.)
I think the people at cistron.nl have hacked this into the ftpd they run.
------------------------------------------------------------------
Jon Lewis <
[email protected]> | Unsolicited commercial e-mail will
Network Administrator | be proof-read for $199/hr.
________Finger
[email protected] for PGP public key_______
From
[email protected] Wed Mar 5 17:21:31 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA27042 for <
[email protected]>; Wed, 5 Mar 1997 17:21:30 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA11362;
Wed, 5 Mar 1997 17:14:29 -0600 (CST)
Received: from ind9.fim.wpafb.af.mil (ind9.fim.wpafb.af.mil [129.48.33.229])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA09376
for <
[email protected]>; Wed, 5 Mar 1997 17:06:38 -0600 (CST)
Received: (from trummer@localhost) by ind9.fim.wpafb.af.mil (950413.SGI.8.6.12/950213.SGI.AUTOCF) id SAA11537 for
[email protected]; Wed, 5 Mar 1997 18:04:33 -0500
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 18:04:33 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Jerry Trummer)
To:
[email protected]
Subject: timezone wrong under IRIX
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Has anyone gotten wu-ftpd to work under IRIX 5.3 or IRIX 6.2 --AND--
have the correct time entered in the SYSLOG?
The fixes referenced in the wu-ftpd FAQ (#7 and #8) don't seem to
work for IRIX.
Thanks...
--
------------------------------------------------------------------------
Jerry Trummer, Contractor - Ohio Aerospace Institute (OAI)
WL/FIMC Bldg 450
2645 Fifth St Ste 7
Wright-Patterson AFB OH 45433-7913
[email protected]
voice:(937)255-2455 fax:(937)656-4210
------------------------------------------------------------------------
From
[email protected] Wed Mar 5 17:38:49 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA27112 for <
[email protected]>; Wed, 5 Mar 1997 17:38:47 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA13762;
Wed, 5 Mar 1997 17:32:19 -0600 (CST)
Received: from node1.frontiernet.net (node1.frontiernet.net [205.232.174.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA14171
for <
[email protected]>; Wed, 5 Mar 1997 17:25:40 -0600 (CST)
Received: from node6.frontiernet.net (
[email protected] [205.232.174.14]) by node1.frontiernet.net (8.8.5/8.8.2) with ESMTP id SAA64030; Wed, 5 Mar 1997 18:25:25 -0500
Received: (from dsf@localhost) by node6.frontiernet.net (8.8.5/8.8.2) id SAA49878; Wed, 5 Mar 1997 18:25:24 -0500
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 18:25:24 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Dan Foster <
[email protected]>
To:
[email protected]
Cc:
[email protected] (Dan Foster)
Subject: error in wu-ftpd 2.4.2 beta 13 for AIX machines
Content-Type: text
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
In support/makefiles/Makefile.aix, see this section:
SRCS = getusershell.c fnmatch.c strcasestr.c strsep.c \
authuser.c strdup.c snprintf.c
OBJS = getusershell.o fnmatch.o strcasestr.o strsep.o \
authuser.o strdup.o snprintf.c
In OBJS, you want to change from snprintf.c to snprintf.o.
I'm guessing this is the result of some late night slaving over the
code. ;-)
Already submitted this to
[email protected], although I'm pretty
sure someone else's already noticed this by now.
Otherwise, it compiles cleanly on an AIX 4.1.4 system using IBM's C compiler.
-Dan Foster
Internet:
[email protected]
From
[email protected] Wed Mar 5 17:42:05 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA27133 for <
[email protected]>; Wed, 5 Mar 1997 17:42:04 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA14209;
Wed, 5 Mar 1997 17:34:54 -0600 (CST)
Received: from dogyear.cti-pet.com (DOGYEAR.CTI-PET.COM [192.189.172.59])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA10370
for <
[email protected]>; Wed, 5 Mar 1997 17:26:08 -0600 (CST)
Received: (from tbruck@localhost) by dogyear.cti-pet.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) id SAA08468 for
[email protected]; Wed, 5 Mar 1997 18:24:20 -0500
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 18:24:20 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Thomas Bruckbauer" <
[email protected]>
To:
[email protected]
Subject: Problem with automatic compression
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Z-Mail (3.2.3 08feb96 MediaMail)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi,
thanks to everybody how showed me were the FAQ is!
Unfortunately the FAQ did not help me... so:
I am having trouble with the automatic compression/decompression:
I always get file not found errors!
This is for real users and anon-ftp!
SunOS 4.1.4
(Version wu-2.4(1))
ckconfig says everything is ok. (I did not change the default paths)
wu-ftpd itself is working (dir, ls, get...)
chroot ~ftp /bin/compress something works too (so all libraries/devices are
there)
contents of ftpacces: (as in doc/examples)
exp96_04con:62> cat ftpaccess
class all real,guest,anonymous *
limit all 10 Any /etc/msgs/msg.dead
readme README* login
readme README* cwd=*
message /welcome.msg login
message .message cwd=*
compress yes local remote
tar yes local remote
log commands real
log transfers anonymous,real inbound,outbound
shutdown /etc/shutmsg
email user@hostname
contents of ftpcobcversions: (as in doc/examples)
:.Z: : :/bin/compress -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
: : :.Z:/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
:.gz: : :/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
: : :.gz:/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
: : :.tar:/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
: : :.tar.Z:/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
: : :.tar.gz:/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
I guess I am missing something... But what?
Thomas
--
//--------------------------------------------------------//
Thomas Bruckbauer
[email protected]
CTI Pet Systems Inc Phone: (423) 966-7539
810 Innovation Drive Direct: (423) 966-0072x424
Knoxville, TN 37932 Fax: (423) 966-8955
//--------------------------------------------------------//
From
[email protected] Wed Mar 5 17:43:35 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA27172 for <
[email protected]>; Wed, 5 Mar 1997 17:43:34 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA14220;
Wed, 5 Mar 1997 17:37:04 -0600 (CST)
Received: from siggy.iceonline.com (siggy.iceonline.com [204.191.208.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA13654
for <
[email protected]>; Wed, 5 Mar 1997 17:27:30 -0600 (CST)
Received: by siggy.iceonline.com (940816.SGI.8.6.9/940406.SGI)
for
[email protected] id PAA06566; Wed, 5 Mar 1997 15:27:29 -0800
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 15:27:28 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Chris Brown)
To:
[email protected]
Subject: Re: timezone wrong under IRIX
In-Reply-To: <
[email protected]> from "Jerry Trummer" at Mar 5, 97 06:04:33 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>
>
> Has anyone gotten wu-ftpd to work under IRIX 5.3 or IRIX 6.2 --AND--
> have the correct time entered in the SYSLOG?
>
> The fixes referenced in the wu-ftpd FAQ (#7 and #8) don't seem to
> work for IRIX.
>
> Thanks...
Change SPT_TYPE in your config file to SPT_NONE. SPT_REUSEARGV is not
applicable to IRIX unfortunately.
From
[email protected] Wed Mar 5 18:01:22 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA27253 for <
[email protected]>; Wed, 5 Mar 1997 18:01:21 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA10603;
Wed, 5 Mar 1997 17:49:14 -0600 (CST)
Received: from landfield.com (rkive.landfield.com [208.196.145.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA16321
for <
[email protected]>; Wed, 5 Mar 1997 17:47:18 -0600 (CST)
Received: (from kent@localhost) by landfield.com (8.7.5/8.7.3) id RAA27200 for
[email protected]; Wed, 5 Mar 1997 17:47:49 -0600 (CST)
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 17:47:48 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Kent Landfield <
[email protected]>
To:
[email protected]
Subject: Re: Problem with automatic compression
In-Reply-To: <
[email protected]> from "Thomas Bruckbauer" at Mar 5, 97 06:24:20 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
# I always get file not found errors!
# This is for real users and anon-ftp!
#
# contents of ftpcobcversions: (as in doc/examples)
Well, besides the name of the file being a problem.... ;-)
Have you checked the permissions on the ~ftp/bin directory and
executables and make sure they are inplace and executable by your
ftp user ?
# :.Z: : :/bin/compress -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
# : : :.Z:/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
# :.gz: : :/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
# : : :.gz:/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
# : : :.tar:/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
# : : :.tar.Z:/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
# : : :.tar.gz:/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
--
Kent Landfield Phone: 1-817-545-2502
The Landfield Group FAX: 1-817-545-7650
Email:
[email protected] http://www.landfield.com/
Please send comp.sources.misc related mail to
[email protected].
Search the Usenet Hypertext FAQ Archive at
http://www.landfield.com/faqs/
From
[email protected] Wed Mar 5 18:15:39 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA27304 for <
[email protected]>; Wed, 5 Mar 1997 18:15:38 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA16702;
Wed, 5 Mar 1997 18:00:51 -0600 (CST)
Received: from calzone.oit.unc.edu (fddisunsite.oit.unc.edu [152.2.254.81])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA17485
for <
[email protected]>; Wed, 5 Mar 1997 17:57:19 -0600 (CST)
Received: from yangtze.oit.unc.edu (yangtze.oit.unc.edu [152.2.22.118])
by calzone.oit.unc.edu (8.8.5/8.8.5) with ESMTP id SAA11164;
Wed, 5 Mar 1997 18:57:06 -0500 (EST)
Received: from localhost (balld@localhost)
by yangtze.oit.unc.edu (8.8.4/8.8.4) with SMTP
id SAA11020; Wed, 5 Mar 1997 18:57:02 -0500
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 18:57:02 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Donald Ball <
[email protected]>
To: "Cox, Terry" <
[email protected]>
Cc: "'
[email protected]'" <
[email protected]>
Subject: Re: Can't even get it to compile
In-Reply-To: <c=US%a=_%p=SprintPCS%l=USKMESSOA023-970305225713Z-20415@uskmessoa003.sprintspectrum.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: yangtze.oit.unc.edu: balld owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
You probably want to get RedHat 4.1 for starters:
ftp://sunsite.unc.edu/pub/Linux/distributions/redhat/redhat-4.1/i386
They distribute a copy of wuftpd in rpm format - it's in fact a package
option when you install. Last I recall it's beta12, but they're pretty
good about getting new RPMs built quickly.
- donald
On Wed, 5 Mar 1997, Cox, Terry wrote:
> I have a Redhat Linux 3.0.3 distribution (Picasso - Kernel 1.2.13). I
> downloaded wu-ftpd 2.4 and did the gunzip and tar just fine. I put the
> wu-ftpd in the following directory: /usr/src/wu-ftpd-2.4 I went to do
> the the 'build' from this directory: build lnx . Unfortunately, I got
> the following error: "Cannot open lnx.s." I am stumped. Can someone
> help me. The FAQ doesn't mention anything about this type of problem. I
> feel like I'm in a race, and I can't even get out of the starting
> blocks? Thanks!
>
> Terry M. Cox
> Spokane, Washington
>
From
[email protected] Wed Mar 5 18:47:55 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA27441 for <
[email protected]>; Wed, 5 Mar 1997 18:47:54 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA20534;
Wed, 5 Mar 1997 18:35:36 -0600 (CST)
Received: from lotus.lotus.com (lotus.com [192.233.136.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA18257
for <
[email protected]>; Wed, 5 Mar 1997 18:29:22 -0600 (CST)
Received: from internet1.lotus.com by lotus.lotus.com (SMI-8.6/SMI-SVR4)
id TAA14689; Wed, 5 Mar 1997 19:25:11 -0500
Received: from spook.lotus.com (SPOOK.lotus.com [130.103.48.150])
by internet1.lotus.com (8.8.5/8.8.5) with ESMTP id TAA00257
for <
[email protected]>; Wed, 5 Mar 1997 19:20:20 -0500 (EST)
Received: (from forrie@localhost) by spook.lotus.com (8.7.5/8.7.3) id RAA03478 for
[email protected]; Wed, 5 Mar 1997 17:55:28 -0500 (EST)
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 17:55:28 -0500 (EST)
Reply-To: <
[email protected]>
Sender:
[email protected]
From: Forrest Aldrich <
[email protected]>
To:
[email protected]
Subject: Problem with 2.4.2 > beta-11
Content-Type: text
X-Mailer: ELM [version 2.4ME+ PL15 (25)]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
We're having a serious problem with the wu-ftpd server... at least it
appears to be wu-ftpd. If I run any version greater than beta-11, we
start getting reports of users who are unable to connect from a web
browser. I checked with our networks department and we have both PASV and
ACTIVE port enabled.
Does this problem ring a bell? Any assistance would be appreciated.
Forrest
From
[email protected] Wed Mar 5 20:13:29 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id UAA27925 for <
[email protected]>; Wed, 5 Mar 1997 20:13:29 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA21302;
Wed, 5 Mar 1997 20:07:13 -0600 (CST)
Received: from dragon.ti.com (dragon.ti.com [192.94.94.61])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id UAA26599
for <
[email protected]>; Wed, 5 Mar 1997 20:01:08 -0600 (CST)
Received: from dadd.ti.com. ([156.117.118.83]) by dragon.ti.com (8.6.13) with ESMTP id UAA23144 for <
[email protected]>; Wed, 5 Mar 1997 20:00:37 -0600
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.8.4/)
id UAA13806; Wed, 5 Mar 1997 20:00:34 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Wed, 5 Mar 1997 20:00:33 -0600
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 97 20:00:33 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: Hanging ftpd processes
In-Reply-To: <
[email protected]>; from "Michael Brennen" at Mar 4, 97 5:56 pm
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Michael Brennen said (re hanging daemons) :-
> It appears to me to come from timeouts when uploading. Those are the only
> stuck daemons I see. (linux 2.0.27). It is especially prone to happen
> when coming across the Internet at busy times.
I'd been wondering why I hadn't come across this on my server (Solaris 2.5,
wustl 2.4)... This would explain it, since we get very few uploads (I put
most of the data we make available under the root area myself, using cp/rcp.)
Thanks to all for helping clear this up...
Cheers, Bob
From
[email protected] Wed Mar 5 21:05:09 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id VAA28388 for <
[email protected]>; Wed, 5 Mar 1997 21:05:08 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA29493;
Wed, 5 Mar 1997 20:58:12 -0600 (CST)
Received: from siggy.iceonline.com (siggy.iceonline.com [204.191.208.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA28398
for <
[email protected]>; Wed, 5 Mar 1997 20:54:47 -0600 (CST)
Received: by siggy.iceonline.com (940816.SGI.8.6.9/940406.SGI)
for
[email protected] id SAA19426; Wed, 5 Mar 1997 18:54:46 -0800
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 18:54:45 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Chris Brown)
To:
[email protected]
Subject: cistron's wu-ftpd
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I'm curious why the idea from cistron.nl's ftp server
(wu-ftpd2.4.2-beta9(2)) for throttling bandwidth never made it into current
releases. Anyone knowledgable that could enlighten me? Btw, thanks to
whomever pointed me at them, I accidently erased your mail.
Chris...
From
[email protected] Wed Mar 5 22:18:12 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id WAA28846 for <
[email protected]>; Wed, 5 Mar 1997 22:18:07 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA00408;
Wed, 5 Mar 1997 22:12:03 -0600 (CST)
Received: from inorganic5.fdt.net (
[email protected] [205.229.48.42])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id WAA00248
for <
[email protected]>; Wed, 5 Mar 1997 22:06:46 -0600 (CST)
Received: from localhost (jlewis@localhost)
by inorganic5.fdt.net with SMTP id XAA09478
for <
[email protected]>; Wed, 5 Mar 1997 23:06:48 -0500
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 23:06:47 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jon Lewis <
[email protected]>
To:
[email protected]
Subject: Re: cistron's wu-ftpd
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Wed, 5 Mar 1997, Chris Brown wrote:
> I'm curious why the idea from cistron.nl's ftp server
> (wu-ftpd2.4.2-beta9(2)) for throttling bandwidth never made it into current
> releases. Anyone knowledgable that could enlighten me? Btw, thanks to
> whomever pointed me at them, I accidently erased your mail.
I'm not sure if they've released the patches. You might poke around the
site and see if you can find them.
------------------------------------------------------------------
Jon Lewis <
[email protected]> | Unsolicited commercial e-mail will
Network Administrator | be proof-read for $199/hr.
________Finger
[email protected] for PGP public key_______
From
[email protected] Wed Mar 5 23:10:22 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id XAA29108 for <
[email protected]>; Wed, 5 Mar 1997 23:10:21 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id XAA04692;
Wed, 5 Mar 1997 23:02:52 -0600 (CST)
Received: from rover.mcp.com (rover.mcp.com [198.70.148.141])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA00491
for <
[email protected]>; Wed, 5 Mar 1997 22:58:03 -0600 (CST)
Received: (from mhughes@localhost) by rover.mcp.com (8.6.12/8.6.9) id XAA06301; Wed, 5 Mar 1997 23:58:16 -0500
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 23:58:15 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Hughes <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Hanging ftpd processes
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
What flags, if any, does your ftpd run with?
-- michael
On Tue, 4 Mar 1997, Alain Magloire wrote:
> Bonjour Mr Bob Woodward
> >
> > At 01:43 PM 2/28/97 -0500, you wrote:
> > >Howdy folks,
> > >I have two questions about the hanging processes. I am currently
> > >running the 2.4 version and have made modifications. Is there a fix
> >
> > I'm using a script to kill off ftp jobs that are over 24 hours. These are
> > sensed on my Solaris 2.4 system because that's when the time entry changes
> > to a date in the 'ps -ef' listing. This means they end up hanging around
> > for anywhere from 24 to 36 hours since I run the script twice a day.
>
> This is something I'm trying to track down, but can't put my
> finger on... Hagngin ftpds...
>
> Having a cronjob that goes on a killing spree every now and then
> is tempting but doesn't resolve the real of the problem.
>
> At first I thougth it was the locking accouting mechanism(and endless loop
> 'til the process got the lock) but after modification of the code, things
> didn't improve that much.
>
> The problem did not go away with the beta versions.
>
> If anyone can give me more input on this,
>
> I appreciate
>
>
> --
> au revoir, alain
>
From
[email protected] Thu Mar 6 04:07:13 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id EAA06729 for <
[email protected]>; Thu, 6 Mar 1997 04:07:12 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id DAA17799;
Thu, 6 Mar 1997 03:59:10 -0600 (CST)
Received: from gw-nl1.philips.com (gw-nl1.philips.com [192.68.44.33])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id DAA17085
for <
[email protected]>; Thu, 6 Mar 1997 03:58:14 -0600 (CST)
Received: (from nobody@localhost)
by gw-nl1.philips.com (8.6.10/8.6.10-0.994n-08Nov95) id KAA26923
for <
[email protected]>; Thu, 6 Mar 1997 10:58:12 +0100
Received: from unknown(130.139.36.3) by gw-nl1.philips.com via smap (V1.3+ESMTP) with ESMTP
id sma026682; Thu Mar 6 10:57:11 1997
Received: from X400GATE.PHILIPS.COM (nlevn62p.snads.philips.com [130.144.192.68])
by smtprelay.nl.cis.philips.com (8.6.10/8.6.10-1.2.1m-970214) with SMTP id KAA27660
for <
[email protected]>; Thu, 6 Mar 1997 10:57:09 +0100
Message-Id: <0016800002443582000002*@MHS>
Date: Thu, 6 Mar 1997 10:58:03 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To: wu-ftpd <
[email protected]>
Subject: Re: wu-ftpd on AIX 4.2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
---------------------------------- Forwarded ----------------------------------
From:
[email protected] at #SMTP
Date: 3/5/97 7:32PM
To: Edwin Stornebrink at Philips_DAP_Drachten
Subject: Re: wu-ftpd on AIX 4.2
-------------------------------------------------------------------------------
Edwin,
I see you got no replies to your question...probably because you're
using AIX, just like me. I'm not sure what your question is. Are
you
trying to limit a guest account to a chrooted environment?
_
{(ojo)}
|\Q/|
joe matusiewicz \/-\/
national weather service | |
silver, spring, md 20910 / /
301.713.0864 ext 174 \ \
[email protected] /__\
______________________________ Reply Separator
_________________________________ Subject: wu-ftpd on AIX 4.2 Author:
[email protected] at EXTERNAL Date: 3/4/97 3:57 AM
I compiled the beta version of wu-ftpd on an AIX v 4.1 server
without
any problem. I installed it on an AIX 4.2 server: no problem...
It works for REAL users and the ANONYMOUS user, but not for other
anonymous users ( GUEST users )
If I try to make a GUEST-user I always get the message
'530 access has been denied ...' What can be wrong ?
- Is there a big difference between AIX 3.1 and 3.2 ? or
- Do I have to change some settings in the ftpaccess-file ?
y.s,
E.Stornebrink
From
[email protected] Thu Mar 6 04:43:49 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id EAA06971 for <
[email protected]>; Thu, 6 Mar 1997 04:43:48 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA18362;
Thu, 6 Mar 1997 04:27:26 -0600 (CST)
Received: from gw-nl1.philips.com (gw-nl1.philips.com [192.68.44.33])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id EAA13819
for <
[email protected]>; Thu, 6 Mar 1997 04:21:35 -0600 (CST)
Received: (from nobody@localhost)
by gw-nl1.philips.com (8.6.10/8.6.10-0.994n-08Nov95) id LAA01979
for <
[email protected]>; Thu, 6 Mar 1997 11:21:33 +0100
Received: from unknown(130.139.36.3) by gw-nl1.philips.com via smap (V1.3+ESMTP) with ESMTP
id sma001858; Thu Mar 6 11:20:49 1997
Received: from X400GATE.PHILIPS.COM (nlevn62p.snads.philips.com [130.144.192.68])
by smtprelay.nl.cis.philips.com (8.6.10/8.6.10-1.2.1m-970214) with SMTP id LAA02592
for <
[email protected]>; Thu, 6 Mar 1997 11:20:47 +0100
Message-Id: <0016800002443884000002*@MHS>
Date: Thu, 6 Mar 1997 11:21:41 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To: wu-ftpd <
[email protected]>
Subject: Problem with anonumous guest users
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I've got the following problem with WU-FTPD 2.4:
================================================
If I ftp and log in as an anonymous guest user, the server initially
says:
"Your current dir. is "/"".
But if I do 'cd /' my current dir. will become the root of the server
and not the root of the chrooted environment !
How is this possible ?
I made an anonymous guest user in WU-FTPD 2.4 ( beta 12 AIX 4.x ) and
set up the following:
> a root directory ( /home/guests ) to 'chroot' to,
which looks like this:
/home/guests/
bin/ls
etc/group
/passwd
lib/libc.a
/libcurses.a
> a guest user in /etc/passwd, which looks like:
guest1:*:401:400:Guest FTP
user:/home/guests/./guest1:/etc/ftponly
> a group ftpguests (gid 400) in the /etc/group file
> also the same entries in the group and passwd in /home/guests/etc
> In the ftpaccess file I made an entry : guestgroup ftpguests
> For ftpgroups and ftphosts I used the example files
C a n s o m e b o d y h e l p m e ??
From
[email protected] Thu Mar 6 05:00:31 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id FAA07021 for <
[email protected]>; Thu, 6 Mar 1997 05:00:30 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA19275;
Thu, 6 Mar 1997 04:44:36 -0600 (CST)
Received: from mail.wzl.rwth-aachen.de (wzl2.WZL.RWTH-Aachen.DE [137.226.208.170])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id EAA19264
for <
[email protected]>; Thu, 6 Mar 1997 04:42:04 -0600 (CST)
Received: from wzl-wm1.wzl.rwth-aachen.de ([137.226.208.107])
by mail.wzl.rwth-aachen.de (post.office MTA v2.0 0813 ID# 0-0U10)
with ESMTP id AAA158 for <
[email protected]>;
Thu, 6 Mar 1997 11:41:57 +0100
Received: from WZL-WM1/SpoolDir by wzl-wm1.wzl.rwth-aachen.de (Mercury 1.20);
6 Mar 97 11:40:02 GMT+1
Received: from SpoolDir by WZL-WM1 (Mercury 1.20); 6 Mar 97 11:39:45 GMT+1
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 11:39:42 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: "Cordula Teubner" <
[email protected]>
To:
[email protected]
Subject: Re: Problem with anonumous guest users
X-mailer: Pegasus Mail for Windows (v2.30)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hallo Edwin!
Where is your directory /etc/ftponly? I think you have to create it
relativ to the chrooted environment. Therefore create a directory
/home/guests/etc/ftponly.
Ciao
Cordula
--------------------------------
Cordula Teubner
WZL / RWTH Aachen
Lehrstuhl fuer Werkzeugmaschinen
Steinbachstr. 53B
52074 Aachen
Tel.: 0241/807447
Fax : 0241/8888293
email:
[email protected]
--------------------------------
From
[email protected] Thu Mar 6 06:02:13 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id GAA07199 for <
[email protected]>; Thu, 6 Mar 1997 06:02:12 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id FAA21674;
Thu, 6 Mar 1997 05:53:29 -0600 (CST)
Received: from relay.xlink.net (relay.xlink.net [193.141.40.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id FAA21712
for <
[email protected]>; Thu, 6 Mar 1997 05:48:43 -0600 (CST)
Received: from mailwizard.cinetic.de by relay.xlink.net
id <
[email protected]>; Thu, 6 Mar 1997 12:48:33 +0000
Received: from sun (194.122.194.2) by mailwizard.cinetic.de
with SMTP (Apple Internet Mail Server 1.1.1);
Thu, 6 Mar 1997 12:49:58 +0100
Message-Id: <
[email protected]>
Date: Thu, 06 Mar 1997 12:46:07 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Oliver Stoll <
[email protected]>
To:
[email protected]
Subject: Re: Problem with anonumous guest users
References: <0016800002443884000002*@MHS>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-Mailer: Mozilla 3.01 (X11; I; SunOS 5.5.1 sun4m)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Edwin, see that /etc/ftponly is registered in /etc/shells.
The ftp program tries to verify the shell you're using so
that a user couldn't fake any other programs into it. If
the entry is not there, the shell validation will fail and
the directory default to /.
Regards,
Oliver
[email protected] wrote:
>
> I've got the following problem with WU-FTPD 2.4:
> ================================================
>
> If I ftp and log in as an anonymous guest user, the server initially
> says:
>
> "Your current dir. is "/"".
>
> But if I do 'cd /' my current dir. will become the root of the server
> and not the root of the chrooted environment !
>
> How is this possible ?
>
> I made an anonymous guest user in WU-FTPD 2.4 ( beta 12 AIX 4.x ) and
> set up the following:
>
> > a root directory ( /home/guests ) to 'chroot' to,
> which looks like this:
>
> /home/guests/
> bin/ls
> etc/group
> /passwd
> lib/libc.a
> /libcurses.a
>
> > a guest user in /etc/passwd, which looks like:
>
> guest1:*:401:400:Guest FTP
> user:/home/guests/./guest1:/etc/ftponly
>
> > a group ftpguests (gid 400) in the /etc/group file
> > also the same entries in the group and passwd in /home/guests/etc
> > In the ftpaccess file I made an entry : guestgroup ftpguests
> > For ftpgroups and ftphosts I used the example files
>
> C a n s o m e b o d y h e l p m e ??
--
_/_/_/_/_/_/_/_/_/_/_/ O l i v e r _/_/_/ S t o l l _/_/_/_/_/_/_/_/_/_/
_/ Network Manager _/
_/ Cinetic GmbH Please send private e-mail to: _/
_/
[email protected] _/
_/ Tel: +49 (721) 94329-0
[email protected] _/
_/ Fax: +49 (721) 04320-22 _/
_/ _/
_/ Holmes: Once you've eliminated the obvious, the remainder, however _/
_/ improbable, must be the truth. _/
_/ Oliver: The highest possiblity to a quick solution is always given _/
_/ by applying the most improbable possibility first. _/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
From
[email protected] Thu Mar 6 08:58:01 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA07834; Thu, 6 Mar 1997 08:58:00 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA07910;
Thu, 6 Mar 1997 08:45:39 -0600 (CST)
Received: from gw-nl1.philips.com (gw-nl1.philips.com [192.68.44.33])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA05248
for <
[email protected]>; Thu, 6 Mar 1997 08:33:54 -0600 (CST)
Received: (from nobody@localhost)
by gw-nl1.philips.com (8.6.10/8.6.10-0.994n-08Nov95) id OAA01705
for <
[email protected]>; Thu, 6 Mar 1997 14:14:07 +0100
Received: from unknown(130.139.36.3) by gw-nl1.philips.com via smap (V1.3+ESMTP) with ESMTP
id sma001161; Thu Mar 6 14:12:00 1997
Received: from X400GATE.PHILIPS.COM (nlevn62p.snads.philips.com [130.144.192.68])
by smtprelay.nl.cis.philips.com (8.6.10/8.6.10-1.2.1m-970305) with SMTP id OAA27451
for <
[email protected]>; Thu, 6 Mar 1997 14:11:59 +0100
Message-Id: <0016800002444593000002*@MHS>
Date: Thu, 6 Mar 1997 14:12:52 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To: wu-ftpd <
[email protected]>
Subject: Problem with anonumous guest users
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I've got the following problem with WU-FTPD 2.4:
================================================
If I ftp and log in as an anonymous guest user, the server initially
says:
"Your current dir. is "/"".
But if I do 'cd /' my current dir. will become the root of the server
and not the root of the chrooted environment !
How is this possible ?
I made an anonymous guest user in WU-FTPD 2.4 ( beta 12 AIX 4.x ) and
set up the following:
> a root directory ( /home/guests ) to 'chroot' to,
which looks like this:
/home/guests/
bin/ls
etc/group
/passwd
lib/libc.a
/libcurses.a
> a guest user in /etc/passwd, which looks like:
guest1:*:401:400:Guest FTP
user:/home/guests/./guest1:/etc/ftponly
> also the same entries in the group and passwd in /home/guests/etc
> In the ftpaccess file I made an entry : guestgroup ftpguests
> For ftpgroups and ftphosts I used the example files
C a n s o m e b o d y h e l p m e ??
From
[email protected] Thu Mar 6 09:04:01 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA07863; Thu, 6 Mar 1997 09:04:00 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA08511;
Thu, 6 Mar 1997 08:53:19 -0600 (CST)
Received: from serv-02 ([200.248.215.10])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA09869
for <
[email protected]>; Thu, 6 Mar 1997 08:51:55 -0600 (CST)
Received: from dolphin by serv-02 (SMI-8.6/SMI-SVR4)
id LAA12862; Thu, 6 Mar 1997 11:50:53 -0300
Message-Id: <
[email protected]>
Date: Wed, 27 Nov 1996 11:48:41 -0200
Reply-To:
[email protected]
Sender:
[email protected]
From: Rafael Vilarino Kuhn <
[email protected]>
To:
[email protected]
Subject: Problems to kill process
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (WinNT; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi!
I use WU-FTP 2.4 to Sun Solaris 2.4. I have a problem.
The process of FTP never die. The line in inetd that
call ftp daemon is:
ftp stream tcp nowait root
/etc/ftpd/ftpd /etc/ftpd/ftpd -adl
Is this correct? Thank's in advance!
Rafael Vilarino Kunn
[email protected]
From
[email protected] Thu Mar 6 09:35:44 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA08035; Thu, 6 Mar 1997 09:35:43 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA13621;
Thu, 6 Mar 1997 09:27:42 -0600 (CST)
Received: from positron.CTI-PET.COM (POSITRON.CTI-PET.COM [192.189.172.14])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA11981
for <
[email protected]>; Thu, 6 Mar 1997 09:21:35 -0600 (CST)
Received: from dogyear.cti-pet.com by positron.CTI-PET.COM (4.1/1.0-CTI)
id AA21317; Thu, 6 Mar 97 10:18:56 EST
Received: (from tbruck@localhost) by dogyear.cti-pet.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) id KAA11353 for wu-ftpd%
[email protected]; Thu, 6 Mar 1997 10:19:50 -0500
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 10:19:50 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Thomas Bruckbauer" <tbruck%
[email protected]>
To: wu-ftpd%
[email protected]
Subject: Re: Problem with automatic compression
In-Reply-To: Kent Landfield <kent%
[email protected]>
"Re: Problem with automatic compression" (Mar 5, 5:47pm)
References: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Z-Mail (3.2.3 08feb96 MediaMail)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Mar 5, 5:47pm, Kent Landfield wrote:
> Subject: Re: Problem with automatic compression
> # I always get file not found errors!
> # This is for real users and anon-ftp!
> #
>
> # contents of ftpcobcversions: (as in doc/examples)
>
> Well, besides the name of the file being a problem.... ;-)
Well, sometimes my brain is faster than my fingers... or vice versa ;-)
>
> Have you checked the permissions on the ~ftp/bin directory and
> executables and make sure they are inplace and executable by your
> ftp user ?
I checked. compress has the same permissions as ls and ls works...
Thomas
--
//--------------------------------------------------------//
Thomas Bruckbauer
[email protected]
CTI Pet Systems Inc Phone: (423) 966-7539
810 Innovation Drive Direct: (423) 966-0072x424
Knoxville, TN 37932 Fax: (423) 966-8955
//--------------------------------------------------------//
From
[email protected] Thu Mar 6 09:47:10 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA08097; Thu, 6 Mar 1997 09:47:10 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA14210;
Thu, 6 Mar 1997 09:39:06 -0600 (CST)
Received: from cagw1.att.com (cagw1.att.com [192.128.52.89])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA13687
for <
[email protected]>; Thu, 6 Mar 1997 09:37:15 -0600 (CST)
Received: from lynxhub.ho.att.com by caig1.att.att.com (SMI-8.6/EMS-1.2 sol2)
id KAA07606; Thu, 6 Mar 1997 10:31:28 -0500
Received: by lynxhub.ho.att.com (5.x/EMS-1.2 sol2)
id AA19529; Thu, 6 Mar 1997 10:35:19 -0500
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 10:35:18 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: Hanging ftpd processes
In-Reply-To: <
[email protected]> from "Michael Hughes" at Mar 5, 97 11:58:15 pm
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Michael,
In running the 2.4 generic version I run wuftpd with -l -L. We do a
lot of uploads compared to downloads and I end up seeing about 2-3
new processes hanging each day. Right now a lot of uploads is only 50
or so per day, but we might only do 3-4 downloads.
Doug
--
Doug Courtney
[email protected]
(908)949-3597
From
[email protected] Thu Mar 6 10:21:28 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA08342; Thu, 6 Mar 1997 10:21:27 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA17072;
Thu, 6 Mar 1997 10:13:20 -0600 (CST)
Received: from schoolnet2.schoolnet.ca (schoolnet2.schoolnet.ca [205.207.220.37])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA15595
for <
[email protected]>; Thu, 6 Mar 1997 10:07:11 -0600 (CST)
Received: (from pwirth@localhost) by schoolnet2.schoolnet.ca (8.8.3/8.6) id LAA13672; Thu, 6 Mar 1997 11:05:26 -0500 (EST)
Message-Id: <Pine.SOL.3.91.970306110050.13214B-100000@schoolnet2>
Date: Thu, 6 Mar 1997 11:05:25 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Pat Wirth <
[email protected]>
To:
[email protected]
Cc: wu-ftpd <
[email protected]>
Subject: Re: Problem with anonumous guest users
In-Reply-To: <0016800002443884000002*@MHS>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi Edwin,
I had a similar problem with a real user account. I looked at similar
real users and there was no difference anywhere in the setup or config
files. In the end the solution was permissions getting to the directory
of the user. The permissions on a directory folder 2 layers up from
the users' account were incorrect. Check the permissions on all the
folders in the path going to that user or users.
Hope this helps.
Patrick
On Thu, 6 Mar 1997
[email protected] wrote:
> I've got the following problem with WU-FTPD 2.4:
> ================================================
>
> If I ftp and log in as an anonymous guest user, the server initially
> says:
>
> "Your current dir. is "/"".
>
> But if I do 'cd /' my current dir. will become the root of the server
> and not the root of the chrooted environment !
>
> How is this possible ?
>
----- - - - - ----- - - - - ----- - - - - -----
Ingenia Communications Corporation Patrick Wirth
Tel: (613) 224.6555 ext:208 Comp. Sys. Engineering
Fax: (613) 224.6587
[email protected]
----- - - - - ----- - - - - ----- - - - - -----
From
[email protected] Thu Mar 6 11:34:25 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA08904; Thu, 6 Mar 1997 11:34:24 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA23776;
Thu, 6 Mar 1997 11:27:43 -0600 (CST)
Received: from calzone.oit.unc.edu (fddisunsite.oit.unc.edu [152.2.254.81])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id LAA25696
for <
[email protected]>; Thu, 6 Mar 1997 11:24:35 -0600 (CST)
Received: from yangtze.oit.unc.edu (yangtze.oit.unc.edu [152.2.22.118])
by calzone.oit.unc.edu (8.8.5/8.8.5) with ESMTP id MAA15662
for <
[email protected]>; Thu, 6 Mar 1997 12:24:32 -0500 (EST)
Received: from localhost (balld@localhost)
by yangtze.oit.unc.edu (8.8.4/8.8.4) with SMTP
id MAA14368 for <
[email protected]>; Thu, 6 Mar 1997 12:24:31 -0500
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 12:24:31 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Donald Ball <
[email protected]>
To:
[email protected]
Subject: more hanging ftpd processes
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: yangtze.oit.unc.edu: balld owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
We're still seeing hanging ftpd processes on sunsite, solaris 2.5.1, and
they don't seem to be related to uploads. Trussing a typical hung process
(hanging for 2 days now) reveals:
# truss -p 12781
write(12, " ^FD077F f10DCD3 \ QBEE9".., 16384) (sleeping...)
The stack is:
# /usr/proc/bin/pstack 12781
12781: in.ftpd -a
df6795f4 write (c, 5f248, 4000)
df6795f4 _libc_write (c, 5f248, 4000, df678840, 0, 3ec70) + 8
00016f64 send_data (4000, 5f248, 3ec00, 3f20a, 3b000, 3ec60) + 208
00016040 retrieve (0, 4ae50, 14, 0, 38678, 331c264c) + 51c
0001aba0 yyparse (3e9e0, 146d0, 3d7f4, 3a710, 3e6c0, 0) + b78
000146c8 main (38c00, dfffff24, dfffff38, 3de2c, 1, 0) + 964
00013ce8 _start (0, 0, 0, 0, 0, 0) + 5c
and the file descriptor to which it's writing is:
# /usr/proc/bin/pfiles 12781
12781: in.ftpd -a
...
12: S_IFCHR mode:0000 dev:109,8 ino:9464 uid:0 gid:0 rdev:42,34959
O_RDWR
The process is attached to 204.17.119.64:
# /usr/ucb/ps -uwwwwww 12781
USER PID %CPU %MEM SZ RSS TT S START TIME COMMAND
ftp 12781 0.0 0.2 1716 1172 ? S Mar 04 0:00 ftpd:
204.17.119.64: anonymous/mozilla@: RETR
And netstat reveals the socket is in CLOSE_WAIT:
# netstat -n -f inet | grep 204.17.119.64
152.2.254.81.21 204.17.119.64.4442 8192 0 10122 0
CLOSE_WAIT
152.2.254.81.56495 204.17.119.64.4443 1 0 10122 0
CLOSE_WAIT
Obviously this is not hanging on upload since it's hung trying to write to
is a tcp stream, not a file. Anyone have any clues on this?
- donald
From
[email protected] Thu Mar 6 11:46:00 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA09015; Thu, 6 Mar 1997 11:45:58 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA28390;
Thu, 6 Mar 1997 11:39:11 -0600 (CST)
Received: from landfield.com (rkive.landfield.com [208.196.145.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id LAA28161
for <
[email protected]>; Thu, 6 Mar 1997 11:36:51 -0600 (CST)
Received: (from kent@localhost) by landfield.com (8.7.5/8.7.3) id LAA08930 for
[email protected]; Thu, 6 Mar 1997 11:37:20 -0600 (CST)
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 11:37:19 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Kent Landfield <
[email protected]>
To:
[email protected]
Subject: Re: more hanging ftpd processes
In-Reply-To: <
[email protected]> from "Donald Ball" at Mar 6, 97 12:24:31 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
What version of the software are you using ?
--
Kent Landfield Phone: 1-817-545-2502
The Landfield Group FAX: 1-817-545-7650
Email:
[email protected] http://www.landfield.com/
Please send comp.sources.misc related mail to
[email protected].
Search the Usenet Hypertext FAQ Archive at
http://www.landfield.com/faqs/
From
[email protected] Thu Mar 6 12:23:47 1997
Received: from relay1.UU.NET (relay1.UU.NET [192.48.96.5]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA09492; Thu, 6 Mar 1997 12:23:43 -0600 (CST)
Received: from relay1.UU.NET by relay1.UU.NET with ESMTP
(peer crosschecked as: root@localhost)
id QQcfsr21148; Thu, 6 Mar 1997 13:22:53 -0500 (EST)
Received: from wugate.wustl.edu by relay1.UU.NET with ESMTP
(peer crosschecked as: wugate.wustl.edu [128.252.120.1])
id QQcfsr21020; Thu, 6 Mar 1997 13:22:25 -0500 (EST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA29579;
Thu, 6 Mar 1997 12:13:25 -0600 (CST)
Received: from diamond.waii.com (
[email protected] [198.3.192.201])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA31089
for <
[email protected]>; Thu, 6 Mar 1997 12:07:19 -0600 (CST)
Received: by diamond.waii.com; id MAA09454; Thu, 6 Mar 1997 12:07:18 -0600
Received: from mail.wg.waii.com(137.144.128.17) by diamond.waii.com via smap (3.2)
id xma009166; Thu, 6 Mar 97 11:56:07 -0600
Received: from hocr2n17.wg.waii.com (hocr2n17.wg.waii.com [137.144.161.57]) by mail1.wg.waii.com (8.7.5/8.7.3) with ESMTP id LAA02750 for <
[email protected]>; Thu, 6 Mar 1997 11:56:06 -0600
Received: (from markw@localhost) by hocr2n17.wg.waii.com (8.8.2/8.8.2) id LAA80519 for
[email protected]; Thu, 6 Mar 1997 11:56:21 -0600
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 11:56:20 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Mark Whetzel <
[email protected]>
To:
[email protected]
Subject: Re: more hanging ftpd processes
In-Reply-To: <
[email protected]> from "Donald Ball" at Mar 6, 97 12:24:31 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Donald Ball shaped the eletrons to say:
> We're still seeing hanging ftpd processes on sunsite, solaris 2.5.1, and
> they don't seem to be related to uploads. Trussing a typical hung process
> (hanging for 2 days now) reveals:
Seems to me I recall there were a flurry of patches to the Academ releases
to correct various hung ftpd's and add timeouts to sections of the code.
I recall that problems were associated with cases where the user did not
disconnect the session gracefully.
[snip lots of diag information]
> Obviously this is not hanging on upload since it's hung trying to write to
> is a tcp stream, not a file. Anyone have any clues on this?
I bet that it does not matter, if a function was started, then the
user session abnormally terminated (link outage, ect..) then it would hang.
--
Mark Whetzel My comments are my own, not my company's.
Western Geophysical - A division of Western Atlas International Inc.,
A Subsidary of Western Atlas Inc. addr:
[email protected]
VOICE: (713) 963-2544 FAX: (713) 963-2758
From
[email protected] Thu Mar 6 12:50:55 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA09649; Thu, 6 Mar 1997 12:50:54 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA02464;
Thu, 6 Mar 1997 12:43:08 -0600 (CST)
Received: from in-trier.de (
[email protected] [198.22.51.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA02386
for <
[email protected]>; Thu, 6 Mar 1997 12:39:08 -0600 (CST)
Received: from ufp.in-trier.de (
[email protected] [198.22.51.119]) by in-trier.de (8.7.5/8.7.3) with SMTP id TAA07671; Thu, 6 Mar 1997 19:48:14 +0100
Message-Id: <
[email protected]>
Date: Wed, 5 Mar 1997 22:42:24 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From: Bernhard Rosenkraenzer <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Adding ftpusers without being root - how?? (Solaris 2.5.1)
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Wed, 5 Mar 1997, Mike Farace wrote:
> I am have created and admin user for the ftp server's partition. It
> allows this admin user to have full access to this ftp partition to
> manage it. This user also needs to add new users for ftp access.
>
> Apparently if I add them to group 14 (sysadmin), they can then do it
> from the admintool. But I need a command line option, so they can run
> /usr/sbin/useradd - which only is allowed to be run by root.
You'd need a setuid root adduser tool, or a setuid-root wrapper for an
adduser tool.
For a simple (but probably not very secure) way, ask root to create a
setuid root shellscript like this:
#!/bin/sh
/sbin/useradd -m -s /dev/null -g ftponly -d /ftp/user/$1 $1
^^^^^^^^^ ^^^^^^^ ^^^^^^^^^^
Shell group homedir. base
Then call the script with the username as parameter whenever you want to
create a new user.
LLaP
bero
From
[email protected] Thu Mar 6 13:40:37 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA09916; Thu, 6 Mar 1997 13:40:34 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA07625;
Thu, 6 Mar 1997 13:33:36 -0600 (CST)
Received: from achilles.spanlink.com (achilles.spanlink.com [204.167.166.7])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA04943
for <
[email protected]>; Thu, 6 Mar 1997 13:29:27 -0600 (CST)
Received: from wilbur.spanlink.com (wilbur [204.167.166.115])
by achilles.spanlink.com (8.8.4/8.8.4) with SMTP
id NAA13126 for <
[email protected]>; Thu, 6 Mar 1997 13:28:31 -0600 (CST)
Received: by wilbur.spanlink.com (SMI-8.6/SMI-SVR4)
id NAA03548; Thu, 6 Mar 1997 13:28:58 -0600
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 13:28:58 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Jerry Pendergraft)
To:
[email protected]
Subject: config for UnixWare 1.1.x
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Is anyone running wu-ftpd-2.4 on Unixware 1.1.x?
If so could you mail me the config file and any hints for the
Makefile.
I have successfully compiled it without regex support, and it will run
but not support any ~/bin exec things - even ls. And yes I have done
the shared lib things. The machine was already doing ftp with the
standard in.ftpd and the /var/ftp/ directory tree.
Any help greatly appreciated.
--
Jerry Pendergraft Internet:
[email protected]
--------------------------
| Abusus non tollit usum |
--------------------------
From
[email protected] Thu Mar 6 14:33:16 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA10187; Thu, 6 Mar 1997 14:33:15 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA11785;
Thu, 6 Mar 1997 14:25:15 -0600 (CST)
Received: from calzone.oit.unc.edu (fddisunsite.oit.unc.edu [152.2.254.81])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA11773
for <
[email protected]>; Thu, 6 Mar 1997 14:22:47 -0600 (CST)
Received: from yangtze.oit.unc.edu (yangtze.oit.unc.edu [152.2.22.118])
by calzone.oit.unc.edu (8.8.5/8.8.5) with ESMTP id PAA03273
for <
[email protected]>; Thu, 6 Mar 1997 15:22:43 -0500 (EST)
Received: from localhost (balld@localhost)
by yangtze.oit.unc.edu (8.8.4/8.8.4) with SMTP
id PAA14921 for <
[email protected]>; Thu, 6 Mar 1997 15:22:35 -0500
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 15:22:30 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Donald Ball <
[email protected]>
To:
[email protected]
Subject: Re: more hanging ftpd processes
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: yangtze.oit.unc.edu: balld owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
beta12
- donald
On Thu, 6 Mar 1997, Kent Landfield wrote:
> What version of the software are you using ?
>
> --
> Kent Landfield Phone: 1-817-545-2502
> The Landfield Group FAX: 1-817-545-7650
> Email:
[email protected] http://www.landfield.com/
> Please send comp.sources.misc related mail to
[email protected].
> Search the Usenet Hypertext FAQ Archive at
http://www.landfield.com/faqs/
>
From
[email protected] Thu Mar 6 15:48:11 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA10584; Thu, 6 Mar 1997 15:48:10 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA16967;
Thu, 6 Mar 1997 15:39:30 -0600 (CST)
Received: from root.com (implode.root.com [198.145.90.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA18945
for <
[email protected]>; Thu, 6 Mar 1997 15:36:17 -0600 (CST)
Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id NAA28230 for <
[email protected]>; Thu, 6 Mar 1997 13:37:04 -0800 (PST)
Message-Id: <
[email protected]>
Date: Thu, 06 Mar 1997 13:37:04 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: David Greenman <
[email protected]>
To:
[email protected]
Subject: Re: more hanging ftpd processes
In-Reply-To: Your message of "Thu, 06 Mar 1997 12:24:31 EST."
<
[email protected]>
X-Sender:
[email protected]
X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>We're still seeing hanging ftpd processes on sunsite, solaris 2.5.1, and
..
>The process is attached to 204.17.119.64:
>
># /usr/ucb/ps -uwwwwww 12781
>USER PID %CPU %MEM SZ RSS TT S START TIME COMMAND
>ftp 12781 0.0 0.2 1716 1172 ? S Mar 04 0:00 ftpd:
>204.17.119.64: anonymous/mozilla@: RETR
>
>And netstat reveals the socket is in CLOSE_WAIT:
># netstat -n -f inet | grep 204.17.119.64
>152.2.254.81.21 204.17.119.64.4442 8192 0 10122 0
>CLOSE_WAIT
>152.2.254.81.56495 204.17.119.64.4443 1 0 10122 0
>CLOSE_WAIT
>
>Obviously this is not hanging on upload since it's hung trying to write to
>is a tcp stream, not a file. Anyone have any clues on this?
This is probably caused by a bug in the Solaris TCP/IP implementation.
There are a few timer/timeout related bugs in the BSD networking code (which
Solaris uses) that I fixed in FreeBSD about a year ago:
RCS file: /home/ncvs/src/sys/netinet/tcp_timer.c,v
..
----------------------------
revision 1.16
date: 1996/04/15 03:46:33; author: davidg; state: Exp; lines: +2 -2
Two fixes from Rich Stevens:
1) Set the persist timer to help time-out connections in the CLOSING state.
2) Honor the keep-alive timer in the CLOSING state.
This fixes problems with connections getting "stuck" due to incompletion
of the final connection shutdown which can be a BIG problem on busy WWW
servers.
----------------------------
..
revision 1.8
date: 1995/07/29 18:48:43; author: davidg; state: Exp; lines: +17 -1
Add connection drop capability for persist timeouts.
Reviewed by: Andras Olah
Obtained from: 4.4BSD-lite2 via W. Richard Stevens
----------------------------
The hang that you're seeing is likely caused by the bug fixed in rev 1.8
above. The comment that was added in 1.8 explains further:
+ /*
+ * Hack: if the peer is dead/unreachable, we do not
+ * time out if the window is closed. After a full
+ * backoff, drop the connection if the idle time
+ * (no responses to probes) reaches the maximum
+ * backoff that we would use if retransmitting.
+ */
-DG
David Greenman
Core-team/Principal Architect, The FreeBSD Project
From
[email protected] Thu Mar 6 16:35:19 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA10863; Thu, 6 Mar 1997 16:35:16 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA22413;
Thu, 6 Mar 1997 16:26:24 -0600 (CST)
Received: from ind9.fim.wpafb.af.mil (ind9.fim.wpafb.af.mil [129.48.33.229])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA22629
for <
[email protected]>; Thu, 6 Mar 1997 16:20:12 -0600 (CST)
Received: (from trummer@localhost) by ind9.fim.wpafb.af.mil (950413.SGI.8.6.12/950213.SGI.AUTOCF) id RAA12498 for
[email protected]; Thu, 6 Mar 1997 17:18:06 -0500
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 17:18:06 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Jerry Trummer)
To:
[email protected]
Subject: Re: timezone wrong under IRIX
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>
> >
> >
> > Has anyone gotten wu-ftpd to work under IRIX 5.3 or IRIX 6.2 --AND--
> > have the correct time entered in the SYSLOG?
> >
> > The fixes referenced in the wu-ftpd FAQ (#7 and #8) don't seem to
> > work for IRIX.
> >
> > Thanks...
>
> Change SPT_TYPE in your config file to SPT_NONE. SPT_REUSEARGV is not
> applicable to IRIX unfortunately.
>
Chris,
Thanks for responding, but there is no SPT_TYPE in any config.h file
nor is it referenced in any of the software in my wu-ftpd-2.4 release.
I did try adding the SPT_NONE definition to the config.h and it didn't
solve the problem. It records syslog entries in Greenwich Mean Time,
which is +5 hours from all other syslog entries.
If you have encountered this problem on IRIX 5.3 OR IRIX 6.2 and
resolved it, please let me know how you did it. Was it wu-ftpd-2.4
or some earlier release?
Thanks...
--
------------------------------------------------------------------------
Jerry Trummer, Contractor - Ohio Aerospace Institute (OAI)
WL/FIMC Bldg 450
2645 Fifth St Ste 7
Wright-Patterson AFB OH 45433-7913
[email protected]
voice:(937)255-2455 fax:(937)656-4210
------------------------------------------------------------------------
From
[email protected] Thu Mar 6 16:38:43 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA10882; Thu, 6 Mar 1997 16:38:42 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA22681;
Thu, 6 Mar 1997 16:31:51 -0600 (CST)
Received: from hal.com (hal.COM [192.88.244.33])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA12387
for <
[email protected]>; Thu, 6 Mar 1997 16:30:27 -0600 (CST)
Received: by hal.com (4.1/SMI-4.1.1)
id AA23058; Thu, 6 Mar 97 14:30:26 PST
Received: from bbking.hal.com(148.57.96.233) by hal.com via smap (V1.3)
id sma023055; Thu Mar 6 14:30:25 1997
Received: by bbking.hal.com (4.1/SMI-4.1.2)
id AA05475; Thu, 6 Mar 97 14:29:36 PST
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 97 14:29:36 PST
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Bob Hardy)
To:
[email protected]
Subject: real users lose
X-Mailer: XEmacs 19.13 Lucid
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hello, folks!
I know this is a FAQ - but I have looked at the official FAQ, and
those solutions didn't fix me. I'll try to provide helpful details,
and perhaps they will remind someone of a similar scenario.
I'm trying to set up an *intranet* ftp server on a SunOS 4.1.3 box,
and have mostly succeeded. However, I cannot log in as myself! And
as I am the testcase for 'real' users generally, I fear this bodes not
well for they who yet shall follow.
Here's how it looks:
Connected to 148.57.5.101.
220 ftp-hal FTP server (Version wu-2.4(3) Thu Feb 27 22:24:12 PST 1997) ready.
Name (148.57.5.101:bobh): bobh
530 User bobh access denied.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
Relevant lines from ftpaccess:
class all real,guest *
limit all 5 Any /etc/msgs/msg.toomany
I have a normal passwd entry in etc/passwd, my (NFS-mounted) home
directory is visible on the server system, and anonymous logins
succeed every time. My shell is in etc/shells, and here's the
significant line from /etc/inetd.conf:
ftp stream tcp nowait root /usr/local/etc/ftpd ftpd -a
Anybody see a flaw here? I don't quite understand where I've gone
wrong.
Thanks!
-- Bob
Bob Hardy, System Administrator/Webmaster
HAL Computer Systems Inc., A Fujitsu Company
1315 Dell Avenue, Campbell, CA 95008
Email:
[email protected], Voice: (408) 341-5083, FAX: (408) 341-5401
WWW Home page:
http://web.hal.com/users/bobh/
From
[email protected] Thu Mar 6 17:18:51 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA11079; Thu, 6 Mar 1997 17:18:49 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA01347;
Thu, 6 Mar 1997 17:06:09 -0600 (CST)
Received: from siggy.iceonline.com (siggy.iceonline.com [204.191.208.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA00793
for <
[email protected]>; Thu, 6 Mar 1997 16:52:08 -0600 (CST)
Received: by siggy.iceonline.com (940816.SGI.8.6.9/940406.SGI)
for
[email protected] id OAA22914; Thu, 6 Mar 1997 14:52:04 -0800
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 14:52:03 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Chris Brown)
To:
[email protected]
Subject: Re: timezone wrong under IRIX
In-Reply-To: <
[email protected]> from "Jerry Trummer" at Mar 6, 97 05:18:06 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> > > Has anyone gotten wu-ftpd to work under IRIX 5.3 or IRIX 6.2 --AND--
> > > have the correct time entered in the SYSLOG?
> > >
> > > The fixes referenced in the wu-ftpd FAQ (#7 and #8) don't seem to
> > > work for IRIX.
> >
> > Change SPT_TYPE in your config file to SPT_NONE. SPT_REUSEARGV is not
> > applicable to IRIX unfortunately.
>
> Thanks for responding, but there is no SPT_TYPE in any config.h file
> nor is it referenced in any of the software in my wu-ftpd-2.4 release.
>
> I did try adding the SPT_NONE definition to the config.h and it didn't
> solve the problem. It records syslog entries in Greenwich Mean Time,
> which is +5 hours from all other syslog entries.
>
> If you have encountered this problem on IRIX 5.3 OR IRIX 6.2 and
> resolved it, please let me know how you did it. Was it wu-ftpd-2.4
> or some earlier release?
For Irix, you should use a beta release of wu-ftpd (beta-12 is what I
prefer) since somewhere during beta they fixed the hanging process problem
with wu-ftpd on IRIX and Solaris. It may be that SPT_TYPE was a config
which was added during this period too, but I'm not sure about that.
Chris...
From
[email protected] Thu Mar 6 17:28:09 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA11143; Thu, 6 Mar 1997 17:28:08 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA01808;
Thu, 6 Mar 1997 17:16:07 -0600 (CST)
Received: from cagw2.att.com (cagw2.att.com [192.128.52.90])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA01041
for <
[email protected]>; Thu, 6 Mar 1997 16:59:12 -0600 (CST)
Received: from lynxhub.ho.att.com by caig2.att.att.com (SMI-8.6/EMS-1.2 sol2)
id SAA17661; Thu, 6 Mar 1997 18:04:49 -0500
Received: by lynxhub.ho.att.com (5.x/EMS-1.2 sol2)
id AA11027; Thu, 6 Mar 1997 17:57:21 -0500
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 17:57:20 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: timezone wrong under IRIX
In-Reply-To: <
[email protected]> from "Jerry Trummer" at Mar 6, 97 05:18:06 pm
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Jerry,
In the config file if you undef the SETPROC something or other that
should do it. Irix 6.? doesn't give the right timezone of the
variable is defined.
Doug
--
Doug Courtney
[email protected]
(908)949-3597
From
[email protected] Thu Mar 6 17:28:50 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA11151; Thu, 6 Mar 1997 17:28:49 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA01943;
Thu, 6 Mar 1997 17:16:38 -0600 (CST)
Received: from hal.com (hal.COM [192.88.244.33])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA01667
for <
[email protected]>; Thu, 6 Mar 1997 17:12:49 -0600 (CST)
Received: by hal.com (4.1/SMI-4.1.1)
id AA29354; Thu, 6 Mar 97 15:12:48 PST
Received: from bbking.hal.com(148.57.96.233) by hal.com via smap (V1.3)
id sma029350; Thu Mar 6 15:12:46 1997
Received: by bbking.hal.com (4.1/SMI-4.1.2)
id AA05526; Thu, 6 Mar 97 15:11:56 PST
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 97 15:11:56 PST
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Bob Hardy)
To:
[email protected]
Subject: Re: real users lose
In-Reply-To: <
[email protected]> (
[email protected])
X-Mailer: XEmacs 19.13 Lucid
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I seem to have solved my own problem.
> Date: Thu, 6 Mar 97 14:29:36 PST
> From:
[email protected] (Bob Hardy)
> I'm trying to set up an *intranet* ftp server on a SunOS 4.1.3 box,
> and have mostly succeeded. However, I cannot log in as myself! And
> as I am the testcase for 'real' users generally, I fear this bodes not
> well for they who yet shall follow.
> 220 ftp-hal FTP server (Version wu-2.4(3) Thu Feb 27 22:24:12 PST 1997) ready.
> Name (148.57.5.101:bobh): bobh
> 530 User bobh access denied.
> Login failed.
This was true, until I renamed my ftphosts file. Then it worked.
With that clue, I started messing around with my entry in ftphosts,
and it turned out to be the fully-qualified host.domainname. When I
had ".hal.com" on the end of the hostname, it failed. When I took it
off, it worked. Go figure!
-- Bob
Bob Hardy, System Administrator/Webmaster
HAL Computer Systems Inc., A Fujitsu Company
1315 Dell Avenue, Campbell, CA 95008
Email:
[email protected], Voice: (408) 341-5083, FAX: (408) 341-5401
WWW Home page:
http://web.hal.com/users/bobh/
From
[email protected] Thu Mar 6 17:34:41 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA11179; Thu, 6 Mar 1997 17:34:40 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA02412;
Thu, 6 Mar 1997 17:27:36 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA02355
for <
[email protected]>; Thu, 6 Mar 1997 17:26:49 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id SAA27840
for
[email protected]; Thu, 6 Mar 1997 18:26:46 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 18:26:46 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: Hanging ftpd processes
In-Reply-To: <
[email protected]> from "Michael Brennen" at Mar 4, 97 05:56:07 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
It seems one the reason for the servers hang is when
the clients do not issue the FIN.
UPLOAD
The client/server setup the connection(PORT or PASV),
but something went havoc. The server waits for hours,
days, month (the read() never returns).
David GreenMan proposed the use of keepalive timer option.
LOCKING
Endless loops in acl_countusers(), acl_join(), acl_remove().
This is easily detected; syslog is clobber with:
..sleeping: fcntl lock of pid file failed:
I've put a limited number of iterations before harakiri
The side effects is _PATH_PIDNAMES may be corrupted.
(more input needed)
PASV(web browsers ??)
Client does the PASV, RETR sequence and goes havoc.
A timer with select()(provided by C. Dick ? not sure)
Also Michael Brennen(?) had a patch a timer around accept().
I think it is include in beta-1{2,3}.
So probably setting the keepalive option when opening a socket
can be an insteresting workd around.
Other ideas ?
--
au revoir, alain
From
[email protected] Thu Mar 6 17:41:12 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA11207; Thu, 6 Mar 1997 17:41:11 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA19659;
Thu, 6 Mar 1997 16:43:06 -0600 (CST)
Received: from gw.win.or.jp (gw.win.or.jp [202.26.1.33])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA23436
for <
[email protected]>; Thu, 6 Mar 1997 16:39:16 -0600 (CST)
Received: from star.win.or.jp (star.win.or.jp [202.26.20.3]) by gw.win.or.jp (8.8.5+2.7Wbeta5/3.5Wpl1/WIN-GW) with ESMTP id HAA08057 for <
[email protected]>; Fri, 7 Mar 1997 07:39:11 +0900 (JST)
Received: (from ayamura@localhost) by star.win.or.jp (8.8.5/3.5Wpl4/star-win) id HAA20762; Fri, 7 Mar 1997 07:39:10 +0900 (JST)
Message-Id: <
[email protected]>
Date: Fri, 07 Mar 1997 07:39:10 +0900
Reply-To:
[email protected]
Sender:
[email protected]
From: Ayamura Kikuchi <
[email protected]>
To:
[email protected]
Subject: Re: timezone wrong under IRIX
In-Reply-To: Your message of "Thu, 6 Mar 1997 17:18:06 -0500"
References: <
[email protected]>
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-MH-BIFF: Version: mh-biff.el version 0.96.1
X-Mailer: Mew version 1.55 on Emacs 19.34.1, Mule 2.3
X-PGP-fingerprint: 9F 4F FD B6 47 0D 87 65 7B 67 7C A9 70 F3 8C 52
X-Copyright: Copyright 1997, Ayamura Kikuchi, All Rights Reserved.
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
From:
[email protected] (Jerry Trummer)
Subject: Re: timezone wrong under IRIX
Date: Thu, 6 Mar 1997 17:18:06 -0500
Message-ID: <
[email protected]>
> I did try adding the SPT_NONE definition to the config.h and it didn't
> solve the problem. It records syslog entries in Greenwich Mean Time,
> which is +5 hours from all other syslog entries.
>
> If you have encountered this problem on IRIX 5.3 OR IRIX 6.2 and
> resolved it, please let me know how you did it. Was it wu-ftpd-2.4
> or some earlier release?
Change your config file "src/config/config.sgi".
% diff config.sgi config.sgi.orig
21c21
< #define SPT_TYPE SPT_NONE
---
> #define SPT_TYPE SPT_REUSEARGV
--
Ayamura Kikuchi
From
[email protected] Thu Mar 6 17:52:06 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA11267; Thu, 6 Mar 1997 17:52:04 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA03096;
Thu, 6 Mar 1997 17:44:52 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA03024
for <
[email protected]>; Thu, 6 Mar 1997 17:43:55 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id SAA28015;
Thu, 6 Mar 1997 18:43:53 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 18:43:52 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: real users lose
In-Reply-To: <
[email protected]> from "Bob Hardy" at Mar 6, 97 03:11:56 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bonjour Mr Bob Hardy
> This was true, until I renamed my ftphosts file. Then it worked.
> With that clue, I started messing around with my entry in ftphosts,
> and it turned out to be the fully-qualified host.domainname. When I
> had ".hal.com" on the end of the hostname, it failed. When I took it
> off, it worked. Go figure!
The matching(fnmatch()) failed surely for a good reason.
check your syslog for something like this
syslog(LOG_NOTICE,
"FTP LOGIN REFUSED (name in %s) FROM %s [%s], %s",
_PATH_FTPHOSTS, remotehost, remoteaddr, name);
and see why
remotehost != "*.hal.com"
you may doing multihoming and have different PTR records, in that case you
should had them all in ftphosts.
--
au revoir, alain
_______P_________O____________I______R___________E___
POIRE: Premature Optimization Is the Root of all Evil
From
[email protected] Thu Mar 6 17:58:48 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA11300; Thu, 6 Mar 1997 17:58:47 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA03430;
Thu, 6 Mar 1997 17:50:31 -0600 (CST)
Received: from root.com (implode.root.com [198.145.90.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA03272
for <
[email protected]>; Thu, 6 Mar 1997 17:47:02 -0600 (CST)
Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id PAA00231 for <
[email protected]>; Thu, 6 Mar 1997 15:48:32 -0800 (PST)
Message-Id: <
[email protected]>
Date: Thu, 06 Mar 1997 15:48:32 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: David Greenman <
[email protected]>
To:
[email protected]
Subject: Re: Hanging ftpd processes
In-Reply-To: Your message of "Thu, 06 Mar 1997 18:26:46 EST."
<
[email protected]>
X-Sender:
[email protected]
X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>So probably setting the keepalive option when opening a socket
>can be an insteresting workd around.
>
>Other ideas ?
How about instead of setting an alarm(0) (clearing the alarm) when exiting
the command loop to process a command, set a larger alarm time like 24 hours?
This alarm would limit the maximum amount of time that any one file transfer
can take, but would still allow the ftp session to last more than a day in
total.
-DG
David Greenman
Core-team/Principal Architect, The FreeBSD Project
From
[email protected] Thu Mar 6 18:20:38 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA11377; Thu, 6 Mar 1997 18:20:37 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA04154;
Thu, 6 Mar 1997 18:13:33 -0600 (CST)
Received: from optima.cs.arizona.edu (optima.CS.Arizona.EDU [192.12.69.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA04025
for <
[email protected]>; Thu, 6 Mar 1997 18:10:24 -0600 (CST)
Received: from lectura.CS.Arizona.EDU by optima.cs.arizona.edu (5.65c/15) via SMTP
id AA27305; Thu, 6 Mar 1997 17:10:17 MST
Received: from localhost (jdavis@localhost) by lectura.CS.Arizona.EDU (8.8.4/8.7.3) with SMTP id RAA14344 for <
[email protected]>; Thu, 6 Mar 1997 17:10:16 -0700 (MST)
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 17:10:15 -0700 (MST)
Reply-To: Jim Davis <
[email protected]>
Sender:
[email protected]
From: Jim Davis <
[email protected]>
To:
[email protected]
Subject: Re: more hanging ftpd processes
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: lectura.CS.Arizona.EDU: jdavis owned process doing -bs
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
There are a number of bugs in the Sun bugs database about problems with
things hanging in a CLOSE_WAIT state:
1259260 TCP connections get stuck in CLOSE_WAIT state forever
1188068 TCP connections remaining in CLOSE_WAIT indefinitely
1242876 TCP port hangs in CLOSE_WAIT or BOUND state and had to reboot.
1166730 Connections stay in CLOSE_WAIT state for ever
1220193 large number of connections in CLOSE_WAIT
Curiously all these bug reports have a 'closed' state, but there is no
corresponding patch id. Or workaround listed.
None mention (wu-)ftpd explicitly, but they all seem to involve clients
connecting to servers and then suddenly going away.
Incidently, the promising-sounding ndd variable 'tcp_close_wait_interval'
doesn't have anything to do with the CLOSE_WAIT state. (It's how long a
connection stays in the TIME_WAIT state.)
From
[email protected] Thu Mar 6 19:04:40 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id TAA11569; Thu, 6 Mar 1997 19:04:39 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA05699;
Thu, 6 Mar 1997 18:59:17 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id SAA05518
for <
[email protected]>; Thu, 6 Mar 1997 18:54:16 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id TAA28702;
Thu, 6 Mar 1997 19:54:11 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 6 Mar 1997 19:54:11 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Hanging ftpd processes
In-Reply-To: <
[email protected]> from "David Greenman" at Mar 6, 97 03:48:32 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bonjour Mr David Greenman
>
> How about instead of setting an alarm(0) (clearing the alarm) when exiting
> the command loop to process a command, set a larger alarm time like 24 hours?
> This alarm would limit the maximum amount of time that any one file transfer
> can take, but would still allow the ftp session to last more than a day in
> total.
yes I see what you mean, but wu-ftpd for example version 13
use the alarm(in dataconn()), without carring if it was set before.
This is ok, because like you pointed out the alarm(timeout)
is reset every time reentering the command loop.
But it would make it hard to implement a global timer, well,
at least the use of alarm() should be done with care.
I wasn't thinking of using SOL_KEEPALIVE on the controlling socket
but only when doing transferts. So doing a setsockopt() in dataconn()
and probably getdatasock() should be enough.
#include <disclaimer.h> /* :-) */
Althought the use of KEEPALIVE is controversial. it seems justified in
this scenario.
Now that said :-), I probably need to do more tests
and back this with some facts.
--
au revoir, alain
_______P_________O____________I______R___________E___
POIRE: Premature Optimization Is the Root of all Evil
From
[email protected] Fri Mar 7 00:45:30 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id AAA13090; Fri, 7 Mar 1997 00:45:27 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id AAA13687;
Fri, 7 Mar 1997 00:38:38 -0600 (CST)
Received: from malmo.trab.se (malmo.trab.se [131.115.48.10])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id AAA13469
for <
[email protected]>; Fri, 7 Mar 1997 00:34:10 -0600 (CST)
Received: from linkoping.trab.se (helios.linkoping.trab.se [131.115.46.4]) by malmo.trab.se (8.7.5/TRAB-primary-2) with ESMTP id HAA04916; Fri, 7 Mar 1997 07:33:05 +0100 (MET)
Received: (from ath@localhost) by linkoping.trab.se (8.8.3/TRAB-secondary-1) id HAA12782; Fri, 7 Mar 1997 07:33:04 +0100 (MET)
Message-Id: <
[email protected]>
Date: Fri, 7 Mar 1997 07:33:04 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From: Anders Thulin <
[email protected]>
To:
[email protected],
[email protected]
Subject: Re: Hanging ftpd processes
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
David Greenman:
> How about instead of setting an alarm(0) (clearing the alarm) when exiting
> the command loop to process a command, set a larger alarm time like 24 hours?
Or rather make it configurable (from the ftpaccess file) to whatever
is suitable for the site.
Anders Thulin
[email protected] 013-23 55 32
Telia Engineering AB, Teknikringen 2B, S-583 30 Linkoping, Sweden
From
[email protected] Fri Mar 7 03:24:21 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id DAA19593; Fri, 7 Mar 1997 03:24:20 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id DAA17867;
Fri, 7 Mar 1997 03:18:39 -0600 (CST)
Received: from thoth.mch.sni.de (thoth.mch.sni.de [192.35.17.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id DAA17073
for <
[email protected]>; Fri, 7 Mar 1997 03:13:26 -0600 (CST)
Received: from seth.mch.sni.de (seth.mch.sni.de [139.25.208.77])
by thoth.mch.sni.de (8.8.5/8.8.5) with SMTP id KAA06843
for <@mail.mch.sni.de:
[email protected]>; Fri, 7 Mar 1997 10:13:24 +0100 (MET)
Received: (from winfried@localhost) by seth.mch.sni.de (950413.SGI.8.6.12/950213.SGI.AUTOCF) id KAA29991 for
[email protected]; Fri, 7 Mar 1997 10:13:23 +0100
Message-Id: <
[email protected]>
Date: Fri, 7 Mar 1997 10:13:23 +0100 (CET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Winfried Magerl)
To:
[email protected]
Subject: Re: timezone wrong under IRIX
In-Reply-To: <
[email protected]> from "Jerry Trummer" at Mar 6, 97 05:18:06 pm
Content-Type: text
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> Chris,
> Thanks for responding, but there is no SPT_TYPE in any config.h file
> nor is it referenced in any of the software in my wu-ftpd-2.4 release.
Looks like you have an older release. Maybe SETPROCTITLE is set in
this release.
Undefine this and your time should be right.
reason: SETPROCTITLE removes removes the environment (including $TZ)
regards
winfried
--
Winfried Magerl - Internet Administration
Siemens Business Services, 81739 Munich, Germany
Internet-Mail:
[email protected]
From
[email protected] Fri Mar 7 08:53:36 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA21294; Fri, 7 Mar 1997 08:53:35 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA25758;
Fri, 7 Mar 1997 08:46:09 -0600 (CST)
Received: from internet2.open.net.ma ([194.204.206.46])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA25732
for <
[email protected]>; Fri, 7 Mar 1997 08:44:21 -0600 (CST)
Received: from internet3.open.net.ma by internet2.open.net.ma (AIX 4.1/UCB 5.64/4.03)
id AA20094; Fri, 7 Mar 1997 14:42:19 GMT
Message-Id: <v03010d04af45ca1ae5aa@[194.204.206.123]>
Date: Fri, 7 Mar 1997 14:44:37 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Yahia Alaoui <
[email protected]>
To:
[email protected]
Subject: Reconfiguring wuftpd on aix
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
We have a working wuftpd on our AIXs since 3 month.
Recently, we decided to use the logging feature to see what our users are
doing. So we changed in inetd.conf the command for ftpd from ftp -a to ftp
-l -a.
When we refreshed inetd. We could no longer log in. ftpd seemed to be
inexistent: when we issued ftp comand in any client, ps -ef in the server
gived no process ftpd launched.
When we looked in the log, there was :
Mar 7 14:34:36 internet2 inetd[23718]: inetd: 0826-512 ftp/tcp: System
call bind failed. This name of socket is already chosen. (approximatly
translated from french)
And we can not restart the server because it's a production machine.
Any ideas ?
Thank you in advance
Yahia Alaoui
From
[email protected] Fri Mar 7 09:26:34 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA21416; Fri, 7 Mar 1997 09:26:33 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA27422;
Fri, 7 Mar 1997 09:19:20 -0600 (CST)
Received: from pit.ktu.lt (
[email protected] [193.219.33.34])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA27294
for <
[email protected]>; Fri, 7 Mar 1997 09:15:20 -0600 (CST)
Received: from pagonis.pit.ktu.lt (pagonis.pit.ktu.lt [193.219.33.99]) by pit.ktu.lt (8.8.4/8.6.9) with SMTP id RAA23266 for <
[email protected]>; Fri, 7 Mar 1997 17:15:15 +0200 (EET)
Message-Id: <
[email protected]>
Date: Fri, 07 Mar 1997 17:16:03 +0200
Reply-To:
[email protected]
Sender:
[email protected]
From: Laimis Anusauskas <
[email protected]>
To:
[email protected]
Subject: Outside users access denied.
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hello,
I'm new to this list, so i don't know, if this problem was discussed
earlier here.
Recently i have installed wu-ftpd-2.4.2-beta-12. Everything seems to work
fine, until I have tried to login under real user name from outside of our
subnet. I was getting message "user <real_user_name> access denied".
However, anonymous login were allowed.
Background: Sun Ultra Enterprise 4000/ Solaris 2.5.1. Also, we are using
some kind of tcpd wrappers.
Any help would be greatly appreciated.
------------------------------------------------------------------
Laimonas Anusauskas
Oracle DBA/ System Administrator
Kaunas Univ. of Technology
Studentu 50-402A
Kaunas, LT-3031
LITHUANIA
Phone: (3707) 751089
Email:
[email protected]
"Nothing comes from doing nothing."
------------------------------------------------------------------
From
[email protected] Fri Mar 7 11:21:04 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA22065; Fri, 7 Mar 1997 11:21:02 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA00226;
Fri, 7 Mar 1997 11:13:49 -0600 (CST)
Received: from gatekeep.ti.com (news.ti.com [192.94.94.33])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id LAA00101
for <
[email protected]>; Fri, 7 Mar 1997 11:10:45 -0600 (CST)
Received: from dadd.ti.com. ([156.117.118.83]) by gatekeep.ti.com (8.6.13) with ESMTP id LAA10306 for <
[email protected]>; Fri, 7 Mar 1997 11:10:13 -0600
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.8.4/)
id LAA09113; Fri, 7 Mar 1997 11:10:09 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Fri, 7 Mar 1997 11:10:08 -0600
Message-Id: <
[email protected]>
Date: Fri, 7 Mar 97 11:10:08 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: Hanging ftpd processes
In-Reply-To: <
[email protected]>; from "David Greenman" at Mar 06, 97 3:48 pm
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
[Re ftpd hanging...]
> >So probably setting the keepalive option when opening a socket
> >can be an insteresting workd around.
> >
> >Other ideas ?
>
> How about instead of setting an alarm(0) (clearing the alarm) when exiting
> the command loop to process a command, set a larger alarm time like 24 hours?
> This alarm would limit the maximum amount of time that any one file transfer
> can take, but would still allow the ftp session to last more than a day in
> total.
I'd be _most_ unhappy about this, unless it is an option which can be set via
the ftpaccess file, and the duration could be specified or set to "no time
out" (set the duration to 0 ?).
I have had genuine transfers from my server which have taken longer than
24 hours to complete. If a user waits a long time for a large file to
transfer, only for it to fail before completion due to a 24 hour timeout,
they aren't going to be best pleased...
Cheers, Bob
--
Bob Luckin EDA Systems Distribution and Billings team
Texas Instruments
P O Box 650311, MS 3937 MSG: VOLY Email:
[email protected]
Dallas, TX 75265 U.S.A. Tel: (972) 917 5081 Fax: (972) 917 7966
From
[email protected] Fri Mar 7 16:00:16 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA23729; Fri, 7 Mar 1997 16:00:12 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA05753;
Fri, 7 Mar 1997 15:51:45 -0600 (CST)
Received: from node1.frontiernet.net (node1.frontiernet.net [205.232.174.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA05370
for <
[email protected]>; Fri, 7 Mar 1997 15:44:27 -0600 (CST)
Received: from node6.frontiernet.net (
[email protected] [205.232.174.14]) by node1.frontiernet.net (8.8.5/8.8.2) with ESMTP id QAB37434; Fri, 7 Mar 1997 16:44:12 -0500
Received: (from dsf@localhost) by node6.frontiernet.net (8.8.5/8.8.2) id QAA46758; Fri, 7 Mar 1997 16:44:11 -0500
Message-Id: <
[email protected]>
Date: Fri, 7 Mar 1997 16:44:11 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Dan Foster <
[email protected]>
To:
[email protected]
Cc:
[email protected] (Dan Foster)
Subject: bug, implementation issue, or protocol?
Content-Type: text
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Ok, got a question for y'all because I can't decide if this is a bug, an
implementation issue, or a protocol issue:
user on box A is ftp'ing a file from box A to box B.
ftp> put /etc/services
It should get box A's /etc/services, and deposit on box B as 'services'
in the current directory there, right? Or does the fully qualified path
indicate the files goes into /etc/services on box B?
This is a linux server (kernel 2.0.27, libc 5.3.12) running wu-ftpd 2.4.2
beta 13.
What happens is that there is a STOR /etc/services on box B, which fails
(naturally), which isn't quite what was wanted. ;-)
I don't know if the user command above (put /etc/services) is supposed to
put file in /etc/services on box B *OR* in current dir as 'services' on box B.
If it's the former behavior, then chalk it up to me for not understanding.
If it's the latter, then I'd debug the path info being passed because I also
saw a mention of 553 can't get cwdir directory in a similar test, and
produce a patch as well as filing an official bug report.
Nothing funky for server setup - account isn't chrooted or anything.
If user does this:
ftp> lcd /etc
ftp> put services
Then it deposits file as 'services' in curr. dir. on box B, as expected.
-Dan Foster
Internet:
[email protected]
From
[email protected] Fri Mar 7 16:30:29 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA23870; Fri, 7 Mar 1997 16:30:28 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA07797;
Fri, 7 Mar 1997 16:21:31 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA07400
for <
[email protected]>; Fri, 7 Mar 1997 16:16:24 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id RAA09606;
Fri, 7 Mar 1997 17:16:22 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 7 Mar 1997 17:16:22 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: bug, implementation issue, or protocol?
In-Reply-To: <
[email protected]> from "Dan Foster" at Mar 7, 97 04:44:11 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bonjour Mr Dan Foster
>
> Ok, got a question for y'all because I can't decide if this is a bug, an
> implementation issue, or a protocol issue:
>
> user on box A is ftp'ing a file from box A to box B.
>
> ftp> put /etc/services
>
> It should get box A's /etc/services, and deposit on box B as 'services'
> in the current directory there, right? Or does the fully qualified path
> indicate the files goes into /etc/services on box B?
>
this is more a client issue, then a Protocol issue
put/get etc .. doesn't exist as directives, they are 'std' command
supplied by the client
for example if you use ncftp ftp client
and do
ncftp> put /etc/services
this will be map to:
PORT a,b,c,d,p1,p2
STOR services
ncftp will chop every thing 'til the last '/'
if you try the same thing on a Sun machine with the system ftp
ftp> put /etc/services
you'll have:
PORT a,b,c,d,p1,p2
STOR /etc/services
and the usual answer
553 /etc/services: Permission denied.
put/get are nice commands because you can specify the name of the
remote file so:
ftp> put /etc/services /tmp/boo_c_est_moi
the same for get
--
au revoir, alain
From
[email protected] Fri Mar 7 17:07:23 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA24050; Fri, 7 Mar 1997 17:07:22 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA09979;
Fri, 7 Mar 1997 17:01:22 -0600 (CST)
Received: from relay2.smtp.psi.net (relay2.smtp.psi.net [38.8.188.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA09872
for <
[email protected]>; Fri, 7 Mar 1997 16:59:37 -0600 (CST)
Received: from uu2.psi.com by relay2.smtp.psi.net (8.8.3/SMI-5.4-PSI)
id RAA13132; Fri, 7 Mar 1997 17:59:35 -0500 (EST)
Received: from [207.82.202.66] by uu2.psi.com (5.65b/4.0.940727-PSI/PSINet) via SMTP;
id AA22712 for
[email protected]; Fri, 7 Mar 97 17:59:33 -0500
Received: from bobw.filmworks.com by filmworks.com (5.x/SMI-SVR4)
id AA15546; Fri, 7 Mar 1997 14:55:09 -0800
Message-Id: <
[email protected]>
Date: Fri, 07 Mar 1997 14:59:14 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Woodward <
[email protected]>
To:
[email protected]
Subject: Re: Hanging ftpd processes
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
At 11:10 AM 3/7/97 CST, you wrote:
>[Re ftpd hanging...]
>> >So probably setting the keepalive option when opening a socket
>> >can be an insteresting workd around.
>> >
>> >Other ideas ?
>>
>> How about instead of setting an alarm(0) (clearing the alarm) when
exiting
>> the command loop to process a command, set a larger alarm time like 24
hours?
>> This alarm would limit the maximum amount of time that any one file
transfer
>> can take, but would still allow the ftp session to last more than a day in
>> total.
>
>I'd be _most_ unhappy about this, unless it is an option which can be set via
>the ftpaccess file, and the duration could be specified or set to "no time
>out" (set the duration to 0 ?).
>
>I have had genuine transfers from my server which have taken longer than
>24 hours to complete. If a user waits a long time for a large file to
>transfer, only for it to fail before completion due to a 24 hour timeout,
>they aren't going to be best pleased...
>
If this is a 'normal' situation for that site, though, they would take
steps to make sure downloads from them would be allowed sufficent time to
complete. Our site, anything over an hour or two is almost guarenteed to
be 'lost.'
----------
Bob Woodward, Seattle FilmWorks (
[email protected])
Data Processing Department (206) 281-1390 ext. 475
Visit our Web Site to learn about getting your pictures via downloads on
the Internet!
Point your browser to "
http://www.filmworks.com".
From
[email protected] Fri Mar 7 17:14:36 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA24094; Fri, 7 Mar 1997 17:14:35 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA10424;
Fri, 7 Mar 1997 17:08:14 -0600 (CST)
Received: from dragon.ti.com (dragon.ti.com [192.94.94.61])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA10224
for <
[email protected]>; Fri, 7 Mar 1997 17:04:49 -0600 (CST)
Received: from dadd.ti.com. ([156.117.119.90]) by dragon.ti.com (8.6.13) with ESMTP id RAA25844 for <
[email protected]>; Fri, 7 Mar 1997 17:04:17 -0600
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.8.4/)
id RAA21318; Fri, 7 Mar 1997 17:04:13 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Fri, 7 Mar 1997 17:04:13 -0600
Message-Id: <
[email protected]>
Date: Fri, 7 Mar 97 17:04:12 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: bug, implementation issue, or protocol?
In-Reply-To: <
[email protected]>; from "Dan Foster" at Mar 7, 97 4:44 pm
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Dan Foster said :-
> ftp> put /etc/services
>
> It should get box A's /etc/services, and deposit on box B as 'services'
> in the current directory there, right? Or does the fully qualified path
> indicate the files goes into /etc/services on box B?
>
> This is a linux server (kernel 2.0.27, libc 5.3.12) running wu-ftpd 2.4.2
> beta 13.
>
> What happens is that there is a STOR /etc/services on box B, which fails
> (naturally), which isn't quite what was wanted. ;-)
>
> I don't know if the user command above (put /etc/services) is supposed to
> put file in /etc/services on box B *OR* in current dir as 'services' on box B.
This is nothing to do with the ftpd server; it sees a "STOR <filename>"
command and tries to carry it out.
The problem is that FTP clients differ; some clients will send a
"STOR /etc/services" command in the situation you describe, while others
may strip off the directory portion and just send "STOR services".
So the difference is down to the client end of the transaction, which is
not something the server can control.
Cheers, Bob
--
Bob Luckin
[email protected] "A man, a plan, a canal, Suez !"
From
[email protected] Fri Mar 7 17:32:05 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA24168; Fri, 7 Mar 1997 17:32:04 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA11216;
Fri, 7 Mar 1997 17:25:15 -0600 (CST)
Received: from node1.frontiernet.net (node1.frontiernet.net [205.232.174.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA10883
for <
[email protected]>; Fri, 7 Mar 1997 17:19:40 -0600 (CST)
Received: from node6.frontiernet.net (
[email protected] [205.232.174.14]) by node1.frontiernet.net (8.8.5/8.8.2) with ESMTP id SAB28098; Fri, 7 Mar 1997 18:19:29 -0500
Received: (from dsf@localhost) by node6.frontiernet.net (8.8.5/8.8.2) id SAA54482; Fri, 7 Mar 1997 18:19:29 -0500
Message-Id: <
[email protected]>
Date: Fri, 7 Mar 1997 18:19:28 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Dan Foster <
[email protected]>
To:
[email protected]
Cc:
[email protected] (Dan Foster),
[email protected]
Subject: Re: bug, implementation issue, or protocol?
In-Reply-To: <
[email protected]> from "Bob Luckin" at Mar 7, 97 05:04:12 pm
Content-Type: text
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hot Diggety! Bob Luckin was rumored to have said...
> This is nothing to do with the ftpd server; it sees a "STOR <filename>"
> command and tries to carry it out.
>
> The problem is that FTP clients differ; some clients will send a
> "STOR /etc/services" command in the situation you describe, while others
> may strip off the directory portion and just send "STOR services".
>
> So the difference is down to the client end of the transaction, which is
> not something the server can control.
Makes perfect sense. Thanks to Alain Magloire (and you) for pointing out the
errors of my ways. I have repented. ;-)
-Dan Foster
Internet:
[email protected]
From
[email protected] Fri Mar 7 17:35:32 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA24188; Fri, 7 Mar 1997 17:35:31 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA11449;
Fri, 7 Mar 1997 17:29:38 -0600 (CST)
Received: from gatekeep.ti.com (news.ti.com [192.94.94.33])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA11390
for <
[email protected]>; Fri, 7 Mar 1997 17:28:56 -0600 (CST)
Received: from dadd.ti.com. ([156.117.118.83]) by gatekeep.ti.com (8.6.13) with ESMTP id RAA05029 for <
[email protected]>; Fri, 7 Mar 1997 17:28:25 -0600
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.8.4/)
id RAA22254; Fri, 7 Mar 1997 17:28:22 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Fri, 7 Mar 1997 17:28:21 -0600
Message-Id: <
[email protected]>
Date: Fri, 7 Mar 97 17:28:21 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: Hanging ftpd processes
In-Reply-To: <
[email protected]>; from "Bob Woodward" at Mar 07, 97 2:59 pm
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>>[Re ftpd hanging...]
>>> >So probably setting the keepalive option when opening a socket
>>> >can be an insteresting workd around.
>>> >
>>> >Other ideas ?
>>>
>>> How about instead of setting an alarm(0) (clearing the alarm) when
>exiting
>>> the command loop to process a command, set a larger alarm time like 24
>hours?
>>> This alarm would limit the maximum amount of time that any one file
>transfer
>>> can take, but would still allow the ftp session to last more than a day in
>>> total.
>>
>>I'd be _most_ unhappy about this, unless it is an option which can be set via
>>the ftpaccess file, and the duration could be specified or set to "no time
>>out" (set the duration to 0 ?).
>>
>>I have had genuine transfers from my server which have taken longer than
>>24 hours to complete. If a user waits a long time for a large file to
>>transfer, only for it to fail before completion due to a 24 hour timeout,
>>they aren't going to be best pleased...
>>
>If this is a 'normal' situation for that site, though, they would take
>steps to make sure downloads from them would be allowed sufficent time to
>complete. Our site, anything over an hour or two is almost guarenteed to
>be 'lost.'
Exactly. Which is why I wouldn't want any specific value hard-coded into
the source. If the timeout value could be switched on/off and set via
the ftpaccess file, then each site could "take steps" appropriate to them,
by setting a suitable value. This is much better than having to recompile
every time you want to change the value.
In our case, I'd not want it enabled at all. Even if it takes 24+ hours to
send 400 Mbytes of data to some of our international sites via ftp, it's still
a lot faster (and much less customs hassle) than trying to mail it. :-)
Cheers, Bob
--
Bob Luckin
[email protected] "A man, a plan, a canal, Suez !"
From
[email protected] Fri Mar 7 18:44:07 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA24510; Fri, 7 Mar 1997 18:44:06 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA13523;
Fri, 7 Mar 1997 18:38:19 -0600 (CST)
Received: from josephus.furph.com (josephus.furph.com [204.120.113.160])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id SAA13393
for <
[email protected]>; Fri, 7 Mar 1997 18:34:36 -0600 (CST)
Received: from localhost (beckers@localhost) by josephus.furph.com (8.8.0/8.8.0) with SMTP id TAA13165 for <
[email protected]>; Fri, 7 Mar 1997 19:38:38 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 7 Mar 1997 19:38:38 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Becki Kain <
[email protected]>
To:
[email protected]
Subject: ifdefs
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
in pathnames.h, there are now (there wasn't in some previous version that
I had used) if defs that are: USE_ETC, USE_ETC_FTPD, else do
/usr/local/lib. Not to be dumb, but where are these ifdefs getting set so
I can set them to what I want?
thanks
(and I'm on DU 4.0, if you're curious)
beckers
From
[email protected] Fri Mar 7 21:26:26 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id VAA25204; Fri, 7 Mar 1997 21:26:24 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA17895;
Fri, 7 Mar 1997 21:19:03 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id VAA17737
for <
[email protected]>; Fri, 7 Mar 1997 21:14:43 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id WAA12930;
Fri, 7 Mar 1997 22:14:41 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 7 Mar 1997 22:14:41 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Hanging ftpd processes
In-Reply-To: <
[email protected]> from "Bob Luckin" at Mar 7, 97 05:28:21 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bonjour Mr Bob Luckin
> >>
> >>I'd be _most_ unhappy about this, unless it is an option which can be set via
> >>the ftpaccess file, and the duration could be specified or set to "no time
> >>out" (set the duration to 0 ?).
> >>
Just a reminder:
Timeout is configurable on the command line "-t"
It is also configurable by the client
site idle new_timeout
or
quote site idle new_timeout
the timeout that is implemented now is only enable when doing
command parsing. It's disable when doing transfert.
i.e transfert can take an hour, a day, a month, ... a year..
it doesn't matter to TCP, if the two machines are not rebooted
the connection will stay, it doesn't matter if the world came
crumbling down in between.
I do understand your arguments,
the default timeout now is 15 mins and it's possible for the client
to renable it up to 2 hours.
But what kind of numbers to have when doing transfert({up,down}load) ???
2 hours, a day, a week ??
no easy answers.
--
au revoir, alain
From
[email protected] Sat Mar 8 00:05:26 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id AAA25960; Sat, 8 Mar 1997 00:05:25 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id XAA22125;
Fri, 7 Mar 1997 23:59:52 -0600 (CST)
Received: from lulu.acns.nwu.edu (lulu.acns.nwu.edu [129.105.16.54])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id XAA21925
for <
[email protected]>; Fri, 7 Mar 1997 23:54:51 -0600 (CST)
Received: from [129.105.186.45] (hazelnut186045.nuts.nwu.edu) by lulu.acns.nwu.edu with ESMTP
(1.40.112.8/20.4) id AA214630487; Fri, 7 Mar 1997 23:54:47 -0600
Message-Id: <v03007801af46ae022205@[129.105.186.45]>
Date: Fri, 7 Mar 1997 23:58:04 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Albert Lunde <
[email protected]>
To:
[email protected]
Subject: Re: Hanging ftpd processes
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected] (Unverified)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Below is a perl 5 script I've been using to kill old ftpd
processes. I was written for HP/UX 10.20 and is likely full of OS- and
site-specific code.
It makes a detailed attempt to compute elapsed time from the ps output, to
distingush anonymous from real users, to distingush idle vs. active
sessions, and applies different time limits to accordingly. It reports by
mail when it kills a process.
Huristics are used that can sometimes fail.
- - cut here - -
#!/opt/local/bin/perl -w
#1234567890123456789012345678901234567890123456789012345678901234567890123456
# UID PID PPID C STIME TTY TIME COMMAND
# root 0 0 0 Dec 13 ? 7:03 swapper
# root 1 0 0 Dec 13 ? 0:00 init
# root 2 0 0 Dec 13 ? 15:25 vhand
# root 28753 660 0 15:40:52 ? 0:00 ftpd:
pppb519.pppp.ap.so-net.or.jp: anonymous/mozilla@: IDLE
# root 28730 660 0 15:39:39 ? 0:00 ftpd:
highwood.library.nwu.edu: jhobbs: IDLE
# webserv 28774 13362 0 15:42:04 ? 0:00 /opt/local/etc/httpd/httpd
# webserv 28743 13362 0 15:40:14 ? 0:00 /opt/local/etc/httpd/httpd
# root 13362 1 0 02:01:24 ? 0:17 /opt/local/etc/httpd/httpd
# root 28792 18503 4 15:43:14 ttyp1 0:00 ps -ef
sub parse_ps {
# parse one line in ps output
my($line)=@_;
my(@result)=();
my($etotal);
my($stotal);
my($thensec)="";
my($user,$pid,$ppid,$c,$stimecol,$tty,$etime,$cmd);
if ($line =~ /\s*([a-z0-9\-]+)\s+(\d+)\s+(\d+)\s+(\d+)/){
$user=$1;
$pid=$2;
$ppid=$3;
$c=$4;
$stimecol=substr($line,24,8);
# $stimecol="23:59:58";
$stimecol =~ s/^\s+//;
$stimecol =~ s/\s+$//;
my($tail)=substr($line,33);
$tail=~ /\s*(\S+)\s*(\S+)\s*(.+)/;
$tty=$1;
$etime=$2;
$cmd=$3;
$cmd =~ s/\s+$//;
#
if($etime=~ /(\d+)\:(\d+)/){
my($emin)=$1;
my($esec)=$2;
$etotal=$esec+(60*$emin);
}else{
$etotal="";
};
#
if($stimecol =~ /(\d+)\:(\d+)\:(\d+)/){
my($shr)=$1;
my($smin)=$2;
my($ssec)=$3;
# need to parse this to get elapsed time to present
$thensec=$ssec+60*($smin+(60*$shr));
# printf "thensec=$thensec\n";
if($thensec>$nowsec){
$thensec=$thensec-86400;
};
# printf "thensec=$thensec\n";
$stotal=$nowsec-$thensec;
}else{
$thensec="";
$stotal=43200;
};
#
# my($etmin)=int($etotal/60);
# my($stmin)=int($stotal/60);
# print "user=$user pid=$pid ppid=$ppid c=$c
stime=\"$stimecol\"\ntty=$tty time=$etime cmd=$cmd\nnowsec=$nowsec
thensec=$thensec stotal=$stotal $stmin min etotal=$etotal $etmin min \n";
@result=($user,$pid,$ppid,$stotal,$tty,$etotal,$cmd);
}
return @result;
}
# main program
# run ftpwho and look for old procs
# kill after 1 hr if IDLE, 3 hr always for anonymous
# kill after 2 hr if IDLE, 4 hr always for others
@now=localtime(time);
$nowsec=$now[0]+60*($now[1]+(60*$now[2]));
my(@report)=();
my($dorep)=0;
my($mailto)="Albert-Lunde\@nwu.edu";
open(WHO,"/local-adm/bin/ftpwho|")||die("ftpwho failed");
#while(<>){
while(<WHO>){
chomp;
next if /^Service class/;
next if /^\s+\-/;
next if /^\s*$/;
print "$_\n";
my($mess)="";
my($user,$pid,$ppid,$stotal,$tty,$etotal,$cmd)=&parse_ps($_);
my($stmin)=int(($stotal/60)+0.5);
next if $cmd =~ /^\s*ftp:/;
my($idle)=0;
my($anon)=0;
$idle=1 if ($cmd =~ /IDLE$/);
$idle=1 if ($cmd =~ /IDL$/);
$idle=1 if ($cmd =~ /ID$/);
$anon=1 if $cmd =~ /^\s*ftpd:\s+\S+\s+anonym/;
print "idle=$idle anon=$anon connect time=$stmin min\n";
my($killme)=0;
if($anon){
if($idle){
# kill IDLE after 1 hr
$killme=($stmin>60);
}else{
# kill anything after 3 hr
$killme=($stmin>180);
}
}else{
if($idle){
# kill IDLE after 2 hr
$killme=($stmin>120);
}else{
# kill anything after 4 hr
$killme=($stmin>240);
}
}
if($killme){
$dorep=1;
my($mess)=$_;
$mess=~ s/^\s+//;
$mess=~ s/\s+$//;
$mess="KILL: ".$mess;
print "$mess\n";
push @report,"idle=$idle anon=$anon connect time=$stmin min";
push @report,$mess;
my($doit)="/usr/bin/kill $pid";
print "Do: $doit\n";
system($doit);
}
}
if($dorep){
# report results by mail
open (MAIL, "|/usr/sbin/sendmail -oi -t -f root");
# print MAIL "Return_path: <root\@pubweb.nwu.edu>\n";
print MAIL "From: root\@pubweb.nwu.edu\n";
print MAIL "To: $mailto\n";
print MAIL "Subject: pubweb ftp process killed cronjob\n";
print MAIL "\n\n";
print join("\n",@report),"\n";
print MAIL join("\n",@report),"\n";
close (MAIL);
};
close(WHO);
#
- - cut here - -
---
Albert Lunde
[email protected]
From
[email protected] Sat Mar 8 14:40:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA00544; Sat, 8 Mar 1997 14:40:00 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA03187;
Sat, 8 Mar 1997 14:31:24 -0600 (CST)
Received: from siggy.iceonline.com (siggy.iceonline.com [204.191.208.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA02927
for <
[email protected]>; Sat, 8 Mar 1997 14:26:16 -0600 (CST)
Received: by siggy.iceonline.com (940816.SGI.8.6.9/940406.SGI)
id MAA29530; Sat, 8 Mar 1997 12:26:12 -0800
Message-Id: <
[email protected]>
Date: Sat, 8 Mar 1997 12:26:12 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Chris Brown)
To:
[email protected] (Stan Barber)
Cc:
[email protected]
Subject: Re: Bandwidth Throttling
In-Reply-To: <
[email protected]> from "Stan Barber" at Feb 27, 97 09:13:44 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Okay... I've prepared a test version of the throttler. It's currently
running as my ftp server at siggy.iceonline.com, but for anonymous access,
it's packed. Because the server is so packed, I'll attatch the diffs here
as text... This is a patch of wu-ftpd-2.4.2-beta-12, which I've dubbed
beta-12.2 (perhaps innapropriately.) The files listed below can be
found at:
ftp://siggy.iceonline.com/pub/other/wu-ftpd-2.4.2-beta-12.2.diff.tar.gz
If you can get on...
Chris...
Notes:
- throttle() currently only supports 1 second grainyness. In my opinion
(partly because I run a site with multi-meg files) this is good enough.
If it isn't, I can put in microsecond grainyness, with little difficulty.
It *will* take more cpu time though.
- In order for anything to happen, THROTTLE must be defined in or around
the config.h file.
- In the ftp access file, a bandwidth directive must be supplied for each
class, or that class has unlimitted bandwidth. Also, a negative bandwidth
is treated as unlimitted. A bandwidth of 0 will result in an actual
bandwidth of 1.
bandwidth <class> <bytes/second>
- Actual bandwidth for a user is total_bandwidth/number_of_users_connected.
- This differs from cistron's server in certain ways. I wrote this with
the idea that it would be easier to incorperate if it caused as few changes
to files outside the new one (throttle.c). This makes it *slightly* less
effecient than theirs, but not much.
- throttle.c includes a large section of #if 0 code which I wrote and think
is more efficient than the access.c counterpart, but I left it out.
Okay, here are the files:
=========
ftpd.diff
=========
159,162d158
< #ifdef THROTTLE
< #include "throttle.h"
< #endif
<
2368,2372d2363
<
< #ifdef THROTTLE
< throttle( -1 );
< #endif
<
2384,2387d2374
< #ifdef THROTTLE
< if( !(byte_count % BUFSIZ) )
< throttle( byte_count );
< #endif
2415,2417d2401
< #ifdef THROTTLE
< throttle( byte_count );
< #endif
2422d2405
< {
2424,2427d2406
< #ifdef THROTTLE
< throttle( byte_count );
< #endif
< }
2478,2482d2456
<
< #ifdef THROTTLE
< throttle( -1 );
< #endif
<
2491,2493d2464
< #ifdef THROTTLE
< throttle( byte_count );
< #endif
2518,2521d2488
< #ifdef THROTTLE
< if( !(byte_count % BUFSIZ) )
< throttle( byte_count );
< #endif
2603,2605d2569
< #ifdef THROTTLE
< int bandwidth;
< #endif
2618,2624d2581
< #ifdef THROTTLE
< bandwidth = acl_getbandwidth();
< if (bandwidth > 0)
< printf(" Bandwidth set to %.2f Kb/sec\r\n", (float)bandwidth / 1000 );
< else
< printf(" Bandwidth unlimited.\r\n");
< #endif
=========
vers.diff
=========
1c1
< char version[] = "Version wu-2.4.2-academ[BETA-12](2) Fri Mar 7 19:03:09 PST 1997";
---
> char version[] = "Version wu-2.4.2-academ[BETA-12](1) Sun Jan 19 23:05:28 CST 1997";
===============
extensions.diff
===============
194c194
< int limit, bandwidth;
---
> int limit;
237,248d236
<
< #ifdef THROTTLE
< case 'B':
< bandwidth = acl_getbandwidth();
< sprintf(outptr, bandwidth == -1 ?
< "unlimited" : "%.2f", (float)(bandwidth / 1000) );
< break;
<
< case 'D':
< strcpy(outptr, buffer);
< break;
< #endif
==========
throttle.h
==========
#ifdef THROTTLE
#ifndef __WU_THROTTLE_H
#define __WU_THROTTLE_H
int throttle ( long bytes );
int acl_getbandwidth( void );
#endif
#endif
==========
throttle.c
==========
#include "config.h"
#ifdef THROTTLE
#include <stdlib.h>
#include <time.h>
#include <syslog.h>
#include "extensions.h"
#define BANDCHKDLY (5)
/* ( begin supplementary functions for access.c */
/*
* Get the total bandwidth for this class and divide it by the
* number of ACTIVE users plus ourself.
* A result of -1 means unlimited. Any other result is in bytes per second.
*/
int acl_getbandwidth( void )
{
char class[ 1024 ];
int busy, tot_bw = 0;
struct aclmember *entry = NULL;
/* First, get current number of users in this class. */
if( !acl_getclass( class ) )
return( -1 );
if( (busy = acl_countusers( class )) < 0 )
return( -1 );
/* Now see what our raw bandwidth is. */
while( getaclentry( "bandwidth", &entry ) )
{
if( !ARG0 || !ARG1 || strcmp( ARG0, class ) )
continue;
tot_bw = atoi( ARG1 );
break;
}
/* Now calculate our actual bandwidth */
if( tot_bw > 0 )
return( tot_bw / busy );
else
return( -1 );
}
/*
Purpose: Cause a delay in the download loop. throttle() must be 'reset'
before it is used or it will produce useless results.
Returns: -1 on error, 1 on received signal, 0 in all other cases.
Arguments: Bytes sent, if this number is negative or zero throttle is reset.
*/
int throttle ( long bytes )
{
static time_t nextbandtime;
static int bandwidth;
static long prev_bytes = -1;
time_t now = time( NULL ), delay;
long usebytes;
if( bytes <= 0 || bytes < prev_bytes || prev_bytes == -1 )
{
nextbandtime = 0;
prev_bytes = 0;
return( 0 );
}
if( nextbandtime < now )
{
bandwidth = acl_getbandwidth( );
nextbandtime = now + BANDCHKDLY;
if( !bandwidth )
bandwidth = 1;
}
if( bandwidth < 0 )
return( 0 );
usebytes = bytes - prev_bytes;
delay = usebytes / bandwidth;
#if 0
syslog( LOG_DEBUG, "de %lu by %lu-%lu=%lu bw %ld",
(long)delay, (long)bytes, (long)prev_bytes, (long)usebytes, (long)bandwidth );
#endif
if( delay <= 0 )
return( 0 );
prev_bytes += delay * bandwidth;
delay = sleep( delay );
if( delay < 0 )
return( -1 );
if( delay > 0 );
return( 1 );
return( 0 );
}
/* ) end supplementary functions for access.c */
#endif /* defined(THROTTLE) */
#if 0
/* ( begin low level replacement functions for access.c */
/*
Purpose: A centralized way to figure out whether the pidfile is up to date
in memory, and update it if it isn't.
Returns: 0 on no change, 1 if updated, -1 if error.
Arguments: Class name string, pidlist and maxpids.
*/
static int _acl_getpidfile ( const char *class, pid_t *pids, int maxpids )
{
static struct stat prev_st;
static int pidfd = -1;
#ifndef HAVE_FLOCK
struct flock arg;
#endif
struct stat st;
int res;
if( pidfd < 0 )
{
char pidfile [ MAXPATHLEN ];
sprintf( pidfile, _PATH_PIDNAMES, class );
pidfd = open( pidfile, O_RDWR | O_CREAT, 0644 );
if( pidfd < 0 )
{
syslog( LOG_ERR, "cannot open pid file '%s':%m", pidfile );
return( -1 );
}
memset( &prev_st, sizeof( struct stat ) );
}
fstat( pidfd, &st );
if( st.mtime == prev_st.mtime )
return( 0 );
prev_st = st;
#ifdef HAVE_FLOCK
while( flock( pidfd, LOCK_EX ) )
#else
arg.l_type = F_WRLCK;
arg.l_whence = arg.l_start = arg.l_len = 0;
while( -1 == fcntl( pidfd, F_SETLK, &arg ) )
#endif
{
#ifdef HAVE_FLOCK
syslog( LOG_ERR, "sleeping: flock of pid file failed:%m" );
#else
syslog( LOG_ERR, "sleeping: fcntl lock of pid file failed:%m" );
#endif
sleep( 1 );
}
lseek( pidfd, 0, L_SET );
res = read( pidfd, pids, sizeof( pid_t ) * maxpids );
#ifdef HAVE_FLOCK
flock( pidfd, LOCK_UN );
#else
arg.l_type = F_UNLCK;
arg.l_whence = arg.l_start = arg.l_len = 0;
fcntl( pidfd, F_SETLK, &arg );
#endif
if( res != sizeof( pid_t ) * maxpids )
return( -1 )
else
return( 1 );
}
/*
Purpose: Internal mechanism for acl_countusers and acl_countbusy. The large
number of 'kills' going on here is probably an inefficient way of doing
things, but it works.
Returns: Number of active users in that class.
Arguments: Class name string.
*/
static int acl_countusers( const char * class )
{
static pid_t pids[ MAXUSERS ];
int which, count = 0;
if( !class )
return( count );
if( _acl_getpidfile( class, pids, MAXUSERS ) < 0 )
return( 0 );
for( which = 0; which < MAXUSERS; which++ )
if( pids[ which ] && !kill( buf[ which ], 0 ) )
count++;
return( count );
}
/* ) end low level replacement functions for access.c */
#endif
===========
END OF FILE
===========
From
[email protected] Sun Mar 9 06:19:48 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id GAA11363; Sun, 9 Mar 1997 06:19:47 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA24336;
Sun, 9 Mar 1997 06:12:53 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id GAA23914
for <
[email protected]>; Sun, 9 Mar 1997 06:02:39 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id LAA10565
for
[email protected]; Sun, 9 Mar 1997 11:59:19 GMT
Message-Id: <
[email protected]>
Date: Sun, 9 Mar 1997 11:59:19 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Bug is rest?
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I may not be up to speed yet... ie someone may have already found this,
But in my version of WU-FTPD (2.4) There appears to be a bug when using
STOR.
When using STOR, not append and using REST the file is aways trucated.
James
--
No dinosaurs please we're goffik!
http://plant-eng.lboro.ac.uk/~cgjwh
So all I wanted in the end, was world domination, and a whole lot of money
to spend. - New Model Army.
Lifes a Joke and Deaths the End, Live in Misery - Net.Goth
From
[email protected] Sun Mar 9 07:49:35 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id HAA11587; Sun, 9 Mar 1997 07:49:34 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id HAA27093;
Sun, 9 Mar 1997 07:43:02 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id HAA27056
for <
[email protected]>; Sun, 9 Mar 1997 07:38:57 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id NAA12566
for
[email protected]; Sun, 9 Mar 1997 13:35:42 GMT
Message-Id: <
[email protected]>
Date: Sun, 9 Mar 1997 13:35:42 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Sizing a file.
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I just hav managed to retreive 2.4.2-13 I see, rest is fixed on that so ignore
my previous message.
I was wondering how to use rest when putting ascii files, because files
can change size, I see wuftp copes with that fact an lies about the file size.
However, to do this it scans the complete file, I wondered if this could
lead to a nifty denial of service hack. Ie. I find so very large file, such as
ls-lR.Z then repeated size it in ascii mode, this would result in large
ammounts of cpu being used.
Thoughts?
James
From
[email protected] Sun Mar 9 14:12:57 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA12987; Sun, 9 Mar 1997 14:12:56 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA05990;
Sun, 9 Mar 1997 14:05:51 -0600 (CST)
Received: from mail-gw2.pacbell.net (mail-gw2.pacbell.net [206.13.28.53])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA05754
for <
[email protected]>; Sun, 9 Mar 1997 14:02:06 -0600 (CST)
Received: from preinstalledcom (ppp-206-170-1-155.snfc21.pacbell.net [206.170.1.155]) by mail-gw2.pacbell.net (8.8.5/8.7.1) with ESMTP id MAA17312; Sun, 9 Mar 1997 12:01:46 -0800 (PST)
Message-Id: <
[email protected]>
Date: Sun, 09 Mar 1997 12:53:04 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Tom Arthurs <
[email protected]>
To: "
[email protected]" <
[email protected]>
Subject: ISC unix build
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="----------792E33B951540"
X-Mailer: Mozilla 4.0b2 (Win95; I)
X-Priority: 3 (Normal)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
This is a multi-part message in MIME format.
------------792E33B951540
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
Can anyone point me at a makefile for ISC unix and/or SVR3? TIA
------------792E33B951540
Content-Transfer-Encoding: 7bit
Content-Description: Card for Tom Arthurs
Content-Disposition: attachment; filename="nsmailM2.TMP"
Content-Type: text/x-vcard; charset=us-ascii; name="nsmailM2.TMP"
BEGIN:VCARD
FN:Tom Arthurs
N:Arthurs;Tom
ORG:US Court of Appeals
ADR:;;95 7th Street;San Francisco;CA;94102
EMAIL;INTERNET:
[email protected]
TITLE:Assistant Systems Manager
TEL;WORK:415-556-9530
TEL;FAX:415-556-9090
X-MOZILLA-HTML:T
END:VCARD
------------792E33B951540--
From
[email protected] Sun Mar 9 14:34:52 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA13135; Sun, 9 Mar 1997 14:34:50 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA06979;
Sun, 9 Mar 1997 14:28:08 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA06730
for <
[email protected]>; Sun, 9 Mar 1997 14:22:44 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id UAA14560
for
[email protected]; Sun, 9 Mar 1997 20:18:53 GMT
Message-Id: <
[email protected]>
Date: Sun, 9 Mar 1997 20:18:51 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Re: ISC unix build
In-Reply-To: <
[email protected]> from "Tom Arthurs" at Mar 9, 97 12:53:04 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
By isc do you mean interactive unix?
Its just not listed in build help
if so it comes with ftpd 2.4.2 beta 13 use
build isc
James
--
No dinosaurs please we're goffik!
http://plant-eng.lboro.ac.uk/~cgjwh
So all I wanted in the end, was world domination, and a whole lot of money
to spend. - New Model Army.
Lifes a Joke and Deaths the End, Live in Misery - Net.Goth
From
[email protected] Sun Mar 9 20:42:11 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id UAA14459; Sun, 9 Mar 1997 20:42:10 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA18226;
Sun, 9 Mar 1997 20:34:32 -0600 (CST)
Received: from teldor.netw.com (teldor.netw.com [204.227.172.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id UAA17954
for <
[email protected]>; Sun, 9 Mar 1997 20:28:41 -0600 (CST)
Received: (from dale@localhost)
by teldor.netw.com (8.8.5/8.8.5) id SAA02165
for
[email protected]; Sun, 9 Mar 1997 18:31:00 -0800 (PST)
Message-Id: <
[email protected]>
Date: Sun, 9 Mar 1997 18:31:00 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: signal-6 after each transfer
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I am getting a Signal 6 (SIGSEGV).
The transfer is sucessful. But it then quits only allowing one file to be transferred.
I am running FreeBSD 2.1.7.
--dale welch
'Net Works
208-263-5082
From
[email protected] Mon Mar 10 10:21:47 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA24206; Mon, 10 Mar 1997 10:21:46 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA11079;
Mon, 10 Mar 1997 10:19:33 -0600 (CST)
Received: from ns.elsevier.nl (ns.elsevier.nl [145.36.5.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA10160
for <
[email protected]>; Mon, 10 Mar 1997 10:10:43 -0600 (CST)
Received: from ELSEVIER.NL (actually esnlgate.elsevier.nl) by ns.elsevier.nl
with SMTP (PP); Mon, 10 Mar 1997 17:15:26 +0100
Received: from ES#u#AMS0-Message_Server by ELSEVIER.NL with Novell_GroupWise;
Mon, 10 Mar 1997 17:10:05 +0100
Message-Id: <
[email protected]>
Date: Mon, 10 Mar 1997 17:09:36 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Albert Brouwer <
[email protected]>
To:
[email protected]
Subject: Can't get ftpconversions to work, all simple checks
performed....
X-Mailer: Novell GroupWise 4.1
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi folks,
I hope that somebody can help me out here, because I'm really
getting mad ......
I have a wu-ftpd-2.4 running on Solaris 2.4. I have a guest group
set up with chroot-ed accounts, this all works fine. Now I would
like to start using ftpconvesions (compress, gzip, tar, just the
simple things). The relevant ftpaccess lines are:
class local real,guest,anonymous <file>
class remote guest,anonymous <file> (file contains '*')
guestgroup guest (this is not the real groupname ;-) )
compress yes local,remote
tar yes local,remote
gzip yes local,remote
log commands guest,real,anonymous
log transfers guest,real,anonymous inbound, outbound
Test 'group' account in /etc/passwd looks like:
test:x:<uid>:<gid>:Test FTP Guest
user:/<home-dir>/./data:/bin/sh
Test 'group' account's bin, lib and dev directories look like:
bin:
---x--x--x 24 root other 14696 Jan 9 1996 compress
---x--x--x 24 root other 72668 Jan 9 1996 gzip
---x--x--x 24 root other 20040 Oct 5 1995 ls
---x--x--x 24 root other 448080 Jan 9 1996 tar
lib:
-r-xr-xr-x 24 root other 24576 Oct 5 1995 ld.so
.... ls.so.1
.... libc.so.1
.... libdl.so.1
.... libintl.so.1
.... libnsl.so.1
.... libw.so.1
.... nss_compat.s0.1
.... nss_dns.so.1
.... nss_files.so.1
.... nss_nis.so.1
.... nss_nisplus.so.1
.... straddr.so
dev:
crw-r--r-- 24 root other 11, 42 Oct 5 1995 tcp
crw-r--r-- 24 root other 105, 1 Oct 5 1995 ticotsord
crw-r--r-- 24 root other 11, 41 Oct 5 1995 udp
crw-r--r-- 24 root other 13, 12 Oct 5 1995 zero
the ftpconversion file looks like:
:.Z: : :/bin/compress -d -c
%s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
: : :.Z:/bin/compress -c
%s:T_REG|T_ASCII:O_COMPRESS:COMPRESS
:.gz: : :/bin/gzip -cd
%s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
: : :.gz:/bin/gzip -9 -c %s:T_REG|T_ASCII:O_COMPRESS:GZIP
: : :.tar:/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
: : :.tar.Z:/bin/tar -c -Z -f -
%s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
: : :.tar.gz:/bin/tar -c -z -f -
%s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
The server is started with options "-a -l".
Whenever I try to get a compressed file by adding the extention
".Z" or ".gz" I get the error:
550 <file>.Z: No such file OR directory.
Even when I start the server with the "-d" flag, I can't see it even
trying to compress the file !!!!!
HELP ME OUT PLEASE, WHAT AM I DOING WRONG ?!?!?!?!?!
Any help will be greatly appreciated.....
PS.: I have looked in the FAQ but could not find any hints there !
Thanks for any help in advance,
Albert Brouwer.
***********************************************
Albert Brouwer
+++++++++++++++++++++++++++++++
Elsevier Science, Molenwerf 1, P.O. Box 211, 1000 AE
Amsterdam, NL
Tel.: +31-20-4853555, Fax: +31-20-4853400
E-Mail:
[email protected]
+++++++++++++++++++++++++++++++
CMG AT-I B.V., Kralingseweg 241-249, P.O. Box 8566, 3009 AN
Rotterdam, NL
Tel.: +31-10-2421111, Fax.: +31-10-2421333
E-Mail:
[email protected]
+++++++++++++++++++++++++++++++
"Where there are choices there is chaos,
where there is clarity, there are no choices."
***********************************************
From
[email protected] Mon Mar 10 10:35:08 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA24254; Mon, 10 Mar 1997 10:35:07 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA12015;
Mon, 10 Mar 1997 10:32:59 -0600 (CST)
Received: from dune.artic.edu (dune.artic.edu [198.40.30.132])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA11580
for <
[email protected]>; Mon, 10 Mar 1997 10:25:05 -0600 (CST)
Received: from [198.40.24.94] (2494.artic.edu [198.40.24.94])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id KAA23435 for <
[email protected]>; Mon, 10 Mar 1997 10:25:26 -0600 (CST)
Message-Id: <l03020908af49e08409d4@[198.40.24.94]>
Date: Mon, 10 Mar 1997 10:21:18 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: Bandwidth Throttling
In-Reply-To: <
[email protected]>
References: <
[email protected]> from "Stan Barber" at Feb
27, 97 09:13:44 pm
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>Okay... I've prepared a test version of the throttler.
> - In the ftp access file, a bandwidth directive must be supplied for each
>class, or that class has unlimitted bandwidth. Also, a negative bandwidth
>is treated as unlimitted. A bandwidth of 0 will result in an actual
>bandwidth of 1.
>
>bandwidth <class> <bytes/second>
The configuration directive I'd like to see is bandwidth limits on
files/directory trees. Don't know how feasible this is, but I thought I'd
ask for it.
bandwidth path <path> <bytes> <seconds>
<path> relative to ftp root
<bytes> bytes can be transferred every <seconds> seconds.
So,
bandwidth path /pub/sleeze 5000000 3600
would allow (anonymous ftp -- as the path supplied is relative to anonymous
ftp root) to transfer ~5MB from the sleeze directory tree per hour.
Murky implimentation suggestion:
The implementation could keep track of the number of bytes transferred
during the 16 preceeding <seconds>/16 time intervals, and use the sum of
these/<seconds> to compute actual bandwidth. (Implimentation could
actually keep a running sum in each "timebucket".) Every <seconds>/16
interval, it would clear out the oldest "timebucket" and reuse it for the
newest. Clear like mud? The idea is to have a bandwidth resolution of
<seconds>/16. This would keep you from using up all the bandwidth for the
hour in the first minute of the hour. The bandwidth used could then set an
actual bytes/second limit to try to even out the usage during the
"timebucket" -- keeping you from using up all the bandwidth for the
"timebucket" at the beginning of the timebucket.
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Mon Mar 10 13:42:06 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA24945; Mon, 10 Mar 1997 13:42:05 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA25268;
Mon, 10 Mar 1997 13:41:11 -0600 (CST)
Received: from siggy.iceonline.com (siggy.iceonline.com [204.191.208.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA24828
for <
[email protected]>; Mon, 10 Mar 1997 13:38:10 -0600 (CST)
Received: by siggy.iceonline.com (940816.SGI.8.6.9/940406.SGI)
for
[email protected] id LAA29076; Mon, 10 Mar 1997 11:38:08 -0800
Message-Id: <
[email protected]>
Date: Mon, 10 Mar 1997 11:38:08 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Chris Brown)
To:
[email protected]
Subject: Re: Bandwidth Throttling
In-Reply-To: <l03020908af49e08409d4@[198.40.24.94]> from "Karl O. Pinc" at Mar 10, 97 10:21:18 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> >bandwidth <class> <bytes/second>
>
> The configuration directive I'd like to see is bandwidth limits on
> files/directory trees. Don't know how feasible this is, but I thought I'd
> ask for it.
>
> bandwidth path <path> <bytes> <seconds>
>
> <path> relative to ftp root
> <bytes> bytes can be transferred every <seconds> seconds.
>
> So,
>
> bandwidth path /pub/sleeze 5000000 3600
>
> would allow (anonymous ftp -- as the path supplied is relative to anonymous
> ftp root) to transfer ~5MB from the sleeze directory tree per hour.
This is an intersting suggestion. It would not currently be possible, but
when I originally wrote the throttle (hack job that it is) I had another
idea, a bandwidth resource server in mind. With that I'm pretty sure that
I could restrict in the way you suggest. Only problem is that that would
require quite a bit of new code that affects wu-ftpd elsewhere, and I'm not
on the developement 'team'...
Any comments on this, anyone?
Chris...
From
[email protected] Mon Mar 10 14:44:57 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA25262; Mon, 10 Mar 1997 14:44:56 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA30045;
Mon, 10 Mar 1997 14:44:11 -0600 (CST)
Received: from dune.artic.edu (dune.artic.edu [198.40.30.132])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA29652
for <
[email protected]>; Mon, 10 Mar 1997 14:39:45 -0600 (CST)
Received: from [198.40.24.94] (2494.artic.edu [198.40.24.94])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id OAA29960 for <
[email protected]>; Mon, 10 Mar 1997 14:40:06 -0600 (CST)
Message-Id: <l03020913af4a1f15bbae@[198.40.24.94]>
Date: Mon, 10 Mar 1997 14:34:38 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: Bandwidth Throttling
In-Reply-To: <
[email protected]>
References: <l03020908af49e08409d4@[198.40.24.94]> from "Karl O. Pinc" at
Mar 10, 97 10:21:18 am
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>> >bandwidth <class> <bytes/second>
>>
>> The configuration directive I'd like to see is bandwidth limits on
>> files/directory trees. Don't know how feasible this is, but I thought I'd
>> ask for it.
<snip>
>I had another
>idea, a bandwidth resource server in mind.
<snip>
So,
bandwidth <class> <bytes/second>
restricts members of <class> to those periods when the servers bandwidth is
below <bytes/second>, right? When the overall server bandwidth goes above
<bytes/second>, the bandwidth of members of <class> goes to zero?
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Mon Mar 10 15:58:48 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA25509; Mon, 10 Mar 1997 15:58:47 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA01385;
Mon, 10 Mar 1997 15:58:02 -0600 (CST)
Received: from paris.tactech.com (paris.tactech.com [199.107.8.2])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA01909
for <
[email protected]>; Mon, 10 Mar 1997 15:52:48 -0600 (CST)
Received: by paris.tactech.com (SMI-8.6/SMI-SVR4)
id NAA09920; Mon, 10 Mar 1997 13:52:54 -0800
Message-Id: <Pine.3.89.9703101341.A9849-0100000@paris>
Date: Mon, 10 Mar 1997 13:52:53 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Janet Leung <
[email protected]>
To:
[email protected]
Subject: Queries about chroot
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I have installed wu-ftpd-2.4.2-beta-12 on Solaris2.3. For the
ftp/anonymous ftp, it seems to work okay. However, for other users,
they will be able to change to root directory just by "cd /". Could
somebody please let me know how I will be able restrict the cd access.
Thanks,
Janet Leung, TACTech, Inc., Yorba Linda, CA 92887
From
[email protected] Mon Mar 10 16:00:25 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA25526; Mon, 10 Mar 1997 16:00:24 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA02299;
Mon, 10 Mar 1997 15:59:35 -0600 (CST)
Received: from diamond.waii.com (
[email protected] [198.3.192.201])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA02076
for <
[email protected]>; Mon, 10 Mar 1997 15:53:03 -0600 (CST)
Received: by diamond.waii.com; id PAA21231; Mon, 10 Mar 1997 15:53:00 -0600
Received: from mail.wg.waii.com(137.144.128.17) by diamond.waii.com via smap (3.2)
id xma020994; Mon, 10 Mar 97 15:34:35 -0600
Received: from hocr2n17.wg.waii.com (hocr2b17.wg.waii.com [137.144.162.57]) by mail1.wg.waii.com (8.7.5/8.7.3) with ESMTP id PAA50940 for <
[email protected]>; Mon, 10 Mar 1997 15:34:33 -0600
Received: (from markw@localhost)
by hocr2n17.wg.waii.com (8.8.4/8.8.4)
id PAA42356 for
[email protected]; Mon, 10 Mar 1997 15:34:34 -0600
Message-Id: <
[email protected]>
Date: Mon, 10 Mar 1997 15:34:34 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Mark Whetzel <
[email protected]>
To:
[email protected]
Subject: Re: Bandwidth Throttling
In-Reply-To: <l03020913af4a1f15bbae@[198.40.24.94]> from "Karl O. Pinc" at Mar 10, 97 02:34:38 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Karl O. Pinc shaped the eletrons to say:
[ Lots of cuts ]
> So,
>
> bandwidth <class> <bytes/second>
>
> restricts members of <class> to those periods when the servers bandwidth is
> below <bytes/second>, right? When the overall server bandwidth goes above
> <bytes/second>, the bandwidth of members of <class> goes to zero?
How is enforcement to be done? Deny the transfer?
What about existing tranfers for that class? Will it throttle to
zero and then users connections timeout? Should a minimum and maximum
apply in for existing transfers to allow them to continue.
--
Mark Whetzel My comments are my own, not my company's.
Western Geophysical - A division of Western Atlas International Inc.,
A Subsidary of Western Atlas Inc. addr:
[email protected]
VOICE: (713) 963-2544 FAX: (713) 963-2758
From
[email protected] Mon Mar 10 16:10:04 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA25557; Mon, 10 Mar 1997 16:10:03 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA03828;
Mon, 10 Mar 1997 16:09:15 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA03264
for <
[email protected]>; Mon, 10 Mar 1997 16:04:27 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id QAA06979;
Mon, 10 Mar 1997 16:03:32 -0600
Message-Id: <
[email protected]>
Date: Mon, 10 Mar 1997 16:03:32 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Janet Leung <
[email protected]>
Cc:
[email protected]
Subject: Re: Queries about chroot
In-Reply-To: <Pine.3.89.9703101341.A9849-0100000@paris>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Go over the guest howto carefully (below).
-- Michael
On Mon, 10 Mar 1997, Janet Leung wrote:
> I have installed wu-ftpd-2.4.2-beta-12 on Solaris2.3. For the
> ftp/anonymous ftp, it seems to work okay. However, for other users,
> they will be able to change to root directory just by "cd /". Could
> somebody please let me know how I will be able restrict the cd access.
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-12.tar.Z
wu-ftpd FAQ:
http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
wu-ftpd list archive:
http://www.landfield.com/wu-ftpd/mail-archive/
There are additional security references in the above docs.
From
[email protected] Mon Mar 10 17:24:35 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA26019; Mon, 10 Mar 1997 17:24:34 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA08355;
Mon, 10 Mar 1997 17:23:31 -0600 (CST)
Received: from basil.acr.net.au (basil.acr.net.au [203.22.236.98])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA08178
for <
[email protected]>; Mon, 10 Mar 1997 17:19:36 -0600 (CST)
Received: from geoff.acr.net.au (geoff.acr.net.au [203.22.236.80]) by basil.acr.net.au (8.7.3/8.7.3) with SMTP id KAA23381 for <
[email protected]>; Tue, 11 Mar 1997 10:21:44 +1100 (EST)
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 10:21:44 +1100 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Geoff Terry Systems & Net supt 064 923677)
To:
[email protected]
Subject: Re: Queries about chroot
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Version 1.4.3
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Janet,
Take a look at the FAQ and try using guest groups (guest accounts get
chroot'd to their home directory)
Regards Geofft
>I have installed wu-ftpd-2.4.2-beta-12 on Solaris2.3. For the
>ftp/anonymous ftp, it seems to work okay. However, for other users,
>they will be able to change to root directory just by "cd /". Could
>somebody please let me know how I will be able restrict the cd access.
>
>Thanks,
>Janet Leung, TACTech, Inc., Yorba Linda, CA 92887
>
>
>
>
Geoff Terry Systems & Network Support
ACR Net Sapphire Coast NSW 2550
Australia
Ph 064 923677 Mobile 015 668 227 Fax 064 924594
From
[email protected] Mon Mar 10 18:44:35 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA26356; Mon, 10 Mar 1997 18:44:33 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA13309;
Mon, 10 Mar 1997 18:43:11 -0600 (CST)
Received: from teldor.netw.com (teldor.netw.com [204.227.172.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id SAA13100
for <
[email protected]>; Mon, 10 Mar 1997 18:39:44 -0600 (CST)
Received: (from dale@localhost)
by teldor.netw.com (8.8.5/8.8.5) id QAA13074;
Mon, 10 Mar 1997 16:42:12 -0800 (PST)
Message-Id: <
[email protected]>
Date: Mon, 10 Mar 1997 16:42:12 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: Queries about chroot
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I am hoping we might try something else instead in the future.
I wrote a modification in which I check a folder exactly like ftpusers
except it is groups restricted to their own folder.
Then instead of chroot (which requires a bin directory for every user and
therefore if you have a lot of users a lot of overhead), i simply check
in the cwd routine if they are in a restricted group and their cd takes
them out of their directory path i cwd back to their directory.
Some processing overhead, but i have well over a thousand accounts that
all have a restricted shell for telnet, and i needed them restricted for ftp.
It does allow them to cd down in their directory, just not out of it. I
also do a realpath() so symlinks don't work.
--dale welch
'Net Works
On Tue, 11 Mar 1997, Geoff Terry Systems & Net supt 064 923677 wrote:
> Janet,
> Take a look at the FAQ and try using guest groups (guest accounts get
> chroot'd to their home directory)
>
> Regards Geofft
> >I have installed wu-ftpd-2.4.2-beta-12 on Solaris2.3. For the
> >ftp/anonymous ftp, it seems to work okay. However, for other users,
> >they will be able to change to root directory just by "cd /". Could
> >somebody please let me know how I will be able restrict the cd access.
> >
> >Thanks,
> >Janet Leung, TACTech, Inc., Yorba Linda, CA 92887
> >
> >
> >
> >
> Geoff Terry Systems & Network Support
> ACR Net Sapphire Coast NSW 2550
> Australia
> Ph 064 923677 Mobile 015 668 227 Fax 064 924594
>
>
From
[email protected] Mon Mar 10 21:06:34 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id VAA26959; Mon, 10 Mar 1997 21:06:33 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA19956;
Mon, 10 Mar 1997 21:05:48 -0600 (CST)
Received: from chrono.chronologic.com ([204.182.36.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA19885
for <
[email protected]>; Mon, 10 Mar 1997 21:01:21 -0600 (CST)
Received: from server.chronologic.com (server.chronologic.com [204.182.5.2]) by chrono.chronologic.com (8.6.10/8.6.9) with ESMTP id TAA04737 for <
[email protected]>; Mon, 10 Mar 1997 19:01:11 -0800
Received: from sunspot.chronologic.com (sunspot.chronologic.com [204.182.5.69]) by server.chronologic.com (8.6.10/8.6.9) with ESMTP id TAA24467 for <
[email protected]>; Mon, 10 Mar 1997 19:01:07 -0800
Received: by sunspot.chronologic.com (SMI-8.6/Chronologic)
id DAA15168; Tue, 11 Mar 1997 03:01:16 GMT
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 03:01:16 GMT
Reply-To: <
[email protected]>
Sender:
[email protected]
From: Steve Lee <
[email protected]>
To:
[email protected]
Subject: passwords
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hello All
SunOS newchrono 5.5.1 Generic_103640-04 sun4m sparc SUNW,SPARCstation-10
I have set up wu-ftpd-2.4.2-beta-12 to run chrooted under tcp wrappers.
I am going to have a couple of users maintaining the product accounts
on the ftp server once I finish setting it up. They will need to be
able to change the account passwords. As I have set them up to use
site group and gpass to access product subdirectories they will also
need to be able to change the group passwords.
The problem is this, Solaris 2.5.1 makes no provision I can find for
changing the password in any file other than /etc/shadow. That means
changing the passwords in my /public/etc/shadow and my
/public/etc/group files is a problem. Has anybody else solved this
one?
I would GREATLY prefer not to have users cutting and pasting passwords
into those files. :(
Thanks All
Steve Lee
From
[email protected] Tue Mar 11 02:42:05 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id CAA04502; Tue, 11 Mar 1997 02:42:04 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id CAA32226;
Tue, 11 Mar 1997 02:41:21 -0600 (CST)
Received: from camel6.mindspring.com (camel6.mindspring.com [204.180.128.212])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id CAA32256
for <
[email protected]>; Tue, 11 Mar 1997 02:36:18 -0600 (CST)
Received: from mfathome (mule0.mindspring.com [204.180.128.166])
by camel6.mindspring.com (8.8.5/8.8.5) with SMTP id DAA14408
for <
[email protected]>; Tue, 11 Mar 1997 03:36:16 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 00:36:15 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Mike Farace <
[email protected]>
To:
[email protected]
Subject: If you need commerical support for wu-ftpd - check this out
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I posted the following messages to a couple of the solaris newsgroups,
requesting recommendations for any comercial ftp packages for solaris.
I got this great response about a company that does comercial support
for wu-ftpd! If you can't get your problems resolved any other way
(like me!), this may be an option for you.
I think wu-ftpd is great, but I need a bit more help for some reason,
and I personally am going to try this out! You get a pre-compiled
wu-ftpd binary, in standard a standard unix package format (pkgadd), for
$25!.. Support is extra, but very reasonable, at least to me!
FYI - for anyone that is desperate like me!
Mike Farace
=============================
In article <
[email protected]> you wrote:
: I need to find a comercial FTP server for Solaris. I have tried
: wu-ftpd, and even with lots of support from the mailing list, I cannot
: get it working (it won't chroot, or display banners or messages).
: I need a product that comes with real support.
: Any suggestions would be appreciated...
Hi
Why not use wu-ftp and buy the support?
We do that :-), even that we are in Holland we do supoort severals site
in USA.
We even have a pacthed wu-ftp with extra security feature. We are
connected
to the NET via our own link so live support can be done if needed.
Let me know if interrested.
NB: I need to know the platforms and OS version.
--
Kind regards,
Luc
______________________________________________________________________________
ELM Consultancy B.V. Full Unix & Network support
Zoetermeer Tel.:+31 6 5434 2012 / Fax.: +31 79 346
0583
The Netherlands E-mail :
[email protected] or
[email protected]
______________________________________________________________________________
Lord, it's a beautiful day, the sun shines no clouds no rain:
please don't let the system crash!
From
[email protected] Tue Mar 11 02:57:38 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id CAA04542; Tue, 11 Mar 1997 02:57:37 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id CAA00390;
Tue, 11 Mar 1997 02:56:55 -0600 (CST)
Received: from noc.belwue.de (
[email protected] [129.143.2.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id CAA00132
for <
[email protected]>; Tue, 11 Mar 1997 02:51:52 -0600 (CST)
Received: from ph-ludwigsburg.de ([193.196.147.253])
by noc.belwue.de (8.8.5/8.8.5) with ESMTP id JAA24105
for <
[email protected]>; Tue, 11 Mar 1997 09:51:46 +0100 (MET)
Received: from FL1/SpoolDir by ph-ludwigsburg.de (Mercury 1.21);
11 Mar 97 09:51:47 +0200
Received: from SpoolDir by FL1 (Mercury 1.30); 11 Mar 97 09:51:27 +0200
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 09:51:18 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From: "Dieter Klaudt, Mathematik PHL" <
[email protected]>
To:
[email protected]
Subject: anonymous ls with SUN-OS
X-mailer: Pegasus Mail for Windows (v2.23DE)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi,
I posted the following message to weeks ago but can't get any
response because our mailer doesn't work last week or noone answered
..
Help!
Last week I installed wu-ftpd.2.4 on a sun with OS5.4. All things
work fine but if the logged in anonymous tries to make a ls there is
an error:
Can't create data socket (0.0.0.0,20): Bad file number
I have installed wu-ftpd according to the installation instructions
and the references in the FAQ: extra directories for sun etc ....
I'm a novice in UNIX, so I can't compile a static linked ls.
Who can tell me where I can get a ready one for my system.
and who can tell me exactly how to install this ls for my sunos5.4
Which files and directories do I need for the dynamically linked ls ?
Thanks
Dieter
Dieter Klaudt Paedagogische Hochschule Ludwigsburg
Reuteallee 46 71634 Ludwigsburg
Tel. 07141 - 140 387
[email protected]
From
[email protected] Tue Mar 11 11:39:48 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA07995; Tue, 11 Mar 1997 11:39:47 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA23054;
Tue, 11 Mar 1997 11:38:40 -0600 (CST)
Received: from serv-02 (serv-02.ez-poa.com.br [200.248.215.10])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA22522
for <
[email protected]>; Tue, 11 Mar 1997 11:30:09 -0600 (CST)
Received: from dolphin by serv-02 (SMI-8.6/SMI-SVR4)
id OAA03930; Tue, 11 Mar 1997 14:29:19 -0300
Message-Id: <
[email protected]>
Date: Mon, 02 Dec 1996 14:26:00 -0200
Reply-To: "kuhn@"@ez-poa.com.br
Sender:
[email protected]
From: Rafael Vilarino Kuhn <
[email protected]>
To:
[email protected]
Subject: Re: Queries about chroot
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (WinNT; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
[email protected] wrote:
>
> I am hoping we might try something else instead in the future.
> I wrote a modification in which I check a folder exactly like ftpusers
> except it is groups restricted to their own folder.
>
> Then instead of chroot (which requires a bin directory for every user and
> therefore if you have a lot of users a lot of overhead), i simply check
> in the cwd routine if they are in a restricted group and their cd takes
> them out of their directory path i cwd back to their directory.
>
> Some processing overhead, but i have well over a thousand accounts that
> all have a restricted shell for telnet, and i needed them restricted for ftp.
> It does allow them to cd down in their directory, just not out of it. I
> also do a realpath() so symlinks don't work.
>
> --dale welch
> 'Net Works
>
I have interest in your solution. I search a good solution for this a
long time.
How I do know this?
Rafael Vilarino Kuhn
[email protected]
From
[email protected] Tue Mar 11 12:21:39 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA08182; Tue, 11 Mar 1997 12:21:38 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA25175;
Tue, 11 Mar 1997 12:20:43 -0600 (CST)
Received: from paris.tactech.com (paris.tactech.com [199.107.8.2])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA25658
for <
[email protected]>; Tue, 11 Mar 1997 12:17:16 -0600 (CST)
Received: by paris.tactech.com (SMI-8.6/SMI-SVR4)
id KAA17949; Tue, 11 Mar 1997 10:17:19 -0800
Message-Id: <Pine.3.89.9703111039.A17886-0100000@paris>
Date: Tue, 11 Mar 1997 10:17:17 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Janet Leung <
[email protected]>
To:
[email protected]
Subject: Q: how to disable shell
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
We have installed the latest version of wu-ftp(v2.4.2-beta12) onto our
system(Solaris 2.3), and we would like to disable the shell command on
the ftp daemon. Does anybody know how to do this or which file(s) I need
to modify?
Thank you in advance,
Janet Leung, TACTech, Inc., Yorba Linda, CA 92887
From
[email protected] Tue Mar 11 12:39:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA08285; Tue, 11 Mar 1997 12:39:01 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA26899;
Tue, 11 Mar 1997 12:38:03 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA26687
for <
[email protected]>; Tue, 11 Mar 1997 12:33:39 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id NAA08208;
Tue, 11 Mar 1997 13:33:38 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 13:33:37 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Queries about chroot
In-Reply-To: <
[email protected]> from "
[email protected]" at Mar 10, 97 04:42:12 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bonjour Mr
[email protected]
> I am hoping we might try something else instead in the future.
> I wrote a modification in which I check a folder exactly like ftpusers
> except it is groups restricted to their own folder.
>
> Then instead of chroot (which requires a bin directory for every user and
> therefore if you have a lot of users a lot of overhead), i simply check
>
chroot(), in spite of all the desavantages, provides a layer of security
.. a jail.. (or an illusion of jail, if we look at the history of
security holes in ftpd :-)
> i simply check
> in the cwd routine if they are in a restricted group and their cd takes
> them out of their directory path i cwd back to their directory.
I can see a lot of race conditions in this approach, remember
David Greenman advisory ... If I nag the server for ex: with
cd /very/long/pathname, and send a SIGURG(OOB), I'll be out of jail
an do anything I please under "/", or until the next cd.
> Some processing overhead, but i have well over a thousand accounts that
> all have a restricted shell for telnet, and i needed them restricted for ftp.
why chdir() them back **after**
why not just prepend the restricted_path to path
and let chdir() do the rest. This way it will restrict the flip floping
with chdir().
cwd(char *path)
{
....
/*code to check if they're restricted */
...
snprintf(cdpath, sizeof cdpath, "%s/%s", restricted_root, path)
if (chdir(cdpath) >= 0) {
/* send a complaint */
....
}
....
}
> It does allow them to cd down in their directory, just not out of it. I
> also do a realpath() so symlinks don't work.
>
but how do you cope with the rest of the commands ??
You work so far is on cwd() and you maintain a simile jail
without chrooting. But what about the rest of commands ?
get ../../restricted_file
put ../../restricted_file
or
del ../../../file
or
site exec command ../../../../file
etc ...
Nevertheless the idea of maintaining a 'false jail' (with a few processing
overhead) to not use chroot() is very interesting an woth exploring.
If you code is not restricted, why don't you send it, maybe it will
be usefull to someone.
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Tue Mar 11 12:44:32 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA08323; Tue, 11 Mar 1997 12:44:29 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA25470;
Tue, 11 Mar 1997 12:43:36 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA27222
for <
[email protected]>; Tue, 11 Mar 1997 12:38:55 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id NAA08265;
Tue, 11 Mar 1997 13:38:54 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 13:38:54 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Q: how to disable shell
In-Reply-To: <Pine.3.89.9703111039.A17886-0100000@paris> from "Janet Leung" at Mar 11, 97 10:17:17 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bonjour Mrs Janet Leung
> We have installed the latest version of wu-ftp(v2.4.2-beta12) onto our
> system(Solaris 2.3), and we would like to disable the shell command on
> the ftp daemon. Does anybody know how to do this or which file(s) I need
> to modify?
what is the shell command in ftpd ?
or you refering to site exec ?
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Tue Mar 11 13:01:32 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA08447; Tue, 11 Mar 1997 13:01:29 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA28676;
Tue, 11 Mar 1997 13:00:33 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA28491
for <
[email protected]>; Tue, 11 Mar 1997 12:55:13 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id NAA08454;
Tue, 11 Mar 1997 13:55:12 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 13:55:12 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: anonymous ls with SUN-OS
In-Reply-To: <
[email protected]> from "Dieter Klaudt, Mathematik PHL" at Mar 11, 97 09:51:18 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bonjour Mr Dieter Klaudt,
>
> I posted the following message to weeks ago but can't get any
> response because our mailer doesn't work last week or noone answered
> ...
>
> Help!
> Last week I installed wu-ftpd.2.4 on a sun with OS5.4. All things
> work fine but if the logged in anonymous tries to make a ls there is
> an error:
> Can't create data socket (0.0.0.0,20): Bad file number
>
you're problem goes beyond ls setup
you can't create the data channel so
get/put etc ... will not work either
wait I think ... "Paradise Cowgirl" (Don't be full by the name :-)
have done some work on this :
http://www.teleport.com/~minerva/wu-ftpd/wuftpd.htm
Is ~ftp nfs mounted ?
if yes then
you need to create /dev/ticlts the lock daemon needs it
Mrs Darci, if you reading this, /dev/ticlts is missing from your notes
(wait let me Cc)
also
man ftpd
is excellent place to start
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Tue Mar 11 13:06:48 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA08503; Tue, 11 Mar 1997 13:06:47 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA27787;
Tue, 11 Mar 1997 13:06:04 -0600 (CST)
Received: from patty.teleport.com (patty.teleport.com [192.108.254.7])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA22755
for <
[email protected]>; Tue, 11 Mar 1997 13:00:30 -0600 (CST)
Received: from kelly.teleport.com (kelly.teleport.com [192.108.254.10]) by patty.teleport.com (8.8.5/8.7.3) with ESMTP id LAA06119; Tue, 11 Mar 1997 11:00:23 -0800 (PST)
Received: (from minerva@localhost)
by kelly.teleport.com (8.8.5/8.8.4)
id KAA13397; Tue, 11 Mar 1997 10:59:40 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 10:59:39 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Paradise Cowgirl <
[email protected]>
To: Alain Magloire <
[email protected]>
Cc:
[email protected]
Subject: Re: anonymous ls with SUN-OS
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Thanks, I'll add the info for the next revision!
Cheers,
Darci Chapman (
[email protected])
--
I heard a singer on the radio last night
Says he's gonna kick the darkness till it bleeds daylight
...the days run away like horses over the hills...
everything is motion--to the motion be true
From
[email protected] Tue Mar 11 13:35:19 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA08674; Tue, 11 Mar 1997 13:35:18 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA30841;
Tue, 11 Mar 1997 13:34:21 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA28122
for <
[email protected]>; Tue, 11 Mar 1997 13:28:13 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id TAA03159
for
[email protected]; Tue, 11 Mar 1997 19:24:26 GMT
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 19:24:25 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Re: anonymous ls with SUN-OS
In-Reply-To: <
[email protected]> from "Dieter Klaudt, Mathematik PHL" at Mar 11, 97 09:51:18 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
A cute wy to work it all out is to use ldd
ldd /bin/ls
That will tell you want libraries are need, NOTE these CANNOT be symbolic links
as they will not work after chroot. you must copy them.
The files I use with wuftpd and sunos (4.1.3)
/bin
---x--x--x 1 root 24576 Sep 22 1994 compress*
---x--x--x 1 root 65536 Sep 22 1994 gzip*
---x--x--x 1 root 13352 Sep 22 1994 ls*
---x--x--x 1 root 131072 Sep 22 1994 tar*
/dev
crw-r--r-- 1 root local 3, 12 Feb 6 1996 zero
don't forget to use mknod to create this...
/etc
-r--r--r-- 1 root 74 Feb 6 1996 group
-r--r--r-- 1 root 49 Sep 22 1994 passwd
Remove the real password and lots of the users from the passwd file...
/usr/lib
-r-xr-xr-x 1 root 40960 Sep 22 1994 ld.so*
-rw-r--r-- 1 root 7996 Feb 6 1996 libc.sa.1.9
-rwxr-xr-x 1 root 516096 Sep 22 1994 libc.so.1.9*
-rwxr-xr-x 1 root 24576 Sep 22 1994 libdl.so.1.0*
For solaris 2 (2.4 x86 anyway)
/bin
---x--x--x 1 root ftp 12768 Dec 17 1995 compress*
---x--x--x 1 root ftp 53876 Dec 17 1995 gzip*
---x--x--x 1 root ftp 16392 Dec 17 1995 ls*
---x--x--x 1 root ftp 143132 Dec 17 1995 tar*
simlink lib to usr/lib
/etc
-r--r--r-- 1 root ftp 37 Dec 29 1995 group
-r--r--r-- 1 root ftp 1064 Dec 29 1995 netconfig
-r--r--r-- 1 root ftp 37 Dec 29 1995 passwd
/dev
crw-r--r-- 1 root sys 11, 42 Dec 17 1995 tcp
crw-r--r-- 1 root sys 99, 1 Dec 29 1995 ticotsord
crw-r--r-- 1 root sys 11, 41 Dec 29 1995 udp
cr--r--r-- 1 root sys 13, 12 Dec 17 1995 zero
Use mknod to create these
/usr/lib
lrwxrwxrwx 1 root other 7 Jan 9 22:19 ld.so -> ld.so.1*
-r-xr-xr-x 1 root ftp 66336 Dec 17 1995 ld.so.1*
lrwxrwxrwx 1 root other 9 Jan 9 22:19 libc.so -> libc.so.1*
-r-xr-xr-x 1 root ftp 527916 Dec 17 1995 libc.so.1*
lrwxrwxrwx 1 root other 10 Jan 9 22:19 libdl.so -> libdl.so.1*
-r-xr-xr-x 1 root ftp 3616 Dec 17 1995 libdl.so.1*
lrwxrwxrwx 1 root other 12 Jan 9 22:19 libintl.so -> libintl.so.1*
-r-xr-xr-x 1 root ftp 11748 Dec 17 1995 libintl.so.1*
lrwxrwxrwx 1 root other 11 Jan 9 22:19 libnsl.so -> libnsl.so.1*
-r-xr-xr-x 1 root ftp 417140 Dec 17 1995 libnsl.so.1*
lrwxrwxrwx 1 root other 14 Jan 9 22:19 libsocket.so -> libsocket.so.1*
-r-xr-xr-x 1 root ftp 66652 Dec 17 1995 libsocket.so.1*
lrwxrwxrwx 1 root other 9 Jan 9 22:19 libw.so -> libw.so.1*
-r-xr-xr-x 1 root ftp 39844 Dec 17 1995 libw.so.1*
lrwxrwxrwx 1 root other 12 Jan 9 22:19 nss_dns.so -> nss_dns.so.1*
-r-xr-xr-x 1 root ftp 10380 Dec 29 1995 nss_dns.so.1*
lrwxrwxrwx 1 root other 14 Jan 9 22:19 nss_files.so -> nss_files.so.1*
-r-xr-xr-x 1 root ftp 17296 Dec 29 1995 nss_files.so.1*
lrwxrwxrwx 1 root other 12 Jan 9 22:19 nss_nis.so -> nss_nis.so.1*
-r-xr-xr-x 1 root ftp 23148 Dec 29 1995 nss_nis.so.1*
lrwxrwxrwx 1 root other 16 Jan 9 22:19 nss_nisplus.so -> nss_nisplus.so.1*
-r-xr-xr-x 1 root ftp 25588 Dec 29 1995 nss_nisplus.so.1*
lrwxrwxrwx 1 root other 12 Jan 9 22:19 straddr.so -> straddr.so.2*
-r-xr-xr-x 1 root ftp 8012 Dec 29 1995 straddr.so.2*
I hope this helps
James
--
No dinosaurs please we're goffik!
http://plant-eng.lboro.ac.uk/~cgjwh
So all I wanted in the end, was world domination, and a whole lot of money
to spend. - New Model Army.
Lifes a Joke and Deaths the End, Live in Misery - Net.Goth
From
[email protected] Tue Mar 11 13:41:01 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA08756; Tue, 11 Mar 1997 13:40:59 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA32109;
Tue, 11 Mar 1997 13:40:09 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA30592
for <
[email protected]>; Tue, 11 Mar 1997 13:35:48 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id TAA03396
for
[email protected]; Tue, 11 Mar 1997 19:32:08 GMT
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 19:32:06 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Re: Can't get ftpconversions to work, all simple checks
In-Reply-To: <
[email protected]> from "Albert Brouwer" at Mar 10, 97 05:09:36 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
My ftp conversions...
:.Z: : :/bin/compress -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
: : :.Z:/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
:.gz: : :/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
: : :.gz:/bin/gzip -c %s:T_REG:O_COMPRESS:GZIP
: : :.tar:/bin/tar -cf - %s:T_REG|T_DIR:O_TAR:TAR
: : :.tar.Z:/bin/tar -cZf - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
: : :.tar.gz:/bin/tar -czf - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
You sure your ftpconversions is in the right place?
if you are in any doubt...
strings ftpd | grep ftpconversions
where ftpd is the what ever file your ftpd is stored under it could be
in.ftpd for example.
James
--
No dinosaurs please we're goffik!
http://plant-eng.lboro.ac.uk/~cgjwh
So all I wanted in the end, was world domination, and a whole lot of money
to spend. - New Model Army.
Lifes a Joke and Deaths the End, Live in Misery - Net.Goth
From
[email protected] Tue Mar 11 14:37:59 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA09167; Tue, 11 Mar 1997 14:37:58 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA03307;
Tue, 11 Mar 1997 14:37:08 -0600 (CST)
Received: from tecsun1.tec.army.mil (tec.army.mil [192.12.124.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA02738
for <
[email protected]>; Tue, 11 Mar 1997 14:33:50 -0600 (CST)
Received: from curly.tec.army.mil (curly.tec.army.mil [206.37.31.137]) by tecsun1.tec.army.mil (8.7.5/8.7.3) with SMTP id PAA01580 for <
[email protected]>; Tue, 11 Mar 1997 15:28:39 -0500 (EST)
Received: from moe.army.mil by curly.tec.army.mil (SMI-8.6/SMI-SVR4)
id PAA05694; Tue, 11 Mar 1997 15:37:12 -0500
Received: by moe.army.mil (SMI-8.6/SMI-SVR4)
id PAA08322; Tue, 11 Mar 1997 15:36:51 -0500
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 15:36:51 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William E. Diego)
To:
[email protected]
Subject: Re: anonymous ls with SUN-OS
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Additional comment -
Make sure you are reading the ORIGINAL Solaris man page for in.ftpd, NOT
the one supplied by the wu-ftpd installation...
Cheers,
-bd
William E. Diego
US Army Topographic Engineering Center
[email protected]
> From
[email protected] Tue Mar 11 15:34:36 1997
> Date: Tue, 11 Mar 1997 13:55:12 -0500 (EST)
> Reply-To:
[email protected]
> Sender:
[email protected]
> From: Alain Magloire <
[email protected]>
> To:
[email protected]
> Cc:
[email protected]
> Subject: Re: anonymous ls with SUN-OS
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> X-Mailer: ELM [version 2.4 PL25]
> X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
>
> Bonjour Mr Dieter Klaudt,
>
> >
> > I posted the following message to weeks ago but can't get any
> > response because our mailer doesn't work last week or noone answered
> > ...
> >
> > Help!
> > Last week I installed wu-ftpd.2.4 on a sun with OS5.4. All things
> > work fine but if the logged in anonymous tries to make a ls there is
> > an error:
> > Can't create data socket (0.0.0.0,20): Bad file number
> >
>
> you're problem goes beyond ls setup
> you can't create the data channel so
> get/put etc ... will not work either
>
> wait I think ... "Paradise Cowgirl" (Don't be full by the name :-)
> have done some work on this :
>
>
http://www.teleport.com/~minerva/wu-ftpd/wuftpd.htm
>
> Is ~ftp nfs mounted ?
> if yes then
> you need to create /dev/ticlts the lock daemon needs it
>
> Mrs Darci, if you reading this, /dev/ticlts is missing from your notes
> (wait let me Cc)
>
>
> also
> man ftpd
> is excellent place to start
>
>
> --
> au revoir, alain
> ----
> Teamwork is essential -- it allows you to blame someone else.
>
From
[email protected] Tue Mar 11 16:10:03 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA09613; Tue, 11 Mar 1997 16:10:02 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA09228;
Tue, 11 Mar 1997 16:08:47 -0600 (CST)
Received: from iponet.es (
[email protected] [194.179.38.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA09359
for <
[email protected]>; Tue, 11 Mar 1997 16:05:54 -0600 (CST)
Received: from creative (
[email protected] [194.179.38.220]) by iponet.es (8.8.3/8.8.3) with SMTP id XAA15746 for <
[email protected]>; Tue, 11 Mar 1997 23:05:51 +0100
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 23:07:47 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: joaquin grech <
[email protected]>
To:
[email protected]
Subject: chroot
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Light Version 3.0.1 beta 4 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
hi there!!
how do i chroot real users in their directories? when i log in like
anonymous, it chroot my /home/ftp like / (great!!!) but if a use real
login, it doesn't, how do i fix it?
Thanks a lot...
!----------------------------------------------------------!
! C r e a t i v i t y M u s t S u r v i v e !
!----------------------------------------------------------!
! E-mail:
[email protected] !
!
[email protected] !
!
[email protected] !
! 2:341/
[email protected] !
!----------------------------------------------------------!
! Fidonet: 2:341/19.67 Euronet: 25:928/19.67 !
!----------------------------------------------------------!
! Homepage:
http://www.geocities.com/Hollywood/5568 !
!----------------------------------------------------------!
From
[email protected] Tue Mar 11 16:21:09 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA09688; Tue, 11 Mar 1997 16:21:07 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA08829;
Tue, 11 Mar 1997 16:20:20 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA09928
for <
[email protected]>; Tue, 11 Mar 1997 16:18:15 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id QAA20009
for <
[email protected]>; Tue, 11 Mar 1997 16:18:07 -0600
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 16:18:07 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To:
[email protected]
Subject: Re: chroot
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
guest ftp -- the howto is below.
-- Michael
On Tue, 11 Mar 1997, joaquin grech wrote:
> how do i chroot real users in their directories? when i log in like
> anonymous, it chroot my /home/ftp like / (great!!!) but if a use real
> login, it doesn't, how do i fix it?
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-12.tar.Z
wu-ftpd FAQ:
http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
wu-ftpd list archive:
http://www.landfield.com/wu-ftpd/mail-archive/
There are additional security references in the above docs.
From
[email protected] Tue Mar 11 16:26:44 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA09708; Tue, 11 Mar 1997 16:26:42 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA11130;
Tue, 11 Mar 1997 16:25:56 -0600 (CST)
Received: from basil.acr.net.au (basil.acr.net.au [203.22.236.98])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA10515
for <
[email protected]>; Tue, 11 Mar 1997 16:19:39 -0600 (CST)
Received: from geoff.acr.net.au (geoff.acr.net.au [203.22.236.80]) by basil.acr.net.au (8.7.3/8.7.3) with SMTP id JAA13718 for <
[email protected]>; Wed, 12 Mar 1997 09:21:51 +1100 (EST)
Message-Id: <
[email protected]>
Date: Wed, 12 Mar 1997 09:21:51 +1100 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Geoff Terry Systems & Net supt 064 923677)
To:
[email protected]
Subject: Re: chroot
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Version 1.4.3
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
use guest groups/accounts.
check out the FAQ
Regards Geofft
>hi there!!
>
>how do i chroot real users in their directories? when i log in like
>anonymous, it chroot my /home/ftp like / (great!!!) but if a use real
>login, it doesn't, how do i fix it?
>
>Thanks a lot...
>
>!----------------------------------------------------------!
>! C r e a t i v i t y M u s t S u r v i v e !
>!----------------------------------------------------------!
>! E-mail:
[email protected] !
>!
[email protected] !
>!
[email protected] !
>! 2:341/
[email protected] !
>!----------------------------------------------------------!
>! Fidonet: 2:341/19.67 Euronet: 25:928/19.67 !
>!----------------------------------------------------------!
>! Homepage:
http://www.geocities.com/Hollywood/5568 !
>!----------------------------------------------------------!
>
>
Geoff Terry Systems & Network Support
ACR Net Sapphire Coast NSW 2550
Australia
Ph 064 923677 Mobile 015 668 227 Fax 064 924594
From
[email protected] Tue Mar 11 16:55:04 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA09849; Tue, 11 Mar 1997 16:55:02 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA13211;
Tue, 11 Mar 1997 16:54:19 -0600 (CST)
Received: from teldor.netw.com (teldor.netw.com [204.227.172.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA12696
for <
[email protected]>; Tue, 11 Mar 1997 16:52:24 -0600 (CST)
Received: (from dale@localhost)
by teldor.netw.com (8.8.5/8.8.5) id OAA05310;
Tue, 11 Mar 1997 14:54:48 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 14:54:48 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: Queries about chroot
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I am at internet world this week but next week i will make available my
code / suggestions for alternate handling instead of chroot.
I obviously need to read the rfc's regarding ftp and see the interactions
with all of the commands.
My solution is currently a quick fix but perhaps with others knowledge a
fix for it's pproblems could be attempted.
---dale welch
From
[email protected] Tue Mar 11 17:44:30 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA10055; Tue, 11 Mar 1997 17:44:30 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA11615;
Tue, 11 Mar 1997 17:43:37 -0600 (CST)
Received: from chrono.chronologic.com (chrono.chronologic.com [204.182.36.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA17497
for <
[email protected]>; Tue, 11 Mar 1997 17:42:35 -0600 (CST)
Received: from server.chronologic.com (server.chronologic.com [204.182.5.2]) by chrono.chronologic.com (8.6.10/8.6.9) with ESMTP id PAA07237 for <
[email protected]>; Tue, 11 Mar 1997 15:42:26 -0800
Received: from sunspot.chronologic.com (sunspot.chronologic.com [204.182.5.69]) by server.chronologic.com (8.6.10/8.6.9) with ESMTP id PAA10972 for <
[email protected]>; Tue, 11 Mar 1997 15:42:20 -0800
Received: by sunspot.chronologic.com (SMI-8.6/Chronologic)
id XAA15617; Tue, 11 Mar 1997 23:42:30 GMT
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 23:42:30 GMT
Reply-To: <
[email protected]>
Sender:
[email protected]
From: Steve Lee <
[email protected]>
To:
[email protected]
Subject: changing group passwords
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hello again everybody.
I did not get any takers on the last one so how about if I rephrase:
SunOS newchrono 5.5.1 Generic_103640-04 sun4m sparc SUNW,SPARCstation-10
wu-ftpd-2.4.2-beta-12 running chrooted under tcpwrappers.
Anybody know a way of changing group passwords other than cut and paste?
Thanks
Steve Lee
From
[email protected] Tue Mar 11 19:20:48 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id TAA10523; Tue, 11 Mar 1997 19:20:47 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id TAA12117;
Tue, 11 Mar 1997 19:20:01 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id TAA23132
for <
[email protected]>; Tue, 11 Mar 1997 19:18:37 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id UAA13823;
Tue, 11 Mar 1997 20:17:18 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 11 Mar 1997 20:17:18 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: changing group passwords
In-Reply-To: <
[email protected]> from "Steve Lee" at Mar 11, 97 11:42:30 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Salut A Vous, O Grand Manitou Steve Lee !!
>
> Hello again everybody.
>
> I did not get any takers on the last one so how about if I rephrase:
8-)
>
> SunOS newchrono 5.5.1 Generic_103640-04 sun4m sparc SUNW,SPARCstation-10
> wu-ftpd-2.4.2-beta-12 running chrooted under tcpwrappers.
>
> Anybody know a way of changing group passwords other than cut and paste?
I vaguely remember your mail, let see people can
change gid by doing site group/site gpass. Meaning
you have a _PATH_PRIVATE (say "/etc/ftpgroups")
/etc/ftpgroups:
group:passwd:real_group
and you want to change the second field of this file ?
is that right ?
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Wed Mar 12 00:11:17 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id AAA11963; Wed, 12 Mar 1997 00:11:16 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id AAA02812;
Wed, 12 Mar 1997 00:09:12 -0600 (CST)
Received: from rover.mcp.com (rover.mcp.com [198.70.148.141])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id XAA02429
for <
[email protected]>; Tue, 11 Mar 1997 23:59:01 -0600 (CST)
Received: (from mhughes@localhost) by rover.mcp.com (8.6.12/8.6.9) id AAA08813; Wed, 12 Mar 1997 00:59:16 -0500
Message-Id: <
[email protected]>
Date: Wed, 12 Mar 1997 00:59:15 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Hughes <
[email protected]>
To:
[email protected]
Subject: user types/class question
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hello, I'm a newly empowered temporary sys admin (ie the real one quit...)
My ftpaccess file has the following classes and limits defined:
class local real,guest,anonymous *.myhost.foo 0.0.0.0
class remote real,guest,anonymous *
limit local 100 Any /etc/msgs/msg.toomany
limit remote 200 SaSu|Any1800-0600 /etc/msgs/msg.toomany
limit remote 200 Any /etc/msgs/msg.toomany
To me, this is saying that anyone who makes an ftp connection to my site
is considered a member of the local class, be they of the real, guest or
anonymous usertype.
I'm no expert, but from what I understand about groups, this doesn't make
any sense.
Even though the first limit line for class local is set for 100,
can 300 real users connect to me since the limit line just below
for the remote class (which has the same users) is set for 200? (despite
the fact I suspect that no one can come in as remote due to the *
at the end of the remote clas definition line...)
Or does that mean only 100 people can access my archive at a time,
no matter what their user type is? (real, guest or anon)
I'm thinking that I should make the entry more like:
class local real
class guests guest
class anonymouses anonymous
in order to make more connections available for all user types. (?)
Any advice you could give me is appreciated in advance!
-- Michael
From
[email protected] Wed Mar 12 10:36:14 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA21024; Wed, 12 Mar 1997 10:36:14 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA25292;
Wed, 12 Mar 1997 10:31:49 -0600 (CST)
Received: from in-trier.de (
[email protected] [198.22.51.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA24592
for <
[email protected]>; Wed, 12 Mar 1997 10:28:01 -0600 (CST)
Received: from ufp.in-trier.de (
[email protected] [198.22.51.119]) by in-trier.de (8.7.5/8.7.3) with SMTP id RAA05395 for
[email protected]; Wed, 12 Mar 1997 17:36:59 +0100
Message-Id: <
[email protected]>
Date: Wed, 12 Mar 1997 17:18:30 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From: Bernhard Rosenkraenzer <
[email protected]>
To:
[email protected]
Subject: Re: chroot
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Tue, 11 Mar 1997, joaquin grech wrote:
> hi there!!
>
> how do i chroot real users in their directories? when i log in like
> anonymous, it chroot my /home/ftp like / (great!!!) but if a use real
> login, it doesn't, how do i fix it?
You have to make the user a member of guestgroup.
LLaP
bero
From
[email protected] Wed Mar 12 12:45:14 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA21585; Wed, 12 Mar 1997 12:45:13 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA31279;
Wed, 12 Mar 1997 12:43:03 -0600 (CST)
Received: from spunky.RedBrick.COM (spunky.RedBrick.COM [192.83.206.133])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA03592
for <
[email protected]>; Wed, 12 Mar 1997 12:37:15 -0600 (CST)
Received: from blazer.RedBrick.COM (blazer.RedBrick.COM [192.83.206.183]) by spunky.RedBrick.COM (8.8.0/mailhost-1.12) with SMTP id KAA14842 for <
[email protected]>; Wed, 12 Mar 1997 10:37:12 -0800 (PST)
Message-Id: <2.2.32.19970312183640.013834fc@mailhost>
Date: Wed, 12 Mar 1997 10:36:40 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Dean Waters <
[email protected]>
To:
[email protected]
Subject: Macro Commands
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender: dwaters@mailhost
X-Mailer: Windows Eudora Pro Version 2.2 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
hello all,
I am running Version wu-2.4(1) on Digital OSF V3.2 148.
The %F macro does not seem to work in messages. I show that it should be
replaced by the number of kilobytes free in the current working directory
but it seems to get replaced by "You" instead. The other macros seem to work
just fine.
Thanks in advance!
--
Dean Waters E-mail:
[email protected]
System Administrator
Red Brick Systems Phone: 408-399-7103
Los Gatos, CA Pager: 408-539-4846
http://www.redbrick.com
From
[email protected] Wed Mar 12 15:42:00 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA22410; Wed, 12 Mar 1997 15:41:59 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA15626;
Wed, 12 Mar 1997 15:38:12 -0600 (CST)
Received: from sbcomp.com ([207.150.14.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA16215
for <
[email protected]>; Wed, 12 Mar 1997 15:33:53 -0600 (CST)
Received: from skb (rockford28.inwave.com [206.190.10.128])
by sbcomp.com (8.8.4/8.8.4) with SMTP
id PAA11871 for <
[email protected]>; Wed, 12 Mar 1997 15:34:08 -0600 (CST)
Message-Id: <
[email protected]>
Date: Wed, 12 Mar 1997 15:33:42 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Steven K. Buehler" <
[email protected]>
To:
[email protected]
Subject: question
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I have just installed wu-2.4 and am having a small problem. Everything works fine except what I am trying to do. I am trying to make it so that when someone uploads a file (users, not anonymous), the file permissions are set to 644. Is there anyway to do this? I saw that it can be changed for uploads to the ./incoming directory. But I wanted to set it so that if one of my users uploads to his directory, it will auto set the file to 644.
Thanks
Steve
======================================================
Steven K. Buehler
S & B Computers
Rockford Illinois, USA
Phone: 815-398-7169
Fax: 815-398-7266
======================================================
From
[email protected] Wed Mar 12 21:32:29 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id VAA23657; Wed, 12 Mar 1997 21:32:27 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA03665;
Wed, 12 Mar 1997 21:30:12 -0600 (CST)
Received: from kaat.tcad.ee.ufl.edu ([128.227.241.8])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA02869
for <
[email protected]>; Wed, 12 Mar 1997 21:25:23 -0600 (CST)
Received: from tec.ufl.edu by kaat.tcad.ee.ufl.edu (SMI-8.6/4.09)
id WAA04691; Wed, 12 Mar 1997 22:24:51 -0500
Message-Id: <
[email protected]>
Date: Wed, 12 Mar 1997 22:24:50 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Faisal Hameed (KR) <
[email protected]>
To:
[email protected]
Subject: wuftpd on solaris 2.5
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: exmh version 1.6.9 8/22/96
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
can't get ls to work in anonymous ftp :-
I have tried copying all the libs that ls needs by using ldd
in to ~ftp/usr/lib.
Also I have tried statically compiling ls from the source code
but no luck:-
Any help is appreciated ...
thanks
From
[email protected] Wed Mar 12 22:55:04 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id WAA24273; Wed, 12 Mar 1997 22:55:03 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA07030;
Wed, 12 Mar 1997 22:54:14 -0600 (CST)
Received: from tecsun1.tec.army.mil (tec.army.mil [192.12.124.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id WAA06863
for <
[email protected]>; Wed, 12 Mar 1997 22:51:12 -0600 (CST)
Received: from curly.tec.army.mil (curly.tec.army.mil [206.37.31.137]) by tecsun1.tec.army.mil (8.7.5/8.7.3) with SMTP id XAA15411 for <
[email protected]>; Wed, 12 Mar 1997 23:45:56 -0500 (EST)
Received: by curly.tec.army.mil (SMI-8.6/SMI-SVR4)
id XAA10818; Wed, 12 Mar 1997 23:54:35 -0500
Message-Id: <
[email protected]>
Date: Wed, 12 Mar 1997 23:54:35 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William E. Diego)
To:
[email protected]
Subject: Re: wuftpd on solaris 2.5
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Read the in.ftpd manual page that came **with Solaris 2.5**
not the one that wuftpd installs. If the installation has written
over the original, I will be glad to forward an original to you.
The manual page tells you about additional libraries and devices
you need to add/create (more than there were in SunOS 4.x).
Cheers,
-bd
From
[email protected] Wed Mar 12 23:06:13 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id XAA24323; Wed, 12 Mar 1997 23:06:11 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id XAA07424;
Wed, 12 Mar 1997 23:05:25 -0600 (CST)
Received: from connectnet1.connectnet.com (connectnet1.connectnet.com [207.110.0.50])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id XAA08033
for <
[email protected]>; Wed, 12 Mar 1997 23:00:32 -0600 (CST)
Received: from server.osec.com (
[email protected] [207.110.5.58]) by connectnet1.connectnet.com (8.8.5/Connectnet-3.0) with ESMTP id VAA01407 for <
[email protected]>; Wed, 12 Mar 1997 21:00:29 -0800 (PST)
Received: from goldsmith (dialin257.inetworld.net [206.245.248.86]) by server.osec.com (8.7.6/8.7.3) with ESMTP id WAA23167 for <
[email protected]>; Wed, 12 Mar 1997 22:03:03 -0800
Message-Id: <
[email protected]>
Date: Wed, 12 Mar 1997 20:56:09 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Dave Goldsmith <
[email protected]>
To:
[email protected]
Subject: Re: user types/class question
References: <
[email protected]>
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mozilla 4.0b2 (Win95; I)
X-Priority: 3 (Normal)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Michael Hughes wrote:
> My ftpaccess file has the following classes and limits defined:
>
> class local real,guest,anonymous *.myhost.foo 0.0.0.0
> class remote real,guest,anonymous *
The first line states that any computers in your DNS domain are to be
considered as local hosts. The second line states that any other
computers are to be considered remote. The "class" lines are compared in
sequential order until one is matched.
> limit local 100 Any /etc/msgs/msg.toomany
> limit remote 200 SaSu|Any1800-0600 /etc/msgs/msg.toomany
> limit remote 200 Any /etc/msgs/msg.toomany
The first line limits "local" users; those in your DNS domain (see class
"local" above); to 100 concurrent connections. The second and third
lines apply to "remote" users. Weekends and nights up to 200 can connect
and any other time up to 200 hundred can connect.
The fact that both remote restrictions are set to be 200 is probably a
typo. The third limit line would normally be set to a lower number to
cover weekday accesses than the second line which covers nights and
weekends.
Dave Goldsmith
[email protected]
From
[email protected] Wed Mar 12 23:11:59 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id XAA24349; Wed, 12 Mar 1997 23:11:56 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id XAA08236;
Wed, 12 Mar 1997 23:11:07 -0600 (CST)
Received: from connectnet1.connectnet.com (connectnet1.connectnet.com [207.110.0.50])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id XAA07449
for <
[email protected]>; Wed, 12 Mar 1997 23:09:44 -0600 (CST)
Received: from server.osec.com (
[email protected] [207.110.5.58]) by connectnet1.connectnet.com (8.8.5/Connectnet-3.0) with ESMTP id VAA02498 for <
[email protected]>; Wed, 12 Mar 1997 21:09:42 -0800 (PST)
Received: from goldsmith (dialin257.inetworld.net [206.245.248.86]) by server.osec.com (8.7.6/8.7.3) with ESMTP id WAA23199 for <
[email protected]>; Wed, 12 Mar 1997 22:12:14 -0800
Message-Id: <
[email protected]>
Date: Wed, 12 Mar 1997 21:05:20 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Dave Goldsmith <
[email protected]>
To:
[email protected]
Subject: Re: wuftpd on solaris 2.5
References: <
[email protected]>
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mozilla 4.0b2 (Win95; I)
X-Priority: 3 (Normal)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Faisal Hameed (KR) wrote:
>
> can't get ls to work in anonymous ftp :-
>
> I have tried copying all the libs that ls needs by using ldd
> in to ~ftp/usr/lib.
>
> Also I have tried statically compiling ls from the source code
> but no luck:-
>
> Any help is appreciated ...
>
> thanks
I just experienced the same problem on Solaris 2.3.
The solution was to make all of the files in ~ftp/usr/lib EXECUTABLE.
I don't know why these need to executable but that solved the problem.
On my Linux box, the files are not executable and it works so this must
be Solaris specific.
Dave Goldsmith
[email protected]
From
[email protected] Thu Mar 13 00:26:06 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id AAA24653; Thu, 13 Mar 1997 00:26:05 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id AAA13019;
Thu, 13 Mar 1997 00:25:12 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id AAA15547
for <
[email protected]>; Thu, 13 Mar 1997 00:22:23 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id AAA21470
for
[email protected]; Thu, 13 Mar 1997 00:21:48 -0600 (CST)
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 00:21:48 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: wuftpd on solaris 2.5
In-Reply-To: <
[email protected]> from "Faisal Hameed" at Mar 12, 97 10:24:50 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
<can't get ls to work in anonymous ftp :-
<
<I have tried copying all the libs that ls needs by using ldd
<in to ~ftp/usr/lib.
<
<Also I have tried statically compiling ls from the source code
<but no luck:-
<
<Any help is appreciated ...
Read the original Sun in.ftpd man page. It has a script for installing
the necessary files for ftp. It worked for me.
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Thu Mar 13 04:22:15 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id EAA02011; Thu, 13 Mar 1997 04:22:14 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA20425;
Thu, 13 Mar 1997 04:20:09 -0600 (CST)
Received: from tk-dns.synergia.fr (tk-dns.synergia.fr [194.214.246.253])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id EAA23553
for <
[email protected]>; Thu, 13 Mar 1997 04:18:07 -0600 (CST)
Received: from tk-aln.synergia.fr (tk-aln.synergia.fr [194.214.247.3]) by tk-dns.synergia.fr (8.8.3/8.8.3) with SMTP id LAA06969 for <
[email protected]>; Thu, 13 Mar 1997 11:18:17 +0100 (MET)
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 11:19:42 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Arnaud Le Neel <
[email protected]>
To:
[email protected]
Subject: Installation Problems on Solaris 2.4
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Mailer: Mozilla 3.01 [fr] (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hy,
I'm newbie on Wu-FTPD Installation, and i need help:
I make:
build sol
build install
and when i launch ftpd, it answers me that he's ready and
don't give me back the hand. If i try to connect the server,
the client says that remote service has closed connection.
Anybody has any ideas would be welcome !!!
Thanks in advance
-----------------------------------------------------------------
Arnaud Le N�el
[email protected]
From
[email protected] Thu Mar 13 06:33:53 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id GAA02448; Thu, 13 Mar 1997 06:33:52 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA26156;
Thu, 13 Mar 1997 06:31:50 -0600 (CST)
Received: from sbcomp.com ([207.150.14.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id GAA25583
for <
[email protected]>; Thu, 13 Mar 1997 06:31:01 -0600 (CST)
Received: from skb (rockford22.inwave.com [206.190.10.122])
by sbcomp.com (8.8.4/8.8.4) with SMTP
id GAA00309 for <
[email protected]>; Thu, 13 Mar 1997 06:31:16 -0600 (CST)
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 06:28:28 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Steven K. Buehler" <
[email protected]>
To:
[email protected]
Subject: Re: wuftpd on solaris 2.5
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I guess that you will need to ask you to send it to me (please). I read thru the one that came with Solaris 2.5 and the one that came with wuftpd and neither one said a thing about it.
Thanks
Steve
At 11:54 PM 3/12/97 -0500, you wrote:
>Read the in.ftpd manual page that came **with Solaris 2.5**
>not the one that wuftpd installs. If the installation has written
>over the original, I will be glad to forward an original to you.
>The manual page tells you about additional libraries and devices
>you need to add/create (more than there were in SunOS 4.x).
>
>Cheers,
>-bd
>
>
======================================================
Steven K. Buehler
S & B Computers
Rockford Illinois, USA
Phone: 815-398-7169
Fax: 815-398-7266
======================================================
From
[email protected] Thu Mar 13 09:21:47 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA03231; Thu, 13 Mar 1997 09:21:46 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA01737;
Thu, 13 Mar 1997 09:18:59 -0600 (CST)
Received: from tecsun1.tec.army.mil (tec.army.mil [192.12.124.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA00006
for <
[email protected]>; Thu, 13 Mar 1997 09:16:25 -0600 (CST)
Received: from curly.tec.army.mil (curly.tec.army.mil [206.37.31.137]) by tecsun1.tec.army.mil (8.7.5/8.7.3) with SMTP id KAA24842 for <
[email protected]>; Thu, 13 Mar 1997 10:11:14 -0500 (EST)
Received: from moe.army.mil by curly.tec.army.mil (SMI-8.6/SMI-SVR4)
id KAA11432; Thu, 13 Mar 1997 10:19:50 -0500
Received: by moe.army.mil (SMI-8.6/SMI-SVR4)
id KAA09145; Thu, 13 Mar 1997 10:19:27 -0500
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 10:19:27 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William E. Diego)
To:
[email protected]
Subject: Re: wuftpd on solaris 2.5
Content-Type: X-sun-attachment
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
----------
X-Sun-Data-Type: text
X-Sun-Data-Description: text
X-Sun-Data-Name: text
X-Sun-Charset: us-ascii
X-Sun-Content-Lines: 51
Ok, I will send two files as attachments; let me know if you cannot
save them as manual pages.
The first file is 'ftpd.1m' and is a short one that refers to the
second file, 'in.ftpd.1n; which is the actual manual page. Both of
these belong in:
/usr/share/man/man1m
Let me know how it goes.
Cheers,
-bd
> From
[email protected] Thu Mar 13 07:40:34 1997
> Date: Thu, 13 Mar 1997 06:28:28 -0600
> Reply-To:
[email protected]
> Sender:
[email protected]
> From: "Steven K. Buehler" <
[email protected]>
> To:
[email protected]
> Subject: Re: wuftpd on solaris 2.5
> Mime-Version: 1.0
> X-Sender:
[email protected]
> X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
> X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
>
> I guess that you will need to ask you to send it to me (please). I read thru the one that came with Solaris 2.5 and the one that came with wuftpd and neither one said a thing about it.
>
> Thanks
> Steve
>
> At 11:54 PM 3/12/97 -0500, you wrote:
> >Read the in.ftpd manual page that came **with Solaris 2.5**
> >not the one that wuftpd installs. If the installation has written
> >over the original, I will be glad to forward an original to you.
> >The manual page tells you about additional libraries and devices
> >you need to add/create (more than there were in SunOS 4.x).
> >
> >Cheers,
> >-bd
> >
> >
>
> ======================================================
> Steven K. Buehler
> S & B Computers
> Rockford Illinois, USA
> Phone: 815-398-7169
> Fax: 815-398-7266
> ======================================================
>
----------
X-Sun-Data-Type: default
X-Sun-Data-Description: default
X-Sun-Data-Name: ftpd.1m
X-Sun-Charset: us-ascii
X-Sun-Content-Lines: 2
so man1m/in.ftpd.1m
\" @(#)ftpd.1m 1.0 93/10/11 SMI;
----------
X-Sun-Data-Type: default
X-Sun-Data-Description: default
X-Sun-Data-Name: in.ftpd.1m
X-Sun-Charset: us-ascii
X-Sun-Content-Lines: 623
'\" t
\" @(#)in.ftpd.1m 1.32 95/08/21 SMI; from SVr4
\" Copyright 1989 AT&T
TH in.ftpd 1M "10 Aug 1995"
SH NAME
in.ftpd, ftpd \- file transfer protocol server
SH SYNOPSIS
B in.ftpd
[
B \-dl
] [
BI \-t timeout
]
SH AVAILABILITY
SUNWcsu
SH DESCRIPTION
IX "in.ftpd command" "" "\fLin.ftpd\fP \(em File Transfer Protocol daemon on remote host"
IX "File Transfer Protocol" "server" "" "server \(em \fLin.ftpd\fP"
IX "FTP" "daemon on remote host" "" "daemon on remote host \(em \fLin.ftpd\fP"
IX "Internet" "File Transfer Protocol daemon on remote host" "" "File Transfer Protocol daemon on remote host \(em \fLin.ftpd\fP"
IX "TCP/IP" "File Transfer Protocol daemon on remote host" "" "File Transfer Protocol daemon on remote host \(em \fLin.ftpd\fP"
B in.ftpd
is the Internet File Transfer Protocol (\c
SM FTP\c
) server process.
The server is invoked by the Internet daemon
BR inetd (1M)
each time a connection to the
SM FTP
service (see
BR services (4))
is made.
SH OPTIONS
TP 12
B \-d
Debugging information is logged to the system log daemon
BR syslogd (1M).
TP
B \-l
Each
SM FTP
session is logged to the system log daemon
BR syslogd (1M).
TP
BI \-t timeout
Set the inactivity timeout period to
IR timeout seconds.
The
SM FTP
server will timeout an inactive session after 15 minutes.
SS Requests
LP
The
SM FTP
server currently supports the following
SM FTP
requests;
case is not distinguished.
TP 12
SB ABOR
abort previous command
TP
SB ACCT
specify account (ignored)
TP
SB ALLO
allocate storage (vacuously)
TP
SB APPE
append to a file
TP
SB CDUP
change to parent of current working directory
TP
SB CWD
change working directory
TP
SB DELE
delete a file
TP
SB HELP
give help information
TP
SB LIST
give list files in a directory
RB ( "ls \-lg" )
TP
SB MKD
make a directory
TP
SB MODE
specify data transfer
I mode
TP
SB NLST
give name list of files in directory
RB ( ls )
TP
SB NOOP
do nothing
TP
SB PASS
specify password
TP
SB PASV
prepare for server-to-server transfer
TP
SB PORT
specify data connection port
TP
SB PWD
print the current working directory
TP
SB QUIT
terminate session
TP
SB RETR
retrieve a file
TP
SB RMD
remove a directory
TP
SB RNFR
specify rename-from file name
TP
SB RNTO
specify rename-to file name
TP
SB STOR
store a file
TP
SB STOU
store a file with a unique name
TP
SB STRU
specify data transfer
I structure
TP
SB TYPE
specify data transfer
I type
TP
SB USER
specify user name
TP
SB XCUP
change to parent of current working directory
TP
SB XCWD
change working directory
TP
SB XMKD
make a directory
TP
SB XPWD
print the current working directory
TP
SB XRMD
remove a directory
LP
The remaining
SM FTP
requests specified in
SM RFC
959 are recognized, but not implemented.
LP
The
SM FTP
server will abort an active file transfer only when the
SB ABOR
command is preceded by a Telnet \*(lqInterrupt Process\*(rq (IP)
signal and a Telnet \*(lqSynch\*(rq signal in the command Telnet stream,
as described in
SM RFC
959.
LP
B in.ftpd
interprets file names according to the \*(lqglobbing\*(rq
conventions used by
BR sh (1).
This allows users to utilize the metacharacters:
\f3* ? [ ] { } ~\f1
LP
B in.ftpd
authenticates users according to four rules.
RS 6
TP 6
1)
The user name must be in the password data base,
BR /etc/passwd ,
and have a password that is not null. A password
must always be provided by the client before any file operations
may be performed.
TP
2)
If the user name appears in the file
BR /etc/ftpusers ,
B ftp
access is denied.
br
ne 5
TP
3)
B ftp
access is denied if the user's shell (from
BR /etc/passwd )
is not listed in the file
BR /etc/shells.
If the file
BR /etc/shells
does not exist, then the user's shell must be one of the following:
sp 1n
RS 12
TS
tab(:);
lb1 lb1 lb1.
/usr/bin/sh:/usr/bin/csh:/usr/bin/ksh
/usr/bin/jsh:/bin/sh:/bin/csh
/bin/ksh:/bin/jsh:/sbin/sh
/sbin/jsh
TE
RE
sp 1n
TP
4)
If the user name is \*(lqanonymous\*(rq or \*(lqftp\*(rq,
an entry for the user name \f2ftp\f1 must be present in the
password and shadow files.
The user is then allowed
to log in by specifying any password \(em by convention this
is given as the user's e-mail address (such as
BR
[email protected] ).
Do not specify a valid shell in the password entry of the
\f2ftp\f1 user, and do not give it a valid password (use NP in the
encrypted password field of the shadow file).
RE
LP
For anonymous ftp users,
B in.ftpd
takes special measures to restrict the client's access privileges.
The server performs a
BR chroot (2)
command to the home directory of the \*(lqftp\*(rq user.
In order that system security is not breached, it is recommended
that the \*(lqftp\*(rq subtree be constructed with care; the following
rules are suggested.
sp 1n
TP 12
B ~ftp
Make the home directory owned by
B root
and unwritable by anyone. This directory should not be on a file
system mounted with the
B nosuid
option.
br
ne 5
TP
B ~ftp/bin
Make this directory owned by the super-user and unwritable by
anyone. Make this a symbolic link to
B ~ftp/usr/bin
The program
BR ls (1)
must be present to support the list commands. This
program should have mode 111.
br
ne 10
TP
B ~ftp/usr/lib
Make this directory owned by the super-user and unwritable by
anyone.
Copy the following shared libraries from
B /usr/lib
into this directory.:
sp 1n
RS 12
B ld.so*
br
B libc.so*
br
B libdl.so*
br
B libintl.so*
br
B libw.so*
br
B libnsl.so*
br
B libsocket.so*
br
B nss_nis.so*
br
B nss_nisplus.so*
br
B nss_dns.so*
br
B nss_files.so*
br
B straddr.so*
RE
sp 1n
TP
B ~ftp/etc
Make this directory owned by the super-user and unwritable by
anyone. Copies of the files
BR passwd (4),
BR group (4),
and
BR netconfig (4)
must be present for the
BR ls (1)
command to work properly. These files should be mode 444.
TP
B ~ftp/pub
Make this directory mode 777 and owned by
BR ftp .
Users should then place files which are to be accessible via the
anonymous account in this directory.
TP
B ~ftp/dev
Make this directory owned by the super-user and unwritable
by anyone. First perform
B ls \-lL
on the device files listed below to determine their major and minor
numbers, then use
B mknod
to create them in this directory.
sp 1n
RS 12
B /dev/zero
br
B /dev/tcp
br
B /dev/udp
br
B /dev/ticotsord
br
RE
TP
B ~ftp/usr/share/lib/zoneinfo
Make this directory mode 555 and owned by the super-user.
Copy its contents from
BR /usr/share/lib/zoneinfo .
This enables
B ls \-l
to display time and date stamps correctly.
sp 1n
ne 10
SH EXAMPLES
LP
To set up anonymous ftp, add the following entry to the
B /etc/passwd
file. In this case,
B /export/ftp
was chosen to be the anonymous ftp
area, and the shell is the non-existent file
BR /nosuchshell .
This prevents users from logging in as the ftp user.
in +4n
B ftp:x:30000:30000:Anonymous FTP:/export/ftp:/nosuchshell
in -4n
Add the following entry to /etc/shadow:
in +4n
B "ftp:NP:6445::::::"
in -4n
LP
The following is a shell script that will set up the anonymous ftp area.
It presumes that names are resolved using \s-1NIS\s0.
LP
nf
ft 3
#!/bin/sh
# script to setup anonymous ftp area
#
# handle the optional command line argument
case $# in
# the default location for the anon ftp comes from the passwd file
0) ftphome="`grep '^ftp:' /etc/passwd | cut -d: -f6`"
;;
1) if [ "$1" = "start" ]; then
ftphome="`grep '^ftp:' /etc/passwd | cut -d: -f6`"
else
ftphome=$1
fi
;;
*) echo "Usage: $0 [anon-ftp-root]"
exit 1
;;
esac
if [ -z "${ftphome}" ]; then
echo "$0: ftphome must be non-null"
exit 2
fi
# This script assumes that ftphome is neither / nor /usr so ...
if [ "${ftphome}" = "/" -o "${ftphome}" = "/usr" ]; then
echo "$0: ftphome must not be / or /usr"
exit 2
fi
# If ftphome does not exist but parent does, create ftphome
if [ ! -d ${ftphome} ]; then
# lack of -p below is intentional
mkdir ${ftphome}
fi
echo Setting up anonymous ftp area ${ftphome}
# Ensure that the /usr/bin directory exists
if [ ! -d ${ftphome}/usr/bin ]; then
mkdir -p ${ftphome}/usr/bin
fi
cp /usr/bin/ls ${ftphome}/usr/bin
chmod 111 ${ftphome}/usr/bin/ls
# Now set the ownership and modes to match the man page
chown root ${ftphome}/usr/bin
chmod 555 ${ftphome}/usr/bin
# this may not be the right thing to do
# but we need the bin -> usr/bin link
if [ -r ${ftphome}/bin ]; then
mv -f ${ftphome}/bin ${ftphome}/Obin
fi
ln -s usr/bin ${ftphome}
# Ensure that the /usr/lib and /etc directories exist
if [ ! -d ${ftphome}/usr/lib ]; then
mkdir -p ${ftphome}/usr/lib
fi
if [ ! -d ${ftphome}/etc ]; then
mkdir -p ${ftphome}/etc
fi
#Most of the following are needed for basic operation, except
#for libnsl.so, nss_nis.so, libsocket.so, and straddr.so which are
#needed to resolve NIS names.
cp /usr/lib/ld.so /usr/lib/ld.so.1 ${ftphome}/usr/lib
for lib in libc libdl libintl libw libnsl libsocket \\
nss_nis nss_nisplus nss_dns nss_files
do
cp /usr/lib/${lib}.so.1 ${ftphome}/usr/lib
rm -f ${ftphome}/usr/lib/${lib}.so
ln -s ./${lib}.so.1 ${ftphome}/usr/lib/${lib}.so
done
cp /usr/lib/straddr.so.2 ${ftphome}/usr/lib
rm -f ${ftphome}/usr/lib/straddr.so
ln -s ./straddr.so.2 ${ftphome}/usr/lib/straddr.so
cp /etc/passwd /etc/group /etc/netconfig ${ftphome}/etc
# Copy timezone database
mkdir -p ${ftphome}/usr/share/lib/zoneinfo
(cd ${ftphome}/usr/share/lib/zoneinfo
(cd /usr/share/lib/zoneinfo; find . -print | cpio -o) | cpio -imdu
find . -print | xargs chmod 555
find . -print | xargs chown root
)
chmod 555 ${ftphome}/usr/lib/*
chmod 444 ${ftphome}/etc/*
# Now set the ownership and modes
chown root ${ftphome}/usr/lib ${ftphome}/etc
chmod 555 ${ftphome}/usr/lib ${ftphome}/etc
# Ensure that the /dev directory exists
if [ ! -d ${ftphome}/dev ]; then
mkdir -p ${ftphome}/dev
fi
# make device nodes. ticotsord and udp are necessary for
# 'ls' to resolve NIS names.
for device in zero tcp udp ticotsord
do
line=`ls -lL /dev/${device} | sed -e 's/,//'`
major=`echo $line | awk '{print $5}'`
minor=`echo $line | awk '{print $6}'`
rm -f ${ftphome}/dev/${device}
mknod ${ftphome}/dev/${device} c ${major} ${minor}
done
chmod 666 ${ftphome}/dev/*
## Now set the ownership and modes
chown root ${ftphome}/dev
chmod 555 ${ftphome}/dev
if [ ! -d ${ftphome}/pub ]; then
mkdir -p ${ftphome}/pub
fi
chown ftp ${ftphome}/pub
chmod 777 ${ftphome}/pub
fi
ft 1
SH SEE ALSO
BR ftp (1),
BR ls (1),
BR aset (1M),
BR inetd (1M),
BR mknod (1M),
BR syslogd (1M),
BR chroot (2),
BR getsockopt (3N),
BR group (4),
BR inetd.conf (4),
BR netconfig (4),
BR netrc (4),
BR passwd (4),
BR services (4)
LP
Postel, Jon, and Joyce Reynolds,
I File Transfer Protocol (
SM FTP
),
SM RFC
959, Network Information Center,
SM SRI
International, Menlo Park, Calif.,
October 1985.
SH DIAGNOSTICS
B in.ftpd
logs various errors to
BR syslogd ,
with a facility code of
BR daemon .
SS Info Severity
These messages are logged only if the
B \-l
flag is specified.
HP 12
B "\s-1FTPD\s0: connection from"
I host
B at
I time
br
A connection was made to
B ftpd
from the host
I host
at the date and time
IR time .
HP 12
B "\s-1FTPD\s0: User"
I user
B "timed out after"
I timeout
B "seconds at"
I time
br
The user
I user
was logged out because they had not entered any commands after
I timeout
seconds; the logout occurred at the date and time
IR time .
br
ne 5
SS Debug Severity
These messages are logged only if the
B \-d
flag is specified.
HP 12
B "\s-1FTPD\s0: command:"
I command
br
A command line containing
I command
was read from the
SM FTP
client.
TP 12
B "lost connection"
The
SM FTP
client dropped the connection.
br
ne 5
TP 12
<\-\-\- \f2replycode\f1
PD 0
TP 12
<\-\-\- \f2replycode\-\f1
A reply was sent to the
SM FTP
client with the reply code
IR replycode .
The next message logged will include the message associated with the
reply. If a
B \-
follows the reply code, the reply is continued on later lines.
PD
br
ne 6
SH NOTES
The anonymous account is inherently dangerous
and should be avoided when possible.
LP
The server must run as the super-user to
create sockets with privileged
port numbers. It maintains an effective
user id of the logged in user,
reverting to the super-user only when binding
addresses to sockets.
The possible security holes have been
extensively scrutinized, but are
possibly incomplete.
LP
B /etc/ftpusers
contains a list of users
who cannot access the system; the format of the file is
one user name per line.
From
[email protected] Thu Mar 13 10:39:49 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA03559; Thu, 13 Mar 1997 10:39:48 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA08220;
Thu, 13 Mar 1997 10:37:29 -0600 (CST)
Received: from sbcomp.com ([207.150.14.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA08083
for <
[email protected]>; Thu, 13 Mar 1997 10:35:06 -0600 (CST)
Received: from skb (rockford22.inwave.com [206.190.10.122])
by sbcomp.com (8.8.4/8.8.4) with SMTP
id KAA00678 for <
[email protected]>; Thu, 13 Mar 1997 10:35:19 -0600 (CST)
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 10:34:50 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Steven K. Buehler" <
[email protected]>
To:
[email protected]
Subject: virtual ftp
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I hope that someone can help me with this one. I have ftp up and running and my other problems fixed thanks to a couple of people from the list. Now my problem is this. I have several virtual domains on my server and some of them want their own ftp areas so that when you anonymous ftp to the site mydomain.com (the virtual domain), you won't get the main servers anonymous ftp area. I hope that makes since. If anybody has done this, please let me know how. I haven't found any documentation on it and if there is some, I would be happy if someone could point me to it. I am using wu-ftpd2.4
Thanks
Steve
======================================================
Steven K. Buehler
S & B Computers
Rockford Illinois, USA
Phone: 815-398-7169
Fax: 815-398-7266
======================================================
From
[email protected] Thu Mar 13 10:44:18 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA03585; Thu, 13 Mar 1997 10:44:17 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA08675;
Thu, 13 Mar 1997 10:42:08 -0600 (CST)
Received: from gate.teledata.co.uk (
[email protected] [194.152.72.93])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA07680
for <
[email protected]>; Thu, 13 Mar 1997 10:35:13 -0600 (CST)
Received: from markh.teledata.co.uk(really [193.114.49.208]) by gate.teledata.co.uk
via rsmtp with smtp
id <
[email protected]>
for <
[email protected]>; Thu, 13 Mar 97 16:35:10 +0000 (GMT)
(/\##/\ Smail3.1.30.13 #30.13 built 31-aug-95)
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 16:30:51 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: Iqbal Gandham <
[email protected]>
To:
[email protected]
Subject: Re: Bandwidth Throttling
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi Chris
Do you know where I can get a already built copy of wu-ftpd2.4....
for IRIX6.2.
The problem I am having is that I do not have a C compiler, I could use
gnu, but I have been told that gnu will not work without some libraries
or something (I am not good in C).
Any Ideas..
Thanks Iqbal
From
[email protected] Thu Mar 13 10:50:37 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA03673; Thu, 13 Mar 1997 10:50:36 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA08211;
Thu, 13 Mar 1997 10:48:18 -0600 (CST)
Received: from gw3.sprintspectrum.com (
[email protected] [207.40.70.36])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA09131
for <
[email protected]>; Thu, 13 Mar 1997 10:44:32 -0600 (CST)
Received: by gw3.sprintspectrum.com; id KAA08061; Thu, 13 Mar 1997 10:44:31 -0600 (CST)
Received: from uskmessoa002.sprintspectrum.com(208.10.75.12) by gw3.sprintspectrum.com via smap (3.2)
id xma006477; Thu, 13 Mar 97 10:39:28 -0600
Received: by uskmessoa002.sprintspectrum.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.995.13)
id <
[email protected]>; Thu, 13 Mar 1997 10:39:22 -0600
Message-Id: <c=US%a=_%p=SprintPCS%l=USKMESSOA023-970313163933Z-32833@uskmessoa002.sprintspectrum.com>
Date: Thu, 13 Mar 1997 10:39:33 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Cox, Terry" <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: RE: wuftpd on solaris 2.5
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.13
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Try copying these files into ~ftp/lib instead. I had the same problem,
and this fix worked for me.
>----------
>From: Faisal Hameed[SMTP:
[email protected]]
>Sent: Wednesday, March 12, 1997 9:24 PM
>To:
[email protected]
>Subject: wuftpd on solaris 2.5
>
>
>can't get ls to work in anonymous ftp :-
>
>I have tried copying all the libs that ls needs by using ldd
>in to ~ftp/usr/lib.
>
>Also I have tried statically compiling ls from the source code
>but no luck:-
>
>Any help is appreciated ...
>
>thanks
>
>
From
[email protected] Thu Mar 13 11:30:39 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA03861; Thu, 13 Mar 1997 11:30:37 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA11350;
Thu, 13 Mar 1997 11:27:40 -0600 (CST)
Received: from landfield.com (rkive.landfield.com [208.196.145.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id LAA12492
for <
[email protected]>; Thu, 13 Mar 1997 11:26:01 -0600 (CST)
Received: (from kent@localhost) by landfield.com (8.7.5/8.7.3) id LAA03847 for
[email protected]; Thu, 13 Mar 1997 11:26:26 -0600 (CST)
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 11:26:26 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Kent Landfield <
[email protected]>
To:
[email protected]
Subject: Re: virtual ftp - FAQ draft
In-Reply-To: <
[email protected]> from "Steven K. Buehler" at Mar 13, 97 10:34:50 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
#
# I hope that someone can help me with this one. I have ftp up and
# running and my other problems fixed thanks to a couple of people from the
# list. Now my problem is this. I have several virtual domains on my server
# and some of them want their own ftp areas so that when you anonymous ftp to
# the site mydomain.com (the virtual domain), you won't get the main servers
# anonymous ftp area. I hope that makes since. If anybody has done this,
# please let me know how. I haven't found any documentation on it and if
# there is some, I would be happy if someone could point me to it. I am
# using wu-ftpd2.4
First, get the latest BETA version...
OK... This is not ready yet but it is a start... I am doing this for
support locally but I will make it available in a cleaner version later.
For now it is just a dump... If anyone wants to contribute to it or
point out my errors... ;-) Feel free.
--
Kent Landfield Phone: 1-817-545-2502
The Landfield Group FAX: 1-817-545-7650
Email:
[email protected] http://www.landfield.com/
Please send comp.sources.misc related mail to
[email protected].
Search the Usenet Hypertext FAQ Archive at
http://www.landfield.com/faqs/
=========================================================================
Draft FAQ: Supporting Virtual Servers in WU-FTPD:
------------------------------
Subject: 1. Introduction
So you want to setup virtual FTP servers using the same system...
What follows are instructions for doing so. These are not meant to
hold your hand but they are meant to make setting it up just a bit
easier.
------------------------------
Subject: 2. What is virtual FTP server support ?
If you need to manage an ftp server for two separate domains,
you need to be able to support virtual FTP servers. Basically,
this allows an administrator to configure their system so a user
ftping to ftp1.domain.com gets one ftp banner and one ftp directory
and a user ftping to ftp2.domain.com gets another banner and directory
even though they are on the same machine and use the same ports.
------------------------------
Subject: 3. Configuring IP Address Aliases
You have to be able to setup alias IP addresses in order for this
to work. Linux and BSDI, SGI, Solaris 2.5* and other support this.
Check your documentation for ifconfig for your specific systems.
For example, on Sun Solaris 2.5* systems you will need to do something
like the following.
A. Assure/place the system's normal hostname/IP address in
the file /etc/hostname.le0.
B. Insert the following in the system initialization file
/etc/init.d/rootuser just after the if/fi test for
interface_names.
#
# configure virtual host interfaces quietly.
#
/sbin/ifconfig le0:1 inet XXX.XXX.XXX.XXX netmask + broadcast + \
-trailers up 2>&1 > /dev/null
Replace XXX.XXX.XXX.XXX with the IP address that you wish to
alias.
C. Reboot your system. Yes, you can do it by hand but you are
going to have to test it after a reboot anyway so why wait ?
[ NOTE: I'd like to put in other systems info here ]
[ if people would be kind enough to send them to me. ]
------------------------------
Subject: 4. Setting up the directory structure for virtual server support
You will need to setup a separate directory structure for each
virtual server that you plan on installing. There are various
scripts available to assist you. Best to grab one and customize
it for your environment so it's easier next time. Oh... there
won't be a next time ? Then do it by hand making sure all the
standard support directories are there (bin/etc/dev/usr/..).
------------------------------
Subject: 5. Building the software
In order to get the virtual support compiled in you will need to
add -DVIRTUAL to the CFLAGS of the appropriate Makefile.
Step 1: If you are adding this to a fresh copy of the server, just
untarred, without ever having built the software edit the
file in src/makefiles that matches target platform you will
use in "build"ing it.
(i.e. Solaris2.x edit src/makefiles/Makefile.sol).
If you have previously built the server then the appropriate
makefile has been linked into the "src" directory and all you
need to do is edit src/Makefile, add -DVIRTUAL to CFLAGS and
then type "build clean"
Step 2: Follow the documented build and install procedures.
------------------------------
Subject: 6. ftpaccess file Modifications
You need to specify three separate things for each virtual server
you setup.
1. "root" - This it the path to the ftp directory that you
previously setup for this virtual server.
2. "banner" - This it the path to banner you wish displayed
when a user connects to the virtual server.
3. "logfile" - This is the path to the logfile that is setup
specifically for this virtual server.
The format of a virtual server entry is
virtual <address> <root|banner|logfile> <path>
<address> is the ip address of the virtual server. The second argument
specifies the <path> is either the path to the root of the filesystem
for this virtual server, the banner presented to the user when connecting
to this virtual server, or the logfile where transfers are recorded for
this virtual server. If the logfile is not specified the default logfile
will be used.
For example, add lines similar to the following for each virtual server
you are trying to set up.
# Virtual Server at 10.10.10.10
virtual 10.10.10.10 root /var/ftp/virtual/ftp-serv
virtual 10.10.10.10 banner /var/ftp/virtual/ftp-serv/banner.msg
virtual 10.10.10.10 logfile /var/log/ftp/virtual/ftp-serv/xferlog
All other message files and permissions as well as any other settings
in the ftpaccess file apply to all virtual servers.
NOTE: Your operating system may not support the virtual server feature.
It has been tested on BSD/OS, Solaris 2.X and Linux.
------------------------------
Subject: 7. Supporting virtual logging.
There are two different types of logging, the standard syslog logging
and transfer logging. In order to separate transfer (or xferlog)
logging it is necessary to use the virtual "logfile" entry as described
above.
To enable logging via syslog, follow the standard syslog configuration
instructions found in your system's documentation. If you have syslog
logging enabled you will see entries such as
Mar 3 15:26:30 rkive ftpd[27207]: VirtualFTP Connect to: xxx.xxx.xxx.xxx
This will enable you to determine which virtual server the logs
pertain to.
------------------------------
Subject: 8. Setting up other support files
The message files need to be inside the anonymous ftp hierarchy so
that they can be used after the chroot to the virtual server's ftp
directory. (deny, welcome, etc.)
You need to customize the banners and welcome messages...
------------------------------
Subject: 9. ftpaccess access information that should be supported but isn't
It would be useful to have the "email" directive supported. Then you
would be able to specify %E in the banner and welcome message files.
Today it is not supported and there is only one email directive allowed.
The "guestserver" directive is not documented in the manpage. It would
useful to be able to use that in a virtual setup.
------------------------------
Subject: 10. Shutting down your virtual FTP servers
At the present time use the ftpshut/ftprestart programs I put
together. They should appear in the baselined code in the future.
You can grab a copy from
ftp://ftp.landfield.com/wu-ftpd/restart/restart.shar
In order to support the proper shutting down of your server, you need to
assure that the shutdown message file is in both the real user and
anonymous user ftp areas. The location of the shutdown mesage file is
specified in the ftpaccess file "shutdown" directive.
The changes to 'ftpshut.c' and the new utility 'ftprestart' implement a
means of shutting down the system that makes it convenient for the admin
and does not require that you leave unresovled sybolic links scattered
around your filesystems.
ftpshut.c changes
------------------
The copy of ftpshut.c supports shutting down the server for both
real users as well as guest accounts. It also supports virtual
FTP servers.
Configurations:
- FTPD server setup with no anonymous ftp support and NO virtual servers
setup then the changes to ftpshut have no effect. The shutdown message
file specified in the shutdown directive is created as before.
- FTPD server setup WITH anonymous ftp support and NO virtual servers
setup, ftpshut creates the shutdown message file at the location
specified in the shutdown directive and also creates the message file
in the anonymous FTP area. This allows automated support for both real
users and guest accounts.
- FTPD server setup WITH anonymous ftp support and WITH virtual servers
setup, ftpshut acts as above and additionally creates the shutdown
message file in the virtual FTP directories specified in the ftpaccess
file. This allows shutdown support for virtual servers as well.
------------------ Example segment ------------------
shutdown /etc/shutmsg
# Virtual Server at 10.10.10.2 (ftp.some.domain)
virtual 10.10.10.2 root /servers/some.domain/ftp
virtual 10.10.10.2 banner /servers/some.domain/ftp/etc/msgs/banner.msg
virtual 10.10.10.2 logfile /var/log/servers/some.domain/xferlog
# Virtual Server at 10.10.10.10 (ftp.someother.domain)
virtual 10.10.10.10 root /servers/someother.domain/ftp
virtual 10.10.10.10 banner /servers/someother.domain/ftp/etc/msgs/banner.msg
virtual 10.10.10.10 logfile /var/log/servers/someother.domain/xferlog
------------------
Shutdown message files are created at
/etc/shutmsg
/servers/some.domain/ftp/etc/shutmsg
/servers/someother.domain/ftp/etc/shutmsg
------------------------------
Subject: 11. Restarting your shutdown virtual FTP servers
ftprestart is used when you are ready to re-enable your FTP server.
It does the opposite of ftpshut and removes shutdown message files
that were created by ftpshut. It will remove the system-wide shutdown
message file as well as the shutdown message files in the anonymous
ftp areas and any virtual ftp server areas.
Sample output:
ftprestart: /servers/some.domain/ftp/etc/shutmsg removed.
ftprestart: /servers/someother.domain/ftp/etc/shutmsg removed.
ftprestart: /etc/shutmsg removed.
------------------------------
Subject: 12. Testing your config.
------------------------------
Subject: 13. Quick checklist
------------------------------
Subject: 14. Disclaimer
This document describes the virtual FTP server support available in
Academ version of wu-ftpd 2.4 Release 2 Beta 10 on. I do not warrant
the descriptions and instructions in this document. Use it AT YOUR OWN
RISK. This is only meant as a shortcut to having to try everything to
see what works. If it causes your computer to blow up, TOUGH!
The virtual ftp server support was initially added by Brian Kramer
<
[email protected]>. Modifications to provide for discrete
xferlogs for each server provided by Marc G. Fournier <
[email protected]>
From
[email protected] Thu Mar 13 11:32:49 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA03874; Thu, 13 Mar 1997 11:32:47 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA12953;
Thu, 13 Mar 1997 11:30:43 -0600 (CST)
Received: from hustle.rahul.net (hustle.rahul.net [192.160.13.2])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA05155
for <
[email protected]>; Thu, 13 Mar 1997 11:26:25 -0600 (CST)
Received: from raw.lionheart.com by hustle.rahul.net with BSMTP id AA25929
(5.67b8/IDA-1.5 for <
[email protected]>); Thu, 13 Mar 1997 09:17:52 -0800
Received: from bard by raw.lionheart.com with uucp
(Smail3.1.28.1 #17) id m0w5Dz9-000SUaC; Thu, 13 Mar 97 09:08 PST
Received: by bard (4.1/SMI-4.1)
id AA22150; Thu, 13 Mar 97 09:02:30 PST
Message-Id: <9703131702.AA22150@bard>
Date: Thu, 13 Mar 1997 09:02:30 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Keith Iverson)
To:
[email protected]
Subject: unsubscribe
Content-Type: text
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
From
[email protected] Thu Mar 13 11:40:58 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA03988; Thu, 13 Mar 1997 11:40:57 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA13011;
Thu, 13 Mar 1997 11:38:45 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id LAA12489
for <
[email protected]>; Thu, 13 Mar 1997 11:36:20 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id KAA09221;
Thu, 13 Mar 1997 10:59:29 -0600
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 10:59:28 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: "Steven K. Buehler" <
[email protected]>
Cc:
[email protected]
Subject: Re: virtual ftp
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
You need to get the latest distribution (below) and read the virtual how
in its root directory.
-- Michael
On Thu, 13 Mar 1997, Steven K. Buehler wrote:
> the list. Now my problem is this. I have several virtual domains on my
> server and some of them want their own ftp areas so that when you
> anonymous ftp to the site mydomain.com (the virtual domain), you won't
> get the main servers anonymous ftp area. I hope that makes since. If
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-12.tar.Z
wu-ftpd FAQ:
http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
wu-ftpd list archive:
http://www.landfield.com/wu-ftpd/mail-archive/
There are additional security references in the above docs.
From
[email protected] Thu Mar 13 12:19:34 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA04304; Thu, 13 Mar 1997 12:19:33 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA15965;
Thu, 13 Mar 1997 12:18:24 -0600 (CST)
Received: from cucan.cas.Vanderbilt.Edu (
[email protected] [129.59.205.148])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA17294
for <
[email protected]>; Thu, 13 Mar 1997 12:17:16 -0600 (CST)
Received: from cucan.cas.Vanderbilt.Edu (cucan.cas.Vanderbilt.Edu [129.59.205.148])
by cucan.cas.Vanderbilt.Edu (8.8.5/8.8.5) with SMTP id MAA20406
for <
[email protected]>; Thu, 13 Mar 1997 12:12:04 -0600 (CST)
Message-Id: <Pine.SGI.3.96.970313121052.20226E-100000@cucan.cas.Vanderbilt.Edu>
Date: Thu, 13 Mar 1997 12:12:04 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Sergei V. Rousakov" <
[email protected]>
To:
[email protected]
Subject: Re: virtual ftp
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
:This is the location for the latest wu-ftpd. You can't see the
:directory contents, but get the file anyway. It's there.
:
:
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-12.tar.Z
:
I believe that
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-13.tar.Z
is out. At least it is what I found there.
-Sergei
From
[email protected] Thu Mar 13 12:24:49 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA04324; Thu, 13 Mar 1997 12:24:48 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA18071;
Thu, 13 Mar 1997 12:23:50 -0600 (CST)
Received: from cucan.cas.Vanderbilt.Edu (
[email protected] [129.59.205.148])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA16866
for <
[email protected]>; Thu, 13 Mar 1997 12:19:37 -0600 (CST)
Received: from cucan.cas.Vanderbilt.Edu (cucan.cas.Vanderbilt.Edu [129.59.205.148])
by cucan.cas.Vanderbilt.Edu (8.8.5/8.8.5) with SMTP id MAA20400
for <
[email protected]>; Thu, 13 Mar 1997 12:09:25 -0600 (CST)
Message-Id: <Pine.SGI.3.96.970313115637.20226D-100000@cucan.cas.Vanderbilt.Edu>
Date: Thu, 13 Mar 1997 12:09:25 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Sergei V. Rousakov" <
[email protected]>
To:
[email protected]
Subject: Re: virtual ftp - FAQ draft
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Thu, 13 Mar 1997, Kent Landfield wrote:
:=========================================================================
:
:Draft FAQ: Supporting Virtual Servers in WU-FTPD:
:
[snip] [snip] [snip]
:------------------------------
:
:Subject: 3. Configuring IP Address Aliases
:
: You have to be able to setup alias IP addresses in order for this
: to work. Linux and BSDI, SGI, Solaris 2.5* and other support this.
: Check your documentation for ifconfig for your specific systems.
[snip]
:
: [ NOTE: I'd like to put in other systems info here ]
: [ if people would be kind enough to send them to me. ]
:
Configuring IP Aliases on SGI:
1. Login as root
2. edit /etc/hosts to include IP address and the name of the virtual server
3. edit /etc/config/ipaliases.options using comments in that file as a
template:
ec0 192.111.26.51 netmask 0xffffff00 broadcast 192.111.26.255
or
ec0 foobar netmask 0xffffff00 broadcast 192.111.26.255
4. /etc/chkconfig -f ipaliases on
5. reboot
6. use netstat or ping to check if it is running.
From
[email protected] Thu Mar 13 13:34:18 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA04574; Thu, 13 Mar 1997 13:34:17 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA22078;
Thu, 13 Mar 1997 13:32:48 -0600 (CST)
Received: from sbcomp.com ([207.150.14.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA21597
for <
[email protected]>; Thu, 13 Mar 1997 13:26:47 -0600 (CST)
Received: from skb (rockford22.inwave.com [206.190.10.122])
by sbcomp.com (8.8.4/8.8.4) with SMTP
id NAA00813; Thu, 13 Mar 1997 13:27:00 -0600 (CST)
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 13:23:06 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Steven K. Buehler" <
[email protected]>
To:
[email protected], Kent Landfield <
[email protected]>
Subject: Re: virtual ftp - FAQ draft
In-Reply-To: <
[email protected]>
References: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Thanks to Kent and the rest of you that replied to me on this. Your help was greatly appreciated and I have now got it up and running perfectly.
Thanks
Steve
At 11:26 AM 3/13/97 -0600, Kent Landfield wrote:
>#
># I hope that someone can help me with this one. I have ftp up and
># running and my other problems fixed thanks to a couple of people from the
># list. Now my problem is this. I have several virtual domains on my server
># and some of them want their own ftp areas so that when you anonymous ftp to
># the site mydomain.com (the virtual domain), you won't get the main servers
># anonymous ftp area. I hope that makes since. If anybody has done this,
># please let me know how. I haven't found any documentation on it and if
># there is some, I would be happy if someone could point me to it. I am
># using wu-ftpd2.4
>
>First, get the latest BETA version...
>
>OK... This is not ready yet but it is a start... I am doing this for
>support locally but I will make it available in a cleaner version later.
>For now it is just a dump... If anyone wants to contribute to it or
>point out my errors... ;-) Feel free.
>
>--
>Kent Landfield Phone: 1-817-545-2502
>The Landfield Group FAX: 1-817-545-7650
>Email:
[email protected] http://www.landfield.com/
>Please send comp.sources.misc related mail to
[email protected].
>Search the Usenet Hypertext FAQ Archive at
http://www.landfield.com/faqs/
>=========================================================================
>
>Draft FAQ: Supporting Virtual Servers in WU-FTPD:
======================================================
Steven K. Buehler
S & B Computers
Rockford Illinois, USA
Phone: 815-398-7169
Fax: 815-398-7266
======================================================
From
[email protected] Thu Mar 13 13:38:41 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA04622; Thu, 13 Mar 1997 13:38:40 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA22655;
Thu, 13 Mar 1997 13:37:34 -0600 (CST)
Received: from dune.artic.edu (dune.artic.edu [198.40.30.132])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA22131
for <
[email protected]>; Thu, 13 Mar 1997 13:33:45 -0600 (CST)
Received: from [198.40.24.94] (2494.artic.edu [198.40.24.94])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id NAA09641 for <
[email protected]>; Thu, 13 Mar 1997 13:34:03 -0600 (CST)
Message-Id: <l0302090aaf4dfd9549c4@[198.40.24.94]>
Date: Thu, 13 Mar 1997 13:32:08 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: virtual ftp - FAQ draft
In-Reply-To: <
[email protected]>
References: <
[email protected]> from "Steven K.
Buehler" at Mar 13, 97 10:34:50 am
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>Subject: 9. ftpaccess access information that should be supported but isn't
>
> It would be useful to have the "email" directive supported. Then you
> would be able to specify %E in the banner and welcome message files.
> Today it is not supported and there is only one email directive allowed.
>
> The "guestserver" directive is not documented in the manpage. It would
> useful to be able to use that in a virtual setup.
I've a way you can use virtual ftp and support the
e-mail directive
upload directive (very useful for setting ownership and permissions)
& probably guestserver (I'm not familar with that one) and lots of other
directives too, (different classes, etc., I'm using the e-mail and upload
directives on my virtual ftp servers.)
Instructions (a little loose for an exact step by step, but it's a start):
Read all of these instructions before starting.
Get the ftpaccess patch from
ftp://ftp.meme.com/pub/software/wu-ftpd-2.4.2/. It's there as a tar file,
a gzipped tar file, a rpm file, and just a directory with the patch and a
README. (I haven't tried this patch with beta 12 or beta 13, it works on
beta 11. Contact me if you have any problems in later releases and I'll
fix it.) Read the README and put the patch in with patch.
Recompile and re-install wu-ftpd.
You now have a ftpd that will take an argument to -a, the path to the
ftpaccess file.
Get a copy of tcpwrappers (one can be found at
ftp://coast.cs.purdue.edu/pub/tools/unix/tcp_wrappers. I'd like to know
the offical distribution point, but haven't taken the time to find it. If
you know, drop me a note.). (Every system providing services to the net
should have a copy of this anyhow.) Read the directions. Compile it with
full options so the TWIST command will work. Install it. (If you're using
Redhat Linux, it comes with tcpwrappers ready to go.)
Configure your virtual servers: Make /etc/ftpaccess a directory, put
different ftpaccess files into it, using file names of your choosing.
Remove the virtual directives and anything else needed by the virtual
servers from the old /etc/ftpaccess file and move it into /etc/ftpaccess.
Each virtual server can have it's own ftpaccess file, or they can share.
The different ftpaccess files can contain completly different sets of
directives as each configuration file can configure a single virtual
server. The ftpaccess file of a virtual server dosen't need to have any
configuration directives not used by that virtual server, so it dosen't
need virtual commands for any of the other virtual servers and it dosen't
need class directives or whatnot used only by the regular ftp server.
Use tcpwrappers to give ftpd a different command line for each virtual
server, directing each virtual server to the appropritate ftpaccess file:
Modify /etc/inetd.conf to invoke tcpwrapper. On my system the new line for
the ftp port looks like:
ftp stream tcp nowait root /usr/sbin/tcpd /usr/local/sbin/ftpd
Add a line to /etc/hosts.allow for the real ftp server and for each virtual
ftp server. Use the -a option to tell ftpd which ftpaccess file to use for
each server. On my system a typical line looks like:
[email protected] : ALL : twist exec /usr/local/sbin/ftpd -l -a
/etc/ftpacces
s/x.meme.com
Note that the ip number is the ip number used by the ftp server, the same
as that in the ftpaccess virtual directive.
Note: with an "ftproot" directive to tell the ftp server a path to use as
root for anonymous ftp access, the virtual directives become completely
unnecessary. This would be handy because it would reduce the spattering of
ip numbers about the system (and simplfy the ftpd code.)
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Thu Mar 13 13:50:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA04664; Thu, 13 Mar 1997 13:50:00 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA21633;
Thu, 13 Mar 1997 13:48:36 -0600 (CST)
Received: from cucan.cas.Vanderbilt.Edu (
[email protected] [129.59.205.148])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA23841
for <
[email protected]>; Thu, 13 Mar 1997 13:47:12 -0600 (CST)
Received: from cucan.cas.Vanderbilt.Edu (cucan.cas.Vanderbilt.Edu [129.59.205.148])
by cucan.cas.Vanderbilt.Edu (8.8.5/8.8.5) with SMTP id NAA20640
for <
[email protected]>; Thu, 13 Mar 1997 13:43:16 -0600 (CST)
Message-Id: <Pine.SGI.3.96.970313133811.20523A-100000@cucan.cas.Vanderbilt.Edu>
Date: Thu, 13 Mar 1997 13:43:16 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Sergei V. Rousakov" <
[email protected]>
To:
[email protected]
Subject: Re: FAQ draft - guestserver
In-Reply-To: <l0302090aaf4dfd9549c4@[198.40.24.94]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
: probably guestserver (I'm not familar with that one) and lots of other
:directives too, (different classes, etc., I'm using the e-mail and upload
As for guestserver:
>From ftpd.c source:
/*
** Algorithm used:
** - if no "guestserver" directive is present, -- Sergei Rousakov,
** anonymous access is allowed, for backward compatibility.
** - if a "guestserver" directive is present,
** anonymous access is restricted to the machines listed,
** usually the machine whose CNAME on the current domain
** is "ftp"...
**
** the format of the "guestserver" line is
** guestserver [<machine1> [<machineN>]]
** that is, "guestserver" will forbid anonymous access on all
machines
** while "guestserver ftp inf" will allow anonymous access on
** the two machines whose CNAMES are "ftp.enst.fr" and
"inf.enst.fr".
**
** if anonymous access is denied on the current machine,
** the user will be asked to use the first machine listed (if any)
** on the "guestserver" line instead:
** 530- Guest login not allowed on this machine,
** connect to ftp.enst.fr instead.
**
** -- <
[email protected]>
*/
You need just add guestserver to your ftpaccess file.
-Sergei
--
Sergei Rousakov, Computer Systems Analyst Email:
[email protected]
Microcomputer Lab, College of A&S Phone: (615)343-4129
Vanderbilt University Fax: (615)322-4977
From
[email protected] Thu Mar 13 14:12:11 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA04784; Thu, 13 Mar 1997 14:12:10 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA25781;
Thu, 13 Mar 1997 14:11:08 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA19726
for <
[email protected]>; Thu, 13 Mar 1997 14:05:41 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id UAA03924
for
[email protected]; Thu, 13 Mar 1997 20:01:46 GMT
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 20:01:46 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Re: wuftpd on solaris 2.5
In-Reply-To: <c=US%a=_%p=SprintPCS%l=USKMESSOA023-970313163933Z-32833@uskmessoa002.sprintspectrum.com> from "Cox, Terry" at Mar 13, 97 10:39:33 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I copyed all the libraries to /usr/lib then symlinked /usr/lib /lib just to be
safe.
James
Ps: As to the person who could not get wuftpd to work on solaris 2.4 question
has been answered already this month, its in the mail archives. I guess we
need someone to write a step by step faq.
Pps: have you changed your inetd.conf, have you created the ftp user and have
you installed the appropriate /etc files?
From
[email protected] Thu Mar 13 14:23:54 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA04862; Thu, 13 Mar 1997 14:23:53 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA26405;
Thu, 13 Mar 1997 14:22:31 -0600 (CST)
Received: from relay7.UU.NET (relay7.UU.NET [192.48.96.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA26209
for <
[email protected]>; Thu, 13 Mar 1997 14:17:44 -0600 (CST)
Received: from ntplx.net by relay7.UU.NET with SMTP
(peer crosschecked as: jumbo.ntplx.net [204.213.176.6])
id QQcgsv25729; Thu, 13 Mar 1997 15:17:57 -0500 (EST)
Received: from tmsdesign.com by ntplx.net (4.1/NETPLEX-2.3.1)
id AA21501; Thu, 13 Mar 97 15:17:41 EST
Received: from 208.0.200.10 (karl.tmsdesign.com [208.0.200.10]) by tmsdesign.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via SMTP id PAA05529 for <
[email protected]>; Thu, 13 Mar 1997 15:15:28 -0500
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 15:18:00 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Karl Hubner <
[email protected]>
To:
[email protected]
Subject: Re: Bandwidth Throttling
References: <
[email protected]> <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01Gold (Macintosh; I; PPC)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I saw your posting to Chris and I know what it's like trying to get
executables for IRIX.
Here are the one's I've been using for a couple of months. They work
except for the time (it shows GMT). I've been too busy to recompile.
When I do I'll drop you a line (if you like).
ftp://ftp.tmsdesign.com/private/irixwu.tar.gz
Good Luck,
karl
Iqbal Gandham wrote:
>
> Hi Chris
>
> Do you know where I can get a already built copy of wu-ftpd2.4....
> for IRIX6.2.
>
> The problem I am having is that I do not have a C compiler, I could use
> gnu, but I have been told that gnu will not work without some libraries
> or something (I am not good in C).
>
> Any Ideas..
>
> Thanks Iqbal
From
[email protected] Thu Mar 13 14:24:12 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA04877; Thu, 13 Mar 1997 14:24:10 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA25259;
Thu, 13 Mar 1997 14:23:18 -0600 (CST)
Received: from kaat.tcad.ee.ufl.edu ([128.227.241.8])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA26269
for <
[email protected]>; Thu, 13 Mar 1997 14:21:13 -0600 (CST)
Received: from tec.ufl.edu by kaat.tcad.ee.ufl.edu (SMI-8.6/4.09)
id PAA06535; Thu, 13 Mar 1997 15:20:37 -0500
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 15:20:37 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Faisal Hameed (KR) <
[email protected]>
To:
[email protected]
Subject: Re: wuftpd on solaris 2.5
In-Reply-To: Your message of "Thu, 13 Mar 1997 20:01:46 GMT."
<
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: exmh version 1.6.9 8/22/96
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
After much struggle I got the ls to work by statically recompiling
the ls command but now I can't seem to get in. I was able to
get in one time but now I have no ftpaccess file to disallow
any users for testing and I have tried "kill -HUP pid of inetd"
to restart it but it just won't let anyone in.
fh@face:/home/face1/fh/tmp1/wu-ftpd-2.4/doc/examples> ftp face.tec.ufl.edu
Connected to face.
220 face FTP server (Version wu-2.4(2) Wed Mar 12 15:46:52 EST 1997) ready.
Name (face.tec.ufl.edu:fh): fh
530 User fh access denied....
Login failed.
ftp> quit
221 Goodbye.
Any help is appreciated ...
From
[email protected] Thu Mar 13 14:29:11 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA04898; Thu, 13 Mar 1997 14:29:10 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA27107;
Thu, 13 Mar 1997 14:28:13 -0600 (CST)
Received: from goon.stg.brown.edu (
[email protected] [128.148.157.19])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA26337
for <
[email protected]>; Thu, 13 Mar 1997 14:24:53 -0600 (CST)
Received: from goon.stg.brown.edu (localhost [127.0.0.1])
by goon.stg.brown.edu (8.8.5/8.8.5) with ESMTP id PAA01525
for <
[email protected]>; Thu, 13 Mar 1997 15:24:47 -0500
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 15:24:45 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Richard L. Goerwitz" <
[email protected]>
To:
[email protected]
Subject: Re: virtual ftp - FAQ draft
In-Reply-To: Your message of "Thu, 13 Mar 1997 13:23:06 CST."
<
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: exmh version 1.6.9 05/05/96
X-Url:
http://www.stg.brown.edu/stg/staff_pages/richard.html
X-Face: #,bgOf7[Z5["^1[?.)k?^vYpV4**Cxrg2'At1vp{+k$#Q-}p?y`'4x8*SscV,hjGeIU&
0+&e}eRQL/rR'|@y|r[l2?Z#KJ$h-u$vgK6<QO24yaM(2b"hG^})4%nx5$X6h#beJf(Hx
m,6V*5)mhg+vL%A"B6N]hNDFP},C8/M6Mk.}"5;<1;):c_-S1gX6-^=*MqW$T}[mY*2\d&
d;77(fvjqy~?XI-2K?&\s8vEjp]4p/R$lcPE>j
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Could you maybe re-post to the list directions, telling us what you did?
--
Richard Goerwitz
PGP key fingerprint: C1 3E F4 23 7C 33 51 8D 3B 88 53 57 56 0D 38 A0
For more info (mail, phone, fax no.): finger
[email protected]
From
[email protected] Thu Mar 13 14:40:49 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA05009; Thu, 13 Mar 1997 14:40:48 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA26721;
Thu, 13 Mar 1997 14:39:35 -0600 (CST)
Received: from landfield.com (rkive.landfield.com [208.196.145.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA24762
for <
[email protected]>; Thu, 13 Mar 1997 14:36:05 -0600 (CST)
Received: (from root@localhost) by landfield.com (8.7.5/8.7.3) id OAA04987 for
[email protected]; Thu, 13 Mar 1997 14:36:41 -0600 (CST)
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 14:36:40 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Kent Landfield <
[email protected]>
To:
[email protected]
Subject: Re: virtual ftp - FAQ draft
In-Reply-To: <Pine.SGI.3.96.970313115637.20226D-100000@cucan.cas.Vanderbilt.Edu> from "Sergei V. Rousakov" at Mar 13, 97 12:09:25 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Thanks Sergei. It's been added.
# :Draft FAQ: Supporting Virtual Servers in WU-FTPD:
# :Subject: 3. Configuring IP Address Aliases
# :
# : You have to be able to setup alias IP addresses in order for this
# : to work. Linux and BSDI, SGI, Solaris 2.5* and other support this.
# : Check your documentation for ifconfig for your specific systems.
# [snip]
# :
# : [ NOTE: I'd like to put in other systems info here ]
# : [ if people would be kind enough to send them to me. ]
--
Kent Landfield Phone: 1-817-545-2502
The Landfield Group FAX: 1-817-545-7650
Email:
[email protected] http://www.landfield.com/
Please send comp.sources.misc related mail to
[email protected].
Search the Usenet Hypertext FAQ Archive at
http://www.landfield.com/faqs/
From
[email protected] Thu Mar 13 14:41:58 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA05025; Thu, 13 Mar 1997 14:41:54 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA27992;
Thu, 13 Mar 1997 14:41:01 -0600 (CST)
Received: from calzone.oit.unc.edu (fddisunsite.oit.unc.edu [152.2.254.81])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA24907
for <
[email protected]>; Thu, 13 Mar 1997 14:37:26 -0600 (CST)
Received: from yangtze.oit.unc.edu (yangtze.oit.unc.edu [152.2.22.118])
by calzone.oit.unc.edu (8.8.5/8.8.5) with ESMTP id PAA16641
for <
[email protected]>; Thu, 13 Mar 1997 15:37:24 -0500 (EST)
Received: from localhost (balld@localhost)
by yangtze.oit.unc.edu (8.8.4/8.8.4) with SMTP
id PAA14415 for <
[email protected]>; Thu, 13 Mar 1997 15:37:24 -0500
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 15:37:24 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Donald Ball <
[email protected]>
To:
[email protected]
Subject: fcntl lock of pid file failed?
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: yangtze.oit.unc.edu: balld owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
We're running beta12 on Solaris 2.5.1 and I just noticed a _lot_ of these
messages in syslog. Any clue what's up?
Mar 13 13:57:48 calzone ftpd[17849]: sleeping: fcntl lock of pid file
failed: Resource temporarily unavailable
- donald
From
[email protected] Thu Mar 13 14:53:03 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA05101; Thu, 13 Mar 1997 14:53:01 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA28796;
Thu, 13 Mar 1997 14:51:29 -0600 (CST)
Received: from siggy.iceonline.com (siggy.iceonline.com [204.191.208.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA28503
for <
[email protected]>; Thu, 13 Mar 1997 14:47:27 -0600 (CST)
Received: by siggy.iceonline.com (940816.SGI.8.6.9/940406.SGI)
for
[email protected] id MAA08348; Thu, 13 Mar 1997 12:47:26 -0800
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 12:47:25 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Chris Brown)
To:
[email protected]
Subject: Re: fcntl lock of pid file failed?
In-Reply-To: <
[email protected]> from "Donald Ball" at Mar 13, 97 03:37:24 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>
> We're running beta12 on Solaris 2.5.1 and I just noticed a _lot_ of these
> messages in syslog. Any clue what's up?
>
> Mar 13 13:57:48 calzone ftpd[17849]: sleeping: fcntl lock of pid file
> failed: Resource temporarily unavailable
It's normal. The code deals with this problem by sleeping. You may want to
mask it out of your log files with a filter though.
Chris...
From
[email protected] Thu Mar 13 15:14:40 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA05198; Thu, 13 Mar 1997 15:14:39 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA30740;
Thu, 13 Mar 1997 15:13:24 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA29436
for <
[email protected]>; Thu, 13 Mar 1997 15:09:59 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id QAA22611
for
[email protected]; Thu, 13 Mar 1997 16:09:50 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 16:09:50 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: fcntl lock of pid file failed?
In-Reply-To: <
[email protected]> from "Chris Brown" at Mar 13, 97 12:47:25 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Salut A Vous, O Grand Manitou Chris Brown !!
> >
> > We're running beta12 on Solaris 2.5.1 and I just noticed a _lot_ of these
> > messages in syslog. Any clue what's up?
> >
> > Mar 13 13:57:48 calzone ftpd[17849]: sleeping: fcntl lock of pid file
> > failed: Resource temporarily unavailable
>
> It's normal.
I wouldn't not say normal if you have _a lot_ of this from the same process
It's probably 'stuck', you'll have to kill the process by hand.
> The code deals with this problem by sleeping.
IMHO deals with it the wrong way
> You may want to mask it out of your log files with a filter though.
it also a good sign that something is wrong i.e too many connections
NFS going bezerk .. what ever. In breif once a while is fine but
clobbering syslog is worth investigating.
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Thu Mar 13 15:25:45 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA05245; Thu, 13 Mar 1997 15:25:44 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA31575;
Thu, 13 Mar 1997 15:24:39 -0600 (CST)
Received: from donald.phast.umass.edu (donald.phast.umass.edu [128.119.50.134])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA31583
for <
[email protected]>; Thu, 13 Mar 1997 15:24:03 -0600 (CST)
Received: (from jake@localhost) by donald.phast.umass.edu (8.8.4/8.6.9) id QAA04269 for
[email protected]; Thu, 13 Mar 1997 16:24:19 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 16:24:17 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Jake Cunningham" <
[email protected]>
To:
[email protected]
Subject: Re: fcntl lock of pid file failed?
In-Reply-To: <
[email protected]> from "Donald Ball" at Mar 13, 97 03:37:24 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I've had the same problem, It's not something to be ignored.
The ftp service locks up and no-one is able to ftp in.
The only way I can get it to stop is to kil the active ftp processes
and kill -HUP the init daemon.
Has anyone found a work around ???
Jake
* - - - - * - - - - * - - - - * - - - - * - - * - - *
| Jake Cunningham |
System Administrator Phone: (413) 577-0450
* Five College Radio Astronomy Department Fax : (413) 545-4223 *
University of Massachusetts, Amherst Office: LGRC Room 517P
|
[email protected] |
* - - - - * - - - - * - - - - * - - - - * - - * - - *
From
[email protected] Thu Mar 13 15:44:55 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA05367; Thu, 13 Mar 1997 15:44:52 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA32340;
Thu, 13 Mar 1997 15:42:14 -0600 (CST)
Received: from hustle.rahul.net (hustle.rahul.net [192.160.13.2])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA31328
for <
[email protected]>; Thu, 13 Mar 1997 15:37:44 -0600 (CST)
Received: from raw.lionheart.com by hustle.rahul.net with BSMTP id AA22976
(5.67b8/IDA-1.5 for <
[email protected]>); Thu, 13 Mar 1997 13:37:42 -0800
Received: from bard by raw.lionheart.com with uucp
(Smail3.1.28.1 #17) id m0w5I2U-000SUZC; Thu, 13 Mar 97 13:27 PST
Received: by bard (4.1/SMI-4.1)
id AA24191; Thu, 13 Mar 97 13:22:57 PST
Message-Id: <9703132122.AA24191@bard>
Date: Thu, 13 Mar 1997 13:22:57 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Keith Iverson)
To:
[email protected]
Subject: How to unsubscribe?
Content-Type: text
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I've seen alot of requests in the past on how to unsubscribe to this list
that I wish I had paid attention to now that I'd like to remove myself.
Would someone please tell me how I get OFF THIS CRAZY THING!
thanks,
Keith Iverson
From
[email protected] Thu Mar 13 15:48:39 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA05388; Thu, 13 Mar 1997 15:48:38 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA00895;
Thu, 13 Mar 1997 15:45:39 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA30183
for <
[email protected]>; Thu, 13 Mar 1997 15:38:36 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id QAA22986
for
[email protected]; Thu, 13 Mar 1997 16:38:36 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 16:38:35 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: fcntl lock of pid file failed?
In-Reply-To: <
[email protected]> from "Jake Cunningham" at Mar 13, 97 04:24:17 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Salut A Vous, O Grand Manitou Jake Cunningham !!
> I've had the same problem, It's not something to be ignored.
> The ftp service locks up and no-one is able to ftp in.
> The only way I can get it to stop is to kil the active ftp processes
> and kill -HUP the init daemon.
> Has anyone found a work around ???
it's not exactly a work around, I've change the code
to allow a fix number of iterations, about 300 secs which
is infinity to any normal human :-) then give up and bail out.
_PATHPIDNAMES may be in a funny state .i.e wrong count
of limit
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Thu Mar 13 15:55:39 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA05520; Thu, 13 Mar 1997 15:55:37 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA00282;
Thu, 13 Mar 1997 15:53:24 -0600 (CST)
Received: from calzone.oit.unc.edu (fddisunsite.oit.unc.edu [152.2.254.81])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA31874
for <
[email protected]>; Thu, 13 Mar 1997 15:49:49 -0600 (CST)
Received: from yangtze.oit.unc.edu (yangtze.oit.unc.edu [152.2.22.118])
by calzone.oit.unc.edu (8.8.5/8.8.5) with ESMTP id QAA06510
for <
[email protected]>; Thu, 13 Mar 1997 16:49:35 -0500 (EST)
Received: from localhost (balld@localhost)
by yangtze.oit.unc.edu (8.8.4/8.8.4) with SMTP
id QAA14654 for <
[email protected]>; Thu, 13 Mar 1997 16:49:34 -0500
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 16:49:34 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Donald Ball <
[email protected]>
To:
[email protected]
Subject: Re: fcntl lock of pid file failed?
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: yangtze.oit.unc.edu: balld owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> > > Mar 13 13:57:48 calzone ftpd[17849]: sleeping: fcntl lock of pid file
> > > failed: Resource temporarily unavailable
> >
> > It's normal.
>
> I wouldn't not say normal if you have _a lot_ of this from the same process
> It's probably 'stuck', you'll have to kill the process by hand.
About 150 an hour, from lots of different processes, not the same one over
and over. Typically we handle 150,000 transactions per day, so only a
small fraction of the ftpds run into this problem. Just curious, it
doesn't seem to be harming anything.
- donald
From
[email protected] Thu Mar 13 15:58:39 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA05545; Thu, 13 Mar 1997 15:58:37 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA31647;
Thu, 13 Mar 1997 15:55:53 -0600 (CST)
Received: from tecsun1.tec.army.mil (tec.army.mil [192.12.124.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA30341
for <
[email protected]>; Thu, 13 Mar 1997 15:51:52 -0600 (CST)
Received: from curly.tec.army.mil (curly.tec.army.mil [206.37.31.137]) by tecsun1.tec.army.mil (8.7.5/8.7.3) with SMTP id QAA01114 for <
[email protected]>; Thu, 13 Mar 1997 16:46:27 -0500 (EST)
Received: from moe.army.mil by curly.tec.army.mil (SMI-8.6/SMI-SVR4)
id QAA13159; Thu, 13 Mar 1997 16:55:04 -0500
Received: by moe.army.mil (SMI-8.6/SMI-SVR4)
id QAA09272; Thu, 13 Mar 1997 16:54:39 -0500
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 16:54:39 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William E. Diego)
To:
[email protected]
Subject: Re: How to unsubscribe?
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Sorry Keith, you are stuck here for(;;).
Seriously, try:
To signoff from the list, email to
[email protected] with the following request:
signoff WU-FTPD
or
unsubscribe WU-FTPD
Cheers,
-bd
> From
[email protected] Thu Mar 13 16:51:46 1997
> Date: Thu, 13 Mar 1997 13:22:57 -0800 (PST)
> Reply-To:
[email protected]
> Sender:
[email protected]
> From:
[email protected] (Keith Iverson)
> To:
[email protected]
> Subject: How to unsubscribe?
> Content-Type: text
> X-Mailer: ELM [version 2.4 PL23]
> X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
> Content-Length: 229
>
> I've seen alot of requests in the past on how to unsubscribe to this list
> that I wish I had paid attention to now that I'd like to remove myself.
> Would someone please tell me how I get OFF THIS CRAZY THING!
> thanks,
> Keith Iverson
>
From
[email protected] Thu Mar 13 16:15:31 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA05649; Thu, 13 Mar 1997 16:15:30 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA02915;
Thu, 13 Mar 1997 16:10:54 -0600 (CST)
Received: from jhereg.perl.com (perl.com [199.45.129.30])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA03313
for <
[email protected]>; Thu, 13 Mar 1997 16:06:04 -0600 (CST)
Received: from jhereg (localhost [127.0.0.1]) by jhereg.perl.com (8.7.4/8.7.3) with ESMTP id PAA27923; Thu, 13 Mar 1997 15:04:38 -0700
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 15:04:38 -0700
Reply-To:
[email protected]
Sender:
[email protected]
From: Tom Christiansen <
[email protected]>
To:
[email protected]
Cc:
[email protected],
[email protected]
Subject: Re: How to unsubscribe?
In-Reply-To: Your message of "Thu, 13 Mar 1997 16:54:39 EST."
<
[email protected]>
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>Sorry Keith, you are stuck here for(;;).
>Seriously, try:
>To signoff from the list, email to
[email protected] with the fo<SNIP>
> signoff WU-FTPD
>or
> unsubscribe WU-FTPD
It would certainly be nice if the
[email protected]
alias would work for this as well. It seems liek all the rest of
the lists I'm on work this way.
--tom
From
[email protected] Thu Mar 13 16:29:59 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA05723; Thu, 13 Mar 1997 16:29:58 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA03201;
Thu, 13 Mar 1997 16:27:43 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA04252
for <
[email protected]>; Thu, 13 Mar 1997 16:26:58 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id WAA04468
for
[email protected]; Thu, 13 Mar 1997 22:22:22 GMT
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 22:22:21 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Re: wuftpd on solaris 2.5
In-Reply-To: <
[email protected]> from "Faisal Hameed" at Mar 13, 97 03:20:37 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>
> After much struggle I got the ls to work by statically recompiling
> the ls command but now I can't seem to get in. I was able to
> get in one time but now I have no ftpaccess file to disallow
> any users for testing and I have tried "kill -HUP pid of inetd"
> to restart it but it just won't let anyone in.
>
>
> fh@face:/home/face1/fh/tmp1/wu-ftpd-2.4/doc/examples> ftp face.tec.ufl.edu
> Connected to face.
> 220 face FTP server (Version wu-2.4(2) Wed Mar 12 15:46:52 EST 1997) ready.
> Name (face.tec.ufl.edu:fh): fh
> 530 User fh access denied....
> Login failed.
> ftp> quit
> 221 Goodbye.
>
> Any help is appreciated ...
create a /etc/ftpaccess file or, run in.ftpd without the -a option
in your inetd.conf
For more information se my solaris 2 installation guide just posted
James
From
[email protected] Thu Mar 13 16:36:55 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA05778; Thu, 13 Mar 1997 16:36:54 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA04807;
Thu, 13 Mar 1997 16:33:29 -0600 (CST)
Received: from sunrise.foobar.co.uk (sunrise.foobar.co.uk [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA29731
for <
[email protected]>; Thu, 13 Mar 1997 16:27:16 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id WAA04396
for
[email protected]; Thu, 13 Mar 1997 22:04:55 GMT
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 22:04:55 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Solaris 2.X installation guide for wu-ftpd 2.4.2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Many people have asked how to install wuftpd on solaris 2.X systems, this is
a step by setup guide. Some of issues may vary between solaris 2 version, if
your solaris 2 version has slight differences please mail me them, I have
assumed a minium level of knowledge, such as being able to ftp file, and
extract tar files, and know how to use an editor.
This guide has no warranty, it may not be correct for your system, it could
even damage it, use at your own risk.
Written by James Hawtin
email:
[email protected]
So far this guide has been tested on,
solaris 2.4 X86
This guide is divided into a number of sections.
1) compiliation and installation
2) setting up anonymous ftp
3) where to go from here.
1.1) what version of wuftpd do you have?
Is your version older than 2.4.2-beta13, if so get a new copy this guide is
designed to work with 2.4.2-beta13
The latest version is
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-13.tar.Z
1.2)
Extract the tar file, and type.
cp /usr/share/man/man1m/in.ftpd.1m ~
This file contains alot of useful help in setting up an ftparchive
build sol
su -
<your root password>
cd <where ever your source directory is>
build install
cd /usr/man
catman -M . -w
1.3)
check your inetd.conf
in should contain the following line, if it contains a different one replace
it.
ftp stream tcp nowait root /usr/sbin/in.ftpd in.ftpd -a
^^ ^^ ^^ ^^ ^^ ^^
^^ These gaps are tabs not spaces.
The -a option is to use the access file. READ THE MAN PAGE ON ftpaccess.
kill -HUP <the process id of inetd>
1.4)
setup the appropriate /etc files,
/etc/ftpusers
The users not permitted to ftp as.
My list contains
-----snip----
root
daemon
bin
sys
adm
lp
smtp
uucp
nuucp
listen
nobody
noaccess
init
-----snip----
/etc/shells
Valid shells for users
My list contains
-----snip----
/usr/bin/sh
/usr/bin/csh
/usr/bin/ksh
/usr/bin/jsh
/bin/sh
/bin/csh
/bin/ksh
/bin/jsh
/sbin/sh
/sbin/jsh
/oolon/local/bin/tcsh
/oolon/local/bin/bash
-----snip----
see the wuftpd documation about these, to get things working just touch the
files, to start with.
/etc/ftpgroups
/etc/ftpaccess
/etc/ftpconversions
/etc/ftphosts
2) setting up anonymous ftp
we are going to setup an anonymous ftp service, using the path /oolon/ftp
to contain the files.
2.1) setup an ftp user
edit /etc/group
add
ftp::<what ever group number you want>:
In my example.
-----snip----
ftp::2010:
-----snip----
edit /etc/passwd
ftp:x:<what ever uid you want>:<your ftp group>:FTP Daemon:/oolon/ftp:/bin/true
in my example
-----snip----
ftp:x:2001:2010:FTP Daemon:/oolon/ftp:/bin/true
-----snip----
edit /etc/shadow
add the line
-----snip----
ftp:*LK*:8668::::::
-----snip----
Ok, now it is impossible to login as the ftp user....
2.2) populating your ftp archive.
mkdir /oolon/ftp
mkdir /oolon/ftp/bin
mkdir /oolon/ftp/dev
mkdir /oolon/ftp/etc
mkdir /oolon/ftp/pub
mkdir /oolon/ftp/usr
mkdir /oolon/ftp/usr/bin
mkdir /oolon/ftp/usr/lib
(in you want uploads)
mkdir /oolon/ftp/pub/incoming
cd /oolon/ftp
ln -s usr/lib lib
ln -s usr/bin bin
2.3) copying in important files
cd usr/bin
cp /usr/bin/ls /usr/bin/compress /usr/bin/tar .
you may also wish to copy gzip in there.
chmod 111 ls compress tar gzip
cd ../usr/lib
PLEASE NOTE YOUR VERSION NUMBERS OF THESE FILES MAY DIFFER
cp /usr/lib/ld.so.1 .
cp /usr/lib/libc.so.1 .
cp /usr/lib/libdl.so.1 .
cp /usr/lib/libintl.so.1 .
cp /usr/lib/libnsl.so.1 .
cp /usr/lib/libsocket.so.1 .
cp /usr/lib/libw.so.1 .
cp /usr/lib/nss_dns.so.1 .
cp /usr/lib/nss_files.so.1 .
cp /usr/lib/nss_nis.so.1 .
cp /usr/lib/nss_nisplus.so.1 .
cp /usr/lib/straddr.so.2 .
chmod 555 *
ln -s ld.so.1 ld.so
ln -s libc.so.1 libc.so
ln -s libdl.so.1 libdl.so
ln -s libintl.so.1 libintl.so
ln -s libnsl.so.1 libnsl.so
ln -s libsocket.so.1 libsocket.so
ln -s libw.so.1 libw.so
ln -s nss_dns.so.1 nss_dns.so
ln -s nss_files.so.1 nss_files.so
ln -s nss_nis.so.1 nss_nis.so
ln -s nss_nisplus.so.1 nss_nisplus.so
ln -s straddr.so.2 straddr.so
cd ../../etc
cp /etc/netconfig .
create a group file with
-----snip----
root::0:
ftp::<ftp group>:
-----snip----
create a passwd file with
-----snip----
root:x:0:0::/:/
ftp:x:<ftp uid>:<ftp group>::/:/
-----snip----
chmod 444 passwd netconfig group
2.4) Now the difficult bit making the devices
ls -alLF /dev/tcp /dev/udp /dev/ticotsord /dev/zero
This will be in the format.
crw-rw-rw- 1 root sys 11, 42 Nov 9 1995 /dev/tcp
crw-rw-rw- 1 root sys 99, 1 Nov 9 1995 /dev/ticotsord
crw-rw-rw- 1 root sys 11, 41 Aug 4 1994 /dev/udp
crw-rw-rw- 1 root sys 13, 12 Aug 4 1994 /dev/zero
This is of the format <major> <minor> for example tcp has a major of 11 and
a minor of 42
cd ../dev
We need to mknod each of the files.
mknod <name> c <major> <minor>
So in my example we need to
mknod tcp c 11 42
mknod ticotsord c 99 11
mknod udp c 11 41
mknod zero c 13 12
chmod 444 zero
chmod 644 tcp udp ticotsord
chown root zero tcp udp ticotsord
chgrp sys zero tcp udp ticotsord
2.5) setting up safer access permissions
chmod 555 usr/lib usr/bin usr etc dev
chmod 755 pub
touch .notar
touch pub/.notar
(in you want uploads)
chmod 777 pub/incoming
2.5) I want to tar, and gz files automagically.
Make sure you have copyed gzip into usr/bin
create a /etc/ftpconversions containing
-----snip----
:.Z: : :/bin/compress -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
: : :.Z:/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
:.gz: : :/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
: : :.gz:/bin/gzip -c %s:T_REG:O_COMPRESS:GZIP
: : :.tar:/bin/tar -cf - %s:T_REG|T_DIR:O_TAR:TAR
: : :.tar.Z:/bin/tar -cZf - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
: : :.tar.gz:/bin/tar -czf - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
-----snip----
make sure your /etc/ftpaccess has something like the following in it.
-----snip----
class all real,guest,anonymous *
limit all 10 Any /etc/msgs/msg.dead
readme README* login
readme README* cwd=*
message /welcome.msg login
message .message cwd=*
compress yes local remote
tar yes local remote
log commands real
log transfers anonymous,real inbound,outbound
shutdown /etc/shutmsg
email user@hostname
-----snip----
I would also sugest your ftpaccess has the following in it
-----snip----
delete no guest,anonymous # delete permission?
overwrite no guest,anonymous # overwrite permission?
rename no guest,anonymous # rename permission?
chmod no anonymous # chmod permission?
umask no anonymous # umask permission?
# restrict uploading in the ftp archive
upload /oolon/ftp * no
upload /oolon/ftp /pub/incoming yes root ftp 0640 nodirs
upload /oolon/ftp /bin no
upload /oolon/ftp /etc no
upload /oolon/ftp /usr no
upload /oolon/ftp /private no
-----snip----
3) Where to go from here.
We should now have a fullying functioning generic ftp archive, the wuftpd
documenation should help you will the rest, have a look at
<wu-ftpd_source_directory>/doc/examples/ftpaccess.heavy and read the
man page on ftpaccess (man ftpaccess)
From
[email protected] Thu Mar 13 16:48:27 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA05867; Thu, 13 Mar 1997 16:48:24 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA03964;
Thu, 13 Mar 1997 16:44:52 -0600 (CST)
Received: from gw3.sprintspectrum.com (
[email protected] [207.40.70.36])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA04264
for <
[email protected]>; Thu, 13 Mar 1997 16:40:21 -0600 (CST)
Received: by gw3.sprintspectrum.com; id QAA11136; Thu, 13 Mar 1997 16:40:20 -0600 (CST)
Received: from uskmessoa002.sprintspectrum.com(208.10.75.12) by gw3.sprintspectrum.com via smap (3.2)
id xma009140; Thu, 13 Mar 97 16:29:46 -0600
Received: by uskmessoa002.sprintspectrum.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.995.13)
id <
[email protected]>; Thu, 13 Mar 1997 16:29:54 -0600
Message-Id: <c=US%a=_%p=SprintPCS%l=USKMESSOA023-970313222951Z-34038@uskmessoa002.sprintspectrum.com>
Date: Thu, 13 Mar 1997 16:29:51 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Cox, Terry" <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: RE: How to unsubscribe?
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.13
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Keith,
I've been thinking about doing the same thing. Can you let me
know..., unless it is posted to the list? Thanks!
Terry M. Cox
Spokane, Washington
>----------
>From:
[email protected][SMTP:
[email protected]]
>Sent: Thursday, March 13, 1997 3:22 PM
>To:
[email protected]
>Subject: How to unsubscribe?
>
>I've seen alot of requests in the past on how to unsubscribe to this list
>that I wish I had paid attention to now that I'd like to remove myself.
>Would someone please tell me how I get OFF THIS CRAZY THING!
>thanks,
>Keith Iverson
>
From
[email protected] Thu Mar 13 16:52:58 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA05915; Thu, 13 Mar 1997 16:52:54 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA05156;
Thu, 13 Mar 1997 16:50:28 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA06010
for <
[email protected]>; Thu, 13 Mar 1997 16:47:09 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id RAA23931;
Thu, 13 Mar 1997 17:47:08 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 17:47:08 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: FAQ/HOWTO/STEP_BY_STEP etc ..
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hello
I've seen so many FAQ/HOWTO/DRAFT etc ... in this list
Why is it impossible to coordinate the efforts with Koo V. D. H.
the FAQ maintainer ?
So this yet another Solaris faq will not be wasted
There is another wu-ftpd FAQ from 'paradise cowgirl'
maybe you can check with her|him also
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Thu Mar 13 17:05:43 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA06004; Thu, 13 Mar 1997 17:05:42 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA07201;
Thu, 13 Mar 1997 17:01:35 -0600 (CST)
Received: from basil.acr.net.au (basil.acr.net.au [203.22.236.98])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA05664
for <
[email protected]>; Thu, 13 Mar 1997 16:55:55 -0600 (CST)
Received: from geoff.acr.net.au (geoff.acr.net.au [203.22.236.80]) by basil.acr.net.au (8.7.3/8.7.3) with SMTP id JAA26055; Fri, 14 Mar 1997 09:57:47 +1100 (EST)
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 09:57:47 +1100 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Geoff Terry Systems & Net supt 064 923677)
To: "Steven K. Buehler" <
[email protected]>,
[email protected]
Subject: Re: question
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Version 1.4.3
X-Priority: 1 (Highest)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Steve,
OK. I dont know why though (I use this method).
You can also start the ftp daemon with the -u option and an argument of 133.
eg
ftp stream tcp nowait root /local/sbin/in.tcpd /pub/ftp/in.ftpd -a -u133
That set the umasks for all clients.
>From memory any upload directive specified in ftpaccess overrides this so.....
for anonymous and any other users (say real) which need to have a mode
different to 644, create specific upload directives.
Regards Geofft
>I tried that and it didn't seem to work for me. All of the local users are
in a group called customer.
>Thanks
>Steve
>
>At 10:53 AM 3/13/97 +1100, you wrote:
>>Steve,
>>Try this.
>>
>>Put the user (and all others) into a group.
>>Define the group in ftpaccess and use the upload directive in ftpaccess.
>>If its multiple users then they will all need to be in a subdirectory of
>>some commeon directory and the up load directive will need to be directed at
>>the common directory.
>>Use file/directory permissions to control who can actually upload to
>>specific directories.
>>
>>Regards Geofft
>>>I have just installed wu-2.4 and am having a small problem. Everything
>>works fine except what I am trying to do. I am trying to make it so that
>>when someone uploads a file (users, not anonymous), the file permissions are
>>set to 644. Is there anyway to do this? I saw that it can be changed for
>>uploads to the ./incoming directory. But I wanted to set it so that if one
>>of my users uploads to his directory, it will auto set the file to 644.
>>>
>>>Thanks
>>>Steve
>>>
>>>======================================================
>>>Steven K. Buehler
>>>S & B Computers
>>>Rockford Illinois, USA
>>>Phone: 815-398-7169
>>>Fax: 815-398-7266
>>>======================================================
>>>
>>>
>>Geoff Terry Systems & Network Support
>>ACR Net Sapphire Coast NSW 2550
>>Australia
>>Ph 064 923677 Mobile 015 668 227 Fax 064 924594
>>
>>
>>
>
>======================================================
>Steven K. Buehler
>S & B Computers
>Rockford Illinois, USA
>Phone: 815-398-7169
>Fax: 815-398-7266
>======================================================
>
>
Geoff Terry Systems & Network Support
ACR Net Sapphire Coast NSW 2550
Australia
Ph 064 923677 Mobile 015 668 227 Fax 064 924594
From
[email protected] Thu Mar 13 17:54:45 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA00505; Thu, 13 Mar 1997 17:54:44 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA10527;
Thu, 13 Mar 1997 17:52:38 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA10895
for <
[email protected]>; Thu, 13 Mar 1997 17:47:39 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id SAA24843
for
[email protected]; Thu, 13 Mar 1997 18:47:39 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 18:47:38 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: fcntl lock of pid file failed?
In-Reply-To: <
[email protected]> from "Donald Ball" at Mar 13, 97 04:49:34 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Salut A Vous, O Grand Manitou Donald Ball !!
> > > > Mar 13 13:57:48 calzone ftpd[17849]: sleeping: fcntl lock of pid file
> > > > failed: Resource temporarily unavailable
> > >
> > > It's normal.
> >
> > I wouldn't not say normal if you have _a lot_ of this from the same process
> > It's probably 'stuck', you'll have to kill the process by hand.
>
> About 150 an hour, from lots of different processes, not the same one over
> and over. Typically we handle 150,000 transactions per day, so only a
> small fraction of the ftpds run into this problem. Just curious, it
> doesn't seem to be harming anything.
>
- if you have a class limit.
let say you have a limit of 10
Those zombies deny access to valid connection
- clobbering syslog
- invalid entry in your process table
If you allow 400 connections and xfer 10 GIG a day
seeing this message is not alarming, unless it came
from the same process again and again
And it that situation I would change the code
and notice syslog at every 60 iterations.
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Thu Mar 13 18:00:16 1997
Received: from relay3.UU.NET (relay3.UU.NET [192.48.96.8]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA00580; Thu, 13 Mar 1997 18:00:14 -0600 (CST)
Received: from relay3.UU.NET by relay3.UU.NET with ESMTP
(peer crosschecked as: root@localhost)
id QQcgth17907; Thu, 13 Mar 1997 18:26:17 -0500 (EST)
Received: from wugate.wustl.edu by relay3.UU.NET with ESMTP
(peer crosschecked as: wugate.wustl.edu [128.252.120.1])
id QQcgth17897; Thu, 13 Mar 1997 18:26:15 -0500 (EST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA07343;
Thu, 13 Mar 1997 17:24:08 -0600 (CST)
Received: from svmail03.mdc.com (SVMAIL03.MDC.COM [130.38.186.34])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA08064
for <
[email protected]>; Thu, 13 Mar 1997 17:21:49 -0600 (CST)
Received: from mdc.com by svmail03.mdc.com with SMTP
(1.37.109.20/16.2) id AA009965488; Thu, 13 Mar 1997 17:24:48 -0600
Received: from GWXSL002-Message_Server by mdc.com
with Novell_GroupWise; Thu, 13 Mar 1997 17:24:48 -0600
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 17:19:59 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Robert Muren <
[email protected]>
To:
[email protected]
Subject: Re: Question on wu ftpd. -Forwarded
X-Mailer: Novell GroupWise 4.1
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Any help would be appreciated.
Thanks,
Robert Muren
[email protected]
Received: from rusty. (rusty.wustl.edu) by svmail03.mdc.com with ESMTP
(1.37.109.20/16.2) id AA287393707; Thu, 13 Mar 1997 16:55:07 -0600
Received: from localhost by rusty. (SMI-8.6/SMI-SVR4)
id QAA00530; Thu, 13 Mar 1997 16:51:23 -0600
Date: Thu, 13 Mar 1997 16:51:23 -0600 (CST)
From: Naeem Bari <
[email protected]>
To: Robert Muren <
[email protected]>
Cc:
[email protected]
Subject: Re: Question on wu ftpd.
In-Reply-To: <
[email protected]>
Message-Id: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
You need to send mail to
[email protected]
=>On the wu ftpd, will it function on an hp-ux 9.x platform? Any information will greatly
=>help.
=>
=>Thanks,
=>Robert Muren
=>
=>
[email protected]
=>
-------------------------------------------------------------
Naeem Bari Tel: (314) 935-4865
Software/Network Engineer Fax: (314) 935-7142
Office of the N/W Coordinator
[email protected]
Washington U. in St. Louis
http://rusty.wustl.edu/~naeem/
--------------------------------------------------------------
From
[email protected] Thu Mar 13 18:35:03 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA00683; Thu, 13 Mar 1997 18:35:01 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA14049;
Thu, 13 Mar 1997 18:31:55 -0600 (CST)
Received: from siggy.iceonline.com (siggy.iceonline.com [204.191.208.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA12714
for <
[email protected]>; Thu, 13 Mar 1997 18:31:01 -0600 (CST)
Received: by siggy.iceonline.com (940816.SGI.8.6.9/940406.SGI)
for
[email protected] id QAA13449; Thu, 13 Mar 1997 16:31:00 -0800
Message-Id: <
[email protected]>
Date: Thu, 13 Mar 1997 16:30:59 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Chris Brown)
To:
[email protected]
Subject: Re: fcntl lock of pid file failed?
In-Reply-To: <
[email protected]> from "Alain Magloire" at Mar 13, 97 06:47:38 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> > About 150 an hour, from lots of different processes, not the same one over
> > and over. Typically we handle 150,000 transactions per day, so only a
> > small fraction of the ftpds run into this problem. Just curious, it
> > doesn't seem to be harming anything.
>
> - if you have a class limit.
> let say you have a limit of 10
> Those zombies deny access to valid connection
> - clobbering syslog
> - invalid entry in your process table
>
> If you allow 400 connections and xfer 10 GIG a day
> seeing this message is not alarming, unless it came
> from the same process again and again
> And it that situation I would change the code
> and notice syslog at every 60 iterations.
Perhaps some work should be put into serving the information in a sane way
to get rid of this problem? I'm currently writing a 'bandwidth' server
which could double as a ftpaccess server... This would also probably be
handy in a standalone version of wuftpd since the communication method would
already be in place. Any comments from developers (of which I'm not one :)?
Chris...
From
[email protected] Fri Mar 14 03:42:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id DAA09609; Fri, 14 Mar 1997 03:42:00 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id DAA01899;
Fri, 14 Mar 1997 03:41:05 -0600 (CST)
Received: from up.spin.it (up.spin.it [147.123.1.22])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id DAA08137
for <
[email protected]>; Fri, 14 Mar 1997 03:36:14 -0600 (CST)
Received: (from furio@localhost)
by up.spin.it (8.8.4/8.8.4)
id KAA19614 for
[email protected]; Fri, 14 Mar 1997 10:36:03 +0100 (MET)
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 10:36:02 MET
Reply-To:
[email protected]
Sender:
[email protected]
From: furio ercolessi <
[email protected]>
To:
[email protected]
Subject: Re: Question on wu ftpd. -Forwarded
In-Reply-To: <
[email protected]>; from "Robert Muren" at Mar 13, 97 5:19 pm
X-Mailer: Elm [revision: 109.18]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>
> =>On the wu ftpd, will it function on an hp-ux 9.x platform? Any information will greatly
> =>help.
> =>
I am running on that platform.
furio ercolessi
Spin Internet Service
Trieste Italy
From
[email protected] Fri Mar 14 05:46:39 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id FAA10687; Fri, 14 Mar 1997 05:46:38 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id FAA02836;
Fri, 14 Mar 1997 05:45:57 -0600 (CST)
Received: from gate.teledata.co.uk (
[email protected] [194.152.72.93])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id FAA03134
for <
[email protected]>; Fri, 14 Mar 1997 05:42:04 -0600 (CST)
Received: from markh.teledata.co.uk(really [193.114.49.208]) by gate.teledata.co.uk
via rsmtp with smtp
id <
[email protected]>
for <
[email protected]>; Fri, 14 Mar 97 11:42:02 +0000 (GMT)
(/\##/\ Smail3.1.30.13 #30.13 built 31-aug-95)
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 11:37:44 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: Iqbal Gandham <
[email protected]>
To:
[email protected]
Subject: installing wu-ftpd on IRIX6.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi
I have just installed the binary for wu-ftpd on my machine.
When I re-read inetd.conf, and try to ftp in, it lets me, but it doesn't
restrtict my access.
I have made the ftpaccess files and everything, but still no luck
Any ideas..
Iqbal
[email protected]
From
[email protected] Fri Mar 14 06:03:19 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id GAA10749; Fri, 14 Mar 1997 06:03:18 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA04415;
Fri, 14 Mar 1997 06:02:38 -0600 (CST)
Received: from infogate.media-saturn.com (infogate.media-saturn.com [205.156.200.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id GAA05119
for <
[email protected]>; Fri, 14 Mar 1997 06:00:42 -0600 (CST)
Received: from infopool.media-saturn.com ([172.16.1.10])
by infogate.media-saturn.com (post.office MTA v1.9.3 ID# 0-13607)
with ESMTP id AAA46 for <
[email protected]>;
Fri, 14 Mar 1997 13:07:28 +0100
Received: from infopool2.media-saturn.com ([172.16.1.11])
by infopool.media-saturn.com (post.office MTA v2.0 0813
ID# 0-13610) with SMTP id AAA162 for <
[email protected]>;
Fri, 14 Mar 1997 13:02:53 +0100
Received: by infopool2.media-saturn.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63)
id <
[email protected]>; Fri, 14 Mar 1997 13:07:33 +0100
Message-Id: <c=DE%a=_%p=Media-Saturn-Hol%
[email protected]>
Date: Fri, 14 Mar 1997 13:07:32 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Oeschey Lars)
To: "'
[email protected]'" <
[email protected]>
Subject: ls differs on Linux and DOS/Windows
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi,
I just installed wu.ftpd with a guestaccount. Everything seems fine, but
when I connect from a linux box, I see nothing when I do a ls. From a
DOS-Box under Windows it works. What could the problem be?
Lars
------------------------------------------------------------------------
-------------------------------------------------------------
Lars Oeschey - Saturn Media Gesellschaft fuer
Informationsverarbeitung mbH
Server and System Management -
mailto:
[email protected]
From
[email protected] Fri Mar 14 07:17:46 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id HAA10950; Fri, 14 Mar 1997 07:17:45 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id HAA05163;
Fri, 14 Mar 1997 07:17:04 -0600 (CST)
Received: from bock.freinet.de (
[email protected] [193.141.226.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id HAA07323
for <
[email protected]>; Fri, 14 Mar 1997 07:12:28 -0600 (CST)
Received: from blauen.freinet.de (blauen.freinet.de [193.141.226.22]) by bock.freinet.de (8.6.12/8.6.12) with ESMTP id OAA10499 for <
[email protected]>; Fri, 14 Mar 1997 14:12:13 +0100
Received: by blauen.freinet.de (SMI-8.6/SMI-SVR4)
id OAA00613; Fri, 14 Mar 1997 14:10:59 +0100
Received: by NeXT.Mailer (Solaris OpenStep-1.0-sparc-08/06/96 Version 1.1 )
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 97 14:10:57 -0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Alexander Bochmann <
[email protected]>
To:
[email protected]
Subject: binding user to virtual ftp address?
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi,
I'm looking for a way to resctrict users in the virtual servers
they may access. user1 should only be able to get an ftp session
to his directory on x.x.x.x and user2 should only be able to ftp
to y.y.y.y, although both IP addresses are served by the same
machine (both have a dedicated ftp login/password on the server).
Is there any way to set something like this up? I didn't find
any hints in the last few months of the mailing list archive,
but then maybe the solution is so obvious that no one talks
about it...?
With the default setup, anyone with a login on the machine can
open an ftp session to any of the addresses served...
Thanks for your help,
Alex.
From
[email protected] Fri Mar 14 07:34:38 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id HAA11083; Fri, 14 Mar 1997 07:34:37 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id HAA06480;
Fri, 14 Mar 1997 07:33:57 -0600 (CST)
Received: from gate.teledata.co.uk (
[email protected] [194.152.72.93])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id HAA06106
for <
[email protected]>; Fri, 14 Mar 1997 07:32:28 -0600 (CST)
Received: from markh.teledata.co.uk(really [193.114.49.208]) by gate.teledata.co.uk
via rsmtp with smtp
id <
[email protected]>
for <
[email protected]>; Fri, 14 Mar 97 13:32:25 +0000 (GMT)
(/\##/\ Smail3.1.30.13 #30.13 built 31-aug-95)
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 13:28:06 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: Iqbal Gandham <
[email protected]>
To:
[email protected]
Subject: ls not working
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi
I have finally manged to get a binary version to work.
But I can't get the ls -l command to work . I do not know where to copy
it to. How can I find out. Are there any other files which need to be
moved.
Thanks Iqbal
From
[email protected] Fri Mar 14 08:50:07 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA11317; Fri, 14 Mar 1997 08:50:06 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA11270;
Fri, 14 Mar 1997 08:49:21 -0600 (CST)
Received: from gate.teledata.co.uk (
[email protected] [194.152.72.93])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA11803
for <
[email protected]>; Fri, 14 Mar 1997 08:44:19 -0600 (CST)
Received: from markh.teledata.co.uk(really [193.114.49.208]) by gate.teledata.co.uk
via rsmtp with smtp
id <
[email protected]>
for <
[email protected]>; Fri, 14 Mar 97 14:44:19 +0000 (GMT)
(/\##/\ Smail3.1.30.13 #30.13 built 31-aug-95)
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 14:39:59 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: Iqbal Gandham <
[email protected]>
To:
[email protected]
Subject: ls -l on wu***
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi
I have tried just ls , but still no reesponse.
I have tried chroot ~/ftp /bin/ls but I get nothing not even an error,
it returns nothing, I just go back to the command line.
Anyone out there whos had the same problem on Irix6.2.
Iqbal
[email protected]
From
[email protected] Fri Mar 14 09:05:24 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA11368; Fri, 14 Mar 1997 09:05:23 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA09951;
Fri, 14 Mar 1997 09:04:36 -0600 (CST)
Received: from gate.teledata.co.uk (
[email protected] [194.152.72.93])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA11124
for <
[email protected]>; Fri, 14 Mar 1997 09:03:05 -0600 (CST)
Received: from markh.teledata.co.uk(really [193.114.49.208]) by gate.teledata.co.uk
via rsmtp with smtp
id <
[email protected]>
for <
[email protected]>; Fri, 14 Mar 97 15:03:01 +0000 (GMT)
(/\##/\ Smail3.1.30.13 #30.13 built 31-aug-95)
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 14:58:41 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: Iqbal Gandham <
[email protected]>
To:
[email protected]
Subject: ls -l working
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi
Its friday and I've benn stupid. I forgot about the libraies, I needed
to use those from 6.2 not 5.3
Sorry ABOUT THE HASSLE...
iqbal....
From
[email protected] Fri Mar 14 09:39:47 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA11458; Fri, 14 Mar 1997 09:39:46 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA16037;
Fri, 14 Mar 1997 09:38:59 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA13422
for <
[email protected]>; Fri, 14 Mar 1997 09:34:00 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id JAA21629;
Fri, 14 Mar 1997 09:33:23 -0600
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 09:33:23 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Iqbal Gandham <
[email protected]>
Cc:
[email protected]
Subject: Re: ls -l on wu***
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
You need to read the guest howto below. 'ls' must be set up as described
in the howto, even for anonymous.
-- Michael
On Fri, 14 Mar 1997, Iqbal Gandham wrote:
> I have tried just ls , but still no reesponse.
> I have tried chroot ~/ftp /bin/ls but I get nothing not even an error,
> it returns nothing, I just go back to the command line.
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-13.tar.Z
wu-ftpd FAQ:
http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
wu-ftpd list archive:
http://www.landfield.com/wu-ftpd/mail-archive/
There are additional security references in the above docs.
From
[email protected] Fri Mar 14 11:33:43 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA11819; Fri, 14 Mar 1997 11:33:42 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA22818;
Fri, 14 Mar 1997 11:32:55 -0600 (CST)
Received: from jsc-ems-gws04.jsc.nasa.gov (jsc-ems-gws04.jsc.nasa.gov [139.169.15.19])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA13337
for <
[email protected]>; Fri, 14 Mar 1997 11:27:49 -0600 (CST)
Received: by jsc-ems-gws04.jsc.nasa.gov with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63)
id <
[email protected]>; Fri, 14 Mar 1997 11:29:18 -0600
Message-Id: <c=US%a=Telemail%p=NASA%
[email protected]>
Date: Fri, 14 Mar 1997 11:28:34 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Aman, Alice" <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: syntax for archive search?
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I would like to do a search of the wu-ftpd
list via the email interface rather than "live"
but I'm having problems with the syntax.
I haven't been able to come up with the
correct "archive name" as specified in the "help"
file that I retrieved.
According to the help file, the syntax is:
<search archive | path-to-archive>] [/password] [-all] <pattern>
I thought it should be
search wu-ftpd /856884838 "guestserver" OR "anon.ftp.server"
But this generates an error: "wu-ftpd: not a valid archive or path."
(whether upper or lower case.)
I've tried also:
search ftpd (ditto remaining fields as above)
then
search wugate.wustl.edu
then
configuration wu-ftpd (to get archive path)
also
run wu-ftpd (which returns a totally blank page but no error)
I want to search for the pattern "guestserver" OR "anon.ftp.server".
I've tried with and without password
Any help would be greatly appreciated. Maybe this archive
search is broken and I'm the only one who doesn't know it?
--Alice
From
[email protected] Fri Mar 14 12:41:29 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA12034; Fri, 14 Mar 1997 12:41:28 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA28720;
Fri, 14 Mar 1997 12:40:37 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA28517
for <
[email protected]>; Fri, 14 Mar 1997 12:38:25 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id SAA02405
for
[email protected]; Fri, 14 Mar 1997 18:34:01 GMT
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 18:33:58 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Re: installing wu-ftpd on IRIX6.2
In-Reply-To: <
[email protected]> from "Iqbal Gandham" at Mar 14, 97 11:37:44 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Restricting access? In what way anonymous ftp? Have you created an "ftp" user?
Have you created the ftp archive structure?
James
From
[email protected] Fri Mar 14 12:46:39 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA12073; Fri, 14 Mar 1997 12:46:37 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA29235;
Fri, 14 Mar 1997 12:45:55 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA29271
for <
[email protected]>; Fri, 14 Mar 1997 12:42:58 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id SAA03107
for
[email protected]; Fri, 14 Mar 1997 18:38:41 GMT
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 18:38:38 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Re: ls differs on Linux and DOS/Windows
In-Reply-To: <c=DE%a=_%p=Media-Saturn-Hol%
[email protected]> from "Oeschey Lars" at Mar 14, 97 01:07:32 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Have you populated your guest ftp archive? with ls and libraries?
James
From
[email protected] Fri Mar 14 15:38:13 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA12595; Fri, 14 Mar 1997 15:38:11 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA07055;
Fri, 14 Mar 1997 15:37:19 -0600 (CST)
Received: from atheria.europa.com (
[email protected] [199.2.194.10])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA07315
for <
[email protected]>; Fri, 14 Mar 1997 15:33:59 -0600 (CST)
Received: from atheria.europa.com(really [199.2.194.10]) by atheria.europa.com
via sendmail with smtp
id <
[email protected]>
for <
[email protected]>; Fri, 14 Mar 1997 13:33:58 -0800 (PST)
(Smail-3.2.0.91 1997-Jan-14 #4 built 1997-Jan-19)
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 13:33:58 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: David Brossard <
[email protected]>
To:
[email protected]
Subject: Solaris Help
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I just recently installed Beta 13 of 2.4.2 and the non beta final
release of 2.4 on 2 diffrent solaris machines. The non beta works like a
charm. The problem with the beta is that it doesn't seem to process the
/etc/ftpaccess file. It never displays any of the msgs set in there and it
ignores all the virtual setups. Anyone else heard of this problems?
------------finger
[email protected] for my public pgp key----------------
David Brossard e u r o p a c o m m u n i c a t i o n s
MIS / Techie
[email protected] 503.222.9508 MAIN
www.europa.com 503.796.9134 FACSIMILE
503.222.4244 DATA
From
[email protected] Fri Mar 14 16:10:30 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA12683; Fri, 14 Mar 1997 16:10:29 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA09814;
Fri, 14 Mar 1997 16:09:50 -0600 (CST)
Received: from barrel.med.buffalo.edu (barrel.med.buffalo.edu [128.205.71.99])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA08317
for <
[email protected]>; Fri, 14 Mar 1997 16:05:31 -0600 (CST)
Received: (from thiel@localhost) by barrel.med.buffalo.edu (8.8.5/8.7) id RAA17678 for
[email protected]; Fri, 14 Mar 1997 17:06:28 -0500
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 17:06:28 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Kathleen Thiel <
[email protected]>
To:
[email protected]
Subject: ftp via netscape is not working
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I installed wuftpd on a RS/6000 running AIX4.2 a few months ago. I was informed a few days ago that if you access the ftp site via the web page, it only prompted the user to download a file if it had a .tar, .tar.Z, or a .tar.gz extention. All other files were just displayed by the browser. Is this normal behavior? I want to be able to ftp anything, i.e. README files, programs (*.c), etc. Is this possible? (Besides making sure everything is tared up).
Thanks
Kathleen Thiel
From
[email protected] Fri Mar 14 16:21:53 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA12723; Fri, 14 Mar 1997 16:21:52 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA11953;
Fri, 14 Mar 1997 16:21:10 -0600 (CST)
Received: from tecsun1.tec.army.mil (tec.army.mil [192.12.124.17])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA10381
for <
[email protected]>; Fri, 14 Mar 1997 16:18:27 -0600 (CST)
Received: from curly.tec.army.mil (curly.tec.army.mil [206.37.31.137]) by tecsun1.tec.army.mil (8.7.5/8.7.3) with SMTP id RAA10416 for <
[email protected]>; Fri, 14 Mar 1997 17:13:13 -0500 (EST)
Received: from moe.army.mil by curly.tec.army.mil (SMI-8.6/SMI-SVR4)
id RAA15240; Fri, 14 Mar 1997 17:21:51 -0500
Received: by moe.army.mil (SMI-8.6/SMI-SVR4)
id RAA09724; Fri, 14 Mar 1997 17:21:26 -0500
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 17:21:26 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William E. Diego)
To:
[email protected]
Subject: Re: ftp via netscape is not working
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I believe, if you select the file you want via Netscape with your RIGHT
mouse button, and select the 'Save link as...' menu item, it will automatically
bring up a dialog box to let you select where to ftp it to on your local
system, and after you do that, a ftp transfer status box appears.. Try it!
Cheers,
-bd
_______________________________________________________________________
William E. Diego |
Science and Technology Corporation | Tel: (703) 428-6827
U.S. Army Topographic Engineering Center | (703) 428-6840 x2597
7701 Telegraph Road, Building 2592 | Fax: (703) 428-8176
ATTN: CETEC-TD-TR (DIEGO) | Internet:
[email protected]
Alexandria, VA 22315-3864 |
_________________________________________|_____________________________
> From
[email protected] Fri Mar 14 17:18:01 1997
> Date: Fri, 14 Mar 1997 17:06:28 -0500 (EST)
> Reply-To:
[email protected]
> Sender:
[email protected]
> From: Kathleen Thiel <
[email protected]>
> To:
[email protected]
> Subject: ftp via netscape is not working
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
>
>
> I installed wuftpd on a RS/6000 running AIX4.2 a few months ago. I was informed a few days ago that if you access the ftp site via the web page, it only prompted the user to download a file if it had a .tar, .tar.Z, or a .tar.gz extention. All other files were just displayed by the browser. Is this normal behavior? I want to be able to ftp anything, i.e. README files, programs (*.c), etc. Is this possible? (Besides making sure everything is tared up).
>
> Thanks
> Kathleen Thiel
>
From
[email protected] Fri Mar 14 16:27:26 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA12782; Fri, 14 Mar 1997 16:27:25 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA11756;
Fri, 14 Mar 1997 16:26:45 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA09133
for <
[email protected]>; Fri, 14 Mar 1997 16:21:29 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id RAA12126;
Fri, 14 Mar 1997 17:21:27 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 17:21:27 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: fcntl lock of pid file failed?
In-Reply-To: <
[email protected]> from "Chris Brown" at Mar 13, 97 04:30:59 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Salut A Vous, O Grand Manitou Chris Brown !!
>
> > - if you have a class limit.
> > let say you have a limit of 10
> > Those zombies deny access to valid connection
> > - clobbering syslog
> > - invalid entry in your process table
> >
> > If you allow 400 connections and xfer 10 GIG a day
> > seeing this message is not alarming, unless it came
> > from the same process again and again
> > And it that situation I would change the code
> > and notice syslog at every 60 iterations.
>
> Perhaps some work should be put into serving the information in a sane way
> to get rid of this problem?
you have a suggestion ?
> I'm currently writing a 'bandwidth' server
> which could double as a ftpaccess server...
I don't see what you mean, how will those processes communicate ?
IPC ? file sharing ?
> This would also probably be
> handy in a standalone version of wuftpd since the communication method would
> already be in place.
standalone as is not start by inetd ?
> Any comments from developers (of which I'm not one :)?
neither am i :-)
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Fri Mar 14 16:33:30 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA12857; Fri, 14 Mar 1997 16:33:29 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA11296;
Fri, 14 Mar 1997 16:32:34 -0600 (CST)
Received: from sbcomp.com ([207.150.14.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA13659
for <
[email protected]>; Fri, 14 Mar 1997 16:30:21 -0600 (CST)
Received: from skb (rockford23.inwave.com [206.190.10.123])
by sbcomp.com (8.8.4/8.8.4) with SMTP
id QAA02109; Fri, 14 Mar 1997 16:30:34 -0600 (CST)
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 16:29:37 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Steven K. Buehler" <
[email protected]>
To:
[email protected]
Cc: David Brossard <
[email protected]>
Subject: Re: Solaris Help
In-Reply-To: <
[email protected]
m>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
At 01:33 PM 3/14/97 -0800, you wrote:
> I just recently installed Beta 13 of 2.4.2 and the non beta final
>release of 2.4 on 2 diffrent solaris machines. The non beta works like a
>charm. The problem with the beta is that it doesn't seem to process the
>/etc/ftpaccess file. It never displays any of the msgs set in there and it
>ignores all the virtual setups. Anyone else heard of this problems?
It might not have been compiled to automatically have it use the ftpaccess file. Try putting starting it up in the inetd.conf with the -a option "ftpd -a". Or, you could have missed something that I almost missed. Go to your beta 13 src directory and type "ckconfig". That will let you know if the ftpaccess file is even found. When I installed beta 13, the default directory for the ftpaccess and a couple of other files was different then the 2.4.2 release version. If I hadn't run the ckconfig as the directions indicated, I would have had the same problem. I hope that helps you and that I was finally able to make a contribution to this list after all the help that I have gotten from others here.
BTW, can someone tell me what file and line to put the -a option in so that it will compile it so that I don't have to use the -a option to start it up in the inetd.conf file?
Thanks
Steve
======================================================
Steven K. Buehler
S & B Computers
Rockford Illinois, USA
Phone: 815-398-7169
Fax: 815-398-7266
======================================================
From
[email protected] Fri Mar 14 16:38:51 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA12880; Fri, 14 Mar 1997 16:38:50 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA12076;
Fri, 14 Mar 1997 16:38:07 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA12475
for <
[email protected]>; Fri, 14 Mar 1997 16:35:43 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id QAA26101;
Fri, 14 Mar 1997 16:07:54 -0600
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 16:07:53 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: David Brossard <
[email protected]>
Cc:
[email protected]
Subject: Re: Solaris Help
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
FAQ. Add -a to the wu.ftpd line in inetd.conf.
-- Michael
On Fri, 14 Mar 1997, David Brossard wrote:
> I just recently installed Beta 13 of 2.4.2 and the non beta final
> release of 2.4 on 2 diffrent solaris machines. The non beta works like a
> charm. The problem with the beta is that it doesn't seem to process the
> /etc/ftpaccess file. It never displays any of the msgs set in there and it
> ignores all the virtual setups. Anyone else heard of this problems?
From
[email protected] Fri Mar 14 17:01:25 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA12963; Fri, 14 Mar 1997 17:01:24 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA13254;
Fri, 14 Mar 1997 17:00:44 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA14471
for <
[email protected]>; Fri, 14 Mar 1997 16:55:09 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id RAA12273
for
[email protected]; Fri, 14 Mar 1997 17:33:42 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 17:33:42 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: ftp via netscape is not working
In-Reply-To: <
[email protected]> from "Kathleen Thiel" at Mar 14, 97 05:06:28 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Salut A Vous, O Grand Manitou Kathleen Thiel !!
>
> I installed wuftpd on a RS/6000 running AIX4.2 a few months ago.
> I was informed a few days ago that if you access the ftp site via the web page,
>it only prompted the user to download a file if it had a .tar, .tar.Z, or a
> .tar.gz extention. All other files were just displayed by the browser.
> Is this normal behavior?
This a client(web browser) configuration problem, there is nothing you can do
on the server side. Ftpd just send the file down the wire.
In short, if the web browser doesn't understand an extension it will save
it on disk(normal behaviour). This behaviour can be change with the mime.types and mailcap
See options and read about MIME.
> I want to be able to ftp anything, i.e. README files, programs (*.c), etc.
> Is this possible? (Besides making sure everything is tared up).
>
I'm not sure if understand the question, but what's wrong with
"Save As.."
Or in netscape if you click the third button and click
"Save Link as .."
The file will not be display but save on disk
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Fri Mar 14 17:07:09 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA12992; Fri, 14 Mar 1997 17:07:08 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA15117;
Fri, 14 Mar 1997 17:06:29 -0600 (CST)
Received: from calvin.tcscs.com (
[email protected] [206.11.32.232])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA14643
for <
[email protected]>; Fri, 14 Mar 1997 17:05:35 -0600 (CST)
Received: from hobbes ([207.215.173.113])
by calvin.tcscs.com (8.8.5/8.8.5) with SMTP id RAA12781
for <
[email protected]>; Fri, 14 Mar 1997 17:19:42 -0600
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 18:00:01 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Gregory S. Youngblood" <
[email protected]>
To:
[email protected]
Subject: Re: ftp via netscape is not working
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
The problem your having has to do with the web browser. Since browsers
typically can show .txt files and other files they will attempt to 'show
them'. Only binary formats that they do not understand (or have helper apps
defined for) will generally 'download'. I am assuming that web browsers are
accessing your files via "
ftp://yoursite.name.com/path/to/files/" and not
via the web server.
At 05:06 PM 3/14/97 -0500, you wrote:
>
>I installed wuftpd on a RS/6000 running AIX4.2 a few months ago. I was
informed a few days ago that if you access the ftp site via the web page,
it only prompted the user to download a file if it had a .tar, .tar.Z, or a
tar.gz extention. All other files were just displayed by the browser. Is
this normal behavior? I want to be able to ftp anything, i.e. README files,
programs (*.c), etc. Is this possible? (Besides making sure everything is
tared up).
>
>Thanks
>Kathleen Thiel
>
>
From
[email protected] Fri Mar 14 17:09:59 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA13006; Fri, 14 Mar 1997 17:09:57 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA14509;
Fri, 14 Mar 1997 17:08:44 -0600 (CST)
Received: from calvin.tcscs.com (
[email protected] [206.11.32.232])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA17248
for <
[email protected]>; Fri, 14 Mar 1997 17:05:37 -0600 (CST)
Received: from hobbes ([207.215.173.113])
by calvin.tcscs.com (8.8.5/8.8.5) with SMTP id RAA12778;
Fri, 14 Mar 1997 17:19:38 -0600
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 17:57:41 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Gregory S. Youngblood" <
[email protected]>
To:
[email protected]
Cc: David Brossard <
[email protected]>
Subject: Re: Solaris Help
In-Reply-To: <
[email protected]
m>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Make sure your inetd.conf or whatever it is that actually launches wu.ftpd
includes the '-a' flag. The default behavior changed from the non-beta 2.4
to the beta 2.4.2. Don't forget to double check your configuration as
well.. :) I found that I had a really stupid error in my inetd.conf file
that "looked" right but in fact was slightly broken.
Greg
At 01:33 PM 3/14/97 -0800, you wrote:
> I just recently installed Beta 13 of 2.4.2 and the non beta final
>release of 2.4 on 2 diffrent solaris machines. The non beta works like a
>charm. The problem with the beta is that it doesn't seem to process the
>/etc/ftpaccess file. It never displays any of the msgs set in there and it
>ignores all the virtual setups. Anyone else heard of this problems?
>
>------------finger
[email protected] for my public pgp key----------------
>David Brossard e u r o p a c o m m u n i c a t i o n s
>MIS / Techie
>
[email protected] 503.222.9508 MAIN
>www.europa.com 503.796.9134 FACSIMILE
> 503.222.4244 DATA
>
>
>
From
[email protected] Fri Mar 14 17:31:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA13059; Fri, 14 Mar 1997 17:31:00 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA17004;
Fri, 14 Mar 1997 17:30:09 -0600 (CST)
Received: from dragon.ti.com (dragon.ti.com [192.94.94.61])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA16751
for <
[email protected]>; Fri, 14 Mar 1997 17:24:11 -0600 (CST)
Received: from dadd.ti.com. ([156.117.119.90]) by dragon.ti.com (8.6.13) with ESMTP id RAA20772 for <
[email protected]>; Fri, 14 Mar 1997 17:23:35 -0600
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.8.4/)
id RAA20027; Fri, 14 Mar 1997 17:23:31 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Fri, 14 Mar 1997 17:23:29 -0600
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 97 17:23:29 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: ftp via netscape is not working
In-Reply-To: <
[email protected]>; from "Kathleen Thiel" at Mar 14, 97 5:06 pm
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Kathleen Thiel said :-
> I installed wuftpd on a RS/6000 running AIX4.2 a few months ago. I was informed a few days ago that if you access the ftp site via the web page, it only prompted the user to download a file if it had a .tar, .tar.Z, or a .tar.gz extention. All other files were just displayed by the browser. Is this normal behavior? I want to be able to ftp anything, i.e. README files, programs (*.c), etc. Is this possible? (Besides making sure everything is tared up).
This behaviour is comtrolled by the Web browser, not the FTP daemon.
In UNIX Netscape, if you hold the shift key down when you click on the link
with the usual (left) mouse button, it will automatically download the file
to disk for you.
You can also get this behaviour by clicking on the link with the right mouse
button, and choose the "Save link as..." option from the pop-up menu which
appears.
However, you can also change the _default_ behaviour by going into the
Options => General Preferences... => Helpers
option from the menubar, and changing the appropriate MIME configuration
mapping.
On my Netscape (3.01), I have the following mapping set :-
application/octet-stream Save To Disk
and as a result, all my FTP files are downloaded to disk when I click on
them normally (ie. unshifted) - I don't get them displayed on screen even
when they aren't tarred or compressed.
I think this is the behaviour you are after, so you might like to try
setting this and see if it works for you...
Good luck !
Cheers, Bob
--
Bob Luckin
[email protected] "Rats live on no evil planet"
From
[email protected] Fri Mar 14 17:48:16 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA13102; Fri, 14 Mar 1997 17:48:15 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA17022;
Fri, 14 Mar 1997 17:47:16 -0600 (CST)
Received: from ns.connext.net (connext.net [207.42.196.2])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA17882
for <
[email protected]>; Fri, 14 Mar 1997 17:41:41 -0600 (CST)
Received: from ns.connext.net by ns.connext.net via SMTP (951211.SGI.8.6.12.PATCH1502/940406.SGI)
id SAA03635; Fri, 14 Mar 1997 18:41:29 -0500
Message-Id: <
[email protected]>
Date: Fri, 14 Mar 1997 18:41:28 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Patrick J. Paulus" <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: wu-ftpd under IRIX 5.3
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-Mailer: Mozilla 3.01Gold (X11; I; IRIX 5.3 IP22)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hello,
Recently I have been trying to get wu-ftpd 2.4 to compile on this
IRIX 5.3 box. I was unsucessful. I found a .inst package and installed
it, but it does not support Virtual FTP, which is the main reason why
I'm upgrading FTPD. If anyone have a IRIX 5.3 port, or a .inst file that
was compiled with -DVIRTUAL please help me out, thanks.
[email protected]
From
[email protected] Sat Mar 15 13:15:56 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA23638; Sat, 15 Mar 1997 13:15:54 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA19990;
Sat, 15 Mar 1997 13:14:43 -0600 (CST)
Received: from ns.connext.net (connext.net [207.42.196.2])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA15901
for <
[email protected]>; Sat, 15 Mar 1997 13:06:48 -0600 (CST)
Received: from ns.connext.net by ns.connext.net via SMTP (951211.SGI.8.6.12.PATCH1502/940406.SGI)
for <
[email protected]> id OAA11263; Sat, 15 Mar 1997 14:06:31 -0500
Message-Id: <
[email protected]>
Date: Sat, 15 Mar 1997 14:06:31 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Patrick J. Paulus" <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftpd under IRIX 5.3
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-Mailer: Mozilla 3.01Gold (X11; I; IRIX 5.3 IP22)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi again :)
Have any of you actually ever gotten virtual ftp to work under IRIX 5.3?
Or know anyone that has? I've got it compiled with -DVIRTUAL in the
CFLAGS: and It doesn't seem to be affecting anything, the root directory
of the virtual ftp is still the same as the real domain. Maybe IRIX
doesnt support it? Any comments or suggestions?
--
Patrick J. Paulus
The Columbia Connextion
[email protected]
[email protected]
[email protected]
From
[email protected] Sat Mar 15 13:30:14 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA23685; Sat, 15 Mar 1997 13:30:13 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA20503;
Sat, 15 Mar 1997 13:29:15 -0600 (CST)
Received: from Fe3.rust.net (Fe3.rust.net [204.157.12.254])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA19895
for <
[email protected]>; Sat, 15 Mar 1997 13:28:49 -0600 (CST)
Received: from shell.rust.net (shell.rust.net [204.157.12.50])
by Fe3.rust.net (8.8.5/8.8.5) with SMTP id OAA12740
for <
[email protected]>; Sat, 15 Mar 1997 14:27:58 -0500 (EDT)
Message-Id: <
[email protected]>
Date: Sat, 15 Mar 1997 14:24:38 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Mike Sabbota <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftpd under IRIX 5.3
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Sat, 15 Mar 1997, Patrick J. Paulus wrote:
Yes, I have gotten it to work successfully under IRIX 5.3, and 6.2.
Check your configurations. Make sure your ftpaccess file is setup
correctly and wu-ftpd is being launched with the -a flag to use wu-ftpd.
If your trying to do virtual FTP with something other than anonymous ftp
login, check and make sure you have a guestgroup option setup in your
ftpaccess file.
--Mike
> Date: Sat, 15 Mar 1997 14:06:31 -0500
> From: Patrick J. Paulus <
[email protected]>
> To:
[email protected]
> Subject: Re: wu-ftpd under IRIX 5.3
>
> Hi again :)
>
> Have any of you actually ever gotten virtual ftp to work under IRIX 5.3?
> Or know anyone that has? I've got it compiled with -DVIRTUAL in the
> CFLAGS: and It doesn't seem to be affecting anything, the root directory
> of the virtual ftp is still the same as the real domain. Maybe IRIX
> doesnt support it? Any comments or suggestions?
>
> --
> Patrick J. Paulus
> The Columbia Connextion
>
[email protected]
>
[email protected]
>
[email protected]
>
..........................................................................
Mike Sabbota URL:
http://www.rust.net/~mike/
Systems Engineer Email:
[email protected]
RustNet Internet Services, Inc. Voice: (810) 642-2276 ext. 214
http://www.rust.net Fax: (810) 642-3676
..........................................................................
== PLEASE USE FOR QUICKEST REPONSES ==
Sales:
[email protected] Auto-Responder:
[email protected]
Billing:
[email protected] Technical Support:
[email protected]
..........................................................................
From
[email protected] Sun Mar 16 08:28:36 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA04151; Sun, 16 Mar 1997 08:28:36 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA18411;
Sun, 16 Mar 1997 08:26:14 -0600 (CST)
Received: from rzaixsrv2.rrz.uni-hamburg.de (rzaixsrv2.rrz.uni-hamburg.de [134.100.33.12])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA19440
for <
[email protected]>; Sun, 16 Mar 1997 08:23:40 -0600 (CST)
Received: from max-129.public.uni-hamburg.de by rzaixsrv2.rrz.uni-hamburg.de (AIX 4.1/UCB 5.64/4.03)
id AA10480; Sun, 16 Mar 1997 15:23:38 +0100
Received: (from doc@localhost)
by dumbo.und.zoff (8.8.5/) id PAA13320;
Sun, 16 Mar 1997 15:23:36 +0100
Message-Id: <
[email protected]>
Date: 16 Mar 1997 15:23:36 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Christophe Zwecker)
To:
[email protected]
Subject: no transfers in xferlog
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Sender: doc@
[email protected]
X-Newsreader: knews 0.9.8
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi,
I invoke it like this:
ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/wu.ftpd -ai
I got wu-2.4.2-academ[BETA-12]
but I don't get any info in xferlog, I have this in ftpaccess:
log transfers anonymous,real inbound,outbound
what did I forget ?
thx
--
Christophe
----------------------------------------------------------------------
Christophe Zwecker email:
[email protected]
Hamburg, Germany fax: 49 40 22715433
----------------------------------------------------------------------
In newsgroups please reply also by email - thanks
From
[email protected] Sun Mar 16 15:46:01 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA05659; Sun, 16 Mar 1997 15:45:59 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA09128;
Sun, 16 Mar 1997 15:43:14 -0600 (CST)
Received: from camco2.celestial.com (
[email protected] [192.136.111.3])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA07687
for <
[email protected]>; Sun, 16 Mar 1997 15:38:18 -0600 (CST)
Received: by camco2.celestial.com
via sendmail with stdio
id <
[email protected]>
for
[email protected]; Sun, 16 Mar 1997 13:37:35 -0800 (PST)
(Smail-3.2.0.92 1997-Feb-9 #7 built 1997-Feb-22)
Message-Id: <
[email protected]>
Date: Sun, 16 Mar 1997 13:37:34 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Bill Campbell)
To:
[email protected]
Subject: Re: wu-ftpd: no transfers in xferlog
In-Reply-To: <
[email protected]> from "Christophe Zwecker" at Mar 16, 97 03:23:36 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>
>Hi,
>
>I invoke it like this:
>
>ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/wu.ftpd -ai
>
>I got wu-2.4.2-academ[BETA-12]
>
>but I don't get any info in xferlog, I have this in ftpaccess:
>
>log transfers anonymous,real inbound,outbound
>
>what did I forget ?
>
If beta12 is like beta 11 it doesn't do logging unless it's
specifically designated in the virtual section of the ftpaccess file.
There isn't a default.
Bill
--
INTERNET:
[email protected] Bill Campbell; Celestial Systems, Inc.
UUCP: camco!bill PO Box 820; 2835 82nd Avenue S.E. S-100
FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676
URL:
http://www.celestial.com/
Government spending? I don't know what it's all about. I don't know
any more about this thing than an economist does, and, God knows, he
doesn't know much.
-- Will Rogers
From
[email protected] Sun Mar 16 21:49:39 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id VAA06856; Sun, 16 Mar 1997 21:49:38 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA22363;
Sun, 16 Mar 1997 21:47:07 -0600 (CST)
Received: from rzaixsrv2.rrz.uni-hamburg.de (rzaixsrv2.rrz.uni-hamburg.de [134.100.33.12])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA19749
for <
[email protected]>; Sun, 16 Mar 1997 21:45:22 -0600 (CST)
Received: from max-133.public.uni-hamburg.de by rzaixsrv2.rrz.uni-hamburg.de (AIX 4.1/UCB 5.64/4.03)
id AA24740; Mon, 17 Mar 1997 04:45:16 +0100
Received: (from doc@localhost)
by dumbo.und.zoff (8.8.5/) id AAA24280;
Mon, 17 Mar 1997 00:10:39 +0100
Message-Id: <
[email protected]>
Date: 17 Mar 1997 00:10:39 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Christophe Zwecker)
To:
[email protected] (Bill Campbell)
Subject: Re: wu-ftpd: no transfers in xferlog
References: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Sender: doc@
[email protected]
X-Newsreader: knews 0.9.8
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
[Posted and mailed]
[email protected] (Bill Campbell) wrote:
>If beta12 is like beta 11 it doesn't do logging unless it's
>specifically designated in the virtual section of the ftpaccess file.
>There isn't a default.
can you tell me what "virtual section" is ?
I turned looging on in ftpaccess, did I do it wrong ? (see previous
mail)
bye
--
Christophe
----------------------------------------------------------------------
Christophe Zwecker email:
[email protected]
Hamburg, Germany fax: 49 40 22715433
----------------------------------------------------------------------
In newsgroups please reply also by email - thanks
From
[email protected] Mon Mar 17 06:02:10 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id GAA15025; Mon, 17 Mar 1997 06:02:09 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA32294;
Mon, 17 Mar 1997 06:00:05 -0600 (CST)
Received: from mail.Germany.EU.net (mail.germany.eu.net [192.76.144.65])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id FAA08437
for <
[email protected]>; Mon, 17 Mar 1997 05:55:42 -0600 (CST)
Received: by mail.Germany.EU.net with SMTP (5.59+:34/EUnetD-2.6.2.a) via EUnet
id MAA28886; Mon, 17 Mar 1997 12:55:39 +0100
Received: by vogon.de.deuba.com
id AA25424; Mon, 17 Mar 1997 12:54:40 +0100
Received: by vogon.de.deuba.com via smap (V1.3)
id sma034070; Mon Mar 17 12:54:31 1997
Message-Id: <0040700001064477000002*@MHS>
Date: Mon, 17 Mar 1997 13:02:01 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To: ", DDA.RFC-822:wu-ftpd (a) wugate.wustl.edu, P:DEUTSCHE-BANK, A:" <
[email protected]>
Subject: wu-ftp on AIX
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi all,
can you allow/disallow different users to get/put certain files only?
eg: user X : only allowed to put get files called /tmp/abcd
user Y : only allowed to put get files called /logs/cccc
user Z: only allowed to put get files called /tmp/local/pppppp
user J : only allowed to put get files called /users/qw.ps
Is there this much functionality in wu-ftp???
Any help would be greatly appreciated.
From
[email protected] Mon Mar 17 10:17:52 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA15972; Mon, 17 Mar 1997 10:17:50 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA10619;
Mon, 17 Mar 1997 10:13:49 -0600 (CST)
Received: from mail.Germany.EU.net (mail.germany.eu.net [192.76.144.65])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA09957
for <
[email protected]>; Mon, 17 Mar 1997 10:06:11 -0600 (CST)
Received: by mail.Germany.EU.net with SMTP (5.59+:34/EUnetD-2.6.2.a) via EUnet
id RAA18105; Mon, 17 Mar 1997 17:06:03 +0100
Received: by vogon.de.deuba.com
id AA22560; Mon, 17 Mar 1997 17:05:32 +0100
Received: by vogon.de.deuba.com via smap (V1.3)
id sma009734; Mon Mar 17 17:05:29 1997
Message-Id: <0040700001067606000002*@MHS>
Date: Mon, 17 Mar 1997 17:08:23 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To: ", DDA.RFC-822:wu-ftpd (a) wugate.wustl.edu, P:DEUTSCHE-BANK, A:" <
[email protected]>
Subject: wu-ftp on AIX
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
does the path-filter from ftpaccess solve this???
---------------------- Forwarded by Stephen de-Souza/DMGIT/DMG UK/DeuBa on
17/03/97 16:01 ---------------------------
owner-wu-ftpd @ wugate.wustl.edu
17/03/97 12:36
Please respond to
[email protected]\P=DEUTSCHE-BANK\A=DBP\C=DE @ X400
To:
[email protected]\P=DEUTSCHE-BANK\A=DBP\C=DE @ X400
cc:
Subject: wu-ftp on AIX
Hi all,
can you allow/disallow different users to get/put certain files only?
eg: user X : only allowed to put get files called /tmp/abcd
user Y : only allowed to put get files called /logs/cccc
user Z: only allowed to put get files called /tmp/local/pppppp
user J : only allowed to put get files called /users/qw.ps
Is there this much functionality in wu-ftp???
Any help would be greatly appreciated.
From
[email protected] Mon Mar 17 10:43:09 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA16042; Mon, 17 Mar 1997 10:43:08 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA12727;
Mon, 17 Mar 1997 10:41:06 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA10892
for <
[email protected]>; Mon, 17 Mar 1997 10:17:11 -0600 (CST)
Received: from charlie1.EE.McGill.CA (
[email protected] [132.206.63.203])
by finnegan.EE.McGill.CA (8.8.5/8.8.5) with ESMTP id LAA17744
for <
[email protected]>; Mon, 17 Mar 1997 11:17:06 -0500 (EST)
Received: by charlie1.EE.McGill.CA (8.8.5) id LAA15218; Mon, 17 Mar 1997 11:17:04 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 17 Mar 1997 11:17:03 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftp on AIX
In-Reply-To: <0040700001067606000002*@MHS> from "
[email protected]" at Mar 17, 97 05:08:23 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Salut A Vous, O Grand Manitou
[email protected] !!
> does the path-filter from ftpaccess solve this???
> Subject: wu-ftp on AIX
>
> Hi all,
> can you allow/disallow different users to get/put certain files only?
>
> eg: user X : only allowed to put get files called /tmp/abcd
> user Y : only allowed to put get files called /logs/cccc
> user Z: only allowed to put get files called /tmp/local/pppppp
> user J : only allowed to put get files called /users/qw.ps
>
> Is there this much functionality in wu-ftp???
> Any help would be greatly appreciated.
>
Maybe playing with the Unix user/group files/dir permissions is simpler
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Mon Mar 17 12:54:34 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA16436; Mon, 17 Mar 1997 12:54:33 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA22705;
Mon, 17 Mar 1997 12:53:33 -0600 (CST)
Received: from netcom12.netcom.com (
[email protected] [192.100.81.124])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA21840
for <
[email protected]>; Mon, 17 Mar 1997 12:47:48 -0600 (CST)
Received: (from shaevitz@localhost) by netcom12.netcom.com (8.6.13/Netcom)
id KAA22504; Mon, 17 Mar 1997 10:47:40 -0800
Message-Id: <
[email protected]>
Date: Mon, 17 Mar 1997 10:47:40 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Ben Shaevitz)
To:
[email protected]
Subject: Ownership of user created directories
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I've sucessfully got beta13 running on HP-UX 10.20, and have set up guestgroups
according to the FAQ. I have set up a drop off point as follows:
upload /home/ftp /incoming yes root hp 0660 dirs
upload /home/ftp /incoming/* yes root hp 0660 nodirs
/incoming has perms 0753 root:hp.
When users create directories in /incoming, they are created with permissions
of 0753 ftp:ftponly. Is there a way to chown or chgrp these directories on the
fly? This isn't really a problem as anonymous users can only see the files in
these dires and not retreive them...
Any thoughts would be greatly appreciated.
Ben Shaevitz
shaevitznetcom.com
--
From
[email protected] Tue Mar 18 09:02:00 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA27622; Tue, 18 Mar 1997 09:01:59 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA06786;
Tue, 18 Mar 1997 08:55:25 -0600 (CST)
Received: from landfield.com ([208.196.145.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA06118
for <
[email protected]>; Tue, 18 Mar 1997 08:46:02 -0600 (CST)
Received: (from kent@localhost) by landfield.com (8.7.5/8.7.3) id IAA27511 for
[email protected]; Tue, 18 Mar 1997 08:46:37 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 18 Mar 1997 08:46:36 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Kent Landfield <
[email protected]>
To:
[email protected]
Subject: Re: syntax for archive search?
In-Reply-To: <c=US%a=Telemail%p=NASA%
[email protected]> from "Aman, Alice" at Mar 14, 97 11:28:34 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
# I would like to do a search of the wu-ftpd
# list via the email interface rather than "live"
# but I'm having problems with the syntax.
# I haven't been able to come up with the
# correct "archive name" as specified in the "help"
# file that I retrieved.
Problem 1. No email list server housed at the home of the list.
# search wu-ftpd /XXXXXXXXX "guestserver" OR "anon.ftp.server"
Problem 2. Not a good idea to put you passwords in requests for help
sent to net lists. (I XXXed the password above.)
# But this generates an error: "wu-ftpd: not a valid archive or path."
# (whether upper or lower case.)
There is no archive so this is a correct and valid outcome.
Alice, do you have web access ? If so go to the list archives at
http://www.landfield.com/wu-ftpd/mail-archive
If you don't but have ftp access you can grab the mail archives from
ftp://ftp.landfield.com/wu-ftpd/mail-archive/mailbox
Sorry I don't have an email access to them at present. I'll see what
I can do in the future.
--
Kent Landfield Phone: 1-817-545-2502
The Landfield Group FAX: 1-817-545-7650
Email:
[email protected] http://www.landfield.com/
Please send comp.sources.misc related mail to
[email protected].
Search the Usenet Hypertext FAQ Archive at
http://www.landfield.com/faqs/
From
[email protected] Tue Mar 18 13:44:00 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA28637; Tue, 18 Mar 1997 13:43:58 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA25780;
Tue, 18 Mar 1997 13:42:23 -0600 (CST)
Received: from Jane.apg.more.net (
[email protected] [198.209.250.181])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA25641
for <
[email protected]>; Tue, 18 Mar 1997 13:41:08 -0600 (CST)
Received: (from dan@localhost)
by Jane.apg.more.net (8.8.5/8.8.5) id NAA27625;
Tue, 18 Mar 1997 13:40:17 -0600
Message-Id: <
[email protected]>
Date: Tue, 18 Mar 1997 13:40:17 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Dan Niles <
[email protected]>
To:
[email protected]
Subject: Bug found
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hello. I found a bug in wu-ftpd-2.4. Below is a description of the bug,
and a patch to fix it. It was causing erratic denial of service for
users with entries in the ftphosts file.
Symptoms:
Some users get odd messages and are unable to connect. It only happens
with users that have entries in the ftpaccess file, and does not
happen with all IP addresses. The server core dumps, as detected by
a core file for ftpd, usually in /.
Cause:
The hosts in the ftphosts file are stored in an array called
ha_hosts[]. While checking for a matching host, this array is
sequenced. Sequencing ends when a match is found or the value returned
is NULL. When the array is full, sequencing will go past the end of
the array, causing a core dump.
Fix:
Add a range check to the sequencing of the ha_hosts[] array.
Dan Niles
--
#--------------------------------#
# Dan Niles Signatures #
#
[email protected] should be small #
#--------------------------------#
----------------------------- hostacc.patch --------------------------------
--- hostacc.c.orig Tue Mar 18 12:43:10 1997
+++ hostacc.c Tue Mar 18 13:20:25 1997
@@ -10,6 +10,9 @@
* AUTHOR
* Bart Muijzer <
[email protected]>
*
+ * Contributor
+ * Dan D. Niles <
[email protected]>
+ *
* HISTORY
* 930316 BM Created
* 930317 BM Converted to local naming convention;
@@ -18,6 +21,7 @@
* 930322 BM Changed algorithm: not in configfile = allow
* in configfile and match = allow|deny
* in configfile and no match = deny
+ # 970318 DDN Fixed range checking bug on ha_hosts[]
*/
#include "config.h"
@@ -79,8 +83,9 @@
*/
iUserSeen = 1;
+ /* Added range check to prevent core dumps -DDN- */
for(iInd=0, pcHost=ptHtmp->ha_hosts[0];
- ((pcHost != NULL) && !iLineMatch);
+ (iInd < MAXHST && (pcHost != NULL) && !iLineMatch);
pcHost=ptHtmp->ha_hosts[++iInd])
{
if (isdigit(*pcHost))
@@ -296,8 +301,9 @@
int iInd;
hacc_t *ptHtmp;
+ /* Added range check to prevent core dumps -DDN- */
for(iInd=0, ptHtmp = ha_arr;
- (ptHtmp->ha_hosts[iInd]);
+ (iInd < MAXHST && ptHtmp->ha_hosts[iInd]);
iInd++)
{
free(ptHtmp->ha_login);
From
[email protected] Tue Mar 18 15:30:56 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA29078; Tue, 18 Mar 1997 15:30:55 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA00624;
Tue, 18 Mar 1997 15:30:10 -0600 (CST)
Received: from dinosaur.gsl.net (dinosaur.gsl.net [204.59.155.63])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA00367
for <
[email protected]>; Tue, 18 Mar 1997 15:25:20 -0600 (CST)
Received: by dinosaur.gsl.net (SMI-8.6/SMI-SVR4)
id QAA09101; Tue, 18 Mar 1997 16:30:55 -0500
Message-Id: <
[email protected]>
Date: Tue, 18 Mar 1997 16:30:55 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Ming lu)
To:
[email protected]
Subject: Mirroring
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi, all:
I am new to this group.... :-)
I would like to know whether the mirroring is a part of wu-ftpd.
I would like to know where I can find the information regard the
mirroring.
TIA
Regards
Ming
From
[email protected] Tue Mar 18 15:48:16 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA29201; Tue, 18 Mar 1997 15:48:15 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA02381;
Tue, 18 Mar 1997 15:47:26 -0600 (CST)
Received: from dune.artic.edu (dune.artic.edu [198.40.30.132])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA01891
for <
[email protected]>; Tue, 18 Mar 1997 15:42:34 -0600 (CST)
Received: from [198.40.24.94] (2494.artic.edu [198.40.24.94])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id PAA05248 for <
[email protected]>; Tue, 18 Mar 1997 15:42:58 -0600 (CST)
Message-Id: <l03020921af54bb317508@[198.40.24.94]>
Date: Tue, 18 Mar 1997 15:40:48 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: Mirroring
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>Hi, all:
>
>I am new to this group.... :-)
>
>I would like to know whether the mirroring is a part of wu-ftpd.
>I would like to know where I can find the information regard the
>mirroring.
Mirroring seems a client sort of thing. I'm not sure what a server would
do to support it.
I've used a program called "mirror", available at
ftp://sunsite.unc.edu/pub/packages/ftp-archive/mirror/. This worked fine
for me, but I wouldn't mind hearing suggestions from others.
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Tue Mar 18 16:33:48 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA29367; Tue, 18 Mar 1997 16:33:46 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA05002;
Tue, 18 Mar 1997 16:32:42 -0600 (CST)
Received: from shiwala.admin.lsa.umich.edu (
[email protected] [141.211.85.38])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA04778
for <
[email protected]>; Tue, 18 Mar 1997 16:31:44 -0600 (CST)
Received: from thestimulator.admin.lsa.umich.edu by shiwala.admin.lsa.umich.edu (8.8.5/2.3)
with ESMTP id RAA11861; Tue, 18 Mar 1997 17:31:42 -0500 (EST)
Message-Id: <Pine.SOL.3.95.970318172824.3917B-100000@thestimulator.admin.lsa.umich.edu>
Date: Tue, 18 Mar 1997 17:31:42 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Nathan Rawling <
[email protected]>
To:
[email protected]
Subject: wu-ftpd 2.4 and AFS 3.4a
In-Reply-To: <l03020921af54bb317508@[198.40.24.94]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I am hoping to set up an anonymous ftp server using wu-ftpd 2.4 on a
Solaris 2.5.1 system. Everything was going well, until I tried to create
the neccessary device files (tcp,zero, etc).
When I tried to create device files in AFS, for the chrooted environment,
it fails. After a few moments with the AFS FAQ I discovered that you
can't create character or block special files in /afs.
Has anyone found a way around this? I would like to have anonymous
chrooted into AFS between the access permissions are so much stronger, and
we can so the files in AFS instead of on local disk.
Nathan
From
[email protected] Tue Mar 18 16:46:17 1997
Received: from relay2.UU.NET (relay2.UU.NET [192.48.96.7]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA29424; Tue, 18 Mar 1997 16:46:16 -0600 (CST)
Received: from relay2.UU.NET by relay2.UU.NET with ESMTP
(peer crosschecked as: root@localhost)
id QQchlr04883; Tue, 18 Mar 1997 17:45:30 -0500 (EST)
Received: from wugate.wustl.edu by relay2.UU.NET with ESMTP
(peer crosschecked as: wugate.wustl.edu [128.252.120.1])
id QQchlr04870; Tue, 18 Mar 1997 17:45:27 -0500 (EST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA05786;
Tue, 18 Mar 1997 16:44:07 -0600 (CST)
Received: from calzone.oit.unc.edu (fddisunsite.oit.unc.edu [152.2.254.81])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA05560
for <
[email protected]>; Tue, 18 Mar 1997 16:40:56 -0600 (CST)
Received: from yangtze.oit.unc.edu (yangtze.oit.unc.edu [152.2.22.118])
by calzone.oit.unc.edu (8.8.5/8.8.5) with ESMTP id RAA00634
for <
[email protected]>; Tue, 18 Mar 1997 17:40:54 -0500 (EST)
Received: from localhost (balld@localhost)
by yangtze.oit.unc.edu (8.8.4/8.8.4) with SMTP
id RAA05400 for <
[email protected]>; Tue, 18 Mar 1997 17:40:53 -0500
Message-Id: <
[email protected]>
Date: Tue, 18 Mar 1997 17:40:53 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Donald Ball <
[email protected]>
To:
[email protected]
Subject: Re: Mirroring
In-Reply-To: <l03020921af54bb317508@[198.40.24.94]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: yangtze.oit.unc.edu: balld owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
mirror is good and it's what I use, I've also heard good things about
wget, a new GNU mirroring tool, but haven't used it yet. wget is available
at
ftp://sunsite.unc.edu/pub/gnu/wget-1.4.4.tar.gz. Btw, the mirror on
sunsite is out of date, thanks for pointing it out to me. SunSITE UK is
the authoritative site for mirror, I believe the current version is 2.5.
Guess we need to update our mirror mirror. :)
- donald
> Mirroring seems a client sort of thing. I'm not sure what a server would
> do to support it.
>
> I've used a program called "mirror", available at
>
ftp://sunsite.unc.edu/pub/packages/ftp-archive/mirror/. This worked fine
> for me, but I wouldn't mind hearing suggestions from others.
>
> Karl
>
> May the Legos (TM) always be swept from your path in the night.
>
>
>
From
[email protected] Tue Mar 18 16:56:07 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA29493; Tue, 18 Mar 1997 16:56:06 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA06579;
Tue, 18 Mar 1997 16:55:22 -0600 (CST)
Received: from quark.foobar.net (
[email protected] [194.164.91.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA06509
for <
[email protected]>; Tue, 18 Mar 1997 16:53:59 -0600 (CST)
Received: from sunrise.foobar.co.uk (sunrise.foobar.co.uk [193.122.182.241]) by quark.foobar.net (8.8.2/8.8.2) with ESMTP id VAA04675 for <
[email protected]>; Tue, 18 Mar 1997 21:57:28 GMT
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id VAA12702
for
[email protected]; Tue, 18 Mar 1997 21:50:07 GMT
Message-Id: <
[email protected]>
Date: Tue, 18 Mar 1997 21:50:06 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Re: Mirroring
In-Reply-To: <l03020921af54bb317508@[198.40.24.94]> from "Karl O. Pinc" at Mar 18, 97 03:40:48 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Another client that can be used for both html and ftp mirroring is wget
James
From
[email protected] Tue Mar 18 17:19:14 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA29604; Tue, 18 Mar 1997 17:19:13 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA07868;
Tue, 18 Mar 1997 17:18:29 -0600 (CST)
Received: from hep.net (utah.hep.net [131.225.80.59])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA07606
for <
[email protected]>; Tue, 18 Mar 1997 17:15:08 -0600 (CST)
Received: from juno.hep.net by hep.net (5.x/SMI-SVR4)
id AA01878; Tue, 18 Mar 1997 17:15:07 -0600
Message-Id: <
[email protected]>
Date: Tue, 18 Mar 1997 17:15:06 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Jeff J. Dingbaum" <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftpd 2.4 and AFS 3.4a
In-Reply-To: <Pine.SOL.3.95.970318172824.3917B-100000@thestimulator.admin.lsa.umich.edu>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Tue, 18 Mar 1997, Nathan Rawling wrote:
> When I tried to create device files in AFS, for the chrooted environment,
> it fails. After a few moments with the AFS FAQ I discovered that you
> can't create character or block special files in /afs.
>
> Has anyone found a way around this? I would like to have anonymous
> chrooted into AFS between the access permissions are so much stronger, and
> we can so the files in AFS instead of on local disk.
Yes, I have done it on several machines. You can take a small partition,
say 10MB or so, do a newfs on it and then mount it on
/afs/cellname/ftparea/dev Then you can make udp, tcp, zero, and
ticotsord and everything should work fine.
Jeff Dingbaum HEP Network Resource Center @ Fermilab
[email protected] PO Box 500, MS368
system admin, webmaster, Batavia, IL 60510-0500
postmaster, coffeemaker (630)840-8472 (630)840-8463 fax
From
[email protected] Tue Mar 18 17:30:38 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA29645; Tue, 18 Mar 1997 17:30:37 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA08093;
Tue, 18 Mar 1997 17:29:52 -0600 (CST)
Received: from zamboni.cs.wisc.edu ([128.105.2.25])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA08201
for <
[email protected]>; Tue, 18 Mar 1997 17:25:17 -0600 (CST)
Received: from cs.wisc.edu (localhost [127.0.0.1]) by zamboni.cs.wisc.edu (8.7.6/8.7.3) with ESMTP id RAA27833 for <
[email protected]>; Tue, 18 Mar 1997 17:25:14 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 18 Mar 1997 17:25:14 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: David Parter <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftpd 2.4 and AFS 3.4a
In-Reply-To: Your message of "Tue, 18 Mar 1997 17:15:06 CST."
<
[email protected]>
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> On Tue, 18 Mar 1997, Nathan Rawling wrote:
>
> > When I tried to create device files in AFS, for the chrooted environment,
> > it fails. After a few moments with the AFS FAQ I discovered that you
> > can't create character or block special files in /afs.
> >
> > Has anyone found a way around this? I would like to have anonymous
> > chrooted into AFS between the access permissions are so much stronger, and
> > we can so the files in AFS instead of on local disk.
>
> Yes, I have done it on several machines. You can take a small partition,
> say 10MB or so, do a newfs on it and then mount it on
> /afs/cellname/ftparea/dev Then you can make udp, tcp, zero, and
> ticotsord and everything should work fine.
we are using wu-ftpd and AFS on solaris 2.5.1, and I make a memory-based
file system at boot time for ~ftp/dev
--david
From
[email protected] Tue Mar 18 17:34:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA29664; Tue, 18 Mar 1997 17:34:01 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA08014;
Tue, 18 Mar 1997 17:33:12 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA08245
for <
[email protected]>; Tue, 18 Mar 1997 17:26:39 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id WAA13098
for
[email protected]; Tue, 18 Mar 1997 22:33:50 GMT
Message-Id: <
[email protected]>
Date: Tue, 18 Mar 1997 22:33:49 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftpd 2.4 and AFS 3.4a
In-Reply-To: <Pine.SOL.3.95.970318172824.3917B-100000@thestimulator.admin.lsa.umich.edu> from "Nathan Rawling" at Mar 18, 97 05:31:42 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
A work arround would be to mount your /pub directory in afs, and leave the
rest as a normal file system, which allows character special files.
James.
From
[email protected] Wed Mar 19 02:26:11 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id CAA07893; Wed, 19 Mar 1997 02:26:09 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id CAA05722;
Wed, 19 Mar 1997 02:22:31 -0600 (CST)
Received: from arbi.Informatik.Uni-Oldenburg.DE (arbi.Informatik.Uni-Oldenburg.DE [134.106.1.7])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id CAA01212
for <
[email protected]>; Wed, 19 Mar 1997 02:20:07 -0600 (CST)
Received: by arbi.Informatik.Uni-Oldenburg.DE (Smail3.1.29.1)
id <m0w7Gbf-0005qLC>; Wed, 19 Mar 97 09:20 CET
Received: by diamant.Informatik.Uni-Oldenburg.DE (Smail3.1.29.1)
id <m0w7Gbd-0004wbC>; Wed, 19 Mar 97 09:20 MET
Received: by tuerkis.Informatik.Uni-Oldenburg.DE (Smail3.1.29.1)
id <m0w7Gbc-000AgDC>; Wed, 19 Mar 97 09:20 MET
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 09:20:19 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Walter Harms" <
[email protected]>
To:
[email protected] (wu-ftpd mailinglist)
Subject: checksums for files
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Aliased: From
[email protected] (Walter Harms)
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
HI does anyone have a patch that allows wu-ftpd sending a checksum for a
trasmitted file back to the sender ? i tried with EXEC but it doesnt help
to much. The problem is that have to be sure that the file is transmitted
correctly.
btw: is not my idea but the data are imported and they have to be ok
walter
--
-----
"One good solid hope's worth a cartload of certainties!"
-----
From
[email protected] Wed Mar 19 07:52:28 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id HAA09509; Wed, 19 Mar 1997 07:52:27 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id HAA25759;
Wed, 19 Mar 1997 07:50:25 -0600 (CST)
Received: from legolas.mdh.se (legolas.mdh.se [130.238.251.203])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id HAA19638
for <
[email protected]>; Wed, 19 Mar 1997 07:47:29 -0600 (CST)
Received: from legolas.mdh.se (
[email protected] [130.238.251.203]) by legolas.mdh.se (8.8.5/8.7.3) with SMTP id OAA24076 for <
[email protected]>; Wed, 19 Mar 1997 14:47:27 +0100 (MET)
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 14:47:25 +0100 (MET)
Reply-To: Emil Isberg <
[email protected]>
Sender:
[email protected]
From: Emil Isberg <
[email protected]>
To:
[email protected]
Subject: breaktrough nodirs
MIME-Version: 1.0
Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-342241519-858779245=:13364"
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to
[email protected] for more info.
---559023410-342241519-858779245=:13364
Content-Type: TEXT/PLAIN; charset=US-ASCII
Hello, I think it may be some fault with our configuration, because I have
set it up to only accept uploads in /incoming and not accept creation of
dirs in that dir ..
but as you see from the xferlog someone managed to get past it.
(sorry about the format .. pine you know)
Tue Mar 18 14:29:57 1997 1 u70.gymnasium.tyreso.se 475
/incoming/1/00index.txt b _ i a guest ftp 0 *
Tue Mar 18 14:41:56 1997 1 u63.gymnasium.tyreso.se 475
/incoming/1/00index.txt b _ o a
[email protected] ftp 0 *
Tue Mar 18 14:42:00 1997 1 u63.gymnasium.tyreso.se 475
/incoming/1/00index.txt a _ o a
[email protected] ftp 0 *
Tue Mar 18 14:42:01 1997 105 u70.gymnasium.tyreso.se 1463422
/incoming/old/.../games/Red_alert/redalert.001 b _ i a guest ftp 0 *
Tue Mar 18 14:43:59 1997 74 u70.gymnasium.tyreso.se 1463259
/incoming/old/.../games/Red_alert/redalert.002 b _ i a guest ftp 0 *
here is the stuff from ftpaccess
(I run wu-2.4.2-academ[BETA-12] with in.ftpd -u022 -a -l)
# specify the upload directory information
upload /home/ftp * no
upload /home/ftp /incoming yes adm ftpadmin 0060 nodirs
#this work .. but then we need some .lsm so that adm know where to put the files ..
upload /home/ftp /bin no
upload /home/ftp /etc no
upload /home/ftp /usr no
upload /home/ftp /dev no
#just some defaults .. shouldn't be needed .. but got them just in case ..
noretrieve /etc/passwd /etc/shadow core
(I attach the file for those of you that want to see the rest of it)
/Emil
---559023410-342241519-858779245=:13364
Content-Type: TEXT/PLAIN; charset=US-ASCII; name=ftpaccess
Content-Transfer-Encoding: BASE64
Content-ID: <
[email protected]>
Content-Description: ftpaccess
YmFubmVyIC9ldGMvZnRwZC9tc2dzL2Jhbm5lcg0KDQpjbGFzcyAgIG1kc3Jl
YWx1c2VycyAgIHJlYWwJKi5tZHMubWRoLnNlIG1kcy5tZGguc2UgbGVnb2xh
cyBsZWdvbGFzLm1kaC5zZQ0KY2xhc3MgICBtZGhyZWFsdXNlcnMgICByZWFs
CSoubWRoLnNlIDEzMC4yMzguKiAxOTQuMTcuMjguMTUNCmNsYXNzICAgb3Ro
ZXJlYWxydXNlcnMgcmVhbAkqDQojY2xhc3MJZnRwCWFub255bW91cyxndWVz
dAkqDQpjbGFzcyAgIGZ0cG1kcwlhbm9ueW1vdXMsZ3Vlc3QJKi5tZHMubWRo
LnNlIG1kcy5tZGguc2UgbGVnb2xhcyBsZWdvbGFzLm1kaC5zZQ0KY2xhc3Mg
ICBmdHBtZGgJYW5vbnltb3VzLGd1ZXN0CSoubWRoLnNlIDEzMC4yMzguKiAx
OTQuMTcuMjguMTUNCmNsYXNzICAgZnRwb3RoZXIgYW5vbnltb3VzLGd1ZXN0
CSoNCg0KbGltaXQgb3RoZXJ1c2VycyAyMCAgICAgQW55ICAgICAvZXRjL2Z0
cGQvbXNncy9tc2cuZnVsbA0KbGltaXQgZnRwbWRoCTIwCUFueQkvZXRjL2Z0
cGQvbXNncy9tc2cuZnVsbA0KbGltaXQgZnRwb3RoZXIJMTAJQW55CS9ldGMv
ZnRwZC9tc2dzL21zZy5mdWxsDQpsaW1pdCBhbGwJMTAwCUFueQkvZXRjL2Z0
cGQvbXNncy9tc2cuZGVhZA0KI2xpbWl0CW90aGVyCTUwCUFueQkvZXRjL2Z0
cGQvbXNncy9tc2cuZGVhZA0KI2xpbWl0CWZ0cAkxMAlBbnkJL2hvbWUvZnRw
L2V0Yy9tc2dzL21zZy50b29tYW55DQoNCnJlYWRtZQlSRUFETUUqICAgIGxv
Z2luDQpyZWFkbWUJUkVBRE1FKiAgICBjd2Q9Kg0KDQptZXNzYWdlIC93ZWxj
b21lLm1zZyAgICAgICAgICAgIGxvZ2luDQptZXNzYWdlIC5tZXNzYWdlICAg
ICAgICAgICAgICAgIGxvZ2luDQptZXNzYWdlIC5tZXNzYWdlICAgICAgICAg
ICAgICAgIGN3ZD0qDQptZXNzYWdlIC5jb250ZW50cyAgICAgICAgICAgICAg
IGxvZ2luDQptZXNzYWdlIC5jb250ZW50cyAgICAgICAgICAgICAgIGN3ZD0q
DQoNCiNjb21wcmVzcyAgICAgICAgeWVzICAgICAgICAgICAgIGxvY2FsIHJl
bW90ZQ0KI3RhciAgICAgICAgICAgICB5ZXMgICAgICAgICAgICAgbG9jYWwg
cmVtb3RlDQojY29tcHJlc3MgICAgICAgIHllcyAgICAgICAgICAgICBmdHAN
CiN0YXIgICAgICAgICAgICAgeWVzICAgICAgICAgICAgIGZ0cA0KDQpsb2cg
Y29tbWFuZHMgYW5vbnltb3VzLGd1ZXN0DQpsb2cgdHJhbnNmZXJzIHJlYWws
YW5vbnltb3VzLGd1ZXN0IGluYm91bmQsb3V0Ym91bmQNCiNsb2cgdHJhbnNm
ZXJzIGFub255bW91cyBpbmJvdW5kLG91dGJvdW5kDQoNCmxvZ2luZmFpbHMJ
Mw0KI3BhdGgtZmlsdGVyCWFub255bW91cwkvZXRjL2Z0cGQvbXNncy9wYXRo
bXNnCV5bLUEtWmEtejAtOS5fXSokCV4uIF4tDQojcGF0aC1maWx0ZXIJZ3Vl
c3QJCS9ldGMvZnRwZC9tc2dzL3BhdGhtc2cJXlstQS1aYS16MC05Ll9dKiQJ
Xi4gXi0NCiNwYXRoLWZpbHRlcglhbm9ueW1vdXMJL2V0Yy9mdHBkL21zZ3Mv
cGF0aG1zZwleWy1BLVphLXowLTlcLl9dKiQJXlwuIF4tDQojc29tZXRoaW5n
IHdyb25nIHdpdGggdGhlIHBhdGgtZmlsdGVycyAuLiBjaGVja2luZyBsYXRl
ciAuLg0KDQojIGFsbCB0aGUgZm9sbG93aW5nIGRlZmF1bHQgdG8gInllcyIg
Zm9yIGV2ZXJ5Ym9keQ0KZGVsZXRlCQlubwlndWVzdCxhbm9ueW1vdXMJCSMg
ZGVsZXRlIHBlcm1pc3Npb24/DQojb3ZlcndyaXRlCW5vCWd1ZXN0LGFub255
bW91cwkJIyBvdmVyd3JpdGUgcGVybWlzc2lvbj8NCnJlbmFtZQkJbm8JZ3Vl
c3QsYW5vbnltb3VzCQkjIHJlbmFtZSBwZXJtaXNzaW9uPw0KY2htb2QJCW5v
CWFub255bW91cwkJIyBjaG1vZCBwZXJtaXNzaW9uPw0KdW1hc2sJCW5vCWFu
b255bW91cwkJIyB1bWFzayBwZXJtaXNzaW9uPw0KDQojIHNwZWNpZnkgdGhl
IHVwbG9hZCBkaXJlY3RvcnkgaW5mb3JtYXRpb24NCnVwbG9hZCAgL2hvbWUv
ZnRwICAqICAgICAgICAgICAgIG5vDQp1cGxvYWQgCS9ob21lL2Z0cAkvaW5j
b21pbmcJeWVzICAgICBhZG0JZnRwYWRtaW4JMDA2MCBub2RpcnMNCiN0aGlz
IHdvcmsgLi4gYnV0IHRoZW4gd2UgbmVlZCBzb21lIC5sc20gc28gdGhhdCBh
ZG0gbm8gd2hlcmUgdG8gcHV0IHRoZSBmaWxlcyAuLg0KDQojdXBsb2FkIAkv
aG9tZS9mdHAJL2luY29taW5nCXllcyAgICAgYWRtCWZ0cGFkbWluCTAwNjAg
ZGlycw0KI3VwbG9hZCAJL2hvbWUvZnRwCS9pbmNvbWluZy8qCXllcyAgICAg
YWRtCWZ0cGFkbWluCTAwNjAgbm9kaXJzDQojZG9lcyBub3Qgd29yayAuLiB0
aGUgZGlycyBnZXQgdGhlIHdyb25nIG93bmVycyAuLiBjb3VsZCBwYXRjaCB3
dS1mdHBkIC4uIDotKA0KDQp1cGxvYWQgIC9ob21lL2Z0cCAgL2JpbiAgICAg
ICAgICBubw0KdXBsb2FkICAvaG9tZS9mdHAgIC9ldGMgICAgICAgICAgbm8N
CnVwbG9hZCAgL2hvbWUvZnRwICAvdXNyICAgICAgICAgIG5vDQp1cGxvYWQg
IC9ob21lL2Z0cCAgL2RldiAgICAgICAgICBubw0KI2p1c3Qgc29tZSBkZWZh
dWx0cyAuLiBzaG91bGRuJ3QgYmUgbmVlZGVkICAuLiBidXQgZ290IHRoZW0g
anVzdCBpbiBjYXNlIC4uDQoNCm5vcmV0cmlldmUgL2V0Yy9wYXNzd2QgL2V0
Yy9zaGFkb3cgY29yZQ0KDQpzaHV0ZG93biAvZXRjL2Z0cHNodXRtc2cNCiN0
aGlzIGZpbGUgc2hvdWxkIGJlIGEgbGluayB0byAvZXRjL2Z0cGQvbXNncy9m
dHBzaHV0bXNnIC4uDQojIGFuZCAvZXRjL2Z0cGQvbXNncy9mdHBzaHV0bXNn
IGlzIGEgbGluayB0byAvaG9tZS9mdHAvZXRjL3NodXRtc2cNCiMgIHRoYXQg
ZmlsZSBzaG91bGRuJ3QgYmUgdGhlcmUgLi4gYnV0IHRoZSBzb2Z0bGlua3Mg
c2hhbGwgYmUgdGhlcmUgOi0pDQoNCmVtYWlsIGZ0cEBmdHAubWRzLm1kaC5z
ZQ0KI2p1c3Qgc29tZSBkZWZhdWx0cyAuLiBzaG91bGQgd29yayAuLg0K
---559023410-342241519-858779245=:13364--
From
[email protected] Wed Mar 19 08:03:36 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA09665; Wed, 19 Mar 1997 08:03:35 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA09842;
Wed, 19 Mar 1997 08:01:27 -0600 (CST)
Received: from finch.engrs.infi.net (finch.engrs.infi.net [206.153.61.77])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id HAA06533
for <
[email protected]>; Wed, 19 Mar 1997 07:59:23 -0600 (CST)
Received: by finch.engrs.infi.net; id AA05961; Wed, 19 Mar 1997 08:59:31 -0500
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 08:59:30 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Scot Needy <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Lingering ftp procs & wu-ftpd-2.4.2-beta-13
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-Mailer: Mozilla 3.01Gold (X11; I; OSF1 V3.2 alpha)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi;
Just installed wu-ftpd-2.4.2-beta-13 on a dec and
noticed I still have a problem with lingering ftp
sessions. Should this have been fixed w/ this revision,
or do I need to patch it.
If so could you point me to the patch-HOWTO?
OSF1 V3.2 41.64 alpha
Thanks
Scot
ps auxww | grep ftp
nashnc5 8318 0.0 0.2 1.38M 264K ?? I 08:22:27 0:00.14
ftpd: pa1dsp1.nc5.infi.net: nas
roatimes 8795 0.0 0.3 1.45M 336K ?? I 08:37:21 0:00.43
ftpd: 205.216.36.66: roatimes:
nashnc5 9155 0.0 0.2 1.38M 264K ?? I 08:27:02 0:00.14
ftpd: comp140.bande.com: nashnc
nashnc5 9253 0.0 0.0 1.38M 0K ?? IW 07:48:55 0:00.14
ftpd: pa2dsp20.nc5.infi.net: na
nashnc5 1143 0.0 0.2 1.38M 216K ?? S 07:24:30 0:04.46
ftpd: pa1dsp22.nc5.infi.net: na
nashnc5 1176 0.0 0.0 1.38M 0K ?? IW 07:56:21 0:00.14
ftpd: dial-2.r03.tnsmvl.InfoAve
foto 1724 0.0 0.3 1.52M 328K ?? I 08:08:35 0:01.52
ftpd: pa2dsp23.fay.infi.net: fo
nashnc5 10206 0.0 0.2 1.38M 264K ?? I 08:46:12 0:00.15
ftpd: pa1dsp7.nc5.infi.net: nas
citrus 10346 0.0 0.3 1.46M 344K ?? I 08:47:42 0:00.17
ftpd: pa2dsp20.x31.infi.net: ci
nashnc5 10429 0.0 0.2 1.38M 264K ?? I 08:27:40 0:00.14
ftpd: pa1dsp13.nc5.infi.net: na
nashnc5 2475 0.0 0.2 1.38M 264K ?? I 08:27:48 0:00.14
ftpd: pa1dsp11.nc5.infi.net: na
nashnc5 10705 0.0 0.2 1.38M 264K ?? I 08:39:33 0:00.14
ftpd: 206.228.1.7: nashnc5: IDL
nashnc5 10987 0.0 0.2 1.38M 264K ?? I 08:32:58 0:00.14
ftpd: 170.141.62.11: nashnc5: I
bhplus 11064 0.0 0.3 1.52M 360K ?? I 08:25:35 0:01.24
ftpd: pa2dsp12.pit.infi.net: bh
nashnc5 11269 0.0 0.2 1.38M 264K ?? S 08:47:59 0:00.14
ftpd: 170.141.62.15: nashnc5: I
nashnc5 11327 0.0 0.2 1.38M 264K ?? I 08:38:56 0:00.14
ftpd: 170.180.189.34: nashnc5:
nashnc5 11609 0.0 0.2 1.38M 264K ?? I 08:45:35 0:00.17
ftpd: nas-tn3-23.ix.netcom.com:
nashnc5 11991 0.0 0.2 1.38M 264K ?? I 08:43:57 0:00.14
ftpd: 170.141.62.23: nashnc5: I
nashnc5 28687 0.0 0.0 1.38M 0K ?? IW 08:03:28 0:00.15
ftpd: host-207-53-16-17.bna.bel
nashnc5 4509 0.0 0.2 1.38M 248K ?? I 08:20:34 0:00.15
ftpd: 170.180.189.38: nashnc5:
nashnc5 5626 0.0 0.2 1.38M 264K ?? I 08:42:37 0:00.15
ftpd: FRUIT.COM: nashnc5: IDLE
nashnc5 6642 0.0 0.0 1.38M 0K ?? IW 07:53:59 0:00.14
ftpd: 170.middletown-017.va.dia
jax 32010 0.0 0.3 1.52M 352K ?? I 08:28:15 0:00.54
ftpd: pa1dsp23.jax.infi.net: ja
From
[email protected] Wed Mar 19 08:20:50 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA09839; Wed, 19 Mar 1997 08:20:49 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA08653;
Wed, 19 Mar 1997 08:18:48 -0600 (CST)
Received: from ns.elsevier.nl (ns.elsevier.nl [145.36.5.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA22387
for <
[email protected]>; Wed, 19 Mar 1997 08:17:29 -0600 (CST)
Received: from ELSEVIER.NL (actually esnlgate.elsevier.nl) by ns.elsevier.nl
with SMTP (PP); Wed, 19 Mar 1997 15:22:03 +0100
Received: from ES#u#AMS0-Message_Server by ELSEVIER.NL with Novell_GroupWise;
Wed, 19 Mar 1997 15:16:27 +0100
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 15:15:47 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Albert Brouwer <
[email protected]>
To:
[email protected]
Subject: Can't get ftpconversions to work, all simple checks
performed.... -2
X-Mailer: Novell GroupWise 4.1
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi folks,
After a lot of debugging I solved my initial problem, being that
ftpconversions did not work. The solution was in the ftpaccess
file. The lines granting compres, tar and gzip were incorrect. The
simplest way to solve it was by putting an '*' instead of the class
names.
However, compression now works, but something strange
happens when I try to tar something. It does start up /bin/tar and
it does send data over, however, the resulting <file>.tar file is
always 0 bytes big !?!?!?!
Does anybody know what is going wrong there ?????
Any help will be greatly appreciated.....
PS.: Here is my ftpconversions file again:
:.Z: : :/bin/compress -d -c
%s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
: : :.Z:/bin/compress -c
%s:T_REG:O_COMPRESS:COMPRESS
:.gz: : :/bin/gzip -cd
%s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
: : :.gz:/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
: : :.tar:/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
: : :.tar.Z:/bin/tar -c -Z -f -
%s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
: : :.tar.gz:/bin/tar -c -z -f -
%s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
Albert Brouwer
From
[email protected] Wed Mar 19 09:24:52 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA16823; Wed, 19 Mar 1997 09:24:50 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA00948;
Wed, 19 Mar 1997 09:22:35 -0600 (CST)
Received: from ns.elsevier.nl (ns.elsevier.nl [145.36.5.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA15206
for <
[email protected]>; Wed, 19 Mar 1997 09:12:55 -0600 (CST)
Received: from ELSEVIER.NL (actually esnlgate.elsevier.nl) by ns.elsevier.nl
with SMTP (PP); Wed, 19 Mar 1997 16:17:47 +0100
Received: from ES#u#AMS0-Message_Server by ELSEVIER.NL with Novell_GroupWise;
Wed, 19 Mar 1997 16:12:15 +0100
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 16:11:12 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Albert Brouwer <
[email protected]>
To:
[email protected]
Subject: Can't get ftpconversions to work, all simple checks
performed.... -3 -solved
X-Mailer: Novell GroupWise 4.1
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi folks,
Sorry, I solved this problem also. The library file 'libsocket.so.1'
was missing from the chrooted library directory.
Greetings,
Albert.
From
[email protected] Wed Mar 19 09:37:50 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA17258; Wed, 19 Mar 1997 09:37:48 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA23900;
Wed, 19 Mar 1997 09:35:48 -0600 (CST)
Received: from light.lightlink.com (
[email protected] [205.232.34.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA28640
for <
[email protected]>; Wed, 19 Mar 1997 09:19:37 -0600 (CST)
Received: from localhost (homer@localhost)
by light.lightlink.com (8.8.4/8.8.4) with SMTP
id KAA29439 for <
[email protected]>; Wed, 19 Mar 1997 10:19:35 -0500 (EST)
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 10:19:34 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Homer W. Smith" <
[email protected]>
To: FTP MAILING LIST <
[email protected]>
Subject: chmod
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Stupid question: How does one use the ftp client to
do a chmod on a file?
Thanks. Homer
------------------------------------------------------------------------------
Homer Wilson Smith News, Web, Telnet Art Matrix - Lightlink
(607) 277-0959 SunOS 4.1.4 Sparc 20 Internet Access, Ithaca NY
[email protected] [email protected] http://www.lightlink.com
From
[email protected] Wed Mar 19 09:43:27 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA17730; Wed, 19 Mar 1997 09:43:26 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA32046;
Wed, 19 Mar 1997 09:41:03 -0600 (CST)
Received: from gate1.informatik.fh-wiesbaden.de (gate1.informatik.fh-wiesbaden.de [193.175.36.254])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA06853
for <
[email protected]>; Wed, 19 Mar 1997 09:26:18 -0600 (CST)
Received: from localhost (noell@localhost) by gate1.informatik.fh-wiesbaden.de (8.8.5/8.8.3) with SMTP id QAA03404; Wed, 19 Mar 1997 16:26:14 +0100 (MET)
Message-Id: <Pine.SUN.3.96.970319161921.3375A-100000@gate1.informatik.fh-wiesbaden.de>
Date: Wed, 19 Mar 1997 16:26:14 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl L. Noell" <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Can't get ftpconversions to work, all simple checks performed.... -2
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Wed, 19 Mar 1997, Albert Brouwer wrote:
> Hi folks,
>
> After a lot of debugging I solved my initial problem, being that
> ftpconversions did not work. The solution was in the ftpaccess
> file. The lines granting compres, tar and gzip were incorrect. The
> simplest way to solve it was by putting an '*' instead of the class
> names.
Thank you for that valuable hint. I too have encountered that problem
(ftpconversions didn't work).
>
> However, compression now works, but something strange
> happens when I try to tar something. It does start up /bin/tar and
> it does send data over, however, the resulting <file>.tar file is
> always 0 bytes big !?!?!?!
>
That's not the case with my installation. You can test it with
anonymous ftp:
ftp.informatik.fh-wiesbaden.de
I've testet it with:
get dirname.tar
get dirname.tar.gz
get dirname.tar.Z
and everything was ok after replacing the wrong parameters by '*' as you
suggested.
Regards
////////////////////////////////////////////////////////////////////////
Karl L. Noell Tel.: +49 611 9495-201
fhw - Dept. of Computer Science Fax : +49 611 9495-210
Wiesbaden, Germany
////////////////////////////////////////////////////////////////////////
From
[email protected] Wed Mar 19 10:06:06 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA21332; Wed, 19 Mar 1997 10:06:05 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA05499;
Wed, 19 Mar 1997 10:04:01 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA30667
for <
[email protected]>; Wed, 19 Mar 1997 10:00:15 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id LAA18366;
Wed, 19 Mar 1997 11:00:10 -0500 (EST)
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 11:00:10 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: breaktrough nodirs
In-Reply-To: <
[email protected]> from "Emil Isberg" at Mar 19, 97 02:47:25 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Salut A Vous, O Grand Manitou Emil Isberg !!
> This message is in MIME format. The first part should be readable text,
grrrrrr I hate MIME :-)
> Hello, I think it may be some fault with our configuration, because I have
> set it up to only accept uploads in /incoming and not accept creation of
> dirs in that dir ..
> but as you see from the xferlog someone managed to get past it.
> (sorry about the format .. pine you know)
>
> Tue Mar 18 14:29:57 1997 1 u70.gymnasium.tyreso.se 475
> /incoming/1/00index.txt b _ i a guest ftp 0 *
> Tue Mar 18 14:41:56 1997 1 u63.gymnasium.tyreso.se 475
> /incoming/1/00index.txt b _ o a
[email protected] ftp 0 *
> Tue Mar 18 14:42:00 1997 1 u63.gymnasium.tyreso.se 475
> /incoming/1/00index.txt a _ o a
[email protected] ftp 0 *
> Tue Mar 18 14:42:01 1997 105 u70.gymnasium.tyreso.se 1463422
> /incoming/old/.../games/Red_alert/redalert.001 b _ i a guest ftp 0 *
> Tue Mar 18 14:43:59 1997 74 u70.gymnasium.tyreso.se 1463259
> /incoming/old/.../games/Red_alert/redalert.002 b _ i a guest ftp 0 *
>
Yes, I think this is a fix|feature|bug(pick any two :-).
the 'upload' directive will only take effect if root_dir match
the passwd field, i.e. only the underlying Unix
file permissions will do the restrictions if they mismatch.
Let me cut and paste for you
FIXES-2.4.2-BETA-11:
...
ftpaccess.5 now clarifies the fact that the root-dir specified in
the upload configuration line MUST match the home directory in
the operation system password database.
there was a discussion a year back with the 'nodirs problem'
and a patch provided by Bob Myers. But i think everything
was integrated in beta-12.
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Wed Mar 19 10:17:39 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA21404; Wed, 19 Mar 1997 10:17:38 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA22530;
Wed, 19 Mar 1997 10:14:51 -0600 (CST)
Received: from nz11.rz.uni-karlsruhe.de (nz11.rz.uni-karlsruhe.de [129.13.64.7])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA12467
for <
[email protected]>; Wed, 19 Mar 1997 10:09:07 -0600 (CST)
Received: from iwwhp01.iww.uni-karlsruhe.de by nz11.rz.uni-karlsruhe.de with SMTP (PP); Wed, 19 Mar 1997 17:04:07 +0100
Received: from iww-command.iww.uni-karlsruhe.de by iwwhp01.iww.uni-karlsruhe.de with SMTP
(1.38.193.4/16.2) id AA09219; Wed, 19 Mar 1997 17:04:04 +0100
Message-Id: <v03020900af55bd52d5c1@[129.13.123.186]>
Date: Wed, 19 Mar 1997 17:04:06 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Lars Wessels <
[email protected]>
To:
[email protected]
Subject: Re: Can't get ftpconversions to work
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>However, compression now works, but something strange
>happens when I try to tar something. It does start up /bin/tar and
>it does send data over, however, the resulting <file>.tar file is
>always 0 bytes big !?!?!?!
>
>Does anybody know what is going wrong there ?????
Does your tar binary require shared libs? If you're unsure try to recompile
the GNU sources with gcc and "-static". This worked for me, I had the
same problem with downloaded tar files being 0 bytes in size.
So long,
Lars
------------------------------------------------------------------
Lars Wessels Institute for Economic Policy Research (IWW)
University of Karlsruhe, Germany
Phone: +49 721 608 4780/6172 Fax. +49 721 607376
eMail:
[email protected]
From
[email protected] Wed Mar 19 10:22:01 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA21464; Wed, 19 Mar 1997 10:22:00 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA29929;
Wed, 19 Mar 1997 10:19:58 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA18096
for <
[email protected]>; Wed, 19 Mar 1997 10:12:01 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id LAA18556;
Wed, 19 Mar 1997 11:11:57 -0500 (EST)
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 11:11:57 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: chmod
In-Reply-To: <
[email protected]> from "Homer W. Smith" at Mar 19, 97 10:19:34 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Salut A Vous, O Grand Manitou Homer W. Smith !!
> Stupid question:
Contradiction in terms, there is no such thing
only malformed anwers
> How does one use the ftp client to
> do a chmod on a file?
some ftp clients(i.e ncftp) can understand site so:
ncftp> site chmod 755 file
some don't then:
ftp> quote site chmod 755 file
of course the ftp server on the other side must implement those extensions
wu-ftpd understands those directives.
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Wed Mar 19 10:28:32 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA21812; Wed, 19 Mar 1997 10:28:31 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA03845;
Wed, 19 Mar 1997 10:26:21 -0600 (CST)
Received: from emerald (emerald.omg.org [192.67.184.65])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA22312
for <
[email protected]>; Wed, 19 Mar 1997 10:19:45 -0600 (CST)
Received: from elessar.omg.org by emerald (SMI-8.6/SMI-SVR4)
id LAA12107; Wed, 19 Mar 1997 11:21:46 -0500
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 11:20:01 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Monika Adamczyk <
[email protected]>
To:
[email protected]
Subject: automatic genration of the README file
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi,
I would like to be able to generate README me file at the ftp root
level with will display content of all .message files from every
directory, even if I change content of them or add/subsctract a
directory from the server.
Can somebody tell me how to do it.
Thanks,
Monika
From
[email protected] Wed Mar 19 10:57:11 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA22156; Wed, 19 Mar 1997 10:57:10 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA14200;
Wed, 19 Mar 1997 10:54:58 -0600 (CST)
Received: from siggy.iceonline.com (siggy.iceonline.com [204.191.208.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA12892
for <
[email protected]>; Wed, 19 Mar 1997 10:49:03 -0600 (CST)
Received: by siggy.iceonline.com (940816.SGI.8.6.9/940406.SGI)
for
[email protected] id IAA26394; Wed, 19 Mar 1997 08:49:02 -0800
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 08:49:01 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Chris Brown)
To:
[email protected]
Subject: Re: automatic genration of the README file
In-Reply-To: <
[email protected]> from "Monika Adamczyk" at Mar 19, 97 11:20:01 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> I would like to be able to generate README me file at the ftp root
> level with will display content of all .message files from every
> directory, even if I change content of them or add/subsctract a
> directory from the server.
> Can somebody tell me how to do it.
Try running a crontask or if you don't mind doing it manually, make it a
shell script, which does this:
cp /dev/null ~ftp/README
find ~ftp -name .message -exec cat {} >>~ftp/README \;
exit
You might want to beautify it a bit, but that should do what you want.
Chris...
From
[email protected] Wed Mar 19 11:13:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA22301; Wed, 19 Mar 1997 11:13:01 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA15772;
Wed, 19 Mar 1997 11:12:17 -0600 (CST)
Received: from ccsales.ccsales.com (ccsales.com [206.5.38.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA09773
for <
[email protected]>; Wed, 19 Mar 1997 11:07:08 -0600 (CST)
Received: from ntpop1 ([207.137.172.92]) by ccsales.ccsales.com (8.6.12/8.6.12) with ESMTP id JAA27202 for <
[email protected]>; Wed, 19 Mar 1997 09:07:06 -0800
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 09:10:32 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Randy Katz <
[email protected]>
To:
[email protected]
Subject: Re: automatic genration of the README file
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="----------3790464C6B801"
X-Mailer: Mozilla 4.0b2 (WinNT; I)
X-Priority: 3 (Normal)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
This is a multi-part message in MIME format.
------------3790464C6B801
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
Use a PERL script (you write) that checks every file/directory and
catalogues them and extracts the description of the file from within the
file itself either:
a) on a specific line of the file.
b) or with special text like DESC: this file is the blah blah.
You can let the cron daemon (through crontab) execute the script every x
minutes, hours, days, etc...
Thanx,
Randy Katz
Monika Adamczyk wrote:
>
> Hi,
> I would like to be able to generate README me file at the ftp root
> level with will display content of all .message files from every
> directory, even if I change content of them or add/subsctract a
> directory from the server.
> Can somebody tell me how to do it.
> Thanks,
> Monika
------------3790464C6B801
Content-Transfer-Encoding: 7bit
Content-Description: Card for Randy Katz
Content-Disposition: attachment; filename="nsmailBL.TMP"
Content-Type: text/x-vcard; charset=us-ascii; name="nsmailBL.TMP"
BEGIN:VCARD
FN:Randy Katz
N:Katz;Randy
ORG:Computer Consultation & Sales
ADR:;;505 S. Beverly Drive, Suite 472;Beverly Hills;CA;90212
EMAIL;INTERNET:
[email protected]
TITLE:President
TEL;WORK:(213) 307-9581
TEL;FAX:(213) 655-9474
TEL;HOME:(213) 307-9581
X-MOZILLA-HTML:T
END:VCARD
------------3790464C6B801--
From
[email protected] Wed Mar 19 11:47:46 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA22609; Wed, 19 Mar 1997 11:47:45 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA11139;
Wed, 19 Mar 1997 11:46:52 -0600 (CST)
Received: from mail.Germany.EU.net (mail.germany.eu.net [192.76.144.65])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA32509
for <
[email protected]>; Wed, 19 Mar 1997 11:41:21 -0600 (CST)
Received: by mail.Germany.EU.net with SMTP (5.59+:34/EUnetD-2.6.2.a) via EUnet
id SAA13932; Wed, 19 Mar 1997 18:41:19 +0100
Received: by vogon.de.deuba.com
id AA18268; Wed, 19 Mar 1997 18:40:46 +0100
Received: by vogon.de.deuba.com via smap (V1.3)
id sma012860; Wed Mar 19 18:40:37 1997
Message-Id: <0040700001091051000002*@MHS>
Date: Wed, 19 Mar 1997 18:47:56 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To: ", DDA.RFC-822:wu-ftpd (a) wugate.wustl.edu, P:DEUTSCHE-BANK, A:" <
[email protected]>
Subject: unsubscribe
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
From
[email protected] Wed Mar 19 11:58:51 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA22651; Wed, 19 Mar 1997 11:58:49 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA28172;
Wed, 19 Mar 1997 11:58:06 -0600 (CST)
Received: from dataadmin.irm.r9.fws.gov (dataadmin.irm.r9.fws.gov [164.159.176.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA25497
for <
[email protected]>; Wed, 19 Mar 1997 11:56:37 -0600 (CST)
Received: by dataadmin.irm.r9.fws.gov (SMI-8.6/SMI-SVR4)
id KAA29323; Wed, 19 Mar 1997 10:53:33 -0700
Message-Id: <Pine.SOL.3.91.970319105226.28828A-100000@dataadmin>
Date: Wed, 19 Mar 1997 10:53:33 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Lentini <
[email protected]>
To:
[email protected]
Subject: unsubscribe
In-Reply-To: <0040700001091051000002*@MHS>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender: lentinij@dataadmin
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I tried before to unsubscribe and was unsuccessful. I sent commands to
majordomo and listmaster and got errors back. Please unsubscribe me too
if there is an admin on the other end.
##################################
## James V. Lentini ##
## Systems Analyst ##
## Voice:303.275.2414 ##
##################################
From
[email protected] Wed Mar 19 13:19:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA23650; Wed, 19 Mar 1997 13:19:02 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA01368;
Wed, 19 Mar 1997 13:18:01 -0600 (CST)
Received: from morpho.dar.net (
[email protected] [128.252.125.187])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA31997
for <
[email protected]>; Wed, 19 Mar 1997 13:16:55 -0600 (CST)
Received: from localhost (are1@localhost) by morpho.dar.net (8.8.5/8.8.2) with SMTP id NAA21814; Tue, 18 Mar 1997 13:16:09 -0600
Message-Id: <
[email protected]>
Date: Tue, 18 Mar 1997 13:16:08 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Andy Ellsworth <
[email protected]>
To: Emil Isberg <
[email protected]>
Cc:
[email protected]
Subject: Re: breaktrough nodirs
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: morpho.dar.net: are1 owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Something definitely changed in the interpretation of the 'nodirs'
directive between BETA-11 and BETA-12. We installed BETA-12 here at
wuarchive, and about 3 weeks later I realized that the nodirs wasn't
working, as a bunch of software pirates had maxed out all of our drives :(
I switched back to BETA-11 and things work normally. Anyone know what
changed for sure?
+----------------------------------------------------------------------------+
| Andy Ellsworth |
[email protected] | Admin/Cyberdiplomat, Wuarchive |
+----------------------------------------------------------------------------+
From
[email protected] Wed Mar 19 13:30:08 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA23691; Wed, 19 Mar 1997 13:30:07 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA14445;
Wed, 19 Mar 1997 13:29:23 -0600 (CST)
Received: from interlock.lexmark.com (interlock.lexmark.com [192.146.101.2])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA24939
for <
[email protected]>; Wed, 19 Mar 1997 13:17:36 -0600 (CST)
Received: by interlock.lexmark.com id AA05523
(InterLock SMTP Gateway 3.0 for
[email protected]);
Wed, 19 Mar 1997 14:17:33 -0500
Received: by interlock.lexmark.com (Protected-side Proxy Mail Agent-2);
Wed, 19 Mar 1997 14:17:33 -0500
Received: by interlock.lexmark.com (Protected-side Proxy Mail Agent-1);
Wed, 19 Mar 1997 14:17:33 -0500
Message-Id: <
[email protected]>
Date: 19 Mar 97 14:17:47 EST
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Mowrer <
[email protected]>
To: "wu-ftpd%mail.wustl.edu" <
[email protected]>
Subject: wu-ftpd
Mime-Version: 1.0
Content-Type: Text/Plain
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I don't know if this is a list server or not, but I am trying to find someone
that supports wu-ftpd. Question below..
thanks Jim
We have WU-FTPD(2.4) running on our
site. Question is this. I don't seem to be able to use "quote site group or
groups" to change to a group that would allow me access to certain files.. for
example .. If I have access to groups(via /etc/group) "test, ediadm, users" in
that order.. If I ftp to my server and log in with a valid UID (not anonymous)
I can get files that have permissions of "644", but if I go to a directory
that has permissions of "755" and a file in that directory with permissions of
"640", and that file is in group "users", I get permission denied. Ok, I
should.. then I use "quote site group users" and ftp say group accepted, but
when I use the 'quote site groups' command I get returned to me a blank line
and I also get permission denied when I do a get. Do I need to have
"ftpgroups" in /etc? I think I have missed something somewhere.. Hope I gave
you enough to go on. Thanks Jim
From
[email protected] Wed Mar 19 13:41:58 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA23742; Wed, 19 Mar 1997 13:41:56 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA01127;
Wed, 19 Mar 1997 13:41:13 -0600 (CST)
Received: from mercury.infoshare.net (
[email protected] [199.212.229.202])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA13582
for <
[email protected]>; Wed, 19 Mar 1997 13:34:26 -0600 (CST)
Received: by mercury.infoshare.net (8.6.12/8.6.9)
id OAA24330; Wed, 19 Mar 1997 14:34:24 -0500
Received: from unknown(142.148.10.52) by mercury.infoshare.net via smap (V3.1.1)
id xma024293; Wed, 19 Mar 97 14:34:12 -0500
Received: by hermes.fundserv.com (8.6.12/Sun-bp)
id OAA21647; Wed, 19 Mar 1997 14:38:27 -0500
Message-Id: <Pine.SUN.3.91.970319143640.4883B-100000@hermes>
Date: Wed, 19 Mar 1997 14:38:26 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Steve Szabo <
[email protected]>
To:
[email protected]
Subject: Setting up users via NIS+
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
How can I allow NIS+ users access to the site by logging in with
their account, but having them end up in a particular dir in the
ftp tree?
==================================================================
| Steven Szabo + 2, 1st Canadian Place |
| CoreLAN Communications Inc. + Suite 1730, Toronto, Ont. |
| Technical Support + Ph: (416) 362-7378 |
|
[email protected] + Fax: (416) 362-8772 |
==================================================================
From
[email protected] Wed Mar 19 15:00:08 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA24048; Wed, 19 Mar 1997 15:00:06 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA13841;
Wed, 19 Mar 1997 14:59:01 -0600 (CST)
Received: from gatekeep.ti.com (news.ti.com [192.94.94.33])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA04435
for <
[email protected]>; Wed, 19 Mar 1997 14:55:23 -0600 (CST)
Received: from dadd.ti.com. ([156.117.119.90]) by gatekeep.ti.com (8.8.5) with ESMTP id OAA17760 for <
[email protected]>; Wed, 19 Mar 1997 14:54:51 -0600 (CST)
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.8.4/)
id OAA06916; Wed, 19 Mar 1997 14:54:42 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Wed, 19 Mar 1997 14:54:41 -0600
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 97 14:54:41 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftpd
In-Reply-To: <
[email protected]>; from "Jim Mowrer" at Mar 19, 97 2:17 pm
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Jim said :-
> We have WU-FTPD(2.4) running on our
>site. Question is this. I don't seem to be able to use "quote site group or
>groups" to change to a group that would allow me access to certain files.. for
>example .. If I have access to groups(via /etc/group) "test, ediadm, users" in
>that order.. If I ftp to my server and log in with a valid UID (not anonymous)
>I can get files that have permissions of "644", but if I go to a directory
>that has permissions of "755" and a file in that directory with permissions of
>"640", and that file is in group "users", I get permission denied. Ok, I
>should.. then I use "quote site group users" and ftp say group accepted, but
>when I use the 'quote site groups' command I get returned to me a blank line
>and I also get permission denied when I do a get. Do I need to have
>"ftpgroups" in /etc? I think I have missed something somewhere.. Hope I gave
>you enough to go on. Thanks Jim
Jim, you didn't mention this in your message (you may have thought it was
obvious), so I'll say it to make sure you know... You need to follow up the
quote site group users
command with a
quote site gpass <password>
command, supplying the relevant password for the group entry, in order
for the change to take place. Until and unless you supply the correct
password, you can't change the group.
As you suspected, the group entry must be in the /etc/ftpgroups file (along
with the encrypted password). For my installation, this file is at
~ftp/etc/ftpgroups, with /etc/ftpgroups being a link to the same place,
so that the command will work for both regular and anonymous users.
I hope this helps !
Cheers, Bob
--
Bob Luckin
[email protected] "A man, a plan, a canal, Suez !"
From
[email protected] Wed Mar 19 17:45:19 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA24691; Wed, 19 Mar 1997 17:45:17 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA24672;
Wed, 19 Mar 1997 17:44:21 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA07072
for <
[email protected]>; Wed, 19 Mar 1997 17:38:35 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id SAA25618
for
[email protected]; Wed, 19 Mar 1997 18:38:35 -0500 (EST)
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 18:38:34 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftpd
In-Reply-To: <
[email protected]> from "Bob Luckin" at Mar 19, 97 02:54:41 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>
> quote site group users
> command with a
> quote site gpass <password>
>
> As you suspected, the group entry must be in the /etc/ftpgroups file (along
> with the encrypted password). For my installation, this file is at
> ~ftp/etc/ftpgroups, with /etc/ftpgroups being a link to the same place,
> so that the command will work for both regular and anonymous users.
>
> I hope this helps !
>
To add to Mr Luckin explanations
you should also have
private yes
in ftpaccess
check the path with ckconfig
--
au revoir, alain
----
Teamwork is essential -- it allows you to blame someone else.
From
[email protected] Wed Mar 19 19:15:53 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id TAA24964; Wed, 19 Mar 1997 19:15:52 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id TAA24136;
Wed, 19 Mar 1997 19:12:58 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id TAA03146
for <
[email protected]>; Wed, 19 Mar 1997 19:07:54 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id BAA19542
for
[email protected]; Thu, 20 Mar 1997 01:03:33 GMT
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 1997 01:03:32 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Re: Mirroring
In-Reply-To: <
[email protected]> from "Donald Ball" at Mar 18, 97 05:40:53 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>
> mirror is good and it's what I use, I've also heard good things about
> wget, a new GNU mirroring tool, but haven't used it yet. wget is available
> at
ftp://sunsite.unc.edu/pub/gnu/wget-1.4.4.tar.gz. Btw, the mirror on
>From having talked to the author of wget, I know it is his intention to blow
mirror out of the water or is that net? Anyway, wget might be something to
watch even if it does not fit your current requirements.
James
From
[email protected] Wed Mar 19 20:42:11 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id UAA25337; Wed, 19 Mar 1997 20:42:09 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA18333;
Wed, 19 Mar 1997 20:41:20 -0600 (CST)
Received: from kerouac.deepwell.com (kerouac.deepwell.com [207.212.140.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id UAA26971
for <
[email protected]>; Wed, 19 Mar 1997 20:37:57 -0600 (CST)
Received: from dante.deepwell.com ([207.212.140.203])
by kerouac.deepwell.com (post.office MTA v2.0 0813 ID# 0-12198)
with SMTP id AAA201 for <
[email protected]>;
Wed, 19 Mar 1997 18:32:24 -0800
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 18:34:49 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: matt <
[email protected]>
To:
[email protected]
Subject: Guest Chroot Failure
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I had wu-ftpd 2.4 setup on my FreeBSD 2.1.6
machine and guestgroup chroots worked fine.
I tried putting Academ's 2.4.2 beta 13 and
guestgroups stopped working.
Both are using the same ftpaccess file.
Is there something obvious that I'm overlooking?
Please help.
Matt
From
[email protected] Wed Mar 19 20:47:48 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id UAA25373; Wed, 19 Mar 1997 20:47:43 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA04049;
Wed, 19 Mar 1997 20:46:57 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id UAA19921
for <
[email protected]>; Wed, 19 Mar 1997 20:44:14 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id CAA19714
for
[email protected]; Thu, 20 Mar 1997 02:40:00 GMT
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 1997 02:39:59 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Re: Guest Chroot Failure
In-Reply-To: <
[email protected]> from "matt" at Mar 19, 97 06:34:49 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
You running it with ftp -a, from your inetd?
james
From
[email protected] Wed Mar 19 20:53:53 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id UAA25406; Wed, 19 Mar 1997 20:53:52 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA32394;
Wed, 19 Mar 1997 20:52:58 -0600 (CST)
Received: from kerouac.deepwell.com (kerouac.deepwell.com [207.212.140.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id UAA17912
for <
[email protected]>; Wed, 19 Mar 1997 20:52:03 -0600 (CST)
Received: from dante.deepwell.com ([207.212.140.203])
by kerouac.deepwell.com (post.office MTA v2.0 0813 ID# 0-12198)
with SMTP id AAA162 for <
[email protected]>;
Wed, 19 Mar 1997 18:46:30 -0800
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 18:48:52 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: matt <
[email protected]>
To:
[email protected]
Subject: Re: Guest Chroot Failure
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
At 02:39 AM 3/20/97 +0000, you wrote:
>You running it with ftp -a, from your inetd?
Ummm. No.
It works now.
Thanks.
(I love easy solutions)
Matt
From
[email protected] Wed Mar 19 21:52:46 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id VAA25908; Wed, 19 Mar 1997 21:52:45 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA03104;
Wed, 19 Mar 1997 21:51:53 -0600 (CST)
Received: from mur.odyssey.on.ca (mur.odyssey.on.ca [207.107.112.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id VAA29928
for <
[email protected]>; Wed, 19 Mar 1997 21:49:31 -0600 (CST)
Received: from groshok.ns.on.rogers.wave.ca (pc-1821.on.rogers.wave.ca [24.112.49.51])
by mur.odyssey.on.ca (8.8.5/8.8.5) with SMTP id WAA29648
for <
[email protected]>; Wed, 19 Mar 1997 22:49:38 -0500 (EST)
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 22:49:38 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Brad Groshok <
[email protected]>
To:
[email protected]
Subject: Building Static copy of ls
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 2.1.2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I'm just starting an install of wu_ftpd (13) on a Sun running Solaris 2.5.1
>From scanning this mailing list for the last several months I have seen many
references to building a statically linked copy of ls. But have not actually
seen simple step by step instructions for doing it.
Can someone point me (or explain for all on the list) how to build a static
copy of ls.
So far I have downloaded GNU fileutils-3.16. It compiles all modules just
fine. just not static.
If I run truss on the new ls command it has reference to:
open("/usr/lib/libintl.so.1", O_RDONLY) = 4
which looks like it is still using libraries.
After ls is compiled
I assume that by placing ls in the ~ftp/bin directory and maybe even
~ftp/usr/bin that I will not have to include any of the libs (~ftp/usr/lib)
After this step I also assume that the same will hold true for customer
directories. ~user/bin and ~user/usr/bin will have the static copy of ls in
them. But I can omit replicating any of the libs in ~user/usr/lib.
Also any pointers to any FAQ's on installing and setting up wu_ftp would
also be appreciated. I have the O'Riely stuff just looking for other
comments. Can't have too many references. (or can you :-) )
Thanks in advance.
======================================================================
Regards: Brad Groshok (
[email protected])
President Odyssey Network Inc
London Ontario Canada (519) 660-8883
http://www.odyssey.on.ca
======================================================================
From
[email protected] Wed Mar 19 22:46:54 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id WAA26179; Wed, 19 Mar 1997 22:46:50 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA09466;
Wed, 19 Mar 1997 22:46:05 -0600 (CST)
Received: from optima.cs.arizona.edu (optima.CS.Arizona.EDU [192.12.69.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA04742
for <
[email protected]>; Wed, 19 Mar 1997 22:41:57 -0600 (CST)
Received: from lectura.CS.Arizona.EDU by optima.cs.arizona.edu (5.65c/15) via SMTP
id AA26583; Wed, 19 Mar 1997 21:41:56 MST
Received: from localhost (jdavis@localhost) by lectura.CS.Arizona.EDU (8.8.4/8.7.3) with SMTP id VAA15178 for <
[email protected]>; Wed, 19 Mar 1997 21:41:54 -0700 (MST)
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 21:41:54 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Davis <
[email protected]>
To:
[email protected]
Subject: Re: Building Static copy of ls
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: lectura.CS.Arizona.EDU: jdavis owned process doing -bs
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Wed, 19 Mar 1997, Brad Groshok wrote:
> Can someone point me (or explain for all on the list) how to build a static
> copy of ls.
You don't need a statically linked ls for wu-ftpd to work properly on
Solaris 2.5.1. If you really want to try to build one, the
comp.unix.solaris FAQ discusses your options.
> After this step I also assume that the same will hold true for customer
> directories. ~user/bin and ~user/usr/bin will have the static copy of ls in
> them. But I can omit replicating any of the libs in ~user/usr/lib.
Ah, if that's your reason for pursuing a statically linked ls, then there
is another way to avoid 100 copies of libc.so in the ftp tree: Use
loopback mounts. They're like symbolic links, but (unlike symbolic links)
will work in a chrooted environment.
Here's a simple example of a loopback mount in /etc/vfstab on our ftp
server to make /usr/ftp readonly. The real filesystem where ftp stuff
lives is /local/ftp:
/local/ftp - /usr/ftp lofs - yes ro
You could do something analogous to make /customer1/ftp/lib,
/customer2/ftp/lib, ..., /customer100/ftp/lib loopback mounts of ~ftp/lib.
From
[email protected] Wed Mar 19 22:58:11 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id WAA26231; Wed, 19 Mar 1997 22:58:10 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA00398;
Wed, 19 Mar 1997 22:57:25 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [193.122.182.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id WAA30306
for <
[email protected]>; Wed, 19 Mar 1997 22:56:19 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id EAA00766
for
[email protected]; Thu, 20 Mar 1997 04:52:09 GMT
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 1997 04:52:08 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Re: Building Static copy of ls
In-Reply-To: <
[email protected]> from "Dan Niles" at Mar 18, 97 01:40:17 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Or if you are worried about space you could just do normal links
(not symbolic ones) so long as your ftp archives are on the same file system.
If you read the solaris 2 faq there are good reason not to staically link
binaries that use nsl, intl etc, such as if you patch your computer, they may
not work, or be less secure.. or so I am lead to believe.
James.
From
[email protected] Thu Mar 20 02:49:36 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id CAA03082; Thu, 20 Mar 1997 02:49:34 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id CAA25711;
Thu, 20 Mar 1997 02:48:49 -0600 (CST)
Received: from pizza.hvu.nl (
[email protected] [145.89.234.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id CAA15369
for <
[email protected]>; Thu, 20 Mar 1997 02:42:45 -0600 (CST)
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19961213 [Fight Spam]) id JAA26210 for
[email protected]; Thu, 20 Mar 1997 09:42:04 +0100 (MET)
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 1997 09:42:04 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Re: breaktrough nodirs
In-Reply-To: <
[email protected]> from "Andy Ellsworth" at Mar 18, 97 01:16:08 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Files: the truth is out there
X-I-Am-Not-Simes: undecided
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Quoting Andy Ellsworth, who wrote :
> Something definitely changed in the interpretation of the 'nodirs'
> directive between BETA-11 and BETA-12. We installed BETA-12 here at
> I switched back to BETA-11 and things work normally. Anyone know what
> changed for sure?
Well.. I haven't changed the config and I just tested it (I've been
bitten by the hidden incoming dir before). Making dirs is still rejected.
upload /ftp/ftp * no
upload /ftp/ftp /pub/incoming yes root daemon 0600 nodirs
$ ftp idefix
Connected to idefix.cetis.hvu.nl.
220 idefix.cetis.hvu.nl FTP server (Version wu-2.4.2-academ[BETA-12](1) Wed Feb 5 12:04:55 MET 1997) ready.
[..]
ftp> cd /pub/incoming
250 CWD command successful.
ftp> mkdir moof
530 moof: Permission denied. (Upload dirs)
ftp> cd /
250 CWD command successful.
ftp> mkdir /pub/incoming/moof
530 /pub/incoming/moof: Permission denied. (Upload dirs)
Grtx KH
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Work) <-- finger -l for PGPkey Fax: +31-30-2586290
[email protected] (Home) Workphone: +31-30-2586287
http://www.cetis.hvu.nl/~koos/ Looking for a license plate with "RFC 822"
From
[email protected] Thu Mar 20 04:12:16 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id EAA03817; Thu, 20 Mar 1997 04:12:14 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA09650;
Thu, 20 Mar 1997 04:11:29 -0600 (CST)
Received: from mail-c.bcc.ac.uk (mail-c.bcc.ac.uk [144.82.100.23])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA01204
for <
[email protected]>; Thu, 20 Mar 1997 04:08:08 -0600 (CST)
Received: from onyx.gene.ucl.ac.uk by mail-c.bcc.ac.uk with SMTP (PP);
Thu, 20 Mar 1997 10:07:35 +0000
Received: by onyx.gene.ucl.ac.uk (4.1/SMI-4.1) id AA08445;
Thu, 20 Mar 97 10:07:59 GMT
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 97 10:07:59 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (John Attwood)
To:
[email protected]
Cc:
[email protected]
Subject: Re: Building Static copy of ls
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>If you read the solaris 2 faq there are good reason not to staically link
>binaries that use nsl, intl etc, such as if you patch your computer, they may
>not work, or be less secure.. or so I am lead to believe.
>
Surely this is an entirely spurious argument: if you patch your system
the copies of the libs in ~ftp are left entirely untouched unless you
manually update them. There is little difference between having to
recompile a statically linked executable or having to copy a dozen or
so libs every time you install a patch. Both processes could be
automated, but recompiling uses make and thus is already automated.
Either way, it's down to the sysadmin to remember that intervention is
necessary, though. Not having to touch dynamically linked executables
after a system patch is only true if they are using the system
libraries, which is not the case in a chrooted environment such as
anonymous ftp where they are using separate copies of the libraries.
--
John Attwood, Computing Officer, | Voice +171 387 7050 X5028
MRC Human Biochemical Genetics Unit, | Fax +171 387 3496
University College London, | Email
[email protected]
Wolfson House, 4 Stephenson Way, |
London NW1 2HE, United Kingdom. |
http://www.gene.ucl.ac.uk/~john
From
[email protected] Thu Mar 20 07:53:31 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id HAA04659; Thu, 20 Mar 1997 07:53:30 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id HAA28958;
Thu, 20 Mar 1997 07:51:25 -0600 (CST)
Received: from sbcomp.com ([207.150.14.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id HAA24704
for <
[email protected]>; Thu, 20 Mar 1997 07:49:29 -0600 (CST)
Received: from skb (rockford23.inwave.com [206.190.10.123])
by sbcomp.com (8.8.4/8.8.4) with SMTP
id HAA01428 for <
[email protected]>; Thu, 20 Mar 1997 07:49:35 -0600 (CST)
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 1997 07:48:56 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Steven K. Buehler" <
[email protected]>
To:
[email protected]
Subject: Re: breaktrough nodirs
In-Reply-To: <
[email protected]>
References: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I changed the permissions on incoming to 777 and it worked fine. The only problem that I am having is that I can't seem to get the owner and group to work. Your example below says that any file that is uploaded will have the owner and group of root:daemon. Mine always comes up as ftp:30000. Got any suggestions? I really need to be able to have that as something different.
At 09:42 AM 3/20/97 +0100, you wrote:
>Well.. I haven't changed the config and I just tested it (I've been
>bitten by the hidden incoming dir before). Making dirs is still rejected.
>
>upload /ftp/ftp * no
>upload /ftp/ftp /pub/incoming yes root daemon 0600 nodirs
>
>$ ftp idefix
>Connected to idefix.cetis.hvu.nl.
>220 idefix.cetis.hvu.nl FTP server (Version wu-2.4.2-academ[BETA-12](1) Wed Feb 5 12:04:55 MET 1997) ready.
>
>[..]
>
>ftp> cd /pub/incoming
>250 CWD command successful.
>ftp> mkdir moof
>530 moof: Permission denied. (Upload dirs)
>ftp> cd /
>250 CWD command successful.
>ftp> mkdir /pub/incoming/moof
>530 /pub/incoming/moof: Permission denied. (Upload dirs)
======================================================
Steven K. Buehler
S & B Computers
Rockford Illinois, USA
Phone: 815-398-7169
Fax: 815-398-7266
======================================================
From
[email protected] Thu Mar 20 08:04:43 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA04752; Thu, 20 Mar 1997 08:04:42 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA10777;
Thu, 20 Mar 1997 08:02:34 -0600 (CST)
Received: from sbcomp.com ([207.150.14.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id HAA28939
for <
[email protected]>; Thu, 20 Mar 1997 07:57:42 -0600 (CST)
Received: from skb (rockford23.inwave.com [206.190.10.123])
by sbcomp.com (8.8.4/8.8.4) with SMTP
id HAA01464 for <
[email protected]>; Thu, 20 Mar 1997 07:57:55 -0600 (CST)
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 1997 07:57:33 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Steven K. Buehler" <
[email protected]>
To:
[email protected]
Subject: Uploads
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Never mind on my question about setting the group and owner of the files to something other then ftp:30000. I finally figured it out. I had to add it to the root upload also, like this:
upload /export/ftp * no skb customer 0600 nodirs
upload /export/ftp /incoming yes skb customer 0600 dirs
If I had the following, it would leave owner and group as ftp:30000
upload /export/ftp * no
upload /export/ftp /incoming yes skb customer 0600 dirs
======================================================
Steven K. Buehler
S & B Computers
Rockford Illinois, USA
Phone: 815-398-7169
Fax: 815-398-7266
======================================================
From
[email protected] Thu Mar 20 08:40:34 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA04887; Thu, 20 Mar 1997 08:40:33 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA05306;
Thu, 20 Mar 1997 08:37:54 -0600 (CST)
Received: from mercury.infoshare.net (
[email protected] [199.212.229.202])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA07071
for <
[email protected]>; Thu, 20 Mar 1997 08:33:03 -0600 (CST)
Received: by mercury.infoshare.net (8.6.12/8.6.9)
id JAA00636; Thu, 20 Mar 1997 09:32:58 -0500
Received: from unknown(142.148.10.52) by mercury.infoshare.net via smap (V3.1.1)
id xma000631; Thu, 20 Mar 97 09:32:57 -0500
Received: by hermes.fundserv.com (8.6.12/Sun-bp)
id JAA27839; Thu, 20 Mar 1997 09:37:12 -0500
Message-Id: <Pine.SUN.3.91.970320093613.16786B-100000@hermes>
Date: Thu, 20 Mar 1997 09:37:12 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Steve Szabo <
[email protected]>
To:
[email protected]
Subject: Real users
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
How can I limit the access of real users to seem like they are
anonymous users?
Please someone get back to me!
==================================================================
| Steven Szabo + 2, 1st Canadian Place |
| CoreLAN Communications Inc. + Suite 1730, Toronto, Ont. |
| Technical Support + Ph: (416) 362-7378 |
|
[email protected] + Fax: (416) 362-8772 |
==================================================================
From
[email protected] Thu Mar 20 08:52:03 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA04924; Thu, 20 Mar 1997 08:52:03 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA29855;
Thu, 20 Mar 1997 08:49:42 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA24350
for <
[email protected]>; Thu, 20 Mar 1997 08:48:20 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id IAA22880;
Thu, 20 Mar 1997 08:48:26 -0600
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 1997 08:48:26 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Steve Szabo <
[email protected]>
Cc:
[email protected]
Subject: Re: Real users
In-Reply-To: <Pine.SUN.3.91.970320093613.16786B-100000@hermes>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Guest users. See the howto below.
-- Michael
On Thu, 20 Mar 1997, Steve Szabo wrote:
> How can I limit the access of real users to seem like they are
> anonymous users?
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-13.tar.Z
wu-ftpd FAQ:
http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
wu-ftpd list archive:
http://www.landfield.com/wu-ftpd/mail-archive/
There are additional security references in the above docs.
From
[email protected] Thu Mar 20 10:26:11 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA05388; Thu, 20 Mar 1997 10:26:09 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA02647;
Thu, 20 Mar 1997 10:22:25 -0600 (CST)
Received: from finnegan.EE.McGill.CA (
[email protected] [132.206.1.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA30261
for <
[email protected]>; Thu, 20 Mar 1997 10:13:25 -0600 (CST)
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.5/8.8.5) id LAA04465
for
[email protected]; Thu, 20 Mar 1997 11:13:24 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 1997 11:13:24 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: Lingering ftp procs & wu-ftpd-2.4.2-beta-13
In-Reply-To: <
[email protected]> from "Scot Needy" at Mar 19, 97 08:59:30 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Salut A Vous, O Grand Manitou Scot Needy !!
> Hi;
>
> Just installed wu-ftpd-2.4.2-beta-13 on a dec and
> noticed I still have a problem with lingering ftp
> sessions. Should this have been fixed w/ this revision,
> or do I need to patch it.
>
> If so could you point me to the patch-HOWTO?
I've seen a lot of patches on this list but
did not encounter this one :-)
>
> OSF1 V3.2 41.64 alpha
>
> ps auxww | grep ftp
>
> nashnc5 8318 0.0 0.2 1.38M 264K ?? I 08:22:27 0:00.14
> ftpd: pa1dsp1.nc5.infi.net: nas
> roatimes 8795 0.0 0.3 1.45M 336K ?? I 08:37:21 0:00.43
> ftpd: 205.216.36.66: roatimes:
> nashnc5 9155 0.0 0.2 1.38M 264K ?? I 08:27:02 0:00.14
> ftpd: comp140.bande.com: nashnc
....
Beta-13 took care of some problems but not all.
One of the reasons is that in TCP/IP it's not easy to detect when a peer die.
Another was deadlocking, but it was seldom.
Solution was propose , but I don't know if Mr Barber
was listening or how easy is it to implement( in a portable way ).
1- use a global timer
2- use keepalive
3- use a probe
--
au revoir, alain
----
Aussi haut que l'on soit assis, on est toujours assis que sur son cul !!!
From
[email protected] Thu Mar 20 10:53:46 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA05460; Thu, 20 Mar 1997 10:53:46 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA14997;
Thu, 20 Mar 1997 10:47:29 -0600 (CST)
Received: from gate2.knmi.nl (gate2.knmi.nl [145.23.254.252])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA24433
for <
[email protected]>; Thu, 20 Mar 1997 10:44:55 -0600 (CST)
Received: (from root@localhost) by gate2.knmi.nl (8.7.1/8.6.12) id RAA04114; Thu, 20 Mar 1997 17:44:48 +0100 (MET)
Received: from bdanwb.knmi.nl(145.23.18.139) by gate2.knmi.nl via smap (V1.3)
id sma004059; Thu, 20 Mar 97 17:44:22 +0100
Received: from btp349.knmi.nl (btp349.knmi.nl [145.23.19.6]) by bdanwb.knmi.nl (8.7.4/8.7.3) with SMTP id QAA12346; Thu, 20 Mar 1997 16:44:20 GMT
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 1997 17:45:51 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: "frans stekelenburg" <
[email protected]>
To: Michael Brennen <
[email protected]>,
[email protected]
Cc:
[email protected]
Subject: IRIX (5.x, 6.x) information
In-Reply-To: <
[email protected]>
References: <Pine.SUN.3.91.970320093613.16786B-100000@hermes>
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
X-mailer: Pegasus Mail for Win32 (v2.52)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi,
In order to be able to SEE THE CONTENTS of a guest/anon. chrooted directory (ls
actually giving a dir. listing, instead of a 'blind') on an IRIX system, the
following information may help:
Since I didn't came across a particular IRIX notation in this information:
> guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
> OR
> send mail to "
[email protected]"
> (immediate autoresponder; subject does not matter)
>
it may be a helpful addition?
Here it is:
=======================================================================
(
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto)
OS DEPENDENCIES / QUIRKS
<...>
IRIX (5.3, 6.x)
(as in SUN 4.1.x, but without /dev/tcp)
Create a ~dev/zero device for the FTP directory as follows. (tip:
search on 'dev/zero' in your IRIX systems' Online Books.)
Run the following 'ls' command, then create the devices in the ~/dev
directory with the 'mknod' command, using the major and minor numbers
from the 'ls' results (thanks to Jim Davis <
[email protected]>).
ls -lL /dev/zero
cd dev
mknod zero c <major> <minor>
cd ..
chmod 555 dev
You may also wish to use the following method to create the device,
per Ian Willis <ianw.sco.com>; repeat this command for each device
(zero, tcp, etc.).
find /dev/zero -print | cpio -pd ~ftp
Also, you probably need the following shared libraries:
~lib/rld
~lib/libc.so.1
(found in /lib)
Also read the manpages on FTPD, or look in the IRIX Insight Library
(Online Books) in the book/chapter "IRIX Admin: Networking and Mail"
for the paragraph 'How to Set Up a Proper Anonymous FTP Account'
(search helps:-)) on your IRIX system.
=======================================================================
-fs
[email protected]
From
[email protected] Thu Mar 20 11:15:43 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA05526; Thu, 20 Mar 1997 11:15:42 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA26247;
Thu, 20 Mar 1997 11:11:25 -0600 (CST)
Received: from gate2.knmi.nl (gate2.knmi.nl [145.23.254.252])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id LAA19359
for <
[email protected]>; Thu, 20 Mar 1997 11:08:21 -0600 (CST)
Received: (from root@localhost) by gate2.knmi.nl (8.7.1/8.6.12) id SAA05969 for <
[email protected]>; Thu, 20 Mar 1997 18:08:19 +0100 (MET)
Received: from bdanwb.knmi.nl(145.23.18.139) by gate2.knmi.nl via smap (V1.3)
id sma005899; Thu, 20 Mar 97 18:07:59 +0100
Received: from btp349.knmi.nl (btp349.knmi.nl [145.23.19.6]) by bdanwb.knmi.nl (8.7.4/8.7.3) with SMTP id RAA12478 for <
[email protected]>; Thu, 20 Mar 1997 17:07:58 GMT
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 1997 18:09:29 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: "frans stekelenburg" <
[email protected]>
To:
[email protected]
Subject: Virtual directories? (chroot;netscape)
In-Reply-To: <
[email protected]>
References: <Pine.SUN.3.91.970320093613.16786B-100000@hermes>
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
X-mailer: Pegasus Mail for Win32 (v2.52)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hey
Hi,
Just got onto this list, but already have been digging trough some information
pages searching for the following:
If a 'general' Anonymous ftp account is set up, and ~ftp will end up in
/my/local/ftp/files (passwd: ftp:*:777:777:ftp:/my/local/ftp/./:/bin/true),
only the information under this tree (within ~ftp) are accessible.
BUT... in case a system has one ore more places on disk(s) that should be
accessible for anonymous usages (obviously outside the ~ftp tree), this can't
be done it seems.
Only HARDlinked _files_ seem usable, but this can't be done on directories.
Therefor I wonder if it wouldn't be nice to have an option in 'ftpaccess' where
virtual extra_paths could be added?
Something like:
virtual /books /usr/local/bookshell/export
virtual /mags /disk4/shared/magazine/files
..
(maybe with a guestgroup designation as 4th?)
If anyone has other suggestions, I like to hear them.
Grouping all under ~ftp, is not desired.
NOTE:
the PASSWORD FILE entry:
foobar:*:123:456:ftp:/my/users/foobar/./:/bin/true
----------------------------------- ^^^^
is INCOMPATIBLE with Netscape Ent./Ft.-Server if this user foobar should also
be accessible through
http://www.foo.bar/~foobar. Netscape Server refuses a '.'
in the entry, amongst others. Just FYI.
-fs
[email protected]
From
[email protected] Thu Mar 20 13:47:15 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA05983; Thu, 20 Mar 1997 13:47:14 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA24490;
Thu, 20 Mar 1997 13:46:06 -0600 (CST)
Received: from dune.artic.edu (dune.artic.edu [198.40.30.132])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA18980
for <
[email protected]>; Thu, 20 Mar 1997 13:42:09 -0600 (CST)
Received: from [198.40.24.94] (2494.artic.edu [198.40.24.94])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id NAA17760 for <
[email protected]>; Thu, 20 Mar 1997 13:42:29 -0600 (CST)
Message-Id: <l0302091aaf5742496f8a@[198.40.24.94]>
Date: Thu, 20 Mar 1997 13:37:42 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: Virtual directories? (chroot;netscape)
In-Reply-To: <
[email protected]>
References: <
[email protected]>
<Pine.SUN.3.91.970320093613.16786B-100000@hermes>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>Hey
>
>
>Hi,
>
>Just got onto this list, but already have been digging trough some
>information
>pages searching for the following:
>
>If a 'general' Anonymous ftp account is set up, and ~ftp will end up in
>/my/local/ftp/files (passwd: ftp:*:777:777:ftp:/my/local/ftp/./:/bin/true),
>only the information under this tree (within ~ftp) are accessible.
>
>BUT... in case a system has one ore more places on disk(s) that should be
>accessible for anonymous usages (obviously outside the ~ftp tree), this can't
>be done it seems.
>
>Only HARDlinked _files_ seem usable, but this can't be done on directories.
>
>Therefor I wonder if it wouldn't be nice to have an option in 'ftpaccess'
>where
>virtual extra_paths could be added?
Can't see how to make this work. Anonymous ftp chroot()s, so it _can't_
get to anything "above" it's new root. This is for security reasons.
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Thu Mar 20 13:58:35 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA06026; Thu, 20 Mar 1997 13:58:34 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA02109;
Thu, 20 Mar 1997 13:57:35 -0600 (CST)
Received: from morpho.dar.net (
[email protected] [128.252.125.187])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA04514
for <
[email protected]>; Thu, 20 Mar 1997 13:52:20 -0600 (CST)
Received: from localhost (are1@localhost) by morpho.dar.net (8.8.5/8.8.2) with SMTP id NAA28338 for <
[email protected]>; Wed, 19 Mar 1997 13:51:46 -0600
Message-Id: <
[email protected]>
Date: Wed, 19 Mar 1997 13:51:46 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Andy Ellsworth <
[email protected]>
To:
[email protected]
Subject: Re: breaktrough nodirs
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: morpho.dar.net: are1 owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Thu, 20 Mar 1997, Koos van den Hout _U nix and we all_ wrote:
> Well.. I haven't changed the config and I just tested it (I've been
> bitten by the hidden incoming dir before). Making dirs is still rejected.
[...]
Hmm...maybe we have an oddly configured ftpaccess file. Anyhow I saw
Alain's post about the home dirs needing to match; that was probably the
problem.
Thanks for the response(s).
+----------------------------------------------------------------------------+
| Andy Ellsworth |
[email protected] | Admin/Cyberdiplomat, Wuarchive |
+----------------------------------------------------------------------------+
From
[email protected] Thu Mar 20 14:46:04 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA06252; Thu, 20 Mar 1997 14:46:02 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA00899;
Thu, 20 Mar 1997 14:45:09 -0600 (CST)
Received: from gatekeep.ti.com (news.ti.com [192.94.94.33])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA29624
for <
[email protected]>; Thu, 20 Mar 1997 14:43:13 -0600 (CST)
Received: from dadd.ti.com. ([156.117.118.83]) by gatekeep.ti.com (8.8.5) with ESMTP id OAA26723 for <
[email protected]>; Thu, 20 Mar 1997 14:42:41 -0600 (CST)
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.8.4/)
id OAA10775; Thu, 20 Mar 1997 14:42:37 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Thu, 20 Mar 1997 14:42:36 -0600
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 97 14:42:36 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: Virtual directories? (chroot;netscape)
In-Reply-To: <l0302091aaf5742496f8a@[198.40.24.94]>; from "Karl O. Pinc" at Mar 20, 97 1:37 pm
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> >Just got onto this list, but already have been digging trough some
> >information
> >pages searching for the following:
> >
> >If a 'general' Anonymous ftp account is set up, and ~ftp will end up in
> >/my/local/ftp/files (passwd: ftp:*:777:777:ftp:/my/local/ftp/./:/bin/true),
> >only the information under this tree (within ~ftp) are accessible.
> >
> >BUT... in case a system has one ore more places on disk(s) that should be
> >accessible for anonymous usages (obviously outside the ~ftp tree), this can't
> >be done it seems.
> >
> >Only HARDlinked _files_ seem usable, but this can't be done on directories.
> >
> >Therefor I wonder if it wouldn't be nice to have an option in 'ftpaccess'
> >where
> >virtual extra_paths could be added?
>
> Can't see how to make this work. Anonymous ftp chroot()s, so it _can't_
> get to anything "above" it's new root. This is for security reasons.
Agreed. There is an alternative, though...
You should be able to make a loopback mount for a directory which is
physically outside the ftp tree, to a mountpoint inside the tree. It would
then appear to be under the tree... We do this on our Solaris 2 system,
effectively putting additional "pub" directories (which are physicallly
on different disks to the one containing the FTP root) under our FTP tree.
Cheers, Bob
--
Bob Luckin
[email protected] "Able was I ere I saw Waterloo"
From
[email protected] Thu Mar 20 15:27:41 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA06381; Thu, 20 Mar 1997 15:27:40 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA00111;
Thu, 20 Mar 1997 15:26:39 -0600 (CST)
Received: from pizza.hvu.nl (
[email protected] [145.89.234.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA04212
for <
[email protected]>; Thu, 20 Mar 1997 15:24:26 -0600 (CST)
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19961213 [Fight Spam]) id WAA07066 for
[email protected]; Thu, 20 Mar 1997 22:24:25 +0100 (MET)
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 1997 22:24:24 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Re: Virtual directories? (chroot;netscape)
In-Reply-To: <
[email protected]> from "frans stekelenburg" at Mar 20, 97 06:09:29 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Files: the truth is out there
X-I-Am-Not-Simes: undecided
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Quoting frans stekelenburg, who wrote :
> Only HARDlinked _files_ seem usable, but this can't be done on directories.
>
> Therefor I wonder if it wouldn't be nice to have an option in 'ftpaccess' where
> virtual extra_paths could be added?
>
> Something like:
> virtual /books /usr/local/bookshell/export
> virtual /mags /disk4/shared/magazine/files
chroot is chroot. Really. It's not some feature of wu-ftpd, it's an integral
part of Unix security.
The only way to get what you want is loopback-mounts via loopback-filesystem
or via nfs.
> foobar:*:123:456:ftp:/my/users/foobar/./:/bin/true
> ----------------------------------- ^^^^
>
> is INCOMPATIBLE with Netscape Ent./Ft.-Server if this user foobar should also
> be accessible through
http://www.foo.bar/~foobar. Netscape Server refuses a '.'
> in the entry, amongst others. Just FYI.
File a bugreport with netscape.
KH
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Work) <-- finger -l for PGPkey Fax: +31-30-2586290
[email protected] (Home) Workphone: +31-30-2586287
http://www.cetis.hvu.nl/~koos/ Looking for a license plate with "RFC 822"
From
[email protected] Thu Mar 20 17:20:36 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA06870; Thu, 20 Mar 1997 17:20:35 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA19695;
Thu, 20 Mar 1997 17:19:41 -0600 (CST)
Received: from slim.unidata.ucar.edu (
[email protected] [128.117.140.55])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA30956
for <
[email protected]>; Thu, 20 Mar 1997 17:15:56 -0600 (CST)
Received: (from mschmidt@localhost)
by slim.unidata.ucar.edu (8.8.5/8.8.5) id QAA03276
for
[email protected]; Thu, 20 Mar 1997 16:15:55 -0700 (MST)
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 1997 16:15:55 -0700
Reply-To:
[email protected]
Sender:
[email protected]
From: "Mike Schmidt" <
[email protected]>
To:
[email protected]
Subject: IP address vs hostname in logfiles
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Z-Mail (3.2.1 6apr95 MediaMail)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I recently upgraded a SunOS 4.1.4 system from wu-ftpd version 2.4 to
2.4.2-academ[BETA-12]. In the process, the remote host references in
xferlog, syslog files, and wtmp are logged only as IP addresses.
The older version logged mainly as (resolved) hostnames except when a
reverse lookup wasn't possible. I have looked through the faq and
the archive search at
http://www.landfield.com/cgi-bin/wuftpdsearch,
but haven't found mention of a similar occurence. For ease of use
in quickly identifying recent connections, having the full hostname
available without additional preprocessing would be ideal.
Any advice is appreciated.
mike
From
[email protected] Thu Mar 20 17:44:19 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA06945; Thu, 20 Mar 1997 17:44:17 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA27308;
Thu, 20 Mar 1997 17:43:25 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA22012
for <
[email protected]>; Thu, 20 Mar 1997 17:38:01 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id RAA02899;
Thu, 20 Mar 1997 17:37:35 -0600
Message-Id: <
[email protected]>
Date: Thu, 20 Mar 1997 17:37:35 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: frans stekelenburg <
[email protected]>
Cc:
[email protected]
Subject: Re: IRIX (5.x, 6.x) information
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I have updated the guest howto with the following information for IRIX.
Many thanks to Frans for supplying it.
A few weeks ago I also updated the Sun information about allocating the
devices properly; a couple of list members contributed information to
round that out. I lost the attributions somewhere, for which I apologize.
If you recognize that you contributed something I'll be glad to add your
name to it.
If you see additional information that would be useful either as
corrections to the overall document or for specific platforms I'll be glad
to add it.
-- Michael
On Thu, 20 Mar 1997, frans stekelenburg wrote:
> IRIX (5.3, 6.x)
>
> (as in SUN 4.1.x, but without /dev/tcp)
>
> Create a ~dev/zero device for the FTP directory as follows. (tip:
> search on 'dev/zero' in your IRIX systems' Online Books.)
> Run the following 'ls' command, then create the devices in the ~/dev
> directory with the 'mknod' command, using the major and minor numbers
> from the 'ls' results (thanks to Jim Davis <
[email protected]>).
>
> ls -lL /dev/zero
> cd dev
> mknod zero c <major> <minor>
> cd ..
> chmod 555 dev
>
> You may also wish to use the following method to create the device,
> per Ian Willis <ianw.sco.com>; repeat this command for each device
> (zero, tcp, etc.).
>
> find /dev/zero -print | cpio -pd ~ftp
>
> Also, you probably need the following shared libraries:
> ~lib/rld
> ~lib/libc.so.1
> (found in /lib)
>
> Also read the manpages on FTPD, or look in the IRIX Insight Library
> (Online Books) in the book/chapter "IRIX Admin: Networking and Mail"
> for the paragraph 'How to Set Up a Proper Anonymous FTP Account'
> (search helps:-)) on your IRIX system.
From
[email protected] Fri Mar 21 00:50:25 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id AAA08770; Fri, 21 Mar 1997 00:50:23 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id AAA12268;
Fri, 21 Mar 1997 00:14:45 -0600 (CST)
Received: from rins.st.ryukoku.ac.jp (rins.st.ryukoku.ac.jp [133.83.4.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id AAA22434
for <
[email protected]>; Fri, 21 Mar 1997 00:11:44 -0600 (CST)
Received: from hyperion.st.ryukoku.ac.jp (hyperion.st.ryukoku.ac.jp [133.83.31.7]) by rins.st.ryukoku.ac.jp (8.8.5/3.4W4/RINS-1.9) with ESMTP id PAA22210 for <
[email protected]>; Fri, 21 Mar 1997 15:11:08 +0900 (JST)
Received: from hyperion.st.ryukoku.ac.jp by hyperion.st.ryukoku.ac.jp (8.8.5/3.5Wpl1/96121711) id PAA16180; Fri, 21 Mar 1997 15:11:07 +0900 (JST)
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 15:11:06 +0900
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (KOJIMA Hajime)
To:
[email protected]
Subject: Opie and SunOS 4.1.x C2 security support patch for wu-ftpd-2.4.2 beta
13
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Opie and SunOS 4.1.x C2 security (/etc/security/passwd.adjunct)
---------------------------------------------------------------
support patch for academ version of wu-ftpd-2.4.2 beta 13
---------------------------------------------------------
* -DOPIE for opie support, based on S/Key support of wu-ftpd-2.4.2
beta 12.
If you want to use -DOPIE with opie 2.22 or berofe, define both
-DOPIE and -DBEFORE_OPIE_2_3. I STRONGLY RECOMMEND to use with
opie 2.31 or later, because 2.3 or berofe has SERIOUS lock bug.
If you enable -DOPIE, normal UNIX password is disabled.
* -DSUN_C2_SECURITY for SunOS 4.1.x C2 security
(/etc/security/passwd.adjunct) supoort.
* tested: SunOS 4.1.3_U1 with JLE (Japanese Language Environment) 1.1.3,
opie 2.31-test8 + own patch
Have fun!
----
KOJIMA Hajime - Ryukoku Univ., Seta, Ohtu, Shiga, Japan
[Office]
[email protected]
Phone: +81-775-43-7414 Fax: +81-775-43-0706
[Home]
[email protected]
[email protected]
--- /home/kjm/wu-ftpd-2.4.2-beta-13/src/ftpd.c Mon Mar 3 18:39:56 1997
+++ ftpd.c Mon Mar 17 12:14:04 1997
@@ -340,6 +340,11 @@
#include <skey.h>
int pwok = 0;
#endif
+#ifdef OPIE
+#include "opie.h"
+struct opie opie_blk;
+char chbuff[OPIE_CHALLENGE_MAX];
+#endif
#ifdef KERBEROS
void init_krb();
@@ -946,7 +951,33 @@
else
save.pw_passwd = sgetsave("");
#else
+# ifdef SUN_C2_SECURITY
+# define PASSWD_ADJUNCT "/etc/security/passwd.adjunct"
+ if (strlen(p->pw_passwd) > 2 && strncmp(p->pw_passwd, "##", 2) == 0) {
+ char linebuf[BUFSIZ];
+ FILE *fp;
+
+ if ((fp = fopen(PASSWD_ADJUNCT, "r")) == NULL) {
+ syslog(LOG_DEBUG, "fopen(PASSWD_ADJUNCT)");
+ exit(1);
+ }
+
+ while (fgets(linebuf, BUFSIZ, fp) != NULL) {
+ char *hit, *next;
+
+ if ((hit = strtok(linebuf, ":")) != NULL) {
+ if (strcmp(hit, p->pw_name) == 0 && (next = strtok(NULL, ":")) != NULL) {
+ save.pw_passwd = sgetsave(next);
+ break;
+ }
+ }
+ }
+ fclose(fp);
+ } else
+ save.pw_passwd = sgetsave(p->pw_passwd);
+# else
save.pw_passwd = sgetsave(p->pw_passwd);
+# endif
#endif
#ifdef SHADOW_PASSWORD
if (p) {
@@ -1255,7 +1286,12 @@
pwok = skeyaccess(name, NULL, remotehost, remoteaddr);
reply(331, "%s", skey_challenge(name, pw, pwok));
#else
+# ifdef OPIE
+ opiechallenge (&opie_blk, name, chbuff);
+ reply (331, "[%s] required for %s.", chbuff, name);
+# else
reply(331, "Password required for %s.", name);
+# endif
#endif
askpasswd = 1;
/* Delay before reading passwd after first failed attempt to slow down
@@ -1395,6 +1431,17 @@
if (*passwd == '-')
passwd++;
*guestpw = '\0';
+#ifdef OPIE
+ xpasswd = "wrongo:spazmoid"; /* disable normal password */
+# ifdef BEFORE_OPIE_2_3
+ if (opie_blk.keyfile) {
+# endif
+ if (opieverify (&opie_blk, passwd) == 0)
+ strcpy (xpasswd, pw->pw_passwd); /* do it the sleazy way */
+# ifdef BEFORE_OPIE_2_3
+ }
+# endif
+#else /* OPIE */
if (pw == NULL)
salt = "xx"; /* XXX */
else
@@ -1413,6 +1460,7 @@
#endif
#endif
#endif
+#endif /* OPIE */
#ifdef ULTRIX_AUTH
if ((numfails = ultrix_check_pass(passwd, xpasswd)) < 0) {
#else
From
[email protected] Fri Mar 21 04:59:04 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id EAA16208; Fri, 21 Mar 1997 04:59:03 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA18120;
Fri, 21 Mar 1997 04:56:54 -0600 (CST)
Received: from simba.xos.nl (simba.xos.nl [192.87.153.226])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA10721
for <
[email protected]>; Fri, 21 Mar 1997 04:54:36 -0600 (CST)
Received: from minnie.xos.nl (
[email protected] [192.87.153.20])
by simba.xos.nl (8.6.9/8.6.9) with ESMTP
id LAA29053 for <
[email protected]>;
Fri, 21 Mar 1997 11:00:09 GMT
Received: from minnie.xos.nl (jos@localhost [127.0.0.1])
by minnie.xos.nl (8.6.12/8.6.9) with ESMTP
id LAA00459 for <
[email protected]>;
Fri, 21 Mar 1997 11:54:00 +0100
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 11:53:59 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Jos Vos <
[email protected]>
To:
[email protected]
Subject: Interpreting symlinks (was: Virtual directories?)
In-Reply-To: Your message of "Thu, 20 Mar 1997 18:09:29 +0100."
<
[email protected]>
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> Something like:
> virtual /books /usr/local/bookshell/export
> virtual /mags /disk4/shared/magazine/files
> ...
> (maybe with a guestgroup designation as 4th?)
>
> If anyone has other suggestions, I like to hear them.
> Grouping all under ~ftp, is not desired.
A somewhat related remark/question, although not usable for this particular
problem:
Did anyone implement the correct handling of symlinks, so that for example
"cd" follows the "symlinked path" (like the shell built-in "cd" and "pwd"
commands do). We once made a quick hack to wu-ftpd, which seemed to work
at first glance, and if there is general interest it would be nice if this
could be integrated in the official version.
On a large ftp-server we co-maintain, this feature is really needed: we have
divided the packages in a number of volumes (physical filesystems) and
the "logical" /pub tree only contains directories and symlinks to the
/vol/* trees (all relative symlinks, of course, so that they can be used
in a chroot environment). We want the users to "stay in the /pub tree",
so that they not see the /vol/* stuff (they _may_ see it, but only if
they explicitly ask for).
Of course, we could also use loopback mounts or so, as described in one of
the other replies to the original problem, but this is not a nice solution
for this problem, if you have 100+ packages to maintain.
--
-- Jos Vos <
[email protected]>
-- X/OS Experts in Open Systems BV | Phone: +31 20 6938364
-- Amsterdam, The Netherlands | Fax: +31 20 6948204
From
[email protected] Fri Mar 21 05:22:05 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id FAA16306; Fri, 21 Mar 1997 05:22:03 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id FAA06388;
Fri, 21 Mar 1997 05:19:53 -0600 (CST)
Received: from pizza.hvu.nl (
[email protected] [145.89.234.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id FAA30754
for <
[email protected]>; Fri, 21 Mar 1997 05:18:04 -0600 (CST)
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19961213 [Fight Spam]) id MAA16010; Fri, 21 Mar 1997 12:17:25 +0100 (MET)
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 12:17:25 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Re: Interpreting symlinks (was: Virtual directories?)
In-Reply-To: <
[email protected]> from Jos Vos at "Mar 21, 97 11:53:59 am"
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Files: the truth is out there
X-I-Am-Not-Simes: undecided
X-Mailer: ELM [version 2.4ME+ PL31 (25)]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Quoting Jos Vos, who wrote :
> Did anyone implement the correct handling of symlinks, so that for example
> "cd" follows the "symlinked path" (like the shell built-in "cd" and "pwd"
> commands do).
wu-ftpd does not handle symlinks, Unix does. When I put a relative
symlink within ~ftp which points to another location within ~ftp it
will be followed.
So, according to the standards, wu-ftpd handles symlinks perfectly : it
ignores their presence and acts upon the item the link is pointing to.
The 'pointing to' is of course within the current process environment.
Which is different from a normal environment due to the chroot().
Again : chroot() is a Unix function, and does exactly what it is
supposed to, change the root dir of a process. Which means anything
outside that new root is unreachable.
Possible solutions :
- mount your extra public disks within your ~ftp tree.
- set the homedir of ftp to /, which can have large security implications.
- or use disktools which create one large logical volume from all your
partitions, so you can move certain packages out of/into the ~ftp dir
with one mv command.
To translate it into normal English : you can't have your cake (a secure
chrooted environment) and eat it (symlinks outside that area) too.
Koos van den Hout
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Work) <-- finger -l for PGPkey Fax: +31-30-2586290
[email protected] (Home) Workphone: +31-30-2586287
http://www.cetis.hvu.nl/~koos/ Looking for a license plate with "RFC 822"
From
[email protected] Fri Mar 21 05:39:44 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id FAA16354; Fri, 21 Mar 1997 05:39:43 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id FAA08897;
Fri, 21 Mar 1997 05:37:30 -0600 (CST)
Received: from lonp.maunsell.co.uk (lonp.maunsell.co.uk [193.116.32.16])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id FAA26333
for <
[email protected]>; Fri, 21 Mar 1997 05:32:07 -0600 (CST)
Received: (from mjh@localhost) by lonp.maunsell.co.uk (8.7.5/8.7.3) id LAA20513 for
[email protected]; Fri, 21 Mar 1997 11:31:33 GMT
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 11:31:32 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: Matt Hallam <
[email protected]>
To:
[email protected]
Subject: directory creation with "upload" in ftpaccess
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I want to make incoming files unreadable until they've been checked
so i have the following in ftpaccess..
upload /var/ftp /test yes root daemon 0600
upload /var/ftp /test/* yes root daemon 0600
This works great. However, if an uploader does a mkdir, the directory
is created :
drwxrwxr-x 3 ftp ftp 512 Mar 21 11:07 subdir/
Basically I want to make any new directories root owned and with "t" set
(so they cant delete any unchecked files in there) ie:
drwxrwxr-t 3 root ftp 512 Mar 21 11:07 subdir/
I dont want to slap on a "nodirs" and i dont want to deny anonymous to
delete (because i want it to be able to delete files after theyve been
checked and chown'ed to ftp)
Any ideas ?
TIA
Matt
X---------------------------------------------------------------------------O
| Matthew Hallam Systems Support Group Email:
[email protected] |
| G.Maunsell & Ptnrs Phone: (0181) 6636565 |
| 160 Croydon Road, Fax : (0181) 6636723 |
| Beckenham, Kent BR3 4DE #include <wittyquote.h> |
O---------------------------------------------------------------------------X
From
[email protected] Fri Mar 21 06:21:05 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id GAA16489; Fri, 21 Mar 1997 06:21:04 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA22198;
Fri, 21 Mar 1997 06:19:00 -0600 (CST)
Received: from simba.xos.nl (simba.xos.nl [192.87.153.226])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA32330
for <
[email protected]>; Fri, 21 Mar 1997 06:15:31 -0600 (CST)
Received: from minnie.xos.nl (
[email protected] [192.87.153.20])
by simba.xos.nl (8.6.9/8.6.9) with ESMTP
id MAA29949 for <
[email protected]>;
Fri, 21 Mar 1997 12:20:30 GMT
Received: from minnie.xos.nl (jos@localhost [127.0.0.1])
by minnie.xos.nl (8.6.12/8.6.9) with ESMTP
id NAA00629 for <
[email protected]>;
Fri, 21 Mar 1997 13:14:22 +0100
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 13:14:21 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Jos Vos <
[email protected]>
To:
[email protected]
Subject: Re: Interpreting symlinks
In-Reply-To: Your message of "Fri, 21 Mar 1997 12:17:25 +0100."
<
[email protected]>
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> wu-ftpd does not handle symlinks, Unix does. When I put a relative
> symlink within ~ftp which points to another location within ~ftp it
> will be followed.
>
> So, according to the standards, wu-ftpd handles symlinks perfectly : it
> ignores their presence and acts upon the item the link is pointing to.
> The 'pointing to' is of course within the current process environment.
> Which is different from a normal environment due to the chroot().
This I all know very well: I asked for something completely different.
Let's give a simple example:
- symlink pub/linux -> ../vol/linux
- vol/linux/... contains the real data
Now I have a ftp session:
cd /pub/linux
####### (1)
cd ..
####### (2)
At (1), the "pwd" command gives "/vol/linux" (like what /bin/pwd would
do using the UNIX shell), not "/pub/linux" (what the shell built-in pwd
would do).
At (2), you are really in "/vol", not in "/pub", as I would like to see.
So, what I really asked for was to let wu-ftpd deal with symlinks like
the shell built-in commands do, so that "cd" and "pwd" act the same as a
(modern, symlink-aware) shell does.
Note that some clients, like Netscape, do this path interpretation at
the client site (but Netscsape doesn't let you explicitly do "pwd" or
"cd ..", but only displays the current directory and let you go "up
to higher level"). But I would like to see the server handle this.
> Again : chroot() is a Unix function, and does exactly what it is
> supposed to, change the root dir of a process. Which means anything
> outside that new root is unreachable.
I know, I know... (I extensively make use of chroot environments for
webservers, sendmail, etc. in firewall configuration ;-)).
> To translate it into normal English : you can't have your cake (a secure
> chrooted environment) and eat it (symlinks outside that area) too.
That is not what I asked for: the original question had this requirement,
and I know this is impossible (without something like special mounts).
Hopefully this clarifies my question...
--
-- Jos Vos <
[email protected]>
-- X/OS Experts in Open Systems BV | Phone: +31 20 6938364
-- Amsterdam, The Netherlands | Fax: +31 20 6948204
From
[email protected] Fri Mar 21 06:38:22 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id GAA16534; Fri, 21 Mar 1997 06:38:21 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA31444;
Fri, 21 Mar 1997 06:36:18 -0600 (CST)
Received: from gate2.knmi.nl (gate2.knmi.nl [145.23.254.252])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id GAA23536
for <
[email protected]>; Fri, 21 Mar 1997 06:33:22 -0600 (CST)
Received: (from root@localhost) by gate2.knmi.nl (8.7.1/8.6.12) id NAA05171; Fri, 21 Mar 1997 13:32:47 +0100 (MET)
Received: from bdanwb.knmi.nl(145.23.18.139) by gate2.knmi.nl via smap (V1.3)
id sma005126; Fri, 21 Mar 97 13:32:28 +0100
Received: from btp349.knmi.nl (btp349.knmi.nl [145.23.19.6]) by bdanwb.knmi.nl (8.7.4/8.7.3) with SMTP id MAA24111; Fri, 21 Mar 1997 12:32:54 GMT
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 13:34:23 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: "frans stekelenburg" <
[email protected]>
To:
[email protected] (Koos van den Hout _U nix and we all_)
Cc:
[email protected]
Subject: Re: Virtual directories? (chroot;netscape)
In-Reply-To: <
[email protected]>
References: <
[email protected]> from "frans stekelenburg" at Mar 20, 97 06:09:29 pm
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
X-mailer: Pegasus Mail for Win32 (v2.52)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On 20 Mar 97 at 22:24, Koos van den Hout _U nix and wrote:
>
> chroot is chroot. Really. It's not some feature of wu-ftpd, it's an integral
> part of Unix security.
>
thought so...
> The only way to get what you want is loopback-mounts via loopback-filesystem
> or via nfs.
Ahhh... why didn't I think of that earlier... nfs. Actually on this Irix
system, NFS loopback links are not permitted according to it's Adm.Guide- but
it links fine to an alias-name of the local system.
But please, can you explain the 'loopback-filesystem' concept? Or give the
syntax?
> > is INCOMPATIBLE with Netscape Ent./Ft.-Server if this user foobar should
> > also be accessible through
http://www.foo.bar/~foobar. Netscape Server
> > refuses a '.' in the entry, amongst others. Just FYI.
>
> File a bugreport with netscape.
According to Netscape it's not a bug, but a feature. To circumvent a possible
security breach, I've been told. So I figured it's helpful information.
Groetjes,
frans
From
[email protected] Fri Mar 21 06:56:32 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id GAA16590; Fri, 21 Mar 1997 06:56:31 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA10570;
Fri, 21 Mar 1997 06:54:21 -0600 (CST)
Received: from gate2.knmi.nl (gate2.knmi.nl [145.23.254.252])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id GAA00034
for <
[email protected]>; Fri, 21 Mar 1997 06:51:30 -0600 (CST)
Received: (from root@localhost) by gate2.knmi.nl (8.7.1/8.6.12) id NAA06984; Fri, 21 Mar 1997 13:50:30 +0100 (MET)
Received: from bdanwb.knmi.nl(145.23.18.139) by gate2.knmi.nl via smap (V1.3)
id sma006705; Fri, 21 Mar 97 13:50:02 +0100
Received: from btp349.knmi.nl (btp349.knmi.nl [145.23.19.6]) by bdanwb.knmi.nl (8.7.4/8.7.3) with SMTP id MAA24505; Fri, 21 Mar 1997 12:50:28 GMT
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 13:51:58 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: "frans stekelenburg" <
[email protected]>
To: Jos Vos <
[email protected]>
Cc:
[email protected]
Subject: Re: Interpreting symlinks (was: Virtual directories?)
In-Reply-To: <
[email protected]>
References: Your message of "Thu, 20 Mar 1997 18:09:29 +0100." <
[email protected]>
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
X-mailer: Pegasus Mail for Win32 (v2.52)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On 21 Mar 97 at 11:53, Jos Vos wrote:
Jos,
Though I'm not quite sure why you are trying to establish...
> On a large ftp-server we co-maintain, this feature is really needed: we have
> divided the packages in a number of volumes (physical filesystems) and the
> "logical" /pub tree only contains directories and symlinks to the /vol/* trees
> (all relative symlinks, of course, so that they can be used in a chroot
> environment). We want the users to "stay in the /pub tree", so that they not
> see the /vol/* stuff (they _may_ see it, but only if they explicitly ask for).
>
> Of course, we could also use loopback mounts or so, as described in one of the
> other replies to the original problem, but this is not a nice solution for
> this problem, if you have 100+ packages to maintain.
What if you have in {~ftp} (I'll use the {}'s to indicate a chrooted env.), a
directory {~ftp/vol} which maybe a loopback link or real-path, that is only
d--x--x--x (not readable, only accessible). That contains your
packages/directories.
And use in your 'ftpaccess' file the:
# cdpath
cdpath /vol
cdpath /
entries?
a {cd "foobar"} in {~ftp} will result in the client ending up in
{~ftp/vol/foobar}. This option I found by accident working here, 'cause I
wondered how one would end up in a subdir. that wasn't in the {~ftp}.
I hope I understood the casus correctly.
groetjes,
frans
From
[email protected] Fri Mar 21 08:31:04 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA17121; Fri, 21 Mar 1997 08:31:03 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA18670;
Fri, 21 Mar 1997 08:28:58 -0600 (CST)
Received: from step.polymtl.ca (
[email protected] [132.207.4.32])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA27839
for <
[email protected]>; Fri, 21 Mar 1997 08:25:54 -0600 (CST)
Received: from localhost (coyote@localhost) by step.polymtl.ca (8.8.5/8.6.10) with SMTP id JAA02591; Fri, 21 Mar 1997 09:25:09 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 09:25:08 -0500 (EST)
Reply-To: Vincent Cojot <
[email protected]>
Sender:
[email protected]
From: Vincent Cojot <
[email protected]>
To:
[email protected]
Cc: Koos van den Hout _U nix and we all_ <
[email protected]>
Subject: Re: Virtual directories? (chroot;netscape)
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
On Fri, 21 Mar 1997, frans stekelenburg wrote:
> Ahhh... why didn't I think of that earlier... nfs. Actually on this Irix
> system, NFS loopback links are not permitted according to it's Adm.Guide- but
> it links fine to an alias-name of the local system.
>
> But please, can you explain the 'loopback-filesystem' concept? Or give the
> syntax?
Here is the procedure (it might be quite different in its syntax on your
IRIX box, the example being taken on a Linux box, but the concept is the
same ):
export your local filesystem:
raistlin@palanthas:[~]$ cat /etc/exports |grep dos
/dose/images localhost(ro)
Verify the export:
raistlin@palanthas:[~]$ showmount -e palanthas |egrep "(Export|dos)"
Export list for palanthas:
/dose/images localhost
Create a directory to hold your export under your FTP home dir:
raistlin@palanthas:[~]$ ls -ld /home/ftp/pub/images
drwxrwxr-x 14 root system 16384 May 24 1996
/home/ftp/pub/images
Then mount your export under your newly created dir:
raistlin@palanthas:[~]$ cat /etc/fstab |grep ftp
palanthas:/dose/images /home/ftp/pub/images nfs defaults 1 1
I hope this helps.
,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,
Vincent S. Cojot, Computer Engineering. STEP project. _.,-*~'`^`'~*-,._.,-*~
Ecole Polytechnique de Montreal, Comite Micro-Informatique. _.,-*~'`^`'~*-,.
Linux Xview/OpenLook resources page _.,-*~'`^`'~*-,._
[email protected]
http://www.info.polymtl.ca/~coyote _.,-*~'`^`'~*-,._
[email protected]
They cannot scare me with their empty spaces
Between stars - on stars where no human race is
I have it in me so much nearer home
To scare myself with my own desert places. - Robert Frost
From
[email protected] Fri Mar 21 08:54:05 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA18612; Fri, 21 Mar 1997 08:54:04 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA20403;
Fri, 21 Mar 1997 08:51:45 -0600 (CST)
Received: from pizza.hvu.nl (Pizza.hvu.nl [145.89.234.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA09043
for <
[email protected]>; Fri, 21 Mar 1997 08:51:17 -0600 (CST)
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19961213 [Fight Spam]) id PAA19735 for
[email protected]; Fri, 21 Mar 1997 15:49:15 +0100 (MET)
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 15:49:15 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: loopback mounts
In-Reply-To: <
[email protected]> from frans stekelenburg at "Mar 21, 97 01:34:23 pm"
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Files: the truth is out there
X-I-Am-Not-Simes: undecided
X-Mailer: ELM [version 2.4ME+ PL31 (25)]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Quoting frans stekelenburg, who wrote :
> But please, can you explain the 'loopback-filesystem' concept? Or give the
> syntax?
I have used it on Solaris, and I know it's available on Linux (kernel
option CONFIG_BLK_DEV_LOOP).
On Solaris, mounts look like :
# /sbin/mount -F lofs / /mnt
# /sbin/mount
[..]
/mnt on / read/write on Fri Mar 21 15:42:09 1997
# /sbin/umount /
You'll have to check the manpages of other Unix versions to see if
loopback filesystem is available there.
Grtx KH
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Work) <-- finger -l for PGPkey Fax: +31-30-2586290
[email protected] (Home) Workphone: +31-30-2586287
http://www.cetis.hvu.nl/~koos/ Looking for a license plate with "RFC 822"
From
[email protected] Fri Mar 21 09:35:29 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA20295; Fri, 21 Mar 1997 09:35:25 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA17045;
Fri, 21 Mar 1997 09:32:41 -0600 (CST)
Received: from olof.informatik.uni-bremen.de (
[email protected] [134.102.201.4])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA14528
for <
[email protected]>; Fri, 21 Mar 1997 09:31:51 -0600 (CST)
Received: by olof.informatik.uni-bremen.de (8.7.3/30.7.96cl)
id QAA11989
Fri, 21 Mar 1997 16:30:59 +0100 (MET)
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 16:30:59 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From: Wilhelm Mueller <
[email protected]>
To:
[email protected]
Subject: Re: directory creation with "upload" in ftpaccess
In-Reply-To: <
[email protected]> (message from Matt
Hallam on Fri, 21 Mar 1997 11:31:32 +0000 (GMT))
MIME-Version: 1.0
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I've modified beta 13 to support explicit ownership and permissions
for directories. I tried to avoid all race conditions which may occur
due to the non-atomicity of an mkdir followed by a chown, but can't
provide any warranty. I've not yet looked into the problem with mkdir
./something. Here's the description of my changes and the patch file:
-- 8< ------------------------------------------------------- >8 --
Bug Fixes
-- Lines in ftpaccess containing \# may still contain a comment
starting with # (in acl.c)
-- If the first line of the ftpaccess file contained a #, the parser
tried to look at its predecessor to find out if it was quoted.
Now, the buffer has a leading '\0' (in acl.c)
-- A `reply(530,...' contained two %s, but only one argument,
resulting in a SEGV on Solaris 2.5.1 (in ftpd.c)
-- If a `socket()' failed, errno was later overwritten by close,
but still used in the error message (in ftpd.c)
-- Some unused variables were removed (in ftpd.c)
Work Arounds
-- If SOLARIS_2_5_BUG is defined, no file locking is done,
as this may crash the machine. (in access.c, ftpcount.c, ftpd.c)
(According to Sun's hotline, another work around consists in
making sure that /dev/tcp, /dev/udp, /dev/ticotsord, and
/dev/ticlts all exist as real devices (created with mknod and the
same major and minor numbers, ownership, and protection as the
ones in the real file system) in the chrooted environment of
ftpd.)
New or Modified Functionality
-- The upload directive in ftpaccess may additionally specify the
protection and ownership of newly created directories
(in extensions.c, ftpd.c)
-- Directory creation must explicitely be permitted (in extensions.c)
-- Command line option -d dumps contents of parsed ftpaccess file, so
now (in ftpd.c, acl.c)
-- Directives in ftpaccess may be marked as using the complete
remainder of the line (minus leading/trailing whitespace) as their
argument (e.g., email). The code assumes that strtok() works
exactly as specified by ANSI C. (in acl.c)
-- The user and group in the upload directive may be specified as
numbers (in extensions.c)
-- A user or group of -1 in upload suppresses the corresponding change
of ownership. This does not rely on your fchown() supporting this
feature. (in ftpd.c)
-- DELE and RMD check permissions and log the action in the same way
when removing a directory (in ftpd.c)
-- if the first # in an ftpaccess line is quoted, the next one will
still introduce a comment--formerly, all subsequent # were assumed
to be quoted, too (in acl.c)
All user visible changes (besides the funny '\# #' behaviour) are
documented in ftpaccess.5 and ftpd.8
-- 8< ------------------------------------------------------- >8 --
table
!"#$%&'()*+,-./0123456789:;<=>?
@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
begin 644 wu-ftpd-2.4.2-beta-13-muewi.patch.gz
M'XL("+&@,C," W=U+7!A= #L7'ESVT:6_YO^%&TYB4@9)$%*%"7ZJ/69N*+8z
M+LN>F5K+48% DT0$ BP<DIF,][/O[[W7#8"'?.2>VF4I)@ATOW[WU8V\B*.Ey
M"F-U5;3GA;X*1\J?>?%49_+S1A!.)JKMJW9*0Y(TG';]))Z$T\ZLG%/>N;&Wx
MM[<QK/%#$JL?O%2I?=5S1_O'H_T#U3L^'MYHM]N;,%:&#T;[@U%_7X;OK7YXw
ML8'3<Q7_(F #I^\J7+1O**6 21A%RL-_<^]"JTS'F>YT.BU^V,6_-VZK[IXZv
M32(O#3/5[PS>=GKO,'BI%EX<^NIJIF,UB1+_0B6IFOAQ'C4!X.GYZ9/7)]\Su
MJ-NT#B87F0X4$/=B]?SIJ9J$D<Z66:[G!D@21<D5AHR7X&^:)'E3YG8%AUN!t
MGH2Q5J<O3AZ\>G9ZWC\?G#]\\ZWJR0C\V1&/G^!^HU>[\X]GKUZ_>7"B>C*0s
M_A1@"@L\6E?M%(LH\8(==:&75TD:D, G^<+S?9UEAAU;!!TD?K<<UAE4LEI[r
ML"+VM6>-T\*(LZ_<_FB_-QH,MDA_?59="0Y'^T<CMW>]$O2<7E^40*G.V8XZq
M??3H]-GCD?JOYJW65\^"D:I!=BY5KS-D6%VWUX7VN(>C_G#D]E66C-63]POUp
MU8V;#*;V]?J["H8:$(,[I]^IY]Y<X[)Z<M:F'X$272Y2+P]!!RF#F?%89WX:o
M+N@V[KR>Z=ID&E:J4IZ40+3*,2Y9: ,NF?#Z#U_Q6LU>2W4,] <"Z)&W\,9An
M%.:A)N%V7K]4;F<0\B3E%7DR39-BH>[R5PP:[JN[?N1EV7WUUEY N=^QA'I.m
MOV]-ZO?C[?J_J_S]V['WMCJ!I64T)_?".(RGL'7XS:M9F,.Q8 FMFN/(BR\Rl
M> " ]\99BZ_TI4Z7^0PS &22)G/EJ5OD8E//SW5*B-#R.@[P'$M'9-' ,IS&k
M2:H#1XV+7)V=W:)[J:;%@3U$"VPC1D"GFM908:X2WR_2K",^@(D/TRQ7;/ @j
MC%&1!0+FTQ@47<V\7/E6899 !@O1&( @:M,DRCKJ*=S?/,EJ(Z%:#F,>:QV0i
MZR/^Q0'(3\G3,C?9W0&.%R]5E@-[?T8D,M.89W>4?N]K%I=,]#(5)S3O*LQGh
M##[%2.WGX24C5%N]0Q2FS*LX45?PV6#E(L5L/Z\M09X.] NGP]B/BH @@5LAg
M.VN#=P?*F:=>C8S<RH41,^+XHPQM:V0[<@Z/2J_V[)6-&_T6Z:</\7=$Q3,-f
M005JYD43X@:A#1U/=S,:-TOF$'>8@BL)I)_JR"-F6KTCB-5C 0A[S*\2@G>Ie
M2WEZ5I[0WYUNI[M#K,#?D_?>?!'I$?VZ23SM0LS=!4B["APC02\"'_-T.9(Id
MTT)G>6]T5P;='_5<=W3<'WU+MXFS21'G(PH&6 822^8PGA&#Q3TR.P)#KNGPc
MR!D>E[[I[\<A]6PB5Z*D.=13(PG)'9I?H34)=130$/"CF(MS&N-I",8N 6 [b
MJY_]::S>&G$/^D[OH%+/%<W7<R^,U%U6>-QYS&F*L%T>>4&0DOW &>3BH\%$a
M?T9<QW-VL3IE5H,K\!SD/6]*-@?&+/";."W^+ _GXL&_?H+)4V1M?I)<A*6Kz
M[VR@-\?2WE0K<"6?W5>_W*4,C;XKB_SPH<0;TN3(P1[)3,D*G[P3? 2'(T8Ly
M"+-%1%X(ZL%Q<[#O] Y[I7K^C3DD1@+I0[MR4NZ4D(C):9KU.6@@7(0('"K2x
M7D 1D -="FSI1]WC"EC \80D+YU"K^/\KQ#%-N7=/SAP]H\/K/(J1(\T5JJ\w
MLOY!@J]DT+@W)\.,DBF\7(>GZ7B2I"!X8QISAM)^<SDV*5^IM$/5'0!D64v
M!]S-EPL=A5F.$ &N3/'E2<EP3LE"IG-B"R@S=R&CJ7Z_$!8!,D5H6CPC'UP!u
M<U86"8R>86Z!F@?1ESQ2QN$7,)B-)NA+8B ,)S6%.Z5 RE_DRL9:U";57"]!t
MZ0!@7D1Y""52&W@B7),WK,&C'">^]*(P4$'!WA9,F4";."-+ #7W;0I $!02s
M%M 0>HYED-5V(VYVG,:S$B<ZPA1=\YHDM#H_O#B)E_.DR*PKS6?S;*I^?-M^r
MT/YOK_VSVSX^ZYR_V_M*_7C643^V!08E)"&<=B8,H_I2RJN2."2;21VZ"&9>q
M9,0WXI,7:#(MSB$)WS(?S!16A@*U?W845A=5VNF<MW?XBE@-[@/$6$^I:"=+p
M0+CI[)!L<-'>$4:ST]ADM;-":,UCU'E8<9 S\[K&&CKO4E!L(RA"2_'O-$K&o
MN%KJ[-]Q@HOD"L[IODE[2)^3 )G/VQT,S7;^O1,G?/$.($N[KN*O&'<)E5F,n
MI&P>YO"&*>8$.B;>"RI9QT3#":5T08(',M@^=U@^7(Z7Q!)^Y)X0JBVNQ%R+m
M+UWST)EW*8Z308J=8!IL4:&F0%9)C@_\$@*)6T22H20TF0'KL>D-D O-VZ+9l
M8R\++?8K>GH32FKXK+J77DJAF"KYU4^<7#.PC.-F(*3")912@:?GP (UV>'Ak
MIR9WI^$D,Y-_BGR322B:[+JT.HE0S(%#T%521('HL_A+PWXH'AA4X42\Q=JKj
MZY"ELH!8V%?D4V2ZJ&-]O%G("I%$2-F+(8TE1P,PA857$QS9&U%N%KMV!:%\i
M<QEPH2M,P"K7PG?=CGJ.&D1((=VIV8IX2_("F%_YM[4$U+H7;M*P]E'R1C5<h
MX*&N]#+-WB7G-'0'U.^4QHJ_UUS+4D6%5% L3GR(L3K; <K8DX\)1K4@6"'2g
M WSKPL4_(;,TQ3$FQ/H*<7<<U#2]R-@6,'1^@?N43,RIK*J0,LIF&U"B*HM%f
MQ'XT,2[R:I98UGKK?&G64PGKIFPO3;4P#Q*HN&U+-=8L"I"O7YX\>]BM=[WHe
M\:G6ZD&4)9RS[0^&SJ!7MCO^FL3@;/+P8XE!6_(>FQVT;1Y0RPW:M=S@;/+Rd
M_UAVP&H!-*$E;)1UKI%;)\=_7<#[_Y3AMZ8,:][/R)<4@_3"],\(2E4O5)28c
M<-A!2G"XFGO *#XK]WA[=T)HX,[$9A\3CL[O%%D" WK[-D[>D3/$Z$!&X\(,b
MQY6,QT=F_!8LWI9HO+5X"%BF\S=D/Y,JA'''L<L>VT*Q[KKS>;Z7VP:?=L"Da
M31(!MV@J)MIIQ!K"=-5S+[R4>VZ3%#I@ZTKNCC@JG-C62$LB3,V-,P&EVZ]8z
M4^%O<GYOG"51D6LV5\5:?-8VZ@Z-S9;S<1*A^$6Y>D%.#J,OH;QG;8D<!*)"y
M65HPQMM%&(92-M-PW.,E.2(J-8V&<W5MYAL^E[)(DTH6C@@S1$:Z3 I. )8Fx
MPX3YT/Z45T4SSIH\Z<^8&/IT1>+P@E6R1:F"()#/0LB76E%S3=X*9KP#I02+w
M2]( JHSF)%'4^@D,?2M(FS\L%AHE*/%@DA1I/B..I>#')40RJY;KJ";\"*ACv
MC:+NM">1&BIB86&>346(D?AI;(79LEMFW0DRC,7"^+I).*%V<%(N:?4!()JEu
MB>&YM>P6X7JEH\A1&928^^\0_(5F[T(:ULD]=7:U^QZ?W4+=QJ7-ALW/+DWLt
M4BY3WEE+CLUMSI'--5%6_K#YMOE)R6?UC-R/_<$M1ONCW:-+8-@0A!HE(HTNs
M/&;.5UBS02 :&+W7,-DXB)J$UD$'2:<EBO-"5,/F?8[RBS0%[\!;EC<KB 0-r
M(^Z4?++V+W1PAWOW">:G"DI24& @<R,%$J. ,%<33*?6LH^6,%^;4TZ*',$;q
MLW4\\V)?D_QX#R$IIC.'FOBU=6!M,YN"2Q>/:2EUQ0H=5X&YQ26<=>,F<+)Sp
M$L<IK7@3:FD?ACNPO$6[2TZL@ UDT&[DAJI)L:H<-(%Q<M4B523M&QA+)1:4o
M?I *J)H#2;5N@2JH:1KZQK\*)@:5D&0!_3]K]SI2P7JJ" .)RM.0.\)XYO!>n
M1;DA9%-(,N,D)58G,=>A7,A: #2=Q,@QE[?S@XXIU$@YH @7U!R,>7,:H&!Zm
M:<4,:CRS>,H-L8D_ WRNK^/=G$TS(7?.SNE-?!'3T^V\)C12C4S!M\UQUZ'Hl
MC_2-/" U$V5K!@X$ZBV-3#V9@(\9%<VTFSXG/ZB#VJYZ5BJ$-!=$^')M99_Xk
MN2>E_VJ=EJ[F3VJ/O,A<>[$IY\E;23Y#.E',O>Q"I056;MVIUO#8D4HZ0QV!j
M@C(E?$_IV\A(@1S_ NDO27!29[+E8":Q:\Z.L%9/P9-2V#.FP#MCT96WS(0Fi
M1V0G(!5<4FY"H.W,NM;V:VG=1G"J)PJD8))FY-KL)?C&QI/Q3R2*6N)7EL1,h
M8ED\LO@Y1[#J_>6=E%6(Q&J)_X812!*@1336N"J3SY<)S5+2&:E?6%N$F"3Fg
M!)O\T-KLVEQB8K(JA=)Y06:0EP>6 2E@YS/;J+N4YVF(:A#PI=(A]0_9M"CSf
M8/=8BWE )TFD? 1>R]6]Q2_O'SFL.+76T7]B?#/=IP8%LFWW2[PX[-$=6;E!e
M*TH8I!40"QMN;S@<?!0&T\: ?HK\!J>S#6K;5$'T(W/W>.)*N/W5+3#*Z%>;d
M*([-XLS>Y%KZC24L2AWU+/\5C:2F]?"MLJ=$>;KI*CD<+3BZ4<03I^%-R$/:c
MO+26BF8K#;1/].=&7]*?VS0#ZXIH=_DC"[&:5>%1U@0?)9C0UAD[YY7^0 D%b
M2P3>&!0#$&^;P670/BU9JL1]X^PUPT\UD/$KB3,$)-(U3,H>'4=F]N@0(9VRa
MHGI)CH+$DC5HVG?CTHX2\8PB_DIY8SP:UHF2Z50X(66727.MO]^4S&>V-D>?z
MU=J411Z0U^14K5RHUE\O77W-,S:E^\6!@9AJ3N34EFC5=SJ-MBS2A(<UR50Jy
M(5**(WB6L;8"I)JD0]_\#T?M5DL\+4L(\D1\1$Y**ZUU+SFI+>.?";YBYM6)x
MN:SLJUIN/ZJZHO6P86K.F!IH*#C#''DPC+$>)BE%(V98[<AFX8+\1)H$!26@w
MY)O5(@E)1<EXJ<;DHSXP3DJV4)%.65L)&OF <#I#1)'"57J/7*/2,2=._^K2v
M2"C3M+N]0$U44JHI-GH4JO%:/?P3.1N(EBQO3'6PL4D.D1#4+*0DAS9C2;QYu
M[OD7%)SXL!:5$AF7;BFI=X7(6 -5H.;G!9>+C*HD@!576+YRK,>P>A4SJ6&It
M+N!>1H B,2%'BL*%,C1:G!N'6<=L$IG!G%?#G"A+@</62&?M;K0W3JB]"P% s
MI\!ESE10-='YJ,LPB43HDL,:KP H ,9]C9":OW-38#,D<0.$A+;LZ*CO6)KFr
M])G)/JO]?CH2(OG3F+2_]#URQH9S/?$$!N=ML=]]_Q@?9<+MV>3A4X+:J)V1q
M,SVQU&\@M0AC2F^DRFMBD9E^WRH/BI'#0$RCU+QHK-HB*3_9*Y%8-,P=J48\p
M/K-6I#829*@H:%C0"/2E"H-K!X2-$/7@-4^CCZ\2V6'7K5(.V+J*?:KC1N1!o
MZ76:8I".N1<#F05EG?U)?C\,\SJWA=GN>]=U>PW9)A&=D#U*<:E&\DU[V(*7n
M;TF>* U9"Z/?8(:4,,S,28%+_BFFX8L&N>_WG[KN-C@'C6@;G AP(OR,-N"Xm
M3]?A&% ]MV%#M3UL22E%O;\I^42RX*J3YO37YLP@CB*&Y\0$4P)L3CK8OE 9l
MT*C06@L8ZR".-M>ERA:IM$^=$3G>E0:F6[@R72#TW H"-QMY\YG0@(.1XX:;k
MA%OEPOS^^OSK*:_-.EB?];FDUV <;5GYD[3;^0P"M+NB-27_2$>(/^5O;B=6j
ML04^XC)$:./Y_4_/YS2BF@U#K3+N+]G6N_Y4>] YVCA^CGO;SK+C]I9C[(?7i
M'V.G"6NO,;CEA.TGV/>KMQAZSH%L0=Y6NV<[*C<GKQ\EBV7*@;[IMP#J:.#0h
MOT=<(;_24[OA1='A30SQIQE%+-QY!#M%4$)ZV3&P*(=C6-P)U^FE.2AWMK,5g
MO<.><SBTYZ60O,CIK;/V)?U<V Y"67 XO%$Q+J84S5<"(M5)*659<5GN+S.$f
M,E[\)>V+2,O"+A#)0<^^<U@>]/Q#EE?_I)SMK&WJ ^Y&(=/CW-ML37CU_&/Se
M6+G$8Z[OKR?FQ<;+-O1F"F?/VS0U2_VN.5OO5SI6O[NBK?4'FR_=#'I;]/7:d
M*8/1P6#4^XC&#H[ZSN!H6'OWAF\<5YOG\I'8JMJ].^;F!WGQYE8XB0,]67_Cc
M1=Y>P4-Z]MV#?SPY?WKRXM'W9BYR+G"[R:_D-!=A0(&.'I\_^5>KI7ZI+2MRb
M;9Z\^/;\R:M7CMK)(JT7=+S5OM S40 @XI/0-U)?9SO.=F*/#YS!\7&-V.-#a
MY] ]6"?6+IZGB-M)VI3HW;I31XSP:/9:%3OD]1X=0P&$>OI$F=8EB2ZHI'>.z
M>)(9P/F(NJ?<.]LMUMUW#GL'%<:'[I%SV.]OPQC9<G-<3-YR1OM.??.-NGF!y
M4JYV#RBT6IMT"A*W;Z_3<HUHKY?KID#?/&=B;VDP M\-+YUVHG,ZN0":G^+Qx
MR:/O[RBY2TULG^[+3\25-"]_1;!UYA* R!M<9AGS%I>COL% LYB1@;E84> Fw
MT\KC/EQW*OIP $<U.*H.EGZV5L@B%1]O_M56P"ISZ#K4U/MR)=\DY\MUXJ^Rv
M]</# 8)=[:7"PR%,:7C\.]EZJ5OF'G4Y@-L]-=4YD&R*C6]%[ CB..[5$#LZu
M=H;N5I.NF;-1?OOYH,BDUFW^WCV#R"IGZ=.EEPBI/;9$AAAFTI&P[.QT.O*&t
MXI?+UWX^:?OUSV]V VI]]5_C$K:KN0UN\KU5@@@C0W=021 _G&'OR$KPD[Z?s
M[8)..MFG$*&CLO!GG4Q(G*1^?XC__5UX?^-7LOQC+G=X<.0,![7D>8A<=8ADr
M=6L:\IDYR-_/*0WABH>'=<T90I6.W+_<*0$'9WA<\Y;#XX%SY/[>*OT?KM4Uq
M#J^SVH^2S-".@=<6 =%F!1!M3?^C+\S]:?SK0JNG>JS@B7K]4>^X?$5[:RZ\p
M[]@4AS-A!,>!E39MJJL] (7@P)SG;TY.B#]4Z8<^:67ATXYO--?SL9:1<IG=o
M$8LT(U%_2:/T/(GU.7C8K&D!R9K?@J_&7R9\4'2^./>BZ!Q0,YF@WU,=Q^"Xn
M(+RSEFEW]WZO3Y>AJ:=OGC]Z_>S%<Z5&9#O A%_'4U_VL=!>OGGU\L7I$T70m
M7ND\#34?L*.F32#O^56G5!X\.KD>VG;/"3O=EJKNQ6 ;J?F*<.QG2U"V$YI\l
MT6K?IZ\[_(H!Y1O&9\HH%!=0 W^^:):CS0Z+8[=:6O4RQV;?,EBR;U*[HYYSk
M--SF_?X$[../HN^H'Q[\Z_M_GCQY_DE"MHGE>-^QA2:=/$XS#4J:K;KG^,4@j
M)]:VR%/'DD0&A=]"/CG2\@&]P6<9P=85@T9N-KFNTW/+)/]S5U1[>/8;EM[:i
M!.L!E?V-\HE?/F2P@%\7IA6-61G"L9<W[ZG=LWAWO625IU2OWJS$;V^2"A!]h
MK=)MW5A)@@,Z)<M;>_1R S?;8%DW5ZKHIG" -'R6-@EQ1^W>VD5J<%.\8:LVg
MH4RNY;RESGQO@6^,9S[+B?#ZV?/FX_!A:W51N_ >K=SNM83RL]UMQ?J>(+=[f
MYNZN45=BG2<7!NL==9;OK.0-M P&MDIEL!_CS,&^30??XM>P$[_9*V/Z^B!Ce
M):LPF^316\S(Q;(I VNF1GC<69OBVW;(ZFVC),T5&DD4EL9*-IR_-1I$* &[d
M?X\L^<&K;T^%YD9C2U[']QL[KQ-Z)R&F SW33#7O?QVT5OX?*Y3:K?RA<-HQc
MD\TBBAJ_:H-4>P. W[KOS)3ZS=Z[U4']M=_[[YA5@OT8A=P%]T(:'[:H2'V>b
M3YT=*A^-U37J]4U=*2#)'/GK-I4SC\2G I3 -XZG-W1Z1QLMM#_/VDM#N*T:a
MXLSNL>43P?<(C:IG^9DN8$/7R O<OLW^<M4-B$+]>OMO7&/V&]7[AN$LMz
M,YA^&ZWXW^ZNO*F-9,G_C3]%P2Y80@WH! DL3V# ;XB'P6'P>&;G.0A9:F&My
MA<2JI<<08_:S;^5155G=U>(PGF,9CT#==64=65EY_*H$Q<)Q8 $_H ).V:9&x
M\S?HFY*F3LLVR"V*?S%V$F8DHSQ.(C9LYD0+IH&^# K-M2/'4P*=>HR/"#DAw
M8-A+*("^<#D8S1*77:W.B:4G5!ET9.\HB*Y#/P27TP75BZ<;9*%SS:-!0-NBv
M=<*=6F08YP/K?"/)6<'58VCCN"$]$=;6R'VQ,T671Z,<0HL=^H:@?Y17"'EZu
MY+<4^AJG0ZG-\XKZ6D]KFG.& V./&\^)R_%$1@_I*?%E<$6LSO6LA.AQ5%*_t
M/$^ 'LZ!RVK!M"&YPC:42I&9NHN\->BGBVV_5=S5X/Z$!F^+'0/A!^P89ECPs
M:G"<]60?3R8WZ :O:X?JBS;'!O_%[&5MC6J'WB%.2)N"9@?\HJT7N_[OZU=^r
MH>2+?TV?VZ*5^TM3H-N.@1*V0J7,SK%:*O'B)RY"3_V]B?C)(FXM=F1OQ3BSq
MZO%W;^C%MKWP/7;LX'ZMOFG#5H_8L=4CM^Q';]@E-P)/NW>'X6 J4:6^*4S8p
M3;VYMYHYZBEQ.!,%A[2HH3._:3N>Z%]6BOQ(A10 \K!_2[O44Y[Y@WVQ!:17o
MTZ<8<_XK%Z42TM#2!ROU>C(]AUT-EFG9WQBM2J5 1S"Y$0I5GEM@<I 7"YGLn
MEY2[,!LE@XM1K">_WX*2+K68W9LS2DUR@06F1R6:AA:6P1ME&B?%I2A0]$YJm
M3O NW2=EF"X#M**95-DN3$]KI+8/^Q&3'&G&JBL]GZ8(C&#EFGJR4E.&3M2Fl
MHI,P[M9=CBM93DAGB[*FEM2B9T$-S#QUK#>ZYN3Y;7T#"[!:;4751C7'&O^Mk
MLU"V,S#I0!&&:&_@2M3I]0:,1X S8AM=<3':V6[2NCSDDWIW="_M/JG?KBOUj
M@;#FO$ 7_0:X=K>3<.Z0;#,603" LH42MI:HNK'5=G#NX7C\Q4*_N6 3#ZTOi
MB=%X-IBJ:Q3-0.Q>Y_S@B"-;C4[#G_X]&,^T<'*H/H^O8DZZ\11+M/K]EFCUh
MB9>HWHU8+5PJM<W!ZV^W:GE/U4V-N:5KE>^]F(-;3&L3=U>[W58;FU&M4I.Kg
M?7Y-IH8*:R)+OO+=;;KGYZ=G^WOGY[#)^J<AFJ9&9XM[+2A7,^E$"B^+MSW_f
MCILX?FRLTH:^JG[J3 ;HY<Y%"6=K+6E;(!-RQ&:XO!DU03$O,&[N_HFL R:!e
M*WV($<<R>Z0WV>%(QGQF(_=HINL83%PX<HG/-B4BA3N4R#94_ HBVN\LM"PAd
MW)L6+/GK,$D^CR=3^6 X'EW8[S"G\,_;'==C5/XJ0'>VN9(=TP06IA'6$U0Fc
M\$?15H\KC_7Q^$J?=ZP6WLI5/%DJ5.6M*9H?E^%Q6%*#*1B<2KZDAC-53*"4b
M')>=)UG%0#R<MJ7&O\2Z9MT5H['M#,$@L(G14MO\O%1O82_H&6A/#+??,V%"a
M+TRR?XV6BCNR8W7%KCNSY>L%ROVYK5XLKZ\F+W4)D=$W1#JW/3APN0IVOP*Vz
MNUW>(0+4"WODT&.(F6 BX;N/G*94<@.6;0=;.M5R=;V"3:&&4-8H7:1M2K8@y
MUP%@3)FV,2=93,SDR.WGE^I@A'[[=W?UOT:F(F&>SC..S@!29PHQF;$$)<^^x
MRYI+O=<+KR<#M7LU4:JBJI7M<FV[U@([:#U@-_4S@@$5#:YU0*MNU+;KC7F^w
MOM:55@M*'P .B$44C@J&*&]7/GB= H3!N)?8""GTV)
[email protected]!/=-X<OKv
M#C$QT;1,(7X!&&FDRA3BFL"W=09!7[1(XN]/#\YWS]^]WFO5*C# 995Q!7JOu
M13U*L)9,;\!QVV\I%8E)7PVF$(7E$)<'/4C8O\FGKC-UL1@=\$R>#:=4I&FBt
M;![\5-2+%^#6(YK("70V<J:V9L*_>&]7_N:]G;,\P08_PB"_M N#?)-9FO)Es
MP*&AGN/0D)NML5UO;5?*^<M2'YAJ#7MJ7U5O3TY/#U\='AV>_:).7JO3]WL_r
MJOW=-[O_.%BW%P@8GY3A */GY'X_Z2:#'N[U2Q8J738.L=+!X0+!TFOZGRJWq
M@+2Z TN'W_^YY)RB6$F'U=FQ_P]&M09)GVY06"*9$.EQER'\(?0(\/>Z/H."p
M$WF]Z<#?'T-+T'<!G8S27D?59OBX6UBK.K_=$M_Z$/]VI26\\T'/W'=!J%P^o
MB %!6$"T+4:ZTFT/^ER(<B=%$&CQSX%\,$[!I[C;812)&PO 52)%N"*P#% ]n
M@F0'U8D8ZW5,1FD_Q#X^4!=C:OHVDM)%QU" 0[(M,M./%AF(B\,*KM*S&G[6m
M\;.!GYNFN[;6U]=M=L8+@# U^/\F3C:T)/(K]A!W#\0H?;PC@R(H ,IW_VP<l
M??O0;"K=/*4<VA="K7O]:Z ^G&'@<SR;# "W@Z))XZYFHX1VI_O2H-+8L=2Sk
M5(\%;"$%TCI0,#X&'*._>%+<YA8#HX+-1Q>SB;A,&3RDR(W<M2V:"-*9:F):j
MZJ_U5+&(T].'-UL1?#816T;_T;) ,*A"_Y8Z,(5M>A0JH>Z7T,@KP<)A7$/@i
M'$2?F9(T(6B%6'=9,3+R>J#'ZKYMIKR'_51O!YN\Y1?0Y(KI<P\3VRAX6Q^2h
MZO!#<'VB>0V.5/IEU4%OV6M>-/?! Y'*'(B4XT9\& HQO689>%Q+*I8#!R'Tg
M"O.5#YR*0.#5ZM5U#!XXWCLB?_5B(EXAVP<?\5?O7Y\>_M='8>7EPX_P<"N8f
M*V8BM8(/BG!4T3U1YM\5_EWU;>!2!X2]2ZGJ6<46-IM=4J\U8\;D&2\0I(!2e
M74PX51U3!;QFL,@BP#,"8#JZFT9J:1F(P%=K+Z^NSV>#7J86U'B:PU8V<SF3d
M 4D3VGM6[K&Q$]Q<62^^F%9!@=4:<J-C;!XA2'68$'RU]O)B<G[Q1(34OXF0c
MNB-D@;!2>]C$@I?G5FBGV6X#(@EZ_M5J4:OB^8U\IV50LBYK@_PU41*.<0EYb
MK#SY(K$=0W9R9&HZ(:EN.DD,ZAMX&!&;*ZJO7U7FG66ZH#4FTS"-YQ8D!\['a
MOUONK5V2?F$U6U'HE:T&"M$$@-%>"T%NNTRQ4>L+P#R@BA%H?K'5B+AIL2C,z
MQY)G)$FW,^IS"V#NK@S03%P1#AODH1=D(]18?QWH%K3G<H0%ZU'J\NH\2^4Ey
M^W;^ND_ A< LEX7,@D_8RVU!FM&9Z+I/='T^T6&N> ^BL]SC?D37'T=T/4/Tx
MPJV<_R)XR0S\8GK^\5XO9LK#NBQWEL@.>\@<D9WE=]7#.BK<3;<^D0V?R,8\w
M(D.SHG$WD<$Y,9?(QF.(;*2(]/Q)/(YH^&$>.\S,A"V_D[8>.A.VOL=,V'I,v
M)VWESX2F3V3SH3.A^3UF0O,Q1#9S9H(S+J8$"70:NV:APA,@PA[W6J PSBM"u
M:U!)9\X*[HAR?([V+J8*- 81X&Z<3]4J@D)>T-\(5H6Z#D1-*=HP)%D&YH9<t
MD-JF<R5#@US9\,V5OD.MY/)W?/=]\O2O-*-*>4N(3EE*63U"IQ^!'8V6,L9Ds
M1:T$V.F-9=V>GD$1D9@3+\%HZ5/W1SR"'KPZ?JT^33K=+_$T,3=GVG,\8-<!r
MX#.8Y&%2P9^H;ACTU*\ 9_HK'O\_.@6 IDCB6J+C';G21NK=F_V--__<EP\?q
M4!]4A[4IUD%\4QON7S\@+=Z_,BSWT;3>(%@- AF*\A.<O>#>J=D& +TBI,8-p
MS+D-W:8-:-(]"W]@UZ6I>1@E<M3N4S/0*10%F /Q%"5D&\%>XP6";JY?C9,!o
MW5<XT(NK2S#(G\;_CEFSXG052(66<35%./\-2AI!\<:LL<*JN^-+@-]BB!(Jn
MR%DGP!OFDUXVUX#) P9MG9!N:Y3:0H;%HVY@!%Q07VDFBW F%X"O#RJ13V,$m
MT(X9IK23J+4*-SX#24H=:HJ#.QX04Y?+(ZCB555 "SP5@8I/1# D"'4NJ<A:l
ME<*> 9^.4&5%<&,X=;MP$R2!&-&NI<L%G^/EGKGO!"&3>1B7$><.VU<D18Q5k
MN1(P\E7"P,ATO9[7&E,(^3$/"+J5U,#,F&R?1@YE$/O">04Q#)WS_B8 6M('j
MC3V$?MN]XT1R2\SMY]*39D-/&(8@#-1O<]L1 [9EFY "JS6(>GJ8;@@?KZ.3i
M>S1"/50R]A-TJG>Y &)6 HH5.5?TR"%=0,R/S/VI(S,#"':=-'Z 4&RX"&O'h
M7ZKRUM961*]H1]$'0S0^"8AD7IGCRYG#WJ&J&!QZ?3X1/KYC7M,!@;/[66?Eg
MZR(/^U2@Q&I&8*_^;#3"VU$!I<_>3DJ SX",1N1(3'_!2OB6:+9MT-VC6 /Vf
MB""$U81/*&STSJ%?'BAY<*8'"R E6>=<>20HAS4J46M3.,YR-/%5E14YPD]+e
M/ZT%G];MTT7Q=--3!6&YW6M-O%1M\G-P" L\7DVNZ!N'%&>425;Q0_2ZT/"-d
M5;0?/$\0FXW!]QTRW ]L_"();:NE)33I-_UT?="8VS/^TZW@TV;P:>N/Z-M2c
MKOZNE*_$QG<P3^'0@;.V6$"'/7Q^0<\OQ/-O&+[@A-Z"6-X0'%"A, _?=T=b
MY[BA3V(XYU0BZCE]8'W9)E/2.7*(HDH[.XJ7NJ"![T!(LP6T9KX:UJA-BI"Da
M1DEJ?A*A#W:S*UA*'4NI4RGU.:74YY6RB:5L4BF;<TK9S#A4TOF/SH.D%RT z
MX2D]@'Z$FD_0 H#*%*CRE9;ZB=,9H>K4M<(D7\RDMTI.4I:Z])O9])[NU1M*y
MB,FZ*31J93A1)]OJK0,RQHM^ (OXO35THJ<N<&'A,,HG..-OZ[I#-],&&_,:x
MZ$S' WR^PQ-[2C*&,O[(E$_:7GB5<,ZZEQ->.4=FNVXJ/(JW.2=,BOTL:T97w
MV0KAE_PY:R-O0>1-<>*GH*9*/P]/9N*IH+%)/V_2\V;Z>8N>MT(S'I-NH(5Sv
MQ)>A@93G;.*,_WE-5_9 (!I=+HUBH!AMT5<ORF:^.']/^"ZJ.R/<X4$W>_(Gu
MH&6(,^3[1N@B2SI<I6Z;V$# <\10MA94.%[8BX=,5H&A3<+R@,FAB]HNXPF<t
M(_"&G\&E.]!R;B#>.$/)<YV%J];"-DG6[B3"L+NF"#Z?V99AM*4(7S3.^[F,s
M8LGC$@NY#&+)F4SPI_C=N00 PZ\"#J@^,!#6+/AF6MAM/%PA1C&LUTZO1R>Sr
M#^OJS2P>#A%U'$ZI"(FC9P.-.C[$#S?%5"X/E=I97B-MO=YV[->F_MIP7UOZq
M*R^K6V]J$M_:,KW'2D_]A'2>J(&=R_*:F:RL+KU(9;4\SU1MV)X9.#T5D-LNp
M>B)':I= KKKH"1]%9]JE)K4R36K!\(_A+B^4KW6[N%$X?*95WSRHJ$E5WIBBo
MB!/BY4'WUG*UIH78J@A/J%1:C:A2E5!U]S'9SA6UOUVV>R:\&.\4\<*4UAN@n
M4*V% 1_G[D,THRO$XRNA=^%]RI?C\G8M7WS*D^1\:2YOITN75;^KK$8Q=W=,m
ME]4(
[email protected]'"$6:%""\\W>[-@#4@W*;OY+ZV9$[XL2?D7VBC\9=&W@E@0Zl
MQ9A=NN($D [7U['QY+#4&QNG*U0A)=-9OV]6BLINKR"VE-.BBHV_\*15:^A6k
M@0Z6<IV/\G!/(2];8,#9YG[2GXL4]Z6_4*PR5=4H!F.M+(]K&![7S^%QWCPQj
MD8?IXGC#;-3NW# #>V7:=[3"$965:D7+K-5&#NCO$Z[VA9!(NA"21Q>RPFAXi
M(97<[-YC^0R--4*"<G<DENSXAQTM218S^G:9_-K9A^"..>AH^A%;3,E#.?N>h
MZQLZA?KK;[#62VK><M=KS*Z1VMU236B-ITJIWRW@+/@G.RJ@D)9OE!!P@!6Dg
MI1MZS]7O$++Q=V$-J1[\X[A#3N!#?WI%%[BFPA[<\TS0@WN5"GFH5O6_G)"'f
MG$R-[49UN]&<$_#0J$35S8J,(H4'M1!_N\U!9_C_!LJ91>34[")_?'N!L>V%e
MQ[47#&/9S!_3=(;-[7)KNSH'D;^^68[JFYLA8=2BB(CGP(?4\][S[13'0%@-d
MVLGO6\A0%P(DF!:$ *D?T8+JPUH0CI1NU:)JN6Q%](4%HV5"ML%NEA@:BP\ c
M(:?SO*A^4"?GNV_?'ASOJVW]Y]F[]\=['IXCI#[71]]A#\*NC)@+!@_B3[K]b
M8%<UE(&E!8TJ]HDO,*P9M1F;5]"Z0@_(PL(>'BZ%KMD]@GK]PPV*+$Q]Q8S(a
M'TM]AJ+T62U%7^C(=D]J@_RM7*MKZNL6Y-0%'IW\=/#NP[O#LP,1>83LZOW;z
MHY/=?4,.:I7]<=+2D+28J14TNZV@P6VES\:V%;*<%=4+55;%( KU,P<J-T;[y
MMS[DCL"=0&!5H&A"]^<BEV-L)F35Y5I5TU:SEJ+'T?87H"8\<HV6IFZS(7G9x
M[;.4T,;7S0O'![R\962B>BY=R*6AF";-R[1PAI.+W-_BF8&[=MQHV+DY!PR.w
M#D %$CP@$ 2=)$ADSM(AY0D8;]O**C=+F^K+X-1][-_=#&@=%R=$:0L=DNYv
ML:7)WZI(1OIDY&?C+A0V5:Q,$+0O\)E04$F'0;QYK-#OC6?3:"69%C6A*9?Cu
M=)'"U1A>)5/ ]& F9S-EZG29+FRF"YN)_8/_DN,8G-;5LEZTU;*U")+UTQC+t
M,VB[P.829]H=@VA3<=\!#SJQO![*U86[P(A[%:X2/8LFD_M4$J9HLZ$K=1JPs
M%+R(GB%7X-H9D:,.C\>G3F_[V=P>O+H6KK.L-L*8ZISQX]$S(S<& ;%ST1F,r
MQ+ MR@I)QDLR>"@8<^&9JC1U6BJN-BLI1/M[D,@8"MC#;021V?FSR(;5E;R$q
M59KI $J S6M36^=W2G >-*&3FEM;:>%SPY-$5]E,Y-W@&2$EFJ#))>@7 -WQp
MAV<^?'F*7152;BO^MF5WJW9JNPIN6:90K!R+PWVNR#ZSFB:]$S6;C;1,^V<1o
M]I0$AJ/@ZYJ-M.2-&OK;9E0K5YKI[8@U2Q!,C4!+W3'<6$EP/. )->YV9Q/5n
MFTU@JP=W2+[1EW?^DH49>+-_\.[=N4YQ^$Y5H#QY.V8HZ>G!WGL(:-9)S26Mm
MH2M:>_&4+E,,%+'WX\F'8WVNVH"Q@XCL_-KV?GQSLJ_JE!1\Q3!I8H%^$!EXl
MRM>[8A^ H46T-%#FB1:N%5\&B@6#Y@SV(> F:/T.Y7I]>K9[QM=_>KGH*E!Yk
M@6(@]Y'+7?=RTP6@KM),SE>[IX=[JN":_E6TYZLHO1C*_?KLE[<'?$,HU"N;j
MF;X@-$2T[OT#4SF5]>(%1##HHN@*T4R)> 0IK]8!(F CT*#WA_O*EHC%>R76i
MLR7:"S9G2;"-1X?'_[0E8O%>B<URZG9+O'&S2@ #NHDJU&]'2&M!UB +K6CJh
M<,SNT8='L@^/,GU8E47=T7E'LO..,IU7ET7=T6M'LM>.,KW6-$7=K[OV#WY2g
MKF'I[H([2ZDTD);[/7,[Z;JYF334P,/C$U<DE2^*K*:+M)>6KL.%I78M62ZQf
MAYL$7$Z-T!ILV9Q-8GO/<B('DMQ&T=D4-/2(0J"SX'W>.$A:?IC2C=P )>&<e
M@OEJ2W,?IH)M X:#\=,0 -F[ =TZG]X! 0>O:7]BHRR2 6X GXP?JO$\U5M"d
M5X)ZR:PZ,20S23)E@6[.E&:\2B%Q #(.7DVZ[3)#?H&._?3\\%3O)%#/VDM]c
M8""YC*6Q25=];=O"4.[IZC%M&W0S%)1$QA7P509%"4SLQQ3"RG)".'MHYA%<b
MP0O9JRZWEYG5T+H?+0K;')0!N&P4I #GSUO,$0+TCE]M-1O^0<4X 'MGB05/a
M7[4@E%40BJ9'1RGK ,SRSL:J=1J;*S>1%$!RTV)*9GJX(+@8DI'F-0@X-14[z
MP("&87S1&5H)#A0QHB7]D6B(JW0MOU*T&7TQ0EF$3O%6-/,%0[J#O-U6!P<_y
M'YZ>I>V_5RA^G0N[!ALM%OU[;^;F*HM<"Z:QB\HY%1K#2;6Q%:DE$.< ,1$Xx
M7S)#(+?^;+B^)&/F<!Z"!%DK5RM1#4"1O;-I<#YE=(L>()9QSIC!*S,;: :Rw
MBA!5G"(E'+"LLP].1\VIVVL5F[!/\0(H=_GIR,\&THH6(.,=]]4HOD9[*&>Av
M>1_08F*F"[JO/I6'VYU5C&*>63 /-XT/E>4=)@*^]_BN>C^ETY-R4E88;6B:u
MH5F@D:,T?CY@JLBBVP;O"^ZJT!+]Y6R(44]2YN>LDI'W@<T/@9E35H87TQ2At
MK+I!,J=SI#-K\($L03J:S6<'O8PZ4_*%U/(,M2:''V2;D<,+[JCHL&]LS"[Ls
M!^)82)\.PT0Q3.Q?"5@V)JL).>G@/6@3@*'I0O03!:K1@8Q,\ZSE@EDU9(?,r
MN)?UU*2:[(T16H#3$LO-)>Q&H&34TMQT,NA^09]3B(33Z4VHD2D,>JPSU<D^q
MS:8Q@N=T+!HKA!*-)C'-([Q&E'.9S*=C3=WSX1#4R9Z?Z78J(03SQ:,$1"C$p
MLP,'+N(-$+4#0B.8]3E&Z;IS(_,1]?Y$(VF+)&"09/5"88O-Z@*,KF-U$7&,o
M :)O68SA CQ$8<O6!$JU*^!PD\6BK)Z.;"9V2L[UH7T#PJ4LR+BS<M,A[ @8n
ML)FCE.N&0OSP/@K;]DG<)_QJE SUO*2#2 '=7R& "6_3B-#M3W=B$GMM'?2Im
MCH0Z &9?GT[-S$DHB,IF67!T836=!"3< 804RF)=L"1[)X.8"ZJK'N&<I0_Tl
MD>R+X?@".P""^*27!CFRN W/6V!BI'&0!XD1BD%,IFDB+G:W%0(VG.ZD!-<Ak
MC,(ZW?P":HY/^$1/"085!R),/@HA2RS0& >,X74O\%4+VU]NL/L[?(%]9VCKj
M=*LG%="VKDXXZ@XZ4('+,L<QQIU1XE:@G@_7.2!RD'OZ>1+'X&4YZ1!Q8%JWi
MWM,NHVXTK9*XWP$>CCU7F,1\^<0:*".)D\!R@'5C9[KO)TW[S,J*86IML!)Jh
M<4=>/L*
[email protected]_>$](2"4L@ECMA"/8JH4EB1V$?G1XJB@?8:[ /CG@3'#E&g
M:T]-D9,);<\]DZY+_)[EE#:RG4*YIANV0_7$X%\+3&X"ATU4S"XZBO0&ZXE_f
M<+ZP%E,LBTNV3U&-UUUL>Q)BD&JTF(QU%V(-YWIYQ%*8<RT?]-K.6"):#1/.e
MKC]:^L1J<LGAK:_71G4XTG1R_F[_Y/CH%[RVYQ3NM^%(WLZ4[XU>-(>4D_/Cd
MD[VSLU_8A^BK?,#BH9?V^!6ZE,C4]I%-;UWI7W@' -WQ3I%E]=\&5\:8MJ(5c
MD<\SF1<V7EYG.=>Z8B_DCZN1(:L(DB!?V&O)[ZK*58;!2*%EHV>;7.\S6b
M>Q2J5\\EM2(5?$5SY8-1TD6T2?'(D\J"^'\L0W],OWT"\UPO_C<T?^B^%CT"a
M]@]^V@EF!(V)R*B_^AD/CT\"<UBN";:-VCV@@U8]C -AM4F$ <?31=EXMX! z
M5_N0]8,JU,NKF1$B)'M$>8=E=Z>6<VWV.*#S$N&G,+$+J'E84?]KV(">Y^RIy
MSB*.\+:D6'YRQ[4]BF6MJ (H1'XZ^_DK_/['X3[^?G^X7RS:\G O$M'.>C.(x
MAWTN+S5MC!'9< L4/'O_#1@!3G!U(0ENH(,F87AHVBM\7N;8@R]$C@N9(VO@w
MM:]2AC8):X=3$&496/26!+<&%]P$09N!R^IX!DH_F)]C,\*YWYSLBS9)NR!Pv
M2&ZD ".@ UTD.])0@LN[B/G01-ASA&,!>N],=,[I>.S-]:PU4:X#80%<]'PHu
M8:QQA(TH$!K?1_3"K0WFT?_<6B,IW^\@H!2-EIG^D8<O?9@GWUNR;_9[CNDEt
M6K37YR!0I@A4/70?*V\_2,-A_-!D$6(+WA:+)5=S<X?.QM/7"!4-MFHY,<:Js
M9;XS7I$,P<9\=W,)/2C:8G,;#JS/[P0*-Z/JMJ&YOH_L4KK!@=DCK@'8/3IXr
M=^9\WVRYNE[UT^')T2Y<FKV-2H??EG^+5#QK+\,A@W_UZ-< ?PWIX9 >#NEAq
M/&IC9UPNN5JH4R9=LQG:%X+A1$IL7.Z+WGU<\J%,/I3)AZ'D=%W,G5V.S"35p
MYPW9YWW/+FF&&HGB@;Y[G)52@8KU"KRC8FOE=!63S\VC)AKOC*;.K.9Q:39"o
M6.RE8F#N?-A]=WQX_(_(MN_]Z(LZF$S4<L_.?*@\0+S=K)W61>HFP[KO5B.Jn
M@854N#)8AT//V>U^6NR ]?^IM=AIEP2P1^.M-V[9_D"*6/! JE7]FX+N)@X5m
M3GQ^_9\9NE^' X 3<68:H^H%50W ,N#ZKUC+*@-0T< Q '&1-&_=/S@Z$&<Ml
MBDHL=(:7XV1:Y%L, %M=3P>G7P*=!OR(N!+O9M'[=DIH!NC!WP)_AZIS@=!=k
MMJG[K>K=.,^#%P]];5^[G>\F63)M*CUTYI0L=:5O]!<I91IF R=R_$14CC'Bj
MU?O37]+^)][:K@NK0KBG*W7=T]6R[&FXMZ!:;X6<R'--%KZ+I+F'"G]^%P0[i
M$)(WNS^_W3W[\>C@^*.]'<AT2@<O!>,>A3^+J208KS(:CVXNQS-QF5+@&K+Ch
MD[/#O0.,,X$5HS]_74X^\D3LP7?J;P@TN9C%R?3J.L+[8J?Q9SW]HU3)MHF0g
M0"^4B6A?)NSE21K%'FG8%_,:@ZV]HV'/Y!UI7PI+F@$LB12WWBV=R)__#S#Zf
&XG.<Q e
d
end
-- 8< ------------------------------------------------------- >8 --
--
********************************************************************
Wilhelm M�ller
[email protected]
Schlachte 32 Tel. (B�ro/off.) +49-421-361-10629
D-28195 Bremen Fax (B�ro/off.) +49-421-361-2295
PGP len id fingerprint
2048 C2F0A2D1 B1 45 26 44 DE BB 64 7F 94 AA 3D A9 01 60 8E 0A
1024 9548B531 AE 9A D9 4C 97 8A BC 3F 4B 25 B5 2B 1E 75 21 37
512 48B324ED 88 5C 31 31 DD F5 37 40 DB 7F 94 21 2A 54 31 EE
======
From
[email protected] Fri Mar 21 10:15:22 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA20527; Fri, 21 Mar 1997 10:15:21 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA14747;
Fri, 21 Mar 1997 10:13:00 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA30522
for <
[email protected]>; Fri, 21 Mar 1997 10:10:53 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id KAA17514
for <
[email protected]>; Fri, 21 Mar 1997 10:10:55 -0600
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 10:10:55 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To:
[email protected]
Subject: Re: Interpreting symlinks (was: Virtual directories?)
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Koos is right; however, 'hard' links out of the chroot area, within the
same physical disk partition, do work. I use this to link back to a
single instance of statically linked utilities (ls, etc.) outside the ftp
trees. Just make sure you have the files owned and permissioned correctly
so they cannot be overwritten.
-- Michael
On Fri, 21 Mar 1997, Koos van den Hout _U nix and we all_ wrote:
> To translate it into normal English : you can't have your cake (a secure
> chrooted environment) and eat it (symlinks outside that area) too.
From
[email protected] Fri Mar 21 10:37:50 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA20598; Fri, 21 Mar 1997 10:37:48 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA28946;
Fri, 21 Mar 1997 10:36:41 -0600 (CST)
Received: from simba.xos.nl (simba.xos.nl [192.87.153.226])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA12815
for <
[email protected]>; Fri, 21 Mar 1997 10:31:27 -0600 (CST)
Received: from minnie.xos.nl (
[email protected] [192.87.153.20])
by simba.xos.nl (8.6.9/8.6.9) with ESMTP
id QAA00130;
Fri, 21 Mar 1997 16:36:59 GMT
Received: from minnie.xos.nl (jos@localhost [127.0.0.1])
by minnie.xos.nl (8.6.12/8.6.9) with ESMTP
id RAA00968;
Fri, 21 Mar 1997 17:30:50 +0100
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 17:30:48 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Jos Vos <
[email protected]>
To: "frans stekelenburg" <
[email protected]>
Cc:
[email protected]
Subject: Re: Interpreting symlinks (was: Virtual directories?)
In-Reply-To: Your message of "Fri, 21 Mar 1997 13:51:58 +0100."
<
[email protected]>
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
> What if you have in {~ftp} (I'll use the {}'s to indicate a chrooted env.), a
> directory {~ftp/vol} which maybe a loopback link or real-path, that is only
> d--x--x--x (not readable, only accessible). That contains your
> packages/directories.
> And use in your 'ftpaccess' file the:
>
> # cdpath
> cdpath /vol
> cdpath /
>
> entries?
>
> a {cd "foobar"} in {~ftp} will result in the client ending up in
> {~ftp/vol/foobar}. This option I found by accident working here, 'cause I
> wondered how one would end up in a subdir. that wasn't in the {~ftp}.
>
> I hope I understood the casus correctly.
I don't know whether you did, but I don't think your answer solves my
problem (I guess cdpath does a similar thing as the CDPATH environment
variable in most shells).
But take a look at ftp.nluug.nl (the system I'm talking about) with a
"normal" ftp client (that is, no Netscape or such), and do
cd /pub/os/Linux/distr
pwd
cd RedHat
pwd
cd ..
pwd
to see a "real-life" example of the problem I'm trying to explain.
Note:
pub/os/Linux/distr
is a symlink to
../../../../site/ftp.redhat.com/pub/redhat
which is a symlink to
../../../vol/1/linux-redhat
All three (vol, site and pub) directory trees are accesible by the
user, but normally he only needs to use the pub hierarchy.
This makes the maintenance of all the stuff a lot simpler (the main
goal was to be able to easily move packages to other physical volumes),
and walking through the tree works fine in the shell, but not using
ftp :-(.
And, again, we did patch a previous wu-ftpd version to handle symlinks
"intelligently", that is, in the way shells handle them. I'll try to
dig up our changes.
--
-- Jos Vos <
[email protected]>
-- X/OS Experts in Open Systems BV | Phone: +31 20 6938364
-- Amsterdam, The Netherlands | Fax: +31 20 6948204
From
[email protected] Fri Mar 21 15:52:56 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA25472; Fri, 21 Mar 1997 15:52:55 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA17314;
Fri, 21 Mar 1997 15:50:45 -0600 (CST)
Received: from mintaka.iern.disa.mil (mintaka.iern.disa.mil [128.19.0.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA02498
for <
[email protected]>; Fri, 21 Mar 1997 15:46:00 -0600 (CST)
Received: from localhost (gamma@localhost)
by mintaka.iern.disa.mil (8.8.5/8.8.5) with SMTP id QAA04457
for <
[email protected]>; Fri, 21 Mar 1997 16:45:42 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 16:45:42 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Showalter <
[email protected]>
To:
[email protected]
Subject: class and autogroup help needed
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I sent a similar message a while back and never received a reply. I want
to automatically give one class of anonymous users access to several
groups. Any idea how to do it? The following does not work even though
the documentation implies it should.
-------------------
class first anonymous *.foo
class second anonymous *.bar
class all real *
autogroup docs first,second
autogroup code first
-------------------
In the above scenario, class first cannot access the code group.
Thanks,
JIm
From
[email protected] Fri Mar 21 16:08:42 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA25540; Fri, 21 Mar 1997 16:08:40 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA07429;
Fri, 21 Mar 1997 16:07:43 -0600 (CST)
Received: from dragon.ti.com (dragon.ti.com [192.94.94.61])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA13826
for <
[email protected]>; Fri, 21 Mar 1997 16:04:43 -0600 (CST)
Received: from dadd.ti.com. ([156.117.118.83]) by dragon.ti.com (8.8.5) with ESMTP id QAA02660 for <
[email protected]>; Fri, 21 Mar 1997 16:04:12 -0600 (CST)
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.8.4/)
id QAA16027; Fri, 21 Mar 1997 16:04:11 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Fri, 21 Mar 1997 16:04:10 -0600
Received: from pavis with uucp; Fri, 21 Mar 97 05:15:37
Received: from robin.itg.ti.com by dadd.ti.com. (8.8.4/)
id FAA27173; Fri, 21 Mar 1997 05:15:36 -0600 (CST)
Received: from dragon.ti.com (ti.com [192.94.93.61]) by robin.itg.ti.com (8.7.3/8.6.11) with ESMTP id FAA22463 for <
[email protected]>; Fri, 21 Mar 1997 05:15:35 -0600 (CST)
Received: from serv-02 (serv-02.ez-poa.com.br [200.248.215.10]) by dragon.ti.com (8.8.5) with SMTP id FAA12299 for <
[email protected]>; Fri, 21 Mar 1997 05:15:32 -0600 (CST)
Received: from dolphin by serv-02 (SMI-8.6/SMI-SVR4)
id IAA07818; Fri, 21 Mar 1997 08:15:12 -0300
Message-Id: <
[email protected]>
Date: Thu, 12 Dec 1996 08:11:32 -0200
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: Virtual directories? (chroot;netscape)
References: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (WinNT; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Bob Luckin wrote:
>
> > >Just got onto this list, but already have been digging trough some
> > >information
> > >pages searching for the following:
> > >
> > >If a 'general' Anonymous ftp account is set up, and ~ftp will end up in
> > >/my/local/ftp/files (passwd: ftp:*:777:777:ftp:/my/local/ftp/./:/bin/true),
> > >only the information under this tree (within ~ftp) are accessible.
> > >
> > >BUT... in case a system has one ore more places on disk(s) that should be
> > >accessible for anonymous usages (obviously outside the ~ftp tree), this can't
> > >be done it seems.
> > >
> > >Only HARDlinked _files_ seem usable, but this can't be done on directories.
> > >
> > >Therefor I wonder if it wouldn't be nice to have an option in 'ftpaccess'
> > >where
> > >virtual extra_paths could be added?
> >
> > Can't see how to make this work. Anonymous ftp chroot()s, so it _can't_
> > get to anything "above" it's new root. This is for security reasons.
>
> Agreed. There is an alternative, though...
>
> You should be able to make a loopback mount for a directory which is
> physically outside the ftp tree, to a mountpoint inside the tree. It would
> then appear to be under the tree... We do this on our Solaris 2 system,
> effectively putting additional "pub" directories (which are physicallly
> on different disks to the one containing the FTP root) under our FTP tree.
>
> Cheers, Bob
> --
> Bob Luckin
[email protected] "Able was I ere I saw Waterloo"
Why modify the path of users for /home/users/./. I don't make this and
my
solution for chroot users work fine. However I have the problem. Some
users
have your home directory in other device, different of my ftp server.
How do I can make that this users also been chrooted. /dev must
hardlinked
with the ftp home directory.
Thank's in advance!
--
##############################################
## Rafael Vilarino Kuhn ##
##
[email protected] ##
## Gaucho por tradicao, Gremista de coracao ##
##############################################
From
[email protected] Fri Mar 21 16:51:10 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA28033; Fri, 21 Mar 1997 16:51:09 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA16835;
Fri, 21 Mar 1997 16:50:14 -0600 (CST)
Received: from pizza.hvu.nl (
[email protected] [145.89.234.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA10764
for <
[email protected]>; Fri, 21 Mar 1997 16:45:29 -0600 (CST)
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19961213 [Fight Spam]) id XAA24042 for
[email protected]; Fri, 21 Mar 1997 23:45:23 +0100 (MET)
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 23:45:23 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Re: Interpreting symlinks (was: Virtual directories?)
In-Reply-To: <
[email protected]> from Jos Vos at "Mar 21, 97 05:30:48 pm"
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Files: the truth is out there
X-I-Am-Not-Simes: undecided
X-Mailer: ELM [version 2.4ME+ PL31 (25)]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Quoting Jos Vos, who wrote :
> This makes the maintenance of all the stuff a lot simpler (the main
> goal was to be able to easily move packages to other physical volumes),
> and walking through the tree works fine in the shell, but not using
> ftp :-(.
>
> And, again, we did patch a previous wu-ftpd version to handle symlinks
> "intelligently", that is, in the way shells handle them. I'll try to
> dig up our changes.
This is what is commonly called a getwd cache ?
For things like :
koos@idefix:~(504)$ cd anonftpdir/
koos@idefix:~/anonftpdir(505)$ pwd
/home/koos/anonftpdir
koos@idefix:~/anonftpdir(506)$ /bin/pwd
/ftp/ftp/pub/koos
I think your patches can be a welcome addition, maybe as a compile time
option. It's more of an interest to large sites like ftp.nluug.nl then
small sites.
Grtx KH
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Work) <-- finger -l for PGPkey Fax: +31-30-2586290
[email protected] (Home) Workphone: +31-30-2586287
http://www.cetis.hvu.nl/~koos/ Looking for a license plate with "RFC 822"
From
[email protected] Fri Mar 21 18:00:21 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA28503; Fri, 21 Mar 1997 18:00:19 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA02159;
Fri, 21 Mar 1997 17:58:14 -0600 (CST)
Received: from tmsdesign.com (www.tmsdesign.com [208.0.200.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA12796
for <
[email protected]>; Fri, 21 Mar 1997 17:52:08 -0600 (CST)
Received: from 208.0.200.10 (karl.tmsdesign.com [208.0.200.10]) by tmsdesign.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via SMTP id SAA08068 for <
[email protected]>; Fri, 21 Mar 1997 18:49:47 -0500
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 18:52:26 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Karl Hubner <
[email protected]>
To:
[email protected]
Subject: nodirs and the entire server
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01Gold (Macintosh; I; PPC)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
In my never-ending quest for the perfect ftp setup I added some info to
my ftpaccess file and was surprised at the results.
Originally a couple of lines looked like this:
upload /usr/people/ftp * no
upload /usr/people/ftp /pub yes other employee
0664 nodirs
After seeing the recent postings on security and nodirs I added a
"nodirs" to the top line thus:
upload /usr/people/ftp * no other employee 0664 nodirs
upload /usr/people/ftp /pub yes other employee
0664 nodirs
thinking that something looking like a little redundancy couldn't hurt.
It seems that the addition turned on nodirs from / on down (except when
explicitly stated otherwise). It made some real users a little upset.
I was under the impression that the structure of the line whent:
upload <root-dir> <dirglob>
and that the glob was relative to the root-dir. I tried "/*" and "./*",
but that didn't seem to have any noticeable effects. Has anyone
encountered this behavior. I have been on this list for quite some time
and don't remember seeing this one, but if it has been discussed please
ignore my ignorance.
karl
From
[email protected] Fri Mar 21 21:48:22 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id VAA29403; Fri, 21 Mar 1997 21:48:21 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA18646;
Fri, 21 Mar 1997 21:47:33 -0600 (CST)
Received: from ns1.carib-link.net (ns1.carib-link.net [196.3.135.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id VAA12901
for <
[email protected]>; Fri, 21 Mar 1997 21:42:41 -0600 (CST)
Received: from localhost (ljk@localhost) by ns1.carib-link.net (8.8.5/8.7.3) with SMTP id XAA19572 for <
[email protected]>; Fri, 21 Mar 1997 23:46:13 -0500
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 23:46:13 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Bandwidth limiting
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Hi,
I believe recently there was talk of code to enable
bandwidth throttling of wu-ftpd.
Is this available presently ?
I am interested to find out about this, I am
running beta 12.
Any info onthis appreciated.
Thanks much,
Lennard
From
[email protected] Sat Mar 22 00:44:55 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id AAA00147; Sat, 22 Mar 1997 00:44:54 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id AAA16056;
Sat, 22 Mar 1997 00:44:06 -0600 (CST)
Received: from siggy.iceonline.com (siggy.iceonline.com [204.191.208.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id AAA07271
for <
[email protected]>; Sat, 22 Mar 1997 00:39:21 -0600 (CST)
Received: by siggy.iceonline.com (940816.SGI.8.6.9/940406.SGI)
for
[email protected] id WAA05574; Fri, 21 Mar 1997 22:39:20 -0800
Message-Id: <
[email protected]>
Date: Fri, 21 Mar 1997 22:39:20 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Chris Brown)
To:
[email protected]
Subject: Re: Bandwidth limiting
In-Reply-To: <
[email protected]> from "
[email protected]" at Mar 21, 97 11:46:13 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
The code I wrote (it's a hack job) is available in patches at:
ftp://debian.iceonline.com/pub/other/wuftp/
There are a couple of files, and the ones that pply to this are
README
wu-ftpd-2.4.2-beta-12.2.diff.tar.gz
Good luck!
Chris...
>
>
> Hi,
>
> I believe recently there was talk of code to enable
> bandwidth throttling of wu-ftpd.
> Is this available presently ?
> I am interested to find out about this, I am
> running beta 12.
>
> Any info onthis appreciated.
>
> Thanks much,
>
> Lennard
>
From
[email protected] Sat Mar 22 05:46:38 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id FAA07744; Sat, 22 Mar 1997 05:46:37 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id FAA00315;
Sat, 22 Mar 1997 05:42:28 -0600 (CST)
Received: from ns1.carib-link.net (ns1.carib-link.net [196.3.135.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id FAA10263
for <
[email protected]>; Sat, 22 Mar 1997 05:37:00 -0600 (CST)
Received: from localhost (ljk@localhost) by ns1.carib-link.net (8.8.5/8.7.3) with SMTP id HAA31399 for <
[email protected]>; Sat, 22 Mar 1997 07:40:30 -0500
Message-Id: <
[email protected]>
Date: Sat, 22 Mar 1997 07:40:30 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: Bandwidth limiting
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Great, I'll try it out later today.
Thanks,
Lennard
On Fri, 21 Mar 1997, Chris Brown wrote:
> The code I wrote (it's a hack job) is available in patches at:
>
>
ftp://debian.iceonline.com/pub/other/wuftp/
>
> There are a couple of files, and the ones that pply to this are
>
> README
> wu-ftpd-2.4.2-beta-12.2.diff.tar.gz
>
> Good luck!
>
> Chris...
>
> >
> >
> > Hi,
> >
> > I believe recently there was talk of code to enable
> > bandwidth throttling of wu-ftpd.
> > Is this available presently ?
> > I am interested to find out about this, I am
> > running beta 12.
> >
> > Any info onthis appreciated.
> >
> > Thanks much,
> >
> > Lennard
> >
>
From
[email protected] Sat Mar 22 20:01:30 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id UAA10956; Sat, 22 Mar 1997 20:01:29 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id TAA06602;
Sat, 22 Mar 1997 19:59:17 -0600 (CST)
Received: from enigma.tec.ufl.edu (enigma.tec.ufl.edu [128.227.241.8])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id TAA20172
for <
[email protected]>; Sat, 22 Mar 1997 19:52:18 -0600 (CST)
Received: from tec.ufl.edu by enigma.tec.ufl.edu (SMI-8.6/4.09)
id UAA02521; Sat, 22 Mar 1997 20:51:28 -0500
Message-Id: <
[email protected]>
Date: Sat, 22 Mar 1997 20:51:28 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Faisal Hameed (KR) <
[email protected]>
To:
[email protected]
Subject: dir not working in solaris 2.5.1
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: exmh version 1.6.9 8/22/96
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I have installed the wuftp the newest version one more time and
still I am not able to get the dir listing with the user names
and group names instead it gives me the listing of the id numbers.
I have tried to resolve this problem by reading man pages of wuftpd
but it does not mention this issue.
Any help is appreciated ...
fh@face:/home/face3/ftp/etc> ftp tec
Connected to tec.ufl.edu.
220 face FTP server (Version wu-2.4.2-academ[BETA-13](1) Sat Mar 22 20:29:58
EST 1997) ready.
Name (tec:fh): ftp
331 Guest login ok, send your complete e-mail address as password.
Password:
230 Guest login ok, access restrictions apply.
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
total 22
drwxr-xr-x 6 400 1 512 Mar 23 01:09 .
drwxr-xr-x 6 400 1 512 Mar 23 01:09 ..
-rw-r--r-- 1 0 1 40 Mar 23 01:09 .welcome
lrwxrwxrwx 1 0 1 7 Mar 13 20:51 Obin -> usr/bin
lrwxrwxrwx 1 0 1 7 Mar 13 22:02 bin -> usr/bin
dr-xr-xr-x 2 0 1 512 Mar 13 22:02 dev
dr-xr-xr-x 3 0 1 512 Mar 13 03:44 etc
-rw-r--r-- 1 0 1 10 Mar 13 22:06 message
drwxrwxr-x 5 400 1 512 Mar 23 01:13 pub
drwxr-xr-x 5 0 1 512 Mar 13 20:53 usr
-rw-r--r-- 1 0 1 40 Mar 13 04:06 welcome.msg
226 Transfer complete.
696 bytes received in 0.14 seconds (5 Kbytes/s)
ftp>
From
[email protected] Sun Mar 23 22:14:18 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id WAA22875; Sun, 23 Mar 1997 22:14:16 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA23502;
Sun, 23 Mar 1997 22:13:17 -0600 (CST)
Received: from sixshooter.hpi.net (
[email protected] [205.168.254.12])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA16940
for <
[email protected]>; Sun, 23 Mar 1997 22:02:10 -0600 (CST)
Received: (qmail 1148 invoked by uid 501); 21 Mar 1997 09:34:08 -0000
Message-Id: <
[email protected]>
Date: 21 Mar 1997 09:34:08 -0000
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: unsubscribe
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
From
[email protected] Sun Mar 23 22:41:27 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id WAA23056; Sun, 23 Mar 1997 22:41:26 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA14092;
Sun, 23 Mar 1997 22:40:46 -0600 (CST)
Received: from unx1.shsu.edu (
[email protected] [158.135.1.10])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA08333
for <
[email protected]>; Sun, 23 Mar 1997 22:36:06 -0600 (CST)
Received: from xdial2-15.shsu.edu by unx1.shsu.edu ; 23 MAR 97 22:37:27 CDT
Message-Id: <
[email protected]>
Date: Mon, 24 Mar 1997 22:27:25
Reply-To:
[email protected]
Sender:
[email protected]
From: "Thomas A. McDonald" <
[email protected]>
To:
[email protected]
Subject: unsubscribe
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Light Version 3.0.1 (16)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,
When I think of dying. Lay me down in a field of flame and heather, and
render up my body into the burning heart of God in the belley of a
black-winged bird.
--Rain King, Counting Crows '93
Based on an old supersticious belief that a crow would carry the souls of
the dead to their final resting place.
"Sometimes something so bad happens that that soul just can't rest. Then
sometimes, just sometimes, the crow can bring that soul back..."
--The Crow
,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,
From
[email protected] Mon Mar 24 00:49:02 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id AAA23551; Mon, 24 Mar 1997 00:49:01 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id AAA04984;
Mon, 24 Mar 1997 00:46:20 -0600 (CST)
Received: from TNET.COM (telesys.tnet.com [192.150.127.33])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id AAA27576
for <
[email protected]>; Mon, 24 Mar 1997 00:38:55 -0600 (CST)
Received: by TNET.COM (Smail3.1.29.1 #5)
id m0w93L0-0000AoC; Sun, 23 Mar 97 23:34 MST
Message-Id: <
[email protected]>
Date: Sun, 23 Mar 1997 23:34:32 -0700
Reply-To:
[email protected]
Sender:
[email protected]
From: "Kevin W. Reed - Mail Admin" <
[email protected]>
To: WU-FTPD Mailing List <
[email protected]>
Subject: Problems getting guestgroup working
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.65
X-Mailer-Info:
http://www.tnet.com
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I'm in the process of setting up a new server using Linux Red Hat 4.1.
This version of Linux has included wu-ftpd 2.4.2 academ BETA-12[1].
I currently have an older version of wu-ftp running on an SCO Unix 3.2v4.2
(Version 2.4(2) ) box doing this without any problems but there seems to
be some changes in how the ftp directories are setup (No dev directory
for one).
I want to setup a user (catsca) so that they can access only their specific
ftp area. On the SCO box this works. On the Linux box the login always
fails but I don't get a message saying exactly what is wrong.
If I setup the user as a normal user and point their home directory to
simply /home/ftp/username, it works just fine.
If I setup the user as it should be with /home/ftp/./username it always
fails.
The directory permissions look correct, the UID for the account belongs
to the user, the GID is the guestgroup...
I am not using Virtual Host so that isn't the problem...
The only error I see is "failed login"... in the syslog file on the
Linux box...
Any suggestions...
--
==========================================================================
Kevin W. Reed (KWR10) TeleSys Development Systems (TNET)
E-Mail:
[email protected] Disability Systems & Software Development
WEB:
http://www.tnet.com MAJORDOMO - MAILBOT Administration Account
MUTT Mail Users Agent WEB Archives are Online @
http://www.tnet.com/mutt
From
[email protected] Mon Mar 24 02:35:52 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id CAA29870; Mon, 24 Mar 1997 02:35:51 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id CAA06812;
Mon, 24 Mar 1997 02:35:10 -0600 (CST)
Received: from arbi.Informatik.Uni-Oldenburg.DE (arbi.Informatik.Uni-Oldenburg.DE [134.106.1.7])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id CAA22982
for <
[email protected]>; Mon, 24 Mar 1997 02:29:31 -0600 (CST)
Received: by arbi.Informatik.Uni-Oldenburg.DE (Smail3.1.29.1)
id <m0w9589-0005rzC>; Mon, 24 Mar 97 09:29 CET
Received: by diamant.Informatik.Uni-Oldenburg.DE (Smail3.1.29.1)
id <m0w958B-0004wbC>; Mon, 24 Mar 97 09:29 MET
Received: by tuerkis.Informatik.Uni-Oldenburg.DE (Smail3.1.29.1)
id <m0w958A-000AgDC>; Mon, 24 Mar 97 09:29 MET
Message-Id: <
[email protected]>
Date: Mon, 24 Mar 1997 09:29:25 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Walter Harms" <
[email protected]>
To:
[email protected]
Subject: Re: Problems getting guestgroup working
In-Reply-To: <
[email protected]> from "Kevin W. Reed - Mail Admin" at Mar 23, 97 11:34:32 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Aliased: From
[email protected] (Walter Harms)
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Do you use shadow passwd on the linux side ? (my default) it drove me crasy
before i undestood that that was my problem ....
walter
--
-----
"I think it's ironic," said Phil Zimmermann, "that the
thing I'm being honored for is the same thing that I
might be indicted for." (Newsweek, April 21, 1995)
-----
From
[email protected] Mon Mar 24 03:18:13 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id DAA29978; Mon, 24 Mar 1997 03:18:12 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id DAA18665;
Mon, 24 Mar 1997 03:17:29 -0600 (CST)
Received: from sunrise.foobar.co.uk (
[email protected] [194.164.92.241])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id DAA29980
for <
[email protected]>; Mon, 24 Mar 1997 03:10:10 -0600 (CST)
Received: (from
[email protected])
by sunrise.foobar.co.uk (8.8.5/8.8.5) id JAA08775
for
[email protected]; Mon, 24 Mar 1997 09:05:38 GMT
Message-Id: <
[email protected]>
Date: Mon, 24 Mar 1997 09:05:37 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Hawtin <
[email protected]>
To:
[email protected]
Subject: Re: dir not working in solaris 2.5.1
In-Reply-To: <
[email protected]> from "Faisal Hameed" at Mar 22, 97 08:51:28 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
If you want all the user names to be listed in you annoymous ftp archive
you need to copy the full /etc/passwd and /etc/groups files
However this does pose security problems... Personally, I live with the
numbers.
James
From
[email protected] Mon Mar 24 08:58:24 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA02061; Mon, 24 Mar 1997 08:58:21 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA20918;
Mon, 24 Mar 1997 08:57:34 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA17038
for <
[email protected]>; Mon, 24 Mar 1997 08:49:06 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id IAA19577;
Mon, 24 Mar 1997 08:49:02 -0600
Message-Id: <
[email protected]>
Date: Mon, 24 Mar 1997 08:49:02 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: "Kevin W. Reed - Mail Admin" <
[email protected]>
Cc: WU-FTPD Mailing List <
[email protected]>
Subject: Re: Problems getting guestgroup working
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
The guest howto and the latest beta are below. Both are recommended.
-- Michael
On Sun, 23 Mar 1997, Kevin W. Reed - Mail Admin wrote:
> I want to setup a user (catsca) so that they can access only their specific
> ftp area. On the SCO box this works. On the Linux box the login always
> fails but I don't get a message saying exactly what is wrong.
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-13.tar.Z
wu-ftpd FAQ:
http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
wu-ftpd list archive:
http://www.landfield.com/wu-ftpd/mail-archive/
There are additional security references in the above docs.
From
[email protected] Mon Mar 24 09:41:41 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA02261; Mon, 24 Mar 1997 09:41:40 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA16578;
Mon, 24 Mar 1997 09:31:19 -0600 (CST)
Received: from TNET.COM (telesys.tnet.com [192.150.127.33])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA23888
for <
[email protected]>; Mon, 24 Mar 1997 09:27:59 -0600 (CST)
Received: by TNET.COM (Smail3.1.29.1 #5)
id m0w9Bay-0000FSC; Mon, 24 Mar 97 08:23 MST
Message-Id: <
[email protected]>
Date: Mon, 24 Mar 1997 08:23:35 -0700
Reply-To:
[email protected]
Sender:
[email protected]
From: "Kevin W. Reed - Mail Admin" <
[email protected]>
To: WU-FTPD Mailing List <
[email protected]>
Subject: Re: Problems getting guestgroup working
References: <
[email protected]> <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.65
X-Mailer-Info:
http://www.tnet.com
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Subject: Re: Problems getting guestgroup working
Date: Mon, Mar 24, 1997 at 08:49:02AM -0600
Quoting Michael Brennen (
[email protected]):
> On Sun, 23 Mar 1997, Kevin W. Reed - Mail Admin wrote:
>
> > I want to setup a user (catsca) so that they can access only their specific
> > ftp area. On the SCO box this works. On the Linux box the login always
> > fails but I don't get a message saying exactly what is wrong.
Found the problem....
The users passwd entry looked something like:
catsca:password:213:63:CATSCA FTP WEB Directory:/home/rftp/./catsca:/bin/false
/bin/false was not in /etc/shells
--
==========================================================================
Kevin W. Reed (KWR10) TeleSys Development Systems (TNET)
E-Mail:
[email protected] Disability Systems & Software Development
WEB:
http://www.tnet.com MAJORDOMO - MAILBOT Administration Account
MUTT Mail Users Agent WEB Archives are Online @
http://www.tnet.com/mutt
From
[email protected] Mon Mar 24 09:58:05 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA02416; Mon, 24 Mar 1997 09:57:59 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA01453;
Mon, 24 Mar 1997 09:49:50 -0600 (CST)
Received: from donald.phast.umass.edu (donald.phast.umass.edu [128.119.50.134])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA19643
for <
[email protected]>; Mon, 24 Mar 1997 09:46:41 -0600 (CST)
Received: (from jake@localhost) by donald.phast.umass.edu (8.8.4/8.6.9) id KAA18110 for
[email protected]; Mon, 24 Mar 1997 10:47:40 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 24 Mar 1997 10:47:39 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Jake Cunningham" <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftpd: no transfers in xferlog
In-Reply-To: <
[email protected]> from "Christophe Zwecker" at Mar 17, 97 00:10:39 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
>
> [Posted and mailed]
>
>
[email protected] (Bill Campbell) wrote:
>
> >If beta12 is like beta 11 it doesn't do logging unless it's
> >specifically designated in the virtual section of the ftpaccess file.
> >There isn't a default.
>
> can you tell me what "virtual section" is ?
> I turned looging on in ftpaccess, did I do it wrong ? (see previous
> mail)
>
> bye
> --
>
> Christophe
>
> ----------------------------------------------------------------------
> Christophe Zwecker email:
[email protected]
> Hamburg, Germany fax: 49 40 22715433
> ----------------------------------------------------------------------
>
> In newsgroups please reply also by email - thanks
>
---------------------------------
I'm having the same problem, and I never saw a reply to this post.
Does anyone have an answer ????
* - - - - * - - - - * - Jake
| Jake Cunningham |
System Administrator Phone: (413) 577-0450
* Five College Radio Astronomy Department Fax : (413) 545-4223 *
University of Massachusetts, Amherst Office: LGRC Room 517P
|
[email protected] |
* - - - - * - - - - * - - - - * - - - - * - - * - - *
From
[email protected] Mon Mar 24 10:29:20 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA02555; Mon, 24 Mar 1997 10:29:19 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA09512;
Mon, 24 Mar 1997 10:20:07 -0600 (CST)
Received: from arl-img-5.compuserve.com (arl-img-5.compuserve.com [149.174.217.135])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA20717
for <
[email protected]>; Mon, 24 Mar 1997 10:13:52 -0600 (CST)
Received: by arl-img-5.compuserve.com (8.6.10/5.950515)
id LAA25034; Mon, 24 Mar 1997 11:13:18 -0500
Message-Id: <
[email protected]>
Date: Mon, 24 Mar 1997 11:12:01 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Dilip S. Poduval" <
[email protected]>
To: "'wu-ftpd'" <
[email protected]>
Subject: unsubscribe
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
From
[email protected] Mon Mar 24 10:56:37 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA02693; Mon, 24 Mar 1997 10:56:36 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA22144;
Mon, 24 Mar 1997 10:49:36 -0600 (CST)
Received: from pizza.hvu.nl (
[email protected] [145.89.234.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA23403
for <
[email protected]>; Mon, 24 Mar 1997 10:44:39 -0600 (CST)
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19961213 [Fight Spam]) id RAA20753 for
[email protected]; Mon, 24 Mar 1997 17:44:35 +0100 (MET)
Message-Id: <
[email protected]>
Date: Mon, 24 Mar 1997 17:44:34 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: 425 error with beta-13
In-Reply-To: <
[email protected]> from Dan Niles at "Mar 18, 97 01:40:17 pm"
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Files: the truth is out there
X-I-Am-Not-Simes: undecided
X-Mailer: ELM [version 2.4ME+ PL31 (25)]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
I haven't seen this one before, but I'm starting to see it with beta-13 :
# ftp idefix
Connected to idefix.cetis.hvu.nl.
220 idefix.cetis.hvu.nl FTP server (Version wu-2.4.2-academ[BETA-13](1) Mon Mar 24 17:07:28 MET 1997) ready.
Name (idefix:koos): koos
331 Password required for koos.
Password:
230 User koos logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> dir
200 PORT command successful.
425 Can't build data connection: Cannot assign requested address.
ftp>
When I tried to debug this, I found out the only way I can reproduce this
is when I try to ftp from the same host to the same host with root running
the ftp client. Any other combination could not reproduce that error. It
also happens some times, not always.
In case this matters, the host is running :
# uname -a
Linux idefix 2.0.24 #2 Fri Nov 15 09:16:39 MET 1996 i486
Grtx KH
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Work) <-- finger -l for PGPkey Fax: +31-30-2586290
[email protected] (Home) Workphone: +31-30-2586287
http://www.cetis.hvu.nl/~koos/ Looking for a license plate with "RFC 822"
From
[email protected] Mon Mar 24 11:45:46 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA02952; Mon, 24 Mar 1997 11:45:45 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA26098;
Mon, 24 Mar 1997 11:38:02 -0600 (CST)
Received: from mercury.infoshare.net (
[email protected] [199.212.229.202])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA25954
for <
[email protected]>; Mon, 24 Mar 1997 11:33:01 -0600 (CST)
Received: by mercury.infoshare.net (8.6.12/8.6.9)
id MAA00903; Mon, 24 Mar 1997 12:32:59 -0500
Received: from unknown(142.148.10.52) by mercury.infoshare.net via smap (V3.1.1)
id xma000835; Mon, 24 Mar 97 12:32:40 -0500
Received: by hermes.fundserv.com (8.6.12/Sun-bp)
id MAA01323; Mon, 24 Mar 1997 12:36:57 -0500
Message-Id: <Pine.SUN.3.91.970324123456.12300B-100000@hermes>
Date: Mon, 24 Mar 1997 12:36:56 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Steve Szabo <
[email protected]>
To:
[email protected]
Subject: Setting up groups
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Can someone point me in the right direction -
I'm trying to setup my ftp site so that a user ends up in
their own directory under the ftp tree after they login.
How do I do this in the ftpaccess file?
==================================================================
| Steven Szabo + 2, 1st Canadian Place |
| CoreLAN Communications Inc. + Suite 1730, Toronto, Ont. |
| Technical Support + Ph: (416) 362-7378 |
|
[email protected] + Fax: (416) 362-8772 |
==================================================================
From
[email protected] Mon Mar 24 12:00:49 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA03054; Mon, 24 Mar 1997 12:00:48 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA18217;
Mon, 24 Mar 1997 11:55:52 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id LAA04253
for <
[email protected]>; Mon, 24 Mar 1997 11:55:14 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id LAA22218;
Mon, 24 Mar 1997 11:55:14 -0600
Message-Id: <
[email protected]>
Date: Mon, 24 Mar 1997 11:55:14 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Steve Szabo <
[email protected]>
Cc:
[email protected]
Subject: Re: Setting up groups
In-Reply-To: <Pine.SUN.3.91.970324123456.12300B-100000@hermes>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Guest FTP below.
-- Michael
On Mon, 24 Mar 1997, Steve Szabo wrote:
> I'm trying to setup my ftp site so that a user ends up in
> their own directory under the ftp tree after they login.
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-13.tar.Z
wu-ftpd FAQ:
http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
wu-ftpd list archive:
http://www.landfield.com/wu-ftpd/mail-archive/
There are additional security references in the above docs.
From
[email protected] Mon Mar 24 12:49:58 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA03284; Mon, 24 Mar 1997 12:49:53 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA03553;
Mon, 24 Mar 1997 12:44:19 -0600 (CST)
Received: from redwood.sc.tds.com (cerberus.tds.com [165.159.61.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA17733
for <
[email protected]>; Mon, 24 Mar 1997 12:43:25 -0600 (CST)
Received: from djdre.sc.tds.com (dhcp158.sc.tds.com [165.159.96.158])
by redwood.sc.tds.com (Netscape Mail Server v2.0) with SMTP
id AAA28748 for <
[email protected]>;
Mon, 24 Mar 1997 10:40:57 -0700
Message-Id: <
[email protected]>
Date: Mon, 24 Mar 1997 10:44:40 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Andre Lewis)
To:
[email protected]
Subject: technical questions
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
#1) I am having some problems setting up the WU-Archive FTP server
on a
Solaris 2.5.1 machine. The first problem occurs when I logon using the
anonymous user id, as shown in the following session:
mymachine# ftp someothermachine
Connected to someothermachine.
220 enforce FTP server (Version wu-2.4(2) Sun Mar 16 21:56:12 PST 1997)
ready.
Name (someothermachine:root): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
230-Welcome to the XYZCompany FTP server.
230-Local time is Sun Mar 23 21:54:43 1997.
230-There are 1 out of a possible 8 users signed on.
230-
230 Guest login ok, access restrictions apply.
ftp> pwd
257 "/" is current directory.
ftp> ls
200 PORT command successful.
425 Can't create data socket (0.0.0.0,20): Bad file number.
ftp> cd incoming
250 CWD command successful.
ftp> ls
200 PORT command successful.
425 Can't create data socket (0.0.0.0,20): Bad file number.
ftp> cd ../outgoing
250 CWD command successful.
ftp> ls
200 PORT command successful.
425 Can't create data socket (0.0.0.0,20): Bad file number.
ftp> cd ../pub
250 CWD command successful.
ftp> ls
200 PORT command successful.
425 Can't create data socket (0.0.0.0,20): Bad file number.
ftp> cd ..
250 CWD command successful.
ftp> ls
200 PORT command successful.
425 Can't create data socket (0.0.0.0,20): Bad file number.
ftp> cd pub
250 CWD command successful.
ftp> ls
200 PORT command successful.
425 Can't create data socket (0.0.0.0,20): Bad file number.
ftp> cd ../incoming
250 CWD command successful.
ftp> ls
200 PORT command successful.
425 Can't create data socket (0.0.0.0,20): Bad file number.
ftp> quit
221 Goodbye.
What is the 425 data socket/bad file number error and why do I get it.
#2. I notice that I get an ftpd.log in /var/log on a server that
was set up before I came in. Is the ftpd.log a feature of WU-Archive
FTP and if so, how do I set it up?
From
[email protected] Mon Mar 24 13:45:30 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA03588; Mon, 24 Mar 1997 13:45:29 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA29819;
Mon, 24 Mar 1997 13:40:18 -0600 (CST)
Received: from hal.com ([192.88.244.33])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA09701
for <
[email protected]>; Mon, 24 Mar 1997 13:36:14 -0600 (CST)
Received: by hal.com (4.1/SMI-4.1.1)
id AA15483; Mon, 24 Mar 97 11:36:11 PST
Received: from bbking.hal.com(148.57.96.233) by hal.hal.com via smap (V1.3)
id sma015481; Mon Mar 24 11:36:11 1997
Received: by bbking.hal.com (4.1/SMI-4.1.2)
id AA11380; Mon, 24 Mar 97 11:35:12 PST
Message-Id: <
[email protected]>
Date: Mon, 24 Mar 97 11:35:12 PST
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Bob Hardy)
To:
[email protected]
Subject: Odd quirk in welcome.msg
X-Mailer: XEmacs 19.13 Lucid
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Has anyone seen this one before? I'm running wu-2.4.2-academ[BETA-13]
under SunOS 4.1.3. I didn't think wu-ftpd ever counted users in
negative numbers!
230- This system may be used 24 hours a day, 7 days a week. The local
230- time is Mon Mar 24 11:31:00 1997. You are user number -1 out of a
230- possible 10.
-- Bob
From
[email protected] Mon Mar 24 13:52:27 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA03708; Mon, 24 Mar 1997 13:52:22 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA30715;
Mon, 24 Mar 1997 13:45:18 -0600 (CST)
Received: from paris.tactech.com (paris.tactech.com [199.107.8.2])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA32708
for <
[email protected]>; Mon, 24 Mar 1997 13:38:29 -0600 (CST)
Received: by paris.tactech.com (SMI-8.6/SMI-SVR4)
id LAA18129; Mon, 24 Mar 1997 11:38:38 -0800
Message-Id: <Pine.3.89.9703241102.A18109-0100000@paris>
Date: Mon, 24 Mar 1997 11:38:35 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Janet Leung <
[email protected]>
To:
[email protected]
Subject: Selective delete
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Status: OR
Is there a way to limit ftp users from deleting certain files in their
home directories?
P.S. We are running wu-ftpd-2.4.2-beta-12 on Solaris 2.3/5.
Thanks,
Janet Leung, TACTech, Inc., Yorba Linda, CA 92887
From
[email protected] Mon Mar 24 16:45 CST 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA05392; Mon, 24 Mar 1997 16:45:46 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA16044;
Mon, 24 Mar 1997 16:39:14 -0600 (CST)
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA03057
for <
[email protected]>; Mon, 24 Mar 1997 16:36:11 -0600 (CST)
Received: (from brown@localhost)
by ftms.ftms.com (8.8.5/8.8.5) id QAA03196
for
[email protected]; Mon, 24 Mar 1997 16:35:39 -0600 (CST)
Message-Id: <
[email protected]>
Date: Mon, 24 Mar 1997 16:35:39 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: Questions
In-Reply-To: <Pine.SUN.3.91.970324170539.486c-100000@ussun2f> from "Gary Hull" at Mar 24, 97 05:12:30 pm
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Content-Type: text/plain; charset=US-ASCII
Content-Length: 564
Status: OR
<Anyone else see these/this and if so, could you please share with us how
<you fixed them.
You have to read the Sun man page for in.ftpd. The wu-ftp install overwrites
this man page, so you have to dig it up elsewhere and reinstalled it. In it
you will find a script. Cut it out and run it. Your problem will go away.
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Mon Mar 24 21:32:17 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id VAA09630; Mon, 24 Mar 1997 21:32:11 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA00397;
Mon, 24 Mar 1997 21:25:08 -0600 (CST)
Received: from digipro.com (www.digipro.com [206.246.79.74])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA11384
for <
[email protected]>; Mon, 24 Mar 1997 21:20:50 -0600 (CST)
Received: by digipro.com
(Smail-3.2 1996-Jul-4 #1 #1) id m0w9Mn2-0003zJC; Mon, 24 Mar 1997 22:20:48 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 24 Mar 1997 22:20:48 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Edward Siewick)
To:
[email protected]
Subject: SCO 3.2R4.2, beta-13 & Shared Libraries
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25 PGP2]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hi.
I'm trying to get beta-13 set up on a client's
SCO 3.2 Release 4.2. From a regular user account,
ls doesn't work
pwd works
file transfer works
delete works
I don't think it's a shared libraries problem because beta-11
works fine with the same ftp* configuration files. Even the
stock SCO ftpd works fine.
What am I missing here?
Edward Siewick
--
[email protected] DigiPro Digital Productions, LLC
Voice: 703-522-8465 3100 North Quincy Street
Fax: 703-522-8417 Arlington, Virginia 22207
From
[email protected] Tue Mar 25 01:13:35 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id BAA13337; Tue, 25 Mar 1997 01:13:33 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id BAA10782;
Tue, 25 Mar 1997 01:08:48 -0600 (CST)
Received: from face.tec.ufl.edu (face.tec.ufl.edu [128.227.241.2])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id BAA23352
for <
[email protected]>; Tue, 25 Mar 1997 01:00:47 -0600 (CST)
Received: from face by face.tec.ufl.edu tec.ufl.edu (8.6.12/4.09)
id CAA02329; Tue, 25 Mar 1997 02:01:21 -0500
Message-Id: <Pine.SUN.3.95.970325015837.2319A-100000@face>
Date: Tue, 25 Mar 1997 02:01:20 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Faisal Hameed <
[email protected]>
To:
[email protected]
Subject: welcome mesg for anon ftp
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender: fh@face
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
I have tried to put the welcome.msg file in ~ftp. ~ftp/etc but
anon ftp does not display the welcome message. I have
the ftp server running on solaris 2.5. Also it would
be nice to have a message that displays the contents
of the directory whenever anon ftp user cd's to it.
Any help is appreciated.
Faisal ...
From
[email protected] Tue Mar 25 01:31:44 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id BAA16323; Tue, 25 Mar 1997 01:31:42 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id BAA07462;
Tue, 25 Mar 1997 01:25:37 -0600 (CST)
Received: from Avalon.Wustl.Edu (
[email protected] [128.252.88.12])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id BAA30360
for <
[email protected]>; Tue, 25 Mar 1997 01:23:19 -0600 (CST)
Received: from localhost (trent@localhost)
by Avalon.Wustl.Edu (8.8.5/8.8.5) with SMTP id BAA29586
for <
[email protected]>; Tue, 25 Mar 1997 01:23:20 -0600
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 01:23:19 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Trent <
[email protected]>
To:
[email protected]
Subject: set-proctitle
In-Reply-To: <Pine.SUN.3.95.970325015837.2319A-100000@face>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
The man page for "ftpwho" says that the program isn't very useful unless
the server is compiled with set-proctitle. I have looked through the
source and can't find where it's commented out or something. Where am I
suposed to set it? Also, what is the format for the ftpwho output? I
mean, what are all the columns? Thanks.
From
[email protected] Tue Mar 25 04:33:21 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id EAA17909; Tue, 25 Mar 1997 04:33:19 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA24113;
Tue, 25 Mar 1997 04:27:32 -0600 (CST)
Received: from internet2.open.net.ma ([194.204.206.46])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA30880
for <
[email protected]>; Tue, 25 Mar 1997 04:21:59 -0600 (CST)
Received: from internet3.open.net.ma by internet2.open.net.ma (AIX 4.1/UCB 5.64/4.03)
id AA44798; Tue, 25 Mar 1997 10:19:45 GMT
Message-Id: <v03010d02af5d48643c1b@[194.204.206.123]>
Date: Tue, 25 Mar 1997 10:22:57 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Yahia Alaoui <
[email protected]>
To:
[email protected]
Subject: .rhosts and .forward
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hello there,
I have set up a guest account following the howto.
Everything works well.
But what the purpose of .rhosts and .forward files.
Although they belong to root. The guest can easily delete them
Any ideas ?
Thanks
Yahia Alaoui
Groupe Open
From
[email protected] Tue Mar 25 05:55:09 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id FAA18247; Tue, 25 Mar 1997 05:55:08 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id FAA20992;
Tue, 25 Mar 1997 05:44:22 -0600 (CST)
Received: from unixfe.rl.ac.uk (unixfe.rl.ac.uk [130.246.12.16])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id FAA00977
for <
[email protected]>; Tue, 25 Mar 1997 05:38:54 -0600 (CST)
Received: from localhost (mwe@localhost) by unixfe.rl.ac.uk (8.7.3/8.7.3) with SMTP
id LAA49622 for <
[email protected]>; Tue, 25 Mar 1997 11:38:05 GMT
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 11:38:05 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: Mike Ellwood <
[email protected]>
To: wuftpd mailing list <
[email protected]>
Subject: automatic binary mode?
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Is there a way of automatically setting binary mode for
transfers of certain files, e.g. based on file type,
e.g. filename.exe?
The requirement has come to light for people fetching binary files
by web browsers.
the default seems to be for them go go over in ascii mode.
Can I over-ride this at the server end?
--
[email protected]
From
[email protected] Tue Mar 25 06:24:56 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id GAA18357; Tue, 25 Mar 1997 06:24:55 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA15517;
Tue, 25 Mar 1997 06:14:21 -0600 (CST)
Received: from phobos.illtel.denver.co.us (
[email protected] [207.33.75.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id GAA26309
for <
[email protected]>; Tue, 25 Mar 1997 06:08:38 -0600 (CST)
Received: from localhost (abelits@localhost) by phobos.illtel.denver.co.us (8.8.5/8.6.9) with SMTP id EAA23527; Tue, 25 Mar 1997 04:12:52 -0800
Message-Id: <Pine.LNX.3.95.970325041035.22605B-100000@phobos.illtel.denver.co.us>
Date: Tue, 25 Mar 1997 04:12:51 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alex Belits <
[email protected]>
To:
[email protected]
Cc: wuftpd mailing list <
[email protected]>
Subject: Re: automatic binary mode?
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
On Tue, 25 Mar 1997, Mike Ellwood wrote:
> Is there a way of automatically setting binary mode for
> transfers of certain files, e.g. based on file type,
> e.g. filename.exe?
>
> The requirement has come to light for people fetching binary files
> by web browsers.
>
> the default seems to be for them go go over in ascii mode.
>
>
> Can I over-ride this at the server end?
>
Client should be aware of the transfer mode, and there is no way to
notify client about mode from server in FTP protocol. Some Unix clients
always set image mode if remote system is identified in SYST as Unix, too.
--
Alex
From
[email protected] Tue Mar 25 06:38:24 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id GAA18395; Tue, 25 Mar 1997 06:38:23 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA06008;
Tue, 25 Mar 1997 06:20:24 -0600 (CST)
Received: from unixfe.rl.ac.uk (unixfe.rl.ac.uk [130.246.12.16])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id GAA19188
for <
[email protected]>; Tue, 25 Mar 1997 06:15:56 -0600 (CST)
Received: from localhost (mwe@localhost) by unixfe.rl.ac.uk (8.7.3/8.7.3) with SMTP
id MAA25200; Tue, 25 Mar 1997 12:15:02 GMT
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 12:15:02 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: Mike Ellwood <
[email protected]>
To: Alex Belits <
[email protected]>
Cc:
[email protected], wuftpd mailing list <
[email protected]>
Subject: Re: automatic binary mode?
In-Reply-To: <Pine.LNX.3.95.970325041035.22605B-100000@phobos.illtel.denver.co.us>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
On Tue, 25 Mar 1997, Alex Belits wrote:
> Client should be aware of the transfer mode, and there is no way to
> notify client about mode from server in FTP protocol. Some Unix clients
> always set image mode if remote system is identified in SYST as Unix, too.
>
Thanks for quick reply Alex.
"status" or "type" can return whether its ascii or binary though,
can't it?
However, as I implied, the real problem seems to be people fetching
via netscape, and not a conventional ftp session.
I don't know if it's possible for such a browser to set the mode,
and the way that people normally use browsers would suggest that
the mode should somehow be set automatically.
Regards,
Mike
From
[email protected] Tue Mar 25 09:19:06 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA18879; Tue, 25 Mar 1997 09:19:05 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA27342;
Tue, 25 Mar 1997 09:10:48 -0600 (CST)
Received: from TNET.COM (telesys.tnet.com [192.150.127.33])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA26468
for <
[email protected]>; Tue, 25 Mar 1997 09:04:07 -0600 (CST)
Received: by TNET.COM (Smail3.1.29.1 #5)
id m0w9Xn0-0000B4C; Tue, 25 Mar 97 08:05 MST
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 08:05:29 -0700
Reply-To:
[email protected]
Sender:
[email protected]
From: "Kevin W. Reed - Mail Admin" <
[email protected]>
To: wuftpd mailing list <
[email protected]>
Subject: Re: automatic binary mode?
References: <Pine.LNX.3.95.970325041035.22605B-100000@phobos.illtel.denver.co.us> <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.65
X-Mailer-Info:
http://www.tnet.com
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Subject: Re: automatic binary mode?
Date: Tue, Mar 25, 1997 at 12:15:02PM +0000
Quoting Mike Ellwood (
[email protected]):
>
>
> On Tue, 25 Mar 1997, Alex Belits wrote:
>
> > Client should be aware of the transfer mode, and there is no way to
> > notify client about mode from server in FTP protocol. Some Unix clients
> > always set image mode if remote system is identified in SYST as Unix, too.
> >
>
> Thanks for quick reply Alex.
>
>
> "status" or "type" can return whether its ascii or binary though,
> can't it?
>
>
> However, as I implied, the real problem seems to be people fetching
> via netscape, and not a conventional ftp session.
>
> I don't know if it's possible for such a browser to set the mode,
> and the way that people normally use browsers would suggest that
> the mode should somehow be set automatically.
The client is the one requesting the file and needs to request what
type of mode it wants the file to be sent.
I suspect that people using Netscape are left clicking on the tag to
download which I believe Netscape then downloads as ascii. If they
right click on the tag, they download as binary ??
--
==========================================================================
Kevin W. Reed (KWR10) TeleSys Development Systems (TNET)
E-Mail:
[email protected] Disability Systems & Software Development
WEB:
http://www.tnet.com MAJORDOMO - MAILBOT Administration Account
MUTT Mail Users Agent WEB Archives are Online @
http://www.tnet.com/mutt
From
[email protected] Tue Mar 25 09:29:36 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA18916; Tue, 25 Mar 1997 09:29:35 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA11528;
Tue, 25 Mar 1997 09:22:30 -0600 (CST)
Received: from mercury.infoshare.net (
[email protected] [199.212.229.202])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA07685
for <
[email protected]>; Tue, 25 Mar 1997 09:22:04 -0600 (CST)
Received: by mercury.infoshare.net (8.6.12/8.6.9)
id KAA23148; Tue, 25 Mar 1997 10:22:03 -0500
Received: from unknown(142.148.10.52) by mercury.infoshare.net via smap (V3.1.1)
id xma023115; Tue, 25 Mar 97 10:21:44 -0500
Received: by hermes.fundserv.com (8.6.12/Sun-bp)
id KAA04031; Tue, 25 Mar 1997 10:26:01 -0500
Message-Id: <Pine.SUN.3.91.970325102533.24992C-100000@hermes>
Date: Tue, 25 Mar 1997 10:26:00 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Steve Szabo <
[email protected]>
To:
[email protected]
Subject: Guests
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Could somone please send me th URL for that Guest doc?
Cheers
==================================================================
| Steven Szabo + 2, 1st Canadian Place |
| CoreLAN Communications Inc. + Suite 1730, Toronto, Ont. |
| Technical Support + Ph: (416) 362-7378 |
|
[email protected] + Fax: (416) 362-8772 |
==================================================================
From
[email protected] Tue Mar 25 10:08:53 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA19073; Tue, 25 Mar 1997 10:08:52 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA06270;
Tue, 25 Mar 1997 09:58:56 -0600 (CST)
Received: from test8.Legato.COM (test8.Legato.COM [137.69.200.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA24986
for <
[email protected]>; Tue, 25 Mar 1997 09:54:58 -0600 (CST)
Received: from jupiter.Legato.COM by test8.Legato.COM (SMI-8.6/SMI-SVR4)
id HAA10028; Tue, 25 Mar 1997 07:53:38 -0800
Received: from Legato.COM (miura) by jupiter.Legato.COM (5.x/SMI-SVR4)
id AA16451; Tue, 25 Mar 1997 07:54:27 -0800
Received: by Legato.COM (SMI-8.6/SMI-SVR4)
id HAA01332; Tue, 25 Mar 1997 07:52:30 -0800
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 07:52:30 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Tinjin P. Chang)
To:
[email protected]
Subject: Re: welcome mesg for anon ftp
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
> From
[email protected] Mon Mar 24 23:10 PST 1997
> Date: Tue, 25 Mar 1997 02:01:20 -0500 (EST)
> From: Faisal Hameed <
[email protected]>
> To:
[email protected]
> Subject: welcome mesg for anon ftp
> Mime-Version: 1.0
> X-Sender: fh@face
> X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
>
>
> I have tried to put the welcome.msg file in ~ftp. ~ftp/etc but
> anon ftp does not display the welcome message. I have
> the ftp server running on solaris 2.5. Also it would
> be nice to have a message that displays the contents
> of the directory whenever anon ftp user cd's to it.
>
> Any help is appreciated.
>
> Faisal ...
>
>
You need to invoke in.ftpd with the -a option and use the ftpaccess file.
From
[email protected] Tue Mar 25 10:58:26 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA19333; Tue, 25 Mar 1997 10:58:24 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA13665;
Tue, 25 Mar 1997 10:47:21 -0600 (CST)
Received: from tac-nt1.tac.net (tac-nt1.tac.net [205.233.109.84])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA14866
for <
[email protected]>; Tue, 25 Mar 1997 10:45:01 -0600 (CST)
Received: by tac-nt1.tac.net with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63)
id <
[email protected]>; Tue, 25 Mar 1997 09:48:00 -0700
Message-Id: <c=US%a=_%p=TELUS%
[email protected]>
Date: Tue, 25 Mar 1997 09:47:58 -0700
Reply-To:
[email protected]
Sender:
[email protected]
From: Sasha Romanosky <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: FTP dropping xfers???!!!
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
I have been having complaints from people who tell me that while
they are downloading large files (many Megs), they loose the connection.
I have seen this happen while transferring files via the web;
you sit there and slowly, slowly the file transfers and then suddenly,
mysteriously, the connection drops and you get something link
a "Connection Reset by Peer" message. (Where the "Peer" is
obviously not you.)
Now, I cannot confirm that this is the same problem, indeed, it
may not, but the result is the same.
The problem is reproducible and the only consistenct seems to
be with very large files, or better yet, transfers which take a very
long
time.
Does anybody have any ideas - or solutions???
Cheers,
Sasha Romanosky
Internet Applications Specialist
TELUS Advanced Communications
403.543.2083
[email protected]
www.tac.telus.com
From
[email protected] Tue Mar 25 11:48:35 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA19584; Tue, 25 Mar 1997 11:48:34 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA12628;
Tue, 25 Mar 1997 11:41:49 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id LAA19264
for <
[email protected]>; Tue, 25 Mar 1997 11:38:21 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id LAA06139
for <
[email protected]>; Tue, 25 Mar 1997 11:38:19 -0600
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 11:38:19 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: Re: FTP dropping xfers???!!!
In-Reply-To: <c=US%a=_%p=TELUS%
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
I too am seeing this, although it seems to be more sensitive on uploads
than downloads for some of my clients.
I think we are seeing the effect of going through overloaded Internet
gateways. I'm not a TCP/IP protocol guru, but I think this is the effect
of too many lost packets. Comments from others would be welcome.
-- Michael
On Tue, 25 Mar 1997, Sasha Romanosky wrote:
> I have been having complaints from people who tell me that while they
> are downloading large files (many Megs), they loose the connection.
>
> I have seen this happen while transferring files via the web; you sit
> there and slowly, slowly the file transfers and then suddenly,
> mysteriously, the connection drops and you get something link a
> "Connection Reset by Peer" message. (Where the "Peer" is obviously not
> you.)
>
> Now, I cannot confirm that this is the same problem, indeed, it may not,
> but the result is the same.
>
> The problem is reproducible and the only consistenct seems to be with
> very large files, or better yet, transfers which take a very long time.
From
[email protected] Tue Mar 25 12:13:24 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA19884; Tue, 25 Mar 1997 12:13:23 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA14908;
Tue, 25 Mar 1997 12:05:34 -0600 (CST)
Received: from mail2a.pilot.net (mail2.pilot.net [198.232.147.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA04221
for <
[email protected]>; Tue, 25 Mar 1997 12:04:41 -0600 (CST)
Received: from alchpns1.dialcall.com (unknown-2-9.dialcall.com [170.206.2.9]) by mail2a.pilot.net with SMTP id KAA21927 for <
[email protected]>; Tue, 25 Mar 1997 10:04:32 -0800 (PST)
Received: from ccmail.nextel.com by alchpns1.dialcall.com (8.6.10/1.34)
id NAA01565; Tue, 25 Mar 1997 13:01:27 -0500
Received: from ccMail by ccmail.nextel.com (SMTPLINK V2.11.01)
id AA859323622; Tue, 25 Mar 97 12:59:37 EST
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 97 12:59:37 EST
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: ftp client
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Is there a standard client available for wu-ftpd server? For example,
if my client does not support block mode transfers, can I replace it
with a client that does?
Bruce
From
[email protected] Tue Mar 25 12:59:48 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA20323; Tue, 25 Mar 1997 12:59:47 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA07929;
Tue, 25 Mar 1997 12:54:08 -0600 (CST)
Received: from gatekeep.ti.com (news.ti.com [192.94.94.33])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA15717
for <
[email protected]>; Tue, 25 Mar 1997 12:48:22 -0600 (CST)
Received: from dadd.ti.com. ([156.117.118.83]) by gatekeep.ti.com (8.8.5) with ESMTP id MAA17393 for <
[email protected]>; Tue, 25 Mar 1997 12:47:51 -0600 (CST)
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.8.4/)
id MAA21235; Tue, 25 Mar 1997 12:47:48 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Tue, 25 Mar 1997 12:47:47 -0600
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 97 12:47:46 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: FTP dropping xfers???!!!
In-Reply-To: <
[email protected]>; from "Michael Brennen" at Mar 25, 97 11:38 am
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Sasha Romanosky and Michael Brennen talked about "Connection reset by peer"
problems...
We used to see this on our transfers to and from India and (occasionally)
Europe, but we upgraded the connection and it has largely gone away.
We now have transfers which take longer than 24 hours to these site which
can still complete OK.
I don't know the exact cause, but presumably the problem is related to
reliability of the line - Michael Brennen suggested it may be too many lost
packets. It's obviously also affected by the loading; if a line - and/or
the server - is heavily loaded the transfers will take longer, which means
a greater chance of seeing the problem before it completes.
(Sometimes things were so bad that we could FTP to a machine in India,
connect OK, do an "ld", and it would time out before the directory could
be listed...)
Strangely enough, we found that if we telnetted to the remote site, then
ran FTP from there back to our machine (ie. "got" the file from that end
instead of "putting" it from ours, we could sometimes get a transfer to
complete when it would otherwise fail).
Incidentally, we didn't just have this problem with the wustl server - it
happened with the machines' native FTP servers too.
Cheers, Bob
--
Bob Luckin
[email protected] "Rats live on no evil planet"
From
[email protected] Tue Mar 25 13:12:19 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA20385; Tue, 25 Mar 1997 13:12:19 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA10536;
Tue, 25 Mar 1997 13:06:07 -0600 (CST)
Received: from undergrad.math.uwaterloo.ca (
[email protected] [129.97.204.13])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA20310
for <
[email protected]>; Tue, 25 Mar 1997 13:03:13 -0600 (CST)
Received: from matt.enoreo.on.ca (matt.enoreo.on.ca [204.40.73.202]) by undergrad.math.uwaterloo.ca (8.7.6/8.7.3) with SMTP id OAA06304 for <
[email protected]>; Tue, 25 Mar 1997 14:02:56 -0500 (EST)
Received: by matt.enoreo.on.ca with Microsoft Mail
id <
[email protected]>; Tue, 25 Mar 1997 14:02:14 -0500
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 14:02:12 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Matthew Emmerton <
[email protected]>
To: "
[email protected]" <
[email protected]>
Subject: RE: FTP dropping xfers???!!!
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Sasha Romanosky and Michael Brennen talked about "Connection reset by peer"
problems...
Strangely enough, we found that if we telnetted to the remote site, then
ran FTP from there back to our machine (ie. "got" the file from that end
instead of "putting" it from ours, we could sometimes get a transfer to
complete when it would otherwise fail).
[And then Matt Said...]
I'm using wu-ftpd beta-12 and don't see these messages very often, but due
to the network setup in our office (we're running two class C's, and the
chunk of hardware between them is very unreliable) we occasionally get FTP
sessions that bail after various time lengths. However, almost always, if
I telnet to the machine, and then do a PUT (as opposed to a GET) it usually
works AOK. Any ideas on why this happens this way? I've always been
curious, but haven't really sat down with my stack of TCP/IP books to
figure out why.
Matt
From
[email protected] Tue Mar 25 13:42:19 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA20601; Tue, 25 Mar 1997 13:42:17 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA22776;
Tue, 25 Mar 1997 13:36:39 -0600 (CST)
Received: from sol.tins.net (sol.tins.net [205.173.230.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA01821
for <
[email protected]>; Tue, 25 Mar 1997 13:32:11 -0600 (CST)
Received: (from mgg@localhost)
by sol.tins.net (8.8.5/8.8.5) id LAA08422;
Tue, 25 Mar 1997 11:31:22 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 11:31:22 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Mark Galbraith <
[email protected]>
To:
[email protected]
Subject: Re: welcome mesg for anon ftp
In-Reply-To: <Pine.SUN.3.95.970325015837.2319A-100000@face> (message from
Faisal Hameed on Tue, 25 Mar 1997 02:01:20 -0500 (EST))
Mime-Version: 1.0 (generated by tm-edit 7.78)
Content-Type: text/plain; charset=US-ASCII
X-Mailer: Emacs-19.32
X-Attribution: mgg
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
>>>>> "Faisal" == Faisal Hameed <
[email protected]> writes:
Faisal> I have tried to put the welcome.msg file in ~ftp. ~ftp/etc but
Faisal> anon ftp does not display the welcome message. I have
Faisal> the ftp server running on solaris 2.5. Also it would
Faisal> be nice to have a message that displays the contents
Faisal> of the directory whenever anon ftp user cd's to it.
For anon ftp, the path you specify in the ftpaccess file must be
relative to the base of the FTP area. For example, if your /etc/passwd
file contains:
ftp:x:xxx:yyy:Anonymous FTP user:/export/ftp:/usr/local/bin/nologin
and your ftpaccess file contains:
message /welcome.msg login
The the welcome message will come from the file:
/export/ftp/welcome.msg
as seen from the un-chroot'd filesystem.
You should also read the ftpaccess(5) man page for more information
about making sure that anonymous users are properly handled. There is
also a FAQ on how to make Guest users work.
--
Mark Galbraith Member of The HTML Writers Guild
Engineer, Internet Services
http://www.hwg.org/
Triad Systems Corporation
(PGP Fingerprint=1CB9 7481 AD5C 5709 690B AC09 7F65 D6F6)
From
[email protected] Tue Mar 25 13:59:55 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA20677; Tue, 25 Mar 1997 13:59:54 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA20570;
Tue, 25 Mar 1997 13:53:55 -0600 (CST)
Received: from mercury.infoshare.net (
[email protected] [199.212.229.202])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA11315
for <
[email protected]>; Tue, 25 Mar 1997 13:51:52 -0600 (CST)
Received: by mercury.infoshare.net (8.6.12/8.6.9)
id OAA25697; Tue, 25 Mar 1997 14:51:48 -0500
Received: from unknown(142.148.10.52) by mercury.infoshare.net via smap (V3.1.1)
id xma025653; Tue, 25 Mar 97 14:51:26 -0500
Received: by hermes.fundserv.com (8.6.12/Sun-bp)
id OAA10833; Tue, 25 Mar 1997 14:55:43 -0500
Message-Id: <Pine.SUN.3.91.970325145436.24992D-100000@hermes>
Date: Tue, 25 Mar 1997 14:55:43 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Steve Szabo <
[email protected]>
To:
[email protected]
Subject: Guest groups
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Why do I get the following message when I login as a guest user:
425 Can't create data socket (0.0.0.0,20): Bad file number.
I have followed the install doc exactly!
Cheers
==================================================================
| Steven Szabo + 2, 1st Canadian Place |
| CoreLAN Communications Inc. + Suite 1730, Toronto, Ont. |
| Technical Support + Ph: (416) 362-7378 |
|
[email protected] + Fax: (416) 362-8772 |
==================================================================
From
[email protected] Tue Mar 25 14:12:31 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA20757; Tue, 25 Mar 1997 14:12:30 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA24053;
Tue, 25 Mar 1997 14:06:00 -0600 (CST)
Received: from landfield.com (rkive.landfield.com [208.196.145.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA27584
for <
[email protected]>; Tue, 25 Mar 1997 14:04:13 -0600 (CST)
Received: (from kent@localhost) by landfield.com (8.7.5/8.7.3) id OAA20696; Tue, 25 Mar 1997 14:02:54 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 14:02:54 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Kent Landfield <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: FTP dropping xfers???!!!
In-Reply-To: <
[email protected]> from "Bob Luckin" at Mar 25, 97 12:47:46 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
#
# Sasha Romanosky and Michael Brennen talked about "Connection reset by peer"
# problems...
#
This is not a wu-ftpd problem I'll bet...
I've run into this a couple times... Years back I paired a 386 with a Sparc10.
We were constantly seeing "reset by peer" messages on the Sun. After upgrading
the PC to a 486 it went away.
Another time I saw it was due to some hardwiring of timeouts one of the
IP Stack vendors did. The timeout was generated using a clock speed calcuation.
When the software was put on a much faster machine the timeouts happened
quite often. The vendor was red-faced...
Another time I saw it was in a WAN situation where the line was not as
reliable (or as big) as it should have been. Traffic spikes that exceeded
available bandwidth were the problem and once again timeouts bit us.
The point here is that this kind of error can come from various sources
relating to timeouts in the IP stack. You need to examine what may be the
possible cause. Look at the systems you're using, the IP stack software
and the bandwidth its running on. Chances are the solution is more obvious
than you realize.
--
Kent Landfield Phone: 1-817-545-2502
The Landfield Group FAX: 1-817-545-7650
Email:
[email protected] http://www.landfield.com/
Please send comp.sources.misc related mail to
[email protected].
Search the Usenet Hypertext FAQ Archive at
http://www.faqs.org/faqs/
From
[email protected] Tue Mar 25 14:54:50 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id OAA20929; Tue, 25 Mar 1997 14:54:48 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA29424;
Tue, 25 Mar 1997 14:48:45 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA23898
for <
[email protected]>; Tue, 25 Mar 1997 14:47:24 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id OAA08569;
Tue, 25 Mar 1997 14:47:25 -0600
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 14:47:25 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: FTP dropping xfers???!!!
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
The thing that makes me point to Internet gateways/transfer points is that
my equipment here is lightly loaded; both the servers and full T1 are
nowhere near capacity. Traceroutes frequently seem to find backbone
transfer gateway delays at times that someone is having trouble
{up,down}loading. When I say 'lost packets', I'm more broadly meaning
packets that either never made it through an overloaded gateway or were so
delayed that they were timed out.
-- Michael
On Tue, 25 Mar 1997, Bob Luckin wrote:
> Sasha Romanosky and Michael Brennen talked about "Connection reset by peer"
> problems...
>
> We used to see this on our transfers to and from India and (occasionally)
> Europe, but we upgraded the connection and it has largely gone away.
> We now have transfers which take longer than 24 hours to these site which
> can still complete OK.
>
> I don't know the exact cause, but presumably the problem is related to
> reliability of the line - Michael Brennen suggested it may be too many lost
> packets. It's obviously also affected by the loading; if a line - and/or
> the server - is heavily loaded the transfers will take longer, which means
> a greater chance of seeing the problem before it completes.
From
[email protected] Tue Mar 25 15:07:04 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA21130; Tue, 25 Mar 1997 15:07:00 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA07121;
Tue, 25 Mar 1997 15:00:35 -0600 (CST)
Received: from serv-02 (serv-02.ez-poa.com.br [200.248.215.10])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA03146
for <
[email protected]>; Tue, 25 Mar 1997 14:55:50 -0600 (CST)
Received: from dolphin by serv-02 (SMI-8.6/SMI-SVR4)
id RAA22657; Tue, 25 Mar 1997 17:55:10 -0300
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 17:52:10 -0200
Reply-To:
[email protected]
Sender:
[email protected]
From: Rafael Vilarino Kuhn <
[email protected]>
To:
[email protected]
Subject: Re: Guest groups
References: <Pine.SUN.3.91.970325145436.24992D-100000@hermes>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (WinNT; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Steve Szabo wrote:
>
> Why do I get the following message when I login as a guest user:
>
> 425 Can't create data socket (0.0.0.0,20): Bad file number.
>
> I have followed the install doc exactly!
>
> Cheers
>
> ==================================================================
> | Steven Szabo + 2, 1st Canadian Place |
> | CoreLAN Communications Inc. + Suite 1730, Toronto, Ont. |
> | Technical Support + Ph: (416) 362-7378 |
> |
[email protected] + Fax: (416) 362-8772 |
> ==================================================================
You don't have the /usr/lib with a link? This isn't work, believe me.
If you copy /usr/lib of your ~ftp directory it work fine.
--
##############################################
## Rafael Vilarino Kuhn ##
##
[email protected] ##
## Gaucho por tradicao, Gremista de coracao ##
##############################################
From
[email protected] Tue Mar 25 15:13:33 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA21164; Tue, 25 Mar 1997 15:13:32 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA07999;
Tue, 25 Mar 1997 15:06:34 -0600 (CST)
Received: from mercury.infoshare.net (
[email protected] [199.212.229.202])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA29441
for <
[email protected]>; Tue, 25 Mar 1997 15:03:25 -0600 (CST)
Received: by mercury.infoshare.net (8.6.12/8.6.9)
id QAA10630; Tue, 25 Mar 1997 16:03:22 -0500
Received: from unknown(142.148.10.52) by mercury.infoshare.net via smap (V3.1.1)
id xma010609; Tue, 25 Mar 97 16:03:20 -0500
Received: by hermes.fundserv.com (8.6.12/Sun-bp)
id QAA19068; Tue, 25 Mar 1997 16:07:37 -0500
Message-Id: <Pine.SUN.3.91.970325160719.18306B-100000@hermes>
Date: Tue, 25 Mar 1997 16:07:37 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Steve Szabo <
[email protected]>
To:
[email protected]
Subject: Guest prob
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
A guest user has been setup on the local machine 'goof'.
When this guest user logs in they end up in the proper
directory, but they can't use ls -> they get
425 Can't create data socket (0.0.0.0,20): Bad file number
This is running on a Solaris 2.5.1 machine - note all of the libs
have been copied the ftp tree.
Also when you login as anonymous, or a real user you can use the
ls withoout any probs.
What's up?
==================================================================
| Steven Szabo + 2, 1st Canadian Place |
| CoreLAN Communications Inc. + Suite 1730, Toronto, Ont. |
| Technical Support + Ph: (416) 362-7378 |
|
[email protected] + Fax: (416) 362-8772 |
==================================================================
From
[email protected] Tue Mar 25 15:19:54 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA21191; Tue, 25 Mar 1997 15:19:52 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA22519;
Tue, 25 Mar 1997 15:12:29 -0600 (CST)
Received: from dragon.ti.com (dragon.ti.com [192.94.94.61])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA29044
for <
[email protected]>; Tue, 25 Mar 1997 15:08:59 -0600 (CST)
Received: from dadd.ti.com. ([156.117.119.90]) by dragon.ti.com (8.8.5) with ESMTP id PAA05441 for <
[email protected]>; Tue, 25 Mar 1997 15:08:26 -0600 (CST)
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.8.4/)
id PAA25615; Tue, 25 Mar 1997 15:08:21 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Tue, 25 Mar 1997 15:08:20 -0600
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 97 15:08:20 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: FTP dropping xfers???!!!
In-Reply-To: <
[email protected]>; from "Kent Landfield" at Mar 25, 97 2:02 pm
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Kent Landfield said :-
[Re "Connection reset by peer" problems...]
> This is not a wu-ftpd problem I'll bet...
Agreed. In my posting, I said :-
> Incidentally, we didn't just have this problem with the wustl server - it
> happened with the machines' native FTP servers too.
Since it appears that more than one of us have seen it also with non-wustl
servers, it does seem to indicate a more generic problem.
(Good war stories / advice, too, Kent.)
Cheers, Bob
--
Bob Luckin
[email protected] "Able was I ere I saw Waterloo"
From
[email protected] Tue Mar 25 15:32:32 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA21247; Tue, 25 Mar 1997 15:32:31 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA22958;
Tue, 25 Mar 1997 15:24:39 -0600 (CST)
Received: from tac-nt1.tac.net (tac-nt1.tac.net [205.233.109.84])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA05242
for <
[email protected]>; Tue, 25 Mar 1997 15:22:05 -0600 (CST)
Received: by tac-nt1.tac.net with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63)
id <
[email protected]>; Tue, 25 Mar 1997 14:25:07 -0700
Message-Id: <c=US%a=_%p=TELUS%
[email protected]>
Date: Tue, 25 Mar 1997 14:25:04 -0700
Reply-To:
[email protected]
Sender:
[email protected]
From: Sasha Romanosky <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: RE: FTP dropping xfers???!!!
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
It would seem that we've touched on something here.....
It would also seem that, indeed, this is a symptom of TCP
and not necessarily ftp or http. Makes sense to me.
Now, since TCP was born to be (no, not wild) reliable,
how can we stop these dropped connections - regardless
of delays or lost packets...???
[Oohh, where's Richard Stevens when you need him??]
Cheers,
Sasha Romanosky
>----------
>From: Bob Luckin[SMTP:
[email protected]]
>Sent: Tuesday, March 25, 1997 2:08 PM
>To:
[email protected]
>Subject: Re: FTP dropping xfers???!!!
>
>Kent Landfield said :-
>[Re "Connection reset by peer" problems...]
>> This is not a wu-ftpd problem I'll bet...
>
>Agreed. In my posting, I said :-
>> Incidentally, we didn't just have this problem with the wustl server - it
>> happened with the machines' native FTP servers too.
>
>Since it appears that more than one of us have seen it also with non-wustl
>servers, it does seem to indicate a more generic problem.
>
>(Good war stories / advice, too, Kent.)
>
>Cheers, Bob
>--
>Bob Luckin
[email protected] "Able was I ere I saw Waterloo"
>
From
[email protected] Tue Mar 25 15:57:53 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA21342; Tue, 25 Mar 1997 15:57:51 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA09294;
Tue, 25 Mar 1997 15:49:35 -0600 (CST)
Received: from ntrlink.hq.interlink.com (ntrlink.hq.interlink.com [138.42.128.44])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA13237
for <
[email protected]>; Tue, 25 Mar 1997 15:43:56 -0600 (CST)
Received: from garfield.hq.interlink.com by ntrlink.hq.interlink.com (SMI-8.6/SMI-SVR4)
id NAA12035; Tue, 25 Mar 1997 13:50:58 -0800
Received: from garfield by garfield.hq.interlink.com (SMI-8.6/SMI-SVR4)
id NAA12077; Tue, 25 Mar 1997 13:50:03 -0800
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 13:50:02 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Derek Pizzagoni <
[email protected]>
To:
[email protected]
Subject: WU-FTPD Implementation Problem
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-Mailer: Mozilla 3.0Gold (X11; I; SunOS 5.5 sun4m)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hello,
I just installed the 2.4.2 Beta 12 version of the FTPD on a Solaris 2.5
box, and I am having a problem. Normal users are able to connect,
transfer files, list directories, etc... Anonymous users can connect,
but then can not do anything other than change directories and PWD. I'm
sure I haven't tried every command, but I know that they can not PUT,
GET, or LS.
My anonymous tree is set up as follows:
ftp
bin
ls (file)
dev
tcp (file)
zero (file)
etc
group (file)
passwd (file)
incoming
lib
libc.so.1 (file)
libdl.so.1 (file)
libintl.so.1 (file)
libw.so.1 (file)
pub
usr
lib
ld.so (file)
libc.so.1 (file)
Whenever I try to do an ls, put, or get, I get the following error:
425 Can't create data socket (0.0.0.0,20): Bad file number.
Does anyone have any suggestions?
--
Derek R. Pizzagoni
UNIX Network Administrator
Interlink Computer Sciences, Inc.
URL:
http://www.interlink.com
From
[email protected] Tue Mar 25 16:33:54 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA21512; Tue, 25 Mar 1997 16:33:51 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA07239;
Tue, 25 Mar 1997 16:25:25 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA05301
for <
[email protected]>; Tue, 25 Mar 1997 16:20:56 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id QAA10513
for <
[email protected]>; Tue, 25 Mar 1997 16:20:59 -0600
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 16:20:59 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To:
[email protected]
Subject: Re: FTP dropping xfers???!!!
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Given lightly loaded systems and T1 here, how much can I reasonably start
looking outside my own setup to Internet traffic bottlenecks? I've
thought for some time that the issue is not ftpd per se, but was more a
TCP/IP protocol issue.
-- Michael
On Tue, 25 Mar 1997, Kent Landfield wrote:
> The point here is that this kind of error can come from various sources
> relating to timeouts in the IP stack. You need to examine what may be the
> possible cause. Look at the systems you're using, the IP stack software
> and the bandwidth its running on. Chances are the solution is more obvious
> than you realize.
From
[email protected] Tue Mar 25 16:35:04 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA21523; Tue, 25 Mar 1997 16:35:03 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA10157;
Tue, 25 Mar 1997 16:26:44 -0600 (CST)
Received: from basil.acr.net.au (basil.acr.net.au [203.22.236.98])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA30693
for <
[email protected]>; Tue, 25 Mar 1997 16:24:46 -0600 (CST)
Received: from geoff.acr.net.au (geoff.acr.net.au [203.22.236.80]) by basil.acr.net.au (8.7.3/8.7.3) with SMTP id JAA20084 for <
[email protected]>; Wed, 26 Mar 1997 09:27:46 +1100 (EST)
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 09:27:46 +1100 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Geoff Terry Systems & Net supt 064 923677)
To:
[email protected]
Subject: Re: .rhosts and .forward
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Version 1.4.3
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Surely not if the file mode grants no access (w) to the guest.
The .rhosts is used to control rsh access ie a list of host accountname
grant rsh access to the machine.
The .forward is used by the mailer and is also a security risk.
Regards geofft
>Hello there,
>
>I have set up a guest account following the howto.
>
>Everything works well.
>
>But what the purpose of .rhosts and .forward files.
>
>Although they belong to root. The guest can easily delete them
>
>Any ideas ?
>
>Thanks
>
>Yahia Alaoui
>Groupe Open
>
>
>
>
Geoff Terry Systems & Network Support
ACR Net Sapphire Coast NSW 2550
Australia
Ph 064 923677 Mobile 015 668 227 Fax 064 924594
From
[email protected] Tue Mar 25 16:39:31 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA21549; Tue, 25 Mar 1997 16:39:30 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA11306;
Tue, 25 Mar 1997 16:31:18 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA14858
for <
[email protected]>; Tue, 25 Mar 1997 16:27:08 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id QAA10583;
Tue, 25 Mar 1997 16:26:28 -0600
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 16:26:28 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Derek Pizzagoni <
[email protected]>
Cc:
[email protected]
Subject: Re: WU-FTPD Implementation Problem
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Have you read the FAQ?
-- Michael
On Tue, 25 Mar 1997, Derek Pizzagoni wrote:
> Whenever I try to do an ls, put, or get, I get the following error:
>
> 425 Can't create data socket (0.0.0.0,20): Bad file number.
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-13.tar.Z
wu-ftpd FAQ:
http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
wu-ftpd list archive:
http://www.landfield.com/wu-ftpd/mail-archive/
There are additional security references in the above docs.
From
[email protected] Tue Mar 25 17:01:53 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA21659; Tue, 25 Mar 1997 17:01:48 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA09716;
Tue, 25 Mar 1997 16:55:30 -0600 (CST)
Received: from optima.cs.arizona.edu ([192.12.69.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA14053
for <
[email protected]>; Tue, 25 Mar 1997 16:55:05 -0600 (CST)
Received: from lectura.CS.Arizona.EDU by optima.cs.arizona.edu (5.65c/15) via SMTP
id AA20838; Tue, 25 Mar 1997 15:54:56 MST
Received: from localhost (jdavis@localhost) by lectura.CS.Arizona.EDU (8.8.4/8.7.3) with SMTP id PAA04974 for <
[email protected]>; Tue, 25 Mar 1997 15:54:54 -0700 (MST)
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 15:54:54 -0700 (MST)
Reply-To: Jim Davis <
[email protected]>
Sender:
[email protected]
From: Jim Davis <
[email protected]>
To:
[email protected]
Subject: Re: WU-FTPD Implementation Problem
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: lectura.CS.Arizona.EDU: jdavis owned process doing -bs
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
On Tue, 25 Mar 1997, Derek Pizzagoni wrote:
> My anonymous tree is set up as follows:
>
> ftp
> bin
> ls (file)
> dev
> tcp (file)
> zero (file)
Missing ticotsord and udp; see the in.ftpd man page. (I assume by 'file'
you mean 'character special file'.)
> etc
> group (file)
> passwd (file)
Missing netconfig; see the in.ftpd man page.
> incoming
> lib
You don't need ~ftp/lib.
> pub
> usr
> lib
Missing scads of stuff; see the in.ftpd man page.
>
> Does anyone have any suggestions?
>
See the in.ftpd man page?
From
[email protected] Tue Mar 25 17:25:58 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id RAA21757; Tue, 25 Mar 1997 17:25:54 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA09613;
Tue, 25 Mar 1997 17:19:18 -0600 (CST)
Received: from greta.teleport.com (sandra.teleport.com [192.108.254.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA18022
for <
[email protected]>; Tue, 25 Mar 1997 17:16:57 -0600 (CST)
Received: from linda.teleport.com (linda.teleport.com [192.108.254.12]) by greta.teleport.com (8.8.5/8.7.3) with ESMTP id PAA22153 for <
[email protected]>; Tue, 25 Mar 1997 15:17:32 -0800 (PST)
Received: (from minerva@localhost) by linda.teleport.com (8.8.5/8.7.3) id PAA18121; Tue, 25 Mar 1997 15:15:39 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 15:15:38 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Paradise Cowgirl <
[email protected]>
To:
[email protected]
Subject: Bug Report: upload permissions (beta-13/Solaris 5.x)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Greetings, all,
It's been a while since I've been able to work with wu-ftpd but I'm back
to report that the behavior I had with upload permisions for guest group
users under beta-11 and beta-12 is still around in beta-13. I have filed a
"real" bug report with Stan as according to his CLOSED ticket notes with
the beta-13 release, he was not able to dublicate this bug in beta-12.
If you want all the gory details, please feel free to hop on over to
http://www.teleport.com/~minerva/wu-ftpd/bugreport-01.htm and check it
out. If you don't have web access and STILL want all the gory details,
just let me know and I'll forward you a copy.
Up next, an update regarding the Solaris 5.x How-to Guide...
Cheers,
-Darci Chapman (aka Paradise Cowgirl)
--
(
[email protected]) (
http://nehalem.rain.com/)
From
[email protected] Tue Mar 25 18:01:49 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA21952; Tue, 25 Mar 1997 18:01:48 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA29185;
Tue, 25 Mar 1997 17:50:02 -0600 (CST)
Resent-Date: Tue, 25 Mar 1997 17:50:02 -0600 (CST)
Resent-Message-Id: <
[email protected]>
Received: from greta.teleport.com (sandra.teleport.com [192.108.254.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA08060
for <
[email protected]>; Tue, 25 Mar 1997 17:47:16 -0600 (CST)
Received: from linda.teleport.com (linda.teleport.com [192.108.254.12]) by greta.teleport.com (8.8.5/8.7.3) with ESMTP id PAA27912 for <
[email protected]>; Tue, 25 Mar 1997 15:48:55 -0800 (PST)
Received: (from minerva@localhost) by linda.teleport.com (8.8.5/8.7.3) id PAA22682; Tue, 25 Mar 1997 15:47:02 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 15:42:55 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Paradise Cowgirl <
[email protected]>
To:
[email protected]
Subject: Solaris 5.1.x How-To Guide
Resent-To:
[email protected]
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Resent-From: Paradise Cowgirl <
[email protected]>
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hello, again,
Just a couple of things:
The guide is available at:
http://www.teleport.com/~minerva/wu-ftpd/wuftpd.htm
Feel free to send comments/feedback/flames to me at
[email protected]
Now that I've installed beta-13, I will continue work on the guide; items
on my todo plate:
building a statc ls binary
upload permissions for guestgroup users (work arounds)
allowing guestgroup users to change their passwords
reporting tools
ftpconversion
incorporting Solaris 2.4 info
If there are additional items you'd like to see, please feel free to email
your suggestions to me.
Once again, the reason for coming up with this guide was two-fold - I had
to anyway :-) and to make it easier to install and configure wu-ftpd on
Solaris 2.5 without having to reference as many as three different
documents. Having made this guide publicly available, I'm committed to
updating it and maintaining it to the best of my ability.
Anyone is welcome to use the information contained in the Solaris How-To
Guid to update/create other documents. People should feel free to use it
or ignore it as they please.
I hope to have the above items taken care of by 31 Mar.
Cheers,
Darci Chapman
From
[email protected] Tue Mar 25 18:01:57 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA21960; Tue, 25 Mar 1997 18:01:56 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA07360;
Tue, 25 Mar 1997 17:48:53 -0600 (CST)
Received: from greta.teleport.com (sandra.teleport.com [192.108.254.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA27285
for <
[email protected]>; Tue, 25 Mar 1997 17:46:27 -0600 (CST)
Received: from linda.teleport.com (linda.teleport.com [192.108.254.12]) by greta.teleport.com (8.8.5/8.7.3) with ESMTP id PAA27692 for <
[email protected]>; Tue, 25 Mar 1997 15:48:18 -0800 (PST)
Received: (from minerva@localhost) by linda.teleport.com (8.8.5/8.7.3) id PAA22620; Tue, 25 Mar 1997 15:46:25 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 15:46:24 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Paradise Cowgirl <
[email protected]>
To:
[email protected]
Subject: Re: Bug Report: upload permissions (beta-13/Solaris 5.x)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hello,
I meant to ask in my original post on this topic if anyone using Solaris
5.1 has gotten upload permsisions to work for guest group users and if so,
what your upload directives look like in your ftpaccess file. I really
need to get this piece working asap :-)
Thanks!
Cheers,
Darci Chapman
From
[email protected] Tue Mar 25 18:08:32 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id SAA22003; Tue, 25 Mar 1997 18:08:31 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id SAA16684;
Tue, 25 Mar 1997 18:00:53 -0600 (CST)
Received: from camelot.cie.cuc.com (camelot.cie.cuc.com [199.79.247.247])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA26365
for <
[email protected]>; Tue, 25 Mar 1997 17:56:22 -0600 (CST)
Received: from tannis.bos.cie.cuc.com (tannis.bos.cie.cuc.com [172.16.1.10])
by camelot.cie.cuc.com (8.8.5/8.8.5) with ESMTP id SAA29343
for <
[email protected]>; Tue, 25 Mar 1997 18:56:21 -0500 (EST)
Received: from roanoke.sfo.cie.cuc.com (roanoke.sfo.cie.cuc.com [206.243.232.10])
by tannis.bos.cie.cuc.com (8.8.5/8.8.5) with ESMTP id SAA24180;
Tue, 25 Mar 1997 18:56:20 -0500 (EST)
Received: from jericho.sfo.cie.cuc.com (jericho.sfo.cie.cuc.com [206.243.232.22])
by roanoke.sfo.cie.cuc.com (8.8.5/8.8.5) with ESMTP id PAA00821;
Tue, 25 Mar 1997 15:56:19 -0800 (PST)
Received: (from josh@localhost)
by jericho.sfo.cie.cuc.com (8.8.5/8.8.5) id PAA06013;
Tue, 25 Mar 1997 15:56:19 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 15:56:19 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Josh Smith <
[email protected]>
To:
[email protected]
Cc: CIE Sysadmins <
[email protected]>
Subject: Mail about netmarket.com
X-Attribution: JBS
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Greetings!
We recently disabled a bunch of aliases of the form
[email protected],
replacing them with a bot that sends a canned reply when it receives mail.
We've since found out that some of those aliases were subscribed to mailing
lists, and we're busily unsubscribing from them.
The bot told us that it had replied to a message from
[email protected],
but it didn't include any information about the message, such as the address
it was sent to. If there are any addresses of the form
[email protected]
that are subscribed to mailing lists that you run, please unsubscribe those
addresses at your earliest convenience.
The bot is supposed to ignore mail sent to a mailing list (by checking for
Precedence: bulk or Precedence: list headers), so if this address is in fact
itself a mailing list, our apologies for the noise.
--
Josh Smith <
[email protected]> <> CUC International <> Internet Engineering
Systems Administrator <>
http://www.cuc.com/ <> San Mateo, CA, USA
From
[email protected] Tue Mar 25 20:29:09 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id UAA22513; Tue, 25 Mar 1997 20:29:08 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA18974;
Tue, 25 Mar 1997 20:20:26 -0600 (CST)
Received: from sbcomp.com ([207.150.14.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id UAA03766
for <
[email protected]>; Tue, 25 Mar 1997 20:14:39 -0600 (CST)
Received: from skb (rockford28.inwave.com [206.190.10.128])
by sbcomp.com (8.8.4/8.8.4) with SMTP
id UAA05893; Tue, 25 Mar 1997 20:14:42 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 25 Mar 1997 20:07:43 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Steven K. Buehler" <
[email protected]>
To:
[email protected], Derek Pizzagoni <
[email protected]>
Subject: Re: WU-FTPD Implementation Problem
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
What are the permissions and ownerships of these directories?
At 01:50 PM 3/25/97 -0800, Derek Pizzagoni wrote:
>I just installed the 2.4.2 Beta 12 version of the FTPD on a Solaris 2.5
>box, and I am having a problem. Normal users are able to connect,
>transfer files, list directories, etc... Anonymous users can connect,
>but then can not do anything other than change directories and PWD. I'm
>sure I haven't tried every command, but I know that they can not PUT,
>GET, or LS.
>
>My anonymous tree is set up as follows:
>
>ftp
> bin
> ls (file)
> dev
> tcp (file)
> zero (file)
> etc
> group (file)
> passwd (file)
> incoming
> lib
> libc.so.1 (file)
> libdl.so.1 (file)
> libintl.so.1 (file)
> libw.so.1 (file)
> pub
> usr
> lib
> ld.so (file)
> libc.so.1 (file)
>
>Whenever I try to do an ls, put, or get, I get the following error:
>
>425 Can't create data socket (0.0.0.0,20): Bad file number.
======================================================
Steven K. Buehler
S & B Computers
Rockford Illinois, USA
Phone: 815-398-7169
Fax: 815-398-7266
======================================================
From
[email protected] Tue Mar 25 22:57:24 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id WAA23217; Tue, 25 Mar 1997 22:57:20 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA28330;
Tue, 25 Mar 1997 22:49:57 -0600 (CST)
Received: from basil.acr.net.au (basil.acr.net.au [203.22.236.98])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id WAA22173
for <
[email protected]>; Tue, 25 Mar 1997 22:45:53 -0600 (CST)
Received: from geoff.acr.net.au (geoff.acr.net.au [203.22.236.80]) by basil.acr.net.au (8.7.3/8.7.3) with SMTP id PAA26620 for <
[email protected]>; Wed, 26 Mar 1997 15:48:51 +1100 (EST)
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 15:48:51 +1100 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Geoff Terry Systems & Net supt 064 923677)
To:
[email protected]
Subject: Re: WU-FTPD Implementation Problem
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Version 1.4.3
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Derek,
the ftpd for anonymous users will chroot
to determine whats wrong with the ls command, try this
truss -f chroot ~ftp /bin/ls | more
where ~ftp is the anonymous chrooted environment. The output of the command
should tell you what needs to be where.
ls should be in bin
the libraries should be in ~ftp/usr/lib
-rwxr-xr-x 1 bin bin 107532 Nov 21 14:10 ld.so.1
-rwxr-xr-x 1 bin bin 664048 Oct 28 1995 libc.so.1
-rwxr-xr-x 1 bin bin 2568 Nov 21 14:10 libdl.so.1
-rwxr-xr-x 1 bin bin 15304 Oct 25 1995 libintl.so.1
-rwxr-xr-x 1 bin bin 39340 Oct 25 1995 libw.so.1
this should at least get you going, you may need other directories and
libraries and devices to get complete directory listings with users and groups.
your problem with get and put sound like they may just be permissions
problems either in the files and directories modes or you need suitable
entries in the ftpaccess file (or both).
Geofft
>What are the permissions and ownerships of these directories?
>
>At 01:50 PM 3/25/97 -0800, Derek Pizzagoni wrote:
>>I just installed the 2.4.2 Beta 12 version of the FTPD on a Solaris 2.5
>>box, and I am having a problem. Normal users are able to connect,
>>transfer files, list directories, etc... Anonymous users can connect,
>>but then can not do anything other than change directories and PWD. I'm
>>sure I haven't tried every command, but I know that they can not PUT,
>>GET, or LS.
>>
>>My anonymous tree is set up as follows:
>>
>>ftp
>> bin
>> ls (file)
>> dev
>> tcp (file)
>> zero (file)
>> etc
>> group (file)
>> passwd (file)
>> incoming
>> lib
>> libc.so.1 (file)
>> libdl.so.1 (file)
>> libintl.so.1 (file)
>> libw.so.1 (file)
>> pub
>> usr
>> lib
>> ld.so (file)
>> libc.so.1 (file)
>>
>>Whenever I try to do an ls, put, or get, I get the following error:
>>
>>425 Can't create data socket (0.0.0.0,20): Bad file number.
>
>
>======================================================
>Steven K. Buehler
>S & B Computers
>Rockford Illinois, USA
>Phone: 815-398-7169
>Fax: 815-398-7266
>======================================================
>
>
Geoff Terry Systems & Network Support
ACR Net Sapphire Coast NSW 2550
Australia
Ph 064 923677 Mobile 015 668 227 Fax 064 924594
From
[email protected] Wed Mar 26 04:26:28 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id EAA01008; Wed, 26 Mar 1997 04:26:25 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA05436;
Wed, 26 Mar 1997 04:11:23 -0600 (CST)
Received: from mail-c.bcc.ac.uk (mail-c.bcc.ac.uk [144.82.100.23])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA24068
for <
[email protected]>; Wed, 26 Mar 1997 04:03:36 -0600 (CST)
Received: from onyx.gene.ucl.ac.uk by mail-c.bcc.ac.uk with SMTP (PP);
Wed, 26 Mar 1997 10:03:19 +0000
Received: by onyx.gene.ucl.ac.uk (4.1/SMI-4.1) id AA11434;
Wed, 26 Mar 97 10:03:39 GMT
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 97 10:03:39 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (John Attwood)
To:
[email protected]
Cc:
[email protected]
Subject: Re: Solaris 5.1.x How-To Guide
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
>
>The guide is available at:
>
http://www.teleport.com/~minerva/wu-ftpd/wuftpd.htm
>Feel free to send comments/feedback/flames to me at
[email protected]
>
Make that
http://www.teleport.com/~minerva/wu-ftpd/wuftpd.shtml, as the
original URL doesn't work.
Thanks for making it available Darci, it looks as if it would have been
really useful when I was installing wu-ftpd a while back.
BTW, with some help from another member of the list and a patch for gnu
ls, I managed to build a "static" ls but never managed to get rid of a
stubborn dependency on ld.so. I await the rest of your howto with
interest.
Regards,
John.
--
John Attwood, Computing Officer, | Voice +171 387 7050 X5028
MRC Human Biochemical Genetics Unit, | Fax +171 387 3496
University College London, | Email
[email protected]
Wolfson House, 4 Stephenson Way, |
London NW1 2HE, United Kingdom. |
http://www.gene.ucl.ac.uk/~john
From
[email protected] Wed Mar 26 06:53:06 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id GAA01519; Wed, 26 Mar 1997 06:53:05 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA06768;
Wed, 26 Mar 1997 06:41:10 -0600 (CST)
Received: from bofh.co.telenet.pt (oberon.co.telenet.pt [193.219.97.18])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id GAA26662
for <
[email protected]>; Wed, 26 Mar 1997 06:35:43 -0600 (CST)
Received: from oberon.co.telenet.pt ([193.219.97.18]) by bofh.co.telenet.pt
(Netscape Mail Server v1.1) with SMTP id AAA384;
Wed, 26 Mar 1997 12:41:43 +0000
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 12:41:42 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Pedro Melo)
To:
[email protected]
Cc:
[email protected],
[email protected]
Subject: Patch for passive mode in Beta13
In-Reply-To: <01BC3529.CAE1ACD0@ROGERH>
References: <01BC3529.CAE1ACD0@ROGERH>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Forte Agent 1.0/32.390
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hi!
Some time ago I made a patch for beta12 that allows you to restrict the
port ranges used by passive mode ftp.
This is helpfull for people who dont want to open just a part of their port
space in their firewall.
So far, the pacth is compile time only. You cannot specify in the config
file the port range to use. You have to change the values of PASSIVE_BASE
and PASSIVE_SPAN in the patched ftpd.c and recompile... For ex, if you want
to open ports 4000 to 5000, use PASSIVE_BASE 4000 and PASSIVE_SPAN 1000
Apply to the ftpd.c in the src directory...
I've been working with this patch for a coupple of month now, no problems.
*** ftpd.c.orig Fri Mar 21 02:15:09 1997
--- ftpd.c Fri Mar 21 02:19:00 1997
***************
*** 394,399 ****
--- 394,401 ----
struct sockaddr_in *virtual_ptr;
#endif
+ srandom(getpid());
+
#ifdef AUX
setcompat(COMPAT_POSIX | COMPAT_BSDSETUGID);
#endif
***************
*** 3246,3251 ****
--- 3248,3256 ----
* response by Jon Postel in a telephone conversation with Rick Adams on
25
* Jan 89. */
+ #define PASSIVE_BASE 3000
+ #define PASSIVE_SPAN 500
+
void
#ifdef __STDC__
passive(void)
***************
*** 3253,3259 ****
passive()
#endif
{
! int len;
register char *p,
*a;
--- 3258,3264 ----
passive()
#endif
{
! int len, bind_error;
register char *p,
*a;
***************
*** 3268,3281 ****
return;
}
pasv_addr = ctrl_addr;
! pasv_addr.sin_port = 0;
delay_signaling(); /* we can't allow any signals while euid==0: kinch
*/
(void) seteuid((uid_t) 0); /* XXX: not needed if >
1024 */
! if (bind(pdata, (struct sockaddr *) &pasv_addr, sizeof(pasv_addr)) <
0) {
! (void) seteuid((uid_t) pw->pw_uid);
! enable_signaling(); /* we can allow signals once again: kinch */
! goto pasv_error;
}
(void) seteuid((uid_t) pw->pw_uid);
enable_signaling(); /* we can allow signals once again: kinch */
len = sizeof(pasv_addr);
--- 3273,3293 ----
return;
}
pasv_addr = ctrl_addr;
!
delay_signaling(); /* we can't allow any signals while euid==0: kinch
*/
(void) seteuid((uid_t) 0); /* XXX: not needed if >
1024 */
! do {
! pasv_addr.sin_port = PASSIVE_BASE + random() % PASSIVE_SPAN;
! if (log_commands) syslog(LOG_DEBUG, "PASV trying %d",
pasv_addr.sin_port);
! bind_error = bind(pdata, (struct sockaddr *) &pasv_addr,
sizeof(pasv_addr));
! } while(errno==EADDRINUSE);
! if (bind_error < 0) {
! (void) seteuid((uid_t) pw->pw_uid);
! enable_signaling(); /* we can allow signals once again:
kinch */
! goto pasv_error;
}
+ if (log_commands) syslog(LOG_DEBUG, "PASV got %d",
pasv_addr.sin_port);
+
(void) seteuid((uid_t) pw->pw_uid);
enable_signaling(); /* we can allow signals once again: kinch */
len = sizeof(pasv_addr);
--
************** Pedro Melo (
[email protected]) BOFH ******************
* TELENET, Servicos de Telecomunicacoes, SA - Tel +351 1 3139190 *
* finger
[email protected] or search key servers for PGP key *
* It's management's job to support the geniuses, *
* not to tell them what to do *
**********************************************************************
From
[email protected] Wed Mar 26 07:00:55 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id HAA01556; Wed, 26 Mar 1997 07:00:54 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA26687;
Wed, 26 Mar 1997 06:52:48 -0600 (CST)
Received: from bofh.co.telenet.pt (oberon.co.telenet.pt [193.219.97.18])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id GAA20985
for <
[email protected]>; Wed, 26 Mar 1997 06:47:45 -0600 (CST)
Received: from oberon.co.telenet.pt ([193.219.97.18]) by bofh.co.telenet.pt
(Netscape Mail Server v1.1) with SMTP id AAA362
for <
[email protected]>; Wed, 26 Mar 1997 12:53:46 +0000
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 12:53:46 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Pedro Melo)
To:
[email protected]
Subject: Re: Solaris 5.1.x How-To Guide
In-Reply-To: <
[email protected]>
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Forte Agent 1.0/32.390
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
On Wed, 26 Mar 97 10:03:39 GMT,
[email protected] (John Attwood) wrote:
>BTW, with some help from another member of the list and a patch for gnu
>ls, I managed to build a "static" ls but never managed to get rid of a
>stubborn dependency on ld.so. I await the rest of your howto with
>interest.
hmms.. I just did that. I compiled ls statically a coupple of days ago.
Used fileutils something-16 :)
I think I have the patch somewhere... I'll dig it up and post it here and
send it to the WUFTP Solaris FAQ maintainer...
I'm using beta12 and beta13 with the static ls and it works very.
I dont have a single lib in my ftp areas.
Melo . o O ( Now where did I leave the patched sources for this thing? :) )
--
************** Pedro Melo (
[email protected]) BOFH ******************
* TELENET, Servicos de Telecomunicacoes, SA - Tel +351 1 3139190 *
* finger
[email protected] or search key servers for PGP key *
* It's management's job to support the geniuses, *
* not to tell them what to do *
**********************************************************************
From
[email protected] Wed Mar 26 07:37:54 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id HAA01655; Wed, 26 Mar 1997 07:37:53 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id HAA17089;
Wed, 26 Mar 1997 07:28:56 -0600 (CST)
Received: from bofh.co.telenet.pt (oberon.co.telenet.pt [193.219.97.18])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id HAA31151
for <
[email protected]>; Wed, 26 Mar 1997 07:26:58 -0600 (CST)
Received: from oberon.co.telenet.pt ([193.219.97.18]) by bofh.co.telenet.pt
(Netscape Mail Server v1.1) with SMTP id AAA378;
Wed, 26 Mar 1997 13:32:59 +0000
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 13:32:59 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Pedro Melo)
To:
[email protected]
Cc:
[email protected]
Subject: Static-ls for fileutils 3-16
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Forte Agent 1.0/32.390
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hi!
I have made a small procedure for compiling ls static on Solaris. Tested on
Solaris 2.5.1 with gcc and fileutils-3.16
Basically I adapted the current procedure to the new fileutils (old one was
for fileutils-3.13) and use the same static-ls.c from Emil.
It might be good to put it online so I'm CC'ing this to Darci who maintains
the HowTo for WuFtpd on Solaris
Melo
--------------
Ok, a small procedure to build a staitc ls.
1. get fileutils-3.16 from your favourite GNU mirror site.
2. Unpack
3. apply the patch (see below)
4. copy static-ls.c (see below) to the fileutils-3.16/src/ subdirectory.
static-ls contains some the functions that Solaris does not provide
statically. This file is the work of Emil Isberg <
[email protected]> and
Brett Porter <
[email protected]>. Great work!
5. cd into fileutils-3.16
6. run configure
7. make
8. cd into src
9. test with truss ./ls -la 2> err
err should not contain any references to any libs...
file ls should report somethink like
ELF 32-bit MSB executable SPARC Version 1, statically linked, not stripped
10. (Optional) strip ls
You can now copy it into your bin directory.
Files needed.
---------cut here: ls-static.patch------------
*** fileutils-3.16/src/Makefile.in Mon Jan 27 02:26:57 1997
--- fileutils-3.16-prep/src/Makefile.in Wed Mar 26 12:56:16 1997
***************
*** 74,79 ****
--- 74,80 ----
cp_SOURCES = cp.c cp-aux.c cp-hash.c
dir_SOURCES = ls.c ls-dir.c
vdir_SOURCES = ls.c ls-vdir.c
+ static-ls_SOURCES = static-ls.c
ls_SOURCES = ls.c ls-ls.c
BUILT_SOURCES = dircolors.h
***************
*** 155,164 ****
vdir_LDADD = $(LDADD)
vdir_DEPENDENCIES = ../lib/libfu.a
vdir_LDFLAGS =
! ls_OBJECTS = ls.$o ls-ls.$o
ls_LDADD = $(LDADD)
ls_DEPENDENCIES = ../lib/libfu.a
! ls_LDFLAGS =
mkdir_SOURCES = mkdir.c
mkdir_OBJECTS = mkdir.$o
mkdir_LDADD = $(LDADD)
--- 156,166 ----
vdir_LDADD = $(LDADD)
vdir_DEPENDENCIES = ../lib/libfu.a
vdir_LDFLAGS =
! static-ls_OBJECTS = static-ls.$o
! ls_OBJECTS = ls.$o ls-ls.$o $(static-ls_OBJECTS)
ls_LDADD = $(LDADD)
ls_DEPENDENCIES = ../lib/libfu.a
! ls_LDFLAGS = -static
mkdir_SOURCES = mkdir.c
mkdir_OBJECTS = mkdir.$o
mkdir_LDADD = $(LDADD)
***************
*** 199,205 ****
touch_LDADD = $(LDADD)
touch_DEPENDENCIES = ../lib/libfu.a
touch_LDFLAGS =
! CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(LDFLAGS) -o $@
HEADERS = $(noinst_HEADERS)
--- 201,207 ----
touch_LDADD = $(LDADD)
touch_DEPENDENCIES = ../lib/libfu.a
touch_LDFLAGS =
! CFLAGS = -static @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(LDFLAGS) -o $@
HEADERS = $(noinst_HEADERS)
----------- cut here ---------------------------
----------- cut here: static-ls.c --------------
/* static-ls.c rec.1, by Emil Isberg <
[email protected]> */
/* static-ls.c rev.2, by Brett Porter <
[email protected]>*/
/* static-ls.c rev.2.1, by Emil Isberg <
[email protected]> */
/* for gnufileutils .. under Solaris 2.5 */
/* To compile .. get the lates version of gnufileutil .. */
/* add this file */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#define FPASSWD "/etc/passwd"
#define FGROUP "/etc/group"
char *dlopen() { return 0;}
int dlclose() { return 0;}
char *dlsym() { return 0;}
char *dlerror() { return "dynamic linking not loaded";}
typedef struct {
uid_t uid;
char *user_name;
} pw_entry;
typedef struct {
gid_t gid;
char *group_name;
} group_entry;
static pw_entry *pw_array = NULL;
static group_entry *group_array = NULL;
static void fill_pw_array (void);
static void fill_group_array (void);
static void
fill_pw_array (void)
{
int fd;
int ok;
static char *pw_buf;
struct stat statbuf;
char *cp;
int n_entries;
int n_read;
int entry;
fd = open (FPASSWD, O_RDONLY);
if (fd < 0) {
fprintf (stderr, "Error opening password file.\n");
return;
}
ok = fstat (fd, &statbuf);
if (ok != 0) {
fprintf (stderr, "Error stat-ing passwd file.\n");
close (fd);
return;
}
pw_buf = malloc (statbuf.st_size + 1);
if (pw_buf == NULL) {
fprintf (stderr, "Error allocating memory.\n");
close (fd);
return;
}
n_read = read (fd, pw_buf, (size_t) statbuf.st_size);
if (n_read != statbuf.st_size) {
perror (NULL);
fprintf (stderr, "Error reading password file.\n");
free (pw_buf);
close (fd);
return;
}
pw_buf [statbuf.st_size] = '\0';
close (fd);
n_entries = 0;
for (cp = pw_buf; *cp != '\0'; cp++) {
if (*cp == '\n')
n_entries++;
}
pw_array = (pw_entry *) malloc ((n_entries + 1) * sizeof (pw_entry));
if (pw_array == NULL) {
fprintf (stderr, "Error allocating memory.\n");
free (pw_buf);
return;
}
pw_array [n_entries].uid = -1;
cp = pw_buf;
for (entry = 0; entry < n_entries; entry++) {
pw_array [entry].user_name = cp;
while (*cp != ':')
cp++;
*cp++ = '\0';
while (*cp != ':')
cp++;
cp++;
pw_array [entry].uid = atoi (cp);
while (*cp != '\n')
cp++;
cp++;
}
}
static void
fill_group_array (void)
{
int fd;
int ok;
static char *group_buf;
struct stat statbuf;
char *cp;
int n_entries;
int n_read;
int entry;
fd = open (FGROUP, O_RDONLY);
if (fd < 0) {
fprintf (stderr, "Error opening group file.\n");
return;
}
ok = fstat (fd, &statbuf);
if (ok != 0) {
fprintf (stderr, "Error stat-ing group file.\n");
close (fd);
return;
}
group_buf = malloc (statbuf.st_size + 1);
if (group_buf == NULL) {
fprintf (stderr, "Error allocating memory.\n");
close (fd);
return;
}
n_read = read (fd, group_buf, (size_t) statbuf.st_size);
if (n_read != statbuf.st_size) {
perror (NULL);
fprintf (stderr, "Error reading group file.\n");
free (group_buf);
close (fd);
return;
}
group_buf [statbuf.st_size] = '\0';
close (fd);
n_entries = 0;
for (cp = group_buf; *cp != '\0'; cp++) {
if (*cp == '\n')
n_entries++;
}
group_array =
(group_entry *) malloc ((n_entries + 1) * sizeof (group_entry));
if (group_array == NULL) {
fprintf (stderr, "Error allocating memory.\n");
free (group_buf);
return;
}
group_array [n_entries].gid = -1;
cp = group_buf;
for (entry = 0; entry < n_entries; entry++) {
group_array [entry].group_name = cp;
while (*cp != ':')
cp++;
*cp++ = '\0';
while (*cp != ':')
cp++;
cp++;
group_array [entry].gid = atoi (cp);
while (*cp != '\n')
cp++;
cp++;
}
}
char *
getuser(uid_t uid)
{
pw_entry *p_pw;
static char uid_str [11];
if (pw_array == NULL)
fill_pw_array ();
if (pw_array == NULL) {
sprintf (uid_str, "%lu", uid);
return uid_str;
}
for (p_pw = pw_array; p_pw->uid != -1; p_pw++) {
if (p_pw->uid == uid)
return p_pw->user_name;
}
sprintf (uid_str, "%lu", uid);
return uid_str;
}
char *
getgroup(gid_t gid)
{
group_entry *p_group;
static char gid_str [11];
if (group_array == NULL)
fill_group_array ();
if (group_array == NULL) {
sprintf (gid_str, "%lu", gid);
return gid_str;
}
for (p_group = group_array; p_group->gid != -1; p_group++) {
if (p_group->gid == gid)
return p_group->group_name;
}
sprintf (gid_str, "%lu", gid);
return gid_str;
}
------------------ cut here --------------------
--
************** Pedro Melo (
[email protected]) BOFH ******************
* TELENET, Servicos de Telecomunicacoes, SA - Tel +351 1 3139190 *
* finger
[email protected] or search key servers for PGP key *
* It's management's job to support the geniuses, *
* not to tell them what to do *
**********************************************************************
From
[email protected] Wed Mar 26 08:32:30 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id IAA01935; Wed, 26 Mar 1997 08:32:29 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA17856;
Wed, 26 Mar 1997 08:23:17 -0600 (CST)
Received: from betty.teleport.com (betty.teleport.com [192.108.254.9])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA24272
for <
[email protected]>; Wed, 26 Mar 1997 08:22:41 -0600 (CST)
Received: from linda.teleport.com (
[email protected] [192.108.254.12])
by betty.teleport.com (8.8.5/8.8.5) with ESMTP id GAA24038;
Wed, 26 Mar 1997 06:22:26 -0800 (PST)
Received: (from minerva@localhost) by linda.teleport.com (8.8.5/8.7.3) id GAA02084; Wed, 26 Mar 1997 06:22:25 -0800 (PST)
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 06:22:25 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Paradise Cowgirl <
[email protected]>
To: Pedro Melo <
[email protected]>
Cc:
[email protected]
Subject: Re: Static-ls for fileutils 3-16
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
On Wed, 26 Mar 1997, Pedro Melo wrote:
> Hi!
>
> I have made a small procedure for compiling ls static on Solaris. Tested on
> Solaris 2.5.1 with gcc and fileutils-3.16
>
> Basically I adapted the current procedure to the new fileutils (old one was
> for fileutils-3.13) and use the same static-ls.c from Emil.
>
> It might be good to put it online so I'm CC'ing this to Darci who maintains
> the HowTo for WuFtpd on Solaris
>
> Melo
Pedro,
I will update the document/procedure later today, thanks for sending it to
me!
Cheers,
Darci Chapman
PS sorry about that bad URL, the document has now moved to:
http://www.teleport.com/~minerva/wu-fptd/wuftpd.shtml though it looks like
many of you were able to find it okay anyway ($^$@!!& ISP - couldn't get
here last night when I was in the middle of moving things around )-:
From
[email protected] Wed Mar 26 09:25:30 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA04912; Wed, 26 Mar 1997 09:25:28 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA25943;
Wed, 26 Mar 1997 09:18:20 -0600 (CST)
Received: from academ.com (
[email protected] [198.137.249.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA10129
for <
[email protected]>; Wed, 26 Mar 1997 09:15:42 -0600 (CST)
Received: (from sob@localhost) by academ.com (8.8.5/8.7.1) id JAA25228; Wed, 26 Mar 1997 09:15:17 -0600 (CST)
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 09:15:17 CST
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Stan Barber)
To:
[email protected] (Pedro Melo),
[email protected]
Cc:
[email protected],
[email protected],
[email protected]
Subject: Re: [ACADEM-SW-SUPPORT #266] Patch for passive mode in Beta13
X-Mailer: Mail User's Shell (7.2.5 10/14/92)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
As we are in a code freeze and will not be adding more features until
the next release (after 2.4.2 is out), this will be held for consideration
at that time.
--
Stan | Academ Consulting Services |internet:
[email protected]
Olan | For more info on academ, see this |uucp: {mcsun|amdahl}!academ!sob
Barber | URL-
http://www.academ.com/academ |Opinions expressed are only mine.
From
[email protected] Wed Mar 26 09:28:15 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA04924; Wed, 26 Mar 1997 09:28:14 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA00140;
Wed, 26 Mar 1997 09:20:06 -0600 (CST)
Received: from landfield.com (rkive.landfield.com [208.196.145.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA29177
for <
[email protected]>; Wed, 26 Mar 1997 09:17:26 -0600 (CST)
Received: (from root@localhost) by landfield.com (8.7.5/8.7.3) id JAA04884 for
[email protected]; Wed, 26 Mar 1997 09:17:59 -0600 (CST)
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 09:17:59 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Kent Landfield <
[email protected]>
To:
[email protected]
Subject: Re: Static-ls for fileutils 3-16
In-Reply-To: <
[email protected]> from "Pedro Melo" at Mar 26, 97 01:32:59 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Melo wrote:
# I have made a small procedure for compiling ls static on Solaris. Tested on
# Solaris 2.5.1 with gcc and fileutils-3.16
#
# Basically I adapted the current procedure to the new fileutils (old one was
# for fileutils-3.13) and use the same static-ls.c from Emil.
#
# It might be good to put it online so I'm CC'ing this to Darci who maintains
# the HowTo for WuFtpd on Solaris
Thank you! I tried to statically compile ls once before when I really didn't
have the time to do it right... As it was not critical to my operations I
blew it off meaning to get back to it sometime, someday.
Since your message came across I thought it might be a good time to steal
a couple minutes and try again. I just tried your procedure and it worked
great! First shot. 10 minutes to unpack, change, compile and install. :-)
To anyone having troubles with Solaris and dynamically linked ls... Use this!
I've put a copy of your message in my archive as
{http|ftp}:/www.landfield.com/wu-ftpd/support/static-ls.how-to
There is also a copy of fileutils-3.16 there for convenience.
THANKS Melo!
--
Kent Landfield Phone: 1-817-545-2502
The Landfield Group FAX: 1-817-545-7650
Email:
[email protected] http://www.landfield.com/
Please send comp.sources.misc related mail to
[email protected].
Search the Usenet Hypertext FAQ Archive at
http://www.faqs.org/faqs/
From
[email protected] Wed Mar 26 09:56:06 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA05074; Wed, 26 Mar 1997 09:56:05 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA07610;
Wed, 26 Mar 1997 09:48:02 -0600 (CST)
Received: from elliot.mtq.gouv.qc.ca (elliot.mtq.gouv.qc.ca [132.221.39.151])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA13705
for <
[email protected]>; Wed, 26 Mar 1997 09:43:27 -0600 (CST)
Received: by elliot.mtq.gouv.qc.ca id KAA25782; Wed, 26 Mar 1997 10:41:24 -0500
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 10:43:37 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Denis Garon <
[email protected]>
To:
[email protected]
Subject: Problem with real user
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Sender:
[email protected]
X-Mailer: Windows Eudora Light Version 3.0.1 (32)
X-MIME-Autoconverted: from quoted-printable to 8bit by wugate.wustl.edu id JAA25545
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
I have trouble to log in with a local user on my Sun Solaris 2.4.
The logging on anonymous server work fine ...
My version of ftpd wu is:
(version:220 ness.mtq.gouv.qc.ca FTP server (Version
wu-2.4.2-academ[BETA-5](2) Wed Aug 23 12:45:13 EDT 1995) ready.
And here my ftpaccess configuration:
loginfails 2
class local real 132.221.*.*
class remote real *.ingr.com
class anonymouses anonymous *
limit local 10 Any /usr/local/etc/msg.toomany
limit remote 10 Any /usr/local/etc/msg.toomany
limit anonymouses 10 Any /usr/local/etc/msg.toomany
message /etc/welcome.msg login
message /usr/local/etc/msg.toomany limit
message .message cwd=*
# passwd-check <none|trivial|rfc822> [<enforce|warn>]
passwd-check rfc822 warn
log commands real
log transfers anonymous,real inbound,outbound
shutdown /etc/shutmsg
# all the following default to "yes" for everybody
delete yes anonymous real # delete permission?
overwrite no anonymous # overwrite permission?
rename no anonymous # rename permission?
chmod no anonymous # chmod permission?
umask no anonymous # umask permission?
email
[email protected]
I have made a ssic user in my /etc/passwd and /etc/shadow of my users
systems files. I can telnet to my machine and log in with the user ssic.
But, when i tried to loggin to ftpd with that same user (ssic) i received this
error:
[email protected](106)-> ftp ness
Connected to ness.mtq.gouv.qc.ca.
220 ness.mtq.gouv.qc.ca FTP server (Version wu-2.4.2-academ[BETA-5](2) Wed
Aug 23 12:45:13 EDT 1995) ready.
Name (ness:admin): ssic
530 User ssic access denied...
Login failed.
ftp>
in my ~ftpd/etc/passwd, i just have root and ftp user define ...
To you know why that not work?
***********************************************************************
* Denis Garon 35, De Port-Royal Est, Bur:5.00A *
* Transports Qu�bec Montr�al, Qc, Canada T�l. : (514) 873-6848 *
* H3L 3T1 FAX. : (514) 873-8203 *
* E-mail travail:
[email protected] *
* E-mail personel:
[email protected] *
* Site � voir:
http://www.mtq.gouv.qc.ca *
***********************************************************************
From
[email protected] Wed Mar 26 11:52:12 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA05562; Wed, 26 Mar 1997 11:52:11 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA04121;
Wed, 26 Mar 1997 11:42:43 -0600 (CST)
Received: from london.myra.com (london.myra.com [142.44.2.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id LAA03536
for <
[email protected]>; Wed, 26 Mar 1997 11:39:37 -0600 (CST)
Received: from rio.myra.com (rio.myra.com [142.44.2.4])
by london.myra.com (8.8.5/8.8.5) with ESMTP id JAA19896
for <
[email protected]>; Wed, 26 Mar 1997 09:38:57 -0800 (PST)
Received: (from climber@localhost)
by rio.myra.com (8.8.4/8.8.4)
id JAA25498 for
[email protected]; Wed, 26 Mar 1997 09:39:16 -0800 (PST)
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 09:39:16 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Craig Limber <
[email protected]>
To:
[email protected]
Subject: dir and ls command on our server
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hello;
I am a new subscriber and I have a question:
I just installed wu-ftpd V 2.4 onto our solaris 2.5.1 box and have a slight
problem. Our users (using WS_FTP32 in windoze) are reporting that
when they connect they get no listing of the directory contents on the
server and I've found that the ls command works properly but dir does
not. Here is an example session:
331 Guest login ok, send your complete e-mail address as password.
Password:
230 Guest login ok, access restrictions apply.
ftp>
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for file list.
bin
pub
etc
usr
dev
ftp-exec
226 Transfer complete.
35 bytes received in 0.032 seconds (1.1 Kbytes/s)
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp> quit
221 Goodbye.
Any suggestions?
Craig
[email protected]
From
[email protected] Wed Mar 26 12:18:12 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA05647; Wed, 26 Mar 1997 12:18:11 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA30818;
Wed, 26 Mar 1997 12:11:57 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id MAA14203
for <
[email protected]>; Wed, 26 Mar 1997 12:08:36 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id MAA23581;
Wed, 26 Mar 1997 12:08:19 -0600
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 12:08:19 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Craig Limber <
[email protected]>
Cc:
[email protected]
Subject: Re: dir and ls command on our server
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
A FAQ; see the guest howto below for 'ls' setup.
-- Michael
On Wed, 26 Mar 1997, Craig Limber wrote:
> I just installed wu-ftpd V 2.4 onto our solaris 2.5.1 box and have a slight
> problem. Our users (using WS_FTP32 in windoze) are reporting that
> when they connect they get no listing of the directory contents on the
> server and I've found that the ls command works properly but dir does
> not. Here is an example session:
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-13.tar.Z
wu-ftpd FAQ:
http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
wu-ftpd list archive:
http://www.landfield.com/wu-ftpd/mail-archive/
There are additional security references in the above docs.
From
[email protected] Wed Mar 26 12:24:26 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA05669; Wed, 26 Mar 1997 12:24:24 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA14362;
Wed, 26 Mar 1997 12:19:07 -0600 (CST)
Received: from kremvax.demos.su (kremvax.demos.su [194.87.0.20])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id MAA15637
for <
[email protected]>; Wed, 26 Mar 1997 12:17:44 -0600 (CST)
Received: by kremvax.demos.su (8.6.13/D) from
[email protected] [194.87.0.31]
for <
[email protected]> with ESMTP id VAA20447; Wed, 26 Mar 1997 21:15:08 +0300
Received: by sinbin.demos.su id VAA12618;
(8.6.12/D) Wed, 26 Mar 1997 21:14:43 +0300
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 21:14:43 +0300 (MSK)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Mikhail A. Sokolov" <
[email protected]>
To:
[email protected]
Subject: Re: dir and ls command on our server
In-Reply-To: <
[email protected]> from "Craig Limber" at Mar 26, 97 09:39:16 am
Content-Type: text
X-Class: Fast
X-Mailer: ELM [version 2.4 PL24 ME7a]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
it's broken windoze client, - advice them to use something like cute-ftp..
I had it somewhere, should be in
ftp://ftp.ru/support/
-mishania
>
>
> Hello;
>
> I am a new subscriber and I have a question:
>
> I just installed wu-ftpd V 2.4 onto our solaris 2.5.1 box and have a slight
> problem. Our users (using WS_FTP32 in windoze) are reporting that
> when they connect they get no listing of the directory contents on the
> server and I've found that the ls command works properly but dir does
> not. Here is an example session:
>
> 331 Guest login ok, send your complete e-mail address as password.
> Password:
> 230 Guest login ok, access restrictions apply.
> ftp>
> ftp> ls
> 200 PORT command successful.
> 150 Opening ASCII mode data connection for file list.
> bin
> pub
> etc
> usr
> dev
> ftp-exec
> 226 Transfer complete.
> 35 bytes received in 0.032 seconds (1.1 Kbytes/s)
> ftp> dir
> 200 PORT command successful.
> 150 Opening ASCII mode data connection for /bin/ls.
> 226 Transfer complete.
> ftp> quit
> 221 Goodbye.
>
> Any suggestions?
>
> Craig
>
[email protected]
>
From
[email protected] Wed Mar 26 13:24:09 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA06001; Wed, 26 Mar 1997 13:24:08 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA21373;
Wed, 26 Mar 1997 13:17:51 -0600 (CST)
Received: from ibmmail.COM (ibmmail.com [199.171.26.3])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA07465
for <
[email protected]>; Wed, 26 Mar 1997 13:13:11 -0600 (CST)
Received: from be.ibm.com by ibmmail.COM (IBM VM SMTP V2R3) with BSMTP id 8619;
Wed, 26 Mar 97 14:13:02 EST
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 14:12:52 EST
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: FTP Dropping Xfers ??!!
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Sender-Info: Gilles Ciselet
Network Services
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hi,
I am trying to fix similar problems too. I think it may relate to
TCP Tuning.
This my checklist:
- the MTU should be the minimal MTU along the route,to avoid
fragmentation
- MSS= MTU +52 to send full packets (to be checked).
- tcp_sendspace= 4 * mss to avoid excessive retranssion by TCP, in
the case of high percentage of packet loss ( use ping with
packet size = average file size) . This should give robustness,
at the expense of throughput, for connections over the internet
- use netstat a lot, look for dropped packets, fragmented packets,...
- if on the internet, disable the MTU discover option
- I don't know about whether or not to allow rfc1323
Any advice welcome, I am not a guru.
But is this mailing list may not be the right place....
Rgds,
Gilles
Gilles Ciselet IBM Belgium
Tel: 322 718 47 66 Fax: 40 23
[email protected]
From
[email protected] Wed Mar 26 13:35:43 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA06065; Wed, 26 Mar 1997 13:35:42 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA19173;
Wed, 26 Mar 1997 13:29:34 -0600 (CST)
Received: from london.myra.com (london.myra.com [142.44.2.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA25330
for <
[email protected]>; Wed, 26 Mar 1997 13:26:30 -0600 (CST)
Received: from rio.myra.com (rio.myra.com [142.44.2.4])
by london.myra.com (8.8.5/8.8.5) with ESMTP id LAA21290
for <
[email protected]>; Wed, 26 Mar 1997 11:25:16 -0800 (PST)
Received: (from climber@localhost)
by rio.myra.com (8.8.4/8.8.4)
id LAA26266 for
[email protected]; Wed, 26 Mar 1997 11:25:35 -0800 (PST)
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 11:25:35 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Craig Limber <
[email protected]>
To:
[email protected]
Subject: ls and dir not working
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hi there;
This is a summary to the solution with my ls problem where ls would work
but dir did not.
System: wu-ftpd 2.4 and Solaris 2.5.1 on a sparc.
It turns out ls needed more libraries than I had installed. There were some
complaints in the log file and when I ran ldd on ls I got:
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
I installed these libraries and the complaints in the log stopped but
dir still wouldn't work.
However, it turns out, MORE libraries are needed. I should have gone with
my first instinct and ran truss like a list member suggested. There were
two more libraries to be installed. Once done, it worked.
Thanks.
Craig
[email protected]
From
[email protected] Wed Mar 26 13:55:28 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id NAA06192; Wed, 26 Mar 1997 13:55:27 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA26137;
Wed, 26 Mar 1997 13:47:40 -0600 (CST)
Received: from sirocco.CC.McGill.CA (sirocco.CC.McGill.CA [132.206.27.12])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA22608
for <
[email protected]>; Wed, 26 Mar 1997 13:41:30 -0600 (CST)
Received: from scylla.math.mcgill.ca (Scylla.Math.McGill.CA [132.206.150.17]) by sirocco.CC.McGill.CA (8.6.12/8.6.6) with ESMTP id OAA04894 for <@mailhost.mcgill.ca:
[email protected]>; Wed, 26 Mar 1997 14:46:16 -0500
Received: from charybdis.videotron.ca by scylla.math.mcgill.ca via ESMTP (940816.SGI.8.6.9/930416.SGI.AUTO)
for <
[email protected]> id OAA19718; Wed, 26 Mar 1997 14:42:11 -0500
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 14:44:10 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Luc Lalonde" <
[email protected]>
To: "wuftpd Mail-list" <
[email protected]>
Subject: Kerberos and Wuftpd
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-SMTP-Posting-Origin: scylla.math.mcgill.ca (Scylla.Math.McGill.CA [132.206.150.17])
X-MSMail-Priority: Normal
X-Priority: 3
X-Mailer: Microsoft Internet Mail 4.70.1160
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hello all,
Could anyone tell me how to make Wuftpd Kerberos aware? We've had a break
in recently and are in the process of securing our site.
Cheers, Luc.
From
[email protected] Wed Mar 26 15:02:21 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA06665; Wed, 26 Mar 1997 15:02:20 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA29256;
Wed, 26 Mar 1997 14:53:48 -0600 (CST)
Received: from mercury.infoshare.net (
[email protected] [199.212.229.202])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA13299
for <
[email protected]>; Wed, 26 Mar 1997 14:53:20 -0600 (CST)
Received: by mercury.infoshare.net (8.6.12/8.6.9)
id PAA00368; Wed, 26 Mar 1997 15:53:06 -0500
Received: from unknown(142.148.10.52) by mercury.infoshare.net via smap (V3.1.1)
id xma000275; Wed, 26 Mar 97 15:52:38 -0500
Received: by hermes.fundserv.com (8.6.12/Sun-bp)
id PAA16153; Wed, 26 Mar 1997 15:56:55 -0500
Message-Id: <Pine.SUN.3.91.970326155420.10012B-100000@hermes>
Date: Wed, 26 Mar 1997 15:56:54 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Steve Szabo <
[email protected]>
To:
[email protected]
Subject: Using ls as a guest
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
I have installed the ftpd on a solaris 2.5.1 machine...
When I login as a guest user and try to create a direcotry
listing using 'ls' I get:
425 Can't create data socket (0.0.0.0,20): Bad file number
But I don't get this message when I login as anonymous, or as a real
user (It works just fine). I have populated the ftp/usr/lib dir
with all the needed libs, as well as the dev files for solaris.
What's going on here?
Cheers
==================================================================
| Steven Szabo + 2, 1st Canadian Place |
| CoreLAN Communications Inc. + Suite 1730, Toronto, Ont. |
| Technical Support + Ph: (416) 362-7378 |
|
[email protected] + Fax: (416) 362-8772 |
==================================================================
From
[email protected] Wed Mar 26 15:26:04 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA07030; Wed, 26 Mar 1997 15:26:03 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA24596;
Wed, 26 Mar 1997 15:17:52 -0600 (CST)
Received: from dragon.ti.com (dragon.ti.com [192.94.94.61])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA24245
for <
[email protected]>; Wed, 26 Mar 1997 15:11:41 -0600 (CST)
Received: from dadd.ti.com. ([156.117.118.83]) by dragon.ti.com (8.8.5) with ESMTP id PAA10731; Wed, 26 Mar 1997 15:11:00 -0600 (CST)
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.8.4/)
id PAA27991; Wed, 26 Mar 1997 15:10:53 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Wed, 26 Mar 1997 15:10:52 -0600
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 97 15:10:51 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Using ls as a guest
In-Reply-To: <Pine.SUN.3.91.970326155420.10012B-100000@hermes>; from "Steve Szabo" at Mar 26, 97 3:56 pm
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hello Steven,
> I have installed the ftpd on a solaris 2.5.1 machine...
>
> When I login as a guest user and try to create a direcotry
> listing using 'ls' I get:
>
> 425 Can't create data socket (0.0.0.0,20): Bad file number
>
> But I don't get this message when I login as anonymous, or as a real
> user (It works just fine). I have populated the ftp/usr/lib dir
> with all the needed libs, as well as the dev files for solaris.
>
> What's going on here?
I don't use the guest stuff, so I may not be able to help directly, but...
There is a "How-to" file available at
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
which may help.
Apologies if you've already seen it (you didn't mention it above).
Cheers, Bob
--
Bob Luckin
[email protected] "A man, a plan, a canal, Suez !"
From
[email protected] Wed Mar 26 15:27:23 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA07042; Wed, 26 Mar 1997 15:27:22 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA00094;
Wed, 26 Mar 1997 15:18:44 -0600 (CST)
Received: from mercury.infoshare.net (
[email protected] [199.212.229.202])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA21106
for <
[email protected]>; Wed, 26 Mar 1997 15:15:48 -0600 (CST)
Received: by mercury.infoshare.net (8.6.12/8.6.9)
id QAA05124; Wed, 26 Mar 1997 16:15:45 -0500
Received: from unknown(142.148.10.52) by mercury.infoshare.net via smap (V3.1.1)
id xma005020; Wed, 26 Mar 97 16:15:38 -0500
Received: by hermes.fundserv.com (8.6.12/Sun-bp)
id QAA18474; Wed, 26 Mar 1997 16:19:56 -0500
Message-Id: <Pine.SUN.3.91.970326161934.10012C-100000@hermes>
Date: Wed, 26 Mar 1997 16:19:55 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Steve Szabo <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Using ls as a guest
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Please note I have gone through the guest-howto docs - no help
==================================================================
| Steven Szabo + 2, 1st Canadian Place |
| CoreLAN Communications Inc. + Suite 1730, Toronto, Ont. |
| Technical Support + Ph: (416) 362-7378 |
|
[email protected] + Fax: (416) 362-8772 |
==================================================================
On Wed, 26 Mar 1997, Bob Luckin wrote:
> Hello Steven,
>
> > I have installed the ftpd on a solaris 2.5.1 machine...
> >
> > When I login as a guest user and try to create a direcotry
> > listing using 'ls' I get:
> >
> > 425 Can't create data socket (0.0.0.0,20): Bad file number
> >
> > But I don't get this message when I login as anonymous, or as a real
> > user (It works just fine). I have populated the ftp/usr/lib dir
> > with all the needed libs, as well as the dev files for solaris.
> >
> > What's going on here?
>
> I don't use the guest stuff, so I may not be able to help directly, but...
>
> There is a "How-to" file available at
>
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
> which may help.
>
> Apologies if you've already seen it (you didn't mention it above).
>
> Cheers, Bob
> --
> Bob Luckin
[email protected] "A man, a plan, a canal, Suez !"
>
From
[email protected] Wed Mar 26 15:49:15 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id PAA07136; Wed, 26 Mar 1997 15:49:15 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA31250;
Wed, 26 Mar 1997 15:41:46 -0600 (CST)
Received: from landfield.com (rkive.landfield.com [208.196.145.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA27232
for <
[email protected]>; Wed, 26 Mar 1997 15:40:23 -0600 (CST)
Received: (from kent@localhost) by landfield.com (8.7.5/8.7.3) id PAA07092 for
[email protected]; Wed, 26 Mar 1997 15:40:48 -0600 (CST)
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 15:40:48 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Kent Landfield <
[email protected]>
To:
[email protected]
Subject: Supporting Virtual FTP Servers in WU-FTPD
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
I have my first version of an FAQ describing virtual server support up and
available at
http://www.landfield.com/wu-ftpd/virtual-ftp-faq.html
Please take a minute and send me any suggestions on improving it. Thanks.
--
Kent Landfield Phone: 1-817-545-2502
The Landfield Group FAX: 1-817-545-7650
Email:
[email protected] http://www.landfield.com/
Please send comp.sources.misc related mail to
[email protected].
Search the Usenet Hypertext FAQ Archive at
http://www.faqs.org/faqs/
From
[email protected] Wed Mar 26 16:12:58 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA07237; Wed, 26 Mar 1997 16:12:57 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA02680;
Wed, 26 Mar 1997 16:06:08 -0600 (CST)
Received: from dragon.ti.com (dragon.ti.com [192.94.94.61])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA00849
for <
[email protected]>; Wed, 26 Mar 1997 16:05:19 -0600 (CST)
Received: from dadd.ti.com. ([156.117.118.83]) by dragon.ti.com (8.8.5) with ESMTP id QAA27964 for <
[email protected]>; Wed, 26 Mar 1997 16:04:47 -0600 (CST)
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.8.4/)
id QAA29755; Wed, 26 Mar 1997 16:04:42 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Wed, 26 Mar 1997 16:04:41 -0600
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 97 16:04:41 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: Supporting Virtual FTP Servers in WU-FTPD
In-Reply-To: <
[email protected]>; from "Kent Landfield" at Mar 26, 97 3:40 pm
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Kent,
> I have my first version of an FAQ describing virtual server support up and
> available at
>
>
http://www.landfield.com/wu-ftpd/virtual-ftp-faq.html
>
> Please take a minute and send me any suggestions on improving it. Thanks.
If you haven't already done so, you might want to check the FTP related bits
of the Virtual FAQ at
http://www.Linux-Consulting.com/FAQ_virtual
to see if there is anything useful there you can include...
Cheers, Bob
--
Bob Luckin
[email protected] "Rats live on no evil planet"
From
[email protected] Wed Mar 26 16:25:09 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA07283; Wed, 26 Mar 1997 16:25:08 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA19277;
Wed, 26 Mar 1997 16:18:02 -0600 (CST)
Received: from citysearch.com ([205.227.223.133])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA14942
for <
[email protected]>; Wed, 26 Mar 1997 16:11:27 -0600 (CST)
Received: from [10.0.51.11] by citysearch.com
(SMTPD32-960308) id AEA515780150; Wed Mar 26 14:09:41 1997
Message-Id: <
[email protected]>
Date: Wed, 26 Mar 1997 16:11:27 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: Static-ls
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 2.1.2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Has anyone else noticed peculiar /bin/ls behavior under IRIX5.3?
I have guest,anonymous, and real accounts set in the ftpaccess...the last
two operate correctly. The one for the guestgroup (set up exactly as per
M.Brennen's guest-howto; TNX**googol BTW) "appears" to work in every way
except the /bin/ls delivers a null return for even 555 files and directories
quite happily without complaint, even in debug mode. All other commands
appear to function correctly. Limitations function correctly.
Under IRIX there is no equivalent library to the one in the build below so I
am sad to say I cannot even try this.
M.Bergstrom
At 01:32 PM 3/26/97 GMT, you wrote:
>Hi!
>
>I have made a small procedure for compiling ls static on Solaris. Tested on
>Solaris 2.5.1 with gcc and fileutils-3.16
>
>Basically I adapted the current procedure to the new fileutils (old one was
>for fileutils-3.13) and use the same static-ls.c from Emil.
>
>It might be good to put it online so I'm CC'ing this to Darci who maintains
>the HowTo for WuFtpd on Solaris
>
>Melo
>
>--------------
>Ok, a small procedure to build a staitc ls.
>
>1. get fileutils-3.16 from your favourite GNU mirror site.
>2. Unpack
>3. apply the patch (see below)
>4. copy static-ls.c (see below) to the fileutils-3.16/src/ subdirectory.
> static-ls contains some the functions that Solaris does not provide
> statically. This file is the work of Emil Isberg <
[email protected]> and
> Brett Porter <
[email protected]>. Great work!
>5. cd into fileutils-3.16
>6. run configure
>7. make
>8. cd into src
>9. test with truss ./ls -la 2> err
> err should not contain any references to any libs...
> file ls should report somethink like
>ELF 32-bit MSB executable SPARC Version 1, statically linked, not stripped
>
>10. (Optional) strip ls
>
>You can now copy it into your bin directory.
>
>Files needed.
>
>---------cut here: ls-static.patch------------
>*** fileutils-3.16/src/Makefile.in Mon Jan 27 02:26:57 1997
>--- fileutils-3.16-prep/src/Makefile.in Wed Mar 26 12:56:16 1997
>***************
>*** 74,79 ****
>--- 74,80 ----
> cp_SOURCES = cp.c cp-aux.c cp-hash.c
> dir_SOURCES = ls.c ls-dir.c
> vdir_SOURCES = ls.c ls-vdir.c
>+ static-ls_SOURCES = static-ls.c
> ls_SOURCES = ls.c ls-ls.c
>
> BUILT_SOURCES = dircolors.h
>***************
>*** 155,164 ****
> vdir_LDADD = $(LDADD)
> vdir_DEPENDENCIES = ../lib/libfu.a
> vdir_LDFLAGS =
>! ls_OBJECTS = ls.$o ls-ls.$o
> ls_LDADD = $(LDADD)
> ls_DEPENDENCIES = ../lib/libfu.a
>! ls_LDFLAGS =
> mkdir_SOURCES = mkdir.c
> mkdir_OBJECTS = mkdir.$o
> mkdir_LDADD = $(LDADD)
>--- 156,166 ----
> vdir_LDADD = $(LDADD)
> vdir_DEPENDENCIES = ../lib/libfu.a
> vdir_LDFLAGS =
>! static-ls_OBJECTS = static-ls.$o
>! ls_OBJECTS = ls.$o ls-ls.$o $(static-ls_OBJECTS)
> ls_LDADD = $(LDADD)
> ls_DEPENDENCIES = ../lib/libfu.a
>! ls_LDFLAGS = -static
> mkdir_SOURCES = mkdir.c
> mkdir_OBJECTS = mkdir.$o
> mkdir_LDADD = $(LDADD)
>***************
>*** 199,205 ****
> touch_LDADD = $(LDADD)
> touch_DEPENDENCIES = ../lib/libfu.a
> touch_LDFLAGS =
>! CFLAGS = @CFLAGS@
> COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
> LINK = $(CC) $(LDFLAGS) -o $@
> HEADERS = $(noinst_HEADERS)
>--- 201,207 ----
> touch_LDADD = $(LDADD)
> touch_DEPENDENCIES = ../lib/libfu.a
> touch_LDFLAGS =
>! CFLAGS = -static @CFLAGS@
> COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
> LINK = $(CC) $(LDFLAGS) -o $@
> HEADERS = $(noinst_HEADERS)
>----------- cut here ---------------------------
>
>----------- cut here: static-ls.c --------------
>/* static-ls.c rec.1, by Emil Isberg <
[email protected]> */
>/* static-ls.c rev.2, by Brett Porter <
[email protected]>*/
>/* static-ls.c rev.2.1, by Emil Isberg <
[email protected]> */
>/* for gnufileutils .. under Solaris 2.5 */
>/* To compile .. get the lates version of gnufileutil .. */
>/* add this file */
>
>#include <stdio.h>
>#include <stdlib.h>
>#include <string.h>
>#include <limits.h>
>#include <sys/types.h>
>#include <sys/uio.h>
>#include <unistd.h>
>#include <sys/stat.h>
>#include <fcntl.h>
>
>#define FPASSWD "/etc/passwd"
>#define FGROUP "/etc/group"
>
>char *dlopen() { return 0;}
>int dlclose() { return 0;}
>char *dlsym() { return 0;}
>char *dlerror() { return "dynamic linking not loaded";}
>
>typedef struct {
> uid_t uid;
> char *user_name;
>} pw_entry;
>
>typedef struct {
> gid_t gid;
> char *group_name;
>} group_entry;
>
>static pw_entry *pw_array = NULL;
>static group_entry *group_array = NULL;
>
>static void fill_pw_array (void);
>static void fill_group_array (void);
>
>static void
>fill_pw_array (void)
>{
> int fd;
> int ok;
> static char *pw_buf;
> struct stat statbuf;
> char *cp;
> int n_entries;
> int n_read;
> int entry;
>
> fd = open (FPASSWD, O_RDONLY);
> if (fd < 0) {
> fprintf (stderr, "Error opening password file.\n");
> return;
> }
>
> ok = fstat (fd, &statbuf);
> if (ok != 0) {
> fprintf (stderr, "Error stat-ing passwd file.\n");
> close (fd);
> return;
> }
>
> pw_buf = malloc (statbuf.st_size + 1);
> if (pw_buf == NULL) {
> fprintf (stderr, "Error allocating memory.\n");
> close (fd);
> return;
> }
>
> n_read = read (fd, pw_buf, (size_t) statbuf.st_size);
> if (n_read != statbuf.st_size) {
> perror (NULL);
> fprintf (stderr, "Error reading password file.\n");
> free (pw_buf);
> close (fd);
> return;
> }
> pw_buf [statbuf.st_size] = '\0';
> close (fd);
>
> n_entries = 0;
> for (cp = pw_buf; *cp != '\0'; cp++) {
> if (*cp == '\n')
> n_entries++;
> }
>
> pw_array = (pw_entry *) malloc ((n_entries + 1) * sizeof (pw_entry));
> if (pw_array == NULL) {
> fprintf (stderr, "Error allocating memory.\n");
> free (pw_buf);
> return;
> }
>
> pw_array [n_entries].uid = -1;
> cp = pw_buf;
> for (entry = 0; entry < n_entries; entry++) {
> pw_array [entry].user_name = cp;
> while (*cp != ':')
> cp++;
> *cp++ = '\0';
> while (*cp != ':')
> cp++;
> cp++;
> pw_array [entry].uid = atoi (cp);
> while (*cp != '\n')
> cp++;
> cp++;
> }
>}
>
>
>static void
>fill_group_array (void)
>{
> int fd;
> int ok;
> static char *group_buf;
> struct stat statbuf;
> char *cp;
> int n_entries;
> int n_read;
> int entry;
>
> fd = open (FGROUP, O_RDONLY);
> if (fd < 0) {
> fprintf (stderr, "Error opening group file.\n");
> return;
> }
>
> ok = fstat (fd, &statbuf);
> if (ok != 0) {
> fprintf (stderr, "Error stat-ing group file.\n");
> close (fd);
> return;
> }
>
> group_buf = malloc (statbuf.st_size + 1);
> if (group_buf == NULL) {
> fprintf (stderr, "Error allocating memory.\n");
> close (fd);
> return;
> }
>
> n_read = read (fd, group_buf, (size_t) statbuf.st_size);
> if (n_read != statbuf.st_size) {
> perror (NULL);
> fprintf (stderr, "Error reading group file.\n");
> free (group_buf);
> close (fd);
> return;
> }
> group_buf [statbuf.st_size] = '\0';
> close (fd);
>
> n_entries = 0;
> for (cp = group_buf; *cp != '\0'; cp++) {
> if (*cp == '\n')
> n_entries++;
> }
>
> group_array =
> (group_entry *) malloc ((n_entries + 1) * sizeof (group_entry));
> if (group_array == NULL) {
> fprintf (stderr, "Error allocating memory.\n");
> free (group_buf);
> return;
> }
>
> group_array [n_entries].gid = -1;
> cp = group_buf;
> for (entry = 0; entry < n_entries; entry++) {
> group_array [entry].group_name = cp;
> while (*cp != ':')
> cp++;
> *cp++ = '\0';
> while (*cp != ':')
> cp++;
> cp++;
> group_array [entry].gid = atoi (cp);
> while (*cp != '\n')
> cp++;
> cp++;
> }
>}
>
>char *
>getuser(uid_t uid)
>{
> pw_entry *p_pw;
> static char uid_str [11];
>
> if (pw_array == NULL)
> fill_pw_array ();
> if (pw_array == NULL) {
> sprintf (uid_str, "%lu", uid);
> return uid_str;
> }
>
> for (p_pw = pw_array; p_pw->uid != -1; p_pw++) {
> if (p_pw->uid == uid)
> return p_pw->user_name;
> }
> sprintf (uid_str, "%lu", uid);
> return uid_str;
>}
>
>char *
>getgroup(gid_t gid)
>{
> group_entry *p_group;
> static char gid_str [11];
>
> if (group_array == NULL)
> fill_group_array ();
> if (group_array == NULL) {
> sprintf (gid_str, "%lu", gid);
> return gid_str;
> }
>
> for (p_group = group_array; p_group->gid != -1; p_group++) {
> if (p_group->gid == gid)
> return p_group->group_name;
> }
> sprintf (gid_str, "%lu", gid);
> return gid_str;
>}
>------------------ cut here --------------------
>--
>************** Pedro Melo (
[email protected]) BOFH ******************
>* TELENET, Servicos de Telecomunicacoes, SA - Tel +351 1 3139190 *
>* finger
[email protected] or search key servers for PGP key *
>* It's management's job to support the geniuses, *
>* not to tell them what to do *
>**********************************************************************
>
>
From
[email protected] Wed Mar 26 16:36:09 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA07353; Wed, 26 Mar 1997 16:36:08 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA31821;
Wed, 26 Mar 1997 16:29:25 -0600 (CST)
Received: from basil.acr.net.au (basil.acr.net.au [203.22.236.98])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA14403
for <
[email protected]>; Wed, 26 Mar 1997 16:28:21 -0600 (CST)
Received: from geoff.acr.net.au (geoff.acr.net.au [203.22.236.80]) by basil.acr.net.au (8.7.3/8.7.3) with SMTP id JAA12990 for <
[email protected]>; Thu, 27 Mar 1997 09:31:18 +1100 (EST)
Message-Id: <
[email protected]>
Date: Thu, 27 Mar 1997 09:31:18 +1100 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Geoff Terry Systems & Net supt 064 923677)
To:
[email protected]
Subject: Re: dir and ls command on our server
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Version 1.4.3
X-Priority: 1 (Highest)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Craig,
Try starting the ftpd in debug mode and check the logs to see what get's
rcvd by the ftpd when the client does ls and what gets rcvd when the client
does dir.
Regards Geofft
>
>Hello;
>
>I am a new subscriber and I have a question:
>
>I just installed wu-ftpd V 2.4 onto our solaris 2.5.1 box and have a slight
>problem. Our users (using WS_FTP32 in windoze) are reporting that
>when they connect they get no listing of the directory contents on the
>server and I've found that the ls command works properly but dir does
>not. Here is an example session:
>
>331 Guest login ok, send your complete e-mail address as password.
>Password:
>230 Guest login ok, access restrictions apply.
>ftp>
>ftp> ls
>200 PORT command successful.
>150 Opening ASCII mode data connection for file list.
>bin
>pub
>etc
>usr
>dev
>ftp-exec
>226 Transfer complete.
>35 bytes received in 0.032 seconds (1.1 Kbytes/s)
>ftp> dir
>200 PORT command successful.
>150 Opening ASCII mode data connection for /bin/ls.
>226 Transfer complete.
>ftp> quit
>221 Goodbye.
>
>Any suggestions?
>
>Craig
>
[email protected]
>
>
Geoff Terry Systems & Network Support
ACR Net Sapphire Coast NSW 2550
Australia
Ph 064 923677 Mobile 015 668 227 Fax 064 924594
From
[email protected] Wed Mar 26 16:43:10 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id QAA07388; Wed, 26 Mar 1997 16:43:08 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id QAA00211;
Wed, 26 Mar 1997 16:36:33 -0600 (CST)
Received: from dune.artic.edu (dune.artic.edu [198.40.30.132])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA25785
for <
[email protected]>; Wed, 26 Mar 1997 16:33:35 -0600 (CST)
Received: from [198.40.24.94] (2494.artic.edu [198.40.24.94])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id QAA14221; Wed, 26 Mar 1997 16:34:02 -0600 (CST)
Message-Id: <l0302090faf5f510136f8@[198.40.24.94]>
Date: Wed, 26 Mar 1997 16:33:02 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Cc: Kent Landfield <
[email protected]>
Subject: Re: Supporting Virtual FTP Servers in WU-FTPD
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
>I have my first version of an FAQ describing virtual server support up and
>available at
>
>
http://www.landfield.com/wu-ftpd/virtual-ftp-faq.html
>
>Please take a minute and send me any suggestions on improving it. Thanks.
>
Re-reading what I wrote: Re: An Alternative way of supporting virtual ftp
servers, Step 4. You should probably add:
Note that there needs to be a line like
virtual 10.10.10.10 root /var/ftp/virtual/ftp-serv
for each virtual ftp server in the ftpaccess file used by the virtual
server. This line directs the virtual server to the approprite root
directory for anonymous ftp access. If this directive is not present the
home directory of the "ftp" user will be used as root for anonymous ftp to
the virtual server.
(Example virtual command cut from your faq.)
I don't know that the need for the "virtual root" directive was made clear
in my description.
And a correction: You have an an example tcpwrapper configuration line:
>
>
[email protected] : ALL : twist exec /usr/local/sbin/ftpd
> -l -a /etc/ftpaccess s/x.meme.com
The path to the ftpaccess file has a space in it and shouldn't. It should
read:
[email protected] : ALL : twist exec /usr/local/sbin/ftpd
-l -a /etc/ftpaccess/x.meme.com
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Thu Mar 27 07:58:42 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id HAA17647; Thu, 27 Mar 1997 07:58:41 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id HAA17500;
Thu, 27 Mar 1997 07:50:39 -0600 (CST)
Received: from phobos.illtel.denver.co.us (
[email protected] [207.33.75.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id HAA01717
for <
[email protected]>; Thu, 27 Mar 1997 07:45:46 -0600 (CST)
Received: from localhost (abelits@localhost) by phobos.illtel.denver.co.us (8.8.5/8.6.9) with SMTP id FAA04456 for <
[email protected]>; Thu, 27 Mar 1997 05:54:14 -0800
Message-Id: <Pine.LNX.3.95.970327053600.1015D-100000@phobos.illtel.denver.co.us>
Date: Thu, 27 Mar 1997 05:54:11 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alex Belits <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: RE: FTP dropping xfers???!!!
In-Reply-To: <c=US%a=_%p=TELUS%
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
On Tue, 25 Mar 1997, Sasha Romanosky wrote:
>
> It would seem that we've touched on something here.....
>
> It would also seem that, indeed, this is a symptom of TCP
> and not necessarily ftp or http. Makes sense to me.
>
> Now, since TCP was born to be (no, not wild) reliable,
> how can we stop these dropped connections - regardless
> of delays or lost packets...???
>
> [Oohh, where's Richard Stevens when you need him??]
I'm not Stevens, but if I correctly understood what he wrote about TCP
connection closing, it's caused by RST packet, sent to terminate
connection on socket that takes "too long" to close properly where "too
long" is defined in SO_LINGER option. It also depends on how socket
was closed, with or without shutdown() called. "Cure" will be to let
socket close by itself without defining SO_LINGER, but that may take long
time, and still won't save from timeouts in transfer.
--
Alex
From
[email protected] Thu Mar 27 09:05:37 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id JAA17924; Thu, 27 Mar 1997 09:05:36 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA09299;
Thu, 27 Mar 1997 08:59:15 -0600 (CST)
Received: from aruba.lerc.nasa.gov (aruba.lerc.nasa.gov [139.88.35.16])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA09017
for <
[email protected]>; Thu, 27 Mar 1997 08:55:29 -0600 (CST)
Received: from chartres.lerc.nasa.gov by aruba.lerc.nasa.gov with ESMTP (NASA LeRC 8.7.4.1/2.01-main)
id JAA27693; Thu, 27 Mar 1997 09:55:27 -0500 (EST)
Received: by chartres.lerc.nasa.gov (NASA LeRC 8.7.4.1/2.01-local)
id JAA01609; Thu, 27 Mar 1997 09:55:26 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 27 Mar 1997 09:55:26 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Jeff Hanson" <
[email protected]>
To:
[email protected]
Subject: Re: Static-ls
In-Reply-To:
[email protected]
"Re: Static-ls" (Mar 26, 4:11pm)
References: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Z-Mail (3.2.2 10apr95 MediaMail)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Have you built a static ls from gnu? It is much easier under IRIX to build
staticlly linked executables than under Solaris. Use the -non_shared on the
compile and link line and you have to have installed the non shared libaries
which are in c_dev.sw.speclib and compiler_dev.sw.speclib and
dev.sw.irix_speclibs.
--
---------------------------------------------------------------------------
Jeff Hanson (
[email protected]) - Computing Wizard for HSSO
NYMA, Inc., Senior Member of the Technical Staff
NASA Lewis Research Center, MS 77-10, Cleveland, Ohio 44135
Telephone - (216) 433-2284 Fax - (216) 433-3918
From
[email protected] Thu Mar 27 10:33:34 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id KAA18828; Thu, 27 Mar 1997 10:33:34 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA28588;
Thu, 27 Mar 1997 10:24:11 -0600 (CST)
Received: from cryptomathic.dk (
[email protected] [194.239.238.251])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA08436
for <
[email protected]>; Thu, 27 Mar 1997 10:20:26 -0600 (CST)
Received: from zappa.cryptomathic.dk (zappa.cryptomathic.dk [194.239.238.161]) by cryptomathic.dk (8.6.12/8.6.9) with SMTP id RAA27916 for <
[email protected]>; Thu, 27 Mar 1997 17:20:31 +0100
Message-Id: <
[email protected]>
Date: Thu, 27 Mar 1997 17:20:26 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Kim =?iso-8859-1?Q?L=FCders-Jensen?= <
[email protected]>
To:
[email protected]
Subject: make ftpd problem
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
I'm trying to install wu-ftpd 2.4.2-beta-10 on a RedHat Linux 4.0
After having fixed the glob.c problem I get the following output when
executing ./build lnx:
>make args are:
>make opts are:
>
<snip>
>
>Making ftpd:
>make: *** No rule to make target: '/usr/lib/libc.a', needed by 'ftpd'. Stop.
-where did I go wrong?
Any hints would be appreciated!
Kim.
From
[email protected] Thu Mar 27 11:36:46 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id LAA19227; Thu, 27 Mar 1997 11:36:44 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA20309;
Thu, 27 Mar 1997 11:30:06 -0600 (CST)
Received: from cagw2.att.com (cagw2.att.com [192.128.52.90])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA22495
for <
[email protected]>; Thu, 27 Mar 1997 11:27:31 -0600 (CST)
Received: from lynxhub.ho.att.com by caig2.att.att.com (SMI-8.6/EMS-1.2 sol2)
id MAA02671; Thu, 27 Mar 1997 12:33:37 -0500
Received: from kidspc2.ho.att.com ([135.16.180.45]) by lynxhub.ho.att.com (5.x/EMS-1.2 sol2)
id AA11896; Thu, 27 Mar 1997 12:25:29 -0500
Received: by kidspc2.ho.att.com with Microsoft Mail
id <
[email protected]>; Thu, 27 Mar 1997 12:17:26 -0800
Message-Id: <
[email protected]>
Date: Thu, 27 Mar 1997 12:17:23 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: "Roger A. Hanke" <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: RE: Static-ls
X-Ms-Attachment: WINMAIL.DAT 0 00-00-1980 00:00
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Jeff,
I have been working with SGI folk several months trying to build a static
version of ls on IRIX 6.2 unsuccessfully. I am curious about your version
of a static ls that still requires shared libraries to be present? Or did I
misread something?
Thanx,
Roger Hanke
[email protected]
----------
From: Jeff Hanson[SMTP:
[email protected]]
Sent: Thursday, March 27, 1997 6:55 AM
To:
[email protected]
Subject: Re: Static-ls
Have you built a static ls from gnu? It is much easier under IRIX to build
staticlly linked executables than under Solaris. Use the -non_shared on the
compile and link line and you have to have installed the non shared libaries
which are in c_dev.sw.speclib and compiler_dev.sw.speclib and
dev.sw.irix_speclibs.
--
---------------------------------------------------------------------------
Jeff Hanson (
[email protected]) - Computing Wizard for HSSO
NYMA, Inc., Senior Member of the Technical Staff
NASA Lewis Research Center, MS 77-10, Cleveland, Ohio 44135
Telephone - (216) 433-2284 Fax - (216) 433-3918
begin 600 WINMAIL.DAT
M>)\^(AL4`0:0" `$```````!``$``0>0!@`(````Y 0```````#H``$-@ 0`
M`@````(``@`!!) &`#0!```!````# ````,``# #````"P`/#@`````"`?\/
M`0```$\`````````@2L?I+ZC$!F=;@#=`0]4`@````!W=2UF='!D0'=U9V%T
M92YW=7-T;"YE9'4`4TU44 !W=2UF='!D0'=U9V%T92YW=7-T;"YE9'4``!X`
M`C !````!0```%--5% `````'@`#, $````9````=W4M9G1P9$!W=6=A=&4N
M=W5S=&PN961U``````,`%0P!`````P#^#P8````>``$P`0```!L````G=W4M
M9G1P9$!W=6=A=&4N=W5S=&PN961U)P```@$+, $````>````4TU44#I752U&
M5%!$0%=51T%412Y755-43"Y%1%4````#```Y``````L`0#H!`````@'V#P$`
M```$`````````YX\`0B !P`8````25!-+DUI8W)O<V]F="!-86EL+DYO=&4`
M,0@!!( !``X```!213H@4W1A=&EC+6QS`&4$`06 `P`.````S0<#`!L`# `1
M`!<`! `J`0$@@ ,`#@```,T'`P`;``P`#P`+``0`' $!"8 !`"$```!"1D$W
M03@R0SDV039$,#$Q0C<U-# P04$P,#,W13(X-@`=!P$#D 8`E 4``!(````+
M`",```````,`)@``````"P`I```````#`#8``````$ `.0`@,6'AZSJ\`1X`
M< `!````#@```%)%.B!3=&%T:6,M;',````"`7$``0```!8````!O#KKX5@L
MJ*? II81T+=4`*H`-^*&```>`!X,`0````4```!33510`````!X`'PP!````
M%P```')A:$!L>6YX:'5B+FAO+F%T="YC;VT```,`!A#-4*#[`P`'$&X#```>
M``@0`0```&4```!*149&+$E(059%0D5%3E=/4DM)3D=7251(4T=)1D],2U-%
M5D5204Q-3TY42%-44EE)3D=43T)524Q$05-4051)0U9%4E-)3TY/1DQ33TY)
M4DE8-C)53E-50T-%4U-&54Q,64E!``````(!"1 !````'@0``!H$```[!P``
M3%I&=4EVT,W_``H!#P(5`J@%ZP*#`% "\@D"`&-H"L!S970R-P8`!L,"@S(#
MQ0(`<')"<1'B<W1E;0*#,W<"Y <3`H!]"H (SPG9._$6#S(U-0* "H$-L0M@
MX&YG,3 S%% +"A11I0OR8P! ($H-P2P*A0@@22 1@'9E(&*I">$@=P6P:PN
M9QQP:&ET: 8`1QO `A!LK&L@$; <`'('0" $8$4",&@$('1R>1S"=(IO'"!U
M`Q!D(&$=T/$!D'1I8PJ%'@$`D (@8"!O9B!L!" A$4E 4DE8(#8N$>!U$0"
M=6-C!Y!S9G40;&QY+ANQ86T@?F,(<0A@!" !H A@!4!Y_PAA(+8*A2%!']8A
M8AT@(!#O'^$#$ ,@%A!Q'X 6$ 0@SG,1@0F (6!I8AX@"($_'K$?41P0$U '
MD GP=#_D($\%P&1I'[ ;P J%UFT$`!8081^P<P-P$<"::!S!/PJ&`9$@5!&
MN&YX+"R#+!H(`&<$D.0@2 !P:V4L&@-@+F&6+BSA+M! (!!T+@6@CFT*A0J+
M*& Q.# "T>!I+3$T- WP#- RP[D+63$V"J #8!/08P5 OBTTYPJ',YL,,#1F
M1@-A?CHU[C1F+(,:\BZ2*W!NP%M33510.A] +.$).B% ; 208RYN88!S82YG
M;W9=-8]_-IT&8 (P-\\XVRS0"'!S<&1A>2P%T K $7 @A#(W0, Q.3DW(A V
M.AA0%+!-/"\VG51O(SYO.-MW=2T!@'!DRD!&0&<@$&4N1D 3P#1L+@F =4)/
M/3YU8DYJ-*%$;SC;4F5*,%.=( ,M(7 P[S'S,S8S9_\:131F+J <`221'V,%
M0"7ZX0-2(&=N=2G0&[ %0/\$`!Y0(I =,"LP`) N<2)@_P2!(<0?1@J%'_0C
M$2A1+L'Y'[!E> 60)& !H#M )I-;`Z!39%,&\"BA<R- ($Y5$; FH1P0+6X"
M(%_?)_4A$5AA"H4PL7 #$!P0_P!P*$(NP%626I10,AOC'T'_&^,+@!_Q(Q H
M,5AB6+$GZ?LHHPJ%=RO 01$H$5S1(Z"R7PVP=BX#X&" < 60]RAA6J-:-7)@
M3U-P"H5B%?DGH&EX6.!@U%
[email protected]*A?\TX&7(9O]H#VD?:B\U.CF:M" H&O(N
M.?0[/"DTT!X@"%!:4"1@',)7:7I'"Q$=@2Z!4U-/&T9.R%E-04# 26X[<$#
M?SXA(0`%P1/@'# EHUAB5/4%D&@#`&,>,4Q1#=!P1^!!4T$@3 ?04G%,$'L1
ML$#S0RFA!)! P07P-^HW,K P0,!#.T <`!CQ.F1 P$\KP!]0,M Q,\XU&T9R
MT#M <&@"(%B!+6S ,C0P;G T&5 M,A@R.#0;H'H81F%X^7D+,SDR0&3_31].
M+T\Y"PJ%%3$`@* ```,`$! ``````P`1$ ````! ``<PH.;%DNLZO % ``@P
>H.;%DNLZO $>`#T``0````4```!213H@``````6G
`
end
From
[email protected] Thu Mar 27 12:08:43 1997
Received: from wugate.wustl.edu (wugate.wustl.edu [128.252.120.1]) by landfield.com (8.7.5/8.7.3) with ESMTP id MAA19558; Thu, 27 Mar 1997 12:08:42 -0600 (CST)
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id LAA20485;
Thu, 27 Mar 1997 11:59:51 -0600 (CST)
Received: from aruba.lerc.nasa.gov (aruba.lerc.nasa.gov [139.88.35.16])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id LAA14637
for <
[email protected]>; Thu, 27 Mar 1997 11:59:24 -0600 (CST)
Received: from chartres.lerc.nasa.gov by aruba.lerc.nasa.gov with ESMTP (NASA LeRC 8.7.4.1/2.01-main)
id MAA07370; Thu, 27 Mar 1997 12:59:23 -0500 (EST)
Received: by chartres.lerc.nasa.gov (NASA LeRC 8.7.4.1/2.01-local)
id MAA02020; Thu, 27 Mar 1997 12:59:22 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 27 Mar 1997 12:59:22 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Jeff Hanson" <
[email protected]>
To:
[email protected]
Subject: Re: Static-ls
In-Reply-To: "Roger A. Hanke" <
[email protected]>
"RE: Static-ls" (Mar 27, 12:17pm)
References: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Z-Mail (3.2.2 10apr95 MediaMail)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Here is what I did to build static ls on SGI under 5.3. The same should
work for 6.2 although I have not tried.
1. Using inst or swmgr, install the following products (assuming you have
purchased IDO)
c_dev.sw.speclib
compiler_dev.sw.speclib
dev.sw.irix_speclibs
You need these to get the static (non shared) libraries in addition to
the standard DSO (shared) libraries.
2. Get gnu fileutils from your favorite gnu site.
3. Modify the Makefiles after using configure (the lazy method) or figure out
how to give configure the right CFLAG and LD directive which is
-non_shared
That is, you compile and link with -non_shared. You'll then have a
statically link executable for ls (and several other things as well).
We (ftp.lerc.nasa.gov) are using this under IRIX 5.3. If you want to see what
I did with fileutils-3.12 get the following file
ftp://ftp.lerc.nasa.gov/users/tohanson/fileutils-3.12.static.tar.gz
--
---------------------------------------------------------------------------
Jeff Hanson (
[email protected]) - Computing Wizard for HSSO
NYMA, Inc., Senior Member of the Technical Staff
NASA Lewis Research Center, MS 77-10, Cleveland, Ohio 44135
Telephone - (216) 433-2284 Fax - (216) 433-3918
From
[email protected] Thu Mar 27 13:49:04 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA19084;
Thu, 27 Mar 1997 13:41:57 -0600 (CST)
Received: from tycho.webline.dk (tycho.webline.dk [194.19.161.73])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA01974
for <
[email protected]>; Thu, 27 Mar 1997 13:40:18 -0600 (CST)
Received: from bohr.webline.dk (pip80.webline.dk [194.19.161.80]) by tycho.webline.dk (8.8.4/8.7.3) with ESMTP id VAA01877 for <
[email protected]>; Thu, 27 Mar 1997 21:40:00 +0100
Received: (from kar@localhost)
by bohr.webline.dk (8.8.5/8.8.5) id TAA05989
for
[email protected]; Thu, 27 Mar 1997 19:58:49 +0100
Message-Id: <
[email protected]>
Date: Thu, 27 Mar 1997 19:58:49 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Secure users
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/plain; CHARSET=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
I have a simple wish from wu-ftpd: I want to give different users
access to their own home directory without the possibility of going to
another place. Ideally, they should think they're in the top level -
just as a anonymous user.
I've tried to set up the option guestgroup in ftpaccess which restricts
them the way I want, but now they can't use ls!
What can I do?
From
[email protected] Thu Mar 27 14:07:25 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id NAA27659;
Thu, 27 Mar 1997 13:59:56 -0600 (CST)
Received: from morpho.dar.net (
[email protected] [128.252.125.187])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id NAA03426
for <
[email protected]>; Thu, 27 Mar 1997 13:57:55 -0600 (CST)
Received: from localhost (are1@localhost) by morpho.dar.net (8.8.5/8.8.2) with SMTP id NAA14860 for <
[email protected]>; Thu, 27 Mar 1997 13:58:29 -0600
Message-Id: <
[email protected]>
Date: Thu, 27 Mar 1997 13:58:29 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Andy Ellsworth <
[email protected]>
To:
[email protected]
Subject: Any possible year 2000 problems with wu-ftpd?
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: morpho.dar.net: are1 owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
The subject says it all...I can't think of anywhere that wu-ftpd makes
assumptions about the year that could cause problems, but I thought I'd
run it by everyone just in case I overlooked something.
Thanks.
+----------------------------------------------------------------------------+
| Andy Ellsworth |
[email protected] | Admin/Cyberdiplomat, Wuarchive |
+----------------------------------------------------------------------------+
From
[email protected] Thu Mar 27 14:20:12 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA11397;
Thu, 27 Mar 1997 14:12:00 -0600 (CST)
Received: from bioserv.compbio.caltech.edu (bioserv.compbio.caltech.edu [131.215.170.154])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA30357
for <
[email protected]>; Thu, 27 Mar 1997 14:07:46 -0600 (CST)
Received: from folding (folding.compbio.caltech.edu) by bioserv
(5.0/DEI:4.45) id AA11869; Thu, 27 Mar 1997 12:06:51 -0800
Received: by folding (SMI-8.6/SMI-SVR4)
id MAA18292; Thu, 27 Mar 1997 12:04:47 -0800
Message-Id: <199703272004.MAA18292@folding>
Date: Thu, 27 Mar 1997 12:04:47 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Wei Wu)
To:
[email protected]
Subject: unsubscribe
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
From
[email protected] Thu Mar 27 14:37:21 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA05445;
Thu, 27 Mar 1997 14:30:08 -0600 (CST)
Received: from mintaka.iern.disa.mil (mintaka.iern.disa.mil [128.19.0.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id OAA05434
for <
[email protected]>; Thu, 27 Mar 1997 14:26:41 -0600 (CST)
Received: from localhost (gamma@localhost)
by mintaka.iern.disa.mil (8.8.5/8.8.5) with SMTP id PAA02285;
Thu, 27 Mar 1997 15:26:10 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 27 Mar 1997 15:26:10 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Showalter <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Secure users
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Well,
I would probably duplicate the /etc /bin /usr/lib /usr/bin and /dev
directories which exist under the anonymous root hierarchy. Then, since I
am on Unix using Solaris (or SunOS) I would do a loopback file system
mount (type lofs) from that directory to theirs. This gives them the
necessary stuff to at least do an ls. Any other apps they need to use
would need to be put in the bin directory. And if those apps are not
statically linked then the appropriate *.so lib files would need to
included in the new /usr/lib. This is not easy to maintain but it does
work.
Jim
On Thu, 27 Mar 1997
[email protected] wrote:
> I have a simple wish from wu-ftpd: I want to give different users
> access to their own home directory without the possibility of going to
> another place. Ideally, they should think they're in the top level -
> just as a anonymous user.
>
> I've tried to set up the option guestgroup in ftpaccess which restricts
> them the way I want, but now they can't use ls!
>
> What can I do?
>
From
[email protected] Thu Mar 27 15:14:12 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA16779;
Thu, 27 Mar 1997 15:06:16 -0600 (CST)
Received: from ns.technonet.com (
[email protected] [157.130.64.6])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA06256
for <
[email protected]>; Thu, 27 Mar 1997 15:00:10 -0600 (CST)
Received: from ppp35.technonet.com (ppp35.technonet.com [208.210.247.65]) by ns.technonet.com (8.8.5/8.6.9) with SMTP id PAA25109 for <
[email protected]>; Thu, 27 Mar 1997 15:59:16 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 27 Mar 1997 15:59:56 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: "Christopher B. Miller" <
[email protected]>
To:
[email protected]
Subject: Unsubscribe
MIME-Version: 1.0
X-Mailer: Mozilla 3.01Gold (Win16; U)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
From
[email protected] Thu Mar 27 16:03:31 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id PAA13319;
Thu, 27 Mar 1997 15:55:10 -0600 (CST)
Received: from morpho.dar.net (
[email protected] [128.252.125.187])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id PAA19057
for <
[email protected]>; Thu, 27 Mar 1997 15:52:24 -0600 (CST)
Received: from localhost (are1@localhost) by morpho.dar.net (8.8.5/8.8.2) with SMTP id PAA15419; Thu, 27 Mar 1997 15:52:54 -0600
Message-Id: <
[email protected]>
Date: Thu, 27 Mar 1997 15:52:54 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Andy Ellsworth <
[email protected]>
To: "Christopher B. Miller" <
[email protected]>
Cc:
[email protected]
Subject: Re: Unsubscribe
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: morpho.dar.net: are1 owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
To unsubscribe, send a message to
[email protected] with no subject
and the words
unsubscribe wu-ftpd
in the body text of the message. You can't unsubscribe by sending
"unsubscribe" to the list. (And you should also save your "welcome"
notices so that people don't have to tell you this :)
+----------------------------------------------------------------------------+
| Andy Ellsworth |
[email protected] | Admin/Cyberdiplomat, Wuarchive |
+----------------------------------------------------------------------------+
From
[email protected] Thu Mar 27 17:10:29 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA16068;
Thu, 27 Mar 1997 17:02:01 -0600 (CST)
Received: from landfield.com (rkive.landfield.com [208.196.145.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id QAA07488
for <
[email protected]>; Thu, 27 Mar 1997 16:59:02 -0600 (CST)
Message-Id: <
[email protected]>
Date: Thu, 27 Mar 1997 16:59:32 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Kent Landfield <
[email protected]>
To:
[email protected]
Subject: Re: Any possible year 2000 problems with wu-ftpd?
In-Reply-To: <
[email protected]> from "Andy Ellsworth" at Mar 27, 97 01:58:29 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
#
# The subject says it all...I can't think of anywhere that wu-ftpd makes
# assumptions about the year that could cause problems, but I thought I'd
# run it by everyone just in case I overlooked something.
Andy,
When I saw this question I laughed. Then I started to think about it
and then I went and looked...
There are three places where 1900 is used explicitly. Two times in
extensions.c and once in ftpshut.c.
extensions.c: tmbuf.tm_year -= 1900;
extensions.c: tm.tm_year -= 1900;
ftpshut.c: (tp->tm_year) + 1900,
ftpshut.c should not be a problem as long as the system time functions do
the right thing. The two references in extensions.c can be handled with an
if statement checking the date > 2000. Question is, are there non-obvious
gotchas ?
Mirroring might get interesting globally if the mirroring software people use
does not realize '00' is not less than '99'. Well, at least for a day or so
until all the mirror sites redownload everything and resync their file
timestamps... I think I'll be on vacation that week.
--
Kent Landfield Phone: 1-817-545-2502
The Landfield Group FAX: 1-817-545-7650
Email:
[email protected] http://www.landfield.com/
Please send comp.sources.misc related mail to
[email protected].
Search the Usenet Hypertext FAQ Archive at
http://www.faqs.org/faqs/
From
[email protected] Thu Mar 27 19:22:36 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id TAA26102;
Thu, 27 Mar 1997 19:14:56 -0600 (CST)
Received: from sol.tins.net (sol.tins.net [205.173.230.2])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id TAA06138
for <
[email protected]>; Thu, 27 Mar 1997 19:10:09 -0600 (CST)
Received: (from mgg@localhost)
by sol.tins.net (8.8.5/8.8.5) id RAA14188;
Thu, 27 Mar 1997 17:09:13 -0800 (PST)
Message-Id: <
[email protected]>
Date: Thu, 27 Mar 1997 17:09:13 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Mark Galbraith <
[email protected]>
To:
[email protected]
Subject: Re: Any possible year 2000 problems with wu-ftpd?
In-Reply-To: <
[email protected]> (message from Kent
Landfield on Thu, 27 Mar 1997 16:59:32 -0600 (CST))
Mime-Version: 1.0 (generated by tm-edit 7.78)
Content-Type: text/plain; charset=US-ASCII
X-Mailer: Emacs-19.32
X-Attribution: mgg
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
>>>>> "Kent" == Kent Landfield <
[email protected]> writes:
Kent> #
Kent> # The subject says it all...I can't think of anywhere that wu-ftpd makes
Kent> # assumptions about the year that could cause problems, but I thought I'd
Kent> # run it by everyone just in case I overlooked something.
Kent> Andy,
Kent> When I saw this question I laughed. Then I started to think about it
Kent> and then I went and looked...
Kent> There are three places where 1900 is used explicitly. Two times in
Kent> extensions.c and once in ftpshut.c.
Kent> extensions.c: tmbuf.tm_year -= 1900;
Kent> extensions.c: tm.tm_year -= 1900;
Kent> ftpshut.c: (tp->tm_year) + 1900,
Kent> ftpshut.c should not be a problem as long as the system time functions do
Kent> the right thing. The two references in extensions.c can be handled with an
Kent> if statement checking the date > 2000. Question is, are there non-obvious
Kent> gotchas ?
This should not present a problem. If you look at the manual page for
localtime, you will see that the tm_year entry is the number of years
since 1900. This entity is an 'int'. On 16-bit machines (are there any
of these left?), this means the largest number of years could be 32,767
((2^15)-1); plus the 1900, or 34,667. On 32-bit machines, which most
everyone should be on by now, the number is large enough that no one
should worry about it. For those that care the value is ((2^31)-1) or
2,147,483,647 (plus the 1900).
The code should work so long as they are not trying to stuff the result
into a two-digit output format.
The first occurance in extensions.c is in the code for processing
entries from Shutdown process. This file (specified by ftpaccess)
contains the date/time of the shutdown in a specified format. The
format specification doesn't say whether the year must be four digits,
but it does state it should be greater than 1970. I take that to mean
it must be four digits. The code is scanning this value into the
tm_year field, and then adjusting it by subtracting 1900. For years
greater than 1999, the resulting value will be 100 or more, and that's
just fine. NO PROBLEM HERE.
The second occurance is in a function called newer(). This function is
passed a number of parameters, the first of which is a date string. The
first sub-field of that date string is the year, and it is specified as
a 4-digit year. This value is likewise put in the tm_year field, and
then adjusted by subtracting 1900. NO PROBLEM HERE.
The entry in ftpshut.c is where the shutdown message gets written when
an ftpshut command is issued. The adjustment is computing the date to
be printed in the file, which is later read by the first occurance in
extensions.c above. The value is taken from the tm_year field after the
current time is adjusted for the offset. The number of years in that
field is adjusted by adding 1900. If the year was 2000, then the value
in the field would be 100, and the result of the adjustment would be
2000. NO PROBLEM HERE.
Disclaimer: In the following section, I refer to line numbers in
files. I'm still using WU-FTP version 2.4 here, so all line numbers are
relative to the 2.4 version.
There is one additional place where we need to be concerned in FTP. At
line 1568 in ftpcmd.c, produced from line 701 in ftpcmd.y, we have a
reference to tm_year which assumes a 2-digit value. In fact, it even
has the '19' (century part of the year) hardcoded. The patch to fix
this is:
*** ftpcmd.y- Thu Mar 27 17:01:24 1997
--- ftpcmd.y Thu Mar 27 17:05:32 1997
***************
*** 713,720 ****
struct tm *gmtime();
t = gmtime(&stbuf.st_mtime);
reply(213,
! "19%02d%02d%02d%02d%02d%02d",
! t->tm_year, t->tm_mon+1, t->tm_mday,
t->tm_hour, t->tm_min, t->tm_sec);
}
free($4);
--- 713,720 ----
struct tm *gmtime();
t = gmtime(&stbuf.st_mtime);
reply(213,
! "%04d%02d%02d%02d%02d%02d",
! t->tm_year+1900, t->tm_mon+1, t->tm_mday,
t->tm_hour, t->tm_min, t->tm_sec);
}
free($4);
Kent> Mirroring might get interesting globally if the mirroring software people use
Kent> does not realize '00' is not less than '99'. Well, at least for a day or so
Kent> until all the mirror sites redownload everything and resync their file
Kent> timestamps... I think I'll be on vacation that week.
Mirroring is another issue, and another program. The people with access
to those programs should be checking them to see if they are affected by
year-2000 problems.
--
Mark Galbraith Member of The HTML Writers Guild
Engineer, Internet Services
http://www.hwg.org/
Triad Systems Corporation
(PGP Fingerprint=1CB9 7481 AD5C 5709 690B AC09 7F65 D6F6)
From
[email protected] Thu Mar 27 22:46:47 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA17230;
Thu, 27 Mar 1997 22:40:25 -0600 (CST)
Received: from joshua.rivertown.net (
[email protected] [204.141.41.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA26489
for <
[email protected]>; Thu, 27 Mar 1997 22:34:23 -0600 (CST)
Received: (qmail 1182 invoked by uid 501); 28 Mar 1997 04:35:00 -0000
Message-Id: <Pine.LNX.3.95L01at.970327232448.1131C-100000@joshua.rivertown.net>
Date: Thu, 27 Mar 1997 23:35:00 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Fred B. Ringel" <
[email protected]>
To: WU-Ftpd List <
[email protected]>
Subject: Chroot & cgi Help!
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hi all-
I have the wu.ftpd daemon running on my web server to chroot each
user to their home directory when they ftp their home pages to the server.
Now they all want to set up their own brand of guest-book, and what not. So
I compiled Cgiwrap to protect the server from any really wild/insecure
cgi's.
They work great from my own (non-chrooted) directory, but will not
run from a users /public_html/cgi-bin directory on the basis that cgi-wrap
complains there is an illegal "." or ".." in the path, the very "." which
causes the chroot to the home directory.
While I realize this is not 100% on topic for wu-ftpd, I did learn
how to set up the chrooted env from Mike Brennan and figure some of you
must have run into this problem shortly after doing the guest how-to.
How do I get cgi-wrap and wu-ftpd to co-operate to have users
chroot'ed to their home directories on my apache web server (and no, suexec
didn't work at all), and still be able to run cgi-bins of their own
creation under /home/public_html/cgi-bin. Seems cgi-wrap is a natural
compliment to the chroot idea and they should be compatible.
It would be great if the collective wisdom on the list could bail
me out here. I've got a bit or pressure to get this working yesterday.
Many Thanks,
Fred
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
Fred B. Ringel -- Rivertown.Net Internet Access
Systems Administrator --
http://www.rivertown.net
and General Fixer Upper -- Voice/Fax/Support: +1.914.478.2885
Although in theory, there's no difference between
theory and practice, in practice, there is.
From
[email protected] Fri Mar 28 04:57:50 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA19740;
Fri, 28 Mar 1997 04:43:13 -0600 (CST)
Received: from citysearch.com ([205.227.223.133])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id EAA23357
for <
[email protected]>; Fri, 28 Mar 1997 04:41:16 -0600 (CST)
Received: from [10.0.51.23] by citysearch.com
(SMTPD32-960308) id AFFA167E00B2; Fri Mar 28 02:39:54 1997
Message-Id: <
[email protected]>
Date: Fri, 28 Mar 1997 04:41:16 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Mark Bergstrom <
[email protected]>
To:
[email protected]
Subject: Re: Static-ls for guestgroup
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 2.1.2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
OK
Now I really am stumped. Even with this new version of 'ls' in the 'sample'
user's 'bin', the behavior is unchanged: NO Listing of files and
directories that do exist there. GETs PUTs and all other commands function
as desired.
The structures (and permissions) of 'sample' and 'ftp' (for the anonymous)
match. The test ftpaccess file is pretty simple:
# more /usr/local/etc/ftpaccess
class local real,guest,anonymous *.internaldomain 0.0.0.0
class remote real,guest,anonymous *
delete no anonymous,guest
overwrite no anonymous,guest
rename no anonymous,guest
chmod no anonymous,guest
umask no anonymous,guest
path-filter guest /etc/pathmsg ^[-A-Za-z0-9_\.]*$ ^\. ^-
guestgroup client
log transfers anonymous,real,guest inbound,outbound
and, as before, 'ls' functions for anonymous logins but not for this logins
from this guestgroup account.
The debug option (regardless of level) yields no data.
MB
At 04:23 PM 3/27/97, you wrote:
>>>From <
[email protected]> Thu Mar 27 09:58:53 1997
>>Date: Thu, 27 Mar 1997 12:59:22 -0500
>>Reply-To:
[email protected]
>>Sender:
[email protected]
>>From: "Jeff Hanson" <
[email protected]>
>>To:
[email protected]
>>Subject: Re: Static-ls
>>References: <
[email protected]>
>>X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
>>
>>Here is what I did to build static ls on SGI under 5.3. The same should
>>work for 6.2 although I have not tried.
>>
>>1. Using inst or swmgr, install the following products (assuming you have
>> purchased IDO)
>>
>> c_dev.sw.speclib
>> compiler_dev.sw.speclib
>> dev.sw.irix_speclibs
>>
>> You need these to get the static (non shared) libraries in addition to
>> the standard DSO (shared) libraries.
>>
>>2. Get gnu fileutils from your favorite gnu site.
>>
>>3. Modify the Makefiles after using configure (the lazy method) or figure out
>> how to give configure the right CFLAG and LD directive which is
>>
>> -non_shared
>>
>> That is, you compile and link with -non_shared. You'll then have a
>> statically link executable for ls (and several other things as well).
>>
>>We (ftp.lerc.nasa.gov) are using this under IRIX 5.3. If you want to see what
>>I did with fileutils-3.12 get the following file
>>
>>
ftp://ftp.lerc.nasa.gov/users/tohanson/fileutils-3.12.static.tar.gz
>>
>>--
>>---------------------------------------------------------------------------
>> Jeff Hanson (
[email protected]) - Computing Wizard for HSSO
>> NYMA, Inc., Senior Member of the Technical Staff
>> NASA Lewis Research Center, MS 77-10, Cleveland, Ohio 44135
>> Telephone - (216) 433-2284 Fax - (216) 433-3918
>>
>>
>
>
>
From
[email protected] Fri Mar 28 08:25:31 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA21552;
Fri, 28 Mar 1997 08:19:27 -0600 (CST)
Received: from suw3svr01.hisd.harris.com (suw3svr01.hisd.harris.com [158.147.19.67])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA04936
for <
[email protected]>; Fri, 28 Mar 1997 08:13:34 -0600 (CST)
Received: from suw3isd09 (suw3isd09 [158.147.18.2])
by suw3svr01.hisd.harris.com (8.8.4/8.8.4) with SMTP
id JAA13364 for <
[email protected]>; Fri, 28 Mar 1997 09:13:28 -0500 (EST)
Received: by suw3isd09 (SMI-8.6) id JAA10385; Fri, 28 Mar 1997 09:13:27 -0500
Message-Id: <199703281413.JAA10385@suw3isd09>
Date: Fri, 28 Mar 1997 09:13:27 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Edward A. Sarog" <
[email protected]>
To:
[email protected]
Subject: ftpd syslog message????
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-MD5: ET7ldJZhbE9WNUwWAjjxpA==
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
hello :)
can anyone explain the following message:
"ftpd[5913]: exiting on signal 11^M". i "find" it in syslog.
thanx in advance,
edward
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/ IIIIII SSSSS DDDD _/ edward sarog: unix systems _/
_/ II SS DD DD _/ harris corporation [ISD] _/
_/ II SS DD DD _/ p.o. box 37 _/
_/ II SS DD DD _/ melbourne, florida 32902 _/
_/ IIIIII SSSSS DDDDD _/
[email protected] _/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
From
[email protected] Fri Mar 28 08:39:08 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA01194;
Fri, 28 Mar 1997 08:32:52 -0600 (CST)
Received: from msmailhub.ou.edu (msmailhub.oulan.ou.edu [129.15.87.16])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA15646
for <
[email protected]>; Fri, 28 Mar 1997 08:29:43 -0600 (CST)
Received: by msmailhub.ou.edu with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63)
id <
[email protected]>; Fri, 28 Mar 1997 08:29:43 -0600
Message-Id: <c=US%a=_%p=OU%
[email protected]>
Date: Fri, 28 Mar 1997 08:29:40 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Shadowen-1 <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: RE: Kerberos and Wuftpd
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Are you running Kerberos 4 or 5. I think that 4 is built in to
wu-ftpd. I modified it for Kerberos five. We are only using Kerberos
to verify the username and password - the user's home directory is
still being pulled from the password file by the existing wu-ftpd
routines. Let me know if you are running 5 and I'll send you a list
of our changes.
Jim Shadowen
University of Oklahoma
-----Original Message-----
From: Luc Lalonde [SMTP:
[email protected]]
Sent: Wednesday, March 26, 1997 1:44 PM
To: wuftpd Mail-list
Subject: Kerberos and Wuftpd
Hello all,
Could anyone tell me how to make Wuftpd Kerberos aware? We've had a
break
in recently and are in the process of securing our site.
Cheers, Luc.
From
[email protected] Fri Mar 28 08:50:10 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA22566;
Fri, 28 Mar 1997 08:44:45 -0600 (CST)
Received: from phobos.illtel.denver.co.us (
[email protected] [207.33.75.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA21633
for <
[email protected]>; Fri, 28 Mar 1997 08:41:36 -0600 (CST)
Received: from localhost (abelits@localhost) by phobos.illtel.denver.co.us (8.8.5/8.6.9) with SMTP id GAA11189 for <
[email protected]>; Fri, 28 Mar 1997 06:51:05 -0800
Message-Id: <Pine.LNX.3.95.970328064313.10544A-100000@phobos.illtel.denver.co.us>
Date: Fri, 28 Mar 1997 06:51:01 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alex Belits <
[email protected]>
To:
[email protected]
Subject: Re: ftpd syslog message????
In-Reply-To: <199703281413.JAA10385@suw3isd09>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
On Fri, 28 Mar 1997, Edward A. Sarog wrote:
> can anyone explain the following message:
>
> "ftpd[5913]: exiting on signal 11^M". i "find" it in syslog.
The same thing as "Segmentation fault" in shell. Signal 11 is SIGSEGV.
In other words, something is terribly wrong, and ftpd accessed some memory
that doesn't belong to it or tried to write into readonly one.
--
Alex
From
[email protected] Fri Mar 28 08:56:05 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA20798;
Fri, 28 Mar 1997 08:50:42 -0600 (CST)
Received: from sirocco.CC.McGill.CA (sirocco.CC.McGill.CA [132.206.27.12])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA16597
for <
[email protected]>; Fri, 28 Mar 1997 08:44:56 -0600 (CST)
Received: from scylla.math.mcgill.ca (Scylla.Math.McGill.CA [132.206.150.17]) by sirocco.CC.McGill.CA (8.6.12/8.6.6) with ESMTP id JAA25392 for <@mailhost.mcgill.ca:
[email protected]>; Fri, 28 Mar 1997 09:49:45 -0500
Received: from charybdis.videotron.ca by scylla.math.mcgill.ca via ESMTP (940816.SGI.8.6.9/930416.SGI.AUTO)
for <
[email protected]> id JAA06375; Fri, 28 Mar 1997 09:45:42 -0500
Message-Id: <
[email protected]>
Date: Fri, 28 Mar 1997 09:47:41 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Luc Lalonde" <
[email protected]>
To: <
[email protected]>
Subject: Re: Kerberos and Wuftpd
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-SMTP-Posting-Origin: scylla.math.mcgill.ca (Scylla.Math.McGill.CA [132.206.150.17])
X-MSMail-Priority: Normal
X-Priority: 3
X-Mailer: Microsoft Internet Mail 4.70.1160
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hello Jim,
We are planning to install Kerberos 5 for authentication on our IRIX 5.3
system. I would appreciate if you could send me your changes. Did you
also kerberize rlogin, rsh, telnet etc? I would like to know about your
experiences with this.
Thanks in advance, Luc.
----------
> From: Jim Shadowen-1 <
[email protected]>
> To: '
[email protected]'
> Subject: RE: Kerberos and Wuftpd
> Date: Friday, March 28, 1997 9:29 AM
>
> Are you running Kerberos 4 or 5. I think that 4 is built in to
> wu-ftpd. I modified it for Kerberos five. We are only using Kerberos
> to verify the username and password - the user's home directory is
> still being pulled from the password file by the existing wu-ftpd
> routines. Let me know if you are running 5 and I'll send you a list
> of our changes.
>
> Jim Shadowen
> University of Oklahoma
>
> -----Original Message-----
> From: Luc Lalonde [SMTP:
[email protected]]
> Sent: Wednesday, March 26, 1997 1:44 PM
> To: wuftpd Mail-list
> Subject: Kerberos and Wuftpd
>
> Hello all,
>
> Could anyone tell me how to make Wuftpd Kerberos aware? We've had a
> break
> in recently and are in the process of securing our site.
>
> Cheers, Luc.
From
[email protected] Fri Mar 28 09:27:04 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA32571;
Fri, 28 Mar 1997 09:20:53 -0600 (CST)
Received: from hogw2.att.com (hogw2.att.com [204.179.186.34])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA28429
for <
[email protected]>; Fri, 28 Mar 1997 09:15:28 -0600 (CST)
Received: from lynxhub.ho.att.com by hoig2.att.att.com (SMI-8.6/EMS-1.2 sol2)
id KAA06385; Fri, 28 Mar 1997 10:07:20 -0500
Received: by lynxhub.ho.att.com (5.x/EMS-1.2 sol2)
id AA00199; Fri, 28 Mar 1997 10:13:32 -0500
Message-Id: <
[email protected]>
Date: Fri, 28 Mar 1997 10:13:31 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: Kerberos and Wuftpd
In-Reply-To: <
[email protected]> from "Luc Lalonde" at Mar 28, 97 09:47:41 am
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Folks,
I may be interested in Kerberos, Could someone point me to some info
explaining what it is and what functions it provides.
Thanks
Doug
--
Doug Courtney
[email protected]
(908)949-3597
From
[email protected] Fri Mar 28 10:08:56 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA22020;
Fri, 28 Mar 1997 10:02:54 -0600 (CST)
Received: from msmailhub.ou.edu (msmailhub.oulan.ou.edu [129.15.87.16])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA26800
for <
[email protected]>; Fri, 28 Mar 1997 09:56:05 -0600 (CST)
Received: by msmailhub.ou.edu with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63)
id <
[email protected]>; Fri, 28 Mar 1997 09:56:05 -0600
Message-Id: <c=US%a=_%p=OU%
[email protected]>
Date: Fri, 28 Mar 1997 09:56:03 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Shadowen-1 <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: OU's Kerberos 5 changes
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
First, several things:
1. I'm an old C programmer who is new to UNIX, so while this works, it
may not be the best way to do it.
2. Wu-ftpd was compiled using the SunOS's (5.5.1) cc compiler.
3. We are only using Kerberos to verify username and password, the
user's home directory is still pulled from the password file using the
original wu-ftpd code.
Changes to ftpd.c:
1. Before '#ifdef KERBEROS' (approx line 146), added:
#ifdef OUKRB5
#include <sys/types.h>
#include <k5-int.h>
#endif /* OUKRB5 */
2. Before '#ifdef KERBEROS' (approx line 353), added:
#ifdef OUKRB5
int krb5_authenticate( char *username, char *password );
char krb5_name[ 100 ];
#endif /* OUKRB5 */
3. Before 'askpasswd = 1;' (approx line 1271), added:
#ifdef OUKRB5
strcpy( krb5_name, name );
#endif /* OUKRB5 */
4. Before '#ifdef KERBEROS' (approx line 1418), added:
#ifdef OUKRB5
; /* Do nothing with xpasswd */
#else /* OUKRB5 */
5. Before '#endif' (approx line 1428), added:
#endif
6. Before '/* If authentication from kerberos fails */' (approx line
1434), added:
#ifdef OUKRB5
/* If authentication from kerberos fails */
if ( krb5_authenticate( krb5_name, passwd ) ) {
#else /* OUKRB5 */
7. Before '#endif' (approx line 1438), added:
#endif
8. Before '#ifdef KERBEROS' (approx line 3698), added:
#ifdef OUKRB5
int krb5_authenticate( char *username, char *password )
{
krb5_context kcontext;
krb5_ccache ccache = NULL;
krb5_error_code code;
krb5_principal me, server;
krb5_creds my_creds;
char *client_name;
krb5_init_context( &kcontext );
krb5_init_ets( kcontext );
if ( krb5_cc_default( kcontext, &ccache ) ||
krb5_parse_name( kcontext, username, &me ) ||
krb5_unparse_name( kcontext, me, &client_name ) ||
krb5_cc_initialize( kcontext, ccache, me ) ||
krb5_build_principal_ext
( kcontext, &server,
krb5_princ_realm( kcontext, me )->length,
krb5_princ_realm( kcontext, me )->data,
KRB5_TGS_NAME_SIZE,
KRB5_TGS_NAME,
krb5_princ_realm( kcontext, me )->length,
krb5_princ_realm( kcontext, me )->data,
0 ) )
{
printf( "error when initializing\n" );
exit( 1 );
}
memset( (char *)&my_creds, 0, sizeof( my_creds ) );
my_creds.client = me;
my_creds.server = server;
my_creds.times.starttime = 0;
my_creds.times.endtime = 0;
my_creds.times.renew_till = 0;
code = krb5_get_in_tkt_with_password( kcontext, 0, 0,
NULL, NULL, password,
ccache, &my_creds, 0);
krb5_free_principal( kcontext, server );
return( code );
}
#endif /* OUKRB5 */
The Makefile was modified to define:
LKERB = -lauth -lckrb -lkrb -ldes
And use it for ftpd.
That's all, folk!!
Good Luck
Jim Shadowen
University of Oklahoma
From
[email protected] Fri Mar 28 15:08:28 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA08865;
Fri, 28 Mar 1997 14:58:58 -0600 (CST)
Received: from siggy.iceonline.com (siggy.iceonline.com [198.231.65.5])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id OAA07696
for <
[email protected]>; Fri, 28 Mar 1997 14:53:41 -0600 (CST)
Received: by siggy.iceonline.com (940816.SGI.8.6.9/940406.SGI)
for
[email protected] id MAA01988; Fri, 28 Mar 1997 12:53:34 -0800
Message-Id: <
[email protected]>
Date: Fri, 28 Mar 1997 12:53:34 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Chris Brown)
To:
[email protected]
Subject: Re: Any possible year 2000 problems with wu-ftpd?
In-Reply-To: <
[email protected]> from "Kent Landfield" at Mar 27, 97 04:59:32 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Another possible problem is the day when time( NULL ) returns 0 or a
negative number... It'll happen sometime. Depending on implementation
it'll either be in 2038 or 2106 so we've got some time leway here :), but
it's something to consider, also. Of course I'm not sure that wuftpd can
deal with it without the help of the underlying unix kernel.
Chris...
> #
> # The subject says it all...I can't think of anywhere that wu-ftpd makes
> # assumptions about the year that could cause problems, but I thought I'd
> # run it by everyone just in case I overlooked something.
>
> Andy,
> When I saw this question I laughed. Then I started to think about it
> and then I went and looked...
>
> There are three places where 1900 is used explicitly. Two times in
> extensions.c and once in ftpshut.c.
>
> extensions.c: tmbuf.tm_year -= 1900;
> extensions.c: tm.tm_year -= 1900;
> ftpshut.c: (tp->tm_year) + 1900,
>
> ftpshut.c should not be a problem as long as the system time functions do
> the right thing. The two references in extensions.c can be handled with an
> if statement checking the date > 2000. Question is, are there non-obvious
> gotchas ?
>
> Mirroring might get interesting globally if the mirroring software people use
> does not realize '00' is not less than '99'. Well, at least for a day or so
> until all the mirror sites redownload everything and resync their file
> timestamps... I think I'll be on vacation that week.
>
> --
> Kent Landfield Phone: 1-817-545-2502
> The Landfield Group FAX: 1-817-545-7650
> Email:
[email protected] http://www.landfield.com/
> Please send comp.sources.misc related mail to
[email protected].
> Search the Usenet Hypertext FAQ Archive at
http://www.faqs.org/faqs/
>
From
[email protected] Fri Mar 28 18:02:17 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA11562;
Fri, 28 Mar 1997 17:52:27 -0600 (CST)
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA23502
for <
[email protected]>; Fri, 28 Mar 1997 17:46:29 -0600 (CST)
Received: from DCL.MIT.EDU by MIT.EDU with SMTP
id AA26806; Fri, 28 Mar 97 18:46:27 EST
Received: by dcl.MIT.EDU (5.x/4.7) id AA27472; Fri, 28 Mar 1997 18:46:27 -0500
Message-Id: <
[email protected]>
Date: Fri, 28 Mar 1997 18:46:27 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Theodore Y. Ts'o" <
[email protected]>
To:
[email protected]
Cc: "'
[email protected]'" <
[email protected]>
Subject: Re: OU's Kerberos 5 changes
In-Reply-To: Jim Shadowen-1's message of Fri, 28 Mar 1997 09:56:03 -0600,
<c=US%a=_%p=OU%
[email protected]>
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Date: Fri, 28 Mar 1997 09:56:03 -0600
From: Jim Shadowen-1 <
[email protected]>
3. We are only using Kerberos to verify username and password, the
user's home directory is still pulled from the password file using the
original wu-ftpd code.
It's important to note that this is *only* using Kerberos to verify the
username and password. The Kerberos password is still being sent across
the FTP command channel in the clear, so it's succeptible to
eavesdroppers. As such, you may *not* want to encourage users to use
this.
There is code in the MIT Kerberos V5 distribution which supports client
authentication, where the ftp client uses Kerberos to authenticate, and
then encrypt the ftp connection to the server. This requires a version
of the ftp client and server which supports the GSSAPI authentication
extensions.
It would be possible to move this code into wu-ftpd; it would require
pretty siginificant patches, though. Is this something that Academ
Consulting Services would be willing to see integrated during the 2.5
development cycle?
- Ted
From
[email protected] Sat Mar 29 17:21:22 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id RAA21184;
Sat, 29 Mar 1997 17:13:38 -0600 (CST)
Received: from indigo.fitertown.com (indigo.fitertown.com [207.19.125.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id RAA21049
for <
[email protected]>; Sat, 29 Mar 1997 17:07:30 -0600 (CST)
Received: from topdog.fitertown.com ([207.19.125.22])
by indigo.fitertown.com (Netscape Mail Server v1.1) with SMTP
id AAA11432 for <
[email protected]>;
Sat, 29 Mar 1997 18:05:52 -0500
Message-Id: <
[email protected]>
Date: Sat, 29 Mar 1997 18:07:05 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Jim Robinson)
To:
[email protected]
Subject: Guest Users
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
I am running wu-ftpd on an SGI Indy irix 6.2. I have tried all kinds of
suggestions about how to configure the /etc/passwd file for guest ftp users
and have narrowed it down to the shell. If I use /bin/csh at for the guest
user's shell in /etc/passwd everything is great. The chroot is fine hitting
the right directory and the guest is unable to cd to any other directories
which is the way I want it. However there is a huge security hole here as
the guest user set up in /etc/passwd can telnet or rlogin and get all
around the system. I have tried /dev/null, /bin/false and even /bin/true
listing all in /etc/shells as directed to no avail. the ftp server always
denys the guest user access unless I have set his account up with /bin/csh
as his shell. I have heard about some thing called ftponly. There are some
elusions on the newsgroups that this is a dummy file and I also read where
the source had to be compiled. This looks like the solution but how do I
get the binary (I have no compilers at this time)? I have tried putting an
ftponly dummy file in /etc as directed and also including it in /etc/shells
to no avail. It has also been suggested that one can create a shell to deny
access via telnet or rlogin but to allow ftp access only. Can you shed some
light on this dilemma? Cheers.....JR
Jim A Robinson
Moneypit Inc.
www.fitertown.com
www.moneypit.net
[email protected]
Informed decision-making comes from a long tradition of guessing and then
blaming others for inadequate results.....Dogbert
From
[email protected] Mon Mar 31 06:28:58 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id GAA25583;
Mon, 31 Mar 1997 06:23:29 -0600 (CST)
Received: from sbcomp.com ([207.150.14.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id GAA25367
for <
[email protected]>; Mon, 31 Mar 1997 06:12:01 -0600 (CST)
Received: from skb (rockford05.inwave.com [206.190.10.105])
by sbcomp.com (8.8.4/8.8.4) with SMTP
id GAA12144; Mon, 31 Mar 1997 06:12:17 -0600 (CST)
Message-Id: <
[email protected]>
Date: Mon, 31 Mar 1997 06:11:47 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Steven K. Buehler" <
[email protected]>
To:
[email protected],
[email protected]
Subject: Re: Guest Users
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Try using /nosuchshell
At 06:07 PM 3/29/97 -0500, Jim Robinson wrote:
>I am running wu-ftpd on an SGI Indy irix 6.2. I have tried all kinds of
>suggestions about how to configure the /etc/passwd file for guest ftp users
>and have narrowed it down to the shell. If I use /bin/csh at for the guest
>user's shell in /etc/passwd everything is great. The chroot is fine hitting
>the right directory and the guest is unable to cd to any other directories
>which is the way I want it. However there is a huge security hole here as
>the guest user set up in /etc/passwd can telnet or rlogin and get all
>around the system. I have tried /dev/null, /bin/false and even /bin/true
>listing all in /etc/shells as directed to no avail. the ftp server always
>denys the guest user access unless I have set his account up with /bin/csh
>as his shell. I have heard about some thing called ftponly. There are some
>elusions on the newsgroups that this is a dummy file and I also read where
>the source had to be compiled. This looks like the solution but how do I
>get the binary (I have no compilers at this time)? I have tried putting an
>ftponly dummy file in /etc as directed and also including it in /etc/shells
>to no avail. It has also been suggested that one can create a shell to deny
>access via telnet or rlogin but to allow ftp access only. Can you shed some
>light on this dilemma? Cheers.....JR
>
>
>Jim A Robinson
>Moneypit Inc.
>www.fitertown.com
>www.moneypit.net
>
[email protected]
>Informed decision-making comes from a long tradition of guessing and then
>blaming others for inadequate results.....Dogbert
>
>
======================================================
Steven K. Buehler
S & B Computers
Rockford Illinois, USA
Phone: 815-398-7169
Fax: 815-398-7266
======================================================
From
[email protected] Mon Mar 31 08:13:53 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA28428;
Mon, 31 Mar 1997 08:08:26 -0600 (CST)
Received: from ibm.aecoc.es ([194.196.51.5])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id IAA28405
for <
[email protected]>; Mon, 31 Mar 1997 08:01:03 -0600 (CST)
Received: (from mnavarro@localhost) by ibm.aecoc.es (AIX4.2/UCB 8.7/8.7) id PAA30494 for
[email protected]; Mon, 31 Mar 1997 15:58:01 +0100 (NFT)
Message-Id: <
[email protected]>
Date: Mon, 31 Mar 1997 15:58:01 +0100 (NFT)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Usuario-Mois�s." <
[email protected]>
To:
[email protected]
Subject: Access denied for 'guest/real' users.
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Hi.
This is an easy one I guess, but I need some help.
I'm running WUFTPD 2.4 under AIX 4.2
I want real users to be 'chrooted' as if they were
anonymous or guest users.
I've tried with the next entry in <ftpaccess> file:
guestgroup xxx
and real users belong to the group 'xxx'.
The users' home directory is /<dir1>/./
Thanks in advance.
Moises Navarro Marin.
IBM Global Services, SPAIN.
[email protected]
From
[email protected] Mon Mar 31 08:38:23 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA30538;
Mon, 31 Mar 1997 08:32:38 -0600 (CST)
Received: from serv-02 (serv-02.ez-poa.com.br [200.248.215.10])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id IAA30151
for <
[email protected]>; Mon, 31 Mar 1997 08:26:55 -0600 (CST)
Received: from dolphin by serv-02 (SMI-8.6/SMI-SVR4)
id LAA21574; Mon, 31 Mar 1997 11:26:18 -0300
Message-Id: <
[email protected]>
Date: Sun, 22 Dec 1996 11:22:28 -0200
Reply-To:
[email protected]
Sender:
[email protected]
From: Rafael Vilarino Kuhn <
[email protected]>
To:
[email protected]
Subject: Re: Problems to kill process
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (WinNT; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Rafael Vilarino Kuhn wrote:
>
> Hi!
>
> I use WU-FTP 2.4 to Sun Solaris 2.4. I have a problem.
> The process of FTP never die. The line in inetd that
> call ftp daemon is:
>
> ftp stream tcp nowait root
> /etc/ftpd/ftpd /etc/ftpd/ftpd -adl
>
> Is this correct? Thank's in advance!
>
> Rafael Vilarino Kunn
>
[email protected]
A few time ago I post this message but don't receive
responses. Have somebody any idea?
Thanks!
--
##############################################
## Rafael Vilarino Kuhn ##
##
[email protected] ##
## Gaucho por tradicao, Gremista de coracao ##
##############################################
From
[email protected] Mon Mar 31 09:26:13 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA01262;
Mon, 31 Mar 1997 09:20:19 -0600 (CST)
Received: from email.uc.edu (mail.fd1.uc.edu [129.137.244.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA00609
for <
[email protected]>; Mon, 31 Mar 1997 09:15:51 -0600 (CST)
Received: from ucfammed31.hpb.uc.edu (ucfammed31.hpb.uc.edu [129.137.232.182]) by email.uc.edu (8.7.5/8.7.1) with SMTP id KAA28402 for <
[email protected]>; Mon, 31 Mar 1997 10:19:17 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 31 Mar 1997 10:16:08 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Syd Alsobrook <
[email protected]>
To: Wu-FTPd <
[email protected]>
Subject: Access Denied
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
I changed the login shell for some of my users by changing the intry in
the passwd file. Now those users can not login with ftp. I tried to fix
this by changing back to the orginial settings but it still isn't working.
the users that i did not change are not having this problem.
could someone please help?
Syd
----
http://www.uc.edu/~alsobrsp
"How do you know you're having fun
if there's no one watching you have it."
Douglas Adams
From
[email protected] Mon Mar 31 10:02:11 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id JAA03861;
Mon, 31 Mar 1997 09:55:55 -0600 (CST)
Received: from sbcomp.com ([207.150.14.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id JAA03359
for <
[email protected]>; Mon, 31 Mar 1997 09:50:53 -0600 (CST)
Received: from skb (rockford20.inwave.com [206.190.10.120])
by sbcomp.com (8.8.4/8.8.4) with SMTP
id JAA12383; Mon, 31 Mar 1997 09:50:53 -0600 (CST)
Message-Id: <
[email protected]>
Date: Mon, 31 Mar 1997 09:50:22 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Steven K. Buehler" <
[email protected]>
To: Syd Alsobrook <
[email protected]>
Cc:
[email protected]
Subject: Re: Access Denied
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
If you change the login shell, you may have to edit (or create) the /etc/shells file so that the shell will have permissions. The file looks something like this:
/bin/csh
/bin/sh
/bin/bash
/bin/ksh
/usr/bin/tcsh
/usr/lib/uucp/uucico
Until I created this file, anyone with a /usr/bin/tcsh login shell couldn't ftp in.
At 10:16 AM 3/31/97 -0500, you wrote:
>
> I changed the login shell for some of my users by changing the intry in
>the passwd file. Now those users can not login with ftp. I tried to fix
>this by changing back to the orginial settings but it still isn't working.
>the users that i did not change are not having this problem.
>
>could someone please help?
>
>
>Syd
>----
>
http://www.uc.edu/~alsobrsp
>
> "How do you know you're having fun
> if there's no one watching you have it."
> Douglas Adams
>
>
======================================================
Steven K. Buehler
S & B Computers
Rockford Illinois, USA
Phone: 815-398-7169
Fax: 815-398-7266
======================================================
From
[email protected] Mon Mar 31 10:26:20 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id KAA05298;
Mon, 31 Mar 1997 10:19:56 -0600 (CST)
Received: from email.uc.edu (mail.fd1.uc.edu [129.137.244.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id KAA03989
for <
[email protected]>; Mon, 31 Mar 1997 10:12:31 -0600 (CST)
Received: from ucfammed31.hpb.uc.edu ([129.137.232.182]) by email.uc.edu (8.7.5/8.7.1) with SMTP id LAA04734 for <
[email protected]>; Mon, 31 Mar 1997 11:15:38 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 31 Mar 1997 11:12:39 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Syd Alsobrook <
[email protected]>
To:
[email protected]
Subject: Re: Access Denied
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
At 09:50 AM 3/31/97 -0600, you wrote:
>If you change the login shell, you may have to edit (or create) the
/etc/shells file so that the shell will have permissions. The file looks
something like this:
>/bin/csh
>/bin/sh
>/bin/bash
>/bin/ksh
>/usr/bin/tcsh
>/usr/lib/uucp/uucico
>
>Until I created this file, anyone with a /usr/bin/tcsh login shell
couldn't ftp in.
I did check that file and all of the shells on my system are in it. I
also noticed that when I try to logout I get a "not a login shell use exit"
message. The odd thing is that I also changed the root shell to match the
others and it doesn't have any problems at all.
Syd
----
http://www.uc.edu/~alsobrsp
"How do you know you're having fun
if there's no one watching you have it."
Douglas Adams
From
[email protected] Mon Mar 31 20:53:18 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA06200;
Mon, 31 Mar 1997 20:46:12 -0600 (CST)
Received: from citysearch.com ([205.227.223.133])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id UAA05878
for <
[email protected]>; Mon, 31 Mar 1997 20:42:14 -0600 (CST)
Received: from [10.0.50.203] by citysearch.com
(SMTPD32-960308) id A5AF2E530144; Mon Mar 31 18:40:47 1997
Message-Id: <
[email protected]>
Date: Mon, 31 Mar 1997 20:42:14 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Mark Bergstrom <
[email protected]>
To:
[email protected]
Subject: Re: Guestgroup /bin/ls on IRIX5.3
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 2.1.2
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Maybe a title change will get somebody's attention.
I've been through ftpd.c over and over. I can't see why only one command
'/bin/ls' is broken for the guestgroup. The chroot and chdir obviously
work. And as I have noted in my prior posts, '/bin/ls' is NOT broken for
anonymous or for real users.
____
The parallel discussion thread of various shells under IRIX6.2 seems to be
irrelevant here. I am not seeing any 'type of shell' problems at all no
matter what I use for the guestgroup access.
____
With the debug option on and connecting via ftp client, the messages for the
'ls' command that appear indicate a perfectly normal operation.
But nothing shows up. All messages show connection open, the message 150
ascii transfer, connection closing. And nothing shows up.
------------
Trying via telnet rather than ftp client, I connect to the port, login, give
the password and CWD STOR RETR CDUP and so on all work Except LIST which
gives the 425 message from the source:
425 Can't build data connection: Connection refused.
on trying to list the current directory (or any suitable path).
The only ls-specific difference between anonymous and guestgroup(or real) I
can see is in ftpcmd.y but since the command works for real users I do not
understand why the chrooted version inside the bin directory of the 'sample'
guestuser would clutch up.
MB
From
[email protected] Mon Mar 31 21:14:46 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA07100;
Mon, 31 Mar 1997 21:09:07 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id VAA06985
for <
[email protected]>; Mon, 31 Mar 1997 21:05:46 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id VAA15225;
Mon, 31 Mar 1997 21:05:44 -0600
Message-Id: <
[email protected]>
Date: Mon, 31 Mar 1997 21:05:44 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Mark Bergstrom <
[email protected]>
Cc:
[email protected]
Subject: Re: Guestgroup /bin/ls on IRIX5.3
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
On Mon, 31 Mar 1997, Mark Bergstrom wrote:
> Maybe a title change will get somebody's attention.
>
> I've been through ftpd.c over and over. I can't see why only one command
> '/bin/ls' is broken for the guestgroup. The chroot and chdir obviously
> work. And as I have noted in my prior posts, '/bin/ls' is NOT broken for
> anonymous or for real users.
Assuming you have installed a ~/bin/ls in the chrooted guest account, ls
in the guest environment is usually broken because it does not have access
to the necessary shared libraries or devices. It is because the chroot
works that the shared libraries in /lib, /usr/lib or wherever are no
longer accessible. If you've not read it yet, this is explained in the
guest howto (below). One solution is a static linked ls if it is an
option for you; you may still need ~/dev files, depending on the platform.
The specifics for this are different for each OS; I've collected a few OS
specifics at the end of the guest howto. Some IRIX configuration data was
added recently.
> The parallel discussion thread of various shells under IRIX6.2 seems to be
> irrelevant here. I am not seeing any 'type of shell' problems at all no
> matter what I use for the guestgroup access.
True; the shells discussion is irrelevant for non operational ls.
> With the debug option on and connecting via ftp client, the messages for the
> 'ls' command that appear indicate a perfectly normal operation.
>
> But nothing shows up. All messages show connection open, the message 150
> ascii transfer, connection closing. And nothing shows up.
Because ls is not running to completion; it can't, as it does not have the
libraries or devices it needs.
If in the process of setting up your site you find additional OS specific
information about the IRIX setup, please email it to me so I can add it to
the guest howto. Thanks,
-- Michael
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-13.tar.Z
wu-ftpd FAQ:
http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
wu-ftpd list archive:
http://www.landfield.com/wu-ftpd/mail-archive/
There are additional security references in the above docs.
From
[email protected] Mon Mar 31 21:44:42 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA07744;
Mon, 31 Mar 1997 21:39:11 -0600 (CST)
Received: from venus.gbtech.net ([207.78.160.3])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id VAA08234
for <
[email protected]>; Mon, 31 Mar 1997 21:36:16 -0600 (CST)
Received: from pentium (dialnet21.gbtech.net [207.78.160.51])
by venus.gbtech.net (8.8.4/8.8.4) with SMTP
id VAA03839 for <
[email protected]>; Mon, 31 Mar 1997 21:36:12 -0600 (CST)
Message-Id: <
[email protected]>
Date: Mon, 31 Mar 1997 21:22:23 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Donny Clark <
[email protected]>
To:
[email protected]
Subject: Help Configuring wu-ftpd
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0Gold (Win95; I)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
I have installed WU-FTP and have successfully set up group access. I am
now attempting to set up anonymous logins, but only from a select set of
hosts. So far I have had no luck in limiting the hosts which can access
the ftp server anonymously. Is there a way to configure wuftp to allow
access only to a select group of hosts? If so, could you please give me
some pointers?
Thanks in advance for the help and advice.
Donny
From
[email protected] Mon Mar 31 21:57:00 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id VAA09021;
Mon, 31 Mar 1997 21:51:24 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id VAA08964
for <
[email protected]>; Mon, 31 Mar 1997 21:50:43 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id VAA16005;
Mon, 31 Mar 1997 21:49:35 -0600
Message-Id: <
[email protected]>
Date: Mon, 31 Mar 1997 21:49:35 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Donny Clark <
[email protected]>
Cc:
[email protected]
Subject: Re: Help Configuring wu-ftpd
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
'man ftpaccess'
Look at the class directive.
-- Michael
On Mon, 31 Mar 1997, Donny Clark wrote:
> I have installed WU-FTP and have successfully set up group access. I am
> now attempting to set up anonymous logins, but only from a select set of
> hosts. So far I have had no luck in limiting the hosts which can access
> the ftp server anonymously. Is there a way to configure wuftp to allow
> access only to a select group of hosts? If so, could you please give me
> some pointers?
From
[email protected] Mon Mar 31 22:08:52 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA09685;
Mon, 31 Mar 1997 22:03:11 -0600 (CST)
Received: from indigo.fitertown.com (indigo.fitertown.com [207.19.125.11])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id VAA09359
for <
[email protected]>; Mon, 31 Mar 1997 21:58:39 -0600 (CST)
Received: from tecra3.fitertown.com ([207.19.125.200])
by indigo.fitertown.com (Netscape Mail Server v1.1) with SMTP
id AAB14783 for <
[email protected]>;
Mon, 31 Mar 1997 22:57:00 -0500
Message-Id: <
[email protected]>
Date: Mon, 31 Mar 1997 22:49:20 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Jim Robinson)
To:
[email protected]
Subject: Re: Guestgroup /bin/ls on IRIX5.3
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 beta 13 (32)
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
I am having the exact problem where the ls command shows nothing when used
by a guest user. I have solved the problem, sort of. Firstly my /etc/passwd
entry for a guest user looks like this guest:xxxxxxxx:guest ftp
user:~ftp/user/guest:/bin/csh. In this config it seems to work however it
leaves a huge security hole as the guest ftp user can telnet into the host
machine. If I enter the /etc/passwd as follows the guest user is chrooted
into the directory guest but the problem of no list coming up occurs.
guest:xxxxxxxx:guest ftp user:~ftp/user/./guest:/bin/csh. I noted that you
were using irix version 5.3 and I know that with 6.2 if you check the man
page for ftpd there is some good info on how to make the "ls" work for
anonymous users which seemed to solve a lot of my problems except with the
dreaded "guest user". I know this is probably more confusing than help but
I tried. Cheers.....JR
Jim A Robinson
[email protected]
www.fitertown.com
www.moneypitltd.com
From
[email protected] Mon Mar 31 22:50:54 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id WAA11199;
Mon, 31 Mar 1997 22:45:18 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id WAA10999
for <
[email protected]>; Mon, 31 Mar 1997 22:40:57 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id WAA16943;
Mon, 31 Mar 1997 22:40:13 -0600
Message-Id: <
[email protected]>
Date: Mon, 31 Mar 1997 22:40:13 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Jim Robinson <
[email protected]>
Cc:
[email protected]
Subject: Re: Guestgroup /bin/ls on IRIX5.3
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
guest:*:guest ftp user:~ftp/user/./guest:/etc/ftponly
Use a single x or * as the password and you can lock the account from
login. This may vary system to system; check yours specifically. I think
the shadow password system wants a single x. Also, use a non existent or
non executable shell, such as the dummy entry /etc/ftponly, and you should
be okay.
-- Michael
On Mon, 31 Mar 1997, Jim Robinson wrote:
> I am having the exact problem where the ls command shows nothing when used
> by a guest user. I have solved the problem, sort of. Firstly my /etc/passwd
> entry for a guest user looks like this guest:xxxxxxxx:guest ftp
> user:~ftp/user/guest:/bin/csh. In this config it seems to work however it
> leaves a huge security hole as the guest ftp user can telnet into the host
> machine. If I enter the /etc/passwd as follows the guest user is chrooted
> into the directory guest but the problem of no list coming up occurs.
> guest:xxxxxxxx:guest ftp user:~ftp/user/./guest:/bin/csh. I noted that you
> were using irix version 5.3 and I know that with 6.2 if you check the man
> page for ftpd there is some good info on how to make the "ls" work for
> anonymous users which seemed to solve a lot of my problems except with the
> dreaded "guest user". I know this is probably more confusing than help but
> I tried.
From
[email protected] Mon Mar 31 23:20:09 1997
Received: from host (wugate.wustl.edu [128.252.120.1])
by wugate.wustl.edu (8.8.5/8.8.5) with SMTP id XAA11985;
Mon, 31 Mar 1997 23:15:24 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by wugate.wustl.edu (8.8.5/8.8.5) with ESMTP id XAA11606
for <
[email protected]>; Mon, 31 Mar 1997 23:13:19 -0600 (CST)
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.5/8.8.5) with SMTP id XAA17275;
Mon, 31 Mar 1997 23:13:20 -0600
Message-Id: <
[email protected]>
Date: Mon, 31 Mar 1997 23:13:20 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: "Fred B. Ringel" <
[email protected]>
Cc: WU-Ftpd List <
[email protected]>
Subject: Re: Chroot & cgi Help!
In-Reply-To: <Pine.LNX.3.95L01at.970327232448.1131C-100000@joshua.rivertown.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 8.0 -- ListProcessor(tm) by CREN
Did you ever get an answer on this?
Sounds like a source hack is in order on cgi-wrap to get it to swallow the
/./ in the /etc/passwd home path.
Yet, something is still not adding up as I understand your description so
far. When you chroot the user in ftp to upload the CGI stuff, the CGI is
not executed at that time. The cgi-wrap is executed later from the Web
server, no? What does a chrooted ftp session have to do with Web server
CGI? Are they running the CGI programs from the ftp login?
-- Michael
On Thu, 27 Mar 1997, Fred B. Ringel wrote:
> I have the wu.ftpd daemon running on my web server to chroot each
> user to their home directory when they ftp their home pages to the server.
> Now they all want to set up their own brand of guest-book, and what not. So
> I compiled Cgiwrap to protect the server from any really wild/insecure
> cgi's.
>
> They work great from my own (non-chrooted) directory, but will not
> run from a users /public_html/cgi-bin directory on the basis that cgi-wrap
> complains there is an illegal "." or ".." in the path, the very "." which
> causes the chroot to the home directory.