[Bug 154742] Re: Samba shares cannot contain quotes

2013-06-14 Thread poltora
Problem is exists.

See screenshot nautilus, one panel - local files, other panel - shares
to same location.

https://dl.dropboxusercontent.com/u/4924943/Screenshot%20-%2006142013%20-%2010%3A47%3A41%20AM.png

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

Title:
  Samba shares cannot contain quotes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/154742/+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 1190901] [NEW] package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-06-14 Thread Szabo Bogdan
Public bug reported:

...

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: php5-xmlrpc 5.4.9-4ubuntu2.1
ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
Uname: Linux 3.8.0-23-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
AptOrdering:
 flashplugin-installer: Install
 telepathy-gabble: Install
 php5-xmlrpc: Configure
 flashplugin-installer: Configure
 telepathy-gabble: Configure
Architecture: amd64
Date: Fri Jun 14 10:54:09 2013
DuplicateSignature: package:php5-xmlrpc:5.4.9-4ubuntu2.1:subprocess installed 
post-installation script returned error exit status 2
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
MarkForUpload: True
SourcePackage: php5
Title: package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package raring

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

Title:
  package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1190901/+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 1190901] Re: package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-06-14 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 php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1190901

Title:
  package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1190901/+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 1188788] Re: Meta bug for tracking Openstack 2013.1.2 Stable Update

2013-06-14 Thread Jamie Strandboge
FYI, keystone 1:2013.1.1-0ubuntu2.1 hit raring in
http://www.ubuntu.com/usn/usn-1875-1/.

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

Title:
  Meta bug for tracking Openstack 2013.1.2 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1188788/+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 1091780] [NEW] nova-network - iptables-restore v1.4.12: host/network `None' not found

2013-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

1- In Precise nova-network crashes because it cannot apply iptables
rules when trying to apply vpn rules. nova-network tries to set VPN
iptables rules for openvpn access:

2012-12-17 07:17:24 TRACE nova Stderr: iptables-restore v1.4.12:
host/network `None' not found\nError occurred at line: 23\nTry
`iptables-restore -h' or 'iptables-restore --help' for more
information.\n

2- How reproducible?

Not clear. The configuration I used with juju seems to create an
environment that causes this problem. When this problem is present the
issue reproduces every time.

3- How to reproduce:

When the issue is present just starting up nova-network causes the
problem to reproduce. Nova-network exits in the end and dies because of
the error on iptables-restore

4- I added debugging in nova.conf with --debug=true and added extra
debugging in

/usr/lib/python2.7/dist-packages/nova/utils.py

which showed the full iptables rules that were to be restored by
iptables-restore:

2012-12-17 07:17:24 DEBUG nova.utils [req-391688fd-3b99-4b1c-8b46-fb4f64e64246 
None None] process input: 
# Generated by iptables-save v1.4.12 on Mon Dec 17 07:17:21 2012
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:nova-api-FORWARD - [0:0]
:nova-api-INPUT - [0:0]
:nova-api-OUTPUT - [0:0]
:nova-api-local - [0:0]
:nova-network-FORWARD - [0:0]
:nova-network-INPUT - [0:0]
:nova-network-local - [0:0]
:nova-network-OUTPUT - [0:0]
:nova-filter-top - [0:0]
-A FORWARD -j nova-filter-top
-A OUTPUT -j nova-filter-top
-A nova-filter-top -j nova-network-local
-A INPUT -j nova-network-INPUT
-A OUTPUT -j nova-network-OUTPUT
-A FORWARD -j nova-network-FORWARD
-A nova-network-FORWARD --in-interface br100 -j ACCEPT
-A nova-network-FORWARD --out-interface br100 -j ACCEPT
-A nova-network-FORWARD -d None -p udp --dport 1194 -j ACCEPT
-A INPUT -j nova-api-INPUT
-A INPUT -i virbr0 -p udp -m udp --dport 53 -j ACCEPT
-A INPUT -i virbr0 -p tcp -m tcp --dport 53 -j ACCEPT
-A INPUT -i virbr0 -p udp -m udp --dport 67 -j ACCEPT
-A INPUT -i virbr0 -p tcp -m tcp --dport 67 -j ACCEPT
-A FORWARD -j nova-api-FORWARD
-A FORWARD -d 192.168.122.0/24 -o virbr0 -m state --state RELATED,ESTABLISHED 
-j ACCEPT
-A FORWARD -s 192.168.122.0/24 -i virbr0 -j ACCEPT
-A FORWARD -i virbr0 -o virbr0 -j ACCEPT
-A FORWARD -o virbr0 -j REJECT --reject-with icmp-port-unreachable
-A FORWARD -i virbr0 -j REJECT --reject-with icmp-port-unreachable
-A OUTPUT -j nova-api-OUTPUT
-A nova-api-INPUT -d 192.168.124.150/32 -p tcp -m tcp --dport 8775 -j ACCEPT
-A nova-filter-top -j nova-api-local
COMMIT


4.1- Among the rules above we have:

-A nova-network-FORWARD -d None -p udp --dport 1194 -j ACCEPT

which is responsible for the fault in iptables-restore.

5- These are the error messages:

2012-12-17 07:17:24 DEBUG nova.utils [req-391688fd-3b99-4b1c-8b46-fb4f64e64246 
None None] Result was 2 from (pid=14699) execute 
/usr/lib/python2.7/dist-packages/nova/utils.py:237
2012-12-17 07:17:24 CRITICAL nova [-] Unexpected error while running command.
Command: sudo nova-rootwrap iptables-restore
Exit code: 2
Stdout: ''

Stderr: iptables-restore v1.4.12: host/network `None' not found\nError 
occurred at line: 23\nTry `iptables-restore -h' or 'iptables-restore --help' 
for more information.\n
2012-12-17 07:17:24 TRACE nova Traceback (most recent call last):
2012-12-17 07:17:24 TRACE nova   File /usr/bin/nova-network, line 49, in 
module
2012-12-17 07:17:24 TRACE nova service.wait()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 413, in wait
2012-12-17 07:17:24 TRACE nova _launcher.wait()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 131, in wait
2012-12-17 07:17:24 TRACE nova service.wait()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 166, in wait
2012-12-17 07:17:24 TRACE nova return self._exit_event.wait()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/event.py, line 116, in wait
2012-12-17 07:17:24 TRACE nova return hubs.get_hub().switch()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py, line 177, in switch
2012-12-17 07:17:24 TRACE nova return self.greenlet.switch()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 192, in main
2012-12-17 07:17:24 TRACE nova result = function(*args, **kwargs)
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 101, in run_server
2012-12-17 07:17:24 TRACE nova server.start()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 162, in start
2012-12-17 07:17:24 TRACE nova self.manager.init_host()
2012-12-17 07:17:24 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/network/manager.py, line 1766, in 
init_host
2012-12-17 

[Bug 1091780] Re: nova-network - iptables-restore v1.4.12: host/network `None' not found

2013-06-14 Thread Jamie Strandboge
** Package changed: iptables (Ubuntu) = nova (Ubuntu)

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

Title:
  nova-network - iptables-restore v1.4.12: host/network `None' not
  found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1091780/+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 1190977] [NEW] package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2013-06-14 Thread jourdan
Public bug reported:

10.04 lucid on powermac

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: tftpd-hpa 5.0-11ubuntu2.1
ProcVersionSignature: Ubuntu 2.6.32-48.110-powerpc 2.6.32.60+drm33.26
Uname: Linux 2.6.32-48-powerpc ppc
Architecture: powerpc
Date: Fri Jun 14 13:23:14 2013
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
SourcePackage: tftp-hpa
Title: package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1

** Affects: tftp-hpa (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package lucid powerpc

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

Title:
  package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1190977/+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 1190901] Re: package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-06-14 Thread Robie Basak
Thank you for your report.

This looks like a local configuration problem, rather than a bug in
Ubuntu, so I'm marking this bug as Invalid.

Specifically, /etc/php5/mods-available/xmlrpc.ini is supplied by the
package but it is removed on your system.

You can find pointers to get help for this sort of problem here:
http://www.ubuntu.com/support/community

If you believe that this is really a bug, then you may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug rather than a problem specific to
your system, and then change the bug status back to New.

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

Title:
  package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

2013-06-14 Thread William Reade
** Changed in: juju-core
   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/1069570

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

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 1190977] Re: package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2013-06-14 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

It looks like your tftp system account has had an expiry date set, which
has since expired. Since this account doesn't typically have an expiry
date set automatically, I think it's more likely than not that this is
due to a local configuration change.

If this is indeed a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug rather than a problem specific to
your system, provide steps to reproduce the problem and then change the
bug status back to New.

** Changed in: tftp-hpa (Ubuntu)
   Status: New = Incomplete

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

Title:
  package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1190977/+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 1190977] Re: package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2013-06-14 Thread Robie Basak
From log:

Paramétrage de tftpd-hpa (5.0-11ubuntu2.1) ...
Votre compte a expiré. Contactez votre administrateur système
chfn : échec de la méthode d'authentification PAM
adduser: `/usr/bin/chfn -f tftp daemon tftp' a retourné le code d'erreur 1. 
Abandon.
dpkg : erreur de traitement de tftpd-hpa (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
Traitement des actions différées (« triggers ») pour « python-central »...

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

Title:
  package tftpd-hpa 5.0-11ubuntu2.1 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1190977/+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 1190901] Re: package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-06-14 Thread Robie Basak
From log:

Setting up php5-xmlrpc (5.4.9-4ubuntu2.1) ...
Not replacing deleted config file /etc/php5/mods-available/xmlrpc.ini
ERROR: /etc/php5/mods-available/xmlrpc.ini does not exist
dpkg: error processing php5-xmlrpc (--configure):
 subprocess installed post-installation script returned error exit status 2

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

Title:
  package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1190901/+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 1078213] Re: juju-machine-agent.log/logs are not logrotated

2013-06-14 Thread William Reade
We clearly should rotate logs, but the urgency has gone down since we
made some changes to what we log in the course of initial juju-core
scale testing.

** Changed in: juju-core
   Status: New = Triaged

** Changed in: juju-core
   Importance: Undecided = Medium

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

Title:
  juju-machine-agent.log/logs are not logrotated

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1078213/+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 660460] Re: Need option to not launch server on boot

2013-06-14 Thread mlissner
@Clint, yeah that works for me, but since I still have it installed
(deliberately), I got this error:

sudo update-rc.d rabbitmq-server remove
update-rc.d: /etc/init.d/rabbitmq-server exists during rc.d purge (use -f to 
force)

And needed to run:

08:22:11::mlissner@turquoise::/etc/init.d  
↪ sudo update-rc.d -f rabbitmq-server remove
 Removing any system startup links for /etc/init.d/rabbitmq-server ...
   /etc/rc0.d/K20rabbitmq-server
   /etc/rc1.d/K20rabbitmq-server
   /etc/rc2.d/S20rabbitmq-server
   /etc/rc3.d/S20rabbitmq-server
   /etc/rc4.d/S20rabbitmq-server
   /etc/rc5.d/S20rabbitmq-server
   /etc/rc6.d/K20rabbitmq-server

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

Title:
  Need option to not launch server on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/660460/+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 590843] Re: bind9 with dlz-mysql doesn't start at boot

2013-06-14 Thread Jean Claveau
Let's vote for
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/316283 (request for
a package with dlz-mysql enabled)

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

Title:
  bind9 with dlz-mysql doesn't start at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/590843/+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 316283] Re: bind9-dlz-mysql - Please make a package with this option turned on

2013-06-14 Thread Jean Claveau
Related bug :
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/590843

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

Title:
  bind9-dlz-mysql - Please make a package with this option turned on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/316283/+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 1189926] Re: data corruption in storage attached to VM using KVM

2013-06-14 Thread Chris J Arges
Please do NOT promote this package, there is a better fix that can be
used and it currently being tested. I'll attach the new debdiff here
soon.

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

Title:
  data corruption in storage attached to VM using KVM

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

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


[Blueprint topic-s-servercloud-overview] Overview of Ubuntu Server Saucy Blueprints

2013-06-14 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Name: topic-saucy-servercloud-overview = topic-s-servercloud-overview

-- 
Overview of Ubuntu Server Saucy Blueprints
https://blueprints.launchpad.net/ubuntu/+spec/topic-s-servercloud-overview

-- 
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 1189926] Re: data corruption in storage attached to VM using KVM

2013-06-14 Thread Chris J Arges
This patch contains the proper solution to this issue.

** Patch added: lp1189926_precise_v2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1189926/+attachment/3703739/+files/lp1189926_precise_v2.debdiff

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

Title:
  data corruption in storage attached to VM using KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1189926/+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 1191180] [NEW] Please upgrade tgt to 1.0.37

2013-06-14 Thread Daniel Letzeisen
Public bug reported:

Hi,

Just wondering if there's a specific reason why the Ubuntu package is
still using source from 2011 when there have been several updates to
this software since.

I personally am interested in v 1.0.35 released on Feb 27th 2013 as it
includes support specifically for using Ceph RBD as a storage back-end.

Is this ever likely to be upgraded or is it no longer maintained as an
Ubuntu package?

Sorry if I've posted this request to the wrong place/people.

Adrian

** Affects: tgt (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: saucy upgrade-software-version

** Tags added: saucy upgrade-software-version

** Changed in: tgt (Ubuntu)
   Importance: Undecided = Wishlist

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

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

Title:
  Please upgrade tgt to 1.0.37

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1191180/+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 1189926] Re: data corruption in storage attached to VM using KVM

2013-06-14 Thread Serge Hallyn
Hi Chris,

Do you mind if the patch comment gets updated to something like:

While searching for available clusters, if we detect an ongoing AIO
write request, then we restart after the other has completed.  By not
re-setting i to 0, we fail to re-check clusters which may no longer be
available.

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

Title:
  data corruption in storage attached to VM using KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1189926/+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 1186879] Re: AMD Radeon HD 6250 No HDMI audio output with radeon driver

2013-06-14 Thread Po-Hsu Lin
** Tags removed: 201203-10697

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

Title:
  AMD Radeon HD 6250 No HDMI audio output with radeon driver

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

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


[Bug 1190835] Re: fwts: add the utility to show the NVRam and variable info

2013-06-14 Thread Ivan Hu
Patch has been sent and acked,
http://kernel.ubuntu.com/git?p=hwe/fwts.git;a=commit;h=2e1338ddf7df09de06c66a9fed5f42f726c863b5

It will be contained in the next release 13.07.00.

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

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

Title:
  fwts: add the utility to show the NVRam and variable info

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

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


[Bug 1185884] Re: TCP traffic stalls

2013-06-14 Thread Andreas Steffan
The issue is somehow related to the file size. Sending 100k exposes the
problem for me, sending 1k works. I've just sent a report to lkml as it
at least varies with the kernel.

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

Title:
  TCP traffic stalls

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

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


[Bug 1190863] [NEW] [Satellite C665, Conexant CX20585, Speaker, Internal] No automute sound keeps crashing

2013-06-14 Thread Denny
Public bug reported:

Hi there,

I am having problems with sound crashing every now and then. It works
fine if we reboot the machine but after sometime it crashes.. i have
checked everything suggested by troubleshooting guide but no luck so
finally send it as a bug report.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-34.53-generic-pae 3.2.33
Uname: Linux 3.2.0-34-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 2.0.1-0ubuntu15
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  denny  2882 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd640 irq 43'
   Mixer name   : 'Conexant CX20585'
   Components   : 'HDA:14f15069,1179fde2,00100302'
   Controls  : 9
   Simple ctrls  : 6
CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
Date: Fri Jun 14 11:23:43 2013
InstallationMedia: Kubuntu 11.04 Natty Narwhal - Release i386 (20110427)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_IN:en
 TERM=xterm
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Built-in Audio - HDA Intel
Symptom_Jack: Speaker, Internal
Symptom_Type: No auto-mute between outputs
Title: [Satellite C665, Conexant CX20585, Speaker, Internal] No automute
UpgradeStatus: Upgraded to precise on 2012-12-03 (192 days ago)
dmi.bios.date: 06/28/2011
dmi.bios.vendor: INSYDE
dmi.bios.version: 2.00
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Portable PC
dmi.board.vendor: TOSHIBA
dmi.board.version: Base Board Version
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnINSYDE:bvr2.00:bd06/28/2011:svnTOSHIBA:pnSatelliteC665:pvrPSC14G-01800V:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: Satellite C665
dmi.product.version: PSC14G-01800V
dmi.sys.vendor: TOSHIBA

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

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

Title:
  [Satellite C665, Conexant CX20585, Speaker, Internal] No automute
  sound keeps crashing

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

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


[Bug 1190865] [NEW] apparmor denies the creation of directory

2013-06-14 Thread crf
Public bug reported:

The following is printed in the kern.log

dellie-linux kernel: [  342.096927] type=1400 audit(1371188709.760:27): 
apparmor=DENIED operation=mkdir parent=3005 
profile=/usr/lib/telepathy/mission-control-5 
name=/var/lib/gdm/.config/libaccounts-glib/ pid=3006 comm=mission-control 
requested_mask=c denied_mask=c fsuid=117 ouid=117
Jun 13 22:45:09 dellie-linux kernel: [  342.187563] type=1400 
audit(1371188709.848:28): apparmor=DENIED operation=mkdir parent=3005 
profile=/usr/lib/telepathy/mission-control-5 
name=/var/lib/gdm/.local/share/telepathy/ pid=3006 comm=mission-control 
requested_mask=c denied_mask=c fsuid=117 ouid=117
Jun 13 22:46:53 dellie-linux kernel: [  445.496855] type=1400 
audit(1371188813.161:29): apparmor=DENIED operation=open parent=1 
profile=/usr/lib/telepathy/mission-control-5 
name=/usr/local/share/glib-2.0/schemas/gschemas.compiled pid=3212 
comm=mission-control requested_mask=r denied_mask=r fsuid=1000 ouid=0

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: telepathy-mission-control-5 1:5.14.1-1ubuntu1
ProcVersionSignature: Ubuntu 3.9.0-5.12-generic 3.9.5
Uname: Linux 3.9.0-5-generic x86_64
ApportVersion: 2.10.2-0ubuntu1
Architecture: amd64
Date: Thu Jun 13 23:02:33 2013
InstallationDate: Installed on 2012-09-02 (284 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120902)
MarkForUpload: True
SourcePackage: telepathy-mission-control-5
UpgradeStatus: Upgraded to saucy on 2013-05-09 (35 days ago)

** Affects: telepathy-mission-control-5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apparmor 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/1190865

Title:
  apparmor denies the creation of directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1190865/+subscriptions

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


[Bug 1189104] Re: problem no sound ALC260 with Kernel 3.5.0.18

2013-06-14 Thread ludovic
please help me ,

looking the other bugs I realize that I am not the only one affected by
this problem

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

Title:
  problem no sound ALC260 with Kernel 3.5.0.18

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

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


[Bug 1190869] [NEW] incorrect use of shopt when /bin/sh is dash instead of bash

2013-06-14 Thread Laurent Bonnaud
Public bug reported:

The /usr/lib/pm-utils/sleep.d/99video script

 - contains #!/bin/sh at the top
 - contains shopt -s extglob near the beginning

This was fine when /bin/sh pointed to bash.  But now that /bin/sh points
to dash, this produces the following error:

Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
/usr/lib/pm-utils/sleep.d/99video: 22: /usr/lib/pm-utils/sleep.d/99video: 
shopt: not found

(seen in /var/log/pm-suspend.log).

I don't know if the correct fix is
 - to remove the use of shopt and hope that the rest of the script works (no 
other bashism)
or
 - to put #!/bin/bash at the top

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: pm-utils 1.4.1-9git1ubuntu0.1
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
Date: Fri Jun 14 08:03:41 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-04-27 (47 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: pm-utils
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug gnome3-ppa package-from-proposed raring 
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/1190869

Title:
  incorrect use of shopt when /bin/sh is dash instead of bash

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

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


[Bug 1190867] [NEW] Touchpad was incorrectly detected as PS/2 mouse

2013-06-14 Thread Po-Hsu Lin
Public bug reported:

CID: 201206-11418 Dell Inspiron N5425

The touchpad on this laptop was detected as PS/2 mouse,
therefore unable to do horizontal/vertial edge scrolling.
(Single-tap still work)

$ dmesg| grep -i alps
[   15.898338] psmouse serio1: alps: Unknown ALPS touchpad: E7=73 03 50, EC=73 
02 02
[ 8231.150575] psmouse serio1: alps: Unknown ALPS touchpad: E7=73 03 50, EC=73 
02 02

$ xinput list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ PS/2 Generic Mouseid=13   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Video Bus id=8[slave  keyboard (3)]
↳ Power Button  id=9[slave  keyboard (3)]
↳ Sleep Button  id=10   [slave  keyboard (3)]
↳ Laptop_Integrated_Webcam_HD   id=11   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=12   [slave  keyboard (3)]
↳ Dell WMI hotkeys  id=14   [slave  keyboard (3)]

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.5.0-32-generic 3.5.0-32.53~precise1
ProcVersionSignature: Ubuntu 3.5.0-32.53~precise1-generic 3.5.7.11
Uname: Linux 3.5.0-32-generic x86_64
NonfreeKernelModules: fglrx
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 1: Generic [HD-Audio Generic], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 1759 F pulseaudio
 /dev/snd/controlC0:  ubuntu 1759 F pulseaudio
CRDA:
 country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
Card0.Amixer.info:
 Card hw:0 'HDMI'/'HDA ATI HDMI at 0xfeb44000 irq 52'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100300'
   Controls  : 6
   Simple ctrls  : 1
Card0.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Card1.Amixer.info:
 Card hw:1 'Generic'/'HD-Audio Generic at 0xfeb4 irq 16'
   Mixer name   : 'Conexant CX20590'
   Components   : 'HDA:14f1506e,10280561,0013'
   Controls  : 20
   Simple ctrls  : 10
Date: Fri Jun 14 13:51:35 2013
HibernationDevice: RESUME=UUID=770418a5-35a9-4a8e-b5e7-1773a925f90e
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MachineType: Dell Inc. Inspiron 5425
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-32-generic 
root=UUID=9514e072-517d-4e5f-8d45-fd769b1a95c6 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-32-generic N/A
 linux-backports-modules-3.5.0-32-generic  N/A
 linux-firmware1.79.4
SourcePackage: linux
StagingDrivers: rts5139
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/30/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: X31
dmi.board.name: Inspiron 5425
dmi.board.vendor: Dell Inc.
dmi.board.version: A02
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrX31:bd01/30/2013:svnDellInc.:pnInspiron5425:pvrNotSpecified:rvnDellInc.:rnInspiron5425:rvrA02:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 5425
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Anthony Wong (anthonywong)
 Status: New


** Tags: 201206-11418 amd64 apport-bug certification-grey horizontal-scroll 
precise qa-kernel-lts-testing running-unity staging taipei-lab vertical-scroll

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

Title:
  Touchpad was incorrectly detected as PS/2 mouse

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

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

[Bug 1119247] Re: This requires installing packages from unauthenticated sources warning not useful

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

** Changed in: update-manager (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/1119247

Title:
  This requires installing packages from unauthenticated sources
  warning not useful

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

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


[Bug 918896] Re: returns no data from SQL server

2013-06-14 Thread Steger Jozsef
distribution package python-pymssql 1.0.2+dfsg-1 for amd64 architecture
in raring (Ubuntu 13.04) still does the very same.

I have previously compiled the sources downloaded from
http://code.google.com/p/pymssql/downloads/detail?name=pymssql-2.0.0b1-dev-20111019.tar.gzcan=2q=
and set PYTHONPATH environment variable to point also to the folders
containing the so binaries. By doing so it works for me.

(I just realized there is a newer tarball
http://code.google.com/p/pymssql/downloads/detail?name=pymssql-2.0.0b1-dev-20130403.tar.gzcan=2q=
same version number, but have not tested that one yet.)

note also another problem with the pymssql shipped with distro, though
you get an empty result, the nextresult() method of the cursor will
always return True, so you can easily jump in an endless loop

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

Title:
  returns no data from SQL server

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

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


[Bug 1190465] Re: Include a fix for webkit bug #111979

2013-06-14 Thread Timo Jyrinki
*** This bug is a duplicate of bug 1175836 ***
https://bugs.launchpad.net/bugs/1175836

Hah. Turns out it was already included with a different name, in saucy.

** This bug has been marked a duplicate of bug 1175836
   Include file_access.patch

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

Title:
  Include a fix for webkit bug #111979

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

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


[Bug 1190867] Status changed to Confirmed

2013-06-14 Thread Brad Figg
This change was made by a bot.

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

Title:
  Touchpad was incorrectly detected as PS/2 mouse

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

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


[Bug 1186777] Re: Does not show vendor/model name any more

2013-06-14 Thread Martin Pitt
https://github.com/tseliot/ubuntu-drivers-common/commit/21a1bf954

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Does not show vendor/model name any more

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

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


[Bug 1133980] Re: unable to resume from suspend with radeon driver

2013-06-14 Thread Po-Hsu Lin
** Tags removed: 201206-11418

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

Title:
  unable to resume from suspend with radeon driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati-lts-quantal/+bug/1133980/+subscriptions

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


[Bug 1167254] Re: Empathy plugin causes gnome-do to freeze/crash

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

** Changed in: gnome-do-plugins (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/1167254

Title:
  Empathy plugin causes gnome-do to freeze/crash

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

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


[Bug 1190877] [NEW] Linphone frequently crashes using G.729 codec

2013-06-14 Thread gdi2k
Public bug reported:

I'm on Ubuntu using 12.10 linphone and  linphone-plugin-g729 from the PPA here: 
https://launchpad.net/~linphone/+archive/release

When using ulaw, things are rock solid, but using G.729 causes linphone
to crash a few times per day when in constant use.

linphone is running as an LTSP local app, but that shouldn't make any
difference.

I am happy to provide debugging info, but not sure what to include.

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


** Tags: g729 linphone

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

Title:
  Linphone frequently crashes using G.729 codec

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

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


[Bug 852190] Re: 7392:7811 Edimax EW-7811Un USB dongle won't connect to networks (rtl8192cu module)

2013-06-14 Thread mikewhatever
There is a slew of the 8192cu related changes with the 3.2.0-48-generic
update for Precise, and that seems to provide a fix, and a happy end for
this bug report. I've un-blacklisted the module, rebooted, and was glad
to find the wireless connection established.

Here is the info summary, as shown by the update manager:

  * rtlwifi: rtl8192cu: Fix schedule while atomic bug splat
- LP: #1164646
--
  * rtlwifi: rtl8192cu: Fix problem that prevents reassociation
- LP: #1164646
--
  * rtlwifi: rtl8192cu: Fix NULL dereference BUG when using new_id
- LP: #1150557
  * rtlwifi: rtl8192cu: Add new USB ID
- LP: #1150557
--
  * rtlwifi: rtl8192cu: Add new USB ID
- LP: #1087865
--
  * rtlwifi: rtl8192cu: Change buffer allocation for synchronous reads
- LP: #1039087
--
  * rtlwifi: rtl8192cu: New USB IDs
- LP: #1024020
--
  * rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: Fix low-gain setting when
scanning

Thanks everyone for participating.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  7392:7811 Edimax EW-7811Un USB dongle won't connect to networks
  (rtl8192cu module)

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

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


[Bug 947664] Re: Unpacking linux-headers unbelievably slow in Lubuntu Precise (Beta 1)

2013-06-14 Thread Ydacha
On crucial v4 ssd 128 Gb, Ubuntu 13.04, FS etx4 with TRIM, extracting
linux-headers-3.8.0-25-generic take ower 40 min.

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

Title:
  Unpacking linux-headers unbelievably slow in Lubuntu Precise (Beta 1)

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

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


[Bug 1172905] Re: nautilus crashed with SIGSEGV in gtk_icon_info_get_embedded_rect()

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

** Changed in: gtk+3.0 (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/1172905

Title:
  nautilus crashed with SIGSEGV in gtk_icon_info_get_embedded_rect()

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

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


[Bug 943083] Re: Unable to fetch children: No such interface `org.ayatana.bamf.view'

2013-06-14 Thread Rolf Leggewie
Thank you for your work.

How can this be invalid for Ubuntu if it was fixed only recently
upstream I wonder? Resetting the status.  I'd love to see a fix
backported to the precise LTS.

** Changed in: unity (Ubuntu)
   Status: Invalid = Triaged

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

Title:
  Unable to fetch children: No such interface `org.ayatana.bamf.view'

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

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


[Bug 943083] Re: Unable to fetch children: No such interface `org.ayatana.bamf.view'

2013-06-14 Thread Rolf Leggewie
Just ignore my last comment (except for the LTS part) ;-) Sorry for the
noise.

** Changed in: unity (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  Unable to fetch children: No such interface `org.ayatana.bamf.view'

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

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


[Bug 154742] Re: Samba shares cannot contain quotes

2013-06-14 Thread poltora
Problem is exists.

See screenshot nautilus, one panel - local files, other panel - shares
to same location.

https://dl.dropboxusercontent.com/u/4924943/Screenshot%20-%2006142013%20-%2010%3A47%3A41%20AM.png

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

Title:
  Samba shares cannot contain quotes

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

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


[Bug 1187233] Re: Grub2 fails on ASUS X201E with secure boot is enabled

2013-06-14 Thread Ivan Hu
Get log with grub, set debug=all

and it stop at ,

...
loader/i386/efi/linux.c:60: Locating shim protocol
loader/i386/efi/linux.c:69: Asking shim to verify kernel signature
_

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

Title:
  Grub2 fails on ASUS X201E with secure boot is enabled

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

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


[Bug 1190841] Re: cedarview-drm 20120717-0ubuntu1: cedarview-drm kernel module failed to build

2013-06-14 Thread Daniel Letzeisen
*** This bug is a duplicate of bug 1132584 ***
https://bugs.launchpad.net/bugs/1132584

** This bug has been marked a duplicate of bug 1132584
   cedarview-drm kernel module fails to build on kernels  3.2.x [error: 
implicit declaration of function 'do_mmap']

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

Title:
  cedarview-drm 20120717-0ubuntu1: cedarview-drm kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cedarview-drm-drivers/+bug/1190841/+subscriptions

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


[Bug 1103018] Re: line6usb - POD Studio UX2 Playback problem. Very robotic and slightly slower than usual

2013-06-14 Thread Jimmie Tauriainen
Yes, the latest 3.7.0-030700-generic still has the same bug,
robotic/slow sound.

( I'm using an older Toneport UX2 but to my knowledge it should be
identcal to the newer POD Studio UX2's )

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

Title:
  line6usb - POD Studio UX2 Playback problem. Very robotic and slightly
  slower than usual

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

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


[Bug 1190883] [NEW] Black screen after resume from suspend with radeon driver

2013-06-14 Thread Po-Hsu Lin
Public bug reported:

CID: 201206-11418 Dell Inspiron N5425 (12.04.2 Precise - 3.5.0-32)

This system could be suspended successfully, but the screen is totally black 
after resume from suspend.
The externel output (HDMI) works fine, just no internal display.

This system needs to be rebooted with HDMI cable unplugged to regain
usability.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.5.0-32-generic 3.5.0-32.53~precise1
ProcVersionSignature: Ubuntu 3.5.0-32.53~precise1-generic 3.5.7.11
Uname: Linux 3.5.0-32-generic x86_64
NonfreeKernelModules: fglrx
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 1: Generic [HD-Audio Generic], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 1759 F pulseaudio
 /dev/snd/controlC0:  ubuntu 1759 F pulseaudio
CRDA:
 country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
Card0.Amixer.info:
 Card hw:0 'HDMI'/'HDA ATI HDMI at 0xfeb44000 irq 52'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100300'
   Controls  : 6
   Simple ctrls  : 1
Card0.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Card1.Amixer.info:
 Card hw:1 'Generic'/'HD-Audio Generic at 0xfeb4 irq 16'
   Mixer name   : 'Conexant CX20590'
   Components   : 'HDA:14f1506e,10280561,0013'
   Controls  : 20
   Simple ctrls  : 10
Date: Fri Jun 14 14:14:24 2013
HibernationDevice: RESUME=UUID=770418a5-35a9-4a8e-b5e7-1773a925f90e
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MachineType: Dell Inc. Inspiron 5425
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-32-generic 
root=UUID=9514e072-517d-4e5f-8d45-fd769b1a95c6 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-32-generic N/A
 linux-backports-modules-3.5.0-32-generic  N/A
 linux-firmware1.79.4
SourcePackage: linux
StagingDrivers: rts5139
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/30/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: X31
dmi.board.name: Inspiron 5425
dmi.board.vendor: Dell Inc.
dmi.board.version: A02
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrX31:bd01/30/2013:svnDellInc.:pnInspiron5425:pvrNotSpecified:rvnDellInc.:rnInspiron5425:rvrA02:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 5425
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Canonical Hardware Enablement Team (canonical-hwe-team)
 Status: New


** Tags: amd64 apport-bug precise qa-kernel-lts-testing running-unity staging

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

Title:
  Black screen after resume from suspend with radeon driver

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

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


[Bug 1190574] Re: package linux-generic-lts-quantal 3.5.0.31.38 failed to install/upgrade: dependency problems - leaving unconfigured

2013-06-14 Thread Jean Lienard
$ sudo bash -x /usr/sbin/grub-mkconfig -o /dev/null  output21
+ set -e
+ transform=s,x,x,
+ prefix=/usr
+ exec_prefix=/usr
+ datarootdir=/usr/share
+ prefix=/usr
+ exec_prefix=/usr
+ sbindir=/usr/sbin
+ bindir=/usr/bin
+ sysconfdir=/etc
+ PACKAGE_NAME=GRUB
+ PACKAGE_VERSION=1.99-21ubuntu3.9
+ host_os=linux-gnu
+ datadir=/usr/share
++ echo grub
++ sed s,x,x,
+ pkgdatadir=/usr/share/grub
+ grub_cfg=
+ grub_mkconfig_dir=/etc/grub.d
++ basename /usr/sbin/grub-mkconfig
+ self=grub-mkconfig
++ echo grub-probe
++ sed s,x,x,
+ grub_probe=/usr/sbin/grub-probe
++ echo grub-script-check
++ sed s,x,x,
+ grub_script_check=/usr/bin/grub-script-check
++ sed 's,//*,/,g'
++ echo /boot/grub
+ GRUB_PREFIX=/boot/grub
+ test 2 -gt 0
+ option=-o
+ shift
+ case $option in
++ argument -o /dev/null
++ opt=-o
++ shift
++ test 1 -eq 0
++ echo /dev/null
+ grub_cfg=/dev/null
+ shift
+ test 0 -gt 0
+ . /usr/share/grub/grub-mkconfig_lib
++ transform=s,x,x,
++ prefix=/usr
++ exec_prefix=/usr
++ datarootdir=/usr/share
++ datadir=/usr/share
++ bindir=/usr/bin
++ sbindir=/usr/sbin
+++ echo grub
+++ sed s,x,x,
++ pkgdatadir=/usr/share/grub
++ test x/usr/sbin/grub-probe = x
++ test x = x
+++ echo grub-mkrelpath
+++ sed s,x,x,
++ grub_mkrelpath=/usr/bin/grub-mkrelpath
+++ which gettext
++ gettext=gettext
+ '[' x0 = x ']'
+ '[' 0 '!=' 0 ']'
+ set /usr/sbin/grub-probe dummy
+ test -f /usr/sbin/grub-probe
+ :
+ mkdir -p /boot/grub
++ /usr/sbin/grub-probe --target=device /
+ GRUB_DEVICE=/dev/sda1
++ /usr/sbin/grub-probe --device /dev/sda1 --target=fs_uuid
+ GRUB_DEVICE_UUID=74e2e884-8a8d-4839-8023-e982742b3ad2
++ /usr/sbin/grub-probe --target=device /boot
+ GRUB_DEVICE_BOOT=/dev/sda1
++ /usr/sbin/grub-probe --device /dev/sda1 --target=fs_uuid
+ GRUB_DEVICE_BOOT_UUID=74e2e884-8a8d-4839-8023-e982742b3ad2
++ /usr/sbin/grub-probe --device /dev/sda1 --target=fs
+ GRUB_FS=ext2
+ test -f /etc/default/grub
+ . /etc/default/grub
++ GRUB_DEFAULT=0
++ GRUB_HIDDEN_TIMEOUT=0
++ GRUB_HIDDEN_TIMEOUT_QUIET=true
++ GRUB_TIMEOUT=5
+++ lsb_release -i -s
++ GRUB_DISTRIBUTOR=Ubuntu
++ CMDLINE_LINUX_DEFAULT = 'quiet vga=791'
/etc/default/grub: ligne 13: CMDLINE_LINUX_DEFAULT : commande introuvable

This morning I got a new pop-up telling Il est impossible d'installer
ou de supprimer des logiciels. Veuillez tout d'abord utiliser le
gestionnaire de paquets « Synaptic » ou lancer « sudo apt-get install -f
» dans un terminal pour corriger ce problème.

The output is
$ sudo apt-get install -f
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Les paquets suivants seront ENLEVÉS :
  linux-image-3.6.0-030600rc1-generic:i386
  linux-image-extra-3.6.0-030600rc1-generic:i386
0 mis à jour, 0 nouvellement installés, 2 à enlever et 8 non mis à jour.
6 partiellement installés ou enlevés.
Après cette opération, 105 Mo d'espace disque seront libérés.
Souhaitez-vous continuer [O/n] ? o
(Lecture de la base de données... 307368 fichiers et répertoires déjà 
installés.)
Suppression de linux-image-extra-3.6.0-030600rc1-generic:i386 ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 
3.6.0-030600rc1-generic /boot/vmlinuz-3.6.0-030600rc1-generic
update-initramfs: Deleting /boot/initrd.img-3.6.0-030600rc1-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 
3.6.0-030600rc1-generic /boot/vmlinuz-3.6.0-030600rc1-generic
/usr/sbin/grub-mkconfig: 13: /etc/default/grub: CMDLINE_LINUX_DEFAULT: not found
run-parts: /etc/kernel/postrm.d/zz-update-grub exited with return code 127
Failed to process /etc/kernel/postrm.d at 
/var/lib/dpkg/info/linux-image-extra-3.6.0-030600rc1-generic.postrm line 328.
dpkg : erreur de traitement de linux-image-extra-3.6.0-030600rc1-generic:i386 
(--remove) :
 le sous-processus script post-removal installé a retourné une erreur de sortie 
d'état 1
Suppression de linux-image-3.6.0-030600rc1-generic:i386 ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 
3.6.0-030600rc1-generic /boot/vmlinuz-3.6.0-030600rc1-generic
update-initramfs: Deleting /boot/initrd.img-3.6.0-030600rc1-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 
3.6.0-030600rc1-generic /boot/vmlinuz-3.6.0-030600rc1-generic
/usr/sbin/grub-mkconfig: 13: /etc/default/grub: CMDLINE_LINUX_DEFAULT: not found
run-parts: /etc/kernel/postrm.d/zz-update-grub exited with return code 127
Failed to process /etc/kernel/postrm.d at 
/var/lib/dpkg/info/linux-image-3.6.0-030600rc1-generic.postrm line 328.
dpkg : erreur de traitement de linux-image-3.6.0-030600rc1-generic:i386 
(--remove) :
 le sous-processus script post-removal installé a retourné une erreur de sortie 
d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 linux-image-extra-3.6.0-030600rc1-generic:i386
 linux-image-3.6.0-030600rc1-generic:i386
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
You received this bug notification because you are a member of 

[Bug 1190887] [NEW] kernel bug and Oops (__journal_remove_journal_head)

2013-06-14 Thread theairkit
Public bug reported:

Hi.

I have a SuperMicro server with Ubuntu 10.04.4 LTS:
motherboard: SuperMicro X8DTT-F
RAID controller: LSI MegaRAID SAS 9280-4i4e + SAS Expander Chenbro CK23601
Linux dbnode 2.6.32-41-server #91-Ubuntu SMP x86_64 GNU/Linux
 megaraid_sas module: 00.00.05.30

Host is running MySQl-Percona: 5.5.27-rel29.0-315.lucid

So, first appeared:

Jun 11 19:03:49 dbnode kernel: BUG: unable to handle kernel NULL pointer 
dereference at 0008
 Jun 11 19:03:49 dbnode kernel: IP: [8121abcd] 
__journal_remove_journal_head+0x1d/0x150
 Jun 11 19:03:49 dbnode kernel: PGD c0833d067 PUD c08efb067 PMD 0
 Jun 11 19:03:49 dbnode kernel: Oops:  [#1] SMP
 Jun 11 19:03:49 dbnode kernel: last sysfs file: 
/sys/module/megaraid_sas/version
 Jun 11 19:03:49 dbnode kernel: CPU 4
 Jun 11 19:03:49 dbnode kernel: Modules linked in: btrfs zlib_deflate crc32c 
libcrc32c ufs qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs exportfs 
reiserfs xt_comment xt_tcpudp iptable_filter ip_tables x_tables 8021q garp stp 
ipmi_devintf ipmi_si ipmi_msghandler fbcon tileblit font bitblit lp psmouse 
softcursor ioatdma vga16fb parport serio_raw vgastate joydev usbhid hid igb 
megaraid_sas dca
 Jun 11 19:03:49 dbnode kernel: Pid: 944, comm: kjournald Not tainted 
2.6.32-41-server #91-Ubuntu X8DTT
 Jun 11 19:03:49 dbnode kernel: RIP: 0010:[8121abcd] 
[8121abcd] __journal_remove_journal_head+0x1d/0x150
 Jun 11 19:03:50 dbnode kernel: RSP: 0018:880c086e9c70 EFLAGS: 00010282
 Jun 11 19:03:50 dbnode kernel: RAX:  RBX: 88134c983cb0 
RCX: 0034
 Jun 11 19:03:50 dbnode kernel: RDX: 0002 RSI: 88134c983cb0 
RDI: 88134c983cb0
 Jun 11 19:03:50 dbnode kernel: RBP: 880c086e9c80 R08: 6010 
R09: ec956c9676072c02
 Jun 11 19:03:50 dbnode kernel: R10:  R11:  
R12: 
 Jun 11 19:03:50 dbnode kernel: R13: 0001 R14: 8813ddcc4600 
R15: 88141717354c
 Jun 11 19:03:50 dbnode kernel: FS: () 
GS:880c5c60() knlGS:
 Jun 11 19:03:50 dbnode kernel: CS: 0010 DS: 0018 ES: 0018 CR0: 8005003b
 Jun 11 19:03:50 dbnode kernel: CR2: 0008 CR3: 000618954000 
CR4: 06e0
 Jun 11 19:03:50 dbnode kernel: DR0:  DR1:  
DR2: 
 Jun 11 19:03:50 dbnode kernel: DR3:  DR6: 0ff0 
DR7: 0400
 Jun 11 19:03:50 dbnode kernel: Process kjournald (pid: 944, threadinfo 
880c086e8000, task 880c077cc500)
 Jun 11 19:03:50 dbnode kernel: Stack:
 Jun 11 19:03:50 dbnode kernel: 88134c983cb0 880103069c40 
880c086e9ca0 8121cae4
 Jun 11 19:03:50 dbnode kernel: 4 0 880c086e9ca0 88134c983cb0 
880c086e9d30 812179e5
 Jun 11 19:03:50 dbnode kernel: 4 0  00030001 
880c086e9cd0 8814
 Jun 11 19:03:50 dbnode kernel: Call Trace:
 Jun 11 19:03:50 dbnode kernel: [8121cae4] 
journal_remove_journal_head+0x24/0x40
 Jun 11 19:03:50 dbnode kernel: [812179e5] 
journal_submit_data_buffers+0x135/0x320
 Jun 11 19:03:50 dbnode kernel: [81217ea2] 
journal_commit_transaction+0x2d2/0xe40
 Jun 11 19:03:50 dbnode kernel: [81039889] ? 
default_spin_lock_flags+0x9/0x10
 Jun 11 19:03:50 dbnode kernel: [81077d4c] ? lock_timer_base+0x3c/0x70
 Jun 11 19:03:50 dbnode kernel: [81078819] ? 
try_to_del_timer_sync+0x79/0xd0
 Jun 11 19:03:50 dbnode kernel: [8121b91d] kjournald+0xed/0x250
 Jun 11 19:03:50 dbnode kernel: [81086470] ? 
autoremove_wake_function+0x0/0x40
 Jun 11 19:03:50 dbnode kernel: [8121b830] ? kjournald+0x0/0x250
 Jun 11 19:03:50 dbnode kernel: [810860f6] kthread+0x96/0xa0
 Jun 11 19:03:50 dbnode kernel: [810141aa] child_rip+0xa/0x20
 Jun 11 19:03:50 dbnode kernel: [81086060] ? kthread+0x0/0xa0
 Jun 11 19:03:50 dbnode kernel: [810141a0] ? child_rip+0x0/0x20
 Jun 11 19:03:50 dbnode kernel: Code: eb a9 66 66 66 2e 0f 1f 84 00 00 00 00 00 
55 48 89 e5 48 83 ec 10 48 89 1c 24 4c 89 64 24 08 0f 1f 44 00 00 4c 8b 67 40 
48 89 fb 41 8b 7c 24 08 85 ff 0f 88 a1 00 00 00 f0 ff 43 60 41 8b 74 24
 Jun 11 19:03:50 dbnode kernel: RIP [8121abcd] 
__journal_remove_journal_head+0x1d/0x150
 Jun 11 19:03:50 dbnode kernel: RSP 880c086e9c70
 Jun 11 19:03:50 dbnode kernel: CR2: 0008
 Jun 11 19:03:50 dbnode kernel: ---[ end trace a4e2215d4221effa ]---


Then, a lot of such messages:

Jun 11 19:04:55 dbnode kernel: BUG: soft lockup - CPU#4 stuck for 61s! 
[mysqld:19492]
 Jun 11 19:04:55 dbnode kernel: Modules linked in: btrfs zlib_deflate crc32c 
libcrc32c ufs qnx4 hfsplus hfs minix ntfs vfat msdos fat jfs xfs exportfs 
reiserfs xt_comment xt_tcpudp iptable_filter ip_tables x_tables 8021q garp stp 
ipmi_devintf ipmi_si ipmi_msghandler fbcon tileblit font bitblit lp psmouse 
softcursor ioatdma 

[Bug 1190886] Re: VPN fails if remote uses DES

2013-06-14 Thread Daniël van Eeden
Versions:
network-manager-vpnc 0.9.6.0-0ubuntu2
network-manager 0.9.8.0-0ubuntu6
Ubuntu 13.04

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

Title:
  VPN fails if remote uses DES

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

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


[Bug 1190886] [NEW] VPN fails if remote uses DES

2013-06-14 Thread Daniël van Eeden
Public bug reported:

I needed to connect to a Cisco VPN. I imported a pcf file, but after
that the VPN failed. After testing with the vpnc commandline client it
seems that the VPN concentrator is configured for 1DES and that vpnc
disables that by default (which is good).

The error from vpnc

vpnc: peer selected (single) DES as encryption method.
This algorithm is considered too weak today
If your vpn concentrator admin still insists on using DES
use the --enable-1des option


The setting as described in the manpage.

   --enable-1des
  enables weak single DES encryption
   conf-variable: Enable Single DES


After setting the option to enable single DES the VPN worked.

Then I went to the network manager settings: VPN-Advanced-Encryption
Method and I changed it to 'Weak'. Then it VPN worked.


What I expect if I connect to a 1DES Cisco VPN with the default settings is:
- NetworkManager detects that the encryption method doesn't match and gives an 
error like Encryption method mismatch: Local=Strong Remote=Weak, Go to 
advanced settings to change it (Or a warning like Remote VPN is configured 
for weak encryption: Continue or Abort?)

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

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

Title:
  VPN fails if remote uses DES

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

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


[Bug 1189611] Re: bcmwl-kernel-source 6.30.223.30+bdcom-0ubuntu1 fails to see 5GHz networks and is unstable on 2.5GHz

2013-06-14 Thread Michael Zanetti
Adam,

according to
http://wireless.kernel.org/en/users/Drivers/brcm80211#Broadcom_brcmsmac_driver
the brcmsmac driver does not support the B4331 chip (not to be confused
with the B4313). I tried to unload wl and loaded the brcmsmac. The card
does not get detected. So using the brcmsmac driver is not an option.

Scratch that standard wl driver. Before using Ubuntu I was using
ArchLinux and they shipped the wl driver too. Apparently that was the
same as the current one but only an earlier version, which did not
support this chip yet. Because of that I got confused and thought there
would be a in-tree wl driver and additionally, this patched version in
form of the bcmwl-kerner-source package.

So bottomline, bcmwl-kernel-source version 6.20 is the only driver that
makes my card usable. b43 is really slow and unstable, brcmsmac does not
support the card at all.

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

Title:
  bcmwl-kernel-source 6.30.223.30+bdcom-0ubuntu1 fails to see 5GHz
  networks and is unstable on 2.5GHz

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

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


[Bug 1190888] [NEW] CRITICAL **: e_sexp_eval: assertion `f-tree != NULL' failed

2013-06-14 Thread Jani Uusitalo
Public bug reported:

After commenting out the one line in my (/usr/share/doc/devilspie
/README-suggested test) script, devilspie gets an assertion failure when
reading it.

jani@saegusa:~$ cat .devilspie/test.ds 
;(debug)
jani@saegusa:~$ devilspie
got eof

** (devilspie:7126): CRITICAL **: e_sexp_eval: assertion `f-tree !=
NULL' failed

** (devilspie:7126): CRITICAL **: e_sexp_eval: assertion `f-tree !=
NULL' failed

** (devilspie:7126): CRITICAL **: e_sexp_eval: assertion `f-tree !=
NULL' failed

** (devilspie:7126): CRITICAL **: e_sexp_eval: assertion `f-tree !=
NULL' failed

** (devilspie:7126): CRITICAL **: e_sexp_eval: assertion `f-tree !=
NULL' failed

** (devilspie:7126): CRITICAL **: e_sexp_eval: assertion `f-tree !=
NULL' failed

** (devilspie:7126): CRITICAL **: e_sexp_eval: assertion `f-tree !=
NULL' failed

** (devilspie:7126): CRITICAL **: e_sexp_eval: assertion `f-tree !=
NULL' failed

** (devilspie:7126): CRITICAL **: e_sexp_eval: assertion `f-tree !=
NULL' failed

According to Debian's bug report [1] on the issue, this occurs for all
semantically empty scripts.

*[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412042

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: devilspie 0.22-2
ProcVersionSignature: Ubuntu 3.5.0-34.55~precise1-generic 3.5.7.13
Uname: Linux 3.5.0-34-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
CheckboxSubmission: 09ae689090491ca53449589269e4bfd8
CheckboxSystem: edda5d4f616ca792bf437989cb597002
Date: Fri Jun 14 10:14:26 2013
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
MarkForUpload: True
SourcePackage: devilspie
UpgradeStatus: Upgraded to precise on 2011-11-21 (571 days ago)

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

** Affects: devilspie (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: amd64 apport-bug precise running-unity

** Bug watch added: Debian Bug tracker #412042
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412042

** Also affects: devilspie (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412042
   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/1190888

Title:
  CRITICAL **: e_sexp_eval: assertion `f-tree != NULL' failed

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

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


[Bug 458334] Re: Fails repeatably with DBus error org.gtk.Private.RemoteVolumeMonitor.NotFound: The given volume was not found

2013-06-14 Thread sudodus
This bugs seems to have survived into saucy, so it is a really hardy bug
;-)

usb-creator-gtk is not able to wipe the first partition of my USB drive,
but when I wipe it with rm -r from a terminal window, I can use usb-
creator-gtk to create a working persistent live USB drive, although I
sometimes get segmentation fault, which is probably another bug.

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

Title:
  Fails repeatably with DBus error
  org.gtk.Private.RemoteVolumeMonitor.NotFound: The given volume was not
  found

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

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


[Bug 1190883] Re: Black screen after resume from suspend with radeon driver

2013-06-14 Thread Po-Hsu Lin
** Tags added: 201206-11418 taipei-lab

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

Title:
  Black screen after resume from suspend with radeon driver

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

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


[Bug 1190890] [NEW] [AMD Radeon 7500M/7600M] No HDMI audio output with radeon driver

2013-06-14 Thread Po-Hsu Lin
Public bug reported:

CID: 201206-11418 Dell Inspiron N5425

HDMI video output works fine on this system, but no HDMI audio output.
Tried with adding radeon.audio=1 to GRUB_CMDLINE_LINUX_DEFAULT into 
/etc/default/grub as indicated in #864735, but this problem still exist after 
finishing those steps.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.5.0-34-generic 3.5.0-34.55~precise1
ProcVersionSignature: Ubuntu 3.5.0-34.55~precise1-generic 3.5.7.13
Uname: Linux 3.5.0-34-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 1: Generic [HD-Audio Generic], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 1678 F pulseaudio
 /dev/snd/controlC0:  ubuntu 1678 F pulseaudio
CRDA:
 country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
Card0.Amixer.info:
 Card hw:0 'HDMI'/'HDA ATI HDMI at 0xfeb44000 irq 52'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100300'
   Controls  : 6
   Simple ctrls  : 1
Card0.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Card1.Amixer.info:
 Card hw:1 'Generic'/'HD-Audio Generic at 0xfeb4 irq 16'
   Mixer name   : 'Conexant CX20590'
   Components   : 'HDA:14f1506e,10280561,0013'
   Controls  : 20
   Simple ctrls  : 10
Date: Fri Jun 14 15:23:37 2013
HibernationDevice: RESUME=UUID=770418a5-35a9-4a8e-b5e7-1773a925f90e
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MachineType: Dell Inc. Inspiron 5425
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 0 radeondrmfb
 1 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-34-generic 
root=UUID=9514e072-517d-4e5f-8d45-fd769b1a95c6 ro quiet splash radeon.audio=1 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-34-generic N/A
 linux-backports-modules-3.5.0-34-generic  N/A
 linux-firmware1.79.4
SourcePackage: linux
StagingDrivers: rts5139
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/30/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: X31
dmi.board.name: Inspiron 5425
dmi.board.vendor: Dell Inc.
dmi.board.version: A02
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrX31:bd01/30/2013:svnDellInc.:pnInspiron5425:pvrNotSpecified:rvnDellInc.:rnInspiron5425:rvrA02:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 5425
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

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


** Tags: 201206-11418 amd64 apport-bug certification-grey hdmi-audio precise 
qa-kernel-lts-testing running-unity staging taipei-lab

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

Title:
  [AMD Radeon 7500M/7600M] No HDMI audio output with radeon driver

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

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


[Bug 1180899] Re: Update list hides important details

2013-06-14 Thread Dmitry Kann
I really hate the way UpdateManager displays updates now.

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

Title:
  Update list hides important details

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

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


[Bug 1033229] Re: jk sending the activate of null to server (patch available)

2013-06-14 Thread Michiel Hendriks
I've created a patched 1.2.32 version for 12.04 which only contains the above 
mentioned patch. So far its working properly.
The patched version is available from my PPA: 
https://launchpad.net/~elmuerte/+archive/12.04

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

Title:
  jk sending the activate of null to server (patch available)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache-mod-jk/+bug/1033229/+subscriptions

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


[Bug 870001] Re: [Creative X-Fi 20K1 Unknown] Not recording input from microphone

2013-06-14 Thread IKT
I got rid of my x-fi around a year ago.

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

Title:
  [Creative X-Fi 20K1 Unknown] Not recording input from microphone

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

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


[Bug 1180899] Re: Update list hides important details

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

** Changed in: update-manager (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/1180899

Title:
  Update list hides important details

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

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


[Bug 1180728] Re: kernel crash

2013-06-14 Thread Daniel Moyne
no my system is still usable as this problem appears once in a while. But as I 
keep updating the kernel through the normal updates it may disappear. For me 
the main question is :
- When this bug shows up as I have a complete freeze of my computer how to 
collect the information for a complete report?

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

Title:
  kernel crash

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

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


[Bug 458334] Re: Fails repeatably with DBus error org.gtk.Private.RemoteVolumeMonitor.NotFound: The given volume was not found

2013-06-14 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/458334

** Tags added: iso-testing

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

Title:
  Fails repeatably with DBus error
  org.gtk.Private.RemoteVolumeMonitor.NotFound: The given volume was not
  found

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

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


[Bug 1190895] [NEW] Unable to resume from hibernate with radeon driver

2013-06-14 Thread Po-Hsu Lin
Public bug reported:

CID: 201206-11418 Dell Inspiron N5425

This system could be hiberated, but is unable to resume from hibernate with 
radeon driver, the screen will keep blinking regularly.
The HDMI video output seems not working too.

System needs to be rebooted to regain usability.

$ cat /proc/cmdline 
BOOT_IMAGE=/boot/vmlinuz-3.5.0-34-generic 
root=UUID=9514e072-517d-4e5f-8d45-fd769b1a95c6 ro quiet splash radeon.audio=1 
vt.handoff=7

$ cat /etc/initramfs-tools/conf.d/resume
RESUME=UUID=770418a5-35a9-4a8e-b5e7-1773a925f90e

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.5.0-34-generic 3.5.0-34.55~precise1
ProcVersionSignature: Ubuntu 3.5.0-34.55~precise1-generic 3.5.7.13
Uname: Linux 3.5.0-34-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 1: Generic [HD-Audio Generic], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 1678 F pulseaudio
 /dev/snd/controlC0:  ubuntu 1678 F pulseaudio
CRDA:
 country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
Card0.Amixer.info:
 Card hw:0 'HDMI'/'HDA ATI HDMI at 0xfeb44000 irq 52'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100300'
   Controls  : 6
   Simple ctrls  : 1
Card0.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Card1.Amixer.info:
 Card hw:1 'Generic'/'HD-Audio Generic at 0xfeb4 irq 16'
   Mixer name   : 'Conexant CX20590'
   Components   : 'HDA:14f1506e,10280561,0013'
   Controls  : 20
   Simple ctrls  : 10
Date: Fri Jun 14 15:33:04 2013
HibernationDevice: RESUME=UUID=770418a5-35a9-4a8e-b5e7-1773a925f90e
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MachineType: Dell Inc. Inspiron 5425
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 0 radeondrmfb
 1 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-34-generic 
root=UUID=9514e072-517d-4e5f-8d45-fd769b1a95c6 ro quiet splash radeon.audio=1 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-34-generic N/A
 linux-backports-modules-3.5.0-34-generic  N/A
 linux-firmware1.79.4
SourcePackage: linux
StagingDrivers: rts5139
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/30/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: X31
dmi.board.name: Inspiron 5425
dmi.board.vendor: Dell Inc.
dmi.board.version: A02
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrX31:bd01/30/2013:svnDellInc.:pnInspiron5425:pvrNotSpecified:rvnDellInc.:rnInspiron5425:rvrA02:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 5425
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

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


** Tags: 201206-11418 amd64 apport-bug precise qa-kernel-lts-testing 
running-unity staging taipei-lab

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

Title:
  Unable to resume from hibernate with radeon driver

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

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


[Bug 1190894] [NEW] libEGL.so.1 is missing eglCreateImageKHR

2013-06-14 Thread Daniel van Vugt
Public bug reported:

libEGL.so.1 is missing eglCreateImageKHR in saucy:
libhybris_0.1.0+git20130606+c5d897a-0ubuntu1_armhf.deb

It only has the corresponding Destroy function:
nm -D /usr/lib/arm-linux-gnueabihf/libhybris-egl/libEGL.so.1 | grep ImageK
1be0 T eglDestroyImageKHR
1d9c T ws_passthroughImageKHR

Lack of eglCreateImageKHR means we can't build Mir for armhf/Android right now:
../../lib/libmirplatformgraphics.a(buffer.cpp.o): In function 
`mir::graphics::android::Buffer::bind_to_texture()':
/home/dan/bzr/mir/toy/src/server/graphics/android/buffer.cpp:93: undefined 
reference to `eglCreateImageKHR'

** Affects: libhybris (Ubuntu)
 Importance: High
 Status: New

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

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

Title:
  libEGL.so.1 is missing eglCreateImageKHR

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

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


[Bug 1190894] Re: libEGL.so.1 is missing eglCreateImageKHR

2013-06-14 Thread Daniel van Vugt
Set to High for Ubuntu because it's blocking Mir development. Or at
least blocking Mir-on-phablet from being able to move from raring to
saucy.

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

Title:
  libEGL.so.1 is missing eglCreateImageKHR

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

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


[Bug 1190897] [NEW] package dbus 1.4.18-1ubuntu1.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2013-06-14 Thread Mdcbattipaglia
Public bug reported:

Configurazione di dbus (1.4.18-1ubuntu1.4)...
invoke-rc.d: unknown initscript, /etc/init.d/dbus not found.
dpkg: errore nell'elaborare dbus (--configure):
 il sottoprocesso vecchio script di post-installation ha restituito lo stato di 
errore 100
dpkg: problemi con le dipendenze impediscono la configurazione di dbus-x11:
 dbus-x11 dipende da dbus, ma:
  Il pacchetto dbus non è ancora configurato.
dpkg: errore nell'elaborare dbus-x11 (--configure):
 problemi con le dipendenze - lasciato non configurato
Segnalazione apport non scritta poiché il messaggio di errore indica la 
presenza di un fallimento precedente.
 Si sono verificati degli errori nell'elaborazione:
 dbus
 dbus-x11
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: dbus 1.4.18-1ubuntu1.4
ProcVersionSignature: Ubuntu 3.5.0-34.55~precise1-generic 3.5.7.13
Uname: Linux 3.5.0-34-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Fri Jun 14 09:22:47 2013
DuplicateSignature: package:dbus:1.4.18-1ubuntu1.4:subprocess installed 
post-installation script returned error exit status 100
ErrorMessage: subprocess installed post-installation script returned error exit 
status 100
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130425)
MarkForUpload: True
SourcePackage: dbus
Title: package dbus 1.4.18-1ubuntu1.4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 100
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  package dbus 1.4.18-1ubuntu1.4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 100

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

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

[Bug 1190877] Re: Linphone frequently crashes using G.729 codec

2013-06-14 Thread gdi2k
To try and provide more useful info, I enabled logging and waited for a
crash. Here are the last few seconds:

[20130614-15:39:48] [message] CALL_ACK
[20130614-15:39:48] [message] Samples are back.
[20130614-15:39:48] [warning] Not enough ref samples, using zeroes
[20130614-15:39:48] [message] Samples are back.
[20130614-15:39:49] [message] bandwidth usage: audio=[d=28.2,u=27.3] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:39:49] [message] Thread processing load: audio=8.152800
video=0.00
[20130614-15:39:50] [message] bandwidth usage: audio=[d=23.9,u=24.4] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:39:50] [message] Thread processing load: audio=12.033092   
video=0.00
[20130614-15:39:51] [message] bandwidth usage: audio=[d=24.1,u=24.1] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:39:51] [message] Thread processing load: audio=13.539887   
video=0.00
[20130614-15:39:51] [message] alsa: sound/wall clock skew is average=-44.164027 
ms, instant=-49 ms
[20130614-15:39:51] [message] cb_nict_kill_transaction (id=10)
[20130614-15:39:51] [message] eXosip: timer sec:4 usec:404614!
[20130614-15:39:52] [message] bandwidth usage: audio=[d=24.4,u=24.7] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:39:52] [message] Thread processing load: audio=13.448652   
video=0.00
[20130614-15:39:53] [message] bandwidth usage: audio=[d=23.5,u=24.3] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:39:53] [message] Thread processing load: audio=11.457193   
video=0.00
[20130614-15:39:53] [message] alsa: sound/wall clock skew is average=-45.705027 
ms, instant=-48 ms
[20130614-15:39:53] [message] audio_stream_process_rtcp: interarrival 
jitter=589 , lost packets percentage since last report=0.00, round trip 
time=0.188950 seconds
[20130614-15:39:53] [message] MSQosAnalyser: lost_percentage=0.00, 
int_jitter=73.625000 ms, rt_prop=0.188950 sec
[20130614-15:39:53] [message] MSQosAnalyser: everything is fine.
[20130614-15:39:53] [message] MSBitrateController: current state is Init
[20130614-15:39:54] [message] bandwidth usage: audio=[d=24.4,u=24.4] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:39:54] [message] Thread processing load: audio=13.079607   
video=0.00
[20130614-15:39:55] [message] bandwidth usage: audio=[d=24.3,u=24.1] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:39:55] [message] Thread processing load: audio=12.779621   
video=0.00
[20130614-15:39:55] [message] cb_nict_kill_transaction (id=8)
[20130614-15:39:55] [message] free transaction resource 8 
571bae9b359660c116b7d6c26f0035cd
[20130614-15:39:55] [message] free nist resource
[20130614-15:39:55] [message] keep alive: 0
[20130614-15:39:55] [message] eXosip: Keep Alive sent on UDP!
[20130614-15:39:55] [message] eXosip: Reseting timer to 10s before waking up!
[20130614-15:39:56] [message] bandwidth usage: audio=[d=24.2,u=24.7] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:39:56] [message] Thread processing load: audio=15.170906   
video=0.00
[20130614-15:39:56] [message] alsa: sound/wall clock skew is average=-46.980136 
ms, instant=-47 ms
[20130614-15:39:57] [message] bandwidth usage: audio=[d=23.7,u=24.0] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:39:57] [message] Thread processing load: audio=11.932424   
video=0.00
[20130614-15:39:58] [message] bandwidth usage: audio=[d=24.7,u=24.2] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:39:58] [message] Thread processing load: audio=12.103242   
video=0.00
[20130614-15:39:58] [message] alsa: sound/wall clock skew is average=-44.671126 
ms, instant=-52 ms
[20130614-15:39:58] [warning] echo canceller: we are accumulating too much 
reference signal, need to throw out 32 samples
[20130614-15:39:58] [message] audio_stream_process_rtcp: interarrival 
jitter=585 , lost packets percentage since last report=0.00, round trip 
time=0.178116 seconds
[20130614-15:39:58] [message] MSQosAnalyser: lost_percentage=0.00, 
int_jitter=73.125000 ms, rt_prop=0.178116 sec
[20130614-15:39:58] [message] MSQosAnalyser: everything is fine.
[20130614-15:39:58] [message] MSBitrateController: current state is Init
[20130614-15:39:59] [message] bandwidth usage: audio=[d=24.0,u=24.1] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:39:59] [message] Thread processing load: audio=11.902214   
video=0.00
[20130614-15:40:00] [message] bandwidth usage: audio=[d=24.2,u=24.2] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:40:00] [message] Thread processing load: audio=13.491217   
video=0.00
[20130614-15:40:00] [message] alsa: sound/wall clock skew is average=-45.254247 
ms, instant=-49 ms
[20130614-15:40:01] [message] bandwidth usage: audio=[d=24.2,u=24.0] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:40:01] [message] Thread processing load: audio=13.540837   
video=0.00
[20130614-15:40:02] [message] bandwidth usage: audio=[d=24.2,u=24.3] 
video=[d=0.0,u=0.0] kbit/sec
[20130614-15:40:02] [message] Thread processing load: audio=10.256330   
video=0.00
[20130614-15:40:03] [message] bandwidth usage: audio=[d=24.0,u=24.1] 
video=[d

[Bug 1190863] Re: [Satellite C665, Conexant CX20585, Speaker, Internal] No automute sound keeps crashing

2013-06-14 Thread Raymond
try latest alsa driver

https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS


Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 74
  Mono:
  Front Left: Playback 74 [100%] [0.00dB] [on]
  Front Right: Playback 74 [100%] [0.00dB] [on]
Simple mixer control 'PCM',0
  Capabilities: pvolume penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 255 [100%] [0.00dB]
  Front Right: Playback 255 [100%] [0.00dB]

pulseaudio expect headphone and  speaker playback volume/switch
controls.


https://wiki.ubuntu.com/PulseAudio/Log

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

Title:
  [Satellite C665, Conexant CX20585, Speaker, Internal] No automute
  sound keeps crashing

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

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


[Bug 1046988] Re: scroll wheel in gedit is affected by scrolling in other windows

2013-06-14 Thread Sebastien Bacher
** Package changed: ubuntu = gtk+3.0 (Ubuntu)

** Changed in: gtk+3.0 (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  scroll wheel in gedit is affected by scrolling in other windows

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

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


[Bug 1190499] Re: Could not initialize the package information

2013-06-14 Thread uccio
*** This bug is a duplicate of bug 346386 ***
https://bugs.launchpad.net/bugs/346386

I have try  the suggested approach  with the following results

uccio33@uccio33-OptiPlex-GX280:~$ sudo rm /var/lib/apt/list/* 
rm: cannot remove `/var/lib/apt/list/*': No such file or directory 
uccio33@uccio33-OptiPlex-GX280:~$ sudo apt-get update 
Ign http://mirror.aarnet.edu.au precise InRelease 
Ign http://mirror.aarnet.edu.au precise-updates InRelease  
Ign http://mirror.aarnet.edu.au precise-security InRelease 
Get:1 http://mirror.aarnet.edu.au precise Release.gpg [198 B]  
Get:2 http://mirror.aarnet.edu.au precise-updates Release.gpg [198 B]  
Get:3 http://mirror.aarnet.edu.au precise-security Release.gpg [198 B] 
Hit http://mirror.aarnet.edu.au precise Release
Get:4 http://mirror.aarnet.edu.au precise-updates Release [49.6 kB]
Ign http://mirror.aarnet.edu.au precise Release
Ign http://archive.canonical.com precise InRelease 
Ign http://extras.ubuntu.com precise InRelease 
Ign http://ppa.launchpad.net precise InRelease 
Get:5 http://mirror.aarnet.edu.au precise-security Release [49.6 kB]   
Get:6 http://archive.canonical.com precise Release.gpg [198 B] 
Get:7 http://extras.ubuntu.com precise Release.gpg [72 B]  
Get:8 http://ppa.launchpad.net precise Release.gpg [316 B] 
Ign http://mirror.aarnet.edu.au precise/main Sources/DiffIndex 
Ign http://mirror.aarnet.edu.au precise/restricted Sources/DiffIndex  
Ign http://mirror.aarnet.edu.au precise/universe Sources/DiffIndex
Ign http://mirror.aarnet.edu.au precise/multiverse Sources/DiffIndex  
Ign http://mirror.aarnet.edu.au precise/main i386 Packages/DiffIndex  
Ign http://mirror.aarnet.edu.au precise/restricted i386 Packages/DiffIndex 
Ign http://mirror.aarnet.edu.au precise/universe i386 Packages/DiffIndex   
Ign http://mirror.aarnet.edu.au precise/multiverse i386 Packages/DiffIndex 
Hit http://mirror.aarnet.edu.au precise/main TranslationIndex 
Hit http://mirror.aarnet.edu.au precise/multiverse TranslationIndex   
Hit http://mirror.aarnet.edu.au precise/restricted TranslationIndex
Hit http://mirror.aarnet.edu.au precise/universe TranslationIndex  
Get:9 http://archive.canonical.com precise Release [7,078 B]   
Hit http://extras.ubuntu.com precise Release   
Err http://extras.ubuntu.com precise Release   
  
Get:10 http://ppa.launchpad.net precise Release [11.9 kB]  
Get:11 http://mirror.aarnet.edu.au precise-updates/main TranslationIndex [3,564 
B] 
Get:12 http://mirror.aarnet.edu.au precise-updates/multiverse TranslationIndex 
[2,605 B] 
Get:13 http://mirror.aarnet.edu.au precise-updates/restricted TranslationIndex 
[2,461 B] 
Get:14 http://mirror.aarnet.edu.au precise-updates/universe TranslationIndex 
[2,850 B] 
Get:15 http://archive.canonical.com precise/partner i386 Packages [8,289 B]
Get:16 http://mirror.aarnet.edu.au precise-security/main TranslationIndex [74 
B] 
Get:17 http://mirror.aarnet.edu.au precise-security/multiverse TranslationIndex 
[71 B] 
Get:18 http://mirror.aarnet.edu.au precise-security/restricted TranslationIndex 
[72 B] 
Get:19 http://mirror.aarnet.edu.au precise-security/universe TranslationIndex 
[73 B] 
Get:20 http://mirror.aarnet.edu.au precise/main Sources [934 kB]  
Ign http://archive.canonical.com precise/partner TranslationIndex 
Get:21 http://ppa.launchpad.net precise/main Sources [1,598 B]
Get:22 http://ppa.launchpad.net precise/main i386 Packages [3,848 B]   
Ign http://ppa.launchpad.net precise/main TranslationIndex 
Get:23 http://mirror.aarnet.edu.au precise/restricted Sources [5,470 B]
100% [20 Sources bzip2 0 B] [23 Sources 446 B/5,470 B 8%] [Waiting for 
headers]bzip2: (stdin) is not a bzip2 file. 
Hit http://mirror.aarnet.edu.au precise/universe Sources   
Get:24 http://mirror.aarnet.edu.au precise/multiverse Sources [155 kB] 
Get:25 http://mirror.aarnet.edu.au precise/main i386 Packages [1,274 kB]   
50% [24 Sources bzip2 0 B] [25 Packages 5,900 B/1,274 kB 0%] [Waiting for 
headebzip2: (stdin) is not a bzip2 file. 
Ign http://archive.canonical.com precise/partner Translation-en_US 
100% [25 Packages bzip2 0 B] [Waiting for headers] [Waiting for headers] 
[Waitibzip2: (stdin) is not a bzip2 file. 
Get:26 http://mirror.aarnet.edu.au precise/restricted i386 Packages [8,431 B]  
Get:27 http://mirror.aarnet.edu.au precise/universe i386 Packages [4,796 kB]   
35% [26 Packages bzip2 0 B] [27 Packages 5,904 B/4,796 kB 0%] [Waiting for 
headbzip2: (stdin) 

[Bug 1190584] Re: Gnome screensaver don't disappear after login - screen hanged

2013-06-14 Thread David Kovar
** Tags added: gnome3 screensaver

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

Title:
  Gnome screensaver don't disappear after login - screen hanged

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

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


[Bug 1190897] Re: package dbus 1.4.18-1ubuntu1.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2013-06-14 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/1190897

Title:
  package dbus 1.4.18-1ubuntu1.4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 100

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

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


[Bug 1190895] Status changed to Confirmed

2013-06-14 Thread Brad Figg
This change was made by a bot.

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

** Tags added: quantal

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

Title:
  Unable to resume from hibernate with radeon driver

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

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


[Bug 1190898] Re: segfault in unity_support_test

2013-06-14 Thread Joost Ringoot
some more messages in /var/log/syslog:

Jun 14 09:54:09 legolas kernel: [ 2448.290739] unity_support_t[7574]: segfault 
at c2 ip 0040173f sp 7fffcf81db00 error 4 in 
unity_support_test[40+4000]
Jun 14 09:55:21 legolas kernel: [ 2519.537193] compiz[7323]: segfault at 60 ip 
7f79a09acf40 sp 7fff276b0d28 error 4 in 
libcomposite.so[7f79a099c000+22000]
Jun 14 09:56:11 legolas gnome-session[7199]: WARNING: Child process 7323 was 
already dead.
Jun 14 09:56:11 legolas gnome-session[7199]: WARNING: Application 
'compiz.desktop' killed by signal 11
Jun 14 09:56:11 legolas gnome-session[7199]: WARNING: App 'compiz.desktop' 
respawning too quickly
Jun 14 09:56:11 legolas gnome-session[7199]: CRITICAL: We failed, but the fail 
whale is dead. Sorry
Jun 14 09:56:11 legolas kernel: [ 2569.939232] unity_support_t[7596]: segfault 
at c2 ip 0040173f sp 7fffb40009a0 error 4 in 
unity_support_test[40+4000]

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

Title:
  segfault in unity_support_test

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

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


[Bug 1190898] [NEW] segfault in unity_support_test

2013-06-14 Thread Joost Ringoot
Public bug reported:

After update to Ubuntu 13.04 I was unable to use unity as shell. 
lxde and gnome appear to work fine.
When I choose unity the screen gives just the background  and never arrives at 
the the point where the quicklist is visible or the dash.

I made a copy of the /var/log/syslog and then a cat /dev/null  /
var/log/syslog

This is what I got in /var/log/syslog after a login attempt to unity:


root@legolas:/var/log# cat syslog
Jun 14 09:52:57 legolas colord: device removed: xrandr-LVDS1
Jun 14 09:52:57 legolas colord: Profile removed: 
icc-0aad3f9acbd994c5976bc9cd10292033
Jun 14 09:52:57 legolas bluetoothd[771]: Endpoint unregistered: sender=:1.362 
path=/MediaEndpoint/HFPAG
Jun 14 09:52:57 legolas bluetoothd[771]: Endpoint unregistered: sender=:1.362 
path=/MediaEndpoint/HFPHS
Jun 14 09:52:57 legolas bluetoothd[771]: Endpoint unregistered: sender=:1.362 
path=/MediaEndpoint/A2DPSource
Jun 14 09:52:57 legolas bluetoothd[771]: Endpoint unregistered: sender=:1.362 
path=/MediaEndpoint/A2DPSink
Jun 14 09:52:57 legolas bluetoothd[771]: hci0: Remove UUID (0x0011) failed: 
Busy (0x0a)
Jun 14 09:52:57 legolas rtkit-daemon[1840]: Successfully made thread 7285 of 
process 7285 (n/a) owned by '1000' high priority at nice level -11.
Jun 14 09:52:57 legolas rtkit-daemon[1840]: Supervising 1 threads of 1 
processes of 1 users.
Jun 14 09:52:57 legolas pulseaudio[7285]: [pulseaudio] pid.c: Stale PID file, 
overwriting.
Jun 14 09:52:57 legolas dbus[733]: [system] Activating service 
name='org.freedesktop.systemd1' (using servicehelper)
Jun 14 09:52:57 legolas dbus[733]: [system] Successfully activated service 
'org.freedesktop.systemd1'
Jun 14 09:52:57 legolas colord: Device added: xrandr-LVDS1
Jun 14 09:52:57 legolas rtkit-daemon[1840]: Successfully made thread 7312 of 
process 7285 (n/a) owned by '1000' RT at priority 5.
Jun 14 09:52:57 legolas rtkit-daemon[1840]: Supervising 2 threads of 1 
processes of 1 users.
Jun 14 09:52:57 legolas rtkit-daemon[1840]: Successfully made thread 7313 of 
process 7285 (n/a) owned by '1000' RT at priority 5.
Jun 14 09:52:57 legolas rtkit-daemon[1840]: Supervising 3 threads of 1 
processes of 1 users.
Jun 14 09:52:57 legolas rtkit-daemon[1840]: Successfully made thread 7314 of 
process 7285 (n/a) owned by '1000' RT at priority 5.
Jun 14 09:52:57 legolas rtkit-daemon[1840]: Supervising 4 threads of 1 
processes of 1 users.
Jun 14 09:52:58 legolas bluetoothd[771]: Endpoint registered: sender=:1.375 
path=/MediaEndpoint/HFPAG
Jun 14 09:52:58 legolas bluetoothd[771]: Endpoint registered: sender=:1.375 
path=/MediaEndpoint/HFPHS
Jun 14 09:52:58 legolas bluetoothd[771]: Endpoint registered: sender=:1.375 
path=/MediaEndpoint/A2DPSource
Jun 14 09:52:58 legolas bluetoothd[771]: Endpoint registered: sender=:1.375 
path=/MediaEndpoint/A2DPSink
Jun 14 09:52:58 legolas rtkit-daemon[1840]: Successfully made thread 7319 of 
process 7319 (n/a) owned by '1000' high priority at nice level -11.
Jun 14 09:52:58 legolas rtkit-daemon[1840]: Supervising 5 threads of 2 
processes of 1 users.
Jun 14 09:52:58 legolas pulseaudio[7319]: [pulseaudio] pid.c: Daemon already 
running.
Jun 14 09:52:58 legolas colord: Profile added: 
icc-9b80530f957bc21605981b113eb57c5c
Jun 14 09:52:58 legolas kernel: [ 2376.756271] unity_support_t[7352]: segfault 
at c2 ip 0040173f sp 7fff55e49250 error 4 in 
unity_support_test[40+4000]
Jun 14 09:53:28 legolas goa[7539]: goa-daemon version 3.6.2 starting 
[main.c:112, main()]
root@legolas:/var/log# 


Thanks ahead, any suggestions welcome.

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

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

Title:
  segfault in unity_support_test

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

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


[Bug 1171135] Re: DomU causes 'Frag is bigger than frame'

2013-06-14 Thread Nathan O'Sullivan
*** This bug is a duplicate of bug 1162924 ***
https://bugs.launchpad.net/bugs/1162924

** This bug has been marked a duplicate of bug 1162924
   bug disabling Xen guest interface

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

Title:
  DomU causes 'Frag is bigger than frame'

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

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


[Bug 1190889] Re: The gtk 'xi2: Reset scroll valuators on synthesized crossing events' commit continues to affect scrolling in unity

2013-06-14 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1184159 ***
https://bugs.launchpad.net/bugs/1184159

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided = Low

** This bug has been marked a duplicate of bug 1184159
   [saucy] scrolling with a touchpad is now a bit jerky

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

Title:
  The gtk 'xi2: Reset scroll valuators on synthesized crossing events'
  commit  continues to affect scrolling in unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1190889/+subscriptions

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


[Bug 1019273] Re: Version Bump to 4.2

2013-06-14 Thread Matthias Klose
sure, tell me where I can find the package, and I'll upload

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

Title:
  Version Bump to 4.2

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

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


[Bug 1113648] Re: Add a context menu entry to create a new blank file

2013-06-14 Thread Sebastien Bacher
Thanks Jeremy for the suggestion, but I don't like the skel idea much,
that's hackish, would impact non GNOME users and wouldn't work for
upgrades.

We should maybe teach nautilus to look for templates in e.g
/usr/share/nautilus/templates as well as the user dir and put a default
template in there.

Having a way to provide a default set of templates as been a popular
wishlist for a long time, that would resolve that issue as well.

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

Title:
  Add a context menu entry to create a new blank file

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

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


[Bug 1190890] Status changed to Confirmed

2013-06-14 Thread Brad Figg
This change was made by a bot.

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

Title:
  [AMD Radeon 7500M/7600M] No HDMI audio output with radeon driver

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

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


[Bug 489909] Re: Print preview does not take print options into account

2013-06-14 Thread Sebastien Bacher
The issue is fixed in the current version

** Changed in: evince (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

** Changed in: evince (Ubuntu)
   Status: Triaged = 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/489909

Title:
  Print preview does not take print options into account

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

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


[Bug 1084965] Re: [SRU] Bugfixrelease Qt4.8.4

2013-06-14 Thread Maciej Cencora
Unfortunately a fix for QtScript crash is reverted in our packages with 
kubuntu_38_revert_fix_jit_crash.diff
so https://bugs.kde.org/show_bug.cgi?id=297661 still affects all ubuntu/kubuntu 
users.

What was the reason to revert this fix?

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

Title:
  [SRU] Bugfixrelease Qt4.8.4

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

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


[Bug 1111956] Re: BCM4313 ignores ARP broadcast packets

2013-06-14 Thread Bernardo Reino
@Adam,

OK. Let's do one thing. If brcmsmac works for you, then be happy and
forget about bcmwl. Meaning don't touch any bcmwl-related bug, as, as
I've repeteadly said, forcing users to use brcmsmac will not, by
definition, solve any bug in bcmwl, just as this one.

Nobody forces you to use bcmwl. Even if Ubuntu selects that as default,
you are free to apt-get purge bcmwl-kernel-source.

If you want to (for whatever reason) convince other people to stop using
bcmwl for the bcm4313 card, it won't be enough to repeteadly state I
verified that it works. Have you done power consumption measurements?
have you tested that you can connect on any channel? (as allowed by
whatever region you are in).

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

Title:
  BCM4313 ignores ARP broadcast packets

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

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


[Bug 1190700] Re: Crackling audio on Ubuntu 13.04 on Lenovo Thinkpad X230

2013-06-14 Thread David Henningsson
If it's skype notification sound specific, it's probably bug 1173073.

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

Title:
  Crackling audio on Ubuntu 13.04 on Lenovo Thinkpad X230

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

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


[Bug 1049037] Re: Pacemaker 1.1.6 VirtualDomain OCF wrong timeout handle on shutdown

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

** Changed in: pacemaker (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/1049037

Title:
  Pacemaker 1.1.6 VirtualDomain OCF wrong timeout handle on shutdown

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

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


[Bug 1190901] Re: package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-06-14 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/1190901

Title:
  package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

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


[Bug 1177963] Re: Backlight switches of on Ubuntu 13.04 boot-screen - Dell XPS12

2013-06-14 Thread LJ
Does not work for me.
I get the following error after reboot: 'The disk drive for 
/dev/mapper/cryptswap1 is not ready yet or not present. Continue to wait, or 
Press S to skip mounting or M for manual recovery'
I cannot continue with pressing S oder M

Can someone please give me instructions to recover the settings or just
make it boot again via the grub boot command-line?

Btw. the backlight is on full brightness now and cannot be changed - but
I can't get into Ubuntu anymore ;)

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

Title:
  Backlight switches of on Ubuntu 13.04 boot-screen - Dell XPS12

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

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


[Bug 1190901] [NEW] package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-06-14 Thread Szabo Bogdan
Public bug reported:

...

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: php5-xmlrpc 5.4.9-4ubuntu2.1
ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
Uname: Linux 3.8.0-23-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
AptOrdering:
 flashplugin-installer: Install
 telepathy-gabble: Install
 php5-xmlrpc: Configure
 flashplugin-installer: Configure
 telepathy-gabble: Configure
Architecture: amd64
Date: Fri Jun 14 10:54:09 2013
DuplicateSignature: package:php5-xmlrpc:5.4.9-4ubuntu2.1:subprocess installed 
post-installation script returned error exit status 2
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
MarkForUpload: True
SourcePackage: php5
Title: package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package raring

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

Title:
  package php5-xmlrpc 5.4.9-4ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

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


[Bug 1190887] Re: kernel bug and Oops (__journal_remove_journal_head)

2013-06-14 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/1190887/+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/1190887

Title:
  kernel bug and Oops (__journal_remove_journal_head)

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

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


[Bug 1190903] [NEW] Unable to control brightness with fglrx driver

2013-06-14 Thread Po-Hsu Lin
Public bug reported:

CID: 201206-11418 Dell Inspiron N5425

After the proprietary driver, fglrx-experimental-12, was installed via jockey, 
the brightness control does not work at all on this system.
(It works with radeon driver.)

Unable to control brightness with brightness key, neither with
Birhgtness and Lock in System Settings.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.5.0-34-generic 3.5.0-34.55~precise1
ProcVersionSignature: Ubuntu 3.5.0-34.55~precise1-generic 3.5.7.13
Uname: Linux 3.5.0-34-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 1: Generic [HD-Audio Generic], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 1738 F pulseaudio
 /dev/snd/controlC0:  ubuntu 1738 F pulseaudio
CRDA:
 country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
Card0.Amixer.info:
 Card hw:0 'HDMI'/'HDA ATI HDMI at 0xfeb44000 irq 52'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100300'
   Controls  : 6
   Simple ctrls  : 1
Card0.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Card1.Amixer.info:
 Card hw:1 'Generic'/'HD-Audio Generic at 0xfeb4 irq 16'
   Mixer name   : 'Conexant CX20590'
   Components   : 'HDA:14f1506e,10280561,0013'
   Controls  : 20
   Simple ctrls  : 10
Date: Fri Jun 14 16:00:35 2013
HibernationDevice: RESUME=UUID=770418a5-35a9-4a8e-b5e7-1773a925f90e
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MachineType: Dell Inc. Inspiron 5425
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 0 radeondrmfb
 1 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-34-generic 
root=UUID=9514e072-517d-4e5f-8d45-fd769b1a95c6 ro quiet splash radeon.audio=1 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-34-generic N/A
 linux-backports-modules-3.5.0-34-generic  N/A
 linux-firmware1.79.4
SourcePackage: linux
StagingDrivers: rts5139
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/30/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: X31
dmi.board.name: Inspiron 5425
dmi.board.vendor: Dell Inc.
dmi.board.version: A02
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrX31:bd01/30/2013:svnDellInc.:pnInspiron5425:pvrNotSpecified:rvnDellInc.:rnInspiron5425:rvrA02:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 5425
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Anthony Wong (anthonywong)
 Status: New


** Tags: 201206-11418 amd64 apport-bug blocks-hwcert precise 
qa-kernel-lts-testing running-unity staging taipei-lab

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

Title:
  Unable to control brightness with fglrx driver

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

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


[Bug 1165433] Re: Kernel 3.8.x panics on bluetooth DUN disconnect

2013-06-14 Thread Sergio Callegari
For me, even with 3.9 this is the case. When I try to disconnect from
DUN, at times I get thown to the text console with an oops. At times I
just see the machine freeze in X11. At times the machine keeps working
in X11 for a few seconds (or up to 1 minute), and in this case I can
even see the oops in dmesg before the freeze or a crash.

Does this happen on every architecture? Mine is X64, with intel graphics
and Dell Computer Corp. Wireless 370 Bluetooth.

If it happens on every possible architecture, it may be worth disabling
BT DUN altogether, until someone upstream can look into it, since
crashes and freezes may lead to data loss. Upstreams knows this since
March, hence either it is very subtle to catch or there is really little
interest in BT DUN.

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

Title:
  Kernel 3.8.x panics on bluetooth DUN disconnect

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

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


[Bug 1190806] Re: X server fails to start on MacBookPro9, 1 with hybrid Intel/Nvidia graphics: no screens found

2013-06-14 Thread Chris Wilson
No... The issue is that X considers the nvidia GPU still as the primary
and so loads VESA for it (which fails) and Intel as the secondary GPU
driver.

So the secret will be to set the mux to make Intel the primary/boot GPU
and connected to the displays.

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

Title:
  X server fails to start on MacBookPro9,1 with hybrid Intel/Nvidia
  graphics: no screens found

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

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


[Bug 1190806] Re: X server fails to start on MacBookPro9, 1 with hybrid Intel/Nvidia graphics: no screens found

2013-06-14 Thread Chris Wilson
Looks like there is still a mux involved - a hardware switch between the
GPUs and the screen. That is preventing the igfx from detecting any
connectors, and from there it looks like things go south. (But as far as
I am aware, that should not actually prevent the driver from being
loaded - since there are configurations where we support no connectors.)

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

Title:
  X server fails to start on MacBookPro9,1 with hybrid Intel/Nvidia
  graphics: no screens found

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

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


[Bug 1190903] Status changed to Confirmed

2013-06-14 Thread Brad Figg
This change was made by a bot.

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

Title:
  Unable to control brightness with fglrx driver

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

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


[Bug 1190907] [NEW] Compiz don't work

2013-06-14 Thread Laszlo Arany
Public bug reported:

In 13.04 i install MATE, that is working fine, but Compiz dosn't. If i
login with ubuntu session, Compiz is fine!

In dconf editor hasn't compiz-1 record, only compiz.

If i get compiz --replace in terminal, go away the windows borders. I
open Compiz config editor i clik to windowsdecoration and nothing
happens...

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
Uname: Linux 3.9.0-030900-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Fri Jun 14 10:08:35 2013
DistUpgraded: Fresh install
DistroCodename: raring
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics 
Controller [8086:27a2] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Micro-Star International Co., Ltd. Device [1462:0571]
   Subsystem: Micro-Star International Co., Ltd. Device [1462:0571]
InstallationDate: Installed on 2013-05-31 (13 days ago)
InstallationMedia: Ubuntu  Raring - Build amd64 LIVE Binary 20130425-23:39
MachineType: MICRO-STAR INT'L CO.,LTD. MS-1057
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-030900-generic 
root=UUID=f57ce9bf-d1aa-41f6-8dab-e74035ca9bfe ro quiet
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/27/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: A1057IMS V7.08
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: MICRO-STAR INT'L CO.,LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrA1057IMSV7.08:bd08/27/2007:svnMICRO-STARINT'LCO.,LTD.:pnMS-1057:pvr0571:cvnMICRO-STARINT'LCO.,LTD.:ct10:cvrN/A:
dmi.product.name: MS-1057
dmi.product.version: 0571
dmi.sys.vendor: MICRO-STAR INT'L CO.,LTD.
version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.45+git20130607.a0178c00-0ubuntu0sarvatt~raring
version.libgl1-mesa-dri: libgl1-mesa-dri 
9.2.0~git20130612.adf324ad-0ubuntu0sarvatt~raring
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 
9.2.0~git20130612.adf324ad-0ubuntu0sarvatt~raring
version.xserver-xorg-core: xserver-xorg-core 
2:1.13.4~git20130508+server-1.13-branch.10c42f57-0ubuntu0ricotz~raring
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.1.99+git20130531.bd2557ea-0ubuntu0sarvatt~raring
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.21.9+git20130612.1f180b89-0ubuntu0sarvatt~raring
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7+git20130516.bf72ae1f-0ubuntu0sarvatt~raring
xserver.bootTime: Fri Jun 14 09:48:14 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 
2:1.13.4~git20130508+server-1.13-branch.10c42f57-0ubuntu0ricotz~raring
xserver.video_driver: intel

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


** Tags: amd64 apport-bug raring third-party-packages ubuntu

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

Title:
  Compiz don't work

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

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


[Bug 1017941] Re: 'Delete Account' dialog unresponsive

2013-06-14 Thread Paul Mangan
*** This bug is a duplicate of bug 903302 ***
https://bugs.launchpad.net/bugs/903302

** This bug has been marked a duplicate of bug 903302
   Dialog windows are not turning modal anyway

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

Title:
  'Delete Account' dialog unresponsive

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

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


[Bug 232007] Re: mozgest doesn't work on pl_PL.UTF-8 locale

2013-06-14 Thread Thomas Hotz
This package is not in our package archive any more, so I close this
bug.

** Changed in: mozgest (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/232007

Title:
  mozgest doesn't work on pl_PL.UTF-8 locale

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

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


[Bug 1190909] [NEW] package libc6 2.15-0ubuntu20 failed to install/upgrade: subprocess new pre-installation script returned error exit status 2

2013-06-14 Thread Michael Xavier Fernandes
Public bug reported:

package libc6 2.15-0ubuntu20 failed to install/upgrade: subprocess new
pre-installation script returned error exit status 2

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: libc6 2.15-0ubuntu20
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic i686
ApportVersion: 2.6.1-0ubuntu3
Architecture: i386
Date: Fri Jun 14 13:54:03 2013
ErrorMessage: subprocess new pre-installation script returned error exit status 
2
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
SourcePackage: eglibc
Title: package libc6 2.15-0ubuntu20 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 quantal

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

Title:
  package libc6 2.15-0ubuntu20 failed to install/upgrade: subprocess new
  pre-installation script returned error exit status 2

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

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


[Bug 1190888] Re: CRITICAL **: e_sexp_eval: assertion `f-tree != NULL' failed

2013-06-14 Thread Bug Watch Updater
** Changed in: devilspie (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/1190888

Title:
  CRITICAL **: e_sexp_eval: assertion `f-tree != NULL' failed

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

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


[Bug 1085140] Re: spotify, rhythmbox, flash freezes randomly

2013-06-14 Thread David Henningsson
Marking as fix released as two independent people reported the problem
as fixed.

** Changed in: pulseaudio (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  spotify, rhythmbox, flash freezes randomly

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