diff options
| -rw-r--r-- | etc/PROBLEMS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 5a9cd82d16b..1ad301645a2 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -699,6 +699,19 @@ release was reported to work without problems. It worked OK on | |||
| 699 | another system with Solaris 8 using apparently the same 5.0 compiler | 699 | another system with Solaris 8 using apparently the same 5.0 compiler |
| 700 | and the default CFLAGS. | 700 | and the default CFLAGS. |
| 701 | 701 | ||
| 702 | * Attempting to visit remote files via ange-ftp fails. | ||
| 703 | |||
| 704 | If the error message is "ange-ftp-file-modtime: Specified time is not | ||
| 705 | representable", then this could happen when `lukemftp' is used as the | ||
| 706 | ftp client. This was reported to happen on Debian GNU/Linux 2.4.3 | ||
| 707 | with `lukemftp' 1.5-5, but might happen on other systems as well. To | ||
| 708 | avoid this problem, switch to using the standard ftp client. On a | ||
| 709 | Debian system, type | ||
| 710 | |||
| 711 | update-alternatives --config ftpd | ||
| 712 | |||
| 713 | and then choose /usr/bin/netkit-ftp. | ||
| 714 | |||
| 702 | * On Windows 95/98/ME, subprocesses do not terminate properly. | 715 | * On Windows 95/98/ME, subprocesses do not terminate properly. |
| 703 | 716 | ||
| 704 | This is a limitation of the Operating System, and can cause problems | 717 | This is a limitation of the Operating System, and can cause problems |