You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing Graylog on openSUSE 15 (tested with 15.5) does not allow the user to enable the graylog-server service. They receive the following error:
localhost:~ # systemctl enable graylog-server
Synchronizing state of graylog-server.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable graylog-server
ln -sf ../graylog-server /etc/init.d/rc2.d/S50graylog-server
ln: failed to create symbolic link '/etc/init.d/rc2.d/S50graylog-server': No such file or directory
Datanode, however, does not have this issue and works as expected. This appears to be because the recipe.rb for graylog-server is using init.d, See
Installing Graylog on openSUSE 15 (tested with 15.5) does not allow the user to enable the
graylog-server
service. They receive the following error:Datanode, however, does not have this issue and works as expected. This appears to be because the
recipe.rb
forgraylog-server
is usinginit.d
, Seefpm-recipes/recipes/graylog-server/recipe.rb
Line 68 in 972b00c
While datanode is using
systemd
, Seefpm-recipes/recipes/graylog-datanode/recipe.rb
Line 59 in 972b00c
Upon further testing, I was able to successfully enable
graylog-server
if i deleted:I believe removing lines 68/69 would resolve,
fpm-recipes/recipes/graylog-server/recipe.rb
Line 68 in 972b00c
The text was updated successfully, but these errors were encountered: