From: Roland G. <RGi...@cp...> - 2003-07-14 22:13:25
|
Zitat von Alan Jiang <al...@ra...>: > Hi, > I have an emergency problem that I need your help. I have just > installed expect-1.15 on redhat 9.0 and receive the following warning > message: > > Warning: your default pty can only handle 155 bytes at a time! > ok 30 > > This warning message didn't come up during the installation on > !!!redhat 7.1!!!! > I use your expect module to work with rsync to synchronize two > website. > It now takes forever to update (serveral runs for just one small > file). > Can you please tell me how this problem can be solved? Thanks. well, this is a linux kernel problem, somebody decided that ptys need not handle lines longer than 155 bytes at a time, so there. I'm just the messenger, talk to redhat about that issue. normally it should work anyway, but theres no guarantee. but are you sure that it is this issue that is causing the problem? maybe its located somewhere else? have you tried the rsync procedure manually? tried to find where the time is lost in the expect script? -- RGi...@cp... |