Hey Andrew, After creating 110rc2.deb, I installed rabbitmq-server, django-server and anyjson. I configured rabbitmq-server as per your guide. I then installed rc2 as an upgrade to 102 and did a manage.py syncdb to create the additionals. I verified all .pm and settings.py files for the correct user/pass info.
I'm able to log in as a Domain Admin and everything seems fine. If I go to the quarantine actions for any mail, I get the following: Error connecting to server. check network! Also when training the message, it just gives a status of PENDING, but nothing seems to happen. Whitelist/Blacklist gives me the same message. When I'm on the list page, I get Server Error while adding/removing entries. The quarantine spam/nonspam listings are working. The reports are working, so are the filters. If I click on the in/out queue, I get: (IN) Environment: Request Method: GET Request URL: http://192.168.0.6/status/mailq/inbound/ Django Version: 1.2.3 Python Version: 2.6.6 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'baruwa.auth', 'baruwa.accounts', 'baruwa.messages', 'baruwa.lists', 'baruwa.reports', 'baruwa.status', 'baruwa.config', 'djcelery'] Installed Middleware: ('django.middleware.gzip.GZipMiddleware', 'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.csrf.middleware.CsrfMiddleware') Traceback: File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py" in get_response 100. response = callback(request, *callback_args, **callback_kwargs) File "/usr/lib/pymodules/python2.6/django/contrib/auth/decorators.py" in _wrapped_view 25. return view_func(request, *args, **kwargs) File "/usr/lib/pymodules/python2.6/baruwa/status/views.py" in mailq 190. choices = [(item.id, item.id) for item in items[:50]] File "/usr/lib/pymodules/python2.6/django/db/models/query.py" in _result_iter 106. self._fill_cache() File "/usr/lib/pymodules/python2.6/django/db/models/query.py" in _fill_cache 760. self._result_cache.append(self._iter.next()) File "/usr/lib/pymodules/python2.6/django/db/models/query.py" in iterator 269. for row in compiler.results_iter(): File "/usr/lib/pymodules/python2.6/django/db/models/sql/compiler.py" in results_iter 672. for rows in self.execute_sql(MULTI): File "/usr/lib/pymodules/python2.6/django/db/models/sql/compiler.py" in execute_sql 727. cursor.execute(sql, params) File "/usr/lib/pymodules/python2.6/django/db/backends/util.py" in execute 15. return self.cursor.execute(sql, params) File "/usr/lib/pymodules/python2.6/django/db/backends/mysql/base.py" in execute 86. return self.cursor.execute(query, args) File "/usr/lib/pymodules/python2.6/MySQLdb/cursors.py" in execute 166. self.errorhandler(self, exc, value) File "/usr/lib/pymodules/python2.6/MySQLdb/connections.py" in defaulterrorhandler 35. raise errorclass, errorvalue Exception Type: OperationalError at /status/mailq/inbound/ Exception Value: (1054, "Unknown column 'mailq.flag' in 'field list'") (OUT) Environment: Request Method: GET Request URL: http://192.168.0.6/status/mailq/outbound/ Django Version: 1.2.3 Python Version: 2.6.6 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'baruwa.auth', 'baruwa.accounts', 'baruwa.messages', 'baruwa.lists', 'baruwa.reports', 'baruwa.status', 'baruwa.config', 'djcelery'] Installed Middleware: ('django.middleware.gzip.GZipMiddleware', 'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.csrf.middleware.CsrfMiddleware') Traceback: File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py" in get_response 100. response = callback(request, *callback_args, **callback_kwargs) File "/usr/lib/pymodules/python2.6/django/contrib/auth/decorators.py" in _wrapped_view 25. return view_func(request, *args, **kwargs) File "/usr/lib/pymodules/python2.6/baruwa/status/views.py" in mailq 190. choices = [(item.id, item.id) for item in items[:50]] File "/usr/lib/pymodules/python2.6/django/db/models/query.py" in _result_iter 106. self._fill_cache() File "/usr/lib/pymodules/python2.6/django/db/models/query.py" in _fill_cache 760. self._result_cache.append(self._iter.next()) File "/usr/lib/pymodules/python2.6/django/db/models/query.py" in iterator 269. for row in compiler.results_iter(): File "/usr/lib/pymodules/python2.6/django/db/models/sql/compiler.py" in results_iter 672. for rows in self.execute_sql(MULTI): File "/usr/lib/pymodules/python2.6/django/db/models/sql/compiler.py" in execute_sql 727. cursor.execute(sql, params) File "/usr/lib/pymodules/python2.6/django/db/backends/util.py" in execute 15. return self.cursor.execute(sql, params) File "/usr/lib/pymodules/python2.6/django/db/backends/mysql/base.py" in execute 86. return self.cursor.execute(query, args) File "/usr/lib/pymodules/python2.6/MySQLdb/cursors.py" in execute 166. self.errorhandler(self, exc, value) File "/usr/lib/pymodules/python2.6/MySQLdb/connections.py" in defaulterrorhandler 35. raise errorclass, errorvalue Exception Type: OperationalError at /status/mailq/outbound/ Exception Value: (1054, "Unknown column 'mailq.flag' in 'field list'") If I log in as admin, everythings the same as the Domain Admin. If I go into a users profile and change their type to Administrator, the user type doesn't show anything, but if I change to user/domain user, it's fine. If I do a delivery test, it just gives a status of PENDING, but nothing seems to happen. That's all I have for you right now and I think that may be all. _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

