aMule Forum

English => en_Linux => Topic started by: fidoboy on October 09, 2009, 01:35:52 AM

Title: Problem installing 2.2.6 on guiless Jaunty
Post by: fidoboy on October 09, 2009, 01:35:52 AM
i've tried to update  it using apt-get upgrade method, it fails on executing amule-daemon configure script... i'm using ubuntu with no gui installed.
Title: Problem installing 2.2.6 on guiless Jaunty
Post by: ^marcell^ on October 09, 2009, 09:03:59 PM
i've tried to update  it using apt-get upgrade method, it fails on executing amule-daemon configure script... i'm using ubuntu with no gui installed.
Which ubuntu release? The packages are for i386, so they won't work with amd64. Also what is the error message? We can't help you by only knowing that it doesn't work. ::)
Title: Problem installing 2.2.6 on guiless Jaunty
Post by: fidoboy on October 09, 2009, 09:17:02 PM
You are right, i'm sorry for not providing all the info. I'm using Ubuntu jaunty on a Intel machine. The error is:

invoke-rc.d : initscript amule-daemon, action "start" failed.
dpkg: error processing amule-daemon (--configure):
 subprocess post-installation script returned error exit status 1.
Errors were encountered while processing:
 amule-daemon

this is the error after executing: sudo apt-get upgrade

regards,
Title: Problem installing 2.2.6 on guiless Jaunty
Post by: ^marcell^ on October 09, 2009, 10:45:07 PM
Try this suggestion (http://plosquare.blogspot.com/2009/01/subprocess-post-installation-script.html) and tell us what you get.
Also post back what "dpkg -C" tells you.
Title: Problem installing 2.2.6 on guiless Jaunty
Post by: Vollstrecker on October 10, 2009, 10:23:17 AM
This won't help. The pkg's don't have an start-srcipt by now.
Title: Problem installing 2.2.6 on guiless Jaunty
Post by: fidoboy on October 10, 2009, 12:37:00 PM
What can i do to help then?
Title: Problem installing 2.2.6 on guiless Jaunty
Post by: Vollstrecker on October 10, 2009, 02:38:57 PM
Do my work, so I have time to write the script as I think it should be written.

Or if you just want to start the daemon, type "amuled -f" as user instead of "/etc/init.d/amule-daemon start" as root into your terminal.
Title: Problem installing 2.2.6 on guiless Jaunty
Post by: Kry on October 10, 2009, 04:34:59 PM
He can't install, Vollstrecker. Stop being thick.
Title: Problem installing 2.2.6 on guiless Jaunty
Post by: Vollstrecker on October 10, 2009, 05:38:28 PM
k, solution;

echo "#! /bin/sh" > /etc/init.d/amule-daemon
echo "exit 0" >> /etc/init.d/amule-daemon
chmod 755 /etc/init.d/amule-daemon
chown 0:0 /etc/init.d/amule-daemon
dpkg-reconfigure amule-daemon
Title: Problem installing 2.2.6 on guiless Jaunty
Post by: fidoboy on October 11, 2009, 04:55:52 PM
Do i need to execute your commands to solve the installation problem? Or i must wait until a fix will be released?

regards,
Title: Problem installing 2.2.6 on guiless Jaunty
Post by: Vollstrecker on October 11, 2009, 05:34:46 PM
The are the commands that should solve your problem. If the last one gives an error, use dpkg --configure --pending instead.
Title: Problem installing 2.2.6 on guiless Jaunty
Post by: fidoboy on October 18, 2009, 01:51:34 AM
These commands did not solved my problem...  :'( Any other ideas?
Title: Problem installing 2.2.6 on guiless Jaunty
Post by: Vollstrecker on October 18, 2009, 02:50:45 PM
More a suggestion. Post your source.list, and a log of the update to an appropriate thread in Packages section. Then we can try to fix it step by step.
Title: Re: Problem installing 2.2.6 on guiless Jaunty
Post by: Stu Redman on October 18, 2009, 04:04:23 PM
an appropriate thread in Packages section
Which is this one now.  :)
Title: Re: Problem installing 2.2.6 on guiless Jaunty
Post by: Vollstrecker on October 18, 2009, 04:27:45 PM
I thought more about the packages thread, but this one is good, too. Just awaiting the sources.list, and the output of  "dpkg --get-selections | grep amule"