Post
Topic
Board Mining (Altcoins)
Re: [ANN] FarmCP - Web-based Rig Control Panel on your rig (Linux, BAMT)
by
Nachi888
on 06/02/2014, 11:48:39 UTC
I've started with 700MB available and it still ran out of space.

can u check if anything went wrong?


Code:

user@4-r9-270x-vapor-x:~$ df -H
Filesystem             Size   Used  Avail Use% Mounted on
aufs                   1.4G   555M   718M  44% /
tmpfs                  1.5G      0   1.5G   0% /lib/init/rw
varrun                 1.5G    95k   1.5G   1% /var/run
varlock                1.5G      0   1.5G   0% /var/lock
udev                   1.5G   177k   1.5G   1% /dev
tmpfs                  1.5G   4.1k   1.5G   1% /dev/shm
/dev/sda1              551M   534M    17M  97% /live/image
/dev/sda2              1.4G   555M   718M  44% /live/cow
tmpfs                  1.5G      0   1.5G   0% /live
varlog                 1.5G    95M   1.4G   7% /var/log
tmpfs                  1.5G    16M   1.5G   2% /tmp
user@4-r9-270x-vapor-x:~$ sudo apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
curl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 177 not upgraded.
user@4-r9-270x-vapor-x:~$ \curl -sSL https://get.rvm.io | bash -s stable
Downloading https://github.com/wayneeseguin/rvm/archive/stable.tar.gz

Upgrading the RVM installation in /home/user/.rvm/
    RVM PATH line found in /home/user/.profile /home/user/.bashrc /home/user/.zshrc.
    RVM sourcing line found in /home/user/.bash_profile /home/user/.zlogin.
Upgrade of RVM in /home/user/.rvm/ is complete.

# user,
#
#   Thank you for using RVM!
#   We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne, Michal & team.

In case of problems: http://rvm.io/help and https://twitter.com/rvm_io

Upgrade Notes:

  * No new notes to display.

user@4-r9-270x-vapor-x:~$ rvm install ruby-2.1.0
Searching for binary rubies, this might take some time.
No binary rubies available for: debian/6/i386/ruby-2.1.0.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for debian.
Installing requirements for debian.
Updating system....
Installing required packages: libreadline6-dev, libyaml-dev, libsqlite3-dev, libgdbm-dev, bison, libffi-dev......
Requirements installation successful.
Installing Ruby from source to: /home/user/.rvm/rubies/ruby-2.1.0, this may take a while depending on your cpu(s)...
ruby-2.1.0 - #downloading ruby-2.1.0, this may take a while depending on your connection...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 11.4M  100 11.4M    0     0   385k      0  0:00:30  0:00:30 --:--:--  616k
ruby-2.1.0 - #extracting ruby-2.1.0 to /home/user/.rvm/src/ruby-2.1.0.
ruby-2.1.0 - #applying patch /home/user/.rvm/patches/ruby/2.1.0/changeset_r44327.diff.
ruby-2.1.0 - #applying patch /home/user/.rvm/patches/ruby/GH-488.patch.
ruby-2.1.0 - #configuring....................................................
ruby-2.1.0 - #post-configuration.
ruby-2.1.0 - #compiling...................................................................................
ruby-2.1.0 - #installing................................
ruby-2.1.0 - #making binaries executable.
ruby-2.1.0 - #downloading rubygems-2.2.2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  404k  100  404k    0     0   205k      0  0:00:01  0:00:01 --:--:--  538k
No checksum for downloaded archive, recording checksum in user configuration.
ruby-2.1.0 - #extracting rubygems-2.2.2.
ruby-2.1.0 - #removing old rubygems.
ruby-2.1.0 - #installing rubygems-2.2.2..............
ruby-2.1.0 - #gemset created /home/user/.rvm/gems/ruby-2.1.0@global
ruby-2.1.0 - #importing gemset /home/user/.rvm/gemsets/global.gems.....
ruby-2.1.0 - #generating global wrappers.
ruby-2.1.0 - #gemset created /home/user/.rvm/gems/ruby-2.1.0
ruby-2.1.0 - #importing gemsetfile /home/user/.rvm/gemsets/default.gems evaluated to empty gem list
ruby-2.1.0 - #generating default wrappers.
ruby-2.1.0 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
Install of ruby-2.1.0 - #complete
Ruby was built without documentation, to build it run: rvm docs generate-ri
user@4-r9-270x-vapor-x:~$ cd ~
user@4-r9-270x-vapor-x:~$ git clone https://github.com/mrbrdo/farmcp.git
fatal: destination path 'farmcp' already exists and is not an empty directory.
user@4-r9-270x-vapor-x:~$ cd farmcp
ruby-2.1.0 - #gemset created /home/user/.rvm/gems/ruby-2.1.0@farmcp
ruby-2.1.0 - #generating farmcp wrappers.
user@4-r9-270x-vapor-x:~/farmcp$ bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching additional metadata from https://rubygems.org/..
Fetching git://github.com/mrbrdo/mina-extras.git
remote: Reusing existing pack: 31, done.
remote: Total 31 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (31/31), 4.10 KiB, done.
Resolving deltas: 100% (12/12), done.
Installing rake (10.1.1)
Installing i18n (0.6.9)
Using minitest (4.7.5)
Installing multi_json (1.8.4)
Installing atomic (1.1.14)
Installing thread_safe (0.1.3)
Installing tzinfo (0.3.38)
Installing activesupport (4.0.0)
Installing builder (3.1.4)
Installing erubis (2.7.0)
Installing rack (1.5.2)
Installing rack-test (0.6.2)
Installing actionpack (4.0.0)
Installing mime-types (1.25.1)
Installing polyglot (0.3.3)
Installing treetop (1.4.15)
Installing mail (2.5.4)
Installing actionmailer (4.0.0)
Installing activemodel (4.0.0)
Installing activerecord-deprecated_finders (1.0.3)
Installing arel (4.0.1)
Installing activerecord (4.0.0)
Installing coderay (1.1.0)
Installing coffee-script-source (1.6.3)
Installing execjs (2.0.2)
Installing coffee-script (2.2.0)
Installing thor (0.18.1)
Installing railties (4.0.0)
Installing coffee-rails (4.0.1)
Installing unf_ext (0.0.6)
Installing unf (0.1.3)
Installing domain_name (0.5.15)
Installing dotenv (0.9.0)
Installing dotenv-rails (0.9.0)
Installing sass (3.2.13)
Installing foundation-rails (5.0.3.1)
Installing tilt (1.4.1)
Installing haml (4.0.5)
Installing haml-rails (0.5.1)
Installing hike (1.2.3)
Installing http-cookie (1.0.2)
Installing jquery-rails (3.0.4)
Using json (1.8.1)

script/puma start
Installing libv8 (3.16.14.3)
Installing net-http-digest_auth (1.4)
Installing net-http-persistent (2.9.1)
Installing mini_portile (0.5.2)
Installing nokogiri (1.6.1)
Installing ntlm-http (0.1.1)
Installing webrobots (0.1.1)
Installing mechanize (2.7.2)
Installing method_source (0.8.2)
Installing open4 (1.3.0)
Installing mina (0.3.0)
Using mina-extras (0.0.3) from git://github.com/mrbrdo/mina-extras.git (at master)
Installing slop (3.4.7)
Installing pry (0.9.12.4)
Installing pry-rails (0.3.2)
Installing puma (2.7.1)
Using bundler (1.5.3)
Installing sprockets (2.10.1)
Installing sprockets-rails (2.0.1)
Installing rails (4.0.0)
Installing ref (1.0.5)
Installing sass-rails (4.0.1)

Errno::ENOSPC: No space left on device @ io_write - /home/user/.rvm/gems/ruby-2.1.0@farmcp/gems/sequel-4.6.0/lib/sequel/model/associations.rb
An error occurred while installing sequel (4.6.0), and Bundler cannot continue.
Make sure that `gem install sequel -v '4.6.0'` succeeds before bundling.
user@4-r9-270x-vapor-x:~/farmcp$
user@4-r9-270x-vapor-x:~/farmcp$ script/puma start
Could not find sequel-4.6.0 in any of the sources
Run `bundle install` to install missing gems.
user@4-r9-270x-vapor-x:~/farmcp$ df -H
Filesystem             Size   Used  Avail Use% Mounted on
aufs                   1.4G   1.3G      0 100% /
tmpfs                  1.5G      0   1.5G   0% /lib/init/rw
varrun                 1.5G    95k   1.5G   1% /var/run
varlock                1.5G      0   1.5G   0% /var/lock
udev                   1.5G   177k   1.5G   1% /dev
tmpfs                  1.5G   4.1k   1.5G   1% /dev/shm
/dev/sda1              551M   534M    17M  97% /live/image
/dev/sda2              1.4G   1.3G      0 100% /live/cow
tmpfs                  1.5G      0   1.5G   0% /live
varlog                 1.5G    96M   1.4G   7% /var/log
tmpfs                  1.5G    16M   1.5G   2% /tmp
user@4-r9-270x-vapor-x:~/farmcp$