Skip to main content

Questions tagged [ruby]

Ruby is a general-purpose object-oriented open-source scripting language. It sees a high degree of use in the configuration management space, and is popular for web development due to the high adoption of Ruby On Rails

Filter by
Sorted by
Tagged with
2 votes
1 answer
83 views

Ich was working with puppet and facter to collect information from the puppet node. Testing the *.rb script however regularly failed with WARN backup_key.rb - Command /opt/puppetlabs/facter/facts.d/...
BurninLeo's user avatar
  • 980
0 votes
1 answer
199 views

I was trying to install ruby-2.3.8 with rvm and got this error: rvm install ruby-2.3.8 \ Searching for binary rubies, this might take some time.\ No binary rubies available for: ubuntu/24.04/x86_64/...
Stan Shore's user avatar
4 votes
2 answers
496 views

I am attempting to use rsyslog's omprog output driver to process logging data and apparmor is preventing the program starting. Aug 14 07:55:29 secmgrprd09 kernel: audit: type=1400 audit(1755114929.929:...
Russell Fulton's user avatar
0 votes
0 answers
197 views

I'm trying to set up a production ubuntu 24.04 system with redmine 5.1.9 running in a user account. We have no intention of doing any ruby development whatsoever. I've installed apache, mysql, build-...
Gary Aitken's user avatar
0 votes
1 answer
77 views

I have a site on an older version of Debian (update pending for various reasons). To log in to the server on the command-line I needed to add rsa key options to my SSH "config" file: Host ...
Dave Everitt's user avatar
0 votes
0 answers
247 views

I am just trying to know if router is reaching to specific action of controller. In js, we are using console.log and var_dump in php. I tried with puts but it didn't work and I think it's because of ...
TopEagle's user avatar
0 votes
2 answers
357 views

I have 1 box that seems to not want to run chef, while I have 5 other identical boxes that are working just fine using the same rhel and chef versions. On the non-working box, Chef runs correctly when ...
Alexander Brehm's user avatar
0 votes
1 answer
1k views

I'm currently upgrading rails from 6 to 7 and so had to upgrade my eb platform-version as well (to run ruby-3.0). Now puma isn't able to start and always looping through: [13033] + Gemfile in context: ...
metafoo's user avatar
1 vote
0 answers
327 views

I have two stand alone Vms in vultr running on Ubuntu 18.04 and on top of it I have installed Bigbluebutton server configs and a Greenlight frontend. I have configured another server for scalelite on ...
Cecil John's user avatar
1 vote
1 answer
5k views

I'm trying to setup ruby using rbenv on a server, instead of the apt-get installed version of ruby and bundler. I followed Digital Ocean's guide, deviating only on ruby version (I need 2.7.1) and ruby ...
Goulven's user avatar
  • 111
0 votes
0 answers
122 views

This is my current configuration: server { if ($host = www.mywebsite.com) { return 301 https://mywebsite.com$request_uri; } # managed by Certbot if ($host = mywebsite.com) { ...
Dr.Kameleon's user avatar
0 votes
1 answer
2k views

My AWS instance was working fine with my app. But, today, the server was down without memory ram. Then I run: sync; echo 1 > /proc/sys/vm/drop_caches sudo service nginx start After that, ram ...
Diego Somar's user avatar
0 votes
1 answer
2k views

(I figured this out, it was multiple problems...I'm leaving this as is and explain the process I took to resolve in my answer to this question) I'm working on a simple Ruby script that runs as a cron ...
David Mackey's user avatar
1 vote
0 answers
187 views

I have Ruby version 2.3 installed and I was looking to install sensu-plugins-http:6.1.0 because the latest version was installing another dependency which needs ruby to be on higher version. Like this ...
Learner's user avatar
  • 119
1 vote
0 answers
549 views

I am trying to run Sidekiq in production using Systemd. I am receiving the following error when trying to start sidekiq. /bin/bash -lc "bundle exec sidekiq -e production -C config/sidekiq.yml -L ...
jeffci's user avatar
  • 121

15 30 50 per page
1
2 3 4 5
34