G
This is the System V Release 4 version of the
This protocol is similiar to ZMODEM. It requires an 8-bit connection, but quotes certain control characters like XON and XOFF.
Tuning the Transmission Protocol
All protocols allow for some variation in packet sizes, timeouts, etc. Usually, the defaults work well under standard circumstances, but may not be optimal for your situation. The
Taylor UUCP lets you tune parameters with the protocol-parameter command in the
system pablo
…
protocol-parameter g packet-size 512
The tunable parameters and their names vary from protocol to protocol. For a complete list of them, refer to the documentation enclosed in the Taylor UUCP source.
Selecting Specific Protocols
Not every implementation of uucico speaks and understands each protocol, so during the initial handshake phase, both processes have to agree on a common one. The master uucico offers the slave a list of supported protocols by sending P
Based on the type of port used (modem, TCP, or direct), uucico will compose a default list of protocols. For modem and direct connections, this list usually comprises
port serial1
…
protocols igG
This will require any incoming or outgoing connection through this port to use
Troubleshooting
This section describes what may go wrong with your UUCP connection and makes location suggestions to fix the error. Although these problems are encountered on a regular basis, there is much more that can go wrong than what we have listed.
If you have a problem, enable debugging with
The first check should always be whether all file permissions are set correctly. uucico should be setuid
When you're sure you have the permissions of all files set correctly, and you're still experiencing problems, you can then begin to take error messages more literally. We'll now look at some of the more common errors and problems.
uucico Keeps Saying 'Wrong Time to Call'
This probably means that in the system entry in
uucico Complains That the Site Is Already Locked
This means that uucico detects a lock file for the remote system in
To correct this error, kill all uucico processes open for the site with a hangup signal, and remove all lock files that they have left lying around.
You Can Connect to the Remote Site, but the Chat Script Fails
Look at the text you receive from the remote site. If it's garbled, you might have a speed-related problem. Otherwise, confirm that it really agrees with what your chat script expects. Remember, the chat script starts with an expect string. If you receive the login prompt and send your name, but never get the password prompt, insert some delays before sending it, or even in between the letters. You might be too fast for your modem.
