Re: bhyve/nmdm/cu console paste in problem

2024-05-11 Thread Bakul Shah
I presume bhyve emulates a serial device, has a limited buffer and can only work so fast before dropping characters Your best bet may be to use picocom or some such term emulator program with a builtin support for "file transfer" or can use an external program such as sz/rz which are designed

Re: bhyve/nmdm/cu console paste in problem

2024-05-11 Thread Paul Vixie
i've never been able to get tip or cu to accept a paste. this was not the only reason but it was one reason why i wrote rtty many years ago. /usr/ports/sysutils/rtty hard to configure, sorry, it didn't have to scale.

bhyve/nmdm/cu console paste in problem

2024-05-11 Thread Bjoern A. Zeeb
Hi, I run a development bhyve in a tmux session next to it a console using cu on the nmdm device. When I try to paste text in on a vi started on the console it stops at some point rather than pasting it all. This is a direct root login on the console with csh in case that would matter. FreeBSD