From users@opengroupware.org Sun Jul 1 11:55:16 2007 From: users@opengroupware.org (Mark Pavlichuk) Date: Sun, 01 Jul 2007 20:55:16 +1000 Subject: [OGo-Users] RE: opengroupware on debian 4.0 etch x86_64 Message-ID: <46878814.1050403@internode.on.net> > i have a machine with debian etch 4.0 amd64. i tried to install > opengroupware for etch. unfortunatly, there doesn't exist x86_64 > version only i386. I second this... I just tried installing myself from a 64 bit system, and the package manager tried and failed to retrieve a package list from http://download.opengroupware.org/nightly/packages/debian/dists/etch/trunk/binary-amd64/Packages.gz . I've been running a 64bit kernel with a 32bit userland on my experimental system which is why I didn't encounter this problem myself until now. -Mark From users@opengroupware.org Sun Jul 1 13:35:13 2007 From: users@opengroupware.org (Helge Hess) Date: Sun, 1 Jul 2007 14:35:13 +0200 Subject: [OGo-Users] Speed after Backup-Recovery In-Reply-To: <20070630152454.BC7E83913A4@lx-sv-01.brain-biotech.de> References: <20070630152454.BC7E83913A4@lx-sv-01.brain-biotech.de> Message-ID: On 30.06.2007, at 17:24, Christian Naumer wrote: > users@opengroupware.org wrote: >> As mentioned before you should also check that the obj_info table is >> properly filled (pg-fill-objinfo.psql SQL script). > The table has 4200 rows. Is that reasonable? No. My test DB with ~10.000 contacts has: OGo=> SELECT COUNT(*) FROM obj_info; ---snip--- count -------- 100538 (1 row) ---snap--- >> I think this table is used by object::get-by-globalid (the 52s >> thing). > Where do I find the script? http://svn.opengroupware.org/viewcvs/trunk/Database/PostgreSQL/pg- fill-objinfo.psql?rev=1222&view=auto Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Mon Jul 2 11:11:15 2007 From: users@opengroupware.org (Frank Reppin) Date: Mon, 02 Jul 2007 12:11:15 +0200 Subject: [OGo-Users] Ogo 1.1.7 packages for Etch / Wrong dependencies In-Reply-To: <4686190B.3060803@fit.fraunhofer.de> References: <4686190B.3060803@fit.fraunhofer.de> Message-ID: <4688CF43.8020305@opengroupware.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hiyas, Sven Arnold wrote: > Hi all, > > I just noticed, that there are 1.1.6 and 1.1.7 packages for Debian Etch > on download.opengroupware.org. Thanks a lot to whoever maintains these > packages (in the .deb file given maintainer is Sebastian Ley, but I > thought Frank Reppin uploaded them). > > However there is a slight inconsistency in the dependencies of: > > Package: opengroupware.org-environment > Source: opengroupware.org > Version: 1.1.7-1 > Priority: extra > Section: web > Depends: daemon, opengroupware.org-database-scripts, libfoundation1.1-tools > > > libfoundation1.1-tools does not exist on download, probably it should > refer to libfoundation-tools as in 1.1.6? aye - thanks for pointing this out. I've just fixed the packages in question (ThirdParty/) for Debian Etch and it now installs fine - without any glitches. (you might want to 'purge' your old package cache in order to retrieve the 'new' builds... avoiding 'Size Mismatch' errors) HTH, 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 iD8DBQFGiM9C9Atrv5KxwOwRAo/AAJ9IL5FTkAVuRVdY3jNOU6Q3Hbm0JgCgmbnq 6zr2lhiM8E2ldgt91N6/G3I= =HE2J -----END PGP SIGNATURE----- From users@opengroupware.org Mon Jul 2 13:29:34 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Mon, 02 Jul 2007 08:29:34 -0400 Subject: [OGo-Users] opengroupware on debian 4.0 etch x86_64 In-Reply-To: <20070630173119.43170@gmx.net> References: <20070630173119.43170@gmx.net> Message-ID: <20070702082934.z5bojeq4v4gks80c@tyr.morrison.iserv.net> > i have a machine with debian etch 4.0 amd64. i tried to install > opengroupware for etch. unfortunatly, there doesn't exist x86_64 > version only i386. > so what is the recommended setup here? > selfcompile (maybe using sogo from inverse) or SOGo and OGo (despite the really confusing naming) are not the same product. They are quite different in features, architecture, etc... > install a i386 chroot? Would be my recommendation; there really isn't any point/benefit to a 64bit OGo. PostgreSQL might benefit from 64bit - if you have oodles of RAM. > or are there any plan's so ogo get also precompiled for x86_64? From users@opengroupware.org Mon Jul 2 15:28:25 2007 From: users@opengroupware.org (Wolfgang Sourdeau) Date: Mon, 02 Jul 2007 10:28:25 -0400 Subject: [OGo-Users] opengroupware on debian 4.0 etch x86_64 In-Reply-To: <20070702082934.z5bojeq4v4gks80c@tyr.morrison.iserv.net> Message-ID: <5e4390ee226d73d21f94b50592515852@ip216-239-66-52.vif.net> On 2007-07-02 08:29:34 -0400 Adam Tauno Williams wrote: >> i have a machine with debian etch 4.0 amd64. i tried to install >> opengroupware for etch. unfortunatly, there doesn't exist x86_64 >> version >> only i386. >> so what is the recommended setup here? >> selfcompile (maybe using sogo from inverse) or > > SOGo and OGo (despite the really confusing naming) are not the same > product. > They are quite different in features, architecture, etc... SOGo does work on amd64 architecture so you could compile it by hand (since it has not yet been packaged for Debian). Regarding OGo, maybe the person in charge of the OGo package hasn't tried it yet... Or you could simply mail him/her to know why it would not work. Most of the time, porting a C-based application to 64bit architecture is quite trivial. Wolfgang From users@opengroupware.org Mon Jul 2 15:30:32 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Mon, 02 Jul 2007 10:30:32 -0400 Subject: [OGo-Users] opengroupware on debian 4.0 etch x86_64 In-Reply-To: <5e4390ee226d73d21f94b50592515852@ip216-239-66-52.vif.net> References: <5e4390ee226d73d21f94b50592515852@ip216-239-66-52.vif.net> Message-ID: <1183386632.4494.3.camel@aleph.whitemice.org> --=-iiQ+QSBLuONOuYfAs0h/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > >> i have a machine with debian etch 4.0 amd64. i tried to install=20 > >> opengroupware for etch. unfortunatly, there doesn't exist x86_64 =20 > >> version=20 > >> only i386. > >> so what is the recommended setup here? > >> selfcompile (maybe using sogo from inverse) or > > SOGo and OGo (despite the really confusing naming) are not the same =20 > > product.=20 > > They are quite different in features, architecture, etc... > SOGo does work on amd64 architecture so you could compile it by hand=20 > (since it has not yet been packaged for Debian). Regarding OGo, maybe=20 > the person in charge of the OGo package hasn't tried it yet... Or you=20 > could simply mail him/her to know why it would not work. Most of the=20 > time, porting a C-based application to 64bit architecture is quite=20 > trivial. I believe OGo has been compiled for 64bit [awhile ago], there are just no packages. --=-iiQ+QSBLuONOuYfAs0h/ 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) iD8DBQBGiQwILRePpNle04MRAvyJAJ4z5hSfFE6zYYQglgNhoo4AYkozWwCfQuIR aRQvkPkp4VDe5lNOVCOm7ck= =y7ht -----END PGP SIGNATURE----- --=-iiQ+QSBLuONOuYfAs0h/-- From users@opengroupware.org Mon Jul 2 18:47:28 2007 From: users@opengroupware.org (Stegbauer) Date: Mon, 02 Jul 2007 19:47:28 +0200 Subject: [OGo-Users] opengroupware on debian 4.0 etch x86_64 In-Reply-To: <1183386632.4494.3.camel@aleph.whitemice.org> References: <5e4390ee226d73d21f94b50592515852@ip216-239-66-52.vif.net> <1183386632.4494.3.camel@aleph.whitemice.org> Message-ID: <20070702174728.44160@gmx.net> > I believe OGo has been compiled for 64bit [awhile ago], there are just > no packages. that's the point. i have to compile version for my self, cause i didn't find x86_64 (amd64) packages. so i thought about compiling SOGo, cause the syncronisation looks better and compiling is maybe a little bit easier. if there is a howto i can also provide amd64 debian package's if wanted. greetings thomas -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer From users@opengroupware.org Mon Jul 2 19:12:37 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Mon, 02 Jul 2007 14:12:37 -0400 Subject: [OGo-Users] opengroupware on debian 4.0 etch x86_64 In-Reply-To: <20070702174728.44160@gmx.net> References: <5e4390ee226d73d21f94b50592515852@ip216-239-66-52.vif.net> <1183386632.4494.3.camel@aleph.whitemice.org> <20070702174728.44160@gmx.net> Message-ID: <1183399957.4494.6.camel@aleph.whitemice.org> --=-SS2DYuNIevLFbeC8/MwN Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > > I believe OGo has been compiled for 64bit [awhile ago], there are just > > no packages. > that's the point. i have to compile version for my self, cause i didn't f= ind=20 > x86_64 (amd64) packages. > so i thought about compiling SOGo, cause the syncronisation looks better = and compiling is=20 > maybe a little bit easier. There is now a SOGo specific mailing list: http://mail.opengroupware.org/mailman/listinfo/sogo > if there is a howto i can also provide amd64 debian package's if wanted. There is information on compiling SOGo in the mail archives. --=-SS2DYuNIevLFbeC8/MwN 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) iD8DBQBGiUAVLRePpNle04MRAsdIAJ9OPJbCf5otRYtQNk15ClKy0u/vMgCfZVsJ oBPYUsFmesNugSA2GcL8nBM= =RCvo -----END PGP SIGNATURE----- --=-SS2DYuNIevLFbeC8/MwN-- From users@opengroupware.org Mon Jul 2 23:22:42 2007 From: users@opengroupware.org (Sivasu) Date: Tue, 03 Jul 2007 00:22:42 +0200 Subject: [OGo-Users] evolution->zidestore connection Message-ID: <1183414963.26796.20.camel@H9WST> Hi, I have a question regarding one thing that is unclear to me. I have a debian testing system and I've recently succesfully (?) installed ogo trunk packages for etch from your repository. As a result I have it working flawlessly through web interface . Nevertheless my goal from the very beginning was to able to integrate it with evolution (currently 2.6.3). My choice was ogo because I've got an impression that I can connect to it through evo exchange plugin. Could you please clarify that for me? When I try to setup a new exchange account in evo and connect to my zidestore at http://host/zidestore/so/user it fails and this appears in the log: Jul 02 21:25:37 ogo-zidestore-1.5 [9400]: |ogo-zidestore-1| ERROR: cannot fetch logins, no cmdctx! Jul 02 21:25:37 ogo-zidestore-1.5 [9400]: WOxElemBuilder: could not locate builders: WExCalElemBuilder,WExDnDElemBuilder,WExExtElemBuilder,WOxExtElemBuilder Jul 02 21:25:37 ogo-zidestore-1.5 [9400]: WOCompoundElement: pool embedding is on. Jul 02 21:25:37 ogo-zidestore-1.5 [9400]: WOCompoundElement: id logging is on. Jul 02 21:25:37 ogo-zidestore-1.5 [9400]: [WARN] <0x0x8805c4c[WOChildComponentReference]> -[WOChildComponentReference appendToResponse:inContext:]: did not find parent component of child R.0 Regarding evolution-groupdav connector.. can you please give me some overview of its status and how it compares to evo exchange plugin? Thanks in advance. ________________________________________________________________________ Pozdrawiam, sivasu Illinois University HAL Laboratories From users@opengroupware.org Mon Jul 2 23:42:03 2007 From: users@opengroupware.org (Robert de Geus) Date: Tue, 03 Jul 2007 00:42:03 +0200 Subject: [OGo-Users] evolution->zidestore connection In-Reply-To: <1183414963.26796.20.camel@H9WST> References: <1183414963.26796.20.camel@H9WST> Message-ID: <1183416123.31499.0.camel@home> Hi There, This plugin does not work, an alpha plugin (evolution-groupdav) is available through www.groupdav.org gr. Robert On Tue, 2007-07-03 at 00:22 +0200, Sivasu wrote: > Hi, > I have a question regarding one thing that is unclear to me. > I have a debian testing system and I've recently succesfully (?) > installed ogo trunk packages for etch from your repository. > As a result I have it working flawlessly through web interface . > Nevertheless my goal from the very beginning was to able to integrate > it with evolution (currently 2.6.3). > My choice was ogo because I've got an impression that I can connect to > it through evo exchange plugin. > Could you please clarify that for me? > When I try to setup a new exchange account in evo and connect to my > zidestore at http://host/zidestore/so/user > it fails and this appears in the log: > > Jul 02 21:25:37 ogo-zidestore-1.5 [9400]: |ogo-zidestore-1| ERROR: > cannot fetch logins, no cmdctx! > Jul 02 21:25:37 ogo-zidestore-1.5 [9400]: WOxElemBuilder: could not > locate builders: > WExCalElemBuilder,WExDnDElemBuilder,WExExtElemBuilder,WOxExtElemBuilder > Jul 02 21:25:37 ogo-zidestore-1.5 [9400]: WOCompoundElement: pool > embedding is on. > Jul 02 21:25:37 ogo-zidestore-1.5 [9400]: WOCompoundElement: id logging > is on. > Jul 02 21:25:37 ogo-zidestore-1.5 [9400]: [WARN] > <0x0x8805c4c[WOChildComponentReference]> -[WOChildComponentReference > appendToResponse:inContext:]: did not find parent component of child R.0 > > Regarding evolution-groupdav connector.. can you please give me some > overview of its status and how it compares to evo exchange plugin? > > Thanks in advance. > > > ________________________________________________________________________ > > > Pozdrawiam, > sivasu > > Illinois University > HAL Laboratories > From users@opengroupware.org Tue Jul 3 02:19:34 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Mon, 02 Jul 2007 21:19:34 -0400 Subject: [OGo-Users] evolution->zidestore connection In-Reply-To: <1183414963.26796.20.camel@H9WST> References: <1183414963.26796.20.camel@H9WST> Message-ID: <1183425574.4100.6.camel@aleph.whitemice.org> > I have a question regarding one thing that is unclear to me. > I have a debian testing system and I've recently succesfully (?) > installed ogo trunk packages for etch from your repository. > As a result I have it working flawlessly through web interface . > Nevertheless my goal from the very beginning was to able to integrate > it with evolution (currently 2.6.3). > My choice was ogo because I've got an impression that I can connect to > it through evo exchange plugin. > Could you please clarify that for me? As stated in the FAQ: http://www.opengroupware.org/en/users/faq/index.html In the moment this does not resolve the issue that ZideStore only works with Ximian Connector 1.2 and that the new 1.4 version is not supported. Yet having the source available open incompatibility issue are now much easier to resolve. Use of the Evolution Exchange connector is entirely historic. > Regarding evolution-groupdav connector.. can you please give me some > overview of its status and how it compares to evo exchange plugin? It installs, and does something. But it doesn't work. There has been a recent thread on this subject. I don't know if there is ongoing development of the connector. From users@opengroupware.org Tue Jul 3 02:22:07 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Mon, 02 Jul 2007 21:22:07 -0400 Subject: [OGo-Users] evolution->zidestore connection In-Reply-To: <1183416123.31499.0.camel@home> References: <1183414963.26796.20.camel@H9WST> <1183416123.31499.0.camel@home> Message-ID: <1183425727.4100.9.camel@aleph.whitemice.org> > Hi There, > This plugin does not work, an alpha plugin (evolution-groupdav) is > available through www.groupdav.org You can checkout the source code from: http://svn.opengroupware.org/OGoProjects/evolution-groupdav/trunk/ It should configure;make;make install without incident provided you have the development environment installed. From users@opengroupware.org Wed Jul 4 11:23:30 2007 From: users@opengroupware.org (Sandy Lelarge) Date: Wed, 04 Jul 2007 12:23:30 +0200 Subject: [OGo-Users] How to crypt password to ogo database. Message-ID: <468B7522.7040509@cg51.fr> This is a multi-part message in MIME format. --------------000205050005010308070603 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit hi all, I want to build a "like sso" authentification to ogo and zidestore . I know all imap password of my users and I want to push this password to Ogo after the user as been auth by apache (via mod_auth_kerb). I wanted to know how to update (crypt) this password to the database or how to use the ogo-runcmd command. I tried "ogo-runcmd -login admin -password ****** account::change-password *username password*" but without success. It tells me : <0x0x85541ec[LSChangePasswordCommand]> -[LSChangePasswordCommand takeValue:forKey:]: key *username *(value: *test*) is not setable in change-password command Is anyone knowing how to do ? Thanx -- M Sandy Lelarge Conseil Général de la Marne Service Informatique 2 bis, rue de Jessaint 51038 Châlons en Champagne cedex tel : 03.26.69.39.29 email : lelarges@cg51.fr ****************************************************************************************************************************** Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel. Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie. Le present message pouvant-etre altere a notre insu, le conseil général de la Marne ne peut pas etre engage par son contenu. ****************************************************************************************************************************** --------------000205050005010308070603 Content-Type: text/x-vcard; charset=utf-8; name="lelarges.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="lelarges.vcf" begin:vcard fn:Sandy Lelarge n:Lelarge;Sandy org;quoted-printable:Conseil g=C3=A9n=C3=A9ral de la marne;Service informatique adr:;;2 bis, rue de jessaint;Chalons en champagne;;51000;France email;internet:lelarges@cg51.fr tel;work:0326693929 note;quoted-printable:-----BEGIN PGP PUBLIC KEY BLOCK-----=0D=0A= Version: GnuPG v1.4.4 (MingW32)=0D=0A= =0D=0A= mQGiBESjea8RBADjQNDqAFORO/P/W7xpFulQLSusX1Vr/Yz9MOseZxOkoatfAuO5=0D=0A= dJx5A2Qnbg6etu45m4WUkWp1Ac3gvfyEEnhwT/tjCgr0t2LRcw5iI5HpEnaANfya=0D=0A= VKYLg1k+sKj2Y2ITRSnqv2TEEfO8ZkTr7bm7fz0x20+QDaIpMVWodLyy5wCgotMp=0D=0A= eSy5G5ob22Ah2mU2E5B4+ScEAL1wN2HDsHIpB2vpKD8ZQQs7aUCy+055PF6Ndh5L=0D=0A= jYQoRIP8OITS9fT2Qg18XGIJqp6dIVrPm1QAJ+YvaP9mDh6PzYX83Vt1v5XKDuMh=0D=0A= kRNliN+Fyh7EdF3f2S1+HlNMeyWj5tMq3TQeD57dyuDc4elOAvaMwwkQk+mxOYBN=0D=0A= UKvCA/9X8k6pNeJd9zb8mgdD8kOiEeIbUaX63d4T5CLRCwLpKPfIzJaEOzjnfShp=0D=0A= f7ALXCQkqzDi7PE0N/4L3SpyWo6e46e7jBS15i+yidBD04Rj8SOmizARi/h6q5V8=0D=0A= o+ZXHjtaqLtDdq7zJwRrL4aWXCgC60eTrrTtyHOFmNlYCcu1orQgU2FuZHkgTGVs=0D=0A= YXJnZSA8bGVsYXJnZXNAY2c1MS5mcj6IZgQTEQIAJgUCRKN5rwIbIwUJCWYBgAYL=0D=0A= CQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEEgT12Tz6RvFTlkAnRlnbh+7i1faodvF=0D=0A= nV/yVr9taSVLAJ96kzLM/4YPbzLU3gPYe3gGpcYPnbkCDQREo3nHEAgAm+cmYQh4=0D=0A= 2Z2tqeWKR87VrfZJI8NDIKYIfIMPeXQFqQJeuLhouvTLzzphTzzYPIHmYqKZoXzG=0D=0A= tkFKT7DXfxHqmThrSgn6Bk1Ffl8zbW2+WbjOda9NuHPs0EweSj8M3EYURWX0+fsj=0D=0A= iqwk9GGQ5kdohTdlnlgtyZXN/UtyD0FXh2j/hftXPkQ/DbPtKNtchygNEhzWA3jq=0D=0A= SScZWWx2xsKN7f4Uu8nSTDHlQrjEvKiUiAIJNHKpitkEuP4dW91ddRQ4dklDOC0P=0D=0A= 9L8zQ1pE5ChPPt1i0/TKhW7OZuEPfr4mVHHsuPGghdL2yOestWGbqjITTOk/mb7t=0D=0A= Zj1m/1GywKVRJwADBQf/ZwBPBoCV8ZdFXvZnrXANzHFfhrNyUxmPZ2rTOdGnbb8H=0D=0A= 7vbUWU9w5AjyMExv2C1kATZtMzWcFSNx01KW00D+QZZLhDWQR29xEf+fGQ2UNJvM=0D=0A= P3fJAMn5w+cgUIYOuX1OGavwo74Ff0QKJ5xK3SW37gS15LqrideJ1pFVqmrWImqG=0D=0A= r0spZwCtYvSpdri61KjvBsStMDdxa+pX9ZbZ3bPO3z5QWr7+drifUUmIBuzHzU0u=0D=0A= BCKJTf5/yzLijsi6uiSqrxzGxrGW8TRR2JrL+sDhnRZS/jVGOAJDsH2nnF9Ivmv3=0D=0A= i/mpkW24yvDn1HxOPPlVtIBafCyp7Xo8LNVskHVqA4hPBBgRAgAPBQJEo3nHAhsM=0D=0A= BQkJZgGAAAoJEEgT12Tz6RvF/HsAnihXBwsYP0qFd7/O46Za4HVVwqqmAKCa/Jcv=0D=0A= Btb1S0oHoJw28cRfFcgliQ=3D=3D=0D=0A= =3DlytH=0D=0A= -----END PGP PUBLIC KEY BLOCK----- url:http://www.marne.fr version:2.1 end:vcard --------------000205050005010308070603-- From users@opengroupware.org Thu Jul 5 09:33:32 2007 From: users@opengroupware.org (Helge Hess) Date: Thu, 5 Jul 2007 10:33:32 +0200 Subject: [OGo-Users] How to crypt password to ogo database. In-Reply-To: <468B7522.7040509@cg51.fr> References: <468B7522.7040509@cg51.fr> Message-ID: <3A3FA4A2-2FA8-4F7C-BBD3-F17A194ECD7C@opengroupware.org> On 04.07.2007, at 12:23, Sandy Lelarge wrote: > I wanted to know how to update (crypt) this password to the database I'm not entirely sure what your question is. 'man crypt'? The password is hashed using the standard Unix crypt() function. > or how to use the ogo-runcmd command. The account::change-password command takes an account object as the first argument, so you can't invoke it on the shell. Greets, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Thu Jul 5 15:53:29 2007 From: users@opengroupware.org (Sandy Lelarge) Date: Thu, 05 Jul 2007 16:53:29 +0200 Subject: [OGo-Users] How to crypt password to ogo database. In-Reply-To: <3A3FA4A2-2FA8-4F7C-BBD3-F17A194ECD7C@opengroupware.org> References: <468B7522.7040509@cg51.fr> <3A3FA4A2-2FA8-4F7C-BBD3-F17A194ECD7C@opengroupware.org> Message-ID: <468D05E9.5050308@cg51.fr> This is a multi-part message in MIME format. --------------020804090700020807000202 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Helge Hess a écrit : > On 04.07.2007, at 12:23, Sandy Lelarge wrote: >> I wanted to know how to update (crypt) this password to the database > > I'm not entirely sure what your question is. 'man crypt'? The password > is hashed using the standard Unix crypt() function. > >> or how to use the ogo-runcmd command. > > The account::change-password command takes an account object as the > first argument, so you can't invoke it on the shell. > > Greets, > Helge > --Helge Hess > http://www.helgehess.eu/ > > > --OpenGroupware.org Users > users@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/users > > > Thank you that's all I need. -- M Sandy Lelarge Conseil Général de la Marne Service Informatique 2 bis, rue de Jessaint 51038 Châlons en Champagne cedex tel : 03.26.69.39.29 email : lelarges@cg51.fr ****************************************************************************************************************************** Ce message ou ses pieces jointes peuvent contenir des informations confidentielles a l'intention exclusive de son destinataire et est couvert par le secret professionnel. Toute utilisation, divulgation ou reproduction de son contenu sont strictement interdits. Si vous avez recu ce message par erreur, merci de le notifier a son expediteur et d'en detruire toute copie. Le present message pouvant-etre altere a notre insu, le conseil général de la Marne ne peut pas etre engage par son contenu. ****************************************************************************************************************************** --------------020804090700020807000202 Content-Type: text/x-vcard; charset=utf-8; name="lelarges.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="lelarges.vcf" begin:vcard fn:Sandy Lelarge n:Lelarge;Sandy org;quoted-printable:Conseil g=C3=A9n=C3=A9ral de la marne;Service informatique adr:;;2 bis, rue de jessaint;Chalons en champagne;;51000;France email;internet:lelarges@cg51.fr tel;work:0326693929 note;quoted-printable:-----BEGIN PGP PUBLIC KEY BLOCK-----=0D=0A= Version: GnuPG v1.4.4 (MingW32)=0D=0A= =0D=0A= mQGiBESjea8RBADjQNDqAFORO/P/W7xpFulQLSusX1Vr/Yz9MOseZxOkoatfAuO5=0D=0A= dJx5A2Qnbg6etu45m4WUkWp1Ac3gvfyEEnhwT/tjCgr0t2LRcw5iI5HpEnaANfya=0D=0A= VKYLg1k+sKj2Y2ITRSnqv2TEEfO8ZkTr7bm7fz0x20+QDaIpMVWodLyy5wCgotMp=0D=0A= eSy5G5ob22Ah2mU2E5B4+ScEAL1wN2HDsHIpB2vpKD8ZQQs7aUCy+055PF6Ndh5L=0D=0A= jYQoRIP8OITS9fT2Qg18XGIJqp6dIVrPm1QAJ+YvaP9mDh6PzYX83Vt1v5XKDuMh=0D=0A= kRNliN+Fyh7EdF3f2S1+HlNMeyWj5tMq3TQeD57dyuDc4elOAvaMwwkQk+mxOYBN=0D=0A= UKvCA/9X8k6pNeJd9zb8mgdD8kOiEeIbUaX63d4T5CLRCwLpKPfIzJaEOzjnfShp=0D=0A= f7ALXCQkqzDi7PE0N/4L3SpyWo6e46e7jBS15i+yidBD04Rj8SOmizARi/h6q5V8=0D=0A= o+ZXHjtaqLtDdq7zJwRrL4aWXCgC60eTrrTtyHOFmNlYCcu1orQgU2FuZHkgTGVs=0D=0A= YXJnZSA8bGVsYXJnZXNAY2c1MS5mcj6IZgQTEQIAJgUCRKN5rwIbIwUJCWYBgAYL=0D=0A= CQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEEgT12Tz6RvFTlkAnRlnbh+7i1faodvF=0D=0A= nV/yVr9taSVLAJ96kzLM/4YPbzLU3gPYe3gGpcYPnbkCDQREo3nHEAgAm+cmYQh4=0D=0A= 2Z2tqeWKR87VrfZJI8NDIKYIfIMPeXQFqQJeuLhouvTLzzphTzzYPIHmYqKZoXzG=0D=0A= tkFKT7DXfxHqmThrSgn6Bk1Ffl8zbW2+WbjOda9NuHPs0EweSj8M3EYURWX0+fsj=0D=0A= iqwk9GGQ5kdohTdlnlgtyZXN/UtyD0FXh2j/hftXPkQ/DbPtKNtchygNEhzWA3jq=0D=0A= SScZWWx2xsKN7f4Uu8nSTDHlQrjEvKiUiAIJNHKpitkEuP4dW91ddRQ4dklDOC0P=0D=0A= 9L8zQ1pE5ChPPt1i0/TKhW7OZuEPfr4mVHHsuPGghdL2yOestWGbqjITTOk/mb7t=0D=0A= Zj1m/1GywKVRJwADBQf/ZwBPBoCV8ZdFXvZnrXANzHFfhrNyUxmPZ2rTOdGnbb8H=0D=0A= 7vbUWU9w5AjyMExv2C1kATZtMzWcFSNx01KW00D+QZZLhDWQR29xEf+fGQ2UNJvM=0D=0A= P3fJAMn5w+cgUIYOuX1OGavwo74Ff0QKJ5xK3SW37gS15LqrideJ1pFVqmrWImqG=0D=0A= r0spZwCtYvSpdri61KjvBsStMDdxa+pX9ZbZ3bPO3z5QWr7+drifUUmIBuzHzU0u=0D=0A= BCKJTf5/yzLijsi6uiSqrxzGxrGW8TRR2JrL+sDhnRZS/jVGOAJDsH2nnF9Ivmv3=0D=0A= i/mpkW24yvDn1HxOPPlVtIBafCyp7Xo8LNVskHVqA4hPBBgRAgAPBQJEo3nHAhsM=0D=0A= BQkJZgGAAAoJEEgT12Tz6RvF/HsAnihXBwsYP0qFd7/O46Za4HVVwqqmAKCa/Jcv=0D=0A= Btb1S0oHoJw28cRfFcgliQ=3D=3D=0D=0A= =3DlytH=0D=0A= -----END PGP PUBLIC KEY BLOCK----- url:http://www.marne.fr version:2.1 end:vcard --------------020804090700020807000202-- From users@opengroupware.org Fri Jul 6 14:09:55 2007 From: users@opengroupware.org (Stegbauer) Date: Fri, 06 Jul 2007 15:09:55 +0200 Subject: [OGo-Users] How to crypt password to ogo database. In-Reply-To: <468B7522.7040509@cg51.fr> References: <468B7522.7040509@cg51.fr> Message-ID: <20070706130955.262510@gmx.net> hi sandy, an other possibility would be to use: LSUseBasicAuthentication = 1; LSUseLowercaseLogin = YES; in NSGlobalDomain.plist with this parameter, the authenticated username from apache (ssl prefered ;) would be used. i am not sure, but i think there is a howto use kerbereos and so on. greetings thomas -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer From users@opengroupware.org Fri Jul 6 14:09:55 2007 From: users@opengroupware.org (Stegbauer) Date: Fri, 06 Jul 2007 15:09:55 +0200 Subject: [OGo-Users] How to crypt password to ogo database. In-Reply-To: <468B7522.7040509@cg51.fr> References: <468B7522.7040509@cg51.fr> Message-ID: <20070706130955.262510@gmx.net> hi sandy, an other possibility would be to use: LSUseBasicAuthentication = 1; LSUseLowercaseLogin = YES; in NSGlobalDomain.plist with this parameter, the authenticated username from apache (ssl prefered ;) would be used. i am not sure, but i think there is a howto use kerbereos and so on. greetings thomas -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer From users@opengroupware.org Fri Jul 6 14:33:35 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Fri, 06 Jul 2007 09:33:35 -0400 Subject: [OGo-Users] How to crypt password to ogo database. In-Reply-To: <20070706130955.262510@gmx.net> References: <468B7522.7040509@cg51.fr> <20070706130955.262510@gmx.net> Message-ID: <1183728815.4498.29.camel@aleph.whitemice.org> --=-dLqbzuuwFfUSj9Ka3u9o Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > an other possibility would be to use: > LSUseBasicAuthentication =3D 1; > LSUseLowercaseLogin =3D YES; > in NSGlobalDomain.plist > with this parameter, the authenticated username from apache (ssl prefered= ;) would be used. I don't think it works that way. This makes OGo request basic authentication; I've never been able to make it 'trust' Apache. I do not think that feature, if it is actually implemented or intended, works. http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=3D1121 ----Quote---- If OpenGroupware, the server, would acquire support to authentication through Apache, then these additional methods would be supported at pretty low cost. The requirements on Ogo are probably pretty simple: if (logged on with apache) { map apache user to ogo user somehow; login; }. The requirements on the client side remain to be discussed. ---End Quote--- If you need to authenticate multiple services against a common set of users you should use a directory server (LDAP). For real SSO you need to implement a fix for Bug#1121 and user GSSAPI or NTLM in Apache. > i am not sure, but i think there is a howto use kerbereos and so on. --=-dLqbzuuwFfUSj9Ka3u9o 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) iD8DBQBGjkSvLRePpNle04MRAlW4AJ9OIldUF1hUbWdbS82Gmae0RFmOBACfWODx zEPuXtu0U9hFKVX7Mw5Susc= =+pLu -----END PGP SIGNATURE----- --=-dLqbzuuwFfUSj9Ka3u9o-- From users@opengroupware.org Wed Jul 11 20:28:00 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Wed, 11 Jul 2007 15:28:00 -0400 Subject: [OGo-Users] Version of libFoundation? Message-ID: <1184182080.4705.7.camel@aleph.whitemice.org> --=-KZNojwhzDMPIyyLrL8lX Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I'm updating some documentation and noticed there doesn't seem to be a way to know (short if inspecting the package) what version of libFoundation corresponds with what version of SOPE/OGo. For determining the version of SOPE [for example] "ftp://ftp.opengroupware.org/releases/unstable/opengroupware-1.1.4-moveon/s= les9/" contains the file SOPE.INFO which states "This OGo release was built= using sope-4.5.7-david" But=20 "ftp://ftp.opengroupware.org/releases/unstable/sope-4.5.7-david/sles9/" doesn't contain any reference to libFoundation or indication of which version of libFoundation to use. "ftp://ftp.opengroupware.org/releases/unstable/ThirdParty/sles9/" [obviousl= y] contains multiple versions of libFoundation. BTW, I noticed the SOPE website got a face lift - very nice! --=-KZNojwhzDMPIyyLrL8lX 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) iD8DBQBGlS9ALRePpNle04MRAuKpAJsEfdTIS+HNdSV2AoBNBIM0E7pChACfbw1G ao9a/mGnboWuvVtaYSOSvws= =L8pO -----END PGP SIGNATURE----- --=-KZNojwhzDMPIyyLrL8lX-- From users@opengroupware.org Thu Jul 12 01:58:46 2007 From: users@opengroupware.org (SnakeDiver) Date: Wed, 11 Jul 2007 17:58:46 -0700 (PDT) Subject: [OGo-Users] YUM script In-Reply-To: References: <1183134697.27767.1.camel@aleph.whitemice.org> Message-ID: <11521932.post@talk.nabble.com> If you're still looking to the answer to your problem, I was messing around with it last night. If you want to install Opengroupware via yum, use these steps: Open up /etc/yum.conf . Add the following lines to it: [ogo-releases] name=OpenGroupware.org release builds baseurl=http://download.opengroupware.org/nightly/packages/fedora-core5/releases/opengroupware-1.0.0-finally/ You'll also need Sope and some Third party libraries. Depending on the version you choose. In the above example, version 1.0.0-finally was chosen, which needs Sope 4.4. So, we also need to add these lines to /etc/yum.conf [sope-releases] name=Sope 4.4 Release baseurl=http://download.opengroupware.org/nightly/packages/fedora-core5/releases/sope-4.4.0-cell/ [thirdparty-releases] name=Third Party Support Packages for OpenGroupware baseurl=http://download.opengroupware.org/nightly/packages/fedora-core5/releases/ThirdParty/ Okay. Now that both of these are in your yum.conf, save it. You can run yum update if you want, but you need to run "yum install ogo-meta" (no quotes) to install OpenGroupWare. This will install all the needed packages. Hope this helps, let me know how it works. Cheers, Jadranka Stupar wrote: > > Adam, > > Sorry, please, my question is related to YUM INSTALL xxxx command > related to the RPM packages (text with red colour). I SIMPLY DO NOT KNOW > WHAT TO WRITE AFTER INSTALL> > > AND I WROTE THE WHOLE TEXT IN ORDER TO PUT EVERYTHING TOGETHER IN ONE > PLACE > (FEDORA 5 AND OpenGroupware),. > > Of course the databse had to be installed. > PLEASE READ THE ORIGINAL POST AGAIN! > IS IT A SECRET HOW TO USE YUM INSTALL TOOL FOR RPM PACKAGES? > > THANKS, I'LL APPRECIATE THE ANSWER! > > > On 6/29/07, Adam Tauno Williams wrote: >> >> >> >> > After this, I should Install and configure database. Is this correct >> > (after assuming that necessary PostgreSQL server packages are >> > installed)? >> >> No, you must have PostgreSQL installed before you start; the RPMs will >> set up the database for you (assuming you starting with a reasonably >> 'default' configuration). >> >> >> >> > > -- View this message in context: http://www.nabble.com/YUM-script-tf4000641.html#a11521932 Sent from the Opengroupware - User mailing list archive at Nabble.com. From users@opengroupware.org Thu Jul 12 09:36:56 2007 From: users@opengroupware.org (Helge Hess) Date: Thu, 12 Jul 2007 10:36:56 +0200 Subject: [OGo-Users] Version of libFoundation? In-Reply-To: <1184182080.4705.7.camel@aleph.whitemice.org> References: <1184182080.4705.7.camel@aleph.whitemice.org> Message-ID: <4D4FFA19-867C-4F9F-84F1-1636E4A6591E@opengroupware.org> On 11.07.2007, at 21:28, Adam Tauno Williams wrote: > I'm updating some documentation and noticed there doesn't seem to be a > way to know (short if inspecting the package) what version of > libFoundation corresponds with what version of SOPE/OGo. Its libFoundation 1.0 (+ libobjc-lf) up to SOPE 4.5.7 and libFoundation 1.1 (+ system libobjc) starting with SOPE 4.5.8. Greets, Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Thu Jul 12 10:37:35 2007 From: users@opengroupware.org (Mark Asbach) Date: Thu, 12 Jul 2007 11:37:35 +0200 Subject: [OGo-Users] Newbie question: OGo, Ubuntu, CalDAV/GroupDAV Message-ID: <367CD973-EF96-4638-AA61-57D2F045F67E@ient.rwth-aachen.de> Hi there, a couple of months ago, we decided to test out some groupware =20 solutions for our chair (about 20 users) and found that OGo seems to =20 fit best for our needs. However, there have been a couple of bugs and =20= annoyances with it, so we decided to again compare what's on the market. Still, OGo is a hot candidate, mainly because of CalDAV / GroupDAV =20 support. We need write access to calendaring data and we need it for =20 Windows, Linux and Mac users. But, while on the OGo Website we see =20 the ads for GroupDAV support and while OGo is listed as one of the =20 solutions on the GroupDAV site, we could only download and test =20 Instant OGo which obviously doesn't manage write access. At least our =20= tests with Kontact and Sunbird failed. > kontact --version > Qt: 3.3.6 > KDE: 3.5.5 > Kontact: 1.2.3 So, my question is: where to get a newer version of OGo? We are currently using Ubuntu Edgy and would definitely prefer a =20 package for that distro. Should we go for the source package of the =20 newest unstable release, try the Feisty package of 1.1.6/yummy (the =20 list of distros is changing quite a lot between point releases) or =20 stick with 1.0.0? We would like to try out CalDAV / GroupDAV before =20 we judge, if we want to deploy OGo ... Yours, Mark --=20 Mark Asbach Institut f=FCr Nachrichtentechnik, RWTH Aachen University http://www.ient.rwth-aachen.de/cms/team/m_asbach From users@opengroupware.org Thu Jul 12 15:56:53 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Thu, 12 Jul 2007 10:56:53 -0400 Subject: [OGo-Users] Newbie question: OGo, Ubuntu, CalDAV/GroupDAV In-Reply-To: <367CD973-EF96-4638-AA61-57D2F045F67E@ient.rwth-aachen.de> References: <367CD973-EF96-4638-AA61-57D2F045F67E@ient.rwth-aachen.de> Message-ID: <1184252213.4427.18.camel@aleph.whitemice.org> > a couple of months ago, we decided to test out some groupware > solutions for our chair (about 20 users) and found that OGo seems to > fit best for our needs. However, there have been a couple of bugs and > annoyances with it, so we decided to again compare what's on the market. > Still, OGo is a hot candidate, mainly because of CalDAV / GroupDAV > support. We need write access to calendaring data and we need it for > Windows, Linux and Mac users. But, while on the OGo Website we see > the ads for GroupDAV support and while OGo is listed as one of the "ads"? > solutions on the GroupDAV site, we could only download and test > Instant OGo which obviously doesn't manage write access. At least our Why could you not download the Open Source packages? ftp://ftp.opengroupware.org/ > tests with Kontact and Sunbird failed. I don't believe the Kontact's GroupDAV connector is viable; development seems to have completely stalled. The latest Sunbird, in CalDAV mode, work fairly well in my tests. The inverse.ca Thunderbird connector (for address books) works pretty well assuming you don't have too much information. > > kontact --version > > Qt: 3.3.6 > > KDE: 3.5.5 > > Kontact: 1.2.3 > So, my question is: where to get a newer version of OGo? ftp://ftp.opengroupware.org/ > We are currently using Ubuntu Edgy and would definitely prefer a The only Ubuntu packages I've aware of are at ftp://ftp.opengroupware.org/nightly/packages/debian/dists/ubuntu704/trunk/binary-i386 And I don't know what 7.0.4 corresponds to (with Debian/Ubuntus stupid habit of naming distributions verses just using the version number). However choosing a solution based on your distribution is very wrong-headed. The distribution and OS should be chosen in order to host your solution. The solution is the point/purpose, not the OS or build of the OS. > package for that distro. Should we go for the source package of the > newest unstable release, try the Feisty package of 1.1.6/yummy (the > list of distros is changing quite a lot between point releases) or I'm not certain I understand what "list of distros is changing quite a lot between point releases" means. The list of distros for which there are or have been ongoing/nightly builds is ftp://ftp.opengroupware.org/nightly/packages (some of the very old distributions are no longer updated). > stick with 1.0.0? We would like to try out CalDAV / GroupDAV before > we judge, if we want to deploy OGo ... 1.0.0 is very old and will certainly NOT work as a CalDAV/GroupDAV provider. If you want to use CalDAV/GroupDAV you need a current version. From users@opengroupware.org Thu Jul 12 17:01:06 2007 From: users@opengroupware.org (Mark Asbach) Date: Thu, 12 Jul 2007 18:01:06 +0200 Subject: [OGo-Users] Newbie question: OGo, Ubuntu, CalDAV/GroupDAV In-Reply-To: <1184252213.4427.18.camel@aleph.whitemice.org> References: <367CD973-EF96-4638-AA61-57D2F045F67E@ient.rwth-aachen.de> <1184252213.4427.18.camel@aleph.whitemice.org> Message-ID: <4F4FA827-5E6B-41E8-85A9-FAA568D60995@ient.rwth-aachen.de> Hi Adam, thanks a lot for your comments. >> But, while on the OGo Website we see >> the ads for GroupDAV support and while OGo is listed as one of the > > "ads"? Well the website does some 'advertising' for OGo, that's what I meant. >> solutions on the GroupDAV site, we could only download and test >> Instant OGo which obviously doesn't manage write access. At least our > > Why could you not download the Open Source packages? > ftp://ftp.opengroupware.org/ Because nowhere on http://www.opengroupware.org I see any hint on =20 looking there. Instead, I see a section "Install" that says > You will find installation instructions for OpenGroupware.org on a =20 > per distribution basis. This is why I looked for an Ubuntu package. > The recommended version for deployments is the latest OGo 1.0 beta =20 > release. So I thought, I should better not install any 1.1 releases. > buy a SKYRiX distribution of OGo or try the instant OGo CD Which lead us to try Instant OGo which is basically a 1.0 plus Linux =20 distro, right. Even under the "Install"->"Source" section, I don't =20 see any hint that points me to the ftp server. >> tests with Kontact and Sunbird failed. > > I don't believe the Kontact's GroupDAV connector is viable; =20 > development > seems to have completely stalled. The latest Sunbird, in CalDAV mode, > work fairly well in my tests. The inverse.ca Thunderbird connector =20= > (for > address books) works pretty well assuming you don't have too much > information. Thanks, that's very valuable information. >> So, my question is: where to get a newer version of OGo? > > ftp://ftp.opengroupware.org/ Thanks again. Is the ftp server prefered to http://=20 download.opengroupware.org/ ? The latter I found today, as is linked =20 from some page nested deep in the "Install" section of the homepage. >> We are currently using Ubuntu Edgy and would definitely prefer a > However choosing a solution based on your distribution is very > wrong-headed. The distribution and OS should be chosen in order to =20= > host > your solution. The solution is the point/purpose, not the OS or build > of the OS. Well. We are a small lab and don't intend to put up dedicated servers =20= for each and every service. So, we chose a distribution that most of =20 our work can be conducted with and now the group ware is supposed to =20 fit in and run on the same server machine that for example our CUPS =20 service and the Grid Engine run on. >> package for that distro. Should we go for the source package of the >> newest unstable release, try the Feisty package of 1.1.6/yummy (the >> list of distros is changing quite a lot between point releases) or > > I'm not certain I understand what "list of distros is changing quite a > lot between point releases" means. The list of distros for which =20 > there > are or have been ongoing/nightly builds is > ftp://ftp.opengroupware.org/nightly/packages (some of the very old > distributions are no longer updated). Ah, I looked into /releases/unstable and there I found different =20 releases each of which is available for a number of distributions. =20 The set of distributions varies a lot when comparing the different =20 releases. That's what I meant. >> stick with 1.0.0? We would like to try out CalDAV / GroupDAV before >> we judge, if we want to deploy OGo ... > > 1.0.0 is very old and will certainly NOT work as a CalDAV/GroupDAV > provider. If you want to use CalDAV/GroupDAV you need a current > version. Okay. Since there is no stable release since 1.0.0, which version =20 should I use, the 1.1.7 tarball? We intend to deploy it if it works =20 as expected and usually I stick with stable releases for that ... TIA, Mark --=20 Mark Asbach Institut f=FCr Nachrichtentechnik, RWTH Aachen University http://www.ient.rwth-aachen.de/cms/team/m_asbach From users@opengroupware.org Thu Jul 12 17:14:15 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Thu, 12 Jul 2007 12:14:15 -0400 Subject: [OGo-Users] New version of WMOGAG Message-ID: <1184256855.4427.21.camel@aleph.whitemice.org> I've uploaded a new version of my OpenGroupware administrator's guide (WMOGAG). This is revision "J". http://docs.opengroupware.org/Members/whitemice/wmogag/file_view Most significant change is an expanded section on installation, prerequisites, and understanding OpenGroupware versions. From users@opengroupware.org Thu Jul 12 17:43:19 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Thu, 12 Jul 2007 12:43:19 -0400 Subject: [OGo-Users] Newbie question: OGo, Ubuntu, CalDAV/GroupDAV In-Reply-To: <4F4FA827-5E6B-41E8-85A9-FAA568D60995@ient.rwth-aachen.de> References: <367CD973-EF96-4638-AA61-57D2F045F67E@ient.rwth-aachen.de> <1184252213.4427.18.camel@aleph.whitemice.org> <4F4FA827-5E6B-41E8-85A9-FAA568D60995@ient.rwth-aachen.de> Message-ID: <1184258599.4427.32.camel@aleph.whitemice.org> > Well the website does some 'advertising' for OGo, that's what I meant. > >> solutions on the GroupDAV site, we could only download and test > >> Instant OGo which obviously doesn't manage write access. At least our > > Why could you not download the Open Source packages? > > ftp://ftp.opengroupware.org/ > Because nowhere on http://www.opengroupware.org I see any hint on > looking there. Instead, I see a section "Install" that says > > You will find installation instructions for OpenGroupware.org on a > > per distribution basis. Yes, I think that section is quite out of date and at best confusing. The docs plone is probably better then the website proper. > > buy a SKYRiX distribution of OGo or try the instant OGo CD > Which lead us to try Instant OGo which is basically a 1.0 plus Linux > distro, right. Even under the "Install"->"Source" section, I don't > see any hint that points me to the ftp server. Yep, I just went and looked and there are no links to the FTP server. Almost humorous. > >> tests with Kontact and Sunbird failed. > > I don't believe the Kontact's GroupDAV connector is viable; > > development > > seems to have completely stalled. The latest Sunbird, in CalDAV mode, > > work fairly well in my tests. The inverse.ca Thunderbird connector > > (for > > address books) works pretty well assuming you don't have too much > > information. > Thanks, that's very valuable information. I maintain a document that covers a fair amount of information about OpenGroupware and is probably more current than the website. http://docs.opengroupware.org/Members/whitemice/wmogag/file_view Any comments or suggests are very much appreciated. > >> So, my question is: where to get a newer version of OGo? > > ftp://ftp.opengroupware.org/ > Thanks again. Is the ftp server prefered to http:// > download.opengroupware.org/ ? The latter I found today, as is linked > from some page nested deep in the "Install" section of the homepage. Not that I can find; a serious flaw. The website is quite horrible. > >> package for that distro. Should we go for the source package of the > >> newest unstable release, try the Feisty package of 1.1.6/yummy (the > >> list of distros is changing quite a lot between point releases) or > > I'm not certain I understand what "list of distros is changing quite a > > lot between point releases" means. The list of distros for which > > there > > are or have been ongoing/nightly builds is > > ftp://ftp.opengroupware.org/nightly/packages (some of the very old > > distributions are no longer updated). > Ah, I looked into /releases/unstable and there I found different > releases each of which is available for a number of distributions. > The set of distributions varies a lot when comparing the different > releases. That's what I meant. Ok. > >> stick with 1.0.0? We would like to try out CalDAV / GroupDAV before > >> we judge, if we want to deploy OGo ... > > 1.0.0 is very old and will certainly NOT work as a CalDAV/GroupDAV > > provider. If you want to use CalDAV/GroupDAV you need a current > > version. > Okay. Since there is no stable release since 1.0.0, which version > should I use, the 1.1.7 tarball? We intend to deploy it if it works > as expected and usually I stick with stable releases for that ... "Stable" in this case is a bit misleading; all the releases are stable in practice (IMHO). "Stable" is a bit like Debian's "Stable", updated/released very infrequently. I'd use the nightly build or the latest unstable release. This is explained to a degree in http://docs.opengroupware.org/Members/whitemice/wmogag/file_view From users@opengroupware.org Thu Jul 12 19:58:13 2007 From: users@opengroupware.org (Mark Asbach) Date: Thu, 12 Jul 2007 20:58:13 +0200 Subject: [OGo-Users] Newbie question: OGo, Ubuntu, CalDAV/GroupDAV In-Reply-To: <1184258599.4427.32.camel@aleph.whitemice.org> References: <367CD973-EF96-4638-AA61-57D2F045F67E@ient.rwth-aachen.de> <1184252213.4427.18.camel@aleph.whitemice.org> <4F4FA827-5E6B-41E8-85A9-FAA568D60995@ient.rwth-aachen.de> <1184258599.4427.32.camel@aleph.whitemice.org> Message-ID: <31B3A27A-F30A-4BCE-88BB-A6824ECFD0A2@ient.rwth-aachen.de> Adam, > I maintain a document that covers a fair amount of information about > OpenGroupware and is probably more current than the website. > http://docs.opengroupware.org/Members/whitemice/wmogag/file_view > > Any comments or suggests are very much appreciated. thank you so much! This document is definitely what I needed. I'll be giving some more feedback when I'm done setting up the =20 installation. Thanks again, Mark --=20 Mark Asbach Institut f=FCr Nachrichtentechnik, RWTH Aachen University http://www.ient.rwth-aachen.de/cms/team/m_asbach From users@opengroupware.org Thu Jul 12 20:08:00 2007 From: users@opengroupware.org (Helge Hess) Date: Thu, 12 Jul 2007 21:08:00 +0200 Subject: [OGo-Users] New version of WMOGAG In-Reply-To: <1184256855.4427.21.camel@aleph.whitemice.org> References: <1184256855.4427.21.camel@aleph.whitemice.org> Message-ID: <2EDD7734-8B44-41AA-8E90-08D8A502F02E@opengroupware.org> On 12.07.2007, at 18:14, Adam Tauno Williams wrote: > I've uploaded a new version of my OpenGroupware administrator's guide > (WMOGAG). This is revision "J". > > http://docs.opengroupware.org/Members/whitemice/wmogag/file_view > > Most significant change is an expanded section on installation, > prerequisites, and understanding OpenGroupware versions. Awesome, thanks! :-) Helge -- Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Thu Jul 12 22:07:11 2007 From: users@opengroupware.org (Lars Schimmer) Date: Thu, 12 Jul 2007 23:07:11 +0200 Subject: [OGo-Users] Newbie question: OGo, Ubuntu, CalDAV/GroupDAV In-Reply-To: <367CD973-EF96-4638-AA61-57D2F045F67E@ient.rwth-aachen.de> References: <367CD973-EF96-4638-AA61-57D2F045F67E@ient.rwth-aachen.de> Message-ID: <469697FF.6070005@cgv.tugraz.at> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mark Asbach wrote: > Hi there, > > a couple of months ago, we decided to test out some groupware solutions > for our chair (about 20 users) and found that OGo seems to fit best for > our needs. However, there have been a couple of bugs and annoyances with > it, so we decided to again compare what's on the market. > > Still, OGo is a hot candidate, mainly because of CalDAV / GroupDAV > support. We need write access to calendaring data and we need it for > Windows, Linux and Mac users. But, while on the OGo Website we see the > ads for GroupDAV support and while OGo is listed as one of the solutions > on the GroupDAV site, we could only download and test Instant OGo which > obviously doesn't manage write access. At least our tests with Kontact > and Sunbird failed. > >> kontact --version >> Qt: 3.3.6 >> KDE: 3.5.5 >> Kontact: 1.2.3 > > So, my question is: where to get a newer version of OGo? > > We are currently using Ubuntu Edgy and would definitely prefer a package > for that distro. Should we go for the source package of the newest > unstable release, try the Feisty package of 1.1.6/yummy (the list of > distros is changing quite a lot between point releases) or stick with > 1.0.0? We would like to try out CalDAV / GroupDAV before we judge, if we > want to deploy OGo ... I just can tell, latest svn built works fairly fine here with CalDav, some small quircks, but in some weeks and new sunbird versions... Ok, debian packages on sarge/sid/etch, should be no problem to use on ubuntu (if you reall want to use ubuntu...). > Yours, Mark > MfG, Lars Schimmer - -- - ------------------------------------------------------------- TU Graz, Institut für ComputerGraphik & WissensVisualisierung Tel: +43 316 873-5405 E-Mail: l.schimmer@cgv.tugraz.at Fax: +43 316 873-5402 PGP-Key-ID: 0x4A9B1723 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGlpf/mWhuE0qbFyMRAh4LAKCWTZRCpvhAXRxBrHKUDmIHQujJVACfZSmI geG5soIPrsfpPkfo0Vww70o= =y22b -----END PGP SIGNATURE----- From users@opengroupware.org Fri Jul 13 14:06:22 2007 From: users@opengroupware.org (Jadranka Stupar) Date: Fri, 13 Jul 2007 15:06:22 +0200 Subject: [OGo-Users] YUM script In-Reply-To: <11521932.post@talk.nabble.com> References: <1183134697.27767.1.camel@aleph.whitemice.org> <11521932.post@talk.nabble.com> Message-ID: ------=_Part_33958_16712039.1184331982012 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks a lot! I did the similar thing but with different packages and I put this code in * ogo.repo* in the */etc/yum.repos.d* folder: fedora-core5/releases/opengroupware-1.1.6-finally/yummy and /fedora-core5/releases/sope-4.5.9-maple/ Do I need to put *gpgcheck=0* in the yum.conf file? And first I have to install Fedora 5 with PostgreSql. Then I will run yum tool. I'll try it right now and I'll send you the feedback. Thank you so much - I feel free to ask you more about OGO e.g. aboutpost installation tasks etc. Regards! On 7/12/07, SnakeDiver wrote: > > > If you're still looking to the answer to your problem, I was messing > around > with it last night. If you want to install Opengroupware via yum, use > these > steps: > > Open up /etc/yum.conf . Add the following lines to it: > > [ogo-releases] > name=OpenGroupware.org release builds > baseurl= > http://download.opengroupware.org/nightly/packages/fedora-core5/releases/opengroupware-1.0.0-finally/ > > You'll also need Sope and some Third party libraries. Depending on the > version you choose. In the above example, version 1.0.0-finally was > chosen, > which needs Sope 4.4. So, we also need to add these lines to > /etc/yum.conf > > [sope-releases] > name=Sope 4.4 Release > baseurl= > http://download.opengroupware.org/nightly/packages/fedora-core5/releases/sope-4.4.0-cell/ > > [thirdparty-releases] > name=Third Party Support Packages for OpenGroupware > baseurl= > http://download.opengroupware.org/nightly/packages/fedora-core5/releases/ThirdParty/ > > > Okay. Now that both of these are in your yum.conf, save it. You can run > yum update if you want, but you need to run "yum install ogo-meta" (no > quotes) to install OpenGroupWare. This will install all the needed > packages. > > Hope this helps, let me know how it works. > > Cheers, > > > > Jadranka Stupar wrote: > > > > Adam, > > > > Sorry, please, my question is related to YUM INSTALL xxxx command > > related to the RPM packages (text with red colour). I SIMPLY DO NOT KNOW > > WHAT TO WRITE AFTER INSTALL> > > > > AND I WROTE THE WHOLE TEXT IN ORDER TO PUT EVERYTHING TOGETHER IN ONE > > PLACE > > (FEDORA 5 AND OpenGroupware),. > > > > Of course the databse had to be installed. > > PLEASE READ THE ORIGINAL POST AGAIN! > > IS IT A SECRET HOW TO USE YUM INSTALL TOOL FOR RPM PACKAGES? > > > > THANKS, I'LL APPRECIATE THE ANSWER! > > > > > > On 6/29/07, Adam Tauno Williams wrote: > >> > >> > >> > >> > After this, I should Install and configure database. Is this correct > >> > (after assuming that necessary PostgreSQL server packages are > >> > installed)? > >> > >> No, you must have PostgreSQL installed before you start; the RPMs will > >> set up the database for you (assuming you starting with a reasonably > >> 'default' configuration). > >> > >> > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/YUM-script-tf4000641.html#a11521932 > Sent from the Opengroupware - User mailing list archive at Nabble.com. > > -- > OpenGroupware.org Users > users@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/users > ------=_Part_33958_16712039.1184331982012 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Thanks a lot!
 
I did the similar thing but with different packages and I put this code in ogo.repo in the /etc/yum.repos.d folder:
fedora-core5/releases/opengroupware-1.1.6-finally/yummy
 
and
 
/fedora-core5/releases/sope-4.5.9-maple/
 
Do I need to put gpgcheck=0 in the yum.conf file?
 
And first I have to install Fedora 5 with PostgreSql.
Then I will run yum tool.
I'll try it right now and I'll send you the feedback.
 
Thank you so much - I feel free to ask you more about OGO e.g. aboutpost installation tasks etc.
 
Regards!


 


 
On 7/12/07, SnakeDiver <briancs@shaw.ca> wrote:

If you're still looking to the answer to your problem, I was messing around
with it last night.  If you want to install Opengroupware via yum, use these
steps:

Open up /etc/yum.conf .  Add the following lines to it:

[ogo-releases]
name=OpenGroupware.org release builds
baseurl= http://download.opengroupware.org/nightly/packages/fedora-core5/releases/opengroupware-1.0.0-finally/

You'll also need Sope and some Third party libraries.  Depending on the
version you choose.  In the above example, version 1.0.0-finally was chosen,
which needs Sope 4.4.  So, we also need to add these lines to /etc/yum.conf

[sope-releases]
name=Sope 4.4 Release
baseurl= http://download.opengroupware.org/nightly/packages/fedora-core5/releases/sope-4.4.0-cell/

[thirdparty-releases]
name=Third Party Support Packages for OpenGroupware
baseurl= http://download.opengroupware.org/nightly/packages/fedora-core5/releases/ThirdParty/


Okay.  Now that both of these are in your yum.conf, save it.  You can run
yum update if you want, but you need to run  "yum install ogo-meta"  (no
quotes)  to install OpenGroupWare.  This will install all the needed
packages.

Hope this helps, let me know how it works.

Cheers,



Jadranka Stupar wrote:
>
> Adam,
>
> Sorry, please, my question is related to YUM INSTALL xxxx command
> related to the RPM packages (text with red colour). I SIMPLY DO NOT KNOW
> WHAT TO WRITE AFTER INSTALL>
>
> AND I WROTE THE WHOLE TEXT IN ORDER TO PUT EVERYTHING TOGETHER IN ONE
> PLACE
> (FEDORA 5 AND OpenGroupware),.
>
> Of course the databse had to be installed.
> PLEASE READ THE ORIGINAL POST AGAIN!
> IS IT A SECRET HOW TO USE YUM INSTALL TOOL FOR RPM PACKAGES?
>
> THANKS, I'LL APPRECIATE THE ANSWER!
>
>
> On 6/29/07, Adam Tauno Williams <adam@morrison-ind.com> wrote:
>>
>>
>>
>> > After this, I should Install and configure database. Is this correct
>> > (after assuming that necessary PostgreSQL server packages are
>> > installed)?
>>
>> No, you must have PostgreSQL installed before you start;  the RPMs will
>> set up the database for you (assuming you starting with a reasonably
>> 'default' configuration).
>>
>>
>>
>>
>
>

--
View this message in context: http://www.nabble.com/YUM-script-tf4000641.html#a11521932
Sent from the Opengroupware - User mailing list archive at Nabble.com .

--
OpenGroupware.org Users
users@opengroupware.org
http://mail.opengroupware.org/mailman/listinfo/users

------=_Part_33958_16712039.1184331982012-- From users@opengroupware.org Fri Jul 13 14:36:22 2007 From: users@opengroupware.org (Willi Fendt) Date: Fri, 13 Jul 2007 15:36:22 +0200 Subject: [OGo-Users] Gruppenkalender einzeln anzeigen Message-ID: <46977FD6.4000402@gmx.de> Hallo, Usergruppe ! Gibt es eine Möglichkeit, auf einen Blick NUR den Kalender für einen bestimmten Raum anzuzeigen ? Zum Beispiel: - ich habe einen privaten kalender - ich habe zwei Gruppen, zu denen ich gehöre - es gibt einen Besprechungsraum Nun will ich nur den Besprechungsraum sehen: was läuft da alles ? Am Besten mit einem Knopfdruck. Geht so etwas ? Vielen Dank Willi From users@opengroupware.org Fri Jul 13 15:11:09 2007 From: users@opengroupware.org (Brian Price) Date: Fri, 13 Jul 2007 07:11:09 -0700 Subject: [OGo-Users] YUM script In-Reply-To: References: <1183134697.27767.1.camel@aleph.whitemice.org> <11521932.post@talk.nabble.com> Message-ID: <6E809C59-0F3A-4075-B842-3ED68AD5DF3B@shaw.ca> --Apple-Mail-1--129760396 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed If you're having trouble with the key, you'll want to set gpgcheck=0 in yum.conf. I couldn't find the key. If you can find the key, just do a "rpm --import " then you can leave gpgcheck=1 in yum.conf. Good luck. You do need to make sure PostgreSQL. Run the "yum install ogo-meta". After that is done, you may need to run: "yum install ogo-database-setup" Let me know how it goes! Cheers, Brian AKA: SnakeDiver On 13-Jul-07, at 6:06 AM, Jadranka Stupar wrote: > Thanks a lot! > > I did the similar thing but with different packages and I put this > code in ogo.repo in the /etc/yum.repos.d folder: > fedora-core5/releases/opengroupware-1.1.6-finally/yummy > > and > > /fedora-core5/releases/sope-4.5.9-maple/ > > Do I need to put gpgcheck=0 in the yum.conf file? > > And first I have to install Fedora 5 with PostgreSql. > Then I will run yum tool. > I'll try it right now and I'll send you the feedback. > > Thank you so much - I feel free to ask you more about OGO e.g. > aboutpost installation tasks etc. > > Regards! > > > > > > > On 7/12/07, SnakeDiver wrote: > > If you're still looking to the answer to your problem, I was > messing around > with it last night. If you want to install Opengroupware via yum, > use these > steps: > > Open up /etc/yum.conf . Add the following lines to it: > > [ogo-releases] > name=OpenGroupware.org release builds > baseurl= http://download.opengroupware.org/nightly/packages/fedora- > core5/releases/opengroupware-1.0.0-finally/ > > You'll also need Sope and some Third party libraries. Depending on > the > version you choose. In the above example, version 1.0.0-finally > was chosen, > which needs Sope 4.4. So, we also need to add these lines to /etc/ > yum.conf > > [sope-releases] > name=Sope 4.4 Release > baseurl= http://download.opengroupware.org/nightly/packages/fedora- > core5/releases/sope-4.4.0-cell/ > > [thirdparty-releases] > name=Third Party Support Packages for OpenGroupware > baseurl= http://download.opengroupware.org/nightly/packages/fedora- > core5/releases/ThirdParty/ > > > Okay. Now that both of these are in your yum.conf, save it. You > can run > yum update if you want, but you need to run "yum install ogo- > meta" (no > quotes) to install OpenGroupWare. This will install all the needed > packages. > > Hope this helps, let me know how it works. > > Cheers, > > > > Jadranka Stupar wrote: > > > > Adam, > > > > Sorry, please, my question is related to YUM INSTALL xxxx command > > related to the RPM packages (text with red colour). I SIMPLY DO > NOT KNOW > > WHAT TO WRITE AFTER INSTALL> > > > > AND I WROTE THE WHOLE TEXT IN ORDER TO PUT EVERYTHING TOGETHER IN > ONE > > PLACE > > (FEDORA 5 AND OpenGroupware),. > > > > Of course the databse had to be installed. > > PLEASE READ THE ORIGINAL POST AGAIN! > > IS IT A SECRET HOW TO USE YUM INSTALL TOOL FOR RPM PACKAGES? > > > > THANKS, I'LL APPRECIATE THE ANSWER! > > > > > > On 6/29/07, Adam Tauno Williams wrote: > >> > >> > >> > >> > After this, I should Install and configure database. Is this > correct > >> > (after assuming that necessary PostgreSQL server packages are > >> > installed)? > >> > >> No, you must have PostgreSQL installed before you start; the > RPMs will > >> set up the database for you (assuming you starting with a > reasonably > >> 'default' configuration). > >> > >> > >> > >> > > > > > > -- > View this message in context: http://www.nabble.com/YUM-script- > tf4000641.html#a11521932 > Sent from the Opengroupware - User mailing list archive at > Nabble.com . > > -- > OpenGroupware.org Users > users@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/users > --Apple-Mail-1--129760396 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1
If you're having trouble with the key, you'll want to set = gpgcheck=3D0 in yum.conf. =A0I couldn't find the key.

If you can find the =A0key, = just do a "rpm --import <URL_TO_KEY>" then you =A0can leave = gpgcheck=3D1 in yum.conf.

Good luck. =A0You do need = to make sure PostgreSQL. =A0Run the "yum install ogo-meta". =A0After = that is done, you may need to run:=A0"yum install = ogo-database-setup"

Let me know how it = goes!

Cheers,
Brian
AKA: SnakeDiver


On 13-Jul-07, at = 6:06 AM, Jadranka Stupar wrote:

Thanks = a lot!
=A0
I did the similar thing but with = different packages and I put this code in ogo.repo in = the /etc/yum.repos.d folder:
=
fedora-core5/releases/opengroupware-1.1.6-finally/yummy
=
=A0
and
=A0
=
/fedora-core5/releases/sope-4.5.9-maple/
=A0
=
Do I need to put gpgcheck=3D0 in the yum.conf = file?
=A0
And first I have to install Fedora 5 = with PostgreSql.
Then I will run yum tool.
I'll = try it right now and I'll send you the feedback.
=A0
=
Thank you so much - I feel free to ask you more about OGO e.g. = aboutpost installation tasks etc.
=A0
=
Regards!


=A0


=A0
On 7/12/07, SnakeDiver <briancs@shaw.ca> wrote: =

If you're still = looking to the answer to your problem, I was messing around
with it = last night.=A0=A0If you want to install Opengroupware via yum, use these =
steps:

Open up /etc/yum.conf .=A0=A0Add the following lines = to it:

[ogo-releases]
name=3DOpenGroupware.org release = builds
baseurl=3D = http://download.opengroupware.org/nightly/packages/fedora-core5/releases/o= pengroupware-1.0.0-finally/

You'll also need Sope and some = Third party libraries.=A0=A0Depending on the
version you choose.=A0=A0I= n the above example, version 1.0.0-finally was chosen,
which needs = Sope 4.4.=A0=A0So, we also need to add these lines to = /etc/yum.conf

[sope-releases]
name=3DSope 4.4 = Release
baseurl=3D = http://download.opengroupware.org/nightly/packages/fedora-core5/releases/s= ope-4.4.0-cell/

[thirdparty-releases]
name=3DThird Party = Support Packages for OpenGroupware
baseurl=3D = http://download.opengroupware.org/nightly/packages/fedora-core5/releases/T= hirdParty/


Okay.=A0=A0Now that both of these are in your = yum.conf, save it.=A0=A0You can run
yum update if you want, but you = need to run=A0=A0"yum install ogo-meta"=A0=A0(no
quotes)=A0=A0to = install OpenGroupWare.=A0=A0This will install all the = needed
packages.

Hope this helps, let me know how it = works.

Cheers,



Jadranka Stupar = wrote:
>
> Adam,
>
> Sorry, please, my question = is related to YUM INSTALL xxxx command
> related to the RPM = packages (text with red colour). I SIMPLY DO NOT KNOW
> WHAT TO = WRITE AFTER INSTALL>
>
> AND I WROTE THE WHOLE TEXT IN = ORDER TO PUT EVERYTHING TOGETHER IN ONE
> PLACE
> (FEDORA 5 = AND OpenGroupware),.
>
> Of course the databse had to be = installed.
> PLEASE READ THE ORIGINAL POST AGAIN!
> IS IT A = SECRET HOW TO USE YUM INSTALL TOOL FOR RPM PACKAGES?
>
> = THANKS, I'LL APPRECIATE THE ANSWER!
>
>
> On 6/29/07, = Adam Tauno Williams <adam@morrison-ind.com> = wrote:
>>
>>
>>
>> > After this, = I should Install and configure database. Is this correct
>> = > (after assuming that necessary PostgreSQL server packages = are
>> > installed)?
>>
>> No, you must = have PostgreSQL installed before you start;=A0=A0the RPMs will =
>> set up the database for you (assuming you starting with a = reasonably
>> 'default' = configuration).
>>
>>
>>
>>
>>

--
View this message in context: http://= www.nabble.com/YUM-script-tf4000641.html#a11521932
Sent from the = Opengroupware - User mailing list archive at Nabble.com = .

--
OpenGroupware.org Users
users@opengroupware.org
http://mail.= opengroupware.org/mailman/listinfo/users =


= --Apple-Mail-1--129760396-- From users@opengroupware.org Fri Jul 13 15:52:34 2007 From: users@opengroupware.org (Wolfgang Sourdeau) Date: Fri, 13 Jul 2007 10:52:34 -0400 Subject: [OGo-Users] =?utf-8?Q?[ANN] SOGo-0.9-20070713 released?= Message-ID: Inverse team is happy to announce the pre-release 0.9-20070713 of Scalable OpenGroupware.org (alias "SOGo"). [ Release 1.0 ] SOGo has evolved a lot during this past year and we will soon be able to make a release 1.0 of our project. Inverse groupe conseil invites you to test is extensively and report bugs. Also, we would be glad to hear about your experience, in particular if you are using it in a work environment. This way, we will be able to provide a free groupware suite with enough functionalities and ease of use that proprietary equivalents will be made obsolete. [ What is SOGo ? ] SOGo is a flavour of OGo that was redesigned for scalability while keeping the fundamental functionalities of a groupware server. It can be used both as a Web application with a user interface that integrates well with the Mozilla application suite, or as a GroupDAV and CalDAV server which you can then access from your native client application of choice such as Mozilla Thunderbird and Lightning. Inverse has contributed to SOGo many enhancements and features, such as : - Fresh AJAX-based user interface which mimics the Thunderbird / Lighthing / Sunbird look and feel while reducing resource usage - Calendar, address book and IMAP folder sharing - Exchange and Oracle Calendar-compatible ACLs - Tasks support and vCard storage support for contacts - Multiple address books per user and LDAP-based address books - CalDAV support - Auto-creation of database tables for an easier setup [ SOGo on the Web ] Screenshots of the Web interface for the calendar, address book and email modules are available from : http://www.inverse.ca/groupware/images/sogo-calendar.jpg http://www.inverse.ca/groupware/images/sogo-contacts.jpg http://www.inverse.ca/groupware/images/sogo-mail.jpg and of the native interface provided by Mozilla Thunderbird and Lightning : http://www.inverse.ca/groupware/images/thunderbird-calendar.jpg http://www.inverse.ca/groupware/images/thunderbird-contacts.jpg http://www.inverse.ca/groupware/images/thunderbird-mail.jpg We now have a demo website where you can experience SOGo from the web or with your preferred CalDAV client: http://sogo-demo.inverse.ca/ Finally, you can also visit Inverse's website (http://inverse.ca) which contains more information and videos about SOGo (http://www.inverse.ca/contributions/sogo.html), our Thunderbird GroupDAV plugin (http://www.inverse.ca/contributions/thunderbird_groupdav_plugin.html) and our Lightning Enhancer plugin (http://www.inverse.ca/contributions/lightning_enhancer_plugin.html). [ Changes since the last release ] - added the ability to specify a super user through the SOGoSuperUsername user default; - added the ability to view the message source; - don't autocreate folders if we are not their owners; - made compatible with PostgreSQL 8.2; - the months and years menus of the date selector would no longer appear; - fixed a bug which would produce task SQL records which would violate non-null constraints on the quick calendar tables; - the tasks due date was wrongly set because of a change in the API; - it was impossible to empty the start and the due date in the task editor from the moment they were set; - imap folders with non-ascii characters are now correctly accessed; - display the quotas of the selected mailbox on servers that support quotas; - a bug in the folder acl description was preventing from accessing resources in dav; - AuthentificationMethod was renamed to SOGoAuthentificationMethod; - SOGoAuthentificationMethod needs to be explicitly set to "bypass" to prevent login verification; [ Getting SOGo ] SOGo is free software and is distributed under the GNU GPL. As such, you are free to download and try it by either getting the newly released snapshot from : http://www.inverse.ca/uploads/SOGo/SOGo-20070713.tar.gz or by getting the sources from the official SVN server : http://svn.opengroupware.org/SOGo/inverse/trunk/ Documentation about the installation and configuration of SOGo is available from : http://www.inverse.ca/contributions/sogo/documentation.html [ Getting support ] For any questions, do not hesitate to contact us by writing an email to : support@inverse.ca We are continuously working on the project and a full-featured release 1.0 is to come very soon! From users@opengroupware.org Fri Jul 13 17:18:44 2007 From: users@opengroupware.org (Jadranka Stupar) Date: Fri, 13 Jul 2007 18:18:44 +0200 Subject: [OGo-Users] YUM script In-Reply-To: <6E809C59-0F3A-4075-B842-3ED68AD5DF3B@shaw.ca> References: <1183134697.27767.1.camel@aleph.whitemice.org> <11521932.post@talk.nabble.com> <6E809C59-0F3A-4075-B842-3ED68AD5DF3B@shaw.ca> Message-ID: ------=_Part_37117_30880961.1184343524868 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I will probably continue with my OGO installation tomorrow. Again, , Brian, thanks a lot! On 7/13/07, Brian Price wrote: > > If you're having trouble with the key, you'll want to set gpgcheck=0 in > yum.conf. I couldn't find the key. > > > If you can find the key, just do a "rpm --import " then you > can leave gpgcheck=1 in yum.conf. > > > Good luck. You do need to make sure PostgreSQL. Run the "yum install > ogo-meta". After that is done, you may need to run: "yum install > ogo-database-setup" > > > Let me know how it goes! > > > Cheers, > Brian > AKA: SnakeDiver > > > > On 13-Jul-07, at 6:06 AM, Jadranka Stupar wrote: > > Thanks a lot! > > I did the similar thing but with different packages and I put this code in > *ogo.repo* in the */etc/yum.repos.d* folder: > fedora-core5/releases/opengroupware-1.1.6-finally/yummy > > and > > /fedora-core5/releases/sope-4.5.9-maple/ > > Do I need to put *gpgcheck=0* in the yum.conf file? > > And first I have to install Fedora 5 with PostgreSql. > Then I will run yum tool. > I'll try it right now and I'll send you the feedback. > > Thank you so much - I feel free to ask you more about OGO e.g. aboutpost > installation tasks etc. > > Regards! > > > > > > > On 7/12/07, SnakeDiver wrote: > > > > > > If you're still looking to the answer to your problem, I was messing > > around > > with it last night. If you want to install Opengroupware via yum, use > > these > > steps: > > > > Open up /etc/yum.conf . Add the following lines to it: > > > > [ogo-releases] > > name=OpenGroupware.org release builds > > baseurl=http://download.opengroupware.org/nightly/packages/fedora-core5/releases/opengroupware-1.0.0-finally/ > > > > You'll also need Sope and some Third party libraries. Depending on the > > version you choose. In the above example, version 1.0.0-finally was > > chosen, > > which needs Sope 4.4. So, we also need to add these lines to > > /etc/yum.conf > > > > [sope-releases] > > name=Sope 4.4 Release > > baseurl=http://download.opengroupware.org/nightly/packages/fedora-core5/releases/sope-4.4.0-cell/ > > > > [thirdparty-releases] > > name=Third Party Support Packages for OpenGroupware > > baseurl=http://download.opengroupware.org/nightly/packages/fedora-core5/releases/ThirdParty/ > > > > > > Okay. Now that both of these are in your yum.conf, save it. You can > > run > > yum update if you want, but you need to run "yum install ogo-meta" (no > > > > quotes) to install OpenGroupWare. This will install all the needed > > packages. > > > > Hope this helps, let me know how it works. > > > > Cheers, > > > > > > > > Jadranka Stupar wrote: > > > > > > Adam, > > > > > > Sorry, please, my question is related to YUM INSTALL xxxx command > > > related to the RPM packages (text with red colour). I SIMPLY DO NOT > > KNOW > > > WHAT TO WRITE AFTER INSTALL> > > > > > > AND I WROTE THE WHOLE TEXT IN ORDER TO PUT EVERYTHING TOGETHER IN ONE > > > PLACE > > > (FEDORA 5 AND OpenGroupware),. > > > > > > Of course the databse had to be installed. > > > PLEASE READ THE ORIGINAL POST AGAIN! > > > IS IT A SECRET HOW TO USE YUM INSTALL TOOL FOR RPM PACKAGES? > > > > > > THANKS, I'LL APPRECIATE THE ANSWER! > > > > > > > > > On 6/29/07, Adam Tauno Williams wrote: > > >> > > >> > > >> > > >> > After this, I should Install and configure database. Is this > > correct > > >> > (after assuming that necessary PostgreSQL server packages are > > >> > installed)? > > >> > > >> No, you must have PostgreSQL installed before you start; the RPMs > > will > > >> set up the database for you (assuming you starting with a reasonably > > >> 'default' configuration). > > >> > > >> > > >> > > >> > > > > > > > > > > -- > > View this message in context: > > http://www.nabble.com/YUM-script-tf4000641.html#a11521932 > > Sent from the Opengroupware - User mailing list archive at Nabble.com > > . > > > > -- > > OpenGroupware.org Users > > users@opengroupware.org > > http://mail.opengroupware.org/mailman/listinfo/users > > > > > ------=_Part_37117_30880961.1184343524868 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
I will probably continue with my OGO installation tomorrow.
 
Again, , Brian, thanks a lot!

 
On 7/13/07, Brian Price <briancs@shaw.ca> wrote:
If you're having trouble with the key, you'll want to set gpgcheck=0 in yum.conf.  I couldn't find the key.

 
If you can find the  key, just do a "rpm --import <URL_TO_KEY>" then you  can leave gpgcheck=1 in yum.conf.

 
Good luck.  You do need to make sure PostgreSQL.  Run the "yum install ogo-meta".  After that is done, you may need to run: "yum install ogo-database-setup"

 
Let me know how it goes!

 
Cheers,
Brian
AKA: SnakeDiver

 

On 13-Jul-07, at 6:06 AM, Jadranka Stupar wrote:

Thanks a lot!
 
I did the similar thing but with different packages and I put this code in ogo.repo in the /etc/yum.repos.d folder:
fedora-core5/releases/opengroupware-1.1.6-finally/yummy
 
and
 
/fedora-core5/releases/sope-4.5.9-maple/
 
Do I need to put gpgcheck=0 in the yum.conf file?
 
And first I have to install Fedora 5 with PostgreSql.
Then I will run yum tool.
I'll try it right now and I'll send you the feedback.
 
Thank you so much - I feel free to ask you more about OGO e.g. aboutpost installation tasks etc.
 
Regards!


 


 
On 7/12/07, SnakeDiver <briancs@shaw.ca> wrote:

If you're still looking to the answer to your problem, I was messing around
with it last night.  If you want to install Opengroupware via yum, use these
steps:

Open up /etc/yum.conf .  Add the following lines to it:

[ogo-releases]
name=OpenGroupware.org release builds
baseurl= http://download.opengroupware.org/nightly/packages/fedora-core5/releases/opengroupware-1.0.0-finally/

You'll also need Sope and some Third party libraries.  Depending on the
version you choose.  In the above example, version 1.0.0-finally was chosen,
which needs Sope 4.4.  So, we also need to add these lines to /etc/yum.conf

[sope-releases]
name=Sope 4.4 Release
baseurl= http://download.opengroupware.org/nightly/packages/fedora-core5/releases/sope-4.4.0-cell/

[thirdparty-releases]
name=Third Party Support Packages for OpenGroupware
baseurl= http://download.opengroupware.org/nightly/packages/fedora-core5/releases/ThirdParty/


Okay.  Now that both of these are in your yum.conf, save it.  You can run
yum update if you want, but you need to run  "yum install ogo-meta"  (no
quotes)  to install OpenGroupWare.  This will install all the needed
packages.

Hope this helps, let me know how it works.

Cheers,



Jadranka Stupar wrote:
>
> Adam,
>
> Sorry, please, my question is related to YUM INSTALL xxxx command
> related to the RPM packages (text with red colour). I SIMPLY DO NOT KNOW
> WHAT TO WRITE AFTER INSTALL>
>
> AND I WROTE THE WHOLE TEXT IN ORDER TO PUT EVERYTHING TOGETHER IN ONE
> PLACE
> (FEDORA 5 AND OpenGroupware),.
>
> Of course the databse had to be installed.
> PLEASE READ THE ORIGINAL POST AGAIN!
> IS IT A SECRET HOW TO USE YUM INSTALL TOOL FOR RPM PACKAGES?
>
> THANKS, I'LL APPRECIATE THE ANSWER!
>
>
> On 6/29/07, Adam Tauno Williams < adam@morrison-ind.com> wrote:
>>
>>
>>
>> > After this, I should Install and configure database. Is this correct
>> > (after assuming that necessary PostgreSQL server packages are
>> > installed)?
>>
>> No, you must have PostgreSQL installed before you start;  the RPMs will
>> set up the database for you (assuming you starting with a reasonably
>> 'default' configuration).
>>
>>
>>
>>
>
>

--
View this message in context: http://www.nabble.com/YUM-script-tf4000641.html#a11521932
Sent from the Opengroupware - User mailing list archive at Nabble.com .

--
OpenGroupware.org Users
users@opengroupware.org
http://mail.opengroupware.org/mailman/listinfo/users



------=_Part_37117_30880961.1184343524868-- From users@opengroupware.org Sun Jul 15 11:12:00 2007 From: users@opengroupware.org (Helge Hess) Date: Sun, 15 Jul 2007 12:12:00 +0200 Subject: [OGo-Users] Gruppenkalender einzeln anzeigen In-Reply-To: <46977FD6.4000402@gmx.de> References: <46977FD6.4000402@gmx.de> Message-ID: <4B00BE17-55DE-4A68-B4B0-E219BC8BD63C@opengroupware.org> On 13.07.2007, at 15:36, Willi Fendt wrote: > Gibt es eine M=F6glichkeit, auf einen Blick NUR den Kalender f=FCr = einen > bestimmten Raum anzuzeigen ? > Zum Beispiel: > - ich habe einen privaten kalender > - ich habe zwei Gruppen, zu denen ich geh=F6re > - es gibt einen Besprechungsraum > > Nun will ich nur den Besprechungsraum sehen: was l=E4uft da alles ? > Am Besten mit einem Knopfdruck. Probier mal den Ressource-Scheduler, die Applikation kannst du in den =20= "Anzeige" Pr=E4ferenzen aktivieren. Gruss, Helge --=20 Helge Hess http://www.helgehess.eu/ From users@opengroupware.org Sun Jul 15 15:55:18 2007 From: users@opengroupware.org (Jadranka Stupar) Date: Sun, 15 Jul 2007 16:55:18 +0200 Subject: [OGo-Users] YUM script In-Reply-To: <6E809C59-0F3A-4075-B842-3ED68AD5DF3B@shaw.ca> References: <1183134697.27767.1.camel@aleph.whitemice.org> <11521932.post@talk.nabble.com> <6E809C59-0F3A-4075-B842-3ED68AD5DF3B@shaw.ca> Message-ID: ------=_Part_50609_2733839.1184511318338 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I tried the installation using the steps you sent me, but I got errors straight away (see the attached file). I am working on VMware Player with Fedora 5. Before, I tried to install OGO creating ogo.repo file in /etc/yum.repos.d folder, and then typing *yum update* and *yum install ogo-meta.* ** But, with no success*.* I was reading the posts from this forum and I realised that most of the people had a problem during the OGO installation. Administrators, is it really imposable to write installation steps for OpenGroupware 1.1.6 (e.g.) using yum tool? Right now I am trying to install opengroupware-1.1.6-yummy with sope-4.5.8-sixtyfour, ThirdParty and all from .../fedora-core5/trunk/. Thanks! On 7/13/07, Brian Price wrote: > > If you're having trouble with the key, you'll want to set gpgcheck=0 in > yum.conf. I couldn't find the key. > > > If you can find the key, just do a "rpm --import " then you > can leave gpgcheck=1 in yum.conf. > > > Good luck. You do need to make sure PostgreSQL. Run the "yum install > ogo-meta". After that is done, you may need to run: "yum install > ogo-database-setup" > > > Let me know how it goes! > > > Cheers, > Brian > AKA: SnakeDiver > > > > On 13-Jul-07, at 6:06 AM, Jadranka Stupar wrote: > > Thanks a lot! > > I did the similar thing but with different packages and I put this code in > *ogo.repo* in the */etc/yum.repos.d* folder: > fedora-core5/releases/opengroupware-1.1.6-finally/yummy > > and > > /fedora-core5/releases/sope-4.5.9-maple/ > > Do I need to put *gpgcheck=0* in the yum.conf file? > > And first I have to install Fedora 5 with PostgreSql. > Then I will run yum tool. > I'll try it right now and I'll send you the feedback. > > Thank you so much - I feel free to ask you more about OGO e.g. aboutpost > installation tasks etc. > > Regards! > > > > > > > On 7/12/07, SnakeDiver wrote: > > > > > > If you're still looking to the answer to your problem, I was messing > > around > > with it last night. If you want to install Opengroupware via yum, use > > these > > steps: > > > > Open up /etc/yum.conf . Add the following lines to it: > > > > [ogo-releases] > > name=OpenGroupware.org release builds > > baseurl=http://download.opengroupware.org/nightly/packages/fedora-core5/releases/opengroupware-1.0.0-finally/ > > > > You'll also need Sope and some Third party libraries. Depending on the > > version you choose. In the above example, version 1.0.0-finally was > > chosen, > > which needs Sope 4.4. So, we also need to add these lines to > > /etc/yum.conf > > > > [sope-releases] > > name=Sope 4.4 Release > > baseurl=http://download.opengroupware.org/nightly/packages/fedora-core5/releases/sope-4.4.0-cell/ > > > > [thirdparty-releases] > > name=Third Party Support Packages for OpenGroupware > > baseurl=http://download.opengroupware.org/nightly/packages/fedora-core5/releases/ThirdParty/ > > > > > > Okay. Now that both of these are in your yum.conf, save it. You can > > run > > yum update if you want, but you need to run "yum install ogo-meta" (no > > > > quotes) to install OpenGroupWare. This will install all the needed > > packages. > > > > Hope this helps, let me know how it works. > > > > Cheers, > > > > > > > > Jadranka Stupar wrote: > > > > > > Adam, > > > > > > Sorry, please, my question is related to YUM INSTALL xxxx command > > > related to the RPM packages (text with red colour). I SIMPLY DO NOT > > KNOW > > > WHAT TO WRITE AFTER INSTALL> > > > > > > AND I WROTE THE WHOLE TEXT IN ORDER TO PUT EVERYTHING TOGETHER IN ONE > > > PLACE > > > (FEDORA 5 AND OpenGroupware),. > > > > > > Of course the databse had to be installed. > > > PLEASE READ THE ORIGINAL POST AGAIN! > > > IS IT A SECRET HOW TO USE YUM INSTALL TOOL FOR RPM PACKAGES? > > > > > > THANKS, I'LL APPRECIATE THE ANSWER! > > > > > > > > > On 6/29/07, Adam Tauno Williams < adam@morrison-ind.com> wrote: > > >> > > >> > > >> > > >> > After this, I should Install and configure database. Is this > > correct > > >> > (after assuming that necessary PostgreSQL server packages are > > >> > installed)? > > >> > > >> No, you must have PostgreSQL installed before you start; the RPMs > > will > > >> set up the database for you (assuming you starting with a reasonably > > >> 'default' configuration). > > >> > > >> > > >> > > >> > > > > > > > > > > -- > > View this message in context: > > http://www.nabble.com/YUM-script-tf4000641.html#a11521932 > > Sent from the Opengroupware - User mailing list archive at Nabble.com > > . > > > > -- > > OpenGroupware.org Users > > users@opengroupware.org > > http://mail.opengroupware.org/mailman/listinfo/users > > > > > ------=_Part_50609_2733839.1184511318338 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
I tried the installation using the steps you sent me, but I got errors straight away (see the attached file).
 
I am working on VMware Player with Fedora 5.
 
Before, I tried to install OGO creating ogo.repo file in /etc/yum.repos.d folder, and then typing yum update and yum install ogo-meta.
 
But, with no success. 
 
I was reading the posts from this forum and I realised that most of the people had a problem during the OGO  installation.
 
Administrators, is it really imposable to write installation steps for OpenGroupware 1.1.6 (e.g.) using yum tool? 
Right now I am trying to install opengroupware-1.1.6-yummy with sope-4.5.8-sixtyfour, ThirdParty and all from .../fedora-core5/trunk/.
 
Thanks!

 
On 7/13/07, Brian Price <briancs@shaw.ca> wrote:
If you're having trouble with the key, you'll want to set gpgcheck=0 in yum.conf.  I couldn't find the key.

 
If you can find the  key, just do a "rpm --import <URL_TO_KEY>" then you  can leave gpgcheck=1 in yum.conf.

 
Good luck.  You do need to make sure PostgreSQL.  Run the "yum install ogo-meta".  After that is done, you may need to run: "yum install ogo-database-setup"

 
Let me know how it goes!

 
Cheers,
Brian
AKA: SnakeDiver

 

On 13-Jul-07, at 6:06 AM, Jadranka Stupar wrote:

Thanks a lot!
 
I did the similar thing but with different packages and I put this code in ogo.repo in the /etc/yum.repos.d folder:
fedora-core5/releases/opengroupware-1.1.6-finally/yummy
 
and
 
/fedora-core5/releases/sope-4.5.9-maple/
 
Do I need to put gpgcheck=0 in the yum.conf file?
 
And first I have to install Fedora 5 with PostgreSql.
Then I will run yum tool.
I'll try it right now and I'll send you the feedback.
 
Thank you so much - I feel free to ask you more about OGO e.g. aboutpost installation tasks etc.
 
Regards!


 


 
On 7/12/07, SnakeDiver <briancs@shaw.ca> wrote:

If you're still looking to the answer to your problem, I was messing around
with it last night.  If you want to install Opengroupware via yum, use these
steps:

Open up /etc/yum.conf .  Add the following lines to it:

[ogo-releases]
name=OpenGroupware.org release builds
baseurl= http://download.opengroupware.org/nightly/packages/fedora-core5/releases/opengroupware-1.0.0-finally/

You'll also need Sope and some Third party libraries.  Depending on the
version you choose.  In the above example, version 1.0.0-finally was chosen,
which needs Sope 4.4.  So, we also need to add these lines to /etc/yum.conf

[sope-releases]
name=Sope 4.4 Release
baseurl= http://download.opengroupware.org/nightly/packages/fedora-core5/releases/sope-4.4.0-cell/

[thirdparty-releases]
name=Third Party Support Packages for OpenGroupware
baseurl= http://download.opengroupware.org/nightly/packages/fedora-core5/releases/ThirdParty/


Okay.  Now that both of these are in your yum.conf, save it.  You can run
yum update if you want, but you need to run  "yum install ogo-meta"  (no
quotes)  to install OpenGroupWare.  This will install all the needed
packages.

Hope this helps, let me know how it works.

Cheers,



Jadranka Stupar wrote:
>
> Adam,
>
> Sorry, please, my question is related to YUM INSTALL xxxx command
> related to the RPM packages (text with red colour). I SIMPLY DO NOT KNOW
> WHAT TO WRITE AFTER INSTALL>
>
> AND I WROTE THE WHOLE TEXT IN ORDER TO PUT EVERYTHING TOGETHER IN ONE
> PLACE
> (FEDORA 5 AND OpenGroupware),.
>
> Of course the databse had to be installed.
> PLEASE READ THE ORIGINAL POST AGAIN!
> IS IT A SECRET HOW TO USE YUM INSTALL TOOL FOR RPM PACKAGES?
>
> THANKS, I'LL APPRECIATE THE ANSWER!
>
>
> On 6/29/07, Adam Tauno Williams < adam@morrison-ind.com> wrote:
>>
>>
>>
>> > After this, I should Install and configure database. Is this correct
>> > (after assuming that necessary PostgreSQL server packages are
>> > installed)?
>>
>> No, you must have PostgreSQL installed before you start;  the RPMs will
>> set up the database for you (assuming you starting with a reasonably
>> 'default' configuration).
>>
>>
>>
>>
>
>

--
View this message in context: http://www.nabble.com/YUM-script-tf4000641.html#a11521932
Sent from the Opengroupware - User mailing list archive at Nabble.com .

--
OpenGroupware.org Users
users@opengroupware.org
http://mail.opengroupware.org/mailman/listinfo/users



------=_Part_50609_2733839.1184511318338-- From users@opengroupware.org Sun Jul 15 17:33:14 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Sun, 15 Jul 2007 12:33:14 -0400 Subject: [OGo-Users] YUM script In-Reply-To: References: <1183134697.27767.1.camel@aleph.whitemice.org> <11521932.post@talk.nabble.com> <6E809C59-0F3A-4075-B842-3ED68AD5DF3B@shaw.ca> Message-ID: <20070715123314.zpk2l2dlk4wcc44s@www.wmmi.net> > I tried the installation using the steps you sent me, but I got errors > straight away (see the attached file). > I am working on VMware Player with Fedora 5. > Before, I tried to install OGO creating ogo.repo file in /etc/yum.repos.d > folder, and then typing *yum update* and *yum install ogo-meta.* > ** > But, with no success*.* > I was reading the posts from this forum and I realised that most of the > people had a problem during the OGO installation. 1.) People with problems post messages to the list; people for whom =20 installation goes well don't. So this isn't a valid indicator of much. 2.) Installation is very simple. Just stop fiddling around with yum, =20 download the packages, and install them. > Administrators, is it really imposable to write installation steps for > OpenGroupware 1.1.6 (e.g.) using yum tool? > Right now I am trying to install opengroupware-1.1.6-yummy with > sope-4.5.8-sixtyfour, ThirdParty and all from .../fedora-core5/trunk/. This statement is incongroupus "install opengroupware-1.1.6-yummy with sope-4.5.8-sixtyfour, ThirdParty and all from .../fedora-core5/trunk/." From users@opengroupware.org Sun Jul 15 20:46:14 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Sun, 15 Jul 2007 15:46:14 -0400 Subject: [OGo-Users] YUM script In-Reply-To: <20070715123314.zpk2l2dlk4wcc44s@www.wmmi.net> References: <1183134697.27767.1.camel@aleph.whitemice.org> <11521932.post@talk.nabble.com> <6E809C59-0F3A-4075-B842-3ED68AD5DF3B@shaw.ca> <20070715123314.zpk2l2dlk4wcc44s@www.wmmi.net> Message-ID: <20070715154614.tt0wb0ygvc4s88sw@www.wmmi.net> >> Right now I am trying to install opengroupware-1.1.6-yummy with >> sope-4.5.8-sixtyfour, ThirdParty and all from .../fedora-core5/trunk/. > This statement is incongroupus "install opengroupware-1.1.6-yummy with > sope-4.5.8-sixtyfour, ThirdParty and all from .../fedora-core5/trunk/." If you are actually trying to install "trunk" (nightly) then download all the ogo*latest*, sope47*latest*, mod_ngobjweb*latest*, and libfoundation*latest* files from ftp://ftp.opengroupware.org/nightly/packages/fedora-core5/trunk/ into an empty directory. Basically all the *latest* files except the sope45 packages. Then do an "rpm -Uvh *.rpm". Very simple. From users@opengroupware.org Wed Jul 18 10:16:28 2007 From: users@opengroupware.org (Willi Fendt) Date: Wed, 18 Jul 2007 11:16:28 +0200 Subject: [OGo-Users] Gruppenkalender einzeln anzeigen In-Reply-To: <4B00BE17-55DE-4A68-B4B0-E219BC8BD63C@opengroupware.org> References: <46977FD6.4000402@gmx.de> <4B00BE17-55DE-4A68-B4B0-E219BC8BD63C@opengroupware.org> Message-ID: <469DDA6C.3000104@gmx.de> Vielen Dank ! Ja, das sieht tatsächlich gut aus. Danke Willi Helge Hess schrieb: > On 13.07.2007, at 15:36, Willi Fendt wrote: >> Gibt es eine Mvglichkeit, auf einen Blick NUR den Kalender f|r einen >> bestimmten Raum anzuzeigen ? >> Zum Beispiel: >> - ich habe einen privaten kalender >> - ich habe zwei Gruppen, zu denen ich gehvre >> - es gibt einen Besprechungsraum >> >> Nun will ich nur den Besprechungsraum sehen: was lduft da alles ? >> Am Besten mit einem Knopfdruck. > > Probier mal den Ressource-Scheduler, die Applikation kannst du in den > "Anzeige" Prdferenzen aktivieren. > > Gruss, > Helge > --Helge Hess > http://www.helgehess.eu/ > > > --OpenGroupware.org Users > users@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/users > > > From users@opengroupware.org Wed Jul 18 20:00:23 2007 From: users@opengroupware.org (LLLActive@GMX.Net) Date: Wed, 18 Jul 2007 21:00:23 +0200 Subject: [OGo-Users] On SUSE 10.2 In-Reply-To: <1174866992.4605.20.camel@aleph.whitemice.org> References: <009a01c76eff$ea18d400$9701a8c0@TAGES> <1174841915.8709.55.camel@ws01.whitemice.org> <00b101c76f09$511e5680$9701a8c0@TAGES> <1174866992.4605.20.camel@aleph.whitemice.org> Message-ID: <1184785223.5315.13.camel@kakadu.aviary> On Sun, 2007-03-25 at 19:56 -0400, Adam Tauno Williams wrote: > Ah, I think this is the results of the version bump in SOPE, which > happened after I wrote those instructions. OpenGroupware 1.1.x is meant > to be built on 4.6 but SOPE is currently at 4.7. Confusing, yes. > > I've put my openSUSE 10.2 RPMs up so you can grab them if you want. > http://docs.opengroupware.org/Members/whitemice/misc/OGo20070325.tar.gz/file_view > Hi Adam, I would like to try OGo on an OpenSUSE 10.2 and a SLES 10. My company is interested in using OGo on a HA cluster, so I want to try your RPM's if I may. The link seems dead: | Our apologies... | The item you requested does not exist on this server or cannot be | served. | | Please double check the web address or use the search function on | this page to find what you are looking for. | | If you know you have the correct web address but are encountering an | error, please send a mail to the administrator of this site. | | docportal@opengroupware.org | | Thank you. | | 404 Not Found The documentation, On Sun, 2007-03-25 at 19:06 +0200, Tage Stabell-Kulø wrote: > I installed SUSE 10.2 from scratch (just to run OpenGroupware). My > first > Linux (but I have two decades worth of BSD experience). > > I then followed the detailed description at > http://docs.opengroupware.org/Members/whitemice/misc/ogo-install-for-opensus > e102 (thank you!). is also dead. Could someone direct me to new links please; or are there updated RPM's and an updated manual. :-) Lando From users@opengroupware.org Wed Jul 18 21:14:44 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Wed, 18 Jul 2007 16:14:44 -0400 Subject: [OGo-Users] On SUSE 10.2 In-Reply-To: <1184785223.5315.13.camel@kakadu.aviary> References: <009a01c76eff$ea18d400$9701a8c0@TAGES> <1174841915.8709.55.camel@ws01.whitemice.org> <00b101c76f09$511e5680$9701a8c0@TAGES> <1174866992.4605.20.camel@aleph.whitemice.org> <1184785223.5315.13.camel@kakadu.aviary> Message-ID: <20070718161444.ulsers1i0ck4scwg@www.wmmi.net> >> Ah, I think this is the results of the version bump in SOPE, which >> happened after I wrote those instructions. OpenGroupware 1.1.x is meant >> to be built on 4.6 but SOPE is currently at 4.7. Confusing, yes. >> I've put my openSUSE 10.2 RPMs up so you can grab them if you want. http://docs.opengroupware.org/Members/whitemice/misc/OGo20070325.tar.gz/file= _view > I would like to try OGo on an OpenSUSE 10.2 and a SLES 10. My company is > interested in using OGo on a HA cluster, so I want to try your RPM's if > I may. The link seems dead: Yep, because the link is obsolete; see... http://docs.opengroupware.org/Members/whitemice/ and the link for =20 "TRUNK RPMs For openSUSE 10.2" Or go to http://docs.opengroupware.org/ and search for "opensuse" >> http://docs.opengroupware.org/Members/whitemice/misc/ogo-install-for-open= suse102 (thank =20 >> you!). > is also dead. No it isn't; works for me. > Could someone direct me to new links please; or are there updated RPM's > and an updated manual. For a manual look at - =20 http://docs.opengroupware.org/Members/whitemice/wmogag/file_view A backup link for the same document is - http://www.whitemiceconsulting.com/node/67 From users@opengroupware.org Thu Jul 19 13:50:18 2007 From: users@opengroupware.org (Willi Fendt) Date: Thu, 19 Jul 2007 14:50:18 +0200 Subject: [OGo-Users] On SUSE 10.2 In-Reply-To: <20070718161444.ulsers1i0ck4scwg@www.wmmi.net> References: <009a01c76eff$ea18d400$9701a8c0@TAGES> <1174841915.8709.55.camel@ws01.whitemice.org> <00b101c76f09$511e5680$9701a8c0@TAGES> <1174866992.4605.20.camel@aleph.whitemice.org> <1184785223.5315.13.camel@kakadu.aviary> <20070718161444.ulsers1i0ck4scwg@www.wmmi.net> Message-ID: <469F5E0A.8030801@gmx.de> I worked for me with suse 10.2 and the whitemice rpm. The only thing i had to do is to use another ngobjweb rpm. apache2 did not start with the other one. The version i used ist mod_ngobjweb-2.0.54-r1476 greetings willi Adam Tauno Williams schrieb: >>> Ah, I think this is the results of the version bump in SOPE, which >>> happened after I wrote those instructions. OpenGroupware 1.1.x is >>> meant >>> to be built on 4.6 but SOPE is currently at 4.7. Confusing, yes. >>> I've put my openSUSE 10.2 RPMs up so you can grab them if you want. > http://docs.opengroupware.org/Members/whitemice/misc/OGo20070325.tar.gz/file_view > >> I would like to try OGo on an OpenSUSE 10.2 and a SLES 10. My company is >> interested in using OGo on a HA cluster, so I want to try your RPM's if >> I may. The link seems dead: > > Yep, because the link is obsolete; see... > http://docs.opengroupware.org/Members/whitemice/ and the link for > "TRUNK RPMs For openSUSE 10.2" > > Or go to http://docs.opengroupware.org/ and search for "opensuse" > >>> http://docs.opengroupware.org/Members/whitemice/misc/ogo-install-for-opensuse102 >>> (thank you!). >> is also dead. > > No it isn't; works for me. > >> Could someone direct me to new links please; or are there updated RPM's >> and an updated manual. > > For a manual look at - > http://docs.opengroupware.org/Members/whitemice/wmogag/file_view > A backup link for the same document is - > http://www.whitemiceconsulting.com/node/67 > --OpenGroupware.org Users > users@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/users > > > From users@opengroupware.org Thu Jul 19 21:07:42 2007 From: users@opengroupware.org (Wolfgang Sourdeau) Date: Thu, 19 Jul 2007 16:07:42 -0400 Subject: [OGo-Users] prepackaged SOGo/SOPE Message-ID: <0a940b93770d9d2dc86cc55e0b2ee98b@mozzarella> Hi everyone, This is to announce that prepackaged RPMs are now availble for SOGo and SOPE (GNUstep build) at http://www.inverse.ca/SOGo/ The current distributions are currently limited to CentOS/RHEL 5 but more is to come soon. Thanks! Wolfgang From users@opengroupware.org Sat Jul 21 18:36:21 2007 From: users@opengroupware.org (users@opengroupware.org) Date: Sat, 21 Jul 2007 17:36:21 +0000 Subject: [OGo-Users] Blank Browser Screen after install Message-ID: <072120071736.28540.46A24415000C6F2800006F7C22007358349B9D0E08040C@comcast.net> I installed compiled and installed the OpenGroupware and ThirdParty from the Subversion repository. last night onto my Cento 4 system and everything seems to work but I dont get and login screen or HTML pages displayed to the browser. ((((( WHERE ARE THE HTML Pages? ))) It even makes update stp the session_log table within Postgresql. System info Centos 4 subversion OpenGroupware 1.1 subversion SOPE 4.6 "" ThirdParty I followed the directions on the webpage: http://sope.opengroupware.org/en/build/thirdparty.html I compiled the Apache modules and it loaded fine and I have the following in the httpd.conf file: ---------- LoadModule ngobjweb_module modules/mod_ngobjweb.so #AddModule mod_ngobjweb.c SetHandler ngobjweb-adaptor SetAppPort 20000 Alias /OpenGroupware10a.woa/WebServerResources/ /CLH/opengroupware.org/WebUI #Alias /OpenGroupware10a.woa /usr/local/share/opengroupware.org-1.1/ ----------------- I switch the Alias line to almost every directory and I get the same message. Heres the out put from the ogo-webui-1.1 command: --- ogo-webui-1.1 -WOPort 20000 -WOHttpAllowHost localhost.localdomain Jul 21 17:31:03 ogo-webui-1.1 [27039]: SNS support disabled. Jul 21 17:31:04 ogo-webui-1.1 [27039]: WARNING(-[NSBundle principalClass]): principal class of bundle is not a class of the bundle ! Jul 21 17:31:04 ogo-webui-1.1 [27039]: WARNING(-[NSBundle principalClass]): principal class of bundle is not a class of the bundle ! Jul 21 17:31:04 ogo-webui-1.1 [27039]: Note: storing cached vCards files in: '/var/lib/opengroupware.org/documents' Jul 21 17:31:04 ogo-webui-1.1 [27039]: account::change-password: using password field: 'userPassword' Jul 21 17:31:04 ogo-webui-1.1 [27039]: Note: members of role team 'team creators' are allowed to create teams. Jul 21 17:31:05 ogo-webui-1.1 [27039]: WARNING(-[NSBundle principalClass]): principal class of bundle is not a class of the bundle ! Jul 21 17:31:05 ogo-webui-1.1 [27039]: WARNING(-[NSBundle principalClass]): principal class of bundle is not a class of the bundle ! Jul 21 17:31:05 ogo-webui-1.1 [27039]: WARNING(-[NSBundle principalClass]): principal class of bundle is not a class of the bundle ! Jul 21 17:31:05 ogo-webui-1.1 [27039]: Note: located themes: OOo, blue, kde, orange Jul 21 17:31:05 ogo-webui-1.1 [27039]: Note: located translations: Japanese, Slovak, Finish, English, Dutch, ptBR, French, German, Danish, Hungarian, Norwegian, Spanish, Portuguese, Basque, Italian, Polish Jul 21 17:31:05 ogo-webui-1.1 [27039]: |ogo-webui-1.1| CTI Dialers: Jul 21 17:31:05 ogo-webui-1.1 [27039]: WOCompoundElement: pool embedding is on. Jul 21 17:31:05 ogo-webui-1.1 [27039]: WOCompoundElement: id logging is on. Jul 21 17:31:06 ogo-webui-1.1 [27039]: WARNING: did not find checkboxes JavaScript for SkyTableView! Jul 21 17:31:06 ogo-webui-1.1 [27039]: WARNING: did not find shiftclick JavaScript for SkyTableView! Jul 21 17:31:06 ogo-webui-1.1 [27039]: OGoProject: available project bases: FileSystem,Database Jul 21 17:31:06 ogo-webui-1.1 [27039]: Note: load storage bundle: 'OGoFileSystemProject.ds' Jul 21 17:31:06 ogo-webui-1.1 [27039]: Note: load storage bundle: 'OGoDatabaseProject.ds' Jul 21 17:31:07 ogo-webui-1.1 [27039]: <0x0xb70439a0[LSWMultipartAlternativeBodyViewer]> WARNING: skyrix_id default is not set. Jul 21 17:31:07 ogo-webui-1.1 [27039]: Note: doc-viewer did not find Epoz. Jul 21 17:31:07 ogo-webui-1.1 [27039]: Note: found doc-viewers attributes,contents,versions,access,logs Jul 21 17:31:07 ogo-webui-1.1 [27039]: Note: using default doc-viewer rules. Jul 21 17:31:07 ogo-webui-1.1 [27039]: Note: folder-view did not find Epoz. Jul 21 17:31:07 ogo-webui-1.1 [27039]: SkyPersonViewer: form letter types: excel, framemaker, winword Jul 21 17:31:08 ogo-webui-1.1 [27039]: |ogo-webui-1.1| root has no password, you need to assign one! Jul 21 17:31:08 ogo-webui-1.1 [27039]: |ogo-webui-1.1| OpenGroupware.org instance initialized. Jul 21 17:31:08 ogo-webui-1.1 [27039]: |ogo-webui-1.1| WOHttpAdaptor listening on address *:20000 *** THIS POPS UP AFTER I CLICK THE URL IN THE BROWSER ***** Jul 21 17:33:52 ogo-webui-1.1 [27039]: |ogo-webui-1.1| failed to restore session : ctx: <0x0x88d5dec[WOContext]: 00146a24380088d5dec app=ogo-webui-1.1 sn=none eid= rqeid=> redirecting to: http://clh1.hsd1.md.comcast.net:80/OpenGroupware/ 192.168.1.100 - - [21/Jul/2007:17:33:52 GMT] "GET /OpenGroupware/ HTTP/1.1" 302 359/0 0.021 - - 136K Jul 21 17:33:52 ogo-webui-1.1 [27039]: <0x0x88ea6a4[OGoHelpManager]> Note: no OGo documentation installed! Jul 21 17:33:52 ogo-webui-1.1 [27039]: <0x0x88ea6a4[OGoHelpManager]> SP: Jul 21 17:33:52 ogo-webui-1.1 [27039]: |ogo-webui-1.1| : created session: Jul 21 17:33:52 ogo-webui-1.1 [27039]: ccaps: Jul 21 17:33:52 ogo-webui-1.1 [27039]: Note: PostgreSQL72 adaptor using timezone 'GMT' as default Jul 21 17:33:53 ogo-webui-1.1 [27039]: (699F699F0146A24380) user root logged in. Jul 21 17:33:53 ogo-webui-1.1 [27039]: [ERROR] (699F699F0146A24380) did not find dockable page: 'Registration' 192.168.1.100 - - [21/Jul/2007:17:33:53 GMT] "GET /OpenGroupware/ HTTP/1.1" 200 0/0 1.442 - - 720K **** AFTER I CLICK REFRESH AGAIN *** Jul 21 17:35:40 ogo-webui-1.1 [27039]: >DirectAction> triggered default action, session available .. 192.168.1.100 - - [21/Jul/2007:17:35:40 GMT] "GET /OpenGroupware/ HTTP/1.1" 200 0/0 0.002 - - 0 --- Thanks!! CoolC From users@opengroupware.org Sun Jul 22 02:38:56 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Sat, 21 Jul 2007 21:38:56 -0400 Subject: [OGo-Users] Blank Browser Screen after install In-Reply-To: <072120071736.28540.46A24415000C6F2800006F7C22007358349B9D0E08040C@comcast.net> References: <072120071736.28540.46A24415000C6F2800006F7C22007358349B9D0E08040C@comcast.net> Message-ID: <1185068336.4425.8.camel@aleph.whitemice.org> > I installed compiled and installed the OpenGroupware and ThirdParty from the > Subversion repository. last night onto my Cento 4 system and everything seems to Is there a reason you didn't use the CentOS packages? ftp://ftp.opengroupware.org/nightly/packages/centos43/trunk > work but I dont get and login screen or HTML pages displayed to the browser. > ((((( WHERE ARE THE HTML Pages? ))) They don't exist; pages are generated dynamically by the server. > Alias /OpenGroupware10a.woa/WebServerResources/ /CLH/opengroupware.org/WebUI > #Alias /OpenGroupware10a.woa /usr/local/share/opengroupware.org-1.1/ This doesn't look like the recommended configuration; there should be a record like - AliasMatch ^/OpenGroupware([0-9a-zA-Z]{1})([0-9a-zA-Z]{1,})\.woa/WebServerResources/(.*) /usr/local/share/opengroupware.org-$1.$2/www/$3 Alias /ArticleImages /var/lib/opengroupware.org/news Only the images. css, and javascript files come from the WebServerResources. Page body is generated dynamically. > I switch the Alias line to almost every directory and I get the same message. > Heres the out put from the ogo-webui-1.1 command: > ogo-webui-1.1 -WOPort 20000 -WOHttpAllowHost localhost.localdomain > Jul 21 17:31:03 ogo-webui-1.1 [27039]: SNS support disabled. > Jul 21 17:31:04 ogo-webui-1.1 [27039]: WARNING(-[NSBundle principalClass]): principal class of bundle is not a class of the bundle ! > Jul 21 17:31:04 ogo-webui-1.1 [27039]: WARNING(-[NSBundle principalClass]): principal class of bundle is not a class of the bundle ! > Jul 21 17:31:04 ogo-webui-1.1 [27039]: Note: storing cached vCards files in: '/var/lib/opengroupware.org/documents' > Jul 21 17:31:04 ogo-webui-1.1 [27039]: account::change-password: using password field: 'userPassword' > Jul 21 17:31:04 ogo-webui-1.1 [27039]: Note: members of role team 'team creators' are allowed to create teams. > Jul 21 17:31:05 ogo-webui-1.1 [27039]: WARNING(-[NSBundle principalClass]): principal class of bundle is not a class of the bundle ! > Jul 21 17:31:05 ogo-webui-1.1 [27039]: WARNING(-[NSBundle principalClass]): principal class of bundle is not a class of the bundle ! > Jul 21 17:31:05 ogo-webui-1.1 [27039]: WARNING(-[NSBundle principalClass]): principal class of bundle is not a class of the bundle ! TRUNK builds currently use SOPE 4.7; although it shouldn't really matter. > Jul 21 17:31:06 ogo-webui-1.1 [27039]: WARNING: did not find checkboxes JavaScript for SkyTableView! > Jul 21 17:31:06 ogo-webui-1.1 [27039]: WARNING: did not find shiftclick JavaScript for SkyTableView! Probably your alias match is wrong. > Jul 21 17:31:06 ogo-webui-1.1 [27039]: OGoProject: available project bases: FileSystem,Database > Jul 21 17:31:06 ogo-webui-1.1 [27039]: Note: load storage bundle: 'OGoFileSystemProject.ds' > Jul 21 17:31:06 ogo-webui-1.1 [27039]: Note: load storage bundle: 'OGoDatabaseProject.ds' Woh! Something in your installation is screwed up or incomplete. I'd guess there is a path mismatch in the binaries. > Jul 21 17:31:07 ogo-webui-1.1 [27039]: <0x0xb70439a0[LSWMultipartAlternativeBodyViewer]> WARNING: skyrix_id default is not set. Something is very wrong; the defaults are not complete. > Jul 21 17:33:52 ogo-webui-1.1 [27039]: |ogo-webui-1.1| failed to restore session : > ctx: <0x0x88d5dec[WOContext]: 00146a24380088d5dec app=ogo-webui-1.1 sn=none eid= rqeid=> > redirecting to: http://clh1.hsd1.md.comcast.net:80/OpenGroupware/ > 192.168.1.100 - - [21/Jul/2007:17:33:52 GMT] "GET /OpenGroupware/ HTTP/1.1" 302 359/0 0.021 - - 136K > Jul 21 17:33:52 ogo-webui-1.1 [27039]: <0x0x88ea6a4[OGoHelpManager]> Note: no OGo documentation installed! > Jul 21 17:33:52 ogo-webui-1.1 [27039]: <0x0x88ea6a4[OGoHelpManager]> SP: > Jul 21 17:33:52 ogo-webui-1.1 [27039]: |ogo-webui-1.1| : created session: > Jul 21 17:33:52 ogo-webui-1.1 [27039]: ccaps: > Jul 21 17:33:52 ogo-webui-1.1 [27039]: Note: PostgreSQL72 adaptor using timezone 'GMT' as default > Jul 21 17:33:53 ogo-webui-1.1 [27039]: (699F699F0146A24380) user root logged in. > Jul 21 17:33:53 ogo-webui-1.1 [27039]: [ERROR] (699F699F0146A24380) did not find dockable page: 'Registration' > 192.168.1.100 - - [21/Jul/2007:17:33:53 GMT] "GET /OpenGroupware/ HTTP/1.1" 200 0/0 1.442 - - 720K This all looks normal. > Jul 21 17:35:40 ogo-webui-1.1 [27039]: >DirectAction> triggered default action, session available .. > 192.168.1.100 - - [21/Jul/2007:17:35:40 GMT] "GET /OpenGroupware/ HTTP/1.1" 200 0/0 0.002 - - 0 Normal. But the missing bits are probably preventing you from seeing anything. http://docs.opengroupware.org/Members/whitemice/wmogag/view is probably worth a look. From users@opengroupware.org Mon Jul 23 12:03:17 2007 From: users@opengroupware.org (Sebastian Reitenbach) Date: Mon, 23 Jul 2007 13:03:17 +0200 Subject: [OGo-Users] edit appointment, change from all day to a time not working Message-ID: <20070723110318.2C86E486F3@l00-bugdead-prods.de> Hi, I wanted to edit an already existing appointment, change the time from an all day appointment to only a given time on that day. When I check and uncheck the all day checkbox, the date fields for end and start date jump left and right, but no time input fields show up. Is this known to anybody, or maybe already fixed in svn? If not, I'd create a bug report. kind regards Sebastian From users@opengroupware.org Mon Jul 23 14:32:26 2007 From: users@opengroupware.org (Adam Tauno Williams) Date: Mon, 23 Jul 2007 09:32:26 -0400 Subject: [OGo-Users] edit appointment, change from all day to a time not working In-Reply-To: <20070723110318.2C86E486F3@l00-bugdead-prods.de> References: <20070723110318.2C86E486F3@l00-bugdead-prods.de> Message-ID: <20070723093226.alt4o6xnk088wg4g@www.mormail.com> > I wanted to edit an already existing appointment, change the time from an > all day appointment to only a given time on that day. > When I check and uncheck the all day checkbox, the date fields for end and > start date jump left and right, but no time input fields show up. > Is this known to anybody, or maybe already fixed in svn? If not, I'd create > a bug report. Your correct; unchecking all day doesn't seem to work. You should file a bug report. As a work around clicking "move" instead of edit and then moving the appointment a few hours seems to un-all-day the appointment. From users@opengroupware.org Mon Jul 23 14:59:17 2007 From: users@opengroupware.org (Sebastian Reitenbach) Date: Mon, 23 Jul 2007 15:59:17 +0200 Subject: [OGo-Users] edit appointment, change from all day to a timenot working Message-ID: <20070723135919.09CC54874E@l00-bugdead-prods.de> Hi, users@opengroupware.org wrote: > > I wanted to edit an already existing appointment, change the time from an > > all day appointment to only a given time on that day. > > When I check and uncheck the all day checkbox, the date fields for end and > > start date jump left and right, but no time input fields show up. > > Is this known to anybody, or maybe already fixed in svn? If not, I'd create > > a bug report. > > Your correct; unchecking all day doesn't seem to work. You should > file a bug report. As a work around clicking "move" instead of edit > and then moving the appointment a few hours seems to un-all-day the > appointment. thanks, I've done that. kind regards Sebastian From users@opengroupware.org Mon Jul 23 22:26:37 2007 From: users@opengroupware.org (Stegbauer) Date: Mon, 23 Jul 2007 23:26:37 +0200 Subject: [OGo-Users] opengroupware on debian 4.0 etch x86_64 In-Reply-To: <20070630173119.43170@gmx.net> References: <20070630173119.43170@gmx.net> Message-ID: <20070723212637.130180@gmx.net> -------- Original-Nachricht -------- Datum: Sat, 30 Jun 2007 19:31:19 +0200 Von: "Stegbauer" An: users@opengroupware.org Betreff: [OGo-Users] opengroupware on debian 4.0 etch x86_64 > hi ml, > > i have a machine with debian etch 4.0 amd64. i tried to install > opengroupware for etch. unfortunatly, there doesn't exist x86_64 version only i386. > hi ml, i decided to install on the machine a debian 4.0 i386 directory and installed there opengroupware 1.1.7 with apache2, running on port 81. the amd64 apache2 i run on port 443