<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — iRedAdmin not installing on Ubuntu 9.04]]></title>
		<link>http://www.iredmail.org/forum/topic260-iredadmin-not-installing-on-ubuntu-904.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic260.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in iRedAdmin not installing on Ubuntu 9.04.]]></description>
		<lastBuildDate>Tue, 22 Sep 2009 02:03:59 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: iRedAdmin not installing on Ubuntu 9.04]]></title>
			<link>http://www.iredmail.org/forum/post1200.html#p1200</link>
			<description><![CDATA[<div class="quotebox"><cite>hortimech wrote:</cite><blockquote><p>I suggest changing &#039;Must be a valid email address&#039; to &#039;Must be a valid domainAdmins email address&#039;</p></blockquote></div><p>Good suggestion, thanks dude <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Fixed, i will commit it later.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 22 Sep 2009 02:03:59 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1200.html#p1200</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedAdmin not installing on Ubuntu 9.04]]></title>
			<link>http://www.iredmail.org/forum/post1197.html#p1197</link>
			<description><![CDATA[<p>Well I found out what I was doing wrong, after reading /usr/share/apache2/iredadmin/controllers/ldap/basic.py and looking at the LDAP database I came to the conclusion that the email address I should be entering was a member of the domainadmins. I enterered this and I am in, yay <br />Well, at least no-one will be able to accuse me of not RTFM, there does not seem to be a manual yet <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /> </p><p>I suggest changing &#039;Must be a valid email address&#039; to &#039;Must be a valid domainAdmins email address&#039;</p>]]></description>
			<author><![CDATA[null@example.com (hortimech)]]></author>
			<pubDate>Mon, 21 Sep 2009 20:16:22 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1197.html#p1197</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedAdmin not installing on Ubuntu 9.04]]></title>
			<link>http://www.iredmail.org/forum/post1196.html#p1196</link>
			<description><![CDATA[<p>I tried &#039;ldapsearch -x -D &#039;cn=vmailadmin,dc=home,dc=net&#039; -W&#039; and got asked for vmailadmins password, entered it and got &#039;ldap_bind: Invalid credentials (49)&#039;</p><p>I then changed vmailadmin to Manager and tried again, this got me the complete contents of LDAP, I changed vmailadmin to Manager in settings.ini and tried the webpage again.</p><p>the webpage now comes up: the Username is filled in as cn=Manager,dc=home,dc=net but underneath it says &#039;Must be a valid email address&#039; the Username is not an email address and it seems you cannot change it. anyway, I entered the Manager password (remember this works from the cli), nothing! I just get &#039;Error:&nbsp; Username or password is incorrect. &#039;</p><p>I have tried entering the email address I entered as admin in settings.ini, but this did not work and got changed back to cn=Manager,dc=home,dc=net</p><p>I changed the topline of settings.ini to admin instead of webmaster, I also tried having both lines, but I still cannot get past the login page.</p><p>I must be doing something wrong but I cannot see what.</p>]]></description>
			<author><![CDATA[null@example.com (hortimech)]]></author>
			<pubDate>Mon, 21 Sep 2009 19:10:01 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1196.html#p1196</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedAdmin not installing on Ubuntu 9.04]]></title>
			<link>http://www.iredmail.org/forum/post1186.html#p1186</link>
			<description><![CDATA[<div class="quotebox"><cite>hortimech wrote:</cite><blockquote><p>[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101] INVALID_CREDENTIALS: {&#039;desc&#039;: &#039;Invalid credentials&#039;}</p></blockquote></div><p>It means bind dn or password is incorrect.</p><p>You can test them with ldapsearch command:<br /></p><div class="codebox"><pre><code>$ ldapsearch -x -D &#039;YOUR_BIND_DN_HERE&#039; -W</code></pre></div><p>PS: I synced installation guide, add this tip to ensure both bind dn &amp; pw are correct. <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 21 Sep 2009 02:01:22 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1186.html#p1186</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedAdmin not installing on Ubuntu 9.04]]></title>
			<link>http://www.iredmail.org/forum/post1185.html#p1185</link>
			<description><![CDATA[<p>Hello again, after some investigation I discovered that somehow /usr/share/python/debian_defaults was pointing to python 2.5, I changed this and started again.<br />I now get just this, when I attempt to login into https://my_server_ip/iredadmin</p><p>internal server error.</p><p>I also get this in /var/log/apache2/error.log:</p><p>[Sun Sep 20 20:36:18 2009] [error] /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated<br />[Sun Sep 20 20:36:18 2009] [error]&nbsp; &nbsp;from sets import ImmutableSet<br />[Sun Sep 20 20:36:18 2009] [error] /usr/local/lib/python2.6/dist-packages/Jinja2-2.2.1-py2.6.egg/jinja2/__init__.py:31: UserWarning: Module _mysql was already imported from <br />/var/lib/python-support/python2.6/_mysql.so, but /var/lib/python-support/python2.6 is being added to sys.path<br />[Sun Sep 20 20:36:18 2009] [error]&nbsp; &nbsp;__version__ = __import__(&#039;pkg_resources&#039;) \\<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101] Traceback (most recent call last):<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp;File &quot;/usr/local/lib/python2.6/dist-packages/web.py-0.32-py2.6.egg/web/application.py&quot;, line 242, in process<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp; &nbsp;return self.handle()<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp;File &quot;/usr/local/lib/python2.6/dist-packages/web.py-0.32-py2.6.egg/web/application.py&quot;, line 233, in handle<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp; &nbsp;return self._delegate(fn, self.fvars, args)<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp;File &quot;/usr/local/lib/python2.6/dist-packages/web.py-0.32-py2.6.egg/web/application.py&quot;, line 408, in _delegate<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp; &nbsp;mod = __import__(mod, globals(), locals(), [&quot;&quot;])<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp;File &quot;/usr/share/apache2/iredadmin/controllers/ldap/basic.py&quot;, line 8, in &lt;module&gt;<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp; &nbsp;from libs.ldaplib import core, auth, domain, ldaputils<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp;File &quot;/usr/share/apache2/iredadmin/libs/ldaplib/domain.py&quot;, line 13, in &lt;module&gt;<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp; &nbsp;LDAPDecorators = core.LDAPDecorators()<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp;File &quot;/usr/share/apache2/iredadmin/libs/ldaplib/core.py&quot;, line 52, in __init__<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp; &nbsp;self.conn.bind_s(cfg.ldap.get(&#039;bind_dn&#039;), cfg.ldap.get(&#039;bind_pw&#039;))<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp;File &quot;/usr/lib/python2.6/dist-packages/ldap/ldapobject.py&quot;, line 213, in bind_s<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp; &nbsp;return self.result(msgid,all=1,timeout=self.timeout)<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp;File &quot;/usr/lib/python2.6/dist-packages/ldap/ldapobject.py&quot;, line 428, in result<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp; &nbsp;res_type,res_data,res_msgid = self.result2(msgid,all,timeout)<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp;File &quot;/usr/lib/python2.6/dist-packages/ldap/ldapobject.py&quot;, line 432, in result2<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp; &nbsp;res_type, res_data, res_msgid, srv_ctrls = self.result3(msgid,all,timeout)<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp;File &quot;/usr/lib/python2.6/dist-packages/ldap/ldapobject.py&quot;, line 438, in result3<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp; &nbsp;ldap_result = self._ldap_call(self._l.result3,msgid,all,timeout)<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp;File &quot;/usr/lib/python2.6/dist-packages/ldap/ldapobject.py&quot;, line 96, in _ldap_call<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]&nbsp; &nbsp; &nbsp;result = func(*args,**kwargs)<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101] INVALID_CREDENTIALS: {&#039;desc&#039;: &#039;Invalid credentials&#039;}<br />[Sun Sep 20 20:36:18 2009] [error] [client 172.16.0.101]</p><p>I have followed the howto to the letter, apart from the top of settings.ini, the howto says </p><p>&#039;[general]<br />admin = user@domain.ltd&#039;</p><p>mine says<br />&#039;[general]<br /># Site webmaster&#039;s mail address.<br />webmaster = user@example.com&#039;&nbsp; &lt;-- not the real email address I entered</p><p>I have also checked the ldap credentials I entered in settings.ini, they are correct </p><p>Anybody got any idea why it does not work?</p>]]></description>
			<author><![CDATA[null@example.com (hortimech)]]></author>
			<pubDate>Sun, 20 Sep 2009 20:04:04 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1185.html#p1185</guid>
		</item>
		<item>
			<title><![CDATA[iRedAdmin not installing on Ubuntu 9.04]]></title>
			<link>http://www.iredmail.org/forum/post1184.html#p1184</link>
			<description><![CDATA[<p>Hello, I tried to install IredAdmin on Ubuntu 9.04 server X64. It failed at &#039;easy_install web.py Jinja2 netifaces&#039; after a quick google search, I installed python2.5-dev. &#039;easy_install&#039; then worked. When I tried to start the webpage I got this:</p><p>Internal Server Error</p><p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p><p>Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p><p>More information about this error may be available in the server error log.<br />Apache/2.2.11 (Ubuntu) mod_ssl/2.2.11 OpenSSL/0.9.8g mod_wsgi/2.3 Python/2.6.2 Server at 192.168.2.10 Port 443</p><p>A search of my server produced this: /usr/lib/python2.5/site-packages/web.py-0.32-py2.5.egg</p><p>This is the only occurence of web.py on the server, and as you can see it is for python 2.5, Ubuntu 9.04 uses 2.6</p><p>Any idea where I get web.py for 2.6?</p>]]></description>
			<author><![CDATA[null@example.com (hortimech)]]></author>
			<pubDate>Sun, 20 Sep 2009 17:01:30 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1184.html#p1184</guid>
		</item>
	</channel>
</rss>
