[Bug 1247803] [NEW] dnsmasq temporarily breaks DNS resolution when starting for the first time

2013-11-04 Thread Philip Potter
Public bug reported:

The first time that dnsmasq is started, DNS resolution is broken for a
few seconds. You can see this on initial installation:

root@phil-test-1:~# apt-get install dnsmasq ; dig github.com
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  dnsmasq
0 upgraded, 1 newly installed, 0 to remove and 23 not upgraded.
Need to get 0 B/15.1 kB of archives.
After this operation, 111 kB of additional disk space will be used.
Selecting previously unselected package dnsmasq.
(Reading database ... 92556 files and directories currently installed.)
Unpacking dnsmasq (from .../dnsmasq_2.59-4ubuntu0.1_all.deb) ...
Processing triggers for ureadahead ...
Setting up dnsmasq (2.59-4ubuntu0.1) ...
 * Starting DNS forwarder and DHCP server dnsmasq   

 [ OK ]

;  DiG 9.8.1-P1  github.com
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: REFUSED, id: 56221
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;github.com.IN  A

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Nov  4 11:29:16 2013
;; MSG SIZE  rcvd: 28


Or you can recreate the problem on an existing installation by removing 
/var/run/dnsmasq/resolv.conf:

root@phil-test-1:~# service dnsmasq stop
 * Stopping DNS forwarder and DHCP server dnsmasq   

 [ OK ]
root@phil-test-1:~# rm /var/run/dnsmasq/resolv.conf
root@phil-test-1:~# service dnsmasq start; dig github.com
 * Starting DNS forwarder and DHCP server dnsmasq   

 [ OK ]

;  DiG 9.8.1-P1  github.com
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: REFUSED, id: 10196
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;github.com.IN  A

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Nov  4 11:31:21 2013
;; MSG SIZE  rcvd: 28


The REFUSED status line shows that dns resolution has failed in both
cases. I expect that if `apt-get install dnsmasq` or `service dnsmasq
start` has returned successfully, and resolvconf has had dnsmasq
registered as the sole resolver for lo.dnsmasq, then dnsmasq is ready to
respond to DNS requests. Therefore, the REFUSED response from dig is the
opposite of what I expect to happen.

In both cases, resolution works again after a few seconds, once
resolvconf generates the /var/run/dnsmasq/resolv.conf file and dnsmasq
polls for and finds it.

Even though the window is short (syslog reports ~ 4 seconds of
unavailability), this causes me pain because I am doing a lot of
automated installations using puppet; immediately after installing
dnsmasq, any other package installations or apt-get update runs fail.


I believe the problem is that the init.d script assumes that 
/var/run/dnsmasq/resolv.conf is already in place, but it may not be because 
nothing has caused resolvconf to refresh itself since 
/etc/resolvconf/update.d/dnsmasq was put in place. One solution would be to get 
the init.d script to run resolvconf -u if it decided to use 
/var/run/dnsmasq/resolv.conf. I am happy to submit a patch based on this.

This was on Ubuntu 12.04.3 LTS, using dnsmasq 2.59-4ubuntu0.1

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

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

Title:
  dnsmasq temporarily breaks DNS resolution when starting for the first
  time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1247803/+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 1174148] Re: Can't build a raring VM

2013-11-04 Thread Nick Maslov
Hi, can anyone build Saucy (13.10) with this script? I followed recipes
from first two comments - can build Raring, but not Saucy.

I`m on 13.04, will try this on 13.10.

Thanks,
NM

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

Title:
  Can't build a raring VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1174148/+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 1247860] [NEW] Trusty lxc smoke tests hang with lucid lxc-execute

2013-11-04 Thread Parameswaran Sivatharman
Public bug reported:

Trusty smoke lxc tests appear to hang starting from 20131102 (coincides
with the new trusty kernel Linux version 3.12.0-1-generic) . The issue
occurs on both amd64 and i386 images. When this occurs the vm where the
lxc containers get created becomes unresponsive when this happens.

Steps to reproduce:
1. Install a default saucy server on a vm (either manually or preseeded default 
installation) with either i386 or amd64 image using KVM, libvirt
2. Do the following to install utah inside the VM
   sudo apt-add-repository -y ppa:utah/stable
   sudo apt-get update
   sudo apt-get install utah

3. Run the lxc tests using
 sudo utah -r lp:ubuntu-test-cases/server/runlists/lxc.run

Looks like the test_lxc_simple test is the one that's causing the hang
and soon after http://bazaar.launchpad.net/~ubuntu-server-dev/ubuntu-
test-cases/server-tests-
raring/view/head:/testsuites/lxc/test_lxc_simple/lxctest.py#L193


Note:
I tried to reproduce this using a saucy vm host and the tests are not hanging 
there. The jenkins jobs in smoke tests are using a precise VM host. 

The impacted smoke tests are:
https://jenkins.qa.ubuntu.com/view/Trusty/view/Smoke%20Testing/job/trusty-server-amd64-smoke-lxc/5/
and
https://jenkins.qa.ubuntu.com/view/Trusty/view/Smoke%20Testing/job/trusty-server-i386-smoke-lxc/5/

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: lxc 1.0.0~alpha2-0ubuntu5
ProcVersionSignature: Ubuntu 3.12.0-1.3-generic 3.12.0-rc7
Uname: Linux 3.12.0-1-generic x86_64
ApportVersion: 2.12.6-0ubuntu1
Architecture: amd64
Date: Mon Nov  4 09:00:26 2013
InstallationDate: Installed on 2013-11-04 (0 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS Trusty Tahr - Alpha amd64 
(20131104)
MarkForUpload: True
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up

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


** Tags: amd64 apport-bug iso-testing 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/1247860

Title:
  Trusty lxc smoke tests hang with lucid lxc-execute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1247860/+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 1247860] Re: Trusty lxc smoke tests hang with lucid lxc-execute

2013-11-04 Thread Parameswaran Sivatharman
** Description changed:

- Trusty smoke lxc tests appear to hang starting from 20131102 (coincides
+ Trusty smoke lxc tests appear to hang starting from 20131101 (coincides
  with the new trusty kernel Linux version 3.12.0-1-generic) . The issue
  occurs on both amd64 and i386 images. When this occurs the vm where the
- lxc containers get created becomes unresponsive when this happens.
+ lxc containers get created becomes unresponsive.
  
  Steps to reproduce:
  1. Install a default saucy server on a vm (either manually or preseeded 
default installation) with either i386 or amd64 image using KVM, libvirt
  2. Do the following to install utah inside the VM
-sudo apt-add-repository -y ppa:utah/stable
-sudo apt-get update
-sudo apt-get install utah
+    sudo apt-add-repository -y ppa:utah/stable
+    sudo apt-get update
+    sudo apt-get install utah
  
  3. Run the lxc tests using
-  sudo utah -r lp:ubuntu-test-cases/server/runlists/lxc.run
+  sudo utah -r lp:ubuntu-test-cases/server/runlists/lxc.run
  
  Looks like the test_lxc_simple test is the one that's causing the hang
  and soon after http://bazaar.launchpad.net/~ubuntu-server-dev/ubuntu-
  test-cases/server-tests-
  raring/view/head:/testsuites/lxc/test_lxc_simple/lxctest.py#L193
  
- 
  Note:
- I tried to reproduce this using a saucy vm host and the tests are not hanging 
there. The jenkins jobs in smoke tests are using a precise VM host. 
+ I tried to reproduce this using a saucy vm host and the tests are not hanging 
there. The jenkins jobs in smoke tests are using a precise VM host.
  
  The impacted smoke tests are:
  
https://jenkins.qa.ubuntu.com/view/Trusty/view/Smoke%20Testing/job/trusty-server-amd64-smoke-lxc/5/
  and
  
https://jenkins.qa.ubuntu.com/view/Trusty/view/Smoke%20Testing/job/trusty-server-i386-smoke-lxc/5/
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.0~alpha2-0ubuntu5
  ProcVersionSignature: Ubuntu 3.12.0-1.3-generic 3.12.0-rc7
  Uname: Linux 3.12.0-1-generic x86_64
  ApportVersion: 2.12.6-0ubuntu1
  Architecture: amd64
  Date: Mon Nov  4 09:00:26 2013
  InstallationDate: Installed on 2013-11-04 (0 days ago)
  InstallationMedia: Ubuntu-Server 14.04 LTS Trusty Tahr - Alpha amd64 
(20131104)
  MarkForUpload: True
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
-  lxc.network.type = veth
-  lxc.network.link = lxcbr0
-  lxc.network.flags = up
+  lxc.network.type = veth
+  lxc.network.link = lxcbr0
+  lxc.network.flags = up

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

Title:
  Trusty lxc smoke tests hang with lucid lxc-execute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1247860/+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 1247262] Re: [SRU] datasource for smartos uses util.is_true instead of futil.is_true

2013-11-04 Thread Ben Howard
Verification done on SmartOS instance. Marking verification done.

** Changed in: cloud-init (Ubuntu Precise)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

** Tags removed: verification-needed
** Tags added: cloud-images cloud-init verification-done

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

Title:
  [SRU] datasource for smartos uses util.is_true instead of
  futil.is_true

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

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

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

Title:
  /dev/pts being created with mode=600 by Lxc

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

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

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

Title:
  lxc-attach stopped working for docker containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244301/+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 1242913] Re: /dev/pts being created with mode=600 by Lxc

2013-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 1.0.0~alpha1-0ubuntu12

---
lxc (1.0.0~alpha1-0ubuntu12) saucy-proposed; urgency=low

  * 0012-ubuntu-Improper-pty-permissions.patch: fix pty permissions
(LP: #1242913)
  * 0013-get-rid-of-lxcpath_anon-idea.patch: make containers started with
a custom config easier to manage.  (LP: #1244301)
 -- Serge Hallyn serge.hal...@ubuntu.com   Fri, 25 Oct 2013 15:42:27 -0500

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

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

Title:
  /dev/pts being created with mode=600 by Lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1242913/+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 1244301] Re: lxc-attach stopped working for docker containers

2013-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 1.0.0~alpha1-0ubuntu12

---
lxc (1.0.0~alpha1-0ubuntu12) saucy-proposed; urgency=low

  * 0012-ubuntu-Improper-pty-permissions.patch: fix pty permissions
(LP: #1242913)
  * 0013-get-rid-of-lxcpath_anon-idea.patch: make containers started with
a custom config easier to manage.  (LP: #1244301)
 -- Serge Hallyn serge.hal...@ubuntu.com   Fri, 25 Oct 2013 15:42:27 -0500

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

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

Title:
  lxc-attach stopped working for docker containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244301/+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 1242074] Re: lxc-ls shows wrong status

2013-11-04 Thread Serge Hallyn
This was fixed in saucy by the fix for 1244301

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

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

Title:
  lxc-ls shows wrong status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1242074/+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 1247860] Re: Trusty lxc smoke tests hang with lucid lxc-execute

2013-11-04 Thread Serge Hallyn
The trusty kernel does not yet have the apparmor patches re-added.
Until that's done, please ignore lxc failures.

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

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

Title:
  Trusty lxc smoke tests hang with lucid lxc-execute

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

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

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1069570/+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 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases

2013-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.2+bzr1373+dfsg-
0ubuntu1~12.04.3

---
maas (1.2+bzr1373+dfsg-0ubuntu1~12.04.3) precise-proposed; urgency=low

  * MAAS Stable Release Update:
- debian/patches/04-dhcp-lease-conflict.patch: Sets expiry lease time
  to 30 seconds (LP: #1069570)
 -- Andres Rodriguez andres...@ubuntu.com   Thu, 05 Sep 2013 22:53:10 -0400

** Changed in: maas (Ubuntu Precise)
   Status: Fix Committed = 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/1069570

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1069570/+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 1247912] [NEW] exim4 4.80-7ubuntu3 init script bug

2013-11-04 Thread Brady Catherman
Public bug reported:

There was a footprint change on the pidofproc function in /lib/lsb/init-
functions which causes the exim4 script to throw errors when calling
'status'. The function now requires the path to the binary as an
argument (after the pidfile -p argument). I have attached a patch that
addresses the issue.

Without the patch the following output is produced:
 * checking separate queue runner daemon... 
/tmp/exim4: invalid arguments
 [ OK ]
 * checking combined SMTP listener and queue runner daemon...   
/tmp/exim4: invalid arguments
 [fail]

With it:
 * checking separate queue runner daemon...  [ OK ] 
 * checking combined SMTP listener and queue runner daemon...[ OK ]

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

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

Title:
  exim4 4.80-7ubuntu3 init script bug

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

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

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

Title:
  [SRU] datasource for smartos uses util.is_true instead of
  futil.is_true

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1247262/+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 1247262] Re: [SRU] datasource for smartos uses util.is_true instead of futil.is_true

2013-11-04 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.9

---
cloud-init (0.6.3-0ubuntu1.9) precise-proposed; urgency=low

  * debian/patches/lp-1247262-fix_futils_smartos.patch:
fixed usage of util.is_true to be futil.is_true for SmartOS
datasource. (LP: #1247262)
 -- Ben Howard ben.how...@ubuntu.com   Fri, 01 Nov 2013 13:51:31 -0600

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

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

Title:
  [SRU] datasource for smartos uses util.is_true instead of
  futil.is_true

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1247262/+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 1245472] Re: newer version of OVS-LTS 1.9.3 fixes numerous bugs

2013-11-04 Thread James Page
We have a minor release exception for OpenvSwitch on raring; however I
was debating the usefulness of this update as alot of users will be
deploying on Ubuntu 12.04 and this package is not in the cloud-archive +
raring only has another couple of months of support left.

** Changed in: openvswitch (Ubuntu)
   Status: New = Opinion

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

Title:
  newer version of OVS-LTS 1.9.3 fixes numerous bugs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1245472/+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 1245472] Re: newer version of OVS-LTS 1.9.3 fixes numerous bugs

2013-11-04 Thread David Medberry
I've spent some more time with this and suspect OpenStack folks will be
moving to 1.10.x if seriously interested in this. Not sure how they
would go about that on raring officially but unofficially it works fine.
I don't have a case/cause for getting anything newer into Raring so
feel free to WONTFIX this or just leave it Opinion/idle.

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

Title:
  newer version of OVS-LTS 1.9.3 fixes numerous bugs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1245472/+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 1242726] Re: [MIR] php5-common is missing dependency on php5-json

2013-11-04 Thread Michael Terry
Assigning to Jamie, so he can tell me whether this needs a security
review.  It just wraps the C API, but maybe there are unique
considerations here.

** Changed in: php-json (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

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

Title:
  [MIR] php5-common is missing dependency on php5-json

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1242726/+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 1247984] Re: package maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-04 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1247984/+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 1247984] [NEW] package maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-04 Thread siddig sami
Public bug reported:

I've installed maas on Ubuntu 12.10 Desktop
Then ا have a problem in installing this package maas-region-controller
I discovered that the package should  work on Ubuntu server ,
After that ا purged  all mass packages
But I think that this package Malt exist which are damaged 
maas-region-controller
Whenever the update process was conducted updates are performed successfully, 
but at the end of the process show a message saying that the update manager is 
trying to install the same package malfunctioning and then say that the 
installation process has failed
i mean the installation of the   maas-region-controller  at the end of update 
process
Although I've delet all mass packages

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
Uname: Linux 3.7.0-7-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu13
Architecture: amd64
Date: Tue Nov  5 00:20:38 2013
DuplicateSignature: 
package:maas-region-controller:1.2+bzr1373+dfsg-0ubuntu1:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2013-04-23 (195 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
PackageArchitecture: all
RelatedPackageVersions:
 python-django-maas 1.2+bzr1373+dfsg-0ubuntu1
 apparmor   2.8.0-0ubuntu5.1
SourcePackage: maas
Title: package maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: Upgraded to quantal on 2013-09-09 (56 days ago)

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


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

** Description changed:

  I've installed maas on Ubuntu 12.10 Desktop
- Then ا have a problem in instaling this package maas-region-controller
+ Then ا have a problem in installing this package maas-region-controller
  I discovered that the package should  work on Ubuntu server ,
  After that ا purged  all mass packages
  But I think that this package Malt exist which are damaged 
maas-region-controller
  Whenever the update process was conducted updates are performed successfully, 
but at the end of the process show a message saying that the update manager is 
trying to install the same package malfunctioning and then say that the 
installation process has failed
  i mean the installation of the   maas-region-controller  at the end of 
update process
  Although I've delet all mass packages
  
  ProblemType: Package
  DistroRelease: Ubuntu 12.10
  Package: maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
  Uname: Linux 3.7.0-7-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu13
  Architecture: amd64
  Date: Tue Nov  5 00:20:38 2013
  DuplicateSignature: 
package:maas-region-controller:1.2+bzr1373+dfsg-0ubuntu1:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2013-04-23 (195 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  PackageArchitecture: all
  RelatedPackageVersions:
-  python-django-maas 1.2+bzr1373+dfsg-0ubuntu1
-  apparmor   2.8.0-0ubuntu5.1
+  python-django-maas 1.2+bzr1373+dfsg-0ubuntu1
+  apparmor   2.8.0-0ubuntu5.1
  SourcePackage: maas
  Title: package maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
  UpgradeStatus: Upgraded to quantal on 2013-09-09 (56 days ago)

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

Title:
  package maas-region-controller 1.2+bzr1373+dfsg-0ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1247984/+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 1210393] Re: MAAS ipmi fails on OCPv3 Roadrunner

2013-11-04 Thread Jeff Marcom
This error is present regardless whether maas is in use. Even using
freeipmi locally fails to set ipmi parameters or get sdr readings with
an error similar to:

map pfn expected mapping type uncached-minus for d7fa-d7fa1000, got
write-back

This is present in saucy using openipmi and freeipmi.

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

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

Title:
  MAAS ipmi fails on OCPv3 Roadrunner

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1210393/+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 1210393] Re: MAAS ipmi fails on OCPv3 Roadrunner

2013-11-04 Thread Jeff Marcom
BMC info:


lshw:node id=serial claimed=true class=bus handle=PCI::01:00.6
 lshw:descriptionIPMI SMIC interface/lshw:description
 lshw:productBroadcom Corporation/lshw:product
 lshw:vendorBroadcom Corporation/lshw:vendor
 lshw:physid0.6/lshw:physid
 lshw:businfopci@:01:00.6/lshw:businfo
 lshw:version00/lshw:version
 lshw:width units=bits64/lshw:width
 lshw:clock units=Hz3300/lshw:clock
 lshw:configuration
  lshw:setting id=driver value=ipmi_si/
  lshw:setting id=latency value=0/
 /lshw:configuration
 lshw:capabilities
  lshw:capability id=pmPower Management/lshw:capability
  lshw:capability id=pciexpressPCI Express/lshw:capability
  lshw:capability id=bus_masterbus mastering/lshw:capability
  lshw:capability id=cap_listPCI capabilities 
listing/lshw:capability
 /lshw:capabilities
 lshw:resources
  lshw:resource type=irq value=0/
  lshw:resource type=memory value=d001-d001/
  lshw:resource type=memory value=d000-d000/

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

Title:
  MAAS ipmi fails on OCPv3 Roadrunner

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1210393/+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 924281] Re: cgroup-lite not installable inside 'lxc create -t ubuntu' container

2013-11-04 Thread Jian Wen
When I deployed the mysql charm,  cgroup-lite failed to start in the lxc
instance.

root 21536  0.0  0.0  21168  1032 ?Ss   06:57   0:00 lxc-
start --daemon -n jian-local-machine-1 -c /var/lib/juju/containers/jian-
local-machine-1/console.log -o /var/lib/juju/containers/jian-local-
machine-1/container.log -l DEBUG


ubuntu@jian-local-machine-1:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.3 LTS
Release:12.04
Codename:   precise


ubuntu@jian-local-machine-1:~$ uname -a
Linux jian-local-machine-1 3.5.0-42-generic #65~precise1-Ubuntu SMP Wed Oct 2 
20:57:18 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux


ubuntu@jian-local-machine-1:~$ sudo cat /var/log/upstart/cgroup-lite.log
mount: block device cgroup is write-protected, mounting read-only
mount: cannot mount block device cgroup read-only
umount: cpuset: not mounted
mount: block device cgroup is write-protected, mounting read-only
mount: cannot mount block device cgroup read-only
umount: cpuset: not mounted
mount: block device cgroup is write-protected, mounting read-only
mount: cannot mount block device cgroup read-only
umount: cpuset: not mounted
mount: block device cgroup is write-protected, mounting read-only
mount: cannot mount block device cgroup read-only
umount: cpuset: not mounted

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

Title:
  cgroup-lite not installable inside 'lxc create -t ubuntu' container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/924281/+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 1210393] Re: MAAS ipmi fails on OCPv3 Roadrunner

2013-11-04 Thread Jeff Marcom
** Also affects: linux
   Importance: Undecided
   Status: New

** Project changed: linux = ubuntu

** Package changed: ubuntu = linux (Ubuntu)

** No longer affects: freeipmi (Ubuntu)

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

Title:
  MAAS ipmi fails on OCPv3 Roadrunner

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1210393/+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 1220950] Re: [MIR] open-vm-tools

2013-11-04 Thread Michael Terry
This is going to need MIRs for zerofree and libdumbnet.  Can you please
add MIR information for them to this bug's description?

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

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

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

Title:
  [MIR] open-vm-tools

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdumbnet/+bug/1220950/+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 1247886] Re: squid-deb-proxy is not started when installing MaaS with 13.10 server CD

2013-11-04 Thread Julian Edwards
Re-targeting as this is a packaging bug.  Out of interest, are there any
errors in its log?

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

** Changed in: maas
   Status: New = Invalid

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

Title:
  squid-deb-proxy is not started when installing MaaS with 13.10 server
  CD

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1247886/+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 1244635] Re: setuid executables in a container may compromise security on the host

2013-11-04 Thread Stéphane Graber
Hello Andrea, or anyone else affected,

Accepted lxc into saucy-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/lxc/1.0.0~alpha1-0ubuntu13 in a few
hours, and then in the -proposed repository.

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

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

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

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

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

Title:
  setuid executables in a container may compromise security on the host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244635/+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 1246344] Re: Please merge etckeeper 1.9ubuntu1 (universe) from Debian unstable (main)

2013-11-04 Thread Yolanda Robla
Actually it seems a problem when generating the debdiffs, regenerated
again and attached here

** Patch added: etckeeper_debian_ubuntu.diff
   
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1246344/+attachment/3900276/+files/etckeeper_debian_ubuntu.diff

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

Title:
  Please merge etckeeper 1.9ubuntu1 (universe) from Debian unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1246344/+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 1246344] Re: Please merge etckeeper 1.9ubuntu1 (universe) from Debian unstable (main)

2013-11-04 Thread Yolanda Robla
** Patch added: etckeeper_1_4_1_9.diff
   
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1246344/+attachment/3900277/+files/etckeeper_1_4_1_9.diff

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

** Patch removed: diff_debian_ubuntu.diff
   
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1246344/+attachment/3895895/+files/diff_debian_ubuntu.diff

** Patch removed: diff_1_4_1_9.diff
   
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1246344/+attachment/3895894/+files/diff_1_4_1_9.diff

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

Title:
  Please merge etckeeper 1.9ubuntu1 (universe) from Debian unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1246344/+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 1081660] Re: If maas-enlist fails to reach a DNS server, the node will be named ; ; connection timed out; no servers could be reached

2013-11-04 Thread M.Morana
This occurred on just one of thirty nodes, raring maas (1.3+bzr1461
+dfsg-0ubuntu2.2) with precise commissioning on armhf, for me.

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

Title:
  If maas-enlist fails to reach a DNS server, the node will be named ;;
  connection timed out; no servers could be reached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas-enlist/+bug/1081660/+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 1246929] [NEW] alsa bug in KVM virtual machines

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

I am on Ubuntu 13.10 desktop
16GB ram
asus sabertooth 990fx r2.0 motherboard
amd 8346 cpu
nvidia gtx650 video card

Since upgrading to Ubuntu 13.10 audio no longer works in KVM.
Checking SYSLOG I found this error being logged:

Oct 31 15:32:31 bmullan-virtual-machine pulseaudio[1814]: [alsa-source-ID 21 
Analog] alsa-source.c: ALSA woke us up to read new data from the device, but 
there was actually nothing to read!
Oct 31 15:32:31 bmullan-virtual-machine pulseaudio[1814]: [alsa-source-ID 21 
Analog] alsa-source.c: Most likely this is a bug in the ALSA driver 
'snd_hda_intel'. Please report this issue to the ALSA developers.
Oct 31 15:32:31 bmullan-virtual-machine pulseaudio[1814]: [alsa-source-ID 21 
Analog] alsa-source.c: We were woken up with POLLIN set -- however a subsequent 
snd_pcm_avail() returned 0 or another value  min_avail.

brian

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.11.0-11.17-generic 3.11.3
Uname: Linux 3.11.0-11-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Thu Oct 31 19:45:53 2013
InstallationDate: Installed on 2013-10-31 (0 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Beta amd64 (20131003)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/09/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1708
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: SABERTOOTH 990FX R2.0
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1708:bd04/09/2013:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnSABERTOOTH990FXR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: Incomplete

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


** Tags: amd64 apport-bug saucy
-- 
alsa bug in KVM virtual machines
https://bugs.launchpad.net/bugs/1246929
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to qemu-kvm in Ubuntu.

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


[Bug 1246929] Re: alsa bug in KVM virtual machines

2013-11-04 Thread Raymond
** Package changed: alsa-driver (Ubuntu) = qemu-kvm (Ubuntu)

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

Title:
  alsa bug in KVM virtual machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1246929/+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 1247599] Re: package mysql-server-5.5 5.5.34-0ubuntu0.13.10.1 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

2013-11-04 Thread Yolanda Robla
Thanks for reporting this
According to your logfile:

131103 16:33:10 [ERROR] /usr/sbin/mysqld: Table './mysql/proc' is marked
as crashed and should be repaired

So please can you repair database with following command, and then retry:
mysqlcheck --repair mysql proc -u root -pxxx


** Changed in: mysql-5.5 (Ubuntu)
   Status: New = Invalid

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

Title:
  package mysql-server-5.5 5.5.34-0ubuntu0.13.10.1 failed to
  install/upgrade: il sottoprocesso installato script di post-
  installation ha restituito lo stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1247599/+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 1247632] Re: package php5-gd 5.4.9-4ubuntu2.3 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2013-11-04 Thread Yolanda Robla
Thanks for reporting this
Problem seems to be an unclean removal of Apache modules:

cp: no se puede crear el fichero regular «/etc/php5/mods-
available/gd.ini»: No existe el archivo o el directorio

Can you try creating a gd.ini dummy file in the directory it's expected
and then retry installing the package?

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

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

Title:
  package php5-gd 5.4.9-4ubuntu2.3 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

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