[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 signatur

[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. htt

[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 Syst

[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

[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 Titl

[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 i

[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 b

[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 rece

[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

[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)

[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

[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 t

[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

[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 don

[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/a

[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-

[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

[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

[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. htt

[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 De

[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 ab

[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 warni

[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.launchp

[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 w

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. > -

[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

[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

[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, wh

[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

[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.launc

[Bug 1486626] [NEW] RFE: exim4-base : /etc/init.d/exim4

2015-08-19 Thread Lars
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/4448

[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

[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: Ope

[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

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

2014-10-22 Thread Lars
erver 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 b

[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

[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 receive

[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 notifica

[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 Tit

[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 infor

[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: (Operationa

[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/130

[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 Ub

[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.l

[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:0

[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

[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.launchp

[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 ** De

[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. W

[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 thi

[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

[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

[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

[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. --

[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

[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.0

[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

[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

[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-

[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

[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/10673

[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

[Bug 1067301] Re: ssh-add: Error reading response length from authentication socket.

2012-10-16 Thread Lars Noodén
ach 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 open

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

[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

[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 not

[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.launch

[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.

[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/tty

[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

[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

[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

[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 Netwo

[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-4ub

[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 jo

[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/ubunt

[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/p

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

[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/884

[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

[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 Ve

[Bug 854705] Re: dig returns 0 regardless of result of query

2011-09-20 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

[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 reg

[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

[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

[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

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 i

[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 thi

[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

[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

[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-ser

[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

[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]

[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-reqtime

[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

[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 no

[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 stoppe

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 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. >

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

2010-06-24 Thread Lars
ound 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 -

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

2010-06-17 Thread Lars
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/50474788/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/50474789/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/50474790/ProcStatus.txt -- starti

  1   2   >