[Bug 934704] [NEW] php5 apache cannot use $_post read data

2012-02-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I open (register_globals=on )
then cannot use $_post read data.
I use ubuntu desktop v. 11.10.

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


** Tags: apache php5
-- 
php5 apache cannot use $_post read data
https://bugs.launchpad.net/bugs/934704
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to php5 in Ubuntu.

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


[Bug 934704] Re: php5 apache cannot use $_post read data

2012-02-19 Thread Micah Gersten
** Project changed: php = php5 (Ubuntu)

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

Title:
  php5 apache cannot use $_post read data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/934704/+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 934704] Re: php5 apache cannot use $_post read data

2012-02-19 Thread Ondřej Surý
Hi Annop,

please read the PHP manual before you start filling bugs:

http://php.net/manual/en/language.variables.superglobals.php

It's $_POST and you DON'T want to enable register_globals. Never ever!

register_globals is deprecated and does something different:

http://cz2.php.net/manual/en/security.globals.php


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

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

Title:
  php5 apache cannot use $_post read data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/934704/+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 936216] [NEW] Apache doesn't start if /var/log/apache2 is missing

2012-02-19 Thread Sworddragon
Public bug reported:

I'm using Ubuntu 12.04 dev with apache2 2.2.22-1ubuntu1. If the
directory /var/log/apache2 doesn't exist the apache server can't start:

sworddragon@ubuntu-vm:~$ sudo /etc/init.d/apache2 start
 * Starting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, 
using 192.168.1.101 for ServerName
(2)No such file or directory: apache2: could not open error log file 
/var/log/apache2/error.log.
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.

I think /etc/init.d/apache2 should check for this directory and create
it if it is missing.

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

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

Title:
  Apache doesn't start if /var/log/apache2 is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/936216/+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 936266] [NEW] tls_append_default_CA and *_tls_CApath don't work

2012-02-19 Thread arty
Public bug reported:

Hello,
 
I have an Ubuntu Maverick server with Postfix 2.8.2 on it. Looks like 
tls_append_default_CA has no effect on it.
 
When I send emails to Gmail I get message about failed certificate 
verification. There're many articles on solving this issue. The ones that I saw 
suggest suboptimal approach of adding Equifax CA certificate to your own CA 
certificate file [1]. I want to solve the issue in a better way.
 
First of all, Ubuntu ships Equifax_Secure_CA.pem and it's present in 
/etc/ssl/certs/. When I set 'smtp_tls_CAfile = 
/etc/ssl/certs/Equifax_Secure_CA.pem' [2] I get no verification errors, so I 
suppose the certificate is fine. But that will only fix errors for Gmail and 
other users of Equifax-signed certificates.
 
I want to use a more generic approach, so I unset smtp_tls_CAfile and set 
'smtp_tls_CApath = /etc/ssl/certs' [3] and 'smtpd_tls_CApath = /etc/ssl/certs' 
[4]. In that configuration I see verification errors.
 
Documentation on [3] and [4] mentions tls_append_default_CA setting which 
defaults to 'no'[5]. I set 'tls_append_default_CA = yes'. In that configuration 
I see verification errors.
 
I unset smtp_tls_CApath and smtpd_tls_CApath. The only option about CA 
certificates is tls_append_default_CA now. In that configuration I see 
verification errors.
 
I set 'smtp_tls_CAfile = /etc/ssl/certs/cacert.pem' in addition to 
'tls_append_default_CA = yes'. In that configuration I see verification errors.
 
Documentation for tls_append_default_CA says: Append the system-supplied 
default certificate authority certificates to the ones specified with 
*_tls_CApath or *_tls_CAfile. I suppose that certificates in /etc/ssl/certs 
are system-supplied default certificate authority certificates. Apparently 
those are not added to *_tls_CApath or *_tls_CAfile.

I reported the issue to postfix-us...@postfix.org mailing list. [6]
Wietse recommended me to try disabling chrooting and to report bug here.

I disabled chrooting. Having 'tls_append_default_CA = yes' in my
configuration I was still getting verification errors.

What might be the cause of that issue?
 
[1] 
http://stevejenkins.com/blog/2011/06/fixing-postfix-certificate-verification-failed-for-gmail-untrusted-issuer-error-message/
[2] http://www.postfix.org/postconf.5.html#smtp_tls_CAfile
[3] http://www.postfix.org/postconf.5.html#smtp_tls_CApath
[4] http://www.postfix.org/postconf.5.html#smtpd_tls_CApath
[5] http://www.postfix.org/postconf.5.html#tls_append_default_CA
[6] http://tech.groups.yahoo.com/group/postfix-users/message/283838
 
--
Regards, Artemy

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

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

Title:
  tls_append_default_CA and *_tls_CApath don't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/936266/+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 936266] Re: tls_append_default_CA and *_tls_CApath don't work

2012-02-19 Thread arty
Sorry for the false alarm.

After all this was caused by chrooting and misunderstanding about how
tls_append_default_CA behaves when there's no *_tls_CApath.

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

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

Title:
  tls_append_default_CA and *_tls_CApath don't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/936266/+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 936216] Re: Apache doesn't start if /var/log/apache2 is missing

2012-02-19 Thread Daniel Manrique
There's an upstream bug here:

https://issues.apache.org/bugzilla/show_bug.cgi?id=43502


** Bug watch added: Apache Software Foundation Bugzilla #43502
   http://issues.apache.org/bugzilla/show_bug.cgi?id=43502

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

Title:
  Apache doesn't start if /var/log/apache2 is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/936216/+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 812423] Re: mysql upstart job hangs if database directory not mounted

2012-02-19 Thread Clint Byrum
*** This bug is a duplicate of bug 711635 ***
https://bugs.launchpad.net/bugs/711635

In reading the upstart code, this is definitely a duplicate of bug
#711635 .. respawn and post-start don't work together well. Marking as
duplicate.

** This bug has been marked a duplicate of bug 711635
   init: post-start can cause respawn to hang

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

Title:
  mysql upstart job hangs if database directory not mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/812423/+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 711635] Re: init: post-start can cause respawn to hang

2012-02-19 Thread Clint Byrum
** Also affects: mysql-5.1 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.5 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mysql-5.1 (Ubuntu)
   Status: New = Triaged

** Changed in: mysql-5.5 (Ubuntu)
   Status: New = Triaged

** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Low

** Changed in: mysql-5.5 (Ubuntu)
   Importance: Undecided = Low

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

Title:
  init: post-start can cause respawn to hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/711635/+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 812423] Re: mysql upstart job hangs if database directory not mounted

2012-02-19 Thread Jo Liss
*** This bug is a duplicate of bug 711635 ***
https://bugs.launchpad.net/bugs/711635

On Sun, Feb 19, 2012 at 01:03, Clint Byrum cl...@fewbar.com wrote:
 Its possible that the upstart job is respawning over and over rather
 than just failing, which it should. I think it might be helpful if you
 could provide us with /var/log/syslog during the time where you seee
 lines  this hang. Usually the job will execute, and the run the post-
 start which will wait 30 seconds for mysql to be started, and then fail.

Just wanted to quickly confirm that that's in fact the case (don't
know why I didn't notice earlier).

Feb 19 23:29:58 ip-10-204-242-176 kernel: [6052896.375740] type=1400
audit(1329694198.815:32): apparmor=STATUS
operation=profile_replace name=/usr/sbin/mysqld pid=25129
comm=apparmor_parser
Feb 19 23:29:58 ip-10-204-242-176 kernel: [6052896.514222] init: mysql
main process (25133) terminated with status 1
Feb 19 23:29:58 ip-10-204-242-176 kernel: [6052896.514275] init: mysql
main process ended, respawning
Feb 19 23:30:29 ip-10-204-242-176 kernel: [6052926.587238] init: mysql
post-start process (25134) terminated with status 1
Feb 19 23:30:29 ip-10-204-242-176 kernel: [6052926.599364] type=1400
audit(1329694229.040:33): apparmor=STATUS
operation=profile_replace name=/usr/sbin/mysqld pid=25318
comm=apparmor_parser
Feb 19 23:30:29 ip-10-204-242-176 kernel: [6052926.626133] init: mysql
main process (25322) terminated with status 1
Feb 19 23:30:29 ip-10-204-242-176 kernel: [6052926.626184] init: mysql
main process ended, respawning
Feb 19 23:30:59 ip-10-204-242-176 kernel: [6052956.768819] init: mysql
post-start process (25323) terminated with status 1
Feb 19 23:30:59 ip-10-204-242-176 kernel: [6052956.776625] type=1400
audit(1329694259.221:34): apparmor=STATUS
operation=profile_replace name=/usr/sbin/mysqld pid=25410
comm=apparmor_parser
Feb 19 23:30:59 ip-10-204-242-176 kernel: [6052956.802865] init: mysql
main process (25414) terminated with status 1
Feb 19 23:30:59 ip-10-204-242-176 kernel: [6052956.802914] init: mysql
main process ended, respawning
Feb 19 23:31:29 ip-10-204-242-176 kernel: [6052986.950767] init: mysql
post-start process (25415) terminated with status 1
Feb 19 23:31:29 ip-10-204-242-176 kernel: [6052986.962872] type=1400
audit(1329694289.406:35): apparmor=STATUS
operation=profile_replace name=/usr/sbin/mysqld pid=25480
comm=apparmor_parser
Feb 19 23:31:29 ip-10-204-242-176 kernel: [6052986.988213] init: mysql
main process (25484) terminated with status 1
Feb 19 23:31:29 ip-10-204-242-176 kernel: [6052986.988263] init: mysql
main process ended, respawning
Feb 19 23:31:59 ip-10-204-242-176 kernel: [6053017.133727] init: mysql
post-start process (25485) terminated with status 1
Feb 19 23:31:59 ip-10-204-242-176 kernel: [6053017.141439] type=1400
audit(1329694319.583:36): apparmor=STATUS
operation=profile_replace name=/usr/sbin/mysqld pid=25559
comm=apparmor_parser
Feb 19 23:31:59 ip-10-204-242-176 kernel: [6053017.167105] init: mysql
main process (25563) terminated with status 1
Feb 19 23:31:59 ip-10-204-242-176 kernel: [6053017.167152] init: mysql
main process ended, respawning
etc.

Thanks for following up!

Jo

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

Title:
  mysql upstart job hangs if database directory not mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/812423/+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 711635] Re: init: post-start can cause respawn to hang

2012-02-19 Thread Clint Byrum
I spent some time on this today, and I think that upstart's handling of
respawn + post-start is probably making jobs harder than they need to
be.

In the mysql case, we need to exit the mysqladmin ping loop if the
process goes into 'respawn', so that the process can in fact be
respawned... otherwise it waits. This also causes the usual respawn
limit to not be hit because we're respawning 1 time every 30 seconds. In
fact, just the lag of forking and running mysqladmin ping is enough to
prevent us from restarting 10 times in 5 seconds, which is the default
limit.

So IMO, upstart should have a way to respawn independent of post-start.
But that is a much bigger change and needs more thought. For jobs with a
post-start, they need to make sure the post-start is reactive to the
respawn status by exitting when it is detected, and considering this in
any respawn limits.

So, I'll be uploading a fix to precise's mysql-5.5 package which will
fail with 2 respawns in 5 seconds, and exits the mysqladmin loop if
status is respawn. This causes the job to report a failure to start if
things are truly broken, which is what we want. It will also cause
respawn to give up faster if mysqld exits, but I think that is fine
given that it is a large database daemon and probably isn't going to
respond well to the rapid respawning.

** Changed in: mysql-5.5 (Ubuntu)
   Status: Triaged = In Progress

** Changed in: mysql-5.5 (Ubuntu)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

** Changed in: mysql-5.5 (Ubuntu)
   Importance: Low = High

** Changed in: mysql-5.1 (Ubuntu)
   Importance: Low = High

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Low = High

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

Title:
  init: post-start can cause respawn to hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/711635/+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 711635] Re: init: post-start can cause respawn to hang

2012-02-19 Thread Clint Byrum
One final thought, I'm raising the importance to High. Failing to detect
and report a serious problem in this sort of daemon seems like an
important problem!

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

Title:
  init: post-start can cause respawn to hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/711635/+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 711635] Re: init: post-start can cause respawn to hang

2012-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/mysql-5.5

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

Title:
  init: post-start can cause respawn to hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/711635/+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 300151] Re: ssh slow during logon, when ENTERING INTERACTIVE SESSION

2012-02-19 Thread justinchudgar
Using Oneiric, I am still experiencing the delay noted above. The server
showing this delay is currently very underutilized, that is, low CPU
utilization, lots of free RAM, low net if utilization, etc. There are no
process hogs.

Stopping/restarting avahi-daemon did not help at all. No console-kit
zombies, nothing.

$ time ssh -v root@tiny date
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
...
debug1: Authentication succeeded (publickey).
Authenticated to tiny ([192.168.0.10]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessi...@openssh.com
debug1: Entering interactive session.
...
HUGE_DELAY_HERE
...
Transferred: sent 2536, received 2152 bytes, in 25.8 seconds
Bytes per second: sent 98.3, received 83.4
debug1: Exit status 0

real0m26.258s
user0m0.028s
sys 0m0.008s

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

Title:
  ssh slow during logon, when ENTERING INTERACTIVE SESSION

To manage notifications about this bug go to:
https://bugs.launchpad.net/consolekit/+bug/300151/+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 933723] Re: resolvconf creating bogus resolv.conf file

2012-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/resolvconf

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

Title:
  resolvconf creating bogus resolv.conf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/933723/+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 936756] [NEW] lxc complains about cgroup not available

2012-02-19 Thread Ritesh Raj Sarraf
Public bug reported:

I have been trying to work with lxc to make use of my uml image. My
config is as follows:


12:21:05 rrs@champaran:~$ cat /var/lib/lxc/test/config 
lxc.utsname = test
lxc.rootfs = /home/rrs/Debian-Wheezy-AMD64-root_fs
lxc.rootfs.mount = /tmp/foo


lxc.cgroup.cpuset.cpus = 0,1
lxc.cgroup.cpu.shares = 1234
lxc.cgroup.devices.deny = a
lxc.cgroup.devices.allow = c 1:3 rw
lxc.cgroup.devices.allow = b 8:0 rw
#lxc.mount = /etc/fstab.complex
lxc.mount.entry = /lib /root/myrootfs/lib none ro,bind 0 0
lxc.cap.drop = sys_module mknod setuid net_raw
lxc.cap.drop = mac_override


When I try to start the instance, I get the following error:


12:16:04 rrs@champaran:~$ sudo lxc-start -n test
lxc-start: cgroup is not mounted
lxc-start: failed to setup the cgroups for 'test'
lxc-start: failed to setup the container
lxc-start: invalid sequence number 1. expected 2
lxc-start: failed to spawn 'test'

But as you can see below, cgroup is already mounted.


12:16:49 rrs@champaran:~$ mount
/dev/sda6 on / type ext4 (rw,errors=remount-ro,commit=600)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
/dev/sda2 on /boot type ext4 (rw,commit=600)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc 
(rw,noexec,nosuid,nodev)
cgroups on /sys/fs/cgroup type tmpfs (rw,uid=0,gid=0,mode=0755)
gvfs-fuse-daemon on /home/rrs/.cache/gvfs type fuse.gvfs-fuse-daemon 
(rw,nosuid,nodev,user=rrs)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lxc 0.7.5-3ubuntu28
ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
Uname: Linux 3.2.0-17-generic x86_64
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Mon Feb 20 12:17:21 2012
SourcePackage: lxc
UpgradeStatus: Upgraded to precise on 2012-01-24 (26 days ago)
mtime.conffile..etc.default.lxc: 2012-01-25T01:58:25.599609

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


** Tags: amd64 apport-bug precise

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

Title:
  lxc complains about cgroup not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/936756/+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 936756] Re: lxc complains about cgroup not available

2012-02-19 Thread Ritesh Raj Sarraf
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/936756

Title:
  lxc complains about cgroup not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/936756/+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 876387] Re: fuser forking uncontrollably in cron job

2012-02-19 Thread chrone
Dear Ondrej,


apt-cache policy psmisc
psmisc:
  Installed: 22.14-1
  Candidate: 22.14-1
  Version table:
 *** 22.14-1 0
500 http://127.0.0.1/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status

This morning I found out again there's too many zombie process and
fusers were all over taking % CPU usage. at that time, apache2 seems
couldn't parse index.php and make the directory listing
available/vieable to public. I then restarted the apache2 serviecs and
the index.php worked again.

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

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 936756] Re: lxc complains about cgroup not available

2012-02-19 Thread Ritesh Raj Sarraf
actually, this must be a problem at my end. I just tried with lxc-
create, and it was able to create a container. Sorry for the noise.

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

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

Title:
  lxc complains about cgroup not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/936756/+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 871083] Re: gzip -9n sometimes generates a different output file on different architectures

2012-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/gzip

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

Title:
  gzip -9n sometimes generates a different output file on different
  architectures

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clutter-1.0/+bug/871083/+subscriptions

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


[Bug 935999] [NEW] Debconf error

2012-02-19 Thread Bharat Punamiya
Public bug reported:

Whenever I try to install the restricted extras I get debconf dox, which
has nothing in it. and the progress bar in the software center will keep
rolling without doing any download.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xorg 1:7.6+7ubuntu7.1
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic i686
.tmp.unity.support.test.1:
 
ApportVersion: 1.23-0ubuntu4
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDmesg: [  141.105446] init: plymouth-stop pre-start process (1946) 
terminated with status 1
Date: Sun Feb 19 13:21:15 2012
DistUpgraded: Fresh install
DistroCodename: oneiric
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter [1039:6351] 
(rev 10) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:181c]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 002: ID 04f2:b012 Chicony Electronics Co., Ltd 1.3 MPixel UVC 
Webcam
 Bus 003 Device 002: ID 0b05:1712 ASUSTek Computer, Inc. BT-183 Bluetooth 
2.0+EDR adapter
MachineType: HCL Infosystems Limited T12C
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic 
root=UUID=1fed1007-11ee-402c-97e4-e53cfa655bbe ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/27/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 208
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: T12C
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr208:bd11/27/2007:svnHCLInfosystemsLimited:pnT12C:pvr1.0:rvnASUSTeKComputerInc.:rnT12C:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
dmi.product.name: T12C
dmi.product.version: 1.0
dmi.sys.vendor: HCL Infosystems Limited
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6.1
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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


** Tags: apport-bug i386 needs-reassignment oneiric regression-update 
running-unity ubuntu

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

Title:
  Debconf error

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

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


[Bug 935999] Re: Debconf error

2012-02-19 Thread Bharat Punamiya
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/935999

Title:
  Debconf error

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

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


[Bug 887171] Re: [Hewlett-Packard HP EliteBook 6930p] suspend/resume failure

2012-02-19 Thread toey
I am having the same problem on an EliteBook 8440p running Linux Mint
Debian Edition.

toey@toey-work ~ $ uname -a
Linux toey-work 3.0.0-1-amd64 #1 SMP Sun Jul 24 02:24:44 UTC 2011 x86_64 
GNU/Linux

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

Title:
  [Hewlett-Packard HP EliteBook 6930p] suspend/resume failure

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

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


[Bug 887171] Re: [Hewlett-Packard HP EliteBook 6930p] suspend/resume failure

2012-02-19 Thread toey
Are you guys running with SSD's?

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

Title:
  [Hewlett-Packard HP EliteBook 6930p] suspend/resume failure

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

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


[Bug 935093] Re: fritzing version 0.6.3b+dfsg-3 FTBFS on armhf in precise

2012-02-19 Thread Micah Gersten
A sync from Debian should suffice...syncing

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

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

** Changed in: fritzing (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/935093

Title:
  fritzing version 0.6.3b+dfsg-3 FTBFS on armhf in precise

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

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


[Bug 935093] Re: fritzing version 0.6.3b+dfsg-3 FTBFS on armhf in precise

2012-02-19 Thread Micah Gersten
This bug was fixed in the package fritzing - 0.6.3b+dfsg-3.1

---
fritzing (0.6.3b+dfsg-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Apply the correct patch this time by Nobuhiro. (Closes: #639771) 

 -- Konstantinos Margaritis mar...@debian.org  Thu, 02 Feb 2012
23:49:21 +0200

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

Title:
  fritzing version 0.6.3b+dfsg-3 FTBFS on armhf in precise

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

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


[Bug 936001] Re: gwibber crashed with SIGSEGV in g_sequence_get()

2012-02-19 Thread Apport retracing service
*** This bug is a duplicate of bug 916748 ***
https://bugs.launchpad.net/bugs/916748

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 #916748, 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/936001/+attachment/2756600/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/936001/+attachment/2756602/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/936001/+attachment/2756603/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/936001/+attachment/2756604/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/936001/+attachment/2756605/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/936001/+attachment/2756606/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/936001/+attachment/2756607/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

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

Title:
  gwibber crashed with SIGSEGV in g_sequence_get()

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

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


[Bug 936000] Re: gwibber crashed with SIGSEGV in g_sequence_get()

2012-02-19 Thread Apport retracing service
*** This bug is a duplicate of bug 916748 ***
https://bugs.launchpad.net/bugs/916748

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 #916748, 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/936000/+attachment/2756592/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/936000/+attachment/2756594/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/936000/+attachment/2756595/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/936000/+attachment/2756596/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/936000/+attachment/2756597/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/936000/+attachment/2756598/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/936000/+attachment/2756599/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

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

Title:
  gwibber crashed with SIGSEGV in g_sequence_get()

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

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


[Bug 935948] Re: the installation failed

2012-02-19 Thread Ubuntu Foundation's Bug Bot
The attachment partman e syslog of this bug report has been identified
as being a patch.  The ubuntu-reviewers team has been subscribed to the
bug report so that they can review the patch.  In the event that this is
in fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
reviewers team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  the installation failed

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

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


[Bug 936005] Re: The kerner requires the following feature not presisting on your cpu: pae

2012-02-19 Thread jevgtv
** Attachment added: 18022012(004).jpg
   
https://bugs.launchpad.net/bugs/936005/+attachment/2756628/+files/18022012%28004%29.jpg

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

Title:
  The kerner requires the following feature not presisting on your cpu:
  pae

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

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


[Bug 936005] [NEW] The kerner requires the following feature not presisting on your cpu: pae

2012-02-19 Thread jevgtv
Public bug reported:

it is unable to use a live usb of ubuntu 12.04 Alpha-2. After starting of my 
machine failure noitce apears: The kerner requires the following feature not 
presisting on your cpu: pae 
Dell Latitude 110L Intel Pentium M 1,7

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  The kerner requires the following feature not presisting on your cpu:
  pae

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

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


[Bug 780505] Re: Untranslated strings in gtk-window-decorator

2012-02-19 Thread Daniel van Vugt
** Summary changed:

- Untranslated strings in unity-window-decorator
+ Untranslated strings in gtk-window-decorator

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

Title:
  Untranslated strings in gtk-window-decorator

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

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


[Bug 929956] Re: Ubuntu on HP 2000-410 US laptop doesn't recognize bluetooth or SD slot

2012-02-19 Thread Technical Support
SD card problem was a false alarm. After rebooting, the card works
normally.

The bluetooth problem was confirmed on a total of three 2000-410US
laptop computers - all updated to the most recent bios. Bluetooth worked
normally under Windows 7, but not under Ubuntu.

Strangely, a fourth 2000-410US laptop was able to use Bluetooth
normally.

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

Title:
  Ubuntu on HP 2000-410 US laptop doesn't recognize bluetooth or SD slot

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

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


[Bug 936007] [NEW] New upstream version 0.78

2012-02-19 Thread Micah Gersten
Public bug reported:

New upstream version builds in precise fixing bug 935062.  This should
also allow up to build connman on armhf which hasn't happened yet.

New upstream feature list:

ver 0.78:
Fix multiple issues with service connection states.
Fix multiple issues with technology handling.
Fix issue with DHCP file descriptor leakage.
Fix issue with open access points and WPS.
Fix issue with handling of cellular devices.
Fix issue with DNS proxy hostname resolving.
Add support for PPTP and L2TP VPN tunneling.
Add support for organized settings storage.
Add support for WiFi fast connect handling.
Add support for better WiFi error handling.
Add support for integrated WISPr handling.

ver 0.77:
Fix issue with iptables API breakage.
Fix issue with agent input handling.
Fix issue with empty cellular operator name.
Fix issue with reference counting for network objects.
Fix issue with missing D-Bus signals for proxy changes.
Fix issue with group identifier and hidden WiFi networks.
Fix issue with setting wrong gateway for PPP connections.
Fix issue with mismatch of stored IP configuration settings.
Fix issue with not stopping DHCP for IPv4 configuration.
Add support for remembering last IP address from DHCP.
Add support for EAP-GTC authentication method.

** Affects: connman (Ubuntu)
 Importance: Medium
 Status: New

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

** Description changed:

  New upstream version builds in precise fixing bug 935062.  This should
- also allow up to build connman on precise which hasn't happened yet.
+ also allow up to build connman on armhf which hasn't happened yet.
  
  New upstream feature list:
  
  ver 0.78:
- Fix multiple issues with service connection states.
- Fix multiple issues with technology handling.
- Fix issue with DHCP file descriptor leakage.
- Fix issue with open access points and WPS.
- Fix issue with handling of cellular devices.
- Fix issue with DNS proxy hostname resolving.
- Add support for PPTP and L2TP VPN tunneling.
- Add support for organized settings storage.
- Add support for WiFi fast connect handling.
- Add support for better WiFi error handling.
- Add support for integrated WISPr handling.
+ Fix multiple issues with service connection states.
+ Fix multiple issues with technology handling.
+ Fix issue with DHCP file descriptor leakage.
+ Fix issue with open access points and WPS.
+ Fix issue with handling of cellular devices.
+ Fix issue with DNS proxy hostname resolving.
+ Add support for PPTP and L2TP VPN tunneling.
+ Add support for organized settings storage.
+ Add support for WiFi fast connect handling.
+ Add support for better WiFi error handling.
+ Add support for integrated WISPr handling.
  
  ver 0.77:
- Fix issue with iptables API breakage.
- Fix issue with agent input handling.
- Fix issue with empty cellular operator name.
- Fix issue with reference counting for network objects.
- Fix issue with missing D-Bus signals for proxy changes.
- Fix issue with group identifier and hidden WiFi networks.
- Fix issue with setting wrong gateway for PPP connections.
- Fix issue with mismatch of stored IP configuration settings.
- Fix issue with not stopping DHCP for IPv4 configuration.
- Add support for remembering last IP address from DHCP.
- Add support for EAP-GTC authentication method.
+ Fix issue with iptables API breakage.
+ Fix issue with agent input handling.
+ Fix issue with empty cellular operator name.
+ Fix issue with reference counting for network objects.
+ Fix issue with missing D-Bus signals for proxy changes.
+ Fix issue with group identifier and hidden WiFi networks.
+ Fix issue with setting wrong gateway for PPP connections.
+ Fix issue with mismatch of stored IP configuration settings.
+ Fix issue with not stopping DHCP for IPv4 configuration.
+ Add support for remembering last IP address from DHCP.
+ Add support for EAP-GTC authentication method.

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

Title:
  New upstream version 0.78

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

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

[Bug 935062] Re: connman version 0.76-0ubuntu2 FTBFS on i386 in precise

2012-02-19 Thread Micah Gersten
New upstream version builds, filed bug 936007.

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

** Changed in: connman (Ubuntu Precise)
 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/935062

Title:
  connman version 0.76-0ubuntu2 FTBFS on i386 in precise

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

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


[Bug 780505] Re: Untranslated strings in gtk-window-decorator

2012-02-19 Thread Daniel van Vugt
Merged into lp:compiz-core at revision 3007

** Changed in: compiz-core
   Status: In Progress = Fix Committed

** Changed in: compiz-core
Milestone: 0.9.7.2 = 0.9.7.0

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

Title:
  Untranslated strings in gtk-window-decorator

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

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


[Bug 780505] Re: Untranslated strings in gtk-window-decorator

2012-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:compiz-core

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

Title:
  Untranslated strings in gtk-window-decorator

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

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


[Bug 717444] Re: Window management - Invisible border does not extend to the top of the window

2012-02-19 Thread Daniel van Vugt
** No longer affects: compiz-core

** Project changed: unity = compiz-core

** Changed in: compiz-core
Milestone: backlog = None

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

** Changed in: compiz-core
Milestone: None = 0.9.7.2

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

Title:
  Window management - Invisible border does not extend to the top of the
  window

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

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


[Bug 934048] Re: Nothing works after a while after I have logged on except for the left mouse

2012-02-19 Thread Bryce Harrington
Hi Angutivik Casper Rúnur Tausen Hansen,
Hmm...  I'm not sure I totally understand your description of the problem.  
Could you please elaborate and clarify?  You may find it helpful to read How 
to report bugs effectively 
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html or the Ubuntu-X bug 
reporting guidelines at http://wiki.ubuntu.com/X/Reporting .

** Changed in: xorg (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/934048

Title:
  Nothing works after a while after I have logged on except for the left
  mouse

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

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

[Bug 932309] Re: Xorg crash

2012-02-19 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) = xserver-xorg-video-intel (Ubuntu)

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

Title:
  Xorg crash

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

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


[Bug 931092] Re: Precise, VLC/SMPlayer crashes XORG; setting output to GLX in VLC, fixes the problem

2012-02-19 Thread Bryce Harrington
** Summary changed:

- Precise, VLC/SMPlayer crashes XORG
+ Precise, VLC/SMPlayer crashes XORG; setting output to GLX in VLC, fixes 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/931092

Title:
  Precise, VLC/SMPlayer crashes XORG; setting output to GLX in VLC,
  fixes the problem

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

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


[Bug 709869] Re: Noise in left channel with USB audio device

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

** Changed in: pulseaudio (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/709869

Title:
  Noise in left channel with USB audio device

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

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


[Bug 871764]

2012-02-19 Thread Yaron
I don't think it's critical but still worth mentioning, the arrow near the
category title is pointing the wrong direction, I hope we will get to that
also pretty soon ☺

Kind regards,
Yaron Shahrabani.

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

Title:
  Ubuntu right-to-left consistency

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

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

[Bug 709869] Re: Noise in left channel with USB audio device

2012-02-19 Thread raevol
This bug also effects me. If I can provide any logs or output or
anything, please let me know. Xubuntu 11.10, with a USB UCA202 device.
My email is mickeylyle at g mail

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

Title:
  Noise in left channel with USB audio device

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

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


[Bug 936007] Re: New upstream version 0.78

2012-02-19 Thread Micah Gersten
** Description changed:

  New upstream version builds in precise fixing bug 935062.  This should
- also allow up to build connman on armhf which hasn't happened yet.
+ also allow up to build connman on armhf which hasn't happened yet.  This
+ should in theory also allow connman's reverse dependency fso-gsmd to
+ build on armhf as it builds against the new version.
  
  New upstream feature list:
  
  ver 0.78:
  Fix multiple issues with service connection states.
  Fix multiple issues with technology handling.
  Fix issue with DHCP file descriptor leakage.
  Fix issue with open access points and WPS.
  Fix issue with handling of cellular devices.
  Fix issue with DNS proxy hostname resolving.
  Add support for PPTP and L2TP VPN tunneling.
  Add support for organized settings storage.
  Add support for WiFi fast connect handling.
  Add support for better WiFi error handling.
  Add support for integrated WISPr handling.
  
  ver 0.77:
  Fix issue with iptables API breakage.
  Fix issue with agent input handling.
  Fix issue with empty cellular operator name.
  Fix issue with reference counting for network objects.
  Fix issue with missing D-Bus signals for proxy changes.
  Fix issue with group identifier and hidden WiFi networks.
  Fix issue with setting wrong gateway for PPP connections.
  Fix issue with mismatch of stored IP configuration settings.
  Fix issue with not stopping DHCP for IPv4 configuration.
  Add support for remembering last IP address from DHCP.
  Add support for EAP-GTC authentication method.

** Description changed:

  New upstream version builds in precise fixing bug 935062.  This should
- also allow up to build connman on armhf which hasn't happened yet.  This
+ also allow us to build connman on armhf which hasn't happened yet.  This
  should in theory also allow connman's reverse dependency fso-gsmd to
  build on armhf as it builds against the new version.
  
  New upstream feature list:
  
  ver 0.78:
  Fix multiple issues with service connection states.
  Fix multiple issues with technology handling.
  Fix issue with DHCP file descriptor leakage.
  Fix issue with open access points and WPS.
  Fix issue with handling of cellular devices.
  Fix issue with DNS proxy hostname resolving.
  Add support for PPTP and L2TP VPN tunneling.
  Add support for organized settings storage.
  Add support for WiFi fast connect handling.
  Add support for better WiFi error handling.
  Add support for integrated WISPr handling.
  
  ver 0.77:
  Fix issue with iptables API breakage.
  Fix issue with agent input handling.
  Fix issue with empty cellular operator name.
  Fix issue with reference counting for network objects.
  Fix issue with missing D-Bus signals for proxy changes.
  Fix issue with group identifier and hidden WiFi networks.
  Fix issue with setting wrong gateway for PPP connections.
  Fix issue with mismatch of stored IP configuration settings.
  Fix issue with not stopping DHCP for IPv4 configuration.
  Add support for remembering last IP address from DHCP.
  Add support for EAP-GTC authentication method.

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

Title:
  New upstream version 0.78

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

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

Re: [Bug 921407] Re: application window does not get the focus returned

2012-02-19 Thread Ritesh Raj Sarraf
I am now on:

 ii  unity 
5.4.0-0ubuntu1   Interface designed for
efficiency of space and interaction.

and the buggy behavior still persists.

-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.

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

Title:
  application window does not get the focus returned

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

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


[Bug 936010] Re: synaptic crashed with SIGSEGV

2012-02-19 Thread Apport retracing service
*** This bug is a duplicate of bug 930657 ***
https://bugs.launchpad.net/bugs/930657

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 #930657, 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/936010/+attachment/2756637/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/936010/+attachment/2756640/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/936010/+attachment/2756644/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/936010/+attachment/2756645/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/936010/+attachment/2756646/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/936010/+attachment/2756647/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/936010/+attachment/2756648/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 930657
   synaptic crashed with SIGSEGV

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

Title:
  synaptic crashed with SIGSEGV

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

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


[Bug 936018] Re: update-software-center-channels crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name org.debian.AptXapianIndex was not provided by any .s

2012-02-19 Thread Dmitry Shachnev
** Visibility changed to: Public

** Description changed:

- update-software-center-channels crashed with DBusException in
- call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name
- org.debian.AptXapianIndex was not provided by any .service files
- 
  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.9
  ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
  Uname: Linux 3.2.0-16-generic i686
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  Date: Sun Feb 19 12:12:08 2012
  DuplicateOf: https://bugs.launchpad.net/bugs/917012
  ExecutablePath: /usr/share/software-center/update-software-center-channels
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100318)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python 
/usr/share/software-center/update-software-center-channels
  PythonArgs: ['/usr/share/software-center/update-software-center-channels']
  SourcePackage: software-center
  Title: update-software-center-channels crashed with DBusException in 
call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.debian.AptXapianIndex was not provided by any .service files
  UpgradeStatus: Upgraded to precise on 2012-02-10 (8 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
nopasswdlogin plugdev sambashare tape video

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

Title:
  update-software-center-channels crashed with DBusException in
  call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name
  org.debian.AptXapianIndex was not provided by any .service files

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

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


[Bug 935237] Re: libinfinity version 0.5.1-2 FTBFS on amd64 armhf in precise

2012-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package libinfinity - 0.5.1-2ubuntu1

---
libinfinity (0.5.1-2ubuntu1) precise; urgency=low

  * Updated aclocal.m4 to fix FTBFS with automake 1.11.3 (LP: #935237).
 -- Leo Iannacone l...@ubuntu.com   Sun, 19 Feb 2012 02:37:16 +0100

** Changed in: libinfinity (Ubuntu Precise)
   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/935237

Title:
  libinfinity version 0.5.1-2 FTBFS on amd64 armhf in precise

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

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


[Bug 751630] Re: Right click should present a context menu in unity dash

2012-02-19 Thread Nidal R
Where is this design discussion because this badly needs to be implemented.
More importantly where is the context-menu for files, such as  very essential 
options like Open with.., Properties etc.
If unity at least gave an  Open Containing Folder.. option one could use 
nautilus to perform advanced operations.

As it stands, Files  folders can only be used to perform one task -
find and open the file with default program.

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

Title:
  Right click should present a context menu in unity dash

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

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


[Bug 936016] Re: synaptic crashed with SIGABRT in raise()

2012-02-19 Thread Kiranssit29
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/936016

Title:
  synaptic crashed with SIGABRT in raise()

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

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


[Bug 911620] Re: kdump is showing warnings after the latest dist-upgrade (warning: kdump start runlevel arguments (2) do not match LSB Default-Start values (0 1 2 3 4 5))

2012-02-19 Thread Alex Leach
I just saw this same error message after installing kexec-tools.
Installing kdump-tools *seemed* to get rid of the error message; tested
by running `update-grub`, and didn't see this message.

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

Title:
  kdump is showing warnings after the latest dist-upgrade (warning:
  kdump start runlevel arguments (2) do not match LSB Default-Start
  values (0 1 2 3 4 5))

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

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


[Bug 926007] Re: Panic, Attempted to kill init. ? printk+0x2d/0x2f

2012-02-19 Thread Jani Uusitalo
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Panic, Attempted to kill init. ? printk+0x2d/0x2f

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

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


[Bug 926012] Re: With a -pae kernel, freeze during boot when wistron_btns loaded

2012-02-19 Thread Jani Uusitalo
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  With a -pae kernel, freeze during boot when wistron_btns loaded

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

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


[Bug 713035] Re: synaptic hung after updates (called from update-manager)

2012-02-19 Thread Gary M
Issue not seen with current Ubuntu releases.

** Changed in: synaptic (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  synaptic hung after updates (called from update-manager)

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

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


[Bug 935237] Re: libinfinity version 0.5.1-2 FTBFS on amd64 armhf in precise

2012-02-19 Thread Andreas Moog
Taking for sponsoring.

** Changed in: libinfinity (Ubuntu Precise)
   Status: Confirmed = In Progress

** Changed in: libinfinity (Ubuntu Precise)
 Assignee: (unassigned) = Andreas Moog (amoog)

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

Title:
  libinfinity version 0.5.1-2 FTBFS on amd64 armhf in precise

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

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


[Bug 936016] [NEW] synaptic crashed with SIGABRT in raise()

2012-02-19 Thread Kiranssit29
Public bug reported:

When I started Synaptic package manager it crashed due to SIGABRT
signal. Later gnome interface has also disappeared. Looks like I need to
reboot my system.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: synaptic 0.75.5~exp6
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic i686
ApportVersion: 1.91-0ubuntu1
Architecture: i386
Date: Sun Feb 19 14:23:54 2012
ExecutablePath: /usr/sbin/synaptic
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcCmdline: /usr/sbin/synaptic
Signal: 6
SourcePackage: synaptic
StacktraceTop:
 raise () from /lib/i386-linux-gnu/libc.so.6
 abort () from /lib/i386-linux-gnu/libc.so.6
 ?? () from /lib/i386-linux-gnu/libc.so.6
 __assert_fail () from /lib/i386-linux-gnu/libc.so.6
 _XAllocID () from /usr/lib/i386-linux-gnu/libX11.so.6
Title: synaptic crashed with SIGABRT in raise()
UpgradeStatus: Upgraded to precise on 2012-02-17 (2 days ago)
UserGroups:

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


** Tags: apport-crash i386 precise

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

Title:
  synaptic crashed with SIGABRT in raise()

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

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


[Bug 936017] Re: grub-mount crashed with SIGABRT in raise()

2012-02-19 Thread Apport retracing service
*** This bug is a duplicate of bug 775377 ***
https://bugs.launchpad.net/bugs/775377

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 #775377, 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/936017/+attachment/2756685/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/936017/+attachment/2756687/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/936017/+attachment/2756689/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/936017/+attachment/2756690/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/936017/+attachment/2756691/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/936017/+attachment/2756692/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/936017/+attachment/2756693/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 775377
   grub-mount assert failure: *** glibc detected *** grub-mount: free(): 
invalid next size (fast): 0x08d25b98 ***

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

Title:
  grub-mount crashed with SIGABRT in raise()

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

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


[Bug 935185] Re: imvirt version 0.9.1-1 FTBFS on amd64 in precise

2012-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package imvirt - 0.9.1-1ubuntu1

---
imvirt (0.9.1-1ubuntu1) precise; urgency=low

  * Regenerae aclocal.m4 to fix FTBFS (LP: #935185).
 -- Leo Iannacone l...@ubuntu.com   Sun, 19 Feb 2012 02:27:18 +0100

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

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

Title:
  imvirt version 0.9.1-1 FTBFS on amd64 in precise

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

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


[Bug 932439]

2012-02-19 Thread Bryce Harrington
Bug #45614 may be related to or a dupe of this bug.

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

Title:
  Horizontal scrolling on Apple Mighty Mouse reversed recently

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

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


[Bug 935150] Re: grass version 6.4.1-1ubuntu1 FTBFS on i386 in precise

2012-02-19 Thread Andreas Moog
Taking for sponsoring.

** Changed in: grass (Ubuntu Precise)
   Status: Confirmed = In Progress

** Changed in: grass (Ubuntu Precise)
 Assignee: (unassigned) = Andreas Moog (amoog)

** Changed in: grass (Ubuntu Precise)
   Status: In Progress = Incomplete

** Changed in: grass (Ubuntu Precise)
 Assignee: Andreas Moog (amoog) = Leo Iannacone (l3on)

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

Title:
  grass version 6.4.1-1ubuntu1 FTBFS on i386 in precise

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

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


[Bug 936028] Re: powertop crashed with SIGSEGV in __strcpy_chk()

2012-02-19 Thread SiRiusCb
** 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/936028

Title:
  powertop crashed with SIGSEGV in __strcpy_chk()

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

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


[Bug 934270] Re: We need to drop the current GTK+ UI in favor of the Qt UI

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

** Changed in: ubuntuone-control-panel (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/934270

Title:
  We need to drop the current GTK+ UI in favor of the Qt UI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-control-panel/+bug/934270/+subscriptions

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


[Bug 936016] Re: synaptic crashed with SIGABRT in raise()

2012-02-19 Thread Robert Roth
** Tags added: needs-i386-retrace

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

Title:
  synaptic crashed with SIGABRT in raise()

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

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


[Bug 934270] Re: We need to drop the current GTK+ UI in favor of the Qt UI

2012-02-19 Thread Dmitry Shachnev
** Changed in: ubuntuone-control-panel (Ubuntu)
   Status: Confirmed = New

** Description changed:

  The current Ubuntu One control panel that is shipped by default in
  Ubuntu is a GTK+ UI which the Ubuntu One team is no longer supporting.
  Some of the problems with that UI are:
  
  * uses the deprecated pygtk bindings
  * offers to install  desktopcouch which no longer is supported
  * is not aligned with the Ubuntu One new branding guidelines, and it does not 
show the information in a consistent way with the rest of the platforms we 
support
  
  The Ubuntu One team has decided to build a new control panel using the
  Qt toolkit, which solves all the above, giving us the following
  advantages:
  
  * does not use any deprecated library
  * is currently supported and will keep being supported for the whole LTS cycle
- * present a uniform graphical interface across all the platforms that Ubutu 
One supports (and this is very important from a branding point of view)
+ * present a uniform graphical interface across all the platforms that Ubuntu 
One supports (and this is very important from a branding point of view)
  * has all the messages and string revised by our Marketing department
  * has a design that has been developed taking into consideration usability, 
translations, usefulness
  
  The Qt control panel requires python-qt4, so this bug represent the need
  to have that dependency in the CD so the Ubuntu One team can keep
  shipping the Qt control panel in the CD as well.

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

Title:
  We need to drop the current GTK+ UI in favor of the Qt UI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-control-panel/+bug/934270/+subscriptions

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


[Bug 932594] Re: Firefox always starts with This is embarrassing

2012-02-19 Thread Reg Kennedy
Shame that the most recent update didn't cure this

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

Title:
  Firefox always starts with This is embarrassing

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

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


[Bug 923087] Re: simple-scan always crashes when starting to scan

2012-02-19 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 924324 ***
https://bugs.launchpad.net/bugs/924324

** Branch linked: lp:compiz-core

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

Title:
  simple-scan always crashes when starting to scan

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

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


[Bug 917771] Re: Launcher freezes but can still be used

2012-02-19 Thread Ingo Gerth
To put it this way, it did not happen again. But some bugs happen really
rarely, so I can not say it is not present anymore. Anyway, let's keep
it invalid and I'll set the status to confirmed again should it occur
again.

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

Title:
  Launcher freezes but can still be used

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

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


[Bug 936033] [NEW] Search terms reset when one presses backspace

2012-02-19 Thread Roman Yepishev
Public bug reported:

STR:

0. Open Software Center
1. Click on the Search field
2. Enter web bt
3. Realise that's an error, give it a second to complete search on web bt
4. Press backspace with intention to start typing rowser

Actual Results:
If the search results for incorrect entry are displayed, pressing Backspace 
triggers search widget reset (erases the content). One has only a second before 
search is completed.

Expected Results:
If there were no focus changes then the search term should not be reset.

Additionally this is may not be the best way to handle backspace, since
I may want to correct the terms after a wrong search and erasing the
whole entry is not that friendly.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: software-center 5.1.9
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic-pae 3.2.6
Uname: Linux 3.2.0-16-generic-pae i686
ApportVersion: 1.91-0ubuntu1
Architecture: i386
Date: Sun Feb 19 11:16:17 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120119)
PackageArchitecture: all
SourcePackage: software-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise

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

Title:
  Search terms reset when one presses backspace

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

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


[Bug 936033] Re: Search terms reset when one presses backspace

2012-02-19 Thread Roman Yepishev
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/936033

Title:
  Search terms reset when one presses backspace

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

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


[Bug 935180] Re: ikarus version 0.0.3+bzr.2010.01.26-1 FTBFS on amd64 in precise

2012-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package ikarus - 0.0.3+bzr.2010.01.26-1ubuntu1

---
ikarus (0.0.3+bzr.2010.01.26-1ubuntu1) precise; urgency=low

  * Fix FTBFS: Replace pkglib (deprecated) with pkgdata in Makefile.am
(LP: #935180)
 -- Leo Iannacone l...@ubuntu.com   Sun, 19 Feb 2012 01:33:44 +0100

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

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

Title:
  ikarus version 0.0.3+bzr.2010.01.26-1 FTBFS on amd64 in precise

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

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


[Bug 934704] [NEW] php5 apache cannot use $_post read data

2012-02-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I open (register_globals=on )
then cannot use $_post read data.
I use ubuntu desktop v. 11.10.

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


** Tags: apache php5
-- 
php5 apache cannot use $_post read data
https://bugs.launchpad.net/bugs/934704
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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


[Bug 936035] [NEW] Show more arrow is LTR in RTL mirrored layout

2012-02-19 Thread Shahar Or
Public bug reported:

Dear Ones,

The arrow next to the Show more near category names like in this
screenshot shoud be mirrored.

Look at הצגת התאמה נוספת 1 near Recently Used.

Thanks!

** Affects: unity-2d (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: precise rtl

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

Title:
  Show more arrow is LTR in RTL mirrored layout

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

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

[Bug 936035] Re: Show more arrow is LTR in RTL mirrored layout

2012-02-19 Thread Shahar Or
** Attachment added: Screen shot!
   
https://bugs.launchpad.net/bugs/936035/+attachment/2756773/+files/unity-2d-rockin-rtl.png

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

Title:
  Show more arrow is LTR in RTL mirrored layout

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

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


[Bug 935136] Re: gnurobots version 2:1.2.0-4ubuntu3 FTBFS on i386 in precise

2012-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package gnurobots - 2:1.2.0-4ubuntu4

---
gnurobots (2:1.2.0-4ubuntu4) precise; urgency=low

  * Fix FTBFS: replacing g_thread_* deprecated functions.
(LP: #935136).
 -- Leo Iannacone l...@ubuntu.com   Sat, 18 Feb 2012 23:52:11 +0100

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

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

Title:
  gnurobots version 2:1.2.0-4ubuntu3 FTBFS on i386 in precise

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

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


[Bug 935097] Re: gdb-mingw-w64 version 3 FTBFS on i386 in precise

2012-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/gdb-mingw-w64

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

Title:
  gdb-mingw-w64 version 3 FTBFS on i386 in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb-mingw-w64/+bug/935097/+subscriptions

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


[Bug 934952] Re: FFE: Sync redeclipse-data 1.2-1 (multiverse) from Debian unstable (non-free)

2012-02-19 Thread Martin Erik Werner
Ah, subscribing ubuntu-release instead of -sponsors. Should the status
be wishlist or new? The only place I see any mention of it is at the
sync request documentation which says that it should be new...

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

Title:
  FFE: Sync redeclipse-data 1.2-1 (multiverse) from Debian unstable
  (non-free)

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

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


[Bug 934951] Re: FFE: Sync redeclipse 1.2-1 (universe) from Debian unstable (contrib)

2012-02-19 Thread Martin Erik Werner
Ah, subscribing ubuntu-release instead of -sponsors. Should the status
be wishlist or new? The only place I see any mention of it is at the
sync request documentation which says that it should be new...

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

Title:
  FFE: Sync redeclipse 1.2-1 (universe) from Debian unstable (contrib)

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

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


[Bug 934095] Re: Backlight does not work on Toshiba Satellite L750-17P laptop

2012-02-19 Thread Pikachux
** Summary changed:

- Hotkeys/Fn key do not work on Toshiba Satellite L750-17P laptop
+ Backlight does not work on Toshiba Satellite L750-17P laptop

** Summary changed:

- Backlight does not work on Toshiba Satellite L750-17P laptop
+ Backlight control does not work on Toshiba Satellite L750-17P laptop

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

Title:
  Backlight control does not work on Toshiba Satellite L750-17P laptop

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

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


[Bug 936034] Re: compiz crashed with SIGSEGV in CompPlugin::VTableForScreenAndWindowunity::UnityScreen, unity::UnityWindow::finiWindow()

2012-02-19 Thread Apport retracing service
*** This bug is a duplicate of bug 931068 ***
https://bugs.launchpad.net/bugs/931068

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 #931068, 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/936034/+attachment/2756765/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/936034/+attachment/2756767/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/936034/+attachment/2756768/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/936034/+attachment/2756769/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/936034/+attachment/2756770/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/936034/+attachment/2756771/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/936034/+attachment/2756772/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

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

Title:
  compiz crashed with SIGSEGV in
  CompPlugin::VTableForScreenAndWindowunity::UnityScreen,
  unity::UnityWindow::finiWindow()

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

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


[Bug 936036] Re: oneconf-query crashed with ImportError in /usr/lib/python2.7/dist-packages/oneconf/packagesethandler.py: No module named distributor

2012-02-19 Thread SiRiusCb
** 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/936036

Title:
  oneconf-query crashed with ImportError in /usr/lib/python2.7/dist-
  packages/oneconf/packagesethandler.py: No module named distributor

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

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


[Bug 935226] Re: libg3d version 0.0.8-15 FTBFS on amd64 and armhf in precise

2012-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/libg3d

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

Title:
  libg3d version 0.0.8-15 FTBFS on amd64 and armhf in precise

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

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


[Bug 935180] Re: ikarus version 0.0.3+bzr.2010.01.26-1 FTBFS on amd64 in precise

2012-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ikarus

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

Title:
  ikarus version 0.0.3+bzr.2010.01.26-1 FTBFS on amd64 in precise

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

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


[Bug 934704] Re: php5 apache cannot use $_post read data

2012-02-19 Thread Micah Gersten
** Project changed: php = php5 (Ubuntu)

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

Title:
  php5 apache cannot use $_post read data

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

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


[Bug 936041] [NEW] Desktop Icons are messed up when secondary screen is not present

2012-02-19 Thread prusswan
Public bug reported:

On a setup with two screens with icons on both of them, when the second
monitor is not present or unplugged, icons on that screen are not
relocated properly onto the first screen in any reasonable fashion.
Instead they appear as a clump of overlapping icons at the edge of the
first screen.

** Affects: nautilus (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/936041

Title:
  Desktop Icons are messed up when secondary screen is not present

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

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


[Bug 936038] [NEW] Xen guest installation failure following prompt

2012-02-19 Thread Cerin
Public bug reported:

The binary virt-install is nearly completely inoperable when using the
--prompt option. It appears to be encountering a Python exception.

myuser@localhost:~$ sudo virt-install --prompt
[sudo] password for myuser: 
Would you like a fully virtualized guest (yes or no)? This will allow you to 
run unmodified operating systems. 
yes
What is the name of your virtual machine? 
newmachine
How much RAM should be allocated (in megabytes)? 
2048

Starting install...
ERROR'NoneType' object has no attribute 'startswith'
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
  virsh --connect xen:/// start newmachine
otherwise, please restart your installation.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: virtinst 0.600.0-1ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-server 3.0.4
Uname: Linux 3.0.0-12-server x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sun Feb 19 04:37:55 2012
InstallationMedia: Ubuntu-Server 11.10 Oneiric Ocelot - Release amd64 
(20111011)
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: virtinst
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  Xen guest installation failure following prompt

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

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


[Bug 936038] Re: Xen guest installation failure following prompt

2012-02-19 Thread Cerin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/936038

Title:
  Xen guest installation failure following prompt

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

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


[Bug 930148] Re: Dodge windows is down but what about making the launcher autohide only on maximised apps ?

2012-02-19 Thread zzecool
One palliative solution could also be  to give the user the ability to
choose different behavior of the launcher per workspace  or per output.

So in workspace 1 i can have the launcher  in never hide  for internet , mail 
, twitting , chit  chat etc  
and for  workspace 2 to have the launcher in autohide  so i can use my screen 
to its full potential.

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

Title:
  Dodge windows is down but what about making the launcher autohide only
  on maximised apps ?

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

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


[Bug 733954] Re: can't install any package: bad gateway error

2012-02-19 Thread matteo sisti sette
Not that I know of.
Anyway, the issue disappeared.

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

Title:
  can't install any package: bad gateway error

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

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


[Bug 936052] [NEW] File browser hangs after a while

2012-02-19 Thread ubby
Public bug reported:

Since friday (after some updates) the file browser hangs after a while. It was 
also not posible to select files from the desktop anymore.
Friday I was using Ubuntu 11.10 32 bit. Because Ubuntu wasn't ussable anymore I 
have installed Ubuntu 11.10 64 bit. But now I have the same problem. 
I have just restart the computer that I  can fill this bug before the computer 
will have this problem agean.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.2.1-0ubuntu4.1
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sun Feb 19 10:44:51 2012
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=nl_NL.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug apport-lpi oneiric 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/936052

Title:
  File browser hangs after a while

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

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


[Bug 936052] Re: File browser hangs after a while

2012-02-19 Thread ubby
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/936052

Title:
  File browser hangs after a while

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

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


[Bug 936048] [NEW] Xen guest installation failure with virt-manager due to missing qemu-dm

2012-02-19 Thread Cerin
Public bug reported:

Attempting to install a Xen guest VM (Ubuntu 11.04 64-bit) using virt-
manager fails with the error:

Unable to complete install: 'POST operation failed: xend_post: error from 
xen daemon: (xend.err Error creating domain: device model 
'/usr/lib64/xen/bin/qemu-dm' not found)'

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/asyncjob.py, line 44, in 
cb_wrapper
callback(asyncjob, *args, **kwargs)
  File /usr/share/virt-manager/virtManager/create.py, line 1899, in 
do_install
guest.start_install(False, meter=meter)
  File /usr/lib/pymodules/python2.7/virtinst/Guest.py, line 1223, in 
start_install
noboot)
  File /usr/lib/pymodules/python2.7/virtinst/Guest.py, line 1291, in 
_create_guest
dom = self.conn.createLinux(start_xml or final_xml, 0)
  File /usr/lib/python2.7/dist-packages/libvirt.py, line 1686, in 
createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed', 
conn=self)
libvirtError: POST operation failed: xend_post: error from xen daemon: 
(xend.err Error creating domain: device model '/usr/lib64/xen/bin/qemu-dm' not 
found)

The path being used appears to be obsolete. This binary seems to be
actually located in /usr/lib/xen-4.1/bin/qemu-dm.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: virt-manager 0.9.0-1ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-12.20-server 3.0.4
Uname: Linux 3.0.0-12-server x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sun Feb 19 04:46:40 2012
InstallationMedia: Ubuntu-Server 11.10 Oneiric Ocelot - Release amd64 
(20111011)
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: virt-manager
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: virt-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  Xen guest installation failure with virt-manager due to missing qemu-
  dm

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

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


[Bug 936048] Re: Xen guest installation failure with virt-manager due to missing qemu-dm

2012-02-19 Thread Cerin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/936048

Title:
  Xen guest installation failure with virt-manager due to missing qemu-
  dm

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

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


[Bug 936047] Re: synaptic crashed with SIGSEGV

2012-02-19 Thread Apport retracing service
*** This bug is a duplicate of bug 930657 ***
https://bugs.launchpad.net/bugs/930657

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 #930657, 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/936047/+attachment/2756820/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/936047/+attachment/2756822/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/936047/+attachment/2756825/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/936047/+attachment/2756826/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/936047/+attachment/2756827/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/936047/+attachment/2756828/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/936047/+attachment/2756829/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 930657
   synaptic crashed with SIGSEGV

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

Title:
  synaptic crashed with SIGSEGV

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

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


[Bug 936053] [NEW] google-image search is broken in 1.1.7

2012-02-19 Thread Simon Steinbeiß
Public bug reported:

A while ago google-image search in gmusicbrowser stopped working.
This issue has been fixed upstream a while ago, would be nice to have this 
commit/fix backported:
https://github.com/squentin/gmusicbrowser/commit/15807e8c5cfd4a12b864d280afd1afa016401bc7

Test case: try to search for an album-cover or artist image by right-
clicking an image  Search Picture. This opens the image-search dialog
in which you can select various sources. Select google image and it
fails. After applying the fix it works again.

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

** Description changed:

  A while ago google-image search in gmusicbrowser stopped working.
  This issue has been fixed upstream a while ago, would be nice to have this 
commit/fix backported:
  
https://github.com/squentin/gmusicbrowser/commit/15807e8c5cfd4a12b864d280afd1afa016401bc7
+ 
+ Test case: try to search for an album-cover or artist image by right-
+ clicking an image  Search Picture. This opens the image-search dialog
+ in which you can select various sources. Select google image and it
+ fails. After applying the fix it works again.

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

Title:
  google-image search is broken in 1.1.7

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

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


[Bug 936041] Re: Desktop Icons are messed up when secondary screen is not present

2012-02-19 Thread prusswan
** Attachment added: added screenshot depicting right edge of first screen
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/936041/+attachment/2756853/+files/messed-up.png

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

Title:
  Desktop Icons are messed up when secondary screen is not present

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

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


[Bug 932381] Re: IT87 watchdog timer driver not working

2012-02-19 Thread Cinquero
** Tags added: kernel-bug-exists-upstream

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

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

Title:
  IT87 watchdog timer driver not working

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

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


[Bug 905610] Re: Update mc to version 4.8.1

2012-02-19 Thread Andreas Moog
This needs a FreezeException now that we are in Feature Freeze. See
https://wiki.ubuntu.com/FreezeExceptionProcess#FeatureFreeze_for_new_upstream_versions
how to request one.

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

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

** Changed in: mc (Ubuntu)
 Assignee: (unassigned) = Maarten Bezemer (veger)

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

Title:
  Update mc to version 4.8.1

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

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


[Bug 936056] [NEW] overlay scrollbars are broken in gmusicbrowser 1.1.7

2012-02-19 Thread Simon Steinbeiß
Public bug reported:

Using overlay scrollbars with gmusicbrowser causes a strange bug, some widgets 
just don't show up with it.
This issue has been fixed upstream and can be cherrypicked in form of this 
commit:
https://github.com/squentin/gmusicbrowser/commit/3d75f91e331ca3d8fee493542297df27aa909b1e

Testcase 1: Try and add a desktop-widget. That won't show up because it relied 
implicitly on the size of the scrollbar.
Testcase 2: Try to edit the comment-field in the song-properties. The 
comment-field doesn't show up because of the overlay-scrollbars.

** Affects: gmusicbrowser (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/936056

Title:
  overlay scrollbars are broken in gmusicbrowser 1.1.7

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

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


[Bug 936055] [NEW] Pinguy installation crashes on Toshiba notebook

2012-02-19 Thread AdewaleG
Public bug reported:

Right at the end of installation  ,  the installer reports that it has
crashed.

The Notebook is  a Toshiba C660-15Q   with 4GB Ram and 320 GB hard drive.
Installation is  11.04
/var/logs/syslog is blank, so not attached

** Affects: ubiquity (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/936055

Title:
  Pinguy installation crashes on Toshiba notebook

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

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


  1   2   3   4   5   6   7   8   9   10   >