[Bug 1297097] [NEW] maas package descriptions could use some modernization and improvement

2014-03-25 Thread Dustin Kirkland 
Public bug reported:

MAAS in Ubuntu 14.04 need not discuss orchestra, and could really do a
better job more clearly explaining each package's purpose.  This should
really be cleaned up for our 14.04 LTS release, where many people will
re-evaluate MAAS, or discover it for the very first time.

** Affects: maas (Ubuntu)
 Importance: Medium
 Assignee: Andres Rodriguez (andreserl)
 Status: In Progress

** Affects: maas (Ubuntu Trusty)
 Importance: Medium
 Assignee: Andres Rodriguez (andreserl)
 Status: In Progress

** Changed in: maas (Ubuntu)
   Status: New = In Progress

** Changed in: maas (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  maas package descriptions could use some modernization and improvement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1297097/+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 1297097] Re: maas package descriptions could use some modernization and improvement

2014-03-25 Thread Dustin Kirkland 
** Changed in: maas (Ubuntu)
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

** Also affects: maas (Ubuntu Trusty)
   Importance: Medium
 Assignee: Andres Rodriguez (andreserl)
   Status: In Progress

** Changed in: maas (Ubuntu Trusty)
Milestone: None = ubuntu-14.04-beta-2

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

Title:
  maas package descriptions could use some modernization and improvement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1297097/+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 1297097] Re: maas package descriptions could use some modernization and improvement

2014-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~kirkland/maas/1297097

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

Title:
  maas package descriptions could use some modernization and improvement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1297097/+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 1296681] Re: failed to change apparmor profile to lxc-container-default

2014-03-25 Thread Hadmut Danisch
It fails.

I would say the problem is that

   /etc/apparmor.d/lxc/lxc-default

includes a file named

   lxc-container-default

which simply is missing in the package and thus can't be included.




# /etc/init.d/apparmor reload
 * Reloading AppArmor profiles  
   Enocoding of mount rule 
failed
ERROR processing policydb rules for profile lxc-container-default, failed to 
load
Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd


# lxc-start -n meinerster
lxc-start: Device or resource busy - failed to set memory.use_hierarchy to 1; 
continuing
lxc-start: No such file or directory - failed to change apparmor profile to 
lxc-container-default
lxc-start: invalid sequence number 1. expected 4
lxc-start: failed to spawn 'meinerster'
lxc-start: Device or resource busy - cgroup_rmdir: failed to delete 
/sys/fs/cgroup/hugetlb/lxc/meinerster
lxc-start: Device or resource busy - cgroup_rmdir: failed to delete 
/sys/fs/cgroup/perf_event/lxc/meinerster
lxc-start: Device or resource busy - cgroup_rmdir: failed to delete 
/sys/fs/cgroup/blkio/lxc/meinerster
lxc-start: Device or resource busy - cgroup_rmdir: failed to delete 
/sys/fs/cgroup/freezer/lxc/meinerster
lxc-start: Device or resource busy - cgroup_rmdir: failed to delete 
/sys/fs/cgroup/devices/lxc/meinerster
lxc-start: Device or resource busy - cgroup_rmdir: failed to delete 
/sys/fs/cgroup/memory/lxc/meinerster
lxc-start: Device or resource busy - cgroup_rmdir: failed to delete 
/sys/fs/cgroup/cpuacct/lxc/meinerster
lxc-start: Device or resource busy - cgroup_rmdir: failed to delete 
/sys/fs/cgroup/cpu/lxc/meinerster
lxc-start: Device or resource busy - cgroup_rmdir: failed to delete 
/sys/fs/cgroup/cpuset/lxc/meinerster

-- 
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/1296681

Title:
  failed to change apparmor profile to lxc-container-default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1296681/+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 1289318] Re: Samba dumps core if you try to export keytab in trusty

2014-03-25 Thread Rowland Penny
If it helps there is this in dmesg:

[   86.177156] samba-tool[1643]: segfault at 0 ip   (null) sp
7fff780ce138 error 14 in python2.7[40+2bd000]

this is after login as normal user, changing to root via 'sudo su' and
running 'samba-tool domain exportkeytab /etc/krb5.keytab'

the response on the command line is: Segmentation fault (core dumped)

You only get this response, if you run the command as root, if you run
it as a normal user, you get no response.

As I said, this was a known problem with the debian 4.1.3 package and it
went away with the debian 4.1.4 package.

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

Title:
  Samba dumps core if you try to export keytab in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1289318/+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 1272857] Re: apache2 crashed with SIGSEGV in signal handler called()

2014-03-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
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/1272857

Title:
  apache2 crashed with SIGSEGV in signal handler called()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1272857/+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 1272857] Re: apache2 crashed with SIGSEGV in signal handler called()

2014-03-25 Thread Christian Bachmaier
Calling a cgi-sript using mod_cgid unter Trusty Thar delivers
segementation faults nearly on every single request in error.log:

[Tue Mar 25 10:30:07.598453 2014] [core:notice] [pid 1178:tid 140037490894720] 
AH00051: child pid 7555 exit signal Segmentation fault (11), possible coredump 
in /etc/apache2
*** Error in `/usr/sbin/apache2': double free or corruption (!prev): 
0x7f5cdc0019a0 ***
[Tue Mar 25 10:30:09.601954 2014] [core:notice] [pid 1178:tid 140037490894720] 
AH00051: child pid 7593 exit signal Segmentation fault (11), possible coredump 
in /etc/apache2

However, this is not always and mostly the content is correctly
displayed in the client browser.

-- 
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/1272857

Title:
  apache2 crashed with SIGSEGV in signal handler called()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1272857/+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 1297077] Re: juju-local should depend on cpu-checker

2014-03-25 Thread James Page
** Changed in: juju-core (Ubuntu)
   Status: New = Triaged

** Changed in: juju-core (Ubuntu)
   Importance: Undecided = High

** Also affects: juju-core (Ubuntu Trusty)
   Importance: High
   Status: Triaged

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

Title:
  juju-local should depend on cpu-checker

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1297077/+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 1233457] Re: service with no units stuck in lifecycle dying

2014-03-25 Thread James Page
** Description changed:

- Report from the field, a service with no units (previously destroyed) is
- stuck in lifecycle dying. Per status snippet
+ [Impact]
+ Services will no service units get stuck in 'dying' state preventing their 
removal from a deployment.
+ 
+ [Test Case]
+ juju deploy mysql
+ juju terminate-machine --force machineid of mysql
+ juju destroy-service mysql
+ 
+ [Regression Potential]
+ Part of the upstream tested 1.16.6 release. Change looks limited to impacted 
code path only
+ 
+ [Original Report]
+ [Report from the field, a service with no units (previously destroyed) is 
stuck in lifecycle dying. Per status snippet
  
  mysql:
-  charm: local:precise/mysql-309
-  exposed:false
-  life: dying 
-  relations:
-  cluster:
-  - mysql
+  charm: local:precise/mysql-309
+  exposed:false
+  life: dying
+  relations:
+  cluster:
+  - mysql

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

Title:
  service with no units stuck in lifecycle dying

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1233457/+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 1089291] Re: destroy-machine --force

2014-03-25 Thread James Page
** Description changed:

- Unresponsive machine agents may require that we forcibly set the machine
- to Dead to allow the provisioning agent to release its instance.
+ [Impact]
+ Unresponsive machines cannot be removed/destroyed, consuming resourcs.
+ 
+ [Test Case]
+ This of course requires a unresponsive machine; however this can be simulated 
by destroying a machine that is still installing.
+ 
+ juju destroy-machine machineid # will fail
+ 
+ juju destroy-machine --force machineid # will succeed
+ 
+ [Regression potential]
+ Part of the upstream tested 1.16.6 point release.
+ 
+ [Original bug report]
+ Unresponsive machine agents may require that we forcibly set the machine to 
Dead to allow the provisioning agent to release its instance.
  
  see also lp:1089289

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

Title:
  destroy-machine --force

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1089291/+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 1253643] Re: juju destroy-machine is incompatible in trunk vs 1.16

2014-03-25 Thread James Page
** Description changed:

- juju destroy-machine uses client.DestroyMachines and
- client.ForceDestroyMachines which needed a new API (DestroyMachines).
+ [Impact]
+ juju client 1.
+ 
+ 
+ [Original bug report]
+ juju destroy-machine uses client.DestroyMachines and 
client.ForceDestroyMachines which needed a new API (DestroyMachines).
  
  As this doesn't exist in 1.16 we can't destroy-machines against 1.16
  
  part of bug #1253619

** Description changed:

  [Impact]
- juju client 1.
+ juju clients  1.16.4 can't destroy machines in environments = 1.16.4
  
+ [Test Case]
+ with a juju-core client  1.16.4 (from release pocket)
+ juju deploy mysql
+ juju remove-unit mysql/0
+ juju terminate-machine 1
+ 
+ [Regression Potential]
+ Minimal, part of upstream 1.16.6 release, impact limited to destroy-machines 
code paths.
  
  [Original bug report]
  juju destroy-machine uses client.DestroyMachines and 
client.ForceDestroyMachines which needed a new API (DestroyMachines).
  
  As this doesn't exist in 1.16 we can't destroy-machines against 1.16
  
  part of bug #1253619

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

Title:
  juju destroy-machine is incompatible in trunk vs 1.16

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1253643/+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 1257352] Re: kvm hangs occasionally when switching out of the qemu console

2014-03-25 Thread James Hunt
HI Serge - yes, problem is still there with the ppa versions:

$ dpkg -l|egrep kvm|qemu 
ii  ipxe-qemu 
1.0.0+git-2013.c3d1e78-2ubuntu1 all  PXE boot 
firmware - ROM images for qemu
ii  kvm-ipxe  
1.0.0+git-2013.c3d1e78-2ubuntu1 all  transitional 
dummy package
ii  kvm-pxe   5.4.5 
  all  Meta package providing kvm pxe-boot 
ROMs.
ii  qemu-common   
2.0~git-20140320.71461b0-0ubuntu1   all  dummy 
transitional package from qemu-common to qemu-keymaps
ii  qemu-keymaps  
2.0~git-20140320.71461b0-0ubuntu1   all  QEMU keyboard 
maps
ii  qemu-kvm  
2.0~git-20140320.71461b0-0ubuntu1   i386 QEMU Full 
virtualization on x86 hardware (transitional package)
ii  qemu-kvm-extras-static
1.2.0-2012.09-0ubuntu2  all  QEMU static 
user mode emulation binaries (transitional package)
ii  qemu-system   
2.0~git-20140320.71461b0-0ubuntu1   i386 QEMU full 
system emulation binaries
ii  qemu-system-arm   1.7.0+dfsg-3ubuntu7   
  i386 QEMU full system emulation binaries 
(arm)
ii  qemu-system-common
2.0~git-20140320.71461b0-0ubuntu1   i386 QEMU full 
system emulation binaries (common files)
ii  qemu-system-mips  1.7.0+dfsg-3ubuntu7   
  i386 QEMU full system emulation binaries 
(mips)
ii  qemu-system-misc  1.7.0+dfsg-3ubuntu7   
  i386 QEMU full system emulation binaries 
(miscelaneous)
ii  qemu-system-ppc   1.7.0+dfsg-3ubuntu7   
  i386 QEMU full system emulation binaries 
(ppc)
ii  qemu-system-sparc 1.7.0+dfsg-3ubuntu7   
  i386 QEMU full system emulation binaries 
(sparc)
ii  qemu-system-x86   1.7.0+dfsg-3ubuntu7   
  i386 QEMU full system emulation binaries 
(x86)
ii  qemu-user-static  
2.0~git-20140320.71461b0-0ubuntu1   i386 QEMU user mode 
emulation binaries (static version)
ii  qemu-utils
2.0~git-20140320.71461b0-0ubuntu1   i386 QEMU utilities

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

Title:
  kvm hangs occasionally when switching out of the qemu console

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1257352/+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 1297218] [NEW] guest hangs after live migration due to tsc jump

2014-03-25 Thread Paul Boven
Public bug reported:

We have two identical Ubuntu servers running libvirt/kvm/qemu, sharing a
Gluster filesystem. Guests can be live migrated between them. However,
live migration often leads to the guest being stuck at 100% for a while.
In that case, the dmesg output for such a guest will show (once it
recovers): Clocksource tsc unstable (delta = 662463064082 ns). In this
particular example, a guest was migrated and only after 11 minutes (662
seconds) did it become responsive again.

It seems that newly booted guests doe not suffer from this problem,
these can be migrated back and forth at will. After a day or so, the
problem becomes apparent. It also seems that migrating from server A to
server B causes much more problems than going from B back to A. If
necessary, I can do more measurements to qualify these observations.

The VM servers run Ubuntu 13.04 with these packages:
Kernel: 3.8.0-35-generic x86_64
Libvirt: 1.0.2
Qemu: 1.4.0
Gluster-fs: 3.4.2 (libvirt access the images via the filesystem, not using 
libgfapi yet as the Ubuntu libvirt is not linked against libgfapi).
The interconnect between both machines (both for migration and gluster) is 
10GbE. 
Both servers are synced to NTP and well within 1ms form one another.

Guests are either Ubuntu 13.04 or 13.10.

On the guests, the current_clocksource is kvm-clock.
The XML definition of the guests only contains:  clock offset='utc'/ 

Now as far as I've read in the documentation of kvm-clock, it
specifically supports live migrations, so I'm a bit surprised at these
problems. There isn't all that much information to find on these issue,
although I have found postings by others that seem to have run into the
same issues, but without a solution.

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

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

Title:
  guest hangs after live migration due to tsc jump

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1297218/+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 1231609] Re: boost-python should provide /usr/lib/libboost_python.so and /usr/lib/libboost_python3.so

2014-03-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: boost1.53 (Ubuntu)
   Status: New = Confirmed

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

Title:
  boost-python should provide /usr/lib/libboost_python.so and
  /usr/lib/libboost_python3.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost1.53/+bug/1231609/+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 1280030] Re: php-json should be package dependency of php-common

2014-03-25 Thread Robie Basak
*** This bug is a duplicate of bug 1242726 ***
https://bugs.launchpad.net/bugs/1242726

** This bug has been marked a duplicate of bug 1242726
   [MIR] php5-common is missing dependency on php5-json

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

Title:
  php-json should be package dependency of php-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1280030/+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 1297224] [NEW] Improve xen packages and hvm domUs support

2014-03-25 Thread Fantu
Public bug reported:

I report also here some useful informations to improve xen packages and
hvm domUs support with xen 4.4 that I already reported on debian
bugtracker:


I advice maintainers for fast and easy improve hvm domUs support on xen 
debian packages when the xen 4.4 will be packaged to specifying seabios 
and qemu binary of debian packages from configure, see these patches for 
details:
http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=5c7cbadaccca8dbb47f2c42ab1b5a8afac9275e3
http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=906677d6411c3dc579e07967d0137a12392ff314
Already tested and working with debian packages of qemu and seabios.
Also the use of new ./configure ... --enable-qemu-traditional=no can be 
useful to disable qemu traditional without debian patches.
Is possible to specify ovmf binary for experimental uefi hvm support:
http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=6b2029c9a1f6b4cd7585fd537d45233f8dde14b7
but in that case ovmf package should be updated at least to commit 
447d264115c476142f884af0be287622cd244423 for good xen support.
Probably can be good also to put qemu-system-x86 package as dependency 
instead of recommended.


Tell me if there are other important things that you would into upstream
to improve the implementation of xen into the distributions that are not
already been made and if I have time I'll try to make them.

I also did a large test with upstream qemu and qdisk instead qemu
traditional with blktap2 and I saw generic hvm beckmark increase up to
40-60% and disks performance with qdisks and recent upstream qemu
increased by several times, above all in writing operations.

I think it is better to inform as much as possible to drop xend already
deprecated many xen versions ago and will be removed in xen 4.5.

I also think it is better to use more qemu upstream and report any problems, 
The traditional qemu is now less supported, more difficult to maintain, and 
some new features are only supported by qemu upstream and will not be 
implemented in the traditional.

I hope this information is helpful and sorry for my bad english.

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

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

Title:
  Improve xen packages and hvm domUs support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1297224/+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 387091] Re: openssh-server should broadcast availability via avahi

2014-03-25 Thread Bruno Nova
It would be really nice if openssh-server would publish via Avahi the SSH and 
SFTP services by default.
Examples of both services are provided in /usr/share/doc/avahi-daemon/examples/.

Publishing the SFTP service would be great because Nautilus (and other
file managers, I suppose) lists, in it's Network folder, all computers
that are publishing that service, allowing to easily connect to those
computers via SFTP and transfer files, much like Samba (no guest access,
though).

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

Title:
  openssh-server should broadcast availability via avahi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/387091/+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 1296305] Re: The multipath-tools package in Ubuntu doesn't have the libprioweightedpath.so and the libprioiet.so modules

2014-03-25 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

As far as I can determine, the features you mention are new in 0.5.0-1,
which was only uploaded to Debian on 9 March this year. This is after
feature freeze for Trusty, so it is unlikely to be released in Ubuntu in
Trusty, but I expect that it will make a future release.

It seems that the version available in Debian wheezy was by picking up
git snapshots, which has not been the case in Ubuntu.

To determine this, I searched the sources for filenames matching
*weight*. I see this in wheezy and sid, but not in Trusty. The version
numbers tell the rest of the story.

I'm marking this bug Invalid, since it doesn't seem to me to be a bug
that an older release doesn't have a newer feature. See
https://wiki.ubuntu.com/StableReleaseUpdates and
https://wiki.ubuntu.com/UbuntuBackports for Ubuntu policy around these
issues.

However, you should see these features in a future release (post Trusty)
after the newer upstream release is merged from Debian after Trusty's
release. If you wish, you can file a please update to latest release
bug, or convert this bug to such a bug, but since we're past feature
freeze for Trusty, nothing is likely to happen until the U release.

$ rmadison -udebian -asource multipath-tools
 multipath-tools | 0.4.8+git0.761c66f-10| squeeze| source
 multipath-tools | 0.4.9+git0.4dfdaf2b-7~deb7u2 | wheezy-updates | source
 multipath-tools | 0.4.9+git0.4dfdaf2b-7~deb7u2 | wheezy | source
 multipath-tools | 0.5.0-1  | jessie | source
 multipath-tools | 0.5.0-1  | sid| source

$ rmadison -uubuntu -asource multipath-tools
 multipath-tools | 0.4.8-14ubuntu4 | lucid   | source
 multipath-tools | 0.4.8-14ubuntu4.10.04.2 | lucid-updates   | source
 multipath-tools | 0.4.9-3ubuntu5  | precise | source
 multipath-tools | 0.4.9-3ubuntu5.1| precise-updates | source
 multipath-tools | 0.4.9-3ubuntu6  | quantal | source
 multipath-tools | 0.4.9-3ubuntu7  | saucy   | source
 multipath-tools | 0.4.9-3ubuntu7  | trusty  | source


** Changed in: multipath-tools (Ubuntu)
   Status: New = Invalid

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

Title:
  The multipath-tools package in Ubuntu doesn't have the
  libprioweightedpath.so and the libprioiet.so modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1296305/+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 1288823] Re: Trusty bind9 RRL

2014-03-25 Thread Steve Risteter
I have updated my Trust beta 1 test machine and Bind9 is working with
the RRL, when the config is added.

Thanks to all and I look forward to the new release.

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

Title:
  Trusty bind9 RRL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1288823/+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 1296681] Re: failed to change apparmor profile to lxc-container-default

2014-03-25 Thread Stéphane Graber
*** This bug is a duplicate of bug 1295774 ***
https://bugs.launchpad.net/bugs/1295774

Nope, lxc-container-default is the profile name, there doesn't have to
be a matching file name.

However the log your provided tells me which apparmor bug you are
hitting, I'll mark this bug as a duplicate of the right one.

** This bug has been marked a duplicate of bug 1295774
   ERROR processing policydb rules for profile lxc-container-default, failed to 
load

-- 
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/1296681

Title:
  failed to change apparmor profile to lxc-container-default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1296681/+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 1297394] [NEW] package maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1~12.04.5 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de erro

2014-03-25 Thread asalga
Public bug reported:

error in autom. update

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1~12.04.5
ProcVersionSignature: Ubuntu 3.5.0-46.70~precise1-generic 3.5.7.27
Uname: Linux 3.5.0-46-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
AptOrdering:
 maas-region-controller: Configure
 maas: Configure
Architecture: amd64
Date: Tue Mar 25 11:53:14 2014
DpkgHistoryLog:
 Start-Date: 2014-03-25  11:51:47
 Commandline: apt-get install msttcorefonts gsfonts-x11
DuplicateSignature: 
package:maas-region-controller:1.2+bzr1373+dfsg-0ubuntu1~12.04.5:el subproceso 
instalado el script post-installation devolvió el código de salida de error 1
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationMedia: Ubuntu-Server 12.04.2 LTS Precise Pangolin - Release amd64 
(20130214)
MAASLog:
 
MAASPservLog:
 
MAAStxlongpollLog:
 
MarkForUpload: True
PackageArchitecture: all
RelatedPackageVersions:
 python-django-maas 1.2+bzr1373+dfsg-0ubuntu1~12.04.5
 apparmor   2.7.102-0ubuntu3.9
SourcePackage: maas
Title: package maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1~12.04.5 failed 
to install/upgrade: el subproceso instalado el script post-installation 
devolvió el código de salida de error 1
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.maas.maas.local.celeryconfig.py:
 # Broker connection information.
 # Format: transport://userid:password@hostname:port/virtual_host
 BROKER_URL = 
'amqp://maas_workers:W9ffGIdRLywqaYtBL1ch@192.168.6.97:5672//maas_workers'
modified.conffile..etc.squid.deb.proxy.mirror.dstdomain.acl.d.99.maas: 
[modified]
mtime.conffile..etc.maas.maas.local.celeryconfig.py: 2014-03-25T11:52:54.907376
mtime.conffile..etc.maas.maas.local.settings.py: 2014-03-25T11:52:54.923376
mtime.conffile..etc.maas.txlongpoll.yaml: 2014-03-25T11:52:30.923376
mtime.conffile..etc.squid.deb.proxy.mirror.dstdomain.acl.d.99.maas: 
2014-03-25T11:51:51.783375

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


** Tags: amd64 apport-package precise third-party-packages

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

Title:
  package maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1~12.04.5
  failed to install/upgrade: el subproceso instalado el script post-
  installation devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1297394/+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 1297394] Re: package maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1~12.04.5 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error

2014-03-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1~12.04.5
  failed to install/upgrade: el subproceso instalado el script post-
  installation devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1297394/+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 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-03-25 Thread Serge Hallyn
I've not yet been able to definitively reproduce this.  (On a bad nested
qemu setup i had some issues which i think were unrelated).  I've tried
on a trusty laptop, and on a faster machine with a trusty container on a
trusty kernel.  Starting with the images you posted for me each time.

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1292234/+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 1261873] Re: 'net usershare' returned error 255

2014-03-25 Thread Giorgio Dramis
I have updated the system! I activated the Proposed repository! I tried
to do a fresh install of samba! But the bug is still there! HELP!

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

Title:
  'net usershare' returned error 255

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1261873/+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 1282630] Re: [FFE] remove sudo support

2014-03-25 Thread Francesco Banconi
We just released on PyPi the new 1.2.0 release of quickstart.
Juju core 1.17.2 introduced sudo support for local environments, which required 
changes to how quickstart works: calling sudo is now handled by juju itself, 
and for this reason quickstart no longer requires to request sudo privileges 
when bootstrapping the environment.

A comprehensive list of changes introduced by the current release follow:
- Support for promulgated bundle URLs, e.g. “juju quickstart 
bundle:mediawiki/single”.
- Improved application help and installation instructions.
- Updates to the dependency list and to Juju version handling.
- Manifest file fixes.
- Do not use sudo when bootstrapping a local env if juju version = 1.17.2.

Dependencies did not change:
jujuclient==0.17.5
PyYAML==3.10
urwid==1.1.1

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

Title:
  [FFE] remove sudo support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1282630/+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 1297446] [NEW] FFE: oslo.rootwrap 1.2.0

2014-03-25 Thread Chuck Short
Public bug reported:

From the 1.2.0 Changelog entry:

* Avoid matching ip -s netns exec in IpFilter
* Don't use system pip things in tox
* Add Python 3 trove classifiers
* To honor RFC5424 add use_syslog_rfc_format config option
* Trivial changes from oslo-incubator

** Affects: oslo.rootwrap (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

+ From the 1.2.0 Changelog entry:
+ 
  * Avoid matching ip -s netns exec in IpFilter
  * Don't use system pip things in tox
  * Add Python 3 trove classifiers
  * To honor RFC5424 add use_syslog_rfc_format config option
  * Trivial changes from oslo-incubator

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

Title:
  FFE: oslo.rootwrap 1.2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oslo.rootwrap/+bug/1297446/+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 1294823] Re: FFE: create a trusty machine type

2014-03-25 Thread Serge Hallyn
The newest 2.0 candidate qemu at ppa:ubuntu-virt/candidate now has a
patch to define the trusty machine type and make it default.  Since this
by itself would break libvirt, the ppa now also has a libvirt package
recognizing 'trusty' as a i440fx machine type.

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

Title:
  FFE: create a trusty machine type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1294823/+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 1297446] Re: FFE: oslo.rootwrap 1.2.0

2014-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package oslo.rootwrap - 1.2.0-0ubuntu1

---
oslo.rootwrap (1.2.0-0ubuntu1) trusty; urgency=medium

  * New upstream version. (LP: #1297446)
 -- Chuck Short zul...@ubuntu.com   Tue, 25 Mar 2014 14:25:13 -0400

** Changed in: oslo.rootwrap (Ubuntu)
   Status: New = Fix Released

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

Title:
  FFE: oslo.rootwrap 1.2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oslo.rootwrap/+bug/1297446/+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 1297487] [NEW] MTU not honored in virtio vnet

2014-03-25 Thread Umberto Boscolo
Public bug reported:

I am observing a potential regression/different behavior between rel.
14.04 (dev branch) and release 13.04.

My hardware is: Cisco UCS blade B200-M3 and the network adapter card:
Cisco UCS VIC 1240.

lsb_release -rd
Description:Ubuntu Trusty Tahr (development branch)
Release:14.04

uname -a
Linux konan2 3.13.0-19-generic #40-Ubuntu SMP Mon Mar 24 02:36:06 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

The problem:
After starting a kvm with virtio interfaces I am passing HTTP traffic via an 
external network traffic simulator.
The tool is sending a TCP packet of 3481B, because the tool MTU is set to 
1400B, it splits the packets into 3 TCP segments.
When the 3 segments are received at the host eth1 interface, the host (ubuntu 
14.04) reassembles the TCP packets into a larger packet (GRO), then passes the 
packet up on vnet1. At this point, because vnet1 MTU is 1500B, it is supposed 
to re-segment the packet and pass the 3 segments up to the VM. But it passes 
the big 3481B packet instead.

This behavior did not happen when I tried the same scenario in release
13.04

I can disable this behavior by disabling TSO (TCP segment offloading in
the vnet), but I did not have to do this in rel. 13.04 and I feel the
MTU is not honored as it should be with rel. 14.04.

 ip link show | grep eth1
3: eth1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq master br1 state 
UP mode DEFAULT group default qlen 1000
 ip link show | grep vnet1
16: vnet1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast master 
br1 state UNKNOWN mode DEFAULT group default qlen 500

I am attaching two tcpdump/pcap traces that show a TCP transaction
passing on vnet1 when TSO is on and when TSO is off.

Please see:

- vnet1_tso_on.pcap
- vnet1_tso_off.pcap

in attachment.

I noticed there was a driver upgrade in rel. 14.04:

in 14.04:

ethtool -i eth1
driver: enic
version: 2.1.1.50  
firmware-version: 2.1(3a)
bus-info: :07:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no

ethtool -i vnet1
driver: tun
version: 1.6
firmware-version: 
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no

ethtool -k vnet1
Features for vnet1:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: off
tx-tcp-segmentation: off
tx-tcp-ecn-segmentation: off
tx-tcp6-segmentation: off
udp-fragmentation-offload: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: off [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-ipip-segmentation: off [fixed]
tx-sit-segmentation: off [fixed]
tx-udp_tnl-segmentation: off [fixed]
tx-mpls-segmentation: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: on
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]


in 13.04 :

ethtool -i eth1
driver: enic
version: 2.1.1.39
firmware-version: 2.1(3a)
bus-info: :07:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no


ethtool -i vnet1
driver: tun
version: 1.6
firmware-version: 
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no


ethtool -k vnet1
Features for vnet1:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp6-segmentation: on
udp-fragmentation-offload: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: off [fixed]
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: off [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
fcoe-mtu: off [fixed]

** Affects: qemu-kvm 

[Bug 1297487] Re: MTU not honored in virtio vnet

2014-03-25 Thread Umberto Boscolo
** Attachment added: PCAP TRACE when TSO is enabled
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1297487/+attachment/4043447/+files/vnet1_tso_on.pcap

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

Title:
  MTU not honored in virtio vnet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1297487/+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 1297487] Re: MTU not honored in virtio vnet

2014-03-25 Thread Umberto Boscolo
** Attachment added: PCAP TRACE when TSO is NOT enabled
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1297487/+attachment/4043448/+files/vnet1_tso_off.pcap

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

Title:
  MTU not honored in virtio vnet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1297487/+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 1273865] Re: [MIR] juju-quickstart, python-jujuclient, urwid, websocket-client

2014-03-25 Thread Michael Terry
juju-quickstart:
- Like the tests and packaging and bug subscriber
- I see there's a bug about removing sudo support, which would be nice to see 
land.
- Can you explain what all the PPA adding and pulling in packages from universe 
is about?  Why not depend on juju-core directly, or is this installation done 
on other machines?

** Changed in: juju-quickstart (Ubuntu Trusty)
   Status: New = Incomplete

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

Title:
  [MIR] juju-quickstart, python-jujuclient, urwid, websocket-client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1273865/+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 393012] Re: [SRU] smb: Error while copying file, Invalid argument

2014-03-25 Thread Adam Niedling
I'm not sure if I have the same issue but I'm getting the Invalid
argument error message when I try to delete something from the samba
share. I don't know about the copying problem, usually I don't copy
anything from the smb share to the PC it's mounted on.

I can't find bug report for the deletion problem though.

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

Title:
  [SRU] smb: Error while copying file, Invalid argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/autofs/+bug/393012/+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 1294747] Re: mongodb fails assertion on ppc64el with 64k pagesize

2014-03-25 Thread Mark Ramm
This bug is also impacting the juju-mongodb package, and therefore juju
on ppc64el.

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

Title:
  mongodb fails assertion on ppc64el with 64k pagesize

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1294747/+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 1291535] Re: 'Unable to retrieve OVS kernel module version' when _not_ using DKMS openvswitch module

2014-03-25 Thread OpenStack Infra
Fix proposed to branch: master
Review: https://review.openstack.org/82931

** Changed in: neutron
   Status: New = In Progress

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

Title:
  'Unable to retrieve OVS kernel module version' when _not_ using DKMS
  openvswitch module

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1291535/+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 1240049] Re: multipath udev rules problem

2014-03-25 Thread Seb Bonnard
Hi, I have the same pb. on ubuntu 13.10 and it's pollution my dmesg :

$ grep -c systemd-udevd.*failed to execute 
'/lib/udev/socket:/org/kernel/dm/multipath_event /var/log/dmesg
181

Got any suggestions ?

Seb..

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

Title:
  multipath udev rules problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1240049/+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 1294747] Re: mongodb fails assertion on ppc64el with 64k pagesize

2014-03-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  mongodb fails assertion on ppc64el with 64k pagesize

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1294747/+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 997978] Re: KVM images lose connectivity with bridged network

2014-03-25 Thread Dewey McDonnell
My web search reveals this problem has been around for years and most
posts conclude that the problem continues.  After solving my tap0 TX
packets dropped problem, I find that my VM network has random freezes a
few times each day.  Many bloggers on this subject say this VM network
freeze is difficult to reproduce.  Not for me! I can cause a network
freeze on my VM in a heartbeat.  Like many others, all I need to do is
start a data transfer over the bridge (FTP 2Kb file or larger). When the
freeze happens, ifconfig tap0 says overruns:1. This is QEMU version
1.6.2 without KVM on CentOS 6.5 version 2.6.32-431.

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+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 997978] Re: KVM images lose connectivity with bridged network

2014-03-25 Thread Thomas Vachon
After moving to 3.5 kernel I haven't seen it, even at 3x traffic which used
to cause it
On Mar 25, 2014 9:06 PM, Dewey McDonnell de...@poslinker.com wrote:

 My web search reveals this problem has been around for years and most
 posts conclude that the problem continues.  After solving my tap0 TX
 packets dropped problem, I find that my VM network has random freezes a
 few times each day.  Many bloggers on this subject say this VM network
 freeze is difficult to reproduce.  Not for me! I can cause a network
 freeze on my VM in a heartbeat.  Like many others, all I need to do is
 start a data transfer over the bridge (FTP 2Kb file or larger). When the
 freeze happens, ifconfig tap0 says overruns:1. This is QEMU version
 1.6.2 without KVM on CentOS 6.5 version 2.6.32-431.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/997978

 Title:
   KVM images lose connectivity with bridged network

 Status in OpenStack Compute (Nova):
   Invalid
 Status in qemu-kvm package in Ubuntu:
   Fix Released
 Status in qemu-kvm source package in Precise:
   Fix Released

 Bug description:
   =
   SRU Justification:
   1. Impact: networking breaks after awhile in kvm guests using virtio
 networking
   2. Development fix: The bug was fixed upstream and the fix picked up in
 a new
  merge.
   3. Stable fix: 3 virtio patches are cherrypicked from upstream:
  a821ce5 virtio: order index/descriptor reads
  92045d8 virtio: add missing mb() on enable notification
  a281ebc virtio: add missing mb() on notification
   4. Test case: Create a bridge enslaving the real NIC, and use that as
 the bridge
  for a kvm instance with virtio networking.  See comment #44 for
 specific test
  case.
   5. Regression potential: Should be low as several people have tested the
 fixed
  package under heavy load.
   =

   System:
   ---
   Dell R410 Dual processor 2.4Ghz w/16G RAM
   Distributor ID: Ubuntu
   Description:Ubuntu 12.04 LTS
   Release:12.04
   Codename:   precise

   Setup:
   -
   We're running 3 KVM guests, all Ubuntu 12.04 LTS using bridged
 networking.

   From the host:
   # cat /etc/network/interfaces
   auto br0
   iface br0 inet static
   address 212.XX.239.98
   netmask 255.255.255.240
   gateway 212.XX.239.97
   bridge_ports eth0
   bridge_fd 9
   bridge_hello 2
   bridge_maxage 12
   bridge_stp off

   # ifconfig eth0
   eth0  Link encap:Ethernet  HWaddr d4:ae:52:84:2d:5a
 UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 RX packets:11278363 errors:0 dropped:3128 overruns:0 frame:0
 TX packets:14437384 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:1000
 RX bytes:4115980743 (4.1 GB)  TX bytes:5451961979 (5.4 GB)
 Interrupt:36 Memory:da00-da012800

   # ifconfig br0
   br0   Link encap:Ethernet  HWaddr d4:ae:52:84:2d:5a
 inet addr:212.XX.239.98  Bcast:212.XX.239.111
  Mask:255.255.255.240
 inet6 addr: fe80::d6ae:52ff:fe84:2d5a/64 Scope:Link
 UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 RX packets:1720861 errors:0 dropped:0 overruns:0 frame:0
 TX packets:1708622 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:0
 RX bytes:210152198 (210.1 MB)  TX bytes:300858508 (300.8 MB)

   # brctl show
   bridge name bridge id   STP enabled interfaces
   br0 8000.d4ae52842d5a   no  eth0

   I have no default network configured to autostart in libvirt as we're
 using bridged networking:
   # virsh net-list --all
   Name State  Autostart
   -
   default  inactive   no

   # arp
   Address  HWtype  HWaddress   Flags Mask
Iface
   mailer03..com   ether   52:54:00:82:5f:0f   C
   br0
   mailer01..com   ether   52:54:00:d2:f7:31   C
   br0
   mailer02..com   ether   52:54:00:d3:8f:91   C
   br0
   dxi-gw2..comether   00:1a:30:2a:b1:c0   C
   br0

   From one of the guests:
   domain type='kvm' id='4'
 namemailer01/name
 uuidd41d1355-84e8-ae23-e84e-227bc0231b97/uuid
 memory2097152/memory
 currentMemory2097152/currentMemory
 vcpu1/vcpu
 os
   type arch='x86_64' machine='pc-1.0'hvm/type
   boot dev='hd'/
 /os
 features
   acpi/
 /features
 clock offset='utc'/
 on_poweroffdestroy/on_poweroff
 on_rebootrestart/on_reboot
 on_crashdestroy/on_crash
 devices
   emulator/usr/bin/kvm/emulator
   disk type='file' device='disk'
 driver name='qemu' type='raw'/
 source file='/dev/mapper/vg_main-mailer01--root'/
  

[Bug 1258286] Re: CAcert should not be trusted by default

2014-03-25 Thread Bug Watch Updater
** Changed in: ca-certificates-java (Debian)
   Status: Fix Committed = Fix Released

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

Title:
  CAcert should not be trusted by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1258286/+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 1297568] Re: openvswitch-datapath-dkms 2.0.1+git20140120-0ubuntu2: openvswitch kernel module failed to build

2014-03-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  openvswitch-datapath-dkms 2.0.1+git20140120-0ubuntu2: openvswitch
  kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1297568/+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 1297568] [NEW] openvswitch-datapath-dkms 2.0.1+git20140120-0ubuntu2: openvswitch kernel module failed to build

2014-03-25 Thread jhyanagi
Public bug reported:

error reproduced during mininet install.

http://mininet.org/download/

~/mininet/util/install -a

is executed.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: openvswitch-datapath-dkms 2.0.1+git20140120-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
DKMSKernelVersion: 3.13.0-19-generic
Date: Wed Mar 26 10:32:37 2014
DuplicateSignature: 
dkms:openvswitch-datapath-dkms:2.0.1+git20140120-0ubuntu2:configure: error: 
Linux kernel in /lib/modules/3.13.0-19-generic/build is version 3.13.6, but 
version newer than 3.12.x is not supported
InstallationDate: Installed on 2014-03-13 (12 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140312)
PackageArchitecture: all
PackageVersion: 2.0.1+git20140120-0ubuntu2
SourcePackage: openvswitch
Title: openvswitch-datapath-dkms 2.0.1+git20140120-0ubuntu2: openvswitch kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  openvswitch-datapath-dkms 2.0.1+git20140120-0ubuntu2: openvswitch
  kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1297568/+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 1297570] [NEW] unable to execute QEMU command 'drive-mirror': error parsing IPv4 address when the hostname starts with a digit

2014-03-25 Thread rackerjoe
Public bug reported:

Found this in OpenStack Havana packages from cloud-archive however the
cause of the problem lis libvirt.  Libvirt cannot correctly parse a
hostname if it starts with a digit.

In OpenStack when attempting to live-migrate an instance you get the
following error:

2014-03-26 00:08:34.005 2785 ERROR nova.virt.libvirt.driver [-]
[instance: d43155e6-98f8-4591-9b93-82cd4cd5a976] Live Migration failure:
internal error: unable to execute QEMU command 'drive-mirror': error
parsing IPv4 address '1234-hostname.com:5906'

I believe that this is related to this: https://www.redhat.com/archives
/libvir-list/2013-May/msg02023.html

** Affects: cloud-archive
 Importance: Undecided
 Status: New

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

** Also affects: libvirt
   Importance: Undecided
   Status: New

** No longer affects: libvirt

** Also affects: cloud-archive
   Importance: Undecided
   Status: New

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

Title:
  unable to execute QEMU command 'drive-mirror': error parsing IPv4
  address  when the hostname starts with a digit

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1297570/+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 1284793] Re: [FFE] Merge qemu 2.0

2014-03-25 Thread Gizmo Chicken
VFIO was workng great with the last two (or three) QEMU 2.0 test version
versions prior to 2.0~git-20140325.7b770c7-0ubuntu1.  But with
2.0~git-20140325.7b770c7-0ubuntu1, I get a BSOD and an error stating
that The Bios in this system is not fully ACPI compliant when
attempting to start my Windows 7 guest using VFIO.  Given that VFIO was
working before the update, I'm guessing that the update is the cause.

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

Title:
  [FFE] Merge qemu 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1284793/+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 1284793] Re: [FFE] Merge qemu 2.0

2014-03-25 Thread Serge Hallyn
How are you starting the VM?  Could you try specifying -M pc-i440fx-1.7
or -M pc-i440fx-2.0 ?  With the latest upload the default became
'trusty', which could cause windows to say this is new hardware.

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

Title:
  [FFE] Merge qemu 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1284793/+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 1284793] Re: [FFE] Merge qemu 2.0

2014-03-25 Thread Gizmo Chicken
I attempted to start the VM using the commands listed in comment #9
above (with -M q35), which was working great until
2.0~git-20140325.7b770c7-0ubuntu1.  I tried substituting -M pc-
i440fx-2.0 for  -M q35 (Is that what you had in mind?), but got the
following error:  qemu-system-x86_64: -device
ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root:
Bus 'pcie.0' not found

Oh, and I tried starting another Windows 7 VM using Virt-Manager
(without VFIO or any any sort of passthrough), and that VM also crashed
with a BSOD just after boot.  That VM also had been running just fine
with previous test versions of QEMU 2.0. So my system doesn't like
something  about this latest test version of QEMU.

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

Title:
  [FFE] Merge qemu 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1284793/+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 1297097] Re: maas package descriptions could use some modernization and improvement

2014-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~kirkland/maas/1297097

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

Title:
  maas package descriptions could use some modernization and improvement

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

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


[Bug 1297058] Re: [FFe] [UIFe] Please update light-locker-settings to 1.2.0

2014-03-25 Thread Jackson Doak
Subscribing gilir for a sign off from lubuntu

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

Title:
  [FFe] [UIFe] Please update light-locker-settings to 1.2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker-settings/+bug/1297058/+subscriptions

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


[Bug 1297097] Re: maas package descriptions could use some modernization and improvement

2014-03-25 Thread Dustin Kirkland 
** Changed in: maas (Ubuntu)
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

** Also affects: maas (Ubuntu Trusty)
   Importance: Medium
 Assignee: Andres Rodriguez (andreserl)
   Status: In Progress

** Changed in: maas (Ubuntu Trusty)
Milestone: None = ubuntu-14.04-beta-2

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

Title:
  maas package descriptions could use some modernization and improvement

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

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


[Bug 1297097] [NEW] maas package descriptions could use some modernization and improvement

2014-03-25 Thread Dustin Kirkland 
Public bug reported:

MAAS in Ubuntu 14.04 need not discuss orchestra, and could really do a
better job more clearly explaining each package's purpose.  This should
really be cleaned up for our 14.04 LTS release, where many people will
re-evaluate MAAS, or discover it for the very first time.

** Affects: maas (Ubuntu)
 Importance: Medium
 Assignee: Andres Rodriguez (andreserl)
 Status: In Progress

** Affects: maas (Ubuntu Trusty)
 Importance: Medium
 Assignee: Andres Rodriguez (andreserl)
 Status: In Progress

** Changed in: maas (Ubuntu)
   Status: New = In Progress

** Changed in: maas (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/1297097

Title:
  maas package descriptions could use some modernization and improvement

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

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


[Bug 1272448] Re: December 2013 updates to 12.04 LTS cause multiple problems

2014-03-25 Thread octalman
Following the most recent update (about March 22-24, 2014):

Issues 1 and 9 remain unresolved.

13. A new issue has appeared, possibly related to No. 11 (probable
memory leak):  after the system runs for a prolonged period, a message
appears with increasing frequency, stating that a script has stopped
running.  System usability gradually, then rapidly, decays to the point
of the system being unusable.  Re-boot is required.  The issue appears
to be related to Firefox, but Firefox may or may not be the true cause.
A more probable culprit seems to be Unity.

Issue No. 12 has not reared its head, but there has been only limited
testing.

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

Title:
  December 2013 updates to 12.04 LTS cause multiple problems

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

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


[Bug 1297095] Re: Backlight control not working in Lenovo Y500

2014-03-25 Thread Sandesh C
** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1297095/+attachment/4042053/+files/lspci-vnvn.log

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

Title:
  Backlight control not working in Lenovo Y500

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

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


[Bug 1297095] Re: Backlight control not working in Lenovo Y500

2014-03-25 Thread Sandesh C
** Attachment added: version.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1297095/+attachment/4042054/+files/version.log

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

Title:
  Backlight control not working in Lenovo Y500

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

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


[Bug 1297095] Status changed to Confirmed

2014-03-25 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/1297095

Title:
  Backlight control not working in Lenovo Y500

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

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


[Bug 1297099] [NEW] wifi not working after system crash; *-network DISABLED

2014-03-25 Thread Shashwat Sridhar
Public bug reported:

I have a machine which had ubuntu 12.04 preinstalled, and i did a fresh
install of ubuntu 13.04 a few months ago, and had to manually install
the drivers for the wireless adapter. The wifi and ethernet worked
flawlessly after that, until last night, when i was working on some ftp
work for my website, and i started uploading a 50mb file, and the system
hung. I used the system reset method of Ctrl+Alt+SysRq+R-E-I-S-U-B.
When the system rebooted, the wireless wasn't working, and in the
indicator applet it said  device not ready under the wireless section.
Initially, even the ethernet wasn't working, but after a little while,
it automatically started working, thankfully!

I ran a few commands in the terminal, and i'm pasting the outputs below.

rfkill list all

0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

lspci

00:00.0 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) 
Processor Root Complex
00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI 
Richland [Radeon HD 8450G]
00:01.1 Audio device: Advanced Micro Devices [AMD] nee ATI Trinity HDMI Audio 
Controller
00:04.0 PCI bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) 
Processor Root Port
00:05.0 PCI bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) 
Processor Root Port
00:07.0 PCI bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) 
Processor Root Port
00:10.0 USB controller: Advanced Micro Devices [AMD] FCH USB XHCI Controller 
(rev 09)
00:10.1 USB controller: Advanced Micro Devices [AMD] FCH USB XHCI Controller 
(rev 09)
00:11.0 SATA controller: Advanced Micro Devices [AMD] FCH SATA Controller [AHCI 
mode] (rev 40)
00:12.0 USB controller: Advanced Micro Devices [AMD] FCH USB OHCI Controller 
(rev 11)
00:12.2 USB controller: Advanced Micro Devices [AMD] FCH USB EHCI Controller 
(rev 11)
00:13.0 USB controller: Advanced Micro Devices [AMD] FCH USB OHCI Controller 
(rev 11)
00:13.2 USB controller: Advanced Micro Devices [AMD] FCH USB EHCI Controller 
(rev 11)
00:14.0 SMBus: Advanced Micro Devices [AMD] FCH SMBus Controller (rev 16)
00:14.2 Audio device: Advanced Micro Devices [AMD] FCH Azalia Controller (rev 
01)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] FCH LPC Bridge (rev 11)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] FCH PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices [AMD] FCH USB OHCI Controller 
(rev 11)
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) 
Processor Function 0
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) 
Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) 
Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) 
Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) 
Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) 
Processor Function 5
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI 
Express Gigabit Ethernet controller (rev 0c)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI 
Express Card Reader (rev 01)
03:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe
03:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth

sudo lshw -C network

 *-network   
   description: Ethernet interface
   product: RTL8111/8168 PCI Express Gigabit Ethernet controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@:01:00.0
   logical name: eth0
   version: 0c
   serial: a4:5d:36:cb:a7:da
   size: 100Mbit/s
   capacity: 1Gbit/s
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-1_0.0.3 10/23/12 
ip=192.168.1.10 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
   resources: irq:49 ioport:4000(size=256) memory:d500-d5000fff 
memory:d000-d0003fff
  *-network DISABLED
   description: Wireless interface
   product: RT3290 Wireless 802.11n 1T/1R PCIe
   vendor: Ralink corp.
   physical id: 0
   bus info: pci@:03:00.0
   logical name: wlan0
   version: 00
   serial: 3c:77:e6:af:f0:a7
   width: 32 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list ethernet physical 
wireless
   configuration: broadcast=yes driver=rt2800pci 
driverversion=3.8.0-33-generic firmware=0.37 latency=0 link=no multicast=yes 
wireless=IEEE 802.11bgn
   resources: irq:19 memory:d301-d301


[Bug 1295583] Re: [Dell Inspiron N5425] High failures found in FWTS report

2014-03-25 Thread Alex Hung
** Changed in: linux-lts-saucy (Ubuntu)
   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/1295583

Title:
  [Dell Inspiron N5425] High failures found in FWTS report

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

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


[Bug 1270079] Re: [Lenovo T540p, W540] Backlight interfaces not fully working

2014-03-25 Thread Alex Hung
** Changed in: linux-lts-raring (Ubuntu)
   Status: Triaged = 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/1270079

Title:
  [Lenovo T540p, W540] Backlight interfaces not fully working

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

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


[Bug 1295521] Re: cannot shutdown/suspend/restart from the GUI

2014-03-25 Thread Martin Pitt
Oh, if it doesn't work, please copypaste the entire output, there
should be an error message (like permission denied by polkit or
something). Please also give me the output of loginctl.

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

Title:
  cannot shutdown/suspend/restart from the GUI

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

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


[Bug 1295521] Re: cannot shutdown/suspend/restart from the GUI

2014-03-25 Thread Martin Pitt
As your normal user in a GUI session, can you please give me the output
of

  gdbus call -y -d org.freedesktop.login1 -o /org/freedesktop/login1 -m
org.freedesktop.login1.Manager.CanReboot

That ought to be something like ('yes',).

If that says yes,  can you confirm that rebooting works with

  gdbus call -y -d org.freedesktop.login1 -o /org/freedesktop/login1 -m
org.freedesktop.login1.Manager.Reboot true

Thanks!

** Changed in: systemd (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/1295521

Title:
  cannot shutdown/suspend/restart from the GUI

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

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


[Bug 1297100] [NEW] Installing mir-demos also installs *-dev packages

2014-03-25 Thread Daniel van Vugt
Public bug reported:

Installing mir-demos also installs *-dev packages. I'm not sure what's
going on here, but I do know that mir-demos is meant to only contain
demo binaries and somehow that is depending on *-dev packages, which
looks wrong:

# Starting on a freshly installed trusty system
$ sudo apt-get install mir-demos
[sudo] password for dan: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  libboost-program-options-dev libboost-program-options1.54-dev
  libboost-program-options1.54.0 libboost1.54-dev libgflags2 libglm-dev
  libgoogle-glog0 libmirclient-dev libmirclient7 libmirclientplatform-mesa
  libmirplatform libmirplatformgraphics-mesa libmirprotobuf-dev
  libmirprotobuf0 libmirserver-dev libmirserver17 libprotobuf-dev
  libprotobuf-lite8 libstdc++-4.8-dev libunwind8 mir-doc mircommon-dev
  zlib1g-dev
Suggested packages:
  libboost1.54-doc libboost-atomic1.54-dev libboost-chrono1.54-dev
  libboost-context1.54-dev libboost-coroutine.54-dev
  libboost-date-time1.54-dev libboost-exception1.54-dev
  libboost-filesystem1.54-dev libboost-graph1.54-dev
  libboost-graph-parallel1.54-dev libboost-iostreams1.54-dev
  libboost-locale1.54-dev libboost-log.54-dev libboost-math1.54-dev
  libboost-mpi1.54-dev libboost-mpi-python1.54-dev libboost-python1.54-dev
  libboost-random1.54-dev libboost-regex1.54-dev
  libboost-serialization1.54-dev libboost-signals1.54-dev
  libboost-system1.54-dev libboost-test1.54-dev libboost-thread1.54-dev
  libboost-timer1.54-dev libboost-wave1.54-dev libboost1.54-tools-dev
  libmpfrc++-dev libntl-dev libstdc++-4.8-doc
The following NEW packages will be installed:
  libboost-program-options-dev libboost-program-options1.54-dev
  libboost-program-options1.54.0 libboost1.54-dev libgflags2 libglm-dev
  libgoogle-glog0 libmirclient-dev libmirclient7 libmirclientplatform-mesa
  libmirplatform libmirplatformgraphics-mesa libmirprotobuf-dev
  libmirprotobuf0 libmirserver-dev libmirserver17 libprotobuf-dev
  libprotobuf-lite8 libstdc++-4.8-dev libunwind8 mir-demos mir-doc
  mircommon-dev zlib1g-dev
0 to upgrade, 24 to newly install, 0 to remove and 0 not to upgrade.
Need to get 59.1 MB of archives.
After this operation, 221 MB of additional disk space will be used.
Do you want to continue? [Y/n]

** Affects: mir
 Importance: Medium
 Status: Triaged

** Affects: mir (Ubuntu)
 Importance: Medium
 Status: Triaged

** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mir (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  Installing mir-demos also installs *-dev packages

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

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


[Bug 1295998] Re: linux-generic (and dependencies) is not automatically installed

2014-03-25 Thread LAZA
Yes, shure, the kernel with the shipped CD/iso is installed.

But only this kernel and not the generic meta package which grant an
automatic update to the lastet kernel provided by upstream.

I installed the generic packages by myself cause i was suspicios about
why the Notebook gets an new kernel and the other two machines not.

But i can try the beta1/daily iso from the net, install it on an VM, look into 
the package list and will attach it if there is again the kernel generic 
packages missing.
But normally i try 32 bit version in VMs and there it worked as expected.

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

Title:
  linux-generic (and dependencies) is not automatically installed

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

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


[Bug 1297101] [NEW] it is not possible to reset compiz

2014-03-25 Thread Tamir
Public bug reported:

It is not possible to reset compiz, and swim  windows programs for top
panel

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: compiz 1:0.9.11+14.04.20140320.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.13.3-0ubuntu1
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Tue Mar 25 10:14:42 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus: vboxhost, 4.3.8, 3.13.0-19-generic, i686: installed
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7520G] [1002:9990] 
(prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c0da]
 Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7500M/7600M Series] 
[1002:6840] (rev ff) (prog-if ff)
InstallationDate: Installed on 2014-03-22 (2 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140321)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 355V4C/356V4C/3445VC/3545VC
PackageArchitecture: all
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-19-generic 
root=UUID=9599876d-6f9c-484c-9444-6399762dd3c2 ro quiet splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/04/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P09AAN
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: NP355V5X-S01RU
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: BOARD REVISION 00
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP09AAN:bd07/04/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn355V4C/356V4C/3445VC/3545VC:pvrP09AAN.031.CP:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP355V5X-S01RU:rvrBOARDREVISION00:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.name: 355V4C/356V4C/3445VC/3545VC
dmi.product.version: P09AAN.031.CP
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.11+14.04.20140320.1-0ubuntu1
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Tue Mar 25 10:10:51 2014
xserver.configfile: default
xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.0-1ubuntu7
xserver.video_driver: radeon

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


** Tags: apport-bug compiz-0.9 i386 trusty ubuntu

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

Title:
  it is not possible to reset compiz

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

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


[Bug 1297104] [NEW] [Dell XPS13 9333] Screen flickering when trying 12.04.4 Live Desktop under UEFI

2014-03-25 Thread Yung Shen
Public bug reported:

Problem:

Unable to use 12.04.4 live flash drive to install Ubuntu through UEFI
mode, desktop screen flickering, and VT consoles too.


Workaround:

This does not happen under legacy BIOS mode.

Tried add nomodeset kernel parameter during grub menu fixed this
problem.


Further investigating:

14.04 live daily build does not have this problem.

12.04.4 with later kernel does not have this issue, after version
3.11.0-17 .

** Affects: linux-lts-saucy (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 201309-14238 taipei-lab

** Attachment added: 12.04.4 screen flickering apport logs
   
https://bugs.launchpad.net/bugs/1297104/+attachment/4042138/+files/flickering.apport

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

Title:
  [Dell XPS13 9333] Screen flickering when trying 12.04.4 Live Desktop
  under UEFI

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

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


[Bug 1297103] [NEW] [Hewlett-Packard HP EliteBook 8440p] suspend/resume failure

2014-03-25 Thread Amit Yadav
Public bug reported:

System was low on battery (battery is old as well) and it tried to went
on suspended mode, at the moment there was firefox running with video
streaming. The system went in to half suspended state (screen off but
rest of things running) before waking up again with login prompt... then
again to suspended state only to repeat this cycle.

ProblemType: KernelOops
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-19-generic 3.13.0-19.39
ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  amit   2271 F pulseaudio
 /dev/snd/pcmC0D0p:   amit   2271 F...m pulseaudio
Date: Tue Mar 25 11:10:50 2014
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=73900678-da6d-4a6e-8089-e1cc4cf7f8e4
InstallationDate: Installed on 2013-07-30 (237 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
InterpreterPath: /usr/bin/python3.4
MachineType: Hewlett-Packard HP EliteBook 8440p
PccardctlStatus:
 Socket 0:
   3.3V
  16-bit
  PC Card
   Subdevice 0 (function 0) bound to driver pata_pcmcia
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-19-generic 
root=UUID=87c46dd0-2b6b-461d-a6a1-300b66cf2cda ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-19-generic N/A
 linux-backports-modules-3.13.0-19-generic  N/A
 linux-firmware 1.126
SourcePackage: linux
Title: [Hewlett-Packard HP EliteBook 8440p] suspend/resume failure
UpgradeStatus: Upgraded to trusty on 2014-03-04 (20 days ago)
UserGroups:
 
dmi.bios.date: 06/02/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68CCU Ver. F.0B
dmi.board.name: 172A
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 30.2C
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CCUVer.F.0B:bd06/02/2010:svnHewlett-Packard:pnHPEliteBook8440p:pvr:rvnHewlett-Packard:rn172A:rvrKBCVersion30.2C:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 8440p
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-kerneloops resume suspend trusty

** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/bugs/1297103/+attachment/4042118/+files/lspci-vnvn.log

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

Title:
  [Hewlett-Packard HP EliteBook 8440p] suspend/resume failure

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

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


[Bug 1267818] Re: Please remove qtmultimedia private headers usage to work with Qt 5.2

2014-03-25 Thread Timo Jyrinki
** Changed in: qtubuntu-camera (Ubuntu)
 Assignee: rosa maria (rprosamaria383) = Timo Jyrinki (timo-jyrinki)

** Changed in: qtubuntu-cameraplugin-fake (Ubuntu)
 Assignee: rosa maria (rprosamaria383) = Timo Jyrinki (timo-jyrinki)

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

Title:
  Please remove qtmultimedia private headers usage to work with Qt 5.2

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

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


[Bug 1288876] Re: When clicking the header, the notes are not collapsed

2014-03-25 Thread Timo Jyrinki
** Changed in: ubuntu-ui-toolkit
   Status: In Progress = 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/1288876

Title:
  When clicking the header, the notes are not collapsed

To manage notifications about this bug go to:
https://bugs.launchpad.net/notes-app/+bug/1288876/+subscriptions

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


[Bug 536766] Re: Personal file sharing preferences dialog does not offer to install needed packages

2014-03-25 Thread Amr Ibrahim
any updates on this for trusty?

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

Title:
  Personal file sharing preferences dialog does not offer to install
  needed packages

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

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


Re: [Cairo-dock-team] [Bug 1296422] Re: não inicializa.

2014-03-25 Thread Fabounet
in which cases g_pMainDock can be NULL?

in case the dock is started in maintenance mode
or before the first dock is created, but  _check_composite_delayed is
called from a timeout with NULL as data, which is normal (we don't need
g_pMainDock in this function)
why do you think g_pMainDock is NULL ?

a complete backtrace with gdb could help I think


2014-03-24 22:39 GMT+01:00 Matthieu Baerts matt...@gmail.com:

 Sorry, we don't speak Portuguese but Google Translate does
 (approximately :-) )

 Sailing normally, when I decided to install cairo dock
 I just installed cairo dock, and started the program.

 @fabounet: is it possible that g_pMainDock is not initialised when
 displaying the dialogue at startup?

 --
 You received this bug notification because you are a member of Cairo-
 Dock Devs, which is subscribed to cairo-dock in Ubuntu.
 https://bugs.launchpad.net/bugs/1296422

 Title:
   não inicializa.

 Status in “cairo-dock” package in Ubuntu:
   Incomplete

 Bug description:
   Cairo dock not boot.

   ProblemType: Crash
   DistroRelease: Ubuntu 14.04
   Package: cairo-dock-core 3.3.99.beta1.1~20140219~bzr1717-0ubuntu2
   ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
   Uname: Linux 3.13.0-19-generic i686
   NonfreeKernelModules: wl
   ApportVersion: 2.13.3-0ubuntu1
   Architecture: i386
   CurrentDesktop: LXDE
   Date: Sun Mar 23 18:34:08 2014
   ExecutablePath: /usr/bin/cairo-dock
   InstallationDate: Installed on 2014-02-27 (24 days ago)
   InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha i386 (20140225)
   ProcCmdline: cairo-dock
   SegvAnalysis: Skipped: missing required field Disassembly
   Signal: 11
   SourcePackage: cairo-dock
   UpgradeStatus: No upgrade log present (probably fresh install)
   UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin plugdev
 sambashare sudo tape vboxusers video

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/1296422/+subscriptions

 ___
 Mailing list: https://launchpad.net/~cairo-dock-team
 Post to : cairo-dock-t...@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~cairo-dock-team
 More help   : https://help.launchpad.net/ListHelp


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

Title:
  não inicializa.

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

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

[Bug 60315]

2014-03-25 Thread genstorm
Same here, kde frameworks 4.12.3, plasma workspaces 4.11.7, but it has
been going on for a while now.

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

Title:
  Launching HTTP Cache Cleaner

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

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



[Bug 1295521] Re: cannot shutdown/suspend/restart from the GUI

2014-03-25 Thread Julien Aubin
Hi,

When launching gdbus, error is :
julien@pcathlon64:~$ gdbus call -y -d org.freedesktop.login1 -o 
/org/freedesktop/login1 -m org.freedesktop.login1.Manager.CanReboot
Erreur : GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Cannot launch 
daemon, file not found or permissions invalid

When trying to reboot :
julien@pcathlon64:~$  gdbus call -y -d org.freedesktop.login1 -o 
/org/freedesktop/login1 -m org.freedesktop.login1.Manager.Reboot true
Erreur : GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Cannot launch 
daemon, file not found or permissions invalid

julien@pcathlon64:~$ loginctl
Failed to issue method call: Cannot launch daemon, file not found or 
permissions invalid

Actually I had a similar bug with Saucy which has been fixed with an
update of logind (now replaced with systemd)

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

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

Title:
  cannot shutdown/suspend/restart from the GUI

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

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

[Bug 1288876] Re: When clicking the header, the notes are not collapsed

2014-03-25 Thread Timo Jyrinki
Hmm, weirdly the lp:~zsombi/ubuntu-ui-toolkit/ima-bug1288876 was not marked as 
being merged, even though it's clearly there:
http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/revision/977

Marking manually as merged.

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

Title:
  When clicking the header, the notes are not collapsed

To manage notifications about this bug go to:
https://bugs.launchpad.net/notes-app/+bug/1288876/+subscriptions

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


[Bug 1295551] Re: Keyboard shortcuts for workspaces in Xubuntu do not work after restart on Xubuntu

2014-03-25 Thread Łukasz Kościuk
Before restart when shortcuts are configured and works fine:
xfconf-query -c xfce4-keyboard-shortcuts -lv | grep xfwm4
/xfwm4/custom/AltControlEndmove_window_next_workspace_key
/xfwm4/custom/AltControlHome   move_window_prev_workspace_key
/xfwm4/custom/AltControlKP_1   move_window_workspace_1_key
/xfwm4/custom/AltControlKP_2   move_window_workspace_2_key
/xfwm4/custom/AltControlKP_3   move_window_workspace_3_key
/xfwm4/custom/AltControlKP_4   move_window_workspace_4_key
/xfwm4/custom/AltControlKP_5   move_window_workspace_5_key
/xfwm4/custom/AltControlKP_6   move_window_workspace_6_key
/xfwm4/custom/AltControlKP_7   move_window_workspace_7_key
/xfwm4/custom/AltControlKP_8   move_window_workspace_8_key
/xfwm4/custom/AltControlKP_9   move_window_workspace_9_key
/xfwm4/custom/AltDelete  del_workspace_key
/xfwm4/custom/AltF10 maximize_window_key
/xfwm4/custom/AltF11 fullscreen_key
/xfwm4/custom/AltF12 above_key
/xfwm4/custom/AltF4  close_window_key
/xfwm4/custom/AltF5  maximize_horiz_key
/xfwm4/custom/AltF6  maximize_vert_key
/xfwm4/custom/AltF7  maximize_window_key
/xfwm4/custom/AltF8  stick_window_key
/xfwm4/custom/AltF9  hide_window_key
/xfwm4/custom/AltInsert  add_workspace_key
/xfwm4/custom/AltShiftTab  cycle_reverse_windows_key
/xfwm4/custom/Altspace   popup_menu_key
/xfwm4/custom/AltTab cycle_windows_key
/xfwm4/custom/ControlAltd  show_desktop_key
/xfwm4/custom/ControlAltDown   down_workspace_key
/xfwm4/custom/ControlAltLeft   left_workspace_key
/xfwm4/custom/ControlAltRight  right_workspace_key
/xfwm4/custom/ControlAltUp up_workspace_key
/xfwm4/custom/ControlF11 workspace_11_key
/xfwm4/custom/ControlF12 workspace_12_key
/xfwm4/custom/ControlShiftAltLeftmove_window_left_key
/xfwm4/custom/ControlShiftAltRight   move_window_right_key
/xfwm4/custom/ControlShiftAltUp  move_window_up_key
/xfwm4/custom/Down down_key
/xfwm4/custom/Escape   cancel_key
/xfwm4/custom/Left left_key
/xfwm4/custom/override true
/xfwm4/custom/PrimaryAltd  show_desktop_key
/xfwm4/custom/PrimaryAltDown   down_workspace_key
/xfwm4/custom/PrimaryAltEndmove_window_next_workspace_key
/xfwm4/custom/PrimaryAltHome   move_window_prev_workspace_key
/xfwm4/custom/PrimaryAltKP_1   move_window_workspace_1_key
/xfwm4/custom/PrimaryAltKP_2   move_window_workspace_2_key
/xfwm4/custom/PrimaryAltKP_3   move_window_workspace_3_key
/xfwm4/custom/PrimaryAltKP_4   move_window_workspace_4_key
/xfwm4/custom/PrimaryAltKP_5   move_window_workspace_5_key
/xfwm4/custom/PrimaryAltKP_6   move_window_workspace_6_key
/xfwm4/custom/PrimaryAltKP_7   move_window_workspace_7_key
/xfwm4/custom/PrimaryAltKP_8   move_window_workspace_8_key
/xfwm4/custom/PrimaryAltKP_9   move_window_workspace_9_key
/xfwm4/custom/PrimaryAltLeft   left_workspace_key
/xfwm4/custom/PrimaryAltRight  right_workspace_key
/xfwm4/custom/PrimaryAltUp up_workspace_key
/xfwm4/custom/PrimaryF1  workspace_1_key
/xfwm4/custom/PrimaryF11 workspace_11_key
/xfwm4/custom/PrimaryF12 workspace_12_key
/xfwm4/custom/PrimaryF2  workspace_2_key
/xfwm4/custom/PrimaryF3  workspace_3_key
/xfwm4/custom/PrimaryF5  workspace_5_key
/xfwm4/custom/PrimaryF7  workspace_7_key
/xfwm4/custom/PrimaryKP_0workspace_1_key
/xfwm4/custom/PrimaryKP_1workspace_2_key
/xfwm4/custom/PrimaryKP_2workspace_3_key
/xfwm4/custom/PrimaryKP_3workspace_4_key
/xfwm4/custom/PrimaryKP_4workspace_5_key
/xfwm4/custom/PrimaryKP_5workspace_6_key
/xfwm4/custom/PrimaryKP_6workspace_7_key
/xfwm4/custom/PrimaryKP_7workspace_8_key
/xfwm4/custom/PrimaryKP_8workspace_9_key
/xfwm4/custom/PrimaryKP_9workspace_10_key
/xfwm4/custom/PrimaryShiftAltLeftmove_window_left_key
/xfwm4/custom/PrimaryShiftAltRight   move_window_right_key
/xfwm4/custom/PrimaryShiftAltUp  move_window_up_key
/xfwm4/custom/Rightright_key
/xfwm4/custom/ShiftAltPage_Downlower_window_key
/xfwm4/custom/ShiftAltPage_Up  raise_window_key
/xfwm4/custom/SuperTab   switch_window_key
/xfwm4/custom/Up   up_key
/xfwm4/default/AltDelete del_workspace_key
/xfwm4/default/AltF10   

[Bug 1297105] [NEW] evince thinks libsm missing if on different mount/filesystem

2014-03-25 Thread Jan Groenewald
Public bug reported:

Reference:
http://askubuntu.com/questions/372050/can-not-run-evince-says-shared-library-is-missing

$ evince
evince: error while loading shared libraries: libSM.so.6: cannot open shared 
object file: No such file or directory

However libSM is there, and other applications using can find and open
it (e.g. gv)

We had this issue on a 32bit Ubuntu 12.04.3, with

/ mounted ext4
/usr1 mounted ext3
and /usr/lib a symbolic link to /usr1/lib
(along with a few other directories in /usr being symlinks to directories 
residing in /usr1)

The problem disappeared when removing the symlink and moving /usr1/lib
into /usr

Previously:

strace:
open(/usr/lib/i386-linux-gnu/libSM.so.6, O_RDONLY|O_CLOEXEC) = -1
EACCES (Permission denied)

and

ltrace:
SYS_open(/usr/lib/i386-linux-gnu/libSM.so..., 524288, 00) = -13
SYS_stat64(0xbfccdbb0, 0xbfccdc40, 0xb7713ff4, 16, 0xb76f0064) = 0

** Affects: evince (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/1297105

Title:
  evince thinks libsm missing if on different mount/filesystem

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

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


[Bug 1264707] Re: IO limit 1.2 MB/s for 32bit ubuntu (PAE, 32 Gb RAM)

2014-03-25 Thread Ilya Murav'jov
I've reproduced the issue with Thinkpad W520, 32GB RAM (Ubuntu Saucy,
480kb/s).

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

Title:
  IO limit 1.2 MB/s for 32bit ubuntu (PAE, 32 Gb RAM)

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

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


[Bug 1259153] Re: [MIR] schroot

2014-03-25 Thread Seth Arnold
I reviewed schroot version 1.6.8-1 as checked into trusty. This should not
be considered a full security review but rather a quick gauge of
maintainability.

- schroot provides a setuid mechanism to allow unprivileged users to
  access predefined chroot environments, especially useful for managing
  build environments.
- Build-Depends: cmake, debhelper, pkg-config, libpam0g-dev, uuid-dev,
  libboost-dev, libboost-iostreams-dev, libboost-program-options-dev,
  libboost-regex-dev, libboost-filesystem-dev, gettext, libcppunit-dev,
  groff-base, po4a, doxygen, graphviz
- No cryptography
- No networking
- Does not daemonize
- pre-, post- -install, -rm scripts appear to clean up after each other
- init script can either clean up or repair schroot instances at boot,
  tear down schroot instances at shutdown
- No dbus services
- dchroot, dchroot-dsa, schroot setuid executables
- No sudo fragments
- No udev rules
- A variety of tests are run at build time
- No cronjobs
- Build logs are cluttered with percentages, doxygen failures, etc., but
  the actual code is mostly clean, with only a few warnings

- Subprocesses spawned extensively, safe APIs appear to be used
- Memory management looked careful
- Not much file management, looked careful
- Logging looked careful
- No environment variable handling
- Significant privileged code operations, looked careful
- No cryptography
- No networking
- No temporary file handling
- No WebKit
- No JavaScript
- No PolicyKit
- Clean cppcheck

The code looked like idiomatic C++ -- not necessarily easy to digest
in a quick glance but it looked like it has been designed well by
professionals. Since chroots are not very useful as a security device, I
did not consider to audit schroot as if it were a security device -- I
consider schroot to be a tool of convenience, primarily for build
environments.

However, the schroot binaries are large setuid executables that are
lacking the basic hardening tools PIE, fortify source, and immediate
binding. We should enable these hardening steps to reduce the chance
of exploitation of the executable -- even if the configuration may be
too lenient to provide security, the tools themselves should still be
hardened. (I know doko mentioned the hardening defaults, but the 1.6.8-1
build log [1] does not show Fortify or PIE support.)

Before promoting to main, please enable PIE, Fortify source, and
immediate binding.

With this request, security team ACK for promoting schroot to main.

Thanks

[1]: https://launchpadlibrarian.net/161584565/buildlog_ubuntu-trusty-
amd64.schroot_1.6.8-1_UPLOADING.txt.gz


** Changed in: schroot (Ubuntu)
 Assignee: Seth Arnold (seth-arnold) = (unassigned)

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

Title:
  [MIR] schroot

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

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


[Bug 1297103] Status changed to Confirmed

2014-03-25 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/1297103

Title:
  [Hewlett-Packard HP EliteBook 8440p] suspend/resume failure

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

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


[Bug 1002981] Re: Aptdaemon fails to start

2014-03-25 Thread Julien Aubin
Oh and from my lightdm logs I also get the following messages :

QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Aucun 
fichier ou dossier de ce type
QFileSystemWatcher: failed to add paths: /var/lib/lightdm/.config/ibus/bus
Bus::open: Can not get ibus-daemon's address. 
IBusInputContext::createInputContext: no connection to ibus-daemon 
QDBusError(org.freedesktop.DBus.Error.Spawn.ExecFailed, Cannot launch 
daemon, file not found or permissions invalid) 
QDBusError(org.freedesktop.DBus.Error.Spawn.ExecFailed, Cannot launch 
daemon, file not found or permissions invalid) 
QDBusError(org.freedesktop.DBus.Error.Spawn.ExecFailed, Cannot launch 
daemon, file not found or permissions invalid) 
QDBusError(org.freedesktop.DBus.Error.Spawn.ExecFailed, Cannot launch 
daemon, file not found or permissions invalid) 

Don't know if it is related...

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

Title:
  Aptdaemon fails to start

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

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


[Bug 1295521] Re: cannot shutdown/suspend/restart from the GUI

2014-03-25 Thread Julien Aubin
Oh and from my lightdm logs I also get the following messages :

QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Aucun 
fichier ou dossier de ce type
QFileSystemWatcher: failed to add paths: /var/lib/lightdm/.config/ibus/bus
Bus::open: Can not get ibus-daemon's address.
IBusInputContext::createInputContext: no connection to ibus-daemon
QDBusError(org.freedesktop.DBus.Error.Spawn.ExecFailed, Cannot launch 
daemon, file not found or permissions invalid)
QDBusError(org.freedesktop.DBus.Error.Spawn.ExecFailed, Cannot launch 
daemon, file not found or permissions invalid)
QDBusError(org.freedesktop.DBus.Error.Spawn.ExecFailed, Cannot launch 
daemon, file not found or permissions invalid)
QDBusError(org.freedesktop.DBus.Error.Spawn.ExecFailed, Cannot launch 
daemon, file not found or permissions invalid)

Don't know if it is related...

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

Title:
  cannot shutdown/suspend/restart from the GUI

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

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


[Bug 1295521] Re: cannot shutdown/suspend/restart from the GUI

2014-03-25 Thread Martin Pitt
If you run

  sudo /lib/systemd/systemd-logind

what happens? I suppose this crashes somehow? If not, press Control-C to
end it again. Please copypaste the output.

 logind (now replaced with systemd)

For the record, that's wrong. ConsoleKit has been replaced with logind,
and we don't use systemd (in the sense of pid 1) yet.

** Changed in: systemd (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/1295521

Title:
  cannot shutdown/suspend/restart from the GUI

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

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


[Bug 1002981] Re: Aptdaemon fails to start

2014-03-25 Thread Julien Aubin
Sorry posted comment to the wrong bug

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

Title:
  Aptdaemon fails to start

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

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


[Bug 1288742] Re: clock app, gallery, etc using incorrect path for config file due to StateSaver

2014-03-25 Thread Zsombor Egri
The MP from UITK should come in the next UITK release.

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

Title:
  clock app, gallery, etc using incorrect path for config file due to
  StateSaver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-clock-app/+bug/1288742/+subscriptions

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


[Bug 1297104] Re: [Dell XPS13 9333] Screen flickering when trying 12.04.4 Live Desktop under UEFI

2014-03-25 Thread Yung Shen
** Attachment added: 12.04.4 screen flickering xorg apport logs
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-saucy/+bug/1297104/+attachment/4042147/+files/flickering_xorg.apport

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

Title:
  [Dell XPS13 9333] Screen flickering when trying 12.04.4 Live Desktop
  under UEFI

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

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


[Bug 1282288] Re: Error in unity-greeter every time I login

2014-03-25 Thread Rob Whyte
Is this the same as https://bugs.launchpad.net/ubuntu/+source/unity-
greeter/+bug/1272859

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

Title:
  Error in unity-greeter every time I login

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

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


[Bug 1294580] Re: indicator-datetime-service panel clock freezes

2014-03-25 Thread Kees Bos
BTW. I noticed yesterday that the calendar items of the EWS account are
not displayed in the evolution calendar interface and that the calendar
interface/evolution seems to hang.

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

Title:
  indicator-datetime-service panel clock freezes

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

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


[Bug 1297112] [NEW] Not translated...

2014-03-25 Thread Joshua Dunamis
Public bug reported:

After the last upgrade the indicator-session menu is not in italian
language anymore.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: indicator-session 12.10.5+14.04.20140324-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Mar 25 08:18:13 2014
InstallationDate: Installed on 2014-03-19 (6 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140318)
SourcePackage: indicator-session
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: indicator-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  Not translated...

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

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


[Bug 1195148] Re: 10de:11bc [Dell Precision M6700] With external monitor plugged, this system cannot be suspended by closing the lid

2014-03-25 Thread Po-Hsu Lin
Tested with 14.04 on 201205-11042, this system could be suspended with
external monitor by closing the lid.

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

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

Title:
  10de:11bc [Dell Precision M6700] With external monitor plugged, this
  system cannot be suspended by closing the lid

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

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


[Bug 1295127] Re: gvim has messed up global menus

2014-03-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity-gtk-module (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/1295127

Title:
  gvim has messed up global menus

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

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


[Bug 1295127] Re: gvim has messed up global menus

2014-03-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: vim (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/1295127

Title:
  gvim has messed up global menus

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

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


[Bug 1297104] Re: [Dell XPS13 9333] Screen flickering when trying 12.04.4 Live Desktop under UEFI

2014-03-25 Thread Yung Shen
** Attachment added: 12.04.4 live desktop flickering screenshot
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-saucy/+bug/1297104/+attachment/4042188/+files/2014-03-25%2012.02.14.jpg

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

Title:
  [Dell XPS13 9333] Screen flickering when trying 12.04.4 Live Desktop
  under UEFI

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

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


[Bug 1256116] Re: Documentation instructs to install the package unity-system-compositor, but this is not sufficient for having Mir

2014-03-25 Thread Daniel van Vugt
** Changed in: mir
   Status: Confirmed = Triaged

** Changed in: mir
   Importance: Undecided = Medium

** Changed in: unity-system-compositor
   Status: New = Invalid

** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: mir (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/1256116

Title:
  Documentation instructs to install the package unity-system-
  compositor, but this is not sufficient for having Mir

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

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


[Bug 1168592] Re: Sound not working on tyan S7025, Alsa detects, and activates controller, but no sound

2014-03-25 Thread Raymond
** Bug watch added: Linux Kernel Bug Tracker #72651
   http://bugzilla.kernel.org/show_bug.cgi?id=72651

** Also affects: alsa-driver via
   http://bugzilla.kernel.org/show_bug.cgi?id=72651
   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/1168592

Title:
  Sound not working on tyan S7025, Alsa detects, and activates
  controller, but no sound

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

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


[Bug 1296588] Re: Precise - Trusty upgrade fails: plainbox fails to configure with E: py3compile:243: Requested versions are not installed

2014-03-25 Thread Jean-Baptiste Lallement
Fixed and confirmed with latest run of automated tests.

** Changed in: plainbox (Ubuntu)
   Status: Triaged = 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/1296588

Title:
  Precise - Trusty upgrade fails: plainbox fails to configure with E:
  py3compile:243: Requested versions are not installed

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

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


[Bug 1297119] [NEW] package python-gi 3.11.91-1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2014-03-25 Thread Lenka
Public bug reported:

apeared during update of the system

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: python-gi 3.11.91-1
ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
Date: Tue Mar 25 08:36:14 2014
DuplicateSignature: package:python-gi:3.11.91-1:subprocess new pre-removal 
script returned error exit status 1
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2014-03-05 (19 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140304)
SourcePackage: pygobject
Title: package python-gi 3.11.91-1 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  package python-gi 3.11.91-1 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 1

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

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


[Bug 1280924] Re: Installing unity-system-compositor no longer does anything (unity-system-compositor never runs)

2014-03-25 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1256116 ***
https://bugs.launchpad.net/bugs/1256116

** This bug has been marked a duplicate of bug 1256116
   Documentation instructs to install the package unity-system-compositor, but 
this is not sufficient for having Mir

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

Title:
  Installing unity-system-compositor no longer does anything (unity-
  system-compositor never runs)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-system-compositor/+bug/1280924/+subscriptions

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


[Bug 1297119] Re: package python-gi 3.11.91-1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2014-03-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package python-gi 3.11.91-1 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 1

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

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


[Bug 1297104] Re: [Dell XPS13 9333] Screen flickering when trying 12.04.4 Live Desktop under UEFI

2014-03-25 Thread Yung Shen
** Attachment added: 12.04.4 VT console flickering screenshot
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-saucy/+bug/1297104/+attachment/4042199/+files/2014-03-25%2012.02.35.jpg

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

Title:
  [Dell XPS13 9333] Screen flickering when trying 12.04.4 Live Desktop
  under UEFI

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

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


[Bug 1256116] Re: Documentation instructs to install the package unity-system-compositor, but this is not sufficient for having Mir

2014-03-25 Thread Daniel van Vugt
This was fixed in r1239 (Mir 0.1.2). I'm not sure why the new docs are
not published on the web though.

** Changed in: mir
   Status: Triaged = Fix Released

** Changed in: mir (Ubuntu)
   Status: Triaged = 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/1256116

Title:
  Documentation instructs to install the package unity-system-
  compositor, but this is not sufficient for having Mir

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

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


[Bug 1294580] Re: indicator-datetime-service panel clock freezes

2014-03-25 Thread Kees Bos
Well, the items apear, but only after about 15 minutes (while evolution
is unresponsive).

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

Title:
  indicator-datetime-service panel clock freezes

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

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


[Bug 1252592] Re: Wakeup 1.3 on Ubuntu 13.10 sets volume on analogue playback to 39%

2014-03-25 Thread newbuntu
I believe the following patch should fix this (reset master volume when
alarm is stopped). Apply the patch by running `sudo patch
/usr/bin/wakeup wakeup.patch`. Please comment if this does or does not
fix the issue.

** Changed in: wakeup (Ubuntu)
 Assignee: (unassigned) = newbuntu (dsglass)

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

** Patch added: wakeup.patch
   
https://bugs.launchpad.net/ubuntu/+source/wakeup/+bug/1252592/+attachment/4042218/+files/wakeup.patch

** Changed in: wakeup (Ubuntu)
   Status: Confirmed = 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/1252592

Title:
  Wakeup 1.3 on Ubuntu 13.10 sets volume on analogue playback to 39%

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

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


[Bug 1275556] Re: [needs-packaging] Package 'gstreamer0.10-ffmpeg' has no installation candidate

2014-03-25 Thread Roman
See also bug 1293413

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

Title:
  [needs-packaging] Package 'gstreamer0.10-ffmpeg' has no installation
  candidate

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