I think I found the culprit in my setup. The libc6 package (amd64) contains a
symlink:
./lib64/ld-linux-x86-64.so.2 -> /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
On my system I have a symlink to the whole folder:
/usr/lib64 -> /usr/lib/x86_64-linux-gnu
On another newer installation I can see tha
I had a similar issue yesterday - not during release upgrade but when
installing package updates (Ubuntu 21.10):
package libc6 2.34-0ubuntu3.2 failed to install/upgrade: unable to open
'/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2.dpkg-new': Text file busy
The way I resolve it is via dual-boot, I b
I have the same problem while upgrading from Ubuntu 21.04 to 21.10
Outputs of:
strace -f -E --decode-fds=paths -o /tmp/dpkg-unpack-libc6.trace dpkg --unpack
-D2000 --log=/tmp/dpkg-unpack-libc6.log /tmp/libc6_2.34-0ubuntu3_amd64.deb
** Attachment added: "Output of strace dpkg --unpack libc6...de
** Attachment added: "libc6-upgrade-diags.tar.bz2"
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1943124/+attachment/5533524/+files/libc6-upgrade-diags.tar.bz2
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.lau
Wow, I managed to find the problem. Ludovic, you were actually pointing to the
right thing to check:
$ ldd /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so
linux-vdso.so.1 => (0x7fff5e54f000)
libusb-1.0.so.0 => /usr/local/lib/libusb-1.0.so.0 (0x7fbee743d000)
No, I haven't rebuilt libusb or libccid myself. Maybe the dynamic
loading mechanism doesn't find libusb. Or it doesn't look for it at all
- as it complains about not being able to find the symbol in libccid.so
specifically.
--
You received this bug notification because you are a member of Ubuntu
Public bug reported:
I have a problem using my Smart Card with the latest ubuntu version
(17.10). (It works fine with Ubuntu 14.04).
$ sudo service pcscd status
● pcscd.service - PC/SC Smart Card Daemon
Loaded: loaded (/lib/systemd/system/pcscd.service; indirect; vendor preset:
enabled)
A
My workaround is as I explained in the issue description: I added a
script in /etc/initramfs-tools/scripts/local-top/ folder which performs
`vgchange -ay`.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs
** Description changed:
Soon after upgrade to Xenial (from 15.10) the boot process got broken.
I'm using LVM for /root swap and other partitions.
===
The current behaviour is:
When I boot short after the Grub login screen I'm getting log messages
like:
---
Scanning for Btr
Public bug reported:
Soon after upgrade to Xenial (from 15.10) the boot process got broken.
I'm using LVM for /root swap and other partitions.
===
The current behaviour is:
When I boot short after the Grub login screen I'm getting log messages
like:
---
Scanning for Btrfs filesystems
resume: Co
Ubuntu version: 14.10 (issue reproduced on different environments: both 32-bit
and 64-bit OS version)
Meld version: 3.12.0
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1411460
Title:
meld doesn't
** Attachment added: "Meld preferences when issue is observed (after restarting
it)"
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/1411460/+attachment/4299625/+files/meld-line-numbers-enabled-prefs.png
--
You received this bug notification because you are a member of Ubuntu
Bugs, which
** Attachment added: "line numbers disabled [good scenario]"
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/1411460/+attachment/4299624/+files/meld-line-numbers-disabled.png
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
http
Public bug reported:
Scenario: using "get mergetool" to resolve git conflict.
When "show line numbers" is enabled in prefernces - the arrow symbol
(for picking these changes) is not shown on the right pane.
Steps to reproduce:
1. Enable "show line numbers" in Meld preferences
2. Restart Meld. [b
** Attachment added: "expected result (line numbers enabled; arrow is visible)"
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/1411460/+attachment/4299626/+files/meld-expected-result.png
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
I haven't faced the problem since a while (perhaps it has gone after
applying some updates).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315352
Title:
vim.gnome "d$" doesn't delete
To manage not
Another observation: the problem is not reproduced each time. Yesterday
it was reproducible pretty consistently. Today I did logout/login - and
at the moment it's still not reproducing.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
h
I compiled vim-gnome from utopic (http://packages.ubuntu.com/utopic/vim-
gnome): 2:7.4.273-1ubuntu1 - the problem is reproduced with it too.
I also tried on Debian testing & unstable vim-gnome 7.4.253 and 7.4.273:
it works OK there.
--
You received this bug notification because you are a member
I upgraded to Ubuntu 14.04 and this problem seems to be solved in 14.04.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1253472
Title:
Keyboard Layout switch combination breaks other applications'
** Description changed:
I have a problem with gvim (linked to vim.gnome) in Ubuntu 14.04. I managed
to reproduce it with following 1-line file (test.txt):
asdf asdf
1) gvim test.txt
2) I go to the second (it doesn't really 2-nd or other) character (s) and I
press keys:
d$
* The
Public bug reported:
I have a problem with gvim (linked to vim.gnome) in Ubuntu 14.04. I managed to
reproduce it with following 1-line file (test.txt):
asdf asdf
1) gvim test.txt
2) I go to the second (it doesn't really 2-nd or other) character (s) and I
press keys:
d$
* The observed behaviour
I faced this when upgrading Ubuntu Desktop from 13.10 to 14.04 (via
update-manager).
Following workaround worked fine for me:
I killed the update-grub process. That resumed the installer and it finally
managed to complete successfully.
I also did a manual run of `update-grub` which succeeded with
** Attachment added: "ubuntu_13.04_xev_ALT_SHIFT_H.txt"
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1253472/+attachment/3924880/+files/ubuntu_13.04_xev_ALT_SHIFT_H.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
** Attachment added: "ubuntu_13.04_xev_CTRL_SHIFT_H.txt"
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1253472/+attachment/3924881/+files/ubuntu_13.04_xev_CTRL_SHIFT_H.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
** Attachment added: "ubuntu_13.04_xev_ALT_SHIFT_H.txt"
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1253472/+attachment/3924879/+files/ubuntu_13.04_xev_ALT_SHIFT_H.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
** Attachment added: "xev -event keyboard with ALT+SHIFT pressed"
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1253472/+attachment/3924868/+files/ubuntu_13.10_xev_event_keyboard_ALT_SHIFT_only.txt
--
You received this bug notification because you are a member of Ubuntu
Bu
** Attachment added: "xev -event keyboard with ALT+CTRL+H pressed (a GOOD
scenario)"
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1253472/+attachment/3924869/+files/ubuntu_13.10_xev_event_keyboard_CTRL_SHIFT_H.txt
--
You received this bug notification because you are a m
** Attachment added: "xev -event keyboard with ALT+SHIFT+H pressed (BAD
scenario)"
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1253472/+attachment/3924867/+files/ubuntu_13.10_xev_event_keyboard_ALT_SHIFT_H.txt
--
You received this bug notification because you are a memb
** Also affects: indicator-keyboard
Importance: Undecided
Status: New
** Also affects: gnome-settings-daemon
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.
Public bug reported:
Context:
I have a keyboard layout switch combination set to "Alt+Shift" - i.e. "Shift +
Alt L".
Problem:
In another application I have functionality bound to "Alt + Shift + h". And I
cannot use it.
What I tried:
* Same settings on Ubuntu 13.04 with same application - works
Public bug reported:
Runnint following on top of invalid hostname
hints.ai_family = AF_INET;
// This fails with odd error on Ubuntu 13.04
int err = getaddrinfo(myhost, NULL, &hints, &result);
returns system error "Connection timed out"
Expected behaviour: -2 (Name or ser
31 matches
Mail list logo