This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 238464 - Remote terminal error: "Local terminal is not supported on this system"
Summary: Remote terminal error: "Local terminal is not supported on this system"
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Terminal (show other bugs)
Version: 7.4
Hardware: PC Windows 7 x64
: P3 normal with 1 vote (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-16 17:59 UTC by vlevin
Modified: 2013-11-16 18:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans log with option -J-Dnativeexecution.support.logger.level=100 (89.73 KB, application/octet-stream)
2013-11-16 17:59 UTC, vlevin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vlevin 2013-11-16 17:59:12 UTC
Created attachment 142269 [details]
Netbeans log with option -J-Dnativeexecution.support.logger.level=100

When I try to open new Remote Terminal tab and connect to remote machine via SSH, I get the message "Local terminal is not supported on this system". Local terminal works normally, Cygwin is installed. Local machine is Windows 7 x64. Remote server is Raspberry Pi with Raspbian running.

Netbeans log with option "-J-Dnativeexecution.support.logger.level=100" is attached.
auth.log from server:
Nov 16 17:41:24 raspberrypi sshd[5890]: Did not receive identification string from 192.168.1.3
Nov 16 17:41:25 raspberrypi sshd[5891]: Accepted password for svol from 192.168.1.3 port 50865 ssh2
Nov 16 17:41:25 raspberrypi sshd[5891]: pam_unix(sshd:session): session opened for user svol by (uid=0)
Nov 16 17:48:57 raspberrypi sshd[5891]: pam_unix(sshd:session): session closed for user svol

Steps to reproduce:
1. Start Netbeans
2. Window -> IDE Tools -> Terminal
3. Click "Create New Remote Terminal Tab"
4. Select one of the known OR Enter new host data.
5. Click OK.
6. Enter credentials for host.
7. Get message "Local terminal is not supported on this system"