[Bug 2065153] Re: Ubuntu 24.04 VM guest console freezes after some hours

2024-05-08 Thread Thomas Dreibholz
I assume it is a problem in the QXL driver of the kernel used by Ubuntu 24.04. nornetpp@hansa:~$ sudo lshw -c video *-display description: VGA compatible controller product: QXL paravirtual graphic card vendor: Red Hat, Inc. physical id: 1 bus

[Bug 2065153] Re: Ubuntu 24.04 VM guest console freezes after some hours

2024-05-08 Thread Thomas Dreibholz
The issue is most likely *not* an Xorg bug, since Xorg is not installed on the affected systems. Also, Wayland is not installed as well. The code causing the error message in "dmesg" is in the kernel, drivers/gpu/drm/qxl/qxl_cmd.c, qxl_alloc_bo_reserved(). -- You received this bug notification

[Bug 2065153] [NEW] Ubuntu 24.04 VM guest console freezes after some hours

2024-05-08 Thread Thomas Dreibholz
Public bug reported: I made simple Ubuntu 24.04 LTS Server installations as guests in an up- to-date Proxmox. No Xorg/Wayland, just CLI! The virtual graphics card is qml, 16 MiB memory (standard settings). Opening the console in the Proxmox GUI, or via remote-viewer initially is fine. However,

[Bug 2058775] Re: coreutils: printf formatting bug for nb_NO and nn_NO locales

2024-03-24 Thread Thomas Dreibholz
** Project changed: coreutils => glibc -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2058775 Title: coreutils: printf formatting bug for nb_NO and nn_NO locales To manage notifications about this

[Bug 2058775] Re: coreutils: printf formatting bug for nb_NO and nn_NO locales

2024-03-24 Thread Thomas Dreibholz
** Bug watch added: Sourceware.org Bugzilla #31542 https://sourceware.org/bugzilla/show_bug.cgi?id=31542 ** Also affects: coreutils via https://sourceware.org/bugzilla/show_bug.cgi?id=31542 Importance: Unknown Status: Unknown -- You received this bug notification because you are

[Bug 2058775] Re: coreutils: printf formatting bug for nb_NO and nn_NO locales

2024-03-22 Thread Thomas Dreibholz
Loading the test script output as text file in LibreOffice also shows the same issue (screenshot attached). So, it is not a bug of Konsole or XTerm. Probably, the 3-byte UTF-8 thousands separator character of the locale is not useful. May be it should be a simple space, or a normal UTF-8

[Bug 2058775] Re: coreutils: printf formatting bug for nb_NO and nn_NO locales

2024-03-22 Thread Thomas Dreibholz
In a hexdump, printf seems to add a 3 characters for the thousands separator: #!/bin/sh for l in de_DE en_US nb_NO nn_NO ; do echo "LC_NUMERIC=$l.UTF-8" for n in 1 100 1000 1 10 100 1000 ; do LC_NUMERIC=$l.UTF-8 /usr/bin/printf "<%'8d>" $n | hexdump -C done

[Bug 2058775] Re: coreutils: printf formatting bug for nb_NO and nn_NO locales

2024-03-22 Thread Thomas Dreibholz
Launchpad suppresses the spaces, it seems. I attached a screenshot of the terminal output to display the formatting issue. ** Attachment added: "Screenshot of the test script output"

[Bug 2058775] [NEW] coreutils: printf formatting bug for nb_NO and nn_NO locales

2024-03-22 Thread Thomas Dreibholz
Public bug reported: I just discovered a printf bug for at least the nb_NO and nn_NO locales when printing numbers with thousands separator. To reproduce: #!/bin/bash for l in de_DE en_US nb_NO ; do    echo "LC_NUMERIC=$l.UTF-8"    for n in 1 100 1000 1 10 100 1000 ; do   

[Bug 799889] Re: fails to import ddeb packages

2022-05-12 Thread Thomas Dreibholz
The issue is still unfixed in the reprepro version provided by Ubuntu 20.04 (Focal): $ apt-show-versions | grep reprepro reprepro:amd64/focal-updates 5.3.0-1.3~ubuntu20.04 uptodate -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1906479] Re: qemu:handle_cpu_signal received signal outside vCPU context

2022-05-12 Thread Thomas Dreibholz
I still had the issue on an up-to-date Ubuntu 20.04 (Focal), when building arm64 packages with pbuilder on an x86_64 system: qemu:handle_cpu_signal received signal outside vCPU context @ pc=0x60277b5c qemu:handle_cpu_signal received signal outside vCPU context @ pc=0x60001a4e These are the

[Bug 1966476] [NEW] Netplan does not provide "key" parameter to GRE tunnel configuration via systemd-networkd

2022-03-25 Thread Thomas Dreibholz
Public bug reported: The following example should configure a GRE tunnel between 172.16.4.2 and 172.16.1.2, with key 33490175. The effect should be like manually configured with: sudo ip tunnel add test1 mode gre local 172.16.4.2 remote 172.16.1.2 key 33490175. However, the following Netplan

[Bug 1479148] Re: reprepro includedsc option does not work with multiple dsc files

2022-03-03 Thread Thomas Dreibholz
I can confirm the issue. It still exists in the current Ubuntu 20.04.4. Adding multiple .deb files works fine, trying to add multiple .dsc and .changes files fails. $ lsb_release -rd Description:Ubuntu 20.04.4 LTS Release:20.04 $ apt-show-versions | grep reprepro

[Bug 1959038] Re: VirtualBox fails to boot FreeBSD 13.0 install ISO in EFI mode

2022-01-25 Thread Thomas Dreibholz
VirtualBox bug ticket: https://www.virtualbox.org/ticket/19910 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1959038 Title: VirtualBox fails to boot FreeBSD 13.0 install ISO in EFI mode To manage

[Bug 1959038] [NEW] VirtualBox fails to boot FreeBSD 13.0 install ISO in EFI mode

2022-01-25 Thread Thomas Dreibholz
Public bug reported: VirtualBox 6.1.26, provided with up-to-date Ubuntu 20.04, fails to boot FreeBSD 13.0 install ISO in EFI mode. However, it worked with 6.1.10 some time ago (Ubuntu 20.04 version), i.e. it was possible to boot the ISO in EFI mode. ProblemType: Bug DistroRelease: Ubuntu 20.04

[Bug 1927343] [NEW] New upstream version 3.3.1 of rsplib

2021-05-06 Thread Thomas Dreibholz
Public bug reported: The new upstream version 3.3.1 of rsplib has been released. I have created an up to date Ubuntu package in my PPA: https://launchpad.net/~dreibh/+archive/ubuntu/ppa/+packages?field.name_filter=rsplib_filter=published_filter= . The .diff.gz file is attached. ** Affects:

[Bug 1914398] [NEW] df reports negative number of used blocks on large filesystem

2021-02-03 Thread Thomas Dreibholz
Public bug reported: df reports negative number of used blocks on large filesystem (18.5 TiB): nornetpp@oesthorn:~$ df /home Filesystem 1K-blocksUsed Available Use% Mounted on /dev/sdb1 2684353464 -1825532684 4509886148- /home nornetpp@oesthorn:~$ cat /etc/fstab | grep

[Bug 1892480] [NEW] Packer snap is significantly out of date

2020-08-21 Thread Thomas Dreibholz
Public bug reported: The snap for Packer (packer.io, the VM creation tool) provides version 1.0.0. This version is significantly out of date. The current version is 1.6.1. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: packer (not installed) ProcVersionSignature: Ubuntu

[Bug 1892365] [NEW] Kernel parameter handling issue in EFI boot mode + work-around

2020-08-20 Thread Thomas Dreibholz
Public bug reported: I am trying to create Packer autoinstall images with EFI boot using the new autoinstaller. With EFI boot mode, I noticed a kernel parameter handling issue. Starting with a Ubuntu Server 20.04.1 ISO, I can boot the kernel of the ISO by providing the following command line

[Bug 1867814] [NEW] SSL is disabled -> fix provided

2020-03-17 Thread Thomas Dreibholz
Public bug reported: Testing pgadmin3 on Ubuntu 18.04 and Ubuntu 20.04, SSL is disabled. The SSL combo box which should contain the SSL options remains empty. I had a look into the sources and found the problem: In acinclude.m4: AC_CHECK_LIB(ssl, SSL_library_init, [LIB_SSL=yes], [LIB_SSL=no])

[Bug 1553147] Re: xenial preseed cannot set keyboard layout

2020-03-05 Thread Thomas Dreibholz
The bug still exists in the latest Ubuntu 20.04 Focal Fossa nightlies: setting e.g. d-i console-setup/ask_detect boolean false d-i keyboard-configuration/layoutcode string de d-i keyboard-configuration/layout select German d-i keyboard-configuration/modelcode string pc105 has no

[Bug 1553147] Re: xenial preseed cannot set keyboard layout

2020-03-05 Thread Thomas Dreibholz
This is the Ubuntu 20.04 preseed file I used for testing. ** Attachment added: "Preseed file used for testing" https://bugs.launchpad.net/debian-installer/+bug/1553147/+attachment/5333803/+files/preseed.cfg -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1579181] Re: "pip3 list --outdated" raises TypeError

2019-10-24 Thread Thomas Dreibholz
** Bug watch added: github.com/pypa/pip/issues #6079 https://github.com/pypa/pip/issues/6079 ** Also affects: pip via https://github.com/pypa/pip/issues/6079 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1579181] Re: "pip3 list --outdated" raises TypeError

2019-10-24 Thread Thomas Dreibholz
The problem still exists in the current Ubuntu Bionic (October 24, 2019): dreibh@kringsjaa:~$ pip3 list --outdated DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list]

[Bug 1813873] Re: Userspace break as a result of missing patch backport

2019-02-26 Thread Thomas Dreibholz
I tested 4.15.0-46 from bionic-proposed. I can confirm that it is working for Ubuntu 18.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813873 Title: Userspace break as a result of missing patch

[Bug 1814993] Re: linux kernel 4.15.0-44 and 4.15.0-45 break tty login

2019-02-22 Thread Thomas Dreibholz
*** This bug is a duplicate of bug 1813873 *** https://bugs.launchpad.net/bugs/1813873 I can confirm the issue. After entering the username, a seems to add an additional in the password prompt. This prevents the console login. I can reproduce the issue under multiple Bionic systems. This is

[Bug 1728077] Re: Evince uses wrong encoding when filling out a PDF form

2018-08-28 Thread Thomas Dreibholz
The problem is also reproducible under the latest development version of Ubuntu 18.10 (Cosmic) (version of August 28, 2018). It also uses libpoppler-0.62.0. ** Also affects: okular Importance: Undecided Status: New ** Also affects: evince Importance: Undecided Status: New --

[Bug 1728077] Re: Evince uses wrong encoding when filling out a PDF form

2018-08-28 Thread Thomas Dreibholz
The problem still exists under Ubuntu 18.04 (Bionic Beaver). Tested with Evince and Okular. $ apt-show-versions | grep poppler | grep -v "not installed" libpoppler-dev:amd64/bionic-security 0.62.0-2ubuntu2.1 uptodate libpoppler-glib8:amd64/bionic-security 0.62.0-2ubuntu2.1 uptodate

[Bug 1778403] [NEW] CSV output: timestamp inaccuracy and Y-2038 problem

2018-06-24 Thread Thomas Dreibholz
Public bug reported: bwm-ng has two issues with the unix timestamp written for CSV output: * It uses (int)time(NULL) -> With 32-bit "int" type, it has the Y-2038 problem. * Calling "bwm-ng -o csv -F x.csv" causes bwm-ng to write 2 measurements per second (i.e. every 0.5 seconds), but the time

[Bug 1753945] Re: Failure to build 18.04 minimal images due to missing gpg packages

2018-05-25 Thread Thomas Dreibholz
Note, that building a Xenial pbuilder environment works with the commands and configuration above (with DISTRIBUTION=xenial in /etc/pbuilerrc). So, apt-key seems to still need gpg in Bionic and Cosmic, and apt-key either needs a fix or have the dependency on gpg. -- You received this bug

[Bug 1753945] Re: Failure to build 18.04 minimal images due to missing gpg packages

2018-05-25 Thread Thomas Dreibholz
I just tried to set up pbuilder with the attached /etc/pbuilderrc. Particularly, the configuration needs a PPA, which is added by "OTHERMIRROR" in the pbuilderrc: sudo rm -f /etc/apt/trusted.gpg find /etc/apt/trusted.gpg.d/ -name "*.gpg" | xargs --no-run-if-empty -n1 sudo apt-key --keyring

[Bug 1767482] [NEW] digikam under Ubuntu 18.04: missing dependency on kipi-plugins -> empty "Export" menu

2018-04-27 Thread Thomas Dreibholz
Public bug reported: The digikam package under Ubuntu 18.04 does not depend on the kipi- plugins package -> the "Export" menu is empty. Adding kipi-plugins manually (i.e. "sudo apt-get install kipi-plugins") fixes the issue. However, the real fix is to add "kipi-plugins" to the dependencies of

[Bug 1767482] Re: digikam under Ubuntu 18.04: missing dependency on kipi-plugins -> empty "Export" menu

2018-04-27 Thread Thomas Dreibholz
Tested with a fresh installation of the Kubuntu 18.04 Beta + "sudo apt- get dist-upgrade" after official release of (K)Ubuntu 18.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1767482 Title:

[Bug 1757859] Re: Please port your package away from Qt 4

2018-03-22 Thread Thomas Dreibholz
The GUI parts of rsplib have been ported to Qt 5.x a long time ago, since version 3.1. Updated rsplib packages can be found in my PPA: https://launchpad.net/~dreibh/+archive/ubuntu/ppa/+packages?field.name_filter=rsplib_filter=published_filter= . They just need an uploader. ** Changed in: rsplib

[Bug 1651161] Re: package rsplib-legacy-wrappers (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/terminal.1.gz', which is also in package ubuntu-terminal-app 0.7.21

2017-11-16 Thread Thomas Dreibholz
Alternative fix, particularly recommended for Ubuntu Bionic, is to upgrade rsplib from version 3.0.1 to version 3.1.8. In upstream rsplib newer than 3.0.1, the legacy wrappers are also removed since a long time. I provide packages of rsplib-3.1.8 in my PPA for Trusty to Bionic:

[Bug 1651161] Re: package rsplib-legacy-wrappers (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/terminal.1.gz', which is also in package ubuntu-terminal-app 0.7.21

2017-11-16 Thread Thomas Dreibholz
rsplib-legacy-wrappers is a long-obsolete package that wrapped the original names "terminal", "server" and "registrar" to their new names "rspterminal", "rspserver" and "rspregistrar" for old scripts. The motivation of the renaming to "rsp*" was of course to avoid conflicts with other "terminal"

[Bug 1714101] Re: RM: rsplib fails to build from source: ‘SCTP_GET_PEER_ADDRS_NUM_OLD’ undeclared

2017-11-16 Thread Thomas Dreibholz
The current rsplib-3.1.8 (from the PPA) now uses updated package names for the library, in order to indicate the ABI changes. It would be useful to get rsplib updated in Bionic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1714101] Re: RM: rsplib fails to build from source: ‘SCTP_GET_PEER_ADDRS_NUM_OLD’ undeclared

2017-11-16 Thread Thomas Dreibholz
sctp_get{l,p}addrs() are functions provided by libsctp from libsctp1 (source package: lksctp-tools). The ugly bug work-around (for obsolete versions of libsctp) was to just redefine these functions in the rsplib code, and to provide working implementations for rsplib-based programs. So, it is fine

[Bug 1714101] Re: RM: rsplib fails to build from source: ‘SCTP_GET_PEER_ADDRS_NUM_OLD’ undeclared

2017-11-05 Thread Thomas Dreibholz
The updated patch also allows to build rsplib-3.0.1 under Bionic. ** Patch added: "The updated patch, also allowing to build rsplib-3.0.1 to build under Bionic" https://bugs.launchpad.net/ubuntu/+source/rsplib/+bug/1714101/+attachment/5003978/+files/rsplib-remove-lksctp-workaround-2.patch

[Bug 1714101] Re: RM: rsplib fails to build from source: ‘SCTP_GET_PEER_ADDRS_NUM_OLD’ undeclared

2017-10-31 Thread Thomas Dreibholz
I will fix the rsplib-3.1.7 issue shortly with an updated version number, in order to reflect the ABI break. Of course, I am still interested in getting rsplib up-to-date in Bionic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1714101] Re: RM: rsplib fails to build from source: ‘SCTP_GET_PEER_ADDRS_NUM_OLD’ undeclared

2017-10-31 Thread Thomas Dreibholz
The attached patch fixes the issue in rsplib-3.0.1. Details: the code causing the issues provides a work-around for a bug in the long obsolete libsctp<=1.0.7. For example, even Ubuntu 12.04 already uses libsctp-1.0.11. So, the bugfix for rsplib is rather straightforward: it just removes the

[Bug 1714101] Re: RM: rsplib fails to build from source: ‘SCTP_GET_PEER_ADDRS_NUM_OLD’ undeclared

2017-10-31 Thread Thomas Dreibholz
Link to the rsplib-3.0.1 branch (with the fix) in the rsplib GitHub repository: https://github.com/dreibh/rsplib/tree/rsplib-3.0.1 . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1714101 Title: RM:

[Bug 1553147] Re: xenial preseed cannot set keyboard layout

2017-10-30 Thread Thomas Dreibholz
A work-around to actually setting the keyboard layout (to Norwegian): d-i preseed/late_commandstring \ in-target /bin/sed -i "s/XKBMODEL=\"[a-z]*\"/XKBMODEL=\"pc105\"/g" /etc/default/keyboard ; \ in-target /bin/sed -i "s/XKBLAYOUT=\"[a-z]*\"/XKBLAYOUT=\"no\"/g"

[Bug 1714101] Re: RM: rsplib fails to build from source: ‘SCTP_GET_PEER_ADDRS_NUM_OLD’ undeclared

2017-10-29 Thread Thomas Dreibholz
This bug should better have been reported upstream into the bug tracker of the rsplib GitHub repository. I just noticed it now. For Ubuntu 18.04, it is strongly recommended to upgrade from version 3.0.1 to the latest version 3.1.7, which has just been released

[Bug 1728077] Re: Evince uses wrong encoding when filling out a PDF form

2017-10-27 Thread Thomas Dreibholz
The upstream bug is at https://bugs.freedesktop.org/show_bug.cgi?id=103492 . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1728077 Title: Evince uses wrong encoding when filling out a PDF form To

[Bug 1728077] Re: Evince uses wrong encoding when filling out a PDF form

2017-10-27 Thread Thomas Dreibholz
** Bug watch added: freedesktop.org Bugzilla #103492 https://bugs.freedesktop.org/show_bug.cgi?id=103492 ** Also affects: poppler via https://bugs.freedesktop.org/show_bug.cgi?id=103492 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Bug 1615337] Re: libguestfs uses aug_get to get /files/etc/fstab/X/opt instead /files/etc/fstab/X/opt[Y]

2017-10-27 Thread Thomas Dreibholz
The bug still exists in Ubuntu 16.04., more than one year after a fix has been released. Is there any backport available? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1615337 Title: libguestfs

[Bug 1728077] [NEW] Evince uses wrong encoding when filling out a PDF form

2017-10-27 Thread Thomas Dreibholz
Public bug reported: Evince uses the wrong encoding when filling out a PDF form. How to reproduce: - Get the official Chinese Visa Application Form from http://www.china-embassy.org/eng/visas/fd/W020130830801798289342.pdf - Open it in Evince - Fill in a name (e.g. "Smith"). The entered text is

[Bug 1728077] Re: Evince uses wrong encoding when filling out a PDF form

2017-10-27 Thread Thomas Dreibholz
The same problem also appears when using Okular instead of Evince. So, it is likely a problem with libpoppler. ** Package changed: evince (Ubuntu) => poppler (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1553147] Re: xenial preseed cannot set keyboard layout

2017-10-26 Thread Thomas Dreibholz
The problem still (or again) exists in at least Ubuntu Trusty, Xenial and Artful. None of these Ubuntu versions show any reaction on trying to set the keyboard layout. Tried NO: d-i console-setup/ask_detect false d-i keyboard-configuration/layoutcode string no d-i keyboard-configuration/layout

[Bug 1715024] Re: Cinder-WSGI cannot find api-paste.ini - Ubuntu

2017-09-14 Thread Thomas Dreibholz
/etc/apache2/conf-available/cinder-wsgi.conf is from the package "cinder-api". Version: nornetpp@nisse:~$ apt-show-versions | grep cinder-api cinder-api:all/xenial-updates 2:11.0.0-0ubuntu1~cloud0 uptodate Repository: nornetpp@nisse:~$ cat /etc/apt/sources.list.d/cloudarchive-pike.list deb

[Bug 1431332] Re: sddm not starting after upgrade

2017-05-10 Thread Thomas Dreibholz
I can confirm the sddm start issue after upgrade from Ubuntu 14.04 to Ubuntu 16.04. From /etc/syslog: chdir( /var/lib/sddm ) failed for user: "sddm" /var/lib/sddm was not existing in my case. So, I created it and adapted its permissions: sudo mkdir /var/lib/sddm sudo chown -R sddm:sddm

[Bug 1688236] Re: package rsplib-legacy-wrappers (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/terminal.1.gz', which is also in package hostname-terminal-app 0.7.

2017-05-08 Thread Thomas Dreibholz
*** This bug is a duplicate of bug 1651161 *** https://bugs.launchpad.net/bugs/1651161 ** This bug is no longer a duplicate of bug 1688235 package rsplib-legacy-wrappers (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/terminal.1.gz', which is also in

[Bug 1651161] Re: package rsplib-legacy-wrappers (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/terminal.1.gz', which is also in package ubuntu-terminal-app 0.7.21

2017-05-08 Thread Thomas Dreibholz
rsplib-legacy-wrapper is a package with deprecated wrapper scripts, particularly one with name "terminal". The program names had been updated (e.g. to "rspterminal") a long, long time ago. rsplib-legacy- wrapper should therefore just be removed. I created updated packages in my PPA at

[Bug 1688235] Re: package rsplib-legacy-wrappers (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/terminal.1.gz', which is also in package hostname-terminal-app 0.7.

2017-05-08 Thread Thomas Dreibholz
*** This bug is a duplicate of bug 1651161 *** https://bugs.launchpad.net/bugs/1651161 rsplib-legacy-wrapper is a package with deprecated wrapper scripts, particularly one with name "terminal". The program names had been updated (e.g. to "rspterminal") a long, long time ago. rsplib-legacy-

[Bug 1463023] Re: systemd Timed out waiting for device swap and file system check

2016-08-18 Thread Thomas Dreibholz
I have noticed this problem on 2 machines upgraded from Ubuntu 14.04 to Ubuntu 16.04, when trying to boot the upgraded system for the first time. The really bad issue is that after timing out, the system is going to hang with messages like: [58Z?Z1.5?Z840] INFO task systemd:21547 blocked for

[Bug 1594902] Re: Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit

2016-08-10 Thread Thomas Dreibholz
An update from another Ubuntu 14.04 -> Ubuntu 16.04 machine upgrade: The following two steps seemed to fix the libvirt-bin service start problem here: sudo apt-get purge 'libvirt.*' apparmor apparmor-profiles apparmor-profiles-extra sudo apt-get install libvirt-bin apparmor apparmor-profiles

[Bug 1594902] Re: Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit

2016-08-09 Thread Thomas Dreibholz
There is a related Ask Ubuntu question at https://askubuntu.com/questions/762924/kvm-xenial-server-libvirt-bin- wont-configure . ** Also affects: apparmor Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1594902] Re: Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit

2016-08-09 Thread Thomas Dreibholz
Removing apparmor and libvirt-bin, running "apt-get auto-remove", purging all deleted packages, and reinstalling libvirt-bin, apparmor, apparmor-profiles and apparmor-profiles-extra seemed to have solved the problem. At least, my machine is working now. I am not 100% sure whether the steps

[Bug 1594902] Re: Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit

2016-08-08 Thread Thomas Dreibholz
May be the problem is "apparmor". I noticed the following lines in /var/log/syslog: Aug 8 14:37:34 blanksjoe systemd[1]: Starting Virtualization daemon... Aug 8 14:37:34 blanksjoe libvirtd[15585]: libvirt version: 1.3.1, package: 1ubuntu10.1 (dann frazier Fri, 03 Jun 2016

[Bug 1560939] Re: libvirt-bin fails to install on a fresh xenial server

2016-08-08 Thread Thomas Dreibholz
*** This bug is a duplicate of bug 1594902 *** https://bugs.launchpad.net/bugs/1594902 ** This bug has been marked a duplicate of bug 1594902 Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit -- You received this bug notification because you are a member of Ubuntu

[Bug 1574566] Re: package libvirt-bin 1.3.1-1ubuntu10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-08-08 Thread Thomas Dreibholz
*** This bug is a duplicate of bug 1594902 *** https://bugs.launchpad.net/bugs/1594902 ** This bug has been marked a duplicate of bug 1594902 Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit -- You received this bug notification because you are a member of Ubuntu

[Bug 1594902] Re: Failed to upgrade to libvirt-bin 1.3.1-1ubuntu10.1 on Ubuntu 16.04 64-bit

2016-08-08 Thread Thomas Dreibholz
The bug is still there, in Ubuntu 16.04.1 with the following libvirt versions: libvirt-bin:amd64/xenial-updates 1.3.1-1ubuntu10.1 uptodate libvirt0:amd64/xenial-updates 1.3.1-1ubuntu10.1 uptodate nornetpp@blanksjoe:~$ sudo service libvirt-bin start Job for libvirt-bin.service failed because the

[Bug 1543794] Re: isc-dhcp-server fails to start on second & further attempts with 'Can't open /var/lib/dhcp/dhcpd.leases for append'

2016-08-03 Thread Thomas Dreibholz
The problem still exists, for 4.3.3-5ubuntu12.1 (Ubuntu 16.04). How to reproduce (using /etc/dhcp/dhcpd.conf installed from the package itself, without changes): 1. Starting with a fresh install: nornetpp@bjoernson:~$ sudo rm -rf /var/lib/dhcp /run/dhcp-server nornetpp@bjoernson:~$ sudo

[Bug 1308183] Re: make_kpkg runs postinst scripts

2016-06-09 Thread Thomas Dreibholz
** Also affects: kernel 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/1308183 Title: make_kpkg runs postinst scripts To manage notifications about this

[Bug 1308183] Re: make_kpkg runs postinst scripts

2016-06-09 Thread Thomas Dreibholz
kernel-package 13.003 fixes the build issue for me. Some maintainer should upload this updated version to the regular Ubuntu repository, in order to get it deployed to the users. Since comment #13 is already more than 2 years old (2014-05-10, today is 2016-06-09), this may have been forgotten?

[Bug 1308183] Re: make_kpkg runs postinst scripts

2016-06-09 Thread Thomas Dreibholz
The bug still appears with the latest version of Ubuntu Trusty (14.04.4 LTS): make[2]: Verzeichnis »/home/dreibh/src/mptcp-kernel« wird betreten scripts/kconfig/conf --silentoldconfig Kconfig make[2]: Verzeichnis »/home/dreibh/src/mptcp-kernel« wird verlassen make[2]: Verzeichnis

[Bug 1569674] Re: [Kubuntu] Fail to connect to wifi after a recent update

2016-05-23 Thread Thomas Dreibholz
networkmanager-qt/5.18.0-0ubuntu1.4 fixed the bug for me, too. After installing the fixed package and rebooting, I was able to create VPN connections. I did not test to just log out of KDE and log in again, which may also be sufficient. -- You received this bug notification because you are a

[Bug 175316] Re: no IDN in nslookup and host

2016-05-12 Thread Thomas Dreibholz
Interestingly, Ubuntu 16.04's traceroute supports IDN, but neither tracepath nor traceroute6/tracepath6: nornetpp@experiment:~$ traceroute bjørvika.uio.nornet traceroute to bjørvika.uio.nornet (10.1.2.100), 30 hops max, 60 byte packets 1 fornebu.uninett.simula.nornet (10.1.1.1) 0.947 ms 0.945

[Bug 175316] Re: no IDN in nslookup and host

2016-05-12 Thread Thomas Dreibholz
IDN support would be really nice to have. Unfortunately, not even Ubuntu 16.04 has it yet: Ubuntu 16.04 (Xenial Xerus): nornetpp@experiment:~$ host bjørvika.uio.nornet Host bjørvika.uio.nornet not found: 3(NXDOMAIN) nornetpp@experiment:~$ nslookup bjørvika.uio.nornet Server:

[Bug 1574826] Re: VPN creation fails (Kubuntu 16.04 LTS)

2016-04-26 Thread Thomas Dreibholz
The bug not only affects VPN but also connecting to WLAN with WPA2 Enterprise via Tunnelled TLS. When trying to connect to such a WLAN, saving the configuration aborts with the same error message. ** Summary changed: - VPN creation fails (Kubuntu 16.04 LTS) + Kubuntu 16.04 LTS network connection

[Bug 1574826] Re: VPN creation fails (Kubuntu 16.04 LTS)

2016-04-26 Thread Thomas Dreibholz
** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574826 Title: VPN creation fails (Kubuntu 16.04 LTS) To manage notifications about this

[Bug 1574826] [NEW] VPN creation fails (Kubuntu 16.04 LTS)

2016-04-25 Thread Thomas Dreibholz
Public bug reported: Just freshly installed Kubuntu 16.04. When trying to create a VPN in the network manager settings, the following error occurs: "connection.gateway-ping-timeout: cannot set property: value of "###" of type 'guint' is invalid or out of range for property type 'gateway-ping-

[Bug 1432304] [NEW] AttributeError: 'HttpUrl' object has no attribute 'proxy_type'

2015-03-15 Thread Thomas Dreibholz
Public bug reported: The linkchecker provided with Ubuntu 14.10 does not work in setups with HTTP proxy. The problem is known upstream (https://github.com/wummel/linkchecker/issues/555), the fix proposed there is working for me. ** Affects: linkchecker (Ubuntu) Importance: Undecided

[Bug 1101779] Re: autofs lookup_mount: exports lookup fails on IPv6-only hosts

2014-02-26 Thread Thomas Dreibholz
Note that I turned on debug output in /etc/default/autofs: LOGGING=debug My NFS server has IPv4 as well as IPv6. Both addresses are in DNS (as A and record, respectively). ** Bug watch added: Debian Bug tracker #709366 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709366 ** Also

[Bug 1101779] Re: autofs lookup_mount: exports lookup fails on IPv6-only hosts

2014-02-26 Thread Thomas Dreibholz
autofs fails to mount an IPv6 server. It seems to be that, regardless of proto=tcp6, the DNS lookup uses IPv4: Feb 26 15:09:15 svartkulp automount[21673]: mount_mount: mount(nfs): nfs options=nfsvers=4,proto=tcp6,rsize=32768,wsize=32768,soft,async,intr,noatime,nodiratime,rw, nobind=0,

[Bug 1101779] Re: autofs lookup_mount: exports lookup fails on IPv6-only hosts

2014-02-26 Thread Thomas Dreibholz
autofs fails to mount an IPv6 server. It seems to be that, regardless of proto=tcp6, the DNS lookup uses IPv4: Feb 26 15:09:15 svartkulp automount[21673]: mount_mount: mount(nfs): nfs options=nfsvers=4,proto=tcp6,rsize=32768,wsize=32768,soft,async,intr,noatime,nodiratime,rw, nobind=0,

[Bug 1101779] Re: autofs lookup_mount: exports lookup fails on IPv6-only hosts

2014-02-26 Thread Thomas Dreibholz
Note that I turned on debug output in /etc/default/autofs: LOGGING=debug My NFS server has IPv4 as well as IPv6. Both addresses are in DNS (as A and record, respectively). ** Bug watch added: Debian Bug tracker #709366 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709366 ** Also

[Bug 1276656] [NEW] package grub-pc 2.00-7ubuntu11 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-02-05 Thread Thomas Dreibholz
Public bug reported: Failure happened during do-release-upgrade from Ubuntu 12.04 to 12.10. ProblemType: Package DistroRelease: Ubuntu 12.10 Package: grub-pc 2.00-7ubuntu11 ProcVersionSignature: Ubuntu 3.2.0-58.88-generic 3.2.53 Uname: Linux 3.2.0-58-generic x86_64 ApportVersion: 2.6.1-0ubuntu13

[Bug 1276669] [NEW] package memtest86+ 4.20-1.1ubuntu5 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-02-05 Thread Thomas Dreibholz
Public bug reported: Error occurred on do-release-upgrade from Ubuntu 12.10 to 13.04. ProblemType: Package DistroRelease: Ubuntu 13.10 Package: memtest86+ 4.20-1.1ubuntu5 ProcVersionSignature: Ubuntu 3.2.0-58.88-generic 3.2.53 Uname: Linux 3.2.0-58-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.2

[Bug 1245979]

2013-12-17 Thread Thomas Dreibholz
I have the same problem on a system running Kubuntu 13.10, with KDE 4.11.3 from the Kubuntu Backports PPA. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1245979 Title: After Upgrade to Kubuntu

[Bug 1252764] [NEW] Default installation does not work (Apache 2.4 problem)

2013-11-19 Thread Thomas Dreibholz
Public bug reported: The default installation of Mediawiki under Ubuntu 13.10 has an issue with the apache.conf. When trying to access the wiki, Apache reports AH01630: client denied by server configuration: /var/lib/mediawiki/ in the error log. The Debian bug #723620 fixes the issue in

[Bug 1252467] [NEW] /etc/cron.d/awstats: wrong user for cron job

2013-11-18 Thread Thomas Dreibholz
Public bug reported: /etc/cron.d/awstats runs the statistics generation cron job with user www-data. The cron job needs to access /var/log/apache2/access.log. $ ls -al /var/log/apache2/access.log -rw-r- 1 root adm 342337 Nov 18 21:36 /var/log/apache2/access.log $ sudo -u www-data cat

[Bug 1252467] [NEW] /etc/cron.d/awstats: wrong user for cron job

2013-11-18 Thread Thomas Dreibholz
Public bug reported: /etc/cron.d/awstats runs the statistics generation cron job with user www-data. The cron job needs to access /var/log/apache2/access.log. $ ls -al /var/log/apache2/access.log -rw-r- 1 root adm 342337 Nov 18 21:36 /var/log/apache2/access.log $ sudo -u www-data cat

[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2013-10-31 Thread Thomas Dreibholz
Modifying /etc/defaults/snmpd and setting -Lsd to -LS6d in SNMPDOPTS and TRAPDOPTS hides the error message (as suggested by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559109). At least, this should be the default then. However, somebody should have a closer look into the code in order to

[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2013-10-31 Thread Thomas Dreibholz
The Debian bug #559109 is quite old (from 2010). The current Ubuntu package (at least in 12.04 LTS) does *not* have this solution applied. It still uses the wrong logging level, producing the error output. -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2013-10-31 Thread Thomas Dreibholz
Modifying /etc/defaults/snmpd and setting -Lsd to -LS6d in SNMPDOPTS and TRAPDOPTS hides the error message (as suggested by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559109). At least, this should be the default then. However, somebody should have a closer look into the code in order to

[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2013-10-31 Thread Thomas Dreibholz
The Debian bug #559109 is quite old (from 2010). The current Ubuntu package (at least in 12.04 LTS) does *not* have this solution applied. It still uses the wrong logging level, producing the error output. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1246347] [NEW] Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2013-10-30 Thread Thomas Dreibholz
Public bug reported: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports are written to /var/log/syslog. The problem *seems* to be IPv6 link-local addresses of GRE tunnels. Several GRE tunnels have the same IPv6 link- local address, which should be okay (since their scope is link-local).

[Bug 1157643] Re: procps fail to start

2013-10-30 Thread Thomas Dreibholz
Tested with Ubuntu 12.04.3 LTS, procps/precise-updates uptodate 1:3.2.8-11ubuntu6.2: In /etc/sysctl.d/10-network-security.conf: net.ipv4.conf.default.rp_filter=0 net.ipv4.conf.all.rp_filter=0 $ sudo service procps start start: Job failed to start After commenting out the lines in

[Bug 1241758] [NEW] ReiserFS support removed from Ubuntu 13.10 installer = not even possible to mount existing partitions

2013-10-18 Thread Thomas Dreibholz
Public bug reported: ReiserFS support has been removed from the Ubuntu 13.10 installer. It is not even possible to mount existing partitions in the installer. I do *not* yet want to use BTRFS for my data partition, since it is much more unstable than ReiserFS. And I do *not* want to use the old

[Bug 1157643] Re: procps fail to start

2013-10-16 Thread Thomas Dreibholz
Same problem on my servers, after a regular update this morning. $ lsb_release -rd Description:Ubuntu 12.04.3 LTS Release:12.04 In my case, the errors logged in /var/log/upstart/procps.log are: error: Invalid argument setting key net.ipv4.conf.default.rp_filter error: Invalid

[Bug 1157643] Re: procps fail to start

2013-10-16 Thread Thomas Dreibholz
The problem is the key (in my case: net.ipv4.conf.default.rp_filter or net.ipv4.conf.all.rp_filter). It does not matter whether it is set to 0 or 1, the problem is the definition (in my case: /etc/sysctl.d/10 -network-security.conf). If the key is set, the start of the procps service fails. It

[Bug 1240332] Re: procps error caused by recent update to Ubuntu 12.04 (12.04.3)

2013-10-16 Thread Thomas Dreibholz
*** This bug is a duplicate of bug 1157643 *** https://bugs.launchpad.net/bugs/1157643 ** This bug has been marked a duplicate of bug 1157643 procps fail to start -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1240327] Re: E: Sub-process /usr/bin/dpkg returned an error code (1)

2013-10-16 Thread Thomas Dreibholz
*** This bug is a duplicate of bug 1157643 *** https://bugs.launchpad.net/bugs/1157643 ** This bug has been marked a duplicate of bug 1157643 procps fail to start -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1028662] Re: package procps 1:3.2.8-1ubuntu4.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2013-10-16 Thread Thomas Dreibholz
*** This bug is a duplicate of bug 1157643 *** https://bugs.launchpad.net/bugs/1157643 ** This bug has been marked a duplicate of bug 1157643 procps fail to start -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 591580] Re: package procps 1:3.2.8-9ubuntu1 failed to install/upgrade: start: Job failed to start

2013-10-16 Thread Thomas Dreibholz
*** This bug is a duplicate of bug 1157643 *** https://bugs.launchpad.net/bugs/1157643 ** This bug is no longer a duplicate of bug 632584 package procps 1:3.2.8-9ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 ** This bug has

[Bug 998302] Re: unable to start procps with the service command

2013-10-16 Thread Thomas Dreibholz
*** This bug is a duplicate of bug 1157643 *** https://bugs.launchpad.net/bugs/1157643 ** This bug has been marked a duplicate of bug 1157643 procps fail to start -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1240329] Re: E: Sub-process /usr/bin/dpkg returned an error code (1)

2013-10-16 Thread Thomas Dreibholz
*** This bug is a duplicate of bug 1157643 *** https://bugs.launchpad.net/bugs/1157643 ** This bug is no longer a duplicate of bug 1240327 E: Sub-process /usr/bin/dpkg returned an error code (1) ** This bug has been marked a duplicate of bug 1157643 procps fail to start -- You

[Bug 628824] Re: package procps 1:3.2.8-9ubuntu3 failed to upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-16 Thread Thomas Dreibholz
*** This bug is a duplicate of bug 1157643 *** https://bugs.launchpad.net/bugs/1157643 ** This bug is no longer a duplicate of bug 632584 package procps 1:3.2.8-9ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 ** This bug has

  1   2   3   >