Yes, version 8.0.15 (current version in Ubuntu 24.04) is too old.
The python3-mysql.connector package needs an upgrade to version 8.4,
which supports Python 3.12 (-> https://dev.mysql.com/doc/connector-
python/en/connector-python-versions.html).
--
You received this bug notification because you
Public bug reported:
File "/usr/lib/python3/dist-packages/mysql/connector/__init__.py", line 173,
in connect
return MySQLConnection(*args, **kwargs)
File "/usr/lib/python3/dist-packages/mysql/connector/connection.py", line
102, in __init__
The issue also affects the package python3-mysql.connector:
File "/usr/lib/python3/dist-packages/mysql/connector/__init__.py", line 173,
in connect
return MySQLConnection(*args, **kwargs)
File "/usr/lib/python3/dist-packages/mysql/connector/conn
Work-around for the issue is to use Hardware -> Display -> "Graphics
Card: Standard VGA" instead of "Graphics Card: SPICE" for the VM.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065153
Title:
[q
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
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 b
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, aft
** 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 b
** 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
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 non-breaka
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
done
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"
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/2058775/+attachment/5758462/+files/Screenshot_20240322
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
LC_N
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.
https
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 packag
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 conf
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
reprepro:amd64/focal-
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 n
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
Pa
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&field.status_filter=published&field.series_filter=
. The .diff.gz file is att
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 /ho
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 5.4.0-42.46-generic
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 par
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])
Ho
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 effe
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 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 i
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] se
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
*** 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
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
--
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
libpoppler-priv
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 sta
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 notifica
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 /etc/a
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
the
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:
digi
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&field.status_filter=published&field.series_filter=
. They just need an uploader
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:
https://launchpad.n
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" ap
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.
https://b
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
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
--
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.
https
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 obsole
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:
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"
/etc
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
(https://www.uni-due.de/~be0001/rserp
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 m
** 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 me
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 uses
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 d
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.
https://bugs.launch
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 sel
/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 http:/
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 /var/lib/
*** 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
pa
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
https://laun
*** 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-
wra
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 mor
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
--
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 subscribe
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 actuall
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 14:41:21 -0600)
Aug
*** 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
*** 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
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 co
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 apt-get
** 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 b
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?
Ple
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 »/home/dreibh/sr
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 memb
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
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: 10.1.1.
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
** 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
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-
tim
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
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, nosymlin
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 aff
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
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
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 13.10
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 1:1.19.
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 /var/
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 sub
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
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 /etc/sysctl.d/1
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).
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 ex
*** 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.
https://bugs.lau
*** 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.
https://bugs.lau
*** 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 received
*** 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.
https://bugs.lau
*** 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.
https://bugs.lau
*** 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 received
*** This bug is a duplicate of bug 1157643 ***
https://bugs.launchpad.net/bugs/1157643
** This bug is no longer a duplicate of bug 1028662
package procps 1:3.2.8-1ubuntu4.3 failed to install/upgrade: subprocess
installed post-installation script returned error exit status 255
** This bug h
*** 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.
https://bugs.lau
*** 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.
https://bugs.lau
*** 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 received
1 - 100 of 263 matches
Mail list logo