Your message dated Thu, 22 Sep 2016 20:38:36 +0200
with message-id <20160922183835.k4l74eejgunra...@breakpoint.cc>
and subject line Re: [Pkg-openssl-devel] Bug#838003: Bug#838003:
/usr/bin/openssl: unable to write 'random state'
has caused the Debian Bug report #838003,
regarding /usr/bin/openssl: unable to write 'random state'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
838003: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838003
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openssl
Version: 1.1.0-1
Severity: normal
File: /usr/bin/openssl
$ openssl rand -base64 3
WTIu
unable to write 'random state'
$ openssl rand 0
unable to write 'random state'
$ strace openssl rand 0
...
close(3) = 0
getuid() = 1044
getuid() = 1044
geteuid() = 1044
getgid() = 1044
getegid() = 1044
stat("", 0x7ffe46f65ae0) = -1 ENOENT (No such file or
directory)
open("", O_WRONLY|O_CREAT, 0600) = -1 ENOENT (No such file or
directory)
open("", O_WRONLY|O_CREAT|O_TRUNC, 0666) = -1 ENOENT (No such file or
directory)
write(2, "unable to write 'random state'\n", 31unable to write 'random
state'
) = 31
exit_group(1) = ?
+++ exited with 1 +++
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages openssl depends on:
ii libc6 2.23-5
ii libssl1.1 1.1.0-1
openssl recommends no packages.
Versions of packages openssl suggests:
ii ca-certificates 20160104
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.1.0a-1
On 2016-09-20 21:33:49 [+0200], Sebastian Andrzej Siewior wrote:
> let's see what upstream says.
fixed as per 098dc9be439e ("rand/randfile.c: restore fallback to $HOME
for non-setuid programs.")
Sebastian
--- End Message ---