Any update on the sed issue? 2:1.0.6-7ubuntu6 still contains it.
--
Encrypted SWAP partition not created/mounted
https://bugs.launchpad.net/bugs/316607
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-b
Are you running Xubuntu or xfce4? This typo rather seems to belong to
exo-mount(1) from exo-utils package.
** Changed in: cryptsetup (Ubuntu)
Status: New => Incomplete
--
simple spelling mistake
https://bugs.launchpad.net/bugs/335707
You received this bug notification because you are a me
So far this is the expected behavior of `update-initramfs -u`, either
update symlinked one, latest or current.
Personally, I don't think it is a good idea to explicitly update every
initrd on the system, as there should be an alternative one to boot in
case of a failure.
** Changed in: cryptsetup
As of 2:1.0.6-7ubuntu6 cryptsetup does refer both to crypt source and
crypt target names when asking for a passphrase, latter name being
configurable by user. I can't think of a more descriptive solution,
really. Please advise.
** Changed in: cryptsetup (Ubuntu)
Status: New => Incomplete
-
Please find another logfile attached.
It trips during canonical_device() processing.
** Attachment added: "patched-cryptroot-update-initramfs.log"
http://launchpadlibrarian.net/21906146/patched-cryptroot-update-initramfs.log
--
[jaunty] cryptsetup for root on encrypted lvm not called in initr
It can be traced back to /dev/disk/by-uuid/ symlink pointing back at /dev/dm-0.
Bug #317442 identified an issue with udev 65-dmsetup.rules file, which does not
apply a NAME rule to dm-0.
A log file of `udevadm test /devices/virtual/block/dm-0` shows that something
not expected later by cryptroot
Applying a patch to 65-dmsetup.rules seems to allow udev to rename the
dm-0 device for a clean mount on my system at least.
@@ -14 +14,2 @@
-OPTIONS+="string_escape=none", NAME="mapper/$env{DM_NAME}"
+OPTIONS+="string_escape=none"
+KERNEL=="dm-*", NAME="mapper/$env{DM_NAME}"
** Attachment added:
udev_rules_apply_to_event: NAME 'mapper/sda2_crypt'
/lib/udev/rules.d/65-dmsetup.rules:15
is being applied.
** Attachment added: "new-65-dmsetup.rules.log"
http://launchpadlibrarian.net/21906481/new-65-dmsetup.rules.log
--
[jaunty] cryptsetup for root on encrypted lvm not called in initramfs
Please see the cryptroot hooks processing with udev rules file patched.
** Attachment added: "patched-65-dmsetup.rules-update-initramfs.log"
http://launchpadlibrarian.net/21906643/patched-65-dmsetup.rules-update-initramfs.log
--
[jaunty] cryptsetup for root on encrypted lvm not called in ini
Would you be so kind to please elaborate on why we need sed here at all?
Further looking at
http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob;f=extras/volume_id/vol_id.c;h=3e44c3b069794b81a1e61338c98eef0fa7671bf3;hb=HEAD#l254
shows vol_id always return a static string in this case, as well as
Probably udev vol_id interface does not change that often for us to try
to work around it in advance. Unnecessary calls from startup scripts is
a plague that slows whole system boot process. Checking shell error
codes would be the fastest and cleanest of all, but unfortunately vol_id
shares error c
BTW, askpass with console input method does not process newline special
in the new cryptroot script. Looks similar to the following:
$ /lib/cryptsetup/askpass 'Hello,\nWorld!'
Hello,\nWorld!
--
long cryptroot passphrase prompt looks bad
https://bugs.launchpad.net/bugs/326900
You received this bu
The issue is still present with the latest 2.29.90-0ubuntu1 version of
the package.
--
Keyboard layout panel indicator ignores theme font color settings
https://bugs.launchpad.net/bugs/513152
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu
Greetings,
Seems that this bug is affecting the latest 2.6.32-11.15 kernel in
Lucid. Running the simple C program to reproduce the failure from
comment #2 I get the following.
Without AppArmor profile:
open("/var/tmp/foo", O_RDWR|O_CREAT, 0700) = 3
ftruncate(3, 0) = 0
tru
Public bug reported:
Binary package hint: goldendict
Goldendict hotkey scanning mechanism fails due to RECORD extension
missing in Lucid. The bug is known upstream and elsewhere, but it really
affects only goldendict for me. Would be nice to see it fixed as a lot
of users rely on this package.
S
** Changed in: goldendict (Ubuntu)
Status: New => Invalid
--
Failed to initialize hotkeys monitoring mechanism
https://bugs.launchpad.net/bugs/529117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubu
** Also affects: debhelper
Importance: Undecided
Status: New
--
djvulibre-bin produces garbage in the root (/man1/*)
https://bugs.launchpad.net/bugs/462193
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
It might as well be a debhelper bug. Happens due to the following glob
pattern usage in the package install files:
usr/share/man/{.,*}/man1/*
which glob expands to:
debian/tmp/usr/share/man/./man1/any2djvu.1
dh_install chokes on this dot in the path and cannot guess the
destination directory co
** Bug watch added: Debian Bug tracker #561350
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561350
** Also affects: djvulibre (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561350
Importance: Unknown
Status: Unknown
--
djvulibre-bin produces garbage in the root
Upsteam is aware of the font anti-aliasing issue and has commited a fix
in git already.
See: https://bugzilla.gnome.org/show_bug.cgi?id=612371
Please file as a separate bug here so we can link it and test out.
** Bug watch added: GNOME Bug Tracker #612371
https://bugzilla.gnome.org/show_bug.
Please pull the latest changes from git. The label rendering changed
from 'toy' API in cairo to proper pango-cairo usage.
** Bug watch added: GNOME Bug Tracker #612371
https://bugzilla.gnome.org/show_bug.cgi?id=612371
** Also affects: libgnomekbd via
https://bugzilla.gnome.org/show_bug.cgi
IIRC, the issue is caused by 'toy' Cairo API usage which does not handle
hinting settings and scales the label text down. The mentioned commit
introduces proper font setup routine. You can check upsteam bug
duplicates for direct references.
--
Keyboard layout panel indicator ignores theme font co
** Attachment added: "CoreDump.gz"
http://launchpadlibrarian.net/40620176/CoreDump.gz
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/40620177/Dependencies.txt
** Attachment added: "Disassembly.txt"
http://launchpadlibrarian.net/40620178/Disassembly.txt
** Attachm
Attached a couple of screenshots to show that problem is still present
even after the latest update. Please also notice, that indicator font
size has changed and is smaller than system theme set one. It is best
noticeable with a smaller font size setting as on the 3rd screenshot.
** Attachment add
Hi,
I've made a clean install of latest Lucid netboot to make sure the issue
is present by default and none of my personal settings affect it anyhow.
Just check out the attached screenshot to decide if this bug is really
of only a low priority to you.
Desktop keyboard layout indicator is just pla
Please see attached screenshots of gnome-terminal tabs. Tabs are hard to
distinguish and look messy with Radiance, while Ambiance is fine.
** Attachment added: "Screenshots.zip"
http://launchpadlibrarian.net/40241040/Screenshots.zip
--
[ambiance, radiance] stronger contrast for tabs
https://b
** Changed in: light-themes (Ubuntu)
Status: New => Confirmed
--
minimise icon out of order
https://bugs.launchpad.net/bugs/532271
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubun
Public bug reported:
Binary package hint: gnome-settings-daemon
The font color is always black which makes it unreadable on dark desktop
themes like stock DarkRoom or New Wave.
gnome-settings-daemon 2.29.6-0ubuntu1
** Affects: gnome-settings-daemon (Ubuntu)
Importance: Undecided
S
Public bug reported:
Recent depmod generates an additional modules.builtin.bin depfile based
on modules.builtin included in the kernel. It should be removed along
with other depfiles in the prerm control script or dpkg does not remove
the directory, emits a warning and leaves the cruft behind.
dp
** Patch added: "prerm.patch"
http://launchpadlibrarian.net/38519237/prerm.patch
--
[patch] dpkg warning about modules directory not empty while removing kernel
packages
https://bugs.launchpad.net/bugs/514168
You received this bug notification because you are a member of Ubuntu
Bugs, which i
** Attachment added: "Screenshot"
http://launchpadlibrarian.net/41614096/ask-for-password.png
--
ubuntu-logo theme prints the error message over the password field after failed
attempt
https://bugs.launchpad.net/bugs/540806
You received this bug notification because you are a member of Ubunt
*** This bug is a duplicate of bug 513152 ***
https://bugs.launchpad.net/bugs/513152
** This bug is no longer a duplicate of bug 510196
keymap indicator applet hard-coded to use black fonts
** This bug has been marked a duplicate of bug 513152
Keyboard layout panel indicator ignores them
*** This bug is a duplicate of bug 513152 ***
https://bugs.launchpad.net/bugs/513152
** This bug has been marked a duplicate of bug 513152
Keyboard layout panel indicator ignores theme font color settings
--
keymap indicator applet hard-coded to use black fonts
https://bugs.launchpad.net/
** Changed in: libgnomekbd (Ubuntu Lucid)
Status: Fix Released => Confirmed
--
Keyboard layout panel indicator ignores theme font color settings
https://bugs.launchpad.net/bugs/513152
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
** Also affects: kglobalaccel (Ubuntu)
Importance: Undecided
Status: New
** Changed in: kglobalaccel (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.lau
35 matches
Mail list logo