EFS 1.15 bug: 19.34, wakeup, NT, VMS

Christopher Stacy (cstacy@pilgrim.com)
Sat, 21 Feb 1998 06:57:14 -0500


Dear bug team:

I don't have any "wakeup" program in Emacs 19.34 (on any platform),
so I diked out the losing call to efs-start-polling in efs-start-process.
I imagine that something actually needs to be done about that.

I did "Find File: ~//cstacy@a1:login.com".
Efs seems to have some slight confusion about my user name.
It asked me for the password for "cstacy@a1" in lowercase.
But then it went looking for a buffer based on user-login-name.
If it's VMS, maybe it should know to put the user name in all caps.
There might be other problems involving case-sensitivity with VMS.

 Opening FTP connection to a1...
 Logging in as user cstacy...
 Logging in as user cstacy...done
 Getting pwd...
 Getting pwd...done
 Loading efs-vms...
 Loading efs-vms...done
 Listing /a1:~/...
 Listing /a1:~/...done
 No buffer named *ftp CStacy@a1*

A second confusion is that if I ask for a dired or file in "/cstacy@a1:[cstacy]"
it adds in a home directory, resulting in: 
    ftp> dir SYS$SYSUSER:[CSTACY][cstacy] /tmp/efsa00209
    200 PORT command successful.
    501 File specification syntax error.




Emacs  : GNU Emacs 19.34.4 (i386-*-nt4.0) of Tue Jul 22 1997 on woozle
Package: efs
efs believes that the host type of a1 is vms.
Contents of *ftp cstacy@a1*:
================================================

open a1
Connected to a1.pilgrim.com.
220 a1 FTP Server (Version 3.2) Ready.
ftp> quote user "cstacy"
331 Username CSTACY requires a Password.
ftp> quote pass  Turtle Power!
230 User logged in.
ftp> hash
Hash mark printing on (1024 bytes/hash mark).
ftp> quote pwd
257 SYS$SYSUSER:[CSTACY] is current directory.
ftp> dir sys$sysuser:[cstacy] /tmp/efsa00094
200 PORT command successful.
150 Opening data connection for sys$sysuser:[cstacy] (dot.dot.dot.dot,1137)
226 LIST Directory transfer complete.
ftp> type ascii
200 TYPE set to ASCII.
ftp> 

current state:
==============
(setq
 efs-19.23-version "1.15/1.9"
 efs-cu-version "1.15/1.11"
 efs-defun-version "1.15/1.3"
 efs-fnh-version "1.15/1.1"
 efs-netrc-version "1.15/1.9"
 efs-ovwrt-version "1.15/1.5"
 efs-report-version "1.15/1.8"
 efs-version "1.15/1.55"
 efs-vms-version "1.15/1.13"
 efs-36-bit-binary-file-name-regexp nil
 efs-anonymous-umask nil
 efs-auto-save 0
 efs-auto-save-remotely nil
 efs-backup-by-copying nil
 efs-binary-file-host-regexp nil
 efs-binary-file-name-regexp "\\.\\([zZ]\\|t?gz\\|lzh\\|arc\\|zip\\|zoo\\|ta[rz]\\|dvi\\|sit\\|ps\\|elc\\|gif\\|Z-part-..\\|tpz\\|exe\\|[jm]pg\\|TZ[a-z]?\\|lib\\)\\(~\\|~[0-9]+~\\)?$\\|\\.\\(ARC\\|ELC\\|TAGS\\|EXE\\|ZIP\\|DVI|ZOO\\|GIF\\|T?GZ\\|[JM]PG\\)\\([.#;][0-9]+\\)?$"
 efs-buffer-name-case nil
 efs-compute-remote-buffer-file-truename nil
 efs-debug-ftp-connection nil
 efs-ding-on-chmod-failure t
 efs-ding-on-umask-failure t
 efs-disable-netrc-security-check nil
 efs-expire-ftp-buffers t
 efs-ftp-buffer-expire-time nil
 efs-ftp-program-args '("-i" "-n" "-g" "-v")
 efs-ftp-prompt-regexp "^\\(ftp\\|Ftp\\|FTP\\)> *"
 efs-gateway-ftp-prompt-regexp "^\\(ftp\\|Ftp\\|FTP\\)> *"
 efs-gateway-hash-mark-size nil
 efs-gateway-incoming-binary-hm-size nil
 efs-generate-anonymous-password t
 efs-hash-mark-size 1024
 efs-high-security-hosts nil
 efs-incoming-binary-hm-size nil
 efs-local-apollo-unix nil
 efs-ls-cache-max 5
 efs-make-backup-files '(unix sysV-unix bsd-unix next-unix apollo-unix dumb-unix dumb-apollo-unix super-dumb-unix)
 efs-max-ftp-buffer-size 3000
 efs-maximize-idle nil
 efs-message-interval 0
 efs-nlist-cmd "ls"
 efs-nslookup-on-connect nil
 efs-nslookup-program "nslookup"
 efs-prompt-for-transfer-type nil
 efs-pty-check-retry-time 5
 efs-pty-check-threshold 1000
 efs-retry-time 5
 efs-root-umask nil
 efs-send-hash t
 efs-set-modtimes-synchronously nil
 efs-short-circuit-to-remote-root nil
 efs-suppress-abort-recursive-edit-and-then nil
 efs-text-file-name-regexp ".*"
 efs-treat-crlf-as-nl nil
 efs-umask nil
 efs-verbose t
 efs-verify-anonymous-modtime nil
 efs-verify-modtime-host-regexp ".*"
 efs-ftp-program-name "C:\\PROGRA~1\\GNU\\EXE\\FTP.EXE"
 efs-ftp-program-args '("-i" "-n" "-g" "-v")
 efs-local-host-regexp ".*"
 efs-ftp-local-host-regexp ".*"
 efs-gateway-host nil
 efs-gateway-type nil
 reporter-version "2.20"
 features '(mailabbrev mailalias sendmail reporter efs-report efs-vms font-lock versioned untranslated-filesystems
	    dos-mode gnuserv avoid mldrag ccsnex aggressive-completion paren paren2 timer view default-dir
	    efs-19\.23 efs-fnh passwd efs-ovwrt efs-cu efs-netrc efs-defun comint ring backquote efs env ediff-hook
	    vc-hooks lisp-float-type disp-table ls-lisp lisp-mode page menu-bar select scroll-bar mouse facemenu
	    faces frame)
 )