nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Rateuo.c can not be executed

This is a discussion on Rateuo.c can not be executed within the Linux software forums, part of the Linux Getting Started category; env LANG=C /mrtg-2.10.15/bin/mrtg /usr/local/mrtgscriptfile/7507A.cfg ERROR: Can't Execute '/mrtg-2.10.15/bin/rateup' How can I fix it ?...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Linux answers from nixCraft.


Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 14-09-2005, 07:15 PM
Oznur
Guest
 
Posts: n/a
Default Rateuo.c can not be executed

env LANG=C /mrtg-2.10.15/bin/mrtg /usr/local/mrtgscriptfile/7507A.cfg
ERROR: Can't Execute '/mrtg-2.10.15/bin/rateup'

How can I fix it ?
Reply With Quote
  #2 (permalink)  
Old 15-09-2005, 01:09 AM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
OS: Debian GNU/Linux
Posts: 506
Thanks: 0
Thanked 8 Times in 6 Posts
Rep Power: 7
monk has a spectacular aura about monk has a spectacular aura about
Default

Quote:
Originally Posted by Oznur
env LANG=C /mrtg-2.10.15/bin/mrtg /usr/local/mrtgscriptfile/7507A.cfg
ERROR: Can't Execute '/mrtg-2.10.15/bin/rateup'

How can I fix it ?
Do you have correct path settings? Command rateup need to be in path. Use
Code:
export PATH=$PATH:/your/path/2/mrtg/bin
Above command for bash shell. Then Try command on two line:

Code:
env LANG=C 
/mrtg-2.10.15/bin/mrtg /usr/local/mrtgscriptfile/7507A.cfg
The first time you run MRTG, it will complain about not being able to find any log files rateup is related to that. So type command on two line and lemme know if it works or not...
Reply With Quote
  #3 (permalink)  
Old 15-09-2005, 06:03 PM
Oznur
Guest
 
Posts: n/a
Default Rateup.c

I tried as u sad but it did nit work..
if u want to send direct mail anarrogant@yahoo.com
Reply With Quote
  #4 (permalink)  
Old 16-09-2005, 02:31 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 5
tom is on a distinguished road
Default

Try one by one:
Code:
bash
export LANG=C 
export PATH=$PATH:/mrtg-2.10.15/bin
/mrtg-2.10.15/bin/mrtg /usr/local/mrtgscriptfile/7507A.cfg
Quote:
Originally Posted by Oznur
I tried as u sad but it did nit work..
if u want to send direct mail anarrogant@yahoo.com
No one is give you personal help via email; don't put yourself in embarassment , pepole will help you if you post on forum but don't ask for help via email!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
displaying the executed command then echo the status warren Shell scripting 4 29-11-2006 01:56 AM


All times are GMT +5.5. The time now is 07:58 PM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38