My fear is that the garbage collection from one or more webmail machines is
somehow stomping over active sessions
On Tue, Feb 14, 2012 at 10:10 AM, Jernej Porenta <jernej.porenta(a)arnes.si>wrote:
>
> On Feb 14, 2012, at 5:19 PM, James Devine wrote:
>
> > I have 3 machines running identical instances of roundcube setup in a
> load balanced cluster sharing an instance of mysql. We seem to have issues
> at times where people's sessions expire in the middle of using roundcube.
> Is the best way to fix this to set the session_lifetime to 0 and do manual
> cleanup of sessions? --
> > List info: http://lists.roundcube.net/users/
> > BT/ef886a1a
>
>
> Did you try using memcache for session data?
>
> It might solve some issues, since it is way better performing than session
> data in MySQL and the paradigm is almost the same. I believe memcache
> session driver is available in 0.7 series, however you will still need
> MySQL for other caches, if you are using them.
>
> Regards,
> --
> Jernej Porenta <jernej.porenta(a)arnes.si>
> ARNES, Tehnološki park 18, p.p. 7, SI-1001 Ljubljana, Slovenia
> tel: +386 1 479 8800, fax: +386 1 479 88 99
>
>
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Progress!
So looks like SELinux was the culprit after all. After I turned it
off, my config files were found and read by the Roundcube installer.
However, now it is telling me that the database DSN (write) failed:
"(MDB2 Error: connect failed)
Make sure that the configured database exists and that the user has
write privileges
DSN: mysql://roundcube:[password]@localhost/roundcubedb"
where [password] is the password I set up for the roundcube MySQL user.
Sorry to keep bugging you all, but:
(1) How do I troubleshoot this database issue?
(2) Is it OK to have SELinux completely off?
Thanks!!
On 14 February 2012 23:30, Ben Schmidt <mail_ben_schmidt(a)yahoo.com.au> wrote:
>> In fact I would welcome someone to connect to the server and check
>> things out for me. Unfortunately, it is actually running in a
>> VirtualBox virtual machine with NAT, so I don't know how a remote
>> connection to it would work..... But thank you so much Bem Schmidt
>> for the offer!
>
> If you ssh to me with port forwarding, I could connect back to you
> through the ssh tunnel. I just have to make my machine temporarily
> accessible and give you a user account to log in with. Let me know if
> you want to try it.
>
> Cheers,
>
> Ben.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
The following are my current permissions setting for Roundcube:
[root@scientific-vb config]# ls -l
total 84
-rw-r--r--. 1 apache apache 2663 Feb 13 17:05 db.inc.php
-rw-r--r--. 1 apache apache 2662 Sep 28 06:16 db.inc.php.dist
-rw-r--r--. 1 apache apache 33274 Feb 13 17:05 main.inc.php
-rw-r--r--. 1 apache apache 33208 Nov 30 08:11 main.inc.php.dist
-rw-r--r--. 1 apache apache 2450 Oct 20 2010 mimetypes.php
However, the Roundcube installer keeps saying: "Unable to read file.
Did you create the config files?"
What am I doing wrong?
Thanks!
P.S. My Roundcube resides in /var/www/html/webmail/, it is connected
to MySQL, and the web server user is "apache" (sans quotes).
On 13 February 2012 01:08, Ben Schmidt <mail_ben_schmidt(a)yahoo.com.au> wrote:
> That should be OK. I don't have any other ideas right now, so perhaps send
> your reply to the mailing list to see if others have any.
>
> Ben.
>
> On 13/02/12 4:47 PM, Advrk Aplmrkt wrote:
>>
>> They are all read and writable by my webserver user and group (i.e.
>> apache). Should it be something else?
>>
>> On 13 February 2012 00:20, Ben Schmidt<mail_ben_schmidt(a)yahoo.com.au>
>> wrote:
>>>
>>> Maybe the permissions of the config directory are wrong (or even a
>>> directory higher up the file hierarchy)?
>>>
>>> Ben.
>>>
>>> On 13/02/12 3:36 PM, Advrk Aplmrkt wrote:
>>>>
>>>> Hello,
>>>>
>>>> I managed to setup latest Roundcube on my server (w/ MySQL and Apache)
>>>> up and through the config file setup.
>>>>
>>>> I downloaded the two config files and moved them into
>>>> /var/www/html/webmail/config (webmail is my Roundcube directory), and
>>>> chown'ed them to apache.apache (apache is my webserver user). However,
>>>> the Roundcube installer says it can't read the config files.
>>>>
>>>> Am I doing anything wrong? Can someone help me troubleshoot this?
>>>> Thank you very much!
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I have 3 machines running identical instances of roundcube setup in a load
balanced cluster sharing an instance of mysql. We seem to have issues at
times where people's sessions expire in the middle of using roundcube. Is
the best way to fix this to set the session_lifetime to 0 and do manual
cleanup of sessions?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I managed to setup latest Roundcube on my server (w/ MySQL and Apache)
up and through the config file setup.
I downloaded the two config files and moved them into
/var/www/html/webmail/config (webmail is my Roundcube directory), and
chown'ed them to apache.apache (apache is my webserver user). However,
the Roundcube installer says it can't read the config files.
Am I doing anything wrong? Can someone help me troubleshoot this?
Thank you very much!
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
Newbie question: After following the instructions on the website to
install Roundcube (unpack into /var/www/html/, setup MySQL database,
etc.), I encountered a Forbidden error when trying to access the
installer page.
How do I troubleshoot this issue?
Thank you very much.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Every time I try to log on to the site to check mail I get an error message saying, “There is a problem with this web site’s security certificate,” is there a fix for this? I attach a screen capture of the error message. I am running Windows 7 and using Internet Explorer 9.
John
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/dD/yFcTa+IL/Security_Certificate.JPG
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I am running Roundcube v 0.7 on Ubuntu with posfix and dovecot. I can
see sent messages, drafts, and trash in the client, but can not see new
messages. My new messages on the server are stored in /var/mail/user
I set my configuations to use Maildir. Any ideas of where I can look to
fix this issue?
Thanks
Randy
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
You're almost done! Visit the URL below to finish subscribing to users(a)lists.roundcube.net:
https://fiesta.cc/join_public?e=users-post-archive-x9851%40gigo.com&l=Tx85y…
If you did not mean to subscribe to users(a)lists.roundcube.net, or if this was sent in error, please ignore this email. You won't be subscribed to the list.