[Bug 1771539] Re: Xorg crash

2018-06-21 Thread Mario Costa
A) sudo cat /var/lib/whoopsie/whoopsie-id 126a6c719bcce7c3ad86f82dbca39dc81524233531d72481f4d5a2a4f2fac31510f8ea9e7daf5748cbe4667770413d4cc3e5644d79f968c0df829149ea1011b5 B) At the moment it is not possible to reinstall Ubuntu. I'm able to work more less fine as is, with the issue occurring. When

[Bug 1771539] Re: Xorg crash

2018-06-20 Thread Mario Costa
Since I've reinstalled the ubuntu 16.04, the problem persists, but the kernel parameter (radeon.runpm=0) is no longer present. I'll provide another log dump, when as soon as the problem occurs again. mc -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1771539] Re: Xorg crash

2018-06-07 Thread Mario Costa
1) ``` $ls -la /var/crash/ total 8080 drwxrwsrwt 2 root whoopsie4096 Jun 7 01:30 . drwxr-xr-x 14 root root4096 Ago 1 2017 .. -rwxrwxrwx 1 root whoopsie 0 Jun 7 01:17 .lock -rw-r- 1 root whoopsie 8265453 Jun 7 01:28 _usr_lib_xorg_Xorg.0.crash -rw-r--r--

[Bug 1771539] Re: Xorg crash

2018-06-06 Thread Mario Costa
Hi, thanks for you promptly response, unfortunately only now I had the time to check the things above. The HWE is the latest: ``` ~$ sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04 Reading package lists... Done Building dependency tree Reading

[Bug 1771539] Re: Xorg crash

2018-05-25 Thread Mario Costa
Honestly, I think it got worst at some point, after some update or after I changed from Unity to Gnome. Unfortunately I don't really have any additional info. Why do you "say" that the bios is outdated ? It is the last from the manufacturer, HP Elite Book 840 G1. ``` # dmidecode 3.0 Getting

[Bug 1771539] [NEW] Xorg crash

2018-05-16 Thread Mario Costa
Public bug reported: When I try to use ubuntu with dual desktop display it crashes continuously, and entering into login mode. I cannot use dual display. To use an external monitor, I have to start the laptop with the computer closed. It seems to be related to the graphic card, maybe dual

[Bug 1562696] Re: vagrant-libvirt: undefined method `group_by' for nil:NilClass (NoMethodError)

2016-05-22 Thread Mario Costa
*** This bug is a duplicate of bug 1559420 *** https://bugs.launchpad.net/bugs/1559420 Consider this fix, I've confirmed with ubunto 16.04 LTS, to fix the issue. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818237 -- You received this bug notification because you are a member of

[Bug 1562696] Re: vagrant-libvirt: undefined method `group_by' for nil:NilClass (NoMethodError)

2016-05-22 Thread Mario Costa
*** This bug is a duplicate of bug 1559420 *** https://bugs.launchpad.net/bugs/1559420 Also already a PR to vagrant github: https://github.com/mitchellh/vagrant/pull/7198 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1572903] Re: Upgrade from 14.04 to 16.04 dependency issues

2016-04-25 Thread Mario Costa
Add no problems afterwards, just using dpkg --confgure all, I've ended with a stable system, and successful upgrade. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1572903 Title: Upgrade from 14.04

[Bug 1572903] [NEW] Upgrade from 14.04 to 16.04 dependency issues

2016-04-21 Thread Mario Costa
Public bug reported: While upgrading from ubuntu 14.04 LTS to 16.04 LTS had errors regarding several packages, such as systemd-sysv and init package and others ... Please refer to the attached logs. Also the folowing errors: sudo update-manager -d [sudo] password for : Checking for a

[Bug 1453204] [NEW] DBus interfaces have name clashes with interfaces

2015-05-08 Thread Mario Costa
Public bug reported: Hi, I'm writing a java for packagekit dbus deamon (http://packages.ubuntu.com/trusty/packagekit) The daemon exports tow interfaces: 1- src/org.freedesktop.PackageKit.xml 2 - src/org.freedesktop.PackageKit.Transaction.xml The first, using the CreateInterface tool,

[Bug 1452869] [NEW] Unresolved Async Annotation in Generated Java Stub

2015-05-07 Thread Mario Costa
Public bug reported: Using CreateInterface utility in dbus-java-bin, the following Annotations was generated into the code, but cannot be resolved. import org.freedesktop.DBus.GLib.Async; ... @Async() public UInt32 CanAuthorize(String action_id); It seems, the CreateInterface is buggy.

[Bug 1414639] [NEW] Non deterministic infinite loops in find_recursive, 1:8.31-2ubuntu2

2015-01-26 Thread Mario Costa
Public bug reported: Pcre library overflows in: in (pcre_compile.c:2180:register int c = *code;) c i assigned to a value in [0-255]. in (pcre_compile.c:2239:code += PRIV(OP_lengths)[c];) the array is accessed via c, value. This array is initialized using define OP_LENGTHS in