[OGo-Users] Install on Debian Etch or other suggestions?
Jan Sneep
users@opengroupware.org
Thu, 3 May 2007 20:36:31 -0400
This is a multi-part message in MIME format.
------=_NextPart_000_00F3_01C78DC2.BBB5E3A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
Typing that into the browser just brought up Google with some very strange
looking pages.
-----Original Message-----
From: users-admin@opengroupware.org [mailto:users-admin@opengroupware.org]On
Behalf Of Brian Austin
Sent: May 3, 2007 8:14 PM
To: users@opengroupware.org
Subject: Re: [OGo-Users] Install on Debian Etch or other suggestions?
HYPERLINK "http://barneyvm/OpenGroupware"http://barneyvm/OpenGroupware
-----Original Message -----
From: Jan Sneep
Sent: 4/05/2007 10:09 AM
Nope ... I got nadda ... tried ALL the possible upper/lower case combo's
that I could think of ... has to be some way to check "stuff" to find out
what it is called ... or if I need to point to a port as well?
When I do just HYPERLINK "HttP://localhost"HttP://localhost Apache2 sends
me a nice "It works!" page ...
so it looks like Apache is at least working ... :O)
How can we check if postgresql is configured properly? What's this with both
7.4 and 8.1 running?
-----Original Message-----
From: HYPERLINK
"mailto:users-admin@opengroupware.org"users-admin@opengroupware.org
[ HYPERLINK
"mailto:users-admin@opengroupware.org"mailto:users-admin@opengroupware.org]O
n Behalf Of Brian austin
Sent: May 3, 2007 5:48 PM
To: HYPERLINK "mailto:users@opengroupware.org"users@opengroupware.org
Subject: Re: [OGo-Users] Install on Debian Etch or other suggestions?
funambol is another issue,
the url is case sensitive.
HYPERLINK
"http://localhost/OpenGroupware.org"http://localhost/OpenGroupware.org
HYPERLINK
"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
HYPERLINK "http://localhost/opengroupware"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 [ HYPERLINK
"mailto:jan@azureservices.ca"mailto:jan@azureservices.ca]
Sent: May 3, 2007 8:46 AM
To: ' HYPERLINK "mailto:users@opengroupware.org"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 HYPERLINK
"http://YOURDOMAIN/OpenGroupware""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 [ HYPERLINK
"mailto:jan@azureservices.ca"mailto:jan@azureservices.ca]
Sent: May 3, 2007 8:36 AM
To: 'Jan Sneep'; HYPERLINK
"mailto:users@opengroupware.org"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 [ HYPERLINK
"mailto:jan@azureservices.ca"mailto:jan@azureservices.ca]
Sent: May 3, 2007 8:15 AM
To: ' HYPERLINK "mailto:users@opengroupware.org"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 [ HYPERLINK
"mailto:jan@azureservices.ca"mailto:jan@azureservices.ca]
Sent: May 3, 2007 8:08 AM
To: ' HYPERLINK "mailto:users@opengroupware.org"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;
HYPERLINK
"http://docs.opengroupware.org/Members/brianaustin2019/Opengrou"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: HYPERLINK
"mailto:users-admin@opengroupware.org"users-admin@opengroupware.org
[ HYPERLINK
"mailto:users-admin@opengroupware.org"mailto:users-admin@opengroupware.org]O
n Behalf Of
Brian austin
Sent: April 29, 2007 7:21 AM
To: HYPERLINK "mailto:users@opengroupware.org"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
HYPERLINK
"http://svn.opengroupware.org/viewcvs/releases/1.1.6-yummy/debi"http://svn.o
pengroupware.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
HYPERLINK
"http://svn.opengroupware.org/viewcvs/releases/1.1.6-yummy/debi"http://svn.o
pengroupware.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: HYPERLINK
"mailto:users-admin@opengroupware.org"users-admin@opengroupware.org
[ HYPERLINK
"mailto:users-admin@opengroupware.org"mailto:users-admin@opengroupware.org]O
n Behalf Of
Brian austin
Sent: April 27, 2007 5:19 PM
To: HYPERLINK "mailto:users@opengroupware.org"users@opengroupware.org
Subject: Re: [OGo-Users] Install on Debian Etch or other
suggestions?
try
apt-get install ogo-create-instance
wget
HYPERLINK
"http://svn.opengroupware.org/viewcvs//checkout//releases/1.1.6"http://svn.o
pengroupware.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
HYPERLINK
"http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y"http://svn.o
pengroupware.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--
HYPERLINK
"http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y"http://svn.o
pengroupware.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-- HYPERLINK "http://chmod/"http://chmod/
=> `index.html'
Resolving chmod... failed: Name or service not known.
--10:13:48-- HYPERLINK "http://700/"http://700/
=> `index.html'
Resolving 700... 0.0.2.188
Connecting to 700|0.0.2.188|:80... failed: Invalid
argument.
--10:13:48-- HYPERLINK
"http://ogo-create-instnce/?rev=1759"http://ogo-create-instnce/?rev=1759
=> `index.html?rev=1759'
Resolving ogo-create-instnce... failed: Name or service
not known.
--10:13:48-- HYPERLINK
"http://./ogo-create-instance?rev=1759"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
HYPERLINK
"http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y"http://svn.o
pengroupware.org/viewcvs/checkout/releases/1.1.6-y
ummy/debian/og
o-create-instance?rev=1759
< HYPERLINK
"http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6"http://svn.ope
ngroupware.org/viewcvs/checkout/releases/1.1.6-
yummy/debian/o
go-create-instance?rev=1759>
--10:18:18--
HYPERLINK
"http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y"http://svn.o
pengroupware.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:* HYPERLINK
"mailto:users-admin@opengroupware.org"users-admin@opengroupware.org
[ HYPERLINK
"mailto:users-admin@opengroupware.org"mailto:users-admin@opengroupware.org]*
On Behalf Of
*brian Austin
*Sent:* April 26, 2007 7:15 PM
*To:* HYPERLINK "mailto:users@opengroupware.org"users@opengroupware.org
*Subject:* Re: [OGo-Users] Install on Debian
Etch or other
suggestions?
ok,
I've put my instructions in the plone.
HYPERLINK
"http://docs.opengroupware.org/Members/brianaustin2019/Opengrou"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 HYPERLINK
"http://ftp.iinet.net.au/debian/debian/"http://ftp.iinet.net.au/debian/debia
n/ etch main
contrib non-free
deb-src HYPERLINK
"http://ftp.iinet.net.au/debian/debian/"http://ftp.iinet.net.au/debian/debia
n/
etch main
#deb HYPERLINK
"http://http.us.debian.org/debian/"http://http.us.debian.org/debian/ etch
main
contrib non-free
deb
HYPERLINK
"http://download.opengroupware.org/nightly/packages/debian"http://download.o
pengroupware.org/nightly/packages/debian
sarge releases/opengroupware-1.1.6-yummy
deb
HYPERLINK
"http://download.opengroupware.org/nightly/packages/debian"http://download.o
pengroupware.org/nightly/packages/debian
sarge releases/sope-4.5.9-maple
deb
HYPERLINK
"http://download.opengroupware.org/nightly/packages/debian"http://download.o
pengroupware.org/nightly/packages/debian
sarge releases/ThirdParty
deb HYPERLINK "http://security.debian.org/"http://security.debian.org/
etch/updates main
deb-src HYPERLINK
"http://security.debian.org/"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 HYPERLINK
"mailto:users@opengroupware.org"users@opengroupware.org
HYPERLINK
"http://mail.opengroupware.org/mailman/listinfo/users"http://mail.opengroupw
are.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
HYPERLINK "mailto:users@opengroupware.org"users@opengroupware.org
HYPERLINK
"http://mail.opengroupware.org/mailman/listinfo/users"http://mail.opengroupw
are.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
HYPERLINK "mailto:users@opengroupware.org"users@opengroupware.org
HYPERLINK
"http://mail.opengroupware.org/mailman/listinfo/users"http://mail.opengroupw
are.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
--
OpenGroupware.org Users
HYPERLINK "mailto:users@opengroupware.org"users@opengroupware.org
HYPERLINK
"http://mail.opengroupware.org/mailman/listinfo/users"http://mail.opengroupw
are.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/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
-- 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/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
------=_NextPart_000_00F3_01C78DC2.BBB5E3A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16414" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 bgColor=3D#ffffff>
<DIV><SPAN class=3D343553500-04052007><FONT face=3DArial color=3D#0000ff =
size=3D2>Typing=20
that into the browser just brought up Google with some very strange =
looking=20
pages.</FONT></SPAN></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px =
solid; MARGIN-RIGHT: 0px">
<DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT =
face=3DTahoma=20
size=3D2>-----Original Message-----<BR><B>From:</B>=20
users-admin@opengroupware.org =
[mailto:users-admin@opengroupware.org]<B>On=20
Behalf Of </B>Brian Austin<BR><B>Sent:</B> May 3, 2007 8:14 =
PM<BR><B>To:</B>=20
users@opengroupware.org<BR><B>Subject:</B> Re: [OGo-Users] Install on =
Debian=20
Etch or other suggestions?<BR><BR></FONT></DIV><A =
class=3Dmoz-txt-link-freetext=20
=
href=3D"http://barneyvm/OpenGroupware">http://barneyvm/OpenGroupware</A><=
BR><BR>-----Original=20
Message -----<BR> From: Jan Sneep<BR> Sent: 4/05/2007 10:09 =
AM <BR>
<BLOCKQUOTE cite=3Dmid:00f001c78de0$7ccd5290$6b01a8c0@DAD =
type=3D"cite"><PRE wrap=3D"">Nope ... I got nadda ... tried ALL the =
possible upper/lower case combo's
that I could think of ... has to be some way to check "stuff" to find =
out
what it is called ... or if I need to point to a port as well?
When I do just <A class=3Dmoz-txt-link-freetext =
href=3D"HttP://localhost">HttP://localhost</A> Apache2 sends me a nice =
"It works!" page ...
so it looks like Apache is at least working ... :O)
How can we check if postgresql is configured properly? What's this with =
both
7.4 and 8.1 running?
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">-----Original Message-----
From: <A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users-admin@opengroupware.org">users-admin@opengroupware.o=
rg</A>
[<A class=3Dmoz-txt-link-freetext =
href=3D"mailto:users-admin@opengroupware.org">mailto:users-admin@opengrou=
pware.org</A>]On Behalf Of Brian austin
Sent: May 3, 2007 5:48 PM
To: <A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users@opengroupware.org">users@opengroupware.org</A>
Subject: Re: [OGo-Users] Install on Debian Etch or other suggestions?
funambol is another issue,
the url is case sensitive.
<A class=3Dmoz-txt-link-freetext =
href=3D"http://localhost/OpenGroupware.org">http://localhost/OpenGroupwar=
e.org</A>
<A class=3Dmoz-txt-link-freetext =
href=3D"http://localhost/openGroupware.org">http://localhost/openGroupwar=
e.org</A>
or something like that.
Jan Sneep wrote:
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">I must be close .... I =
have succesfully completed all the
</PRE></BLOCKQUOTE><PRE wrap=3D"">steps down to the
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">point of Funomball =
install and figured that at this point I
</PRE></BLOCKQUOTE><PRE wrap=3D"">should be able
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">to access the =
Opengroupware from a browser?
So do I have to get Fumombal installed BEFORE I can
<A class=3Dmoz-txt-link-freetext =
href=3D"http://localhost/opengroupware">http://localhost/opengroupware</A=
> 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
</PRE></BLOCKQUOTE><PRE wrap=3D"">PHP/4.4.4-8+etch2
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">mod_perl/2.0.2 =
Perl/v5.8.8 Server at localhost Port 80
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">-----Original =
Message-----
From: Jan Sneep [<A class=3Dmoz-txt-link-freetext =
href=3D"mailto:jan@azureservices.ca">mailto:jan@azureservices.ca</A>]
Sent: May 3, 2007 8:46 AM
To: '<A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users@opengroupware.org">users@opengroupware.org</A>'
Cc: 'Brian Austin'
Subject: RE: [OGo-Users] Install on Debian Etch or other
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D"">suggestions?
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">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=3D1759
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
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D"">excuted in as a
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">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
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D"">installed you can
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">choose per instance =
which versions you want to run. If you
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D"">type "none"
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">for a daemon's version, =
that daemon won't be started in
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D"">this instance.
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Please note that only =
one instance can run the Network
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D"">Hotsync daemon
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">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
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D"">installed and =
fully
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">configured PostgreSQL =
installation and answer the
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D"">appropriate =
question
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">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
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D"">user, that
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">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
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D"">connections. =
Usually
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">the daemons are not =
connected directly from application
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D"">but via apache
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">and a special module =
(mod_ngobjweb) which handles the requests.
However you need to specify the ports the applications
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D"">listen on. Its
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">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,
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">OpenGroupware.org's
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Web UI will be =
available under <A class=3Dmoz-txt-link-rfc2396E =
href=3D"http://YOURDOMAIN/OpenGroupware">"http://YOURDOMAIN/OpenGroupware=
"</A>.
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.
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">-----Original =
Message-----
From: Jan Sneep [<A class=3Dmoz-txt-link-freetext =
href=3D"mailto:jan@azureservices.ca">mailto:jan@azureservices.ca</A>]
Sent: May 3, 2007 8:36 AM
To: 'Jan Sneep'; <A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users@opengroupware.org">users@opengroupware.org</A>
Subject: RE: [OGo-Users] Install on Debian Etch or other
</PRE></BLOCKQUOTE><PRE wrap=3D"">suggestions?
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">OK now it is asking =
me for a user name; I'm assuming Ogo?
debian:/etc/apt# ./ogo-create-instance?rev=3D1759
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
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">excuted in as a
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">different user. =
Please note that the specified user must not
already exist
on your system.
Username (ogo):
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">-----Original =
Message-----
From: Jan Sneep [<A class=3Dmoz-txt-link-freetext =
href=3D"mailto:jan@azureservices.ca">mailto:jan@azureservices.ca</A>]
Sent: May 3, 2007 8:15 AM
To: '<A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users@opengroupware.org">users@opengroupware.org</A>'
Subject: RE: [OGo-Users] Install on Debian Etch or other
</PRE></BLOCKQUOTE><PRE wrap=3D"">suggestions?
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Sorry ignore that =
... I missed the <space> between
libsope-core4.5 libfoundation1.1 ... :O(
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">-----Original =
Message-----
From: Jan Sneep [<A class=3Dmoz-txt-link-freetext =
href=3D"mailto:jan@azureservices.ca">mailto:jan@azureservices.ca</A>]
Sent: May 3, 2007 8:08 AM
To: '<A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users@opengroupware.org">users@opengroupware.org</A>'
Subject: RE: [OGo-Users] Install on Debian Etch or other
</PRE></BLOCKQUOTE><PRE wrap=3D"">suggestions?
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">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;
<A class=3Dmoz-txt-link-freetext =
href=3D"http://docs.opengroupware.org/Members/brianaustin2019/Opengrou">h=
ttp://docs.opengroupware.org/Members/brianaustin2019/Opengrou</A>
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
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">libsope-core4.5libfoundation1.1
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">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(
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">-----Original =
Message-----
From: <A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users-admin@opengroupware.org">users-admin@opengroupware.o=
rg</A>
[<A class=3Dmoz-txt-link-freetext =
href=3D"mailto:users-admin@opengroupware.org">mailto:users-admin@opengrou=
pware.org</A>]On Behalf Of
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">Brian austin
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Sent: April 29, =
2007 7:21 AM
To: <A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users@opengroupware.org">users@opengroupware.org</A>
Subject: Re: [OGo-Users] Install on Debian Etch or other
</PRE></BLOCKQUOTE><PRE wrap=3D"">suggestions?
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Configure =
postgress to allow access to database.
need to allow local machine access to postgress
</PRE></BLOCKQUOTE><PRE wrap=3D"">will post file & =
change required when I get a mo'
Jan Sneep wrote:
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">OK This is =
what I have done, which is slightly different to
</PRE></BLOCKQUOTE><PRE wrap=3D"">what you showed;
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">(I've put ** =
infront of the lines that are different)
By the way I'm running all of the commands from the
</PRE></BLOCKQUOTE><PRE wrap=3D"">\etc\apt folder as =
this
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">is where the =
"Root Terminal" opens up to.
apt-get install ogo-create-instance -->> This still
</PRE></BLOCKQUOTE><PRE wrap=3D"">doesn't work ... =
can't
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">find the =
package
** wget
</PRE></BLOCKQUOTE><PRE wrap=3D""><A =
class=3Dmoz-txt-link-freetext =
href=3D"http://svn.opengroupware.org/viewcvs/releases/1.1.6-yummy/debi">h=
ttp://svn.opengroupware.org/viewcvs/releases/1.1.6-yummy/debi</A>
an/ogo-create-
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">instance?rev=3D1759
chmod 700 ogo-create-instnce?rev=3D1759
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">./ogo-create-instance?rv=3D1759
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">** wget
</PRE></BLOCKQUOTE><PRE wrap=3D""><A =
class=3Dmoz-txt-link-freetext =
href=3D"http://svn.opengroupware.org/viewcvs/releases/1.1.6-yummy/debi">h=
ttp://svn.opengroupware.org/viewcvs/releases/1.1.6-yummy/debi</A>
an/opengroupwa
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">re.org-environment.opengroupware.org?rev=3D1759
** mv
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">opengroupware.org-environment.opengroupware.org\?rev\=3D1759
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">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
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">following two
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">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: <A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users-admin@opengroupware.org">users-admin@opengroupware.o=
rg</A>
[<A class=3Dmoz-txt-link-freetext =
href=3D"mailto:users-admin@opengroupware.org">mailto:users-admin@opengrou=
pware.org</A>]On Behalf Of
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">Brian austin
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Sent: April =
27, 2007 5:19 PM
To: <A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users@opengroupware.org">users@opengroupware.org</A>
Subject: Re: [OGo-Users] Install on Debian Etch or other
</PRE></BLOCKQUOTE><PRE wrap=3D"">suggestions?
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">try
apt-get install ogo-create-instance
wget
</PRE></BLOCKQUOTE><PRE wrap=3D""><A =
class=3Dmoz-txt-link-freetext =
href=3D"http://svn.opengroupware.org/viewcvs//checkout//releases/1.1.6">h=
ttp://svn.opengroupware.org/viewcvs//checkout//releases/1.1.6</A>
-yummy/debian/
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">opengroupware.org-environment.opengroupware.org?rev=3D1759
mv
</PRE></BLOCKQUOTE><PRE =
wrap=3D"">opengroupware.org-environment.opengroupware.org\?rev\=3D1759
opengroupware
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">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:
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Everything =
up to "Hacks to fix up the broken
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></=
BLOCKQUOTE><PRE wrap=3D"">install" worked
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">beautifully. Then ran into an error.
Step 1. - tried to type the whole thing as a single
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">command ... is
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">that =
correct?
Following was the error message produced;
debian:/etc/apt# wget
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D""><A =
class=3Dmoz-txt-link-freetext =
href=3D"http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y">h=
ttp://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y</A>
ummy/debian/og
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">o-create-instance?rev=3D1759
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">chmod 700 =
ogo-create-instnce?rev=3D1759
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">./ogo-create-instance?rev=3D1759
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">--10:13:47--
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D""><A =
class=3Dmoz-txt-link-freetext =
href=3D"http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y">h=
ttp://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y</A>
ummy/debian/og
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">o-create-instance?rev=3D1759
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
=3D> `ogo-create-instance?rev=3D1759'
Resolving svn.opengroupware.org... 213.211.192.147
Connecting to svn.opengroupware.org|213.211.192.147|:80...
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">connected.
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">HTTP =
request sent, awaiting response... 404 Not Found
10:13:48 ERROR 404: Not Found.
--10:13:48-- <A class=3Dmoz-txt-link-freetext =
href=3D"http://chmod/">http://chmod/</A>
=3D> `index.html'
Resolving chmod... failed: Name or service not known.
--10:13:48-- <A class=3Dmoz-txt-link-freetext =
href=3D"http://700/">http://700/</A>
=3D> `index.html'
Resolving 700... 0.0.2.188
Connecting to 700|0.0.2.188|:80... failed: Invalid
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></=
BLOCKQUOTE><PRE wrap=3D"">argument.
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">--10:13:48-- <A class=3Dmoz-txt-link-freetext =
href=3D"http://ogo-create-instnce/?rev=3D1759">http://ogo-create-instnce/=
?rev=3D1759</A>
=3D> `index.html?rev=3D1759'
Resolving ogo-create-instnce... failed: Name or service
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">not known.
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">--10:13:48-- <A class=3Dmoz-txt-link-freetext =
href=3D"http://./ogo-create-instance?rev=3D1759">http://./ogo-create-inst=
ance?rev=3D1759</A>
=3D> `ogo-create-instance?rev=3D1759'
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
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">commands ...
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Following =
was the error message produced;
debian:/etc/apt# wget
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D""><A =
class=3Dmoz-txt-link-freetext =
href=3D"http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y">h=
ttp://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y</A>
ummy/debian/og
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">o-create-instance?rev=3D1759
</PRE></BLOCKQUOTE><PRE wrap=3D""><<A =
class=3Dmoz-txt-link-freetext =
href=3D"http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6">htt=
p://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6</A>-
yummy/debian/o
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">go-create-instance?rev=3D1759>
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">--10:18:18--
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D""><A =
class=3Dmoz-txt-link-freetext =
href=3D"http://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y">h=
ttp://svn.opengroupware.org/viewcvs/checkout/releases/1.1.6-y</A>
ummy/debian/og
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">o-create-instance?rev=3D1759
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
=3D> `ogo-create-instance?rev=3D1759'
Resolving svn.opengroupware.org... 213.211.192.147
Connecting to svn.opengroupware.org|213.211.192.147|:80...
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">connected.
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">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:* <A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users-admin@opengroupware.org">users-admin@opengroupware.o=
rg</A>
[<A class=3Dmoz-txt-link-freetext =
href=3D"mailto:users-admin@opengroupware.org">mailto:users-admin@opengrou=
pware.org</A>]*On Behalf Of
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">*brian Austin
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> *Sent:* =
April 26, 2007 7:15 PM
*To:* <A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users@opengroupware.org">users@opengroupware.org</A>
*Subject:* Re: [OGo-Users] Install on Debian
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><P=
RE wrap=3D"">Etch or other
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
suggestions?
ok,
I've put my instructions in the plone.
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D""><A =
class=3Dmoz-txt-link-freetext =
href=3D"http://docs.opengroupware.org/Members/brianaustin2019/Opengrou">h=
ttp://docs.opengroupware.org/Members/brianaustin2019/Opengrou</A>
pware%20on%20E
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE =
wrap=3D"">tch%20with%20Funambol/document_view
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> 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
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">21:56:08 UTC
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> 2006 =
i686 GNU/Linux
barneyVM:~# cat /etc/apt/sources.list
deb <A class=3Dmoz-txt-link-freetext =
href=3D"http://ftp.iinet.net.au/debian/debian/">http://ftp.iinet.net.au/d=
ebian/debian/</A> etch main
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">contrib non-free
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> deb-src =
<A class=3Dmoz-txt-link-freetext =
href=3D"http://ftp.iinet.net.au/debian/debian/">http://ftp.iinet.net.au/d=
ebian/debian/</A>
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></=
BLOCKQUOTE><PRE wrap=3D"">etch main
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> #deb <A =
class=3Dmoz-txt-link-freetext =
href=3D"http://http.us.debian.org/debian/">http://http.us.debian.org/debi=
an/</A> etch main
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">contrib non-free
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> deb
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D""><A class=3Dmoz-txt-link-freetext =
href=3D"http://download.opengroupware.org/nightly/packages/debian">http:/=
/download.opengroupware.org/nightly/packages/debian</A>
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> sarge =
releases/opengroupware-1.1.6-yummy
deb
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D""><A class=3Dmoz-txt-link-freetext =
href=3D"http://download.opengroupware.org/nightly/packages/debian">http:/=
/download.opengroupware.org/nightly/packages/debian</A>
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> sarge =
releases/sope-4.5.9-maple
deb
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D""><A class=3Dmoz-txt-link-freetext =
href=3D"http://download.opengroupware.org/nightly/packages/debian">http:/=
/download.opengroupware.org/nightly/packages/debian</A>
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> sarge =
releases/ThirdParty
deb <A class=3Dmoz-txt-link-freetext =
href=3D"http://security.debian.org/">http://security.debian.org/</A> =
etch/updates main
deb-src <A class=3Dmoz-txt-link-freetext =
href=3D"http://security.debian.org/">http://security.debian.org/</A> =
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
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> Has =
anyone figured out how to install on Debian
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></=
BLOCKQUOTE><PRE wrap=3D"">Etch yet?
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> I'm =
pretty much a newbie to Linux systems. Heard
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><P=
RE wrap=3D"">about Open
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
Groupware and wanted to give it a try so based on
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">the web site
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
suggestion that Debian had excellent support decided
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">to install
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> it. =
I've been playing with Debian for a couple of
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><P=
RE wrap=3D"">months now
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
getting Samba and CUPS working and just trying to
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">figure things
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> out =
when I had time to spare. However my overall
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">goal was to get
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> Open =
Groupware working and I had basically set aside
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">this week to
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
tackle installing it. I started bright and early
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">Monday morning
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> and =
thought before I start the install I had
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><P=
RE wrap=3D"">better run the
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
security updates to make sure I had as
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></=
BLOCKQUOTE><PRE wrap=3D"">up-to-date an OS as
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
possible. That is were I messed up and I ran into
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">some update
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
problems. However, as a result, now have a nice
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">totally clean
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
version of Etch up and running on my server. But
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">keeping my goal
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> in =
mind of getting Open Groupware working and reading
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">one of the
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
threads from last week that said they didn't
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></=
BLOCKQUOTE><PRE wrap=3D"">think it was
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
possible to install Sarge OGo packages on Etch?
So now I'm wondering if Debian was the best choice
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">for running
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> 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 -
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">Release Date:
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
2007.04.25 12:19 PM
</PRE></BLOCKQUOTE><PRE wrap=3D""> -- =
OpenGroupware.org Users <A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users@opengroupware.org">users@opengroupware.org</A>
<A class=3Dmoz-txt-link-freetext =
href=3D"http://mail.opengroupware.org/mailman/listinfo/users">http://mail=
.opengroupware.org/mailman/listinfo/users</A>
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.463 / Virus Database: 269.6.1/776 -
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D"">Release Date:
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D""> =
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 -
=
</PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><P=
RE wrap=3D"">Release Date:
</PRE>
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite">
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">2007.04.26 =
3:23 PM
</PRE></BLOCKQUOTE><PRE wrap=3D"">--
OpenGroupware.org Users
<A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users@opengroupware.org">users@opengroupware.org</A>
<A class=3Dmoz-txt-link-freetext =
href=3D"http://mail.opengroupware.org/mailman/listinfo/users">http://mail=
.opengroupware.org/mailman/listinfo/users</A>
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.463 / Virus Database: 269.6.1/777 - Release
</PRE></BLOCKQUOTE><PRE wrap=3D"">Date: 2007.04.26
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">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
</PRE></BLOCKQUOTE><PRE wrap=3D"">Date: 2007.04.27
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">1:39 PM
</PRE></BLOCKQUOTE><PRE wrap=3D"">--
OpenGroupware.org Users
<A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users@opengroupware.org">users@opengroupware.org</A>
<A class=3Dmoz-txt-link-freetext =
href=3D"http://mail.opengroupware.org/mailman/listinfo/users">http://mail=
.opengroupware.org/mailman/listinfo/users</A>
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
</PRE></BLOCKQUOTE><PRE wrap=3D"">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
</PRE></BLOCKQUOTE><PRE wrap=3D"">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
</PRE></BLOCKQUOTE><PRE wrap=3D"">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
</PRE></BLOCKQUOTE><PRE wrap=3D"">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
</PRE></BLOCKQUOTE><PRE wrap=3D"">No virus found in this =
outgoing message.
Checked by AVG Free Edition.
Version: 7.5.467 / Virus Database: 269.6.2/785 - Release
</PRE></BLOCKQUOTE><PRE wrap=3D"">Date: 2007.05.02
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">2:16 PM
</PRE></BLOCKQUOTE><PRE wrap=3D"">--
OpenGroupware.org Users
<A class=3Dmoz-txt-link-abbreviated =
href=3D"mailto:users@opengroupware.org">users@opengroupware.org</A>
<A class=3Dmoz-txt-link-freetext =
href=3D"http://mail.opengroupware.org/mailman/listinfo/users">http://mail=
.opengroupware.org/mailman/listinfo/users</A>
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.467 / Virus Database: 269.6.2/785 - Release
Date: 2007.05.02 2:16 PM
</PRE></BLOCKQUOTE><PRE wrap=3D""><!---->
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
</PRE></BLOCKQUOTE>-- OpenGroupware.org Users users@opengroupware.org=20
http://mail.opengroupware.org/mailman/listinfo/users<BR>
<P><FONT size=3D2>No virus found in this incoming message.<BR>Checked =
by AVG=20
Free Edition.<BR>Version: 7.5.467 / Virus Database: 269.6.2/785 - =
Release=20
Date: 2007.05.02 2:16 PM<BR></FONT></P></BLOCKQUOTE></BODY></HTML>
<BR>
<P><FONT SIZE=3D2>No virus found in this outgoing message.<BR>
Checked by AVG Free Edition.<BR>
Version: 7.5.467 / Virus Database: 269.6.2/785 - Release Date: =
2007.05.02 2:16 PM<BR>
</FONT> </P>
------=_NextPart_000_00F3_01C78DC2.BBB5E3A0--