Re: [RCU] Installer can't find config files

2012-02-18 Thread Benny Pedersen
Den 2012-02-17 23:36, Advrk Aplmrkt skrev: Make sure that the configured database exists and that the user has write privileges DSN: mysql://roundcube:[password]@localhost/roundcubedb http://dev.mysql.com/doc/refman/5.1/en/adding-users.html -- List info: http://lists.roundcube.net/users/

Re: [RCU] Installer can't find config files

2012-02-18 Thread Ben Schmidt
On 19/02/12 4:15 AM, Benny Pedersen wrote: Den 2012-02-17 23:36, Advrk Aplmrkt skrev: Make sure that the configured database exists and that the user has write privileges DSN: mysql://roundcube:[password]@localhost/roundcubedb http://dev.mysql.com/doc/refman/5.1/en/adding-users.html Mmm.

Re: [RCU] Installer can't find config files

2012-02-17 Thread Advrk Aplmrkt
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

Re: [RCU] Installer can't find config files

2012-02-14 Thread Advrk Aplmrkt
OK, so here is what I tried: [root@scientific-vb var]# ls -ld /var drwxr-xr-x. 23 root root 4096 Feb 9 19:55 /var [root@scientific-vb var]# ls -ld /var/www drwxr-xr-x. 8 root root 4096 Feb 12 20:12 /var/www [root@scientific-vb var]# ls -ld /var/www/html drwxr-xr-x. 3 root root 4096 Feb 13

Re: [RCU] Installer can't find config files

2012-02-14 Thread Ben Schmidt
Unfortunately, everything pretty much looks OK. The configuration for PHP must be in a conf.d/*.conf file or something, as it isn't in the httpd.conf file, but everything in httpd.conf seems right. The error in errors.log seems to be a simple OS access-denied message, not something to do with your

Re: [RCU] Installer can't find config files

2012-02-14 Thread Advrk Aplmrkt
Hi! In fact SELinux is enabled by default on my server. How can I check if it is blocking stuff? And might it be related to my original issue of the Roundcube installer not being able to read the config files? In fact I would welcome someone to connect to the server and check things out for me.

Re: [RCU] Installer can't find config files

2012-02-14 Thread Takahiro Kambe
Hi, In message CAN+QS0JFUdrEs=FwQcMa=yz1r5i79rxp-hievwq0r1j7o42...@mail.gmail.com on Tue, 14 Feb 2012 23:15:01 -0500, Advrk Aplmrkt avkapl...@gmail.com wrote: In fact SELinux is enabled by default on my server. How can I check if it is blocking stuff? And might it be related to

Re: [RCU] Installer can't find config files

2012-02-13 Thread Advrk Aplmkt
They are all read and writable by my webserver user and group (i.e. apache). Should it be something else? And right now the permissions look something like wr--r--r-. Ben Schmidt mail_ben_schm...@yahoo.com.au 於 2012/2/13 0:20 寫道: Maybe the permissions of the config directory are wrong (or even

Re: [RCU] Installer can't find config files

2012-02-13 Thread Advrk Aplmrkt
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

Re: [RCU] Installer can't find config files

2012-02-13 Thread Benny Pedersen
Den 2012-02-13 23:16, Advrk Aplmrkt skrev: What am I doing wrong? php files must never be owned or grouped by apache, as the above is i can write these files for you, if you want to ? :-) change them to root or another user in /home where unix logins works, in that last thay must be owned or

Re: [RCU] Installer can't find config files

2012-02-13 Thread Advrk Aplmrkt
Hi! Thanks for your tips. I created a roundcube user and group in my Linux system, and chmod'ed the files so that: [root@scientific-vb config]# ls -l total 84 -rw-r--r--. 1 roundcube roundcube 2663 Feb 13 18:48 db.inc.php -rw-r--r--. 1 roundcube roundcube 2662 Sep 28 06:16 db.inc.php.dist

Re: [RCU] Installer can't find config files

2012-02-13 Thread Benny Pedersen
Den 2012-02-14 01:20, Advrk Aplmrkt skrev: Thanks for your tips. I created a roundcube user and group in my Linux system, and chmod'ed the files so that: forward it to lunchpad as the roundcube deb file is incomeplete if it does not work -- List info: http://lists.roundcube.net/users/

Re: [RCU] Installer can't find config files

2012-02-13 Thread Ben Schmidt
Maybe we can spot something with a little more info. Can you give us: ls -ld /var ls -ld /var/www ls -ld /var/www/html ls -ld /var/www/html/webmail ls -Al /var/www/html/webmail ls -Al /var/www/html/webmail/config ls -Al /var/www/html/webmail/installer ? Anything in webmail/logs? Also, can you

[RCU] Installer can't find config files

2012-02-12 Thread Advrk Aplmrkt
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