Hey, I got a brand new MacBook Pro and I've never used Mac before.
I'm a BSD user, and for Bitlbee I use inetd but I hear Mac uses xinetd and I have never used xinetd before.
I have xinetd installed on my Mac, but I have no idea where all the config files are because all the directories are different.
I got Bitlbee installed through Ports and I edited the config in /opt/local/etc/bitlbee.conf and I added a file for Bitlbee's xinetd.d in /etc/xinetd.d/ircd:
But when I fire up my IRC client and try to connect to localhost or 127.0.0.1, it refuses my connection.
Any suggestions?
I'm a BSD user, and for Bitlbee I use inetd but I hear Mac uses xinetd and I have never used xinetd before.
I have xinetd installed on my Mac, but I have no idea where all the config files are because all the directories are different.
I got Bitlbee installed through Ports and I edited the config in /opt/local/etc/bitlbee.conf and I added a file for Bitlbee's xinetd.d in /etc/xinetd.d/ircd:
Code:
service ircd
{
socket_type = stream
protocol = tcp
wait = no
user = bitlbee
server = /opt/local/sbin/bitlbee
port = 6668
disable = no
bind = localhost
}
But when I fire up my IRC client and try to connect to localhost or 127.0.0.1, it refuses my connection.
Any suggestions?