Re: [Virtuoso-users] Virtuoso Server Still Hangs Sleeping on Futex_Wait /P.S.

2008-12-30 Thread Marvin Lugair
> What was the command line of ./configure invocation > before the > > build and > > what is the resulting content of, say, ./Makeconfig > and > > libsrc/Dk/Dkconfig.h ? > > > > Best Regards, > > > > Ivan Mikhailov > > OpenLink Software &g

Re: [Virtuoso-users] Virtuoso Server Still Hangs Sleeping on Futex_Wait /P.S.

2008-12-30 Thread Marvin Lugair
by the way, if i take out the first line ?s1 ?p1 ?o1 the results will be returned very fast. When I keep that line the server eventually hangs. --- On Tue, 12/30/08, Marvin Lugair wrote: > From: Marvin Lugair > Subject: [Virtuoso-users] Virtuoso Server Still Hangs Sleeping on Fute

[Virtuoso-users] Virtuoso Server Still Hangs Sleeping on Futex_Wait

2008-12-30 Thread Marvin Lugair
ks! Marv --- On Wed, 12/10/08, Marvin Lugair wrote: > From: Marvin Lugair > Subject: [Virtuoso-users] Virtuoso Server Hangs Sleeping on Futex_Wait > To: virtuoso-users@lists.sourceforge.net > Date: Wednesday, December 10, 2008, 8:14 AM > Hi, > > I am doing a query on dbpedi

[Virtuoso-users] Virtuoso Server Hangs Sleeping on Futex_Wait

2008-12-10 Thread Marvin Lugair
Hi, I am doing a query on dbpedia the virtuoso server is hanging on futex_wait according to system monitor. Here is the strace too: :~/DataBases/dbpedia$ strace -p 6118 Process 6118 attached - interrupt to quit futex(0x241d424, 0x80 /* FUTEX_??? */, 793 Shutdown fails as well. This seems seri

Re: [Virtuoso-users] [Dbpedia-discussion] Text Searching in Virtuoso / 2 questions

2008-12-01 Thread Marvin Lugair
No Worries! Thanks! --- On Mon, 12/1/08, Yrjänä Rankka wrote: > From: Yrjänä Rankka > I also wanted to publicly apologise Marvin for my rather > stupid > sarcastic remark in the first reply, as it goes against the > philosophy > and purpose of mailing lists such as these. We're all > here t

Re: [Virtuoso-users] [Dbpedia-discussion] Text Searching in Virtuoso / 2 questions

2008-12-01 Thread Marvin Lugair
Ivan and Kingsley, Thanks for your responses! Things are much clearer now, If I want to search URI's in the property field I should use regex. Marv. --- On Mon, 12/1/08, Ivan Mikhailov wrote: > From: Ivan Mikhailov > Subject: Re: [Dbpedia-discussion] Text Searching in Virtuoso / 2 questi

[Virtuoso-users] Text Searching in Virtuoso / 2 questions

2008-12-01 Thread Marvin Lugair
Hi all! This is more for the virtuoso folks but still cc-ing dbpedia. Please give us some input if you can answer these questions: I am trying text search in virtuos from isql against a locally loaded dbpedia. *QUESTION ONE* Why does bif:contains return faster than REGEX search, and why are they

[Virtuoso-users] DBPedia 3.2 Load in Virtuoso 5.0.9 - Reporting on results, and some questions

2008-11-22 Thread Marvin Lugair
Hello, I would like to report back on my loading of dbpedia 3.2 into Open-Source Virtuoso 5.0.9. The good news is that I was successful and have a local DBPedia to play with now. Thanks to everyone for their input and suggestions on configuration parameters! Marv Running U

[Virtuoso-users] Issued loading dbpedia 3.2 in virtoso

2008-11-20 Thread Marvin Lugair
Hi, I am trying to load the new dbpedia 3.2 in virtuoso. I am using the dbpedia loading script posted on the virtuoso website http://docs.openlinksw.com/virtuoso/rdfperformancetuning.html In addition to the error I got in loading the infobocmappingbas file (see my previous email), loading the

[Virtuoso-users] isql width and formatting in GNU terminal

2008-11-19 Thread Marvin Lugair
Hi, Can someone tell me how to set the width from isql? I am doing a select statement but the returned lines wrap around before the actual end of the line making it very hard to read the output. Thanks! Marv