Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - TARGET DISCONNECTED: (6 Items)
   
TARGET DISCONNECTED  
Hi

i have installed QNX ide 6.3.2.I am able to create TARGET system and execute my project.But after some time the target 
is getting disconnected(qconn is running).Then i have to restart the target system then it works fine.(I am connecting 
to target using telnet).
So please let me know solution for this.Thanks in Advance.
Re: TARGET DISCONNECTED  
> Hi
> 
> i have installed QNX ide 6.3.2.I am able to create TARGET system and execute 
> my project.But after some time the target is getting disconnected(qconn is 
> running).Then i have to restart the target system then it works fine.(I am 
> connecting to target using telnet).
> So please let me know solution for this.Thanks in Advance.


Hard to tell.

Try to adjust qconn's prio:

Wed Nov 12 09:52:44 2008 on /dev/ttyp3
/root# use qconn
qconn - QNX Connector

qconn [port={port}] [child_prio={priority}]

port            TCP/IP port to listen on (default = 8000)
qconn_prio      pariority at which to run qconn (default 10)
child_prio              priority to launch programs at (default = 10)


/root# slay qconn
/root# qconn qconn_prio=20
/root# pidin -pqconn
     pid tid name               prio STATE       Blocked
14782520   1 usr/sbin/qconn      20r SIGWAITINFO
14782520   2 usr/sbin/qconn      20r CONDVAR     (0x8065910)
14782520   3 usr/sbin/qconn      20r RECEIVE     1
14782520   4 usr/sbin/qconn      20r RECEIVE     3
/root#

Something better ?

Are you bound to Momentics6.3.2 ? Why not try the 640SDP with new IDE45 and hypercool Phindows connectivity ?

Jeevan

Re: TARGET DISCONNECTED  
Thanks Jeevan


I think you have forgotten me.I am Rahul from chennai.You have given qnx training to me last month.We got licences from 
qnx for IDE 6.3.2 . So i cant move to 640SDP with new IDE45 and hypercool Phindows connectivity.Anyway i will set qconn 
priority to 20 and try.

Thanks for suggestion.
Re: TARGET DISCONNECTED  
Rahul, I remember very well and with pleasure :-).
I wasn't aware of your surname.

Please send me I an email as I do want to have the photos from the last day...

You remember the rainy desaster ?  :-)..... 

Jeevan

Re: TARGET DISCONNECTED  
That's great you remember everything.

Abt photos i will send u soon to your email.Last day was very nice.Every one remember u with ur elephant.

Thanks,
Bye

Re: TARGET DISCONNECTED  
To me it sounds like a network driver issue, not a qconn problem..


- Malte