[Bug 1125726] Re: boot-time race between /etc/network/if-up.d/ntpdate and /etc/init.d/ntp start

2013-02-26 Thread Robie Basak
Thanks Thomas.

I'm not sure what to do with this bug now though. Do you think you could
distil your problem down to a failure case that applies generally? Or
should we just leave this bug as a wishlist item to improve the
ntp/ntpdate interaction? I guess the latter would need to be forwarded
to Debian, as it would be awkward to diverge from them significantly on
this.

I don't really understand why ntpdate can't just bind to an unprivileged
port, leave ntpd alone, and thus not need any interaction. It seems to
have a -u option to do this. Perhaps there's something I'm missing.

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

Title:
  boot-time race between /etc/network/if-up.d/ntpdate and
  /etc/init.d/ntp start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1125726/+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 1129029] Re: ACL not respected if an attachment file name contains the € character

2013-02-26 Thread Max
these are the the changes i made to
/etc/exim4/conf.d/acl/40_exim4-config_check_data:

deny
message = Questa mail contiene un allegato di tipo .$found_extension che non e' 
accettato dal server poiche' potrebbe contenere virus. Se dovete assolutamente 
inviare questo allegato, modificate l'estensione del file, es.: da exe a exo, 
oppure comprimetelo in formato bz o tar.gz - This mail contains an attachment 
of a type wich we do not accept ($found_extension) because it could contain 
some virus. If you absolutely need to send this file, plese rename its 
extension, ex: from exe to exo, or compress it as bz or tar.gz
demime = 
bat:com:exe:pif:prf:vbs:cpl:hta:cmd:js:jse:vbe:wsf:wsh:wswh:como:hqx:bhx:mim:uue:uu:b64:xxe:asx:mht:scr

this an example email, i removed my email address and ip:

Return-path: xx_sender...@xxx.it
Envelope-to: x...@csc.it
Delivery-date: Tue, 26 Feb 2013 11:46:12 +0100
Received: from [192.168.153.151]
by mail.xxx.it with esmtp (Exim 4.71)
(envelope-from xx_sender...@xxx.it)
id 1UAI32-0001tE-FG
for i...@csc.it; Tue, 26 Feb 2013 11:46:12 +0100
Message-ID: 512c9274.3070...@xxx.it
Date: Tue, 26 Feb 2013 11:46:12 +0100
From: Max Franco xx_sender...@xx.it
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 
Thunderbird/17.0.2
MIME-Version: 1.0
To: i...@csc.it
Content-Type: multipart/mixed;
 boundary=090701040008010405060908
X-SA-Exim-Connect-IP: 192.168.153.151
X-SA-Exim-Rcpt-To: x...@xxx.it
X-SA-Exim-Mail-From: xx_sender...@xxx.it
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.csc.it
X-Spam-Level: 
X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00
autolearn=ham version=3.3.1
Subject: launchpad bug #1129029 test email
X-SA-Exim-Version: 4.2.1 (built Sun, 08 Nov 2009 07:31:22 +)
X-SA-Exim-Scanned: Yes (on mail.csc.it)

This is a multi-part message in MIME format.
--090701040008010405060908
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Just a test email to verify the bug in subject


-- 
*Massimiliano Franco*


--090701040008010405060908
Content-Type: application/x-msdos-program;
 name=test =?ISO-8859-15?Q?=A4=2Ebat?=
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
 filename*=ISO-8859-15''%74%65%73%74%20%A4%2E%62%61%74

dGVzdAo=
--090701040008010405060908--

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

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

Title:
  ACL not respected if an attachment file name contains the € character

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1129029/+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 1133236] [NEW] qemu-kvm: wrong CPU capabilities shown in cpuid

2013-02-26 Thread Roman Racine
Public bug reported:

I have installed the qemu-kvm packages from:
Description:Ubuntu 12.04.2 LTS
Release:12.04

The installed versions are:
ii  kvm  1:84+dfsg-0ubuntu16+1.0+noroms+0ubuntu14.7 
dummy transitional package from kvm to qemu-kvm
ii  qemu-kvm 1.0+noroms-0ubuntu14.7 
Full virtualization on i386 and amd64 hardware

I'm running Ubuntu 12.04.2 LTS on the host machine as well as on the
guest machine. I'm using the gcc package 4:4.6.3-1ubuntu5 for compiling
the source code below.

If I compile this code using -O2 -march=native as options on the virtual guest 
machine, this results in a SIGILL:
#include stdio.h
#include string.h

int main(void) {
  char testchar[20] =  abcde;
  printf(%d\n,(int) strlen(testchar));
  return 0;
}

Debugging shows that the illegal instruction is:
andn%eax, %ecx, %eax

The basic problem is that the virtual CPU does not support the andn
instruction. Nevertheless it says so. Executing this assembly code will
tell that the CPU does support the andn instraction although in reality
it doesn't:

movl $7, %eax
movl $0, %ecx
cpuid

This means that code compiled with gcc -march=native potentially does
not run as it should, as soon as gcc uses the andn instruction.

The CPU on the host system is:

processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 16
model   : 9
model name  : AMD Opteron(tm) Processor 6172
stepping: 1
microcode   : 0x1d9
cpu MHz : 800.000
cache size  : 512 KB
physical id : 0
siblings: 12
core id : 0
cpu cores   : 12
apicid  : 16
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid 
amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm 
sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr npt lbrv 
svm_lock nrip_save pausefilter
bogomips: 4200.11
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

The CPU shown in the virtual machine is:
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 6
model   : 2
model name  : QEMU Virtual CPU version 1.0
stepping: 3
microcode   : 0x165
cpu MHz : 2100.000
cache size  : 512 KB
fpu : yes
fpu_exception   : yes
cpuid level : 4
wp  : yes
flags   : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
pse36 clflush mmx fxsr sse sse2 syscall nx lm nopl pni cx16 popcnt hypervisor 
lahf_lm svm abm sse4a
bogomips: 4200.00
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

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

Title:
  qemu-kvm: wrong CPU capabilities shown in cpuid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1133236/+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 1131713] Re: DiskMonitor not working

2013-02-26 Thread Alain Miltenburg
apport information

** Tags added: apport-collected precise

** Description changed:

  I am unable to get the DiskMonitor working on my server. Powernap still
  wants to suspend when the disks are spinning.
  
  I have added the options below to the [DiskMonitor] section of 
/etc/powernap/config and restarted the service.
  sda = y
  sdb = y
  sdd = y
+ --- 
+ ApportVersion: 2.0.1-0ubuntu17.1
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
+ MarkForUpload: True
+ Package: powernap 2.17-0ubuntu2
+ PackageArchitecture: all
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=nl_NL.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
+ Tags:  precise
+ Uname: Linux 3.2.0-38-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ modified.conffile..etc.powernap.action: [modified]
+ mtime.conffile..etc.powernap.action: 2013-02-22T12:13:28.452595
+ mtime.conffile..etc.powernap.config: 2013-02-22T13:10:37.516469

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1131713/+attachment/3547518/+files/Dependencies.txt

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

Title:
  DiskMonitor not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/powernap/+bug/1131713/+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 1131713] modified.conffile..etc.powernap.config.txt

2013-02-26 Thread Alain Miltenburg
apport information

** Attachment added: modified.conffile..etc.powernap.config.txt
   
https://bugs.launchpad.net/bugs/1131713/+attachment/3547519/+files/modified.conffile..etc.powernap.config.txt

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

Title:
  DiskMonitor not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/powernap/+bug/1131713/+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 1131713] Re: DiskMonitor not working

2013-02-26 Thread Alain Miltenburg
** Description changed:

  I am unable to get the DiskMonitor working on my server. Powernap still
  wants to suspend when the disks are spinning.
  
- I have added the options below to the [DiskMonitor] section of 
/etc/powernap/config and restarted the service.
- sda = y
- sdb = y
- sdd = y
- --- 
+ Steps to reproduce:
+ 1. sudo apt-get -y install powernap
+ 2. sudo hdparm -S 60 /dev/sda (Sets spindown to 5 minutes for drive sda)
+ 3. After 10 minutes: sudo hdparm -C /dev/sda Check if spindown is working
+ 2. sudo hdparm -S 251 /dev/sda (Sets spindown to 5,5 hours)
+ 4. sudo apt-get install -y powernap
+ 5. add this to the [DiskMonitor] section of /etc/powernap/config: sda = y
+ 6. sudo service powernap restart
+ 
+ Expected behaviour:
+ Powernap should not take any powersaving actions while the configured 
harddrive keeps spinning.
+ 
+ Encountered behaviour:
+ Powernap takes powersaving actions while the harddrive is still spinning.
+  
+ ---
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
  MarkForUpload: True
  Package: powernap 2.17-0ubuntu2
  PackageArchitecture: all
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=nl_NL.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=nl_NL.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
  Tags:  precise
  Uname: Linux 3.2.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  modified.conffile..etc.powernap.action: [modified]
  mtime.conffile..etc.powernap.action: 2013-02-22T12:13:28.452595
  mtime.conffile..etc.powernap.config: 2013-02-22T13:10:37.516469

** Description changed:

- I am unable to get the DiskMonitor working on my server. Powernap still
+ I am unable to get the DiskMonitor to work on my server. Powernap still
  wants to suspend when the disks are spinning.
  
  Steps to reproduce:
  1. sudo apt-get -y install powernap
  2. sudo hdparm -S 60 /dev/sda (Sets spindown to 5 minutes for drive sda)
  3. After 10 minutes: sudo hdparm -C /dev/sda Check if spindown is working
  2. sudo hdparm -S 251 /dev/sda (Sets spindown to 5,5 hours)
  4. sudo apt-get install -y powernap
  5. add this to the [DiskMonitor] section of /etc/powernap/config: sda = y
  6. sudo service powernap restart
  
  Expected behaviour:
  Powernap should not take any powersaving actions while the configured 
harddrive keeps spinning.
  
  Encountered behaviour:
  Powernap takes powersaving actions while the harddrive is still spinning.
-  
+ 
  ---
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
  MarkForUpload: True
  Package: powernap 2.17-0ubuntu2
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
  Tags:  precise
  Uname: Linux 3.2.0-38-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  modified.conffile..etc.powernap.action: [modified]
  mtime.conffile..etc.powernap.action: 2013-02-22T12:13:28.452595
  mtime.conffile..etc.powernap.config: 2013-02-22T13:10:37.516469

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

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

Title:
  DiskMonitor not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/powernap/+bug/1131713/+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 1126378] Re: SchedulerHostFilterNotFound: Scheduler Host Filter AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not be found.

2013-02-26 Thread James Page
Still see the same issue with g3 as well

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

Title:
  SchedulerHostFilterNotFound: Scheduler Host Filter
  AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not
  be found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1126378/+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 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-26 Thread Robie Basak
Thanks Lionel!

The 8.4.x changelog is here:
http://git.drbd.org/?p=drbd-8.4.git;a=blob;f=ChangeLog;hb=HEAD

Based on this, it looks like we're getting in 8.4.3 over 8.4.2 are
bugfixes, so given that we can't also update the kernel version I think
it makes sense to continue with the mismatch and go ahead and upload
8.4.3 to the archive. Debian agrees in principle; discussion at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659353

However, I just realised I based my package on 8.3.13-1 instead of
8.3.13-2 because the Debian git repository is not up to date. I'll merge
the changes in 8.3.13-2 now and provide another package for testing.

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

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

Title:
  drbd8-utils are not compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+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 1133236] Re: qemu-kvm: wrong CPU capabilities shown in cpuid

2013-02-26 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = High

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

Title:
  qemu-kvm: wrong CPU capabilities shown in cpuid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1133236/+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 1133236] Re: qemu-kvm: wrong CPU capabilities shown in cpuid

2013-02-26 Thread Serge Hallyn
Thanks for reporting this bug.  Do you know if you can still reproduce
this with either quantal or raring, or on an intel box with precise?

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

Title:
  qemu-kvm: wrong CPU capabilities shown in cpuid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1133236/+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 1133236] Re: qemu-kvm: wrong CPU capabilities shown in cpuid

2013-02-26 Thread Serge Hallyn
(I'm assuming that abm is the bad cpu flag)

** Tags added: amd

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Incomplete

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

Title:
  qemu-kvm: wrong CPU capabilities shown in cpuid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1133236/+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 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-26 Thread Robie Basak
PS. the package is still in the build queue; it should be done in about
an hour.

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

Title:
  drbd8-utils are not compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+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 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-26 Thread Robie Basak
Lionel,

I've uploaded 2:8.4.3-0ubuntu1~ppa2 to my PPA
(https://launchpad.net/~racb/+archive/experimental). This merges changes
in Debian's 8.3.13-2, which includes turning off the kernel version
check. Please could you check that this works as you expect; then we can
get it uploaded? Thanks!

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

Title:
  drbd8-utils are not compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+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 1126378] Re: SchedulerHostFilterNotFound: Scheduler Host Filter AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not be found.

2013-02-26 Thread John Griffith
Hi James,

Can you share your cinder.conf?  I can't seem to reproduce this still
although I'm using source not packages.

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

Title:
  SchedulerHostFilterNotFound: Scheduler Host Filter
  AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not
  be found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1126378/+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 1073463] Re: User-configurable files are not installed in /etc

2013-02-26 Thread Andres Rodriguez
** Changed in: maas (Ubuntu Raring)
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

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

Title:
  User-configurable files are not installed in /etc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1073463/+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 1122206] Re: l3_agent destroys all namespaces on init, even if router_id is set

2013-02-26 Thread James Page
** Changed in: quantum (Ubuntu Raring)
   Status: Triaged = Fix Released

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

Title:
  l3_agent destroys all namespaces on init, even if router_id is set

To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1122206/+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 1126378] Re: SchedulerHostFilterNotFound: Scheduler Host Filter AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not be found.

2013-02-26 Thread James Page
John

Cinder conf as requested.

[DEFAULT]
rootwrap_config = /etc/cinder/rootwrap.conf
api_paste_confg = /etc/cinder/api-paste.ini
iscsi_helper = tgtadm
volume_name_template = volume-%s
volume_group = cinder-volumes
verbose = True
auth_strategy = keystone
state_path = /var/lib/cinder
volumes_dir = /var/lib/cinder/volumes
osapi_volume_listen_port = 8766
volume_driver = cinder.volume.driver.RBDDriver
rbd_pool = cinder
rabbit_host = redacted
rabbit_userid = cinder
rabbit_password = redacted
rabbit_virtual_host = cinder
sql_connection = mysql://redacted/cinder

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

Title:
  SchedulerHostFilterNotFound: Scheduler Host Filter
  AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not
  be found.

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

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


Re: [Bug 1132302] Re: drbd8-utils are not compatible with kernel 3.8

2013-02-26 Thread Numérigraphe
Dear Robie Basak,
I made a quick test and it just worked on a fresh install of raring 
with drbd8-tools 2:8.4.3-0ubuntu1~ppa2 from your PPA.
Thanks,
Lionel.

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

Title:
  drbd8-utils are not compatible with kernel 3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1132302/+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 1033727] Re: USB passthrough doesn't work anymore with qemu-kvm 1.1.1

2013-02-26 Thread Stefan Mühlbacher
High!

Tryed:
apt-get install qemu-kvm/quantal-proposed
reboot

Feb 26 18:24:03 wbmain1 kernel: [  651.947372] usb 8-2: reset full-speed USB 
device number 2 using uhci_hcd
Feb 26 18:24:06 wbmain1 kernel: [  655.077459] usb 8-2: reset full-speed USB 
device number 2 using uhci_hcd

root@wbmain1:~# lsusb
Bus 005 Device 002: ID :
Bus 008 Device 002: ID 0d46:3003 Kobil Systems GmbH mIDentity Light / KAAN SIM 
III
[..]
root@wbmain1:~# uname -a
Linux wbmain1 3.5.0-25-generic #38-Ubuntu SMP Mon Feb 18 23:27:42 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux
root@wbmain1:~# kvm -version
QEMU emulator version 1.2.0 (qemu-kvm-1.2.0+noroms-0ubuntu2.12.10.3, Debian), 
Copyright (c) 2003-2008 Fabrice Bellard

Same problem as before update: Can see Kobil-Reader in Win-VM but doesnt
work correctly. Even it seems to be faster then before update.

Greets Freisei

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

Title:
  USB passthrough doesn't work anymore with qemu-kvm 1.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1033727/+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 1073569] Fix merged to nova (stable/essex)

2013-02-26 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/22943
Committed: 
http://github.com/openstack/nova/commit/87361d34878618a0ffb1cb79bb8ec5a022c82d5f
Submitter: Jenkins
Branch:stable/essex

commit 87361d34878618a0ffb1cb79bb8ec5a022c82d5f
Author: Jeremy Stanley fu...@yuggoth.org
Date:   Tue Feb 26 02:51:48 2013 +

Force earlier version of sqlalchemy

Fixes bug 1073569

Backported from https://review.openstack.org/15097

Set the version of sqlalchemy to be earlier than the 0.8 beta as it
is incompatible with the latest available sqlalchemy-migrate and as
a result run_tests.sh does not run any tests.

Change-Id: I3cb367306c4e3801c9979bba0bd03a11fcea9aa2

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

Title:
  Jenkins jobs fail because of incompatibility between sqlalchemy-
  migrate and the newest sqlalchemy-0.8.0b1

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1073569/+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 1126378] Re: SchedulerHostFilterNotFound: Scheduler Host Filter AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not be found.

2013-02-26 Thread James Page
OK - so got to the bottom of this on irc with John.

Stevedore fails to load the filter/weight extensions due to broken
requires.

1) Babel

not a dependency of the package - should it be?

2) rtslib

Package is broken and provides no PKG-INFO so pkg_resources has no idea.

The source package is generated from upstream git - maybe using
published tarballs on pypi would be better.

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

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

Title:
  SchedulerHostFilterNotFound: Scheduler Host Filter
  AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not
  be found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1126378/+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 1124398] Re: openvpn --script-security is not working

2013-02-26 Thread Colin Watson
Hello Marc, or anyone else affected,

Accepted openvpn into precise-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/openvpn/2.2.1-8ubuntu1.1 in a few
hours, and then in the -proposed repository.

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

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

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

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

** Tags added: verification-needed

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

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

Title:
  openvpn --script-security is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1124398/+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 1124398] Please test proposed package

2013-02-26 Thread Colin Watson
Hello Marc, or anyone else affected,

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

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

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

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

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

Title:
  openvpn --script-security is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1124398/+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 1119145] Re: check_dhcp -s hostaddress doesn't work if dhcp-server answers with different next-server ip

2013-02-26 Thread Colin Watson
Hello abma, or anyone else affected,

Accepted nagios-plugins into precise-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/nagios-
plugins/1.4.15-5ubuntu3.1 in a few hours, and then in the -proposed
repository.

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

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

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

** Changed in: nagios-plugins (Ubuntu Precise)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

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

Title:
  check_dhcp -s hostaddress doesn't work if dhcp-server answers with
  different next-server ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/1119145/+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 1111690] Update Released

2013-02-26 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of
  waagent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/690/+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 1111690] Re: [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of waagent

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 1.3-0ubuntu2~12.04.1

---
walinuxagent (1.3-0ubuntu2~12.04.1) precise; urgency=low

  * Changed detection of whether or not agent is packaged to using
dpkg command. (LP: #690)
 -- Ben Howard ben.how...@ubuntu.com   Thu, 31 Jan 2013 11:42:39 -0700

** Changed in: walinuxagent (Ubuntu Precise)
   Status: Fix Committed = Fix Released

** Changed in: walinuxagent (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of
  waagent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/690/+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 1111690] Re: [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of waagent

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 1.3-0ubuntu2~12.10.1

---
walinuxagent (1.3-0ubuntu2~12.10.1) quantal; urgency=low

  * Changed detection of whether or not agent is packaged to using
dpkg command. (LP: #690)
 -- Ben Howard ben.how...@ubuntu.com   Thu, 31 Jan 2013 11:42:39 -0700

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

Title:
  [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of
  waagent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/690/+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 1100545] Update Released

2013-02-26 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  It should be possible to access the ConfigDrive as a CDROM drive as
  well

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1100545/+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 1100545] Re: It should be possible to access the ConfigDrive as a CDROM drive as well

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.5

---
cloud-init (0.6.3-0ubuntu1.5) precise-proposed; urgency=low

  * debian/update-grub-legacy-ec2: consider kernels bootable on ec2
that are named -generic, in addition to -virtual.  This fixes a problem
where the kernels installed by linux-lts-quantal were not added to
/boot/grub/menu.lst (LP: #1005551)
  * debian/patches/lp-1077020-fix-ca-certificates-blanklines.patch: fix
adding of empty lines in ca-certificates file (LP: #1077020)
  * debian/patches/lp-1031065-nonet-not-start-networking.patch: do not 'start
networking' in cloud-init-nonet upstart job. Doing so can cause networking
to be started earlier than it should be.  Instead, add a
cloud-init-container job that runs only in a container and emits
net-device-added (LP: #1031065).
  * debian/patches/lp-1037567-add-config-drive-v2-support.conf:
backport support for config-drive-v2 which is part of Openstack Nova in
Folsom and later. (LP: #1037567) (LP: #1100545)
 -- Scott Moser smo...@ubuntu.com   Wed, 16 Jan 2013 19:37:57 -0500

** Changed in: cloud-init (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  It should be possible to access the ConfigDrive as a CDROM drive as
  well

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1100545/+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 1077020] Re: cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.5

---
cloud-init (0.6.3-0ubuntu1.5) precise-proposed; urgency=low

  * debian/update-grub-legacy-ec2: consider kernels bootable on ec2
that are named -generic, in addition to -virtual.  This fixes a problem
where the kernels installed by linux-lts-quantal were not added to
/boot/grub/menu.lst (LP: #1005551)
  * debian/patches/lp-1077020-fix-ca-certificates-blanklines.patch: fix
adding of empty lines in ca-certificates file (LP: #1077020)
  * debian/patches/lp-1031065-nonet-not-start-networking.patch: do not 'start
networking' in cloud-init-nonet upstart job. Doing so can cause networking
to be started earlier than it should be.  Instead, add a
cloud-init-container job that runs only in a container and emits
net-device-added (LP: #1031065).
  * debian/patches/lp-1037567-add-config-drive-v2-support.conf:
backport support for config-drive-v2 which is part of Openstack Nova in
Folsom and later. (LP: #1037567) (LP: #1100545)
 -- Scott Moser smo...@ubuntu.com   Wed, 16 Jan 2013 19:37:57 -0500

** Changed in: cloud-init (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  cloud-init ca-certs leaves a blank line in /etc/ca-certificates.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1077020/+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 1037567] Update Released

2013-02-26 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  need config-drive-v2 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1037567/+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 1037567] Re: need config-drive-v2 support

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.5

---
cloud-init (0.6.3-0ubuntu1.5) precise-proposed; urgency=low

  * debian/update-grub-legacy-ec2: consider kernels bootable on ec2
that are named -generic, in addition to -virtual.  This fixes a problem
where the kernels installed by linux-lts-quantal were not added to
/boot/grub/menu.lst (LP: #1005551)
  * debian/patches/lp-1077020-fix-ca-certificates-blanklines.patch: fix
adding of empty lines in ca-certificates file (LP: #1077020)
  * debian/patches/lp-1031065-nonet-not-start-networking.patch: do not 'start
networking' in cloud-init-nonet upstart job. Doing so can cause networking
to be started earlier than it should be.  Instead, add a
cloud-init-container job that runs only in a container and emits
net-device-added (LP: #1031065).
  * debian/patches/lp-1037567-add-config-drive-v2-support.conf:
backport support for config-drive-v2 which is part of Openstack Nova in
Folsom and later. (LP: #1037567) (LP: #1100545)
 -- Scott Moser smo...@ubuntu.com   Wed, 16 Jan 2013 19:37:57 -0500

** Changed in: cloud-init (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  need config-drive-v2 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1037567/+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 1031065] Update Released

2013-02-26 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  cloud-init-nonet runs 'start networking' explicitly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1031065/+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 1031065] Re: cloud-init-nonet runs 'start networking' explicitly

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.5

---
cloud-init (0.6.3-0ubuntu1.5) precise-proposed; urgency=low

  * debian/update-grub-legacy-ec2: consider kernels bootable on ec2
that are named -generic, in addition to -virtual.  This fixes a problem
where the kernels installed by linux-lts-quantal were not added to
/boot/grub/menu.lst (LP: #1005551)
  * debian/patches/lp-1077020-fix-ca-certificates-blanklines.patch: fix
adding of empty lines in ca-certificates file (LP: #1077020)
  * debian/patches/lp-1031065-nonet-not-start-networking.patch: do not 'start
networking' in cloud-init-nonet upstart job. Doing so can cause networking
to be started earlier than it should be.  Instead, add a
cloud-init-container job that runs only in a container and emits
net-device-added (LP: #1031065).
  * debian/patches/lp-1037567-add-config-drive-v2-support.conf:
backport support for config-drive-v2 which is part of Openstack Nova in
Folsom and later. (LP: #1037567) (LP: #1100545)
 -- Scott Moser smo...@ubuntu.com   Wed, 16 Jan 2013 19:37:57 -0500

** Changed in: cloud-init (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  cloud-init-nonet runs 'start networking' explicitly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1031065/+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 1005551] Update Released

2013-02-26 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  update-grub-legacy-ec2 ignores kernels named -generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1005551/+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 1005551] Re: update-grub-legacy-ec2 ignores kernels named -generic

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.5

---
cloud-init (0.6.3-0ubuntu1.5) precise-proposed; urgency=low

  * debian/update-grub-legacy-ec2: consider kernels bootable on ec2
that are named -generic, in addition to -virtual.  This fixes a problem
where the kernels installed by linux-lts-quantal were not added to
/boot/grub/menu.lst (LP: #1005551)
  * debian/patches/lp-1077020-fix-ca-certificates-blanklines.patch: fix
adding of empty lines in ca-certificates file (LP: #1077020)
  * debian/patches/lp-1031065-nonet-not-start-networking.patch: do not 'start
networking' in cloud-init-nonet upstart job. Doing so can cause networking
to be started earlier than it should be.  Instead, add a
cloud-init-container job that runs only in a container and emits
net-device-added (LP: #1031065).
  * debian/patches/lp-1037567-add-config-drive-v2-support.conf:
backport support for config-drive-v2 which is part of Openstack Nova in
Folsom and later. (LP: #1037567) (LP: #1100545)
 -- Scott Moser smo...@ubuntu.com   Wed, 16 Jan 2013 19:37:57 -0500

** Changed in: cloud-init (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  update-grub-legacy-ec2 ignores kernels named -generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1005551/+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 1119145] Re: check_dhcp -s hostaddress doesn't work if dhcp-server answers with different next-server ip

2013-02-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/nagios-plugins

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

Title:
  check_dhcp -s hostaddress doesn't work if dhcp-server answers with
  different next-server ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/1119145/+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 1133236] Re: qemu-kvm: wrong CPU capabilities shown in cpuid

2013-02-26 Thread Roman Racine
The host is a production machine, I cannot upgrade it to quantal or
raring. I have however installed a VM with quantal (running on the same
host system). I cannot reproduce the bug there using the same code but
this might also be related to the newer compiler. I don't have any
contemporary intel machines at hand unfortunately ...

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

Title:
  qemu-kvm: wrong CPU capabilities shown in cpuid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1133236/+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 1113821] Re: libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.0.2-0ubuntu8

---
libvirt (1.0.2-0ubuntu8) raring; urgency=low

  * put libvirt-bin dnsmasq file into /etc/dnsmasq.d-available, and
create a symlink in /etc/dnsmasq.d, to avoid problems when removing
and re-installing libvirt-bin.  (LP: #1113821)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 26 Feb 2013 12:09:37 -0600

** Changed in: libvirt (Ubuntu Raring)
   Status: In Progress = Fix Released

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

Title:
  libvirt-bin deletes /etc/dnsmasq.d/libvirt-bin on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1113821/+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 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2013-02-26 Thread William
Hi Robie,

I'm also affected with this bug.
When rebuilding the source on quantal as described in comment: 
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/571572/comments/15 the sso 
to the problematic site disappears when setting rdns=false in krb5.conf.
But this is not the case for precise, there it only works when patching the 
source from comment 15 with the original post.

Precise fix:
What i did was getting the source package for precise and patched it with:
https://github.com/krb5/krb5/commit/57738b357e8b03bcb7af2f147c97cb84d0ce96e2
install package libkrb5-3 libgssapi
After adding the rdns=false i can now authenticate sso to iis sites that were 
previously failing.
when commenting this option out (which is default) default behaviour is 
restored and i still can authenticate to servers that were previously working 
with e.g. mod_auth_kerb on apache but failed on iis sites.

I will try to setup raring desktop to test if the bug does not exist there.
Will try also patched version for quantal and explain my findings inclusive 
tickets in my ticket cache and cname/ptr/a records to those servers which were 
failing but working with the above patch.

William van de Velde.

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

Title:
  krb5 prefers the reverse pointer no matter what for locating service
  tickets.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/571572/+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 1118686] Re: nova-consoleauth issue with rabbitmq when trying to view console

2013-02-26 Thread Vish Ishaya
Are you still seeing this? I suspect a packaging bug here. Perhaps an
old version of consoleauth is getting run or it has incorrect settings?

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

** Changed in: nova
   Status: New = Invalid

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

Title:
  nova-consoleauth issue with rabbitmq when trying to view console

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1118686/+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 1126378] Re: SchedulerHostFilterNotFound: Scheduler Host Filter AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not be found.

2013-02-26 Thread John Griffith
** Changed in: cinder
   Status: New = Confirmed

** Changed in: cinder
   Status: Confirmed = Triaged

** Changed in: cinder
   Importance: Undecided = High

** Changed in: cinder
Milestone: None = grizzly-rc1

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

Title:
  SchedulerHostFilterNotFound: Scheduler Host Filter
  AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter could not
  be found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1126378/+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 1124398] Re: openvpn --script-security is not working

2013-02-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/openvpn

** Branch linked: lp:ubuntu/quantal-proposed/openvpn

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

Title:
  openvpn --script-security is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1124398/+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 1097848] Re: nagios-plugins 1.4.15-5ubuntu4 FTBFS on amd64 in raring

2013-02-26 Thread Bug Watch Updater
** Changed in: nagios-plugins (Debian)
   Status: Unknown = Confirmed

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

Title:
  nagios-plugins 1.4.15-5ubuntu4 FTBFS on amd64 in raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/1097848/+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 1134036] [NEW] Package install hangs if LC_ALL is not set

2013-02-26 Thread Julian Edwards
Public bug reported:

If LC_ALL is not set (which seems to be the default on a few server
installations I've done now), mid way through installing, you get this
backtrace and then the installation just hangs.  You can ctrl-c out of
it but the package is left half configured.

Traceback (most recent call last):
  File /usr/bin/django-admin, line 5, in module
management.execute_from_command_line()
  File /usr/lib/python2.7/dist-packages/django/core/management/__init__.py, 
line 443, in execute_from_command_line
utility.execute()
  File /usr/lib/python2.7/dist-packages/django/core/management/__init__.py, 
line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
196, in run_from_argv
self.execute(*args, **options.__dict__)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
232, in execute
output = self.handle(*args, **options)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
371, in handle
return self.handle_noargs(**options)
  File /usr/lib/python2.7/dist-packages/south/management/commands/syncdb.py, 
line 90, in handle_noargs
syncdb.Command().execute(**options)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
232, in execute
output = self.handle(*args, **options)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
371, in handle
return self.handle_noargs(**options)
  File 
/usr/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py, 
line 57, in handle_noargs
cursor = connection.cursor()
  File /usr/lib/python2.7/dist-packages/django/db/backends/__init__.py, line 
308, in cursor
cursor = util.CursorWrapper(self._cursor(), self)
  File 
/usr/lib/python2.7/dist-packages/django/db/backends/postgresql_psycopg2/base.py,
 line 177, in _cursor
self.connection = Database.connect(**conn_params)
  File /usr/lib/python2.7/dist-packages/psycopg2/__init__.py, line 179, in 
connect
connection_factory=connection_factory, async=async)
psycopg2.OperationalError: FATAL:  password authentication failed for user 
maas
FATAL:  password authentication failed for user maas

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

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

Title:
  Package install hangs if LC_ALL is not set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1134036/+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 1091503] Re: package nvidia-settings-experimental-310 (not installed) failed to install/upgrade: intentando sobreescribir `/usr/bin/nvidia-settings', que está también en el paquete nvidia-setting

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

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

Title:
  package nvidia-settings-experimental-310 (not installed) failed to
  install/upgrade: intentando sobreescribir `/usr/bin/nvidia-settings',
  que está también en el paquete nvidia-settings-experimental-304
  304.48-0ubuntu0.1

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

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

[Bug 1086724] Re: system crashed with firmware bug error

2013-02-26 Thread Tim Chen
It just happened without human intervention.

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

Title:
  system crashed with firmware bug error

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

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


[Bug 773564] Re: compiz occasionally hangs with 100% cpu usage (inotify plugin infinite loop)

2013-02-26 Thread MC Return
Fix committed into lp:compiz at revision http://bazaar.launchpad.net
/~compiz-team/compiz/0.9.9/revision/3621.

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

Title:
  compiz occasionally hangs with 100% cpu usage (inotify plugin infinite
  loop)

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

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


[Bug 1133165] [NEW] bluetooth headset pairs but audio input and output do not work

2013-02-26 Thread Jeff Lane
Public bug reported:

Bluetooth seems to be working in that I can pair a headset with the
computer, however, audio output and input do not work via bluetooth.

When trying, there appears to be NO input at all, and test sounds are
not heard via the headset (though they do work via the internal audio
and headphone jack, and the headset has been successfully used on other
systems without issue).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: bluez 4.98-2ubuntu7
ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Tue Feb 26 02:44:18 2013
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
InterestingModules: bnep rfcomm btusb bluetooth
MachineType: Dell Inc. Latitude E6430
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-23-generic 
root=UUID=34498b6a-ca76-435c-bc9b-1456b7504516 ro quiet splash initcall_debug 
vt.handoff=7
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/19/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0P02CD
dmi.board.vendor: Dell Inc.
dmi.board.version: X03
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd09/19/2012:svnDellInc.:pnLatitudeE6430:pvr01:rvnDellInc.:rn0P02CD:rvrX03:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6430
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
hciconfig:
 hci0:  Type: BR/EDR  Bus: USB
BD Address: 74:DE:2B:D4:B4:A3  ACL MTU: 1021:8  SCO MTU: 64:1
UP RUNNING PSCAN 
RX bytes:6620 acl:111 sco:0 events:191 errors:0
TX bytes:3611 acl:83 sco:8 commands:69 errors:0

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


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

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

Title:
  bluetooth headset pairs but audio input and output do not work

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

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


[Bug 1133168] Status changed to Confirmed

2013-02-26 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  can't adjust brightness via hotkeys(Fn+F6/F6)

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

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


[Bug 1133168] [NEW] can't adjust brightness via hotkeys(Fn+F6/F6)

2013-02-26 Thread Tim Chen
Public bug reported:

system: Asus X501A1, X401A
Other function keys work fine(ex: Fn+F2: switch wifi)

When press Fn+F5/F6, there's no dump from command: showkey.

Adjust brightness from setting Brightness and Lock is ok.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.5.0-25-generic 3.5.0-25.38~precise1
ProcVersionSignature: Ubuntu 3.5.0-25.38~precise1-generic 3.5.7.4
Uname: Linux 3.5.0-25-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: ALC270 Analog [ALC270 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 1485 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e1 irq 46'
   Mixer name   : 'Intel PantherPoint HDMI'
   Components   : 'HDA:10ec0270,10431c83,00100100 
HDA:80862806,80860101,0010'
   Controls  : 26
   Simple ctrls  : 12
Date: Tue Feb 26 02:44:25 2013
HibernationDevice: RESUME=UUID=585b1c52-73c1-42c5-b06c-d65456768ed8
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
MachineType: ASUSTeK COMPUTER INC. X501A1
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-25-generic 
root=UUID=2d4b9c10-f74c-431e-93de-1a56621b2c33 ro quiet splash initcall_debug 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-25-generic N/A
 linux-backports-modules-3.5.0-25-generic  N/A
 linux-firmware1.79.1
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/20/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X501A1.211
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X501A1
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX501A1.211:bd08/20/2012:svnASUSTeKCOMPUTERINC.:pnX501A1:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX501A1:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: X501A1
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: 201206-11387 201209-11781 amd64 apport-bug certification-grey precise 
qa-kernel-lts-testing running-unity taipei-lab

** Description changed:

  system: Asus X501A1, X401A
  Other function keys work fine(ex: Fn+F2: switch wifi)
  
  When press Fn+F5/F6, there's no dump from command: showkey.
+ 
+ Adjust brightness from setting Brightness and Lock is ok.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-25-generic 3.5.0-25.38~precise1
  ProcVersionSignature: Ubuntu 3.5.0-25.38~precise1-generic 3.5.7.4
  Uname: Linux 3.5.0-25-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  ArecordDevices:
-   List of CAPTURE Hardware Devices 
-  card 0: PCH [HDA Intel PCH], device 0: ALC270 Analog [ALC270 Analog]
-Subdevices: 1/1
-Subdevice #0: subdevice #0
+   List of CAPTURE Hardware Devices 
+  card 0: PCH [HDA Intel PCH], device 0: ALC270 Analog [ALC270 Analog]
+    Subdevices: 1/1
+    Subdevice #0: subdevice #0
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  ubuntu 1485 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 1485 F pulseaudio
  Card0.Amixer.info:
-  Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e1 irq 46'
-Mixer name : 'Intel PantherPoint HDMI'
-Components : 'HDA:10ec0270,10431c83,00100100 
HDA:80862806,80860101,0010'
-Controls  : 26
-Simple ctrls  : 12
+  Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e1 irq 46'
+    Mixer name : 'Intel PantherPoint HDMI'
+    Components : 'HDA:10ec0270,10431c83,00100100 
HDA:80862806,80860101,0010'
+    Controls  : 26
+    Simple ctrls  : 12
  Date: Tue Feb 26 02:44:25 2013
  HibernationDevice: RESUME=UUID=585b1c52-73c1-42c5-b06c-d65456768ed8
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
  MachineType: ASUSTeK COMPUTER INC. X501A1
  MarkForUpload: True
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-25-generic 
root=UUID=2d4b9c10-f74c-431e-93de-1a56621b2c33 ro quiet splash initcall_debug 
vt.handoff=7
  RelatedPackageVersions:
-  

[Bug 1132675] Re: Radeon HD 6450 and dual monitor: second monitor not initialized correctly

2013-02-26 Thread DjMix
apport information

** Tags added: apport-collected running-unity

** Description changed:

  Packages affected: linux-image-3.5.0-22, linux-image-3.5.0-23, linux-
  image-3.5.0-24, linux-image-3.5.0-25
  
- Up to linux-image-3.5.0-21-generic, the second screen connected to a
- Radeon HD 6450 is initialized correctly. From linux-
- image-3.5.0-22-generic, the same bug that was present in ubuntu 12.04
- reappear: on Xorg startup the screen is recognized of the wrong panel
- size, o there are artifacts, and after login the unity session crash.
+ Up to linux-image-3.5.0-21-generic, the second screen connected to a Radeon 
HD 6450 is initialized correctly. From linux-image-3.5.0-22-generic, the same 
bug that was present in ubuntu 12.04 reappear: on Xorg startup the screen is 
recognized of the wrong panel size, o there are artifacts, and after login the 
unity session crash.
+ --- 
+ ApportVersion: 2.6.1-0ubuntu10
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  ilario 2542 F pulseaudio
+  /dev/snd/controlC0:  ilario 2542 F pulseaudio
+  /dev/snd/controlC1:  ilario 2542 F pulseaudio
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ DistroRelease: Ubuntu 12.10
+ HibernationDevice: RESUME=UUID=78b49e24-9e25-41f7-9fc0-a10be2f73b77
+ InstallationDate: Installed on 2011-10-20 (495 days ago)
+ InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
+ IwConfig:
+  eth0  no wireless extensions.
+  
+  lono wireless extensions.
+ MachineType: Dell Inc. Vostro 460
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=it_IT.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-21-generic 
root=UUID=4fa2a6c3-043a-404c-a0c3-a891741c4e96 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
+ RelatedPackageVersions:
+  linux-restricted-modules-3.5.0-21-generic N/A
+  linux-backports-modules-3.5.0-21-generic  N/A
+  linux-firmware1.95
+ RfKill:
+  
+ Tags:  quantal running-unity
+ Uname: Linux 3.5.0-21-generic x86_64
+ UpgradeStatus: Upgraded to quantal on 2012-10-19 (129 days ago)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 08/16/2012
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A08
+ dmi.board.name: 0Y2MRG
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A01
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd08/16/2012:svnDellInc.:pnVostro460:pvr:rvnDellInc.:rn0Y2MRG:rvrA01:cvnDellInc.:ct3:cvr:
+ dmi.product.name: Vostro 460
+ dmi.sys.vendor: Dell Inc.

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1132675/+attachment/3547301/+files/AlsaInfo.txt

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

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 1132675] BootDmesg.txt

2013-02-26 Thread DjMix
apport information

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

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 1132675] CurrentDmesg.txt

2013-02-26 Thread DjMix
apport information

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

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 1132675] Lspci.txt

2013-02-26 Thread DjMix
apport information

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

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 1132675] Lsusb.txt

2013-02-26 Thread DjMix
apport information

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

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 1132675] ProcInterrupts.txt

2013-02-26 Thread DjMix
apport information

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

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 1132675] ProcCpuinfo.txt

2013-02-26 Thread DjMix
apport information

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

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 1132675] PulseList.txt

2013-02-26 Thread DjMix
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1132675/+attachment/3547309/+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/1132675

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 1132675] UdevDb.txt

2013-02-26 Thread DjMix
apport information

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

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 1132675] UdevLog.txt

2013-02-26 Thread DjMix
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1132675/+attachment/3547311/+files/UdevLog.txt

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

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 1132675] WifiSyslog.txt

2013-02-26 Thread DjMix
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1132675/+attachment/3547312/+files/WifiSyslog.txt

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

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 1091125] Re: [Dell M4700] Unable to hotplug ExpressCard 34

2013-02-26 Thread Jeff Lane
** Tags added: 201201-10338

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

Title:
  [Dell M4700] Unable to hotplug ExpressCard 34

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

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


[Bug 1132675] ProcModules.txt

2013-02-26 Thread DjMix
apport information

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

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 1133169] [NEW] apt-get upgrade

2013-02-26 Thread Darrell
Public bug reported:

When trying to do an update on software packages for ubuntu 12.10 there
is an error with the following file:

---
darrell@web:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be upgraded:
  base-files grub-common grub-pc grub-pc-bin grub2-common 
gstreamer0.10-plugins-good:i386 language-pack-en language-pack-en-base
  language-selector-common libnih-dbus1 libnih1 libpciaccess0 mountall
13 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 69,8 kB/6 607 kB of archives.
After this operation, 23,6 kB disk space will be freed.
Do you want to continue [Y/n]? y
Err http://za.archive.ubuntu.com/ubuntu/ precise-updates/main base-files amd64 
6.5ubuntu6.5
  403  Forbidden
Failed to fetch 
http://za.archive.ubuntu.com/ubuntu/pool/main/b/base-files/base-files_6.5ubuntu6.5_amd64.deb
  403  Forbidden
E: Unable to fetch some archives, maybe run apt-get update or try with 
--fix-missing?
darrell@web:~$
--

It seems to be a permission setting on the update server. I can go get
any other file but the file on the za mirror is forbidden...

http://za.archive.ubuntu.com/ubuntu/pool/main/b/base-files/base-
files_6.5ubuntu6.5_amd64.deb

Please can you look into this and fix the permissions.
Thank you
Darrell

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

Title:
  apt-get upgrade

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

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

[Bug 1132885] Re: linux: 3.5.0-25.39 -proposed tracker

2013-02-26 Thread John Johansen
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) = John Johansen 
(jjohansen)

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

Title:
  linux: 3.5.0-25.39 -proposed tracker

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

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


[Bug 1133169] Re: apt-get upgrade

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

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1133169/+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/1133169

Title:
  apt-get upgrade

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

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


[Bug 1132675] Re: Radeon HD 6450 and dual monitor: second monitor not initialized correctly

2013-02-26 Thread DjMix
kernel-bug-exists-upstream

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

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

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 1132675] Re: Radeon HD 6450 and dual monitor: second monitor not initialized correctly

2013-02-26 Thread DjMix
Joseph, I tried the last upstream kernel but the bug is still there. It
may be worth noting that the uncorrectly initialized screen is always
the one attached to VGA.

Also, I can't figure where to put the tag kernel-bug-exists-upstream,
sorry

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

Title:
  Radeon HD 6450 and dual monitor: second monitor not initialized
  correctly

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

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


[Bug 777882] Re: xmodmap not honored

2013-02-26 Thread Torsten Bronger
I confirm this on Lubuntu 12.10.  An .Xmodmap file with

remove lock = Caps_Lock

has no effect, however,

keycode 66 =

successfully switches off Caps Lock (where the keycode is correct).

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

Title:
  xmodmap not honored

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

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


[Bug 1058672] Re: Can't add my Facebook account

2013-02-26 Thread Evgeniy Dyakonov
Ubuntu 12.10 x86 same problem

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

Title:
  Can't add my Facebook account

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

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


[Bug 1133171] Re: package linux-image-3.5.0-25-generic 3.5.0-25.38 failed to install/upgrade: trying to overwrite '/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko', which is also in pac

2013-02-26 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your dmesg attachment in this bug report it
seems that there is a problem with your hardware.  I recommend
performing a back up and then investigating the situation.  Measures you
might take include checking cable connections and using software tools
to investigate the health of your hardware.  In the event that is is not
in fact an error with your hardware please set the bug's status back to
New.  Thanks and good luck!

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

** Tags added: hardware-error

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

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

Title:
  package linux-image-3.5.0-25-generic 3.5.0-25.38 failed to
  install/upgrade: trying to overwrite
  '/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko',
  which is also in package linux-image-extra-3.5.0-25-generic
  3.5.0-25.38

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

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


[Bug 1133171] [NEW] package linux-image-3.5.0-25-generic 3.5.0-25.38 failed to install/upgrade: trying to overwrite '/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko', which is also in p

2013-02-26 Thread Andrei Dziahel
Public bug reported:

An upgrade for linux kernel package arrived, but it fails to install.
Error message is pretty self-explanatory, so check it out yourself. It
looks like rebuilding package for quantal should be enough.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-25-generic 3.5.0-25.38
ProcVersionSignature: Ubuntu 3.5.0-25.38-generic 3.5.7.4
Uname: Linux 3.5.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  develop7   9707 F pulseaudio
 /dev/snd/controlC2:  develop7   9707 F pulseaudio
 /dev/snd/controlC0:  develop7   9707 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory: 'iw'
Date: Tue Feb 26 11:04:23 2013
DuplicateSignature:
 Unpacking replacement linux-image-3.5.0-25-generic ...
 dpkg: error processing 
/var/cache/apt/archives/linux-image-3.5.0-25-generic_3.5.0-25.39~precise1_amd64.deb
 (--unpack):
  trying to overwrite 
'/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko', which is also 
in package linux-image-extra-3.5.0-25-generic 3.5.0-25.38
ErrorMessage: trying to overwrite 
'/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko', which is also 
in package linux-image-extra-3.5.0-25-generic 3.5.0-25.38
HibernationDevice: RESUME=/dev/sdb5
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7388
MarkForUpload: True
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-25-generic 
root=UUID=f1bb1753-e1d3-408c-9890-476af6b86b45 ro splash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.00-7ubuntu11
RfKill:
 
SourcePackage: linux
Title: package linux-image-3.5.0-25-generic 3.5.0-25.38 failed to 
install/upgrade: trying to overwrite 
'/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko', which is also 
in package linux-image-extra-3.5.0-25-generic 3.5.0-25.38
UpgradeStatus: Upgraded to quantal on 2012-11-05 (112 days ago)
WifiSyslog:
 
dmi.bios.date: 05/12/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V8.6
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 770T-C45 (MS-7388)
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.board.version: 3.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.chassis.version: 3.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV8.6:bd05/12/2010:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7388:pvr3.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rn770T-C45(MS-7388):rvr3.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr3.0:
dmi.product.name: MS-7388
dmi.product.version: 3.0
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD

** Affects: linux (Ubuntu)
 Importance: Low
 Status: Invalid


** Tags: amd64 apport-package hardware-error need-duplicate-check 
package-conflict quantal

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

Title:
  package linux-image-3.5.0-25-generic 3.5.0-25.38 failed to
  install/upgrade: trying to overwrite
  '/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko',
  which is also in package linux-image-extra-3.5.0-25-generic
  3.5.0-25.38

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

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


[Bug 223226] Re: Upgrade from kubuntu Dapper requires manual intervention and kdm shutdown

2013-02-26 Thread Thomas Hotz
Marking glibc as invalid then.

** Changed in: glibc (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/223226

Title:
  Upgrade from kubuntu Dapper requires manual intervention and kdm
  shutdown

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

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


[Bug 226039] Re: package nvidia-kernel-common 20051028+1ubuntu8 failed to install/upgrade:

2013-02-26 Thread Thomas Hotz
Marking as confirmed because it affects multiple users.

** Changed in: nvidia-kernel-common (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/226039

Title:
  package nvidia-kernel-common 20051028+1ubuntu8 failed to
  install/upgrade:

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

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


[Bug 1133172] [NEW] Firefox again loads all tabs on startup

2013-02-26 Thread rew
Public bug reported:

A few months ago, firefox started only loading the tabs from a crashed
session after the tab got focus. This means I don't have to enter tens
of passwords and get several videos playing at once when I restore a
crashed session.

Today however when restoring the crashed session, I got the whole
shebang: the list of passwords, five minutes before I could do anything
(the load of pages-to-render runs in the 50-100), and many videos
playing at once.

The question is, should this be changed in the first place for a non-
upgrade (but security fix) upgrade of my browser?

Anyway, I'd like to voice my support for the situation where the browser
loads the pages I select.

** Affects: firefox (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/1133172

Title:
  Firefox again loads all tabs on startup

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

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


[Bug 988395] Re: Pandora v34 API Update Required

2013-02-26 Thread Luke Faraone
** Changed in: pithos
 Assignee: jeremy rakes (jeremy-rakes) = Christopher Eby (kre3d)

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

Title:
  Pandora v34 API Update Required

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

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


[Bug 1133171] Re: package linux-image-3.5.0-25-generic 3.5.0-25.38 failed to install/upgrade: trying to overwrite '/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko', which is also in pac

2013-02-26 Thread Andrei Dziahel
I'm sorry, but this is *obviously* a packaging problem.

This message 
 trying to overwrite 
 '/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko', which is 
 also in package linux-image-extra-3.5.0-25-generic 3.5.0-25.38
states it perfectly to me.

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

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

Title:
  package linux-image-3.5.0-25-generic 3.5.0-25.38 failed to
  install/upgrade: trying to overwrite
  '/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko',
  which is also in package linux-image-extra-3.5.0-25-generic
  3.5.0-25.38

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

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


[Bug 1132125] Re: python-wadllib ftbfs in raring

2013-02-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/python-wadllib

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

Title:
  python-wadllib ftbfs in raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-wadllib/+bug/1132125/+subscriptions

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


[Bug 1067514] Re: Gimp crashes after saving file

2013-02-26 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 912909 ***
https://bugs.launchpad.net/bugs/912909

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gimp (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/1067514

Title:
  Gimp crashes after saving file

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

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


[Bug 311958] Re: BMPx 0.40.14-1 Equalizer not working Ubuntu 8.10

2013-02-26 Thread Thomas Hotz
The development of bmpx stopped and you could try Audacious instead
please. Thank you!

** Changed in: bmpx (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/311958

Title:
  BMPx 0.40.14-1 Equalizer not working Ubuntu 8.10

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

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


[Bug 311946] Re: bmpx crashes randomly while playing music files

2013-02-26 Thread Thomas Hotz
The development of bmpx stopped and you could try Audacious instead
please. Thank you!

** Changed in: bmpx (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/311946

Title:
  bmpx crashes randomly while playing music files

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

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


[Bug 258650] Re: beep-media-player-2-bin crashed with signal 5 in _XError()

2013-02-26 Thread Thomas Hotz
The development of bmpx stopped and you could try Audacious instead
please. Thank you!

** Changed in: bmpx (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/258650

Title:
  beep-media-player-2-bin crashed with signal 5 in _XError()

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

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


[Bug 253992] Re: beep-media-player inteferes with flash and mplayer

2013-02-26 Thread Thomas Hotz
The development of bmpx stopped and you could try Audacious instead
please. Thank you!

** Changed in: beep-media-player (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/253992

Title:
  beep-media-player inteferes with flash and mplayer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/beep-media-player/+bug/253992/+subscriptions

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


[Bug 231516] Re: BMP/DBus Error

2013-02-26 Thread Thomas Hotz
The development of bmpx stopped and you could try Audacious instead
please. Thank you!

** Changed in: bmpx (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/231516

Title:
  BMP/DBus Error

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

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


[Bug 228607] Re: BMPx dose not remember bookmarked radios after restarting

2013-02-26 Thread Thomas Hotz
The development of bmpx stopped and you could try Audacious instead
please. Thank you!

** Changed in: bmpx (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/228607

Title:
  BMPx dose not remember bookmarked radios after restarting

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

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


[Bug 226419] Re: bmpx doesn't playback shoutcast in hardy

2013-02-26 Thread Thomas Hotz
The development of bmpx stopped and you could try Audacious instead
please. Thank you!

** Changed in: bmpx (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/226419

Title:
  bmpx doesn't playback shoutcast in hardy

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

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


[Bug 1133179] [NEW] btrfs balance crashes Ubuntu 12.10 when online changing raid level

2013-02-26 Thread Steffen Sindzinski
Public bug reported:

No matter if I change the btrfs raid level to 0 or 1 Ubuntu 12.10
crashes. The screen is frozen and btrfs balance stopped. After turning
off and on btrfs continues the balance job without any further crashes
or errors.

What I have: btrfs with @, @home, @opt, @var all mounted respectively

What I do:

sudo btrfs balance start -dconvert=raid0 -mconvert=raid1 /
or
sudo btrfs balance start -dconvert=raid1 -mconvert=raid1 /

The crash happend once every time I changed the raid level on a root
mounted btrfs. There is no /var/log/syslog or dmesg message about this.

** Affects: btrfs-tools (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/1133179

Title:
  btrfs balance crashes Ubuntu 12.10 when online changing raid level

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/btrfs-tools/+bug/1133179/+subscriptions

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


[Bug 1133171] Re: package linux-image-3.5.0-25-generic 3.5.0-25.38 failed to install/upgrade: trying to overwrite '/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko', which is also in pac

2013-02-26 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/1133171

Title:
  package linux-image-3.5.0-25-generic 3.5.0-25.38 failed to
  install/upgrade: trying to overwrite
  '/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko',
  which is also in package linux-image-extra-3.5.0-25-generic
  3.5.0-25.38

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

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


[Bug 1132767] Re: Update GIMP to version 2.8.4

2013-02-26 Thread Thomas Hotz
** Changed in: gimp (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/1132767

Title:
  Update GIMP to version 2.8.4

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

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


[Bug 1133171] Re: package linux-image-3.5.0-25-generic 3.5.0-25.38 failed to install/upgrade: trying to overwrite '/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko', which is also in pac

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

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

Title:
  package linux-image-3.5.0-25-generic 3.5.0-25.38 failed to
  install/upgrade: trying to overwrite
  '/lib/modules/3.5.0-25-generic/kernel/arch/x86/kvm/kvm-intel.ko',
  which is also in package linux-image-extra-3.5.0-25-generic
  3.5.0-25.38

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

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


[Bug 1110326] Update Released

2013-02-26 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  portmidi 1:200-0ubuntu1.12.04.1 is broken

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

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


[Bug 1110326] Re: portmidi 1:200-0ubuntu1.12.04.1 is broken

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package portmidi - 1:200-0ubuntu1.11.10.2

---
portmidi (1:200-0ubuntu1.11.10.2) oneiric-proposed; urgency=low

  * pm_linux/Makefile: Fix linking order, regression introduced
by the previous upload. (LP: #1110326)
 -- Alessio Treglia quadris...@ubuntu.com   Sun, 03 Feb 2013 03:06:30 +

** Changed in: portmidi (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

** Changed in: portmidi (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  portmidi 1:200-0ubuntu1.12.04.1 is broken

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

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


[Bug 1110326] Re: portmidi 1:200-0ubuntu1.12.04.1 is broken

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package portmidi - 1:200-0ubuntu1.12.04.2

---
portmidi (1:200-0ubuntu1.12.04.2) precise-proposed; urgency=low

  * pm_linux/Makefile: Fix linking order, regression introduced
by the previous upload. (LP: #1110326)
 -- Alessio Treglia quadris...@ubuntu.com   Sat, 02 Feb 2013 19:57:38 +

** Changed in: portmidi (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  portmidi 1:200-0ubuntu1.12.04.1 is broken

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

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


[Bug 1110326] Re: portmidi 1:200-0ubuntu1.12.04.1 is broken

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package portmidi - 1:200-0ubuntu1.12.10.2

---
portmidi (1:200-0ubuntu1.12.10.2) quantal-proposed; urgency=low

  * pm_linux/Makefile: Fix linking order, regression introduced
by the previous upload. (LP: #1110326)
 -- Alessio Treglia quadris...@ubuntu.com   Sun, 03 Feb 2013 02:53:38 +

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

Title:
  portmidi 1:200-0ubuntu1.12.04.1 is broken

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

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


[Bug 968855] Update Released

2013-02-26 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  Errors and Comments from pam (here: pam-pkcs11) are written in user-
  names - and therefore unreadable

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

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


[Bug 968855] Re: Errors and Comments from pam (here: pam-pkcs11) are written in user-names - and therefore unreadable

2013-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-greeter - 0.2.9-0ubuntu1.1

---
unity-greeter (0.2.9-0ubuntu1.1) precise; urgency=low

  * debian/patches/r402_pam_text.patch.patch:
- Errors and Comments from pam (here: pam-pkcs11) are written in user-names
  and therefore unreadable ( lp: #968855)
 -- Ritesh Khadgaray rit...@canonical.com   Wed, 06 Feb 2013 18:43:01 +0530

** Changed in: unity-greeter (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  Errors and Comments from pam (here: pam-pkcs11) are written in user-
  names - and therefore unreadable

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

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


[Bug 226785] Re: swfdec video playback very slow

2013-02-26 Thread Thomas Hotz
I can confirm this bug even on Raring Ringtail. Yes, the proprietary
adobe flash player is better and much faster.

** Changed in: swfdec0.5 (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/226785

Title:
  swfdec video playback very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/swfdec0.5/+bug/226785/+subscriptions

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


[Bug 225577] Re: rt2500 deauthentication

2013-02-26 Thread Thomas Hotz
Marking this bug as fixed then.

** Package changed: linux-backports-modules-2.6.24 (Ubuntu) = linux-
backports-modules-2.6.27 (Ubuntu)

** Changed in: linux-backports-modules-2.6.27 (Ubuntu)
   Status: New = Fix Released

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

Title:
  rt2500 deauthentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-backports-modules-2.6.27/+bug/225577/+subscriptions

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


[Bug 224270] Re: [Hardy] After dist-upgrade Epiphany and Firefox render most fonts with uneven letter spacings

2013-02-26 Thread Thomas Hotz
I can't reproduce this bug. Can you still reproduce this bug? Thank you!

** Changed in: xulrunner-1.9 (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/224270

Title:
  [Hardy] After dist-upgrade Epiphany and Firefox render most fonts with
  uneven letter spacings

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