Current time: 04-24-2024, 06:20 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
current trunk version daemon not working properly
Author Message
marchaos Offline
Junior Member
*

Posts: 57
Joined: Dec 2009
Reputation: 0
Post: #19
RE: current trunk version daemon not working properly
Guys, I found bug. /var/log/ispcp/ispcp-srv-traff.log shows:

Code:
Argument "spt" isn't numeric in numeric gt (>) at /var/www/ispcp/engine/traffic/
ispcp-srv-traff line 150.
Argument "spt" isn't numeric in numeric gt (>) at /var/www/ispcp/engine/traffic/
ispcp-srv-traff line 150.
Argument "spt" isn't numeric in numeric gt (>) at /var/www/ispcp/engine/traffic/
ispcp-srv-traff line 150.
................................................................................​..................
Argument "dpt" isn't numeric in numeric gt (>) at /var/www/ispcp/engine/traffic/
ispcp-srv-traff line 150.
Argument "dpt" isn't numeric in numeric gt (>) at /var/www/ispcp/engine/traffic/
ispcp-srv-traff line 190.
Argument "dpt" isn't numeric in numeric gt (>) at /var/www/ispcp/engine/traffic/
ispcp-srv-traff line 190.
................................................................................​..................
Argument "spt" isn't numeric in numeric gt (>) at /var/www/ispcp/engine/traffic/
ispcp-srv-traff line 190.
Look last changes there http://www.isp-control.net/ispcp/changeset/2502 and there http://www.isp-control.net/ispcp/ticket/2096. And I found topic about this http://www.isp-control.net/forum/thread-8721.html
Does next changes causes errors?
Code:
$port = $1 if ($line =~ /spt\:(\d+) *$/);
$port = $1 if ($line =~ /(spt|dpt)\:(\d+) *$/);
(This post was last modified: 01-17-2010 10:07 AM by marchaos.)
01-17-2010 08:50 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: current trunk version daemon not working properly - marchaos - 01-17-2010 08:50 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)