hello every body, i need a help if u could help me plz. i ahve a laptop compaq
Evo N600c and i have a problem with it when i try downloand any thing it going
to restrst it also i formated 4 times but it is still the same even i try to
repried by window XP it is still the same, i'm very glad if
bitlbee (1.0.3-1.3ubuntu2) gutsy; urgency=low
* Bitlbee needs an inetd daemon in order to run (LP: #108855)
- debian/control: added netkit-inetd in binary depends
-- [EMAIL PROTECTED] (Richard A. Johnson) Fri, 03 Aug 2007
22:14:45 -0500
** Changed in: bitlbee (Ubuntu)
Status: New
Indeed, and this is done by the bitlbee postinst (using update-inetd,
hence the depend):
update-inetd --group OTHER --add
"$PORT"'\tstream\ttcp\tnowait\tbitlbee\t'"$TCPD"'\t'"$BITLBEE"
--
bitlbee fails to start in feisty (netkit-inetd depend gone awol)
https://bugs.launchpad.net/bugs/108
Correction
The below needs to be added to /etc/inetd.conf not the line given above
ircdstream tcp nowait bitlbee /usr/sbin/bitlbee bitlbee
(changed starting user to bitlbee and fixed the application path)
--
bitlbee fails to start in feisty (netkit-inetd depend gone awol)
https://bu
Manual fix details for those encountering the problem after installing
on vanilla feisty are as below
Install inetd:
sudo apt-get instal netkit-inetd
Add the below line to /etc/inetd.conf
ircdstream tcp nowait nobody /usr/local/sbin/bitlbee bitlbee
Reload the inetd conf file to apply
Additionally this means bitlbee does not install correctly on a vanilla
feisty install as netkit-inetd is not installed with it, and
subsequently not configured
--
bitlbee fails to start in feisty (netkit-inetd depend gone awol)
https://bugs.launchpad.net/bugs/108855
You received this bug notific
netbase changelog says:
netbase (4.27ubuntu1) feisty; urgency=low
* Merge from debian unstable, remaining changes:
- drop dependency on inet superserver
so suggest (possibly modified to include choice of inetd variant):
--- bitlbee-1.0.3/debian/control2007-04-23 17:21:38.0
changelog.Debian.gz says:
* debian/control: Replace netkit-inetd dependency with a versioned
dependency on netbase. netbase provides the appropriate inetd
dependency. Closes: #382682.
however, unlike Debian's netbase
(http://packages.debian.org/stable/admin/netbase), Ubuntu's netbase