[OGo-Users] Install on Debian Etch or other suggestions?

Brian austin users@opengroupware.org
Fri, 04 May 2007 07:47:54 +1000


funambol is another issue,

the url is case sensitive.

http://localhost/OpenGroupware.org
http://localhost/openGroupware.org


or something like that.




Jan Sneep wrote:
> I must be close .... I have succesfully completed all the steps down to the
> point of Funomball install and figured that at this point I should be able
> to access the Opengroupware from a browser?
>
> So do I have to get Fumombal installed BEFORE I can
> http://localhost/opengroupware to work?
>
> Not Found
>
> The requested URL /opengroupware was not found on this server.
> Apache/2.2.3 (Debian) mod_python/3.2.10 Python/2.4.4 PHP/4.4.4-8+etch2
> mod_perl/2.0.2 Perl/v5.8.8 Server at localhost Port 80
>
>   
>> -----Original Message-----
>> From: Jan Sneep [mailto:jan@azureservices.ca]
>> Sent: May 3, 2007 8:46 AM
>> To: 'users@opengroupware.org'
>> Cc: 'Brian Austin'
>> Subject: RE: [OGo-Users] Install on Debian Etch or other suggestions?
>>
>>
>> Wow ... I decided to accept the defaults ... should have a
>> note in the doc to say accept defaults ... or whatever
>> changes should be done.
>>
>> debian:/etc/apt# ./ogo-create-instance?rev=1759
>>
>> The OpenGroupware.org daemons are executed as non-root user.
>> Such a user
>> will be created during the install process. If you want to
>> create multiple
>> instances of OpenGroupware.org each instance must be excuted in as a
>> different user. Please note that the specified user must not
>> already exist
>> on your system.
>>
>> Username (ogo): ogo
>>
>> You now need to specify the home directory of the user you
>> specified in
>> the last question. This directory must not already exist.
>>
>> Home directory (/var/lib/opengroupware.org):
>>
>> If you have multiple Versions of OpenGroupware.org installed you can
>> choose per instance which versions you want to run. If you type "none"
>> for a daemon's version, that daemon won't be started in this instance.
>> Please note that only one instance can run the Network Hotsync daemon
>> on a host because this daemon is tied to a specific port number.
>>
>> Web user interface version (1.1):
>> Zidestore version (1.5):
>> XMLRPC daemon version (1.1):
>> Network Hotsync daemon version (none):
>>
>> OpenGroupware.org keeps all data in a PostgreSQL database.
>> Some parameters
>> need to be configured in order to enable access to the
>> database. If you
>> have not yet created a database, you can let the installation
>> script take
>> care of that. For that to work, you need a locally installed and fully
>> configured PostgreSQL installation and answer the appropriate question
>> with "yes". If you want to reuse an existing database or create the
>> database manually answer "no". In both cases you need to
>> specify the host
>> where the database is runing as well as a port, a database user, that
>> user's password and adatabase name.
>>
>> Automatically configure the database? (yes):
>> Database host (localhost):
>> Database port (5432):
>> Database user (ogo):
>> Database user's password:
>> Database name (ogo):
>>
>> Each daemon has to listen on a different port for connections. Usually
>> the daemons are not connected directly from application but via apache
>> and a special module (mod_ngobjweb) which handles the requests.
>> However you need to specify the ports the applications listen on. Its
>> also possible to supply listening network address, like so;
>> localhost:port."
>>
>> Web user interface port (20000):
>> Zidestore port (21000):
>> XMLRPC daemon port (22000):
>>
>> The apache module forwards requests to the appropriate
>> daemons based on
>> the URL which is called. You need to specify which local part
>> of an URL
>> should be mapped to which daemon. An example: If you specify
>> "OpenGroupware" as Location Match for the Web UI, OpenGroupware.org's
>> Web UI will be available under "http://YOURDOMAIN/OpenGroupware".
>>
>> Web UI Location Match (OpenGroupware):
>> Zidestore Location Match (zidestore):
>> YMLRPC daemon  Location Match (RPC2):
>> Adding user and group ogo... done.
>> Set up application defaults... done.
>> Set up local database... Shall the new role be allowed to
>> create more new roles? (y/n)
>> done.
>> Register new instance to the startup system... done.
>> Reload apache... done.
>> Initialization of OpenGroupware.org instance finished.
>> Now make sure OpenGroupware.org can access the specified
>> database. Check
>> /etc/postgres/postgresql.conf if TCP/IP connections are allowed.
>> Also verify that a suitable accessmethod is enabled in
>> /etc/postgresql/pg_hba.conf.
>>
>> Please note that you need to have mod_include and mod_rewrite
>> enabled in
>> apache for this configuration working out of the box. They are
>> enabled by default in apache 1.3, but are not in apache 2.
>>
>> You need to (re)start opengroupware.org for the changes to
>> take effect.
>>
>>
>>     
>>> -----Original Message-----
>>> From: Jan Sneep [mailto:jan@azureservices.ca]
>>> Sent: May 3, 2007 8:36 AM
>>> To: 'Jan Sneep'; users@opengroupware.org
>>> Subject: RE: [OGo-Users] Install on Debian Etch or other
>>>       
>> suggestions?
>>     
>>> OK now it is asking me for a user name; I'm assuming Ogo?
>>>
>>> debian:/etc/apt# ./ogo-create-instance?rev=1759
>>>
>>> The OpenGroupware.org daemons are executed as non-root user.
>>> Such a user
>>> will be created during the install process. If you want to
>>> create multiple
>>> instances of OpenGroupware.org each instance must be excuted in as a
>>> different user. Please note that the specified user must not
>>> already exist
>>> on your system.
>>>
>>> Username (ogo):
>>>
>>>
>>>       
>>>> -----Original Message-----
>>>> From: Jan Sneep [mailto:jan@azureservices.ca]
>>>> Sent: May 3, 2007 8:15 AM
>>>> To: 'users@opengroupware.org'
>>>> Subject: RE: [OGo-Users] Install on Debian Etch or other
>>>>         
>>> suggestions?
>>>       
>>>> Sorry ignore that ... I missed the <space> between
>>>> libsope-core4.5 libfoundation1.1 ... :O(
>>>>
>>>>         
>>>>> -----Original Message-----
>>>>> From: Jan Sneep [mailto:jan@azureservices.ca]
>>>>> Sent: May 3, 2007 8:08 AM
>>>>> To: 'users@opengroupware.org'
>>>>> Subject: RE: [OGo-Users] Install on Debian Etch or other
>>>>>           
>>>> suggestions?
>>>>         
>>>>> Hi Brian,
>>>>>
>>>>> I just did a complete re-install of Etch yesterday (long
>>>>> story) so I know everything is clean ... I grabbed the latest
>>>>> copy of the steps from;
>>>>>
>>>>> http://docs.opengroupware.org/Members/brianaustin2019/Opengrou
>>>>> pware%20on%20Etch%20with%20Funambol/document_view
>>>>>
>>>>> and ran into a problem with this command, everything up to
>>>>> this worked;
>>>>>
>>>>> debian:/home/jan# apt-get install
>>>>>           
>> libsope-core4.5libfoundation1.1
>>     
>>>>> Reading package lists... Done
>>>>> Building dependency tree... Done
>>>>> E: Couldn't find package libsope-core4.5libfoundation1.1
>>>>>
>>>>> It worked last week ... but's broke now ... :O(
>>>>>
>>>>>
>>>>>
>>>>>           
>>>>>> -----Original Message-----
>>>>>> From: users-admin@opengroupware.org
>>>>>> [mailto:users-admin@opengroupware.org]On Behalf Of
>>>>>>             
>> Brian austin
>>     
>>>>>> Sent: April 29, 2007 7:21 AM
>>>>>> To: users@opengroupware.org
>>>>>> Subject: Re: [OGo-Users] Install on Debian Etch or other
>>>>>>             
>>>>> suggestions?
>>>>>           
>>>>>>             
>>>>>>> Configure postgress to allow access to database.
>>>>>>> need to allow local machine access to postgress
>>>>>>>               
>>>>>> will post file & change required when I get a mo'
>>>>>>
>>>>>> Jan Sneep wrote:
>>>>>>             
>>>>>>> OK This is what I have done, which is slightly different to
>>>>>>>               
>>>>>> what you showed;
>>>>>>             
>>>>>>> (I've put ** infront of the lines that are different)
>>>>>>>
>>>>>>> By the way I'm running all of the commands from the
>>>>>>>               
>>>>>> \etc\apt folder as this
>>>>>>             
>>>>>>> is where the "Root Terminal" opens up to.
>>>>>>>
>>>>>>> apt-get install ogo-create-instance   -->> This still
>>>>>>>               
>>>>>> doesn't work ... can't
>>>>>>             
>>>>>>> find the package
>>>>>>>
>>>>>>> ** wget
>>>>>>>
>>>>>>>               
>>>>>> http://svn.opengroupware.org/viewcvs/releases/1.1.6-yummy/debi
>>>>>> an/ogo-create-
>>>>>>             
>>>>>>> instance?rev=1759
>>>>>>>
>>>>>>> chmod 700 ogo-create-instnce?rev=1759
>>>>>>>               
>>>>> ./ogo-create-instance?rv=1759
>>>>>           
>>>>>>> ** wget
>>>>>>>
>>>>>>>               
>>>>>> http://svn.opengroupware.org/viewcvs/releases/1.1.6-yummy/debi
>>>>>> an/opengroupwa
>>>>>>             
>>>>>>> re.org-environment.opengroupware.org?rev=1759
>>>>>>>
>>>>>>> ** mv
>>>>>>>               
>>> opengroupware.org-environment.opengroupware.org\?rev\=1759
>>>       
>>>>>>> opengroupware.org
>>>>>>>
>>>>>>> ** chmod 700 opengroupware.org
>>>>>>>
>>>>>>> ** mv opengroupware /etc/init.d
>>>>>>>
>>>>>>> cd /etc/rc2.d
>>>>>>>
>>>>>>> ** ln -s ../init.d/opengroupware.org S92opengroupware
>>>>>>>
>>>>>>> ** cd ../rc3.d
>>>>>>>
>>>>>>> ** ln -s ../init.d/opengroupware.org S92opengroupware
>>>>>>>
>>>>>>> ** cd ../rc4.d
>>>>>>>
>>>>>>> ** ln -s ../init.d/opengroupware.org S92opengroupware
>>>>>>>
>>>>>>> ** cd ../rc5.d
>>>>>>>
>>>>>>> ** ln -s ../init.d/opengroupware.org S92opengroupware
>>>>>>>
>>>>>>> Not sure if I need to actually do something for the
>>>>>>>               
>>>> following two
>>>>         
>>>>>>> instructions;
>>>>>>>
>>>>>>> Configure postgress to allow access to database.
>>>>>>> need to allow local machine access to postgress
>>>>>>>
>>>>>>> So I'm proceeding to installing Funambol ... :O)
>>>>>>>
>>>>>>>
>>>>>>> -----Original Message-----
>>>>>>> From: users-admin@opengroupware.org
>>>>>>> [mailto:users-admin@opengroupware.org]On Behalf Of
>>>>>>>               
>>> Brian austin
>>>       
>>>>>>> Sent: April 27, 2007 5:19 PM
>>>>>>> To: users@opengroupware.org
>>>>>>> Subject: Re: [OGo-Users] Install on Debian Etch or other
>>>>>>>               
>>>>>> suggestions?
>>>>>>             
>>>>>>> try
>>>>>>>
>>>>>>> apt-get install ogo-create-instance
>>>>>>>
>>>>>>> wget
>>>>>>>
>>>>>>>               
>>>>>> http://svn.opengroupware.org/viewcvs//checkout//releases/1.1.6
>>>>>> -yummy/debian/
>>>>>>             
>>>>>>> opengroupware.org-environment.opengroupware.org?rev=1759
>>>>>>>
>>>>>>> mv
>>>>>>>               
>>>>>> opengroupware.org-environment.opengroupware.org\?rev\=1759
>>>>>> opengroupware
>>>>>>             
>>>>>>> chmod 700 opengroupware
>>>>>>> mv opengroupware /etc/init.d/
>>>>>>> cd /etc/rc2.d
>>>>>>> ln -s ../init.d/opengroupware S92opengroupware
>>>>>>> cd ../rc3.d/
>>>>>>> ln -s ../init.d/opengroupware S92opengroupware
>>>>>>> cd ../rc4.d/
>>>>>>> ln -s ../init.d/opengroupware S92opengroupware
>>>>>>> cd ../rc5.d/
>>>>>>> ln -s ../init.d/opengroupware S92opengroupware
>>>>>>>
>>>>>>> Jan Sneep wrote:
>>>>>>>
>>>>>>>               
>>>>>>>> Everything up to "Hacks to fix up the broken
>>>>>>>>                 
>> install" worked
>>     
>>>>>>>> beautifully. Then ran into an error.
>>>>>>>>
>>>>>>>> Step 1. - tried to type the whole thing as a single
>>>>>>>>                 
>>>>> command ... is
>>>>>           
>>>>>>>> that correct?
>>>>>>>>
>>>>>>>> Following was the error message produced;
>>>>>>>>
>>>>>>>>
>>>>>>>> debian:/etc/apt# wget
>>>>>>>>
>>>>>>>>
>>>>>>>>                 
>>>>>> http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y
>>>>>> ummy/debian/og
>>>>>>             
>>>>>>> o-create-instance?rev=1759
>>>>>>>
>>>>>>>               
>>>>>>>> chmod 700 ogo-create-instnce?rev=1759
>>>>>>>>                 
>>>>>> ./ogo-create-instance?rev=1759
>>>>>>             
>>>>>>>> --10:13:47--
>>>>>>>>
>>>>>>>>
>>>>>>>>                 
>>>>>> http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y
>>>>>> ummy/debian/og
>>>>>>             
>>>>>>> o-create-instance?rev=1759
>>>>>>>
>>>>>>>               
>>>>>>>>            => `ogo-create-instance?rev=1759'
>>>>>>>> Resolving svn.opengroupware.org... 213.211.192.147
>>>>>>>> Connecting to svn.opengroupware.org|213.211.192.147|:80...
>>>>>>>>                 
>>>>>> connected.
>>>>>>             
>>>>>>>> HTTP request sent, awaiting response... 404 Not Found
>>>>>>>> 10:13:48 ERROR 404: Not Found.
>>>>>>>>
>>>>>>>> --10:13:48--  http://chmod/
>>>>>>>>            => `index.html'
>>>>>>>> Resolving chmod... failed: Name or service not known.
>>>>>>>> --10:13:48--  http://700/
>>>>>>>>            => `index.html'
>>>>>>>> Resolving 700... 0.0.2.188
>>>>>>>> Connecting to 700|0.0.2.188|:80... failed: Invalid
>>>>>>>>                 
>> argument.
>>     
>>>>>>>> --10:13:48--  http://ogo-create-instnce/?rev=1759
>>>>>>>>            => `index.html?rev=1759'
>>>>>>>> Resolving ogo-create-instnce... failed: Name or service
>>>>>>>>                 
>>>>> not known.
>>>>>           
>>>>>>>> --10:13:48--  http://./ogo-create-instance?rev=1759
>>>>>>>>            => `ogo-create-instance?rev=1759'
>>>>>>>> Resolving .... failed: Name or service not known.
>>>>>>>>
>>>>>>>> FINISHED --10:13:48--
>>>>>>>> Downloaded: 0 bytes in 0 files
>>>>>>>>
>>>>>>>> Then tried just the first part, in case it was multiple
>>>>>>>>                 
>>>>>> commands ...
>>>>>>             
>>>>>>>> Following was the error message produced;
>>>>>>>>
>>>>>>>>
>>>>>>>> debian:/etc/apt# wget
>>>>>>>>
>>>>>>>>
>>>>>>>>                 
>>>>>> http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y
>>>>>> ummy/debian/og
>>>>>>             
>>>>>>> o-create-instance?rev=1759
>>>>>>>
>>>>>>>
>>>>>>>               
>>>>>> <http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-
>>>>>> yummy/debian/o
>>>>>>             
>>>>>>> go-create-instance?rev=1759>
>>>>>>>
>>>>>>>               
>>>>>>>> --10:18:18--
>>>>>>>>
>>>>>>>>
>>>>>>>>                 
>>>>>> http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y
>>>>>> ummy/debian/og
>>>>>>             
>>>>>>> o-create-instance?rev=1759
>>>>>>>
>>>>>>>               
>>>>>>>>            => `ogo-create-instance?rev=1759'
>>>>>>>> Resolving svn.opengroupware.org... 213.211.192.147
>>>>>>>> Connecting to svn.opengroupware.org|213.211.192.147|:80...
>>>>>>>>                 
>>>>>> connected.
>>>>>>             
>>>>>>>> HTTP request sent, awaiting response... 404 Not Found
>>>>>>>> 10:13:48 ERROR 404: Not Found.
>>>>>>>>
>>>>>>>> So did I make a typo?
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> By the way what is Funambol?
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Jan
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>     -----Original Message-----
>>>>>>>>     *From:* users-admin@opengroupware.org
>>>>>>>>     [mailto:users-admin@opengroupware.org]*On Behalf Of
>>>>>>>>                 
>>>>>> *brian Austin
>>>>>>             
>>>>>>>>     *Sent:* April 26, 2007 7:15 PM
>>>>>>>>     *To:* users@opengroupware.org
>>>>>>>>     *Subject:* Re: [OGo-Users] Install on Debian
>>>>>>>>                 
>>> Etch or other
>>>       
>>>>>>>>     suggestions?
>>>>>>>>
>>>>>>>>     ok,
>>>>>>>>
>>>>>>>>     I've put my instructions in the plone.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>                 
>>>>>> http://docs.opengroupware.org/Members/brianaustin2019/Opengrou
>>>>>> pware%20on%20E
>>>>>>             
>>>>>>> tch%20with%20Funambol/document_view
>>>>>>>
>>>>>>>               
>>>>>>>>     but I bet it doesnt stop people asking how to do it.
>>>>>>>>
>>>>>>>>     barneyVM:~# uname -a
>>>>>>>>     Linux barneyVM 2.6.16-2-xen-686 #1 SMP Fri Aug 18
>>>>>>>>                 
>>>>> 21:56:08 UTC
>>>>>           
>>>>>>>>     2006 i686 GNU/Linux
>>>>>>>>     barneyVM:~# cat /etc/apt/sources.list
>>>>>>>>     deb http://ftp.iinet.net.au/debian/debian/ etch main
>>>>>>>>                 
>>>>>> contrib non-free
>>>>>>             
>>>>>>>>     deb-src http://ftp.iinet.net.au/debian/debian/
>>>>>>>>                 
>> etch main
>>     
>>>>>>>>     #deb http://http.us.debian.org/debian/ etch main
>>>>>>>>                 
>>>>>> contrib non-free
>>>>>>             
>>>>>>>>     deb
>>>>>>>>                 
>>>> http://download.opengroupware.org/nightly/packages/debian
>>>>         
>>>>>>>>     sarge releases/opengroupware-1.1.6-yummy
>>>>>>>>     deb
>>>>>>>>                 
>>>> http://download.opengroupware.org/nightly/packages/debian
>>>>         
>>>>>>>>     sarge releases/sope-4.5.9-maple
>>>>>>>>     deb
>>>>>>>>                 
>>>> http://download.opengroupware.org/nightly/packages/debian
>>>>         
>>>>>>>>     sarge releases/ThirdParty
>>>>>>>>
>>>>>>>>     deb http://security.debian.org/ etch/updates main
>>>>>>>>     deb-src http://security.debian.org/ etch/updates main
>>>>>>>>
>>>>>>>>     barneyVM:~# ps -A | grep ogo
>>>>>>>>      2387 ?        00:00:00 ogo-webui-1.1
>>>>>>>>      2388 ?        00:00:00 ogo-zidestore-1
>>>>>>>>      2389 ?        00:00:00 ogo-xmlrpcd-1.1
>>>>>>>>      2413 ?        00:00:00 ogo-zidestore-1
>>>>>>>>      2415 ?        00:00:00 ogo-xmlrpcd-1.1
>>>>>>>>      3152 ?        00:00:00 ogo-webui-1.1
>>>>>>>>
>>>>>>>>
>>>>>>>>     -----Original Message -----
>>>>>>>>      From: Jan Sneep
>>>>>>>>      Sent: 27/04/2007 1:26 AM
>>>>>>>>
>>>>>>>>                 
>>>>>>>>>     Has anyone figured out how to install on Debian
>>>>>>>>>                   
>>> Etch yet?
>>>       
>>>>>>>>>     I'm pretty much a newbie to Linux systems. Heard
>>>>>>>>>                   
>>>> about Open
>>>>         
>>>>>>>>>     Groupware and wanted to give it a try so based on
>>>>>>>>>                   
>>>>> the web site
>>>>>           
>>>>>>>>>     suggestion that Debian had excellent support decided
>>>>>>>>>                   
>>>>>> to install
>>>>>>             
>>>>>>>>>     it. I've been playing with Debian for a couple of
>>>>>>>>>                   
>>>> months now
>>>>         
>>>>>>>>>     getting Samba and CUPS working and just trying to
>>>>>>>>>                   
>>>>>> figure things
>>>>>>             
>>>>>>>>>     out when I had time to spare.  However my overall
>>>>>>>>>                   
>>>>>> goal was to get
>>>>>>             
>>>>>>>>>     Open Groupware working and I had basically set aside
>>>>>>>>>                   
>>>>>> this week to
>>>>>>             
>>>>>>>>>     tackle installing it. I started bright and early
>>>>>>>>>                   
>>>>>> Monday morning
>>>>>>             
>>>>>>>>>     and thought before I start the install I had
>>>>>>>>>                   
>>>> better run the
>>>>         
>>>>>>>>>     security updates to make sure I had as
>>>>>>>>>                   
>>> up-to-date an OS as
>>>       
>>>>>>>>>     possible. That is were I messed up and I ran into
>>>>>>>>>                   
>>>>> some update
>>>>>           
>>>>>>>>>     problems. However, as a result, now have a nice
>>>>>>>>>                   
>>>>> totally clean
>>>>>           
>>>>>>>>>     version of Etch up and running on my server. But
>>>>>>>>>                   
>>>>>> keeping my goal
>>>>>>             
>>>>>>>>>     in mind of getting Open Groupware working and reading
>>>>>>>>>                   
>>>>>> one of the
>>>>>>             
>>>>>>>>>     threads from last week that said they didn't
>>>>>>>>>                   
>>> think it was
>>>       
>>>>>>>>>     possible to install Sarge OGo packages on Etch?
>>>>>>>>>
>>>>>>>>>     So now I'm wondering if Debian was the best choice
>>>>>>>>>                   
>>>>> for running
>>>>>           
>>>>>>>>>     OGo? Any suggestions on a better route?
>>>>>>>>>
>>>>>>>>>     Jan
>>>>>>>>>
>>>>>>>>>     No virus found in this outgoing message.
>>>>>>>>>     Checked by AVG Free Edition.
>>>>>>>>>     Version: 7.5.463 / Virus Database: 269.6.1/776 -
>>>>>>>>>                   
>>>>> Release Date:
>>>>>           
>>>>>>>>>     2007.04.25 12:19 PM
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>                   
>>>>>>>>     -- OpenGroupware.org Users users@opengroupware.org
>>>>>>>>     http://mail.opengroupware.org/mailman/listinfo/users
>>>>>>>>
>>>>>>>>     No virus found in this incoming message.
>>>>>>>>     Checked by AVG Free Edition.
>>>>>>>>     Version: 7.5.463 / Virus Database: 269.6.1/776 -
>>>>>>>>                 
>>>>> Release Date:
>>>>>           
>>>>>>>>     2007.04.25 12:19 PM
>>>>>>>>
>>>>>>>>
>>>>>>>> No virus found in this outgoing message.
>>>>>>>> Checked by AVG Free Edition.
>>>>>>>> Version: 7.5.463 / Virus Database: 269.6.1/777 -
>>>>>>>>                 
>>> Release Date:
>>>       
>>>>>>>> 2007.04.26 3:23 PM
>>>>>>>>
>>>>>>>>
>>>>>>>>                 
>>>>>>> --
>>>>>>> OpenGroupware.org Users
>>>>>>> users@opengroupware.org
>>>>>>> http://mail.opengroupware.org/mailman/listinfo/users
>>>>>>> No virus found in this incoming message.
>>>>>>> Checked by AVG Free Edition.
>>>>>>> Version: 7.5.463 / Virus Database: 269.6.1/777 - Release
>>>>>>>               
>>>>>> Date: 2007.04.26
>>>>>>             
>>>>>>> 3:23 PM
>>>>>>>
>>>>>>> No virus found in this outgoing message.
>>>>>>> Checked by AVG Free Edition.
>>>>>>> Version: 7.5.467 / Virus Database: 269.6.1/778 - Release
>>>>>>>               
>>>>>> Date: 2007.04.27
>>>>>>             
>>>>>>> 1:39 PM
>>>>>>>
>>>>>>>
>>>>>>>               
>>>>>> --
>>>>>> OpenGroupware.org Users
>>>>>> users@opengroupware.org
>>>>>> http://mail.opengroupware.org/mailman/listinfo/users
>>>>>> No virus found in this incoming message.
>>>>>> Checked by AVG Free Edition.
>>>>>> Version: 7.5.467 / Virus Database: 269.6.2/779 - Release
>>>>>> Date: 2007.04.28 3:32 PM
>>>>>>
>>>>>>             
>>>>> No virus found in this outgoing message.
>>>>> Checked by AVG Free Edition.
>>>>> Version: 7.5.467 / Virus Database: 269.6.2/785 - Release
>>>>> Date: 2007.05.02 2:16 PM
>>>>>
>>>>>
>>>>>           
>>>> No virus found in this outgoing message.
>>>> Checked by AVG Free Edition.
>>>> Version: 7.5.467 / Virus Database: 269.6.2/785 - Release
>>>> Date: 2007.05.02 2:16 PM
>>>>
>>>>
>>>>         
>>> No virus found in this outgoing message.
>>> Checked by AVG Free Edition.
>>> Version: 7.5.467 / Virus Database: 269.6.2/785 - Release
>>> Date: 2007.05.02 2:16 PM
>>>
>>>
>>>       
>> No virus found in this outgoing message.
>> Checked by AVG Free Edition.
>> Version: 7.5.467 / Virus Database: 269.6.2/785 - Release
>> Date: 2007.05.02 2:16 PM
>>
>>
>>     
>
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.467 / Virus Database: 269.6.2/785 - Release Date: 2007.05.02
> 2:16 PM
>
>