Linux

Chroot BIND named deprecated in Fedora 11

If you've tried to fire up a chroot named on Fedora 11 you may have noticed it complains about missing configuration files such as named.dnssec.keys.

There is a bug that implies you should use SELINUX instead of chroot. But if you aren't ready for SELINUX, you can still run a chroot name server. Here is how.

TiVo Video Download and Playback with Fedora

After having my Sony Sat T-60 Series 1 DirecTiVo for about 8 years, I'm finally upgrading to a TiVo HD. It should be here soon, so in the meantime I need to do some research and prepare my home network for the addition.

To leverage my Mythdora MythTV box I want to support the following in Linux:

  • Download video from TiVo to my MythTV
  • Play video on the TiVo from my MythTV

Let's see how to do that...

Yum Upgrade Fedora 8 to 10

Fedora 8 goes EOL next week, so it's time to upgrade. A yum upgrade is not the recommended way to upgrade, but it can work fine. The simpler a system is, the more likely this method is to succeed.

I just successfully upgraded my Fedora 8 text-only firewall and samba server using yum. Here are my notes from the process.

Expanding an Encrypted Filesystem with LVM and Fedora 10

My encrypted home directory on my Fedora 10 laptop is filling up.
Let's expand it.

[root@seitan ~]# df -h /home
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/CryptHome
                       14G   13G  862M  94% /home

First identify the logical volume beneath this encrypted LUKS device.

[root@seitan ~]# grep CryptHome /etc/crypttab 
CryptHome /dev/VolGroup00/LVCryptHome none luks,check=ext2,retry=5

Then see what is available in LVM.

[root@seitan ~]# lvs

Fedora 10 Upgrade Experience

I just upgraded my laptop to Fedora 10, and it looks great now, but there were some snags. I'll try to dig into them later and see if they are bugzilla worthy.

For now I'll try to do a brain dump. I had problems with encrypted logical volumes, grub needed manual setup, my wireless device name changed.

Crypt FS Problem

Before the upgrade, I was running Fedora 9 with a drive layout as follows:

  • sda1 as windows
  • sda2 as /boot
  • sda3 as a VG holding everything else
    • LVCryptHome was a LUKS volume holding /home

Enable LDAP Authentication from Fedora to Zimbra

I have a Zimbra email server which contains a LDAP server housing all my users and their passwords. I would like to enable single signon for my linux machines. The only account details I'll be using from LDAP are the username and password.

The last time I did this, I did it the hard way and modified files in /etc/pam.d by hand. Using the authconfig command is much more convenient.
<!-- break -->
The following has been tested on Fedora 9.

Configure PAM

Working on Fedora 10 Virtualization Release Notes

I've been writing the Fedora Weekly News Virtualization Beat for several weeks now, and I've recently volunteered to work on the portion of Fedora 10 release notes which cover virtualization features.

Installing Oracle Instant Client on Fedora 9 and PHP

Based on: Apache, PHP, Oracle Instant Client on Fedora 8 (64-bit) and Installing PHP and the Oracle 10g Instant Client for Linux and Windows.

I downloaded the instant client RPMs from Oracle to my local private yum repo that I use for in-house packages. Doesn't everyone have one of those? Then all ya gotta do is...

  

Recursive Logical Volume Management for Xen dom0

I had some trouble removing an dom0 LV used as a domU VG after mounting it to look inside that VG (for background on this setup, see this post). I wasn't sure what steps I had taken, so I decided to reboot the dom0 to clear the decks and did the following experiment.

The goal was to create an LV and stack upon that a VG containing an LV and then remove these devices to get back where we started. And maybe to learn something along the way.

Access to logical volumes in domU from the dom0

I currently run a Fedora 8 dom0 with Fedora 9 domU's primarily. I'm working on exactly how I wish to configure the disk layout, but here is how to configure each domU on it's own logical volume, configure further logical volumes within that domU, and how to access those logical volumes from the host dom0.

Syndicate content