Archive for the ‘Linux/Unix’ Category

Gentoo - sys-libs/com_err blocking

Tuesday, November 18th, 2008

If you get errors about com_err blocking on your Gentoo system then you are probably experiencing a portage bug.

I was trying to install nfs-utils and received this error (shown in part):

[blocks B     ] <sys-fs/e2fsprogs-1.41 (is blocking sys-libs/e2fsprogs-libs-1.41.0)
[blocks B     ] sys-libs/ss (is blocking sys-libs/e2fsprogs-libs-1.41.0)
[blocks B     ] sys-libs/com_err (is blocking sys-libs/e2fsprogs-libs-1.41.0)

Some Google-ing led me to the following Gentoo bug and a solution. (See comment number 7)

http://bugs.gentoo.org/show_bug.cgi?id=234907#c7

Configuring Postfix to use SMTP authentication when sending mail

Sunday, November 9th, 2008

My ISP requires SMTP authentication before one can send email. I have reconfigured several instances of Postfix to use this method and am going to document the necessary changes here for my reference.

add the following two lines to /etc/postfix/main.cf

smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth

add the following lines to /etc/postfix/transport (replace “smtpauth.centurytel.net” with your ISPs smtp server)

localhost       local:
*                       smtp:smtpauth.centurytel.net:25

run “postmap /etc/postfix/transport”

add the following line to /etc/postfix/smtp_auth (replace USERNAME and PASSWORD with appropriate values)

smtpauth.centurytel.net         USERNAME:PASSWORD

run “postmap /etc/postfix/smtp_auth”

run “postfix reload”

MythTV in HD

Monday, October 20th, 2008

I finally broke down and bought an HD card. I settled on the HD-5500 from pcHDTV for several reasons. This card had good reviews, many success stories with MythTV and best of all, it is only supported on Linux. My current MythDora install was getting a little long in the tooth and I had little interest in keeping any of my current recorded programs so I decided to start over from scratch.

I replaced the ATI TV-wonder NTSC tuner with the HD-5500 and the ATI Radeon 9600 with an Nvidia Geforce4 (eBay: two cards and shipping for $26, woohoo). I have always been a fan of the way a Gentoo system is set up so I went the Gentoo route for my new MythTV install. The Gentoo wiki’s MythTV HOWTO (link currently dead due to datacenter issues) was a big help here.

The install was fairly painless and with judicious use of Google I was all set up and recording in HD. My aged system can play HDTV, but just barely. It is only watchable if nothing is being recorded, there is no other activity on the system and the OSD is not popped up. A CPU upgrade is in order, but that will have to wait for another day.

In case you are wondering what the minimum specs are to watch HD on MythTV, these specs are pretty close to bare bones.

  • AMD Athlon XP2600+
  • Asus A7N8X
  • 1024MB RAM
  • Nvidia Geforce4 MX with DVI out
  • pcHDTV HD-5500 ATSC/NTSC capture card
  • 300GB ATA133 Hard Drive

Two Post Rack

Sunday, August 31st, 2008

This is a rare sneak peak into the state of the art data center that houses my blog.

OK, it’s really just my basement, but use your imagination!