• About bill_mcgonigle

    vsftpd Configuration for TLS and Passive Mode

    by  • 2012/11/27 • HOWTO, Internet, Linux, networking, Open Source, sysadmin, unix • 0 Comments

    The vsftpd standard FTP daemon on Fedora 17 comes configured to not work.  It doesn’t work in normal mode (chroot problems) it doesn’t handle TLS, it allows anonymous by default, and it doesn’t handle passive mode in a way that works with the iptables firewall (because of TLS). Goal: TLS, no chroot-ing, no anonymous,Passive...

    Read more →

    NFS Server Stopped Working After Fedora 17 Upgrade

    by  • 2012/09/19 • Uncategorized • 0 Comments

    Problem: You’ve just upgraded to Fedora 17 (or perhaps 16) on your NFS server. Nothing is listening on port 2049 and rpc.idmapd isn’t running. You’ve already made sure nfs-server.service is running. Solution: your old /etc/sysconfig/nfs file is messing up the NFS server. rpc.idmapd is no longer needed. (man nfsidmap). Run: mv /etc/sysconfig/nfs /etc/sysconfig/nfs.rpmsave mv...

    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...

    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...

    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...

    Read more →