Opened 17 years ago

Last modified 11 years ago

#33 assigned defect

Pseudologins show the text "<uninitialized>" in log files

Reported by: kchen@MIT.EDU Owned by: jgross@mit.edu
Priority: minor Milestone:
Component: zephyr Keywords:
Cc:

Description

Logging for pseudlogins is not working entirely properly, although it's "good enough."

A pseudologin looks like:

Class: LOGIN Instance: riv@ATHENA.MIT.EDU Opcode: USER_LOGIN Time: Mon Sep 24 22:38:14 2007 Host: vinegar-pot.mit.edu From: <riv>

<uninitialized>

A real login, on the other hand, looks like:

Class: LOGIN Instance: kchen@ATHENA.MIT.EDU Opcode: USER_LOGIN Time: Wed Aug 22 21:37:40 2007 Host: QUICKSTATION-7-4.MIT.EDU From: quickstation-7-4.mit.edu <kchen>

Wed Aug 22 21:37:40 2007

Instead of "<uninitialized>", barnowl should log something else, while also noting that it's a pseudologin to distinguish it from a real login.

Change History (4)

comment:1 Changed 17 years ago by kchen@MIT.EDU

  • Summary changed from Pseudlogins show the text "<unitialized>" in log files to Pseudologins show the text "<unitialized>" in log files

comment:2 Changed 17 years ago by kchen@MIT.EDU

  • Summary changed from Pseudologins show the text "<unitialized>" in log files to Pseudologins show the text "<uninitialized>" in log files

comment:3 Changed 11 years ago by jgross@mit.edu

The branch perl-logging (https://github.com/barnowl/barnowl/pull/54) fixes this. The new format is, e.g.,

Class: LOGIN Instance: ezyang@ATHENA.MIT.EDU Opcode: USER_LOGIN Time: Fri Feb 1 17:19:14 2013 Host: dr-wily From: <ezyang>

LOGIN(PSEUDO) at dr-wily

comment:4 Changed 11 years ago by jgross@mit.edu

  • Owner changed from nelhage@MIT.EDU to jgross@mit.edu
  • Status changed from new to assigned
Note: See TracTickets for help on using tickets.