Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verdi quick setup #2912

Closed
SaraFio opened this issue May 23, 2019 · 3 comments · Fixed by #3892
Closed

verdi quick setup #2912

SaraFio opened this issue May 23, 2019 · 3 comments · Fixed by #3892

Comments

@SaraFio
Copy link

SaraFio commented May 23, 2019

Ubuntu 16.04.4 LTS
Aiida core 1.0.0b3

(my_env) sara@sara-Inspiron-7348:~$ verdi quicksetup
Profile name [quicksetup]: sarafio
Email Address (identifies your data when sharing): [email protected]
First Name: sara
Last Name: fiore
Institution: ethz  
Detected no known postgres setup, some information is needed to create the aiida database and grant 
aiida access to it. If you feel unsure about the following parameters, first check if postgresql is 
installed. If postgresql is not installed please exit and install it, then run verdi quicksetup again.
If postgresql is installed, please ask your system manager to provide you with the following parameters:
postgres host [localhost]: 
postgres port [5432]: 
template [template1]: 
postgres super user [postgres]: 

trying to access postgres..
postgres password of postgres []: 
postgres host [localhost]: ^CTraceback (most recent call last):
  File "/home/sara/.local/bin/verdi", line 11, in <module>
    sys.exit(run())
  File "/home/sara/.local/lib/python2.7/site-packages/aiida/cmdline/verdilib.py", line 1050, in run
    aiida.cmdline.verdilib.exec_from_cmdline(sys.argv)
  File "/home/sara/.local/lib/python2.7/site-packages/aiida/cmdline/verdilib.py", line 1035, in exec_from_cmdline
    CommandClass.run(*argv[command_position + 1:])
  File "/home/sara/.local/lib/python2.7/site-packages/aiida/cmdline/verdilib.py", line 622, in run
    quicksetup.invoke(ctx)
  File "/home/sara/.local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/sara/.local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
    return callback(*args, **kwargs)
  File "/home/sara/.local/lib/python2.7/site-packages/click/decorators.py", line 27, in new_func
    return f(get_current_context().obj, *args, **kwargs)
  File "/home/sara/.local/lib/python2.7/site-packages/aiida/cmdline/verdilib.py", line 655, in quicksetup
    success = postgres.determine_setup()
  File "/home/sara/.local/lib/python2.7/site-packages/aiida/control/postgres.py", line 138, in determine_setup
    self._no_setup_detected()
  File "/home/sara/.local/lib/python2.7/site-packages/aiida/control/postgres.py", line 222, in _no_setup_detected
    self.dbinfo)
  File "/home/sara/.local/lib/python2.7/site-packages/aiida/control/postgres.py", line 252, in prompt_db_info
    'postgres host', default='localhost', type=str)
  File "/home/sara/.local/lib/python2.7/site-packages/click/termui.py", line 89, in prompt
    value = prompt_func(prompt)
  File "/home/sara/.local/lib/python2.7/site-packages/click/termui.py", line 80, in prompt_func
    raise Abort()
click.exceptions.Abort
@nathanielng
Copy link

Have you installed postgresql, which is one of the prequisites? The setup script is asking for the name of the postgres super user / password that would have been set up in the steps mentioned here

@SaraFio
Copy link
Author

SaraFio commented May 25, 2019

Yes, I am sorry I forget to specify before that I installed and checked all the prerequisite required

@ltalirz
Copy link
Member

ltalirz commented Apr 5, 2020

This issue should be resolved by #3892 , which includes two fixes:

  • the default postgres setup on ubuntu 16.04 should be detected out of the box
  • the (broken) prompt loop for providing the connection details manually should be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants