![]() |
application manager error. dpkg reported error while processing package.
hey when ever i try to install something through faster application manager it gives me an error dpkg reported error while processing package see log for details and heres the log:
/home/user # apt-get clean /home/user # apt-get autoremove Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. After this operation, 0B of additional disk space will be used. Setting up account-plugin-salut (0.10) ... /var/lib/dpkg/info/account-plugin-salut.postinst: line 6: /etc/init.d/avahi-daemon: not found dpkg: error processing account-plugin-salut (--configure): subprocess post-installation script returned error exit status 127 dpkg: dependency problems prevent configuration of telepathy-extras: telepathy-extras depends on account-plugin-salut; however: Package account-plugin-salut is not configured yet. dpkg: error processing telepathy-extras (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: account-plugin-salut telepathy-extras E: Sub-process /usr/bin/dpkg returned an error code (1) |
Re: application manager error. dpkg reported error while processing package.
I get it too. It is to do with extra conversations protocols; I just ignore it as other packages install fine.
|
Re: application manager error. dpkg reported error while processing package.
but i get the error all the time. with installing all applications. not just the protocols for conversations. even if i install a new theme or game. please help
|
Re: application manager error. dpkg reported error while processing package.
It looks that the file /etc/init.d/avahi-daemon is somehow missing in the package... I uploaded mine (from package 0.8 from extras, seems only version 0.10 in extras-devel is broken) to : http://www.miskiewicz.org/files/avahi-daemon
If you still don't know what to do, these are the instructions (you may need to type "apt-get install wget" as root before if you don't have wget installed): Code:
root |
Re: application manager error. dpkg reported error while processing package.
Edit /var/lib/dpkg/info/account-plugin-salut.postinst
Comment out the offending line with a # Save the file, then Code:
dpkg --configure -a |
Re: application manager error. dpkg reported error while processing package.
Quote:
thanks |
Re: application manager error. dpkg reported error while processing package.
Quote:
Code:
root |
Re: application manager error. dpkg reported error while processing package.
ok my phone is almost charged up. i will use your method first. then his. im gonna tell if it works.
thanks |
Re: application manager error. dpkg reported error while processing package.
Quote:
|
Re: application manager error. dpkg reported error while processing package.
it said /bin/sh: wget://www.miskiewicz.org/files/avahi-demon: not found
|
Re: application manager error. dpkg reported error while processing package.
Quote:
|
Re: application manager error. dpkg reported error while processing package.
Quote:
you forgot "http" before "://" or, if it cannot accept that, just write wget www.miskiewicz.org/files/avahi-daemon (without "http://" at the beginning) |
Re: application manager error. dpkg reported error while processing package.
Quote:
avahi-daemon has sprung into existence. retrying. its doing it again n again.retrying again n again. what should i do? |
Re: application manager error. dpkg reported error while processing package.
Well, if it tries to download it again and again, you can just hit crtl+c on your keyboard to stop wget from running. Then you can type "ls -l avahi-daemon" to see if it shows "-rwxr-xr-x 1 root 2594 Mar 24 2009 avahi-daemon" or something similar. If yes, you can type the "chmod 755 avahi-daemon" command. If it says "No such file or directory" then we will investigate further...
|
Re: application manager error. dpkg reported error while processing package.
hey it says /bin/sh: Is: not found
both of the I are i's right? and not smal L's right? anyways what should i do now? |
Re: application manager error. dpkg reported error while processing package.
Quote:
|
Re: application manager error. dpkg reported error while processing package.
ok it says 21 may 9 03:46 avahi-daemon /lib/init/upstart-job
i then wrote chmod 755 avahi-daemon. it said: chmod: avahi-daemon: no such file or directory |
Re: application manager error. dpkg reported error while processing package.
ehh ok, forget that, something went wrong...
Try this instead (all letters lowercase, wach out for typos!): Code:
root |
Re: application manager error. dpkg reported error while processing package.
when i write touch /etc/init.d/avahi-daemon, it says no such file or directory
|
Re: application manager error. dpkg reported error while processing package.
i opened xterm.
went root. then wrote touch /etc/init.d/avahi-daemon. it said no such file or directory |
Re: application manager error. dpkg reported error while processing package.
yasirrfc, for you my friend, just do what I do and ignore the error. I get the error on every package I try to install, but you know what? The packages install anyway, the errors are completely safe to ignore.
|
Re: application manager error. dpkg reported error while processing package.
Quote:
Code:
sudo touch /etc/init.d/avahi-daemon |
Re: application manager error. dpkg reported error while processing package.
what should i do
|
Re: application manager error. dpkg reported error while processing package.
still same. i checked letter to letter for mistakes but its perfect. it still says no file or directory. what was the other guy saying? can u tell m?e his solution?
|
Re: application manager error. dpkg reported error while processing package.
oh n btw i dont write the 2nd line. it says no such file or directory after the first line
|
Re: application manager error. dpkg reported error while processing package.
please help anyone
|
Re: application manager error. dpkg reported error while processing package.
You need rootsh from extras repository installed for this to work
Code:
sudo gainrootOnly type whats inside the brackets <>, note that : starts a command inside vi. Type <i> for insert mode, type <#> to comment out the line, type <Esc> to leave insertion mode, type <:w> to write or save the file, type <:q> to quit the editor. Do not tell me that vi sucks, i already know! Then Code:
dpkg --configure -a |
Re: application manager error. dpkg reported error while processing package.
...I have followed the instructions given by others in this thread to fix my problem, so I know it works. Please read very carefully, I shall type this only once...
1. Ensure you have an active internet connection. 2. Start the terminal. 3. Type Code:
sudo gainroot4. Type Code:
leafpad /var/lib/dpkg/info/account-plugin-salut.postinst5. If you get an error that leafpad cannot be found, go to step 6, otherwise goto step 7. 6. Only if you get an error about leafpad - type Code:
apt-get install leafpad7. On the leafpad screen go to line 6 (the last line of the file) which starts with /etc. At the beginning of the line type hash and a space, so the line reads Code:
# /etc/init.d/avahi-daemon start9. Click Save 10. Click the "X" in the top right to close Leafpad. 11. Switch back to Terminal and type Code:
dpkg --configure -aThe problem is now fixed. 12. I strongly suggest you now disable the -devel and -testing repositorys as installing software from these, as stated, may mess up your phone. If you are not comfortable with that, then please do not install software from these sources. |
Re: application manager error. dpkg reported error while processing package.
so u mean to say i should type i # Esc :w :q before that line? do it should look like
i#Esc:w:q/etc/init.d/avahi-daemon right?and then i exit exterminal and then back on and write dpkg --configure -a right? |
Re: application manager error. dpkg reported error while processing package.
Quote:
dpkg: error processing account-plugin-salut (--configure) : subprocess post-installation script returned error exit status 127. error were encountered while processing: account-plugin-salut |
Re: application manager error. dpkg reported error while processing package.
Quote:
thanks |
Re: application manager error. dpkg reported error while processing package.
After you now edited the file please show its content to be sure what to edit, because the error from the dpkg command changed.
Code:
cat /var/lib/dpkg/info/account-plugin-salut.postinst |
Re: application manager error. dpkg reported error while processing package.
yes i have leafpad installed. i did everything that the guy before u told me too.
|
Re: application manager error. dpkg reported error while processing package.
i dont get what you're saying. after editing with leafpad now whenever i try to edit again like by leafpad again or vi, the line /etc/init.d/avahi-daemon has a * before it
|
Re: application manager error. dpkg reported error while processing package.
please help me im going nuts. i did everything with leafpad but still the error.HELP
|
Re: application manager error. dpkg reported error while processing package.
Quote:
Code:
cat /var/lib/dpkg/info/account-plugin-salut.postinst |
Re: application manager error. dpkg reported error while processing package.
OK so please copy the contents of the file /var/lib/dpkg/info/account-plugin-salut.postinst and post it here.
|
Re: application manager error. dpkg reported error while processing package.
There's too many people helping here. I think it is confusing the OP. I am now going to bow out and leave it to michaaa62 to resolve -
Michaaa62 - if you want me to take over, please PM me. |
Re: application manager error. dpkg reported error while processing package.
Quote:
gtk-update-icon-cache /usr/share/icons/hicolor # avahi doesn't like starting itself. this is a bit of a hack though. * /etc/init.d/avahi-daemon start now what should i do? thanks |
Re: application manager error. dpkg reported error while processing package.
It must be no star *, but an hash # at the beginning of the file.
|
| All times are GMT. The time now is 08:34. |
vBulletin® Version 3.8.8