aMule Forum
English => en_Linux => Topic started 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.
-
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. ::)
-
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,
-
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.
-
This won't help. The pkg's don't have an start-srcipt by now.
-
What can i do to help then?
-
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.
-
He can't install, Vollstrecker. Stop being thick.
-
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
-
Do i need to execute your commands to solve the installation problem? Or i must wait until a fix will be released?
regards,
-
The are the commands that should solve your problem. If the last one gives an error, use dpkg --configure --pending instead.
-
These commands did not solved my problem... :'( Any other ideas?
-
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.
-
an appropriate thread in Packages section
Which is this one now. :)
-
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"