Trying to get signoz running on ubuntu 22.04... an...
# support
v
Trying to get signoz running on ubuntu 22.04... and getting this error
Copy code
Container signoz-clickhouse       Error
Other containers are healthy. How do I debug and fix this error?
Port 4317,4318 are not up either
Copy code
$ netstat -ln|grep 431
tcp6       0      0 :::43155                :::*                    LISTEN
Running
signoz/deploy/install.sh
branch
main
Same issue on tag
v0.57.0
Error seen in the docker is as follows
Copy code
chown: /var/lib/clickhouse/flags: Permission denied
chown: /var/lib/clickhouse/user_scripts/histogramQuantile: Operation not permitted
chown: /var/lib/clickhouse/user_scripts/histogramQuantile.go: Operation not permitted
chown: /var/lib/clickhouse/user_scripts: Operation not permitted
chown: /var/lib/clickhouse/user_scripts: Operation not permitted
chown: /var/lib/clickhouse/: Operation not permitted
chown: /var/lib/clickhouse/: Operation not permitted
t
if you are using volumemounts, check the permissions. Most likely is your filesystem permissions on the folder you are mapping into docker wrong.
v
i didn't change anything yet. Do you think the
docker-compose.yaml
needs to be changed?
t
No clue, I don't use docker-compose for signoz. But if that one contains volume-mounts, I would check the local filesystem and the permissions. It's not sure that the docker containers run as root, that can have an affect on the permissions needed.
v
UID and GID of files under this directory are changing as
install.sh
starts
Copy code
ls -l signoz/deploy/docker/clickhouse-setup/data/clickhouse