[Bug 828036] Re: MySQL daemon keeps dying and restarting when using ssl connections

2012-03-11 Thread Micah Gersten
Unsubscribing ubuntu-sponsors as there's nothing to sponsor here, please
resubscribe if something needs to be uploaded.

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

Title:
  MySQL daemon keeps dying and restarting when using ssl connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/828036/+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 952199] [NEW] oneiric LAMP server: Apache consumes 100% of cpu in QEMU

2012-03-11 Thread macada
Public bug reported:

I'm running ubuntu server 11.10 in a kvm environmnet as a production server for 
php applications.
How ever, my apache installation is very standard, except for virtual hosts of 
course.

These are apache2.conf vbles:

Timeout 2
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 2

IfModule mpm_prefork_module
StartServers   5
MinSpareServers5
MaxSpareServers   15
ServerLimit  256
MaxClients   256
#50
MaxRequestsPerChild   1000
/IfModule


When Internet http clients are sending requests every single apache2 process 
almost immediately consumes 100% cpu until the request is done and falls back 
to  1% then. The access logs don't show anything except my requests. Error log 
is empty.

$ sudo lsb_release -rd
Description:Ubuntu 11.10
Release:11.10


$ sudo apt-cache policy apache2
apache2:
  Installed: 2.2.20-1ubuntu1.2
  Candidate: 2.2.20-1ubuntu1.2
  Version table:
 *** 2.2.20-1ubuntu1.2 0
500 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ oneiric-security/main amd64 
Packages
100 /var/lib/dpkg/status
 2.2.20-1ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages


$ sudo apt-cache policy libapache2-mod-php5
libapache2-mod-php5:
  Installed: 5.3.10-1~oneiric+2
  Candidate: 5.3.10-1~oneiric+2
  Version table:
 *** 5.3.10-1~oneiric+2 0
100 /var/lib/dpkg/status
 5.3.6-13ubuntu3.6 0
500 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ oneiric-security/main amd64 
Packages
 5.3.6-13ubuntu3.1 0
500 http://archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages


$ ls -la /etc/apache2/conf.d/
total 24
drwxr-xr-x 2 root root 4096 2012-03-11 13:13 .
drwxr-xr-x 7 root root 4096 2012-03-11 13:10 ..
-rw-r--r-- 1 root root  269 2011-09-06 20:38 charset
-rw-r--r-- 1 root root 3296 2011-09-06 20:38 localized-error-pages
-rw-r--r-- 1 root root  143 2011-09-06 20:38 other-vhosts-access-log
-rw-r--r-- 1 root root 1424 2011-09-06 20:38 security

$ ls -la /etc/apache2/mods-enabled/
total 8
drwxr-xr-x 2 root root 4096 2012-01-15 22:27 .
drwxr-xr-x 7 root root 4096 2012-03-11 13:10 ..
lrwxrwxrwx 1 root root   28 2012-01-15 18:57 alias.conf - 
../mods-available/alias.conf
lrwxrwxrwx 1 root root   28 2012-01-15 18:57 alias.load - 
../mods-available/alias.load
lrwxrwxrwx 1 root root   33 2012-01-15 18:57 auth_basic.load - 
../mods-available/auth_basic.load
lrwxrwxrwx 1 root root   33 2012-01-15 18:57 authn_file.load - 
../mods-available/authn_file.load
lrwxrwxrwx 1 root root   36 2012-01-15 18:57 authz_default.load - 
../mods-available/authz_default.load
lrwxrwxrwx 1 root root   38 2012-01-15 18:57 authz_groupfile.load - 
../mods-available/authz_groupfile.load
lrwxrwxrwx 1 root root   33 2012-01-15 18:57 authz_host.load - 
../mods-available/authz_host.load
lrwxrwxrwx 1 root root   33 2012-01-15 18:57 authz_user.load - 
../mods-available/authz_user.load
lrwxrwxrwx 1 root root   32 2012-01-15 18:57 autoindex.conf - 
../mods-available/autoindex.conf
lrwxrwxrwx 1 root root   32 2012-01-15 18:57 autoindex.load - 
../mods-available/autoindex.load
lrwxrwxrwx 1 root root   26 2012-01-15 18:57 cgi.load - 
../mods-available/cgi.load
lrwxrwxrwx 1 root root   30 2012-01-15 18:57 deflate.conf - 
../mods-available/deflate.conf
lrwxrwxrwx 1 root root   30 2012-01-15 18:57 deflate.load - 
../mods-available/deflate.load
lrwxrwxrwx 1 root root   26 2012-01-15 18:57 dir.conf - 
../mods-available/dir.conf
lrwxrwxrwx 1 root root   26 2012-01-15 18:57 dir.load - 
../mods-available/dir.load
lrwxrwxrwx 1 root root   26 2012-01-15 18:57 env.load - 
../mods-available/env.load
lrwxrwxrwx 1 root root   30 2012-01-15 21:06 headers.load - 
../mods-available/headers.load
lrwxrwxrwx 1 root root   27 2012-01-15 18:57 mime.conf - 
../mods-available/mime.conf
lrwxrwxrwx 1 root root   27 2012-01-15 18:57 mime.load - 
../mods-available/mime.load
lrwxrwxrwx 1 root root   34 2012-01-15 18:57 negotiation.conf - 
../mods-available/negotiation.conf
lrwxrwxrwx 1 root root   34 2012-01-15 18:57 negotiation.load - 
../mods-available/negotiation.load
lrwxrwxrwx 1 root root   27 2012-01-15 18:57 php5.conf - 
../mods-available/php5.conf
lrwxrwxrwx 1 root root   27 2012-01-15 18:57 php5.load - 
../mods-available/php5.load
lrwxrwxrwx 1 root root   33 2012-01-15 18:57 reqtimeout.conf - 
../mods-available/reqtimeout.conf
lrwxrwxrwx 1 root root   33 2012-01-15 18:57 reqtimeout.load - 
../mods-available/reqtimeout.load
lrwxrwxrwx 1 root root   30 2012-01-15 22:27 rewrite.load - 
../mods-available/rewrite.load
lrwxrwxrwx 1 root root   31 2012-01-15 18:57 setenvif.conf - 
../mods-available/setenvif.conf
lrwxrwxrwx 1 root root   31 2012-01-15 18:57 setenvif.load - 
../mods-available/setenvif.load
lrwxrwxrwx 1 root root   26 2012-01-15 21:02 ssl.conf - 

[Bug 950589] [NEW] unmet dependencies on installing mysql-server-5.1

2012-03-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

➜  ~  sudo apt-get install mysql-server-5.1
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mysql-server-5.1 : Depends: mysql-server-core-5.1 (= 5.1.58-1ubuntu1) but 
5.1.61-0ubuntu0.11.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: apt 0.8.16~exp5ubuntu13.2
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Fri Mar  9 12:49:37 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 LC_CTYPE=en_US.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: apt
UpgradeStatus: Upgraded to oneiric on 2012-03-08 (1 days ago)

** Affects: mysql-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric packaging unmetdeps
-- 
unmet dependencies on installing mysql-server-5.1
https://bugs.launchpad.net/bugs/950589
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to mysql-5.1 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 950589] Re: unmet dependencies on installing mysql-server-5.1

2012-03-11 Thread Hans Joachim Desserud
Fwiw, I am not able to reproduce this on a 32bit system. Might be 64bit
only.

** Tags added: unmetdeps

** Package changed: apt (Ubuntu) = mysql-5.1 (Ubuntu)

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

Title:
  unmet dependencies on installing mysql-server-5.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/950589/+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 951150] Re: lxc-start-ephemeral is not all ephemeral

2012-03-11 Thread Serge Hallyn
Hi Gary,

if that's what you want I'll happily import the branch, but my
understanding was that the -b directory was meant as a way to copy the
end result to the host.

The branch addressing this isn't linked to this bug yet.  Can you make
sure to add a changelog entry with a (LP: #951150) and push, so that it
will link to this bug?

thanks,
-serge

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

Title:
  lxc-start-ephemeral is not all ephemeral

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/951150/+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 948623] Re: Can't start more than 35 containers on my machine

2012-03-11 Thread Serge Hallyn
I'm not sure why I don't see my linked tree, but the proposed fix is at
lp:~serge-hallyn/ubuntu/precise/lxc/lxc-dont-watch-utmp

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

Title:
  Can't start more than 35 containers on my machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/948623/+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 952340] [NEW] autofs5 fails to install: post-installation script returned error exit status 1

2012-03-11 Thread Dmitri Fedorov
Public bug reported:

$ sudo apt-get install autofs5
...
Setting up autofs5 (5.0.6-0ubuntu4) ...
start: Job failed to start
invoke-rc.d: initscript autofs, action start failed.
dpkg: error processing autofs5 (--configure):
 subprocess installed
Errors were encountered while processing:
 autofs5
E: Sub-process /usr/bin/dpkg returned an error code (1)

and here is the apport bug file:

ProblemType: Bug
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Sun Mar 11 16:42:11 2012
Dependencies:
 adduser 3.113ubuntu2
 base-passwd 3.5.24
 busybox-initramfs 1:1.18.5-1ubuntu2
 coreutils 8.13-3ubuntu2
 cpio 2.11-7ubuntu1
 debconf 1.5.41ubuntu2
 debianutils 4.2.1ubuntu1
 dpkg 1.16.1.2ubuntu5
 findutils 4.4.2-4ubuntu1
 gcc-4.6-base 4.6.3-1ubuntu3
 ifupdown 0.7~beta2ubuntu6
 initramfs-tools 0.99ubuntu11
 initramfs-tools-bin 0.99ubuntu11
 initscripts 2.88dsf-13.10ubuntu10
 insserv 1.14.0-2.1ubuntu1
 iproute 2017-1ubuntu1
 klibc-utils 1.5.25-1ubuntu1
 libacl1 2.2.51-5ubuntu1
 libattr1 1:2.4.46-5ubuntu1
 libblkid1 2.20.1-1ubuntu2
 libbz2-1.0 1.0.6-1
 libc-bin 2.15-0ubuntu5
 libc6 2.15-0ubuntu5
 libdb5.1 5.1.25-11build1
 libdbus-1-3 1.4.18-1ubuntu1
 libdrm-intel1 2.4.30-1ubuntu1
 libdrm-nouveau1a 2.4.30-1ubuntu1
 libdrm-radeon1 2.4.30-1ubuntu1
 libdrm2 2.4.30-1ubuntu1
 libffi6 3.0.11~rc1-5
 libgcc1 1:4.6.3-1ubuntu3
 libglib2.0-0 2.31.20-0ubuntu2
 libklibc 1.5.25-1ubuntu1
 liblzma5 5.1.1alpha+20110809-3
 libmount1 2.20.1-1ubuntu2
 libncurses5 5.9-4
 libncursesw5 5.9-4
 libnih-dbus1 1.0.3-4ubuntu9
 libnih1 1.0.3-4ubuntu9
 libpam-modules 1.1.3-7ubuntu2
 libpam-modules-bin 1.1.3-7ubuntu2
 libpam0g 1.1.3-7ubuntu2
 libpciaccess0 0.12.902-1
 libpcre3 8.12-4
 libplymouth2 0.8.2-2ubuntu28
 libpng12-0 1.2.46-3ubuntu2
 libselinux1 2.1.0-4.1ubuntu1
 libslang2 2.2.4-3ubuntu1
 libtinfo5 5.9-4
 libudev0 175-0ubuntu6
 libuuid1 2.20.1-1ubuntu2
 libxml2 2.7.8.dfsg-5.1ubuntu4
 lsb-base 4.0-0ubuntu20
 makedev 2.3.1-89ubuntu2
 module-init-tools 3.16-1ubuntu2
 mount 2.20.1-1ubuntu2
 mountall 2.35
 multiarch-support 2.15-0ubuntu5
 ncurses-bin 5.9-4
 passwd 1:4.1.4.2+svn3283-3ubuntu4
 perl-base 5.14.2-6ubuntu1
 plymouth 0.8.2-2ubuntu28
 procps 1:3.2.8-11ubuntu6
 sed 4.2.1-9
 sensible-utils 0.0.6ubuntu2
 sysv-rc 2.88dsf-13.10ubuntu10
 sysvinit-utils 2.88dsf-13.10ubuntu10
 tar 1.26-4
 tzdata 2012b-1
 ucf 3.0025+nmu2ubuntu1
 udev 175-0ubuntu6
 upstart 1.4-0ubuntu8
 util-linux 2.20.1-1ubuntu2
 xz-utils 5.1.1alpha+20110809-3
 zlib1g 1:1.2.3.4.dfsg-3ubuntu4
DistroRelease: Ubuntu 12.04
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120227)
Package: autofs5 5.0.6-0ubuntu4
PackageArchitecture: amd64
ProcEnviron:
 LC_PAPER=en_DK.UTF-8
 LC_ADDRESS=en_DK.UTF-8
 LC_MONETARY=en_DK.UTF-8
 TERM=screen
 SHELL=/bin/bash
 LC_NUMERIC=en_DK.UTF-8
 LC_TELEPHONE=en_DK.UTF-8
 LANG=en_US.UTF-8
 LC_MEASUREMENT=en_DK.UTF-8
 LANGUAGE=en_US:en
 LC_TIME=en_DK.UTF-8
 LC_NAME=en_DK.UTF-8
ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
SourcePackage: autofs5
Tags:  precise
Uname: Linux 3.2.0-18-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)

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

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

Title:
  autofs5 fails to install:  post-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/952340/+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 952340] Re: autofs5 fails to install: post-installation script returned error exit status 1

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

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

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

Title:
  autofs5 fails to install:  post-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/952340/+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 952340] Re: autofs5 fails to install: post-installation script returned error exit status 1

2012-03-11 Thread Clint Byrum
Hi Dmitri. Can you please include the output of

grep autofs /var/log/syslog

and if it exists, /var/log/upstart/autofs.log ?

Thanks!

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

Title:
  autofs5 fails to install:  post-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/952340/+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 952340] Re: autofs5 fails to install: post-installation script returned error exit status 1

2012-03-11 Thread Dmitri Fedorov
@Clint Byrum:

$ grep autofs /var/log/syslog | tail
Mar 11 16:27:44 molveno kernel: [64449.010472] init: wait-for-state 
(autofs5ypbind) main process (19697) terminated with status 100
Mar 11 16:27:44 molveno kernel: [64449.020729] init: autofs pre-start process 
(19694) terminated with status 1
Mar 11 16:56:55 molveno kernel: [66196.495099] init: wait-for-state 
(autofs5ypbind) main process (21150) terminated with status 100
Mar 11 16:56:55 molveno kernel: [66196.500478] init: autofs pre-start process 
(21147) terminated with status 1
Mar 11 17:44:16 molveno kernel: [69031.679746] init: wait-for-state 
(autofs5ypbind) main process (22101) terminated with status 100
Mar 11 17:44:16 molveno kernel: [69031.686177] init: autofs pre-start process 
(22098) terminated with status 1
Mar 11 17:45:26 molveno kernel: [69101.285300] init: wait-for-state 
(autofs5ypbind) main process (22563) terminated with status 100
Mar 11 17:45:26 molveno kernel: [69101.290567] init: autofs pre-start process 
(22560) terminated with status 1
Mar 11 17:47:06 molveno kernel: [69201.474770] init: wait-for-state 
(autofs5ypbind) main process (23392) terminated with status 100
Mar 11 17:47:06 molveno kernel: [69201.481256] init: autofs pre-start process 
(23389) terminated with status 1

$ sudo cat /var/log/upstart/autofs.log | tail
start: Job failed to start
start: Job failed to start
start: Job failed to start
start: Job failed to start
start: Job failed to start
start: Job failed to start
start: Job failed to start
start: Job failed to start
start: Job failed to start
start: Job failed to start

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

Title:
  autofs5 fails to install:  post-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/952340/+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 952340] Re: autofs5 fails to install: post-installation script returned error exit status 1

2012-03-11 Thread Dmitri Fedorov
I have just realised that despite all the error messages, the autofs
system works and mounts the NFS filesystem just fine:

$ ps -A | grep auto
 9804 ?00:00:00 automount

$ mount | grep nfs
lirs10:/a/home/lirs10b/fedorov on /usr/users/fedorov type nfs 
(rw,addr=10.12.1.78)

nevertheless:

$ sudo dpkg --configure -a
Setting up autofs5 (5.0.6-0ubuntu4) ...
start: Job failed to start
invoke-rc.d: initscript autofs, action start failed.
dpkg: error processing autofs5 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 autofs5

Have I messed up my system somehow?

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

Title:
  autofs5 fails to install:  post-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/952340/+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 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2012-03-11 Thread Joni-Pekka Kurronen
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Upgrading Ubuntu LTS skips database version - Fatal error: Version
  error for database bacula. Wanted 12, got 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/579924/+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 579924] Missing required logs.

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

apport-collect 579924

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

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

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

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

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

Title:
  Upgrading Ubuntu LTS skips database version - Fatal error: Version
  error for database bacula. Wanted 12, got 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/579924/+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 952340] Re: autofs5 fails to install: post-installation script returned error exit status 1

2012-03-11 Thread Dmitri Fedorov
Ok, I can reproduce the bug any time now:

$ sudo apt-get install autofs5
...
Setting up autofs5 (5.0.6-0ubuntu4) ...
start: Job failed to start
invoke-rc.d: initscript autofs, action start failed.
dpkg: error processing autofs5 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 autofs5
E: Sub-process /usr/bin/dpkg returned an error code (1)

What happens---It seems---is that autofs fails to start via start
utility:

$ sudo start autofs
start: Job failed to start
$ cd ~fedorov
bash: cd: /usr/users/fedorov: No such file or directory

However, if I manually start automount, everything seems to work just
fine:

$ sudo automount
$ cd ~fedorov
/usr/users/fedorov$

So the bug seems to be not in autofs5 but rather in Upstart, no?

Should I mention also that the root filesystem on this box is on a
raid0?

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

Title:
  autofs5 fails to install:  post-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/952340/+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 374464] Re: ntpdate cannot be uninstalled without uninstalling ubuntu-minimal

2012-03-11 Thread koppor
*** This bug is a duplicate of bug 61619 ***
https://bugs.launchpad.net/bugs/61619

The problem reoccurs in Ubuntu 12.04 Beta as of 2012-03-11.

** This bug has been marked a duplicate of bug 61619
   ntpdate in -minimal should have an alternative

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

Title:
  ntpdate cannot be uninstalled without uninstalling ubuntu-minimal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/374464/+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 951150] Re: lxc-start-ephemeral is not all ephemeral

2012-03-11 Thread Gary Poster
Hi Serge.  I don't actually know the original intent of -b, but what you
say makes sense.  I changed our code to change all bind mounts in the
ephemeral's container to an ephemeral overlay, instead.  That's kind of
what I wanted anyway, but I was being lazy. :-)  I also worried it would
not be safe, but I thought about it some more and I think it might be
fine.

Also, now -b will change fstab rather than directly mounting, which
simplifies some of the cleanup code.

I'll add a changelog as you request.  We still want to test it a bit
more before we make an MP, but I'll link it now in case you have any
thoughts you want to share early.

Thanks!

** Branch linked: lp:~gary/ubuntu/precise/lxc/bug-951150

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

Title:
  lxc-start-ephemeral is not all ephemeral

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/951150/+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 948481] Re: adjust Build-Depends to include dh-apparmor

2012-03-11 Thread Launchpad Bug Tracker
This bug was fixed in the package quassel - 0.8~rc1-0ubuntu2

---
quassel (0.8~rc1-0ubuntu2) precise; urgency=low

  * Build-depend on dh-apparmor. (LP: #948481)
  * Append $CPPFLAGS to $CXXFLAGS.
  * Use pkg-info.mk instead of parsing the upstream version manually.
  * Drop ancient Conflicts and Replaces.
  * Bump Standards-Version to 3.9.3, no changes needed.
  * Switch AppArmor profile to enforce mode.
  * Don't pass -DCMAKE_BUILD_TYPE=Debugfull to cmake anymore. We want the
default build type RelWithDebugInfo.
  * Add an ufw application profile.
  * Use dh_install --sourcedir instead of specifying absolute paths in the
install files.
 -- Felix Geyer de...@ubuntu.com   Sun, 11 Mar 2012 23:00:26 +0100

** Changed in: quassel (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  adjust Build-Depends to include dh-apparmor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/948481/+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 948481] Re: adjust Build-Depends to include dh-apparmor

2012-03-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quassel

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

Title:
  adjust Build-Depends to include dh-apparmor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/948481/+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 828036] Re: MySQL daemon keeps dying and restarting when using ssl connections

2012-03-11 Thread Clint Byrum
With the security update to mysql 5.1.61 that is in lucid-proposed, this
should resolved. Linking to upstream bug and marking Fix Committed.
Should be Fix Released once 5.1.61 lands in lucid-security/lucid-
updates.

** Bug watch added: MySQL Bug System #34236
   http://bugs.mysql.com/bug.php?id=34236

** Also affects: mysql-server via
   http://bugs.mysql.com/bug.php?id=34236
   Importance: Unknown
   Status: Unknown

** Changed in: mysql-5.1 (Ubuntu Lucid)
   Status: In Progress = Fix Released

** Changed in: mysql-5.1 (Ubuntu Lucid)
   Status: Fix Released = Fix Committed

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

Title:
  MySQL daemon keeps dying and restarting when using ssl connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/828036/+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 885554] Re: mysql-server-5.1 Unpacking Halts 11.04-11.10 Server Upgrade

2012-03-11 Thread sleeping-scorpion
The same happened for me upgrading from 11.04 to 11.10.

Solution:

alt and F2
then type: gksudo service mysql stop

hey presto! install continues

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

Title:
  mysql-server-5.1 Unpacking Halts 11.04-11.10 Server Upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/885554/+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 948623] Re: Can't start more than 35 containers on my machine

2012-03-11 Thread Stéphane Graber
I didn't do extensive testing on it besides running the same test I used
to trigger the bug initially bug I can now run 150 containers on the
same machine using the fix from your branch, so looks like it works :)

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

Title:
  Can't start more than 35 containers on my machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/948623/+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 877040] Re: Can't login to 11.10 if autofs is used to mount network directories

2012-03-11 Thread Alex Cochrane
apport information

** Tags added: apport-collected oneiric

** Description changed:

- After entering a password at the login screen I get a black screen and
- then dumped back to the login screen. If I comment out the mounts in
- /etc/auto.foo I can log in fine. I can then also uncomment out the
- mounts and have autofs mount them. It only fails when trying to login
- with autofs setup to mount something. The mounts are via NFS and this
- setup worked on 11.04 prior to upgrading. Can reproduce across multiple
- computers. Let me know what logs you want.
+ After entering a password at the login screen I get a black screen and then 
dumped back to the login screen. If I comment out the mounts in /etc/auto.foo I 
can log in fine. I can then also uncomment out the mounts and have autofs mount 
them. It only fails when trying to login with autofs setup to mount something. 
The mounts are via NFS and this setup worked on 11.04 prior to upgrading. Can 
reproduce across multiple computers. Let me know what logs you want.
+ --- 
+ ApportVersion: 1.23-0ubuntu4
+ Architecture: amd64
+ CheckboxSubmission: 07f2dc2d64b254876a68ccb5add6fe97
+ CheckboxSystem: edda5d4f616ca792bf437989cb597002
+ DistroRelease: Ubuntu 11.10
+ InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
+ NonfreeKernelModules: nvidia
+ Package: autofs5 5.0.6-0ubuntu2
+ PackageArchitecture: amd64
+ ProcEnviron:
+  PATH=(custom, no user)
+  LANG=en_AU.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
+ Tags:  oneiric
+ Uname: Linux 3.0.0-16-generic x86_64
+ UpgradeStatus: Upgraded to oneiric on 2011-10-17 (146 days ago)
+ UserGroups: adm admin audio cdrom dialout fuse lpadmin plugdev sambashare

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/877040/+attachment/2854222/+files/Dependencies.txt

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

Title:
  Can't login to 11.10 if autofs is used to mount network directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/877040/+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 423252] Re: NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2 suexec, and atd

2012-03-11 Thread Alex Vandiver
I can confirm that the use nscd workaround no longer works in the
current Precise beta.  This will cause anyone updating from the current
LTS to the forthcoming LTS to be unable to run su, sudo, apache2 suexec,
and atd from LDAP accounts.

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

Title:
  NSS using LDAP+SSL breaks setuid applications like su, sudo, apache2
  suexec, and atd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/423252/+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 913935] Re: racoon segfaults when flusing SPD

2012-03-11 Thread Simon Déziel
Please, let me know if the backtrace is not enough.

** Changed in: ipsec-tools (Ubuntu)
   Status: Expired = Confirmed

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

Title:
  racoon segfaults when flusing SPD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/913935/+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 952052] [NEW] cannot log in as unity 3d

2012-03-11 Thread Sahaj
Public bug reported:

last , an error occurred cosidering copiz
i noticed that the title bar was missing so i uninstalled compiz
then i re installed it 
no i can not log in as unity 3d only 2d works 
no option of unity 3d on login screen as before
ubuntu 12.04 beta

** Affects: compiz (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/952052

Title:
  cannot log in as unity 3d

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

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


[Bug 952010] Re: [Precise] TOMOYO: Please apply fix for mount permission check.

2012-03-11 Thread Tetsuo Handa
OK. I'll try to run apport-collect after Bug 952035 was fixed.

I think John Johansen knows what this bug is, for I found this bug while I was
reviewing AppArmor's patches.
http://www.spinics.net/linux/fedora/linux-security-module/msg13088.html
http://www.spinics.net/linux/fedora/linux-security-module/msg13087.html

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

Title:
  [Precise] TOMOYO: Please apply fix for mount permission check.

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

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


[Bug 951860] Re: ubuntu-sso-login crashed with SIGSEGV in QSocketNotifier::setEnabled()

2012-03-11 Thread Robert Roth
*** This bug is a duplicate of bug 943046 ***
https://bugs.launchpad.net/bugs/943046

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

** This bug has been marked a duplicate of bug 943046
   ubuntu-sso-login crashed with SIGSEGV in QSocketNotifier::setEnabled()

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

Title:
  ubuntu-sso-login crashed with SIGSEGV in QSocketNotifier::setEnabled()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-sso-client/+bug/951860/+subscriptions

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


[Bug 951793] Re: window scroll bar not functioning well in ubuntu 12.04

2012-03-11 Thread Robert Roth
** Package changed: reportbug-ng (Ubuntu) = overlay-scrollbar (Ubuntu)

** Changed in: overlay-scrollbar (Ubuntu)
   Status: Incomplete = New

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

Title:
  window scroll bar not functioning well in ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/951793/+subscriptions

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


[Bug 951440] Re: vim-gnome ignores colorscheme setting from vimrc

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

** Changed in: vim (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/951440

Title:
  vim-gnome ignores colorscheme setting from vimrc

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

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


[Bug 949978] Re: Improve English grammar/spelling (setup is a noun)

2012-03-11 Thread Robert Roth
** Changed in: ubuntu-sso-client (Ubuntu)
   Status: New = Confirmed

** Changed in: ubuntu-sso-client (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Improve English grammar/spelling (setup is a noun)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-sso-client/+bug/949978/+subscriptions

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


[Bug 804662] Re: jockey-gtk crashed with TypeError in _execute_child(): execv() arg 2 must contain only strings

2012-03-11 Thread Paul Graydon
Installing manually works (for me)(, but not from Additional Hardware
Wizard

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

Title:
  jockey-gtk crashed with TypeError in _execute_child(): execv() arg 2
  must contain only strings

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

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


[Bug 455238] Re: Tangerine blocks session log out

2012-03-11 Thread flame panther
Experiencing same behavior in Oneiric Ocelot, AMD64.

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

Title:
  Tangerine blocks session log out

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

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


[Bug 952045] Missing required logs.

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

apport-collect 952045

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

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

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

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

** Tags added: precise

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at 009c

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

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


[Bug 951929] Re: alt+tab doesn't show gnome-terminal

2012-03-11 Thread Paul Graydon
Actually, I need to broaden the scope of this.  Looks like it's
affecting all sorts of apps at various stages.  E.g. currently I have
Chrome and Gnome-Terminal open.  Alt+tab shows Terminal and Desktop, but
not Chrome.

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

Title:
  alt+tab doesn't show gnome-terminal

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

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


[Bug 951929] Re: alt+tab doesn't show gnome-terminal

2012-03-11 Thread Paul Graydon
I'm not 100% convinced, but now wondering if it's just happening to the
first app started on boot.

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

Title:
  alt+tab doesn't show gnome-terminal

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

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


[Bug 951440] Re: vim-gnome ignores colorscheme setting from vimrc

2012-03-11 Thread Kagetsuki
I can confirm this issue. As a temporary workaround set colorscheme in
.gvimrc. I'm guessing someone included a system wide default gvimrc
which is being loaded after users local .vimrc?

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

Title:
  vim-gnome ignores colorscheme setting from vimrc

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

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


[Bug 946660] Re: Remove loop-aes-utils from Conflicts

2012-03-11 Thread Micah Gersten
** Bug watch added: Debian Bug tracker #662237
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662237

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

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

Title:
  Remove loop-aes-utils from Conflicts

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

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


[Bug 716814] Re: Please re-enable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*

2012-03-11 Thread Igor Malner
Will this work in Precise, i would really like to have lucid upgraded to
get new software, and have gnomeradio working with oss support. Tnx

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

Title:
  Please re-enable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS*

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

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


[Bug 952056] [NEW] Gnome Image viewer (eog) alters colors in some images

2012-03-11 Thread mediterran81
Public bug reported:

 GNOME image viewer modifies the RGB balance in some images. (Adds more
RED).

See screenshot attached. (The image is a green wallpaper, yet when
opened by eye of gnome, this latter changes its color definition and
becomes almost violet/blue).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: eog 3.3.91-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Sun Mar 11 08:42:02 2012
ExecutablePath: /usr/bin/eog
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: eog
UpgradeStatus: Upgraded to precise on 2012-03-11 (0 days ago)

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


** Tags: amd64 apport-bug apport-lpi precise

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

Title:
  Gnome Image viewer (eog) alters colors in some images

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

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


[Bug 952056] Re: Gnome Image viewer (eog) alters colors in some images

2012-03-11 Thread mediterran81
** Attachment added: Workspace 1_004.png
   
https://bugs.launchpad.net/bugs/952056/+attachment/2849047/+files/Workspace%201_004.png

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

Title:
  Gnome Image viewer (eog) alters colors in some images

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

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


[Bug 952054] [NEW] update manager won't download packages or update.

2012-03-11 Thread Dexter
Public bug reported:

E:Error, pkgProblemResolver::Resolve generated breaks, this may be
caused by held packages.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: update-manager 1:0.134.11.1
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sun Mar 11 00:57:59 2012
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LANGUAGE=en_US:en
SourcePackage: update-manager

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


** Tags: apport-bug i386 lucid

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

Title:
  update manager won't download packages or update.

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

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


[Bug 952054] Re: update manager won't download packages or update.

2012-03-11 Thread Dexter
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/952054

Title:
  update manager won't download packages or update.

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

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


[Bug 952054] Re: update manager won't download packages or update.

2012-03-11 Thread Dexter
When I attempt to run ubuntu-bug dist-upgrade, I receive the error that
dist-upgrade does not exist.

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

Title:
  update manager won't download packages or update.

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

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


[Bug 952035] Re: [Precise] TOMOYO: Please turn off CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER option

2012-03-11 Thread Brad Figg
Thank you for taking the time to file a bug report on this issue.

However, given the number of bugs that the Kernel Team receives during
any development cycle it is impossible for us to review them all.
Therefore, we occasionally resort to using automated bots to request
further testing. This is such a request.

We have noted that there is a newer version of the development kernel
than the one you last tested when this issue was found. Please test
again with the newer kernel and indicate in the bug if this issue still
exists or not.

You can update to the latest development kernel by simply running the
following commands in a terminal window:

sudo apt-get update
sudo apt-get upgrade

If the bug still exists, change the bug status from Incomplete to
Confirmed. If the bug no longer exists, change the bug status from
Incomplete to Fix Released.

If you want this bot to quit automatically requesting kernel tests, add
a tag named: bot-stop-nagging.

 Thank you for your help, we really do appreciate it.


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

** Tags added: kernel-request-3.2.0-18.29

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

Title:
  [Precise] TOMOYO: Please turn off
  CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER option

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

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


[Bug 828036] Re: MySQL daemon keeps dying and restarting when using ssl connections

2012-03-11 Thread Micah Gersten
Unsubscribing ubuntu-sponsors as there's nothing to sponsor here, please
resubscribe if something needs to be uploaded.

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

Title:
  MySQL daemon keeps dying and restarting when using ssl connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/828036/+subscriptions

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


[Bug 806291] Re: [needs-packaging] Boot-Repair

2012-03-11 Thread Fabrice Coutadeur
Hi,

Now that this problem has been fixed in the package,it seems ok to
upload it.

However, the rule is to have 2 ack from Motus before uploading the app, so you 
need another sponsor to look after your package.
Alessio is also a MOTU, so he could perhaps indicate here that he agrees 
uploading boot-repair, and I'll then upload it.

I'm also asking for a FFe, as we are past Feature Freeze.

Thanks,

Fabrice

** Changed in: ubuntu
   Status: Confirmed = New

** Summary changed:

- [needs-packaging] Boot-Repair
+ [FFe][needs-packaging] Boot-Repair

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

Title:
  [FFe][needs-packaging] Boot-Repair

To manage notifications about this bug go to:
https://bugs.launchpad.net/boot-repair/+bug/806291/+subscriptions

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


[Bug 951704] Re: lib_unity-lens-music_gmusicbrowser-scope.1000.crash

2012-03-11 Thread Robert Roth
** Package changed: ubuntu = unity-lens-music (Ubuntu)

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

Title:
  lib_unity-lens-music_gmusicbrowser-scope.1000.crash

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

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


[Bug 952058] Re: rm crashed with SIGSEGV in fts_open()

2012-03-11 Thread dino99
** 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/952058

Title:
  rm crashed with SIGSEGV in fts_open()

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

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


[Bug 951999]

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

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/951999/+editstatus and add the
package name in the text box next to the word Package.

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

** Tags added: bot-comment

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

Title:
  ubuntu hangs just few minutes after startup

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

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


[Bug 952036]

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

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/952036/+editstatus and add the
package name in the text box next to the word Package.

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

** Tags added: bot-comment

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

Title:
  Bluetooth starts automatically on start-up. No option in Settings to
  disable upon start-up and Bluetooth not listed in Start-up
  applications.

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

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


[Bug 926135] Re: bamfdaemon crashed with SIGABRT in g_assertion_message()

2012-03-11 Thread Sean Elliot
Occurred on closing System Settings after changing Screen Lock and Dash
reveal settings.

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

Title:
  bamfdaemon crashed with SIGABRT in g_assertion_message()

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

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


[Bug 685228] Re: Wrong link

2012-03-11 Thread Micah Gersten
Taking a look

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

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

Title:
  Wrong link

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

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


[Bug 685228] Re: Wrong link

2012-03-11 Thread Micah Gersten
Since we already have Ubuntu changes and this was an Ubuntu specific
change, dropping it is fine, thanks for your work on this.  The only
changes I made were to update the timestamp in the changelog (nothing
for you to worry about) and s/Removed/Remove/ in order to get the
changelog line to be 80 characters long.

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

Title:
  Wrong link

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

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


[Bug 685228] Re: Wrong link

2012-03-11 Thread Launchpad Bug Tracker
This bug was fixed in the package tuxpuck - 0.8.2-2.2ubuntu2

---
tuxpuck (0.8.2-2.2ubuntu2) precise; urgency=low

  * debian/control: Remove Homepage as it is not available anymore (LP: #685228)
 -- Maarten Bezemer maarten.beze...@gmail.com   Sun, 11 Mar 2012 03:08:16 
-0500

** Changed in: tuxpuck (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/685228

Title:
  Wrong link

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

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


[Bug 508130] Re: Don't compile with karmic kernel

2012-03-11 Thread Shouri Chatterjee
gpib-modules-source does not compile with m-a as of Oneiric Ocelot.

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

Title:
  Don't compile with karmic kernel

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

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


[Bug 242986] Re: gpib-modules-source will not compile

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

** Changed in: gpib (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/242986

Title:
  gpib-modules-source will not compile

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

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


[Bug 952058]

2012-03-11 Thread Apport retracing service
StacktraceTop:
 fts_open (argv=optimized out, options=536, compar=0) at fts.c:510
 xfts_open (argv=0xbf827880, options=536, compar=0) at xfts.c:36
 rm (file=0xbf827880, x=0xbf8277ac) at remove.c:615
 main (argc=5, argv=0xbf827874) at rm.c:343

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

Title:
  rm crashed with SIGSEGV in fts_open()

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

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


[Bug 952058] Stacktrace.txt

2012-03-11 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/952058/+attachment/2849072/+files/Stacktrace.txt

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

Title:
  rm crashed with SIGSEGV in fts_open()

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

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


[Bug 952058] ThreadStacktrace.txt

2012-03-11 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/952058/+attachment/2849073/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/952058/+attachment/2849062/+files/CoreDump.gz

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

** Tags removed: need-i386-retrace

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

Title:
  rm crashed with SIGSEGV in fts_open()

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

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


[Bug 804662] Re: jockey-gtk crashed with TypeError in _execute_child(): execv() arg 2 must contain only strings

2012-03-11 Thread Todd Howe
Ah, this is why it's called 'beta'

This from a Beta 1 alternate install disk, it pulled in all the updates
to date

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

Title:
  jockey-gtk crashed with TypeError in _execute_child(): execv() arg 2
  must contain only strings

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

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


[Bug 952059] Re: Xorg crashed with SIGSEGV

2012-03-11 Thread dino99
** Visibility changed to: Public

** Summary changed:

- Xorg crashed with SIGSEGV
+ 1.11.4-0ubuntu6 :Xorg crashed with SIGSEGV

** Tags added: 1.11.4-0ubuntu6

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

Title:
  1.11.4-0ubuntu6 :Xorg crashed with SIGSEGV

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

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


[Bug 733374] Re: X freeze, nvidia-current, Ubuntu 11.04 Maverick GeForce 9600GT

2012-03-11 Thread Maxim Kalinin
Hello Aaron,

Thanks for taking the time to comment on the issue.
In my case it does seem like a hardware problem, because the driver crashes in 
Windows 7 as well. (It doesn't hang, however Windows keeps saying that 'nvidia 
driver crashed and was restored'.) I can't tell whether the symptoms are the 
same though, because I don't use Windows that much and don't know where to find 
nvidia logs there.

Besides, sometimes after the crash I have to turn off my laptop for
several minutes, otherwise it repeats right after reboot. (Both in
Ubuntu and Windows.)

However, after I changed PowerMizer mode to 'Prefer Maximum Performance'
in nvidia-settings in Ubuntu, the issue disappeared completely. (I
changed it back to 'Adaptive' since then, because the fan was a little
bit too noisy.) Besides, now it happens less frequently (because of new
kernel version?) So it seems that even if it's a hardware issue, it's
triggered by nvidia driver.

I can't check nouveau, because it doesn't support my GPU (GeForce GT
555M). And the temperature was the first thing I looked into, it's not a
problem.

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

Title:
  X freeze, nvidia-current, Ubuntu 11.04 Maverick GeForce 9600GT

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

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


[Bug 916879] Re: compiz crashed with SIGSEGV in unity::switcher::SwitcherController::CompareSwitcherItemsPriority()

2012-03-11 Thread OiPenguin
I've unsuccessfully tried to apply the workaround in comment 18. This is
indeed an extremely serious bug. I've had no other choice but to change
to Gnome 3.

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

Title:
  compiz crashed with SIGSEGV in
  unity::switcher::SwitcherController::CompareSwitcherItemsPriority()

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

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


[Bug 952063] [NEW] Cannot boot server using mdadm RAID1 after creating LVM snapshot

2012-03-11 Thread Roger Hunwicks
Public bug reported:

I'm running a test server on Precise to act as a KVM host. The virtual
machines are using LVM logical volumes as backing stores. I have created
several virtual machines by taking an LVM snapshot of a base image. When
I rebooted the server, it no longer boots.

After switching grub to use the console I get messages similar to the
ones reported here: http://www.redhat.com/archives/linux-
lvm/2012-February/msg00032.html - i.e. Snapshot cow pairing for
exception table handover failed

The server has 2 2TB SATA drives - partitioned into a smallish sdX1 and
a large sdX5. sda1/sdb1 make a mdadm RAID 1 array md0, sda2/sdb2 make
md0. Both md devices are clean. md0 contains vgSystem with logical
volumes for root, boot and swap. md1 contains vgVMs with logical volumes
for all the virtual machines.

I can boot the server of a USB stick and then assemble the md arrays and
enable the volume groups and everything seems intact

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: grub-pc 1.99-17ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Sun Mar 11 11:16:44 2012
InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Alpha amd64 
(20120130)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: grub2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  Cannot boot server using mdadm RAID1 after creating LVM snapshot

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

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


[Bug 952063] Re: Cannot boot server using mdadm RAID1 after creating LVM snapshot

2012-03-11 Thread Roger Hunwicks
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/952063

Title:
  Cannot boot server using mdadm RAID1 after creating LVM snapshot

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

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


[Bug 952060] Re: plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events()

2012-03-11 Thread Apport retracing service
*** This bug is a duplicate of bug 849414 ***
https://bugs.launchpad.net/bugs/849414

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 #849414, 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/952060/+attachment/2849109/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/952060/+attachment/2849111/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/952060/+attachment/2849117/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/952060/+attachment/2849119/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/952060/+attachment/2849120/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/952060/+attachment/2849121/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/952060/+attachment/2849122/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 849414
   plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events()

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  plymouthd crashed with SIGSEGV in
  ply_event_loop_process_pending_events()

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

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


[Bug 952059]

2012-03-11 Thread Apport retracing service
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 ?? ()

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

Title:
  1.11.4-0ubuntu6 :Xorg crashed with SIGSEGV

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

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


[Bug 952059] Stacktrace.txt

2012-03-11 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/952059/+attachment/2849133/+files/Stacktrace.txt

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

Title:
  1.11.4-0ubuntu6 :Xorg crashed with SIGSEGV

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

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


[Bug 952059] ThreadStacktrace.txt

2012-03-11 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/952059/+attachment/2849134/+files/ThreadStacktrace.txt

** Tags added: apport-failed-retrace

** Tags removed: need-i386-retrace

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

Title:
  1.11.4-0ubuntu6 :Xorg crashed with SIGSEGV

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

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


[Bug 952067] Re: man tracker-search page says -e is --folders but also --emails

2012-03-11 Thread shinyblue
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/952067

Title:
  man tracker-search page says -e is --folders but also --emails

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

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


[Bug 952067] [NEW] man tracker-search page says -e is --folders but also --emails

2012-03-11 Thread shinyblue
Public bug reported:

Man page quotes:

   -e, --folders=EXPRESSION
  Search for folders matching EXPRESSION (optional).
...

  -e, --emails=EXPRESSION
  Search for emails matching EXPRESSION (optional). Returns a list 
of subjects for emails found.


$ tracker-search -e somedir
  E-mails:

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: tracker 0.12.10-1
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 1.94.1-0ubuntu1
Architecture: amd64
CheckboxSubmission: 1b338cfaff551fea83bf0c1f06969438
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Sun Mar 11 08:34:55 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
SourcePackage: tracker
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  man tracker-search page says -e is --folders but also --emails

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

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


[Bug 819156] Re: regression: totem do not disables screensaver

2012-03-11 Thread Boaz Dodin
I don't think it's relevant to totem.

I am on Kubuntu 11.10 64bit, KDE 4.8.1
kubuntu-low-fat-settings installed.
All power saving and screen saver options disabled.

It's looks like something enabling PDMS, as even after disabling it by
sh file with xset -dpms, executed on every startup, it returned back
after about 2 hours to enabled state.

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

Title:
  regression: totem do not disables screensaver

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

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


[Bug 685228] Re: Wrong link

2012-03-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/tuxpuck

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

Title:
  Wrong link

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

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


[Bug 647802] Re: amdcccle crashed with SIGSEGV

2012-03-11 Thread Todd Howe
I got this while trying to set up my multidesktops after installing
Precise Beta 1

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

Title:
  amdcccle crashed with SIGSEGV

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

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


[Bug 952072] [NEW] Built in Geogebra update tool should be disabled

2012-03-11 Thread Greg Auger
Public bug reported:

A newer version of Geogebra is available. Would you like to get
Geogebra 4.0.24.0 now?

This message should probably be disabled within the packaged
Ubuntu/Devian environment.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: geogebra 4.0.19.0+dfsg1-4
ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Sun Mar 11 08:41:14 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120112)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: geogebra
UpgradeStatus: Upgraded to precise on 2012-03-10 (0 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  Built in Geogebra update tool should be disabled

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

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


[Bug 952072] Re: Built in Geogebra update tool should be disabled

2012-03-11 Thread Greg Auger
** Attachment added: Screenshot from 2012-03-11 08:39:46.png
   
https://bugs.launchpad.net/bugs/952072/+attachment/2849176/+files/Screenshot%20from%202012-03-11%2008%3A39%3A46.png

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

Title:
  Built in Geogebra update tool should be disabled

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

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


[Bug 952070] Re: lubuntu-software-center crashed with TypeError in refresh_app_basket(): bad operand type for unary -: 'str'

2012-03-11 Thread Azyl
** 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/952070

Title:
  lubuntu-software-center crashed with TypeError in
  refresh_app_basket(): bad operand type for unary -: 'str'

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

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


[Bug 952062] Re: colord crashed with SIGSEGV

2012-03-11 Thread Apport retracing service
*** This bug is a duplicate of bug 840392 ***
https://bugs.launchpad.net/bugs/840392

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 #840392, 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/952062/+attachment/2849125/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/952062/+attachment/2849127/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/952062/+attachment/2849128/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/952062/+attachment/2849129/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/952062/+attachment/2849130/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/952062/+attachment/2849131/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/952062/+attachment/2849132/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

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

Title:
  colord crashed with SIGSEGV

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

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


[Bug 952070] Re: lubuntu-software-center crashed with TypeError in refresh_app_basket(): bad operand type for unary -: 'str'

2012-03-11 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  lubuntu-software-center crashed with TypeError in
  refresh_app_basket(): bad operand type for unary -: 'str'

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

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


[Bug 952065] Re: kwin_opengl_test crashed with SIGSEGV in intelMakeCurrent()

2012-03-11 Thread Apport retracing service
*** This bug is a duplicate of bug 908377 ***
https://bugs.launchpad.net/bugs/908377

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 #908377, 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/952065/+attachment/2849144/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/952065/+attachment/2849146/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/952065/+attachment/2849147/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/952065/+attachment/2849148/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/952065/+attachment/2849149/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/952065/+attachment/2849150/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/952065/+attachment/2849151/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 908377
   kwin_opengl_test crashed with SIGSEGV in i915_set_draw_region()

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  kwin_opengl_test crashed with SIGSEGV in intelMakeCurrent()

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

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


[Bug 952063] Re: Cannot boot server using mdadm RAID1 after creating LVM snapshot

2012-03-11 Thread Roger Hunwicks
** Description changed:

  I'm running a test server on Precise to act as a KVM host. The virtual
  machines are using LVM logical volumes as backing stores. I have created
  several virtual machines by taking an LVM snapshot of a base image. When
  I rebooted the server, it no longer boots.
  
  After switching grub to use the console I get messages similar to the
  ones reported here: http://www.redhat.com/archives/linux-
  lvm/2012-February/msg00032.html - i.e. Snapshot cow pairing for
  exception table handover failed
  
  The server has 2 2TB SATA drives - partitioned into a smallish sdX1 and
  a large sdX5. sda1/sdb1 make a mdadm RAID 1 array md0, sda2/sdb2 make
- md0. Both md devices are clean. md0 contains vgSystem with logical
+ md1. Both md devices are clean. md0 contains vgSystem with logical
  volumes for root, boot and swap. md1 contains vgVMs with logical volumes
  for all the virtual machines.
  
  I can boot the server of a USB stick and then assemble the md arrays and
  enable the volume groups and everything seems intact
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: grub-pc 1.99-17ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  Date: Sun Mar 11 11:16:44 2012
  InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Alpha amd64 
(20120130)
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: grub2
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Cannot boot server using mdadm RAID1 after creating LVM snapshot

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

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

[Bug 952056] Re: Gnome Image viewer (eog) alters colors in some images

2012-03-11 Thread Vadim Rutkovsky
*** This bug is a duplicate of bug 938751 ***
https://bugs.launchpad.net/bugs/938751

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

** This bug has been marked a duplicate of bug 938751
   jpeg images are washed out or colors are skewed

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

Title:
  Gnome Image viewer (eog) alters colors in some images

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

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


[Bug 880119] Re: live-build expects themes in different folder

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

** Changed in: syslinux-themes-ubuntu (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/880119

Title:
  live-build expects themes in different folder

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/syslinux-themes-ubuntu/+bug/880119/+subscriptions

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


[Bug 805509] Re: mountall(8) man page does not list any of the 9 available options.

2012-03-11 Thread Benjamin Kerensa
@Chad Dunlap:

Can you please link a merge or submit a patch? I dont see any fix
committed to any vcs.

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

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

Title:
  mountall(8) man page does not list any of the 9 available options.

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

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


[Bug 952080] [NEW] laptop immediately resumes after sending to standby

2012-03-11 Thread florian_ackermann
Public bug reported:

1)
Description:Ubuntu precise (development branch)
Release:12.04

2)
dont know

3)
when i shut the lid of the laptop down or click on standby in the menu I expect 
the system to stand by and stay there till it gets a signal by me.

4)
the system immediately resumes after it did the normal standby-procedure. I 
didnt give any signal (not even touching the mouse).
it does a normal resume, means everything works fine but the waiting for a 
signal.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: precise resume standby

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

Title:
  laptop immediately resumes after sending to standby

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

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


[Bug 952079] [NEW] terminal always comes up with menu bar, regardless of preference selected

2012-03-11 Thread skquinn
Public bug reported:

Just upgraded to oneiric, and now I find gnome-terminal *always* comes
up with the menu bar, even though I specifically tell it not to. I
frequently use the Alt-F and Alt-B Emacs-like shortcuts when using a
terminal, which conflicts horribly with having the menu bar up as the
menu will intercept Alt-F. With the menus turned off in profile, I
actually have to toggle the menus *twice* to get rid of them. This is
ridiculous.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-terminal 3.0.1-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sun Mar 11 03:50:58 2012
ExecutablePath: /usr/bin/gnome-terminal
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
UpgradeStatus: Upgraded to oneiric on 2012-03-10 (1 days ago)

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


** Tags: amd64 apport-bug apport-lpi oneiric

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

Title:
  terminal always comes up with menu bar, regardless of preference
  selected

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

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


[Bug 952079] Re: terminal always comes up with menu bar, regardless of preference selected

2012-03-11 Thread skquinn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/952079

Title:
  terminal always comes up with menu bar, regardless of preference
  selected

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

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


[Bug 952078] [NEW] Missing files/folders

2012-03-11 Thread shinyblue
Public bug reported:

locate mydir | wc -l shows 96 files/folders with mydir in the path. i.e. the 
folder exists!
tracker-search mydir returns no results, as does the GUI, tracker-needle.
tracker-search --folders=mydir starts returning everything and then gives up 
saying Limit was reached.

The mydir in question is in an indexed folder (tracker-info on mydir's
parents returns result). tracker-preferences moans that there's some
duplication:

Tracker-DEBUG: tracker-preferences.vala:830: Directory '/home/r' duplicated in 
XDG dir 1
Tracker-DEBUG: tracker-preferences.vala:830: Directory '/home/r' duplicated in 
XDG dir 6

Screenshot attached. Nb. mydir is in Dropbox which is specifically
listed in the folders to index (and recurse).

Tracker is running - see below.


$ tracker-control 
Found 162 PIDs…
Found process ID 2004 for 'tracker-store'
Found process ID 2018 for 'tracker-miner-fs'

Store:
11 Mar 2012, 08:46:31:  ✓ Store - Idle 

Miners:
11 Mar 2012, 08:46:31:  ✓ File System   - Idle 
11 Mar 2012, 08:46:31:  ✓ Applications  - Idle 
11 Mar 2012, 08:46:31:  ✗ E-mails   - Not running or is a 
disabled plugin

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: tracker 0.12.10-1
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 1.94.1-0ubuntu1
Architecture: amd64
CheckboxSubmission: 1b338cfaff551fea83bf0c1f06969438
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Sun Mar 11 08:40:58 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
SourcePackage: tracker
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  Missing files/folders

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

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

[Bug 952078] Re: Missing files/folders

2012-03-11 Thread shinyblue
** Attachment added: screenshot of tracker-preferences
   
https://bugs.launchpad.net/bugs/952078/+attachment/2849242/+files/Selection_002.png

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

Title:
  Missing files/folders

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

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


[Bug 950952] Re: Ubuntu 12.04 install freezes at completion of Who are you?

2012-03-11 Thread cornbread
*** This bug is a duplicate of bug 933105 ***
https://bugs.launchpad.net/bugs/933105

** This bug has been marked a duplicate of bug 933105
   Installer hangs when entering account information

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

Title:
  Ubuntu 12.04 install freezes at completion of Who are you?

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

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


[Bug 935438] Re: scute version 1.4.0-1 FTBFS on i386 in precise

2012-03-11 Thread Micah Gersten
** Bug watch added: Debian Bug tracker #662941
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662941

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

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

Title:
  scute version 1.4.0-1 FTBFS on i386 in precise

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

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


[Bug 922023] Re: Typo in bash manual (from ~/.bashrc and ~/.bashrc)

2012-03-11 Thread Victor Zamanian
Sure; I'm on oneiric.

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

Title:
  Typo in bash manual (from ~/.bashrc and ~/.bashrc)

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

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


[Bug 912798] Re: Gnome-shell crashes when trying to search for an application

2012-03-11 Thread greymate
I can confirm that clearing ~/.local/share/recently-used.xbel removes
the problem in 11.10 temporarily. But this of course is not a long term
solution

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

Title:
  Gnome-shell crashes when trying to search for an application

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

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


[Bug 880119] Re: live-build expects themes in different folder

2012-03-11 Thread Ante Karamatić
This problem exists in 12.04, with syslinux-themes-ubuntu-precise. OTOH,
syslinux-themes-debian-squeeze works without problems.

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

Title:
  live-build expects themes in different folder

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/syslinux-themes-ubuntu/+bug/880119/+subscriptions

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


[Bug 907802] Re: gnome-session crashes at startup, unable to login

2012-03-11 Thread m0sia
we can close the case. I deleted all third party gconf schemas from
/usr/local/share/gconf/schemas/ and everything works for me

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

Title:
  gnome-session crashes at startup, unable to login

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

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


[Bug 952084] [NEW] Cannot set solid color background when background fading is disabled

2012-03-11 Thread Hernando Torque
Public bug reported:

When I try to set a solid color as desktop background with background
fading disabled, all I get is a black background, no matter what color I
choose in the control center/System Settings. The same works fine if I
either enable background fading or use a  vertical or horizontal 'color-
shading-type'.

TEST CASE:
1. Press Super, type 'Appearance', and open the result.
2. Make sure you have a background image selected.
3. Disable background fading from the command line:

gsettings set org.gnome.nautilus.desktop background-fade false

4. In the 'Appearance' dialog, try to set a solid color other than
black.

RESULT:
* No matter what color is set, the background will always stay black.

To go back to the working case, run the following from the command line:

gsettings set org.gnome.nautilus.desktop background-fade true

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nautilus 1:3.3.91-0ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Sun Mar 11 09:57:16 2012
GsettingsChanges:
 org.gnome.nautilus.window-state geometry '927x1027+65+24'
 org.gnome.nautilus.window-state sidebar-width 183
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  Cannot set solid color background when background fading is disabled

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

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


[Bug 952084] Re: Cannot set solid color background when background fading is disabled

2012-03-11 Thread Hernando Torque
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/952084

Title:
  Cannot set solid color background when background fading is disabled

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

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


[Bug 948212] Re: Misspelled word in CCSM tooltip

2012-03-11 Thread Benjamin Kerensa
I am unable to locate the misspelled string in the packages source file
running grep -rl stoped * the only instance of the typo word in question 
exists in the ChangeLog itself but is not related to the tooltip but instead 
seems to be a typo of a contributor to the package.

Can you confirm that this bug still exists?

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

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

Title:
  Misspelled word in CCSM tooltip

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

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


[Bug 884008] Re: Help button opens yelp on a wrong URI

2012-03-11 Thread Martin Pitt
ubuntu-docs also does not have help, so let's just hide the button for
now.

** Changed in: usb-creator (Ubuntu)
 Assignee: Canonical Foundations Team (canonical-foundations) = Martin 
Pitt (pitti)

** Also affects: usb-creator (Ubuntu Precise)
   Importance: Low
 Assignee: Martin Pitt (pitti)
   Status: Confirmed

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

Title:
  Help button opens yelp on a wrong URI

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

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


[Bug 952082] [NEW] UG: unable to handle kernel NULL pointer dereference at 0000009c

2012-03-11 Thread Nicolas DERIVE
Public bug reported:

At system start, I got this kernel oops.

ProblemType: KernelOops
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-18-generic-pae
Uname: Linux 3.2.0-18-generic-pae i686
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
Date: Sat Mar 10 22:57:39 2012
Failure: oops
SourcePackage: linux

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


** Tags: apport-kerneloops i386 kernel-oops

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

Title:
  UG: unable to handle kernel NULL pointer dereference at 009c

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