From robertoaschuster at gmail.com Sun May 12 20:00:42 2013 From: robertoaschuster at gmail.com (Roberto Schuster) Date: Sun, 12 May 2013 21:00:42 -0300 Subject: How to access Argus in the browser? Message-ID: Hi, I'm trying to use argus, but without success. :( I have followed all the steps in the Docs > Installing section and everything was intalled ok. However, I didn't figured out how to access the Argus login interface... So, I was wondering if anyone could help me on this situation. :) Argus version: 3.7 OS: Ubuntu 10.04 Thanks From shiemstra at h2.com Mon May 13 08:54:52 2013 From: shiemstra at h2.com (Scott Hiemstra) Date: Mon, 13 May 2013 08:54:52 -0400 Subject: How to access Argus in the browser? In-Reply-To: References: Message-ID: <073C6B4DF1DDC8498449BE3F9575666D0479EC9BE212@horus.h2.com> I run CentOS so my setup is a bit different but I'll assist if I can. If you haven't figured it out yet please sent the output of "grep ^INSTALL_ Makefile" from within the Argus src directory, this will provide all of your install paths. Are you using Apache or some other webserver? Are you planning to run Argus under a VirtualHost or as the main site on the machine? Scott -----Original Message----- From: arguslist-bounces at tcp4me.com [mailto:arguslist-bounces at tcp4me.com] On Behalf Of Roberto Schuster Sent: Sunday, May 12, 2013 8:01 PM To: arguslist at tcp4me.com Subject: How to access Argus in the browser? Hi, I'm trying to use argus, but without success. :( I have followed all the steps in the Docs > Installing section and everything was intalled ok. However, I didn't figured out how to access the Argus login interface... So, I was wondering if anyone could help me on this situation. :) Argus version: 3.7 OS: Ubuntu 10.04 Thanks _______________________________________________ http://argus.tcp4me.com/ Arguslist at tcp4me.com http://www.tcp4me.com/mailman/listinfo/arguslist From robertoaschuster at gmail.com Mon May 13 09:19:43 2013 From: robertoaschuster at gmail.com (Roberto Schuster) Date: Mon, 13 May 2013 10:19:43 -0300 Subject: How to access Argus in the browser? In-Reply-To: <073C6B4DF1DDC8498449BE3F9575666D0479EC9BE212@horus.h2.com> References: <073C6B4DF1DDC8498449BE3F9575666D0479EC9BE212@horus.h2.com> Message-ID: Hi Scot, I'm using Apache as web server, on a virtual machine running on virtualbox. A apreciate your help, but I just made it work! I had to ask some help to a friend and we did some weird stuff: - set permission to www-data (apache) user in some sub directories in the $datadir (ok, it was in the tutorial...) - set permission to argus user in some sub directories in the $datadir - rename arguscgi script file to arguscgi.pl, so it can run Well, I'm going slow, but going on... :) Now I can access the argus interface, but some errors still persist: - *Error: cannot load argus javascript* *- **Error: cannot load argus style_sheet* * * I followed the instructions below, but the error remains.... - make sure you copy the file misc/argus.js to your htdocs directory and configure a javascript: /correct/url/argus.js in your argus config - make sure you copy the file misc/argus.css to your htdocs directory and configure a style_sheet: /correct/url/argus.css in your argus config. Thankss 2013/5/13 Scott Hiemstra > I run CentOS so my setup is a bit different but I'll assist if I can. If > you haven't figured it out yet please sent the output of "grep ^INSTALL_ > Makefile" from within the Argus src directory, this will provide all of > your install paths. Are you using Apache or some other webserver? Are you > planning to run Argus under a VirtualHost or as the main site on the > machine? > > Scott > > > -----Original Message----- > From: arguslist-bounces at tcp4me.com [mailto:arguslist-bounces at tcp4me.com] > On Behalf Of Roberto Schuster > Sent: Sunday, May 12, 2013 8:01 PM > To: arguslist at tcp4me.com > Subject: How to access Argus in the browser? > > Hi, > > I'm trying to use argus, but without success. :( > > I have followed all the steps in the Docs > Installing section and > everything was intalled ok. However, I didn't figured out how to access the > Argus login interface... > > So, I was wondering if anyone could help me on this situation. :) > > Argus version: 3.7 > OS: Ubuntu 10.04 > > > Thanks > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > From shiemstra at h2.com Mon May 13 09:42:24 2013 From: shiemstra at h2.com (Scott Hiemstra) Date: Mon, 13 May 2013 09:42:24 -0400 Subject: How to access Argus in the browser? In-Reply-To: References: <073C6B4DF1DDC8498449BE3F9575666D0479EC9BE212@horus.h2.com> Message-ID: <073C6B4DF1DDC8498449BE3F9575666D0479EC9BE213@horus.h2.com> Glad you got further along. If you send the output of "grep ^INSTALL_ Makefile" from within the Argus source directory, I should be able to send you pretty much exact commands to fix the problem. Scott -----Original Message----- From: arguslist-bounces at tcp4me.com [mailto:arguslist-bounces at tcp4me.com] On Behalf Of Roberto Schuster Sent: Monday, May 13, 2013 9:20 AM To: Discussion about Argus Subject: Re: How to access Argus in the browser? Hi Scot, I'm using Apache as web server, on a virtual machine running on virtualbox. A apreciate your help, but I just made it work! I had to ask some help to a friend and we did some weird stuff: - set permission to www-data (apache) user in some sub directories in the $datadir (ok, it was in the tutorial...) - set permission to argus user in some sub directories in the $datadir - rename arguscgi script file to arguscgi.pl, so it can run Well, I'm going slow, but going on... :) Now I can access the argus interface, but some errors still persist: - *Error: cannot load argus javascript* *- **Error: cannot load argus style_sheet* * * I followed the instructions below, but the error remains.... - make sure you copy the file misc/argus.js to your htdocs directory and configure a javascript: /correct/url/argus.js in your argus config - make sure you copy the file misc/argus.css to your htdocs directory and configure a style_sheet: /correct/url/argus.css in your argus config. Thankss 2013/5/13 Scott Hiemstra > I run CentOS so my setup is a bit different but I'll assist if I can. > If you haven't figured it out yet please sent the output of "grep > ^INSTALL_ Makefile" from within the Argus src directory, this will > provide all of your install paths. Are you using Apache or some other > webserver? Are you planning to run Argus under a VirtualHost or as > the main site on the machine? > > Scott > > > -----Original Message----- > From: arguslist-bounces at tcp4me.com > [mailto:arguslist-bounces at tcp4me.com] > On Behalf Of Roberto Schuster > Sent: Sunday, May 12, 2013 8:01 PM > To: arguslist at tcp4me.com > Subject: How to access Argus in the browser? > > Hi, > > I'm trying to use argus, but without success. :( > > I have followed all the steps in the Docs > Installing section and > everything was intalled ok. However, I didn't figured out how to > access the Argus login interface... > > So, I was wondering if anyone could help me on this situation. :) > > Argus version: 3.7 > OS: Ubuntu 10.04 > > > Thanks > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > _______________________________________________ http://argus.tcp4me.com/ Arguslist at tcp4me.com http://www.tcp4me.com/mailman/listinfo/arguslist From ssmith94132 at gmail.com Wed May 22 23:18:22 2013 From: ssmith94132 at gmail.com (Steve Smith) Date: Wed, 22 May 2013 20:18:22 -0700 Subject: Confused By The Instructions Message-ID: I seem to have Argus running, the directory looks like this: total 60 -rw-rw-r-- 1 www-data argus 12288 May 22 20:38 auth -rw-rw-r-- 1 argus argus 2979 May 22 19:33 config srwxrwxrwx 1 argus argus 0 May 23 04:02 control drwxrwxr-x 2 argus argus 4096 May 22 06:21 gcache drwxrwxr-x 28 argus argus 4096 May 23 02:50 gdata drwxrwxr-x 28 root argus 4096 May 23 02:50 html drwxrwxr-x 2 argus argus 4096 May 22 06:21 locale -rw-rw-r-- 1 argus www-data 8483 May 23 04:13 log drwxrwxr-x 2 argus argus 4096 May 23 02:58 notify -rw-rw-rw- 1 argus argus 5 May 23 02:58 notno drwxrwxr-x 2 argus argus 4096 May 22 06:21 perl drwxrwxr-x 28 argus argus 4096 May 23 02:50 stats -rw-rw-r-- 1 argus argus 144 May 23 02:44 users What I don't understand are the instructions: "load the argus cgi interface in your web browser, and verify that everything is configured correctly." Using what path? Thanks. -- Fallbrook, CA. 92028 From happisnappy at yahoo.com Wed May 22 23:43:22 2013 From: happisnappy at yahoo.com (Ivan) Date: Wed, 22 May 2013 20:43:22 -0700 (PDT) Subject: Confused By The Instructions In-Reply-To: Message-ID: <1369280602.72488.YahooMailClassic@web122902.mail.ne1.yahoo.com> that means to use hit your argus instance homepage the cgi-componenet would have probably been set up in your apache instance --- On Wed, 5/22/13, Steve Smith wrote: From: Steve Smith Subject: Confused By The Instructions To: arguslist at tcp4me.com Date: Wednesday, May 22, 2013, 8:18 PM I seem to have Argus running, the directory looks like this: total 60 -rw-rw-r--? 1 www-data argus? ? 12288 May 22 20:38 auth -rw-rw-r--? 1 argus? ? argus? ???2979 May 22 19:33 config srwxrwxrwx? 1 argus? ? argus? ? ? ? 0 May 23 04:02 control drwxrwxr-x? 2 argus? ? argus? ???4096 May 22 06:21 gcache drwxrwxr-x 28 argus? ? argus? ???4096 May 23 02:50 gdata drwxrwxr-x 28 root? ???argus? ???4096 May 23 02:50 html drwxrwxr-x? 2 argus? ? argus? ???4096 May 22 06:21 locale -rw-rw-r--? 1 argus? ? www-data? 8483 May 23 04:13 log drwxrwxr-x? 2 argus? ? argus? ???4096 May 23 02:58 notify -rw-rw-rw-? 1 argus? ? argus? ? ? ? 5 May 23 02:58 notno drwxrwxr-x? 2 argus? ? argus? ???4096 May 22 06:21 perl drwxrwxr-x 28 argus? ? argus? ???4096 May 23 02:50 stats -rw-rw-r--? 1 argus? ? argus? ? ? 144 May 23 02:44 users What I don't understand are the instructions: "load the argus cgi interface in your web browser, and verify that everything is configured correctly." Using what path? Thanks. -- Fallbrook, CA. 92028 _______________________________________________ http://argus.tcp4me.com/ Arguslist at tcp4me.com http://www.tcp4me.com/mailman/listinfo/arguslist From ssmith94132 at gmail.com Thu May 23 00:01:41 2013 From: ssmith94132 at gmail.com (Steve Smith) Date: Wed, 22 May 2013 21:01:41 -0700 Subject: Confused By The Instructions In-Reply-To: <1369280602.72488.YahooMailClassic@web122902.mail.ne1.yahoo.com> References: <1369280602.72488.YahooMailClassic@web122902.mail.ne1.yahoo.com> Message-ID: Hi Ivan, So do I need to configure apache2.conf to look at usr/local/cgi-bin instead of /var/www ? On Wed, May 22, 2013 at 8:43 PM, Ivan wrote: > that means to use hit your argus instance homepage > > the cgi-componenet would have probably been set up in your apache instance > > --- On Wed, 5/22/13, Steve Smith wrote: > > From: Steve Smith > Subject: Confused By The Instructions > To: arguslist at tcp4me.com > Date: Wednesday, May 22, 2013, 8:18 PM > > I seem to have Argus running, the directory looks like this: > > > total 60 > -rw-rw-r-- 1 www-data argus 12288 May 22 20:38 auth > -rw-rw-r-- 1 argus argus 2979 May 22 19:33 config > srwxrwxrwx 1 argus argus 0 May 23 04:02 control > drwxrwxr-x 2 argus argus 4096 May 22 06:21 gcache > drwxrwxr-x 28 argus argus 4096 May 23 02:50 gdata > drwxrwxr-x 28 root argus 4096 May 23 02:50 html > drwxrwxr-x 2 argus argus 4096 May 22 06:21 locale > -rw-rw-r-- 1 argus www-data 8483 May 23 04:13 log > drwxrwxr-x 2 argus argus 4096 May 23 02:58 notify > -rw-rw-rw- 1 argus argus 5 May 23 02:58 notno > drwxrwxr-x 2 argus argus 4096 May 22 06:21 perl > drwxrwxr-x 28 argus argus 4096 May 23 02:50 stats > -rw-rw-r-- 1 argus argus 144 May 23 02:44 users > > > What I don't understand are the instructions: "load the argus cgi interface > in your web browser, and verify that everything is configured correctly." > Using what path? > > Thanks. > > -- > Fallbrook, CA. > 92028 > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > -- Fallbrook, CA. 92028 From robertoaschuster at gmail.com Thu May 23 15:09:33 2013 From: robertoaschuster at gmail.com (Roberto Schuster) Date: Thu, 23 May 2013 16:09:33 -0300 Subject: Confused By The Instructions In-Reply-To: References: <1369280602.72488.YahooMailClassic@web122902.mail.ne1.yahoo.com> Message-ID: The solution (for me) was use the path http://localhost/arguscgi or http://localhost/arguscgi.pl in the browser. 2013/5/23 Steve Smith > Hi Ivan, > > So do I need to configure apache2.conf to look at usr/local/cgi-bin instead > of /var/www ? > > On Wed, May 22, 2013 at 8:43 PM, Ivan wrote: > > > that means to use hit your argus instance homepage > > > > the cgi-componenet would have probably been set up in your apache > instance > > > > --- On Wed, 5/22/13, Steve Smith wrote: > > > > From: Steve Smith > > Subject: Confused By The Instructions > > To: arguslist at tcp4me.com > > Date: Wednesday, May 22, 2013, 8:18 PM > > > > I seem to have Argus running, the directory looks like this: > > > > > > total 60 > > -rw-rw-r-- 1 www-data argus 12288 May 22 20:38 auth > > -rw-rw-r-- 1 argus argus 2979 May 22 19:33 config > > srwxrwxrwx 1 argus argus 0 May 23 04:02 control > > drwxrwxr-x 2 argus argus 4096 May 22 06:21 gcache > > drwxrwxr-x 28 argus argus 4096 May 23 02:50 gdata > > drwxrwxr-x 28 root argus 4096 May 23 02:50 html > > drwxrwxr-x 2 argus argus 4096 May 22 06:21 locale > > -rw-rw-r-- 1 argus www-data 8483 May 23 04:13 log > > drwxrwxr-x 2 argus argus 4096 May 23 02:58 notify > > -rw-rw-rw- 1 argus argus 5 May 23 02:58 notno > > drwxrwxr-x 2 argus argus 4096 May 22 06:21 perl > > drwxrwxr-x 28 argus argus 4096 May 23 02:50 stats > > -rw-rw-r-- 1 argus argus 144 May 23 02:44 users > > > > > > What I don't understand are the instructions: "load the argus cgi > interface > > in your web browser, and verify that everything is configured correctly." > > Using what path? > > > > Thanks. > > > > -- > > Fallbrook, CA. > > 92028 > > _______________________________________________ > > http://argus.tcp4me.com/ > > Arguslist at tcp4me.com > > http://www.tcp4me.com/mailman/listinfo/arguslist > > _______________________________________________ > > http://argus.tcp4me.com/ > > Arguslist at tcp4me.com > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > > -- > Fallbrook, CA. > 92028 > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > From ssmith94132 at gmail.com Thu May 23 15:22:09 2013 From: ssmith94132 at gmail.com (Steve Smith) Date: Thu, 23 May 2013 12:22:09 -0700 Subject: Confused By The Instructions In-Reply-To: References: <1369280602.72488.YahooMailClassic@web122902.mail.ne1.yahoo.com> Message-ID: Hey thanks, I got it. As usual it was my error - The CGI stuff wasn't installed. On Thu, May 23, 2013 at 12:09 PM, Roberto Schuster < robertoaschuster at gmail.com> wrote: > The solution (for me) was use the path http://localhost/arguscgi or > http://localhost/arguscgi.pl in the browser. > > > 2013/5/23 Steve Smith > > > Hi Ivan, > > > > So do I need to configure apache2.conf to look at usr/local/cgi-bin > instead > > of /var/www ? > > > > On Wed, May 22, 2013 at 8:43 PM, Ivan wrote: > > > > > that means to use hit your argus instance homepage > > > > > > the cgi-componenet would have probably been set up in your apache > > instance > > > > > > --- On Wed, 5/22/13, Steve Smith wrote: > > > > > > From: Steve Smith > > > Subject: Confused By The Instructions > > > To: arguslist at tcp4me.com > > > Date: Wednesday, May 22, 2013, 8:18 PM > > > > > > I seem to have Argus running, the directory looks like this: > > > > > > > > > total 60 > > > -rw-rw-r-- 1 www-data argus 12288 May 22 20:38 auth > > > -rw-rw-r-- 1 argus argus 2979 May 22 19:33 config > > > srwxrwxrwx 1 argus argus 0 May 23 04:02 control > > > drwxrwxr-x 2 argus argus 4096 May 22 06:21 gcache > > > drwxrwxr-x 28 argus argus 4096 May 23 02:50 gdata > > > drwxrwxr-x 28 root argus 4096 May 23 02:50 html > > > drwxrwxr-x 2 argus argus 4096 May 22 06:21 locale > > > -rw-rw-r-- 1 argus www-data 8483 May 23 04:13 log > > > drwxrwxr-x 2 argus argus 4096 May 23 02:58 notify > > > -rw-rw-rw- 1 argus argus 5 May 23 02:58 notno > > > drwxrwxr-x 2 argus argus 4096 May 22 06:21 perl > > > drwxrwxr-x 28 argus argus 4096 May 23 02:50 stats > > > -rw-rw-r-- 1 argus argus 144 May 23 02:44 users > > > > > > > > > What I don't understand are the instructions: "load the argus cgi > > interface > > > in your web browser, and verify that everything is configured > correctly." > > > Using what path? > > > > > > Thanks. > > > > > > -- > > > Fallbrook, CA. > > > 92028 > > > _______________________________________________ > > > http://argus.tcp4me.com/ > > > Arguslist at tcp4me.com > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > _______________________________________________ > > > http://argus.tcp4me.com/ > > > Arguslist at tcp4me.com > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > > > > > > > -- > > Fallbrook, CA. > > 92028 > > _______________________________________________ > > http://argus.tcp4me.com/ > > Arguslist at tcp4me.com > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > -- Fallbrook, CA. 92028 From happisnappy at yahoo.com Thu May 23 17:46:11 2013 From: happisnappy at yahoo.com (Ivan) Date: Thu, 23 May 2013 14:46:11 -0700 (PDT) Subject: Confused By The Instructions In-Reply-To: Message-ID: <1369345571.34623.YahooMailClassic@web122901.mail.ne1.yahoo.com> sorry, It was late nite and I retired to sleep after sending that message. glad it got fixed.? :) --- On Thu, 5/23/13, Steve Smith wrote: From: Steve Smith Subject: Re: Confused By The Instructions To: "Discussion about Argus" Date: Thursday, May 23, 2013, 12:22 PM Hey thanks, I got it. As usual it was my error - The CGI stuff wasn't installed. On Thu, May 23, 2013 at 12:09 PM, Roberto Schuster < robertoaschuster at gmail.com> wrote: > The solution (for me) was use the path http://localhost/arguscgi or > http://localhost/arguscgi.pl in the browser. > > > 2013/5/23 Steve Smith > > > Hi Ivan, > > > > So do I need to configure apache2.conf to look at usr/local/cgi-bin > instead > > of /var/www ? > > > > On Wed, May 22, 2013 at 8:43 PM, Ivan wrote: > > > > > that means to use hit your argus instance homepage > > > > > > the cgi-componenet would have probably been set up in your apache > > instance > > > > > > --- On Wed, 5/22/13, Steve Smith wrote: > > > > > > From: Steve Smith > > > Subject: Confused By The Instructions > > > To: arguslist at tcp4me.com > > > Date: Wednesday, May 22, 2013, 8:18 PM > > > > > > I seem to have Argus running, the directory looks like this: > > > > > > > > > total 60 > > > -rw-rw-r--? 1 www-data argus? ? 12288 May 22 20:38 auth > > > -rw-rw-r--? 1 argus? ? argus? ???2979 May 22 19:33 config > > > srwxrwxrwx? 1 argus? ? argus? ? ? ? 0 May 23 04:02 control > > > drwxrwxr-x? 2 argus? ? argus? ???4096 May 22 06:21 gcache > > > drwxrwxr-x 28 argus? ? argus? ???4096 May 23 02:50 gdata > > > drwxrwxr-x 28 root? ???argus? ???4096 May 23 02:50 html > > > drwxrwxr-x? 2 argus? ? argus? ???4096 May 22 06:21 locale > > > -rw-rw-r--? 1 argus? ? www-data? 8483 May 23 04:13 log > > > drwxrwxr-x? 2 argus? ? argus? ???4096 May 23 02:58 notify > > > -rw-rw-rw-? 1 argus? ? argus? ? ? ? 5 May 23 02:58 notno > > > drwxrwxr-x? 2 argus? ? argus? ???4096 May 22 06:21 perl > > > drwxrwxr-x 28 argus? ? argus? ???4096 May 23 02:50 stats > > > -rw-rw-r--? 1 argus? ? argus? ? ? 144 May 23 02:44 users > > > > > > > > > What I don't understand are the instructions: "load the argus cgi > > interface > > > in your web browser, and verify that everything is configured > correctly." > > > Using what path? > > > > > > Thanks. > > > > > > -- > > > Fallbrook, CA. > > > 92028 > > > _______________________________________________ > > > http://argus.tcp4me.com/ > > > Arguslist at tcp4me.com > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > _______________________________________________ > > > http://argus.tcp4me.com/ > > > Arguslist at tcp4me.com > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > > > > > > > -- > > Fallbrook, CA. > > 92028 > > _______________________________________________ > > http://argus.tcp4me.com/ > > Arguslist at tcp4me.com > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > -- Fallbrook, CA. 92028 _______________________________________________ http://argus.tcp4me.com/ Arguslist at tcp4me.com http://www.tcp4me.com/mailman/listinfo/arguslist From ssmith94132 at gmail.com Thu May 23 17:54:08 2013 From: ssmith94132 at gmail.com (Steve Smith) Date: Thu, 23 May 2013 14:54:08 -0700 Subject: Confused By The Instructions In-Reply-To: <1369345571.34623.YahooMailClassic@web122901.mail.ne1.yahoo.com> References: <1369345571.34623.YahooMailClassic@web122901.mail.ne1.yahoo.com> Message-ID: No problem, but may I ask another question? The users file requires an encryted password for a user. I don't understand how to encrypt the password. On Thu, May 23, 2013 at 2:46 PM, Ivan wrote: > sorry, > > It was late nite and I retired to sleep after sending that message. > > glad it got fixed. > > :) > > --- On Thu, 5/23/13, Steve Smith wrote: > > From: Steve Smith > Subject: Re: Confused By The Instructions > To: "Discussion about Argus" > Date: Thursday, May 23, 2013, 12:22 PM > > Hey thanks, I got it. As usual it was my error - The CGI stuff wasn't > installed. > > On Thu, May 23, 2013 at 12:09 PM, Roberto Schuster < > robertoaschuster at gmail.com> wrote: > > > The solution (for me) was use the path http://localhost/arguscgi or > > http://localhost/arguscgi.pl in the browser. > > > > > > 2013/5/23 Steve Smith > > > > > Hi Ivan, > > > > > > So do I need to configure apache2.conf to look at usr/local/cgi-bin > > instead > > > of /var/www ? > > > > > > On Wed, May 22, 2013 at 8:43 PM, Ivan wrote: > > > > > > > that means to use hit your argus instance homepage > > > > > > > > the cgi-componenet would have probably been set up in your apache > > > instance > > > > > > > > --- On Wed, 5/22/13, Steve Smith wrote: > > > > > > > > From: Steve Smith > > > > Subject: Confused By The Instructions > > > > To: arguslist at tcp4me.com > > > > Date: Wednesday, May 22, 2013, 8:18 PM > > > > > > > > I seem to have Argus running, the directory looks like this: > > > > > > > > > > > > total 60 > > > > -rw-rw-r-- 1 www-data argus 12288 May 22 20:38 auth > > > > -rw-rw-r-- 1 argus argus 2979 May 22 19:33 config > > > > srwxrwxrwx 1 argus argus 0 May 23 04:02 control > > > > drwxrwxr-x 2 argus argus 4096 May 22 06:21 gcache > > > > drwxrwxr-x 28 argus argus 4096 May 23 02:50 gdata > > > > drwxrwxr-x 28 root argus 4096 May 23 02:50 html > > > > drwxrwxr-x 2 argus argus 4096 May 22 06:21 locale > > > > -rw-rw-r-- 1 argus www-data 8483 May 23 04:13 log > > > > drwxrwxr-x 2 argus argus 4096 May 23 02:58 notify > > > > -rw-rw-rw- 1 argus argus 5 May 23 02:58 notno > > > > drwxrwxr-x 2 argus argus 4096 May 22 06:21 perl > > > > drwxrwxr-x 28 argus argus 4096 May 23 02:50 stats > > > > -rw-rw-r-- 1 argus argus 144 May 23 02:44 users > > > > > > > > > > > > What I don't understand are the instructions: "load the argus cgi > > > interface > > > > in your web browser, and verify that everything is configured > > correctly." > > > > Using what path? > > > > > > > > Thanks. > > > > > > > > -- > > > > Fallbrook, CA. > > > > 92028 > > > > _______________________________________________ > > > > http://argus.tcp4me.com/ > > > > Arguslist at tcp4me.com > > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > _______________________________________________ > > > > http://argus.tcp4me.com/ > > > > Arguslist at tcp4me.com > > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > > > > > > > > > > > > -- > > > Fallbrook, CA. > > > 92028 > > > _______________________________________________ > > > http://argus.tcp4me.com/ > > > Arguslist at tcp4me.com > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > _______________________________________________ > > http://argus.tcp4me.com/ > > Arguslist at tcp4me.com > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > > -- > Fallbrook, CA. > 92028 > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > -- Fallbrook, CA. 92028 From scott at hiemstra.us Thu May 23 18:33:14 2013 From: scott at hiemstra.us (Scott Hiemstra) Date: Thu, 23 May 2013 18:33:14 -0400 Subject: Confused By The Instructions Message-ID: You can use 'htpasswd -n USERNAME' which will then prompt you for a password. ?You can then paste the returned hash into the user file. ?I think you can also simply grab a hash from your system password file but I've never tried it. ScottSteve Smith wrote:No problem, but may I ask another question? The users file requires an encryted password for a user.? I don't understand how to encrypt the password. On Thu, May 23, 2013 at 2:46 PM, Ivan wrote: > sorry, > > It was late nite and I retired to sleep after sending that message. > > glad it got fixed. > > :) > > --- On Thu, 5/23/13, Steve Smith wrote: > > From: Steve Smith > Subject: Re: Confused By The Instructions > To: "Discussion about Argus" > Date: Thursday, May 23, 2013, 12:22 PM > > Hey thanks, I got it. As usual it was my error - The CGI stuff wasn't > installed. > > On Thu, May 23, 2013 at 12:09 PM, Roberto Schuster < > robertoaschuster at gmail.com> wrote: > > > The solution (for me) was use the path http://localhost/arguscgi or > > http://localhost/arguscgi.pl in the browser. > > > > > > 2013/5/23 Steve Smith > > > > > Hi Ivan, > > > > > > So do I need to configure apache2.conf to look at usr/local/cgi-bin > > instead > > > of /var/www ? > > > > > > On Wed, May 22, 2013 at 8:43 PM, Ivan wrote: > > > > > > > that means to use hit your argus instance homepage > > > > > > > > the cgi-componenet would have probably been set up in your apache > > > instance > > > > > > > > --- On Wed, 5/22/13, Steve Smith wrote: > > > > > > > > From: Steve Smith > > > > Subject: Confused By The Instructions > > > > To: arguslist at tcp4me.com > > > > Date: Wednesday, May 22, 2013, 8:18 PM > > > > > > > > I seem to have Argus running, the directory looks like this: > > > > > > > > > > > > total 60 > > > > -rw-rw-r--? 1 www-data argus??? 12288 May 22 20:38 auth > > > > -rw-rw-r--? 1 argus??? argus???? 2979 May 22 19:33 config > > > > srwxrwxrwx? 1 argus??? argus??????? 0 May 23 04:02 control > > > > drwxrwxr-x? 2 argus??? argus???? 4096 May 22 06:21 gcache > > > > drwxrwxr-x 28 argus??? argus???? 4096 May 23 02:50 gdata > > > > drwxrwxr-x 28 root???? argus???? 4096 May 23 02:50 html > > > > drwxrwxr-x? 2 argus??? argus???? 4096 May 22 06:21 locale > > > > -rw-rw-r--? 1 argus??? www-data? 8483 May 23 04:13 log > > > > drwxrwxr-x? 2 argus??? argus???? 4096 May 23 02:58 notify > > > > -rw-rw-rw-? 1 argus??? argus??????? 5 May 23 02:58 notno > > > > drwxrwxr-x? 2 argus??? argus???? 4096 May 22 06:21 perl > > > > drwxrwxr-x 28 argus??? argus???? 4096 May 23 02:50 stats > > > > -rw-rw-r--? 1 argus??? argus????? 144 May 23 02:44 users > > > > > > > > > > > > What I don't understand are the instructions: "load the argus cgi > > > interface > > > > in your web browser, and verify that everything is configured > > correctly." > > > > Using what path? > > > > > > > > Thanks. > > > > > > > > -- > > > > Fallbrook, CA. > > > > 92028 > > > > _______________________________________________ > > > > http://argus.tcp4me.com/ > > > > Arguslist at tcp4me.com > > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > _______________________________________________ > > > > http://argus.tcp4me.com/ > > > > Arguslist at tcp4me.com > > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > > > > > > > > > > > > -- > > > Fallbrook, CA. > > > 92028 > > > _______________________________________________ > > > http://argus.tcp4me.com/ > > > Arguslist at tcp4me.com > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > _______________________________________________ > > http://argus.tcp4me.com/ > > Arguslist at tcp4me.com > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > > -- > Fallbrook, CA. > 92028 > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > -- Fallbrook, CA. 92028 _______________________________________________ http://argus.tcp4me.com/ Arguslist at tcp4me.com http://www.tcp4me.com/mailman/listinfo/arguslist From happisnappy at yahoo.com Thu May 23 21:04:10 2013 From: happisnappy at yahoo.com (Ivan) Date: Thu, 23 May 2013 18:04:10 -0700 (PDT) Subject: Confused By The Instructions In-Reply-To: Message-ID: <1369357450.13330.YahooMailClassic@web122906.mail.ne1.yahoo.com> in the?? argus user's homedir, in the 'bin' subdirectory, there is the tool called? 'makepassword' -you need to know your password first -then generate the encrypted version?? (eg..? $makepasswd? zoidberg211 ) -then paste the encrypted version in the users file --- On Thu, 5/23/13, Steve Smith wrote: From: Steve Smith Subject: Re: Confused By The Instructions To: "Discussion about Argus" Date: Thursday, May 23, 2013, 2:54 PM No problem, but may I ask another question? The users file requires an encryted password for a user.? I don't understand how to encrypt the password. On Thu, May 23, 2013 at 2:46 PM, Ivan wrote: > sorry, > > It was late nite and I retired to sleep after sending that message. > > glad it got fixed. > > :) > > --- On Thu, 5/23/13, Steve Smith wrote: > > From: Steve Smith > Subject: Re: Confused By The Instructions > To: "Discussion about Argus" > Date: Thursday, May 23, 2013, 12:22 PM > > Hey thanks, I got it. As usual it was my error - The CGI stuff wasn't > installed. > > On Thu, May 23, 2013 at 12:09 PM, Roberto Schuster < > robertoaschuster at gmail.com> wrote: > > > The solution (for me) was use the path http://localhost/arguscgi or > > http://localhost/arguscgi.pl in the browser. > > > > > > 2013/5/23 Steve Smith > > > > > Hi Ivan, > > > > > > So do I need to configure apache2.conf to look at usr/local/cgi-bin > > instead > > > of /var/www ? > > > > > > On Wed, May 22, 2013 at 8:43 PM, Ivan wrote: > > > > > > > that means to use hit your argus instance homepage > > > > > > > > the cgi-componenet would have probably been set up in your apache > > > instance > > > > > > > > --- On Wed, 5/22/13, Steve Smith wrote: > > > > > > > > From: Steve Smith > > > > Subject: Confused By The Instructions > > > > To: arguslist at tcp4me.com > > > > Date: Wednesday, May 22, 2013, 8:18 PM > > > > > > > > I seem to have Argus running, the directory looks like this: > > > > > > > > > > > > total 60 > > > > -rw-rw-r--? 1 www-data argus? ? 12288 May 22 20:38 auth > > > > -rw-rw-r--? 1 argus? ? argus? ???2979 May 22 19:33 config > > > > srwxrwxrwx? 1 argus? ? argus? ? ? ? 0 May 23 04:02 control > > > > drwxrwxr-x? 2 argus? ? argus? ???4096 May 22 06:21 gcache > > > > drwxrwxr-x 28 argus? ? argus? ???4096 May 23 02:50 gdata > > > > drwxrwxr-x 28 root? ???argus? ???4096 May 23 02:50 html > > > > drwxrwxr-x? 2 argus? ? argus? ???4096 May 22 06:21 locale > > > > -rw-rw-r--? 1 argus? ? www-data? 8483 May 23 04:13 log > > > > drwxrwxr-x? 2 argus? ? argus? ???4096 May 23 02:58 notify > > > > -rw-rw-rw-? 1 argus? ? argus? ? ? ? 5 May 23 02:58 notno > > > > drwxrwxr-x? 2 argus? ? argus? ???4096 May 22 06:21 perl > > > > drwxrwxr-x 28 argus? ? argus? ???4096 May 23 02:50 stats > > > > -rw-rw-r--? 1 argus? ? argus? ? ? 144 May 23 02:44 users > > > > > > > > > > > > What I don't understand are the instructions: "load the argus cgi > > > interface > > > > in your web browser, and verify that everything is configured > > correctly." > > > > Using what path? > > > > > > > > Thanks. > > > > > > > > -- > > > > Fallbrook, CA. > > > > 92028 > > > > _______________________________________________ > > > > http://argus.tcp4me.com/ > > > > Arguslist at tcp4me.com > > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > _______________________________________________ > > > > http://argus.tcp4me.com/ > > > > Arguslist at tcp4me.com > > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > > > > > > > > > > > > -- > > > Fallbrook, CA. > > > 92028 > > > _______________________________________________ > > > http://argus.tcp4me.com/ > > > Arguslist at tcp4me.com > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > _______________________________________________ > > http://argus.tcp4me.com/ > > Arguslist at tcp4me.com > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > > -- > Fallbrook, CA. > 92028 > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > -- Fallbrook, CA. 92028 _______________________________________________ http://argus.tcp4me.com/ Arguslist at tcp4me.com http://www.tcp4me.com/mailman/listinfo/arguslist From ssmith94132 at gmail.com Thu May 23 21:41:11 2013 From: ssmith94132 at gmail.com (Steve Smith) Date: Thu, 23 May 2013 18:41:11 -0700 Subject: Confused By The Instructions In-Reply-To: <1369357450.13330.YahooMailClassic@web122906.mail.ne1.yahoo.com> References: <1369357450.13330.YahooMailClassic@web122906.mail.ne1.yahoo.com> Message-ID: Ivan, Thanks, that worked. I found it at /home/argus/argus-3.7/contrib/mkpasswd. On Thu, May 23, 2013 at 6:04 PM, Ivan wrote: > in the argus user's homedir, in the 'bin' subdirectory, there is the > tool called 'makepassword' > > -you need to know your password first > -then generate the encrypted version (eg.. $makepasswd zoidberg211 ) > -then paste the encrypted version in the users file > > --- On Thu, 5/23/13, Steve Smith wrote: > > From: Steve Smith > Subject: Re: Confused By The Instructions > To: "Discussion about Argus" > Date: Thursday, May 23, 2013, 2:54 PM > > No problem, but may I ask another question? The users file requires an > encryted password for a user. I don't understand how to encrypt the > password. > > On Thu, May 23, 2013 at 2:46 PM, Ivan wrote: > > > sorry, > > > > It was late nite and I retired to sleep after sending that message. > > > > glad it got fixed. > > > > :) > > > > --- On Thu, 5/23/13, Steve Smith wrote: > > > > From: Steve Smith > > Subject: Re: Confused By The Instructions > > To: "Discussion about Argus" > > Date: Thursday, May 23, 2013, 12:22 PM > > > > Hey thanks, I got it. As usual it was my error - The CGI stuff wasn't > > installed. > > > > On Thu, May 23, 2013 at 12:09 PM, Roberto Schuster < > > robertoaschuster at gmail.com> wrote: > > > > > The solution (for me) was use the path http://localhost/arguscgi or > > > http://localhost/arguscgi.pl in the browser. > > > > > > > > > 2013/5/23 Steve Smith > > > > > > > Hi Ivan, > > > > > > > > So do I need to configure apache2.conf to look at usr/local/cgi-bin > > > instead > > > > of /var/www ? > > > > > > > > On Wed, May 22, 2013 at 8:43 PM, Ivan wrote: > > > > > > > > > that means to use hit your argus instance homepage > > > > > > > > > > the cgi-componenet would have probably been set up in your apache > > > > instance > > > > > > > > > > --- On Wed, 5/22/13, Steve Smith wrote: > > > > > > > > > > From: Steve Smith > > > > > Subject: Confused By The Instructions > > > > > To: arguslist at tcp4me.com > > > > > Date: Wednesday, May 22, 2013, 8:18 PM > > > > > > > > > > I seem to have Argus running, the directory looks like this: > > > > > > > > > > > > > > > total 60 > > > > > -rw-rw-r-- 1 www-data argus 12288 May 22 20:38 auth > > > > > -rw-rw-r-- 1 argus argus 2979 May 22 19:33 config > > > > > srwxrwxrwx 1 argus argus 0 May 23 04:02 control > > > > > drwxrwxr-x 2 argus argus 4096 May 22 06:21 gcache > > > > > drwxrwxr-x 28 argus argus 4096 May 23 02:50 gdata > > > > > drwxrwxr-x 28 root argus 4096 May 23 02:50 html > > > > > drwxrwxr-x 2 argus argus 4096 May 22 06:21 locale > > > > > -rw-rw-r-- 1 argus www-data 8483 May 23 04:13 log > > > > > drwxrwxr-x 2 argus argus 4096 May 23 02:58 notify > > > > > -rw-rw-rw- 1 argus argus 5 May 23 02:58 notno > > > > > drwxrwxr-x 2 argus argus 4096 May 22 06:21 perl > > > > > drwxrwxr-x 28 argus argus 4096 May 23 02:50 stats > > > > > -rw-rw-r-- 1 argus argus 144 May 23 02:44 users > > > > > > > > > > > > > > > What I don't understand are the instructions: "load the argus cgi > > > > interface > > > > > in your web browser, and verify that everything is configured > > > correctly." > > > > > Using what path? > > > > > > > > > > Thanks. > > > > > > > > > > -- > > > > > Fallbrook, CA. > > > > > 92028 > > > > > _______________________________________________ > > > > > http://argus.tcp4me.com/ > > > > > Arguslist at tcp4me.com > > > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > _______________________________________________ > > > > > http://argus.tcp4me.com/ > > > > > Arguslist at tcp4me.com > > > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > > > > > > > > > > > > > > > > > -- > > > > Fallbrook, CA. > > > > 92028 > > > > _______________________________________________ > > > > http://argus.tcp4me.com/ > > > > Arguslist at tcp4me.com > > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > > > _______________________________________________ > > > http://argus.tcp4me.com/ > > > Arguslist at tcp4me.com > > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > > > > > > > -- > > Fallbrook, CA. > > 92028 > > _______________________________________________ > > http://argus.tcp4me.com/ > > Arguslist at tcp4me.com > > http://www.tcp4me.com/mailman/listinfo/arguslist > > _______________________________________________ > > http://argus.tcp4me.com/ > > Arguslist at tcp4me.com > > http://www.tcp4me.com/mailman/listinfo/arguslist > > > > > > -- > Fallbrook, CA. > 92028 > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > _______________________________________________ > http://argus.tcp4me.com/ > Arguslist at tcp4me.com > http://www.tcp4me.com/mailman/listinfo/arguslist > -- Fallbrook, CA. 92028