• About bill_mcgonigle

    Expanding a ZFS filesystem on LUKS/md-raid

    by  • 2011/08/31 • backup, BFC Computing, fedora, Hardware, Linux, Open Source, RAID, sysadmin, zfs • 0 Comments

    I run my backups on a stack that consists of: md-raid mirror LUKS encryption ZFS zvol This works nicely as it’s easy to split off an encrypted backup disk to take offsite, but since ZFS encryption hasn’t come to Linux yet, it’s still a stack of technologies to manage.  My backup set gets ever larger, [...]

    Read more →

    Fedora 15 on an AMD Lynx (Llano) A6-3650

    by  • 2011/07/18 • Uncategorized

    I’ve been working for a couple days to get a usable Fedora 15 instance on the AMD A6-3650 APU. I’m using MSI’s motherboard. The biggest challenge is the integrated ATI HD 6550D graphics. Download the latest .fc16 build of Linux 3.0 from koji for proper KMS (kernel mode setting) support. Then download the latest ATI [...]

    Read more →

    Creating a Permission-free Share with ZFS ACL’s and NFSv4

    by  • 2011/03/15 • Uncategorized

    The need came up to create a ZFS filesystem, shared over NFS, to Linux clients, with no permissions enforced. Much of the documentation out there is sparse, dated, confusing, or wrong. This post at least aims not to be wrong. On the Nexenta/Solaris machine, for zpool ‘storage’: zfs set aclinherit=passthrough storage/shared zfs set sharenfs=on storage/shared [...]

    Read more →

    NASA TV on Linux

    by  • 2011/02/24 • Uncategorized

    Make sure you have xargs, head, and mplayer installed (via your package manager) and run: /usr/bin/curl http://www.nasa.gov/ram/35037main_portal.ram | /usr/bin/head -1 | /usr/bin/xargs mplayer If the URL above changes, look for the ‘RealPlayer’ option at http://www.nasa.gov/ntv for a new .ram file.

    Read more →

    No E-mails Without a Warrant

    by  • 2011/01/12 • Uncategorized

    Good news from the 6th US Circuit Court of Appeals: At issue in Warshak’s e-mail flap was a 1986 law that allows the government to obtain a suspect’s e-mail from an internet service provider or webmail provider without a probable-cause warrant, once it’s been stored for 180 days or more. The appeals court said Tuesday [...]

    Read more →

    Where to now for ZFS?

    by  • 2010/08/23 • Uncategorized

    A note I wrote when asked about the future of ZFS and current best-practices for storage: “My current line of thinking is that ZFS has the required reliability, OpenSolaris is where it actually works now. FreeBSD 9 should have a good version of it (they can’t get the zpool up to v23 in FreeBSD 8 [...]

    Read more →

    peth0 missing from Xen Dom0 (RHEL, CentOS)

    by  • 2010/07/26 • Uncategorized

    Just a quick note for the search engines to find – peth0 can go missing from ifconfig if there is a GATEWAY= entry in ifcfg-eth0 (anaconda puts it here) and presumably -eth1, etc.. Put the default gateway in /etc/syconfig/network instead and use route-eth1 files instead to specify gateways. Reboot for xend to do its setup [...]

    Read more →

    NFSv4 from Linux to ZFS under Solaris

    by  • 2010/06/22 • Uncategorized

    If you’re seeing this, this article isn’t quite done yet. Still setting things up right. Fedora client, Nexenta Server. On the linux side, start rpcidmapd and set it to start on boot. service rpcidmapd start chkconfig –levels 345 rpcidmapd on Wherever your DNS is, make sure your forward and reverse are set up correctly. No, [...]

    Read more →