[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


Re: [Bug 1245860] Re: [rilmodem] SimManager.CardIdentifier not always available

2013-11-04 Thread Alfonso Sanchez-Beato
Hi Tony,


 The other theory is that maybe the modem stays powered when ofono is re-
 started?  I've asked Tiago for a way to disable telepathy-ofono across
 reboots.


I only see this behaviour on boot. To see what is happening, I add
-d in /etc/init/ofono.override, and to avoid telepathy setting the
Online property too early, I renamed
/usr/lib/telepathy/telepathy-ofono to make sure it did not start on
boot (hopefully Tiago will show us a better way of doing this :-).

Also, I think that whether the SIM has the PIN activated or not is not
important: renaming telepathy-ofono made this happen always
(otherwise, it could happen or not depending on timing).

Regards,
Alfonso

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

Title:
  [rilmodem] SimManager.CardIdentifier not always available

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

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


[Bug 175386] Re: [needs packaging] qpspmanager

2013-11-04 Thread karaluh
Are you serious?

** Changed in: ubuntu
   Status: Invalid = Confirmed

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

Title:
  [needs packaging] qpspmanager

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

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


Re: [Bug 1244903] Re: upgrade from 12.04 to 13.04 or 13.10

2013-11-04 Thread Bert Vermeulen
Hello Christopher.

This is an self build unit from different parts.
It has a K8M800-M2 motherboard with a Galaxy Zeus 5500 AGP8X graphics card.
Hope this helps, if you need anymore information please let me know.

Bert
On 01/11/13 19:45, Christopher M. Penalver wrote:
 Bert Vermeulen, could you please provide the full computer model as
 noted on the sticker?

 ** Tags removed: needs-kernel-logs
 ** Tags added: needs-full-computer-modl

 ** Tags removed: needs-full-computer-modl
 ** Tags added: needs-full-computer-model


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

Title:
  upgrade from 12.04 to 13.04 or 13.10

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

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


[Bug 1247744] [NEW] Ubuntu 14.04 showing 13.10 during install, and after

2013-11-04 Thread Mitch Dabbas
Public bug reported:

I downloaded Ubuntu 14.04 daily build trusty-desktop-i386.iso.  When I
started the install it showed that I was installing Ubuntu 14.04.  As
the installation progressed, and file copying started, it showed Welcome
to Ubuntu 13.10.  Once the installation was completed, it also showed
Ubuntu 13.10 under About This System.  Attached is an image showing all
three instances.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: Images.png
   https://bugs.launchpad.net/bugs/1247744/+attachment/3899599/+files/Images.png

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

Title:
  Ubuntu 14.04 showing 13.10 during install, and after

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

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


[Bug 1247742] [NEW] Package has an XS-Testsuite header but no debian/tests directory

2013-11-04 Thread Jean-Baptiste Lallement
Public bug reported:

The package has an XS-TEstsuite: autopkgtest header in its control
file but no debian/tests directory. It means that the package is
discovered, autopkgtest run but fails because there is no test.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: debtags (not installed)
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 08:57:58 2013
MarkForUpload: True
SourcePackage: debtags
UpgradeStatus: Upgraded to trusty on 2012-01-31 (642 days ago)

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


** Tags: amd64 apport-bug trusty

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

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

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

Title:
  Package has an XS-Testsuite header but no debian/tests directory

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

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


[Bug 1247748] [NEW] package icu-devtools 4.8.1.1-13+nmu1ubuntu1 failed to install/upgrade: s'està intentant sobreescriure «/usr/sbin/gensprep», que també està en el paquet icu-tools 4.8.1.1-12ubuntu2

2013-11-04 Thread Albert Astals Cid
Public bug reported:

Using trusty could not dist-upgrade cleanly, had to manually fiddle with
some packages (don't remember what i did exactly) to get stuff to dist-
upgrade

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: icu-devtools 4.8.1.1-13+nmu1ubuntu1
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: Thu Oct 31 09:16:26 2013
DuplicateSignature: package:icu-devtools:4.8.1.1-13+nmu1ubuntu1:s'està 
intentant sobreescriure «/usr/sbin/gensprep», que també està en el paquet 
icu-tools 4.8.1.1-12ubuntu2
ErrorMessage: s'està intentant sobreescriure «/usr/sbin/gensprep», que també 
està en el paquet icu-tools 4.8.1.1-12ubuntu2
InstallationDate: Installed on 2011-11-21 (713 days ago)
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MarkForUpload: True
SourcePackage: icu
Title: package icu-devtools 4.8.1.1-13+nmu1ubuntu1 failed to install/upgrade: 
s'està intentant sobreescriure «/usr/sbin/gensprep», que també està en el 
paquet icu-tools 4.8.1.1-12ubuntu2
UpgradeStatus: Upgraded to trusty on 2012-02-27 (615 days ago)

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


** Tags: amd64 apport-package trusty

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

Title:
  package icu-devtools 4.8.1.1-13+nmu1ubuntu1 failed to install/upgrade:
  s'està intentant sobreescriure «/usr/sbin/gensprep», que també està en
  el paquet icu-tools 4.8.1.1-12ubuntu2

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

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

[Bug 1247746] [NEW] cifs-utils apparently installed but not working, reinstalling fixes (no sign of filesystem corruption)

2013-11-04 Thread gouri
Public bug reported:

Something unusual happened on a fresh Ubuntu 13.10.

This might not be a mount.cifs bug but a bug elsewhere.

# Expected behavior

This command worked on 12.10 :

sudo mount -f cifs '//someip/d$' /home/me/validmountpoint -o
credentials=/home/me/validcredentialfile.txt,uid=me

# Observed behavior

On a fresh 13.10 it said:

mount : mauvais type de système de fichiers, option erronée, superbloc erroné
sur //192.168.46.45/d$, page de code ou programme auxiliaire manquant, 
ou autre erreur
   (pour plusieurs système de fichiers (NFS ou CIFS par exemple), un
programme /sbin/mount.type auxiliaire pourrait être nécessaire)
   Dans quelques cas certaines informations sont utiles dans le journal
système — essayez « dmesg | tail » ou quelque chose du genre

Issuing dmesg | tail:

[ 3086.625796] Key type cifs.spnego registered
[ 3086.625807] Key type cifs.idmap registered
[ 3086.626002] CIFS VFS: No username specified
[ 3131.708188] CIFS VFS: No username specified
[ 3140.987030] CIFS VFS: No username specified
[ 3181.673731] CIFS VFS: No username specified
[ 3220.421438] CIFS VFS: No username specified
[ 3350.687984] CIFS VFS: No username specified
[ 3611.204837] CIFS VFS: No username specified
[ 3683.110053] CIFS VFS: No username specified

# cifs-utils ? Already installed

The net says: install cifs-utils. But:

sudo aptitude install cifs-utils

Aucun paquet ne va être installé, mis à jour ou enlevé.
0 paquets mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de télécharger 0 o d'archives. Après dépaquetage, 0 o seront 
utilisés.

Indeed it is already installed:

dpkg -l cifs-utils

Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| 
État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom  Version   Architecture 
 Description
+++--=-=-==
ii  cifs-utils   2:6.0-1ubuntu2amd64
 Common Internet File System utilities

# Command still fails, what to do ?

I asked aptitude, in interactive mode, to reinstall cifs-utils.

(Lecture de la base de données... 164854 fichiers et répertoires déjà 
installés.)
Préparation du remplacement de cifs-utils 2:6.0-1ubuntu2 (en utilisant 
.../cifs-utils_2%3a6.0-1ubuntu2_amd64.deb) ...
Dépaquetage de la mise à jour de cifs-utils ...
Traitement des actions différées (« triggers ») pour « man-db »...
Paramétrage de cifs-utils (2:6.0-1ubuntu2) ...
Appuyez sur Entrée pour continuer.

Then the command works.

dmesg | tail has exactly same output as before.

# Additional information

One might suspect some kind of incomplete install of package.
Besides this, system work normally, was well used for two days without specific 
problem.
Hardware is sane, no sign of filesystem corruption, UBuntu 12.10 still there 
and working.

Any idea why it could have failed ?

lsb_release -rd

Description:Ubuntu 13.10
Release:13.10

The command below is typed after reinstalling the package. Yet aptitude
said it was same version.

LC_ALL=C apt-cache policy cifs-utils

cifs-utils:
  Installed: 2:6.0-1ubuntu2
  Candidate: 2:6.0-1ubuntu2
  Version table:
 *** 2:6.0-1ubuntu2 0
500 http://fr.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
100 /var/lib/dpkg/status

Regards,

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: cifs-utils 2:6.0-1ubuntu2
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Mon Nov  4 08:30:47 2013
MarkForUpload: True
SourcePackage: cifs-utils
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.request.key.d.cifs.idmap.conf: [deleted]
modified.conffile..etc.request.key.d.cifs.spnego.conf: [deleted]

** Affects: cifs-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

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

Title:
  cifs-utils apparently installed but not working, reinstalling fixes
  (no sign of filesystem corruption)

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

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

[Bug 1247748] Re: package icu-devtools 4.8.1.1-13+nmu1ubuntu1 failed to install/upgrade: s'està intentant sobreescriure «/usr/sbin/gensprep», que també està en el paquet icu-tools 4.8.1.1-12ubuntu2

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

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

Title:
  package icu-devtools 4.8.1.1-13+nmu1ubuntu1 failed to install/upgrade:
  s'està intentant sobreescriure «/usr/sbin/gensprep», que també està en
  el paquet icu-tools 4.8.1.1-12ubuntu2

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

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

[Bug 1247744] Re: Ubuntu 14.04 showing 13.10 during install, and after

2013-11-04 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1247744/+editstatus and add the
package name in the text box next to the word Package.

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

** Tags added: bot-comment

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

Title:
  Ubuntu 14.04 showing 13.10 during install, and after

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

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


[Bug 1247747] Re: plasma-nm - no AP-mode possible (can't connect to an AP connection)

2013-11-04 Thread Ray-Ven
** Attachment added: iwlist
   
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1247747/+attachment/3899613/+files/iwlist

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

Title:
  plasma-nm - no AP-mode possible (can't connect to an AP connection)

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

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


[Bug 1247747] [NEW] plasma-nm - no AP-mode possible (can't connect to an AP connection)

2013-11-04 Thread Ray-Ven
Public bug reported:

iw list offers AP mode, and I've set up AP with hostap with the same
device a while ago. I've set up a wireless (shared)  connection in the
plasma-nm settings but cannot find a way to fire up the AP-Mode wifi via
the applet. There's just no button for this connection.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: plasma-nm 0.9.3.0-0ubuntu5.1
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Mon Nov  4 08:43:36 2013
InstallationDate: Installed on 2013-10-18 (16 days ago)
InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: plasma-nm
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-nm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy third-party-packages

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

Title:
  plasma-nm - no AP-mode possible (can't connect to an AP connection)

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

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


[Bug 1245005] Re: Please remove boost1.49 1.53 from trusty-release

2013-11-04 Thread Dmitrijs Ledkovs
** Description changed:

  Remove src+binaries:
  - boost1.49
  - boost1.53
  - boost-mpi-source1.53
  - ogre
  
- Demote to -proposed:
+ Demote to -proposed and remove binaries:
  - ember, and cause it into dep-wait state (being ported in debian from ogre 
to ogre-1.9)
  - openwalnut (FTBFS against new OSG, being ported in debian)
  
  Remove binaries  let it migrate:
  - orthanc/powerpc - testsuite failures reported/worked on in debian
  - python-playerc/any, ruby-playerc/any - broken  FTBFS

** Description changed:

  Remove src+binaries:
  - boost1.49
  - boost1.53
  - boost-mpi-source1.53
  - ogre
  
  Demote to -proposed and remove binaries:
- - ember, and cause it into dep-wait state (being ported in debian from ogre 
to ogre-1.9)
+ - ember (being ported in debian from ogre to ogre-1.9)
  - openwalnut (FTBFS against new OSG, being ported in debian)
  
  Remove binaries  let it migrate:
  - orthanc/powerpc - testsuite failures reported/worked on in debian
  - python-playerc/any, ruby-playerc/any - broken  FTBFS

** Description changed:

  Remove src+binaries:
  - boost1.49
  - boost1.53
  - boost-mpi-source1.53
  - ogre
  
- Demote to -proposed and remove binaries:
+ Demote to -proposed and remove binaries (such that syncs, once fixed in 
debian):
  - ember (being ported in debian from ogre to ogre-1.9)
  - openwalnut (FTBFS against new OSG, being ported in debian)
  
  Remove binaries  let it migrate:
  - orthanc/powerpc - testsuite failures reported/worked on in debian
  - python-playerc/any, ruby-playerc/any - broken  FTBFS

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

Title:
  Please remove boost1.49  1.53 from trusty-release

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

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


[Bug 1247412] Re: package syslinux-themes-debian (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 127

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

** Changed in: syslinux-themes-debian (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/1247412

Title:
  package syslinux-themes-debian (not installed) failed to
  install/upgrade: subprocess installed post-removal script returned
  error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/syslinux-themes-debian/+bug/1247412/+subscriptions

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


[Bug 1238188] Re: [HP Compaq dc5850 Small Form Factor PC] No desktop effects on a radeon 3100 graphics card in saucy

2013-11-04 Thread Hans-Peter
Christopher, 
I went to  https://launchpad.net/ubuntu/saucy/+source/linux/  and followed the 
link show build which brought me to 
https://launchpad.net/ubuntu/saucy/+source/linux/+builds. There I found i386 
build of linux 3.11.0-8.15 in ubuntu saucy on September 20th should be the 
one, which was working for me.  I got the packages from 
https://launchpad.net/ubuntu/+source/linux/3.11.0-8.15 (4 packages, 2 headers, 
image, image-extra) and installed them. After booting this kernel

hp@hp:~$ uname -a
Linux hp 3.11.0-8-generic #15-Ubuntu SMP Fri Sep 20 04:11:16 UTC 2013 i686 
athlon i686 GNU/Linux
hp@hp:~$ 

desktop effects were not available still.

This leads to two questions:
1)   Was the 3.11.0-8.15 kernel included in the saucy upgrade distribution 
package when I upgraded to saucy on Sep.25?
  If not, how can I find  out which one was included? I could also try the 
previous and the next kernel to that one.
2) What makes us believe the problem lies in the kernel and e.g. not in the X 
server area?

regards,
Hans-Peter

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

Title:
  [HP Compaq dc5850 Small Form Factor PC] No desktop effects on a radeon
  3100 graphics card in saucy

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

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


[Bug 1172692] Re: Please implement in-kernel suspend to both

2013-11-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~hzliu123/ubuntu/precise/pm-utils/fix-for-1172692

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

Title:
  Please implement in-kernel suspend to both

To manage notifications about this bug go to:
https://bugs.launchpad.net/pm-utils/+bug/1172692/+subscriptions

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


[Bug 1247742] Re: Package has an XS-Testsuite header but no debian/tests directory

2013-11-04 Thread Jean-Baptiste Lallement
** Bug watch added: Debian Bug tracker #728683
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728683

** Also affects: debtags (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728683
   Importance: Unknown
   Status: Unknown

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

Title:
  Package has an XS-Testsuite header but no debian/tests directory

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

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


[Bug 183801] Re: [needs-packaging] FreeNX

2013-11-04 Thread karaluh
Exactly

** Changed in: ubuntu
   Status: Invalid = Confirmed

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

Title:
  [needs-packaging] FreeNX

To manage notifications about this bug go to:
https://bugs.launchpad.net/freenx-server/+bug/183801/+subscriptions

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


[Bug 1247750] [NEW] Bios/System time is wrongly set

2013-11-04 Thread Sanjay Bhatia
Public bug reported:

Using 13.10 on HP Pavilion dv4-1225dx. (Did not face this problem in
13.04)

Steps to check/reproduce the problem.

1) Cold Start
2) Go to Bios setup
3) Check/Set system time 13:18 (correct)
4) Exit Bios Continue startup
5) Ubuntu starts, see login screen
6) Note time is 6:48pm (WRONG)
7) Wait for few seconds (possible connects to wifi wtc)
8) Note time now modified to 1:19pm (Correct)
9) Do not login instead restart
10) Go into Bios
11) Time  now reads 07:50 (Wrong)
12) Do not change, exit Bios
13) Continue boot into ubuntu
14) Time now reads 1:21pm (Correct)
15) Restart Ubuntu
16) Go into Bios
17) Modifiy time to 13:23
18) Exit Bios and continue into Ubuntu
19) Time now reads 6:54pm (Wrong)
20) Wait for some seconds time is not corrected to 1:25pm (Correct)
21) Login into ubuntu
22) Time now reads 13:25 (Correct)

Basically the bios/system time is modifed and has wrong time.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.2
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
CrashDB: ubuntu
Date: Mon Nov  4 13:38:34 2013
InstallationDate: Installed on 2013-06-06 (150 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: release-upgrade
UpgradeStatus: Upgraded to saucy on 2013-10-19 (15 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade saucy

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

Title:
  Bios/System time is wrongly set

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

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


[Bug 188110] Re: [needs-packaging] zmviewer

2013-11-04 Thread karaluh
Old software is better than no software

** Changed in: ubuntu
   Status: Invalid = Confirmed

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

Title:
  [needs-packaging] zmviewer

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

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


[Bug 1244619] Re: Thunderbird must be upgraded to Thunderbird 24.0.1 for lightning 2.6.1

2013-11-04 Thread Mozaic
** Changed in: thunderbird (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Thunderbird must be upgraded to Thunderbird 24.0.1 for lightning 2.6.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightning-extension/+bug/1244619/+subscriptions

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


[Bug 1065359] Re: package libc6 2.15-0ubuntu10 failed to install/upgrade: el subproceso script pre-installation nuevo devolvió el código de salida de error 1

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

** Changed in: eglibc (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/1065359

Title:
  package libc6 2.15-0ubuntu10 failed to install/upgrade: el subproceso
  script pre-installation nuevo devolvió el código de salida de error 1

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

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

[Bug 1220504] Re: Broadcom STA driver does not work for BCM4313[14e4:4727] with proposed kernel 3.2.0-53

2013-11-04 Thread Po-Hsu Lin
Hello Alberto,
the driver you provided in #9 works both on 201105-8050 and 201104-7784
Thanks!

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

Title:
  Broadcom STA driver does not work for BCM4313[14e4:4727] with proposed
  kernel 3.2.0-53

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

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


[Bug 776392] Re: finish user session support

2013-11-04 Thread James Hunt
Agreed - closing.

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

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

Title:
  finish user session support

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

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


[Bug 1118672] Re: Asus X201E Cannot enable wifi again after disabling with Fn+F2 and reboot

2013-11-04 Thread AceLan Kao
James,

Could you give me some logs
1. sudo dmidecode --type 1
2. rfkill list press the hotkey and then rfkill list again
3. cat /sys/modules/asus-wmi/parameters/wapf
   not pretty sure the path, it's probably not asus-wmi, but asus-nb-wmi
   /sys/modules/asus-nb-wmi/parameters/wapf

Thanks.

** Changed in: hwe-next
   Status: Confirmed = In Progress

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

Title:
  Asus X201E Cannot enable wifi again after disabling with Fn+F2 and
  reboot

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

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


[Bug 1013548] Re: Xubuntu/XFCE logout fails/is delayed: session manager must be in idle state when requesting a shutdown

2013-11-04 Thread didier
*** This bug is a duplicate of bug 978333 ***
https://bugs.launchpad.net/bugs/978333

I am affected by this bug but not the bug #978333.

I have just installed Ubuntu with a LAMP environment with VMWare player 6.0; 
when i tried to shutdown the machine i received this message. I have waited 
more than 5 minutes and i could not log out; i was still receiving the same 
message.
thanks

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

Title:
  Xubuntu/XFCE logout fails/is delayed: session manager must be in idle
  state when requesting a shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-session/+bug/1013548/+subscriptions

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


[Bug 1246516] Re: Memory from slice allocator passed to PyObject_Free

2013-11-04 Thread Martin Pitt
Can you please give me some runnable code which reproduces this bug? I
wrote a simple Gtk.Application test with HANDLES_OPEN which works fine.

** Attachment added: Gtk.Application test (works)
   
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/1246516/+attachment/3899623/+files/test-gapp.py

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

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

Title:
  Memory from slice allocator passed to PyObject_Free

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

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


[Bug 1232952] Re: Brightness controls do not change brightness

2013-11-04 Thread micred
I found a workaround here:
http://ubuntuforums.org/showthread.php?t=2181534

create the file /usr/share/X11/xorg.conf.d/20-intel.conf with the following 
content:
Code:
Section Device
Identifier  card0
Driver  intel
Option  Backlight  intel_backlight
BusID   PCI:0:2:0

EndSection
...and log out and back in again

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

Title:
  Brightness controls do not change brightness

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

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


[Bug 919801] Re: Unity dash file search is extremely slow

2013-11-04 Thread Oliver Marks
I am seeing this issue as well, all results popup instantly except for
local applications i will get results on music and books i can buy and
local files but takes a while for my local application to appear.

happens on two laptops one with radeon the other with intel graphics and
its a tad frustrating.

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

Title:
  Unity dash file search is extremely slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-lens-files/+bug/919801/+subscriptions

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


[Bug 1187656] Re: Bluetooth - Atheros [0cf3:e003] Bluetooth cannot find any other devices

2013-11-04 Thread AceLan Kao
The patch is contained in kernel 3.5.0-43.66~precise1

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

Title:
  Bluetooth - Atheros [0cf3:e003] Bluetooth cannot find any other
  devices

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

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


[Bug 1247757] Re: expect uses memcpy instead of memmove to copy overlapping memory

2013-11-04 Thread Per Cederqvist
** Attachment added: The trigger2.expect file as an attachment
   
https://bugs.launchpad.net/ubuntu/+source/expect/+bug/1247757/+attachment/3899625/+files/trigger2.expect

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

Title:
  expect uses memcpy instead of memmove to copy overlapping memory

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

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


Re: [Bug 1247160] Re: Ubuntu 13.10 [Studio Hybrid 140g, Realtek ALC888, Black Digital Out, HDMI] No sound at all

2013-11-04 Thread Charles Timms
Thank you for this - but can you please let me know the location of the 
relevant configuration file on my system so that I can amend its settings.

However, please note that in Ubuntu 12.04, 12.10 and 13.04 it WAS 
possible to output sound simultaneously from BOTH the HDMI and SP/DIF 
connections on the Dell Studio Hybrid - i.e. HDMI to TV for audio + 
video and SP/DIF to my A/V amplifier.

On 02/11/13 00:51, Raymond wrote:
 Simple mixer control 'IEC958 Default PCM',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]


 this should be OFF if you are using HDMI device




 [   19.884842] [drm] Initialized drm 1.1.0 20060810
 [   19.945827] [drm] Memory usable by graphics device = 512M
 [   19.945843] i915 :00:02.0: setting latency timer to 64
 [   19.946928] i915 :00:02.0: irq 46 for MSI/MSI-X
 [   19.946944] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
 [   19.946946] [drm] Driver supports precise vblank timestamp query.
 [   19.947029] vgaarb: device changed decodes: 
 PCI::00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
 [   19.947337] [drm] Skipping LVDS initialization for Dell Studio Hybrid

 the drm messages in your system log are different from those in

 https://bugs.freedesktop.org/show_bug.cgi?id=48157

 [drm:drm_detect_monitor_audio], Monitor has basic audio support
 [drm:intel_sdvo_debug_write], SDVOB: W: 7A 02  
 (SDVO_CMD_SET_CONTROL_BUS_SWITCH)
 [drm:intel_sdvo_debug_write], SDVOB: W: 7A 02  
 (SDVO_CMD_SET_CONTROL_BUS_SWITCH)
 [drm:intel_sdvo_debug_write], SDVOB: W: 7A 02  
 (SDVO_CMD_SET_CONTROL_BUS_SWITCH)
 [drm:intel_sdvo_connector_matches_edid], connector_is_digital? 1, 
 monitor_is_digital? 1



 drm:drm_crtc_helper_set_config], [CONNECTOR:8:HDMI-A-1] to [CRTC:3]
 Console: switching to colour frame buffer device 160x45
 [drm:drm_crtc_helper_set_config],
 [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:16] #connectors=1 (x y) (0 0)
 [drm:drm_crtc_helper_set_config], [CONNECTOR:8:HDMI-A-1] to [CRTC:3]



 ** Bug watch added: freedesktop.org Bugzilla #48157
 https://bugs.freedesktop.org/show_bug.cgi?id=48157


-- 
email: timms.char...@gmail.com
phone:+27 (0)44 382 4992
cell: +27 (0)72 230 8049
skype: charlestimms

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

Title:
  Ubuntu 13.10 [Studio Hybrid 140g, Realtek ALC888, Black Digital Out,
  HDMI] No sound at all

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

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


[Bug 1247757] [NEW] expect uses memcpy instead of memmove to copy overlapping memory

2013-11-04 Thread Per Cederqvist
Public bug reported:

The ecases_remove_by_expi() function in expect.c uses memcpy() to shift
elements down. The areas can be overlapping. When they are, the
construct is non-portable and can lead to memory corruption.

Please replace the memcpy call with a memmove call. That fixes the
issue. I have attached a proposed patch.

I have already reported this issue at Debian: http://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=728663

Debian has accepted the patch.

I have also reported it upstream:
https://sourceforge.net/p/expect/patches/16/

The following script demonstrates the problem. Save it in a file called
trigger2.expect and run the following:

$ valgrind expect trigger2.expect

You will see an error message similar to:

==10665== Source and destination overlap in memcpy(0x60b9170, 0x60b9178, 16)
==10665==at 0x4C2E820: memcpy@@GLIBC_2.14 (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)

(Note: it seems that valgrind 3.7 does not detect this, but valgrind
3.8.1 does detect it.)

---cut here for trigger2.expect---
#!/usr/bin/env expect

spawn cat
set a $spawn_id

spawn sleep 1
set b $spawn_id

set spawn_id $a

expect_after {
-i $a full_buffer { }
-i $b full_buffer { }
timeout { }
}

expect eof { }
---cut here for trigger2.expect---

It would be nice if this fix was backported to versions of Ubuntu that
are still supported with updates.

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


** Tags: patch patch-accepted-debian testcase

** Patch added: Suggested fix.
   
https://bugs.launchpad.net/bugs/1247757/+attachment/3899624/+files/expect5.45-memmove.patch

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

Title:
  expect uses memcpy instead of memmove to copy overlapping memory

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

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


[Bug 1238188] Re: [HP Compaq dc5850 Small Form Factor PC] No desktop effects on a radeon 3100 graphics card in saucy

2013-11-04 Thread Hans-Peter
I tried kernels
3.11.0-9.16,
3.11.0.7.14,
3.5.0-26 (was on my disk, so gave it a try)

All the same - no desktop effects (error message: 6 desktop effects could not 
be loaded because they require OpenGL).
regards
Hans-Peter

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

Title:
  [HP Compaq dc5850 Small Form Factor PC] No desktop effects on a radeon
  3100 graphics card in saucy

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

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


[Bug 1131976] Re: Bluetooth and WIFI always turned ON, on Clevo laptop (P150EM)

2013-11-04 Thread Pete Hildebrandt
Hi, Christopher, I had to send my Clevo P150EM in for repair. I will try
bisecting, when I have it back.

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

Title:
  Bluetooth and WIFI always turned ON, on Clevo laptop (P150EM)

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

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


Re: [Bug 1239384] Re: Unable to access shared folders in Virtualbox from 13.10 guest.

2013-11-04 Thread Pascal A.
Waiting for this bug to be fixed, you can dodge the shared folder feature
easily without having to downgrade: with a LAN shared folder for example.

I did so, and it's getting a direct HDD access: very fast transfers.


2013/11/4 Alan Meyer amey...@yahoo.com

 I have had similar problems with Xubuntu 13.10 and VirtualBox 4.2.18.
 An upgrade to VB 4.3.2 did not solve the problem.  The shared folders
 appear to be present but ls hangs.

 At one point,  I saw ls eventually crash with an out of memory error.
 Perhaps it was in a recursive loop looking for the shared folder inside
 the shared folder and going on to infinity?  At another point, plain ls
 failed, but if I invoked ls and passed a filename that I knew was in the
 shared folder, ls listed the name correctly.

 I intended to use the virtual machine for some software development for
 which a shared folder was very important.  So I removed the machine and
 created a new one using Xubuntu 13.04 and VB 4.3.2.  Now everything
 works.

 Another guy I know working on the same project as me also built a
 Xubuntu 13.10 system on virtualbox with the same lack of success.

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

 Title:
   Unable to access shared folders in Virtualbox from 13.10 guest.

 Status in “virtualbox” package in Ubuntu:
   Confirmed

 Bug description:
   Added a shared folder in a Virtualbox Xubuntu 13.10 guest. After a
 restart, the folder is visible in /media/sf_ but appears empty. Guest
 Additions are installed and user is a member of vboxsf group.
   Have duplicated problem on two machines, one with a Precise host and the
 other host with lastest Saucy daily.  Problem on both of those machines
 appears to be limited to the Saucy guest. Shared folders work as expected
 from a Raring guest.

   ProblemType: Bug
   DistroRelease: Ubuntu 13.10
   Package: virtualbox 4.2.16-dfsg-3
   ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
   Uname: Linux 3.11.0-12-generic x86_64
   ApportVersion: 2.12.5-0ubuntu1
   Architecture: amd64
   Date: Sun Oct 13 11:55:31 2013
   InstallationDate: Installed on 2013-10-13 (0 days ago)
   InstallationMedia: Xubuntu 13.10 Saucy Salamander - Beta amd64
 (20131011)
   MarkForUpload: True
   SourcePackage: virtualbox
   UpgradeStatus: No upgrade log present (probably fresh install)

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1239384/+subscriptions


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

Title:
  Unable to access shared folders in Virtualbox from 13.10 guest.

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

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

[Bug 1247349] Re: package postgresql-common 148 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

2013-11-04 Thread Martin Pitt
* Starting PostgreSQL 8.4 database server     *
Error: could not exec /usr/lib/postgresql/8.4/bin/pg_ctl
/usr/lib/postgresql/8.4/bin/pg_ctl start -D /var/lib/postgresql/8.4/main
-l /var/log/postgresql/postgresql-8.4-main.log -s -o  -c
config_file=/etc/postgresql/8.4/main/postgresql.conf :

It seems you removed, but not purged, postgresql-8.4? If you don't need
it any more, please run sudo pg_dropcluster 8.4 main to clean up,
otherwise reinstall postgresql-8.4, upgrade it to 9.1 (man
pg_upgradecluster), and purge the package again.

** Changed in: postgresql-common (Ubuntu)
   Status: New = Invalid

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

Title:
  package postgresql-common 148 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/postgresql-common/+bug/1247349/+subscriptions

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


[Bug 1246670] Re: ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation problem??

2013-11-04 Thread Piero Bonatti
apport information

** Tags added: apport-collected running-unity

** Description changed:

  After the last updates I can't connect anymore to WIFI networks, including:
   - office wifi (WPA / WPA2 enterprise + PEAP)
   - public wifi from airport lounges, hotels, conferences.
  
  The notebook (dell inspiron) still detects the available newtorks. If
  they are protected, then additional data are requested (passwords and
  the like). So it seems that the wifi card is working well with the
  current driver (see below for further evidence). However, then the
  connection times out before getting any IP address.
  
  When I switch to Windows, I immediately get the connection (then the
  wifi network and the notebook's hardware are OK).  Sometimes, when I
  switch back to Ubuntu, the connection starts spontaneously and I can
  work normally (as if the problem were in the DHCP protocol execution,
  and the Windows connection did some work that Ubuntu currently can't
  do). (further evidence that the driver is OK).
  
  I'm using the proprietary driver proposed by Ubuntu:
  This package contains Broadcom 802.11 Linux STA wireless driver for use with 
Broadcom's BCM4311-, BCM4312-, BCM4313-, BCM4321-, BCM4322-, BCM43224-, and 
BCM43225-, BCM43227- and BCM43228-based hardware.
  
  cat /proc/version_signature:
  Ubuntu 3.2.0-55.85-generic-pae 3.2.51
  
  sudo lspci -vnvn  lspci-vnvn.log is in the attachment.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu17.6
+ Architecture: i386
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: SB [HDA ATI SB], device 0: ALC259 Analog [ALC259 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  bonatti1690 F pulseaudio
+  /dev/snd/controlC0:  bonatti1690 F pulseaudio
+ Card0.Amixer.info:
+  Card hw:0 'SB'/'HDA ATI SB at 0xd040 irq 16'
+Mixer name : 'Realtek ALC259'
+Components : 'HDA:10ec0269,10280470,00100100'
+Controls  : 18
+Simple ctrls  : 10
+ Card1.Amixer.info:
+  Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd011 irq 19'
+Mixer name : 'ATI RS690/780 HDMI'
+Components : 'HDA:1002791a,00791a00,0010'
+Controls  : 4
+Simple ctrls  : 1
+ Card1.Amixer.values:
+  Simple mixer control 'IEC958',0
+Capabilities: pswitch pswitch-joined penum
+Playback channels: Mono
+Mono: Playback [on]
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=8b9f8be8-b5ce-42d9-b311-de81faa160f6
+ InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
+ MachineType: Dell Inc. Inspiron 1120
+ MarkForUpload: True
+ NonfreeKernelModules: wl
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-55-generic-pae 
root=UUID=891059fc-57ca-484c-941a-e405cd31b74e ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-55.85-generic-pae 3.2.51
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-55-generic-pae N/A
+  linux-backports-modules-3.2.0-55-generic-pae  N/A
+  linux-firmware1.79.7
+ Tags:  precise running-unity
+ Uname: Linux 3.2.0-55-generic-pae i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
+ dmi.bios.date: 07/26/2010
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A03
+ dmi.board.asset.tag: 1234567890
+ dmi.board.name: 090DNY
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A03
+ dmi.chassis.asset.tag: 1234567890
+ dmi.chassis.type: 8
+ dmi.chassis.vendor: Dell Inc.
+ dmi.chassis.version: A03
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd07/26/2010:svnDellInc.:pnInspiron1120:pvrA03:rvnDellInc.:rn090DNY:rvrA03:cvnDellInc.:ct8:cvrA03:
+ dmi.product.name: Inspiron 1120
+ dmi.product.version: A03
+ dmi.sys.vendor: Dell Inc.

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899626/+files/AcpiTables.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] CRDA.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1246670/+attachment/3899630/+files/CRDA.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] ProcInterrupts.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899640/+files/ProcInterrupts.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] Lspci.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1246670/+attachment/3899636/+files/Lspci.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] Card1.Codecs.codec.0.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: Card1.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899633/+files/Card1.Codecs.codec.0.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] BootDmesg.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899629/+files/BootDmesg.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] CurrentDmesg.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899634/+files/CurrentDmesg.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] Card0.Codecs.codec.0.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899632/+files/Card0.Codecs.codec.0.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] Card0.Amixer.values.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899631/+files/Card0.Amixer.values.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] AplayDevices.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899628/+files/AplayDevices.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] AlsaDevices.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899627/+files/AlsaDevices.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] PulseList.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899642/+files/PulseList.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 900340] Re: 041e:4088 USB-Webcam Creative Live! Cam Chat HD seems to be active all the times

2013-11-04 Thread arsocado
Hi i have the same issue.
I'm using 3.8.0-25-generic #37-Ubuntu on Mint Olivia (15)
Devce ID: 041e:4088
Please guide me and i'll report all the necessary info.

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

Title:
  041e:4088 USB-Webcam Creative Live! Cam Chat HD seems to be active all
  the times

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

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


[Bug 1238188] Re: [HP Compaq dc5850 Small Form Factor PC] No desktop effects on a radeon 3100 graphics card in saucy

2013-11-04 Thread Hans-Peter
From Hardware info: 
  *-display
description: VGA compatible controller
product: RS780C [Radeon 3100]

From aptitude:

i xserver-xorg-video-radeon 
  
1:7.2.0-0ubunt 1:7.2.0-0ubunt
X.Org X server -- AMD/ATI Radeon display driver
This package provides the 'radeon' driver for the AMD/ATI cards. The following 
chips should be supported: R100, RV100, RS100, RV200, RS200, RS250, R200, 
RV250, RV280, RS300, ÃRS350, RS400/RS480, R300, R350, R360, RV350, RV360, 
RV370, RV380, RV410, R420, R423/R430, R480/R481, RV505/RV515/RV516/RV550, R520, 
RV530/RV560, RV570/R580,  ÃRS600/RS690/RS740, R600, 
RV610/RV630, RV620/RV635, RV670, RS780/RS880, RV710/RV730, RV740/RV770/RV790, 
CEDAR, REDWOOD, JUNIPER, CYPRESS, HEMLOCK, PALM, SUMO/SUMO2, BARTS,ÃTURKS, 
CAICOS, CAYMAN, ARUBA.   
  
So the graphics card is there if the  RS780C  is covered by RS780.

From Xorg.0.log:

 [ 9.997] (II) LoadModule: glx
[10.031] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[10.050] (II) Module glx: vendor=X.Org Foundation
[10.050]compiled for 1.14.3, module version = 1.0.0
[10.050]ABI class: X.Org Server Extension, version 7.0
[10.050] (==) AIGLX enabled
[10.051] Loading extension GLX
[10.051] (==) Matched fglrx as autoconfigured driver 0
[10.051] (==) Matched ati as autoconfigured driver 1
[10.051] (==) Matched fglrx as autoconfigured driver 2
[10.051] (==) Matched ati as autoconfigured driver 3
[10.051] (==) Matched vesa as autoconfigured driver 4
[10.051] (==) Matched modesetting as autoconfigured driver 5
[10.051] (==) Matched fbdev as autoconfigured driver 6
[10.051] (==) Assigned the driver to the xf86ConfigLayout
[10.051] (II) LoadModule: fglrx
[10.060] (WW) Warning, couldn't open module fglrx
[10.060] (II) UnloadModule: fglrx
[10.060] (II) Unloading fglrx
[10.060] (EE) Failed to load module fglrx (module does not exist, 0)
[10.060] (II) LoadModule: ati
[10.061] (WW) Warning, couldn't open module ati
[10.061] (II) UnloadModule: ati
[10.061] (II) Unloading ati
[10.061] (EE) Failed to load module ati (module does not exist, 0)
[10.061] (II) LoadModule: vesa
[10.061] (WW) Warning, couldn't open module vesa
[10.061] (II) UnloadModule: vesa
[10.061] (II) Unloading vesa
[10.061] (EE) Failed to load module vesa (module does not exist, 0)
[10.061] (II) LoadModule: modesetting
[10.061] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[10.061] (II) Module modesetting: vendor=X.Org Foundation
[10.061]compiled for 1.14.1, module version = 0.8.0
[10.061]Module class: X.Org Video Driver
[10.061]ABI class: X.Org Video Driver, version 14.1
[10.061] (II) LoadModule: fbdev


Cant open module ati - succeeds in loading driver modesetting. Why not the ati 
module?

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

Title:
  [HP Compaq dc5850 Small Form Factor PC] No desktop effects on a radeon
  3100 graphics card in saucy

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

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

[Bug 1246670] IwConfig.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899635/+files/IwConfig.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] Lsusb.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1246670/+attachment/3899637/+files/Lsusb.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] UdevDb.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1246670/+attachment/3899644/+files/UdevDb.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 779501] Re: no default video format

2013-11-04 Thread Lucio Crusca
This is not a dvdauthor bug, it's a feature. This bug should filed against 
Bombono DVD. 
Btw, there's another workaround: define the env var VIDEO_FORMAT, for example:

$ VIDEO_FORMAT=PAL dvdauthor ...

I think that would be the simplest fix for Bombono (or any other DVD
authoring GUI frontend for that matter), without fiddling with shared
config files.

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

Title:
  no default video format

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

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


[Bug 1246670] UdevLog.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899645/+files/UdevLog.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] ProcModules.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899641/+files/ProcModules.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] ProcCpuinfo.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899639/+files/ProcCpuinfo.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] RfKill.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1246670/+attachment/3899643/+files/RfKill.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 1246670] WifiSyslog.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899646/+files/WifiSyslog.txt

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

** Tags added: kernel-unable-to-test-upstream

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 413018] Re: Cannot disable subtitles in mkv video file

2013-11-04 Thread Rachelove
It's easy to remove subtitle if you have Bigasoft Total Video Converter.

It's a professional tool in solving this issue.

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

Title:
  Cannot disable subtitles in mkv video file

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

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


[Bug 1246670] PciMultimedia.txt

2013-11-04 Thread Piero Bonatti
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1246670/+attachment/3899638/+files/PciMultimedia.txt

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

Title:
  ubuntu 12.04.3 LTS: can't connect to WIFI - protocol implementation
  problem??

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

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


[Bug 879328] Re: Equalizer option is disabled / grayed out

2013-11-04 Thread Eric Ongerth
Thank you!  Here is the output of apt-cache policy banshee:

banshee:
  Installed: 2.6.1-2ubuntu1
  Candidate: 2.6.1-2ubuntu1
  Version table:
 *** 2.6.1-2ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages
100 /var/lib/dpkg/status

The output of banshee --debug  banshee-debug-log.txt is attached.  As
you can see, an equalizer preset that I made appears to be getting
loaded, but I don't see any obvious reason why the equalizer is grayed
out and inaccessible in banshee's menus.

Thank you for the comment on reinstalling banshee.  I don't know why I
came to the incorrect conclusion that that would result in having to
reimport my audio files.  I must have been confusing it with other times
that I reinstalled my whole OS.


** Attachment added: output of banshee --debug
   
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/879328/+attachment/3899675/+files/banshee-debug-log.txt

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

Title:
  Equalizer option is disabled / grayed out

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

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


[Bug 1247761] [NEW] Virtual desktops manager : the virtual desktops don't appear in the panel (the places for it are empty)

2013-11-04 Thread jiji
Public bug reported:

1) Ubuntu 13.10

2) lxpanel:
  Installé : 0.6.1-0ubuntu1

3) The correct display of the Virtual Desktop Manager : 4 desktops, blue
when selected, white for those with a window opened, grey when
unselected and no windows opened ...

4) (See attachment)

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: lxpanel 0.6.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic i686
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: i386
Config_Home_Lubuntu:
 [Command]
 FileManager=lxsession-default filemanager
 Terminal=lxsession-default terminal
 Logout=lxsession-default quit
Date: Mon Nov  4 12:45:18 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-11-03 (0 days ago)
InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release i386 (20131016.1)
MarkForUpload: True
SourcePackage: lxpanel
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 saucy

** Attachment added: My Virtual Desktops Manager with 4 virtual desktops
   
https://bugs.launchpad.net/bugs/1247761/+attachment/3899671/+files/lubuntu-virtual-desktops-manager.png

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

Title:
  Virtual desktops manager : the virtual desktops don't appear in the
  panel (the places for it are empty)

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

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

[Bug 1247668] Re: NumLock turned off on layout switch

2013-11-04 Thread Sebastien Bacher
** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = Low

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

Title:
  NumLock turned off on layout switch

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

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


[Bug 1247742] Re: Package has an XS-Testsuite header but no debian/tests directory

2013-11-04 Thread Bug Watch Updater
** Changed in: debtags (Debian)
   Status: Unknown = New

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

Title:
  Package has an XS-Testsuite header but no debian/tests directory

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