MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

How to generate the pre populated information in metadata.rb in chef?

rajeshkumar created the topic: How to generate the pre populated information in metadata.rb in chef? How to generate the pre populated information in metadata.rb in chef You can configure the values in my knife.rb: cookbookcopyright “Rajesh Kumar” cookbooklicense “apachev2” cookbook_email “rajesh@scmgalaxy.com” Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

Error: Could not find cookbook cookbooks_test in your cookbook path, sk

rajeshkumar created the topic: ERROR: Could not find cookbook cookbooks_test in your cookbook path, sk Error while uploading the cookbooks…. Solution: You can pass path of the cookbooks via commend line using… Also, you can set the path in .chef/knife.rb. If .chef/knife.rb is missing, you can following commands… But if you install the startter kit … Read more

Fatal: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully

rajeshkumar created the topic: FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn rajeshkumar replied the topic: FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited u I just login to the nodes and deleted all files under /etc/chef/ and rerun the commands and worked like … Read more

Configuration management chef tools projects to test your skills?

rajeshkumar created the topic: Configuration management chef tools projects to test your skills? Project 1 – Write a cookbook which can add your bash script in crontab on your nodes. Project 2 – Perforce the following workflow of chef configuration management tools? — create a new cookbook and add a recipe to it — upload … Read more

AWT is not properly configured on this server

rajeshkumar created the topic: AWT is not properly configured on this server Problem AWT is not properly configured on this server. Perhaps you need to run your container with “-Djava.awt.headless=true”? See also: wiki.jenkins-ci.org/display/JENKINS/Jenk…awt.headless+problem Ensure that private-chef-secrets.json is copied into /etc/opscode from the first Chef Server node that you brought online, then run ‘chef-server-ctl reconfigure’ again. … Read more

Error executing action `run` on resource ‘execute[/opt/opscode/embedded/bin/chps

rajeshkumar created the topic: Error executing action `run` on resource ‘execute[/opt/opscode/embedded/bin/chps Error executing action `run` on resource ‘execute[/opt/opscode/embedded/bin/chpst -u opscode -U opscode /opt/opscode/embedded/bin/rabbitmqctl wait /var/opt/opscode/rabbitmq/db/rabbit@localhost.pid]’ Fix 1 So obviously RabbitMq is running, on port 5672, which can be verified through > netstat -ltnp tcp 0 0 127.0.0.1:5672 0.0.0.0:* LISTEN 1111/beam.smp Fix 2 > /etc/init.d/rabbitmq-server stop … Read more