2011-10-06 - Re: [GRASE-Hotspot] Some Questions
Header Data
From: tim storey <ts***s@yahoo.com>
Message Hash: eb75e560744fdd87cb5f06fe79f56bcceab27e76dd945c9e7e87f924be60ad88
Message ID: <1317899892.58166.YahooMailNeo@web161406.mail.bf1.yahoo.com>
Reply To: <CAESLx0LjDGCpdevUZ8Hj_vo=FqFx=aM4hPjw1bHU9d=T09HStA@mail.gmail.com>
UTC Datetime: 2011-10-06 04:18:12 UTC
Raw Date: Thu, 06 Oct 2011 04:18:12 -0700
Raw message
I am now using 0 as the idle timeout value.
/var/log/syslog is filled with the following:
- coova-chilli[#####]: net.c: 114: 13 (Permission denied) ioctl(SIOCSIFFLAGS) failed
This repeats 2 or 3 times per second, every second.
The response to the chilli_query command is:
User 0
MAC: xx-xx-xx-xx-xx-xx
IP Address: 10.1.0.248
Session ID: 4e8d878e00000024
Username: customerticketxxx
Duration / Max: 942/30539424
Idle / Max: 0/21600
Input Octets / Max: 34475198/0
Output Octets / Max: 2342991/0
Max Total Octets: 488777164
Using swapoctets: 0
% / Max Up Bandwidth: 0%/1024000
% / Max Down Bandwidth: 18%/1024000
Original URL: http://www.google.com/search
User 1
MAC: xx-xx-xx-xx-xx-xx
IP Address: 10.1.0.236
Session ID: 4e8d65c30000000a
Username: adminticketxxx
Duration / Max: 9600/27092082
Idle / Max: 23/600
Input Octets / Max: 3708308/0
Output Octets / Max: 1061530/0
Max Total Octets: 0
Using swapoctets: 0
% / Max Up Bandwidth: 0%/0
% / Max Down Bandwidth: 0%/0
Original URL: http://www.google.co.za/
I snipped out the other users for simplicity's sake. The idle clearly shows as being 21600 or 600, even though I have just changed it from 14400 (4 hours) to 0.
21600 is the value I originally set via radgroupreply with the attribute of "Idle-Timeout"
The ticket inheriting the default value of 600 was not listed in radgroupreply.
(I had to remove the first and last curly brackets to make the command work for me via sh.)
My solution for now will be to simply set 0 as the override value in radgroupreply and that should permanently fix it for me.
Thanks for all your effort in resolving this.
Let me know what to do about the /var/log/syslog/ error message.
Regards,
Tim S
PS I haven't forgotten about the billing add-on I promised you, I'm just trying to clean it up a little as it was a very quick fix...
________________________________
From: Timothy White <ti***8@gmail.com>
To: GRASE Hotspot General Discussions <gr***t@lists.sourceforge.net>
Sent: Wednesday, October 5, 2011 10:13 AM
Subject: Re: [GRASE-Hotspot] Some Questions
On Wed, Oct 5, 2011 at 5:59 PM, tim storey <ts***s@yahoo.com> wrote:
> Hi Tim
> I have tried from both the web interface and the config file, but it doesn't
> work for me either way. (Unless I leave an open browser session running
> surreptitiously ;)
> I imagine my setup is different to most Grase operators in that I have it
> sitting in a VirtualBox VM and I installed it from a Live Ubuntu 11.04 disk
> as I do not have the server version...
> Could any of these two somehow relate to my ish?
Nether of these SHOULD effect it. I've finally got my test hardware
running again, so I'll look at testing it. What value are you setting
in the web interface for the timeout? And have a look in the logs
(/var/log/syslog) for any chilli error mesages.
Also, run the following command with a user logged in (run it on the
server) and show me the output. (You may need to run it as root, or
with sudo)
Thanks
Tim
p.s. It appears that setting an idle timeout of 0 should give you
unlimited, so no timeout
chilli_query list | awk '{
($5 == 1) {
print "User " i++
print " MAC: " $1
print " IP Address: " $2
print " Session ID: " $4
print " Username: " $6
print " Duration / Max: " $7
print " Idle / Max: " $8
print " Input Octets / Max: " $9
print " Output Octets / Max: " $10
print " Max Total Octets: " $11
print " Using swapoctets: " $12
print " % / Max Up Bandwidth: " $13
print " % / Max Down Bandwidth: " $14
print " Original URL: " $15
}
}'
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Grase-hotspot mailing list
Gr***t@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/grase-hotspot
Thread
- Return to September 2011
-
Return to October 2011
- Return to “Tim White <ti***8@gmail.com>”
- Return to “Timothy White <ti***8@gmail.com>”
-
Return to “tim storey <ts***s@yahoo.com>”
- 2011-09-27 (Tue, 27 Sep 2011 07:17:33 -0700) - [GRASE-Hotspot] Some Questions - tim storey <ts***s@yahoo.com>
- 2011-09-27 (Wed, 28 Sep 2011 07:57:53 +1000) - Re: [GRASE-Hotspot] Some Questions - Tim White <ti***8@gmail.com>
- 2011-09-28 (Thu, 29 Sep 2011 10:23:27 +1000) - Re: [GRASE-Hotspot] Some Questions - Tim White <ti***8@gmail.com>
- 2011-09-30 (Fri, 30 Sep 2011 03:31:44 -0700) - Re: [GRASE-Hotspot] Some Questions - tim storey <ts***s@yahoo.com>
- 2011-09-30 (Sat, 01 Oct 2011 10:35:37 +1000) - Re: [GRASE-Hotspot] Some Questions - Tim White <ti***8@gmail.com>
- 2011-10-05 (Wed, 05 Oct 2011 00:59:34 -0700) - Re: [GRASE-Hotspot] Some Questions - tim storey <ts***s@yahoo.com>
- 2011-10-05 (Wed, 05 Oct 2011 18:13:38 +1000) - Re: [GRASE-Hotspot] Some Questions - Timothy White <ti***8@gmail.com>
- 2011-10-06 (Thu, 06 Oct 2011 04:18:12 -0700) - Re: [GRASE-Hotspot] Some Questions - tim storey <ts***s@yahoo.com>
- 2011-10-06 (Fri, 07 Oct 2011 12:19:53 +1000) - Re: [GRASE-Hotspot] Some Questions - Timothy White <ti***8@gmail.com>
- 2011-10-07 (Fri, 07 Oct 2011 06:57:29 -0700) - Re: [GRASE-Hotspot] Some Questions - tim storey <ts***s@yahoo.com>
- 2011-10-06 (Fri, 07 Oct 2011 12:19:53 +1000) - Re: [GRASE-Hotspot] Some Questions - Timothy White <ti***8@gmail.com>
- 2011-10-06 (Thu, 06 Oct 2011 04:18:12 -0700) - Re: [GRASE-Hotspot] Some Questions - tim storey <ts***s@yahoo.com>
- 2011-10-05 (Wed, 05 Oct 2011 18:13:38 +1000) - Re: [GRASE-Hotspot] Some Questions - Timothy White <ti***8@gmail.com>
- 2011-10-05 (Wed, 05 Oct 2011 00:59:34 -0700) - Re: [GRASE-Hotspot] Some Questions - tim storey <ts***s@yahoo.com>
- 2011-09-30 (Sat, 01 Oct 2011 10:35:37 +1000) - Re: [GRASE-Hotspot] Some Questions - Tim White <ti***8@gmail.com>
- 2011-09-30 (Fri, 30 Sep 2011 03:31:44 -0700) - Re: [GRASE-Hotspot] Some Questions - tim storey <ts***s@yahoo.com>