1

Topic: [SOLVED] cant access the roundcube after updating the system

==== Provide basic information to help troubleshoot ====
- iRedMail version: latest one
- Linux/BSD distribution name and version: 10.04.3 lts ubuntu server
- Any related log? Log is helpful for troubleshooting. No logs
====

I can not access roundcube anymore after updating the apache system to Apache version 2.2.14 and I also switch the port to 83 on apache because I already have a webserver on 80 on a different machine and on same static IP address.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: [SOLVED] cant access the roundcube after updating the system

- What do you mean "can not access Roundcube"? There must be some log in Apache log.
- Were you blocked by iptables via Fail2ban? Check it via command "iptables -L -n".

3

Re: [SOLVED] cant access the roundcube after updating the system

This is what I get when I try to access it: http://i51.tinypic.com/2ur11rk.jpg

and the apache2 error logs dont show anything.==== Provide basic information to help troubleshoot ====
- iRedMail version:
- Linux/BSD distribution name and version:
- Any related log? Log is helpful for troubleshooting.
====

4 (edited by nwohiobb 2011-09-06 05:55:57)

Re: [SOLVED] cant access the roundcube after updating the system

I got it fix after doing this: sudo /etc/init.d/apache2 force-reload or after login to su then do /etc/init.d/apache2 force-reload

5 (edited by nwohiobb 2011-11-12 01:16:00)

Re: [SOLVED] cant access the roundcube after updating the system

Alright its doing it again and after doing apache2 force-reload and still not reloading and I had the updates install them and after doing that it seems it broke it again.

here is the logs from apache2:
[Fri Nov 11 12:11:20 2011] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
[Fri Nov 11 12:11:20 2011] [error] Exception KeyError: KeyError(-1216669952,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored
[Fri Nov 11 12:11:20 2011] [error] Exception KeyError: KeyError(-1216669952,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored
[Fri Nov 11 12:11:20 2011] [error] Exception KeyError: KeyError(-1216669952,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored
[Fri Nov 11 12:11:20 2011] [error] Exception KeyError: KeyError(-1216669952,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored
[Fri Nov 11 12:11:20 2011] [error] Exception KeyError: KeyError(-1216669952,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored
[Fri Nov 11 12:11:20 2011] [error] Exception KeyError: KeyError(-1216669952,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored
[Fri Nov 11 12:11:20 2011] [error] Exception KeyError: KeyError(-1216669952,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored
[Fri Nov 11 12:11:21 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Nov 11 12:11:21 2011] [notice] Apache/2.2.14 (Ubuntu) mod_ssl/2.2.14 OpenSSL/0.9.8k mod_wsgi/2.8 Python/2.6.5 configured -- resuming normal operations

and this what upgrade it did:

An update to apache2 from 2.2.14-5ubuntu8.6 to 2.2.14-5ubuntu8.7 is needed.
This update has been successfully installed.

An update to apache2-mpm-prefork from 2.2.14-5ubuntu8.6 to 2.2.14-5ubuntu8.7 is needed.
This update has been successfully installed.

An update to apache2-utils from 2.2.14-5ubuntu8.6 to 2.2.14-5ubuntu8.7 is needed.
This update has been successfully installed.

6

Re: [SOLVED] cant access the roundcube after updating the system

it seems when I upgraded the apache2 it must have wiped out roundcube and squirrelmail so how do I fix this issue.

7

Re: [SOLVED] cant access the roundcube after updating the system

Nevermind all I had to do is reinstall roundcube by doing this: sudo apt-get install roundcube roundcube-mysql and for squirrelmail was to do apt-get install squirrelmail.