[Bug 1853743] Re: In Ubuntu 19.10, smbclient package doesn’t allow to print in a printer shared via samba from a Windows 10 server

2019-11-28 Thread Andreas Hasenack
Ok, I think I got something. It's working in bionic, and in eoan I got: root@nsnx:~# /usr/lib/cups/backend/smb smb://10.10.1.6/ds216laser 34 root "Test Page" 1 "job-uuid=urn:uuid:efa8b6df-0724-3252-4657-11e6ac474646 job-originating-host-name=localhost date-time-at-creation= date-time-at-process

[Bug 1849859] Re: error when connecting to smb server

2019-11-28 Thread Andreas Hasenack
Ok, I think I got something. It's working in bionic, and in eoan I got: root@nsnx:~# /usr/lib/cups/backend/smb smb://10.10.1.6/ds216laser 34 root "Test Page" 1 "job-uuid=urn:uuid:efa8b6df-0724-3252-4657-11e6ac474646 job-originating-host-name=localhost date-time-at-creation= date-time-at-process

[Bug 1853743] Re: In Ubuntu 19.10, smbclient package doesn’t allow to print in a printer shared via samba from a Windows 10 server

2019-11-28 Thread Andreas Hasenack
*** This bug is a duplicate of bug 1849859 *** https://bugs.launchpad.net/bugs/1849859 I'm going to dupe this bug as I think both are the same issue. ** This bug has been marked a duplicate of bug 1849859 error when connecting to smb server -- You received this bug notification because y

[Bug 1849859] Re: error when connecting to smb server

2019-11-28 Thread Andreas Hasenack
I looked at the existing bug reports, but I don't think any of the patches fix the problem. Furthermore, I tried debian's 4.11.1 samba package, and got the same error. I now emailed samba-technical@ with a question: https://lists.samba.org/archive/samba-technical/2019-November/134602.html -- You

Re: [Bug 1853743] Re: In Ubuntu 19.10, smbclient package doesn’t allow to print in a printer shared via samba from a Windows 10 server

2019-11-29 Thread Andreas Hasenack
sername,password > > > This line must have this form if we want print works. > > I hope you will find this information useful. > > > Greetings > > El jue., 28 nov. 2019 a las 20:10, Andreas Hasenack () > escribió: > > > *** This bug is a duplicate of bug 18498

[Bug 1843729] Re: byobu ftbfs in eoan

2019-12-02 Thread Andreas Hasenack
Hi Dustin, can you nack the MP please? -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1843729 Title: byobu ftbfs in eoan To manage notifications about this bug go to: https://bugs.launchp

[Bug 1853144] Re: main.mysqlpump_basic_lz4 dep8 test fails with a false positive

2019-12-03 Thread Andreas Hasenack
In eoan it's in stderr, with 1.9.1-1: andreas@nsnx:~$ lz4 -V *** LZ4 command line interface 64-bits v1.9.1, by Yann Collet *** andreas@nsnx:~$ lz4 -V 2>/dev/null andreas@nsnx:~$ lz4 -V > /dev/null *** LZ4 command line interface 64-bits v1.9.1, by Yann Collet *** andreas@nsnx:~$

[Bug 1853144] Re: main.mysqlpump_basic_lz4 dep8 test fails with a false positive

2019-12-03 Thread Andreas Hasenack
If the test just wants to check if lz4 exists and runs, then its output should be redirected to /dev/null, maybe that's the best fix here? -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to mysql-8.0 in Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1853144] Re: main.mysqlpump_basic_lz4 dep8 test fails with a false positive

2019-12-03 Thread Andreas Hasenack
mysql in focal already has a fix for this: - --exec lz4 -V 2> $LZ4_EXEC_LOG + --exec lz4 -V > $LZ4_EXEC_LOG 2>&1 But that just makes sure we get the lz4 version in the log file, regardless of the lz4 version. But this is odd, since the result file doesn't have that string, so it will never matc

[Bug 1853144] Re: main.mysqlpump_basic_lz4 dep8 test fails with a false positive

2019-12-03 Thread Andreas Hasenack
This is fixed actually, the failing test in 8.0.18 is another one. 8.0.17 is what failed with the lz4 error. ** Changed in: mysql-8.0 (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to mysql-8.0

[Bug 1440381] Re: please build bindings for Python3

2019-12-03 Thread Andreas Hasenack
** Merge proposal unlinked: https://code.launchpad.net/~ahasenack/ubuntu/+source/talloc/+git/talloc/+merge/376296 -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1440381 Title: please bu

[Bug 1854988] [NEW] Block automatic sync from debian for the next LTS

2019-12-03 Thread Andreas Hasenack
n/sid, we will merge it manually into ubuntu. 1. https://lists.ubuntu.com/archives/ubuntu- devel/2019-December/040853.html ** Affects: haproxy (Ubuntu) Importance: Medium Assignee: Andreas Hasenack (ahasenack) Status: In Progress ** Tags: ahasenack -- You received thi

[Bug 1854988] Re: Block automatic sync from debian for the next LTS

2019-12-03 Thread Andreas Hasenack
** Changed in: haproxy (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) ** Description changed: Upstream haproxy has the concept of an LTS release, and a stable (non- LTS) release. Currently, these are (see table at http://www.haproxy.org/): stable: 2.1.x sta

[Bug 1854852] Re: package mysql-server-8.0 8.0.18-0ubuntu0.19.10.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2019-12-03 Thread Andreas Hasenack
*** This bug is a duplicate of bug 1612517 *** https://bugs.launchpad.net/bugs/1612517 The config option NO_AUTO_CREATE_USER is not part of the default config, and therefore won't be taken care of during the upgrade to mysql 8. You should remove it manually and then retry the installation with

[Bug 1854852] Re: package mysql-server-8.0 8.0.18-0ubuntu0.19.10.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2019-12-03 Thread Andreas Hasenack
*** This bug is a duplicate of bug 1612517 *** https://bugs.launchpad.net/bugs/1612517 2019-12-02T18:42:45.437945Z 0 [ERROR] [MY-77] [Server] /usr/sbin/mysqld: Error while setting value 'IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBS

[Bug 1844173] Re: libwbclient-sssd package installation does not re-create expected symlink to libwbclient.so.0

2019-12-03 Thread Andreas Hasenack
I'm a bit wary of mixing sssd and samba/winbind together like this. But sounds like alternatives would be an option? -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1844173 Title: libwbclien

[Bug 1831441] Re: Please add WS-Discovery ( WSD ) support for Windows Samba server discovery.

2019-12-03 Thread Andreas Hasenack
This came up in our "untouched in 180 days" bug triage. I found https://github.com/christgau/wsdd/issues/19 where someone apparently packaged this, but not conforming to the debian policy (as stated by the author), and no ITP bug yet. I found a debian WNPP bug (https://bugs.debian.org/cgi-bin/bugre

[Bug 1855415] Re: cannot enable esm-infra for ubuntu 14, amd 64

2019-12-06 Thread Andreas Hasenack
Hello, the /var/log/ubuntu-advantage.log file will have more details, but: ** do not just attach it to this bug, as it contains private data! In particular, YOUR UA CREDENTIALS are in that file! ** Inspect it, look for backtraces or other informative err

[Bug 1849859] Re: error when connecting to smb server

2019-12-09 Thread Andreas Hasenack
A new bug please, I'm focusing on the printing case for this one. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1849859 Title: error when connecting to smb server To manage notifications

[Bug 1849859] Re: smb printing fails

2019-12-09 Thread Andreas Hasenack
Upstream work which might help, although it's about using the smbspool krb5 wrapper, it also has changes to the smbspool binary: https://gitlab.com/samba-team/samba/merge_requests/961 ** Summary changed: - error when connecting to smb server + smb printing fails -- You received this bug notifi

[Bug 1849859] Re: smb printing fails

2019-12-09 Thread Andreas Hasenack
Für das druckproblem, ja -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1849859 Title: smb printing fails To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+

[Bug 1855758] Re: error when connecting to smb server

2019-12-09 Thread Andreas Hasenack
Samba 4.11.x disabled SMB1 by default both for the client and the server (https://www.samba.org/samba/history/samba-4.11.0.html): SMB1 is disabled by default --- The defaults of 'client min protocol' and 'server min protocol' have been changed to SMB2_02. This means clien

[Bug 1849859] Re: smb printing fails

2019-12-10 Thread Andreas Hasenack
A patch is expected. I just added the info to the bug to show what is going on. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1849859 Title: smb printing fails To manage notifications ab

[Bug 1855758] Re: error when connecting to smb server

2019-12-10 Thread Andreas Hasenack
I'm not sure we can add that to the package. There is a world-wide effort to get rid of the SMB1 protocol. Even modern windows machines have it disabled by default I think. You are probably better off in changing the configuration of your NAS to support more modern protocols. Have you inspected th

[Bug 1855758] Re: error when connecting to smb server

2019-12-10 Thread Andreas Hasenack
Regarding the dbus error, I have never seen that before. I'll try to get a 20.04 desktop running. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1855758 Title: error when connecting to smb

[Bug 1081509] Re: freeradius + mysql fails to start

2019-12-11 Thread Andreas Hasenack
Please retry on a more recent Ubuntu release, at least xenial (16.04) and preferably bionic (18.04) or even eoan (19.10). I'll mark the bug incomplete until there is an update. In particular, 16.04 and later are using systemd, not sysv, which is a big change in boot ordering. ** Changed in: freer

[Bug 1852290] Re: DS8870 path fails to restore during DS8K EI (error injection) test on z15 LPAR

2019-12-11 Thread Andreas Hasenack
** Changed in: multipath-tools (Ubuntu) Status: New => Triaged ** Changed in: multipath-tools (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to multipath-tools in Ubuntu. https://bugs.launchp

[Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2019-12-11 Thread Andreas Hasenack
In what rsync version and ubuntu release did you see it, @stooneb? -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to rsync in Ubuntu. https://bugs.launchpad.net/bugs/1528921 Title: rsync hangs on select(5, [], [4], [], {60, 0} To manage no

[Bug 1842495] Re: Grafana support on Ubuntu

2019-12-11 Thread Andreas Hasenack
Link to the diff: https://github.com/sosreport/sos/pull/1772/files -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to sosreport in Ubuntu. https://bugs.launchpad.net/bugs/1842495 Title: Grafana support on Ubuntu To manage notifications abou

[Bug 1855718] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2019-12-11 Thread Andreas Hasenack
Hello, thanks for filing this bug in Ubuntu. You seem to have another mysql process/server already running, maybe it was installed by some other means other than the deb package from Ubuntu? 2019-12-09T13:27:34.937052Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306 2019-12-09T1

[Bug 1855779] Re: me vanearon por error

2019-12-11 Thread Andreas Hasenack
Hello, you are not describing a bug in the apache2 package or software, therefore I'll mark this bug as invalid. ** Changed in: apache2 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to apache2 in Ubunt

[Bug 1855731] Re: ClamAV Outpdated 0.101.4 -> 0.102.1

2019-12-11 Thread Andreas Hasenack
Hello! Ubuntu won't just update versions in a stable release without proper justification, as there is always a risk that a new version also introduces new bugs. We prefer to patch specific problems instead. This page outlines the requirements for updating a stable release: https://wiki.ubuntu.c

[Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2019-12-11 Thread Andreas Hasenack
Has anybody engaged with upstream, as suggested by david in comment #15? Filing a bug with Debian would also help, as we are carrying the same package with no ubuntu modifications. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to rsync in Ubu

[Bug 1856081] Re: /usr/lib/ubuntu-advantage/apt-esm-hook causes Seg Fault

2019-12-12 Thread Andreas Hasenack
Hello, I just tried apt operations on a fresh eoan (ubuntu 19.10) system, with ua installed (but not attached, which is the default), and it works just fine. The hook also just exits 0 when called directly: root@e1:~# /usr/lib/ubuntu-advantage/apt-esm-hook root@e1:~# echo $? 0 I also installed p

[Bug 1855758] Re: error when connecting to smb server

2019-12-12 Thread Andreas Hasenack
That NAS seems pretty old, you might have to live with the configuration change to downgrade the protocol to SMB1. Maybe you can ssh into it and find out what samba version it's running, and tweak its config manually. I find it weird that samba, even from 2011, would reject SMB2 connections, or not

[Bug 1856211] [NEW] bind9utils: drop hardcoded dependency on python3

2019-12-12 Thread Andreas Hasenack
fects: bind9 (Ubuntu) Importance: Medium Assignee: Andreas Hasenack (ahasenack) Status: In Progress -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/1856211 Title:

[Bug 1856211] Re: bind9utils: drop hardcoded dependency on python3

2019-12-12 Thread Andreas Hasenack
** Bug watch added: Debian Bug tracker #946643 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946643 ** Also affects: bind9 (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946643 Importance: Unknown Status: Unknown -- You received this bug notification because y

[Bug 1857544] Re: package samba 2:4.3.11+dfsg-0ubuntu0.16.04.24 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2019-12-25 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. You seem to have an invalid configuration setting in your /etc/samba/smb.conf: $ testparm ./smb.conf WARNING: The "syslog" option is deprecated WARNING: Ignoring invalid value 'server' for parameter 'security' Load smb config files from ./smb.conf WARNING: T

[Bug 1857943] Re: ua command does not exist, can't enable or install from esm

2019-12-31 Thread Andreas Hasenack
Hello, the "ua" command is available in ubuntu-advantage-tools package from the trusty-updates pocket, which at the moment is version 19.6~ubuntu14.04.3 You probably have an older version installed, where the ESM support was via "enable-esm user:pass" command. ** Changed in: ubuntu-advantage-too

Re: [Bug 1572132] Re: SMBv2+ does not show all files when mounting a windows share

2020-01-04 Thread Andreas Hasenack
It's just the release notes task of this bug that is marked as fixed, meaning the release notes got an entry about this known problem. On Wed, Jan 1, 2020, 15:34 Gerald Hopf wrote: > Why is this tagged as fixed when obviously it was never fixed? > > -- > You received this bug notification becau

[Bug 1858037] Re: 14.04: apt dist-upgrade shows 102 additional updates. True?

2020-01-04 Thread Andreas Hasenack
I'm glad you got it working. The page at https://ubuntu.com/advantage should also have enough information to let you have the attachment token. I'll close the bug, thanks for getting back to us. ** Changed in: ubuntu-advantage-tools (Ubuntu) Status: New => Invalid -- You received this bu

[Bug 1858485] [NEW] Won't build with py2, since python-marko is gone

2020-01-06 Thread Andreas Hasenack
Public bug reported: haproxy runs debian/dconv/haproxy-dconv.py when building its documentation. That script is py2, and requires python2 and python- marko. python-marko is gone and is an NBS currently. The src:marko package now only builds the python3 version, so we need to convert haproxy-dconv

[Bug 1858496] [NEW] Uninstallable build-deps

2020-01-06 Thread Andreas Hasenack
Public bug reported: $ sudo apt-get build-dep ./ sudo: setrlimit(RLIMIT_CORE): Operation not permitted Note, using directory './' to get the build dependencies Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This

[Bug 1856367] Re: systemd-resolvd breaks dig + trace

2020-01-07 Thread Andreas Hasenack
> @Andreas - do you know the plans of 9.15 in regard to Ubuntu 20.04 will > we get and merge this or should we consider backporting this fix individually? 9.15 is a devel release (odd), so not a good series to track for 20.04. 9.16 is their next extended support version, but I don't th

[Bug 1828228] Re: corosync fails to start in unprivileged containers - autopkgtest failure

2020-01-07 Thread Andreas Hasenack
** Also affects: pcs (Ubuntu) Importance: Undecided Status: New ** Changed in: pcs (Ubuntu) Status: New => In Progress ** Changed in: pcs (Ubuntu) Assignee: (unassigned) => Rafael David Tinoco (rafaeldtinoco) -- You received this bug notification because you are a member o

[Bug 1858827] [NEW] DEP8 failure: pygopherd was deleted

2020-01-08 Thread Andreas Hasenack
Public bug reported: Removing autopkgtest-satdep:amd64 because I can't find pygopherd:amd64 pygopherd was removed in focal: Removed from disk on 2020-01-02. Removal requested on 2020-01-02. Deleted on 2020-01-02 by Steve Langasek (From Debian) RoQA; python2, not in testing; De

[Bug 1858827] Re: DEP8 failure: pygopherd was deleted

2020-01-08 Thread Andreas Hasenack
** Changed in: squid (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) ** Changed in: squid (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to squid in Ubuntu.

[Bug 1852122] Re: ocfs2-tools is causing kernel panics in Ubuntu Focal (Ubuntu-5.4.0-9.12)

2020-01-10 Thread Andreas Hasenack
** Tags added: update-excuse -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1852122 Title: ocfs2-tools is causing kernel panics in Ubuntu Focal (Ubuntu-5.4.0-9.12) To manage notification

[Bug 1855943] Re: net-snmp merge for focal (v5.8)

2020-01-10 Thread Andreas Hasenack
** Tags added: update-excuse -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1855943 Title: net-snmp merge for focal (v5.8) To manage notifications about this bug go to: https://bugs.launch

[Bug 1855568] Re: pcs depends on python3-tornado (>= 6) but it won't be installed

2020-01-10 Thread Andreas Hasenack
** Tags added: update-excuse -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1855568 Title: pcs depends on python3-tornado (>= 6) but it won't be installed To manage notifications about thi

[Bug 1828228] Re: corosync fails to start in unprivileged containers - autopkgtest failure

2020-01-10 Thread Andreas Hasenack
** Tags added: update-excuse -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1828228 Title: corosync fails to start in unprivileged containers - autopkgtest failure To manage notification

[Bug 1856597] Re: sepackage mysql-server-5.7 5.7.28-0ubuntu0.18.04.4 failed to install/upgrade: instalado mysql-server-5.7 paquete post-installation guión el subproceso devolvió un error con estado de

2020-01-10 Thread Andreas Hasenack
>From the dpkg history log, it looks like you are mixing mariadb and mysql. I'm not sure transitioning from one to the other is supported, and in any case it's asking for trouble in my opinion. I suggest you pick one of the two. For your current machine, I also suggest the following to try to fix

[Bug 1849560] Re: Please revise the files installed in /etc/

2020-01-10 Thread Andreas Hasenack
There is no /etc/systemd file shipped with the openssh-server deb package. That directory is reserved for local overrides. The package ships the systemd service files correctly in /lib/systemd/service. -- You received this bug notification because you are a member of Ubuntu Server, which is subsc

[Bug 1857454] Re: package mysql-server 5.7.28-0ubuntu0.16.04.2 failed to install/upgrade: dependency issues - left unconfigured

2020-01-10 Thread Andreas Hasenack
mysql_upgrade: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) while connecting to the MySQL server Please take a look at the mysql log file in /var/log/mysql (IIRC), see if it has hints about mysql didn't start. -- You received this bug noti

[Bug 1858374] Re: add --id=ipxe to easly identify ipxe menu entry

2020-01-10 Thread Andreas Hasenack
That version is present in disco, eoan and focal grub-ipxe | 1.0.0+git-20190109.133f4c4-0ubuntu2| disco| all grub-ipxe | 1.0.0+git-20190109.133f4c4-0ubuntu2| eoan | all grub-ipxe | 1.0.0+git-20190109.133f4c4-0ubuntu2| focal| all Rafael, I think t

[Bug 1673357] Re: Munin core plugin "if_" doesn't work

2020-01-10 Thread Andreas Hasenack
Passing by ack'ing that this bug is still valid and in our queue. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1673357 Title: Munin core plugin "if_" doesn't work To manage notifications

[Bug 1712589] Re: Apache2 mod-wsgi segfault on double reload

2020-01-10 Thread Andreas Hasenack
No new info at the moment, bug still in our queue. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1712589 Title: Apache2 mod-wsgi segfault on double reload To manage notifications about th

[Bug 1859318] Re: UA enabled for 14.04 esm-infra but 401 error when apt upgrade

2020-01-14 Thread Andreas Hasenack
Hello, After ua attach and after esm is enabled, the esm credentials are stored in /etc/apt/auth.conf.d/90ubuntu-advantage. You need apt 1.0.1ubuntu2.23 or higher in order to make use of this file, and the ubuntu-advantage- tools package's Depends field has that correctly set. a) which version o

[Bug 1859395] Re: libxen-4.9: missing libxenstat

2020-01-14 Thread Andreas Hasenack
Hi, libxen-4.9 is used at runtime, and contains the dynamic library. libxen- dev is used for development and contains the header files (*.h), the dynamic library .so link, and the static library. That's how it is supposed to be. Just adding /usr/includexenstat.h to libxen-4.9 wouldn't work, as oth

[Bug 1859432] Re: xen needs to depend on python2 instead of python (or better python3)

2020-01-14 Thread Andreas Hasenack
This was fixed in 4.9.2-0ubuntu6: xen (4.9.2-0ubuntu6) focal; urgency=medium * Build-depend on python2-dev. * Depend on python2. * Build using python2. * Build-depend on lmodern. -- Matthias Klose Mon, 13 Jan 2020 14:51:35 +0100 ** Changed in: xen (Ubuntu) Status: Confirmed =

[Bug 1851695] Re: DEP8 failure/regression in nspr on arm64 and armhf

2020-01-14 Thread Andreas Hasenack
It's a force-badtest across the board: ubuntu-release:force-badtest notary/0.6.1~ds1-4 revno: 4077 committer: Steve Langasek branch nick: hints-ubuntu timestamp: Wed 2019-11-13 15:35:28 -0800 message: badtest notary -- You received this bug notification because you are a member of Ubuntu Se

[Bug 1856367] Re: systemd-resolvd breaks dig + trace

2020-01-14 Thread Andreas Hasenack
Confirmed fixed in the new version I'm preparing, I'll include a mention of this bug in its d/changelog. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1856367 Title: systemd-resolvd breaks

[Bug 1843551] Re: dnssec-signzone: error when CAA record exists

2020-01-14 Thread Andreas Hasenack
Hello, I believe your record has an incorrect syntax. It should be: @ IN CAA issue where is a number. Hence the complain from the tool that character position 14 is not a valid number. The line you used gives an error already when reloading the zone, with the same message. Can you please tr

[Bug 1827923] Re: Constant sockmgr 0x7fa0b8b0a010: maximum number of FD events (64) received

2020-01-14 Thread Andreas Hasenack
I'm updating bind9 to 9.14, which was mentioned in the upstream bug report in the phrase "With 9.14 the problem should be much less prominent", for which I asked for clarification. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to bind9 in Ubu

[Bug 1856211] Re: bind9utils: drop hardcoded dependency on python3

2020-01-14 Thread Andreas Hasenack
** Merge proposal unlinked: https://code.launchpad.net/~ahasenack/ubuntu/+source/bind9/+git/bind9/+merge/377604 -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/1856211 Title: bind9utils

[Bug 1856211] Re: bind9utils: drop hardcoded dependency on python3

2020-01-15 Thread Andreas Hasenack
** Merge proposal unlinked: https://code.launchpad.net/~ahasenack/ubuntu/+source/bind9/+git/bind9/+merge/377604 -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/1856211 Title: bind9utils

[Bug 1859685] Re: google-cloud-print-connector FTBFS (focal)

2020-01-15 Thread Andreas Hasenack
** Tags added: update-excuse ** Tags added: ftbfs -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1859685 Title: google-cloud-print-connector FTBFS (focal) To manage notifications about th

[Bug 1858485] Re: Won't build with py2, since python-marko is gone

2020-01-15 Thread Andreas Hasenack
python-marko (py2) was reinstated, using it. ** Changed in: haproxy (Ubuntu) Status: New => In Progress ** Changed in: haproxy (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) ** Changed in: haproxy (Ubuntu) Importance: Undecided => High -- You received

[Bug 1858485] Re: Won't build with py2, since python-marko is gone

2020-01-15 Thread Andreas Hasenack
Oops, back pedalling on this: doko: I'm taking advantage of you reintroducing python-mako (py2), to build haproxy with it (not a runtime dep). Is that why you reintroduced it, or are other packages needing it? ahasenack, ginggs: I just removed python2-scipy, so it's not needed for that anymore

[Bug 1856211] Re: bind9utils: drop hardcoded dependency on python3

2020-01-15 Thread Andreas Hasenack
** Merge proposal unlinked: https://code.launchpad.net/~ahasenack/ubuntu/+source/bind9/+git/bind9/+merge/377604 -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/1856211 Title: bind9utils

[Bug 1856367] Re: systemd-resolvd breaks dig + trace

2020-01-15 Thread Andreas Hasenack
I just uploaded new bind9 to focal, it's still building, but I didn't mention this bug in d/changelog. I'll close it manually once it's published. ** Changed in: bind9 (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Server,

[Bug 1847157] Re: memory leaks in open-vm-tools

2020-01-16 Thread Andreas Hasenack
What's the status of this? I don't see open-vm-tools in the SRU report (https://people.canonical.com/~ubuntu-archive/pending-sru.html), nor do I see this package in the bionic unapproved queue (https://launchpad.net/ubuntu/bionic/+queue?queue_state=1&queue_text =open-vm-tools), nor disco. And disco

[Bug 1772705] Re: IKEv2 VPN connections fail to use DNS servers provided by the server

2020-01-16 Thread Andreas Hasenack
I'm just going through my old triage backlog and saw this update. Did you update both ends of the vpn connection, server and client, and still get the incorrect dns update? -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. http

[Bug 1856598] Re: sepackage mysql-server-5.7 5.7.28-0ubuntu0.18.04.4 failed to install/upgrade: instalado mysql-server-5.7 paquete post-installation guión el subproceso devolvió un error con estado de

2020-01-16 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. This is the error: dic 16 13:19:16 gustavo-net mysqld[17036]: 2019-12-16T16:19:16.596897Z 0 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use dic 16 13:19:16 gustavo-net mysqld[17036]: 2019-12-16T16:19:16.596910Z 0 [ERROR] Do you alread

[Bug 1786244] Re: package linux-image-4.15.0-24-generic (not installed) failed to install/upgrade: run-parts: /etc/kernel/postrm.d/x-grub-legacy-ec2 exited with return code 1

2020-01-16 Thread Andreas Hasenack
If I understood this correctly, the bionic task is then invalid? Setting to "incomplete" for now. ** Changed in: grub-legacy-ec2 (Ubuntu Bionic) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug

[Bug 1838046] Re: Autofs with CIFS prevents laptop suspend

2020-01-16 Thread Andreas Hasenack
Another variable in this equation, of course, is cifs itself: the kernel, and/or cifs-utils, the userland package. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to autofs in Ubuntu. https://bugs.launchpad.net/bugs/1838046 Title: Autofs wit

[Bug 1838046] Re: Autofs with CIFS prevents laptop suspend

2020-01-16 Thread Andreas Hasenack
Thanks for the confirmation, Günter. We don't have identified a fix yet, what's pending is to try with the latest version of autofs, currently 5.1.6 in Ubuntu Focal. After that, if the bug is still happening, try patches from https://mirrors.edge.kernel.org/pub/linux/daemons/autofs/v5/patches-5.1.6

[Bug 1849859] Re: smb printing fails

2020-01-16 Thread Andreas Hasenack
Upstream committed more changes in this area, I have to check out what the latest patches look like. Upstream's intention I think was to switch wrappers to the krb5 one, which would then call smbspool if no krb5 auth is involved. -- You received this bug notification because you are a member of U

[Bug 1859276] Re: package samba-common-bin 2:4.11.1+dfsg-3ubuntu2 failed to install/upgrade: installed samba-common-bin package post-installation script subprocess returned error exit status 1

2020-01-16 Thread Andreas Hasenack
Just to be clear, the smb.conf config file you attached already registers as invalid even in the samba version you started your upgrade from (eoan: 4.10.7) -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to samba in Ubuntu. https://bugs.launchp

[Bug 1859276] Re: package samba-common-bin 2:4.11.1+dfsg-3ubuntu2 failed to install/upgrade: installed samba-common-bin package post-installation script subprocess returned error exit status 1

2020-01-16 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. During an upgrade, services are restarted, and if it turns out the new version doesn't like the old config, it will fail to restart. I think this is indeed what happened here, given the output of testparm that is attached to this report: WARNING: The "syslog"

[Bug 1850933] Re: after upgrade 19.04 to 19.10, apache serves php code

2020-01-16 Thread Andreas Hasenack
Still in our queue. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1850933 Title: after upgrade 19.04 to 19.10, apache serves php code To manage notifications about this bug go to: https:/

Bug triage for 2019-12-16

2020-01-18 Thread Andreas Hasenack
Going through my triage backlog, from the holidays Bugs last updated on 2019-12-16 (Monday) Date range identified as: "Tuesday triage" Found 18 bugs LP: #1847157 - *+(Fix Committed) [open-vm-tools] - memory leaks in open-vm-tools - package vanished from the sru report and upload queues, added a c

[Bug 1854529] Re: DEP8 tests to satisfy MIR needs

2020-01-20 Thread Andreas Hasenack
** Changed in: ndctl (Ubuntu) Assignee: Rafael David Tinoco (rafaeldtinoco) => Andreas Hasenack (ahasenack) -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1854529 Title: DEP8 te

[Bug 1860315] Re: Default installation should be Local Only

2020-01-21 Thread Andreas Hasenack
** Tags added: server-triage-discuss -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to postfix in Ubuntu. https://bugs.launchpad.net/bugs/1860315 Title: Default installation should be Local Only To manage notifications about this bug go to

[Bug 1851091] Re: Fresh Eoan upgrade fails to boot dom0 with message "decoding failed" (kernel 5.3.0)

2020-01-21 Thread Andreas Hasenack
Was the sru for disco released before eoan's? -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1851091 Title: Fresh Eoan upgrade fails to boot dom0 with message "decoding failed" (kernel 5.

[Bug 1845506] Re: Libvirt snapshot doesn't update apparmor profile

2020-01-21 Thread Andreas Hasenack
Just adding a comment to refresh our "60 days timeout" timer, as this bug was not dropped and is being worked on. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1845506 Title: Libvirt snaps

Tuesday bug triage (bugs updated on 2020-01-20)

2020-01-21 Thread Andreas Hasenack
Bugs last updated on 2020-01-20 (Monday) Date range identified as: "Tuesday triage" Found 10 bugs LP: #1812822 - +(In Progress) [qemu] - Guest crashed when detaching the ovs interface device No action needed LP: #1854529 - *+(In Progress) [ndctl] - DEP8 tests to satisfy MIR n

[Bug 1860315] Re: Default installation should be Local Only

2020-01-22 Thread Andreas Hasenack
Hello Christian, thanks for filing this bug in Ubuntu. I think your point number 2 has been discussed many times in the past, and it's one of the opinionated differences between debian systems and, say fedora ones. In debian, the opinion is that services should be running with sensible defaults ri

[Bug 1860592] Re: Test t/06190 hangs on arm64

2020-01-22 Thread Andreas Hasenack
To more easily reproduce this, without having to run the whole test suite until you get to test 06190, run: xvfb-run -a make TEST_FILES=t/06190_Dialog_Scan_Image_Sane.t test from inside the deb source package directory. -- You received this bug notification because you are a member of Ubuntu Se

[Bug 1860592] Re: Test t/06190 hangs on arm64

2020-01-22 Thread Andreas Hasenack
Output of this command: xvfb-run -a make TEST_FILES=t/06190_Dialog_Scan_Image_Sane.t test > fails.txt 2>&1 ** Attachment added: "fails.txt" https://bugs.launchpad.net/ubuntu/+source/gscan2pdf/+bug/1860592/+attachment/5322204/+files/fails.txt -- You received this bug notification because you

[Bug 1860592] Re: Test t/06190 hangs on arm64

2020-01-22 Thread Andreas Hasenack
I managed to get this to work if I run the test under strace (!). I also enabled debugging, and have two files I'm going to attach. One where it worked (under strace), and the other one where it stalled. -- You received this bug notification because you are a member of Ubuntu Server, which is su

[Bug 1860592] Re: Test t/06190 hangs on arm64

2020-01-22 Thread Andreas Hasenack
Output of this command: xvfb-run -a strace -f -s 500 -o bla make TEST_FILES=t/06190_Dialog_Scan_Image_Sane.t test > works.txt 2>&1 the strace output I discarded ** Attachment added: "works.txt" https://bugs.launchpad.net/ubuntu/+source/gscan2pdf/+bug/1860592/+attachment/5322203/+files/works.

[Bug 1860592] Re: Test t/06190 hangs on arm64

2020-01-22 Thread Andreas Hasenack
** Bug watch added: Debian Bug tracker #949616 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949616 ** Also affects: gscan2pdf (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949616 Importance: Unknown Status: Unknown -- You received this bug notification becau

[Bug 1856367] Re: systemd-resolvd breaks dig + trace

2020-01-23 Thread Andreas Hasenack
This is fixed in focal. ** Changed in: bind9 (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1856367 Title: systemd-resolvd breaks dig +

[Bug 1860537] Re: ipmctl 02.00.00.3673+ds-2 breaks on ACPI PMTT v0.1 BIOS

2020-01-24 Thread Andreas Hasenack
I registered the upstream project in LP so that I could link the upstream bug with it. ** Also affects: ipmctl via https://github.com/intel/ipmctl/issues/123 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Server, which is

[Bug 1860878] Re: package samba-common 2:4.10.7+dfsg-0ubuntu2.4 failed to install/upgrade: installed samba-common package post-installation script subprocess returned error exit status 1

2020-01-27 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. The smb.conf file you attached is fine in terms of syntax. Your dpkg terminal log is full of GTK errors: (frontend:29420): Gtk-CRITICAL **: 20:37:43.501: _gtk_widget_captured_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' fai

[Bug 1860997] Re: needed changes for Micosoft's upcoming LDAP changes in march?

2020-01-27 Thread Andreas Hasenack
sssd is fine for now, I can change it to adcli later when work on it starts. As "sssd" it stays on our radar. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1860997 Title: needed changes fo

[Bug 1860997] Re: needed changes for Micosoft's upcoming LDAP changes in march?

2020-01-27 Thread Andreas Hasenack
Two linked commits: https://gitlab.freedesktop.org/realmd/adcli/commit/a6f795ba3d6048b32d7863468688bf7f42b2cafd https://gitlab.freedesktop.org/realmd/adcli/commit/85097245b57f190337225dbdbf6e33b58616c092 ** Changed in: sssd (Ubuntu) Status: New => Triaged ** Changed in: sssd (Ubuntu) I

[Bug 1860997] Re: needed changes for Micosoft's upcoming LDAP changes in march?

2020-01-27 Thread Andreas Hasenack
Thanks for the pointer to that thread. Here is the RH bug about it: https://bugzilla.redhat.com/show_bug.cgi?id=1762420 ** Bug watch added: Red Hat Bugzilla #1762420 https://bugzilla.redhat.com/show_bug.cgi?id=1762420 -- You received this bug notification because you are a member of Ubuntu Se

[Bug 1861050] [NEW] FTBFS with python 3.8

2020-01-27 Thread Andreas Hasenack
Public bug reported: Remains to be investigated. Found an upstream issue, but doesn't look like it's the same, at first glance: https://pagure.io/SSSD/sssd/issue/4016 ** Affects: sssd (Ubuntu) Importance: High Assignee: Andreas Hasenack (ahasenack) Status: Triaged

<    5   6   7   8   9   10   11   12   13   >