Questions tagged [bluepill]

A simple process monitoring tool written in Ruby

It can be found on this GitHub page.

56 questions
0
votes
1 answer

stm32f103 internal interrupt can not reach the wanted frequency (350ns) (lowest reached is 4us)

i am trying to generate a PWM signal by turning a GPIO pin high and low using an interrupt generated by TIMER1, why i am doing it this way is a whole different story, so i need to generate an interrupt every 350ns, i calculated prescaler and the ARR…
0
votes
1 answer

How to deploy and run bundle install using docker & ansible ROR?

I'm deploying ROR application using Ansible with Docker, Ruby Docker image created & pushed to the Docker HUB, Ansible cloned the Application from the Private repo to the Target Server, the docker container created successfully, but not able to run…
0
votes
1 answer

How can I monitor a PHP script with BluePill?

I've created a Beanstalkd worker script (using Pheanstalk library) to handle the thumb nailing of images when uploaded and wanted to implement BluePill to monitor/daemonize the worker script but the BluePill fails to start the process and just…
grafikchaos
  • 555
  • 1
  • 4
  • 13
0
votes
1 answer

Flashing STM32f103c8t6 at wrong memory map address

I flashed my blue pill board with the following OpenOCD command and then my OpenOCD does not connect to my board anymore. My boot0 and boot1 pins was grounded. flash write_image erase blinkled.hex I forgot to specified the typical init memory map…
0
votes
1 answer

which file to does blue pill expect in -a flag?

I am trying to run xcui tests om multiple simulator using blue pill tool by linked in. when I run the command: ./bluepill output: bluepill: invalid configuration Missing required option: -a/--app - The path to the host application to execute…
0
votes
3 answers

Sidekiq keeps rebooting Cloud66

I have been struggling with this issue for a while and just can't figure it out. I am trying to get Redis and Sidekiq to handle background jobs for my Rails Project hosted on Cloud66 w/ Digital Ocean. All needed gems seem to be present and the setup…
Jursels
  • 173
  • 1
  • 3
  • 12
0
votes
1 answer

What ruby languaje is used by bluepill cookbook

I have some doubts about a specific attribute of bluepill cookbook. default["bluepill"]["bin"] = "#{node['languages']['ruby']['bin_dir']}/bluepill Where and when is defined this value? I want to use the bluepill as a system's gem and not as a…
Robert
  • 10,403
  • 14
  • 67
  • 117
0
votes
1 answer

Running Clockwork and Delayed Job on Heroku

I am migrating my existing rails app to heroku. I have memory and time intensive delayed jobs that run almost 20 hours a day and I have a clockwork to handle the time specific jobs. the clockwork jobs are not so heavy and run a very few times in one…
nightf0x
  • 1,969
  • 3
  • 17
  • 24
0
votes
1 answer

What files does Bluepill create on my system?

I am working with Rails 3.0.3 and Bluepill 0.0.51. I am trying to troubleshoot a situation where Bluepill is trying to start multiple instances of my ruby servers in some cases, but having trouble knowing where to start since the only files I have…
pitachip
  • 965
  • 3
  • 7
  • 24
-1
votes
1 answer

CLion + St-Link + bluepill

So basically im trying to start my program for my BluePill (stm32f103c8t6) in CLion, i chose my ST-Link as a cfg for OpenOCD. First it asked to select a clock speed, then it asked about the transport (hla_swd or jtag), and then it goes like enter…
-1
votes
1 answer

Ruby version mismatch after ruby upgrade without rvm or rbenv

I am using bluepill to manage unicorn and after ruby upgrade unicorn start is failing with below error: /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.17.3/lib/bundler/definition.rb:495:in `validate_ruby!': Your Ruby version is 2.1.4, but your…
vikram
  • 423
  • 4
  • 19
1 2 3
4