Subprocess Post Installation Script Cydia
I've seen this message several times whenever someone has a problem installing, upgrading or removing some piece of software, but I wonder, what does it mean, and more importantly, is possible to solve it?
(the above is just an example, not my actual problem)
Feb 28, 2018 - Cydia Throwing Error “Sub Process Returned An Error (100)” iOS. Safely ignore it and can continue installing tweaks using Cydia on your jailbroken. Post running of the script you are required to delete both the files which. MacRumors attracts a broad audience of both consumers and professionals interested in the latest technologies and products. We also boast an active community focused on purchasing decisions and technical aspects of the iPhone, iPod, iPad, and Mac platforms.
1 Answer
That message is generic. It just means that the dpkg
instance called by apt
/apt-get
failed for some reason. It doesn't explain why, how, or give hints how to solve it. As a diagnostic message, it is not useful.
You need to read the lines before the message (sometimes quite a number of them) to find the real error that prevents you from completing the installation.
Yeah, but how do I solve it?
There is no single way to solve it. There are so many reasons why this can happen that it's futile to attempt to list them all in a single post. Each and every circumstance is almost unique to that package/environment.
But, there's redemption. The fact that you see this message means that probably there is more relevant information in the lines before the message. For illustrative purposes I will use a example:
Now, to find the problem, you need to read backwards: Still the one one direction mp3 download free.
E: Sub-process /usr/bin/dpkg returned an error code (1)
doesn't tell me anything useful. So moving on.Errors were encountered while processing: mongodb-10gen
just tells me what package have problems. Is useful but not enough.subprocess installed post-installation script returned error exit status 100
: this tells me that the script that failed was thepostinst
, the one executed in post-installation. This will come handy in some situations, but not in this one.dpkg: error while cleaning up:
nothing useful here.invoke-rc.d: unknown initscript, /etc/init.d/mongodb not found.
BINGO! This tells us thatinvoke-rc.d
, a binary that controls the init script in most Debian-like system, failed. It failed because it couldn't find the/etc/init.d/mongodb
script. This is bad. We need to create it or copy from somewhere else so it starts working again. Reinstalling the package is also normally an option forfile not found
errors.In this case, reporting a bug is not necessary because is probable that we were the ones that removed the script, but if you are completely sure you didn't touch the file (a
debsums -sla
should confirm it) then report a bug.
So, what exactly do you need to get help? Ideally, the complete output of the problem. It's also helpful to include the output of sudo dpkg -C
and sudo apt-get check
, and the output of apt-cache policy package1 package2..
where 'package1 package2 ..' includes all the packages with problems.
protected by Community♦Jan 27 '15 at 7:57
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Watch Streaming Clash of the Titans in High Quality. Full Movie Streaming Clash of the Titans in Best Quality. Download Movie Clash of the Titans in High. Clash of the titans 1981 full movie free download. The last great claymation film, and yes it looks funny today but back then before CGI and digital enhancement this was the way to go. Harry Hamlin was a super. Clash of the Titans (1981) Harry Hamlin in Clash of the Titans (1981) Ray. Greek God and Goddess characters appearing in the film include immortals Zeus.
Not the answer you're looking for? Browse other questions tagged aptdpkg or ask your own question.
I have been trying to get cacti installed on my server. I have tried for some support at their forums and coming here due to little to no support. I am trying to install from scratch for cacti but keep running into errors, here are the following ones I get. I am asking what I may doing wrong or what have missed?
Harta bucuresti gara de nord. Removal
Install of prerequisites
Subprocess Post Installation Script Returned Error Cydia
1 Answer
Doesn't seem like a Cacti issue, more like a case of a broken package or a bad install, try this:http://forums.debian.net/viewtopic.php?f=10&t=82861