Keyboard Shortcuts
Likes
Search
IBC 3.16.2 WSL2 Ubuntu 20.04
Hello, after downloading, unzipping and installing IBC. I run into an issue when starting gatewaystart.sh. The error that I am getting is ? gatewaystart.sh: 193: [[: not found gatewaystart.sh: 195: [[: not found
-e Error: no execute permission for scripts in /opt/ibc/scripts
?
Help on this matter would be greatly appreciated. |
¿ªÔÆÌåÓýWell there you go, you haven¡¯t given the scripts execute permission. ? The User Guide tells you how to do this. ? ? From: [email protected] <[email protected]> On Behalf Of Paul Murawski
Sent: Thursday, June 8, 2023 9:02 PM To: [email protected] Subject: [ibc] IBC 3.16.2 WSL2 Ubuntu 20.04 ? Hello, after downloading, unzipping and installing IBC. I run into an issue when starting gatewaystart.sh. The error that I am getting is ? gatewaystart.sh: 193: [[: not found gatewaystart.sh: 195: [[: not found -e Error: no execute permission for scripts in /opt/ibc/scripts ? Help on this matter would be greatly appreciated. |
Okay, so I found out where I went wrong. I did not unzip the file into /opt/ibc/. Now after unzipping the file to /opt/ibc/ and making the script files executable by running? "sudo chmod o+x *.sh */*.sh" in /opt/ibc/, I come to the error of "line 233: xterm: command not found" when running "./gatewaystart.sh". What would this error indicate and how would I fix it? |
¿ªÔÆÌåÓýHi Paul, ? Are you by any chance running the gateway just from a shell? You need to install a GUI and then run the gateway. ? Pranav From: [email protected] <[email protected]> On Behalf Of Paul Murawski
Sent: Friday, June 9, 2023 2:48 PM To: [email protected] Subject: Re: [ibc] IBC 3.16.2 WSL2 Ubuntu 20.04 ? Okay, so I found out where I went wrong. I did not unzip the file into /opt/ibc/. Now after unzipping the file to /opt/ibc/ and making the script files executable by running? "sudo chmod o+x *.sh */*.sh" in /opt/ibc/, I come to the error of "line 233: xterm: command not found" when running "./gatewaystart.sh". What would this error indicate and how would I fix it? |
Recent versions of Ubuntu don't include xterm 'out-of-the-box'. You have to install it yourself. This sort of thing is very common with Linux, and it's very easy to install missing items. Please make a bit more effort to discover things for yourself, rather than be spoon-fed by group members.?
Sent from |