irssi follow-up: identd
All my people on the irc, if the undernet is the place you be, let me see, let me hear you get FIRED UP….because of that QUOTE PASS BULL SHIT!
Did you know that if you provide an IDENT response, then irc servers will not bug you to type any quote pass stuff? If you use irssi as mentioned in my previous post, then you may discover that it doesn’t include any sort of ident daemon.
Luckily, it’s a pretty easy fix. Aside from making sure port 113 is reachable on your Mac from the outside world, you also have to install a working ident daemon (identd for short). This cool french fellow has made one that is controllable via a Prefpane! Cool!
Just follow that link and install. Next, go to the Apple Menu > System Preferences, and click ‘IdentD’ down under the ‘Other’ row. Click the lock to authorize yourself to make changes, then click ‘Activate’. Now, here’s the problem I’ve had sometimes, and how to repair it. If it appears as though identd is deactivating almost immediately after you click ‘activate’, then it’s affecting you.
You’ll have to edit a config file to fix this issue. If you’re a vi guy, simply type ‘sudo vi /etc/hostconfig‘ at a prompt and take a look at the file. We’re looking for the line that starts with … yep, IDENTD. If you notice that it seems to run into the next line (sometimes it does), then simply add a carriage return after it. Even if you don’t have this problem, it might be a good idea to add said carriage return, in the event that another line is added later.
You’ll be glad you did!
Here’s the current content of my /etc/hostconfig file. I also had a leading extra carriage return that I removed to tidy things up:
# This file is going away
AFPSERVER=-NO-
AUTHSERVER=-NO-
TIMESYNC=-NO-
QTSSERVER=-NO-
PARALLELS=-YES-
IDENTDSERVER=-YES-












