[Bug 1825712] Re: bind9 is compiled without support for EdDSA DNSSEC keys

2019-05-09 Thread Andreas Hasenack
Disco verification:

First, reproducing the bug:
ubuntu@disco-bind-1825712:~$ apt-cache policy bind9
bind9:
  Installed: 1:9.11.5.P1+dfsg-1ubuntu2.3
  Candidate: 1:9.11.5.P1+dfsg-1ubuntu2.3
  Version table:
 *** 1:9.11.5.P1+dfsg-1ubuntu2.3 500
500 http://br.archive.ubuntu.com/ubuntu disco-updates/main amd64 
Packages

Offline test:
ubuntu@disco-bind-1825712:~$ dnssec-keygen -a ED25519 example.com
dnssec-keygen: fatal: unsupported algorithm: 15

Online test returns "unsigned answer", as expected:
ubuntu@disco-bind-1825712:~$ delv +dnssec +multiline @127.0.0.1 ed25519.nl
;; validating ed25519.nl/A: no valid signature found
; unsigned answer
ed25519.nl. 3600 IN A 77.72.150.82
ed25519.nl. 3200171710 IN RRSIG A 15 2 3600 (
2019052300 2019050200 27662 ed25519.nl.
3y59a9G5rk/CMh36BPqonn2NjILp12SDmeQGloaUD5go
e5A+Q6TsD7fDU9Bj3DtP6SqBturCFCxcUDzLeCp4AQ== )

Now with the updated packages:
ubuntu@disco-bind-1825712:~$ apt-cache policy bind9
bind9:
  Installed: 1:9.11.5.P1+dfsg-1ubuntu2.4
  Candidate: 1:9.11.5.P1+dfsg-1ubuntu2.4
  Version table:
 *** 1:9.11.5.P1+dfsg-1ubuntu2.4 500
500 http://br.archive.ubuntu.com/ubuntu disco-proposed/main amd64 
Packages

Offline test succeeds:
ubuntu@disco-bind-1825712:~$ dnssec-keygen -a ED25519 example.com
Generating key pair.
Kexample.com.+015+18445

Online test returns "fully validated":
ubuntu@disco-bind-1825712:~$ delv +dnssec +multiline @127.0.0.1 ed25519.nl
; fully validated
ed25519.nl. 3600 IN A 77.72.150.82
ed25519.nl. 3600 IN RRSIG A 15 2 3600 (
2019052300 2019050200 27662 ed25519.nl.
3y59a9G5rk/CMh36BPqonn2NjILp12SDmeQGloaUD5go
e5A+Q6TsD7fDU9Bj3DtP6SqBturCFCxcUDzLeCp4AQ== )

Disco verification succeeded.

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

Title:
  bind9 is compiled without support for EdDSA DNSSEC keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1825712/+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 1616123] Re: rpc-svcgssd.service uses incorrrect variable SVCGSSDARGS

2019-05-09 Thread Andreas Hasenack
xenial verification

First, reproducing the bug:

ubuntu@xenial-nfs:~$ apt-cache policy nfs-kernel-server
nfs-kernel-server:
  Installed: 1:1.2.8-9ubuntu12.1
  Candidate: 1:1.2.8-9ubuntu12.1
  Version table:
 *** 1:1.2.8-9ubuntu12.1 500
500 http://br.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages


"-v" option it set:
ubuntu@xenial-nfs:~$ cat /run/sysconfig/nfs-utils
PIPEFS_MOUNTPOINT=/run/rpc_pipefs
RPCNFSDARGS=" 8"
RPCMOUNTDARGS="--manage-gids"
STATDARGS=""
RPCSVCGSSDARGS="-v"

But unused:
ubuntu@xenial-nfs:~$ ps axw|grep svcgssd|grep -v grep
 1500 ?Ss 0:00 /usr/sbin/rpc.svcgssd


With the updated packages:
ubuntu@xenial-nfs:~$ apt-cache policy nfs-kernel-server
nfs-kernel-server:
  Installed: 1:1.2.8-9ubuntu12.2
  Candidate: 1:1.2.8-9ubuntu12.2
  Version table:
 *** 1:1.2.8-9ubuntu12.2 500
500 http://br.archive.ubuntu.com/ubuntu xenial-proposed/main amd64 
Packages


It's not fixed right after the upgrade:
...
Unpacking nfs-kernel-server (1:1.2.8-9ubuntu12.2) over (1:1.2.8-9ubuntu12.1) ...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for systemd (229-4ubuntu21.21) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up nfs-common (1:1.2.8-9ubuntu12.2) ...
Setting up nfs-kernel-server (1:1.2.8-9ubuntu12.2) ...
ubuntu@xenial-nfs:~$ ps axw|grep svcgssd|grep -v grep
 3022 ?Ss 0:00 /usr/sbin/rpc.svcgssd

But a restart is needed, same one used during the test:
ubuntu@xenial-nfs:~$ sudo systemctl restart nfs-config
ubuntu@xenial-nfs:~$ sudo systemctl restart nfs-server
ubuntu@xenial-nfs:~$ ps axw|grep svcgssd|grep -v grep
 3159 ?Ss 0:00 /usr/sbin/rpc.svcgssd -v


xenial verification succeeded.

** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  rpc-svcgssd.service uses incorrrect variable SVCGSSDARGS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1616123/+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 1616123] Re: rpc-svcgssd.service uses incorrrect variable SVCGSSDARGS

2019-05-09 Thread Andreas Hasenack
Bionic verification

First, reproducing the bug:

ubuntu@bionic-nfs:~$ apt-cache policy nfs-kernel-server
nfs-kernel-server:
  Installed: 1:1.3.4-2.1ubuntu5.1
  Candidate: 1:1.3.4-2.1ubuntu5.1
  Version table:
 *** 1:1.3.4-2.1ubuntu5.1 500
500 http://br.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages


Confirming "-v" option is set:
ubuntu@bionic-nfs:~$ cat /run/sysconfig/nfs-utils
PIPEFS_MOUNTPOINT=/run/rpc_pipefs
RPCNFSDARGS=" 8"
RPCMOUNTDARGS="--manage-gids"
STATDARGS=""
RPCSVCGSSDARGS="-v"

But not given to the process:
ubuntu@bionic-nfs:~$ ps axw|grep svcgssd|grep -v grep
 3681 ?Ss 0:00 /usr/sbin/rpc.svcgssd


With the updated package:
ubuntu@bionic-nfs:~$ apt-cache policy nfs-kernel-server
nfs-kernel-server:
  Installed: 1:1.3.4-2.1ubuntu5.2
  Candidate: 1:1.3.4-2.1ubuntu5.2
  Version table:
 *** 1:1.3.4-2.1ubuntu5.2 500
500 http://br.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 
Packages

It starts working right after the upgrade:
...
Setting up nfs-common (1:1.3.4-2.1ubuntu5.2) ...
nfs-utils.service is a disabled or a static unit not running, not starting it.
Setting up nfs-kernel-server (1:1.3.4-2.1ubuntu5.2) ...
Processing triggers for systemd (237-3ubuntu10.21) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...

ubuntu@bionic-nfs:~$ ps axw|grep svcgssd|grep -v grep
 5149 ?Ss 0:00 /usr/sbin/rpc.svcgssd -v
ubuntu@bionic-nfs:~$ 


Bionic verification succeeded.

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  rpc-svcgssd.service uses incorrrect variable SVCGSSDARGS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1616123/+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 1616123] Re: rpc-svcgssd.service uses incorrrect variable SVCGSSDARGS

2019-05-09 Thread Andreas Hasenack
cosmic verification

First, reproducing the bug:

Cosmic packages:
ubuntu@cosmic-nfs:~$ apt-cache policy nfs-kernel-server 
nfs-kernel-server:
  Installed: 1:1.3.4-2.2ubuntu3.1
  Candidate: 1:1.3.4-2.2ubuntu3.1
  Version table:
 *** 1:1.3.4-2.2ubuntu3.1 500
500 http://br.archive.ubuntu.com/ubuntu cosmic-updates/main amd64 
Packages


"-v" is set:
ubuntu@cosmic-nfs:~$ cat /run/sysconfig/nfs-utils
PIPEFS_MOUNTPOINT=/run/rpc_pipefs
RPCNFSDARGS=" 8"
RPCMOUNTDARGS="--manage-gids"
STATDARGS=""
RPCSVCGSSDARGS="-v"

but not in used:
ubuntu@cosmic-nfs:~$ ps axw|grep svcgssd|grep -v grep
 4667 ?Ss 0:00 /usr/sbin/rpc.svcgssd


With the updated packages:
ubuntu@cosmic-nfs:~$ apt-cache policy nfs-kernel-server 
nfs-kernel-server:
  Installed: 1:1.3.4-2.2ubuntu3.2
  Candidate: 1:1.3.4-2.2ubuntu3.2
  Version table:
 *** 1:1.3.4-2.2ubuntu3.2 500
500 http://br.archive.ubuntu.com/ubuntu cosmic-proposed/main amd64 
Packages


Right after the upgrade, the "-v" shows up in the process argument list:
...
Setting up nfs-common (1:1.3.4-2.2ubuntu3.2) ...
nfs-utils.service is a disabled or a static unit not running, not starting it.
Setting up nfs-kernel-server (1:1.3.4-2.2ubuntu3.2) ...
Processing triggers for systemd (239-7ubuntu10.13) ...
Processing triggers for man-db (2.8.4-2) ...

ubuntu@cosmic-nfs:~$ ps axw|grep svcgssd|grep -v grep
 6041 ?Ss 0:00 /usr/sbin/rpc.svcgssd -v


Cosmic verification succeeded.

** Tags removed: verification-needed-cosmic
** Tags added: verification-done-cosmic

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

Title:
  rpc-svcgssd.service uses incorrrect variable SVCGSSDARGS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1616123/+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 1827041] Re: Regression in smbclient, username required for anonymous login

2019-05-09 Thread Andreas Hasenack
It does, thanks a lot!

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

Title:
  Regression in smbclient, username required for anonymous login

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