Bug 142860 - comms/lrzsz receive fails with xmodem protocol
Summary: comms/lrzsz receive fails with xmodem protocol
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-15 14:00 UTC by maya
Modified: 2010-01-16 12:40 UTC (History)
0 users

See Also:


Attachments
file.diff (428 bytes, patch)
2010-01-15 14:00 UTC, maya
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description maya 2010-01-15 14:00:01 UTC
Start to receive with `rx' command.

Send a file from Tera Term with Xmodem protocol.

Transfer starts but it doesn't progress.


It seems rx command fails to switch raw mode.
Because `stty raw && rx filename' success to transfer.
I refered man 3 termios of Linux. It contains "Raw mode" section.

Fix: http://ttssh2.sourceforge.jp/patch/lrzsz-raw.patch
How-To-Repeat: % lrx filename

Send a file with Tera Term.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-01-15 18:39:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-16 12:23:58 UTC
dinoex      2010-01-16 12:23:45 UTC

  FreeBSD ports repository

  Modified files:
    comms/lrzsz          Makefile 
  Added files:
    comms/lrzsz/files    patch-rbsb.c 
  Log:
  - force raw mode
  PR:             142860
  Obtained from:  http://ttssh2.sourceforge.jp/patch/lrzsz-raw.patch
  
  Revision  Changes    Path
  1.28      +1 -1      ports/comms/lrzsz/Makefile
  1.1       +11 -0     ports/comms/lrzsz/files/patch-rbsb.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2010-01-16 12:40:10 UTC
State Changed
From-To: open->closed

committed, thanks.