From sogo@opengroupware.org Mon Oct 1 16:40:00 2007 From: sogo@opengroupware.org (Andreas Speck at lists) Date: Mon, 01 Oct 2007 16:40:00 +0100 Subject: [SOGo] Error compiling SOGo Message-ID: <470114D0.8010303@lists.wri-irg.org> Hi all, I tried to compile SOGo today, following the instructions on the inverse website. Compiling SOPE (the trunk from svn) worked fine, after applying the patches (although some failed). It seems some header files are missing... Andreas However, when compiling SOGo, I get: Making all in SOPE/NGCards... make[1]: Entering directory `/usr/local/src/sogo/SOGo/SOPE/NGCards' Making all for library libNGCards... make[2]: Nothing to be done for `internal-library-all'. Making all in versitCardsSaxDriver... make[2]: Entering directory `/usr/local/src/sogo/SOGo/SOPE/NGCards/versitCardsSaxDriver' Making all for bundle versitCardsSaxDriver... Copying resources into the bundle wrapper... make[2]: Leaving directory `/usr/local/src/sogo/SOGo/SOPE/NGCards/versitCardsSaxDriver' make[1]: Leaving directory `/usr/local/src/sogo/SOGo/SOPE/NGCards' Making all in OGoContentStore... make[1]: Entering directory `/usr/local/src/sogo/SOGo/OGoContentStore' Making all for library libOGoContentStore... Compiling file OCSiCalFieldExtractor.m ... In file included from OCSiCalFieldExtractor.m:33: OCSiCalFieldExtractor.h:25:47: warning: GDLContentStore/GCSFieldExtractor.h: No such file or directory In file included from OCSiCalFieldExtractor.m:33: OCSiCalFieldExtractor.h:28: error: cannot find interface declaration for ‘GCSFieldExtractor’, superclass of ‘OCSiCalFieldExtractor’ OCSiCalFieldExtractor.m: In function ‘+[OCSiCalFieldExtractor sharedICalFieldExtractor]’: OCSiCalFieldExtractor.m:55: warning: ‘OCSiCalFieldExtractor’ may not respond to ‘+new’ OCSiCalFieldExtractor.m:55: warning: (Messages without a matching method signature OCSiCalFieldExtractor.m:55: warning: will be assumed to return ‘id’ and accept OCSiCalFieldExtractor.m:55: warning: ‘...’ as arguments.) OCSiCalFieldExtractor.m: In function ‘-[OCSiCalFieldExtractor extractQuickFieldsFromEvent:]’: OCSiCalFieldExtractor.m:113: warning: ‘OCSiCalFieldExtractor’ may not respond to ‘-logWithFormat:’ OCSiCalFieldExtractor.m: In function ‘-[OCSiCalFieldExtractor extractQuickFieldsFromTodo:]’: OCSiCalFieldExtractor.m:253: warning: ‘OCSiCalFieldExtractor’ may not respond to ‘-logWithFormat:’ OCSiCalFieldExtractor.m: In function ‘-[OCSiCalFieldExtractor firstElementFromCalendar:]’: OCSiCalFieldExtractor.m:344: warning: ‘OCSiCalFieldExtractor’ may not respond to ‘-logWithFormat:’ OCSiCalFieldExtractor.m:349: warning: ‘OCSiCalFieldExtractor’ may not respond to ‘-logWithFormat:’ OCSiCalFieldExtractor.m: In function ‘-[OCSiCalFieldExtractor extractQuickFieldsFromContent:]’: OCSiCalFieldExtractor.m:377: warning: ‘OCSiCalFieldExtractor’ may not respond to ‘-logWithFormat:’ OCSiCalFieldExtractor.m:381: warning: ‘OCSiCalFieldExtractor’ may not respond to ‘-logWithFormat:’ make[2]: *** [shared_obj/OCSiCalFieldExtractor.o] Error 1 make[1]: *** [libOGoContentStore.all.library.variables] Error 2 make[1]: Leaving directory `/usr/local/src/sogo/SOGo/OGoContentStore' make: *** [internal-all] Error 2 From sogo@opengroupware.org Mon Oct 1 17:23:55 2007 From: sogo@opengroupware.org (Helge Hess) Date: Mon, 1 Oct 2007 18:23:55 +0200 Subject: [SOGo] Error compiling SOGo In-Reply-To: <470114D0.8010303@lists.wri-irg.org> References: <470114D0.8010303@lists.wri-irg.org> Message-ID: <2BE6FD90-AAE4-468D-B363-9BEF677CC61B@opengroupware.org> On 01.10.2007, at 17:40, Andreas Speck at lists wrote: > Hi all, > I tried to compile SOGo today, following the instructions on the > inverse website. > > Compiling SOPE (the trunk from svn) worked fine, after applying the > patches (although some failed). > > It seems some header files are missing... I moved sope-gdl1/OGoContentStore to the SOPE/Recycler (its supposed to end up in the Inverse SOGo repository). Greets, Helge -- Helge Hess http://www.helgehess.eu/ From sogo@opengroupware.org Sun Oct 7 22:56:44 2007 From: sogo@opengroupware.org (Di Appoggio) Date: Sun, 7 Oct 2007 23:56:44 +0200 Subject: [SOGo] Internal Server Error on Ubuntu 7.04 Message-ID: <88d687aa0710071456o4134cc86r9502d899b0c76d65@mail.gmail.com> Finally I've been able to compile & install sope&sogo (last svn revsion); I've been able to configure ldap authentication and now i can log in. Default view is calendar mode but now every time i try to add an event or access the addressbook i get an " Internal Server Error" but sogod report no error on console.... Here is my .GNUstepDefaults file: -------- { NSGlobalDomain = { }; "sogod-0.9" = { AgenorProfileURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile"; OCSFolderInfoURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info"; SOGoAuthentificationMethod = LDAP; SOGoDefaultMailDomain = example.com; SOGoDraftsFolderName = .Drafts; SOGoFallbackIMAP4Server = imap.intranet.it; SOGoLDAPSources = ( { CNFieldName = cn; IDFieldName = uid; UIDFieldName = uid; baseDN = "ou=People,ou=example.com,c=IT"; bindDN = "uid=Manager,ou=Intranet,c=IT"; bindFields = uid; bindPassword = Manager; canAuthenticate = YES; displayName = "General AddressBook"; hostname = ldap.intranet.it; id = public; isAddressBook = YES; port = 389; } ); SOGoSentFolderName = .Sent; SOGoServerTimeZone = Europe/Rome; SOGoSuperUsername = admin; SOGoTrashFolderName = .Trash; SOGoUIxDebugEnabled = YES; WOMessageUseUTF8 = YES; WOParsersUseUTF8 = YES; WOPort = 20000; }; } -------- Another question: a) how can I set another language? b) how can i change deefault module= From sogo@opengroupware.org Sun Oct 7 23:58:14 2007 From: sogo@opengroupware.org (Di Appoggio) Date: Mon, 8 Oct 2007 00:58:14 +0200 Subject: [SOGo] Re: Internal Server Error on Ubuntu 7.04 In-Reply-To: <88d687aa0710071456o4134cc86r9502d899b0c76d65@mail.gmail.com> References: <88d687aa0710071456o4134cc86r9502d899b0c76d65@mail.gmail.com> Message-ID: <88d687aa0710071558jef83d41t144e641bc987f727@mail.gmail.com> 2007/10/7, Di Appoggio : > Finally I've been able to compile & install sope&sogo (last svn > revsion); I've been able to configure ldap authentication and now i > can log in. > > Default view is calendar mode but now every time i try to add an event > or access the addressbook i get an " Internal Server Error" but sogod > report no error on console.... > > Here is my .GNUstepDefaults file: > > -------- > { > NSGlobalDomain = { > }; > "sogod-0.9" = { > AgenorProfileURL = > "postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile"; > OCSFolderInfoURL = > "postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info"; > SOGoAuthentificationMethod = LDAP; > SOGoDefaultMailDomain = example.com; > SOGoDraftsFolderName = .Drafts; > > SOGoFallbackIMAP4Server = imap.intranet.it; > SOGoLDAPSources = ( > { > CNFieldName = cn; > IDFieldName = uid; > UIDFieldName = uid; > baseDN = "ou=People,ou=example.com,c=IT"; > bindDN = "uid=Manager,ou=Intranet,c=IT"; > bindFields = uid; > bindPassword = Manager; > canAuthenticate = YES; > displayName = "General AddressBook"; > hostname = ldap.intranet.it; > id = public; > isAddressBook = YES; > port = 389; > } > ); > SOGoSentFolderName = .Sent; > SOGoServerTimeZone = Europe/Rome; > SOGoSuperUsername = admin; > SOGoTrashFolderName = .Trash; > SOGoUIxDebugEnabled = YES; > WOMessageUseUTF8 = YES; > WOParsersUseUTF8 = YES; > WOPort = 20000; > }; > } > > -------- > > Another question: > a) how can I set another language? > b) how can i change deefault module= > Sorry, it's too late for me. I only want to say that I have error messeges on console: Oct 08 00:53:10 sogod-0.9 [4902]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian EXCEPTION: NAME:NSInvalidArgumentException REASON:Can not determine type information for -[GCSFolderManager createFolderOfType:withName:atPath:] ### child 4902 (#5) was terminated by signal 6 (uptime=13s). 2007-10-08 00:53:10.134 sogod-0.9[4905] starting SOGo (build root@dummy 200710071927) 2007-10-08 00:53:10.135 sogod-0.9[4905] Note: vmem size check enabled: shutting down app when vmem > 200 MB Oct 08 00:53:10 sogod-0.9 [4905]: SNS support disabled. Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> scanning SOGo products in: /home/sogo/GNUstep/Library/SOGo-0.9 Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Local/Library/SOGo-0.9 Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> register SOGo product: MainUI.SOGo Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> register SOGo product: Appointments.SOGo Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> register SOGo product: SchedulerUI.SOGo Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> register SOGo product: MailerUI.SOGo Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> register SOGo product: CommonUI.SOGo Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> register SOGo product: MailPartViewers.SOGo Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> register SOGo product: ContactsUI.SOGo Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> register SOGo product: Contacts.SOGo Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> register SOGo product: PreferencesUI.SOGo Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> register SOGo product: Mailer.SOGo Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Network/Library/SOGo-0.9 Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> scanning SOGo products in: /usr/lib/GNUstep/System/Library/SOGo-0.9 Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/sogod-0.9 Oct 08 00:53:10 sogod-0.9 [4905]: <0x0x83249e0[SOGoProductLoader]> scanning SOGo products in: /usr/lib/sogod-0.9 2007-10-08 00:53:10.370 sogod-0.9[4905] Note: fetching full mail header. 2007-10-08 00:53:10.373 sogod-0.9[4905] Note(SOGoMailObject): using constant etag for mail parts: '"imap4url_0_9_126"' 2007-10-08 00:53:10.376 sogod-0.9[4905] Note: using SOGo mail spool folder: /tmp/ 2007-10-08 00:53:10.378 sogod-0.9[4905] Note(SOGoMailBodyPart): using constant etag for mail parts: '"imap4url_0_9_126"' 2007-10-08 00:53:10.379 sogod-0.9[4905] Note: using drafts folder named: '.Drafts' 2007-10-08 00:53:10.380 sogod-0.9[4905] Note: using shared-folders name: '(nil)' 2007-10-08 00:53:10.380 sogod-0.9[4905] Note: using other-users-folders name: '(nil)' 2007-10-08 00:53:10.382 sogod-0.9[4905] Note: using other-users-folders name: '(nil)' Oct 08 00:53:10 sogod-0.9 [4905]: [WARN] [so-secinfo SOGoUserFolder] tried to declare object permission twice! (perm=view,private=no,public=no) Oct 08 00:53:10 sogod-0.9 [4905]: [WARN] [so-secinfo SOGoUserFolder] tried to set default role of 'webdav access' twice! (set to (Authenticated)) Oct 08 00:53:10 sogod-0.9 [4905]: |SOGo-0.9| WOHttpAdaptor listening on address *:20000 From sogo@opengroupware.org Thu Oct 11 16:53:55 2007 From: sogo@opengroupware.org (Ludovic Marcotte) Date: Thu, 11 Oct 2007 11:53:55 -0400 Subject: [SOGo] Re: Internal Server Error on Ubuntu 7.04 In-Reply-To: <88d687aa0710071558jef83d41t144e641bc987f727@mail.gmail.com> Message-ID: <28462db2118ab759cccafe695140bf6b@miraclemax> On 2007-10-07 18:58:14 -0400 "Di Appoggio" wrote: [snip] > Sorry, it's too late for me. I only want to say that I have error > messeges on console: > > Oct 08 00:53:10 sogod-0.9 [4902]: [ERROR] |SOGo-0.9| did not find > Locale for language: Italian > EXCEPTION: NAME:NSInvalidArgumentException > REASON:Can not determine type information for -[GCSFolderManager > createFolderOfType:withName:atPath:] Make sure you've applied our patch to SOPE which is available from our website. Also make sure to install the new GDLContentStore which is now available from our branch in the SOGo SVN repository. Thanks, Ludo -- INVERSE, Une division de KEYRUS A KEYRUS company T: (514) 989-2000, ext. 2800 C: (514) 755-3630 ludovic@inverse.ca www.inverse.ca AVIS - Ce courriel pourrait contenir des renseignements confidentiels ou privilegies. Si vous n'etes pas le veritable destinataire, veuillez nous en aviser immediatement. Merci. NOTICE - This e-mail may contain confidential or privileged information. If you are not the intended recipient, please notify us immediately. Thank you. From sogo@opengroupware.org Thu Oct 11 23:44:57 2007 From: sogo@opengroupware.org (javier david) Date: Thu, 11 Oct 2007 20:44:57 -0200 Subject: [SOGo] inverse branch compliation problem on gentoo linux Message-ID: <470EA769.8030300@oriental-soft.com.uy> hi all, thank you for all the great work on SOGo! we've been using opengroupware.org for a couple of years now, and i'm=20 very interested in switching over to SOGo and - hopefully - integrate=20 it with funambol. i'm currently trying to get the inverse branch of SOGo running on gentoo = linux, and keep running into a compilation problem. when i run make, the compilation exists as follows: make[1]: Entering directory `/usr/local/src/SOGo/OGoContentStore' Making all for library libOGoContentStore... Compiling file OCSiCalFieldExtractor.m ... In file included from OCSiCalFieldExtractor.m:33: OCSiCalFieldExtractor.h:25:47: warning:=20 GDLContentStore/GCSFieldExtractor.h: No such file or directory In file included from OCSiCalFieldExtractor.m:33: OCSiCalFieldExtractor.h:28: error: cannot find interface declaration for = 'GCSFieldExtractor', superclass of 'OCSiCalFieldExtractor' OCSiCalFieldExtractor.m: In function '+[OCSiCalFieldExtractor=20 sharedICalFieldExtractor]': OCSiCalFieldExtractor.m:55: warning: 'OCSiCalFieldExtractor' may not=20 respond to '+new' OCSiCalFieldExtractor.m:55: warning: (Messages without a matching method = signature OCSiCalFieldExtractor.m:55: warning: will be assumed to return 'id' and=20 accept OCSiCalFieldExtractor.m:55: warning: '...' as arguments.) OCSiCalFieldExtractor.m: In function '-[OCSiCalFieldExtractor=20 extractQuickFieldsFromEvent:]': OCSiCalFieldExtractor.m:113: warning: 'OCSiCalFieldExtractor' may not=20 respond to '-logWithFormat:' OCSiCalFieldExtractor.m: In function '-[OCSiCalFieldExtractor=20 extractQuickFieldsFromTodo:]': OCSiCalFieldExtractor.m:253: warning: 'OCSiCalFieldExtractor' may not=20 respond to '-logWithFormat:' OCSiCalFieldExtractor.m: In function '-[OCSiCalFieldExtractor=20 firstElementFromCalendar:]': OCSiCalFieldExtractor.m:344: warning: 'OCSiCalFieldExtractor' may not=20 respond to '-logWithFormat:' OCSiCalFieldExtractor.m:349: warning: 'OCSiCalFieldExtractor' may not=20 respond to '-logWithFormat:' OCSiCalFieldExtractor.m: In function '-[OCSiCalFieldExtractor=20 extractQuickFieldsFromContent:]': OCSiCalFieldExtractor.m:377: warning: 'OCSiCalFieldExtractor' may not=20 respond to '-logWithFormat:' OCSiCalFieldExtractor.m:381: warning: 'OCSiCalFieldExtractor' may not=20 respond to '-logWithFormat:' make[2]: *** [shared_obj/OCSiCalFieldExtractor.o] Error 1 make[1]: *** [libOGoContentStore.all.library.variables] Error 2 make[1]: Leaving directory `/usr/local/src/SOGo/OGoContentStore' make: *** [internal-all] Error 2 i think that for some reason the compilation environment is not finding=20 the SOPE headers and libraries (in particular,=20 GDLContentStore/GCSFieldExtractor.h). i found this file in the SOPE source tree but don't know why the SOGo=20 compilation environment cannot locate it. i checked out revision 1544 of the inverse version of SOPE and revision=20 1182 of the inverse branch of SOGo, and followed the instructions posted = on http://www.inverse.ca/english/contributions/sogo/documentation.html. in case it helps, the env command show the following (after running=20 GNUStep.sh): MANPATH=3D/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i6= 86-pc-linux-gnu/2.17/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/man SHELL=3D/bin/bash TERM=3Dxterm GNUSTEP_LOCAL_ROOT=3D/usr/GNUstep/Local OLDPWD=3D/usr/local/src GNUSTEP_HOST=3Di686-pc-linux-gnu USER=3Droot LD_LIBRARY_PATH=3D/root/GNUstep/Library/Libraries:/usr/GNUstep/Local/Libr= ary/Libraries:/usr/GNUstep/Network/Library/Libraries:/usr/GNUstep/System/= Library/Libraries LS_COLORS=3Dno=3D00:fi=3D00:di=3D01;34:ln=3D01;36:pi=3D40;33:so=3D01;35:d= o=3D01;35:bd=3D40;33;01:cd=3D40;33;01:or=3D01;05;37;41:mi=3D01;05;37;41:s= u=3D37;41:sg=3D30;43:tw=3D30;42:ow=3D34;42:st=3D37;44:ex=3D01;32:*.tar=3D= 01;31:*.tgz=3D01;31:*.arj=3D01;31:*.taz=3D01;31:*.lzh=3D01;31:*.zip=3D01;= 31:*.z=3D01;31:*.Z=3D01;31:*.gz=3D01;31:*.bz2=3D01;31:*.bz=3D01;31:*.tbz2= =3D01;31:*.tz=3D01;31:*.deb=3D01;31:*.rpm=3D01;31:*.jar=3D01;31:*.rar=3D0= 1;31:*.ace=3D01;31:*.zoo=3D01;31:*.cpio=3D01;31:*.7z=3D01;31:*.rz=3D01;31= :*.jpg=3D01;35:*.jpeg=3D01;35:*.gif=3D01;35:*.bmp=3D01;35:*.pbm=3D01;35:*= =2Epgm=3D01;35:*.ppm=3D01;35:*.tga=3D01;35:*.xbm=3D01;35:*.xpm=3D01;35:*.= tif=3D01;35:*.tiff=3D01;35:*.png=3D01;35:*.mng=3D01;35:*.pcx=3D01;35:*.mo= v=3D01;35:*.mpg=3D01;35:*.mpeg=3D01;35:*.m2v=3D01;35:*.mkv=3D01;35:*.ogm=3D= 01;35:*.mp4=3D01;35:*.m4v=3D01;35:*.mp4v=3D01;35:*.vob=3D01;35:*.qt=3D01;= 35:*.nuv=3D01;35:*.wmv=3D01;35:*.asf=3D01;35:*.rm=3D01;35:*.rmvb=3D01;35:= *.flc=3D01;35:*.avi=3D01;35:*.fli=3D01;35:*.gl=3D01;35:*.dl=3D01;35:*.xcf= =3D01;35:*.xwd=3D01;35:*.yuv=3D01;35:*.pdf=3D00;32:*.ps=3D00;32:*.txt=3D0= 0;32:*.patch=3D00;32:*.diff=3D00;32:*.log=3D00;32:*.tex=3D00;32:*.doc=3D0= 0;32:*.aac=3D00;36:*.au=3D00;36:*.flac=3D00;36:*.mid=3D00;36:*.midi=3D00;= 36:*.mka=3D00;36:*.mp3=3D00;36:*.mpc=3D00;36:*.ogg=3D00;36:*.ra=3D00;36:*= =2Ewav=3D00;36: GUILE_LOAD_PATH=3D/root/GNUstep/Library/Libraries/Guile:/usr/GNUstep/Loca= l/Library/Libraries/Guile:/usr/GNUstep/Network/Library/Libraries/Guile:/u= sr/GNUstep/System/Library/Libraries/Guile GNUSTEP_MAKEFILES=3D/usr/GNUstep/System/Library/Makefiles GNUSTEP_NETWORK_ROOT=3D/usr/GNUstep/Network GNUSTEP_FLATTENED=3Dyes GNUSTEP_HOST_OS=3Dlinux-gnu PAGER=3D/usr/bin/less CONFIG_PROTECT_MASK=3D/etc/terminfo /etc/revdep-rebuild GNUSTEP_HOST_VENDOR=3Dpc PATH=3D/root/GNUstep/Tools:/usr/GNUstep/Local/Tools:/usr/GNUstep/Network/= Tools:/usr/GNUstep/System/Tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:= /usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.2 PWD=3D/usr/local/src/SOGo EDITOR=3D/bin/nano GNUSTEP_HOST_CPU=3Dix86 SHLVL=3D1 HOME=3D/root GNUSTEP_USER_ROOT=3D/root/GNUstep GNUSTEP_SYSTEM_ROOT=3D/usr/GNUstep/System GCC_PATH=3D/usr/i686-pc-linux-gnu/gcc-bin/4.1.2 PYTHONPATH=3D/usr/lib/portage/pym LESS=3D-R -M --shift 5 LOGNAME=3Droot GNUSTEP_PATHLIST=3D/root/GNUstep:/usr/GNUstep/Local:/usr/GNUstep/Network:= /usr/GNUstep/System GCC_SPECS=3D CVS_RSH=3Dssh CLASSPATH=3D/root/GNUstep/Library/Libraries/Java:/usr/GNUstep/Local/Libra= ry/Libraries/Java:/usr/GNUstep/Network/Library/Libraries/Java:/usr/GNUste= p/System/Library/Libraries/Java LIBRARY_COMBO=3Dgnu-gnu-gnu LESSOPEN=3D|lesspipe.sh %s INFOPATH=3D/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.1= 7/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/info _=3D/usr/bin/env any light shed on this issue would be greatly appreciated. thank you very much, javier david. From sogo@opengroupware.org Thu Oct 11 23:58:25 2007 From: sogo@opengroupware.org (Ludovic Marcotte) Date: Thu, 11 Oct 2007 18:58:25 -0400 Subject: [SOGo] inverse branch compliation problem on gentoo linux In-Reply-To: <470EA769.8030300@oriental-soft.com.uy> Message-ID: <24ab70a6fcd273bc55713082e4773a57@miraclemax> Hi Javier, > thank you for all the great work on SOGo! > > we've been using opengroupware.org for a couple of years now, and > i'm very > interested in switching over to SOGo and - hopefully - integrate it > with > funambol. The "native" Funambol connector for SOGo works really well :) > i'm currently trying to get the inverse branch of SOGo running on > gentoo > linux, and keep running into a compilation problem. > when i run make, the compilation exists as follows: > > make[1]: Entering directory `/usr/local/src/SOGo/OGoContentStore' > Making all for library libOGoContentStore... > Compiling file OCSiCalFieldExtractor.m ... > In file included from OCSiCalFieldExtractor.m:33: > OCSiCalFieldExtractor.h:25:47: warning: > GDLContentStore/GCSFieldExtractor.h: > No such file or directory > In file included from OCSiCalFieldExtractor.m:33: > OCSiCalFieldExtractor.h:28: error: cannot find interface declaration > for > 'GCSFieldExtractor', superclass of 'OCSiCalFieldExtractor' > OCSiCalFieldExtractor.m: In function '+[OCSiCalFieldExtractor > sharedICalFieldExtractor]': > OCSiCalFieldExtractor.m:55: warning: 'OCSiCalFieldExtractor' may not > respond > to '+new' > OCSiCalFieldExtractor.m:55: warning: (Messages without a matching > method > signature > OCSiCalFieldExtractor.m:55: warning: will be assumed to return 'id' > and accept > OCSiCalFieldExtractor.m:55: warning: '...' as arguments.) > OCSiCalFieldExtractor.m: In function '-[OCSiCalFieldExtractor > extractQuickFieldsFromEvent:]': > OCSiCalFieldExtractor.m:113: warning: 'OCSiCalFieldExtractor' may not > respond > to '-logWithFormat:' > OCSiCalFieldExtractor.m: In function '-[OCSiCalFieldExtractor > extractQuickFieldsFromTodo:]': > OCSiCalFieldExtractor.m:253: warning: 'OCSiCalFieldExtractor' may not > respond > to '-logWithFormat:' > OCSiCalFieldExtractor.m: In function '-[OCSiCalFieldExtractor > firstElementFromCalendar:]': > OCSiCalFieldExtractor.m:344: warning: 'OCSiCalFieldExtractor' may not > respond > to '-logWithFormat:' > OCSiCalFieldExtractor.m:349: warning: 'OCSiCalFieldExtractor' may not > respond > to '-logWithFormat:' > OCSiCalFieldExtractor.m: In function '-[OCSiCalFieldExtractor > extractQuickFieldsFromContent:]': > OCSiCalFieldExtractor.m:377: warning: 'OCSiCalFieldExtractor' may not > respond > to '-logWithFormat:' > OCSiCalFieldExtractor.m:381: warning: 'OCSiCalFieldExtractor' may not > respond > to '-logWithFormat:' > make[2]: *** [shared_obj/OCSiCalFieldExtractor.o] Error 1 > make[1]: *** [libOGoContentStore.all.library.variables] Error 2 > make[1]: Leaving directory `/usr/local/src/SOGo/OGoContentStore' > make: *** [internal-all] Error 2 That has been fixed a couple of mins ago but not yet commited to trunk. In the meantime, just do a "make install" in SOGo/SOPE/sope-gdl1/GDLContentStore becore compiling SOGo and you should be fine. Ludo -- INVERSE, Une division de KEYRUS A KEYRUS company T: (514) 989-2000, ext. 2800 C: (514) 755-3630 ludovic@inverse.ca www.inverse.ca AVIS - Ce courriel pourrait contenir des renseignements confidentiels ou privilegies. Si vous n'etes pas le veritable destinataire, veuillez nous en aviser immediatement. Merci. NOTICE - This e-mail may contain confidential or privileged information. If you are not the intended recipient, please notify us immediately. Thank you. From sogo@opengroupware.org Fri Oct 12 03:13:18 2007 From: sogo@opengroupware.org (javier david) Date: Fri, 12 Oct 2007 00:13:18 -0200 Subject: [SOGo] inverse branch compliation problem on gentoo linux In-Reply-To: <24ab70a6fcd273bc55713082e4773a57@miraclemax> References: <24ab70a6fcd273bc55713082e4773a57@miraclemax> Message-ID: <470ED83E.8000305@oriental-soft.com.uy> hi ludovic, thank you very much for your prompt reply. it worked!! SOGo is now running in my test environment on gentoo. great news about funambol. once i manage to get SOGo stable i'll get to work on that... i've been encountering a few runtime issues that i would like to ask you about: 1) i can login and view the empty calendar. i can also view the webmail interface, and preferences. any attempt to create an object or to view the address book produces an apache "internal system error" page, with sogo showing some variant of the following: Oct 11 23:44:05 sogod-0.9 [5680]: [ERROR] |SOGo-0.9| did not find Locale for language: Spanish 2007-10-11 23:44:05.227 sogod-0.9[5680] Note(SoObject): SoDebugKeyLookup is enabled! 2007-10-11 23:44:05.228 sogod-0.9[5680] Note(SoObject): SoDebugBaseURL is enabled! 2007-10-11 23:44:05.228 sogod-0.9[5680] Note(SoObject): relative base URLs are enabled. Oct 11 23:44:05 sogod-0.9 [5680]: <0x0x84b9828[GCSFolderManager]> Note: loading 4 GCS folder types: Oct 11 23:44:05 sogod-0.9 [5680]: <0x0x84b9828[GCSFolderManager]> contact: OK Oct 11 23:44:05 sogod-0.9 [5680]: <0x0x84b9828[GCSFolderManager]> appointment-oracle: OK Oct 11 23:44:05 sogod-0.9 [5680]: <0x0x84b9828[GCSFolderManager]> contact-oracle: OK Oct 11 23:44:05 sogod-0.9 [5680]: <0x0x84b9828[GCSFolderManager]> appointment: OK 2007-10-11 23:44:05.248 sogod-0.9[5680] Note: setup default manager at: postgresql://sogo@localhost:5432/sogo/sogo_folder_info EXCEPTION: NAME:NSInvalidArgumentException REASON:PostgreSQL72Channel(instance) does not recognize createGCSFolderTableWithName: ### child 5680 (#11) was terminated by signal 6 (uptime=843s). it would seem that SOGo is not able to create user-specific tables in postgresql, however the following tables were successfully created: sogo=# \d List of relations Schema | Name | Type | Owner --------+----------------------------------+----------+------- public | sogo_folder_info | table | sogo public | sogo_folder_info_c_folder_id_seq | sequence | sogo public | sogo_user_profile | table | sogo (3 rows) access from thunderbird/lighting with inverse plugins produces the same result. could this be due to a problem with my envoronment or configuration? is there any further information i can provide? 2) we use courier-imap, not cyrus. i noticed some unexpected webmail behaviour in sogo with courier. it doesn't display any email or folders. i tested with cyrus and this appears to work better. i sniffed some packets going between SOGo and the imap server, and courier apparently responds differently than cyrus to the GETACL command. cyrus' response to a GETACL command includes the username as the second parameter (jdavid in my case). courier responds with "owner", as you can observe in command 4: 1 login "jdavid" "PASSWORD DELETED" 1 OK LOGIN Ok.. 2 list "" "" . * LIST (\Noselect) "." "". 2 OK LIST completed. 3 list "*" "*" . 3 OK LIST completed. 4 getacl "INBOX" * ACL "INBOX" "owner" "acdilrsw" "administrators" "acdilrsw". 4 OK GETACL completed.. . 5 getacl "INBOX" . * ACL "INBOX" "owner" "acdilrsw" "administrators" "acdilrsw". 5 OK GETACL completed.. are you interested in supporting courier-imap? if so, can i help in any way to get them to cooperate? 3) spanish locale - if a translation is lacking, can you give me any pointers as to where/how to contribute the required translation / language support? if a translation is available, where could i obtain it? once again thank you for your support, Ludovic Marcotte escribió: > Hi Javier, > >> thank you for all the great work on SOGo! >> >> we've been using opengroupware.org for a couple of years now, and >> i'm very interested in switching over to SOGo and - hopefully - >> integrate it with funambol. > > The "native" Funambol connector for SOGo works really well :) > >> i'm currently trying to get the inverse branch of SOGo running on >> gentoo linux, and keep running into a compilation problem. >> when i run make, the compilation exists as follows: >> >> make[1]: Entering directory `/usr/local/src/SOGo/OGoContentStore' >> Making all for library libOGoContentStore... >> Compiling file OCSiCalFieldExtractor.m ... >> In file included from OCSiCalFieldExtractor.m:33: >> OCSiCalFieldExtractor.h:25:47: warning: >> GDLContentStore/GCSFieldExtractor.h: No such file or directory >> In file included from OCSiCalFieldExtractor.m:33: >> OCSiCalFieldExtractor.h:28: error: cannot find interface declaration >> for 'GCSFieldExtractor', superclass of 'OCSiCalFieldExtractor' >> OCSiCalFieldExtractor.m: In function '+[OCSiCalFieldExtractor >> sharedICalFieldExtractor]': >> OCSiCalFieldExtractor.m:55: warning: 'OCSiCalFieldExtractor' may not >> respond to '+new' >> OCSiCalFieldExtractor.m:55: warning: (Messages without a matching >> method signature >> OCSiCalFieldExtractor.m:55: warning: will be assumed to return 'id' >> and accept >> OCSiCalFieldExtractor.m:55: warning: '...' as arguments.) >> OCSiCalFieldExtractor.m: In function '-[OCSiCalFieldExtractor >> extractQuickFieldsFromEvent:]': >> OCSiCalFieldExtractor.m:113: warning: 'OCSiCalFieldExtractor' may not >> respond to '-logWithFormat:' >> OCSiCalFieldExtractor.m: In function '-[OCSiCalFieldExtractor >> extractQuickFieldsFromTodo:]': >> OCSiCalFieldExtractor.m:253: warning: 'OCSiCalFieldExtractor' may not >> respond to '-logWithFormat:' >> OCSiCalFieldExtractor.m: In function '-[OCSiCalFieldExtractor >> firstElementFromCalendar:]': >> OCSiCalFieldExtractor.m:344: warning: 'OCSiCalFieldExtractor' may not >> respond to '-logWithFormat:' >> OCSiCalFieldExtractor.m:349: warning: 'OCSiCalFieldExtractor' may not >> respond to '-logWithFormat:' >> OCSiCalFieldExtractor.m: In function '-[OCSiCalFieldExtractor >> extractQuickFieldsFromContent:]': >> OCSiCalFieldExtractor.m:377: warning: 'OCSiCalFieldExtractor' may not >> respond to '-logWithFormat:' >> OCSiCalFieldExtractor.m:381: warning: 'OCSiCalFieldExtractor' may not >> respond to '-logWithFormat:' >> make[2]: *** [shared_obj/OCSiCalFieldExtractor.o] Error 1 >> make[1]: *** [libOGoContentStore.all.library.variables] Error 2 >> make[1]: Leaving directory `/usr/local/src/SOGo/OGoContentStore' >> make: *** [internal-all] Error 2 > > That has been fixed a couple of mins ago but not yet commited to trunk. > > In the meantime, just do a "make install" in > SOGo/SOPE/sope-gdl1/GDLContentStore becore compiling SOGo and you > should be fine. > > Ludo From sogo@opengroupware.org Fri Oct 12 13:40:07 2007 From: sogo@opengroupware.org (Ludovic Marcotte) Date: Fri, 12 Oct 2007 08:40:07 -0400 Subject: [SOGo] inverse branch compliation problem on gentoo linux In-Reply-To: <470ED83E.8000305@oriental-soft.com.uy> Message-ID: Hi Javier, > thank you very much for your prompt reply. > > it worked!! SOGo is now running in my test environment on gentoo. > great news about funambol. once i manage to get SOGo stable i'll get > to work > on that... > > i've been encountering a few runtime issues that i would like to ask > you > about: > > 1) i can login and view the empty calendar. i can also view the > webmail > interface, and preferences. any attempt to create an object or to > view the > address book produces an apache "internal system error" page, with > sogo > showing some variant of the following: [snip] > EXCEPTION: NAME:NSInvalidArgumentException > REASON:PostgreSQL72Channel(instance) does not recognize > createGCSFolderTableWithName: You have to applied our SOPE patch. You can now even get it from our svn branch (SOPE/sope-patchset-r1544.diff) [snip] > 2) we use courier-imap, not cyrus. i noticed some unexpected webmail > behaviour in sogo with courier. it doesn't display any email or > folders. i > tested with cyrus and this appears to work better. i sniffed some > packets > going between SOGo and the imap server, and courier apparently > responds > differently than cyrus to the GETACL command. > > cyrus' response to a GETACL command includes the username as the > second > parameter (jdavid in my case). courier responds with "owner", as you > can > observe in command 4: > > > 1 login "jdavid" "PASSWORD DELETED" > 1 OK LOGIN Ok.. > 2 list "" "" > . > * LIST (\Noselect) "." "". > 2 OK LIST completed. > 3 list "*" "*" > . > 3 OK LIST completed. > > 4 getacl "INBOX" > * ACL "INBOX" "owner" "acdilrsw" "administrators" "acdilrsw". > 4 OK GETACL completed.. > > . > 5 getacl "INBOX" > . > * ACL "INBOX" "owner" "acdilrsw" "administrators" "acdilrsw". > 5 OK GETACL completed.. > > are you interested in supporting courier-imap? Of course but try again after applying the SOPE patch, which also has modifications for Courier. > if so, can i help in any way to get them to cooperate? You can send patches :) > 3) spanish locale - if a translation is lacking, can you give me any > pointers > as to where/how to contribute the required translation / language > support? > if a translation is available, where could i obtain it? Look at all Localizable.strings files - that should get you started! Right now, there are only english, french and german translations. Ludo -- INVERSE, Une division de KEYRUS A KEYRUS company T: (514) 989-2000, ext. 2800 C: (514) 755-3630 ludovic@inverse.ca www.inverse.ca AVIS - Ce courriel pourrait contenir des renseignements confidentiels ou privilegies. Si vous n'etes pas le veritable destinataire, veuillez nous en aviser immediatement. Merci. NOTICE - This e-mail may contain confidential or privileged information. If you are not the intended recipient, please notify us immediately. Thank you. From sogo@opengroupware.org Mon Oct 15 09:13:06 2007 From: sogo@opengroupware.org (Di Appoggio) Date: Mon, 15 Oct 2007 10:13:06 +0200 Subject: [SOGo] Re: Internal Server Error on Ubuntu 7.04 In-Reply-To: <28462db2118ab759cccafe695140bf6b@miraclemax> References: <88d687aa0710071558jef83d41t144e641bc987f727@mail.gmail.com> <28462db2118ab759cccafe695140bf6b@miraclemax> Message-ID: <88d687aa0710150113q7257685dnc46af446daf10b08@mail.gmail.com> OK, i've installed again everything from svn with supplied patch. Now everything compiles fine, I can login, I can use and share calendar and addressbook (I'm learning ....) but I have problem with webmail module. I'll try to explain: (with Firefox 2.0.0.6) i login, i see my email, my folders but i can't interact well with them I cannot write or forward or reply to email, each time I try to do it, an "Internal server error" occurs without log errors; also I cannot move or copy a message to another folder. For example: i can see the menu option to move a message but I have no choice to choose. From sogo@opengroupware.org Mon Oct 15 09:59:26 2007 From: sogo@opengroupware.org (Helge Hess) Date: Mon, 15 Oct 2007 10:59:26 +0200 Subject: [SOGo] Re: Internal Server Error on Ubuntu 7.04 In-Reply-To: <88d687aa0710150113q7257685dnc46af446daf10b08@mail.gmail.com> References: <88d687aa0710071558jef83d41t144e641bc987f727@mail.gmail.com> <28462db2118ab759cccafe695140bf6b@miraclemax> <88d687aa0710150113q7257685dnc46af446daf10b08@mail.gmail.com> Message-ID: <6ED23E47-3654-460E-A71F-9E9FADA64357@opengroupware.org> On 15.10.2007, at 10:13, Di Appoggio wrote: > I cannot write or forward or reply to email, each time I try to do it, > an "Internal server error" occurs without log errors; This usually means that the daemon crashed. You should look into the logfile what happened just before that and you might want to generate a backtrace. Thanks, Helge From sogo@opengroupware.org Mon Oct 15 10:57:53 2007 From: sogo@opengroupware.org (Di Appoggio) Date: Mon, 15 Oct 2007 11:57:53 +0200 Subject: [SOGo] Re: Internal Server Error on Ubuntu 7.04 In-Reply-To: <6ED23E47-3654-460E-A71F-9E9FADA64357@opengroupware.org> References: <88d687aa0710071558jef83d41t144e641bc987f727@mail.gmail.com> <28462db2118ab759cccafe695140bf6b@miraclemax> <88d687aa0710150113q7257685dnc46af446daf10b08@mail.gmail.com> <6ED23E47-3654-460E-A71F-9E9FADA64357@opengroupware.org> Message-ID: <88d687aa0710150257l4759433cy21e0010b4f4802f7@mail.gmail.com> ------=_Part_32079_19798908.1192442273862 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 2007/10/15, Helge Hess : > On 15.10.2007, at 10:13, Di Appoggio wrote: > > I cannot write or forward or reply to email, each time I try to do it, > > an "Internal server error" occurs without log errors; > > This usually means that the daemon crashed. You should look into the > logfile what happened just before that and you might want to generate > a backtrace. > > Thanks, > Helge > > > -- > OpenGroupware.org SOGo > sogo@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/sogo > Infact it crashes very badly :-( with a nasty "EXCEPTION: NAME:NSInvalidArgumentException REASON:SOGoMailFolder(instance) does not recognize newDraft". Below there is sogo output from my login to the attempt to write an email and my .GNUstepDefaults. SOGO OUTPUT: ******** Oct 15 11:33:09 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:09 GMT] "POST /SOGo/connect?userName=marcob&password=molossi17 HTTP/1.1" 204 0/0 0.007 - - 0 Oct 15 11:33:09 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:09 GMT] "GET /SOGo/marcob HTTP/1.1" 302 0/0 0.033 - - 44K Oct 15 11:33:10 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:10 GMT] "GET /SOGo/marcob/view HTTP/1.1" 302 0/0 0.014 - - 0 Oct 15 11:33:10 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:10 GMT] "GET /SOGo/so/marcob/Calendar HTTP/1.1" 302 0/0 0.014 - - 0 Oct 15 11:33:10 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian Oct 15 11:33:10 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... Oct 15 11:33:10 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... Oct 15 11:33:10 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... Oct 15 11:33:10 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... 2007-10-15 11:33:10.149 sogod-0.9[9539] User agent = Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.6) Gecko/20071002 Firefox/2.0.0.6 2007-10-15 11:33:10.339 sogod-0.9[9539] User agent = Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.6) Gecko/20071002 Firefox/2.0.0.6 192.168.5.33 - - [15/Oct/2007:11:33:10 GMT] "GET /SOGo/so/marcob/Calendar/view HTTP/1.1" 200 3719/0 0.311 20808 82% 736K 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=Italian%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework= SchedulerUI.SOGo HTTP/1.1" 200 10653/0 0.023 - - 0 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=Italian%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= HTTP/1.1" 304 0/0 0.004 - - 0 Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "GET /SOGo/so/marcob/jsonDefaults HTTP/1.1" 200 341/0 0.018 - - 0 Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "GET /SOGo/so/marcob/jsonSettings HTTP/1.1" 200 45/0 0.017 - - 0 Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "POST /SOGo/so/marcob/Calendar/personal/canAccessContent HTTP/1.1" 204 0/0 0.053 - - 0 Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "POST /SOGo/so/marcob/Calendar/eventslist?desc=&sort=&day=&filterpopup=view_today HTTP/1.1" 200 321/0 0.054 - - 0 Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "POST /SOGo/so/marcob/Calendar/taskslist?show-completed=0 HTTP/1.1" 200 2/0 0.044- - 0 Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian Oct 15 11:33:11 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... Oct 15 11:33:11 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... Oct 15 11:33:11 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... Oct 15 11:33:11 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "POST /SOGo/so/marcob/Calendar/weekview HTTP/1.1" 200 1609/0 0.067 19894 91% 64K Oct 15 11:33:12 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:12 GMT] "POST /SOGo/so/marcob/Calendar/eventslist?sd=20071015&ed=20071021 HTTP/1.1" 200 321/0 0.046 - - 0 Oct 15 11:33:42 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:42 GMT] "GET /SOGo/so/marcob/Mail HTTP/1.1" 302 0/0 0.016 - - 0 Oct 15 11:33:42 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 2007-10-15 11:33:42.433 sogod-0.9[9539] User agent = Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.6) Gecko/20071002 Firefox/2.0.0.6 2007-10-15 11:33:42.586 sogod-0.9[9539] User agent = Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.6) Gecko/20071002 Firefox/2.0.0.6 192.168.5.33 - - [15/Oct/2007:11:33:42 GMT] "GET /SOGo/so/marcob/Mail/view HTTP/1.1" 200 2797/0 0.271 11820 76% 352K 192.168.5.33 - - [15/Oct/2007:11:33:43 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=Italian%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework= MailerUI.SOGo HTTP/1.1" 200 4269/0 0.013 - - 0 192.168.5.33 - - [15/Oct/2007:11:33:43 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=Italian%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= HTTP/1.1" 304 0/0 0.004 - - 0 Oct 15 11:33:43 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:43 GMT] "GET /SOGo/so/marcob/jsonDefaults HTTP/1.1" 200 341/0 0.021 - - 0 Oct 15 11:33:43 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:43 GMT] "GET /SOGo/so/marcob/jsonSettings HTTP/1.1" 200 45/0 0.016 - - 0 Oct 15 11:33:44 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:44 GMT] "POST /SOGo/so/marcob/Mail/marcob@imap.intranet.it/mailboxes HTTP/1.1" 200 934/0 0.175 6463 85% 4K Oct 15 11:33:44 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 2007-10-15 11:33:44.869 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 11:33:33 +0200') 2007-10-15 11:33:44.870 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 11:30:13 +0200') 2007-10-15 11:33:44.870 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 10:10:31 +0200') 2007-10-15 11:33:44.871 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 09:58:53 +0200') 2007-10-15 11:33:44.872 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 09:55:44 +0200') 2007-10-15 11:33:44.873 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 09:21:05 +0200') 2007-10-15 11:33:44.874 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT-040' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '-040' (value='Fri, 12 Oct 2007 18:29:41 -0400') 2007-10-15 11:33:44.874 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 12 Oct 2007 15:48:00 +0200') 2007-10-15 11:33:44.876 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 12 Oct 2007 08:48:40 +0200') 2007-10-15 11:33:44.877 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 11 Oct 2007 13:22:38 +0200') 2007-10-15 11:33:44.878 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 11 Oct 2007 10:00:43 +0200') 2007-10-15 11:33:44.879 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 11 Oct 2007 09:52:43 +0200') 2007-10-15 11:33:44.879 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 10 Oct 2007 17:21:24 +0200') 2007-10-15 11:33:44.880 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 10 Oct 2007 17:12:22 +0200') 2007-10-15 11:33:44.881 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 10 Oct 2007 09:30:15 +0200') 2007-10-15 11:33:44.882 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 9 Oct 2007 12:59:36 +0200') 2007-10-15 11:33:44.884 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 09 Oct 2007 09:43:37 +0200') 2007-10-15 11:33:44.886 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 8 Oct 2007 14:56:55 +0200') 2007-10-15 11:33:44.887 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 08 Oct 2007 11:40:19 +0200') 2007-10-15 11:33:44.888 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 8 Oct 2007 11:42:39 +0200') 2007-10-15 11:33:44.992 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 04 Oct 2007 14:57:51 +0200') 2007-10-15 11:33:44.993 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 2 Oct 2007 17:51:28 +0200') 2007-10-15 11:33:44.994 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 01 Oct 2007 11:23:27 +0200') 2007-10-15 11:33:44.995 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 26 Sep 2007 15:32:59 +0200') 2007-10-15 11:33:44.996 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 25 Sep 2007 10:05:28 +0200') 2007-10-15 11:33:44.997 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 21 Sep 2007 13:19:38 +0200') 2007-10-15 11:33:44.998 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 21 Sep 2007 10:25:01 +0200') 2007-10-15 11:33:44.998 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 10 Sep 2007 21:40:50 +0200') 2007-10-15 11:33:44.999 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 04 Sep 2007 16:40:55 +0200') 2007-10-15 11:33:44.000 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 30 Aug 2007 13:25:28 +0200') 2007-10-15 11:33:45.001 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+000' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+000' (value='Thu, 19 Jul 2007 07:00:46 +0000') 2007-10-15 11:33:45.001 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 12 Jul 2007 09:29:46 +0200') 2007-10-15 11:33:45.002 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 11 Jul 2007 10:19:27 +0200') 2007-10-15 11:33:45.003 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 26 Jun 2007 17:05:00 +0200') 2007-10-15 11:33:45.004 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 22 Jun 2007 12:08:45 +0200') 2007-10-15 11:33:45.005 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+000' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+000' (value='Wed, 20 Jun 2007 11:34:18 +0000') 2007-10-15 11:33:45.006 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+000' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+000' (value='Wed, 20 Jun 2007 11:33:51 +0000') 2007-10-15 11:33:45.007 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+000' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+000' (value='Tue, 12 Jun 2007 07:00:35 +0000') 2007-10-15 11:33:45.008 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 7 May 2007 15:26:36 +0200') 2007-10-15 11:33:45.009 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+010' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+010' (value='Fri, 17 Nov 2006 13:14:39 +0100') 192.168.5.33 - - [15/Oct/2007:11:33:45 GMT] "POST /SOGo/so/marcob/Mail/marcob@imap.intranet.it/folderINBOX/view?noframe=1HTTP/1.1" 200 2832/0 0.537 25517 88% 292K Oct 15 11:33:45 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:45 GMT] "POST /SOGo/so/marcob/Mail/marcob@imap.intranet.it/folderINBOX/quotas HTTP/1.1" 200 59/0 0.060 - - 0 Oct 15 11:33:52 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian EXCEPTION: NAME:NSInvalidArgumentException REASON:SOGoMailFolder(instance) does not recognize newDraft ### child 9539 (#12) was terminated by signal 6 (uptime=4901s). 2007-10-15 11:33:52.390 sogod-0.9[9729] starting SOGo (build sogo@lfs200710150041) 2007-10-15 11:33:52.393 sogod-0.9[9729] Note: vmem size check enabled: shutting down app when vmem > 200 MB Oct 15 11:33:52 sogod-0.9 [9729]: SNS support disabled. Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> scanning SOGo products in: /home/sogo/GNUstep/Library/SOGo-0.9 Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: MainUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: Appointments.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: SchedulerUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: MailerUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: CommonUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: MailPartViewers.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: ContactsUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: Contacts.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: PreferencesUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: Mailer.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Local/Library/SOGo-0.9 Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: MainUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: Appointments.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: SchedulerUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: MailerUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: CommonUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: MailPartViewers.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: ContactsUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: Contacts.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: PreferencesUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: Mailer.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Network/Library/SOGo-0.9 Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> scanning SOGo products in: /usr/lib/GNUstep/System/Library/SOGo-0.9 Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/sogod-0.9 Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> scanning SOGo products in: /usr/lib/sogod-0.9 2007-10-15 11:33:52.670 sogod-0.9[9729] Note: fetching full mail header. 2007-10-15 11:33:52.671 sogod-0.9[9729] Note(SOGoMailObject): using constant etag for mail parts: '"imap4url_0_9_126"' 2007-10-15 11:33:52.674 sogod-0.9[9729] Note: using SOGo mail spool folder: /tmp/ 2007-10-15 11:33:52.676 sogod-0.9[9729] Note(SOGoMailBodyPart): using constant etag for mail parts: '"imap4url_0_9_126"' 2007-10-15 11:33:52.678 sogod-0.9[9729] Note: using drafts folder named: '.Drafts/' 2007-10-15 11:33:52.678 sogod-0.9[9729] Note: using shared-folders name: '(nil)' 2007-10-15 11:33:52.679 sogod-0.9[9729] Note: using other-users-folders name: '(nil)' 2007-10-15 11:33:52.680 sogod-0.9[9729] Note: using other-users-folders name: '(nil)' Oct 15 11:33:52 sogod-0.9 [9729]: [WARN] [so-secinfo SOGoUserFolder] tried to declare object permission twice! (perm=view,private=no,public=no) Oct 15 11:33:52 sogod-0.9 [9729]: [WARN] [so-secinfo SOGoUserFolder] tried to set default role of 'webdav access' twice! (set to (Authenticated)) Oct 15 11:33:52 sogod-0.9 [9729]: |SOGo-0.9| WOHttpAdaptor listening on address *:20000 ******** .GNUstepDefaults: ******** { NSGlobalDomain = { }; "sogod-0.9" = { AgenorProfileURL = "postgresql://sogo:sogo@localhost :5432/sogo/sogo_user_profile"; OCSFolderInfoURL = "postgresql://sogo:sogo@localhost :5432/sogo/sogo_folder_info"; SOGoAuthentificationMethod = LDAP; SOGoDefaultMailDomain = ltt.it; SOGoDraftsFolderName = ".Drafts/"; SOGoFallbackIMAP4Server = imap.intranet.it; SOGoLDAPSources = ( { CNFieldName = cn; IDFieldName = uid; UIDFieldName = uid; baseDN = "ou=People,ou=ltt.it,c=IT"; bindDN = "uid=Manager,ou=Intranet,c=IT"; bindFields = uid; bindPassword = *******; canAuthenticate = YES; displayName = "Rubrica LTT"; hostname = ldap.intranet.it; id = public; isAddressBook = YES; port = 389; } ); SOGoSentFolderName = ".Sent/"; SOGoServerTimeZone = "Europe/Rome"; SOGoSuperUsername = marcob; SOGoTrashFolderName = ".Trash/"; SOGoUIxDebugEnabled = YES; WOMessageUseUTF8 = YES; WOParsersUseUTF8 = YES; WOPort = 20000; language = English; } } ******** ------=_Part_32079_19798908.1192442273862 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

2007/10/15, Helge Hess <helge.hess@opengroupware.org>:
> On 15.10.2007, at 10:13, Di Appoggio wrote:
> > I cannot write or forward or reply to email, each time I try to do it,
> > an "Internal server error" occurs without log errors;
>
> This usually means that the daemon crashed. You should look into the
> logfile what happened just before that and you might want to generate
> a backtrace.
>
> Thanks,
>    Helge
>
>
> --
> OpenGroupware.org SOGo
> sogo@opengroupware.org
> http://mail.opengroupware.org/mailman/listinfo/sogo
>

Infact it crashes very badly :-( with a nasty "EXCEPTION: <NSException: 872d318> NAME:NSInvalidArgumentException REASON:SOGoMailFolder(instance) does not recognize newDraft". Below there is sogo output from my login to the attempt to write an email and my .GNUstepDefaults.

SOGO OUTPUT:
********
Oct 15 11:33:09 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:09 GMT] "POST /SOGo/connect?userName=marcob&password=molossi17 HTTP/1.1" 204 0/0 0.007 - - 0
Oct 15 11:33:09 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:09 GMT] "GET /SOGo/marcob HTTP/1.1" 302 0/0 0.033 - - 44K
Oct 15 11:33:10 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:10 GMT] "GET /SOGo/marcob/view HTTP/1.1" 302 0/0 0.014 - - 0
Oct 15 11:33:10 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:10 GMT] "GET /SOGo/so/marcob/Calendar HTTP/1.1" 302 0/0 0.014 - - 0
Oct 15 11:33:10 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
Oct 15 11:33:10 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ...
Oct 15 11:33:10 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ...
Oct 15 11:33:10 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ...
Oct 15 11:33:10 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ...
2007-10-15 11:33:10.149 sogod-0.9[9539] User agent = Mozilla/5.0 (X11; U; Linux i686; it; rv: 1.8.1.6) Gecko/20071002 Firefox/2.0.0.6
2007-10-15 11:33:10.339 sogod-0.9[9539] User agent = Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.6) Gecko/20071002 Firefox/2.0.0.6
192.168.5.33 - - [15/Oct/2007:11:33:10 GMT] "GET /SOGo/so/marcob/Calendar/view HTTP/1.1" 200 3719/0 0.311 20808 82% 736K
192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=Italian%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework= SchedulerUI.SOGo HTTP/1.1" 200 10653/0 0.023 - - 0
192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=Italian%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= HTTP/1.1" 304 0/0 0.004 - - 0
Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "GET /SOGo/so/marcob/jsonDefaults HTTP/1.1" 200 341/0 0.018 - - 0
Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "GET /SOGo/so/marcob/jsonSettings HTTP/1.1" 200 45/0 0.017 - - 0
Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "POST /SOGo/so/marcob/Calendar/personal/canAccessContent HTTP/1.1" 204 0/0 0.053 - - 0
Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "POST /SOGo/so/marcob/Calendar/eventslist?desc=&sort=&day=&filterpopup=view_today HTTP/1.1" 200 321/0 0.054 - - 0
Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "POST /SOGo/so/marcob/Calendar/taskslist?show-completed=0 HTTP/1.1" 200 2/0 0.044 - - 0
Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
Oct 15 11:33:11 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ...
Oct 15 11:33:11 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ...
Oct 15 11:33:11 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ...
Oct 15 11:33:11 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ...
192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "POST /SOGo/so/marcob/Calendar/weekview HTTP/1.1" 200 1609/0 0.067 19894 91% 64K
Oct 15 11:33:12 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:12 GMT] "POST /SOGo/so/marcob/Calendar/eventslist?sd=20071015&ed=20071021 HTTP/1.1" 200 321/0 0.046 - - 0
Oct 15 11:33:42 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:42 GMT] "GET /SOGo/so/marcob/Mail HTTP/1.1" 302 0/0 0.016 - - 0
Oct 15 11:33:42 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
2007-10-15 11:33:42.433 sogod-0.9[9539] User agent = Mozilla/5.0 (X11; U; Linux i686; it; rv: 1.8.1.6) Gecko/20071002 Firefox/2.0.0.6
2007-10-15 11:33:42.586 sogod-0.9[9539] User agent = Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.6) Gecko/20071002 Firefox/2.0.0.6
192.168.5.33 - - [15/Oct/2007:11:33:42 GMT] "GET /SOGo/so/marcob/Mail/view HTTP/1.1" 200 2797/0 0.271 11820 76% 352K
192.168.5.33 - - [15/Oct/2007:11:33:43 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=Italian%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework= MailerUI.SOGo HTTP/1.1" 200 4269/0 0.013 - - 0
192.168.5.33 - - [15/Oct/2007:11:33:43 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=Italian%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= HTTP/1.1" 304 0/0 0.004 - - 0
Oct 15 11:33:43 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:43 GMT] "GET /SOGo/so/marcob/jsonDefaults HTTP/1.1" 200 341/0 0.021 - - 0
Oct 15 11:33:43 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:43 GMT] "GET /SOGo/so/marcob/jsonSettings HTTP/1.1" 200 45/0 0.016 - - 0
Oct 15 11:33:44 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:44 GMT] "POST /SOGo/so/marcob/Mail/marcob@ imap.intranet.it/mailboxes HTTP/1.1" 200 934/0 0.175 6463 85% 4K
Oct 15 11:33:44 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
2007-10-15 11:33: 44.869 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 11:33:33 +0200')
2007-10-15 11:33:44.870 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 11:30:13 +0200')
2007-10-15 11:33:44.870 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 10:10:31 +0200')
2007-10-15 11:33:44.871 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 09:58:53 +0200')
2007-10-15 11:33:44.872 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 09:55:44 +0200')
2007-10-15 11:33:44.873 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 09:21:05 +0200')
2007-10-15 11:33:44.874 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT-040'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '-040' (value='Fri, 12 Oct 2007 18:29:41 -0400')
2007-10-15 11:33:44.874 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 12 Oct 2007 15:48:00 +0200')
2007-10-15 11:33:44.876 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 12 Oct 2007 08:48:40 +0200')
2007-10-15 11:33:44.877 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 11 Oct 2007 13:22:38 +0200')
2007-10-15 11:33:44.878 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 11 Oct 2007 10:00:43 +0200')
2007-10-15 11:33:44.879 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 11 Oct 2007 09:52:43 +0200')
2007-10-15 11:33:44.879 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 10 Oct 2007 17:21:24 +0200')
2007-10-15 11:33:44.880 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 10 Oct 2007 17:12:22 +0200')
2007-10-15 11:33:44.881 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 10 Oct 2007 09:30:15 +0200')
2007-10-15 11:33:44.882 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 9 Oct 2007 12:59:36 +0200')
2007-10-15 11:33:44.884 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 09 Oct 2007 09:43:37 +0200')
2007-10-15 11:33:44.886 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 8 Oct 2007 14:56:55 +0200')
2007-10-15 11:33:44.887 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 08 Oct 2007 11:40:19 +0200')
2007-10-15 11:33:44.888 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 8 Oct 2007 11:42:39 +0200')
2007-10-15 11:33:44.992 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 04 Oct 2007 14:57:51 +0200')
2007-10-15 11:33:44.993 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 2 Oct 2007 17:51:28 +0200')
2007-10-15 11:33:44.994 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 01 Oct 2007 11:23:27 +0200')
2007-10-15 11:33:44.995 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 26 Sep 2007 15:32:59 +0200')
2007-10-15 11:33:44.996 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 25 Sep 2007 10:05:28 +0200')
2007-10-15 11:33:44.997 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 21 Sep 2007 13:19:38 +0200')
2007-10-15 11:33:44.998 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 21 Sep 2007 10:25:01 +0200')
2007-10-15 11:33:44.998 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 10 Sep 2007 21:40:50 +0200')
2007-10-15 11:33:44.999 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 04 Sep 2007 16:40:55 +0200')
2007-10-15 11:33:44.000 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 30 Aug 2007 13:25:28 +0200')
2007-10-15 11:33:45.001 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+000'
Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+000' (value='Thu, 19 Jul 2007 07:00:46 +0000')
2007-10-15 11:33:45.001 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 12 Jul 2007 09:29:46 +0200')
2007-10-15 11:33:45.002 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 11 Jul 2007 10:19:27 +0200')
2007-10-15 11:33:45.003 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 26 Jun 2007 17:05:00 +0200')
2007-10-15 11:33:45.004 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 22 Jun 2007 12:08:45 +0200')
2007-10-15 11:33:45.005 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+000'
Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+000' (value='Wed, 20 Jun 2007 11:34:18 +0000')
2007-10-15 11:33:45.006 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+000'
Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+000' (value='Wed, 20 Jun 2007 11:33:51 +0000')
2007-10-15 11:33:45.007 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+000'
Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+000' (value='Tue, 12 Jun 2007 07:00:35 +0000')
2007-10-15 11:33:45.008 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020'
Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 7 May 2007 15:26:36 +0200')
2007-10-15 11:33:45.009 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+010'
Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+010' (value='Fri, 17 Nov 2006 13:14:39 +0100')
192.168.5.33 - - [15/Oct/2007:11:33:45 GMT] "POST /SOGo/so/marcob/Mail/marcob@imap.intranet.it/folderINBOX/view?noframe=1 HTTP/1.1" 200 2832/0 0.537 25517 88% 292K
Oct 15 11:33:45 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
192.168.5.33 - - [15/Oct/2007:11:33:45 GMT] "POST /SOGo/so/marcob/Mail/marcob@ imap.intranet.it/folderINBOX/quotas HTTP/1.1" 200 59/0 0.060 - - 0
Oct 15 11:33:52 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian
EXCEPTION: <NSException: 872d318> NAME:NSInvalidArgumentException REASON:SOGoMailFolder(instance) does not recognize newDraft
### child 9539 (#12) was terminated by signal 6 (uptime=4901s).
2007-10-15 11:33: 52.390 sogod-0.9[9729] starting SOGo (build sogo@lfs 200710150041)
2007-10-15 11:33:52.393 sogod-0.9[9729] Note: vmem size check enabled: shutting down app when vmem > 200 MB
Oct 15 11:33:52 sogod-0.9 [9729]: SNS support disabled.
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> scanning SOGo products in: /home/sogo/GNUstep/Library/SOGo-0.9
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: MainUI.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: Appointments.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: SchedulerUI.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: MailerUI.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: CommonUI.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: MailPartViewers.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: ContactsUI.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: Contacts.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: PreferencesUI.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: Mailer.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Local/Library/SOGo- 0.9
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: MainUI.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: Appointments.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: SchedulerUI.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: MailerUI.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: CommonUI.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: MailPartViewers.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: ContactsUI.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: Contacts.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: PreferencesUI.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]>   register SOGo product: Mailer.SOGo
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Network/Library/SOGo-0.9
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> scanning SOGo products in: /usr/lib/GNUstep/System/Library/SOGo- 0.9
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/sogod-0.9
Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> scanning SOGo products in: /usr/lib/sogod- 0.9
2007-10-15 11:33:52.670 sogod-0.9[9729] Note: fetching full mail header.
2007-10-15 11:33:52.671 sogod-0.9[9729] Note(SOGoMailObject): using constant etag for mail parts: '"imap4url_0_9_126"'
2007-10-15 11:33:52.674 sogod-0.9[9729] Note: using SOGo mail spool folder: /tmp/
2007-10-15 11:33:52.676 sogod-0.9[9729] Note(SOGoMailBodyPart): using constant etag for mail parts: '"imap4url_0_9_126"'
2007-10-15 11:33:52.678 sogod-0.9[9729] Note: using drafts folder named:      '.Drafts/'
2007-10-15 11:33:52.678 sogod-0.9[9729] Note: using shared-folders name:      '(nil)'
2007-10-15 11:33:52.679 sogod-0.9[9729] Note: using other-users-folders name: '(nil)'
2007-10-15 11:33:52.680 sogod-0.9[9729] Note: using other-users-folders name: '(nil)'
Oct 15 11:33:52 sogod-0.9 [9729]: [WARN] [so-secinfo SOGoUserFolder] tried to declare object permission twice! (perm=view,private=no,public=no)
Oct 15 11:33:52 sogod-0.9 [9729]: [WARN] [so-secinfo SOGoUserFolder] tried to set default role of 'webdav access' twice! (set to (Authenticated))
Oct 15 11:33:52 sogod-0.9 [9729]: |SOGo-0.9| WOHttpAdaptor listening on address *:20000
********



.GNUstepDefaults:
********
{
    NSGlobalDomain = {
    };
    "sogod-0.9" = {
        AgenorProfileURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile";
        OCSFolderInfoURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info";
        SOGoAuthentificationMethod = LDAP;
        SOGoDefaultMailDomain = ltt.it;
        SOGoDraftsFolderName = ".Drafts/";
        SOGoFallbackIMAP4Server = imap.intranet.it;
        SOGoLDAPSources = (
            {
                CNFieldName = cn;
                IDFieldName = uid;
                UIDFieldName = uid;
                baseDN = "ou=People,ou=ltt.it,c=IT";
                bindDN = "uid=Manager,ou=Intranet,c=IT";
                bindFields = uid;
                bindPassword = *******;
                canAuthenticate = YES;
                displayName = "Rubrica LTT";
                hostname = ldap.intranet.it;
                id = public;
                isAddressBook = YES;
                port = 389;
            }
        );
        SOGoSentFolderName = ".Sent/";
        SOGoServerTimeZone = "Europe/Rome";
        SOGoSuperUsername = marcob;
        SOGoTrashFolderName = ".Trash/";
        SOGoUIxDebugEnabled = YES;
        WOMessageUseUTF8 = YES;
        WOParsersUseUTF8 = YES;
        WOPort = 20000;
        language = English;
    }
}

********
------=_Part_32079_19798908.1192442273862-- From sogo@opengroupware.org Mon Oct 15 11:18:29 2007 From: sogo@opengroupware.org (Chris Picton) Date: Mon, 15 Oct 2007 12:18:29 +0200 Subject: [SOGo] Building RPMS In-Reply-To: <1190279894.7086.7.camel@jabberwock> References: <1190279894.7086.7.camel@jabberwock> Message-ID: <1192443509.7784.6.camel@jabberwock> --=-gK1khBJkQSwdjghAubCH Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2007-09-20 at 11:18 +0200, Chris Picton wrote: > Hi >=20 > Can someone please point me to the script which is used to build RPMS. >=20 > I want to try patching a few things (courier IMAP support), but want > to keep using RPMS for my testing. Any links to the spec files? Chris ---------------------+-----------------------------------------------------= -- Chris Picton | PGP Key ID: 9D28A988 (wwwkeys.pgp.net) Technical Director | PGP Key Fingerprint: Tangent Systems | 2B46 29EA D530 79EC D9EA 3ED0 229D 6DD6 9D28 A988 011 447 8096 |=20 chrisp@tangent.co.za | http://www.tangent.co.za/keys/chrisp.asc ---------------------+-----------------------------------------------------= -- --=-gK1khBJkQSwdjghAubCH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBHEz51Ip1t1p0oqYgRAhGpAJ9MtlDsIJ3mZmgypy0BeeLD4DxI9ACgujbG dwcWmKIBA7DCAWpMvxA8EiE= =1qRR -----END PGP SIGNATURE----- --=-gK1khBJkQSwdjghAubCH-- From sogo@opengroupware.org Mon Oct 15 11:29:54 2007 From: sogo@opengroupware.org (Robert de Geus) Date: Mon, 15 Oct 2007 12:29:54 +0200 Subject: [SOGo] Sogo question Message-ID: <1192444194.18621.46.camel@toltech-5.toltech> --=-fyMQCp1ISUXYFUh/V1QV Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, I might ask some default questions here, but will ask them nevertheless: 1: What is the difference between SOGO and OGO? 2: Is SOGO periodically merging with OGO, or is it a permanent branch? 3: Does SOGO support the zidestore interface / groupdav? 4: Is SOGO more performant than OGO. 5: Could somebody publish a short howto for installing on Ubuntu. We would like to test SOGO. regards, Robert --=-fyMQCp1ISUXYFUh/V1QV Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Hi,
I might ask some default questions here, but will ask them nevertheless:
1: What is the difference between SOGO and OGO?
2: Is SOGO periodically merging with OGO, or is it a permanent branch?
3: Does SOGO support the zidestore interface / groupdav?
4: Is SOGO more performant than OGO.
5: Could somebody publish a short howto for installing on Ubuntu. We would like to test SOGO.
regards,
Robert

--=-fyMQCp1ISUXYFUh/V1QV-- From sogo@opengroupware.org Mon Oct 15 11:47:02 2007 From: sogo@opengroupware.org (Helge Hess) Date: Mon, 15 Oct 2007 12:47:02 +0200 Subject: [SOGo] Building RPMS In-Reply-To: <1192443509.7784.6.camel@jabberwock> References: <1190279894.7086.7.camel@jabberwock> <1192443509.7784.6.camel@jabberwock> Message-ID: <0C0A46AF-7DF3-4CC3-87FF-61D612DE19B4@opengroupware.org> On 15.10.2007, at 12:18, Chris Picton wrote: > Any links to the spec files? Would be nice if they could be placed into Svn. In SOPE/OGo we put them into a 'maintenance' subdirectory. Thanks, Helge -- Helge Hess http://www.helgehess.eu/ From sogo@opengroupware.org Mon Oct 15 12:08:11 2007 From: sogo@opengroupware.org (Helge Hess) Date: Mon, 15 Oct 2007 13:08:11 +0200 Subject: [SOGo] Sogo question In-Reply-To: <1192444194.18621.46.camel@toltech-5.toltech> References: <1192444194.18621.46.camel@toltech-5.toltech> Message-ID: <96E17D4D-F35B-4693-9B20-4984F641CFC4@opengroupware.org> On 15.10.2007, at 12:29, Robert de Geus wrote: > I might ask some default questions here, but will ask them > nevertheless: > 1: What is the difference between SOGO and OGO? OGo is a server which is/was designed for hundreds of users. It has a rather broad functionality and due to that a rather complex database schema. It doesn't really scale to 100.000 users (in *one* user database - you can reasonably make many OGo instances which add up to that many users, eg if you want to host multiple company servers on one system). SOGo was completely redesigned to support >60.000 users. Its database schema is very simple and can be distributed across database servers. The web interface is completely stateless, so you can easily run it in a cluster. etc etc. All stuff to drive >60.000 users ... Also, SOGo stores vCard and iCalendar entities directly in the database, which gives it a much better CalDAV/GroupDAV client interoperability. Finally, SOGo has a more modern UI than OGo. (though it provides much less functionality, basically exactly the same thing you find in PIM applications / iCal|vCard). [Note: less functionality is not necessarily bad :-), especially if you want to sync with native clients] http://www.ScalableOGo.org/ > 2: Is SOGO periodically merging with OGO, or is it a permanent branch? Its not even a branch. SOGo shares the SOPE application server as a basis with OGo (probably thats ~50% of the code which makes up SOGo and ~30% of OGo). The user interface, database layer and functionality is developed completely separate. (because the goals of the two are widely different) We *might* port the UI of SOGo over to OGo, but so far this hasn't happened (besides some experiments on the mailer which you can find in the dev version of OGo). > 3: Does SOGO support the zidestore interface / groupdav? SOGo has all ZideStore stuff builtin. In fact it just stores the GroupDAV entities as-is (and maintains an index over that so that the web interface can run the appropriate queries w/o parsing each entity). ZideStore is the OGo daemon which maps vCard/iCal to the internal OGo database structures. This isn't required for SOGo because its a 1:1 mapping, when vCards/iCals are written it just needs to maintain its index. All the WebDAV handling stuff is in SOPE, not ZideStore (so SOGo shares that with OGo/ZideStore). > 4: Is SOGO more performant than OGO. Depends on the specific functionality, but for almost all operations it is much faster (well it also does much less :-). It also scales much better for various reasons. Having said that, for the intended audience (~100 x n user installations) OGo is also very fast on todays hardware! BTW: do not mix up scalability with raw speed. They are related but not the same. Eg SOGo uses no session to cache per-transaction things while OGo massively uses that (resulting in strong memory requirements but good speed [more important in OGo because it does more stuff]). > 5: Could somebody publish a short howto for installing on Ubuntu. > We would like to test SOGO. You can test SOGo online, see the screenshots section on http://www.ScalableOGo.org/ Helge -- Helge Hess http://www.helgehess.eu/ From sogo@opengroupware.org Mon Oct 15 14:26:04 2007 From: sogo@opengroupware.org (Wolfgang Sourdeau) Date: Mon, 15 Oct 2007 09:26:04 -0400 Subject: [SOGo] Building RPMS In-Reply-To: <1192443509.7784.6.camel@jabberwock> Message-ID: <3efad5dcbbbf5bddf138ae4eb9f30076@mozzarella> On 2007-10-15 05:18:29 -0500 Chris Picton wrote: > On Thu, 2007-09-20 at 11:18 +0200, Chris Picton wrote: >> Hi >> >> Can someone please point me to the script which is used to build >> RPMS. >> >> I want to try patching a few things (courier IMAP support), but want >> to keep using RPMS for my testing. > > > Any links to the spec files? If you download the SRPMS and install them using "rpm -i file.src.rpm", the spec file will automatically be placed in /usr/src/redhat/SPECS/. The command-line to use them is however a bit complex, with many constant definition. In order, here they are: for SOPE: rpmbuild -ba sope.spec -D'sope_source sope.tar.gz' -D'sope_major_version 4' -D'sope_minor_version 7' -D'sope_version gnustep' -D'sope_release inverse1512' -D'sope_buildcount 1' -D'dist_suffix gnustep.rhel5' -D'sope_prefix /usr/GNUstep/System' -D'sope_makeflags all' -D'sope_version 4.7' for modngobjweb: rpmbuild -ba mod_ngobjweb_rhel5.spec -D'mod_ngobjweb_source mod_ngobjweb.tar.gz' -D'mod_ngobjweb_version 2.2.3' -D'mod_ngobjweb r1511' -D'mod_ngobjweb_buildcount 0' -D'dist_suffix rhel5' -D'mod_ngobjweb_release inverse1511' For SOGo and sope-cards: rpmbuild -D'sogo_source sogo.tar.gz' -D'sogo_major_version 0' -D'sogo_minor_version 9' -D'sogo_version 0.9' -D'sogo_release inverse20070718' -D'dist_suffix rhel5' -D'sogo_prefix /usr/GNUstep/System' -D'sope_major_version 4' -D'sope_minor_version 7' -D'sope_version 4.7' -D'sope_release 20070718' -ba sogo.spec rpmbuild -D'sogo_source sogo.tar.gz' -D'sogo_major_version 0' -D'sogo_minor_version 9' -D'sogo_version 0.9' -D'sogo_release inverse20070718' -D'dist_suffix rhel5' -D'sogo_prefix /usr/GNUstep/System' -D'sope_major_version 4' -D'sope_minor_version 7' -D'sope_version 4.7' -D'sope_release inverse20070718' -ba sope-cards.spec As you can see, the only variable constants really are sope_release, sogo_release and maybe sope_buildcount. The process is supposed to be simplified one day... Wolfgang From sogo@opengroupware.org Mon Oct 15 14:27:20 2007 From: sogo@opengroupware.org (javier david) Date: Mon, 15 Oct 2007 11:27:20 -0200 Subject: [SOGo] inverse branch compliation problem on gentoo linux In-Reply-To: References: Message-ID: <47136AB8.2000505@oriental-soft.com.uy> Ludovic Marcotte escribió: > Hi Javier, > >> thank you very much for your prompt reply. >> >> it worked!! SOGo is now running in my test environment on gentoo. >> great news about funambol. once i manage to get SOGo stable i'll get >> to work on that... >> >> i've been encountering a few runtime issues that i would like to ask >> you about: >> >> 1) i can login and view the empty calendar. i can also view the >> webmail interface, and preferences. any attempt to create an object >> or to view the address book produces an apache "internal system >> error" page, with sogo showing some variant of the following: > [snip] >> EXCEPTION: NAME:NSInvalidArgumentException >> REASON:PostgreSQL72Channel(instance) does not recognize >> createGCSFolderTableWithName: > > You have to applied our SOPE patch. You can now even get it from our > svn branch (SOPE/sope-patchset-r1544.diff) > > [snip] >> 2) we use courier-imap, not cyrus. i noticed some unexpected webmail >> behaviour in sogo with courier. it doesn't display any email or >> folders. i tested with cyrus and this appears to work better. i >> sniffed some packets going between SOGo and the imap server, and >> courier apparently responds differently than cyrus to the GETACL >> command. >> >> cyrus' response to a GETACL command includes the username as the >> second parameter (jdavid in my case). courier responds with "owner", >> as you can observe in command 4: >> >> >> 1 login "jdavid" "PASSWORD DELETED" >> 1 OK LOGIN Ok.. >> 2 list "" "" >> . >> * LIST (\Noselect) "." "". >> 2 OK LIST completed. >> 3 list "*" "*" >> . >> 3 OK LIST completed. >> >> 4 getacl "INBOX" >> * ACL "INBOX" "owner" "acdilrsw" "administrators" "acdilrsw". >> 4 OK GETACL completed.. >> >> . >> 5 getacl "INBOX" >> . >> * ACL "INBOX" "owner" "acdilrsw" "administrators" "acdilrsw". >> 5 OK GETACL completed.. >> >> are you interested in supporting courier-imap? > > Of course but try again after applying the SOPE patch, which also has > modifications for Courier. > >> if so, can i help in any way to get them to cooperate? > > You can send patches :) > >> 3) spanish locale - if a translation is lacking, can you give me any >> pointers as to where/how to contribute the required translation / >> language support? if a translation is available, where could i obtain >> it? > > Look at all Localizable.strings files - that should get you started! > Right now, there are only english, french and german translations. > > Ludo you were absolutly right, the SOPE patch fixed most problems. sorry i missed that on the site and posted this, i read the instructions many times but for some reason didn't catch on. i found the localization files and managed to test a few string translations.thank you. i'll be in touch regarding this when a spanish translation is reasonable advanced. webmail improved with the patch but still appears to have a few issues. i can't promise a patch as i am not familiar at all with ObjC etc., but i'll help in any way i can :). i'll look into the language if i can get around to it... once again thank you very much for all your help and support! i couldn't have gotten this far without it, and it really makes a huge difference towards our implementation. From sogo@opengroupware.org Mon Oct 15 14:31:05 2007 From: sogo@opengroupware.org (Wolfgang Sourdeau) Date: Mon, 15 Oct 2007 09:31:05 -0400 Subject: [SOGo] Sogo question In-Reply-To: <1192444194.18621.46.camel@toltech-5.toltech> Message-ID: Hi, > 5: Could somebody publish a short howto for installing on Ubuntu. We > would like to test SOGO. I second Helge Hess on most answers. For this one, I would suggest to ta= ke a look at: http://www.inverse.ca/contributions/sogo/documentation.html This is a howto which covers any source-based installation as well as so= me information regarding the RPMS. No .deb source is available yet. However we build our sources on Debian = so all the instructions should be correct for Ubuntu as well. --=20 Wolfgang Sourdeau T: +1 514 989-2000 ext. 2602 C: +1 514 755-3520 AVIS - Ce courriel pourrait contenir des renseignements confidentiels ou= privil=E9gi=E9s. Si vous n'en =EAtes pas le v=E9ritable destinataire, ve= uillez nous aviser imm=E9diatement. Merci. NOTICE - This e-mail may contain confidential or privileged information.= If you are not the intended recipient, please notify us immediately. Tha= nk you. From sogo@opengroupware.org Mon Oct 15 14:29:53 2007 From: sogo@opengroupware.org (Francis Lachapelle) Date: Mon, 15 Oct 2007 09:29:53 -0400 Subject: [SOGo] Building RPMS In-Reply-To: <0C0A46AF-7DF3-4CC3-87FF-61D612DE19B4@opengroupware.org> References: <1190279894.7086.7.camel@jabberwock> <1192443509.7784.6.camel@jabberwock> <0C0A46AF-7DF3-4CC3-87FF-61D612DE19B4@opengroupware.org> Message-ID: <47136B51.3000305@inverse.ca> On 15/10/07 06:47 AM, Helge Hess wrote: > On 15.10.2007, at 12:18, Chris Picton wrote: >> Any links to the spec files? > > Would be nice if they could be placed into Svn. In SOPE/OGo we put them > into a 'maintenance' subdirectory. I added it to the SVN repository last week: http://svn.opengroupware.org/SOGo/inverse/trunk/sogo.spec The package creation process currently requires to define a bunch of variables. Here's how the latest available RPMs were built under CentOS5: rpmbuild -D'sogo_source sogo-20071011.tar.gz' \ -D'sogo_major_version 0' \ -D'sogo_minor_version 9' \ -D'sogo_version 0.9' \ -D'sogo_release inverse20071011' \ -D'dist_suffix rhel5' \ -D'sogo_prefix /usr/GNUstep/System' \ -D'sope_major_version 4' \ -D'sope_minor_version 7' \ -D'sope_version 4.7' \ -D'sope_release 20071011' \ --nodeps \ -ba sogo.spec -- Francis From sogo@opengroupware.org Mon Oct 15 15:16:52 2007 From: sogo@opengroupware.org (Di Appoggio) Date: Mon, 15 Oct 2007 16:16:52 +0200 Subject: [SOGo] Re: Internal Server Error on Ubuntu 7.04 In-Reply-To: <6ED23E47-3654-460E-A71F-9E9FADA64357@opengroupware.org> References: <88d687aa0710071558jef83d41t144e641bc987f727@mail.gmail.com> <28462db2118ab759cccafe695140bf6b@miraclemax> <88d687aa0710150113q7257685dnc46af446daf10b08@mail.gmail.com> <6ED23E47-3654-460E-A71F-9E9FADA64357@opengroupware.org> Message-ID: <88d687aa0710150716l1bca5343g2658b38ef35f97d8@mail.gmail.com> ------=_Part_33269_6501980.1192457812776 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 2007/10/15, Helge Hess : > > On 15.10.2007, at 10:13, Di Appoggio wrote: > > I cannot write or forward or reply to email, each time I try to do it, > > an "Internal server error" occurs without log errors; > > This usually means that the daemon crashed. You should look into the > logfile what happened just before that and you might want to generate > a backtrace. > > Thanks, > Helge > > > -- > OpenGroupware.org SOGo > sogo@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/sogo > I forgot... I use qmail with ldap support for smtp and courier-imap for IMAP ------=_Part_33269_6501980.1192457812776 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

2007/10/15, Helge Hess <helge.hess@opengroupware.org>:
On 15.10.2007, at 10:13, Di Appoggio wrote:
> I cannot write or forward or reply to email, each time I try to do it,
> an "Internal server error" occurs without log errors;

This usually means that the daemon crashed. You should look into the
logfile what happened just before that and you might want to generate
a backtrace.

Thanks,
   Helge


--
OpenGroupware.org SOGo
sogo@opengroupware.org
http://mail.opengroupware.org/mailman/listinfo/sogo



I forgot... I use qmail with ldap support for smtp and courier-imap for IMAP
------=_Part_33269_6501980.1192457812776-- From sogo@opengroupware.org Mon Oct 15 15:20:46 2007 From: sogo@opengroupware.org (Wolfgang Sourdeau) Date: Mon, 15 Oct 2007 10:20:46 -0400 Subject: [SOGo] Re: Internal Server Error on Ubuntu 7.04 In-Reply-To: <88d687aa0710150716l1bca5343g2658b38ef35f97d8@mail.gmail.com> Message-ID: > I forgot... I use qmail with ldap support for smtp and courier-imap fo= r IMAP The output of the sogod process would be really useful to trace this err= or. Depending on how you run sogo, it is displayed on the terminal or in= /var/log/sogo/sogod.log. Can you send me this? Thanks! Wolfgang =20 --=20 Wolfgang Sourdeau T: +1 514 989-2000 ext. 2602 C: +1 514 755-3520 AVIS - Ce courriel pourrait contenir des renseignements confidentiels ou= privil=E9gi=E9s. Si vous n'en =EAtes pas le v=E9ritable destinataire, ve= uillez nous aviser imm=E9diatement. Merci. NOTICE - This e-mail may contain confidential or privileged information.= If you are not the intended recipient, please notify us immediately. Tha= nk you. From sogo@opengroupware.org Mon Oct 15 15:59:27 2007 From: sogo@opengroupware.org (DiAppoggio) Date: Mon, 15 Oct 2007 16:59:27 +0200 Subject: [SOGo] Re: Internal Server Error on Ubuntu 7.04 In-Reply-To: References: Message-ID: <4713804F.1040306@gmail.com> Wolfgang Sourdeau ha scritto: > >> I forgot... I use qmail with ldap support for smtp and courier-imap for IMAP >> > > The output of the sogod process would be really useful to trace this error. Depending on how you run sogo, it is displayed on the terminal or in /var/log/sogo/sogod.log. Can you send me this? > > Thanks! > > > Wolfgang > > > The log is on this thread some post away; anyway... (hope is usefule) Infact it crashes very badly :-( with a nasty "EXCEPTION: NAME:NSInvalidArgumentException REASON:SOGoMailFolder(instance) does not recognize newDraft". Below there is sogo output from my login to the attempt to write an email and my .GNUstepDefaults. SOGO OUTPUT: ******** Oct 15 11:33:09 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:09 GMT] "POST /SOGo/connect?userName=marcob&password=molossi17 HTTP/1.1" 204 0/0 0.007 - - 0 Oct 15 11:33:09 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:09 GMT] "GET /SOGo/marcob HTTP/1.1" 302 0/0 0.033 - - 44K Oct 15 11:33:10 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:10 GMT] "GET /SOGo/marcob/view HTTP/1.1" 302 0/0 0.014 - - 0 Oct 15 11:33:10 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:10 GMT] "GET /SOGo/so/marcob/Calendar HTTP/1.1" 302 0/0 0.014 - - 0 Oct 15 11:33:10 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian Oct 15 11:33:10 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... Oct 15 11:33:10 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... Oct 15 11:33:10 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... Oct 15 11:33:10 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... 2007-10-15 11:33:10.149 sogod-0.9[9539] User agent = Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.6) Gecko/20071002 Firefox/2.0.0.6 2007-10-15 11:33:10.339 sogod-0.9[9539] User agent = Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.6) Gecko/20071002 Firefox/2.0.0.6 192.168.5.33 - - [15/Oct/2007:11:33:10 GMT] "GET /SOGo/so/marcob/Calendar/view HTTP/1.1" 200 3719/0 0.311 20808 82% 736K 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=Italian%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework= SchedulerUI.SOGo HTTP/1.1" 200 10653/0 0.023 - - 0 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=Italian%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= HTTP/1.1" 304 0/0 0.004 - - 0 Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "GET /SOGo/so/marcob/jsonDefaults HTTP/1.1" 200 341/0 0.018 - - 0 Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "GET /SOGo/so/marcob/jsonSettings HTTP/1.1" 200 45/0 0.017 - - 0 Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "POST /SOGo/so/marcob/Calendar/personal/canAccessContent HTTP/1.1" 204 0/0 0.053 - - 0 Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "POST /SOGo/so/marcob/Calendar/eventslist?desc=&sort=&day=&filterpopup=view_today HTTP/1.1" 200 321/0 0.054 - - 0 Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "POST /SOGo/so/marcob/Calendar/taskslist?show-completed=0 HTTP/1.1" 200 2/0 0.044- - 0 Oct 15 11:33:11 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian Oct 15 11:33:11 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... Oct 15 11:33:11 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... Oct 15 11:33:11 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... Oct 15 11:33:11 sogod-0.9 [9539]: <0x0x84bbf50[WEStringTableManager]> missing translations directory ... 192.168.5.33 - - [15/Oct/2007:11:33:11 GMT] "POST /SOGo/so/marcob/Calendar/weekview HTTP/1.1" 200 1609/0 0.067 19894 91% 64K Oct 15 11:33:12 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:12 GMT] "POST /SOGo/so/marcob/Calendar/eventslist?sd=20071015&ed=20071021 HTTP/1.1" 200 321/0 0.046 - - 0 Oct 15 11:33:42 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:42 GMT] "GET /SOGo/so/marcob/Mail HTTP/1.1" 302 0/0 0.016 - - 0 Oct 15 11:33:42 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 2007-10-15 11:33:42.433 sogod-0.9[9539] User agent = Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.6) Gecko/20071002 Firefox/2.0.0.6 2007-10-15 11:33:42.586 sogod-0.9[9539] User agent = Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.6) Gecko/20071002 Firefox/2.0.0.6 192.168.5.33 - - [15/Oct/2007:11:33:42 GMT] "GET /SOGo/so/marcob/Mail/view HTTP/1.1" 200 2797/0 0.271 11820 76% 352K 192.168.5.33 - - [15/Oct/2007:11:33:43 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=Italian%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework= MailerUI.SOGo HTTP/1.1" 200 4269/0 0.013 - - 0 192.168.5.33 - - [15/Oct/2007:11:33:43 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=Italian%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= HTTP/1.1" 304 0/0 0.004 - - 0 Oct 15 11:33:43 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:43 GMT] "GET /SOGo/so/marcob/jsonDefaults HTTP/1.1" 200 341/0 0.021 - - 0 Oct 15 11:33:43 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:43 GMT] "GET /SOGo/so/marcob/jsonSettings HTTP/1.1" 200 45/0 0.016 - - 0 Oct 15 11:33:44 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:44 GMT] "POST /SOGo/so/marcob/Mail/marcob@imap.intranet.it /mailboxes HTTP/1.1" 200 934/0 0.175 6463 85% 4K Oct 15 11:33:44 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 2007-10-15 11:33:44.869 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 11:33:33 +0200') 2007-10-15 11:33:44.870 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 11:30:13 +0200') 2007-10-15 11:33:44.870 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 10:10:31 +0200') 2007-10-15 11:33:44.871 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 09:58:53 +0200') 2007-10-15 11:33:44.872 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 09:55:44 +0200') 2007-10-15 11:33:44.873 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 15 Oct 2007 09:21:05 +0200') 2007-10-15 11:33:44.874 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT-040' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '-040' (value='Fri, 12 Oct 2007 18:29:41 -0400') 2007-10-15 11:33:44.874 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 12 Oct 2007 15:48:00 +0200') 2007-10-15 11:33:44.876 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 12 Oct 2007 08:48:40 +0200') 2007-10-15 11:33:44.877 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 11 Oct 2007 13:22:38 +0200') 2007-10-15 11:33:44.878 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 11 Oct 2007 10:00:43 +0200') 2007-10-15 11:33:44.879 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 11 Oct 2007 09:52:43 +0200') 2007-10-15 11:33:44.879 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 10 Oct 2007 17:21:24 +0200') 2007-10-15 11:33:44.880 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 10 Oct 2007 17:12:22 +0200') 2007-10-15 11:33:44.881 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 10 Oct 2007 09:30:15 +0200') 2007-10-15 11:33:44.882 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 9 Oct 2007 12:59:36 +0200') 2007-10-15 11:33:44.884 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 09 Oct 2007 09:43:37 +0200') 2007-10-15 11:33:44.886 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 8 Oct 2007 14:56:55 +0200') 2007-10-15 11:33:44.887 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 08 Oct 2007 11:40:19 +0200') 2007-10-15 11:33:44.888 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 8 Oct 2007 11:42:39 +0200') 2007-10-15 11:33:44.992 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 04 Oct 2007 14:57:51 +0200') 2007-10-15 11:33:44.993 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 2 Oct 2007 17:51:28 +0200') 2007-10-15 11:33:44.994 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 01 Oct 2007 11:23:27 +0200') 2007-10-15 11:33:44.995 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 26 Sep 2007 15:32:59 +0200') 2007-10-15 11:33:44.996 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 25 Sep 2007 10:05:28 +0200') 2007-10-15 11:33:44.997 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 21 Sep 2007 13:19:38 +0200') 2007-10-15 11:33:44.998 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 21 Sep 2007 10:25:01 +0200') 2007-10-15 11:33:44.998 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 10 Sep 2007 21:40:50 +0200') 2007-10-15 11:33:44.999 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:44 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 04 Sep 2007 16:40:55 +0200') 2007-10-15 11:33:44.000 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 30 Aug 2007 13:25:28 +0200') 2007-10-15 11:33:45.001 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+000' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+000' (value='Thu, 19 Jul 2007 07:00:46 +0000') 2007-10-15 11:33:45.001 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Thu, 12 Jul 2007 09:29:46 +0200') 2007-10-15 11:33:45.002 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Wed, 11 Jul 2007 10:19:27 +0200') 2007-10-15 11:33:45.003 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Tue, 26 Jun 2007 17:05:00 +0200') 2007-10-15 11:33:45.004 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Fri, 22 Jun 2007 12:08:45 +0200') 2007-10-15 11:33:45.005 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+000' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+000' (value='Wed, 20 Jun 2007 11:34:18 +0000') 2007-10-15 11:33:45.006 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+000' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+000' (value='Wed, 20 Jun 2007 11:33:51 +0000') 2007-10-15 11:33:45.007 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+000' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+000' (value='Tue, 12 Jun 2007 07:00:35 +0000') 2007-10-15 11:33:45.008 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+020' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+020' (value='Mon, 7 May 2007 15:26:36 +0200') 2007-10-15 11:33:45.009 sogod-0.9[9539] parseTimeZone: RFC822 TZ Parser: expensive: 'GMT+010' Oct 15 11:33:45 sogod-0.9 [9539]: <0x0x85a2d68[NGMimeRFC822DateHeaderFieldParser]> WARNING: failed to parse RFC822 timezone: '+010' (value='Fri, 17 Nov 2006 13:14:39 +0100') 192.168.5.33 - - [15/Oct/2007:11:33:45 GMT] "POST /SOGo/so/marcob/Mail/marcob@imap.intranet.it /folderINBOX/view?noframe=1HTTP/1.1" 200 2832/0 0.537 25517 88% 292K Oct 15 11:33:45 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian 192.168.5.33 - - [15/Oct/2007:11:33:45 GMT] "POST /SOGo/so/marcob/Mail/marcob@imap.intranet.it /folderINBOX/quotas HTTP/1.1" 200 59/0 0.060 - - 0 Oct 15 11:33:52 sogod-0.9 [9539]: [ERROR] |SOGo-0.9| did not find Locale for language: Italian EXCEPTION: NAME:NSInvalidArgumentException REASON:SOGoMailFolder(instance) does not recognize newDraft ### child 9539 (#12) was terminated by signal 6 (uptime=4901s). 2007-10-15 11:33:52.390 sogod-0.9[9729] starting SOGo (build sogo@lfs200710150041 ) 2007-10-15 11:33:52.393 sogod-0.9[9729] Note: vmem size check enabled: shutting down app when vmem > 200 MB Oct 15 11:33:52 sogod-0.9 [9729]: SNS support disabled. Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> scanning SOGo products in: /home/sogo/GNUstep/Library/SOGo-0.9 Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: MainUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: Appointments.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: SchedulerUI.SOGo Oct 15 11:33:52 sogod-0.9 [9729]: <0x0x83305a8[SOGoProductLoader]> register SOGo product: MailerU