Hi there ! I'm puzzled with a ssh issue. Things used to work "before", and now, i cannot access my vms anymore.
I experience the same problem on both diablo (on ubuntu oneiric) and essex (ubuntu precise). I generate a ssh key: euca-add-keypair mykey > ~/creds/testkey.priv chmod 0600 ~/creds/testkey.priv It looks like the following: ubuntu@manager-node:~/creds$ cat testkey.priv KEYPAIR testkey d5:47:1e:61:53:3d:36:61:1a:08:e9:00:a1:80:8d:a9 -----BEGIN RSA PRIVATE KEY----- MIICXAIBAAKBgQDS7d774T5M7kQR1ExJBD2+19Bf2GbYgwM9d/LZMmVVf3VpYWCq PXMAelR2nupAxpq68aWHiR4aL//8KZ6FomIxbLGbbzJpyYHowUe8qNlHSrcQrow2 XAu27w7GElfmq22nU/454oavSWu50pk8xLMwyRVh7/9+0ErxIoKmQxlvqwIDAQAB AoGAX7h9Idc0+5qBH4o1WElpb+rmcCh3e7fwx3tgpLpfDC68bKc5Q+iBAO2C2RYC /oRigYXZ9aj/FSlFRPzqKIDph+tMRZqWtG+1U49+iTRo5mzwG3xCgmDgtOhfM54Q ywJSZAuxZbBSNKOgZ0+iB48pZevGqWhcMviK6Wg5uyl746kCQQDyyD4PVKmELwSs mBfxqd02FS7oDKT5ZWg0o21ShiRkg0LTZ2rXFZYWUkBnH7ZXmtR3myj/mFSUH4HR qOniOWktAkEA3mmuBU1xk33rEl6sg7pRP7nrYNv5XvkzdWBfPLZ41ek1zhsSEPXP vBtnJ3IPhLtsU7Xc+8BR8/PY2l12xDuTNwJACUW6kQ1TuBevnwPkDjfFmhYvB2/M MTY9R51iRH+ZDjmxKK/Pdc1+QPX9PbMJXMkuCi9j3ncr68hURfSkkh5NNQJAHXXw KCGm/rt6LNe/kD9YzdEpvY3FzW/DAjQ+yUL+ZI9coi1xyi9VUfxrQI1aQuG0qq33 VJ2X/XF6cwpYVgvyJwJBAM5nHXhK2vBwsDc3nPByVG4mOjCC+i3I+Q6Du171QpNH Jj5H9deWAF9i5dQcrdRO7uHp8NVxTt2z9GHh8fNp2qM= -----END RSA PRIVATE KEY----- The key seems to be known by euca-tools. ubuntu@manager-node:~/creds$ euca-describe-keypairs KEYPAIR testkey d5:47:1e:61:53:3d:36:61:1a:08:e9:00:a1:80:8d:a9 I launch a vm with: euca-run-instances -k testkey ami-00000005 The vms itself is an instance of http://cloud-images.ubuntu.com/oneiric/current/oneiric-server-cloudimg-amd64.tar.gz Now, when i try to connect to the vm, i have the following error message: ubuntu@manager-node:~/creds$ ssh -vvvv -i testkey.priv ubuntu@192.168.123.5 OpenSSH_5.9p1 Debian-4ubuntu1, OpenSSL 1.0.1 14 Mar 2012 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to 192.168.123.5 [192.168.123.5] port 22. debug1: Connection established. debug3: Incorrect RSA1 identifier debug3: Could not load "testkey.priv" as a RSA1 public key debug3: key_read: missing whitespace debug1: identity file testkey.priv type -1 debug1: identity file testkey.priv-cert type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.8p1 Debian-7ubuntu1 debug1: match: OpenSSH_5.8p1 Debian-7ubuntu1 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-4ubuntu1 debug2: fd 3 setting O_NONBLOCK debug1: SSH2_MSG_KEXINIT sent Read from socket failed: Connection reset by peer Why is it mentionning the following ? debug3: Could not load "testkey.priv" as a RSA1 public key Is not testkey.priv supposed to be a _private_ key instead ? euca-get-console-output i-00000003 for the involved node is attached. ubuntu@manager-node:~/creds$ euca-describe-instances RESERVATION r-nu11r90h 2252de9d285c4400a2ef87845f971ef7 default INSTANCE i-00000003 ami-00000005 192.168.123.5 server-3 running testkey (2252de9d285c4400a2ef87845f971ef7, compute-a) 0 m1.small 2012-03-28T13:08:35.000Z nova aki-00000004 ari-00000003 monitoring-disabled 192.168.123.5 10.0.0.3 instance-store Any idea what i could do wrong ?
ubuntu@manager-node:~/creds$ euca-get-console-output i-00000003 i-00000003 2012-03-28T13:19:50.482Z [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.0.0-16-virtual (buildd@roseapple) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #29-Ubuntu SMP Tue Feb 14 13:27:41 UTC 2012 (Ubuntu 3.0.0-16.29-virtual 3.0.20) [ 0.000000] Command line: root=/dev/vda console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009bc00 (usable) [ 0.000000] BIOS-e820: 000000000009bc00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000007fffd000 (usable) [ 0.000000] BIOS-e820: 000000007fffd000 - 0000000080000000 (reserved) [ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI 2.4 present. [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0x7fffd max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [ffff8800000fdae0] fdae0 [ 0.000000] init_memory_mapping: 0000000000000000-000000007fffd000 [ 0.000000] RAMDISK: 7ffd9000 - 7fff0000 [ 0.000000] ACPI: RSDP 00000000000fd980 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007fffd7b0 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007fffd9b0 02589 (v01 BXPC BXDSDT 00000001 INTL 20100528) [ 0.000000] ACPI: FACS 000000007fffff40 00040 [ 0.000000] ACPI: SSDT 000000007fffd910 0009E (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: APIC 000000007fffd830 00072 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: HPET 000000007fffd7f0 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-000000007fffd000 [ 0.000000] Initmem setup node 0 0000000000000000-000000007fffd000 [ 0.000000] NODE_DATA [000000007fff8000 - 000000007fffcfff] [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal empty [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009b [ 0.000000] 0: 0x00000100 -> 0x0007fffd [ 0.000000] ACPI: PM-Timer IO Port: 0xb008 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 1, version 17, 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 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: 000000000009b000 - 000000000009c000 [ 0.000000] PM: Registered nosave memory: 000000000009c000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ffc0000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88007fc00000 s79296 r8192 d23104 u2097152 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 516995 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: root=/dev/vda console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2052116k/2097140k available (6216k kernel code, 468k absent, 44556k reserved, 6899k data, 900k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] NR_IRQS:4352 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 3213.814 MHz processor. [ 0.012665] Calibrating delay loop (skipped), value calculated using timer frequency.. 6427.62 BogoMIPS (lpj=12855256) [ 0.013232] pid_max: default: 32768 minimum: 301 [ 0.016410] Security Framework initialized [ 0.019694] AppArmor: AppArmor initialized [ 0.020050] Yama: becoming mindful. [ 0.026535] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.034807] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.039224] Mount-cache hash table entries: 256 [ 0.047751] Initializing cgroup subsys cpuacct [ 0.048326] Initializing cgroup subsys memory [ 0.048933] Initializing cgroup subsys devices [ 0.049106] Initializing cgroup subsys freezer [ 0.049242] Initializing cgroup subsys net_cls [ 0.049392] Initializing cgroup subsys blkio [ 0.049585] Initializing cgroup subsys perf_event [ 0.051562] mce: CPU supports 10 MCE banks [ 0.053740] SMP alternatives: switching to UP code [ 0.204663] Freeing SMP alternatives: 24k freed [ 0.205364] ACPI: Core revision 20110413 [ 0.239675] ftrace: allocating 26098 entries in 103 pages [ 0.263229] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.306096] CPU0: AMD QEMU Virtual CPU version 1.0 stepping 03 [ 0.312018] APIC calibration not consistent with PM-Timer: 96ms instead of 100ms [ 0.312018] APIC delta adjusted to PM-Timer: 6250012 (6000032) [ 0.312018] Performance Events: Broken PMU hardware detected, using software events only. [ 0.318437] Brought up 1 CPUs [ 0.318651] Total of 1 processors activated (6427.62 BogoMIPS). [ 0.326728] devtmpfs: initialized [ 0.355058] print_constraints: dummy: [ 0.355706] Time: 13:08:52 Date: 03/28/12 [ 0.357321] NET: Registered protocol family 16 [ 0.361997] ACPI: bus type pci registered [ 0.364074] PCI: Using configuration type 1 for base access [ 0.379478] bio: create slab <bio-0> at 0 [ 0.424800] ACPI: Interpreter enabled [ 0.424966] ACPI: (supports S0 S3 S4 S5) [ 0.425825] ACPI: Using IOAPIC for interrupt routing [ 0.484620] ACPI: No dock devices found. [ 0.484820] HEST: Table not found. [ 0.484960] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug [ 0.486890] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.492665] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI [ 0.492894] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB [ 0.505845] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e) [ 0.577295] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.578472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.579260] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.580326] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.581166] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0 [ 0.585824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.586093] vgaarb: loaded [ 0.586171] vgaarb: bridge control possible 0000:00:02.0 [ 0.589708] SCSI subsystem initialized [ 0.591876] usbcore: registered new interface driver usbfs [ 0.592490] usbcore: registered new interface driver hub [ 0.593049] usbcore: registered new device driver usb [ 0.595052] PCI: Using ACPI for IRQ routing [ 0.601769] NetLabel: Initializing [ 0.601890] NetLabel: domain hash size = 128 [ 0.601988] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.602943] NetLabel: unlabeled traffic allowed by default [ 0.604087] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.604517] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.604721] hpet0: 3 comparators, 64-bit 100.000000 MHz counter [ 0.613949] Switching to clocksource hpet [ 0.614606] Switched to NOHz mode on CPU #0 [ 0.710204] AppArmor: AppArmor Filesystem Enabled [ 0.711025] pnp: PnP ACPI init [ 0.711283] ACPI: bus type pnp registered [ 0.723799] pnp: PnP ACPI: found 8 devices [ 0.723992] ACPI: ACPI bus type pnp unregistered [ 0.753697] NET: Registered protocol family 2 [ 0.755761] IP route cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.768536] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) [ 0.814488] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.817137] TCP: Hash tables configured (established 262144 bind 65536) [ 0.817374] TCP reno registered [ 0.817569] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.817898] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.819756] NET: Registered protocol family 1 [ 0.820462] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.820676] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.821001] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.827725] audit: initializing netlink socket (disabled) [ 0.828704] type=2000 audit(1332940132.828:1): initialized [ 0.927440] Trying to unpack rootfs image as initramfs... [ 0.933125] rootfs image is not initramfs (junk in compressed archive); looks like an initrd [ 0.950762] Freeing initrd memory: 92k freed [ 0.952674] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.992512] VFS: Disk quotas dquot_6.5.2 [ 0.993371] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.003530] fuse init (API version 7.16) [ 1.005268] msgmni has been set to 4008 [ 1.046552] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 1.047271] io scheduler noop registered [ 1.047443] io scheduler deadline registered (default) [ 1.047955] io scheduler cfq registered [ 1.049950] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.050973] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.054273] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.054932] ACPI: Power Button [PWRF] [ 1.071056] ERST: Table is not found! [ 1.074218] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 [ 1.074592] virtio-pci 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 [ 1.077170] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 [ 1.077336] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 10 (level, high) -> IRQ 10 [ 1.078712] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.078887] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 [ 1.080513] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 1.080673] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 11 (level, high) -> IRQ 11 [ 1.082131] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.104436] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.126157] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 1.161008] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.182612] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 1.186665] Linux agpgart interface v0.103 [ 1.203685] brd: module loaded [ 1.210777] loop: module loaded [ 1.229410] vda: unknown partition table [ 1.247847] vdb: unknown partition table [ 1.258564] scsi0 : ata_piix [ 1.260307] scsi1 : ata_piix [ 1.261107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 1.261259] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 1.266043] Fixed MDIO Bus: probed [ 1.266674] PPP generic driver version 2.4.2 [ 1.267536] tun: Universal TUN/TAP device driver, 1.6 [ 1.267647] tun: (C) 1999-2004 Max Krasnyansky <m...@qualcomm.com> [ 1.275054] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.275444] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.275771] uhci_hcd: USB Universal Host Controller Interface driver [ 1.276646] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 10 (level, high) -> IRQ 10 [ 1.277095] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.278153] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.278961] uhci_hcd 0000:00:01.2: irq 10, io base 0x0000c080 [ 1.286582] hub 1-0:1.0: USB hub found [ 1.287130] hub 1-0:1.0: 2 ports detected [ 1.347346] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.350421] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.350744] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.352631] mousedev: PS/2 mouse device common for all mice [ 1.354312] rtc_cmos 00:01: RTC can wake from S4 [ 1.356701] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 1.365802] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs [ 1.372612] device-mapper: uevent: version 1.0.3 [ 1.374133] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-de...@redhat.com [ 1.374845] cpuidle: using governor ladder [ 1.375088] cpuidle: using governor menu [ 1.375172] EFI Variables Facility v0.08 2004-May-17 [ 1.378727] TCP cubic registered [ 1.380862] NET: Registered protocol family 10 [ 1.392612] NET: Registered protocol family 17 [ 1.393343] Registering the dns_resolver key type [ 1.396480] registered taskstats version 1 [ 1.411373] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.434833] Magic number: 4:528:130 [ 1.435415] acpi device:05: hash matches [ 1.436030] rtc_cmos 00:01: setting system clock to 2012-03-28 13:08:53 UTC (1332940133) [ 1.436437] powernow-k8: Processor cpuid 623 not supported [ 1.437816] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.438067] EDD information not available. [ 1.583310] md: Waiting for all devices to be available before autodetect [ 1.583519] md: If you don't use raid, use raid=noautodetect [ 1.586835] md: Autodetecting RAID arrays. [ 1.587049] md: Scanned 0 and added 0 devices. [ 1.587153] md: autorun ... [ 1.587259] md: ... autorun DONE. [ 1.589443] RAMDISK: Couldn't find valid RAM disk image starting at 0. [ 1.594986] EXT3-fs (vda): error: couldn't mount because of unsupported optional features (240) [ 1.598491] EXT2-fs (vda): error: couldn't mount because of unsupported optional features (240) [ 1.627258] EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: (null) [ 1.631341] VFS: Mounted root (ext4 filesystem) readonly on device 253:0. [ 1.633438] usb 1-1: new full speed USB device number 2 using uhci_hcd [ 1.693310] devtmpfs: mounted [ 1.712568] Freeing unused kernel memory: 900k freed [ 1.731082] Write protecting the kernel read-only data: 12288k [ 1.800992] Freeing unused kernel memory: 1956k freed [ 1.852208] Freeing unused kernel memory: 1364k freed [ 1.920712] Refined TSC clocksource calibration: 3214.391 MHz. [ 1.921171] Switching to clocksource tsc lxcmount stop/pre-start, process 62 [ 4.001549] init: lxcguest pre-start process (58) terminated with status 1 cloud-init start-local running: Wed, 28 Mar 2012 13:09:35 +0000. up 43.07 seconds no instance data found in start-local ci-info: lo : 1 127.0.0.1 255.0.0.0 ci-info: eth0 : 1 10.0.0.3 255.255.255.0 fa:16:3e:59:63:1b ci-info: route-0: 0.0.0.0 10.0.0.1 0.0.0.0 eth0 UG ci-info: route-1: 10.0.0.0 0.0.0.0 255.255.255.0 eth0 U cloud-init start running: Wed, 28 Mar 2012 13:09:48 +0000. up 56.41 seconds 2012-03-28 13:09:49,331 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:09:50,349 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:09:51,369 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:09:52,383 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:09:53,399 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:09:54,420 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:09:56,440 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:09:58,467 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:00,489 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:02,510 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:04,537 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:07,560 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:10,589 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:13,618 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:16,647 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:19,670 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:23,690 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:27,711 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:31,730 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:35,750 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:39,771 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:44,799 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:49,841 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:54,890 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:10:59,932 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:11:05,039 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:11:11,091 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:11:17,119 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:11:23,141 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:11:29,162 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused] 2012-03-28 13:11:35,174 - DataSourceEc2.py[CRITICAL]: giving up on md after 105 seconds no instance data found in start mountall: Event failed mountall: Plymouth command failed mountall: Plymouth command failed mountall: Plymouth command failed mountall: Plymouth command failed mountall: Disconnected from Plymouth * Starting AppArmor profiles [ OK ] Checking for running unattended-upgrades: landscape-client is not configured, please run landscape-config. ubuntu@manager-node:~/creds$ ubuntu@manager-node:~/creds$ ubuntu@manager-node:~/creds$
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp