› Forums › Technical support › Virtual Machine › SIOD error
- This topic has 7 replies, 2 voices, and was last updated 3 years, 9 months ago by Anna M.
-
AuthorPosts
-
-
October 26, 2020 at 18:39 #12731
When I was trying to access the config.scm I was getting a SIOD ERROR, I went back and downloaded the files and I’m trying to set my PATH again so I don’t get this error but when I try to access ~/.bashrc, I get permission denied?
-
October 26, 2020 at 18:52 #12733
Post the exact commands and error messages (preferably cut-and-paste text, rather than use screenshot) for us to diagnose this. Try these commands and see if your output is similar. Post your output here.
$ cd $ pwd /home/atlab $ ls -l .bashrc -rw-r--r-- 1 atlab atlab 311 Oct 18 19:22 .bashrc $ cd Documents/sp/assignment1/ $ ls -l config.scm -rw-rw-r-- 1 atlab atlab 1257 Oct 9 18:04 config.scm
(assuming you placed your
config.scm
in that directory) -
October 26, 2020 at 19:32 #12738
[atlab@localhost ~]$ pwd
/home/atlab
[atlab@localhost ~]$ ls -l .bashrc
-rw-r–r– 1 atlab atlab 231 Aug 7 2019 .bashrc
[atlab@localhost ~]$ cd Documents/sp/assignment1/
[atlab@localhost assignment1]$ ls -l config.scm
-rw-rw-r– 1 atlab atlab 1120 Oct 26 16:37 config.scm
[atlab@localhost assignment1]$ festival config.scm
SIOD ERROR: unbound variable : voice_cstr_edi_awb_arctic_multisyn
closing a file left open: config.scm-
October 26, 2020 at 20:14 #12741
This error is simply because you’re using the wrong version of Festival.
-
-
October 26, 2020 at 19:53 #12739
if I change my PATH after I am able to access it:
[atlab@localhost assignment1]$ PATH=/Volumes/Network/courses/ss/festival/festival_linux/festival/bin/:$PATH
[atlab@localhost assignment1]$ festival config.scm
Doing PRECONFIG…But when I try to change the bashrc file, to set the PATH permanently, I get this:
bash: /home/atlab/.bashrc: Permission denied
-
October 26, 2020 at 20:14 #12740
Post the exact command you are using to edit
.bashrc
. -
October 26, 2020 at 20:29 #12742
nano ~/.bashrc
is what I used to edit the file, is this correct?
-
October 26, 2020 at 20:39 #12743
I restarted the VM and edited the file and it’s working now, I’m unsure what was wrong
-
-
AuthorPosts
- You must be logged in to reply to this topic.