View Single Post
jaeezzy's Avatar
Posts: 664 | Thanked: 160 times | Joined on Jul 2008 @ Australia
#133
Originally Posted by ThePooBurner View Post
Result is the same despite the clean.

Code:
/home/user/ # apt-get --reinstall install psswitcher
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 10 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up psswitcher (0.2-3) ...
cp: cannot stat '/tmp/psswitcherd': No such file or directory
dpkg: error processing psswitcher (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 psswitcher
E: Sub-process /usr/bin/dpkg returned an error code (1)
Hope this resolves the issue..

psswitcherd is supposed to be in /etc/event.d dir after the installation of the app. As it says the problem's in cp: /tmp/psswitcherd, can you plz do the following:

cp /etc/event.d/psswitcherd /tmp/

and then try reinstalling. If it still fails then you can go here and download the .deb file manually to your device then install this file.

sudo dpkg -i /path/to/file/psswitcher*
 

The Following 2 Users Say Thank You to jaeezzy For This Useful Post: