Package: linux-image-2.6.21-2-686 Version: 2.6.21-5 Severity: normal The program #include<sys/timex.h> #include<stdio.h> int main() { struct timex tx;
/*get the clock parameters*/ tx.modes=0; adjtimex(&tx); printf("old frequency: %ld\n",tx.freq); /*Change the frequence*/ tx.freq=128350; tx.modes=ADJ_FREQUENCY; adjtimex(&tx); printf("new frequency: %ld\n",tx.freq); return 0; } prints "old frequency: 128336 new frequency: 128336". But the new freqency should be 128350 -- Package-specific info: ** Version: Linux version 2.6.21-2-686 (Debian 2.6.21-5) ([EMAIL PROTECTED]) (gcc version 4.1.3 20070601 (prerelease) (Debian 4.1.2-12)) #1 SMP Mon Jun 25 20:53:36 UTC 2007 ** Not tainted ** Kernel log: (deleted) ** Loaded modules: Module Size Used by i915 21280 2 drm 73908 3 i915 xt_multiport 3040 1 nfs 222444 1 nfsd 202800 0 exportfs 5472 1 nfsd lockd 58248 3 nfs,nfsd nfs_acl 3520 2 nfs,nfsd sunrpc 154972 5 nfs,nfsd,lockd,nfs_acl nvram 8488 0 uinput 8768 0 ppdev 8580 0 parport_pc 32740 0 lp 10884 0 parport 33672 3 ppdev,parport_pc,lp button 7952 0 ac 5220 0 battery 10020 0 acpi_cpufreq 8680 1 cpufreq_ondemand 7884 0 cpufreq_powersave 1792 0 cpufreq_conservative 6888 0 cpufreq_userspace 4128 0 cpufreq_stats 5120 0 freq_table 4512 3 acpi_cpufreq,cpufreq_ondemand,cpufreq_stats ipv6 236256 12 ipt_LOG 6144 1 ipt_REJECT 4384 5 xt_tcpudp 3104 7 nf_conntrack_ipv4 17612 3 xt_state 2432 3 nf_conntrack 58472 2 nf_conntrack_ipv4,xt_state nfnetlink 6456 2 nf_conntrack_ipv4,nf_conntrack iptable_filter 2944 1 ip_tables 12164 1 iptable_filter x_tables 14468 6 xt_multiport,ipt_LOG,ipt_REJECT,xt_tcpudp,xt_state,ip_tables fuse 41684 1 dm_snapshot 16420 0 dm_mirror 20116 0 dm_mod 52556 2 dm_snapshot,dm_mirror sbp2 21188 0 loop 15880 0 joydev 9152 0 tsdev 7520 0 pcmcia 35276 0 snd_hda_intel 20312 0 snd_hda_codec 198336 1 snd_hda_intel snd_pcm_oss 39168 0 snd_mixer_oss 15328 1 snd_pcm_oss iTCO_wdt 9956 0 snd_pcm 71940 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss psmouse 34952 0 yenta_socket 24876 1 rsrc_nonstatic 11968 1 yenta_socket pcmcia_core 36884 3 pcmcia,yenta_socket,rsrc_nonstatic i2c_i801 8560 0 evdev 9216 4 snd_timer 20868 1 snd_pcm serio_raw 6564 0 i2c_core 20480 1 i2c_i801 pcspkr 3136 0 firmware_class 9408 1 pcmcia intel_agp 23004 1 agpgart 32168 3 drm,intel_agp rtc 12760 0 snd 48132 6 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer soundcore 7424 1 snd snd_page_alloc 9512 2 snd_hda_intel,snd_pcm ext3 120904 2 jbd 55208 1 ext3 mbcache 8164 1 ext3 ide_cd 36512 0 cdrom 32768 1 ide_cd sd_mod 19904 4 generic 4804 0 [permanent] ehci_hcd 30796 0 ieee1394 89560 1 sbp2 uhci_hcd 22608 0 ahci 20068 3 piix 9508 0 [permanent] ide_core 115016 3 ide_cd,generic,piix ata_generic 8100 0 libata 109172 2 ahci,ata_generic scsi_mod 133740 3 sbp2,sd_mod,libata usbcore 123272 3 ehci_hcd,uhci_hcd tg3 99844 0 thermal 14120 0 processor 30888 2 acpi_cpufreq,thermal fan 4868 0 ** PCI devices: 00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03) Subsystem: Lenovo Thinkpad R60e model 0657 [17aa:2017] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- Latency: 0 Capabilities: <access denied> 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03) (prog-if 00 [VGA]) Subsystem: Lenovo Thinkpad R60e model 0657 [17aa:201a] Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Interrupt: pin A routed to IRQ 20 Region 0: Memory at ee100000 (32-bit, non-prefetchable) [size=512K] Region 1: I/O ports at 1800 [size=8] Region 2: Memory at d0000000 (32-bit, prefetchable) [size=256M] Region 3: Memory at ee200000 (32-bit, non-prefetchable) [size=256K] Capabilities: <access denied> 00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03) Subsystem: Lenovo Thinkpad R60e model 0657 [17aa:201a] Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Region 0: Memory at ee180000 (32-bit, non-prefetchable) [size=512K] Capabilities: <access denied> 00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller [8086:27d8] (rev 02) Subsystem: Lenovo Thinkpad R60e model 0657 [17aa:2010] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 21 Region 0: Memory at ee240000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> 00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 [8086:27d0] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 Memory behind bridge: ee000000-ee0fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B- Capabilities: <access denied> 00:1c.1 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 [8086:27d2] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 00002000-00003fff Memory behind bridge: ec000000-edffffff Prefetchable memory behind bridge: 00000000e4000000-00000000e40fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B- Capabilities: <access denied> 00:1c.2 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 [8086:27d4] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=04, subordinate=0b, sec-latency=0 I/O behind bridge: 00004000-00005fff Memory behind bridge: e8000000-e9ffffff Prefetchable memory behind bridge: 00000000e4100000-00000000e41fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B- Capabilities: <access denied> 00:1c.3 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 [8086:27d6] (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=0c, subordinate=13, sec-latency=0 I/O behind bridge: 00006000-00007fff Memory behind bridge: ea000000-ebffffff Prefetchable memory behind bridge: 00000000e4200000-00000000e42fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B- Capabilities: <access denied> 00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 [8086:27c8] (rev 02) (prog-if 00 [UHCI]) Subsystem: Lenovo Thinkpad R60e model 0657 [17aa:200a] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin A routed to IRQ 20 Region 4: I/O ports at 1820 [size=32] 00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 [8086:27c9] (rev 02) (prog-if 00 [UHCI]) Subsystem: Lenovo Thinkpad R60e model 0657 [17aa:200a] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin B routed to IRQ 21 Region 4: I/O ports at 1840 [size=32] 00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 [8086:27ca] (rev 02) (prog-if 00 [UHCI]) Subsystem: Lenovo Thinkpad R60e model 0657 [17aa:200a] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 4: I/O ports at 1860 [size=32] 00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 [8086:27cb] (rev 02) (prog-if 00 [UHCI]) Subsystem: Lenovo Thinkpad R60e model 0657 [17aa:200a] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin D routed to IRQ 23 Region 4: I/O ports at 1880 [size=32] 00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller [8086:27cc] (rev 02) (prog-if 20 [EHCI]) Subsystem: Lenovo Thinkpad R60e model 0657 [17aa:200b] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin D routed to IRQ 23 Region 0: Memory at ee444000 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Bus: primary=00, secondary=15, subordinate=18, sec-latency=32 I/O behind bridge: 00008000-0000bfff Memory behind bridge: e4300000-e7ffffff Prefetchable memory behind bridge: 00000000e0000000-00000000e3ffffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B- Capabilities: <access denied> 00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02) Subsystem: Lenovo Thinkpad R60e model 0657 [17aa:2009] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Capabilities: <access denied> 00:1f.1 IDE interface [0101]: Intel Corporation 82801G (ICH7 Family) IDE Controller [8086:27df] (rev 02) (prog-if 8a [Master SecP PriP]) Subsystem: Lenovo Thinkpad R60e model 0657 [17aa:200c] Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin C routed to IRQ 20 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 1810 [size=16] 00:1f.2 SATA controller [0106]: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller AHCI [8086:27c5] (rev 02) (prog-if 01 [AHCI 1.0]) Subsystem: Lenovo Thinkpad R60e model 0657 [17aa:200d] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0 Interrupt: pin B routed to IRQ 219 Region 0: I/O ports at 18d0 [size=8] Region 1: I/O ports at 18c4 [size=4] Region 2: I/O ports at 18c8 [size=8] Region 3: I/O ports at 18c0 [size=4] Region 4: I/O ports at 18b0 [size=16] Region 5: Memory at ee444400 (32-bit, non-prefetchable) [size=1K] Capabilities: <access denied> 00:1f.3 SMBus [0c05]: Intel Corporation 82801G (ICH7 Family) SMBus Controller [8086:27da] (rev 02) Subsystem: Lenovo Thinkpad R60e model 0657 [17aa:200f] Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Interrupt: pin A routed to IRQ 19 Region 4: I/O ports at 18e0 [size=32] 02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express [14e4:167d] (rev 21) Subsystem: Lenovo Unknown device [17aa:2081] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 218 Region 0: Memory at ee000000 (64-bit, non-prefetchable) [size=64K] Capabilities: <access denied> 03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG Network Connection [8086:4227] (rev 02) Subsystem: Intel Corporation Thinkpad X60s, R60e model 0657 [8086:1011] Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- Interrupt: pin A routed to IRQ 21 Region 0: Memory at edf00000 (32-bit, non-prefetchable) [size=4K] Capabilities: <access denied> 15:00.0 CardBus bridge [0607]: Texas Instruments PCIxx12 Cardbus Controller [104c:8039] Subsystem: Lenovo Unknown device [17aa:202f] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 168, Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 20 Region 0: Memory at e4300000 (32-bit, non-prefetchable) [size=4K] Bus: primary=15, secondary=16, subordinate=17, sec-latency=176 Memory window 0: e0000000-e3fff000 (prefetchable) Memory window 1: 30000000-33fff000 I/O window 0: 00008000-000080ff I/O window 1: 00008400-000084ff BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+ 16-bit legacy interface ports at 0001 15:00.1 FireWire (IEEE 1394) [0c00]: Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller [104c:803a] (prog-if 10 [OHCI]) Subsystem: Lenovo Unknown device [17aa:202e] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 64 (500ns min, 1000ns max) Interrupt: pin B routed to IRQ 21 Region 0: Memory at e4301000 (32-bit, non-prefetchable) [size=2K] Region 1: Memory at e4304000 (32-bit, non-prefetchable) [size=16K] Capabilities: <access denied> -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (50, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.21-2-686 (SMP w/2 CPU cores) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages linux-image-2.6.21-2-686 depends on: ii initramfs-tools [linux-initr 0.88 tools for generating an initramfs ii module-init-tools 3.3-pre11-1 tools for managing Linux kernel mo Versions of packages linux-image-2.6.21-2-686 recommends: ii libc6-i686 2.5-9+b1 GNU C Library: Shared libraries [i -- debconf information: shared/kernel-image/really-run-bootloader: true linux-image-2.6.21-2-686/preinst/elilo-initrd-2.6.21-2-686: true linux-image-2.6.21-2-686/preinst/lilo-has-ramdisk: linux-image-2.6.21-2-686/prerm/would-invalidate-boot-loader-2.6.21-2-686: true linux-image-2.6.21-2-686/preinst/already-running-this-2.6.21-2-686: linux-image-2.6.21-2-686/postinst/old-initrd-link-2.6.21-2-686: true linux-image-2.6.21-2-686/postinst/bootloader-error-2.6.21-2-686: linux-image-2.6.21-2-686/preinst/lilo-initrd-2.6.21-2-686: true linux-image-2.6.21-2-686/postinst/depmod-error-initrd-2.6.21-2-686: false linux-image-2.6.21-2-686/preinst/bootloader-initrd-2.6.21-2-686: true linux-image-2.6.21-2-686/postinst/bootloader-test-error-2.6.21-2-686: linux-image-2.6.21-2-686/postinst/old-dir-initrd-link-2.6.21-2-686: true linux-image-2.6.21-2-686/prerm/removing-running-kernel-2.6.21-2-686: true linux-image-2.6.21-2-686/postinst/kimage-is-a-directory: linux-image-2.6.21-2-686/preinst/failed-to-move-modules-2.6.21-2-686: linux-image-2.6.21-2-686/preinst/abort-overwrite-2.6.21-2-686: linux-image-2.6.21-2-686/preinst/initrd-2.6.21-2-686: linux-image-2.6.21-2-686/preinst/overwriting-modules-2.6.21-2-686: true linux-image-2.6.21-2-686/postinst/create-kimage-link-2.6.21-2-686: true linux-image-2.6.21-2-686/postinst/depmod-error-2.6.21-2-686: false linux-image-2.6.21-2-686/postinst/old-system-map-link-2.6.21-2-686: true linux-image-2.6.21-2-686/preinst/abort-install-2.6.21-2-686: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]