Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Trying Eclipse Che latest release on ubuntu

Please provide your version of ubuntu, bash and attach exact script that you launched (including your changes). Thank you.

On Wed, Jan 27, 2016 at 4:49 AM, Awanthika Senarath <awanthika@xxxxxxxx> wrote:
Hello Alexander,

I tried by removing the first two lines that was causing the issue from the script, which resulted in the error [1]. I removed the lines 

set -e
set -o pipefail, from the script which I assume cause the whole script to exit on failure according to [2]. 

Any idea on how to get it to running?



[1] 

trap: SIGHUP: bad trap
che.sh: 19: che.sh: function: not found
che.sh: 98: che.sh: Syntax error: "}" unexpected


thanks and regards
Awanthika


Awanthika Senarath
Software Engineer, WSO2 Inc.
Mobile: +94717681791



On Tue, Jan 26, 2016 at 4:54 PM, Awanthika Senarath <awanthika@xxxxxxxx> wrote:
Hello Alexander,

Thanks, will try it out.

Awanthika Senarath
Software Engineer, WSO2 Inc.
Mobile: +94717681791



On Tue, Jan 26, 2016 at 2:11 PM, Alexander Garagatyi <agaragatyi@xxxxxxxxxxx> wrote:
Hi!

This check fails because you use shell that doesn't support it. I think we should remove this check. I'll submit PR for that.
To workaround that you can try start che inside bash shell or remove that line.

On Tue, Jan 26, 2016 at 5:46 AM, Awanthika Senarath <awanthika@xxxxxxxx> wrote:
Hello,

I have attempted to start eclipse-che latest release downloaded from [1] following the documentation at [2].

The command in the documentation did not work, hence I used sh che.sh start command which gave me the error

 Illegal option -o pipefail 


Appreciate any input on how to get the latest Che running in my local ubuntu machine.




Regards
Awanthika Senarath
Software Engineer, WSO2 Inc.
Mobile: +94717681791



_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev




--
  | Alexander Garagatyi | Developer | Codenvy.com 





--
  | Alexander Garagatyi | Developer | Codenvy.com 

Back to the top