[MonetDB-users] System-wide installation as of April11 release

Hi all, I recently upgraded one machine to the April11 release of MonetDB. In the April11 release, what is the recommended way to start monetdb with the system, as it used to be done with the rc*.d scripts? For me, maybe a bug, the /etc/init.d/monetdb-sql script is broken (Starting MonetDB SQL server: unable to open 'merovingian.log': Permission denied ... and other missing file, permission errors). Currently I can start the server using 'sudo monetdbd', but of course I want the system-wide installation to start with the system. Thanks, Brien

I remember it has sth to do with permissions. The merovingian.log must
be owned by monetdb.
ls -l /var/log/monetdb/merovingian.log will show you the permissions.
sudo chown monetdb:monetdb merovingian.log should work.
You could also delete the file, and let monetdbd create a new one.
Same applies to other errors you have.
Mike
On Thu, May 5, 2011 at 12:41 AM, brien colwell
Hi all,
I recently upgraded one machine to the April11 release of MonetDB. In the April11 release, what is the recommended way to start monetdb with the system, as it used to be done with the rc*.d scripts? For me, maybe a bug, the /etc/init.d/monetdb-sql script is broken (Starting MonetDB SQL server: unable to open 'merovingian.log': Permission denied ... and other missing file, permission errors).
Currently I can start the server using 'sudo monetdbd', but of course I want the system-wide installation to start with the system.
Thanks, Brien
------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users

On 04-05-2011 17:41:46 -0400, brien colwell wrote:
I recently upgraded one machine to the April11 release of MonetDB. In the April11 release, what is the recommended way to start monetdb with the system, as it used to be done with the rc*.d scripts? For me, maybe a bug, the /etc/init.d/monetdb-sql script is broken (Starting MonetDB SQL server: unable to open 'merovingian.log': Permission denied ... and other missing file, permission errors).
Currently I can start the server using 'sudo monetdbd', but of course I want the system-wide installation to start with the system.
Like Michael replied, this indeed will be a file ownership problem. Please file a bug for it, as it's a problem in the rpms, debs or whichever package system you use.
participants (3)
-
brien colwell
-
Fabian Groffen
-
Michael Sioutis