Displaying 1 result from an estimated 1 matches for "message_out".
Did you mean:
message_cat
2010 Apr 01
0
OpenSSH Coredump and "Bad packet length" errors seen on 5.10 sparc sun4v (Generic_125100-10)
...Feb 24 07:00:36 owtnmncccm0cnmo sshd[873]: [ID 800047
auth.info]
Disconnecting: Bad packet length 2577232018.
>> More:
SSH calling is by sync daemon script (from server0-unit0 to
server0-unit1), trying to remove /etc/init.d/staticroutes file which is
on unit1 but not on unit0
A snippet:
message_out ${MSG_TRACE} "The replicated file $a_file does not exist;
remove it from the other unit: $OTHERUNIT." yes
/usr/local/bin/ssh root@${OTHERUNIT} "rm -f ${a_file}"
rc=$?
if [ $rc -ne 0 ]; then
message_out $MSG_ERROR "Failed to delete ${a_file} on
${O...