On Jul 15, 2018 4:52 PM, Ax0n <[email protected]> wrote:
>
> I'm hoping someone on-list has actually gotten this to work and can point
> out where I'm going wrong.
>
> I've been trying for months off and on to get this to work. I have a
> feeling I just don't understand the documentation for meta-data (
> https://github.com/reyk/meta-data ) though I see at least one httpd.conf
> anachronism in the documentation. "Strip" isn't allowed in the "root"
> definition of httpd.conf, so httpd won't even start with this chunk of
> config:
>
> server "meta-data" {
> listen on 169.254.169.254 port 80
> fastcgi socket "/run/httpd.sock"
> root { "/", strip 1 }
> }
>
> I've removed ", strip 1 " from the httpd.conf, so my whole config looks
> like this. N.B. This may be my actual problem, but I don't know how to
> solve it.
I thought it was:
root "/" strip 1
No curlies and no comma, but I haven't tried it.
>
> ext_addr="*"
> server "default" {
> root "/htdocs/"
> directory auto index
> listen on $ext_addr port 80
> }
>
> # Include MIME types instead of the built-in ones
> types {
> include "/usr/share/misc/mime.types"
> }
>
> server "meta-data" {
> listen on 169.254.169.254 port 80
> fastcgi socket "/run/httpd.sock"
> root { "/" }
> }
>
> I've otherwise installed meta-data as the instructions say, and started it
> with this command-line:
>
> doas kfcgi -r -n 2 -u www -p / -- /usr/local/libexec/meta-data
>
> The meta-data directory structure is as follows:
> [axon@transient ~]$ find /home/vm/meta-data/ -type f
> /home/vm/meta-data/vmmbuntu/instance-id
> /home/vm/meta-data/vmmbuntu/username
> /home/vm/meta-data/vmmbuntu/public-keys/0/openssh-key
>
> Where instance-id contains "vm1", username contains "puffy" and the
> openssh-key is the public key for this laptop I'm running on.
>
> I downloaded xenial-server-cloudimg-amd64-disk1.img and converted it to raw
> with the qemu-img utility. I also made a 10GB image that I intended to
> install some stuff permanently to (ubuntu.img)
>
> I then started the vm like this:
>
> doas vmctl start vmmubuntu -d xenial-server-cloudimg-amd64-disk1.raw -d
> ubuntu.img -n local -m 2G -c
> Connected to /dev/ttyp2 (speed 115200)
> SeaBIOS (version 1.11.0p0-OpenBSD-vmm)
>
>
> [ 0.000000] Initializing
> cgroup subsys cpuset
> [ 0.000000] Initializing cgroup subsys cpu
> [ 0.000000] Initializing cgroup subsys cpuacct
> [ 0.000000] Linux version 4.4.0-130-generic (buildd@lgw01-amd64-039)
> (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #156-Ubuntu
> SMP Thu Jun 14 08:53:28 UTC 2018 (Ubuntu 4.4.0-130.156-generic 4.4.134)
> [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-130-generic
> root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
> [ 0.000000] KERNEL supported cpus:
> [ 0.000000] Intel GenuineIntel
> [ 0.000000] AMD AuthenticAMD
> [ 0.000000] Centaur CentaurHauls
> [ 0.000000] Disabled fast string operations
> [ 0.000000] x86/fpu: Legacy x87 FPU detected.
> [ 0.000000] x86/fpu: Using 'eager' FPU context switches.
> [ 0.000000] e820: BIOS-provided physical RAM map:
> [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
> [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fffbfff] usable
> [ 0.000000] BIOS-e820: [mem 0x000000007fffc000-0x000000007fffffff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff]
> reserved
> [ 0.000000] NX (Execute Disable) protection: active
> [ 0.000000] SMBIOS 2.4 present.
> [ 0.000000] e820: last_pfn = 0x7fffc max_arch_pfn = 0x400000000
> [ 0.000000] MTRR: Disabled
> [ 0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too.
> [ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC-
> UC
> [ 0.000000] Scanning 1 areas for low memory corruption
> [ 0.000000] RAMDISK: [mem 0x36aa4000-0x37549fff]
> [ 0.000000] ACPI: Early table checksum verification disabled
> [ 0.000000] ACPI BIOS Error (bug): A valid RSDP was not found
> (20150930/tbxfroot-243)
> [ 0.000000] No NUMA configuration found
> [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007fffbfff]
> [ 0.000000] NODE_DATA(0) allocated [mem 0x7fff7000-0x7fffbfff]
> [ 0.000000] Zone ranges:
> [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
> [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000007fffbfff]
> [ 0.000000] Normal empty
> [ 0.000000] Device empty
> [ 0.000000] Movable zone start for each node
> [ 0.000000] Early memory node ranges
> [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
> [ 0.000000] node 0: [mem 0x0000000000100000-0x000000007fffbfff]
> [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-
> 0x000000007fffbfff]
> [ 0.000000] SFI: Simple Firmware Interface v0.81
> http://simplefirmware.org
> [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
> [ 0.000000] No local APIC present
> [ 0.000000] APIC: disable apic facility
> [ 0.000000] APIC: switched to apic NOOP
> [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
> [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
> [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
> [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
> [ 0.000000] e820: [mem 0x80000000-0xfffbffff] available for PCI devices
> [ 0.000000] Booting paravirtualized kernel on bare hardware
> [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles:
> 0xffffffff, max_idle_ns: 7645519600211568 ns
> [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1
> nr_node_ids:1
> [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88007fc00000 s99544 r8192
> d31528 u2097152
> [ 0.000000] Built 1 zonelists in Node order, mobility grouping on.
> Total pages: 515972
> [ 0.000000] Policy zone: DMA32
> [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-130-generic
> root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
> [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> [ 0.000000] Memory: 2034024K/2096744K available (8546K kernel code,
> 1313K rwdata, 4000K rodata, 1516K init, 1316K bss, 62720K reserved, 0K
> cma-reserved)
> [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
> [ 0.000000] Kernel/User page tables isolation: enabled
> [ 0.000000] Hierarchical RCU implementation.
> [ 0.000000] Build-time adjustment of leaf fanout to 64.
> [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.
> [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1
> [ 0.000000] NR_IRQS:33024 nr_irqs:32 16
> [ 0.000000] Console: colour VGA+ 80x25
> [ 0.000000] console [tty1] enabled
> [ 0.000000] console [ttyS0] enabled
> [ 0.000000] tsc: Fast TSC calibration failed
> [ 0.000000] tsc: Using PIT calibration value
> [ 0.000000] tsc: Detected 15109.714 MHz processor
> [ 0.000057] Calibrating delay loop (skipped), value calculated using
> timer frequency.. 30219.42 BogoMIPS (lpj=60438856)
> [ 0.001828] pid_max: default: 32768 minimum: 301
> [ 0.002456] Security Framework initialized
> [ 0.002981] Yama: becoming mindful.
> [ 0.003424] AppArmor: AppArmor initialized
> [ 0.004129] Dentry cache hash table entries: 262144 (order: 9, 2097152
> bytes)
> [ 0.005721] Inode-cache hash table entries: 131072 (order: 8, 1048576
> bytes)
> [ 0.006953] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
> [ 0.007819] Mountpoint-cache hash table entries: 4096 (order: 3, 32768
> bytes)
> [ 0.008805] Initializing cgroup subsys io
> [ 0.009488] Initializing cgroup subsys memory
> [ 0.010048] Initializing cgroup subsys devices
> [ 0.010626] Initializing cgroup subsys freezer
> [ 0.011196] Initializing cgroup subsys net_cls
> [ 0.011814] Initializing cgroup subsys perf_event
> [ 0.012442] Initializing cgroup subsys net_prio
> [ 0.013044] Initializing cgroup subsys hugetlb
> [ 0.013630] Initializing cgroup subsys pids
> [ 0.014372] Disabled fast string operations
> [ 0.014923] mce: CPU supports 0 MCE banks
> [ 0.015453] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
> [ 0.016207] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
> [ 0.016996] Spectre V2 : Mitigation: Full generic retpoline
> [ 0.017706] Spectre V2 : Speculation control IBPB not-supported IBRS
> not-supported
> [ 0.018637] Speculative Store Bypass: Vulnerable
> [ 0.029319] Freeing SMP alternatives memory: 32K
> [ 0.036083] ftrace: allocating 32245 entries in 126 pages
> [ 0.065801] smpboot: Max logical packages: 1
> [ 0.066820] smpboot: weird, boot CPU (#0) not listed by the BIOS
> [ 0.068608] smpboot: SMP motherboard not detected
> [ 0.069674] smpboot: SMP disabled
> [ 0.071259] Apic disabled by BIOS
> [ 0.071701] smpboot: Local APIC not detected. Using dummy APIC emulation.
> [ 0.072575] Performance Events: unsupported p6 CPU model 37 no PMU
> driver, software events only.
> [ 0.073975] x86: Booted up 1 node, 1 CPUs
> [ 0.074736] smpboot: Total of 1 processors activated (30219.42 BogoMIPS)
> [ 0.075698] NMI watchdog: disabled (cpu0): hardware events not enabled
> [ 0.076382] NMI watchdog: Shutting down hard lockup detector on all cpus
> [ 0.076900] devtmpfs: initialized
> [ 0.077694] evm: security.selinux
> [ 0.078128] evm: security.SMACK64
> [ 0.078559] evm: security.SMACK64EXEC
> [ 0.079038] evm: security.SMACK64TRANSMUTE
> [ 0.079606] evm: security.SMACK64MMAP
> [ 0.080082] evm: security.ima
> [ 0.080474] evm: security.capability
> [ 0.081012] clocksource: jiffies: mask: 0xffffffff max_cycles:
> 0xffffffff, max_idle_ns: 7645041785100000 ns
> [ 0.081785] futex hash table entries: 256 (order: 2, 16384 bytes)
> [ 0.082264] pinctrl core: initialized pinctrl subsystem
> [ 0.082946] RTC time: 20:31:47, date: 07/15/18
> [ 0.083578] NET: Registered protocol family 16
> [ 0.084230] cpuidle: using governor ladder
> [ 0.084759] cpuidle: using governor menu
> [ 0.085333] PCI: Using configuration type 1 for base access
> [ 0.086516] ACPI: Interpreter disabled.
> [ 0.086835] vgaarb: loaded
> [ 0.087112] SCSI subsystem initialized
> [ 0.087458] usbcore: registered new interface driver usbfs
> [ 0.088173] usbcore: registered new interface driver hub
> [ 0.088859] usbcore: registered new device driver usb
> [ 0.089562] PCI: Probing PCI hardware
> [ 0.090059] PCI host bridge to bus 0000:00
> [ 0.090599] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
> [ 0.091346] pci_bus 0000:00: root bus resource [mem
> 0x00000000-0xfffffffff]
> [ 0.091850] pci_bus 0000:00: No busn resource found for root bus, will
> use [bus 00-ff]
> [ 0.094160] NetLabel: Initializing
> [ 0.094610] NetLabel: domain hash size = 128
> [ 0.095178] NetLabel: protocols = UNLABELED CIPSOv4
> [ 0.096163] NetLabel: unlabeled traffic allowed by default
> [ 0.096604] amd_nb: Cannot enumerate AMD northbridges
> [ 0.096984] clocksource: Switched to clocksource refined-jiffies
> [ 0.100607] AppArmor: AppArmor Filesystem Enabled
> [ 0.101353] pnp: PnP ACPI: disabled
> [ 0.102085] NET: Registered protocol family 2
> [ 0.102500] TCP established hash table entries: 16384 (order: 5, 131072
> bytes)
> [ 0.103478] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
> [ 0.104445] TCP: Hash tables configured (established 16384 bind 16384)
> [ 0.105318] UDP hash table entries: 1024 (order: 3, 32768 bytes)
> [ 0.106085] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
> [ 0.106720] NET: Registered protocol family 1
> [ 0.107104] Unpacking initramfs...
> [ 0.500755] Freeing initrd memory: 10904K
> [ 0.501340] platform rtc_cmos: registered platform RTC device (no PNP
> device found)
> [ 0.502321] Scanning for low memory corruption every 60 seconds
> [ 0.503339] audit: initializing netlink subsys (disabled)
> [ 0.504079] audit: type=2000 audit(1531686706.456:1): initialized
> [ 0.504897] Initialise system trusted keyring
> [ 0.505617] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [ 0.506724] zbud: loaded
> [ 0.507119] VFS: Disk quotas dquot_6.6.0
> [ 0.507659] VFS: Dquot-cache hash table entries: 512 (order 0, 4096
> bytes)
> [ 0.508575] squashfs: version 4.0 (2009/01/31) Phillip Lougher
> [ 0.509379] fuse init (API version 7.23)
> [ 0.509929] Key type big_key registered
> [ 0.510420] Allocating IMA MOK and blacklist keyrings.
> [ 0.511165] Key type asymmetric registered
> [ 0.511478] Asymmetric key parser 'x509' registered
> [ 0.511851] Block layer SCSI generic (bsg) driver version 0.4 loaded
> (major 249)
> [ 0.512491] io scheduler noop registered
> [ 0.512993] io scheduler deadline registered (default)
> [ 0.513650] io scheduler cfq registered
> [ 0.514181] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> [ 0.514893] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> [ 0.515879] virtio-pci 0000:00:01.0: virtio_pci: leaving for legacy
> driver
> [ 0.516802] virtio-pci 0000:00:02.0: virtio_pci: leaving for legacy
> driver
> [ 0.517738] virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy
> driver
> [ 0.518655] virtio-pci 0000:00:04.0: virtio_pci: leaving for legacy
> driver
> [ 0.519872] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
> [ 0.520858] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200)
> is a 16450
> [ 0.522177] Linux agpgart interface v0.103
> [ 0.522976] loop: module loaded
> [ 0.523513] vda: vda1
> [ 0.524081] libphy: Fixed MDIO Bus: probed
> [ 0.524612] tun: Universal TUN/TAP device driver, 1.6
> [ 0.525254] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
> [ 0.526120] PPP generic driver version 2.4.2
> [ 0.526456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [ 0.526932] ehci-pci: EHCI PCI platform driver
> [ 0.527268] ehci-platform: EHCI generic platform driver
> [ 0.527938] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [ 0.528723] ohci-pci: OHCI PCI platform driver
> [ 0.529313] ohci-platform: OHCI generic platform driver
> [ 0.529977] uhci_hcd: USB Universal Host Controller Interface driver
> [ 0.530837] i8042: PNP: No PS/2 controller found. Probing ports directly.
> [ 1.543833] i8042: No controller found
> [ 1.544362] mousedev: PS/2 mouse device common for all mice
> [ 1.545194] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
> [ 1.546388] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
> [ 1.547196] i2c /dev entries driver
> [ 1.547686] device-mapper: uevent: version 1.0.3
> [ 1.548295] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised:
> [email protected]
> [ 1.549366] ledtrig-cpu: registered to indicate activity on CPUs
> [ 1.550319] NET: Registered protocol family 10
> [ 1.551117] NET: Registered protocol family 17
> [ 1.551711] Key type dns_resolver registered
> [ 1.552391] registered taskstats version 1
> [ 1.552987] Loading compiled-in X.509 certificates
> [ 1.553812] Loaded X.509 cert 'Build time autogenerated kernel key:
> b3e0fe4bcd6378c38a2c0a4648abbc1fa5043a22'
> [ 1.555133] zswap: loaded using pool lzo/zbud
> [ 1.556274] Key type trusted registered
> [ 1.557544] Key type encrypted registered
> [ 1.558084] AppArmor: AppArmor sha1 policy hashing enabled
> [ 1.558778] ima: No TPM chip found, activating TPM-bypass!
> [ 1.559529] ima: Allocated hash algorithm: sha1
> [ 1.560122] evm: HMAC attrs: 0x1
> [ 1.560592] Magic number: 10:732:548
> [ 1.561101] tty ttyS24: hash matches
> [ 1.561602] rtc_cmos rtc_cmos: setting system clock to 2018-07-15
> 20:31:56 UTC (1531686716)
> [ 1.562663] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
> [ 1.563437] EDD information not available.
> [ 1.564318] Freeing unused kernel memory: 1516K
> [ 1.574477] Write protecting the kernel read-only data: 14336k
> [ 1.575309] Freeing unused kernel memory: 1680K
> [ 1.575933] Freeing unused kernel memory: 96K
> Lo[ 1.579399] random: udevadm: uninitialized urandom read (16 bytes
> read, 3 bits of entropy available)
> [ 1.580605] random: udevadm: uninitialized urandom read (16 bytes read,
> 3 bits of entropy available)
> ading, ple[ 1.582090] random: systemd-udevd: uninitialized urandom read
> (16 bytes read, 3 bits of entropy available)
> [ 1.583361] random: systemd-udevd: uninitialized urandom read (16 bytes
> read, 3 bits of entropy available)
> ase wait[ 1.584732] random: systemd-udevd: uninitialized urandom read
> (16 bytes read, 3 bits of entropy available)
> [ 1.585948] random: systemd-udevd: uninitialized urandom read (16 bytes
> read, 3 bits of entropy available)
> ...
> sta[ 1.589596] random: systemd-udevd: uninitialized urandom read (16
> bytes read, 3 bits of entropy available)
> [ 1.590815] random: systemd-udevd: uninitialized urandom read (16 bytes
> read, 3 bits of entropy available)
> rting ve[ 1.592784] random: systemd-udevd: uninitialized urandom read
> (16 bytes read, 3 bits of entropy available)
> [ 1.594102] random: systemd-udevd: uninitialized urandom read (16 bytes
> read, 3 bits of entropy available)
> rsion 229
> [ 1.614504] virtio_net virtio3 enp0s4: renamed from eth0
> [ 1.622648] SSE version of gcm_enc/dec engaged.
> [ 2.343921] clocksource: tsc: mask: 0xffffffffffffffff max_cycles:
> 0x1b3988434999, max_idle_ns: 881592976073 ns
> [ 2.344635] clocksource: Switched to clocksource tsc
> B[ 2.523758] md: linear personality registered for level -1
> egin: L[ 2.525040] md: multipath personality registered for level -4
> [ 2.526211] md: raid0 personality registered for level 0
> [ 2.527888] md: raid1 personality registered for level 1
> oading essential drivers ... [ 2.621600] raid6: sse2x1 gen() 34231 MB/s
> [ 2.696659] raid6: sse2x1 xor() 21192 MB/s
> [ 2.752056] raid6: sse2x2 gen() 27648 MB/s
> [ 2.825669] raid6: sse2x2 xor() 27712 MB/s
> [ 2.916059] raid6: sse2x4 gen() 37517 MB/s
> [ 3.007944] raid6: sse2x4 xor() 35330 MB/s
> [ 3.008586] raid6: using algorithm sse2x4 gen() 37517 MB/s
> [ 3.009277] raid6: .... xor() 35330 MB/s, rmw enabled
> [ 3.009955] raid6: using ssse3x2 recovery algorithm
> [ 3.011103] xor: measuring software checksum speed
> [ 3.043161] prefetch64-sse: 50983.000 MB/sec
> [ 3.093298] generic_sse: 149156.000 MB/sec
> [ 3.093913] xor: using function: generic_sse (149156.000 MB/sec)
> [ 3.095576] async_tx: api initialized (async)
> [ 3.099738] md: raid6 personality registered for level 6
> [ 3.100490] md: raid5 personality registered for level 5
> [ 3.101192] md: raid4 personality registered for level 4
> [ 3.103763] md: raid10 personality registered for level 10
> done.
> Begin: Running /scripts/init-premount ... d[ 3.118363] Btrfs loaded
> one.
> Begin[ 3.124635] EXT4-fs (vda1): INFO: recovery required on readonly
> filesystem
> [ 3.125575] EXT4-fs (vda1): write access will be enabled during recovery
> : Mounting root file system ... Begin: Running /scripts/local-top ... done.
> Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
> done.
> Warning: fsck not present, so skipping root file system
> [ 3.658527] EXT4-fs (vda1): recovery complete
> [ 3.659949] EXT4-fs (vda1): mounted filesystem with ordered data mode.
> Opts: (null)
> done.
> Begin: Runnin[ 3.667405] clocksource: timekeeping watchdog: Marking
> clocksource 'tsc' as unstable because the skew is too large:
> [ 3.670269] clocksource: 'refined-jiffies' wd_now:
> fffedd6d wd_last: fffedcf0 mask: ffffffff
> g[ 3.671903] clocksource: 'tsc' cs_now:
> 153710f486db9 cs_last: 1536e3459da3b mask: ffffffffffffffff
> [ 3.673347] clocksource: Switched to clocksource refined-jiffies
> /scripts/local-bottom ... done.
> Begin: Running /scripts/init-bottom ... done.
> [ 3.705550] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT
> +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT
> +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
> [ 3.707916] systemd[1]: Detected virtualization vm-other.
> [ 3.708621] systemd[1]: Detected architecture x86-64.
>
> Welcome to Ubuntu 16.04.4 LTS!
>
> [ 3.727483] systemd[1]: Set hostname to <ubuntu>.
> [ 3.763308] systemd[1]: Listening on Journal Socket (/dev/log).
> [ OK ] Listening on Journal Socket (/dev/log).
> [ 3.784411] systemd[1]: Set up automount Arbitrary Executable File
> Formats File System Automount Point.
> [ OK ] Set up automount Arbitrary Executab...ats File System Automount
> Point.
> [ 3.817884] systemd[1]: Created slice System Slice.
> [ OK ] Created slice System Slice.
> [ 3.837925] systemd[1]: Reached target Encrypted Volumes.
> [ OK ] Reached target Encrypted Volumes.
> [ 3.862169] systemd[1]: Listening on udev Kernel Socket.
> [ OK ] Listening on udev Kernel Socket.
> [ 3.881521] systemd[1]: Created slice User and Session Slice.
> [ OK ] Created slice User and Session Slice.
> [ 3.904671] systemd[1]: Listening on LVM2 metadata daemon socket.
> [ OK ] Listening on LVM2 metadata daemon socket.
> [ 3.928136] systemd[1]: Listening on Device-mapper event daemon FIFOs.
> [ OK ] Listening on Device-mapper event daemon FIFOs.
> [ 3.951735] systemd[1]: Started Trigger resolvconf update for networkd
> DNS.
> [ OK ] Started Trigger resolvconf update for networkd DNS.
> [ 3.978503] systemd[1]: Created slice system-serial\x2dgetty.slice.
> [ OK ] Created slice system-serial\x2dgetty.slice.
> [ 4.001831] systemd[1]: Listening on Syslog Socket.
> [ OK ] Listening on Syslog Socket.
> [ 4.021760] systemd[1]: Reached target Swap.
> [ OK ] Reached target Swap.
> [ 4.038496] systemd[1]: Started Forward Password Requests to Wall
> Directory Watch.
> [ OK ] Started Forward Password Requests to Wall Directory Watch.
> [ 4.065756] systemd[1]: Listening on Journal Socket.
> [ OK ] Listening on Journal Socket.
> [ 4.086113] systemd[1]: Mounting POSIX Message Queue File System...
> Mounting POSIX Message Queue File System...
> [ 4.109027] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots
> etc. using dmeventd or progress polling...
> Starting Monitoring of LVM2 mirrors... dmeventd or progress
> polling...
> [ 4.135783] systemd[1]: Starting Set console keymap...
> Starting Set console keymap...
> [ 4.149067] systemd[1]: Starting Nameserver information manager...
> Starting Nameserver information manager...
> [ 4.165861] systemd[1]: Mounting Debug File System...
> Mounting Debug File System...
> [ 4.179593] systemd[1]: Mounting Huge Pages File System...
> Mounting Huge Pages File System...
> [ 4.199668] systemd[1]: Starting Create list of required static device
> nodes for the current kernel...
> Starting Create list of required st... nodes for the current
> kernel...
> [ 4.229630] systemd[1]: Starting Load Kernel Modules...
> S[ 4.231769] Loading iSCSI transport class v2.0-870.
> tart[ 4.234007] iscsi: registered transport (tcp)
> ing Load Kernel Modu[ 4.239873] iscsi: registered transport (iser)
> les...
> [ 4.242886] systemd[1]: Starting Remount Root and Kernel File Systems...
> [ 4.244918] EXT4-fs (vda1): re-mounted. Opts: (null)
> Starting Remount Root and Kernel File Systems...
> [ 4.266019] systemd[1]: Listening on Journal Audit Socket.
> [ OK ] Listening on Journal Audit Socket.
> [ 4.289647] systemd[1]: Starting Journal Service...
> Starting Journal Service...
> [ 4.304014] systemd[1]: Reached target Slices.
> [ OK ] Reached target Slices.
> [ 4.319740] systemd[1]: Listening on /dev/initctl Compatibility Named
> Pipe.
> [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
> [ 4.346745] systemd[1]: Starting Uncomplicated firewall...
> Starting Uncomplicated firewall...
> [ 4.366372] systemd[1]: Listening on udev Control Socket.
> [ OK ] Listening on udev Control Socket.
> [ 4.386557] systemd[1]: Reached target User and Group Name Lookups.
> [ OK ] Reached target User and Group Name Lookups.
> [ 4.410025] systemd[1]: Listening on LVM2 poll daemon socket.
> [ OK ] Listening on LVM2 poll daemon socket.
> [ 4.430877] systemd[1]: Mounted POSIX Message Queue File System.
> [ OK ] Mounted POSIX Message Queue File System.
> [ 4.453348] systemd[1]: Mounted Huge Pages File System.
> [ OK ] Mounted Huge Pages File System.
> [ 4.473484] systemd[1]: Mounted Debug File System.
> [ OK ] Mounted Debug File System.
> [ 4.490289] systemd[1]: Started Journal Service.
> [ OK ] Started Journal Service.
> [ OK ] Started Set console keymap.
> [ OK ] Started Create list of required sta...ce nodes for the current
> kernel.
> [ OK ] Started Load Kernel Modules.
> [ OK ] Started Remount Root and Kernel File Systems.
> [ OK ] Started Uncomplicated firewall.
> [ OK ] Started Nameserver information manager.
> [ OK ] Started LVM2 metadata daemon.
> Starting Load/Save Random Seed...
> Starting udev Coldplug all Devices...
> Mounting FUSE Control File System...
> Starting Apply Kernel Variables...
> Starting Create Static Device Nodes in /dev...
> Starting Flush Journal to Persistent Storage...
> [ OK ] Mounted FUSE Control File System.
> [ OK ] Started Load/Save Random Seed.
> [ OK ] Started Apply Kernel Variables.
> [ OK ] Started Create Static Device Nodes in /dev.
> [ OK ] Started udev Coldplug all Devices.
> [ OK ] Started Flush Journal to Persistent Storage.
> Starting udev Kernel Device Manager...
> [ OK ] Started udev Kernel Device Manager.
> [ OK ] Started Dispatch Password Requests to Console Directory Watch.
> [ OK ] Found device /dev/ttyS0.
> [ OK ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress
> polling.
> [ OK ] Reached target Local File Systems (Pre).
> [ OK ] Reached target Local File Systems.
> Starting Initial cloud-init job (pre-networking)...
> Starting Create Volatile Files and Directories...
> Starting LSB: AppArmor initialization...
> Starting Set console font and keymap...
> Starting Tell Plymouth To Write Out Runtime Data...
> [ OK ] Started Create Volatile Files and Directories.
> [ OK ] Started Tell Plymouth To Write Out Runtime Data.
> [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
> Starting Network Time Synchronization...
> Starting Update UTMP about System Boot/Shutdown...
> [ OK ] Started Network Time Synchronization.
> [ OK ] Reached target System Time Synchronized.
> [ 4.756920] cloud-init[511]: Cloud-init v. 18.2 running 'init-local' at
> Sun, 15 Jul 2018 20:32:00 +0000. Up 4.62 seconds.
> [ OK ] Started Update UTMP about System Boot/Shutdown.
> [ OK ] Started LSB: AppArmor initialization.
> [ OK ] Started Set console font and keymap.
> [ OK ] Started Initial cloud-init job (pre-networking).
> [ OK ] Found device Virtio network device.
> [ OK ] Reached target Network (Pre).
> [ OK ] Created slice system-getty.slice.
> [ OK ] Started ifup for enp0s4.
> Starting Raise network interfaces...
> [ OK ] Started Raise network interfaces.
> Starting Initial cloud-init job (metadata service crawler)...
> [ OK ] Reached target Network.
> [ 65.480715] cloud-init[943]: Cloud-init v. 18.2 running 'init' at Sun,
> 15 Jul 2018 20:32:01 +0000. Up 5.34 seconds.
> [ 65.532718] cloud-init[943]: ci-info:
> ++++++++++++++++++++++++++++++++++++++Net
> device info+++++++++++++++++++++++++++++++++++++++
> [ 65.588722] cloud-init[943]: ci-info: +--------+------+-------------
> -----------------+---------------+-------+-------------------+
> [ 65.648726] cloud-init[943]: ci-info: | Device | Up |
> Address | Mask | Scope | Hw-Address |
> [ 65.704729] cloud-init[943]: ci-info: +--------+------+-------------
> -----------------+---------------+-------+-------------------+
> [ 65.764733] cloud-init[943]: ci-info: | enp0s4 | True |
> 10.13.37.46 | 255.255.255.0 | . | fe:e1:bb:d1:41:21 |
> [ 65.820736] cloud-init[943]: ci-info: | enp0s4 | True |
> fe80::fce1:bbff:fed1:4121/64 | . | link | fe:e1:bb:d1:41:21 |
> [ 65.880740] cloud-init[943]: ci-info: | lo | True |
> 127.0.0.1 | 255.0.0.0 | . | . |
> [ 65.936744] cloud-init[943]: ci-info: | lo | True |
> ::1/128 | . | host | . |
> [ 65.996747] cloud-init[943]: ci-info: +--------+------+-------------
> -----------------+---------------+-------+-------------------+
> [ 66.060751] cloud-init[943]: ci-info: ++++++++++++++++++++++++++++Route
> IPv4 info+++++++++++++++++++++++++++++
> [ 66.112755] cloud-init[943]: ci-info: +-------+-------------+-------
> -----+---------------+-----------+-------+
> [ 66.160758] cloud-init[943]: ci-info: | Route | Destination | Gateway
> | Genmask | Interface | Flags |
> [ 66.212761] cloud-init[943]: ci-info: +-------+-------------+-------
> -----+---------------+-----------+-------+
> [ 66.260764] cloud-init[943]: ci-info: | 0 | 0.0.0.0 | 10.13.37.1
> | 0.0.0.0 | enp0s4 | UG |
> [ 66.312767] cloud-init[943]: ci-info: | 1 | 10.13.37.0 | 0.0.0.0
> | 255.255.255.0 | enp0s4 | U |
> [ 66.360770] cloud-init[943]: ci-info: +-------+-------------+-------
> -----+---------------+-----------+-------+
> [ 66.412773] cloud-init[943]: 2018-07-15 20:35:27,445 -
> url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-
> 04-04/meta-data/instance-id' failed [195/120s]: request error
> [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded
> with url: /2009-04-04/meta-data/instance-id (Caused by
> ConnectTimeoutError(<requests.packages.urllib3.connection.HTTPConnection
> object at 0x7febd4aa0470>, 'Connection to 169.254.169.254 timed out.
> (connect timeout=50.0)'))]
> [ 66.608786] cloud-init[943]: 2018-07-15 20:35:27,445 -
> DataSourceEc2.py[CRITICAL]: Giving up on md from ['
> http://169.254.169.254/2009-04-04/meta-data/instance-id'] after 195 seconds
> [ 66.684790] cloud-init[943]: 2018-07-15 20:35:27,449 -
> url_helper.py[WARNING]: Calling 'http://10.13.37.1/latest/
> meta-data/instance-id' failed [0/120s]: request error
> [HTTPConnectionPool(host='10.13.37.1', port=80): Max retries exceeded with
> url: /latest/meta-data/instance-id (Caused by NewConnectionError('<requests.
> packages.urllib3.connection.HTTPConnection object at 0x7febd4aa0e80>:
> Failed to establish a new connection: [Errno 111] Connection refused',))]
> [ 66.872802] cloud-init[943]: 2018-07-15 20:35:28,453 -
> url_helper.py[WARNING]: Calling 'http://10.13.37.1/latest/
> meta-data/instance-id' failed [1/120s]: request error
> [HTTPConnectionPool(host='10.13.37.1', port=80): Max retries exceeded with
> url: /latest/meta-data/instance-id (Caused by NewConnectionError('<requests.
> packages.urllib3.connection.HTTPConnection object at 0x7febd4aa02b0>:
> Failed to establish a new connection: [Errno 111] Connection refused',))]
> [ 67.492841] cloud-init[943]: 2018-07-15 20:37:38,526 -
> DataSourceCloudStack.py[CRITICAL]: Giving up on waiting for the metadata
> from ['http://10.13.37.1/latest/meta-data/instance-id'] after 131 seconds
> [ OK ] Started Initial cloud-init job (metadata service crawler).
> [ OK ] Reached target Cloud-config availability.
> [ OK ] Reached target System Initialization.
> [ OK ] Listening on ACPID Listen Socket.
> [ OK ] Listening on D-Bus System Message Bus Socket.
> Starting Socket activation for snappy daemon.
> [ OK ] Started ACPI Events Check.
> [ OK ] Reached target Paths.
> Starting LXD - unix socket.
> [ OK ] Started Daily apt download activities.
> [ OK ] Started Daily apt upgrade and clean activities.
> [ OK ] Started Daily Cleanup of Temporary Directories.
> [ OK ] Listening on UUID daemon activation socket.
> [ OK ] Reached target Timers.
> [ OK ] Reached target Network is Online.
> Starting iSCSI initiator daemon (iscsid)...
> [ OK ] Listening on Socket activation for snappy daemon.
> [ OK ] Listening on LXD - unix socket.
> [ OK ] Reached target Sockets.
> [ OK ] Reached target Basic System.
> Starting Login Service...
> Starting Apply the settings specified in cloud-config...
> [ OK ] Started Regular background program processing daemon.
> Starting LSB: MD monitoring daemon...
> Starting /etc/rc.local Compatibility...
> [ OK ] Started D-Bus System Message Bus.
> Starting System Logging Service...
> [ OK ] Started Unattended Upgrades Shutdown.
> [ OK ] Started Deferred execution scheduler.
> [ OK ] Started ACPI event daemon.
> Starting OpenBSD Secure Shell server...
> Starting Accounts Service...
> Starting LXD - container startup/shutdown...
> [ OK ] Started FUSE filesystem for LXC.
> Starting LSB: Record successful boot for GRUB...
> Starting Snappy daemon...
> [ OK ] Started System Logging Service.
> [ OK ] Started OpenBSD Secure Shell server.
> [ OK ] Started Snappy daemon.
> [ OK ] Started iSCSI initiator daemon (iscsid).
> [ OK ] Started Apply the settings specified in cloud-config.
> [ OK ] Started /etc/rc.local Compatibility.
> [ OK ] Started LXD - container startup/shutdown.
> [ 68.252888] cloud-init[1037]: Cloud-init v. 18.2 running
> 'modules:config' at Sun, 15 Jul 2018 20:37:39 +0000. Up 68.20 seconds.
> [ OK ] Started LSB: MD monitoring daemon.
> [ OK ] Started LSB: Record successful boot for GRUB.
> [ OK ] Started Login Service.
> Starting Authenticate and Authorize Users to Run Privileged
> Tasks...
> Starting Login to default iSCSI targets...
> Starting Wait until snapd is fully seeded...
> [ OK ] Started Authenticate and Authorize Users to Run Privileged Tasks.
> [ OK ] Started Wait until snapd is fully seeded.
> [ OK ] Started Accounts Service.
> [ OK ] Started Login to default iSCSI targets.
> [ OK ] Reached target Remote File Systems (Pre).
> [ OK ] Reached target Remote File Systems.
> Starting Permit User Sessions...
> Starting LSB: automatic crash report generation...
> Starting LSB: daemon to balance interrupts for SMP systems...
> Starting LSB: Set the CPU Frequency Scaling governor to
> "ondemand"...
> [ OK ] Started Permit User Sessions.
> Starting Hold until boot process finishes up...
> Starting Terminate Plymouth Boot Screen...
> [ OK ] Started LSB: automatic crash report generation.
> [ OK ] Started LSB: daemon to balance interrupts for SMP systems.
> [ OK ] Started Hold until boot process finishes up.
> [ OK ] Started Terminate Plymouth Boot Screen.
> [ OK ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
> [ OK ] Started Serial Getty on ttyS0.
> [ OK ] Started Getty on tty1.
> [ OK ] Reached target Login Prompts.
> Starting Set console scheme...
> [ OK ] Reached target Multi-User System.
> [ OK ] Reached target Graphical Interface.
> Starting Update UTMP about System Runlevel Changes...
> Starting Execute cloud user/final scripts...
> [ OK ] Started Set console scheme.
> [ OK ] Started Update UTMP about System Runlevel Changes.
> [ 69.704979] cloud-init[1182]: Cloud-init v. 18.2 running 'modules:final'
> at Sun, 15 Jul 2018 20:37:40 +0000. Up 69.66 seconds.
> [ OK ] Started Execute cloud user/final scripts.
> [ 69.760983] cloud-init[1182]: Cloud-init v. 18.2 finished at Sun, 15 Jul
> 2018 20:37:40 +0000. Datasource DataSourceNone. Up 69.70 seconds
> [ 69.848988] cloud-init[1182]: 2018-07-15 20:37:40,743 -
> cc_final_message.py[WARNING]: Used fallback datasource
> [ OK ] Reached target Cloud-init target.
>
> Ubuntu 16.04.4 LTS ubuntu ttyS0
>
> ubuntu login:
>
> -----------------------------------
>
> At any rate, I cannot log into it with my SSH key and the puffy username,
> and the cloud-init didn't seem to get what it wanted from the meta-data
> service. Any ideas? I'm on the July 12 snapshot of 6.3-CURRENT.
>
> OpenBSD 6.3-current (GENERIC.MP) #127: Thu Jul 12 08:58:55 MDT 2018
> [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 8227655680 (7846MB)
> avail mem = 7902179328 (7536MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xe9d90 (47 entries)
> bios0: vendor Acer version "V1.07" date 11/07/2011
> bios0: Acer Aspire 5733Z
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP ASF! HPET APIC MCFG SLIC BOOT ASPT DMAR SSDT SSDT
> SSDT
> acpi0: wakeup devices AZAL(S3) P0P1(S4) EHC1(S3) USB1(S3) USB2(S3) USB3(S3)
> USB4(S3) USB5(S3) USB6(S3) USB7(S3) RP01(S4) PEG5(S4)
> acpitimer0 at acpi0: 3579545 Hz, 24 bits
> acpihpet0 at acpi0: 14318179 Hz
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2527.89 MHz
> cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,
> CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,
> PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,
> CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,POPCNT,AES,NXE,RDTSCP,
> LONG,LAHF,PERF,ITSC,SENSOR,ARAT,MELTDOWN
> cpu0: 256KB 64b/line 8-way L2 cache
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> cpu0: apic clock running at 133MHz
> cpu0: mwait min=64, max=64, C-substates=0.2.1.1, IBE
> cpu1 at mainbus0: apid 1 (application processor)
> cpu1: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2527.44 MHz
> cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,
> CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,
> PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,
> CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,POPCNT,AES,NXE,RDTSCP,
> LONG,LAHF,PERF,ITSC,SENSOR,ARAT,MELTDOWN
> cpu1: 256KB 64b/line 8-way L2 cache
> cpu1: smt 1, core 0, package 0
> cpu2 at mainbus0: apid 4 (application processor)
> cpu2: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2527.44 MHz
> cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,
> CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,
> PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,
> CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,POPCNT,AES,NXE,RDTSCP,
> LONG,LAHF,PERF,ITSC,SENSOR,ARAT,MELTDOWN
> cpu2: 256KB 64b/line 8-way L2 cache
> cpu2: smt 0, core 2, package 0
> cpu3 at mainbus0: apid 5 (application processor)
> cpu3: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2527.44 MHz
> cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,
> CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,
> PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,
> CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,POPCNT,AES,NXE,RDTSCP,
> LONG,LAHF,PERF,ITSC,SENSOR,ARAT,MELTDOWN
> cpu3: 256KB 64b/line 8-way L2 cache
> cpu3: smt 1, core 2, package 0
> ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
> , remapped to apid 2
> acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus -1 (P0P2)
> acpiprt2 at acpi0: bus 3 (P0P1)
> acpiprt3 at acpi0: bus 1 (RP01)
> acpiprt4 at acpi0: bus 2 (RP02)
> acpiprt5 at acpi0: bus -1 (RP03)
> acpiprt6 at acpi0: bus -1 (RP04)
> acpiprt7 at acpi0: bus -1 (RP05)
> acpiprt8 at acpi0: bus -1 (RP06)
> acpiprt9 at acpi0: bus -1 (RP07)
> acpiprt10 at acpi0: bus -1 (RP08)
> acpiprt11 at acpi0: bus -1 (PEG5)
> acpiec0 at acpi0
> acpicpu0 at acpi0: C3(350@245 mwait.3@0x20), C1(1000@3 mwait.1), PSS
> acpicpu1 at acpi0: C3(350@245 mwait.3@0x20), C1(1000@3 mwait.1), PSS
> acpicpu2 at acpi0: C3(350@245 mwait.3@0x20), C1(1000@3 mwait.1), PSS
> acpicpu3 at acpi0: C3(350@245 mwait.3@0x20), C1(1000@3 mwait.1), PSS
> "pnp0c14" at acpi0 not configured
> acpibat0 at acpi0: BAT0 model "Li_Ion_4000mA " serial 78da type Lion oem
> "SANYO "
> acpiac0 at acpi0: AC unit online
> acpibtn0 at acpi0: PWRB
> acpibtn1 at acpi0: LID0
> acpibtn2 at acpi0: SLPB
> acpicmos0 at acpi0
> "ETD0500" at acpi0 not configured
> "PNP0C14" at acpi0 not configured
> "PNP0C14" at acpi0 not configured
> acpivideo0 at acpi0: GFX0
> acpivout at acpivideo0 not configured
> acpivideo1 at acpi0: VGA_
> cpu0: Enhanced SpeedStep 2527 MHz: speeds: 2533, 2399, 2266, 2133, 1999,
> 1866, 1733, 1599, 1466, 1333, 1199 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 "Intel Core Host" rev 0x02
> inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics" rev 0x02
> drm0 at inteldrm0
> intagp0 at inteldrm0
> agp0 at intagp0: aperture at 0xc0000000, size 0x10000000
> inteldrm0: msi
> inteldrm0: 1366x768, 32bpp
> wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation)
> wsdisplay0: screen 1-5 added (std, vt100 emulation)
> "Intel 3400 MEI" rev 0x06 at pci0 dev 22 function 0 not configured
> ehci0 at pci0 dev 26 function 0 "Intel 3400 USB" rev 0x05: apic 2 int 16
> usb0 at ehci0: USB revision 2.0
> uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev
> 2.00/1.00 addr 1
> azalia0 at pci0 dev 27 function 0 "Intel 3400 HD Audio" rev 0x05: msi
> azalia0: codecs: Realtek ALC272
> audio0 at azalia0
> ppb0 at pci0 dev 28 function 0 "Intel 3400 PCIE" rev 0x05: msi
> pci1 at ppb0 bus 1
> bge0 at pci1 dev 0 function 0 "Broadcom BCM57780" rev 0x01, BCM57780 A1
> (0x57780001): msi, address dc:0e:a1:91:7a:b9
> brgphy0 at bge0 phy 1: BCM57780 10/100/1000baseT PHY, rev. 1
> ppb1 at pci0 dev 28 function 1 "Intel 3400 PCIE" rev 0x05: msi
> pci2 at ppb1 bus 2
> athn0 at pci2 dev 0 function 0 "Atheros AR9285" rev 0x01: apic 2 int 17
> athn0: AR9285 rev 2 (1T1R), ROM rev 13, address 00:25:d3:f4:f8:4b
> ehci1 at pci0 dev 29 function 0 "Intel 3400 USB" rev 0x05: apic 2 int 23
> usb1 at ehci1: USB revision 2.0
> uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev
> 2.00/1.00 addr 1
> ppb2 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xa5
> pci3 at ppb2 bus 3
> pcib0 at pci0 dev 31 function 0 "Intel HM55 LPC" rev 0x05
> ahci0 at pci0 dev 31 function 2 "Intel 3400 AHCI" rev 0x05: msi, AHCI 1.3
> ahci0: port 0: 3.0Gb/s
> ahci0: port 1: 1.5Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 0 lun 0: <ATA, SanDisk SDSSDA12, Z320> SCSI3 0/direct
> fixed naa.5001b444a668bf8d
> sd0: 114473MB, 512 bytes/sector, 234441648 sectors, thin
> cd0 at scsibus1 targ 1 lun 0: <HL-DT-ST, CDRW/DVD GCCT20N, A108> ATAPI
> 5/cdrom removable
> ichiic0 at pci0 dev 31 function 3 "Intel 3400 SMBus" rev 0x05: apic 2 int 19
> iic0 at ichiic0
> spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600 SO-DIMM
> spdmem1 at iic0 addr 0x52: 4GB DDR3 SDRAM PC3-10600 SO-DIMM
> itherm0 at pci0 dev 31 function 6 "Intel 3400 Thermal" rev 0x05
> isa0 at pcib0
> isadma0 at isa0
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard, using wsdisplay0
> pms0 at pckbc0 (aux slot)
> wsmouse0 at pms0 mux 0
> pms0: Elantech Touchpad, version 2, firmware 0x40213
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> pci4 at mainbus0 bus 255
> pchb1 at pci4 dev 0 function 0 "Intel QuickPath" rev 0x02
> pchb2 at pci4 dev 0 function 1 "Intel QuickPath" rev 0x02
> pchb3 at pci4 dev 2 function 0 "Intel QPI Link" rev 0x02
> pchb4 at pci4 dev 2 function 1 "Intel QPI Physical" rev 0x02
> pchb5 at pci4 dev 2 function 2 "Intel Reserved" rev 0x02
> pchb6 at pci4 dev 2 function 3 "Intel Reserved" rev 0x02
> vmm0 at mainbus0: VMX/EPT
> uhub2 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching Hub"
> rev 2.00/0.00 addr 2
> uvideo0 at uhub2 port 1 configuration 1 interface 0 "SuYin 1.3M HD WebCam"
> rev 2.00/1.02 addr 3
> video0 at uvideo0
> umass0 at uhub2 port 2 configuration 1 interface 0 "Generic USB2.0-CRW" rev
> 2.00/38.82 addr 4
> umass0: using SCSI over Bulk-Only
> scsibus2 at umass0: 2 targets, initiator 0
> sd1 at scsibus2 targ 1 lun 0: <Generic-, Multi-Card, 1.00> SCSI0 0/direct
> removable serial.0bda0138516388200000
> uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub"
> rev 2.00/0.00 addr 2
> vscsi0 at root
> scsibus3 at vscsi0: 256 targets
> softraid0 at root
> scsibus4 at softraid0: 256 targets
> root on sd0a (7c4cada893c18112.a) swap on sd0b dump on sd0b
> athn0: device timeout
> lock order reversal:
> 1st 0xffffff01fa2f3cc0 vmmaplk (&map->lock) @ /usr/src/sys/uvm/uvm_fault.c:
> 1441
> 2nd 0xffff80000015c138 drmdevlk (&dev->struct_mutex) @
> /usr/src/sys/dev/pci/drm/i915/i915_gem.c:1801
> lock order "&dev->struct_mutex"(rwlock) -> "&map->lock"(rwlock) first seen
> at:
> #0 witness_checkorder+0x4c0
> #1 _rw_enter+0x68
> #2 vm_map_lock_ln+0xbc
> #3 uvm_map+0x1a1
> #4 km_alloc+0x16a
> #5 bus_space_map+0x159
> #6 i965_alloc_ifp+0xc1
> #7 intel_gtt_chipset_setup+0x1b1
> #8 intel_enable_gtt+0x26
> #9 i915_gem_init_hw+0x43
> #10 i915_gem_init+0x24e
> #11 i915_driver_load+0xfc1
> #12 inteldrm_attach+0x37f
> #13 config_attach+0x20e
> #14 pci_probe_device+0x501
> #15 pci_enumerate_bus+0xb7
> #16 config_attach+0x20e
> #17 mainbus_attach+0x24a
> #18 config_attach+0x20e
> lock order "&map->lock"(rwlock) -> "&dev->struct_mutex"(rwlock) first seen
> at:
> #0 witness_checkorder+0x4c0
> #1 _rw_enter_write+0x53
> #2 i915_gem_object_wait_rendering__nonblocking+0x1fa
> #3 i915_gem_fault+0x144
> #4 drm_fault+0x18a
> #5 uvm_fault+0x743
> #6 pageflttrap+0x14c
> #7 usertrap+0x23a
> #8 recall_trap+0x8
> lock order reversal:
> 1st 0xffff800000159270 &dev_priv->irq_lock (&dev_priv->irq_lock) @
> /usr/src/sys/dev/pci/drm/i915/intel_ringbuffer.c:1623
> 2nd 0xffffffff81dbfc98 &sched_lock (&sched_lock) @
> /usr/src/sys/kern/sched_bsd.c:551
> lock order "&sched_lock"(sched_lock) -> "&dev_priv->irq_lock"(mutex) first
> seen at:
> #0 witness_checkorder+0x4c0
> #1 _mtx_enter+0x31
> #2 gen5_ring_put_irq+0x35
> #3 __i915_wait_request+0x367
> #4 i915_gem_object_wait_rendering__nonblocking+0x1d6
> #5 i915_gem_set_domain_ioctl+0xdb
> #6 drm_do_ioctl+0x221
> #7 drmioctl+0xf9
> #8 VOP_IOCTL+0x5a
> #9 vn_ioctl+0x6b
> #10 sys_ioctl+0x3fe
> #11 syscall+0x32a
> #12 Xsyscall+0xef
> lock order "&dev_priv->irq_lock"(mutex) -> "&sched_lock"(sched_lock) first
> seen at:
> #0 witness_checkorder+0x4c0
> #1 ___mp_lock+0x70
> #2 schedclock+0x30
> #3 hardclock+0xe3
> #4 lapic_clockintr+0x3d
> #5 Xresume_lapic_ltimer+0x26
> #6 x86_bus_space_mem_read_4+0x14
> #7 gen5_ring_get_irq+0x72
> #8 __i915_wait_request+0x1a8
> #9 i915_gem_object_wait_rendering__nonblocking+0x1d6
> #10 i915_gem_set_domain_ioctl+0xdb
> #11 drm_do_ioctl+0x221
> #12 drmioctl+0xf9
> #13 VOP_IOCTL+0x5a
> #14 vn_ioctl+0x6b
> #15 sys_ioctl+0x3fe
> #16 syscall+0x32a
> #17 Xsyscall+0xef
> error: [drm:pid23599:intel_pipe_update_start] *ERROR* Potential atomic
> update failure on pipe A
> athn0: device timeout
> athn0: device timeout
> athn0: device timeout
> athn0: device timeout
> athn0: device timeout
> athn0: device timeout
> athn0: device timeout
> athn0: device timeout
> athn0: device timeout
> athn0: device timeout
> ext4fs: only read-only support right now
> ext4fs: only read-only support right now
> ext2fs: your file system says it needs recovery
> umass1 at uhub3 port 3 configuration 1 interface 0 "Dell Dell USB" rev
> 2.10/1.10 addr 3
> umass1: using SCSI over Bulk-Only
> scsibus5 at umass1: 2 targets, initiator 0
> sd2 at scsibus5 targ 1 lun 0: <Dell, Dell USB, PMAP> SCSI4 0/direct
> removable serial.095116b0B1810210A795
> sd2: 118272MB, 512 bytes/sector, 242221056 sectors
> ext4fs: only read-only support right now
> ext2fs: your file system says it needs recovery
> sd2 detached
> scsibus5 detached
> umass1 detached
> athn0: device timeout
> athn0: device timeout
> athn0: device timeout
> lock order reversal:
> 1st 0xffff800000159270 &dev_priv->irq_lock (&dev_priv->irq_lock) @
> /usr/src/sys/dev/pci/drm/i915/intel_ringbuffer.c:1623
> 2nd 0xffffffff81c860f0 /usr/src/sys/dev/audio.c:166
> (/usr/src/sys/dev/audio.c:166) @ /usr/src/sys/dev/pci/azalia.c:664
> lock order "&dev_priv->irq_lock"(mutex) ->
> "/usr/src/sys/dev/audio.c:166"(mutex)
> first seen at:
> #0 witness_checkorder+0x4c0
> #1 _mtx_enter+0x31
> #2 azalia_intr+0x32
> #3 intr_handler+0x74
> #4 Xintr_ioapic_edge17_untramp+0x15e
> #5 x86_bus_space_mem_read_4+0x14
> #6 gen5_ring_get_irq+0x72
> #7 __i915_wait_request+0x1a8
> #8 i915_gem_object_wait_rendering__nonblocking+0x1d6
> #9 i915_gem_set_domain_ioctl+0xdb
> #10 drm_do_ioctl+0x221
> #11 drmioctl+0xf9
> #12 VOP_IOCTL+0x5a
> #13 vn_ioctl+0x6b
> #14 sys_ioctl+0x3fe
> #15 syscall+0x32a
> #16 Xsyscall+0xef
> athn0: device timeout