Skip to content

Instantly share code, notes, and snippets.

@g8d3
g8d3 / readme.md
Last active August 29, 2015 13:55
Vagrant - Chef - Ubuntu 13.10 - Error when running vagrant up.

What I have tried:

  1. I edited VM in VitualBox I realised that VM was being stuck in grub, after I hit enter there I could do vagrant ssh, but chef recipes won't work in this test case.
  2. So I stopped machine and reviewed /etc/default/grub inside VM timeout was correctly set!, after I tried again vagrant up I got this strange error.
  3. I made this process from scratch too, i.e. vagrant destroy and vagrant up, and I continue getting this long error.

I do have omnibus plugin installed:

$ vagrant plugin list
sigma.utils.pkg('sigma.canvas.edges');
sigma.canvas.edges.t = function(edge, source, target, context, settings) {
var color = edge.color,
prefix = settings('prefix') || '',
edgeColor = settings('edgeColor'),
defaultNodeColor = settings('defaultNodeColor'),
defaultEdgeColor = settings('defaultEdgeColor');
if (!color)
switch (edgeColor) {
cat npm-debug.log
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'uninstall', '-g', 'meteorite' ]
2 info using npm@1.4.10
3 info using node@v0.10.28
4 verbose node symlink /usr/local/bin/node
5 info /usr/local/lib/node_modules/meteorite unbuild
6 info preuninstall meteorite@0.7.4
7 info uninstall meteorite@0.7.4
8 verbose true,/usr/local/lib/node_modules,/usr/local/lib/node_modules unbuild meteorite@0.7.4
=> Errors prevented startup:
While building package `iron-router`:
error: no such package: 'ui'
While building package `blaze-layout`:
error: no such package: 'ui'
layout-test.html:16: Parse error:
...} {{> yield region="footer"}}
----------------------^
@g8d3
g8d3 / designer.html
Created August 15, 2014 22:46
designer
<link rel="import" href="../ace-element/ace-element.html">
<link rel="import" href="../code-mirror/code-mirror.html">
<link rel="import" href="../chart-js/chart-js.html">
<link rel="import" href="../yt-video/yt-search-video.html">
<polymer-element name="my-element">
<template>
<style>
:host {
@g8d3
g8d3 / designer.html
Created August 15, 2014 22:50
designer
<link rel="import" href="../google-map/google-map-search.html">
<link rel="import" href="../speech-mic/speech-mic.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
/home/pills/.rvm/gems/ruby-2.1.0/gems/activesupport-4.1.0/lib/active_support/core_ext/module/aliasing.rb:32:in `alias_method': undefined method `_reflect_on_association' for class `Class' (NameError)
from /home/pills/.rvm/gems/ruby-2.1.0/gems/activesupport-4.1.0/lib/active_support/core_ext/module/aliasing.rb:32:in `alias_method_chain'
from /home/pills/.rvm/gems/ruby-2.1.0/bundler/gems/squeel-f5a810ca2713/lib/squeel/adapters/active_record/4.1/reflection_extensions.rb:11:in `singleton class'
from /home/pills/.rvm/gems/ruby-2.1.0/bundler/gems/squeel-f5a810ca2713/lib/squeel/adapters/active_record/4.1/reflection_extensions.rb:8:in `block in included'
from /home/pills/.rvm/gems/ruby-2.1.0/bundler/gems/squeel-f5a810ca2713/lib/squeel/adapters/active_record/4.1/reflection_extensions.rb:7:in `class_eval'
from /home/pills/.rvm/gems/ruby-2.1.0/bundler/gems/squeel-f5a810ca2713/lib/squeel/adapters/active_record/4.1/reflection_extensions.rb:7:in `included'
from /home/pills/.rvm/gems/ruby-2.1.0/bundler/gems/squeel-f5a8
$ meteor
Refreshing package metadata. This may take a moment.
Installing Meteor 0.8.3:
* 'meteor' build tool (version cef2bcd356)
* Package updates: accounts-base accounts-oauth accounts-password accounts-ui
accounts-ui-unstyled blaze blaze-tools deps facebook facts github google
html-tools htmljs less livedata meetup meteor meteor-developer minimongo
mongo-livedata oauth oauth1 oauth2 observe-sequence reload-safetybelt
showdown spacebars spacebars-compiler spacebars-tests spiderable stylus
templating test-helpers test-in-browser tinytest twitter ui underscore-tests
torquebox run
[WARNING] jvm-knob.yml has not been deployed. Starting TorqueBox anyway.
Booting AS7 from configuration /home/pills/.rvm/gems/jruby-9.0.0.0.pre1/gems/torquebox-server-3.1.2-java/jboss/standalone/configuration/standalone.xml
/home/pills/.rvm/gems/jruby-9.0.0.0.pre1/gems/torquebox-server-3.1.2-java/jboss/bin/standalone.sh -Djruby.home=/home/pills/.rvm/rubies/jruby-9.0.0.0.pre1 --server-config=standalone.xml
JAVA_OPTS already set in environment; overriding default settings with values: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/pills/.rvm/gems/jruby-9.0.0.0.pre1/gems/torquebox-server-3.1.2-java/jboss
@g8d3
g8d3 / gist:1143b307dbe43724764e
Created June 16, 2015 23:27
hide non remote jobs in weworkmeteor.com
$('.panel:not(:has(.fa-globe))').hide()