Bug 1102062 - error in /etc/xinetd.d/bitlbee
Summary: error in /etc/xinetd.d/bitlbee
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: bitlbee
Version: el6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Robert Scheck
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-28 12:35 UTC by Patrick C. F. Ernzer
Modified: 2018-04-11 08:54 UTC (History)
3 users (show)

Fixed In Version: bitlbee-3.2.1-4.el6
Clone Of:
Environment:
Last Closed: 2014-06-16 16:31:57 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Patrick C. F. Ernzer 2014-05-28 12:35:09 UTC
Description of problem:
minor error in /etc/xinetd.d/bitlbee
of bitlbee-3.2.1-3.el6.x86_64 (as of today that is in epel-testing)

the file has the line
server          = /usr/sbin/bitlbee -I

the -I needs to go into server_args or can be dropped altogether as -I is default.

this works for me on my server;

# cat /etc/xinetd.d/bitlbee 
## xinetd file for BitlBee. Please check this file before using it, the
## user, port and/or binary location might be wrong.
## This file assumes you have ircd somewhere in your /etc/services, if things
## don't work, check that file first.
service ircdocol        = tcp
{       wait            = no
        disablem= nolikely want to change these two
        socket_type     = streame
        protocol        = tcpr/sbin/bitlbee
        wait            = no limit access to localhost only:
        ## You most likely want to change these two
        user            = bitlbeean for telling us about the type
        server          = /usr/sbin/bitlbeee used without having to edit
        ## You might want to limit access to localhost only:
        bind            = 127.0.0.1
        ## Thanks a lot to friedman for telling us about the type
        ## argument, so now this file can be used without having to edit
}       ## /etc/services too.


Without this change one gets the expected
attribute server expects 1 values and 2 values were specified [file=/etc/xinetd.d/bitlbee] [line=13]

Comment 1 Fedora Update System 2014-05-29 16:57:45 UTC
bitlbee-3.2.1-4.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/bitlbee-3.2.1-4.el6

Comment 2 Fedora Update System 2014-05-29 18:00:04 UTC
bitlbee-3.2.1-4.el5 has been submitted as an update for Fedora EPEL 5.
https://admin.fedoraproject.org/updates/bitlbee-3.2.1-4.el5

Comment 3 Fedora Update System 2014-05-30 17:05:07 UTC
Package bitlbee-3.2.1-4.el5:
* should fix your issue,
* was pushed to the Fedora EPEL 5 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=epel-testing bitlbee-3.2.1-4.el5'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1531/bitlbee-3.2.1-4.el5
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2014-06-16 16:31:57 UTC
bitlbee-3.2.1-4.el5 has been pushed to the Fedora EPEL 5 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Fedora Update System 2014-06-17 16:56:54 UTC
bitlbee-3.2.1-4.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.