View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#47
Its the same:

Code:
[1|root@N900|~]killall fennec
killall: fennec: no process killed
[1|root@N900|~]killall plugin-container
killall: plugin-container: no process killed
[1|root@N900|~]apt-get remove fennec
Reading package lists... Done
Building dependency tree        
Reading state information... Done
The following packages will be REMOVED:
  fennec
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 37.3MB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 49334 files and directories currently installed.)
Removing fennec ...
dpkg: error processing fennec (--remove):
 subprocess pre-removal script returned error exit status 1
Errors were encountered while processing:
 fennec
E: Sub-process /usr/bin/dpkg returned an error code (1)
The only way to remove is to manually remove the prerm script first (which may have consequences?):
Code:
[1|root@N900|~]rm -rf /var/lib/dpkg/info/fennec.prerm 
[1|root@N900|~]apt-get remove fennec
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  fennec
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 37.3MB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 49334 files and directories currently installed.)
Removing fennec ...
Manually removed ~/.config/mozilla then installed again and still seg fault:
Code:
[1|root@N900|~]rm -rf /home/user/.mo
.modest/  .mozilla/ 
[1|root@N900|~]rm -rf /home/user/.mozilla
[1|root@N900|~]dpkg -i /home/user/MyDocs/Downloads/fennec_17.0_armel.deb 
Selecting previously deselected package fennec.
(Reading database ... 48968 files and directories currently installed.)
Unpacking fennec (from .../fennec_17.0_armel.deb) ...
Setting up fennec (17.0) ...
[1|root@N900|~]fennec 
###################################### forms.js loaded
###################################### content loaded
Segmentation fault
If I'm the only one having this issue I think it can be ignored; must be something borked in my set-up
 

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