[Bug 1091577] Re: unable to ping hosts by windows hostname

2013-01-04 Thread Yolanda Robla
Can you check the content of /etc/nsswitch.conf?
It should contain something like:

hosts:  files dns mdns wins

Please check it and retry.

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

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

Title:
  unable to ping hosts by windows hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1091577/+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 1091577] Re: unable to ping hosts by windows hostname

2013-01-04 Thread karaluh
hosts:  files wins mdns4_minimal [NOTFOUND=return] dns mdns4

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

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

Title:
  unable to ping hosts by windows hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1091577/+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 1095988] [NEW] nova-api-metadata update causing corruption

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

root@folsom-compute:~# aptitude install nova-api-metadata
The following NEW packages will be installed:
  nova-api-metadata nova-common{a}
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/28.7 kB of archives. After unpacking 2,082 kB will be used.
Do you want to continue? [Y/n/?]
Selecting previously unselected package nova-common.
(Reading database ... 117308 files and directories currently installed.)
Unpacking nova-common (from .../nova-common_2012.2-0ubuntu5~cloud0_all.deb) ...
Selecting previously unselected package nova-api-metadata.
Unpacking nova-api-metadata (from 
.../nova-api-metadata_2012.2-0ubuntu5~cloud0_all.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up nova-common (2012.2-0ubuntu5~cloud0) ...
usermod: no changes
2013-01-04 01:43:26 DEBUG nova.utils [-] backend module 
'nova.db.sqlalchemy.migration' from 
'/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.pyc' from 
(pid=4878) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:494
Command failed, please check log for more info
2013-01-04 01:43:26 CRITICAL nova [-] fixed_ips_backup.instance_id may not be 
NULL
2013-01-04 01:43:26 TRACE nova Traceback (most recent call last):
2013-01-04 01:43:26 TRACE nova   File /usr/bin/nova-manage, line 1400, in 
module
2013-01-04 01:43:26 TRACE nova main()
2013-01-04 01:43:26 TRACE nova   File /usr/bin/nova-manage, line 1387, in main
2013-01-04 01:43:26 TRACE nova fn(*fn_args, **fn_kwargs)
2013-01-04 01:43:26 TRACE nova   File /usr/bin/nova-manage, line 756, in sync
2013-01-04 01:43:26 TRACE nova return migration.db_sync(version)
2013-01-04 01:43:26 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/db/migration.py, line 32, in db_sync
2013-01-04 01:43:26 TRACE nova return IMPL.db_sync(version=version)
2013-01-04 01:43:26 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.py, line 79, in 
db_sync
2013-01-04 01:43:26 TRACE nova return versioning_api.upgrade(get_engine(), 
repository, version)
2013-01-04 01:43:26 TRACE nova   File 
/usr/lib/python2.7/dist-packages/migrate/versioning/api.py, line 186, in 
upgrade
2013-01-04 01:43:26 TRACE nova return _migrate(url, repository, version, 
upgrade=True, err=err, **opts)
2013-01-04 01:43:26 TRACE nova   File string, line 2, in _migrate
2013-01-04 01:43:26 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.py, line 44, in 
patched_with_engine
2013-01-04 01:43:26 TRACE nova return f(*a, **kw)
2013-01-04 01:43:26 TRACE nova   File 
/usr/lib/python2.7/dist-packages/migrate/versioning/api.py, line 366, in 
_migrate
2013-01-04 01:43:26 TRACE nova schema.runchange(ver, change, changeset.step)
2013-01-04 01:43:26 TRACE nova   File 
/usr/lib/python2.7/dist-packages/migrate/versioning/schema.py, line 91, in 
runchange
2013-01-04 01:43:26 TRACE nova change.run(self.engine, step)
2013-01-04 01:43:26 TRACE nova   File 
/usr/lib/python2.7/dist-packages/migrate/versioning/script/sql.py, line 41, 
in run
2013-01-04 01:43:26 TRACE nova dbapi.executescript(text)
2013-01-04 01:43:26 TRACE nova IntegrityError: fixed_ips_backup.instance_id may 
not be NULL
2013-01-04 01:43:26 TRACE nova
dpkg: error processing nova-common (--configure):
 subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
  dpkg: dependency 
problems prevent configuration of nova-api-metadata:
 nova-api-metadata depends on nova-common (= 2012.2-0ubuntu5~cloud0); however:
  Package nova-common is not configured yet.
dpkg: error processing nova-api-metadata (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
  Errors were 
encountered while processing:
 nova-common
 nova-api-metadata
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up nova-common (2012.2-0ubuntu5~cloud0) ...
usermod: no changes
2013-01-04 01:43:27 DEBUG nova.utils [-] backend module 
'nova.db.sqlalchemy.migration' from 
'/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.pyc' from 
(pid=4922) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:494
Command failed, please check log for more info
2013-01-04 01:43:27 CRITICAL nova [-] fixed_ips_backup.instance_id may not be 
NULL
2013-01-04 01:43:27 TRACE nova Traceback (most recent call last):
2013-01-04 01:43:27 TRACE nova   File /usr/bin/nova-manage, line 1400, in 
module
2013-01-04 01:43:27 TRACE nova main()
2013-01-04 01:43:27 TRACE nova   File /usr/bin/nova-manage, line 1387, in main
2013-01-04 01:43:27 TRACE nova fn(*fn_args, **fn_kwargs)
2013-01-04 01:43:27 TRACE nova   File 

[Bug 1095988] Re: nova-api-metadata update causing corruption

2013-01-04 Thread Thierry Carrez
Looks like an Ubuntu packaging issue.

** Project changed: nova = nova (Ubuntu)

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

Title:
  nova-api-metadata update causing corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1095988/+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 1045986] Re: Ubuntu AppArmor policy is too lenient with shell scripts

2013-01-04 Thread Jamie Strandboge
The update for this bug was included in an update to precise-security. I
tested that 2.0.1-0ubuntu17.1 contains the fix for this bug and that
2.0.1-0ubuntu17.1 passes QRT. Marking 'verification-done'.

** 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 dhcp3 in Ubuntu.
https://bugs.launchpad.net/bugs/1045986

Title:
  Ubuntu AppArmor policy is too lenient with shell scripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1045986/+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 1095988] Re: nova-api-metadata update causing corruption

2013-01-04 Thread Thierry Carrez
Was misled by the corruption you mentioned, looks like you have a corrupted 
DB in the first place...
What version are you trying to upgrade from ?

** Package changed: nova (Ubuntu) = nova

** Changed in: nova
   Status: New = Incomplete

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

Title:
  nova-api-metadata update causing corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1095988/+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 1096081] [NEW] server reboots because of php5 cron job

2013-01-04 Thread Sebastiaan
Public bug reported:

We had some strange server reboots ocurring. Everytime the latest line
in syslog stated some CRON job finding files in /var/lib/php5 and
deleting them. According to several threads like:
http://ubuntuforums.org/showthread.php?p=11456671 I thought that the
issues would be with fuser. But after taking out the fuser part we still
had reboots. After that I decided to disable the job altogether. The
reboots have vanished, but I found that my session was still active
after several hours, and that would not be that good either (i guess).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: php5 (not installed)
Uname: Linux 3.7.0-030700rc6-generic x86_64
ApportVersion: 2.0.1-0ubuntu15.1
Architecture: amd64
Date: Fri Jan  4 14:06:16 2013
InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release amd64 
(20120817.3)
MarkForUpload: True
SourcePackage: php5
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  server reboots because of php5 cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1096081/+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 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2013-01-04 Thread Serge Hallyn
The problem may have been that ubuntu-sru was unsubscribed.  I've
resubscribed it to the bug, hopefully the upload will be accepted soon.

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

Title:
  Windows Server 2008 won't boot with more than 4 vCPUs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/589063/+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 1095180] Re: incorrect bash-completion

2013-01-04 Thread Rolf Leggewie
Thank you for having a look at the ticket, Thomas.  As stated in the
original bug report, my system runs precise.  I have the latest package
of etckeeper from precise installed which happens to be 0.61ubuntu2.

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

Title:
  incorrect bash-completion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1095180/+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 1095757] Re: krb5 packages should be updated to v. =1.10.2 to workaround bug with gssapi kerberos authentication

2013-01-04 Thread Tom Yu
There is some additional information and history in launchpad bug
571572, which this bug report might be considered a duplicate of.

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

Title:
  krb5 packages should be updated to v. =1.10.2 to workaround bug with
  gssapi kerberos authentication

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

2013-01-04 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.
   simulate provider failure, and be able to recover: $ juju ssh MACHINE 
sudo shutdown now
   * Define WIs to execute auto charm testing on Go.
   * Continuous Integration (also will help with gating on charm commits)
   * Juju Testing Blogging
   * Juju testing communication to Juju lists.
  
  Reference Links:
   *Charm Test Spec [html] https://juju.ubuntu.com/docs/charm-tests.html
-  * Charm Test Speck [source] 
http://bazaar.launchpad.net/~juju/juju/docs/view/head:/source/charm-tests.rst
+  * Charm Test Spec [source] 
http://bazaar.launchpad.net/~juju/juju/docs/view/head:/source/charm-tests.rst
   * CharmTester Charm http://jujucharms.com/~mark-mims/oneiric/charmtester
   * Jenkins Charm Testing: https://jenkins.qa.ubuntu.com/view/Charms/
  
  --- User Stories ---
  
  --- Risks ---
  
  --- Test Plans ---
  
  --- Release Note ---
  
  --- Blog Post ---
  
  (Needs spec and WI definition) -[a.rosales; 12-DEC-2012]

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


[Bug 1096125] [NEW] virsh create-snapshot fails

2013-01-04 Thread Riccardo Casatta
Public bug reported:

Hello,

i have a plain installation of Ubuntu 12.10 server,
i installed package ubuntu-virt-server and added the user to the kvm and 
libvirtd group. (qemu-kvm 1.2 libvirt 0.9.13)
After that i can run kvm virtual machines.

Now i am trying to get a snapshot of the disk (first step to achieve live 
backup of virtual machines)
virsh snapshot-create-as [vmname] snapshot1 snapshot --disk-only --atomic

but i am getting the following error:
error: internal error unable to execute QEMU command 'transaction': Could not 
open '/var/lib/libvirt/images/ubu1204.snapshot1'

(i even tryed with permission 777 )

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

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

Title:
  virsh create-snapshot fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1096125/+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 1096125] Re: virsh create-snapshot fails

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

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

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

Title:
  virsh create-snapshot fails

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

2013-01-04 Thread David Bensimon
** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=8769
   Importance: Unknown
   Status: Unknown

-- 
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/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 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2013-01-04 Thread Adam Conrad
Hello Troy, or anyone else affected,

Accepted seabios into lucid-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/seabios/0.5.1-0ubuntu2.1 in a few
hours, and then in the -proposed repository.

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

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

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

** Changed in: seabios (Ubuntu Lucid)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

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

Title:
  Windows Server 2008 won't boot with more than 4 vCPUs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/589063/+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 1095180] Re: incorrect bash-completion

2013-01-04 Thread Thomas Ward
Thanks for providing the additional information!

I've added the information you provided in Comment #3 to the bug
description, tagged the bug as Precise, and returned the bug status
back to New so someone can try and confirm this.

I would suggest that in future you use this command when filing a bug:
ubuntu-bug [package]

This will add important information such as the release you're using,
the version of the package, and other information that could be useful
for triagers and developers.

--
Thomas Ward
Ubuntu BugSquad Member

** Tags added: precise

** Description changed:

  bash-completion in precise is faulty
  
  $ cd /etc
  $ sudo etckeTAB
  
  that completes to
  
  $ sudo etckeeper/
  
  when it should complete only to
  
  $ sudo etckeeper
+ 
+ --
+ Notes from comments:
+ 
+ Release: Ubuntu Precise 12.04
+ Package Version: etckeeper 0.61ubuntu2

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

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

Title:
  incorrect bash-completion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1095180/+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 1095180] Re: incorrect bash-completion

2013-01-04 Thread Thomas Ward
Okay, so I spun up a VM for Lubuntu 12.04, and dropped it into tty mode.

After installing etckeeper (sudo apt-get install etckeeper) after
updating the packages, I can confirm this issue happens on Precise.

I can also reproduce this with Quantal.


But there's specific information here that I think needs to be added:  the bash 
completion of just etcke[TAB] *correctly* tabcompletes as 'etckeeper'.  This is 
in both user-space terminal logins as well as root logins, confirmed in both 
12.04 and 12.10.

I don't have a spare Raring VM to test with, so I'm going to spin one up
and see if I can confirm it there.

Adding 'quantal' tag, and marking confirmed in the meantime.

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

** Tags added: quantal

** Description changed:

  bash-completion in precise is faulty
  
  $ cd /etc
  $ sudo etckeTAB
  
  that completes to
  
  $ sudo etckeeper/
  
  when it should complete only to
  
  $ sudo etckeeper
  
  --
  Notes from comments:
  
+ Original report:
  Release: Ubuntu Precise 12.04
  Package Version: etckeeper 0.61ubuntu2
+ 
+ Additionally confirmed on (by teward):
+ Release: Ubuntu Quantal 12.10
+ Package Version: etckeeper 0.61ubuntu2

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

Title:
  incorrect bash-completion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1095180/+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 1095180] Re: incorrect bash-completion

2013-01-04 Thread Thomas Ward
Also confirmed in Raring.  Although, the same Additional details I
added in Comment #5 are still valid.  Perhaps this is an issue with how
'sudo' affects bash completion?

Adding 'raring'  tags, and nominating against Precise and Quantal.

** Tags added: raring

** Description changed:

  bash-completion in precise is faulty
  
  $ cd /etc
  $ sudo etckeTAB
  
  that completes to
  
  $ sudo etckeeper/
  
  when it should complete only to
  
  $ sudo etckeeper
  
  --
  Notes from comments:
  
  Original report:
  Release: Ubuntu Precise 12.04
  Package Version: etckeeper 0.61ubuntu2
  
  Additionally confirmed on (by teward):
  Release: Ubuntu Quantal 12.10
  Package Version: etckeeper 0.61ubuntu2
+ 
+ Additionally confirmed on (by teward):
+ Release: Ubuntu Raring 13.04 - Daily Image from 2013-01-04
+ Package Version: etckeeper 0.61ubuntu2

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

Title:
  incorrect bash-completion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1095180/+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 1093918] Re: grub-probe auto-detection fails on raid

2013-01-04 Thread Phillip Susi
kpartx is incorrectly mapping the entire extended partition, then
building the logical partitions on top of the extended.  Bad kpartx.


** Also affects: multipath-tools (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  grub-probe auto-detection fails on raid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1093918/+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 1093918] Re: grub-probe auto-detection fails on raid

2013-01-04 Thread Ing. Josef Klotzner
and now? can i do something meanwhile, or need to wait for some nice guy to 
bugfix kpartx  ??
does bug report need an updated title?  :D

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

Title:
  grub-probe auto-detection fails on raid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1093918/+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 1029430] Re: KVM guests networking issues with no virbr0 and with vhost_net kernel modules loaded

2013-01-04 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/18450
Committed: 
http://github.com/openstack/nova/commit/4bfc8f1165b05c2cc7c5506641b9b85fa8e1e144
Submitter: Jenkins
Branch:stable/folsom

commit 4bfc8f1165b05c2cc7c5506641b9b85fa8e1e144
Author: Adam Gandelman adam.gandel...@canonical.com
Date:   Tue Dec 18 09:50:46 2012 -0800

Add an iptables mangle rule per-bridge for DHCP.

When vhost-net is present on a host, and DHCP services are
run on the same system as guests (multi_host), an iptables
rule is needed to fill packet checksums.  This adds a rule
per-bridge for multi_host networks when vhost-net is present,
similar to how newer versions of libvirt handle the issue for
bridges/networks that it manages.

Fixes LP: #1029430

EDIT: Updated tests and pep8.

(Backported from commit 901a3dacb6f2d36cbe8d23707dba75452e91df33)

Change-Id: I1a51c1d808fa47a77e713dbfe384ffad183d6031


** Changed in: nova/folsom
   Status: In Progress = Fix Committed

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

Title:
  KVM guests networking issues with no virbr0 and with vhost_net kernel
  modules loaded

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

2013-01-04 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = Fix Released

** Changed in: samba
   Importance: Unknown = Medium

-- 
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/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 1085255] Re: Meta bug for tracking Openstack 2012.2.1 Stable Update

2013-01-04 Thread Adam Gandelman
Please find the attached test log from the Ubuntu Server Team's CI
infrastructure. As part of the verification process for this bug, the
OpenStack components have been deployed and configured across multiple
nodes using quantal-proposed as an installation source. After successful
bring-up and configuration of the cluster, a number of exercises and
smoke tests have be invoked to ensure the updated package did not
introduce any regressions. A number of test iterations were carried out
to catch any possible transient errors.

These proposed packages were deployed and tested in several different
configurations.  Attached are tarballs with various test logs from each
configuration.  In addition to the base components, variables in
deployments include:

quantal_folsom_proposed.tar: nova-network (FlatDHCP), glance (Ceph backend), 
cinder (Ceph backend),
quantal_folsom_n-vol_proposed.tar: nova-network (FlatDHCP), glance (local 
file), nova-volume (iSCSI backend)
quantal_folsom_quantum_proposed.tar: quantum (OVS plugin), glance (Ceph 
backend), nova-volume (Ceph backend)

Please note the list of installed package versions at the top and bottom
of the reports.

For records of upstream test coverage of this update, please see the
individual bug reports.

As per the provisional Micro Release Exception granted to these packages
by the Technical Board, we hope this contributes toward verification of
these update.

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

Title:
  Meta bug for tracking Openstack 2012.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1085255/+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 1085255] Re: Meta bug for tracking Openstack 2012.2.1 Stable Update

2013-01-04 Thread Adam Gandelman
** Attachment added: quantal_folsom_n-vol_proposed.tar
   
https://bugs.launchpad.net/ubuntu/quantal/+source/cinder/+bug/1085255/+attachment/3474523/+files/quantal_folsom_n-vol_proposed.tar

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

Title:
  Meta bug for tracking Openstack 2012.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1085255/+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 1085255] Re: Meta bug for tracking Openstack 2012.2.1 Stable Update

2013-01-04 Thread Adam Gandelman
** Attachment added: quantal_folsom_proposed.tar
   
https://bugs.launchpad.net/ubuntu/quantal/+source/cinder/+bug/1085255/+attachment/3474524/+files/quantal_folsom_proposed.tar

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

Title:
  Meta bug for tracking Openstack 2012.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1085255/+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 1085255] Re: Meta bug for tracking Openstack 2012.2.1 Stable Update

2013-01-04 Thread Adam Gandelman
** Attachment added: quantal_folsom_quantum_proposed.tar
   
https://bugs.launchpad.net/ubuntu/quantal/+source/cinder/+bug/1085255/+attachment/3474525/+files/quantal_folsom_quantum_proposed.tar

** 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 nova in Ubuntu.
https://bugs.launchpad.net/bugs/1085255

Title:
  Meta bug for tracking Openstack 2012.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1085255/+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 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2013-01-04 Thread Simon Déziel
Many thanks Serge and Adam, the package in -proposed works perfectly.

** 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 qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/589063

Title:
  Windows Server 2008 won't boot with more than 4 vCPUs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/589063/+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 1093918] Re: grub-probe auto-detection fails on raid

2013-01-04 Thread Phillip Susi
I believe I have fixed the problem.  Please add my PPA to your sources
and update:

sudo apt-add-repository ppa:psusi/ppa
sudo apt-get update
sudo apt-get upgrade


** Branch linked: lp:~psusi/ubuntu/raring/multipath-tools/fix-extended-
partitions

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

Title:
  grub-probe auto-detection fails on raid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1093918/+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 1069543] Re: ntpd crashes when network interface goes down

2013-01-04 Thread Vladimir Panteleev
@dmlinux: I ran into the same problem today (also with OVH's kernel).

The problematic bit of code is at line 1098 in ntpd/ntp_io.c (for
ntp-4.2.6.p3+dfsg) - wrapping the UNLINK_SLIST statement into an
if(*pmclisthead) block seems to fix the problem. However, I also found
that the latest ntp version (ntp-dev-4.2.7p345) doesn't seem to have
this problem.

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

Title:
  ntpd crashes when network interface goes down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1069543/+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 228229] Re: sshd profile does not work out-of-the-box

2013-01-04 Thread Launchpad Bug Tracker
** Branch linked: lp:apparmor

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

Title:
  sshd profile does not work out-of-the-box

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

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


[Bug 228229] Re: sshd profile does not work out-of-the-box

2013-01-04 Thread Steve Beattie
Simon,

Thanks for the patch to the sshd profile. After reviewing it and
updating it to take into account of a couple of upstream changes to the
profile, I've applied it to lp:apparmor, and will be included in the
next major AppArmor release. It should also make it into Ubuntu 13.04.

Thanks!

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

** Changed in: apparmor (Ubuntu)
   Status: Confirmed = Fix Committed

** Changed in: apparmor (Ubuntu)
   Status: Fix Committed = Triaged

** Changed in: apparmor
   Status: New = Fix Committed

** Changed in: apparmor
   Importance: Undecided = Medium

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

Title:
  sshd profile does not work out-of-the-box

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

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


[Bug 1096164] Re: S-video not working sometimes

2013-01-04 Thread rrich1974
thanx for your tip, but i will try it later because it is my only instalation 
and i dont want to mess it. 
for now, i will try to add in KMS file a line to force my s-video. i need some 
further research. 
pretty strange, in this morning, the s-video does not work, last night it 
worked quite well. 
do you think that KMS line will work? can you tell me the command? 
https://wiki.archlinux.org/index.php/ATI
look here, beyond the middle of the page, you will see the section TVOUT.  
my S-video has 1024x768. 
and about installing kernelare you telling me that there is no need to 
install linux-headers?

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

Title:
  S-video not working sometimes

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

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


[Bug 1007765] Re: brightness adjusting crashes system

2013-01-04 Thread Laur
Hi,

The bug reproduces on my Dell Inspiron 1564 also and the workaround in
Comment #71 is not working (ATI HD 5470 video card). Let me know if
there's anything I can help you with in fixing this.

Thanks,
Laur.

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

Title:
  brightness adjusting crashes system

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

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


[Bug 1096294] Re: Wifi regressioin in linux-image-3.2.0-35-generic-pae

2013-01-04 Thread swmike
apport information

** Tags added: apport-collected precise staging

** Description changed:

  Hello.
  
  I have a Thinkpad X200 with Intel 5300 wifi card.
  
  03:00.0 Network controller: Intel Corporation Ultimate N WiFi Link 5300
  Subsystem: Intel Corporation Device 1011
  Physical Slot: 1
  Flags: bus master, fast devsel, latency 0, IRQ 48
  Memory at f2a0 (64-bit, non-prefetchable) [size=8K]
  Capabilities: [c8] Power Management version 3
  Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
  Capabilities: [e0] Express Endpoint, MSI 00
  Capabilities: [100] Advanced Error Reporting
  Capabilities: [140] Device Serial Number 00-21-6a-ff-ff-03-8c-26
  Kernel driver in use: iwlwifi
  Kernel modules: iwlwifi
  
  After upgrading to 3.2.0-35 from 3.2.0-34 I have problems connecting to
  my D-link DIR-855 on 5GHz. After rebooting the computer, I frequently
  have to reboot my router in order to connect. Reloading (rmmod/modprobe)
  iwlwifi doesn't help. I tried several times back and forth between
  3.2.0-35 and 3.2.0-34 and with 3.2.0-34 I can always connect without
  rebooting the router, but with -35 I have yet to be able to connect
  directly after boot without rebooting the router. I can disconnect the
  wifi (bring my computer with me in suspended mode, be somewhere else and
  use it, and then bring it back home) and it can successfully connect.
  It's just the initial connect after boot that is affected.
  
  When it's trying to connect with -35 I get the following:
  
  Jan  5 06:51:33 swm-laptop kernel: [   19.458855] cfg80211: Found new beacon 
on frequency: 5240 MHz (Ch 48) on phy0
  Jan  5 06:51:38 swm-laptop kernel: [   24.955771] wlan0: direct probe to 
00:21:91:dc:94:57 (try 1/3)
  Jan  5 06:51:38 swm-laptop kernel: [   25.152031] wlan0: direct probe to 
00:21:91:dc:94:57 (try 2/3)
  Jan  5 06:51:39 swm-laptop kernel: [   25.352043] wlan0: direct probe to 
00:21:91:dc:94:57 (try 3/3)
  Jan  5 06:51:39 swm-laptop kernel: [   25.552027] wlan0: direct probe to 
00:21:91:dc:94:57 timed out
  Jan  5 06:51:47 swm-laptop kernel: [   33.759793] wlan0: direct probe to 
00:21:91:dc:94:57 (try 1/3)
  Jan  5 06:51:47 swm-laptop kernel: [   33.956034] wlan0: direct probe to 
00:21:91:dc:94:57 (try 2/3)
  Jan  5 06:51:47 swm-laptop kernel: [   34.156044] wlan0: direct probe to 
00:21:91:dc:94:57 (try 3/3)
  Jan  5 06:51:48 swm-laptop kernel: [   34.356035] wlan0: direct probe to 
00:21:91:dc:94:57 timed out
  
  After rebooting the router and rebooting with -35 again, I get the
  following:
  
  Jan  5 06:53:48 swm-laptop kernel: [   19.491134] cfg80211: Found new beacon 
on frequency: 5200 MHz (Ch 40) on phy0
  Jan  5 06:53:54 swm-laptop kernel: [   25.334809] wlan0: authenticate with 
00:21:91:dc:94:57 (try 1)
  Jan  5 06:53:54 swm-laptop kernel: [   25.532032] wlan0: authenticate with 
00:21:91:dc:94:57 (try 2)
  Jan  5 06:53:54 swm-laptop kernel: [   25.533294] wlan0: authenticated
  Jan  5 06:53:54 swm-laptop kernel: [   25.539144] wlan0: associate with 
00:21:91:dc:94:57 (try 1)
  Jan  5 06:53:54 swm-laptop kernel: [   25.736038] wlan0: associate with 
00:21:91:dc:94:57 (try 2)
  Jan  5 06:53:54 swm-laptop kernel: [   25.737848] wlan0: RX AssocResp from 
00:21:91:dc:94:57 (capab=0x111 status=0 aid=3)
  Jan  5 06:53:54 swm-laptop kernel: [   25.737851] wlan0: associated
  Jan  5 06:53:54 swm-laptop kernel: [   25.744338] ADDRCONF(NETDEV_CHANGE): 
wlan0: link becomes ready
  Jan  5 06:53:54 swm-laptop kernel: [   25.744413] cfg80211: Calling CRDA for 
country: GB
  Jan  5 06:53:54 swm-laptop kernel: [   25.750032] cfg80211: Updating 
information on frequency 2412 MHz for a 20 MHz width chan
  nel with regulatory rule:
  Jan  5 06:53:54 swm-laptop kernel: [   25.750036] cfg80211: 2402000 KHz - 
2482000 KHz @ 4 KHz), (N/A mBi, 2000 mBm)
  
  ... snip
  
  Jan  5 06:53:54 swm-laptop kernel: [   25.750206] cfg80211: (start_freq - 
end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  Jan  5 06:53:54 swm-laptop kernel: [   25.750209] cfg80211: (2402000 KHz 
- 2482000 KHz @ 4 KHz), (N/A, 2000 mBm)
  Jan  5 06:53:54 swm-laptop kernel: [   25.750211] cfg80211: (517 KHz 
- 525 KHz @ 4 KHz), (N/A, 2000 mBm)
  Jan  5 06:53:54 swm-laptop kernel: [   25.750214] cfg80211: (525 KHz 
- 533 KHz @ 4 KHz), (N/A, 2000 mBm)
  Jan  5 06:53:54 swm-laptop kernel: [   25.750216] cfg80211: (549 KHz 
- 571 KHz @ 4 KHz), (N/A, 2700 mBm)
  Jan  5 06:53:54 swm-laptop kernel: [   25.840049] cfg80211: Found new beacon 
on frequency: 5200 MHz (Ch 40) on phy0
  Jan  5 06:54:03 swm-laptop kernel: [   34.794517] iwlwifi :03:00.0: Tx 
aggregation enabled on ra = 00:21:91:dc:94:57 tid = 0
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ AplayDevices:
+   List of PLAYBACK Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: 

[Bug 1096294] AlsaDevices.txt

2013-01-04 Thread swmike
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1096294/+attachment/3474651/+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/1096294

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] BootDmesg.txt

2013-01-04 Thread swmike
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1096294/+attachment/3474652/+files/BootDmesg.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] Card0.Amixer.values.txt

2013-01-04 Thread swmike
apport information

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

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


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

2013-01-04 Thread swmike
apport information

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

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] CurrentDmesg.txt

2013-01-04 Thread swmike
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1096294/+attachment/3474655/+files/CurrentDmesg.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] IwConfig.txt

2013-01-04 Thread swmike
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1096294/+attachment/3474656/+files/IwConfig.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] Lspci.txt

2013-01-04 Thread swmike
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1096294/+attachment/3474657/+files/Lspci.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] Lsusb.txt

2013-01-04 Thread swmike
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1096294/+attachment/3474658/+files/Lsusb.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] PciMultimedia.txt

2013-01-04 Thread swmike
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1096294/+attachment/3474659/+files/PciMultimedia.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] ProcCpuinfo.txt

2013-01-04 Thread swmike
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1096294/+attachment/3474660/+files/ProcCpuinfo.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] ProcEnviron.txt

2013-01-04 Thread swmike
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1096294/+attachment/3474661/+files/ProcEnviron.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] ProcInterrupts.txt

2013-01-04 Thread swmike
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1096294/+attachment/3474662/+files/ProcInterrupts.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] ProcModules.txt

2013-01-04 Thread swmike
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1096294/+attachment/3474663/+files/ProcModules.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] RfKill.txt

2013-01-04 Thread swmike
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1096294/+attachment/3474664/+files/RfKill.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] UdevDb.txt

2013-01-04 Thread swmike
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1096294/+attachment/3474665/+files/UdevDb.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] UdevLog.txt

2013-01-04 Thread swmike
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1096294/+attachment/3474666/+files/UdevLog.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 1096294] WifiSyslog.txt

2013-01-04 Thread swmike
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1096294/+attachment/3474667/+files/WifiSyslog.txt

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

Title:
  Wifi regressioin in linux-image-3.2.0-35-generic-pae

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

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


[Bug 858265] Re: No support for power management

2013-01-04 Thread Matthew Hall
Hey, this bug is quite serious and does not seem to be getting much
attention.

It was causing crashing and overheating on my HP 8510w. It would be nice
if the old 2D only nv driver could be supported in addition to nouveau
as that driver did not cause nearly as much of an issue.

If nothing will be fixed then at least the workaround should be made
clearly available. I had to disassemble the system and look for broken /
hot components to find the cause of the issues.

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

Title:
  No support for power management

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

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


[Bug 1024868] Re: Ubuntu 12.04 hangs during shut down

2013-01-04 Thread dino99
Have tested again with the latest kernel (3.8 from trunck) and get the
same issue: hang a few seconds on modemmanager.

** Tags removed: staging
** Tags added: stagingkernel-bug-exists-upstream

** Tags removed: stagingkernel-bug-exists-upstream
** Tags added: kernel-bug-exists-upstream staging

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

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

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

Title:
  Ubuntu 12.04 hangs during shut down

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

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


[Bug 1096301] [NEW] copy and paste from filemanager window using CTRL-C/V choose the wrong file

2013-01-04 Thread gsscoder
Public bug reported:

I run Ubuntu 12.04 64bit in a Sony VAIO with 8gb of RAM.

I've set the filemanager window to display a tree rather than a list.

If a copy and paste files using keys (CTRL-C/V) it easy very easy that I
copy a different file that the intended one.

Using copy from the contextual menu works well instead.

Regards,
Giacomo

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: evince 3.4.0-0ubuntu1.4
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34
Uname: Linux 3.2.0-35-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu15.1
Architecture: amd64
Date: Sat Jan  5 07:59:28 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

Title:
  copy and paste from filemanager window using CTRL-C/V choose the wrong
  file

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

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


[Bug 924586] Re: custom background color breaks display of launcher icons if #000000 is used

2013-01-04 Thread Doug McMahon
So i gather there is no interest/intention of backporting this fix to 12.04??
(that's where it broke  there was plenty of time before 12.04 release to fix 
so it would be a shame to let it go.

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

Title:
  custom background color breaks display of launcher icons if #00 is
  used

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

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


[Bug 1096303] [NEW] Creates crash reports from uninstalled programs

2013-01-04 Thread EricDHH
Public bug reported:

ubuntu 12.10 i386
patchlevel: TODAY

Apport has catched a bug report from a bugged program. So is decide to
uninstall and purge the program to use a better one.

Now every login apport comes up with a crash dialog, when it is clicked
to report the uninstalled /usr/bin/program was reported. This happens at
EVERY login, found no way to stop it. Remark that this program ist
uninstalled and purged by apt.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: apport 2.6.1-0ubuntu9
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
ApportLog:
 
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
CrashReports: 640:1000:125:11557791:2012-12-30 09:41:42.431320372 
+0100:2012-12-30 09:41:24.919233534 +0100:/var/crash/_usr_bin_blogtk2.1000.crash
Date: Sat Jan  5 08:26:32 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-10-21 (75 days ago)
InstallationMedia: Xubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: apport
UpgradeStatus: Upgraded to quantal on 2012-11-08 (57 days ago)

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


** Tags: apport-bug i386 quantal

** Attachment added: screenshot from dialog
   https://bugs.launchpad.net/bugs/1096303/+attachment/3474681/+files/crash.jpg

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

Title:
  Creates crash reports from uninstalled programs

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

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


[Bug 1095815] Re: linux-lts-quantal: 3.5.0-22.33~precise1 -proposed tracker

2013-01-04 Thread Adam Conrad
Copied to -proposed, overrides adjusted, and linux-signed ushered
through.

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed = Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) = Adam Conrad 
(adconrad)

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

Title:
  linux-lts-quantal: 3.5.0-22.33~precise1 -proposed tracker

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

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


[Bug 734798] Re: nvidia-current gives no video in videoplayers

2013-01-04 Thread madbiologist
** Summary changed:

- nvidia-current gifs no video in videoplayers
+ nvidia-current gives no video in videoplayers

** Description changed:

  After buying and installing my new video card (a Geforce GT220) I have
  the following problem:
  
- I get no image/video in the media players (totum, vlc, etc). But when I
+ I get no image/video in the media players (totem, vlc, etc). But when I
  go to System- Administration- NVIDIA X Server Settings  then
  suddenly the image/video appears. As I shall open another video file,
  the image/video is blank agian. Till I turn to the NVIDIA X Server
  Settings.
  
  This is a software bug in de nvidia-current driver?
  
  The Opel-GL is runnen perfect, Linux games and Windows game (with wine)
  are running perfect. But every time i want to see a movie ik have toe
  open the NVIDIA settings...
  
  I Have tested this in a clean install of Ubuntu 10.04 and 10.10 and have
  te same problem.
  
  a demo of my problem:
  http://www.opvolger.net/opvolger/linux/test-1.mp4
  
  (Sorry for my English, it is not perfect)
- --- 
+ ---
  .proc.driver.nvidia.version:
-  NVRM version: NVIDIA UNIX x86 Kernel Module  260.19.06  Mon Sep 13 06:35:06 
PDT 2010
-  GCC version:  gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
+  NVRM version: NVIDIA UNIX x86 Kernel Module  260.19.06  Mon Sep 13 06:35:06 
PDT 2010
+  GCC version:  gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
  Architecture: i386
  DistroRelease: Ubuntu 10.10
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  MachineType: FUJITSU SIEMENS MS-7379VP
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.5+6ubuntu3
  PackageArchitecture: i386
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-28-generic-pae 
root=UUID=ac49e3e6-63f1-478a-bc6c-ee94c5eee7e8 ro quiet splash
  ProcEnviron:
-  LANG=en_US.utf8
-  SHELL=/bin/bash
+  LANG=en_US.utf8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.35-28.49-generic-pae 2.6.35.11
  Tags: maverick maverick
  Uname: Linux 2.6.35-28-generic-pae i686
  UserGroups: adm admin audio cdrom dialout lpadmin netdev plugdev sambashare 
vboxusers video
  dmi.bios.date: 07/02/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V9.0R
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: MS-7379VP
  dmi.board.vendor: FUJITSU SIEMENS
  dmi.board.version: 4.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU SIEMENS
  dmi.chassis.version: 4.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV9.0R:bd07/02/2008:svnFUJITSUSIEMENS:pnMS-7379VP:pvr4.0:rvnFUJITSUSIEMENS:rnMS-7379VP:rvr4.0:cvnFUJITSUSIEMENS:ct3:cvr4.0:
  dmi.product.name: MS-7379VP
  dmi.product.version: 4.0
  dmi.sys.vendor: FUJITSU SIEMENS
  system:
-  distro: Ubuntu
-  codename:   maverick
-  architecture:   i686
-  kernel: 2.6.35-28-generic-pae
+  distro: Ubuntu
+  codename:   maverick
+  architecture:   i686
+  kernel: 2.6.35-28-generic-pae

** Description changed:

  After buying and installing my new video card (a Geforce GT220) I have
  the following problem:
  
  I get no image/video in the media players (totem, vlc, etc). But when I
  go to System- Administration- NVIDIA X Server Settings  then
  suddenly the image/video appears. As I shall open another video file,
- the image/video is blank agian. Till I turn to the NVIDIA X Server
+ the image/video is blank again. Till I turn to the NVIDIA X Server
  Settings.
  
  This is a software bug in de nvidia-current driver?
  
  The Opel-GL is runnen perfect, Linux games and Windows game (with wine)
  are running perfect. But every time i want to see a movie ik have toe
  open the NVIDIA settings...
  
  I Have tested this in a clean install of Ubuntu 10.04 and 10.10 and have
  te same problem.
  
  a demo of my problem:
  http://www.opvolger.net/opvolger/linux/test-1.mp4
  
  (Sorry for my English, it is not perfect)
  ---
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86 Kernel Module  260.19.06  Mon Sep 13 06:35:06 
PDT 2010
   GCC version:  gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
  Architecture: i386
  DistroRelease: Ubuntu 10.10
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  MachineType: FUJITSU SIEMENS MS-7379VP
  NonfreeKernelModules: nvidia
  Package: xorg 1:7.5+6ubuntu3
  PackageArchitecture: i386
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-28-generic-pae 
root=UUID=ac49e3e6-63f1-478a-bc6c-ee94c5eee7e8 ro quiet splash
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.35-28.49-generic-pae 2.6.35.11
  Tags: maverick maverick
  Uname: Linux 2.6.35-28-generic-pae i686
  UserGroups: adm admin audio cdrom dialout lpadmin netdev plugdev sambashare 
vboxusers video
  dmi.bios.date: 07/02/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V9.0R
  dmi.board.asset.tag: To Be Filled By O.E.M.
  

[Bug 1095965] [NEW] Steam could not find reccomended graphic drivers for your system

2013-01-04 Thread James Peters
Public bug reported:

I am using ubuntu 12.04.1  my graphics card is an ati radeon hd
5000,but I keep getting the above error from steam every time I try to
open Team fortress,ill see what happens on windows 7 on my other PC it
has an ati graphics card on that one.

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

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

Title:
  Steam could not find reccomended graphic drivers for your system

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

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


Re: [Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2013-01-04 Thread Sam Spilsbury
Not likely. Adding the invisible window borders to metacity's
non-composited mode is likely a nontrivial affair.

On Fri, Jan 4, 2013 at 2:59 PM, axel 160...@bugs.launchpad.net wrote:
 Unity-2D is not supported in never versions and does not have the same
 fix.

 ah, thanks for that hint which explains while this bug is still on confirmed 
  critical for unity-2d.
 lets see then if unity-2d ever will be fixed =)

 --
 You received this bug notification because you are a bug assignee.
 https://bugs.launchpad.net/bugs/160311

 Title:
   Resizing windows by grabbing window borders is difficult

 Status in Ayatana Design:
   Fix Released
 Status in One Hundred Paper Cuts:
   Fix Released
 Status in The Metacity Window Manager:
   In Progress
 Status in Release Notes for Ubuntu:
   Fix Released
 Status in Unity 2D:
   Confirmed
 Status in “human-gtk-theme” package in Ubuntu:
   Invalid
 Status in “light-themes” package in Ubuntu:
   Fix Released
 Status in “metacity” package in Ubuntu:
   Confirmed
 Status in “human-gtk-theme” source package in Maverick:
   Invalid
 Status in “light-themes” source package in Maverick:
   Triaged
 Status in “metacity” source package in Maverick:
   Triaged

 Bug description:
   *

   This should mostly be fixed for Natty and might get backported to
   earlier releases as well.

   For Precise (12.04)  this is again broken for unity-2d (as of 17.7.2012 
 unity-2d 5.12.0-0ubuntu1.1).
   Note that if the window has a scrollbar, you can grab that to resize the 
 window. If not, you are stuck with the 1px border. Workaround: NONE KNOWN 
 (see comment 320)?

   *

   *Blueprint for Natty, Ubuntu 11.04:

   https://blueprints.edge.launchpad.net/ubuntu/+spec/packageselection-
   dx-n-resizing-windows

   Work items1 * Make sure the new resize grip fits in current applications; 
 doesn't interfere with anything. We should make some noise about this during 
 the Natty cycle so people keep their eyes open and file bugs.
   2 * Invisible window resize area - around 3px invisible area to allow 
 resize on all sides.

   *

   Working grip backported to gtk2 already available in ppa :
   https://launchpad.net/~bratsche/+archive/gtk

   *

   Workaround:  Edit /usr/share/themes/Ambiance/metacity-1/metacity-
   theme-1.xml.  Set the following values in frame_geometry_normal as
   desired:

   distance name=left_width value=3/
   distance name=right_width value=3/
   distance name=bottom_height value=3/

   

   Binary package hint: metacity

   - The issue has been an issue for users (especially of large) screens
   for several releases- Trackpad users seem to be particularly impacted
   by this- The issue appears to have been significantly aggravated in
   Lucid by changing the border width from 3 pixels to 1 pixel

   The window borders in metacity are far too thin to be used for
   comfortable window resizing, and resize handles are not available in
   all applications (or even most). In fact, of all the windows I have
   open right now, not a single one of them has a resize handle. The
   result is that I get a lot of misses when I try to drag a window
   border, which usually results in my clicking on the wrong window
   altogether. The best fix for this usability bug is to create an
   invisible region around each non-maximized window about 4px thick
   that can be used for resizing (in addition to the visible border). Or
   perhaps there should be a border thickness option on the System 
   Preferences  Windows dialog (although the default thickness should
   still be increased considerably). Ideally all windows would also have
   a resize handle but I realize that these have to be application
   controlled (at least that seems to be the position of the metacity
   team).

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


-- 
Sam Spilsbury

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

Title:
  Resizing windows by grabbing window borders is difficult

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

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

[Bug 1094821] Re: requesting iphone 5 support be backported to kernel 3.2

2013-01-04 Thread Whoopie
It's part of the official kernel 3.2.36 now.

See https://git.kernel.org/?p=linux/kernel/git/stable/linux-
stable.git;a=commitdiff;h=2e1ab4c280688604c7f3db6c75c1ef6ffeac60b2

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

Title:
  requesting iphone 5 support be backported to kernel 3.2

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

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


[Bug 1095961] Re: Bind DLZ compile error

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

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

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

** Tags added: bot-comment

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

Title:
  Bind DLZ compile error

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

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


[Bug 1091577] Re: unable to ping hosts by windows hostname

2013-01-04 Thread Yolanda Robla
Can you check the content of /etc/nsswitch.conf?
It should contain something like:

hosts:  files dns mdns wins

Please check it and retry.

** Changed in: samba (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/1091577

Title:
  unable to ping hosts by windows hostname

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

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


[Bug 1090845] Re: ccp can fail to compile, as CompizPlugin is not included

2013-01-04 Thread PS Jenkins bot
** Changed in: compiz
   Status: In Progress = Fix Committed

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

Title:
  ccp can fail to compile, as CompizPlugin is not included

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

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


[Bug 496253] Re: login keyring does not get unlocked at login

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

** Changed in: gdm-2.20 (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/496253

Title:
  login keyring does not get unlocked at login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm-2.20/+bug/496253/+subscriptions

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


[Bug 1090845] Re: ccp can fail to compile, as CompizPlugin is not included

2013-01-04 Thread Daniel van Vugt
Fix committed into lp:compiz at revision 3535, scheduled for release in
Compiz 0.9.9.0

** Changed in: compiz (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  ccp can fail to compile, as CompizPlugin is not included

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

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


[Bug 1072508] Re: lens process keep running after logout

2013-01-04 Thread gutigen
Confirmed here, Ubuntu 12.10, Unity 6.10, kernel 3.5.0-21.

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

Title:
  lens process keep running after logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-consumption/+bug/1072508/+subscriptions

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


[Bug 733349] Re: Minimize Application's Windows upon clicking its Launcher Icon

2013-01-04 Thread Jarosław Salski
Missing this functionality is very annoying, please don't tell me that
there is only one correct way to use Unity.

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

Title:
  Minimize Application's Windows upon clicking its Launcher Icon

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

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


[Bug 694269] Re: thunderbird windows stop receiving any input events

2013-01-04 Thread Patrick Pfeifer
No, that was a very short-lived bug.

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

Title:
  thunderbird windows stop receiving any input events

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

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


[Bug 886975] Re: [PATCH] Revert ALSA: hda - Shut up pins at power-saving mode with Conexnat codecs

2013-01-04 Thread Takashi Iwai
At Thu, 03 Jan 2013 17:04:15 +0100,
David Henningsson wrote:
 
 On 12/19/2012 11:38 AM, Takashi Iwai wrote:
  At Wed, 19 Dec 2012 11:34:46 +0100,
  David Henningsson wrote:
 
  On 12/19/2012 11:24 AM, Takashi Iwai wrote:
  At Wed, 19 Dec 2012 09:44:47 +0100,
  David Henningsson wrote:
 
  This reverts commit 697c373e34613609cb5450f98b91fefb6e910588.
 
  The original patch was meant to remove clicking, but in fact caused even
  more clicking instead.
 
  Thanks to c4pp4 for doing most of the work with this bug.
 
  BugLink: https://bugs.launchpad.net/bugs/886975
  Signed-off-by: David Henningsson david.hennings...@canonical.com
  ---
 
  @c4pp4: Is this consistent with what you have done to reduce the 
  clicking?
  Will you recommend upstream Linux to take the patch below?
 
  So, it shouldn't be merged yet right now?
  Now is the last chance for merging it to 3.8-rc1.
 
  If we don't have time waiting for c4pp4's confirmation without missing
  the entire 3.8 cycle, then I think we should merge it.
 
  It's no new feature, so it's fine to merge it at any time during 3.8
  cycle, even after 3.8-rc1.
 
  But such a fix should be merged with Cc to stable, so a bit more tests
  would be better.
 
 Do you have a suggestion on how that should be tested? I have no 
 conexant machines here currently.

Well, at best, test 3.8-rc2 with the patch.  The content isn't too
intrusive so it should suffice for merge.  Alternatively, the tester
can try older kernel with the same patch.

The point is to confirm that the patch really works.


thanks,

Takashi

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

Title:
  [Thinkpad R61i/T61] Lenovo sound chip Conexant CX20549 Venice doesn't
  work correctly.

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

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


[Bug 1095971] [NEW] eth0 (e1000e): transmit queue 0 timed out

2013-01-04 Thread Søren Holm
Public bug reported:

I'm getting this backtrace from time to time being connected to a 1Gb/s network
The network it some times dead after that and I need to reboot.


[  277.469335] [ cut here ]
[  277.469355] WARNING: at 
/build/buildd/linux-3.7.0/net/sched/sch_generic.c:255 dev_watchdog+0x1e7/0x1f0()
[  277.469359] Hardware name: 4174P4G
[  277.469363] NETDEV WATCHDOG: eth0 (e1000e): transmit queue 0 timed out
[  277.469366] Modules linked in: usbhid hid joydev(F) pci_stub vboxpci(OF) 
vboxnetadp(OF) vboxnetflt(OF) vboxdrv(OF) nfnetlink_log(F) nfnetlink(F) 
coretemp kvm_intel uvcvideo videobuf2_vmalloc videobuf2_memops kvm 
videobuf2_core videodev aesni_intel(F) aes_i586(F) xts(F) lrw(F) gf128mul(F) 
ablk_helper(F) cryptd(F) arc4(F) iwldvm mac80211 snd_hda_codec_conexant cdc_wdm 
cdc_ncm cdc_acm usbnet snd_hda_intel snd_hda_codec snd_hwdep(F) btusb 
snd_pcm(F) rfcomm microcode(F) bnep thinkpad_acpi bluetooth snd_page_alloc(F) 
parport_pc(F) nvram(F) ppdev(F) snd_seq_midi(F) snd_seq_midi_event(F) 
snd_rawmidi(F) snd_seq(F) psmouse(F) snd_seq_device(F) snd_timer(F) 
serio_raw(F) snd(F) iwlwifi tpm_tis lpc_ich cfg80211 soundcore(F) mei mac_hid 
binfmt_misc(F) lp(F) parport(F) i915 sdhci_pci sdhci i2c_algo_bit 
drm_kms_helper drm wmi e1000e(F) video(F)
[  277.469508] Pid: 0, comm: swapper/3 Tainted: GF  O 3.7.0-7-generic 
#15-Ubuntu
[  277.469512] Call Trace:
[  277.469527]  [c1049fc2] warn_slowpath_common+0x72/0xa0
[  277.469537]  [c15181d7] ? dev_watchdog+0x1e7/0x1f0
[  277.469545]  [c15181d7] ? dev_watchdog+0x1e7/0x1f0
[  277.469554]  [c104a093] warn_slowpath_fmt+0x33/0x40
[  277.469562]  [c15181d7] dev_watchdog+0x1e7/0x1f0
[  277.469577]  [c105897d] call_timer_fn+0x2d/0xe0
[  277.469586]  [c1517ff0] ? dev_graft_qdisc+0x70/0x70
[  277.469595]  [c105a341] run_timer_softirq+0x181/0x220
[  277.469603]  [c1517ff0] ? dev_graft_qdisc+0x70/0x70
[  277.469611]  [c105238f] __do_softirq+0x9f/0x1b0
[  277.469619]  [c10522f0] ? local_bh_enable+0x90/0x90
[  277.469622]  IRQ  [c1052605] ? irq_exit+0x95/0xa0
[  277.469640]  [c15fa38e] ? smp_apic_timer_interrupt+0x5e/0x8d
[  277.469649]  [c15f2f30] ? apic_timer_interrupt+0x34/0x3c
[  277.469656]  [c10500e0] ? daemonize+0x180/0x220
[  277.469666]  [c1339363] ? intel_idle+0xc3/0x120
[  277.469675]  [c14bc065] ? cpuidle_enter+0x15/0x20
[  277.469682]  [c14bc581] ? cpuidle_enter_state+0x11/0x50
[  277.469690]  [c14bc652] ? cpuidle_idle_call+0x92/0x1e0
[  277.469699]  [c1018f6a] ? cpu_idle+0xaa/0xe0
[  277.469706]  [c15e2b6d] ? start_secondary+0x1cb/0x1d1
[  277.469712] ---[ end trace cc115c10ab74d5fa ]---

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: linux-image-generic 3.7.0.7.11
ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
Uname: Linux 3.7.0-7-generic i686
ApportVersion: 2.7-0ubuntu2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  sgh2359 F pulseaudio
 /dev/snd/controlC0:  sgh2359 F pulseaudio
Date: Fri Jan  4 09:49:18 2013
InstallationDate: Installed on 2012-11-28 (36 days ago)
InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha i386 (20121128)
MachineType: LENOVO 4174P4G
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-7-generic 
root=UUID=e81bb573-57f9-40ff-b4a9-2f151723b05d ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.7.0-7-generic N/A
 linux-backports-modules-3.7.0-7-generic  N/A
 linux-firmware   1.98
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/24/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8CET32WW (1.09 )
dmi.board.asset.tag: Not Available
dmi.board.name: 4174P4G
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8CET32WW(1.09):bd03/24/2011:svnLENOVO:pn4174P4G:pvrThinkPadT420s:rvnLENOVO:rn4174P4G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4174P4G
dmi.product.version: ThinkPad T420s
dmi.sys.vendor: LENOVO

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


** Tags: apport-bug i386 raring

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

Title:
   eth0 (e1000e): transmit queue 0 timed out

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

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


[Bug 1095970] [NEW] BT failed to scan devices

2013-01-04 Thread Tim Chen
Public bug reported:

system: Dell 5520 , 201201 10378, AU5-E3-I2
BT device:
Bus 002 Device 003: ID 0cf3:e003 Atheros Communications, Inc.

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
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 1547 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xa161 irq 46'
   Mixer name   : 'Intel PantherPoint HDMI'
   Components   : 'HDA:14f1506e,1028056a,0012 
HDA:80862806,80860101,0010'
   Controls  : 24
   Simple ctrls  : 11
Date: Fri Jan  4 03:09:19 2013
HibernationDevice: RESUME=UUID=765600ff-2cce-4e13-a4d2-fdd36661d423
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
MachineType: Dell Inc. Inspiron 5520
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 0 inteldrmfb
 1 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=a6c833e4-b85f-4e2e-b1e0-1747f43b13f7 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: rts5139 mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/18/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: X42
dmi.board.name: 011216
dmi.board.vendor: Dell Inc.
dmi.board.version: X02
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: X42
dmi.modalias: 
dmi:bvnDellInc.:bvrX42:bd07/18/2012:svnDellInc.:pnInspiron5520:pvrX42:rvnDellInc.:rn011216:rvrX02:cvnDellInc.:ct8:cvrX42:
dmi.product.name: Inspiron 5520
dmi.product.version: X42
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug blocks-hwcert 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/1095970

Title:
  BT  failed to scan devices

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

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


Re: [Bug 1095418] Re: compiz keep crahing, apport as well. I can't see what I am writing

2013-01-04 Thread avinas
Is it another way to debug? I can see bunch of errors on terminal 
screen, gdb not writing them to the file.


On 04/01/13 02:57, Daniel van Vugt wrote:
 Thanks but that log file shows that unity/compiz was stopped with SIGINT
 (Ctrl-C). Please try again to reproduce the crash.


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

Title:
  compiz keep crahing, apport as well. I can't see what I am writing

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

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


[Bug 1012330] Re: [needs-packaging] Wishlist: Missing plug-In: Wizard

2013-01-04 Thread Daniel van Vugt
** Also affects: compiz
   Importance: Undecided
   Status: New

** Changed in: compiz
   Status: New = In Progress

** Changed in: compiz
   Importance: Undecided = Wishlist

** Changed in: compiz
Milestone: None = 0.9.9.0

** Changed in: compiz
 Assignee: (unassigned) = MC Return (mc-return)

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

Title:
  [needs-packaging] Wishlist: Missing plug-In: Wizard

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

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


[Bug 1095971] Status changed to Confirmed

2013-01-04 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/1095971

Title:
   eth0 (e1000e): transmit queue 0 timed out

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

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


[Bug 1095970] Status changed to Confirmed

2013-01-04 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/1095970

Title:
  BT  failed to scan devices

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

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


Re: [Bug 1095620] Re: Application window follows to another workspace as I switch

2013-01-04 Thread Andrey Gelman
Looks like this bug is much more reproducable when the application 
window is half-maximized (keyboard shortcut Ctrl-Alt-KP2 or Ctrl-Alt-KP8).
Reproduces well with both gnome-terminal, firefox, thunderbird ... 
apparently any application.
When I was playing around reproducing this bug's different behaviours, 
the Unity totally stuck with all the workspaces zoomed out (workspace 
switcher pressed)  -  'unity --reset' helped.
...
Let me help you to decide about the importance of this bug:
It renders the Unity workspace switcher unusable, at least when 
half-maximized windows are used.


On 01/04/2013 05:16 AM, Daniel van Vugt wrote:
 ** Also affects: unity
 Importance: Undecided
 Status: New

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

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


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

Title:
  Application window follows to another workspace as I switch

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

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


[Bug 1085088] Re: [Lenovo v480s] -- Fails Hibernation (s4 multiple)

2013-01-04 Thread Ara Pulido
** Tags added: certification-grey

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

Title:
  [Lenovo v480s] -- Fails Hibernation (s4 multiple)

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

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


[Bug 1085026] Re: [Lenovo v480s] -- Bluetooth headset pairs, however does not appear in sound settings.

2013-01-04 Thread Ara Pulido
** Tags added: certification-grey

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

Title:
  [Lenovo v480s] -- Bluetooth headset pairs, however does not appear in
  sound settings.

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

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


[Bug 916054] Re: software center doesn't list programs installed by .deb

2013-01-04 Thread Nicolas PAECH
That behaviour still on today even system is up to date.
SC still able to display proposed software and install them.
Difference with Lucas Chiodini's case is that the History button contains 
correct history.
I order to uninstall/remove any software, I have to remember its name and make 
a search in All software button, so it is able to display whether that 
software is installed. When installed it propose a remove button.

I don't know which any previous action could made SC to loose its 
functionnality for Installed button.
Can Ubuntu Tweak be the cause ? (I ran it before the issue as I remember but 
not sure).

System details:
- System has 1GB RAM
- Ubuntu is 12.04 kernel 3.2.0-35 generic
- Software Center is 5.2.7
- Ubuntu Tweak is 0.8.3
- System is used as web server only (LAMP)
- SearhMonkey 0.8.1-8 was installed for few days but I removed it because of 
bugs

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

Title:
  software center doesn't list programs installed by .deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/916054/+subscriptions

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


[Bug 1095781] Re: [Lenovo v480s] - Bluetooth file browse doesn't work.

2013-01-04 Thread Ara Pulido
** Tags added: certification-grey

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

Title:
  [Lenovo v480s] - Bluetooth file browse doesn't work.

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

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


[Bug 1093999] Re: ip route src not working

2013-01-04 Thread Sets
Just tested on 3.8.0, got this two debs:

linux-image-3.8.0-030800rc2-generic_3.8.0-030800rc2.201301022235_amd64.deb
linux-image-extra-3.8.0-030800rc2-generic_3.8.0-030800rc2.201301022235_amd64.deb

from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8-rc2-raring/
Unity's pannel doesnt start, there were some errors in console about apparmor, 
but booted normaly, tested described bug, it still exists.

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

Title:
  ip route src not working

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

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


[Bug 1095955] Re: system failed the hibernate 30 cycle

2013-01-04 Thread Tim Chen
** Description changed:

  system: 201202-10547(KO5-E3-C2)
+ The system crashed during the suspend 30 cycle test.
  
  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
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  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 2281 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 2281 F pulseaudio
  Card0.Amixer.info:
-  Card hw:0 'PCH'/'HDA Intel PCH at 0xf7f1 irq 44'
-Mixer name : 'Intel PantherPoint HDMI'
-Components : 'HDA:111d76df,1028053d,00100203 
HDA:14f12c06,14f1000f,0010 HDA:80862806,80860101,0010'
-Controls  : 37
-Simple ctrls  : 13
+  Card hw:0 'PCH'/'HDA Intel PCH at 0xf7f1 irq 44'
+    Mixer name : 'Intel PantherPoint HDMI'
+    Components : 'HDA:111d76df,1028053d,00100203 
HDA:14f12c06,14f1000f,0010 HDA:80862806,80860101,0010'
+    Controls  : 37
+    Simple ctrls  : 13
  Date: Fri Jan  4 01:34:20 2013
  HibernationDevice: RESUME=UUID=f57178fb-6828-4747-9a68-46c857683766
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  MachineType: Dell Inc. Latitude E5530 non-vPro
  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=d8cd2dd9-682c-4c1c-ac95-7c73c623b3c2 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: A05
  dmi.board.name: 04XWW6
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd09/03/2012:svnDellInc.:pnLatitudeE5530non-vPro:pvr01:rvnDellInc.:rn04XWW6:rvrX01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5530 non-vPro
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

** Description changed:

  system: 201202-10547(KO5-E3-C2)
- The system crashed during the suspend 30 cycle test.
+ The system crashed during the hibernate 30 cycle test.
  
  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
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  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 2281 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf7f1 irq 44'
     Mixer name : 'Intel PantherPoint HDMI'
     Components : 'HDA:111d76df,1028053d,00100203 
HDA:14f12c06,14f1000f,0010 HDA:80862806,80860101,0010'
     Controls  : 37
     Simple ctrls  : 13
  Date: Fri Jan  4 01:34:20 2013
  HibernationDevice: RESUME=UUID=f57178fb-6828-4747-9a68-46c857683766
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  MachineType: Dell Inc. Latitude E5530 non-vPro
  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=d8cd2dd9-682c-4c1c-ac95-7c73c623b3c2 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: 

[Bug 1095954] Re: system failed the suspend 30 cycle

2013-01-04 Thread Tim Chen
** Description changed:

  system: 201202-10547(KO5-E3-C2)
+ The system crashed during the suspend 30 cycle test.
  
  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
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  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 2281 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 2281 F pulseaudio
  Card0.Amixer.info:
-  Card hw:0 'PCH'/'HDA Intel PCH at 0xf7f1 irq 44'
-Mixer name : 'Intel PantherPoint HDMI'
-Components : 'HDA:111d76df,1028053d,00100203 
HDA:14f12c06,14f1000f,0010 HDA:80862806,80860101,0010'
-Controls  : 37
-Simple ctrls  : 13
+  Card hw:0 'PCH'/'HDA Intel PCH at 0xf7f1 irq 44'
+    Mixer name : 'Intel PantherPoint HDMI'
+    Components : 'HDA:111d76df,1028053d,00100203 
HDA:14f12c06,14f1000f,0010 HDA:80862806,80860101,0010'
+    Controls  : 37
+    Simple ctrls  : 13
  Date: Fri Jan  4 01:30:37 2013
  HibernationDevice: RESUME=UUID=f57178fb-6828-4747-9a68-46c857683766
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  MachineType: Dell Inc. Latitude E5530 non-vPro
  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=d8cd2dd9-682c-4c1c-ac95-7c73c623b3c2 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: A05
  dmi.board.name: 04XWW6
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd09/03/2012:svnDellInc.:pnLatitudeE5530non-vPro:pvr01:rvnDellInc.:rn04XWW6:rvrX01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5530 non-vPro
  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/1095954

Title:
  system failed the suspend 30 cycle

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

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

[Bug 1048212] Re: Auto-completion via bindkey ^[[A not working in zsh 5.0.0-1ubuntu1

2013-01-04 Thread adarsh barik
Its not working for me in ubuntu 12.10 (both unity and gnome-shell 3.6).
Proposed workaround is also not working. Problem occurs while using oh-
my-zsh.  It works fine with $ zsh -f -l .

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

Title:
  Auto-completion via bindkey ^[[A not working in zsh 5.0.0-1ubuntu1

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

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


[Bug 978296] Re: Tags section hidden on Time Tracker Preferences dialog

2013-01-04 Thread László Garzó
Screenshot indicating how the preferences dialog should look (from
Project Hamster Homepage -- Screenshots section).

** Attachment added: Project Hamster Preferences Categories  Tags
   
https://bugs.launchpad.net/ubuntu/+source/hamster-applet/+bug/978296/+attachment/3473899/+files/Hamster-Prefs-Tags.png

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

Title:
  Tags section hidden on Time Tracker Preferences dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hamster-applet/+bug/978296/+subscriptions

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


[Bug 1095958] Re: Unity messes up the screen, mouse pointer, etc. when the resolution is changed

2013-01-04 Thread Dima Ryazanov
Yes, definitely sounds similar, especially the linked thread: Only the upper 
left quarter of the DOS screen is visible, magnified to double height and width 
so as to fill the whole screen. - that's exactly what I was seeing.
Though if it is the same, the title should be updated, since it's not about 
fullscreen windows, only the resolution change. (The desktop looks wrong even 
without any fullscreen windows.)

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

Title:
  Unity messes up the screen, mouse pointer, etc. when the resolution is
  changed

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

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


[Bug 746981] Re: sssd fails to find memberof.so

2013-01-04 Thread Timo Aaltonen
11.04 is EOL

** Changed in: sssd (Ubuntu Natty)
   Status: In Progress = Won't Fix

** Changed in: sssd (Ubuntu Natty)
 Assignee: Fabrice Coutadeur (fabricesp) = (unassigned)

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

Title:
  sssd fails to find memberof.so

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

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


[Bug 1095977] [NEW] package mysql-workbench (not installed) failed to install/upgrade: tentata sovrascrittura di /usr/share/applications/MySQLWorkbench.desktop presente anche nel pacchetto mysql-wor

2013-01-04 Thread Rapture
Public bug reported:

Can't install package...

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: mysql-workbench (not installed)
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic-pae 3.2.34
Uname: Linux 3.2.0-35-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu15.1
AptOrdering:
 mysql-workbench-data: Install
 mysql-workbench: Install
 mysql-workbench-data: Configure
 mysql-workbench: Configure
Architecture: i386
Date: Fri Jan  4 10:18:03 2013
ErrorMessage: tentata sovrascrittura di 
/usr/share/applications/MySQLWorkbench.desktop presente anche nel pacchetto 
mysql-workbench-gpl 5.2.38-1ubu1104
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MarkForUpload: True
SourcePackage: mysql-workbench
Title: package mysql-workbench (not installed) failed to install/upgrade: 
tentata sovrascrittura di /usr/share/applications/MySQLWorkbench.desktop 
presente anche nel pacchetto mysql-workbench-gpl 5.2.38-1ubu1104
UpgradeStatus: Upgraded to precise on 2012-05-02 (246 days ago)

** Affects: mysql-workbench (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package mysql-workbench (not installed) failed to install/upgrade:
  tentata sovrascrittura di
  /usr/share/applications/MySQLWorkbench.desktop presente anche nel
  pacchetto mysql-workbench-gpl 5.2.38-1ubu1104

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

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


[Bug 901755] Re: Hugin crashes on starting

2013-01-04 Thread Fabrice Coutadeur
Hi Bruno,

This bug report is open: you're more than welcome to provide that how-
to.

Fabrice

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

Title:
  Hugin crashes on starting

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

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


[Bug 1062900] Re: soffice.bin crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2013-01-04 Thread Martin Pitt
** Changed in: libreoffice (Ubuntu)
   Status: Expired = Incomplete

** Information type changed from Private to Public

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

Title:
  soffice.bin crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler()

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

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


[Bug 1095981] [NEW] Fix wrong build-dep on unity

2013-01-04 Thread Didier Roche
Public bug reported:

Unity needs newer compiz and nux version, but the build dependencies
were not bumped.

** Affects: unity
 Importance: Undecided
 Assignee: Didier Roche (didrocks)
 Status: New

** Affects: ubuntu
 Importance: Undecided
 Assignee: Didier Roche (didrocks)
 Status: New

** Changed in: unity
 Assignee: (unassigned) = Didier Roche (didrocks)

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

** Changed in: ubuntu
 Assignee: (unassigned) = Didier Roche (didrocks)

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

Title:
  Fix wrong build-dep on unity

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

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


[Bug 1095978] [NEW] Unity FTBFS with precompiled header turned on.

2013-01-04 Thread Didier Roche
Public bug reported:

Unity FTBFS with precompiled header turned on when building with -g -02,
which is the ubuntu distro default.

Turning off on the distro right now

** Affects: unity
 Importance: Undecided
 Status: New

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

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

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

Title:
  Unity FTBFS with precompiled header turned on.

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

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


[Bug 1068404] Re: Low graphics mode in Hybrid ATI/Intel GPU systems after fglrx upgrade

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

- After installing the latest fglrx-updates package on Ubuntu 12.10
- (fglrx-updates_9.000-0ubuntu3_amd64) I have the same issue that was
- present before AMD fixed switchable graphics on PowerXpress 4.0 cards
- (such as my HD 6470M coupled with the intel HD Graphics 3000 of my intel
- Core i5-2430M). The X server has a segmentation fault and the low
- graphics mode is activated.
+ [Impact]
+ 
+  * Hybrid systems with ATI/intel GPUs using fglrx get a segmentation
+ fault in X when using 12.10. In stock 12.04.1 these systems were working
+ fine.
+ 
+  * This bug represents a severe regression from precise to quantal,
+ since is crashing on startup
+ 
+  * It reverts the following upstream commit which has hidden some global 
symbols of the intel driver:
+ 
http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=05dcc5f1699ba90fc14c50882e8d4be89bc4a4f9
+ 
+ [Test Case]
+ 
+  * Get an hybrid ATI/intel system.
+Install quantal: The system should boot fine
+Install the proprietary fglrx package and reboot: The X server crashes on 
startup
+ 
+ [Regression Potential]
+ 
+  * Upstream has stated that reverting this patch should be safe enough for 
SRU (mainly Comment 7):
+ https://bugs.freedesktop.org/show_bug.cgi?id=56494#c6
+ 
+  * This patch has enabled many users to have their hybrid systems
+ working. No reported regressions so far
+ 
+ [Other Info]
+ 
+  * To the best of my knowledge this patch is currently the only known
+ way to get fglrx/intel hybrid systems to work in quantal. It has been
+ tested by many users in the bug report and this change fixed their
+ systems
+ 
+ 
+ ==
+ 
+ 
+ After installing the latest fglrx-updates package on Ubuntu 12.10 
(fglrx-updates_9.000-0ubuntu3_amd64) I have the same issue that was present 
before AMD fixed switchable graphics on PowerXpress 4.0 cards (such as my HD 
6470M coupled with the intel HD Graphics 3000 of my intel Core i5-2430M). The X 
server has a segmentation fault and the low graphics mode is activated.
  
  WORKAROUND: Follow carefully the instructions here:
  https://help.ubuntu.com/community/BinaryDriverHowto/ATI#WORKAROUND
  
  As per Nick Andrik, this is a version regression of xserver-xorg-video-
  intel from 2.20.2 (working and in below mentioned PPA) and 2.20.3. The
  regression commit is http://cgit.freedesktop.org/xorg/driver/xf86-video-
  intel/commit/?id=05dcc5f1699ba90fc14c50882e8d4be89bc4a4f9 .
  
  ATTENTION: If your system includes an old ATI GPU card (Radeon HD 2x00 3x00 
4x00) which is not supported any more by fglrx drivers, then probably you 
suffer from this bug:
  https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1058040
  Subscribe and comment there please.
  
  If the X server loads (so you see no low graphics mode window) but you get no 
menu bars, window decorations, etc, then press Ctrl+Shift+T to open a terminal, 
write in there:
  unity --replace 
  and post a comment with the result.
  
  The logs from the intial bug report follow:
  
  Here is the Xorg log:
  [20.924]
  X.Org X Server 1.13.0
  Release Date: 2012-09-05
  [20.924] X Protocol Version 11, Revision 0
  [20.924] Build Operating System: Linux 3.2.0-30-generic x86_64 Ubuntu
  [20.924] Current Operating System: Linux marco-HP-Pavilion-g6-Notebook-PC 
3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64
  [20.924] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=5374f779-2ae8-4842-a390-e21317364c6c ro quiet splash vt.handoff=7
  [20.924] Build Date: 08 October 2012  03:34:01PM
  [20.924] xorg-server 2:1.13.0-0ubuntu6 (For technical support please see 
http://www.ubuntu.com/support)
  [20.924] Current version of pixman: 0.26.0
  [20.924]  Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
  [20.924] Markers: (--) probed, (**) from config file, (==) default 
setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  [20.924] (==) Log file: /var/log/Xorg.0.log, Time: Fri Oct 19 02:42:21 
2012
  [20.924] (==) Using config file: /etc/X11/xorg.conf
  [20.924] (==) Using system config directory /usr/share/X11/xorg.conf.d
  [20.924] (==) ServerLayout aticonfig Layout
  [20.924] (**) |--Screen aticonfig-Screen[0]-0 (0)
  [20.924] (**) |   |--Monitor aticonfig-Monitor[0]-0
  [20.925] (**) |   |--Device aticonfig-Device[0]-0
  [20.925] (==) Automatically adding devices
  [20.925] (==) Automatically enabling devices
  [20.925] (==) Automatically adding GPU devices
  [20.925] (WW) The directory /usr/share/fonts/X11/cyrillic does not 
exist.
  [20.925]  Entry deleted from font path.
  [20.925] (WW) The directory /usr/share/fonts/X11/100dpi/ does not exist.
  [20.925]  Entry deleted from font path.
  [20.925] (WW) The directory /usr/share/fonts/X11/75dpi/ 

[Bug 597500] Re: add del keyboard shortcut to end process in system monitor

2013-01-04 Thread Robert Roth
As the development version of Ubuntu already comes with Gnome System
Monitor 3.6.1 including this fix, I am setting this to Fix Released.

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  add del keyboard shortcut to end process in system monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/597500/+subscriptions

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


[Bug 174164] Re: system monitor reports active programs as sleeping

2013-01-04 Thread Robert Roth
Marking as Fix committed, as the fix has been pushed to the upstream
source, and will be available with the next system monitor release in
ubuntu.

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Incomplete = 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/174164

Title:
  system monitor reports active programs as sleeping

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/174164/+subscriptions

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


[Bug 983127] Re: cannot kill/end root processes

2013-01-04 Thread Robert Roth
Marking this as Fix Committed, as the fix is available in the upstream
trunk, and will be available in System Monitor 3.8.

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Triaged = 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/983127

Title:
  cannot kill/end root processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/983127/+subscriptions

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


[Bug 1095958] Re: Unity messes up the screen, mouse pointer, etc. when the resolution is changed

2013-01-04 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1069536 ***
https://bugs.launchpad.net/bugs/1069536

OK thanks. Duplicate.

Please clarify bug 1069536's title.

** This bug has been marked a duplicate of bug 1069536
   Fullscreen windows at lower than native resolution only show upper left 
corner

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

Title:
  Unity messes up the screen, mouse pointer, etc. when the resolution is
  changed

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

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


[Bug 1094014] Re: [Quantal] forbids to loading mormal.mod in UEFI security boot

2013-01-04 Thread XiongZhang
thanks for your reply.
I use  the command apt-get install grub-efi-amd64-signed to get a grub2 
signed by canonical-uefi-ca.der, Using this grub I don't encounter above issue. 
But after this grub2 run, the system enter into grub command interface, it 
seems it doesn't load grub.cfg file. I have to use grub command to boot ubuntu 
kernel, it is very inconvenience.  Is this normal ?

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

Title:
  [Quantal] forbids to loading mormal.mod in UEFI security boot

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

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


[Bug 1095847] Re: no GUI method for managing webapps

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

** Changed in: webapps-applications (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/1095847

Title:
  no GUI method for managing webapps

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