# vi test.c
skipping 2 old session files
reading test.c
read test.c, 6 lines, 79 chars
#include
int main() {
printf("Hello world!\n");
return 0;
Проблема фиксится на стороне программы "Terminal" сменой типа терминала с "xterm-color" на "vt100".
# vi test.c
skipping 2 old session files
reading test.c
read test.c, 6 lines, 79 chars
#include
int main() {
printf("Hello world!\n");
return 0;
vi /etc/inetd.conf
# telnet stream tcp nowait root /usr/sbin/telnetd in.telnetd
telnet stream tcp nowait root /usr/sbin/telnetd in.telnetd
touch /etc/rc.d/rc.local
chmod 755 /etc/rc.d/rc.local
echo "inetd" >> /etc/rc.d/rc.local
inetd
telnet 192.168.56.101
Trying 192.168.56.101...
Connected to 192.168.56.101.
Escape character is '^]'.
QNX Neutrino (localhost) (ttyp1)
login: root
Wed Feb 17 14:29:15 2010 on /dev/ttyp1
edit the file .profile if you want to change your environment.
To start the Photon windowing environment, type "ph".
#