Cacti (home)ForumsRepositoryDocumentation
Cacti: offical forums and support  

 FAQFAQ   SearchSearch   MemberlistMemberlist    RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in    


Cacti EZ and mactrack issues
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Cacti Forum Index -> Plugin General
Author Message
cigamit
Developer


Joined: 07 Apr 2005
Posts: 946
Location: B/CS Texas

PostPosted: Tue Nov 28, 2006 7:34 pm    Post subject: Reply with quote

First of all, running the database upgrade script will ofcourse give you errors, as it tries to update things that may already be updated. No problems there.

From there errors, first step is to check your database and make sure you have a mac_track_processes table.
Back to top
cwahlin
Cacti User


Joined: 10 Oct 2003
Posts: 87

PostPosted: Wed Nov 29, 2006 3:59 am    Post subject: Reply with quote

I have the mac_track_processes table and it is empty. I re-imported the mactrack.sql, but I still have the same problem (and it is still empty).

/Carl
Back to top
cigamit
Developer


Joined: 07 Apr 2005
Posts: 946
Location: B/CS Texas

PostPosted: Fri Dec 01, 2006 7:19 pm    Post subject: Reply with quote

cwahlin wrote:
I have the mac_track_processes table and it is empty. I re-imported the mactrack.sql, but I still have the same problem (and it is still empty).

/Carl


Give us an output of this command, maybe a column is missing or something.

"show columns from mac_track_processes"
Back to top
cwahlin
Cacti User


Joined: 10 Oct 2003
Posts: 87

PostPosted: Mon Dec 04, 2006 2:01 am    Post subject: Reply with quote

mysql> show columns from mac_track_processes;
+------------+------------------+------+-----+---------------------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------+------------------+------+-----+---------------------+-------+
| device_id | int(11) | NO | PRI | 0 | |
| process_id | int(10) unsigned | YES | | NULL | |
| status | varchar(20) | NO | | Queued | |
| start_date | datetime | NO | | 0000-00-00 00:00:00 | |
+------------+------------------+------+-----+---------------------+-------+
4 rows in set (0.01 sec)

/Carl
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Cacti Forum Index -> Plugin General All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 



Powered by phpBB © 2001, 2005 phpBB Group