rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[rdiff-backup-users] BUG: rdiff-backup lost all my backups


From: Sam Liddicott
Subject: [rdiff-backup-users] BUG: rdiff-backup lost all my backups
Date: Wed, 13 Feb 2008 12:54:23 +0000
User-agent: Thunderbird 2.0.0.9 (X11/20071229)

I've been using rdiff-backup 1.1.14 on client and server for a while,
and now I just switch to 1.1.15 on the client.

Here is the terminal output where I loose all my backup history.
The "Previous backup seems to have failed" seems to be bogus, the
recovery from which seems to involve the deleting of all my data in
/media/SAM-BACKUP/139

The previous backup was done a few days ago, the loss occurred when I
tried to do a backup YESTERDAY.
My only possibly dangerous action was:
sudo touch
/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz

because absence of that file was causing :
sudo rdiff-backup --check-destination-dir  /media/SAM-BACKUP/139/home

to also fail.

The log is below.

I've lost all the development histories and previous grub trees of my
work, fortunately I have the re-factored grub tree so the results of my
work is not missing.

I've still got a few other backups we could use to try and stimulate a
loss and reproduce this.
(The rdiff backups are now backed up elsewhere too)

Sam

address@hidden:~$ sudo rdiff-backup address@hidden::/home
/media/SAM-BACKUP/139/home
[sudo] password for sam:
address@hidden's password:
Warning: Local version 1.1.15 does not match remote version 1.1.14.
Previous backup seems to have failed, regressing destination now.
Exception '[Errno 2] No such file or directory:
'/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz''
raised of class '<type 'exceptions.OSError'>':
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
278, in take_action
    elif action == "backup": Backup(rps[0], rps[1])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
335, in Backup
    backup_final_init(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
435, in backup_final_init
    checkdest_if_necessary(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
829, in checkdest_if_necessary
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
69, in Regress
    regress_rbdir(manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
124, in regress_rbdir
    if has_meta_diff and not has_meta_snap: recreate_meta(meta_manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
153, in recreate_meta
    rpath.rename(temprp, finalrp)
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
245, in rename
    if not rp_source.lstat(): rp_dest.delete()
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
979, in delete
    else: self.conn.os.unlink(self.path)

Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 23, in <module>
    rdiff_backup.Main.error_check_Main(sys.argv[1:])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
278, in take_action
    elif action == "backup": Backup(rps[0], rps[1])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
335, in Backup
    backup_final_init(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
435, in backup_final_init
    checkdest_if_necessary(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
829, in checkdest_if_necessary
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
69, in Regress
    regress_rbdir(manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
124, in regress_rbdir
    if has_meta_diff and not has_meta_snap: recreate_meta(meta_manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
153, in recreate_meta
    rpath.rename(temprp, finalrp)
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
245, in rename
    if not rp_source.lstat(): rp_dest.delete()
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
979, in delete
    else: self.conn.os.unlink(self.path)
OSError: [Errno 2] No such file or directory:
'/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz'
address@hidden:~$ Fatal Error: Lost connection to the remote system

address@hidden:~$
address@hidden:~$ sudo dmesg -c
[    0.000000] Linux version 2.6.24-7-generic (address@hidden) (gcc
version 4.2.3 (Ubuntu 4.2.3-1ubuntu1)) #1 SMP Thu Feb 7 01:29:58 UTC
2008 (Ubuntu 2.6.24-7.12-generic)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007ffd8000 (usable)
[    0.000000]  BIOS-e820: 000000007ffd8000 - 0000000080000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0007000 (reserved)
[    0.000000]  BIOS-e820: 00000000f0008000 - 00000000f000c000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed20000 - 00000000fee10000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000] 1151MB HIGHMEM available.
[    0.000000] 896MB LOWMEM available.
[    0.000000] Entering add_active_range(0, 0, 524248) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   229376
[    0.000000]   HighMem    229376 ->   524248
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   524248
[    0.000000] On node 0 totalpages: 524248
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 1760 pages used for memmap
[    0.000000]   Normal zone: 223520 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2303 pages used for memmap
[    0.000000]   HighMem zone: 292569 pages, LIFO batch:31
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP signature @ 0xC00FC9B0 checksum 0
[    0.000000] ACPI: RSDP 000FC9B0, 0014 (r0 DELL  )
[    0.000000] ACPI: RSDT 7FFD8790, 0040 (r1 DELL    CPi R   27D50203
ASL        61)
[    0.000000] ACPI: FACP 7FFD9400, 0074 (r1 DELL    CPi R   27D50203
ASL        61)
[    0.000000] ACPI: DSDT 7FFDA000, 3172 (r1 INT430 SYSFexxx     1001
MSFT  100000E)
[    0.000000] ACPI: FACS 7FFE8800, 0040
[    0.000000] ACPI: APIC 7FFD9C00, 0068 (r1 DELL    CPi R   27D50203
ASL        47)
[    0.000000] ACPI: ASF! 7FFD9800, 005B (r16 DELL    CPi R   27D50203
ASL        61)
[    0.000000] ACPI: MCFG 7FFD9BC0, 003E (r16 DELL    CPi R   27D50203
ASL        61)
[    0.000000] ACPI: SSDT 7FFD8BE6, 0280 (r1  PmRef  Cpu0Ist     3000
INTL 20030522)
[    0.000000] ACPI: SSDT 7FFD8A0E, 01D8 (r1  PmRef  Cpu0Cst     3001
INTL 20030522)
[    0.000000] ACPI: SSDT 7FFD8813, 01FB (r1  PmRef    CpuPm     3000
INTL 20030522)
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] Processor #0 6:13 APIC version 20
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI
0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 88000000 (gap:
80000000:60000000)
[    0.000000] swsusp: Registered nosave memory region: 000000000009f000
- 00000000000a0000
[    0.000000] swsusp: Registered nosave memory region: 00000000000a0000
- 0000000000100000
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 520153
[    0.000000] Kernel command line:
root=UUID=b5d6c6be-c57f-4990-be34-92bf3d4f0bcc ro quiet splash
[    0.000000] mapped APIC to ffffb000 (fee00000)
[    0.000000] mapped IOAPIC to ffffa000 (fec00000)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Detected 1995.166 MHz processor.
[    7.044403] Console: colour VGA+ 80x25
[    7.044407] console [tty0] enabled
[    7.044720] Dentry cache hash table entries: 131072 (order: 7, 524288
bytes)
[    7.045102] Inode-cache hash table entries: 65536 (order: 6, 262144
bytes)
[    7.155644] Memory: 2066840k/2096992k available (2159k kernel code,
28964k reserved, 996k data, 364k init, 1179488k highmem)
[    7.155651] virtual kernel memory layout:
[    7.155652]     fixmap  : 0xfff4b000 - 0xfffff000   ( 720 kB)
[    7.155653]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    7.155655]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
[    7.155656]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
[    7.155657]       .init : 0xc041b000 - 0xc0476000   ( 364 kB)
[    7.155658]       .data : 0xc031bc5d - 0xc0414dc4   ( 996 kB)
[    7.155659]       .text : 0xc0100000 - 0xc031bc5d   (2159 kB)
[    7.155662] Checking if this processor honours the WP bit even in
supervisor mode... Ok.
[    7.155711] SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4,
CPUs=1, Nodes=1
[    7.235704] Calibrating delay using timer specific routine.. 3994.52
BogoMIPS (lpj=7989044)
[    7.235739] Security Framework initialized
[    7.235749] SELinux:  Disabled at boot.
[    7.235767] AppArmor: AppArmor initialized
[    7.235771] Failure registering capabilities with primary security
module.
[    7.235780] Mount-cache hash table entries: 512
[    7.235930] CPU: After generic identify, caps: afe9fbff 00100000
00000000 00000000 00000180 00000000 00000000 00000000
[    7.235944] CPU: L1 I cache: 32K, L1 D cache: 32K
[    7.235946] CPU: L2 cache: 2048K
[    7.235950] CPU: After all inits, caps: afe9fbff 00100000 00000000
00002040 00000180 00000000 00000000 00000000
[    7.235959] Compat vDSO mapped to ffffe000.
[    7.235972] Checking 'hlt' instruction... OK.
[    7.252033] SMP alternatives: switching to UP code
[    7.253675] Freeing SMP alternatives: 11k freed
[    7.253776] Early unpacking initramfs... done
[    7.574622] ACPI: Core revision 20070126
[    7.574671] ACPI: Looking for DSDT in initramfs... error, file
/DSDT.aml not found.
[    7.579099] CPU0: Intel(R) Pentium(R) M processor 2.00GHz stepping 08
[    7.579120] Total of 1 processors activated (3994.52 BogoMIPS).
[    7.579308] ENABLING IO-APIC IRQs
[    7.579492] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[    7.723542] Brought up 1 CPUs
[    7.723567] CPU0 attaching sched-domain:
[    7.723570]  domain 0: span 01
[    7.723571]   groups: 01
[    7.723709] net_namespace: 64 bytes
[    7.723718] Booting paravirtualized kernel on bare hardware
[    7.724132] Time: 14:48:28  Date: 02/11/08
[    7.724175] NET: Registered protocol family 16
[    7.724334] EISA bus registered
[    7.724358] ACPI: bus type pci registered
[    7.761957] PCI: PCI BIOS revision 2.10 entry at 0xfb5be, last bus=4
[    7.761959] PCI: Using configuration type 1
[    7.761961] Setting up standard PCI resources
[    7.763558] ACPI: EC: Look up EC in DSDT
[    7.801026] ACPI: SSDT 7FFD87D0, 0043 (r1  LMPWR  DELLLOM     1001
INTL 20030522)
[    7.801111] ACPI: Interpreter enabled
[    7.801114] ACPI: (supports S0 S3 S4 S5)
[    7.801124] ACPI: Using IOAPIC for interrupt routing
[    7.864210] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    7.864866] Force enabled HPET at base address 0xfed00000
[    7.864873] PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[    7.864877] PCI quirk: region 1080-10bf claimed by ICH6 GPIO
[    7.865576] PCI: Transparent bridge - 0000:00:1e.0
[    7.865647] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    7.866017] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    7.866090] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
[    7.956135] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
[    7.956222] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10
[    7.956310] ACPI: PCI Interrupt Link [LNKC] (IRQs *9 10 11)
[    7.956394] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 7 9 10 11)
[    7.956468] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11
12 14 15) *0, disabled.
[    7.956544] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11
12 14 15) *0, disabled.
[    7.956619] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11
12 14 15) *0, disabled.
[    7.956719] Linux Plug and Play Support v0.97 (c) Adam Belay
[    7.956743] pnp: PnP ACPI init
[    7.956749] ACPI: bus type pnp registered
[    7.968083] pnpacpi: exceeded the max number of mem resources: 12
[    8.012758] pnp: PnP ACPI: found 14 devices
[    8.012760] ACPI: ACPI bus type pnp unregistered
[    8.012763] PnPBIOS: Disabled by ACPI PNP
[    8.012935] PCI: Using ACPI for IRQ routing
[    8.012937] PCI: If a device doesn't work, try "pci=routeirq".  If it
helps, post a report
[    8.043375] NET: Registered protocol family 8
[    8.043377] NET: Registered protocol family 20
[    8.043513] hpet clockevent registered
[    8.043519] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    8.043522] hpet0: 3 64-bit timers, 14318180 Hz
[    8.044552] AppArmor: AppArmor Filesystem Enabled
[    8.047367] Time: tsc clocksource has been installed.
[    8.055392] system 00:00: iomem range 0x0-0x9fbff could not be reserved
[    8.055395] system 00:00: iomem range 0x9fc00-0x9ffff could not be
reserved
[    8.055398] system 00:00: iomem range 0xc0000-0xcffff could not be
reserved
[    8.055400] system 00:00: iomem range 0xe0000-0xfffff could not be
reserved
[    8.055403] system 00:00: iomem range 0x100000-0x7ffd7fff could not
be reserved
[    8.055405] system 00:00: iomem range 0x7ffd8000-0x7fffffff could not
be reserved
[    8.055408] system 00:00: iomem range 0xfeda0000-0xfedfffff could not
be reserved
[    8.055411] system 00:00: iomem range 0xffb00000-0xffffffff could not
be reserved
[    8.055413] system 00:00: iomem range 0xfec00000-0xfec0ffff could not
be reserved
[    8.055416] system 00:00: iomem range 0xfee00000-0xfee0ffff could not
be reserved
[    8.055419] system 00:00: iomem range 0xfed20000-0xfed9ffff could not
be reserved
[    8.055421] system 00:00: iomem range 0xf0000000-0xf0003fff could not
be reserved
[    8.055427] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[    8.055429] system 00:02: ioport range 0x1000-0x1005 has been reserved
[    8.055432] system 00:02: ioport range 0x1008-0x100f has been reserved
[    8.055436] system 00:03: ioport range 0xf400-0xf4fe has been reserved
[    8.055439] system 00:03: ioport range 0x1006-0x1007 has been reserved
[    8.055441] system 00:03: ioport range 0x100a-0x1059 could not be
reserved
[    8.055444] system 00:03: ioport range 0x1060-0x107f has been reserved
[    8.055446] system 00:03: ioport range 0x1080-0x10bf has been reserved
[    8.055449] system 00:03: ioport range 0x10c0-0x10df has been reserved
[    8.055451] system 00:03: ioport range 0x10e0-0x10ff has been reserved
[    8.055457] system 00:08: ioport range 0x900-0x90f has been reserved
[    8.055459] system 00:08: ioport range 0x910-0x91f has been reserved
[    8.055462] system 00:08: ioport range 0x920-0x92f has been reserved
[    8.055464] system 00:08: ioport range 0x93c-0x93f has been reserved
[    8.055466] system 00:08: ioport range 0x940-0x97f has been reserved
[    8.055472] system 00:0d: ioport range 0x930-0x93b has been reserved
[    8.085823] PCI: Bridge: 0000:00:01.0
[    8.085824]   IO window: disabled.
[    8.085827]   MEM window: dd000000-dfefffff
[    8.085830]   PREFETCH window: c0000000-cfffffff
[    8.085833] PCI: Bridge: 0000:00:1c.0
[    8.085834]   IO window: disabled.
[    8.085839]   MEM window: dcf00000-dcffffff
[    8.085843]   PREFETCH window: disabled.
[    8.085856] PCI: Bus 4, cardbus bridge: 0000:03:01.0
[    8.085858]   IO window: 00001400-000014ff
[    8.085862]   IO window: 00001800-000018ff
[    8.085867]   PREFETCH window: 88000000-8bffffff
[    8.085872]   MEM window: 8c000000-8fffffff
[    8.085877] PCI: Bridge: 0000:00:1e.0
[    8.085878]   IO window: disabled.
[    8.085883]   MEM window: dce00000-dcefffff
[    8.085887]   PREFETCH window: disabled.
[    8.085902] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level,
low) -> IRQ 16
[    8.085906] PCI: Setting latency timer of device 0000:00:01.0 to 64
[    8.085926] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level,
low) -> IRQ 16
[    8.085931] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[    8.085943] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[    8.085959] PCI: Enabling device 0000:03:01.0 (0000 -> 0003)
[    8.085963] ACPI: PCI Interrupt 0000:03:01.0[A] -> GSI 19 (level,
low) -> IRQ 17
[    8.085976] NET: Registered protocol family 2
[    8.123387] IP route cache hash table entries: 32768 (order: 5,
131072 bytes)
[    8.123583] TCP established hash table entries: 131072 (order: 8,
1048576 bytes)
[    8.124257] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    8.124655] TCP: Hash tables configured (established 131072 bind 65536)
[    8.124658] TCP reno registered
[    8.135472] checking if image is initramfs... it is
[    8.547163] Switched to high resolution mode on CPU 0
[    8.759640] Freeing initrd memory: 7649k freed
[    8.760175] audit: initializing netlink socket (disabled)
[    8.760190] audit(1202741308.380:1): initialized
[    8.760391] highmem bounce pool size: 64 pages
[    8.762007] VFS: Disk quotas dquot_6.5.1
[    8.762081] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    8.762209] io scheduler noop registered
[    8.762211] io scheduler anticipatory registered
[    8.762213] io scheduler deadline registered
[    8.762223] io scheduler cfq registered (default)
[    8.762318] Boot video device is 0000:01:00.0
[    8.762412] PCI: Setting latency timer of device 0000:00:01.0 to 64
[    8.762439] assign_interrupt_mode Found MSI capability
[    8.762464] Allocate Port Service[0000:00:01.0:pcie00]
[    8.762530] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[    8.762580] assign_interrupt_mode Found MSI capability
[    8.762620] Allocate Port Service[0000:00:1c.0:pcie00]
[    8.762648] Allocate Port Service[0000:00:1c.0:pcie02]
[    8.762858] isapnp: Scanning for PnP cards...
[    9.116732] isapnp: No Plug & Play device found
[    9.139327] Real Time Clock Driver v1.12ac
[    9.139428] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ
sharing enabled
[    9.139567] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    9.140146] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    9.140277] ACPI: PCI Interrupt 0000:00:1e.3[B] -> GSI 17 (level,
low) -> IRQ 18
[    9.140285] ACPI: PCI interrupt for device 0000:00:1e.3 disabled
[    9.140813] RAMDISK driver initialized: 16 RAM disks of 65536K size
1024 blocksize
[    9.140870] input: Macintosh mouse button emulation as
/devices/virtual/input/input0
[    9.140950] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at
0x60,0x64 irq 1,12
[    9.145622] serio: i8042 KBD port at 0x60,0x64 irq 1
[    9.145625] serio: i8042 AUX port at 0x60,0x64 irq 12
[    9.146932] mice: PS/2 mouse device common for all mice
[    9.147023] EISA: Probing bus 0 at eisa.0
[    9.147030] Cannot allocate resource for EISA slot 1
[    9.147057] EISA: Detected 0 cards.
[    9.147060] cpuidle: using governor ladder
[    9.147062] cpuidle: using governor menu
[    9.147139] NET: Registered protocol family 1
[    9.147164] Using IPI No-Shortcut mode
[    9.147193] registered taskstats version 1
[    9.147289]   Magic number: 12:73:839
[    9.147326]   hash matches device ptyu5
[    9.147543] Freeing unused kernel memory: 364k freed
[    9.151250] input: AT Translated Set 2 keyboard as
/devices/platform/i8042/serio0/input/input1
[   10.317367] fuse init (API version 7.9)
[   10.326114] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3] C4[C3])
[   10.326120] ACPI: Processor [CPU0] (supports 8 throttling states)
[   10.326132] ACPI Exception (processor_core-0816): AE_NOT_FOUND,
Processor Device is not present [20070126]
[   10.329469] ACPI: Thermal Zone [THM] (48 C)
[   10.869932] usbcore: registered new interface driver usbfs
[   10.869953] usbcore: registered new interface driver hub
[   10.881611] usbcore: registered new device driver usb
[   10.896558] USB Universal Host Controller Interface driver v3.0
[   10.896648] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level,
low) -> IRQ 16
[   10.896660] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[   10.896664] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   10.896991] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned
bus number 1
[   10.897023] uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000bf80
[   10.897148] usb usb1: configuration #1 chosen from 1 choice
[   10.897169] hub 1-0:1.0: USB hub found
[   10.897173] hub 1-0:1.0: 2 ports detected
[   10.997906] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 17 (level,
low) -> IRQ 18
[   10.997919] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[   10.997923] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   10.997944] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned
bus number 2
[   10.997976] uhci_hcd 0000:00:1d.1: irq 18, io base 0x0000bf60
[   10.998074] usb usb2: configuration #1 chosen from 1 choice
[   10.998097] hub 2-0:1.0: USB hub found
[   10.998102] hub 2-0:1.0: 2 ports detected
[   11.035761] SCSI subsystem initialized
[   11.078113] libata version 3.00 loaded.
[   11.101859] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level,
low) -> IRQ 19
[   11.101872] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[   11.101876] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   11.101897] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned
bus number 3
[   11.101927] uhci_hcd 0000:00:1d.2: irq 19, io base 0x0000bf40
[   11.102020] usb usb3: configuration #1 chosen from 1 choice
[   11.102040] hub 3-0:1.0: USB hub found
[   11.102045] hub 3-0:1.0: 2 ports detected
[   11.205806] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level,
low) -> IRQ 17
[   11.205818] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[   11.205823] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[   11.205842] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned
bus number 4
[   11.205874] uhci_hcd 0000:00:1d.3: irq 17, io base 0x0000bf20
[   11.205969] usb usb4: configuration #1 chosen from 1 choice
[   11.205989] hub 4-0:1.0: USB hub found
[   11.205994] hub 4-0:1.0: 2 ports detected
[   11.237708] usb 1-2: new full speed USB device using uhci_hcd and
address 2
[   11.309873] tg3.c:v3.86 (November 9, 2007)
[   11.309905] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level,
low) -> IRQ 16
[   11.309916] PCI: Setting latency timer of device 0000:02:00.0 to 64
[   11.330474] eth0: Tigon3 [partno(BCM95751) rev 4001 PHY(5750)] (PCI
Express) 10/100/1000Base-T Ethernet 00:14:22:f9:f3:73
[   11.330480] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0]
WireSpeed[1] TSOcap[1]
[   11.330483] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[   11.330578] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 16 (level,
low) -> IRQ 16
[   11.330589] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[   11.330593] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   11.330616] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned
bus number 5
[   11.334529] ehci_hcd 0000:00:1d.7: debug port 1
[   11.334535] PCI: cache line size of 32 is not supported by device
0000:00:1d.7
[   11.334542] ehci_hcd 0000:00:1d.7: irq 16, io mem 0xffa80800
[   11.361622] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver
10 Dec 2004
[   11.361718] usb usb5: configuration #1 chosen from 1 choice
[   11.361740] hub 5-0:1.0: USB hub found
[   11.361745] hub 5-0:1.0: 8 ports detected
[   11.465716] ata_piix 0000:00:1f.2: version 2.12
[   11.465725] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
[   11.621513] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 17 (level,
low) -> IRQ 18
[   11.621548] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[   11.621689] scsi0 : ata_piix
[   11.621826] scsi1 : ata_piix
[   11.622908] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0
irq 14
[   11.622911] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8
irq 15
[   11.757418] usb 1-2: device not accepting address 2, error -71
[   11.785814] ata1.00: ATA-6: FUJITSU MHV2100AH, 00000096, max UDMA/100
[   11.785817] ata1.00: 195371568 sectors, multi 8: LBA
[   11.785820] ata1.00: applying bridge limits
[   11.801799] ata1.00: configured for UDMA/100
[   12.041264] Clocksource tsc unstable (delta = -50965989284 ns)
[   12.045295] Time: hpet clocksource has been installed.
[   12.048245] ata2.00: ATAPI: _NEC DVD+/-RW ND-6650A, 102C, max UDMA/33
[   12.050279] usb 5-2: new high speed USB device using ehci_hcd and
address 2
[   12.056061] ata2.00: configured for UDMA/33
[   12.056162] scsi 0:0:0:0: Direct-Access     ATA      FUJITSU MHV2100A
0000 PQ: 0 ANSI: 5
[   12.057359] scsi 1:0:0:0: CD-ROM            _NEC     DVD+-RW ND-6650A
102C PQ: 0 ANSI: 5
[   12.070287] usb 5-2: configuration #1 chosen from 1 choice
[   12.070356] hub 5-2:1.0: USB hub found
[   12.070395] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[   12.070398] ide: Assuming 33MHz system bus speed for PIO modes;
override with idebus=xx
[   12.070777] hub 5-2:1.0: 4 ports detected
[   12.080669] Driver 'sd' needs updating - please use bus_type methods
[   12.080739] sd 0:0:0:0: [sda] 195371568 512-byte hardware sectors
(100030 MB)
[   12.080750] sd 0:0:0:0: [sda] Write Protect is off
[   12.080752] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   12.080766] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[   12.080807] sd 0:0:0:0: [sda] 195371568 512-byte hardware sectors
(100030 MB)
[   12.080815] sd 0:0:0:0: [sda] Write Protect is off
[   12.080817] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   12.080830] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[   12.080833]  sda:<4>Driver 'sr' needs updating - please use bus_type
methods
[   12.110911]  sda1 sda2 sda3 sda4 <<6>usb 5-5: new high speed USB
device using ehci_hcd and address 3
[   12.114283]  sda5 sda6 sda7 sda8 >
[   12.116000] sd 0:0:0:0: [sda] Attached SCSI disk
[   12.121576] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   12.121591] sr 1:0:0:0: Attached scsi generic sg1 type 5
[   12.152856] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[   12.152861] Uniform CD-ROM driver Revision: 3.20
[   12.152907] sr 1:0:0:0: Attached scsi CD-ROM sr0
[   12.172272] usb 5-5: configuration #1 chosen from 1 choice
[   12.222880] usb 5-2.1: new low speed USB device using ehci_hcd and
address 4
[   12.240520] usb 5-2.1: configuration #1 chosen from 1 choice
[   12.264813] Attempting manual resume
[   12.264816] swsusp: Resume From Partition 8:5
[   12.264818] PM: Checking swsusp image.
[   12.264991] PM: Resume from disk failed.
[   12.276442] EXT3-fs: INFO: recovery required on readonly filesystem.
[   12.276445] EXT3-fs: write access will be enabled during recovery.
[   12.290073] usb 5-2.2: new low speed USB device using ehci_hcd and
address 5
[   12.299113] usb 5-2.2: configuration #1 chosen from 1 choice
[   12.335725] usb 5-2.3: new full speed USB device using ehci_hcd and
address 6
[   12.546088] usb 5-2.3: configuration #1 chosen from 1 choice
[   12.602104] usb 5-2.4: new high speed USB device using ehci_hcd and
address 7
[   12.617500] usb 5-2.4: configuration #1 chosen from 1 choice
[   12.618547] usbcore: registered new interface driver libusual
[   12.618611] usbcore: registered new interface driver hiddev
[   12.624657] Initializing USB Mass Storage driver...
[   12.625843] input: Microsoft Microsoft 3-Button Mouse with
IntelliEye(TM) as
/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2.1/5-2.1:1.0/input/input2
[   12.628149] input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft
3-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.7-2.1
[   12.628655] scsi2 : SCSI emulation for USB Mass Storage devices
[   12.632045] input: HID 046a:0023 as
/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2.2/5-2.2:1.0/input/input3
[   12.632666] usb-storage: device found at 3
[   12.632668] usb-storage: waiting for device to settle before scanning
[   12.640112] input,hidraw1: USB HID v1.11 Keyboard [HID 046a:0023] on
usb-0000:00:1d.7-2.2
[   12.643143] input: HID 046a:0023 as
/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2.2/5-2.2:1.1/input/input4
[   12.644370] input,hidraw2: USB HID v1.11 Device [HID 046a:0023] on
usb-0000:00:1d.7-2.2
[   12.670328] input: Microsoft Microsoft Digital Sound System 80 as
/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2.3/5-2.3:1.2/input/input5
[   12.672581] input,hidraw3: USB HID v1.00 Device [Microsoft Microsoft
Digital Sound System 80] on usb-0000:00:1d.7-2.3
[   12.672594] usbcore: registered new interface driver usbhid
[   12.672597] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c:
v2.6:USB HID core driver
[   12.674090] scsi3 : SCSI emulation for USB Mass Storage devices
[   12.674434] usbcore: registered new interface driver usb-storage
[   12.674438] USB Mass Storage support registered.
[   12.674496] usb-storage: device found at 7
[   12.674498] usb-storage: waiting for device to settle before scanning
[   12.712156] kjournald starting.  Commit interval 5 seconds
[   12.712171] EXT3-fs: sda3: orphan cleanup on readonly fs
[   12.712178] ext3_orphan_cleanup: deleting unreferenced inode 397113
[   12.716279] ext3_orphan_cleanup: deleting unreferenced inode 397098
[   12.716654] ext3_orphan_cleanup: deleting unreferenced inode 397008
[   12.717872] ext3_orphan_cleanup: deleting unreferenced inode 397004
[   12.718228] ext3_orphan_cleanup: deleting unreferenced inode 397003
[   12.718485] ext3_orphan_cleanup: deleting unreferenced inode 396990
[   12.718766] ext3_orphan_cleanup: deleting unreferenced inode 396988
[   12.719663] ext3_orphan_cleanup: deleting unreferenced inode 396984
[   12.719939] ext3_orphan_cleanup: deleting unreferenced inode 396977
[   12.720397] ext3_orphan_cleanup: deleting unreferenced inode 994750
[   12.721239] ext3_orphan_cleanup: deleting unreferenced inode 396744
[   12.721251] ext3_orphan_cleanup: deleting unreferenced inode 538186
[   12.723763] ext3_orphan_cleanup: deleting unreferenced inode 395025
[   12.724091] ext3_orphan_cleanup: deleting unreferenced inode 392679
[   12.725289] ext3_orphan_cleanup: deleting unreferenced inode 1498518
[   12.725422] ext3_orphan_cleanup: deleting unreferenced inode 558015
[   12.725435] ext3_orphan_cleanup: deleting unreferenced inode 558014
[   12.725662] ext3_orphan_cleanup: deleting unreferenced inode 557994
[   12.725852] ext3_orphan_cleanup: deleting unreferenced inode 557987
[   12.725859] ext3_orphan_cleanup: deleting unreferenced inode 557986
[   12.725865] ext3_orphan_cleanup: deleting unreferenced inode 557974
[   12.725873] ext3_orphan_cleanup: deleting unreferenced inode 557965
[   12.726090] ext3_orphan_cleanup: deleting unreferenced inode 557958
[   12.726098] ext3_orphan_cleanup: deleting unreferenced inode 557876
[   12.726959] ext3_orphan_cleanup: deleting unreferenced inode 555934
[   12.726973] ext3_orphan_cleanup: deleting unreferenced inode 555931
[   12.727239] ext3_orphan_cleanup: deleting unreferenced inode 770062
[   12.727254] ext3_orphan_cleanup: deleting unreferenced inode 770055
[   12.727582] ext3_orphan_cleanup: deleting unreferenced inode 391976
[   12.727914] ext3_orphan_cleanup: deleting unreferenced inode 505129
[   12.729091] ext3_orphan_cleanup: deleting unreferenced inode 880033
[   12.729108] ext3_orphan_cleanup: deleting unreferenced inode 358502
[   12.729113] ext3_orphan_cleanup: deleting unreferenced inode 358501
[   12.729117] ext3_orphan_cleanup: deleting unreferenced inode 358500
[   12.729121] ext3_orphan_cleanup: deleting unreferenced inode 358499
[   12.729125] ext3_orphan_cleanup: deleting unreferenced inode 358498
[   12.729365] ext3_orphan_cleanup: deleting unreferenced inode 392274
[   12.730534] ext3_orphan_cleanup: deleting unreferenced inode 1922587
[   12.730954] EXT3-fs: sda3: 38 orphan inodes deleted
[   12.730956] EXT3-fs: recovery complete.
[   12.742246] EXT3-fs: mounted filesystem with ordered data mode.
[   13.044899] usb-storage: device scan complete
[   13.045182] scsi 2:0:0:0: Direct-Access     SanDisk  U3 Cruzer Micro
2.20 PQ: 0 ANSI: 2
[   13.045418] scsi 2:0:0:1: CD-ROM            SanDisk  U3 Cruzer Micro
2.20 PQ: 0 ANSI: 2
[   13.046027] sd 2:0:0:0: [sdb] 8015505 512-byte hardware sectors (4104 MB)
[   13.046284] sd 2:0:0:0: [sdb] Write Protect is off
[   13.046286] sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00
[   13.046288] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[   13.047174] sd 2:0:0:0: [sdb] 8015505 512-byte hardware sectors (4104 MB)
[   13.047504] sd 2:0:0:0: [sdb] Write Protect is off
[   13.047506] sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00
[   13.047508] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[   13.047510]  sdb: sdb1
[   13.048627] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[   13.048661] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   13.049526] sr1: scsi3-mmc drive: 8x/40x writer xa/form2 cdda tray
[   13.049555] sr 2:0:0:1: Attached scsi CD-ROM sr1
[   13.049581] sr 2:0:0:1: Attached scsi generic sg3 type 5
[   13.054669] usb-storage: device scan complete
[   13.067439] scsi 3:0:0:0: Direct-Access     Maxtor   3200
0344 PQ: 0 ANSI: 4
[   13.068033] sd 3:0:0:0: [sdc] 781422768 512-byte hardware sectors
(400088 MB)
[   13.068418] sd 3:0:0:0: [sdc] Write Protect is off
[   13.068420] sd 3:0:0:0: [sdc] Mode Sense: 17 00 00 00
[   13.068422] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[   13.068808] sd 3:0:0:0: [sdc] 781422768 512-byte hardware sectors
(400088 MB)
[   13.069194] sd 3:0:0:0: [sdc] Write Protect is off
[   13.069196] sd 3:0:0:0: [sdc] Mode Sense: 17 00 00 00
[   13.069198] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[   13.069200]  sdc:<6>input: PC Speaker as
/devices/platform/pcspkr/input/input6
[   17.033181] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   17.081196] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   17.316314] intel_rng: FWH not detected
[   17.366919] Linux agpgart interface v0.102
[   17.426846] input: PS/2 Mouse as /devices/virtual/input/input7
[   17.475564] input: AlpsPS/2 ALPS GlidePoint as
/devices/platform/i8042/serio1/input/input8
[   17.498719] parport_pc 00:0c: reported by Plug and Play ACPI
[   17.498787] parport0: PC-style at 0x378 (0x778), irq 7, dma 1
[PCSPP,TRISTATE,COMPAT,ECP,DMA]
[   17.500528] dcdbas dcdbas: Dell Systems Management Base Driver
(version 5.6.0-3.2)
[   17.704686] ACPI: AC Adapter [AC] (on-line)
[   17.726284] iTCO_vendor_support: vendor-support=0
[   17.746332] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007)
[   17.746412] iTCO_wdt: Found a ICH6-M TCO device (Version=2,
TCOBASE=0x1060)
[   17.746443] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   17.900286] Yenta: CardBus bridge found at 0000:03:01.0 [1028:0187]
[   17.900311] Yenta: Using CSCINT to route CSC interrupts to PCI
[   17.900312] Yenta: Routing CardBus interrupts to PCI
[   17.900318] Yenta TI: socket 0000:03:01.0, mfunc 0x01111122, devctl 0x64
[   17.970162] ieee80211_crypt: registered algorithm 'NULL'
[   18.006139] ieee80211: 802.11 data/management/control stack, git-1.1.13
[   18.006141] ieee80211: Copyright (C) 2004-2005 Intel Corporation
<address@hidden>
[   18.045458] ACPI: Battery Slot [BAT0] (battery present)
[   18.045500] ACPI: Battery Slot [BAT1] (battery absent)
[   18.045644] input: Lid Switch as /devices/virtual/input/input9
[   18.054675] ACPI: Lid Switch [LID]
[   18.054715] input: Power Button (CM) as /devices/virtual/input/input10
[   18.082102] ACPI: Power Button (CM) [PBTN]
[   18.082147] input: Sleep Button (CM) as /devices/virtual/input/input11
[   18.114098] ACPI: Sleep Button (CM) [SBTN]
[   18.130717] Yenta: ISA IRQ mask 0x0c78, PCI irq 17
[   18.130721] Socket status: 30000006
[   18.130723] Yenta: Raising subordinate bus# of parent bus (#03) from
#04 to #07
[   18.130729] pcmcia: parent PCI bridge Memory window: 0xdce00000 -
0xdcefffff
[   18.299548]  sdc1 sdc2
[   18.299629] sd 3:0:0:0: [sdc] Attached SCSI disk
[   18.299668] sd 3:0:0:0: Attached scsi generic sg4 type 0
[   18.337956] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver,
1.2.2kmprq
[   18.337959] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[   18.338042] ACPI: PCI Interrupt 0000:03:03.0[A] -> GSI 17 (level,
low) -> IRQ 18
[   18.381284] ipw2200: Detected Intel PRO/Wireless 2200BG Network
Connection
[   19.182762] input: Video Bus as
/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:22/LNXVIDEO:00/input/input12
[   19.209512] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[   19.487498] nvidia: module license 'NVIDIA' taints kernel.
[   22.040994] usbcore: registered new interface driver snd-usb-audio
[   22.129366] ipw2200: Detected geography ZZD (13 802.11bg channels, 0
802.11a channels)
[   22.129412] ACPI: PCI Interrupt 0000:00:1e.2[A] -> GSI 16 (level,
low) -> IRQ 16
[   22.129440] PCI: Setting latency timer of device 0000:00:1e.2 to 64
[   22.165325] cs: IO port probe 0x100-0x3af: clean.
[   22.166998] cs: IO port probe 0x3e0-0x4ff: clean.
[   22.167681] cs: IO port probe 0x820-0x8ff: clean.
[   22.168263] cs: IO port probe 0xc00-0xcf7: clean.
[   22.168992] cs: IO port probe 0xa00-0xaff: clean.
[   22.365565] NET: Registered protocol family 10
[   22.365750] lo: Disabled Privacy Extensions
[   22.366040] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   22.372279] intel8x0_measure_ac97_clock: measured 53095 usecs
[   22.372283] intel8x0: clocking to 48000
[   22.372967] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level,
low) -> IRQ 16
[   22.372976] PCI: Setting latency timer of device 0000:01:00.0 to 64
[   22.373084] NVRM: loading NVIDIA UNIX x86 Kernel Module  169.09  Fri
Jan 11 14:38:28 PST 2008
[   22.501837] lp0: using parport0 (interrupt-driven).
[   22.529912] Adding 2000052k swap on /dev/sda5.  Priority:-1 extents:1
across:2000052k
[   22.596294] EXT3 FS on sda3, internal journal
[   22.640520] device-mapper: uevent: version 1.0.3
[   22.640546] device-mapper: ioctl: 4.12.0-ioctl (2007-10-02)
initialised: address@hidden
[   23.021000] tg3: eth0: Link is up at 1000 Mbps, full duplex.
[   23.021004] tg3: eth0: Flow control is on for TX and on for RX.
[   23.022211] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   23.883172] eth0: no IPv6 routers present
[   25.112196] Ebtables v2.0 registered
[   25.164511] Bridge firewalling registered
[   25.215454] ReiserFS: sda8: found reiserfs format "3.6" with standard
journal
[   25.215466] ReiserFS: sda8: using ordered data mode
[   25.215817] ReiserFS: sda8: journal params: device sda8, size 8192,
journal first block 18, max trans len 1024, max batch 900, max commit
age 30, max trans age 30
[   25.216111] ReiserFS: sda8: checking transaction log (sda8)
[   25.218117] ReiserFS: sda8: Using r5 hash to sort names
[   25.220214] ReiserFS: sda8: Removing [952633 2221229 0x0 SD]..done
[   25.220451] ReiserFS: sda8: Removing [952633 2221208 0x0 SD]..done
[   25.220489] ReiserFS: sda8: Removing [952633 2214207 0x0 SD]..done
[   25.220525] ReiserFS: sda8: Removing [952633 1757466 0x0 SD]..done
[   25.220561] ReiserFS: sda8: Removing [952633 1757461 0x0 SD]..done
[   25.221014] ReiserFS: sda8: Removing [952633 1757460 0x0 SD]..done
[   25.221049] ReiserFS: sda8: Removing [952633 1755967 0x0 SD]..done
[   25.221084] ReiserFS: sda8: Removing [952633 1755963 0x0 SD]..done
[   25.221413] ReiserFS: sda8: Removing [952633 1755842 0x0 SD]..done
[   25.221795] ReiserFS: sda8: Removing [952633 1755612 0x0 SD]..done
[   25.221829] ReiserFS: sda8: Removing [952633 1751133 0x0 SD]..done
[   25.221862] ReiserFS: sda8: Removing [952633 1646418 0x0 SD]..done
[   25.221894] ReiserFS: sda8: Removing [952633 1645663 0x0 SD]..done
[   25.222597] ReiserFS: sda8: Removing [952633 959051 0x0 SD]..done
[   25.223007] ReiserFS: sda8: Removing [952633 902971 0x0 SD]..done
[   25.223039] ReiserFS: sda8: Removing [952633 325976 0x0 SD]..done
[   25.223366] ReiserFS: sda8: Removing [952633 302188 0x0 SD]..done
[   25.223566] ReiserFS: sda8: There were 17 uncompleted
unlinks/truncates. Completed
[   25.303663] ReiserFS: sda6: found reiserfs format "3.6" with standard
journal
[   25.303691] ReiserFS: sda6: using ordered data mode
[   25.303852] ReiserFS: sda6: journal params: device sda6, size 8192,
journal first block 18, max trans len 1024, max batch 900, max commit
age 30, max trans age 30
[   25.304160] ReiserFS: sda6: checking transaction log (sda6)
[   25.305241] ReiserFS: sda6: Using r5 hash to sort names
[   25.307319] kjournald starting.  Commit interval 5 seconds
[   25.307431] EXT3 FS on sda7, internal journal
[   25.307435] EXT3-fs: mounted filesystem with ordered data mode.
[   25.896158] ACPI: ACPI Dock Station Driver
[   25.988595] toshiba_acpi: Unknown parameter `hotkeys_over_acpi'
[   27.439574] ACPI: PCI Interrupt 0000:00:1e.3[B] -> GSI 17 (level,
low) -> IRQ 18
[   27.439592] PCI: Setting latency timer of device 0000:00:1e.3 to 64
[   27.445428] ALSA
/build/buildd/linux-ubuntu-modules-2.6.24-2.6.24/debian/build/build-generic/sound/alsa-driver/pci/ac97/ac97_codec.c:2160:
MC'97 1 converters and GPIO not ready (0xff00)
[   28.001895] ppdev: user-space parallel port driver
[   28.153170] audit(1202741422.635:2): operation="inode_permission"
request_mask="a::" denied_mask="a::" name="/dev/tty" pid=5780
profile="/usr/sbin/cupsd" namespace="default"
[   79.585200] Marking TSC unstable due to: cpufreq changes.
[   35.627843] Bluetooth: Core ver 2.11
[   35.627900] NET: Registered protocol family 31
[   35.627902] Bluetooth: HCI device and connection manager initialized
[   35.627906] Bluetooth: HCI socket layer initialized
[   35.684628] Bluetooth: L2CAP ver 2.9
[   35.684632] Bluetooth: L2CAP socket layer initialized
[   35.725814] Bluetooth: RFCOMM socket layer initialized
[   35.725994] Bluetooth: RFCOMM TTY layer initialized
[   35.725997] Bluetooth: RFCOMM ver 1.8
[   47.375756] kjournald starting.  Commit interval 5 seconds
[   47.391284] EXT3 FS on sdc2, internal journal
[   47.391291] EXT3-fs: recovery complete.
[   47.399392] EXT3-fs: mounted filesystem with ordered data mode.
[   47.605534] kjournald starting.  Commit interval 5 seconds
[   47.606428] EXT3 FS on sdc1, internal journal
[   47.606431] EXT3-fs: recovery complete.
[   47.623017] EXT3-fs: mounted filesystem with ordered data mode.
[ 1249.503050] compiz.real[7227]: segfault at 00000004 eip b42ae9e6 esp
bfb9dc10 error 4
[ 4821.170915] usb 5-5: USB disconnect, address 3
address@hidden:~$
address@hidden:~$ sudo rdiff-backup address@hidden::/home
/media/SAM-BACKUP/139/home
address@hidden:~$
address@hidden:~$ sudo ls -l /media/SAM-BACKUP/139/home
total 12
drwx------ 14  500  500 4096 2007-09-19 10:23 mechanic
drwxr-xr-x 10 root root 4096 2008-02-04 09:52 projects
drwx------  3 root root 4096 2008-02-12 17:39 rdiff-backup-data
address@hidden:~$ sudo rdiff-backup address@hidden::/home
/media/SAM-BACKUP/139/home
address@hidden's password:
Warning: Local version 1.1.15 does not match remote version 1.1.14.
Previous backup seems to have failed, regressing destination now.
Exception '[Errno 2] No such file or directory:
'/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz''
raised of class '<type 'exceptions.OSError'>':
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
278, in take_action
    elif action == "backup": Backup(rps[0], rps[1])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
335, in Backup
    backup_final_init(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
435, in backup_final_init
    checkdest_if_necessary(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
829, in checkdest_if_necessary
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
69, in Regress
    regress_rbdir(manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
124, in regress_rbdir
    if has_meta_diff and not has_meta_snap: recreate_meta(meta_manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
153, in recreate_meta
    rpath.rename(temprp, finalrp)
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
245, in rename
    if not rp_source.lstat(): rp_dest.delete()
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
979, in delete
    else: self.conn.os.unlink(self.path)

Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 23, in <module>
    rdiff_backup.Main.error_check_Main(sys.argv[1:])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
278, in take_action
    elif action == "backup": Backup(rps[0], rps[1])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
335, in Backup
    backup_final_init(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
435, in backup_final_init
    checkdest_if_necessary(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
829, in checkdest_if_necessary
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
69, in Regress
    regress_rbdir(manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
124, in regress_rbdir
    if has_meta_diff and not has_meta_snap: recreate_meta(meta_manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
153, in recreate_meta
    rpath.rename(temprp, finalrp)
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
245, in rename
    if not rp_source.lstat(): rp_dest.delete()
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
979, in delete
    else: self.conn.os.unlink(self.path)
OSError: [Errno 2] No such file or directory:
'/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz'
Fatal Error: Lost connection to the remote system
address@hidden:~$ ls -l /media/SAM-BACKUP/139/home
ls: cannot access /media/SAM-BACKUP/139/home: Permission denied
address@hidden:~$ sudo ls -l /media/SAM-BACKUP/139/home
total 12
drwx------ 14  500  500 4096 2007-09-19 10:23 mechanic
drwxr-xr-x 10 root root 4096 2008-02-04 09:52 projects
drwx------  3 root root 4096 2008-02-12 17:40 rdiff-backup-data
address@hidden:~$ sudo ls -l /media/SAM-BACKUP/139/home/rdiff-backup-data
total 13460
-rw------- 1 root root     132 2008-02-12 17:40 backup.log
-rw------- 1 root root       0 2007-12-11 10:40 chars_to_quote
-rw------- 1 root root      10 2008-02-08 16:58
current_mirror.2008-02-08T16:58:31Z.data
-rw------- 1 root root      10 2008-02-11 12:08
current_mirror.2008-02-11T12:08:55Z.data
-rw------- 1 root root       0 2007-12-11 10:53
error_log.2007-12-11T10:40:35Z.data
-rw------- 1 root root       0 2008-01-09 09:32
error_log.2008-01-09T09:24:04Z.data
-rw------- 1 root root       0 2008-01-11 17:29
error_log.2008-01-11T17:21:34Z.data
-rw------- 1 root root       0 2008-01-18 17:44
error_log.2008-01-18T17:34:36Z.data
-rw------- 1 root root       0 2008-01-24 17:43
error_log.2008-01-24T17:32:56Z.data
-rw------- 1 root root       0 2008-01-25 17:36
error_log.2008-01-25T17:31:34Z.data
-rw------- 1 root root       0 2008-01-29 13:42
error_log.2008-01-29T13:36:54Z.data
-rw------- 1 root root       0 2008-01-29 17:46
error_log.2008-01-29T17:39:43Z.data
-rw------- 1 root root       0 2008-01-31 18:15
error_log.2008-01-31T17:46:32Z.data
-rw------- 1 root root       0 2008-02-01 16:27
error_log.2008-02-01T16:23:28Z.data
-rw------- 1 root root       0 2008-02-05 18:03
error_log.2008-02-05T17:32:49Z.data
-rw------- 1 root root       0 2008-02-07 17:12
error_log.2008-02-07T17:10:00Z.data
-rw------- 1 root root       0 2008-02-08 17:00
error_log.2008-02-08T16:58:31Z.data
-rw------- 1 root root  474669 2007-12-11 10:53
file_statistics.2007-12-11T10:40:35Z.data.gz
-rw------- 1 root root  559184 2008-01-09 09:32
file_statistics.2008-01-09T09:24:04Z.data.gz
-rw------- 1 root root  560295 2008-01-11 17:29
file_statistics.2008-01-11T17:21:34Z.data.gz
-rw------- 1 root root  560109 2008-01-18 17:43
file_statistics.2008-01-18T17:34:36Z.data.gz
-rw------- 1 root root  621750 2008-01-24 17:43
file_statistics.2008-01-24T17:32:56Z.data.gz
-rw------- 1 root root  634791 2008-01-25 17:36
file_statistics.2008-01-25T17:31:34Z.data.gz
-rw------- 1 root root  635762 2008-01-29 13:42
file_statistics.2008-01-29T13:36:54Z.data.gz
-rw------- 1 root root  703953 2008-01-29 17:46
file_statistics.2008-01-29T17:39:43Z.data.gz
-rw------- 1 root root  807865 2008-01-31 18:15
file_statistics.2008-01-31T17:46:32Z.data.gz
-rw------- 1 root root  721244 2008-02-01 16:27
file_statistics.2008-02-01T16:23:28Z.data.gz
-rw------- 1 root root  791135 2008-02-05 18:03
file_statistics.2008-02-05T17:32:49Z.data.gz
-rw------- 1 root root  146186 2008-02-07 17:12
file_statistics.2008-02-07T17:10:00Z.data.gz
-rw------- 1 root root  146232 2008-02-08 17:00
file_statistics.2008-02-08T16:58:31Z.data.gz
-rw------- 1 root root  148893 2008-02-11 12:16
file_statistics.2008-02-11T12:08:55Z.data.gz
drwx------ 4 root root    4096 2008-02-11 12:09 increments
-rwxr-xr-x 1 root root       0 2007-09-27 11:42
increments.2007-12-11T10:40:35Z.dir
-rwxr-xr-x 1 root root       0 2007-09-27 11:42
increments.2008-01-09T09:24:04Z.dir
-rwxr-xr-x 1 root root       0 2007-09-27 11:42
increments.2008-01-11T17:21:34Z.dir
-rwxr-xr-x 1 root root       0 2007-09-27 11:42
increments.2008-01-18T17:34:36Z.dir
-rwxr-xr-x 1 root root       0 2007-09-27 11:42
increments.2008-01-24T17:32:56Z.dir
-rwxr-xr-x 1 root root       0 2007-09-27 11:42
increments.2008-01-25T17:31:34Z.dir
-rwxr-xr-x 1 root root       0 2007-09-27 11:42
increments.2008-01-29T13:36:54Z.dir
-rwxr-xr-x 1 root root       0 2007-09-27 11:42
increments.2008-01-29T17:39:43Z.dir
-rwxr-xr-x 1 root root       0 2007-09-27 11:42
increments.2008-01-31T17:46:32Z.dir
-rwxr-xr-x 1 root root       0 2007-09-27 11:42
increments.2008-02-01T16:23:28Z.dir
-rwxr-xr-x 1 root root       0 2007-09-27 11:42
increments.2008-02-05T17:32:49Z.dir
-rwxr-xr-x 1 root root       0 2007-09-27 11:42
increments.2008-02-07T17:10:00Z.dir
-rwxr-xr-x 1 root root       0 2007-09-27 11:42
increments.2008-02-08T16:58:31Z.dir
-rw------- 1 root root  148987 2008-01-09 09:32
mirror_metadata.2007-12-11T10:40:35Z.diff.gz
-rw------- 1 root root  135942 2008-01-11 17:29
mirror_metadata.2008-01-09T09:24:04Z.diff.gz
-rw------- 1 root root  134704 2008-01-18 17:43
mirror_metadata.2008-01-11T17:21:34Z.diff.gz
-rw------- 1 root root   48865 2008-01-24 17:43
mirror_metadata.2008-01-18T17:34:36Z.diff.gz
-rw------- 1 root root    2445 2008-01-25 17:36
mirror_metadata.2008-01-24T17:32:56Z.diff.gz
-rw------- 1 root root    3396 2008-01-29 13:42
mirror_metadata.2008-01-25T17:31:34Z.diff.gz
-rw------- 1 root root   42384 2008-01-29 17:46
mirror_metadata.2008-01-29T13:36:54Z.diff.gz
-rw------- 1 root root  644276 2008-01-31 18:15
mirror_metadata.2008-01-29T17:39:43Z.diff.gz
-rw------- 1 root root 2179075 2008-01-31 18:15
mirror_metadata.2008-01-31T17:46:32Z.snapshot.gz
-rw------- 1 root root 1668807 2008-02-05 18:03
mirror_metadata.2008-02-01T16:23:28Z.diff.gz
-rw------- 1 root root     735 2008-02-07 17:12
mirror_metadata.2008-02-05T17:32:49Z.diff.gz
-rw------- 1 root root    1231 2008-02-08 17:00
mirror_metadata.2008-02-07T17:10:00Z.diff.gz
-rw------- 1 root root    5423 2008-02-11 12:16
mirror_metadata.2008-02-08T16:58:31Z.diff.gz
-rw------- 1 root root  518305 2008-02-11 12:16
mirror_metadata.2008-02-11T12:08:55Z.snapshot.gz
-rw------- 1 root root  514981 2008-02-12 17:40 rdiff-backup.tmp.1.gz
-rw------- 1 root root     511 2007-12-11 10:53
session_statistics.2007-12-11T10:40:35Z.data
-rw------- 1 root root     550 2008-01-09 09:32
session_statistics.2008-01-09T09:24:04Z.data
-rw------- 1 root root     547 2008-01-11 17:29
session_statistics.2008-01-11T17:21:34Z.data
-rw------- 1 root root     542 2008-01-18 17:43
session_statistics.2008-01-18T17:34:36Z.data
-rw------- 1 root root     553 2008-01-24 17:43
session_statistics.2008-01-24T17:32:56Z.data
-rw------- 1 root root     538 2008-01-25 17:36
session_statistics.2008-01-25T17:31:34Z.data
-rw------- 1 root root     540 2008-01-29 13:42
session_statistics.2008-01-29T13:36:54Z.data
-rw------- 1 root root     536 2008-01-29 17:46
session_statistics.2008-01-29T17:39:43Z.data
-rw------- 1 root root     562 2008-01-31 18:15
session_statistics.2008-01-31T17:46:32Z.data
-rw------- 1 root root     541 2008-02-01 16:27
session_statistics.2008-02-01T16:23:28Z.data
-rw------- 1 root root     561 2008-02-05 18:03
session_statistics.2008-02-05T17:32:49Z.data
-rw------- 1 root root     537 2008-02-07 17:12
session_statistics.2008-02-07T17:10:00Z.data
-rw------- 1 root root     529 2008-02-08 17:00
session_statistics.2008-02-08T16:58:31Z.data
-rw------- 1 root root     546 2008-02-11 12:16
session_statistics.2008-02-11T12:08:55Z.data
address@hidden:~$ sudo ls -l
/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz
ls: cannot access
/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz:
No such file or directory
address@hidden:~$ man rdiff-backup
address@hidden:~$ sudo rdiff-backup address@hidden::/home
/media/SAM-BACKUP/139/home
address@hidden's password:
Warning: Local version 1.1.15 does not match remote version 1.1.14.
Previous backup seems to have failed, regressing destination now.
Exception '[Errno 2] No such file or directory:
'/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz''
raised of class '<type 'exceptions.OSError'>':
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
278, in take_action
    elif action == "backup": Backup(rps[0], rps[1])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
335, in Backup
    backup_final_init(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
435, in backup_final_init
    checkdest_if_necessary(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
829, in checkdest_if_necessary
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
69, in Regress
    regress_rbdir(manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
124, in regress_rbdir
    if has_meta_diff and not has_meta_snap: recreate_meta(meta_manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
153, in recreate_meta
    rpath.rename(temprp, finalrp)
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
245, in rename
    if not rp_source.lstat(): rp_dest.delete()
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
979, in delete
    else: self.conn.os.unlink(self.path)

Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 23, in <module>
    rdiff_backup.Main.error_check_Main(sys.argv[1:])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
278, in take_action
    elif action == "backup": Backup(rps[0], rps[1])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
335, in Backup
    backup_final_init(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
435, in backup_final_init
    checkdest_if_necessary(rpout)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
829, in checkdest_if_necessary
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
69, in Regress
    regress_rbdir(manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
124, in regress_rbdir
    if has_meta_diff and not has_meta_snap: recreate_meta(meta_manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
153, in recreate_meta
    rpath.rename(temprp, finalrp)
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
245, in rename
    if not rp_source.lstat(): rp_dest.delete()
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
979, in delete
    else: self.conn.os.unlink(self.path)
OSError: [Errno 2] No such file or directory:
'/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz'
Fatal Error: Lost connection to the remote system
address@hidden:~$ man rdiff-backup
address@hidden:~$ sudo rdiff-backup --check-destination-dir
address@hidden::/home /media/SAM-BACKUP/139/home
Fatal Error: Wrong number of arguments given.
See the rdiff-backup manual page for more information.
address@hidden:~$ sudo rdiff-backup --check-destination-dir
/media/SAM-BACKUP/139/home
Exception '[Errno 2] No such file or directory:
'/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz''
raised of class '<type 'exceptions.OSError'>':
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
280, in take_action
    elif action == "check-destination-dir": CheckDest(rps[0])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
786, in CheckDest
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
69, in Regress
    regress_rbdir(manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
124, in regress_rbdir
    if has_meta_diff and not has_meta_snap: recreate_meta(meta_manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
153, in recreate_meta
    rpath.rename(temprp, finalrp)
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
245, in rename
    if not rp_source.lstat(): rp_dest.delete()
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
979, in delete
    else: self.conn.os.unlink(self.path)

Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 23, in <module>
    rdiff_backup.Main.error_check_Main(sys.argv[1:])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
280, in take_action
    elif action == "check-destination-dir": CheckDest(rps[0])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
786, in CheckDest
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
69, in Regress
    regress_rbdir(manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
124, in regress_rbdir
    if has_meta_diff and not has_meta_snap: recreate_meta(meta_manager)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
153, in recreate_meta
    rpath.rename(temprp, finalrp)
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
245, in rename
    if not rp_source.lstat(): rp_dest.delete()
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
979, in delete
    else: self.conn.os.unlink(self.path)
OSError: [Errno 2] No such file or directory:
'/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz'
address@hidden:~$
address@hidden:~$ sudo touch
/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz
address@hidden:~$ sudo rdiff-backup --check-destination-dir
/media/SAM-BACKUP/139/home
Exception '[Errno 2] No such file or directory:
'/media/SAM-BACKUP/139/home/rdiff-backup-data/increments.2008-02-08T16:58:31Z.dir''
raised of class '<type 'exceptions.OSError'>':
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
280, in take_action
    elif action == "check-destination-dir": CheckDest(rps[0])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
786, in CheckDest
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
72, in Regress
    ITR.Finish()
  File "/var/lib/python-support/python2.5/rdiff_backup/rorpiter.py",
line 247, in Finish
    to_be_finished.end_process()
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
332, in end_process
    rf.regress_inc.delete()
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
979, in delete
    else: self.conn.os.unlink(self.path)

Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 23, in <module>
    rdiff_backup.Main.error_check_Main(sys.argv[1:])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
302, in error_check_Main
    try: Main(arglist)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
322, in Main
    take_action(rps)
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
280, in take_action
    elif action == "check-destination-dir": CheckDest(rps[0])
  File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line
786, in CheckDest
    dest_rp.conn.regress.Regress(dest_rp)
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
72, in Regress
    ITR.Finish()
  File "/var/lib/python-support/python2.5/rdiff_backup/rorpiter.py",
line 247, in Finish
    to_be_finished.end_process()
  File "/var/lib/python-support/python2.5/rdiff_backup/regress.py", line
332, in end_process
    rf.regress_inc.delete()
  File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line
979, in delete
    else: self.conn.os.unlink(self.path)
OSError: [Errno 2] No such file or directory:
'/media/SAM-BACKUP/139/home/rdiff-backup-data/increments.2008-02-08T16:58:31Z.dir'
address@hidden:~$ sudo touch
/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz
touch: cannot touch
`/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz':
No such file or directory
address@hidden:~$ sudo touch
/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz
touch: cannot touch
`/media/SAM-BACKUP/139/home/rdiff-backup-data/mirror_metadata.2008-02-08T16:58:31Z.snapshot.gz':
No such file or directory
address@hidden:~$ sudo ls /media/SAM-BACKUP/139/home/rdiff-backup-data
ls: cannot access /media/SAM-BACKUP/139/home/rdiff-backup-data: No such
file or directory
address@hidden:~$ sudo ls /media/SAM-BACKUP/139/home/
ls: cannot access /media/SAM-BACKUP/139/home/: No such file or directory
address@hidden:~$ sudo ls /media/SAM-BACKUP/139
address@hidden:~$ sudo ls /media/SAM-BACKUP
1  131    139  220  220.o  220.oo  lost+found  winxp2.sda2.gz
address@hidden:~$ sudo ls /media/SAM-BACKUP/139
address@hidden:~$ sudo ls /media/SAM-BACKUP/139
address@hidden:~$ sudo rdiff-backup  address@hidden::/home
/media/SAM-BACKUP/139/home
address@hidden's password:
Warning: Local version 1.1.15 does not match remote version 1.1.14.
address@hidden:~$






reply via email to

[Prev in Thread] Current Thread [Next in Thread]