[Bug 1778770] Re: GnuPG segfaults when encrypting mail to key with ed25519 / cv25519 subkeys

2018-08-27 Thread Moritz Naumann
Related: #1677903, #1772457

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

Title:
  GnuPG segfaults when encrypting mail to key with ed25519 / cv25519
  subkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnupg2/+bug/1778770/+subscriptions

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

[Bug 1778770] Re: GnuPG segfaults when encrypting mail to key with ed25519 / cv25519 subkeys

2018-08-27 Thread Moritz Naumann
Affects multiple users (as per the comments).

** Changed in: gnupg2 (Ubuntu)
   Status: New => Confirmed

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

Title:
  GnuPG segfaults when encrypting mail to key with ed25519 / cv25519
  subkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnupg2/+bug/1778770/+subscriptions

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

[Bug 1778770] [NEW] GnuPG segfaults when encrypting mail to key with ed25519 / cv25519 subkeys

2018-06-26 Thread Moritz Naumann
Public bug reported:

Trying to encrypt an e-mail (suing a local RSA/RSA key pair) to a
recipient who combines an RSA public key with RSA and ed25519 (both
"usage: S", not expired) as well as a cv25519 (usage: E, not expired)
subkey.

Just running gpg2 --edit-key with the recipients' key prints:
...
sub  ed25519/[KEYID_REMOVED]
 created: [DATE_REMOVED]  expires: [DATE_REMOVED]  usage: S   
gpg: error computing keygrip
gpg: error computing a keygrip: General error
sub  cv25519/[KEYID_REMOVED]
 created: [DATE_REMOVED]  expires: [DATE_REMOVED]  usage: E   
...

...but at least does not segfault, yet.

However,

$ /usr/bin/gpg2 --charset utf-8 --display-charset utf-8 --batch --no-tty
--no-verbose --status-fd 2 --digest-algo sha512 -a -t --encrypt --sign
--trust-model always --encrypt-to MY_RSA_KEY -r RECIPIENTS_KEY -u
MY_RSA_KEY

also reports:

gpg: error computing keygrip
gpg: error computing a keygrip: General error

and finally segfaults, reproducibly.


Backtrace:

Program received signal SIGABRT, Aborted.
0x769f5428 in __GI_raise (sig=sig@entry=6) at 
../sysdeps/unix/sysv/linux/raise.c:54
54  ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0  0x769f5428 in __GI_raise (sig=sig@entry=6) at 
../sysdeps/unix/sysv/linux/raise.c:54
#1  0x769f702a in __GI_abort () at abort.c:89
#2  0x555e68be in do_logv (level=level@entry=6, 
ignore_arg_ptr=ignore_arg_ptr@entry=0, fmt=fmt@entry=0x556171f8 
"pop_filter(): filter function not found\n", 
arg_ptr=arg_ptr@entry=0x7fffbde0)
at logging.c:737
#3  0x555e77e3 in log_bug (fmt=fmt@entry=0x556171f8 "pop_filter(): 
filter function not found\n") at logging.c:825
#4  0x555f06ee in pop_filter (a=a@entry=0x55859cb0, 
f=f@entry=0x555f1ce0 , ov=0x0) at iobuf.c:1719
#5  0x555f2b8d in iobuf_set_partial_block_mode 
(a=a@entry=0x55859cb0, len=len@entry=0) at iobuf.c:2534
#6  0x5556a93c in do_plaintext (out=out@entry=0x55859cb0, 
ctb=ctb@entry=203, pt=pt@entry=0x55866280) at build-packet.c:554
#7  0x5556aded in build_packet (out=out@entry=0x55859cb0, 
pkt=pkt@entry=0x7fffc3c0) at build-packet.c:127
#8  0x5559f40c in write_plaintext_packet (out=0x55859cb0, 
inp=inp@entry=0x55996ea0, fname=fname@entry=0x0, ptmode=116) at sign.c:614
#9  0x555a0bd0 in sign_file (ctrl=, filenames=, detached=0, locusr=, encryptflag=1, remusr=, outfile=0x0) at sign.c:1021
#10 0x55566c47 in main (argc=0, argv=0x7fffdcc0) at gpg.c:3886

This is GnuPG 2.1.11-6ubuntu2.1 with libgcrypt20 1.6.5-2ubuntu0.5
(standard package versions, fully updated) on 16.04.4 amd64.

I guess lack of support for such keys in 16.04 could be acceptable, but
it should not just fail so miserably.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnupg2 2.1.11-6ubuntu2.1
ProcVersionSignature: Ubuntu 4.15.0-23.25~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-23-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Tue Jun 26 19:12:31 2018
InstallationDate: Installed on 2017-04-29 (422 days ago)
InstallationMedia: Ubuntu-Server 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.8)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnupg2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages xenial

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

Title:
  GnuPG segfaults when encrypting mail to key with ed25519 / cv25519
  subkeys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnupg2/+bug/1778770/+subscriptions

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

[Bug 1656046] Re: RogerRouter crashes opening Setup

2017-08-08 Thread Moritz Naumann
If you happen to speak German, please also refer to
https://www.tabos.org/topic/fb6490-absturz-beim-einrichten/ - which is
the developers' official (and I think also the only) support channel.

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

Title:
  RogerRouter crashes opening Setup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roger-router/+bug/1656046/+subscriptions

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


[Bug 1704603] [NEW] Juniper/Pulse VPN (SSL VPN) not configurable

2017-07-15 Thread Moritz Naumann
Public bug reported:

While the OpenConnect CLI version available in Ubuntu 16.04.2 supports
connecting to (older but not current firmware versions of) Juniper/Pulse
VPN (SSL VPN) (using the --pulse option), the NM GUI does not allow for
configuring this type of VPN. You can choose to configure an OpenConnect
VPN, but it lacks the option to connect using the specific Juniper
Network Connect / Pulse Secure SSL VPN protocol.

Newer versions of network-manager-openconnect-gnome do, however, allow
for configuring this protocol and work with the openconnect '--protocol
pulse' option of the updated openconnect CLI.

Since Xenial is going to stay, and is the most likely target for
companies which make use of this VPN technology, please do consider to
support this protocol in Xenial by means of a SRU or backport.

The version of both openconnect and, moreover, the NM GUI, is most
likely not usable for any ompany running current VPN access servers
(with current software versions).

Thanks for your consideration.

** Affects: network-manager-openconnect (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: network-manager (Ubuntu) => network-manager-
openconnect (Ubuntu)

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

Title:
  Juniper/Pulse VPN (SSL VPN) not configurable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openconnect/+bug/1704603/+subscriptions

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


[Bug 1481871] Re: apt-key del silenty fails to delete keys due to limited understanding of input formats

2016-01-03 Thread Moritz Naumann
This also affects Xenial (tested on yesterday's live installer).

** Summary changed:

- apt-key del doesn't understand fingerprint
+ apt-key del silenty fails to delete keys due to limited understanding of 
input formats

** Summary changed:

- apt-key del silenty fails to delete keys due to limited understanding of 
input formats
+ apt-key del silenty fails to delete keys due to limited understanding of GPG 
key ID formats

** Tags added: trusty xenial

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

Title:
  apt-key del silenty fails to delete keys due to limited understanding
  of GPG key ID formats

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1481871/+subscriptions

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


[Bug 1481871] Re: apt-key del doesn't understand fingerprint

2016-01-02 Thread Moritz Naumann
I just ran into the same issue. What's not obvious from the original
post, though, is that apt-key reports back that it deleted the key "OK"
- but actually did not:


root@mybox:~# apt-key list | grep 79EAFD54
pub   1024D/79EAFD54 2009-01-22 [expired: 2013-06-28]

root@mybox:~# apt-key adv --keyid-format long --list-key 79EAFD54
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring 
--homedir /tmp/tmp.0hGkImk1B8 --no-auto-check-trustdb --trust-model always 
--keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring 
/etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg --keyring 
/etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg --keyring 
/etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring 
/etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --keyring 
/etc/apt/trusted.gpg.d/xorg-edgers-ppa.gpg --keyid-format long --list-key 
79EAFD54
pub   1024D/BED1E87979EAFD54 2009-01-22 [expired: 2013-06-28]
uid  security OBS Project 

root@mybox:~# apt-key del BED1E87979EAFD54
OK

root@mybox:~# apt-key list | grep 79EAFD54
pub   1024D/79EAFD54 2009-01-22 [expired: 2013-06-28]


As such, if you supply a key ID as an argument to "apt-key del" in any GnuPG 
supported format other than the 'old' short key ID format without leading "0x" 
(so just the last 8 bytes of the key's fingerprint, ") the result is that your 
command is *silently ignored*.  (There seem to be some non-defined GPG formnats 
which will return an error message, such as when using the last 6 or 10 (but 
not 12) bytes of the fingerprint).

This can result in users and applications alike meaning to revoke trust
on an APT archive keyring, being told they succeeded in doing so, but
actually failing.

As such, from my perspective, this is a security bug.

This was Ubuntu 14.04.3 LTS x86_64 with the latest updates installed and
no held packages (but some third party PPAs).

I have not tried to reproduce this issue on any other Ubuntu releases. I
tried to reproduce this behaviour on Debian GNU/Linux 8.2 "Jessie" but
was unable to.

** Information type changed from Public to Public Security

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

Title:
  apt-key del doesn't understand fingerprint

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1481871/+subscriptions

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


[Bug 877580] Re: xfce4-sensors-plugin crashed with SIGSEGV in malloc_consolidate()

2014-11-29 Thread Moritz Naumann
I used to be affected by this (duplicate report Bug #964287) - but it no
longer happens for a year or two (during which I have upgraded Ubuntu at
least twice, running 14.04 now).

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

Title:
  xfce4-sensors-plugin crashed with SIGSEGV in malloc_consolidate()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-sensors-plugin/+bug/877580/+subscriptions

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


[Bug 1039849] Re: Lightdm fails to start up after updates

2014-09-11 Thread Moritz Naumann
This is no longer an issue for me personally, since it's 2014 and I'm
running different software in different versions.

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

Title:
  Lightdm fails to start up after updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1039849/+subscriptions

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


[Bug 526849] Re: pastes to pastebin.com no longer work

2014-09-10 Thread Moritz Naumann
I doubt anyone cares about Hardy these days?

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

Title:
  pastes to pastebin.com no longer work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pastebinit/+bug/526849/+subscriptions

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


[Bug 989898] Re: Should allow adding reviews in multiple languages

2014-09-10 Thread Moritz Naumann
So, has this ever been discussed?

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

Title:
  Should allow adding reviews in multiple languages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/989898/+subscriptions

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


[Bug 719763] Re: Segfault in MixSomeSources at openal-soft-1.12.854/Alc/ALu.c:1033

2014-07-25 Thread Moritz Naumann
I'll respond in 3.5 years, please keep the bug open!

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

Title:
  Segfault in MixSomeSources at openal-soft-1.12.854/Alc/ALu.c:1033

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openal-soft/+bug/719763/+subscriptions

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


[Bug 1212497] Re: [Feature] update microcode to 20130807 version

2013-08-21 Thread Moritz Naumann
Thanks for providing this update.

Would you also be so kind as to let your users know what this very
important security update they get prompted to install is about?
Intels' website doesn't seem to say, nor does this bug report / feature
request.

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

Title:
  [Feature] update microcode to  20130807 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1212497/+subscriptions

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


[Bug 1104435] Re: xfce4-session crashed with SIGSEGV in g_slice_alloc()

2013-05-21 Thread Moritz Naumann
** Description changed:

+ SRU REQUEST
+ as per https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template
+ Originally written by https://launchpad.net/~mnaumann
+ 
+ [Impact]
+ 
+ End user impact:
+
+XFCE session closes (due to segfault) without specific (or any) user 
action, unsaved work is lost, user needs to login again. Critical UX impact to 
XFCE users on at least Raring (there are reports that Quantal is affected, too).
+ 
+ Justification for backporting the fix to the stable release:
+  
+A tiny upstream patch is available:
+
http://git.xfce.org/xfce/xfce4-session/commit/?id=ab391138cacc62ab184a338e237c4430356b41f9
+It has been packaged (no other changes) by Ricardo Teixas, tested by 
several users who commented on the XFCE and Ubuntu bug trackers, and has been 
reviewed and approved by 7 of the Ubuntu community.
+According to tests by users
+ 
+ [Test Case]
+ 
+ How to reproduce:
+  
+ An exact trigger action is not known, reports state that the session will 
often fail faster if user starts and quits applications such as Firefox or 
Thunderbird, or adds / removes applets to/from or interacts with panel. On 
affected system with user interaction, the session process should fail after a 
maximum of 1 hour of use, though most likely it will take more like less than 
10 minutes.
+ 
+ 
+ [Regression Potential] 
+ 
+My (limited) understanding is that the patch is minimally invasive.
+ As discussed above, the patch is well tested and there are no reports,
+ after (sometimes) weeks of use, that it would introduce new issues.
+ Based on my (limited) understanding, there is no or neglegible
+ regression potential involved.
+ 
+ [Other Info]
+  
+ Upstream version 4.10.1 includes the patch, tagged on May 5: 
http://git.xfce.org/xfce/xfce4-session/tag/?id=xfce4-session-4.10.1
+ Upstream version 4.10.1 has not been released, yet: 
http://archive.xfce.org/xfce/4.10/src/
+ 
+ 
+ Please feel free to edit and take over theis SRU request if you feel more 
qualified to handle it (I don't feel very qualified myself). Please also note 
that I am unable to upload a patch to *-proposed.
+ 
+ 
+ 
+ Original bug report:
+ 
  During normal operation, suddenly, without any particular reason, the
  session was restarted. The problem was repeated several times, even
  several times. Only now I was able to report a bug, because after each
  restart of the session, error reporting program was closed.
  
  Podczas normalnej pracy, nagle, bez żadnej konkretnej przyczyny, sesja
  została zrestartowana. Problem powtarzał się wielokrotnie, nawet kilka
  razy.  Dopiero teraz udalo mi się zgłosić błąd, gdyż po każdym restarcie
  sesji, program raportowania błędów był zamykany.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: xfce4-session 4.10.0-2ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-1.5-generic 3.8.0-rc4
  Uname: Linux 3.8.0-1-generic x86_64
  ApportVersion: 2.8-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Thu Jan 24 21:34:23 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/xfce4-session
  InstallationDate: Installed on 2013-01-13 (11 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Alpha amd64 (20130113)
  MarkForUpload: True
  ProcCmdline: xfce4-session
  ProcEnviron:
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=pl_PL.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=pl_PL.UTF-8
+  SHELL=/bin/bash
  SegvAnalysis:
-  Segfault happened at: 0x7f07ac55f5af g_slice_alloc+223:mov
(%rbx),%rax
-  PC (0x7f07ac55f5af) ok
-  source (%rbx) (0x) not located in a known VMA region 
(needed readable region)!
-  destination %rax ok
+  Segfault happened at: 0x7f07ac55f5af g_slice_alloc+223:mov
(%rbx),%rax
+  PC (0x7f07ac55f5af) ok
+  source (%rbx) (0x) not located in a known VMA region 
(needed readable region)!
+  destination %rax ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: xfce4-session
  StacktraceTop:
-  g_slice_alloc () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
-  g_signal_connect_data () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
-  ?? () from /usr/lib/libwnck-1.so.22
-  ?? () from /usr/lib/libwnck-1.so.22
-  ?? () from /usr/lib/libwnck-1.so.22
+  g_slice_alloc () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
+  g_signal_connect_data () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  ?? () from /usr/lib/libwnck-1.so.22
+  ?? () from /usr/lib/libwnck-1.so.22
+  ?? () from /usr/lib/libwnck-1.so.22
  Title: xfce4-session crashed with SIGSEGV in g_slice_alloc()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

Title:
  xfce4-session crashed with SIGSEGV in g_slice_alloc()

To manage notifications about this 

[Bug 1104435] Re: xfce4-session crashed with SIGSEGV in g_slice_alloc()

2013-05-02 Thread Moritz Naumann
Please help testing Ricardo F. Teixeira's patched builds from this PPA: 
https://launchpad.net/~ricardo.teixas/+archive/xfce4-session
...and provide feedback here: 
https://code.launchpad.net/~ricardo.teixas/ubuntu/raring/xfce4-session/fix-for-1104435/+merge/161735
Please be sure to test thoroughly.

The process to get the updated package would be:
sudo apt-add-repository ppa:ricardo.teixas/xfce4-session
sudo apt-get update
sudo apt-get install xfce4-session=4.10.0-2ubuntu2~raring1 ppa-purge

To remove this PPA:
sudo ppa-purge ppa:ricardo.teixas/xfce4-session

To downgrade to the xfce4-session version currently in the Ubuntu Universe 
repository:
sudo apt-get update
sudo apt-get install xfce4-session=4.10.0-2ubuntu1

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

Title:
  xfce4-session crashed with SIGSEGV in g_slice_alloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-session/+bug/1104435/+subscriptions

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


[Bug 929191] Re: run assert failure: python: ../../src/xcb_io.c:273: poll_for_event: Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

2012-11-01 Thread Moritz Naumann
Since this was confirmed, and I did provide the information requested:
setting this back to confirmed.

** Changed in: checkbox (Ubuntu)
   Status: Expired = Confirmed

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

Title:
  run assert failure: python: ../../src/xcb_io.c:273: poll_for_event:
  Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/929191/+subscriptions

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

[Bug 1042225] Re: Screen turns off after grub (full disk encryption)

2012-10-26 Thread Moritz Naumann
To me this bug whose description applies to my system is indeed a
duplicate of #1030094

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

Title:
  Screen turns off after grub (full disk encryption)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1042225/+subscriptions

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


[Bug 1030094] Re: LVM encrypted, screen turned off after grub

2012-10-26 Thread Moritz Naumann
Looks like this made it into 12.10. In my case it IS a duplicate of
#1042225 and hitting escape once for the textual and twice for the
graphical FDE password prompt works for me. I've upgraded from 12.04
(and before this I've been following stable releases). Removing the VT
handoff option off the kernel line at boot makes the graphical prompt
appear without screen blanking / the display switching to power saving /
standby mode.

If you need more details please let me know.

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

Title:
  LVM encrypted, screen turned off after grub

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1030094/+subscriptions

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


[Bug 747183] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: free(): invalid pointer: 0xb70f8a08 ***

2012-10-14 Thread Moritz Naumann
According to https://launchpad.net/weather-indicator :

 Latest version is 11.05.31
 ...
released on 2011-05-30 

I don't see how there is a new release fixing this issue.

It is, by now, my impression that toda intentionally tries to mark
weather-indicator bugs as fixed which are actually not. This is now the
fourth such incident, all pertaining to weather-indicator, over a course
of roughly a month, which I have witnessed directly (I bet I'm only
seeing the tip of the iceberg because I'm only subscribed to few of
these bugs).

Toda: please make a statement on this.

It seems like I'm unable to roll back this change, so I hope someone
else can take action.

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: free(): invalid pointer: 0xb70f8a08 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/747183/+subscriptions

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


[Bug 817672] Re: indicator-weather crashed with SIGSEGV in dbusmenu_menuitem_get_children()

2012-09-13 Thread Moritz Naumann
I'm setting this back to confirmed, since the change to opinion
wasn't substantiated.

** Changed in: indicator-weather (Ubuntu)
   Status: Opinion = Confirmed

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

Title:
  indicator-weather crashed with SIGSEGV in
  dbusmenu_menuitem_get_children()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/817672/+subscriptions

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


[Bug 929191] Re: run assert failure: python: ../../src/xcb_io.c:273: poll_for_event: Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

2012-09-01 Thread Moritz Naumann
Hi Daniel,

I was able to reproduce the issue where no new tab is opened (and no
report is shown) on the running instance of Firefox when you click on
view report after checkbox-qt test series have run without visible
error.

After finishing the test I clicked on 'view report' for two or three
times, then also clicked on 'submit report' (without having entered an
e-mail address). Unfortunately clicking on 'view report' does not result
in anything getting written to either log file or to console output (I
ran tail -f on both).

Apparently trying to submit the report triggers an unrelated networking
related error (Die Verbindung zum Server ist gescheitert. -
translation:Connecting to the (Ubuntu friendly?) server failed). I did
have a working Internet connection at the time of the test and don't
need to use a proxy to access the Internet (i.e. direct connection).

Please find attached an archive containing two files:
1. .cache/checkbox/checkbox.log
2. checkbox-debug_de.log - created by running: checkbox-qt --log-level=debug  
checkbox-debug_de.log 21

Have a nice weekend!

** Attachment added: checkbox.log and console output of: checkbox-qt 
--log-level=debug
   
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/929191/+attachment/3287247/+files/checkbox_report_doesnt_fire.tar.xz

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

Title:
  run assert failure: python: ../../src/xcb_io.c:273: poll_for_event:
  Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/929191/+subscriptions

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

[Bug 366478] Re: 058f:6377 Alcor Micro Corp. Multimedia Card Reader don't work in Ubuntu 9.04/9.10

2012-08-27 Thread Moritz Naumann
For what it's worth, this issue is fixed for me, with the hardware
discussed in comment #12, since Ubuntu 12.04.1 (possibly already on
12.04.0, not sure).

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

Title:
  058f:6377 Alcor Micro Corp. Multimedia Card Reader don't work in
  Ubuntu 9.04/9.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/366478/+subscriptions

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


[Bug 1039849] [NEW] X with i915 driver fails to start up after updates

2012-08-21 Thread Moritz Naumann
Public bug reported:

I've not been using this laptop for a while, but then I did, installed
updates, rebooted, and ever since I'm running into failsafe X. I made
some changes in between trying to see whether they would help it to load
up (such as explicitly defining the driver in xorg.conf) but those
didn't change the situation.

I'm stuck now, not sure what to do, and would appreciate some hints. I
asked for help in #ubuntu but since I don't know what exactly the
problem is we didn't get anywhere really. If there's anything I can do
to provide more information please let me know.

This may be an issue related to gdm actually, since the only error
message I can find now is in /var/log/gdm/:0.log:

Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.


Please consult the The X.Org Foundation support 
 at http://wiki.x.org
 for help. 

 ddxSigGiveUp: Closing log
/var/log/gdm/:0.log (END)


But maybe I missed something in the other relevant logs...

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.1
ProcVersionSignature: Ubuntu 3.2.0-30.47-generic 3.2.27
Uname: Linux 3.2.0-30-generic x86_64
.tmp.unity.support.test.1:
 
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,gnomecompat,mousepoll,snap,move,resize,wall,regex,vpswitch,imgpng,place,grid,session,unitymtgrabhandles,animation,expo,workarounds,ezoom,fade,scale,unityshell]
CompositorRunning: None
Date: Wed Aug 22 04:37:18 2012
DistUpgraded: 2012-04-27 20:57:28,759 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, even including gdb or git bisection work if needed
GraphicsCard:
 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:1862]
   Subsystem: ASUSTeK Computer Inc. Device [1043:1862]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413.1)
MachineType: ASUSTeK Computer Inc. UL30A
PlymouthDebug: Error: [Errno 13] Keine Berechtigung: 
'/var/log/plymouth-debug.log'
ProcEnviron:
 LANGUAGE=de_DE:en
 TERM=xterm
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-30-generic 
root=/dev/mapper/vg1-slash ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-intel
UdevDb: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
UpgradeStatus: Upgraded to precise on 2012-04-27 (116 days ago)
dmi.bios.date: 10/20/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 211
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: UL30A
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr211:bd10/20/2009:svnASUSTeKComputerInc.:pnUL30A:pvr1.0:rvnASUSTeKComputerInc.:rnUL30A:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: UL30A
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.3+8.0.2-0ubuntu3.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.3+8.0.2-0ubuntu3.2
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise referred-by-support ubuntu

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

Title:
  X with i915 driver fails to start up after updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1039849/+subscriptions

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


[Bug 1039849] Re: X with i915 driver fails to start up after updates

2012-08-21 Thread Moritz Naumann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1039849

Title:
  X with i915 driver fails to start up after updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1039849/+subscriptions

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


[Bug 1039849] Re: X with i915 driver fails to start up after updates

2012-08-21 Thread Moritz Naumann
This actually seems to be due to bugs in lightdm. After switching to gdm
this issue no longer occurs, I can login without any failsafe X prompt
ever showing up. Latest /var/log/lightdm/x-0.log is attached.

** Attachment added: x-0-greeter.log
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1039849/+attachment/3271311/+files/x-0-greeter.log

** Package changed: xserver-xorg-video-intel (Ubuntu) = lightdm
(Ubuntu)

** Summary changed:

- X with i915 driver fails to start up after updates
+ Lightdm fails to start up after updates

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

Title:
  Lightdm fails to start up after updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1039849/+subscriptions

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


Re: [Bug 929191] Re: run assert failure: python: ../../src/xcb_io.c:273: poll_for_event: Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

2012-08-20 Thread Moritz Naumann
On 20.08.2012 22:51 Daniel Manrique wrote:
...

Thanks for reproducing and describing this issue, Daniel.

 The indicated trace will appear in checkbox log, checkbox behaves
 strangely. However I was unable to reproduce the situation where
 clicking on view report does not show the report; for me, it opened
 Firefox and correctly showed the report. Do you by chance use a
 different browser, or have you configured another browser as the
 default?

My default web browser on this XFCE desktop is Firefox.

$ for file in /etc/alternatives/*www-browser*; do \
echo `basename $file`: readlink $file; done
gnome-www-browser: readlink /etc/alternatives/gnome-www-browser
www-browser: readlink /etc/alternatives/www-browser
www-browser.1.gz: readlink /etc/alternatives/www-browser.1.gz
x-www-browser: readlink /etc/alternatives/x-www-browser
$

If you could provide instructions on what exactly you need (which
commands to run to gather the needed info) I'll be happy to do so.

Moritz

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

Title:
  run assert failure: python: ../../src/xcb_io.c:273: poll_for_event:
  Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/929191/+subscriptions

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

[Bug 758892] Re: Kernel Oops - BUG: unable to handle kernel paging request at ffffffffa05acce0; RIP: 0010:[ffffffffa05acb67] [ffffffffa05acb67] RTHeapSimpleInit+0x67/0x100 [vboxdrv]

2012-07-30 Thread Moritz Naumann
Christopher: I am no longer running Ubuntu version 11.04, and have since
upgraded to Ubuntu 12.04 where this issue does not occur (for me) using
either the proprietary or open source vboxdrv kernel module.

Note that the test differs a lot from the original bug report, though,
since I  have not tested this in the original constellation where kernel
drivers meant for Maverick were attempted to be built on Natty. I could
not tell whether this bug would still apply in this scenario - and I do
not plan to test this (more than a year after the initial bug report).

I may or may not find the time to test this on an Ubuntu development
release. I am wondering whether investing this time really makes much
sense, though, since both the kernel ABI and driver modules will have
changed quite a bit since. Also, the test scenario would be a bit
unclear to me, since the issue only occurred while combining a kernel
module written for an earlier kernel version with a, then, current
kernel.

So if you can provide more detailed instructions on how to or what to
test, that'd be appreciated.

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

Title:
  Kernel Oops - BUG: unable to handle kernel paging request at
  a05acce0; RIP: 0010:[a05acb67]  [a05acb67]
  RTHeapSimpleInit+0x67/0x100 [vboxdrv]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/758892/+subscriptions

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


[Bug 929191] Re: run assert failure: python: ../../src/xcb_io.c:273: poll_for_event: Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

2012-07-28 Thread Moritz Naumann
Please feel free to adjust the subject line of this bug report to
provide information on the currently tracked issue.

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

Title:
  run assert failure: python: ../../src/xcb_io.c:273: poll_for_event:
  Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/929191/+subscriptions

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

[Bug 929191] Re: run assert failure: python: ../../src/xcb_io.c:273: poll_for_event: Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

2012-07-27 Thread Moritz Naumann
Thanks for your reply, Daniel.

I'm a little puzzled by your reply since you seem to be suggesting to
fix a bug in this package, checkbox-gtk, in the Ubuntu 12.04 long-term
support release, by recommending to use a different package, checkbox-
qt.

Trying to run checkbox-gtk now gives me a different error message, which
makes me think some dependency may be missing in the package metadata:

me@mysystem~$ checkbox-gtk
Traceback (most recent call last):
  File /usr/share/checkbox/run, line 40, in module
main()
  File /usr/share/checkbox/run, line 35, in main
application = manager.create_application(sys.argv)
  File /usr/lib/python2.7/dist-packages/checkbox/application.py, line 136, in 
create_application
return self.application_factory(config)
  File /usr/lib/python2.7/dist-packages/checkbox/application.py, line 48, in 
__init__
self.reactor)
  File /usr/lib/python2.7/dist-packages/checkbox/plugin.py, line 39, in 
__init__
for module in section.load_modules():
  File /usr/lib/python2.7/dist-packages/checkbox/component.py, line 157, in 
load_modules
module = self.load_module(name)
  File /usr/lib/python2.7/dist-packages/checkbox/component.py, line 112, in 
load_module
exec open(filename) in globals
  File /usr/share/checkbox/plugins/launchpad_exchange.py, line 29, in module
from checkbox.lib.conversion import string_to_type
  File /usr/lib/python2.7/dist-packages/checkbox/lib/conversion.py, line 21, 
in module
from dateutil import tz
ImportError: No module named dateutil

For what it's worth, installing and running checkbox-qt results in the
exact same error message.

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

Title:
  run assert failure: python: ../../src/xcb_io.c:273: poll_for_event:
  Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/929191/+subscriptions

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

[Bug 929191] Re: run assert failure: python: ../../src/xcb_io.c:273: poll_for_event: Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

2012-07-27 Thread Moritz Naumann
Thanks for your swift reply, Daniel. I am indeed on Ubuntu 12.04 now,
sorry for not spelling this out explicitly.

I've mnaually installed python-dateutil now. If this is a dependency of
checkbox-qt and checkbox-gtk, should these packages not depend on
python-dateutil?

I've just run a full tests (some tests skipped, but none related to
power management)  on the same system I had originally run it on when I
was reporting the bug. I am no longer running in to said crash. I end up
on the screen where you can enter your Launchpad e-mail address (the
window title is still Systemüberprüfung - usb/insert as if the test
was still in progress). I don't want to do so because the application
doesn't tell me what exactly it needs it for other than that it wants to
somehow use it when it would send my test results to Ubuntu Friendly,
without telling me what this is or how this is related to the e-mail
address I use for my Launchpad account. So I do not want to submit my
test results but I would like to review them, but clicking on the
Ergebnisse anzeigen (show results) button does nothing.

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

Title:
  run assert failure: python: ../../src/xcb_io.c:273: poll_for_event:
  Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/929191/+subscriptions

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

[Bug 929191] Re: run assert failure: python: ../../src/xcb_io.c:273: poll_for_event: Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

2012-07-27 Thread Moritz Naumann
I may well have used apt-get to install checkbox-gtk so it may not have
installed packages which are only recommended. And apparently the
checkbox package in 12.04 LTS still only recommends python-dateutil,
instead of depending on it (may I suggest to fix this for the 12.04 LTS
release?).

Thanks for explaining about the submission of checkbox test results - to
me. I meant to point out that many users will run into the same issue of
not knowing how to interpret the short text there, and that it may be
good to improve the text to make it easier for people to trust the
submission system (link to a privacy policy, maybe)?

submission.xml does exist and contains a lot of information, as
expected. I'm attaching checkbox.log of the run I was reporting about in
my last post.

** Attachment added: Current checkbox.log
   
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/929191/+attachment/3239084/+files/checkbox.log

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

Title:
  run assert failure: python: ../../src/xcb_io.c:273: poll_for_event:
  Zusicherung »!xcb_xlib_threads_sequence_lost« nicht erfüllt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/929191/+subscriptions

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

[Bug 1002069] [NEW] German language file translator was distracted

2012-05-20 Thread Moritz Naumann
Public bug reported:

There's a (minor) issue in precise's german language translation of the
'ln' utility:

$ ln -s /dev/zero /tmp/doesntexist/source
ln: Symbolischen Verknüpfung »/tmp/doesntexist/source“ konnte angelgt werden: 
Datei oder Verzeichnis nicht gefunden

3 typos in a single message, not bad. ;-)

A correctly translated message would say this instead:
ln: Symbolische Verknüpfung /tmp/doesntexist/source konnte nicht angelegt 
werden: Datei oder Verzeichnis nicht gefunden

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


** Tags: precise

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

Title:
  German language file translator was distracted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1002069/+subscriptions

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

[Bug 983741] Re: add-apt-repository crashed with ValueError in raw_decode(): No JSON object could be decoded

2012-05-19 Thread Moritz Naumann
I agree, I'm not sure why it got marked as security issue in the first
place (I believe apport did this based on some criteria).

For what it's worth, this bug which affects oneiric does not affect
precise. Precise would handle the incorrect repository location
gracefully and return an error message of:

Cannot access PPA (https://launchpad.net/api/1.0/~speed-
dreams/+archive/pp) to get PPA information, please check your internet
connection.

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

Title:
  add-apt-repository crashed with ValueError in raw_decode(): No JSON
  object could be decoded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/983741/+subscriptions

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


[Bug 993450] Re: Apport fails to submit bug report

2012-05-17 Thread Moritz Naumann
Both python-apport 2.0.1-0ubuntu7 (precise-updates) and 2.0.1-0ubuntu5
(precise) do not list 'Crash' in 'problem_types' in the default
/etc/apport/crashdb.conf, and both python-apport 1.23-0ubuntu3 (oneiric)
and python-apport 1.23-0ubuntu4 (oneiric-updates) do not have a
'problem_types' declaration (yet). So either adding 'Crash' to this line
is correct, which would them  seem to indicate that apport crash reports
are broken for everyone on Precise (this is an architecture independent
package), or, if Canonical is more lucky, this is not a proper fix but
just a workaround (but good to have - thanks Neal). Hopefully someone
with the needed inside knowledge can spare a minute to comment on this
in the not so distant future.

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

Title:
  Apport fails to submit bug report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/993450/+subscriptions

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


[Bug 993450] Re: Apport fails to submit bug report

2012-05-04 Thread Moritz Naumann
Here's the document which crashes evince for me. Please note that this
document stems from an untrusted source and may well be malicious (so
use it in an isolated system only). I have not had a chance to look into
it closer, yet. The ZIP password is a single character: the number
(digit) 1.

** Attachment added: POC to crash evince 3.4.0-0ubuntu1 on x86_64
   
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/993450/+attachment/3130491/+files/evince_3.4.0-0ubuntu1_crash.zip

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

Title:
  Apport fails to submit bug report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/993450/+subscriptions

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


[Bug 993450] Re: Apport fails to submit bug report

2012-05-04 Thread Moritz Naumann
If you just want to trigger apport you can achieve this much more
easily:

cat  # Make note of the second field which is the process ID, which I will 
now reference as PID
kill -SIGSEGV PID
fg

Since you no longer need it, I have deleted the apport crash POC.

** Attachment removed: POC to crash evince 3.4.0-0ubuntu1 on x86_64
   
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/993450/+attachment/3130491/+files/evince_3.4.0-0ubuntu1_crash.zip

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

Title:
  Apport fails to submit bug report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/993450/+subscriptions

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


[Bug 993450] [NEW] Apport fails to submit bug report

2012-05-02 Thread Moritz Naumann
Public bug reported:

I just had evince crash twice in a row (and can reproduce this crash),
and each time apport started up as expected and i was notified about an
application crash and given the option to report it. I chose to report
it both times, and that was the last thing I got to see about this crash
report. The report window closed and the next thing I expected to see
would be a new tab in the already running Firefox browser, where the bug
report would have been created with the retrace info appended - but this
did not happen.

To create /this/ bug report (manually triggered via ubuntu-bug apport)
this very mechanism worked as expected - the new Firefox tab opened
(without restarting Firefox) and I am now submitting this bug report.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: apport 2.0.1-0ubuntu7
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Wed May  2 20:11:32 2012
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: apport
UpgradeStatus: Upgraded to precise on 2012-04-27 (5 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  Apport fails to submit bug report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/993450/+subscriptions

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


[Bug 993450] Re: Apport fails to submit bug report

2012-05-02 Thread Moritz Naumann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993450

Title:
  Apport fails to submit bug report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/993450/+subscriptions

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


[Bug 985969] Re: update-manager crashed with RuntimeError in /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py: Gtk couldn't be initialized

2012-04-27 Thread Moritz Naumann
I also ran into this bug. It happened to me as soon as I rebooted after
an interrupted release upgrade from Oneiric to Precise (which made me
switch to a terminal and finish the upgrade manually).

 (X crash due to Debian bug #624500 affecting the monkeysphere-
validation-agent package, breaking the dist-upgrade when responding
'yes' to a monkeysphere-validation-agent prompt asking whether I wanted
to restart this daemon since it had detected changes to some of its
dependencies)

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

Title:
  update-manager crashed with RuntimeError in /usr/lib/python2.7/dist-
  packages/gi/overrides/Gtk.py: Gtk couldn't be initialized

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/985969/+subscriptions

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


[Bug 989898] [NEW] Should allow adding reviews in multiple languages

2012-04-27 Thread Moritz Naumann
Public bug reported:

While it's good and understandable that there is a restriction preventing users 
from adding multiple reviews of the same software in the same language, I think 
it should be allowed to add multiple translations. Currently, this is not 
possible. When invoking software-center with a different locale so as to be 
able to post a review in a different language than the systems' default, you 
end up with this message from the web API:
{errors: {__all__: [A user cannot create multiple reviews for an app.]}}

Please add support for adding reviews in multiple languages for the same
package and allow language switching / specifying the review language.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: software-center 5.2
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu6
Architecture: amd64
Date: Fri Apr 27 18:44:51 2012
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: software-center
UpgradeStatus: Upgraded to precise on 2012-04-27 (0 days ago)

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  Should allow adding reviews in multiple languages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/989898/+subscriptions

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


[Bug 989898] Re: Should allow adding reviews in multiple languages

2012-04-27 Thread Moritz Naumann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989898

Title:
  Should allow adding reviews in multiple languages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/989898/+subscriptions

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


[Bug 972617] Re: add-apt-repository silently fails to add/reactivate a previously commented out PPA

2012-04-03 Thread Moritz Naumann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/972617

Title:
  add-apt-repository silently fails to add/reactivate a previously
  commented out PPA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/972617/+subscriptions

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


[Bug 972617] [NEW] add-apt-repository silently fails to add/reactivate a previously commented out PPA

2012-04-03 Thread Moritz Naumann
Public bug reported:

I had the xorg-edgers PPA activated on this system, but manually
commented it out the other day, ending up with this:

me@mypc:~$ sudo rgrep -Fi edgers /etc/apt/sources.list /etc/apt/sources.list.d/
/etc/apt/sources.list.d/xorg-edgers-ppa-oneiric.list.save:# deb 
http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu oneiric main
/etc/apt/sources.list.d/xorg-edgers-ppa-oneiric.list.save:# deb-src 
http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu oneiric main
/etc/apt/sources.list.d/xorg-edgers-ppa-oneiric.list:# deb 
http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu oneiric main
/etc/apt/sources.list.d/xorg-edgers-ppa-oneiric.list:# deb-src 
http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu oneiric main
me@mypc:~$ 

So I used add-apt-repository to re-add this PPA using sudo add-apt-
repository ppa:xorg-edgers/ppa. I don't remember the exact output, but
there were no obvious errors or warnings reported.

Unfortunately this repository was still disabled, and no new entry for it had 
been added:
me@mypc:~$ sudo rgrep -Fi edgers /etc/apt/sources.list /etc/apt/sources.list.d/
/etc/apt/sources.list.d/xorg-edgers-ppa-oneiric.list.save:# deb 
http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu oneiric main
/etc/apt/sources.list.d/xorg-edgers-ppa-oneiric.list.save:# deb-src 
http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu oneiric main
/etc/apt/sources.list.d/xorg-edgers-ppa-oneiric.list:# deb 
http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu oneiric main
/etc/apt/sources.list.d/xorg-edgers-ppa-oneiric.list:# deb-src 
http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu oneiric main
me@mypc:~$ 

My expectation would have been that either a new, non commented, entry
would have been added for this PPA, or that I would have received at
least a warning saying that this repository was not added because there
is already a commented out reference to this PPA in a given file on a
given line (or just somewhere within my current APT sources).

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: python-software-properties 0.81.13.3
ProcVersionSignature: Ubuntu 3.0.0-18.31-generic 3.0.26
Uname: Linux 3.0.0-18-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Apr  3 18:25:40 2012
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: software-properties
UpgradeStatus: Upgraded to oneiric on 2011-10-21 (165 days ago)

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  add-apt-repository silently fails to add/reactivate a previously
  commented out PPA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/972617/+subscriptions

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


[Bug 972024] Re: RADEONDRIGetVersion failed because of version mismatch (1.17.0 - 2.10.0)

2012-04-02 Thread Moritz Naumann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/972024

Title:
  RADEONDRIGetVersion failed because of version mismatch (1.17.0 -
  2.10.0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/972024/+subscriptions

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


[Bug 972024] [NEW] RADEONDRIGetVersion failed because of version mismatch (1.17.0 - 2.10.0)

2012-04-02 Thread Moritz Naumann
Public bug reported:

Hi,

since rebooting my ATI GPU (X1650) based system today, I can no longer
start X. It worked fine until the reboot, and my last reboot was about a
week ago (there was no pending kernel upgrade until today).

Xorg.0.log reports:
[EE] RADEON(0): [dri] RADEONDRIGetVersion failed because of version mismatch.
[dri] This chipset requires a kernel module version 1.17.0,
[dri] but the kernel reports a version of 2.10.0.[dri] Make sure your module is 
loaded prior to starting X, and
[dri] that this driver was built with support for KMS.
[dri] Aborting.

It then tells me that screens were found but none have a usable
configuration. So that's kind of an overall failure. I am using ubuntu-x
updates (packages by sarvatt), but hope you can still help me out...

NB: Booting into an earlier kernel version (3.0.0-16-generic) did not
help.

Thanks in advance for any help.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xorg 1:7.6+7ubuntu7.1
ProcVersionSignature: Ubuntu 3.0.0-18.31-generic 3.0.26
Uname: Linux 3.0.0-18-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Apr  3 02:29:25 2012
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
UpgradeStatus: Upgraded to oneiric on 2011-10-21 (164 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  RADEONDRIGetVersion failed because of version mismatch (1.17.0 -
  2.10.0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/972024/+subscriptions

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


[Bug 972024] Re: RADEONDRIGetVersion failed because of version mismatch (1.17.0 - 2.10.0)

2012-04-02 Thread Moritz Naumann
** Package changed: xorg (Ubuntu) = xserver-xorg-video-ati (Ubuntu)

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

Title:
  RADEONDRIGetVersion failed because of version mismatch (1.17.0 -
  2.10.0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/972024/+subscriptions

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


[Bug 942598] Re: Rendering issue: characters are printed on top of each other

2012-03-05 Thread Moritz Naumann
It's good to know that Precise is not affected by this bug I reported
against Oneiric initially. Thanks for testing, Robert + Brian. Do bugs
in Oneiric not get fixed then?

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

Title:
  Rendering issue: characters are printed on top of each other

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/942598/+subscriptions

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


[Bug 942598] Re: Rendering issue: characters are printed on top of each other

2012-03-05 Thread Moritz Naumann
Sorry, I seem to have misunderstood this: Brian seems to have only
stated that there is a fix available for this bug in /some/ Ubuntu
release, but this issue is still tagged and tracked for Oneiric.

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

Title:
  Rendering issue: characters are printed on top of each other

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/942598/+subscriptions

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


[Bug 942598] [NEW] Rendering issue: characters are printed on top of each other

2012-02-28 Thread Moritz Naumann
Public bug reported:

Trying to print preview or print the document available at...

https://www.dab-bank.de/mlm/dabbank/formulare/pdf/hilfe-
service/downloadcenter.Par.28072.File.dat/postident.pdf

...I get a printout where the general document structure is the same,
but all text is rendered at the start of the line, making it unreadable.
I'm attaching a print preview of this document, as generated by evince
3.2.1. While it is possible that this document is broken, other forms
available from this bank at https://www.dab-bank.de/hilfe-
service/formulare.html bear similar issues, so it may indicate at least
a compatibility issue between Quark XPress 6.5, the PDF 1.3 format and
Evince's PDF - PS renderer.

No warning / error messages related to this issue are reported to
stdout/stderr.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: evince 3.2.1-0ubuntu2.2
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Feb 28 13:46:24 2012
ExecutablePath: /usr/bin/evince
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
UpgradeStatus: Upgraded to oneiric on 2011-10-21 (130 days ago)

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


** Tags: amd64 apparmor apport-bug apport-lpi oneiric

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

Title:
  Rendering issue: characters are printed on top of each other

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/942598/+subscriptions

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


[Bug 942598] Re: Rendering issue: characters are printed on top of each other

2012-02-28 Thread Moritz Naumann
** Attachment added: Screen shot of evince print preview of postident 
document
   
https://bugs.launchpad.net/bugs/942598/+attachment/2790789/+files/postident_print-preview.png

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

Title:
  Rendering issue: characters are printed on top of each other

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/942598/+subscriptions

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


[Bug 873424] Re: ask me later fails

2012-02-10 Thread Moritz Naumann
Thanks Brian and pitti, update-manager 1:0.152.25.7 from oneiric-
proposed now passes the test case for me. No more crash on 'remind me
later'.

A  Gtk-WARNING and a GLib-GIO-CRITICAL remain, but this is probably
a different issue and does not seem to impact overall functionality:

(check-new-release-gtk:4476): Gtk-WARNING **: Unknown property:
GtkMessageDialog.has-separator

(check-new-release-gtk:4476): GLib-GIO-CRITICAL **:
g_settings_set_value: key 'release-check-time' in 'com.ubuntu.update-
notifier' expects type 'u', but a GVariant of type 'i' was given

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

Title:
  ask me later fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/873424/+subscriptions

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


[Bug 929188] [NEW] checkbox-gtk suspend test failed

2012-02-08 Thread Moritz Naumann
Public bug reported:

Running the checkbox-gtk test for software suspend, the test fails.
Right after this checkbox-gtk crashes, too (see separate bug report).

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: pm-utils 1.4.1-8ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CheckboxCommand: sleep_test -d
CheckboxData: Unable to test. Privileges are required for this job.
CheckboxDescription:
 Energieverwaltungs-Test zum in Bereitschaft versetzen und Aufwachen aus der 
Bereitschaft
 
 Wählen Sie »Test« und Ihr System wird für 30 – 60 Sekunden in Bereitschaft 
versetzt. Falls Ihr System nach 60 Sekunden nicht von selbst aufwacht, drücken 
Sie kurz den Einschalter, um es manuell aufzuwecken. Falls Ihr System auch 
dadurch nicht aufgeweckt werden kann und neu gestartet werden muss, starten Sie 
die Systemüberprüfung nach dem Neustart und markieren Sie diesen Test als 
»Fehlgeschlagen«.
CheckboxTest: suspend/suspend_advanced
Date: Wed Feb  8 23:52:01 2012
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=de_DE.UTF-8
SourcePackage: pm-utils
UpgradeStatus: Upgraded to oneiric on 2011-10-21 (110 days ago)

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug checkbox-bug oneiric

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

Title:
  checkbox-gtk suspend test failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/929188/+subscriptions

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

[Bug 929188] Re: checkbox-gtk suspend test failed

2012-02-08 Thread Moritz Naumann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929188

Title:
  checkbox-gtk suspend test failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/929188/+subscriptions

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


[Bug 882942] Re: NaCL is missing

2012-01-16 Thread Moritz Naumann
This is becoming more of an issue now that NACL is becoming a somewhat
popular platform. Unless this is already being monitored, it might be
worth re-examining whether NACL builds fine on current Chromium versions
(such as available in the beta, dev and daily PPAs) now, so that there
can be support in Precise?

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

Title:
  NaCL is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/882942/+subscriptions

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


[Bug 859060] Re: totem-plugin-viewer crashed with SIGSEGV in g_type_check_instance_is_a()

2012-01-14 Thread Moritz Naumann
It also happened to me while trying to access
http://chinascout.ru/music/gump/09.mp3 in Firefox

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

Title:
  totem-plugin-viewer crashed with SIGSEGV in
  g_type_check_instance_is_a()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/859060/+subscriptions

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


[Bug 897939] [NEW] Fails to retrieve weather data

2011-11-29 Thread Moritz Naumann
Public bug reported:

Like in other distributions ...
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647749
http://forums.linuxmint.com/viewtopic.php?f=190t=85059
... xfce-weather-plugin fails to retrieve weather data from weather.com due to 
its invalidated API key. 

Debian has an intermediary workaround (0.7.4-3) which works fine for me.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xfce4-weather-plugin 0.7.4-1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Wed Nov 30 00:32:46 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: xfce4-weather-plugin
UpgradeStatus: Upgraded to oneiric on 2011-10-21 (39 days ago)

** Affects: xfce4-weather-plugin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  Fails to retrieve weather data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-weather-plugin/+bug/897939/+subscriptions

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


[Bug 897939] Re: Fails to retrieve weather data

2011-11-29 Thread Moritz Naumann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/897939

Title:
  Fails to retrieve weather data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-weather-plugin/+bug/897939/+subscriptions

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


[Bug 892724] [NEW] Testing for available updates does not take place

2011-11-20 Thread Moritz Naumann
Public bug reported:

update-notifier is configured to check for available updates once a day.
It never reports any. Whenever I manually check for available updates
every couple of days by launching update-manager and updating package
lists, pending updates are found. Apparently this system fails to update
package lists automatically in the background and thus fails to detect
outstanding security patches and other updates.

This situation has been unchanged since it first occurred on Natty,
whether I was using the gnome2 shell, unity3d or unity2d doesn't seem to
make a difference. In case I am not the only one whom this happens to
then this should be handled with high priority since an operating system
which is unable to make available security updates to its users (many of
which will not realize this is the case) is not overly convincing.

I'll happily to provide any further information which may be needed and
happy to read up on documentation when pointed to any.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: update-notifier 0.117ubuntu3.1
ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
Uname: Linux 3.0.0-13-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sun Nov 20 11:58:11 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: update-notifier
UpgradeStatus: Upgraded to oneiric on 2011-10-21 (30 days ago)

** Affects: update-notifier (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Testing for available updates does not take place

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/892724/+subscriptions

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


[Bug 892724] Re: Testing for available updates does not take place

2011-11-20 Thread Moritz Naumann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892724

Title:
  Testing for available updates does not take place

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/892724/+subscriptions

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


[Bug 810721] Re: at-spi-registryd crashed with SIGSEGV in gconf_client_get_default()

2011-11-04 Thread Moritz Naumann
Would it not make sense to apply the one line patch from last year, which is 
listed on the Gnome BTS to fix this in Ubuntu Oneiric (and possibly precise)?
https://bugzilla.gnome.org/attachment.cgi?id=173754action=diff

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

Title:
  at-spi-registryd crashed with SIGSEGV in gconf_client_get_default()

To manage notifications about this bug go to:
https://bugs.launchpad.net/at-spi/+bug/810721/+subscriptions

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


[Bug 879730] Re: /usr/lib/bitlbee/otr.so: undefined symbol: otrl_init

2011-11-02 Thread Moritz Naumann
3.0.3-1ubuntu1 of oneiric-proposed works for me on oneiric-amd64. Thank
you.

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

Title:
  /usr/lib/bitlbee/otr.so: undefined symbol: otrl_init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bitlbee/+bug/879730/+subscriptions

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


[Bug 881278] Re: Compiz leaks memory

2011-10-31 Thread Moritz Naumann
Thanks Thomas, can you provide me with instructions on how to profile?
I assume I'd want something along the lines of this?
valgrind --tool=memcheck -- compiz --replace
I tried it but it - logically - removed the link between unity and compiz, so I 
needed to also run unity --replace to get things going again.

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

Title:
  Compiz leaks memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/881278/+subscriptions

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


[Bug 879730] Re: /usr/lib/bitlbee/otr.so: undefined symbol: otrl_init

2011-10-30 Thread Moritz Naumann
The fix which was released was for 'precise', the next version of Ubuntu
(which will most likely be versioned 12.04). For oneiric (11.10), a
https://wiki.ubuntu.com/StableReleaseUpdates is what's needed.

I had not expected urgency=low  since this source package (bitlbee) is
used to build one binary package (bilbee-plugin-otr) which makes bitlbee
fail to work entirely.

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

Title:
  /usr/lib/bitlbee/otr.so: undefined symbol: otrl_init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bitlbee/+bug/879730/+subscriptions

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


[Bug 882014] [NEW] Please consider package removal or adding developers

2011-10-26 Thread Moritz Naumann
Public bug reported:

While I have no reason to doubt that Руаньяк (Roignac) and the remaining active 
indicator-weather team are doing their very best to fix some of the many 
critical bugs in this package, the situation he described in August seems to 
prolong:
https://lists.launchpad.net/weather-indicator-team/msg00096.html

Currently, and for at least the past year, from a Natty and Oneiric user
perspective, this package is not usable. On two different AMD64 systems
I have here, it crashes after a few hours maximum, and by then it has
already failed to indicate the weather.

Unless there is a good chance that people who can fix the more serious
bugs are able to contribute to this project and bring it into a state
which will allow for an acceptable end user experience (which has not
happened for the past year), I suggest to consider removal of this
package off Ubuntu for the reasons provided above.

This will then result in loss of functionality in Ubuntu, and one which
many users seems to be already missing now. So if the step to remove
this package is taken it would be good to consider alternatives.

** Affects: indicator-weather (Ubuntu)
 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.net/bugs/882014

Title:
  Please consider package removal or adding developers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/882014/+subscriptions

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

[Bug 881278] [NEW] Compiz leaks memory

2011-10-25 Thread Moritz Naumann
Public bug reported:

$ top

top - 09:29:02 up 3 days, 14:50,  2 users,  load average: 0.03, 0.05, 0.11
Tasks: 197 total,   6 running, 190 sleeping,   0 stopped,   1 zombie
Cpu(s):  2.9%us,  0.3%sy,  0.1%ni, 96.2%id,  0.5%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   8192584k total,  5428828k used,  2763756k free,   537288k buffers
Swap:0k total,0k used,0k free,  2862228k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND


 
 2371 me 20   0 1152m 647m  29m R8  8.1 323:46.32 compiz


  
 1650 me  20   0  192m  63m  10m R2  0.8 121:24.37 Xorg 


   
24534 me 20   0  145m  29m 4076 S2  0.4  74:35.41 beam.smp  


  
18407 me 20   0  348m  16m  11m R1  0.2   0:00.31 gnome-terminal


  
 2315 me 20   0 28280 4188  868 S1  0.1  36:54.54 dbus-daemon   


  
 1183 root  20   0 000 S0  0.0   4:36.89 rc0


 
 2442 me 20   0  279m  19m  10m R0  0.2   0:31.62 unity-window-de   


  
 2444 me 20   0  567m  40m  12m S0  0.5  26:09.59 unity-panel-ser   


  
 3278 root  20   0 000 S0  0.0   0:13.09 kworker/0:1


 

I made a local 'pa auwx' dump at the same time, in case more information
is required.

I'm using the following indicators:
/usr/lib/indicator-messages/indicator-messages-service
/usr/lib/indicator-session/indicator-session-service
/usr/lib/indicator-sound/indicator-sound-service
/usr/lib/indicator-application/indicator-application-service
/usr/lib/indicator-datetime/indicator-datetime-service

I also have system-monitor indicator which displays current CPU and RAM 
resource allocation on the gnome panel and updates in a 5 second interval.
indicator-datetime displays hours, minutes as well as seconds (I've read 
smoewhere this can cause trouble with DBUS).

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: compiz 1:0.9.6+bzr20110929-0ubuntu5
ProcVersionSignature: Ubuntu 3.0.0-13.21-generic 3.0.6
Uname: Linux 3.0.0-13-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,move,compiztoolbox,regex,place,mousepoll,snap,grid,animation,imgpng,workarounds,gnomecompat,vpswitch,resize,session,expo,wall,unitymtgrabhandles,fade,ezoom,scale,unityshell]
Date: Tue Oct 25 09:31:53 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: compiz
UpgradeStatus: Upgraded to oneiric on 2011-10-21 (4 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Compiz leaks memory

To manage notifications about this bug go to:

[Bug 881278] Re: Compiz leaks memory

2011-10-25 Thread Moritz Naumann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/881278

Title:
  Compiz leaks memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/881278/+subscriptions

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


[Bug 783239] Re: update-intel-microcode crashed with KeyError in getmember(): filename u'microcode-20110428.dat' not found

2011-10-25 Thread Moritz Naumann
Thanks everyone, microcode.ctl 1.17-13ubuntu2.1 (natty-proposed) works
fine for me on Natty.

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

Title:
  update-intel-microcode crashed with KeyError in getmember(): filename
  u'microcode-20110428.dat' not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/microcode.ctl/+bug/783239/+subscriptions

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


[Bug 879540] [NEW] package scummvm-data 1.3.1-1build1 failed to install/upgrade: Versuch, »/usr/share/applications/scummvm.desktop« zu überschreiben, welches auch in Paket scummvm 1.3.1-1~getdeb1 ist

2011-10-21 Thread Moritz Naumann
Public bug reported:

This happened during a failed upgrade from 11.04 to 11.10.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: scummvm-data 1.3.1-1build1
ProcVersionSignature: Ubuntu 3.0.0-13.21-generic 3.0.6
Uname: Linux 3.0.0-13-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Fri Oct 21 17:57:53 2011
Dependencies:
 
ErrorMessage: Versuch, »/usr/share/applications/scummvm.desktop« zu 
überschreiben, welches auch in Paket scummvm 1.3.1-1~getdeb1 ist
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
SourcePackage: scummvm
Title: package scummvm-data 1.3.1-1build1 failed to install/upgrade: Versuch, 
»/usr/share/applications/scummvm.desktop« zu überschreiben, welches auch in 
Paket scummvm 1.3.1-1~getdeb1 ist
UpgradeStatus: Upgraded to oneiric on 2011-10-21 (0 days ago)

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


** Tags: amd64 apport-package oneiric

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

Title:
  package scummvm-data 1.3.1-1build1 failed to install/upgrade: Versuch,
  »/usr/share/applications/scummvm.desktop« zu überschreiben, welches
  auch in Paket scummvm 1.3.1-1~getdeb1 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scummvm/+bug/879540/+subscriptions

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

[Bug 879540] Re: package scummvm-data 1.3.1-1build1 failed to install/upgrade: Versuch, »/usr/share/applications/scummvm.desktop« zu überschreiben, welches auch in Paket scummvm 1.3.1-1~getdeb1 ist

2011-10-21 Thread Moritz Naumann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879540

Title:
  package scummvm-data 1.3.1-1build1 failed to install/upgrade: Versuch,
  »/usr/share/applications/scummvm.desktop« zu überschreiben, welches
  auch in Paket scummvm 1.3.1-1~getdeb1 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scummvm/+bug/879540/+subscriptions

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

[Bug 879730] [NEW] /usr/lib/bitlbee/otr.so: undefined symbol: otrl_init

2011-10-21 Thread Moritz Naumann
Public bug reported:

Hi, 
unfortunately bitlbee-plugin-otr seems broken on Oneiric, too, similar to how 
it was on Natty: Bug #757008
When I try to start BitlBee, this is what happens:
Starting BitlBee IRC/IM gateway: bitlbee/usr/sbin/bitlbee: symbol lookup error: 
/usr/lib/bitlbee/otr.so: undefined symbol: otrl_init

In contrary to the natty issue, just rebuilding the package doesn't fix
it for me.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: bitlbee 3.0.3-1build1
ProcVersionSignature: Ubuntu 3.0.0-13.21-generic 3.0.6
Uname: Linux 3.0.0-13-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sat Oct 22 02:07:23 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: bitlbee
UpgradeStatus: Upgraded to oneiric on 2011-10-21 (0 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  /usr/lib/bitlbee/otr.so: undefined symbol: otrl_init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bitlbee/+bug/879730/+subscriptions

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


[Bug 879730] Re: /usr/lib/bitlbee/otr.so: undefined symbol: otrl_init

2011-10-21 Thread Moritz Naumann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879730

Title:
  /usr/lib/bitlbee/otr.so: undefined symbol: otrl_init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bitlbee/+bug/879730/+subscriptions

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


[Bug 783239] Re: update-intel-microcode crashed with KeyError in getmember(): filename u'microcode-20110428.dat' not found

2011-10-19 Thread Moritz Naumann
That's a good point since I originally reported this against natty.

** Changed in: microcode.ctl (Ubuntu)
   Status: Fix Released = Incomplete

** Changed in: microcode.ctl (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  update-intel-microcode crashed with KeyError in getmember(): filename
  u'microcode-20110428.dat' not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/microcode.ctl/+bug/783239/+subscriptions

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


[Bug 773987] Re: Timezone is not set correctly for some locations

2011-09-15 Thread Moritz Naumann
@Javier: Based on his other bug reports, I assume that Matthieu is, like
me, using Natty, and thus has a version installed which is still
affected by this: I was able to reproduce this on my Natty system which
has 0.2.3-0ubuntu3 and still displays the UTC time for New York. That's
unless it crashes while you are trying to add the new location (but
that's a different bug, #851085, a SIGSEGV in malloc_consolidate()).

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

Title:
  Timezone is not set correctly for some locations

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/773987/+subscriptions

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


[Bug 851085] Re: indicator-datetime-preferences crashed with SIGSEGV in malloc_consolidate()

2011-09-15 Thread Moritz Naumann
*** This bug is a duplicate of bug 763468 ***
https://bugs.launchpad.net/bugs/763468

Since this bug is a duplicate of private bug #763468, it would be nice
to reverse the bug dependencies, so this issue can be found by other
reporters or interested third parties.

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

Title:
  indicator-datetime-preferences crashed with SIGSEGV in
  malloc_consolidate()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/851085/+subscriptions

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


[Bug 821878] Re: totem crashed with SIGSEGV (Youtube search term incl. single quote)

2011-08-25 Thread Moritz Naumann
I think the retracing service is wrong here.

$ sudo zgrep -F gstreamer0.10-gconf /var/log/apt/{history,term}.log*
$

I don't think I ever had a package gstreamer0.10-gconf installed. I
do, however, keep my system updated on a daily basis.

sudo apt-get update  sudo apt-get dist-upgrade
indicates that all packages are current. My 'apt-cache policy' output is 
attached. 

The latest change to any sources.list include file was on July 20th,
this bug was filed on Aug 08th.

$ sudo ls -lt /etc/apt/sources.list* | head -n1
-rw-r--r-- 1 root root 1154 Jul 20 00:57 /etc/apt/sources.list
$

I assume this bug can be set to be public now.

** Attachment added: apt-cache_policy.txt
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/821878/+attachment/2312438/+files/apt-cache_policy.txt

** Visibility changed to: Public

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

Title:
  totem crashed with SIGSEGV (Youtube search term incl. single quote)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/821878/+subscriptions

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


[Bug 821878] Re: totem crashed with SIGSEGV (Youtube search term incl. single quote)

2011-08-25 Thread Moritz Naumann
I should have tried to reproduce the bug first. It turns out I cannot,
so please feel free to close it.

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

Title:
  totem crashed with SIGSEGV (Youtube search term incl. single quote)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/821878/+subscriptions

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


[Bug 823591] [NEW] compiz crashed with SIGSEGV in nux::WindowThread::GetMainLayout()

2011-08-09 Thread Moritz Naumann
Public bug reported:

This happened on my 7th day of uptime. The complete error report would
have been a 250 MB upload, which I chose not to make.

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: libnux-0.9-0 0.9.48-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
Architecture: amd64
Date: Wed Aug 10 00:08:32 2011
ExecutablePath: /usr/bin/compiz
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcCmdline: compiz
ProcEnviron:
 LANGUAGE=de_DE:en
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x7f100c601730 _ZN3nux12WindowThread13GetMainLayoutEv: 
mov0x280(%rdi),%rax
 PC (0x7f100c601730) ok
 source 0x280(%rdi) (0x0280) not located in a known VMA region (needed 
readable region)!
 destination %rax ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: nux
StacktraceTop:
 nux::WindowThread::GetMainLayout() () from /usr/lib/libnux-0.9.so.0
 nux::Area::GetAbsoluteGeometry() const () from /usr/lib/libnux-0.9.so.0
 Launcher::CheckIntersectWindow(CompWindow*) () from 
/usr/lib/compiz/libunityshell.so
 Launcher::CheckWindowOverLauncher() () from /usr/lib/compiz/libunityshell.so
 Launcher::CheckWindowOverLauncherSync(Launcher*) () from 
/usr/lib/compiz/libunityshell.so
Title: compiz crashed with SIGSEGV in nux::WindowThread::GetMainLayout()
UpgradeStatus: Upgraded to natty on 2011-06-20 (50 days ago)
UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

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


** Tags: amd64 apport-crash natty running-unity unity-2d

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

Title:
  compiz crashed with SIGSEGV in nux::WindowThread::GetMainLayout()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/823591/+subscriptions

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


[Bug 823591] Re: compiz crashed with SIGSEGV in nux::WindowThread::GetMainLayout()

2011-08-09 Thread Moritz Naumann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/823591

Title:
  compiz crashed with SIGSEGV in nux::WindowThread::GetMainLayout()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/823591/+subscriptions

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


[Bug 809957] Re: simple-scan crashed with SIGABRT in raise()

2011-07-20 Thread Moritz Naumann
*** This bug is a duplicate of bug 749540 ***
https://bugs.launchpad.net/bugs/749540

Unfortunately bug #749540 is currently private, while bug #809957 (which
is marked as a duplicate of #749540) is public. Would it be possible to
reverse this dependency and make #749540 a duplicate of #809957?

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

Title:
  simple-scan crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/809957/+subscriptions

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


[Bug 794453] Re: First message is sent unencrypted

2011-07-13 Thread Moritz Naumann
Ted, thanks for your explanations and point of view.

I think the reason we think differently about whether or not this is a
security issue is that you are argumenting from a protocol and
implementation design point of view while I'm argumenting from a user
experience point of view, assuming the user does not know the inner
workings of the protocol but sticks to the graphical user interface and,
ideally, to available documentation.

It is my impression that the current user interface design causes an
unsuspecting user to assume that any message sent to a remote contact
whose connection she has set to be encrypted with OTR will be
transferred encrypted. Basically it is the same as for an SSL/TLS
encrypted connection (to the server), where the user would likely make
the same assumptions about message security.

Based on my findings and the technical explanations you have kindly
provided, not all  messages sent to a contact whom an OTR setup exists
for (keys have been exchanged and identities confirmed) is always
actually encrypted. In my opinion this property of OTR sessions is not
currently adequately presented to users, enticing them to falsely assume
that any message they send to  an OTR contact will be encrypted.

It is my opinion that the lack transporting this special property of OTR
is not currently adequately presented on the GUI. Nor is it currently
documented (by what I could tell). To me, this still means it is a
security bug, since it leads unsuspecting users to send possibly
sensitive information as cleartext over the wire.

I also agree that the improvement you suggest (adding a configuration
option to try to set up OTR sessions before the first message is sent)
would be a good way to handle this, if it either defaults to on or it
defaults to off and a warning indicating that messages may be sent
unencrypted is displayed on first use.

Finally, I will also notify upstream. Thanks for the hint about
notifying them.

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

Title:
  First message is sent unencrypted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pidgin-otr/+bug/794453/+subscriptions

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


[Bug 804949] Re: indicator-weather crashed with SIGSEGV in g_type_check_instance_cast()

2011-07-04 Thread Moritz Naumann
*** This bug is a duplicate of bug 761824 ***
https://bugs.launchpad.net/bugs/761824

It might be a good idea to reverse the duplicate bug dependency on bug
#761824, since this bug (#804949) is public and bug #761824 is not.

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

Title:
  indicator-weather crashed with SIGSEGV in g_type_check_instance_cast()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/804949/+subscriptions

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


[Bug 802142] Re: indicator-weather crashed with SIGSEGV in g_atomic_int_get()

2011-06-27 Thread Moritz Naumann
** Visibility changed to: Public

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

Title:
  indicator-weather crashed with SIGSEGV in g_atomic_int_get()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/802142/+subscriptions

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


[Bug 801709] [NEW] unity-panel-service leaks memory

2011-06-24 Thread Moritz Naumann
Public bug reported:

Every day of uptime, the amount of memory unity-panel-service has
reserved increases by ~80 MB.

After six days of uptime of this Desktop computer, I end up with:

VSZ   RSS TTY  STAT START   TIME COMMAND
899184 495224 ?   Sl   Jun18  81:23 /usr/lib/unity/unity-panel-service

When I run strace on the process it turns out that it accesses
/etc/localtime as well as files below /usr/share/zoneinfo/ a lot
(multiple accesses per second). I should point out that I have several
places configured in indicator-datetime's world-clock feature, so this
may actually be a bug in indicator-datetime...

This may be related to bug #779185.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.8.16-0ubuntu1~natty1
ProcVersionSignature: Ubuntu 2.6.38-10.44-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,debugspew,titleinfo,move,compiztoolbox,imgjpeg,imgsvg,regex,place,mousepoll,snap,text,grid,animation,imgpng,workarounds,gnomecompat,vpswitch,resize,session,expo,wall,resizeinfo,unitymtgrabhandles,ezoom,staticswitcher,fade,scale,unityshell]
Date: Fri Jun 24 20:45:03 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANGUAGE=de_DE:en
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to natty on 2011-06-20 (4 days ago)

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


** Tags: amd64 apport-bug natty running-unity unity-2d

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

Title:
  unity-panel-service leaks memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/801709/+subscriptions

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


[Bug 801709] Re: unity-panel-service leaks memory

2011-06-24 Thread Moritz Naumann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/801709

Title:
  unity-panel-service leaks memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/801709/+subscriptions

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


[Bug 779185] Re: unity-panel-service Leaks Memory

2011-06-24 Thread Moritz Naumann
Chauncellor, Muratov: Do you have additional time zones configured in
indicator-datetime? If so, this could be a duplicate of bug #801709.

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

Title:
  unity-panel-service Leaks Memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/779185/+subscriptions

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


[Bug 799218] Re: update-manager crashed with SystemError in mark_install(): E:Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.

2011-06-18 Thread Moritz Naumann
** Visibility changed to: Public

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

Title:
  update-manager crashed with SystemError in mark_install(): E:Probleme
  können nicht korrigiert werden, Sie haben zurückgehaltene defekte
  Pakete.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/799218/+subscriptions

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

[Bug 779382] Re: update-notifier not visible under unity

2011-06-10 Thread Moritz Naumann
Hmm this seems like a pretty serious bug to me, since it results in
updates no longer being installed for everyone who has update-manager
configured to confirm updates (download, bit not install automatically).

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

Title:
  update-notifier not visible under unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/779382/+subscriptions

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


[Bug 794453] [NEW] First message is sent unencrypted

2011-06-08 Thread Moritz Naumann
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: pidgin-otr

A friend I communicate with encrypted regularly uses multiple computers
all running Ubuntu 11.04 with Pidgin and its OTR plugin on them and
different OTR keys on these computers. I use bitlebee and bitlbee-otr
onUbuntu 11.04 on a single computer when communicating with him.

When he sends me an encrypted message, then takes a break for several
hours (not sure whether this is required to trigger this behaviour),
then changes computers (not sure whether this is required to trigger
this behaviour), then sends me another message, I receive this first
message unencrypted. Bitlbee/bitlbee-otr/libotr report:

root otr: The following message received from [friends' XMPP account]
was not encrypted: [[unencrypted message]]

This has happened several times now. Either the timing factor (session
timeout) or the multiple OTR keys factor seem to trigger it - this is
difficult to diagnose.

This may be a bug in pidgin-otr or in libotr itself. Possibly related:
http://bugs.bitlbee.org/bitlbee/ticket/759

** Affects: pidgin-otr (Ubuntu)
 Importance: Undecided
 Status: New

** Visibility changed to: Public

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

Title:
  First message is sent unencrypted

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


[Bug 794453] Re: First message is sent unencrypted

2011-06-08 Thread Moritz Naumann
** Description changed:

  Binary package hint: pidgin-otr
  
  A friend I communicate with encrypted regularly uses multiple computers
- all running Ubuntu 11.04 with Pidgin and its OTR plugin on them and
- different OTR keys on these computers. I use bitlebee and bitlbee-otr
- onUbuntu 11.04 on a single computer when communicating with him.
+ running Ubuntu 11.04 and Ubuntu 10.04 with Pidgin and its OTR plugin on
+ them (all packages are installed from official Ubuntu package
+ repositories) and different OTR keys on these computers. I use bitlbee
+ and bitlbee-otr on Ubuntu 11.04 on a single computer when communicating
+ with him.
  
  When he sends me an encrypted message, then takes a break for several
  hours (not sure whether this is required to trigger this behaviour),
  then changes computers (not sure whether this is required to trigger
  this behaviour), then sends me another message, I receive this first
  message unencrypted. Bitlbee/bitlbee-otr/libotr report:
  
  root otr: The following message received from [friends' XMPP account]
  was not encrypted: [[unencrypted message]]
  
  This has happened several times now. Either the timing factor (session
  timeout) or the multiple OTR keys factor seem to trigger it - this is
  difficult to diagnose.
  
  This may be a bug in pidgin-otr or in libotr itself. Possibly related:
  http://bugs.bitlbee.org/bitlbee/ticket/759

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

Title:
  First message is sent unencrypted

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


[Bug 794453] Re: First message is sent unencrypted

2011-06-08 Thread Moritz Naumann
** Description changed:

  Binary package hint: pidgin-otr
  
  A friend I communicate with encrypted regularly uses multiple computers
  running Ubuntu 11.04 and Ubuntu 10.04 with Pidgin and its OTR plugin on
  them (all packages are installed from official Ubuntu package
  repositories) and different OTR keys on these computers. I use bitlbee
  and bitlbee-otr on Ubuntu 11.04 on a single computer when communicating
  with him.
  
  When he sends me an encrypted message, then takes a break for several
  hours (not sure whether this is required to trigger this behaviour),
  then changes computers (not sure whether this is required to trigger
  this behaviour), then sends me another message, I receive this first
  message unencrypted. Bitlbee/bitlbee-otr/libotr report:
  
  root otr: The following message received from [friends' XMPP account]
  was not encrypted: [[unencrypted message]]
  
  This has happened several times now. Either the timing factor (session
  timeout) or the multiple OTR keys factor seem to trigger it - this is
  difficult to diagnose.
  
- This may be a bug in pidgin-otr or in libotr itself. Possibly related:
- http://bugs.bitlbee.org/bitlbee/ticket/759
+ This may be a bug in pidgin-otr or in libotr itself.
+ 
+ Possibly related: 
+ https://bugs.kde.org/show_bug.cgi?id=274099 :: Kopete OTR leaks unencrypted 
messages (Kubuntu 11.04) 
+ http://bugs.bitlbee.org/bitlbee/ticket/759 :: OTR messages in query window 
(Ubuntu 10.10)

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

Title:
  First message is sent unencrypted

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


Re: [Bug 794453] Re: First message is sent unencrypted

2011-06-08 Thread Moritz Naumann
On 08.06.2011 17:23 Ted wrote:
 I'm removing the classification as a security vulnerability, because the
 expected behavior currently for OTR sessions is that they'll be either
 manually initiated or automatically initiated once a client detects that
 a chat partner is also OTR-capable.
 
 This is a feature request, but one that I doubt will be implemented on
 any client, since OTR is all in-band, and it would require sending a
 message that non-OTR'd clients would see bare.
 
 ** Changed in: libotr (Ubuntu)
Status: New = Confirmed
 
 ** This bug is no longer flagged as a security vulnerability
 

Thanks for your comment, Ted. I assume I may not have properly explained
this, though, which may have caused a misunderstanding on the impact of
this issue.

It is not just the first message ever sent to a person which goes
unencrypted, but the first message every new day you send to someone
whom you have defined you only want to exchange encrypted messages with.
So even when both sides did the key exchange and are set to encrypt, the
first message a pidgin-otr user sends on any new day (or after an IP
address change or ... I'm not sure what exactly the trigger is) still
goes over the wire unencrypted, with no warnig given to the sending user.

I hope this explanation is better. So I wonder:

Is this how you understood my report in the first place?

Do you not think this is a security vulnerability then?

Thanks,

Moritz

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

Title:
  First message is sent unencrypted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pidgin-otr/+bug/794453/+subscriptions

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


[Bug 777970] Re: New York shown with wrong UTC offset when I use the keyboard to select it

2011-06-03 Thread Moritz Naumann
This also happens for Perth (AUS) vs Sydney (AUS). While Sydney seems to
use the correct time zone offset, Perth just uses UTC.

The workaround mentioned by Marius does not seem to work for me, so this
is just broken.

** Summary changed:

- New York shown with wrong UTC offset when I use the keyboard to select it
+ Some places use incorrect UTC time zone offset

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

Title:
  Some places use incorrect UTC time zone offset

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


[Bug 777970] Re: Some places use incorrect UTC time zone offset

2011-06-03 Thread Moritz Naumann
*** This bug is a duplicate of bug 773987 ***
https://bugs.launchpad.net/bugs/773987

** This bug has been marked a duplicate of bug 773987
   Timezone is not set correctly for some locations

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

Title:
  Some places use incorrect UTC time zone offset

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


[Bug 791726] Re: update-intel-microcode crashed with KeyError in getmember(): filename u'microcode-20110428.dat' not found

2011-06-02 Thread Moritz Naumann
*** This bug is a duplicate of bug 783239 ***
https://bugs.launchpad.net/bugs/783239


** Visibility changed to: Public

** This bug has been marked a duplicate of bug 783239
   update-intel-microcode crashed with KeyError in getmember(): filename 
u'microcode-20110428.dat' not found

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

Title:
  update-intel-microcode crashed with KeyError in getmember(): filename
  u'microcode-20110428.dat' not found

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


[Bug 784787] Re: seahorse-agent crashed with SIGSEGV in g_closure_invoke()

2011-05-18 Thread Moritz Naumann
** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/ubuntu/+source/seahorse-plugins/+bug/784787/+attachment/2134018/+files/CoreDump.gz

** Visibility changed to: Public

** Description changed:

  Binary package hint: seahorse-plugins
  
- I right-clicked, then immediately left-clicked on the seahorse icon in
- the notification-area on this gnome-legacy desktop to trigger the crash.
+ I right-clicked, then immediately left-clicked on the seahorse icon in the 
notification-area on this gnome-legacy desktop to trigger the crash.
+ This is likely a duplicate of #782392
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: seahorse-plugins 2.30.1-3ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
  Uname: Linux 2.6.38-9-generic x86_64
  Architecture: amd64
  CrashCounter: 1
  Date: Wed May 18 20:28:38 2011
  ExecutablePath: /usr/bin/seahorse-agent
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcCmdline: /usr/bin/seahorse-agent --execute gnome-session -- 
--session=2d-gnome
  ProcEnviron:
-  LANGUAGE=de_DE:en
-  PATH=(custom, user)
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=de_DE:en
+  PATH=(custom, user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  SegvAnalysis:
-  Segfault happened at: 0x40ce9e:  mov0x20(%r12),%rdi
-  PC (0x0040ce9e) ok
-  source 0x20(%r12) (0x0020) not located in a known VMA region (needed 
readable region)!
-  destination %rdi ok
+  Segfault happened at: 0x40ce9e:  mov0x20(%r12),%rdi
+  PC (0x0040ce9e) ok
+  source 0x20(%r12) (0x0020) not located in a known VMA region (needed 
readable region)!
+  destination %rdi ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: seahorse-plugins
  StacktraceTop:
-  ?? ()
-  ?? ()
-  g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
-  ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
-  g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  ?? ()
+  ?? ()
+  g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: seahorse-agent crashed with SIGSEGV in g_closure_invoke()
  UpgradeStatus: Upgraded to natty on 2011-04-09 (39 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

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

Title:
  seahorse-agent crashed with SIGSEGV in g_closure_invoke()

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

[Bug 782392] Re: seahorse-agent crashed with SIGSEGV in g_closure_invoke()

2011-05-18 Thread Moritz Naumann
** Visibility changed to: Public

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

Title:
  seahorse-agent crashed with SIGSEGV in g_closure_invoke()

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


[Bug 776871] Re: polkit-gnome-authentication-agent-1 crashed with SIGABRT in raise()

2011-05-18 Thread Moritz Naumann
** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/ubuntu/+source/policykit-1-gnome/+bug/776871/+attachment/2111025/+files/CoreDump.gz

** Visibility changed to: Public

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

Title:
  polkit-gnome-authentication-agent-1 crashed with SIGABRT in raise()

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


[Bug 783239] Re: update-intel-microcode crashed with KeyError in getmember(): filename u'microcode-20110428.dat' not found

2011-05-15 Thread Moritz Naumann
** Visibility changed to: Public

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

Title:
  update-intel-microcode crashed with KeyError in getmember(): filename
  u'microcode-20110428.dat' not found

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


[Bug 783239] Re: update-intel-microcode crashed with KeyError in getmember(): filename u'microcode-20110428.dat' not found

2011-05-15 Thread Moritz Naumann
For what it's worth, the latest microcode update seems to be the one dated 
2011-04-28 (DwnldID=20050) as available at
http://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=20050
(or at hxxp://downloadmirror.intel.com/20050/eng/microcode-20110428.tgz 
bypassing the license screen).

Manual instructions as a workaround:
Downloading this archive and extract the microcode.ctl file it contains, then 
store this file at /usr/share/misc/intel-microcode.dat (optionally after moving 
the previous version out of the place). Then optionally run microcode_ctl -u 
to apply (or reboot). 
This file, microcode_ctl and a hook to execute microcode_ctl should probably be 
included in an initrd so that it is loaded early in the boot process (but this 
is really beyond this bug report).

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

Title:
  update-intel-microcode crashed with KeyError in getmember(): filename
  u'microcode-20110428.dat' not found

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


[Bug 782570] Re: seahorse-agent crashed with SIGSEGV in gdk_window_enable_synchronized_configure()

2011-05-14 Thread Moritz Naumann
** Visibility changed to: Public

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

Title:
  seahorse-agent crashed with SIGSEGV in
  gdk_window_enable_synchronized_configure()

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


  1   2   >