teejee2008 / ukuu

A paid version of Ukuu is now available with more features. https://teejeetech.in/2019/01/20/ukuu-v19-01/ Kernel Update Utility for Ubuntu-based distributions. Provides desktop notifications when new mainline kernel is available. Lists kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline/ with options to install and remove.
https://teejeetech.in/ukuu
GNU Lesser General Public License v3.0
400 stars 157 forks source link

ukuu failed to remove and move image-generic #89

Open darkdragon-001 opened 6 years ago

darkdragon-001 commented 6 years ago
(process:17112): GLib-GObject-WARNING **: 20:18:11.767: instance with invalid (NULL) class pointer
(process:17112): GLib-GObject-CRITICAL **: 20:18:11.767: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Downloading: '/tmp/ukuu/KQXr4mmi/n05QTWhA/linux-image-unsigned-4.17.11-041711-generic_4.17.11-041711.201807280505_amd64.deb'...
Error removing file /tmp/ukuu/KQXr4mmi/n05QTWhA/linux-image-unsigned-4.17.11-041711-generic_4.17.11-041711.201807280505_amd64.deb: No such file or directory
E: Failed to move file: '/tmp/ukuu/KQXr4mmi/n05QTWhA/linux-image-unsigned-4.17.11-041711-generic_4.17.11-041711.201807280505_amd64.deb' → '/home/USERNAME/.cache/ukuu/v4.17.11/amd74/linux-image-unsigned-4.17.11-041711-generic_4.17.11-041711.201807280505_amd64.deb'
OK

I have this problem for every version. Everything seems to work fine though (file exists in cache and installation is successful.

I am using Ubuntu 18.04.

EDIT I noticed that it is not always linux-image- but sometimes also one of the other files. Seems randomly though.

gothicVI commented 6 years ago

Same here. I'm usually booting into console and have no running x-session - if that information helps. @teejee2008 eventually release a debug version or add a debug option that writes the full output to file. Oterwse I won't be able to share it except for a photo which is not ideal.

darkdragon-001 commented 6 years ago

I am running the X version. The log window also does not let you copy messages. This would help resolving issues a lot!

@gothicVI I think you can copy parts of the screen buffer with screen. Debug version would be way more handy though.

gothicVI commented 6 years ago

@darkdragon-001 you could still run ukuu in a terminal having a running x sesstion. Then you could easily copy output. Your suggestion thus would be to run ukuu in screen, then detach it, startx, attach the screen in a terminal and copy I guess. Sounds like a neat idea. I'll look into it.

darkdragon-001 commented 6 years ago

I will try this next time :smile:

While your approach should work as well, I mean screen scrollback mode.

srkunze commented 5 years ago

Same issue here.