You are not logged in.

#1 2005-09-01 22:54:14

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

[Bitlbee] Cannot connect locally

I installed my own Bitlbee package and I can't even connect to it from the box it's running on through xinetd. When I connect from a different box in the LAN all goes well and I end up in a channel with @root. big_smile

I edited /etc/hosts.allow, and here's my /etc/xinetd.d/bitlbee:

service ircd
{
         socket_type     = stream
         protocol        = tcp
         wait            = no
         user            = nobody
         only_from       = localhost
         server          = /usr/sbin/bitlbee
         port            = 6667
}

Does anyone have a clue?


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#2 2006-02-02 05:12:38

jeebusroxors
Member
Registered: 2005-10-26
Posts: 58
Website

Re: [Bitlbee] Cannot connect locally

Hey I got no help for ya but Im getting the same problem. If I figure it out Ill let you know.


There's no place like 127.0.0.1

Offline

#3 2006-02-02 08:59:07

tranquility
Member
From: Portugal
Registered: 2004-08-06
Posts: 136

Re: [Bitlbee] Cannot connect locally

service bitlbee
{
        type = UNLISTED
        socket_type = stream
        protocol = tcp
        wait = no
        user = bitlbee
        group = bitlbee
        server = /usr/sbin/bitlbee
        port = 6667
        disable = no
        only_from = localhost
}

I can connect fine here.

Offline

#4 2006-02-02 22:31:14

neotuli
Lazy Developer
From: London, UK
Registered: 2004-07-06
Posts: 1,204
Website

Re: [Bitlbee] Cannot connect locally

use my package in [extra]


The suggestion box only accepts patches.

Offline

Board footer

Powered by FluxBB