Re: [Virtuoso-users] Local DBPedia restore

2009-03-30 Thread Steve Judkins
I've run out of ideas to successfully restore dbpedia to a local test server, and would love any help on this. A restore to 5.0.10 encounters an error when it installs the dbpedia package: 15:01:31 OpenLink Virtuoso Universal Server 15:01:31 Version 05.10.3037-pthreads for Linux as of Mar 19 200

Re: [Virtuoso-users] Local DBPedia restore

2009-03-27 Thread Steve Judkins
Your suggestion helped catch a documentation bug. I had copied the SPARQL endpoint settings from the Safeguarding your SPARQL endpoint documentation. The DeferInferenceRulesInit = 0 in

Re: [Virtuoso-users] Local DBPedia restore

2009-03-26 Thread Tim Haynes
Steve Judkins wrote: Running this locally downloads the data fine, but fails during the reassemble phase with: ERROR SR406: Running of file '/bin/sh' is not allowed in run_executable(). (42000). Hi, You might want to investigate AllowOSCalls in virtuoso.ini. HTH, ~Tim -- Tim Haynes Product

Re: [Virtuoso-users] Local DBPedia restore

2009-03-26 Thread Kingsley Idehen
Steve Judkins wrote: Your solution is as follows: 1. Go to the ./backup directory that contains the backup files 2. Perform a manual restore (i.e. virtuoso -c +restore-backup ) This should work. It reconstitutes the db and log file but when I load it I'm back to the pro

Re: [Virtuoso-users] Local DBPedia restore

2009-03-26 Thread Steve Judkins
> > Your solution is as follows: > > 1. Go to the ./backup directory that contains the backup files > 2. Perform a manual restore (i.e. virtuoso -c +restore-backup > ) > > This should work. It reconstitutes the db and log file but when I load it I'm back to the problem where virtuoso starts up an

Re: [Virtuoso-users] Local DBPedia restore

2009-03-25 Thread Kingsley Idehen
Steve Judkins wrote: Running this locally downloads the data fine, but fails during the reassemble phase with: ERROR SR406: Running of file '/bin/sh' is not allowed in run_executable(). (42000). Any idea what this script does above and beyond restoring manually? Prior to trying the script I

Re: [Virtuoso-users] Local DBPedia restore

2009-03-25 Thread Steve Judkins
Running this locally downloads the data fine, but fails during the reassemble phase with: ERROR SR406: Running of file '/bin/sh' is not allowed in run_executable(). (42000). Any idea what this script does above and beyond restoring manually? Prior to trying the script I tried downloading the data

Re: [Virtuoso-users] Local DBPedia restore

2009-03-24 Thread Hugh Williams
Hi Steve, Yes, the EC2 Extension VAD can be installed on any Virtuoso installation, and can be downloaded from: http://download.openlinksw.com/packages/5.0/virtuoso/ec2exts_dav.vad It will take sometime time to restore though depending on the Bandwidth you have available ... Best

[Virtuoso-users] Local DBPedia restore

2009-03-24 Thread Steve Judkins
Can the "EC2 Extension" VAD package be installed on a non-AMI virtuoso instance? I'd like to connect to the S3 bucket and restore the dbpedia dataset to my local test server. If so, where do I grab the package?