[Bug 916200] Re: missing kernel module ipmi_si module

2012-01-16 Thread Stefan Bader
They are of course different. I just checked with a resent 2.6.2-37.81
generic i386 kernel. And here the module loads just fine. Note that you
had to load ipmi_devintf always to make ipmitool work. Please check
dmesg after the failed load as that normally shows more detailed errors.

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

Title:
  missing kernel module ipmi_si module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/916200/+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 915985] Re: usbhid-ups regression (APC BE525-RS)

2012-01-16 Thread Dmitry Andreychuk
Hi Arnaud,

Thanks for your reply! Attaching output for 2.6.0-1ubuntu3.


** Attachment added: usbhid-ups_2.6.0-1ubuntu3.log
   
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/915985/+attachment/2676822/+files/usbhid-ups_2.6.0-1ubuntu3.log

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

Title:
  usbhid-ups regression (APC BE525-RS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/915985/+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 917081] [NEW] open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module failed to build

2012-01-16 Thread Jerry
Public bug reported:

installing new kept back kernel version
bombs like previous times

odd authorization and memory error this time
and only had synaptic, firefox and xemacs running
plus gkrellm...


you may not want it reported, but it's still causing
apport to run, so reporting it, feel free to duplicate
it, or make it invalid like so many bug reports I've seen
triaged and time wasted...

it's still a bug if it crashes, whether the kernel
or package is ready to be released.../ awaiting something
upstream or whatever...

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.07.19-450511-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-9.16-generic 3.2.1
Uname: Linux 3.2.0-9-generic i686
ApportVersion: 1.90-0ubuntu2
Architecture: i386
DKMSKernelVersion: 3.2.0-9-generic
Date: Mon Jan 16 04:59:40 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
PackageVersion: 2011.07.19-450511-0ubuntu2
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module 
failed to build
UpgradeStatus: Upgraded to precise on 2011-11-25 (51 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module
  failed to build

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

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

Title:
  open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module
  failed to build

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

2012-01-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/917081/+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 917134] [NEW] dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-01-16 Thread Jens Finkhäuser
Public bug reported:

Running 2.6.32-37-server on Ubuntu 10.04. The issue is a bit hard to
explain, so bear with me.

- I've got a DRBD setup running, but my DRBD device got messed up. I'm not 
entirely sure how, but it happend.
- The DRBD resource is configured with verify-alg sha1 and csums-alg sha1.
- Now when drbdsetup runs to initialize the device, the command doesn't exit, 
and there's some crash information in syslog.
- I can also see a command /sbin/modprobe -q -- sha1_all being run that also 
doesn't seem to exit, which on the DRBD peer node (identical setup) exits 
immediately.
- I also see errors about VIA Padlock devices not existing.

My assumption is that because there's some bad data on the block device
underlying the DRBD resource, DRBD tries to check the device, tries to
use SHA1 as configured, but somehow loading the SHA1 module deadlocks
with whatever DRBD is trying to do. If I remove the kernel module
padlock-sha and hard reboot, everything works as expected.

This is what's in syslog:

Jan 16 13:29:21 htz0 kernel: [  178.247889] BUG: soft lockup - CPU#7 stuck for 
61s! [kstop/7:1657]
Jan 16 13:29:21 htz0 kernel: [  178.248206] Modules linked in: padlock_sha(-) 
sha1_generic drbd ipt_REJECT ipt_LOG xt_limit xt_tcpudp ipt_addrtype xt_state 
ip6table_filter ip6_tables nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack_ftp nf_conntrack iptable_filter 
ip_tables x_tables fbcon tileblit font lp bitblit softcursor vga16fb video 
parport xhci vgastate output multipath linear aacraid 3w_9xxx 3w_ raid10 
raid456 async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx 
raid1 raid0 sata_nv r8169 ahci mii sata_sil sata_via
Jan 16 13:29:21 htz0 kernel: [  178.248245] CPU 7:
Jan 16 13:29:21 htz0 kernel: [  178.248247] Modules linked in: padlock_sha(-) 
sha1_generic drbd ipt_REJECT ipt_LOG xt_limit xt_tcpudp ipt_addrtype xt_state 
ip6table_filter ip6_tables nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack_ftp nf_conntrack iptable_filter 
ip_tables x_tables fbcon tileblit font lp bitblit softcursor vga16fb video 
parport xhci vgastate output multipath linear aacraid 3w_9xxx 3w_ raid10 
raid456 async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx 
raid1 raid0 sata_nv r8169 ahci mii sata_sil sata_via
Jan 16 13:29:21 htz0 kernel: [  178.248282] Pid: 1657, comm: kstop/7 Not 
tainted 2.6.32-37-server #81-Ubuntu System Product Name
Jan 16 13:29:21 htz0 kernel: [  178.248284] RIP: 0010:[810b7ca5]  
[810b7ca5] stop_cpu+0x85/0xf0
Jan 16 13:29:21 htz0 kernel: [  178.248291] RSP: 0018:8804170e3df0  EFLAGS: 
0293
Jan 16 13:29:21 htz0 kernel: [  178.248293] RAX: 0001 RBX: 
8804170e3e00 RCX: 
Jan 16 13:29:21 htz0 kernel: [  178.248296] RDX: 81869248 RSI: 
0100 RDI: 81869240
Jan 16 13:29:21 htz0 kernel: [  178.248298] RBP: 81013c6e R08: 
8804170e2000 R09: 
Jan 16 13:29:21 htz0 kernel: [  178.248300] R10:  R11: 
 R12: 0001
Jan 16 13:29:21 htz0 kernel: [  178.248302] R13: 0001 R14: 
0001 R15: 0400
Jan 16 13:29:21 htz0 kernel: [  178.248305] FS:  () 
GS:88000ffc() knlGS:
Jan 16 13:29:21 htz0 kernel: [  178.248308] CS:  0010 DS: 0018 ES: 0018 CR0: 
8005003b
Jan 16 13:29:21 htz0 kernel: [  178.248310] CR2: 7fa7f1c65beb CR3: 
01001000 CR4: 000406e0
Jan 16 13:29:21 htz0 kernel: [  178.248312] DR0:  DR1: 
 DR2: 
Jan 16 13:29:21 htz0 kernel: [  178.248314] DR3:  DR6: 
0ff0 DR7: 0400
Jan 16 13:29:21 htz0 kernel: [  178.248316] Call Trace:
Jan 16 13:29:21 htz0 kernel: [  178.248323]  [81081597] ? 
run_workqueue+0xc7/0x1a0
Jan 16 13:29:21 htz0 kernel: [  178.248328]  [81081713] ? 
worker_thread+0xa3/0x110
Jan 16 13:29:21 htz0 kernel: [  178.248332]  [81086140] ? 
autoremove_wake_function+0x0/0x40
Jan 16 13:29:21 htz0 kernel: [  178.248337]  [81081670] ? 
worker_thread+0x0/0x110
Jan 16 13:29:21 htz0 kernel: [  178.248340]  [81085dc6] ? 
kthread+0x96/0xa0
Jan 16 13:29:21 htz0 kernel: [  178.248344]  [810141aa] ? 
child_rip+0xa/0x20
Jan 16 13:29:21 htz0 kernel: [  178.248348]  [81085d30] ? 
kthread+0x0/0xa0
Jan 16 13:29:21 htz0 kernel: [  178.248351]  [810141a0] ? 
child_rip+0x0/0x20

Hope that helps; feel free to ask for more information.

Jens

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

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

Title:
  dbrd8 kernel module and padlock-sha kernel module in deadlock

To manage notifications about this 

[Bug 907690] Re: CVE-2011-3205: DoS (memory corruption and daemon restart) or remote Gopher servers.

2012-01-16 Thread Marc Deslauriers
Thanks for the debdiffs. Sorry for the delay in reviewing them.

ACK for maverick, natty and oneiric. They are being built now and will
be released in a few hours.

NACK for lucid. There seems to be a line missing in the CVE-2011-3205
patch. Could you please check, and attach a fixed debdiff?

Thanks!

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

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

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

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

Title:
  CVE-2011-3205: DoS (memory corruption and daemon restart) or remote
  Gopher servers.

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

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


[Blueprint servercloud-p-hdp-hadoop] Ubuntu Server HDP Hadoop

2012-01-16 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Target versions of Hadoop components:
  
  hadoop-0.20.205.0
  hcatalog-0.2.0
  pig-0.9.0
  hbase-0.90.4
  hive-0.7.1 # the script I got from Hortonworks labels this as hive-0.7.1+ 
which includes fixes to hive. - Yes - we might need to look at that - we should 
be able to overlay the fixes if need be without rebuilding the entire project
  zookeeper-3.3.2
  Q: Their website indicates they will use ambari as something 
devops/juju-like. Clearly we want to use juju but have they made any ambari 
assumptions?
  A:  No idea - one to ask Matt
  
  Package naming:
  
  hdp-hadoop
  hdp-hcatalog
  hdp-pig
  hdp-hbase
  hdp-hive
  hdp-zookeeper
  * The hdp prefix comes from Hortonworks terminology: Hortonworks Data 
Platform (though they are obviously reinforcing connectedness to hadoop itself.)
  
  Assumptions:
  
  Packaging will use bigtop as a base.
   - reuse of control file structure will help support bigtop packages in juju 
charms as and when they support precise.
  Java will NOT be rebuilt during the package build process.
  Native libraries will be rebuilt during the package build process.
  Q: What does this mean for the hive embedded in hcatalog (via 
hcatalog-0.2.0/hive/external)? I'm guessing we just use the hdp-hive package we 
create.
  Patches may be required for native build components.
  Debconf configuration in packages is useful for Juju charms and should be 
applied where appropriate.
  --- Debconf currently in use:  namenode, jobtracker and hdfs_dir
  Binary distributions will be used from upstream (no source build by default).
  Q: Exactly what does this mean in this context? Binary distributions of ...  
Are these the jar files inside the hortonworks/apache source (e.g. 
./hive-0.7.1+/lib/javaewah-0.3.jar?
  A: So most of the apache projects ship a binary distribution tarball which 
includes all of the compile Java etc so we should not build from source - just 
re-use these jars etc...
  
  Challenges:
  
  hcatalog not packaged in bigtop trunk (need to check branches)
  JAVA_HOME and use of openjdk-6/7?  JAVA_HOME detection - bigtop use a 
specific package for this (bigtop-utils) which tries to guess - might be worth 
re-using.
  java-package as recommended approach to re-packaging Oracle java for Ubuntu 
(generates Debian packaging from upstream binary distro).
  Kerberos security - probably actually needs to be a charm configuration 
option to secure a cluster.
  Q:  For Kerberos, do we have the necessary dependencies to get this done?  If 
so, I can do the charm work.j
  Q:  Re: Kerberos.  We may need to really look into this as this will end up 
affecting not only hadoop but, all of the other parts ( hive, pig, etc. ) as 
well.  This can really complicate the packaging/charming as well so, we may not 
have time to get it all done in this cycle.  Just my thoughts.
  MultiArch native libraries in hdp-hadoop package - should not must.
  Hive contains patches for hcatalog support - we need to work these in somehow 
(maybe a overlay to the binary re-distribution).
  
  hcatalog:
  External dependency on mysql-connector? and maybe mysql?
  No binary distribution - only source so will need to be built locally to 
produce release tarbal.
  
  Work items:
  Resolve conflict between archive zookeeper and partner zookeeper (1): TODO
- Package hadoop for partner (5): TODO
+ [james-page] Package hadoop for partner (5): INPROGRESS
  Rebuild native component during package rebuild for hadoop (5): TODO
  Package zookeeper for partner (3): TODO
  Package hcatalog for partner (10): TODO
- Package pig for partner (3): TODO
+ [negronjl] Package pig for partner (3): INPROGRESS
  Package hbase for partner (3): TODO
  Package hive for partner (3): TODO
  Work out solution for JAVA_HOME detection/override (1): TODO
  [negronjl] Juju charm for zookeeper (will depend on the zookeeper package): 
TODO
  [negronjl] Juju charm for hcatalog (will depend on the hcatalog package): TODO
  [negronjl] Juju charm for pig (will depend on the pig package): TODO
  [negronjl] Juju charm for hbase (will depend on the hbase package): TODO
  [negronjl] Juju charm for hive (will depend on the hive package): TODO
  [negronjl] Update hadoop charm for HDP packaging (will add option to select 
between the existing hadoop and the new hdp-hadoop package): TODO
  Support iterating packaging as charms are developed (5): TODO
  Test deployment and packaging: TODO
  Provide support for charming work and review packaging installs: TODO

-- 
Ubuntu Server HDP Hadoop
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-hdp-hadoop

-- 
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 912701] Re: Openstack Compute with Xen in Ubuntu 11.10 fails to load due to Domain-0 being considered an instance

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

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

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

Title:
  Openstack Compute with Xen in Ubuntu 11.10 fails to load due to
  Domain-0 being considered an instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/912701/+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 916489] Re: grub-ipxe says B: command not found

2012-01-16 Thread Dave Walker
Thanks for the bug report.  This is resolved with a newer upstream
version which is currently being undertaken.

Assigning bug to the developer working on the new upstream snapshot.

Thanks!

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

** Changed in: ipxe (Ubuntu)
 Assignee: (unassigned) = Marc Cluet (lynxman)

** Changed in: ipxe (Ubuntu)
Milestone: None = precise-alpha-2

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

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

Title:
  grub-ipxe says B: command not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/916489/+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 912701] Re: Openstack Compute with Xen in Ubuntu 11.10 fails to load due to Domain-0 being considered an instance

2012-01-16 Thread Alvaro Lopez
** Changed in: nova
   Status: New = Confirmed

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

Title:
  Openstack Compute with Xen in Ubuntu 11.10 fails to load due to
  Domain-0 being considered an instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/912701/+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 916494] Re: Please put ipxe.krn to the desktop CD

2012-01-16 Thread Dave Walker
I think this is a really good idea, and something I have put some
consideration into aswell for the server iso.

I'd love to see your iPXE boot script.

Thanks.

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

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

Title:
  Please put ipxe.krn to the desktop CD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/916494/+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 912701] Re: Openstack Compute with Xen in Ubuntu 11.10 fails to load due to Domain-0 being considered an instance

2012-01-16 Thread Alvaro Lopez
** Changed in: nova
   Status: Confirmed = In Progress

** Changed in: nova
 Assignee: (unassigned) = Alvaro Lopez (aloga)

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

Title:
  Openstack Compute with Xen in Ubuntu 11.10 fails to load due to
  Domain-0 being considered an instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/912701/+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 912701] Fix proposed to nova (master)

2012-01-16 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/3067

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

Title:
  Openstack Compute with Xen in Ubuntu 11.10 fails to load due to
  Domain-0 being considered an instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/912701/+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 873390] Re: dovecot restart/stopstart fails due to child processes still running

2012-01-16 Thread Antono Vasiljev
any plans to backport it to oneiric?

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

Title:
  dovecot restart/stopstart fails due to child processes still running

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

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


[Blueprint servercloud-p-openstack] Openstack Next Steps

2012-01-16 Thread Chuck Short
Blueprint changed by Chuck Short:

Whiteboard changed:
  Etherpad:
    edit: http://pad.ubuntu.com/uds-p-servercloud-p-openstack
    time slider: 
http://pad.ubuntu.com/ep/pad/view/uds-p-servercloud-p-openstack/latest
  
  - add some mechanism to promote ubuntu images, options:
    - populate ubuntu images upon glance installation
    - option in dashboard to download/install
  
  Work Items:
  
  [zulcss] Package Nova Essex: INPROGRESS
  [zulcss] Package Swift Essex: INPROGRESS
  [zulcss] Package Glance Essex: INPROGRESS
  [zulcss] Package Keystone Essex: INPROGRESS
  [zulcss] Package Horizon Essex: INPROGRESS
  [zulcss] Week 6 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  [zulcss] Week 7 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 8 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
- Week 10 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
+ Week 10 package weekly snapshot of Nova, Swift, Glance, Horizon: DONE
  Week 11 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 12 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 13 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 14 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 15 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 16 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 17 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 18 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 19 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 20 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 21 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 22 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 23 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Week 24 package weekly snapshot of Nova, Swift, Glance, Horizon: TODO
  Evaluate and package melange for Universe: DONE
  Package quantum for Universe: DONE
  MIR for keystone: INPROGRESS
  MIR for horizon: INPROGRESS
  Enable SSL for Nova: INPROGRESS
  Enable SSL for Glance: INPROGRESS
  Make sure Nova configuration is sane: DONE
  Make sure Glance configuration is sane: DONE
  Investigate S3 for Glance: TODO
  Make sure all services are using upstart: TODO
  [zulcss] Start Nova EC2 API team: DONE
  Fix keystone to use with EC2: TODO
  Fix EC2 Bugs: TODO
  Solve EC2 ID issue (to allow multiple zones): TODO
  Test ARM/LXC support: TODO
  Fix Openstack Bug #: TODO
  Test IPV6 on Nova: TODO
  Check on Nova auditing and billing: TODO
  Test Nova with a large number of instances: INPROGRESS
  Test Nova with a large load: INPROGRESS
  Test Nova with large uptime: INPROGRESS
  Fix nova-lxc Bug #: TODO
  Investigate automatic sync/awareness of cloud-images content: TODO
  Implement horizon awareness of cloud-images content: TODO
  Implement automatic sync of cloud-images content: TODO
  Package horizon awareness of cloud-images content: TODO
  Package automatic sync of cloud-images content: TODO

-- 
Openstack Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-openstack

-- 
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 912030] Re: The auto.net script that comes with autofs5 is broken

2012-01-16 Thread Paul Smith
** Bug watch added: Red Hat Bugzilla #782169
   https://bugzilla.redhat.com/show_bug.cgi?id=782169

** Also affects: autofs5 (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=782169
   Importance: Unknown
   Status: Unknown

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

Title:
  The auto.net script that comes with autofs5 is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/912030/+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 917309] [NEW] brcompatd works with brctl delif but doesn't with addif

2012-01-16 Thread Rogério Vinhal Nunes
Public bug reported:

I'm using the openvswitch updated version in Oneiric. I've installed Xen
and made a xenbr0 bridge in /etc/network/interfaces. When I start the
openvswitch initscript it doesn't remove the bridge module, but loads
the brcompat module.

With this setup, whenever I edit the bridge using brctl, every delif
command removes interfaces from the bridge and also from the ovs bridge,
but when I add an interface with brctl addif, it only adds the interface
in the bridge, and not in the ovs bridge.

I can manually add the interface using ovs-vsctl add-port bridge
interface, and then delete it again with brctl delif. It works as
intended again with delif, but never with addif.

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

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

Title:
  brcompatd works with brctl delif but doesn't with addif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/917309/+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 192643] Re: dnsmasq with enable-dbus doesn't work properly with NetworkManager

2012-01-16 Thread Mathieu Trudel-Lapierre
Closing as Fix Released since the upstream bug was also closed. All
indicates that this works properly at this point.

** Changed in: network-manager (Ubuntu)
   Status: New = Fix Released

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

Title:
  dnsmasq with enable-dbus doesn't work properly with NetworkManager

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/192643/+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 917309] Re: brcompatd works with brctl delif but doesn't with addif

2012-01-16 Thread Ben Pfaff
 When I start the openvswitch initscript it doesn't remove the bridge module, 
 but loads the brcompat module.
brcompatd should not be enabled by default.  Does this mean that you 
specifically enabled ovs-brcompatd, by installing the openvswitch-brcompat 
package and editing /etc/default/openvswitch?

I'm not surprised that loading both the brcompat module and the actual
bridge module causes problems.  They are not meant to be loaded
together.  I do see, however, that nothing prevents both from being
loaded at the same time.  This is probably what needs to be fixed.

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

Title:
  brcompatd works with brctl delif but doesn't with addif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/917309/+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 917309] Re: brcompatd works with brctl delif but doesn't with addif

2012-01-16 Thread Rogério Vinhal Nunes
Yes, I manually enabled it in /etc/default/openvswitch.

I used to make brcompatd work in 10.04 with a compiled version by doing
a rmmod in bridge, loading brcompat and then restarting the network so
that the bridge that was removed due to rmmod would reappear. But in
11.10 when I do rmmod the bridge disappears as expected but when I
reload the bridge by restarting the network or by manually doing a brctl
addbr, the bridge module automatically reappears.

Examining the openvswitch opening script I find that it only tries to
remove the module if there are no bridges up. But what good is brcompatd
if there are no bridges up? Even if there are no bridges up and you fire
up a bridge manually, but it doesn't work due to the bridge module
starting by itself? Not being able to remove the bridge module should
also be an error that prevents the brcompatd service from starting as it
will do no good to be started in this way.

Is there any way to prevent the bridge module from reappearing?

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

Title:
  brcompatd works with brctl delif but doesn't with addif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/917309/+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 708493] Re: Can't login anymore: Read from socket failed: Connection reset by peer

2012-01-16 Thread Evan Peck
** Summary changed:

- cannot login anymore: Read from socket failed: Connection reset by peer
+ Can't login anymore: Read from socket failed: Connection reset by peer

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

Title:
  Can't login anymore: Read from socket failed: Connection reset by peer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/708493/+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 917309] Re: brcompatd works with brctl delif but doesn't with addif

2012-01-16 Thread Ben Pfaff
Examining the openvswitch opening script I find that it only tries to remove 
the module if there are no bridges up.
...to prevent the script from destroying all of your bridges, if you have some 
configured.

But what good is brcompatd if there are no bridges up?
I think you misunderstand the purpose of brcompatd.  It is to allow commands 
such as brctl addbr to control Open vSwitch instead of the Linux bridge 
module.  It is not to allow Open vSwitch to control the Linux bridge module.

Even if there are no bridges up and you fire up a bridge manually, but it 
doesn't work due to the bridge module starting by itself?
I don't understand that question/statement.

Not being able to remove the bridge module should also be an error that 
prevents the brcompatd service from starting as it will do no good to be 
started in this way.
That's reasonable, and easy to change.  I'll send a patch to ovs-dev.

Is there any way to prevent the bridge module from reappearing?
I think that modprobe has a blacklist feature.

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

Title:
  brcompatd works with brctl delif but doesn't with addif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/917309/+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 917435] [NEW] Apache mod_rewrite doesn't work after most recent oneric update

2012-01-16 Thread matt.meisberger
Public bug reported:

On two separate computer I have run a software update and apache2
mod_write stopped working.  It appears that the module is enabled and
can be enabled / disabled through a2enmod / a2dismod.  apache2ctl -t -D
DUMP_MODULES 21 |grep rewrite also indicates that it is enabled.

The page received is a no data received from server page. If I put
miscellaneous  characters in the .htaccess file I get the same page. If
I remove the file the index.php script is parsed as would be expected.

Running 11.10 Oneric Kubuntu with install updates from:

All
Important security
Recommended updates
Pre-release updates
Unsupported updates

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

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

Title:
  Apache mod_rewrite doesn't work after most recent oneric update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/917435/+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 917081] Re: open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module failed to build

2012-01-16 Thread Daniel van Vugt
*** This bug is a duplicate of bug 898289 ***
https://bugs.launchpad.net/bugs/898289

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 898289, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 898289
   open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module failed 
to build [error: assignment of read-only member ‘i_nlink’]

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

Title:
  open-vm-dkms 2011.07.19-450511-0ubuntu2: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/917081/+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 917471] [NEW] Please upgrade to the latest upstream bug fix release for precise

2012-01-16 Thread Tuomas Jormola
Public bug reported:

Hi!

It's nice to see that precise, the next LTS, will be released with
Bacula 5.2.x. Currently 5.2.1 is being used. But it would be great if
you could upgrade to the latest 5.2.3 bugfix release for the next LTS,
see http://www.bacula.org/en/?page=news. 5.2.2 is labeled as an
important bug fix release and the later 5.2.3 fixes even some more
bugs. Thanks.

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

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

Title:
  Please upgrade to the latest upstream bug fix release for precise

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

2012-01-16 Thread Martin Pitt
Hello John, or anyone else affected,

Accepted augeas into natty-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

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

Title:
  please port 0.8.1 for Natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/noesis/+bug/807675/+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 807675] Re: please port 0.8.1 for Natty

2012-01-16 Thread Martin Pitt
Fixed in oneiric/precise:

augeas |0.8.1-2 |   oneiric | source
augeas | 0.10.0-0ubuntu3 |   precise | source


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

** Changed in: augeas (Ubuntu)
Milestone: natty-updates = None

** Tags added: verification-needed

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

Title:
  please port 0.8.1 for Natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/noesis/+bug/807675/+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 807675] Re: please port 0.8.1 for Natty

2012-01-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/augeas

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

Title:
  please port 0.8.1 for Natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/noesis/+bug/807675/+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 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-01-16 Thread Brandon Schaefer
@David I'm not sure, since I have been manually patching it to test.

Bad news about that patch being an overall fix.

The patch fixes the problem if you are using XIM as the main IM; if you
look at what is being patched it is specifically for XIM in the
ibus/client/x11/main.c. The problem is still there with unity because
it uses the ibus/client/gtk2/ibusimcontext.c to handle the text.  So
if you use ibus through XIM the problem is fixed.

So this patch will fix ALL programs expect the unity dash if you use
ibus through XIM; but if you use ibus the problem will still be there
because of the env var set by unity.

This bug is still in ibus and not unity because you can re create this
problem in GNOME or unity 2d. Still a useful patch as it is making
progress on the problem! The unity dash still has this bug (since XIM
doesn't work correctly in the dash either)

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

Title:
  Unity causes ibus to not work correctly (spaces incorrectly placed)

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

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


[Bug 917053] [NEW] Wine1.3 when executed takes all available space

2012-01-16 Thread Andrey Barrientos M.
Public bug reported:

I'm running a Kubuntu 11.10 desktop and the wine package version is
1.3.28-0ubuntu1.

When I execute a program with wine (let's say a *.exe file), after some
seconds, I begin to get warnings about the lack of free space on my
/home partition.  If I check the space with  df -h command I can see
that the /home partition have initially a fixed space (for instance 500
MB) and after running a wine file several minutes later I got with the
same command a 0 MB of free space. Fortunately it returns to the
previous free space after a reboot.

I got this problem with wine 1.3 but this is not present in wine 1.0.
This seems to happen every time I run a wine instance, for example when
I even run the wine configuration window.  I suspect it could be a
temporary file inside the .wine directory in my /home partition, but
until now I have failed to spot the file which is causing the problem.

If you need more information about it I would gladly add it to this bug
and any suggestion about how can I discover the problematic file would
be very appreciated.

Thank you so much in advanced for any help given about this subject.

Regards,

-Andrey

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: wine1.3 1.3.28-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Mon Jan 16 01:18:34 2012
InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release i386 (20100427)
ProcEnviron:
 LANGUAGE=
 LANG=es_CR.utf8
 SHELL=/bin/bash
SourcePackage: wine1.3
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (93 days ago)

** Affects: wine1.3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric

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

Title:
  Wine1.3 when executed takes all available space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.3/+bug/917053/+subscriptions

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


[Bug 917053] Re: Wine1.3 when executed takes all available space

2012-01-16 Thread Andrey Barrientos M.
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917053

Title:
  Wine1.3 when executed takes all available space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.3/+bug/917053/+subscriptions

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


[Bug 917051] Re: gvfsd-archive crashed with SIGABRT in __kernel_vsyscall()

2012-01-16 Thread Apport retracing service
*** This bug is a duplicate of bug 865723 ***
https://bugs.launchpad.net/bugs/865723

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #865723, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/917051/+attachment/2676679/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/917051/+attachment/2676680/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/917051/+attachment/2676681/+files/Disassembly.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/917051/+attachment/2676684/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/917051/+attachment/2676685/+files/Registers.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/917051/+attachment/2676687/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 865723

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  gvfsd-archive crashed with SIGABRT in __kernel_vsyscall()

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

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


Re: [Bug 916799] [NEW] Blank line in previously installed packagedescription causes 12.04 upgrade failurt

2012-01-16 Thread Raphaël Hertzog
Hello,

On Sun, 15 Jan 2012, D. Wegener wrote:
 While attempting to upgrade from 11.10 to 12.04 the version of dpkg used
 by Ubuntu was upgraded.  The new version was unable to parse my
 /var/lib/dpkg/status and /var/lib/dpkg/available files.  Under 11.10, I
 had installed a package from Lexmark for a printer driver that had a
 blank line in the package description field.  The old version of dpkg
 was apparently able to parse the file with the blank line.  However,
 when the new version encountered the files.  any further package updates
 failed and the update process proceeded to the cleanup/reboot phase.

Can you provide this package ?

It seems weird because I don't think that dpkg ever allowed a blank line
in the description field. A blank line means that it will begin to parse a
new entry and as such it will complain because the new entry does not
begin with a field.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Pre-order a copy of the Debian Administrator's Handbook and help
liberate it: http://debian-handbook.info/liberation/

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

Title:
  Blank line in previously installed packagedescription causes 12.04
  upgrade failurt

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

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

[Bug 917054] [NEW] Sync wordpress 3.3.1+dfsg-1 (universe) from Debian testing (main)

2012-01-16 Thread Raphaël Hertzog
Public bug reported:

Please sync wordpress 3.3.1+dfsg-1 (universe) from Debian testing (main)

Changelog entries since current precise version 3.3+dfsg-1:

wordpress (3.3.1+dfsg-1) unstable; urgency=low

  * New upstream security release. Fixes CVE-2012-0287.

 -- Raphaël Hertzog hert...@debian.org  Wed, 04 Jan 2012 10:15:05
+0100

** Affects: wordpress (Ubuntu)
 Importance: Wishlist
 Status: New

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

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

Title:
  Sync wordpress 3.3.1+dfsg-1 (universe) from Debian testing (main)

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

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

[Bug 912682] Re: Compiz add transparency to titlebar along with the panel

2012-01-16 Thread George Karavasilev
I *can* confirm that it happens for Intel and ATi videos (the 2nd with both 
fglrx and the open source driver), however I'm unable to replicate it with 
nVidia card (with both - the proprietary and the open source driver). It's 
weird.
My Intel and ATi machines both run Unity 5.0 and the nVidia 4.28.0 and 
according to @om26er it *should* be happening to all of the machines ... weird.

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

Title:
  Compiz add transparency to titlebar along with the panel

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

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


[Bug 607197] Re: manpage of maildropex is broken

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

** Changed in: maildrop (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/607197

Title:
  manpage of maildropex is broken

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

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


[Bug 917056] [NEW] Package name is highlight-selected when opening a package page from a category page

2012-01-16 Thread Stuart Langridge
Public bug reported:

When opening a package page by double-clicking an entry on a category
page, the package name is highlighted, as if it had been clicked-and-
dragged to select it. This looks a little strange.

See attached video (the name Keen is highlighted).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: software-center 5.1.5.1
ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
Uname: Linux 3.2.0-8-generic x86_64
ApportVersion: 1.90-0ubuntu2
Architecture: amd64
CheckboxSubmission: 4d186c1dd89d3ba4cb89f5ee55713686
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Mon Jan 16 08:01:56 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20111211)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: software-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: software-center (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/917056

Title:
  Package name is highlight-selected when opening a package page from a
  category page

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

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


[Bug 917056] Re: Package name is highlight-selected when opening a package page from a category page

2012-01-16 Thread Stuart Langridge
** Attachment added: sc-scrollpos.ogv
   
https://bugs.launchpad.net/bugs/917056/+attachment/2676702/+files/sc-scrollpos.ogv

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

Title:
  Package name is highlight-selected when opening a package page from a
  category page

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

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


[Bug 917055] [NEW] Scroll position of category page not maintained on Back button press

2012-01-16 Thread Stuart Langridge
Public bug reported:

When viewing a category page (say, Games  Puzzles) where you have
scrolled the page, when choosing a specific package to view and then
pressing Back, the scroll position of the category page should be
restored. Currently, the category page is scrolled all the way to the
top on Back.

See attached video.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: software-center 5.1.5.1
ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
Uname: Linux 3.2.0-8-generic x86_64
ApportVersion: 1.90-0ubuntu2
Architecture: amd64
CheckboxSubmission: 4d186c1dd89d3ba4cb89f5ee55713686
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Mon Jan 16 07:57:58 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20111211)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: software-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: software-center (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/917055

Title:
  Scroll position of category page not maintained on Back button press

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

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


[Bug 917055] Re: Scroll position of category page not maintained on Back button press

2012-01-16 Thread Stuart Langridge
** Attachment added: Video demonstration
   
https://bugs.launchpad.net/bugs/917055/+attachment/2676699/+files/sc-scrollpos.ogv

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

Title:
  Scroll position of category page not maintained on Back button press

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

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


[Bug 917054] Re: Sync wordpress 3.3.1+dfsg-1 (universe) from Debian testing (main)

2012-01-16 Thread Mahyuddin Susanto
Fixed, thanks

wordpress (3.3.1+dfsg-1) unstable; urgency=low

 * New upstream security release. Fixes CVE-2012-0287.

Date: 2012-01-04 21:27:53.262202+00:00
Changed-By: Giuseppe Iuculano giuse...@iuculano.it
Signed-By: Mahyuddin Susanto s...@udienz.web.id
https://launchpad.net/ubuntu/precise/+source/wordpress/3.3.1+dfsg-1

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-0287

** Changed in: wordpress (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/917054

Title:
  Sync wordpress 3.3.1+dfsg-1 (universe) from Debian testing (main)

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

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


[Bug 890441] Re: nautilus memory leak

2012-01-16 Thread dino99
** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  nautilus memory leak

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

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


[Bug 917031]

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

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

Title:
  Fatal: raid_setup: stat(/dev/hda)

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

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


[Bug 812104] Re: Long delay on session logout

2012-01-16 Thread Albert Astals Cid
Lucazade, you can try my ppa at
https://launchpad.net/~aacid/+archive/ppa install both qt4-x11
4.7.4-0ubuntu8ppa2 and unity-2d 4.12.0-0ubuntu1.1ppa1 and it should fix
the issue.

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

Title:
  Long delay on session logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/812104/+subscriptions

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


[Bug 833101] Re: perf uses less at the default pager, but the linux-tools packages have no dependency for it

2012-01-16 Thread Ubuntu Foundation's Bug Bot
** Tags added: patch

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

Title:
  perf uses less at the default pager, but the linux-tools packages have
  no dependency for it

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

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


[Bug 917053] Re: Wine1.3 when executed takes all available space

2012-01-16 Thread dino99
rename your actual .wine
then create a new wineprefix (.wine1, .wine2, ...) for each program with wine.

** Changed in: wine1.3 (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/917053

Title:
  Wine1.3 when executed takes all available space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.3/+bug/917053/+subscriptions

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


[Bug 759097] Re: openswan connection terminated after some time without packet transport

2012-01-16 Thread Thomas Schweikle
I have managed to make the whole stuff work after upgrading to Ubuntu
11.10

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

Title:
  openswan connection terminated after some time without packet
  transport

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

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


[Bug 915954] Re: Xen + Virt-Manager: Unable to connect to 'localhost:8000': Connection refused

2012-01-16 Thread Ramin.Honary
I have found a workaround:

In the /etc/xen/xend-config.sexp file, find and uncommont the lines:
(xend-unix-server no)
(xend-unix-path /var/lib/xend/xend-socket)
and change the (xend-unix-server no) line to yes:
(xend-unix-server yes)

Then reboot.

I request Ubuntu package maintainers add some kind of installation task
to the libvirt or virt-manager package that automatically modifies
the /etc/xen/xend-config.sexp file so long as the file has not been
modified since the time it was installed.

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

Title:
  Xen + Virt-Manager: Unable to connect to 'localhost:8000': Connection
  refused

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

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


[Bug 899943] Re: desktp clogs if KMS is enabled

2012-01-16 Thread Tamas Papp
** 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/899943

Title:
  desktp clogs if KMS is enabled

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

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


[Bug 916956] Re: upstart does not start cupsd and nut/upsd

2012-01-16 Thread Oliver Kluge
** Summary changed:

- upstart does not start cupsd and nutd
+ upstart does not start cupsd and nut/upsd

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

Title:
  upstart does not start cupsd and nut/upsd

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

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


[Bug 907288] Re: Keyboard layout switching became abnormal after 20.12.2012 KUbuntu update

2012-01-16 Thread Simon Davis
Nobody is working on this? This bug in combination with #865193 (also
without any progress) renders Kubuntu 11.10 COMPLETELY unusable for some
people. Imagine a desktop where you cannot simply switch keyboards and
windows periodically lose focus.

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

Title:
  Keyboard layout switching became abnormal after 20.12.2012 KUbuntu
  update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/907288/+subscriptions

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


[Bug 865193] Re: Windows keep losing focus in Ubuntu 11.10

2012-01-16 Thread Simon Davis
Looks like this serious bug is not going to be fixed...?

Does anyone here know about some solution? Have you been forced to
change your distro? How long does it usually take until ubuntu release
get usable? I switched to (K)Ubuntu before 11.10 and I am actually very
displeased so try to understand my questions, please. Moreover, I am
also affected with bug #907288 which is, in fact, just another deal
breaker. I cannot use my desktop seriously.

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

Title:
  Windows keep losing focus in Ubuntu 11.10

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

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


[Bug 917059] [NEW] 12.04 crashed at the end of clean install in virtualbox

2012-01-16 Thread Falk Aling
Public bug reported:

non

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.9.5
ProcVersionSignature: Ubuntu 3.2.0-2.5-generic 3.2.0-rc3
Uname: Linux 3.2.0-2-generic x86_64
ApportVersion: 1.90-0ubuntu1
Architecture: amd64
CasperVersion: 1.292
Date: Mon Jan 16 09:24:57 2012
LiveMediaBuild: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (2029.1)
ProcEnviron:
 LANGUAGE=
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise ubiquity-2.9.5

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

Title:
  12.04 crashed at the end of  clean install in virtualbox

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

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


[Bug 917059] Re: 12.04 crashed at the end of clean install in virtualbox

2012-01-16 Thread Falk Aling
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917059

Title:
  12.04 crashed at the end of  clean install in virtualbox

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

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


[Bug 833982] Re: No feedback when purchase in previous Ubuntu version isn't available for this version

2012-01-16 Thread Michael Nelson
** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Michael Nelson (michael.nelson)

** Changed in: software-center (Ubuntu)
   Status: New = In Progress

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

Title:
  No feedback when purchase in previous Ubuntu version isn't available
  for this version

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

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


[Bug 669459] Re: Ubuntu installation writes into foreign partitions and MBR without permission, damaging other operating systems on the disk

2012-01-16 Thread Oliver Kluge
B y pure chance I hit the Also affects project button, and the screen
that comes up then says that ubiquity doesn't track it's bugs on
Launchpad. My goodness.

So I have decided to use the dialog that reports this bug as being
upstream, but it has not yet been reported there. Let's hope that we now
got the attention of the right people to this critical bug...

** Also affects: ubiquity
   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/669459

Title:
  Ubuntu installation writes into foreign partitions and MBR without
  permission, damaging other operating systems on the disk

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

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


[Bug 916568] Re: Compiz/Unity : Multiple focus problems on first connexion

2012-01-16 Thread Julien
See description edit

** Description changed:

  Hello,
+ 
+ [EDIT] Unlike what I thought, the problem is probably not related to
+ compiz: I get the same type of problem under Unity2D[/EDIT]
  
  The bug appears in my system with the last update of compiz (i.e. 01-05-2012).
  At the first connection after the boot, I face many problems with the focus 
on the interface: I can generally use the Unity-dash to launch an application 
(sometimes two) but then the dash no longer appears correctly, the indicators 
either, I can not focus from one window to another ... However, I noticed that 
the keyboard shortcuts usually work.
  So I find myself stuck. The only workaround I've found is to launch a 
system-Alt-k and then reconnect. Here the problem doesn't reproduce until next 
boot.
  
  I made a video showing the expected behavior (after reconnection) and the 
behavior that I get on startup: http://ubuntuone.com/5tD98knn0gNXPofcknz285
  The audio comment is in French, but I was unable to do this in English ...
  
  I hope this report will be useful ... If information is needed about my
  configuration, I can complete it later.

** Package changed: compiz (Ubuntu) = unity (Ubuntu)

** Also affects: unity-2d
   Importance: Undecided
   Status: New

** Description changed:

  Hello,
  
  [EDIT] Unlike what I thought, the problem is probably not related to
  compiz: I get the same type of problem under Unity2D[/EDIT]
  
- The bug appears in my system with the last update of compiz (i.e. 01-05-2012).
+ The bug appears in my 11.10 system with the last update of compiz (i.e. 
01-05-2012).
  At the first connection after the boot, I face many problems with the focus 
on the interface: I can generally use the Unity-dash to launch an application 
(sometimes two) but then the dash no longer appears correctly, the indicators 
either, I can not focus from one window to another ... However, I noticed that 
the keyboard shortcuts usually work.
  So I find myself stuck. The only workaround I've found is to launch a 
system-Alt-k and then reconnect. Here the problem doesn't reproduce until next 
boot.
  
  I made a video showing the expected behavior (after reconnection) and the 
behavior that I get on startup: http://ubuntuone.com/5tD98knn0gNXPofcknz285
  The audio comment is in French, but I was unable to do this in English ...
  
  I hope this report will be useful ... If information is needed about my
  configuration, I can complete it later.

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

Title:
  Compiz/Unity : Multiple focus problems on first connexion

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/916568/+subscriptions

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


[Bug 912709] Re: Needs Updating

2012-01-16 Thread Luca Bruno
Latest LTS-20110716 packages is available in debian unstable (both gcc-msp430 
and binutils-msp430).
Can someone just synch it from there?

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

Title:
  Needs Updating

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-msp430/+bug/912709/+subscriptions

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


[Bug 917059] Re: 12.04 crashed at the end of clean install in virtualbox

2012-01-16 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 850264 ***
https://bugs.launchpad.net/bugs/850264

** This bug has been marked a duplicate of bug 850264
   given a foreign architecture of i386 on amd64 machine, and an outdated libc, 
apt tries to remove libc-bin

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

Title:
  12.04 crashed at the end of  clean install in virtualbox

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

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


[Bug 911079] Re: Error messages from Extensions hidden

2012-01-16 Thread John Smith
How about if we convert it into a standard dockable Inkscape dialog ?
Dialog can then remain open if the user desires and the window size is 
remembered if closed and reopened.


** Attachment added: ExtensionMessageDialog.png
   
https://bugs.launchpad.net/inkscape/+bug/911079/+attachment/2676723/+files/ExtensionMessageDialog.png

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

Title:
  Error messages from Extensions hidden

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

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


[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-01-16 Thread David Gómez
@Brandon Thanks for your response.

I have the feeling that ibus developers are not giving enough attention
to this bug. I mean, we CANNOT write properly, since October, when this
bug was reported. Isn't that critical enough :( ?

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

Title:
  Unity causes ibus to not work correctly (spaces incorrectly placed)

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

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


[Bug 910272] Re: USB-Parallel adapter produces crappy device URI and CUPS usb backend cannot cope with it

2012-01-16 Thread Till Kamppeter
Thank you for your cooperation. I have found a solution now. I will post
it soon.

** Summary changed:

- CUPS reports printer not connected
+ USB-Parallel adapter produces crappy device URI and CUPS usb backend 
cannot cope with it

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

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

Title:
  USB-Parallel adapter produces crappy device URI and CUPS usb
  backend cannot cope with it

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

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


[Bug 896762] Re: Switching viewports with ctrl-alt-(left/right/up/down) does not give the highest window on the target viewport focus

2012-01-16 Thread Daniel van Vugt
** Branch linked: lp:~smspillaz/compiz-core/compiz-core.fix_896762

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

Title:
  Switching viewports with ctrl-alt-(left/right/up/down) does not give
  the highest window on the target viewport focus

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

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


[Bug 893652] Re: Launcher - Allow apps to easily add a list of 'recently used files' to their quicklists

2012-01-16 Thread Didier Roche
** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Marco Trevisan (Treviño) (3v1n0)

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

Title:
  Launcher - Allow apps to easily add a list of 'recently used files' to
  their quicklists

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

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

[Bug 868034] Re: Huawei E220 and E1550 can't connect on Ubuntu 11.10

2012-01-16 Thread Bartosz Kosiorek
Commented the bug in the upstream ML:
http://mail.gnome.org/archives/networkmanager-list/2012-January/msg00020.html

Need to decide whether we revert the commit temporarily or try to find a better
solution.

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

Title:
  Huawei E220 and E1550 can't connect on Ubuntu 11.10

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

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


[Bug 714862] Re: Atheros AR3002 cannot be turned up/is not recognized.

2012-01-16 Thread AceLan Kao
This is still an issue on Precise Pangolin with kernel
3.2.0-8-generic #15

The message is the same

Bluetooth: Atheros AR30xx firmware driver ver 1.0
Bluetooth: Can't change to loading configuration err
ath3k: probe of 2-1.5:1.0 failed with error -32
usbcore: registered new interface driver ath3k

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

Title:
  Atheros AR3002 cannot be turned up/is not recognized.

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

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


[Bug 917035] Re: Banshee stops playing on song change to flac/ogg type files, sometime application freezes on song change (any file type)

2012-01-16 Thread Brendan_P
Here you go:
3.2.0-8-generic

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

Title:
  Banshee stops playing on song change to flac/ogg type files, sometime
  application freezes on song change (any file type)

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

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


[Bug 661573] Re: Please sync axis2c (1.6.0-2.2) from Debian Sid (main) to Ubuntu (universe)

2012-01-16 Thread Daniel Holbach
The package fails to build for me on precise amd64:

/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../include  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security 
-Wall -D_LARGEFILE64_SOURCE -ansi -Wall -Werror 
-Wno-implicit-function-declaration -D_GNU_SOURCE  -c -o dir_handler.lo 
dir_handler.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_FORTIFY_SOURCE=2 -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security 
-Werror=format-security -Wall -D_LARGEFILE64_SOURCE -ansi -Wall -Werror 
-Wno-implicit-function-declaration -D_GNU_SOURCE -c dir_handler.c  -fPIC -DPIC 
-o .libs/dir_handler.o
dir_handler.c: In function 'axutil_dir_handler_list_service_or_module_dirs':
dir_handler.c:208:10: error: ignoring return value of 'chdir', declared with 
attribute warn_unused_result [-Werror=unused-result]
dir_handler.c:214:10: error: ignoring return value of 'chdir', declared with 
attribute warn_unused_result [-Werror=unused-result]
cc1: all warnings being treated as errors

make[6]: *** [dir_handler.lo] Error 1
make[6]: Leaving directory `/tmp/buildd/axis2c-1.6.0/util/src'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/tmp/buildd/axis2c-1.6.0/util/src'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/tmp/buildd/axis2c-1.6.0/util'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/tmp/buildd/axis2c-1.6.0/util'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/axis2c-1.6.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/axis2c-1.6.0'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

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

Title:
  Please sync axis2c (1.6.0-2.2) from Debian Sid (main) to Ubuntu
  (universe)

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

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


[Bug 454388] Re: [i915g] intel card connected to a monitor acer AL1916 stuck at low resolution due a DDC issue

2012-01-16 Thread Oliver Kluge
I would like to point out that this we be less an issue if Ubuntu simply
had a dialog to simply manually set a resolution! Every operating system
I know can do this. If not EDID data can be retrieved (like with old
monitors, or monitors hooked up via BNC connectors, or monitors behind a
KVM switch, but I also know some monitors that have defunct DDC, so no
EDID either) Ubuntu suddenly becomes extremely user-unfriendly and
archaic, you have to craft your own xorg.conf and compile modelines
again (yuck!!).

Devels, *please* give us a simple slider in the monitor dialog to just
simply set resolution and vertical frequency by hand. If you don't want
to bother a newbie user with that, you could hide it behind a checkbox
advanced settings.

I have reported this as a bug: 
bug 685516

http://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/685516

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

Title:
  [i915g] intel card connected to a monitor acer AL1916 stuck at low
  resolution due a DDC issue

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

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


[Bug 917069] [NEW] Can´t add mailaccount

2012-01-16 Thread Timo Witte
Public bug reported:

I tried to add my IMAP Server to thunderbird 10

1. if is start it it asks me to create a Hotmail or AOL account SRSLY WTF? I 
don´t want such shit!
2. after clicking thru some menus i try to add my IMAP Server which IS! 
accesible from my network here (tried to telnet it and it works).

After i enter my information in some kind if wizzard it first tries to
find my settings from mozilla (which i don´t want it to do, because i
don´t want to know mozilla my serveradress, but i am not even asked!)

Well it doesn´t find any information (i don´t epected that as no one
knows my mailserver LOL), because it can´t find that information it
keeps telling me, it can´t add that mailserver (Es konnten keine
Einstellungen für ihr E-Mail-Konto gefunden werden)... so even if i
manually enter the serveradress and the port / ecryption method, it
justs asks the mozilla db and doesn´t even try to connect to my server..

I hope Canonical chooses to not include such features in there coming
releases of ubuntu or someone forks that mozilla crap and removes all
that bloatware features...

I consider that as a bug, because adding mailservers not in the mozilla
ISP Database is impossible or just doesn´t work.

There is no way of adding a server manualy without the shitty wizzard
which many people don´t want, because they know what they are doing!

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: thunderbird 10.0~b3+build1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
Uname: Linux 3.2.0-8-generic x86_64
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.90-0ubuntu2
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 1: SB [HDA ATI SB], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  spacefish   1588 F pulseaudio
BuildID: 20120113102741
CRDA:
 country DE:
(2400 - 2483 @ 40), (N/A, 20)
(5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5470 - 5725 @ 40), (N/A, 26), DFS
Card0.Amixer.info:
 Card hw:0 'Generic'/'HD-Audio Generic at 0xf0544000 irq 41'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100200'
   Controls  : 5
   Simple ctrls  : 1
Card0.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Card1.Amixer.info:
 Card hw:1 'SB'/'HDA ATI SB at 0xf054 irq 16'
   Mixer name   : 'Conexant CX20584'
   Components   : 'HDA:14f15068,10250520,00100302'
   Controls  : 13
   Simple ctrls  : 8
Channel: beta
Date: Mon Jan 16 09:53:42 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120109)
IpRoute:
 default via 134.103.28.1 dev wlan0  proto static 
 134.103.28.0/22 dev wlan0  proto kernel  scope link  src 134.103.29.238  
metric 2 
 169.254.0.0/16 dev wlan0  scope link  metric 1000
Prefs:
 extensions.lastAppVersion - 10.0
 network.cookie.prefsMigrated - true
ProcEnviron:
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=10.0/20120113102741
RunningIncompatibleAddons: False
SourcePackage: thunderbird
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/09/2010
dmi.bios.vendor: Acer
dmi.bios.version: V1.02
dmi.board.name: Aspire 5253
dmi.board.vendor: Acer
dmi.board.version: V1.02
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAcer:bvrV1.02:bd12/09/2010:svnAcer:pnAspire5253:pvrV1.02:rvnAcer:rnAspire5253:rvrV1.02:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: Aspire 5253
dmi.product.version: V1.02
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug beta-channel 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/917069

Title:
  Can´t add mailaccount

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

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

[Bug 917069] Re: Can´t add mailaccount

2012-01-16 Thread Timo Witte
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917069

Title:
  Can´t add mailaccount

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

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

[Bug 917067] Re: hamster-time-tracker crashed with TypeError in __solve_overlaps(): can't compare datetime.datetime to NoneType

2012-01-16 Thread Justin
** Visibility changed to: Public

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

Title:
  hamster-time-tracker crashed with TypeError in __solve_overlaps():
  can't compare datetime.datetime to NoneType

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

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


[Bug 916974] Re: SDHC card fails to mount after upgrade to 10.10

2012-01-16 Thread Peter V
Sorry I'm  a bit of a noob. Apport -collect 916974 in a terminal  just
returns  Command not found. Is there a typo in there or am I missing
something?

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

Title:
  SDHC card fails to mount after upgrade to 10.10

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

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


[Bug 916891] Re: compiz crashed with SIGSEGV in std::listunity::debug::Introspectable*, std::allocatorunity::debug::Introspectable* ::remove()

2012-01-16 Thread Jean-Baptiste Lallement
** Visibility changed to: Public

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

Title:
  compiz crashed with SIGSEGV in
  std::listunity::debug::Introspectable*,
  std::allocatorunity::debug::Introspectable* ::remove()

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

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


[Bug 916200] Re: missing kernel module ipmi_si module

2012-01-16 Thread Stefan Bader
They are of course different. I just checked with a resent 2.6.2-37.81
generic i386 kernel. And here the module loads just fine. Note that you
had to load ipmi_devintf always to make ipmitool work. Please check
dmesg after the failed load as that normally shows more detailed errors.

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

Title:
  missing kernel module ipmi_si module

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

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


[Bug 911079] Re: Error messages from Extensions hidden

2012-01-16 Thread ~suv
 How about if we convert it into a standard dockable Inkscape dialog ?

IMHO it would be better to make the normal extensions dialog (based on
the INX file) dockable, but not the one used to provide feedback from
the extension script (be it an error or additional information) - to me
it makes sense that the error message dialog is modal.

@JazzyNico, what do you think?

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

Title:
  Error messages from Extensions hidden

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

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


[Bug 865193] Re: Windows keep losing focus in Ubuntu 11.10

2012-01-16 Thread feasty
I've not had the problem I described here since the beta of 11.10. Could
it be something you've installed taking focus? Have you tried Ubuntu to
see if that does the same as this is likely to be KDE specific where as
I was reporting a problem with Unity? I would maybe spin up a live CD
and see if it does the same. If not then create a new bug report and
make it clear that it is happening on the KDE desktop.

This could be a duplicate of bug 848115 as it does sound similar.

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

Title:
  Windows keep losing focus in Ubuntu 11.10

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

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


[Bug 902944] Re: Onboard sound on Gigabyte GA-MA785GM-US2H unavailable through sound settings in precise

2012-01-16 Thread David Henningsson
Hmm, from the PulseAudio log it looks like your on-board device is showing up 
just fine. Can you confirm that running pulseaudio -k in a terminal, then 
restarting the sound settings applet, will make the device show up? 
Maybe there is something in the syslog ( grep pulseaudio /var/log/syslog ) that 
could tell us why it does not work at startup?

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

Title:
  Onboard sound on Gigabyte GA-MA785GM-US2H unavailable through sound
  settings in precise

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

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


[Bug 882361] Re: package hylafax-client 2:6.0.5-5ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-01-16 Thread Giuseppe Sacco
This bug has been fixed in Debian. Have a look at 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655567
You may use the same fix in your hylafax version.

Bye,
Giuseppe

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

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

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

Title:
  package hylafax-client 2:6.0.5-5ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

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


[Bug 914690] Re: hfaxd listens on 0.0.0.0 when -l 172.16.32.65 specified

2012-01-16 Thread Giuseppe Sacco
Hi Allan, the problem you are reporting now has been fixed yesterday.
The patch may be applied to your version without any problem. Have a
look at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655567

Bye,
Giuseppe

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

** Changed in: hylafax (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/914690

Title:
  hfaxd listens on 0.0.0.0 when -l 172.16.32.65 specified

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

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


[Bug 916955] Re: Sync projectm 2.0.1+dfsg-12 (universe) from Debian unstable (main)

2012-01-16 Thread Daniel Holbach
This bug was fixed in the package projectm - 2.0.1+dfsg-12
Sponsored for Matthias Klumpp (ximion)

---
projectm (2.0.1+dfsg-12) unstable; urgency=low

  * Make parser handle cases like 1.0-1.0-2.0
  * Fix wrong sqr and sigmoid functions
  * Unbind FBO when done (might fix some OGL errors)

 -- Matthias Klumpp matth...@tenstral.net  Sun, 01 Jan 2012 18:31:08
+0100

** Changed in: projectm (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/916955

Title:
  Sync projectm 2.0.1+dfsg-12 (universe) from Debian unstable (main)

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

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


[Bug 914690] Re: hfaxd listens on 0.0.0.0 when -l 172.16.32.65 specified

2012-01-16 Thread Giuseppe Sacco
Already fixed in 6.0.4

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

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

Title:
  hfaxd listens on 0.0.0.0 when -l 172.16.32.65 specified

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

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


[Bug 917070] [NEW] Timeout on network configuration during boot

2012-01-16 Thread João Pinto
Public bug reported:

The system boot stops for 1-2 minutes while attempting to setup the network 
connection.
It times out reporting that the networking was not fully configured.
I only have a wired connection, and it is properly configured once I log into 
Unity.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: network-manager 0.9.2.0+git201201101813.0b30200-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
Uname: Linux 3.2.0-8-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.90-0ubuntu2
Architecture: amd64
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Date: Mon Jan 16 09:05:06 2012
EcryptfsInUse: Yes
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
IpRoute:
 default via 192.168.1.254 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.70  metric 1
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=pt_PT.UTF-8
 LANGUAGE=pt:pt_BR:en
RfKill:
 
SourcePackage: network-manager
UpgradeStatus: Upgraded to precise on 2012-01-14 (1 days ago)
http_proxy: http://localhost:3128
nmcli-con:
 NAME  UUID   TYPE  
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
 Wired connection 11427fca7-0158-4fba-9204-c62b4603586d   
802-3-ethernet1326704545   Seg 16 Jan 2012 09:02:25 WET   yes   
no /org/freedesktop/NetworkManager/Settings/0
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.3.0connected   enabled   enabled 
enabledenabled disabled

** Affects: network-manager (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/917070

Title:
  Timeout on network configuration during boot

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

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


[Bug 917070] Re: Timeout on network configuration during boot

2012-01-16 Thread João Pinto
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917070

Title:
  Timeout on network configuration during boot

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

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


[Bug 916770] Re: compiz crashed with SIGSEGV in CompWindow::id()

2012-01-16 Thread Jean-Baptiste Lallement
** Visibility changed to: Public

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

Title:
  compiz crashed with SIGSEGV in CompWindow::id()

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

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


[Bug 916713] Re: apt-get crashed with SIGSEGV in pkgDepCache::Sweep()

2012-01-16 Thread Jean-Baptiste Lallement
** Visibility changed to: Public

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

Title:
  apt-get crashed with SIGSEGV in pkgDepCache::Sweep()

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

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


[Bug 916650] Re: soffice.bin crashed with SIGSEGV in SfxItemSet::~SfxItemSet()

2012-01-16 Thread Jean-Baptiste Lallement
** Visibility changed to: Public

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

Title:
  soffice.bin crashed with SIGSEGV in SfxItemSet::~SfxItemSet()

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

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


[Bug 915462] Re: Sync x11-session-utils 7.6+2 (main) from Debian testing (main)

2012-01-16 Thread Daniel Holbach
This bug was fixed in the package x11-session-utils - 7.6+2
Sponsored for Robert Hooker (sarvatt)

---
x11-session-utils (7.6+2) unstable; urgency=low

  * smproxy 1.0.5
  * Wrap Depends/Conflicts/Replaces.
  * Drop Conflicts and Replaces, all of those packages are long gone.
  * Bump Standards-Version to 3.9.2 (no changes).

 -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 14:19:59 +0200

** Changed in: x11-session-utils (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/915462

Title:
  Sync x11-session-utils 7.6+2 (main) from Debian testing (main)

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

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


[Bug 580338] Re: No sound from headphone jack but build-in speakers work properly in ASUS K42jr

2012-01-16 Thread David Henningsson
 How come this bug is still not resolved in Oneiric?

Likely lack of resources (either manpower, or hardware). For a list of
certified computers in Oneiric, see http://www.ubuntu.com/certification

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

Title:
  No sound from headphone jack but build-in speakers work properly in
  ASUS K42jr

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

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


[Bug 561286] Re: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

2012-01-16 Thread dino99
** Changed in: network-manager-applet (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/561286

Title:
  GtkSpinButton: setting an adjustment with non-zero page size is
  deprecated

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

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


[Bug 720446] Re: memory leak in compiz when using places, dashboard, and exposing launcher icons with multiple quicklists

2012-01-16 Thread Roland
Please re-open this bug. It is not fixed as of today. I need to do
compiz --replace  every 5 to 7 days to keep my workstation usable.

Just a few mins ago my compiz was at 2,2GB and unity was unusable. The
window content (app) itself is doing fine (unless you move/switch to
another or do anything else with them).

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

Title:
  memory leak in compiz when using places, dashboard, and exposing
  launcher icons with multiple quicklists

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-multiload/+bug/720446/+subscriptions

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


[Bug 614925] Re: streamtuner crash when switching to shoutcast tab

2012-01-16 Thread dino99
** Changed in: streamtuner (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/614925

Title:
  streamtuner crash when switching to shoutcast tab

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

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


[Bug 916666] Re: GNOME Shell mostly crashes due to a lot of prolonged transition-duration in themes

2012-01-16 Thread vanlong
I was aware of what I was saying and would be responsible for it. There
are also quite a few crash/freeze reports over Fedora and Ubuntu forum.
Even if this only happened with ATI, it is still considered a bug and
moreover, I gave a fix. I also edited the #1. I forgot to mention I was
using open source driver of ATI.

** Description changed:

  GNOME Shell 3.2
  PinguyOS 11.10 (equal to Ubuntu 11.10 Oneiric)
+ ATI HD 4250 (open source driver)
  
  How to reproduce: Just use the default theme that comes with GNOME Shell
  + Open dash and type something very fast
  
  How I solved this: delete all transition-duration in gnome-shell.css in
  the according theme that I use. Now GNOME Shell does not crash due to
  typing fast in dash anymore.

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

Title:
  GNOME Shell mostly crashes due to a lot of prolonged transition-
  duration in themes

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

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


[Bug 896762] Re: Switching viewports with ctrl-alt-(left/right/up/down) does not give the highest window on the target viewport focus

2012-01-16 Thread Daniel van Vugt
** Changed in: compiz-core
   Status: In Progress = Fix Committed

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

Title:
  Switching viewports with ctrl-alt-(left/right/up/down) does not give
  the highest window on the target viewport focus

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

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


[Bug 883585] Re: Kubuntu 11.10 -- Network/Local Printers found but cannot print - Unable to get printer status

2012-01-16 Thread Till Kamppeter
For everyone whose printer does not get detected at all, please update
from my PPA, to CUPS 1.5.0-8ubuntu7~ppa2.

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

Title:
  Kubuntu 11.10 -- Network/Local Printers found but cannot print -
  Unable to get printer status

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

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


[Bug 602799] Re: xdg-mime query filetype FILE: no output at all

2012-01-16 Thread Bug Watch Updater
** Changed in: xdg-utils (Debian)
   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/602799

Title:
  xdg-mime query filetype FILE: no output at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdg-utils/+bug/602799/+subscriptions

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


[Bug 916213] Re: Sync firmware-crystalhd 0.0~git20120110.fdd2f19-1 (multiverse) from Debian unstable (non-free)

2012-01-16 Thread Daniel Holbach
ACKed, package is in the NEW queue for review.

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

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

Title:
  Sync firmware-crystalhd 0.0~git20120110.fdd2f19-1 (multiverse) from
  Debian unstable (non-free)

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

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


[Bug 783654] Re: package hylafax-client 2:6.0.3-5.1ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-01-16 Thread Giuseppe Sacco
This bug has been fixed in Debian. Have a look at 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655567
You may use the same fix in your hylafax version.

Bye,
Giuseppe

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

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

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

Title:
  package hylafax-client 2:6.0.3-5.1ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

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

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

[Bug 751265] Re: pulseaudio distorts VLC audio

2012-01-16 Thread David Henningsson
@Jani, ubuntu-bug audio will do fine. (Note that the Radeon driver
does not support HDMI audio anymore.) Thanks!

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

Title:
  pulseaudio distorts VLC audio

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

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


  1   2   3   4   5   6   7   8   9   10   >