I have installed clickhouse with the command:rpm -ivh *.rpm
clickhouse-client-20.9.1.4571-2.noarch.rpm
clickhouse-common-static-20.9.1.4571-2.x86_64.rpm
clickhouse-server-20.9.1.4571-2.noarch.rpm
then,
why?
It seems you're using systemd based distro.
Use only systemctl command
sudo systemctl start clickhouse-server
sudo systemctl stop clickhouse-server
sudo systemctl status clickhouse-server
And don't use service clickhouse-server or /etc/init.d/clickhouse-service
3ks,it‘s ok now。
Most helpful comment
It seems you're using systemd based distro.
Use only systemctl command
sudo systemctl start clickhouse-server
sudo systemctl stop clickhouse-server
sudo systemctl status clickhouse-server
And don't use
service clickhouse-serveror/etc/init.d/clickhouse-servicehttps://github.com/ClickHouse/ClickHouse/issues/14298