[Bug 1445768] Re: Plasma 5 hangs on Startup (Kubuntu 15.04 beta 2

2015-04-23 Thread Andrei Rohau
** 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.launchpad.net/bugs/1445768

Title:
  Plasma 5 hangs on Startup (Kubuntu 15.04 beta 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1445768/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 555156] Re: Keyboard layout indicator should respect font anti-aliasing settings

2010-04-05 Thread Andrei Rohau
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?id=612371
   Importance: Unknown
   Status: Unknown

** Changed in: libgnomekbd (Ubuntu)
   Status: New = Confirmed

** Tags added: patch

-- 
Keyboard layout indicator should respect font anti-aliasing settings
https://bugs.launchpad.net/bugs/555156
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 513152] Re: Keyboard layout panel indicator ignores theme font color settings

2010-04-05 Thread Andrei Rohau
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 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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 513152] Re: Keyboard layout panel indicator ignores theme font color settings

2010-04-04 Thread Andrei Rohau
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.cgi?id=612371

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 540806] Re: ubuntu-logo theme prints the error message over the password field after failed attempt

2010-03-22 Thread Andrei Rohau

** 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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 462193] Re: djvulibre-bin produces garbage in the root (/man1/*)

2010-03-17 Thread Andrei Rohau
** 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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 462193] Re: djvulibre-bin produces garbage in the root (/man1/*)

2010-03-17 Thread Andrei Rohau
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 correctly, because that single dot is exactly the
same as $srcdir for dh_install itself. During processing:

# Guess at destination directory.
$dest=$src;
$dest=~s/^(.*\/)?\Q$srcdir\E\///;
$dest=~s/^(.*\/)?debian\/tmp\///;
$dest=dirname(/.$dest);

the 2nd regexp reduces the path to:

man1/any2djvu.1

the 4th regexp makes it:

/man1

That's it. Possible solution could be to use canonpath() during initial
$src processing or fiddle with regexp somehow, or just refrain from
using this kind of pattern in install files. Attached is a quick fix to
replace the faulty glob pattern with two normal ones for the affected
package.


** Patch added: djvulibre.patch
   http://launchpadlibrarian.net/41125812/djvulibre.patch

-- 
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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 462193] Re: djvulibre-bin produces garbage in the root (/man1/*)

2010-03-17 Thread Andrei Rohau
** 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 (/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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529117] Re: Failed to initialize hotkeys monitoring mechanism

2010-03-16 Thread Andrei Rohau
** 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533250] Re: [ambiance] keyboard layout applet has dark text on dark panel

2010-03-11 Thread Andrei Rohau
*** 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 theme font color settings

-- 
[ambiance] keyboard layout applet has dark text on dark panel
https://bugs.launchpad.net/bugs/533250
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 510196] Re: keymap indicator applet hard-coded to use black fonts

2010-03-11 Thread Andrei Rohau
*** 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/bugs/510196
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 513152] Re: Keyboard layout panel indicator ignores theme font color settings

2010-03-11 Thread Andrei Rohau
** 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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535143] Re: gnome-settings-daemon crashed with SIGSEGV in g_object_unref()

2010-03-09 Thread Andrei Rohau

** 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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/40620179/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/40620180/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/40620181/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/40620182/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/40620183/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
gnome-settings-daemon crashed with SIGSEGV in g_object_unref()
https://bugs.launchpad.net/bugs/535143
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 513152] Re: Keyboard layout panel indicator ignores theme font color settings

2010-03-09 Thread Andrei Rohau
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 added: Screenshot.zip
   http://launchpadlibrarian.net/40621287/Screenshot.zip

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 513152] Re: Keyboard layout panel indicator ignores theme font color settings

2010-03-05 Thread Andrei Rohau
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 plain unreadable on the new
default theme.


** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/40230620/Screenshot.png

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532340] Re: [ambiance, radiance] stronger contrast for tabs

2010-03-05 Thread Andrei Rohau
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://bugs.launchpad.net/bugs/532340
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532271] Re: minimise icon out of order

2010-03-05 Thread Andrei Rohau
** 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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529117] [NEW] Failed to initialize hotkeys monitoring mechanism

2010-02-27 Thread Andrei Rohau
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.

Startup notification:

Failed to initialize hotkeys monitoring mechanism.
Make sure your XServer has RECORD extension turned on.

Here is the console output:

$ goldendict 
snip
Xlib:  extension RECORD missing on display :0.0.

Checking for the extension itself:

$ xdpyinfo | grep -i record
$

The reason seems to be the following:

$ grep -i ^record /var/log/Xorg.0.log
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500

** Affects: goldendict (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 513152] Re: Keyboard layout panel indicator ignores theme font color settings

2010-02-19 Thread Andrei Rohau
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 514168] [NEW] [patch] dpkg warning about modules directory not empty while removing kernel packages

2010-01-29 Thread Andrei Rohau
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.

dpkg: warning: while removing linux-image-2.6.32-10-generic, directory
'/lib/modules/2.6.32-10-generic' not empty so not removed.

$ ls -la /lib/modules/2.6.32-10-generic
total 20
drwxr-xr-x 2 root root 4096 2010-01-29 09:04 .
drwxr-xr-x 5 root root 4096 2010-01-28 20:55 ..
-rw-r--r-- 1 root root 8871 2010-01-25 10:05 modules.builtin.bin

Package: linux-image-2.6.32-10-generic
Version: 2.6.32-10.14

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[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 is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 514168] Re: [patch] dpkg warning about modules directory not empty while removing kernel packages

2010-01-29 Thread Andrei Rohau

** 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 is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 513152] [NEW] Keyboard layout panel indicator ignores theme font color settings

2010-01-27 Thread Andrei Rohau
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
 Status: New

** Description changed:

  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

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451375] Re: apparmor disallows truncate of deleted file

2010-01-23 Thread Andrei Rohau
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
truncate(/var/tmp/foo, 0) = 0
unlink(/var/tmp/foo)  = 0
ftruncate(3, 0) = 0
truncate(/var/tmp/foo, 0) = -1 ENOENT (No such file or directory)
write(2, failed (No such file or director..., 72failed (No such file or 
directory) to post unlink truncate /var/tmp/foo
) = 72
close(3)= 0
exit_group(0)   = ?

With AppArmor profile:

open(/var/tmp/foo, O_RDWR|O_CREAT, 0700) = 3
ftruncate(3, 0) = 0
truncate(/var/tmp/foo, 0) = 0
unlink(/var/tmp/foo)  = 0
ftruncate(3, 0) = -1 ENOENT (No such file or directory)
write(2, failed (No such file or director..., 60failed (No such file or 
directory) to post unlink ftruncate
) = 60
truncate(/var/tmp/foo, 0) = -1 ENOENT (No such file or directory)
write(2, failed (No such file or director..., 72failed (No such file or 
directory) to post unlink truncate /var/tmp/foo
) = 72
close(3)= 0
exit_group(0)   = ?

type=APPARMOR_DENIED msg=audit(1264257858.066:923):
operation=truncate info=Failed name lookup - deleted entry error=-2
pid=4911 parent=4910 profile=/tmp/trunc requested_mask=w::
denied_mask=w:: fsuid=1000 ouid=1000
name=2F7661722F746D702F666F6F202864656C6574656429

Profile itself:

#include tunables/global
/tmp/trunc {
  #include abstractions/base
  #include abstractions/user-tmp
}

Please advise. Thank you for attention.

-- 
apparmor disallows truncate of deleted file
https://bugs.launchpad.net/bugs/451375
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316607] Re: Encrypted SWAP partition not created/mounted

2009-03-09 Thread Andrei Rohau
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-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 335707] Re: simple spelling mistake

2009-03-09 Thread Andrei Rohau
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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 334297] Re: cryptsetup package only updates initrd for newest kernel

2009-03-09 Thread Andrei Rohau
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 (Ubuntu)
   Status: New = Incomplete

-- 
cryptsetup package only updates initrd for newest kernel
https://bugs.launchpad.net/bugs/334297
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 328218] Re: Passphrase dialog for LVM-encrypted installs refers to unfriendly name

2009-03-09 Thread Andrei Rohau
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

-- 
Passphrase dialog for LVM-encrypted installs refers to unfriendly name
https://bugs.launchpad.net/bugs/328218
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 326900] Re: long cryptroot passphrase prompt looks bad

2009-02-15 Thread Andrei Rohau
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 bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316607] Re: Encrypted SWAP partition not created/mounted

2009-02-14 Thread Andrei Rohau
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 code 4 for both unknown filesystem and various probing
errors.

And in the case of
http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob;f=extras/volume_id/vol_id.c;h=3e44c3b069794b81a1e61338c98eef0fa7671bf3;hb=HEAD#l308
it does look like a typo to me, as the whole switch statement introduces
error code 3 for raid checks.

-- 
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-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316607] Re: Encrypted SWAP partition not created/mounted

2009-02-13 Thread Andrei Rohau
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
error status 4.

# /lib/udev/vol_id --type /dev/null 21
unknown or non-unique volume type (--probe-all lists possibly conflicting types)
# echo $?
4

Even if we want to keep it 'dynamic' for unknown string, why not keep it
simple then?

@@ -25,2 +25 @@
-pattern=`echo $dev | sed 's/\//\//g'`
-unknown=`/lib/udev/vol_id -t /dev/null 21 | sed s/\/dev\/null/$pattern/g`
+unknown=`/lib/udev/vol_id -t /dev/null 21`

Thanks for looking into this!

-- 
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-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317297] Re: [jaunty] cryptsetup for root on encrypted lvm not called in initramfs.

2009-02-02 Thread Andrei Rohau
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 initramfs.
https://bugs.launchpad.net/bugs/317297
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317297] Re: [jaunty] cryptsetup for root on encrypted lvm not called in initramfs.

2009-02-02 Thread Andrei Rohau
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 hooks is happening.


** Attachment added: old-65-dmsetup.rules.log
   http://launchpadlibrarian.net/21906355/old-65-dmsetup.rules.log

-- 
[jaunty] cryptsetup for root on encrypted lvm not called in initramfs.
https://bugs.launchpad.net/bugs/317297
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317297] Re: [jaunty] cryptsetup for root on encrypted lvm not called in initramfs.

2009-02-02 Thread Andrei Rohau
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: 65-dmsetup.rules.patch
   http://launchpadlibrarian.net/21906418/65-dmsetup.rules.patch

-- 
[jaunty] cryptsetup for root on encrypted lvm not called in initramfs.
https://bugs.launchpad.net/bugs/317297
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317297] Re: [jaunty] cryptsetup for root on encrypted lvm not called in initramfs.

2009-02-02 Thread Andrei Rohau
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.
https://bugs.launchpad.net/bugs/317297
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317297] Re: [jaunty] cryptsetup for root on encrypted lvm not called in initramfs.

2009-02-02 Thread Andrei Rohau
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 initramfs.
https://bugs.launchpad.net/bugs/317297
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs