Unrelated question : why are you logged in as root while updating ?
And for your problem: it's a mirror issue, at the moment the only solution is to do what algent told you until you get no more errors.
EOPKG IS GOING CRAZY ON ME!
- Edited
...Or an alternative solution:
- download packages, which a normal sudo eopkg upgrade cannot retrieve, using wget [pkgurl] or sudo eopkg fetch [pkgname], on your own computer or any other
- put them in any folder on your computer
- install them from local files prior to run an upgrade, using sudo eopkg install [full-path-to-package]
- run a normal sudo eopkg upgrade
Eopkg won't try to download from mirrors already installed packages.
Not sure, whether or not it's a good workaround, but it works.
Did wig out on me last update after 5 or 6 attempts.
The same thing over and over 6 times.
So I did something I never did before. Why I have never done this before I have no idea. If someone wants to share with me when the right time to do this, please do.
Anyway: sudo eopkg ur
THEN
sudo eopkg up
Perfection.
I took the terminal's advice to 'eopkg --help' and something clicked.
- Edited
or use a little bash script :check=1;while [[ check -eq 1 ]]; do sudo eopkg up; check=$?; done
This repeats the command till its successfully exits.
- Edited
Thank you guys after forcing the update process it started to work again!
But I trampled upon another problem related to eopkg and I don't think it's fixable or if kxstudio guys give us the sorce code
CorvusRuber More like upgrading and the reason I'm logged in as root because I am upgrading the kernel and other software which is located in the boot partition and to access the boot partition you need to access it as root or the process won't start. yeah usually you would type sudo "command" but I usually log in cause I'm too lazy to type in sudo on every line!
Kaizaki More like upgrading and the reason I'm logged in as root because I am upgrading the kernel and other software which is located in the boot partition and to access the boot partition you need to access it as root or the process won't start. yeah usually you would type sudo "command" but I usually log in cause I'm too lazy to type in sudo on every line!
Loggin in as root is not the same thing as using sudo..... Apart from that, sudo eopkg up
is all you need for upgrading. Solus is not Arch, selective upgrades are usually not a very goog idea.
CorvusRuber I know that but I only login as root when I'm working on many root related stuff for eg. I was updating my applications then I wanted to do some system checks and etc.
- Edited
#solved how do I tag this as solved?