[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-11-19 Thread Skipper
Andreas,

Your statement is too general as the problem seems to depend on the
kernel. I will try to clarify based on my experience, which is not
exhaustive by any measure:

Qemu is fixed in Cosmic (18.10) 64-bit running kernel 4.18.0-11-generic
(but does NOT work in kernel 4.18.0-10-generic). I did not try it in
Cosmic (18.10) 32-bit or any other 64-bit kernels.

Qemu works in Xenial (16.04) 32-bit running kernel 4.4.0-119-generic or
4.8.0-58-generic but does NOT work with any other kernel I tried. I did
not try it in Xenial (16.04) 64-bit.

Qemu does NOT work in Bionic (18.04) 32-bit with any kernel I tried. I
did not try it in Bionic (18.04) 64-bit.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-11-16 Thread Skipper
FIXED!!!

As soon as I finished the lengthy post above (#41) I upgraded Xubuntu
18.10 64-bit from kernel 4.18.0-10-generic to 4.18.0-11-generic and I
can now boot the Windows 10 guest. Everything works, although the
Windows 10 screen does not quite fit in the QEMU window (a bit too long)
and none of the items in the QEMU "View" menu changes anything. Perhaps
I can google this and find a fix. But it is usable so I'm not
complaining. Hopefully it stays usable going forward.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-11-15 Thread Skipper
I could not upgrade from Xubuntu 18.04 to Xubuntu 18.10, due to possible
demise of 32-bit support, so I have done a fresh install of Xubuntu
18.10 64-bit. Windows 10 guest will still not boot, but now I get the
BIOS flash and the Windows 10 Logo, on which it stays indefinitely with
100% cpu. Here is my qemu command:

qemu-system-x86_64 \
-name windows-10-pro \
-pidfile /tmp/windows-10-pro.pid \
-m 2047M \
-cpu host \
-smp 1 \
-enable-kvm \
-rtc clock=host,base=localtime \
-machine type=ubuntu \
-k en-us \
-drive 
file=/media/V-BOX/KVM/Win10/Win10-VM.qcow2,if=virtio,media=disk,format=qcow2,index=0
 \
-drive 
file=/media/Big_NTFS/G/Backup/KVM/Win10/Win10-VM_Backup_Disk.qcow2,if=virtio,media=disk,format=qcow2,index=1
 \
-drive 
file=/media/Shared/E/Win10-VM_Page_File.qcow2,if=virtio,media=disk,format=qcow2,index=2
 \
-usb \
-device usb-ehci,id=ehci \
-device piix3-usb-uhci \
-device usb-tablet

If I add ",hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time" to "-cpu
host" the cpu usage goes to 0-5% but still stuck on Windows 10 logo.

This command still works well on Xubuntu 16.04 32-bit (running qemu-
system-x86, of course), kernel 4.8.0-58.

Back to Xubuntu 18.10 64-bit, I can boot from xubuntu-18.10-desktop-
amd64.iso using this qemu command:

qemu-system-x86_64 \
-name xubuntu-18.10-desktop-amd64 \
-pidfile /tmp/xubuntu-18.10-desktop-amd64.pid \
-m 2047M \
-cpu host \
-smp 1 \
-enable-kvm \
-rtc clock=host,base=localtime \
-machine type=ubuntu \
-k en-us \
-boot d -cdrom /media/Shared/E/ISO/xubuntu-18.10-desktop-amd64.iso \
-usb \
-device piix3-usb-uhci \
-device usb-tablet

This leads me to believe it is a different problem than the original
post - maybe related to Windows. The same thing happens if I try
anything Windows related (WinXP Install ISO, Win10 Install ISO, WinPE
ISO, etc).

I tried virt-manager with an AOMEI Backupper WinPE ISO that I use to
backup Windows 10 guest and was able to get that to boot but no mouse
and no keyboard. When I Add Hardware > USB Host Device > Logitech MK260
Wireless Mouse/KB Combo, then run, my whole machine freezes and I have
to hard reboot. I know next to nothing about virt-manager so I don't
know how to proceed with that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-10-24 Thread Skipper
qemu-system-x86 broken when running kernel 4.15.0-38-generic as well -
same result (black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely).

Totally black screen immediately - no bios flashes.

Fully updated Xubuntu 18.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-10-02 Thread Skipper
qemu-system-x86 broken when running kernel 4.15.0-36-generic as well -
same result (black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely).

Totally black screen immediately - no bios flashes.

Fully updated Xubuntu 18.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-09-12 Thread Skipper
qemu-system-x86 broken when running kernel 4.15.0-34-generic as well -
same result (black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely).

Totally black screen immediately - no bios flashes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-08-23 Thread Skipper
qemu-system-x86 broken when running kernel 4.15.0-33-generic as well -
same result (black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely).

Totally black screen immediately - no bios flashes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-08-17 Thread Skipper
Since it appears that the problem is not my Xubuntu software setup (see
post #33), I thought that maybe it is my hardware setup, which is rather
old. So here is my hardware setup for you to consider:

Dell Inspiron 518 desktop (2008?)
Dell DG33M04/Foxconn G33M Motherboard
Intel G33 + ICH9 chipset
8GB memory
Intel Core 2 Duo E8400 CPU (replaced original E7300 - no VT-x)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-08-14 Thread Skipper
qemu-system-x86 broken when running kernel 4.15.0-32-generic as well -
same result (black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely).

Totally black screen immediately - no bios flashes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-08-13 Thread Skipper
I booted from the Xubuntu 18.04.1 Install ISO, installed qemu, copied
and modified some files to adjust for user name and permissions, and ran
my Windows 10 qemu-system-x86 script - same result (black screen
displays and qemu-system-x86 runs at 100% cpu indefinitely). Totally
black screen immediately - no bios flashes.

Therefore, it appears to me that the problem is not my Xubuntu software
setup.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-08-06 Thread Skipper
qemu-system-x86 broken when running kernel 4.15.0-30-generic as well -
same result (black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely).

Totally black screen immediately - no bios flashes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-08-05 Thread Skipper
Upgraded to xubuntu 18.04.1 (sudo do-release-upgrade) and kernel
4.15.0-29-generic. Same problem when running qemu-system-x86 (1:2.11
+dfsg-1ubuntu7.4) - black screen displays and qemu-system-x86 runs at
100% cpu indefinitely. Totally black screen immediately - no bios
flashes.

I thought this would be fixed by now, considering that I "Installed and
booted 4.8.0-58-generic and qemu-system-i386 worked OK" (see comment
#16).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-07-23 Thread Skipper
qemu-system-x86 broken when running kernel 4.4.0-131 as well - same
result (black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely).

Totally black screen immediately - no bios flashes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-07-02 Thread Skipper
qemu-system-x86 broken when running kernel 4.4.0-130 as well - same
result (black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely).

Totally black screen immediately - no bios flashes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-06-14 Thread Skipper
qemu-system-x86 broken when running kernel 4.4.0-128 as well - same
result (black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely).

Totally black screen immediately - no bios flashes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-05-23 Thread Skipper
qemu-system-x86 broken when running kernel 4.4.0-127 as well - same
result (black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-05-11 Thread Skipper
"... try the even newer 4.4.0-224 kernel?"

Could not find 4.4.0-224 kernel.

Installed and booted 4.8.0-58-generic and qemu-system-i386 worked OK.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-05-09 Thread Skipper
Also fails (4.4.0-124 kernel) when trying to boot from
xubuntu-18.04-desktop-i386 ISO - same result (black screen displays and
qemu-system-x86 runs at 100% cpu indefinitely).

qemu-system-i386 -name xubuntu-18.04-desktop-i386 -pidfile
/tmp/xubuntu-18.04-desktop-i386.pid -m 2047M -cpu host -smp 1 -enable-
kvm -rtc clock=host,base=localtime -machine type=ubuntu,accel=kvm -k en-
us -boot d -cdrom /media/Shared/E/ISO/xubuntu-18.04-desktop-i386.iso
-hda /media/V-BOX/KVM/Win10/Win10-VM.qcow2 -hdb
/media/Big_NTFS/G/Backup/KVM/Win10/Win10-VM_Backup_Disk.qcow2 -usb
-device usb-ehci,id=ehci -device piix3-usb-uhci -device usb-tablet

ergo - not related to guest being Windows 10.

Works fine when host booted with 4.4.0-119 kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-05-09 Thread Skipper
Also fails (4.4.0-124 kernel) when trying to boot from WinPE ISO - same
result (black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely).

qemu-system-i386 -name windows-10-PE -pidfile /tmp/windows-10-PE.pid -m
2047M -cpu host -smp 1 -enable-kvm -rtc clock=host,base=localtime
-machine type=ubuntu,accel=kvm -k en-us -boot d -cdrom
/media/Shared/E/ISO/AOMEI_Bootable_Rescue_WinPE.iso -hda
/media/V-BOX/KVM/Win10/Win10-VM.qcow2 -hdb
/media/Big_NTFS/G/Backup/KVM/Win10/Win10-VM_Backup_Disk.qcow2 -usb
-device usb-ehci,id=ehci -device piix3-usb-uhci -device usb-tablet

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-05-08 Thread Skipper
sudo pidstat -t -p 4063
Linux 4.4.0-124-generic (desktop)   05/08/2018  _i686_  (2 CPU)

09:43:39 PM   UID  TGID   TID%usr %system  %guest%CPU   CPU  
Command
09:43:39 PM  1000  4063 -0.013.010.013.04 1  
qemu-system-i38
09:43:39 PM  1000 -  40630.020.000.000.02 1  
|__qemu-system-i38
09:43:39 PM  1000 -  40640.000.000.000.00 1  
|__qemu-system-i38
09:43:39 PM  1000 -  40660.003.010.013.02 0  
|__qemu-system-i38
09:43:39 PM  1000 -  40680.000.000.000.00 1  
|__qemu-system-i38


sudo perf stat -e 'kvm:*' -a sleep 1h
^Csleep: Interrupt

 Performance counter stats for 'system wide':

 4,221,248  kvm:kvm_entry   
  (100.00%)
 0  kvm:kvm_hypercall   
  (100.00%)
 0  kvm:kvm_hv_hypercall
  (100.00%)
 0  kvm:kvm_pio 
  (100.00%)
 0  kvm:kvm_fast_mmio   
  (100.00%)
 0  kvm:kvm_cpuid   
  (100.00%)
 0  kvm:kvm_apic
  (100.00%)
 4,222,925  kvm:kvm_exit
  (100.00%)
 0  kvm:kvm_inj_virq
  (100.00%)
 0  kvm:kvm_inj_exception   
  (100.00%)
 0  kvm:kvm_page_fault  
  (100.00%)
 0  kvm:kvm_msr 
  (100.00%)
 0  kvm:kvm_cr  
  (100.00%)
 0  kvm:kvm_pic_set_irq 
  (100.00%)
 0  kvm:kvm_apic_ipi
  (100.00%)
 0  kvm:kvm_apic_accept_irq 
  (100.00%)
 0  kvm:kvm_eoi 
  (100.00%)
 0  kvm:kvm_pv_eoi  
  (100.00%)
 0  kvm:kvm_nested_vmrun
  (100.00%)
 0  kvm:kvm_nested_intercepts   
  (100.00%)
 0  kvm:kvm_nested_vmexit   
  (100.00%)
 0  kvm:kvm_nested_vmexit_inject
 (100.00%)
 0  kvm:kvm_nested_intr_vmexit  
   (100.00%)
 0  kvm:kvm_invlpga 
  (100.00%)
 0  kvm:kvm_skinit  
  (100.00%)
   169,094,024  kvm:kvm_emulate_insn
  (100.00%)
 0  kvm:vcpu_match_mmio 
  (100.00%)
 0  kvm:kvm_write_tsc_offset
  (100.00%)
 0  kvm:kvm_pml_full
  (100.00%)
 0  kvm:kvm_ple_window  
  (100.00%)
 0  kvm:kvm_pvclock_update  
  (100.00%)
 0  kvm:kvm_wait_lapic_expire   
  (100.00%)
 0  kvm:kvm_enter_smm   
  (100.00%)
 0  kvm:kvm_pi_irte_update  
  (100.00%)
 0  kvm:kvm_userspace_exit  
  (100.00%)
 0  kvm:kvm_vcpu_wakeup 
  (100.00%)
 0  kvm:kvm_set_irq 
  (100.00%)
 0  kvm:kvm_ioapic_set_irq  
  (100.00%)
 0  kvm:kvm_ioapic_delayed_eoi_inj  
   (100.00%)
 0  kvm:kvm_msi_set_irq 
  (100.00%)
 0  kvm:kvm_ack_irq 
  (100.00%)
 0  kvm:kvm_mmio
  (100.00%)
 0  kvm:kvm_fpu 
  (100.00%)
 0  kvm:kvm_age_page   

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-05-08 Thread Skipper
qemu-system-x86 broken when running kernel 4.4.0-124 as well - same
result (black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-05-04 Thread Skipper
ChristianEhrhardt:

I assume you want stats from when qemu is failing while running kernel
4.4.0-122. Since I am running kernel 4.4.0-119 so that I can use the VM,
that would require a reboot which would be inconvenient at this time. If
you could give me some specific commands to use to get what you want I
will try next time I reboot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-05-03 Thread Skipper
QEMU command:
qemu-system-i386 -name windows-10-pro -pidfile /tmp/windows-10-pro.pid -m 2047M 
-cpu host -smp 1 -enable-kvm -rtc clock=host,base=localtime -machine 
type=ubuntu -k en-us -drive 
file=/media/V-BOX/KVM/Win10/Win10-VM.qcow2,if=virtio,media=disk,format=qcow2,index=0
 -drive 
file=/media/Big_NTFS/G/Backup/KVM/Win10/Win10-VM_Backup_Disk.qcow2,if=virtio,media=disk,format=qcow2,index=1
 -drive 
file=/media/Shared/E/Win10-VM_Page_File.qcow2,if=virtio,media=disk,format=qcow2,index=2
 -usb -device usb-ehci,id=ehci -device 
usb-host,vendorid=0x13fe,productid=0x3100 -device 
usb-host,vendorid=0x090c,productid=0x1000 -device 
usb-host,vendorid=0x14cd,productid=0x1212 -device piix3-usb-uhci -device 
usb-tablet

I don't use Virt Manager.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] Re: Kernel 4.4.0-122 Breaks qemu-system-x86

2018-04-30 Thread Skipper
qemu-system-x86 broken when running kernel 4.4.0-121 as well - same
result (black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767857] [NEW] Kernel 4.4.0-122 Breaks qemu-system-x86

2018-04-29 Thread Skipper
Public bug reported:

Fully updated xubuntu 16.04 running kernel 4.4.0-122 breaks qemu-
system-x86: black screen displays and qemu-system-x86 runs at 100% cpu
indefinitely. Boot the same system with kernel 4.4.0-119 and qemu-
system-x86 works fine running a Windows 10 VM.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: qemu-system-x86 1:2.5+dfsg-5ubuntu10.25
ProcVersionSignature: Ubuntu 4.4.0-122.146-generic 4.4.117
Uname: Linux 4.4.0-122-generic i686
ApportVersion: 2.20.1-0ubuntu2.16
Architecture: i386
CurrentDesktop: XFCE
Date: Sun Apr 29 15:58:25 2018
InstallationDate: Installed on 2014-04-29 (1460 days ago)
InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140416.2)
KvmCmdLine:
 COMMAND STAT  EUID  RUID   PID  PPID %CPU COMMAND
 kvm-irqfd-clean S<   0 0   394 2  0.0 [kvm-irqfd-clean]
MachineType: Dell Inc. Inspiron 518
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-122-generic 
root=UUID=7cffb293-c044-4b2c-8343-dc50fd16db97 ro --verbose nosplash 
nmi_watchdog=0
SourcePackage: qemu
UpgradeStatus: Upgraded to xenial on 2016-08-10 (627 days ago)
dmi.bios.date: 03/30/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.0.8
dmi.board.name: 0K068D
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: OEM
dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.8:bd03/30/2009:svnDellInc.:pnInspiron518:pvr00:rvnDellInc.:rn0K068D:rvrA00:cvnDellInc.:ct3:cvrOEM:
dmi.product.name: Inspiron 518
dmi.product.version: 00
dmi.sys.vendor: Dell Inc.

** Affects: qemu (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767857

Title:
  Kernel 4.4.0-122 Breaks qemu-system-x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1767857/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1721428] Re: Artful (17.10) Session logout after screen turned off

2017-11-29 Thread skipper
I tried Budgie and standard Gnome Shell sessions. They don't have this
problem. Only the Ubuntu session (both xorg and wayland).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1721428

Title:
  Artful (17.10) Session logout after screen turned off

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1721428/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1721428] Re: Artful (17.10) Session logout after screen turned off

2017-11-19 Thread skipper
I also have it with Intel integrated graphics on both of my desktops,
connecting through DisplayPort. I hope this will help to find the
problem. But if its the display cable type, how come that there are only
few occurrences of the bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1721428

Title:
  Artful (17.10) Session logout after screen turned off

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1721428/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1712698] Re: Uninstalling Dash To Dock does not restore Ubuntu Dock

2017-09-26 Thread skipper
So what are the steps for fixing the problem?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1712698

Title:
  Uninstalling Dash To Dock does not restore Ubuntu Dock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1712698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 926509] Re: New Terminal and Terminal both do the same thing

2016-11-16 Thread skipper
Sorry, this may be not exactly the problem I have. My problem is that I
get a new window regardless there is one already running or not.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926509

Title:
  New Terminal and Terminal both do the same thing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/926509/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926509] Re: New Terminal and Terminal both do the same thing

2016-11-16 Thread skipper
Now I have this in 16.10.
It is quite disruptive for my workflow as I end up with many unwanted terminal 
windows, except getting to the one I want to use.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926509

Title:
  New Terminal and Terminal both do the same thing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/926509/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 927636] Re: plymouthd crashed with SIGSEGV in script_obj_deref_direct()

2014-02-11 Thread skipper
Now the crash happens in trusty as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927636

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/927636/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 145637] Re: Monitor document changes

2014-02-11 Thread skipper
This problem recently appeared in trusty. For working with tex/latex
this is really disruptive.

** Tags added: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/145637

Title:
  Monitor document changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/145637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 892696] Re: Xorg crash

2014-01-06 Thread skipper
I think this was a problem in the development version and was gone in
the release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892696

Title:
  Xorg crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/892696/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 892697] Re: [Macmini5, 3, Cirrus Logic CS4206, Headphone Out, No sound at all

2014-01-06 Thread skipper
** Changed in: alsa-driver (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892697

Title:
  [Macmini5,3, Cirrus Logic CS4206, Headphone Out,  No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/892697/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244033] [NEW] package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-23 Thread skipper
*** This bug is a duplicate of bug 1236951 ***
https://bugs.launchpad.net/bugs/1236951

Public bug reported:

The upgrade from raring to saucy  stopped with this error message.
After manually updating the packages I still receive this error message.

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: tex-common 4.04
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Thu Oct 24 11:07:58 2013
DuplicateSignature: package:tex-common:4.04:ErrorMessage: subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationDate: Installed on 2013-02-21 (244 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130214)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: tex-common
Title: package tex-common 4.04 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to saucy on 2013-10-24 (0 days ago)

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1244033

Title:
  package tex-common 4.04 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1244033/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235901] [NEW] package emacs24 24.3+1-1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-06 Thread skipper
Public bug reported:

got this message while upgrading to saucy

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: emacs24 24.3+1-1ubuntu3
ProcVersionSignature: Ubuntu 3.8.0-32.47-generic 3.8.13.10
Uname: Linux 3.8.0-32-generic x86_64
ApportVersion: 2.12.5-0ubuntu1
Architecture: amd64
Date: Sun Oct  6 19:29:55 2013
DuplicateSignature: package:emacs24:24.3+1-1ubuntu3:ErrorMessage: subprocess 
installed post-installation script returned error exit status 1
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationDate: Installed on 2013-02-15 (232 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130214)
MarkForUpload: True
SourcePackage: emacs24
Title: package emacs24 24.3+1-1ubuntu3 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to saucy on 2013-10-06 (0 days ago)

** Affects: emacs24 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235901

Title:
  package emacs24 24.3+1-1ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs24/+bug/1235901/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 927636] Re: plymouthd crashed with SIGSEGV in script_obj_deref_direct()

2013-03-26 Thread skipper
Yes, this is happening in raring.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927636

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/927636/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1021344] Re: Annotations use unreadable yellow color

2012-10-24 Thread skipper
Same on 12.10. Bit of searching reveals that this is a theme issue.
Workaround: switching to the adwaita theme, you get black font.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1021344

Title:
  Annotations use unreadable yellow color

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1021344/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068739] Re: logging in after dist-upgrade results in broken ui

2012-10-21 Thread skipper
Thanks for the instructions! I managed to get unity working. I had to
purge/reinstall many packages, but I guess that was due to the fact that
at some point I tried this ppa:
https://launchpad.net/~makson96/+archive/fglrx (which did not work 3
days ago).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068739

Title:
  logging in after dist-upgrade results in broken ui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1068739/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068434] Re: updating to Quantal breaks the system with Radeon HD 4200

2012-10-20 Thread skipper
Hey Dave,

Thanks for the answer! Now I can better phrase  what the problem is.

I don't care too much about 3D (no gaming for instance) but I use unity.
If this was known before and going back to the open-source driver is an
option then why is it not done during the upgrade?

What happened here is that for my production machine I postponed the
upgrade until the release was done. I have a couple of other machines on
which  I do  alpha/beta testing and they all looked good. Unfortunately
none of them is an ATI machine.

So after the release I did the upgrade and all I got was just the cursor
after logging in. For many years  I upgraded several machines, from
several ubuntu versions, but I 've never seen such a harsh failure
before. So maybe this is a bug for the upgrade process, which package is
that?

Please forgive my ignorance, but what is the preferred way to revert
back to the radeon driver? Or shall it be done through xorg.conf?

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068434

Title:
  updating to Quantal breaks the system with Radeon HD 4200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1068434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 892697] Re: [Macmini5, 3, Cirrus Logic CS4206, Headphone Out, No sound at all

2012-10-20 Thread skipper
It seems that the change did not go into Quantal. Any special reason for that?
Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892697

Title:
  [Macmini5,3, Cirrus Logic CS4206, Headphone Out,  No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/892697/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068434] [NEW] updating to Quantal breaks the system with Radeon HD 4200

2012-10-18 Thread skipper
Public bug reported:

Upgrading from Precise breaks the whole system as Unity does not start.

I managed to install icewm, that's how I can use the computer now.

I tried the PPA https://launchpad.net/~makson96/+archive/fglrx but it
did not work.

I tried to install the previous Catalyst driver manually, but it simply
does not compile. So I'm stuck.

Surely Radeon HD 4200 is not the newest card, but it is not that old.

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: lspci information
   https://bugs.launchpad.net/bugs/1068434/+attachment/3403592/+files/lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068434

Title:
  updating to Quantal breaks the system with Radeon HD 4200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1068434/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1028640] Re: session-installer crashed with TypeError in _on_property_changed(): could not convert type dbus.Array to PyObject required for parameter 0

2012-08-03 Thread skipper
crash while trying to install rar for file-roller

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1028640

Title:
  session-installer crashed with TypeError in _on_property_changed():
  could not convert type dbus.Array to PyObject required for parameter 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sessioninstaller/+bug/1028640/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 954977] [NEW] setting profile preferences and trying HUD I got crash message

2012-03-14 Thread skipper
Public bug reported:

It is a bit mysterious as the terminal itself did not crash.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-terminal 3.3.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
NonfreeKernelModules: wl nvidia
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Wed Mar 14 23:25:54 2012
ExecutablePath: /usr/bin/gnome-terminal
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64+mac 
(20120314)
ProcEnviron:
 LANGUAGE=en_AU:en
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug apport-lpi precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/954977

Title:
  setting profile preferences and trying HUD I got crash message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/954977/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 954977] Re: setting profile preferences and trying HUD I got crash message

2012-03-14 Thread skipper
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/954977

Title:
  setting profile preferences and trying HUD I got crash message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/954977/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 954977] Re: setting profile preferences and trying HUD I got crash message

2012-03-14 Thread skipper
It took a while to figure out the exact steps, but here they are:

1. Open a terminal.
2. Invoke HUD by hitting Alt
3. Type pr
4. Choose Profile preferences
5. Hit enter

The window appears but also apports start collecting information on
crash.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/954977

Title:
  setting profile preferences and trying HUD I got crash message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/954977/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 952610] Re: unity-scope-video-remote crashed with SIGSEGV in gethostbyname2_r()

2012-03-11 Thread skipper
*** This bug is a duplicate of bug 946474 ***
https://bugs.launchpad.net/bugs/946474


** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/952610

Title:
  unity-scope-video-remote crashed with SIGSEGV in gethostbyname2_r()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-video-remote/+bug/952610/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 945942] Re: nautilus crashed with SIGSEGV in g_main_context_dispatch()

2012-03-03 Thread skipper
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/945942

Title:
  nautilus crashed with SIGSEGV in g_main_context_dispatch()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/945942/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 892697] Re: [Macmini5, 3, Cirrus Logic CS4206, Headphone Out, No sound at all

2012-02-13 Thread skipper
So this python script makes it work, but has to be executed after each
boot/suspend. One can just put this into an init script, but that does
not seem to be a nice solution.

** Attachment added: hda.py
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/892697/+attachment/2737439/+files/hda.py

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892697

Title:
  [Macmini5,3, Cirrus Logic CS4206, Headphone Out,  No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/892697/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 804891] Re: nautilus crashed with SIGSEGV in g_timer_stop()

2012-01-13 Thread skipper
Same in Precise, I connected an external harddrive, nautilus could only
show a blank windowframe, then crashed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/804891

Title:
  nautilus crashed with SIGSEGV in g_timer_stop()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/804891/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 892697] Re: [Macmini5, 3, Cirrus Logic CS4206, Headphone Out, No sound at all

2011-12-05 Thread skipper
Yes, it works here as well. Strange enough, but I had to unmute the
Surround speaker and muting the front speaker has no effect at all
(maybe I did something differently).

I wonder whether the HDMI audio output is just the same kind of
rerouting, or more involved.

Anyhow, this workaround is fine at the moment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892697

Title:
  [Macmini5,3, Cirrus Logic CS4206, Headphone Out,  No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/892697/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 892697] Re: [Macmini5, 3, Cirrus Logic CS4206, Headphone Out, No sound at all

2011-12-03 Thread skipper
I tried connecting to a monitor with speakers by an HDMI cable. That
also does not work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892697

Title:
  [Macmini5,3, Cirrus Logic CS4206, Headphone Out,  No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/892697/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 892696] Re: Xorg crash

2011-11-19 Thread skipper
** Attachment added: xsession-errors
   
https://bugs.launchpad.net/bugs/892696/+attachment/2602493/+files/xsession-errors

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892696

Title:
  Xorg crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/892696/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 892696] [NEW] Xorg crash

2011-11-19 Thread skipper
Public bug reported:

In nautilus I try open an image file, the eog window appears, then crash
and I get back to login screen. The crash can be reproduced.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xorg 1:7.6+7ubuntu7
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,imgpng,move,place,unitymtgrabhandles,grid,session,regex,vpswitch,resize,mousepoll,gnomecompat,wall,animation,expo,fade,ezoom,scale,workarounds,unityshell]
CompositorRunning: compiz
Date: Sun Nov 20 17:30:21 2011
DistUpgraded: Fresh install
DistroCodename: oneiric
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Apple Computer Inc. Device [106b:00e7]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MachineType: Apple Inc. Macmini5,3
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=b7387e67-3d1a-4f22-a84a-b6defb4b567c ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/14/2011
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MM51.88Z.0077.B0E.1110141154
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-7BA5B2794B2CDB12
dmi.board.vendor: Apple Inc.
dmi.board.version: Macmini5,3
dmi.chassis.type: 16
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-7BA5B2794B2CDB12
dmi.modalias: 
dmi:bvnAppleInc.:bvrMM51.88Z.0077.B0E.1110141154:bd10/14/2011:svnAppleInc.:pnMacmini5,3:pvr1.0:rvnAppleInc.:rnMac-7BA5B2794B2CDB12:rvrMacmini5,3:cvnAppleInc.:ct16:cvrMac-7BA5B2794B2CDB12:
dmi.product.name: Macmini5,3
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu5
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 crash oneiric running-unity ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892696

Title:
  Xorg crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/892696/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 892697] Re: [Macmini5, 3, Cirrus Logic CS4206, Headphone Out, No sound at all

2011-11-19 Thread skipper
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892697

Title:
  [Macmini5,3, Cirrus Logic CS4206, Headphone Out,  No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/892697/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 892696] Re: Xorg crash

2011-11-19 Thread skipper
Now I think eog is crashing, since I can reproduce the bug from command
line without nautilus.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892696

Title:
  Xorg crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/892696/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 892697] [NEW] [Macmini5, 3, Cirrus Logic CS4206, Headphone Out, No sound at all

2011-11-19 Thread skipper
Public bug reported:

After a fresh install there was no sound at all.  I added the line
options snd-hda-intel model=mbp55
to alsa-base.conf, now there is sound but only through the internal speaker, 
while in Sound Settings only 'Analog Headphones' appears. The same with 
model=imac27. With model=auto in Sound Settings both the speaker and the 
headphones appear (looks like everything is ok), but in that case there is no 
sound at all.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: alsa-base 1.0.24+dfsg-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: Cirrus Analog [Cirrus Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sirna  7182 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xa090 irq 47'
   Mixer name   : 'Cirrus Logic CS4206'
   Components   : 'HDA:10134206,106b2100,00100302'
   Controls  : 17
   Simple ctrls  : 10
Date: Sun Nov 20 17:53:34 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Internal Audio - HDA Intel PCH
Symptom_Jack: Green Headphone Out, Rear
Symptom_Type: No sound at all
Title: [Macmini5,3, Cirrus Logic CS4206, Green Headphone Out, Rear] No sound at 
all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/14/2011
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MM51.88Z.0077.B0E.1110141154
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-7BA5B2794B2CDB12
dmi.board.vendor: Apple Inc.
dmi.board.version: Macmini5,3
dmi.chassis.type: 16
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-7BA5B2794B2CDB12
dmi.modalias: 
dmi:bvnAppleInc.:bvrMM51.88Z.0077.B0E.1110141154:bd10/14/2011:svnAppleInc.:pnMacmini5,3:pvr1.0:rvnAppleInc.:rnMac-7BA5B2794B2CDB12:rvrMacmini5,3:cvnAppleInc.:ct16:cvrMac-7BA5B2794B2CDB12:
dmi.product.name: Macmini5,3
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
mtime.conffile..etc.modprobe.d.alsa.base.conf: 2011-11-19T14:21:59.456393

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892697

Title:
  [Macmini5,3, Cirrus Logic CS4206, Headphone Out,  No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/892697/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 313452] Re: Jaunty, Karmic: when booting from one partition and installing to another, installer fails to unmount '/cdrom' this halts installation.

2011-10-16 Thread skipper
Still an issue in Oneiric.

I also followed teagu-wisc, but I copied the content to a USB stick and
mounted that one. Just in case you don't fit inti the memory.

Installing Ubuntu on MacAir2,1 without the Apple SuperDrive is  a
nightmare.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/313452

Title:
  Jaunty, Karmic: when booting from one partition and installing to
  another, installer fails to unmount '/cdrom' this halts installation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-installer/+bug/313452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 862161] Re: check_gl_texture_size crashed with SIGSEGV in __libc_start_main()

2011-10-06 Thread skipper
Fresh update, clean reboot, starting Firefox, clicking on a link and I
got this crash message. For the next click I could load the page though.
:)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/862161

Title:
  check_gl_texture_size crashed with SIGSEGV in __libc_start_main()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop3/+bug/862161/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 795373] Re: emacs23-x crashed with SIGABRT in __kernel_vsyscall()

2011-10-02 Thread skipper
I got the apport message about the crash when my laptop was waking up
from suspend mode. And strangely, the running emacs session did not seem
to be affected at all.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/795373

Title:
  emacs23-x crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/795373/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 847236] [NEW] [i945gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000002

2011-09-11 Thread skipper
Public bug reported:

The system survives this, but there is this message about crashing.

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.22.1-0ubuntu2
Architecture: i386
Chipset: i945gm
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sun Sep 11 15:57:54 2011
DistUpgraded: Fresh install
DistroCodename: oneiric
DistroVariant: ubuntu
DuplicateSignature: [i945gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002 
Ubuntu 11.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GraphicsCard:
 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics 
Controller [8086:27a2] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Intel Corporation Device [8086:7270]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110906)
InterpreterPath: /usr/bin/python2.7
MachineType: Apple Computer, Inc. Macmini1,1
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-10-generic 
root=UUID=7823655a-5ed6-46c5-8f1c-e5c53c33d7b8 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+7ubuntu7
 libdrm2  2.4.26-1ubuntu1
 xserver-xorg-video-intel 2:2.15.901-1ubuntu2
SourcePackage: xserver-xorg-video-intel
Title: [i945gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 10/12/06
dmi.bios.vendor: Apple Computer, Inc.
dmi.bios.version: MM11.88Z.0055.B08.0610121326
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Mac-F4208EC8
dmi.board.vendor: Apple Computer, Inc.
dmi.board.version: PVT
dmi.chassis.asset.tag: Asset Tag
dmi.chassis.type: 4
dmi.chassis.vendor: Apple Computer, Inc.
dmi.chassis.version: Mac-F4208EC8
dmi.modalias: 
dmi:bvnAppleComputer,Inc.:bvrMM11.88Z.0055.B08.0610121326:bd10/12/06:svnAppleComputer,Inc.:pnMacmini1,1:pvr1.0:rvnAppleComputer,Inc.:rnMac-F4208EC8:rvrPVT:cvnAppleComputer,Inc.:ct4:cvrMac-F4208EC8:
dmi.product.name: Macmini1,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Computer, Inc.
version.compiz: compiz 1:0.9.5.92+bzr2791-0ubuntu2
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash compiz-0.9 false-gpu-hang freeze i386 oneiric ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/847236

Title:
  [i945gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/847236/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 847236] Re: [i945gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000002

2011-09-11 Thread skipper
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/847236

Title:
  [i945gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0002

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/847236/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720089] Re: gretl crashes right after start

2011-08-18 Thread Skipper Seabold
I would also like to see this fixed downstream.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720089

Title:
  gretl crashes right after start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gretl/+bug/720089/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 711678] Re: Double entry of event in the OWA, for an event created with Lightning

2011-07-27 Thread Claus Vestergaard Skipper
ubuntu 11.04/64 - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18)
Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11 ms exchange 0.16

and

ubuntu 10.10/64 - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18)
Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11 ms exchange 0.16..

both systems generates double entries in my outlook/exchange 2010
calendar  when save  close  - single entry (correct!) when ctrl-s -
ctrl-w

no invitations seems to be send out in either case

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/711678

Title:
  Double entry of event in the OWA, for an event created with Lightning

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightning-exchange-provider/+bug/711678/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343182] Re: can't use the search in okular when using mozplugger

2010-08-31 Thread Skipper Seabold
Any workaround for this in Lucid?

-- 
can't use the search in okular when using mozplugger
https://bugs.launchpad.net/bugs/343182
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 243283] [NEW] Says it cannot find file andale32.exe

2008-06-26 Thread David Skipper
Public bug reported:

Binary package hint: msttcorefonts

Perform update and tried to install msttcorefonts.  Fails with a message
that it cannot find andale32.exe.

ProblemType: Package
Architecture: i386
Date: Thu Jun 26 11:32:34 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: fglrx
Package: msttcorefonts 2.4
PackageArchitecture: all
SourcePackage: msttcorefonts
Title: package msttcorefonts 2.4 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
Uname: Linux 2.6.24-19-generic i686

** Affects: msttcorefonts (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
Says it cannot find file andale32.exe
https://bugs.launchpad.net/bugs/243283
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 243283] Re: Says it cannot find file andale32.exe

2008-06-26 Thread David Skipper

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/15627393/Dependencies.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/15627394/DpkgTerminalLog.gz

-- 
Says it cannot find file andale32.exe
https://bugs.launchpad.net/bugs/243283
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 243283] Re: Says it cannot find file andale32.exe

2008-06-26 Thread David Skipper
Sorry for the false alarm, it was a buried setting in the http filtering that 
was blocking the file.  Was not in firewall settings, but web filtering.  Yes, 
I should have checked that one also before reporting.  Sorry again.
DJS

-- 
Says it cannot find file andale32.exe
https://bugs.launchpad.net/bugs/243283
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 173422] Re: unable to upgrade from feisty to gutsy

2008-02-01 Thread Skipper
I removed VLC and was then able to upgrade to Gutsy from the alternate
CD. Installed VLC afterward and everything is working fine.

On 2/1/08, Pedro Villavicencio [EMAIL PROTECTED] wrote:
 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. You reported this bug a while ago and there hasn't been
 any activity in it recently. We were wondering is this still an issue
 for you? Thanks in advance.

 ** Changed in: update-manager (Ubuntu)
Status: New = Incomplete

 --
 unable to upgrade from feisty to gutsy
 https://bugs.launchpad.net/bugs/173422
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
unable to upgrade from feisty to gutsy
https://bugs.launchpad.net/bugs/173422
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 88530] Re: USB ports: connect-debounce failed, port disabled

2007-06-28 Thread Skipper
This bug is still present in Gutsy Tribe 2. I am using the 64-bit
version.

uname -a
Linux ubuntu 2.6.22-7-generic #1 SMP Mon Jun 25 17:07:55 GMT 2007 x86_64 
GNU/Linux

-- 
USB ports: connect-debounce failed, port disabled
https://bugs.launchpad.net/bugs/88530
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs