FS#79559 - [moserial] no longer works with lrzsz
Attached to Project:
Arch Linux
Opened by Walti Baba (waltibaba) - Monday, 04 September 2023, 07:31 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:19 GMT
Opened by Walti Baba (waltibaba) - Monday, 04 September 2023, 07:31 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:19 GMT
|
Details
Description:
xmodem, ymodem and zmodem file transfer no longer works with lrzsz installed. Additional info: * package version: latest 3.0.21-1 Steps to reproduce: * Install moserial * Install lrzsz * Start moserial and connect to serial device (Sonoff Zigbee Dongle-E in my case) * Attempt to send firmware file with XMODEM protocol Error: GUI popup dialog with text: Failed to execute child process "sz" (No such file or directory) On 2023-08-10, lrzsz was changed to rename /usr/bin/sz (and sx/sb/rz/rx/rb) to /usr/bin/lrzsz-sz (and lrzsz-* for the others). All software depending on those paths no longer works, see [task 68599](https://bugs.archlinux.org/task/68599). minicom and a bunch of AUR packages are also affected. |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:19 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/moserial/issues/1
Saturday, 25 November 2023, 20:19 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/moserial/issues/1
FS#79343where last comment mentions moserialIt seems only sz and rz are used in the source so that sed patch should be sufficient.
Once again, the patch looks fine.
Resetting /etc/minirc.dfl shows the correct binaries now as defaults in the settings (minicom -s -> "file transfer protocols")