Skip to content

Instantly share code, notes, and snippets.

View renemadsen's full-sized avatar

René Schultz Madsen renemadsen

  • Microting A/S
  • Odense, DK
View GitHub Profile

Individual Contributor License Agreement (CLA)

Thank you for submitting your contributions to this project.

By signing this CLA, you agree that the following terms apply to all of your past, present and future contributions to the project.

License.

You hereby represent that all present, past and future contributions are governed by the

Fuel not working after: no space left on device
Repeated error in keystone log and dockerctl start keystone ends up not starting keystone:
# dockerctl logs keystone
2015-03-05 16:16:42.736 1465 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 172.17.42.1
2015-03-05 16:16:44.621 1465 WARNING keystone.token.controllers [-] User c85da1ca257542948ad33d0d23bd0011 is unauthorized for tenant a9f80db7b2f24011b407ade2b35e8ae9
We are going to add the roles back to keystone and replace youpassword with your password and the ip accordingly.
@renemadsen
renemadsen / gist:9665331
Created March 20, 2014 14:43
Rubymine replace string in regEx
\s"<strong>(.*)"
$1
@renemadsen
renemadsen / gist:5591056
Created May 16, 2013 11:22
How to replace a string in files recursively on osx
grep -RH "oldstring" . | cut -d " " -f 1 | cut -d ":" -f 1 | xargs sed -i '' 's/oldstring/newstring/g'
@renemadsen
renemadsen / gist:3234944
Last active October 7, 2015 22:31
LC_ALL = (unset),
Add:
LC_ALL="en_US.utf8"
to /etc/environment and log out and back in.