LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-09-2016, 03:31 AM   #16
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641

Re #15.

https://www.youtube.com/watch?v=so1Q5zYLQx4 says Fedora 8 / NCTUns-4
May not work with Fedora 11 / NCTUns-6

Fedora 11 : Nothing should be done with the Graphics (video) settings, I think.

Fedora 11 : See post #11 : Works here.


-
 
Old 05-09-2016, 02:25 PM   #17
dfnt
LQ Newbie
 
Registered: May 2016
Posts: 10

Original Poster
Rep: Reputation: Disabled
Unhappy @knudfl && @John VV

Hi All;

I have re-install fedora 11 32bit and as well installed NCTUns software on it. I set my paths as given thus by first executing it at the terminal, but on checking the .bashrc file, I did not see the configuration exported there, then I manually copied it directly to the .bashrc file thus:

export NCTUNSHOME=/usr/local/nctuns
export NCTUNS_TOOLS=$NCTUNSHOME/tools
export NCTUNS_BIN=$NCTUNSHOME/bin
export PATH=${NCTUNS_BIN}:${PATH}

with the addition of this:

source /usr/local/nctuns/etc/nctuns.bash

below it. I did all these configurations immediately after installing the NCTUns software and restarted from the fedora kernel. At the login prompt, I choose the nctuns kernel and logged in. But on executing the dispatcher, coordinator and nctunsclient, I got the following out thus:

[root@localhost nctuns]# source /usr/local/nctuns/etc/nctuns.bash
[root@localhost nctuns]# dispatcher
bash: dispatcher: command not found
[root@localhost nctuns]#

[root@localhost nctuns]# source /usr/local/nctuns/etc/nctuns.bash
[root@localhost nctuns]# coordinator
bash: coordinator: command not found
[root@localhost nctuns]#

[root@localhost nctuns]# source /usr/local/nctuns/etc/nctuns.bash
[root@localhost nctuns]# nctunsclient
bash: nctunsclient: command not found
[root@localhost nctuns]#

I logged in as the root and I did the 3 operation by opening 3 different consoles.

Can anyone point or show me how to configure the path for the NCTUns Software, because I have done it by using the "export" command and by manually copying it directly to the /home/directory/.bashrc file, all seem not to work. Is there anything I have not done or anything I have done wrong please.

I noticed, until I execute these comnands thus:

export NCTUNSHOME=/usr/local/nctuns
export NCTUNS_TOOLS=$NCTUNSHOME/tools
export NCTUNS_BIN=$NCTUNSHOME/bin
export PATH=${NCTUNS_BIN}:${PATH}

source /usr/local/nctuns/etc/nctuns.bash

at each terminal console for dispatcher, coordinator and nctunsclient respectively before the software could start up, which is a very long process for every run of the software. I really need help please. Thank you in advance.
 
Old 05-09-2016, 04:42 PM   #18
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #17.

Se post #11 : Either execute the export commands .... or source the nctuns script ...

And if you use the TABS in the 'gnome-editor', you will only have to do the source command once
See http://blog-archive.copyninja.info/2...tion-help.html


-
 
Old 05-10-2016, 12:15 PM   #19
dfnt
LQ Newbie
 
Registered: May 2016
Posts: 10

Original Poster
Rep: Reputation: Disabled
Unhappy @knudfl

Hi;

I do not understand you last response. What do you mean by:

Quote:
And if you use the TABS in the 'gnome-editor', you will only have to do the source command once
Despite doing all the PATH Settings specified. It is still not working. For it to atleast open, I have to execute command for each terminal console for dispatcher, coordinator and nctunsclient respectively thus:

#:>export NCTUNSHOME=/usr/local/nctuns
#:>export NCTUNS_TOOLS=$NCTUNSHOME/tools
#:>export NCTUNS_BIN=$NCTUNSHOME/bin
#:>export PATH=${NCTUNS_BIN}:${PATH}
#:>source /usr/local/nctuns/etc/nctuns.bash

After which I will execute either dispatcher, coordinator or nctunsclient depending on the terminal I wish to open. It is stressful starting the NCTUns this way and I am afraid the program may not be giving me correct output if I decide to start working with it this way.

Is there anyway you can be clear to details on how you did yours and probably show me the settings for your .bashrc file if possible, in order for me to know what I am doing wrong. Thank you in advance.
 
  


Reply

Tags
nctuns


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
error in installing NCTUns hiba.yousef.1991 Linux - Newbie 9 05-27-2014 12:05 AM
make failed Error in GNuRadio installation on fedora 17 fabe856 Linux - Software 5 03-28-2013 06:58 AM
Problem installing NCTUNS simulator in fedora 17 siddeshwar Fedora 6 10-25-2012 04:47 AM
NCTUns Installation Error. make: *** [tcsh] Error 1 banuri Linux - Newbie 1 08-08-2012 07:52 AM
error while installing nctuns 4.0 on fedora 7 perfectvijay Linux - Software 1 09-14-2008 01:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration