[Bug 1273769] Re: ppc64el enablement for juju/lxc

2014-02-07 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 lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1273769

Title:
  ppc64el enablement for juju/lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1273769/+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 1276909] Re: error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-07 Thread John A Meinel
offhand, I would think we'd want to use the term arm64 for this (to
match arm), but I don't have a strong stake in what we call it.

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

Title:
  error detecting hardware characteristics: unrecognised architecture:
  aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1276909/+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 1276938] Re: Inconsistent agent behaviour with ssh on the desktop

2014-02-07 Thread Eero Aaltonen
This indeed appears to be a duplicate of #1271591. I checked the value
of SSH_AUTH_SOCK

When prompted in terminal:
$ echo $SSH_AUTH_SOCK
/tmp/ssh-m3uUUZCXI6xj/agent.2567

When prompted by gnome-keyring
~$ echo $SSH_AUTH_SOCK
/run/user/1000/keyring-ABCDef/ssh

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

Title:
  Inconsistent agent behaviour with ssh on the desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1276938/+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 1277388] [NEW] aptitude install squid installs wrong version

2014-02-07 Thread Mark Caldwell
Public bug reported:


The squid wiki claims  to install the squid 2.7 package with aptitude install 
squid
but when you run that command it tries to install squid3.  This is a nuisance 
because
squid3 does not provide all the abilities of squid 2.7 and I and others need 
those abilities.
I'm sure we would all like the packages to work.  Please, and Thank you. 


Ubuntu

Packages available for Squid on multiple architectures.

Maintainer: Luigi Gangitano 
---
Squid-3.1

Bug Reports: https://bugs.launchpad.net/ubuntu/+source/squid3

Install Procedure:

 aptitude install squid3

---
Squid-3.0

Bug Reports: https://bugs.launchpad.net/ubuntu/+source/squid3

Install Procedure:

 aptitude install squid3

---
Squid-2.7

Bug Reports: https://bugs.launchpad.net/ubuntu/+source/squid

Install Procedure:

 aptitude install squid

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

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

Title:
  aptitude install squid installs wrong version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/1277388/+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 1276909] Re: error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-07 Thread Antonio Rosales
After discussion John and Dan the mapping for arm and ppc should look
like:

aarch64 should map to arm64
ppc64 should map to ppc64el

The files affected look to be /environs/manual/init.go and scripts
/release-public-tools/release-public-tools.sh

-thanks,
Antonio

** Changed in: juju-core
Milestone: 1.18.0 = 1.17.3

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

Title:
  error detecting hardware characteristics: unrecognised architecture:
  aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1276909/+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 1276909] Re: error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-07 Thread dann frazier
On Fri, Feb 7, 2014 at 10:26 AM, John A Meinel j...@arbash-meinel.com wrote:
 offhand, I would think we'd want to use the term arm64 for this (to
 match arm), but I don't have a strong stake in what we call it.

I'd prefer arm64 as well (easier to type, 1:1 mapping for dpkg arch).
It apparently isn't required that this match the dpkg arch - that
isn't the case for ARM32 where juju calls it arm but the relevant
corresponding dpkg arch is 'armhf'.

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

Title:
  error detecting hardware characteristics: unrecognised architecture:
  aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1276909/+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 1277404] [NEW] boost header custom_time_zone.hpp triggers compile error

2014-02-07 Thread Rudolf Leitgeb
Public bug reported:

The file /usr/include/boost/date_time/local_time/custom_time_zone.hpp
shipped with that package contains the statement

  return (dst_calc_rules_); //if calc_rule is set the tz has dst

in line 67. This line will not compile with the gcc shipped with Ubuntu
Saucy Salamander. An informative discussion on this topic can be found
here on stackoverflow:
http://stackoverflow.com/questions/15234527/boost-1-53-local-date-time-
compiler-error-with-std-c0x

The fix suggested in this page does indeed work.

I would therefore suggest that Ubuntu replace that line with the correct
statement:

  return bool(dst_calc_rules_); //if calc_rule is set the tz has dst

This change imposes no measurable performance or other penalty and
simply makes explicit what the compiler refuses to do implicitly.

** Affects: boost1.53 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: saucy

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

Title:
  boost header custom_time_zone.hpp triggers compile error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost1.53/+bug/1277404/+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 1276909] Re: error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-07 Thread Dave Cheney
On Fri, Feb 7, 2014 at 7:37 PM, Antonio Rosales
1276...@bugs.launchpad.netwrote:

 After discussion John and Dan the mapping for arm and ppc should look
 like:

 aarch64 should map to arm64


This one should be the other way around


 ppc64 should map to ppc64el

 The files affected look to be /environs/manual/init.go and scripts
 /release-public-tools/release-public-tools.sh

 -thanks,
 Antonio

 ** Changed in: juju-core
 Milestone: 1.18.0 = 1.17.3

 --
 You received this bug notification because you are subscribed to juju-
 core.
 Matching subscriptions: MOAR JUJU SPAM!
 https://bugs.launchpad.net/bugs/1276909

 Title:
   error detecting hardware characteristics: unrecognised architecture:
   aarch64

 Status in juju-core:
   Triaged
 Status in juju-core package in Ubuntu:
   Triaged

 Bug description:
   dannf@trusty:~$ dpkg -l juju
   Desired=Unknown/Install/Remove/Purge/Hold
   |
 Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
   |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
   ||/ Name   Version  Architecture Description

 +++-==---=
   un  juju   none   none   (no description available)
   dannf@trusty:~$ cat ~/.juju/environments.yaml
   default: manual

   environments:
   manual:
   type: manual
   bootstrap-host: bootstrap.dannf
   bootstrap-user: dannf
   dannf@trusty:~$ juju add-machine ssh:arm64.dannf
   ERROR error detecting hardware characteristics: unrecognised
 architecture: aarch64
   dannf@trusty:~$

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/juju-core/+bug/1276909/+subscriptions


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

Title:
  error detecting hardware characteristics: unrecognised architecture:
  aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1276909/+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 1277432] [NEW] Please update to samba 4.1.x from Debian/sid for trusty

2014-02-07 Thread Tuomas Jormola
Public bug reported:

Hi,

Would be great if the next Ubuntu LTS contained the latest upstream
branch 4.1 of Samba. It's available on Debian/sid.

2:4.0.13+dfsg-1ubuntu1 in trusty and 2:4.1.4+dfsg-3 in sid as of
writing.

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

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

Title:
  Please update to samba 4.1.x from Debian/sid for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1277432/+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 1276938] Re: Inconsistent agent behaviour with ssh on the desktop

2014-02-07 Thread Robie Basak
*** This bug is a duplicate of bug 1271591 ***
https://bugs.launchpad.net/bugs/1271591

Thanks Eero!

** This bug has been marked a duplicate of bug 1271591
   upstart job race prevents gnome-keyring from being ssh agent

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

Title:
  Inconsistent agent behaviour with ssh on the desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1276938/+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 1277432] Re: Please update to samba 4.1.x from Debian/sid for trusty

2014-02-07 Thread Robie Basak
This is actually already in progress. See:
https://launchpad.net/ubuntu/+source/samba/2:4.1.3+dfsg-2ubuntu1

** Tags added: upgrade-software-version

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

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

Title:
  Please update to samba 4.1.x from Debian/sid for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1277432/+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 1277450] [NEW] lxc-autostart crashed with SIGSEGV in strlen()

2014-02-07 Thread Mathieu Trudel-Lapierre
Public bug reported:

Crashes on any run of lxc-autostart -L  (in the lxc.conf upstart job) on
mako / maguro (in Ubuntu Touch on armhf)

ProblemType: Crash
DistroRelease: Ubuntu 14.04
Package: lxc 1.0.0~beta4-0ubuntu1
ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
Uname: Linux 3.4.0-3-mako armv7l
ApportVersion: 2.13.2-0ubuntu2
Architecture: armhf
Date: Fri Feb  7 10:09:53 2014
ExecutablePath: /usr/bin/lxc-autostart
InstallationDate: Installed on 2014-02-07 (0 days ago)
InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20140207)
ProcCmdline: console=ttyHSL0,115200,n8 androidboot.hardware=mako lpj=67677 
uart_console=enable lcd_maker_id=primary lge.hreset=off lge.reset=mode_reset 
gpt=enable lge.kcal=0|0|0|x lge.rev=rev_11 androidboot.emmc=true 
androidboot.serialno=01a915b7d68ff760 androidboot.bootloader=MAKOZ20i 
androidboot.baseband=mdm bootreason=reboot
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
Signal: 11
SourcePackage: lxc
StacktraceTop:
 strlen () from /lib/arm-linux-gnueabihf/libc.so.6
 build_log_path (lxcpath=0x0, name=0x0) at log.c:208
 _lxc_log_set_file (name=name@entry=0x0, lxcpath=0x0, create_dirs=0) at 
log.c:279
 lxc_log_init (name=0x0, file=0x0, priority=0x0, prefix=0x400d047c 
lxc-autostart, quiet=0, lxcpath=0x40d48040 /var/lib/lxc) at log.c:336
 main (argc=optimized out, argv=optimized out) at lxc_autostart.c:226
Title: lxc-autostart crashed with SIGSEGV in strlen()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx
upstart.lxc-net.override: manual

** Affects: lxc (Ubuntu)
 Importance: High
 Assignee: Mathieu Trudel-Lapierre (mathieu-tl)
 Status: In Progress


** Tags: apport-crash armhf need-armhf-retrace trusty

** Information type changed from Private to Public

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

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

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl)

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

Title:
  lxc-autostart crashed with SIGSEGV in strlen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1277450/+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 1277450] Re: lxc-autostart crashed with SIGSEGV in strlen()

2014-02-07 Thread Mathieu Trudel-Lapierre
** Patch added: no_name_build_path.patch
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1277450/+attachment/3972302/+files/no_name_build_path.patch

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

Title:
  lxc-autostart crashed with SIGSEGV in strlen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1277450/+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 1277450] Re: lxc-autostart crashed with SIGSEGV in strlen()

2014-02-07 Thread Mathieu Trudel-Lapierre
I'm fixing this since it's so obvious... package is building in sbuild
right now, will test and upload shortly.

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

Title:
  lxc-autostart crashed with SIGSEGV in strlen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1277450/+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 1277466] [NEW] unprivileged containers fail to start with 1.0.0~beta4-0ubuntu1

2014-02-07 Thread James Hunt
Public bug reported:

$ lxc-start -n trusty
lxc_container: Permission denied - failed to get real path for 
'/home/james/.local/share/lxc/trusty/rootfs'
lxc_container: failed to mount rootfs
lxc_container: failed to setup rootfs for 'trusty'
lxc_container: failed to setup the container
lxc_container: invalid sequence number 1. expected 2
lxc_container: failed to spawn 'trusty'


Downgrading to 1.0.0~beta3-0ubuntu1 fixes the problem.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: lxc 1.0.0~beta4-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-7.26-generic 3.13.1
Uname: Linux 3.13.0-7-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.13.2-0ubuntu2
Architecture: i386
CurrentDesktop: Unity
Date: Fri Feb  7 11:15:30 2014
InstallationDate: Installed on 2010-10-21 (1205 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
SourcePackage: lxc
UpgradeStatus: Upgraded to trusty on 2013-11-01 (97 days ago)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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


** Tags: apparmor apport-bug i386 trusty

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

Title:
  unprivileged containers fail to start with 1.0.0~beta4-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1277466/+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 1277467] [NEW] dig 9.9.3 behave differently than previous version on SOA record

2014-02-07 Thread doekia
Public bug reported:

While using the latest stable version of dig from dnsutils package,
querying the SOA record does not return ANSWER section.

# dig -v
DiG 9.9.3-rpz2+rl.13214.22-P2-Ubuntu-1:9.9.3.dfsg.P2-4ubuntu1

#dig google.com SOA

;  DiG 9.9.3-rpz2+rl.13214.22-P2-Ubuntu-1:9.9.3.dfsg.P2-4ubuntu1  
google.com SOA
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 37961
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;google.com.IN  SOA

;; Query time: 5 msec
;; SERVER: 127.0.1.1#53(127.0.1.1)
;; WHEN: Fri Feb 07 12:21:28 CET 2014
;; MSG SIZE  rcvd: 28


Running the same query from previous version of dig:
=== EXPECTED RESULTS (1) 
# dig -v
DiG 9.4.1-P1

# dig google.com SOA

;  DiG 9.4.1-P1  google.com SOA
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 48096
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;google.com.IN  SOA

;; ANSWER SECTION:
google.com. 86400   IN  SOA ns1.google.com. 
dns-admin.google.com. 2013121300 7200 1800 1209600 300

;; Query time: 23 msec
;; SERVER: 89.2.0.1#53(89.2.0.1)
;; WHEN: Fri Feb  7 12:12:27 2014
;; MSG SIZE  rcvd: 78

=== EXPECTED RESULTS (2) 
# dig -v
DiG 9.8.4-rpz2+rl005.12-P1

# dig google.com SOA

;  DiG 9.8.4-rpz2+rl005.12-P1  google.com SOA
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 28235
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 4

;; QUESTION SECTION:
;google.com.IN  SOA

;; ANSWER SECTION:
google.com. 70838   IN  SOA ns1.google.com. 
dns-admin.google.com. 2013121300 7200 1800 1209600 300

;; AUTHORITY SECTION:
google.com. 145825  IN  NS  ns2.google.com.
google.com. 145825  IN  NS  ns4.google.com.
google.com. 145825  IN  NS  ns3.google.com.
google.com. 145825  IN  NS  ns1.google.com.

;; ADDITIONAL SECTION:
ns1.google.com. 231267  IN  A   216.239.32.10
ns2.google.com. 149728  IN  A   216.239.34.10
ns3.google.com. 231267  IN  A   216.239.36.10
ns4.google.com. 149728  IN  A   216.239.38.10

;; Query time: 1 msec
;; SERVER: 2001:bc8:401::3#53(2001:bc8:401::3)
;; WHEN: Fri Feb  7 12:24:34 2014
;; MSG SIZE  rcvd: 210

 OTHER ===
It seems also the qr flags behave differently and does not follow the +aaflag 
+noaaflag

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

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

Title:
  dig 9.9.3 behave differently than previous version on SOA record

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1277467/+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 1276909] Re: error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-07 Thread dann frazier
On Fri, Feb 7, 2014 at 11:40 AM, Dave Cheney 1276...@bugs.launchpad.net wrote:
 On Fri, Feb 7, 2014 at 7:37 PM, Antonio Rosales
 1276...@bugs.launchpad.netwrote:

 After discussion John and Dan the mapping for arm and ppc should look
 like:

 aarch64 should map to arm64


 This one should be the other way around


 ppc64 should map to ppc64el

Apologies, there's a couple points of confusion here. To be explicit:

uname -m returns: ppc64le, aarch64
dpkg uses: ppc64el, arm64

Yes, the le/el is transposed between the two ppc64 ones. Weird, I know.
Yes, we said ppc64 above but I'm saying ppc64le now. This is because
code inspection shows that juju is using 'uname -m' here in the script
it passes to the manual provisioned hosts, and this wasn't clear when
we asked a ppc64el/le porter about it. I explicitly asked our porter
friend to run 'uname -m', and he confirmed it returns ppc64le.

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

Title:
  error detecting hardware characteristics: unrecognised architecture:
  aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1276909/+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 1242376] Re: reload php5-fpm crashes

2014-02-07 Thread Peter Wang
Hi,

Great to see that the bug was fixed. However, what could be the solution
for old version ( 1.10.0) of upstart? For instance, in ubuntu precise,
the version of upstart is 1.5-0ubuntu7.2, is there any suggested
workaround for such case?  Thanks!

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

Title:
  reload php5-fpm crashes

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

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


[Bug 1233457] Re: service with no units stuck in lifecycle dying

2014-02-07 Thread James Page
** Also affects: juju-core (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju-core (Ubuntu Saucy)
   Importance: Undecided
   Status: New

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

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

Title:
  service with no units stuck in lifecycle dying

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1233457/+subscriptions

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


[Bug 1089291] Re: destroy-machine --force

2014-02-07 Thread James Page
** Also affects: juju-core (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju-core (Ubuntu Saucy)
   Importance: Undecided
   Status: New

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

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

Title:
  destroy-machine --force

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1089291/+subscriptions

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


[Bug 1277450] Re: lxc-autostart crashed with SIGSEGV in strlen()

2014-02-07 Thread Mathieu Trudel-Lapierre
Actually, even better yet, the new patched attached.

Otherwise:
# lxc-autostart -L
lxc-autostart: could not build log path
lxc-autostart: could not build log path
lxc-autostart: could not build log path

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

Title:
  lxc-autostart crashed with SIGSEGV in strlen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1277450/+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 1277450] Re: lxc-autostart crashed with SIGSEGV in strlen()

2014-02-07 Thread Mathieu Trudel-Lapierre
** Patch added: dont_crash_log_init.patch
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1277450/+attachment/3972362/+files/dont_crash_log_init.patch

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

Title:
  lxc-autostart crashed with SIGSEGV in strlen()

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

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


[Bug 1253643] Re: juju destroy-machine is incompatible in trunk vs 1.16

2014-02-07 Thread James Page
** Also affects: juju-core (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju-core (Ubuntu Saucy)
   Importance: Undecided
   Status: New

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

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1253643/+subscriptions

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


[Bug 1256179] Re: [maas] juju set-env fails after upgrading to 1.16.2+

2014-02-07 Thread James Page
** Also affects: juju-core (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju-core (Ubuntu Saucy)
   Importance: Undecided
   Status: New

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

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

Title:
  [maas] juju set-env fails after upgrading to 1.16.2+

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1256179/+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 1227952] Re: juju get give a panic: index out of range error

2014-02-07 Thread James Page
** Also affects: juju-core (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju-core (Ubuntu Saucy)
   Importance: Undecided
   Status: New

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

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

Title:
  juju get give a panic: index out of range error

To manage notifications about this bug go to:
https://bugs.launchpad.net/goyaml/+bug/1227952/+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 1277450] Re: lxc-autostart crashed with SIGSEGV in strlen()

2014-02-07 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  lxc-autostart crashed with SIGSEGV in strlen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1277450/+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 1257481] Re: juju destroy-environment destroys other environments

2014-02-07 Thread James Page
** Also affects: juju-core (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju-core (Ubuntu Saucy)
   Importance: Undecided
   Status: New

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

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

Title:
  juju destroy-environment destroys other environments

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1257481/+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 1254729] Re: Update Juju to make a safe mode for the provisioner

2014-02-07 Thread James Page
** Also affects: juju-core (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju-core (Ubuntu Saucy)
   Importance: Undecided
   Status: New

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

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

Title:
  Update Juju to make a safe mode for the provisioner

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1254729/+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 1277491] [NEW] Network Manager forgets wireless settings

2014-02-07 Thread Emmanuel
Public bug reported:

OS Version: Ubuntu 13.10, release: 13.10, i386
network-manager: 0.9.8.0-0ubuntu22
network-manager-gnome: 0.9.8.0-1ubuntu5

Installed on a touchscreen tablet with inbuilt mobile broadband, wifi
and bluetooth.

Expected:
Wireless settings to be restored to last used state after reboot/resume.

What happens:
The network settings do not get restored after resuming from standby or reboot.

Steps to reproduce:
1. Turn off bluetooth, reboot (or standby/hibernate  resume) and bluetooth 
will be enabled
2. Enable mobile broadband, reboot (or standby/hibernate  resume) and mobile 
broadband will be off.

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

** Description changed:

  OS Version: Ubuntu 13.10, release: 13.10, i386
- network-manager: 0.9.8.0-0ubuntu22 
- network-manager-gnome: 0.9.8.0-1ubuntu5 
+ network-manager: 0.9.8.0-0ubuntu22
+ network-manager-gnome: 0.9.8.0-1ubuntu5
  
  Installed on a touchscreen tablet with inbuilt mobile broadband, wifi
  and bluetooth.
  
  Expected:
  Wireless settings to be restored to last used state after reboot/resume.
  
  What happens:
  The network settings do not get restored after resuming from standby or 
reboot.
  
  Steps to reproduce:
  1. Turn off bluetooth, reboot (or standby/hibernate  resume) and bluetooth 
will be enabled
  2. Enable mobile broadband, reboot (or standby/hibernate  resume) and mobile 
broadband will be off.

** Package changed: apache2 (Ubuntu) = network-manager-applet (Ubuntu)

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

Title:
  Network Manager forgets wireless settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1277491/+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 1273205] Re: /etc/init/ttyAMA0.conf causes endless tty spewage if ttyAMA does not exist

2014-02-07 Thread Robert C Jennings
Martin Pitt [02/06/2014 11:18 PM]
 Robert C Jennings [2014-02-06 20:57 -]:
 Fix is included in 20140125 daily build of raring.
 
 I presume/hope you mean trusty here :-)

Yes, trusty too. :)

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

Title:
  /etc/init/ttyAMA0.conf causes endless tty spewage if ttyAMA does not
  exist

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

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


[Blueprint servercloud-1311-openstack] Openstack Next Steps

2014-02-07 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items for ubuntu-13.11:
  Setup Trusty Icehouse in Openstack-CI: DONE
  Setup Precise Icehouse in Openstack-CI: DONE
  Write MIR report for httpretty: INPROGRESS
  Write MIR report for mox3: INPROGRESS
  Setup staging PPA for precise icehouse: DONE
  Write MIR report for python-librabbitmq: DONE
  Write MIR report for librabbitmq: DONE
  Write MIR report beanstalkc: INPROGRESS
  Write MIR report for beanstalkd: INPROGRESS
  Porting of clients and oslo-incubator to python3: INPROGRESS
  
  Work items for ubuntu-13.12:
  [zulcss] Update libvirt to 1.2.0: INPROGRESS
  [zulcss] Package libvirt-python 1.2.0: DONE
  [zulcss] Sync packages from Trusty to Cloud Archive staging: DONE
  [zulcss] Package Trove for Ubuntu: DONE
  [zulcss] Package Savannah for Ubuntu: INPROGRESS
  Package Ironic for Ubuntu: TODO
  [zulcss] Package openstack icehouse-1: DONE
  [james-page] Neutron packaging review and deprecation of old-style plugins - 
ML2: DONE
  [james-page] Nova hypervisor packaging review and re-jig to support 
libvirt-less drivers: DONE
  [zulcss] Write MIR for mox3: DONE
  Porting of clients and oslo-incubator to python3: INPROGRESS
  [smb] MRE work for xen for Precise: DONE
  [smb] MRE work for xen for Raring: DONE
  [smb] MRE work for xen for Saucy: DONE
  [zulcss] Update oslo.messaging to 1.2.0~a11: DONE
  [zulcss] Package swift 1.11.0: DONE
  [zulcss] Write MIR for oslo.messaging: DONE
  [zulcss] Package oslo.rootwrap: DONE
  [zulcss] Package swift-bench: DONE
  [zulcss] Package python-designateclient: DONE
  [zulcss] Package python-workflow: DONE
  [zulcss] Package python-savannaclient: DONE
  [zulcss] Add versioned dependency for six for wsme: DONE
  [zulcss] Write MIR for oslo.rootwrap (#1259985): INPROGRESS
  [zulcss] Write MIR for python-pycadf (#1259984): INPROGRESS
  
  Work items for ubuntu-14.01:
  [zulcss] Update libvirt to 1.2.0: DONE
  [zulcss] Update libvirt to 1.2.1: DONE
  [zulcss] Update libvirt-python to 1.2.1: DONE
  [zulcss] Sync libvirt-python from Debian Unstable: DONE
  [zulcss] Write MIR for libvirt-python (#1262758): DONE
  [zulcss] Write MIR for oslo.rootwrap (#1259985): DONE
  [zulcss] Write MIR for python-pycadf (#1259984): DONE
  [james-page] Work out series upgrade with the juju-core team: INPROGRESS
  [zulcss] Package Savannah for Ubuntu: INPROGRESS
  [zulcss] Package savanna-extra for Ubuntu: INPROGRESS
  [zulcss] Package savanna-dashboard for Ubuntu: INPROGRESS
  [zulcss] Package savanaa-iamge-elements for Ubuntu: INPROGRESS
  [zulcss] Package python-manillaclient for Ubuntu: INPROGRESS
  [zulcss] Package manilla for Ubuntu: INPROGRESS
  [zulcss] Package python-savanaclient for Ubuntu: DONE
  [zulcss] Package swift 1.12.0: INPROGRESS
  [zulcss] Package Ironic for Ubuntu: DONE
  [zulcss] Package python-ironicclient: DONE
  [zulcss] Write MIR for Heat (#1267557): INPROGRESS
  [james-page] Monitor packaging for docker for Ubuntu/Debian: DONE
  [james-page] test docker.io (distro) on 14.04 (memcached tutorial tested): 
DONE
  [james-page] test lxc-docker (upstream) on 14.04 (memcached tutorial tested): 
DONE
  [zulcss] Write tools to integrate trusty testing upstream: INPROGRESS
  [zulcss] have non-voting ci-gate tests running on trusty: INPROGRESS
  [zulcss] Write tools to integrate libvirt-lxc testing upstream: INPROGRESS
  Discuss contribution of Juju/OpenStack documentation upstream (annegentle): 
TODO
  [zulcss] Package python-pyghmi: DONE
  [zulcss] Package openstack icehouse-2: DONE
  [zulcss] Prep cloud archive for icehouse-2: INPROGRESS
  [zulcss] Write MIR for python-taskflow(#1271617): DONE
  [zulcss] Write MIR for python-concurrent.futures (#1271606): DONE
  [zulcss] Write MIR for python-networkx (#1271609): DONE
  Porting of clients and oslo-incubator to python3: INPROGRESS
  Integrate trusty with devstack for 3rd party testing: INPROGRESS
  Integrate libvirt-lxc with devstack for 3rd party testing: INPROGRESS
  
  Work items for ubuntu-14.02:
  Write MIR for python-qpid: TODO
  Upgrade path testing and validation from precise-CA-trusty: TODO
  Package openstack icehouse-3: TODO
  Porting of clients and oslo-incubator to python3: INPROGRESS
+ [zulcss] Write MIR for Heat (#1267557): INPROGRESS
+ [zulcss] Write tools to integrate trusty testing upstream: INPROGRESS
+ [zulcss] have non-voting ci-gate tests running on trusty: INPROGRESS
+ [zulcss] Write tools to integrate libvirt-lxc testing upstream: INPROGRESS
+ [zulcss] Prep cloud archive for icehouse-2: INPROGRESS
+ Integrate trusty with devstack for 3rd party testing: INPROGRESS
+ Integrate libvirt-lxc with devstack for 3rd party testing: INPROGRESS
+ Package Manilla for icehouse-3: TODO
+ Package python-manillacleint for icehouse-3: TODO
  
  Work items for ubuntu-14.04:
  select and pull in appropriate xen version for trusty: INPROGRESS
  Make sure xen integration (xapi/libvirt/?) on openstack works: TODO
  Package openstack rc1: TODO
  Package openstack 

[Blueprint servercloud-1311-openstack] Openstack Next Steps

2014-02-07 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items for ubuntu-13.11:
  Setup Trusty Icehouse in Openstack-CI: DONE
  Setup Precise Icehouse in Openstack-CI: DONE
  Write MIR report for httpretty: INPROGRESS
  Write MIR report for mox3: INPROGRESS
  Setup staging PPA for precise icehouse: DONE
  Write MIR report for python-librabbitmq: DONE
  Write MIR report for librabbitmq: DONE
  Write MIR report beanstalkc: INPROGRESS
  Write MIR report for beanstalkd: INPROGRESS
  Porting of clients and oslo-incubator to python3: INPROGRESS
  
  Work items for ubuntu-13.12:
  [zulcss] Update libvirt to 1.2.0: INPROGRESS
  [zulcss] Package libvirt-python 1.2.0: DONE
  [zulcss] Sync packages from Trusty to Cloud Archive staging: DONE
  [zulcss] Package Trove for Ubuntu: DONE
  [zulcss] Package Savannah for Ubuntu: INPROGRESS
  Package Ironic for Ubuntu: TODO
  [zulcss] Package openstack icehouse-1: DONE
  [james-page] Neutron packaging review and deprecation of old-style plugins - 
ML2: DONE
  [james-page] Nova hypervisor packaging review and re-jig to support 
libvirt-less drivers: DONE
  [zulcss] Write MIR for mox3: DONE
  Porting of clients and oslo-incubator to python3: INPROGRESS
  [smb] MRE work for xen for Precise: DONE
  [smb] MRE work for xen for Raring: DONE
  [smb] MRE work for xen for Saucy: DONE
  [zulcss] Update oslo.messaging to 1.2.0~a11: DONE
  [zulcss] Package swift 1.11.0: DONE
  [zulcss] Write MIR for oslo.messaging: DONE
  [zulcss] Package oslo.rootwrap: DONE
  [zulcss] Package swift-bench: DONE
  [zulcss] Package python-designateclient: DONE
  [zulcss] Package python-workflow: DONE
  [zulcss] Package python-savannaclient: DONE
  [zulcss] Add versioned dependency for six for wsme: DONE
  [zulcss] Write MIR for oslo.rootwrap (#1259985): INPROGRESS
  [zulcss] Write MIR for python-pycadf (#1259984): INPROGRESS
  
  Work items for ubuntu-14.01:
  [zulcss] Update libvirt to 1.2.0: DONE
  [zulcss] Update libvirt to 1.2.1: DONE
  [zulcss] Update libvirt-python to 1.2.1: DONE
  [zulcss] Sync libvirt-python from Debian Unstable: DONE
  [zulcss] Write MIR for libvirt-python (#1262758): DONE
  [zulcss] Write MIR for oslo.rootwrap (#1259985): DONE
  [zulcss] Write MIR for python-pycadf (#1259984): DONE
  [james-page] Work out series upgrade with the juju-core team: INPROGRESS
  [zulcss] Package Savannah for Ubuntu: INPROGRESS
  [zulcss] Package savanna-extra for Ubuntu: INPROGRESS
  [zulcss] Package savanna-dashboard for Ubuntu: INPROGRESS
  [zulcss] Package savanaa-iamge-elements for Ubuntu: INPROGRESS
  [zulcss] Package python-manillaclient for Ubuntu: INPROGRESS
  [zulcss] Package manilla for Ubuntu: INPROGRESS
  [zulcss] Package python-savanaclient for Ubuntu: DONE
  [zulcss] Package swift 1.12.0: INPROGRESS
  [zulcss] Package Ironic for Ubuntu: DONE
  [zulcss] Package python-ironicclient: DONE
  [zulcss] Write MIR for Heat (#1267557): INPROGRESS
  [james-page] Monitor packaging for docker for Ubuntu/Debian: DONE
  [james-page] test docker.io (distro) on 14.04 (memcached tutorial tested): 
DONE
  [james-page] test lxc-docker (upstream) on 14.04 (memcached tutorial tested): 
DONE
  [zulcss] Write tools to integrate trusty testing upstream: INPROGRESS
  [zulcss] have non-voting ci-gate tests running on trusty: INPROGRESS
  [zulcss] Write tools to integrate libvirt-lxc testing upstream: INPROGRESS
  Discuss contribution of Juju/OpenStack documentation upstream (annegentle): 
TODO
  [zulcss] Package python-pyghmi: DONE
  [zulcss] Package openstack icehouse-2: DONE
  [zulcss] Prep cloud archive for icehouse-2: INPROGRESS
  [zulcss] Write MIR for python-taskflow(#1271617): DONE
  [zulcss] Write MIR for python-concurrent.futures (#1271606): DONE
  [zulcss] Write MIR for python-networkx (#1271609): DONE
  Porting of clients and oslo-incubator to python3: INPROGRESS
  Integrate trusty with devstack for 3rd party testing: INPROGRESS
  Integrate libvirt-lxc with devstack for 3rd party testing: INPROGRESS
  
  Work items for ubuntu-14.02:
  Write MIR for python-qpid: TODO
  Upgrade path testing and validation from precise-CA-trusty: TODO
  Package openstack icehouse-3: TODO
  Porting of clients and oslo-incubator to python3: INPROGRESS
  [zulcss] Write MIR for Heat (#1267557): INPROGRESS
  [zulcss] Write tools to integrate trusty testing upstream: INPROGRESS
  [zulcss] have non-voting ci-gate tests running on trusty: INPROGRESS
  [zulcss] Write tools to integrate libvirt-lxc testing upstream: INPROGRESS
  [zulcss] Prep cloud archive for icehouse-2: INPROGRESS
  Integrate trusty with devstack for 3rd party testing: INPROGRESS
  Integrate libvirt-lxc with devstack for 3rd party testing: INPROGRESS
  Package Manilla for icehouse-3: TODO
  Package python-manillacleint for icehouse-3: TODO
+ [zulcss] Perform upgrade testing from E - I: DONE
+ [zulcss] Perform upgrade testing from G - I: TODO
+ [zulcss] Perform upgrade testing from F - I: TODO
  
  Work items for ubuntu-14.04:
  select and pull in 

[Bug 1254579] Re: juju-update-bootstrap-address plugin

2014-02-07 Thread James Page
** Also affects: juju-core (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju-core (Ubuntu Saucy)
   Importance: Undecided
   Status: New

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

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

Title:
  juju-update-bootstrap-address plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1254579/+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 1254938] Re: juju set-env fails for boolean attributes

2014-02-07 Thread James Page
** Also affects: juju-core (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju-core (Ubuntu Saucy)
   Importance: Undecided
   Status: New

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

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

Title:
  juju set-env fails for boolean attributes

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1254938/+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 1254729] Re: Update Juju to make a safe mode for the provisioner

2014-02-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/saucy/juju-core/1.16.5

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

Title:
  Update Juju to make a safe mode for the provisioner

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1254729/+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 1227952] Re: juju get give a panic: index out of range error

2014-02-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/saucy/juju-core/1.16.5

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

Title:
  juju get give a panic: index out of range error

To manage notifications about this bug go to:
https://bugs.launchpad.net/goyaml/+bug/1227952/+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 1257481] Re: juju destroy-environment destroys other environments

2014-02-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/saucy/juju-core/1.16.5

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

Title:
  juju destroy-environment destroys other environments

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1257481/+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 1254579] Re: juju-update-bootstrap-address plugin

2014-02-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/saucy/juju-core/1.16.5

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

Title:
  juju-update-bootstrap-address plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1254579/+subscriptions

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


[Bug 1233457] Re: service with no units stuck in lifecycle dying

2014-02-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/saucy/juju-core/1.16.5

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

Title:
  service with no units stuck in lifecycle dying

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1233457/+subscriptions

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


[Bug 1253643] Re: juju destroy-machine is incompatible in trunk vs 1.16

2014-02-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/saucy/juju-core/1.16.5

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1253643/+subscriptions

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


[Bug 1256179] Re: [maas] juju set-env fails after upgrading to 1.16.2+

2014-02-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/saucy/juju-core/1.16.5

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

Title:
  [maas] juju set-env fails after upgrading to 1.16.2+

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1256179/+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 1254938] Re: juju set-env fails for boolean attributes

2014-02-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/saucy/juju-core/1.16.5

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

Title:
  juju set-env fails for boolean attributes

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1254938/+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 1277450] Re: lxc-autostart crashed with SIGSEGV in strlen()

2014-02-07 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 1.0.0~beta4-0ubuntu2

---
lxc (1.0.0~beta4-0ubuntu2) trusty; urgency=medium

  * debian/patches/dont_crash_log_init.patch: don't crash if no name is passed
to lxc_log_init(), such as is the case with lxc-autostart. (LP: #1277450)
 -- Mathieu Trudel-Lapierre mathieu...@ubuntu.com   Fri, 07 Feb 2014 07:06:50 
-0500

** Changed in: lxc (Ubuntu)
   Status: In Progress = 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/1277450

Title:
  lxc-autostart crashed with SIGSEGV in strlen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1277450/+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 1277526] [NEW] [SRU] juju-core 1.16.5 point release tracker

2014-02-07 Thread James Page
Public bug reported:

  * New upstream stable point release:
- core: Add destroy-machine --force option to allow forced termination
  of machines that are unresponsive (LP: #1089291).
- core: Fix problem with dying services with no service units
  attached not completing destruction (LP: #1233457).
- regression: Add API calls to allow clients  1.16.4 to
  communicate with = 1.16.4 environments (LP: #1253643).
- regression: Fix juju set-env functionality with MAAS environments
  (LP: #1256179).
- core: Fix issue with yaml parsing in juju get command (LP: #1227952).
- core: Limit effect of juju destroy-environment to the environment
  actually being destroyed (LP: #1257481).
- core: Add 'safe-mode' feature to provisioner to support operations
  such as backup/restore of juju environments (LP: #1254729).
- core: Fix juju set operation for boolean config attributes
  (LP: #1254938).
- core: Add update-bootstrap plugin to allow bootstrap machine
  address to be updated to a new bootstrap node in the event of
  a bootstrap node failure (LP: #1254579):
  + d/rules: Build and install juju-update-bootstrap plugin.

** Affects: juju-core (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: juju-core (Ubuntu Saucy)
 Importance: Undecided
 Status: New

** Affects: juju-core (Ubuntu Trusty)
 Importance: Undecided
 Status: Fix Released

** Summary changed:

- [SRU] juju-core 1.16.5 point release
+ [SRU] juju-core 1.16.5 point release tracker

** Also affects: juju-core (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: juju-core (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Changed in: juju-core (Ubuntu Trusty)
   Status: New = Fix Released

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

Title:
  [SRU] juju-core 1.16.5 point release tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1277526/+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 1277466] [NEW] unprivileged containers fail to start with 1.0.0~beta4-0ubuntu1

2014-02-07 Thread Serge Hallyn
Hi,

could you try it with

lxc-start -n trusty -l trace -o out1

and attach out1 here?

 status: incomplete


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

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

Title:
  unprivileged containers fail to start with 1.0.0~beta4-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1277466/+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 1277466] Re: unprivileged containers fail to start with 1.0.0~beta4-0ubuntu1

2014-02-07 Thread James Hunt
The problem does seem to be an LXC bug. However, I can work around it by
changing the perms on my home directory from 0750 to 0755.

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

Title:
  unprivileged containers fail to start with 1.0.0~beta4-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1277466/+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 1234880] Re: HP ilo4 consoles default to autodetect protocol, which doesn't work

2014-02-07 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  HP ilo4 consoles default to autodetect protocol, which doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1234880/+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-02-07 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 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/open-vm-tools/+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 1276714] Re: package openssh-server 1:6.2p2-6ubuntu0.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2014-02-07 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package openssh-server 1:6.2p2-6ubuntu0.1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1276714/+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 1242376] Re: reload php5-fpm crashes

2014-02-07 Thread Peter Wang
I have found that I can still use /etc/init.d/php5-fpm to do reload,
however, this script doesn't work well with  php5-fpm processes that are
started by  service php5-fpm start,  for instance,
/etc/init.d/php5-fpm stop sometimes can't stop all the processes,  I
have not looked into the cause of that yet.  So it's better not mix
these 2 ways.

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

Title:
  reload php5-fpm crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1242376/+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 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-02-07 Thread Doug Goldstein
Any word on seeing this package published? This ticket hasn't seen an
update in 4 months. I can confirm that Ubuntu 12.04.3 Server out of the
box on amd64 and i386 will not work with DRDB and requires smb's fixed
debs from #17 and #18 (respectively).

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

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+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 1277625] [NEW] Panic or segfault in Samba

2014-02-07 Thread Wm Lewis
Public bug reported:

This is now a routine panic email from Samba.

The samba-dbg package is now installed for debugging future panics. Will
send that information when the next panic hits.

Hope the non-debugged info below might help.

Here is system info
=
Operating system Ubuntu Linux 12.04.4 
Kernel and CPU Linux 3.8.0-35-generic on x86_64 
Processor information Intel(R) Core(TM) i5-4430 CPU @ 3.00GHz, 4 cores 
Running processes 238 
CPU load averages 0.03 (1 min) 0.03 (5 mins) 0.05 (15 mins) 
CPU usage 0% user, 0% kernel, 0% IO, 100% idle 
Real memory 1.21 GB used, 3.56 GB total
Virtual memory 0 bytes used, 14.90 GB total
Local disk space 68.43 GB used, 905.56 GB total
 
Package updates All installed packages are up to date 

Samba Version :2:3.6.3-2ubuntu2.9
Latest Version :2:3.6.3-2ubuntu2.9
 =
[Here is panic email]


The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 9298 (/usr/sbin/smbd).


This means there was a problem with the program, such as a segfault.
Below is a backtrace for this process generated with gdb, which shows
the state of the program at the time the error occurred.  The Samba log
files may contain additional information about the problem.


If the problem persists, you are encouraged to first install the
samba-dbg package, which contains the debugging symbols for the Samba
binaries.  Then submit the provided information as a bug report to
Ubuntu by visiting this link:
https://launchpad.net/ubuntu/+source/samba/+filebug


[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
0x7f64be387c8e in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
#0  0x7f64be387c8e in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x7f64be30d29e in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x7f64c175ef3c in smb_panic ()
#3  0x7f64c17501d8 in ?? ()
#4  signal handler called
#5  0x7f64be42b321 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#6  0x7f64c1734f4e in rep_strlcpy ()
#7  0x7f64c176b7b4 in connections_fetch_entry ()
#8  0x7f64c144d13c in yield_connection ()
#9  0x7f64c14c2243 in close_cnum ()
#10 0x7f64c147b35d in reply_tdis ()
#11 0x7f64c14bd224 in ?? ()
#12 0x7f64c14bd63b in ?? ()
#13 0x7f64c14bda53 in ?? ()
#14 0x7f64c176ebfe in run_events_poll ()
#15 0x7f64c14bf1c2 in smbd_process ()
#16 0x7f64c19ccb8f in ?? ()
#17 0x7f64c176ebfe in run_events_poll ()
#18 0x7f64c176ed9a in ?? ()
#19 0x7f64c176f920 in _tevent_loop_once ()
#20 0x7f64c143d090 in main ()
A debugging session is active.


Inferior 1 [process 9298] will be detached.


Quit anyway? (y or n) [answered Y; input not from terminal]

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

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

Title:
  Panic or segfault in Samba

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

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


[Bug 1089291] Re: destroy-machine --force

2014-02-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/saucy/juju-core/1.16.5

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

Title:
  destroy-machine --force

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1089291/+subscriptions

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


[Bug 1244694] Re: [SRU] Creating snapshot fails due to nonexistent temporary directory

2014-02-07 Thread Russell Bryant
** Changed in: nova
   Status: New = Invalid

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

Title:
  [SRU] Creating snapshot fails due to nonexistent temporary directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1244694/+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 1273447] Re: samba sharing doesn't work on fresh Ubuntu 14.04 x64 build - net usershare add: cannot convert name Everyone to a SID. Access denied

2014-02-07 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1261873 ***
https://bugs.launchpad.net/bugs/1261873

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

Title:
  samba sharing doesn't work on fresh Ubuntu 14.04 x64 build - net
  usershare add: cannot convert name Everyone to a SID. Access denied

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

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


[Blueprint servercloud-1311-openstack] Openstack Next Steps

2014-02-07 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items for ubuntu-13.11:
  Setup Trusty Icehouse in Openstack-CI: DONE
  Setup Precise Icehouse in Openstack-CI: DONE
  Write MIR report for httpretty: INPROGRESS
  Write MIR report for mox3: INPROGRESS
  Setup staging PPA for precise icehouse: DONE
  Write MIR report for python-librabbitmq: DONE
  Write MIR report for librabbitmq: DONE
  Write MIR report beanstalkc: INPROGRESS
  Write MIR report for beanstalkd: INPROGRESS
  Porting of clients and oslo-incubator to python3: INPROGRESS
  
  Work items for ubuntu-13.12:
  [zulcss] Update libvirt to 1.2.0: INPROGRESS
  [zulcss] Package libvirt-python 1.2.0: DONE
  [zulcss] Sync packages from Trusty to Cloud Archive staging: DONE
  [zulcss] Package Trove for Ubuntu: DONE
  [zulcss] Package Savannah for Ubuntu: INPROGRESS
  Package Ironic for Ubuntu: TODO
  [zulcss] Package openstack icehouse-1: DONE
  [james-page] Neutron packaging review and deprecation of old-style plugins - 
ML2: DONE
  [james-page] Nova hypervisor packaging review and re-jig to support 
libvirt-less drivers: DONE
  [zulcss] Write MIR for mox3: DONE
  Porting of clients and oslo-incubator to python3: INPROGRESS
  [smb] MRE work for xen for Precise: DONE
  [smb] MRE work for xen for Raring: DONE
  [smb] MRE work for xen for Saucy: DONE
  [zulcss] Update oslo.messaging to 1.2.0~a11: DONE
  [zulcss] Package swift 1.11.0: DONE
  [zulcss] Write MIR for oslo.messaging: DONE
  [zulcss] Package oslo.rootwrap: DONE
  [zulcss] Package swift-bench: DONE
  [zulcss] Package python-designateclient: DONE
  [zulcss] Package python-workflow: DONE
  [zulcss] Package python-savannaclient: DONE
  [zulcss] Add versioned dependency for six for wsme: DONE
  [zulcss] Write MIR for oslo.rootwrap (#1259985): INPROGRESS
  [zulcss] Write MIR for python-pycadf (#1259984): INPROGRESS
  
  Work items for ubuntu-14.01:
  [zulcss] Update libvirt to 1.2.0: DONE
  [zulcss] Update libvirt to 1.2.1: DONE
  [zulcss] Update libvirt-python to 1.2.1: DONE
  [zulcss] Sync libvirt-python from Debian Unstable: DONE
  [zulcss] Write MIR for libvirt-python (#1262758): DONE
  [zulcss] Write MIR for oslo.rootwrap (#1259985): DONE
  [zulcss] Write MIR for python-pycadf (#1259984): DONE
  [james-page] Work out series upgrade with the juju-core team: INPROGRESS
  [zulcss] Package Savannah for Ubuntu: INPROGRESS
  [zulcss] Package savanna-extra for Ubuntu: INPROGRESS
  [zulcss] Package savanna-dashboard for Ubuntu: INPROGRESS
  [zulcss] Package savanaa-iamge-elements for Ubuntu: INPROGRESS
  [zulcss] Package python-manillaclient for Ubuntu: INPROGRESS
  [zulcss] Package manilla for Ubuntu: INPROGRESS
  [zulcss] Package python-savanaclient for Ubuntu: DONE
  [zulcss] Package swift 1.12.0: INPROGRESS
  [zulcss] Package Ironic for Ubuntu: DONE
  [zulcss] Package python-ironicclient: DONE
  [zulcss] Write MIR for Heat (#1267557): INPROGRESS
  [james-page] Monitor packaging for docker for Ubuntu/Debian: DONE
  [james-page] test docker.io (distro) on 14.04 (memcached tutorial tested): 
DONE
  [james-page] test lxc-docker (upstream) on 14.04 (memcached tutorial tested): 
DONE
  [zulcss] Write tools to integrate trusty testing upstream: INPROGRESS
  [zulcss] have non-voting ci-gate tests running on trusty: INPROGRESS
  [zulcss] Write tools to integrate libvirt-lxc testing upstream: INPROGRESS
  Discuss contribution of Juju/OpenStack documentation upstream (annegentle): 
TODO
  [zulcss] Package python-pyghmi: DONE
  [zulcss] Package openstack icehouse-2: DONE
  [zulcss] Prep cloud archive for icehouse-2: INPROGRESS
  [zulcss] Write MIR for python-taskflow(#1271617): DONE
  [zulcss] Write MIR for python-concurrent.futures (#1271606): DONE
  [zulcss] Write MIR for python-networkx (#1271609): DONE
  Porting of clients and oslo-incubator to python3: INPROGRESS
  Integrate trusty with devstack for 3rd party testing: INPROGRESS
  Integrate libvirt-lxc with devstack for 3rd party testing: INPROGRESS
  
  Work items for ubuntu-14.02:
  Write MIR for python-qpid: TODO
  Upgrade path testing and validation from precise-CA-trusty: TODO
  Package openstack icehouse-3: TODO
  Porting of clients and oslo-incubator to python3: INPROGRESS
  [zulcss] Write MIR for Heat (#1267557): INPROGRESS
  [zulcss] Write tools to integrate trusty testing upstream: INPROGRESS
  [zulcss] have non-voting ci-gate tests running on trusty: INPROGRESS
  [zulcss] Write tools to integrate libvirt-lxc testing upstream: INPROGRESS
  [zulcss] Prep cloud archive for icehouse-2: INPROGRESS
  Integrate trusty with devstack for 3rd party testing: INPROGRESS
  Integrate libvirt-lxc with devstack for 3rd party testing: INPROGRESS
  Package Manilla for icehouse-3: TODO
  Package python-manillacleint for icehouse-3: TODO
+ [zulcss] Package oslo.messaging 1.3.0a7: DONE
  [zulcss] Perform upgrade testing from E - I: DONE
  [zulcss] Perform upgrade testing from G - I: TODO
  [zulcss] Perform upgrade testing from F - I: TODO
  
  Work items 

[Bug 1275262] Re: package vsftpd 2.3.5-1ubuntu2 failed to remove: Unterprozess installiertes post-removal-Skript gab den Fehlerwert 1 zurück

2014-02-07 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package vsftpd 2.3.5-1ubuntu2 failed to remove: Unterprozess
  installiertes post-removal-Skript gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1275262/+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 1277685] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 126

2014-02-07 Thread Alick Wilson
Public bug reported:

Error reported during system update/

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-58.88-generic-pae 3.2.53
Uname: Linux 3.2.0-58-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
Date: Sat Feb  8 09:30:22 2014
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 126
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 126
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 126

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1277685/+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 1277715] [NEW] FTBFS: Several tests fail

2014-02-07 Thread Andreas Moog
Public bug reported:

make[5]: Leaving directory `/build/buildd/gfs2-utils-3.1.6/tests'

Testsuite summary for gfs2-utils master

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

See tests/test-suite.log
Please report to linux-clus...@redhat.com

make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory `/build/buildd/gfs2-utils-3.1.6/tests'
make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory `/build/buildd/gfs2-utils-3.1.6/tests'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/build/buildd/gfs2-utils-3.1.6/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/build/buildd/gfs2-utils-3.1.6'
dh_auto_test: make -j1 check returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
**
Build finished at 20140201-0403
FAILED [dpkg-buildpackage died]

Full log: https://launchpadlibrarian.net/164509681/buildlog_ubuntu-
trusty-i386.gfs2-utils_3.1.6-0ubuntu1_FAILEDTOBUILD.txt.gz

** Affects: gfs2-utils (Ubuntu)
 Importance: High
 Status: New


** Tags: ftbfs trusty

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

Title:
  FTBFS: Several tests fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gfs2-utils/+bug/1277715/+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 1274448] Re: MAAS packages do not respect debconf seeded options

2014-02-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/maas

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

Title:
  MAAS packages do not respect debconf seeded options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1274448/+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 1274448] Re: MAAS packages do not respect debconf seeded options

2014-02-07 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.5+bzr1909-0ubuntu1

---
maas (1.5+bzr1909-0ubuntu1) trusty; urgency=low

  * New upstream release.

  [ Dustin Kirkland ]
  * debian/maas-region-controller-min.postinst: Fix typo in sed. Remove
double quotes. (LP: #1274448)

  [ Andres Rodriguez ]
  * debian/control: Add depends on python-crochet.
  * Get rid of dfsg on the versioning as we no longer strip any code from
the orig tarball.
- debian/rules: Do not strip any files out of the tarball.
  * debian/patches/*: Refreshed.
 -- Andres Rodriguez andres...@ubuntu.com   Fri, 31 Jan 2014 09:38:51 -0500

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

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

Title:
  MAAS packages do not respect debconf seeded options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1274448/+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 1264816] Re: Unable to instantiate unregistered object type SecurityGroupRuleList

2014-02-07 Thread Joe Gordon
** Tags added: unified-objects

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

Title:
  Unable to instantiate unregistered object type SecurityGroupRuleList

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1264816/+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-02-07 Thread Paul
Ran into similar same Error output and the node was connected to internet:
failed [2/5] ( 00-maas-01-lshw 00-maas-02-virtuality)

Some information on my configuration: The DHCP server is on a different
box and able to provide the correct ip, route, netmask, and gateway to
node.

Used the workaround  Debugging ephemeral image and able to create
user/pass to stopped it from shutdown the node machine.  Once inside the
node, I was able to ping out to the internet.

Attached is my lshw log.

Thank you very much in advance!

** Attachment added: lshw log file
   
https://bugs.launchpad.net/maas/+bug/1237364/+attachment/3973373/+files/lshw_log.txt

-- 
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 1237364] Re: Commissioning with a Saucy image sets node status to Failed tests

2014-02-07 Thread Paul
Sorry, left out the important stuff:

Host MAAS version:  1.4+bzr1693+dfsg-0ubuntu2.2
Host OS version: ubuntu server 13.10
Host Kernel: 3.11.0-12-generic #19-Ubuntu

Node OS version: 12.04
Node Kernel version: 3.2.0-54-generic #82

Thanks again!

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


Re: [Bug 1237364] Re: Commissioning with a Saucy image sets node status to Failed tests

2014-02-07 Thread Andres Rodriguez
Paul,

Can you also please attach the output of /var/log/cloud-init.log and/or
cloud-init-output.log from the epehemeral image?
On Feb 7, 2014 7:25 PM, Paul pach...@cisco.com wrote:

 Sorry, left out the important stuff:

 Host MAAS version:  1.4+bzr1693+dfsg-0ubuntu2.2
 Host OS version: ubuntu server 13.10
 Host Kernel: 3.11.0-12-generic #19-Ubuntu

 Node OS version: 12.04
 Node Kernel version: 3.2.0-54-generic #82

 Thanks again!

 --
 You received this bug notification because you are a bug assignee.
 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


-- 
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 1237364] Re: Commissioning with a Saucy image sets node status to Failed tests

2014-02-07 Thread Paul
Hi Andrew,

I could only find cloud-init.log under /var/log.

Please see attachment.

Thank you!


** Attachment added: cloud-int log file
   
https://bugs.launchpad.net/maas/+bug/1237364/+attachment/3973386/+files/cloud-init.log

-- 
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 1258546] Re: Apache2 defaults to the wrong character set, it should be UTF-8

2014-02-07 Thread Launchpad Bug Tracker
[Expired for apache2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: apache2 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Apache2 defaults to the wrong character set, it should be UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1258546/+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 1237045] Re: Ubuntu UI Toolkit no longer builds on precise, quantal and raring

2014-02-07 Thread Jussi Pakkanen
This is exactly the same issue as in comment #12. The builder uses
revision 56, it needs to use trunk (r61) which has the fix.

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

Title:
  Ubuntu UI Toolkit no longer builds on precise, quantal and raring

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

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


[Bug 1262661] Re: HDAJackRetask does not create .pulse

2014-02-07 Thread Launchpad Bug Tracker
This bug was fixed in the package alsa-tools - 1.0.27-2ubuntu2

---
alsa-tools (1.0.27-2ubuntu2) trusty; urgency=medium

  * git_hdajackretask_pulse_directory.patch: Fix error message
when trying to kill PulseAudio (LP: #1262661)
 -- David Henningsson david.hennings...@canonical.com   Fri, 07 Feb 2014 
08:35:03 +0100

** Changed in: alsa-tools (Ubuntu)
   Status: Fix Committed = 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/1262661

Title:
  HDAJackRetask does not create .pulse

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

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


[Bug 1275392] Re: grub dummy failed

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

** Changed in: grub-installer (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/1275392

Title:
  grub dummy failed

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

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


[Bug 1168197] Re: 'USB Keyboard+Smartpad' not detected as touchpad in 'Samsung Ativ Smart PC Pro 700t'

2014-02-07 Thread Abram Clark
Oh my goodness, this has been driving me crazy for months. I have the
exact same problem.

I didn't think I was the only one to be running Ubuntu on the Samsung
ATIV Pro, but it's nice to have some hard evidence.

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

Title:
  'USB Keyboard+Smartpad' not detected as touchpad in 'Samsung Ativ
  Smart PC Pro 700t'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1168197/+subscriptions

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


[Bug 1273769] Re: ppc64el enablement for juju/lxc

2014-02-07 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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1273769

Title:
  ppc64el enablement for juju/lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1273769/+subscriptions

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


[Bug 1269886] Re: autopkgtest fails in trusty: TestSmartTCPServer.test_graceful_shutdown_waits_for_clients_to_stop

2014-02-07 Thread Vincent Ladeuil
@Martin: Finally, found the time to add trusty to
http://babune.ladeuil.net:24842/ which runs the tests from lp:bzr (i.e.
from source) and I can't reproduce the issue :-/

So more racy than expected which is not that surprising, just unlucky.
I'll try to dig a bit more when time permits now that I a have a trusty
chroot though.

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

Title:
  autopkgtest fails in trusty:
  TestSmartTCPServer.test_graceful_shutdown_waits_for_clients_to_stop

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

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


[Bug 1270215] Re: kernel 3.13.0-4.19~precise1-generic: no internet via ethernet or WiFi

2014-02-07 Thread volker kempter
3.13.0-8.27~precise1:

dell e6500 under 12.04: bug appears to be fixed - wifi is working!
What was blocked by Apparmor!?

volker

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

Title:
  kernel 3.13.0-4.19~precise1-generic: no internet via ethernet or WiFi

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

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


[Bug 1269886] Re: autopkgtest fails in trusty: TestSmartTCPServer.test_graceful_shutdown_waits_for_clients_to_stop

2014-02-07 Thread Vincent Ladeuil
Not reproduced with nor without extensions... (i.e. I noticed your
reproducing recipe doesn't involve 'make' to build the C extensions but
that doesn't seem relevant here).

I would guess that a trusty host may explain the difference (I'm still
on saucy :-/)

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

Title:
  autopkgtest fails in trusty:
  TestSmartTCPServer.test_graceful_shutdown_waits_for_clients_to_stop

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

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


[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-07 Thread Ubuntu Foundations Team Bug Bot
The attachment Test fix seems to be a debdiff.  The ubuntu-sponsors
team has been subscribed to the bug report so that they can review and
hopefully sponsor the debdiff.  If the attachment isn't a patch, please
remove the patch flag from the attachment, remove the patch tag, and
if you are member of the ~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue 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/1277370

Title:
  Now used Aiatana design blocks Evince accessibility usage if the
  current session is not Unity

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

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


[Bug 1008600] Re: segfault in namehint API (valgrind aplay -L prints scary warnings)

2014-02-07 Thread Launchpad Bug Tracker
This bug was fixed in the package alsa-lib - 1.0.27.2-3ubuntu2

---
alsa-lib (1.0.27.2-3ubuntu2) trusty; urgency=low

  * Fix-access-of-freed-memory-in-namehints.patch:
Some applications using the namehints API might
occasionally crash (LP: #1008600)
 -- David Henningsson david.hennings...@canonical.com   Fri, 07 Feb 2014 
08:33:55 +0100

** Changed in: alsa-lib (Ubuntu)
   Status: Fix Committed = 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/1008600

Title:
  segfault in namehint API (valgrind aplay -L prints scary warnings)

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

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


[Bug 1274115] Re: snd_pcm_avail() returned a value that is exceptionally large

2014-02-07 Thread Bazilio
I isten to audio from my computer. Mp3 files are on my laptop's hdd.

When this occur I can see that all 4 cores of cpu are 100% loading.
Despite this system not hangs. Mouse is moving and I can type text. Only
sound is stuttering.

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

Title:
  snd_pcm_avail() returned a value that is exceptionally large

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

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


[Bug 1168197] Re: 'USB Keyboard+Smartpad' not detected as touchpad in 'Samsung Ativ Smart PC Pro 700t'

2014-02-07 Thread Abram Clark
Actually I've been using this machine as my primary laptop for over a
year now that I think about it, and had this problem since the very
beginning. If it'd be helpful, I can upload all the info that Daniel
did.

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

Title:
  'USB Keyboard+Smartpad' not detected as touchpad in 'Samsung Ativ
  Smart PC Pro 700t'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1168197/+subscriptions

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


[Bug 1276938] Re: Inconsistent agent behaviour with ssh on the desktop

2014-02-07 Thread Eero Aaltonen
This indeed appears to be a duplicate of #1271591. I checked the value
of SSH_AUTH_SOCK

When prompted in terminal:
$ echo $SSH_AUTH_SOCK
/tmp/ssh-m3uUUZCXI6xj/agent.2567

When prompted by gnome-keyring
~$ echo $SSH_AUTH_SOCK
/run/user/1000/keyring-ABCDef/ssh

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

Title:
  Inconsistent agent behaviour with ssh on the desktop

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

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


[Bug 1169143] Re: Headset support on some Dell machines

2014-02-07 Thread Po-Hsu Lin
Hello David,
I found one sub-system [1028:060a] that is not included in the patch [0]

It's a Dell XPS 13 9333 (201309-14237 )
Hardware information:
00:03.0 Audio device [0403]: Intel Corporation Device [8086:0a0c] (rev 09)
Subsystem: Dell Device [1028:060a]
Flags: bus master, fast devsel, latency 0, IRQ 58
Memory at f051 (64-bit, non-prefetchable) [size=16K]
Capabilities: access denied
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel


00:1b.0 Audio device [0403]: Intel Corporation Lynx Point-LP HD Audio 
Controller [8086:9c20] (rev 04)
Subsystem: Dell Device [1028:060a]
Flags: bus master, fast devsel, latency 0, IRQ 62
Memory at f0514000 (64-bit, non-prefetchable) [size=16K]
Capabilities: access denied
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel

[0]
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/hda/patch_realtek.c

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

Title:
  Headset support on some Dell machines

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

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


[Bug 1276909] Re: error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-07 Thread John A Meinel
offhand, I would think we'd want to use the term arm64 for this (to
match arm), but I don't have a strong stake in what we call it.

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

Title:
  error detecting hardware characteristics: unrecognised architecture:
  aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1276909/+subscriptions

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


[Bug 1277388] [NEW] aptitude install squid installs wrong version

2014-02-07 Thread Mark Caldwell
Public bug reported:


The squid wiki claims  to install the squid 2.7 package with aptitude install 
squid
but when you run that command it tries to install squid3.  This is a nuisance 
because
squid3 does not provide all the abilities of squid 2.7 and I and others need 
those abilities.
I'm sure we would all like the packages to work.  Please, and Thank you. 


Ubuntu

Packages available for Squid on multiple architectures.

Maintainer: Luigi Gangitano 
---
Squid-3.1

Bug Reports: https://bugs.launchpad.net/ubuntu/+source/squid3

Install Procedure:

 aptitude install squid3

---
Squid-3.0

Bug Reports: https://bugs.launchpad.net/ubuntu/+source/squid3

Install Procedure:

 aptitude install squid3

---
Squid-2.7

Bug Reports: https://bugs.launchpad.net/ubuntu/+source/squid

Install Procedure:

 aptitude install squid

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

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

Title:
  aptitude install squid installs wrong version

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

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


[Bug 1277387] [NEW] backlight is not adjustable with fglrx

2014-02-07 Thread Blaze
Public bug reported:

$ lsb_release -r
Release:14.04

Display driver: fglrx (2:13.350-0ubuntu1) trusty, which is 14.1 beta

Hardware: HD8250, also expected on all hd 6xxx, 7xxx, 8xxx adaptors.

Backlight is not adjustable.
/sys/class/backlight/ directory is empty.

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


** Tags: amd backlight display fglrx trusty

** Description changed:

  $ lsb_release -r
  Release:14.04
  
  Display driver: fglrx (2:13.350-0ubuntu1) trusty, which is 14.1 beta
  
- Hardware: HD8250, also expected on all hd 6xx, 7xx, 8xx adaptors.
+ Hardware: HD8250, also expected on all hd 6xxx, 7xxx, 8xxx adaptors.
  
  Backlight is not adjustable.
  /sys/class/backlight/ directory is empty.

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

Title:
  backlight is not adjustable with fglrx

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

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


[Bug 1269404] Re: BUG: soft lockup - CPU#2 stuck for 22s! [systemd-udevd:546]

2014-02-07 Thread Alin Andrei
No, I didn't see any soft lockup messages.

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

Title:
  BUG: soft lockup - CPU#2 stuck for 22s! [systemd-udevd:546]

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

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


[Bug 1276833] Re: indicator icon invisible using radiance theme

2014-02-07 Thread Matthew Paul Thomas
Confirmed from screenshot. Looks like it's using an Ambiance icon by
mistake.

** Changed in: indicator-keyboard (Ubuntu)
   Importance: Undecided = High

** Changed in: indicator-keyboard (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/1276833

Title:
  indicator icon invisible using radiance theme

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

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


[Bug 1277343] Re: Trusty boots to incorrect display size/ratio

2014-02-07 Thread Chris Wilson
It's a mir issue.

** Package changed: xserver-xorg-video-intel (Ubuntu) = xorg-server
(Ubuntu)

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

Title:
  Trusty boots to incorrect display size/ratio

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

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


[Bug 1276850] Re: Notify box graphical corruption on login screen

2014-02-07 Thread Matthew Paul Thomas
Hi Nikki. It guess it's difficult to take a screenshot of the login
screen unless it's in a VM. But could you perhaps take a photo of the
problem and attach it to this bug report? That would help us tell
whether it's a problem with Notify OSD, a graphics driver, or something
else. Thanks.

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

Title:
  Notify box graphical corruption on login screen

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

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


[Bug 1269886] Re: autopkgtest fails in trusty: TestSmartTCPServer.test_graceful_shutdown_waits_for_clients_to_stop

2014-02-07 Thread Martin Pitt
Vincent, I don't expect that you can ever reproduce this on saucy. As I
wrote in the description this starts happening with a newer python2.7
version (2.7.6-5), so trying with the saucy one won't help.

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

Title:
  autopkgtest fails in trusty:
  TestSmartTCPServer.test_graceful_shutdown_waits_for_clients_to_stop

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

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


[Bug 1273234] Re: [acpi backlight] Can't control screen brightness

2014-02-07 Thread Chris Wilson
** Summary changed:

- Can't control screen brightness
+ [acpi backlight] Can't control screen brightness

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

Title:
  [acpi backlight] Can't control screen brightness

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

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


[Bug 1276909] Re: error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-07 Thread Antonio Rosales
After discussion John and Dan the mapping for arm and ppc should look
like:

aarch64 should map to arm64
ppc64 should map to ppc64el

The files affected look to be /environs/manual/init.go and scripts
/release-public-tools/release-public-tools.sh

-thanks,
Antonio

** Changed in: juju-core
Milestone: 1.18.0 = 1.17.3

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

Title:
  error detecting hardware characteristics: unrecognised architecture:
  aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1276909/+subscriptions

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


[Bug 871808] Re: Asus N55SF/N75SF - External subwoofer not working

2014-02-07 Thread David Henningsson
Hi, while going through old bugs I forgot about (sorry!) I noticed that
alsa-info has been supplied for UX51VZH and N55SF, so I sent these
upstream. If you want me (or someone else) to send your quirk upstream
as well, please submit alsa-info (
https://wiki.ubuntu.com/Audio/AlsaInfo ).

http://mailman.alsa-project.org/pipermail/alsa-
devel/2014-February/072151.html

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

Title:
  Asus N55SF/N75SF - External subwoofer not working

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

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


[Bug 1277175] Re: lightdm or X crash on boot

2014-02-07 Thread Jaime Pérez
*** This bug is a duplicate of bug 1273677 ***
https://bugs.launchpad.net/bugs/1273677

** This bug has been marked a duplicate of bug 1273677
   Xorg freeze

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

Title:
  lightdm or X crash on boot

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

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


[Bug 1262539] Re: Driver for NVIDIA GF117M (GT620M) [10de:1140]

2014-02-07 Thread Chih-Hsyuan Ho
By the way, after installing nvidia-prime, the 331.38 nvidia driver
could be successfully loaded and enabled.

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

Title:
  Driver for NVIDIA GF117M (GT620M) [10de:1140]

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

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


[Bug 1276850] Re: Notify box graphical corruption on login screen

2014-02-07 Thread Nikki1993
Hello Matthew,

Of course, the next time I'll try to take a photo with my phone, the
quality is not gonna be great though, but I'll try to make as best as
possible.

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

Title:
  Notify box graphical corruption on login screen

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

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


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2014-02-07 Thread David Henningsson
Well, upstream now has a subwoofer quirk for your machine, so this
should fix the alsa level if you install the latest drivers (
https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS ).

Then the PulseAudio stuff remains, where my recommendation is to add the
stuff as suggested here:

https://www.mail-archive.com/pulseaudio-
disc...@lists.freedesktop.org/msg08737.html

I e, you should add this section in /usr/share/pulseaudio/alsa-mixer
/profile-sets/default.conf and extra-hdmi.conf :

[Mapping analog-surround-21]
device-strings = surround21:%f surround40:%f
channel-map = front-left,front-right,lfe,lfe
paths-output = analog-output analog-output-lineout analog-output-speaker 
analog-output-desktop-speaker
priority = 8
direction = output

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

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

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

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


[Bug 1276116] Re: shut down or restart

2014-02-07 Thread Matthew Paul Thomas
Robson, what do you mean by The option 'restart' appears as shut down?
There are many design problems with these dialogs, but Restart and Shut
Down have different icons, at least.

** Package changed: indicator-session (Ubuntu) = 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/1276116

Title:
  shut down or restart

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

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


Re: [Bug 1276909] Re: error detecting hardware characteristics: unrecognised architecture: aarch64

2014-02-07 Thread dann frazier
On Fri, Feb 7, 2014 at 10:26 AM, John A Meinel j...@arbash-meinel.com wrote:
 offhand, I would think we'd want to use the term arm64 for this (to
 match arm), but I don't have a strong stake in what we call it.

I'd prefer arm64 as well (easier to type, 1:1 mapping for dpkg arch).
It apparently isn't required that this match the dpkg arch - that
isn't the case for ARM32 where juju calls it arm but the relevant
corresponding dpkg arch is 'armhf'.

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

Title:
  error detecting hardware characteristics: unrecognised architecture:
  aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1276909/+subscriptions

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


[Bug 1275116] Re: lowlatency-flavour crashes and locks up alot

2014-02-07 Thread Jaime Pérez
In this change they say something about CPU lockups, so perhaps they
have found the solution

** Attachment added: commit1.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+attachment/3972172/+files/commit1.txt

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

Title:
  lowlatency-flavour crashes and locks up alot

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

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


[Bug 1277404] [NEW] boost header custom_time_zone.hpp triggers compile error

2014-02-07 Thread Rudolf Leitgeb
Public bug reported:

The file /usr/include/boost/date_time/local_time/custom_time_zone.hpp
shipped with that package contains the statement

  return (dst_calc_rules_); //if calc_rule is set the tz has dst

in line 67. This line will not compile with the gcc shipped with Ubuntu
Saucy Salamander. An informative discussion on this topic can be found
here on stackoverflow:
http://stackoverflow.com/questions/15234527/boost-1-53-local-date-time-
compiler-error-with-std-c0x

The fix suggested in this page does indeed work.

I would therefore suggest that Ubuntu replace that line with the correct
statement:

  return bool(dst_calc_rules_); //if calc_rule is set the tz has dst

This change imposes no measurable performance or other penalty and
simply makes explicit what the compiler refuses to do implicitly.

** Affects: boost1.53 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: saucy

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

Title:
  boost header custom_time_zone.hpp triggers compile error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost1.53/+bug/1277404/+subscriptions

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


  1   2   3   4   5   6   7   8   9   10   >