[Bug 1565003] [NEW] snmptrapd fails to build with MySQL 5.7

2016-04-01 Thread Lars Tangvald
Public bug reported:

MySQL 5.7 restricts which symbols are exported and useable from the
outside.

The function load_defaults, using in apps/snmptrapd_sql.c is not exported from 
libmysqlclient20, so the build will fail.
However, the function my_load_defaults is exported, and has the same signature 
except for an extra flags parameter, which can be set to 0.

The attached patch should allow snmptrapd to build with MySQL 5.7

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

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "patch.txt"
   https://bugs.launchpad.net/bugs/1565003/+attachment/4619651/+files/patch.txt

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

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

Title:
  snmptrapd fails to build with MySQL 5.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1565003/+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 1528583] Re: [FFe] Please update to MySQL 5.7 series

2016-04-01 Thread Lars Tangvald
pitti: Yeah, we have a bug in dbconfig-common (1563274), and a patch
ready for mysql-5.7 that downgrades that error to a deprecation warning
to give them time to fix it

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

Title:
  [FFe] Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1528583/+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 1563274] Re: dbconfig-mysql sets blank port in config

2016-03-30 Thread Lars Tangvald
As this isn't a simple fix, and is currently blocking MySQL 5.7 in
Ubuntu 16, we will patch MySQL to allow the empty port option for now
(it will print a warning instead of the error).

There's also a related upstream bug at
http://bugs.mysql.com/bug.php?id=80903

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

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

Title:
  dbconfig-mysql sets blank port in config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbconfig-common/+bug/1563274/+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 1563274] Re: dbconfig-mysql sets blank port in config

2016-03-29 Thread Lars Tangvald
** Also affects: mysql-5.7 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  dbconfig-mysql sets blank port in config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbconfig-common/+bug/1563274/+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 1528583] Re: [FFe] Please update to MySQL 5.7 series

2016-03-29 Thread Lars Tangvald
Yeah, the copying is an ugly hack, but it's already done to some degree,
and has the least risk of breaking anything, I think.

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

Title:
  [FFe] Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1528583/+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 1563274] [NEW] dbconfig-mysql sets blank port in config

2016-03-29 Thread Lars Tangvald
Public bug reported:

For non-remote setups, dbconfig will not set a port value, leaving it
blank in generated option files.

MySQL 5.7 will no longer accept a blank port option in the config file
(See https://github.com/mysql/mysql-
server/commit/3d8b4570d1a9d8d03d32e4cd6705b6a2d354e992 for more
information about the change).

If the port is not to be changed it should either be set to 3306 or the line 
omitted from the generated file. 
The former is probably the better option, since other packages (e.g. redmine) 
use dbconfig variables for their own config generation.

** Affects: dbconfig-common (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  dbconfig-mysql sets blank port in config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbconfig-common/+bug/1563274/+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 1528583] Re: [FFe] Please update to MySQL 5.7 series

2016-03-29 Thread Lars Tangvald
The test failures for dbconfig-common and redmine are due to a) The
tests setting empty port options in config files and b) MySQL 5.7 no
longer allowing empty options in config file.

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

Title:
  [FFe] Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1528583/+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 1528583] Re: [FFe] Please update to MySQL 5.7 series

2016-03-29 Thread Lars Tangvald
Some of the headers that are in include/mysql/mysql are also copied (not
moved) to include/mysql, probably to patch this sort of problem. With
the way the headers are structured right now I don't really see a very
nice way to solve this, so one suggestion is to simply copy everything.

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

Title:
  [FFe] Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1528583/+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 1528583] Re: [FFe] Please update to MySQL 5.7 series

2016-03-11 Thread Lars Tangvald
The previous comment contains the overview of the upgrade testing we've
done.

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

Title:
  [FFe] Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1528583/+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 1528583] Re: [FFe] Please update to MySQL 5.7 series

2016-03-11 Thread Lars Tangvald
1 Background


These tests were conducted to verify that MySQL upgrades are possible
from from previous Ubuntu releases to Ubuntu 16.04 (Xenial Xerus).

There are 3 live Ubuntu versions:

 - Ubuntu 12.04 LTS (Precise Pangolin)
- Ships with MySQL 5.5

- Ubuntu 14.04 LTS (Trusty Tahr)
- Ships with MySQL 5.5 (default) and 5.6

- Ubuntu 15.10 (Wily Werewolf)
- Ships with MySQL 5.6

Normally, Oracle only supports upgrades from one major version to the
next (5.5 and 5.6 are considered major versions), so an upgrade from
5.5 to 5.7 should go through 5.6.

Upgrades skipping one major release are not explicitly blocked, but it
is not guaranteed to work in the general case since it is not a design
requirement in MySQL Engineering. However, it may still work, but it
is not generally tested.

On request from Debian/Ubuntu, Oracle has already tested direct
upgrades from 5.5 to 5.7 and found them to be viable. There are no
known problems with upgrading directly from 5.5 to 5.7.

This round of tests is to verify the packaging of MySQL 5.7 in Ubuntu
16.04.  In particular, it verifies that all documented upgrade paths
work with a database containing example data.


2 Test design
=

Testing was done using VirtualBox VMs, reverting to snapshots to
test new upgrade paths from the same starting point.

The test installs MySQL on one version of Ubuntu, sets up a simple
database with example data and users, follows the upgrade path to
Ubuntu 16.04 with MySQL 5.7 and verifies that the database is still
usable by running a few simple queries.

The database used was the Sakila Sample Database [1], and the test
queries were based on the example queries [2] for the Sakila Sample
Database and do a couple of INSERT, SELECT and DELETE queries.

MySQL 5.7 packages for Ubuntu 16.04 were installed from the MySQL
Ubuntu Packagers Team PPA [3]. A dependency issue was found and fixed
during testing. The fixed package was uploaded to a separate PPA [4],
which was used to retest.

For each upgrade path, the following steps are taken:

1. Install the starting version of Ubuntu.

2. Install the mysql-server package (if applicable, c.f. Sect 3.2.3).

3. Create a MySQL user "sakila" with a non-empty password.

4. Install the Sakila Sample Database as the "sakila" user.

5. Log in as the "sakila" user and run the example queries.

6. Do the Ubuntu release upgrade process using
   do-release-upgrade.

   When upgrading from 14.04 to 16.04, add the MySQL 5.7 PPA before
   upgrading.

7. If the upgrade is from 14.04 with MySQL 5.6, install the new
   mysql-server metapackage.

8. Verify that MySQL has been upgraded to 5.7.11.

9. Log in as the "sakila" user and run the example queries again.

10. Compare the results of steps 5 and 9.


3. Upgrade Paths


The main paths for upgrading to Ubuntu 16.04 and MySQL 5.7 are
described below.

In addition to this, there are variations of whether or not the user
specified a password for the MySQL "root" user account. If not, the
upgrade to 5.7 should enable the auth_socket plugin (UNIX socket
authentication) to improve security.

For each starting point (Ubuntu version and MySQL version), both empty
and non-empty root passwords have been tested (see Sect. 3 for
details).

An important distinction between starting at Ubuntu 12.04 and Ubuntu
14.04 is that when upgrading from 12.04, 14.04 will have Linux kernel
3.13, but if we start with a fresh install of 14.04, the Linux Kernel
will be version 4.2. This affects apparmor behavior.

There are 6 upgrade paths:

 * P1 Ubuntu 12.04 to 14.04 with MySQL 5.5 to 16.04
 * P2 Ubuntu 12.04 to 14.04 with MySQL 5.5 to MySQL 5.6 to 16.04
 * P3 Ubuntu 14.04 with MySQL 5.5 to 16.04
 * P4 Ubuntu 14.04 with MySQL 5.5 to MySQL 5.6 to 16.04
 * P5 Ubuntu 14.04 with MySQL 5.6 to 16.04
 * P6 Ubuntu 15.10 to 16.04 with non-empty root password
 * P7 Ubuntu 15.10 to 16.04 with empty root password


3.1 Ubuntu 12.04 to 16.04
-

Ubuntu 12.04 should be upgraded to 16.04 in a two step process, first
upgrading to 14.04 and then to 16.04 [5].

Ubuntu 12.04 ships with MySQL 5.5, while 14.04 ships with both 5.5 and
5.6, so there are two upgrade paths, one that stays on MySQL 5.5 until
upgrading to 16.04, and one that upgrades to MySQL 5.6 in 14.04.


3.1.1 P1 Ubuntu 12.04 to 14.04 with MySQL 5.5 to 16.04
--

* Install MySQL 5.5 on Ubuntu 12.04, and enter an empty root password
* Perform the testing of the Sakila Example Database
* Upgrade Ubuntu to 14.04
* Upgrade Ubuntu to 16.04
* Perform the testing of the Sakila Example Database


3.1.2 P2 Ubuntu 12.04 to 14.04 with MySQL 5.5 to MySQL 5.6 to 16.04
---

* Install MySQL 5.5 on Ubuntu 12.04, and enter a non-empty root password
* Perform the testing of the Sakila Example Database
* Upgrade Ubuntu to 14.04
* Upgrade MySQL to 5.6 using the mysql-server-5.6 

[Bug 1528583] Re: [FFe] Please update to MySQL 5.7 series

2016-03-10 Thread Lars Tangvald
I'll do a more complete writeup once the testing is complete, but want
to follow up on the above comment:

I can confirm that the package from ppa:racb/experimental fixes the apparmor 
issue we saw before.
I've also tested the same starting from Precise.

So the upgrade from 5.5 in Trusty to 5.7 in Xenial is now tested to work
with kernel versions 3.13 and 4.2 in Trusty

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

Title:
  [FFe] Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1528583/+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 1528583] Re: [FFe] Please update to MySQL 5.7 series

2016-03-09 Thread Lars Tangvald
I'm a part of the MySQL engineering team, and have been working with
Robie Basak on this for a while

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

Title:
  [FFe] Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1528583/+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 1528583] Re: [FFe] Please update to MySQL 5.7 series

2016-03-09 Thread Lars Tangvald
I've redone the basic smoke testing for verifying just the package upgrades.
No issues were found during testing.

These tests do not include full Ubuntu release upgrades; They were only run on
16.04.

To include 5.5 I rebuilt it from the current 5.5.47 source in Debian. The 5.6
packages were used from the main Ubuntu repository, and the 5.7 packages were
installed from the ppa at
https://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mysql-5.7

For each test I added minimal database data. One table with a couple of rows
and a test user with a password.

I ran through each test both with and without setting a password for the root
user.

For each test I verified that:

* mysql_upgrade was run successfully during installation (except for the clean
 install.
* If the root user had a password that the password was still valid
* If the root user had a blank password that the auth_socket plugin was enabled,
 requiring host system root access to log in with it.
* That the test user login was still valid
* That the test table data was intact

Upgrade paths tested:

* Fresh 5.7 install
* 5.7 installed on existing 5.7 database
* Fresh 5.6 install, upgraded to 5.7
* Fresh 5.5 install, upgraded to 5.7
* Fresh 5.5 install, upgraded to 5.6, then upgraded to 5.7
* Fresh 5.5 install, upgraded to 5.6, mysql_upgrade run, then upgraded to 5.7

We'll move on to more comprehensive upgrade testing including a full test
database and Ubuntu release upgrades.

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

Title:
  [FFe] Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1528583/+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 1528583] Re: [FFe] Please update to MySQL 5.7 series

2016-03-08 Thread Lars Tangvald
I've been testing the packages as we work on them, ironing out issues with 
upgrading from both 5.5 and 5.6 as we go (I'll need to rerun these tests for 
the currently uploaded package, though).
But I've only been testing on Xenial, i.e. installing 5.5/5.6 then replacing 
with 5.7, so I haven't done anything with testing the full upgrade from 
previous Ubuntu releases.
I've also not done much with testing custom configurations and databases with 
any significant amount of data in them.

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

Title:
  [FFe] Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1528583/+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 1528583] Re: [FFe] Please update to MySQL 5.7 series

2016-02-22 Thread Lars Tangvald
Alternate amarok patch:
Changes it to depend on virtual-mysql-server-core instead of changing 5.7 
packaging to provide mysql-server-core.

** Attachment added: "Alternative debdiff for amarok package"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1528583/+attachment/4578102/+files/amarokdiff.txt

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

Title:
  [FFe] Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1528583/+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 1528583] Re: [FFe] Please update to MySQL 5.7 series

2016-02-22 Thread Lars Tangvald
The package libmysqld-pic has been removed as it is obsolete (there was
no difference between libmysqld-pic and libmysqld-dev in 5.6 either).

The amarok package depends on it, so this dependency needs changing.
Attaching debdiff output for the patch.

Another note is that it also depends on mysql-server-core-5.6 | mysql-
server-core, and the latter isn't actually provided. Will change this so
the 5.7 packaging provides the non-versioned core package.

** Attachment added: "amarok debdiff output"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1528583/+attachment/4577843/+files/debdiff.txt

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

Title:
  [FFe] Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1528583/+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 1528583] Re: Please update to MySQL 5.7 series

2016-02-15 Thread Lars Tangvald
Packaging has been moved to master branch of 
https://github.com/ltangvald/mysql-5.7/
and uploaded to https://launchpad.net/~lars-tangvald/+archive/ubuntu/mysql-5.7

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

Title:
  Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1528583/+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 1528583] Re: Please update to MySQL 5.7 series

2016-01-31 Thread Lars Tangvald
I've uploaded the packaging to 
https://github.com/ltangvald/mysql-5.7/tree/mysql-alt (will add to a ppa as 
well).
Should be ready to start testing and reviewing.

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

Title:
  Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1528583/+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 1528583] Re: Please update to MySQL 5.7 series

2016-01-31 Thread Lars Tangvald
** Changed in: mysql-5.6 (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  Please update to MySQL 5.7 series

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1528583/+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 1525482] [NEW] package mysql-server 5.6.27-0ubuntu0.15.04.1 failed to install/upgrade: beroendeproblem - lämnar okonfigurerad

2015-12-12 Thread Lars-Göran Gramfält
Public bug reported:

crashed at restart

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: mysql-server 5.6.27-0ubuntu0.15.04.1
ProcVersionSignature: Ubuntu 3.19.0-39.44-generic 3.19.8-ckt9
Uname: Linux 3.19.0-39-generic i686
ApportVersion: 2.17.2-0ubuntu1.8
Architecture: i386
Date: Sat Dec 12 09:03:47 2015
DuplicateSignature: 
package:mysql-server:5.6.27-0ubuntu0.15.04.1:beroendeproblem - lämnar 
okonfigurerad
ErrorMessage: beroendeproblem - lämnar okonfigurerad
InstallationDate: Installed on 2009-12-06 (2196 days ago)
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Logs.var.log.daemon.log:
 
Logs.var.log.mysql.error.log: 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['phpmyadmin', 'debian-5.5.flag', 'FALUN', 
'debian-5.6.flag', 'Smiss', 'testdb', 'test', 'ibdata1', 'ib_logfile1', 
'CSV_DB', 'mysql_upgrade_info', 'mysql', 'ib_logfile0', 'auto.cnf', 
'database1', 'Django_1@002e6', 'performance_schema', 'debian-5.1.flag']
PackageArchitecture: all
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.19.0-39-generic 
root=UUID=eb1782bd-a47c-45f3-9cfa-48ba6ba17680 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1.1
 apt  1.0.9.7ubuntu4.2
SourcePackage: mysql-5.6
Title: package mysql-server 5.6.27-0ubuntu0.15.04.1 failed to install/upgrade: 
beroendeproblem - lämnar okonfigurerad
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 need-duplicate-check third-party-packages vivid

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

Title:
  package mysql-server 5.6.27-0ubuntu0.15.04.1 failed to
  install/upgrade: beroendeproblem - lämnar okonfigurerad

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1525482/+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 1516010] Re: "[Warning] TIMESTAMP with implicit DEFAULT value" on install

2015-12-04 Thread Lars Tangvald
The cause is that MySQL used to only support implicit timestamp default
value, which is not according to the SQL spec. When this was fixed, it
was decided to keep the old behavior for historical reasons, but add a
deprecation warning.

Adding the suggested value to the config would remove the warning, but
we'd be changing the default behavior of the server.

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

Title:
  "[Warning] TIMESTAMP with implicit DEFAULT value" on install

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1516010/+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 1468185] Re: Function 'innodb' already exists and other errors

2015-12-04 Thread Lars Tangvald
@Robie Yup, I'll post a patch for this

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

Title:
   Function 'innodb' already exists and other errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468185/+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 1468185] Re: Function 'innodb' already exists and other errors

2015-12-03 Thread Lars Tangvald
Will try to get a patch for this up tomorrow. Note that it's not a
serious error, just output junk, so the workaround is basically to
ignore it :)

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

Title:
   Function 'innodb' already exists and other errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468185/+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 1332120] Re: panic error while backup mailboxes with doveadm backup

2015-11-25 Thread Lars
Hi Robie,

can you tell me good news? Is there some progress?
I'm sorry I couldn't help further.

Thanks.

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

Title:
  panic error while backup mailboxes with doveadm backup

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

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


Re: [Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-11-18 Thread Lars Tangvald
Yes, this seems to be something that was copied over from 5.5 and can be 
removed.

--
Lars

On 11/18/2015 11:18 AM, 冯宇 wrote:
> +1 Same issue here.
>
> This might be ha_innodb.so and other files not exist in
> /usr/lib/mysql/plugin/, but mysql-server-5.5 contains these files.
>

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

Title:
   Function 'innodb' already exists and other errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468185/+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 1332120] Re: panic error while backup mailboxes with doveadm backup

2015-10-15 Thread Lars
Is there someone reading this?

* small bug - huge impact on data backup
* easy to fix
* bug fix known since Mon, 03 Feb 2014 11:50:49 -0500
* important package for ubuntu LTS mail server

Thanks
Lars

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

Title:
  panic error while backup mailboxes with doveadm backup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1332120/+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 1486626] Re: /etc/init.d/exim4 hardcodes configurable parameters

2015-08-25 Thread Lars
Ok, thank you for your time.

I understand your decision as I was a maintainer years ago...

Kind regards,
  Lars

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

Title:
  /etc/init.d/exim4 hardcodes configurable parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1486626/+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 1486626] Re: /etc/init.d/exim4 hardcodes configurable parameters

2015-08-21 Thread Lars
Done.
Filed as Bug#796368 : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796368

We will see :-).

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

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

Title:
  /etc/init.d/exim4 hardcodes configurable parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1486626/+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 1486626] Re: RFE: exim4-base : /etc/init.d/exim4

2015-08-20 Thread Lars
Line 93 should be:
install -d -o${EXIM_USER} -g${EXIM_GROUP} -m750 ${RUNDIR}
not
   install -d -o${USER} -g${GROUP} -m750 ${RUNDIR}
...

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

Title:
  RFE: exim4-base : /etc/init.d/exim4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1486626/+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 1486626] Re: RFE: exim4-base : /etc/init.d/exim4

2015-08-20 Thread Lars
So this is the file now.

** Attachment added: exim4
   
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1486626/+attachment/4449386/+files/exim4

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

Title:
  RFE: exim4-base : /etc/init.d/exim4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1486626/+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 1486626] [NEW] RFE: exim4-base : /etc/init.d/exim4

2015-08-19 Thread Lars
Public bug reported:

Hi Exim4-Team,
I have made some changes for me in the exim start script /etc/init.d/exim4 
which might be nice for other users, too.

The problems I had why I wanted to change the init script were because I
am using my own configuration which differs in some pathes for logs and
spool and so on. Even another exim_user and exim_group is used.

exim4 -bP variable shows the value of the variable and I added this to
the script to gather more information from the exim config than to set
it hard.

The bad thing is: I changed the shell to bash to have it without several
awk-calls.

If you would accept the script without setting the shell to bash I can
do the conversions with awk-calls.

Greetings,
   Lars

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

** Attachment added: exim4
   https://bugs.launchpad.net/bugs/1486626/+attachment/4448713/+files/exim4

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

Title:
  RFE: exim4-base : /etc/init.d/exim4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1486626/+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 510732] Re: OpenSSH server sshd_config PermitRootLogin - NO

2015-07-01 Thread Lars Noodén
It has been fixed upstream:

http://www.openssh.com/txt/release-6.9

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

Title:
  OpenSSH server sshd_config PermitRootLogin - NO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/510732/+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 510732] Re: OpenSSH server sshd_config PermitRootLogin - NO

2015-06-20 Thread Lars Noodén
This one can probably be closed since the default is now
PermitRootLogin without-password and that's close enough.

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

Title:
  OpenSSH server sshd_config PermitRootLogin - NO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/510732/+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 1462758] [NEW] Cannot scp between two remote hosts

2015-06-07 Thread Lars Noodén
Public bug reported:

According to the manual page, scp should be able to copy between two
remote hosts:

scp user@host1:file1 user@host2:.

However, it fails after asking for the password for the first host, even
though the same file can be copied in two steps:

$ scp xx.yy.zz.aa:*.csv xx.yy.zz.bb:.
f...@xx.yy.zz.aa's password: 
Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,password,keyboard-interactive).
lost connection

$ scp xx.yy.zz.aa:*.csv .
f...@xx.yy.zz.aa's password: 
configuration_log.csv 100%  935 0.9KB/s   00:00

$ scp *.csv xx.yy.zz.bb:.
f...@xx.yy.zz.bb's password: 
configuration_log.csv 100%  935 0.9KB/s   00:00  

$ scp -v xx.yy.zz.aa:*.csv xx.yy.zz.bb:.
Executing: /usr/bin/ssh '-x' '-oClearAllForwardings=yes' '-n' '-v' '--' 
'xx.yy.zz.aa' 'scp -v' '*.csv' 'xx.yy.zz.bb:.'
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /home/foo/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to xx.yy.zz.aa [xx.yy.zz.aa] port 22.
debug1: Connection established.
debug1: identity file /home/foo/.ssh/id_rsa type -1
debug1: identity file /home/foo/.ssh/id_rsa-cert type -1
debug1: identity file /home/foo/.ssh/id_dsa type -1
debug1: identity file /home/foo/.ssh/id_dsa-cert type -1
debug1: identity file /home/foo/.ssh/id_ecdsa type -1
debug1: identity file /home/foo/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/foo/.ssh/id_ed25519 type -1
debug1: identity file /home/foo/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.8
debug1: match: OpenSSH_6.8 pat OpenSSH* compat 0x0400
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client aes128-ctr hmac-sha1-...@openssh.com none
debug1: kex: client-server aes128-ctr hmac-sha1-...@openssh.com none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA 29:ad:e4:06:40:3a:bb:a2:d7:2c:b3:04:3c:ba:dc:9d
debug1: Host 'xx.yy.zz.aa' is known and matches the ECDSA host key.
debug1: Found key in /home/foo/.ssh/known_hosts:25
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: 
publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /home/foo/.ssh/id_rsa
debug1: Trying private key: /home/foo/.ssh/id_dsa
debug1: Trying private key: /home/foo/.ssh/id_ecdsa
debug1: Trying private key: /home/foo/.ssh/id_ed25519
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: 
publickey,password,keyboard-interactive
debug1: Next authentication method: password
f...@xx.yy.zz.aa's password: 
debug1: Authentication succeeded (password).
Authenticated to xx.yy.zz.aa ([xx.yy.zz.aa]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessi...@openssh.com
debug1: Entering interactive session.
debug1: client_input_global_request: rtype hostkeys...@openssh.com want_reply 0
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending command: scp -v *.csv xx.yy.zz.bb:.
Executing: program /usr/bin/ssh host xx.yy.zz.bb, user (unspecified), command 
scp -v -t .
OpenSSH_6.8, LibreSSL 2.1
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to xx.yy.zz.bb [xx.yy.zz.bb] port 22.
debug1: Connection established.
debug1: key_load_public: No such file or directory
debug1: identity file /home/foo/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/foo/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/foo/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/foo/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/foo/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/foo/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/foo/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/foo/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.8
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.8
debug1: match: OpenSSH_6.8 pat OpenSSH* compat 0x0400
debug1: 

[Bug 1332120] Re: panic error while backup mailboxes with doveadm backup

2014-10-22 Thread Lars
Hi there!

Is there someone reading this report?
The fix is included already.
It is a server critical bug, because it influences the imap backup 
functionality.

Please give it a chance.

I'm manually repairing the imap backup every time a user deletes an imap
folder.

Please. It is the LTS server release!

Thanks
Lars

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

Title:
  panic error while backup mailboxes with doveadm backup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1332120/+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 1293134] Re: Laptop does not resume from suspend upon lid open

2014-08-19 Thread Lars Schütze
The problem is still persistent. I do now use Ubuntu 14.04.1. Already
tried mainline kernel 3.16. No change.

~$ uname -a
Linux uhu 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13 15:45:27 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux

~$ cat /proc/acpi/wakeup 
Device  S-state   Status   Sysfs node
P0P1  S4*disabled
GLAN  S4*disabled
HDEF  S4*disabled  pci::00:1b.0
RP01  S4*disabled  pci::00:1c.0
PXSX  S4*disabled  pci::02:00.0
RP02  S4*disabled
PXSX  S4*disabled
RP03  S4*disabled
PXSX  S4*disabled
RP04  S4*disabled  pci::00:1c.3
PXSX  S4*disabled  pci::03:00.0
RP06  S4*disabled
PXSX  S4*disabled
RP07  S4*disabled
PXSX  S4*disabled
RP08  S4*disabled
PXSX  S4*disabled
PEG0  S4*disabled  pci::00:01.0
PEGP  S4*disabled  pci::01:00.0
PEGA  S4*disabled
PEG1  S4*disabled
PEG2  S4*disabled
PEG3  S4*disabled
PWRB  S4*enabled

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

Title:
  Laptop does not resume from suspend upon lid open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1293134/+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 1332120] Re: panic error while backup mailboxes with doveadm backup

2014-07-09 Thread Lars
Is there anyone working on this report?

This isn't only a bug report but also a fix report.
And the fix isn't from someone strange on the net but the original author of 
dovecot.

So _please_ fix this.
This packet is essential for an imap mail server.

Thanks
Lars

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

Title:
  panic error while backup mailboxes with doveadm backup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1332120/+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 1332120] UdevLog.txt

2014-06-19 Thread Lars
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1332120/+attachment/4134938/+files/UdevLog.txt

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

** Package changed: linux (Ubuntu) = dovecot (Ubuntu)

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

Title:
  panic error while backup mailboxes with doveadm backup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1332120/+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 1303265] [NEW] unmet dependencies on i386

2014-04-06 Thread Lars Noodén
Public bug reported:

The 4 and5 Apr i386 images won't install openssh-server due to unmet 
dependencies.
http://iso.qa.ubuntu.com/qatracker/milestones/308/builds/66090/downloads

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

The following packages have unmet dependencies:
 openssh-server : Depends: openssh-client (= 1:6.5p1-6) but 1:6.6p1-2 is to be 
installed
  Recommends: ncurses-term but it is not going to be installed
  Recommends: ssh-import-id but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: openssh-server (not installed)
ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
Uname: Linux 3.13.0-23-generic i686
ApportVersion: 2.14.1-0ubuntu1
Architecture: i386
Date: Sun Apr  6 11:31:41 2014
InstallationDate: Installed on 2014-04-06 (0 days ago)
InstallationMedia: Lubuntu 14.04 LTS Trusty Tahr - Daily i386 (20140405)
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 trusty

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

Title:
  unmet dependencies on i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1303265/+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 1303265] Re: unmet dependencies on i386

2014-04-06 Thread Lars Noodén
trumpetti.atm.tut.fi AKA fi.archive.ubuntu.com is out of sync

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

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

Title:
  unmet dependencies on i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1303265/+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 1301036] Re: openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration

2014-04-02 Thread Lars Kellogg-Stedman
Glance was tracking this in
https://bugs.launchpad.net/glance/+bug/1279000

** Changed in: glance
   Status: New = 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/1301036

Title:
  openstack.common.db.sqlalchemy.migration utf8 table check issue on
  initial migration

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1301036/+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 1301036] Re: openstack.common.db.sqlalchemy.migration utf8 table check issue on initial migration

2014-04-02 Thread Lars Kellogg-Stedman
I looked at whether or not we could port the change from Glance into Heat, but
it turns out that's not going to be easy: because Heat from Havana - Icehouse
creates several new tables, all explicitly set to utf8, these upgrade steps
will fail with an error along the lines of:

  ERROR: (OperationalError) (1005, Can't create table 'heat.stack_lock'
  (errno: 150)) '\nCREATE TABLE stack_lock (\n\tstack_id VARCHAR(36)
  NOT NULL, \n\tcreated_at DATETIME, \n\tupdated_at DATETIME,
  \n\tengine_id VARCHAR(36), \n\tPRIMARY KEY (stack_id), \n\tFOREIGN
  KEY(stack_id) REFERENCES stack (id)\n)ENGINE=InnoDB CHARSET=utf8\n\n'
  ()

This happens when there is a foreign key reference from one of these
utf8 tables to a latin1 table.

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

Title:
  openstack.common.db.sqlalchemy.migration utf8 table check issue on
  initial migration

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1301036/+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 1293134] [NEW] Laptop does not resume from suspend upon lid open

2014-03-16 Thread Lars Schütze
Public bug reported:

Hi,
in Windows closing the lid makes it going to sleep and opening the lid makes it 
resuming.

I am using Ubuntu 13.10 on my Samsung Series 7 Chronos 700Z3A-S02DE. When I 
close the lid the laptop suspends, but on lid open it does not resume until I 
press the power button. With acpi_listen I see that it fires and recognizes the 
events for lid close and open and /proc/acpi/button/lid/LID0/state shows the 
correct state for each lid position. With acpid -d -f -l
I see that those events trigger /etc/acpi/events/. I wrote an event that 
matches lid close/open and calls pm-suspend. But this does not make the laptop 
resume.
I also uncommented the lines in /etc/systemd/logind.conf regarding hibernate 
and suspend. But this does not work either.

So my problem is that the system receivs and understand those ACPI
events triggered from the lid actions. But LID0 is not configured as
/etc/acpi/wakeup device. Nor echoing it into the file does make it
appearing there. So I am at the end of my knowledge and understanding of
the ACPI event handling.

I've already tried to pass different acpi_osi Strings with grub but the
ACPI table does not change nor make it any difference for the
suspend/resume problem.

If I can give any further information please just ask me to. Thank you.
--- 
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
DistroRelease: Ubuntu 13.10
InstallationDate: Installed on 2013-12-02 (104 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
NonfreeKernelModules: wl
Package: pm-utils 1.4.1-12ubuntu1
PackageArchitecture: all
ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
Tags:  saucy
Uname: Linux 3.11.0-18-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-collected saucy

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

Title:
  Laptop does not resume from suspend upon lid open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1293134/+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 1293134] Re: Laptop does not resume from suspend upon lid open

2014-03-16 Thread Lars Schütze
Output of apt-cache policy pm-utils

pm-utils:
  Installed: 1.4.1-12ubuntu1
  Candidate: 1.4.1-12ubuntu1
  Version table:
 *** 1.4.1-12ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
100 /var/lib/dpkg/status


** Tags added: apport-collected saucy

** Description changed:

  Hi,
  in Windows closing the lid makes it going to sleep and opening the lid makes 
it resuming.
  
  I am using Ubuntu 13.10 on my Samsung Series 7 Chronos 700Z3A-S02DE. When I 
close the lid the laptop suspends, but on lid open it does not resume until I 
press the power button. With acpi_listen I see that it fires and recognizes the 
events for lid close and open and /proc/acpi/button/lid/LID0/state shows the 
correct state for each lid position. With acpid -d -f -l
  I see that those events trigger /etc/acpi/events/. I wrote an event that 
matches lid close/open and calls pm-suspend. But this does not make the laptop 
resume.
  I also uncommented the lines in /etc/systemd/logind.conf regarding hibernate 
and suspend. But this does not work either.
  
  So my problem is that the system receivs and understand those ACPI
  events triggered from the lid actions. But LID0 is not configured as
  /etc/acpi/wakeup device. Nor echoing it into the file does make it
  appearing there. So I am at the end of my knowledge and understanding of
  the ACPI event handling.
  
  I've already tried to pass different acpi_osi Strings with grub but the
  ACPI table does not change nor make it any difference for the
  suspend/resume problem.
  
  If I can give any further information please just ask me to. Thank you.
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2.2
+ Architecture: amd64
+ DistroRelease: Ubuntu 13.10
+ InstallationDate: Installed on 2013-12-02 (104 days ago)
+ InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
+ MarkForUpload: True
+ NonfreeKernelModules: wl
+ Package: pm-utils 1.4.1-12ubuntu1
+ PackageArchitecture: all
+ ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
+ Tags:  saucy
+ Uname: Linux 3.11.0-18-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

Title:
  Laptop does not resume from suspend upon lid open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1293134/+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 1293134] ProcEnviron.txt

2014-03-16 Thread Lars Schütze
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1293134/+attachment/4026771/+files/ProcEnviron.txt

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

Title:
  Laptop does not resume from suspend upon lid open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1293134/+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 1293134] Dependencies.txt

2014-03-16 Thread Lars Schütze
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1293134/+attachment/4026770/+files/Dependencies.txt

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

Title:
  Laptop does not resume from suspend upon lid open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1293134/+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 1293134] Re: Laptop does not resume from suspend upon lid open

2014-03-16 Thread Lars Schütze
This is the output of /proc/acpi/wakeup

DeviceS-state  Status   Sysfs nodeP0P1  S4*disabled
GLAN  S4*disabled
EHC1  S4*enabled   pci::00:1d.0
EHC2  S4*enabled   pci::00:1a.0
HDEF  S4*disabled  pci::00:1b.0
RP01  S4*disabled  pci::00:1c.0
PXSX  S4*disabled  pci::02:00.0
RP02  S4*disabled
PXSX  S4*disabled
RP03  S4*disabled
PXSX  S4*disabled
RP04  S4*disabled  pci::00:1c.3
PXSX  S4*enabled   pci::03:00.0
RP05  S4*disabled  pci::00:1c.4
PXSX  S4*enabled   pci::04:00.0
RP06  S4*disabled
PXSX  S4*disabled
RP07  S4*disabled
PXSX  S4*disabled
RP08  S4*disabled
PXSX  S4*disabled
PEG0  S4*disabled  pci::00:01.0
PEGP  S4*disabled  pci::01:00.0
PEGA  S4*disabled
PEG1  S4*disabled
PEG2  S4*disabled
PEG3  S4*disabled
PWRB  S4*disabled

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

Title:
  Laptop does not resume from suspend upon lid open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1293134/+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 1293134] Re: Laptop does not resume from suspend upon lid open

2014-03-16 Thread Lars Schütze
Added dmesg log output

** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1293134/+attachment/4026784/+files/dmesg

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

Title:
  Laptop does not resume from suspend upon lid open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1293134/+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 1293134] Re: Laptop does not resume from suspend upon lid open

2014-03-16 Thread Lars Schütze
Added log for pm-suspend

** Attachment added: pm-suspend.log
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1293134/+attachment/4026780/+files/pm-suspend.log

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

Title:
  Laptop does not resume from suspend upon lid open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1293134/+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 1173312] Re: screen : chmod /dev/pts/6: Operation not permitted

2014-03-06 Thread Lars Noodén
It seems fixed in trusty.  Thanks.

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

Title:
  screen : chmod /dev/pts/6: Operation not permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/1173312/+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 1258546] Re: Apache2 defaults to the wrong character set, it should be UTF-8

2013-12-09 Thread Lars Noodén
I can do the Server system, too, but right now the steps I have followed
to get the problem are:

1. install Ubuntu 12.04 desktop, or Lubuntu 14.04devel desktop (it occurs on 
both)
2. install Apache2, leaving default configuration settings
3. load an html page from the server in a browser (in 12.04 or 14.04devel)
4. check page info regarding Encoding

Adding AddDefaultCharset utf-8 to the configuration file makes the problem go 
away.
But could this be a problem with the browser anyway?

$ wget -S http://xx.yy.zz.aa
--2013-12-09 14:38:34--  http://xx.yy.zz.aa/
Connecting to xx.yy.zz.aa:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 200 OK
  Date: Mon, 09 Dec 2013 12:38:34 GMT
  Server: Apache/2.2.22 (Ubuntu)
  Last-Modified: Sat, 07 Dec 2013 14:39:28 GMT
  ETag: 222742-b1-4ecf2bae66f2c
  Accept-Ranges: bytes
  Content-Length: 177
  Vary: Accept-Encoding
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html
Length: 177 [text/html]

$ wget -S http://xx.yy.zz.bb
--2013-12-09 14:39:46--  http://xx.yy.zz.bb/
Connecting to xx.yy.zz.bb:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 200 OK
  Date: Mon, 09 Dec 2013 12:39:46 GMT
  Server: Apache/2.4.6 (Ubuntu)
  Last-Modified: Mon, 25 Nov 2013 16:12:19 GMT
  ETag: b1-4ec02a0e06c9c
  Accept-Ranges: bytes
  Content-Length: 177
  Vary: Accept-Encoding
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html
Length: 177 [text/html]

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

Title:
  Apache2 defaults to the wrong character set, it should be UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1258546/+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 1258546] Re: Apache2 defaults to the wrong character set, it should be UTF-8

2013-12-09 Thread Lars Noodén
The one browser is Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) 
Gecko/20100101 Firefox/25.0
HTTP_ACCEPT Headers : 
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 gzip, deflate 
en,en-us;q=0.7,sv;q=0.3

The other is: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:25.0) Gecko/20100101 
Firefox/25.0
HTTP_ACCEPT Headers : text/html, */* gzip, deflate en-US,en;q=0.5

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

Title:
  Apache2 defaults to the wrong character set, it should be UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1258546/+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 1258546] Re: Apache2 defaults to the wrong character set, it should be UTF-8

2013-12-09 Thread Lars Noodén
I've done a fresh installation from the ubuntu-12.04.3-server-i386.iso
image and installed Apache2.  The Firefox web browser still shows that
the pages being served are encoded in windows-1252 instead of UTF-8,
which is what the locale is set to, or ISO-8859 which would be the old
standard.

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

Title:
  Apache2 defaults to the wrong character set, it should be UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1258546/+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 1258546] Re: Apache2 defaults to the wrong character set, it should be UTF-8

2013-12-09 Thread Lars Noodén
If I serve a UTF-8 encoded file *AND* set the default myself in Apache,
then everything is fine.  If the default encoding is left alone, Apache
serves it up as windows-1252 and then UTF-8 encoded letters come out
as garbage like this: åäöÅÄÖéÉ

As seen from the browser HTTP_ACCEPT Headers, it seems to be the web
server making the choice.

Apache has a defaut encoding.  It should be a standard, UTF-8 or
ISO-8859, having non-standard windows-1252 in the default configuration
just makes a mess.  It's easy to fix by AddDefaultCharset to the
configuration.  However, it would be great if Apache worked with non-
English languages out of the box, especially when the locale is set so.

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

Title:
  Apache2 defaults to the wrong character set, it should be UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1258546/+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 1258546] Re: Apache2 defaults to the wrong character set, it should be UTF-8

2013-12-09 Thread Lars Noodén
If wget is not seeing the wrong encoding then it may be a problem with
Firefox instead.

However, the steps to reproduce are

1. install Ubuntu 12.04 desktop, or Lubuntu 14.04devel desktop (it occurs on 
both)
2. install Apache2, leaving default configuration settings
3. load an html page from the server in Firefox (in 12.04 or 14.04devel)
4. check page info regarding Encoding with ctrl-i

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

Title:
  Apache2 defaults to the wrong character set, it should be UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1258546/+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 1258546] Re: Apache2 defaults to the wrong character set, it should be UTF-8

2013-12-09 Thread Lars Noodén
It looks like the problem is Firefox then.  If no default is set, then
it sends wget 'Content-Type: text/html'.  If the default is set to
utf-8, then it sends wget 'Content-Type: text/html; charset=utf-8'

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

Title:
  Apache2 defaults to the wrong character set, it should be UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1258546/+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 1258546] [NEW] Apache2 defaults to the wrong character set, it should be UTF-8

2013-12-06 Thread Lars Noodén
Public bug reported:

Apache2 by mistake defaults to windows-1252 instead of UTF-8.  The
system is now in UTF-8 or at worst ISO-8859.  Apache2 should default to
a standard character set, such as UTF-8 which is used in the rest of the
system.

$  set | grep -i utf
LANG=en_US.UTF-8

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: apache2 2.4.6-2ubuntu4
ProcVersionSignature: Ubuntu 3.12.0-5.13-generic 3.12.2
Uname: Linux 3.12.0-5-generic x86_64
Apache2ConfdDirListing: False
ApportVersion: 2.12.7-0ubuntu1
Architecture: amd64
CurrentDesktop: LXDE
Date: Fri Dec  6 16:59:29 2013
InstallationDate: Installed on 2013-11-19 (17 days ago)
InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha amd64+mac (20131118)
SourcePackage: apache2
UpgradeStatus: No upgrade log present (probably fresh install)
error.log: Error: [Errno 13] Permission denied: '/var/log/apache2/error.log'
modified.conffile..etc.apache2.mods.available.mime.conf: [modified]
modified.conffile..etc.apache2.sites.available.000.default.conf: [modified]
mtime.conffile..etc.apache2.mods.available.mime.conf: 2013-12-06T14:35:32.967408
mtime.conffile..etc.apache2.sites.available.000.default.conf: 
2013-12-06T14:40:35.305416

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


** Tags: amd64 apport-bug trusty

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

Title:
  Apache2 defaults to the wrong character set, it should be UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1258546/+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 884177] Re: fancontrol should have debconf prompt to run pwmconfig

2013-11-06 Thread Lars Noodén
No change.  It's still there in 13.10 and this version of fancontrol:

$ apt-cache policy fancontrol
fancontrol:
  Installed: 1:3.3.3-1ubuntu1
  Candidate: 1:3.3.3-1ubuntu1
  Version table:
 *** 1:3.3.3-1ubuntu1 0
500 http://fi.archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  fancontrol should have debconf prompt to run pwmconfig

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/884177/+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 1213459] [NEW] Kompozer HTML editor needs packaging

2013-08-17 Thread Lars Noodén
Public bug reported:

The editor Kompozer has been provided by earlier releases of Ubuntu.
Please package it for Saucy and Raring.

http://www.kompozer.net/download.php

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


** Tags: needs-packaging

** Package changed: lm-sensors (Ubuntu) = kompozer (Ubuntu)

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

Title:
  Kompozer HTML editor needs packaging

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kompozer/+bug/1213459/+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 117736] Re: pam_mount unable to unmount needs root priv

2013-04-26 Thread Lars Behrens
Bug confirmed here for Precise.

That bug is definitely a show stopper for Ubuntu in in large
heterogenous networks.

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

Title:
  pam_mount unable to unmount needs root priv

To manage notifications about this bug go to:
https://bugs.launchpad.net/pam/+bug/117736/+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 1067301] [NEW] ssh-add: Error reading response length from authentication socket.

2012-10-16 Thread Lars Noodén
Public bug reported:

ssh-add seems not to work with the confirmation (-c) option.  Trying to
require that identities be subject to confirmation when used brings up
the error Error reading response length from authentication socket. 

 $ ssh-add -c /home/user/.ssh/key_rsa 
 Enter passphrase for /home/user/.ssh/key_rsa: 
 Error reading response length from authentication socket.
 Could not add identity: /home/user/.ssh/key_rsa

Addding keys not subject to confirmation when used works as normal:

 $ ssh-add  /home/user/.ssh/key_rsa 
 Enter passphrase for /home/user/.ssh/key_rsa: 
 Identity added: /home/user/.ssh/key_rsa (/home/user/.ssh/key_rsa)

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: openssh-client 1:6.0p1-3ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
Date: Tue Oct 16 13:55:08 2012
InstallationMedia: Lubuntu 12.10 Quantal Quetzal - Release amd64+mac 
(20121015)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions:
 ssh-askpass   N/A
 libpam-sshN/A
 keychain  N/A
 ssh-askpass-gnome N/A
SSHClientVersion: OpenSSH_6.0p1 Debian-3ubuntu1, OpenSSL 1.0.1c 10 May 2012
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal

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

Title:
  ssh-add: Error reading response length from authentication socket.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1067301/+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 1067301] Re: ssh-add: Error reading response length from authentication socket.

2012-10-16 Thread Lars Noodén
It then gives the error Agent admitted failure to sign using the key.

$ eval `ssh-agent`
Agent pid 9903

$ ssh-add -c /home/user/.ssh/key_rsa 
Enter passphrase for /home/user/.ssh/key_5501_rsa: 
Identity added: /home/user/.ssh/key_rsa (/home/user/.ssh/key_rsa)
The user must confirm each use of the key

$ ssh -i /home/lars/.ssh/key_rsa -l user XX.YY.ZZ.AA
Agent admitted failure to sign using the key.
Enter passphrase for key '/home/user/.ssh/key_rsa':

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

Title:
  ssh-add: Error reading response length from authentication socket.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1067301/+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 1067301] Re: ssh-add: Error reading response length from authentication socket.

2012-10-16 Thread Lars Noodén
This is with a plain vanilla Quantal (Lubuntu) installation installed
just today and have not changed the configurations on.  So the settings
used are default.  SSH_ASKPASS is not getting set:

$ echo $SSH_ASKPASS

$ echo $DISPLAY
:0

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

Title:
  ssh-add: Error reading response length from authentication socket.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1067301/+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 1067301] Re: ssh-add: Error reading response length from authentication socket.

2012-10-16 Thread Lars Noodén
** Package changed: openssh (Ubuntu) = gnome-keyring (Ubuntu)

** Changed in: gnome-keyring (Ubuntu)
   Status: Invalid = New

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

Title:
  ssh-add: Error reading response length from authentication socket.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1067301/+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 1065101] [NEW] /etc/default/ssh not needed and can be removed

2012-10-10 Thread Lars Noodén
Public bug reported:

Now that sshd is an upstart service, the file  /etc/default/ssh is not
needed and should be removed to avoid confusion.  The settings are now
made at the end of  /etc/init/ssh.conf instead.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: openssh-server 1:6.0p1-3ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-17.27-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu1
Architecture: amd64
Date: Wed Oct 10 18:19:03 2012
InstallationMedia: Lubuntu 12.10 Quantal Quetzal - Beta amd64+mac (20120926)
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.init.ssh.conf: 2012-09-29T20:38:16.945742

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


** Tags: amd64 apport-bug quantal

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

Title:
   /etc/default/ssh  not needed and can be removed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1065101/+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 82853] Re: Add support for the smbk5pwd overlay

2012-06-16 Thread Lars Düsing
I wonder, why there is apparently no merge from debian since 2010?!?

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

Title:
  Add support for the smbk5pwd overlay

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/82853/+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 945264] Re: NTP not receiving PPS signal

2012-03-03 Thread Lars de Bruin
** Changed in: ntp (Ubuntu)
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/ntp/+question/189527

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

Title:
  NTP not receiving PPS signal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/945264/+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 945264] [NEW] NTP not receiving PPS signal

2012-03-02 Thread Lars de Bruin
Public bug reported:

I am using GPSD to connect to my GPS receiever (Garmin 18 LVC).

/etc/default/gpsd:
START_DAEMON=true
GPSD_OPTIONS=-n -b
BAUDRATE=4800
DEVICES=/dev/ttyS5
USBAUTO=false
GPSD_SOCKET=/var/run/gpsd.sock

The daemon works and i get data using: gpsd -n -b -N -D2 /dev/ttyS5

/etc/ntp.conf:

server 127.127.28.1 minpoll 4 prefer
fudge 127.127.28.1 refid PPS

server 127.127.28.0 minpoll 4
fudge  127.127.28.0 time1 0.535 refid GPS

Output of ntpq -p:
 SHM(1)  .PPS.0 l-   1600.0000.000   0.000
*SHM(0)  .GPS.0 l4   16  3770.0008.359  18.780

As you can see NTP is only seeing the GPS NMEA input and not the PPS signal.
I just upgraded from debian queeze and this exact setup worked there.
GPS receiver is working, tested the PPS signal with multi-meter.

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

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

Title:
  NTP not receiving PPS signal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/945264/+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 945264] Re: NTP not receiving PPS signal

2012-03-02 Thread Lars de Bruin
This is on 12.04 server Beta 1 :-)

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

Title:
  NTP not receiving PPS signal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/945264/+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 884177] Re: fancontrol cannot read its own configuration file

2012-01-20 Thread Lars Noodén
Can there be a config file included in the default install that contains
such a message?  A pointer is needed to the solution somehow.

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

Title:
  fancontrol cannot read its own configuration file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/884177/+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 884177] Re: fancontrol should have debconf prompt to run pwmconfig

2012-01-20 Thread Lars Noodén
Could a post-install script ask to run pwmconfig and then run it if the
answer is yes?

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

Title:
  fancontrol should have debconf prompt to run pwmconfig

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/884177/+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 913379] [NEW] Migrate ntp from SystemV to Upstart

2012-01-08 Thread Lars Noodén
Public bug reported:

If upstart is indeed where Ubuntu is heading then ntp ought to be
migrated over to it before 12.04.

Below is a guess at what /etc/init/ntp.conf could contain.  Some other
changes are needed for it to work properly.

# ntp - Network Time Protoco client and server
#
# The Network Time Protocol client and server synchronizes
# system clocks over the network

description NTP server

start on filesystem or runlevel [2345]
stop on runlevel [!2345]

respawn
respawn limit 10 5
umask 022

pre-start script
test -x /usr/sbin/ntpd || { stop; exit 0; }
test -f /etc/ntp.conf  || { stop; exit 0; }

mkdir -p -m0755 /var/run/ntp
end script

exec /usr/sbin/ntpd

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

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

Title:
  Migrate ntp from SystemV to Upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/913379/+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 913515] [NEW] Migrate Apache2 from SystemV to Upstart

2012-01-08 Thread Lars Noodén
Public bug reported:

If Upstart is indeed the way Ubuntu is moving then Apache2 should
migrate from SystemV scripts to Upstart in time for the next LTS in
12.04.  A configuration file is needed in /etc/init plus a few other
changes.

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

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

Title:
  Migrate Apache2 from SystemV to Upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/913515/+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 884177] Re: fancontrol cannot read its own configuration file

2011-12-06 Thread Lars Noodén
The problem is also present in Precise.

$ lsb_release -rd
Description:Ubuntu precise (development branch)
Release:12.04

$ fancontrol 
Loading configuration from /etc/fancontrol ...
Error: Can't read configuration file

$ apt-cache policy fancontrol
fancontrol:
  Installed: 1:3.3.0-4ubuntu1
  Candidate: 1:3.3.0-4ubuntu1
  Version table:
 *** 1:3.3.0-4ubuntu1 0
500 http://fi.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  fancontrol cannot read its own configuration file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/884177/+subscriptions

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


[Bug 876387] Re: fuser forking uncontrollably in cron job

2011-11-30 Thread Lars Rune Nøstdal
I'm also seeing this using php-cgi  with lighttpd as a front-end
(reverse proxy)...

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

Title:
  fuser forking uncontrollably in cron job

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

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


[Bug 884177] Re: fancontrol cannot read its own configuration file

2011-11-09 Thread Lars Noodén
Still present in Precise:

$ lsb_release -rd
Description:Ubuntu precise (development branch)
Release:12.04

$ apt-cache policy fancontrol
fancontrol:
  Installed: (none)
  Candidate: 1:3.3.0-4ubuntu1
  Version table:
 1:3.3.0-4ubuntu1 0
500 http://fi.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages

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

Title:
  fancontrol cannot read its own configuration file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/884177/+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 884177] [NEW] fancontrol cannot read its own configuration file

2011-10-31 Thread Lars Noodén
Public bug reported:


$ fancontrol 
Loading configuration from /etc/fancontrol ...
Error: Can't read configuration file

$ lsb_release -rd
Description:Ubuntu 11.10
Release:11.10

~$ apt-cache policy fancontrol
fancontrol:
  Installed: 1:3.3.0-4ubuntu1
  Candidate: 1:3.3.0-4ubuntu1
  Version table:
 *** 1:3.3.0-4ubuntu1 0
500 http://fi.archive.ubuntu.com/ubuntu/ oneiric/universe i386 Packages
100 /var/lib/dpkg/status

** Affects: lm-sensors (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  fancontrol cannot read its own configuration file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/884177/+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 884173] [NEW] sensors returning a bogus temperature reading

2011-10-31 Thread Lars Noodén
Public bug reported:

The value for Tm0P is bogus.  If it is not a real sensor, then it should
not be listed.  If it is a real sensor, then it should show the real
temperature, not a bogus value.

$ sensors
nouveau-pci-0200
Adapter: PCI adapter
temp1:+73.0°C  (high = +100.0°C, crit = +100.0°C)

applesmc-isa-0300
Adapter: ISA adapter
Master : 1493 RPM  (min = 1500 RPM)
TC0D: +49.5°C  
TC0H: +49.2°C  
TC0P: +48.2°C  
TH0P: +48.8°C  
TN0D: +72.8°C  
TN0P: +58.5°C  
TW0P: +56.8°C  
Tm0P:+128.0°C  

$ lsb_release -rd
Description:Ubuntu 11.10
Release:11.10

~$ apt-cache policy lm-sensors
lm-sensors:
  Installed: 1:3.3.0-4ubuntu1
  Candidate: 1:3.3.0-4ubuntu1
  Version table:
 *** 1:3.3.0-4ubuntu1 0
500 http://fi.archive.ubuntu.com/ubuntu/ oneiric/universe i386 Packages
100 /var/lib/dpkg/status

** Affects: lm-sensors (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  sensors returning a bogus temperature reading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/884173/+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 884173] Re: sensors returning a bogus temperature reading

2011-10-31 Thread Lars Noodén
** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/884173/+attachment/2580036/+files/dmesg

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

Title:
  sensors returning a bogus temperature reading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/884173/+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 884177] Re: fancontrol cannot read its own configuration file

2011-10-31 Thread Lars Noodén
It appears that the configuration file is missing.

$ ls /etc/fancontrol
ls: cannot access /etc/fancontrol: No such file or directory

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

Title:
  fancontrol cannot read its own configuration file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/884177/+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 884177] Re: fancontrol cannot read its own configuration file

2011-10-31 Thread Lars Noodén
$ dpkg -L fancontrol
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/fancontrol
/usr/share/doc/fancontrol/copyright
/usr/share/doc/fancontrol/fancontrol.txt.gz
/usr/share/doc/fancontrol/changelog.Debian.gz
/usr/share/man
/usr/share/man/man8
/usr/share/man/man8/fancontrol.8.gz
/usr/share/man/man8/pwmconfig.8.gz
/usr/sbin
/usr/sbin/fancontrol
/usr/sbin/pwmconfig
/etc
/etc/init.d
/etc/init.d/fancontrol

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

Title:
  fancontrol cannot read its own configuration file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/884177/+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 854705] Re: dig returns 0 regardless of result of query

2011-09-21 Thread Lars Noodén
It's a work around  but I'd still expect dig to return a non-zero number
sometimes.

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

Title:
  dig returns 0 regardless of result of query

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/854705/+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 854705] [NEW] dig returns 0 regardless of result of query

2011-09-20 Thread Lars Noodén
Public bug reported:

/usr/bin/dig returns 0 regardless of whether the query was successful or
not.  It should return 0 instead if the query failed.

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

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

Title:
  dig returns 0 regardless of result of query

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/854705/+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 854705] Re: dig returns 0 regardless of result of query

2011-09-20 Thread Lars Noodén
Sorry it should return 1 instead if the query failed.

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

Title:
  dig returns 0 regardless of result of query

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/854705/+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 854705] Re: dig returns 0 regardless of result of query

2011-09-20 Thread Lars Noodén
I would expect dig to respond in this manner:

dig +short www.google.com  echo SUCCESS || echo FAILURE

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

Title:
  dig returns 0 regardless of result of query

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/854705/+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 782071] [NEW] Add current local time to configuration

2011-05-13 Thread Lars Noodén
Public bug reported:

Binary package hint: ntp

NTPd has four time severs in the ubuntu server pool.  It might be good
to add a few extra lines to the bottom of the servers list to provide
your current local time as a default should the machine temporarly lose
Internet connectivity:

server 127.127.1.0
fudge 127.127.1.0 stratum 10

http://ubuntuforums.org/showthread.php?t=862620

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


** Tags: ntp

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

Title:
  Add current local time to configuration

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


Re: [Bug 350936] Re: Should shut down domains on system shutdown

2011-03-18 Thread Lars Hansson
The problem with the upstart solution is that it doesn't work since
Upstart will kill the virsh instances that you spawn in
shutdown_guests.
So far the only somewhat satisfactory solution is molly-guard.

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

Title:
  Should shut down domains on system shutdown

-- 
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 614731] Re: shutdown hangs with wlan autofs/nfs mounted homedirs

2011-02-09 Thread Lars Erik Kolden
Struggling with the same thing on a school with around 60 laptops
connecting to a NFS server via LDAP and autofs. I have had some other
problems that have arose because of this. For instance a Network Manager
bug that disabled the wifi card if the laptop went into
hibernation/suspend. Of course this happened all the time, since the
pupils just clicks shutdown from the profile and close the lid of the
laptop.

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

Title:
  shutdown hangs with wlan autofs/nfs mounted homedirs

-- 
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 350936] Re: Should shut down domains on system shutdown

2011-01-14 Thread Lars Hansson
The same problem exist in 10.10 and John's posted workarounds are not working 
there.
The only way I have managed to have the VM's shutdown is on halt/reboot is by 
installing molly-guard. Not a wholly satisfactory solution but at least it 
works.

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

Title:
  Should shut down domains on system shutdown

-- 
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 609290] Re: overlapping memcpy in ssl_io_input_read

2010-09-10 Thread Lars Hvile
Jiří: your binary seems do to the trick, I haven't seen the error
anymore since updating to it, so thanks, even though I don't really feel
comfortable using an unofficial binary fix for this..

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

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


[Bug 609290] Re: overlapping memcpy in ssl_io_input_read

2010-08-27 Thread Lars Hvile
Jiří: What happened with the patch you posted 2010-08-04? Was it
rejected?

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

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


[Bug 609290] Re: overlapping memcpy in ssl_io_input_read

2010-08-23 Thread Lars Hvile
still no news on this issue? I've installed the attempted fix
2.2.14-5ubuntu8.2, from #595116.. But I'm still getting the same error.

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

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



[Bug 595116] Re: ssl error reading the headers

2010-08-20 Thread Lars Hvile
I'm still getting the same error, at about the same rate...

apache2ctl fullstatus
   Apache Server Status for localhost
   Server Version: Apache/2.2.14 (Ubuntu) mod_ssl/2.2.14 OpenSSL/0.9.8k
   Server Built: Aug 19 2010 03:21:20


from error.log
[Fri Aug 20 15:41:53 2010] [error] [client x] request failed: error reading 
the headers, referer: 
[Fri Aug 20 15:43:01 2010] [error] [client x] request failed: error reading 
the headers, referer: 

-- 
ssl error reading the headers
https://bugs.launchpad.net/bugs/595116
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 609290] Re: overlapping memcpy in ssl_io_input_read

2010-08-17 Thread Lars Hvile
has anyone been able to build the new apache2 from lucid-proposed? I'm
getting an error while building...

$apt-get -b source apache2
..
applying patch 206-report-max-client-mpm-worker to ./ ... ok.
applying patch 209-backport-mod-reqtimeout to ./ ... ok.
applying patch 210-backport-mod-reqtimeout-ftbfs to ./ ... ok.
applying patch upstream-fix-for-lp-609290.patch to ./ ...diff: 
httpd-2.2.14.orig//modules/ssl/ssl_engine_io.c: No such file or directory
diff: httpd-2.2.14//modules/ssl/ssl_engine_io.c: No such file or directory
/home/administrator/apache-ssl-fix/apache2-2.2.14/debian/patches/upstream-fix-for-lp-609290.patch:
 line 2: ---: command not found
/home/administrator/apache-ssl-fix/apache2-2.2.14/debian/patches/upstream-fix-for-lp-609290.patch:
 line 3: +++: command not found
/home/administrator/apache-ssl-fix/apache2-2.2.14/debian/patches/upstream-fix-for-lp-609290.patch:
 line 4: @@: command not found
/home/administrator/apache-ssl-fix/apache2-2.2.14/debian/patches/upstream-fix-for-lp-609290.patch:
 line 5: ABOUT_APACHE: command not found
/home/administrator/apache-ssl-fix/apache2-2.2.14/debian/patches/upstream-fix-for-lp-609290.patch:
 line 21: syntax error near unexpected token `('
/home/administrator/apache-ssl-fix/apache2-2.2.14/debian/patches/upstream-fix-for-lp-609290.patch:
 line 21: `-memcpy(in, buffer-value, inl);'
 failed.
make: *** [patch-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Build command 'cd apache2-2.2.14  dpkg-buildpackage -b -uc' failed.

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

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


[Bug 609290] Re: overlapping memcpy in ssl_io_input_read

2010-08-13 Thread Lars Hvile
Is there any news on this issue? We're waiting anxiously for a fix =)
What kind of test case should be added, wasn't this a bug which was
fixed in apache-trunk  over two years ago?

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

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


[Bug 570513] Re: NIS-based autofs maps don't load on startup

2010-08-11 Thread Lars Kellogg-Stedman
@Dern: That's correct, anything started out of /etc/init.d will start up
before autofs with this configuration.  My solution is really just a
hack to work around the fundamental problem.

-- 
NIS-based autofs maps don't load on startup
https://bugs.launchpad.net/bugs/570513
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in ubuntu.

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


[Bug 570513] Re: NIS-based autofs maps don't load on startup

2010-07-29 Thread Lars Kellogg-Stedman
I'm also hitting this problem.  Obviously the correct solution is to
move nis to use upstart and then make autofs depend on nis being up.  In
the interim, I've modified autofs.conf to wait for the rc process to
finish:

  start on (filesystem 
and net-device-up IFACE!=lo 
and stopped rc RUNLEVEL=[2345]) 
  stop on runlevel[!2345]

-- 
NIS-based autofs maps don't load on startup
https://bugs.launchpad.net/bugs/570513
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in ubuntu.

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


Re: [Bug 595388] Re: starting kvm guests with libvirt on virthost startup doesn't wait till all dependencies are available

2010-06-30 Thread Lars
Hallo Serge,

Serge Hallyn serge.hal...@ubuntu.com schrieb:
 Hi Lars,
 
 glad you were able to work around it.  Script looks good.

thanks.

 
 I'm going to set the status of this bug to Wontfix as the aoe-stat
 check is not appropriate for general usage. 

This seems very reasonable.

 If you get time to
 talk to upstream about strategies for a generic solution, I
 suspect there are other people (with other types of filesystems)
 who also could benefit.

I think the correct solution would be an integration of such a check
directly into the libvirt tools.

Best regards
Lars

 
 
 ** Changed in: libvirt (Ubuntu)
Status: Incomplete = Won't Fix
 
 -- 
 starting kvm guests with libvirt on virthost startup doesn't wait till all 
 dependencies are available
 https://bugs.launchpad.net/bugs/595388
 You received this bug notification because you are a direct subscriber
 of the bug.
 
 Status in “libvirt” package in Ubuntu: Won't Fix
 
 Bug description:
 Hallo!
 
 One of our kvm guests has its system on a SAN (AoE) device.
 This aoe device is available about 2 minutes after startup.
 The libvirt startup script tries to start the guest earlier.
 The guest dies with:
 
 qemu: could not open disk image /dev/etherd/e9.2: No such file or directory
 
 Is it possible to test for this dependency or insert a wait command?
 
 Thanks
 Lars
 
 ProblemType: Bug
 DistroRelease: Ubuntu 10.04
 Package: libvirt-bin 0.7.5-5ubuntu27
 ProcVersionSignature: Ubuntu 2.6.32-22.36-server 2.6.32.11+drm33.2
 Uname: Linux 2.6.32-22-server x86_64
 Architecture: amd64
 Date: Thu Jun 17 08:59:01 2010
 ExecutablePath: /usr/sbin/libvirtd
 InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release amd64 
 (20100427)
 ProcAttrCurrent: /usr/sbin/libvirtd (enforce)
 ProcEnviron: PATH=(custom, no user)
 SourcePackage: libvirt
 
 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/595388/+subscribe


-- 
Lars Täuber lars.taeu...@web.de

-- 
starting kvm guests with libvirt on virthost startup doesn't wait till all 
dependencies are available
https://bugs.launchpad.net/bugs/595388
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 595388] Re: starting kvm guests with libvirt on virthost startup doesn't wait till all dependencies are available

2010-06-24 Thread Lars
Hi!

Yes, the vms is configured to be started automatically by libvirtd.

The aoetool start script only loads the module. I don't mount any aoe
device, because it is used directly by the vm.

You're right the best solution would be to enhance libvirtd to check all 
prerequisites for each vm before starting it.
But sadly I had no time to wait for this to be realised. And I'm not skilled 
enough to do this myself.

So my solution was to enhance the upstart script in this way:

pre-start script
mkdir -p /var/run/libvirt
# Clean up a pidfile that might be left around
rm -f /var/run/libvirtd.pid

AOE=$(aoe-stat | wc -l)
until [ $AOE -gt 0 ]
do
sleep 1
AOE=$(aoe-stat | wc -l)
done
end script


This pre-start script waits till at least one aoe device is accessible.

Thanks and kind regards
Lars

-- 
starting kvm guests with libvirt on virthost startup doesn't wait till all 
dependencies are available
https://bugs.launchpad.net/bugs/595388
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 595388] [NEW] starting kvm guests with libvirt on virthost startup doesn't wait till all dependencies are available

2010-06-17 Thread Lars
Public bug reported:

Hallo!

One of our kvm guests has its system on a SAN (AoE) device.
This aoe device is available about 2 minutes after startup.
The libvirt startup script tries to start the guest earlier.
The guest dies with:

qemu: could not open disk image /dev/etherd/e9.2: No such file or
directory

Is it possible to test for this dependency or insert a wait command?

Thanks
Lars

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libvirt-bin 0.7.5-5ubuntu27
ProcVersionSignature: Ubuntu 2.6.32-22.36-server 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-server x86_64
Architecture: amd64
Date: Thu Jun 17 08:59:01 2010
ExecutablePath: /usr/sbin/libvirtd
InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release amd64 
(20100427)
ProcAttrCurrent: /usr/sbin/libvirtd (enforce)
ProcEnviron: PATH=(custom, no user)
SourcePackage: libvirt

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


** Tags: amd64 apport-bug kvm libvirt lucid

-- 
starting kvm guests with libvirt on virthost startup doesn't wait till all 
dependencies are available
https://bugs.launchpad.net/bugs/595388
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


  1   2   >