![]() |
2011-05-09
, 13:24
|
|
Posts: 551 |
Thanked: 507 times |
Joined on Feb 2010
@ North West England
|
#2
|
![]() |
2011-05-09
, 13:48
|
Posts: 184 |
Thanked: 3 times |
Joined on Mar 2011
|
#3
|
![]() |
2011-05-09
, 14:04
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#4
|
root cd /etc/init.d wget http://www.miskiewicz.org/files/avahi-daemon chmod 755 avahi-daemon
The Following User Says Thank You to misiak For This Useful Post: | ||
![]() |
2011-05-09
, 16:02
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#5
|
dpkg --configure -a
![]() |
2011-05-09
, 16:15
|
Posts: 184 |
Thanked: 3 times |
Joined on Mar 2011
|
#6
|
Edit /var/lib/dpkg/info/account-plugin-salut.postinst
Comment out the offending line with a #
Save the file, thenCode:dpkg --configure -a
![]() |
2011-05-09
, 16:24
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#7
|
can u please explain it to me? i dont think i understand. tell me what i should do.
thanks
root leafpad /var/lib/dpkg/info/account-plugin-salut.postinst
The Following User Says Thank You to misiak For This Useful Post: | ||
![]() |
2011-05-09
, 16:28
|
Posts: 184 |
Thanked: 3 times |
Joined on Mar 2011
|
#8
|
![]() |
2011-05-09
, 16:52
|
Posts: 184 |
Thanked: 3 times |
Joined on Mar 2011
|
#9
|
Did you try to use my solution first? He suggested you to type:
and add at the beginning of line six (it is something like "/etc/init.d/avahi-daemon start") "#" (so it will look like "#/etc/init.d/avahi-daemon start"). If you don't have leafpad installed and cannot install any apps, it's totally not good, because you may need to use vi which is hard to use if you have never used it before...Code:root leafpad /var/lib/dpkg/info/account-plugin-salut.postinst
![]() |
2011-05-09
, 16:55
|
Posts: 184 |
Thanked: 3 times |
Joined on Mar 2011
|
#10
|
/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)