This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ftp://www.pythontest.net/ returns error 500
Type: Stage: resolved
Components: Tests Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: vstinner
Priority: normal Keywords:

Created on 2018-12-03 12:39 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg330941 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-12-03 12:39
The FTP server running at www.pythontest.net returns randomly errors with the code 500. Example:

$ lftp www.pythontest.net
lftp www.pythontest.net:~> ls
-r--r--r--    1 33       33            123 Jun 06 04:15 README
lftp www.pythontest.net:/> get README 
« README » à 0 (0%) [500 OOPS: vsf_sysutil_bind]


You can try in a brower: ftp://www.pythontest.net/README

Firefox popup: "500 OOPS: vsf_sysutil_bind".
msg330950 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-12-03 15:32
Ernest w. Durbin iii (EWDurbin) fixed the bug in less than one hour, cool! I contacted him on IRC (#python-infra).

The disk was full (/dev/vda1  25G  25G  0 100% /) and cron was stopped.
History
Date User Action Args
2022-04-11 14:59:08adminsetgithub: 79567
2018-12-03 15:32:58vstinnersetstatus: open -> closed
resolution: fixed
messages: + msg330950

stage: resolved
2018-12-03 12:39:52vstinnercreate