- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-29-2018 06:33 AM
I'm trying to update my Expedition deployment because I think this may help with some of the issues I'm running into, but I can't actually get the update to run.
On the CLI, I've run 'sudo apt-get update' followed by 'sudo apt-get install expedition-beta' and I get this response:
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
expedition-beta : Depends: php-radius but it is not going to be installed
linux-image-extra-4.4.0-134-generic : Depends: linux-image-4.4.0-134-generic but it is not going to be installed
linux-image-generic : Depends: linux-image-4.4.0-134-generic but it is not going to be installed
Recommends: thermald but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
If I try running 'sudo apt-get -f install' then it fails with this message:
Errors were encountered while processing:
/var/cache/apt/archives/linux-image-4.4.0-134-generic_4.4.0-134.160_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any way around this issue? I'm currently running version 1.0.93
09-03-2018 05:24 AM
Have checked this also?
sudo apt-get autoremove
somethimes the /boot partition gets at 100% full and those packages cannot be installed because they need to place some file in.
hope it helps
09-03-2018 03:38 AM
I will say to try this:
sudo apt-get install php-radius
Do you know if some one disabled any repository from the apt folder?
09-03-2018 03:55 AM
Same result unfortunately
expedition@Expedition:~$ sudo apt-get install php-radius
[sudo] password for expedition:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
linux-image-extra-4.4.0-134-generic : Depends: linux-image-4.4.0-134-generic but it is not going to be installed
linux-image-generic : Depends: linux-image-4.4.0-134-generic but it is not going to be installed
Recommends: thermald but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Theres no changes been made to the repositorys as far as I know. All we've done is take the image from here and then uploaded it to an ESX server for general use.
09-03-2018 04:09 AM
Yes, tried that one and it fails as well:
Errors were encountered while processing:
/var/cache/apt/archives/linux-image-4.4.0-134-generic_4.4.0-134.160_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Does this look like we just need to delete the whole thing and start again?
09-03-2018 05:24 AM
Have checked this also?
sudo apt-get autoremove
somethimes the /boot partition gets at 100% full and those packages cannot be installed because they need to place some file in.
hope it helps
09-03-2018 11:52 PM
Looks like your right, the /boot partition has his 100% usage.
The 'sudo apt-get autoremove' option didn't want to run either, but I'll see if theres anything I can do to free up some space on the boot partition.
Thanks for the help
09-04-2018 05:24 AM
Please keep this post updated with your resolution.
Thanks,
Bob
09-04-2018 10:11 AM
I basically just followed this guide:
https://gist.github.com/ipbastola/2760cfc28be62a5ee10036851c654600
That went through the process of removing old files from the boot directory which then let me perform an update
07-25-2020 12:54 AM
SOLUTION:
>> There are 2 commands mentioned in Expedition tool to run i.e. "sudo apt-get update" and "sudo apt-get install expedition-beta"
>> Just run the 2nd command "sudo apt-get install expedition-beta" ignore the 1st command.
>>Later to update the BPA, run $sudo bash /var/www/html/OS/BPA/updateBPA306.sh
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!