* vsftpd
@ 2003-05-20 22:24 Robert.Couture
2003-05-21 12:38 ` vsftpd Carl
2003-05-21 15:20 ` vsftpd Ray Olszewski
0 siblings, 2 replies; 7+ messages in thread
From: Robert.Couture @ 2003-05-20 22:24 UTC (permalink / raw)
To: sean
The following message is a courtesy copy of an article
that has been posted to linux.newbies as well.
Hello All!
I am having a problem setting up vsftpd with anonymous access. I keep getting
the following error:
500 OOPS: vsftpd: refusing to run with writable anonymous root
I am stumped as to what this means. I have tried all sorts of games with
setting permissions, but nothing seems to work.
The man pages do not address this issue and searches on the internet do not
reveal anything to resolve the problem. As a newbie user, I sure could use a
detailed cure for this. :)
I am running RH 9.0 and the vsftpd root is the standard /var/ftp
Thanks in advance!
Regards,
Robert
--- Msged/UNX 6.1.2
* Origin: RuneKeep: Linux Hub 2000 (1:229/2000)
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: vsftpd
2003-05-20 22:24 vsftpd Robert.Couture
@ 2003-05-21 12:38 ` Carl
2003-05-23 10:52 ` vsftpd Robert.Couture
2003-05-21 15:20 ` vsftpd Ray Olszewski
1 sibling, 1 reply; 7+ messages in thread
From: Carl @ 2003-05-21 12:38 UTC (permalink / raw)
To: Robert.Couture, linux-newbie list
At 22:24 20/05/2003 +0000, Robert.Couture@p0.f2000.n229.z1.fidonet.org wrote:
>Hello All!
>
>I am having a problem setting up vsftpd with anonymous access. I keep getting
>the following error:
>
>500 OOPS: vsftpd: refusing to run with writable anonymous root
>
>I am stumped as to what this means. I have tried all sorts of games with
>setting permissions, but nothing seems to work.
>
>The man pages do not address this issue and searches on the internet do not
>reveal anything to resolve the problem. As a newbie user, I sure could use a
>detailed cure for this. :)
>
>I am running RH 9.0 and the vsftpd root is the standard /var/ftp
This sounds exactly what it says on the tin. The root dir for anonymous users is writeable.
I am not familiar with vsftpd but i know it stands for "Very Secure FTP Daemon" so it makes
sense that it wouldn't allow anonymous write access.
I found this on the vsftpd website in the FAQ:
Q) Help! I'm getting the error message "refusing to run with writable anonymous
root".
A) vsftpd is protecting against dangerous configurations. The cause of this
message is usually dodgy ownership of the ftp home directory. The home
directory should NOT be owned by the ftp user itself. Neither should it
be writable by the ftp user. A way to fix this is:
chown root ~ftp; chmod -w ~ftp
--
Carl
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: vsftpd
2003-05-20 22:24 vsftpd Robert.Couture
2003-05-21 12:38 ` vsftpd Carl
@ 2003-05-21 15:20 ` Ray Olszewski
1 sibling, 0 replies; 7+ messages in thread
From: Ray Olszewski @ 2003-05-21 15:20 UTC (permalink / raw)
To: Robert.Couture; +Cc: linux-newbie
There's a linux.newbie newsgroup? You learn something new every day. I'm
cc'ing the mailing list rather than the newsgroup, since that is how the
question reached me.
Anyway ... you didn't search hard enough on the Internet. The vsftpd home
site (the first thing listed in a Google search on "vsftpd") has a FAQ (at
URL ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-1.1.3/FAQ) and this
is in it:
>Q) Help! I'm getting the error message "refusing to run with writable
>anonymous
>root".
>A) vsftpd is protecting against dangerous configurations. The cause of this
>message is usually dodgy ownership of the ftp home directory. The home
>directory should NOT be owned by the ftp user itself. Neither should it
>be writable by the ftp user. A way to fix this is:
>chown root ~ftp; chmod -w ~ftp
I don't use vsftpd myself (in fact, I hadn't heard of it prior to this
message) ... so if that answer doesn't help you, I can't provide any
further assistance if you have trouble making this work, unless you provide
very clear details about what you tried and what went wrong.
At 10:24 PM 5/20/2003 +0000, Robert.Couture@p0.f2000.n229.z1.fidonet.org wrote:
>The following message is a courtesy copy of an article
>that has been posted to linux.newbies as well.
>
>Hello All!
>
>I am having a problem setting up vsftpd with anonymous access. I keep getting
>the following error:
>
>500 OOPS: vsftpd: refusing to run with writable anonymous root
>
>I am stumped as to what this means. I have tried all sorts of games with
>setting permissions, but nothing seems to work.
>
>The man pages do not address this issue and searches on the internet do not
>reveal anything to resolve the problem. As a newbie user, I sure could use a
>detailed cure for this. :)
>
>I am running RH 9.0 and the vsftpd root is the standard /var/ftp
>
>Thanks in advance!
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: vsftpd
@ 2003-05-22 8:06 Sean Rima
2003-05-22 14:38 ` linux-newbie newsgroup (was: Re: vsftpd) Ray Olszewski
0 siblings, 1 reply; 7+ messages in thread
From: Sean Rima @ 2003-05-22 8:06 UTC (permalink / raw)
To: linux-newbie
On 21.05.2003 08:20:44, Ray Olszewski wrote:
RO> From: Ray Olszewski <ray@comarre.com>
RO>
RO> There's a linux.newbie newsgroup? You learn something new every day. I'm
RO> cc'ing the mailing list rather than the newsgroup, since that is how the
RO> question reached me.
RO>
The linux.newbie ng is a private mailing lists here at tcob1.net. I run a BBS
and the mailing list get sent to Fidonet and a couple of other similar
networks. I must strip that header and maybe a couple of others
Sean
--
Who needs spam when you've got posters like us
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 7+ messages in thread
* linux-newbie newsgroup (was: Re: vsftpd)
2003-05-22 8:06 vsftpd Sean Rima
@ 2003-05-22 14:38 ` Ray Olszewski
2003-05-22 17:14 ` linux-newbie newsgroup Sean Rima
0 siblings, 1 reply; 7+ messages in thread
From: Ray Olszewski @ 2003-05-22 14:38 UTC (permalink / raw)
To: linux-newbie
At 08:06 AM 5/22/2003 +0000, Sean Rima wrote:
>On 21.05.2003 08:20:44, Ray Olszewski wrote:
>
> RO> From: Ray Olszewski <ray@comarre.com>
> RO>
> RO> There's a linux.newbie newsgroup? You learn something new every day. I'm
> RO> cc'ing the mailing list rather than the newsgroup, since that is how the
> RO> question reached me.
> RO>
>
>The linux.newbie ng is a private mailing lists here at tcob1.net. I run a BBS
>and the mailing list get sent to Fidonet and a couple of other similar
>networks. I must strip that header and maybe a couple of others
Because the message I was responding to came via this unfamiliar-to-me
newsgroup, rather than directly to the list, I replied to both the group
and the poster's address. The reply to the poster bounced. Because I don't
know how this newsgroup works, I don't know if he saw it. In stripping that
header, you might want also to look at how the From: header is being
handled ... I have no way of knowing why the bounce happened (that is,
whether the bad From: address was caused by the newsgroup processing, or if
the poster just used a bogus address).
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux-newbie newsgroup
2003-05-22 14:38 ` linux-newbie newsgroup (was: Re: vsftpd) Ray Olszewski
@ 2003-05-22 17:14 ` Sean Rima
0 siblings, 0 replies; 7+ messages in thread
From: Sean Rima @ 2003-05-22 17:14 UTC (permalink / raw)
To: linux-newbie
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 22 May 2003, Ray Olszewski spake:
>At 08:06 AM 5/22/2003 +0000, Sean Rima wrote:
>>On 21.05.2003 08:20:44, Ray Olszewski wrote:
>>
>>RO> From: Ray Olszewski <ray@comarre.com>
>>RO>
>>RO> There's a linux.newbie newsgroup? You learn something new every
>>RO> day. I'm cc'ing the mailing list rather than the newsgroup, since
>>RO> that is how the question reached me.
>>RO>
>>
>>The linux.newbie ng is a private mailing lists here at tcob1.net. I
>>run a BBS and the mailing list get sent to Fidonet and a couple of
>>other similar networks. I must strip that header and maybe a couple of
>>others
>
>Because the message I was responding to came via this unfamiliar-to-me
>newsgroup, rather than directly to the list, I replied to both the
>group and the poster's address. The reply to the poster
>bounced. Because I don't know how this newsgroup works, I don't know
>if he saw it. In stripping that header, you might want also to look at
>how the From: header is being handled ... I have no way of knowing why
>the bounce happened (that is, whether the bad From: address was caused
>by the newsgroup processing, or if the poster just used a bogus
>address).
>
He does, any posting to the list which arrives here goes to the
newsgroups, gated via hamster currently. It is then converted to FTN
technology (http://www.fidonet.ca) and sent to hundreds of BBS systems
around the world.
Sean
- --
Q: Because it reverses the logical flow of conversation.
A: Why is top posting frowned upon?
Normal Email sean AT tcob1 DOT net GPG Key Id 7DA70294
ICQ: 679813 Jabber: tcobone@jabber.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
iD8DBQE+zQVyHMnSWn2nApQRApYIAKCS7+oHP9tYeMzM1CKZ9FN4jt6V1wCgwmiS
l+SzLNtQ7yFGzVZYBm++GnY=
=poOl
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: vsftpd
2003-05-21 12:38 ` vsftpd Carl
@ 2003-05-23 10:52 ` Robert.Couture
0 siblings, 0 replies; 7+ messages in thread
From: Robert.Couture @ 2003-05-23 10:52 UTC (permalink / raw)
To: sean
The following message is a courtesy copy of an article
that has been posted to linux.newbies as well.
Hello Carl!
May 21 13:38 03, Carl wrote to Robert.Couture@p0.f2000.n229.z1.fid:
C> I found this on the vsftpd website in the FAQ:
C> Q) Help! I'm getting the error message "refusing to run with writable
C> anonymous root".
C> A) vsftpd is protecting against dangerous configurations. The cause of
C> this message is usually dodgy ownership of the ftp home directory. The
C> home directory should NOT be owned by the ftp user itself. Neither
C> should it be writable by the ftp user. A way to fix this is: chown
C> root ~ftp; chmod -w ~ftp
Thanks a million!
Regards,
Robert
--- Msged/UNX 6.1.2
* Origin: RuneKeep: Linux Hub 2000 (1:229/2000)
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2003-05-23 10:52 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-22 8:06 vsftpd Sean Rima
2003-05-22 14:38 ` linux-newbie newsgroup (was: Re: vsftpd) Ray Olszewski
2003-05-22 17:14 ` linux-newbie newsgroup Sean Rima
-- strict thread matches above, loose matches on Subject: below --
2003-05-20 22:24 vsftpd Robert.Couture
2003-05-21 12:38 ` vsftpd Carl
2003-05-23 10:52 ` vsftpd Robert.Couture
2003-05-21 15:20 ` vsftpd Ray Olszewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox