[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-13 Thread David Peall
I'm running trusty so not sure how a precise-proposed is going to help?

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 1017125] Re: [SRU quantal] boost::unordered_multimap::erase(iterator, iterator) broken in boost1.49

2014-06-13 Thread anonymous mouse
I just had LibreOffice 3.5.7.2  Build ID: 350m1(Build:2) crash on me
with a document. The crash report said that bug 1067907 was the bug.
That bug says it is a duplicate of this bug. As such, I'm attaching the
relevant document here.

It's a docx that I opened in Abiword and then saved as a Abiword .doc
(which I think might be RTF actually, with merely a .doc extension).
But, it crashes LibreOffice. (The original .docx doesn't show up
correctly in either darn program, but the bit I'm interested in does
show up better in Abiword.)

I'm using Ubuntu 12.04 with Gnome 3.

** Attachment added: RTF from Abiword that crashes LibreOffice 3.5.7.2
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1017125/+attachment/4130802/+files/Librarian-%20Application%20Form2.doc

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

Title:
  [SRU quantal] boost::unordered_multimap::erase(iterator, iterator)
  broken in boost1.49

To manage notifications about this bug go to:
https://bugs.launchpad.net/boost/+bug/1017125/+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 454566] Re: False positive for SucKit

2014-06-13 Thread Adam Funk
Just upgraded two machines to 14.04; one of them is still getting this.

I wonder why there is no option on Ubuntu's and put your money where
your mouth is page for fix known bugs instead of fiddling with the
GUI.

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

Title:
  False positive for SucKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/server-papercuts/+bug/454566/+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 1084028] Re: openvswitch based interfaces not started in time during boot

2014-06-13 Thread gadLinux
I will open another bug... sorry

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

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+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 1084028] Re: openvswitch based interfaces not started in time during boot

2014-06-13 Thread gadLinux
root@red-compute:~# ovs-vsctl show
8d08d8e4-49f2-4243-b1db-7641984a8530
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Bridge br-int
Port eth1
Interface eth1
Port br-int
Interface br-int
type: internal
ovs_version: 2.0.1


root@red-compute:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual
up ifconfig $IFACE 0.0.0.0 up
up ip link set $IFACE promisc on
down ip link set $IFACE promisc off
down ifconfig $IFACE down

auto eth1
iface eth1 inet manual 
up ifconfig $IFACE 0.0.0.0 up
down ifconfig $IFACE down

auto br-int
iface br-int inet dhcp


And when I boot up, cloudinit does not find the interfaces so no network is up. 


I have to take an screenshot of the issue. The problem is that rbd storage is 
not boot up because cloudinit does not find the interfaces to connect to the 
intranet (because it's a bridge), and all the system becomes a nightmare.

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

Title:
  openvswitch based interfaces not started in time during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1084028/+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 1329719] [NEW] cloud-init does not bring up all bridge interfaces created with openvswitch

2014-06-13 Thread gadLinux
Public bug reported:

Hi,

In my systems (all of them where I have openstack), I found that cloud-
init does not perform well. Mainly because the bridges I have were
created with ovs.

Since they are not ready at boot time it seems that the system got
stalled for a few mins. And after boot not all services recover.

For example rbdmap is not called again after the net is up.

It may be the order where the things are done. Or maybe something worse.
The problem is that cloud-init stalls for 2 mins on boot. RBD doesn't
run because cloud-init starts in nonet mode. And the whole system
becomes broken.

It's curious that ceph-osd are re-run after net is up. So some scripts
are relaunched. In fact two times. So they start to work well. But some
others no.


root@red-compute:~# ovs-vsctl show
8d08d8e4-49f2-4243-b1db-7641984a8530
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Bridge br-int
Port eth1
Interface eth1
Port br-int
Interface br-int
type: internal
ovs_version: 2.0.1

root@red-compute:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual
 up ifconfig $IFACE 0.0.0.0 up
up ip link set $IFACE promisc on
down ip link set $IFACE promisc off
down ifconfig $IFACE down

auto eth1
iface eth1 inet manual
 up ifconfig $IFACE 0.0.0.0 up
down ifconfig $IFACE down

auto br-int
iface br-int inet dhcp

And when I boot up, cloudinit does not find the interfaces so no network
is up.

I have to take an screenshot of the issue. The problem is that rbd
storage is not boot up because cloudinit does not find the interfaces to
connect to the intranet (because it's a bridge), and all the system
becomes a nightmare.

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

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

Title:
  cloud-init does not bring up all bridge interfaces created with
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1329719/+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 1329561] [NEW] postsuper manual needs update

2014-06-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

In the url
http://manpages.ubuntu.com/manpages/lucid/man1/postsuper.1.html in
section


   mailq | tail +2 | grep -v ’^ *(’ | awk  ´BEGIN { RS =  }
  # $7=sender, $8=recipient1, $9=recipient2
  { if ($8 == u...@example.com  $9 == )
print $1 }
  ´ | tr -d ’*!’ | postsuper -d -
--
Need to be changed as it is not working in ubuntu.

A better approach is to use the code I wrote below for removing mails
from one user:

---
mailq | grep ^[A-Z\|0-9] | grep u...@example.com | awk '{print $1}' | 
postsuper -d -
-

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

-- 
postsuper manual needs update
https://bugs.launchpad.net/bugs/1329561
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to postfix in Ubuntu.

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


[Bug 1329561] Re: postsuper manual needs update

2014-06-13 Thread Gunnar Hjalmarsson
Thanks for your report! The postsuper manpage resides in the postfix
package; changing affected package accordingly.

** Package changed: ubuntu-docs (Ubuntu) = postfix (Ubuntu)

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

Title:
  postsuper manual needs update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1329561/+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 1329736] [NEW] When specifying a field separator with {FS=, }, the separator is not applied tp the first line

2014-06-13 Thread IanBall
Public bug reported:

I have a csv input file where I want to extract specific fields.  When I cat 
that file into mawk using the {FS=,} within the brackets,  the first line of 
output is as if the field separator was still a space instead of the comma that 
I specified.  From the second line onwards, the comma field separator is 
honoured.
The first three lines of output from the command I am using are:
$ cat LUN.csv | awk '{FS=,} {print 
$2,$5,$14,$17,$20,$23,$26,$29,$32,$35,$77,$78,$79,$80,$81,$82,$83,$84,$85,$86,$87,$88,$89,$90,$91,$92,$93,$94,$95,$96,$97,$98}'
60,5;,naa.600601605d212700a1c3b23a8a6ae011;,naa.600601605d212700a1c3b23a8a6ae011;,naa.600601605d212700a1c3b23a8a6ae011],06/02/2014,,,
06/02/2014 
12:05:22,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
06/02/2014 
12:07:36,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0


If I try the command using the -F , flag instead the first line of output 
also has the comma field separator honoured.
The first three lines of output from the command I am using are:
$ cat LUN.csv | awk -F , '{print 
$2,$5,$14,$17,$20,$23,$26,$29,$32,$35,$77,$78,$79,$80,$81,$82,$83,$84,$85,$86,$87,$88,$89,$90,$91,$92,$93,$94,$95,$96,$97,$98}'
06/02/2014 
12:02:59,0.158562,0.106358,3.061710,0.102991,38.801684,2.717995,0.003367,10.031008,0.343715,0,0,0,0,218,10,16,270,0,0,0,0,0,0,47,12,0,2,4,0,0,0
06/02/2014 
12:05:22,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
06/02/2014 
12:07:36,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0


I would expect that the behaviour of both would be the same, and specifically 
that of the {FS=,} would be applied to the first line as well as all 
following lines.

The attached file is the head of the file I am using so you can test.

The version I am using is on kubuntu 13.10, the version information output is:
$ mawk -W version
mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan

compiled limits:
max NF 32767
sprintf buffer  2040

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

** Attachment added: LUN.csv
   https://bugs.launchpad.net/bugs/1329736/+attachment/4130956/+files/LUN.csv

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

Title:
  When specifying a field separator with {FS=,}, the separator is not
  applied tp the first line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/1329736/+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 1314250] Re: python-nova version crash

2014-06-13 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/1314250

Title:
  python-nova version crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1314250/+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 1314189] Re: instance creation fails on compute nodes with 175 instances with neutron security groups enabled

2014-06-13 Thread Eugene Nikanorov
** Tags added: loadimpact

** Changed in: neutron
   Status: New = Confirmed

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

Title:
  instance creation fails on compute nodes with  175 instances with
  neutron security groups enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1314189/+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 1328134] Re: [SRU] packaging for openstack icehouse 2014.1.1 release

2014-06-13 Thread James Page
** Also affects: nova (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: glance (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: keystone (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: horizon (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: ceilometer (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: cinder (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: heat (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: neutron (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

Title:
  [SRU] packaging for openstack icehouse 2014.1.1 release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1328134/+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 1320144] Re: kvm crashes with malloc.c assertion failed and other errors

2014-06-13 Thread f3a97
Hi Serge,

I have only one VM on my PC.

I have found that these actions can reliably trigger the crash:

- starting the vm via virsh start
- connecting to it with remmina via RDP
- exiting remmina
- starting virt-manager
- connecting to the console
- CRASH



On 22 May 2014 16:28, Serge Hallyn 1320...@bugs.launchpad.net wrote:

 Thanks for reporting this bug.

 Does this happen immediately upon boot, or at random times?  Do all
 fresh win7 installs do this, or only one particular VM?

 ** Changed in: qemu-kvm (Ubuntu)
Importance: Undecided = High

 ** Changed in: qemu-kvm (Ubuntu)
Status: New = Confirmed

 ** Changed in: qemu-kvm (Ubuntu)
Status: Confirmed = Incomplete

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

 Title:
   kvm crashes with malloc.c assertion failed and other errors

 Status in “qemu-kvm” package in Ubuntu:
   Incomplete

 Bug description:
   My Win7 VM running on KVM keeps crashing lately.

   I cannot say when it started to do so but I can say that this was not
   happening at all some weeks ago.

   From the qemu-kvm log file related to this VM just after the crash I
   have found what follows:

   2014-05-16 08:37:14.597+: starting up
   LC_ALL=C
 PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
 QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M pc-1.0 -cpu
 core2duo,+lahf_lm,+popcnt,+sse4.2,+sse4.1,+cx16,-monitor,-vme -enable-kvm
 -m 1024 -smp 1,sockets=1,cores=1,threads=1 -name win7-32 -uuid
 9c5a2a97-7657-add4-2c4a-b9f1f8c076bd -nodefconfig -nodefaults -chardev
 socket,id=charmonitor,path=/var/lib/libvirt/qemu/win7-32.monitor,server,nowait
 -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime
 -no-shutdown -drive
 file=/host/Users/ste/Desktop/KVM/win7-32.img,if=none,id=drive-ide0-0-0,format=raw
 -device
 ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1
 -drive if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device
 ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -netdev
 tap,fd=18,id=hostnet0 -device
 rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:20:0b:dd,bus=pci.0,addr=0x3
 -netdev tap,fd=19,id=hostnet1 -device
 rtl8139,netdev=hostnet1,id=net1,mac=52:54:00:c7:05:c9,bus=pci.0,addr=0x6
 -chardev pty,id=charserial0 -device
 isa-serial,chardev=charserial0,id=serial0 -usb -vnc 127.0.0.1:0 -vga std
 -device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device
 hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device
 virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5
   char device redirected to /dev/pts/2
   kvm: malloc.c:2451: sYSMALLOc: Assertion `(old_top == (((mbinptr)
 (((char *) ((av)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct
 malloc_chunk, fd  old_size == 0) || ((unsigned long) (old_size) =
 (unsigned long)__builtin_offsetof (struct malloc_chunk,
 fd_nextsize))+((2 * (sizeof(size_t))) - 1))  ~((2 * (sizeof(size_t))) -
 1)))  ((old_top)-size  0x1)  ((unsigned long)old_end  pagemask) ==
 0)' failed.
   2014-05-16 08:38:32.952+: shutting down

   And also:

   *** glibc detected *** /usr/bin/kvm: double free or corruption
   (fasttop): 0x7f6530001c40 ***

   ProblemType: Bug
   DistroRelease: Ubuntu 12.04
   Package: qemu-kvm 1.0+noroms-0ubuntu14.14
   ProcVersionSignature: Ubuntu 3.2.0-61.93-generic 3.2.55
   Uname: Linux 3.2.0-61-generic x86_64
   ApportVersion: 2.0.1-0ubuntu17.6
   Architecture: amd64
   Date: Fri May 16 10:40:47 2014
   KvmCmdLine: Error: command ['ps', '-C', 'kvm', '-F'] failed with exit
 code 1: UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
   MachineType: Hewlett-Packard HP ProBook 4520s
   MarkForUpload: True
   ProcEnviron:
TERM=xterm
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-61-generic
 root=UUID=D2E20BC3E20BAAB5 loop=/hostname/disks/root.disk ro quiet splash
 vt.handoff=7
   SourcePackage: qemu-kvm
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 08/26/2010
   dmi.bios.vendor: Hewlett-Packard
   dmi.bios.version: 68AZZ Ver. F.0A
   dmi.board.name: 1411
   dmi.board.vendor: Hewlett-Packard
   dmi.board.version: KBC Version 57.30
   dmi.chassis.type: 10
   dmi.chassis.vendor: Hewlett-Packard
   dmi.modalias:
 dmi:bvnHewlett-Packard:bvr68AZZVer.F.0A:bd08/26/2010:svnHewlett-Packard:pnHPProBook4520s:pvr:rvnHewlett-Packard:rn1411:rvrKBCVersion57.30:cvnHewlett-Packard:ct10:cvr:
   dmi.product.name: HP ProBook 4520s
   dmi.sys.vendor: Hewlett-Packard

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1320144/+subscriptions


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

Title:
  kvm crashes with malloc.c assertion failed and other errors

To manage 

[Blueprint servercloud-u-databases] Mysql and alternatives

2014-06-13 Thread Robie Basak
Blueprint changed by Robie Basak:

Work items changed:
  Work items for ubuntu-14.06:
  mongodb 2.6 into Utopic (need to evaluate version of libv8 to include): TODO
  address automated testing gaps for PXC: TODO
  submit for MRE for PXC 5.5 for 14.04: TODO
+ 
+ Work items for ubuntu-14.07:
+ [racb] Complete virtual-mysql-* implementation: TODO
+ [racb] Coordinate /var/lib/mysql - /var/lib/fork ownership migration: TODO
+ [akhil-mohan] Handle /var/lib/fork migration for mysql-5.6: TODO
+ Handle /var/lib/fork migration for Percona: TODO
+ Handle /var/lib/fork migration for mariadb: TODO
  
  Work items for ubuntu-14.08:
  mysql 5.6 in main, drop mysql-5.5: TODO
  update percona-xtradb-cluster (PXC) to 5.6: TODO
  package percona-server (PS) 5.6 for Ubuntu: TODO
  
  Work items for ubuntu-14.10:
  percona to take ownership of charm for PXC: TODO
  percona charm for PS: TODO
  
  Work items:
  Improve process around mysql charm: TODO

-- 
Mysql and alternatives
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-databases

-- 
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 1317833] Re: DRBD 8.4 kernel crash when using same resource for 2 minors

2014-06-13 Thread Dick Tump
I have done a bit more testing and this also happens with a manually
compiled DRBD 8.4.5 and manually compiled drbdsetup, so this bug is
probably more something for the DRBD developers to fix. I will address
this issue on their mailinglist.

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

Title:
  DRBD 8.4 kernel crash when using same resource for 2 minors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1317833/+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 1329736] Re: When specifying a field separator with {FS=, }, the separator is not applied to the first line

2014-06-13 Thread IanBall
** Summary changed:

- When specifying a field separator with {FS=,}, the separator is not applied 
tp the first line
+ When specifying a field separator with {FS=,}, the separator is not applied 
to the first line

** Description changed:

  I have a csv input file where I want to extract specific fields.  When I cat 
that file into mawk using the {FS=,} within the brackets,  the first line of 
output is as if the field separator was still a space instead of the comma that 
I specified.  From the second line onwards, the comma field separator is 
honoured.
  The first three lines of output from the command I am using are:
  $ cat LUN.csv | awk '{FS=,} {print 
$2,$5,$14,$17,$20,$23,$26,$29,$32,$35,$77,$78,$79,$80,$81,$82,$83,$84,$85,$86,$87,$88,$89,$90,$91,$92,$93,$94,$95,$96,$97,$98}'
  
60,5;,naa.600601605d212700a1c3b23a8a6ae011;,naa.600601605d212700a1c3b23a8a6ae011;,naa.600601605d212700a1c3b23a8a6ae011],06/02/2014,,,
  06/02/2014 
12:05:22,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  06/02/2014 
12:07:36,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
- 
  
  If I try the command using the -F , flag instead the first line of output 
also has the comma field separator honoured.
  The first three lines of output from the command I am using are:
  $ cat LUN.csv | awk -F , '{print 
$2,$5,$14,$17,$20,$23,$26,$29,$32,$35,$77,$78,$79,$80,$81,$82,$83,$84,$85,$86,$87,$88,$89,$90,$91,$92,$93,$94,$95,$96,$97,$98}'
  06/02/2014 
12:02:59,0.158562,0.106358,3.061710,0.102991,38.801684,2.717995,0.003367,10.031008,0.343715,0,0,0,0,218,10,16,270,0,0,0,0,0,0,47,12,0,2,4,0,0,0
  06/02/2014 
12:05:22,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  06/02/2014 
12:07:36,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  
- 
- I would expect that the behaviour of both would be the same, and specifically 
that of the {FS=,} would be applied to the first line as well as all 
following lines.
+ I would expect that the behaviour of both would be the same, and
+ specifically that of the {FS=,} would be applied to the first line as
+ well as all following lines.
  
  The attached file is the head of the file I am using so you can test.
  
  The version I am using is on kubuntu 13.10, the version information output is:
  $ mawk -W version
  mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan
  
  compiled limits:
  max NF 32767
  sprintf buffer  2040
+ 
+ Please note that although I have awk in the example command lines above, it 
is pointing to mawk.
+ $ awk -W version
+ mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan
+ 
+ compiled limits:
+ max NF 32767
+ sprintf buffer  2040

** Description changed:

  I have a csv input file where I want to extract specific fields.  When I cat 
that file into mawk using the {FS=,} within the brackets,  the first line of 
output is as if the field separator was still a space instead of the comma that 
I specified.  From the second line onwards, the comma field separator is 
honoured.
  The first three lines of output from the command I am using are:
  $ cat LUN.csv | awk '{FS=,} {print 
$2,$5,$14,$17,$20,$23,$26,$29,$32,$35,$77,$78,$79,$80,$81,$82,$83,$84,$85,$86,$87,$88,$89,$90,$91,$92,$93,$94,$95,$96,$97,$98}'
  
60,5;,naa.600601605d212700a1c3b23a8a6ae011;,naa.600601605d212700a1c3b23a8a6ae011;,naa.600601605d212700a1c3b23a8a6ae011],06/02/2014,,,
  06/02/2014 
12:05:22,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  06/02/2014 
12:07:36,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  
  If I try the command using the -F , flag instead the first line of output 
also has the comma field separator honoured.
  The first three lines of output from the command I am using are:
  $ cat LUN.csv | awk -F , '{print 
$2,$5,$14,$17,$20,$23,$26,$29,$32,$35,$77,$78,$79,$80,$81,$82,$83,$84,$85,$86,$87,$88,$89,$90,$91,$92,$93,$94,$95,$96,$97,$98}'
  06/02/2014 
12:02:59,0.158562,0.106358,3.061710,0.102991,38.801684,2.717995,0.003367,10.031008,0.343715,0,0,0,0,218,10,16,270,0,0,0,0,0,0,47,12,0,2,4,0,0,0
  06/02/2014 
12:05:22,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  06/02/2014 
12:07:36,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  
  I would expect that the behaviour of both would be the same, and
  specifically that of the {FS=,} would be applied to the first line as
  well as all following lines.
 

[Bug 1316475] Re: [SRU] CloudSigma DS for causes hangs when serial console present

2014-06-13 Thread Roman Podoliaka
** Changed in: diskimage-builder
   Status: Fix Committed = Fix Released

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

Title:
  [SRU] CloudSigma DS for causes hangs when serial console present

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1316475/+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 1240712] Re: neutron-lbaas-agent DEP-8 test fails most of the time

2014-06-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/neutron

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

Title:
  neutron-lbaas-agent DEP-8 test fails most of the time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1240712/+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 1329736] Re: When specifying a field separator with {FS=, }, the separator is not applied to the first line

2014-06-13 Thread Greg Lutostanski
Thanks for reporting this bug and taking the time to help make Ubuntu
better!

Unfortunately what you are experiencing is a quirk of how awk works [of
which there are many :)]. Field separators are only used for the next
line after they are set. To get around this you can use the BEGIN
pattern to do this before the first line is read into the awk
interpreter -- example given below.

awk 'BEGIN {FS=,} {print
$2,$5,$14,$17,$20,$23,$26,$29,$32,$35,$77,$78,$79,$80,$81,$82,$83,$84,$85,$86,$87,$88,$89,$90,$91,$92,$93,$94,$95,$96,$97,$98}'

I tested against mawk as well as busybox's awk which both do the same
thing. While this is nonintuitive, it is expected behavior.

I am marking this bug as won't fix, please comment if you believe I am
mistaken.

Thanks again!

** Changed in: mawk (Ubuntu)
   Status: New = Won't Fix

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

Title:
  When specifying a field separator with {FS=,}, the separator is not
  applied to the first line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/1329736/+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 1309860] Re: missing ipmi module

2014-06-13 Thread Ian Gordon
I can verify that openipmi_2.0.18-0ubuntu7.1 from trusty backports seems to fix 
the problem.

tag verification-done

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  missing ipmi module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openipmi/+bug/1309860/+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 1323758] Re: Mouse stops working when connected usb-storage-device

2014-06-13 Thread Serge Hallyn
** Package changed: qemu-kvm (Ubuntu) = qemu (Ubuntu)

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

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

Title:
  Mouse stops working when connected usb-storage-device

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1323758/+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 1326536] Re: libvirt's dnsmasq setup will read /etc/hosts on the host, resulting in odd resolution behaviour on the VM

2014-06-13 Thread Serge Hallyn
Hi Stéphane,

assigned this to you just to get your input, as I imagine you have a
perfect solution right offhand.

On my servers, /etc/hosts lists the hostname as public ip address, and
there is no problem.  On my laptops with network-manager, when I start
a container and 'ping laptop-name', it pings 127.0.1.1.  Adding
--no-hosts to the dnsmasq line is imo wrong, but is there anything else
we can to handle the 127.0.1.1 case?

I suppose we could use -E with a one-line hosts file which lists the
hostname as 10.0.3.1.  Or use -S.


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

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

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

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

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

Title:
  libvirt's dnsmasq setup will read /etc/hosts on the host, resulting in
  odd resolution behaviour on the VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1326536/+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 1237364] Re: Commissioning with a Saucy image sets node status to Failed tests

2014-06-13 Thread Rajasekar Karthik
Hmm...I realize this is not a problem. I posted it in AskUbuntu and have
not heard anything. As this bug seemed very similar to what I was
experiencing, I was wondering if one of the persons who solved or know
how to solve could write a quick comment on how to do so...

IP forwardingDNS forwarding you mean??? DHCP does work, but not DNS!

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

Title:
  Commissioning with a Saucy image sets node status to Failed tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1237364/+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 1240712] Re: neutron-lbaas-agent DEP-8 test fails most of the time

2014-06-13 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 1:2014.2~b1-0ubuntu2

---
neutron (1:2014.2~b1-0ubuntu2) utopic; urgency=medium

  * debian/tests/neutron-daemons: Dont test neutron-lbaas since
it needs to be configured properly in order to run the tests.
(LP: #1240712)
 -- Chuck Short zul...@ubuntu.com   Fri, 13 Jun 2014 10:25:04 -0400

** Changed in: neutron (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  neutron-lbaas-agent DEP-8 test fails most of the time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1240712/+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 685096] Re: USB Passthrough not working for Windows 7 guest

2014-06-13 Thread Michal Suchanek
So the RightWay(tm) to fix this is to download
http://git.qemu.org/?p=qemu.git;a=blob_plain;f=docs/ich9-ehci-
uhci.cfg;hb=HEAD

and run

qemu-system-x86_64 -net none -readconfig ich9-ehci-uhci.cfg -device usb-
host,vendorid=0x0b95,productid=0x772b -device usb-tablet extra options
here

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

Title:
  USB Passthrough not working for Windows 7 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/685096/+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 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-13 Thread Philipp Kern
Thanks, Dave. I'm deploying it from there then. :)

@dkpeall: It's in trusty-proposed, too.

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

Title:
  keepalived doesn't load any ipv6 virtual servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/keepalived/+bug/1300739/+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 685096] Re: USB Passthrough not working for Windows 7 guest

2014-06-13 Thread Serge Hallyn
Thanks Michal,

so at sounds like at least that file should be distributed with the qemu
package.  I don't know the best place for that, or how cleanly we can
integrate it to make it easiest on the end-user...

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

Title:
  USB Passthrough not working for Windows 7 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/685096/+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 1291951] Re: winbind loose domain join after reboot

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

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

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

Title:
  winbind loose domain join after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1291951/+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 1291951] Re: winbind loose domain join after reboot

2014-06-13 Thread Michael Rodrigues
I also find that I need to rerun net ads join after reboot, but my
netsamlogon_cache.tdb file is not being cleared at reboot.

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

Title:
  winbind loose domain join after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1291951/+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 1329917] [NEW] Sync python-django-piston 0.2.3-2 (main) from Debian unstable (main)

2014-06-13 Thread Andrew Starr-Bochicchio
Public bug reported:

Please sync python-django-piston 0.2.3-2 (main) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
  All Ubuntu changes have been applied in Debian.

Changelog entries since current utopic version 0.2.3-1ubuntu5:

python-django-piston (0.2.3-2) unstable; urgency=low

  * Team upload.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.
  * Remove DM-Upload-Allowed; it's no longer used by the archive
software.

  [ Christophe Siraut ]
  * Enable django 1.4 compatibility. (Closes: #686171)
   - 02-correct-httpresponse.patch: Correctly use '_base_content_is_iter'
 or '_is_string' depending on the Django version
   - 03-django1.4-support.patch: Add support for Django 1.4.
  * Use dh_python2
  * Bump standards version to 3.9.5 without further change
  * Convert copyright to machine-readable format 1.0
  * Add repack script, remove lintian-overrides

  [ Andrew Starr-Bochicchio ]
  * Cherry-pick patches from Ubuntu and upstream for Django
1.5 and 1.6 compatability:
   - 04-json-compat-django1.5.patch: Use json instead of simplejson for
 Django 1.5. (LP: #1184219)
   - 05-compat-django1.5-httpresponsewrapper.patch: Compatibility with
 Django 1.5 for HttpResponseWrapper. (LP: #1185012)
   - 06-django1.6-wsgirequest-compat.patch: Compatibility
 with Django 1.6 for WSGIRequest. (LP: #1256957)

 -- Andrew Starr-Bochicchio a...@debian.org  Sat, 31 May 2014 14:43:42
-0400

** Affects: python-django-piston (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: python-django-piston (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Sync python-django-piston 0.2.3-2 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django-piston/+bug/1329917/+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 1329798] Re: Install and configure the proxy node in OpenStack Installation Guide for Ubuntu 12.04/14.04 (LTS)  - icehouse

2014-06-13 Thread Gauvain Pocentek
So the home dir problem is really happening... I think it's a packaging
problem, and not a doc problem. But we should probably document the
workaround keshava suggested.

Thanks!

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

** Summary changed:

- Install and configure the proxy node in OpenStack Installation Guide for 
Ubuntu 12.04/14.04 (LTS)  - icehouse
+ swift user home dir is not created

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

Title:
  swift user home dir is not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1329798/+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 1329798] Re: swift user home dir is not created

2014-06-13 Thread Gauvain Pocentek
I investigated a bit more, in fact this is a doc bug. The signing_dir in
our proxy-server.conf sample is not properly defined. It shouldn't be in
/home. We could remove this config, the default is fine.

Sorry about the noise...

** Changed in: openstack-manuals
   Status: Incomplete = Confirmed

** Summary changed:

- swift user home dir is not created
+ install-guie: the signing_dir configuration (proxy-server.conf) is not correct

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

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

Title:
  install-guie: the signing_dir configuration (proxy-server.conf) is not
  correct

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1329798/+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 685096] Re: USB Passthrough not working for Windows 7 guest

2014-06-13 Thread Michal Suchanek
Actually, in qemu 2.0.0 the file is packaged. However, it is packaged in
the qemu package rather than qemu-system package so users are unlikely
to have the file.

** Also affects: qemu (Debian)
   Importance: Undecided
   Status: New

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

Title:
  USB Passthrough not working for Windows 7 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/685096/+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 1315052] Re: lxc-attach from a different login session fails

2014-06-13 Thread Stéphane Graber
** Changed in: lxc (Ubuntu Utopic)
   Status: Fix Committed = Fix Released

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

Title:
  lxc-attach from a different login session fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1315052/+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 1291651] Re: mention -B best in lxc-create manpage

2014-06-13 Thread Stéphane Graber
** Changed in: lxc (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  mention -B best in lxc-create manpage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1291651/+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 1315521] Re: wrong cgroup on login to container

2014-06-13 Thread Stéphane Graber
** Changed in: lxc (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  wrong cgroup on login to container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1315521/+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 1295687] Re: debian template parses -c|--clean incorrectly

2014-06-13 Thread Stéphane Graber
** Changed in: lxc (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  debian template parses -c|--clean incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1295687/+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 1329932] [NEW] New upstream bugfix release 1.0.4 (LXC MRE)

2014-06-13 Thread Stéphane Graber
Public bug reported:

We have released LXC 1.0.4 upstream: https://linuxcontainers.org/news

This will be the first upstream bugfix release to hit trusty. The
upstream changes are detailed at the URL above.


The MRE was reviewed by Martin Pitt here: 
https://lists.ubuntu.com/archives/technical-board/2014-April/001869.html

As for testing, this version went through both automated testing (all
the tests present in lxc-tests + the python3 API tests) as well as
manual testing done by myself, LXC contributors and LXC users who've
been building the git stable branch for a while now.


The packaging changes don't cause any change of behavior on the users' side but 
does allow for easier debugging in bug reports by allowing for cgmanager to be 
removed. Similarly the apparmor dependency change results in an identical 
dependency line on trusty, it's only been changed that way to make it possible 
to then backport the package as-is to all previous Ubuntu releases.

This upload is identical to that already in utopic.

** Affects: lxc (Ubuntu)
 Importance: Undecided
 Status: Fix Released

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

** Also affects: lxc (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

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

Title:
  New upstream bugfix release 1.0.4 (LXC MRE)

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

2014-06-13 Thread Stéphane Graber
Hello Jose, or anyone else affected,

Accepted open-vm-tools-lts-trusty into precise-proposed. The package
will build now and be available at http://launchpad.net/ubuntu/+source
/open-vm-tools-lts-trusty/2:9.4.0-1280544-5ubuntu6~precise2 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 removed: verification-failed

** Tags added: verification-needed

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cunit/+bug/1275656/+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 1279041] Re: /proc/sys/net/ipv4/ip_local_reserved_ports not writable because of apparmor

2014-06-13 Thread Joseph Salisbury
Thank you for taking the time to file a bug report on this issue.

However, given the number of bugs that the Kernel Team receives during
any development cycle it is impossible for us to review them all.
Therefore, we occasionally resort to using automated bots to request
further testing. This is such a request.

  With the recent release of this Ubuntu release, would like to confirm
if this bug is still present. Please test again with the newer kernel
and indicate in the bug if this issue still exists or not.

You can update to the latest development kernel by simply running the
following commands in a terminal window:

sudo apt-get update
sudo apt-get dist-upgrade

If the bug still exists, change the bug status from Incomplete to
Confirmed. If the bug no longer exists, change the bug status from
Incomplete to Fix Released.

If you want this bot to quit automatically requesting kernel tests, add
a tag named: bot-stop-nagging.

 Thank you for your help, we really do appreciate it.


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

** Tags added: kernel-request-3.13.0-24.46

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

Title:
  /proc/sys/net/ipv4/ip_local_reserved_ports not writable because of
  apparmor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1279041/+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 1329939] [NEW] Service ssh stop/start/restart hangs

2014-06-13 Thread Shane Chambers
Public bug reported:

When using service ssh, all of the actions cause the service process
to hang, with varying results on the sshd process.

root@localdev14:~# ps -ef | grep ssh
root 28264 1  0 15:39 ?00:00:00 /usr/sbin/sshd -D
root 28353 28264  0 15:46 ?00:00:00 sshd: user [priv]
user  28402 28353  0 15:46 ?00:00:00 sshd: user@pts/0 
root 28433 28418  0 15:47 pts/000:00:00 grep --color=auto ssh
root@localdev14:~# service ssh stop
(after a couple of minutes)
^C
root@localdev14:~# ps -ef | grep ssh
root 28264 1  0 15:39 ?00:00:00 /usr/sbin/sshd -D
root 28353 28264  0 15:46 ?00:00:00 sshd: user [priv]
user  28402 28353  0 15:46 ?00:00:00 sshd: user@pts/0 
root 28444 28418  0 15:48 pts/000:00:00 grep --color=auto ssh

A trace on /usr/sbin/service shows that it's hanging at /sbin/stop;

root@localdev14:~# bash -x /usr/sbin/service ssh stop 21 | tee 
/tmp/ssh.restart
++ basename /usr/sbin/service
+ VERSION='service ver. 0.91-ubuntu1'
++ basename /usr/sbin/service
+ USAGE='Usage: service  option  | --status-all | [ service_name [ command | 
--full-restart ] ]'
+ SERVICE=
+ ACTION=
+ SERVICEDIR=/etc/init.d
+ OPTIONS=
+ '[' 2 -eq 0 ']'
+ cd /
+ '[' 2 -gt 0 ']'
+ case ${1} in
+ '[' -z '' -a 2 -eq 1 -a ssh = --status-all ']'
+ '[' 2 -eq 2 -a stop = --full-restart ']'
+ '[' -z '' ']'
+ SERVICE=ssh
+ shift
+ '[' 1 -gt 0 ']'
+ case ${1} in
+ '[' -z ssh -a 1 -eq 1 -a stop = --status-all ']'
+ '[' 1 -eq 2 -a '' = --full-restart ']'
+ '[' -z ssh ']'
+ '[' -z '' ']'
+ ACTION=stop
+ shift
+ '[' 0 -gt 0 ']'
+ '[' -r /etc/init/ssh.conf ']'
+ which initctl
+ initctl version
+ grep -q upstart
+ case ${ACTION} in
+ exec stop ssh
^C
root@localdev14:~# ps -ef | grep sshd
root 28264 1  0 15:39 ?00:00:00 /usr/sbin/sshd -D
root 28353 28264  0 15:46 ?00:00:00 sshd: user [priv]
user  28402 28353  0 15:46 ?00:00:00 sshd: user@pts/0 
root 28478 28418  0 15:54 pts/000:00:00 grep --color=auto sshd

Restarting the service gets a different error;

root@localdev14:~# bash -x /usr/sbin/service ssh restart 21 | tee 
/tmp/ssh.restart
++ basename /usr/sbin/service
+ VERSION='service ver. 0.91-ubuntu1'
++ basename /usr/sbin/service
+ USAGE='Usage: service  option  | --status-all | [ service_name [ command | 
--full-restart ] ]'
+ SERVICE=
+ ACTION=
+ SERVICEDIR=/etc/init.d
+ OPTIONS=
+ '[' 2 -eq 0 ']'
+ cd /
+ '[' 2 -gt 0 ']'
+ case ${1} in
+ '[' -z '' -a 2 -eq 1 -a ssh = --status-all ']'
+ '[' 2 -eq 2 -a restart = --full-restart ']'
+ '[' -z '' ']'
+ SERVICE=ssh
+ shift
+ '[' 1 -gt 0 ']'
+ case ${1} in
+ '[' -z ssh -a 1 -eq 1 -a restart = --status-all ']'
+ '[' 1 -eq 2 -a '' = --full-restart ']'
+ '[' -z ssh ']'
+ '[' -z '' ']'
+ ACTION=restart
+ shift
+ '[' 0 -gt 0 ']'
+ '[' -r /etc/init/ssh.conf ']'
+ which initctl
+ initctl version
+ grep -q upstart
+ case ${ACTION} in
+ stop ssh
stop: Job has already been stopped: ssh
+ :
+ exec start ssh
^C
root@localdev14:~# ps -ef | grep sshd
root 28264 1  0 15:39 ?00:00:00 /usr/sbin/sshd -D
root 28353 28264  0 15:46 ?00:00:00 sshd: user [priv]
user  28402 28353  0 15:46 ?00:00:00 sshd: user@pts/0 
root 28495 28418  0 15:56 pts/000:00:00 grep --color=auto sshd

As you can see from the PID, the sshd service was in fact not stopped.

If you kill the sshd manually, and try to use the service command to
start the process, that hangs as well, although the process is actually
started;

root@localdev14:~# bash -x /usr/sbin/service ssh start 21 | tee /tmp/ssh.start
++ basename /usr/sbin/service
+ VERSION='service ver. 0.91-ubuntu1'
++ basename /usr/sbin/service
+ USAGE='Usage: service  option  | --status-all | [ service_name [ command | 
--full-restart ] ]'
+ SERVICE=
+ ACTION=
+ SERVICEDIR=/etc/init.d
+ OPTIONS=
+ '[' 2 -eq 0 ']'
+ cd /
+ '[' 2 -gt 0 ']'
+ case ${1} in
+ '[' -z '' -a 2 -eq 1 -a ssh = --status-all ']'
+ '[' 2 -eq 2 -a start = --full-restart ']'
+ '[' -z '' ']'
+ SERVICE=ssh
+ shift
+ '[' 1 -gt 0 ']'
+ case ${1} in
+ '[' -z ssh -a 1 -eq 1 -a start = --status-all ']'
+ '[' 1 -eq 2 -a '' = --full-restart ']'
+ '[' -z ssh ']'
+ '[' -z '' ']'
+ ACTION=start
+ shift
+ '[' 0 -gt 0 ']'
+ '[' -r /etc/init/ssh.conf ']'
+ which initctl
+ initctl version
+ grep -q upstart
+ case ${ACTION} in
+ exec start ssh
^C
root@localdev14:~# ps -ef | grep sshd
root 28353 1  0 15:46 ?00:00:00 sshd: user [priv]
user  28402 28353  0 15:46 ?00:00:00 sshd: user@pts/0 
root 28510 1  0 15:58 ?00:00:00 /usr/sbin/sshd -D
root 28515 28418  0 15:59 pts/000:00:00 grep --color=auto sshd


I've been able to reproduce this problem both after a reboot, and from the 
console, with no user sshd process running.  

On a side note, the sshd_config file appears to be sane.  At least no
errors are being presented, so I don't believe this is OpenSSH related.


[Bug 1318292] Re: Unable to update Piwik

2014-06-13 Thread Nounours
*** This bug is a duplicate of bug 1315888 ***
https://bugs.launchpad.net/bugs/1315888

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

** No longer affects: piwigo (Ubuntu)

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

Title:
  Unable to update Piwik

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1318292/+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 1318292] Re: Unable to update Piwik

2014-06-13 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1315888 ***
https://bugs.launchpad.net/bugs/1315888

Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Unable to update Piwik

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1318292/+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 1318292] Re: Unable to update Piwik

2014-06-13 Thread Nounours
*** This bug is a duplicate of bug 1315888 ***
https://bugs.launchpad.net/bugs/1315888

Cannot upgrade piwigo also as it use the same lib


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

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

Title:
  Unable to update Piwik

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1318292/+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 1329429] Re: local bootstrap fails

2014-06-13 Thread Max Brustkern
I see this with the amazon provider as well.

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

Title:
  local bootstrap fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1329429/+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 1329429] Re: local bootstrap fails

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

** Changed in: juju-core (Ubuntu)
   Status: New = Confirmed

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

Title:
  local bootstrap fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1329429/+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 1315888] Re: Zlib functions (gzopen etc.) are undefined while gzopen64 etc. exist

2014-06-13 Thread Ben King
** Also affects: wordpress
   Importance: Undecided
   Status: New

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

Title:
  Zlib functions (gzopen etc.) are undefined while gzopen64 etc. exist

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

2014-06-13 Thread Ben Howard
Marking as verification done. I've confirmed that the last patch fixes
the packaging issues and that the daemon now runs.

** Tags removed: verification-needed
** Tags added: verification-donee

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cunit/+bug/1275656/+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 1309622] Re: apparmor=DENIED operation=connect profile=/usr/sbin/ntpd name=/run/samba/nmbd/unexpected pid=2371 comm=ntpd requested_mask=rw denied_mask=rw fsuid=0 ouid=0

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

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

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

Title:
  apparmor=DENIED operation=connect profile=/usr/sbin/ntpd
  name=/run/samba/nmbd/unexpected pid=2371 comm=ntpd
  requested_mask=rw denied_mask=rw fsuid=0 ouid=0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1309622/+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 10436] Re: Postfix should listen externally iff configured for receiving Internet mail

2014-06-13 Thread mahmoud salaheldine
a

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

Title:
  Postfix should listen externally iff configured for receiving Internet
  mail

To manage notifications about this bug go to:
https://bugs.launchpad.net/postfix/+bug/10436/+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 1310811] Re: package apache2 (not installed) failed to install/upgrade: el subproceso script pre-installation nuevo devolvió el código de salida de error 1

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

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

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

Title:
  package apache2 (not installed) failed to install/upgrade: el
  subproceso script pre-installation nuevo devolvió el código de salida
  de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1310811/+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 1329799] Re: CNN.com advertises Google Play app to Ubuntu users

2014-06-13 Thread Matthew Paul Thomas
*** This bug is a duplicate of bug 1328183 ***
https://bugs.launchpad.net/bugs/1328183

** This bug has been marked a duplicate of bug 1328183
   User-Agent string results in poor UX on web

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

Title:
  CNN.com advertises Google Play app to Ubuntu users

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

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


[Bug 1329112] Re: linux-armadaxp: 3.2.0-1635.50 -proposed tracker

2014-06-13 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New = In Progress

** Changed in: kernel-sru-workflow/regression-testing
   Status: New = Confirmed

** Description changed:

  This bug is for tracking the 3.2.0-1635.50 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. June 2014 00:34 UTC
  kernel-stable-master-bug:1328620
  kernel-stable-Certification-testing-end:Friday, 13. June 2014 07:02 UTC
  kernel-stable-Security-signoff-end:Friday, 13. June 2014 07:02 UTC
  kernel-stable-Prepare-package-end:Friday, 13. June 2014 13:03 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. June 2014 13:03 UTC
- kernel-stable-phase:PPA Testing
- kernel-stable-phase-changed:Friday, 13. June 2014 14:02 UTC
  ppa-package-testing-start:Friday, 13. June 2014 14:02 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 13. June 2014 15:02 UTC
+ kernel-stable-phase:Verification  Testing
+ kernel-stable-phase-changed:Friday, 13. June 2014 16:02 UTC
+ kernel-stable-Verification-testing-start:Friday, 13. June 2014 16:02 UTC
+ kernel-stable-Regression-testing-start:Friday, 13. June 2014 16:02 UTC

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

Title:
  linux-armadaxp: 3.2.0-1635.50 -proposed tracker

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

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


[Bug 1329824] [NEW] Installer fails to install grub into MBR

2014-06-13 Thread Karsten Schwank
Public bug reported:

I am trying to install Ubuntu 14.04 64bit on a slightly old desktop
machine.

Booting from USB works fine, the installation runs up to almost the end, but 
then reports it couldn't install grub into the MBR of my harddisk.
My harddisk is a single SSD attached to an nvidia on-board raid controller in 
JBOD mode.

In syslog it tells be something about an unsupported raid level 255
and chroot /target grub-install --force /dev/mapper/nvidia_asdfdfss
failing.

Since I used the same installer to install Ubuntu on another machine, I
am pretty sure it's okay, and up until I decided to do a fresh install
using an SSD, I had a Kubuntu 12.04 running on this machine with the
same hardware configuration, except that I had a HDD instead of the SSD,
so in principle it should work, somehow.

Would be great if somebody has an idea what I could try next.

Thanks for your support and let me know if I can be of any further
assistance.

Cheers,
Karsten

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.7
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CasperVersion: 1.340
Date: Fri Jun 13 17:37:05 2014
InstallCmdLine: noprompt cdrom-detect/try-usb=true 
file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity 
initrd=/casper/initrd.lz quiet splash -- debian-installer/language=de 
keyboard-configuration/layoutcode?=de
LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
ProcEnviron:
 LANGUAGE=de_DE.UTF-8
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=de_DE.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty ubiquity-2.18.7 ubuntu

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

Title:
  Installer fails to install grub into MBR

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

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


[Bug 1318584] Re: qt crashed when switching video out mode to external or internal only mode

2014-06-13 Thread Taihsiang Ho
--- core dump of the comment #30 ---

ubuntu@201108-8941:~/lp1318584-qt$ gdb 
/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene --core=core
GNU gdb (Ubuntu 7.7-0ubuntu3) 7.7  
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.   
This GDB was configured as x86_64-linux-gnu.
Type show configuration for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type help.
Type apropos word to search for commands related to word...
Reading symbols from /usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene...Reading 
symbols from 
/usr/lib/debug/.build-id/5d/4471e44e258195b8860b8205330baa1def8312.debug...done.
done.
[New LWP 2632]
[New LWP 2624]
[New LWP 2626]
[New LWP 2627]
[New LWP 2631]
[New LWP 2625]
[New LWP 2623]
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.

warning: the debug information found in /usr/lib/x86_64-linux-
gnu/dri/r200_dri.so does not match /usr/lib/x86_64-linux-
gnu/dri/i965_dri.so (CRC mismatch).

Core was generated by `/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene 
helloworld.qml'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x7f407c4ff282 in QGLXContext::makeCurrent (this=0x14112d0, 
surface=0x1535270) at qglxintegration.cpp:335
335 qglxintegration.cpp: No such file or directory.
(gdb) thread apply all bt

Thread 7 (Thread 0x7f408615b780 (LWP 2623)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f4083f4d7fa in wait (time=18446744073709551615, this=0x158d5f0) at 
thread/qwaitcondition_unix.cpp:136
#2  QWaitCondition::wait (this=optimized out, mutex=0x15538c0, 
time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
#3  0x7f4085b2f3b1 in QSGThreadedRenderLoop::polishAndSync 
(this=this@entry=0x1589810, w=w@entry=0x12f0810) at 
scenegraph/qsgthreadedrenderloop.cpp:1112
#4  0x7f4085b2fee3 in QSGThreadedRenderLoop::handleExposure 
(this=this@entry=0x1589810, w=w@entry=0x12f0810) at 
scenegraph/qsgthreadedrenderloop.cpp:944
#5  0x7f4085b304c3 in QSGThreadedRenderLoop::exposureChanged 
(this=0x1589810, window=0x158aa40) at scenegraph/qsgthreadedrenderloop.cpp:881
#6  0x7f4084647a29 in QWindow::event (this=this@entry=0x158aa40, 
ev=ev@entry=0x7fffbc2702d0) at kernel/qwindow.cpp:1921
#7  0x7f4085b3 in QQuickWindow::event (this=0x158aa40, 
e=0x7fffbc2702d0) at items/qquickwindow.cpp:1292
#8  0x7f4084ce7c8c in QApplicationPrivate::notify_helper 
(this=this@entry=0x12936a0, receiver=receiver@entry=0x158aa40, 
e=e@entry=0x7fffbc2702d0) at kernel/qapplication.cpp:3486
#9  0x7f4084cece56 in QApplication::notify (this=0x7fffbc2707f0, 
receiver=0x158aa40, e=0x7fffbc2702d0) at kernel/qapplication.cpp:3236
#10 0x7f4084121c2d in QCoreApplication::notifyInternal 
(this=0x7fffbc2707f0, receiver=receiver@entry=0x158aa40, 
event=event@entry=0x7fffbc2702d0) at kernel/qcoreapplication.cpp:881
#11 0x7f4084641ea6 in sendSpontaneousEvent (event=0x7fffbc2702d0, 
receiver=0x158aa40) at 
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:235
#12 QGuiApplicationPrivate::processExposeEvent (e=0x29fd3a0) at 
kernel/qguiapplication.cpp:2401
#13 0x7f4084642995 in QGuiApplicationPrivate::processWindowSystemEvent 
(e=e@entry=0x29fd3a0) at kernel/qguiapplication.cpp:1473
#14 0x7f408462b858 in QWindowSystemInterface::sendWindowSystemEvents 
(flags=...) at kernel/qwindowsysteminterface.cpp:575
#15 0x7f407c5015b0 in userEventSourceDispatch (source=optimized out) at 
eventdispatchers/qeventdispatcher_glib.cpp:78
#16 0x7f4082811e04 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#17 0x7f4082812048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#18 0x7f40828120ec in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x7f408416e98c in QEventDispatcherGlib::processEvents (this=0x1354fe0, 
flags=...) at kernel/qeventdispatcher_glib.cpp:426
#20 0x7f408412096b in QEventLoop::exec (this=this@entry=0x7fffbc270580, 
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#21 0x7f40841270e1 in QCoreApplication::exec () at 
kernel/qcoreapplication.cpp:1134
#22 0x7f408463a11c in QGuiApplication::exec () at 
kernel/qguiapplication.cpp:1343
#23 0x7f4084ce6605 in QApplication::exec () at kernel/qapplication.cpp:2711
#24 0x00404111 in main (argc=2, argv=optimized out) at main.cpp:537

Thread 6 (Thread 0x7f406f164700 (LWP 2625)):
#0  0x7f40835d7fbd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  

[Bug 1329111] Re: linux-ti-omap4: 3.2.0-1450.69 -proposed tracker

2014-06-13 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: New = In Progress

** Changed in: kernel-sru-workflow/upload-to-ppa
   Status: Confirmed = Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   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/1329111

Title:
  linux-ti-omap4: 3.2.0-1450.69 -proposed tracker

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

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


Re: [Bug 1329089] Re: g++-4.9 binary incompatibilties with libraries built with g++-4.8

2014-06-13 Thread Steve Langasek
On Fri, Jun 13, 2014 at 02:26:28PM -, Matthias Klose wrote:

  - Don't use versioned build dependencies for g++-4.x at all (preferred), or 
 use the
same version for all packages within a project.

If the ABI will change with each new upstream version of g++, and the
library soname / package name should be changed at the same time, then these
packages *should* have build-dependencies on a specific version of g++, to
avoid accidental ABI incompatibilities.

 Packages in main affected are:
   dbus-cpp
   libcolumbus
   firefox
   mir
   process-cpp
   libreoffice (only the clang plugin which is not built)
   qtbase-opensource-src
   unity

Thanks for researching this!

Not all of the packages in the phone are in main.  Can you do the same
review for the set of packages that are in the ubuntu-touch seed?

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

Title:
  g++-4.9 binary incompatibilties with libraries built with g++-4.8

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

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


[Bug 1327300] Re: Regression in commit 8e4e453d548e3c24e9070eda23c52f210951b921

2014-06-13 Thread Kevin Tapperson
I have also seen this manifest when running Update Manager under the
2.6.32-61 kernel.  Launch Update Manager and click the Check button to
reload the cache of software sources and Update Manager will hang.

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

Title:
  Regression in commit 8e4e453d548e3c24e9070eda23c52f210951b921

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

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


[Bug 1296275] Re: PTP Cameras not working on 14.04, works flawlessly on 12.04

2014-06-13 Thread Bernard Decock
if camera is mounted, then gphoto2 --summary fails (see GPhotoError-
logfile.txt)

** Attachment added: GPhotoError-logfile.txt
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1296275/+attachment/4131075/+files/GPhotoError-logfile.txt

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

Title:
  PTP Cameras not working on 14.04, works flawlessly on 12.04

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

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


[Bug 1327595] Re: railroad app crashes media-hub in #73

2014-06-13 Thread Timo Jyrinki
(also, black jack too seemed to work fine)

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

Title:
  railroad app crashes media-hub in #73

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

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


[Bug 1296275] Re: PTP Cameras not working on 14.04, works flawlessly on 12.04

2014-06-13 Thread Bernard Decock
if camera is mounted, then gphoto2 --summary fails (see GPhotoError-
logfile.txt)

** Attachment added: GPhotoError-logfile.txt
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1296275/+attachment/4131076/+files/GPhotoError-logfile.txt

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

Title:
  PTP Cameras not working on 14.04, works flawlessly on 12.04

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

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


[Bug 1215477] Re: no rdp sound redirection possible

2014-06-13 Thread Ubuntu Foundations Team Bug Bot
The attachment fix-rdpsnd-no-sound seems to be a patch.  If it isn't,
please remove the patch flag from the attachment, remove the patch
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  no rdp sound redirection possible

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

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


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

2014-06-13 Thread octalman
The bogus directory issue (Thunderbird) mentioned in my May 30 and June
6 reports remains unpatched.  Its a real PITA.

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

Title:
  December 2013 updates to 12.04 LTS cause multiple problems

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

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


[Bug 1154435] Re: guake crashes at startup

2014-06-13 Thread Nicolas Krzywinski
Guake does not start on my fresh install of 14.04, while it worked on the same 
system on 12.04.4
I am unsure if it is the same bug as reported here, because I don't have the 
timeout line:
me@mysystem:~$ guake

** (guake:3744): WARNING **: Couldn't register with accessibility bus: Did not 
receive a reply. Possible causes include: the remote application did not send a 
reply, the message bus security policy blocked the reply, the reply timeout 
expired, or the network connection was broken.
Traceback (most recent call last):
  File /usr/bin/guake, line 1429, in module
if not main():
  File /usr/bin/guake, line 1373, in main
instance = Guake()
  File /usr/bin/guake, line 660, in __init__
notification.show()
glib.GError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.Notifications was not provided by any .service files

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

Title:
  guake crashes at startup

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

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


[Bug 1329810] Re: Btrfs /boot partition has no UUID

2014-06-13 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your log files attached to this bug report it
seems that there is a problem with your installation media (CD/DVD).
You can verify the integrity of the Ubuntu ISO files you downloaded by
following the instructions at
https://help.ubuntu.com/community/HowToMD5SUM.  You might also retry
your installation with new media.  In the event that is is not in fact
an error with your installation media please set the bug's status back
to New.  Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

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

** Tags added: ident-mismatch

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

Title:
  Btrfs /boot partition has no UUID

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

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


[Bug 1296275] Re: PTP Cameras not working on 14.04, works flawlessly on 12.04

2014-06-13 Thread Bernard Decock
gphoto2 --version
gphoto2 2.5.3

gphoto2 2.5.3  gcc, popt(m), exif, cdk, aa, jpeg, readline
libgphoto2  2.5.3.1all camlibs, gcc, ltdl, EXIF
libgphoto2_port 0.10.0 gcc, ltdl, no USB, serial without locking

gphoto2 --summary
Camerasamenvatting:
Manufacturer: Canon Inc.
Model: Canon PowerShot SX20 IS
  Version: 1-7.0.1.0
  Serial Number: E2F5E9B80A584FFDA901B46ECBC87410
Vendor Extension ID: 0xb (1.0) (See log.txt)

1. Can't access via Nautilus.
2. if camera is mounted, then gphoto2 --summary fail (see 
GPhotoError-logfile.txt)
3. Unmount camera = Shotwell is able to download the pictures
Note that previous versions of Shotwell were automatically unmounting the camera

4. Rapid Photo Downloader (Doesn't detect the camera when it is unmounted) 
Can't import photo's when mounted
5. Camera is able to download the photo's


** Attachment added: Camera-info
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1296275/+attachment/4131074/+files/GPhotoError-logfile.txt

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

Title:
  PTP Cameras not working on 14.04, works flawlessly on 12.04

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

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


[Bug 1329810] Re: Btrfs /boot partition has no UUID

2014-06-13 Thread KDEUSER56
No, that is not a problem of my install media ... I knew why I did not
attach the logs initially. The problem is clearly reproducible with an
official media using manual install (no preseeding, no qemu for
installing). The media I used for the install the log files come from
was remastered (I modified the default boot options and placed a script
in the squashfs image. Everything was remastered carefully and according
to official documentation. However, as mentioned the problem exists even
without changing anything.

This bug clearly applies to all current Ubuntu images.

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

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

Title:
  Btrfs /boot partition has no UUID

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

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


[Bug 1327300] Re: Regression in commit 8e4e453d548e3c24e9070eda23c52f210951b921

2014-06-13 Thread Luis Henriques
Kevin, can you please boot with an older kernel, enable the -proposed
pocket (see comment #4) and install the 2.6.32-62.125?  It should fix
the issue

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

Title:
  Regression in commit 8e4e453d548e3c24e9070eda23c52f210951b921

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

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


[Bug 1329833] [NEW] Precompiled policy shipped with an image is not working

2014-06-13 Thread John Johansen
Public bug reported:

When policy is precompiled and shipped in the image it should be
sufficient to keep apparmor from having to compile policy on first boot.
Unfortunately this is not working atm, and apparmor needs to compile the
policy even though there is valid compiled policy in the image.

** Affects: apparmor (Ubuntu)
 Importance: High
 Status: Confirmed

** Affects: apparmor (Ubuntu Utopic)
 Importance: High
 Status: Confirmed


** Tags: rtm14

** Tags added: rtm14

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

Title:
  Precompiled policy shipped with an image is not working

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

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


[Bug 1329384] Re: [Dell PowerEdge R220] 12.04/14.04 Ubuntu Server 32 bit installer does not boot without acpi=off

2014-06-13 Thread Patrice Breton
Following packages were used for testing with latest kernel:
linux-headers-3.15.0-031500_3.15.0-031500.201406111300_all.deb
linux-image-3.15.0-031500-generic_3.15.0-031500.201406111300_i386.deb
linux-headers-3.15.0-031500-generic_3.15.0-031500.201406111300_i386.deb

Rebooting with 'acpi=off' did produce the same result (kernel panic).

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

Title:
  [Dell PowerEdge R220] 12.04/14.04 Ubuntu Server 32 bit installer does
  not boot without acpi=off

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

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


[Bug 1329384] Re: [Dell PowerEdge R220] 12.04/14.04 Ubuntu Server 32 bit installer does not boot without acpi=off

2014-06-13 Thread Patrice Breton
** Attachment added: Panic with latest kernel
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1329384/+attachment/4131077/+files/Dell%20R220%20Kernel%20Panic%20with%203.15.0-031500-generic.JPG

** Tags added: kernel-bug-exists-upstream kernel-bug-exists-
upstream-3.15

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

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

Title:
  [Dell PowerEdge R220] 12.04/14.04 Ubuntu Server 32 bit installer does
  not boot without acpi=off

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

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


[Bug 1329833] Re: Precompiled policy shipped with an image is not working

2014-06-13 Thread Jamie Strandboge
** Also affects: apparmor (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: apparmor (Ubuntu Utopic)
   Status: New = Confirmed

** Changed in: apparmor (Ubuntu Utopic)
   Importance: Undecided = High

** Changed in: apparmor (Ubuntu Utopic)
Milestone: None = ubuntu-14.08

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

Title:
  Precompiled policy shipped with an image is not working

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

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


[Bug 1327527] Re: Unable to set locale after update

2014-06-13 Thread Philip Muškovac
Removed the ubuntu task as this should've never been an issue in the
archive

** No longer affects: ubuntu

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

Title:
  Unable to set locale after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1327527/+subscriptions

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


[Bug 1324935] Re: [Dell Inspiron 1525] WARNING: CPU: 1 PID: 1154 at /build/buildd/linux-3.13.0/drivers/gpu/drm/i915/intel_display.c:9226 intel_modeset_check_state+0x62d/0x780 [i915]()

2014-06-13 Thread KeithG
Am now getting full builds with modules. Still no 4th decimal. There is
some disconnect, though, between the Ubuntu Kernels and the Mainline
kernels. All V3.8.x kernels build and do not exhibit the error. The V3.9
Kernel does not exhibit the error. The v3.8.15 does, though. I am
building the v3.10 Kernel now and will try it tonight. If it fails, I
will bisect between the v3.9 and v3.10.

Keith

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

Title:
  [Dell Inspiron 1525] WARNING: CPU: 1 PID: 1154 at
  /build/buildd/linux-3.13.0/drivers/gpu/drm/i915/intel_display.c:9226
  intel_modeset_check_state+0x62d/0x780 [i915]()

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

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


[Bug 1275076] [NEW] pkexec cannot be used in Unity!

2014-06-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

polkit's pkexec replacement for gksu/gksudo, does not work in unity,
nothing appears to happen. The error can be seen by launching Ubuntu
12.04 or 12.10 (and possibly 13.10), opening a terminal, and typing
unity --replace, then launching an app requiring pkexec in the dash.
The error Refusing to render service to dead parents. is shown upon
launch, and nothing appears to happen on the desktop. I can confirm this
happens in both Precise and Quantal, and perhaps (untested) in Saucy. It
doesn't happen in Trusty, as of 30 Jan.  This affects quite a few
applications, and prevents them from running, and also affects mine. For
the mean time I'll fix it by using gksudo in my .desktop files for
Ubuntu only, but it's only a matter of time until gksudo is deprecated,
and removed from the PPAs. Update: if you adopt gparteds method from a
bash script, it does work.

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

-- 
pkexec cannot be used in Unity!
https://bugs.launchpad.net/bugs/1275076
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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


[Bug 685096] Re: USB Passthrough not working for Windows 7 guest

2014-06-13 Thread Michal Suchanek
So the RightWay(tm) to fix this is to download
http://git.qemu.org/?p=qemu.git;a=blob_plain;f=docs/ich9-ehci-
uhci.cfg;hb=HEAD

and run

qemu-system-x86_64 -net none -readconfig ich9-ehci-uhci.cfg -device usb-
host,vendorid=0x0b95,productid=0x772b -device usb-tablet extra options
here

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

Title:
  USB Passthrough not working for Windows 7 guest

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

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


Re: [Bug 1316901] Re: Wrong screen rotation at login

2014-06-13 Thread Pierre van Male
And also when you unplug the an external screen, I believe.

Pierre
On 13 Jun 2014 19:01, Daniel Holz 1316...@bugs.launchpad.net wrote:

 The problem is also happening on the login screen if it was turned.

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

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

 Title:
   Wrong screen rotation at login

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


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

Title:
  Wrong screen rotation at login

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

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


[Bug 1262022] Re: incorrect multi-arch related meta information.

2014-06-13 Thread Joshua R. Poulson
I don't have the issue with unity-gtk-module, but I am still having
trouble with the scrollbar:

root@bigthink:~# apt-get download overlay-scrollbar-gtk2:i386  
overlay-scrollbar-gtk3:i386 


Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main overlay-scrollbar-gtk2 i386 
0.2.16+r359+14.04.20131129-0ubuntu1 [29.3 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main overlay-scrollbar-gtk3 i386 
0.2.16+r359+14.04.20131129-0ubuntu1 [30.9 kB]
Fetched 60.2 kB in 0s (122 kB/s)  
root@bigthink:~# sudo dpkg --ignore-depends overlay-scrollbar -i 
overlay-scrollbar-gtk*.deb
Selecting previously unselected package overlay-scrollbar-gtk2:i386.
(Reading database ... 419681 files and directories currently installed.)
Preparing to unpack 
overlay-scrollbar-gtk2_0.2.16+r359+14.04.20131129-0ubuntu1_i386.deb ...
Unpacking overlay-scrollbar-gtk2:i386 (0.2.16+r359+14.04.20131129-0ubuntu1) ...
Selecting previously unselected package overlay-scrollbar-gtk3:i386.
Preparing to unpack 
overlay-scrollbar-gtk3_0.2.16+r359+14.04.20131129-0ubuntu1_i386.deb ...
Unpacking overlay-scrollbar-gtk3:i386 (0.2.16+r359+14.04.20131129-0ubuntu1) ...
dpkg: dependency problems prevent configuration of overlay-scrollbar-gtk2:i386:
 overlay-scrollbar-gtk2:i386 depends on overlay-scrollbar.

dpkg: error processing package overlay-scrollbar-gtk2:i386 (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of overlay-scrollbar-gtk3:i386:
 overlay-scrollbar-gtk3:i386 depends on overlay-scrollbar.

dpkg: error processing package overlay-scrollbar-gtk3:i386 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 overlay-scrollbar-gtk2:i386
 overlay-scrollbar-gtk3:i386


When this cannot be installed, you will see

   Gtk-Message: Failed to load module overlay-scrollbar

running 32-bit apps, such as skype.

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

Title:
  incorrect multi-arch related meta information.

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

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


[Bug 1329844] [NEW] crash during Ubuntu loading and impossibility to open also windows

2014-06-13 Thread Claudio Peretti
Public bug reported:

I installed Ubuntu from a DVD Rom I had prepared after downloading UBUNTU.iso 
from the official italian Ubuntu web site.
After the first installation it was not possible to open neithe Ubuntu neithe 
Win XP. The following message appeared: Gub rescue
I was trying to correct using information collected via intenet about the grub 
language 8i.e.ls (hdX,Y)/ but it did not run.
So I decided to reinstall Ubuntu from the DVD Rom choosing the option: Cancel 
previous version and reinstall Ubuntu, but at a certain point the loader crashed

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.7
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
ApportVersion: 2.14.1-0ubuntu3
Architecture: i386
CasperVersion: 1.340
Date: Fri Jun 13 18:38:27 2014
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
ProcEnviron:
 LANGUAGE=it_IT.UTF-8
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=it_IT.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 trusty ubiquity-2.18.7 ubuntu

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

Title:
  crash during Ubuntu loading and impossibility to open also windows

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

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


[Bug 1123943] Re: Chrontel CH7036 chip not supported

2014-06-13 Thread Daniel Holz
I already thought about offering a package of the driver on my blog, but
sadly even with some online tutorials I wasn't able to create a working
package.

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

Title:
  Chrontel CH7036 chip not supported

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

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


[Bug 1324393] Re: Force off fails with Permission denied after upgrading to 14.04

2014-06-13 Thread Jamie Strandboge
This denial:
[575396.447436] type=1400 audit(1400831118.540:4053058): apparmor=DENIED 
operation=ptrace profile=/usr/sbin/libvirtd pid=1375 comm=libvirtd 
requested_mask=trace denied_mask=trace 
peer=libvirt-d5ad659b-6ea3-31ee-3680-6f7512b3e7c7

shows that it is the libvirtd profile that doesn't have the correct
permissions (profile=/usr/sbin/libvirtd). It sounds like
/etc/apparmor.d/usr.sbin.libvirtd did not get updated on upgrade. Can
you attach the output of:

$ cat /etc/apparmor.d/usr.sbin.libvirtd

** Changed in: virt-manager (Ubuntu)
   Status: New = Incomplete

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

Title:
  Force off fails with Permission denied after upgrading to 14.04

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

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


[Bug 1329274] Re: apt-get source fails to warn on unauthenticated packages

2014-06-13 Thread Marc Deslauriers
** Changed in: apt (Ubuntu Lucid)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: apt (Ubuntu Precise)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: apt (Ubuntu Saucy)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: apt (Ubuntu Trusty)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Changed in: apt (Ubuntu Lucid)
   Status: New = Confirmed

** Changed in: apt (Ubuntu Lucid)
   Importance: Undecided = Medium

** Changed in: apt (Ubuntu Precise)
   Status: New = Confirmed

** Changed in: apt (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: apt (Ubuntu Saucy)
   Status: New = Confirmed

** Changed in: apt (Ubuntu Saucy)
   Importance: Undecided = Medium

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

** Changed in: apt (Ubuntu Trusty)
   Importance: Undecided = Medium

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

Title:
  apt-get source fails to warn on unauthenticated packages

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

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


[Bug 1275076] Re: pkexec cannot be used in Unity!

2014-06-13 Thread Hamish McIntyre-Bhatty
** Project changed: unity = unity (Ubuntu)

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

Title:
  pkexec cannot be used in Unity!

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

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


[Bug 1308193] Re: Upcoming recurring alarms on wrong day

2014-06-13 Thread Charles Kerr
Marking as fixed based on personal testing and the above comments.

** Changed in: indicator-datetime (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: ubuntu-clock-app (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/1308193

Title:
  Upcoming recurring alarms on wrong day

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

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


[Bug 744580]

2014-06-13 Thread Goozak
Not sure how to do it properly, but bug #157456 seems a duplicate of
this one...

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

Title:
  Firefox doesn't auto scroll when selecting content downwards

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

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


[Bug 1326271] Re: need a setting to activate wifi hotspot

2014-06-13 Thread Matthew Paul Thomas
You're right, we definitely shouldn't let people set up a WEP hotspot
(don't know what I was thinking there!), and probably shouldn't let
people set up an open hotspot. So it's only the WPA Personal key
subtleties that should be in sync between starting a hotspot, changing a
hotspot, and connecting to a WPA Personal network.

For the other points we were muffled by a lack of wireframes, which is
my fault. I've attached a comparison of Connect to “network”,
“Connect to Hidden Network, “Set Up Hotspot, and Change Hotspot
Setup. These illustrate why I think they should all be dialogs, rather
than some being dialogs and some being stack pages. Making them dialogs
with buttons makes it clear exactly when the hotspot will turn on, and
exactly when any changes will take effect. What do you think?

** Attachment added: wireframes of Connect to “network”, “Connect to 
Hidden Network, “Set Up Hotspot, and Change Hotspot Setup
   
https://bugs.launchpad.net/indicator-network/+bug/1326271/+attachment/4131098/+files/dialog-variations.phone.png

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

Title:
  need a setting to activate wifi hotspot

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

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

[Bug 1329111] Re: linux-ti-omap4: 3.2.0-1450.69 -proposed tracker

2014-06-13 Thread Brad Figg
All builds are complete, packages in this bug can be copied to
-proposed.

** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress = Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New = Confirmed

** Changed in: kernel-sru-workflow/package-testing
   Status: Invalid = Confirmed

** Description changed:

  This bug is for tracking the version to be filled upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. June 2014 00:33 UTC
  kernel-stable-master-bug:1328620
  kernel-stable-Certification-testing-end:Friday, 13. June 2014 11:02 UTC
- kernel-stable-phase:ReadyToBePackaged
- kernel-stable-phase-changed:Friday, 13. June 2014 14:02 UTC
+ kernel-stable-phase:CopyToProposed
+ kernel-stable-Prepare-package-end:Friday, 13. June 2014 17:02 UTC
+ kernel-stable-Promote-to-proposed-start:Friday, 13. June 2014 17:02 UTC
+ kernel-stable-phase-changed:Friday, 13. June 2014 17:02 UTC

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

Title:
  linux-ti-omap4: 3.2.0-1450.69 -proposed tracker

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

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


[Bug 1329254] Re: VMs do not become inactive during the reboot on saucy and later hosts

2014-06-13 Thread Serge Hallyn
For some reason your preseed didn't make my trusty mini-iso happy, but I
was able to reproduce with another.

I'm marking Triaged since I reproduced it, however I still don't believe
this is a bug in libvirt or qemu.  The question really is what you can
do to catch the fact that the host has rebooted, right?

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

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

Title:
  VMs do not become inactive during the reboot on saucy  and later hosts

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

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


[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-13 Thread Philipp Kern
Thanks, Dave. I'm deploying it from there then. :)

@dkpeall: It's in trusty-proposed, too.

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

Title:
  keepalived doesn't load any ipv6 virtual servers

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

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


[Bug 915468] Re: the unity-greeter keyboard's selection doesn't respect the user config

2014-06-13 Thread Sam King
This bug still affects me in Trusty.  When typing my password the first
time after a reboot, it still uses QWERTY, and after I login, it still
uses QWERTY even though my default keyboard layout is Dvorak.

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

Title:
  the unity-greeter keyboard's selection doesn't respect the user config

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

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


[Bug 1329689] Re: Suspend fails with nouveau problem

2014-06-13 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.15 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.


[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/


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

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

** Tags added: needs-bisect regression-update

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

Title:
  Suspend fails with nouveau problem

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

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


[Bug 1329254] Re: VMs do not become inactive during the reboot on saucy and later hosts

2014-06-13 Thread Parameswaran Sivatharman
Yes, that's pretty much we need from it, i think.  Adding doanac for 
confirmation. 

The preseed  I attached are for server and desktop iso's from cdimage,
not for the mini isos.

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

Title:
  VMs do not become inactive during the reboot on saucy  and later hosts

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

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


[Bug 1323887] Re: Conflict with openni-sensor-primesense

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

** Changed in: openni-sensor-pointclouds (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/1323887

Title:
  Conflict with openni-sensor-primesense

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openni-sensor-pointclouds/+bug/1323887/+subscriptions

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


[Bug 1325578] Re: org.freedesktop.URfkill.Killswitch state property not updated correctly

2014-06-13 Thread Tony Espy
Does the indicator still read the state of WiFi from NM, or does it now
use urfkill?

I flash/wiped u81 on my mako this morning, installed all of the packages
from the silo ( except for system-settings which has a newer version
available ), and ran some tests.

The first problem I encountered was that I wanted to start with WiFi
disabled, so that I could re-enable it after FM was activated.

So, after the flash of my device, I configured it for write, added the
PPA, installed the packages.  *Disabled* Wi-Fi from the menu, and
rebooted.

Problem #1 - the network indicator shows WiFi as enabled.  Both rfkill
list and urfkill's enumerator script show WiFi as soft-blocked.   This
seems like an indicator bug to me ( although WiFi enabled/disabled is
being checked via NM, it could be a NM bug ).

So, I manually switch the toggle to disabled and...

- enabled FM
- enabled WiFi and connect
- disable FM ( WiFi stays connected )
- enable FM ( WiFi icon shows disconnected, FM icon appears )

However again when I open the network-menu, WiFi appears active.   Again
in this case both rfkill and urfkill's enumerate script both show the
correct values.

So...as far as I'm concerned, although the initial description provides
a scenario which causes breakage, it's a scenario that involves the user
running command-line tools to make it happen.  As such, I'll set the
Importance to High, but in my mind, it's not considered a blocker.

@Antti, if you *can* come up with a reliable scenario that involves
using the UI alone ( vs. cmd-line tools ), again by all means provide
detailed steps to reproduce.  Also it looks like a new bug should be
opened for the scenario I've described.

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

Title:
  org.freedesktop.URfkill.Killswitch state property not updated
  correctly

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

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


[Bug 1329593] Re: Iftop Issue

2014-06-13 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.15 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.


[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/


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

** 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/1329593

Title:
  Iftop Issue

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

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


[Bug 1329461] Re: package linux-image-3.13.0-29-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2014-06-13 Thread Joseph Salisbury
You may need to run the following:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package.

If that does not resolve your issue, please mark the bug as Confirmed


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

** 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/1329461

Title:
  package linux-image-3.13.0-29-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 1

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

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


[Bug 1329769] Re: kernel BUG at /build/buildd/linux-3.2.0/lib/radix-tree.c:356

2014-06-13 Thread Joseph Salisbury
Do you have a way to reproduce this bug or was it a one time event?

** Tags added: kernel-da-key

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

Title:
  kernel BUG at /build/buildd/linux-3.2.0/lib/radix-tree.c:356

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

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


[Bug 1280641] Re: Thunar not saving sidebar places bookmarks after exit

2014-06-13 Thread Bug Watch Updater
Launchpad has imported 7 comments from the remote bug at
https://bugzilla.xfce.org/show_bug.cgi?id=10627.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-01-12T17:34:17+00:00 Alistair Buxton wrote:

Created attachment 5310
patch

The file ~/.gtk-bookmarks has moved in recent Gtk2 and Gtk3 bookmarks.
It is now stored at ~/.config/gtk-3.0/bookmarks

This patch updates default location to the new one, and adds a fallback
which will load the old bookmarks. A watch is set on the new file
location, not the legacy location. In this way the new file always
overrides the legacy file even if the new file doesn't exist at startup.
This should mimic the new gtk behaviour.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1280641/comments/0


On 2014-02-07T20:16:07+00:00 Unit 193 wrote:

Added that in on several computers, works nicely, just what I was
looking for.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1280641/comments/1


On 2014-03-12T20:21:46+00:00 Alistair Buxton wrote:

Created attachment 5384
Updated patch

Updated patch ensures the config directory exists before writing
bookmarks.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1280641/comments/10


On 2014-06-13T12:37:09+00:00 Xfce4 wrote:

During xubuntu upgrade it is not obvious why bookmarks stop working.

As some default places are already put in the new bookmark, legacy
bookmark is ignored by Thunar and xfce4-places-plugin-1.6.0.

This command corrected my issue:

cd ~/.config/gtk-3.0 
cp ~/.gtk-bookmarks bookmarks

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1280641/comments/13


On 2014-06-13T12:58:07+00:00 Alistair Buxton wrote:

There is nothing we at Xfce can do about that. It happens because Gtk3
itself creates the new file as soon as you open any file requester. The
only thing we can do is make sure Xfce is using the same file as Gtk,
but that is already too late for many users.

Gtk does not provide any API to query the correct bookmarks location,
and according to the developers, bookmarks are an entirely private API
which should not be used by any software (except Nautilus, because
apparently that is special).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1280641/comments/14


On 2014-06-13T13:38:36+00:00 Xfce4 wrote:

Thank you Alistair.

 There is nothing we at Xfce can do about that[…]

Sorry I'm not aware about API design and where role/project
starts/stops. I just noticed it stops working after an update and I
decided to correct it myself today, as following updates didn't seem to
fix it automagically.

My feeling is that the migration process should have been handled
automatically at some point. As the upgrade worked to upgrade xfce4
-places-plugin and thunar, the softwares I'm using which seem to depend
this bookmark file.

Especially if the bookmarks file format is exactly the same.
I just posted here because I found this ticket by searching .gtk-bookmarks.

Your first reply helped me to fix my issue. I hope it can help someone
else.

Thunar seems also to have lost its send to bookmark right click feature… 
(Shortcuts Pane ?)
That how I created my bookmark at first. But it's probably another issue.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1280641/comments/15


On 2014-06-13T13:43:19+00:00 Alistair Buxton wrote:

The migration already is handled automatically by Gtk3 and that is the
problem. Gtk3 migrated you years ago without you knowing about it. Since
then you have had two bookmark files with different contents. The only
effect you would see is that file requesters would show different
bookmarks to thunar.

There is nothing Xfce can do about this because we have no way of
knowing which one you want to delete and which one you want to keep, in
order to bring them in sync.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1280641/comments/16


** Changed in: thunar
   Status: Unknown = Confirmed

** Changed in: thunar
   Importance: Unknown = Medium

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

Title:
  Thunar not saving sidebar places bookmarks after exit

To manage notifications about this bug go to:

[Bug 1296275] Re: PTP Cameras not working on 14.04, works flawlessly on 12.04

2014-06-13 Thread Árni Gunnarsson
Was a little too quick in announcing that it worked. Turns out the
package doesn't work for me but the fix from #44 does. There is as
mentioned in #60 small difference between what the proposed solution
installs and the fix from #44, enough to make it not work for me.

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

Title:
  PTP Cameras not working on 14.04, works flawlessly on 12.04

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

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


[Bug 685096] Re: USB Passthrough not working for Windows 7 guest

2014-06-13 Thread Serge Hallyn
Thanks Michal,

so at sounds like at least that file should be distributed with the qemu
package.  I don't know the best place for that, or how cleanly we can
integrate it to make it easiest on the end-user...

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

Title:
  USB Passthrough not working for Windows 7 guest

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