Messages in this thread |  | | Date | Thu, 26 Apr 2018 15:25:24 -0400 | From | "Theodore Y. Ts'o" <> | Subject | Re: Linux messages full of `random: get_random_u32 called from` |
| |
On Thu, Apr 26, 2018 at 08:17:34AM -0700, Sultan Alsawaf wrote: > > Hmm, can you let the boot hang for a while? It should continue after > > a few minutes if you wait long enough, but wait a minute or two, then > > give it entropy so the boot can continue. Then can you use > > "systemd-analyze blame" or "systemd-analyize critical-chain" and we > > can see what process was trying to get randomness during the boot > > startup and blocking waiting for the CRNG to be fully initialized. > > > > - Ted > > systemd-analyze blame: https://hastebin.com/ikipavevew.css > systemd-analyze critical-chain: https://hastebin.com/odoyuqeges.pl > dmesg: https://hastebin.com/waracebeja.vbs >
Hmm, it looks like the multiuser startup is getting blocked on snapd:
29.060s snapd.service
graphical.target @1min 32.145s └─multi-user.target @1min 32.145s └─hddtemp.service @6.512s +28ms └─network-online.target @6.508s └─NetworkManager-wait-online.service @2.428s +4.079s └─NetworkManager.service @2.016s +404ms └─dbus.service @1.869s └─basic.target @1.824s └─sockets.target @1.824s └─snapd.socket @1.821s +1ms └─sysinit.target @1.812s └─apparmor.service @587ms +1.224s └─local-fs.target @585ms └─local-fs-pre.target @585ms └─keyboard-setup.service @235ms +346ms └─systemd-journald.socket @226ms └─system.slice @225ms └─-.slice @220ms
This appears to be some kind of new package management system for Ubuntu:
Description-en: Tool to interact with Ubuntu Core Snappy. Install, configure, refresh and remove snap packages. Snaps are 'universal' packages that work across many different Linux systems, enabling secure distribution of the latest apps and utilities for cloud, servers, desktops and the internet of things.
Why it the Ubuntu package believes it needs to be fully started before the login screen can display is unclear to me. It might be worth using systemctl to disable snapd.serivce and see if that makes things work better for you.
- Ted
|  |