Re: [MonetDB-users] Cannot start mserver5
Hi Martin, I am now running as a non-root user. Here is the output from the stack trace: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46912496255632 (LWP 23889)] 0x0000000000000000 in ?? () (gdb) bt #0 0x0000000000000000 in ?? () #1 0x0000003a1e026d9e in _rl_init_terminal_io () from /usr/lib64/libreadline.so.5 #2 0x0000003a1e013f07 in rl_initialize () from /usr/lib64/libreadline.so.5 #3 0x0000003a1e014d07 in readline () from /usr/lib64/libreadline.so.5 #4 0x00000038d3c4e98d in getConsoleInput () from /usr/lib64/libmal.so.0 #5 0x00000038d3c4f089 in readConsole () from /usr/lib64/libmal.so.0 #6 0x00000038d3c195ee in MALreader () from /usr/lib64/libmal.so.0 #7 0x00000038d3c463d6 in runScenarioBody () from /usr/lib64/libmal.so.0 #8 0x00000038d3c465be in runScenario () from /usr/lib64/libmal.so.0 #9 0x00000038d3c196f0 in MSserveClient () from /usr/lib64/libmal.so.0 Maybe FC7 RPMs cannot run on CentOS 5.1. I may try building manually. Thank you and sorry for the trouble.
----- Original Message ----- From: "Martin Kersten"
To: "Communication channel for MonetDB users" Subject: Re: [MonetDB-users] Cannot start mserver5 Date: Fri, 28 Dec 2007 15:56:14 +0100 Rahul,
I seen you run as root, something one normally doesn't do, but that's your decision and won't affect MonetDB.
I have no clue as what ocal configuration setting interferes with the packages. You might run 'gdb mserver5 --dbinit="include sql;"' and sent us the stack trace.
Rahul Chopra wrote:
Thank you for the clarification, I did miss that one. I have now installed it. Here is what happens now:
[root@localhost bin]# mserver5 --dbinit="include sql;" # MonetDB server v5.2.2, based on kernel v1.20.0 # Serving database 'demo' # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # Copyright (c) 1993-2007 CWI, all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see /etc/monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/ # MonetDB/SQL module v2.20.2 loaded [root@localhost bin]#
It immediately exits without an error message instead of giving me a prompt. In the getting started guide it mentions to check your $PATH. It does include /usr/bin:
[root@localhost bin]# echo $PATH /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
Is there something else I must do? I have not changed the configuration.
More info:
[root@localhost bin]# rpm -ql MonetDB-SQL-server5-2.20.2-1.fc7.oid64 /usr/bin/Mbeddedsql5 /usr/bin/merovingian /usr/bin/monetdb /usr/lib64/MonetDB5/lib/lib_sql.so /usr/lib64/MonetDB5/lib/lib_sql.so.0 /usr/lib64/MonetDB5/lib/lib_sql.so.0.0.0 /usr/lib64/MonetDB5/sql.mal /usr/lib64/libembeddedsql5.so.0 /usr/lib64/libembeddedsql5.so.0.0.0 /usr/share/man/man1/merovingian.1.gz /usr/share/man/man1/monetdb.1.gz
[root@localhost bin]# rpm -ql MonetDB-SQL-2.20.2-1.fc7.oid64 /usr/share/MonetDB/sql /usr/share/MonetDB/sql/bbp.sql /usr/share/MonetDB/sql/cache.sql /usr/share/MonetDB/sql/dependency_functions.sql /usr/share/MonetDB/sql/math.sql /usr/share/MonetDB/sql/ms_functions.sql /usr/share/MonetDB/sql/mtime.sql /usr/share/MonetDB/sql/stats.sql /usr/share/MonetDB/sql/url.sql /usr/share/doc/MonetDB-SQL-2.20.2 /usr/share/doc/MonetDB-SQL-2.20.2/HowToStart-SQL /usr/share/doc/MonetDB-SQL-2.20.2/HowToStart-SQL-Win32.txt /usr/share/doc/MonetDB-SQL-2.20.2/dump-restore.html /usr/share/doc/MonetDB-SQL-2.20.2/dump-restore.txt
[root@localhost bin]# mserver5 --xproperties # builtin opt gdk_arch = 64bitx86_64-redhat-linux-gnu # builtin opt gdk_version = 1.20.0 # builtin opt monet_pid = 23171 # builtin opt prefix = /usr # builtin opt exec_prefix = /usr # builtin opt gdk_dbname = tst # builtin opt gdk_dbfarm = /var/MonetDB # builtin opt gdk_debug = 8 # builtin opt gdk_mem_bigsize = 262144 # builtin opt gdk_vm_minsize = 137438953472 # builtin opt gdk_alloc_map = yes # builtin opt gdk_mem_pagebits = 14 # builtin opt gdk_vmtrim = yes # builtin opt monet_admin = adm # builtin opt monet_prompt = > # builtin opt monet_welcome = yes # builtin opt monet_mod_path = /usr/lib64/MonetDB:/usr/lib64/bin # builtin opt monet_daemon = yes # builtin opt host = localhost # builtin opt mapi_port = 50000 # builtin opt mapi_noheaders = no # builtin opt mapi_debug = 0 # builtin opt mapi_clients = 2 # builtin opt sql_debug = 0 # builtin opt sql_logdir = /var/MonetDB/sql_logs # builtin opt xquery_logdir = /var/MonetDB/xquery_logs # builtin opt standoff_ns = http://monetdb.cwi.nl/standoff # builtin opt standoff_start = start # builtin opt standoff_end = end # config opt prefix = /usr # config opt config = /etc/monetdb5.conf # config opt prefix = /usr # config opt exec_prefix = /usr # config opt gdk_dbfarm = /var/MonetDB5/dbfarm # config opt gdk_dbname = demo # config opt gdk_alloc_map = no # config opt gdk_embedded = no # config opt gdk_debug = 0 # config opt monet_mod_path = /usr/lib64/MonetDB5:/usr/lib64/MonetDB5/lib:/usr/lib64/MonetDB5/bin # config opt monet_daemon = no # config opt monet_welcome = yes # config opt mero_msglog = /var/log/merovingian.log # config opt mero_errlog = /var/log/merovingian.log # config opt mero_timeinterval = 600 # config opt mero_exittimeout = 7 # config opt mal_init = /usr/lib64/MonetDB5/mal_init.mal # config opt mal_listing = 15 # config opt checkpoint_dir = /var/MonetDB5/chkpnt # config opt mapi_port = 0 # config opt mapi_open = false # config opt sql_debug = 0 # config opt sql_logdir = /var/MonetDB5/sql_logs # config opt sql_init = /usr/lib64/MonetDB5/sql_init.sql # MonetDB server v5.2.2, based on kernel v1.20.0 # Serving database 'demo' # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # Copyright (c) 1993-2007 CWI, all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see /etc/monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/ [root@localhost bin]#
----- Original Message ----- From: "Niels Nes"
To: "Communication channel for MonetDB users" Subject: Re: [MonetDB-users] Cannot start mserver5 Date: Fri, 28 Dec 2007 09:44:56 +0100 On Fri, Dec 28, 2007 at 08:16:45AM +0800, Rahul Chopra wrote:
Hello,
I installed a copy of MonetDB on CentOS 5.1, but don't seem to be able to start it. I installed the RPMs, and then wanted to follow the "Getting Started" page on your website.
[root@localhost ~]# mserver5 --dbinit="include sql;" # MonetDB server v5.2.2, based on kernel v1.20.0 # Serving database 'demo' # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # Copyright (c) 1993-2007 CWI, all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see /etc/monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/ !MALException:malInclude:could not open file: sql
[root@localhost ~]# uname -a Linux localhost.localdomain 2.6.18-53.el5xen #1 SMP Mon Nov 12 02:46:57 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# rpm -qa | grep MonetDB MonetDB-client-1.20.2-1.fc7.oid64 MonetDB-1.20.0-3.fc7.oid64 MonetDB-SQL-2.20.2-1.fc7.oid64 MonetDB5-server-5.2.2-1.fc7.oid64
Any idea what I am doing wrong?
You need to also install the MonetDB-SQL-server5 rpm
Niels
Regards,
Rahul
= Criminal Justice Degrees Online Criminal Justice studies - Free info pack now. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=c47df44e10a9717326d9f941...
-- Powered by Outblaze
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
--
Niels Nes, Centre for Mathematics and Computer Science (CWI) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312 url: http://www.cwi.nl/~niels e-mail: Niels.Nes@cwi.nl
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
= Looking for HR Software? BillQuick HR will help you manage your employees more efficiently. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=a512cd91e758d3cf866e8fb6...
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
= Illinois Real Estate Search approximately 80,000 listings - easy to use and consumer-friendly. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=cd5e8640812a8f2465646509... -- Powered by Outblaze
Yes, it seems you are right. Download the SuperSourceBall and compile from that. The website indicates that the latest stable version works on Centoo. http://monetdb.cwi.nl/testing/projects/monetdb/Stable/sql5/.mTests103/index_... Rahul Chopra wrote:
Hi Martin,
I am now running as a non-root user.
Here is the output from the stack trace:
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46912496255632 (LWP 23889)] 0x0000000000000000 in ?? ()
(gdb) bt #0 0x0000000000000000 in ?? () #1 0x0000003a1e026d9e in _rl_init_terminal_io () from /usr/lib64/libreadline.so.5 #2 0x0000003a1e013f07 in rl_initialize () from /usr/lib64/libreadline.so.5 #3 0x0000003a1e014d07 in readline () from /usr/lib64/libreadline.so.5 #4 0x00000038d3c4e98d in getConsoleInput () from /usr/lib64/libmal.so.0 #5 0x00000038d3c4f089 in readConsole () from /usr/lib64/libmal.so.0 #6 0x00000038d3c195ee in MALreader () from /usr/lib64/libmal.so.0 #7 0x00000038d3c463d6 in runScenarioBody () from /usr/lib64/libmal.so.0 #8 0x00000038d3c465be in runScenario () from /usr/lib64/libmal.so.0 #9 0x00000038d3c196f0 in MSserveClient () from /usr/lib64/libmal.so.0
Maybe FC7 RPMs cannot run on CentOS 5.1. I may try building manually. Thank you and sorry for the trouble.
----- Original Message ----- From: "Martin Kersten"
To: "Communication channel for MonetDB users" Subject: Re: [MonetDB-users] Cannot start mserver5 Date: Fri, 28 Dec 2007 15:56:14 +0100 Rahul,
I seen you run as root, something one normally doesn't do, but that's your decision and won't affect MonetDB.
I have no clue as what ocal configuration setting interferes with the packages. You might run 'gdb mserver5 --dbinit="include sql;"' and sent us the stack trace.
Rahul Chopra wrote:
Thank you for the clarification, I did miss that one. I have now installed it. Here is what happens now:
[root@localhost bin]# mserver5 --dbinit="include sql;" # MonetDB server v5.2.2, based on kernel v1.20.0 # Serving database 'demo' # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # Copyright (c) 1993-2007 CWI, all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see /etc/monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/ # MonetDB/SQL module v2.20.2 loaded [root@localhost bin]#
It immediately exits without an error message instead of giving me a prompt. In the getting started guide it mentions to check your $PATH. It does include /usr/bin:
[root@localhost bin]# echo $PATH /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
Is there something else I must do? I have not changed the configuration.
More info:
[root@localhost bin]# rpm -ql MonetDB-SQL-server5-2.20.2-1.fc7.oid64 /usr/bin/Mbeddedsql5 /usr/bin/merovingian /usr/bin/monetdb /usr/lib64/MonetDB5/lib/lib_sql.so /usr/lib64/MonetDB5/lib/lib_sql.so.0 /usr/lib64/MonetDB5/lib/lib_sql.so.0.0.0 /usr/lib64/MonetDB5/sql.mal /usr/lib64/libembeddedsql5.so.0 /usr/lib64/libembeddedsql5.so.0.0.0 /usr/share/man/man1/merovingian.1.gz /usr/share/man/man1/monetdb.1.gz
[root@localhost bin]# rpm -ql MonetDB-SQL-2.20.2-1.fc7.oid64 /usr/share/MonetDB/sql /usr/share/MonetDB/sql/bbp.sql /usr/share/MonetDB/sql/cache.sql /usr/share/MonetDB/sql/dependency_functions.sql /usr/share/MonetDB/sql/math.sql /usr/share/MonetDB/sql/ms_functions.sql /usr/share/MonetDB/sql/mtime.sql /usr/share/MonetDB/sql/stats.sql /usr/share/MonetDB/sql/url.sql /usr/share/doc/MonetDB-SQL-2.20.2 /usr/share/doc/MonetDB-SQL-2.20.2/HowToStart-SQL /usr/share/doc/MonetDB-SQL-2.20.2/HowToStart-SQL-Win32.txt /usr/share/doc/MonetDB-SQL-2.20.2/dump-restore.html /usr/share/doc/MonetDB-SQL-2.20.2/dump-restore.txt
[root@localhost bin]# mserver5 --xproperties # builtin opt gdk_arch = 64bitx86_64-redhat-linux-gnu # builtin opt gdk_version = 1.20.0 # builtin opt monet_pid = 23171 # builtin opt prefix = /usr # builtin opt exec_prefix = /usr # builtin opt gdk_dbname = tst # builtin opt gdk_dbfarm = /var/MonetDB # builtin opt gdk_debug = 8 # builtin opt gdk_mem_bigsize = 262144 # builtin opt gdk_vm_minsize = 137438953472 # builtin opt gdk_alloc_map = yes # builtin opt gdk_mem_pagebits = 14 # builtin opt gdk_vmtrim = yes # builtin opt monet_admin = adm # builtin opt monet_prompt = > # builtin opt monet_welcome = yes # builtin opt monet_mod_path = /usr/lib64/MonetDB:/usr/lib64/bin # builtin opt monet_daemon = yes # builtin opt host = localhost # builtin opt mapi_port = 50000 # builtin opt mapi_noheaders = no # builtin opt mapi_debug = 0 # builtin opt mapi_clients = 2 # builtin opt sql_debug = 0 # builtin opt sql_logdir = /var/MonetDB/sql_logs # builtin opt xquery_logdir = /var/MonetDB/xquery_logs # builtin opt standoff_ns = http://monetdb.cwi.nl/standoff # builtin opt standoff_start = start # builtin opt standoff_end = end # config opt prefix = /usr # config opt config = /etc/monetdb5.conf # config opt prefix = /usr # config opt exec_prefix = /usr # config opt gdk_dbfarm = /var/MonetDB5/dbfarm # config opt gdk_dbname = demo # config opt gdk_alloc_map = no # config opt gdk_embedded = no # config opt gdk_debug = 0 # config opt monet_mod_path = /usr/lib64/MonetDB5:/usr/lib64/MonetDB5/lib:/usr/lib64/MonetDB5/bin # config opt monet_daemon = no # config opt monet_welcome = yes # config opt mero_msglog = /var/log/merovingian.log # config opt mero_errlog = /var/log/merovingian.log # config opt mero_timeinterval = 600 # config opt mero_exittimeout = 7 # config opt mal_init = /usr/lib64/MonetDB5/mal_init.mal # config opt mal_listing = 15 # config opt checkpoint_dir = /var/MonetDB5/chkpnt # config opt mapi_port = 0 # config opt mapi_open = false # config opt sql_debug = 0 # config opt sql_logdir = /var/MonetDB5/sql_logs # config opt sql_init = /usr/lib64/MonetDB5/sql_init.sql # MonetDB server v5.2.2, based on kernel v1.20.0 # Serving database 'demo' # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # Copyright (c) 1993-2007 CWI, all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see /etc/monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/ [root@localhost bin]#
----- Original Message ----- From: "Niels Nes"
To: "Communication channel for MonetDB users" Subject: Re: [MonetDB-users] Cannot start mserver5 Date: Fri, 28 Dec 2007 09:44:56 +0100 On Fri, Dec 28, 2007 at 08:16:45AM +0800, Rahul Chopra wrote:
Hello,
I installed a copy of MonetDB on CentOS 5.1, but don't seem to be able to start it. I installed the RPMs, and then wanted to follow the "Getting Started" page on your website.
[root@localhost ~]# mserver5 --dbinit="include sql;" # MonetDB server v5.2.2, based on kernel v1.20.0 # Serving database 'demo' # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # Copyright (c) 1993-2007 CWI, all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see /etc/monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/ !MALException:malInclude:could not open file: sql
[root@localhost ~]# uname -a Linux localhost.localdomain 2.6.18-53.el5xen #1 SMP Mon Nov 12 02:46:57 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# rpm -qa | grep MonetDB MonetDB-client-1.20.2-1.fc7.oid64 MonetDB-1.20.0-3.fc7.oid64 MonetDB-SQL-2.20.2-1.fc7.oid64 MonetDB5-server-5.2.2-1.fc7.oid64
Any idea what I am doing wrong?
You need to also install the MonetDB-SQL-server5 rpm
Niels
Regards,
Rahul
= Criminal Justice Degrees Online Criminal Justice studies - Free info pack now. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=c47df44e10a9717326d9f941...
-- Powered by Outblaze
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
--
Niels Nes, Centre for Mathematics and Computer Science (CWI) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312 url: http://www.cwi.nl/~niels e-mail: Niels.Nes@cwi.nl
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
= Looking for HR Software? BillQuick HR will help you manage your employees more efficiently. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=a512cd91e758d3cf866e8fb6...
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
= Illinois Real Estate Search approximately 80,000 listings - easy to use and consumer-friendly. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=cd5e8640812a8f2465646509...
participants (2)
-
Martin Kersten
-
Rahul Chopra