Bug 142860

Summary: comms/lrzsz receive fails with xmodem protocol
Product: Ports & Packages Reporter: maya <maya>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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.