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

Easy Install Failing: Debian 11 #4

Open
sissieadmin opened this issue May 24, 2022 · 3 comments
Open

Easy Install Failing: Debian 11 #4

sissieadmin opened this issue May 24, 2022 · 3 comments

Comments

@sissieadmin
Copy link

sissieadmin commented May 24, 2022

Issue: Easy Install

Distro Information (Required)

uname -a

Linux erpnext-stg-deb11 5.10.0-14-amd64 frappe/bench#1 SMP Debian 5.10.113-1 (2022-04-29) x86_64 GNU/Linux

cat /etc/os-release

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Command Run (Required)
sudo python3 install.py --production

Log File (Required)
log.txt

Additional context
Installer has already been run - fails in the same place but some dependency show as being installed in the log.

Possible Solution
Do the full manual install for now

@reswild
Copy link

reswild commented May 24, 2022

I've managed to use the Easy Install on Debian 11, but I had to tweak both the installer script and a few of the Ansible playbooks a bit. I could see if I can put together a PR for this.

@marchrius
Copy link

@reswild have you a diff file that can be used in the meantime?

@reswild
Copy link

reswild commented Jun 20, 2022

Here is the code I was using: reswild/bench@85415eb

If you want to test it, you can try:

wget https://raw.githubusercontent.com/reswild/bench/debian-11/install.py
sudo python3 install.py --production --bench-branch debian-11 --repo-url https://github.com/reswild/bench

I did get an error with setting up supervisor at the end of the install, so I had to run bench setup production afterwards in order to finish the installation.

@ankush ankush transferred this issue from frappe/bench Nov 23, 2022
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

No branches or pull requests

3 participants