Urbit error: Assertion '!"plan: no pier"' failed in vere/pier.c:2091 - urbit

I downloaded urbit and am attempting to boot my ship for the first time. In following the instructions online, I ran the following command:
./urbit -w sampel-palnet -k path/to/my-planet.key
The script progressed until this line:
boot: downloading pill https://bootstrap.urbit.org/urbit-v0.10.4.pill
After some time, I received the error in the title of this question.
Does anyone know what the error means and what I can do to resolve it?

Have you tried checking this issue on Github. It's not exactly the same error as yours, but it's similar, so maybe it could be related.
Did you also check the Urbit Docs.
If none of this works I would recommend you create an issue in Urbit's Github page.

Related

How to clone dotMS demo website? And how to run dotCMS on Docker?

I'm pretty new to dotCMS and Docker.
What I'm trying to do is to clone the dotCMS demo website.
I have 2 issues regarding it.
Cannot set up .env file.
I cloned the repo from https://github.com/dotCMS/dotcms-nextjs-starter
Watched two videos from dotCMS:
Making your #Jamstack application editable in real-time with dotCMS
(https://www.youtube.com/watch?v=3vjdxjfkZRQ)
Build and deploy your #Jamstack with #dotCMS, #NextJS and #GraphQL
(https://www.youtube.com/watch?v=iYH3d0UAew0)
And I did exact the same as the speaker did.
But when I try to set up .env file, it gives me an error:
"Problem with your DotCMS instance
ERROR: request to https://starter.dotcms.com:8443/api/v1/authentication/api-token failed, reason: self signed certificate"
Running dotCMS on Docker
Also, when I run doctCMS on Docker according to this guide:
https://starter.dotcms.com/download/
I can log into http://localhost:8080/dotAdmin 
But http://localhost:8080 gives me 404 error
all the necessary softwares/tools/dependencies are installed.
(yarn, npm, vercel, git, docker, docker-compose)
I searched and asked at dotCMS group chat but I couldn't find the answer I'm looking for and my question is still pending. I googled it and watched videos on Youtube. Still no luck.
So this is my last resort.
Please feel free to tell me if the question is vague or need more info.
I'd really appreciate it if anyone could help me figuring this out.

Hyperledger Iroha: Can't generate genesis-block

I am trying to generate a new genesis-block in Hyperledger Iroha as it is suggested in
https://iroha.readthedocs.io/en/latest/getting_started/index.html#starting-iroha-node
and
https://hyperledger.github.io/iroha-api/#create-genesis-block
but unfortunately I can't do it because I am always getting the same error message.
$ cat peer.list
localhost:10001
$ ./iroha-cli --genesis_block --peers_address peer.list
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::out_of_range> >'
what(): bimap<>: invalid key
Aborted (core dumped)
I am receiving this error both on my local machine where I had compiled Iroha from scratch using the source code, as well as within an Iroha container.
I think I have the correct dependencies, otherwise I would have not been able to build Iroha from scratch. Also, note that I can start irohad correctly by using the configuration example from https://iroha.readthedocs.io/en/latest/getting_started/index.html#launching-iroha-daemon.
Any help or suggestion is greatly appreciated.
There was, indeed, a bug affecting the permissions needed to generate a block. It is fixed now and should not occur: https://github.com/hyperledger/iroha/pull/1351
This is a known issue in the development of hyperledger iroha, see here: https://github.com/hyperledger/iroha/issues/1362.
It arises when iroha is compiled with Ansible Playbook.
Try to uninstall Ansible from your system and re-compile iroha and you shouldn't encounter the same error.
Obviously this is just a work around, and you won't be able to take advantage of the ansible capabilities.

Heroku Command Line Interface (CLI) Unexpected token � in JSON at position 0 error

I've been searching around the heroku docs, heroku community, stack overflow, google and can't figure out an issue I'm having with the heroku command line interface. Any time I try to run the heroku command I get the same error:
Error parsing /Users/lee/.local/share/heroku/client/6.15.26-5726b6f/node_modules/#cli-engine/engine/package.json: Unexpected token � in JSON at position 0
Here's the full error:
https://gist.github.com/leemcalilly/21f28769c0d1a96127be1fdb2b63f236
The only things that have changed recently on my system is that I changed my heroku password and also installed docker. Otherwise nothing has changed and I'm still able to deploy changes via git.
I installed heroku's command line tools on my Mac with Homebrew and have already tried uninstalling and reinstalling. Still getting the same error.
Any help pointing me in the right direction on this would be helpful.
EDIT:
Here's how the file that it's getting stuck on looks (package.json):
https://gist.github.com/leemcalilly/35fb919b490bf02c6779811448da5f02
Very crazy. Not even sure how that happened, but I would have thought that uninstalling through homebrew and reinstalling would work.
Got an answer on this from Heroku support that fixed this issue for anyone else that runs into this:
Hey Lee, looks like you may have had a bad download/install but rather than re-install with brew I'd like you try something else. Let's remove your heroku client directory and then run heroku update with will fetch a new one. Try rm -fr /Users/lee/.local/share/heroku, then heroku update and it should fetch an updated CLI. Note: any plugins you have installed will have to be re-installed after this.
Let me know how it goes!

lua-resty-auto-ssl: failed to start sockproc

==> /etc/openresty/nginx/logs/error.log <==
2016/08/07 02:31:26 [error] 194#0: [lua] start_sockproc.lua:9: auto-ssl: failed to start sockproc, context: init_worker_by_lua*
I get the aforementioned error after my Nginx instance starts.. Don't know what could be causing it..
It appears I may be missing a dependency is that CORRECT.
Here is the Docker image repo, with more information on how I have set things up.
Also, I noticed that sockproc is actually running.. See the images below.
That error appears to come from here which looks to mean that auto-ssl/shell/start_sockproc failed to start.
start_sockproc ends by running sockproc.
So presumably that failed. Given that that doesn't ship with lua-resty-auto-ssl my guess would be that you need to get that (or install it at least).

Running hh_client on one file hangs forever

I used the build instructions from this link
centos install docs
It seemed to install fine. I ran hhvm --version
HipHop VM 3.5.0-dev+2014.12.11 (rel)
Compiler: heads/master-0-g546087bf1b0560c4a9e254fcad46a9212e42ccc2
Repo schema: cf1780b3cc3857e091e924935ae6267e9794de9c
Extension API: 20140829
So following the bootstrapping docs I create a directory with 2 files (test.php and .hhconfig)
I added the following code to test.php
<?hh
function f(): int {
return 'not an int';
}
f();
In this directory i run hh_client and the following message appears for a long time 20-30mins+. Is this normal? I tried using a docker container with hhvm already and installed and got the same behavior.
This might be a known problem: can you do killall -9 hh_server; export USER=$(logname) before trying again? If that fixes it, you've hit an issue I just fixed this week in https://github.com/facebook/hhvm/commit/53b4d9b1ad7ccf99ef7b80d5d673f1578c9791c8. That fix should be in the latest nightly build, so if you update your build, that might fix it too.
If not, it sounds like you've set it up correctly. Please file a bug at https://github.com/facebook/hhvm/issues and I'll work with you on looking into it. StackOverflow isn't really the right forum for debugging like this.

Resources