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

Launch problems #6

Open
Grigorii-Voroshnin opened this issue Feb 5, 2023 · 0 comments
Open

Launch problems #6

Grigorii-Voroshnin opened this issue Feb 5, 2023 · 0 comments

Comments

@Grigorii-Voroshnin
Copy link

Grigorii-Voroshnin commented Feb 5, 2023

The installation of xterm and apache2 needs to be added to the documentation.
Ubuntu:

apt install xterm
apt install apache2

Also, before starting, check that port 53 is not busy.
Ubuntu:

sudo ss -lp "sport = :domain"

Very often it is occupied by systemd-resolved. He needs to be stopped.
Ubuntu:

sudo systemctl stop systemd-resolved
sudo systemctl disable systemd-resolved
sudo systemctl mask systemd-resolved

To undo what you did:
Ubuntu:

sudo systemctl unmask systemd-resolved
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved

In order for dnsmasq to start via xterm, it is advisable to stop it too.

systemctl stop dnsmasq.service
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

1 participant