Package: src:linux Version: 3.2.35-2 Severity: important Dear Maintainer, A little backgroud. My system is installed on IBM ThinkCentre T52 machine with 512MB RAM. There is one HDD with following partition schema: -------------------------------------------------- copam:~# fdisk -l /dev/sda
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0xad28b869 Device Boot Start End Blocks Id System /dev/sda1 * 63 20000924 10000431 83 Linux Partition 1 does not start on physical sector boundary. /dev/sda2 20000925 1953525167 966762121+ 5 Extended Partition 2 does not start on physical sector boundary. /dev/sda5 20000988 21992984 995998+ 82 Linux swap / Solaris Partition 5 does not start on physical sector boundary. /dev/sda6 21993048 1953525167 965766060 83 Linux -------------------------------------------------- (I know about partition alignment - it's a temporary disk which will be replaced with new one. I will repartition it correctly.) Few weeks ago I decided to start making system backups on a 4GB pendrive. It's formatted with ext4 with following partition schema: -------------------------------------------------- copam:~# fdisk -l /dev/sdb Disk /dev/sdb: 4003 MB, 4003037184 bytes 63 heads, 48 sectors/track, 2585 cylinders, total 7818432 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000c83a1 Device Boot Start End Blocks Id System /dev/sdb1 131072 7818431 3843680 83 Linux -------------------------------------------------- I'm using following rsync command to make the backups: rsync -aAXv --delete /* /mnt/backup --exclude={/boot/swap,/dev/*,/proc/*,/sys/*,/tmp/*,/run/*,/mnt/*,/lost+found,/home/*} Unfortunately few days ago my system started to experience strange freezes during execution of rsync. In most cases system just freezes and only hard reset can help. There are no system dumps in log files. Sometimes I could see following errors in the console: task jbd2/sdb1:xxx blocked for more than 120 seconds. After some analyzing I found that probably issue is related to my swap configuration. Until reconfiguration I used following swap setup: -------------------------------------------------- copam:~# cat /etc/crypttab #<name> <device> <password> <options> swap /dev/sda5 /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256 copam:~# cat /etc/fstab # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 LABEL=sys-debian / ext4 defaults,noatime,errors=remount-ro 0 1 LABEL=data /home ext4 defaults,noatime,errors=remount-ro 0 0 /dev/mapper/swap none swap sw 0 0 -------------------------------------------------- Some time ago I decided to replace swap partition with file. I've created 512MB /boot/swap file and reconfigured swap settings to this: -------------------------------------------------- copam:~# cat /etc/crypttab #<name> <device> <password> <options> fswap /boot/swap /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256 copam:~# cat /etc/fstab # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> /dev/mapper/fswap none swap sw 0 0 -------------------------------------------------- Since then my system freezes every time I run rsync job. The following table describes when system freezes: +----------------------------+----------------+ | Swap type | Bug triggered? | +----------------------------+----------------+ | No swap (swapoff -a) | NO | | Swap mounted in /dev/sda5 | NO | | Swap mounted in /boot/swap | YES | +----------------------------+----------------+ Here are some memotry and I/O details in the moment when system went to freeze state. Those are different every time. According to numbers there are no issues with swap usage (if I understand correctly): top: top - 17:21:27 up 14 min, 3 users, load average: 5,83, 2,19, 0,95 Tasks: 138 total, 1 running, 137 sleeping, 0 stopped, 0 zombie %Cpu(s): 0,2 us, 0,2 sy, 0,0 ni, 0,0 id, 99,5 wa, 0,0 hi, 0,2 si, 0,0 st KiB Mem: 503320 total, 498528 used, 4792 free, 31340 buffers KiB Swap: 524284 total, 96248 used, 428036 free, 82496 cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 5663 root 20 0 4636 1376 1008 R 0,7 0,3 0:00.29 top 3 root 20 0 0 0 0 S 0,3 0,0 0:00.25 ksoftirqd/0 1 root 20 0 2280 676 580 S 0,0 0,1 0:01.31 init 2 root 20 0 0 0 0 S 0,0 0,0 0:00.00 kthreadd 5 root 20 0 0 0 0 S 0,0 0,0 0:00.00 kworker/u:0 6 root rt 0 0 0 0 S 0,0 0,0 0:00.01 migration/0 7 root rt 0 0 0 0 S 0,0 0,0 0:00.00 watchdog/0 8 root rt 0 0 0 0 S 0,0 0,0 0:00.01 migration/1 10 root 20 0 0 0 0 S 0,0 0,0 0:00.04 ksoftirqd/1 11 root 20 0 0 0 0 S 0,0 0,0 0:01.11 kworker/0:1 12 root rt 0 0 0 0 S 0,0 0,0 0:00.04 watchdog/1 13 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 cpuset 14 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 khelper 15 root 20 0 0 0 0 S 0,0 0,0 0:00.00 kdevtmpfs 16 root 0 -20 0 0 0 S 0,0 0,0 0:00.00 netns 17 root 20 0 0 0 0 S 0,0 0,0 0:00.00 sync_supers 18 root 20 0 0 0 0 S 0,0 0,0 0:00.00 bdi-default iostats: Total DISK READ: 0.00 B/s | Total DISK WRITE: 2.41 M/s TID PRIO USER DISK READ DISK WRITE SWAPIN IO> COMMAND 5517 be/4 root 0.00 B/s 0.00 B/s 0.00 % 99.78 % rsync -aA~de=/home/* 23 be/4 root 0.00 B/s 0.00 B/s 0.00 % 98.60 % [kswapd0] 5261 be/3 root 0.00 B/s 15.19 K/s 0.00 % 93.78 % [jbd2/sdb1-8] 5519 be/4 root 0.00 B/s 0.00 B/s 0.00 % 93.30 % python /u~sbin/iotop 5526 be/4 skibbi 0.00 B/s 0.00 B/s 0.00 % 86.87 % sshd: skibbi@pts/3 5164 be/4 root 0.00 B/s 0.00 B/s 0.00 % 85.24 % [kworker/1:0] 5163 be/4 root 0.00 B/s 0.00 B/s 0.00 % 82.82 % [kworker/0:0] 2763 be/4 root 0.00 B/s 0.00 B/s 0.00 % 79.62 % vnstatd -d 976 be/0 root 0.00 B/s 20.17 K/s 0.00 % 78.44 % [loop0] 194 be/3 root 0.00 B/s 243.02 B/s 0.00 % 77.45 % [jbd2/sda1-8] 5259 be/4 root 0.00 B/s 0.00 B/s 0.00 % 64.61 % [flush-8:16] 443 be/4 root 0.00 B/s 0.00 B/s 0.00 % 0.00 % [flush-8:0] 1 be/4 root 0.00 B/s 0.00 B/s 0.00 % 0.00 % init [2] 2 be/4 root 0.00 B/s 0.00 B/s 0.00 % 0.00 % [kthreadd] 3 be/4 root 0.00 B/s 0.00 B/s 0.00 % 0.00 % [ksoftirqd/0] 5 be/4 root 0.00 B/s 0.00 B/s 0.00 % 0.00 % [kworker/u:0] 6 rt/4 root 0.00 B/s 0.00 B/s 0.00 % 0.00 % [migration/0] 7 rt/4 root 0.00 B/s 0.00 B/s 0.00 % 0.00 % [watchdog/0] 8 rt/4 root 0.00 B/s 0.00 B/s 0.00 % 0.00 % [migration/1] 10 be/4 root 0.00 B/s 0.00 B/s 0.00 % 0.00 % [ksoftirqd/1] 11 be/4 root 0.00 B/s 0.00 B/s 0.00 % 0.00 % [kworker/0:1] 12 rt/4 root 0.00 B/s 0.00 B/s 0.00 % 0.00 % [watchdog/1] Any ideas how to debug this further? Regards -- Package-specific info: ** Version: Linux version 3.2.0-4-686-pae (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.35-2 ** Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-686-pae root=UUID=2ae7f68d-ed51-43b5-903c-db9142349068 ro gfxpayload=keep quiet ** Not tainted ** Kernel log: [ 2250.678549] .sysctl_sched_wakeup_granularity : 2.000000 [ 2250.678552] .sysctl_sched_child_runs_first : 0 [ 2250.678554] .sysctl_sched_features : 24119 [ 2250.678558] .sysctl_sched_tunable_scaling : 1 (logaritmic) [ 2250.678561] [ 2250.678562] cpu#0, 2992.669 MHz [ 2250.678564] .nr_running : 0 [ 2250.678567] .load : 0 [ 2250.678569] .nr_switches : 208209 [ 2250.678572] .nr_load_updates : 79862 [ 2250.678574] .nr_uninterruptible : 4294966857 [ 2250.678577] .next_balance : 0.487597 [ 2250.678580] .curr->pid : 0 [ 2250.678583] .clock : 2250678.222906 [ 2250.678585] .cpu_load[0] : 0 [ 2250.678588] .cpu_load[1] : 0 [ 2250.678590] .cpu_load[2] : 0 [ 2250.678592] .cpu_load[3] : 0 [ 2250.678594] .cpu_load[4] : 0 [ 2250.678598] [ 2250.678599] cfs_rq[0]:/ [ 2250.678601] .exec_clock : 0.000000 [ 2250.678604] .MIN_vruntime : 0.000001 [ 2250.678607] .min_vruntime : 1725711.995307 [ 2250.678610] .max_vruntime : 0.000001 [ 2250.678612] .spread : 0.000000 [ 2250.678615] .spread0 : 0.000000 [ 2250.678617] .nr_spread_over : 0 [ 2250.678620] .nr_running : 0 [ 2250.678622] .load : 0 [ 2250.678625] .load_avg : 0.000000 [ 2250.678627] .load_period : 0.000000 [ 2250.678630] .load_contrib : 0 [ 2250.678632] .load_tg : 0 [ 2250.678634] [ 2250.678635] rt_rq[0]: [ 2250.678637] .rt_nr_running : 0 [ 2250.678640] .rt_throttled : 0 [ 2250.678642] .rt_time : 0.000000 [ 2250.678645] .rt_runtime : 950.000000 [ 2250.678647] [ 2250.678648] runnable tasks: [ 2250.678649] task PID tree-key switches prio exec-runtime sum-exec sum-sleep [ 2250.678651] ---------------------------------------------------------------------------------------------------------- [ 2250.678660] [ 2250.678661] cpu#1, 2992.669 MHz [ 2250.678663] .nr_running : 2 [ 2250.678666] .load : 2048 [ 2250.678668] .nr_switches : 164093 [ 2250.678670] .nr_load_updates : 70192 [ 2250.678673] .nr_uninterruptible : 439 [ 2250.678675] .next_balance : 0.487632 [ 2250.678678] .curr->pid : 5016 [ 2250.678680] .clock : 2250678.248679 [ 2250.678683] .cpu_load[0] : 0 [ 2250.678685] .cpu_load[1] : 0 [ 2250.678687] .cpu_load[2] : 0 [ 2250.678689] .cpu_load[3] : 0 [ 2250.678692] .cpu_load[4] : 0 [ 2250.678694] [ 2250.678695] cfs_rq[1]:/ [ 2250.678697] .exec_clock : 0.000000 [ 2250.678700] .MIN_vruntime : 108143.268217 [ 2250.678703] .min_vruntime : 108149.082133 [ 2250.678706] .max_vruntime : 108143.268217 [ 2250.678708] .spread : 0.000000 [ 2250.678711] .spread0 : -1617562.913174 [ 2250.678714] .nr_spread_over : 0 [ 2250.678716] .nr_running : 2 [ 2250.678718] .load : 2048 [ 2250.678721] .load_avg : 0.000000 [ 2250.678723] .load_period : 0.000000 [ 2250.678725] .load_contrib : 0 [ 2250.678728] .load_tg : 0 [ 2250.678730] [ 2250.678731] rt_rq[1]: [ 2250.678733] .rt_nr_running : 0 [ 2250.678735] .rt_throttled : 0 [ 2250.678737] .rt_time : 0.000000 [ 2250.678740] .rt_runtime : 950.000000 [ 2250.678743] [ 2250.678743] runnable tasks: [ 2250.678744] task PID tree-key switches prio exec-runtime sum-exec sum-sleep [ 2250.678746] ---------------------------------------------------------------------------------------------------------- [ 2250.678750] kworker/1:1 21 108143.268217 3909 120 0 0 0.000000 0.000000 0.000000 / [ 2250.678763] R bash 5016 108145.196577 174 120 0 0 0.000000 0.000000 0.000000 / [ 2250.678771] [ 2896.217558] Shorewall:net2fw:DROP:IN=eth0 OUT= MAC=00:a0:24:4a:96:ca:00:24:14:2b:e0:00:08:00 SRC=91.190.122.59 DST=83.143.43.152 LEN=48 TOS=0x00 PREC=0x00 TTL=112 ID=12153 DF PROTO=TCP SPT=61889 DPT=3389 WINDOW=8192 RES=0x00 SYN URGP=0 [ 4152.176589] Shorewall:net2fw:DROP:IN=eth0 OUT= MAC=00:a0:24:4a:96:ca:00:24:14:2b:e0:00:08:00 SRC=74.63.224.67 DST=83.143.43.152 LEN=438 TOS=0x00 PREC=0x00 TTL=40 ID=0 DF PROTO=UDP SPT=5077 DPT=5060 LEN=418 [ 4886.828622] Shorewall:net2fw:DROP:IN=eth0 OUT= MAC=00:a0:24:4a:96:ca:00:24:14:2b:e0:00:08:00 SRC=62.2.109.236 DST=83.143.43.152 LEN=48 TOS=0x00 PREC=0x00 TTL=119 ID=241 PROTO=TCP SPT=16735 DPT=5900 WINDOW=65535 RES=0x00 SYN URGP=0 [ 5318.133332] Shorewall:net2fw:DROP:IN=eth0 OUT= MAC=00:a0:24:4a:96:ca:00:24:14:2b:e0:00:08:00 SRC=91.90.255.66 DST=83.143.43.152 LEN=40 TOS=0x00 PREC=0x00 TTL=106 ID=256 PROTO=TCP SPT=6000 DPT=2967 WINDOW=16384 RES=0x00 SYN URGP=0 [ 5519.558079] Shorewall:net2fw:DROP:IN=eth0 OUT= MAC=00:a0:24:4a:96:ca:00:24:14:2b:e0:00:08:00 SRC=46.20.35.92 DST=83.143.43.152 LEN=438 TOS=0x00 PREC=0x00 TTL=57 ID=0 DF PROTO=UDP SPT=5107 DPT=5060 LEN=418 [ 7410.182258] Shorewall:net2fw:DROP:IN=eth0 OUT= MAC=00:a0:24:4a:96:ca:00:24:14:2b:e0:00:08:00 SRC=198.245.60.182 DST=83.143.43.152 LEN=441 TOS=0x00 PREC=0x00 TTL=53 ID=0 DF PROTO=UDP SPT=5106 DPT=5060 LEN=421 [12675.574529] Shorewall:net2fw:DROP:IN=eth0 OUT= MAC=00:a0:24:4a:96:ca:00:24:14:2b:e0:00:08:00 SRC=90.152.103.186 DST=83.143.43.152 LEN=435 TOS=0x00 PREC=0x00 TTL=41 ID=0 PROTO=UDP SPT=5069 DPT=5060 LEN=415 [12894.381209] Shorewall:net2fw:DROP:IN=eth0 OUT= MAC=00:a0:24:4a:96:ca:00:24:14:2b:e0:00:08:00 SRC=173.242.117.131 DST=83.143.43.152 LEN=445 TOS=0x00 PREC=0x00 TTL=41 ID=0 DF PROTO=UDP SPT=5081 DPT=5060 LEN=425 [14754.904649] Shorewall:net2fw:DROP:IN=eth0 OUT= MAC=00:a0:24:4a:96:ca:00:24:14:2b:e0:00:08:00 SRC=209.112.208.174 DST=83.143.43.152 LEN=60 TOS=0x00 PREC=0x00 TTL=48 ID=58947 DF PROTO=TCP SPT=2506 DPT=23 WINDOW=5680 RES=0x00 SYN URGP=0 [14756.936315] Shorewall:net2fw:DROP:IN=eth0 OUT= MAC=00:a0:24:4a:96:ca:00:24:14:2b:e0:00:08:00 SRC=190.42.16.180 DST=83.143.43.152 LEN=60 TOS=0x00 PREC=0x00 TTL=40 ID=40546 DF PROTO=TCP SPT=4752 DPT=23 WINDOW=5808 RES=0x00 SYN URGP=0 [15740.008458] e1000e: eth0 NIC Link is Down [15740.646525] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx [15740.646532] e1000e 0000:02:00.0: eth0: 10/100 speed: disabling TSO ** Model information not available ** Loaded modules: parport_pc ppdev lp parport act_police cls_basic cls_flow cls_fw cls_u32 sch_tbf sch_prio sch_htb sch_hfsc sch_ingress sch_sfq xt_statistic xt_CT xt_time xt_connlimit xt_realm xt_addrtype iptable_raw xt_comment xt_recent xt_policy ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah xt_set ip_set nf_nat_tftp nf_nat_snmp_basic nf_conntrack_snmp nf_nat_sip nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp nf_conntrack_amanda nf_conntrack_sane nf_conntrack_tftp nf_conntrack_sip nf_conntrack_proto_udplite nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp xt_TPROXY nf_defrag_ipv6 ip6_tables nf_tproxy_core xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFQUEUE xt_NFLOG nfnetlink_log xt_multiport xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_conntrack xt_connmark xt_CLASSIFY xt_AUDIT ipt_LOG xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack iptable_mangle nfnetlink iptable_filter ip_tables x_tables fuse loop sha256_generic cryptd aes_i586 aes_generic cbc dm_crypt dm_mod i915 video drm_kms_helper drm iTCO_wdt i2c_scmi i2c_algo_bit i2c_i801 iTCO_vendor_support i2c_core tpm_tis tpm tpm_bios rng_core snd_pcm snd_page_alloc snd_timer snd psmouse soundcore pcspkr serio_raw processor container button evdev ext4 crc16 jbd2 mbcache usbhid hid btrfs crc32c libcrc32c zlib_deflate microcode usb_storage sg sd_mod crc_t10dif ata_generic uhci_hcd ata_piix libata 3c59x mii scsi_mod thermal thermal_sys ehci_hcd e1000e usbcore usb_common ** PCI devices: 00:00.0 Host bridge [0600]: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub [8086:2770] (rev 02) Subsystem: IBM Device [1014:02f9] 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:02.0 VGA compatible controller [0300]: Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 02) (prog-if 00 [VGA controller]) Subsystem: IBM Device [1014:02f9] 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 16 Region 0: Memory at d0200000 (32-bit, non-prefetchable) [size=512K] Region 1: I/O ports at 30c0 [size=8] Region 2: Memory at c0000000 (32-bit, prefetchable) [size=256M] Region 3: Memory at d0280000 (32-bit, non-prefetchable) [size=256K] Expansion ROM at <unassigned> [disabled] Capabilities: <access denied> Kernel driver in use: i915 00:02.1 Display controller [0380]: Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2776] (rev 02) Subsystem: IBM Device [1014:02f9] 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- Region 0: Memory at 20100000 (32-bit, non-prefetchable) [disabled] [size=512K] Capabilities: <access denied> 00:1c.0 PCI bridge [0604]: Intel Corporation NM10/ICH7 Family PCI Express Port 1 [8086:27d0] (rev 01) (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: 32 bytes Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: 00004000-00004fff Memory behind bridge: d0000000-d00fffff Prefetchable memory behind bridge: 0000000020600000-00000000207fffff 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 00:1c.1 PCI bridge [0604]: Intel Corporation NM10/ICH7 Family PCI Express Port 2 [8086:27d2] (rev 01) (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: 32 bytes Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 I/O behind bridge: 00002000-00002fff Memory behind bridge: 20200000-203fffff Prefetchable memory behind bridge: 0000000020400000-00000000205fffff 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 00:1d.0 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 [8086:27c8] (rev 01) (prog-if 00 [UHCI]) Subsystem: IBM Device [1014:02f9] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 23 Region 4: I/O ports at 3000 [size=32] Kernel driver in use: uhci_hcd 00:1d.1 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 [8086:27c9] (rev 01) (prog-if 00 [UHCI]) Subsystem: IBM Device [1014:02f9] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 19 Region 4: I/O ports at 3020 [size=32] Kernel driver in use: uhci_hcd 00:1d.2 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 [8086:27ca] (rev 01) (prog-if 00 [UHCI]) Subsystem: IBM Device [1014:02f9] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 18 Region 4: I/O ports at 3040 [size=32] Kernel driver in use: uhci_hcd 00:1d.3 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 [8086:27cb] (rev 01) (prog-if 00 [UHCI]) Subsystem: IBM Device [1014:02f9] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin D routed to IRQ 16 Region 4: I/O ports at 3060 [size=32] Kernel driver in use: uhci_hcd 00:1d.7 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller [8086:27cc] (rev 01) (prog-if 20 [EHCI]) Subsystem: IBM Device [1014:02f9] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 23 Region 0: Memory at d04c0000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> Kernel driver in use: ehci_hcd 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev e1) (prog-if 01 [Subtractive 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 Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=32 I/O behind bridge: 00005000-00005fff Memory behind bridge: d0100000-d01fffff Prefetchable memory behind bridge: 0000000020000000-00000000200fffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> 00:1f.0 ISA bridge [0601]: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge [8086:27b8] (rev 01) Subsystem: IBM Device [1014:02f9] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Capabilities: <access denied> 00:1f.2 IDE interface [0101]: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] [8086:27c0] (rev 01) (prog-if 8a [Master SecP PriP]) Subsystem: IBM Device [1014:02f9] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 19 Region 0: I/O ports at 01f0 [size=8] Region 1: I/O ports at 03f4 [size=1] Region 2: I/O ports at 0170 [size=8] Region 3: I/O ports at 0374 [size=1] Region 4: I/O ports at 30b0 [size=16] Capabilities: <access denied> Kernel driver in use: ata_piix 00:1f.3 SMBus [0c05]: Intel Corporation NM10/ICH7 Family SMBus Controller [8086:27da] (rev 01) Subsystem: IBM Device [1014:02f9] Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin B routed to IRQ 19 Region 4: I/O ports at 3080 [size=32] 02:00.0 Ethernet controller [0200]: Intel Corporation 82573E Gigabit Ethernet Controller (Copper) [8086:108c] (rev 03) Subsystem: IBM Device [1014:02f9] 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 Interrupt: pin A routed to IRQ 42 Region 0: Memory at d0080000 (32-bit, non-prefetchable) [size=128K] Region 1: Memory at d0000000 (32-bit, non-prefetchable) [size=512K] Region 2: I/O ports at 4000 [size=32] Capabilities: <access denied> Kernel driver in use: e1000e 0a:09.0 Ethernet controller [0200]: 3Com Corporation 3c905C-TX/TX-M [Tornado] [10b7:9200] (rev 78) Subsystem: 3Com Corporation 3C905CX-TX/TX-M Fast Etherlink for PC Management NIC [10b7:1000] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR+ INTx- Latency: 80 (2500ns min, 2500ns max), Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 21 Region 0: I/O ports at 5000 [size=128] Region 1: Memory at d0100000 (32-bit, non-prefetchable) [size=128] [virtual] Expansion ROM at 20000000 [disabled] [size=128K] Capabilities: <access denied> Kernel driver in use: 3c59x ** USB devices: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 003: ID 13fe:3e00 Kingston Technology Company Inc. -- System Information: Debian Release: 7.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores) Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages linux-image-3.2.0-4-686-pae depends on: ii debconf [debconf-2.0] 1.5.48 ii initramfs-tools [linux-initramfs-tool] 0.109 ii kmod 9-2 ii linux-base 3.5 ii module-init-tools 9-2 Versions of packages linux-image-3.2.0-4-686-pae recommends: ii firmware-linux-free 3.1 ii libc6-i686 2.13-37 Versions of packages linux-image-3.2.0-4-686-pae suggests: pn debian-kernel-handbook <none> ii grub-pc 1.99-23.1 pn linux-doc-3.2 <none> Versions of packages linux-image-3.2.0-4-686-pae is related to: pn firmware-atheros <none> pn firmware-bnx2 <none> pn firmware-bnx2x <none> pn firmware-brcm80211 <none> pn firmware-intelwimax <none> pn firmware-ipw2x00 <none> pn firmware-ivtv <none> pn firmware-iwlwifi <none> pn firmware-libertas <none> pn firmware-linux <none> pn firmware-linux-nonfree <none> pn firmware-myricom <none> pn firmware-netxen <none> pn firmware-qlogic <none> pn firmware-ralink <none> pn firmware-realtek <none> pn xen-hypervisor <none> -- debconf information: linux-image-3.2.0-4-686-pae/postinst/depmod-error-initrd-3.2.0-4-686-pae: false linux-image-3.2.0-4-686-pae/prerm/removing-running-kernel-3.2.0-4-686-pae: true linux-image-3.2.0-4-686-pae/postinst/missing-firmware-3.2.0-4-686-pae: linux-image-3.2.0-4-686-pae/postinst/ignoring-ramdisk: -- 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/20121226213505.11525.78833.report...@copam.lostemotion.net