GNU bug report logs - #24551
who doesn't read what man page says it does, so doesn't work

Previous Next

Package: coreutils;

Reported by: "L. A. Walsh" <coreutils <at> tlinx.org>

Date: Tue, 27 Sep 2016 01:42:01 UTC

Severity: normal

Tags: notabug

Merged with 24731

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Assaf Gordon <assafgordon <at> gmail.com>
To: "L. A. Walsh" <coreutils <at> tlinx.org>, 24551 <at> debbugs.gnu.org
Subject: bug#24551: who doesn't read what man page says it does, so doesn't work
Date: Sun, 28 Oct 2018 01:01:28 -0600
tags 24551 notabug
close 24551
stop

(triaging old bugs)

It seems your message was lost and not replied to in 2 years.
Sorry about that.

On 2016-09-26 7:40 p.m., L. A. Walsh wrote:
> manpage says:
>   If  FILE is not specified, use /var/run/utmp.  /var/log/wtmp as FILE is
>   common.
[...]
>     Behavior says:
> access("/var/run/utmpx", F_OK)          = -1 ENOENT (No such file or 
> directory)
> open("/var/run/utmp", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or 
> directory)

This seems like the behavior is exactly as described:
The manual says "/var/run/utmp",
and the open syscall was performed on "/var/run/utmp"

As such, I'm marking this as 'notabug'.
Discussion can continue by replying to this thread.

-assaf






This bug report was last modified 6 years and 205 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.