Streaming after report

Peak Clients
Peak clients


The dry-run live streaming event that happened on the 10th went well. With very little in the way of advance publicity, we peaked at about 40 clients and I’m not sure we ever handed any clients off to any of the other servers. Next up is something on May 13th, hopefully.

Streaming

Actual streaming!
Actual streaming clients


One of the “services” I’m responsible for has been floating adrift for a couple of years without any real users. When it was handed to me, it came with a directive to support the campus Multimedia Users Group, and we are starting to ramp up. There will be a dry-run, proof-of-concept event streamed live April 10th at 4:00 pm. You’ll need Real Player or Real Alternative (preferred) to watch it. Hopefully I’ll have a URL posted here later today…

Shoretel VoIP evaluation

The last few days at work have put the DNS RFP on the back burner and pushed me towards learning lots of new terms: DID, PSAP, NANP and ACD.

So far, the setup for the eval seems to be going well, the onsite technical guy from the vendor knows his stuff and the right people to call when he doesn’t know the answer. We’ve had a couple bumps in the road from Ameritech, T1 PRIs and the goofyness that is the campus Centrex system. But, we’re working around them and hopefully deploying phones to ~15 people between now and Friday. Shoretel essentially sent us one of every product they make in the VoIP sector, and we’re trying to put it all to good use.

Hopefully, I’ll remember to post about the outcome of this evaluation, assuming I’m allowed to by the NDA I have to sign at some point.

It’s been awhile

It’s been quite some time since I’ve put anything up here, so this may end up being a rambling mess.

Hoopeston Area lost a good superintendent last Saturday to an apparent heart attack, Mr. Conolly will be missed.

At CITES, I’ve been working on an RFP for a solution to support our DNS infrastructure. The most I can do is to link to a similar effort being run by The University of Michigan. Hopefully ours will be on the street sometime in January, then I get to work on a committee to evaluate the proposals and maybe some evaluation equipment.

On consulting sites:

  • Hoopeston Public Library has a recently reinstalled IPMasq/Squid box and new “free” wireless service powered by PublicIP’s ZoneCD.
  • Crown Ford and the other dealerships in Hoopeston are now using OpenVPN for securing the traffic between them and we are actively monitoring the bandwidth usage on those links.

The holidays are coming up, I’m not sure what to get anyone, as usual. Hopefully the utilitarian gifts and gift certificates will work again this year. Now, if we can just make it home without borrowing a trailer to haul Robin’s gifts in.

And, as usual, I’m way behind on getting pictures of Robin posted. Maybe next week after we’re done driving all over the Illiana area…

Script-fu

So, you want to turn a 14,000 line logfile with 9300 lines like the following, into a summary of the most often seen ip addresses?
Oct 23 01:04:36 nameserver.dept.uiuc.edu in.named[26133]: [ID 873579 local1.warning] client 192.168.0.4#52241: no more recursive clients: quota reached
Oct 23 01:04:36 nameserver.dept.uiuc.edu in.named[26133]: [ID 873579 local1.warning] client 192.168.0.5#52241: no more recursive clients: quota reached

Here’s your one-liner, showing just the top 10 hitters
cat /services/dns/log/named.20061023 | grep 'quota' | tr -s " " | cut -d " " -f 10 | perl -pi -e 's/(.*)#.*/$1/' | sort | uniq -c | sort -n | tail
and it’s output:
161 192.168.254.29
163 192.168.5.119
167 192.168.172.72
201 192.168.5.12
223 192.168.5.138
257 192.168.0.7
298 192.168.181.2
307 192.168.0.9
905 192.168.252.5
2630 192.168.252.4

Changing Jobs

I’m changing jobs.

I’ve decided to work in a slightly different field, still on campus, still with computers, but with a more defined task and, most strikingly, a different department. So, in about a month, you’ll see a new category get added to the list and you’ll probably see a marked change in the subject and topics of work related posts that show up here.

Those who know me and where I’m going will hopefully find this question from my wife just as funny as I did:

So, when does your lightsaber change from green to red?