1

On Ubuntu 19.10 eaon:

$ sudo snap install microstack --classic --edge
$ sudo microstack.init

Stalls on rabbitmq.

Any ideas why this is happening?

Terrance
  • 41,612
  • 7
  • 124
  • 183
  • 2
    You are using the bleeding edge channel version of this snap. This may explain why it is causing you issues. Maybe you should consider beta or stable instead? – Daniel M. Nov 08 '19 at 18:01
  • @DanielMassey for me weirdly rabbitmq somehow worked on edge but not candidate – Vineet Jan 26 '20 at 18:19
  • According to the official website, "MicroStack requires at least 8 GB RAM and a multi-core processor." If it is hanging at a particular stage, it is probably due to insufficient hardware. How much RAM is in your computer and what CPU are you working with? – Daniel M. Jan 27 '20 at 19:21

1 Answers1

0

According to https://microstack.run/#get-started use:

snap install microstack --devmode --edge
microstack.init --auto
Nmath
  • 12,333
perci
  • 1
  • Because you did not use any formatting, your answer rendered both lines on a single line, making your answer invalid. Please proofread your answers before and after submitting. – Nmath Oct 14 '20 at 18:32