[Kernel-packages] [Bug 1468283] Re: Wrong Escape Sequences for Home and End keys

2015-06-25 Thread Michael Titke
(define (convert-csi-input port) (let ((char (read-char port))) (case char ((#\A) 'up) ((#\B) 'down) ((#\C) 'right) ((#\D) 'left) ((#\H) 'home) ((#\F) 'end) ((#\1) (if (eat!-char? #\~ port) 'home #f)) ; vt220 find / linux home ((#\2) (if (eat!-c

[Kernel-packages] [Bug 1465504] Re: Disk Operation Storms (ext4)

2015-06-17 Thread Michael Titke
> Joseph Salisbury (jsalisbury) wrote 40 minutes ago: #3 > > Would it be possible for you to test the latest upstream kernel? I'm sorry but I am not able to test any snapshot builds, upgrades or else. I've got a fixed time frame to get the machine up and running, do some testing, configuration,

[Kernel-packages] [Bug 1465504] [NEW] Disk Operation Storms (ext4)

2015-06-15 Thread Michael Titke
Public bug reported: I tried an installation with the ext4 file system on the system partition. Sometimes - once a day or every two days - I had what I call a disk operation storm: a lot of disk activity on the physical hard disk, unresponsive mouse cursor, bad performance for some seconds. The

Re: [Kernel-packages] [Bug 1464831] Re: Ubuntu should default to an EFI compatible install

2015-06-13 Thread Michael Titke
On 13/06/2015 22:06, Christopher M. Penalver wrote: > Michael Titke: > >> "- It's referred as a MacBook4,2..." > Not according to your bug description. True. It really says 4,1 > > Despite this, just to clarify, when I say install successfully I mean it >

Re: [Kernel-packages] [Bug 1464831] Re: Ubuntu should default to an EFI compatible install

2015-06-13 Thread Michael Titke
On 13/06/2015 18:50, Christopher M. Penalver wrote: > Michael Titke, thank you for reporting this and helping make Ubuntu > better. Just to clarify, are you able to take your MacBook4,1 when it > had OSX on it, download a Ubuntu live environment, and install without > any manual modifi

[Kernel-packages] [Bug 1464831] Re: Ubuntu should default to an EFI compatible install

2015-06-13 Thread Michael Titke
Regarding the EFI variables (default boot entry & chime volume) I found the following situation: - the kernel from live / installation dvd / iso does really contain the screwed up efi module configuration: there doesn't seem to be any way to access the firmware from within the live system - the i

[Kernel-packages] [Bug 1464831] [NEW] Ubuntu should default to an EFI compatible install

2015-06-12 Thread Michael Titke
Public bug reported: Please make Ubuntu Install default to using sane EFI compatible partitioning scheme and boot loader installation. Full Install Partition Table: GPT First Partition: Boot / ESP Label: EFI (VFAT/FAT32 with GPT boot flag enabled - see Mange Flags in gparted) On my Mac which