mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #3257] deploy segmentation fault #1818
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1818
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BUPT-wxq on GitHub (May 30, 2024).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3257
Impacted versions
Steps to reproduce
Current behavior
I want to deploy an instance for development without docker.
I run next command
modoboa-admin.py deploy --dburl default:mysql://modoboa:Passw0rd~@127.0.0.1:3306/modoboa --domain localhost --devel instance
I try default:mysql://modoboa:Passw0rd~@127.0.0.1:3306/modoboa
mysql://modoboa:Passw0rd~@127.0.0.1:3306/modoboa
mysql://modoboa:Passw0rd~@localhost:3306/modoboa
but got error [1] 877 segmentation fault modoboa-admin.py deploy --dburl --domain localhost --devel instance
May be my --dburl incorrect
Expected behavior
how to deploy an instance in virtual environment and access Modoboa at http://localhost:8000
Video/Screenshot link (optional)
@tonioo commented on GitHub (May 31, 2024):
@BUPT-wxq I don't think this segmentation fault comes from Modoboa. On which system are you trying to install it?
@BUPT-wxq commented on GitHub (May 31, 2024):