Open akyong opened 5 years ago
The same for me for logstash-6.5.2.deb and Ubuntu 18.04
@gryphonest, I could not reproduce this problem on CentOS 7.4. I tried both rpm -ivh logstash-6.5.2.rpm
on a clean system and rpm -Uvh logstash-6.5.2.rpm
on a system with a previous install of Logstash and both worked without problem. Usually, the Errno::EISDIR: Is a directory - /etc/default/logstash
indicates a permissions problem writing to that folder.
i don't know why, but this problem solved when i don't install it using rpm instead using the logstash-6.5.2.tar.gz
's file.
I was getting the same issue with logstash-7.0.0-SNAPSHOT.tar.gz. The install script creates a directory instead of a file and subsequently fails (I am using Debian Buster).
To fix it I had to remove the /etc/default/logstash directory sudo rm -fr /etc/default/logstash
...and create an empty file of the same name sudo touch /etc/default/logstash
before re-running logstash-7.0.0-SNAPSHOT/bin/system-install
cannot install logstash.
with the following errors.
i tried to reinstall logstash but still like this.
i am using centos 7.
logstash-6.5.2-1.rpm