From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020 Description of problem: It does not wait for password input and immediately ends. [root@lexx gandalf]# telnet localhost 2601 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. Hello, this is Quagga (version 0.97.0). Copyright 1996-2004 Kunihiro Ishiguro, et al. User Access Verification Password: Vty connection is timed out. Connection closed by foreign host. Version-Release number of selected component (if applicable): quagga-0.97.0-1.i386.rpm How reproducible: Always Steps to Reproduce: 1. service zebra start 2. telnet localhost 2601 3. Actual Results: immediately ends Expected Results: wait for password input Additional info: [root@lexx gandalf]# cat /etc/quagga/zebra.conf ! hostname localhost password zebra enable password zebra log file /var/log/quagga/zebra.log !
I used quagga.spec from quagga-0.97.0-1.src.rpm to create new quagga-0.97.2 package. After upgrade, problem disappeared.
With luck, the 0.97.2 rpms I built will be avaliable in rawhide either tomrrow or Friday as we move past the fc3 freeze. I'll do an fc3 update shortly after it's released.