OK, so I kind of messed up in that I did at some point get things
working again, but didn't realize it because while I was experimenting
and testing/trying to figure things out, I run a dual monitor setup
(unequal sizes) and wound up swapping the monitor cable outputs so that
when things started wo
It looks like some parts of gnome were missing. Reinstalled the gnome
package and a bunch more packages got re-installed and fixed. Still not
working. However, now the only service which stills fail to start and is
broken is org.freedeskop.systemd1, which twice tries and fails to
startup due to bei
dbus-run-session gnome-session produced the following results
dbus-daemon[22068]: [session uid=0 pid=22068] Activating service
name='org.freedesktop.systemd1' requested by ':1.4' (uid=0 pid=22069
comm="/usr/libexec/gnome-session-binary" label="unconfined")
dbus-daemon[22068]: [session uid=0 pid=
Also, systemctl --user status reports a degraded state with 1 failed
unit
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/2090805
Title:
gdm blank screen
Status in xorg packa
Sorry about the duplication between post #4 and #5. I got an error after
trying to save #4 and thought I had lost it, so I redid it.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bu
** Attachment added: "journalctl -xb output"
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/2090805/+attachment/5842753/+files/xbjournal.err
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs
** Attachment added: "journalctl -xb output"
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/2090805/+attachment/5842752/+files/xbjournal.err
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs
Trying to run
XDG_SESSION_TYP=wayland dus-run-session gnome-session
resulted in
dbus-daemon[22068]: [session uid=0 pid=22068] Activating service
name='org.freedesktop.systemd1' requested by ':1.4' (uid=0 pid=22069
comm="/usr/libexec/gnome-session-binary" label="unconfined")
dbus-daemon[22068]
Thanks for your suggestions. Since I don't have a GUI, sending you a copy
of the boot journal and attaching it to this ticket is a bit of a pain and
I've been busy with work.
A bunch of points:
1. My boot sequence is messed up. I no longer see a grub boot menu so I can
choose alternative boot opt
Public bug reported:
It looks like the package breaks multistrap configurations (I attached
an example configuration below). It overrides the symlink from /bin to
/usr/bin and replaces it with a bin directory just containing the ip and
ss binaries. As a result, the multistrap build fails with the
I just found a usb flash key with my last installation (from a daily
image) from a few days ago, and it does not have a line for that
dtoverlay at all (neither fkms nor kms).
This line seems to have appeared on the official release.
--
You received this bug notification because you are a member
Public bug reported:
I just flashed noble arm64+raspi image and booted it in my raspberry pi 4, and
after initial rainbow screen kernel boots with 4 raspberries on the top and
boot text appears as normal. But then, before it finishes booting, the screen
goes blank.
Image is ubuntu-24.04-prein
Public bug reported:
$ pwd
/usr/share/doc/openssl
$ ls -l
total 52
lrwxrwxrwx 1 root root30 mars 31 08:42 changelog.Debian.gz ->
../libssl3/changelog.Debian.gz
lrwxrwxrwx 1 root root23 mars 31 08:42 changelog.gz ->
../libssl3/changelog.gz
lrwxrwxrwx 1 root root20 mars 31 08:42 co
I'm not that invested in the having openssh-server installed but not
running use-case, but in general people do not like their local
configuration beeing overridden on package upgrades in this manner.
I could image people having it installed for the man-pages, or maybe
using other units for it (pe
Public bug reported:
the openssh-server 1:9.6p1-3ubuntu11 postinst contains this code
snippet:
if [ "$action" == configure ]; then
..snip..
if dpkg --compare-versions "$2" lt-nl 1:9.6p1-3ubuntu3~; then
..snip..
if [ -d /run/systemd/system ]; then
# Make sure ssh.service is disab
Public bug reported:
Recently introduced sshd-socket-generator for socket activation in
openssh 1:9.6p1-3ubuntu3 has a bug when dealing with multiple Port or
ListenAddress entries in the sshd configuration.
If you have multiple Port or ListenAddress and one of them is for port
22, it just skips i
Steve,
We got the okay from the user to hold this until we have another high-
impact change. It'd be interesting to set a time frame - if we don't
have any of those happening in, let's say, 6 months, would it be fair to
re-consider the SRU?
Thanks
--
You received this bug notification because y
Public bug reported:
[Impact]
When running "lscpu" on a Grace-based system + Ubuntu 22.04, it doesn't report
a model name:
Vendor ID: ARM
Model: 0
[Fix]
Adding the additional arm_part to sys-utils/lscpu-arm.c solves the problem. The
commit below adds the specific codes missing from Jammy's ver
OK, so basically this is due to the usrmerge change, that appears to be
driven by Redhat who recommend reinstalls for each new major version. It
was adopted by Debian and hence Uyuni and you haven't got a reliable way
to apply the merge during the in-place upgrades that you historically
supported;
Ah, I now see what you mean by the usrmerge. However I think that just
reinforces my comments above. It doesn't make any sense for the
installed package file to be installed in /sbin if /sbin is a symlink to
/usr/sbin. if /usr/sbin is the canonical directory, and /sbin is an
alias/symlink, then the
Actually I just re-read and saw that you indicated /sbin was the
symlink, which seems really strange because dpkg -L shows
/sbin/apparmor_parser as a file in the apparmor package, but not
/usr/sbin.
ndco-admin@CARMD-EV-ALBLD7:~$ dpkg -L apparmor
/.
/etc
/etc/apparmor
/etc/apparmor/parser.conf
/etc
Also
~$ dpkg -S /usr/sbin/apparmor_parser
dpkg-query: no path found matching pattern /usr/sbin/apparmor_parser
~$ dpkg -S /sbin/apparmor_parser
apparmor: /sbin/apparmor_parser
so it seems pretty messed up to me that the package file list would
include the symbolic link but not the actual file. Som
The /usr/sbin file not a symlink when it's causing an error. I'm
guessing that it's a hard link but that the package upgrade is somehow
deleting the /sbin directory entry (because it's the only one listed in
the dpkg -L output) and building a new inode for the new file contents,
but leaving the /us
That's a good question. I'm not sure of the exact history of these
systems, but I'm under the impression that they've gone through dist-
upgrades from as least one older LTS and more likely at least 2 (i.e.
from 16.04 to 18.04, to 20.04), but that predates my involvement. That
said, when I looked a
Public bug reported:
There appears to be two copies of apparmor_parser installed by previous
versions of the apparmor package, in /sbin and /usr/sbin. When updating
the apparmor package to apparmor-2.13.3-7ubuntu5.2, only the
/sbin/apparmor_parser executable is updated and the /usr/sbin copy is
le
Please consider backporting for Focal (20.04) at least. The backport is
trivial and applies cleanly as-is except for patch offsets.
Might be wise to test some other combinations though. For example hosts
without this commit, running nspawn containers with it.
--
You received this bug notificatio
Just tested, and can confirm backporting
e8cf09b2a2ad0d48e5493050d54251d5f512d9b6 to focal's systemd fixes the
segfaults when using machinectl shell on a Jammy host trying to start a
shell in a Focal nspawn container.
--
You received this bug notification because you are a member of Ubuntu
Touch
bugzilla.gnome.org is being shut down in favor of a GitLab instance.
We are closing all old bug reports and feature requests in GNOME Bugzilla which
have not seen updates for a long time.
If you still use NetworkManager and if you still see this bug / want
this feature in a recent and supported
bugzilla.gnome.org is being shut down in favor of a GitLab instance.
We are closing all old bug reports and feature requests in GNOME Bugzilla which
have not seen updates for a long time.
If you still use NetworkManager and if you still see this bug / want
this feature in a recent and supported
Public bug reported:
ls -l /var/crash
backport-iwlwifi-dkms.0.crash
_opt_google_chrome_chrome.1000.crash
_usr_bin_gnome-control-center.1000.crash
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-111.112-generic 4.15.18
Uname: Linux
Another test. When I try wget, I get the same certificate error not
valid.
So it seems it is at the certificate level that it is not recognized.
wget https://XX/share
--2020-06-28 21:33:18-- https:///share
Resolving XX (XX)... yyy.yyy.yyy.yyy
Connecting to X (
Public bug reported:
I tried to find any references for this question, but I could not find
anything close to the issue.
I have a WebDAV server using a Letsencrypt certificate. When I access it
through any browser (Chrome, Firefox), the certificate is valid an all
goes well. It also works from t
au 1:1.0.16-1
** Affects: xorg (Ubuntu)
Importance: Undecided
Assignee: adsson andre da silva gomes (adsson)
Status: New
** Tags: amd64 apport-bug focal freeze ubuntu
** Attachment added: "Screenshot from 2020-06-10 15-29-03.png"
https://bugs.launchpad.net/bugs
This is no longer an issue, the problem was solved (see above). Please
close this ten-year-old bug report, thank you.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/6596
-vdagentd.conf:2] Line references path below legacy
directory /var/run/, updating /var/run/spice-vdagentd → /run/spice-vdagentd;
please update the tmpfiles.d/ drop-in file accordingly.
andre@thinkpad:~$ lsb_release -rd
Description:Ubuntu 18.10
Release
/spice-vdagentd;
please update the tmpfiles.d/ drop-in file accordingly.
andre@thinkpad:~$ lsb_release -rd
Description:Ubuntu 18.10
Release:18.10
andre@thinkpad:~$ apt-cache policy systemd
systemd:
Installed: 239-7ubuntu10.8
Candidate: 239-7ubuntu10.8
No further information provided by reporter, hence unfortunately closing
as WORKSFORME.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-mission-
control-5 in Ubuntu.
https://bugs.launchpad.net/bugs/572737
Title:
m
My wireless connections works fine in Windows, but in Ubuntu it does't
even connect and the message of error is as above: "activation of
network connection failed". I am using the version 18.04.01.
** Changed in: network-manager (Ubuntu)
Assignee: (unassigned) => A
Public bug reported:
We have an Ubuntu 18 installation using xfs file systems
user@hostname:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 19896400 1989640 0% /dev
tmpfs 404008 848403160 1% /run
/dev/sda19754624 308337
Public bug reported:
the system fail, just it. I don't know about this...
ProblemType: Package
DistroRelease: Ubuntu 18.10
Package: python2-minimal (not installed)
Uname: Linux 4.16.13-041613-generic x86_64
ApportVersion: 2.20.10-0ubuntu3
Architecture: amd64
Date: Thu Jun 7 13:36:03 2018
Duplica
Public bug reported:
Occured while dist upgrade 14.04 lts to 16.04 lts
ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libssl1.0.0:i386 1.0.2g-1ubuntu4.12
ProcVersionSignature: Ubuntu 4.4.0-127.153-generic 4.4.128
Uname: Linux 4.4.0-127-generic x86_64
NonfreeKernelModules: nvidia_uvm nv
Public bug reported:
receiving this messagem after reboot crash and use noapic nolapic acpi=off at
grub config
package avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 failed to install/upgrade:
sub-processo novo script pre-removal retornou estado de saída de erro 1
ProblemType: Package
DistroRelease: Ub
systemd upgrades are now failing in my build chroots, and I suspect it
is related to this change.
Setting up systemd (234-2ubuntu12.3) ...
addgroup: The group `systemd-journal' already exists as a system group. Exiting.
[/usr/lib/tmpfiles.d/tmp.conf:15] Failed to replace specifiers:
/tmp/systemd-
** Also affects: network-manager via
https://bugzilla.gnome.org/show_bug.cgi?id=792506
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.la
Sorry, a correction (copy paste error):
Which should be matched by
owner @{PROC}/@{pid}/task/[0-9]*/comm rw,
in /etc/apparmor.d/abstractions/libvirt-qemu
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
http
Public bug reported:
If your kernel.pid_max sysctl is set higher than the default, say at 7
digits, the @{pid} variable no longer matches all pids, causing some
breakage in any profile using it.
@{pid} is defined in /etc/apparmor.d/tunables:
@{pid}={[1-9],[1-9][0-9],[1-9][0-9][0-9],[1-9][0-9][0-9
Just upgraded to 17.04 from 16.04 and found DNS resolution stopped
randomly working.
As it turns out systemd-resolved decided for some obscure reason to
switch to google DNS which it can't reach compared to the locally
provided recursive resolver which continues to work just fine.
In summary in m
t run the script.
Andre
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to makedev in Ubuntu.
https://bugs.launchpad.net/bugs/1675163
Title:
Don't attempt to create devices in LXC containers
Status in makedev package
Ah but now armhf and arm64 fail because of the same problem. The
connects in the Qt Testsuite fail.
As I already mentioned I think its some incompatibility between the Qt
buildflags and the QGpgME buildflags:
https://bugreports.qt.io/browse/QTBUG-36129 but I'm not sure what the
suggestion from th
I don't think Barry included the patch against entropy starvation in his
PPA so It's expected that it would hang.
I've discussed possibly high resource usage of the gpgme test suite
(there were also other complaints) and we reduced it accordingly:
https://git.gnupg.org/cgi-
bin/gitweb.cgi?p=gpgme.
Regarding the armhf failure in t-thread-keylist-verify This is a test
for a race condition bug we had in the past. It's fairly resource
intensive so maybe it runs into resource problems on the armhf builder.
Maybe we can just reduce the number of threads there or disable the
test.
Regarding the ar
Indeed my fix was incomplete, according to your build log the gpg-agent
for the python tests is already running when the modified start-stop-
agent script is called so it was still started without debug quick
random.
This was because in difference to my local system gpg is gpg2.1 and not
gpg1 so t
> https://www.python.org/dev/peps/pep-0524/
This has nothing to do with it. GpgME does not gather the entropy /
randomness itself but leaves this to libgcrypt / gpg-agent. On Linux
system this means to add some entropy from /dev/random into the mix. If
nothing is available there it will block inde
For me the same error: the internal microphone is not recognized. I have
an Acer Aspire VN7-572G-56VP with ALS255.
An external headset works when I write in the file:
'/etc/modprobe.d/alsa-base.conf' the following entries:
'options snd-hda-intel model = dell-headset-multi'
--
You received this
Thanks a lot everyone for making this fix happen! :)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1578810
Title:
Insensitive (disabled) toolbar icons in GTK3 are n
thx again ... as i see the patch only manage some stuff for dealing with the
directories while upgrading. So i think i don´t need it at all.
tonight i will perform the upgrade on my productive system
;)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packa
Hi Dave, thx for your reply!
for testing purposes i took a machine with an ubuntu 12.04 and installed the
slapd
exactly like in my productive system. Then i made a do-release-upgrade and the
same error occurred.
I done the slapcat from the productive server for all 3 LDAP-DBs and putted all
3 *.
Hi Dave,i have exact the same problem here.
Could you describe me step by step how you successfully upgraded?
Did you anything before the 'do-release-upgrade' or everything after
the the issue occurred?
thx!
--
You received this bug notification because you are a member of Ubuntu
Touch seeded pac
I have verified both 16.10+16.10.20161024-0ubuntu1 on yakkety and
14.04+16.04.20161024-0ubuntu1 on xenial. It worked properly.
** Tags removed: verification-needed
** Tags added: verification-done
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, whi
Ping? :)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1578810
Title:
Insensitive (disabled) toolbar icons in GTK3 are not dimmed
Status in remmina:
Invalid
Stat
I tested the proposed fix for Yakkety and it also works well, thanks!
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1578810
Title:
Insensitive (disabled) toolbar ic
Public bug reported:
Failed while attempting to install this package
ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: avahi-daemon 0.6.32~rc+dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Archite
Hi
Had the same issue with a VirtualBox Ubuntu Mate 16.04.
I upgrade kernel to version 4.6.3 and for the time being the issue is gone.
Thanks
A
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lvm2 in Ubuntu.
https://bugs.la
Hi
I believe you are right. SSH does not seem to be the issue. If I change
display driver from SNA to UXA it works fine. So it must be an X client
issue.
I'm not aware of any other method for remote X than SSH. And I mean
direct. For example VNC runs on the server so is not what we are looking
fo
Hi
I have exactly the same issue. While connecting through ssh on a remote
Linux server, most Java related screens come up with scrambled fonts. I
have tested the same on a Vbox running Ubuntu mate and it works fine.
I have gone through some display driver settings and I have found a
workaround:
Thanks Markus!
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1241101
Title:
Java crash in libglib-2.0 after upgrade from 13.04 to 13.10
Status in Eclipse:
Fix Released
Public bug reported:
This is on a developer version of xenial.
$ sudo apt-cache policy libjpeg-progs
libjpeg-progs:
Installiert: 8c-2ubuntu8
Installationskandidat: 1:9b-1
Versionstabelle:
1:9b-1 500
500 http://ftp.uni-stuttgart.de/ubuntu xenial/universe amd64 Packages
The issue is fixed in Ubuntu >= 14.10. I proposed a patch to back-port
the fix to 14.04, see https://bugs.launchpad.net/ubuntu/+source/unity-
gtk-module/+bug/1427866/comments/5
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to g
I'll assign to myself for now to investigate a fix in Ubuntu. Otherwise
we can try to apply the patch in SWT.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1241101
Title:
same here, Sonke's update resolved the issue
sudo update-rc.d dbus defaults
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1542582
Title:
package lightdm 1.17.5-0ubuntu2 f
Great Thanks Scott
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1540522
Title:
vfat support broken in initramfs
Status in curtin:
New
Status in MAAS:
Invali
Hello Raymond, i have tried what you said, and i noticed something.
I tried hda-analyzer, as mentionned, checked Node[0x1a] PIN
In the Widget Control, if i uncheck the IN option, i get the noise i
mentioned earlier.
I attached a screenshot.
** Attachment added: "Screenshot from 2016-01-15 21-2
i can confirm that the issue is not present in ubuntu 14.04.3
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1534434
Title:
[20BVCTO1WW, Realtek ALC3232, Black Headpho
i have additional information, by modifying settings in PowerTop i was
able to reproduce the sound i hear while the machine is rebooting,
including plugging my headphones in the jack.
By switching the option at "Enable Audio Code Power Management" at Good,
i hear the sound and the static doesn't s
Public bug reported:
Hello, i'm currently having the same issue on a Thinkpad T450, with
Ubuntu 15.10 and 15.04
I connect my headphones to the headphone jack, when i enter the
headphone, i get the same cracking, popping sound as startup and
shutdown/reboot.
So, when i boot, i get a cracking, pop
*** Bug 458922 has been marked as a duplicate of this bug. ***
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1223181
Title:
After upgrading to saucy, eclipse crashes in
*** Bug 449031 has been marked as a duplicate of this bug. ***
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1241101
Title:
Java crash in libglib-2.0 after upgrade from 1
(In reply to Taehoon Kwak from comment #53)
> I found that the crash occurs because a new Radio menu is created with
> *empty label*
> for which unity_gtk_action_group_get_state_name() returns null and this ends
> up with a null-pointer dereference at g_str_hash().
Would it be a good idea to fix u
Moments ago i had the same problem with the file
de.archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en but
then after two or three "apt-get clean; apt-get update" it works.
Seems like a temporary problem on one of the mirrors(?)
--
You received this bug notification becau
(In reply to Simone Perriello from comment #39)
> For me, no one of the suggested workarounds work. I tried with export
> SWT_GTK3=0 or export SWT_GTK3=1, but every time I move the mouse pointer on
> Project>Build Working Set Eclipse crashes with the following
Have you tried UBUNTU_MENUPROXY=0 ?
People using oxygen-gtk: have you tried to upgrade to oxygen-gtk2 1.4.6? I was
getting an assertion/crash and after installing it, it solved it. The new
version is here: https://projects.kde.org/news/276
Version 1.4.6 is part of Ubuntu 15.04 but on Ubuntu 14.04, I just compiled it
and swapped th
I can reproduce the crash using Thomas Singer's example code (comment
9), on Ubuntu 13.10 and 14.04 when UBUNTU_MENUPROXY is enabled. If I
disable UBUNTU_MENUPROXY it works. I think it's the same issue as bug
461311: radio button in the menu. Can we mark one as duplicate of the
other?
--
You rece
I am seeing
[drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... render
ring idle
followed by a graphics freeze and the need to reboot (if I can) in
Fedora 20 with the latest updates including the 3.15.4 kernel.
--
You received this bug notification because you are a member of Ubuntu
83 matches
Mail list logo