[Bug 1033096] Re: request to have sha2 module in contrib included in package

2012-08-05 Thread Clint Byrum
Hi Ben. This seems like a reasonable request. You should note that
upstream would prefer that people not use these password methods and
instead focus on SCRAM based methods. See the discussion on why this
module isn't in core here:

http://www.openldap.org/its/index.cgi/Contrib?id=7278;page=4

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

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

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

Title:
  request to have sha2 module in contrib included in package

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

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


[Bug 967410] Re: Windows clients cannot connect to shared printers

2012-08-05 Thread jmsfnch
Hi David,

Thanks for taking the time to provide further suggestions - I'm sorry I
didn't respond sooner (I'm still struggling to find time to read around
this subject at the moment).

I can confirm james is a member of lpadmin and am still getting the
WERR_ACCESS_DENIED message, despite following your suggestions.

If you are interested, I have placed some rpcclient output and the
active content of smb.comf in the pastebin:
http://paste.ubuntu.com/1130972/


KR,
James

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

Title:
  Windows clients cannot connect to shared printers

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

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


[Bug 1033096] Re: request to have sha2 module in contrib included in package

2012-08-05 Thread Clint Byrum
One concern though is that this embeds yet another copy of a SHA2
algorithm.. and its even likely that this one has been embedded
elsewhere so that may present maintenance problems if a problem is ever
found with this particular code.

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

Title:
  request to have sha2 module in contrib included in package

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

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


Re: [Bug 1033096] request to have sha2 module in contrib included in package

2012-08-05 Thread ben thielsen
On Aug 05, 2012, at 10.17, Clint Byrum wrote:

 Hi Ben. This seems like a reasonable request. You should note that
 upstream would prefer that people not use these password methods and
 instead focus on SCRAM based methods. See the discussion on why this
 module isn't in core here:
 
 http://www.openldap.org/its/index.cgi/Contrib?id=7278;page=4

hi-

thanks for the reference, i hadn't heard of scram before.

-ben

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

Title:
  request to have sha2 module in contrib included in package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1033096/+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 1033096] Re: request to have sha2 module in contrib included in package

2012-08-05 Thread ben thielsen
i gather this means that this module is independently implementing the
algorithm rather than using existing [openssl/gnutls/etc] libraries? is
there a compromise that might be reached?

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

Title:
  request to have sha2 module in contrib included in package

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

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


Re: [Bug 1028585] Re: Memory allocation problem with ipvsadm

2012-08-05 Thread Stephen Murcott
I filed it for i386 did not test on 64bit... I did not see why a tiny pair
of ipv4 load balancers would need 64bit arch.

On Sun, Aug 5, 2012 at 2:24 AM, Clint Byrum cl...@fewbar.com wrote:

 Also could not reproduce on precise. I notice though that both systems
 have been amd64 so perthaps this is specific to i386.

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

 Title:
   Memory allocation problem with ipvsadm

 Status in “ipvsadm” package in Ubuntu:
   New

 Bug description:
   This looks like the bug listed here
   http://lists.openwall.net/netdev/2011/03/22/4  but I may be wrong. I
   have included as much information as possible to help make it clear.

   I was able to replicate on 3 seperate clean installs of the following:

   ubuntu-12.04-server-i386.iso with md5sum 32184a83c8b5e6031e1264e5c499bc03
   (have reproduced on different kernels)

   Linux lvs 3.2.0-27-generic-pae #43-Ubuntu SMP Fri Jul 6 15:06:05 UTC
   2012 i686 i686 i386 GNU/Linux

   Steps to reproduce:-

   Setup - install ubuntu 12.04 i386 server with sshd
   apt-get upgrade
   reboot

   enabled ipv4 forwarding
   net.ipv4.ip_forward = 1
   iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

   aptitude install ipvsadm keepalived

   ipvsadm -A -t $VIP:$PORT -s  rr
   Memory allocation problem

   lsmod | grep vs
   ip_vs_wrr  12615  0
   ip_vs_wlc  12471  0
   ip_vs_sh   12572  0
   ip_vs_sed  12471  0
   ip_vs_rr   12538  0
   ip_vs_nq   12468  0
   ip_vs_lc   12468  0
   ip_vs_lblcr12802  0
   ip_vs_lblc 12747  0
   ip_vs_ftp  13014  0
   ip_vs_dh   12572  0
   nf_nat 24959  3 ip_vs_ftp,ipt_MASQUERADE,iptable_nat
   ip_vs 121543  24
 ip_vs_wrr,ip_vs_wlc,ip_vs_sh,ip_vs_sed,ip_vs_rr,ip_vs_nq,ip_vs_lc,ip_vs_lblcr,ip_vs_lblc,ip_vs_ftp,ip_vs_dh
   nf_conntrack   73847  5
 ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4,ip_vs
   libcrc32c  12543  1 ip_vs

   strace ipvsadm -A -t 192.168.122.21:80 -s -rr
   execve(/sbin/ipvsadm, [ipvsadm, -A, -t, 192.168.122.21:80,
 -s, -rr], [/* 20 vars */]) = 0
   brk(0)  = 0x8cd1000
   access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
 directory)
   mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
 0) = 0xb77ec000
   access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or
 directory)
   open(/etc/ld.so.cache, O_RDONLY|O_CLOEXEC) = 3
   fstat64(3, {st_mode=S_IFREG|0644, st_size=15720, ...}) = 0
   mmap2(NULL, 15720, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb77e8000
   close(3)= 0
   access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
 directory)
   open(/lib/i386-linux-gnu/libpopt.so.0, O_RDONLY|O_CLOEXEC) = 3
   read(3,
 \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\30\0\0004\0\0\0...,
 512) = 512
   fstat64(3, {st_mode=S_IFREG|0644, st_size=47012, ...}) = 0
   mmap2(NULL, 49804, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
 = 0x768000
   mmap2(0x773000, 8192, PROT_READ|PROT_WRITE,
 MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa) = 0x773000
   close(3)= 0
   access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
 directory)
   open(/lib/libnl-genl-3.so.200, O_RDONLY|O_CLOEXEC) = 3
   read(3,
 \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\21\0\0004\0\0\0...,
 512) = 512
   fstat64(3, {st_mode=S_IFREG|0644, st_size=18460, ...}) = 0
   mmap2(NULL, 21116, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
 = 0xc5d000
   mmap2(0xc61000, 8192, PROT_READ|PROT_WRITE,
 MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xc61000
   close(3)= 0
   access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
 directory)
   open(/lib/libnl-3.so.200, O_RDONLY|O_CLOEXEC) = 3
   read(3,
 \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200E\0\0004\0\0\0...,
 512) = 512
   fstat64(3, {st_mode=S_IFREG|0644, st_size=91856, ...}) = 0
   mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
 0) = 0xb77e7000
   mmap2(NULL, 94756, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
 = 0xe5e000
   mmap2(0xe74000, 8192, PROT_READ|PROT_WRITE,
 MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15) = 0xe74000
   close(3)= 0
   access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
 directory)
   open(/lib/i386-linux-gnu/libc.so.6, O_RDONLY|O_CLOEXEC) = 3
   read(3,
 \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\\226\1\0004\0\0\0...,
 512) = 512
   fstat64(3, {st_mode=S_IFREG|0755, st_size=1713640, ...}) = 0
   mmap2(NULL, 1723100, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
 0) = 0x374000
   mmap2(0x513000, 12288, PROT_READ|PROT_WRITE,
 MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 

[Bug 967410] Re: Windows clients cannot connect to shared printers

2012-08-05 Thread David
Hi James,
I check your configuration file,
you have two [global] section delete the second, only the [global]

You must replace the section [printers] with the following:

[printers]
comment = All Printers
browseable = yes
path = /var/spool/samba
printable = yes
guest ok = yes
create mask = 0700
printer admin = @lpadmin
valid users = james


enumprivs: only lists the existing privileges, does not list the current user's 
privileges, so I think.

try it and comment.

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

Title:
  Windows clients cannot connect to shared printers

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

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


[Bug 1032724] Re: Cannot access IPMI card

2012-08-05 Thread Richard Harrison
** Description changed:

  ubuntu@hp06:~$ sudo -i
  root@hp06:~# modprobe ipmi_msghandler
  root@hp06:~# modprobe ipmi_si
  root@hp06:~# modprobe ipmi_devintf
  root@hp06:~# ipmitool lan print
  Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
  Get Channel Info command failed
  Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
  Get Channel Info command failed
  Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
  Get Channel Info command failed
  Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
  Get Channel Info command failed
  Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
  Get Channel Info command failed
  Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
  Get Channel Info command failed
  Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
  Get Channel Info command failed
  Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
  Get Channel Info command failed
  Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
  Get Channel Info command failed
  Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
  Get Channel Info command failed
  Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
  Get Channel Info command failed
  Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
  Get Channel Info command failed
  Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
  Get Channel Info command failed
  Invalid channel: 255
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: ipmitool 1.8.11-5ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic x86_64
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  Date: Fri Aug  3 12:41:24 2012
  SourcePackage: ipmitool
  UpgradeStatus: No upgrade log present (probably fresh install)
- --- 
+ ---
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  DistroRelease: Ubuntu 12.04
  Package: linux
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Tags:  precise
  Uname: Linux 3.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout lpadmin plugdev sambashare sudo

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

Title:
  Cannot access IPMI card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/1032724/+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 1029766] Re: keystone logrotate has output when restarting keystone

2012-08-05 Thread Sam Morrison
** Branch linked: lp:~sorrison/keystone/logrotate-fix

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

Title:
  keystone logrotate has output when restarting keystone

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

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


[Bug 967410] Re: Windows clients cannot connect to shared printers

2012-08-05 Thread jmsfnch
Hi David,

It's looking good :-)

I made the recommended changes and at first the result was the same.  I
had also to comment out read only = yes from the [print$] section -
doing so allowed me to successfully set the printer name.

My XP test box can now connect to the renamed printer.

Thanks very much for your help.  James.

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

Title:
  Windows clients cannot connect to shared printers

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

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


[Bug 1024355] Re: package php5-mysqlnd 5.4.4-1ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 4

2012-08-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/php5

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

Title:
  package php5-mysqlnd 5.4.4-1ubuntu1 failed to install/upgrade:
  subprocess post-installation script returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1024355/+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 945176] Re: Support privateIpAddress and ipAddress

2012-08-05 Thread Clint Byrum
** Changed in: txaws (Ubuntu Precise)
Milestone: ubuntu-12.04.1 = precise-updates

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

Title:
  Support privateIpAddress and ipAddress

To manage notifications about this bug go to:
https://bugs.launchpad.net/txaws/+bug/945176/+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 1033137] [NEW] no sound on radio youtube

2012-08-05 Thread Ed Campbell
Public bug reported:

I cannot get sound. YouTube plays but no sound comes out. Also, Movie
Player connects to streaming stations but no sound comes out. Is there
something I need to upload or activate to get the sound?

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/totem-gstreamer
Package: totem-gstreamer 2.26.1-0ubuntu5
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.27-7-generic x86_64

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


** Tags: amd64 apport-bug

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

Title:
  no sound on radio youtube

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

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


[Bug 1033137] Re: no sound on radio youtube

2012-08-05 Thread Ed Campbell
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033137

Title:
  no sound on radio youtube

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

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


[Bug 1032887] Re: package indicator-weather 11.11.28-0ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-05 Thread Peter Imhoff
It works for me after 'manually' uninstalling 1.1 and installing 1.2 again.
Update from 1.1. to 1.2 did not work automatically because of the error in 1.1

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

Title:
  package indicator-weather 11.11.28-0ubuntu1.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 891300] ProcEnviron.txt

2012-08-05 Thread knorr
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/891300/+attachment/3248476/+files/ProcEnviron.txt

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

Title:
  8086:2a02 drm i915_gem_crate_mmap_offset *ERROR*failed to allocate
  offset for bo 0

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

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


[Bug 1032939] Re: OpenID authentication failed: Nonce already used or out of range

2012-08-05 Thread Vaughn Kenny
i get the same issue.  ive been having a problem purchasing any software
since i installer 12.04.  what gives?

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

Title:
  OpenID authentication failed: Nonce already used or out of range

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

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


[Bug 1033128] Re: Sync octave 3.6.2-4 (universe) from Debian unstable (main)

2012-08-05 Thread Micah Gersten
Taking a look

** Changed in: octave (Ubuntu)
   Status: New = In Progress

** Changed in: octave (Ubuntu)
 Assignee: (unassigned) = Micah Gersten (micahg)

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

Title:
  Sync octave 3.6.2-4 (universe) from Debian unstable (main)

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

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


[Bug 650620] Re: UFW blocks internet after kernal update.

2012-08-05 Thread Mduduzi
** Changed in: ufw (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  UFW blocks internet after kernal update.

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

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


[Bug 1013363] Re: unattended-upgrade-shutdown crashed with IOError in _open(): [Errno 2] No such file or directory: '/var/log/unattended-upgrades/unattended-upgrades-shutdown.log'

2012-08-05 Thread PeterPall
To me it seems like the real problem is that the directory the file is
supposed to be in isn't created if it is missing

sudo mkdir /var/log/unattended-upgrades

should fix the problem. Can anyone confirm that?

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

Title:
  unattended-upgrade-shutdown crashed with IOError in _open(): [Errno 2]
  No such file or directory: '/var/log/unattended-upgrades/unattended-
  upgrades-shutdown.log'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1013363/+subscriptions

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


[Bug 738657] Re: Broadcom BCM43225 no longer works

2012-08-05 Thread Yuv
Tested with Precise and with Quantal (05-Aug-2012 from
http://cdimage.ubuntu.com/kubuntu/daily-live/current/).

The good news: With Quantal the wireless connection works out of the
box. Small cosmetic issue: the indicator LED is not working.

The bad news: with Precise (and that's an LTS, so the bug might be
around for a long time) I still had to activate the proprietary driver
(K - Applications - System - Additional Drivers) and use the
workaround.

At this point I am not sure if you still need me to test with the newest
mainline kernel?  Also: do you consider the bug fixed, or is the non-
working LED indicator serious enough to keep the report open?

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

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 1033138] Re: Banshee.exe crashes on start-up after buying at amazon.

2012-08-05 Thread PeterPall
** 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/1033138

Title:
  Banshee.exe crashes on start-up after buying at amazon.

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

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


[Bug 650620] Re: UFW blocks internet after kernal update.

2012-08-05 Thread Mduduzi
Hi,
This bug has gotten me enough times with my Amazon EC2 servers. Only now do I 
realise that it is after the kernel update. When updating using apt-get 
upgrade, UFW, keeps working as expected even if I reboot.

This morning I followed up with apt-get dist-upgrade specifically
because I wanted to update the kernel. After the reboot, I cannot SSH
into the server.

This is a critical bug because I cannot access my EC2 server! What
options do I have other than to loose the entire server, and beg
software vendors to issue me another license because the server is still
running, I simply cannot access it at all via ANY ports! Not even the
web services via HTTPS are available! This also means that I loose all
contents of the server not on a separate, attached storage!

This has happened numerous times but only now have I been able to
conclusively pin it down to UFW failing after kernel upgrade.

Until this bug is fixed, I suggest anybody should not use UFW on EC2
servers. Or if you must, disable and remove it altogether before
upgrading the kernel/image.

My server is running the x86 version of 10.04 LTS on Amazon's EC2.

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

Title:
  UFW blocks internet after kernal update.

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

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


[Bug 1033138]

2012-08-05 Thread Apport retracing service
Stacktrace:
 #0  0x7f98217648a8 in ?? ()
 No symbol table info available.
 Cannot access memory at address 0x7f98225e4940
StacktraceSource: #0  0x7f98217648a8 in ?? ()
StacktraceTop: ?? ()

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

Title:
  Banshee.exe crashes on start-up after buying at amazon.

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

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


[Bug 1033138] ThreadStacktrace.txt

2012-08-05 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1033138/+attachment/3248493/+files/ThreadStacktrace.txt

** Changed in: banshee (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/1033138

Title:
  Banshee.exe crashes on start-up after buying at amazon.

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

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


[Bug 1033138] Crash report cannot be processed

2012-08-05 Thread Apport retracing service
Thank you for your report!

However, processing it in order to get sufficient information for the
developers failed (it does not generate a useful symbolic stack trace). This
might be caused by some outdated packages which were installed on your system
at the time of the report:

outdated debug symbol package for libcdparanoia0: package version 
3.10.2+debian-11 dbgsym version 3.10.2+debian-10ubuntu1
outdated debug symbol package for fontconfig: package version 2.10.1-0ubuntu2 
dbgsym version 2.8.0-3ubuntu9


Please upgrade your system to the latest package versions. If you still
encounter the crash, please file a new report.

Thank you for your understanding, and sorry for the inconvenience!


** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1033138/+attachment/3248486/+files/CoreDump.gz

** Tags removed: need-amd64-retrace

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

Title:
  Banshee.exe crashes on start-up after buying at amazon.

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

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


[Bug 738657] Re: Broadcom BCM43225 no longer works

2012-08-05 Thread Yuv
apport information

** Tags added: quantal

** Description changed:

  Acer Aspire 1830T-3337 with Natty (because previous releases do not
  support the BCM43255 at all).
  
  Used to work perfectly until kernel 2.6.38-4.  Then about two weeks ago
  an upgrade to 2.6.38-6 broke it temporarily.  Rebooting into 2.6.38-4
  fixed the problem.  Now the upgrade to 2.6.38-7 broke it again and I
  can't get it back.  The LED-light indicating the wireless status stays
  off and there is no way I can turn it back on.  Any idea what am I doing
  wrong?
  
  WORKAROUND: blacklist brcm80211 acer_wmi
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: linux-image-2.6.38-7-generic 2.6.38-7.36
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.38-7.36-generic 2.6.38
  Uname: Linux 2.6.38-7-generic x86_64
  NonfreeKernelModules: wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC271X Analog [ALC271X Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuv1436 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd440 irq 42'
     Mixer name : 'Intel IbexPeak HDMI'
     Components : 'HDA:10ec0269,1025040e,00100100 
HDA:80862804,104d4b00,0010'
     Controls  : 23
     Simple ctrls  : 12
  Date: Sun Mar 20 08:17:16 2011
  HibernationDevice: RESUME=UUID=d0c34a91-b48a-433a-839f-c7ddbc36fdc8
  InstallationMedia: Kubuntu 11.04 Natty Narwhal - Alpha amd64 (20110116)
  MachineType: Acer Aspire 1830T
  ProcEnviron:
   LANGUAGE=
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=ce478087-c5ca-430a-b6a0-a2f8a26365ca ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-2.6.38-7-generic N/A
   linux-backports-modules-2.6.38-7-generic  N/A
   linux-firmware1.49
  SourcePackage: linux
  StagingDrivers: brcm80211
  Title: [STAGING]
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/04/2010
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.11
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Base Board Product Name
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.11:bd06/04/2010:svnAcer:pnAspire1830T:pvrV1.11:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 1830T
  dmi.product.version: V1.11
  dmi.sys.vendor: Acer
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC271X Analog [ALC271X Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuv1834 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd440 irq 42'
 Mixer name : 'Intel IbexPeak HDMI'
 Components : 'HDA:10ec0269,1025040e,00100100 
HDA:80862804,104d4b00,0010'
 Controls  : 23
 Simple ctrls  : 12
  DistroRelease: Ubuntu 11.10
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 003: ID 064e:a219 Suyin Corp. 1.3M WebCam (notebook emachines 
E730, Acer sub-brand)
  MachineType: Acer Aspire 1830T
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_CA:en
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-17-generic 
root=UUID=4643baa0-9cc4-4348-a21f-32b2132ef93b ro elevator=noop nosplash
  ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
  Tags:  oneiric
  Uname: Linux 3.0.0-17-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: admin disk vboxusers
  dmi.bios.date: 05/06/2011
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.24
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JV10_CS
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Bug 738657] AlsaInfo.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/738657/+attachment/3248495/+files/AlsaInfo.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] BootDmesg.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/738657/+attachment/3248496/+files/BootDmesg.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] CRDA.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/738657/+attachment/3248497/+files/CRDA.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] CurrentDmesg.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/738657/+attachment/3248498/+files/CurrentDmesg.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] IwConfig.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/738657/+attachment/3248499/+files/IwConfig.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] Lspci.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/738657/+attachment/3248500/+files/Lspci.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] Lsusb.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/738657/+attachment/3248501/+files/Lsusb.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] ProcCpuinfo.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/738657/+attachment/3248502/+files/ProcCpuinfo.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] ProcInterrupts.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/738657/+attachment/3248503/+files/ProcInterrupts.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] ProcModules.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/738657/+attachment/3248504/+files/ProcModules.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] PulseList.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/738657/+attachment/3248505/+files/PulseList.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] RfKill.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/738657/+attachment/3248506/+files/RfKill.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] UdevDb.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/738657/+attachment/3248507/+files/UdevDb.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] UdevLog.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/738657/+attachment/3248508/+files/UdevLog.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 738657] WifiSyslog.txt

2012-08-05 Thread Yuv
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/738657/+attachment/3248509/+files/WifiSyslog.txt

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 1033141] Re: [Vostro 230, Realtek ALC662 rev1, Green Line Out, Rear] Underruns, dropouts or crackling sound running media players like Clementine, VLC, SMPlayer and Gnome-MPlayer

2012-08-05 Thread Maico Sertório
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033141

Title:
  [Vostro 230, Realtek ALC662 rev1, Green Line Out, Rear] Underruns,
  dropouts or crackling sound running media players like Clementine,
  VLC, SMPlayer and Gnome-MPlayer

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

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


[Bug 1033141] [NEW] [Vostro 230, Realtek ALC662 rev1, Green Line Out, Rear] Underruns, dropouts or crackling sound running media players like Clementine, VLC, SMPlayer and Gnome-MPlayer

2012-08-05 Thread Maico Sertório
Public bug reported:

I'm not sure about the package but there's a bug with my sound. A lot of
cracks.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic-pae 3.2.21
Uname: Linux 3.2.0-27-generic-pae i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu11
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  maico  1846 F pulseaudio
 /dev/snd/controlC2:  maico  1846 F pulseaudio
 /dev/snd/controlC0:  maico  1846 F pulseaudio
 /dev/snd/pcmC0D0p:   maico  1846 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfcffc000 irq 43'
   Mixer name   : 'Realtek ALC662 rev1'
   Components   : 'HDA:10ec0662,1028043e,00100101'
   Controls  : 34
   Simple ctrls  : 19
Card1.Amixer.info:
 Card hw:1 'DigitalCamera'/'PixArt Imaging Inc. Digital_Camera at 
usb-:00:1d.1-1, full speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB093a:2900'
   Controls  : 2
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'Mic',0
   Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
   Capture channels: Mono
   Limits: Capture 0 - 2
   Mono: Capture 0 [0%] [30.00dB] [on]
Card2.Amixer.info:
 Card hw:2 'NVidia'/'HDA NVidia at 0xfe97c000 irq 17'
   Mixer name   : 'Nvidia GPU 0b HDMI/DP'
   Components   : 'HDA:10de000b,10de0101,00100200'
   Controls  : 24
   Simple ctrls  : 4
Date: Sun Aug  5 03:02:18 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
Symptom_Card: Áudio embutido - HDA Intel
Symptom_Jack: Green Line Out, Rear
Symptom_PulsePlaybackTest: PulseAudio playback test successful
Symptom_Type: Underruns, dropouts, or crackling sound
Title: [Vostro 230, Realtek ALC662 rev1, Green Line Out, Rear] Underruns, 
dropouts or crackling sound
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/17/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.3.0
dmi.board.name: 07N90W
dmi.board.vendor: Dell Inc.
dmi.board.version: A02
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd11/17/2010:svnDellInc.:pnVostro230:pvr00:rvnDellInc.:rn07N90W:rvrA02:cvnDellInc.:ct3:cvrNotSpecified:
dmi.product.name: Vostro 230
dmi.product.version: 00
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 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/1033141

Title:
  [Vostro 230, Realtek ALC662 rev1, Green Line Out, Rear] Underruns,
  dropouts or crackling sound running media players like Clementine,
  VLC, SMPlayer and Gnome-MPlayer

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

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

[Bug 1033139] Re: empathy crashed with SIGSEGV in g_object_unref()

2012-08-05 Thread Apport retracing service
*** This bug is a duplicate of bug 1024217 ***
https://bugs.launchpad.net/bugs/1024217

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 #1024217, 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/1033139/+attachment/3248510/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1033139/+attachment/3248512/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1033139/+attachment/3248514/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1033139/+attachment/3248515/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1033139/+attachment/3248516/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1033139/+attachment/3248517/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1033139/+attachment/3248518/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1024217
   empathy crashed with SIGSEGV in _tpf_persona_contact_weak_notify_cb()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  empathy crashed with SIGSEGV in g_object_unref()

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

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


[Bug 738657] Re: Broadcom BCM43225 no longer works

2012-08-05 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  Broadcom BCM43225 no longer works

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

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


[Bug 1033143] [NEW] Please remove tob from quantal

2012-08-05 Thread Micah Gersten
Public bug reported:

RM: tob -- ROM; requires non-free afio package

This is blocking syncing the new non-free afio.(Bug #1033133)

** Affects: tob (Ubuntu)
 Importance: High
 Status: Confirmed

** Affects: tob (Ubuntu Quantal)
 Importance: High
 Status: Confirmed

** Affects: tob (Debian)
 Importance: Unknown
 Status: Unknown

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

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

** Description changed:

  RM: tob -- ROM; requires non-free afio package
  
- 
- This is blocking syncing the new non-free afio.
+ This is blocking syncing the new non-free afio.(Bug #1033133)

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

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

Title:
  Please remove tob from quantal

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

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


[Bug 1033133] Re: Sync afio 2.5.1.20120205+git0c14fb9-1 (universe) from Debian unstable (non-free)

2012-08-05 Thread Micah Gersten
This is blocked on removing tob (which is a reverse dependency of afio)
and will be removed from Debian shortly (Bug #1033143)

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

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

Title:
  Sync afio 2.5.1.20120205+git0c14fb9-1 (universe) from Debian unstable
  (non-free)

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

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


[Bug 1033128] Re: Sync octave 3.6.2-4 (universe) from Debian unstable (main)

2012-08-05 Thread Micah Gersten
This bug was fixed in the package octave - 3.6.2-4
Sponsored for Logan Rosen (logan)

---
octave (3.6.2-4) unstable; urgency=low

  [ Mike Miller ]
  * Modify octave.conf to set pkg prefix without dpkg-architecture
(Closes: #682207)

 -- Sébastien Villemot sebastien.ville...@ens.fr  Mon, 30 Jul 2012
17:12:54 +0200

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

Title:
  Sync octave 3.6.2-4 (universe) from Debian unstable (main)

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

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

[Bug 1033128] Re: Sync octave 3.6.2-4 (universe) from Debian unstable (main)

2012-08-05 Thread Micah Gersten
Looks fine, syncing

** Changed in: octave (Ubuntu)
 Assignee: Micah Gersten (micahg) = (unassigned)

** Changed in: octave (Ubuntu)
   Status: In Progress = 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/1033128

Title:
  Sync octave 3.6.2-4 (universe) from Debian unstable (main)

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

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


[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2012-08-05 Thread redfox7691
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

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

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


[Bug 1033146] [NEW] Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2012-08-05 Thread redfox7691
Public bug reported:

I am trying to use my USB Microsoft LifeCam Cinema webcam with Ubuntu 12.04. 
When not in use, it blinks incessantly and seems to slow down my system. Using 
google voice or guvcview, the camera works for 5 seconds and then freezes. 
After that camera permanently stops working.
Disconnecting the camera system back running again without slowing down.
Many users report that the hd-3000 lifecam works fine on ubuntu 10.04

Dmesg reports:

...
[ 1968.044053] usb 1-4: new high-speed USB device number 8 using ehci_hcd
[ 1968.193236] uvcvideo: Found UVC 1.00 device 
Microsoft\xffc2\xffae\xffae LifeCam HD-3000 (045e:0779)
[ 1968.197504] input: Microsoft\xffc2\xffae\xffae LifeCam HD-3000 
as /devices/pci:00/:00:1d.7/usb1/1-4/1-4:1.0/input/input13
[ 1969.316160] 8:3:1: cannot get freq at ep 0x82
[ 1970.492155] 8:3:1: cannot get freq at ep 0x82
[ 1971.628163] 8:3:1: cannot get freq at ep 0x82
[ 1971.675779] uvcvideo: Failed to set UVC probe control : -32 (exp. 26).
[ 1972.456145] retire_capture_urb: 45 callbacks suppressed
[ 1979.116157] 8:3:1: cannot get freq at ep 0x82
...
(a lot of cannot get freq at ep 0x82)
...
[ 2033.396171] 8:3:1: cannot get freq at ep 0x82
[ 2033.396289] uvcvideo: Failed to set UVC probe control : -32 (exp. 26).
[ 2033.900171] uvcvideo: Failed to query (GET_CUR) UVC control 13 on unit 1: 
-110 (exp. 8).
[ 2034.200173] uvcvideo: Failed to query (GET_CUR) UVC control 13 on unit 1: 
-110 (exp. 8).
[ 2034.592175] 8:3:1: cannot get freq at ep 0x82
[ 2034.592289] uvcvideo: Failed to set UVC commit control : -32 (exp. 26).
[ 2035.732177] 8:3:1: cannot get freq at ep 0x82
[ 2035.732287] uvcvideo: Failed to set UVC commit control : -32 (exp. 26).
[ 2037.116184] 8:3:1: cannot get freq at ep 0x82
...
(a lot of cannot get freq at ep 0x82)
...
[ 2163.373217] usb 1-4: USB disconnect, device number 9
[ 2163.377038] 9:3:1: cannot get freq at ep 0x82
[ 2163.377146] cannot submit datapipe for urb 0, error -19: no device
[ 2163.385254] 9:3:1: usb_set_interface failed

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: guvcview 1.5.3-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic i686
ApportVersion: 2.0.1-0ubuntu11
Architecture: i386
Date: Sun Aug  5 08:58:31 2012
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: guvcview
UpgradeStatus: Upgraded to precise on 2012-05-17 (79 days ago)

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


** Tags: apport-bug i386 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/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

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

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


Re: [Bug 993610] Re: [Dell Latitude 5520] System locks up when trying to reboot

2012-08-05 Thread Ming Lei
On Sat, Aug 4, 2012 at 12:46 AM, Thibault Lemaitre
thibault.lemai...@laposte.net wrote:
 Yes I still have this problem. It doesn't occur each time I try to stop
 my laptop but almost. For example I updated my computer on the 1st
 august and could stop my computer after it, but couldn't stop my
 computer the 2nd august.

 I will try the upstream kernel (as Joseph suggest) this week-end.

Also, could you run 'reboot' inside a VGA console via 'ctrl+alt+F1' and
post the log in monitor so that we can see what is wrong during shutdown?


Thanks,

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

Title:
  [Dell Latitude 5520] System locks up when trying to reboot

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

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


[Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-05 Thread Raphaël Hertzog
In fact, it looks like a made a mistake. Can you retry the wget command
with this URL: http://www.dropbox.com/download?plat=lnx.x86

Thank you in advance.

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

Title:
  Dropbox cannot download, because of 404 error

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

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


[Bug 1033148] [NEW] [mpeg2enc] display_horizontal_size must be in range 0...16383

2012-08-05 Thread Jochen Fahrner
Public bug reported:

When using mpeg2enc with option -f 13 (ATSC 1080i) it aborts with

[mpeg2enc] display_horizontal_size must be in range 0...16383

This is because of a bug in encoderparams.cc. There are some special
rules for setting display_horizontal_size and display_vertical_size for
certain formats. In the case of MPEG_FORMAT_ATSC1080i the
display_vertical_size is fixed set to 1080, because the input image is
1088 in size (must be a multiple of 16). The display_horizontal_size is
not set in this case and it remains uninitialized because the default
case is not executed (which sets also display_horizontal_size).

There are 2 possible solutions:

1. set the display_horizontal_size to a fixed value of 1920 in the case
of MPEG_FORMAT_ATSC1080i.

2. move the code which sets these variables in the default case just
before the case statement.

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

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

Title:
  [mpeg2enc] display_horizontal_size must be in range 0...16383

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

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


[Bug 1033116] Re: Arrows missing in LibreOffice such that sub-menu can't be shown

2012-08-05 Thread Hugo Cheung
** Description changed:

- In LibreOffice Writer, when a toolbar is docked, icons on the toolbar that 
can't be shown due to limited space are grouped to be shown in a vertical menu 
triggered by pressing the more button (the button with  on it). The bug 
is that these icons that have sub-menu(e.g. a color palette) shown in a 
vertical menu don't have arrows beside them to trigger their respective 
sub-menu. However, it is expected that icons that have sub-menu should have 
arrows beside them even if they are grouped in a vertical menu. 
+ In LibreOffice Writer, when a toolbar is docked, icons on the toolbar that 
can't be shown due to limited space are grouped to be shown in a vertical menu 
triggered by pressing the more button (the button with  on it). The bug 
is that these icons that have sub-menu(e.g. a color palette) shown in a 
vertical menu don't have arrows beside them to trigger their respective 
sub-menu. However, it is expected that icons that have sub-menu should have 
arrows beside them even if they are grouped in a vertical menu.
  Example:
  On Formatting menu, the Highlighting button should have an arrow beside 
it such that a color palette can be shown after pressing the arrow for users to 
choose the highlighting color. However, when this button is grouped in a 
vertical menu triggered by pressing the more button, the arrow is gone. As a 
result, users can't choose the highlighting color. Instead, users have to make 
the toolbar not docked such that the arrow appears again.
  Screenshots:
  Arrow missing when toolbar is docked: http://imgur.com/2Vp8n,FK1wI
  Arrow not missing when toolbar is not docked:http://imgur.com/2Vp8n,FK1wI#1
- What I expect after the problem is resolved: http://imgur.com/p7mdJ
+ What I expect after the problem is resolved: http://imgur.com/YtoD0
  The same is for Background Color button.
  I think apart from LIbreOffice Writer, LibreOffice Impress, LibreOffice Calc, 
etc also have this problem.
  My information:
  Release of Ubuntu using: Ubuntu 12.04 LTS
  Version of the package libreoffice-writer: 1:3.5.4-0ubuntu1
  I am sorry if the information provided is not clear or complete as this is my 
first time to report a bug in Ubuntu. I will be very happy to provide 
additional information if needed.
  Thanks for your help.

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

Title:
  Arrows missing in LibreOffice such that sub-menu can't be shown

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-08-05 Thread Chris Van Hoof
** No longer affects: intel

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 1033129] Re: Sync gnomint 1.2.1-4 (universe) from Debian unstable (main)

2012-08-05 Thread Bhavani Shankar
looking into this

Regards
Bhavi


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

** Changed in: gnomint (Ubuntu)
   Status: New = In Progress

** Changed in: gnomint (Ubuntu)
 Assignee: (unassigned) = Bhavani Shankar (bhavi)

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

Title:
  Sync gnomint 1.2.1-4 (universe) from Debian unstable (main)

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

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


[Bug 1032344] Re: [SECURITY EXPLOIT] NVIDIA Linux Driver Hack Gives You Root Access?

2012-08-05 Thread Norbert
They added the fix for the 302.17.

Format: 1.8
Date: Sat, 04 Aug 2012 17:57:46 -0400
Source: nvidia-graphics-drivers
Binary: nvidia-current nvidia-current-dev
Architecture: source
Version: 302.17-0ubuntu1~precise~xup2
Distribution: precise
Urgency: low
Maintainer: Ubuntu Core Developers ubuntu-devel-disc...@lists.ubuntu.com
Changed-By: Brandon Snider brandonjsni...@gmail.com
Description: 
 nvidia-current - NVIDIA binary Xorg driver, kernel module and VDPAU library
 nvidia-current-dev - NVIDIA binary Xorg driver development files
Changes: 
 nvidia-graphics-drivers (302.17-0ubuntu1~precise~xup2) precise; urgency=low
 .
   * Added nvidia-blacklist-vga-pmu-registers-256-304.diff to fix security hole.

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

Title:
  [SECURITY EXPLOIT] NVIDIA Linux Driver Hack Gives You Root Access?

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

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


[Bug 706623] Re: Error updating settings: null

2012-08-05 Thread Ivan Zakharyaschev
Also, there are cases when there is no workaround: say, if you are using
an ARM computer with GNU/Linux, you can't use the Windows binary and
wine...

So, this bug is really important to be fixed.

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

Title:
  Error updating settings: null

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

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


[Bug 183546] Re: [needs-packaging] speedtouch 110 pcmcia wifi card driver

2012-08-05 Thread huit-six13
I'm sorry, but I don't have the hardware anymore that would allow me to do any 
test.
I do still have the card, but no pcmcia...

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

Title:
  [needs-packaging] speedtouch 110 pcmcia wifi card driver

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

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


[Bug 1033039] Re: package indicator-weather 11.11.28-0ubuntu1.1 failed to install/upgrade: подпроцесс установлен сценарий post-installation return error code 1

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

** Changed in: indicator-weather (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/1033039

Title:
  package indicator-weather 11.11.28-0ubuntu1.1 failed to
  install/upgrade: подпроцесс установлен сценарий post-installation
  return error code 1

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

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

[Bug 1033129] Re: Sync gnomint 1.2.1-4 (universe) from Debian unstable (main)

2012-08-05 Thread Bhavani Shankar
This bug was fixed in the package gnomint - 1.2.1-4
Sponsored for Logan Rosen (logan)

---
gnomint (1.2.1-4) unstable; urgency=low

  * QA upload.
  * d/patches/682432.patch: Fix double free in tls_creation_data_free.
(Closes: #682432)

 -- Sebastian Ramacher s.ramac...@gmx.at  Sat, 04 Aug 2012 19:09:48
+0200

** Changed in: gnomint (Ubuntu)
   Status: In Progress = 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/1033129

Title:
  Sync gnomint 1.2.1-4 (universe) from Debian unstable (main)

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

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


[Bug 1033153] [NEW] brasero does not recognize CD-RW media

2012-08-05 Thread Mike_F
Public bug reported:

In Ubuntu 12.04 brasero does not recognize CD-RW media.
Tools - Blank shows 'No disc available'
Help - About reports version 3.4.1 

Media is known 'good' Maxell High Speed disc, previously formatted and used.
Other apps (k3b and xfburn) recognize and format this media.

Also, brasero under current LMDE (Debian Wheezy) exhibits same symptom
(version not yet available).

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


** Tags: brasero cd-rw

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

Title:
  brasero does not recognize CD-RW media

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

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


[Bug 1031363] Re: Active Window is Not on Top

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

** Changed in: 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/1031363

Title:
  Active Window is Not on Top

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

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


[Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-05 Thread Mika Suomalainen
That seems to work.

** Attachment added: wget.log
   
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1032756/+attachment/3248604/+files/wget.log

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

Title:
  Dropbox cannot download, because of 404 error

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

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


[Bug 669615] Re: currently active window is not always shown on top

2012-08-05 Thread Mattia Rizzolo
*** This bug is a duplicate of bug 1031363 ***
https://bugs.launchpad.net/bugs/1031363

** This bug has been marked a duplicate of bug 1031363
   Active Window is Not on Top

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

Title:
  currently active window is not always shown on top

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

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


[Bug 1033131] Re: Sync ruby-actionpack-3.2 3.2.6-3 (universe) from Debian unstable (main)

2012-08-05 Thread Bhavani Shankar
Looking into this

Regards
Bhavi

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

Title:
  Sync ruby-actionpack-3.2 3.2.6-3 (universe) from Debian unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-actionpack-3.2/+bug/1033131/+subscriptions

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


[Bug 1032128] Re: problem with web sites

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

redirections are set by the site owner, and you have to ask him for
explanations.

** Changed in: ubuntu
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+question/205041

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

Title:
  problem with web sites

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

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


[Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-05 Thread Mika Suomalainen
In strace there can be seen some errors about file or directory missing.
I don't understand that output, but maybe it's useful to you.

** Attachment added: strace.log
   
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1032756/+attachment/3248605/+files/strace.log

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

Title:
  Dropbox cannot download, because of 404 error

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

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


[Bug 1033135] Re: package openjdk-6-jre-lib 6b22-1.10.6-0ubuntu1 failed to install/upgrade: short read on buffer copy for backend dpkg-deb κατά το `./usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar'

2012-08-05 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 there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

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

** Tags added: short-read

** Changed in: openjdk-6 (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/1033135

Title:
  package openjdk-6-jre-lib 6b22-1.10.6-0ubuntu1 failed to
  install/upgrade: short read on buffer copy for backend dpkg-deb κατά
  το `./usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/1033135/+subscriptions

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

[Bug 1032136] Re: i am unable to update ubundu 12.04 using the update manager

2012-08-05 Thread Mattia Rizzolo
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

Particularity in this case, run in a terminal:

sudo apt-get update
sudo apt-get upgrade

and verify if the error still preset. if not, please report here the
terminal output.

** Changed in: ubuntu
   Status: New = Incomplete

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

Title:
  i am unable to update ubundu 12.04 using the update manager

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

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


[Bug 964365] Re: Weather indicator as earthtools.org is down

2012-08-05 Thread jolo
Here, Weather Indicator 12.07.30 'Cloudy 10 shows not the right Sunset
and Sunrise times, for location Amsterdam North Holland Netherlands.
Sunrise shows 05:37:17 AM instead of 06:07 AM. Sunsets shows 09:48:13 PM
instead of 09:24 PM.

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

Title:
  Weather indicator as earthtools.org is down

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

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


[Bug 805154] Re: gdm-simple-slave crashed with SIGSEGV in _nss_compat_getpwnam_r()

2012-08-05 Thread Andreas
Thank you for fixing this problem.
Will the updated package appear in precise as well?
The current version as per 2012-08-05 is still 3.0.4-0ubuntu15.

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

Title:
  gdm-simple-slave crashed with SIGSEGV in _nss_compat_getpwnam_r()

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

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


[Bug 1033156] [NEW] HUD only works on first Nautilus window opened

2012-08-05 Thread Colin Law
Public bug reported:

Using nautilus on Quantal alpha, up to date.
If multiple Nautilus windows are opened then the HUD only shows nautilus menu 
items if invoked from the primary window.  So to replicate:
Open Nautilus on the home folder.
Open another Nautilus window.
Select the first nautilus window, invoke HUD and type connect.  The Connect to 
Server option is correctly shown.
Select the second nautilus window, invoke HUD and type connect.  The Connect to 
Server option is not shown.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: nautilus 1:3.5.4-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-7.7-generic 3.5.0
Uname: Linux 3.5.0-7-generic i686
ApportVersion: 2.4-0ubuntu6
Architecture: i386
Date: Sun Aug  5 09:12:39 2012
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'957x554+65+185'
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120730.1)
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  HUD only works on first Nautilus window opened

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

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


[Bug 1033156] Re: HUD only works on first Nautilus window opened

2012-08-05 Thread Colin Law
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033156

Title:
  HUD only works on first Nautilus window opened

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

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


[Bug 1033153] Re: brasero does not recognize CD-RW media

2012-08-05 Thread Mike_F
UPDATE - brasero version 3.2.0 in Linux Mint Debian Edition has same
symptom.

INFO - both O/S and known apps in question are 64 bit versions.

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

Title:
  brasero does not recognize CD-RW media

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

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


[Bug 1029451] Re: printer hl-2140

2012-08-05 Thread Mattia Rizzolo
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We need some more information from you before we can
start working on this bug.

Please include the information requested at
https://wiki.ubuntu.com/DebuggingPrintingProblems as separate
attachments.

** Changed in: ubuntu
   Status: New = Incomplete

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

Title:
  printer hl-2140

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

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


[Bug 1032562] Re: canon printer not cooperate with Libre Oficce ?

2012-08-05 Thread Mattia Rizzolo
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We need some more information from you before we can
start working on this bug.

Please include the information requested at
https://wiki.ubuntu.com/DebuggingPrintingProblems as separate
attachments.

** Changed in: ubuntu
   Status: New = Incomplete

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

Title:
  canon printer not cooperate with Libre Oficce ?

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

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


[Bug 1033131] Re: Sync ruby-actionpack-3.2 3.2.6-3 (universe) from Debian unstable (main)

2012-08-05 Thread Bhavani Shankar
This bug was fixed in the package ruby-actionpack-3.2 - 3.2.6-3
Sponsored for Logan Rosen (logan)

---
ruby-actionpack-3.2 (3.2.6-3) unstable; urgency=high

  * Add patch by Aaron Patterson for CVE-2012-3424 (Closes: #683370)

 -- Antonio Terceiro terce...@debian.org  Sat, 04 Aug 2012 09:28:12
-0300

** Changed in: ruby-actionpack-3.2 (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/1033131

Title:
  Sync ruby-actionpack-3.2 3.2.6-3 (universe) from Debian unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-actionpack-3.2/+bug/1033131/+subscriptions

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


[Bug 1033159] [NEW] HUD moves to second display and stays visible

2012-08-05 Thread Colin Law
Public bug reported:

Using unity with Quantal alpha up to date, with dual displays. To replicate the 
problem:
Open an app (Firefox for example) on the primary display (in my case this is 
the laptop display).
Open another app (terminal for example) on the second display.
Click back to firefox and open the HUD, type something in the hud to bring up 
some options.
Click in the app in the second display.

Expected action is that the HUD should close.

What happens is that the HUD display switches to the second screen but
is not functional and will not go away.  The only way of removing it is
to hit the Alt key again to re-ionvoke the HUD.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity 6.0.0-0ubuntu6
ProcVersionSignature: Ubuntu 3.5.0-7.7-generic 3.5.0
Uname: Linux 3.5.0-7-generic i686
ApportVersion: 2.4-0ubuntu6
Architecture: i386
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
Date: Sun Aug  5 09:23:38 2012
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120730.1)
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  HUD moves to second display and stays visible

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

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


[Bug 1033159] Re: HUD moves to second display and stays visible

2012-08-05 Thread Colin Law
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033159

Title:
  HUD moves to second display and stays visible

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

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


[Bug 948347] Re: [xsettings]: gnome-settings-daemon crashed with SIGSEGV in xft_settings_set_xsettings()

2012-08-05 Thread jerrylamos
12.10 Alpha 3 Ubuntu 2D i386 32 bit new install Unity 2D, referring to
post #31, 2 GB.

.iso as of August 4
Linux Compaq 3.5.0-7-generic #7-Ubuntu SMP Tue Jul 31 07:23:07 UTC 2012 i686 
i686 i686 GNU/Linux

Does won't fix mean 12.10 will release with this bug?

Jerry

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

Title:
  [xsettings]: gnome-settings-daemon crashed with SIGSEGV in
  xft_settings_set_xsettings()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/948347/+subscriptions

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


[Bug 1032251] Re: EOG hangs in Ubuntu 12.04

2012-08-05 Thread angus73
I was wrong about the mouse behaviour, the mouse actually moves when the 
desktop is freezed (see bug 877279).
Sorry for the confusion.

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

Title:
  EOG hangs in Ubuntu 12.04

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

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


[Bug 1033053] Re: Can't get all the updates in Ubuntu 12.04

2012-08-05 Thread ubby
Thank you. This solved the problem.

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

Title:
  Can't get all the updates in Ubuntu 12.04

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

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


[Bug 1033153] Re: brasero does not recognize CD-RW media

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

** Changed in: brasero (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/1033153

Title:
  brasero does not recognize CD-RW media

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

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


[Bug 1033160] [NEW] Cannot switch displays in System Settings Displays

2012-08-05 Thread Colin Law
Public bug reported:

Running Quantal alpha up to date on dual display system.
To replicate:
Open System Settings  Displays.  The Displays window appears showing both 
displays, with one of them selected.
Click the icon for the other display, it should become selected, but is not.
Drag the Displays window to the other display, switch to All Settings and back 
to Displays, now the other display is selected but again one cannot switch 
between them.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gnome-control-center 1:3.4.2-0ubuntu6
ProcVersionSignature: Ubuntu 3.5.0-7.7-generic 3.5.0
Uname: Linux 3.5.0-7-generic i686
ApportVersion: 2.4-0ubuntu6
Architecture: i386
Date: Sun Aug  5 09:42:46 2012
ExecutablePath: /usr/bin/gnome-control-center
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120730.1)
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  Cannot switch displays in System Settings  Displays

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

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


[Bug 1033160] Re: Cannot switch displays in System Settings Displays

2012-08-05 Thread Colin Law
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033160

Title:
  Cannot switch displays in System Settings  Displays

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

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


[Bug 1033161] [NEW] package indicator-weather (not installed) failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2012-08-05 Thread Максим
Public bug reported:

I don't know

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: indicator-weather (not installed)
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Sun Aug  5 12:35:45 2012
ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 1
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: indicator-weather
Title: package indicator-weather (not installed) failed to install/upgrade: 
подпроцесс установлен сценарий post-installation возвратил код ошибки 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  package indicator-weather (not installed) failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  1

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

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

[Bug 1033161] Re: package indicator-weather (not installed) failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2012-08-05 Thread Максим
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033161

Title:
  package indicator-weather (not installed) failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  1

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

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

[Bug 1032340] Re: thunar crashed with SIGSEGV in thunar_g_vfs_is_uri_scheme_supported()

2012-08-05 Thread Elfy
apport saw a bug on mine as duplicate of this - I am also getting
partitions duplicating in the panel - screenshot attached

** Attachment added: Screenshot - 050812 - 09:59:19.png
   
https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1032340/+attachment/3248630/+files/Screenshot%20-%20050812%20-%2009%3A59%3A19.png

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

Title:
  thunar crashed with SIGSEGV in thunar_g_vfs_is_uri_scheme_supported()

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

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


[Bug 483393] Re: Allow drag and drop of pages to external programs

2012-08-05 Thread Michael Nagel
This introduced a regression, please see https://bugs.launchpad.net
/simple-scan/+bug/1033162

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

Title:
  Allow drag and drop of pages to external programs

To manage notifications about this bug go to:
https://bugs.launchpad.net/simple-scan/+bug/483393/+subscriptions

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


[Bug 826233] Re: datapacker ftbs in oneiric

2012-08-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/datapacker

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

Title:
  datapacker ftbs in oneiric

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

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


[Bug 965510] Re: option --new-window not working correctly

2012-08-05 Thread Chris Wilson
** Changed in: hundredpapercuts
   Importance: Low = Medium

** Changed in: hundredpapercuts
   Status: Confirmed = Triaged

** Changed in: hundredpapercuts
 Assignee: (unassigned) = Papercuts Ninja (papercuts-ninja)

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

Title:
  option --new-window not working correctly

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

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


[Bug 1032939] Re: OpenID authentication failed: Nonce already used or out of range

2012-08-05 Thread Sipos Jácint
** Changed in: software-center (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/1032939

Title:
  OpenID authentication failed: Nonce already used or out of range

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

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


[Bug 900788] Re: No easy way to ubuntu version in KDE

2012-08-05 Thread Chris Wilson
The simplest fix for this would be to add the Ubuntu version number to
Kinfocenter as the OP suggests. I've replaced the KDE Base task with
kde-workspace since that is what Kinfocenter is a part of.

** Also affects: kde-workspace (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: kde-baseapps

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

Title:
  No easy way to ubuntu version in KDE

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

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


[Bug 799868] Re: ASUS X52J does not resume from suspend

2012-08-05 Thread nicanor
Linux Mint 13 Maya  (based on  12.04 LTS) i got the same bug.

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

Title:
  ASUS X52J does not resume from suspend

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

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


[Bug 773466] Re: libva1 trying to open /usr/lib/dri/nvidia_drv_video.so ends up with segmentation fault

2012-08-05 Thread CMatomic
nvidia VA-API doesn't work

$ vainfo
libva: VA-API version 0.33.0
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/nvidia_drv_video.so
libva: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit

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

Title:
  libva1 trying to open /usr/lib/dri/nvidia_drv_video.so ends up with
  segmentation fault

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

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


[Bug 773466] Re: libva1 trying to open /usr/lib/dri/nvidia_drv_video.so ends up with segmentation fault

2012-08-05 Thread CMatomic
nvidia VA-API doesn't work  in Ubuntu 12.04 LTS

$ vainfo
libva: VA-API version 0.33.0
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/nvidia_drv_video.so
libva: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit

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

Title:
  libva1 trying to open /usr/lib/dri/nvidia_drv_video.so ends up with
  segmentation fault

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

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


[Bug 165865] Re: markers must take object's stroke color (SVG 1.2 feature)

2012-08-05 Thread John Smith
Latest patch attached, should compile after some recent fixes to the Stroke 
style dialog.
Please let me know if you have any comments about the way fill and stroke is 
applied to the markers (see comment #58)


** Patch added: 165865.v3.patch
   
https://bugs.launchpad.net/inkscape/+bug/165865/+attachment/3248632/+files/165865.v3.patch

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

Title:
  markers must take object's stroke color (SVG 1.2 feature)

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