Software updater hangs after about 80%

Oliver Grawert ogra at ubuntu.com
Mon Jul 2 13:25:31 UTC 2018


hi,
Am Montag, den 02.07.2018, 14:07 +0100 schrieb Richard Kimber:
> I started todays update, but this hangs during configuration of
> linux-image-4.15.0-24-generic
> 
> What's the best course of action in this situation?
> 
> The last few messages are:-
> 
> update-initramfs: Generating /boot/initrd.img-4.15.0-24-generic
> /sbin/ldconfig.real: Warning: ignoring configuration file that cannot
> be opened: /etc/ld.so.conf.d/i386-linux-gnu_EGL.conf: No such file or
> directory 

that warning (note it isnt an error and not fatal or anything) looks
like a missing or dangling alternative for a graphics driver ... take a
look with:

update-alternatives --list i386-linux-gnu_egl_conf 

that should show where it thinks it points to (you can also try --
config instead of --list to pick another graphics driver for the GLES
and GL libs)

> /sbin/ldconfig.real: Warning: ignoring configuration file
> that cannot be opened: /etc/ld.so.conf.d/i386-linux-gnu_GL.conf: No
> such file or directory /etc/kernel/postinst.d/zz-update-grub:

same as above ... the alternatives command would be:

update-alternatives --list i386-linux-gnu_gl_conf

> Generating grub configuration file ... Found linux
> image: /boot/vmlinuz-4.15.0-24-generic Found initrd
> image: /boot/initrd.img-4.15.0-24-generic Found linux
> image: /boot/vmlinuz-4.15.0-23-generic Found initrd
> image: /boot/initrd.img-4.15.0-23-generic Found linux
> image: /boot/vmlinuz-4.15.0-22-generic Found initrd
> image: /boot/initrd.img-4.15.0-22-generic

that looks actually like it finishes properly after generating the
initrd and grub configs ... did you give it some time ? perhaps it is
just slow ...

ciao
	oli
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20180702/8e5c7f52/attachment.sig>


More information about the ubuntu-users mailing list