From users@opengroupware.org Thu Feb 1 03:32:41 2007 From: users@opengroupware.org (Helge Hess) Date: Thu, 1 Feb 2007 04:32:41 +0100 Subject: [OGo-Users] sence of var lib documents In-Reply-To: <20070130111712.248160@gmx.net> References: <20070130111712.248160@gmx.net> Message-ID: On Jan 30, 2007, at 12:17, Stegbauer wrote: > what are the reason's why this information are not stored in the > database? As Adam mentions, the primary reason is speed. Storing everything in one location would be nice, but the drawbacks are quite significant (still, though the decision was made ~10 years ago ;-). Greets, Helge PS: BLOB portability is not that much a reason, AFAIK we support BLOBs for all database adaptors. -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Thu Feb 1 14:14:28 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Thu, 01 Feb 2007 09:14:28 -0500 Subject: [OGo-Users] PDA / SyncML In-Reply-To: <1170280116.5446.61.camel@aleph.whitemice.org> References: <20070131153703.GE14652@squat.noreply.org> <1170280116.5446.61.camel@aleph.whitemice.org> Message-ID: <20070201091428.tkaf5l1oxwcsooo0@tyr.morrison.iserv.net> >> - using the outlook connector? (and then local with an cradle?) > Might work, I think there was a Bugzilla entry about this but I don't > know where it ended up. These seem to relate to this: http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=285 http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=567 I've got no idea what "Pocket Mirror" is, but according to #285 it might be an interesting thing to try. From users@opengroupware.org Thu Feb 1 14:35:13 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Thu, 01 Feb 2007 09:35:13 -0500 Subject: [OGo-Users] sence of var lib documents In-Reply-To: References: <20070130111712.248160@gmx.net> Message-ID: <20070201093513.226a557400ggkogk@tyr.morrison.iserv.net> >> what are the reason's why this information are not stored in the database? There is more information about document storage here - http://www.opengroupware.org/en/devs/docs/snippets/DocumentAPI/DocStorage.html So someone can create their own storage provide if they want. > As Adam mentions, the primary reason is speed. Storing everything in > one location would be nice, but the drawbacks are quite significant > (still, though the decision was made ~10 years ago ;-). > PS: BLOB portability is not that much a reason, AFAIK we support BLOBs > for all database adaptors. From users@opengroupware.org Thu Feb 1 15:21:33 2007 From: users@opengroupware.org (Florian Reitmeir) Date: Thu, 1 Feb 2007 16:21:33 +0100 Subject: [OGo-Users] PDA / SyncML In-Reply-To: <20070201091428.tkaf5l1oxwcsooo0@tyr.morrison.iserv.net> References: <20070131153703.GE14652@squat.noreply.org> <1170280116.5446.61.camel@aleph.whitemice.org> <20070201091428.tkaf5l1oxwcsooo0@tyr.morrison.iserv.net> Message-ID: <20070201152133.GZ2407@squat.noreply.org> On Don, 01 Feb 2007, Adam Tauno Williams wrote: > >>- using the outlook connector? (and then local with an cradle?) > >Might work, I think there was a Bugzilla entry about this but I don't > >know where it ended up. > > These seem to relate to this: > http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=285 > http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=567 > > I've got no idea what "Pocket Mirror" is, but according to #285 it > might be an interesting thing to try. ah.. thats bad, i hoped that a lokal sync would do in any case. -- Florian Reitmeir From users@opengroupware.org Thu Feb 1 17:08:22 2007 From: users@opengroupware.org (Andreas Gredler) Date: Thu, 1 Feb 2007 18:08:22 +0100 Subject: SOLVED: Re: [OGo-Users] Umlauts problem after upgrade In-Reply-To: <20070131081847.GB2407@squat.noreply.org> References: <20070129090238.GA31617@ultimate> <20070129111853.GN2407@squat.noreply.org> <20070131010820.GB8808@ultimate> <20070131081847.GB2407@squat.noreply.org> Message-ID: <20070201170822.GL8808@ultimate> On Wed, Jan 31, 2007 at 09:18:47AM +0100, Florian Reitmeir wrote: > On Mit, 31 Jän 2007, Andreas Gredler wrote: > > One problem remains. When I restore the database I get a couple of these > > messages: invalid byte sequence for encoding "UNICODE". > > It seems that the database doesn't get restored correctly because of > > this error (e.g. address table is empty). > > Tried iconv but it didn't help. Did you have the same problem? > > then.. > edit the dump and remove the line: > CLIENT ENCODING .. on the beginning > and use a tool like "recode" to recode the dump > recode LATIN1..UTF8 Thx a lot for your help. Finally it worked. Only one character was converted wrong. But this is ok since it was the test "TODO" that I created after the upgrade when all encodings where messed up. Finally all steps again: - su - root - # /etc/init.d/opengroupware.org stop - # exit - su - ogo - pg_dump ogo > dump_file - createdb -E UTF8 ogo-utf8 -O ogo -T template0 (-T template0 is mandatory) - recode -v LATIN1..UTF8 dump_file - cat dump_file | psql ogo-utf8 ogo - exit - su - root - Edit /etc/opengroupware.org/ogo/Defaults/NSGlobalDomain.plist to use the new database - # /etc/init.d/opengroupware.org start I simply used the new database instead of deleting the original one and dumping back with the same name again. In this case: Remember to change your backup scripts ;-) greets Jimmy -- Andreas "Jimmy" Gredler ,'"`. http://www.jimmy.co.at/ | jimmy@g-tec.co.at ( grml.org -» Linux Live-CD for texttool-users and sysadmins `._, http://www.grml.org/ | jimmy@grml.org From users@opengroupware.org Fri Feb 2 11:08:32 2007 From: users@opengroupware.org (Helge Hess) Date: Fri, 2 Feb 2007 12:08:32 +0100 Subject: SOLVED: Re: [OGo-Users] Umlauts problem after upgrade In-Reply-To: <20070201170822.GL8808@ultimate> References: <20070129090238.GA31617@ultimate> <20070129111853.GN2407@squat.noreply.org> <20070131010820.GB8808@ultimate> <20070131081847.GB2407@squat.noreply.org> <20070201170822.GL8808@ultimate> Message-ID: On Feb 1, 2007, at 18:08, Andreas Gredler wrote: > Finally all steps again: A cool place for reporting "solutions" is docs.opengroupware.org ;-) Thanks, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Fri Feb 2 12:46:00 2007 From: users@opengroupware.org (Michael Brown) Date: 02 Feb 2007 07:46:00 -0500 Subject: [OGo-Users] PDA: Pocket Mirror Message-ID: <3253247178.2881422@smtp.mail.yahoo.ca> Hi Folks! Adam and others were expressing Interest in Pocket Mirror. It's a 3rd party set of Outlook Conduits that blows the Palm ones out of the water. I use the pro version myself with a Treo 650, both at home (Outlook) and work (Outlook/Exchange). Very configurable and reliable; if you have to sync to Outlook with a Palm, this is the only way to go. www.chapura.com Hope this helps! /Mike __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From users@opengroupware.org Fri Feb 2 13:02:54 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Fri, 02 Feb 2007 08:02:54 -0500 Subject: [OGo-Users] PDA: Pocket Mirror In-Reply-To: <3253247178.2881422@smtp.mail.yahoo.ca> References: <3253247178.2881422@smtp.mail.yahoo.ca> Message-ID: <1170421374.5214.5.camel@aleph.whitemice.org> > Adam and others were expressing Interest in Pocket Mirror. It's a 3rd > party set of Outlook Conduits that blows the Palm ones out of the > water. I use the pro version myself with a Treo 650, both at home > (Outlook) and work (Outlook/Exchange). Very configurable and > reliable; if you have to sync to Outlook with a Palm, this is the only > way to go. > www.chapura.com Have you tested it with the ZideLook folders? They seem to also support Windows Mobile http://www.chapura.com/pmp_wm.php So this could be a simpler route than Funambol for those who don't want/need over-the-air. Again, it was - http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=285 - which *SUGGESTED* this might work (this was reported in late 2003, so it would be interesting to have someone test it on a current OGo / ZideLook). From users@opengroupware.org Fri Feb 2 23:23:51 2007 From: users@opengroupware.org (Stegbauer) Date: Sat, 03 Feb 2007 00:23:51 +0100 Subject: [OGo-Users] sence of var lib documents In-Reply-To: <1170160709.5937.7.camel@aleph.whitemice.org> References: <20070130111712.248160@gmx.net> <1170160709.5937.7.camel@aleph.whitemice.org> Message-ID: <20070202232351.200980@gmx.net> > Why would it be stored in the database? to have one place, where everything is stored. > - Filesystems are faster; usually much much faster. It is extremely > hard to beat a modern filesystem for straight-out performance. > - BLOB access methods are the least portable database access methods > - BLOBs frequently are the cause of database storage fragmentation, > buffer pool exhaustion, and can clog up transaction logs. > -- (Trust me, I'm an Informix Universal Server DBA; BLOBs can sack > your performance if not done very thoughtfully.) ok > Since all the access to content in OGo is through a logic layer there > aren't really any penalties to the current method. Applications use the > logic layer, or the logic layer via an RPC method, and the information > comes from the correct place. if you want more than one ogo application-server (different version, more performance) as you mentoined in an other email to, you have only half of the data. > And IMAP sieve scripts / vacation messages end up in the Cyrus IMAP > server's black box anyway. yes, but this is a one-way. so if you connect to the other server (like described above) ogo doesn't know anything about it, and creates a completly new/empty sieve script. but i think every solution has advantages/disadvantages, so its ok. (maybe locate /var/lib/opengroupware/documents on a nfs-share ;) greetings thomas -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail?ac=OM.GX.GX003K11713T4783a From users@opengroupware.org Sat Feb 3 22:47:30 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Sat, 03 Feb 2007 17:47:30 -0500 Subject: [OGo-Users] sence of var lib documents In-Reply-To: <20070202232351.200980@gmx.net> References: <20070130111712.248160@gmx.net> <1170160709.5937.7.camel@aleph.whitemice.org> <20070202232351.200980@gmx.net> Message-ID: <1170542850.4748.15.camel@aleph.whitemice.org> > > Why would it be stored in the database? > to have one place, where everything is stored. Understood. > > Since all the access to content in OGo is through a logic layer there > > aren't really any penalties to the current method. Applications use the > > logic layer, or the logic layer via an RPC method, and the information > > comes from the correct place. > if you want more than one ogo application-server (different version, > more performance) as you mentoined in an other email to, you have only half of the data. > but i think every solution has advantages/disadvantages, so its ok. > (maybe locate /var/lib/opengroupware/documents on a nfs-share ;) Yep, and that works well. But I'd recommend using a shared filesystem over shared media (GFS+iSCSI) vs. NFS for performance reasons. OGo doesn't ever seem to use range locking in its BLOB space, so either configuration should work fine. From users@opengroupware.org Sun Feb 4 19:25:25 2007 From: users@opengroupware.org (grepother) Date: Sun, 04 Feb 2007 20:25:25 +0100 Subject: [OGo-Users] Installation problems on Kubuntu Message-ID: <45C63325.40806@gmail.com> Hello, I have tried to install OGo on fresh installation of Kubuntu for client testing purposes, but failed due to apt-get errors. There have been several posts here in January concerning the same issue (failed installation on Sarge), but no replies concerning the installation problems. I am missing some basic knowledge or are the packages broken? I use this path for sources list: deb http://download.opengroupware.org/nightly/packages/debian sarge trunk and I get following errors: sudo apt-get install opengroupware.org Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: opengroupware.org: Depends: opengroupware.org1.1 but it is not going to be installed E: Broken packages grepfruit@grepfruit-desktop:~$ sudo apt-get install opengroupware.org1.1 Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: opengroupware.org1.1: Depends: opengroupware.org1.1-webui but it is not going to be installed Depends: opengroupware.org1.1-xmlrpcd but it is not going to be installed Depends: opengroupware.org-zidestore1.5 but it is not going to be installed E: Broken packages Can anyone provide some advices or ideas? Thank you very much. Libor From users@opengroupware.org Mon Feb 5 14:13:07 2007 From: users@opengroupware.org (Frank Reppin) Date: Mon, 05 Feb 2007 15:13:07 +0100 Subject: [OGo-Users] Installation problems on Kubuntu In-Reply-To: <45C63325.40806@gmail.com> References: <45C63325.40806@gmail.com> Message-ID: <45C73B73.5090604@opengroupware.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 grepother wrote: [...] > I have tried to install OGo on fresh installation of Kubuntu for client > testing purposes, but failed due to apt-get errors. There have been > several posts here in January concerning the same issue (failed > installation on Sarge), but no replies concerning the installation > problems. I am missing some basic knowledge or are the packages broken? > I use this path for sources list: > deb http://download.opengroupware.org/nightly/packages/debian sarge trunk This is correct. > and I get following errors: [errors] Hm weird. It works perfect as of now (just tested). The only reason I could imagine would be that you've tried to install OGo during the repo rebuild. Does it work for you now?! best wishes, frank - -- 43rd Law of Computing: Anything that can go wr fortune: Segmentation violation -- Core dumped -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFxzty9Atrv5KxwOwRAoMZAJ9ReKv5E4Ki+w0Rclks9Ot4jLgrxgCfSwR+ EwfBUaABOBx6HIxfdNtHbsA= =M0ln -----END PGP SIGNATURE----- From users@opengroupware.org Mon Feb 5 14:16:28 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Mon, 05 Feb 2007 09:16:28 -0500 Subject: [OGo-Users] Postgre fatal error after new install on Suse 10.2 In-Reply-To: <1170184522.4695.79.camel@aleph.whitemice.org> References: <1169830458.4971.14.camel@aleph.whitemice.org> <1169848725.4971.39.camel@aleph.whitemice.org> <1170041149.4348.11.camel@laptop02.whitemice.org> <1170077568.4716.2.camel@aleph.whitemice.org> <1170077859.4716.5.camel@aleph.whitemice.org> <1170084806.4716.7.camel@aleph.whitemice.org> <1170085091.4716.12.camel@aleph.whitemice.org> <16147DE2-282B-4245-97FE-AC0A71E88EDC@opengroupware.org> <1170167902.4695.34.camel@aleph.whitemice.org> <0A441BB6-B487-4492-A061-16ACDF35009B@opengroupware.org> <1170182857.4695.65.camel@aleph.whitemice.org> <95ECD410-7FF3-47DE-AC90-663BDDA40824@opengroupware.org> <1170183765.4695.73.camel@aleph.whitemice.org> <1170184522.4695.79.camel@aleph.whitemice.org> Message-ID: <1170684988.5086.20.camel@aleph.whitemice.org> On Tue, 2007-01-30 at 14:15 -0500, Adam Tauno Williams wrote: > On Tue, 2007-01-30 at 14:02 -0500, Adam Tauno Williams wrote: > > On Tue, 2007-01-30 at 19:56 +0100, Helge Hess wrote: > > > On Jan 30, 2007, at 19:47, Adam Tauno Williams wrote: > > > > testit.m:10: warning: ‘NSDate’ may not respond to > > > > ‘-descriptionWithCalendarFormat:’ > > > Ups, sorry. Use > > > id now = [NSCalendarDate date]; > > Already caught that one. :) > BTW, I've uploaded an attachment to bug#1828 if anyone wants to see the > problem. Maybe these two issues aren't related, but the coincidence is > pretty spectacular. Interesting, as before [ http://mail.opengroupware.org/pipermail/developer/2006-December/002798.html ], recompiling SOPE corrected the problem (make, make install, restart OGo). Recompiling OGo had no effect; I tried that first. Perhaps the openSUSE compilers and libobjc (libobjc41-4.1.2_20061115-5, gcc-objc-4.1.3-29, gcc41-objc-4.1.2_20061115-5) have some differences from previously used versions. I know SuSE 9.3 had libobjc-3.3.5-5. From users@opengroupware.org Mon Feb 5 14:55:41 2007 From: users@opengroupware.org (chris h) Date: Mon, 5 Feb 2007 09:55:41 -0500 Subject: [OGo-Users] Installation problems on Kubuntu In-Reply-To: <45C73B73.5090604@opengroupware.org> References: <45C63325.40806@gmail.com> <45C73B73.5090604@opengroupware.org> Message-ID: <200702050955.41438.chris123@magma.ca> On Monday 05 February 2007 09:13, Frank Reppin wrote: > grepother wrote: > [...] > > > I have tried to install OGo on fresh installation of Kubuntu for client > > testing purposes, but failed due to apt-get errors. There have been > > several posts here in January concerning the same issue (failed > > installation on Sarge), but no replies concerning the installation > > problems. I am missing some basic knowledge or are the packages broken? > > I use this path for sources list: > > deb http://download.opengroupware.org/nightly/packages/debian sarge trunk > > This is correct. I got the same errors a few days back. Updating today seemed to clean it up some however there are two issues that remain outstanding. Note: using the ogo-create-instance scripts to do the final installation. 1. broken sym link in /etc/apache2/conf.d ../,,/opengroupware.org-resources-1.1 (does not exist) 2. no entries in /etc/init.d/ whatesoever..:) How to do I check with apt if all dependencies are installed as Im new to apt. The standard install method was sudo apt-get install opengroupware.org which I would assume 'should' collect and install all dependenicies. This does not seem to be the case however on my install. Running Kubuntu edgy with updates. Regards /ch From users@opengroupware.org Mon Feb 5 15:33:43 2007 From: users@opengroupware.org (Frank Reppin) Date: Mon, 05 Feb 2007 16:33:43 +0100 Subject: [OGo-Users] Installation problems on Kubuntu In-Reply-To: <200702050955.41438.chris123@magma.ca> References: <45C63325.40806@gmail.com> <45C73B73.5090604@opengroupware.org> <200702050955.41438.chris123@magma.ca> Message-ID: <45C74E57.8090201@opengroupware.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Loas, chris h wrote: > On Monday 05 February 2007 09:13, Frank Reppin wrote: >> grepother wrote: >> [...] >> >>> I have tried to install OGo on fresh installation of Kubuntu for client >>> testing purposes, but failed due to apt-get errors. There have been >>> several posts here in January concerning the same issue (failed >>> installation on Sarge), but no replies concerning the installation >>> problems. I am missing some basic knowledge or are the packages broken? >>> I use this path for sources list: >>> deb http://download.opengroupware.org/nightly/packages/debian sarge trunk >> This is correct. > > I got the same errors a few days back. Updating today seemed to clean it up > some however there are two issues that remain outstanding. Note: using the > ogo-create-instance scripts to do the final installation. > > 1. broken sym link in /etc/apache2/conf.d > ../,,/opengroupware.org-resources-1.1 (does not exist) > > 2. no entries in /etc/init.d/ whatesoever..:) This might be due to Kubuntu using sash instead of bash and some incompatibilities between both (the ogo-create-instance script assumes /bin/sh to be /bin/bash). > How to do I check with apt if all dependencies are installed as Im new to apt. > The standard install method was sudo apt-get install opengroupware.org which > I would assume 'should' collect and install all dependenicies. This does not > seem to be the case however on my install. Running Kubuntu edgy with updates. It should fulfill them automatically - and would complain if it cannot do that. I'm currently downloading Kubuntu 6.10 for further tests... stay tuned. cheers, frank - -- 43rd Law of Computing: Anything that can go wr fortune: Segmentation violation -- Core dumped -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFx05W9Atrv5KxwOwRAtlPAKCP9pbbnfHP3DmHp+CIxv843Z5TPgCfcMV8 RuDXOOKfGBagaFP4oXG7Y/g= =YlDK -----END PGP SIGNATURE----- From users@opengroupware.org Mon Feb 5 15:42:28 2007 From: users@opengroupware.org (grepother) Date: Mon, 05 Feb 2007 16:42:28 +0100 Subject: [OGo-Users] Installation problems on Kubuntu In-Reply-To: <45C74E57.8090201@opengroupware.org> References: <45C63325.40806@gmail.com> <45C73B73.5090604@opengroupware.org> <200702050955.41438.chris123@magma.ca> <45C74E57.8090201@opengroupware.org> Message-ID: <45C75064.70901@gmail.com> Hello, I have tried again right know (including apt-get update), but it failed the same way as the last time. Thank you, I am curious, what the problem will be. Libor Frank Reppin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Loas, > > chris h wrote: >> On Monday 05 February 2007 09:13, Frank Reppin wrote: >>> grepother wrote: >>> [...] >>> >>>> I have tried to install OGo on fresh installation of Kubuntu for client >>>> testing purposes, but failed due to apt-get errors. There have been >>>> several posts here in January concerning the same issue (failed >>>> installation on Sarge), but no replies concerning the installation >>>> problems. I am missing some basic knowledge or are the packages broken? >>>> I use this path for sources list: >>>> deb http://download.opengroupware.org/nightly/packages/debian sarge trunk >>> This is correct. >> I got the same errors a few days back. Updating today seemed to clean it up >> some however there are two issues that remain outstanding. Note: using the >> ogo-create-instance scripts to do the final installation. >> >> 1. broken sym link in /etc/apache2/conf.d >> ../,,/opengroupware.org-resources-1.1 (does not exist) >> >> 2. no entries in /etc/init.d/ whatesoever..:) > > This might be due to Kubuntu using sash instead of bash and some > incompatibilities between both (the ogo-create-instance script assumes > /bin/sh to be /bin/bash). > >> How to do I check with apt if all dependencies are installed as Im new to apt. >> The standard install method was sudo apt-get install opengroupware.org which >> I would assume 'should' collect and install all dependenicies. This does not >> seem to be the case however on my install. Running Kubuntu edgy with updates. > > It should fulfill them automatically - and would complain if it cannot > do that. > I'm currently downloading Kubuntu 6.10 for further tests... > > stay tuned. > > cheers, > frank > > - -- > 43rd Law of Computing: > Anything that can go wr > fortune: Segmentation violation -- Core dumped > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFFx05W9Atrv5KxwOwRAtlPAKCP9pbbnfHP3DmHp+CIxv843Z5TPgCfcMV8 > RuDXOOKfGBagaFP4oXG7Y/g= > =YlDK > -----END PGP SIGNATURE----- From users@opengroupware.org Mon Feb 5 16:04:38 2007 From: users@opengroupware.org (Andrea Valota) Date: Mon, 5 Feb 2007 17:04:38 +0100 Subject: [OGo-Users] Client MSOutlook displays blank sender Message-ID: Sending a mail from Ogo (with an exim 3 smtp base) to a person whose email client is MSOutlook, results in having the "sender field" blank in the Outlook mask. This seems to be related on the fact that Ogo in writing email is creating the header FROM in the lower case way: "from" and not "From". In fact modifing the message before Outlook is getting it, and changing it "from" to "From", everything works fine. Now the point:... How can i tell Ogo to write From and not "from" in connecting to the smtp server?? Thanks a lot! From users@opengroupware.org Mon Feb 5 16:35:43 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Mon, 05 Feb 2007 11:35:43 -0500 Subject: [OGo-Users] Installation problems on Kubuntu In-Reply-To: <45C75064.70901@gmail.com> References: <45C63325.40806@gmail.com> <45C73B73.5090604@opengroupware.org> <200702050955.41438.chris123@magma.ca> <45C74E57.8090201@opengroupware.org> <45C75064.70901@gmail.com> Message-ID: <1170693343.5086.33.camel@aleph.whitemice.org> > I have tried again right know (including apt-get update), but it failed > the same way as the last time. Thank you, I am curious, what the problem > will be. Does APT cache any information, perhaps. > >>>> I have tried to install OGo on fresh installation of Kubuntu for client > >>>> testing purposes, but failed due to apt-get errors. There have been > >>>> several posts here in January concerning the same issue (failed > >>>> installation on Sarge), but no replies concerning the installation > >>>> problems. I am missing some basic knowledge or are the packages broken? > >>>> I use this path for sources list: > >>>> deb http://download.opengroupware.org/nightly/packages/debian sarge trunk > >>> This is correct. > >> I got the same errors a few days back. Updating today seemed to clean it up > >> some however there are two issues that remain outstanding. Note: using the > >> ogo-create-instance scripts to do the final installation. > >> 1. broken sym link in /etc/apache2/conf.d > >> ../,,/opengroupware.org-resources-1.1 (does not exist) > >> 2. no entries in /etc/init.d/ whatesoever..:) > > This might be due to Kubuntu using sash instead of bash and some > > incompatibilities between both (the ogo-create-instance script assumes > > /bin/sh to be /bin/bash). > >> How to do I check with apt if all dependencies are installed as Im new to apt. > >> The standard install method was sudo apt-get install opengroupware.org which > >> I would assume 'should' collect and install all dependenicies. This does not > >> seem to be the case however on my install. Running Kubuntu edgy with updates. > > It should fulfill them automatically - and would complain if it cannot > > do that. > > I'm currently downloading Kubuntu 6.10 for further tests... From users@opengroupware.org Mon Feb 5 16:37:21 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Mon, 05 Feb 2007 11:37:21 -0500 Subject: [OGo-Users] Client MSOutlook displays blank sender In-Reply-To: References: Message-ID: <1170693441.5086.35.camel@aleph.whitemice.org> On Mon, 2007-02-05 at 17:04 +0100, Andrea Valota wrote: > Sending a mail from Ogo (with an exim 3 smtp base) to a person whose email > client is MSOutlook, results in having the "sender field" blank in the > Outlook mask. This seems to be related on the fact that Ogo in writing email > is creating the header FROM in the lower case way: "from" and not "From". In > fact modifing the message before Outlook is getting it, and changing it > "from" to "From", everything works fine. > Now the point:... How can i tell Ogo to write From and not "from" in > connecting to the smtp server?? What version of OGo? From users@opengroupware.org Mon Feb 5 16:47:11 2007 From: users@opengroupware.org (Andrea Valota) Date: Mon, 5 Feb 2007 17:47:11 +0100 Subject: [OGo-Users] Client MSOutlook displays blank sender In-Reply-To: <1170693441.5086.35.camel@aleph.whitemice.org> Message-ID: The version is 1.1=20 -----Original Message----- From: users-admin@opengroupware.org = [mailto:users-admin@opengroupware.org] On Behalf Of Adam Tauno Williams Sent: luned=EC 5 febbraio 2007 17.37 To: users@opengroupware.org Subject: Re: [OGo-Users] Client MSOutlook displays blank sender On Mon, 2007-02-05 at 17:04 +0100, Andrea Valota wrote: > Sending a mail from Ogo (with an exim 3 smtp base) to a person whose=20 > email client is MSOutlook, results in having the "sender field" blank=20 > in the Outlook mask. This seems to be related on the fact that Ogo in=20 > writing email is creating the header FROM in the lower case way:=20 > "from" and not "From". In fact modifing the message before Outlook is=20 > getting it, and changing it "from" to "From", everything works fine. > Now the point:... How can i tell Ogo to write From and not "from" in=20 > connecting to the smtp server?? What version of OGo? -- OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Mon Feb 5 17:17:05 2007 From: users@opengroupware.org (Sebastian Reitenbach) Date: Mon, 05 Feb 2007 17:17:05 -0000 Subject: [OGo-Users] unable to send links from ogo webinterface after upgrade Message-ID: <20070205171705.439A047446@ogo2.dmz.intern> Hi all, after the upgrade to 1.1.6 it seems impossible for some of my users to click on the send button to send links of contacts/documents .... But this is not true for all users, some can send without a problem. SKYRIX: Could not execute command mail for types: <NGMimeType:eo-gid/doc> I know that she is the project lead of the project, and that there are no special permissions assigned to the file, which should not affect her either, because she is project lead. I am not sure whether this is the only file, where she has trouble or this is a general problem of her, I'll know that tomorrow. kind regards Sebastian From users@opengroupware.org Mon Feb 5 18:10:43 2007 From: users@opengroupware.org (Helge Hess) Date: Mon, 5 Feb 2007 19:10:43 +0100 Subject: [OGo-Users] Installation problems on Kubuntu In-Reply-To: <45C74E57.8090201@opengroupware.org> References: <45C63325.40806@gmail.com> <45C73B73.5090604@opengroupware.org> <200702050955.41438.chris123@magma.ca> <45C74E57.8090201@opengroupware.org> Message-ID: On Feb 5, 2007, at 16:33, Frank Reppin wrote: > This might be due to Kubuntu using sash instead of bash and some > incompatibilities between both (the ogo-create-instance script assumes > /bin/sh to be /bin/bash). Ah, sure. Ubuntu uses sash as the default shell which is quite likely an issue. Greets, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Mon Feb 5 18:23:31 2007 From: users@opengroupware.org (Helge Hess) Date: Mon, 5 Feb 2007 19:23:31 +0100 Subject: [OGo-Users] Postgre fatal error after new install on Suse 10.2 In-Reply-To: <1170684988.5086.20.camel@aleph.whitemice.org> References: <1169830458.4971.14.camel@aleph.whitemice.org> <1169848725.4971.39.camel@aleph.whitemice.org> <1170041149.4348.11.camel@laptop02.whitemice.org> <1170077568.4716.2.camel@aleph.whitemice.org> <1170077859.4716.5.camel@aleph.whitemice.org> <1170084806.4716.7.camel@aleph.whitemice.org> <1170085091.4716.12.camel@aleph.whitemice.org> <16147DE2-282B-4245-97FE-AC0A71E88EDC@opengroupware.org> <1170167902.4695.34.camel@aleph.whitemice.org> <0A441BB6-B487-4492-A061-16ACDF35009B@opengroupware.org> <1170182857.4695.65.camel@aleph.whitemice.org> <95ECD410-7FF3-47DE-AC90-663BDDA40824@opengroupware.org> <1170183765.4695.73.camel@aleph.whitemice.org> <1170184522.4695.79.camel@aleph.whitemice.org> <1170684988.5086.20.cam el@aleph.whitemice.org> Message-ID: <41F3E9D5-F42F-40F2-85EF-234C6E491070@opengroupware.org> On Feb 5, 2007, at 15:16, Adam Tauno Williams wrote: > Interesting, as before > [ http://mail.opengroupware.org/pipermail/developer/2006-December/ > 002798.html ], recompiling SOPE corrected the problem (make, make > install, restart OGo). Recompiling OGo had no effect; I tried that > first. Could be that you updated to the most recent version, which fixed some memory bug (different place, but possibly it affected your issue as well). > Perhaps the openSUSE compilers and libobjc > (libobjc41-4.1.2_20061115-5, > gcc-objc-4.1.3-29, gcc41-objc-4.1.2_20061115-5) have some differences > from previously used versions. I know SuSE 9.3 had libobjc-3.3.5-5. Hm, you are installing SuSE 9.3 RPM packages on SuSE 10.2? Well, thats unlikely to work out. I don't think that libobjc itself changed, but possibly the ABI or some core library. Greets, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Mon Feb 5 18:42:20 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Mon, 05 Feb 2007 13:42:20 -0500 Subject: [OGo-Users] Postgre fatal error after new install on Suse 10.2 In-Reply-To: <41F3E9D5-F42F-40F2-85EF-234C6E491070@opengroupware.org> References: <1169830458.4971.14.camel@aleph.whitemice.org> <1169848725.4971.39.camel@aleph.whitemice.org> <1170041149.4348.11.camel@laptop02.whitemice.org> <1170077568.4716.2.camel@aleph.whitemice.org> <1170077859.4716.5.camel@aleph.whitemice.org> <1170084806.4716.7.camel@aleph.whitemice.org> <1170085091.4716.12.camel@aleph.whitemice.org> <16147DE2-282B-4245-97FE-AC0A71E88EDC@opengroupware.org> <1170167902.4695.34.camel@aleph.whitemice.org> <0A441BB6-B487-4492-A061-16ACDF35009B@opengroupware.org> <1170182857.4695.65.camel@aleph.whitemice.org> <95ECD410-7FF3-47DE-AC90-663BDDA40824@opengroupware.org> <1170183765.4695.73.camel@aleph.whitemice.org> <1170184522.4695.79.camel@aleph.whitemice.org> <1170684988.5086.20.cam el@aleph.whitemice.org> <41F3E9D5-F42F-40F2-85EF-234C6E491070@opengroupware.org> Message-ID: <1170700940.5086.45.camel@aleph.whitemice.org> > > Interesting, as before > > [ http://mail.opengroupware.org/pipermail/developer/2006-December/ > > 002798.html ], recompiling SOPE corrected the problem (make, make > > install, restart OGo). Recompiling OGo had no effect; I tried that > > first. > Could be that you updated to the most recent version, which fixed > some memory bug (different place, but possibly it affected your issue > as well). > > Perhaps the openSUSE compilers and libobjc > > (libobjc41-4.1.2_20061115-5, > > gcc-objc-4.1.3-29, gcc41-objc-4.1.2_20061115-5) have some differences > > from previously used versions. I know SuSE 9.3 had libobjc-3.3.5-5. > Hm, you are installing SuSE 9.3 RPM packages on SuSE 10.2? Well, > thats unlikely to work out. No, SuSE 9.3 packages on SuSE 9.3; but openSUSE 10.0 packages are on openSUSE 10.2 since openSUSE 10.0 are the most recent packages being built. Up until very recently it worked, although I do understand that it can go wrong. I'm seeing the odd time rendering in different places. On SuSE 9.3 http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1828 and on openSUSE 10.2 the issue described in this thread. On SuSE 9.3 I see dates/times like - Starttime: Thursday, %Y-%m-%d %H:%M %Z End Time: Thursday, %Y-%m-%d %H:%M %Z - in the WebUI Which seems strikingly similar to what is happening here. > I don't think that libobjc itself changed, but possibly the ABI or > some core library. From users@opengroupware.org Mon Feb 5 18:52:19 2007 From: users@opengroupware.org (chris h) Date: Mon, 5 Feb 2007 13:52:19 -0500 Subject: [OGo-Users] Installation problems on Kubuntu In-Reply-To: References: <45C63325.40806@gmail.com> <45C74E57.8090201@opengroupware.org> Message-ID: <200702051352.20474.chris123@magma.ca> On Monday 05 February 2007 13:10, Helge Hess wrote: > On Feb 5, 2007, at 16:33, Frank Reppin wrote: > > This might be due to Kubuntu using sash instead of bash and some > > incompatibilities between both (the ogo-create-instance script assumes > > /bin/sh to be /bin/bash). > > Ah, sure. Ubuntu uses sash as the default shell which is quite likely > an issue. and Kubuntu uses pico. On my system however this has been corrected to use bash thanks to a post from Florian from 11/16/06 and following thread. regards /ch From users@opengroupware.org Mon Feb 5 18:56:57 2007 From: users@opengroupware.org (chris h) Date: Mon, 5 Feb 2007 13:56:57 -0500 Subject: [OGo-Users] Installation problems on Kubuntu In-Reply-To: References: <45C63325.40806@gmail.com> <45C74E57.8090201@opengroupware.org> Message-ID: <200702051356.57773.chris123@magma.ca> On Monday 05 February 2007 13:10, Helge Hess wrote: > On Feb 5, 2007, at 16:33, Frank Reppin wrote: > > This might be due to Kubuntu using sash instead of bash and some > > incompatibilities between both (the ogo-create-instance script assumes > > /bin/sh to be /bin/bash). > > Ah, sure. Ubuntu uses sash as the default shell which is quite likely > an issue. Apologies that was supposed to be dash not pico. Florian was kind enough to attach a patch for Kubuntu users, attached to post dated 11/17/06. Search for "Kubuntu Edgy Install" as this has been dealt with once already. However this recent issue seems new (to me at least) Having said that, my system shell has been reset to bash. Hay it works for me all these years so why not stick with it. Finally perhaps a more appropriate place for the patch would be on the bug tracker or docs on a personal page. Nice if they were linked. regards /ch From users@opengroupware.org Tue Feb 6 09:42:08 2007 From: users@opengroupware.org (Florian Reitmeir) Date: Tue, 6 Feb 2007 10:42:08 +0100 Subject: [OGo-Users] Installation problems on Kubuntu In-Reply-To: <200702050955.41438.chris123@magma.ca> References: <45C63325.40806@gmail.com> <45C73B73.5090604@opengroupware.org> <200702050955.41438.chris123@magma.ca> Message-ID: <20070206094208.GB10533@squat.noreply.org> Hi, On Mon, 05 Feb 2007, chris h wrote: > > > I have tried to install OGo on fresh installation of Kubuntu for client > > > testing purposes, but failed due to apt-get errors. There have been > > > several posts here in January concerning the same issue (failed > > > installation on Sarge), but no replies concerning the installation > > > problems. I am missing some basic knowledge or are the packages broken? > > > I use this path for sources list: > > > deb http://download.opengroupware.org/nightly/packages/debian sarge trunk > > > > This is correct. > > I got the same errors a few days back. Updating today seemed to clean it up > some however there are two issues that remain outstanding. Note: using the > ogo-create-instance scripts to do the final installation. > > 1. broken sym link in /etc/apache2/conf.d > ../,,/opengroupware.org-resources-1.1 (does not exist) did you have apache _and_ apache2 installed at the same time? a common error i think is, that the "recommends" and "suggestions" will include the normal apache server by the installation. if the two are installed, apache1 is configured, but never starts because apache2 already block the port 80. > 2. no entries in /etc/init.d/ whatesoever..:) thats strange.. > > How to do I check with apt if all dependencies are installed as Im new to apt. > The standard install method was sudo apt-get install opengroupware.org which > I would assume 'should' collect and install all dependenicies. This does not > seem to be the case however on my install. Running Kubuntu edgy with updates. -- Florian Reitmeir From users@opengroupware.org Tue Feb 6 09:46:10 2007 From: users@opengroupware.org (Florian Reitmeir) Date: Tue, 6 Feb 2007 10:46:10 +0100 Subject: [OGo-Users] Installation problems on Kubuntu In-Reply-To: References: <45C63325.40806@gmail.com> <45C73B73.5090604@opengroupware.org> <200702050955.41438.chris123@magma.ca> <45C74E57.8090201@opengroupware.org> Message-ID: <20070206094610.GC10533@squat.noreply.org> On Mon, 05 Feb 2007, Helge Hess wrote: > On Feb 5, 2007, at 16:33, Frank Reppin wrote: > >This might be due to Kubuntu using sash instead of bash and some > >incompatibilities between both (the ogo-create-instance script assumes > >/bin/sh to be /bin/bash). > > Ah, sure. Ubuntu uses sash as the default shell which is quite likely > an issue. its then a debian issue.. alle debian install/start-up-scripts have the be posix compatible, and bash is not in all its features compatible. For a long time bash was the default shell, but for boot-speed and memory reasons a small but posix compatible shell was choosen. I think its only a matter of time until redhat/suse switch also. -- Florian Reitmeir From users@opengroupware.org Tue Feb 6 09:59:54 2007 From: users@opengroupware.org (Andrea Valota) Date: Tue, 6 Feb 2007 10:59:54 +0100 Subject: [OGo-Users] Client MSOutlook displays blank sender In-Reply-To: <1170693441.5086.35.camel@aleph.whitemice.org> Message-ID: The version is 1.1.. Any clue?=20 -----Original Message----- From: users-admin@opengroupware.org = [mailto:users-admin@opengroupware.org] On Behalf Of Adam Tauno Williams Sent: luned=EC 5 febbraio 2007 17.37 To: users@opengroupware.org Subject: Re: [OGo-Users] Client MSOutlook displays blank sender On Mon, 2007-02-05 at 17:04 +0100, Andrea Valota wrote: > Sending a mail from Ogo (with an exim 3 smtp base) to a person whose=20 > email client is MSOutlook, results in having the "sender field" blank=20 > in the Outlook mask. This seems to be related on the fact that Ogo in=20 > writing email is creating the header FROM in the lower case way:=20 > "from" and not "From". In fact modifing the message before Outlook is=20 > getting it, and changing it "from" to "From", everything works fine. > Now the point:... How can i tell Ogo to write From and not "from" in=20 > connecting to the smtp server?? What version of OGo? -- OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Tue Feb 6 18:41:14 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Tue, 06 Feb 2007 13:41:14 -0500 Subject: [OGo-Users] Client MSOutlook displays blank sender In-Reply-To: References: Message-ID: <1170787274.6764.416.camel@aleph.whitemice.org> > The version is 1.1.. > Any clue? SOutlook displays blank sender > > Sending a mail from Ogo (with an exim 3 smtp base) to a person whose > > email client is MSOutlook, results in having the "sender field" blank > > in the Outlook mask. This seems to be related on the fact that Ogo in > > writing email is creating the header FROM in the lower case way: > > "from" and not "From". In fact modifing the message before Outlook is > > getting it, and changing it "from" to "From", everything works fine. > > Now the point:... How can i tell Ogo to write From and not "from" in > > connecting to the smtp server?? > What version of OGo? I doubt you can change this via a Default or setting. Are you using a fairly recent version of Outlook? And are talking about Outlook or Outlook Express? Outlook used to have lots of interoperability problems with the Internet, recent versions have cleaned up allot. --- According to RFC822 (section 3.4.7) your version of Outlook is clearly in the wrong in this case: When matching any other syntactic unit, case is to be ignored. For example, the field-names "From", "FROM", "from", and even"FroM" are semantically equal and should all be treated identically. --- WOMailDelivery, from SOPE, looks like it uses "from". And I'm just *assuming* that OGoWebMail uses that. From users@opengroupware.org Tue Feb 6 19:56:40 2007 From: users@opengroupware.org (grepother) Date: Tue, 06 Feb 2007 20:56:40 +0100 Subject: [OGo-Users] Installation problems on Kubuntu In-Reply-To: <1170693343.5086.33.camel@aleph.whitemice.org> References: <45C63325.40806@gmail.com> <45C73B73.5090604@opengroupware.org> <200702050955.41438.chris123@magma.ca> <45C74E57.8090201@opengroupware.org> <45C75064.70901@gmail.com> <1170693343.5086.33.camel@aleph.whitemice.org> Message-ID: <45C8DD78.9040906@gmail.com> Hello, it should re-download information about packages when apt-get update is issued and there is also a switch to clear downloaded packages cache(which I have used, but it shouldn't matter as the error is shown before the packages are downloaded). Libor Adam Tauno Williams wrote: >> I have tried again right know (including apt-get update), but it failed >> the same way as the last time. Thank you, I am curious, what the problem >> will be. > > Does APT cache any information, perhaps. > >>>>>> I have tried to install OGo on fresh installation of Kubuntu for client >>>>>> testing purposes, but failed due to apt-get errors. There have been >>>>>> several posts here in January concerning the same issue (failed >>>>>> installation on Sarge), but no replies concerning the installation >>>>>> problems. I am missing some basic knowledge or are the packages broken? >>>>>> I use this path for sources list: >>>>>> deb http://download.opengroupware.org/nightly/packages/debian sarge trunk >>>>> This is correct. >>>> I got the same errors a few days back. Updating today seemed to clean it up >>>> some however there are two issues that remain outstanding. Note: using the >>>> ogo-create-instance scripts to do the final installation. >>>> 1. broken sym link in /etc/apache2/conf.d >>>> ../,,/opengroupware.org-resources-1.1 (does not exist) >>>> 2. no entries in /etc/init.d/ whatesoever..:) >>> This might be due to Kubuntu using sash instead of bash and some >>> incompatibilities between both (the ogo-create-instance script assumes >>> /bin/sh to be /bin/bash). >>>> How to do I check with apt if all dependencies are installed as Im new to apt. >>>> The standard install method was sudo apt-get install opengroupware.org which >>>> I would assume 'should' collect and install all dependenicies. This does not >>>> seem to be the case however on my install. Running Kubuntu edgy with updates. >>> It should fulfill them automatically - and would complain if it cannot >>> do that. >>> I'm currently downloading Kubuntu 6.10 for further tests... > From users@opengroupware.org Wed Feb 7 00:44:36 2007 From: users@opengroupware.org (Andrea Valota) Date: Wed, 7 Feb 2007 01:44:36 +0100 Subject: [OGo-Users] Client MSOutlook displays blank sender In-Reply-To: <1170787274.6764.416.camel@aleph.whitemice.org> Message-ID: I've made a test, and changed the hex code of OGoMailEditor, in order to have From, To and so on. The mail was sent as requested, but the results = did not change: still having blank subject in MSOutlook. Btw, it's MS Outlook 2003, with sp2.. The only other difference with other emails not providing the same = problem is that there are some empty lines left: *beginmessage******************************************************* X-Mailer: OpenGroupware.org MIME-Version: 1.0 from: "Andrea Valota" to: andrea.valota@euroristoro.com reply-to: "Andrea Valota" content-type: text/plain; charset=3D"us-ascii" date: Wed, 07 Feb 2007 00:48:19 -0000 content-transfer-encoding: 7bit content-length: 2 Message-Id: Sender: "OpenGroupware.org" X-Euroristoro-MailScanner: Found to be clean X-Euroristoro-MailScanner-From: ogo@mail.euroristoro.com Subject: test14 *endmessage******************************************************** As you see there are some empty lines... Any other clue?? -----Original Message----- From: users-admin@opengroupware.org = [mailto:users-admin@opengroupware.org] On Behalf Of Adam Tauno Williams Sent: marted=EC 6 febbraio 2007 19.41 To: users@opengroupware.org Subject: RE: [OGo-Users] Client MSOutlook displays blank sender > The version is 1.1.. > Any clue? SOutlook displays blank sender > > Sending a mail from Ogo (with an exim 3 smtp base) to a person whose = > > email client is MSOutlook, results in having the "sender field"=20 > > blank in the Outlook mask. This seems to be related on the fact that = > > Ogo in writing email is creating the header FROM in the lower case = way: > > "from" and not "From". In fact modifing the message before Outlook=20 > > is getting it, and changing it "from" to "From", everything works = fine. > > Now the point:... How can i tell Ogo to write From and not "from" in = > > connecting to the smtp server?? > What version of OGo? I doubt you can change this via a Default or setting. Are you using a fairly recent version of Outlook? And are talking about Outlook or Outlook Express? Outlook used to have lots of interoperability problems with the Internet, recent versions have cleaned up allot. --- According to RFC822 (section 3.4.7) your version of Outlook is clearly in the wrong in this case: When matching any other syntactic unit, case is to be ignored. For example, the field-names "From", "FROM", "from", and even"FroM" are semantically equal and should all be treated identically. --- WOMailDelivery, from SOPE, looks like it uses "from". And I'm just *assuming* that OGoWebMail uses that. --=20 OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Wed Feb 7 00:47:48 2007 From: users@opengroupware.org (Andrea Valota) Date: Wed, 7 Feb 2007 01:47:48 +0100 Subject: [OGo-Users] Client MSOutlook displays blank sender In-Reply-To: Message-ID: Further btw... With MS outlook Express NO PROBLEM!!!=20 -----Original Message----- From: users-admin@opengroupware.org = [mailto:users-admin@opengroupware.org] On Behalf Of Andrea Valota Sent: mercoled=EC 7 febbraio 2007 1.45 To: users@opengroupware.org Subject: RE: [OGo-Users] Client MSOutlook displays blank sender I've made a test, and changed the hex code of OGoMailEditor, in order to have From, To and so on. The mail was sent as requested, but the results = did not change: still having blank subject in MSOutlook. Btw, it's MS Outlook 2003, with sp2.. The only other difference with other emails not providing the same = problem is that there are some empty lines left: *beginmessage******************************************************* X-Mailer: OpenGroupware.org MIME-Version: 1.0 from: "Andrea Valota" to: andrea.valota@euroristoro.com reply-to: "Andrea Valota" content-type: text/plain; charset=3D"us-ascii" date: Wed, 07 Feb 2007 00:48:19 -0000 content-transfer-encoding: 7bit content-length: 2 Message-Id: Sender: "OpenGroupware.org" X-Euroristoro-MailScanner: Found to be clean X-Euroristoro-MailScanner-From: ogo@mail.euroristoro.com Subject: test14 *endmessage******************************************************** As you see there are some empty lines... Any other clue?? -----Original Message----- From: users-admin@opengroupware.org = [mailto:users-admin@opengroupware.org] On Behalf Of Adam Tauno Williams Sent: marted=EC 6 febbraio 2007 19.41 To: users@opengroupware.org Subject: RE: [OGo-Users] Client MSOutlook displays blank sender > The version is 1.1.. > Any clue? SOutlook displays blank sender > > Sending a mail from Ogo (with an exim 3 smtp base) to a person whose = > > email client is MSOutlook, results in having the "sender field" > > blank in the Outlook mask. This seems to be related on the fact that = > > Ogo in writing email is creating the header FROM in the lower case = way: > > "from" and not "From". In fact modifing the message before Outlook=20 > > is getting it, and changing it "from" to "From", everything works = fine. > > Now the point:... How can i tell Ogo to write From and not "from" in = > > connecting to the smtp server?? > What version of OGo? I doubt you can change this via a Default or setting. Are you using a fairly recent version of Outlook? And are talking about Outlook or Outlook Express? Outlook used to have lots of interoperability problems with the Internet, recent versions have cleaned up allot. --- According to RFC822 (section 3.4.7) your version of Outlook is clearly in the wrong in this case: When matching any other syntactic unit, case is to be ignored. For example, the field-names "From", "FROM", "from", and even"FroM" are semantically equal and should all be treated identically. --- WOMailDelivery, from SOPE, looks like it uses "from". And I'm just *assuming* that OGoWebMail uses that. --=20 OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users --=20 OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Wed Feb 7 01:51:13 2007 From: users@opengroupware.org (Antony Gelberg) Date: Wed, 07 Feb 2007 01:51:13 +0000 Subject: [OGo-Users] Task questions Message-ID: <45C93091.608@wayforth.co.uk> Hi all, After years deploying OGo for clients, I decided to use it myself. ;) 1. Is it possible to delete a task? What is the significance of archiving a task? 2. What is the practical purpose of the keywords and category fields? What is the distinction between them? Antony From users@opengroupware.org Wed Feb 7 03:22:22 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Tue, 06 Feb 2007 22:22:22 -0500 Subject: [OGo-Users] Task questions In-Reply-To: <45C93091.608@wayforth.co.uk> References: <45C93091.608@wayforth.co.uk> Message-ID: <1170818542.6318.7.camel@aleph.whitemice.org> --=-g3SUvSKbKRMx/wboJgYq Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > After years deploying OGo for clients, I decided to use it myself. ;) > 1. Is it possible to delete a task? =20 Yes, but only via an RPC, not via the WebUI. > What is the significance of archiving a task? It moves it out of the todo/delegated lists and into the archived tasks list; in essence it moves out of the way. > 2. What is the practical purpose of the keywords and category fields? > What is the distinction between them? The keywords field is searched if you use the Jobs application. Very handy, if you want more keywords than go into the job title. The categories field is odd in that it doesn't utilize the categories list as contacts & enterprises do, but I assume it is an Outlook field. I think there is a bug open about this. --=-g3SUvSKbKRMx/wboJgYq Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBFyUXuLRePpNle04MRAs/LAKCBPasdUMq6QnpLTy6H4+3UvaV+QwCdFT6t 1MipD3tHTM7njhxCeejNFqY= =5TAN -----END PGP SIGNATURE----- --=-g3SUvSKbKRMx/wboJgYq-- From users@opengroupware.org Wed Feb 7 08:28:03 2007 From: users@opengroupware.org (Helge Hess) Date: Wed, 7 Feb 2007 09:28:03 +0100 Subject: [OGo-Users] Client MSOutlook displays blank sender In-Reply-To: References: Message-ID: <0E0951F2-3A14-4744-8A4C-3F0D50879589@opengroupware.org> On Feb 7, 2007, at 01:44, Andrea Valota wrote: > *beginmessage******************************************************* > X-Mailer: OpenGroupware.org > > MIME-Version: 1.0 > > from: "Andrea Valota" > > to: andrea.valota@euroristoro.com > > reply-to: "Andrea Valota" I think that I've seen that before. Is that OGo on Debian, which MTA do you use, qmail? Greets, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Wed Feb 7 09:24:49 2007 From: users@opengroupware.org (Andrea Valota) Date: Wed, 7 Feb 2007 10:24:49 +0100 Subject: [OGo-Users] Client MSOutlook displays blank sender In-Reply-To: <0E0951F2-3A14-4744-8A4C-3F0D50879589@opengroupware.org> Message-ID: I'm using exim 3.. Do you think I can arrange something in there? Thanks a lot! Andrea=20 -----Original Message----- From: users-admin@opengroupware.org = [mailto:users-admin@opengroupware.org] On Behalf Of Helge Hess Sent: mercoled=EC 7 febbraio 2007 9.28 To: users@opengroupware.org Subject: Re: [OGo-Users] Client MSOutlook displays blank sender On Feb 7, 2007, at 01:44, Andrea Valota wrote: > *beginmessage******************************************************* > X-Mailer: OpenGroupware.org > > MIME-Version: 1.0 > > from: "Andrea Valota" > > to: andrea.valota@euroristoro.com > > reply-to: "Andrea Valota" I think that I've seen that before. Is that OGo on Debian, which MTA do = you use, qmail? Greets, Helge -- Helge Hess http://www.helgehess.eu/ --=20 OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Wed Feb 7 14:54:46 2007 From: users@opengroupware.org (Jeffrey Buzzell) Date: Wed, 7 Feb 2007 07:54:46 -0700 Subject: [OGo-Users] Install on a hosted environment Message-ID: <47314021cdc56642a2d7d75762aed909@egroupware.buzzell.net> I am hosting (shared) with BlueHost. Is there a way to install for this environment? --=20 Jeffrey K. Buzzell jeff@buzzell.net http://buzzell.net 02/07/2007 From users@opengroupware.org Wed Feb 7 15:25:38 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Wed, 07 Feb 2007 10:25:38 -0500 Subject: [OGo-Users] Install on a hosted environment In-Reply-To: <47314021cdc56642a2d7d75762aed909@egroupware.buzzell.net> References: <47314021cdc56642a2d7d75762aed909@egroupware.buzzell.net> Message-ID: <1170861938.4881.11.camel@aleph.whitemice.org> --=-mOCMpsHUUKkCy6InBc5C Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2007-02-07 at 07:54 -0700, Jeffrey Buzzell wrote: > I am hosting (shared) with BlueHost. Is there a way to install for this > environment? If they are providing a true virtual host on which you have root access to install packages, then almost certainly it will work. If they are just providing a space to dump web pages or scripts in a set of approved languages, then no. --=-mOCMpsHUUKkCy6InBc5C Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBFye9yLRePpNle04MRAsNgAJ4nAWh53ssjAF8oamitBfBerVvj1wCfRmBB TWqpetBO8K43PQu45w868Kc= =2pRu -----END PGP SIGNATURE----- --=-mOCMpsHUUKkCy6InBc5C-- From users@opengroupware.org Wed Feb 7 16:15:34 2007 From: users@opengroupware.org (Helge Hess) Date: Wed, 7 Feb 2007 17:15:34 +0100 Subject: [OGo-Users] Client MSOutlook displays blank sender In-Reply-To: References: Message-ID: <6D26D78A-07DB-4868-96A8-2C8C8CDAFB32@opengroupware.org> On Feb 7, 2007, at 10:24, Andrea Valota wrote: > I'm using exim 3.. > Do you think I can arrange something in there? I'm not exactly an MTA export ... Switching to Postfix might help? No idea ;-) You might also want to search Bugzilla whether you can find the issue, possibly with a solution. Those empty lines in the MIME message are almost certainly the problem (unless they got introduced by a pasting error with \r\n when you sent the mail, attaching the raw mail to a bugreport would be helpful). Greets, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Wed Feb 7 16:26:02 2007 From: users@opengroupware.org (grepother) Date: Wed, 07 Feb 2007 17:26:02 +0100 Subject: [OGo-Users] Installation problems on Kubuntu In-Reply-To: <45C73B73.5090604@opengroupware.org> References: <45C63325.40806@gmail.com> <45C73B73.5090604@opengroupware.org> Message-ID: <45C9FD9A.6080805@gmail.com> Hello, I don't know whether this had any influence, but after uncommenting all repositories in sources.list, I was able to install OGo successfully. Libor Frank Reppin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > grepother wrote: > [...] >> I have tried to install OGo on fresh installation of Kubuntu for client >> testing purposes, but failed due to apt-get errors. There have been >> several posts here in January concerning the same issue (failed >> installation on Sarge), but no replies concerning the installation >> problems. I am missing some basic knowledge or are the packages broken? >> I use this path for sources list: >> deb http://download.opengroupware.org/nightly/packages/debian sarge trunk > > This is correct. > >> and I get following errors: > [errors] > > Hm weird. It works perfect as of now (just tested). > The only reason I could imagine would be that you've tried > to install OGo during the repo rebuild. > > Does it work for you now?! > > best wishes, > frank > > > - -- > 43rd Law of Computing: > Anything that can go wr > fortune: Segmentation violation -- Core dumped > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFFxzty9Atrv5KxwOwRAoMZAJ9ReKv5E4Ki+w0Rclks9Ot4jLgrxgCfSwR+ > EwfBUaABOBx6HIxfdNtHbsA= > =M0ln > -----END PGP SIGNATURE----- From users@opengroupware.org Wed Feb 7 16:54:15 2007 From: users@opengroupware.org (Florian Reitmeir) Date: Wed, 7 Feb 2007 17:54:15 +0100 Subject: [OGo-Users] Client MSOutlook displays blank sender In-Reply-To: <6D26D78A-07DB-4868-96A8-2C8C8CDAFB32@opengroupware.org> References: <6D26D78A-07DB-4868-96A8-2C8C8CDAFB32@opengroupware.org> Message-ID: <20070207165415.GT2407@squat.noreply.org> On Mit, 07 Feb 2007, Helge Hess wrote: > On Feb 7, 2007, at 10:24, Andrea Valota wrote: > >I'm using exim 3.. > >Do you think I can arrange something in there? > > I'm not exactly an MTA export ... Switching to Postfix might help? No > idea ;-) > > You might also want to search Bugzilla whether you can find the > issue, possibly with a solution. > > Those empty lines in the MIME message are almost certainly the > problem (unless they got introduced by a pasting error with \r\n when > you sent the mail, attaching the raw mail to a bugreport would be > helpful). I tried reporting this many times.. and in some versions its not so bad. on some of my installations I a added a sendmail script to /usr/local/bin like: cat /usr/local/bin/sendmail-ogo #!/bin/sh # ogo tries to send really buggy mails with the massmailing tool if [ "$#" -eq 3 ]; then exit 0 fi # fix: # line endings # add in massmailings a To: line # delete any Reply-To line # change the X-Mailer so spamassassin will not by default charge spampoints on the mails # Format (only needed if Mailername has more than 7 chars) /usr/bin/flip -u - | formail -a "To: bulk" -I "Reply-To:" -I X-Mailer -A "X-Mailer: OpenGroupware.org v1.0b2 Debian/Sarge" | /usr/sbin/sendmail "$@" to actiate in OGO use: in /etc/opengroupware.org/ogo/Defaults/NSGlobalDomain.plist SendmailPath = "/usr/local/bin/sendmail"; After that mails, including attachments are fine. -- Florian Reitmeir From users@opengroupware.org Thu Feb 8 00:17:22 2007 From: users@opengroupware.org (Andrea Valota) Date: Thu, 8 Feb 2007 01:17:22 +0100 Subject: [OGo-Users] Client MSOutlook displays blank sender In-Reply-To: <20070207165415.GT2407@squat.noreply.org> Message-ID: You're right Florian!!!!!!!!!!!!!! It works perfectly!! Thanks a lot! Andrea=20 -----Original Message----- From: users-admin@opengroupware.org = [mailto:users-admin@opengroupware.org] On Behalf Of Florian Reitmeir Sent: mercoled=EC 7 febbraio 2007 17.54 To: users@opengroupware.org Subject: Re: [OGo-Users] Client MSOutlook displays blank sender On Mit, 07 Feb 2007, Helge Hess wrote: > On Feb 7, 2007, at 10:24, Andrea Valota wrote: > >I'm using exim 3.. > >Do you think I can arrange something in there? >=20 > I'm not exactly an MTA export ... Switching to Postfix might help? No=20 > idea ;-) >=20 > You might also want to search Bugzilla whether you can find the issue, = > possibly with a solution. >=20 > Those empty lines in the MIME message are almost certainly the problem = > (unless they got introduced by a pasting error with \r\n when you sent = > the mail, attaching the raw mail to a bugreport would be helpful). I tried reporting this many times.. and in some versions its not so bad. on some of my installations I a added a sendmail script to = /usr/local/bin like: cat /usr/local/bin/sendmail-ogo #!/bin/sh # ogo tries to send really buggy mails with the massmailing tool if [ = "$#" -eq 3 ]; then exit 0 fi # fix: # line endings # add in massmailings a To: line # delete any Reply-To line # change the X-Mailer so spamassassin will not by default charge = spampoints on the mails # Format (only needed if Mailername has more = than 7 chars) /usr/bin/flip -u - | formail -a "To: bulk" -I "Reply-To:" -I X-Mailer -A "X-Mailer: OpenGroupware.org v1.0b2 Debian/Sarge" | /usr/sbin/sendmail = "$@" to actiate in OGO use: in /etc/opengroupware.org/ogo/Defaults/NSGlobalDomain.plist SendmailPath =3D "/usr/local/bin/sendmail"; After that mails, including attachments are fine. -- Florian Reitmeir -- OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Thu Feb 8 18:34:50 2007 From: users@opengroupware.org (John Ross) Date: Thu, 8 Feb 2007 13:34:50 -0500 (EST) Subject: [OGo-Users] Apache and OGo on different machines Message-ID: <20070208133423.P13701@www.fenks.org> Hi there. Is it possible to have Apache on a different host then the OGo application? In the apache config, there is a "SetAppPort", but there doesn't seem to be anything such as "SetAppHost". Is there another way? Cheers -- John Ross jhr@fenks.org There's plenty of room for all God's creatures. Right next to the mashed potatoes. - Billboard ad for Saskatoon Restaurant Greenville, SC From users@opengroupware.org Fri Feb 9 06:57:44 2007 From: users@opengroupware.org (Sebastian Reitenbach) Date: Fri, 09 Feb 2007 06:57:44 -0000 Subject: [OGo-Users] Apache and OGo on different machines Message-ID: <20070209065744.BF6A047463@ogo2.dmz.intern> Hi, taking a look into the mod-ngobjweb README file, it seems that it is not possible: http://svn.opengroupware.org/SOPE/trunk/sope-appserver/mod_ngobjweb/README but I doubt that it would be hard to add a directive. kind regards Sebastian users@opengroupware.org wrote: > Hi there. > > Is it possible to have Apache on a different host then the OGo > application? > > In the apache config, there is a "SetAppPort", but there doesn't seem to > be anything such as "SetAppHost". > > Is there another way? > > Cheers > > > -- > John Ross > jhr@fenks.org > > There's plenty of room for all God's creatures. > Right next to the mashed potatoes. > - Billboard ad for Saskatoon Restaurant > Greenville, SC > -- > OpenGroupware.org Users > users@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/users > -- Sebastian Reitenbach Tel.: ++49-(0)3381-8904-451 RapidEye AG Fax: ++49-(0)3381-8904-101 Molkenmarkt 30 e-mail:reitenbach@rapideye.de D-14776 Brandenburg web:http://www.rapideye.de From users@opengroupware.org Fri Feb 9 09:02:11 2007 From: users@opengroupware.org (Sebastian Reitenbach) Date: Fri, 09 Feb 2007 09:02:11 -0000 Subject: [OGo-Users] problems with umlauts in files uploaded to projects Message-ID: <20070209090211.6FF5C47463@ogo2.dmz.intern> Hi all, after an upgrade to 1.1.6, I now have a problem with uploading files that contains umlauts, e.g. a new file uploaded ends up in the webui like this: Präsentationsvorlage.otp, and the file is automatically locked. The uploader or the ogo admin user is unable to delete the file or rename it, then the following error mesaages can be seen: Skyrix: Try to move from/to version when I enter the file, then on top, where normally the filename is, I only see the statement: [missing filemanager] and when I open the contents tab, I see a noReadAccessWarning is there a way to enable upload of files with umlauts in its names? kind regards Sebastian -- Sebastian Reitenbach Tel.: ++49-(0)3381-8904-451 RapidEye AG Fax: ++49-(0)3381-8904-101 Molkenmarkt 30 e-mail:reitenbach@rapideye.de D-14776 Brandenburg web:http://www.rapideye.de From users@opengroupware.org Fri Feb 9 10:16:14 2007 From: users@opengroupware.org (Rafel Amer) Date: Fri, 09 Feb 2007 11:16:14 +0100 Subject: [OGo-Users] Apache and OGo on different machines In-Reply-To: <20070209065744.BF6A047463@ogo2.dmz.intern> References: <20070209065744.BF6A047463@ogo2.dmz.intern> Message-ID: <45CC49EE.60805@ruth.upc.edu> This is a multi-part message in MIME format. --------------020008060202050009070206 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit En/na Sebastian Reitenbach ha escrit: > Hi, > > taking a look into the mod-ngobjweb README file, it seems that it is not > possible: > http://svn.opengroupware.org/SOPE/trunk/sope-appserver/mod_ngobjweb/README > but I doubt that it would be hard to add a directive. > > kind regards > Sebastian > > users@opengroupware.org wrote: > >> Hi there. >> >> Is it possible to have Apache on a different host then the OGo >> application? >> >> In the apache config, there is a "SetAppPort", but there doesn't seem to >> be anything such as "SetAppHost". >> >> Is there another way? >> >> Cheers >> >> >> -- >> John Ross >> jhr@fenks.org >> >> There's plenty of room for all God's creatures. >> Right next to the mashed potatoes. >> - Billboard ad for Saskatoon Restaurant >> Greenville, SC >> -- >> OpenGroupware.org Users >> users@opengroupware.org >> http://mail.opengroupware.org/mailman/listinfo/users >> >> > > Hi, the lasts versions of mod__ngobjweb (SOPE-4.5) includes this possibility with SetAppPort 192.168.1.10:20000 Regards, R. Amer --------------020008060202050009070206 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit En/na Sebastian Reitenbach ha escrit:
Hi,

taking a look into the mod-ngobjweb README file, it seems that it is not 
possible:
http://svn.opengroupware.org/SOPE/trunk/sope-appserver/mod_ngobjweb/README
but I doubt that it would be hard to add a directive.

kind regards
Sebastian

users@opengroupware.org wrote: 
  
Hi there.

Is it possible to have Apache on a different host then the OGo 
application?

In the apache config, there is a "SetAppPort", but there doesn't seem to 
be anything such as "SetAppHost".

Is there another way?

Cheers


-- 
John Ross
jhr@fenks.org

There's plenty of room for all God's creatures.
Right next to the mashed potatoes.
 	- Billboard ad for Saskatoon Restaurant
 		Greenville, SC
-- 
OpenGroupware.org Users
users@opengroupware.org
http://mail.opengroupware.org/mailman/listinfo/users

    

  
Hi,

the lasts versions of mod__ngobjweb (SOPE-4.5) includes this
possibility with
SetAppPort    192.168.1.10:20000

Regards,

R. Amer



--------------020008060202050009070206-- From users@opengroupware.org Fri Feb 9 14:39:17 2007 From: users@opengroupware.org (Helge Hess) Date: Fri, 9 Feb 2007 15:39:17 +0100 Subject: [OGo-Users] problems with umlauts in files uploaded to projects In-Reply-To: <20070209090211.6FF5C47463@ogo2.dmz.intern> References: <20070209090211.6FF5C47463@ogo2.dmz.intern> Message-ID: <68EC2652-BADB-4739-9A8F-33BE00E1A3DB@opengroupware.org> On Feb 9, 2007, at 10:02, Sebastian Reitenbach wrote: > Präsentationsvorlage.otp Note sure about the umlaut thing, but to OGo this filename is a version filename, eg: abc.txt => regular entry abc.txt;5 => retrieve version 5 of abc.txt or your example Präsentationsvorlage.otp => file "Prä", version sentationsvorlage.otp Possibly something is wrong with umlauts/entity conversion, but the locking issue is probably due to the ";" of the generate entity which is then interpreter by the file manager. Greets, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Fri Feb 9 14:42:50 2007 From: users@opengroupware.org (Helge Hess) Date: Fri, 9 Feb 2007 15:42:50 +0100 Subject: [OGo-Users] Apache and OGo on different machines In-Reply-To: <20070209065744.BF6A047463@ogo2.dmz.intern> References: <20070209065744.BF6A047463@ogo2.dmz.intern> Message-ID: <023F7269-AB4C-47F6-A860-7A3DD078D981@opengroupware.org> On Feb 9, 2007, at 07:57, Sebastian Reitenbach wrote: > taking a look into the mod-ngobjweb README file, it seems that it > is not > possible: > http://svn.opengroupware.org/SOPE/trunk/sope-appserver/mod_ngobjweb/ > README > but I doubt that it would be hard to add a directive. http://svn.opengroupware.org/SOPE/trunk/sope-appserver/mod_ngobjweb/ ChangeLog ---snip--- 2006-08-21 Helge Hess * handler.c: added ability to forward app requests to other hosts (using IP:port syntax) ---snap--- However, I do not recommend doing this because it adds IO latency to the apache/OGo conversation. Instead I would recommend to use a second Apache in front with mod_proxy or something like Pound. BTW: for snsd setups (eg Instant-OGo) you can host instances on as many hosts as you like. Snsd will do the balancing and point Apache to the right backend host. Greets, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Fri Feb 9 14:51:18 2007 From: users@opengroupware.org (Nathan Williams) Date: Fri, 9 Feb 2007 08:51:18 -0600 Subject: [OGo-Users] Postgre fatal error after new install on Suse 10.2 In-Reply-To: <1170700940.5086.45.camel@aleph.whitemice.org> References: <1169830458.4971.14.camel@aleph.whitemice.org> <1169848725.4971.39.camel@aleph.whitemice.org> <1170041149.4348.11.camel@laptop02.whitemice.org> <1170077568.4716.2.camel@aleph.whitemice.org> <1170077859.4716.5.camel@aleph.whitemice.org> <1170084806.4716.7.camel@aleph.whitemice.org> <1170085091.4716.12.camel@aleph.whitemice.org> <16147DE2-282B-4245-97FE-AC0A71E88EDC@opengroupware.org> <1170167902.4695.34.camel@aleph.whitemice.org> <0A441BB6-B487-4492-A061-16ACDF35009B@opengroupware.org> <1170182857.4695.65.camel@aleph.whitemice.org> <95ECD410-7FF3-47DE-AC90-663BDDA40824@opengroupware.org> <1170183765.4695.73.camel@aleph.whitemice.org> <1170184522.4695.79.camel@aleph.whitemice.org> <117 0684988.5086.20.cam el @aleph.whitemice.org> <41F3E9D5-F42F-40F2-85EF-234C6E491070@opengroupware.org> <1170700940.5086.45.camel@aleph.whitemice.org> Message-ID: <001d01c74c59$c2537c40$46fa74c0$@com> Hi, Is there any method that will work on Suse 10.2? Is there a package group that I can substitute in this recipe that I can use to get this up. I'd like to test this out and I prefer to use the latest Suse version and not 10.0. -----Original Message----- From: users-admin@opengroupware.org [mailto:users-admin@opengroupware.org] On Behalf Of Adam Tauno Williams Sent: Monday, February 05, 2007 12:42 PM To: users@opengroupware.org Subject: Re: [OGo-Users] Postgre fatal error after new install on Suse 10.2 > > Interesting, as before > > [ http://mail.opengroupware.org/pipermail/developer/2006-December/ > > 002798.html ], recompiling SOPE corrected the problem (make, make > > install, restart OGo). Recompiling OGo had no effect; I tried that > > first. > Could be that you updated to the most recent version, which fixed > some memory bug (different place, but possibly it affected your issue > as well). > > Perhaps the openSUSE compilers and libobjc > > (libobjc41-4.1.2_20061115-5, > > gcc-objc-4.1.3-29, gcc41-objc-4.1.2_20061115-5) have some differences > > from previously used versions. I know SuSE 9.3 had libobjc-3.3.5-5. > Hm, you are installing SuSE 9.3 RPM packages on SuSE 10.2? Well, > thats unlikely to work out. No, SuSE 9.3 packages on SuSE 9.3; but openSUSE 10.0 packages are on openSUSE 10.2 since openSUSE 10.0 are the most recent packages being built. Up until very recently it worked, although I do understand that it can go wrong. I'm seeing the odd time rendering in different places. On SuSE 9.3 http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1828 and on openSUSE 10.2 the issue described in this thread. On SuSE 9.3 I see dates/times like - Starttime: Thursday, %Y-%m-%d %H:%M %Z End Time: Thursday, %Y-%m-%d %H:%M %Z - in the WebUI Which seems strikingly similar to what is happening here. > I don't think that libobjc itself changed, but possibly the ABI or > some core library. -- OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Sun Feb 11 01:44:35 2007 From: users@opengroupware.org (Adam Williams) Date: Sat, 10 Feb 2007 20:44:35 -0500 Subject: [OGo-Users] Postgre fatal error after new install on Suse 10.2 In-Reply-To: <001d01c74c59$c2537c40$46fa74c0$@com> References: <1169830458.4971.14.camel@aleph.whitemice.org> <1169848725.4971.39.camel@aleph.whitemice.org> <1170041149.4348.11.camel@laptop02.whitemice.org> <1170077568.4716.2.camel@aleph.whitemice.org> <1170077859.4716.5.camel@aleph.whitemice.org> <1170084806.4716.7.camel@aleph.whitemice.org> <1170085091.4716.12.camel@aleph.whitemice.org> <16147DE2-282B-4245-97FE-AC0A71E88EDC@opengroupware.org> <1170167902.4695.34.camel@aleph.whitemice.org> <0A441BB6-B487-4492-A061-16ACDF35009B@opengroupware.org> <1170182857.4695.65.camel@aleph.whitemice.org> <95ECD410-7FF3-47DE-AC90-663BDDA40824@opengroupware.org> <1170183765.4695.73.camel@aleph.whitemice.org> <1170184522.4695.79.camel@aleph.whitemice.org> <117 0684988.5086.20.cam el @aleph.whitemice.org> <41F3E9D5-F42F-40F2-85EF-234C6E491070@opengroupware.org> <1170700940.5086.45.camel@aleph.whitemice.org> <001d01c74c59$c2537c40$46fa74c0$@com> Message-ID: <1171158275.9000.0.camel@ws01.whitemice.org> > Is there any method that will work on Suse 10.2? Is there a package group > that I can substitute in this recipe that I can use to get this up. I'd > like to test this out and I prefer to use the latest Suse version and not > 10.0. I have SOPE packages compiled on openSUSE 10.2. This archive is about 2.4Mb. Is it possible to send this to you off-list? You can try installing those packages and see if it fixes the problem. From users@opengroupware.org Sun Feb 11 02:07:43 2007 From: users@opengroupware.org (Nathan Williams) Date: Sat, 10 Feb 2007 20:07:43 -0600 Subject: [OGo-Users] Postgre fatal error after new install on Suse 10.2 In-Reply-To: <1171158275.9000.0.camel@ws01.whitemice.org> References: <1169830458.4971.14.camel@aleph.whitemice.org> <1169848725.4971.39.camel@aleph.whitemice.org> <1170041149.4348.11.camel@laptop02.whitemice.org> <1170077568.4716.2.camel@aleph.whitemice.org> <1170077859.4716.5.camel@aleph.whitemice.org> <1170084806.4716.7.camel@aleph.whitemice.org> <1170085091.4716.12.camel@aleph.whitemice.org> <16147DE2-282B-4245-97FE-AC0A71E88EDC@opengroupware.org> <1170167902.4695.34.camel@aleph.whitemice.org> <0A441BB6-B487-4492-A061-16ACDF35009B@opengroupware.org> <1170182857.4695.65.camel@aleph.whitemice.org> <95ECD410-7FF3-47DE-AC90-663BDDA40824@opengroupware.org> <1170183765.4695.73.camel@aleph.whitemice.org> <1170184522.4695.79.camel@aleph.whitemice.org> <117 0684988.5086.20.cam e l @aleph.whitemice.org> <41F3E9D5-F42F-40F2-85EF-234C6E491070@opengroupware.org> <1170700940.5086.45.camel@aleph.whitemice.org> <001d01c74c59$c2537c40$46fa74c0$@com> <1171158275.9000.0.camel@ws01.whitemice.org> Message-ID: <000001c74d81$6b122660$41367320$@com> That you can. Very kind of you. Tar it and send it to nlinecomputers@gmail.com Thanks Nathan Williams -----Original Message----- From: users-admin@opengroupware.org [mailto:users-admin@opengroupware.org] On Behalf Of Adam Williams Sent: Saturday, February 10, 2007 7:45 PM To: users@opengroupware.org Subject: RE: [OGo-Users] Postgre fatal error after new install on Suse 10.2 > Is there any method that will work on Suse 10.2? Is there a package group > that I can substitute in this recipe that I can use to get this up. I'd > like to test this out and I prefer to use the latest Suse version and not > 10.0. I have SOPE packages compiled on openSUSE 10.2. This archive is about 2.4Mb. Is it possible to send this to you off-list? You can try installing those packages and see if it fixes the problem. -- OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Mon Feb 12 18:41:34 2007 From: users@opengroupware.org (Gregory Malsack) Date: Mon, 12 Feb 2007 12:41:34 -0600 Subject: [OGo-Users] Default value for Comment field Message-ID: <157B982DD6939449B51FC07ED5533CB2023FF5@SBS.gmellc.local> Hello All, I would like to add a default value to the comments field in the appointment scheduler form. Can anyone tell me what file I would have to modify to complete this? Thanks, Greg From users@opengroupware.org Tue Feb 13 00:10:17 2007 From: users@opengroupware.org (Helge Hess) Date: Tue, 13 Feb 2007 01:10:17 +0100 Subject: [OGo-Users] Default value for Comment field In-Reply-To: <157B982DD6939449B51FC07ED5533CB2023FF5@SBS.gmellc.local> References: <157B982DD6939449B51FC07ED5533CB2023FF5@SBS.gmellc.local> Message-ID: <7C465C04-F372-413F-9FF9-A584B68B9543@opengroupware.org> On Feb 12, 2007, at 19:41, Gregory Malsack wrote: > I would like to add a default value to the comments field in the > appointment scheduler form. Just a static text like "enter something in here" or something more dynamic? If JavaScript is OK, the most trivial way is to give the SkyTextEditor in LSWAppointmentEditor.wox an explicit name and then use JS to add content, something like that: $F("aptcomment").value = "enter something here" Well, otherwise you would need to edit LSWAppointmentEditor.m and prefill the 'comment' ivar, eg inside the - (BOOL)prepareForNewCommand:(NSString *)_command type:(NGMimeType *)_type configuration:(NSDictionary *)_cmdCfg method. Greets, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Tue Feb 13 03:25:40 2007 From: users@opengroupware.org (Gregory Malsack) Date: Mon, 12 Feb 2007 21:25:40 -0600 Subject: [OGo-Users] Differences in files Message-ID: <157B982DD6939449B51FC07ED5533CB2023FFC@SBS.gmellc.local> Can anyone tell me the difference between the LSWScheduler.strings and the OGoScheduler.strings file in the English templates? Gregory Malsack From users@opengroupware.org Tue Feb 13 04:36:05 2007 From: users@opengroupware.org (Gregory Malsack) Date: Mon, 12 Feb 2007 22:36:05 -0600 Subject: [OGo-Users] Default value for Comment field Message-ID: <157B982DD6939449B51FC07ED5533CB2023FFD@SBS.gmellc.local> I want to place the following in that textarea: Callers Name: Callers Phone: However, I tried the first option, it doesn't seem to work. -----Original Message----- From: users-admin@opengroupware.org [mailto:users-admin@opengroupware.org] On Behalf Of Helge Hess Sent: Monday, February 12, 2007 6:10 PM To: users@opengroupware.org Subject: Re: [OGo-Users] Default value for Comment field On Feb 12, 2007, at 19:41, Gregory Malsack wrote: > I would like to add a default value to the comments field in the=20 > appointment scheduler form. Just a static text like "enter something in here" or something more dynamic? If JavaScript is OK, the most trivial way is to give the SkyTextEditor in LSWAppointmentEditor.wox an explicit name and then use JS to add content, something like that: $F("aptcomment").value =3D "enter something here" Well, otherwise you would need to edit LSWAppointmentEditor.m and prefill the 'comment' ivar, eg inside the - (BOOL)prepareForNewCommand:(NSString *)_command type:(NGMimeType *)_type configuration:(NSDictionary *)_cmdCfg method. Greets, Helge -- Helge Hess http://www.helgehess.eu/ --=20 OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Tue Feb 13 15:50:57 2007 From: users@opengroupware.org (Helge Hess) Date: Tue, 13 Feb 2007 16:50:57 +0100 Subject: [OGo-Users] Differences in files In-Reply-To: <157B982DD6939449B51FC07ED5533CB2023FFC@SBS.gmellc.local> References: <157B982DD6939449B51FC07ED5533CB2023FFC@SBS.gmellc.local> Message-ID: <91E4C3E9-4BB2-4915-8B89-135FAA67CADE@opengroupware.org> On Feb 13, 2007, at 04:25, Gregory Malsack wrote: > Can anyone tell me the difference between the LSWScheduler.strings and > the OGoScheduler.strings file in the English templates? There are two plugins for OGo, LSWScheduler and OGoScheduler. Each plugin has its own strings file. In quite a few places inside OGo plugins at some time got "split" to keep things modular (eg the contents of OGoScheduler were previously contents of LSWScheduler). When such a split is done, we usually just (stupidly) copied the strings file of the 'parent' plugin. Leading to duplicate strings and almost exact duplicates. So its kinda unfortunate, but the way it is ;-) Doesn't really hurt in practice though since Svn can do all the merging for us in a semiautomatic way. Greets, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Tue Feb 13 15:57:30 2007 From: users@opengroupware.org (Gregory Malsack) Date: Tue, 13 Feb 2007 09:57:30 -0600 Subject: [OGo-Users] Differences in files Message-ID: <157B982DD6939449B51FC07ED5533CB2024002@SBS.gmellc.local> Thank you.=20 -----Original Message----- From: users-admin@opengroupware.org [mailto:users-admin@opengroupware.org] On Behalf Of Helge Hess Sent: Tuesday, February 13, 2007 9:51 AM To: users@opengroupware.org Subject: Re: [OGo-Users] Differences in files On Feb 13, 2007, at 04:25, Gregory Malsack wrote: > Can anyone tell me the difference between the LSWScheduler.strings and > the OGoScheduler.strings file in the English templates? There are two plugins for OGo, LSWScheduler and OGoScheduler. Each plugin has its own strings file. In quite a few places inside OGo plugins at some time got "split" to keep things modular (eg the contents of OGoScheduler were previously contents of LSWScheduler). When such a split is done, we usually just (stupidly) copied the strings file of the 'parent' plugin. Leading to duplicate strings and almost exact duplicates. So its kinda unfortunate, but the way it is ;-) Doesn't really hurt in practice though since Svn can do all the merging for us in a semiautomatic way. Greets, Helge -- Helge Hess http://www.helgehess.eu/ --=20 OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Tue Feb 13 20:52:05 2007 From: users@opengroupware.org (Gregory Malsack) Date: Tue, 13 Feb 2007 14:52:05 -0600 Subject: [OGo-Users] Default value for Comment field Message-ID: <157B982DD6939449B51FC07ED5533CB2024013@SBS.gmellc.local> I've tried what you recommended, however it has not changed the system. I also then tried a more traditional syntax. Here is an excerpt of the 2 items I have tried, neither of these are working; any other thoughts? What am I doing wrong? Thanks for all of your help, Greg =20 -----Original Message----- From: users-admin@opengroupware.org [mailto:users-admin@opengroupware.org] On Behalf Of Helge Hess Sent: Monday, February 12, 2007 6:10 PM To: users@opengroupware.org Subject: Re: [OGo-Users] Default value for Comment field On Feb 12, 2007, at 19:41, Gregory Malsack wrote: > I would like to add a default value to the comments field in the=20 > appointment scheduler form. Just a static text like "enter something in here" or something more dynamic? If JavaScript is OK, the most trivial way is to give the SkyTextEditor in LSWAppointmentEditor.wox an explicit name and then use JS to add content, something like that: $F("aptcomment").value =3D "enter something here" Well, otherwise you would need to edit LSWAppointmentEditor.m and prefill the 'comment' ivar, eg inside the - (BOOL)prepareForNewCommand:(NSString *)_command type:(NGMimeType *)_type configuration:(NSDictionary *)_cmdCfg method. Greets, Helge -- Helge Hess http://www.helgehess.eu/ --=20 OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Tue Feb 13 21:02:09 2007 From: users@opengroupware.org (Helge Hess) Date: Tue, 13 Feb 2007 22:02:09 +0100 Subject: [OGo-Users] Default value for Comment field In-Reply-To: <157B982DD6939449B51FC07ED5533CB2024013@SBS.gmellc.local> References: <157B982DD6939449B51FC07ED5533CB2024013@SBS.gmellc.local> Message-ID: On Feb 13, 2007, at 21:52, Gregory Malsack wrote: > Here is an excerpt of the 2 > items I have tried, neither of these are working; any other thoughts? Well, you should probably install FireBug to debug the JavaScript. Well, and $F is a prototype function. Anyways: Thanks for all your help and pointing me in the right direction. Here is what I have figured out and seems to be working: Greg=20 -----Original Message----- From: users-admin@opengroupware.org [mailto:users-admin@opengroupware.org] On Behalf Of Helge Hess Sent: Tuesday, February 13, 2007 3:02 PM To: users@opengroupware.org Subject: Re: [OGo-Users] Default value for Comment field On Feb 13, 2007, at 21:52, Gregory Malsack wrote: > Here is an excerpt of the 2 > items I have tried, neither of these are working; any other thoughts? Well, you should probably install FireBug to debug the JavaScript. =20 Well, and $F is a prototype function. Anyways: References: <157B982DD6939449B51FC07ED5533CB202401B@SBS.gmellc.local> Message-ID: <1171460028.4575.6.camel@aleph.whitemice.org> --=-yUVT53pWAFGQX3hUfgP0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > Thanks for all your help and pointing me in the right direction. Here is > what I have figured out and seems to be working: > const:name=3D"aptcomment" > text =3D "comment" > rows =3D > "session.userDefaults.scheduler_editor_comment_rows" > columns =3D > "session.userDefaults.scheduler_editor_comment_columns" > const:wrap=3D"physical" /> > I don't know what you are ultimately trying to accomplish; but if you want to catch some extra bits of information for schedular events the WebUI supports using properties as extended attributes. You can set these just like extended attributes for contacts/enterprises, but via the OGoExtendedAptAttributes default. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=3D1673 Like: Defaults write NSGlobalDomain OGoExtendedAptAttributes '(=20 {key =3D "email"; label =3D "E-Mail"; type =3D 3;},=20 { key =3D "caseNumber"; label =3D "Case#"; } ,=20 { key =3D"billable"; label =3D "Billable"; type =3D 2; }, );' --=-yUVT53pWAFGQX3hUfgP0 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBF0w+8LRePpNle04MRAhCGAJ9SYgULUdsR5iGVmMi4z2nwUAS6mwCaA4nQ Oh761QbakpXbaEl/X5QhBGk= =yl+a -----END PGP SIGNATURE----- --=-yUVT53pWAFGQX3hUfgP0-- From users@opengroupware.org Wed Feb 14 15:48:50 2007 From: users@opengroupware.org (Gregory Malsack) Date: Wed, 14 Feb 2007 09:48:50 -0600 Subject: [OGo-Users] Default value for Comment field Message-ID: <157B982DD6939449B51FC07ED5533CB2024020@SBS.gmellc.local> HUGE shout out for Adam!!! Thanks mucho!! This is a much better way then what I did, however the additional fields do not show up printview of the calendar event. Can you show me how that might be done? Thanks again, Greg=20 -----Original Message----- From: users-admin@opengroupware.org [mailto:users-admin@opengroupware.org] On Behalf Of Adam Tauno Williams Sent: Wednesday, February 14, 2007 7:34 AM To: users@opengroupware.org Subject: RE: [OGo-Users] Default value for Comment field > Thanks for all your help and pointing me in the right direction. Here=20 > is what I have figured out and seems to be working: > const:name=3D"aptcomment" > text =3D "comment" > rows =3D > "session.userDefaults.scheduler_editor_comment_rows" > columns =3D > "session.userDefaults.scheduler_editor_comment_columns" > const:wrap=3D"physical" /> > I don't know what you are ultimately trying to accomplish; but if you want to catch some extra bits of information for schedular events the WebUI supports using properties as extended attributes. You can set these just like extended attributes for contacts/enterprises, but via the OGoExtendedAptAttributes default. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=3D1673 Like: Defaults write NSGlobalDomain OGoExtendedAptAttributes '( {key =3D "email"; label =3D "E-Mail"; type =3D 3;}, { key =3D "caseNumber"; label =3D "Case#"; } , { key =3D"billable"; label =3D "Billable"; type =3D 2; }, );' From users@opengroupware.org Wed Feb 14 16:33:00 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Wed, 14 Feb 2007 11:33:00 -0500 Subject: [OGo-Users] Default value for Comment field In-Reply-To: <157B982DD6939449B51FC07ED5533CB2024020@SBS.gmellc.local> References: <157B982DD6939449B51FC07ED5533CB2024020@SBS.gmellc.local> Message-ID: <1171470780.4575.24.camel@aleph.whitemice.org> --=-yAy7WVpP9yJ5jmgzhWQ9 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2007-02-14 at 09:48 -0600, Gregory Malsack wrote: > HUGE shout out for Adam!!! Thanks mucho!! >=20 > This is a much better way then what I did, however the additional fields > do not show up printview of the calendar event. Can you show me how that > might be done? My guess would be editing SkyAppointmentPrintViewer.html/SkyAppointmentPrintViewer.wod in WebUI/Templates/LSWScheduler. Somehow you have to get LSWObjectViewer into the page *like* is in LSWAppointmentViewer.wox: (Note that LSWAppointmentViewer is a WOX while SkyAppointmentPrintViewer is an HTML/WOD). But my gut tells me you'd have to edit WebUI/Scheduler/LSWScheduler/SkyAppointmentPrintViewer.m as well to marshal the values of the properties; I don't see any reference to the propertyManager in that file so I doubt it currently does. See WebUI/Scheduler/LSWScheduler/LSWAppointmentViewer.m for an example of how to marshal the values (it is really very easy): ------------ static NSArray *extAttrSpec =3D nil; .... extAttrSpec =3D [[ud arrayForKey:@"OGoExtendedAptAttributes"] copy]; if ([extAttrSpec isNotEmpty]) NSLog(@"Note(LSWAppointmentViewer): extended apt attrs are configured."); else extAttrSpec =3D nil; ..... /* extended apt attributes (properties) */ - (BOOL)showProperties { return [extAttrSpec isNotEmpty]; } - (NSArray *)extendedAttributeSpec { return extAttrSpec; } - (NSDictionary *)extendedAttributes { SkyObjectPropertyManager *pm; pm =3D [[[self session] commandContext] propertyManager]; return [pm propertiesForGlobalID:[[self object] valueForKey:@"globalID"] namespace:XMLNS_OGoExtAttrPropNamespace]; } ------------ + plus some other little bits in the initialization of the object. This certainly merits opening an enhancement request in Bugzilla. Seems like an important fix to me; I haven't noticed since I don't ever print anything. :) But now that you've disturbed the karma some user is going to bug me about it any minute now.... :( I don't have much spare time in the next couple of days, but I might take a crack at this over the weekend if you can't figure it out. --=-yAy7WVpP9yJ5jmgzhWQ9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBF0zm8LRePpNle04MRAhAKAJwIpytovfzgFR/Kqa3Xk0bpTIcDbQCfS2XR xMShraBGYMSbGCBg2Jh+bHY= =aXIn -----END PGP SIGNATURE----- --=-yAy7WVpP9yJ5jmgzhWQ9-- From users@opengroupware.org Thu Feb 15 00:02:15 2007 From: users@opengroupware.org (Gregory Malsack) Date: Wed, 14 Feb 2007 18:02:15 -0600 Subject: [OGo-Users] Default value for Comment field Message-ID: <157B982DD6939449B51FC07ED5533CB202402F@SBS.gmellc.local> Adam, I don't have the file LSWAppointmentViewer.m, so far I have been able to have the field show up on the printview page by adding the label to translation page, then adding the label definition to the SkyAppointmentPrintViewer.html file, then adding a matching descriptor in the SkyAppointmentPrintViewer.wod file. So now the field shows up but the populated data does not. Here is what is in the wod file: patientname: SkySubAttribute { label =3D labels.patientname; string =3D extendedAttributeSpec.patientname; } Any idea what should be in the string directive? I've tried several different combinations with no luck. I will keep working at it and post an answer if I find it. Greg -----Original Message----- From: users-admin@opengroupware.org [mailto:users-admin@opengroupware.org] On Behalf Of Adam Tauno Williams Sent: Wednesday, February 14, 2007 10:33 AM To: users@opengroupware.org Subject: RE: [OGo-Users] Default value for Comment field On Wed, 2007-02-14 at 09:48 -0600, Gregory Malsack wrote: > HUGE shout out for Adam!!! Thanks mucho!! >=20 > This is a much better way then what I did, however the additional=20 > fields do not show up printview of the calendar event. Can you show me > how that might be done? My guess would be editing SkyAppointmentPrintViewer.html/SkyAppointmentPrintViewer.wod in WebUI/Templates/LSWScheduler. Somehow you have to get LSWObjectViewer into the page *like* is in LSWAppointmentViewer.wox: (Note that LSWAppointmentViewer is a WOX while SkyAppointmentPrintViewer is an HTML/WOD). But my gut tells me you'd have to edit WebUI/Scheduler/LSWScheduler/SkyAppointmentPrintViewer.m as well to marshal the values of the properties; I don't see any reference to the propertyManager in that file so I doubt it currently does. See WebUI/Scheduler/LSWScheduler/LSWAppointmentViewer.m for an example of how to marshal the values (it is really very easy): ------------ static NSArray *extAttrSpec =3D nil; .... extAttrSpec =3D [[ud arrayForKey:@"OGoExtendedAptAttributes"] copy]; if ([extAttrSpec isNotEmpty]) NSLog(@"Note(LSWAppointmentViewer): extended apt attrs are configured."); else extAttrSpec =3D nil; ..... /* extended apt attributes (properties) */ - (BOOL)showProperties { return [extAttrSpec isNotEmpty]; } - (NSArray *)extendedAttributeSpec { return extAttrSpec; } - (NSDictionary *)extendedAttributes { SkyObjectPropertyManager *pm; pm =3D [[[self session] commandContext] propertyManager]; return [pm propertiesForGlobalID:[[self object] valueForKey:@"globalID"] namespace:XMLNS_OGoExtAttrPropNamespace]; } ------------ + plus some other little bits in the initialization of the object. This certainly merits opening an enhancement request in Bugzilla. Seems like an important fix to me; I haven't noticed since I don't ever print anything. :) But now that you've disturbed the karma some user is going to bug me about it any minute now.... :( I don't have much spare time in the next couple of days, but I might take a crack at this over the weekend if you can't figure it out. From users@opengroupware.org Thu Feb 15 01:36:10 2007 From: users@opengroupware.org (Gregory Malsack) Date: Wed, 14 Feb 2007 19:36:10 -0600 Subject: [OGo-Users] Viewing OGoExtendedAptAttributes on the SkyAppointmentPrintViewer page. Message-ID: <157B982DD6939449B51FC07ED5533CB2024031@SBS.gmellc.local> Hello All, I have added the following items to the NSGlobalDomain.plist file. OGoExtendedAptAttributes =3D ( { key =3D patientname; label =3D "Patient Name"; type =3D 3; }, Now I need to get this field on the printview page. Does anyone know the correct syntax to get the field to show? I have tried several variations based on this example, the field shows up but without the data. patientname: SkySubAttribute { label =3D labels.patientname; string =3D patientname; } Thanks, Greg From users@opengroupware.org Thu Feb 15 10:28:52 2007 From: users@opengroupware.org (Andrea Valota) Date: Thu, 15 Feb 2007 11:28:52 +0100 Subject: [OGo-Users] External SMTP auth Message-ID: Hi, How can I force Opengroupware to use an external smtp (on an external server) that requires authentication? Thanks Andrea From users@opengroupware.org Thu Feb 15 12:50:40 2007 From: users@opengroupware.org (Helge Hess) Date: Thu, 15 Feb 2007 13:50:40 +0100 Subject: [OGo-Users] External SMTP auth In-Reply-To: References: Message-ID: <99FB35F9-629E-473F-BF74-EC401E2308D4@opengroupware.org> On Feb 15, 2007, at 11:28, Andrea Valota wrote: > How can I force Opengroupware to use an external smtp (on an external > server) that requires authentication? OGo has nothing to do with SMTP. You will need to check the documentation for your MTA (eg Postfix, Exim, whatever you use to deliver mail). Greets, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Thu Feb 15 12:55:54 2007 From: users@opengroupware.org (Gregory Malsack) Date: Thu, 15 Feb 2007 06:55:54 -0600 Subject: [OGo-Users] External SMTP auth Message-ID: <157B982DD6939449B51FC07ED5533CB2024032@SBS.gmellc.local> If I remember correctly, OGo is an Imap client. Thus the outgoing server that it uses is the Imap server. Cheers, Greg=20 -----Original Message----- From: users-admin@opengroupware.org [mailto:users-admin@opengroupware.org] On Behalf Of Helge Hess Sent: Thursday, February 15, 2007 6:51 AM To: users@opengroupware.org Subject: Re: [OGo-Users] External SMTP auth On Feb 15, 2007, at 11:28, Andrea Valota wrote: > How can I force Opengroupware to use an external smtp (on an external > server) that requires authentication? OGo has nothing to do with SMTP. You will need to check the documentation for your MTA (eg Postfix, Exim, whatever you use to deliver mail). Greets, Helge -- Helge Hess http://www.helgehess.eu/ --=20 OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Thu Feb 15 13:21:01 2007 From: users@opengroupware.org (Helge Hess) Date: Thu, 15 Feb 2007 14:21:01 +0100 Subject: [OGo-Users] External SMTP auth In-Reply-To: <157B982DD6939449B51FC07ED5533CB2024032@SBS.gmellc.local> References: <157B982DD6939449B51FC07ED5533CB2024032@SBS.gmellc.local> Message-ID: <45A76F8A-6854-4995-8777-AE2A1FAA114D@opengroupware.org> On Feb 15, 2007, at 13:55, Gregory Malsack wrote: > If I remember correctly, OGo is an Imap client. Thus the outgoing > server > that it uses is the Imap server. IMAP4 is not a mail delivery protocol, SMTP is. But the mail delivery is done by the systems MTA, not by OGo. Greets, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Thu Feb 15 13:21:31 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Thu, 15 Feb 2007 08:21:31 -0500 Subject: [OGo-Users] Viewing OGoExtendedAptAttributes on the SkyAppointmentPrintViewer page. In-Reply-To: <157B982DD6939449B51FC07ED5533CB2024031@SBS.gmellc.local> References: <157B982DD6939449B51FC07ED5533CB2024031@SBS.gmellc.local> Message-ID: <20070215082131.zyqaarn404ks8gsk@tyr.morrison.iserv.net> > I have added the following items to the NSGlobalDomain.plist file. > OGoExtendedAptAttributes = ( > { > key = patientname; > label = "Patient Name"; > type = 3; > }, > Now I need to get this field on the printview page. Does anyone know the > correct syntax to get the field to show? I have tried several variations > based on this example, the field shows up but without the data. > patientname: SkySubAttribute { > label = labels.patientname; > string = patientname; > } As I explained in my other message I do not believe the object properties are marshalled by the schedular print view page; so they are not present to be displayed. From users@opengroupware.org Thu Feb 15 13:24:16 2007 From: users@opengroupware.org (Helge Hess) Date: Thu, 15 Feb 2007 14:24:16 +0100 Subject: [OGo-Users] FOSDEM 2007 Message-ID: <1537BC32-ACF9-4D84-A62E-6C0C6279DD0F@opengroupware.org> Hi, FOSDEM is on the next weekend (Feb 24/25): http://www.fosdem.org/ If someone else is coming, please drop me a line! We could use a few more people showing OGo at our booth (currently we are two, some backup would be great ;-). Thanks, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Thu Feb 15 13:31:43 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Thu, 15 Feb 2007 08:31:43 -0500 Subject: [OGo-Users] External SMTP auth In-Reply-To: <157B982DD6939449B51FC07ED5533CB2024032@SBS.gmellc.local> References: <157B982DD6939449B51FC07ED5533CB2024032@SBS.gmellc.local> Message-ID: <20070215083143.ol1v3kbioc80wcwk@tyr.morrison.iserv.net> > If I remember correctly, OGo is an Imap client. Thus the outgoing server > that it uses is the Imap server. It is an IMAP client. Outgoing mail is given to the systems local delivery agent, whatever that may be. Usually something like "/usr/lib/sendmail". From users@opengroupware.org Thu Feb 15 13:34:55 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Thu, 15 Feb 2007 08:34:55 -0500 Subject: [OGo-Users] Default value for Comment field In-Reply-To: <157B982DD6939449B51FC07ED5533CB202402F@SBS.gmellc.local> References: <157B982DD6939449B51FC07ED5533CB202402F@SBS.gmellc.local> Message-ID: <20070215083455.yres9jgi8cggs40o@tyr.morrison.iserv.net> > Adam, > I don't have the file LSWAppointmentViewer.m, That is a source file. From users@opengroupware.org Thu Feb 15 13:40:46 2007 From: users@opengroupware.org (Gregory Malsack) Date: Thu, 15 Feb 2007 07:40:46 -0600 Subject: [OGo-Users] Default value for Comment field Message-ID: <157B982DD6939449B51FC07ED5533CB2024035@SBS.gmellc.local> That blows!=20 -----Original Message----- From: users-admin@opengroupware.org [mailto:users-admin@opengroupware.org] On Behalf Of Adam Tauno Williams Sent: Thursday, February 15, 2007 7:35 AM To: users@opengroupware.org Subject: RE: [OGo-Users] Default value for Comment field > Adam, > I don't have the file LSWAppointmentViewer.m, That is a source file. -- OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Thu Feb 15 13:35:30 2007 From: users@opengroupware.org (Gregory Malsack) Date: Thu, 15 Feb 2007 07:35:30 -0600 Subject: [OGo-Users] Viewing OGoExtendedAptAttributes on theSkyAppointmentPrintViewer page. Message-ID: <157B982DD6939449B51FC07ED5533CB2024034@SBS.gmellc.local> I did see the other message where you talked about that. However, you mentioned modifying a specific file. I have done a complete search of my system and do not have that file; thus I cannot follow that instruction. -----Original Message----- From: users-admin@opengroupware.org [mailto:users-admin@opengroupware.org] On Behalf Of Adam Tauno Williams Sent: Thursday, February 15, 2007 7:22 AM To: users@opengroupware.org Subject: Re: [OGo-Users] Viewing OGoExtendedAptAttributes on theSkyAppointmentPrintViewer page. > I have added the following items to the NSGlobalDomain.plist file. > OGoExtendedAptAttributes =3D ( > { > key =3D patientname; > label =3D "Patient Name"; > type =3D 3; > }, > Now I need to get this field on the printview page. Does anyone know=20 > the correct syntax to get the field to show? I have tried several=20 > variations based on this example, the field shows up but without the data. > patientname: SkySubAttribute { > label =3D labels.patientname; > string =3D patientname; > } As I explained in my other message I do not believe the object properties are marshalled by the schedular print view page; so they are not present to be displayed. --=20 OpenGroupware.org Users users@opengroupware.org http://mail.opengroupware.org/mailman/listinfo/users From users@opengroupware.org Fri Feb 16 11:04:28 2007 From: users@opengroupware.org (Jonas) Date: Fri, 16 Feb 2007 12:04:28 +0100 Subject: [OGo-Users] ICal / CalDAV In-Reply-To: <157B982DD6939449B51FC07ED5533CB2024034@SBS.gmellc.local> References: <157B982DD6939449B51FC07ED5533CB2024034@SBS.gmellc.local> Message-ID: <45D58FBC.9000504@ker-c.de> Hello, it is still that I could not see any Web-UI calendar entries in ICal. Is this supposed to change some when? Is there in general any way to integrate with Sunbird or Kontakt meanwhile? Thanks, Jonas From users@opengroupware.org Fri Feb 16 12:33:48 2007 From: users@opengroupware.org (Helge Hess) Date: Fri, 16 Feb 2007 13:33:48 +0100 Subject: [OGo-Users] ICal / CalDAV In-Reply-To: <45D58FBC.9000504@ker-c.de> References: <157B982DD6939449B51FC07ED5533CB2024034@SBS.gmellc.local> <45D58FBC.9000504@ker-c.de> Message-ID: <4DE95A17-65C4-4DC9-862D-D6C357BD54F4@opengroupware.org> On Feb 16, 2007, at 12:04, Jonas wrote: > it is still that I could not see any Web-UI calendar entries in > ICal. Is this supposed to change some when? You need to eleborate a bit more, what does "still" mean? Which iCal.app version do you use? What URL do you use? It works just fine for me. Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Fri Feb 16 14:43:48 2007 From: users@opengroupware.org (Jonas) Date: Fri, 16 Feb 2007 15:43:48 +0100 Subject: [OGo-Users] ICal / CalDAV In-Reply-To: <4DE95A17-65C4-4DC9-862D-D6C357BD54F4@opengroupware.org> References: <157B982DD6939449B51FC07ED5533CB2024034@SBS.gmellc.local> <45D58FBC.9000504@ker-c.de> <4DE95A17-65C4-4DC9-862D-D6C357BD54F4@opengroupware.org> Message-ID: <45D5C324.9000802@ker-c.de> That this is supposed to work, is the most important answer. "Still" means: (a) I tried some months before and (b) I was hoping for a working integration since several years. Now this is a new installation on a freshly installed Ubuntu server with the trunk packages from 2 weeks before with a totally new database and 2 users for testing in there. You are right, it does more meanwhile. If I add events with ab external calendar (not necessarily ICal), it will report this back and replicate. It will not be visible in the Web-UI though. If I add an event in the Web-UI, it will not show up in ICal. Additionally, if I add attendees, those tend to vanish shortly later if I look at a downloaded ICS file. I am trying with the newest version of Sunbird, using: https://hostname/zidestore/user/Calendar/calendar.ics Any suggestions? Thanks so far. Helge Hess schrieb: > On Feb 16, 2007, at 12:04, Jonas wrote: >> it is still that I could not see any Web-UI calendar entries in >> ICal. Is this supposed to change some when? > > You need to eleborate a bit more, what does "still" mean? Which > iCal.app version do you use? What URL do you use? > > It works just fine for me. > > Helge > --Helge Hess > http://www.helgehess.eu/ > > > --OpenGroupware.org Users > users@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/users > From users@opengroupware.org Fri Feb 16 15:49:45 2007 From: users@opengroupware.org (Sebastian Reitenbach) Date: Fri, 16 Feb 2007 16:49:45 +0100 Subject: [OGo-Users] Could not execute command mail for types Message-ID: <20070216154946.65D64395E7@l00-bugdead-prods.de> Hi, since I upgraded the server from a suse 9.2 to a suse 10.2, and also upgrading from OGo from version 1.1.3 or 1.1.4 to 1.1.6, some of my users have problems sending links to project files, using the send button. Immediately after clicking the send button, a window pops up, stating: SKYRIX: Could not exectute command mail for types eo-gid/doc. In the logfile i then can see the following error message: ==> OpenGroupware.woa-2-err.log <== Feb 16 15:18:35 OpenGroupware [32343]: ERROR[-[SkyProjectFileManagerCache initWithContext:projectGlobalID:]] missing project Feb 16 15:18:36 OpenGroupware [32343]: SkyProject4DocumentViewer could not create filemanager for pgid <0x0xac9208c[EOKeyGlobalID]: Project 4294967295>, document <0x0xac36ce4[EOKeyGlobalID]: Doc 2373620> Feb 16 15:18:36 OpenGroupware [32343]: [WARN] (7E577E570745D56F72) Could not execute command mail for types ( ) Feb 16 15:18:36 OpenGroupware [32343]: [WARN] [ogo-rm] (-[OWResourceManager resourcesPath]): Resources path /var/lib/opengroupware.org/OpenGroupware.woa/Resources does not exist ! Feb 16 15:18:36 OpenGroupware [32343]: -[SkyP4DocumentIcon appendToResponse:inContext:]: did not find mime-icon 'mimeicon_image_png_16x19.gif' other users can send this file, without problem. In one case, the user who had problems sending the file, was the project lead of the project, so I cannot be the permissions. The user who had problems sending the above file, had no problem to send a pdf file. Is this a known problem for somebody, and might have a solution to it? kind regards Sebastian From users@opengroupware.org Fri Feb 16 15:58:56 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Fri, 16 Feb 2007 10:58:56 -0500 Subject: [OGo-Users] Could not execute command mail for types In-Reply-To: <20070216154946.65D64395E7@l00-bugdead-prods.de> References: <20070216154946.65D64395E7@l00-bugdead-prods.de> Message-ID: <1171641536.7485.5.camel@aleph.whitemice.org> --=-9T+cyQuB2al0Mo52BAMh Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > since I upgraded the server from a suse 9.2 to a suse 10.2, and also upgr= ading > from OGo=20 > from version 1.1.3 or 1.1.4 to 1.1.6, some of my users have problems send= ing > links to=20 > project files, using the send button. Immediately after clicking the send > button, a window=20 > pops up, stating: > SKYRIX: Could not exectute command mail for types eo-gid/doc. > In the logfile i then can see the following error message: > =3D=3D> OpenGroupware.woa-2-err.log <=3D=3D > Feb 16 15:18:35 OpenGroupware [32343]: ERROR[-[SkyProjectFileManagerCache= =20 > initWithContext:projectGlobalID:]] missing project > Feb 16 15:18:36 OpenGroupware [32343]: SkyProject4DocumentViewer could no= t > create=20 > filemanager for pgid <0x0xac9208c[EOKeyGlobalID]: Project 4294967295>, do= cument=20 > <0x0xac36ce4[EOKeyGlobalID]: Doc 2373620> > Feb 16 15:18:36 OpenGroupware [32343]: [WARN] (7E577E570745D56F72) Could = not > execute=20 > command mail for types ( > > ) > Feb 16 15:18:36 OpenGroupware [32343]: [WARN] [ogo-rm] (-[OWResourceManag= er=20 > resourcesPath]): Resources path > /var/lib/opengroupware.org/OpenGroupware.woa/Resources=20 > does not exist ! > Feb 16 15:18:36 OpenGroupware [32343]: -[SkyP4DocumentIcon > appendToResponse:inContext:]:=20 > did not find mime-icon 'mimeicon_image_png_16x19.gif' Does "/var/lib/opengroupware.org/OpenGroupware.woa/Resources/mimeicon_image_png_= 16x19.gif" exist? Do you see mime-type images when in the documents tab of the project? > other users can send this file, without problem. In one case, the user wh= o had > problems=20 > sending the file, was the project lead of the project, so I cannot be the > permissions. > The user who had problems sending the above file, had no problem to send = a pdf > file. > Is this a known problem for somebody, and might have a solution to it? --=-9T+cyQuB2al0Mo52BAMh Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBF1dS/LRePpNle04MRAusXAJ9+JKhXFrN58t/KZNipFWKsItuzTQCfSb4H YgmHasKnjkTg4dXAhFGsBHk= =Jh6C -----END PGP SIGNATURE----- --=-9T+cyQuB2al0Mo52BAMh-- From users@opengroupware.org Fri Feb 16 16:12:29 2007 From: users@opengroupware.org (Sebastian Reitenbach) Date: Fri, 16 Feb 2007 17:12:29 +0100 Subject: [OGo-Users] Could not execute command mail for types Message-ID: <20070216161230.4F549396C3@l00-bugdead-prods.de> Hi adam, thanks for your fast response, users@opengroupware.org wrote: > > since I upgraded the server from a suse 9.2 to a suse 10.2, and also upgrading > > from OGo > > from version 1.1.3 or 1.1.4 to 1.1.6, some of my users have problems sending > > links to > > project files, using the send button. Immediately after clicking the send > > button, a window > > pops up, stating: > > SKYRIX: Could not exectute command mail for types eo-gid/doc. > > In the logfile i then can see the following error message: > > ==> OpenGroupware.woa-2-err.log <== > > Feb 16 15:18:35 OpenGroupware [32343]: ERROR[-[SkyProjectFileManagerCache > > initWithContext:projectGlobalID:]] missing project > > Feb 16 15:18:36 OpenGroupware [32343]: SkyProject4DocumentViewer could not > > create > > filemanager for pgid <0x0xac9208c[EOKeyGlobalID]: Project 4294967295>, document > > <0x0xac36ce4[EOKeyGlobalID]: Doc 2373620> > > Feb 16 15:18:36 OpenGroupware [32343]: [WARN] (7E577E570745D56F72) Could not > > execute > > command mail for types ( > > > > ) > > Feb 16 15:18:36 OpenGroupware [32343]: [WARN] [ogo-rm] (-[OWResourceManager > > resourcesPath]): Resources path > > /var/lib/opengroupware.org/OpenGroupware.woa/Resources > > does not exist ! > > Feb 16 15:18:36 OpenGroupware [32343]: -[SkyP4DocumentIcon > > appendToResponse:inContext:]: > > did not find mime-icon 'mimeicon image png 16x19.gif' > > Does > "/var/lib/opengroupware.org/OpenGroupware.woa/Resources/mimeicon image png 16x19.gif" exist? no, the Resources folder is not there, the document in question was a png image, therefore I am wondering, why ogo thinks it is a eo-gid/doc. Or is this doc sth. generic? > > Do you see mime-type images when in the documents tab of the project? I see other mime type icons, it is just, that for png no one is there. I doubt that this missing icon is the actual problem, as other user have no problem to send exactly this link to that file. > > > other users can send this file, without problem. In one case, the user who had > > problems > > sending the file, was the project lead of the project, so I cannot be the > > permissions. > > The user who had problems sending the above file, had no problem to send a pdf > > file. > > Is this a known problem for somebody, and might have a solution to it? > > kind regards Sebastian From users@opengroupware.org Fri Feb 16 16:30:30 2007 From: users@opengroupware.org (Jonas) Date: Fri, 16 Feb 2007 17:30:30 +0100 Subject: [OGo-Users] ICal / CalDAV In-Reply-To: <45D5C324.9000802@ker-c.de> References: <157B982DD6939449B51FC07ED5533CB2024034@SBS.gmellc.local> <45D58FBC.9000504@ker-c.de> <4DE95A17-65C4-4DC9-862D-D6C357BD54F4@opengroupware.org> <45D5C324.9000802@ker-c.de> Message-ID: <45D5DC26.3060802@ker-c.de> It seems to work with kontact version 1.2.3, using GroupDAV. I needed to use the following URL first: https://host/zidestore/dav/user. There I could the download the folders and select the calendar for reading (always check left and right buttons), but it would not store events. Then I changed the URL to https://host/zidestore/dav/user/Calendar without touching the folders again, and it worked. It also showed the events from the Web UI, and vice versa. Synchronizing with Sunbird extension using CalDAV did not do anything (has this another URL?). Sunbird with ICal seems to screw the identities, that is why the events are invisible. Thanks, Jonas. Jonas schrieb: > That this is supposed to work, is the most important answer. "Still" > means: (a) I tried some months before and (b) I was hoping for a > working integration since several years. > > Now this is a new installation on a freshly installed Ubuntu server > with the trunk packages from 2 weeks before with a totally new > database and 2 users for testing in there. > > You are right, it does more meanwhile. If I add events with ab > external calendar (not necessarily ICal), it will report this back > and replicate. It will not be visible in the Web-UI though. If I add > an event in the Web-UI, it will not show up in ICal. Additionally, if > I add attendees, those tend to vanish shortly later if I look at a > downloaded ICS file. > > I am trying with the newest version of Sunbird, using: > https://hostname/zidestore/user/Calendar/calendar.ics > > Any suggestions? > > Thanks so far. > > > Helge Hess schrieb: >> On Feb 16, 2007, at 12:04, Jonas wrote: >>> it is still that I could not see any Web-UI calendar entries in >>> ICal. Is this supposed to change some when? >> >> You need to eleborate a bit more, what does "still" mean? Which >> iCal.app version do you use? What URL do you use? >> >> It works just fine for me. >> >> Helge >> --Helge Hess >> http://www.helgehess.eu/ >> >> >> --OpenGroupware.org Users >> users@opengroupware.org >> http://mail.opengroupware.org/mailman/listinfo/users >> > > From users@opengroupware.org Fri Feb 16 21:43:47 2007 From: users@opengroupware.org (John Ross) Date: Fri, 16 Feb 2007 16:43:47 -0500 (EST) Subject: [OGo-Users] Updated Time zone info? Message-ID: <20070216163113.F13701@www.fenks.org> Hi there, I'm just wondering if anyone has update time zone info for libFoundation, before I s