Security is a multi-faceted objective. If you care about protecting your data, you have to protect it from people as well as hardware failure. Thankfully, with Ubuntu you can meet both goals at the same time. This screenshot tutorial will show you exactly how to install Ubuntu Server 12.04 with encrypted LVM on RAID1.
Bacula Storage Daemon: “SDSocket Closed”
After resolving the “device is not open” error, I got this “SDSocket closed” error. This is how I fixed it.
[Read more…]
Bacula Storage Daemon “Device is not Open”
Just a quick post to help in case you come across this Bacula error “device is not open” when trying to do a backup job.
[Read more…]
Why the World Would End Without Help Desk Software
Information technology is the empowering force behind any modern business. The IT departments of these businesses consist of the technicians that keep this force up and running. But the IT department isn’t always immediately aware of problems as soon as they arise. The rest of the business needs to be able to give performance feedback. And the best method of this feedback is through help desk software.
How to Boot from USB on a Dell PowerEdge 750
… And Possibly Other PowerEdge Models
The 750 typically boots from CD-ROM, hard drive, or PXE boot. But with a quick trip to the BIOS, you can also boot from USB.
[Read more…]
Dell PowerEdge 750: Adaptor at Baseport xxxx Not Responding
I pulled another Dell PowerEdge 750 out of the graveyard this morning. This was the first one that showed this error, though: Adaptor at baseport xxxx not responding
.
The baseport number will vary from machine to machine, but the problem is invariably the same: you have a PCI card that is not working.
[Read more…]
Python Error: No Module Named Solr
I’ve been trying to get this open source document repository system Invenio installed for the boss but today I ran into another problem:
Error: No module named solr
It turns out it wasn’t a problem peculiar to Invenio. Any Python script anywhere trying to import solr
was getting this error. Yet once again, there’s an easy solution.
What to Do When Sudo is Broken
Permissions and ownership is a perpetual learning process for beginner Linux administrators. There are quite a few things you need to use superuser privileges for in your everyday administration. But let’s say, for instance, you broke your /etc/sudoers
file (like I did) and now sudo is broken. What do you do then?
How to Add LDAPS to Invenio
The boss recently tasked me and the other guy with creating a digital document repository to store all of his and his colleagues’ research papers. Of the various options available, Invenio seemed like a good choice, so I built a development site to see if we could get it to work with our system.
One of the most important factors in determining whether this would work for us or not is LDAPS support. Because of the sensitive data that the firm works with, the “S” is very important.
After a couple of hours of sifting through Python scripts, I finally figured out how to add LDAPS to Invenio.
How to Wipe a Mac with a Bootcamp Partition
One of the boffins was recently let go. When his MacBook Pro was recovered from him, the other boffins perused the contents to make sure nothing was out of order. It was then my job to save any important data and then wipe the computer. This is what I did and what I learned that I should have done instead to wipe a Mac with a Bootcamp partition. [Read more…]