cp -al taking a long time
Our backups on Puma have been taking a long time, finishing late in the day, almost in time for the next backup. The problem seemed to be in the cp -al step, not in the rsync step. I investigated, looking … Continue reading
Our backups on Puma have been taking a long time, finishing late in the day, almost in time for the next backup. The problem seemed to be in the cp -al step, not in the rsync step. I investigated, looking … Continue reading
Rhys asked for us to install Tkinter for Python2.7. [Remember, that Python2.6 is the default Python on Tempest because it’s what RHEL comes with, but most users are using Python 2.7.] Here’s the current behavior: [anderson@tempest ~] python2.6 Python 2.6.6 … Continue reading
Apparently early on Saturday morning there was a power outage for a flicker or something. I didn’t notice this at all, but Karishma did. Flash forward to today around 11:30, when we get this email from Celia, “I just brought … Continue reading
I’m following the instructions here: http://newpush.com/how-to-install-tomcat-6-on-rhel-6-or-centos-6/ First up, install yum-priorities. That allows us to prioritize some repos over others. So, for example, we can make sure the RHEL repos take priority over EPEL, I guess. He also installs two repo … Continue reading