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

Error in easy install #1580

Open
1 of 2 tasks
CuddlyCornet645 opened this issue Sep 2, 2024 · 0 comments
Open
1 of 2 tasks

Error in easy install #1580

CuddlyCornet645 opened this issue Sep 2, 2024 · 0 comments

Comments

@CuddlyCornet645
Copy link

CuddlyCornet645 commented Sep 2, 2024

Issue: Easy Install

Do the checklist before filing an issue:

  • Did you retain the logfile (path of logfile is shared while the script is run)? We definitely need the logfile to debug any easy install related issues.
  • Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome

Distro Information

  1. uname -a

Linux slave 6.10.6-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.10.6-1 (2024-08-19) x86_64 GNU/Linux

  1. cat /etc/*-release

PREL NAME= Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux" VERSION_CODENAME=trixie
ID=debian
HOME_URL= "https://www.debian.org/"
SUPPORT_URL= "https://www.debian.org/support"
BUG _REPORT_URL="https://bugs.debian.org/"

Command Run

python3 easy-install.py -p --email [email protected]

Log File

2024-09-02 11:27:17,211 - INFO - Running Production Setup
2024-09-02 11:27:22,605 - INFO - Docker Compose file generated at ~/frappe-compose.yml
2024-09-02 11:27:23,206 - ERROR - Bench site creation failed for site1.localhost
Traceback (most recent call last):
File "/GitHub/frappe_docker/easy-install.py", line 291, in create_site
subprocess.run(
File "/usr/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/docker', 'compose', '-p', 'frappe', 'exec', 'backend', 'bench', 'new-site', 'site1.localhost', '--no-mariadb-socket', '--db-root-password', 'b3dbd5999', '--admin-password', '1b53429a1512', '--install-app', 'erpnext', '--set-default']' returned non-zero exit status 1.

Additional context

I ran the script twice, because i had apache still up, running and installed the first time so there was the bind already in use error.
image

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

No branches or pull requests

1 participant