Server Quick Install issues

I ran into a couple of issues following the Server Quick Installation steps.

The rasa_x_playbook.yml file has an indentation error in the block starting at line 58, Create directory for the database persistence.

Also, the install script requires aptitude. After resolving those issues, I’m running into this error:

TASK [angstwad.docker_ubuntu : Ensure dirmngr is available] *******************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to update apt cache: W:An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23E7166788B63E1E, W:http://packages.elastic.co/logstash/2.3/debian/dists/stable/Release.gpg: Signature by key 46095ACC8548582C1A2699A9D27D666CD88E42B4 uses weak digest algorithm (SHA1), W:The repository 'http://ppa.launchpad.net/lubuntu-dev/lubuntu-daily/ubuntu xenial Release' does not have a Release file., W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use., W:See apt-secure(8) manpage for repository creation and user configuration details., W:Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23E7166788B63E1E, E:Failed to fetch http://ppa.launchpad.net/lubuntu-dev/lubuntu-daily/ubuntu/dists/xenial/main/binary-amd64/Packages  403  Forbidden, W:Some index files failed to download. They have been ignored, or old ones used instead."}
1 Like

I’ve moved to an Ubuntu 18.04 system to try the Server Quick Installation. I manually fix the rasa_x_playbook.yml file and don’t have the dirmngr error. However, the command to set the password does not work:

sudo python rasa_x_commands.py set_password PASSWORD
rasa_x_commands.py: error: invalid choice: 'set_password' (choose from u'create', u'delete')

@stephens hey, thanks for reporting this issue – in general, bugs should go in the rasa github repo. The indentation error and the password creation is already fixed on our side, and should be part of a release this week :slight_smile:

1 Like