topgrade-rs / topgrade

Upgrade all the things
GNU General Public License v3.0
1.72k stars 116 forks source link

deb-get package upgrade always stuck with error #744

Open dtantono opened 3 months ago

dtantono commented 3 months ago

What actually happened? it always stuck with error message and I have to type no to proceed with update. But, when I upgrade the deb-get packages without topgrade command. it works without issues

image

Expected Behavior

it should proceed with update flawlessly

Steps to reproduce

type topgrade

Problem persists without calling from topgrade

Did you run topgrade through Remote Execution

If yes, does the issue still occur when you run topgrade directlly in your remote host

Configuration file (Optional)

Additional Details

Verbose Output (topgrade -v)

image

SteveLauC commented 3 months ago

What will happen if you execute deb-get upgrade, does it still exit with code 1?

dtantono commented 3 months ago

there is no issue at all if i run it separately.

SteveLauC commented 3 months ago

This seems weird, Topgrade was simply executing:

$ deb-get update
$ deb-get upgrade

And, from the log, it failed when executing deb-get upgrade, the deb-get command exits with code 1, is there any log (of deb-get) I can refer to so that I can know what was going on under the hood?

dtantono commented 3 months ago

Do you want cache files instead? /var/cache/deb-get

SteveLauC commented 3 months ago

Do you want cache files instead?

That probably won't help:<

dtantono commented 3 months ago

Strange, I run this command and it works well. deb-get update && deb-get upgrade