FIXED Re: brocken voice send in vgetty-21

Gero Guenther (gero@space-server.bln.sub.org)
Sat, 14 Oct 1995 17:03:51 +0100


Hi all,

I love debug output :=)

16:48:59 Sat 14.10.1995 DEBUG: reading The kernel messages are Memory committed to network buffers: 0 Network buffers locked by drivÿ
ERROR
Õ™™•ɱ±½…Ñ¥½¹ÍûŠšªš‚šÊ¢½Ñ…±»…¥±•‘û•Ñݽɭ›Õ™™•ɱ±½Íû‚¢½Ñ…±»É••ÿ¡¥±•ó½­•‘¿Ù•¹ÑÍû‚RþATS39.7=0 S39.6=1 +VIT=60
þ
1496

NO DIALTONE

What happend, was that 
# Log debug message
debug () {
        echo $(DATE) DEBUG: $@  ;
}

wrote to stdout, what was OK for debug, but not ok for use, since
modem is on stout. The problem was simply fixed by:

# Log debug message
debug () {
        echo $(DATE) DEBUG: $@ >> $LOGFILE ;
}


BTW: I also fixed a minor flow control bug in vmodem.c


P.S. Because debugout is handsame, I allway use -x 9