Hi Rulas, the problem is the missing executable bit for the /var/atlassian/application-data/jira/log/ directory. In UNIX-like operating systems, directories must have the x-bit set in order for users to "enter" those directories or work with files inside those directories.
You should be able to fix the issue by running the following commands as root user: chmod 0755 /var/atlassian/application-data/jira/ chmod 0750 /var/atlassian/application-data/jira/log/ Also read the following pages to understand the problem better: - https://unix.stackexchange.com/questions/21251/how-do-directory-permissions-in-linux-work - https://superuser.com/questions/168578/why-a-folder-must-be-executable - https://superuser.com/questions/442581/why-do-you-need-execute-permission-on-the-parent-directory-to-rename-a-file Cheers, Jochen On Thursday, 15 September 2016 10:17:53 UTC+2, Rulas Mur wrote: > > Here are the requested commands: > > # namei -l /var/atlassian/application-data/jira/log/atlassian-jira.log > f: /var/atlassian/application-data/jira/log/atlassian-jira.log > dr-xr-xr-x root root / > drwxr-xr-x root root var > drwxr-xr-x root root atlassian > drwxr-xr-x root root application-data > drwx------ jira root jira > drw-rw---- jira nxlog log > -rw-rw---- jira nxlog atlassian-jira.log > > # ps -ef | grep nxlog > nxlog 994 60950 0 Sep13 pts/0 00:00:00 nxlog -f > root 8567 60950 0 10:09 pts/0 00:00:00 grep --color=auto nxlog > root 45545 44630 0 Sep14 ? 00:00:39 /usr/bin/nxlog -f -c > /etc/graylog/collector-sidecar/generated/nxlog.conf > > -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/61df4c62-d486-4b75-9157-e9eaad70352c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
