Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      OpenProject ID Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Issue configuring packaged version

Issue configuring packaged version

Added by Diego Gil about 4 years ago

Hello!
After running all steps for install, I am getting this error when I run # openproject configure

root@debian-s-1vcpu-2gb-nyc3-01:~# openproject configure
Launching installer for openproject...
Selected addons: legacy-installer openproject-edition postgres apache2 repositories smtp memcached openproject
[legacy-installer] ./bin/configure
[openproject-edition] ./bin/configure

cannot initialize curses
CANCEL

Not sure what could be wrong! I verified hardware requirements are met, and followed every step. I got this on Ubuntu 20.04LTS and Debian 10.

Thanks!
Diego.


Replies (5)

RE: Issue configuring packaged version - Added by Oliver Günther about 4 years ago

Hi Diego,

we use the dialog package to render the wizard of the installer and it seems your system has a broken dialog package for some reason. Can you try to reinstall the dialog package with apt-get --reinstall install dialog and observe the result?

Best

Oliver

RE: Issue configuring packaged version - Added by Diego Gil about 4 years ago

Hey Oliver! Thank you for your response
Just tried reinstalling dialog , but got the same results.

Steps to reproduce are:
1. Create a droplet (4GB one) in Digital Ocean, either Ubuntu 20.08LTS or Debian 10

2. Follow steps in https://docs.openproject.org/installation-and-operations/installation/packaged/ for the distro

3. Error on first openconnect configure 

Best, Diego.

RE: Issue configuring packaged version - Added by Cyril Rohr about 4 years ago

Hi Diego,

How do you connect to the droplet? Do you use a real SSH client or the browser-based client offered by DigitalOcean?

Also, what is your distribution on your local machine?

Thanks,

Cyril

RE: Issue configuring packaged version - Added by Diego Gil about 4 years ago

Hello! 
I am using ssh with OS terminal.

Thanks!
D.

RE: Issue configuring packaged version - Added by Johannes Hentschel over 3 years ago

Encountered the same problem. Try setting the environment variable TERM to xterm-256color as in set export TERM="xterm-256color". If this is not working, try with a different terminal.

  • (1 - 5/5)
Loading...