Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23717 - minicom/xmodem produces unbelievably confusing output
Summary: minicom/xmodem produces unbelievably confusing output
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-29 12:36 UTC by John Kozak
Modified: 2003-06-29 13:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Kozak 2003-06-29 12:36:01 UTC
minicom requires lrzsz to do x/y/z-modem. 
 
If you try to do a file upload via minicom on a system that doesn't have lrzsz, it doesn't 
say something like "no handler for this protocol" or "install lrzsz", it prints out a dot 
every few seconds, JUST LIKE ONE MIGHT EXPECT A REAL UPLOAD TO DO!  This is 
incredibly perverse and confusing, enough to count as a real bug not a misfeature IMV.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-06-29 13:58:42 UTC
read important info after emerge

        einfo "Minicom relies on the net-misc/lrzsz package to transfer"
        einfo "files using the XMODEM, YMODEM and ZMODEM protocols."
        echo
        einfo "If you need the capability of using the above protocols,"
        einfo "make sure to install net-misc/lrsz."
        echo


closing this as ALREADY fixed