| Summary: | Problem using IC Plus Corp IP1000 Family Gigabit Ethernet with Fedora 14 (x86 and x86_64) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Giorgi Tavkelishvili <gearge> | ||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 14 | CC: | gansalmon, itamar, jonathan, 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: | 2012-08-16 13:52:10 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Giorgi Tavkelishvili
2011-08-13 12:44:12 UTC
It seems you have the vbox modules loaded. Can you reproduce this without those loaded? I was able to reproduce the scenario without any vbox modules loaded. Network connectivity was lost, but no kernel crash was reported by Fedora crash handler. Please see the following log. Prior to reproducing the problem: [root@localhost ~]# lsmod | grep vbox vboxpci 13926 0 vboxnetadp 5649 0 vboxnetflt 15059 0 vboxdrv 1808938 3 vboxpci,vboxnetadp,vboxnetflt [root@localhost ~]# rmmod vboxpci vboxnetadp vboxnetflt vboxdrv [root@localhost ~]# lsmod | grep vbox [root@localhost ~]# ll /var/log/messages -rw------- 1 root root 624420 Aug 27 00:10 /var/log/messages [root@localhost ~]# truncate -s 0 /var/log/messages [root@localhost ~]# ll /var/log/messages -rw------- 1 root root 0 Aug 27 01:07 /var/log/messages After reproducing the problem: [root@localhost ~]# ping google.com ^C [root@localhost ~]# ll /var/log/messages -rw------- 1 root root 430 Aug 27 07:42 /var/log/messages [root@localhost ~]# cat /var/log/messages Aug 27 03:12:04 localhost pcscd: winscard.c:285:SCardConnect() Reader E-Gate 0 0 Not Found Aug 27 03:12:04 localhost pcscd: winscard.c:285:SCardConnect() Reader E-Gate 0 0 Not Found Aug 27 03:12:04 localhost pcscd: winscard.c:285:SCardConnect() Reader E-Gate 0 0 Not Found Aug 27 03:12:04 localhost pcscd: winscard.c:285:SCardConnect() Reader E-Gate 0 0 Not Found Aug 27 07:42:54 localhost ntpd[1531]: 0.0.0.0 0618 08 no_sys_peer [root@localhost ~]# ifdown eth0 Device state: 3 (disconnected) [root@localhost ~]# service NetworkManager stop Stopping NetworkManager daemon: [ OK ] [root@localhost ~]# service NetworkManager start Setting network parameters... [ OK ] Starting NetworkManager daemon: [ OK ] [root@localhost ~]# ifup eth0 Active connection state: activating Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/0 state: activated Connection activated [root@localhost ~]# ping google.com PING google.com (74.125.39.105) 56(84) bytes of data. 64 bytes from fx-in-f105.1e100.net (74.125.39.105): icmp_req=1 ttl=51 time=51.3 ms 64 bytes from fx-in-f105.1e100.net (74.125.39.105): icmp_req=2 ttl=51 time=51.3 ms 64 bytes from fx-in-f105.1e100.net (74.125.39.105): icmp_req=3 ttl=51 time=51.3 ms ^C --- google.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2002ms rtt min/avg/max/mdev = 51.300/51.348/51.395/0.189 ms [root@localhost ~]# This message is a notice that Fedora 14 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 14. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '14' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 14 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |