macaroni-os / macaroni-os/mark-issues
mark-i stage3 has /var/empty owned by sshd. This prevents sshd start and throws an error
Open
MARK
- Dominant language
- No language data
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```/var/empty must be owned by root and not group or world-writable.```
current workaround
```
rm -rf /var/empty
/etc/init.d/sshd start
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the sshd startup failure on a mark-i stage3 system and inspect /var/empty and /etc/init.d/sshd. Confirm what creates or changes /var/empty, then verify that sshd starts with the directory owned by root and not group- or world-writable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100