Open maniackatzentier opened 1 year ago
The config.ru refers to dashing instead of smashing. I changed that, but still get errors. And I wonder why still thin is refered, instead of puma.
Traceback (most recent call last):
14: from /usr/local/bin/thin:23:in `<main>'
13: from /usr/local/bin/thin:23:in `load'
12: from /var/lib/gems/2.7.0/gems/thin-1.8.2/bin/thin:6:in `<top (required)>'
11: from /var/lib/gems/2.7.0/gems/thin-1.8.2/lib/thin/runner.rb:159:in `run!'
10: from /var/lib/gems/2.7.0/gems/thin-1.8.2/lib/thin/runner.rb:203:in `run_command'
9: from /var/lib/gems/2.7.0/gems/thin-1.8.2/lib/thin/controllers/controller.rb:72:in `start'
8: from /var/lib/gems/2.7.0/gems/thin-1.8.2/lib/thin/controllers/controller.rb:182:in `load_rackup_config'
7: from /var/lib/gems/2.7.0/gems/thin-1.8.2/lib/rack/adapter/loader.rb:33:in `load'
6: from /var/lib/gems/2.7.0/gems/thin-1.8.2/lib/rack/adapter/loader.rb:33:in `eval'
5: from config.ru:1:in `<main>'
4: from config.ru:1:in `new'
3: from /var/lib/gems/2.7.0/gems/rack-2.2.7/lib/rack/builder.rb:125:in `initialize'
2: from /var/lib/gems/2.7.0/gems/rack-2.2.7/lib/rack/builder.rb:125:in `instance_eval'
1: from config.ru:1:in `block in <main>'
config.ru:1:in `require': cannot load such file -- smashing (LoadError)
There's an issue template that gets created for you upon opening an issue, meaning that you deliberately deleted all of it without giving any additional information that would help me reproduce your problem.
Furthermore, the installation setup worked out of the box on a reasonably recent Debian11 with v3.3.0
checked out instead of master
. I can only guess whether this matches your setup or not, so feel free to provide additional information for me to recreate this properly.
Sorry for that. Did not happen on purpose. It worked now with v.3.3.0. Thank you!
That's good to hear, thanks for your feedback. I will update the README.md to emphasise that you actually need to use a release, not master
.
Hi, I have the same issue with a new Icinga2 installation on Ubuntu 22. The old dashing-icinga2 on Ubuntu 18 was working fine.
./restart-dashing: line 90: dashing: command not found Restart failed. Bailing out.
Installation is done as documented
Any Help is appreciated
I just cloned dashing icinga2 from your repo and followed the instruction process, but when I start the systemctl service dashing-icinga2, I get the following error messages:
Apparently there are still hints to a file called "dashing" which does not exist. I thought smashing is used now instead?