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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-21-2009, 09:02 AM
|
#1
|
LQ Newbie
Registered: Jan 2009
Posts: 20
Rep:
|
Problem installing argus
I'm trying to install argus(netflow analyzer) on a Ubuntu 8.10 machine through the console as sudo root. After trying the src and having it fail, I decided to use apt. After typing "apt-get install argus-server" I get the following output...
root@ubuntu1:~# apt-get install argus-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-2.6.27-7 linux-headers-2.6.27-7-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
argus-client
Suggested packages:
librrds-perl
The following NEW packages will be installed:
argus-client argus-server
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1769kB of archives.
After this operation, 4170kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Selecting previously deselected package argus-client.
(Reading database ... 118154 files and directories currently installed.)
Unpacking argus-client (from .../argus-client_2.0.6.fixes.1-3_i386.deb) ...
Selecting previously deselected package argus-server.
Unpacking argus-server (from .../argus-server_1%3a2.0.6.fixes.1-14.1_i386.deb) ...
Processing triggers for man-db ...
Setting up argus-client (2.0.6.fixes.1-3) ...
Setting up argus-server (1:2.0.6.fixes.1-14.1) ...
root@ubuntu1:~# argus
The program 'argus' is currently not installed. You can install it by typing:
apt-get install argus-server
bash: argus: command not found
I'm not sure what I'm doing wrong, hopefully someone can point me in the right direction. Thanks.
|
|
|
01-21-2009, 09:17 AM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,672
|
Quote:
Originally Posted by hazdingo
I'm trying to install argus(netflow analyzer) on a Ubuntu 8.10 machine through the console as sudo root. After trying the src and having it fail, I decided to use apt. After typing "apt-get install argus-server" I get the following output...
root@ubuntu1:~# apt-get install argus-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-2.6.27-7 linux-headers-2.6.27-7-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
argus-client
Suggested packages:
librrds-perl
The following NEW packages will be installed:
argus-client argus-server
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1769kB of archives.
After this operation, 4170kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Selecting previously deselected package argus-client.
(Reading database ... 118154 files and directories currently installed.)
Unpacking argus-client (from .../argus-client_2.0.6.fixes.1-3_i386.deb) ...
Selecting previously deselected package argus-server.
Unpacking argus-server (from .../argus-server_1%3a2.0.6.fixes.1-14.1_i386.deb) ...
Processing triggers for man-db ...
Setting up argus-client (2.0.6.fixes.1-3) ...
Setting up argus-server (1:2.0.6.fixes.1-14.1) ...
root@ubuntu1:~# argus
The program 'argus' is currently not installed. You can install it by typing:
apt-get install argus-server
bash: argus: command not found
I'm not sure what I'm doing wrong, hopefully someone can point me in the right direction. Thanks.
|
Argus isn't in your path, or isn't running. Type in "locate argus" or "find / -name argus" as root, and put the entire path and command in, or modify your existing path to include the directory where it is.
The Argus documentation on their web site, says you have to set the $ARGUSHOME environment variable, and set up the configuration file. Have you done that?
|
|
|
01-21-2009, 09:22 AM
|
#3
|
LQ Newbie
Registered: Jan 2009
Posts: 20
Original Poster
Rep:
|
Quote:
Originally Posted by TB0ne
Argus isn't in your path, or isn't running. Type in "locate argus" or "find / -name argus" as root, and put the entire path and command in, or modify your existing path to include the directory where it is.
The Argus documentation on their web site, says you have to set the $ARGUSHOME environment variable, and set up the configuration file. Have you done that?
|
I don't know how to set the $ARGUSHOME environment variable.
|
|
|
01-21-2009, 10:17 AM
|
#4
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,672
|
Quote:
Originally Posted by hazdingo
I don't know how to set the $ARGUSHOME environment variable.
|
Installation notes and documents came with Arugs. Read them, and the manual and HOW-TO's on their web page here http://www.qosient.com/argus/manuals.htm
|
|
|
01-21-2009, 11:35 AM
|
#5
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
*
* 'argus-server_1%3a2.0.6.fixes.1-14.1_i386.deb' : It's a dummy !
*
* Bugreport here ( 2' hit, googling .. argus ubuntu .. )
https://bugs.launchpad.net/ubuntu/+s...us/+bug/192868
Quote:
Binary package hint: argus-server
The file /usr/sbin/argus is a symlink to usr/sbin/argus_linux
but the file is missing in the i386 package.
|
This package seems to be OK in Ubuntu 8.10 :
http://packages.debian.org/lenny/i38...erver/download
argus-server_2.0.6.fixes.1-16_i386.deb
( Debian Lenny )
....
Last edited by knudfl; 01-21-2009 at 12:20 PM.
|
|
|
All times are GMT -5. The time now is 11:46 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|