| Summary: | with kernel-3.1.0-0.rc0.git9.1.fc17, network doesn't work | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andre Robatino <robatino> |
| Component: | kernel | Assignee: | Josh Boyer <jwboyer> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | aquini, gansalmon, itamar, jonathan, jwboyer, kernel-maint, madhu.chinakonda |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-07-29 21:20:56 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Andre Robatino
2011-07-29 15:54:00 UTC
With the new kernel, uname returns the wrong information. Even though I am currently running kernel-3.1.0-0.rc0.git9.1.fc17.x86_64, "uname -r" returns 3.0.1-0.rc0.git9.1.fc17.x86_64. This does not correspond to any of my 3 currently installed kernels, but appears to be the name of the latest kernel with "3.1.0" replaced by "3.0.1". That explains VirtualBox's confusion, anyway - the KERN_DIR variable depends on the value of `uname -r`. This build should have a fix for the uname issue when it completes: http://koji.fedoraproject.org/koji/buildinfo?buildID=256250 It might also solve some of the networking issues you were seeing. I built it locally and installed it in a KVM guest and networking was functional. (In reply to comment #2) > This build should have a fix for the uname issue when it completes: > > http://koji.fedoraproject.org/koji/buildinfo?buildID=256250 > > It might also solve some of the networking issues you were seeing. I built it > locally and installed it in a KVM guest and networking was functional. With this build, all problems are solved. Networking works, uname output is correct, VirtualBox guest additions build and work. Thanks for testing! |