Bug#807291: nfs-common: NFS client hangs with NFS4 mounts

2015-12-06 Thread Michal Kašpar
Package: nfs-common
Version: 1:1.2.8-9
Severity: important

Dear Maintainer,
NFS client started to hang on NFSv4 mounts after some time of usage.
First, it mounts fine but after variable time (3 - 10 hours) of work,
all the nfs4 mounts hang and programs using them block. It's possible to
unmount them forcibly (umount -f) as I'm using soft,intr options but
it's not possible to mount them again. Mount request just hangs as well.
NFSv3 mount of some of the mounts exported via NFSv3 succeeds.
I'm using kerberos for NFSv4, but after the freeze I've tried mount with
sec=sys and sec=none and the result was the same - the mount blocking.
When I turned RPC debugging (via rpcdebug), the log ended with:
Dec  6 00:20:32 hostname kernel: [26681.878553] NFS: revalidating (0:45/1580)
Dec  6 00:20:32 hostname kernel: [26681.878562] RPC:   new task 
initialized, procpid 10635
Dec  6 00:20:32 hostname kernel: [26681.878564] RPC:   allocated task 
880288e39f00
Dec  6 00:20:32 hostname kernel: [26681.878568] RPC: 60814 __rpc_execute 
flags=0x4280
Dec  6 00:20:32 hostname kernel: [26681.878573] RPC: 60814 sleep_on(queue 
"NFSv4.0 transport Slot table" time 4301568733)
Dec  6 00:20:32 hostname kernel: [26681.878576] RPC: 60814 added to queue 
88029efe0298 "NFSv4.0 transport Slot table"
Dec  6 00:20:32 hostname kernel: [26681.878579] RPC: 60814 sync task going to 
sleep
This lead me to this bug report
https://bugzilla.redhat.com/show_bug.cgi?id=1057934 which in turn leads
to some private Red Hat bugzilla error. I wasn't able to get more
debugging info than that.
I'm not sure if it belongs to nfs-common or rather kernel, but it's NFS
specific so posting here.

-- Package-specific info:
-- rpcinfo --
   program vers proto   port  service
104   tcp111  portmapper
103   tcp111  portmapper
102   tcp111  portmapper
104   udp111  portmapper
103   udp111  portmapper
102   udp111  portmapper
132   tcp   2049  nfs
133   tcp   2049  nfs
134   tcp   2049  nfs
1002272   tcp   2049
1002273   tcp   2049
132   udp   2049  nfs
133   udp   2049  nfs
134   udp   2049  nfs
1002272   udp   2049
1002273   udp   2049
1000211   udp  32768  nlockmgr
1000213   udp  32768  nlockmgr
1000214   udp  32768  nlockmgr
1000211   tcp  32768  nlockmgr
1000213   tcp  32768  nlockmgr
1000214   tcp  32768  nlockmgr
151   udp  32767  mountd
151   tcp  32767  mountd
152   udp  32767  mountd
152   tcp  32767  mountd
153   udp  32767  mountd
153   tcp  32767  mountd
1000241   udp  32765  status
1000241   tcp  32765  status
-- /etc/default/nfs-common --
NEED_STATD=
STATDOPTS="--port 32765 --outgoing-port 32766"
NEED_IDMAPD=yes
NEED_GSSD=yes
RPCGSSDOPTS="-vvv" 
-- /etc/idmapd.conf --
[General]
Verbosity = 3
Pipefs-Directory = /run/rpc_pipefs
Domain=domain.xy
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup
-- /etc/fstab --
/media  /srv/nfs4/media nonerw,rbind
0   0
/srv/home   /srv/nfs4/home  nonerw,bind 
0   0
hostname2:/multimedia   /srv/multimedia nfs4
sec=krb5,soft,intr,timeo=10,retrans=10,noatime,auto,x-systemd.automount,x-systemd.device-timeout=10
 0   0
-- /proc/mounts --
/dev/dm-3 /srv/nfs4/media ext4 rw,noatime,errors=remount-ro,data=ordered 0 0
/dev/mapper/vg00-home /srv/nfs4/home ext4 rw,nosuid,nodev,relatime,data=ordered 
0 0
nfsd /proc/fs/nfsd nfsd rw,relatime 0 0
hostname2:/home/shared /home/shared nfs4 
rw,noatime,vers=4.0,rsize=262144,wsize=262144,namlen=255,soft,proto=tcp6,port=0,timeo=10,retrans=10,sec=krb5,clientaddr=fd3c:13aa:60ba:0:ae22:bff:fe2c:b7ae,local_lock=none,addr=fd3c:13aa:60ba::1
0 0

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages nfs-common depends on:
ii  adduser 3.113+nmu3
ii  initscripts 2.88dsf-59.2
ii  libc6   2.21-3
ii  libcap2 1:2.24-12
ii  libcomerr2  1.42.13-1
ii  libdevmapper1.02.1  2:1.02.110-1
ii  libevent-2.0-5  2.0.21-stable-2+b1
ii  libgssapi-krb5-21.13.2+dfsg-4
ii  libk5crypto31.13.2+dfsg-4
ii  libkeyutils11.5.9-8
ii  libkrb5-3   1.13.2+dfsg-4
ii  libmount1   2.27.1-1
ii 

Bug#805710: nfs-common: NFS mounts don't work because nfs-common starts before rpcbind.service

2015-11-21 Thread Michal Kašpar
Package: nfs-common
Version: 1:1.2.8-9
Severity: normal

Dear Maintainer,
NFS mounts don't work on systemd enabled systems because nfs-common is
started before rpcbind. If nfs-common is restarted after boot, the
mounts start to work fine. In log files I see:
nfs-common[1301]: Not starting: portmapper is not running ... (warning).


-- Package-specific info:
-- rpcinfo --
   program vers proto   port  service
104   tcp111  portmapper
103   tcp111  portmapper
102   tcp111  portmapper
104   udp111  portmapper
103   udp111  portmapper
102   udp111  portmapper
132   tcp   2049  nfs
133   tcp   2049  nfs
134   tcp   2049  nfs
1002272   tcp   2049
1002273   tcp   2049
132   udp   2049  nfs
133   udp   2049  nfs
134   udp   2049  nfs
1002272   udp   2049
1002273   udp   2049
1000211   udp  32768  nlockmgr
1000213   udp  32768  nlockmgr
1000214   udp  32768  nlockmgr
1000211   tcp  32768  nlockmgr
1000213   tcp  32768  nlockmgr
1000214   tcp  32768  nlockmgr
151   udp  32767  mountd
151   tcp  32767  mountd
152   udp  32767  mountd
152   tcp  32767  mountd
153   udp  32767  mountd
153   tcp  32767  mountd
1000241   udp  32765  status
1000241   tcp  32765  status
-- /etc/default/nfs-common --
NEED_STATD=
STATDOPTS="--port 32765 --outgoing-port 32766"
NEED_IDMAPD=yes
NEED_GSSD=yes
-- /etc/idmapd.conf --
[General]
Verbosity = 0
Pipefs-Directory = /run/rpc_pipefs
Domain=kaspar.in
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup
-- /etc/fstab --
/media  /srv/nfs4/media nonerw,rbind
0   0
/srv/home   /srv/nfs4/home  nonerw,bind 
0   0
budha:/multimedia   /srv/multimedia nfs4
sec=krb5,soft,intr,timeo=10,retrans=10,noatime,auto,x-systemd.automount,x-systemd.device-timeout=10
 0   0
#budha:/srv/nfs4/multimedia /srv/multimedia nfs 
defaults,vers=3,soft,bg 0   3
#budha:/shared  /home/sharednfs4
sec=krb5,soft,retrans=4,noatime,auto,x-systemd.automount,x-systemd.device-timeout=10
0   0
-- /proc/mounts --
/dev/dm-3 /srv/nfs4/media ext4 rw,noatime,errors=remount-ro,data=ordered 0 0
/dev/mapper/vg00-home /srv/nfs4/home ext4 rw,nosuid,nodev,relatime,data=ordered 
0 0
nfsd /proc/fs/nfsd nfsd rw,relatime 0 0
budha:/multimedia /srv/multimedia nfs4 
rw,noatime,vers=4.0,rsize=262144,wsize=262144,namlen=255,soft,proto=tcp6,port=0,timeo=10,retrans=10,sec=krb5,clientaddr=fd3c:13aa:60ba:0:ae22:bff:fe2c:b7ae,local_lock=none,addr=fd3c:13aa:60ba::1
 0 0

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages nfs-common depends on:
ii  adduser 3.113+nmu3
ii  initscripts 2.88dsf-59.2
ii  libc6   2.19-22
ii  libcap2 1:2.24-12
ii  libcomerr2  1.42.13-1
ii  libdevmapper1.02.1  2:1.02.110-1
ii  libevent-2.0-5  2.0.21-stable-2+b1
ii  libgssapi-krb5-21.13.2+dfsg-4
ii  libk5crypto31.13.2+dfsg-4
ii  libkeyutils11.5.9-8
ii  libkrb5-3   1.13.2+dfsg-4
ii  libmount1   2.27.1-1
ii  libnfsidmap20.25-5
ii  libtirpc1   0.2.5-1
ii  libwrap07.6.q-25
ii  lsb-base9.20150917
ii  rpcbind 0.2.3-0.2
ii  ucf 3.0031

Versions of packages nfs-common recommends:
ii  python  2.7.9-1

Versions of packages nfs-common suggests:
ii  open-iscsi  2.0.873+git0.3b4b4500-12
pn  watchdog

Versions of packages nfs-kernel-server depends on:
ii  libblkid1 2.27.1-1
ii  libc6 2.19-22
ii  libcap2   1:2.24-12
ii  libsqlite3-0  3.9.2-1
ii  libtirpc1 0.2.5-1
ii  libwrap0  7.6.q-25
ii  lsb-base  9.20150917
ii  ucf   3.0031

-- Configuration Files:
/etc/default/nfs-common changed:
NEED_STATD=
STATDOPTS="--port 32765 --outgoing-port 32766"
NEED_IDMAPD=yes
NEED_GSSD=yes


-- no debconf information



Bug#800445: nf_conntrack: table full, dropping packet

2015-10-06 Thread Michal Kašpar
I've rebuilt the kernel with the patch this morning and the problem
didn't appear since then. Before the patch, the kernel had oopsed
within 10 minutes from start. Thanks for good work.

-- 
Michal Kašpar



Bug#711421: NFS4 mount with kerberos hangs forever

2014-02-16 Thread Michal Kašpar
I've probably found the issue. It seems /etc/exports syntax gss/krb5 is
not only deprecated as stated in man page, but doesn't work at all.
After changing to sec=krb5, kerberized NFS4 exports started to work
again.

-- 
Michal Kašpar


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1392620228.8374.4.camel@localhost



Bug#711421: NFS4 mount with kerberos hangs forever

2013-08-28 Thread Michal Kašpar
After some of the last updates, the mount doesn't hang but exits
immediately with:
mount.nfs4: Operation not permitted
and in sysslog:
Aug 28 09:11:04 shiva kernel: [ 2525.731898] Key type id_resolver registered
Aug 28 09:11:04 shiva kernel: [ 2525.731899] Key type id_legacy registered
Aug 28 09:11:05 shiva rpc.gssd[2221]: ERROR: GSS-API: error in
gss_free_lucid_sec_context(): GSS_S_NO_CONTEXT (No context has been
established) - Unknown error
Aug 28 09:11:05 shiva rpc.gssd[2221]: WARN: failed to free lucid sec context
Aug 28 09:11:05 shiva rpc.gssd[2221]: ERROR: GSS-API: error in
gss_free_lucid_sec_context(): GSS_S_NO_CONTEXT (No context has been
established) - Unknown error
Aug 28 09:11:05 shiva rpc.gssd[2221]: WARN: failed to free lucid sec context

Kernel version is 3.10-2-amd64
Package versions:
ii nfs-common 1:1.2.8-4
ii adduser 3.113+nmu3
ii coreutils 8.21-1
ii debconf 1.5.51
ii debianutils 4.4
ii dmsetup 2:1.02.77-5
ii dpkg 1.17.1
ii gcc-4.8-base:amd64 4.8.1-9
ii gcc-4.8-base:i386 4.8.1-9
ii initscripts 2.88dsf-43
ii insserv 1.14.0-5
ii install-info 5.1.dfsg.1-4
ii libacl1:amd64 2.2.52-1
ii libacl1:i386 2.2.52-1
ii libattr1:amd64 1:2.4.47-1
ii libattr1:i386 1:2.4.47-1
ii libblkid1:amd64 2.20.1-5.5
ii libbz2-1.0:amd64 1.0.6-5
ii libc6:amd64 2.17-92
ii libc6:i386 2.17-92
ii libcap2:amd64 1:2.22-1.2
ii libcap2:i386 1:2.22-1.2
ii libcomerr2:amd64 1.42.8-1
ii libcomerr2:i386 1.42.8-1
ii libdb5.1:amd64 5.1.29-7
ii libdb5.1:i386 5.1.29-7
ii libdevmapper1.02.1:amd64 2:1.02.77-5
ii libevent-2.0-5:amd64 2.0.21-stable-1
ii libgcc1:amd64 1:4.8.1-9
ii libgcc1:i386 1:4.8.1-9
ii libgcrypt11:amd64 1.5.3-2
ii libgcrypt11:i386 1.5.3-2
ii libgnutls26:amd64 2.12.23-5
ii libgnutls26:i386 2.12.23-5
ii libgpg-error0:amd64 1.12-0.1
ii libgpg-error0:i386 1.12-0.1
ii libgssglue1:amd64 0.4-2
ii libk5crypto3:amd64 1.11.3+dfsg-3
ii libk5crypto3:i386 1.11.3+dfsg-3
ii libkeyutils1:amd64 1.5.5-7
ii libkeyutils1:i386 1.5.5-7
ii libkrb5-3:amd64 1.11.3+dfsg-3
ii libkrb5-3:i386 1.11.3+dfsg-3
ii libkrb5support0:amd64 1.11.3+dfsg-3
ii libkrb5support0:i386 1.11.3+dfsg-3
ii libldap-2.4-2:amd64 2.4.31-1+nmu2
ii libldap-2.4-2:i386 2.4.31-1+nmu2
ii liblzma5:amd64 5.1.1alpha+20120614-2
ii liblzma5:i386 5.1.1alpha+20120614-2
ii libmount1 2.20.1-5.5
ii libncurses5:amd64 5.9+20130608-1
ii libncurses5:i386 5.9+20130608-1
ii libnfsidmap2:amd64 0.25-5
ii libp11-kit0:amd64 0.18.5-1
ii libp11-kit0:i386 0.18.5-1
ii libpam-modules:amd64 1.1.3-9
ii libpam-modules-bin 1.1.3-9
ii libpam0g:amd64 1.1.3-9
ii libpam0g:i386 1.1.3-9
ii libpcre3:amd64 1:8.31-2
ii libpcre3:i386 1:8.31-2
ii libsasl2-2:amd64 2.1.25.dfsg1-14
ii libsasl2-2:i386 2.1.25.dfsg1-14
ii libsasl2-modules:amd64 2.1.25.dfsg1-14
ii libsasl2-modules:i386 2.1.25.dfsg1-14
ii libselinux1:amd64 2.1.13-2
ii libselinux1:i386 2.1.13-2
ii libsemanage-common 2.1.10-2
ii libsemanage1:amd64 2.1.10-2
ii libsepol1:amd64 2.1.9-2
ii libslang2:amd64 2.2.4-15
ii libslang2:i386 2.2.4-15
ii libssl1.0.0:amd64 1.0.1e-3
ii libssl1.0.0:i386 1.0.1e-3
ii libtasn1-3:amd64 2.14-3
ii libtasn1-3:i386 2.14-3
ii libtinfo5:amd64 5.9+20130608-1
ii libtinfo5:i386 5.9+20130608-1
ii libtirpc1:amd64 0.2.2-5
ii libudev0:amd64 175-7.2
ii libudev0:i386 175-7.2
ii libustr-1.0-1:amd64 1.0.4-3
ii libuuid1:amd64 2.20.1-5.5
ii libuuid1:i386 2.20.1-5.5
ii libwrap0:amd64 7.6.q-24
ii libwrap0:i386 7.6.q-24
ii lsb-base 4.1+Debian12
ii mount 2.20.1-5.5
ii multiarch-support 2.17-92
ii nfs-common 1:1.2.8-4
ii passwd 1:4.1.5.1-1
ii perl-base 5.14.2-21
ii rpcbind 0.2.0-8.1
ii sensible-utils 0.0.9
ii sysv-rc 2.88dsf-43
ii sysvinit-utils 2.88dsf-43
ii tar 1.26+dfsg-8
ii tzdata 2013d-1
ii ucf 3.0027+nmu1
ii util-linux 2.20.1-5.5
ii zlib1g:amd64 1:1.2.8.dfsg-1
ii zlib1g:i386 1:1.2.8.dfsg-1


-- 
Michal Kašpar


Bug#711421: Info received (NFS4 mount with kerberos hangs forever)

2013-08-28 Thread Michal Kašpar
And it looks like it's the same problem as described here:
http://www.spinics.net/lists/linux-nfs/msg37604.html

http://www.spinics.net/lists/linux-nfs/msg37604.html--
Michal Kašpar


Bug#711421: nfs-common: NFS4 mount with kerberos hangs forewer

2013-06-06 Thread Michal Kašpar

Package: nfs-common
Version: 1:1.2.8-4
Severity: normal

Dear Maintainer,
After last update that should solve 705507 the rpc.gssd no longer
crashes, but mounting NFS share hangs forewer with syslog messages:
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
rpc.gssd[2059]: ERROR: GSS-API: error in gss_free_lucid_sec_context():
GSS_S_NO_CONTEXT (No context has been established) - Unknown error
rpc.gssd[2059]: WARN: failed to free lucid sec context

followed by:

nfs: server servername not responding, timed out

I use NFS4 with sec=krb5. Everything worked fine until Sid unfreeze,
after which I was hit by 705507.


-- Package-specific info:
-- rpcinfo --
   program vers proto   port  service
104   tcp111  portmapper
103   tcp111  portmapper
102   tcp111  portmapper
104   udp111  portmapper
103   udp111  portmapper
102   udp111  portmapper
1000241   udp  32765  status
1000241   tcp  32765  status
-- /etc/default/nfs-common --
NEED_STATD=
STATDOPTS=--port 32765 --outgoing-port 32766
NEED_IDMAPD=yes
NEED_GSSD=yes
-- /etc/idmapd.conf --
[General]
Verbosity = 0
Pipefs-Directory = /var/lib/nfs/rpc_pipefs
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup
-- /etc/fstab --

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nfs-common depends on:
ii  adduser 3.113+nmu3
ii  initscripts 2.88dsf-41
ii  libc6   2.17-5
ii  libcap2 1:2.22-1.2
ii  libcomerr2  1.42.5-1.1
ii  libdevmapper1.02.1  2:1.02.77-1
ii  libevent-2.0-5  2.0.21-stable-1
ii  libgssglue1 0.4-2
ii  libk5crypto31.10.1+dfsg-5
ii  libkeyutils11.5.5-7
ii  libkrb5-3   1.10.1+dfsg-5
ii  libmount1   2.20.1-5.4
ii  libnfsidmap20.25-5
ii  libtirpc1   0.2.2-5
ii  libwrap07.6.q-24
ii  lsb-base4.1+Debian12
ii  rpcbind 0.2.0-8
ii  ucf 3.0027

Versions of packages nfs-common recommends:
ii  python  2.7.3-5

Versions of packages nfs-common suggests:
pn  open-iscsi  none
pn  watchdognone

-- no debconf information


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51b0efd6.8030...@kaspar.in



Bug#554214: linux-image-2.6.31-1-amd64: RaLink RT2561/RT61 wireless card stopped working in 2.6.31

2009-11-11 Thread Michal Kašpar
I've added it as a comment to
http://bugzilla.kernel.org/show_bug.cgi?id=14460 as it seems quite
similar.

-- 
Michal Kašpar




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#554214: linux-image-2.6.31-1-amd64: RaLink RT2561/RT61 wireless card stopped working in 2.6.31

2009-11-03 Thread Michal Kašpar
Package: linux-2.6
Version: 2.6.31-1
Severity: important


After upgrade to kernel 2.6.31 (from 2.6.30), wireless card stopped
working. It seems to be set up fine, associates with AP but it is unable
to communicate. Ping or any other network communication doesn't work.
After reboot to 2.6.30, everything works fine.

-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: 
product_name: 
product_version: 
chassis_vendor: 
chassis_version: 
bios_vendor: Intel Corp.
bios_version: DPP3510J.86A.0572.2009.0715.2346
board_vendor: Intel Corporation
board_name: DG33FB 
board_version: AAD81072-303

** Network interface configuration:
### etherconf DEBCONF AREA. DO NOT EDIT THIS AREA OR INSERT TEXT BEFORE IT.
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

auto lo eth0 eth1 wlan0

# The loopback interface
iface lo inet loopback

# The ethernet interface, configured by etherconf
iface eth0 inet static
address 172.23.0.254
netmask 255.255.255.0
dns-nameservers 127.0.0.1

### END OF DEBCONF AREA.  PLACE YOUR EDITS BELOW; THEY WILL BE PRESERVED.
# rozhrani pro pppoe
iface eth1 inet manual
up ifconfig $IFACE up
down ifconfig $IFACE down

iface dsl-provider inet ppp
provider dsl-provider

iface wlan0 inet static
address 172.23.255.129
netmask 255.255.255.0
gateway 172.23.255.254
dns-nameservers 172.23.255.254
wireless-essid DEVON
wireless-mode Managed
wireless-key restricted s:XXX

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM 
Controller [8086:29c0] (rev 02)
Subsystem: Intel Corporation Device [8086:5044]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Capabilities: access denied
Kernel driver in use: agpgart-intel

00:01.0 PCI bridge [0604]: Intel Corporation 82G33/G31/P35/P31 Express PCI 
Express Root Port [8086:29c1] (rev 02) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 3000-3fff
Memory behind bridge: e030-e03f
Prefetchable memory behind bridge: c000-cfff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport-driver

00:02.0 Display controller [0380]: Intel Corporation 82G33/G31 Express 
Integrated Graphics Controller [8086:29c2] (rev 02)
Subsystem: Intel Corporation Device [8086:5044]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at e040 (32-bit, non-prefetchable) [size=512K]
Region 1: I/O ports at 4430 [size=8]
Region 2: Memory at d000 (32-bit, prefetchable) [size=256M]
Region 3: Memory at e020 (32-bit, non-prefetchable) [size=1M]
Capabilities: access denied

00:03.0 Communication controller [0780]: Intel Corporation 82G33/G31/P35/P31 
Express MEI Controller [8086:29c4] (rev 02)
Subsystem: Intel Corporation Device [8086:5044]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at e04a6100 (64-bit, non-prefetchable) [size=16]
Capabilities: access denied

00:19.0 Ethernet controller [0200]: Intel Corporation 82566DC-2 Gigabit Network 
Connection [8086:294c] (rev 02)
Subsystem: Intel Corporation Device [8086:0001]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 30
Region 0: Memory at e048 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at e04a4000 (32-bit, non-prefetchable) [size=4K]
  

Bug#554214: Acknowledgement (linux-image-2.6.31-1-amd64: RaLink RT2561/RT61 wireless card stopped working in 2.6.31)

2009-11-03 Thread Michal Kašpar
Further information:
I've tried to set up WPA in my network and the card started to work
well. So the problem appears only with WEP.

-- 
Michal Kašpar




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org