Public bug reported:
I'm using Ubuntu 20.04.2 LTS, x85_64, fully patched. I'm using DocBook to build
a PDF. One of the steps I use in my build script is to validate and format the
XML using xmllint from libxml2-utils
2.9.13+dfsg-1ubuntu0.3:
echo "Validating book..."
if ! xmllint --xincl
On Thu, May 25, 2023 at 5:35 PM Thorsten Glaser
<2020...@bugs.launchpad.net> wrote:
>
> I doubt this is a bug: nowhere do you pass the validator a DTD, and
> entities are defined in the DTD.
>
> It’s best practice nowadays to not use entities but just write the UTF-8
> characters directly.
>
> An e
Thorsten, a quick question...
The first part of my book build script has this:
echo "Validating book..."
if ! xmllint --xinclude --noout --postvalid book.xml
then
echo "Validation failed. Exiting."
exit 1
fi
echo "Complete."
Why did the book pass validation wh
Public bug reported:
See attached. I'm unable to horizontally resize the window. The grab bar
is available, but dragging does nothing.
Perhaps it would be a good idea to make sure the Disk Usage window is no
wider than the actual screen.
$ lsb_release -rd
Description:Ubuntu 13.10
Release:
Public bug reported:
I'm working on Ubuntu 18.04 x86_64 fully patched with the 5.3.0-66
kernel. The machine has file-roller 3.28.0.
I'm trying to unpack a *.deb package. I double click on the *.deb
archive and it opens in file-roller. I then click the 'Extract' button
and select a directory. Fina
Public bug reported:
I'm using Ubuntu 18.04 x86_64 (fully patched) on a Dell XPS 8930
(https://www.amazon.com/gp/product/B078N85NCR). I recently performed a
dist-upgrade to 5.3.0-53-generic. After the upgrade I lost X in non-
recovery mode. In recovery mode I get a GUI at 800x600. 800x600 leaves a
Comment #2 is spam for some website about printer errors.
The problem is also present on Zorin 15, which is a Ubuntu derivative.
It is based on Bionic.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to system-config-printer in Ubuntu.
http
Public bug reported:
I'm working on Ubuntu 18.04 LTS x86_64 fully patched. I have LibreOffice
Base installed. I am trying to open a MS Access database.
I open LibreOffice Base. At Step (1) I select "Connect to an existing
database". At Step (2), which is the File Open dialog, I click browse:
My bad, this may be helpful:
$ find /usr/lib -name libodbc.so
$ find /lib -name libodbc.so
$ sudo find / -name libodbc.so 2>/dev/null
$
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bug
This fixed the problem:
sudo apt-get install odbc-mdbtools
Perhaps LibreOffice Base should specify odbc-mdbtools as a dependency.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs
Public bug reported:
I'm working on an i686 machine with a VIA C7-D processor and VIA PM400
graphics chipset. The machine runs Wily (15.10). The machine is
available at http://www.amazon.com/dp/B01AXR2KBQ.
Xserver crashes at boot because the downlevel driver does not handle the
PM400 chipset very
My bad... The proposed update is available; it was not called '0.3.4'.
The patch appears to be available in Ubuntu in the -proposed repository.
I tested the proposed patch from Debian upstream under Ubuntu, and the
machine tested OK.
The machine also tested OK with the manual patch as outlined by
The patch appears to be available in Ubuntu in the -proposed repository.
I tested the proposed patch from Debian upstream under Ubuntu, and the
machine tested OK.
The machine also tested OK with the manual patch as outlined by Kevin
Brace at http://lists.freedesktop.org/archives/openchrome-
users/
Here's a related bug report that focuses purely on getting the updated
OpenChrome driver into Updates:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
openchrome/+bug/1561275.
Once the 1561275 is closed, this should be closed, too.
--
You received this bug notification because you
I'm trying to add tag:verification-done-wily.
The updated driver at http://launchpad.net/ubuntu/+source/xserver-xorg-
video-openchrome/1:0.3.3-1ubuntu1.1 was tested under Wily/15.10 it
tested OK. The driver was installed from wily-proposed.
The test rig for Wily/15.10 was a Qotom T26
(http://www.
> I'm trying to add tag:verification-done-wily.
Well, this is a pretty useless page: "PerformingSRUVerification",
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification. The section
"Tagging the report" is especially useless.
--
You received this bug notification because you are a member of De
Public bug reported:
I'm working on a 5th generation Core i5 (see /proc/cpuinfo below). The
CPU offers SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AES, RDRAND, RDSEED, etc.
Ubuntu provides Clang 3.4. On this machine, the compiler claims SSE2 is
all that is available:
$ clang++ -march=native -dM -E - < /d
I think this is related from LLVM: "Issue 20213 - clang-cl doesn't
support SSSE3", http://llvm.org/bugs/show_bug.cgi?id=20213. I can't find
a Debian report at the moment.
I was always aware there was some trouble due to working with OS X. I
was not aware it was this bad. I did not realize there wa
Public bug reported:
I'm working on a 5th generation Core i5 (see /proc/cpuinfo below). The
CPU offers SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AES, RDRAND, RDSEED, etc.
After installing Clang 3.5, the compiler claims SSE2 is all that is
available:
$ clang++ -march=native -dM -E - < /dev/null | egrep
Public bug reported:
I'm working on a 5th generation Core i5 (see /proc/cpuinfo below). The
CPU offers SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AES, RDRAND, RDSEED, etc.
After installing Clang 3.6, the compiler claims SSE2 is all that is
available:
$ clang++ -march=native -dM -E - < /dev/null | egrep
This appears to be a Ubuntu issue. On a Debian 8 system with Clang 3.5
installed, I get the following, which seems to indicate Debian has
remediated the issue:
$ clang++ -march=native -dM -E - https://bugs.launchpad.net/bugs/1616729
Title:
Clang 3.5 only advertises SSE2
Status in llvm-toolchai
> This appears to be a Ubuntu issue. On a Debian 8 system with Clang 3.5
installed, I get the following, which seems to indicate Debian has
remediated the issue...
Regarding Comment 1, the host CPU has the following features. The Clang
defines were consistent with the flags:
flags : fpu vme de ps
Public bug reported:
I'm working on Ubuntu 16 x86_64, fully patched. I'm trying to compile
Jack Lloyd's Botan library. Its a C++11 TLS library. It can be found at
https://github.com/randombit/botan.
The compile fails with Clang 3.5, 3.6, 3.7 (3.8 is OK). The library
fails with the error below.
I
I don't have a minimal, reduced case to reproduce it. But here's how to
reproduce it using Botan:
git clone git://github.com/randombit/botan
cd botan
./configure.py --cc=clang --cc-bin=/usr/bin/clang++-3.{5|6|7}
make -j 4
When make gets to the file src/lib/tls/tls_handshake_hash.cpp, the
This may be useful. Someone else reported things were OK on Ubuntu
16.10. I exeprienced the issue under 16.10.1.
$ lsb_release -a
No LSB modules are available.
Distributor ID:Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:xenial
$ uname -a
Linux ubuntu-16-x64-vm 4.4.
Public bug reported:
In the past I ran HTML pages through HTML Tidy provided by MacPorts on
OS X. I'm now working on a Ubuntu 16.10/Yakkety system, and its doing
an awful job on the pages. When I diff the pages nearly everything has
changed.
For example, Ubuntu's HTML Tidy is not indenting, its
Public bug reported:
Clang 3.6 provided by Ubuntu claims to support C++14. -std=c++14 is not
rejected by the compiler during feature testing.
Attempting to compile a test program:
$ cat test.cxx
#include
int main(int argc, char* argv[])
{
return 0;
}
Results in the following:
$ clang++ -std
GCC simply rejects the argument:
$ g++ -std=c++14 test.cxx -o test.exe
g++: error: unrecognized command line option ‘-std=c++14’
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to llvm-toolchain-3.6 in Ubuntu.
https://bugs.launchpad.net/bug
This is kind of interesting from Stack Overflow
(http://stackoverflow.com/q/17775390):
This note in the gets manpage looks relevant:
ISO C11 removes the specification of gets() from the C language, and
since version 2.16, glibc header files don't expose the function
declaration if the _ISOC1
Also see LLVM Issue 30277: Clang 3.6 cannot compile program with
-std=c++14, https://llvm.org/bugs/show_bug.cgi?id=30277 .
** Bug watch added: LLVM #30277
https://llvm.org/bugs/show_bug.cgi?id=30277
--
You received this bug notification because you are a member of Desktop
Packages, which is s
Now related in the Debian BTS: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=814682.
** Bug watch added: Debian Bug tracker #814682
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814682
** Project changed: lightdm => xserver-xorg-video-openchrome (Ubuntu)
--
You received this bug notif
It appears this issue is resolved in the daily builds of Ubuntu 16. I'm
not observing it in the Xenial image dated 13-FEB-2016
(http://cdimage.ubuntu.com/lubuntu/daily-live/20160213/xenial-
desktop-i386.iso).
Based on Xorg.0.log, it appears OpenChrome is no longer used.
=
$ cat /var/log/Xorg
It appears the Freedesktop folks have cleared this issue:
https://bugs.freedesktop.org/show_bug.cgi?id=94130#c4 .
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-openchrome in
Ubuntu.
https://bugs.launchpad.net/bugs/154
Updated package to ubuntu-drivers-common.
** Package changed: linux-backports-modules-3.0.0 (Ubuntu) => ubuntu-
drivers-common (Ubuntu)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchp
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:0123]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Step
These two discussions may have something to do with things:
* http://ubuntuforums.org/showthread.php?t=2219332
* http://ubuntuforums.org/showthread.php?t=2220120
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common i
apport information
** Attachment added: "NetDevice.usb0.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592929/+files/NetDevice.usb0.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bug
apport information
** Attachment added: "NetDevice.wlp3s0.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592930/+files/NetDevice.wlp3s0.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https:/
apport information
** Attachment added: "PciNetwork.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592932/+files/PciNetwork.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launch
apport information
** Attachment added: "NetworkManager.conf.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592931/+files/NetworkManager.conf.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
h
apport information
** Attachment added: "ProcCpuinfoMinimal.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592933/+files/ProcCpuinfoMinimal.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
htt
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592934/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.laun
apport information
** Attachment added: "Dependencies.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592924/+files/Dependencies.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.la
apport information
** Attachment added: "NetDevice.enp4s0.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592927/+files/NetDevice.enp4s0.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https:/
> Sebastien Bacher wrote:
>
> yes, the current details are about a working system but we want to work on
> the bug
Thanks again Sebastien.
I rebooted the machine with the phone tethered and it used USB0 as the
network adapter. I then ran 'apport-collect 1975549'.
Here is the current nmcli when
apport information
** Attachment added: "RfKill.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592935/+files/RfKill.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/b
apport information
** Attachment added: "WifiSyslog.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592936/+files/WifiSyslog.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launch
apport information
** Attachment added: "nmcli-dev.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592937/+files/nmcli-dev.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpa
Sebastien, do you know how I can mark my ethernet connection as the
default one? The ethernet connection I want to set as default is the
wired ethernet, which is enp4s0 in the dumps shown above.
I cannot find a setting in the Settings program to set a default
connection. I also cannot find a discu
Public bug reported:
I'm running Kubuntu 22.04 LTS, x86_64, fully patched. I've been having
trouble the last week or two ssh'sing into the machine, and printing
from the machine when I am sitting at the keyboard. I also could not
connect to my external firewall when sitting at the keyboard.
I kee
apport information
** Tags added: apport-collected focal
** Description changed:
I'm running Kubuntu 22.04 LTS, x86_64, fully patched. I've been having
trouble the last week or two ssh'sing into the machine, and printing
from the machine when I am sitting at the keyboard. I also could not
apport information
** Attachment added: "IpAddr.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592636/+files/IpAddr.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/b
apport information
** Attachment added: "Dependencies.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592635/+files/Dependencies.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.la
apport information
** Attachment added: "IwConfig.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592637/+files/IwConfig.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.
apport information
** Attachment added: "NetDevice.enp4s0.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592638/+files/NetDevice.enp4s0.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https:/
apport information
** Attachment added: "NetDevice.wlp3s0.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592641/+files/NetDevice.wlp3s0.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https:/
apport information
** Attachment added: "NetDevice.usb0.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592640/+files/NetDevice.usb0.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bug
apport information
** Attachment added: "NetDevice.lo.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592639/+files/NetDevice.lo.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.la
apport information
** Attachment added: "NetworkManager.conf.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592642/+files/NetworkManager.conf.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
h
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592645/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.laun
apport information
** Attachment added: "WifiSyslog.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592647/+files/WifiSyslog.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launch
apport information
** Attachment added: "ProcCpuinfoMinimal.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592644/+files/ProcCpuinfoMinimal.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
htt
apport information
** Attachment added: "nmcli-dev.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592648/+files/nmcli-dev.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpa
apport information
** Attachment added: "PciNetwork.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592643/+files/PciNetwork.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launch
apport information
** Attachment added: "RfKill.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592646/+files/RfKill.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/b
> Thank you for your bug report, could you do
>
> $ apport-collect 1975549
>
> on the machine at the time you are having the issue?
Thanks Sebastien.
This caught my eye (from the apport generated files):
Android phone:
* ID_NET_LINK_FILE=/usr/lib/systemd/network/73-usb-net-by-mac.link
> It's a bit weird, https://launchpadlibrarian.net/602981658/nmcli-dev.txt
> shows no connection associated to the usb device nor IP for it
Thanks again Sebastien.
This may be because I booted the machine with the phone unplugged.
I can run apport again with the phone plugged in (and then reboot
apport information
** Description changed:
I'm running Kubuntu 22.04 LTS, x86_64, fully patched. I've been having
trouble the last week or two ssh'sing into the machine, and printing
from the machine when I am sitting at the keyboard. I also could not
connect to my external firewall when
apport information
** Attachment added: "IpAddr.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592925/+files/IpAddr.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/b
apport information
** Attachment added: "IwConfig.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592926/+files/IwConfig.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.
apport information
** Attachment added: "NetDevice.lo.txt"
https://bugs.launchpad.net/bugs/1975549/+attachment/5592928/+files/NetDevice.lo.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.la
71 matches
Mail list logo