Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Thu Mar 28, 2024 10:25 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Install of latest SVN
PostPosted: Mon Sep 07, 2009 10:18 pm 
Offline
Newbie

Joined: Thu Aug 20, 2009 11:42 pm
Posts: 12
Location: NY USA
I did a fresh install with the latest SVN. After the install I got the message about an upgrade. After I pressed upgrade I got this message

[code]The Open-AudIT config has been updatedUpgrading to 09.05.05.
Upgrading to 09.08.01.Query failed: ALTER TABLE `service` ADD COLUMN `service_start_name` varchar(100) NOT NULL default '' AFTER `service_count`
Duplicate column name 'service_start_name'[/code]


Top
 Profile  
Reply with quote  
PostPosted: Tue Sep 08, 2009 10:01 pm 
Offline
Open-AudIT Fellow

Joined: Thu May 17, 2007 5:47 pm
Posts: 568
Location: Italy
It was a bug of the open_audit.sql script, fixed at SVN rev. 1185: there were missing 09.05.05 and 09.09.03 updates to the db, so the intermediate 09.08.01 update (which instead was in) stopped the process.
Please do a fresh install or simply run against your db
[code]
ALTER TABLE ldap_connections CHANGE `ldap_connections_user` `ldap_connections_user` VARBINARY(255) NOT NULL;
ALTER TABLE ldap_connections CHANGE `ldap_connections_password` `ldap_connections_password` VARBINARY(255) NOT NULL;
INSERT INTO config (config_name, config_value) VALUES ('version','09.09.03');
[/code]

_________________
Edoardo


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group