[Bug 382691] [NEW] Koffice requires newer libqca2-plugins-ossl to open encrypted documents

2009-06-02 Thread Jon Severinsson
Public bug reported:

Binary package hint: libqca2-plugin-ossl

Using the version of libqca2-plugins-ossl from jaunty will cause Koffice
(both version 1.9.99.9 and 2.0.0) to fail to open encrypted odf
documents with an error about missing hash funtions.

After updating libqca2-plugin-ossl to the latest version ( 2.0.0-beta3 ) 
availible upstream ( http://delta.affinix.com/qca/ ) it works just fine.
I've uploaded the debs to my ppa ( 
https://launchpad.net/~jon-severinsson/+archive/ppa ) if anyone else wants to 
test.

** Affects: qca2-plugin-ossl (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Koffice requires newer libqca2-plugins-ossl to open encrypted documents
https://bugs.launchpad.net/bugs/382691
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 251629] Re: Cannot connect to network share in KDE with Dolphin

2008-08-22 Thread Jon Severinsson
Hi

I'm using the kde 4.1 PPA for Hardy, and I'm still having this problem,
even though I just did an 'apt-get update ; apt-get dist-upgrade'

The problem seems to be that kdebase-runtime installs knetattach to
/usr/lib/kde4/lib/kde4/libexec/knetattach while
/usr/share/applications/kde4/knetattach.desktop (installed by kdebase-
runtime-data) refers to /usr/lib/kde4/bin/knetattach

If I change the Exec line in the .desktop file to reffer to the actually
installed knetattach it works.

-- 
Cannot connect to network share in KDE with Dolphin
https://bugs.launchpad.net/bugs/251629
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 84717] Nice tool, but i18n broken

2007-03-24 Thread Jon Severinsson
I had to manually add the repository using "sudo nano /etc/apt/sources.list" as 
adept would corrupt the file (adding "ÿ" to the end of some lines), but the 
actual upgrade was just fine. I had to click "show terminal" to answer some 
questions during upgrade, but that no big deal (as I'm used to it, it seams to 
happen every now and then even during "normal" updates).
However, the UI was a mess. Part was in Swedish and part in English, and if 
that wasn't bad enough, all Swedish text had all occurrences of  å, ä and ö 
replaced with å, ä, and ö. Obviously you are treating the utf-8 encoded 
translations as ISO-8859-1 (or ISO-8859-15), which basically messes with 
anything but English.

-- 
SRU: updates necessary for Kubuntu Upgrade Tool in Edgy
https://launchpad.net/bugs/84717

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

[Bug 333454] Re: Can't open .spx speex files in Amarok

2009-11-20 Thread Jon Severinsson
I'm using Kubuntu 9.10 and was suffering from the same problem, except
that all speex 1.1.12 encoded files I tried (including the one in
example-content) didn't work either.

I did some investigation and found that other phonon based players (such
as Dragon Player) could play speex files propperly, so the problem must
be in Amarok and not further down the stack. I tried to read the Amarok
source code to find out what it did wrong, but I never managed to
figured it out. I did, however, find a workaround:

By default Ubuntu 9.10 will assign the non-standard mime type
audio/x-speex+ogg to Speex files, rather than the standard mime type
audio/ogg. As audio/x-speex+ogg is defined to be a sub-class of
audio/ogg there is nothing wrong with this. However, whatever Amarok is
doing wrong, it is only doing it for audio/x-speex+ogg, so if you
present speex files as audio/ogg to Amarok it will gladly hand them over
to phonon, and the files will work just fine, both playing them and
reading any tags.

What I did to get this to work was edit
/usr/share/mime/packages/freedesktop.org.xml as root, find the  element and comment it out. I then had to
update all generated files (sudo -i update-mime-database /usr/share/mime
; sudo -i kbuildsycoca4 --global --noincremental ; kbuildsycoca4
--noincremental) and re-start Amarok.

Hope this workaround helps everyone else having this problem.  Note that
you will probably have to repeat this procedure every time you upgrade
the shared-mime-info package.

-- 
Can't open .spx speex files in Amarok
https://bugs.launchpad.net/bugs/333454
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to amarok in ubuntu.

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


[Bug 490917] Re: initrd on Karmic does not support multiple encrypted LVM physical volumes.

2010-02-24 Thread Jon Severinsson
Andreas> the correct way would be something like pvdisplay and grepping
for the volume group that contains the root fs.

After being hit by this and finding this bugreport I decided to do
something about it. Attached is a patch that uses lvdisplay, pvs and sed
instead of dmsetup and sed to find lvm dependencies.

Only tested for lvm on luks. Will definitely not work for dm subsystems
other than lvm (but as the function name is get_lvm_deps I don't think
that was supposed to work anyway.) Also, it will happily ignore any
regular devices (/dev/sdx) that lvm depends on, so if your lvm volume
group is not encrypted, it will issue a warning, but will probably work
anyway.

** Patch added: "cryptroot.diff"
   http://launchpadlibrarian.net/39751587/cryptroot.diff

-- 
initrd on Karmic does not support multiple encrypted LVM physical volumes.
https://bugs.launchpad.net/bugs/490917
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 447817] [NEW] System frezes after fscking root

2009-10-10 Thread Jon Severinsson
Public bug reported:

Binary package hint: mountall

I have both / and /home on seperate luks encrypted partitions. / is
decrypted using my passkey by the initramfs and /home is decrypted using
a keyfile stored on / by the init scripts.

After upgrading from mountall 0.1.8 to 0.2.0 my system foze at boot. The
last things it does before freezing is loading apparmor, fscking /boot
and fscking /. It never gives any output related to decrypring or
fscking /home.

After some trial and error I found a workaround:
In grub I replaced "ro quiet splash" with "text rw init=/bin/bash". I don't 
know if "text" is nessesary in the final version of the workaround, but during 
some previous trials I got a hung X with no ability to switch to text console.
Then I entered my passphrase for / as usual.
After I while I got a root prompt and issuedd the following commands:
mkdir /dev/shm /dev/pts # Don't know if this was nessesary, but df errored out 
becouse they was missing
cryptsetup luksOpen /dev/sdb2 faolain-home # This is my home partition
mount -a
mount -o remount,ro / # As the system otherwise hangs while fscking root
exec init
At this point the boot sequence resumes. First it fscks / (but not /boot or 
/home), then it tries to decrypt my three luks partions (/, swap and /home), 
but ofcourse / and /home fails (as they are already decrypted), and then the 
rest of the init scripts run and I get a login prompt (textual as that is what 
I requested in grub).

At this point I downloaded the mountall 0.1.8 deb using wget and
installed it using dpkg -i, and after  the next reboot it started
working again.

I havn't quite figgured out what exactly caused the problem, but I think
mountall tried to fsck /dev/mapper/faolain-home before cryptsetup got a
chance to decrypt it. This is as it fscked /boot before running
cryptsetup, and I believe /boot and /home should be fscked at the same
time, as they have the same pass value in /etc/fstab


My /etc/crypttab

faolain-root UUID=3443152a-2b1c-405b-b904-e09d5c05d759 none luks
faolain-swap UUID=576ca4ba-940c-48c3-afc1-dd11e83e48d3 
/etc/cryptkeys/faolain-swap luks
faolain-home UUID=a230afe6-c04d-4951-9ef8-2c796251906f 
/etc/cryptkeys/faolain-home luks



My /etc/fstab

# /etc/fstab: static file system information.
#
#  
 
proc/proc   procdefaults
   0   0
LABEL=faolain-swap  noneswapsw  
   0   0
LABEL=faolain-boot  /boot   ext2relatime,nosuid,nodev   
   0   2
LABEL=faolain-root  /   ext3
relatime,barrier=1,user_xattr,acl,errors=remount-ro0   1
LABEL=faolain-home  /home   ext3
relatime,barrier=1,user_xattr,acl,nosuid,nodev 0   2
tmpfs   /tmptmpfs   nosuid,nodev,mode=1777  
   0   0
tmpfs   /var/tmptmpfs   nosuid,nodev,mode=1777  
   0   0


ProblemType: Bug
Architecture: i386
Date: Sat Oct 10 08:16:36 2009
DistroRelease: Ubuntu 9.10
Package: mountall 0.1.8
ProcEnviron:
 LANGUAGE=sv_SE:sv:en_GB:en
 PATH=(custom, no user)
 LANG=sv_SE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.43-generic
SourcePackage: mountall
Uname: Linux 2.6.31-13-generic i686

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


** Tags: apport-bug i386

-- 
System frezes after fscking root
https://bugs.launchpad.net/bugs/447817
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 447817] Re: System frezes after fscking root

2009-10-10 Thread Jon Severinsson
** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/33393793/Dependencies.txt

-- 
System frezes after fscking root
https://bugs.launchpad.net/bugs/447817
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 447817] Re: System frezes after fscking root

2009-10-10 Thread Jon Severinsson
A small correction: Cryptsetup is not supposed to ask for a passphrase,
as it should use the keyfile configured in /etc/crypttab. But that is
most likely not relevant to the issue at hand.

However, please do note that cryptsetup 1.0.6+20090405.svn49-1ubuntu4
will set up the disk propperly when used together with mountall 01.8,
but the exact same version off cryptsetup never does it's job when used
together with mountall 0.2.0, presumably becouse mountall waits for the
disk to appear indefenitely while somehow blocking cryptsetup from
running at all until it mountall is done, a classic moment 22.

-- 
System frezes after fscking root
https://bugs.launchpad.net/bugs/447817
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 447817] Re: System frezes after fscking root

2009-10-28 Thread Jon Severinsson
As I realized mountall 1.0 had been released I decided to try this
again, but it still fails. This time, however, I'm getting an error
message, rather than the system just freezing:


One or more of the mounts listed in /etc/fstab cannot yet be mounted:
swap: waiting for LABEL=faolain-swap
/home: waiting for LABEL=faolain-home
/var/tmp: waithing for tmpfs
Press ESC to enter a recovery shell


After pressing ESC I'm getting the following message:

key slot 0 unlocked.
Command successful.
General error mounting filesystems.
A maintenance shell will now be started.
CONTROL-D will terminate this shell and re-try.
r...@faolain:~# 


I used the maintenance shell to look around, and found that /dev/mapper
/faolain-root exists and is mounted read-write as /, neither /dev/mapper
/faolain-home nor /dev/mapper/faolain-swap exists, and that one of my
tmpfs (/tmp) is mounted, but the other (/var/tmp) is not.

I also tried to start the cryptdisks-enable upstart script manually (by
running "start cryptdisks-enable" in the shell) and this will create
/dev/mapper/faolain-home and /dev/mapper/faolain-swap properly without
asking for any password. Pressing Ctrl-D will however just restart
usplash and gives me the same error massages again (see above). This
time, however, pressing ESC will not give me another maintenance shell.

If I in addition to starting the cryptdisks-enable upstart script
manually also mount all filesystems manually (by running "mount -a" in
the shell) before pressing Ctr-D, then the system will resume the boot
sequence and I'll get to my desktop eventually.

As cryptdisks-enable *does* do the right thing if started manually, I
really do not believe the problem lies there, but rather with mountall.

This testing was done using mountall 1.0 and cryptsetup
1.0.6+20090405.svn49-1ubuntu7. Downgrading to mountall 0.1.8 while
keeping cryptsetup 1.0.6+20090405.svn49-1ubuntu7 still solves the
problem.

-- 
System frezes after fscking root
https://bugs.launchpad.net/bugs/447817
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 382691] Re: Koffice requires newer libqca2-plugins-ossl to open encrypted documents

2011-02-12 Thread Jon Severinsson
As of today, kspread from both lucid and lucid-backports can open an
encrypted ods files using libqca2-plugin-ossl from my PPA. I have
previously used kspread from jaunty and karmic to open encrypted ods
files using libqca2-plugin-ossl from my PPA.

Since lucid I get a second password prompt which I must cancel to get to
the document, but it still works.

I don't have a maverick or natty install to test, nor do I have any
encrypted odt files to test with kword.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/382691

Title:
  Koffice requires newer libqca2-plugins-ossl to open encrypted
  documents

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


[Bug 448397] Re: arora crashed when pushing "load flash" button

2010-07-12 Thread Jon Severinsson
This appears to be becouse flashplugin 10.1 doesn't propperly
initialize gtk before using it, and thus triggers a gtk assertion. It
can be worked around by iniitializeing gtk before loading flashplugin.

An upstream (QtWebKkit) bug report with patch can be found at
https://bugs.webkit.org/show_bug.cgi?id=40567

A patched deb that works for me can be found at https://launchpad.net
/~jon-severinsson/+archive/ppa/+packages

** Bug watch added: bugs.webkit.org/ #40567
   https://bugs.webkit.org/show_bug.cgi?id=40567

-- 
arora crashed when pushing "load flash" button
https://bugs.launchpad.net/bugs/448397
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