Ran this after seeing it in the crontab -e 
Is this output normal?

root@server:~# manage.py  dbclean
Traceback (most recent call last):
  File "/usr/bin/manage.py", line 11, in <module>
    execute_manager(settings)
  File "/usr/lib/pymodules/python2.6/django/core/management/__init__.py",
line 362, in execute_manager
    utility.execute()
  File "/usr/lib/pymodules/python2.6/django/core/management/__init__.py",
line 303, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line
195, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line
222, in execute
    output = self.handle(*args, **options)
  File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line
351, in handle
    return self.handle_noargs(**options)
  File
"/usr/lib/pymodules/python2.6/baruwa/messages/management/commands/dbclean.py",
line 40, in handle_noargs
    DATE_SUB(CURDATE(), INTERVAL 60 DAY)"""
  File "/usr/lib/pymodules/python2.6/django/db/backends/mysql/base.py", line
84, in execute
    return self.cursor.execute(query, args)
  File "/usr/lib/pymodules/python2.6/MySQLdb/cursors.py", line 166, in
execute
    self.errorhandler(self, exc, value)
  File "/usr/lib/pymodules/python2.6/MySQLdb/connections.py", line 35, in
defaulterrorhandler
    raise errorclass, errorvalue
_mysql_exceptions.IntegrityError: (1062, "Duplicate entry
'AD5D3E8A2E4.A0451' for key 'PRIMARY'")
root@server:~#

--
View this message in context: 
http://baruwa-users-list.963389.n3.nabble.com/Baruwa-VERY-slow-tp3746553p3752272.html
Sent from the Baruwa users list mailing list archive at Nabble.com.
_______________________________________________
Keep Baruwa FREE - http://pledgie.com/campaigns/12056

Reply via email to