Package: bridge-utils
Version: 1.4-4
Severity: normal

When invoke "brctl stp <bridge name> on" on 64bit kernel with 32bit brctl,
it failed by "Operation not support" althought it is supported.
I can "echo 1 > /sys/class/net/<bridge name>/bridge/stp_state" and 
check the result by "brctl show <bridge name>".

It looks like that brctl is searching wrong sysfs path.
It tries to open /sys/class/net/<bridge name>/stp_state,
but actually it is /sys/class/net/<bridge name>/bridge/stp_state.

brctl tries to use ioctl instead, but ioctl doesn't work under
32bit app/64bit kernel circumstance.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bridge-utils depends on:
ii  libc6                         2.7-13     GNU C Library: Shared libraries

Versions of packages bridge-utils recommends:
ii  ifupdown                      0.6.8+nmu1 high level tools to configure netw

bridge-utils suggests no packages.

-- no debconf information

-- 
Jiro SEKIBA <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to