[Bug 1870779] Re: [nvidia] Ubuntu 20.04 beta: Blank/black screen after login on an Nvidia-only desktop (GeForce GTX 1060)

2021-08-16 Thread Christopher Hall
*** This bug is a duplicate of bug 1869750 *** https://bugs.launchpad.net/bugs/1869750 I'm having a similar issue on Ubuntu 20.04. Currently, every time that I reboot I'm unable to login. I just get a black screen after logging in. I have noticed that if I first delete the contents of .config

[Bug 1442568] Re: Docker causes a segfault when starting containers

2016-04-25 Thread Christopher Hall
OK, I just wondered if there were additional details. I looked at aufs_utils, and it look like the problem is with the AUFin macro (au_util.h)which is #define AuFin(fmt, ...) \ error_at_line(errno, errno, __FILE__, __LINE__, fmt, ##__VA_ARGS__) I think this should be: #define

[Bug 1442568] Re: Docker causes a segfault when starting containers

2016-04-25 Thread Christopher Hall
*** This bug is a duplicate of bug 1441038 *** https://bugs.launchpad.net/bugs/1441038 Also interest to know what happened to bug #1441038 (or is this number incorrect?) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1327104] [NEW] internal error in lint_module

2014-06-06 Thread Christopher Hall
Public bug reported: The current version of Erlang 16B03 cannot compile function parameters and issues a error from the lint module. There was no problem with 16B02. This appears to be caused by a bug in syntax_tools-1.6.12 [OTP-11576] and has been fixed in 16B03-1. An example of the code

[Bug 1327104] Re: internal error in lint_module

2014-06-06 Thread Christopher Hall
Just to add that the working 16B02 was replaced by broken 16B03 after 12.04 LTS machine was upgraded to 14.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1327104 Title: internal error in

[Bug 929298] [NEW] jetty startup shows grep error

2012-02-08 Thread Christopher Hall
Public bug reported: Just installed jetty, as dependency of : apt-get install --no-install-recommends solr-jetty default-jdk on starting: using service jetty start the following errormessage is output: grep: character class syntax is [[:space:]], not [:space:] $ dpkg-query --show jetty

[Bug 929298] Re: jetty startup shows grep error

2012-02-08 Thread Christopher Hall
** Patch added: patch grep command in /etc/init.d/jetty https://bugs.launchpad.net/bugs/929298/+attachment/2725488/+files/init-jetty.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929298

[Bug 901525] [NEW] lack of PNG and JPEG support

2011-12-07 Thread Christopher Hall
Public bug reported: It appears that the python-gd package in Kubuntu 11.10 oneiric was compiled without PNG or JPEG support the installed package is: Package: python-gd Versions: 0.56+dfsg-2ubuntu1 The error can be seen quite easily by starting a python shell then: import gd

[Bug 589574] Re: libtidy creates invalid tags

2010-06-09 Thread Christopher Hall
Definitely use after free - tested by remarking the free() call in alloc.c. After this change the invalid tags show as big and /big. Code to do this was introduced in parse.c 1.178 title: inline propagation A work around is to remove this patch; but simply commenting out the call to InlineDup1

[Bug 589574] [NEW] libtidy creates invalid tags

2010-06-04 Thread Christopher Hall
Public bug reported: Binary package hint: tidy The following HTML causes libtidy to produce invalid tags: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; htmlbody pbia href=A bigB/i/bC/a/p /body/html The result of running