diff options
| author | Eli Zaretskii | 2001-05-09 15:21:44 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-05-09 15:21:44 +0000 |
| commit | f3d6f4eefcf665b2dfd78ac2beff5a7fcea7c16a (patch) | |
| tree | d9f4c79690dfbf9c49004d472033aa639bee77e9 /etc/PROBLEMS | |
| parent | c8224de64d911c25779eed0d7b0a0434ec4ebfc2 (diff) | |
| download | emacs-f3d6f4eefcf665b2dfd78ac2beff5a7fcea7c16a.tar.gz emacs-f3d6f4eefcf665b2dfd78ac2beff5a7fcea7c16a.zip | |
Document problems with lukemftp.
Diffstat (limited to 'etc/PROBLEMS')
| -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 |