Skip to content

Instantly share code, notes, and snippets.

@psy0rz
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psy0rz/8dd294930b4dcb8630ce to your computer and use it in GitHub Desktop.
Save psy0rz/8dd294930b4dcb8630ce to your computer and use it in GitHub Desktop.
2015-07-27 15:48:34,487 - search - WARNING - optimize_start: config option ignored
2015-07-27 15:48:34,488 - search - WARNING - optimize_stop: config option ignored
2015-07-27 15:48:34,488 - search - WARNING - optimize_age: config option ignored
2015-07-27 15:48:34,488 - search - WARNING - index_attachment_parser: config option ignored
2015-07-27 15:48:34,489 - search - WARNING - index_attachment_parser_max_memory: config option ignored
2015-07-27 15:48:34,489 - search - WARNING - index_attachment_parser_max_cputime: config option ignored
2015-07-27 15:48:34,489 - search - WARNING - index_attachment_mime_filter: config option ignored
2015-07-27 15:48:34,489 - search - WARNING - index_attachment_extension_filter: config option ignored
2015-07-27 15:48:34,489 - search - INFO - starting search
2015-07-27 15:48:34,532 - search - INFO - starting initial sync
2015-07-27 15:48:34,555 - search - INFO - stopping search
2015-07-27 15:48:34,556 - search - ERROR - Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/zarafa/__init__.py", line 2240, in log_exc
try: yield
File "/usr/lib/python2.7/site-packages/zarafa/__init__.py", line 2555, in start
daemonize(self.main, options=self.options, args=[], log=self.log, config=self.config, service=self)
File "/usr/lib/python2.7/site-packages/zarafa/__init__.py", line 2087, in daemonize
func(*args)
File "/usr/lib/python2.7/site-packages/zarafa_search/__init__.py", line 266, in main
self.initial_sync(self.server.stores())
File "/usr/lib/python2.7/site-packages/zarafa_search/__init__.py", line 277, in initial_sync
folders = [(f.count, s.guid, f.entryid, reindex) for s in stores for f in s.folders()]
File "/usr/lib/python2.7/site-packages/zarafa/__init__.py", line 610, in stores
if system or store.public or (store.user and store.user.name != 'SYSTEM'):
File "/usr/lib/python2.7/site-packages/zarafa/__init__.py", line 844, in user
return User(self.server.sa.GetUser(userid, MAPI_UNICODE).Username, self.server)
File "/usr/lib/python2.7/site-packages/zarafa/__init__.py", line 1780, in __init__
raise ZarafaException("no such user: '%s'" % name)
ZarafaException: no such user: 'n'
[Syn-3] root@syn451.kantoor2.datux.nl ~# zarafa-admin -l
User list for Default(6):
Username Fullname Homeserver
----------------------------------------------------
SYSTEM SYSTEM Zarafa
Administrator Administrator
test test test
admin cyrus
mailadmin mailadmin
nobody nobody
[Syn-3] root@syn451.kantoor2.datux.nl ~# zarafa-server -V
Product version: 7,2,0,48204
File version: 48204
[Syn-3] root@syn451.kantoor2.datux.nl ~# tail /var/log/zarafa/server.log
Mon Jul 27 15:46:47 2015: [notice ] Connection to database 'zarafa' succeeded
Mon Jul 27 15:46:47 2015: [warning] zarafa-licensed is running, but no license key was found. Not all commercial features will be available.
Mon Jul 27 15:46:47 2015: [notice ] Loading searchfolders
Mon Jul 27 15:46:47 2015: [notice ] Startup succeeded on pid 9536
Mon Jul 27 15:47:34 2015: [warning] Config warning: Option 'ldap_user_sendas_attribute' is deprecated! New name for option is 'ldap_sendas_attribute'.
Mon Jul 27 15:47:34 2015: [warning] Config warning: Option 'ldap_user_sendas_attribute_type' is deprecated! New name for option is 'ldap_sendas_attribute_type'.
Mon Jul 27 15:47:34 2015: [warning] Config warning: Option 'ldap_user_sendas_relation_attribute' is deprecated! New name for option is 'ldap_sendas_relation_attribute'.
Mon Jul 27 15:48:34 2015: [warning] Object not found unknown user 'n': n not found in LDAP
Mon Jul 27 15:53:18 2015: [info ] End of session (timeout) 6518692636120423412
Mon Jul 27 15:53:38 2015: [info ] End of session (timeout) 7502062001167177568
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment