nuxx.net
Making, baking, and (un-)breaking things in Southeast Michigan.

Category computers

Do Not Want

Humax Series 2 80 Hour TiVo

Since my TiVo HD is working properly (seems to have been an update glitch) I grabbed a photo of my older, Series 2 80 hour TiVo to post along with this:

Would anyone like this TiVo?

It works great and is all set for you to use, you’ll just have to grab a network adapter for it, or plug it into your phone line and let it dial up. The firmware is up to date enough that all the supported adapters (including the quite nice TiVo-branded wireless one) will work with it.

You’ll also have to pay the monthly service fee to use it, but that’s only about $12/mo.

It’s available for pickup, or I’ll ship it, but you’ll pay shipping.

acquired thingscomputersmoved from livejournal

TiVo HD

Preparing the service update. This may take up to an hour, possibly longer.

After getting home and putting a frozen pizza from Costco in the oven, I turned on my new TiVo HD to find a plain, black screen. The format button on the front wouldn’t light anything up, so it seemed to be solidly hung. I powered it off and back on only to get that screen above, which reads “Preparing the service update. This may take up to an hour, possibly longer.”

Here I was ready to take pictures of my old TiVo and offer it up in a post here, but now I might need it. Guh.

Also, my pizza still isn’t done, and it doesn’t look as good as the picture on the box. Hopefully it tastes fine.

UPDATE: When checking on the pizza I heard sound coming from the basement. The TiVo is probably working. Hopefully it wasn’t stuck / hung all weekend, not recording things. At least it’s working for now.

Hopefully the pizza will work out too.

acquired thingscomputersmoved from livejournal

The Lives Of Others

Tonight Danielle and I watched The Lives of Others. There are two notable things about this.

One, it’s an excellent film. Probably one of the best I’ve seen in a while.

Two, this movie was rented via Netflix a week ago, but I ripped it using HandBrake because Danielle wanted to return it. Dropping it into ~/Movies and playing it on my Xbox 360 via Connect360 worked out very well. Ripped at an average bitrate of 1500kbps with 2-pass encoding, turbo first pass, and no deinterlacing (samples of the movie in the transcoder GUI showed this to be unneeded) they played just fine and looked to be of the same quality as movies played using my upscaling OPPO DV970HD (photo gallery retired).

computersmoved from livejournalmovies

PR #5732

See that Change the default console to zstty0? [no] line? That’s the result of OpenBSD Problem Report #5732 which I had submitted a few weeks back. Two days ago Ken Westerback, one of the OpenBSD devs emailed me a patch which was about to be committed in order to resolve the problem, and a request that I test it on macppc. Well, I did, and it works great.

In short, it looks through your dmesg for the console and sets up whatever serial port is used for that as your console.

This makes me happy. OpenBSD really is a great OS.

computersmoved from livejournal

OpenBSD Bug Fix?

Yesterday morning I received a patch which should fix OpenBSD PR #5732. It’s a patch for all platforms, which has (supposedly) been applied to the 4.3 family which should be released on 01-May. I’ve been asked to test it, so it looks like I’ll be doing a reinstall on my firewall this evening, this time from the latest snapshot. Hopefully it’ll all go well. Good thing I’ve got my pre-made config files files to base everything off of. I just hope I did them right. ;)

Oh, that also means I’ll be spending quite a while sitting in front of a cold rack in the basement at a serial console. Ah well.

computersmoved from livejournal

Postgrey

mailgraph.pl on rowla.nuxx.net after Postgrey
(Click for full report…)

As mentioned yesterday I set up Postgrey on rowla.nuxx.net in order to implement greylisting and hopefully address the spam problem I (and others hosted on my box) have been having.

Well, it’s still less than 24 hours out, but it seems to be having a really big impact on the spam levels, with my personal accounts receiving only seven pieces of spam (all of which were flagged by SpamAssassin hitting my personal inbox. I’ve had no false negatives, and I haven’t yet seen any false positives. (Yes, I’ve been testing this and checking… Everything seems to work as designed.) For reference, I’d normally receive 300-500 automatically flagged pieces of spam per day, with 3-10 false negatives slipping through.

From that graph up there, one can see that Postgrey really seems to be doing the job. What can be seen (in the second graph) is that the rejected messages are way up, flagged spam is way down, meaning that the messages are being rejected and then not retried. The received messages (in the first graph) are way down, which directly correlates with the rejections.

Here is a snapshot from this morning of the daily, weekly, monthly, and yearly graphs. If you’d like to see the mostly-live graphs, here is rowla.nuxx.net’s mailgraph.pl.

Oh, and that dip on Saturday? That was the aforementioned outage caused by Waveform moving my server unexpectedly.

computersmoved from livejournalnuxx.net

Greylisting

My received spam counts have been exploding lately, so I’ve enabled greylisting on nuxx.net via postgrey. It’s too early to tell, but looking at mailgraph shows that delivered message counts are WAY down, spam detections have almost gone away, and rejection counts are way up.

The way this works is by telling mail coming from unknown places to go away and try again later. Most spamming software doesn’t bother trying again later, but proper mail servers do. After the proper mail servers try again the mail is delivered, and that server is noted as being safe. So, because of this, mail coming to those I host from new destinations may be delayed for 5-15 minutes, but it’ll eventually get through.

If I host you and you are suddenly not getting mail which you expect to get, let me know and I’ll sort it out. It should work fine, though, just be patient. I’ll post more in a day or so once I know for sure how much counts are down.

For reference, I personally have been receiving 300-500 pieces of spam (with most of it flagged by SpamAssassin) per day, and it was just getting to be a bit much.

computersmoved from livejournalnuxx.net

Presenting: Trashwall

The Trashwall

Presenting: the Trashwall, a repurposed Power Mac G4 AGP. It has been taken from an old, failing machine and turned into a powerful firewall which boots from flash, contains an 8-port managed switch, offers free public wireless via a segmented, built-in access point, and handles NAT, DNS, DHCP, NTP, and whatever else I might want it to do.

It’s also got a shiny serial console for setup / management and Open Firmware. It’s basically a real PowerPC UNIX box now.

The article is complete, I’m just waiting for a small antenna adapter cable to arrive so I can hook up the better 802.11b antenna. After that I’ll post one more photo to the article, but otherwise it’s complete.

So, if you’re wanting to stick together an OpenBSD-based do-everything firewall, you could do far worse than to check out the Trashwall.

computersmaking thingsmoved from livejournal

OpenBSD Problem Fixing!

Back on the 13th I posted about a quirk in OpenBSD/macppc 4.2 which kept the serial console from working after first boot. This was submitted as PR 5732 and I listed a workaround here in the Trashwall article.

Late last night after going to bed I included on a message from Theo de Raadt asking for confirmation from another developer that it is fixed in -current. Poking around cvsweb brought me to this change to /src/distrib/miniroot/install.sub which appears to sort it out.

I’m very happy about this, and I’ll have to be sure to buy the 4.3 CD release when it becomes available.

computersmoved from livejournal

nuxx.net Back Up

Well, even though rowla.nuxx.net made it to an uptime of 500 days back on the 11th, that didn’t last. Today Waveform unexpectedly moved my box to their new data center, causing a bit of an unexpected outage. As you can see in the bandwidthd graph above there was a period of time during which the server was unreachable.

I was ssh’d in at the time talking to people on #llamasoft when things just up and went away. It seems that Waveform simply pulled the plug on the boxes and moved them. Thankfully mine came back up safely.

computersmoved from livejournalnuxx.net