Re: (PM) Pmmon and PM3

John Nowack (john@tremont.dpc.net)
Tue, 18 Nov 1997 18:20:04 -0600

>I think I've tried all combinations of 23,24 46 and 48 ports/modems/etc...
>I have run pmmon in verbose mode and it stalls as it tries to connect.
This is for pmmon-1.2. I don't know how different the newer
versions are. Since I am looking to move to some kind of SNMP-based
solution I haven't kept up much with pmmon.

The problem is that pmmon doesn't know how to hit enter to continue three
times. You need to modify livconnect.c. Look for:
if (get_livnumports(pmnum) > 10) {
do_whoread(sock,pmnum,PRESSRETURN);
toserver(sock,"\n");
}
and add:
if (get_livnumports(pmnum) > 35) {
do_whoread(sock,pmnum,PRESSRETURN);
toserver(sock,"\n");
}
above it. This may not be the best solution, but it worked for me.

John

--
John Nowack
john@dpc.net
DPConsultants, Inc.
Sys Admin -- dpc.net
309-925-2451
-
To unsubscribe, email 'majordomo@livingston.com' with
'unsubscribe portmaster-users' in the body of the message.