<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: eGroupware - web-based groupware suite Setup</title>
	<atom:link href="http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Richard</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-116587</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 02 Dec 2011 14:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-116587</guid>
		<description>I seem to get to the setup/config admin login page and it will not accept the password. I have used the same password for the mysql user and when the database was added. I have also started again from scratch (new ubuntu 10.04 LTS installation - still no success). I can log in to the header admin account only.
 Any suggestions!</description>
		<content:encoded><![CDATA[<p>I seem to get to the setup/config admin login page and it will not accept the password. I have used the same password for the mysql user and when the database was added. I have also started again from scratch (new ubuntu 10.04 LTS installation - still no success). I can log in to the header admin account only.<br />
 Any suggestions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DFSI</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-106368</link>
		<dc:creator>DFSI</dc:creator>
		<pubDate>Fri, 15 Jul 2011 08:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-106368</guid>
		<description>I also encountered this problem during install on Ubuntu 10.04.2 LTS

I fixed like this : 

Each time I had a link called &#039;doc&#039; (etemplates, sitemgr) I remove it and create a new folder
  sudo rm doc
  sudo mkdir doc
  sudo chown -R www-data:www-data doc
  sudo chmod -R 775 doc

About these links :
/usr/share/egroupware/sitemgr -&gt; /usr/share/egroupware/sitemgr/sitemgr-link-php

and

sitemgr-link.php -&gt; /usr/share/egroupware/sitemgr/sitemgr-link.php

I simply removed them, and check is OK...

And it seems to work for me.</description>
		<content:encoded><![CDATA[<p>I also encountered this problem during install on Ubuntu 10.04.2 LTS</p>
<p>I fixed like this : </p>
<p>Each time I had a link called &#8216;doc&#8217; (etemplates, sitemgr) I remove it and create a new folder<br />
  sudo rm doc<br />
  sudo mkdir doc<br />
  sudo chown -R www-data:www-data doc<br />
  sudo chmod -R 775 doc</p>
<p>About these links :<br />
/usr/share/egroupware/sitemgr -&gt; /usr/share/egroupware/sitemgr/sitemgr-link-php</p>
<p>and</p>
<p>sitemgr-link.php -&gt; /usr/share/egroupware/sitemgr/sitemgr-link.php</p>
<p>I simply removed them, and check is OK&#8230;</p>
<p>And it seems to work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmad javadi</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-92427</link>
		<dc:creator>ahmad javadi</dc:creator>
		<pubDate>Sun, 20 Feb 2011 07:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-92427</guid>
		<description>hi
i am using ubuntu server 10.04
and do installation steps completely but when i want to login the &quot; Your session could not be verified&quot; showed please help me to solve it ?</description>
		<content:encoded><![CDATA[<p>hi<br />
i am using ubuntu server 10.04<br />
and do installation steps completely but when i want to login the &#8221; Your session could not be verified&#8221; showed please help me to solve it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nym</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-40695</link>
		<dc:creator>nym</dc:creator>
		<pubDate>Thu, 15 Jul 2010 09:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-40695</guid>
		<description>hi,
for my installation the cyberdoo78 solution does not work, I&#039;ve fixed with:

sudo rm /usr/share/egroupware/sitemgr-link
sudo ln -s /usr/share/egroupware/sitemgr/sitemgr-link-php /usr/share/egroupware/sitemgr-link

seem to search the file without extension

bye</description>
		<content:encoded><![CDATA[<p>hi,<br />
for my installation the cyberdoo78 solution does not work, I&#8217;ve fixed with:</p>
<p>sudo rm /usr/share/egroupware/sitemgr-link<br />
sudo ln -s /usr/share/egroupware/sitemgr/sitemgr-link-php /usr/share/egroupware/sitemgr-link</p>
<p>seem to search the file without extension</p>
<p>bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyberdoo78</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-34858</link>
		<dc:creator>cyberdoo78</dc:creator>
		<pubDate>Wed, 16 Jun 2010 00:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-34858</guid>
		<description>Sure....

Use this command and it should fix ya up:

sudo ln -s /usr/share/egroupware/sitemgr/sitemgr-link.php /usr/share/egroupware/sitemgr-link.php</description>
		<content:encoded><![CDATA[<p>Sure&#8230;.</p>
<p>Use this command and it should fix ya up:</p>
<p>sudo ln -s /usr/share/egroupware/sitemgr/sitemgr-link.php /usr/share/egroupware/sitemgr-link.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ohcee</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-34776</link>
		<dc:creator>ohcee</dc:creator>
		<pubDate>Tue, 15 Jun 2010 16:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-34776</guid>
		<description>@cyberdoo78  can you elaborate a bit more, Im having the same issue.. thanks.</description>
		<content:encoded><![CDATA[<p>@cyberdoo78  can you elaborate a bit more, Im having the same issue.. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyberdoo78</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-34682</link>
		<dc:creator>cyberdoo78</dc:creator>
		<pubDate>Tue, 15 Jun 2010 02:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-34682</guid>
		<description>Following joe325 directions under Ubuntu 10.04 using egroupware 1.6.001 resulted in an error in finding sitemgr-link. Found sitemgr-link.php in the sitemgr directory. Fixed by linking the file correctly.</description>
		<content:encoded><![CDATA[<p>Following joe325 directions under Ubuntu 10.04 using egroupware 1.6.001 resulted in an error in finding sitemgr-link. Found sitemgr-link.php in the sitemgr directory. Fixed by linking the file correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe325</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-21809</link>
		<dc:creator>joe325</dc:creator>
		<pubDate>Wed, 03 Feb 2010 05:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-21809</guid>
		<description>sudo rm /usr/share/egroupware/etemplate/doc
sudo cp -R /usr/share/doc/egroupware-etemplate/ /usr/share/egroupware/etemplate/doc
sudo rm /usr/share/egroupware/sitemgr/doc
sudo cp -R /usr/share/doc/egroupware-sitemgr/ /usr/share/egroupware/sitemgr/doc</description>
		<content:encoded><![CDATA[<p>sudo rm /usr/share/egroupware/etemplate/doc<br />
sudo cp -R /usr/share/doc/egroupware-etemplate/ /usr/share/egroupware/etemplate/doc<br />
sudo rm /usr/share/egroupware/sitemgr/doc<br />
sudo cp -R /usr/share/doc/egroupware-sitemgr/ /usr/share/egroupware/sitemgr/doc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-20643</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Wed, 13 Jan 2010 17:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-20643</guid>
		<description>About the doc not found error.

After lots of head scratching, I bit the bullet and went back a generation in the server OS from  JJ (Ubuntu 9.04) to HH (Ubuntu 8.04lts).

All of the permissions errors disappear as long as you follow the apache/php/mysql install guide also referenced here.

Don&#039;t forget to create a mysql database for egroupware first (egroupware is a good name for it) and to also create a mysql user (again egroupware seems appropriate) and not to forget to set permissions to be all and a password of your choosing (as i was on a roll, egroupware got to be that as well!). If you do not create the database to begin with when you try to populate the db it will fail.

shane</description>
		<content:encoded><![CDATA[<p>About the doc not found error.</p>
<p>After lots of head scratching, I bit the bullet and went back a generation in the server OS from  JJ (Ubuntu 9.04) to HH (Ubuntu 8.04lts).</p>
<p>All of the permissions errors disappear as long as you follow the apache/php/mysql install guide also referenced here.</p>
<p>Don&#8217;t forget to create a mysql database for egroupware first (egroupware is a good name for it) and to also create a mysql user (again egroupware seems appropriate) and not to forget to set permissions to be all and a password of your choosing (as i was on a roll, egroupware got to be that as well!). If you do not create the database to begin with when you try to populate the db it will fail.</p>
<p>shane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-15828</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 03 Nov 2009 20:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-15828</guid>
		<description>I am using Ubuntu &#039;native&#039;.  I would not try in VM mostly from my lack of experience with eGW and the VM environment.</description>
		<content:encoded><![CDATA[<p>I am using Ubuntu &#8216;native&#8217;.  I would not try in VM mostly from my lack of experience with eGW and the VM environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-15827</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 03 Nov 2009 20:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-15827</guid>
		<description>Sorry this reply is so late... just going &#039;production&#039; with Ubuntu 9.04 server and eGW 1.4 this week.  It is our new company &#039;intranet portal&#039;.  Kind of a steep learning curve, and behind schedule, but so far so good!</description>
		<content:encoded><![CDATA[<p>Sorry this reply is so late&#8230; just going &#8216;production&#8217; with Ubuntu 9.04 server and eGW 1.4 this week.  It is our new company &#8216;intranet portal&#8217;.  Kind of a steep learning curve, and behind schedule, but so far so good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-13710</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 30 Sep 2009 18:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-13710</guid>
		<description>Hi Rich

I see you have a very recent install experience with eGroupware. Are you using this in a production environment?

I was hoping to install on an 8.04 LTS server I just built, but am trying to decide if I should go native on the O/S or build a VM in VirtualBox.

regards
Ken</description>
		<content:encoded><![CDATA[<p>Hi Rich</p>
<p>I see you have a very recent install experience with eGroupware. Are you using this in a production environment?</p>
<p>I was hoping to install on an 8.04 LTS server I just built, but am trying to decide if I should go native on the O/S or build a VM in VirtualBox.</p>
<p>regards<br />
Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-13613</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 28 Sep 2009 16:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-13613</guid>
		<description>2nd try at an install worked... not sure what I did differently , but I followed the above instructions carefully this time with no shortcuts.
Ubuntu 9.04 Server + did the Apache2 and MySql install part anyway (even thou these come with Unbuntu) + the egroupware install... 
main difference is I left the Ubuntu srvr quite bare and did the eGW setup from another computer using a browser (1st attempt was all on the Unbuntu srvr after adding a GUI and browser and other stuff) to the Ubuntu install ISO.

I am willing to try to answer questions if others try this and have any problems.

Rich</description>
		<content:encoded><![CDATA[<p>2nd try at an install worked&#8230; not sure what I did differently , but I followed the above instructions carefully this time with no shortcuts.<br />
Ubuntu 9.04 Server + did the Apache2 and MySql install part anyway (even thou these come with Unbuntu) + the egroupware install&#8230;<br />
main difference is I left the Ubuntu srvr quite bare and did the eGW setup from another computer using a browser (1st attempt was all on the Unbuntu srvr after adding a GUI and browser and other stuff) to the Ubuntu install ISO.</p>
<p>I am willing to try to answer questions if others try this and have any problems.</p>
<p>Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayward4now</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-13557</link>
		<dc:creator>wayward4now</dc:creator>
		<pubDate>Sun, 27 Sep 2009 19:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-13557</guid>
		<description>Summer, I have had the same problem since day one. I too would like to know how to fix this. Thanks to the Ubuntu Crew for their efforts. Ric</description>
		<content:encoded><![CDATA[<p>Summer, I have had the same problem since day one. I too would like to know how to fix this. Thanks to the Ubuntu Crew for their efforts. Ric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Summer</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-13398</link>
		<dc:creator>Summer</dc:creator>
		<pubDate>Thu, 24 Sep 2009 07:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-13398</guid>
		<description>In installation test finally got no errors, only advertisement of Oracle, but I use mysql, but in login windows still:

Your session could not be verified.

what&#039;s wrong?</description>
		<content:encoded><![CDATA[<p>In installation test finally got no errors, only advertisement of Oracle, but I use mysql, but in login windows still:</p>
<p>Your session could not be verified.</p>
<p>what&#8217;s wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-13365</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 23 Sep 2009 14:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-13365</guid>
		<description>Thanks &#039;jimbo&#039;!  I am now past the Installation Check but am stuck at Step 1 of Setup...
rcvg this ...

backupdir &#039;/var/lib/setup/default/backup&#039; is not writeable by the webserver*

and cannot fix it even with a chmod 777 of the entire path.

Are these bugs in the install and config scripts?

Sure wish this install was less error prone :-(</description>
		<content:encoded><![CDATA[<p>Thanks &#8216;jimbo&#8217;!  I am now past the Installation Check but am stuck at Step 1 of Setup&#8230;<br />
rcvg this &#8230;</p>
<p>backupdir &#8216;/var/lib/setup/default/backup&#8217; is not writeable by the webserver*</p>
<p>and cannot fix it even with a chmod 777 of the entire path.</p>
<p>Are these bugs in the install and config scripts?</p>
<p>Sure wish this install was less error prone <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimbo</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-13246</link>
		<dc:creator>jimbo</dc:creator>
		<pubDate>Mon, 21 Sep 2009 15:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-13246</guid>
		<description>@Rich:  had the same issue.  quick fix was to rm that sym-link, /usr/share/egroupware/etemplate/doc and cp -r what it&#039;s pointing to, /usr/share/doc/egroupware/etemplate/doc or whatever it was.  after fixing the first one, it&#039;ll do the same thing again with another sym-link, just do the same thing with it&#039;s proper directory and you should be set.</description>
		<content:encoded><![CDATA[<p>@Rich:  had the same issue.  quick fix was to rm that sym-link, /usr/share/egroupware/etemplate/doc and cp -r what it&#8217;s pointing to, /usr/share/doc/egroupware/etemplate/doc or whatever it was.  after fixing the first one, it&#8217;ll do the same thing again with another sym-link, just do the same thing with it&#8217;s proper directory and you should be set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-12850</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-12850</guid>
		<description>I too am having problems with permissions and the 
Checking file-permissions of .././etemplate/doc for not world writable:
.././etemplate/doc does not exist !!!&quot;
and am not finding a fix with lots of googling.

Has anyone figured this out for an install on Ubuntu server 9.04 ?

Thanks,
Rich</description>
		<content:encoded><![CDATA[<p>I too am having problems with permissions and the<br />
Checking file-permissions of .././etemplate/doc for not world writable:<br />
.././etemplate/doc does not exist !!!&#8221;<br />
and am not finding a fix with lots of googling.</p>
<p>Has anyone figured this out for an install on Ubuntu server 9.04 ?</p>
<p>Thanks,<br />
Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaredyohc</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-11816</link>
		<dc:creator>jaredyohc</dc:creator>
		<pubDate>Fri, 07 Aug 2009 03:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-11816</guid>
		<description>I went through all the steps up until the part where we either create a new database or RE-Check Database. It doesn&#039;t allow me to create a new one, just re-check it. I&#039;m running on PGSQL, am I supposed to be running my SQL? How do I back up out of this if this is the case and redo??

Thank you!</description>
		<content:encoded><![CDATA[<p>I went through all the steps up until the part where we either create a new database or RE-Check Database. It doesn&#8217;t allow me to create a new one, just re-check it. I&#8217;m running on PGSQL, am I supposed to be running my SQL? How do I back up out of this if this is the case and redo??</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayward4now</title>
		<link>http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html/comment-page-1#comment-11757</link>
		<dc:creator>wayward4now</dc:creator>
		<pubDate>Wed, 05 Aug 2009 01:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/egroupware-web-based-groupware-suite-setup.html#comment-11757</guid>
		<description>I&#039;d like to know how to solve that doc&#039;s not found error too... I hope someone posts a fix. Thanks! Ric</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to know how to solve that doc&#8217;s not found error too&#8230; I hope someone posts a fix. Thanks! Ric</p>
]]></content:encoded>
	</item>
</channel>
</rss>

