blob: 14cbf4f2381a796a05d78109c0d274c73049156b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Virtuoso Fails to Start Due to Incorrect Log File Ownership
* assigned: bonfacem
* status: closed
## Description
In CD, the virtuoso container keeps exiting and being re-spawned with the following error:
```
Thu Jan 15 2026 11:20:44 Can't open log : Permission denied
```
## Resolution
Fixed it by running (from inside the container):
```
chown virtuoso:virtuoso /var/lib/virtuoso
chmod 755 /var/lib/virtuoso
```
* closed
|