On Thu, May 12, 2016 at 04:40:13PM -0500, Dale Amon wrote: > May 12 16:26:11 ubuntu-phablet sshd[5248]: fatal: PRNG is not seeded > May 12 16:26:25 ubuntu-phablet sshd[5257]: fatal: PRNG is not seeded > May 12 16:28:33 ubuntu-phablet sshd[5316]: fatal: PRNG is not seeded > May 12 16:31:54 ubuntu-phablet sshd[6637]: Received signal 15; terminating.
Well, I think I found the reason for the not seeded messages: root@ubuntu-phablet:/home/phablet# ls -l /dev/random /dev/urandom -rw-rw-rw- 1 root root 0 May 12 16:14 /dev/random -rw-rw-rw- 1 root root 0 May 12 16:14 /dev/urandom These are wrong for some reason. They should be like they are on my workstation: amon@otv3:~$ ls -l /dev/urandom /dev/urandom crw-rw-rw- 1 root root 1, 9 May 12 09:55 /dev/urandom crw-rw-rw- 1 root root 1, 9 May 12 09:55 /dev/urandom So I'm going to try fixing that and will see if that gets logins working again. Dale Amon -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp