[Bug 272290] Re: Man pages show wrong Unicode characters instead of ASCII

2015-12-14 Thread Kasper Dupont
I just ran into this problem on Ubuntu 14.04. I needed to write ASCII
symbol \x27 in a file. Not remembering exactly which symbol that is, I
used the ascii man page and copied the symbol listed as hexadecimal 27
to the target file. It turns out that does not work because the symbol
shown in the ascii man page as number 27 is not an ascii symbol at all.

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

Title:
  Man pages show wrong Unicode characters instead of ASCII

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

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


[Bug 1238559] Re: Exception causes next transaction to abort

2013-10-30 Thread Kasper Dupont
It turns out this bug can also cause data corruption.

If the exception causing the first transaction to abort is not database
related, then the failing transaction is committed. Committing a half
completed transaction on an exception is a sure way to violate data
integrity.

It appears the problem in both cases is that transactions are marked
dirty too late. It is possible to get an exception between the point
where the transaction really becomes dirty and the point where the db
layer actually marks the transaction dirty. In that case upon exiting
@commit_on_success, the transaction is neither committed nor rolled
back. Instead it is reused for the next @commit_on_success, and if that
commits successfully, the partial transaction is committed.

One way the data corruption can be triggered is through a combination of
bug 1238559 and bug 1100758.

I'm starting to wonder if this bug might actually be in the django db
layer rather than in psycopg2.

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

Title:
  Exception causes next transaction to abort

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

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


[Bug 1238559] [NEW] Exception causes next transaction to abort

2013-10-11 Thread Kasper Dupont
Public bug reported:

I have a program, which roughly goes like this:

try: do_something()
except: record_error()

Each of do_something and record_error use @commit_on_success to perform
a database transaction. If the very first operation performed by
do_something raises an IntegrityError, then the transaction in
record_error is immediately aborted.

The exception raised by do_something looked like this:
IntegrityError: null value in column name_of_recently_added_field violates 
not-null constraint
That was due to a misconfiguration, and was expected to happpen:

The exception raised by record_error looked like this:
django.db.utils.DatabaseError: current transaction is aborted, commands ignored 
until end of transaction block
That is not supposed to happen, since the failed transaction was supposed to 
have been aborted, and a new should have been started.

Both do_something and record_error experience the exception upon calling
Model.objects.create(...) on two different models.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python-psycopg2 2.4.5-1
ProcVersionSignature: Ubuntu 3.2.0-54.82-generic 3.2.50
Uname: Linux 3.2.0-54-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.5
Architecture: i386
Date: Fri Oct 11 11:11:20 2013
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
MarkForUpload: True
SourcePackage: psycopg2
UpgradeStatus: Upgraded to precise on 2012-05-08 (520 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  Exception causes next transaction to abort

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

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


[Bug 814894] Re: [Fit-PC2i] Kernel hangs on high network throughput

2013-08-08 Thread Kasper Dupont
After the latest crash apport asked if I wanted to send a problem
report. Since it appears apport cannot attach the new information to an
existing report, the additional information is in bug report number
1210092. Does this provide the information you need?

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

Title:
  [Fit-PC2i] Kernel hangs on high network throughput

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

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


[Bug 814894] Re: [Fit-PC2i] Kernel hangs on high network throughput

2013-08-08 Thread Kasper Dupont
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1210092

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

Title:
  [Fit-PC2i] Kernel hangs on high network throughput

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

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


[Bug 1210178] [NEW] Bookmark menus invisible if names are long

2013-08-08 Thread Kasper Dupont
Public bug reported:

If any name in a bookmarks folder is wider than 384 pixels the entire
folder becomes invisible in the bookmarks menu and on the bookmarks
toolbar.

It is possible to choose items in the menu, even though they are not
rendered on the screen.

This is a regression compared to earlier Firefox versions. I don't know
which update broke it. The same bookmarks rendered fine in Firefox last
year. The system is 10.04 LTS now just as it was when it last worked.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: firefox 20.0+build1-0ubuntu0.10.04.3
ProcVersionSignature: Ubuntu 2.6.32-50.112-generic 2.6.32.61+drm33.26
Uname: Linux 2.6.32-50-generic i686
Architecture: i386
BuildID: 20130329043827
Date: Thu Aug  8 17:26:39 2013
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
PrefSources:
 prefs.js
 user.js
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=20.0/20130329043827 (In use)
SourcePackage: firefox

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


** Tags: apport-bug i386 lucid

** Attachment added: Screenshot showing an item chosen from an invisible 
folder
   https://bugs.launchpad.net/bugs/1210178/+attachment/3765069/+files/bug.png

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

Title:
  Bookmark menus invisible if names are long

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

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


[Bug 814894] Re: Kernel hangs on high network throughput

2013-08-07 Thread Kasper Dupont
The bug is still present in 2.6.32-50

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

Title:
  Kernel hangs on high network throughput

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

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


[Bug 814894] Re: Kernel hangs on high network throughput

2013-08-07 Thread Kasper Dupont
** Changed in: linux (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/814894

Title:
  Kernel hangs on high network throughput

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

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


[Bug 1194925] [NEW] DST not handled correctly

2013-06-26 Thread Kasper Dupont
Public bug reported:

suds.sax.date.Timezone uses time.timezone as the offset from UTC.
However documentation of time.timezone states:

The offset of the local (non-DST) timezone, in seconds west of UTC
(negative in most of Western Europe, positive in the US, zero in the
UK).

So using time.timezone that way only works half the year. The result is
that when a datetime is used in a SOAP call, the value in the request
contains the correctly formatted local time followed by an incorrect
specification of which time zone was used. For example 2013-06-26
16:05:58.887627 CEST was rendered in the SOAP request as
2013-06-26T16:05:58.887627+01:00, which is incorrect as CEST is +02:00.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python-suds 0.4.1-2ubuntu1 [modified: 
usr/share/pyshared/suds/bindings/binding.py usr/share/pyshared/suds/sax/text.py]
ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
Uname: Linux 3.2.0-48-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: i386
Date: Wed Jun 26 17:26:42 2013
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: suds
UpgradeStatus: Upgraded to precise on 2012-05-08 (413 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  DST not handled correctly

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

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


[Bug 1193318] [NEW] xdotool segfaults if DISPLAY is not set

2013-06-21 Thread Kasper Dupont
Public bug reported:

When using xdotool from a command line with no DISPLAY environment
variable it segfaults:

$ xdotool key alt+Tab
Error: Can't open display: (null)
Segmentation fault (core dumped)

After printing the first error message it should exit with EXIT_FAILURE,
and not segfault.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xdotool 1:2.20110530.1-3ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
Uname: Linux 3.2.0-48-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: i386
Date: Fri Jun 21 13:20:40 2013
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
MarkForUpload: True
SourcePackage: xdotool
UpgradeStatus: Upgraded to precise on 2012-05-08 (408 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  xdotool segfaults if DISPLAY is not set

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

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


[Bug 1192838] [NEW] AssertionError on assert size == part.size

2013-06-20 Thread Kasper Dupont
Public bug reported:

When trying to use guppy to print information about heap usage in
python, it raises an exception as it is analysing the structure of the
heap.

$ python
Python 2.7.3 (default, Aug  1 2012, 05:16:07)
[GCC 4.6.3] on linux2
Type help, copyright, credits or license for more information.
 from guppy import hpy
 h = hpy()
 print h.heap()
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/pymodules/python2.7/guppy/heapy/UniSet.py, line 348, in 
__str__
return self.fam.c_str(self)
  File /usr/lib/pymodules/python2.7/guppy/heapy/UniSet.py, line 1616, in c_str
a.fam.get_partition(a).ppob(ob)
  File /usr/lib/pymodules/python2.7/guppy/heapy/UniSet.py, line 1704, in 
get_partition
p = a.fam.Part.partition(a, a.er)
  File /usr/lib/pymodules/python2.7/guppy/heapy/Part.py, line 774, in 
partition
return SetPartition(self, set, er)
  File /usr/lib/pymodules/python2.7/guppy/heapy/Part.py, line 705, in __init__
assert size == part.size
AssertionError


ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python-guppy 0.1.9-2ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
Uname: Linux 3.2.0-48-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: i386
Date: Thu Jun 20 08:16:53 2013
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: guppy
UpgradeStatus: Upgraded to precise on 2012-05-08 (407 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  AssertionError on assert size == part.size

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

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


[Bug 1179151] [NEW] nose coverage throws AttributeError and freezes

2013-05-12 Thread Kasper Dupont
Public bug reported:

After adding --with-coverage to NOSE_ARGS I get this exception from
./manage.py test

Traceback (most recent call last):
  File /usr/lib/python2.7/multiprocessing/process.py, line 258, in _bootstrap
self.run()
  File /usr/lib/python2.7/multiprocessing/process.py, line 114, in run
self._target(*self._args, **self._kwargs)
  File /usr/lib/python2.7/dist-packages/nose/plugins/multiprocess.py, line 
625, in runner
keyboardCaught, shouldStop, loaderClass, resultClass, config)
  File /usr/lib/python2.7/dist-packages/nose/plugins/multiprocess.py, line 
642, in __runner
config.plugins.begin()
  File /usr/lib/python2.7/dist-packages/nose/plugins/manager.py, line 94, in 
__call__
return self.call(*arg, **kw)
  File /usr/lib/python2.7/dist-packages/nose/plugins/manager.py, line 162, in 
simple
result = meth(*arg, **kw)
  File /usr/lib/python2.7/dist-packages/nose/plugins/cover.py, line 155, in 
begin
if self.coverErase:
AttributeError: 'Coverage' object has no attribute 'coverErase'

I see this exception once from each process, and then the test run
freezes (presumably because the main process is waiting for some of the
dead child processes to do some work).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python-nose 1.1.2-3
ProcVersionSignature: Ubuntu 3.2.0-41.66-generic 3.2.42
Uname: Linux 3.2.0-41-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.2
Architecture: i386
Date: Sun May 12 09:48:02 2013
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: nose
UpgradeStatus: Upgraded to precise on 2012-05-08 (368 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  nose coverage throws AttributeError and freezes

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

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


[Bug 1177132] [NEW] iptables-save fails silently when run as non-root user

2013-05-06 Thread Kasper Dupont
Public bug reported:

When running iptables-save as a non-root user it produces no output on
stdout or stderr and exists with success. strace reveals that opening
/proc/net/ip_tables_names fails with EACCES. This error should be
written to stderr and the exit code should indicate failure.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: iptables 1.4.12-1ubuntu5
ProcVersionSignature: Ubuntu 3.2.0-40.64-generic 3.2.40
Uname: Linux 3.2.0-40-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.2
Architecture: i386
Date: Tue May  7 00:38:40 2013
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
MarkForUpload: True
SourcePackage: iptables
UpgradeStatus: Upgraded to precise on 2012-05-08 (363 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  iptables-save fails silently when run as non-root user

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

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


[Bug 1168568] [NEW] Predictable nonce in RFC4620 queries

2013-04-12 Thread Kasper Dupont
Public bug reported:

The ping6 command can be used to send RFC 4620 queries with a syntax like this:
ping6 -c1 -Nname reflector.easyv6.net

RFC 4620 states:
   The Nonce MUST be a random or good pseudo-random value to foil spoofed 
replies.

The nonce produced by ping6 is always:
   00 01 69 73 51 FF 4A EC

If one invocation of ping6 sends multiple queries, the second byte is
incremented between queries, but otherwise the nonce is identical.

This nonce does not satisfy the randomness requirement of RFC 4620. The
initial nonce value should be read from /dev/urandom. If two ping6
invocations are started at the same time with the same arguments, they
will always report duplicated replies as both are producing the same
nonces. The predictability of the nonces could be exploited to spoof
replies.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: iputils-ping 3:20101006-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-39.62-generic 3.2.39
Uname: Linux 3.2.0-39-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Sat Apr 13 00:06:00 2013
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
MarkForUpload: True
SourcePackage: iputils
UpgradeStatus: Upgraded to precise on 2012-05-08 (339 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  Predictable nonce in RFC4620 queries

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

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


[Bug 1023973] Re: Undefined reference to 'crypt' when compiling

2013-03-23 Thread Kasper Dupont
Reassigning to gcc

** Package changed: eglibc (Ubuntu) = gcc-defaults (Ubuntu)

** Changed in: gcc-defaults (Ubuntu)
   Status: Invalid = New

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

Title:
  Undefined reference to 'crypt' when compiling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1023973/+subscriptions

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


[Bug 1100758] [NEW] suds.sax.text.Text objects with unicode cannot be encoded when used in lists

2013-01-17 Thread Kasper Dupont
Public bug reported:

When a unicode string received from a python-suds call is saved in a django 
database an exception is generated in this line of 
/usr/lib/python2.7/dist-packages/django/db/backends/util.py:
logger.debug('(%.3f) %s; args=%s' % (duration, sql, params),

This appears to be a bug in the suds.sax.text.Text class used inside of params. 
I reproduced the problem in a few lines of code:
#!/usr/bin/env python
from suds.sax.text import Text
v=Text(u'Bl\xe5')
print v
print [ v ]

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python-suds 0.4.1-2ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
Uname: Linux 3.2.0-35-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Thu Jan 17 13:09:54 2013
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=screen
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: suds
UpgradeStatus: Upgraded to precise on 2012-05-08 (253 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  suds.sax.text.Text objects with unicode cannot be encoded when used in
  lists

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

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


[Bug 1100758] Re: suds.sax.text.Text objects with unicode cannot be encoded when used in lists

2013-01-17 Thread Kasper Dupont
I took a look on the source of suds.sax.text.Text and tried to remove
everything unrelated to the bug. I found that the following lines of the
suds.sax.text.Text implementation is everything necessary to reproduce
the problem.

class Text(unicode):
def __repr__(self):
s = [self]
return ''.join(s)

I haven't spotted the bug in those lines of code. Does anybody else spot
the bug right away?

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

Title:
  suds.sax.text.Text objects with unicode cannot be encoded when used in
  lists

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

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


[Bug 1100758] Re: suds.sax.text.Text objects with unicode cannot be encoded when used in lists

2013-01-17 Thread Kasper Dupont
Found the bug. From the documentation on __repr__ 
http://docs.python.org/2/reference/datamodel.html
The return value must be a string object.

However suds.sax.text.Text returns unicode. Adding .__repr__() appears to fix 
the problem. So replace
return ''.join(s)
with
return ''.join(s).__repr__()
and the problem goes away.

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

Title:
  suds.sax.text.Text objects with unicode cannot be encoded when used in
  lists

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

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


[Bug 1095990] [NEW] gdb -x uses quadratic time

2013-01-04 Thread Kasper Dupont
Public bug reported:

I have a script, which uses gdb -x to evaluate a large number of
expressions on a running program. As gdb is processing those
expressions, it takes longer and longer time to process each line of
input. This results in the overall time consumption being quadratic in
the number of input lines.

I tested the same script on a Fedora install. On Fedora gdb runs several
orders of magnitude faster.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gdb 7.1-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Fri Jan  4 10:42:11 2013
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_DK.UTF-8
 SHELL=/bin/bash
SourcePackage: gdb

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


** Tags: apport-bug i386 lucid

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

Title:
  gdb -x uses quadratic time

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

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


[Bug 1095990] Re: gdb -x uses quadratic time

2013-01-04 Thread Kasper Dupont
** Attachment added: Program demonstrating the bug
   
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1095990/+attachment/3473934/+files/gdb-bug.c

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

Title:
  gdb -x uses quadratic time

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

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


[Bug 1095990] Re: gdb -x uses quadratic time

2013-01-04 Thread Kasper Dupont
Steps to reproduce.

In one shell run:
gcc -ggdb gdb-bug.c
./a.out

In another shell run:
./script.sh commands.txt
time gdb -x commands.txt | cat

With Fedora on a 500MHz CPU gdb executed those commands in 1.8 seconds.
With Ubuntu on a 1.3GHz CPU it took 42 seconds.

** Attachment added: script demonstrating the bug
   
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1095990/+attachment/3473935/+files/script.sh

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

Title:
  gdb -x uses quadratic time

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

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


[Bug 1095990] Re: gdb -x uses quadratic time

2013-01-04 Thread Kasper Dupont
I made a miscalculation the first time around. Time usage isn't
quadratic, it is linear but with a large constant factor. It runs
roughly 100 times faster on Fedora than on Ubuntu.

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

Title:
  gdb -x uses quadratic time

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

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


[Bug 1023973] Re: Undefined reference to 'crypt' when compiling

2012-10-24 Thread Kasper Dupont
The GNU make implicit rule for building an executable from a single c
source file can only put the libraries before the source file. It worked
in earlier Ubuntu versions, so it is a regression.

So it turns out libc wasn't the appropriate component to report the bug
against. Should the bug be reassigned to gcc or make?

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

Title:
  Undefined reference to 'crypt' when compiling

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

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


[Bug 1032117] [NEW] memory exhausted when comparing large identical inputs

2012-08-02 Thread Kasper Dupont
Public bug reported:

When comparing two inputs that are identical or almost identical, the
memory usage of diff should be small. However comparing two completely
identical inputs can trigger a memory exhausted error.

Actual result:
$ diff -u (seq 1234567890) (seq 1234567890) ; echo $?
diff: memory exhausted
2
$ 

Expected result:
$ diff -u (seq 1234567890) (seq 1234567890) ; echo $?
0
$

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: diffutils 1:3.2-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Thu Aug  2 11:30:37 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: diffutils
UpgradeStatus: Upgraded to precise on 2012-05-08 (85 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  memory exhausted when comparing large identical inputs

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

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


[Bug 1032117] Re: memory exhausted when comparing large identical inputs

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

Title:
  memory exhausted when comparing large identical inputs

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

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


[Bug 1032326] [NEW] Cannot boot of relative path of / is not /

2012-08-02 Thread Kasper Dupont
Public bug reported:

I'm not sure if this should be classified as a bug or a feature request.

The scripts to install a new kernel will call grub-mkrelpath /boot and
use the result to properly handle a /boot directory located in unusual
locations. However they do not do any grub-mkrelpath / call at any
point, and simply assumes the result is always / (with a minor
exception in the case the file system is btrfs).

With a bit of manual work, it is possible to configure a system where
grub-mkrelpath / does not report /. However such a system will be
rendered non-bootable after the next kernel update.

The attached patch fixes it for me.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: initramfs-tools 0.99ubuntu13 [modified: usr/share/initramfs-tools/init]
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu11
Architecture: i386
Date: Thu Aug  2 20:27:38 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: initramfs-tools
UpgradeStatus: Upgraded to precise on 2012-05-08 (85 days ago)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

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

Title:
  Cannot boot of relative path of / is not /

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1032326/+subscriptions

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


[Bug 1032326] Re: Cannot boot of relative path of / is not /

2012-08-02 Thread Kasper Dupont
** Patch added: Run grub-mkrelpath / at kernel install time and pass result 
to initrd
   
https://bugs.launchpad.net/bugs/1032326/+attachment/3246155/+files/rootdir.patch

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

Title:
  Cannot boot of relative path of / is not /

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1032326/+subscriptions

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


[Bug 1023973] [NEW] Undefined reference to 'crypt' when compiling

2012-07-12 Thread Kasper Dupont
Public bug reported:

When trying to compile a program on Ubuntu 12.04, which uses crypt() and
linking with -lcrypt as specified in the CRYPT(3) man page, compilation
fails with: Undefined reference to `crypt'

The program works flawless on many earlier Linux versions including
multiple Fedora versions and Ubuntu 10.04.

Reporting this against libc6 because that's the package libcrypt belongs
to in Ubuntu 10.04.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libc6 2.15-0ubuntu10
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Thu Jul 12 18:06:23 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eglibc
UpgradeStatus: Upgraded to precise on 2012-05-08 (64 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  Undefined reference to 'crypt' when compiling

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

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


[Bug 1023973] Re: Undefined reference to 'crypt' when compiling

2012-07-12 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1023973

Title:
  Undefined reference to 'crypt' when compiling

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

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


[Bug 1015026] [NEW] netstat -p reports incorrect program name

2012-06-19 Thread Kasper Dupont
Public bug reported:

In the output from netstat -p I found the spurious value
6319/+changelog in the PID/Program name column. Looking at the
actual command that process 6319 was running I found it to be:

/usr/lib/chromium-browser/chromium-browser
http://launchpad.net/ubuntu/+source/bind9/1%3A9.7.0.dfsg.P1-1ubuntu0.5/+changelog

So it appears that netstat doesn't look at just the program name but
rather continues until the last / even if it is beyond the end of the
executable name.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: net-tools 1.60-23ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Tue Jun 19 11:05:16 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: net-tools

** Affects: net-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

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

Title:
  netstat -p reports incorrect program name

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

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


[Bug 1015026] Re: netstat -p reports incorrect program name

2012-06-19 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015026

Title:
  netstat -p reports incorrect program name

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

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


[Bug 1014846] [NEW] vlc consumes all memory and segfaults on some DVDs

2012-06-18 Thread Kasper Dupont
Public bug reported:

When trying to play my Prince of Persia DVD, vlc just keeps eating up
memory and eventually segfaults. This a regression. I booted into Natty,
which played the entire DVD without problems. Next booting 12.04 again I
was able to reproduce the same problem.

In 12.04 it consumes more than 2GB of virtual memory and then segfaults
before even reaching the DVD menu. At that point it tells me there is
not enough memory to file a bug report automatically. In Natty vlc can
display the DVD menu using just 100-200MB of memory.

Here is what I found in dmesg output after a few attempts to play the
DVD under 12.04:

[21551.254649] vlc[3136]: segfault at  ip 02c21bb5 sp b74a85f0 error 4 
in libdvdnav.so.4.2.0[2c18000+18000]
[21561.978706] VFS: busy inodes on changed media or resized disk sr0
[21575.442315] type=1400 audit(1340042845.355:472): apparmor=DENIED 
operation=open parent=1 
profile=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper 
name=/proc/3147/cmdline pid=1887 comm=dbus-daemon requested_mask=r 
denied_mask=r fsuid=126 ouid=0
[21815.306146] UDF-fs: Partition marked readonly; forcing readonly mount
[21815.335042] UDF-fs: INFO Mounting volume 'PER-0E-UW1.1_DES', timestamp 
2010/06/29 03:16 (1078)
[22132.360055] vlc[3779]: segfault at  ip 03117bb5 sp b51fd5f0 error 4 
in libdvdnav.so.4.2.0[310e000+18000]
[22141.934771] type=1400 audit(1340043411.847:473): apparmor=DENIED 
operation=open parent=1 
profile=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper 
name=/proc/3845/cmdline pid=1887 comm=dbus-daemon requested_mask=r 
denied_mask=r fsuid=126 ouid=0
[22510.407293] vlc[3902]: segfault at  ip 01f08bb5 sp b49fe5f0 error 4 
in libdvdnav.so.4.2.0[1eff000+18000]

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: vlc 2.0.1-4
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Mon Jun 18 23:08:21 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: vlc
UpgradeStatus: Upgraded to precise on 2012-05-08 (41 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  vlc consumes all memory and segfaults on some DVDs

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

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


[Bug 1014846] Re: vlc consumes all memory and segfaults on some DVDs

2012-06-18 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1014846

Title:
  vlc consumes all memory and segfaults on some DVDs

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

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


[Bug 1011318] [NEW] Chromium hangs under guest login

2012-06-10 Thread Kasper Dupont
Public bug reported:

When trying to start Chromium under a guest login, it hangs at startup.

Steps to reproduce:
1. Boot
2. Login using guest login
3. Open terminal
4. Type chromium-browser

Expected result:
Chromium starts

Actual result:
Failed to move to new PID namespace: Operation not permitted is printed and 
Chromium hangs forever without opening any window.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: chromium-browser 18.0.1025.168~r134367-0ubuntu0.11.10.1
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
CrashDB: ubuntu
Date: Sun Jun 10 23:10:49 2012
Desktop-Session:
 DESKTOP_SESSION = gnome-classic
 XDG_CONFIG_DIRS = /etc/xdg/xdg-gnome-classic:/etc/xdg
 XDG_DATA_DIRS = 
/usr/share/gnome-classic:/usr/share/gnome:/usr/local/share/:/usr/share/
EcryptfsInUse: Yes
Env:
 MOZ_PLUGIN_PATH = None
 LD_LIBRARY_PATH = None
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: chromium-browser
ThirdParty: True
UpgradeStatus: Upgraded to precise on 2012-05-08 (33 days ago)
chromium-default: CHROMIUM_FLAGS=

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

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

Title:
  Chromium hangs under guest login

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

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


[Bug 1011318] Re: Chromium hangs under guest login

2012-06-10 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011318

Title:
  Chromium hangs under guest login

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

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


[Bug 814894] Re: Kernel hangs on high network throughput

2012-05-28 Thread Kasper Dupont
Looks like somebody forgot to set the correct status on this bug.

** Changed in: linux (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/814894

Title:
  Kernel hangs on high network throughput

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

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


[Bug 1003326] [NEW] IPv6 hosts incorrectly reported down

2012-05-23 Thread Kasper Dupont
Public bug reported:

When trying to scan an IPv6 host I got this error:

Starting Nmap 5.21 ( http://nmap.org ) at 2012-05-23 11:34 CEST
Note: Host seems down. If it is really up, but blocking our ping probes, try -PN
Nmap done: 1 IP address (0 hosts up) scanned in 3.26 seconds

The host is responding to pings, but nmap never send any pings to the
host. Nmap only send a few TCP packets to the host, however this
particular host did not have a TCP stack and does not reply to TCP
packets.

I don't know if this bug is fixed by upstream updates, but since nmap 6
has been released and has lots of IPv6 updates it is not unlikely that
it has been fixed upstream.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nmap 5.21-1.1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
Uname: Linux 3.2.0-24-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Wed May 23 11:50:16 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nmap
UpgradeStatus: Upgraded to precise on 2012-05-08 (14 days ago)

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


** Tags: apport-bug i386 precise

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap in Ubuntu.
https://bugs.launchpad.net/bugs/1003326

Title:
  IPv6 hosts incorrectly reported down

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1003326] Re: IPv6 hosts incorrectly reported down

2012-05-23 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap in Ubuntu.
https://bugs.launchpad.net/bugs/1003326

Title:
  IPv6 hosts incorrectly reported down

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 739297] Re: Please update nmap: stable upstream version is 5.52

2012-05-23 Thread Kasper Dupont
What does Fix Released mean? Ubutnu 12.04 still only has Nmap 5.21.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap in Ubuntu.
https://bugs.launchpad.net/bugs/739297

Title:
  Please update nmap: stable upstream version is 5.52

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1003326] [NEW] IPv6 hosts incorrectly reported down

2012-05-23 Thread Kasper Dupont
Public bug reported:

When trying to scan an IPv6 host I got this error:

Starting Nmap 5.21 ( http://nmap.org ) at 2012-05-23 11:34 CEST
Note: Host seems down. If it is really up, but blocking our ping probes, try -PN
Nmap done: 1 IP address (0 hosts up) scanned in 3.26 seconds

The host is responding to pings, but nmap never send any pings to the
host. Nmap only send a few TCP packets to the host, however this
particular host did not have a TCP stack and does not reply to TCP
packets.

I don't know if this bug is fixed by upstream updates, but since nmap 6
has been released and has lots of IPv6 updates it is not unlikely that
it has been fixed upstream.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nmap 5.21-1.1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
Uname: Linux 3.2.0-24-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Wed May 23 11:50:16 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nmap
UpgradeStatus: Upgraded to precise on 2012-05-08 (14 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  IPv6 hosts incorrectly reported down

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

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


[Bug 1003326] Re: IPv6 hosts incorrectly reported down

2012-05-23 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1003326

Title:
  IPv6 hosts incorrectly reported down

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

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


[Bug 739297] Re: Please update nmap: stable upstream version is 5.52

2012-05-23 Thread Kasper Dupont
What does Fix Released mean? Ubutnu 12.04 still only has Nmap 5.21.

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

Title:
  Please update nmap: stable upstream version is 5.52

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

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


[Bug 124113] Re: ping6 doesn't support ICMPv6 Node Information DNS Name queries

2012-05-21 Thread Kasper Dupont
The feature appears to exist in 12.04. According to the man page, the -N
flag can do it.

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

Title:
  ping6 doesn't support ICMPv6 Node Information DNS Name queries

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

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


[Bug 124113] Re: ping6 doesn't support ICMPv6 Node Information DNS Name queries

2012-05-21 Thread Kasper Dupont
As far as I can tell Ubuntu 10.04.4 LTS is still not able to send this
kind of queries. There isn't any mention of information request in the
ping man page, and -w is used for a different purpose. So I don't think
the ping command can do what is requested, and I haven't been to
identify another Ubuntu utility with this feature.

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

Title:
  ping6 doesn't support ICMPv6 Node Information DNS Name queries

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

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


[Bug 729307] Re: YouTube videos play red

2012-05-10 Thread Kasper Dupont
I tried the suggested workaround of right clicking on the video and
choosing disable hardware acceleration. That workaround does also work
on 12.04. Another workaround that worked was to editing the URL by
removing watch?v= and replacing it with v/

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

Title:
  YouTube videos play red

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/729307/+subscriptions

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


[Bug 729307] Re: YouTube videos play red

2012-05-08 Thread Kasper Dupont
To clarify what I see it looks like the red and blue colour components
have been swapped. What should be red in the videos appear in blue, what
should be blue appear in read, what should be green does however appear
in green.

I upgraded from 11.04 to 12.04, and the problem persists. This computer
was able to play youtube videos without problems when it was still using
the preinstalled Ubuntu 9.10. So the regression happened somewhere
between 9.10 and 11.04.

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

Title:
  YouTube videos play red

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/729307/+subscriptions

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


[Bug 959343] Re: Incorrect screen resolution

2012-05-08 Thread Kasper Dupont
The bug is still present in 12.04. The workaround of disabling GPU
scaling through the nvidia-settings utility still works. But that still
leaves the login screen with an incorrect resolution. Additionally guest
sessions will always start with an incorrect setting, so after starting
a guest session you have to start the nvidia settings utility, then
disable GPU scaling, then manually set the correct resolution. That
makes the workaround way too cumbersome to be acceptable, especially for
the guest account which is expected to be used by less experienced
users.

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

Title:
  Incorrect screen resolution

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

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


[Bug 989984] Re: Lookup for 101/8 reports Please upgrade this program.

2012-04-28 Thread Kasper Dupont
I'm still a bit new to Ubuntu. I'm more experienced with rpm based
systems. I haven't figured out the exact steps I need to do in order to
build a patched version of an ubuntu package, but if you could point me
at instructions that shows me how to build and install a modified deb
package, I'll have a patch ready for you in no time.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in Ubuntu.
https://bugs.launchpad.net/bugs/989984

Title:
  Lookup for 101/8 reports Please upgrade this program.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 989984] Re: Lookup for 101/8 reports Please upgrade this program.

2012-04-28 Thread Kasper Dupont
I'm still a bit new to Ubuntu. I'm more experienced with rpm based
systems. I haven't figured out the exact steps I need to do in order to
build a patched version of an ubuntu package, but if you could point me
at instructions that shows me how to build and install a modified deb
package, I'll have a patch ready for you in no time.

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

Title:
  Lookup for 101/8 reports Please upgrade this program.

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

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


[Bug 989984] [NEW] Lookup for 101/8 reports Please upgrade this program.

2012-04-27 Thread Kasper Dupont
Public bug reported:

whois lookups for any IP in the 101.0.0.0/8 range results in an error
message saying Please upgrade this program., but there is no update
for whois.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: whois 5.0.0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Fri Apr 27 20:05:03 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: whois

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


** Tags: apport-bug i386 lucid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in Ubuntu.
https://bugs.launchpad.net/bugs/989984

Title:
  Lookup for 101/8 reports Please upgrade this program.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 989984] Re: Lookup for 101/8 reports Please upgrade this program.

2012-04-27 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in Ubuntu.
https://bugs.launchpad.net/bugs/989984

Title:
  Lookup for 101/8 reports Please upgrade this program.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 989984] [NEW] Lookup for 101/8 reports Please upgrade this program.

2012-04-27 Thread Kasper Dupont
Public bug reported:

whois lookups for any IP in the 101.0.0.0/8 range results in an error
message saying Please upgrade this program., but there is no update
for whois.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: whois 5.0.0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Fri Apr 27 20:05:03 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: whois

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


** Tags: apport-bug i386 lucid

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

Title:
  Lookup for 101/8 reports Please upgrade this program.

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

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


[Bug 989984] Re: Lookup for 101/8 reports Please upgrade this program.

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

Title:
  Lookup for 101/8 reports Please upgrade this program.

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

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


[Bug 729307] Re: YouTube videos play red

2012-04-21 Thread Kasper Dupont
I see a similar symptom on 11.04, but I don't know if it is exactly the
same. Can somebody confirm that this problem affects both versions?

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

Title:
  YouTube videos play red

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/729307/+subscriptions

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


[Bug 986058] [NEW] Display flickers on updates

2012-04-20 Thread Kasper Dupont
Public bug reported:

When a client calls g15_send to update the LCD it will occasionally
cause the upper right area of the LCD to go blank briefly (even if
nothing changed in that region of the image).

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: g15daemon 1.9.5.3-8ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Fri Apr 20 10:27:56 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: g15daemon

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


** Tags: apport-bug i386 lucid

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

Title:
  Display flickers on updates

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

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


[Bug 986058] Re: Display flickers on updates

2012-04-20 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986058

Title:
  Display flickers on updates

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

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


[Bug 967311] Re: Incorrect 6to4 handling

2012-03-28 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in Ubuntu.
https://bugs.launchpad.net/bugs/967311

Title:
  Incorrect 6to4 handling

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 967311] [NEW] Incorrect 6to4 handling

2012-03-28 Thread Kasper Dupont
Public bug reported:

If I run whois 2002:5634::, it tells me:
Querying for the IPv4 endpoint 0.0.0.0 of a 6to4 IPv6 address.

However that is not the correct endpoint for the address 2002:5634::

If OTOH I run 2002:5634:0::, it tells me:
Querying for the IPv4 endpoint 86.52.0.0 of a 6to4 IPv6 address.

Since 2002:5634:: and 2002:5634:0:: are different notations for the same
IPv6 address, you'd expect whois to handle both the same, and extract
the IPv4 address 86.52.0.0.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: whois 5.0.0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Wed Mar 28 19:02:46 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: whois

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


** Tags: apport-bug i386 lucid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois in Ubuntu.
https://bugs.launchpad.net/bugs/967311

Title:
  Incorrect 6to4 handling

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 814894] Re: Kernel hangs on high network throughput

2012-03-28 Thread Kasper Dupont
There was no oops. The system just completely lockup.

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

Title:
  Kernel hangs on high network throughput

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

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


[Bug 967311] Re: Incorrect 6to4 handling

2012-03-28 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/967311

Title:
  Incorrect 6to4 handling

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

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


[Bug 967311] [NEW] Incorrect 6to4 handling

2012-03-28 Thread Kasper Dupont
Public bug reported:

If I run whois 2002:5634::, it tells me:
Querying for the IPv4 endpoint 0.0.0.0 of a 6to4 IPv6 address.

However that is not the correct endpoint for the address 2002:5634::

If OTOH I run 2002:5634:0::, it tells me:
Querying for the IPv4 endpoint 86.52.0.0 of a 6to4 IPv6 address.

Since 2002:5634:: and 2002:5634:0:: are different notations for the same
IPv6 address, you'd expect whois to handle both the same, and extract
the IPv4 address 86.52.0.0.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: whois 5.0.0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Wed Mar 28 19:02:46 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: whois

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


** Tags: apport-bug i386 lucid

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

Title:
  Incorrect 6to4 handling

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

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


[Bug 959343] [NEW] Incorrect screen resolution

2012-03-19 Thread Kasper Dupont
Public bug reported:

I'm using an Elysion U1 computer together with a BenQ projector. Ubuntu
reports that the monitor is not detected and defaults to a screen
resolution of 1280x800 pixels.

When I use the monitor preferences to change the resolution to 1024x768
(which is the correct resolution for this projector), the image gets
even more blurry than when the incorrect resolution is used.

xdpyinfo claims the resolution has been changed to 1024x768 pixels, but
the actual output being sent on the DVI port is still 1280x800 pixels.

It appears Ubuntu has configured the graphics chip to scale the 1024x768
image to 1280x800 pixels which the projector then needs to scale back to
1024x768 pixels, which results in a blurry output, which is almost
unreadable.

The bug exists in both the preinstalled Ubuntu 9.04 as well as in the
Ubuntu 10.04, that I just installed from the official Ubuntu DVD image.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gnome-control-center 1:2.32.1-0ubuntu15
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon Mar 19 15:30:44 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 natty

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

Title:
  Incorrect screen resolution

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

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


[Bug 959343] Re: Incorrect screen resolution

2012-03-19 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959343

Title:
  Incorrect screen resolution

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

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


[Bug 959343] Re: Incorrect screen resolution

2012-03-19 Thread Kasper Dupont
I tested the 1024x768 resolution with all the possible refresh rates
that gnome-display-properties permits for this resolution. It makes no
difference which of the refresh rates from 52 to 56 Hz I choose, the
output always ends up being 1280x800 at 59Hz.

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

Title:
  Incorrect screen resolution

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

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


[Bug 959343] Re: Incorrect screen resolution

2012-03-19 Thread Kasper Dupont
I finally found a way to get the correct screen resolution on the
output. In the nvidia-settings utility there is a section called DFP-0
where there is a Flat Panel Scaling box. In that box I disabled Force
Full GPU Scaling

The Flat Panel Information claims the native resolution of my
projector is 1280x800 (which is incorrect). So something autodetects the
resolution as 1280x800 and set the GPU to do the scaling such that the
projector doesn't have to do it.

This should help narrow down the location of the bug. But disabling
Force Full GPU Scaling is a suitable workaround. Now I just need to
figure out how to make the change permanent.

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

Title:
  Incorrect screen resolution

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

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


[Bug 959790] [NEW] grub-mkrelpath produce incorrect paths if /boot is a bind mount

2012-03-19 Thread Kasper Dupont
Public bug reported:

grub-mkconfig uses grub-mkrelpath to find out which paths to put in
grub.cfg, but in some cases grub-mkrelpath produce an incorrect output.

If / and /boot are both mountpoints of different directories from the
same physical file system, grub-mkrelpath will use the wrong entry from
/proc/self/mountinfo. It should use the entry for /boot to produce the
correct path, but it picks the entry for / when given a path under
/boot.

For example if /proc/self/mountinfo contains:
20 1 8:1 /lucid / rw,relatime - ext4 
26 20 8:1 /boot /boot rw,relatime - ext4 

Then running grub-mkrelpath /boot/grub outputs /lucid/boot/grub, but
it should have output /boot/grub.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: grub-common 1.99~rc1-13ubuntu3 [modified: usr/bin/grub-mkrelpath]
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Tue Mar 20 00:00:30 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: grub2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 natty

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

Title:
  grub-mkrelpath produce incorrect paths if /boot is a bind mount

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

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


[Bug 959790] Re: grub-mkrelpath produce incorrect paths if /boot is a bind mount

2012-03-19 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959790

Title:
  grub-mkrelpath produce incorrect paths if /boot is a bind mount

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

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


[Bug 957033] Re: No button to delete lines that exist in only one of the files

2012-03-18 Thread Kasper Dupont
Yeah, pressing shift turns the arrow into a deletion button. So no
functionality was missing after all.

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

Title:
  No button to delete lines that exist in only one of the files

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

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


[Bug 957033] [NEW] No button to delete lines that exist in only one of the files

2012-03-16 Thread Kasper Dupont
Public bug reported:

There is a feature in meld to copy a change from one of the compared
files to the other. When a region has different contents in the left and
the right file, there are two arrows that can be clicked on to replace
the region in one of the files with the contents from the other.

However, when there are lines, which exist in only one of the two files,
there is just one arrow, which can be clicked to copy those lines to the
other file. Next to that arrow, there should have been a button to
delete those lines, from the one file, where they do exist.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: meld 1.3.0-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Fri Mar 16 15:47:25 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: meld

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


** Tags: apport-bug i386 lucid

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

Title:
  No button to delete lines that exist in only one of the files

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

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


[Bug 957033] Re: No button to delete lines that exist in only one of the files

2012-03-16 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/957033

Title:
  No button to delete lines that exist in only one of the files

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

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


[Bug 947041] [NEW] urandom startup script initializes poolsize with incorrect value

2012-03-05 Thread Kasper Dupont
Public bug reported:

/etc/init.d/urandom compares the size of the saved pool in
/var/lib/urandom/random-seed with the current value in
/proc/sys/kernel/random/poolsize and updates the poolsize if it is too
small. But when updating poolsize it uses the old value rather than the
new value.

Btw. The comment saying:
# Hm, why is the saved pool re-created at boot? [pere 2009-09-03]
should be replaced with:
# The saved pool re-created at boot to ensure successive boots will use 
a different random seed, even if the system did not shut down cleanly.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: initscripts 2.87dsf-4ubuntu17.4
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Mon Mar  5 12:02:10 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: sysvinit

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


** Tags: apport-bug i386 lucid

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

Title:
  urandom startup script initializes poolsize with incorrect value

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

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


[Bug 947041] Re: urandom startup script initializes poolsize with incorrect value

2012-03-05 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/947041

Title:
  urandom startup script initializes poolsize with incorrect value

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

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


[Bug 947041] Re: urandom startup script initializes poolsize with incorrect value

2012-03-05 Thread Kasper Dupont
I noticed another bug in the same script. The two calls of dd to save
the seed during boot and shutdown will truncate the pool before writing
new data. This will cause a small time window during which the seed only
exists in RAM and not on permanent storage. If the system was to crash
or lose power during that time window, all the entropy collected since
the system was first installed would be lost. Using conv=notrunc would
avoid this problem.

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

Title:
  urandom startup script initializes poolsize with incorrect value

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

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


[Bug 939325] [NEW] Integrity of wireshark source cannot be verified

2012-02-23 Thread Kasper Dupont
Public bug reported:

apt-get source wireshark reports the following:

gpgv: Signature made 2010-04-01T14:06:35 CEST using DSA key ID A5674EC1
gpgv: Can't check signature: public key not found

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: wireshark 1.2.7-1
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Thu Feb 23 09:31:46 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: wireshark

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


** Tags: apport-bug i386 lucid

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

Title:
  Integrity of wireshark source cannot be verified

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

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


[Bug 939325] Re: Integrity of wireshark source cannot be verified

2012-02-23 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939325

Title:
  Integrity of wireshark source cannot be verified

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

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


[Bug 939322] Re: apt-get source ignores missing key

2012-02-23 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939322

Title:
  apt-get source ignores missing key

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

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


[Bug 939322] [NEW] apt-get source ignores missing key

2012-02-23 Thread Kasper Dupont
Public bug reported:

Running apt-get source wireshark produced the message Can't check
signature: public key not found, but after this message it proceeded
with unpacking the source, which it had not verified the integrity of.

Continuing by default when a signature cannot be verified is a security
risk. (If the package had had just a few more patches, the message would
have scrolled out of the window before I would have seen it).

Extracting an unverified package should require explicit user
confirmation. Either by requesting the user answer y or n while the
command is running, or by aborting with an error telling the user a flag
that can be used to proceed regardless of unverified signatures.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: apt 0.7.25.3ubuntu9.10
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Thu Feb 23 09:24:04 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: apt

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


** Tags: apport-bug i386 lucid

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

Title:
  apt-get source ignores missing key

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

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


[Bug 923659] Re: Unsupported output format emf

2012-01-30 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/923659

Title:
  Unsupported output format emf

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

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


[Bug 923659] [NEW] Unsupported output format emf

2012-01-30 Thread Kasper Dupont
Public bug reported:

The man page for pstoedit indicates that emf is a supported format. But
when specifying -f emf the program fails with Unsupported output
format emf.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: pstoedit 3.50-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Mon Jan 30 10:45:27 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: pstoedit

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


** Tags: apport-bug i386 lucid

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

Title:
  Unsupported output format emf

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

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


[Bug 917076] [NEW] Firefox leaves dbus processes behind

2012-01-16 Thread Kasper Dupont
Public bug reported:

Occasionally I need to run Firefox as a different user. The following
steps allows me to do this on my current X server.

1. Type ssh -X someuser@localhost in a terminal
2.  Type firefox (optionally followed by a URL) in the same terminal

Running firefox this way works fine, however after quitting firefox and
pressing ctrl+d to leave the ssh session, the shell closes but sshd
keeps the ssh connection open, and the ssh client stays open until
manually killed.

The reason appears to be two dbus processes left behind by firefox,
which somehow keeps the X forwarding busy. When those processes are no
longer needed, they should quit automatically. Currently it appears the
dbus process is waiting for the X forwarding to shut down, and sshd is
waiting for the dbus process to stop using the X forwarding.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: firefox 3.6.24+build2+nobinonly-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Mon Jan 16 10:48:44 2012
EcryptfsInUse: Yes
FirefoxPackages:
 firefox 3.6.24+build2+nobinonly-0ubuntu0.10.04.1
 firefox-gnome-support 3.6.24+build2+nobinonly-0ubuntu0.10.04.1
 firefox-branding 3.6.24+build2+nobinonly-0ubuntu0.10.04.1
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: firefox

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


** Tags: apport-bug i386 lucid

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

Title:
  Firefox leaves dbus processes behind

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

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


[Bug 917076] Re: Firefox leaves dbus processes behind

2012-01-16 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917076

Title:
  Firefox leaves dbus processes behind

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

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


[Bug 814894] Re: Kernel hangs on high network throughput

2012-01-15 Thread Kasper Dupont
The bug is still present in 2.6.32-37-generic.

Reverting the patch mentioned in #4 will still fix the problem on the
most recent kernel.

Am I expected to keep patching every new kernel release in order to
avoid this regression?

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

Title:
  Kernel hangs on high network throughput

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

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


[Bug 910559] [NEW] socks_remote_dns should be true by default

2012-01-01 Thread Kasper Dupont
Public bug reported:

socks_remote_dns is set to false by default, but in many cases this
setting is required to be set to true for proper operation. I am not
aware of any situation in which the default setting of false works
better than setting it to true.

If the socks client and the socks server receives different DNS
responses, it means they are somehow tailored towards who will be
receiving them. Since it is ultimately the socks server, that connects
to the IP address returned by DNS, using the DNS response tailored
towards the server is better than using those tailored towards the
client.

Cases where the default setting of false breaks includes:
- Client has IPv4 and IPv6 support, server has only IPv4 support.
- The http server is within some enterprise and only accessible from inside. A 
socks proxy (for example through ssh) is used to achieve connectivity for a 
client on the move.
- A socks proxy is used for additional privacy.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: firefox 3.6.24+build2+nobinonly-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-36.79-generic 2.6.32.46+drm33.20
Uname: Linux 2.6.32-36-generic i686
Architecture: i386
Date: Sun Jan  1 15:24:54 2012
EcryptfsInUse: Yes
FirefoxPackages:
 firefox 3.6.24+build2+nobinonly-0ubuntu0.10.04.1
 firefox-gnome-support 3.6.24+build2+nobinonly-0ubuntu0.10.04.1
 firefox-branding 3.6.24+build2+nobinonly-0ubuntu0.10.04.1
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: firefox

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


** Tags: apport-bug i386 lucid

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

Title:
  socks_remote_dns should be true by default

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

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


[Bug 910559] Re: socks_remote_dns should be true by default

2012-01-01 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/910559

Title:
  socks_remote_dns should be true by default

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

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


[Bug 904699] [NEW] Empty files left in /tmp when some font thing fails

2011-12-15 Thread Kasper Dupont
Public bug reported:

When handling truetype fonts evince creates temporary files in /tmp.
When things are working correctly the files are automatically unlinked.
When something fails evince will print out an error message and forget
to clean up the temporary files.

Each time it happens the following three lines are printed:
Error: failed to load truetype font

some font thing failed
and a file with a random six character name is left in /tmp. It would be a good 
idea to use slightly more descriptive names for the temporary files such that 
the culprit is easier to identify when something goes wrong.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: evince 2.30.3-0ubuntu1.2
ProcVersionSignature: Ubuntu 2.6.32-36.79-generic 2.6.32.46+drm33.20
Uname: Linux 2.6.32-36-generic i686
Architecture: i386
Date: Thu Dec 15 12:37:27 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
KernLog:
 
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: evince

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


** Tags: apport-bug i386 lucid

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

Title:
  Empty files left in /tmp when some font thing fails

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

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


[Bug 904699] Re: Empty files left in /tmp when some font thing fails

2011-12-15 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/904699

Title:
  Empty files left in /tmp when some font thing fails

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

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


[Bug 814894] Re: Kernel hangs on high network throughput

2011-11-23 Thread Kasper Dupont
This bug is also present in 2.6.32-35-generic

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

Title:
  Kernel hangs on high network throughput

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

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


[Bug 888093] [NEW] Spell-checker Options ignored

2011-11-09 Thread Kasper Dupont
Public bug reported:

Steps to reproduce:
1. Right click in a text field
2. Choose Spell-checker Options
3. Pick a different language
4. Right click in a text field
5. Choose Spell-checker Options again
6. Look at the chosen language

Expected result:
The language chosen in step 3 is seen as chosen in step 6.

Actual result:
Half the time the language hasn't been changed, and the language that was 
active before starting is still shown in step 6.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: chromium-browser 15.0.874.106~r107270-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-34.77-generic 2.6.32.44+drm33.19
Uname: Linux 2.6.32-34-generic i686
Architecture: i386
Date: Wed Nov  9 12:53:03 2011
Desktop-Session:
 DESKTOP_SESSION = gnome-xfwm4
 GNOME_DESKTOP_SESSION_ID = this-is-deprecated
 XDG_CONFIG_DIRS = /etc/xdg/xdg-gnome-xfwm4:/etc/xdg
 XDG_DATA_DIRS = None
EcryptfsInUse: Yes
Env:
 MOZ_PLUGIN_PATH = None
 LD_LIBRARY_PATH = None
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: chromium-browser
chromium-default: CHROMIUM_FLAGS=

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

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

Title:
  Spell-checker Options ignored

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

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


[Bug 888093] Re: Spell-checker Options ignored

2011-11-09 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/888093

Title:
  Spell-checker Options ignored

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

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


[Bug 886793] Re: Default Plug-in crashed

2011-11-06 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886793

Title:
  Default Plug-in crashed

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

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


[Bug 886793] [NEW] Default Plug-in crashed

2011-11-06 Thread Kasper Dupont
Public bug reported:

Accessing
http://webcache.googleusercontent.com/search?btnG=1pws=0q=cache%3ALWFZEBfoOFEJ%3Almgtfy.com%2F+
caused chromium to report The following plug-in has crashed: Default
Plug-in

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: chromium-browser 15.0.874.106~r107270-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-34.77-generic 2.6.32.44+drm33.19
Uname: Linux 2.6.32-34-generic i686
Architecture: i386
Date: Sun Nov  6 12:49:02 2011
Desktop-Session:
 DESKTOP_SESSION = gnome-xfwm4
 GNOME_DESKTOP_SESSION_ID = this-is-deprecated
 XDG_CONFIG_DIRS = /etc/xdg/xdg-gnome-xfwm4:/etc/xdg
 XDG_DATA_DIRS = None
EcryptfsInUse: Yes
Env:
 MOZ_PLUGIN_PATH = None
 LD_LIBRARY_PATH = None
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: chromium-browser
chromium-default: CHROMIUM_FLAGS=

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

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

Title:
  Default Plug-in crashed

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

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


[Bug 883665] [NEW] Chromium report GLX error on startup

2011-10-29 Thread Kasper Dupont
Public bug reported:

On startup chromium reports this error:
[22207:22218:2094169542781:ERROR:gl_surface_glx.cc(64)] GLX 1.3 or later is 
required.
[22207:22218:2094169542892:ERROR:gl_surface_linux.cc(73)] 
GLSurfaceGLX::InitializeOneOff failed.
[22207:22218:2094169542928:ERROR:gpu_info_collector_linux.cc(216)] 
gfx::GLContext::InitializeOneOff() failed

I never this error before an update was installed today.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: chromium-browser 15.0.874.106~r107270-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-34.77-generic 2.6.32.44+drm33.19
Uname: Linux 2.6.32-34-generic i686
Architecture: i386
Date: Sat Oct 29 23:30:45 2011
Desktop-Session:
 DESKTOP_SESSION = gnome-xfwm4
 GNOME_DESKTOP_SESSION_ID = this-is-deprecated
 XDG_CONFIG_DIRS = /etc/xdg/xdg-gnome-xfwm4:/etc/xdg
 XDG_DATA_DIRS = None
EcryptfsInUse: Yes
Env:
 MOZ_PLUGIN_PATH = None
 LD_LIBRARY_PATH = None
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: chromium-browser
chromium-default: CHROMIUM_FLAGS=

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

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

Title:
  Chromium report GLX error on startup

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

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


[Bug 883665] Re: Chromium report GLX error on startup

2011-10-29 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/883665

Title:
  Chromium report GLX error on startup

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

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


[Bug 882237] [NEW] Incorrect focus when application is slow to respond

2011-10-26 Thread Kasper Dupont
Public bug reported:

If an application is responding slowly xfwm4 will sometimes give it
focus when it shouldn't have it.

Steps to reproduce:
1. Configure xfwm4 to let focus follow the mouse
2. Get an application to respond slowly (can easily be reproduced with firefox 
and lots of open tabs)
3. Open two xterm windows in front of slow application.
4. Move mouse over one xterm window
5. Wait for xterm window to get focus (should happen instantly)
6. Press ctrl-d to quit the xterm
7. Before the slow application reacts to the newly received focus move mouse 
cursor to other xterm window.
8. Wait for slow application to respond.

Expected result:
Since the mouse is now over the xterm window it gets focus and keeps it.

Actual result:
As soon as the mouse cursor enters xterm window it gets focus. Once the slow 
application starts responding again it receives focus. This will cause focus to 
shift away from the xterm when it shouldn't, usually in the middle of the user 
typing causing keypresses to be sent to the wrong window.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xfwm4 4.6.1-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-34.77-generic 2.6.32.44+drm33.19
Uname: Linux 2.6.32-34-generic i686
Architecture: i386
Date: Wed Oct 26 21:24:15 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: xfwm4

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


** Tags: apport-bug i386 lucid

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

Title:
  Incorrect focus when application is slow to respond

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

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


[Bug 882237] Re: Incorrect focus when application is slow to respond

2011-10-26 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882237

Title:
  Incorrect focus when application is slow to respond

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

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


[Bug 877970] [NEW] xcb_io.c crash on assertion

2011-10-19 Thread Kasper Dupont
Public bug reported:

When accessing https://www.jyskenetbank.dk/ firefox crashed with this
error message:

firefox-bin: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) 
(dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.
firefox-bin: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) 
(dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

I don't recall the exact sequence of everything I did while logged in,
so I don't know exactly how reproducible the bug is.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: firefox 3.6.23+build1+nobinonly-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-34.77-generic 2.6.32.44+drm33.19
Uname: Linux 2.6.32-34-generic i686
Architecture: i386
Date: Wed Oct 19 10:06:44 2011
EcryptfsInUse: Yes
FirefoxPackages:
 firefox 3.6.23+build1+nobinonly-0ubuntu0.10.04.1
 firefox-gnome-support 3.6.23+build1+nobinonly-0ubuntu0.10.04.1
 firefox-branding 3.6.23+build1+nobinonly-0ubuntu0.10.04.1
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: firefox

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


** Tags: apport-bug i386 lucid

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

Title:
  xcb_io.c crash on assertion

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

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


[Bug 877970] Re: xcb_io.c crash on assertion

2011-10-19 Thread Kasper Dupont
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/877970

Title:
  xcb_io.c crash on assertion

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

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


[Bug 573722] Re: linphone crashes on startup of application. Error msg:*** stack smashing detected ***: linphone-3 terminated

2011-10-07 Thread Kasper Dupont
Isn't this a duplicate of 544076?

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

Title:
  linphone crashes on startup of application. Error msg:*** stack
  smashing detected ***: linphone-3 terminated

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

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


[Bug 544076] Re: linphone-3 assert failure: *** stack smashing detected ***: linphone-3 terminated

2011-10-07 Thread Kasper Dupont
I see this problem as well on a fit PC 2i running 10.04. It doesn't
crash like that on my Dell laptop running 9.04.

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

Title:
  linphone-3 assert failure: *** stack smashing detected ***: linphone-3
  terminated

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

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


[Bug 869868] [NEW] Login fails with Could not register (Unauthorized)

2011-10-07 Thread Kasper Dupont
Public bug reported:

Trying to login to sip.viptel.dk with Ekiga on Ubuntu systems
persistently fail with Could not register (Unauthorized)

Using the same username and password to login to sip.viptel.dk with
Ekiga on Fedora works

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ekiga 3.2.6-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-34.77-generic 2.6.32.44+drm33.19
Uname: Linux 2.6.32-34-generic i686
Architecture: i386
Date: Fri Oct  7 11:50:58 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: ekiga

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


** Tags: apport-bug i386 lucid

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

Title:
  Login fails with Could not register (Unauthorized)

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

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


  1   2   >