rngd refuses to start on a linux 3.0 kernel
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
rng-tools (Debian) |
Fix Released
|
Unknown
|
|||
rng-tools (Ubuntu) |
Fix Released
|
Undecided
|
Kees Cook |
Bug Description
On oneiric, rngd refuses to start:
$ sudo /usr/sbin/rngd -r /dev/null --hrng=tpm --fill-
Unsupported kernel detected, exiting...
In util.c, the function kernel_mode() (starting at line 57) attempts to determine whether the kernel is a valid supported version. It has not yet been modified to take kernel version 3.0 into account.
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: rng-tools 2-unofficial-
ProcVersionSign
Uname: Linux 3.0-3-generic x86_64
Architecture: amd64
CheckboxSubmission: 9c15077a0ca1167
CheckboxSystem: 5dc75472945f57d
Date: Sun Jul 17 22:08:53 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110426)
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: rng-tools
UpgradeStatus: Upgraded to oneiric on 2011-07-17 (0 days ago)
Related branches
- Kees Cook: Approve
-
Diff: 10095 lines (+84/-9881)11 files modified.gitignore (+4/-0)
ChangeLog (+4/-0)
aclocal.m4 (+0/-991)
config.guess (+0/-1502)
config.sub (+0/-1714)
configure (+0/-5635)
configure.ac (+1/-1)
debian/changelog (+51/-31)
debian/control (+1/-1)
util.c (+11/-4)
viapadlock_engine.c (+12/-2)
Changed in rng-tools (Ubuntu): | |
assignee: | nobody → Kees Cook (kees) |
status: | New → In Progress |
Changed in rng-tools (Debian): | |
status: | Unknown → Fix Released |
This was fixed in the debian upstream package, attached is a merge from debian unstable to fix it.