Hi,
I thought I got the code of ec2etxs, which produces the error - it is in
DAV/VAD/ec2exts/sql/procedures.sql of the WebDAV repository:
_status := run_executable ('/bin/sh', 1, '-c', sprintf(
'./virtuoso -r "%s" -B "%s" -c restore-tmp.ini >restore.log 2>&1',
_b_prefix, _b_dir));
I changed it to ./virtuoso-t, but restore.log still noticed "/bin/sh:
./virtuoso: not found"
I tried it serveral times with serveral server restarts. I think it did
not update my file, or?
Cheers,
zazi
PS: I also changed the server restart to my local init script
Am 19.05.2010 23:08, schrieb Bob Ferris:
Hi,
sadly I stepped into the next error message:
ERROR Failed to reassemble the database. Please check the file
restore.log in the database directory. (BUP07)
restore.log:
/bin/sh: ./virtuoso: not found.
(I tried it serveral times: started from the init-script and locally)
Cheers,
zazi
Am 19.05.2010 23:03, schrieb Kingsley Idehen:
Bob Ferris wrote:
Hi,
Am 19.05.2010 20:43, schrieb Bob Ferris:
Hi Kingsley,
Am 19.05.2010 17:12, schrieb Kingsley Idehen:
Bob Ferris wrote:
Hi,
I tried to deploy the MusicBrainz backup, which is available for EC2
AMI installation on my local vos-5.0.14/ vos-6.1.1 installation(s). On
both I got the following error after it fetched the backup-files (the
"continue" step):
ERROR SR406: Running of file '/bin/sh' is not allowed in
run_executable(). (42000)
Any chance to change this somewhere?
Cheers,
Bob
------------------------------------------------------------------------------
_______________________________________________
Virtuoso-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/virtuoso-users
Check you INI for this line (edit accordingly if different):
DbaExecutables = /bin/tar,/bin/sh
That's how you control what can be executed at the OS level (e.g. the
backup restore routine).
Did you mean the virtuoso.ini of my installation or the
musicbrainz-backup-descriptor.ini? I didn't found this parameter at both
files. I added this parameter continuously to both files, without any
success. At the virtuoso.ini I added it below [Database].
Cheers,
zazi
I found the mistake, there wasn't the following parameter set:
SafeExecutables = 0
Ah!
OpenLink Staff: please note re. trouble shooting guide. This is a very
tricky one!
Kingsley
Cheers,
zazi