[Bug 1384122] Re: SNMPD defaultmonitors not working

2014-11-12 Thread Stephane Neveu
Hi,

I'm also affected by this bug on ubuntu 14.04 LTS server 64 Bit :


syslog:Nov 12 08:34:25 myhost snmpd[30963]: /etc/snmp/snmpd.conf: line 143: 
Warning: Unknown token: defaultMonitors.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /etc/snmp/snmpd.conf: line 145: 
Warning: Unknown token: linkUpDownNotifications.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: Turning on AgentX master support.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 32: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 33: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 34: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 35: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 36: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 37: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 38: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30965]: NET-SNMP version 5.7.2


Once started, service snmpd stop do not work (I must kill -9 it, kill -15 do 
not work).
Using strace it freeze at :
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x2c32f434a10) = 31041
wait4(-1, 


Here is the full strace :
strace service snmpd start
execve(/usr/sbin/service, [service, snmpd, start], [/* 24 vars */]) = 0
brk(0)  = 0x784447cdc0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2e7e0f9
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=45836, ...}) = 0
mmap(NULL, 45836, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2e7e0f84000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/x86_64-linux-gnu/libc.so.6, O_RDONLY|O_CLOEXEC) = 3
read(3, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\320\37\2\0\0\0\0\0..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1845024, ...}) = 0
mmap(NULL, 3953344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x2e7e09ab000
mprotect(0x2e7e0b66000, 2097152, PROT_NONE) = 0
mmap(0x2e7e0d66000, 24576, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bb000) = 0x2e7e0d66000
mmap(0x2e7e0d6c000, 17088, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2e7e0d6c000
close(3)= 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2e7e0f83000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2e7e0f81000
arch_prctl(ARCH_SET_FS, 0x2e7e0f81740)  = 0
mprotect(0x2e7e0d66000, 16384, PROT_READ) = 0
mprotect(0x7843eac000, 8192, PROT_READ) = 0
mprotect(0x2e7e0f93000, 4096, PROT_READ) = 0
munmap(0x2e7e0f84000, 45836)= 0
getpid()= 31029
rt_sigaction(SIGCHLD, {0x7843ca3460, ~[RTMIN RT_1], SA_RESTORER, 
0x2e7e09e1c30}, NULL, 8) = 0
geteuid()   = 0
brk(0)  = 0x784447cdc0
brk(0x784449ddc0)   = 0x784449ddc0
brk(0x784449e000)   = 0x784449e000
getppid()   = 31026
stat(/var/log, {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
stat(., {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
open(/usr/sbin/service, O_RDONLY) = 3
fcntl(3, F_DUPFD, 10)   = 10
close(3)= 0
fcntl(10, F_SETFD, FD_CLOEXEC)  = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x7843ca3460, ~[RTMIN RT_1], SA_RESTORER, 0x2e7e09e1c30}, 
NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x2e7e09e1c30}, 
NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x2e7e09e1c30}, 
NULL, 8) = 0
read(10, #!/bin/sh\n\n#..., 8192) = 4873
pipe([3, 4])= 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x2e7e0f81a10) = 31030
close(4)= 0
read(3, service\n, 128)   = 8
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=31030, si_status=0, 
si_utime=0, si_stime=0} ---
rt_sigreturn()  = 8
read(3, , 128)= 0
close(3)= 0
wait4(-1, [{WIFEXITED(s)  WEXITSTATUS(s) == 0}], 0, NULL) = 31030
pipe([3, 

[Bug 1384122] Re: SNMPD defaultmonitors not working

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

** Changed in: net-snmp (Ubuntu)
   Status: New = Confirmed

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

Title:
  SNMPD defaultmonitors not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1384122/+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 190359] Re: dhclient continually seeks ip address on unconnected interface

2014-11-12 Thread ssameer
I am getting this on Ubuntu 14.10. I have removed the eth0 lines from
/etc/network/interfaces, but no effect.

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

Title:
  dhclient continually seeks ip address on unconnected interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dhcp3/+bug/190359/+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 1381967] Re: mongodb shell crash on arm64

2014-11-12 Thread Andrew Cloke
Mongodb ARM64 support explanation from Michael Hudson-Doyle.

1) MongoDB uses JS for two things:

   i) The 'mongo' shell that people use for interactive use and admin
  tasks etc.  This is perhaps not used so much in production, but
  it's something that most people use when first learning about
  mongo, e.g. it's the very first command in the getting started
  doc:

  http://docs.mongodb.org/manual/tutorial/getting-started/

   ii) A few server side scripting functions -- writing queries in js
   and the map/reduce stuff.  These are considered a bit esoteric
   and most people probably don't actually use them but of course
   some do.

2) MongoDB 2.4 (the version in trusty) ships with two javascript
   engines: spidermonkey and v8.  There is some license incompatibility
   with spidermonkey such that mongo said we'd be breaking the law if we
   distributed binaries built with it.  The version of v8 that is used
   by mongodb 2.4 does not work on arm64.

3) MongoDB 2.6 removed the spidermonkey js engine.

4) Soon after 2.6 was released, mongodb did the work to add another js
   engine: one for a version of v8 that does work on arm64.

5) Unfortunately, this version of v8 handles OOM by calling abort() --
   which is not a problem for the shell really but a very bad thing for
   the server side scripting functions, as a single query using too much
   RAM shouldn't cause the database daemon to abort.

6) MongoDB 2.6 is the version in utopic.  For some reason, it is built
   for arm64 but with scripting disabled, which means that the shell
   just segfaults on startup.  This is clearly not ideal.

7) I built packages in a PPA:

 https://launchpad.net/~mongodb-arm64/+archive/ubuntu/ppa

   that backport the support for the newer v8 js engine (and because
   this newer v8 version isn't packaged yet, it has the new version of
   v8 in a 20 megabyte distro patch).

Many thanks Michael for such a clear explanation.

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

Title:
  mongodb shell crash on arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1381967/+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 1389244] Re: lxc-info output different in terminal and file redirection

2014-11-12 Thread Olivier Clavel
** Description changed:

  -
  Versions information
  
  root@arachide:~# lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  
  root@arachide:~# apt-cache policy lxc
  lxc:
    Installed: 1.0.6-0ubuntu0.1
    Candidate: 1.0.6-0ubuntu0.1
    Version table:
   *** 1.0.6-0ubuntu0.1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.0.3-0ubuntu3 0
  500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  
  ---
  
  lxc-info output is different when displayed directly in the terminal or
  redirected to a file
  
  Expected: same content when displayed in term or redirected to a file
  Actual result: contents different
  
  This behavior broke a custom script which was working like a charm on
  Ubuntu 13.10 with lxc version 1.0.0~alpha1 amd64. This is working
  correctly as well on Ubuntu 14.04 with the stock trusty version of lxc
  in the main repo (1.0.3)
  
  How to reproduce:
  
  root@arachide:~# lxc-info -n my_lxc
  Name:   my_lxc
  State:  STOPPED
- root@arachide:~# lxc-info -n vfc-sla  test.txt
+ root@arachide:~# lxc-info -n my_lxc  test.txt
  root@arachide:~# cat test.txt
  Name:   my_lxc
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  root@arachide:~#

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

Title:
  lxc-info output different in terminal and file redirection

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


[Blueprint servercloud-u-openstack-charms] OpenStack Charm work for Utopic

2014-11-12 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.05:
  [gnuoy] charm-helpers unit testing: DONE
  
  Work items for ubuntu-14.06:
  [mikemc] Simplestreams image sync charm: DONE
  [niedbalski] swift-storage block device persistence through reboots: DONE
  [gnuoy] Split neutron API from nova-cloud-controller: DONE
  [gnuoy] New neutron-openvswitch subordinate charm: DONE
  [corey.bryant] amulet testing approach for openstack charms: DONE
  [james-page] network reference architecture for openstack charms: DONE
  [james-page] nova-compute-vmware charm: DONE
  [james-page] cinder-vmware charm: DONE
  [zulcss] nova-compute-power charm: DONE
  
  Work items for ubuntu-14.07:
  [corey.bryant] amulet tests - keystone: DONE
  [corey.bryant] amulet tests - quantum-gateway: DONE
  [1chb1n] amulet tests - glance: DONE
  [corey.bryant] amulet tests - nova-compute: DONE
  [corey.bryant] amulet tests - nova-cloud-controller: DONE
  [corey.bryant] amulet tests - swift-proxy, swift-storage: DONE
  [james-page] Multiple network support across openstack charms: DONE
  Backport haproxy 1.5.x to trusty: DONE
  
  Work items for ubuntu-14.09:
  [james-page] HTTPS support with network-split configurations: DONE
  [james-page] hacluster charm updates to support reconfiguration: DONE
  amulet tests - cinder: DONE
  [corey.bryant] amulet tests - ceph-*: DONE
  [james-page] Updates to neutron charms for hyper-v integration: DONE
  [xianghui] Add IPv6 support to the charms: DONE
  Enable haproxy backport for 14.04 (supporting IPv6 backends + TLS): DONE
  
  Work items:
- [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
+ [james-page] nvp-transport-node - nsx-transport-node rename: POSTPONED
  worker configuration - cinder, glance, keystone, neutron-api: DONE
- juno release review across openstack charms: INPROGRESS
- Add support to mysql charm for network-splits: TODO
+ juno release review across openstack charms: DONE
+ Add support to mysql charm for network-splits: POSTPONED
  Add support to heat charm for network-splits: POSTPONED
- Add support to mongodb charm for network-splits: TODO
+ Add support to mongodb charm for network-splits: POSTPONED
  [james-page] Charm developer documentation: POSTPONED
  [james-page] Charm template for charm-tools: POSTPONED
  swift-proxy unit testing: POSTPONED
  nova-compute unit testing: POSTPONED
  nova-cloud-controller unit testing: POSTPONED
  HA cluster in-depth monitoring: POSTPONED
- [hopem] Ephemeral ceph backend for nova-compute: INPROGRESS
+ [hopem] Ephemeral ceph backend for nova-compute: POSTPONED
  [gnuoy] Spice/VNC support in nova charms: DONE
  Nagios nrpe sub-ordinate support for OpenStack charms: POSTPONED
  (stretch) MS-SQLServer as a backend for OpenStack: POSTPONED
- [corey.bryant] keystone deploy from git: INPROGRESS
- make openstack-charm-testing a project: TODO
+ [corey.bryant] keystone deploy from git: POSTPONED
+ make openstack-charm-testing a project: DONE
  create an automated report to show when Precise and Trusty trunks are out of 
sync: POSTPONED

-- 
OpenStack Charm work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-openstack-charms

-- 
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 1391452] Re: lxc-net fails to start properly after system crash: lock file

2014-11-12 Thread Chris West
Good spot, thanks: /var/lock is on /, not a symlink to /var/run.

These machines are provisioned from OVH.com templates.  I have raised a
support request with them to see if they are aware of this or are doing
anything strange on purpose.

--

$ cat /proc/self/mountinfo | fgrep lock
27 20 0:19 / /run/lock rw,nosuid,nodev,noexec,relatime - tmpfs none 
rw,size=5120k

$ df -h /var/lock
Filesystem  Size  Used Avail Use% 
Mounted on
/dev/disk/by-uuid/56f53efc-[..]   20G  3.2G   15G  18% /

$ ls -ld /var/lock
drwxrwxrwt 2 root root 4096 Nov 12 10:42 /var/lock

$ df -h /run/lock
Filesystem  Size  Used Avail Use% Mounted on
none5.0M 0  5.0M   0% /run/lock

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

Title:
  lxc-net fails to start properly after system crash: lock file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1391452/+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 1382774] Re: Postgresql installation for MAAS fails on locales missing language packs

2014-11-12 Thread Martin Pitt
Yeah, very likely (I don't know this at all, and it's rather
undermaintained in Debian, and completely unmaintained in Ubuntu).

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

Title:
  Postgresql installation for MAAS fails on locales missing language
  packs

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382774/+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 1381410] Re: [SRU] 0.80.7 stable update

2014-11-12 Thread James Page
** Changed in: ceph (Ubuntu)
   Status: New = Fix Released

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

Title:
  [SRU] 0.80.7 stable update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1381410/+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 1382774] Re: Postgresql installation for MAAS fails on locales missing language packs

2014-11-12 Thread Adam Collard
I doubt this is a dbconfig-common issue - note that the issue is that
the PostgreSQL *cluster* is missing, not the databases.

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

Title:
  Postgresql installation for MAAS fails on locales missing language
  packs

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382774/+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 1326739] Re: [ubunutu 14.04] hp-dv5 resume instantly from suspend mode

2014-11-12 Thread leandro
Its confirmed OK! but whats the solution for this?

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

Title:
  [ubunutu 14.04] hp-dv5 resume instantly from suspend mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1326739/+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 1381410] Re: [SRU] 0.80.7 stable update

2014-11-12 Thread James Page
** Description changed:

- Upstream released a new point release; its in Debian, however I've
- tested on utopic with OpenStack and there is some sort of issue with
- client library access which needs looking at so I'm not syncing for
- Utopic just yet.
+ New stable release of Ceph for trusty and utopic only; already in vivid:
+ 
+ v0.80.7 Firefly
+ 
+ This release fixes a few critical issues with v0.80.6, particularly with
+ clusters running mixed versions.
+ 
+ We recommend that all v0.80.x Firefly users upgrade to this release.
+ 
+ For more detailed information, see the complete changelog.
+ Notable Changes
+ 
+ osd: fix invalid memory reference in log trimming (#9731 Samuel Just)
+ osd: fix use-after-free in cache tiering code (#7588 Sage Weil)
+ osd: remove bad backfill assertion for mixed-version clusters (#9696 
Samuel Just)
+ 
+ v0.80.6 Firefly
+ 
+ This is a major bugfix release for firefly, fixing a range of issues in
+ the OSD and monitor, particularly with cache tiering. There are also
+ important fixes in librados, with the watch/notify mechanism used by
+ librbd, and in radosgw.
+ 
+ A few pieces of new functionality of been backported, including improved
+ ‘ceph df’ output (view amount of writeable space per pool), support for
+ non-default cluster names when using sysvinit or systemd, and improved
+ (and fixed) support for dmcrypt.
+ 
+ We recommend that all v0.80.x Firefly users upgrade to this release.
+ 
+ For more detailed information, see the complete changelog.
+ Notable Changes
+ 
+ build: fix atomic64_t on i386 (#8969 Sage Weil)
+ build: fix build on alpha (Michael Cree, Dmitry Smirnov)
+ build: fix build on hppa (Dmitry Smirnov)
+ build: fix yasm detection on x32 arch (Sage Weil)
+ ceph-disk: fix ‘list’ function with dmcrypt (Sage Weil)
+ ceph-disk: fix dmcrypt support (Alfredo Deza)
+ ceph: allow non-default cluster to be specified (#8944)
+ common: fix dup log messages to mon (#9080 Sage Weil)
+ global: write pid file when -f is used (systemd, upstart) (Alexandre 
Oliva)
+ librados: fix crash when read timeout is enabled (#9362 Matthias Kiefer, 
Sage Weil)
+ librados: fix lock leaks in error paths (#9022 Pavan Rallabhandi)
+ librados: fix watch resend on PG acting set change (#9220 Samuel Just)
+ librados: python: fix aio_read handling with 0 (Mohammad Salehe)
+ librbd: add interface to invalidate cached data (Josh Durgin)
+ librbd: fix crash when using clone of flattened image (#8845 Josh Durgin)
+ librbd: fix error path cleanup on open (#8912 Josh Durgin)
+ librbd: fix null pointer check (Danny Al-Gaaf)
+ librbd: limit dirty object count (Haomai Wang)
+ mds: fix rstats for root and mdsdir (Yan, Zheng)
+ mon: add ‘get’ command for new cache tier pool properties (Joao Eduardo 
Luis)
+ mon: add ‘osd pool get-quota’ (#8523 Joao Eduardo Luis)
+ mon: add cluster fingerprint (Sage Weil)
+ mon: disallow nonsensical cache-mode transitions (#8155 Joao Eduardo Luis)
+ mon: fix cache tier rounding error on i386 (Sage Weil)
+ mon: fix occasional memory leak (#9176 Sage Weil)
+ mon: fix reported latency for ‘osd perf’ (#9269 Samuel Just)
+ mon: include ‘max avail’ in ‘ceph df’ output (Sage Weil, Xioaxi Chen)
+ mon: persistently mark pools where scrub may find incomplete clones 
(#8882 Sage Weil)
+ mon: preload erasure plugins (Loic Dachary)
+ mon: prevent cache-specific settings on non-tier pools (#8696 Joao 
Eduardo Luis)
+ mon: reduce log spam (Aanchal Agrawal, Sage Weil)
+ mon: warn when cache pools have no hit_sets enabled (Sage Weil)
+ msgr: fix trivial memory leak (Sage Weil)
+ osd: automatically scrub PGs with invalid stats (#8147 Sage Weil)
+ osd: avoid sharing PG metadata that is not durable (Samuel Just)
+ osd: cap hit_set size (#9339 Samuel Just)
+ osd: create default erasure profile if needed (#8601 Loic Dachary)
+ osd: dump tid as JSON int (not string) where appropriate (Joao Eduardo 
Luis)
+ osd: encode blacklist in deterministic order (#9211 Sage Weil)
+ osd: fix behavior when cache tier has no hit_sets enabled (#8982 Sage 
Weil)
+ osd: fix cache tier flushing of snapshots (#9054 Samuel Just)
+ osd: fix cache tier op ordering when going from full to non-full (#8931 
Sage Weil)
+ osd: fix crash on dup recovery reservation (#8863 Sage Weil)
+ osd: fix division by zero when pg_num adjusted with no OSDs (#9052 Sage 
Weil)
+ osd: fix hint crash in experimental keyvaluestore_dev backend (Hoamai 
Wang)
+ osd: fix leak in copyfrom cancellation (#8894 Samuel Just)
+ osd: fix locking for copyfrom finish (#8889 Sage Weil)
+ osd: fix long filename handling in backend (#8701 Sage Weil)
+ osd: fix min_size check with backfill (#9497 Samuel Just)
+ osd: fix mount/remount sync race (#9144 Sage Weil)
+ osd: fix object listing + erasure code bug (Guang Yang)
+ osd: fix race on 

[Bug 1374999] Re: iSCSI volume detach does not correctly remove the multipath device descriptors

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

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

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

Title:
  iSCSI volume detach does not correctly remove the multipath device
  descriptors

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1374999/+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 1374999] Re: iSCSI volume detach does not correctly remove the multipath device descriptors

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

** Changed in: nova (Ubuntu Trusty)
   Status: New = Confirmed

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

Title:
  iSCSI volume detach does not correctly remove the multipath device
  descriptors

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1374999/+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 1391879] [NEW] package backuppc 3.3.0-2ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück

2014-11-12 Thread Peters7732
Public bug reported:

Error message appeared during installation

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: backuppc 3.3.0-2ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Wed Nov 12 14:18:42 2014
DuplicateSignature: package:backuppc:3.3.0-2ubuntu1:Unterprozess installiertes 
post-installation-Skript gab den Fehlerwert 2 zurück
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 2 zurück
InstallationDate: Installed on 2014-11-12 (0 days ago)
InstallationMedia: Lubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
SourcePackage: backuppc
Title: package backuppc 3.3.0-2ubuntu1 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 2 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package utopic

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

Title:
  package backuppc 3.3.0-2ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  2 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/1391879/+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 1391879] Re: package backuppc 3.3.0-2ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück

2014-11-12 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 backuppc in Ubuntu.
https://bugs.launchpad.net/bugs/1391879

Title:
  package backuppc 3.3.0-2ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  2 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/1391879/+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 1382774] Re: Postgresql installation for MAAS fails on locales missing language packs

2014-11-12 Thread Adam Collard
Seems like the workaround described in #7 is not working, and it's
nothing to do with dbconfig-common:

ubuntu@darby:~$ locale
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=en_GB.UTF-8
LC_TIME=en_GB.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MONETARY=en_GB.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=en_GB.UTF-8
LC_NAME=en_GB.UTF-8
LC_ADDRESS=en_GB.UTF-8
LC_TELEPHONE=en_GB.UTF-8
LC_MEASUREMENT=en_GB.UTF-8
LC_IDENTIFICATION=en_GB.UTF-8
LC_ALL=
ubuntu@darby:~$ cat /etc/environment 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
ubuntu@darby:~$ locale -a
C
C.UTF-8
en_US.utf8
POSIX
ubuntu@darby:~$ sudo apt-get install postgresql-9.3
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  libpq5 postgresql-client-9.3 postgresql-client-common postgresql-common
  ssl-cert
Suggested packages:
  oidentd ident-server locales-all postgresql-doc-9.3 openssl-blacklist
The following NEW packages will be installed:
  libpq5 postgresql-9.3 postgresql-client-9.3 postgresql-client-common
  postgresql-common ssl-cert
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 3677 kB of archives.
After this operation, 15.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://us.archive.ubuntu.com//ubuntu/ trusty-updates/main libpq5 amd64 
9.3.5-0ubuntu0.14.04.1 [80.6 kB]
Get:2 http://us.archive.ubuntu.com//ubuntu/ trusty/main 
postgresql-client-common all 154 [25.4 kB]
Get:3 http://us.archive.ubuntu.com//ubuntu/ trusty-updates/main 
postgresql-client-9.3 amd64 9.3.5-0ubuntu0.14.04.1 [782 kB]
Get:4 http://us.archive.ubuntu.com//ubuntu/ trusty/main ssl-cert all 1.0.33 
[16.6 kB]
Get:5 http://us.archive.ubuntu.com//ubuntu/ trusty/main postgresql-common all 
154 [103 kB]
Get:6 http://us.archive.ubuntu.com//ubuntu/ trusty-updates/main postgresql-9.3 
amd64 9.3.5-0ubuntu0.14.04.1 [2670 kB]
Fetched 3677 kB in 0s (22.6 MB/s)   
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_TIME = en_GB.UTF-8,
LC_MONETARY = en_GB.UTF-8,
LC_ADDRESS = en_GB.UTF-8,
LC_TELEPHONE = en_GB.UTF-8,
LC_NAME = en_GB.UTF-8,
LC_MEASUREMENT = en_GB.UTF-8,
LC_IDENTIFICATION = en_GB.UTF-8,
LC_NUMERIC = en_GB.UTF-8,
LC_PAPER = en_GB.UTF-8,
LANG = en_US.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_ALL to default locale: No such file or directory
Preconfiguring packages ...
Selecting previously unselected package libpq5.
(Reading database ... 56021 files and directories currently installed.)
Preparing to unpack .../libpq5_9.3.5-0ubuntu0.14.04.1_amd64.deb ...
Unpacking libpq5 (9.3.5-0ubuntu0.14.04.1) ...
Selecting previously unselected package postgresql-client-common.
Preparing to unpack .../postgresql-client-common_154_all.deb ...
Unpacking postgresql-client-common (154) ...
Selecting previously unselected package postgresql-client-9.3.
Preparing to unpack .../postgresql-client-9.3_9.3.5-0ubuntu0.14.04.1_amd64.deb 
...
Unpacking postgresql-client-9.3 (9.3.5-0ubuntu0.14.04.1) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../ssl-cert_1.0.33_all.deb ...
Unpacking ssl-cert (1.0.33) ...
Selecting previously unselected package postgresql-common.
Preparing to unpack .../postgresql-common_154_all.deb ...
Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by 
postgresql-common'
Unpacking postgresql-common (154) ...
Selecting previously unselected package postgresql-9.3.
Preparing to unpack .../postgresql-9.3_9.3.5-0ubuntu0.14.04.1_amd64.deb ...
Unpacking postgresql-9.3 (9.3.5-0ubuntu0.14.04.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up libpq5 (9.3.5-0ubuntu0.14.04.1) ...
Setting up postgresql-client-common (154) ...
Setting up postgresql-client-9.3 (9.3.5-0ubuntu0.14.04.1) ...
update-alternatives: using /usr/share/postgresql/9.3/man/man1/psql.1.gz to 
provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
Setting up ssl-cert (1.0.33) ...
locale: Cannot set LC_ALL to default locale: No such file or directory
Setting up postgresql-common (154) ...
locale: Cannot set LC_ALL to default locale: No such file or directory
Adding user postgres to group ssl-cert

Creating config file /etc/logrotate.d/postgresql-common with new version
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
Removing obsolete dictionary files:
 * No PostgreSQL clusters exist; see man pg_createcluster
Processing triggers for ureadahead (0.100.0-16) ...
Setting up postgresql-9.3 (9.3.5-0ubuntu0.14.04.1) ...
Error: The locale 

[Bug 1382774] Re: Postgresql installation for MAAS fails on locales missing language packs

2014-11-12 Thread Martin Pitt
Adam, what are your settings in /etc/default/locale ?

** Changed in: postgresql-common (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Postgresql installation for MAAS fails on locales missing language
  packs

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382774/+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 1391452] Re: lxc-net fails to start properly after system crash: lock file

2014-11-12 Thread Serge Hallyn
Thank you for the update.

 status: invalid


** Changed in: lxc (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  lxc-net fails to start properly after system crash: lock file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1391452/+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 1382774] Re: Postgresql installation for MAAS fails on locales missing language packs

2014-11-12 Thread Adam Collard
On 12 November 2014 14:00, Martin Pitt martin.p...@ubuntu.com wrote:

 Adam, what are your settings in /etc/default/locale ?


$ cat /etc/default/locale
# Created by cloud-init v. 0.7.5 on Wed, 12 Nov 2014 13:51:27 +
LANG=en_US.UTF-8

I wonder if the issue here is that it's /just/ LANG being set there and not
LC_ALL?

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

Title:
  Postgresql installation for MAAS fails on locales missing language
  packs

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382774/+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 1382774] Re: Postgresql installation for MAAS fails on locales missing language packs

2014-11-12 Thread Adam Collard
On 12 November 2014 14:17, Adam Collard adam.coll...@canonical.com
wrote:

 On 12 November 2014 14:00, Martin Pitt martin.p...@ubuntu.com wrote:

 Adam, what are your settings in /etc/default/locale ?


 $ cat /etc/default/locale
 # Created by cloud-init v. 0.7.5 on Wed, 12 Nov 2014 13:51:27 +
 LANG=en_US.UTF-8

 I wonder if the issue here is that it's /just/ LANG being set there and
 not LC_ALL?


Confirmed my own theory, if I do this again with having LC_ALL in
/etc/default/locale set to en_US.UTF-8 then I get a cluster as expected.

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

Title:
  Postgresql installation for MAAS fails on locales missing language
  packs

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1382774/+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 1390352] Re: [MRE] Rebase Xen-4.4 to upstream stable 4.4.1

2014-11-12 Thread Chris J Arges
Hello Stefan, or anyone else affected,

Accepted xen into utopic-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/xen/4.4.1-0ubuntu0.14.10.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

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

Title:
  [MRE] Rebase Xen-4.4 to upstream stable 4.4.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1390352/+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 1390352] Please test proposed package

2014-11-12 Thread Chris J Arges
Hello Stefan, or anyone else affected,

Accepted xen into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/xen/4.4.1-0ubuntu0.14.04.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  [MRE] Rebase Xen-4.4 to upstream stable 4.4.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1390352/+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 1381410] Re: [SRU] 0.80.7 stable update

2014-11-12 Thread Chris J Arges
Hello James, or anyone else affected,

Accepted ceph into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/ceph/0.80.7-0ubuntu0.14.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: ceph (Ubuntu Trusty)
   Status: New = Fix Committed

** Tags added: verification-needed

** Changed in: ceph (Ubuntu Utopic)
   Status: New = Fix Committed

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

Title:
  [SRU] 0.80.7 stable update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1381410/+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 1381410] Please test proposed package

2014-11-12 Thread Chris J Arges
Hello James, or anyone else affected,

Accepted ceph into utopic-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/ceph/0.80.7-0ubuntu0.14.10.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  [SRU] 0.80.7 stable update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1381410/+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 1382257] Please test proposed package

2014-11-12 Thread Chris J Arges
Hello Stephen, or anyone else affected,

Accepted walinuxagent into utopic-proposed. The package will build now
and be available at
http://launchpad.net/ubuntu/+source/walinuxagent/2.0.8-0ubuntu3~14.10.0
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  [SRU] Add readme to Azure's ephemeral (resource) disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1382257/+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 1382257] Please test proposed package

2014-11-12 Thread Chris J Arges
Hello Stephen, or anyone else affected,

Accepted walinuxagent into trusty-proposed. The package will build now
and be available at
http://launchpad.net/ubuntu/+source/walinuxagent/2.0.8-0ubuntu3~14.04.0
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

** No longer affects: cloud-init (Ubuntu)

** No longer affects: cloud-init (Ubuntu Precise)

** No longer affects: cloud-init (Ubuntu Trusty)

** No longer affects: cloud-init (Ubuntu Utopic)

** No longer affects: cloud-init (Ubuntu Vivid)

** Changed in: walinuxagent (Ubuntu Vivid)
   Status: New = Fix Released

** Changed in: walinuxagent (Ubuntu Vivid)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu Utopic)
   Status: New = Fix Committed

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

** Changed in: walinuxagent (Ubuntu Trusty)
   Status: New = Fix Committed

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

Title:
  [SRU] Add readme to Azure's ephemeral (resource) disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1382257/+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 1371159] Re: MacBookPro 11, 1 (Haswell, retina) fails to both suspend and hibernate with ubuntu 14.04

2014-11-12 Thread Nils Fredrik Gjerull
The issue with thunderbolt might be fixed in the upcoming kernel release (3.18)
See: 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?id=refs/tags/v3.18-rc4qt=grepq=thunderbolt

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

Title:
  MacBookPro 11,1 (Haswell, retina) fails to both suspend and hibernate
  with ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1371159/+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 1384751] Re: checkpoint restore fails with /usr/lib/x86_64-linux-gnu/lxc/lxc-restore-net: not found

2014-11-12 Thread Chris J Arges
Hello Tycho, or anyone else affected,

Accepted lxc into utopic-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/lxc/1.1.0~alpha2-0ubuntu3.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: lxc (Ubuntu Utopic)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

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

Title:
  checkpoint restore fails with /usr/lib/x86_64-linux-gnu/lxc/lxc-
  restore-net: not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1384751/+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 1010625] Re: named logs are not being reported in logwatch

2014-11-12 Thread Oloryn
Still running into this.  One thought: Instead of changing all of those
'LogFile = messages' lines to 'LogFile = syslog',  why not do a
distribution override
(/usr/share/logwatch/dist.conf/logfiles/messages.conf) to cause
'messages' to instead look at /var/log/syslog et al?

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

Title:
  named logs are not being reported in logwatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1010625/+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 1388077] Re: Parallel periodic instance power state reporting from compute nodes has high impact on conductors and message broker

2014-11-12 Thread OpenStack Infra
** Changed in: nova
   Status: New = In Progress

** Changed in: nova
 Assignee: (unassigned) = James Page (james-page)

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

Title:
  Parallel periodic instance power state reporting from compute nodes
  has high impact on conductors and message broker

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1388077/+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 1369294] Re: openvswitch-datapath-dkms 2.0.2-0ubuntu0.14.04.1: openvswitch kernel module failed to build [configure: error: Linux kernel in /lib/modules/3.13.0-35-generic/build is version 3.13.11

2014-11-12 Thread gagan
** Changed in: openvswitch (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  openvswitch-datapath-dkms 2.0.2-0ubuntu0.14.04.1: openvswitch kernel
  module failed to build [configure: error: Linux kernel in
  /lib/modules/3.13.0-35-generic/build is version 3.13.11, but version
  newer than 3.12.x is not supported]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1369294/+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 1390352] Re: [MRE] Rebase Xen-4.4 to upstream stable 4.4.1

2014-11-12 Thread Simon Déziel
Testing with precise-proposed showed no problem when using xl directly
or through the libvirt driver. Since I only test with PVM guests, I'll
let someone else mark it as verified.

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

Title:
  [MRE] Rebase Xen-4.4 to upstream stable 4.4.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1390352/+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 1392018] [NEW] apparmor stops /var/run/ldapi from being read causing ldap to fail

2014-11-12 Thread Arjan.S
Public bug reported:

There is a bug in slapd that triggers the profile of apparmor of slapd.

When installing a clean ubuntu 14.10 server and installing slapd with :
apt-get install slapd ldap-utils
configure it with :
dpkg-reconfigure slapd
with ldap address of ldapi://xxx.xxx.xxx
the following command :
ldapsearch -Q -LLL -Y EXTERNAL -H ldapi:/// -b cn=config
gives the following error:
ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)
Checking syslog :
apparmor=DENIED operation=file_perm profile=/usr/sbin/slapd 
name=/run/slapd/ldapi pid=1137 comm=slapd requested_mask=r 
denied_mask=r fsuid=105 ouid=0
we find in apparmor profile :
/etc/apparmor.d/usr.sbin.slapd reads:
  # pid files and sockets
  /{,var/}run/slapd/* w,

/run/slapd/ldapi   has   srwxrwxrwx  attributes and is owned by
root:root

In 14.04 all of this is the same but does not lead to an error.

Changing it into :
  # pid files and sockets
  /{,var/}run/slapd/* rw,

Solves the issue but does not show me where things actually go wrong.
Slapd tries to read the file but fails.

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


** Tags: openldap sasl slapd

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

Title:
  apparmor stops /var/run/ldapi from being read causing ldap to fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1392018/+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 1388091] Re: winbindd does not provide geocs to libnss_winbind in ad configuration with winbind nss info = template (default)

2014-11-12 Thread Brian Murray
** Tags added: trusty utopic

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

Title:
  winbindd does not provide geocs to libnss_winbind in ad configuration
  with winbind nss info = template (default)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1388091/+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 1382257] Re: [SRU] Add readme to Azure's ephemeral (resource) disk

2014-11-12 Thread Stephen A. Zarkos
We tested this package using the [TEST] steps above and can confirm that
the readme is created as expected.  As an additional step I also resized
the VM to ensure that the temporary disk would need to be reformatted,
and saw in this case that the readme was also created as expected.  Well
done!

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

Title:
  [SRU] Add readme to Azure's ephemeral (resource) disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1382257/+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 1392094] [NEW] golang is unavailable for arm64

2014-11-12 Thread Micheal Waltz
Public bug reported:

When trying to build the golang package from source it fails due to know
knowing about the instruction set for arm64.

Having this package build for arm64 is particularly useful since it is a
dependency on the docker.io package.

mwaltz@zant:/etc$ sudo apt-get build-dep golang
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded.
mwaltz@zant:/etc$ sudo apt-get -b source golang-go
Reading package lists... Done
Building dependency tree
Reading state information... Done
NOTICE: 'golang-go' packaging is maintained in the 'Git' version control system 
at:
git://anonscm.debian.org/pkg-golang/golang.git
Need to get 9572 kB of source archives.
Get:1 http://ports.ubuntu.com/ubuntu-ports/ trusty/universe golang 
2:1.2.1-2ubuntu1 (dsc) [3053 B]
Get:2 http://ports.ubuntu.com/ubuntu-ports/ trusty/universe golang 
2:1.2.1-2ubuntu1 (tar) [9521 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports/ trusty/universe golang 
2:1.2.1-2ubuntu1 (diff) [48.3 kB]
Fetched 9572 kB in 60s (158 kB/s)
gpgv: Signature made Thu Mar 20 10:19:54 2014 UTC using RSA key ID A0E7D8C3
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./golang_1.2.1-2ubuntu1.dsc
dpkg-source: info: extracting golang in golang-1.2.1
dpkg-source: info: unpacking golang_1.2.1.orig.tar.gz
dpkg-source: info: unpacking golang_1.2.1-2ubuntu1.debian.tar.gz
dpkg-source: info: applying add-src-pkg-debug-elf-testdata-hello.patch
dpkg-source: info: applying add-tar-xattr-support.patch
dpkg-source: info: applying 016-armhf-elf-header.patch
dpkg-source: info: applying issue28050043_60001_70001.diff
dpkg-source: info: applying issue27650045_40001_50001.diff
dpkg-source: info: applying issue54790044_11_110001.diff
dpkg-buildpackage: source package golang
dpkg-buildpackage: source version 2:1.2.1-2ubuntu1
dpkg-buildpackage: source distribution trusty
dpkg-buildpackage: source changed by James Page james.p...@ubuntu.com
dpkg-buildpackage: host architecture arm64
 dpkg-source --before-build golang-1.2.1
 debian/rules clean
debian/rules:179: *** unrecognized build host instruction set arm64!.  Stop.
dpkg-buildpackage: error: debian/rules clean gave error exit status 2
Build command 'cd golang-1.2.1  dpkg-buildpackage -b -uc' failed.
E: Child process failed

** Affects: docker.io (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: aarch64 arm64

** Also affects: docker.io (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- golang-go is unavailable for arm64
+ golang is unavailable for arm64

** Description changed:

- When trying to build the golang-go package from source it fails due to
- know knowing about the instruction set for arm64.
+ When trying to build the golang package from source it fails due to know
+ knowing about the instruction set for arm64.
  
  Having this package build for arm64 is particularly useful since it is a
  dependency on the docker.io package.
  
  mwaltz@zant:/etc$ sudo apt-get build-dep golang
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded.
  mwaltz@zant:/etc$ sudo apt-get -b source golang-go
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  NOTICE: 'golang-go' packaging is maintained in the 'Git' version control 
system at:
  git://anonscm.debian.org/pkg-golang/golang.git
  Need to get 9572 kB of source archives.
  Get:1 http://ports.ubuntu.com/ubuntu-ports/ trusty/universe golang 
2:1.2.1-2ubuntu1 (dsc) [3053 B]
  Get:2 http://ports.ubuntu.com/ubuntu-ports/ trusty/universe golang 
2:1.2.1-2ubuntu1 (tar) [9521 kB]
  Get:3 http://ports.ubuntu.com/ubuntu-ports/ trusty/universe golang 
2:1.2.1-2ubuntu1 (diff) [48.3 kB]
  Fetched 9572 kB in 60s (158 kB/s)
  gpgv: Signature made Thu Mar 20 10:19:54 2014 UTC using RSA key ID A0E7D8C3
  gpgv: Can't check signature: public key not found
  dpkg-source: warning: failed to verify signature on 
./golang_1.2.1-2ubuntu1.dsc
  dpkg-source: info: extracting golang in golang-1.2.1
  dpkg-source: info: unpacking golang_1.2.1.orig.tar.gz
  dpkg-source: info: unpacking golang_1.2.1-2ubuntu1.debian.tar.gz
  dpkg-source: info: applying add-src-pkg-debug-elf-testdata-hello.patch
  dpkg-source: info: applying add-tar-xattr-support.patch
  dpkg-source: info: applying 016-armhf-elf-header.patch
  dpkg-source: info: applying issue28050043_60001_70001.diff
  dpkg-source: info: applying issue27650045_40001_50001.diff
  dpkg-source: info: applying issue54790044_11_110001.diff
  dpkg-buildpackage: source package golang
  dpkg-buildpackage: source version 2:1.2.1-2ubuntu1
  dpkg-buildpackage: source distribution trusty

[Bug 1392094] Re: golang is unavailable for arm64

2014-11-12 Thread Dave Cheney
The gc compiler (http://golang.org/) does not support arm64

** Changed in: golang (Ubuntu)
   Status: New = Invalid

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

Title:
  golang is unavailable for arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1392094/+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 1246236] Re: pxe boot from maas fails due to time out

2014-11-12 Thread Christian Reis
** Changed in: maas
Milestone: None = 1.7.1

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

Title:
  pxe boot from maas fails due to time out

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1246236/+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 1392094] Re: golang is unavailable for arm64

2014-11-12 Thread Micheal Waltz
Dave, I understand that it currently doesn't have a first-class build,
but after looking at the Go discussion forums it appears that there will
be an arm64 build in the future,

https://groups.google.com/forum/#!searchin/golang-dev/arm64/golang-dev/A2SDyaNxDxs/zugPL5yDBwIJ
https://groups.google.com/forum/#!searchin/golang-dev/arm64/golang-dev/MLaz62sHUc0/0t6M2lx1imoJ

It looks like there are first-class builds for armv5 and armv7 for Linux
on the Go build dashboard, and I would assume as more 64-bit ARM SBSA
hardware makes it's way into the market place in the coming months we'll
see more demand for architecture support.

Looking at some other go packages it appears they already have arm64
support as well, such as gccgo that you commented on in the golang-devel
forums and Canonical contributing support for.

I understand that there isn't an official port yet, but marking as
triaged or incomplete I believe is a better category for this since
eventually when Go does offer arm64 as an arch the packages will need to
be updated to support it.

With the docker.io package depending on golang, and the large uptake of
container technology, having this package working on arm64 could open up
many possibility for the new architecture in hyperscale environments.

If there is a better way to improve go support for arm64, specifically
to enable Docker support, I am interested in hearing about that as well.

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

Title:
  golang is unavailable for arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1392094/+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 1380084] Re: SSH client requires SSH_AUTH_SOCK=0 will not work without it, can't use key auth without SSH_AUTH_SOCK=0

2014-11-12 Thread Nathaniel Homier
guycarre is right in that this is a gnome/unity problem most likely.  I
can confirm Ubuntu server 14.04.1 does not have this problem.

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

Title:
  SSH client requires SSH_AUTH_SOCK=0 will not work without it, can't
  use key auth without SSH_AUTH_SOCK=0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1380084/+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 1374999] Re: iSCSI volume detach does not correctly remove the multipath device descriptors

2014-11-12 Thread Sampath Priyankara
Hi Tinoco,
I tested this patch with EMC VNX 5300 as iSCSI cinder backend.
Confirmed that this patch solve the issue.

Here is the console log verification of 
before apply the patch.
http://paste.openstack.org/show/132629/

And after apply the patch,
http://paste.openstack.org/show/132630/

The issue is no longer exist.

i really appreciate it if you could back port this to stable/juno

Thank you.

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

Title:
  iSCSI volume detach does not correctly remove the multipath device
  descriptors

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1374999/+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 1225275] Re: Eventlet seems to be incompatible with multiprocessing/pool.py

2014-11-12 Thread kmj
** Also affects: 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/1225275

Title:
  Eventlet seems to be incompatible with multiprocessing/pool.py

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

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


[Bug 1391758] Re: [Asus UX32VD] Backlight controls have no effect after suspend in most recent kernel

2014-11-12 Thread RK
** Attachment added: version
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1391758/+attachment/4258898/+files/version

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

Title:
  [Asus UX32VD] Backlight controls have no effect after suspend in most
  recent kernel

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

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


[Bug 1391758] Re: [Asus UX32VD] Backlight controls have no effect after suspend in most recent kernel

2014-11-12 Thread Christopher M. Penalver
RK, thank you for reporting this and helping make Ubuntu better. As per 
http://www.asus.com/us/Notebooks_Ultrabooks/ASUS_ZENBOOK_UX32VD/HelpDesk_Download/
 an update to your BIOS is available (214). If you update to this following 
https://help.ubuntu.com/community/BIOSUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, then please mark this report Status Confirmed.

Thank you for your understanding.

** Tags added: bios-outdated-214

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

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

Title:
  [Asus UX32VD] Backlight controls have no effect after suspend in most
  recent kernel

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

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


[Bug 1391767] [NEW] Back In TIme (root) doesn't use root preferences

2014-11-12 Thread Felipe Hommen
Public bug reported:

When launching Back in Time (root) in unity, it opens a terminal window
and uses sudo to ask for password and authenticate. But this way it uses
user preferences, not root preferences. This is not what I expect.

After installing gksu (which is not a dependency of backintime-gnome),
it asks for password via the gksudo window, and does use root
preferences, as I expect.

I think gksudo should be a dependency of backintime-gnome.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: backintime-gnome 1.0.34-0.1
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Nov 12 08:51:57 2014
InstallationDate: Installed on 2014-10-25 (17 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
PackageArchitecture: all
SourcePackage: backintime
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug utopic

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

Title:
  Back In TIme (root) doesn't use root preferences

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

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


[Bug 1384122] Re: SNMPD defaultmonitors not working

2014-11-12 Thread Stephane Neveu
Hi,

I'm also affected by this bug on ubuntu 14.04 LTS server 64 Bit :


syslog:Nov 12 08:34:25 myhost snmpd[30963]: /etc/snmp/snmpd.conf: line 143: 
Warning: Unknown token: defaultMonitors.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /etc/snmp/snmpd.conf: line 145: 
Warning: Unknown token: linkUpDownNotifications.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: Turning on AgentX master support.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 32: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 33: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 34: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 35: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 36: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 37: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30963]: /var/lib/snmp/snmpd.conf: line 38: 
Warning: Unknown token: _mteTTable.
syslog:Nov 12 08:34:25 myhost snmpd[30965]: NET-SNMP version 5.7.2


Once started, service snmpd stop do not work (I must kill -9 it, kill -15 do 
not work).
Using strace it freeze at :
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x2c32f434a10) = 31041
wait4(-1, 


Here is the full strace :
strace service snmpd start
execve(/usr/sbin/service, [service, snmpd, start], [/* 24 vars */]) = 0
brk(0)  = 0x784447cdc0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2e7e0f9
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=45836, ...}) = 0
mmap(NULL, 45836, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2e7e0f84000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/x86_64-linux-gnu/libc.so.6, O_RDONLY|O_CLOEXEC) = 3
read(3, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\320\37\2\0\0\0\0\0..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1845024, ...}) = 0
mmap(NULL, 3953344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x2e7e09ab000
mprotect(0x2e7e0b66000, 2097152, PROT_NONE) = 0
mmap(0x2e7e0d66000, 24576, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bb000) = 0x2e7e0d66000
mmap(0x2e7e0d6c000, 17088, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2e7e0d6c000
close(3)= 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2e7e0f83000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2e7e0f81000
arch_prctl(ARCH_SET_FS, 0x2e7e0f81740)  = 0
mprotect(0x2e7e0d66000, 16384, PROT_READ) = 0
mprotect(0x7843eac000, 8192, PROT_READ) = 0
mprotect(0x2e7e0f93000, 4096, PROT_READ) = 0
munmap(0x2e7e0f84000, 45836)= 0
getpid()= 31029
rt_sigaction(SIGCHLD, {0x7843ca3460, ~[RTMIN RT_1], SA_RESTORER, 
0x2e7e09e1c30}, NULL, 8) = 0
geteuid()   = 0
brk(0)  = 0x784447cdc0
brk(0x784449ddc0)   = 0x784449ddc0
brk(0x784449e000)   = 0x784449e000
getppid()   = 31026
stat(/var/log, {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
stat(., {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
open(/usr/sbin/service, O_RDONLY) = 3
fcntl(3, F_DUPFD, 10)   = 10
close(3)= 0
fcntl(10, F_SETFD, FD_CLOEXEC)  = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x7843ca3460, ~[RTMIN RT_1], SA_RESTORER, 0x2e7e09e1c30}, 
NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x2e7e09e1c30}, 
NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x2e7e09e1c30}, 
NULL, 8) = 0
read(10, #!/bin/sh\n\n#..., 8192) = 4873
pipe([3, 4])= 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x2e7e0f81a10) = 31030
close(4)= 0
read(3, service\n, 128)   = 8
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=31030, si_status=0, 
si_utime=0, si_stime=0} ---
rt_sigreturn()  = 8
read(3, , 128)= 0
close(3)= 0
wait4(-1, [{WIFEXITED(s)  WEXITSTATUS(s) == 0}], 0, NULL) = 31030
pipe([3, 

[Bug 1391769] [NEW] Update panel asks to connect to power source, but doesn't check again

2014-11-12 Thread Alberto Mardegan
Public bug reported:

Steps to reproduce:
1) have the phone in low battery state
2) open the update panel when there's a system update
3) tap on Install on the update
4) a dialog appears, asking the user to connect to a power source
5) connect the USB cable
6) tap on Install again

Expected result: the update gets installed

Actual result: the dialog from #4 is shown again

In order to be able to install the update, the user has to leave the
update panel, and re-open it. It looks like the check on the power state
is only done once, when we enter the panel.

** Affects: ubuntu-system-settings (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/1391769

Title:
  Update panel asks to connect to power source, but doesn't check again

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

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


[Bug 1384122] Re: SNMPD defaultmonitors not working

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

** Changed in: net-snmp (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/1384122

Title:
  SNMPD defaultmonitors not working

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

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


[Bug 1390902] Re: [Z77 Extreme4] scaling_min_freq wrong on my Intel CPU

2014-11-12 Thread ahb
cpufreqd was installed from standard repository with unchanged
configuration (which worked perfectly in 12.04(.5)).

 apt-cache showpkg cpufreqd
Package: cpufreqd
Versions: 
2.4.2-2ubuntu1 
(/var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-amd64_Packages)
 Description Language: 
 File: 
/var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-amd64_Packages
  MD5: 2e6607a4cd24cc140a7c1cd9613eaaab
 Description Language: en
 File: 
/var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en
  MD5: 2e6607a4cd24cc140a7c1cd9613eaaab


Reverse Depends: 
  cpufreqd:i386,cpufreqd
Dependencies: 
2.4.2-2ubuntu1 - libc6 (2 2.15) libcpufreq0 (2 001) libsensors4 (2 1:3.0.0) 
libsysfs2 (0 (null)) lsb-base (2 3.0) cpufrequtils (0 (null)) acpid (0 (null)) 
cpudyn (0 (null)) cpudyn:i386 (0 (null)) powernowd (0 (null)) powernowd:i386 (0 
(null)) cpufreqd:i386 (0 (null)) 
Provides: 
2.4.2-2ubuntu1 - 
Reverse Provides:

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

Title:
  [Z77 Extreme4] scaling_min_freq wrong on my Intel CPU

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

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


[Bug 1391430] Re: [Dell Inspiron 3441] system is too slow to use.

2014-11-12 Thread Gabriel Zhi Chen
** Tags added: 201403-14840 taipei-lab

** Tags added: blocks-hwcert

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

Title:
  [Dell Inspiron 3441] system is too slow to use.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1391430/+subscriptions

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


[Bug 1381014] Re: [Indicators] Notifications menu: gesture control when updating the system

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

** Changed in: unity8 (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/1381014

Title:
  [Indicators] Notifications menu: gesture control when updating the
  system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1381014/+subscriptions

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


[Bug 1391417] Add attachments

2014-11-12 Thread Lars Hansson
** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1391417/+attachment/4258901/+files/AlsaInfo.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1391417/+attachment/4258902/+files/BootDmesg.txt

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1391417/+attachment/4258903/+files/CRDA.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1391417/+attachment/4258904/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1391417/+attachment/4258905/+files/Dependencies.txt

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1391417/+attachment/4258906/+files/IwConfig.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1391417/+attachment/4258907/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1391417/+attachment/4258908/+files/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1391417/+attachment/4258909/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1391417/+attachment/4258910/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1391417/+attachment/4258911/+files/ProcModules.txt

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1391417/+attachment/4258912/+files/PulseList.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1391417/+attachment/4258913/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1391417/+attachment/4258914/+files/UdevLog.txt

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1391417/+attachment/4258915/+files/WifiSyslog.txt

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

Title:
  Unity displaces large wine desktops with fullscreen game

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1391417/+subscriptions

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


[Bug 1391556] Re: gles symbols incorrect

2014-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package qtbase-opensource-src - 5.3.2+dfsg-
4ubuntu2

---
qtbase-opensource-src (5.3.2+dfsg-4ubuntu2) vivid; urgency=medium

  * Fix gles symbols (LP: #1391556)
 -- Timo Jyrinki timo-jyri...@ubuntu.com   Tue, 11 Nov 2014 15:46:27 +

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: New = Fix Released

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

Title:
  gles symbols incorrect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1391556/+subscriptions

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


[Bug 1318635] Re: qtbase failed to build on arm64 on utopic

2014-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package qtbase-opensource-src - 5.3.2+dfsg-
4ubuntu2

---
qtbase-opensource-src (5.3.2+dfsg-4ubuntu2) vivid; urgency=medium

  * Fix gles symbols (LP: #1391556)
 -- Timo Jyrinki timo-jyri...@ubuntu.com   Tue, 11 Nov 2014 15:46:27 +

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: Confirmed = 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/1318635

Title:
  qtbase failed to build on arm64 on utopic

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

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


[Bug 1264207] Re: package php5-imagick 3.1.0~rc1-1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回了错误号 10

2014-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package php-imagick - 3.2.0~rc1-1

---
php-imagick (3.2.0~rc1-1) unstable; urgency=medium


  * New upstream release, drop 002-use-pkgconfig-for-imagemagick as upstream
has changed the detection of imagemagick by using pkg-config
  * Depends ${phppear:Debian-Depends} and Recommend ${phppear:Debian-Recommends}
drop unused ucf and obsolete ${php5:Depends} in Build-Depends
  * Use ${phppear:summary} and ${phppear:description} for debian/control
corresponding fields
  * Cherry-pick fix (with minor changes) for Imagick::count() with
PHP = 5.6.0RC2 in debian/patches/imagick_count_php_5.6.patch
  * Remove /etc/php5/conf.d/imagick.ini in {pre,post}inst and prerm
(LP: #1017908, #1066230, #1264207)
  * Bump to Standards-Version 3.9.6
  * debian/rules: remove test/*.sh failed tests to re-build the package
(see debian/TODO)
  * Update maintainer to PHP PECL Maintainers list
  * Build-Depends on libmagickwand-6.q16-dev to replace libmagickwand-dev
transition package and use pkgconfig for version detection instead of
Wand-config shell script

 -- Guillaume Delacour g...@iroqwa.org  Thu, 09 Oct 2014 22:56:11 +0200

** Changed in: php-imagick (Ubuntu)
   Status: New = Fix Released

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

Title:
  package php5-imagick 3.1.0~rc1-1 failed to install/upgrade: 子进程 已安装
  post-installation 脚本 返回了错误号 10

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

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

[Bug 1066230] Re: package php5-imagick 3.1.0~rc1-1~precise+1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2014-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package php-imagick - 3.2.0~rc1-1

---
php-imagick (3.2.0~rc1-1) unstable; urgency=medium


  * New upstream release, drop 002-use-pkgconfig-for-imagemagick as upstream
has changed the detection of imagemagick by using pkg-config
  * Depends ${phppear:Debian-Depends} and Recommend ${phppear:Debian-Recommends}
drop unused ucf and obsolete ${php5:Depends} in Build-Depends
  * Use ${phppear:summary} and ${phppear:description} for debian/control
corresponding fields
  * Cherry-pick fix (with minor changes) for Imagick::count() with
PHP = 5.6.0RC2 in debian/patches/imagick_count_php_5.6.patch
  * Remove /etc/php5/conf.d/imagick.ini in {pre,post}inst and prerm
(LP: #1017908, #1066230, #1264207)
  * Bump to Standards-Version 3.9.6
  * debian/rules: remove test/*.sh failed tests to re-build the package
(see debian/TODO)
  * Update maintainer to PHP PECL Maintainers list
  * Build-Depends on libmagickwand-6.q16-dev to replace libmagickwand-dev
transition package and use pkgconfig for version detection instead of
Wand-config shell script

 -- Guillaume Delacour g...@iroqwa.org  Thu, 09 Oct 2014 22:56:11 +0200

** Changed in: php-imagick (Ubuntu)
   Status: New = Fix Released

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

Title:
  package php5-imagick 3.1.0~rc1-1~precise+1 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 2

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

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


[Bug 1387323] Re: Merge emacs24 24.4+1-4 from Debian unstable

2014-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package emacs24 - 24.4+1-4ubuntu1

---
emacs24 (24.4+1-4ubuntu1) vivid; urgency=low

  * Merge from Debian unstable (LP: #1387323).  Remaining changes:
- debian/rules: Make sure the emacs24-el directory exists.
- emacsVER-lp725988.patch: Set the X EMACS_CLASS to Emacs24 to
  please bamf and gnome-shell.
- debian/emacsVER.desktop: Also set StartupWMClass for bamf and
  gnome-shell.
- debian/control.in: Have emacs24-common Depends on
  emacs24-common-non-dfsg, now that it is out of multiverse.
  Update debian/copyright to match.

emacs24 (24.4+1-4) unstable; urgency=medium

  * Update emacsen-common dependency as per policy.

emacs24 (24.4+1-3) experimental; urgency=medium

  * Eliminate a race to create info/ during the build.  Add
0008-A-race-to-create-info-has-been-eliminated.patch with the
relevant changes.  Thanks to Paul Eggert egg...@cs.ucla.edu for
tracking down the problem and providing the fix.

emacs24 (24.4+1-2) experimental; urgency=medium

  * Adjust update_autogen and make-info-dir for DFSG removals.
Change 0003-Remove-files-that-appear-to-be-incompatible-with-the.patch
accordingly.

emacs24 (24.4+1-1) experimental; urgency=medium

  * Merge upstream version 24.4.
Remove (unneeded) src/macuvs.h and admin/unidata/IVD_Sequences.txt
until we're sure about the license:
  https://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00742.html
Remove new GFDL files (moved to emacs24-common-non-dfsg):
  doc/misc/eww.texi
  doc/misc/ido.texi
  doc/misc/octave-mode.texi
  doc/misc/todo-mode.texi
Remove redundant patches:
  0007-Invoke-the-correct-xmlstarlet-executable-on-Debian-s.patch
  0008-Emacs-should-no-longer-hang-at-startup-on-kFreeBSD.patch
  0009-Emacs-should-no-longer-hang-at-startup-on-kFreeBSD.patch
  0010-Emacs-should-now-build-correctly-on-GNU-Hurd.patch
  0011-Gnus-should-no-longer-use-a-predictable-temp-file-na.patch
  0012-Security-issues-in-find-gc.el-have-been-fixed-CVE-20.patch
  0013-Security-issues-in-tramp-have-been-fixed-CVE-2014-34.patch
  0014-Insecure-file-handling-in-browse-url-mosaic-has-been.patch
  0015-The-compose-key-should-now-work-better-with-UIM-1-4.patch
  0016-The-compose-key-should-now-work-better-with-UIM-2-4.patch
  0017-The-compose-key-should-now-work-better-with-UIM-3-4.patch
  0018-The-compose-key-should-now-work-better-with-UIM-4-4.patch
  0019-fill-region-as-paragraph-should-better-respect-the-f.patch
  0020-Emacs-should-now-follow-Make-4.0-directory-changes.patch

  * Update debian/copyright* for 24.4.  Update entry for man/faq.texi
(now doc/mis/efaq.texi); add entries for doc/misc/efaq-w32.texi,
lisp/obsolete/meese.el, msdos/sedadmin.inp, nt/inc/dirent.h, and
all of the files in m4/ except gnulib-comp.m4.

  * Ignore src/macuvs.h and IVD_Sequences.txt for now.  Add
0007-Don-t-try-to-build-src-macuvs.h-via-IVD_Sequences.tx.patch to
avoid trying to build src/macuvs.h (via IVD_Sequences.txt) since
we removed it for the time being, due to uncertainty over the
licensing.

  * Build depend on libacl1-dev for new ACL support

  * Build depend on zlib1g-dev for new zlib support

  * Remove obsolete configure argument --with-crt-dir

  * Look for DOC, not DOC-$(runtime_ver) in debian/rules.  The DOC
file is now just DOC.

  * Don't try to remove /usr/local in debian/rules.  It's not created
during the build anymore.

emacs24 (24.3+1-5) unstable; urgency=medium

  * Fix patch-to-news: notice error; correct path

  * Fix a problem with UIM and the compose key.
Incorporate the relevant upstream patches:
  0015-The-compose-key-should-now-work-better-with-UIM-1-4.patch
  0016-The-compose-key-should-now-work-better-with-UIM-2-4.patch
  0017-The-compose-key-should-now-work-better-with-UIM-3-4.patch
  0018-The-compose-key-should-now-work-better-with-UIM-4-4.patch
Thanks to Anders Kaseorg ande...@mit.edu for the report, and for
tracking down the relevant patches. (Closes: 753534)

  * Make fill-region-as-paragraph respect the fill-column.
Add 0019-fill-region-as-paragraph-should-better-respect-the-f.patch.
Thanks to Nobuhiro IMAI n...@yo.rim.or.jp for reporting the problem
and tracking down the relevant patch. (Closes: 539634)

  * Follow Make 4.0 directory changes in compile mode.
Add 0020-Emacs-should-now-follow-Make-4.0-directory-changes.patch
to incorporate the relevant upstream patch.
Thanks to Christophe Troestler christophe.troest...@umons.ac.be for
reporting the problem. (Closes: 747624)
 -- Anders Kaseorg ande...@mit.edu   Wed, 29 Oct 2014 14:47:43 -0400

** Changed in: emacs24 (Ubuntu)
   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/1387323

Title:
  Merge 

[Bug 190359] Re: dhclient continually seeks ip address on unconnected interface

2014-11-12 Thread ssameer
I am getting this on Ubuntu 14.10. I have removed the eth0 lines from
/etc/network/interfaces, but no effect.

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

Title:
  dhclient continually seeks ip address on unconnected interface

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

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


[Bug 1017908] Re: package php5-imagick 3.1.0~rc1-1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2

2014-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package php-imagick - 3.2.0~rc1-1

---
php-imagick (3.2.0~rc1-1) unstable; urgency=medium


  * New upstream release, drop 002-use-pkgconfig-for-imagemagick as upstream
has changed the detection of imagemagick by using pkg-config
  * Depends ${phppear:Debian-Depends} and Recommend ${phppear:Debian-Recommends}
drop unused ucf and obsolete ${php5:Depends} in Build-Depends
  * Use ${phppear:summary} and ${phppear:description} for debian/control
corresponding fields
  * Cherry-pick fix (with minor changes) for Imagick::count() with
PHP = 5.6.0RC2 in debian/patches/imagick_count_php_5.6.patch
  * Remove /etc/php5/conf.d/imagick.ini in {pre,post}inst and prerm
(LP: #1017908, #1066230, #1264207)
  * Bump to Standards-Version 3.9.6
  * debian/rules: remove test/*.sh failed tests to re-build the package
(see debian/TODO)
  * Update maintainer to PHP PECL Maintainers list
  * Build-Depends on libmagickwand-6.q16-dev to replace libmagickwand-dev
transition package and use pkgconfig for version detection instead of
Wand-config shell script

 -- Guillaume Delacour g...@iroqwa.org  Thu, 09 Oct 2014 22:56:11 +0200

** Changed in: php-imagick (Ubuntu)
   Status: Confirmed = 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/1017908

Title:
  package php5-imagick 3.1.0~rc1-1 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 2

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

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


[Bug 1379152] Re: Needs building dependency on libmtdev-dev (or making QPlatformSupport public)

2014-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package maliit-framework -
0.99.0+git20130923+17fdf86-0ubuntu4

---
maliit-framework (0.99.0+git20130923+17fdf86-0ubuntu4) vivid; urgency=medium

  * Depend on libmtdev-dev for building. (LP: #1379152)
 -- Timo Jyrinki timo-jyri...@ubuntu.com   Thu, 06 Nov 2014 12:12:17 +0200

** Changed in: qtubuntu (Ubuntu)
   Status: New = Fix Released

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

Title:
  Needs building dependency on libmtdev-dev (or making QPlatformSupport
  public)

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt5/+bug/1379152/+subscriptions

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


[Bug 1379152] Re: Needs building dependency on libmtdev-dev (or making QPlatformSupport public)

2014-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package qtubuntu -
0.60+15.04.2014-0ubuntu1

---
qtubuntu (0.60+15.04.2014-0ubuntu1) vivid; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Timo Jyrinki ]
  * Add libmtdev-dev build dependency (LP: #1379152) (LP: #1379152)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 11 Nov 2014 
06:11:03 +

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

Title:
  Needs building dependency on libmtdev-dev (or making QPlatformSupport
  public)

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt5/+bug/1379152/+subscriptions

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


[Bug 1391744] Re: [HP 14 Notebook PC] Can't resume from suspend state

2014-11-12 Thread Lars Hansson
Model number: 14-d004TX

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

Title:
  [HP 14 Notebook PC] Can't resume from suspend state

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

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


[Bug 1379152] Re: Needs building dependency on libmtdev-dev (or making QPlatformSupport public)

2014-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package appmenu-qt5 -
0.3.0+15.04.2014-0ubuntu1

---
appmenu-qt5 (0.3.0+15.04.2014-0ubuntu1) vivid; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Timo Jyrinki ]
  * Add libmtdev-dev build dependency (LP: #1379152) (LP: #1379152)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Tue, 11 Nov 2014 
06:03:20 +

** Changed in: appmenu-qt5 (Ubuntu)
   Status: New = Fix Released

** Changed in: maliit-framework (Ubuntu)
   Status: New = Fix Released

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

Title:
  Needs building dependency on libmtdev-dev (or making QPlatformSupport
  public)

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt5/+bug/1379152/+subscriptions

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


[Bug 1351559] Re: Apps in spread are not anti-aliased

2014-11-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~unity-team/unity8/rtm-14.09-staging

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

Title:
  Apps in spread are not anti-aliased

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

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


[Bug 1391617] Re: Untranslated label In Progress when upgrading system

2014-11-12 Thread Albert Astals Cid
I did some grepping on this, the only In Progress i could find is in 
lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/Themes/Ambiance/ProgressBarStyle.qml:
text: progressBar.indeterminate ? i18n.tr(In Progress)

that seems to be translated (at least to the po level)

$ msgunfmt /usr/share/locale-langpack/de/LC_MESSAGES/ubuntu-ui-toolkit.mo | 
grep Prog -A 2
msgid In Progress
msgstr In Bearbeitung

Maybe you had an old langpack that didn't include this translation yet?

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

Title:
  Untranslated label In Progress when upgrading system

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

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


[Bug 1391414] Add attachments

2014-11-12 Thread Lars Hansson
** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1391414/+attachment/4258916/+files/AlsaInfo.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1391414/+attachment/4258917/+files/BootDmesg.txt

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1391414/+attachment/4258918/+files/CRDA.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1391414/+attachment/4258919/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1391414/+attachment/4258920/+files/Dependencies.txt

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1391414/+attachment/4258921/+files/IwConfig.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1391414/+attachment/4258922/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1391414/+attachment/4258923/+files/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1391414/+attachment/4258924/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1391414/+attachment/4258925/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1391414/+attachment/4258926/+files/ProcModules.txt

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1391414/+attachment/4258927/+files/PulseList.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1391414/+attachment/4258928/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1391414/+attachment/4258929/+files/UdevLog.txt

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1391414/+attachment/4258930/+files/WifiSyslog.txt

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

Title:
  Can not switch away from fullscreen wine program

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1391414/+subscriptions

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


[Bug 1391775] Re: SSH_AUTH_SOCK and GPG_AGENT_INFO unset

2014-11-12 Thread Dmitry Kasatkin
good envrionment

** Attachment added: Good environment
   
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1391775/+attachment/4258932/+files/env-super-terminal.txt

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

Title:
  SSH_AUTH_SOCK and GPG_AGENT_INFO unset

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

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


Re: [Bug 1391541] Re: package i8kutils 1.41 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-11-12 Thread hy
On 11.11.2014 17:58, vitorafsr wrote:
 sudo modprobe i8k
Hi,
i cannot install the i8k. it shows modprobe: ERROR: could not insert 
'i8k': No such device. I have no idea what is wrong.

other thing, how can i reduce the power consumption of ubuntu 14.04? The 
fan is really noisy even much louder than window system. i suppose 
something wrong with this Ubuntu. Could you help?

Br,
Hanyang

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

Title:
  package i8kutils 1.41 failed to install/upgrade: subprocess installed
  post-installation script returned error exit status 1

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

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


[Bug 1391731] Re: Installer crashed while installing Ubuntu 14.04.1

2014-11-12 Thread Ubuntu Foundations Team Bug Bot
Exception during installation:
Nov 12 05:00:44 ubuntu /plugininstall.py: Traceback (most recent call last):
Nov 12 05:00:44 ubuntu /plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 1770, in module
Nov 12 05:00:44 ubuntu /plugininstall.py: install.run()
Nov 12 05:00:44 ubuntu /plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 78, in wrapper
Nov 12 05:00:44 ubuntu /plugininstall.py: func(self)
Nov 12 05:00:44 ubuntu /plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 252, in run
Nov 12 05:00:44 ubuntu /plugininstall.py: self.remove_extras()
Nov 12 05:00:44 ubuntu /plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 1455, in remove_extras
Nov 12 05:00:44 ubuntu /plugininstall.py: cache = Cache()
Nov 12 05:00:44 ubuntu /plugininstall.py:   File 
/usr/lib/python3/dist-packages/apt/cache.py, line 107, in __init__
Nov 12 05:00:44 ubuntu /plugininstall.py: self.open(progress)
Nov 12 05:00:44 ubuntu /plugininstall.py:   File 
/usr/lib/python3/dist-packages/apt/cache.py, line 151, in open
Nov 12 05:00:44 ubuntu /plugininstall.py: self._cache = 
apt_pkg.Cache(progress)
Nov 12 05:00:44 ubuntu /plugininstall.py: SystemError: E:Encountered a section 
with no Package: header, E:Problem with MergeList 
/target/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en,
 E:The package lists or status file could not be parsed or opened.
Nov 12 05:00:44 ubuntu /plugininstall.py: 


** Tags added: installer-crash

** Changed in: ubiquity (Ubuntu)
   Importance: Undecided = High

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

Title:
  Installer crashed while installing Ubuntu 14.04.1

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

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


[Bug 1391769] Re: Update panel asks to connect to power source, but doesn't check again

2014-11-12 Thread Sebastien Bacher
Thanks, I can't confirm that, if I plug the usb cable while the dialog
is displayed the content change and the install buttons is listed

** Changed in: ubuntu-system-settings (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Update panel asks to connect to power source, but doesn't check again

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

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


[Bug 1391775] [NEW] SSH_AUTH_SOCK and GPG_AGENT_INFO unset

2014-11-12 Thread Dmitry Kasatkin
Public bug reported:

I use

Distributor ID: Ubuntu
Description:Ubuntu 14.04.1 LTS
Release:14.04
Codename:   trusty


After some of the recent updates when using from terminal ssh or gpg started to 
ask key passphrase.
I noticed that SSH_AUTH_SOCK and GPG_AGENT_INFO are unset.
After playing around I found out that they are only unset when launching 
terminal using Alt-F2.
If using Dash (Super), then it is fine..

env dump attached for both cases. you can see that env-alt-f2.txt has no
SSH_AUTH_SOCK or GPG_AGENT_INFO set.

Bad one has JOB=xsession-init.
Good one has JOB=dbus.

I am not sure if the problem of gnome-keyring..

- Dmitry

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


** Tags: keyring upstrart

** Attachment added: Bad environment
   
https://bugs.launchpad.net/bugs/1391775/+attachment/4258931/+files/env-alt-f2-terminal.txt

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

Title:
  SSH_AUTH_SOCK and GPG_AGENT_INFO unset

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

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


[Bug 1391731] Traceback

2014-11-12 Thread Ubuntu Foundations Team Bug Bot
Exception during installation:
Nov 12 05:00:44 ubuntu /plugininstall.py: Traceback (most recent call last):
Nov 12 05:00:44 ubuntu /plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 1770, in module
Nov 12 05:00:44 ubuntu /plugininstall.py: install.run()
Nov 12 05:00:44 ubuntu /plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 78, in wrapper
Nov 12 05:00:44 ubuntu /plugininstall.py: func(self)
Nov 12 05:00:44 ubuntu /plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 252, in run
Nov 12 05:00:44 ubuntu /plugininstall.py: self.remove_extras()
Nov 12 05:00:44 ubuntu /plugininstall.py:   File 
/usr/share/ubiquity/plugininstall.py, line 1455, in remove_extras
Nov 12 05:00:44 ubuntu /plugininstall.py: cache = Cache()
Nov 12 05:00:44 ubuntu /plugininstall.py:   File 
/usr/lib/python3/dist-packages/apt/cache.py, line 107, in __init__
Nov 12 05:00:44 ubuntu /plugininstall.py: self.open(progress)
Nov 12 05:00:44 ubuntu /plugininstall.py:   File 
/usr/lib/python3/dist-packages/apt/cache.py, line 151, in open
Nov 12 05:00:44 ubuntu /plugininstall.py: self._cache = 
apt_pkg.Cache(progress)
Nov 12 05:00:44 ubuntu /plugininstall.py: SystemError: E:Encountered a section 
with no Package: header, E:Problem with MergeList 
/target/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en,
 E:The package lists or status file could not be parsed or opened.
Nov 12 05:00:44 ubuntu /plugininstall.py:

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

Title:
  Installer crashed while installing Ubuntu 14.04.1

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

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


[Bug 1384122] Re: SNMPD defaultmonitors not working

2014-11-12 Thread Stephane Neveu
Trying to start snmpd directly :

#snmpd
MIB search path: 
/root/.snmp/mibs:/usr/share/snmp/mibs:/usr/share/snmp/mibs/iana:/usr/share/snmp/mibs/ietf:/usr/share/mibs/site:/usr/share/snmp/mibs:/usr/share/mibs/iana:/usr/share/mibs/ietf:/usr/share/mibs/netsnmp
Cannot find module (SNMPv2-TC): At line 10 in 
/usr/share/snmp/mibs/UCD-DLMOD-MIB.txt
Cannot find module (SNMPv2-SMI): At line 34 in 
/usr/share/snmp/mibs/UCD-SNMP-MIB.txt
Cannot find module (SNMPv2-TC): At line 37 in 
/usr/share/snmp/mibs/UCD-SNMP-MIB.txt
Did not find 'enterprises' in module #-1 (/usr/share/snmp/mibs/UCD-SNMP-MIB.txt)
Did not find 'DisplayString' in module #-1 
(/usr/share/snmp/mibs/UCD-SNMP-MIB.txt)
Did not find 'TruthValue' in module #-1 (/usr/share/snmp/mibs/UCD-SNMP-MIB.txt)
Unlinked OID in UCD-SNMP-MIB: ucdavis ::= { enterprises 2021 }
Undefined identifier: enterprises near line 39 of 
/usr/share/snmp/mibs/UCD-SNMP-MIB.txt
Did not find 'DisplayString' in module #-1 
(/usr/share/snmp/mibs/UCD-DLMOD-MIB.txt)
Did not find 'ucdExperimental' in module UCD-SNMP-MIB 
(/usr/share/snmp/mibs/UCD-DLMOD-MIB.txt)
Unlinked OID in UCD-DLMOD-MIB: ucdDlmodMIB ::= { ucdExperimental 14 }
Undefined identifier: ucdExperimental near line 13 of 
/usr/share/snmp/mibs/UCD-DLMOD-MIB.txt
Cannot find module (MTA-MIB): At line 0 in (none)
Cannot find module (NETWORK-SERVICES-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TC): At line 15 in 
/usr/share/snmp/mibs/UCD-DISKIO-MIB.txt
Did not find 'DisplayString' in module #-1 
(/usr/share/snmp/mibs/UCD-DISKIO-MIB.txt)
Did not find 'ucdExperimental' in module UCD-SNMP-MIB 
(/usr/share/snmp/mibs/UCD-DISKIO-MIB.txt)
Unlinked OID in UCD-DISKIO-MIB: ucdDiskIOMIB ::= { ucdExperimental 15 }
Undefined identifier: ucdExperimental near line 19 of 
/usr/share/snmp/mibs/UCD-DISKIO-MIB.txt
Cannot find module (SNMPv2-TC): At line 15 in 
/usr/share/snmp/mibs/LM-SENSORS-MIB.txt
Did not find 'DisplayString' in module #-1 
(/usr/share/snmp/mibs/LM-SENSORS-MIB.txt)
Did not find 'ucdExperimental' in module UCD-SNMP-MIB 
(/usr/share/snmp/mibs/LM-SENSORS-MIB.txt)
Unlinked OID in LM-SENSORS-MIB: lmSensors ::= { ucdExperimental 16 }
Undefined identifier: ucdExperimental near line 32 of 
/usr/share/snmp/mibs/LM-SENSORS-MIB.txt
Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-TYPES): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (NOTIFICATION-LOG-MIB): At line 0 in (none)
Cannot find module (DISMAN-EVENT-MIB): At line 0 in (none)
Cannot find module (DISMAN-SCHEDULE-MIB): At line 0 in (none)
Did not find 'ucdavis' in module UCD-SNMP-MIB 
(/usr/share/snmp/mibs/UCD-DEMO-MIB.txt)
Unlinked OID in UCD-DEMO-MIB: ucdDemoMIB ::= { ucdavis 14 }
Undefined identifier: ucdavis near line 7 of 
/usr/share/snmp/mibs/UCD-DEMO-MIB.txt
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 9 in 
/usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt
Cannot find module (SNMPv2-SMI): At line 8 in 
/usr/share/snmp/mibs/NET-SNMP-MIB.txt
Did not find 'enterprises' in module #-1 (/usr/share/snmp/mibs/NET-SNMP-MIB.txt)
Unlinked OID in NET-SNMP-MIB: netSnmp ::= { enterprises 8072 }
Undefined identifier: enterprises near line 10 of 
/usr/share/snmp/mibs/NET-SNMP-MIB.txt
Cannot find module (SNMPv2-TC): At line 21 in 
/usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt
Did not find 'SnmpAdminString' in module #-1 
(/usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt)
Did not find 'netSnmpObjects' in module NET-SNMP-MIB 
(/usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt)
Did not find 'netSnmpModuleIDs' in module NET-SNMP-MIB 
(/usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt)
Did not find 'netSnmpNotifications' in module NET-SNMP-MIB 
(/usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt)
Did not find 'netSnmpGroups' in module NET-SNMP-MIB 
(/usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt)
Did not find 'DisplayString' in module #-1 
(/usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt)
Did not find 'RowStatus' in module #-1 
(/usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt)
Did not find 'TruthValue' in module #-1 
(/usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt)
Unlinked OID in NET-SNMP-AGENT-MIB: nsAgentNotifyGroup ::= { netSnmpGroups 9 }
Undefined identifier: netSnmpGroups near line 545 of 
/usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsTransactionGroup ::= { netSnmpGroups 8 }
Undefined identifier: netSnmpGroups near line 536 of 
/usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsConfigGroups ::= { netSnmpGroups 7 }
Undefined identifier: netSnmpGroups near line 515 of 
/usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt
Unlinked OID in NET-SNMP-AGENT-MIB: nsCacheGroup ::= { netSnmpGroups 4 }
Undefined identifier: netSnmpGroups near 

[Bug 1318403] Re: Firefox continuously freezes and freezes the rest of the system (Ubuntu 14.04)

2014-11-12 Thread AndreHebben
I had similar issues after doing a complete reinstall of my system (Ubuntu 
14.04) and using the propietary drivers that
came with Ubuntu.  
 
Each time Fire Fox was open the system hanged.  However Firefox 's higher 
memory consumption was 
a side effect of the main culprit.  Even setting the: about:memory - minimize 
memory usage did not help. 
So i knew i had to look elsewhere. 

Both my Nvdia 740M and FireFox where eating all the memory on the
system.

Installing the latest bumblebee drivers fixed it , as i have no freezes
anymore.

sudo apt-get install bumblebee bumblebee-nvidia primus nvidia-331

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

Title:
  Firefox continuously freezes and freezes the rest of the system
  (Ubuntu 14.04)

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

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


[Bug 1378434] Re: 14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

2014-11-12 Thread sgofferj
!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  virsh edit epsilonix
or other application using the libvirt API.
--

domain type='kvm'
  nameepsilonix/name
  uuidd2719da3-1869-9cee-b02f-8d86458bbea2/uuid
  memory unit='KiB'524288/memory
  currentMemory unit='KiB'524288/currentMemory
  vcpu placement='static'1/vcpu
  os
type arch='x86_64' machine='pc-i440fx-trusty'hvm/type
boot dev='hd'/
  /os
  features
acpi/
apic/
pae/
  /features
  clock offset='utc'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashrestart/on_crash
  devices
emulator/usr/bin/kvm-spice/emulator
disk type='file' device='disk'
  driver name='qemu' type='raw'/
  source file='/var/lib/libvirt/images/epsilonix.img'/
  target dev='vda' bus='virtio'/
  address type='pci' domain='0x' bus='0x00' slot='0x08' 
function='0x0'/
/disk
disk type='block' device='cdrom'
  driver name='qemu' type='raw'/
  target dev='hdc' bus='ide'/
  readonly/
  address type='drive' controller='0' bus='1' target='0' unit='0'/
/disk
controller type='usb' index='0'
  address type='pci' domain='0x' bus='0x00' slot='0x01' 
function='0x2'/
/controller
controller type='pci' index='0' model='pci-root'/
controller type='ide' index='0'
  address type='pci' domain='0x' bus='0x00' slot='0x01' 
function='0x1'/
/controller
filesystem type='mount' accessmode='passthrough'
  source dir='/storage/exec'/
  target dir='exec'/
  readonly/
  address type='pci' domain='0x' bus='0x00' slot='0x0a' 
function='0x0'/
/filesystem
filesystem type='mount' accessmode='passthrough'
  source dir='/storage/asterisk/etc'/
  target dir='astetc'/
  address type='pci' domain='0x' bus='0x00' slot='0x03' 
function='0x0'/
/filesystem
filesystem type='mount' accessmode='passthrough'
  source dir='/storage/asterisk/lib'/
  target dir='astlib'/
  address type='pci' domain='0x' bus='0x00' slot='0x04' 
function='0x0'/
/filesystem
filesystem type='mount' accessmode='passthrough'
  source dir='/storage/asterisk/spool/voicemail'/
  target dir='astvm'/
  address type='pci' domain='0x' bus='0x00' slot='0x05' 
function='0x0'/
/filesystem
filesystem type='mount' accessmode='passthrough'
  source dir='/storage/asterisk/intercept'/
  target dir='astinterc'/
  address type='pci' domain='0x' bus='0x00' slot='0x0b' 
function='0x0'/
/filesystem
interface type='direct'
  mac address='52:54:00:21:73:da'/
  source dev='p6p1' mode='bridge'/
  model type='virtio'/
  address type='pci' domain='0x' bus='0x00' slot='0x06' 
function='0x0'/
/interface
serial type='pty'
  target port='0'/
/serial
console type='pty'
  target type='serial' port='0'/
/console
input type='mouse' bus='ps2'/
input type='keyboard' bus='ps2'/
graphics type='vnc' port='-1' autoport='yes'/
sound model='ich6'
  address type='pci' domain='0x' bus='0x00' slot='0x07' 
function='0x0'/
/sound
video
  model type='cirrus' vram='9216' heads='1'/
  address type='pci' domain='0x' bus='0x00' slot='0x02' 
function='0x0'/
/video
memballoon model='virtio'
  address type='pci' domain='0x' bus='0x00' slot='0x09' 
function='0x0'/
/memballoon
  /devices
/domain

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

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

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

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


[Bug 1378434] Re: 14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

2014-11-12 Thread sgofferj
Just in case - epsilonix fstab:

astetc  /etc/asterisk   9p  
trans=virtio,version=9p2000.L,access=client0   0
astlib  /var/lib/asterisk   9p  
trans=virtio,version=9p2000.L,access=client0   0
astvm   /var/spool/asterisk/voicemail   9p  
trans=virtio,version=9p2000.L,access=client0   0
astinterc   /intercept  9p  
trans=virtio,version=9p2000.L,access=client0   0
exec/exec   9p  
trans=virtio,version=9p2000.L,access=client0   0

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

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

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

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


[Bug 1351559] Re: Apps in spread are not anti-aliased

2014-11-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~mir-team/qtmir/rtm-14.09-staging

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

Title:
  Apps in spread are not anti-aliased

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

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


[Bug 1366560] Re: Merge gimp 2.8.14-1 (main) from Debian unstable (main)

2014-11-12 Thread Artur Rona
** Summary changed:

- Please upgrade GIMP to version 2.8.14
+ Merge gimp 2.8.14-1 (main) from Debian unstable (main)

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

Title:
  Merge gimp 2.8.14-1 (main) from Debian unstable (main)

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

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


[Bug 1388869] Re: linux: 2.6.32-68.135 -proposed tracker

2014-11-12 Thread Yung Shen
** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

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

Title:
  linux: 2.6.32-68.135 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1388869/+subscriptions

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


[Bug 1389978] Re: Unable to find Open layouts folder in Onboard Preferences.

2014-11-12 Thread Anthony Wong
** Changed in: ubuntukylin
   Importance: Low = Medium

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

Title:
  Unable to find Open layouts folder in Onboard Preferences.

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

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


[Bug 1391779] [NEW] curl not build with metalink support

2014-11-12 Thread Anton Piatek
Public bug reported:

The manpage for curl talks about having support for the --metalink flag but 
trying to use it in Ubuntu 14.04 fails with the following warning:
Warning: --metalink option is ignored because the binary is built without the 
Warning: Metalink support.

Can we get curl built with metalink support please?

** Affects: curl (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/1391779

Title:
  curl not build with metalink support

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

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


[Bug 1391120] Re: Webapp-container problem with meteofrance website

2014-11-12 Thread Olivier Tilloy
Potentially, yes.

If you encounter the same issue again, could you please make a copy of
the cache directory and attach it to this bug report, so I can try to
reproduce it and investigate? Use the following command:

tar cvjf /tmp/meteofrance.tar.bz2 -C ~/.local/share
com.ubuntu.developer.kpeignot.meteofrance

and then attach the file generated in /tmp (if your device is connected
by usb to your computer, you can adb pull /tmp/meteofrance.tar.bz2).

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

Title:
  Webapp-container problem with meteofrance website

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

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


[Bug 1391339] Re: Trusty kernel inbound network performance regression when GRO is enabled

2014-11-12 Thread Stefan Bader
Hi Rodrigo, there is a possibility that the problem is not a regression
in handling GRO but actually supporting GRO. I can find the following
commit in 3.13-rc1:

commit 99d3d587b2b4314ccc8ea066cb327dfb523d598e
Author: Wei Liu wei.l...@citrix.com
Date:   Mon Sep 30 13:46:34 2013 +0100

xen-netfront: convert to GRO API

Now I tried to reproduce the performance issue locally and using a
Xen-4.4.1 Trusty host which runs a Trusty PV guest. On the guest side I
start iperf in server mode (since that is the receive side, but to be
sure I reversed the setup with the same results) and on a desktop
running Trusty, I start iperf in client mode connecting to the PV guest.
The desktop and host have 1Gbit NICs. With that I get an average of
about 850Mbit/sec over 10 runs. Which is as good as I would expect it.
And this does not change significantly whether I enable or disable GRO.

Now what we do not know is what gets involved network-wise between your
server and the guests. Not really sure how this would possibly happen.

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

Title:
  Trusty kernel inbound network performance regression when GRO is
  enabled

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

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


[Bug 1351559] Re: Apps in spread are not anti-aliased

2014-11-12 Thread Michał Sawicz
** Changed in: qtmir (Ubuntu RTM)
   Status: Triaged = In Progress

** Changed in: unity8 (Ubuntu RTM)
   Status: Triaged = In Progress

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

Title:
  Apps in spread are not anti-aliased

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

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


[Bug 1304410] Re: the partition page, text Change... untranslate

2014-11-12 Thread Anthony Wong
** Also affects: ubiquity (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/1304410

Title:
  the partition page, text Change... untranslate

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

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


[Bug 1364936] Re: history feature allows a single back move only

2014-11-12 Thread Sebastien Bacher
Thanks, I can't confirm the same behaviour, it does seem buggy though,
back brings the document on page 1 rather than 2 here

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

Title:
  history feature allows a single back move only

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

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


[Bug 1389170] Re: linux: 3.16.0-25.33 -proposed tracker

2014-11-12 Thread Yung Shen
So far there is no system pass the certificate for 14.10 yet, we will
not running certification-testing for 3.16 kernel in this cycle.

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress = Invalid

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

Title:
  linux: 3.16.0-25.33 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1389170/+subscriptions

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


[Bug 1391339] Re: Trusty kernel inbound network performance regression when GRO is enabled

2014-11-12 Thread Stefan Bader
I meant, not sure how to get traffic coming in in a way that GRO
actually slows things down instead of lowering the impact of processing.

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

Title:
  Trusty kernel inbound network performance regression when GRO is
  enabled

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

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


[Bug 1389843] Re: Remove gpxviewer from vivid

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

** Changed in: gpxviewer (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/1389843

Title:
  Remove gpxviewer from vivid

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

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


[Bug 1391668] Re: test_battery_plugin_battery_hotplugging is flaky

2014-11-12 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1390629 ***
https://bugs.launchpad.net/bugs/1390629

I think that's bug #1390629

** This bug has been marked a duplicate of bug 1390629
   autopilot failure in vivid from upower transition

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

Title:
  test_battery_plugin_battery_hotplugging is flaky

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

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


[Bug 1386564] Re: lightdm-gtk-greeter crashed with SIGSEGV in _start()

2014-11-12 Thread LAZA
So i managed to upload a proper bug report:
https://bugs.launchpad.net/ubuntu/+source/lightdm-gtk-greeter/+bug/1391785

So this can be
- closed
- marked as duplicate
- incomplete.

Sorry Walter for the harsh words, but Ubuntu as beginner friendly distro
is this behavior a no-go.

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

Title:
  lightdm-gtk-greeter crashed with SIGSEGV in _start()

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

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


[Bug 1384393] Re: Photos in scope not visible until all loaded

2014-11-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~unity-team/unity8/rtm-dash-staging

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

Title:
  Photos in scope not visible until all loaded

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

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


[Bug 1384374] Re: Dash pauses/stutters during scope switching left/right

2014-11-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~unity-team/unity8/rtm-dash-staging

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

Title:
  Dash pauses/stutters during scope switching left/right

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

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


[Bug 1357321] Re: [TOPBLOCKER] QNetworkAccessManager doesn't support roaming on Ubuntu

2014-11-12 Thread Lorn Potter
Well, I did delete the contents of ~/.cache and reboot. But now I do not
have the apps grid.

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

Title:
  [TOPBLOCKER] QNetworkAccessManager doesn't support roaming on Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/platform-api/+bug/1357321/+subscriptions

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


[Bug 1389841] Re: Remove creepy from vivid

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

** Changed in: creepy (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/1389841

Title:
  Remove creepy from vivid

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

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


[Bug 1270805] Re: gpxviewer can't fetch tiles from openstreetmap anymore

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

** Changed in: gpxviewer (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/1270805

Title:
  gpxviewer can't fetch tiles from openstreetmap anymore

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

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


[Bug 1301925] Re: kalarm can't be installed when mysql-server-5.6 is installed

2014-11-12 Thread Realtime
** Also affects: unidistro-kde-desktop (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/1301925

Title:
  kalarm can't be installed when mysql-server-5.6 is installed

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

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


[Bug 1391785] Re: lightdm-gtk-greeter crashed with SIGSEGV in _start()

2014-11-12 Thread Apport retracing service
*** This bug is a duplicate of bug 1021976 ***
https://bugs.launchpad.net/bugs/1021976

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1021976, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1391785/+attachment/4258942/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1391785/+attachment/4258944/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1391785/+attachment/4258945/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1391785/+attachment/4258946/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1391785/+attachment/4258947/+files/Registers.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1391785/+attachment/4258948/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1021976

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  lightdm-gtk-greeter crashed with SIGSEGV in _start()

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

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


[Bug 1063351] Re: Canon i550 printer doesn't print black (CUPS+Gutenprint)

2014-11-12 Thread Jens Jäschke
Not an issue anymore. Printing works fine now.

** Changed in: cups (Ubuntu)
   Status: New = Fix Released

** Changed in: cups (Ubuntu)
   Status: Fix Released = Invalid

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

Title:
  Canon i550 printer doesn't print black (CUPS+Gutenprint)

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