|
Bugzilla – Full Text Bug Listing |
| Summary: | vlan disapears | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Subredu Manuel <manuel.subredu> |
| Component: | Kernel | Assignee: | Mads Martin Joergensen <mmj> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | adrian.schroeter, aj |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
strace log
output of hwinfo output of cat /proc/net/dev/ strace of ifconfig vlan10 ltrace of ifconfig vlan10 ltrace of ifconfig vlan11 new ifconfig |
||
|
Description
Subredu Manuel
2006-01-27 13:03:57 UTC
Created attachment 65392 [details]
strace log
I forgot to mention that the network driver is e1000 from the kernel that comes with the distro. Maybe a overflow in some internal buffer of ifconfig. Can you attach the output of 'cat /proc/net/dev' in the failure state ? And which vlan interface did still work ? And please some more infos about the HW (maybe attach hwinfo). Created attachment 65403 [details]
output of hwinfo
Created attachment 65405 [details]
output of cat /proc/net/dev/
All the vlan interfaces receive and transmit packets. At this moment I can use ifconfig only on vlan10. Also not vlan11 ,vlan12 ? If vlan10 still works, please attach also a strace with this working device. Created attachment 65408 [details]
strace of ifconfig vlan10
Created attachment 65409 [details]
ltrace of ifconfig vlan10
Created attachment 65411 [details]
ltrace of ifconfig vlan11
ifconfig vlan11 and ifconfig vlan12 worked 2 hours ago. Now the vlans are not accesible for ifconfig . Created attachment 65419 [details]
new ifconfig
Please test this ifconfig.
It works !!
(old ifconfig)
router:~ # /sbin/ifconfig vlan11
: error fetching interface information: Device not found
(new ifconfig)
router:~ # ./ifconfig vlan11
vlan11 Link encap:Ethernet HWaddr 00:04:23:C3:34:E6
inet addr:x.x.x.x Bcast:x.x.x.x Mask:x.x.x.x
inet6 addr: fe80::204:23ff:fec3:34e6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5006306 errors:0 dropped:0 overruns:0 frame:0
TX packets:5089087 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1583408129 (1510.0 Mb) TX bytes:623049237 (594.1 Mb)
PS: I replaced the IP information with x.x.x.x from obvious reasons ;)
OK, then the issue is already known and fixed for SUSE Linux 10.1 (you can fetch the sources for the fixed net-tools package from the OSS factory tree http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/ Maybe we need an update for 10.0. Let's suppose that I rebuild net-tools from the 10.1 sources. If something bad happend and you issue a update for net-tools from 10.0 what should I do ? Patch the file myself ? Make a mixed stuff ? I think is better that you create a update for the package. Maybe there are more people in my situation. Andreas, can I please get a SWAMP ID for updating this for 9.1, 9.2, 9.3 and 10.0? Maintenance-Tracker-3442 Updates submitted for all dists. resubmitted 9.1 released |