maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Can't install 2 plugins that I already had. (https://talk.maemo.org/showthread.php?t=57510)

HammY 2010-07-26 09:32

Re: Can't install 2 plugins that I already had.
 
Quote:

Originally Posted by SpRoOoOo (Post 764218)
have you found a solution for this problem . I can't see to get it !!

After you do this :

Code:
sudo gainroot
vi /var/lib/dpkg/info/account-plugin-salut.postinst

and then .....


Use the 'vi' editor to comment out the command line:
/etc/init.d/avahi-daemon start

by adding a # at the beginning of the line so it becomes:
#/etc/init.d/avahi-daemon start

This command is then ignored allowing the updates to happen :)

After updating I removed the # and have had no problems.

lilboymonkey 2010-07-27 01:49

Re: Can't install 2 plugins that I already had.
 
I just ssh'ed into /var/lib/dpkg/info/account-plugin-salut.postinst and opened it with notepad, added the #, save and overwrite. seems to work fine so far

downstormaf 2011-02-16 01:39

Re: Can't install 2 plugins that I already had.
 
I've had the same problem but could finally solve it:

these are some reply from before:

Code:
sudo gainroot
vi /var/lib/dpkg/info/account-plugin-salut.postinst

and then .....


Use the 'vi' editor to comment out the command line:
/etc/init.d/avahi-daemon start

by adding a # at the beginning of the line so it becomes:
#/etc/init.d/avahi-daemon start

************************************************** *******************************
In order to use properly the vi command line goes as follows;

once inside the account-plugin-salut.postinst
press i (just the letter i in which activated the Insert function)
then, add the # like mentioned before
(# /etc/init.d/avahi-daemon start)
press the "ESC" button of the xterminal to leave insert function
now write
:wq
(which means w - write (save), q - quit the editing mode)

Now do what ever you wanted to do...
This command is then ignored allowing the updates to happen

adhiktuz 2011-06-08 13:21

Re: Can't install 2 plugins that I already had.
 
great it works. thanks.


All times are GMT. The time now is 12:17.

vBulletin® Version 3.8.8