[Bug 1302939] Re: Installing Ubuntu 14.04 on Lenovo H520 leads to unbootable system

2014-05-22 Thread Konstantin Serebryany
I have a very similar situation with Lenovo B350, except that Legacy BIOS 
doesn't seem to help either. 
Did anyone find any other solution?

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

Title:
  Installing Ubuntu 14.04 on Lenovo H520 leads to unbootable system

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

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


[Bug 1302939] Re: Installing Ubuntu 14.04 on Lenovo H520 leads to unbootable system

2014-05-22 Thread Konstantin Serebryany
I tried the steps from #9 with no luck. 
The grub-install step complains: 
grub-install: warning: this GPT partition label contains no BIOS boot 
Partition; embedding won't be possible.
grub-install: warning: Embedding is not possible. ...
grub-install: error: will not proceed with blocklists

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

Title:
  Installing Ubuntu 14.04 on Lenovo H520 leads to unbootable system

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

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


[Bug 1302939] Re: Installing Ubuntu 14.04 on Lenovo H520 leads to unbootable system

2014-05-22 Thread Konstantin Serebryany
Taking my words in #10 back -- legacy mode did help.

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

Title:
  Installing Ubuntu 14.04 on Lenovo H520 leads to unbootable system

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

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


[Bug 1274917] [NEW] make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed in Ubunut 14.04

2014-01-31 Thread Konstantin Serebryany
Public bug reported:

The current 14.04 candidate uses the kernel version that suffers from a bug 
described here:
https://bugzilla.kernel.org/show_bug.cgi?id=67651
Please make sure to pull the kernel with the fix before the 14.04 release. 

here is a small test case that would fail if the bug is present:

#include 
#include 
#include 
#include 
#include 
int main() {
  char *p = (char*)0x6000;
  size_t i;
  for (i = 0; i < 10; i++) {
void *addr = p + i * 4096;
void *ret = mmap(addr, 4096, PROT_WRITE | PROT_READ,
 MAP_PRIVATE | MAP_ANONYMOUS, 0, 0);
if (addr != ret) {
  fprintf(stderr, "failed at iteration %zd\n", i);
  char command[100];
  snprintf(command, sizeof(command), "cat /proc/%d/maps | head -30", 
getpid());
  system(command);
  return 1;
}
  }
}


On a broken kernel it will print something like this:

failed at iteration 65514
0040-00401000 r-xp  fc:00 20991316  /tmp/a.out
0060-00601000 r--p  fc:00 20991316  /tmp/a.out
00601000-00602000 rw-p 1000 fc:00 20991316  /tmp/a.out
6000-60001000 rw-p  00:00 0 
60001000-60002000 rw-p  00:00 0 
60002000-60003000 rw-p  00:00 0 
60003000-60004000 rw-p  00:00 0 
60004000-60005000 rw-p  00:00 0 
...

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

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

Title:
  make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed
  in Ubunut 14.04

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

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


[Bug 1274917] CRDA.txt

2014-02-03 Thread Konstantin Serebryany
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1274917/+attachment/3967264/+files/CRDA.txt

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

Title:
  make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed
  in Ubunut 14.04

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

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


[Bug 1274917] Lspci.txt

2014-02-03 Thread Konstantin Serebryany
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1274917/+attachment/3967266/+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/1274917

Title:
  make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed
  in Ubunut 14.04

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

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


[Bug 1274917] ProcInterrupts.txt

2014-02-03 Thread Konstantin Serebryany
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1274917/+attachment/3967268/+files/ProcInterrupts.txt

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

Title:
  make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed
  in Ubunut 14.04

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

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


[Bug 1274917] ProcCpuinfo.txt

2014-02-03 Thread Konstantin Serebryany
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1274917/+attachment/3967267/+files/ProcCpuinfo.txt

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

Title:
  make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed
  in Ubunut 14.04

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

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


[Bug 1274917] ProcModules.txt

2014-02-03 Thread Konstantin Serebryany
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1274917/+attachment/3967269/+files/ProcModules.txt

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

Title:
  make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed
  in Ubunut 14.04

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

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


[Bug 1274917] UdevDb.txt

2014-02-03 Thread Konstantin Serebryany
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1274917/+attachment/3967270/+files/UdevDb.txt

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

Title:
  make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed
  in Ubunut 14.04

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

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


[Bug 1274917] UdevLog.txt

2014-02-03 Thread Konstantin Serebryany
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1274917/+attachment/3967271/+files/UdevLog.txt

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

Title:
  make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed
  in Ubunut 14.04

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

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


[Bug 1274917] BootDmesg.txt

2014-02-03 Thread Konstantin Serebryany
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1274917/+attachment/3967263/+files/BootDmesg.txt

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

Title:
  make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed
  in Ubunut 14.04

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

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


[Bug 1274917] WifiSyslog.txt

2014-02-03 Thread Konstantin Serebryany
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1274917/+attachment/3967272/+files/WifiSyslog.txt

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

Title:
  make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed
  in Ubunut 14.04

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

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


[Bug 1274917] Re: make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed in Ubunut 14.04

2014-02-03 Thread Konstantin Serebryany
apport information

** Tags added: apport-collected trusty

** Description changed:

  The current 14.04 candidate uses the kernel version that suffers from a bug 
described here:
  https://bugzilla.kernel.org/show_bug.cgi?id=67651
  Please make sure to pull the kernel with the fix before the 14.04 release. 
  
  here is a small test case that would fail if the bug is present:
  
  #include 
  #include 
  #include 
  #include 
  #include 
  int main() {
char *p = (char*)0x6000;
size_t i;
for (i = 0; i < 10; i++) {
  void *addr = p + i * 4096;
  void *ret = mmap(addr, 4096, PROT_WRITE | PROT_READ,
   MAP_PRIVATE | MAP_ANONYMOUS, 0, 0);
  if (addr != ret) {
fprintf(stderr, "failed at iteration %zd\n", i);
char command[100];
snprintf(command, sizeof(command), "cat /proc/%d/maps | head -30", 
getpid());
system(command);
return 1;
  }
}
  }
  
  
  On a broken kernel it will print something like this:
  
  failed at iteration 65514
  0040-00401000 r-xp  fc:00 20991316  /tmp/a.out
  0060-00601000 r--p  fc:00 20991316  /tmp/a.out
  00601000-00602000 rw-p 1000 fc:00 20991316  /tmp/a.out
  6000-60001000 rw-p  00:00 0 
  60001000-60002000 rw-p  00:00 0 
  60002000-60003000 rw-p  00:00 0 
  60003000-60004000 rw-p  00:00 0 
  60004000-60005000 rw-p  00:00 0 
  ...
+ --- 
+ ApportVersion: 2.13.2-0ubuntu2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  lightdm7946 F pulseaudio
+   kcc8585 F pulseaudio
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=3959574f-f6cb-4fcf-aa75-5394c06884fd
+ InstallationDate: Installed on 2014-01-31 (2 days ago)
+ InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140130)
+ IwConfig:
+  eth0  no wireless extensions.
+  
+  lono wireless extensions.
+ Lsusb:
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 004: ID 0e0f:0008 VMware, Inc. 
+  Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
+  Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+ MachineType: VMware, Inc. VMware Virtual Platform
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_US
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 svgadrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-5-generic 
root=UUID=61da81e0-a5f8-45f4-96c2-6cfda9be652f ro find_preseed=/preseed.cfg 
auto noprompt priority=critical locale=en_US quiet
+ ProcVersionSignature: Ubuntu 3.13.0-5.20-generic 3.13.0
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
+  No PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-5-generic N/A
+  linux-backports-modules-3.13.0-5-generic  N/A
+  linux-firmware1.122
+ RfKill:
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  trusty
+ Uname: Linux 3.13.0-5-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 07/02/2012
+ dmi.bios.vendor: Phoenix Technologies LTD
+ dmi.bios.version: 6.00
+ dmi.board.name: 440BX Desktop Reference Platform
+ dmi.board.vendor: Intel Corporation
+ dmi.board.version: None
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: No Enclosure
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd07/02/2012:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
+ dmi.product.name: VMware Virtual Platform
+ dmi.product.version: None
+ dmi.sys.vendor: VMware, Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1274917/+attachment/3967262/+files/AlsaInfo.txt

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

Title:
  make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed
  in Ubunut 14.04

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

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


[Bug 1274917] CurrentDmesg.txt

2014-02-03 Thread Konstantin Serebryany
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1274917/+attachment/3967265/+files/CurrentDmesg.txt

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

Title:
  make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed
  in Ubunut 14.04

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

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


[Bug 1274917] Re: make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed in Ubunut 14.04

2014-02-03 Thread Konstantin Serebryany
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  make sure https://bugzilla.kernel.org/show_bug.cgi?id=67651 is fixed
  in Ubunut 14.04

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

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


[Bug 673893] [NEW] 10.04: binutils-gold is out of date

2010-11-10 Thread Konstantin Serebryany
Public bug reported:

Binary package hint: binutils

binutils-gold (2.20.1-3ubuntu7) seems to be too old in 10.04.
The version of gold available with apt-get fails to correctly link a static 
binary (the fresh gold works fine). 

% cat st.cc 
#include  
int main() { 
  int c = 1; 
  int res = sscanf("123", "%d", &c); 
  fprintf(stderr, "XXX: %d %d\n", res, c); 
} 
% g++ st.cc -static && ./a.out 
XXX: 1 123 
% sudo apt-get install binutils-gold 
... 
% g++ st.cc -static && ./a.out 
XXX: -1 1 
% sudo apt-get remove binutils-gold 
... 
% g++ st.cc -static && ./a.out 
XXX: 1 123

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

-- 
10.04: binutils-gold is out of date
https://bugs.launchpad.net/bugs/673893
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