Issue35386
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) * ![]() |
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) * ![]() |
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:08 | admin | set | github: 79567 |
| 2018-12-03 15:32:58 | vstinner | set | status: open -> closed resolution: fixed messages: + msg330950 stage: resolved |
| 2018-12-03 12:39:52 | vstinner | create | |
