Linux Manjaro support
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- docker-compose, linux
- Domain
- devops, networking, tooling
Research direction
Start by tracing the installation process that writes entries to /etc/hosts, then inspect the project .env and docker-compose.yml files mentioned in the issue. Reproduce a fresh installation on Linux Manjaro and verify that the development environment resolves its hostnames correctly without relying on .local.
Written by the indexing model from the issue text.
Description
Hi,
When I tried to install the developer environment on my (arch-based) Linux Manjaro system, I encountered a few problems. I'm assuming one of these problems will be relevant for other Linux Manjaro users.
The installation process adds a series of {...}.local entries to /etc/hosts, but these entries are initially ignored on my system (and other systemd-based Linux systems).
In cat /etc/nsswitch.conf I have the following line:
hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns
Because mdns_minimal [NOTFOUND=return] is listed before files, the .local addresses in /etc/hosts are ignored. The suffix .local is special and is reserved for mDNS (multicast DNS). See also https://en.wikipedia.org/wiki/Special-use_domain_name
Suggested workaround: rename .local to .test everywhere (/etc/hosts, project .env, project docker-compose.yml) and do a fresh install.
- Dominant language
- PHP
- Stars
- 190
- Forks
- 103
- Avg merge
- 4h 36m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from nextcloud/nextcloud-docker-dev
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
nextcloud/nextcloud-docker-dev#483 · 1 comment · 3 reactions ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
nextcloud/nextcloud-docker-dev#480 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
All issues in nextcloud/nextcloud-docker-dev
Similar issues
-
priority: p3
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
googleapis/librarian#7636 ·
-
0. Needs triage bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
nextcloud/fulltextsearch#1011 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
phpstan/phpstan-doctrine#794 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
Automattic/static-site-importer#1767 ·