[Bug 1079897] [NEW] walinuxagent mangles server identity and access on upgrade

2012-11-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

walinxuagent, as packaged will result in a server losing its identity at
agent installation or at agent start. Specifically, it will remove
/var/lib/waagent (containing provisioning meta-data),
/etc/ssh/{config,ssh_rsa*} and /etc/sudoers.d/waagent.  Because of the
way that Winodws Azure boots, this means that the identity of hosts will
be completely stripped out, the user who was provisioned with the system
will be locked out, and worst of all, a person who installs this package
on a non-Windows Azure system may be exposed to losing their host's SSH
identity.

** Affects: walinuxagent (Ubuntu)
 Importance: Critical
 Assignee: James Page (james-page)
 Status: Fix Released

** Affects: walinuxagent (Ubuntu Precise)
 Importance: Critical
 Status: Confirmed

** Affects: walinuxagent (Ubuntu Quantal)
 Importance: Critical
 Status: Confirmed

** Affects: walinuxagent (Ubuntu Raring)
 Importance: Critical
 Assignee: James Page (james-page)
 Status: Fix Released

-- 
walinuxagent mangles server identity and access on upgrade
https://bugs.launchpad.net/bugs/1079897
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to walinuxagent in Ubuntu.

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


[Bug 1079897] Re: walinuxagent mangles server identity and access on upgrade

2012-11-27 Thread James Page
** Changed in: Ubuntu Raring
   Status: Fix Committed = Fix Released

** Package changed: Ubuntu Precise = walinuxagent (Ubuntu Precise)

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

Title:
  walinuxagent mangles server identity and access on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1079897/+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 1081692] Re: The value of 'next-server' in the dhcp config is wrong.

2012-11-27 Thread Julian Edwards
** Changed in: maas/trunk
   Status: In Progress = Fix Committed

** Changed in: maas/1.2
   Status: In Progress = Fix Committed

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

Title:
  The value of 'next-server' in the dhcp config is wrong.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1081692/+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 1068843] Re: [SRU] maas-cluster-controller doesn't have images for provisioning

2012-11-27 Thread Julian Edwards
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [SRU] maas-cluster-controller doesn't have images for provisioning

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1068843/+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 1081701] Re: The metadata address mentioned in the preseed is wrong.

2012-11-27 Thread Gavin Panella
** Changed in: maas/trunk
   Status: In Progress = Fix Committed

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

Title:
  The metadata address mentioned in the preseed is wrong.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1081701/+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 876387] Re: fuser forking uncontrollably in cron job

2012-11-27 Thread Ondřej Surý
Ben,

could you try replacing the standard cron-job with this script:

-- cut here --
#!/bin/sh

# first find all used files and touch them (hope it's not massive
amount of files)
lsof -w -l +d /var/lib/php5 | awk -e '{ if (NR  1) { print  $9; } }'
| xargs -i touch -c {}

# find all files older then maxlifetime
find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f
-ignore_readdir_race -cmin +$(/usr/lib/php5/maxlifetime) -delete
-- cut here --

It takes other approach which should be lighter to the system, but I
need a confirmation from users before I apply it to Debian package (and
before it gets pulled to Ubuntu).

Ondřej

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

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 1083513] [NEW] installation IDN on PECL at PHP 5.3 fails

2012-11-27 Thread svecpetr
Public bug reported:

when you use PHP 5.3 or newer is impossible to add PECL IDN package to
PHP

because it fails

try this

sudo pecl install -f idn

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: php-pear 5.3.10-1ubuntu3.4 [modified: usr/share/php/.filemap]
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
ApportVersion: 2.0.1-0ubuntu15
Architecture: amd64
Date: Tue Nov 27 11:34:48 2012
InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release amd64 
(20120817.3)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=cs_CZ.UTF-8
 SHELL=/bin/bash
SourcePackage: php5
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  installation IDN on PECL at PHP  5.3 fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1083513/+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 967410] Re: Windows clients cannot connect to shared printers

2012-11-27 Thread alfalfa
Hi all,

I'm having trubles adding shared printer from Xp clients. 
I got the message Windows cannot connect to the printer. Either the printer 
name was typed incorrectly or the specified printer has lost its connection to 
the sever.
I tried solution @ #21 but when typing enumprinters i get

enumprinters
flags:[0x80]
name:[\\LOCALHOST\]
description:[\\LOCALHOST\,,Hewlett-Packard_HP_LaserJet_P1005]
comment:[Hewlett-Packard_HP_LaserJet_P1005]

as @ #28.

Why there is no printer name? How should i set it?

THX

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

Title:
  Windows clients cannot connect to shared printers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/967410/+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 1083542] [NEW] sudo dpkg-reconfigure maas-cluster-controller breaks

2012-11-27 Thread Raphaël Badin
Public bug reported:

$ sudo dpkg-reconfigure maas-cluster-controller 
   
maas-cluster-celery stop/waiting
maas-pserv stop/waiting
sed: can't read /etc/maas/pserv.conf: No such file or directory

The problem is that the post inst script of the cluster controller tries
to update /etc/maas/pserv.conf (which does not exist) instead of
/etc/maas/pserv.yaml.

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

** Branch linked: lp:~rvb/maas/packaging.bug-1083542

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

Title:
  sudo dpkg-reconfigure maas-cluster-controller breaks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1083542/+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 974938] Re: Process gsettings prevents logging in

2012-11-27 Thread Klaus Steinberger
nslcd helps definitly

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

Title:
  Process gsettings prevents logging in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/974938/+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 1081212] Re: The address of the API in pserv.conf (tftp/generator) is http://localhost/MAAS/api/1.0/pxeconfig/

2012-11-27 Thread Raphaël Badin
The branch linked to this bug has broken 'sudo dpkg-reconfigure maas-
cluster-controller' but also, this does not seem to work at all… I think
this is because, by default, the 'generator' is on a line that is
commented out: http://paste.ubuntu.com/1391512/

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

Title:
  The address of the API in pserv.conf (tftp/generator) is
  http://localhost/MAAS/api/1.0/pxeconfig/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1081212/+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 1081212] Re: The address of the API in pserv.conf (tftp/generator) is http://localhost/MAAS/api/1.0/pxeconfig/

2012-11-27 Thread Gavin Panella
** Branch linked: lp:~allenap/maas/packaging.cluster-pserv-address-
bug-1081212-part-2-the-revenge

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

Title:
  The address of the API in pserv.conf (tftp/generator) is
  http://localhost/MAAS/api/1.0/pxeconfig/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1081212/+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 545739] Re: lucid - php not parsed in user directory

2012-11-27 Thread Clint Byrum
This was fixed a long, long time ago.

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

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

Title:
  lucid - php not parsed in user directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/545739/+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 162082] Re: PHP fastcgi with PHP_FCGI_CHILDREN doesn't kill children when parent is killed

2012-11-27 Thread Clint Byrum
Fixed in Debian a long time ago.

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

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

Title:
  PHP fastcgi with PHP_FCGI_CHILDREN doesn't kill children when parent
  is killed

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/162082/+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 120103] Re: PHP 5.2.3-ubuntu1 Broken - Problems with : /usr/lib/php5/20060613+lfs/

2012-11-27 Thread Clint Byrum
This was fixed a long time ago.

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

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

Title:
  PHP 5.2.3-ubuntu1 Broken - Problems with : /usr/lib/php5/20060613+lfs/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/120103/+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 67811] Re: Takes all CPU time

2012-11-27 Thread Christopher K.
This symptom is not reproducible on fairly recent hardware.

Hmm. That's an interesting statement. First of all, BackupPC does not state 
that we need fairly recent hardware in it's requirements:
http://backuppc.sourceforge.net/faq/BackupPC.html#requirements

And I heard PCs from 2006 (when the bug was posted) are still used here or 
there ;-)
And I guess some of them need to be backed up.

And even if we have fairly recent hardware, some users might want to
work with the computer that is currently backed up while the backup is
running. When you backup a laptop, you might be able to avoid this.
Simply run the backup at night. But if you run a server 24/7, then you
can't tell your visitors from the other side of the earth not to visit
your website at night. So the backup should not affect the load
significantly.

So of course the backup should run with low priority. And (as Neal wrote), it 
is easy to achieve this.
I added nice  RsyncClientCmd like this:
$sshPath -q -x -l backuppc $host nice -n 19 /usr/bin/sudo $rsyncPath $argList+
Note: Here more things are changed from the default. The username is backuppc 
(not root) and sudo is used to run rsync (with user backuppc being allowed to 
run rsync in suoders). The adjusted default would look like this:
$sshPath -q -x -l root $host nice -n 19 $rsyncPath $argList+

As imho nice is pretty standard in unix, I guess it might be a good
idea to add this in the default settings.

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

Title:
  Takes all CPU time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/67811/+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 1083598] [NEW] package vsftpd 2.3.2-3ubuntu4.1 failed to install/upgrade: ErrorMessage: Package is in a very bad inconsistent state - you should reinstall it before attempting configuration.

2012-11-27 Thread Jerry Lin
Public bug reported:

I couldn't remove by apt-get remove vsfptd manually as well

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: vsftpd 2.3.2-3ubuntu4.1
ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
Uname: Linux 3.2.0-34-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu15
Architecture: i386
Date: Tue Nov 27 21:50:50 2012
ErrorMessage: ErrorMessage: Package is in a very bad inconsistent state - you 
should  reinstall it before attempting configuration.
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MarkForUpload: True
SourcePackage: vsftpd
Title: package vsftpd 2.3.2-3ubuntu4.1 failed to install/upgrade: ErrorMessage: 
Package is in a very bad inconsistent state - you should  reinstall it before 
attempting configuration.
UpgradeStatus: Upgraded to precise on 2012-11-27 (0 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package vsftpd 2.3.2-3ubuntu4.1 failed to install/upgrade:
  ErrorMessage: Package is in a very bad inconsistent state - you should
  reinstall it before attempting configuration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1083598/+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 1061244] Re: Fix net rpc share allowedusers to work with 2008r2

2012-11-27 Thread Dmitrijs Ledkovs
To get this SRUed into Precise, follow the procedure from 
https://wiki.ubuntu.com/StableReleaseUpdates
- adjust the bug description as per template on that page
- write an easy to follow test-case (i understand that it may require microsoft 
server)
- prepare debdiff with correct version number for precise-proposed bumping the 
dot revision
- resubscribe sponsors team

I am unsubscring sponsors team for now.

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

Title:
  Fix net rpc share allowedusers to work with 2008r2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1061244/+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 1061244] Re: Fix net rpc share allowedusers to work with 2008r2

2012-11-27 Thread Sebastien Bacher
** Changed in: samba (Ubuntu Precise)
   Status: New = Triaged

** Changed in: samba (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Fix net rpc share allowedusers to work with 2008r2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1061244/+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 967410] Re: Windows clients cannot connect to shared printers

2012-11-27 Thread Vindicar
alfalfa, as quick solution, try adding printer using URL (there should be an 
option for that in Add pritner dialog box. URL of printer page is the same it 
has in CUPS webinterface (most likely it looks like 
http://printserver.addr:631/printers/Printer_Name ).
It worked for me.

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

Title:
  Windows clients cannot connect to shared printers

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

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


[Blueprint servercloud-r-openstack-grizzly] Openstack next steps

2012-11-27 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items:
- Release and package nova, glance, keystone, cinder, swift, horizon, quantum, 
and ceilometer for main: TODO
+ Release and package nova, glance, keystone, cinder, swift, horizon, quantum, 
and ceilometer for main: INPROGRESS
  MIR dependencies that need to be done for ceilometer: TODO
  SSL support openstack endpoints: TODO
  Apparmor profile for openstack projects: TODO
  Make sure that vmware esxi works on ubuntu: TODO
- Make sure libvirt-xen works on ubuntu openstack: TODO
+ Make sure libvirt-xen works on ubuntu openstack: INPROGRESS
  Make sure that XCP/Xenserver work on Ubuntu openstack: TODO
  Make sure that openstack works with postgresql (revisit db-common): TODO
  rabbitmq vs activemq vs zeromq vs qpid: TODO
  Convert ubuntu CI lab to cutover to Openstack++ when we start planning to 
test: TODO
  Adding HA to CI testing: TODO
  Look at packaging Synaps contributed by Samsung: TODO
  Look at packaging Red Dwarf: TODO
  Look at packaging DNS as a service: TODO
  Look at Load Balancing as a service: TODO
  Look at NRPE Plugins Package: TODO
  Convert ubuntu CI lab to cutover to Openstack++ when we start planning to 
test: TODO
  [zulcss] FTBFS from is missing binaries: DONE
  [zulcss] Remove nova-volume in Grizzly: DONE
  [ivoks] Test quantum on ARM: TODO
  (Folsom-Grizzly) (Grizzly-) for the Ubuntu Devel release + Precise: TODO

-- 
Openstack next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-openstack-grizzly

-- 
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 1079897] Re: walinuxagent mangles server identity and access on upgrade

2012-11-27 Thread Louis Bouchard
** Description changed:

+ SRU justification
+ 
+ Impact : Users of Precise cloud image on Azure cloud loose sudoers
+ identity when upgrading or doing a reconfiguration of the waliuxagent
+ package
+ 
+ Fix : Comment #4 outlines the changes made to fix the problem
+ 
+ Test Case : 
+  - Create a 12.04 Precise instance on Azure
+  - run dpkg-reconfigure walinuxagent
+  - log out and log back int
+ User should be able to use 'sudo' to gain administrator's privileges from the 
user account defined when the instance was created.
+ 
+ Regression : None expected as no change in functionality only
+ packaging/installation modification were done.
+ 
+ Description of the problem :
+ 
  walinxuagent, as packaged will result in a server losing its identity at
  agent installation or at agent start. Specifically, it will remove
  /var/lib/waagent (containing provisioning meta-data),
  /etc/ssh/{config,ssh_rsa*} and /etc/sudoers.d/waagent.  Because of the
  way that Winodws Azure boots, this means that the identity of hosts will
  be completely stripped out, the user who was provisioned with the system
  will be locked out, and worst of all, a person who installs this package
  on a non-Windows Azure system may be exposed to losing their host's SSH
  identity.

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

Title:
  walinuxagent mangles server identity and access on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1079897/+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 1063177] Re: update MySQL 5.5.28

2012-11-27 Thread Clint Byrum
** Changed in: mysql-5.5 (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  update MySQL 5.5.28

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1063177/+subscriptions

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


[Blueprint servercloud-r-cloudarchive] Ubuntu Cloud Archive - Next Steps

2012-11-27 Thread Adam Gandelman
Blueprint changed by Adam Gandelman:

Work items changed:
  Work items:
  [davewalker] release folsom in the cloud-archive: TODO
  canary testing of cloud-archive pockets with 12.04 on a daily basis: TODO
- [gandelman-a] make version reporting part of the official cloud-archive 
toolset: TODO
+ [gandelman-a] make version reporting part of the official cloud-archive 
toolset: INPROGRESS
  bug reporting apport stuff for cloud-archive to ensure bugs get to the right 
location: TODO
  improve and document branch management approach around openstack packages in 
the main and cloud archives: TODO
  communication on what combinations of openstack and ubuntu are actually 
supported: TODO
  document sru process for updates into the cloud archive post review: TODO
  document cloud-archive opening process: TODO
  table review at TB to make cloud-archive an official part of Ubuntu: TODO
  review use of/setup a 'cloud-archive announce' mailing list: TODO
  reporting around NBS and toolsets to remove: TODO
  get hosting for reports: TODO
  Polishing tooling: TODO

-- 
Ubuntu Cloud Archive - Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-cloudarchive

-- 
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 1079897] Re: walinuxagent mangles server identity and access on upgrade

2012-11-27 Thread Antonio Rosales
--- Status Update for Affected Users ---

The fix (described by @james-page above) is included in the current
development release of Ubuntu, 13.04 (Raring).  @utlemming has confirmed
the fix for 12.04 and 12.10.  @louis-bouchard is currently working on
getting this fix applied to 12.04 and 12.10 via the Ubuntu Stable
Release Update process[0] due to the critical nature of this bug.

-Thanks,
Antonio


[0] https://wiki.ubuntu.com/StableReleaseUpdates

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

Title:
  walinuxagent mangles server identity and access on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1079897/+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 1073289] Re: nova-common has an incorrect dep on python-nova (= 2012.1-0ubuntu2)

2012-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  nova-common has an incorrect dep on python-nova (= 2012.1-0ubuntu2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1073289/+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 1065785] Re: volume and snapshot IDs do not correctly map to UUIDs after folsom upgrade

2012-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  volume and snapshot IDs do not correctly map to UUIDs after folsom
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1065785/+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 1065702] Re: After folsom upgrade, instances can no longer access existing volumes.

2012-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  After folsom upgrade, instances can no longer access existing volumes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1065702/+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 1062314] Re: do_refresh_security_group_rules in nova.virt.firewall is very slow

2012-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom

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

Title:
  do_refresh_security_group_rules in nova.virt.firewall is very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1062314/+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 1079897] Re: walinuxagent mangles server identity and access on upgrade

2012-11-27 Thread Chris J Arges
** Changed in: walinuxagent (Ubuntu Precise)
 Assignee: (unassigned) = Louis Bouchard (louis-bouchard)

** Changed in: walinuxagent (Ubuntu Quantal)
 Assignee: (unassigned) = Louis Bouchard (louis-bouchard)

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

Title:
  walinuxagent mangles server identity and access on upgrade

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

2012-11-27 Thread Carsten Schlote
Public bug reported:


Package ist really outdated for kernel 3.5.0 (lts backport to precise)

Modules not build: vmxnet vmhgfs vmblock

See build log.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.12.20-562307-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
Uname: Linux 3.2.0-33-generic x86_64
ApportVersion: 2.0.1-0ubuntu15
Architecture: amd64
DKMSKernelVersion: 3.5.0-18-generic
Date: Tue Nov 27 18:53:46 2012
InstallationMedia: Kubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120817.2)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2011.12.20-562307-0ubuntu1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

** Attachment added: Output of DKMS
   https://bugs.launchpad.net/bugs/1083719/+attachment/3445286/+files/make.log

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

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

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

2012-11-27 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1083719/+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 945177] Re: not lintian clean

2012-11-27 Thread Yolanda Robla
** Changed in: nova (Ubuntu)
 Assignee: (unassigned) = Yolanda Robla (yolanda.robla)

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

Title:
  not lintian clean

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

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


[Blueprint servercloud-r-juju-charm-testing] Juju Charm Testing

2012-11-27 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Whiteboard set to:
Discussion:
 *Bug submission on charm failure.
 *Define a process around how charm maintainers respond to test failures and 
subsequent bugs. Can a user run a manual test and submit the test back to the 
bug report to update testing status to green.
 *Enable Autocharm tester to be more resilient against provider failures, and 
Jenkins usage.

-- 
Juju Charm Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-juju-charm-testing

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


[Blueprint servercloud-r-juju-charm-testing] Juju Charm Testing

2012-11-27 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Whiteboard changed:
  Discussion:
-  *Bug submission on charm failure.
-  *Define a process around how charm maintainers respond to test failures and 
subsequent bugs. Can a user run a manual test and submit the test back to the 
bug report to update testing status to green.
-  *Enable Autocharm tester to be more resilient against provider failures, and 
Jenkins usage.
+  *Bug submission on charm failure.
+  *Define a process around how charm maintainers respond to test failures and 
subsequent bugs. Can a user run a manual test and submit the test back to the 
bug report to update testing status to green.
+  *Enable Autocharm tester to be more resilient against provider failures, and 
Jenkins usage.
+  simulate provider failure, and be able to recover: $ juju ssh MACHINE 
sudo shutdown now

-- 
Juju Charm Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-juju-charm-testing

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


[Blueprint servercloud-r-libvirt] Libvirt work for R

2012-11-27 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
- [serge-hallyn] Have virbr0 not be set to autostart if it's network is in use: 
TODO
+ [serge-hallyn] Have virbr0 not be set to autostart if it's network is in use: 
DONE
  [stefan-bader-canonical] watch for libxl patches for xen 4.2: TODO
  [mdeslaur] make sure OVMF support in virt-manager is sufficient to easily 
test secureboot and non-secureboot UEFI boots: TODO
- [serge-hallyn] Implement a package to simplify hugepages support in 
libirt-qemu (LP: #1001584): TODO
+ [serge-hallyn] Simplify hugepages exploitation in libirt-qemu (LP: #1001584): 
INPROGRESS

-- 
Libvirt work for R
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-libvirt

-- 
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 1079212] Re: network slow when 2 VMs using virtio net bridged to same pyhs. network device on kvm host

2012-11-27 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  network slow when 2 VMs using virtio net bridged to same pyhs. network
  device on kvm host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iperf/+bug/1079212/+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 1083824] [NEW] php5 UTF-8 bug

2012-11-27 Thread Procion
Public bug reported:

Linux servername 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC
2012 x86_64 x86_64 x86_64 GNU/Linux

Bug found, when using pho5-fpm:

Package: php5-fpm
Status: install ok installed
Priority: optional
Section: php
Installed-Size: 8081
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: amd64
Source: php5
Version: 5.3.10-1ubuntu3.4
Provides: phpapi-20090626
Depends: libbz2-1.0, libc6 (= 2.15), libdb5.1, libpcre3 (= 8.10), libssl1.0.0 
(= 1.0.0), libxml2 (= 2.7.4), zlib1g (= 1:1.1.4), mime-support, php5-common 
(= 5.3.10-1ubuntu3.4), libmagic1, ucf, tzdata
Pre-Depends: dpkg (= 1.15.7.2~)
Suggests: php-pear


Php application receives registration form with two fields (Name,
Surname) in ru_RU UTF-8. I've checked content of $_REQUEST and $_POST,
and there array 'client', which contains fields with normal valid UTF-8
strings. But then developer of application getting 'client' array to
separate array variable:

$c = $_POST['client'];

and $c then contains invalid UTF-8 sequences.

for example in source was d180d0b8
but in $c it becomes f180d0b8
as you can see, it's invalid sequence and invalid behaviour of php.

and then database engine gives error about that.

I solved issue by getting values directly:

$data = array(
'name' = $_POST['client']['name'],
'sur_name' = $_POST['client']['surName'],
)

and it works. But the bug still remains and may cause lots of problems.

** Affects: php-fpm
 Importance: Undecided
 Status: New

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


** Tags: array php5-fpm utf-8

** Also affects: php-fpm
   Importance: Undecided
   Status: New

** No longer affects: nova

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

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

Title:
  php5 UTF-8 bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/php-fpm/+bug/1083824/+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 1071529] Re: Please merge libapache2-mod-perl2

2012-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/libapache2-mod-perl2

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

Title:
  Please merge libapache2-mod-perl2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-perl2/+bug/1071529/+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 1081212] Re: The address of the API in pserv.conf (tftp/generator) is http://localhost/MAAS/api/1.0/pxeconfig/

2012-11-27 Thread Julian Edwards
That's odd.  It was not commented out on my installation :/

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

** Also affects: maas/1.2
   Importance: Undecided
   Status: New

** Also affects: maas/trunk
   Importance: Undecided
   Status: New

** Changed in: maas/1.2
Milestone: None = 12.10-stabilization

** Changed in: maas/1.2
   Importance: Undecided = Critical

** Changed in: maas/trunk
   Importance: Undecided = Critical

** Changed in: maas (Ubuntu Raring)
   Status: In Progress = Confirmed

** Changed in: maas (Ubuntu Raring)
 Assignee: Julian Edwards (julian-edwards) = (unassigned)

** Changed in: maas/trunk
   Status: New = In Progress

** Changed in: maas/1.2
   Status: New = In Progress

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

Title:
  The address of the API in pserv.conf (tftp/generator) is
  http://localhost/MAAS/api/1.0/pxeconfig/

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1081212/+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 1062716] Re: Regression in privileges of mysql debian-sys-maint user

2012-11-27 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.5 - 5.5.28-0ubuntu1

---
mysql-5.5 (5.5.28-0ubuntu1) raring; urgency=low

  [ Alex Bligh ]
  * debian/mysql-server-5.5.postinst: Add Create_tablespace_priv which
was missed in the 5.1 - 5.5 transition, and regressed GRANT
privileges for the debian-sys-maint user. (LP: #1062716)

  [ Clint Byrum ]
  * d/rules: Build with debug symbols (LP: #1014872)
 -- Clint Byrum cl...@ubuntu.com   Tue, 27 Nov 2012 03:50:57 -0800

** Changed in: mysql-5.5 (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Regression in privileges of mysql debian-sys-maint user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1062716/+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 1014872] Re: no debug symbols for mysql-server

2012-11-27 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.5 - 5.5.28-0ubuntu1

---
mysql-5.5 (5.5.28-0ubuntu1) raring; urgency=low

  [ Alex Bligh ]
  * debian/mysql-server-5.5.postinst: Add Create_tablespace_priv which
was missed in the 5.1 - 5.5 transition, and regressed GRANT
privileges for the debian-sys-maint user. (LP: #1062716)

  [ Clint Byrum ]
  * d/rules: Build with debug symbols (LP: #1014872)
 -- Clint Byrum cl...@ubuntu.com   Tue, 27 Nov 2012 03:50:57 -0800

** Changed in: mysql-5.5 (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  no debug symbols for mysql-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1014872/+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 1072713] Re: Linux bridge port update causes exception

2012-11-27 Thread Mark McLoughlin
** Changed in: quantum/folsom
   Importance: Undecided = High

** Changed in: quantum/folsom
 Assignee: (unassigned) = Gary Kotton (garyk)

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

Title:
  Linux bridge port update causes exception

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

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


[Bug 1070335] Re: l3 db operations failed in multiple transactions

2012-11-27 Thread Mark McLoughlin
** Changed in: quantum/folsom
   Importance: Undecided = Medium

** Changed in: quantum/folsom
 Assignee: (unassigned) = Gary Kotton (garyk)

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

Title:
  l3 db operations failed in multiple transactions

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

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


[Bug 1069966] Re: rootwrap error with L3 agent

2012-11-27 Thread Mark McLoughlin
** Changed in: quantum/folsom
 Assignee: (unassigned) = Gary Kotton (garyk)

** Changed in: quantum/folsom
   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/1069966

Title:
  rootwrap error with L3 agent

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

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


[Bug 1064748] Re: a port which is not able to delete is made when floatingip create fails.

2012-11-27 Thread Mark McLoughlin
** Changed in: quantum/folsom
   Importance: Undecided = Medium

** Changed in: quantum/folsom
 Assignee: (unassigned) = Gary Kotton (garyk)

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

Title:
  a port which is not able to delete is made when floatingip create
  fails.

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

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


[Bug 1064235] Re: router create with external_gateway_info fails with 500 always.

2012-11-27 Thread Mark McLoughlin
** Changed in: quantum/folsom
   Importance: Undecided = High

** Changed in: quantum/folsom
 Assignee: (unassigned) = Gary Kotton (garyk)

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

Title:
  router create with external_gateway_info fails with 500 always.

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

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


[Bug 1064261] Re: Port create with invalid IP data creates port.

2012-11-27 Thread Mark McLoughlin
** Changed in: quantum/folsom
   Importance: Undecided = High

** Changed in: quantum/folsom
 Assignee: (unassigned) = Gary Kotton (garyk)

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

Title:
  Port create with invalid IP data creates port.

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

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


[Bug 1064070] Re: tap device added to integration bridge without tag

2012-11-27 Thread Mark McLoughlin
** Changed in: quantum/folsom
   Importance: Undecided = Medium

** Changed in: quantum/folsom
 Assignee: (unassigned) = Gary Kotton (garyk)

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

Title:
  tap device added to integration bridge without tag

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

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


[Bug 1023752] Re: Intermittent kernel crash on Pandaboard ES Rev B

2012-11-27 Thread Directrix1
I also have this problem. I'll post a backtrace on the next occurrence.

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

Title:
  Intermittent kernel crash on Pandaboard ES Rev B

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

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


Re: [Bug 495423] Re: update to grub-pc writes MBR without checks, prompt or backup

2012-11-27 Thread Jeremy Visser
On 27/11/12 12:26, Jeremy Visser wrote:
 I just upgraded it to Ubuntu 12.04 using the GUI dist-upgrade tool, and
 it overwrote the unique TrueCrypt MBR, rendering the Windows 7
 installation useless.

And just so Google doesn't forever remember me as the idiot who upgraded
without backups, this *was* a throwaway laptop so losing all the Windows
data is an inconvenient setback, but nothing more.

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

Title:
  update to grub-pc writes MBR without checks, prompt or backup

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

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


[Bug 1083466] Status changed to Confirmed

2012-11-27 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/1083466

Title:
  touchpad's right and middle click not working

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

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


[Bug 979535] Re: qapt-deb-installer doesn't install any local package

2012-11-27 Thread ValeryK
I have same problem on every mashines. Kubuntu 12.04x64

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

Title:
  qapt-deb-installer doesn't install any local package

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

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


[Bug 888951] Re: jmock2 version 2.5.1+dfsg-1 failed to build with openjdk-7

2012-11-27 Thread Clay Atkins
We're mavenized. When will this fix show up in central?

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

Title:
  jmock2 version 2.5.1+dfsg-1 failed to build with openjdk-7

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

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


[Bug 802255] Re: cannot move icons when attempting to customize toolbars

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

** Changed in: firefox (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/802255

Title:
  cannot move icons when attempting to customize toolbars

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

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


[Bug 695680] Re: [gm45] Choppy / jerky mouse with Intel GMA 4500M

2012-11-27 Thread Martin Lukeš
I just realize that the time for which the mouse is jerky is much shorter if I 
plug-in the power cord to the laptop.
Strange, isn't it?

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

Title:
  [gm45] Choppy / jerky mouse with Intel GMA 4500M

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

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


[Bug 1082059] Re: default quantal kernel does not boot my macbook air

2012-11-27 Thread William
Hello Chris,

I have tested the kernel and the system boots without problems now.
Thank you for looking into this.

Regards,
William van de Velde

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

Title:
  default quantal kernel does not boot my macbook air

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

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


[Bug 1012170] Re: xsensors -f option does not work

2012-11-27 Thread Nanley Chery
** Changed in: xsensors (Ubuntu)
   Status: New = In Progress

** Changed in: xsensors (Ubuntu)
 Assignee: (unassigned) = Nanley Chery (nanoman)

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

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

Title:
  xsensors -f option does not work

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

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


[Bug 1083474] [NEW] Menus and text boxes get super glitchy

2012-11-27 Thread Alexander T. Stanton
Public bug reported:

Even while I am typing this the screen is getting so glitchy and only in
text related boxes, menus, scroll bars.  Its very difficult to read what
I am typing.  Its been happening quite often and I can only fix it by
restarting the computer, but its only a matter of time before it happens
again.  Don't know what else to do, its been a thorn in my side for
quite some time now and I need a fix.  I attached a picture of the
glitch in progress.  I don't quite know how to repeat the bug yet, but I
am willing to help anyway I can.

This is my `lspci` if it helps.

http://pastebin.ubuntu.com/1391104/

Thank You!

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,vpswitch,place,gnomecompat,grid,mousepoll,snap,compiztoolbox,imgpng,move,wall,resize,regex,session,unitymtgrabhandles,animation,expo,fade,scale,workarounds,ezoom,unityshell]
CompositorRunning: compiz
Date: Tue Nov 27 02:32:41 2012
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard: NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2) 
(prog-if 00 [VGA controller])
InstallationDate: Installed on 2012-11-26 (0 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-18-generic 
root=UUID=fd066a74-b1b3-49e3-b523-9193695b882d ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/19/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.20
dmi.board.name: N68-VS3 UCC
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.20:bd09/19/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnN68-VS3UCC:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.8.4+bzr3407-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

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


** Tags: amd64 apport-bug compiz-0.9 corruption quantal running-unity ubuntu

** Attachment added: Photo of the Glitchyness
   
https://bugs.launchpad.net/bugs/1083474/+attachment/3444765/+files/2012-11-27%2002.43.14.jpg

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

Title:
  Menus and text boxes get super glitchy

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

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


[Bug 1069859] Re: don't create initial newspaper page

2012-11-27 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  don't create initial newspaper page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-netbook-default-settings/+bug/1069859/+subscriptions

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


[Bug 1083287] Re: sistem not start normally, only safe mode

2012-11-27 Thread Fabio Marconi
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We understand the difficulties you
are facing, but it is better to raise problems you are having in the
support tracker at https://answers.launchpad.net/ubuntu if you are
uncertain if they are bugs. You can also find help posting your problem
in the support forum of your local Ubuntu's community
http://loco.ubuntu.com/ or asking at http://askubuntu.com. For help on
reporting bugs, see https://help.ubuntu.com/community/ReportingBugs.

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/unity/+question/215362

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

Title:
  sistem not start normally, only safe mode

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

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


[Bug 1083287] Re: sistem not start normally, only safe mode

2012-11-27 Thread Fabio Marconi
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We understand the difficulties you
are facing, but it is better to raise problems you are having in the
support tracker at https://answers.launchpad.net/ubuntu if you are
uncertain if they are bugs. You can also find help with your problem in
the support forum of your local Ubuntu community http://loco.ubuntu.com/
or asking at http://askubuntu.com or http://ubuntuforums.org. For help
on reporting bugs, see https://help.ubuntu.com/community/ReportingBugs.

** Tags removed: patch

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

Title:
  sistem not start normally, only safe mode

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

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


[Bug 1057000] Re: [Ubuntu 12.04.1/12.10] nVidia drivers 304.51 prevent autohidden Unity launcher from revealing

2012-11-27 Thread Zacharias Luiten
Using nvidia-graphics-drivers-experimental-310 drivers fixed it for me!

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

Title:
  [Ubuntu 12.04.1/12.10] nVidia drivers 304.51 prevent autohidden Unity
  launcher from revealing

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

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


[Bug 1021069] Re: BUG: unable to handle kernel NULL pointer dereference at 00000020; EIP is at sysfs_do_create_link+0x23/0x1d0

2012-11-27 Thread Mikko Vänttinen
There is a solution or more of a shortcut to this problem. I tryied
everything I could find in the internet and what I could come up with my
own but only way to fix this problem was to updat OS to Ubuntu 12.10
which doesn't have 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/1021069

Title:
  BUG: unable to handle kernel NULL pointer dereference at 0020; EIP
  is at sysfs_do_create_link+0x23/0x1d0

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

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


[Bug 1074779] Re: llvmpipe used after clean install instead of intel

2012-11-27 Thread Albert Pool
It seems the problem was due to mdm not exiting Plymouth. Probably an
mdm update will come to Linux Mint users to fix this.

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

Title:
  llvmpipe used after clean install instead of intel

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

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


[Bug 1023896] Re: black screen after Install Ubuntu Server

2012-11-27 Thread Colin 't Hart
Incomplete - Expired?

This bug still exists. What more information do you need?

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

Title:
  black screen after Install Ubuntu Server

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

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


[Bug 332530] Re: [needs-packaging] fractgen

2012-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/fractgen

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

Title:
  [needs-packaging] fractgen

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

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


[Bug 1082920] Re: usb-storage: Not Ready: Medium not present

2012-11-27 Thread Endre Kollár
** Tags added: kernel-bug-exists-upstream

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

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

Title:
  usb-storage: Not Ready: Medium not present

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

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


[Bug 1040557] Re: UEFI boot live-usb bricks SAMSUNG 530U3C, np700z5c laptop

2012-11-27 Thread Jose Padilla
#56: Yes, you're right. I meant to 530U3C model. I suppose It was
discontinued only in that online shop, not Samsung.

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

Title:
  UEFI boot live-usb bricks SAMSUNG 530U3C,np700z5c laptop

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

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


[Bug 1083483] [NEW] package libpulse0 1:2.1-0ubuntu4 failed to install/upgrade: trying to overwrite shared '/etc/pulse/client.conf', which is different from other instances of package libpulse0:i386

2012-11-27 Thread Schwarzburg
Public bug reported:

I did never change those files manually.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: libpulse0 1:2.1-0ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
AptOrdering:
 libpulse0: Install
 libpulse0: Install
 libpulse0: Configure
 libpulse0: Configure
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  schwarz2416 F pulseaudio
 /dev/snd/pcmC0D0p:   schwarz2416 F...m pulseaudio
Date: Mon Nov 26 17:52:16 2012
DuplicateSignature:
 Unpacking replacement libpulse0:i386 ...
 dpkg: error processing 
/var/cache/apt/archives/libpulse0_1%3a2.1-0ubuntu4_i386.deb (--unpack):
  trying to overwrite shared '/etc/pulse/client.conf', which is different from 
other instances of package libpulse0:i386
ErrorMessage: trying to overwrite shared '/etc/pulse/client.conf', which is 
different from other instances of package libpulse0:i386
InstallationDate: Installed on 2011-06-20 (525 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
MarkForUpload: True
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
SourcePackage: pulseaudio
Title: package libpulse0 1:2.1-0ubuntu4 failed to install/upgrade: trying to 
overwrite shared '/etc/pulse/client.conf', which is different from other 
instances of package libpulse0:i386
UpgradeStatus: Upgraded to quantal on 2012-10-19 (38 days ago)
dmi.bios.date: 12/28/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 212
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: UL30A
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr212:bd12/28/2009:svnASUSTeKComputerInc.:pnUL30A:pvr1.0:rvnASUSTeKComputerInc.:rnUL30A:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: UL30A
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: amd64 apport-package package-conflict quantal

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

Title:
  package libpulse0 1:2.1-0ubuntu4 failed to install/upgrade: trying to
  overwrite shared '/etc/pulse/client.conf', which is different from
  other instances of package libpulse0:i386

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

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


[Bug 1083482] [NEW] package libsane 1.0.23-0ubuntu1 failed to install/upgrade: trying to overwrite shared '/etc/sane.d/fujitsu.conf', which is different from other instances of package libsane:amd64

2012-11-27 Thread Schwarzburg
Public bug reported:

There seems to have been a problem with the upgrade.

I did never manually change these files.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: libsane 1.0.23-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
AptOrdering:
 libsane: Install
 libsane: Install
 libsane: Configure
 libsane: Configure
Architecture: amd64
Date: Mon Nov 26 18:23:21 2012
DpkgTerminalLog:
 Preparing to replace libsane:amd64 1.0.23-0ubuntu1 (using 
.../libsane_1.0.23-0ubuntu1_amd64.deb) ...
 Unpacking replacement libsane:amd64 ...
 dpkg: error processing 
/var/cache/apt/archives/libsane_1.0.23-0ubuntu1_amd64.deb (--unpack):
  trying to overwrite shared '/etc/sane.d/fujitsu.conf', which is different 
from other instances of package libsane:amd64
DuplicateSignature:
 Unpacking replacement libsane:amd64 ...
 dpkg: error processing 
/var/cache/apt/archives/libsane_1.0.23-0ubuntu1_amd64.deb (--unpack):
  trying to overwrite shared '/etc/sane.d/fujitsu.conf', which is different 
from other instances of package libsane:amd64
ErrorMessage: trying to overwrite shared '/etc/sane.d/fujitsu.conf', which is 
different from other instances of package libsane:amd64
InstallationDate: Installed on 2011-06-20 (525 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
MarkForUpload: True
SourcePackage: sane-backends
Title: package libsane 1.0.23-0ubuntu1 failed to install/upgrade: trying to 
overwrite shared '/etc/sane.d/fujitsu.conf', which is different from other 
instances of package libsane:amd64
UpgradeStatus: Upgraded to quantal on 2012-10-19 (38 days ago)
mtime.conffile..etc.sane.d.dll.conf: 2012-09-20T02:17:01
mtime.conffile..etc.sane.d.fujitsu.conf: 2012-09-20T02:17:01
mtime.conffile..etc.sane.d.genesys.conf: 2012-09-20T02:17:01
mtime.conffile..etc.sane.d.gt68xx.conf: 2012-09-20T02:17:01
mtime.conffile..etc.sane.d.kodakaio.conf: 2012-09-20T02:17:01
mtime.conffile..etc.sane.d.xerox.mfp.conf: 2012-09-20T02:17:01

** Affects: sane-backends (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-conflict quantal

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

Title:
  package libsane 1.0.23-0ubuntu1 failed to install/upgrade: trying to
  overwrite shared '/etc/sane.d/fujitsu.conf', which is different from
  other instances of package libsane:amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1083482/+subscriptions

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


Re: [Bug 1082281] Re: kernel panic

2012-11-27 Thread huguenant
Hello

Le 26/11/2012 17:53, Joseph Salisbury a écrit :
 Do you have  a way to reproduce the panic, or was it a one time event?
It was the first time, and not reproduced.

 Did this issue start happening after an update/upgrade?
Il happened after installation of Gnome 3.6, the same day.
 Was there a
 kernel version where you were not having this particular problem?  This
 will help determine if the problem you are seeing is the result of the
 introduction of a regression, and when this regression was introduced.

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

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


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

Title:
  kernel panic

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

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

[Bug 1079897] Re: walinuxagent mangles server identity and access on upgrade

2012-11-27 Thread James Page
** Changed in: Ubuntu Raring
   Status: Fix Committed = Fix Released

** Package changed: Ubuntu Precise = walinuxagent (Ubuntu Precise)

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

Title:
  walinuxagent mangles server identity and access on upgrade

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

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


[Bug 1072693] Re: Empathy does not connect accounts, Facebook, Google, Outlook

2012-11-27 Thread Lukasz Grzesik
Hello again. I don't know where is a bug. But in my case problem problem
was hidden in a /home. Empathy or Ubuntu Online Accounts was wrong saved
a settings in /home. In my case delete configuration was worked right,
but we must check a UOA (ubuntu online accounts) for bug in here. If I
remember correctly this operation (delete config) can reset a icons
settings to default. I delete a empathy config from .local, .share, and
completly delete .gconf (for fixed other problem) from /home. I delete a
folder enthusiastically for fix a another system problem and Empathy can
repaired by the way.

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

Title:
  Empathy does not connect accounts, Facebook, Google, Outlook

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

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


[Bug 1083485] [NEW] No HDMI support on Dell M6700

2012-11-27 Thread Yung Shen
Public bug reported:

Unable to detect hdmi signal from Dell M6700 with Ubuntu 12.04.1 LTS 64
bit

cid: 201205-11042

Tried following package, after nvidia-xconfig represent worst resolution:
nvidia-experimental-304
nvidia-experimental-310

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-29-generic 3.2.0-29.46
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 3505 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e3 irq 49'
   Mixer name   : 'IDT 92HD93BXX'
   Components   : 'HDA:111d76df,1028053f,00100203'
   Controls  : 19
   Simple ctrls  : 10
Date: Tue Nov 27 03:47:15 2012
HibernationDevice: RESUME=UUID=d764ac7b-d914-4ca3-804c-47b3fd11c5f5
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
MachineType: Dell Inc. Precision M6700
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=6635a3a1-d173-4e79-8c1f-38e08cb4be5f ro quiet splash initcall_debug 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-29-generic N/A
 linux-backports-modules-3.2.0-29-generic  N/A
 linux-firmware1.79
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/03/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 011BL2
dmi.board.vendor: Dell Inc.
dmi.board.version: X03
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd09/03/2012:svnDellInc.:pnPrecisionM6700:pvr01:rvnDellInc.:rn011BL2:rvrX03:cvnDellInc.:ct9:cvr:
dmi.product.name: Precision M6700
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug precise 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/1083485

Title:
  No HDMI support on Dell M6700

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

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


[Bug 1083485] Status changed to Confirmed

2012-11-27 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/1083485

Title:
  No HDMI support on Dell M6700

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

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


[Bug 1083483] Re: package libpulse0 1:2.1-0ubuntu4 failed to install/upgrade: trying to overwrite shared '/etc/pulse/client.conf', which is different from other instances of package libpulse0:i386

2012-11-27 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/1083483

Title:
  package libpulse0 1:2.1-0ubuntu4 failed to install/upgrade: trying to
  overwrite shared '/etc/pulse/client.conf', which is different from
  other instances of package libpulse0:i386

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

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


[Bug 1083482] Re: package libsane 1.0.23-0ubuntu1 failed to install/upgrade: trying to overwrite shared '/etc/sane.d/fujitsu.conf', which is different from other instances of package libsane:amd64

2012-11-27 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/1083482

Title:
  package libsane 1.0.23-0ubuntu1 failed to install/upgrade: trying to
  overwrite shared '/etc/sane.d/fujitsu.conf', which is different from
  other instances of package libsane:amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1083482/+subscriptions

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


[Bug 1083458] Re: Unable to open jockey-gtk on Dell M4800

2012-11-27 Thread Yung Shen
** Summary changed:

- Unable to open jockey-gtk on 12.04 64bit
+ Unable to open jockey-gtk on Dell M4800

** Description changed:

- Failed to launch jockey-gtk properly. (cid: 2101205-11049)
+ Failed to launch jockey-gtk properly on Dell M4800 with 12.04 64bit.
+ (cid: 2101205-11049)
  
  With discrete graphic card:
  
  01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device
  [10de:0ffc] (rev a1)
  
  message:
  
  (jockey-gtk:6310): Gtk-CRITICAL **: gtk_icon_set_render_icon_pixbuf:
  assertion `icon_set != NULL' failed
  
  (jockey-gtk:6310): Gtk-CRITICAL **: gtk_icon_set_render_icon_pixbuf: 
assertion `icon_set != NULL' failed
  Traceback (most recent call last):
    File /usr/bin/jockey-gtk, line 418, in module
  sys.exit(u.run())
    File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 468, in run
  self.ui_show_main()
    File /usr/bin/jockey-gtk, line 94, in ui_show_main
  self.update_tree_model()
    File /usr/bin/jockey-gtk, line 275, in update_tree_model
  info = self.get_ui_driver_info(h_id)
    File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 295, in 
get_ui_driver_info
  info = self.backend().handler_info(handler_id)
    File /usr/lib/python2.7/dist-packages/dbus/proxies.py, line 145, in 
__call__
  **keywords)
    File /usr/lib/python2.7/dist-packages/dbus/connection.py, line 651, in 
call_blocking
  message, timeout)
  dbus.exceptions.DBusException: org.freedesktop.DBus.Python.ValueError: 
Traceback (most recent call last):
    File /usr/lib/python2.7/dist-packages/dbus/service.py, line 707, in 
_message_cb
  retval = candidate_method(self, *args, **keywords)
    File /usr/lib/python2.7/dist-packages/jockey/backend.py, line 264, in 
handler_info
  'recommended': str(h.recommended()),
    File /usr/share/jockey/handlers/nvidia.py, line 130, in recommended
  nd = NvidiaDetection()
    File /usr/lib/python2.7/dist-packages/NvidiaDetector/nvidiadetector.py, 
line 68, in __init__
  self.getData()
    File /usr/lib/python2.7/dist-packages/NvidiaDetector/nvidiadetector.py, 
line 149, in getData
  driver_version = self.__get_value_from_name(stripped_package_name)
    File /usr/lib/python2.7/dist-packages/NvidiaDetector/nvidiadetector.py, 
line 87, in __get_value_from_name
  v = int(name)
  ValueError: invalid literal for int() with base 10: 'experimental-304'
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: jockey-gtk 0.9.7-0ubuntu7.1
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Uname: Linux 3.2.0-29-generic x86_64
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  Date: Tue Nov 27 01:40:57 2012
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  MachineType: Dell Inc. Precision M4700
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=9421ca35-9605-4ac6-8960-a84e66f2e65e ro quiet splash initcall_debug 
vt.handoff=7
  SourcePackage: jockey
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/21/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 0DK7DT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X03
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd06/21/2012:svnDellInc.:pnPrecisionM4700:pvr01:rvnDellInc.:rn0DK7DT:rvrX03:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M4700
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

Title:
  Unable to open jockey-gtk on Dell M4800

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

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

[Bug 1078041] Re: linux: 3.5.0-19.30 -proposed tracker

2012-11-27 Thread Brendan Donegan
Hardware Certification have begun testing this -proposed kernel

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = Brendan 
Donegan (brendan-donegan)

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

Title:
  linux: 3.5.0-19.30 -proposed tracker

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

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


[Bug 1004437] Re: grsync unity launcher integration

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

** Changed in: grsync (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/1004437

Title:
  grsync unity launcher integration

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

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


[Bug 1059950] Re: Mangler crashes frequently w/ errors in terminal

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

** Changed in: mangler (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/1059950

Title:
  Mangler crashes frequently w/ errors in terminal

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

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


Re: [Bug 1083321] Re: okular respects adobe drm

2012-11-27 Thread janl
On 11/27/2012 12:57 AM, Jonathan Thomas wrote:
 You can configure whether or not Okular respects the DRM within the
 settings, but the default will not be changed. (See
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531221)

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

Upstreams wish to adhere to the ISO standard is very touching but 
irrelevant to all of Debian, Ubuntu and GNU and IMHO also voilates the 
principle of least surprise.

Fixing this in ubuntu or upstream will be less of a burden on human kind 
than thousands of users wondering why they don't have full access to 
their own documents and not being able to figure out why and how to fix.

But whatever, I'll flip the bit and _I_ will be happy.  Mostly.

I probably sound negative, but I should add that I've been happily using 
KDE on ubuntu for years and years and I'm also very happy that I don't 
have to use Gnome or Windows.  The inclusion of KDE in ubuntu is a far 
greater good than whatever quibbles I have about adobe drm.

Thanks,
   Nicolai

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

Title:
  okular respects adobe drm

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

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


[Bug 1079722] Re: Xorg crashing randomly

2012-11-27 Thread Lorant Nemeth
After reinstalling laptop to 12.04 crash still occurs (I can't even log
in), but at least nouveau works better then in 12.10.

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

Title:
  Xorg crashing randomly

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

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


Re: [Bug 992232] Re: [needs-packaging] libreoffice-report-builder

2012-11-27 Thread Dietmar Poddey
I have no expirience with the vanilla-kernel.
I work only with the original Kubuntu-versions and found
the discribed way.
Sorry


Am 26.11.2012 17:54, schrieb Manos Nikiforakis:
 Indeed this is the only solution but I don't get it how in the vanilla
 version of libreoffice works and when it s packaged by Ubuntu doesn't since
 Ubuntu 12.04. I'm talking about the main repocitory not the universe ...
 Why is this happening?
 One bad thing with the vanilla version is that it doesn't include the mysql
 native connector and you have to use JDBC (slow) or ODBC to get a mysql
 connection
 Στις 26 Νοε 2012 10:20 π.μ., ο χρήστης Dietmar Poddey 
 dietmar.pod...@web.de έγραψε:

 Am 25.11.2012 16:50, schrieb Matteo Galvani:
 Hi, I tried that solution in Ubuntu 12.04.

 I got libreoffice 3.6 installed with libreoffice-report-builder 1.2 but
 neither the builder and the wizard worked.
 I didn't received any error.

 Any help?

 Hi,

 the best way I tried is

 - download the original version from LibreOffice.org
 - unpack the file
 - uninstall the installed version with e.g. synaptic
 - install the version 3.6 (sudo dpkg -i *.deb)
 - be carefull, you have to install all file, also the files in the
 subdirectories,
 in case of the wrong sequence, you will get an error

 Good luck!

 Greatings

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

 Title:
[needs-packaging] libreoffice-report-builder

 Status in libreoffice package in Ubuntu:
Triaged

 Bug description:
After upgrading to ubuntu i386 12.04 and installing libreoffice
3.5.2update3 I saw the is no libreoffice-report-builder-bin extention
any more. Although there is one in the experimental brance of debian
http://packages.debian.org/experimental/libreoffice-report-builder. I
can no longer work without reports as they don't open. I use
libreoffice base as a frontend to a mysql database.

This is not an SRU candidate due to the following outstanding issues:

+ To include report-builder in main:

 https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/992232/comments/32
The root of the problem is the Java-Maven-dependency-mess -- this makes
 it nontrivial to enable Report-Builder to be included in main -- I would
 need the help of the Java team to get that done in time.

+ To include report-builder in universe:

 https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/992232/comments/35
That would essentially mean rewriting the build system of the extensions
 it is currently build inside LO.

WORKAROUND: In Precise only:
sudo add-apt-repository ppa:libreoffice/ppa
sudo add-apt-repository ppa:libreoffice/libreoffice-universe
sudo apt-get update
sudo apt-get install libreoffice libreoffice-report-builder

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/992232/+subscriptions


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

Title:
  [needs-packaging] libreoffice-report-builder

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

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

[Bug 950194] Re: nvidia-settings forgets primary display setting

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

** Changed in: nvidia-settings (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/950194

Title:
  nvidia-settings forgets primary display setting

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

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


[Bug 1004437] Re: grsync unity launcher integration

2012-11-27 Thread Amr Ibrahim
The latest version has Unity support. It should be uploaded to
Debian/Ubuntu, http://www.opbyte.it/grsync/changes.html

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

Title:
  grsync unity launcher integration

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

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


[Bug 1064248] Re: hotkeys do not work in ubuntu 12.04

2012-11-27 Thread stepankk
*** This bug is a duplicate of bug 992706 ***
https://bugs.launchpad.net/bugs/992706

Turned out, that the problem comes from using different keyboard
layouts: shortcuts with letters work only in English layout, but not
Cyrillic one, so this bug looks like a duplicate of
https://bugs.launchpad.net/ubuntu/+bug/992706 .

** This bug has been marked a duplicate of bug 992706
   hotkeys don't work after switching keyboard layout

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

Title:
  hotkeys do not work in ubuntu 12.04

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

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


[Bug 884041] Re: Screen brightness not adjusted when switching from AC to battery

2012-11-27 Thread Bug Watch Updater
** Changed in: gnome-settings-daemon
   Status: Incomplete = New

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

Title:
  Screen brightness not adjusted when switching from AC to battery

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

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


[Bug 1083132] Re: only wallpaper show on clean install (ati rs200)

2012-11-27 Thread sordoman
Hi Daniel
these is the output of unity_support_test -p after reinstall 
xserver-xorg-video-ati and xserver-xorg-video-all and the 
.xsessions-errors

thanks

/usr/lib/nux/unity_support_test -p
OpenGL vendor string:   Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R100 (RS200 4337) x86/MMX/SSE2 NO-TCL DRI2
OpenGL version string:  1.3 Mesa 9.0.1

Not software rendered:yes
Not blacklisted:  yes
GLX fbconfig: yes
GLX texture from pixmap:  yes
GL npot or rect textures: yes
GL vertex program:no
GL fragment program:  no
GL vertex buffer object:  yes
GL framebuffer object:yes
GL version is 1.4+:   no

Unity 3D supported:   no


** Attachment added: .xsession-errors
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1083132/+attachment/3444849/+files/.xsession-errors

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

Title:
  only wallpaper show on clean install (ati rs200)

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

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


Re: [Bug 1082450] Re: [ARLT Computer Produkte GmbH Mr. Whisper PRO, Realtek AL892] no sound to hear

2012-11-27 Thread Conny
Hi,

I installed this driver but it does not help.

I am working normally under 11.04 where sound is ok. I have installed 
12.04 as well in a separate partition as in the VirtualBox under 11.04. 
In the first case there is no sound in the second case the sound is ok.

There is also no sound in 11.10 but the hardware configuration is always 
the same. therefore I suggest something has changed in the software from 
Version 11.04 to 11.10 and 12.04 but I can not found out what it is.

Regards

Am 24.11.2012 12:31, schrieb Dave Lentz:
 I have a motherboard with the same codec (Realtek ALC892) that did not
 work until Ubuntu 12.10, so I would recommend trying latest kernel
 driver to see if that fixes the issue:
 https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS

 ** Summary changed:

 - no sound to hear
 + [ARLT Computer Produkte GmbH Mr. Whisper PRO, Realtek AL892] no sound to 
 hear

 ** Summary changed:

 - [ARLT Computer Produkte GmbH Mr. Whisper PRO, Realtek AL892] no sound to 
 hear
 + [ARLT Computer Produkte GmbH Mr. Whisper PRO, Realtek ALC892] no sound to 
 hear


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

Title:
  [ARLT Computer Produkte GmbH Mr. Whisper PRO, Realtek ALC892] no sound
  to hear

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

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


[Bug 1064269] Re: When running lightDM user switching doesnt work

2012-11-27 Thread Tim
I can confirm that user switching now works again when running lightdm.

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

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

Title:
  When running lightDM user switching doesnt work

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1064269/+subscriptions

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


[Bug 1064269] Re: When running lightDM user switching doesnt work

2012-11-27 Thread Tim
^ tested under quantal with the gnome-shell pacakge from -proposed.

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

Title:
  When running lightDM user switching doesnt work

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1064269/+subscriptions

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


[Bug 1083489] [NEW] Keyboard layout switcher ignores settings

2012-11-27 Thread Fake51
Public bug reported:

In Keyboard Layout settings, you can choose Allow different layouts for
individual windows. This used to work just fine (in 12.04 and before)
but recently in 12.10 a change has been introduced that makes the
keyboard layout switcher (using a hotkey) ignore this setting.

In effect, when I use my hotkey to switch keyboard layouts, the layout
is switched not just for the active application but all applications at
once. I typically see this when I am in an application like Thunderbird
and switch to another keyboard layout to compose a message, then switch
to a console (that was already open) where I suddenly input in a
different language than when the console opened.

What I expect to happen:
the keyboard layout switcher only affects the currently enabled window

What happened instead:
more windows had their keyboard layout effected, not just the active window

lsb_release -rd:
Description:Ubuntu 12.10
Release:12.10

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: keyboard-configuration 1.70ubuntu6
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic i686
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
Date: Tue Nov 27 10:18:33 2012
InstallationDate: Installed on 2012-08-22 (96 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: console-setup
UpgradeStatus: Upgraded to quantal on 2012-10-22 (36 days ago)

** Affects: console-setup (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal running-unity

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

Title:
  Keyboard layout switcher ignores settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1083489/+subscriptions

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


[Bug 1083485] Re: No HDMI support on Dell M6700

2012-11-27 Thread Yung Shen
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Anthony Wong (anthonywong)

** Tags added: blocks-hwcert

** Description changed:

  Unable to detect hdmi signal from Dell M6700 with Ubuntu 12.04.1 LTS 64
  bit
  
  cid: 201205-11042
  
- Tried following package, after nvidia-xconfig represent worst resolution:
+ Tried following package by jockey, after nvidia-xconfig represent worst 
resolution:
  nvidia-experimental-304
  nvidia-experimental-310
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-29-generic 3.2.0-29.46
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Uname: Linux 3.2.0-29-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
-   List of PLAYBACK Hardware Devices 
-  card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
-Subdevices: 1/1
-Subdevice #0: subdevice #0
+   List of PLAYBACK Hardware Devices 
+  card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
+    Subdevices: 1/1
+    Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  ArecordDevices:
-   List of CAPTURE Hardware Devices 
-  card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
-Subdevices: 1/1
-Subdevice #0: subdevice #0
+   List of CAPTURE Hardware Devices 
+  card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog]
+    Subdevices: 1/1
+    Subdevice #0: subdevice #0
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  ubuntu 3505 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 3505 F pulseaudio
  Card0.Amixer.info:
-  Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e3 irq 49'
-Mixer name : 'IDT 92HD93BXX'
-Components : 'HDA:111d76df,1028053f,00100203'
-Controls  : 19
-Simple ctrls  : 10
+  Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e3 irq 49'
+    Mixer name : 'IDT 92HD93BXX'
+    Components : 'HDA:111d76df,1028053f,00100203'
+    Controls  : 19
+    Simple ctrls  : 10
  Date: Tue Nov 27 03:47:15 2012
  HibernationDevice: RESUME=UUID=d764ac7b-d914-4ca3-804c-47b3fd11c5f5
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  MachineType: Dell Inc. Precision M6700
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=6635a3a1-d173-4e79-8c1f-38e08cb4be5f ro quiet splash initcall_debug 
vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.2.0-29-generic N/A
-  linux-backports-modules-3.2.0-29-generic  N/A
-  linux-firmware1.79
+  linux-restricted-modules-3.2.0-29-generic N/A
+  linux-backports-modules-3.2.0-29-generic  N/A
+  linux-firmware1.79
  SourcePackage: linux
  StagingDrivers: mei
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/03/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 011BL2
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X03
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd09/03/2012:svnDellInc.:pnPrecisionM6700:pvr01:rvnDellInc.:rn011BL2:rvrX03:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M6700
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

Title:
  No HDMI support on Dell M6700

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

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

[Bug 751265] Re: pulseaudio distorts VLC audio

2012-11-27 Thread Gachoud Philippe
Thanks also for #23 that solved my solution for skype and vlc
pg@pipoTower: ~$ lspci|grep -i audio
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel 
HDA) (rev 40)
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller 
(rev a1)

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

Title:
  pulseaudio distorts VLC audio

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

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


[Bug 741869] Re: Unity/compiz intercepts Super and Alt keypresses from grabbed windows like VMs.

2012-11-27 Thread John Lea
** Description changed:

  Binary package hint: unity
  
  After upgrading from Maverick to Natty, I can no longer use the Super
  (windows) key in Virtual Machine Manager. Previously, as long as I had
  the Virtual Machine Manager console window in the foreground, I could
  press the Super key and the start menu would pop up. Since upgrading to
  Natty, this no longer works, and the search box appears in the upper
  left.
+ 
+ Also see bug #934921
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.6.8-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
  Uname: Linux 2.6.38-7-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,compiztoolbox,place,mousepoll,session,vpswitch,regex,wall,move,grid,resize,gnomecompat,animation,workarounds,wobbly,expo,ezoom,staticswitcher,fade,scale,unityshell]
  Date: Thu Mar 24 16:31:28 2011
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to natty on 2011-03-24 (0 days ago)

** Also affects: ayatana-design
   Importance: Undecided
   Status: New

** Tags added: udp

** Changed in: ayatana-design
 Assignee: (unassigned) = John Lea (johnlea)

** Changed in: ayatana-design
   Importance: Undecided = High

** Changed in: compiz
   Importance: Medium = High

** Changed in: compiz-core
   Importance: Medium = High

** Changed in: compiz (Ubuntu)
   Importance: Medium = High

** Changed in: compiz (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: compiz
   Status: Confirmed = Triaged

** Changed in: compiz-core
   Status: Confirmed = Triaged

** Changed in: ayatana-design
   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/741869

Title:
  Unity/compiz intercepts Super and Alt keypresses from grabbed windows
  like VMs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/741869/+subscriptions

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

[Bug 1082450] Re: [ARLT Computer Produkte GmbH Mr. Whisper PRO, Realtek ALC892] no sound to hear

2012-11-27 Thread Raymond
** Changed in: alsa-driver (Ubuntu)
   Status: New = Incomplete

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

Title:
  [ARLT Computer Produkte GmbH Mr. Whisper PRO, Realtek ALC892] no sound
  to hear

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

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


[Bug 1082304] Re: Kernel error causing mouse slow down

2012-11-27 Thread Ubik
apport information

** Tags added: apport-collected staging

** Description changed:

  Dell Latitude e6410
  Sometimes or every few reboots this error occurs and cursor is lagging.
  
  Nov 23 10:41:16 E6410 modem-manager[2508]: info  (ttyS4) closing serial 
port...
  Nov 23 10:41:16 E6410 modem-manager[2508]: info  (ttyS4) serial port closed
  Nov 23 10:41:16 E6410 modem-manager[2508]: info  (ttyS4) opening serial 
port...
  Nov 23 10:41:18 E6410 kernel: [  443.142122] eth0: no IPv6 routers present
  Nov 23 10:41:21 E6410 kernel: [  446.351618] irq 17: nobody cared (try 
booting with the irqpoll option)
  Nov 23 10:41:21 E6410 kernel: [  446.351626] Pid: 0, comm: swapper/0 Tainted: 
G C O 3.2.0-33-generic #52-Ubuntu
  Nov 23 10:41:21 E6410 kernel: [  446.351630] Call Trace:
  Nov 23 10:41:21 E6410 kernel: [  446.351633]  IRQ  [810db1fd] 
__report_bad_irq+0x3d/0xe0
  Nov 23 10:41:21 E6410 kernel: [  446.351649]  [810db485] 
note_interrupt+0x135/0x190
  Nov 23 10:41:21 E6410 kernel: [  446.351653]  [810d8cfa] 
handle_irq_event_percpu+0xaa/0x210
  Nov 23 10:41:21 E6410 kernel: [  446.351658]  [810d8eb1] 
handle_irq_event+0x51/0x80
  Nov 23 10:41:21 E6410 kernel: [  446.351663]  [810dbeda] 
handle_fasteoi_irq+0x6a/0x110
  Nov 23 10:41:21 E6410 kernel: [  446.351670]  [81015282] 
handle_irq+0x22/0x40
  Nov 23 10:41:21 E6410 kernel: [  446.351677]  [8166611a] 
do_IRQ+0x5a/0xe0
  Nov 23 10:41:21 E6410 kernel: [  446.351682]  [8165b4ae] 
common_interrupt+0x6e/0x6e
  Nov 23 10:41:21 E6410 kernel: [  446.351685]  EOI  [8108e0e9] ? 
enqueue_hrtimer+0x39/0xc0
  Nov 23 10:41:21 E6410 kernel: [  446.351699]  [8136bffd] ? 
intel_idle+0xed/0x150
  Nov 23 10:41:21 E6410 kernel: [  446.351703]  [8136bfdf] ? 
intel_idle+0xcf/0x150
  Nov 23 10:41:21 E6410 kernel: [  446.351709]  [815066b1] 
cpuidle_idle_call+0xc1/0x280
  Nov 23 10:41:21 E6410 kernel: [  446.351714]  [8101222a] 
cpu_idle+0xca/0x120
  Nov 23 10:41:21 E6410 kernel: [  446.351721]  [8162166e] 
rest_init+0x72/0x74
  Nov 23 10:41:21 E6410 kernel: [  446.351729]  [81cfbc03] 
start_kernel+0x3b0/0x3bd
  Nov 23 10:41:21 E6410 kernel: [  446.351734]  [81cfb388] 
x86_64_start_reservations+0x132/0x136
  Nov 23 10:41:21 E6410 kernel: [  446.351739]  [81cfb140] ? 
early_idt_handlers+0x140/0x140
  Nov 23 10:41:21 E6410 kernel: [  446.351744]  [81cfb459] 
x86_64_start_kernel+0xcd/0xdc
  Nov 23 10:41:21 E6410 kernel: [  446.351747] handlers:
  Nov 23 10:41:21 E6410 kernel: [  446.351752] [814922b0] usb_hcd_irq
  Nov 23 10:41:21 E6410 kernel: [  446.351755] Disabling IRQ #17
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu15
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  suchodt1883 F pulseaudio
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xf696 irq 45'
+Mixer name : 'Intel IbexPeak HDMI'
+Components : 'HDA:111d76d5,1028040a,00100104 
HDA:80862804,80860101,0010'
+Controls  : 31
+Simple ctrls  : 12
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=1309b8ab-a962-4a45-9ca3-e7280a3fc245
+ InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
+ MachineType: Dell Inc. Latitude E6410
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=pl_PL:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=pl_PL.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-33-generic 
root=UUID=904bf2ad-7eea-4ee0-9ca8-80715f935c8a ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/suchodt not ours.
+  No PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-33-generic N/A
+  linux-backports-modules-3.2.0-33-generic  N/A
+  linux-firmware1.79.1
+ StagingDrivers: mei
+ Tags:  precise staging
+ Uname: Linux 3.2.0-33-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ dmi.bios.date: 07/08/2010
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A04
+ dmi.board.name: 0667CC
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A01
+ dmi.chassis.type: 9
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd07/08/2010:svnDellInc.:pnLatitudeE6410:pvr0001:rvnDellInc.:rn0667CC:rvrA01:cvnDellInc.:ct9:cvr:
+ dmi.product.name: Latitude E6410
+ dmi.product.version: 0001
+ dmi.sys.vendor: Dell Inc.

** Attachment 

[Bug 1082304] AlsaDevices.txt

2012-11-27 Thread Ubik
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1082304/+attachment/3444856/+files/AlsaDevices.txt

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

Title:
  Kernel error causing mouse slow down

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

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


  1   2   3   4   5   6   7   8   9   10   >