Quantcast
Channel: All Open Tickets - Tera Term on OSDN
Viewing all 2128 articles
Browse latest View live

Supporting Server module in Tera Term(Forwarding the whole send/receive via Telnet) - Tera Term Ticket #31014 on OSDN

$
0
0

Supporting Server module in Tera Term(Forwarding the whole send/receive via Telnet)

Eröffnet am: 2013-03-21 21:45

Letztes Update: 2015-11-07 00:09

Auswertung:ararunprasadVerantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FunktionsanfragenSchweregrad:5 - Mittel
Komponente:Tera TermStatus:Offen
LösungKeine

Einzelheiten

I need a option to configure the Tera Term as a Server, so that I can access the Tera Term using Telnet.

Simply this feature enables the communication between two Tera Term applications using Client/Server architecture.

Useful Scenarios


1. We can forward the COM/UART connections across PC. That means, we can configure the Tera Term connected to COM/UART port as a server and allow access to this server via TCP connection, so any client can connect to the server tera term & access it. Useful while working with embedded systems where Tera Term used to view debug prints via serial port, one can access it from remote.

Letzte Aktualisierung für dieses Ticket

2015-11-07 00:09 Aktualisiert von: yutakapon

  • Schweregrad Update from 9 - Höchste to 5 - Mittel
  • Priorität Update from 9 - Höchste to 5 - Mittel

Select "Selection" by default in printer dialog when there is a selection (Patch attached!) - Tera Term Ticket #31153 on OSDN

$
0
0

Select "Selection" by default in printer dialog when there is a selection (Patch attached!)

Eröffnet am: 2013-04-14 08:18

Letztes Update: 2013-04-14 21:18

Auswertung:tentnerVerantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:PatchesSchweregrad:5 - Mittel
Komponente:(Keine)Status:Offen
LösungKeine

Einzelheiten

As I often select something in the terminal window and then want to print this selection, it would be nice to have "Selection" selected by default in the printer dialog.

This is just a very simple change in the source-code, I have attached a patch. It would be great if you could accept it for the next release.

Regards,

Thomas

Letzte Aktualisierung für dieses Ticket

2013-04-14 21:18 Aktualisiert von: yutakapon

Kommentar

Hi tentner,

Thank you for your feedback. I have committed your patch into the SVN repository.

Thanks.

zmodem での転送中に Application fault - Tera Term Ticket #31208 on OSDN

$
0
0

zmodem での転送中に Application fault

Eröffnet am: 2013-04-23 14:25

Letztes Update: 2013-05-23 17:06

Auswertung:znzVerantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FehlerSchweregrad:5 - Mittel
Komponente:(Keine)Status:Offen
LösungKeine

Einzelheiten

USBシリアル変換ケーブルで接続したシリアルコンソールに zmodem でファイルを転送していると途中で http://twitpic.com/claty1 というダイアログが出てきて終了してしまってファイル転送出来ません。

Letzte Aktualisierung für dieses Ticket

2013-05-23 17:06 Aktualisiert von: znz

Kommentar

採取したログを添付しました。

http://ttssh2.sourceforge.jp/manual/ja/setup/teraterm-trans.html の※注に書いてあった「アライドテレシスのルータに対しては、ZmodemDataLen=128 としないと、通信が成功しない場合があります。」に該当していたようで、「ZmodemDataLen=128」の設定で送信は出来るようになりました。

Faster sending of files from network source - Tera Term Ticket #31296 on OSDN

$
0
0

Faster sending of files from network source

Eröffnet am: 2013-05-06 03:02

Letztes Update: 2015-11-07 21:05

Auswertung:tentnerVerantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:PatchesSchweregrad:5 - Mittel
Komponente:(Keine)Status:Offen
LösungKeine

Einzelheiten

I noted that sending files from network sources is very slow. When checking the source, I realized that this is because the file to be sent is accessed byte for byte.

Attached is a patch that implements a simple "caching" to greatly improve speed. In fact, simply the file is loaded in one transfer into the memory before it is sent.

I implemented this only for the "simple" Send File, not for ZMODEM, etc., as I have no ability to test these. I have tried to implement it in a way that the caching does not interfere with these functions. I think, extension to support also these functions should be easy. (However, some functions use _llseek, which is not implemented in the caching yet.)

It would be great to see this patch (or maybe an improved version) in the next release.

Regards,

Thomas

Letzte Aktualisierung für dieses Ticket

2015-11-07 21:05 Aktualisiert von: yutakapon

  • Verantwortlicher Update from yutakapon to (Keine)

画像表示と反転表示は排他扱いでしょうか? - Tera Term Ticket #31310 on OSDN

$
0
0

画像表示と反転表示は排他扱いでしょうか?

Eröffnet am: 2013-05-08 13:43

Letztes Update: 2013-05-08 21:31

Auswertung:gazarlVerantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:Support-AnfragenSchweregrad:5 - Mittel
Komponente:(Keine)Status:Offen
LösungKeine

Einzelheiten

現在、4.76 SVN#5085を利用しています。

SSHログイン先が共有アカウントのため、vimrcなどで色が変更できないため、 デフォルトの色で編集を行う際に、EnableReverseAttrColor=onにしたいのですが、 そもそも、BGEnableがonの状態だと、反転表示の制御ができないです。 これは、仕様なのか教えてください。

#好きな画像を背景にしながら黒ベースで反転表示をできるようにしたい。

Letzte Aktualisierung für dieses Ticket

2013-05-08 21:31 Aktualisiert von: yutakapon

Kommentar

Eterm look feel(BGEnable=on)を有効にして確認しましたが、反転表示はできているように見えました。 具体的に、「反転表示の制御ができない」というのはどういうことなのか教えてください。

search - Tera Term Ticket #31386 on OSDN

$
0
0

search

Eröffnet am: 2013-05-19 09:16

Letztes Update: 2013-05-19 09:16

Auswertung:(Anonym)Verantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FunktionsanfragenSchweregrad:5 - Mittel
Komponente:Tera TermStatus:Offen
LösungKeine

Einzelheiten

Please add a search function... tera term is great... I hate securecrt.. but we got to be able to search.. hardly anybody has it.. even in uxin konsole is the only one that has a good search.

Thank you for the great software.

Letzte Aktualisierung für dieses Ticket

2013-05-19 09:16 Aktualisiert von: None

  • New Ticket "search" created

New Connection から起動したときの動作 - Tera Term Ticket #31481 on OSDN

$
0
0

New Connection から起動したときの動作

Eröffnet am: 2013-06-01 12:26

Letztes Update: 2017-08-31 22:45

Auswertung:mayaVerantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FehlerSchweregrad:5 - Mittel
Komponente:TTSSHStatus:Offen
LösungKeine

Einzelheiten

A. Tera Term は INI からデフォルト設定を読み込む(Ver 2.06 で Boris からの指摘により修正)

B. TTSSH は現在起動しているプロセスの設定をコピーする

動作を統一するのが望ましいと思われる。

注:SSH のオプションの大半は接続時に使用され、接続後に設定変更しても反映されない。

Letzte Aktualisierung für dieses Ticket

2017-08-31 22:45 Aktualisiert von: doda

OpenSSH 5.4以降の公開鍵証明書対応 - Tera Term Ticket #31496 on OSDN

$
0
0

OpenSSH 5.4以降の公開鍵証明書対応

Eröffnet am: 2013-06-03 16:22

Letztes Update: 2016-03-06 20:24

Auswertung:dodaVerantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FunktionsanfragenSchweregrad:5 - Mittel
Komponente:TTSSHStatus:Offen
LösungKeine

Einzelheiten

OpenSSH 5.4以降で使える、公開鍵証明書への対応。

ホスト鍵の署名検証に対応する事で、サーバのホスト鍵の正当性確認を行える。

また、認証鍵の署名送付に対応する事によって、期限付きの認証鍵といった利用ができる。

https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.certkeys

Letzte Aktualisierung für dieses Ticket

2016-03-06 20:24 Aktualisiert von: maya

  • Details Updated

Xmodem send file transfer ->Rx Buffer not flushed on start - Tera Term Ticket #31546 on OSDN

$
0
0

Xmodem send file transfer ->Rx Buffer not flushed on start

Eröffnet am: 2013-06-10 19:23

Letztes Update: 2016-08-22 20:56

Auswertung:(Anonym)Verantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FehlerSchweregrad:5 - Mittel
Komponente:Tera TermStatus:Offen
LösungKeine

Einzelheiten

On Xmodem transfer send file. The receiver is stated first and is sending NAKs. Tera Term receive a NAK and start with the first packet transfer. BUT this NAK maybe was not the last one before start sending. On the beginning (before sending the first packet) the RX buffer was not flushed and a additionel NAK will be received and Tera Term sends the first packet AGAIN. That is not the main problem. The problem is now, that the answers in the RX buffer are always one packet behind. If one packet is transfered wrong, the respond for this packet is ACK, and the NAK is comming after the next packet. So the wrong packet is not detect, and a good packet is sended twice.

You can se it on each xmodem file send. The first packet is always sendet twice if the "file-receicer" has send more then one "Initianl"- NAK

Letzte Aktualisierung für dieses Ticket

2016-08-22 20:56 Aktualisiert von: maya

Kommentar

Is this problem occurs with latest version of Tera Term?

TTProxy Configuration is buggy - Tera Term Ticket #31555 on OSDN

$
0
0

TTProxy Configuration is buggy

Eröffnet am: 2013-06-12 02:18

Letztes Update: 2013-06-12 02:18

Auswertung:(Anonym)Verantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FehlerSchweregrad:9 - Höchste
Komponente:TTSSHStatus:Offen
LösungKeine

Einzelheiten

a couple things....

proxy configuration is HTTP + IP Address + Port

- Configure proxy from existing TeraTerm window. - Attempt SSH connection. - Pop-up alert: Connection refused. --- Issue 1 occurs at this point:




- I went back to the proxy config, to see what config options were available for SSL. Specifically, I selected SSL in the type field, saw the other fields got grayed out, so selected HTTP again and ensured the IP Address + Port were correctly configured. I closed the window with the <OK> button. - Tried SSH connection to same host. This time got prompted to accept key and enter password. --- Issue 2: Apparently, even though TeraTerm accepts & retains the proxy config, the config is not applied (correctly?) the first time.

I tried repeated the above by closing all TeraTerm windows (I hadn't saved configuration since starting the process I've described here.) and reopening, but these 2 issues didn't reproduce. Perhaps this has something to do with either the 1st attempt to configure & use a proxy after installation, or something TeraTerm keeps in memory or cache (ssh_known_hosts file?) after the 1st SSH connection goes through? I don't know.

Issue 3: - open TT window. - config proxy for HTTP as above - open SSH to hostX - close SSH to hostX - deconfig HTTP proxy - open SSH to hostX - close SSH to hostX - open SSH to hostX - close SSH to hostX - confirm TT proxy is disabled. - open PuTTY - same HTTP proxy config - open SSH to hostX in PuTTY - close SSH to hostX in PuTTY - deconfigure proxy in PuTTY - *cannot* open SSH to hostX in PuTTY !!!! connection timeout - (back to same TT window - proxy still deconfigured) - open & close SSH to hostX - open & close telnet to hostY (FWIW, hostY is local (on local subnet)) - open & close SSH to hostX - open & close telnet to hostY - close teraterm window. (proxy still showing as deconfigured here.) - close another teraterm window where I'd been trying this SSH/telnet stuff (proxy showing as deconfigured here, too.) Now.... My original teraterm window was one with a serial connection. - back on serial conn window, proxy is showing as configured. Following connections are initiated from this window. - open & close SSH to hostX - Fails: open telnet to hostY (doesn't time-out -- that I see -- but after the next step, I go back to this window and see the connection is "disconnected") - open & close SSH to hostX - on serial conn window, deconfigure proxy by just selection "without proxy;" leave other fields as is - open telnet to hostY -- CRASH.


- back on serial conn window, configure proxy:








dang it. I jumped the gun here concerning the crash. The above description has previously applied. I can't rewrite all this stuff, so I'm leaving but saying that I missed this: today the crash happens when I telnet the HostY (local) when proxy is enabled. I did this 2x, and the initial crash vectors (on the pop-ups) show all registers having the same values.

I tried doing as described above (selecting without and leaving the other fields intact,) and now I *can* telnet OK.

Hope this isn't too confusing. Running TeraTerm 4.78 and TTProxy 1.0.0.18 on WinXP right now, but I've seen the crash since the 4.60s builds. I'd previously sent emails about it, but I don't see any tickets on the subject, so I'm opening this.

Letzte Aktualisierung für dieses Ticket

2013-06-12 02:18 Aktualisiert von: None

  • New Ticket "TTProxy Configuration is buggy" created

ステータスライン表示時の端末サイズ変更 - Tera Term Ticket #31569 on OSDN

$
0
0

ステータスライン表示時の端末サイズ変更

Eröffnet am: 2013-06-14 15:17

Letztes Update: 2013-06-14 15:17

Auswertung:dodaVerantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FehlerSchweregrad:5 - Mittel
Komponente:Tera TermStatus:Offen
LösungKeine

Einzelheiten

ステータスラインを表示している状態で端末サイズを変更すると、ステータスラインが消える。

Letzte Aktualisierung für dieses Ticket

2013-06-14 15:17 Aktualisiert von: doda

  • New Ticket "ステータスライン表示時の端末サイズ変更" created

シリアル接続 低速通信レート時 - Tera Term Ticket #31573 on OSDN

$
0
0

シリアル接続 低速通信レート時

Eröffnet am: 2013-06-15 13:25

Letztes Update: 2013-06-17 00:25

Auswertung:mayaVerantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FehlerSchweregrad:5 - Mittel
Komponente:Tera TermStatus:Offen
LösungKeine

Einzelheiten

110bps 7bit に設定して接続すると 1bit あたりのパルス幅が 13~14 m秒となり、75bps と等しい。

対向側を 75bps にすると正常に通信する。

2.3 でも発生

Letzte Aktualisierung für dieses Ticket

2013-06-17 00:25 Aktualisiert von: maya

Kommentar

チップの仕様ソースはこのあたりでしょうか。ドライバによっては利用できる通信速度が違うかもしれませんね。

PL2303EA

http://prolificusa.com/files/DS_PL2303EA_d20120504.pdf

FT232RL

http://www.ftdichip.com/Drivers/VCP.htmドライバ内の ftd2xx.h

Need Dynamic Port Forward - Tera Term Ticket #31731 on OSDN

$
0
0

Need Dynamic Port Forward

Eröffnet am: 2013-07-18 17:58

Letztes Update: 2013-07-18 17:58

Auswertung:atmouseVerantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FunktionsanfragenSchweregrad:5 - Mittel
Komponente:TTSSHStatus:Offen
LösungKeine

Einzelheiten

ttssh have local port forward and remote port forward, but there can't find any setting as dynamic port forward. i need dynamic port forward used by other project. can it be a feature?

Letzte Aktualisierung für dieses Ticket

2013-07-18 17:58 Aktualisiert von: atmouse

  • New Ticket "Need Dynamic Port Forward" created

keep alive is always 300 sec. - Tera Term Ticket #31754 on OSDN

$
0
0

keep alive is always 300 sec.

Eröffnet am: 2013-07-23 15:58

Letztes Update: 2013-07-27 22:51

Auswertung:(Anonym)Verantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FehlerSchweregrad:5 - Mittel
Komponente:(Keine)Status:Offen
LösungKeine

Einzelheiten

For Tera Term v.4.78 Setup for TCP/IP keep-akíve = 1 and teraterm.ini ; Keep-Alive packet sending interval on telnet connection (per second, 0=disabled) TelKeepAliveInterval=1

=> keep alive is 300 sec.

It seems that the keep-alive value is not updated.

Letzte Aktualisierung für dieses Ticket

2013-07-27 22:51 Aktualisiert von: maya

Kommentar

Hi,

I confirmed the value of TERATERM.INI appear in TCP/IP dialog.

How do you confirm the value is not updated by TERATERM.INI?

Find option in Terminal - Tera Term Ticket #31766 on OSDN

$
0
0

Find option in Terminal

Eröffnet am: 2013-07-25 02:47

Letztes Update: 2013-09-01 20:33

Auswertung:(Anonym)Verantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FunktionsanfragenSchweregrad:5 - Mittel
Komponente:Tera TermStatus:Offen
LösungKeine

Einzelheiten

Please include a find option in Teraterm for searching text in the Terminal data, it would be very much useful.

Next it would be much useful if logging option will be enhanced, to log all the existing terminal data to a log file.

Letzte Aktualisierung für dieses Ticket

2013-09-01 20:33 Aktualisiert von: maya


SSH2ログインでユーザ名の変更 - Tera Term Ticket #31917 on OSDN

$
0
0

SSH2ログインでユーザ名の変更

Eröffnet am: 2013-08-24 09:15

Letztes Update: 2013-08-30 18:43

Auswertung:mayaVerantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FunktionsanfragenSchweregrad:5 - Mittel
Komponente:TTSSHStatus:Offen
LösungKeine

Einzelheiten

ログイン前・認証失敗時に認証リストチェックを行い、サポートされていない認証方式を認証ダイアログでdisableにしている。

ユーザAがpassword認証のみ有効ならpassword以外がdisableになった認証ダイアログが表示されるが、ユーザBがpublickey認証のみ有効だとすると前述の状態のダイアログで必要情報が入力できない。

したがって、ユーザ名の入力欄のdisableを解除するだけでは問題があり、認証処理全体を見直す必要がある。

Letzte Aktualisierung für dieses Ticket

2013-08-30 18:43 Aktualisiert von: doda

Kommentar

そもそも OpenSSH だとサーバ側がユーザ名の変更を許していないという話もありますね。Dropbearだと可能みたいですが。

なので単純にユーザ名を変更可能にすると、大抵の環境では変更不可なのに変更可能な印象を与えてしまうという問題があるので、見せ方等も考える必要が有ると思います。

Automated installation of tera term - Tera Term Ticket #31946 on OSDN

$
0
0

Automated installation of tera term

Eröffnet am: 2013-08-29 23:30

Letztes Update: 2015-11-07 00:11

Auswertung:(Anonym)Verantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:Support-AnfragenSchweregrad:5 - Mittel
Komponente:Tera TermStatus:Offen
LösungKeine

Einzelheiten

I have been using tera term version 2.3 for a long time. I created a bat file to install tera term... I used setup.exe /s /le to automate the install of the program.. now I been given version 4.7 but I can't find any switches so i don't have to click on any boxes... is this feature gone?

Letzte Aktualisierung für dieses Ticket

2015-11-07 00:11 Aktualisiert von: yutakapon

  • Schweregrad Update from 7 to 5 - Mittel
  • Priorität Update from 7 to 5 - Mittel

File->Send File ignores XON/XOFF - Tera Term Ticket #31982 on OSDN

$
0
0

File->Send File ignores XON/XOFF

Eröffnet am: 2013-09-04 07:49

Letztes Update: 2015-11-07 21:05

Auswertung:(Anonym)Verantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FehlerSchweregrad:5 - Mittel
Komponente:Tera TermStatus:Offen
LösungKeine

Einzelheiten

I connect to an external device using serial port. I have enabled XON/XOFF flow control in serial port parameters. I send the file using File->Send File menu. The device sometimes is slow and then it sends XOFF (I'm sure it does, XOFF is in TeraTerm log). TeraTerm keeps sending data and ignores the XOFF command so data is lost.

Letzte Aktualisierung für dieses Ticket

2015-11-07 21:05 Aktualisiert von: yutakapon

  • Verantwortlicher Update from yutakapon to (Keine)

ログダイアログの非表示化方法 - Tera Term Ticket #31984 on OSDN

$
0
0

ログダイアログの非表示化方法

Eröffnet am: 2013-09-04 15:48

Letztes Update: 2013-09-04 15:48

Auswertung:dodaVerantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FunktionsanfragenSchweregrad:5 - Mittel
Komponente:Tera TermStatus:Offen
LösungKeine

Einzelheiten

ログ開始時にダイアログを非表示化しなかった時や、非表示で開始した後に"ログダイアログを表示"で表示した時に、ログダイアログを(再度)非表示化する手段が欲しい。

Letzte Aktualisierung für dieses Ticket

2013-09-04 15:48 Aktualisiert von: doda

  • New Ticket "ログダイアログの非表示化方法" created

ブロードキャストコマンドでの日本語入力及び貼り付け - Tera Term Ticket #32026 on OSDN

$
0
0

ブロードキャストコマンドでの日本語入力及び貼り付け

Eröffnet am: 2013-09-10 13:53

Letztes Update: 2013-09-11 10:10

Auswertung:lpar86Verantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FunktionsanfragenSchweregrad:5 - Mittel
Komponente:Tera TermStatus:Offen
LösungKeine

Einzelheiten

ブロードキャストコマンドで日本語の入力がターミナルに反映されないようです。 ブロードキャストコマンドでのペーストも全ターミナルに反映されません。 お手数ですがよろしくお願いします。

Letzte Aktualisierung für dieses Ticket

2013-09-11 10:10 Aktualisiert von: lpar86

  • Komponente Update from (Keine) to Tera Term
Viewing all 2128 articles
Browse latest View live