[Bug 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
Sorry for the delay I have tried File based VM works without problems.
I can add another File based VM - I have installed via vmbuilder:

vmbuilder kvm ubuntu \
--suite=precise \
--flavour=virtual \
--arch=amd64 \
--mem=512 \
--hostname=vm4 \
--bridge=br0 \
--mirror=http://de.archive.ubuntu.com/ubuntu \
-o --libvirt=qemu:///system \
--ip x.x.x.x \
--mask x.x.x.x \
--net x.x.x.x \
--bcast x.x.x.x \
--gw x.x.x.x \
--dns 8.8.8.8 \
--part=/var/lib/libvirt/images/vm4/vmbuilder.partition \
--templates=/var/lib/libvirt/images/kvm-custom-temp \
--user=tuser \
--name=Tem User \
--pass=xxx \
--addpkg=vim-nox \
--addpkg=acpid \
--firstboot=/var/lib/libvirt/images/vm4/boot.sh \
21 | tee vmbuilder-install-log.txt

LVM based is not working! It is a mystery because all my other working
VMs are LVM ...

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1029889/+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 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
vgdisplay and lvdisplay

Is there any minimum space required on volume group to create LVM based
VM apart of the LV size of the particular VM ?

** Attachment added: lvdisplay.txt
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3397953/+files/lvdisplay.txt

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1029889/+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 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
** Attachment added: vgdisplay.txt
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3397954/+files/vgdisplay.txt

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1029889/+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 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Luke Randall
Sorry for not responding for so long.

 Just to be sure, your symptoms are exactly the same as in the
Description - kvm hangs (no response to network or the vnc console) and
takes 100% cpu?

Yes, the symptoms are exactly the same.

 Unfortunately, based on your .xml file it looks like you're not using
an LVM backed VM. I wonder if we should pursue this in a separate bug.
Would you mind opening a new bug?

I've experienced the exact same bug (or at least the exact same
symptoms) both with LVM and qcow2 images. If you feel that LVM is a
sufficiently differentiating factor then I'm happy to file a new bug.

I've found that two out of three servers with 12.04 are affected by this
bug. That means that brand new images built on these machines exhibit
this bug. However, I am still able to build images on the third server
which work as expected on any of the three servers. I don't know what to
make of that, since the machines should be close to identical in setup
(and are certainly identical from a hardware perspective).

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1029889/+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 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
@Serge,

Let me know what else we could try to diagnose this problem.

This is the same VM machine created via vmbuilder with LVM volumes:

lvcreate -L26G -n vm5 virtualvg

vmbuilder.partition

root 2
swap 6000

boot.sh

# Install openssh-server
apt-get update
apt-get install -qqy --force-yes openssh-server

vmbuilder kvm ubuntu \
--suite=precise \
--flavour=virtual \
--arch=amd64 \
--mem=512 \
--hostname=vm5 \
--bridge=br0 \
--mirror=http://de.archive.ubuntu.com/ubuntu \
-o --libvirt=qemu:///system \
--ip x.x.x.x \
--mask x.x.x.x \
--net x.x.x.x \
--bcast x.x.x.x \
--gw x.x.x.x \
--dns 8.8.8.8 \
--part=/var/lib/libvirt/images/vm5/vmbuilder.partition \
--raw=/dev/mapper/virtualvg-vm5 \
--templates=/var/lib/libvirt/images/kvm-custom-temp \
--user=tuser \
--name=Temp User \
--pass=xxx \
--addpkg=vim-nox \
--addpkg=acpid \
--firstboot=/var/lib/libvirt/images/vm5/boot.sh \
21 | tee vmbuilder-install-lvm-based-log.txt

The VM hangs taking 100% CPU!

There is screenshot:

** Attachment added: KVM-lvm-based-VM-takes-100CPU.png
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3398044/+files/KVM-lvm-based-VM-takes-100CPU.png

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1029889/+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 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
VM Builder Logs for VM4 - File Based and VM5 - LVM Based

Partition setup and boot.sh are identical:


vmbuilder.partition

root 2
swap 6000

boot.sh

# Install openssh-server
apt-get update
apt-get install -qqy --force-yes openssh-server


RESULT: 
VM4 (File Based) - Works No Problem
VM5 (LVM Based) - HANGS 100% CPU

Tomas



** Attachment added: vmbuilder-install-img-based-log.txt
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3398045/+files/vmbuilder-install-img-based-log.txt

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1029889/+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 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
** Attachment added: vmbuilder-install-lvm-based-log.txt
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3398046/+files/vmbuilder-install-lvm-based-log.txt

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1029889/+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 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
** Attachment added: lvdisplay-after-vm5-install.txt
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3398048/+files/lvdisplay-after-vm5-install.txt

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1029889/+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 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
** Attachment added: vgdisplay-after-vm5-install.txt
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3398047/+files/vgdisplay-after-vm5-install.txt

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1029889/+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 875440] Re: Cannot authenticate with saslauthd and mysql

2012-10-14 Thread Monkberry
Solved-Works
I really hope this helps some people on here but I've found a solution that 
does NOT require uninstalling packages or installing anything that's not in the 
stock repos for precise 12.04 for use in saslauthd(cyrus), mysql, postfix 
scenario.
The gist of the problem seems to be syntax changes and the fact that if used in 
postfix (with chroot environment), a missing link in /var/run to the chroot of 
/var/spool/postfix/var/run/saslauthd.

If postfix is chrooted (and it probably is)
/etc/default/saslauthd
OPTIONS=-c -m /var/spool/postfix/var/run/saslauthd -r
(needed the -r option, that puts the name and domain together, short for realm, 
without that it will send the user as george not geo...@example.org

/etc/pam.d/smtp
auth required pam_mysql.so user=mail passwd=yourdbpassword host=127.0.0.1 
db=maildb table=users usercolumn=id passwdcolumn=clear crypt=0
account sufficient pam_mysql.so user=mail passwd=yourdbpassword host=127.0.0.1 
db=maildb table=users usercolumn=id passwdcolumn=clear crypt=0
(this file needed the appropriate references to the database and table names 
and since I used clear passwords, I needed to change crypt=1 to crypt=0. (and 
the passwdcolumn from crypt to clear) I did this so the clear passwords would 
read all the password. Using crypt in the mysql table, it would only recognize 
the first 8 characters and ignore the rest.

And here's where the real changes took place, in the syntax.
/etc/postfix/sasl/smtpd.conf file need the changed syntax (alot) and relevant 
sql query info. NOTE: I did NOT need the pam mech_list option that I thought 
before.
pwcheck_method: saslauthd
mech_list: plain login cram-md5 digest-md5
log_level: 7 #Remove this line when done
allow_plaintext: true
auxprop_plugin: sql
sql_engine: mysql
sql_hostnames: 127.0.0.1
sql_user: mail
sql_passwd: yourdbpasswd
sql_database: maildb
sql_select: select clear from users where id='%u@%r' and enabled = 1
(note the use of the field clear, you probably want crypt if using flurdy's 
how-to.

/etc/postfix/master.cf
submission inet n   -   -   -   -   smtpd
#  -o syslog_name=postfix/submission
#  -o smtpd_tls_security_level=encrypt
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject

/etc/postfix/main.cf
# SASL 
smtpd_sasl_auth_enable = yes
# If your potential clients use Outlook Express or other older clients 
# this needs to be set to yes 
broken_sasl_auth_clients = no
smtpd_sasl_security_options = noanonymous
# also add
# Add permit_sasl_authenticated to you existing smtpd_sender_restrictions
# Add permit_sasl_authenticated to you existing smtpd_recipient_restrictions

Fixed the sasl path problem by writing a script as such to run at boot
as I didn't want to try and figure out what the hell the deal was with
the path, how it starts, what starts it, what names it, sasl is a pain
in the ass!

#!/bin/bash
sleep 5
ln -s /var/spool/postfix/var/run/saslauthd /var/run/saslauthd
/etc/init.d/saslauthd restart
/etc/init.d/postfix restart

That did it!!
Finally got port 587 working and authenticating.
Don't forget to open the port if not already done on the firewall

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

Title:
  Cannot authenticate with saslauthd and mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+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 1048172] Re: dpkg: error processing maas-dhcp (--configure):

2012-10-14 Thread Fabio Marconi
** Changed in: maas (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  dpkg: error processing maas-dhcp (--configure):

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1048172/+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 1066421] Re: fresh MAAS install from ISO fails when opening the MAAS URL

2012-10-14 Thread C de-Avillez
*** This bug is a duplicate of bug 1066556 ***
https://bugs.launchpad.net/bugs/1066556

** This bug has been marked a duplicate of bug 1066556
   MAAS install via d-i/tasksel fails whe opening the browser to /MAAS

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

Title:
  fresh MAAS install from ISO fails when opening the MAAS URL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1066421/+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 1066570] [NEW] should build-depend on librbd-dev

2012-10-14 Thread rslemos
Public bug reported:

I could only compile it after installing librbd-dev. Otherwise could
only get the following:

error: rbd/librbd.h: No such file or directory

lsb_release -rd:

Description:Debian GNU/Linux testing (wheezy)
Release:testing

(yes, i'm building it in debian)

qemu-kvm version: 1.2.0+noroms-0ubuntu2

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

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

Title:
  should build-depend on librbd-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1066570/+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 501956] Re: OpenSSH does not log failed attempts when key authentication is used

2012-10-14 Thread Kees Cook
** Branch linked: lp:~kees/openssh/report-publickey

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

Title:
  OpenSSH does not log failed attempts when key authentication is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/501956/+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 911704] Re: vmbuilder fails with device-mapper: remove ioctl failed: No such device or address - Wrong device name loop0pp1

2012-10-14 Thread Jason Tackaberry
I had this problem in 12.04.1.  It is resolved with #1012946.  Once I
installed parted 2.3-8ubuntu5.1 (which is scheduled for 12.04.2) I was
able to use vmbuilder with a logical volume as a raw device.

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

Title:
  vmbuilder fails with device-mapper: remove ioctl failed: No such
  device or address - Wrong device name loop0pp1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/911704/+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 1066359] [NEW] ssh not functional on xubuntu 12.10

2012-10-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

when attempting to ssh into a machine running xubuntu 12.10, it permanently 
stalls with the following terminal output:
$ ssh 192.168.0.4 -v
OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 192.168.1.4 [192.168.1.4] port 22.
debug1: Connection established.
debug1: identity file /home/ill/.ssh/id_rsa type -1
debug1: identity file /home/ill/.ssh/id_rsa-cert type -1
debug1: identity file /home/ill/.ssh/id_dsa type 2
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: identity file /home/ill/.ssh/id_dsa-cert type -1
debug1: identity file /home/ill/.ssh/id_ecdsa type -1
debug1: identity file /home/ill/.ssh/id_ecdsa-cert type -1

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: bot-comment quantal
-- 
ssh not functional on xubuntu 12.10
https://bugs.launchpad.net/bugs/1066359
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to openssh in Ubuntu.

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


[Bug 1066359] Re: ssh not functional on xubuntu 12.10

2012-10-14 Thread Book 'em Dano
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

  apport-collect 1066359

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Tags added: quantal

** Package changed: ubuntu = openssh (Ubuntu)

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

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

Title:
  ssh not functional on xubuntu 12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1066359/+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 1036934] Re: package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade: ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-10-14 Thread Launchpad Bug Tracker
[Expired for openldap (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openldap (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade:
  ErrorMessage: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1036934/+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 1032339] Re: package mysql-server-5.1 5.1.63-0ubuntu0.11.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-10-14 Thread Launchpad Bug Tracker
[Expired for mysql-5.1 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.1 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package mysql-server-5.1 5.1.63-0ubuntu0.11.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/1032339/+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 1066206] Re: missing utility epub-meta

2012-10-14 Thread Fabrice Coutadeur
Hi,

you're right: it has been renamed some time ago to ebook-meta. Reporting
to Debian, as it's our upstream here.

Thanks,

Fabrice

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

** Changed in: calibre (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/1066206

Title:
  missing utility epub-meta

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

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


[Bug 1066410] Re: lightdm doesn't load correctly on Ubuntu 12.10

2012-10-14 Thread zubozrout
Ok, so with the latest boot I ended up with a similar screen but this
time only cursor was visible on a blank black screen. However I can
still temporarily solve it by restarting lightdm process.

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

Title:
  lightdm doesn't load correctly on Ubuntu 12.10

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

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


[Bug 1066432] Re: [Lubuntu 12.10] Multiple instances of Firefox are closed if just one is closed

2012-10-14 Thread RaduStoica
Hello,

  Thanks for reporting this. As far as I know, this has been normal
Firefox behaviour since forever. If you want to close a single window,
use the x button. If you want to kill all Firefox windows, use
FIle-Quit.

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

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

Title:
  [Lubuntu 12.10] Multiple instances of Firefox are closed if just one
  is closed

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

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


[Bug 1066395] Re: Nautilus (list view) column widths change dynamically on alt-tab, lags on large folders

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

** Changed in: nautilus (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/1066395

Title:
  Nautilus (list view) column widths change dynamically on alt-tab, lags
  on large folders

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

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


[Bug 1066370] Re: Control keeps reopening and sections dont work.

2012-10-14 Thread RaduStoica
*** This bug is a duplicate of bug 1010537 ***
https://bugs.launchpad.net/bugs/1010537

Hello,

   Thanks for reporting this. It looks like a duplicate of bug #1010537.

** This bug has been marked a duplicate of bug 1010537
   cannot close the window

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

Title:
  Control keeps reopening and sections dont work.

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

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


[Bug 114218] Re: Cannot compile a driver due to missing files in linux-source

2012-10-14 Thread jevgtv
*** This bug is a duplicate of bug 103714 ***
https://bugs.launchpad.net/bugs/103714

I experience the same problem in 12.04

jevgtv@jevgtv-HP-Compaq-6910p ~ $ cd Downloads/
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads $ cd ricoh_xd_3/
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/ricoh_xd_3 $ ./make  sudo make 
install  sudo make load
bash: ./make: No such file or directory
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/ricoh_xd_3 $ make
make -C /lib/modules/3.2.0-23-generic/build M=/home/jevgtv/Downloads/ricoh_xd_3
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-23-generic'
  LD  /home/jevgtv/Downloads/ricoh_xd_3/nand/built-in.o
  CC [M]  /home/jevgtv/Downloads/ricoh_xd_3/nand/nand_base.o
In file included from /home/jevgtv/Downloads/ricoh_xd_3/nand/nand_base.c:42:0:
/home/jevgtv/Downloads/ricoh_xd_3/include/linux/mtd/mtd.h:16:33: fatal error: 
linux/mtd/compatmac.h: No such file or directory
compilation terminated.
make[3]: *** [/home/jevgtv/Downloads/ricoh_xd_3/nand/nand_base.o] Error 1
make[2]: *** [/home/jevgtv/Downloads/ricoh_xd_3/nand] Error 2
make[1]: *** [_module_/home/jevgtv/Downloads/ricoh_xd_3] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-23-generic'
make: *** [build] Error 2
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/ricoh_xd_3 $ ./configure
bash: ./configure: No such file or directory
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/ricoh_xd_3 $ ./make  sudo make 
install  sudo make load
bash: ./make: No such file or directory
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/ricoh_xd_3 $ sudo !!
sudo ./make  sudo make install  sudo make load
[sudo] password for jevgtv: 
sudo: ./make: command not found
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/ricoh_xd_3 $ cd
jevgtv@jevgtv-HP-Compaq-6910p ~ $ cd Downloads/
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads $ cd sdricoh_cs-0.1.4/
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ make
make -C /lib/modules/3.2.0-23-generic/build 
SUBDIRS=/home/jevgtv/Downloads/sdricoh_cs-0.1.4 modules
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-23-generic'
  CC [M]  /home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs.o
/home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs.c:34:29: fatal error: 
pcmcia/cs_types.h: No such file or directory
compilation terminated.
make[2]: *** [/home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs.o] Error 1
make[1]: *** [_module_/home/jevgtv/Downloads/sdricoh_cs-0.1.4] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-23-generic'
make: *** [default] Error 2
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ make install
if test ! -d /lib/modules/3.2.0-23-generic/kernel/drivers/mmc ; then mkdir -p 
/lib/modules/3.2.0-23-generic/kernel/drivers/mmc ; fi
install -D -m 644 *.ko /lib/modules/3.2.0-23-generic/kernel/drivers/mmc
install: cannot stat `*.ko': No such file or directory
make: *** [install] Error 1
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ sudo modprobe 
sdricoh_cs
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $  lsmod | grep 
ricohsdricoh_cs 12953  0 
pcmcia 39791  2 sdricoh_cs,pata_pcmcia
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ lspci | grep Ricoh
02:06.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b9)
02:06.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b9)
02:06.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 03)
02:06.3 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 20)
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ sudo apt-get 
install subversion
Reading package lists... Done
Building dependency tree   
Reading state information... Done
subversion is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ svn co 
https://sdricohcs.svn.sourceforge.net/svnroot/sdricohcs/sdricoh_cs sdricoh_cs
Asdricoh_cs/contrib
Asdricoh_cs/contrib/sdricoh_cs-kmp.spec
Asdricoh_cs/sdricoh_cs.c
Asdricoh_cs/LICENSE
Asdricoh_cs/ChangeLog
Asdricoh_cs/Makefile
Asdricoh_cs/README
Checked out revision 75.
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ cd sdricoh_cs
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4/sdricoh_cs $ make
make -C /lib/modules/3.2.0-23-generic/build 
SUBDIRS=/home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs modules
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-23-generic'
  CC [M]  /home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs/sdricoh_cs.o
/home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs/sdricoh_cs.c:34:29: fatal 
error: pcmcia/cs_types.h: No such file or directory
compilation terminated.
make[2]: *** [/home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs/sdricoh_cs.o] 
Error 1
make[1]: *** [_module_/home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs] Error 
2
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-23-generic'
make: *** [default] Error 2

[Bug 1066415] Re: Unity slower than ever

2012-10-14 Thread RaduStoica
*** This bug is a duplicate of bug 1066209 ***
https://bugs.launchpad.net/bugs/1066209

** This bug has been marked a duplicate of bug 1066209
   Unity is slow

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

Title:
  Unity slower than ever

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

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


[Bug 1066209] Re: Unity is slow

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

** Changed in: unity (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/1066209

Title:
  Unity is slow

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

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


[Bug 103714] Re: linux-headers-2.6.20-14: include/linux/mmc/protocol.h missing

2012-10-14 Thread jevgtv
I experience the same problem in 12.04

jevgtv@jevgtv-HP-Compaq-6910p ~ $ cd Downloads/
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads $ cd ricoh_xd_3/
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/ricoh_xd_3 $ ./make  sudo make 
install  sudo make load
bash: ./make: No such file or directory
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/ricoh_xd_3 $ make
make -C /lib/modules/3.2.0-23-generic/build M=/home/jevgtv/Downloads/ricoh_xd_3
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-23-generic'
  LD  /home/jevgtv/Downloads/ricoh_xd_3/nand/built-in.o
  CC [M]  /home/jevgtv/Downloads/ricoh_xd_3/nand/nand_base.o
In file included from /home/jevgtv/Downloads/ricoh_xd_3/nand/nand_base.c:42:0:
/home/jevgtv/Downloads/ricoh_xd_3/include/linux/mtd/mtd.h:16:33: fatal error: 
linux/mtd/compatmac.h: No such file or directory
compilation terminated.
make[3]: *** [/home/jevgtv/Downloads/ricoh_xd_3/nand/nand_base.o] Error 1
make[2]: *** [/home/jevgtv/Downloads/ricoh_xd_3/nand] Error 2
make[1]: *** [_module_/home/jevgtv/Downloads/ricoh_xd_3] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-23-generic'
make: *** [build] Error 2
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/ricoh_xd_3 $ ./configure
bash: ./configure: No such file or directory
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/ricoh_xd_3 $ ./make  sudo make 
install  sudo make load
bash: ./make: No such file or directory
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/ricoh_xd_3 $ sudo !!
sudo ./make  sudo make install  sudo make load
[sudo] password for jevgtv: 
sudo: ./make: command not found
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/ricoh_xd_3 $ cd
jevgtv@jevgtv-HP-Compaq-6910p ~ $ cd Downloads/
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads $ cd sdricoh_cs-0.1.4/
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ make
make -C /lib/modules/3.2.0-23-generic/build 
SUBDIRS=/home/jevgtv/Downloads/sdricoh_cs-0.1.4 modules
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-23-generic'
  CC [M]  /home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs.o
/home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs.c:34:29: fatal error: 
pcmcia/cs_types.h: No such file or directory
compilation terminated.
make[2]: *** [/home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs.o] Error 1
make[1]: *** [_module_/home/jevgtv/Downloads/sdricoh_cs-0.1.4] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-23-generic'
make: *** [default] Error 2
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ make install
if test ! -d /lib/modules/3.2.0-23-generic/kernel/drivers/mmc ; then mkdir -p 
/lib/modules/3.2.0-23-generic/kernel/drivers/mmc ; fi
install -D -m 644 *.ko /lib/modules/3.2.0-23-generic/kernel/drivers/mmc
install: cannot stat `*.ko': No such file or directory
make: *** [install] Error 1
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ sudo modprobe 
sdricoh_cs
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $  lsmod | grep 
ricohsdricoh_cs 12953  0 
pcmcia 39791  2 sdricoh_cs,pata_pcmcia
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ lspci | grep Ricoh
02:06.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b9)
02:06.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b9)
02:06.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 03)
02:06.3 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 20)
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ sudo apt-get 
install subversion
Reading package lists... Done
Building dependency tree   
Reading state information... Done
subversion is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ svn co 
https://sdricohcs.svn.sourceforge.net/svnroot/sdricohcs/sdricoh_cs sdricoh_cs
Asdricoh_cs/contrib
Asdricoh_cs/contrib/sdricoh_cs-kmp.spec
Asdricoh_cs/sdricoh_cs.c
Asdricoh_cs/LICENSE
Asdricoh_cs/ChangeLog
Asdricoh_cs/Makefile
Asdricoh_cs/README
Checked out revision 75.
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4 $ cd sdricoh_cs
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4/sdricoh_cs $ make
make -C /lib/modules/3.2.0-23-generic/build 
SUBDIRS=/home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs modules
make[1]: Entering directory `/usr/src/linux-headers-3.2.0-23-generic'
  CC [M]  /home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs/sdricoh_cs.o
/home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs/sdricoh_cs.c:34:29: fatal 
error: pcmcia/cs_types.h: No such file or directory
compilation terminated.
make[2]: *** [/home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs/sdricoh_cs.o] 
Error 1
make[1]: *** [_module_/home/jevgtv/Downloads/sdricoh_cs-0.1.4/sdricoh_cs] Error 
2
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-23-generic'
make: *** [default] Error 2
jevgtv@jevgtv-HP-Compaq-6910p ~/Downloads/sdricoh_cs-0.1.4/sdricoh_cs $ ^C

[Bug 1064483] Re: Grub 2 update install bug

2012-10-14 Thread Dmitry Shachnev
** Changed in: grub2 (Ubuntu)
   Status: Incomplete = New

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

Title:
  Grub 2 update install bug

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

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


[Bug 1066206] Re: missing utility epub-meta

2012-10-14 Thread Fabrice Coutadeur
** Bug watch added: Debian Bug tracker #690417
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690417

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

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

Title:
  missing utility epub-meta

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

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


[Bug 630910] Re: Sound Freeze When Adjust Volume

2012-10-14 Thread Tarek Loubani
Since the video is now gone, I figured I would spend a moment explaining
the issue. Not always, but most of the time in Quantal, trying to change
the volume up or down results in anything playing video / audio freezing
for ~ 3 seconds, then resuming at the new volume.

tarek : )

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

Title:
  Sound Freeze When Adjust Volume

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

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


[Bug 103714] Missing required logs.

2012-10-14 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 103714

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

Title:
  linux-headers-2.6.20-14: include/linux/mmc/protocol.h missing

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

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


[Bug 1066440] [NEW] LXpanel cpufreq frontend menu is disabled

2012-10-14 Thread Random832
Public bug reported:

The menu [which is used to select what governor, and what frequency for
userspace governor] is disabled (apparently deliberately, source code
comments say it's because it won't work without root privs, and the
method it uses indeed requires root access), but this should really be
fixed and changed to use gksudo if root authentication is required.

** Affects: lxpanel (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/1066440

Title:
  LXpanel cpufreq frontend menu is disabled

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

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


[Bug 1066443] [NEW] package fglrx-amdcccle 2:8.960-0ubuntu1.1 failed to install/upgrade: package fglrx-amdcccle is already installed and configured

2012-10-14 Thread qian wu
Public bug reported:

This happen when install

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: fglrx-amdcccle 2:8.960-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic-pae 3.2.30
Uname: Linux 3.2.0-32-generic-pae i686
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu13
Architecture: i386
Date: Sun Oct 14 02:17:13 2012
DuplicateSignature:
 Setting up xserver-xorg-core (2:1.11.4-0ubuntu10.8) ...
 dpkg: error processing fglrx (--configure):
  package fglrx is already installed and configured
ErrorMessage: package fglrx-amdcccle is already installed and configured
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
SourcePackage: dpkg
Title: package fglrx-amdcccle 2:8.960-0ubuntu1.1 failed to install/upgrade: 
package fglrx-amdcccle is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: dpkg (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/1066443

Title:
  package fglrx-amdcccle 2:8.960-0ubuntu1.1 failed to install/upgrade:
  package fglrx-amdcccle is already installed and configured

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

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


[Bug 1066443] Re: package fglrx-amdcccle 2:8.960-0ubuntu1.1 failed to install/upgrade: package fglrx-amdcccle is already installed and configured

2012-10-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package fglrx-amdcccle 2:8.960-0ubuntu1.1 failed to install/upgrade:
  package fglrx-amdcccle is already installed and configured

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

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


[Bug 1066442] [NEW] HUD's item which is being mouse-hovered is selected, making fast typing and clicking Enter unsafe

2012-10-14 Thread Pablo Almeida
Public bug reported:

When the HUD is invoked, no items appear on the list, as usual. When the
user begins to type, a list of matches comes up, but if the mouse cursor
is over the area where a item appears, that item will be selected, so,
if the user types Enter (or Return) to select the first item on the list
(as we usually do when we use the HUD for speed), the item being hovered
is selected instead of the first item on the list.

This is specially annoying in small screens. I'm on a netbook and the
HUD takes the upper half of the screen when it's showing five results,
making it 50% likely for this undesired behaviour to happen.

Suggestion: HUD should only select an item on the list by mouse-hovering
if the mouse moves AFTER the list appears.

** Affects: indicator-appmenu (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- HUD's item which is being mouse-hovered is selected, making fast typing and 
clicking Enter by keyboard unsafe
+ HUD's item which is being mouse-hovered is selected, making fast typing and 
clicking Enter unsafe

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

Title:
  HUD's item which is being mouse-hovered is selected, making fast
  typing and clicking Enter unsafe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/1066442/+subscriptions

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


[Bug 1066441] [NEW] HUD's item which is being mouse-hovered is selected, making fast typing and clicking Enter by keyboard unsafe

2012-10-14 Thread Pablo Almeida
Public bug reported:

When the HUD is invoked, no items appear on the list, as usual. When the
user begins to type, a list of matches comes up, but if the mouse cursor
is over the area where a item appears, that item will be selected, so,
if the user types Enter (or Return) to select the first item on the list
(as we usually do when we use the HUD for speed), the item being hovered
is selected instead of the first item on the list.

This is specially annoying in small screens. I'm on a netbook and the
HUD takes the upper half of the screen when it's showing five results,
making it 50% likely for this undesired behaviour to happen.

Suggestion: HUD should only select an item on the list by mouse-hovering
if the mouse moves AFTER the list appears.

** Affects: indicator-appmenu (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/1066441

Title:
  HUD's item which is being mouse-hovered is selected, making fast
  typing and clicking Enter by keyboard unsafe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/1066441/+subscriptions

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


[Bug 1066444] [NEW] [NEC COMPUTERS SAS NEC VERSA M370] suspend/resume failure

2012-10-14 Thread alain szkudlarek
Public bug reported:

ubuntu 12.10  le 14 octobre à 8h45 au démarrage

ProblemType: KernelOops
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-17-generic 3.5.0-17.28
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  alain  1906 F pulseaudio
Date: Sun Oct 14 08:40:11 2012
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=22a5bf61-efde-4eaa-9331-f81bfbb15f45
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
InterpreterPath: /usr/bin/python3.2mu
MachineType: NEC COMPUTERS SAS NEC VERSA M370
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=444ca16c-ddc0-423e-b513-512c10e921e2 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-17-generic N/A
 linux-backports-modules-3.5.0-17-generic  N/A
 linux-firmware1.95
SourcePackage: linux
Title: [NEC COMPUTERS SAS NEC VERSA M370] suspend/resume failure
UpgradeStatus: Upgraded to quantal on 2012-10-08 (5 days ago)
UserGroups:
 
dmi.bios.date: 09/14/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080014
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: MS-1642X
dmi.board.vendor: NEC COMPUTERS SAS
dmi.board.version: Ver 1.000
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: NEC COMPUTERS SAS
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080014:bd09/14/2007:svnNECCOMPUTERSSAS:pnNECVERSAM370:pvrNNAN3900102:rvnNECCOMPUTERSSAS:rnMS-1642X:rvrVer1.000:cvnNECCOMPUTERSSAS:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: NEC VERSA M370
dmi.product.version: NNAN3900102
dmi.sys.vendor: NEC COMPUTERS SAS

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


** Tags: amd64 apport-kerneloops quantal resume suspend

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

Title:
  [NEC COMPUTERS SAS NEC VERSA M370] suspend/resume failure

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

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

[Bug 483491] Re: libtimidity missing in timidity+ package

2012-10-14 Thread Geoffrey Thomas
Yeah, I don't think this relates to the timidity package itself.
Notably, this looks based on the old TiMidity, not TiMidity++, so it's
not even very related to the codebase packaged as timidity.

I'd be curious to see what gstreamer requires. One approach that comes
to mind would be to apply the same sort of changes (although starting
from the existing libtimidity patches might be hard) to the current
TiMidity++ codebase, to produce a shared library out of it; would this
help gstreamer?

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

Title:
  libtimidity missing in timidity+ package

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

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


[Bug 1066444] Re: [NEC COMPUTERS SAS NEC VERSA M370] suspend/resume failure

2012-10-14 Thread Brad Figg
** 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/1066444

Title:
  [NEC COMPUTERS SAS NEC VERSA M370] suspend/resume failure

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

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


[Bug 1066375] Re: missing driver for smart card reader Ricoh Co Ltd RL5c476 II

2012-10-14 Thread jevgtv
apport information

** Tags added: apport-collected maya

** Description changed:

  missing driver for smart card reader Ricoh Co Ltd RL5c476 II
  
  The driver is available here 
  http://sourceforge.net/projects/sdricohcs/
  
  And according to http://sdricohcs.sourceforge.net/ the driver has been 
included in the official kernel sources.
  Unfortunately the smart card reader Ricoh Co Ltd RL5c476 II still not 
recognized by Ubuntu and Linux Mint for me.
  Windows XP works with it correctly.
  
  I did not manage with installing the driver because of missing 
  kernel-source
  kernel-syms
  
  02:06.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b9)
Subsystem: Hewlett-Packard Company Device 30be
Flags: bus master, medium devsel, latency 168, IRQ 18
Memory at e410 (32-bit, non-prefetchable) [size=4K]
Bus: primary=02, secondary=03, subordinate=03, sec-latency=176
Memory window 0: 8400-87fff000 (prefetchable)
Memory window 1: 9000-93fff000
I/O window 0: 5c00-5cff
I/O window 1: 5800-58ff
16-bit legacy interface ports at 0001
Kernel driver in use: yenta_cardbus
Kernel modules: yenta_socket
  
  02:06.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b9)
Subsystem: Hewlett-Packard Company Device 30be
Flags: bus master, medium devsel, latency 168, IRQ 19
Memory at e4101000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=02, secondary=04, subordinate=07, sec-latency=176
Memory window 0: 8000-83fff000 (prefetchable)
Memory window 1: 8c00-8000
I/O window 0: 5400-54ff
I/O window 1: 5000-50ff
16-bit legacy interface ports at 0001
Kernel driver in use: yenta_cardbus
Kernel modules: yenta_socket
  
  Thanks in advance for providing of any help
+ --- 
+ AcpiTables:
+  Error: command ['gksu', '-D', 'Apport', '--', 'env', '-u', 'LANGUAGE', 
'LC_MESSAGES=C', '/usr/share/apport/dump_acpi_tables.py'] failed with exit code 
1: 
+  (gksu:7856): Gdk-CRITICAL **: IA__gdk_window_set_opacity: assertion 
`GDK_IS_WINDOW (window)' failed
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ AplayDevices:
+   List of PLAYBACK Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ ApportVersion: 2.0.1-0ubuntu13
+ Architecture: i386
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  jevgtv 4852 F pulseaudio
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xe4624000 irq 45'
+Mixer name : 'Analog Devices AD1981'
+Components : 'HDA:11d41981,103c30be,00100200 
HDA:14f12c06,103c1379,0010'
+Controls  : 11
+Simple ctrls  : 9
+ DistroRelease: LinuxMint 13
+ EcryptfsInUse: Yes
+ HibernationDevice: RESUME=UUID=58474d07-eee0-454a-a3ea-c2fa135f6965
+ InstallationMedia: Linux Mint 13 Maya - Release i386 (20120520)
+ MachineType: Hewlett-Packard HP Compaq 6910p
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=f44569c8-5611-4954-8322-c12b2f7625f5 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-23-generic N/A
+  linux-backports-modules-3.2.0-23-generic  N/A
+  linux-firmware1.79.1
+ Tags:  maya
+ Uname: Linux 3.2.0-23-generic i686
+ UnreportableReason: This is not an official LinuxMint package. Please remove 
any third party package and try again.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ WifiSyslog:
+  
+ dmi.bios.date: 09/26/2007
+ dmi.bios.vendor: Hewlett-Packard
+ dmi.bios.version: 68MCU Ver. F.0B
+ dmi.board.name: 30BE
+ dmi.board.vendor: Hewlett-Packard
+ dmi.board.version: KBC Version 68.32
+ dmi.chassis.asset.tag: HUB80119YM
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Hewlett-Packard
+ dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MCUVer.F.0B:bd09/26/2007:svnHewlett-Packard:pnHPCompaq6910p:pvrF.0B:rvnHewlett-Packard:rn30BE:rvrKBCVersion68.32:cvnHewlett-Packard:ct10:cvr:
+ dmi.product.name: HP Compaq 6910p
+ dmi.product.version: F.0B
+ dmi.sys.vendor: Hewlett-Packard

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

Title:
  missing driver for smart card reader Ricoh Co Ltd 

[Bug 1066375] BootDmesg.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397899/+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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] CRDA.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1066375/+attachment/3397900/+files/CRDA.txt

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

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] Card0.Amixer.values.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397901/+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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


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

2012-10-14 Thread jevgtv
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397902/+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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] Card0.Codecs.codec.1.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: Card0.Codecs.codec.1.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397903/+files/Card0.Codecs.codec.1.txt

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

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] CurrentDmesg.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397904/+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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] IwConfig.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397905/+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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] Lspci.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1066375/+attachment/3397906/+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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] Lsusb.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1066375/+attachment/3397907/+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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] PccardctlIdent.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: PccardctlIdent.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397908/+files/PccardctlIdent.txt

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

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] PccardctlStatus.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: PccardctlStatus.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397909/+files/PccardctlStatus.txt

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

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] PciMultimedia.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397910/+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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] ProcCpuinfo.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397911/+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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] ProcModules.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397931/+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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] PulseList.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397932/+files/PulseList.txt

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

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] RfKill.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1066375/+attachment/3397933/+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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] UdevDb.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1066375/+attachment/3397934/+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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] UdevLog.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397935/+files/UdevLog.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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 1066375] ProcInterrupts.txt

2012-10-14 Thread jevgtv
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1066375/+attachment/3397912/+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/1066375

Title:
  missing driver for smart card reader Ricoh Co Ltd RL5c476 II

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

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


[Bug 997868] Re: librecad crashes when selecting a folder with Got an update for an invalid inteface. Investigate this., file atspiadaptor.cpp, line 899

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

** Changed in: librecad (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/997868

Title:
  librecad crashes when selecting a folder with Got an update for an
  invalid inteface. Investigate this., file atspiadaptor.cpp, line 899

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

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


[Bug 1066445] [NEW] Crashes doing update or upgrade operations

2012-10-14 Thread Timo Jyrinki
Public bug reported:

Starting today, most apt operations started crashing to the extent that
I can't run ubuntu-bug apt either.

gdb apt-get upgrade gives:

#0  0x77b4dd20 in 
pkgCacheGenerator::ListParser::NewProvides(pkgCache::VerIterator, std::string 
const, std::string const, std::string const) ()
   from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
#1  0x77b864d1 in 
debListParser::NewProvidesAllArch(pkgCache::VerIterator, std::string const, 
std::string const) ()
   from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
#2  0x77b883e3 in debListParser::ParseProvides(pkgCache::VerIterator)
() from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
#3  0x77b8902c in debListParser::NewVersion(pkgCache::VerIterator) ()
   from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
#4  0x77b4c458 in 
pkgCacheGenerator::MergeListVersion(pkgCacheGenerator::ListParser, 
pkgCache::PkgIterator, std::string const, pkgCache::VerIterator*) () from 
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
#5  0x77b4d6a3 in 
pkgCacheGenerator::MergeList(pkgCacheGenerator::ListParser, 
pkgCache::VerIterator*) ()
   from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
#6  0x77ba173a in debPackagesIndex::Merge(pkgCacheGenerator, 
OpProgress*) const () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
#7  0x77b46632 in ?? ()
   from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
#8  0x77b49409 in pkgCacheGenerator::MakeStatusCache(pkgSourceList, 
OpProgress*, MMap**, bool) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
#9  0x77b400c1 in pkgCacheFile::BuildCaches(OpProgress*, bool) ()
   from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
#10 0x77b4045c in pkgCacheFile::Open(OpProgress*, bool) ()
   from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
#11 0x0042113c in ?? ()
#12 0x004160a3 in ?? ()
#13 0x77afa562 in CommandLine::DispatchArg(CommandLine::Dispatch*, 
bool) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
#14 0x0040a2ac in ?? ()
#15 0x7720276d in __libc_start_main (main=0x40a070, argc=2, 
ubp_av=0x7fffe328, init=optimized out, fini=optimized out, 
rtld_fini=optimized out, stack_end=0x7fffe318) at libc-start.c:226
#16 0x0040a591 in ?? ()
#17 0x7fffe318 in ?? ()
#18 0x001c in ?? ()
#19 0x0002 in ?? ()
#20 0x7fffe60c in ?? ()
#21 0x7fffe61d in ?? ()
#22 0x in ?? ()

** Affects: apt (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/1066445

Title:
  Crashes doing update or upgrade operations

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

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


[Bug 570099] Re: Synaptic and gcalctool don't respect window-opening rules

2012-10-14 Thread Robert Ancell
What version of gcalctool was this?

** Changed in: gcalctool (Ubuntu)
   Status: Triaged = Incomplete

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

Title:
  Synaptic and gcalctool don't respect window-opening rules

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

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


[Bug 1012123] Re: xxxterm icon seems suspicious

2012-10-14 Thread Walter Lapchynski
at the bottom of the git tree is where it lives upstream and indeed it
hasn't changed.
https://opensource.conformal.com/viewgit/?a=treep=xombrero

i also checked their bugtracker and didn't see anything there.

i know debian is working on releasing xombrero. maybe this bug should be
pushed up to them so they get it right the first time?
http://mentors.debian.net/package/xombrero

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

Title:
  xxxterm icon seems suspicious

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

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


[Bug 1066435] Re: Debian-installer powerpc recursive fault

2012-10-14 Thread Walter Lapchynski
using lubuntu alternate powerpc 20121012 i had no problems with an
install.

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

Title:
  Debian-installer powerpc recursive fault

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

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


[Bug 479076] Re: Can't submit track names -- MusicBrainz interface yields empty disc info

2012-10-14 Thread Douglas Bagnall
The workaround for the double entry problem is to submit the album to
musicbrainz, enter the data there, the reload the disc (ctrl-R). That
reads the newly entered data from musicbrainz.

That said, the submit notice is misleading (as this bug shows).  Also,
sound juicer is able to find track names for some CDs from the CD
itself.  It would be nice to be able to submit these with no typing at
all.

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

Title:
  Can't submit track names -- MusicBrainz interface yields empty disc
  info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sound-juicer/+bug/479076/+subscriptions

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


[Bug 1066449] [NEW] kernel panic happens in xubuntu 12.10

2012-10-14 Thread ill
Public bug reported:

After upgrading to xubuntu 12.10, the machine will sometimes have random
kernel panics, saying that there is a fatal exception in interrupt and
that it is not syncing.

** Affects: 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/1066449

Title:
  kernel panic happens in xubuntu 12.10

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

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


[Bug 1066441] Re: HUD's item which is being mouse-hovered is selected, making fast typing and clicking Enter by keyboard unsafe

2012-10-14 Thread RaduStoica
*** This bug is a duplicate of bug 1066442 ***
https://bugs.launchpad.net/bugs/1066442

** This bug has been marked a duplicate of bug 1066442
   HUD's item which is being mouse-hovered is selected, making fast typing and 
clicking Enter unsafe

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

Title:
  HUD's item which is being mouse-hovered is selected, making fast
  typing and clicking Enter by keyboard unsafe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/1066441/+subscriptions

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


[Bug 1058346] Re: Touchpad not working on Acer Aspire One 725

2012-10-14 Thread Norbert Moldován
Here are the required logs.

** Attachment added: evtest
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1058346/+attachment/3397939/+files/evtest

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

Title:
  Touchpad not working on Acer Aspire One 725

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

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


[Bug 1058346] Re: Touchpad not working on Acer Aspire One 725

2012-10-14 Thread Norbert Moldován
** Attachment added: Xorg.0.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1058346/+attachment/3397940/+files/Xorg.0.log

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

Title:
  Touchpad not working on Acer Aspire One 725

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

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


[Bug 820820] Re: cups-pdf should not convert PDF print jobs to PS then to PDF

2012-10-14 Thread Tim Passingham
The Wine print-to-file does not appear to work well.  Some applications
under wine produce a postcript file, but this does not seem to provide
searchable text.  This may be a Wine bug.

However, the print-to-file option for native linux programs does seem to
provide what CUPS-PDF should provide (I tried it with Thunderbird),
which rather begs the question of why CUPS_PDF can't be made to work.

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

Title:
  cups-pdf should not convert PDF print jobs to PS then to PDF

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-pdf/+bug/820820/+subscriptions

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


[Bug 1066423] Re: Calc can't print, export to PDF, or print preview

2012-10-14 Thread oddhack
I have reported this upstream at

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

Thanks for the quick triage!

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

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

Title:
  Calc can't print, export to PDF, or print preview

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

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


[Bug 1066312] Re: [1225C, Realtek ID 269, Speaker, Internal] No sound at all

2012-10-14 Thread Raymond
17.857560] snd_hda_codec_realtek: disagrees about version of symbol 
snd_hda_shutup_pins
[   17.857575] snd_hda_codec_realtek: Unknown symbol snd_hda_shutup_pins (err 
-22)
[   17.857611] snd_hda_codec_realtek: disagrees about version of symbol 
snd_hda_add_new_ctls
[   17.857620] snd_hda_codec_realtek: Unknown symbol snd_hda_add_new_ctls (err 
-22)
[   17.857648] snd_hda_codec_realtek: disagrees about version of symbol 
snd_hda_get_connections
[   17.857657] snd_hda_codec_realtek: Unknown symbol snd_hda_get_connections 
(err -22)
[   17.857685] snd_hda_codec_realtek: disagrees about version of symbol 
snd_hda_codec_amp_read
[   17.857694] snd_hda_codec_realtek: Unknown symbol snd_hda_codec_amp_read 
(err -22)
[   17.857721] snd_hda_codec_realtek: disagrees about version of symbol 
snd_hda_codec_read
[   17.857730] snd_hda_codec_realtek: Unknown symbol snd_hda_codec_read (err 
-22)
[   17.857776] snd_hda_codec_realtek: disagrees about version of symbol 
snd_hda_set_vmaster_tlv
[   17.857785] snd_hda_codec_realtek: Unknown symbol snd_hda_set_vmaster_tlv 
(err -22)

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

Title:
  [1225C, Realtek ID 269, Speaker, Internal] No sound at all

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

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


[Bug 1066389] Re: New 12.10 Install Fail

2012-10-14 Thread Dmitrijs Ledkovs
@nouveau folks look at the spam in UbiquitySyslog.txt

** Also affects: xserver-xorg-video-nouveau (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/1066389

Title:
  New 12.10 Install Fail

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

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


[Bug 1066389] Re: New 12.10 Install Fail

2012-10-14 Thread Dmitrijs Ledkovs
You are using an old image, please use a more recent one. There were a few 
related bugs fixed. Please file a new bug if a newer image is also failing. The 
most current image has 20121014 timestamp.
LiveMediaBuild: Ubuntu 12.10 Quantal Quetzal - Beta amd64 (20120926)

You can use zsync with zsync url, if you have the old image around. That
way it will download the difference only.

** Changed in: ubiquity (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/1066389

Title:
  New 12.10 Install Fail

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

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


[Bug 1065502] Re: Ubiquity failed to proceed to partman

2012-10-14 Thread Dmitrijs Ledkovs
/me did not want to fix replace method.

Thanks jibel, will look into this.

** Summary changed:

- Ubiquity failed to proceed to partman
+ Ubiquity failed to proceed to partman, fails at replace recipe now...

** Also affects: ubiquity (Ubuntu Quantal)
   Importance: Undecided
   Status: Confirmed

** Changed in: ubiquity (Ubuntu Quantal)
   Importance: Undecided = High

** Changed in: ubiquity (Ubuntu Quantal)
 Assignee: (unassigned) = Dmitrijs Ledkovs (xnox)

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

Title:
  Ubiquity failed to proceed to partman, fails at replace recipe now...

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

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


[Bug 1066454] [NEW] Unity dashboard's scrollbar is sometimes unusable

2012-10-14 Thread cg
Public bug reported:

Hi,

I can't seem to use the particularly small white scrollbar (see
attachment) on the right side of the dashboard in a consistent manner.
When I try to click on it and move the mouse while keeping its button
pressed, seems to sometimes work and sometimes not. I wasn't able to
determine under which circumstances it doesn't, but it's really
frustrating. The scrolling is ok when using the keyboard's up/down arrow
keys and the mouse wheel. But the first problematic method I mentioned
becomes more important in laptops with no mouse wheel or in case a user
is not used in using gestures on their laptop's pad.

Thank you.

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


** Tags: dash scrollbar unity

** Attachment added: Screenshot of the scrollbar I am talking about
   
https://bugs.launchpad.net/bugs/1066454/+attachment/3397942/+files/%CE%A3%CF%84%CE%B9%CE%B3%CE%BC%CE%B9%CF%8C%CF%84%CF%85%CF%80%CE%BF%20%CF%84%CE%BF%CF%85%202012-10-14%2010%3A38%3A25.png

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

Title:
  Unity dashboard's scrollbar is sometimes unusable

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

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


[Bug 704763] Re: boot loader not installed to target disk

2012-10-14 Thread Dmitrijs Ledkovs
11.10 will not have a point release with cd-images. Please verify this
bug with 12.10 daily and/or 12.04.1 images. There have been changes to
boot loader target device selection in 12.10. Then set the bug back to
confirmed if you can reproduce it there.

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

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

Title:
  boot loader not installed to target disk

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

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


[Bug 368556] Re: [dell-xps-specific?] ipw3945: Wireless is not activated after waking up from resume with kill switch enabled

2012-10-14 Thread Thomas Hotz
** Changed in: hal (Ubuntu)
   Status: New = Invalid

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

Title:
  [dell-xps-specific?] ipw3945: Wireless is not activated after waking
  up from resume with kill switch enabled

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

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


[Bug 1066449]

2012-10-14 Thread Ubuntu Foundation's 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/1066449/+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/1066449

Title:
  kernel panic happens in xubuntu 12.10

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

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


[Bug 1066347] Re: Reinstall Ubuntu failed - apt-clone crashes with: KeyError: filename './etc/apt/sources.list' not found line 1886 in getmember in tarfile.py

2012-10-14 Thread Dmitrijs Ledkovs
** Also affects: ubiquity (Ubuntu Quantal)
   Importance: High
   Status: Confirmed

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

Title:
  Reinstall Ubuntu failed - apt-clone crashes with: KeyError:
  filename './etc/apt/sources.list' not found line 1886 in getmember
  in tarfile.py

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

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


[Bug 1066302] Re: 'update this installer' link on the welcome page shows no response to a mouse click

2012-10-14 Thread Dmitrijs Ledkovs
** Changed in: ubiquity (Ubuntu)
   Status: New = Confirmed

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

** Also affects: ubiquity (Ubuntu Quantal)
   Importance: High
   Status: Confirmed

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

Title:
  'update this installer' link on the welcome page shows no response to
  a mouse click

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

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


[Bug 1055686] Re: Ubuntu 12.10 cloud images do not full provision on Azure

2012-10-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu/quantal/grub2/quantal

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

Title:
  Ubuntu 12.10 cloud images do not full provision on Azure

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

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


[Bug 1066456] [NEW] package cacti (not installed) failed to install/upgrade: subproses skrip pre-removal terpasang menghasilkan kesalahan status keluaran: 1

2012-10-14 Thread ditya
Public bug reported:

failed to uninstall cacti completely

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: cacti (not installed)
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
ApportVersion: 2.0.1-0ubuntu13
AptOrdering: cacti: Purge
Architecture: amd64
Date: Sun Oct 14 07:44:41 2012
ErrorMessage: subproses skrip pre-removal terpasang menghasilkan kesalahan 
status keluaran: 1
SourcePackage: cacti
Title: package cacti (not installed) failed to install/upgrade: subproses skrip 
pre-removal terpasang menghasilkan kesalahan status keluaran: 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  package cacti (not installed) failed to install/upgrade: subproses
  skrip pre-removal terpasang menghasilkan kesalahan status keluaran: 1

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

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


[Bug 1066399] Re: grub2 fails to insmod keystatus and loadenv when running with secureboot

2012-10-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu/quantal/grub2/quantal

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

Title:
  grub2 fails to insmod keystatus and loadenv when running with
  secureboot

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

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


[Bug 1066457] [NEW] Bad quality of package. Teamviewer 7 64bit

2012-10-14 Thread glen lalo
Public bug reported:

I tried to install Teamviewer 7 in ubuntu 12.10 64bit with the 64bit deb
package downloaded from TW site, but Software Center says that this deb
was a bad package. Also tried to install from gdeb but nothing.

** Affects: aptdaemon (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/1066457

Title:
  Bad quality of package. Teamviewer 7 64bit

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

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


[Bug 1066445] Re: Crashes doing update or upgrade operations

2012-10-14 Thread Timo Jyrinki
** Description changed:

  Starting today, most apt operations started crashing to the extent that
- I can't run ubuntu-bug apt either.
+ I can't even run ubuntu-bug apt. rm -f /var/lib/apt/* does not help
+ either, or switching from a mirror to main archive. The crash happens in
+ apt-get update when reading package lists after they have been
+ downloaded.
  
- gdb apt-get upgrade gives:
+ gdb apt-get upgrade gives (and update crash at package list reading
+ looks identical):
  
  #0  0x77b4dd20 in 
pkgCacheGenerator::ListParser::NewProvides(pkgCache::VerIterator, std::string 
const, std::string const, std::string const) ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #1  0x77b864d1 in 
debListParser::NewProvidesAllArch(pkgCache::VerIterator, std::string const, 
std::string const) ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #2  0x77b883e3 in debListParser::ParseProvides(pkgCache::VerIterator)
- () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+ () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #3  0x77b8902c in debListParser::NewVersion(pkgCache::VerIterator) ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #4  0x77b4c458 in 
pkgCacheGenerator::MergeListVersion(pkgCacheGenerator::ListParser, 
pkgCache::PkgIterator, std::string const, pkgCache::VerIterator*) () from 
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #5  0x77b4d6a3 in 
pkgCacheGenerator::MergeList(pkgCacheGenerator::ListParser, 
pkgCache::VerIterator*) ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #6  0x77ba173a in debPackagesIndex::Merge(pkgCacheGenerator, 
OpProgress*) const () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #7  0x77b46632 in ?? ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #8  0x77b49409 in pkgCacheGenerator::MakeStatusCache(pkgSourceList, 
OpProgress*, MMap**, bool) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #9  0x77b400c1 in pkgCacheFile::BuildCaches(OpProgress*, bool) ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #10 0x77b4045c in pkgCacheFile::Open(OpProgress*, bool) ()
-from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
+    from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #11 0x0042113c in ?? ()
  #12 0x004160a3 in ?? ()
  #13 0x77afa562 in CommandLine::DispatchArg(CommandLine::Dispatch*, 
bool) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
  #14 0x0040a2ac in ?? ()
- #15 0x7720276d in __libc_start_main (main=0x40a070, argc=2, 
- ubp_av=0x7fffe328, init=optimized out, fini=optimized out, 
- rtld_fini=optimized out, stack_end=0x7fffe318) at libc-start.c:226
+ #15 0x7720276d in __libc_start_main (main=0x40a070, argc=2,
+ ubp_av=0x7fffe328, init=optimized out, fini=optimized out,
+ rtld_fini=optimized out, stack_end=0x7fffe318) at libc-start.c:226
  #16 0x0040a591 in ?? ()
  #17 0x7fffe318 in ?? ()
  #18 0x001c in ?? ()
  #19 0x0002 in ?? ()
  #20 0x7fffe60c in ?? ()
  #21 0x7fffe61d in ?? ()
  #22 0x in ?? ()

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

Title:
  Crashes doing update or upgrade operations

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

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

[Bug 1066156] Re: update-grub generates insmod part_gpt four times

2012-10-14 Thread Colin Watson
True depending on your disk/filesystem layout, but in practice harmless.

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

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

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

Title:
  update-grub generates insmod part_gpt four times

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

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


[Bug 1066457] Re: Bad quality of package. Teamviewer 7 64bit

2012-10-14 Thread Sebastian Heinlein
If you look at the details in the error message you see why it was
regarded as a package of bad quality. Please copy and paste the
information here. So we can check if it is a false positive.

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

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

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

Title:
  Bad quality of package. Teamviewer 7 64bit

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

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


[Bug 960020] Re: vlc crashed with SIGSEGV in CopyFromUswc()

2012-10-14 Thread Rémi Denis-Courmont
** Changed in: vlc (Ubuntu)
   Status: Confirmed = 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/960020

Title:
  vlc crashed with SIGSEGV in CopyFromUswc()

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

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


[Bug 1065801] Re: New grub boot menu fails to show device designations

2012-10-14 Thread Colin Watson
** Changed in: grub2 (Ubuntu)
   Status: New = Triaged

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

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

Title:
  New grub boot menu fails to show device designations

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

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


[Bug 1063929] Re: menu items triggering sub-menus could do with a differentiating marker

2012-10-14 Thread Colin Watson
** Changed in: grub2 (Ubuntu)
   Status: New = Triaged

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

Title:
  menu items triggering sub-menus could do with a differentiating marker

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

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


[Bug 1060160] Re: [ASUSTeK COMPUTER INC. UX31A] suspend/resume failure

2012-10-14 Thread fab
I won't have the UX31A with me for a few days. I had to send it back to ASUS to 
be serviced under warranty as I had issues with the keyboard (some keys stopped 
working - It looks like a hardware issue, the keyboard flat cable may not be 
properly connected).
I'll be able to test what you suggested when I get it back.

As a matter of fact, I haven't had this issue again since the update of
the standard Quantal kernel to v. 3.5.0-17.

Could it be that this bug is fixed starting from 3.5.0-17?

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

Title:
  [ASUSTeK COMPUTER INC. UX31A] suspend/resume failure

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

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


[Bug 1052480] Re: [Precise] Apport cant be reinstalled after installing grub2.0

2012-10-14 Thread dino99
Have tried again to reinstalled apport on PP i386, but:
- it still want to remove grub-pc and install grub-efi* instead

but that system use a bios, so i need grub-pc.

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

Title:
  [Precise] Apport cant be reinstalled after installing grub2.0

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

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


[Bug 1050002] Re: suspend crashes after upgrading kernel to 3.2.0-30

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

** Changed in: pm-utils (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/1050002

Title:
  suspend crashes after upgrading kernel to 3.2.0-30

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

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


[Bug 1043387] Re: Computer fails to shutdown properly nor can it restart

2012-10-14 Thread Lars Noodén
Sorry, I no longer have that i386 machine about to test.  We'll have to
give up on this one.

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

Title:
  Computer fails to shutdown properly nor can it restart

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

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


[Bug 1066461] [NEW] Dashboard interaction error

2012-10-14 Thread cg
Public bug reported:

Dear colleague developers,

I know that what I am about to file might not be considered to be a bug
by many. It's actually somewhere between the bugs and feature ideas
areas, maybe not a bug at all for some of you.  Though, I have decided
to file it here since I think that what I am about to describe is
cognitively incorrect in the HCI field.

If you see the attachment, my mouse cursor is in the middle of two
icons. The space between them is significantly large, though an
application is highlighted at all times. In this particular example the
one on the left is highlighted and if I click on the middle of this void
space the left hand side application will be launched of course. This is
exactly what I would describe as cognitively incorrect. An icon should
be highlighted when the mouse cursor is exactly over it. The current
implementation also increases the probability of accidental application
launches which could leave the user wondering...

At the same time I would like to propose that this void space could be
used as follows. I could click on it, keep the mouse button pressed,
move the mouse and thus have an alternative and easy way of scrolling
through the dashboard's contents. This combines well with the
particularly small white scrollbar of the dashboard and the other bug I
have filed :-).

Thank you.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: dashboard hci

** Attachment added: Screenshot of my description
   
https://bugs.launchpad.net/bugs/1066461/+attachment/3397947/+files/%CE%A3%CF%84%CE%B9%CE%B3%CE%BC%CE%B9%CF%8C%CF%84%CF%85%CF%80%CE%BF%20%CF%84%CE%BF%CF%85%202012-10-14%2010%3A38%3A25.png

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

Title:
  Dashboard interaction error

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

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


[Bug 1066445] Re: Crashes doing update or upgrade operations

2012-10-14 Thread Harry
I might be seeing this too.
Synaptic will crash and won't even start any longer.
In terminal when I run
   sudo apt-get update
It stops reading data when 45 % is done and will not go further.

Interesting part is that if I remove the repository universe from
/etc/apt/sources.list, all is well again and also synaptic runs OK.

Is there some temporary issue with universe repo now?

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

Title:
  Crashes doing update or upgrade operations

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

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


[Bug 1066445] Re: Crashes doing update or upgrade operations

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

** Changed in: apt (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/1066445

Title:
  Crashes doing update or upgrade operations

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

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


[Bug 1050002] Re: suspend crashes after upgrading kernel to 3.2.0-30

2012-10-14 Thread Brad Needham
used fix as comment #20
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/989674/comments/20
and suspend works again. updated 12.04 amd64 as of october 13th, 2012.
HP 320-1030.

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

Title:
  suspend crashes after upgrading kernel to 3.2.0-30

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

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


  1   2   3   4   5   6   7   8   9   10   >