Subject: | usability of "unix" / "csh" phrasebook entries |
Poking around in the phrasebook tree and came across unix/csh/pb. Tried
to use "csh", but hit a little bump:
ssb@iblab1's password:
[209.834357] p hit, matches prompt password
[209.838436] p prompt has been set to (?^:password: $)
Net::Appliance::Session::Transport::connect(/swadm/lib/perl5/site_perl/5.14.2/Net/Appliance/Session/Transport.pm:58):
58: if ($self->do_login and not
$self->prompt_looks_like('prompt')) {
DB<10> n
failed to execute command: unknown prompt [prompt] at
/swadm/lib/perl5/site_perl/5.14.2/Net/CLI/Interact/Phrasebook.pm line 53
I assume this just indicates that "prompt" is a required stanza in the
phrasebook since I see it is not there, but "shell" is.
Is this just dross left over from one of the previous implementations
that handled some of the pb file contents a little differently?
I'll probably try to work through the Tutorial and Phrasebook manuals to
see if I can figure out how to make it enough real not to be fatal, more
if I can.