In order to be detected the directories containing addons, including the base ones, must have the write flag enabled.
You can have files without the write permission in the said directories but the directory itself needs that write flag.
It does not seems logic since the game wants to READ the addons. Maybe the directories are opened in read-write ?
This is a problem when you want to setup multiple servers with one installation and symbolic links.
I already foud a workaround for it but it does not seems logic anyway.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Linux x64
- Operating System Version
- Debian 8
- Category
- Server
Steps To Reproduce
• Get Debian 7/8 x64
• Install Arma 3 Server (lastest version)
• Remove the write flag from the directories but keep read and execute
• The Server does not detect the directories
Additional Information
Little reminder :
On directories :
read (r) : allows listing files execute (x) : allows entering the directory and access files write (w) : allows CREATION, DELETION and MODIFICATION of files