Jason,

Looks like that mostly worked for me.   Some errors below:

zenbuild.log:
creating events database using zenevent build...
creating database
loading schema
ERROR 1359 (HY000) at line 78: Trigger already exists
loading stored procedures
events database created and loaded
WARNING:OFS.Application:Duplicate Product name
After loading Product 'Five' from '/usr/local/zenoss/Products',
I skipped the one in '/usr/local/zenoss/lib/python/Products'.

2007-01-22 16:08:48 WARNING OFS.Application Duplicate Product name
After loading Product 'Five' from '/usr/local/zenoss/Products',
I skipped the one in '/usr/local/zenoss/lib/python/Products'.

zenactions.log:
2007-01-22 16:23:35 ERROR zen.ZenActions: unexpected exception
Traceback (most recent call last):
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 364, in 
runCycle
    self.mainbody()
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 352, in 
mainbody
    self.eventCommands(db, zem)
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 339, in 
eventCommands
    for command in zem.commands():
AttributeError: commands

I'll keep looking around.

Thanks,
Chris




Jason Stevens <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
01/22/2007 03:57 PM
Please respond to
General discussion of using zenoss system <[email protected]>


To
General discussion of using zenoss system <[email protected]>
cc

Subject
Re: [zenoss-users] Upgrade to latest SVN failes






Chris,

I just tried the following procedure for moving from a tarball install to 
an svn trunk install.  Let me know how it works for you.  I'll post these 
to the website once we iron out any issues.

1. Login to the server running zenoss as zenoss, or whichever user you run 
zenoss as.

2. Stop zenoss
> zenoss stop

3. Create a backup of your zenoss installation
> tar czf  /tmp/zenoss_backup.tgz $ZENHOME

4. Delete the Products and bin directories
> rm -rf $ZENHOME/Products $ZENHOME/bin

5. Checkout the zenoss installer from subversion.  You can put this in 
whatever directory you want. 
> svn checkout http://dev.zenoss.org/svn/trunk/inst ./zenossinst

6. Run install.sh
> cd zenossinst
> ./install.sh

7. Start zenoss
> zenoss start


-jason


On Jan 22, 2007, at 10:52 AM, Chris Friedline wrote:


Jason, 

I've not made any changes to code at this point.  It would be good to see 
the svn directions, and I'll look forward to seeing 1.1 when it comes out. 


Thanks for the continued help, 
Chris 



Jason Stevens <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
01/22/2007 10:47 AM 

Please respond to
General discussion of using zenoss system <[email protected]>



To
General discussion of using zenoss system <[email protected]> 
cc

Subject
Re: [zenoss-users] Upgrade to latest SVN failes








Chris, 

This line in interesting: 

   <<<<<<< .mine 

It means that svn encountered some conflicts trying to update your source 
files.  In this case it's probably because there was a bug fix in the 
1.0.x branch that it can't reconcile with the svn trunk.  This can also 
happen if you've made edits to source files that svn can't merge with the 
latest versions. 

I can walk you through doing an svn install if you'd like.  Another option 
is to upgrade using the zenoss 1.1 tarball which should be out this week.  
 Let me know if you'd like svn directions. 

-jason

NOTE: The information contained in this message may be privileged and 
confidential and protected from disclosure. If the reader of this message 
is not the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. If you have received this communication in error, please 
notify us immediately by replying to the message and deleting it from your 
computer.
--------------------------------------
VCU Health System
http://www.vcuhealth.org
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to