Category Archives: Sysadmin

Packstack install fails with Mongo Connection Error

Last night I was installing OpenStack Kilo using packstack via the instructions for CentOS 7 on RDO. I tried installing the stack using the following command, which should have resulted in a full OpenStack install on a single VM with the ability to configure external network access: packstack –allinone –provision-demo=n I ran into two separate… Read More »

SSH Connection Sharing

I was reading a post on a perl blog the other day and leaned about connection sharing in ssh. It allows you to open a ssh connection to a server and while that 1st connection is open, all subsequent connections will use the 1st connections credentials. It really saves time not having to enter your… Read More »