On 04/02/2015 22:07, Zachary McGibbon wrote: > Hi, I have ntopng 8914 running on a few servers all are crashing and giving > segfaults: >
Hi Zachary, > Any way to enable more debugging on the output? -v gives me some but not all > and > no it says a core is dumped but I can't find it? > To get a core dump you must issue: ulimit -c unlimited in a shell as the root user. The location of the core dump depends on your system configuration. You can get it by reading the /proc/sys/kernel/core_pattern procfs entry. It would be useful to get a backtrace of the crash. Currently ntopng is compiled with symbols and can run in a debugger as e.g. gdb: $ sudo gdb ntopng $ r <your ntopng parameters> <... wait for crash ...> $ up <get backtrace> > root@bh-lab-ntop-701:~# ntopng -V > v.1.2.2 (r8914) > > root@bh-lab-ntop-701:~# ntopng -v -m > "10.0.0.0/8,132.206.0.0/16,132.216.0.0/16,142.157.0.0/16,172.16.0.0/12 > <http://10.0.0.0/8,132.206.0.0/16,132.216.0.0/16,142.157.0.0/16,172.16.0.0/12>" > -G /var/run/ntopng/ntopng.pid -A 2 -i eth1 -x 512000 -X 512000 -l > ntopng: option requires an argument -- 'l' > 04/Feb/2015 16:06:02 [Ntop.cpp:736] Setting local networks to > 10.0.0.0/8,132.206.0.0/16,132.216.0.0/16,142.157.0.0/16,172.16.0.0/12 > <http://10.0.0.0/8,132.206.0.0/16,132.216.0.0/16,142.157.0.0/16,172.16.0.0/12> > 04/Feb/2015 16:06:02 [AddressResolution.cpp:135] Rule 10.0.0.0/8 > <http://10.0.0.0/8> > 04/Feb/2015 16:06:02 [AddressResolution.cpp:135] Rule 132.206.0.0/16 > <http://132.206.0.0/16> > 04/Feb/2015 16:06:02 [AddressResolution.cpp:135] Rule 132.216.0.0/16 > <http://132.216.0.0/16> > 04/Feb/2015 16:06:02 [AddressResolution.cpp:135] Rule 142.157.0.0/16 > <http://142.157.0.0/16> > 04/Feb/2015 16:06:02 [AddressResolution.cpp:135] Rule 172.16.0.0/12 > <http://172.16.0.0/12> > 04/Feb/2015 16:06:02 [Redis.cpp:93] Successfully connected to Redis > 127.0.0.1:6379@0 > 04/Feb/2015 16:06:03 [PF_RINGInterface.cpp:50] Reading packets from PF_RING > v.6.0.3 interface eth1... > 04/Feb/2015 16:06:03 [Ntop.cpp:984] Registered interface view eth1 [id: 0] > 04/Feb/2015 16:06:03 [Ntop.cpp:954] Registered interface eth1 [id: 0] > 04/Feb/2015 16:06:03 [Utils.cpp:265] User changed to nobody > 04/Feb/2015 16:06:03 [main.cpp:200] ERROR: Unable to store PID in file > /var/run/ntopng/ntopng.pid > 04/Feb/2015 16:06:03 [HTTPserver.cpp:413] HTTPS Disabled: missing SSL > certificate /usr/share/ntopng/httpdocs/ssl/ntopng-cert.pem > 04/Feb/2015 16:06:03 [HTTPserver.cpp:415] Please read > https://svn.ntop.org/svn/ntop/trunk/ntopng/README.SSL if you want to enable > SSL. > 04/Feb/2015 16:06:03 [HTTPserver.cpp:460] Web server dirs > [/usr/share/ntopng/httpdocs][/usr/share/ntopng/scripts] > 04/Feb/2015 16:06:03 [HTTPserver.cpp:463] HTTP server listening on port 3000 > 04/Feb/2015 16:06:03 [main.cpp:245] Working directory: /var/tmp/ntopng > 04/Feb/2015 16:06:03 [main.cpp:247] Scripts/HTML pages directory: > /usr/share/ntopng > 04/Feb/2015 16:06:03 [Ntop.cpp:228] Welcome to ntopng x86_64 v.1.2.2 (r8914) - > (C) 1998-15 ntop.org <http://ntop.org> > 04/Feb/2015 16:06:03 [PeriodicActivities.cpp:53] Started periodic activities > loop... > 04/Feb/2015 16:06:03 [PeriodicActivities.cpp:91] Starting script > /usr/share/ntopng/scripts/callbacks/second.lua > 04/Feb/2015 16:06:03 [RuntimePrefs.cpp:32] Dumping alerts into syslog > 04/Feb/2015 16:06:03 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:03 [Ntop.cpp:318] Adding 127.0.0.1/8/8 > <http://127.0.0.1/8/8> > as IPv4 interface address > 04/Feb/2015 16:06:03 [AddressResolution.cpp:135] Rule 127.0.0.1/32 > <http://127.0.0.1/32> > 04/Feb/2015 16:06:03 [Ntop.cpp:318] Adding 192.168.0.71/24/24 > <http://192.168.0.71/24/24> as IPv4 interface address > 04/Feb/2015 16:06:03 [AddressResolution.cpp:135] Rule 192.168.0.71/32 > <http://192.168.0.71/32> > 04/Feb/2015 16:06:03 [Ntop.cpp:349] Adding ::1/8/8 as IPv6 interface address > 04/Feb/2015 16:06:03 [AddressResolution.cpp:135] Rule ::1/32 > 04/Feb/2015 16:06:03 [Ntop.cpp:349] Adding fe80::250:56ff:fea3:4680/24/24 as > IPv6 interface address > 04/Feb/2015 16:06:03 [AddressResolution.cpp:135] Rule > fe80::250:56ff:fea3:4680/32 > 04/Feb/2015 16:06:03 [Ntop.cpp:349] Adding fe80::250:56ff:fea3:4b93/0/0 as > IPv6 > interface address > 04/Feb/2015 16:06:03 [AddressResolution.cpp:135] Rule > fe80::250:56ff:fea3:4b93/32 > 04/Feb/2015 16:06:03 [NetworkInterface.cpp:920] Started packet polling on > interface eth1 [id: 0]... > 04/Feb/2015 16:06:03 [Lua.cpp:2005] ntop_is_pro() called > 04/Feb/2015 16:06:03 [Lua.cpp:216] ntop_get_interface_names() called > 04/Feb/2015 16:06:03 [Lua.cpp:289] ntop_select_interface() called > 04/Feb/2015 16:06:03 [Lua.cpp:245] get_ntop_interface() called > 04/Feb/2015 16:06:03 [Lua.cpp:1996] ntop_get_interface_stats() called > 04/Feb/2015 16:06:03 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:03 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:03 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:03 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:03 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:03 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/bytes.rrd) N:4566 > 04/Feb/2015 16:06:03 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:03 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:03 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/packets.rrd) N:5 > 04/Feb/2015 16:06:03 [FlowHash.cpp:57] DEBUG: [Num loops: 1][hashId: 29404] > 04/Feb/2015 16:06:04 [PeriodicActivities.cpp:91] Starting script > /usr/share/ntopng/scripts/callbacks/second.lua > 04/Feb/2015 16:06:04 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:04 [Lua.cpp:2005] ntop_is_pro() called > 04/Feb/2015 16:06:04 [Lua.cpp:216] ntop_get_interface_names() called > 04/Feb/2015 16:06:04 [Lua.cpp:289] ntop_select_interface() called > 04/Feb/2015 16:06:04 [Lua.cpp:245] get_ntop_interface() called > 04/Feb/2015 16:06:04 [Lua.cpp:1996] ntop_get_interface_stats() called > 04/Feb/2015 16:06:04 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:04 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:04 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:04 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:04 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:04 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/bytes.rrd) N:22028098 > 04/Feb/2015 16:06:04 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:04 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:04 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/packets.rrd) N:26002 > 04/Feb/2015 16:06:05 [PeriodicActivities.cpp:91] Starting script > /usr/share/ntopng/scripts/callbacks/second.lua > 04/Feb/2015 16:06:05 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:05 [Lua.cpp:2005] ntop_is_pro() called > 04/Feb/2015 16:06:05 [Lua.cpp:216] ntop_get_interface_names() called > 04/Feb/2015 16:06:05 [Lua.cpp:289] ntop_select_interface() called > 04/Feb/2015 16:06:05 [Lua.cpp:245] get_ntop_interface() called > 04/Feb/2015 16:06:05 [Lua.cpp:1996] ntop_get_interface_stats() called > 04/Feb/2015 16:06:05 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:05 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:05 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:05 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:05 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:05 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/bytes.rrd) N:39656268 > 04/Feb/2015 16:06:05 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:05 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:05 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/packets.rrd) N:47434 > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.210.190 to > dhcp210190.rez.mcgill.ca <http://dhcp210190.rez.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.197.142 to > dhcp197142.rez.mcgill.ca <http://dhcp197142.rez.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.4.101 to > wpa004101.wireless.mcgill.ca <http://wpa004101.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.114.103 to > web114103.wireless.mcgill.ca <http://web114103.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:283] Error resolution failure for > 132.206.138.93 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:05 [AddressResolution.cpp:283] Error resolution failure for > 132.216.58.109 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.73.139 to > wpa073139.wireless.mcgill.ca <http://wpa073139.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 132.206.42.176 to > alcor.ece.mcgill.ca <http://alcor.ece.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:283] Error resolution failure for > 142.157.237.199 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.166.43 to > vpn166043.wireless.mcgill.ca <http://vpn166043.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.190.89 to > wpa190089.wireless.mcgill.ca <http://wpa190089.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 132.216.122.17 to > ace-ws-7.cbrain.mcgill.ca <http://ace-ws-7.cbrain.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.165.86 to > vpn165086.wireless.mcgill.ca <http://vpn165086.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.150.212 to > wpa150212.wireless.mcgill.ca <http://wpa150212.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:283] Error resolution failure for > 132.206.95.79 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:05 [AddressResolution.cpp:283] Error resolution failure for > 132.206.58.38 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:05 [AddressResolution.cpp:283] Error resolution failure for > 132.216.3.80 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.77.32 to > wpa077032.wireless.mcgill.ca <http://wpa077032.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.170.106 to > wpa170106.wireless.mcgill.ca <http://wpa170106.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.7.167 to > web007167.wireless.mcgill.ca <http://web007167.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 132.216.235.72 to > asavpn23572.vpn.mcgill.ca <http://asavpn23572.vpn.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.15.132 to > web015132.wireless.mcgill.ca <http://web015132.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 132.206.106.150 to > pitbull.psych.mcgill.ca <http://pitbull.psych.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.63.113 to > wpa063113.wireless.mcgill.ca <http://wpa063113.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 132.206.125.15 to > hibou.physics.mcgill.ca <http://hibou.physics.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.70.78 to > wpa070078.wireless.mcgill.ca <http://wpa070078.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.155.155 to > wpa155155.wireless.mcgill.ca <http://wpa155155.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.108.98 to > web108098.wireless.mcgill.ca <http://web108098.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.96.217 to > web096217.wireless.mcgill.ca <http://web096217.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 132.216.234.237 to > asavpn234237.vpn.mcgill.ca <http://asavpn234237.vpn.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 132.206.200.131 to > birch.mecheng.mcgill.ca <http://birch.mecheng.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.111.201 to > web111201.wireless.mcgill.ca <http://web111201.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.29.91 to > wpa029091.wireless.mcgill.ca <http://wpa029091.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 132.216.54.31 to > psych30.psychiatry.mcgill.ca <http://psych30.psychiatry.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 132.216.46.252 to > mx.mcgill.ca <http://mx.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 132.206.197.28 to > lso28.library.mcgill.ca <http://lso28.library.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.15.181 to > web015181.wireless.mcgill.ca <http://web015181.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 132.206.69.206 to > padreon.ece.mcgill.ca <http://padreon.ece.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 132.206.243.5 to > 339-mmcs3.campus.mcgill.ca <http://339-mmcs3.campus.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.135.40 to > wpa135040.wireless.mcgill.ca <http://wpa135040.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 142.157.143.95 to > wpa143095.wireless.mcgill.ca <http://wpa143095.wireless.mcgill.ca> > 04/Feb/2015 16:06:05 [AddressResolution.cpp:275] Resolved 132.206.106.117 to > grapes.psych.mcgill.ca <http://grapes.psych.mcgill.ca> > 04/Feb/2015 16:06:05 [HTTPserver.cpp:176] [HTTP] redirect_to_login() > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /lua/login.lua > 04/Feb/2015 16:06:05 [HTTPserver.cpp:345] [HTTP] /lua/login.lua > [/usr/share/ntopng/scripts/lua/login.lua] > 04/Feb/2015 16:06:05 [Lua.cpp:3775] [HTTP] referer=/lua/flows_stats.lua > 04/Feb/2015 16:06:05 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:05 [Lua.cpp:2040] ntop_get_info() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:112] ntop_dump_file() called > 04/Feb/2015 16:06:05 [Lua.cpp:127] [HTTP] Serving file > /usr/share/ntopng/httpdocs/inc/header.inc > 04/Feb/2015 16:06:05 [Lua.cpp:2040] ntop_get_info() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:1717] ntop_http_get_prefix() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /bootstrap/css/bootstrap.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/bootstrap/css/bootstrap.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /css/dc.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/dc.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /css/nv.d3.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/nv.d3.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /css/cal-heatmap.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/cal-heatmap.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /css/c3.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/c3.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /css/flags.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/flags.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /css/pie-chart.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/pie-chart.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] > /css/bootstrap-duallistbox.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/bootstrap-duallistbox.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] > /bootstrap/css/bootstrap-theme.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/bootstrap/css/bootstrap-theme.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] > /css/bootstrap-datetimepicker.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/bootstrap-datetimepicker.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /css/rickshaw.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/rickshaw.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/jquery.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/bootstrap-datatable.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/bootstrap-datatable.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /css/ntopng.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/ntopng.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /css/jquery-ui.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/jquery-ui.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] > /font-awesome/css/font-awesome.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/font-awesome/css/font-awesome.css > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /bootstrap/js/bootstrap.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/bootstrap/js/bootstrap.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/jquery-ui.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery-ui.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/jquery.peity.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery.peity.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/d3.v3.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/d3.v3.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/rickshaw.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/rickshaw.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/bootstrap3-typeahead.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/bootstrap3-typeahead.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/pie-chart.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/pie-chart.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/gauge.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/gauge.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/crossfilter.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/crossfilter.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/cal-heatmap.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/cal-heatmap.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/springy-ntop.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/springy-ntop.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/dc.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/dc.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/springyui-ntop.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/springyui-ntop.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/nv.d3.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/nv.d3.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/c3.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/c3.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] > /js/jquery.bootstrap-duallistbox.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery.bootstrap-duallistbox.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/moment.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/moment.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] /js/ntopng_utils.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/ntopng_utils.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:317] [HTTP] > /js/bootstrap-datetimepicker.js > 04/Feb/2015 16:06:05 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/bootstrap-datetimepicker.js > 04/Feb/2015 16:06:06 [PeriodicActivities.cpp:91] Starting script > /usr/share/ntopng/scripts/callbacks/second.lua > 04/Feb/2015 16:06:06 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:06 [Lua.cpp:2005] ntop_is_pro() called > 04/Feb/2015 16:06:06 [Lua.cpp:216] ntop_get_interface_names() called > 04/Feb/2015 16:06:06 [Lua.cpp:289] ntop_select_interface() called > 04/Feb/2015 16:06:06 [Lua.cpp:245] get_ntop_interface() called > 04/Feb/2015 16:06:06 [Lua.cpp:1996] ntop_get_interface_stats() called > 04/Feb/2015 16:06:06 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:06 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:06 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:06 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:06 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:06 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/bytes.rrd) N:57982834 > 04/Feb/2015 16:06:06 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:06 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:06 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/packets.rrd) N:68822 > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.11.77 to > web011077.wireless.mcgill.ca <http://web011077.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.205.171 to > dhcp205171.rez.mcgill.ca <http://dhcp205171.rez.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.30.172 to > wpa030172.wireless.mcgill.ca <http://wpa030172.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.48.170 to > wpa048170.wireless.mcgill.ca <http://wpa048170.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.77.124 to > wpa077124.wireless.mcgill.ca <http://wpa077124.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.205.175 to > dhcp205175.rez.mcgill.ca <http://dhcp205175.rez.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.40.40 to > wpa040040.wireless.mcgill.ca <http://wpa040040.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.70.15 to > wpa070015.wireless.mcgill.ca <http://wpa070015.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.130.179 to > wpa130179.wireless.mcgill.ca <http://wpa130179.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.128.139 to > wpa128139.wireless.mcgill.ca <http://wpa128139.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.4.122 to > wpa004122.wireless.mcgill.ca <http://wpa004122.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.159.32 to > vpn159032.wireless.mcgill.ca <http://vpn159032.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.203.195 to > dhcp203195.rez.mcgill.ca <http://dhcp203195.rez.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.11.49 to > web011049.wireless.mcgill.ca <http://web011049.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.206.199.120 to > utopia120.gslis.mcgill.ca <http://utopia120.gslis.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.67.91 to > wpa067091.wireless.mcgill.ca <http://wpa067091.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.155.12 to > wpa155012.wireless.mcgill.ca <http://wpa155012.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.5.107 to > web005107.wireless.mcgill.ca <http://web005107.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.55.78 to > wpa055078.wireless.mcgill.ca <http://wpa055078.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.206.111.5 to > 217w-eyewink.campus.mcgill.ca <http://217w-eyewink.campus.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.206.58.247 to > 033-fsirac.campus.mcgill.ca <http://033-fsirac.campus.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.177.186 to > wired177186.wired.mcgill.ca <http://wired177186.wired.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.68.98 to > wpa068098.wireless.mcgill.ca <http://wpa068098.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.206.15.159 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.36.17 to > wpa036017.wireless.mcgill.ca <http://wpa036017.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.24.196 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.105.181 to > web105181.wireless.mcgill.ca <http://web105181.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.154.20 to > wpa154020.wireless.mcgill.ca <http://wpa154020.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.128.221 to > wpa128221.wireless.mcgill.ca <http://wpa128221.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.108.36 to > web108036.wireless.mcgill.ca <http://web108036.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.228.28 to > dhcp228028.rez.mcgill.ca <http://dhcp228028.rez.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.156.77 to > vpn156077.wireless.mcgill.ca <http://vpn156077.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.108.139 to > web108139.wireless.mcgill.ca <http://web108139.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.94.123 to > web094123.wireless.mcgill.ca <http://web094123.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.8.53 to > web008053.wireless.mcgill.ca <http://web008053.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.48.68 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 142.157.237.138 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.50.30 to > wpa050030.wireless.mcgill.ca <http://wpa050030.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.55.145 to > wpa055145.wireless.mcgill.ca <http://wpa055145.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.66.6 to > wpa066006.wireless.mcgill.ca <http://wpa066006.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.216.169 to > dhcp216169.rez.mcgill.ca <http://dhcp216169.rez.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.197.148 to > dhcp197148.rez.mcgill.ca <http://dhcp197148.rez.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.134.28 to > wpa134028.wireless.mcgill.ca <http://wpa134028.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.150.69 to > wpa150069.wireless.mcgill.ca <http://wpa150069.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.57.223 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.68.118 to > wpa068118.wireless.mcgill.ca <http://wpa068118.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.179.70 to > wired179070.wired.mcgill.ca <http://wired179070.wired.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.216.53.218 to > giclab88.geog.mcgill.ca <http://giclab88.geog.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 142.157.218.223 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.105.22 to > web105022.wireless.mcgill.ca <http://web105022.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.216.21.201 to > midaseduc1.library.mcgill.ca <http://midaseduc1.library.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.104.34 to > web104034.wireless.mcgill.ca <http://web104034.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.170.74 to > wpa170074.wireless.mcgill.ca <http://wpa170074.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.206.5.198 to > 034-music024.campus.mcgill.ca <http://034-music024.campus.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.216.235.29 to > asavpn23529.vpn.mcgill.ca <http://asavpn23529.vpn.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.39.133 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.18.8 to > web018008.wireless.mcgill.ca <http://web018008.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.16.212 to > web016212.wireless.mcgill.ca <http://web016212.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 142.157.238.170 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.216.58.101 to > neurorad.mni.mcgill.ca <http://neurorad.mni.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.14.147 to > web014147.wireless.mcgill.ca <http://web014147.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.47.181 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.45.124 to > wpa045124.wireless.mcgill.ca <http://wpa045124.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.14.41 to > web014041.wireless.mcgill.ca <http://web014041.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.18.190 to > web018190.wireless.mcgill.ca <http://web018190.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.74.69 to > wpa074069.wireless.mcgill.ca <http://wpa074069.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.12.183 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.25.66 to > web025066.wireless.mcgill.ca <http://web025066.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.99.56 to > web099056.wireless.mcgill.ca <http://web099056.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.206.59.78 to > 034-139-b211-01.campus.mcgill.ca <http://034-139-b211-01.campus.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.36.38 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.7.29 to > web007029.wireless.mcgill.ca <http://web007029.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.216.59.13 to > 123-l012-08.campus.mcgill.ca <http://123-l012-08.campus.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.17.110 to > web017110.wireless.mcgill.ca <http://web017110.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.67.86 to > wpa067086.wireless.mcgill.ca <http://wpa067086.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.61.16 to > wpa061016.wireless.mcgill.ca <http://wpa061016.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.43.59 to > wpa043059.wireless.mcgill.ca <http://wpa043059.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.51.193 to > wpa051193.wireless.mcgill.ca <http://wpa051193.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.34.137 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.216.242.134 to > asavpn242134.vpn.mcgill.ca <http://asavpn242134.vpn.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.179.121 to > wired179121.wired.mcgill.ca <http://wired179121.wired.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 142.157.240.167 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.196.36 to > dhcp196036.rez.mcgill.ca <http://dhcp196036.rez.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.30.9 to > wpa030009.wireless.mcgill.ca <http://wpa030009.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.46.57 to > wpa046057.wireless.mcgill.ca <http://wpa046057.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.206.50.51 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.6.114 to > web006114.wireless.mcgill.ca <http://web006114.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.17.45 to > web017045.wireless.mcgill.ca <http://web017045.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.50.87 to > wpa050087.wireless.mcgill.ca <http://wpa050087.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.26.179 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.4.32 to > wpa004032.wireless.mcgill.ca <http://wpa004032.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.233.22 to > dhcp233022.rez.mcgill.ca <http://dhcp233022.rez.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.206.67.169 to > 156tr4120ca-02.campus.mcgill.ca <http://156tr4120ca-02.campus.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.154.188 to > wpa154188.wireless.mcgill.ca <http://wpa154188.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.206.115.242 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.216.234.251 to > asavpn234251.vpn.mcgill.ca <http://asavpn234251.vpn.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.46.135 to > wpa046135.wireless.mcgill.ca <http://wpa046135.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.35.208 to > wpa035208.wireless.mcgill.ca <http://wpa035208.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.49.127 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.69.134 to > wpa069134.wireless.mcgill.ca <http://wpa069134.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.216.66.167 to > 034-cyber123.campus.mcgill.ca <http://034-cyber123.campus.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.206.122.64 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.193.63 to > dhcp193063.rez.mcgill.ca <http://dhcp193063.rez.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.206.5.130 to > adminisatorspro > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.139.133 to > wpa139133.wireless.mcgill.ca <http://wpa139133.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.163.89 to > wpa163089.wireless.mcgill.ca <http://wpa163089.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.206.158.99 to > 049-swhyte.campus.mcgill.ca <http://049-swhyte.campus.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.216.26.93 to > cat93.microimm.mcgill.ca <http://cat93.microimm.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.161.126 to > wpa161126.wireless.mcgill.ca <http://wpa161126.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.170.73 to > wpa170073.wireless.mcgill.ca <http://wpa170073.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.26.75 to > web026075.wireless.mcgill.ca <http://web026075.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.59.137 to > wpa059137.wireless.mcgill.ca <http://wpa059137.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.10.212 to > web010212.wireless.mcgill.ca <http://web010212.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.34.83 to > wpa034083.wireless.mcgill.ca <http://wpa034083.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.80.42 to > wpa080042.wireless.mcgill.ca <http://wpa080042.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.80.20 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.79.125 to > wpa079125.wireless.mcgill.ca <http://wpa079125.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 142.157.219.19 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.114.149 to > web114149.wireless.mcgill.ca <http://web114149.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.136.46 to > wpa136046.wireless.mcgill.ca <http://wpa136046.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.40.44 to > wpa040044.wireless.mcgill.ca <http://wpa040044.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.27.171 to > web027171.wireless.mcgill.ca <http://web027171.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.216.177.163 to > signin.mcgill.ca <http://signin.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.216.236.84 to > asavpn23684.vpn.mcgill.ca <http://asavpn23684.vpn.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.148.8 to > wpa148008.wireless.mcgill.ca <http://wpa148008.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.206.62.63 to > kivallik.ece.mcgill.ca <http://kivallik.ece.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.72.99 to > wpa072099.wireless.mcgill.ca <http://wpa072099.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.14.205 to > web014205.wireless.mcgill.ca <http://web014205.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.206.46.54 to > 028irl004.campus.mcgill.ca <http://028irl004.campus.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.212.153 to > dhcp212153.rez.mcgill.ca <http://dhcp212153.rez.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.135.121 to > wpa135121.wireless.mcgill.ca <http://wpa135121.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.82.93 to > wpa082093.wireless.mcgill.ca <http://wpa082093.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.135.167 to > wpa135167.wireless.mcgill.ca <http://wpa135167.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.206.150.89 to > math9.math.mcgill.ca <http://math9.math.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.99.8 to > web099008.wireless.mcgill.ca <http://web099008.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.76.125 to > wpa076125.wireless.mcgill.ca <http://wpa076125.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.150.14 to > wpa150014.wireless.mcgill.ca <http://wpa150014.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.53.183 to > wpa053183.wireless.mcgill.ca <http://wpa053183.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.144.191 to > wpa144191.wireless.mcgill.ca <http://wpa144191.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.206.250.126 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.29.17 to > wpa029017.wireless.mcgill.ca <http://wpa029017.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.170.39 to > wpa170039.wireless.mcgill.ca <http://wpa170039.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.206.87.116 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.13.76 to > web013076.wireless.mcgill.ca <http://web013076.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.206.89.7 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.10.131 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.16.46 to > web016046.wireless.mcgill.ca <http://web016046.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.96.9 to > web096009.wireless.mcgill.ca <http://web096009.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.216.235.76 to > asavpn23576.vpn.mcgill.ca <http://asavpn23576.vpn.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.233.141 to > dhcp233141.rez.mcgill.ca <http://dhcp233141.rez.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.97.48 to > web097048.wireless.mcgill.ca <http://web097048.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.163.120 to > wpa163120.wireless.mcgill.ca <http://wpa163120.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.206.15.12 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.45.24 to > wpa045024.wireless.mcgill.ca <http://wpa045024.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.47.34 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.206.136.52 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:283] Error resolution failure for > 132.216.12.194 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 132.206.197.30 to > lso30.library.mcgill.ca <http://lso30.library.mcgill.ca> > 04/Feb/2015 16:06:06 [AddressResolution.cpp:275] Resolved 142.157.104.19 to > web104019.wireless.mcgill.ca <http://web104019.wireless.mcgill.ca> > 04/Feb/2015 16:06:06 [NetworkInterface.cpp:728] Purged 13/5017 idle flows on > eth1 > 04/Feb/2015 16:06:07 [AddressResolution.cpp:283] Error resolution failure for > 132.206.50.31 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.70.140 to > wpa070140.wireless.mcgill.ca <http://wpa070140.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.181.65 to > wpa181065.wireless.mcgill.ca <http://wpa181065.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 132.206.106.34 to > occiptal.psych.mcgill.ca <http://occiptal.psych.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.197.149 to > dhcp197149.rez.mcgill.ca <http://dhcp197149.rez.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.114.46 to > web114046.wireless.mcgill.ca <http://web114046.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.147.198 to > wpa147198.wireless.mcgill.ca <http://wpa147198.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.101.183 to > web101183.wireless.mcgill.ca <http://web101183.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.11.122 to > web011122.wireless.mcgill.ca <http://web011122.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.16.8 to > web016008.wireless.mcgill.ca <http://web016008.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.153.89 to > wpa153089.wireless.mcgill.ca <http://wpa153089.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.70.88 to > wpa070088.wireless.mcgill.ca <http://wpa070088.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.142.13 to > wpa142013.wireless.mcgill.ca <http://wpa142013.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 132.206.205.170 to > genchem40.chem.mcgill.ca <http://genchem40.chem.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.7.32 to > web007032.wireless.mcgill.ca <http://web007032.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.225.67 to > dhcp225067.rez.mcgill.ca <http://dhcp225067.rez.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:283] Error resolution failure for > 132.206.129.131 [-2/Name or service not known/Success] > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 132.216.131.195 to > dhcp131195.dhcppool.mcgill.ca <http://dhcp131195.dhcppool.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.11.8 to > web011008.wireless.mcgill.ca <http://web011008.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 132.206.30.132 to > myathletics.mcgill.ca <http://myathletics.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.156.8 to > vpn156008.wireless.mcgill.ca <http://vpn156008.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.196.13 to > dhcp196013.rez.mcgill.ca <http://dhcp196013.rez.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.99.66 to > web099066.wireless.mcgill.ca <http://web099066.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [PeriodicActivities.cpp:91] Starting script > /usr/share/ntopng/scripts/callbacks/second.lua > 04/Feb/2015 16:06:07 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.11.175 to > web011175.wireless.mcgill.ca <http://web011175.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [AddressResolution.cpp:275] Resolved 142.157.161.154 to > wpa161154.wireless.mcgill.ca <http://wpa161154.wireless.mcgill.ca> > 04/Feb/2015 16:06:07 [Lua.cpp:2005] ntop_is_pro() called > 04/Feb/2015 16:06:07 [Lua.cpp:216] ntop_get_interface_names() called > 04/Feb/2015 16:06:07 [Lua.cpp:289] ntop_select_interface() called > 04/Feb/2015 16:06:07 [Lua.cpp:245] get_ntop_interface() called > 04/Feb/2015 16:06:07 [Lua.cpp:1996] ntop_get_interface_stats() called > 04/Feb/2015 16:06:07 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:07 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:07 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:07 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:07 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:07 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/bytes.rrd) N:78680496 > 04/Feb/2015 16:06:07 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:07 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:07 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/packets.rrd) N:92959 > 04/Feb/2015 16:06:07 [FlowHash.cpp:57] DEBUG: [Num loops: 2][hashId: 26828] > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /lua/login.lua > 04/Feb/2015 16:06:07 [HTTPserver.cpp:345] [HTTP] /lua/login.lua > [/usr/share/ntopng/scripts/lua/login.lua] > 04/Feb/2015 16:06:07 [Lua.cpp:3775] [HTTP] referer=/lua/flows_stats.lua > 04/Feb/2015 16:06:07 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:07 [Lua.cpp:2040] ntop_get_info() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:112] ntop_dump_file() called > 04/Feb/2015 16:06:07 [Lua.cpp:127] [HTTP] Serving file > /usr/share/ntopng/httpdocs/inc/header.inc > 04/Feb/2015 16:06:07 [Lua.cpp:2040] ntop_get_info() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:1717] ntop_http_get_prefix() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /bootstrap/css/bootstrap.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/bootstrap/css/bootstrap.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] > /bootstrap/css/bootstrap-theme.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/bootstrap/css/bootstrap-theme.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] > /font-awesome/css/font-awesome.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/font-awesome/css/font-awesome.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/jquery.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /bootstrap/js/bootstrap.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/bootstrap/js/bootstrap.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/bootstrap-datatable.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/bootstrap-datatable.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /css/jquery-ui.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/jquery-ui.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /css/rickshaw.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/rickshaw.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /css/flags.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/flags.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /css/dc.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/dc.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /css/pie-chart.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/pie-chart.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /css/cal-heatmap.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/cal-heatmap.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /css/c3.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/c3.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] > /css/bootstrap-duallistbox.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/bootstrap-duallistbox.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /css/nv.d3.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/nv.d3.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /css/ntopng.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/ntopng.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] > /css/bootstrap-datetimepicker.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/bootstrap-datetimepicker.css > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/d3.v3.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/d3.v3.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/bootstrap3-typeahead.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/bootstrap3-typeahead.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/jquery.peity.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery.peity.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/jquery-ui.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery-ui.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/pie-chart.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/pie-chart.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/rickshaw.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/gauge.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/gauge.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/rickshaw.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/crossfilter.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/crossfilter.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/dc.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/dc.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/nv.d3.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/nv.d3.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/springy-ntop.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/springy-ntop.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] > /js/jquery.bootstrap-duallistbox.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery.bootstrap-duallistbox.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/cal-heatmap.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/cal-heatmap.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/c3.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/c3.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/springyui-ntop.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/springyui-ntop.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/moment.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/moment.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] > /js/bootstrap-datetimepicker.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/bootstrap-datetimepicker.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:317] [HTTP] /js/ntopng_utils.js > 04/Feb/2015 16:06:07 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/ntopng_utils.js > 04/Feb/2015 16:06:07 [NetworkInterface.cpp:728] Purged 24/6150 idle flows on > eth1 > 04/Feb/2015 16:06:08 [PeriodicActivities.cpp:91] Starting script > /usr/share/ntopng/scripts/callbacks/second.lua > 04/Feb/2015 16:06:08 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:08 [Lua.cpp:2005] ntop_is_pro() called > 04/Feb/2015 16:06:08 [Lua.cpp:216] ntop_get_interface_names() called > 04/Feb/2015 16:06:08 [Lua.cpp:289] ntop_select_interface() called > 04/Feb/2015 16:06:08 [Lua.cpp:245] get_ntop_interface() called > 04/Feb/2015 16:06:08 [Lua.cpp:1996] ntop_get_interface_stats() called > 04/Feb/2015 16:06:08 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:08 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:08 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:08 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:08 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:08 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/bytes.rrd) N:98737391 > 04/Feb/2015 16:06:08 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:08 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:08 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/packets.rrd) N:116109 > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /lua/login.lua > 04/Feb/2015 16:06:08 [HTTPserver.cpp:345] [HTTP] /lua/login.lua > [/usr/share/ntopng/scripts/lua/login.lua] > 04/Feb/2015 16:06:08 [Lua.cpp:3775] [HTTP] referer=/lua/flows_stats.lua > 04/Feb/2015 16:06:08 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:08 [Lua.cpp:2040] ntop_get_info() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:112] ntop_dump_file() called > 04/Feb/2015 16:06:08 [Lua.cpp:127] [HTTP] Serving file > /usr/share/ntopng/httpdocs/inc/header.inc > 04/Feb/2015 16:06:08 [Lua.cpp:2040] ntop_get_info() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:1717] ntop_http_get_prefix() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] > /bootstrap/css/bootstrap-theme.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/bootstrap/css/bootstrap-theme.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/jquery.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /bootstrap/css/bootstrap.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/bootstrap/css/bootstrap.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] > /font-awesome/css/font-awesome.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/font-awesome/css/font-awesome.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/bootstrap-datatable.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/bootstrap-datatable.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /bootstrap/js/bootstrap.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/bootstrap/js/bootstrap.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/cal-heatmap.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/cal-heatmap.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/pie-chart.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/pie-chart.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/c3.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/c3.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/nv.d3.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/nv.d3.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/jquery-ui.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/jquery-ui.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/rickshaw.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/rickshaw.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/flags.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/flags.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/dc.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/dc.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] > /css/bootstrap-duallistbox.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/bootstrap-duallistbox.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/ntopng.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/ntopng.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/d3.v3.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/d3.v3.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] > /css/bootstrap-datetimepicker.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/bootstrap-datetimepicker.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/jquery.peity.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery.peity.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/bootstrap3-typeahead.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/bootstrap3-typeahead.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/jquery-ui.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery-ui.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/rickshaw.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/rickshaw.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/pie-chart.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/pie-chart.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/gauge.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/gauge.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/crossfilter.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/crossfilter.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/dc.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/dc.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/springy-ntop.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/springy-ntop.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/springyui-ntop.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/springyui-ntop.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/cal-heatmap.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/cal-heatmap.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] > /js/jquery.bootstrap-duallistbox.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery.bootstrap-duallistbox.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/nv.d3.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/nv.d3.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/moment.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/moment.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/c3.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] > /js/bootstrap-datetimepicker.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/bootstrap-datetimepicker.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/c3.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/ntopng_utils.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/ntopng_utils.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /lua/login.lua > 04/Feb/2015 16:06:08 [HTTPserver.cpp:345] [HTTP] /lua/login.lua > [/usr/share/ntopng/scripts/lua/login.lua] > 04/Feb/2015 16:06:08 [Lua.cpp:3775] [HTTP] referer=/lua/flows_stats.lua > 04/Feb/2015 16:06:08 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:08 [Lua.cpp:2040] ntop_get_info() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:112] ntop_dump_file() called > 04/Feb/2015 16:06:08 [Lua.cpp:127] [HTTP] Serving file > /usr/share/ntopng/httpdocs/inc/header.inc > 04/Feb/2015 16:06:08 [Lua.cpp:2040] ntop_get_info() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:1717] ntop_http_get_prefix() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [Lua.cpp:3141] ntop_lua_http_print() called > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] > /bootstrap/css/bootstrap-theme.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/bootstrap/css/bootstrap-theme.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /bootstrap/css/bootstrap.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/bootstrap/css/bootstrap.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] > /font-awesome/css/font-awesome.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/jquery.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /bootstrap/js/bootstrap.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/font-awesome/css/font-awesome.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/jquery-ui.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/jquery-ui.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/bootstrap-datatable.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/bootstrap-datatable.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/bootstrap/js/bootstrap.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/rickshaw.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/rickshaw.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/pie-chart.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/pie-chart.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/c3.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/c3.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/cal-heatmap.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/cal-heatmap.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/dc.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/dc.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/nv.d3.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/nv.d3.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/flags.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/flags.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] > /css/bootstrap-duallistbox.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/bootstrap-duallistbox.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /css/ntopng.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/ntopng.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] > /css/bootstrap-datetimepicker.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/css/bootstrap-datetimepicker.css > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/d3.v3.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/d3.v3.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/jquery-ui.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/jquery.peity.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery.peity.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/pie-chart.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/pie-chart.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery-ui.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/rickshaw.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/rickshaw.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/bootstrap3-typeahead.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/bootstrap3-typeahead.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/gauge.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/gauge.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/crossfilter.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/crossfilter.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/dc.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/dc.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/cal-heatmap.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/cal-heatmap.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/springy-ntop.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/springy-ntop.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/springyui-ntop.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/springyui-ntop.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/nv.d3.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/nv.d3.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/c3.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/c3.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] > /js/jquery.bootstrap-duallistbox.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/jquery.bootstrap-duallistbox.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/moment.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/moment.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] /js/ntopng_utils.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/ntopng_utils.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:317] [HTTP] > /js/bootstrap-datetimepicker.js > 04/Feb/2015 16:06:08 [HTTPserver.cpp:367] [HTTP] Serving file > /usr/share/ntopng/httpdocs/js/bootstrap-datetimepicker.js > 04/Feb/2015 16:06:08 [NetworkInterface.cpp:728] Purged 8/7180 idle flows on > eth1 > 04/Feb/2015 16:06:09 [PeriodicActivities.cpp:91] Starting script > /usr/share/ntopng/scripts/callbacks/second.lua > 04/Feb/2015 16:06:09 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:09 [Lua.cpp:2005] ntop_is_pro() called > 04/Feb/2015 16:06:09 [Lua.cpp:216] ntop_get_interface_names() called > 04/Feb/2015 16:06:09 [Lua.cpp:289] ntop_select_interface() called > 04/Feb/2015 16:06:09 [Lua.cpp:245] get_ntop_interface() called > 04/Feb/2015 16:06:09 [Lua.cpp:1996] ntop_get_interface_stats() called > 04/Feb/2015 16:06:09 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:09 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:09 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:09 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:09 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:09 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/bytes.rrd) N:116230812 > 04/Feb/2015 16:06:09 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:09 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:09 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/packets.rrd) N:137091 > 04/Feb/2015 16:06:09 [NetworkInterface.cpp:728] Purged 15/8330 idle flows on > eth1 > 04/Feb/2015 16:06:10 [PeriodicActivities.cpp:91] Starting script > /usr/share/ntopng/scripts/callbacks/second.lua > 04/Feb/2015 16:06:10 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:10 [Lua.cpp:2005] ntop_is_pro() called > 04/Feb/2015 16:06:10 [Lua.cpp:216] ntop_get_interface_names() called > 04/Feb/2015 16:06:10 [Lua.cpp:289] ntop_select_interface() called > 04/Feb/2015 16:06:10 [Lua.cpp:245] get_ntop_interface() called > 04/Feb/2015 16:06:10 [Lua.cpp:1996] ntop_get_interface_stats() called > 04/Feb/2015 16:06:10 [Lua.cpp:2013] ntop_get_dirs() called > 04/Feb/2015 16:06:10 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:10 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:10 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:10 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:10 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/bytes.rrd) N:137702612 > 04/Feb/2015 16:06:10 [Lua.cpp:597] ntop_is_windows() called > 04/Feb/2015 16:06:10 [Lua.cpp:513] ntop_get_file_dir_exists() called > 04/Feb/2015 16:06:10 [Lua.cpp:1538] > ntop_rrd_update(/var/tmp/ntopng/0/rrd/packets.rrd) N:162592 > Segmentation fault (core dumped) > > > > _______________________________________________ > Ntop mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop > -- /* * Arianna Avanzini * [email protected] * http://ava.webhop.me */ _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
