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

Installer not working on Ubuntu (UserLand for Android) #126

Closed
joglomedia opened this issue Jan 24, 2022 · 4 comments
Closed

Installer not working on Ubuntu (UserLand for Android) #126

joglomedia opened this issue Jan 24, 2022 · 4 comments
Assignees
Labels

Comments

@joglomedia
Copy link
Owner

Describe the Issue / Bug
Install.sh exiting without any result

To Reproduce
Run ./install.sh on UserLand Ubuntu

Expected Behavior
Working like Ubuntu on other platform

@joglomedia joglomedia added the bug label Jan 24, 2022
@joglomedia joglomedia self-assigned this Jan 24, 2022
@joglomedia
Copy link
Owner Author

Trouble shooting

set -eux

to see verbose output

@joglomedia
Copy link
Owner Author

Bug here this line

[ ! -d "${BUILD_DIR}" ] && run mkdir -p "${BUILD_DIR}"

Fix

    # Create a temporary directory for the LEMPer installation.
    BUILD_DIR=${BUILD_DIR:-"/tmp/lemper_build"}
    if [ ! -d "${BUILD_DIR}" ]; then
        run mkdir -p "${BUILD_DIR}"
    fi

@HyCore
Copy link

HyCore commented Feb 10, 2022

awww men thanks xD got that issue for a while, had to manual add this fix for it to work :D

@joglomedia
Copy link
Owner Author

awww men thanks xD got that issue for a while, had to manual add this fix for it to work :D

Hi @HyCore sorry for late reply, a new fix will be released soon

Thanks for using LEMPer Stack ^^

joglomedia added a commit that referenced this issue Feb 17, 2022
## v2.6.0

### New Features
- Add LEMPer's installation wrapper script ( https://github.com/joglomedia/LEMPer/blob/2.x.x/lemper.sh )
- Generate default LE's certificate for hostname domain on production environment
- Intro to new CLI command `lemper-cli site`

### Bugs Fix
- Installer not working on Ubuntu ( Issue #126 )
- locale-gen: command not found ( Issue #127 )
- VSFTPD error install: cannot create regular file ( Issue #128 )
- VSFTPD error Server sent passive reply with unroutable address ( Issue #129 )
- Postfix warning: do not list domain dev.localhost.localdomain in BOTH mydestination and virtual_alias_domains ( Issue #130 )
- Nginx Lua module installation error
- PHP multiple version installation error

### Enhancements
- Much more script enhancements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants