From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 09:29:53 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF67E4D0 for ; Tue, 23 Sep 2014 09:29:52 +0000 (UTC) Received: from mail-lb0-x22a.google.com (mail-lb0-x22a.google.com [IPv6:2a00:1450:4010:c04::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65A74A05 for ; Tue, 23 Sep 2014 09:29:52 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id z11so2943676lbi.1 for ; Tue, 23 Sep 2014 02:29:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=VcCNKrw8ePIP5YHFcCwwTfL1s2AnAtx5Y9HQIbV71Tw=; b=YAGGqOuN2tn/VhND7//5v/mNDCbsAD5YfL4F6lxMr0u/O1Oqv4nhGW3BRj1wpnz1R0 PwtEkZ7EUsNsOuMchMJOaY0ldQuM0DXsDuQxMdv2hFPvL0K1s2SyI0wlqh9b7p9a0J3c pCbpbWOdXp1NKdNNeFI/8EKwWc7R1NkjjffvxW/5+kxjQ8orsBysTNYeGD8PHvATwi7+ zP7v4XV8jcagDqc5OuQLD2aB+03fxKpcI9loSjzyRzV6JvMIImO8+/dQQ3vJyVEJlr6k 7TnLtgg+RzmqhH7+f7eKV1EJAMA8sI05dOeOJq2XrDVkL2RcWwOyPp1U2umAsD+TZOnh l6nQ== MIME-Version: 1.0 X-Received: by 10.112.155.230 with SMTP id vz6mr1694890lbb.99.1411464590022; Tue, 23 Sep 2014 02:29:50 -0700 (PDT) Received: by 10.152.22.195 with HTTP; Tue, 23 Sep 2014 02:29:49 -0700 (PDT) Date: Tue, 23 Sep 2014 19:29:49 +1000 Message-ID: Subject: panic: CPU0 does not support SSE or x87 From: Outback Dingo To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 09:29:53 -0000 Ive just taken the FreeBSD Beta 10.1 qcow image and loaded it into a ubuntu based openstack deployment, when launching an instance i get the panic panic: CPU0 does not support SSE or x87 So seeking further enlightenment... the openstack deployment is running QEMU as the hypervisor. and the underlying machine cpu well... cat /proc/cpuinfo does list at least SSE as a valid extension.... though not sure how that translates in terms of qemu flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid Any thoughts?