Sujet : Connection issues
De : gmkeros (at) *nospam* gmail.com (Kyonshi)
Groupes : comp.mail.uucpDate : 29. Dec 2024, 23:54:06
Autres entêtes
Organisation : Erebor InterNetNews
Message-ID : <vksju6$6iv$1@ereborbbs.duckdns.org>
User-Agent : Mozilla Thunderbird
I am trying to set up a machine with a uucp connection via tcp, but somehow I can't get the chat script right. The following is actually my most successful attempt so far:
chat ogin: \L\r word: \P\r
This leads to the following in the Debug file (login and password replaced):
uucico esgaroth - (2024-12-29 23:43:14.17 30777) Calling system esgaroth (port TCP)
uucico esgaroth - (2024-12-29 23:43:14.18 30777) DEBUG: icexpect: Looking for 5 "ogin:"
uucico esgaroth - (2024-12-29 23:43:14.18 30777) DEBUG: icexpect: Got "login:" (found it)
uucico esgaroth - (2024-12-29 23:43:14.22 30777) DEBUG: fcsend: Writing login "LOGIN\r\r"
uucico esgaroth - (2024-12-29 23:43:14.22 30777) DEBUG: icexpect: Looking for 5 "word:"
uucico esgaroth - (2024-12-29 23:43:14.22 30777) DEBUG: icexpect: Got " Password:" (found it)
uucico esgaroth - (2024-12-29 23:43:14.28 30777) DEBUG: fcsend: Writing password "PASSWORD\r\r"
uucico esgaroth - (2024-12-29 23:43:14.28 30777) DEBUG: zget_uucp_cmd: Got " uucico esgaroth - (2024-12-29 23:44:14.22 30777) ERROR: Line disconnected " (error)
uucico esgaroth - (2024-12-29 23:44:14.22 30777) DEBUG: fconn_close: Closing connection
uucico esgaroth - (2024-12-29 23:44:14.22 30777) DEBUG: Call failed: 4 (Handshake failed)
Does anyone know what might be the issue here? What am I missing?