Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50471 - ML Donkey 2.5.21 doesn't start as a service (daemon)
Summary: ML Donkey 2.5.21 doesn't start as a service (daemon)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-08 11:19 UTC by Alexey Parshin
Modified: 2004-05-11 16:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
A log file (mldonkey.log,408 bytes, text/plain)
2004-05-08 11:20 UTC, Alexey Parshin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Parshin 2004-05-08 11:19:37 UTC
ML Donkey starts fine when started as a normal application, under user 'p2p'.
If I attempt to start it as a daemon:

 /etc/init.d/mldonkey start

- it can't start:

screamer root # /etc/init.d/mldonkey start
 * Starting mldonkey...
 * Directory /home/p2p/.mldonkey not existing, trying to create...
 * ...ok!
 * MLDonkey could not be started! Check logfile: /var/log/mldonkey.log    [ ok ]screamer root #
Comment 1 Alexey Parshin 2004-05-08 11:20:57 UTC
Created attachment 31006 [details]
A log file

An error (log) file
Comment 2 Sven Wegener gentoo-dev 2004-05-08 12:03:28 UTC
if you're using the latest baselayout-1.9.0 this might be related to bug 50434
Comment 3 Alexey Parshin 2004-05-08 22:19:00 UTC
It looks like you were right. I've created a simple script:

#!/bin/bash
cd /home/p2p/.mldonkey
mlnet

and used it in /etc/init.d/mldonkey instead of mlnet. MLDonkey works fine after that. There is still another bug in mldonkey I'm going to post today.
Comment 4 Jon Hood (RETIRED) gentoo-dev 2004-05-10 10:09:20 UTC
Do you still have problems when you upgrade to baselayout-1.9.1?
Comment 5 Alexey Parshin 2004-05-11 15:13:08 UTC
Nope. I'm fine now :)
Comment 6 Jon Hood (RETIRED) gentoo-dev 2004-05-11 16:23:43 UTC
whew, then we can blame this one on the baselayout guys :-D.