[Bug 1166455] Re: nova flavor-list only shows 1000 flavors

2013-04-12 Thread TianTian Gao
I reproduct the bug.
firstly, close api_rate_limit.

use the command below to create 2000 flavor.
$ for i in {1..2000}; do nova flavor-create f-$i $i 1024 20 1 ;done;

then I use novaclient to list all flavor
$ time nova flavor-list

+--+-+---+--+---+--+---+-+---+-+
| ID   | Name| Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | 
Is_Public | extra_specs |
+--+-+---+--+---+--+---+-+---+-+
| 1| m1.tiny | 512   | 0| 0 |  | 1 | 1.0 | 
True  | {}  |
| 10   | f-10| 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 100  | f-100   | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1000 | f-1000  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1001 | f-1001  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1002 | f-1002  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1003 | f-1003  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1004 | f-1004  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1005 | f-1005  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1006 | f-1006  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1007 | f-1007  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1008 | f-1008  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1009 | f-1009  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 101  | f-101   | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1010 | f-1010  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1011 | f-1011  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1012 | f-1012  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1013 | f-1013  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1014 | f-1014  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
..
| 1886 | f-1886  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1887 | f-1887  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1888 | f-1888  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1889 | f-1889  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 189  | f-189   | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1890 | f-1890  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1891 | f-1891  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1892 | f-1892  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1893 | f-1893  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1894 | f-1894  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1895 | f-1895  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1896 | f-1896  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1897 | f-1897  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1898 | f-1898  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1899 | f-1899  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
+--+-+---+--+---+--+---+-+---+-+

real2m11.275s
user0m3.280s
sys 0m0.456s

Because novaclient need to get each flavor's extra_specs detail, in fact
it make thousands of request to nova-api. which make the command very
slow.

If I just hit the REST API by
$ time http get localhost:8774/v2/33027e9bc0914bc88414bae31c6ecc9f/flavors 

{
id: 1899, 
links: [
{
href: 
http://localhost:8774/v2/33027e9bc0914bc88414bae31c6ecc9f/flavors/1899;, 
rel: self
}, 
{
href: 
http://localhost:8774/33027e9bc0914bc88414bae31c6ecc9f/flavors/1899;, 
rel: bookmark
}
], 
   

[Bug 1168030] Re: Apache2 with PHP FallbackResource doesn't work when Request-URI is / and encoding is gzip

2013-04-12 Thread Robie Basak
** Changed in: apache2 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Apache2 with PHP FallbackResource doesn't work when Request-URI is /
  and encoding is gzip

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1168030/+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 1164147] Re: cloud-init should invoke 'dist-upgrade', not 'upgrade' for apt_upgrade

2013-04-12 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.2~bzr809-0ubuntu1

---
cloud-init (0.7.2~bzr809-0ubuntu1) raring; urgency=low

  * New upstream snapshot.
* make apt-get invoke 'dist-upgrade' rather than 'upgrade' for
  package_upgrade. (LP: #1164147)
* workaround 2.6 kernel issue that stopped blkid from showing /dev/sr0
 -- Scott Moser smo...@ubuntu.com   Thu, 11 Apr 2013 12:55:51 -0400

** Changed in: cloud-init (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  cloud-init should invoke 'dist-upgrade', not 'upgrade' for apt_upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1164147/+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 1166455] Re: nova flavor-list only shows 1000 flavors

2013-04-12 Thread Chuck Short
** Changed in: nova (Ubuntu)
   Status: New = Confirmed

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

Title:
  nova flavor-list only shows 1000 flavors

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1166455/+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 1158465] Re: [SRU] update Windows Azure WALinuxAgent to 1.3.2 (12.04.2, 12.10 and 13.04)

2013-04-12 Thread Colin Watson
Waiving the usual seven-day waiting period due to image release urgency.

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

Title:
  [SRU] update Windows Azure WALinuxAgent to 1.3.2 (12.04.2, 12.10 and
  13.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1158465/+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 1158465] Update Released

2013-04-12 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  [SRU] update Windows Azure WALinuxAgent to 1.3.2 (12.04.2, 12.10 and
  13.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1158465/+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 1158465] Re: [SRU] update Windows Azure WALinuxAgent to 1.3.2 (12.04.2, 12.10 and 13.04)

2013-04-12 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 1.3.2-0ubuntu1~12.04.1

---
walinuxagent (1.3.2-0ubuntu1~12.04.1) precise; urgency=low

  * New upstream release per Microsoft request (LP: #1158465).
  * Dropped Ubuntu packaging deltas as upstream supports packaged
versions.
 -- Ben Howard ben.how...@ubuntu.com   Thu, 21 Mar 2013 14:52:27 -0600

** Changed in: walinuxagent (Ubuntu Precise)
   Status: Fix Committed = Fix Released

** Changed in: walinuxagent (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  [SRU] update Windows Azure WALinuxAgent to 1.3.2 (12.04.2, 12.10 and
  13.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1158465/+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 1158465] Re: [SRU] update Windows Azure WALinuxAgent to 1.3.2 (12.04.2, 12.10 and 13.04)

2013-04-12 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 1.3.2-0ubuntu1~12.10.1

---
walinuxagent (1.3.2-0ubuntu1~12.10.1) quantal; urgency=low

  * Updated to 1.3.2 as part of Windows Azure requirement (LP: #1158465).
  * Upstream now supports packaging; incorporated upstream packaging into
Ubuntu Packaging.
 -- Ben Howard ben.how...@ubuntu.com   Thu, 21 Mar 2013 14:57:40 -0600

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

Title:
  [SRU] update Windows Azure WALinuxAgent to 1.3.2 (12.04.2, 12.10 and
  13.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1158465/+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 1168476] [NEW] Juju crashes when using LXC container

2013-04-12 Thread Bruno Girin
Public bug reported:

I've been trying to debug a Juju charm using the LXC container and when
I do so, I get the following error in the logs:

2013-04-12 18:01:02,242 Machine:0: unit.deploy DEBUG: Using 
juju.machine.unit.UnitContainerDeployment object at 0x344e490 for 
energydeck/0 in /home/bruno/juju-data/bruno-local
2013-04-12 18:01:02,727 Machine:0: twisted ERROR: Fatal Python error: 
Py_Initialize: Unable to get the locale encoding
2013-04-12 18:01:02,728 Machine:0: twisted ERROR:   File 
/usr/lib/python2.7/encodings/__init__.py, line 123
2013-04-12 18:01:02,729 Machine:0: twisted ERROR: raise CodecRegistryError,\
2013-04-12 18:01:02,729 Machine:0: twisted ERROR: ^
2013-04-12 18:01:02,730 Machine:0: twisted ERROR: SyntaxError: invalid syntax
2013-04-12 18:01:02,730 Machine:0: twisted ERROR: 
2013-04-12 18:01:02,731 Machine:0: juju.agents.machine ERROR: Error starting 
unit: energydeck/0
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/juju/agents/machine.py, line 97, in 
watch_service_units
yield self.unit_deployer.start_service_unit(unit_name)
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 1069, 
in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File /usr/lib/python2.7/dist-packages/twisted/python/failure.py, line 389, 
in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File /usr/lib/python2.7/dist-packages/juju/unit/deploy.py, line 88, in 
start_service_unit
running = yield deployment.is_running()
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 1069, 
in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File /usr/lib/python2.7/dist-packages/twisted/python/failure.py, line 389, 
in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File /usr/lib/python2.7/dist-packages/juju/machine/unit.py, line 295, in 
is_running
prefix=self.container.container_name)
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 1069, 
in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File /usr/lib/python2.7/dist-packages/twisted/python/failure.py, line 389, 
in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File /usr/lib/python2.7/dist-packages/juju/lib/lxc/__init__.py, line 147, 
in get_containers
_, output = yield deferToThread(_cmd, [lxc-ls])
  File /usr/lib/python2.7/dist-packages/twisted/python/threadpool.py, line 
172, in _worker
result = context.call(ctx, function, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/twisted/python/context.py, line 118, 
in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File /usr/lib/python2.7/dist-packages/twisted/python/context.py, line 81, 
in callWithContext
return func(*args,**kw)
  File /usr/lib/python2.7/dist-packages/juju/lib/lxc/__init__.py, line 48, in 
_cmd
raise LXCError(stdout_data)
LXCError: Fatal Python error: Py_Initialize: Unable to get the locale encoding
  File /usr/lib/python2.7/encodings/__init__.py, line 123
raise CodecRegistryError,\
^
SyntaxError: invalid syntax
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/juju/agents/machine.py, line 97, in 
watch_service_units
yield self.unit_deployer.start_service_unit(unit_name)
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 1069, 
in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File /usr/lib/python2.7/dist-packages/twisted/python/failure.py, line 389, 
in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File /usr/lib/python2.7/dist-packages/juju/unit/deploy.py, line 88, in 
start_service_unit
running = yield deployment.is_running()
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 1069, 
in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File /usr/lib/python2.7/dist-packages/twisted/python/failure.py, line 389, 
in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File /usr/lib/python2.7/dist-packages/juju/machine/unit.py, line 295, in 
is_running
prefix=self.container.container_name)
  File /usr/lib/python2.7/dist-packages/twisted/internet/defer.py, line 1069, 
in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File /usr/lib/python2.7/dist-packages/twisted/python/failure.py, line 389, 
in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File /usr/lib/python2.7/dist-packages/juju/lib/lxc/__init__.py, line 147, 
in get_containers
_, output = yield deferToThread(_cmd, [lxc-ls])
  File /usr/lib/python2.7/dist-packages/twisted/python/threadpool.py, line 
172, in _worker
result = context.call(ctx, function, *args, **kwargs)
  File 

[Bug 1160372] Re: Login is not possible

2013-04-12 Thread Jingwei Zhang
I have the same problem too. Both anonymous user and local user are
unable to login.

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

Title:
  Login is not possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1160372/+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 1168526] [NEW] race condition causing lxc to not detect container init process exit

2013-04-12 Thread Pavel Bennett
Public bug reported:

For the purpose of the repro, my lxc init process is node.js v0.11.0
(built from source) with a single line:

process.exit(0);

When running it in lxc, sometimes lxc doesn't exit. lxc-start remains a
parent of a defunct node process without reaping it or exiting.

I've made a custom build of lxc 0.9.0 to extract more information about
this, adding only an INFO line, as follows:

start.c:

if (ret != sizeof(siginfo)) {
ERROR(unexpected siginfo size);
return -1;
}
+INFO(got signal %d from pid %d while expecting SIGCHLD(17) from pid 
%d | uid = %d, status = %d, siginfo.ssi_signo, siginfo.ssi_pid, *pid, 
siginfo.ssi_uid, siginfo.ssi_status);

if (siginfo.ssi_signo != SIGCHLD) {
kill(*pid, siginfo.ssi_signo);
INFO(forwarded signal %d to pid %d, siginfo.ssi_signo, *pid);
return 0;
}

I've tried this with a 3 official kernels. There is one difference in
output.

Kernels 3.7.9, 3.8.6:

Successful case:

  lxc-start 1365724008.446 NOTICE   lxc_start - '/usr/local/bin/node' 
started with pid '19458'
  lxc-start 1365724008.446 INFO lxc_console - no console will be used
  lxc-start 1365724008.446 INFO lxc_start - got signal 17 from pid 
18165 while expecting SIGCHLD(17) from pid 19458 | uid = 0, status = 1
  lxc-start 1365724008.446 WARN lxc_start - invalid pid for SIGCHLD
  lxc-start 1365724038.306 INFO lxc_start - got signal 17 from pid 
19458 while expecting SIGCHLD(17) from pid 19458 | uid = 0, status = 0
  lxc-start 1365724038.306 DEBUGlxc_start - container init process 
exited

Hanging case:

  lxc-start 1365795195.358 NOTICE   lxc_start - '/usr/local/bin/node' 
started with pid '8650'
  lxc-start 1365795195.358 INFO lxc_console - no console will be used
  lxc-start 1365795195.358 INFO lxc_start - got signal 17 from pid 8626 
while expecting SIGCHLD(17) from pid 8650 | uid = 0, status = 1
  lxc-start 1365795195.358 WARN lxc_start - invalid pid for SIGCHLD
  lxc-start 1365795333.347 INFO lxc_start - got signal 2 from pid 0 
while expecting SIGCHLD(17) from pid 8650 | uid = 0, status = 0
  lxc-start 1365795333.347 INFO lxc_start - forwarded signal 2 to pid 
8650

Kernel 3.9.0-rc6:

Successful case is the same, but the hanging case changes to just:

  lxc-start 1365794343.870 NOTICE   lxc_start - '/usr/local/bin/node' 
started with pid '3432'
  lxc-start 1365794343.870 INFO lxc_console - no console will be used
  lxc-start 1365794343.870 INFO lxc_start - got signal 17 from pid 2851 
while expecting SIGCHLD(17) from pid 3432 | uid = 0, status = 1
  lxc-start 1365794343.870 WARN lxc_start - invalid pid for SIGCHLD

... without forwarding signal 2 (SIGINT).

Notes:
- I'm on Mint 14 Nadia with raring packages, if that helps.
- In all cases, there is signal 17 (SIGCHLD) coming in to lxc-start, but it 
comes from a different pid and is ignored by lxc. Any idea what this could be? 
This process seems to have been cleaned up and no longer appears in ps aux.
- The lxc-start process should be getting notified with a SIGCHLD from the 
child's pid when the child (init process) exits.
- This could be a kernel bug, but it's probably something unique that lxc is 
doing to trigger it.
- I've tried other init processes (node.js without the process.exit and a 
custom c++ app with a stdout write and exit 0), which greatly reduce the 
frequency of this happening.

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

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

Title:
  race condition causing lxc to not detect container init process exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1168526/+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


Re: [Bug 1168526] [NEW] race condition causing lxc to not detect container init process exit

2013-04-12 Thread Serge Hallyn
Quoting Pavel Bennett (launch...@pavelbennett.com):
 Public bug reported:
 
 For the purpose of the repro, my lxc init process is node.js v0.11.0
 (built from source) with a single line:
 
 process.exit(0);

Thanks.  This is a race condition we've seen before in lxc-execute.

Precisely which version of lxc were you using?  The patch

0001-fix-race-with-fast-init

in ubuntu raring's recent lxc packages is meant to work around this,
but we don't have a clean fix yet.

   Notes:
   - I'm on Mint 14 Nadia with raring packages, if that helps.
   - In all cases, there is signal 17 (SIGCHLD) coming in to lxc-start, but it 
 comes from a different pid and is ignored by lxc. Any idea what this could 
 be? This process seems to have been cleaned up and no longer appears in ps 
 aux.

That is the test for kernel support for reboot in a pidns.  It's not
related to this.

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

Title:
  race condition causing lxc to not detect container init process exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1168526/+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 1166649] Re: Multiple open vulnerabilities in tomcat6 in quantal and raring

2013-04-12 Thread Jamie Strandboge
There seems to be, yes. I see a test/ directory and references to junit.
In theory, should be able to update the packaging like we did with
tomcat7. You might want to discuss with with jamespage in #ubuntu-server
as ISTR he looked at the testsuite at one point (I'm not sure about that
though).

** Changed in: tomcat6 (Ubuntu)
   Status: New = Triaged

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

Title:
  Multiple open vulnerabilities in tomcat6 in quantal and raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/1166649/+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 1166687] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-04-12 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1166687/+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 1168526] Re: race condition causing lxc to not detect container init process exit

2013-04-12 Thread Pavel Bennett
 Precisely which version of lxc were you using?

I just put back version 0.9.0-0ubuntu2 (as opposed to the 0.9.0 I built
from source) while on kernel 3.7.9-030709-generic and haven't yet run
into this issue (I assume that's the patch you mentioned). However, when
I update to kernel 3.8.6-030806-generic (leaving the same version of
lxc), 12 out of 100 containers experienced what looks like this exact
problem:

  lxc-start 1365805078.586 NOTICE   lxc_start - '/usr/local/bin/node' 
started with pid '4107'
  lxc-start 1365805078.586 INFO lxc_console - no console will be used
  lxc-start 1365805078.586 WARN lxc_start - invalid pid for SIGCHLD
  lxc-start 1365805115.998 INFO lxc_start - forwarded signal 2 to pid 
4107

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

Title:
  race condition causing lxc to not detect container init process exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1168526/+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 1168579] [NEW] rrdcached won't install

2013-04-12 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

$ sudo aptitude install rrdcached apt-show-versions
The following NEW packages will be installed:
  apt-show-versions rrdcached 
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 32.9 kB/88.8 kB of archives. After unpacking 461 kB will be used.
Get: 1 http://us.archive.ubuntu.com/ubuntu/ precise/universe apt-show-versions 
all 0.17 [32.9 kB]
Fetched 32.9 kB in 1s (32.9 kB/s)  
Selecting previously unselected package apt-show-versions.
(Reading database ... 135312 files and directories currently installed.)
Unpacking apt-show-versions (from .../apt-show-versions_0.17_all.deb) ...
Selecting previously unselected package rrdcached.
Unpacking rrdcached (from .../rrdcached_1.4.7-1_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up apt-show-versions (0.17) ...
** initializing cache. This may take a while **
Setting up rrdcached (1.4.7-1) ...
Starting RRDtool data caching daemon: rrdcached/etc/init.d/rrdcached: line 57: 
30422 Segmentation fault  (core dumped) start-stop-daemon --start --quiet 
--oknodo --pidfile $PIDFILE --exec $DAEMON -- $OPTS -p $PIDFILE 
invoke-rc.d: initscript rrdcached, action start failed.
dpkg: error processing rrdcached (--configure):
 subprocess installed post-installation script returned error exit status 139
Errors were encountered while processing:
 rrdcached
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up rrdcached (1.4.7-1) ...
Starting RRDtool data caching daemon: rrdcached/etc/init.d/rrdcached: line 57: 
30857 Segmentation fault  (core dumped) start-stop-daemon --start --quiet 
--oknodo --pidfile $PIDFILE --exec $DAEMON -- $OPTS -p $PIDFILE 
invoke-rc.d: initscript rrdcached, action start failed.
dpkg: error processing rrdcached (--configure):
 subprocess installed post-installation script returned error exit status 139
Errors were encountered while processing:
 rrdcached

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

-- 
rrdcached won't install
https://bugs.launchpad.net/bugs/1168579
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to rrdtool in Ubuntu.

-- 
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 1168579] [NEW] rrdcached won't install

2013-04-12 Thread Greg Hazel
Public bug reported:

$ sudo aptitude install rrdcached apt-show-versions
The following NEW packages will be installed:
  apt-show-versions rrdcached 
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 32.9 kB/88.8 kB of archives. After unpacking 461 kB will be used.
Get: 1 http://us.archive.ubuntu.com/ubuntu/ precise/universe apt-show-versions 
all 0.17 [32.9 kB]
Fetched 32.9 kB in 1s (32.9 kB/s)  
Selecting previously unselected package apt-show-versions.
(Reading database ... 135312 files and directories currently installed.)
Unpacking apt-show-versions (from .../apt-show-versions_0.17_all.deb) ...
Selecting previously unselected package rrdcached.
Unpacking rrdcached (from .../rrdcached_1.4.7-1_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up apt-show-versions (0.17) ...
** initializing cache. This may take a while **
Setting up rrdcached (1.4.7-1) ...
Starting RRDtool data caching daemon: rrdcached/etc/init.d/rrdcached: line 57: 
30422 Segmentation fault  (core dumped) start-stop-daemon --start --quiet 
--oknodo --pidfile $PIDFILE --exec $DAEMON -- $OPTS -p $PIDFILE 
invoke-rc.d: initscript rrdcached, action start failed.
dpkg: error processing rrdcached (--configure):
 subprocess installed post-installation script returned error exit status 139
Errors were encountered while processing:
 rrdcached
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up rrdcached (1.4.7-1) ...
Starting RRDtool data caching daemon: rrdcached/etc/init.d/rrdcached: line 57: 
30857 Segmentation fault  (core dumped) start-stop-daemon --start --quiet 
--oknodo --pidfile $PIDFILE --exec $DAEMON -- $OPTS -p $PIDFILE 
invoke-rc.d: initscript rrdcached, action start failed.
dpkg: error processing rrdcached (--configure):
 subprocess installed post-installation script returned error exit status 139
Errors were encountered while processing:
 rrdcached

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

** Package changed: ubuntu = rrdtool (Ubuntu)

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

Title:
  rrdcached won't install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rrdtool/+bug/1168579/+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 1166455] Re: nova flavor-list only shows 1000 flavors

2013-04-12 Thread TianTian Gao
I reproduct the bug.
firstly, close api_rate_limit.

use the command below to create 2000 flavor.
$ for i in {1..2000}; do nova flavor-create f-$i $i 1024 20 1 ;done;

then I use novaclient to list all flavor
$ time nova flavor-list

+--+-+---+--+---+--+---+-+---+-+
| ID   | Name| Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | 
Is_Public | extra_specs |
+--+-+---+--+---+--+---+-+---+-+
| 1| m1.tiny | 512   | 0| 0 |  | 1 | 1.0 | 
True  | {}  |
| 10   | f-10| 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 100  | f-100   | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1000 | f-1000  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1001 | f-1001  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1002 | f-1002  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1003 | f-1003  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1004 | f-1004  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1005 | f-1005  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1006 | f-1006  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1007 | f-1007  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1008 | f-1008  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1009 | f-1009  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 101  | f-101   | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1010 | f-1010  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1011 | f-1011  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1012 | f-1012  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1013 | f-1013  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1014 | f-1014  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
..
| 1886 | f-1886  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1887 | f-1887  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1888 | f-1888  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1889 | f-1889  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 189  | f-189   | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1890 | f-1890  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1891 | f-1891  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1892 | f-1892  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1893 | f-1893  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1894 | f-1894  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1895 | f-1895  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1896 | f-1896  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1897 | f-1897  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1898 | f-1898  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
| 1899 | f-1899  | 1024  | 20   | 0 |  | 1 | 1.0 | 
True  | {}  |
+--+-+---+--+---+--+---+-+---+-+

real2m11.275s
user0m3.280s
sys 0m0.456s

Because novaclient need to get each flavor's extra_specs detail, in fact
it make thousands of request to nova-api. which make the command very
slow.

If I just hit the REST API by
$ time http get localhost:8774/v2/33027e9bc0914bc88414bae31c6ecc9f/flavors 

{
id: 1899, 
links: [
{
href: 
http://localhost:8774/v2/33027e9bc0914bc88414bae31c6ecc9f/flavors/1899;, 
rel: self
}, 
{
href: 
http://localhost:8774/33027e9bc0914bc88414bae31c6ecc9f/flavors/1899;, 
rel: bookmark
}
], 
   

[Bug 1168141] Re: gnome-panel crashes with segfault libglib

2013-04-12 Thread Robert Hrovat
So far I found out this errors and panel crash occus when user tries  to
change theme.

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

Title:
  gnome-panel crashes with segfault libglib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1168141/+subscriptions

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


[Bug 236956] Re: sane devices should not be managed by consolekit

2013-04-12 Thread Rolf Leggewie
Brian, are you sure?  I've ssh'd into a precise box today and cannot
access the attached scanner as an ordinary user.  Scanning being broken
for so many years and differently in every release is really
frustrating!

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

Title:
  sane devices should not be managed by consolekit

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

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


[Bug 121082] Re: permission problems for sane devices

2013-04-12 Thread Rolf Leggewie
I believe the scanner group is no longer part of a Ubuntu installation.
I'm running precise and couldn't locate it there.

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

Title:
  permission problems for sane devices

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

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


[Bug 1168248] [NEW] Apport GPU error

2013-04-12 Thread Madhan
*** This bug is a security vulnerability ***

Private security bug reported:

The system hangs up and I see this errir message apport gpu error
intel.py. Sometime I need to do a hard reboot to get the system up and
running.  Recently I am having this font problem when I google and also
in some other occassions. Please refer to the attached screen shot.

You guys are awesome. Keep up the good work!

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-27.46-generic 3.5.7.7
Uname: Linux 3.5.0-27-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Fri Apr 12 11:32:53 2013
DistUpgraded: 2013-04-02 23:48:23,067 DEBUG enabling apt cron job
DistroCodename: quantal
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:21e2]
MachineType: LENOVO 1141BMQ
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-27-generic 
root=UUID=1d65401b-d9ec-4126-b1cd-1ef2da01a4c3 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to quantal on 2013-04-02 (9 days ago)
dmi.bios.date: 01/13/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 8HET41WW(1.23)
dmi.board.asset.tag: Not Available
dmi.board.name: 1141BMQ
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8HET41WW(1.23):bd01/13/2012:svnLENOVO:pn1141BMQ:pvrThinkPadE420:rvnLENOVO:rn1141BMQ:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 1141BMQ
dmi.product.version: ThinkPad E420
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.8.6-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

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


** Tags: amd64 apport-bug compiz-0.9 quantal ubuntu

** Attachment added: Screenshot from 2013-04-12 11:41:49.png
   
https://bugs.launchpad.net/bugs/1168248/+attachment/3641759/+files/Screenshot%20from%202013-04-12%2011%3A41%3A49.png

** Information type changed from Public to Private Security

** Information type changed from Private Security to Public

** Information type changed from Public to Private Security

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

Title:
  Apport GPU error

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

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


[Bug 1159464] Re: make persistent storage pathnames fully configurable

2013-04-12 Thread Ian Bruce
It seems that substring replacement is not supported in Bourne shell:

y=${x//aaa/bbb}

-- does not work, and therefore the patch which was provided above
is invalid. See below for a new patch which uses the standard utility
program tr to accomplish this purpose.

After rebuilding a patched initrd, these changes have been tested
with the following distributions:

bodhi-2.3.0
linuxmint-14.1-mate-dvd
linuxmint-14.1-cinnamon-dvd
ubuntu-12.10-desktop
kubuntu-12.10-desktop
xubuntu-12.10-desktop

All six ISOs were installed on a single USB flashdrive, and could be
rebooted with shared persistent user data, and unshared persistent
system data, as described above. Further testing is required, but
currently this patch seems to be a complete solution to the problem.

-- Ian Bruce

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

Title:
  make persistent storage pathnames fully configurable

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

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


[Bug 1159464] Re: make persistent storage pathnames fully configurable

2013-04-12 Thread Ian Bruce
** Patch added: second patch for problem described above
   
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1159464/+attachment/3641783/+files/casper_1.330.diff

** Patch removed: this patch provides the requested new functionality
   
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1159464/+attachment/3594167/+files/casper_1.330.diff

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

Title:
  make persistent storage pathnames fully configurable

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

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


[Bug 1110400] Re: acroread invisible filenames on tabs

2013-04-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  acroread invisible filenames on tabs

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

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


[Bug 1163752] Re: UI is not consistent across applications

2013-04-12 Thread zhangchao
** Changed in: ubuntukylin
   Status: In Progress = Fix Committed

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

Title:
  UI is not consistent across applications

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

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


[Bug 1168250] [NEW] guvcview crashed when changing resolution

2013-04-12 Thread sudodus
Public bug reported:

I was testing Lubuntu Nexus 7 session in a persistent live system.

First I noticed that it works with the built in camera :-)

Then I noticed that the default setting (to save a jpeg picture) creates
a bad picture file, that cannot be read by gpicview. Work-around: save a
png picture. I suggest that the default setting is changed until the
jpeg bug is fixed.

Finally a changed the resolution to 1280x720 which worked. But when I
changed back to the default 640x480, the program crashed the system and
sent me back to the log in screen.

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: xserver-xorg-core 2:1.13.3-0ubuntu5
ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.6
Uname: Linux 3.8.0-17-generic i686
ApportVersion: 2.9.2-0ubuntu5
Architecture: i386
CasperVersion: 1.330
Date: Fri Apr 12 08:14:26 2013
ExecutablePath: /usr/bin/Xorg
LiveMediaBuild: Lubuntu 13.04 Raring Ringtail - Alpha i386 (20130410)
MarkForUpload: True
ProcCmdline: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp 
vt7 -novtswitch
ProcEnviron:
 
Signal: 6
SourcePackage: xorg-server
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

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


** Tags: apport-crash i386 need-i386-retrace raring

** Information type changed from Private to Public

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

Title:
  guvcview crashed when changing resolution

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

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


[Bug 1168249] [NEW] Huawei UMTS USB dongle identified as scanner

2013-04-12 Thread Rolf Leggewie
Public bug reported:

On an uptodate precise system Huawei USB UMTS dongles are incorrectly
identified as scanners.  I tried this with two different, albeit very
similar dongles.

$ sane-find-scanner |grep -v -e '#' -e ^$
found USB scanner (vendor=0x12d1, product=0x1003) at libusb:001:015
$ lsusb | grep 15
Bus 001 Device 015: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 HSDPA Modem 
/ E230/E270/E870 HSDPA/HSUPA Modem
$ dpkg -l *sane*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version  Description
+++---
ii  libsane  1.0.22-7ubuntu1  API library for scanners
ii  libsane-common   1.0.22-7ubuntu1  API library for scanners -- 
documentation and support fi
un  libsane-extras   none   (no description available)
ii  libsane-hpaio3.12.2-1ubuntu3.1HP SANE backend for 
multi-function peripherals
ii  sane-utils   1.0.22-7ubuntu1  API library for scanners -- 
utilities

** Affects: sane-backends (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: precise

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

Title:
  Huawei UMTS USB dongle identified as scanner

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

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


[Bug 1168249] Re: Huawei UMTS USB dongle identified as scanner

2013-04-12 Thread Rolf Leggewie
This seems to affect Debian as well:
http://forums.debian.net/viewtopic.php?f=30t=84137

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

Title:
  Huawei UMTS USB dongle identified as scanner

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

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


[Bug 1155327] Re: skype crashed with SIGSEGV in malloc@plt()

2013-04-12 Thread Timo Jyrinki
I've looked at the libqtwebkit4 rdepends bug reports, and no similar
crash reports seem to exist for eg. amarok, arora, k3b, ktorrent,
rekonq, quassel. This leads me to currently believe this is a Skype
specific bug, in which case the hack/workaround or a fix or rebuild from
upstream would be needed.

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

Title:
  skype crashed with SIGSEGV in malloc@plt()

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

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


[Bug 1168254] [NEW] guvc crashed when changing tabs

2013-04-12 Thread sudodus
Public bug reported:

Probably the same or similar to my previous crash report #1168250

This time it crashed and sent me to the login screen, when I changed
tabs between 'Image Controls' and 'VideoFiles' in the GuvcViewer
Controls windows.

Sometimes it works sometimes it crashed, it seems very unstable.

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: xserver-xorg-core 2:1.13.3-0ubuntu5
ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.6
Uname: Linux 3.8.0-17-generic i686
ApportVersion: 2.9.2-0ubuntu5
Architecture: i386
CasperVersion: 1.330
CrashCounter: 1
Date: Fri Apr 12 08:36:45 2013
ExecutablePath: /usr/bin/Xorg
LiveMediaBuild: Lubuntu 13.04 Raring Ringtail - Alpha i386 (20130410)
MarkForUpload: True
ProcCmdline: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp 
vt7 -novtswitch
ProcEnviron:
 
Signal: 6
SourcePackage: xorg-server
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

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


** Tags: apport-crash i386 need-i386-retrace raring

** Information type changed from Private to Public

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

Title:
  guvc crashed when changing tabs

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

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


[Bug 1168255] [NEW] Enabling wakeup on the USB Root Controller prevents computer from suspending

2013-04-12 Thread Sparhawk
Public bug reported:

Steps to reproduce:
1) As root: # echo enabled  /sys/bus/usb/devices/2-1/power/wakeup
2) Attempt to suspend computer.

Expected results:
Computer should suspend.

Observed results
Computer goes into suspend then immediately wakes up. There is nothing 
informative in /var/log/pm-suspend.log

Background:
This bug was discovered by a udev script that I wrote to allow waking my 
computer up from suspension by attached USB devices. This is the script:
ACTION==add, SUBSYSTEM==usb, ATTRS{idVendor}==15d9, 
ATTRS{idProduct}==0a4d RUN+=/bin/sh -c 'echo enabled  
/sys$env{DEVPATH}/../power/wakeup'

A recent regression meant that this now prevents the computer from
suspending as above. This script now writes enabled to both
/sys/bus/usb/devices/2-1/power/wakeup and
/sys/bus/usb/devices/2-1/2-1.1/power/wakeup . I'm not sure if the
regression was that it now writes to the former as well as the latter,
or if it always has written to both, and a regression in pm-suspend now
cannot deal with the former. If I write disabled to the former, I can
suspend as normal.

More information:
$ lsusb -t
 /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/2p, 480M
|__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M
|__ Port 1: Dev 5, If 0, Class=HID, Driver=usbhid, 1.5M
|__ Port 5: Dev 3, If 0, Class='bInterfaceClass 0xe0 not yet handled', 
Driver=btusb, 12M
|__ Port 5: Dev 3, If 1, Class='bInterfaceClass 0xe0 not yet handled', 
Driver=btusb, 12M

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: pm-utils 1.4.1-9
ProcVersionSignature: Ubuntu 3.5.0-27.46-generic 3.5.7.7
Uname: Linux 3.5.0-27-generic x86_64
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Fri Apr 12 16:32:39 2013
InstallationDate: Installed on 2012-12-16 (116 days ago)
InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: pm-utils
UpgradeStatus: Upgraded to quantal on 2013-01-31 (71 days ago)

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


** Tags: amd64 apport-bug quantal

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

Title:
  Enabling wakeup on the USB Root Controller prevents computer from
  suspending

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

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


[Bug 1165938] Re: Marvell 88W8797 (Surface Pro) wifi does not work

2013-04-12 Thread Elliot Saba
I am also experiencing this issue.  If there is anything I can do
(system information, debug logs, etc...) to help things to get
diagnosed, let me know!

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

Title:
  Marvell 88W8797 (Surface Pro) wifi does not work

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

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


[Bug 1157318] Re: Login error in CUPS when adding a printer (or other admin procedure)

2013-04-12 Thread Till Kamppeter
Fix on its way in the upcoming cups 1.6.2-1ubuntu5.

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

Title:
  Login error in CUPS when adding a printer (or other admin procedure)

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

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


[Bug 589803] Re: please include Patch for sane-backend - hp3500c - fixing lights issues and probably other uninitialisation problems

2013-04-12 Thread Rolf Leggewie
epek, sorry for the late response.  Is this something that still affects
precise or later?

** Changed in: sane-backends (Ubuntu)
   Status: New = Incomplete

** Changed in: sane-backends (Ubuntu)
 Assignee: (unassigned) = Rolf Leggewie (r0lf)

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

Title:
  please include Patch for sane-backend - hp3500c - fixing lights issues
  and probably other uninitialisation problems

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

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


[Bug 1043021] Re: Canon imageClass D420 not supported by libsane-pixma

2013-04-12 Thread Rolf Leggewie
Eric, have you tried to get this included upstream or at least in
Debian?

** Changed in: sane-backends (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: sane-backends (Ubuntu)
 Assignee: (unassigned) = Rolf Leggewie (r0lf)

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

Title:
  Canon imageClass D420 not supported by libsane-pixma

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

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


[Bug 1043021] Re: Canon imageClass D420 not supported by libsane-pixma

2013-04-12 Thread Rolf Leggewie
Elias, for this patch to do anything for you you will need to recompile
the software.

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

Title:
  Canon imageClass D420 not supported by libsane-pixma

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

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


[Bug 1166812] Re: black screen 3.2.0-40-generic kernel

2013-04-12 Thread Johann Rohwer
Same problem here with a Dell Latitude E6430. Has two video boards (Intel and 
Nvidia) - Nvidia Optimus. Only using Nvidia though with nouveau driver. Also 
here with 3.2.0-39 everything is perfect.
Also this seems to be a duplicate of but # 1161227

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

Title:
  black screen 3.2.0-40-generic kernel

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

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


[Bug 1096612] Re: canon pixma MP970 TPU scanning stopped working

2013-04-12 Thread Rolf Leggewie
subscribing the sponsors team to get this uploaded.  I am currently
severely bandwidth-limited so I hope you will forgive me for not
preparing a debdiff, but that should not be such a terrible burden for
the sponsor team, I hope.

** Changed in: sane-backends (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  canon pixma MP970 TPU scanning stopped working

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

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


[Bug 1096612] Re: canon pixma MP970 TPU scanning stopped working

2013-04-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: sane-backends (Ubuntu)
   Status: New = Confirmed

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

Title:
  canon pixma MP970 TPU scanning stopped working

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

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


[Bug 794306] Re: Rar file. Cannot open files or folders if their name contains portuguese characters like ~ or ç

2013-04-12 Thread Ma Xiaojun
*** This bug is a duplicate of bug 776851 ***
https://bugs.launchpad.net/bugs/776851

** This bug has been marked a duplicate of bug 776851
   rar (sharware) does not create proper archives when filename use accent

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

Title:
  Rar file. Cannot open files or folders if their name contains
  portuguese characters like ~ or ç

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

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

[Bug 262487] Re: unlocked rar files require password on archive manager

2013-04-12 Thread Ma Xiaojun
** Changed in: rar (Ubuntu)
   Status: New = Incomplete

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

Title:
  unlocked rar files require password on archive manager

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

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


[Bug 1045120] Re: package rar 2:4.0.b3-1 failed to install/upgrade: rar:i386 2

2013-04-12 Thread Ma Xiaojun
** Changed in: rar (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  package rar 2:4.0.b3-1 failed to install/upgrade: rar:i386 2

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

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


[Bug 413562] Re: package rar None [modified: /var/lib/dpkg/info/rar.list] failed to install/upgrade: falha em buffer_read(fd): lista de ficheiros para o pacote `odbcinst1debian1'

2013-04-12 Thread Ma Xiaojun
** Changed in: rar (Ubuntu)
   Status: New = Incomplete

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

Title:
  package rar None [modified: /var/lib/dpkg/info/rar.list] failed to
  install/upgrade: falha em buffer_read(fd): lista de ficheiros para o
  pacote `odbcinst1debian1'

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

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


[Bug 1142385] Re: B43 Wireless Autoconnect Failure

2013-04-12 Thread Callum Hutchinson
Done, bug is hopefully reported upstream via email. Couldn't use the
suggested format originally as seen in comment #12 but I've attached the
info as the text document that comment links to. Hopefully this is
sufficient enough :)

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

Title:
  B43 Wireless Autoconnect Failure

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

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


[Bug 1084804] Re: BCM4331 was quite hard to get working

2013-04-12 Thread Ma Xiaojun
*** This bug is a duplicate of bug 912941 ***
https://bugs.launchpad.net/bugs/912941

** This bug has been marked a duplicate of bug 912941
   Broadcom 4331 is not supported

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

Title:
  BCM4331 was quite hard to get working

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

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


[Bug 965111] Re: rar crashed with SIGABRT

2013-04-12 Thread Ma Xiaojun
** Changed in: rar (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  rar crashed with SIGABRT

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

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


[Bug 975787] Re: rar crashed with SIGSEGV

2013-04-12 Thread Ma Xiaojun
** Changed in: rar (Ubuntu)
   Status: New = Incomplete

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

Title:
  rar crashed with SIGSEGV

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

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


[Bug 776851] Re: rar (sharware) does not create proper archives when filename use accent

2013-04-12 Thread Ma Xiaojun
rar package in 13.04 is upgraded and this kind of issues should
disappear for 13.04 onwards.

For older releases of Ubuntu, remove rar package manually or install rar
shareware from official site.

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

Title:
  rar (sharware) does not create proper archives when filename use
  accent

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

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


[Bug 782063] Re: Relocation error in rar when extracting files with -ow to restore uid and gid, probably 32-bit on x64-related

2013-04-12 Thread Ma Xiaojun
** Changed in: rar (Ubuntu)
   Status: New = Incomplete

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

Title:
  Relocation error in rar when extracting files with -ow to restore uid
  and gid, probably 32-bit on x64-related

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

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


[Bug 1132015] Re: Avision backend does not work in 12.04 LTS

2013-04-12 Thread Rolf Leggewie
** Bug watch added: Red Hat Bugzilla #706877
   https://bugzilla.redhat.com/show_bug.cgi?id=706877

** Also affects: sane-backends (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=706877
   Importance: Unknown
   Status: Unknown

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

Title:
  Avision backend does not work in 12.04 LTS

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

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


[Bug 1168273] [NEW] random black screen

2013-04-12 Thread Fiorenzo De Santis
Public bug reported:

I get black screens while working since last updates, not sure if
xserver-xorg-video-intel is involved or something else

by pressing ctrl+alt+f2 I can access the console

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xserver-xorg-video-intel 2:2.21.6-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.6
Uname: Linux 3.8.0-17-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu7
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Fri Apr 12 09:08:53 2013
DistUpgraded: Fresh install
DistroCodename: raring
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:1682]
 NVIDIA Corporation GF119M [GeForce GT 520M] [10de:1050] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:1682]
InstallationDate: Installed on 2013-03-16 (26 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130315)
MachineType: ASUSTeK Computer Inc. U36SD
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-17-generic 
root=UUID=ec9aa77a-fa22-4668-b846-38058c29cf00 ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/12/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: U36SD.205
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: U36SD
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrU36SD.205:bd07/12/2011:svnASUSTeKComputerInc.:pnU36SD:pvr1.0:rvnASUSTeKComputerInc.:rnU36SD:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: U36SD
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.9~daily13.04.10-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu5
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Fri Apr 12 09:06:14 2013
xserver.configfile: default
xserver.errors:
 Failed to load module nvidia (module does not exist, 0)
 Failed to load module nvidia (module does not exist, 0)
 NOUVEAU(G0): [XvMC] Failed to initialize extension.
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu5
xserver.video_driver: intel

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


** Tags: amd64 apport-bug compiz-0.9 raring ubuntu

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

Title:
  random black screen

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

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


[Bug 876407] Re: can't unzip files downloaded from Internet

2013-04-12 Thread Ma Xiaojun
** Changed in: unzip (Ubuntu)
   Status: New = Incomplete

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

Title:
  can't unzip files downloaded from Internet

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

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


[Bug 1168216] Re: Realtek ALC889, SPDIF Out, Internal No sound at all

2013-04-12 Thread Raymond
does this sink really work since it need a52 plugin ?


Default sink name: alsa_output.pci-_00_1b.0.iec958-ac3-surround-51

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

Title:
  Realtek ALC889, SPDIF Out, Internal No sound at all

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

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


[Bug 1168267] [NEW] package libstdc++6-4.7-dev 4.7.2-23ubuntu2 fails upgrade on multiarch

2013-04-12 Thread Tristan Tarrant
Public bug reported:

I have a multiarch system and everytime I upgrade libstdc++ I get the
following clash between the two arch variants:

package libstdc++6-4.7-dev 4.7.2-23ubuntu2 [modified:
usr/share/doc/gcc-4.7-base/C++/README.libstdc++-baseline
usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt] failed to
install/upgrade: trying to overwrite shared
'/usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt', which is
different from other instances of package libstdc++6-4.7-dev:i386

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: libstdc++6-4.7-dev 4.7.2-23ubuntu2 [modified: 
usr/share/doc/gcc-4.7-base/C++/README.libstdc++-baseline 
usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt]
ProcVersionSignature: Ubuntu 3.8.0-14.9-lowlatency 3.8.4
Uname: Linux 3.8.0-14-lowlatency x86_64
ApportVersion: 2.9.2-0ubuntu6
Architecture: amd64
Date: Fri Apr  5 21:07:25 2013
DuplicateSignature:
 Unpacking replacement libstdc++6-4.7-dev:i386 ...
 dpkg: error processing 
/var/cache/apt/archives/libstdc++6-4.7-dev_4.7.2-23ubuntu2_i386.deb (--unpack):
  trying to overwrite shared 
'/usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt', which is different 
from other instances of package libstdc++6-4.7-dev:i386
ErrorMessage: trying to overwrite shared 
'/usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt', which is different 
from other instances of package libstdc++6-4.7-dev:i386
InstallationDate: Installed on 2011-10-21 (538 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MarkForUpload: True
SourcePackage: gcc-4.7
Title: package libstdc++6-4.7-dev 4.7.2-23ubuntu2 [modified: 
usr/share/doc/gcc-4.7-base/C++/README.libstdc++-baseline 
usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt] failed to 
install/upgrade: trying to overwrite shared 
'/usr/share/doc/gcc-4.7-base/C++/libstdc++_symbols.txt', which is different 
from other instances of package libstdc++6-4.7-dev:i386
UpgradeStatus: Upgraded to raring on 2012-11-26 (135 days ago)

** Affects: gcc-4.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check package-conflict raring

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

Title:
  package libstdc++6-4.7-dev 4.7.2-23ubuntu2 fails upgrade on multiarch

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

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


[Bug 920384] Re: onboard not starts, just blinking and turns off

2013-04-12 Thread Ma Xiaojun
** Package changed: unzip (Ubuntu) = onboard (Ubuntu)

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

Title:
  onboard not starts, just blinking and turns off

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

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


[Bug 1132015] Re: Avision backend does not work in 12.04 LTS

2013-04-12 Thread Rolf Leggewie
Getting the sponsors team involved.

https://bugzilla.redhat.com/show_bug.cgi?id=706877#c5 has the gist of
the problem.  Apparently commit 37b45c4f76a66f9cd2c3d4bd98dd371dfbda74e5
introduced this problem upstream and it was fixed in commit
33bb529c5f8ca013fb499addc14c7fb229203ea8.  The patch in this ticket
reverse-applies to the source in quantal and raring.  Thus, closing the
ticket as fixed and nominating for backporting to precise.

Kumaran, thank you for reporting this problem and including the patch.
Please always be sure to let us know what series of Ubuntu and what
version of the package you are running.  Thank you.

** Changed in: sane-backends (Ubuntu)
   Status: New = Fix Released

** Description changed:

- The Avision backend has a bug which prevents scanners from being opened.
+ The Avision backend has a bug which prevents scanners from being opened
+ in precise.
  
  1) Attach an Avision scanner
  2) Type:  scanimage --help -d avision
  
  Open fails with an Invalid argument error message.
  
  The problem is described in detail in this bug report:
  https://bugzilla.redhat.com/show_bug.cgi?id=706877
  
  A patch to fix the bug is attached.  It would be much appreciated if
  this could be incorporated into an update of the package.

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

Title:
  Avision backend does not work in 12.04 LTS

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

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


[Bug 1163504] Re: Trademarked assets

2013-04-12 Thread Dmitrijs Ledkovs
Lubuntu artwork contains:
./usr/share/icons/lubuntu/apps/48/skype.svg
./usr/share/icons/lubuntu/apps/24/skype.svg
./usr/share/icons/lubuntu/apps/16/skype.svg
./usr/share/icons/lubuntu/apps/22/skype.svg

Please remove them.

** Also affects: lubuntu-artwork (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: lubuntu-artwork (Ubuntu Quantal)
   Status: New = Invalid

** Changed in: lubuntu-artwork (Ubuntu Raring)
   Status: New = Confirmed

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

Title:
  Trademarked assets

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-asset-pool/+bug/1163504/+subscriptions

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


[Bug 1087977] Re: cannot unzip valid archive, reports cannot find file

2013-04-12 Thread Ma Xiaojun
Do you have p7zip installed?

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

Title:
  cannot unzip valid archive, reports cannot find file

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

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


[Bug 1087977] Re: cannot unzip valid archive, reports cannot find file

2013-04-12 Thread Ma Xiaojun
If p7zip is installed, file-roller wouldinvoke p7zip.

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

Title:
  cannot unzip valid archive, reports cannot find file

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

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


[Bug 943277] Re: NM cannot change wireless networks

2013-04-12 Thread Margarita Manterola
Indeed this still happens with NM in Precise.  Usually, just restarting
NM is enough, though, no need to reboot the whole machine.

I'm not sure if it's NM's fault or wpa_supplicant's fault.  Every time
I've experienced this it has been related to networks protected with
wpa.

** Changed in: network-manager (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/943277

Title:
  NM cannot change wireless networks

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

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


[Bug 838782] Re: bug unzip don't extract and see in zip

2013-04-12 Thread Ma Xiaojun
Can you provide a test file?

** Changed in: unzip (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  bug unzip don't extract and see in zip

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

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


[Bug 589803] Re: please include Patch for sane-backend - hp3500c - fixing lights issues and probably other uninitialisation problems

2013-04-12 Thread Rolf Leggewie
Answering my own question here.

If this indeed this was fixed in 1.0.21 then anything after oneiric
should have this fix included.  Thus, closing as fixed.  Hardy and Lucid
might still be affected but I am not sure about backporting.  Feel free
to supply a debdiff if you need support in lucid.  If possible, an
update to precise might be the wiser choice.

** Changed in: sane-backends (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  please include Patch for sane-backend - hp3500c - fixing lights issues
  and probably other uninitialisation problems

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

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


[Bug 1168030] Re: Apache2 with PHP FallbackResource doesn't work when Request-URI is / and encoding is gzip

2013-04-12 Thread Robie Basak
** Changed in: apache2 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Apache2 with PHP FallbackResource doesn't work when Request-URI is /
  and encoding is gzip

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

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


[Bug 1155917] Re: Update unar to Latest Upstream Version in Raring

2013-04-12 Thread Ma Xiaojun
** Description changed:

- The package version in raring is 1.2, however, 1.5 has been released by 
upstream now. Please update to it. Download link here: 
+ The package version in raring is 1.2, however, 1.6 has been released by 
upstream now. Please update to it. Download link here:
  https://code.google.com/p/theunarchiver/downloads/list

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

Title:
  Update unar to Latest Upstream Version in Raring

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

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


[Bug 1087519] Re: Serial port ttyS4 doesn't work in 12.04

2013-04-12 Thread Roger Davis
Disappearing IRQ 17 !?!
-
Here it is:

roger@roger-desktop:~$ sudo dmesg|grep tty
[sudo] password for roger: 
[0.00] console [tty0] enabled
[1.457141] :04:01.0: ttyS4 at I/O 0xd000 (irq = 17) is a 16550A
[1.660953] tty tty33: hash matches
roger@roger-desktop:~$ 
--
Here is isn't

roger@roger-desktop:~$ cat /proc/interrupts
   CPU0   CPU1   CPU2   CPU3   CPU4   CPU5   
CPU6   CPU7   
  0:126  0  0  0  0  0  
0  0  IR-IO-APIC-edge  timer
  1:  3  0  0  0  0  0  
0  0  IR-IO-APIC-edge  i8042
  8:  1  0  0  0  0  0  
0  0  IR-IO-APIC-edge  rtc0
  9:  0  0  0  0  0  0  
0  0  IR-IO-APIC-fasteoi   acpi
 12:  4  0  0  0  0  0  
0  0  IR-IO-APIC-edge  i8042
 16: 21  0  0  0  0  0  
0  0  IR-IO-APIC-fasteoi   ehci_hcd:usb1
 18:  0  0  0  0  0  0  
0  0  IR-IO-APIC-fasteoi   firewire_ohci
 23: 365444  0  0  0  0  0  
0  0  IR-IO-APIC-fasteoi   ehci_hcd:usb2
 40:  0  0  0  0  0  0  
0  0  DMAR_MSI-edge  dmar0
 42: 285646  0  0  0  0  0  
0  0  IR-PCI-MSI-edge  ahci
 43:  0  0  0  0  0  0  
0  0  IR-PCI-MSI-edge  ahci
...
--
Back again!

from sudo lshw
  *-communication
   description: Serial controller
   product: 56K FaxModem Model 5610
   vendor: 3Com Corp, Modem Division
   physical id: 1
   bus info: pci@:04:01.0
   version: 01
   width: 32 bits
   clock: 33MHz
   capabilities: pm 16550 cap_list
   configuration: driver=serial latency=0
   resources: irq:17 ioport:d000(size=8)
--
POOF - gone again!!!

roger@roger-desktop:~$ lsdev
DeviceDMA   IRQ  I/O Ports

:00:19.0   f040-f05f
:00:1f.2   f020-f03f   f060-f063   f070-f077   f080-f083   
f090-f097
:00:1f.3   f000-f01f
:01:00.0 e000-e0ff
:04:01.0   d000-d007
:06:00.0 c000-c00f c010-c013 c020-c027 
c030-c033 c040-c047
acpi  9 
ACPI 0400-0403 0404-0405 0408-040b 
0410-0415 0420-042f 0450-0450
ahci  42 43c000-c00f   c010-c013   c020-c027
   c030-c033   c040-c047 f020-f03f f060-f063 f070-f077 
f080-f083 f090-f097
cascade 4   
dma0080-008f
dma1   -001f
dma2   00c0-00df
dmar040 
ehci_hcd:usb116 
ehci_hcd:usb223 
eth0 53 
fglrx[0]@PCI:1:0:0 56 
firewire_ohci18 
fpu00f0-00ff
i8042  1 12 
keyboard   0060-0060   0064-0064
mei  54 
PCI  -0cf7 0cf8-0cff 0d00-   2000-2fff   
c000-cfff   d000-dfff d000-dfff   e000-efff
pic1   0020-0021
pic2   00a0-00a1
pnp0200-020f   0400-0453   0454-0457   0458-047f   
04d0-04d1   0500-057f   0680-069f   0a00-0a0f   164e-164f   - 
-
rtc0  80070-0077
serial   d000-d007
snd_hda_intel55 
timer 0 
timer0 0040-0043
timer1 0050-0053
vesafb 03c0-03df
w83627ehf0a05-0a06   0a05-0a06
xhci_hcd  44 45 46 47 48 49 50 51 52 
roger@roger-desktop:~$ 
-
Still missing...

roger@roger-desktop:~$ cat /proc/interrupts
   CPU0   CPU1   CPU2   CPU3   CPU4   CPU5   
CPU6   CPU7   
  0:128  0  0  0  0  0  
0  0  

[Bug 1031217] Re: Ubuntu 12.04's use of networkmanager+dnsmasq breaks DNS for virtualbox VMs

2013-04-12 Thread Dmitry Shachnev
Can anybody using 12.04 please confirm that this bug is fixed there?

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

Title:
  Ubuntu 12.04's use of networkmanager+dnsmasq breaks DNS for virtualbox
  VMs

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

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


[Bug 1096661] Re: Folder Sharing dialog does not install libpam-smbpass if samba is already installed

2013-04-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus-share (Ubuntu)
   Status: New = Confirmed

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

Title:
  Folder Sharing dialog does not install libpam-smbpass if samba is
  already installed

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

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


[Bug 1163504] Re: Trademarked assets

2013-04-12 Thread Alan Pope ㋛
kopete contains:-

/protocols/skype/icons/ox16-app-skype_protocol.png
/protocols/skype/icons/ox22-app-skype_protocol.png
/protocols/skype/icons/ox32-app-skype_protocol.png
/protocols/skype/icons/ox48-app-skype_protocol.png
/protocols/skype/icons/ox128-app-skype_protocol.png

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

Title:
  Trademarked assets

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-asset-pool/+bug/1163504/+subscriptions

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


[Bug 1168283] [NEW] IRQ missing, not missing, missling... resuling in modem doesn't communicate

2013-04-12 Thread Roger Davis
Public bug reported:


Disappearing IRQ 17 !?!
-
Here it is:

roger@roger-desktop:~$ sudo dmesg|grep tty
[sudo] password for roger:
[ 0.00] console [tty0] enabled
[ 1.457141] :04:01.0: ttyS4 at I/O 0xd000 (irq = 17) is a 16550A
[ 1.660953] tty tty33: hash matches
roger@roger-desktop:~$
--
Here is isn't

roger@roger-desktop:~$ cat /proc/interrupts
   CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
  0: 126 0 0 0 0 0 0 0 IR-IO-APIC-edge timer
  1: 3 0 0 0 0 0 0 0 IR-IO-APIC-edge i8042
  8: 1 0 0 0 0 0 0 0 IR-IO-APIC-edge rtc0
  9: 0 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi acpi
 12: 4 0 0 0 0 0 0 0 IR-IO-APIC-edge i8042
 16: 21 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi ehci_hcd:usb1
 18: 0 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi firewire_ohci
 23: 365444 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi ehci_hcd:usb2
 40: 0 0 0 0 0 0 0 0 DMAR_MSI-edge dmar0
 42: 285646 0 0 0 0 0 0 0 IR-PCI-MSI-edge ahci
 43: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge ahci
...
--
Back again!

from sudo lshw
  *-communication
   description: Serial controller
   product: 56K FaxModem Model 5610
   vendor: 3Com Corp, Modem Division
   physical id: 1
   bus info: pci@:04:01.0
   version: 01
   width: 32 bits
   clock: 33MHz
   capabilities: pm 16550 cap_list
   configuration: driver=serial latency=0
   resources: irq:17 ioport:d000(size=8)
--
POOF - gone again!!!

roger@roger-desktop:~$ lsdev
Device DMA IRQ I/O Ports

:00:19.0 f040-f05f
:00:1f.2 f020-f03f f060-f063 f070-f077 f080-f083 f090-f097
:00:1f.3 f000-f01f
:01:00.0 e000-e0ff
:04:01.0 d000-d007
:06:00.0 c000-c00f c010-c013 c020-c027 c030-c033 c040-c047
acpi 9
ACPI 0400-0403 0404-0405 0408-040b 0410-0415 0420-042f 0450-0450
ahci 42 43 c000-c00f c010-c013 c020-c027 c030-c033 c040-c047 f020-f03f 
f060-f063 f070-f077 f080-f083 f090-f097
cascade 4
dma 0080-008f
dma1 -001f
dma2 00c0-00df
dmar0 40
ehci_hcd:usb1 16
ehci_hcd:usb2 23
eth0 53
fglrx[0]@PCI:1:0:0 56
firewire_ohci 18
fpu 00f0-00ff
i8042 1 12
keyboard 0060-0060 0064-0064
mei 54
PCI -0cf7 0cf8-0cff 0d00- 2000-2fff c000-cfff d000-dfff d000-dfff 
e000-efff
pic1 0020-0021
pic2 00a0-00a1
pnp 0200-020f 0400-0453 0454-0457 0458-047f 04d0-04d1 0500-057f 0680-069f 
0a00-0a0f 164e-164f - -
rtc0 8 0070-0077
serial d000-d007
snd_hda_intel 55
timer 0
timer0 0040-0043
timer1 0050-0053
vesafb 03c0-03df
w83627ehf 0a05-0a06 0a05-0a06
xhci_hcd 44 45 46 47 48 49 50 51 52
roger@roger-desktop:~$
-
Still missing...

roger@roger-desktop:~$ cat /proc/interrupts
   CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
  0: 128 0 0 0 0 0 0 0 IR-IO-APIC-edge timer
  1: 3 0 0 0 0 0 0 0 IR-IO-APIC-edge i8042
  8: 1 0 0 0 0 0 0 0 IR-IO-APIC-edge rtc0
  9: 0 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi acpi
 12: 4 0 0 0 0 0 0 0 IR-IO-APIC-edge i8042
 16: 21 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi ehci_hcd:usb1
 18: 0 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi firewire_ohci
 23: 380894 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi ehci_hcd:usb2
 40: 0 0 0 0 0 0 0 0 DMAR_MSI-edge dmar0
 42: 286967 0 0 0 0 0 0 0 IR-PCI-MSI-edge ahci
 43: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge ahci
 44: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
 45: 1 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
 46: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
 47: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
 48: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
 49: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
 50: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
 51: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
 52: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
 53: 387086 0 0 0 0 0 0 0 IR-PCI-MSI-edge eth0
 54: 15 0 0 0 0 0 0 0 IR-PCI-MSI-edge mei
 55: 457 71 0 0 0 0 0 0 IR-PCI-MSI-edge snd_hda_intel
 56: 1490942 0 0 0 0 0 0 0 IR-PCI-MSI-edge fglrx[0]@PCI:1:0:0
NMI: 147 141 118 121 23 24 24 25 Non-maskable interrupts
LOC: 3071820 3143660 3146276 3063127 1902366 2065757 2406740 1542871 Local 
timer interrupts
SPU: 0 0 0 0 0 0 0 0 Spurious interrupts
PMI: 147 141 118 121 23 24 24 25 Performance monitoring interrupts
IWI: 0 0 0 0 0 0 0 0 IRQ work interrupts
RES: 3622679 3643198 3349856 3556317 1486992 1663527 1940060 1052250 
Rescheduling interrupts
CAL: 107783 186310 216456 187773 289026 257368 341266 185841 Function call 
interrupts
TLB: 48657 99818 82465 84859 7023 7860 9827 8494 TLB shootdowns
TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts
THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts
MCE: 0 0 0 0 0 0 0 0 Machine check exceptions
MCP: 87 87 87 87 87 87 87 87 Machine check polls

[Bug 790835] Re: [Asus EeePC 1001PXD] Wireless hotkey does not disable bluetooth

2013-04-12 Thread Alex Hung
** Changed in: linux (Ubuntu Quantal)
   Status: In Progress = Won't Fix

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

Title:
  [Asus EeePC 1001PXD] Wireless hotkey does not disable bluetooth

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

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


[Bug 1168095] Re: Can't play streaming radios

2013-04-12 Thread Ma Xiaojun
Can you provide a URL for testing?

BTW, chances are that you need ubuntu-restricted-extras package.
https://help.ubuntu.com/community/RestrictedFormats

** Changed in: rhythmbox (Ubuntu)
   Status: New = Incomplete

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

Title:
  Can't play streaming radios

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

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


[Bug 1080787] Re: hp scanner 5300c does no longer work after upgrading to quantal

2013-04-12 Thread Rolf Leggewie
doing some triaging here. Are you guys logged in on the console or in X
on those machines? Or via ssh or similar mechanisms?  Does sane-find-
scanner see the scanner?  Does sudo scanimage -L work?

** Changed in: sane-backends (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: sane-backends (Ubuntu)
 Assignee: (unassigned) = Rolf Leggewie (r0lf)

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

Title:
  hp scanner 5300c does no longer work after upgrading to quantal

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

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


[Bug 1009436] Re: package-data-downloader hangs forever when attempting to download through cntlm proxy

2013-04-12 Thread marcobra (Marco Braida)
@graham i tried almost all already done all suggestions you are sending me... 
- also not exporting http_proxy var BTW the system already export them as set 
in network properties:

here the:  set | grep -i http result

http_proxy=http://127.0.0.1:3128/
https_proxy=https://127.0.0.1:3128/


- my network have squid as proxy with win  user/domain ntlmV2 auth helper
- Storing it as plain text or/and hash found with -H /etc/cntlm.conf made the 
cntlm based proxy service not working i get user/passwd dialog request for all 
http request and also don't solve also the issue

Always i get ...

ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/andale32.exe
Enter username for Cntlm for parent at 127.0.0.1:3128: 
Enter password for  in Cntlm for parent at 127.0.0.1:3128:

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

Title:
  package-data-downloader hangs forever when attempting to download
  through cntlm proxy

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

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


[Bug 1168081] Re: xpm icon not scaling

2013-04-12 Thread Ma Xiaojun
Hi, may be you can manually convert the xpm file to a png file and
change the desktop file accordingly?

You may also ask the software vendor to do the same thing, since I'm
really not aware of any good reasons to use xpm over png.

I definitely agree this is a bug, though.

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

Title:
  xpm icon not scaling

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

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


[Bug 1167341] Re: Kernel 3.5.0-27 fails to boot

2013-04-12 Thread Ulf Andersson
*** This bug is a duplicate of bug 1167114 ***
https://bugs.launchpad.net/bugs/1167114

I can confirm this. 
I have Ubuntu 12.10 and Thinkpad T410. It stops directly before Ubuntu 
splashscreen.
Nothing in the dmesg or syslog.

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

Title:
  Kernel 3.5.0-27 fails to boot

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

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


[Bug 1168293] [NEW] No Certificate dialog frozen

2013-04-12 Thread Pierre-Antoine Champin
Public bug reported:

I'm using ubuntu 13.04 (raring ringtail) beta.
I try to connect to a secure wi-fi network (eduroam).
I enter my login and password, but no certificate -- I'm instructed by my 
university to ignore the warning (I know this is bad, but...).
Said warning appears (dialog entitled No Certificate Authority certificate 
chosen), but it is completely frozen.
Neither the Don't warn me again checkbox, or the button react to my clicks.
The window manager can not even close the dialog, I have to xkill it.

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

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

Title:
  No Certificate dialog frozen

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

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


[Bug 1168053] Re: [query] package 1.8.3.1 for precise?

2013-04-12 Thread Ma Xiaojun
You may want to read the following:
https://wiki.ubuntu.com/StableReleaseUpdates

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

Title:
  [query] package 1.8.3.1 for precise?

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

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


[Bug 1094360] Re: qt4 apps such as vlc: QGtkStyle was unable to detect the current GTK+ theme unless libgnome2-common is installed

2013-04-12 Thread Dmitry Shachnev
This is also fixed upstream now, see
https://qt.gitorious.org/qt/qt/commit/a9dc50330acee2ac.

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

Title:
  qt4 apps such as vlc: QGtkStyle was unable to detect the current GTK+
  theme unless libgnome2-common is installed

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

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


[Bug 1168294] [NEW] package mountall 2.42 failed to install/upgrade: package mountall is not ready for configuration cannot configure (current status `half-installed')

2013-04-12 Thread Nutthapol Prompukdee
Public bug reported:

package mountall 2.42 failed to install/upgrade: package mountall is not
ready for configuration  cannot configure (current status `half-
installed')

i have a install Flash Player on Ubuntu 12.10 then error

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: mountall 2.42
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic i686
ApportVersion: 2.6.1-0ubuntu3
AptOrdering:
 libnspr4-0d: Install
 flashplugin-installer: Install
 mountall: Configure
 libnspr4-0d: Configure
 flashplugin-installer: Configure
Architecture: i386
Date: Fri Apr 12 14:59:33 2013
ErrorMessage: package mountall is not ready for configuration  cannot configure 
(current status `half-installed')
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
SourcePackage: mountall
Title: package mountall 2.42 failed to install/upgrade: package mountall is not 
ready for configuration  cannot configure (current status `half-installed')
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 quantal

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

Title:
  package mountall 2.42 failed to install/upgrade: package mountall is
  not ready for configuration  cannot configure (current status `half-
  installed')

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

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


[Bug 1168283] Status changed to Confirmed

2013-04-12 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  IRQ missing, not missing, missling... resuling in modem doesn't
  communicate

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

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


[Bug 1163504] Re: Trademarked assets

2013-04-12 Thread 神癒礁湖
It's being removed from Lubuntu artwork (and any other external
download)

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

Title:
  Trademarked assets

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-asset-pool/+bug/1163504/+subscriptions

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


[Bug 1155049] Re: garbled display after first logout, requires reboot

2013-04-12 Thread Vincent Ladeuil
To whoever fixed this bug without chiming in here:

 A big THANK YOU from my daughter who inherited the imac 24 where this
big manifested itself :-)

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

Title:
  garbled display after first logout, requires reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1155049/+subscriptions

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


[Bug 442078] Re: Buttons in Eclipse not working correctly with GTK+ 2.18.1-1

2013-04-12 Thread Ma Xiaojun
Is this still a problem? Since GTK+ already entered 3.0 era.

** Changed in: gtk+2.0 (Ubuntu)
   Status: New = Incomplete

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

Title:
  Buttons in Eclipse not working correctly with GTK+ 2.18.1-1

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

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


[Bug 427799] Re: firefox crashed with signal 5 in gdk_x_error()

2013-04-12 Thread Ma Xiaojun
Is this still a problem in Firefox 20.0?

** Changed in: firefox-3.5 (Ubuntu)
   Status: New = Incomplete

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

Title:
  firefox crashed with signal 5 in gdk_x_error()

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

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


[Bug 1168254] Re: guvc crashed when changing tabs

2013-04-12 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1168254

** Tags added: iso-testing

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

Title:
  guvc crashed when changing tabs

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

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


[Bug 1168250] Re: guvcview crashed when changing resolution

2013-04-12 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1168250

** Tags added: iso-testing

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

Title:
  guvcview crashed when changing resolution

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

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


[Bug 1166831] Re: bad syntax in config file

2013-04-12 Thread Fabien D.
No problem, i understand  and i didn't check if the bug was fixed in the
latest dev. version. I will see if it is relevant to do a SRU.

Thanks you.

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

Title:
  bad syntax in config file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1166831/+subscriptions

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


[Bug 1161088] Re: Computer freezes shortly (GUI) and sometimes freezes completely

2013-04-12 Thread Linus van Geuns
Situation is still the same with the current 12.04 kernel 
(3.5.0-27.46~precise1):
With at least one VM (KVM) running, the system does not freeze, but the aport 
GUI still pops up a few times a day.
Without any VM running, the system sometimes freezes completely..

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

Title:
  Computer freezes shortly (GUI) and sometimes freezes completely

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

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


[Bug 825775] Re: Siliencing NickServ/ChanServ

2013-04-12 Thread Max Waterman
No response to my comment? I suppose people just need to get used to
this frequent irritation.

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

Title:
  Siliencing NickServ/ChanServ

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

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


[Bug 992603] Re: [Lenovo E525, L430, 490Ms, b490, b580] Touchpad can become disabled after suspend/resume

2013-04-12 Thread Haitao Zhang
** Changed in: linux (Ubuntu Quantal)
   Status: New = Fix Released

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

Title:
  [Lenovo E525, L430, 490Ms, b490, b580] Touchpad can become disabled
  after suspend/resume

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

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


[Bug 1168299] [NEW] Can't upgrade to raring: libvisio download fails with Forbidden

2013-04-12 Thread Jeroen T. Vermeulen
Public bug reported:

My apologies if I'm reporting this on the wrong package.  I've been
trying for 4—5 days now to upgrade a Quantal system to Raring, but the
part where it downloads packages always fails, saying libvisio can't be
downloaded.

The http error is Forbidden.

I know this is sometimes done deliberately to keep systems from
installing a broken version, so normally I'd just wait it out.  Two
things made me report in this case:

1. It's been a while.  I would have expected an urgently broken upgrade
to have been fixed or rolled back by now.

2. The error comes very quickly, probably faster than an http request
could have gotten through to the data centre.

So I'm wondering: is something being cached that shouldn't?

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: update-manager 1:0.174.4
ProcVersionSignature: Ubuntu 3.5.0-27.46-generic 3.5.7.7
Uname: Linux 3.5.0-27-generic i686
ApportVersion: 2.6.1-0ubuntu10
Architecture: i386
Date: Fri Apr 12 15:23:33 2013
EcryptfsInUse: Yes
GsettingsChanges:
 b'com.ubuntu.update-manager' b'first-run' b'false'
 b'com.ubuntu.update-manager' b'launch-time' b'1365752529'
InstallationDate: Installed on 2012-11-27 (135 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
UpgradeStatus: Upgraded to quantal on 2013-04-12 (0 days ago)

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


** Tags: apport-bug i386 quantal running-unity

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

Title:
  Can't upgrade to raring: libvisio download fails with Forbidden

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

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

[Bug 1096612] Re: canon pixma MP970 TPU scanning stopped working

2013-04-12 Thread Rolf Bensch
I prepared a ppa for SANE daily git snapshots here:
https://launchpad.net/~rolfbensch/+archive/sane-git.

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

Title:
  canon pixma MP970 TPU scanning stopped working

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

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


[Bug 1071298] Re: ALT+Tab switches to incorrect window

2013-04-12 Thread Timo Jyrinki
** Changed in: unity/5.0
Milestone: 5.20.0 = 5.22.0

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

Title:
  ALT+Tab switches to incorrect window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1071298/+subscriptions

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


[Bug 1061510] Re: compiz crashed with SIGSEGV in g_type_check_instance_is_a() from g_object_unref() from _g_file_attribute_value_clear() from ... from query_info_async_cb() [libgvfsdbus.so]

2013-04-12 Thread Timo Jyrinki
** Changed in: unity/5.0
Milestone: 5.20.0 = 5.22.0

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

Title:
  compiz crashed with SIGSEGV in g_type_check_instance_is_a() from
  g_object_unref() from _g_file_attribute_value_clear() from ... from
  query_info_async_cb() [libgvfsdbus.so]

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

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


[Bug 1050701] Re: [SRU regression] Slight UI lag after updating to Unity 5.16

2013-04-12 Thread Timo Jyrinki
** Changed in: unity
Milestone: 5.20.0 = 5.22.0

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

Title:
  [SRU regression] Slight UI lag after updating to Unity 5.16

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

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


[Bug 1036338] Re: Unity quicklist menu items leak memory

2013-04-12 Thread Timo Jyrinki
** Changed in: unity/5.0
Milestone: 5.20.0 = 5.22.0

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

Title:
  Unity quicklist menu items leak memory

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

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


[Bug 1024101] Re: Pips show incorrect status after attaching or detatching second screen

2013-04-12 Thread Timo Jyrinki
** Changed in: unity
Milestone: 5.20.0 = 5.22.0

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

Title:
  Pips show incorrect status after attaching or detatching second screen

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

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


[Bug 987865] Re: unity upgrade script doesn't reset the font settings

2013-04-12 Thread Timo Jyrinki
** Changed in: unity
Milestone: 5.20.0 = 5.22.0

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

Title:
  unity upgrade script doesn't reset the font settings

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

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


[Bug 987862] Re: unity upgrade script doesn't reset metacity settings

2013-04-12 Thread Timo Jyrinki
** Changed in: unity
Milestone: 5.20.0 = 5.22.0

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

Title:
  unity upgrade script doesn't reset metacity settings

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

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


  1   2   3   4   5   6   7   8   9   10   >