Posts by Raul Libório • 36 points
3 posts
-
1
votes1
answer2586
viewsA: Vagrant problem: timeout when connecting by SSH
Your machine may be waiting for some confirmation on the keyboard. You can do two things: A) Checking by GUI - Add this stretch to your Vagrantfile: config.vm.provider :virtualbox do |vb| vb.gui =…
-
0
votes2
answers199
viewsA: How to check if a provider is on . ssh/known_hosts?
You can run before: awk '{print $1}' .ssh/known_hosts And see which hosts are known.
-
1
votes1
answer34
viewsA: Problem with upstart script
Place the two scripts in the /etc/rc.local, one below the other. The first script will apparently give error even, because it uses a syntax that is not bash, it looks more like a descriptive file…