[Bug 776945] Re: Apparmor results in denying operation mknod for isc-dhcp-server

2012-04-06 Thread koppor
Wolfgang, which version of Ubuntu are you using? At a fresh install of
Ubuntu 12.04 LTS (without the transitional dhcp3-server package
installed) the directory /var/run/dhcp3-server/ does not exist.

For you, instead of patching the isc-dhcp-server script, 
ln -s /var/run/dhcp3-server/dhcpd.pid /var/run/dhcpd.pid
should have done the trick.

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

Title:
  Apparmor results in denying operation mknod for isc-dhcp-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/776945/+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 604283] Re: Certain services do not listen on 127.0.1.1

2012-04-06 Thread Brian Burch
I am convinced this bug has more-or-less become irrelevant now that most
applications have been reworked to use the dual ip stack, so I think it
can be closed against ifupdown.

With specific reference to ntp, I have looked carefully at the behaviour
of ntpd on oneiric 11.10 version 1:4.2.6.p2+dfsg-1ubuntu12.

It is listening on udp 0.0.0.0:123, which confirms that it would accept
a packet addressed to 127.0.1.1. However, I note that my own ntpd is
also listening on udp 127.0.0.1:123, which is redundant.

This is undoubtedly triggered by my /etc/ntp.conf, which uses one of the
recommended set of restrict statements as follows:

# By default, exchange time with everybody, but don't allow configuration.
restrict -4 default kod notrap nomodify nopeer noquery
restrict -6 default kod notrap nomodify nopeer noquery

# Local users may interrogate the ntp server more closely.
restrict 127.0.0.1
restrict ::1

It seems as if ntpd uses specific sockets to implement its restrict
rules, which is a very peculiar design decision. After reading the
documentation, I tried changing my configuration as follows:

restrict 127.0.0.0 mask 255.0.0.0

... but that was not 100% successful - here is the syslog:

Apr  6 09:15:04 schizo ntpd[24872]: ntpd 4.2.6p2@1.2194 Fri Sep  2 18:37:15 UTC 
2011 (1)
Apr  6 09:15:04 schizo ntpd[24873]: proto: precision = 0.596 usec
Apr  6 09:15:04 schizo ntpd[24873]: ntp_io: estimated max descriptors: 1024, 
initial socket boundary: 16
Apr  6 09:15:04 schizo ntpd[24873]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 
123
Apr  6 09:15:04 schizo ntpd[24873]: Listen and drop on 1 v6wildcard :: UDP 123
Apr  6 09:15:04 schizo ntpd[24873]: Listen normally on 2 lo 127.0.0.1 UDP 123
Apr  6 09:15:04 schizo ntpd[24873]: Listen normally on 3 eth0 10.1.252.200 UDP 
123
Apr  6 09:15:04 schizo ntpd[24873]: Listen normally on 4 eth0 
fe80::218:f3ff:fe43:7e4f UDP 123
Apr  6 09:15:04 schizo ntpd[24873]: Listen normally on 5 lo ::1 UDP 123
Apr  6 09:15:04 schizo ntpd[24873]: attempt to configure invalid address 
127.0.1.1

I do not have any restrict statements for the individual interfaces, so
it isn't clear to me why ntpd needs to have different sockets for each
of its implicit and explicit restrict rules.

Curiously, my attempt to supply the correct mask for the lo interface
was partially acceptable, because ntpd discovered the 127.0.1.1
interface and subsequently found something wrong with it. Without
looking at the code, I can't say whether there is a bug in ntpd.

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

Title:
  Certain services do not listen on 127.0.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/604283/+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 974966] [NEW] package slapd 2.4.28-1.1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-06 Thread indium
Public bug reported:

somehow the upgrade didn't work. I installed the package in 11.10, but
never got it working, so I cannot compare the situation now that I'm in
12.04. Still, the fact that the installation/upgrade didn't work should
not be related to the (wrong) configuration.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: slapd 2.4.28-1.1ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic x86_64
ApportVersion: 2.0-0ubuntu4
Architecture: amd64
Date: Fri Apr  6 10:32:52 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Xubuntu 10.04 Lucid Lynx - Release amd64 (20100429)
SourcePackage: openldap
Title: package slapd 2.4.28-1.1ubuntu3 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-04-06 (0 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package slapd 2.4.28-1.1ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/974966/+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 974966] Re: package slapd 2.4.28-1.1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

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

Title:
  package slapd 2.4.28-1.1ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/974966/+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 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2012-04-06 Thread James
Steve Langasek - I have just tried to replicate in 12.04 beta and could
not reproduce the issue any more. I had a mounted a SMB share using
/etc/fstab which appeared to be successfully unmounted prior to shutdown
(or at least, it didn't hang for a minute or so, it shut down
immediately).

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

Title:
  Network is brought down before network filesystems are unmounted (CIFS
  timeout at shutdown)

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/211631/+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 975085] [NEW] nova mysql DB can't be restored from backups

2012-04-06 Thread James Troup
Public bug reported:

TL;DR: a freshly created nova database can't be restored from backup
because of two problems with the `dns_domains` table.

This is using nova 2012.1-0ubuntu1 from/on Precise.

Steps to reproduce:

 * Create a new database
 * Point nova at the new database
 * Run 'nova-manage db sync'
 * Backup the new database
 * Try to restore it
 * Watch it all burn

The two problems appears to be:

 a) ERROR 1005 (HY000) at line 955: Can't create table
'fakenova.projects' (errno: 150)

The charset for `dns_domains` is set to latin1 and every other table
is utf8.  This causes foreign keys from `dns_domains` to any other
table to fail.

 b) ERROR 1071 (42000) at line 424: Specified key was too long; max key
length is 767 bytes

`dns_domains.domain` is a varchar with length 512 which appears to be
too big for mysql's default config.

Example session below:

| root@dziban:~# mysql -v -u root -p nova
| Enter password:
| Reading table information for completion of table and column names
| You can turn off this feature to get a quicker startup with -A
| 
| Welcome to the MySQL monitor.  Commands end with ; or \g.
| Your MySQL connection id is 75
| Server version: 5.5.22-0ubuntu1 (Ubuntu)
| 
| Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
| 
| Oracle is a registered trademark of Oracle Corporation and/or its
| affiliates. Other names may be trademarks of their respective
| owners.
| 
| Reading history-file /root/.mysql_history
| Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
| 
| mysql create database testnova;
| --
| create database testnova
| --
| 
| Query OK, 1 row affected (0.00 sec)
| 
| mysql grant all privileges on `testnova`.* TO 'nova'@'%';
| --
| grant all privileges on `testnova`.* TO 'nova'@'%'
| --
| 
| Query OK, 0 rows affected (0.00 sec)
| 
| mysql 
| 
| root@dziban:~# sed -i -e s%\(--sql_connection=.*\)/di.*$%\1/testnova% 
/etc/nova/nova.conf 
| 
| root@dziban:~# nova-manage db sync
| 2012-04-06 11:39:29 DEBUG nova.utils [-] backend module 
'nova.db.sqlalchemy.migration' from 
'/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.pyc' from 
(pid=17392) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
| root@dziban:~# mysql -u root -p
| Enter password: 
| Welcome to the MySQL monitor.  Commands end with ; or \g.
| Your MySQL connection id is 108
| Server version: 5.5.22-0ubuntu1 (Ubuntu)
| 
| Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
| 
| Oracle is a registered trademark of Oracle Corporation and/or its
| affiliates. Other names may be trademarks of their respective
| owners.
| 
| Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
| 
| mysql drop database fakenova; create database fakenova;
| Query OK, 49 rows affected (0.03 sec)
| 
| Query OK, 1 row affected (0.00 sec)
| 
| mysql Bye
| root@dziban:~# mysql -u root -p fakenova  /tmp/test-backup
| Enter password:
| ERROR 1005 (HY000) at line 955: Can't create table 'fakenova.projects' 
(errno: 150)
| root@dziban:~# cp -iv /tmp/test-backup{,.orig} ; vi /tmp/test-backup
| root@dziban:~# diff -u /tmp/test-backup{.orig,}
| --- /tmp/test-backup.orig   2012-04-06 12:02:52.369900149 +
| +++ /tmp/test-backup2012-04-06 12:03:05.510289473 +
| @@ -426,14 +426,14 @@
|`updated_at` datetime DEFAULT NULL,
|`deleted_at` datetime DEFAULT NULL,
|`deleted` tinyint(1) DEFAULT NULL,
| -  `domain` varchar(512) NOT NULL,
| +  `domain` varchar(255) NOT NULL,
|`scope` varchar(255) DEFAULT NULL,
|`availability_zone` varchar(255) DEFAULT NULL,
|`project_id` varchar(255) DEFAULT NULL,
|PRIMARY KEY (`domain`),
|KEY `project_id` (`project_id`),
|CONSTRAINT `dns_domains_ibfk_1` FOREIGN KEY (`project_id`) REFERENCES 
`projects` (`id`)
| -) ENGINE=InnoDB DEFAULT CHARSET=latin1;
| +) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|  /*!40101 SET character_set_client = @saved_cs_client */;
|  
|  --
| root@dziban:~# 
| root@dziban:~# mysql -u root -p fakenova  /tmp/test-backup
| Enter password:
| root@dziban:~#

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


** Tags: canonistack

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

Title:
  nova mysql DB can't be restored from backups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/975085/+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 974959] Re: nova daemons are not conforming to the LSB standard

2012-04-06 Thread Thierry Carrez
** Project changed: nova = nova (Ubuntu)

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

Title:
  nova daemons are not conforming to the LSB standard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/974959/+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 807038] Re: dbconfig-common fails to preseed phpmyadmin on natty/lucid

2012-04-06 Thread David Kranz
Is there any work-around for this?

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

Title:
  dbconfig-common fails to preseed phpmyadmin on natty/lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbconfig-common/+bug/807038/+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 975167] [NEW] package samba 2:3.6.3-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-06 Thread Mohammed Owis
Public bug reported:

ok

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba 2:3.6.3-2ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic i686
ApportVersion: 2.0-0ubuntu4
Architecture: i386
Date: Fri Apr  6 15:32:35 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: samba
Title: package samba 2:3.6.3-2ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-03-04 (32 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package samba 2:3.6.3-2ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/975167/+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 975167] Re: package samba 2:3.6.3-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-06 Thread Mohammed Owis
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/975167

Title:
  package samba 2:3.6.3-2ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/975167/+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 975167] Re: package samba 2:3.6.3-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-06 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package samba 2:3.6.3-2ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/975167/+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 960547] Re: Chef provisioning fails if validation_cert not defined

2012-04-06 Thread Scott Moser
** Also affects: cloud-init (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  Chef provisioning fails if validation_cert not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/960547/+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 859814] Re: Locale issues with beta-1/2 cloud-images

2012-04-06 Thread Scott Moser
Ugh.
I put a bad bug number in the changelog, but 
cloud-init (0.6.3~bzr554-0ubuntu1) precise; urgency=low
* Provide user-friendly message when a user ssh's in with an invalid
  locale (LP: #960547)

Marking fix-released in ubuntu

** Changed in: cloud-init (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Locale issues with beta-1/2 cloud-images

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/859814/+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 871747] Re: invalid argument accessing files on hgfs after modified on host

2012-04-06 Thread Ed Cranford
After updating some files, usually via git on the host, the files are reflected 
as  entries on the guest, same as other users.
It's remedied on the guest by using find . | xargs touch on an affected 
directory, but it's still inconvenient.

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

Title:
  invalid argument accessing files on hgfs after modified on host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/871747/+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 958831] Re: Samba rebroadcasts information it should not

2012-04-06 Thread Marc Deslauriers
This is how the smb protocol browsing is designed to function.

If you don't want your workstation to act as a master browser, you need
to turn off the options in smb.conf. Maybe something like this?

[global]
domain master = no
local master = no
preferred master = no
os level = 0


** Visibility changed to: Public

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** This bug is no longer flagged as a security vulnerability

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

Title:
  Samba rebroadcasts information it should not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/958831/+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 972603] Re: package amavisd-new-postfix 1:2.6.5-0ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-06 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Package changed: ubuntu = amavisd-new (Ubuntu)

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  package amavisd-new-postfix 1:2.6.5-0ubuntu3 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/972603/+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 947309] Re: racoon phase 2 negotiation fails with Win Vista/7

2012-04-06 Thread Kaarle Ritvanen
All right, I did some testing today. The problem indeed disappears with
the patched packages.

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

Title:
  racoon phase 2 negotiation fails with Win Vista/7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/947309/+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 974959] Re: nova daemons are not conforming to the LSB standard

2012-04-06 Thread Adam Gandelman
This an upstart design decision and not really related to the nova
services per-say, see Bug #552786 for context

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

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

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

Title:
  nova daemons are not conforming to the LSB standard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/974959/+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 959294] Re: Can't delete users

2012-04-06 Thread Adam Gandelman
** Changed in: keystone (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Can't delete users

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/959294/+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 930255] Re: Keystone's precise dbconfig uses incorrect case for roles.

2012-04-06 Thread Adam Gandelman
We no longer create roles/tenants/users during package installation and
instead defer this configuration to users.

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

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

Title:
  Keystone's precise dbconfig uses incorrect case for roles.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/930255/+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 969426] Re: Apache fails to shutdown cleanly during update and removes libapache2-mod-php5 in the process, causing service restart to fail due to syntax errors in configuration

2012-04-06 Thread Ben Johnson
I have scoured the 'apt-get' documentation and am left to assume that
Ubuntu's Update Manager uses its own logic to allow for upgrading
packages selectively. This passage from apt-get's man-pages spells it
out clearly:

This is also the target to use if you want to upgrade one or more
already-installed packages without upgrading every package you have
on your system. Unlike the upgrade target, which installs the
newest version of all currently installed packages, install will
install the newest version of only the package(s) specified. Simply
provide the name of the package(s) you wish to upgrade, and if a
newer version is available, it (and its dependencies, as described
above) will be downloaded and installed.

So, even the apt-get manual states that 'apt-get install package-name'
should be used to upgrade packages selectively. This is exactly the
approach that Webmin has taken, and is exactly the reason that Apache
with Mod-PHP is mucked-up every time it's upgraded.

Am I asking the wrong questions? Or am I in the wrong place?

Thanks again.

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

Title:
  Apache fails to shutdown cleanly during update and removes libapache2
  -mod-php5 in the process, causing service restart to fail due to
  syntax errors in configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/969426/+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 926550] Re: No way to test proposed updates to juju

2012-04-06 Thread Kapil Thangavelu
** Changed in: juju
 Assignee: (unassigned) = Kapil Thangavelu (hazmat)

** Changed in: juju
   Status: Confirmed = In Progress

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

Title:
  No way to test proposed updates to juju

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/926550/+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 950193] Re: [FFe] [MIR] Cobbler

2012-04-06 Thread Jamie Strandboge
- The package is not lintian clean
- It ships its own tftpd server, which is undesirable
- Has had 5 CVEs assigned since 2009.
- It ships an upstart job that runs cobblerd. While it listens on the loopback 
interface and is written in python, it runs as root
- While I did not perform an in depth audit, the most cursory inspection of 
code shows that various parts of it are not coded well (eg, use of 'os.system', 
predictable filenames, etc)

I don't think cobbler is supportable for 5 years and would greatly
prefer to keep it out of main. I am in discussions with the server team
on alternatives. If maas moved away from cobbler (LP: #975473) in the
12.04.1 timeframe, it might be acceptable to keep cobbler in main with
18 months support (with a release note stating this), but a condition of
the main inclusion would be an apparmor profile.

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

** Changed in: cobbler (Ubuntu)
 Assignee: Jamie Strandboge (jdstrand) = Andres Rodriguez (andreserl)

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

Title:
  [FFe] [MIR] Cobbler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/950193/+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 950193] Re: [FFe] [MIR] Cobbler

2012-04-06 Thread Jamie Strandboge
Unfortunately, we are in the awkward position that cobbler was pre-
promoted. However, the server team and I have discussed cobbler quite a
bit before now and my analysis should come as no surprise.

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

Title:
  [FFe] [MIR] Cobbler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/950193/+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 975519] [NEW] package samba-common-bin 2:3.6.3-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2012-04-06 Thread Jim Roberts
Public bug reported:

Installed on an Acer Aspire ZG5.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba-common-bin 2:3.6.3-2ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic i686
ApportVersion: 2.0-0ubuntu4
Architecture: i386
Date: Fri Apr  6 04:30:48 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 2
InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
SourcePackage: samba
Title: package samba-common-bin 2:3.6.3-2ubuntu1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
UpgradeStatus: Upgraded to precise on 2012-04-06 (0 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package samba-common-bin 2:3.6.3-2ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/975519/+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 975519] Re: package samba-common-bin 2:3.6.3-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2012-04-06 Thread Jim Roberts
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/975519

Title:
  package samba-common-bin 2:3.6.3-2ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/975519/+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 894377] Re: mysql-server-5.1is deprecated for mysql-server-5.5 in precise, should be removed once transition is complete

2012-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package mythtv - 2:0.25.0~master.20120406
.041ecad-0ubuntu1

---
mythtv (2:0.25.0~master.20120406.041ecad-0ubuntu1) precise; urgency=low

  * Remove extra reference to libmysqlclient-16-dev.
  * Add b-d on libmysqlclient-dev (LP: #894377).
  * Drop dependency on ttf-freefont.
  * New upstream checkout (041ecad)
  * Upstream changes since last upload (c85fc55):
  * [041ecad] increases the maximal number of queued video packets to
220.
  * [5824030] Bump API version following addition of plist decoding
  * [91a2209] Add a binary property list parser.
  * [1b24a76] Make RAOP server properly handle any size of decoded audio
packets.
  * [2d365d6] Tweak Smolt handling of digital tuners.
  * [65d89b5] Fix dates and time strings not being translated to the
user-selected language. We were always using the system language and
not respecting the language/country chosen in mythfrontend.
  * [640b0cd] Refs #10490. Switch ringbuffers a little earlier in
LiveTV.
  * [c49b780] Fix translation of template in clock markup.
  * [fe354d9] Update the filename in the Playback Data OSD screen after
LiveTV program transitions.
  * [ae63bc2] Fix translation of mapped text strings. Thanks to Nicolas
Riendeau for pointing it out.
  * [0840578] Fix AAC decoding audio corruption
  * [85969eb] Bah.  Fix tab - spaces
  * [86f5fd8] Fixed RAOP audio decoding to use all frames in a packet
  * [a2cf165] Fix ostream commandline help typo
  * [1af1b13] Fix unimportant typo in configure
  * [58e2527] Move speaker configuration setup down
  * [29f8994] Allow more room for simplified dates in MythCenter-wide.
  * [8cad830] Move Setup Wizard at the top of settings menu
  * [825975c] Rewrite Audio Setup Wizard
  * [c0bc088] Do not activate 5.1 audio if only DTS is active
  * [dbc978f] Minor cleanup
  * [711386d] Fix cut and paste error discovered by Gary Buhrmaster.
  * [a6136f9] Fix clang report
  * [20ec299] Remove unnecessary logging.
  * [98f0a52] DVR Service: Fix recording deletion API.
  * [f81f712] Fixes #9830. Refs #10519. Fixes channel change on PVR350.
  * [79d7af9] Fixes #10453. Fix deadlock in DVBStreamHandler.
  * [98c855e] Refs #10490. Fix for LiveTV abort on empty recordings.
  * [4de48af] Updated German MythFrontend, MythArchive, MythBrowser,
MythGallery, MythGame, MythMusic, MythNetvision, MythWeather
translation from Florian Bittner.
  * [faf0745] Fix a translatation lookup so that it retrieves the
translated string correctly.
  * [8a3ab52] Make Service API conform to new deletion behavior.
  * [a38f191] Rec types from string need a kNotRecording too.
  * [59be832] Fix overlap in string to rec type method.
  * [8bbf302] Fix segfault in AddRecordSchedule API.
  * [bbd0880] Fixes #10534.  Reenable the DB settings cache after the
schema check.
  * [78948da] Fix false precision in backend status upcoming recordings.
  * [c7a1e81] Fixes segfault on mythfrontend exit  related problems.
  * [c3eaf78] Refs #10490. At least a partial LiveTV startup fix.
  * [d0df4ce] Refs #10490. Debugging fixes. Makes it easier to track
which recordings are being started and stopped.
  * [5439b8b] Services: Make frontend status date string conform to
required naming.
 -- Mario Limonciello mario_limoncie...@dell.com   Fri, 06 Apr 2012 01:21:31 
-0500

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

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

Title:
  mysql-server-5.1is deprecated for mysql-server-5.5 in precise, should
  be removed once transition is complete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facturlinex2/+bug/894377/+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 541747] Re: undefined modules in loaded-by-default modules

2012-04-06 Thread silviop
app_stack is necessary to make work asterisk and freepbx but can be
loaded using command line after asterisk start

asterisk*CLI module load app_stack.so
Loaded app_stack.so
asterisk*CLI module show 
Module Description  Use 
Count 
res_adsi   ADSI Resource0   
  
pbx_config.so  Text Extension Configuration 0   
  
chan_local.so  Local Proxy Channel (Note: used internal 0   
  
res_stun_monitor.soSTUN Network Monitor 0   
  
res_smdi.soSimplified Message Desk Interface (SMDI) 0   
  
res_srtp.soSecure RTP (SRTP)0   
  
res_ael_share.so   share-able code for AEL  0   
  
res_speech.so  Generic Speech Recognition API   0   
  
res_calendar.soAsterisk Calendar integration1   
  
res_odbc.soODBC resource0   
  
res_fax.so Generic FAX Applications 1   
  
res_jabber.so  AJI - Asterisk Jabber Interface  0   
  
res_crypto.so  Cryptographic Digital Signatures 0   
  
res_monitor.so Call Monitoring Resource 0   
  
format_wav.so  Microsoft WAV/WAV16 format (8kHz/16kHz S 0   
  
format_pcm.so  Raw/Sun uLaw/ALaw 8KHz (PCM,PCMA,AU), G. 0   
  
format_mp3.so  MP3 format [Any rate but 8000hz mono is  0   
  
res_musiconhold.so Music On Hold Resource   0   
  
cdr_manager.so Asterisk Manager Interface CDR Backend   0   
  
bridge_softmix.so  Multi-party software based channel mixin 0   
  
pbx_loopback.soLoopback Switch  0   
  
res_config_pgsql.soPostgreSQL RealTime Configuration Driver 0   
  
app_nbscat.so  Silly NBS Stream Application 0   
  
codec_ulaw.so  mu-Law Coder/Decoder 0   
  
app_waitforsilence.so  Wait For Silence 0   
  
func_lock.so   Dialplan mutexes 0   
  
res_timing_timerfd.so  Timerfd Timing Interface 1   
  
pbx_lua.so Lua PBX Switch   0   
  
app_sendtext.soSend Text Applications   0   
  
func_strings.soString handling dialplan functions   0   
  
app_channelredirect.so Redirects a given channel to a dialplan  0   
  
res_calendar_caldav.so Asterisk CalDAV Calendar Integration 0   
  
res_clioriginate.soCall origination and redirection from th 0   
  
func_iconv.so  Charset conversions  0   
  
res_config_ldap.so LDAP realtime interface  0   
  
func_pitchshift.so Audio Effects Dialplan Functions 0   
  
app_mixmonitor.so  Mixed Audio Monitoring Application   0   
  
app_followme.soFind-Me/Follow-Me Application0   
  
res_calendar_exchange.so   Asterisk MS Exchange Calendar Integratio 0   
  
app_dumpchan.soDump Info About The Calling Channel  0   
  
res_mutestream.so  Mute audio stream resources  0   
  
func_cdr.soCall Detail Record (CDR) dialplan functi 0   
  
app_record.so  Trivial Record Application   0   
  
func_vmcount.soIndicator for whether a voice mailbox ha 0   
  
chan_iax2.so   Inter Asterisk eXchange (Ver 2)  0   
  
format_g719.so ITU G.7190   
  
app_confbridge.so  Conference Bridge Application0   
  
app_milliwatt.so   Digital Milliwatt (mu-law) Test Applicat 0   
  
codec_dahdi.so Generic DAHDI Transcoder Codec Translato 0   
  
app_dahdibarge.so  Barge in on DAHDI channel application0   
  
func_channel.soChannel information dialplan functions   0   
  
format_h264.so Raw H.264 data   0   
  
cel_custom.so  Customizable Comma Separated Values CEL  0   
  
format_ilbc.so Raw iLBC data0   
  
app_originate.so   Originate call   0   
  
app_externalivr.so External IVR Interface Application   0   
  

[Bug 975610] Re: winbindd crashed with SIGABRT in raise()

2012-04-06 Thread Apport retracing service
*** This bug is a duplicate of bug 953862 ***
https://bugs.launchpad.net/bugs/953862

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 #953862, 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/975610/+attachment/3019659/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/975610/+attachment/3019661/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/975610/+attachment/3019662/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/975610/+attachment/3019663/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/975610/+attachment/3019664/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/975610/+attachment/3019665/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/975610/+attachment/3019667/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  winbindd crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/975610/+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 975616] [NEW] package nova-compute-uml not installed failed to install/upgrade: trying to overwrite /etc/nova/nova-compute.conf , which is also in package nova-compute-kvm 2012.1-0ubuntu1

2012-04-06 Thread lorenz
Public bug reported:

package nova-compute-umlandnova-compute-kvm 2012.1-0ubuntu1

The two packages are trying to write to the same conf file. No
experience with either of them just trying to install. On the surface my
guess is that it seems they either:

need separate conf files,

need to share the same conf file or

the installer should get a flag to remove the existing package and its
conf file prior to installing the new one.


Someone more familiar than I needs to make the call on what the actual solution 
might be.

Sorry I was not more helpful.

Also my apologies if multiple instances of this bug report get
submitted. Apport or whatever program that Synaptic called to submit the
bug report kept presenting dialog boxes asking to submit the report but
I did not see any information to identify what the problems were. I
assumed that they were all different bugs but now I am not so sure.
Sorry for spamming Launchpad if they were all the same.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: nova-compute-uml (not installed)
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic x86_64
ApportVersion: 2.0-0ubuntu4
Architecture: amd64
Date: Fri Apr  6 17:00:47 2012
ErrorMessage: trying to overwrite '/etc/nova/nova-compute.conf', which is also 
in package nova-compute-kvm 2012.1-0ubuntu1
InstallationMedia: Ubuntu 10.04.4 LTS Lucid Lynx - Release amd64 (20120214.2)
SourcePackage: nova
Title: package nova-compute-uml (not installed) failed to install/upgrade: 
trying to overwrite '/etc/nova/nova-compute.conf', which is also in package 
nova-compute-kvm 2012.1-0ubuntu1
UpgradeStatus: Upgraded to precise on 2012-04-04 (2 days ago)

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


** Tags: amd64 apport-package package-conflict precise

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

Title:
  package nova-compute-uml  not installed  failed to install/upgrade:
  trying to overwrite  /etc/nova/nova-compute.conf , which is also in
  package nova-compute-kvm 2012.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/975616/+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 975616] Re: package nova-compute-uml not installed failed to install/upgrade: trying to overwrite /etc/nova/nova-compute.conf , which is also in package nova-compute-kvm 2012.1-0ubuntu1

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

Title:
  package nova-compute-uml  not installed  failed to install/upgrade:
  trying to overwrite  /etc/nova/nova-compute.conf , which is also in
  package nova-compute-kvm 2012.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/975616/+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 975616] Re: package nova-compute-uml not installed failed to install/upgrade: trying to overwrite /etc/nova/nova-compute.conf , which is also in package nova-compute-kvm 2012.1-0ubuntu1

2012-04-06 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package nova-compute-uml  not installed  failed to install/upgrade:
  trying to overwrite  /etc/nova/nova-compute.conf , which is also in
  package nova-compute-kvm 2012.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/975616/+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 975617] [NEW] package nova-compute-qemu not installed failed to install/upgrade: trying to overwrite /etc/nova/nova-compute.conf , which is also in package nova-compute-kvm 2012.1-0ubuntu1

2012-04-06 Thread lorenz
*** This bug is a duplicate of bug 975616 ***
https://bugs.launchpad.net/bugs/975616

Public bug reported:

The two packages are trying to write to the same conf file. No experience with 
either of them just trying to install. On the surface my guess is that it seems 
they either: 
need separate conf files, 
need to share the same conf file or 
the installer should get a flag to remove the existing package and its conf 
file prior to installing the new one. 

Someone more familiar than I needs to make the call on what the actual
solution might be.

Sorry I was not more helpful.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: nova-compute-qemu (not installed)
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic x86_64
ApportVersion: 2.0-0ubuntu4
Architecture: amd64
Date: Fri Apr  6 17:00:46 2012
ErrorMessage: trying to overwrite '/etc/nova/nova-compute.conf', which is also 
in package nova-compute-kvm 2012.1-0ubuntu1
InstallationMedia: Ubuntu 10.04.4 LTS Lucid Lynx - Release amd64 (20120214.2)
SourcePackage: nova
Title: package nova-compute-qemu (not installed) failed to install/upgrade: 
trying to overwrite '/etc/nova/nova-compute.conf', which is also in package 
nova-compute-kvm 2012.1-0ubuntu1
UpgradeStatus: Upgraded to precise on 2012-04-04 (2 days ago)

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


** Tags: amd64 apport-package package-conflict precise

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

Title:
  package nova-compute-qemu  not installed  failed to install/upgrade:
  trying to overwrite  /etc/nova/nova-compute.conf , which is also in
  package nova-compute-kvm 2012.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/975617/+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 975617] Re: package nova-compute-qemu not installed failed to install/upgrade: trying to overwrite /etc/nova/nova-compute.conf , which is also in package nova-compute-kvm 2012.1-0ubuntu1

2012-04-06 Thread lorenz
*** This bug is a duplicate of bug 975616 ***
https://bugs.launchpad.net/bugs/975616

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

Title:
  package nova-compute-qemu  not installed  failed to install/upgrade:
  trying to overwrite  /etc/nova/nova-compute.conf , which is also in
  package nova-compute-kvm 2012.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/975617/+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 975617] Re: package nova-compute-qemu not installed failed to install/upgrade: trying to overwrite /etc/nova/nova-compute.conf , which is also in package nova-compute-kvm 2012.1-0ubuntu1

2012-04-06 Thread Apport retracing service
*** This bug is a duplicate of bug 975616 ***
https://bugs.launchpad.net/bugs/975616

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 #975616, 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.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 975616
   package nova-compute-uml  not installed  failed to install/upgrade: trying 
to overwrite  /etc/nova/nova-compute.conf , which is also in package 
nova-compute-kvm 2012.1-0ubuntu1

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

Title:
  package nova-compute-qemu  not installed  failed to install/upgrade:
  trying to overwrite  /etc/nova/nova-compute.conf , which is also in
  package nova-compute-kvm 2012.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/975617/+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 975616] Re: package nova-compute-uml not installed failed to install/upgrade: trying to overwrite /etc/nova/nova-compute.conf , which is also in package nova-compute-kvm 2012.1-0ubuntu1

2012-04-06 Thread Adam Gandelman
Confirming the conflict.  The nova-compute-$foo packages need a
relationship set with each other such that each conflicts with the
others.

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

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

Title:
  package nova-compute-uml  not installed  failed to install/upgrade:
  trying to overwrite  /etc/nova/nova-compute.conf , which is also in
  package nova-compute-kvm 2012.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/975616/+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 975085] Re: nova mysql DB can't be restored from backups

2012-04-06 Thread Adam Gandelman
** Also affects: nova
   Importance: Undecided
   Status: New

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

Title:
  nova mysql DB can't be restored from backups

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/975085/+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 975616] Re: package nova-compute-uml not installed failed to install/upgrade: trying to overwrite /etc/nova/nova-compute.conf , which is also in package nova-compute-kvm 2012.1-0ubuntu1

2012-04-06 Thread Adam Gandelman
** Tags added: ubuntu-openstack-upgrade

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

Title:
  package nova-compute-uml  not installed  failed to install/upgrade:
  trying to overwrite  /etc/nova/nova-compute.conf , which is also in
  package nova-compute-kvm 2012.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/975616/+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 966115] Re: nova-api{,-os-compute,-ec2,-os-volume} relationship

2012-04-06 Thread Adam Gandelman
** Tags added: ubuntu-openstack-upgrade

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

Title:
  nova-api{,-os-compute,-ec2,-os-volume} relationship

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/966115/+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 907945] Re: Enabling keystone caching results in type errors in middleware

2012-04-06 Thread Adam Gandelman
** Changed in: nova (Ubuntu)
   Status: New = Invalid

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

Title:
  Enabling keystone caching  results in type errors in middleware

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/907945/+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 932991] Re: nova-api reporting missing images after upgrade

2012-04-06 Thread Adam Gandelman
** Tags added: ubuntu-openstack-upgrade

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

Title:
  nova-api reporting missing images after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/932991/+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 932991] Re: nova-api reporting missing images after upgrade

2012-04-06 Thread Adam Gandelman
@Andrew-

To be clear, you had to 'update kernel_id' and 'ramdisk_id' columns of
the image_properties table in Glance's database, not on any table in
Nova's database?  I believe I'm able to reproduce this, but it looks
like a glance bug, not nova.

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

Title:
  nova-api reporting missing images after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/932991/+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 932991] Re: nova-api reporting missing images after upgrade

2012-04-06 Thread Adam Gandelman
I've opened Bug #975651 in Glance to track this there.

I should note that this doesn't affect the functionality of euca-
describe-instances, but now seems to manifest itself during instance
launch/euca-run-instances. Perhaps some work has been done around EC2 -
Glance UUID translation in the months since this bug was opened.

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

Title:
  nova-api reporting missing images after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/932991/+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 975074] Re: package mysql-server-5.1 5.1.58-1ubuntu1 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2012-04-06 Thread Clint Byrum
Gary, 12.04 has MySQL 5.5, which should have been pulled in due to its
Breaks/Replaces relationship with mysql 5.1. Perhaps something went
wrong during that upgrade? Anyway, 5.1 iis being removed from 12.04.

Anyway, to reinstall mysql-server-5.1 cleanly so you can remove/upgrade
it, you probably will want to do:

dpkg -i --force-confmiss /var/cache/apt/archives/mysql-
server-5.1_5.1.58-1ubuntu1_amd64.deb

That should replace missing config files that you've deleted. After
that, an 'apt-get dist-upgrade' should result in 5.5 being installed.

Please respond back here with whether or not this fixes the issue. Also,
did you use do-release-upgrade -d to upgrade to precise, or just a
straight dist-upgrade?

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

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

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

Title:
  package mysql-server-5.1 5.1.58-1ubuntu1 failed to install/upgrade:
  Package is in a very bad inconsistent state - you should  reinstall it
  before attempting a removal.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/975074/+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 975519] Re: package samba-common-bin 2:3.6.3-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2012-04-06 Thread Clint Byrum
Hi Jim, thanks for taking the time to file this bug report.

It looks like something got corrupted on your system:

update-alternatives: error: /var/lib/dpkg/alternatives/testparm corrupt:
line not terminated while trying to read status

Can you please include that file? It should look something like this:

$ cat /var/lib/dpkg/alternatives/testparm 
auto
/usr/bin/testparm
testparm.1.gz
/usr/share/man/man1/testparm.1.gz

/usr/bin/testparm.samba3
10
/usr/share/man/man1/testparm.samba3.1.gz

Marking incomplete pending response.

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

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

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

Title:
  package samba-common-bin 2:3.6.3-2ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/975519/+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 958831] Re: Samba rebroadcasts information it should not

2012-04-06 Thread Clint Byrum
I think its a valid idea to make that the default configuration.
Consideration must be given to the effect that would have on both casual
home network users and corporate users, but it should at least be
considered. For that reason, I'll leave this as 'New' while developers
consider it, and set the priority to Medium, since it has a workaround.

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

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

Title:
  Samba rebroadcasts information it should not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/958831/+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 972603] Re: package amavisd-new-postfix 1:2.6.5-0ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-06 Thread Clint Byrum
Hello atif. The terminal shows this as the full error message:

Starting amavisd: head: cannot open `/etc/mailname' for reading: No such file 
or directory
  The value of variable $myhostname is atifalhazmi-CX500DX, but should have 
been
  a fully qualified domain name; perhaps uname(3) did not provide such.
  You must explicitly assign a FQDN of this host to variable $myhostname
  in /etc/amavis/conf.d/05-node_id, or fix what uname(3) provides as a host's 
  network name!
(failed).
invoke-rc.d: initscript amavis, action restart failed.

It seems your network is not giving your machine a fully qualified
domain name, and you have not configured the system's mailname
parameter.

I would suggest running

sudo dpkg-reconfigure postfix

Which should set /etc/mailname if you give your system one, then to
finish amavisd's configuration:

sudo dpkg --configure -a

Please report back here if that fixes your problem. Marking Incomplete
pending response.

** Changed in: amavisd-new (Ubuntu)
   Status: New = Incomplete

** Changed in: amavisd-new (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package amavisd-new-postfix 1:2.6.5-0ubuntu3 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/972603/+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 975167] Re: package samba 2:3.6.3-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-06 Thread Clint Byrum
Hello Mohammed. This is the relevant error message:

invoke-rc.d: initscript nmbd, action start failed.

Can you look and see if your configuration is valid? Try running

'sudo testparm'

and pasting the output here (check it for sensitive information first!).

Marking Incomplete pending response.

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

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

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

Title:
  package samba 2:3.6.3-2ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/975167/+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 974966] Re: package slapd 2.4.28-1.1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-04-06 Thread Clint Byrum
Hi! The relevant error message is:

 Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.25-1.1ubuntu4.1... 
  Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.25-1.1ubuntu4.1... 
done.
  Moving old database directories to /var/backups:
  - directory dc=nodomain... 
  - directory dc=nodomain... done.
  Loading from /var/backups/slapd-2.4.25-1.1ubuntu4.1: 
  - directory dc=nodomain... 
  - chowning database directory (openldap:openldap)... 
  - chowning database directory (openldap:openldap)... done
  Directory /var/lib/ldap for dc=eeeserver not empty, aborting.
dpkg: error processing slapd (--configure):

It looks like the package ran into a situation where it couldn't do
anything without potentially destroying data, so it aborted. I'd
recommend moving /var/lib/ldap/* out of the way if you don't actually
need any of the data, then running

sudo dpkg --configure -a

to finish this process.

This isn't a bug so much as an unfortunate situation, so closing the
report as Invalid. If you have additional information that may show that
there is a bug here, please feel free to set the status back to New.

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

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

Title:
  package slapd 2.4.28-1.1ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/974966/+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 965523] Re: mysql 5.5.22, 5.1.62, 5.0.96 security update tracking bug

2012-04-06 Thread Clint Byrum
** Changed in: mysql-5.1 (Ubuntu)
   Status: New = Invalid

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

Title:
  mysql 5.5.22, 5.1.62, 5.0.96 security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/965523/+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 971596] Re: landscape module errors if no /etc/landscape/client.conf

2012-04-06 Thread Clint Byrum
** Changed in: cloud-init (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  landscape module errors if no /etc/landscape/client.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/971596/+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 969374] Re: package mysql-server-5.1 5.1.58-1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess new pre-removal script returned error exit status 100

2012-04-06 Thread Clint Byrum
(Reading database ... 432551 files and directories currently installed.)
Preparing to replace mysql-server-5.1 5.1.58-1ubuntu1 (using 
.../mysql-server-5.1_5.1.58-1ubuntu5_amd64.deb) ...
invoke-rc.d: unknown initscript, /etc/init.d/mysql not found.
dpkg: warning: subprocess old pre-removal script returned error exit status 100

Ideally with 12.04, you would not even have mysql-server-5.1, because it
has been replaced by mysql-server-5.5.

Anyway, invoke-rc.d is slightly misleading there, as the real missing
file is /etc/init/mysql.conf, but it is reporting the fallback sysvinit
script of /etc/init.d/mysql, which is also not there.

The way to do that is to force restoring it with:

dpkg -i --force-confmiss /var/cache/apt/archives/mysql-
server-5.1_5.1.51-1ubuntu5_amd64.deb

I'm not entirely sure that will work since this is the prerm script
failing though.. so another way to do it is:

sudo sh -c 'echo manual  /etc/init/mysql.conf'

Note that I would recommend the next step being to purge mysql-
server-5.1 (after backing up your configs and data) and install mysql-
server (which will pull in 5.5).

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

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

Title:
  package mysql-server-5.1 5.1.58-1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess new pre-removal script returned error exit
  status 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/969374/+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 972845] Re: after upgrade to precise, service did not start

2012-04-06 Thread Clint Byrum
Hi Jon, thanks for taking the time to file this report.

Can you look for a /var/log/upstart/tftpd-hpa.log file, and attach it?
Also examine the file /etc/default/tftpd-hpa and be sure that there is a
setting for TFTP_DIRECTORY, and that the directory is on a filesystem
that will be mounted automatically (so, not one that is marked as
'nowait' in /etc/fstab).

** Changed in: tftp-hpa (Ubuntu)
   Importance: Undecided = Medium

** Changed in: tftp-hpa (Ubuntu)
   Status: New = Incomplete

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

Title:
  after upgrade to precise, service did not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/972845/+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 941922] Re: do-release-upgrade races puppet for file contents

2012-04-06 Thread Clint Byrum
It seems to me that this is a locking issue, and Adam's solution should
be tweaked a bit to have apt register some kind of lock system whereby
only apt, or puppet, can be running at the same time.

Anyway, I'm moving this to Confirmed. It should probably be forwarded to
puppet upstream for their consideration as well.

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

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

Title:
  do-release-upgrade races puppet for file contents

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/941922/+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 965138] Re: Juju concatenates the full API endpoint URL when it gets absolute paths from the MAAS api.

2012-04-06 Thread Clint Byrum
** Changed in: juju (Ubuntu)
   Status: New = Fix Released

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

Title:
  Juju concatenates the full API endpoint URL when it gets absolute
  paths from the MAAS api.

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/965138/+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 918623] Re: Apache SSL config startup errors are neither printed nor logged

2012-04-06 Thread Clint Byrum
Hi Jakob, can you provide an example of a broken config, so that we can
reproduce the issue?

Thanks!

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

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

Title:
  Apache SSL config startup errors are neither printed nor logged

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/918623/+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 974854] Re: zenity crashed wSIGSEGV in g_cclosure_marshal_VOID()ith

2012-04-06 Thread Apport retracing service
*** This bug is a duplicate of bug 969031 ***
https://bugs.launchpad.net/bugs/969031

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 #969031, 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/974854/+attachment/3013861/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/974854/+attachment/3013863/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/974854/+attachment/3013864/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/974854/+attachment/3013865/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/974854/+attachment/3013866/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/974854/+attachment/3013868/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/974854/+attachment/3013870/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

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

Title:
  zenity crashed wSIGSEGV in g_cclosure_marshal_VOID()ith

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

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


[Bug 973827] Re: battery icon isn't shown

2012-04-06 Thread Nicolas Valcarcel
apport information

** Tags added: apport-collected precise

** Description changed:

  I can see the battery icon on lightdm but once i get to gnome-shell isn't 
shown.
  i also get this:
  
  nxvl [~]  
  Sylvester$ gsettings range org.gnome.power-manager icon-policy
  No such key 'icon-policy'
+ --- 
+ ApportVersion: 2.0-0ubuntu4
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120322)
+ NonfreeKernelModules: wl fglrx
+ Package: gnome-shell 3.4.0-0ubuntu2
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
+ Tags:  precise
+ Uname: Linux 3.2.0-22-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/973827/+attachment/3013895/+files/Dependencies.txt

** Changed in: gnome-shell (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/973827

Title:
  battery icon isn't shown

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

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


[Bug 974859] [NEW] shuffle button decreases icon and surrounding panel size

2012-04-06 Thread Joel Pickett
Public bug reported:

When you mouse over the shuffle/randomplay songs button, the button
itself and the panel of Play, Prev Soung, Next Song and Repeat all
shrink a few pixels. This only happens when mousing over the Shuffle
button, none of the others.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: rhythmbox 2.96-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.0-0ubuntu2
Architecture: amd64
Date: Fri Apr  6 16:03:01 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120401)
ProcEnviron:
 LANGUAGE=en_AU:en
 TERM=xterm
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: rhythmbox (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/974859

Title:
  shuffle button decreases icon and surrounding panel size

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

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


[Bug 974859] Re: shuffle button decreases icon and surrounding panel size

2012-04-06 Thread Joel Pickett
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/974859

Title:
  shuffle button decreases icon and surrounding panel size

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

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


[Bug 974856] Re: apport-gtk crashed with SIGSEGV in gdk_pixbuf_composite()

2012-04-06 Thread Apport retracing service
*** This bug is a duplicate of bug 937249 ***
https://bugs.launchpad.net/bugs/937249

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 #937249, 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/974856/+attachment/3013872/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/974856/+attachment/3013875/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/974856/+attachment/3013876/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/974856/+attachment/3013877/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/974856/+attachment/3013878/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/974856/+attachment/3013880/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/974856/+attachment/3013882/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

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

Title:
  apport-gtk crashed with SIGSEGV in gdk_pixbuf_composite()

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

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


[Bug 949359] Re: new upstream bluefish version fixes major bugs: Freeze Exception

2012-04-06 Thread Fabrice Coutadeur
** Changed in: bluefish (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: bluefish (Ubuntu)
 Assignee: (unassigned) = Fabrice Coutadeur (fabricesp)

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

Title:
  new upstream bluefish version fixes major bugs: Freeze Exception

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

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


[Bug 971839] Re: aptd crashed with UnboundLocalError in _emit_acquire_item(): local variable 'lang' referenced before assignment

2012-04-06 Thread Poltiser
First I woke up the computer, I updated system using terminal (apt-get 
update+apt-get upgrade). Restart. Log in. Crashed. Report.
Otherwise - no problems. Crushing daemon did not crush the system.

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

Title:
  aptd crashed with UnboundLocalError in _emit_acquire_item(): local
  variable 'lang' referenced before assignment

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

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


[Bug 969554] Re: Performing a pinch gesture over a window has no effect

2012-04-06 Thread Unity Merger
** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  Performing a pinch gesture over a window has no effect

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

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


[Bug 971753] Re: Precise 12.04 cannot connect to wpa2-enterprise network using PEAP+MSCHAP2

2012-04-06 Thread Diane Trout
*** This bug is a duplicate of bug 969343 ***
https://bugs.launchpad.net/bugs/969343

Yes that does look like the same. I'll switch to the previous bug, thank
you.

** This bug has been marked a duplicate of bug 969343
   Unable to connect to WPA enterprise wireless

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

Title:
  Precise 12.04 cannot connect to wpa2-enterprise network using
  PEAP+MSCHAP2

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

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


[Bug 959757] Re: gwibber-accounts crashed with TypeError in function(): Item 0: must be a subtype of gi.Boxed

2012-04-06 Thread TonyChyi
reply for #4:

try to install gwibber-service-sina(sudo apt-get install gwibber-
service-sina)

then run gwibber-acconts

find sina(ps: i'm in China and any other services are GFWed)

and authorize it
if u run gwibber-accounts in terminal , you'll see:

---

tonychyi@tonychyi-HP:~$ gwibber-accounts 
Loading plugin for sina
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
Loading plugin for twitter
Loading plugin for identica
Loading plugin for facebook
Traceback (most recent call last):
  File /usr/share/gwibber/plugins/sina/gtk/sina/__init__.py, line 149, in 
on_sina_auth_title_change
saved = self.dialog.on_edit_account_save()
  File /usr/lib/python2.7/dist-packages/gwibber/accounts.py, line 252, in 
on_edit_account_save
getattr(self.gwibber.accounts, fn)(json.dumps(self.account))
  File /usr/lib/python2.7/dist-packages/dbus/proxies.py, line 145, in __call__
**keywords)
  File /usr/lib/python2.7/dist-packages/dbus/connection.py, line 651, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.TypeError: Traceback 
(most recent call last):
  File /usr/lib/python2.7/dist-packages/dbus/service.py, line 707, in 
_message_cb
retval = candidate_method(self, *args, **keywords)
  File /usr/lib/python2.7/dist-packages/gwibber/microblog/storage.py, line 
339, in Create
self.update_password_cache(data)
  File /usr/lib/python2.7/dist-packages/gwibber/microblog/storage.py, line 
303, in update_password_cache
self.passwords[id] = util.keyring.get_secret(id)
  File /usr/lib/python2.7/dist-packages/gwibber/microblog/util/keyring.py, 
line 49, in get_secret
attrlist)
  File /usr/lib/python2.7/dist-packages/gi/types.py, line 43, in function
return info.invoke(*args, **kwargs)
TypeError: Item 0: must be a subtype of gi.Boxed

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

Title:
  gwibber-accounts crashed with TypeError in function(): Item 0: must be
  a subtype of gi.Boxed

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

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


[Bug 780220] Re: pip install numpy fail in virtualenv

2012-04-06 Thread bwanamarko
I cannot install Numpy using pip even in my base install. I get the
exact same set of errors. Of course I can't install it with withing a
virtualenv either.

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

Title:
  pip install numpy fail in virtualenv

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

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


[Bug 949359] Re: new upstream bluefish version fixes major bugs: Freeze Exception

2012-04-06 Thread Fabrice Coutadeur
version 2.2.2 can be synced as menus appear fine in Unity.
Syncing the package.

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

Title:
  new upstream bluefish version fixes major bugs: Freeze Exception

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

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


[Bug 780220] Re: pip install numpy fail in virtualenv

2012-04-06 Thread bwanamarko
oops, here are my system details:
oneiric ocelot 11.10
pip 1.0 from /usr/lib/python2.7/dist-packages (python 2.7)
I already have numpy from the repo

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

Title:
  pip install numpy fail in virtualenv

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

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


[Bug 974866] [NEW] BUG: Bad page map in process indicator-messa pte:00000004 pmd:164c05067

2012-04-06 Thread Zachs Kappler
Public bug reported:

Aside from the attached data to this report, I am unsure of what I was
doing that caused it.

ProblemType: KernelOops
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-22-generic 3.2.0-22.35
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
Annotation: Your system might become unstable now and might need to be 
restarted.
ApportVersion: 2.0-0ubuntu4
Architecture: amd64
Date: Thu Apr  5 23:44:28 2012
Failure: oops
HibernationDevice: RESUME=UUID=f0fbcd88-52f9-4925-bebe-e98f8d4e0b93
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
MachineType: System manufacturer System Product Name
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-22-generic 
root=UUID=2fe8dda3-34d2-4024-9f1f-6ae2e050387c ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-1ubuntu18
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: BUG: Bad page map in process indicator-messa  pte:0004 pmd:164c05067
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:
 
dmi.bios.date: 06/21/2010
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: ASUS P5N-D ACPI BIOS Revision 1401
dmi.board.name: P5N-D
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 1.XX
dmi.chassis.asset.tag: 123456789000
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSP5N-DACPIBIOSRevision1401:bd06/21/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5N-D:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-kerneloops kernel-oops precise

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

Title:
  BUG: Bad page map in process indicator-messa  pte:0004
  pmd:164c05067

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

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


[Bug 974866] Re: BUG: Bad page map in process indicator-messa pte:00000004 pmd:164c05067

2012-04-06 Thread Zachs Kappler
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/974866

Title:
  BUG: Bad page map in process indicator-messa  pte:0004
  pmd:164c05067

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

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


[Bug 974866] Re: BUG: Bad page map in process indicator-messa pte:00000004 pmd:164c05067

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

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

Title:
  BUG: Bad page map in process indicator-messa  pte:0004
  pmd:164c05067

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

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


[Bug 659438] Re: Installation/Removal fails because of package which could not be located (failure in apt.Cache.required_download)

2012-04-06 Thread Launchpad Bug Tracker
** Branch linked: lp:aptdaemon

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

Title:
  Installation/Removal fails because of package which could not be
  located (failure in apt.Cache.required_download)

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

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


[Bug 974709] Re: edit-log not editable by webserver

2012-04-06 Thread FranklinPiat
I use moin on Debian, but unless there is a substantial difference between 
Deian and Ubuntu moin packages, the file /usr/share/moin/data/edit-log has 
always been owned by root:root.
I guess you chown'ed it.

Ths files in /usr/share/moin/data are the templates to create a new instances 
(as explained in /usr/share/doc/python-moinmoin/README.Debian.gz).
BTW, sharing edit-log among multiple instances is probably a bad idea: 
RecentChanges will show changes in every other wiki ... but the links will 
point to non-existing pages in that wiki. (if you want a recentChanges for 
multiple wiki, you need to agregate the RSS feeds)

Hope ths helps

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

Title:
  edit-log not editable by webserver

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

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


[Bug 974871] [NEW] Libreoffice close, maximise, minimise (on top bar) quirk

2012-04-06 Thread jan5000
Public bug reported:

Not sure whether this is a Unity or LibreOffice problem.

 I've got Firefox opened full screen - if I open LO calc or writer the
top bar does not seem to provide the usual close/minimise/maximise
buttons for either program (whilst hovering over the top bar). You just
see a blank area.  However if I open both LO programs the top bar
behaves OK.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.8.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic i686
ApportVersion: 2.0-0ubuntu4
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Fri Apr  6 07:23:28 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2012-03-31 (6 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  Libreoffice close, maximise, minimise (on top bar) quirk

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

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


[Bug 974871] Re: Libreoffice close, maximise, minimise (on top bar) quirk

2012-04-06 Thread jan5000
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/974871

Title:
  Libreoffice close, maximise, minimise (on top bar) quirk

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

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


[Bug 974869] Re: gnome-user-share crashed with SIGSEGV in raise()

2012-04-06 Thread Mike Gratton
*** This bug is a duplicate of bug 973683 ***
https://bugs.launchpad.net/bugs/973683


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

Title:
  gnome-user-share crashed with SIGSEGV in raise()

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

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


[Bug 974719] Re: Chromium will not start

2012-04-06 Thread karl anliot
thanks for your cooperation!
a buggy kernel was pushed out yesterday.  It only affected people who were 
subscribed to the proposed updates channel.  You might double-check this if you 
have the inclination.  Hopefully they will push a fix very soon in the updates!
see this bug
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/972821

I can mark this bug as a duplicate if you like, or you can take care of it for 
me.
Thanks!

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

Title:
  Chromium will not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/974719/+subscriptions

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


[Bug 949359] Re: new upstream bluefish version fixes major bugs: Freeze Exception

2012-04-06 Thread OlivierS
does the second menu bar from the snippets plugin work fine in unity as
well? This used to be a problem with unity in ubuntu 11.10 (regardless
of the bluefish version).

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

Title:
  new upstream bluefish version fixes major bugs: Freeze Exception

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

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


[Bug 940603] Re: white box randomly shows up at top left corner blocking applications from using stuff under it

2012-04-06 Thread Sam Spilsbury
** Changed in: compiz-core
   Status: In Progress = Fix Committed

** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  white box randomly shows up at top left corner blocking applications
  from using stuff under it

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

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


[Bug 940603] Re: white box randomly shows up at top left corner blocking applications from using stuff under it

2012-04-06 Thread Hernando Torque
Note, that the latest compiz in Precise is 0.9.7.4-0ubuntu2, so you need
to do something like this after adding and updating:

sudo apt-get install compiz=0.9.7.4-0ubuntu2~bzr3086~precise1

to use the right compiz. :-)

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

Title:
  white box randomly shows up at top left corner blocking applications
  from using stuff under it

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

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


[Bug 931883] Re: Improve performace of the shadow clipping code

2012-04-06 Thread Sam Spilsbury
** Also 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/931883

Title:
  Improve performace of the shadow clipping code

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

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


[Bug 929219] Re: chromium-browser crashed with SIGSEGV in __nscd_get_mapping()

2012-04-06 Thread dino99
Get this error on Precise i386 b2 with;

midori  0.4.4 (midori-dev ppa)

crashed with SIGSEGV in __nscd_get_mapping()

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

Title:
  chromium-browser crashed with SIGSEGV in __nscd_get_mapping()

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

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


[Bug 824466] Re: Libre Office Presenter console doesn't display controls

2012-04-06 Thread Matthijs ten Kate
Jeremy, do you mean to say that we actually _remove_ it from LO and then
package it? Because the presenter console has been an integral part of
LO since several versions. Why on earth would we do such a thing?

And what is the name of the package to be installed? I've been searching
in SC on a 12.04 beta2 live environment and was not able to find
anything.

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

Title:
  Libre Office Presenter console doesn't display controls

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/824466/+subscriptions

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


[Bug 659816] Re: Drop-down menus look disembodied from their titles

2012-04-06 Thread Sam Spilsbury
** Changed in: compiz-core
   Status: New = Fix Committed

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

Title:
  Drop-down menus look disembodied from their titles

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

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


[Bug 487626] Re: Wrong External resource: homepage in http://packages.ubuntu.com/karmic/trash-cli

2012-04-06 Thread Ganton
Thanks for all the work, Andrew. The webpage
http://packages.ubuntu.com/oneiric/trash-cli is now updated.

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

Title:
  Wrong External resource: homepage in
  http://packages.ubuntu.com/karmic/trash-cli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trash-cli/+bug/487626/+subscriptions

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


[Bug 974875] [NEW] apertium-talk does not work on Ubuntu 12.04 i386

2012-04-06 Thread SilentOne
Public bug reported:

After launch, nothing happens.Combo box is not active.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: apertium-tolk 0.2-2.2
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic-pae 3.2.14
Uname: Linux 3.2.0-22-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0-0ubuntu4
Architecture: i386
Date: Fri Apr  6 09:26:03 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120328)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: apertium-tolk
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: apertium-tolk (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

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

Title:
  apertium-talk does not work on Ubuntu 12.04 i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apertium-tolk/+bug/974875/+subscriptions

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


[Bug 974875] Re: apertium-talk does not work on Ubuntu 12.04 i386

2012-04-06 Thread SilentOne
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/974875

Title:
  apertium-talk does not work on Ubuntu 12.04 i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apertium-tolk/+bug/974875/+subscriptions

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


[Bug 974874] [NEW] shutdown does not power off Lenovo Thinkpad T61 laptop

2012-04-06 Thread Jim Tittsler
Public bug reported:

Shutdown in 12.04 beta 2 (either using the Unity menu item or 'sudo
shutdown -h now') does not completely power down my Lenovo Thinkpad T61.
The screen shuts down, but the fan continues to run.  Shutting down the
machine requires holding the power button down for 4 or 5 seconds.

This has happened during the alpha test versions.  Today I did a fresh
install of 12.04 beta 2 (and all of the available updates) to confirm
the problem persists.  (It has worked properly in 11.10 and earlier
releases.)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: power

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

Title:
  shutdown does not power off Lenovo Thinkpad T61 laptop

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

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


[Bug 974870] Re: gnome-shell crashed with signal 5 in st_widget_get_theme_node()

2012-04-06 Thread Apport retracing service
*** This bug is a duplicate of bug 950923 ***
https://bugs.launchpad.net/bugs/950923

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 #950923, 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/974870/+attachment/3014018/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/974870/+attachment/3014020/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/974870/+attachment/3014022/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/974870/+attachment/3014023/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/974870/+attachment/3014024/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/974870/+attachment/3014025/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/974870/+attachment/3014027/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 950923
   gnome-shell crashed with signal 5 in st_widget_get_theme_node()

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

Title:
  gnome-shell crashed with signal 5 in st_widget_get_theme_node()

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

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


[Bug 974869] Re: gnome-user-share crashed with SIGSEGV in raise()

2012-04-06 Thread Apport retracing service
*** This bug is a duplicate of bug 973683 ***
https://bugs.launchpad.net/bugs/973683

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 #973683, 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/974869/+attachment/3014007/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/974869/+attachment/3014009/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/974869/+attachment/3014011/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/974869/+attachment/3014012/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/974869/+attachment/3014013/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/974869/+attachment/3014015/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/974869/+attachment/3014017/+files/ThreadStacktrace.txt

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

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

Title:
  gnome-user-share crashed with SIGSEGV in raise()

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

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


[Bug 972958] Re: Ubuntu 12.04 beta 2 GStreamer codec installer (gnome-codec-install)

2012-04-06 Thread SignedAdam
Thank you @Fabio Marconi (fabiomarconi) for finding the right package, I
hope this helps get the bug fixed

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

Title:
  Ubuntu 12.04 beta 2 GStreamer codec installer (gnome-codec-install)

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

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


[Bug 974879] [NEW] package samba4 4.0.0~alpha18.dfsg1-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-06 Thread Joni-Pekka Kurronen
Public bug reported:

very litle to add

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0-0ubuntu4
Architecture: amd64
Date: Fri Apr  6 09:08:15 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-02-20 (46 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 974879] Re: package samba4 4.0.0~alpha18.dfsg1-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-06 Thread Joni-Pekka Kurronen
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/974879

Title:
  package samba4 4.0.0~alpha18.dfsg1-4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 974879] Re: package samba4 4.0.0~alpha18.dfsg1-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-06 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/974879

Title:
  package samba4 4.0.0~alpha18.dfsg1-4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 974878] Re: upgradeprovision crashed with TypeError in copytree(): coercing to Unicode: need string or buffer, NoneType found

2012-04-06 Thread Apport retracing service
*** This bug is a duplicate of bug 974877 ***
https://bugs.launchpad.net/bugs/974877

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 #974877, 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.

** Package changed: ubuntu = samba4 (Ubuntu)

** Tags removed: need-duplicate-check

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/974878/+attachment/3014069/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/974878/+attachment/3014070/+files/ProcStatus.txt

** Visibility changed to: Public

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

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

Title:
  upgradeprovision crashed with TypeError in copytree(): coercing to
  Unicode: need string or buffer, NoneType found

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

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


[Bug 974876] [NEW] package libgtk2.0-cil 2.12.10-2ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-06 Thread rik
Public bug reported:

don't know what this means : failed to install package libgtk2.0-cil
2.12.10-2ubuntu4 failed to install/upgrade: subprocess installed post-
installation script returned error exit status 1

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libgtk2.0-cil 2.12.10-2ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0-0ubuntu4
Architecture: i386
Date: Thu Apr  5 23:35:49 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
SourcePackage: gtk-sharp2
Title: package libgtk2.0-cil 2.12.10-2ubuntu4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-04-05 (1 days ago)

** Affects: gtk-sharp2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package libgtk2.0-cil 2.12.10-2ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-sharp2/+bug/974876/+subscriptions

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


[Bug 974876] Re: package libgtk2.0-cil 2.12.10-2ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-06 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/974876

Title:
  package libgtk2.0-cil 2.12.10-2ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-sharp2/+bug/974876/+subscriptions

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


[Bug 974876] Re: package libgtk2.0-cil 2.12.10-2ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-04-06 Thread rik
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/974876

Title:
  package libgtk2.0-cil 2.12.10-2ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-sharp2/+bug/974876/+subscriptions

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


[Bug 969941] Re: FATAL: Error inserting w83627ehf (/lib/modules/3.2.0-21-generic-pae/kernel/drivers/hwmon/w83627ehf.ko): Device or resource busy

2012-04-06 Thread dino99
From kern.log:


 w83627ehf: Found W83627DHG chip at 0x290
 ACPI Warning: 0x0295-0x0296 SystemIO conflicts with Region 
\_SB_.PCI0.SBRG.SIOR.HWRE 1 (20120320/utaddress-251)
 ACPI: If an ACPI driver is available for this device, you should use it 
instead of the native driver

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

Title:
  FATAL: Error inserting w83627ehf (/lib/modules/3.2.0-21-generic-
  pae/kernel/drivers/hwmon/w83627ehf.ko): Device or resource busy

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